﻿

#QuickQuote .wideSection {
    width: 100%;
    margin: 10px;
}

    #QuickQuote .wideSection > div {
        padding: 10px;
        vertical-align: top;
    }

    #QuickQuote .wideSection .subSection {
        display: inline-block;
        background-color: white;
        min-height: 200px;
        width: 24%;
        vertical-align: top;
    }

    #QuickQuote .wideSection .productSubSection {
        min-width: 72%;
        min-height: 190px !important;
        max-height: 190px !important;
        height: 190px;
    }

    #QuickQuote .wideSection .subSection div {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #QuickQuote .wideSection div[title="shipmentInfo"] label {
        width: 90px;
    }
    

   
    #QuickQuote .wideSection div[title="shipmentInfo"] .largelabel {
        width: 110px;
    }
    #QuickQuote .wideSection .wideNoteSection {
        width: 90%;
    }
    #QuickQuote .wideNoteSection .DispatchNoteSection {
        display: inline-block;
        background-color: white;
        min-height: 70px;
        width:25%;
    }
    #QuickQuote .wideNoteSection .NoteSection {
        width:70%;
    }

    #QuickQuote .wideNoteSection .NoteSection .noteSubSection {
        display: inline-block;
        background-color: white;
        min-height: 70px;
        width:49%;
    }

    #QuickQuote .wideSection div[title="shipmentInfoAdvance"] label {
        width: 130px;
    }

#QuickQuote .wideSection .subSection label {
    min-width: 50px;
}

#QuickQuote .wideSection input[title="locName"] {
    width: 80%;
}

#QuickQuote .wideSection input[title="address"] {
    width: 70%;
}

#QuickQuote .wideSection input[title="country"] {
    width: 150px;
}

#QuickQuote .wideSection input[title="postal"], input[title="contact"], input[title="email"] {
    width: 120px;
}

#QuickQuote .wideSection input[title="state"], input[title="phone"], input[title="fax"] {
    width: 80px;
}

#QuickQuote .wideSection div[title="product"], div[title="accessorial"] {
    min-height: 120px !important;
    height: 120px;
    
}

#QuickQuote .wideSection div[title="accessorial"] #ShipAccDiv {
    min-height: 110px !important;
    height: 110px;
}

#QuickQuote .wideSection div[title="product"] table {
    width: 100%;
}

    #ShipmentLongform .wideSection div[title="product"] table td {
        padding: 3px;
    }

#QuickQuote .sectionHead label {
    width: 300px !important;
}

#QuickQuote .sectionHead span:nth-last-child(1) {
    float: right;
}

#QuickQuote .sectionHead {
    background-color: gray !important;
    padding: 5px;
    color: white !important;
    font-weight: bold;
    height: 37px;
}


