/* Dray Notes */
div#drayNoteHistory{
    max-height: 260px;
    overflow-x: scroll;
    margin-bottom: 18px;
}
div#drayNoteHistory ul {
    list-style: none;
    padding-left: 20px;
}

div#drayNoteHistory ul li:before {
    content: "\f086";
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 12px;
}

div#drayNoteHistory ul li {
    font-size: 1rem;
    margin-bottom: 8px;
}

span.sub {
    margin-left: 18px;
    font-size: 0.7rem;
    color: #909090;
}

div#drayNoteHistory ul li:first-child {color: #155724;background-color: #d4edda;border-color: #c3e6cb;padding: 8px;}
/* Google map POP UP window style */
.form-control.disabled {
    color: #004085;
    background-color: transparent !important;
    border-color: transparent !important;
    font-size: 1.2rem;
}
.emptyData {
    border-color: #721c24 !important;
    background-color: #f8d7da !important;
}
#shipment-list .issue_delay, #shipment-list .issue_delay td {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
#wpcargo-result div #shmap-wrapper .gm-style-iw {
    padding: 0;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
}

#wpcargo-result div #shmap-wrapper .gm-style-iw .gm-style-iw-d {
    padding: 24px;
    overflow: auto !important;
}
#wpcargo-result div #shmap-wrapper .gm-style-iw,
#wpcargo-result div #shmap-wrapper .gm-style .gm-style-iw-t::after{
    background-color: #003ed1;
}
#wpcargo-result div #shmap-wrapper .gm-style-iw button img{
    background-color: #fff;
}
#macropoint-stops section,
#update-macropoint-stops section{
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #ababab;
}
#wpcc-add-shipment .select2-container,
#wpcc_update_shipment .select2-container {
    width: 100% !important;
}
span.asterisk{
    font-size: 18px;
    margin-left: 6px;
}
span.asterisk.required {
    color: #900;
}
span.asterisk.macro {
    color: #003ed1;
}
html, body, body.page, .wf-container > *,
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1-size, .entry-title.h1-size, .h2-size, .entry-title.h2-size, h1.entry-title, .h3-size, .entry-title.h3-size, h2.entry-title, .h4-size, .entry-title.h4-size, h3.entry-title, .h5-size, .entry-title.h5-size, .h6-size, .entry-title.h6-size, .header-color, .entry-meta .header-color, .color-title,
a, p, td, th, input, input[type="submit"], label, h1, h2, h3, h4, h5, input[type="button"],
input[type="text"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], input[type="date"], input[type="range"], input[type="password"], select, textarea{
    font-family: arial !important;
}
table#shipment-list th, table#shipment-list td {
    font-size: 11px;
}

.wpcfe-alert.exist {
    background-color: #ff4444;
    color: #fff;
    right: 5px;
}

/* Post Locking */
#restrict-popup.wpcfe-modal {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99999;
    overflow-y: scroll;
    background-color: rgba(0, 0, 0, 0.47);
}

#restrict-popup .wpcfe-modal-content {
    background-color: #ffff;
    width: 40%;
    max-width: 100%;
    margin: auto;
    margin-top: 5%;
    border-radius: .2rem;
    position: relative;
}
#restrict-popup .body {
    text-align: center;
    padding: 50px 0;
    
}
#restrict-popup .body p {
    margin-bottom: 0;
}
/* End of Post Locking */
#menu-wpcargo-topmenu .nav-link {
    padding: .5rem .5rem;
    font-size: 12px;
}
div#pickup-carrier-section table td, div#pickup-carrier-section table th {
    padding: 2px;
    vertical-align: middle;
}
#shipment-filters .wpcfe-filter .select2 {
    min-width: 160px !important;
    width: 160px !important;
}
.display-block{
    display:block !important;
}