﻿/* Main LESS Styles */
/* #Not input use */
/* #Not input use */

/*IMPORTS*/
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
/*-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;*/
/* Text CSS Styles */
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Open Sans', sans-serif;
    color: #3e3d40;
    margin: 0px;
    padding: 3px 0px;
}

h1,
h2 {
    font-weight: 800;
}

h3,
h4,
h5 {
    font-weight: 700;
}

h1 {
    font-size: 16px;
    padding: 5px 0px;
}

h2 {
    font-size: 15px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 13px;
}

h5 {
    font-size: 12px;
    padding: 5px 0px;
}

h6 {
    font-weight: 600;
    font-size: 13px;
}

p {
    font-weight: 400;
    font-size: 13px;
}

.asterisk {
    color: #C03D3D;
    font-weight: 800;
    font-size: 18px;
    vertical-align: middle;
    line-height: 0.9;
}

.alert-success,
.alert-warning,
.alert-danger,
.alert-info {
    color: #3e3d40;
    font-weight: 700;
}

.alert-success {
    background-color: var(--main-button-color);
    border-color: var(--main-button-color);
    color: var(--main-font-color)
}

.alert-warning {
    background-color: var(--sub-button-color);
    border-color: #D5C592;
}

.alert-danger {
    background-color: #EDA9A9;
    border-color: #DA8F8F;
}

.alert-info {
    background-color: #AEC8FA;
    border-color: #87A8E7;
}

.alert-display {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.IsOverDue .fa,
.paid .not-paid {
    font-size: 25px;
    color: #ca0000;
}

.snowflake {
    width: 14px;
    vertical-align: top;
    padding-top: 2px;
}

.warning-icon .fa {
    font-size: 40px;
    color: #b93807;
}

.text-right {
    text-align: right;
}

.spinner-wrapper {
    text-align: center;
}

    .spinner-wrapper img {
        margin: auto;
        display: block;
        margin-top: 15px;
    }

.remove-contact img {
    margin-left: -20px;
}

.cursor-pointer {
    cursor: pointer;
}
/* Menu Styles */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #cssmenu:after,
    #cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #cssmenu #menu-button {
        display: none;
    }

#cssmenu {
    width: auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1;
    background: #ffffff;
    z-index: 1700;
}

#menu-line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: var(--main-button-color);
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

#cssmenu > ul {
    text-align: right;
}
    /*#cssmenu > ul > li:first-child {
  border-left:1px solid #dedede;
}*/
    #cssmenu > ul > li {
        display: inline-block;
    }

#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}

    #cssmenu.align-center > ul > li {
        display: inline-block;
        float: none;
    }

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu.align-right > ul > li {
    float: right;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu > ul > li > a {
    padding: 39px 12px;
    font-size: 13px;
    text-decoration: none;
    font-weight: 600;
    color: #3E3D40;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
    /*margin-left: -4px;*/
    /*border-right:1px solid #dedede;*/
}
/*#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #009ae1;
}*/
#cssmenu > ul > li.has-sub > a {
    padding-right: 35px;
}

    #cssmenu > ul > li.has-sub > a::after {
        position: absolute;
        top: 42px;
        right: 20px;
        width: 4px;
        height: 4px;
        border-bottom: 1px solid #000000;
        border-right: 1px solid #000000;
        content: "";
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: border-color 0.2s ease;
        -moz-transition: border-color 0.2s ease;
        -ms-transition: border-color 0.2s ease;
        -o-transition: border-color 0.2s ease;
        transition: border-color 0.2s ease;
    }

#cssmenu > ul > li.has-sub:hover > a::after {
    border-color: #009ae1;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    text-align: left;
    z-index: 2000;
}

#cssmenu li:hover > ul {
    left: auto;
}

#cssmenu.align-right li:hover > ul {
    right: 0;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: height 0.2s ease;
    -moz-transition: height 0.2s ease;
    -ms-transition: height 0.2s ease;
    -o-transition: height 0.2s ease;
    transition: height 0.2s ease;
}

#cssmenu ul li:hover > ul > li {
    height: 32px;
}

#cssmenu ul ul li a {
    padding: 10px 20px;
    width: 160px;
    font-size: 12px;
    background: #3E3D40;
    text-decoration: none;
    color: #dddddd;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li a:hover {
        color: #ffffff;
        background: #444345;
    }

#cssmenu ul ul li.has-sub > a::after {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

#cssmenu.align-right ul ul li.has-sub > a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

#cssmenu ul ul li.has-sub:hover > a::after {
    border-color: #ffffff;
}

@media (max-width: 1200px) and (min-width: 992px) {
    #cssmenu > ul > li > a {
        padding: 39px 12px;
    }

    #cssmenu > ul > li.has-sub > a {
        padding-right: 20px;
    }

        #cssmenu > ul > li.has-sub > a::after {
            right: 9px;
        }
}

@media (max-width: 991px) and (min-width: 791px) {
    #cssmenu > ul > li > a {
        padding: 20px 15px;
    }

    #cssmenu > ul > li.has-sub > a {
        padding-right: 20px;
    }

        #cssmenu > ul > li.has-sub > a::after {
            right: 9px;
            top: 24px;
        }
}

@media (max-width: 991px) and (min-width: 100px) {
    .header-main img {
        display: block;
        margin: auto;
        padding: 10px 0px 0px;
        max-width: 100px;
    }

    #cssmenu {
        background-color: transparent !important;
        z-index: 0;
    }

    #filterdashboard {
        margin-top: -100px;
    }
}

@media (max-width: 400px) and (min-width: 100px) {
    .header-sub {
        padding: 10px 0px;
    }

        .header-sub a {
            display: block;
            text-align: left;
            line-height: 1.8;
        }

    #cssmenu {
        background-color: transparent !important;
        z-index: 0;
    }

    #filterdashboard {
        margin-top: -100px;
    }
}

@media (max-width: 1030px) {
    #filterdashboard {
        margin-top: -100px;
    }

    #cssmenu {
        width: 100%;
        margin-bottom: 10px;
        background-color: transparent !important;
    }

        #cssmenu ul {
            width: 100%;
            display: none;
            background-color: #3E3D40;
        }

        #cssmenu > ul > li > a {
            padding: 12px 20px;
            text-align: left;
            color: #fff;
        }

            #cssmenu > ul > li > a:hover {
                background: #444345;
            }

        #cssmenu.align-center > ul,
        #cssmenu.align-right ul ul {
            text-align: left;
        }

        #cssmenu ul li,
        #cssmenu ul ul li,
        #cssmenu ul li:hover > ul > li {
            width: 100%;
            height: auto;
            border-top: 1px solid rgba(120, 120, 120, 0.15);
        }

            #cssmenu ul li a,
            #cssmenu ul ul li a {
                width: 100%;
            }

        #cssmenu > ul > li,
        #cssmenu.align-center > ul > li,
        #cssmenu.align-right > ul > li {
            float: none;
            display: block;
        }

        #cssmenu ul ul li a {
            padding: 12px 40px;
            font-size: 20px;
            color: #C2D7FF;
            background: none;
        }

        #cssmenu ul ul ul li a {
            padding-left: 40px;
        }

        #cssmenu ul ul,
        #cssmenu ul ul ul {
            position: relative;
            left: 0;
            right: auto;
            width: 100%;
            margin: 0;
        }

            #cssmenu > ul > li.has-sub > a::after,
            #cssmenu ul ul li.has-sub > a::after {
                display: none;
            }

    #menu-line {
        display: none;
    }

    #cssmenu #menu-button {
        display: block;
        padding: 17px 0px 0px;
        color: #fff;
        cursor: pointer;
        font-size: 14px;
    }

        #cssmenu #menu-button div {
            background-color: #3E3D40;
            color: #fff;
            display: inline-block;
            padding: 10px;
        }

            #cssmenu #menu-button div:hover {
                background: #444345;
            }

            #cssmenu #menu-button div .fa {
                padding-right: 5px;
            }
    /*#cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }*/
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.15);
        height: 48px;
        width: 52px;
        cursor: pointer;
    }

        #cssmenu .submenu-button::after {
            content: '';
            position: absolute;
            top: 12px;
            left: 24px;
            display: block;
            width: 4px;
            height: 19px;
            background: #fff;
            z-index: 99;
        }

        #cssmenu .submenu-button::before {
            content: '';
            position: absolute;
            left: 16px;
            top: 19px;
            display: block;
            width: 20px;
            height: 5px;
            background: #fff;
            z-index: 99;
        }

        #cssmenu .submenu-button.submenu-opened:after {
            display: none;
        }
}
/* Label & Textboxes CSS Styles */
input,
select,
textarea,
.canvas-signature canvas,
.canvas-signature img {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
    font-size: 13px !important;
    color: #3e3d40;
    margin: 1px 0px 2px;
}

label,
.label {
    margin: 3px 0px 0px 0px;
    font-weight: 600;
}

.canvas-signature.complete-delivery img {
    max-width: 300px;
    width: 100%;
}

select,
textarea {
    width: 100%;
}

textarea {
    min-height: 50px;
}

.label-wrapper {
    text-align: right;
    padding-right: 0px;
}
/*label{
    margin: 6px 0px 0px;
}*/
.form-control,
textarea,
.canvas-signature canvas,
.canvas-signature img {
    height: auto;
    border: 1px solid #828282;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control,
textarea {
    padding: 2px 4px;
}

    .form-control:focus,
    textarea:focus {
        border-color: rgba(162, 174, 61, 0.62);
        outline: 0;
        -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 3px rgba(162, 174, 61, 0.62);
        -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 3px rgba(162, 174, 61, 0.62);
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 3px rgba(162, 174, 61, 0.62);
    }

.number-input,
input[type="number"] {
    text-align: right;
}
/* Button CSS Styles */
.checkbox-wrapper {
    margin-top: 5px;
}

    .checkbox-wrapper input[type="checkbox"] {
        margin-top: 7px;
        vertical-align: top;
        margin-bottom: 5px;
    }

    .checkbox-wrapper label {
        margin-top: 4px;
    }

.radio-inline,
.checkbox-inline {
    display: inline-block;
    margin: 0px 0px 0px 15px;
    padding: 0px;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin: 0px 0px 0px 15px;
    }

    .checkbox-inline:first-child {
        margin-left: 0px;
    }

.radio-items {
    display: inline-block;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 8px 0px 10px 15px;
}

.invoices input[type="checkbox"] {
    margin: 0px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: relative;
    display: inline-block;
}

.radio-items:first-child input[type="radio"],
input[type="checkbox"]:first-child {
    margin-left: 0px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.btn,
.ui-dialog .ui-dialog-buttonset button {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    color: #3e3d40 !important;     
    border: 1px solid;
    padding: 8px 10px;
    margin: 2px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

    .btn:hover,
    .ui-dialog .ui-dialog-buttonset button:hover {
        text-decoration: none !important;
    }

    .main-button,
    .ui-dialog .ui-dialog-buttonset button:first-child {
        background-color: var(--main-button-color);
        border-color: var(--main-button-color);
        color: var(--main-font-color) !important;
    }

.sub-button {
    background-color: var(--sub-button-color);
    border-color: var(--sub-button-color);
    text-transform: uppercase;
}

.clear-button,
.ui-dialog .ui-dialog-buttonset button:last-child {
    background-color: var(--clear-button-color);
    border-color: #a8a8a8;
}

.btn-wrapper,
.btn-wrapper-right {
    margin: 10px 0px 3px;
}

.btn-wrapper-right {
    text-align: right;
}

.btn-wrapper-left {
    display: inline-block;
    margin-left: 40px;
}

.btn-wrapper-top {
    margin-top: 10px;
}

.btn-other-action input {
    width: 95%;
}

.btn-other-action.delivery-change input {
    min-width: 220px;
    margin: 3px 5px;
}
/* Main CSS Styles */
.txtSm {
    font-size: 11px;
    text-transform: uppercase;
}

.data-limit .alert-warning {
    padding: 2px 5px;
    margin: 15px 0px;
}

.schedules button:first-child {
    margin-top: 71px;
}

.schedules button:last-child {
    margin-top: 17px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    display: inline-block;
}

    .fileUpload span {
        display: block;
        color: #0f54a9;
        font-size: 13px;
    }

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
        font-size: 40px !important;
    }

    .fileUpload:hover span {
        text-decoration: underline;
    }

#loadingGif {
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.19);
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1800;
}

    #loadingGif img {
        width: 200px;
        margin: 300px auto;
        display: block;
    }

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    background-color: #ececec;
    padding: 0px;
}

a,
.ui-widget-content a {
    color: #0f54a9;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
}

    a:hover,
    .ui-widget-content a:hover {
        text-decoration: underline;
    }

    a .fa {
        color: #3e3d40;
        display: block;
        text-align: center;
    }

.delivery-icons a {
    display: inline-block;
    margin-right: 20px;
}

.delivery-icons .fa {
    font-size: 30px;
}

.impersontated {
    background-color: darkorange !important;
}

.header-sub,
.header-main {
    border-bottom: 1px solid #dedede;
    background-color: #fff;
}

.header-sub {
    line-height: 2.5;
    text-align: right;
}

    .header-sub a {
        padding: 0px 7px;
    }
/*.header-main {
    line-height: 122px;
}*/
.body-content {
    padding-top: 20px;
}

.main-box-wrapper,
.sub-box-wrapper {
    border: 1px solid #dedede;
    background-color: #f3f3f3;
    margin-bottom: 50px;
}

.main-box-header,
.sub-box-header {
    border-bottom: 1px solid #dedede;
    background-color: #d9d9d9;
    padding: 0px 7px;
}

.main-box-content {
    padding: 10px 15px 15px;
}

.top-info h6,
.top-info .name,
.top-info .number {
    display: inline-block;
}

.top-info .name {
    font-weight: 700;
    padding: 0px 5px;
}

.top-info .number .fa {
    padding-right: 5px;
}

.top-info span {
    font-weight: 700;
}

.bottom-date label {
    font-weight: 400;
    font-style: italic;
}

.sub-box-wrapper {
    margin-bottom: 20px;
}

.sub-box-header {
    background: #ebebeb;
}

.sub-box-content {
    padding: 0px 15px 10px;
}

    .sub-box-content .dashboard-icons span {
        display: inline-block;
        min-width: 170px;
    }

.invoices .sub-box-wrapper {
    background-color: #fff;
    border-top: none;
    margin-top: 15px;
    margin-bottom: 3px;
}

.invoices .sub-box-header,
#pickupdeliverydashboard .dashboard-information:first-child {
    border-top: 1px solid #dedede;
}

#pickupdeliverydashboard .row:first-child .dashboard-information {
    border-top: none;
}

.invoices .sub-box-content,
.dashboard-information {
    padding: 10px 15px 20px;
}

    .invoices .sub-box-content .col-md-7 h6,
    .invoices .sub-box-content .col-md-3 h6 {
        border-bottom: 1px dotted #b6b6b6;
    }

    .invoices .sub-box-content .col-md-7 {
        padding-right: 0px;
    }

    .invoices .sub-box-content .col-md-3 {
        padding-left: 0px;
    }

.invoices .ui-tabs .ui-tabs-panel {
    margin-bottom: 20px;
}

.invoices .btn-wrapper-right {
    margin: 0px;
}

.invoices .fa,
.is-paid .paid {
    color: var(--main-button-color);
}

.dashboard-icons {
    font-size: 12px;
}

    .dashboard-icons .fa {
        width: 20px;
        line-height: 1.6;
    }

#legendDivLegendTitle {
    cursor: pointer;
}

    #legendDivLegendTitle .fa {
        float: right;
    }

#filterdashboard {
    position: fixed;
    max-width: 300px;
    left: 0;
    top: 187px;
    z-index: 1600;
}

    #filterdashboard .filter-tab,
    #filterdashboard .filter-content {
        display: inline-block;
        vertical-align: top;
    }

        #filterdashboard .filter-tab,
        #filterdashboard .filter-content .sub-box-header,
        #filterdashboard .filter-content .sub-box-header h6,
        #filterdashboard .filter-content .sub-box-content label {
            color: #fff;
        }

    #filterdashboard .filter-tab {
        float: right;
        background: #3E3D40;
        padding: 10px 15px;
        font-size: 25px;
        line-height: 1;
        cursor: pointer;
    }

    #filterdashboard .filter-content .sub-box-wrapper {
        max-width: 250px;
        border-top: none;
        border-bottom: none;
        border-right: 1px solid #797979;
    }

    #filterdashboard .filter-content .sub-box-header {
        background: #353535;
        border-bottom: 1px solid #797979;
    }

    #filterdashboard .filter-content .sub-box-content {
        background: #3E3D40;
    }

    #filterdashboard .date-filter button,
    #filterdashboard .date-filter .datePicker {
        display: inline-block;
        vertical-align: top;
    }

    #filterdashboard .date-filter button {
        margin-top: 5px;
        padding: 2px 10px;
    }

    #filterdashboard .date-filter .datePicker {
        width: 45%;
    }

.modal-open .modal,
.ui-widget-overlay.ui-front {
    z-index: 1900;
}

.modal-dialog {
    z-index: 2000;
}

.admin-index .ui-tabs-panel {
    text-align: left;
}

.admin-index a {
    text-decoration: none;
}

.admin-index .fa,
.admin-index h3 {
    display: inline-block;
    vertical-align: top;
}

.admin-index .fa {
    font-size: 50px;
    float: left;
}

.admin-index h3 {
    font-size: 22px;
    padding: 10px 15px;
    color: #3e3d40;
}

.no-data-information {
    background-color: #fff;
    font-weight: bold;
    padding: 10px 13px;
    font-style: italic;
    border-top: 1px solid #dedede;
}

#deliveryGallery {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

    #deliveryGallery li {
        display: inline-block;
        max-width: 190px;
        margin: 15px;
        text-align: center;
    }

        #deliveryGallery li img {
            width: 100%;
        }

#proofImage {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

    #proofImage li {
        display: inline-block;
        max-width: 190px;
        margin: 15px;
        text-align: center;
    }

        #proofImage li img {
            width: 100%;
        }

#optionsDiv span,
#pickupDestinationDiv span,
.sub-box-content span,
.block span,
.invoices p span {
    display: block;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #DADADA;
}

.information {
    background: #F9E3C2;
    padding: 5px 15px;
    margin-bottom: 15px;
}

    .information input[type="submit"] {
        width: 100%;
        line-height: 42px;
    }

.total-items {
    float: left;
    padding: 0px 0px 0px 15px;
    display: inline-block;
    width: 140px;
}

.dashAlert {
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
}
/* DASHBOARD */
.odd-row-color,
.even-row-color {
    padding-bottom: 0;
}
/* END DASHBOARD */
/* MAP */
.container.mapcontainer {
    width: 100%;
    padding: 0;
}

#wrapper {
    position: relative;
}

    #wrapper .mapWrapper {
        width: 100%;
    }

#MICourierMap {
    width: 100%;
    min-height: 600px;
}

.over_map {
    position: absolute;
    top: 136px;
    left: 10px;
    z-index: 99;
}

.mapWrapper .sub-box-wrapper {
    border-color: #3E3D40;
}

.mapWrapper .sub-box-header {
    background-color: #3E3D40;
    min-height: 20px;
    height: 20px;
}
/* END MAP */
/* MAP TIP */
.tipSBS {
    /*display: inline-block;  */
    /*overflow: auto;
    max-width: 300px;
    max-height: 350px;*/
}

.mic-map-tip {
    padding: 2px 5px 0;
}

.tipHeader {
    color: #464646;
    font-size: 1.6em;
    text-transform: uppercase;
    font-weight: 700;
}

.statTransit {
    color: #5bb000;
    background-color: #e0f8c6;
}

.statScheduled {
    color: #958c00;
    background-color: #fbfcbe;
}

.statOvernight {
    color: #000080;
    background-color: #ceceff;
}

.tipContainer {
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    vertical-align: top;
}

.tipCell {
    border-right: dotted 1px #ddd;
}

.typeSM {
    font-size: 9px;
}
/* END MAP TIP */
/* RESPONSIVE STYLES */
.tablet-css #infoGrid .col-xs-4 {
    padding: 0 0 0 15px;
    text-align: left;
}

.tablet-css #infoGrid .col-xs-8 {
    padding-left: 0;
}

.tablet-css #infoGrid .sub-box-content {
    padding: 8px;
}

    .tablet-css #infoGrid .sub-box-content .small,
    .tablet-css #overnightGrid .sub-box-content .small {
        font-size: 70% !important;
        text-transform: uppercase;
    }

    .tablet-css #infoGrid .sub-box-content,
    .tablet-css #infoGrid .sub-box-content p,
    .tablet-css #overnightGrid .sub-box-content,
    .tablet-css #overnightGrid .sub-box-content p {
        font-size: 15px !important;
    }

.tablet-css #overnightGrid .sub-box-header h6 {
    font-size: 16px;
}

#overnightGrid .sub-box-header {
    padding: 0.5rem 1rem;
    background-color: var(--main-button-color);
}

    #overnightGrid .sub-box-header h6 {
        color: #fff;
    }

#overnightGrid .sub-box-content {
    background-color: #e5e3ec;
}

    #overnightGrid .sub-box-content .overnightItem {
        border-bottom: solid 1px #000;
        padding-bottom: 5px;
    }

    #overnightGrid .sub-box-content .sub-button {
        background-color: #a69cd0;
        border-color: #998fc5;
        color: #fff;
    }

    #overnightGrid .sub-box-content strong {
        font-size: 11px;
    }
/* Tabbing CSS Styles */
.ui-tabs {
    background: rgba(255, 255, 255, 0);
}

    .ui-tabs .btn-wrapper-right {
        margin: 0px;
    }

    .ui-tabs .ui-tabs-nav {
        background: rgba(136, 136, 136, 0);
        border-bottom: none;
    }

        .ui-tabs .ui-tabs-nav li {
            margin: 0px 5px 0px 0px;
        }

            .ui-tabs .ui-tabs-nav li a {
                color: #3e3d40;
                border: 1px solid #dedede;
                border-bottom: none;
                outline: none;
            }

    .ui-tabs .ui-tabs-panel {
        border: 1px solid #dedede;
        background-color: #fff;
        padding: 10px 15px 15px;
    }

    .ui-tabs .ui-tabs-nav li.ui-state-default {
        background: rgba(136, 136, 136, 0);
    }

        .ui-tabs .ui-tabs-nav li.ui-state-default a {
            border: none;
        }

    .ui-tabs .ui-tabs-nav li.ui-state-active {
        background: #fff;
        border-top: 1px solid #dedede !important;
        border-left: 1px solid #dedede !important;
        border-right: 1px solid #dedede !important;
    }

.touch .ui-iggrid-pager .ui-igedit-container .ui-igedit-field,
.touch .ui-iggrid-results .ui-igedit-container .ui-igedit-field {
    width: 2.6em !important;
}
/* IG CSS Overwrite Styles */
.ui-widget-header.ui-state-default {
    background: #CACACA;
}

.ui-iggrid th.ui-state-active,
.ui-iggrid td.ui-state-highlight {
    background: #BAC9E5;
}

#grid_container {
    margin: 5px 0px;
}

.ui-iggrid .ui-iggrid-toolbar .ui-iggrid-results,
.ui-iggrid .ui-iggrid-footer .ui-iggrid-results,
.ui-iggrid .ui-iggrid-paging {
    font-size: 13px !important;
}

.ui-iggrid-table {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

.ui-widget-header {
    color: #3e3d40;
    background-color: #ececec;
}

span.ui-iggrid-headertext {
    font-weight: 700;
    font-size: 12px;
}

.ui-iggrid th {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    border-right: 0px;
    border-left: 0px;
}

    .ui-iggrid th:first-child {
        border-left: 1px solid #dedede;
    }

    .ui-iggrid th:last-child {
        border-right: 1px solid #dedede;
    }

.ui-iggrid table tbody td,
.ui-iggrid .ui-iggrid-header,
.ui-iggrid table th {
    padding: 3px 7px;
}

.ui-iggrid tr.ui-ig-altrecord {
    background-color: #dae3f5;
}

.ui-iggrid td.ui-state-hover,
.ui-iggrid .ui-ig-altrecord td.ui-state-hover,
.ui-iggrid .ui-ig-altrecord td.ui-state-default.ui-state-hover,
.ui-iggrid th.ui-iggrid-rowselector-class.ui-state-hover,
.ui-iggrid .ui-ig-altrecord th.ui-iggrid-rowselector-class.ui-state-hover,
.ui-iggrid .ui-ig-altrecord th.ui-iggrid-rowselector-class.ui-state-default.ui-state-hover,
.ui-iggrid-responsive-vertical tr > td.ui-state-hover:first-child,
.ui-iggrid-responsive-vertical tr.ui-ig-altrecord > td.ui-state-hover:first-child {
    background: var(--sub-button-color);
    border-color: #B8C078;
    border-right: 0px;
    border-left: 0px;
}

.ui-iggrid th a,
.ui-iggrid th.ui-state-default a,
.ui-iggrid th.ui-state-hover a,
.ui-iggrid th.ui-state-active a {
    color: #3e3d40;
}

.ig-grid-delete .fa {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #660808;
    float: left;
    font-size: 17px;
}

.ig-grid-delete:hover {
    text-decoration: none !important;
}

.ui-iggrid .ui-iggrid-footer,
.ui-iggrid .ui-iggrid-toolbar {
    background-color: #ECECEC;
    border: 1px solid #dedede;
}

.ui-iggrid .ui-iggrid-toolbar {
    border-bottom: none;
}

.ui-iggrid .ui-iggrid-footer {
    border-top: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-igedit-list .ui-igedit-listitem.ui-state-highlight,
.ui-igcombo-listitemholder li.ui-state-highlight,
.ui-igcombo-listitemholder li.ui-state-highlight a {
    background-color: var(--main-button-color);
    border-color: var(--main-button-color);
    color: #fff;
}

.ui-igcheckbox-small.ui-state-default,
.ui-igcheckbox-normal.ui-state-default,
.ui-igcombo-checkbox.ui-state-default {
    float: left;
}

.ui-icon-check {
    background-position: -65px -145px;
}

#customersGrid .ui-iggrid tr.ui-ig-altrecord,
#invoiceItemsGrid .ui-iggrid tr.ui-ig-altrecord {
    background-color: #F3F3F3;
}

#invoiceItemsGrid .invoice-information .col-md-4:last-child {
    padding-left: 0px;
}

#invoiceItemsGrid .invoice-information h6 {
    font-size: 12px;
}

#invoiceItemsGrid .TaskChangedMsg {
    background-color: #FFE4B1;
    margin-top: 5px;
}

    #invoiceItemsGrid .TaskChangedMsg h5,
    #invoiceItemsGrid .TaskChangedMsg button,
    #invoiceItemsGrid .TaskChangedMsg input {
        margin: 5px 0px;
    }

#invoiceItemsGrid .btn-wrapper {
    margin: 0px;
}

    #invoiceItemsGrid .btn-wrapper button {
        position: relative;
        padding-left: 15px;
    }

#invoiceItemsGrid .input-text-right input {
    text-align: right;
}

@-moz-keyframes three-quarters-loader {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes three-quarters-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes three-quarters-loader {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* :not(:required) hides this rule from IE9 and below */
.three-quarters-loader:not(:required) {
    -moz-animation: three-quarters-loader 1250ms infinite linear;
    -webkit-animation: three-quarters-loader 1250ms infinite linear;
    animation: three-quarters-loader 1250ms infinite linear;
    border: 4px solid #3e3d40;
    border-right-color: transparent;
    border-radius: 16px;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-indent: -9999px;
    width: 13px;
    height: 13px;
    vertical-align: top;
    margin-top: 3px;
}

#InvoiceSummary p span {
    display: inline-block;
}

.dashboard .ui-iggrid th:last-child {
    border-right-color: #ECECEC;
}

.dashboard .ui-iggrid th:first-child {
    border-left-color: #ECECEC;
}

.dashboard .ui-iggrid th {
    border-top-color: #ECECEC;
}

    .dashboard .ui-iggrid .ui-iggrid-tablebody > tr > td:last-child,
    .dashboard .ui-iggrid .ui-iggrid-table > tbody > tr > td:last-child,
    .dashboard .ui-iggrid .ui-iggrid-tablebody > tr > td:first-child,
    .dashboard .ui-iggrid .ui-iggrid-table > tbody > tr > td:first-child,
    .dashboard .ui-iggrid thead .ui-iggrid-editingcell:first-child,
    .dashboard .ui-iggrid .ui-iggrid-addrow + .ui-iggrid-activerow td:first-child,
    .dashboard .ui-iggrid th.ui-iggrid-rowselector-class:first-child {
        border-right-color: #fff;
        border-left-color: #fff;
    }

.dashboard .ui-ig-record.ui-iggrid-record.ui-iggrid-groupedrow {
    /*background-color: rgb(62, 61, 64);
    color: #fff;*/
    font-weight: bold;
}

#infoGrid .fa {
    padding: 0px 2px;
}

#infoGrid .alert-display {
    padding: 8px 10px;
    margin-bottom: 5px;
}

#tododashboard a,
#misseddashboard_table a {
    line-height: 2;
}

#misseddashboard_table tr.ui-ig-altrecord > td {
    background: #FFEEEE;
}

#misseddashboard_table tr > td {
    background: #F5D7D7;
    border-top-color: #F5D7D7;
    border-bottom-color: #F5D7D7;
}

#misseddashboard_table tr.ui-ig-altrecord.ui-iggrid-altrecord > td {
    border-top-color: #FFEEEE;
    border-bottom-color: #FFEEEE;
}

#misseddashboard_table td.ui-state-hover,
#misseddashboard_table .ui-ig-altrecord td.ui-state-hover,
#misseddashboard_table .ui-ig-altrecord td.ui-state-default.ui-state-hover,
#misseddashboard_table th.ui-iggrid-rowselector-class.ui-state-hover,
#misseddashboard_table .ui-ig-altrecord th.ui-iggrid-rowselector-class.ui-state-hover,
#misseddashboard_table .ui-ig-altrecord th.ui-iggrid-rowselector-class.ui-state-default.ui-state-hover,
#misseddashboard_table.ui-iggrid-responsive-vertical tr > td.ui-state-hover:first-child,
#misseddashboard_table.ui-iggrid-responsive-vertical tr.ui-ig-altrecord > td.ui-state-hover:first-child {
    background: #dddbdb;
    border-color: #cbcaca;
}
/* Popup Styles */
.sweet-overlay {
    z-index: 2000 !important;
}

.sweet-alert button {
    font-size: 15px !important;
    padding: 15px 30px;
}

.ui-widget-overlay {
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60) !important;
}

.ui-dialog {
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

    .ui-dialog .row {
        margin: 0px;
    }

.modal-content {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.ui-dialog .ui-dialog-titlebar,
.modal-header {
    background-color: #d9d9d9 !important;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #C7C7C7;
    padding: 5px 15px;
}

    .ui-dialog .ui-dialog-titlebar span,
    .modal-title,
    .bootstrap-dialog-title {
        color: #3e3d40 !important;
        font-weight: 700 !important;
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
    }

.ui-dialog .ui-dialog-titlebar-close {
    margin: -10px 11px 0 0;
    background: url('/images/MICourier-CLose-Btn.png') no-repeat 2px 1px;
    border: 1px solid #b4b4b4;
    background-color: #c3c3c3;
    background-size: 80%;
}

.modal-header .close {
    margin: 0px 0px;
    font-size: 30px;
}

.ui-dialog .ui-dialog-buttonpane,
.modal-footer {
    border-top: none;
    padding: 0px 15px 15px;
}

    .modal-footer .btn + .btn {
        margin-top: 0;
        margin: 0;
        margin-bottom: 0;
    }

.modal-content input {
    width: auto;
}
/*.bootstrap-datetimepicker-widget a[data-action]{
    border:none;
    color: @main-accent-color !important;
}
.bootstrap-datetimepicker-widget td{
    height: auto;
    line-height: 1;
    width: auto;
}
.bootstrap-datetimepicker-widget td span {
    width: 15px;
    height: 15px;
    line-height: 1;
}
.bootstrap-datetimepicker-widget .btn-primary{
    background-color: @main-accent-color;
}*/
.print-area-wrapper {
    border: 1px solid #dedede;
    background-color: #fff;
    max-width: 650px;
    margin: auto;
    padding: 10px 25px;
}

    .print-area-wrapper .print-logo {
        width: 100px;
        margin-bottom: 10px;
    }

    .print-area-wrapper .top-info,
    .print-area-wrapper .bottom-info {
        border-bottom: 1px solid #c8c8c8;
        padding-bottom: 10px;
    }

    .print-area-wrapper .bottom-info {
        margin-bottom: 20px;
    }

        .print-area-wrapper .bottom-info .sub-box-wrapper {
            margin-bottom: 0px;
        }

    .print-area-wrapper .sub-box-wrapper {
        border: none;
    }

        .print-area-wrapper .sub-box-wrapper .sub-box-header {
            display: none;
        }

        .print-area-wrapper .sub-box-wrapper .sub-box-content {
            background-color: #fff;
            padding: 0px;
        }

@media print {
    .header-sub,
    #cssmenu,
    .header-main,
    .main-box-header {
        display: none;
    }

    .main-box-wrapper,
    .main-box-content {
        border: none;
    }

    .sub-box-content {
        padding: 0px;
    }

    .print-area-wrapper {
        border: none;
        padding: 0px;
    }

    #destination,
    #customer,
    .sub-box-content .col-md-6 {
        width: 330px;
        display: inline-block;
        vertical-align: top;
    }
}
