﻿
.locationDtlLabel {
/*min-width:45px;*/
max-width:85px;
}
.locationDtlTextbox {
    max-width:200px;
}

.carrierTextbox {
    width:280px;
    height:25px;
}

.locationPanel {
    max-width:290px;
}

.shipdateCarrierPanel {
    padding:10px;
}

.bestCarrierTableDiv {
    overflow:auto;
    height:180px;
    
}

.productAccessorialTableDiv {
     overflow:auto;
    height:140px;
}

.ratingDetailDiv {
    height:105px;
}

.laneOriDestDiv {
height:210px;
     overflow:auto;
}

.ratingDtls {
    margin-top:36px;
}

.carrierNameDiv {
height:23px;
}

.laneDtlLabel {
min-width:68px;
}

.carrierConnectLbl {
    min-width:85px;
}

.fuelRateLbl {
    min-width:62px;
}
/*.fuelRateLblDiv {
    max-width: 85px;
}*/

.carrierConnectLblDiv {
    max-width:105px;
}
.quoteCarrierLabel {
vertical-align:text-bottom;
}

#Quote .orgDestSection{
    padding:10px;
    width:50%;
    display:inline-block;
}
#Quote .accessorialSection{
    padding:10px;
    width:70%;
     display:inline-block;
     float:left;
}
#Quote .serviceLvlSection{
    padding:10px;
    width:30%;
     display:inline-block;
}
#Quote .productSection{
    padding:10px;
}
#Quote  div[title="product"]{
        
    height: 125px;
    overflow-y: auto;
    padding-top: 0px;
}

#Quote  div[title="product"] table{
        width:100%;
}

#Quote  div[title="product"] table th{
     text-align:center;
}
#Quote  div[title="product"] table td{
    padding:3px;
}
#Quote .AccessorialList{
      -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

/*PANKAJ START 12-MARCH-2021*/
#RoutingGuide .orgDestSection{
    padding:10px;
    width:50%;
    display:inline-block;
}
#RoutingGuide .accessorialSection{
    padding:10px;
    width:70%;
     display:inline-block;
     float:left;
}
#RoutingGuide .serviceLvlSection{
    padding:10px;
    width:30%;
     display:inline-block;
}
#RoutingGuide .productSection{
    padding:10px;
}
#RoutingGuide  div[title="product"]{
        
    height: 125px;
    overflow-y: auto;
    padding-top: 0px;
}

#RoutingGuide  div[title="product"] table{
        width:100%;
}

#RoutingGuide  div[title="product"] table th{
     text-align:center;
}
#RoutingGuide  div[title="product"] table td{
    padding:3px;
}
#RoutingGuide .AccessorialList{
      -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}
/*PANKAJ END 12-MARCH-2021*/