﻿.tranzacttheme {
    background: repeat-x scroll left top #013E6B;
}

.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 {
    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;
}

.groups-body, .permissions-body, .guarantees-body {
    max-height: 200px;
    overflow: auto;
}

.addcontacts-body, .guaranteesHistory-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;
}


.badge {
  padding: 1px 9px 2px;
  font-size: 12.025px;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  background-color: #999999;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.badge-error {
  background-color: #b94a48;
}
.badge-error:hover {
  background-color: #953b39;
}
.badge-warning {
  background-color: #f89406;
}
.badge-warning:hover {
  background-color: #c67605;
}
.badge-success {
  background-color: #468847;
}
.badge-success:hover {
  background-color: #356635;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-info:hover {
  background-color: #2d6987;
}
.badge-inverse {
  background-color: #333333;
}
.badge-inverse:hover {
  background-color: #1a1a1a;
}

#alertModel {
    position: fixed;
    right: 5%;
    bottom: 0px;  
    width: 400px;
    height: 100px;
    padding: 15px;
    z-index: 100;
    background-color: #8AC007;
    border-radius: 6px 6px 0 0;
    -webkit-transition: bottom 0.3s ease-out;
    -moz-transition: bottom 0.3s ease-out;
    -o-transition: bottom 0.3s ease-out;
    transition: bottom 0.3s ease-out;
    
}

#alertBody {
        margin-top: 30px;
}

.close {
    margin-top: 1px;
    text-shadow: 0 1px 0 #ffffff;
}

.accessorialInput {
    margin-top: 20px;
}

.nopadding {
   padding: 0px !important;
   margin: 3px !important;
}

.accessorial-time-padding {
   padding-left: 5px !important;
   padding-right: 5px !important;
   margin-right: 0px !important;
   margin-left:0px !important;
}

.divWaiting{
   
position: absolute;
background-color: #FAFAFA;
z-index: 2147483647 !important;
opacity: 0.8;
overflow: hidden;
text-align: center; top: 0; left: 0;
height: 100%;
width: 100%;
padding-top:20%;
}

.userConcent {
    color: #666;
    font-size: 12px;
    line-height: normal;
    text-align: justify;
    margin: 0 0 6px;
}

.errorLable {
    color: red;
}
.modalDataLable {
    font-weight: lighter;
    font-size: smaller;
    text-wrap: none;
}

.smallLabel {
    text-decoration: underline;
}