﻿body {
}


.clientAutoComplete {
    width: 100%;
}

.dispatchLabel {
    font-size: medium;
    font-weight: bold;
}

.dispatchTextBox {
    width: 100%; /* max-width:285px;*/
}

.dispatchTextArea {
    width: 100%;
    resize: none;
    height: 60px; /*  max-width:285px;*/
}

.datetimeTextBox {
    width: 60px;
}

.dispatchDropDown {
    width: 100%;
    height: 25px;
}


.productDetailsDiv {
    border-color: Gray;
    border-style: inset;
    border-width: thin;
    height: 100px; /* width: 100%;*/
    overflow-x: hidden;
}



.productTextbox {
    width: 38px;
    height: 25px;
}

.dispatchmediumTextBox {
    width: 60px;
    height: 25px;
}

.palletsDropdown {
    width: 80px;
    height: 25px;
}

.dimensionTextBox {
    width: 26px;
    height: 25px;
}

.classDropDown {
    width: 55px;
    height: 25px;
}

.productDeleteButton {
    font-size: medium;
    color: Red;
}

.accesorialListBox {
    height: 160px;
    border-style: inset;
    border-color: Gray;
    border-width: thin;
    overflow-y: scroll;
    margin-top: 5px; /*max-width: 290px;*/
}

    .accesorialListBox ul {
        list-style-type: none;
        padding-left: 10px;
    }

.carrierInfoGridMainStyle {
    border: 1px solid #d3d3d3;
    width: 98%;
    height: 180px;
    float: left;
    table-layout: fixed;
}

    .carrierInfoGridMainStyle tbody {
        overflow-y: auto;
        height: 140px;
        width: 98%;
        position: absolute;
    }



    .carrierInfoGridMainStyle thead tr {
        display: inline-table;
        width: 100%;
    }

    .carrierInfoGridMainStyle tbody tr {
        display: inline-table;
        width: 100%;
    }

        .carrierInfoGridMainStyle tbody tr td {
            word-wrap: break-word;
        }




.carrierLabel {
    font-weight: bold;
    font-size: large;
}

.customerNotes {
    width: 100%;
    resize: none;
    height: 125px;
}


.noteInfoGridMainStyle {
    border: 1px solid #d3d3d3;
    width: 100%;
    height: auto;
    float: left;
    table-layout: fixed;
}

.notes {
    width: 100%;
    resize: none;
    height: 200px;
}

.dispatchNotesDiv {
    height: 125px;
    overflow-x: hidden;
    width: 100%;
    border-width: thin;
    border-color: Gray;
    border-style: inset;
}

/*.labelDiv
{
    max-width: 145px;
}
*/
/*.largeLabelDiv
{
    max-width: 145px;
}*/

.ratingButton {
    width: 130px;
}


.codeHeader {
    width: 50px;
    max-width: 50px;
}

.descriptionHeader {
    width: 140px;
    max-width: 140px;
}

.amountHeader {
    width: 110px;
    max-width: 110px;
}

.ratedAmountHeader {
    width: 120px;
    max-width: 120px;
}

.amountTextBox {
    width: 80px;
    max-width: 80px;
}

.smallDiv {
    max-width: 60px;
}

.ui-tabs .ui-tabs-panel {
    border-width: 0;
    padding: 0px !important;
}

.shipmentProductGrid {
    overflow-y: scroll;
}

.shipmentGridHeader {
    height: 25px;
}

.editPanelHeader {
    font-size: large;
}

.editPanelTextarea {
    resize: none;
    height: 75px;
    width: 100%;
}

.scanListBox {
    /* height: 75px !important;*/
    width: 200px;
    border-style: solid;
    border-width: thin;
    overflow: hidden;
}

.editPanel {
    background-color: #E7E7E7;
}

.editPanelButton {
    width: 129px;
    padding-left: 2px;
    padding-right: 2px;
}

.detailButton {
    font-size: 14px;
}


.shipmentTab {
    height: 315px;
}


.gridStyle {
    /* border: 1px solid #d3d3d3;*/
    width: 100%;
    float: left;
    table-layout: fixed;
}


.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: Black;
}


.ui-state-hover a, ui-state-hover a:hover, ui-state-hover a:link {
    background-color: Gray;
    color: Gray;
}



#BOLDetails td {
    vertical-align: top;
}

#CarrierDetails td {
    vertical-align: top;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    color: Gray;
    border: 1px solid #d3d3d3;
}

.bolIcon {
    width: 50px;
}

.viewIconLabel {
    font-size: 11px !important;
    margin-top: 5px;
    color: Black;
    margin-left: 5px;
}


.podIcon {
    width: 60px;
}

.viewAllLabel {
    font-size: 11px !important;
    margin-top: 5px;
    color: Black;
    margin-left: 10px;
}

.bolLabel {
    font-size: 11px !important;
    margin-top: 11px;
    color: Black;
    margin-left: 10px;
}

/*.viewIconDiv
{
    width: 40px;
    max-width:40px;
}*/




.shipmentTabDiv {
    width: 98%;
}

.notesLabel {
    font-size: larger;
}

.notesBorderStyle {
    border-bottom-color: Black;
    border-bottom-style: inset;
    border-bottom-width: thin;
    margin-left: 3px;
    margin-right: 3px;
}

.requestPickupDisable {
    cursor: default;
    pointer-events: none;
    background-image: none;
    background-color: Gray;
    border-color: Gray;
}


/*.statusIcon
{
   
    height: 25px;
    background-repeat: no-repeat;  
    margin-left:5px; 
}*/
.statusIconDiv {
    max-width: 55px;
    width: 55px;
    text-align: center;
}

.statusIconRow {
    background-color: #d3d3d3;
   /* width: 98%;*/

}

.iconText {
    font-size: 18px;
}

.statusIconLabel {
    font-size: 11px !important;
    margin-top: 5px;
}

.statusRow {
    height: 70px;
}



.statusSeparator {
    border-right-style: inset;
    border-right-color: #696969;
    border-right-width: thin;
}

.statusIcon {
    height: 29px;
    border-style: none;
    text-align: center;
    margin: 3px;
    margin-bottom: 0px;
}

.statusLabel {
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;
}

.largeStatusIcon {
    width: 115px;
    max-width: 115px;
}

.mediumColumn {
    width: 240px;
    max-width: 240px;
}

.dispatchHeader {
    background-color: #E2E0E0;
}

.statusHeader {
    width: 110px;
    font-weight: bold;
}

.repeatCountTextBox {
    width: 50px;
    margin-top: 5px;
}

.checkboxWithMargin {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.filterRow {
    width: 98%;
}

.dispatchFilterDiv {
    width: initial;
    margin-left: 10px;
}

.flagImge {
    height: 20px;
}

.commissionLabel {
    font-weight: bold;
}

.commissionLabelDiv {
    max-width: 80px;
}

.statusHeader {
    font-weight: bold;
    font-size: 14px;
    border-top-style: inset;
    border-left-style: inset;
    border-right-style: inset;
    border-bottom-style: inset;
    border-top-width: thin;
    border-left-width: thin;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-color: #696969;
    border-right-color: #696969;
    border-top-color: #696969;
    border-bottom-color: #696969;
}

.satusIconRow {
    border-left-style: inset;
    border-right-style: inset;
    border-left-width: thin;
    border-right-width: thin;
    border-left-color: #696969;
    border-right-color: #696969;
}

.statusLabelRow {
    border-left-style: inset;
    border-bottom-style: inset;
    border-left-width: thin;
    border-bottom-width: thin;
    border-left-color: #696969;
    border-top-color: #696969;
}

.dispatchSelectedRow {
    background: #eee !important;
    color: #fff !important;
}

.table.dispatch-board-main-container.table tr td {
    padding-left: 5px;
    padding-right: 5px;
}

.table.dispatch-board-main-container.table thead tr th {
    padding-left: 5px;
    padding-right: 5px;
    min-width: 115px;
}

.scan-details-left .ajax-upload-dragdrop {
    width: 360px;
}

.dispatchTab {
    height: 375px;
    background-color: #f2f2f2;
}

.largedispatchTab {
    height: 640px;
    background-color: #f2f2f2;
}

.disableBox {
    pointer-events: none;
}


.OrgDestTextbox {
    border: 1px solid #eee;
    border-radius: 3px;
    box-shadow: 0 0 4px #eee inset;
    height: 30px;
    line-height: 30px;
    width: 100%;
    margin: 0 0 7px;
    padding: 0 7px;
    color: gray;
}


.editModeTextbox {
    color: black;
}

.bolDocTypeDropdown {
    width: 150px;
    height: 100px;
}

.dispatchEmailBox {
    height: 30px;
    width: 290px;
}

.selectedEmail {
    background-color: #1286c2 !important;
    color: #fff !important;
}


.tabDetailPanel {
    vertical-align: top;
}

.shipmentDetailBox {
    background: #f9f9f9;
    padding: 18px 18px 13px;
    border: 1px solid #eee;
    border-radius: 4px;
    margin: 0 14px 0 0;
   /*/ width: 330px;*/
    height: 355px;
    margin-top: 15px;
}



.documentDiv {
    height: 170px;
    vertical-align: bottom;
    display: table-cell;
}

.editdocumentDiv {
    height: 235px;
    vertical-align: bottom;
    display: table-cell;
}


.dispatchLatestNotes {
    height: 139px;
    width: 211px;
    font-weight: normal;
    font-size: 13px;
    max-width: 211px;
    max-height: 120px;
}


.closeButton {
    color: #ADAAAA;
    font-size: 18px;
}

    .closeButton:hover {
        color: black;
        font-size: 18px;
    }

.trackingTextarea {
    height: 90px;
    width: 100%;
    resize: none;
}

.dispatchSearchPanel {
    height: 250px;
}


    .dispatchSearchPanel input[type="text"] {
        border: 1px solid #EAE4E4;
        border-radius: 3px;
        box-shadow: 0 1px 3px #eee inset;
        float: left;
        height: 31px;
        line-height: 32px;
        margin: 0 6px 0 0;
        padding: 0 7px;
    }


.dispatchnotesTextarea {
    height: 180px;
    width: 211px;
    /* border: 1px solid #e8e8e8; */
    /* border-radius: 3px; */
    font-weight: normal;
    font-size: 13px;
    max-width: 211px;
    max-height: 170px;
}


.dispatchNewTextbox{
    border: 1px solid #EAE4E4;
    border-radius: 3px;
    box-shadow: 0 1px 3px #eee inset;
    float: left;
    height: 31px;
    line-height: 32px;
    margin: 0 6px 0 0;
    padding: 0 7px;
}

.newDatetimeTextBox{
    border: 1px solid #eee;
    border-radius: 3px;
    box-shadow: 0 0 3px #eee;
    float: left;
    height: 30px;
    line-height: 30px;
    width: 86px;
    padding: 0 7px;
}

.fixed-dialog{
  position: fixed;
  top: 50px;
  left: 50px;
}

.ui-widget-overlay {
    position:fixed;
}