﻿body {
    color: #666;
}

.bg-warning{
    background-color: orangered;
}

.bg-danger {
    background-color: indianred;
}

.bg-success {
    background-color: lightgreen;
}

.preload-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FAFAFA;
    z-index: 9999;
}

    .preload-overlay i {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 60px;
        color: #CCC;
    }

.modal {
    overflow-y: auto;
}

    .modal[size='custom-lg'] {
        background: white;
    }

    .modal[size="modal-login"] {
        background-image: url('/img/bg.jpg');
        background-color: #FFF;
        background-size: cover;
        background-position: top left;
    }

.modal-lg {
    width: 80%;
}

.main-header .sidebar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 15px 15px;
    /* font-family: fontAwesome; */
    font-family: "Font Awesome\ 5 Free";
    /* cjr */
}

    .main-header .sidebar-toggle:before {
        content: "\f0c9";
        font-weight: 900;
        /* cjr */
    }

.cursor-pointer {
    cursor: pointer;
}

.form-control.invalid {
    border-color: #dc3545;
}

.validation-message {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.strong {
    font-weight: bold;
}

.uppercase {
    text-transform: uppercase;
}
.top-space {
    margin-top: 25px;
}

.top-space-xs {
    margin-top: 10px;
}

.left-space-xs {
    margin-left: 5px;
}

.bottom-space {
    margin-bottom: 25px;
}

.bottom-space-xs {
    margin-bottom: 10px;
}

.info-box.better_price {
    background: #d5ffd5;
}

.unit-selection {
    padding: 7px;
}

    .unit-selection > span {
        color: #FFF;
        margin-right: 10px;
    }

    .unit-selection > * {
        display: inline-block;
        width: auto;
    }


.h4, h4 {
    font-size: 16px !important;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 1px;
}

.well {
    padding: 5px;
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.h3, h3 {
    font-size: 20px;
}

.col-limited {
    width: 50px;
}

.col-limited-sm {
    width: 40px;
}

.col-limited-md {
    width: 60px;
}
.col-limited-lg {
    width: 75px;
}

.content-wrapper {
    font-size: 12px;
}

.btn {
    font-size: 12px;
}

.form-control {
    padding: 3px 5px;
    height: 30px;
}

.rota-info .col-xs-4:not(:first-child)::before, .rota-info .col-sm-6:not(:first-child)::before {
    content: " ";
    position: absolute;
    width: 1px;
    height: 30px;
    background: #CCC;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.smaller-icons i {
    font-size: 10px;
}

.shipment-info {
    font-size: 13px;
}

#mapControl {
    width: 100%;
    height: 100%;
    min-width: 600px;
    min-height: 400px;
    position: relative;
}

.modal.semi-large .modal-dialog {
    width: 950px;
}

.label-orange {
    background-color: #FF7701 !important;
}

.top-padding {
    padding-top: 20px !important;
}

hr {
    border-top: 1px solid #EEE;
    margin-top: 10px;
    margin-bottom: 10px;
}



.order-status {
    margin-top: 70px;
    margin-bottom: 50px;
}

.order-information .icon {
    color: #CCC;
    background: #FFF;
    font-size: 25px;
    display: inline-block;
    border: 4px solid #CCC;
    margin: 0 auto;
    padding: 10px;
    border-radius: 50%;
    line-height: 30px;
}

.order-information .info {
    display: block;
    font-weight: bold;
    margin-top: 10px;
    color: #003c71;
    font-size: 12px;
    position: absolute;
    width: 100%;
    left: 0;
}

.order-information .icon:not(.active):hover {
    background: #EEE;
}

.order-information .icon.active {
    background: #b7bf10;
    color: #003c71;
    border-color: #003c71;
}

.order-information {
    position: relative;
    margin-top: 50px;
}

@media screen and (min-width:576px) {
    .order-information .info {
        position: absolute;
    }

    .order-information::before {
        content: "";
        position: absolute;
        width: calc(100%/6*5);
        height: 4px;
        background: #003c71;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        z-index: 0;
        left: 50%;
    }
}

.main-header .navbar {
    background-color: #3c8dbc;
}

.label {
    font-size: 10px;
    padding: 1px 5px;
}

input.form-control-small {
    font-size: 12px;
    font-style: normal;
}
.disabled {
    color: #cacaca !important;
    background: #ECF0F5 !important;
}
.PDFContainer {
    min-height: 570px;
    position: relative;
}