﻿.tranzacttheme {
    background: repeat-x scroll left top #013E6B;
}

.tranzacttheme .nav > li > a {
    color:  #fff;
}

.tranzacttheme .nav > li.active > a {
    color:  #2677c7;
}

.tranzacttheme .nav > li > a:hover {
    color:  #c7c7c7;
}

.wrapper {
    min-height: 600px;
}

.listing {
    height: 50%;
    min-height: 50%;
}

.display-none {
    display: none;
}

ul.dropdown-menu > li.checkbox {
    padding-left: 25px;
}

.contacts-header, .restrictions-header, .locations-header, .special-services-header, .customer-number-header,.client-pools-header {
    padding: 0 0 0;
    line-height: normal;
    font-weight: bold;
}

.contacts-body, .restrictions-body, .shipping-locations-body, .special-services-body {
    max-height: 290px;
    overflow: auto;
}

.reasons-body  {
    max-height: 370px;
    overflow: auto;
}

.refvalue-body {
    max-height: 160px;
    overflow: auto;
}

.groups-body, .permissions-body, .guarantees-body {
    max-height: 200px;
    overflow: auto;
}

.dock-body {
    max-height: 157px;
    overflow: auto;
}

.addcontacts-body {
    max-height: 160px;
    overflow: auto;
}

.corpText {
    font-size: x-small;
}

.carriers-body {
    max-height: 10%;
    overflow: auto;
}

.listing-table-header {
    background-color: lightgray;
}

.trCarrierRow {
    cursor: pointer;
    cursor: hand;
}

.hidden, .paged {
    display: none;
}

.ul-dropdown {
    min-width: inherit;
}

.loading {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .5 ) 50% 50% no-repeat;
    cursor: wait;
}

.leftpanel {
    background: url("img/texture-diagonal-blue-0.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #02518A;
    margin-bottom: 8px;
}

.toggle {
    position: absolute;
    right: 0;
    top: 0;
}

.errorbody {
    background: url("img/error-bg.jpg");
    background-color: #cccccc;
    background-size: 100% auto;
    margin: 20px;
    padding: 10px;
}

.capitalize {
    text-transform: capitalize;
}

#tblLoadData td {
    font-size: 11px;
    padding: 5px !important;
}

.langSwitch .icon.flag-en, .langSwitch .button-icon.flag-en {
    background: url("../img/flag/us_flag.jpg") repeat scroll 0 0 / 20px 10px rgba(0, 0, 0, 0);
}

.langSwitch .icon.flag-es, .langSwitch .button-icon.flag-es {
    background: url("../img/flag/es_flag.png") repeat scroll 0 0 / 20px 10px rgba(0, 0, 0, 0);
}

.langSwitch .icon.flag-it, .langSwitch .button-icon.flag-it {
    background: url("../img/flag/it_flag.png") repeat scroll 0 0 / 20px 10px rgba(0, 0, 0, 0);
}

.langSwitch .icon.flag-fr, .langSwitch .button-icon.flag-fr {
    background: url("../img/flag/fr_flag.jpg") repeat scroll 0 0 / 20px 10px rgba(0, 0, 0, 0);
}



.langSwitch .button-icon {
    display: inline-block;
    height: 10px;
    width: 20px;
}

    .langSwitch .icon.flag-th, .langSwitch .button-icon.flag-th {
        background: url("../img/flag/fr_flag.jpg") repeat scroll 0 0 / 20px 10px rgba(0, 0, 0, 0);
    }

.langSwitch .icon {
    display: block;
    height: 10px;
    margin-top: 0;
    width: 20px;
}

@media (min-width: 725px) {
    .modal-bol {
        width: 700px;
    }
}

.tblColorMed{
    background-color:  #eaf2f8;
}

.tblColorHi {
    background-color: #abb2b9;
}

table.table.table-hover tbody tr.rowSelected:hover td {
    background-color: #a1d0f3;
}


table.table.table-striped tr.rowSelected td {
    background-color: #badaf3;
}

.trColorPoolPoint{
     background-color:#eddabf;
}
.trColorNoPoolOrder{
     background-color:#eaf2f8;
}
.trColorOrigin{
     background-color:  #ebdef0;
}

.col-nopadding {
            padding-left:5px;
			padding-right:5px;
        }
.compact_row
        {  
            margin-bottom: 0px;           
            padding-bottom: 0px;
        }

.adjustLeft { 
    padding-left: 0px;
}
.adjustRight {
    padding-right: 5px;
}
.modalDataLable {
    font-weight: lighter;
    font-size: smaller;
    text-wrap:none;
}
.smallLabel {
    text-decoration: underline;
}
.disbaleAnchor {
    pointer-events: none;
}
.errorLable {
    color: red;
}

.userConcent {
    color: #666;
    font-size: 12px;
    line-height: normal;
    text-align: justify;
    margin: 0 0 6px;
}