/*     
    CSS file    : customers.css
    Description : Customers view styles
    Created on  : 4.10.2015
    Author      : Radek Němec
    Package     : PIS_LG    
*/

/*.customers-list tr td:first-child {
    max-width: 25em;
}*/
.customers-list {
    width: 97%;
}
.customers-list tr td:last-child a:first-child {
    display: block;
    padding: 0 0 8px 0;
    margin: 0;
}

#tabs {
    margin-left: 0;
    padding-left: 0;
}

.foot-row {
    border-top: 1px solid #79b7e7;
    background: none !important    
}

.customer_state_selection {
    padding: 10px;
    border: 2px solid #DA4453;
    width: 100%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    height: 100%;
}
.state-indicator {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 6px 15px 8px 15px;
    margin: 0 20px 0 0;
    /*margin: auto 20px auto 0;*/
    border: 2px solid #DA4453;
}
.send-mail-form {
    margin: 0 20px 0 0;
    padding: 0 0 2px 0;
}
.customers-content-wrap {
    height: auto;
    overflow: auto;
    padding: 0 0 10px 0;
}

.customers-content-wrap span {
    padding: 0 15px 0 0;
}

.customers-content-wrap .no-indent {
    padding: 0;
}

.main-info {
    margin: 0 0 15px 0;
}

.send-email {
    padding: 5px 0;
}

.email-customer-name-header {
    padding: 15px 0 5px 0;
}

.email-customer-contact {
    padding: 0 0 5px 10px;
}

.customer-name {
    font-size: 1.5em;
    margin: 0 0 5px 0;
    font-weight: bolder;
}

.customers-content-item {
    width: content-box;
    background: #dfeffc;
    border: 1px solid #96d1f8;
    padding: 15px 8px 20px 12px;
    margin: 5px 10px 10px 0;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.records {
    width: 30%;
    overflow: auto;
}

/*.contact-list-item, .address-list-item {
    padding: 8px 0;   
}*/

.contact-edit-item, .address-edit-item, .contact-list-item, .address-list-item {
    border-left: 4px solid #96d1f8;
    margin: 15px 0 5px 0;
    padding: 0 0 0 10px;
}

.add-address {
    padding: 5px 0;
    margin: 0 0 10px 0;    
}
.add-address-divider {
    border-bottom: 1px solid #79b7e7;
    height: 1px;
    padding: 0;
    margin: 15px 0;
}

.make-space {
    padding: 4px 0;
}

.controls {
    padding: 4px 0 0 0;
}

.address {    
    width: 20vw;
}

.contacts {
    width: 20vw;
}

.customer-documents {
    width: content-box;
    max-width: 50%;
}

.file_desc {
    min-width: 300px;
}

.ares_contacts {
    margin: 0 0 10px 0;
    padding: 5px;
}

.contact_sync {
    padding: 5px 0 5px 20px;    
    background: url(../img/bcarrow.png) left center no-repeat;
}

.contact_sync:hover {
    cursor: pointer;
    text-decoration: underline;
}

.ares-output {
    padding: 5px;
}

.project-record {
    margin: 10px 0 25px 0;
}

.ff-links {
    padding: 8px 0 0 0;
    font-size: 90%;
}

.document-category {
    font-style: italic;
    font-weight: bolder;
    border-bottom: 1px solid #79b7e7;
    margin: 0 0 10px 0;
    padding: 8px 0 0 0;
}

.document-item {
    padding: 0 0 12px 0;
}

.document-item-info {
    padding: 5px 0 0 0;
}

.assoc-table td {
    text-align: center;
}

.assoc-table td:first-child {
    text-align: left;
}

.comm-record-header {
    padding: 10px 0 5px 0;
    margin: 0 0 5px 0;
    border-bottom: 1px solid #96d1f8;
}

.comm-record-content {    
    padding: 0 0 8px 3px;
}

.event_dt_dp, .done-datetime {
    width: 120px;
}

.ui-checkboxradio-label.ui-corner-all.ui-button.ui-widget.ui-checkboxradio-checked.ui-state-active {
     background: #48A163 !important;
     border: 1px solid #40CA36 !important;
}