﻿
/*#ShipmentLongformTLSQ > div > div{
    padding: 10px;
    vertical-align: top;
}*/

#ShipmentLongformTLSQ .wideSection {
    width: 100%;
    margin: 10px;
}

    #ShipmentLongformTLSQ .wideSection > div {
        padding: 5px;
        vertical-align: top;
    }

    #ShipmentLongformTLSQ .wideSection .subSection {
        display: inline-block;
        background-color: white;
        min-height: 240px;
        width: 30%;
    }

    #ShipmentLongformTLSQ .wideSection .productSubSection {
        min-width: 60%;
        min-height:0px;
        /*height:140px !important;*/
            padding-top: 0px;

        /*min-height: 190px !important;
        max-height: 190px !important;
        height: 190px;*/
       
    }

    #ShipmentLongformTLSQ .wideSection .subSection div {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #ShipmentLongformTLSQ .wideSection div[title="shipmentInfo"] label {
        width: 100px;
    }


    #ShipmentLongformTLSQ .wideSection .OrgDestSection {
        width:60% !important;     

    }
    #ShipmentLongformTLSQ .wideSection .OrgDestSection .subSection {
        width:50% !important;
        margin-top: 0px;    
     
    }
    #ShipmentLongformTLSQ .wideSection .OrgDestSection .subSection .smallLabel{
       min-width:35px;
    }
    /*PANKAJ START */
    #ShipmentLongformTLSQ .wideSection div[title="shipmentInfo"] .largelabel {
        width: 110px;
    }
    #ShipmentLongformTLSQ .wideSection .wideNoteSection {
        width: 100% ;
        margin-top:0px !important;
        
    }
    #ShipmentLongformTLSQ  .DispatchNoteSection {
        /*display: inline-block;*/
        background-color: white;
        min-height: 70px;
        /*width:25%;*/
    }
    #ShipmentLongformTLSQ .wideNoteSection .NoteSection {
        width:100%;
    }

    #ShipmentLongformTLSQ .wideNoteSection .NoteSection .noteSubSection {
        display: inline-block;
        background-color: white;
        min-height: 70px;
        width:49%;
    }

    #ShipmentLongformTLSQ .wideSection div[title="shipmentInfoAdvance"] label {
        width: 130px;
    }
/*PANKAJ END*/
#ShipmentLongformTLSQ .wideSection .subSection label {
    min-width: 50px;
}

#ShipmentLongformTLSQ .wideSection input[title="locName"] {
    width: 80%;
}

#ShipmentLongformTLSQ .wideSection input[title="address"] {
    width: 70%;
}

#ShipmentLongformTLSQ .wideSection input[title="country"] {
    width: 150px;
}

#ShipmentLongformTLSQ .wideSection input[title="postal"], input[title="contact"], input[title="email"] {
    width: 120px;
}

#ShipmentLongformTLSQ .wideSection input[title="state"], input[title="phone"], input[title="fax"] {
    width: 80px;
}

#ShipmentLongformTLSQ .wideSection div[title="product"] {
    /*min-height: 190px !important;*/
    height: 80px;
    overflow-y: auto;
    padding-top: 0px;
}

#ShipmentLongformTLSQ .wideSection div[title="accessorialSection"] #ShipAccDiv {
    /*min-height: 110px !important;*/
    height: 80px;
    
}

#ShipmentLongformTLSQ .wideSection div[title="accessorialSection"]{
    min-height:0px;
     height:140px !important;
        padding-top: 0px;

}

#ShipmentLongformTLSQ .wideSection div[title="product"] table {
    width: 100%;
}

    #ShipmentLongformTLSQ .wideSection div[title="product"] table td {
        padding: 3px;
    }
    #ShipmentLongformTLSQ .wideSection div[title="product"] table th {
      text-align:center !important;
    }

#ShipmentLongformTLSQ .sectionHead label {
    width: 300px !important;
}

#ShipmentLongformTLSQ .sectionHead span:nth-last-child(1) {
    float: right;
}

#ShipmentLongformTLSQ .sectionHead {
    background-color: gray !important;
    padding: 5px;
    color: white !important;
    font-weight: bold;
    height: 37px;
}

/*@media(min-width: 1730px) {
    
    #ShipmentLongformTLSQ .wideSection .subSection {
        margin-left:10%;
    }

    #ShipmentLongformTLSQ .wideSection {
        width:100%;
    }
}

@media(max-width: 1730px) {
    
    #ShipmentLongformTLSQ .wideSection .subSection {
        margin-left:5%;
    }

    #ShipmentLongformTLSQ .wideSection {
        width:100%;
    }
}

@media(max-width: 1450px) {
    
    #ShipmentLongformTLSQ .wideSection .subSection {
        margin-left:3%;
    }

    #ShipmentLongformTLSQ .wideSection {
        width:100%;
    }
}

@media(max-width:1410px) {
    #ShipmentLongformTLSQ .wideSection .subSection {
        margin-left:0px;
    }

    #ShipmentLongformTLSQ .wideSection {
        width:1080px;
    }
}*/
