/* Global colours

Charcol - #444
Light blue - #337ab7

*/

* {
    margin: 0px;
    padding: 0px;
}

html, body {
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #666;
    height: 100%;
}

h1 {
    font-size: 18px;
    margin: 1.1em 0;
    color: #444;
}

h2 {
    font-size: 14px;
    margin: 0.8em 0;
}

h3 {
    font-size: 12px;
    margin: 0.8em 0;
    clear: both;
}

h3 img {
    margin-right: 10px;
}

img {
    border: 0px;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #337ab7;
}

a:hover, a:focus, a:active {
    color: #409ef0;
}

/* Form styles */
form label {
    display: block;
    float: left;
    color: #000;
    width: 150px;
    padding-top: 4px;
}

form p.textarea label {
    float: none;
    width: auto;
}

form p.text input, form p.password input, form p.textarea textarea {
    border: 1px solid #bbb;
    padding: 2px;
}

form p.checkbox label {
    padding-top: 0;
}

form div.column p {
    width: 93%;
}
form div.columns label {
    width: 100px;
    float: left;
}

form div.columns span.radio {
    display: block;
    float: left;
    width: 50px;
}

form div.columns span.radio input {
    float: left;
}

form span.radio label {
    display: inline;
    color: #000;
    font-weight: normal;
    padding: 0px 5px;
    width: auto;
}

form p {
    clear: both;
    margin: 1em 0;
}

form span.submit:first-child, form p.submit {
    margin-left: 150px;
}

form span.submit input {
    margin: 10px 5px 10px 0;
}

option {
    padding: 1px 10px 0px 3px;
}

form textarea {
    height: 100px;
}

form input {
    padding: 1px;
}

form input:focus {
    background-color: #FF9;
}

form.inplaceeditor-form a {
    margin-left: 10px;
}
form.inplaceeditor-form textarea {
    width: 90%;
}

form p.group label {
    height: 100%;
}

form span.group-elements {
    display: block;
    float: left;
}

form span.group-elements label {
    display: inline;
    float: none;
    width: auto;
    color: #000;
    font-weight: normal;
    margin: 0 0 2px 5px;
}

form span.group-elements input {
    vertical-align: middle;
}

form div.column {
    width: 50%;
    float: left;
}

form div.form_error {
    color: #F00;
    text-align: center;
}

form.inplaceeditor-form {
    white-space: nowrap;
}

textarea, input[type="text"], input[type="password"], select {
    height: 24px;
    padding: 0 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

button, input[type="submit"] {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

button:hover, button:focus, button:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
/* Form styles */

ul li, ol li {
    margin-left: 20px;
}

div.columns {
    width: 30%;
    float: left;
}

#header {
    background: #eee;
    padding: 20px 30px;
    font-size: 2.5em;
    border-bottom: 3px solid #bbb;
    text-align: center;
}

#rightframe, #leftframe {
    width: 40%;
    float: left;
    margin-right: 10px;
    margin-top: -10px;
}

/* Navigation styles */
#nav {
    height: 50px;
    text-align: center;
    margin: 0px auto;
    border-bottom: 3px solid #bbb;
}

#nav ul {
    margin-top: 3px;
}

#nav ul li {
    display: inline;
    margin: 0px 5px;
    white-space: nowrap;
    line-height: 45px;
}

#nav ul li a {
    font-size: 12px;
    text-transform: uppercase;
    color: #337ab7;
    text-decoration: none;
}

#nav ul li a:hover, #nav ul li a:focus, #nav ul li a:active {
    color: #409ef0;
    border-bottom: 1px solid #409ef0;
}

#nav ul li a[href^="/logout"] {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-transform: uppercase;
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

#nav ul li a[href^="/logout"]:hover, #nav ul li a[href^="/logout"]:focus, #nav ul li a[href^="/logout"]:active {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
/* Navigation styles */

/* Core admin container/wrapping div */
#container {
    width: 975px;
    position: relative;
    padding: 0 30px;
    margin: auto;
}

/* Content holder styles */
#content table#admin-twocol {
    width: 100%;
}

#content p, div.modal p {
    margin: 1em 0px;
}

#content p.success {
    border: 1px solid #090;
    padding: 10px;
    background-color: #CFC;
}

#content p.error{
    padding-bottom: 10px;
}

#content form input.submit-save, #content form input.submit-cancel {
    padding: 2px 5px;
    font-size: 120%;
}

#content div.tab {
    padding: 10px 5px;
}

#content ul.subsection_tabs {
    list-style:none;
    margin:0 0 5px 0;
    padding:0;
    clear:both;
    border-bottom:1px solid #ccc;
    height:20px;
    clear:both;
}

#content ul.subsection_tabs li.tab {
    float:left;
    margin-right:7px;
    text-align:center;
}

#content ul.subsection_tabs li.tab a {
    display:block;
    height:20px;
    padding:0 6px 0 6px;
    background-color:#fff;
    color:#666;
    width:150px;
    font-weight: bold;
    line-height: 20px;
}

#content ul.subsection_tabs li.tab a:hover {
    background-color: #EEE;
}

#content ul.subsection_tabs li.tab a.active {
    background-color:#ddd;
}

#content ul.sortable li {
    cursor: move;
}

#content div.controls {
    float: right;
}
#content div.controls a {
    margin: 0 5px;
}
/* Content holder styles */

/* Table styles */
td, th {
    padding: 1px;
    text-align: left;
    vertical-align: top;
}

table {
    border-collapse: collapse;
}

table#admin-twocol td.left {
    padding-right: 10px;
    border-right: 2px solid #005D28
}

table#admin-twocol td.right {
    padding-left: 10px;
}

table#item-list {
    width: 100%;
    line-height: 18px;
}

table#item-list caption {
    font-size: 14px;
    margin: 0.8em 0;
    font-weight: bold;
}

table#item-list td.submit {
    white-space: nowrap;
}

table#item-list td.numeric {
    text-align: center;
}

table#item-list button, table#item-list .submit input {
    border: 0px;
    padding: 0;
    margin: 0;
    margin-left: 2px;
    background-color: #FFF;
    cursor: pointer;
}
table#item-list button, table#item-list .submit a, table#item-list .submit input {
    font-size: 11px;
    line-height: 14px;
    font-family: Verdana, sans-serif;
    color: #337ab7;
}

table#item-list .submit a.order-video {
    color: #900;
}

table#item-list th.sorted a, table#item-list th.unsorted a {
    padding-right: 15px;
}
table#item-list th.sorted a, table#item-list th.unsorted a:hover {
    background: url(/xml/images/s_asc.png) right center no-repeat;
}

table#item-list th.sorted.desc a, table#item-list th.sorted.asc a:hover {
    background-image: url(/xml/images/s_desc.png) !important;
}

table.nowrap td {
    white-space: nowrap;
}

table td.id {
    border-right: 1px solid #005D28;
    padding-right: 8px;
}

table td.id-next {
    padding-left: 8px;
}

table.matches td {
    border-top: 1px solid #000;
}

table.matches table {
    width: 100%;
}

table.matches table td {
    padding: 1px 5px;
    border: none;
}

table.matches tfoot td {
    font-weight: bold;
}
/* Table styles */

/* jQuery UI style overrides */
.ui-widget-header {
    background: #337ab7 !important;
    border: 1px solid #2e6da4 !important;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #337ab7 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #2e6da4 !important;
}
/* jQuery UI style overrides */

div#messages {
    margin-top: 20px;
    margin-left: 10px;
}

div#messages div.message {
    width: 40%;
    padding: 10px 15px;
    border: 1px solid #999;
    background-color: #EEE;
}

div#messages div.success {
    border-color: #060;
    background-color: #EFE;
}
div#messages div.error {
    border-color: #600;
    background-color: #FEE;
}

#properties span.price {
    cursor: pointer;
}

#control_overlay {
    background-color:#000;
}

.modal {
    background-color:#fff;
    padding:10px;
    border:1px solid 333;
}

#search-areas #table, #area-polygons #table {
    float: left;
    width: 340px;
}

#search-areas #map, #area-polygons #map {
    float: right;
    width: 600px;
}

#search-areas #googlemap, #area-polygons div.map {
    width: 100%;
    height: 600px;
    margin: 0 auto;
}

#area-polygons {
    margin-top: 10px;
}

#area-polygons #flexi tr td {
    cursor: pointer;
}

#area-polygons span.pPageStat {
    display: none;
}

#area-polygons button.cancel {
    position: absolute;
    right: 0;
}

#area-polygons span.heading {
    font-size: 14px;
    font-weight: bold;
    color: #005D28;
}

#area-polygons p {
    margin-top: 0;
}

div.ui-dialog form label {
    display: inline-block;
    width: 150px;
    float: none;
    padding-top: none;
    vertical-align: top;
}

div.ui-dialog form p.text input,
div.ui-dialog form p.password input,
div.ui-dialog form p.textarea textarea,
div.ui-dialog form p.select select {
    width: 200px;
}

div.ui-dialog form p.textarea textarea {
    height: 150px;
}

div.flexigrid button.ui-button {
    font-size: 11px;
    padding: 1px;
}

div.flexigrid button.ui-button span {
    padding: 2px 6px;
}

#selected-properties li {
    cursor: pointer;
}

#selected-properties li:hover {
    text-decoration: line-through;
}

.ui-widget-content p {
    margin: 1em 0;
}

#development-images ul, #development-images li {
    margin: 0; padding: 0;
}

#development-images li {
    list-style-type: none;
    margin: 5px 0;
}

#development-images img {
    list-style-type: none;
    margin: 5px 0;
    cursor: move;
}
<<<<<<< .mine

#developments-dialog textarea {
    width: 600px;
    height: 70px;
}


=======

>>>>>>> .r5729
.ui-dialog #file-uploader .qq-upload-button {
    margin: 10px auto 0;
}

#show-all-branches {
    vertical-align: text-bottom;
}

/* Documents Tool Styles, added by Paul George 12/12/12 */
.document-list table {
    width: 100%;
}

.document-list th {
    background: #f5da73;
    padding:5px;
    text-align: center;
    font-size: 1.2em;
    color: #065d29;
    border: 1px solid black;
    vertical-align: middle;
}

.document-list td {
    padding: 5px;
    text-align: center;
    border: 1px solid black;
    vertical-align: middle;
}

.document-list tbody tr:hover {
    background: #ccc;
}

.document-list button {
    background: #f5da73;
    border: 1px solid #065d29;
    width: 70px;
    padding: 5px 0;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}

.document-list button:hover {
    background: #f5c973;
    border: 1px solid #fd0000;
}

.document-form-dialog table, .document-form-dialog input, .document-form-dialog select {
    width: 100%;
}

/* Properties table styling, added by Paul George 18/01/13 */
#by-id-address input[type="text"] {
    padding: 2px 5px;
}

.property-views-sort input[type="text"] {
    padding: 2px 5px;
    margin: 0 0 0 10px;
}

.property-views-sort .ui-datepicker-trigger {
    margin: -5px 10px 0 2px;
}

.property-views-sort button {
    padding: 4px 5px;
    cursor: pointer;
}

#properties th, .admin_table th {
    background: #eee;
    padding:5px;
    text-align: center;
    font-size: 1.2em;
    color: #000;
    border: 1px solid #bbb;
    vertical-align: middle;
}

#properties span.price {
    cursor: pointer;
}

#properties tbody td, .admin_table tbody td {
    padding: 5px;
    text-align: center;
    border: 1px solid #bbb;
    vertical-align: middle;
}

#properties #item-list tr:hover td {
    border: 1px solid #bbb;
    background: #ccc;
}

.delete-all {
    margin: 10px 0;
    float: right;
    padding: 4px 5px;
    cursor: pointer;
}


.multi-subsection-select {
    pointer-events: none;
    tab-index: -1;
    background-color: #c0c0c0;
    border: 1px solid #006600;
}

.popup-button {
    pointer: cursor;
    background-color: #c0c0c0;
    border: 1px solid #006600;
    padding: 2px 4px;
}

.popup-table {
    width: 100%;
    border: none;
    border-top: 1px solid #006600;
    border-bottom: 1px solid #006600;
}

.popup-table-tr {
    background-color: transparent;
}

.popup-table-td {
    padding: 2px;
}

.popup-table-delete {
    color: red;
    font-weight: bold;
    font-family: "Arial", sans-serif;
}

textarea[name=subsection-text] {
    width:100%;
}

@media (min-width:604px) and (max-width:1130px) {
    #nav {
        height: 100px;
    }
}

@media (max-width: 603px) {
    #nav {
        height: 200px;
    }
}

