/* client page */
#client_menu {
}
#client_menu span {
    display: inline-block;
    padding: 5px;
    background: #F4F1F0;
    border: 1px solid #E4DCD9;
    border-bottom:  1px solid #E4DCD9;
    margin-right: 3px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;

}
.loading_msg {
    background-color: rgba(0, 0, 0, 0.4);
    display: block;
    position: fixed;
    top: 250px;
    left: 600px;
    z-index: 9999;
}
.loading_msg p {
    background-color: #c00;
    color: #fff;
    width: 150px;
    position: absolute;
    padding: 5px;
}
.loading_msg_hide {
    display: none;
}
#client_page_content {
    /* border: 1px solid #E4DCD9;
    padding: 20px 10px 10px 10px; */
    position: relative;
}
#client_menu span.active {
    background-color: #fff;
    border-bottom:  1px solid #fff;
}
#client_addr span.label, #client_addr span.labelt {
    display: inline-block;
    width: 400px;
    text-align: right;
    margin-right: 15px;
    font-weight: bold;
}
#client_addr span.labelt {
    width: 200px;
}
#client_addr span.value, #client_addr span.value2 {
    display: inline-block;
    width: 200px;
}
#client_addr span.col4 {
    display: inline-block;
    text-align: right;
    width: 200px;
}
#client_addr hr {
    border: none;
    border-top: 1px solid #E4DCD9;
}
#client_addr span.sec_title {
    display: inline-block;
    width: 200px;
    text-align: left;
    color: #01BAE3;
    font-weight: bold;
}
/* client page - contact tab */
#client_contact span.col1,
#client_contact span.col2,
#client_contact span.col3 {
    height: 30px;
}
#client_contact a {
    font-weight: normal;
    text-decoration: underline;
}
#client_contact span.col1 {
    display: inline-block;
    width: 300px;
}
#client_contact span.col2 {
    display: inline-block;
    width: 200px;
}
#client_page_content em {
    font-weight: bold;
    color: #01BAE3;
    font-style: normal;
}
#client_page_content var {
    color: #01BAE3;
    font-style: normal;
}
#client_page {
    margin: 15px 20px 20px 0px;
}
#client_page_top {
    margin-bottom: 30px;
}

/* Client readings form */
/*
#readings_form {
    padding: 10px;
    margin-right: 390px;
}
*/
#readings_form {
    padding: 10px;
    margin-left: 390px;
}
#readings_form h4 {
    padding: 0px 0px 10px 0px;
    /*color: #07BCE5;*/
}
#readings_form h5, form.general h5 {
    /* background-color: #E1FAFE; */
    /* color: #07BCE5; */
    font-weight: normal;
    font-family: sans-serif;
    padding: 2px;
    font-size: 12px;
    margin: 10px 0px 0px 0px;
    border-bottom: 1px solid #E4DCD9;
}
h5 input {
    background-color: #FAF7F6;
    width: 300px;
    border: 0px;
    color: #727272;
}
#readings_form span.label, #readings_form span.label2 {
    display: inline-block;
    width: 150px;
    text-align: right;
    padding: 5px 10px 5px 0px;
    font-weight: bold;
    vertical-align: top;
    border-right: 1px solid #E4DCD9;
}
#readings_form span.label2 {
    font-weight: normal;
}
#readings_form span.val {
    display: inline-block;
    padding: 5px 0px 5px 10px;
    border-left: 1px solid #E4DCD9;
    vertical-align: top;
    margin-left: -1px;
    width: 300px;
}
#readings_form span.val input {
    display: inline;
    clear: none;
    float: left;
}
/*
#conn_info {
    float: right;
    width: 350px;
    border: 1px solid #E4DCD9;
    padding: 10px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
*/
#conn_info {
    float: left;
    width: 350px;
    border: 1px solid #E4DCD9;
    padding: 10px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
#conn_info, #readings_form, #address_form, #estimate_form, #payment_info_form, #contact_form {
    border: 1px solid #E4DCD9;
    background-color: #FAF7F6;
    padding: 10px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
#conn_info h4, #readings_form h4, #address_form h4, #estimate_form h4, h4.c_area {
    padding: 3px 0px 3px 3px;
    /* background-color: #E1FAFE; */
    border-bottom: 1px solid #E4DCD9;
    font-weight: bold;
    font-size: 18px;
    /*color: #07BCE5;*/
}
#conn_info span.label {
    display: inline-block;
    width: 150px;
    text-align: left;
    border-right: 1px solid #E4DCD9;
    font-weight: bold;
    line-height: 25px;
}
#conn_info span.value {
    padding-left: 10px;
    line-height: 25px;
    border-left: 1px solid #E4DCD9;
    margin-left: -1px;
}
#conn_info table.sortable {
    width: 100%;
}
#readings_msgs {
    /* color: #07BCE5; */
    color:  #c00;
    padding: 10px 0px 10px 0px;
}
#readings_msgs span.err {
    color: #c00;
}
#div_msgs {
    margin-bottom: 10px;
}
#div_msgs_popup {
     width: 500px;
     padding: 10px 10px 40px 10px;
     background: #fff;
     border: 3px solid #ccc;
     position: absolute;
     top: -200px;
     left: -300px;
}
#div_msgs_popup2 {
     width: 500px;
     padding: 10px 10px 40px 10px;
     background: #fff;
     border: 3px solid #ccc;
     position: absolute;
     top: -150px;
     left: 0px;
}
#div_msgs .err, div.err, #div_msgs_popup .err, #div_msgs_popup2 .err {
    color: #c00;
}
#div_msgs .msgs, div.msg, #div_msgs_popup .msgs, #div_msgs_popup2 .msgs {
    /* color: #02bce5; */
    color:  #c00;
}
a.btn {
    padding: 2px 20px 2px 20px;
}
a.btn:hover {
    background-color: #E1FAFE;
    text-decoration: none;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

/* address form, payment info form */
#address_form .label, #payment_info_form .label, form.general .label {
    display: inline-block;
    width: 200px;
    text-align: right;
    padding-right: 10px;
    border-right: 1px solid #E4DCD9;
    font-weight: bold;
    line-height: 35px;
}
#address_form .val, #payment_info_form .val, form.general .val {
    display: inline-block;
    padding-left: 10px;
    line-height: 35px;
    border-left: 1px solid #E4DCD9;
    margin-left: -1px;
}
input.err, textarea.err,
#address_form .val input.err, #payment_info_form input.err {
    background-color: salmon;
}
.desc, #address_form .desc, #payment_info_form .desc {
    padding-left: 10px;
    color: #737373;
}

/* scroll */
#changes #scrollbar_container {
    margin: 0px;
    padding: 0px;
    position:relative;
    width: 850px;
}

#changes #scrollbar_track {
    position:absolute;
    top:0;
    right:0;
    height:100%;
    width: 10px;
    background-color: #F4F1F0;
    cursor:move;
}

#changes #scrollbar_handle {
    width: 8px;
    border: 1px solid #E4DCD9; /* #03d0ed; */
    background-color: #fff;
    cursor:move;
    -moz-border-radius: 5px; /* FF1+ */
    -webkit-border-radius: 5px; /* Saf3+, Chrome */
    border-radius: 5px; /* Opera 10.5, IE 9 */
}
#changes #scrollbar_content {
    overflow:hidden;
    height: 200px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    width: 835px;
}
#changes #sortable_example {
    width: 830px;
}
a.show_hide {
    float: right;
    text-decoration: none;
    font-size: 13px;
    cursor: pointer;
    color: #07BCE5;
}
