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