@media (max-width: 767px) {
    .skin-black .main-header .logo {
        background-color: #fff;
        color: #000;
        border-bottom: 0 solid transparent;
    }

    .skin-black .main-header .logo:hover {
        background-color: #fff !important;
    }

    .logo img + span {
        text-align: right;
        width: 100%;
        max-width: 280px;
    }
}

.btn-status-packed {
    color: #75ff75;
}
.margin-0 {
    margin: 0 !important;
}

.margin-top-bottom-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mt-d3 {
    margin-top: 0.3rem;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.ml-3 {
    margin-left: 3px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.v-align-sub-1 {
    vertical-align: -1px;
}

.v-align-middle {
    vertical-align: middle !important;
}

.v-align-baseline {
    vertical-align: baseline;
}

.padding-left-right-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.padding-left-0 {
    padding-left: 0;
}

.hr {
    border-top: 1px solid #ddd;
}

.clickable {
    cursor: pointer;
}

.underline {
    text-decoration: underline;
}

.v-align-text-top {
    vertical-align: text-top;
}

.v-align-text-bottom {
    vertical-align: text-bottom;
}

.v-align-top {
    vertical-align: top;
}

.v-align-minus-3 {
    vertical-align: -3px;
}

.pb-10 {
    padding-bottom: 10pt;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.color-white {
    color: #fff !important;
}

.width-100 {
    width: 100% !important;
}

.height-100 {
    height: 100% !important;
}

.width-40 {
    width: 40em;
}

.float-none {
    float: none !important;
}

.alert {
    z-index: 10000;
}

.green-dot {
    height: 15px;
    width: 15px;
    background-color: #087D3E;
    border-radius: 50%;
    display: inline-block;
}

.red-dot {
    height: 15px;
    width: 15px;
    background-color: #7D0808;
    border-radius: 50%;
    display: inline-block;
}

.dropdown-element {
    clear: both;
    color: #777;
    display: block;
    font-weight: 400;
    line-height: 1.42857143;
    padding: 3px 20px;
    white-space: nowrap;
}

.dropdown-element:hover {
    background-color: #f5f5f5;
    color: #262626;
}

.gray-icon {
    color: #444;
}

.border-radius-2 {
    border-radius: 2px;
}

.margin-0 {
    margin: 0;
}

.margin-left-right-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.margin-left-right-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.status-wrapper {
    display: inline-block;
    position: relative;
}

.status-wrapper > div {
    float: left;
}

.arrow-left-piece {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 20px solid #f5f5f5;
    border-bottom: 20px solid #f5f5f5;
    border-left: 20px solid transparent;
}

.arrow-center-piece {
    display: inline-block;
    width: 140px;
    background: #f5f5f5;
    min-height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    font-size: 1.2rem;
}

.arrow-right-piece {
    display: inline-block;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #f5f5f5;
    position: relative;
}

.status-static {
    width: 140px;
    background: #f5f5f5;
    min-height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 1.2rem;
}

.status-separator {
    min-height: 40px;
    line-height: 40px;
}

.status-success > .arrow-left-piece {
    border-top-color: #d1e7dd;
    border-bottom-color: #d1e7dd;
}

.status-success > .arrow-center-piece {
    background-color: #d1e7dd;
}

.status-success > .arrow-right-piece {
    border-left-color: #d1e7dd;
}

.status-primary > .arrow-left-piece {
    border-top-color: #fcf8e3;
    border-bottom-color: #fcf8e3;
}

.status-primary > .arrow-center-piece, .status-primary > .status-static {
    background-color: #fcf8e3;
}

.status-primary > .arrow-right-piece {
    border-left-color: #fcf8e3;
}

@media (max-width: 1330px) {
    .hide-below-1330 {
        display: none;
    }
}

.error {
    width: 100%;
    max-width: 1200px;
    text-align: center;
    margin: 40px auto;
}

.badge-success {
    background-color: #17a363 !important;
    border-color: #008d4c !important;
}

a.btn {
    text-decoration: none !important;
}

.max-width-400 {
    max-width: 400px;
}

.max-height-250 {
    max-height: 250px;
}

.max-height-325 {
    max-height: 325px;
}

.font-weight-inherit {
    font-weight: inherit;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.width-300 {
    width: 300px;
}

.inline-wrapper {
    z-index: 1;
    margin-top: -2px;
    right: 0;
    background-color: #fff;
    border-color: #eee;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #777;
    max-height: 300px;
    overflow-y: scroll;
}

.inline-wrapper-entry {
    padding: 3px 20px 10px 20px;
}

.color-light-gray {
    color: #a6a5a5;
}

.progress > .progress-description {
    position: absolute;
    left: 0;
    right: 0;
    color: #d9d8d8;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.line-height-initial {
    line-height: initial;
}

.table-nested-wrapper {
    padding: 0;
    margin: 0;
}

.table-nested {
    background-color: initial !important;
}

.overflow-y-scroll {
    overflow-y: scroll;
}

.overflow-hidden {
    overflow: hidden;
}

.d-flex {
    display: flex;
}

.d-flex > div {
    float: none;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner {
    font-size: 20pt;
    animation: spinner-border .95s linear infinite;
}

.shipment-set {
    padding: 10px;
}

.shipment-set-1 {
    background: rgb(185, 189, 255) !important;
}

.shipment-set-2 {
    background: rgb(151, 255, 143) !important;
}

.shipment-set-3 {
    background: rgb(235, 143, 255) !important;
}

.shipment-set-4 {
    background: rgb(235, 255, 143) !important;
}

.shipment-set-5 {
    background: rgb(255, 143, 143) !important;
}

.calculated-dimensions .badge {
    font-size: 1.1em;
}

.sonata-hidden {
    display: none;
}

.loader {
    width: 48px;
    height: 48px;
    display: inline-block;
    position: relative;
}

.loader::after,
.loader::before {
    content: '';
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    border: 2px solid #00a65a;
    position: absolute;
    left: 0;
    top: 0;
    animation: rotationBreak 3s ease-in-out infinite alternate;
}

.loader::after {
    border-color: #367fa9;
    animation-direction: alternate-reverse;
}

@keyframes rotationBreak {
    0% {
        transform: rotate(0);
    }
    25% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(270deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.dropdown-menu{
    max-height: 90vh;
    overflow-y: scroll;
}

/**
    * Hide select2 arrow in sidebar menu
*/
.sidebar-menu .select2-selection__arrow{
    display: none !important;
}

.sidebar-menu .select2{
    margin: 10px;
    max-width: 90%;
}

.sidebar-menu .select2-selection{
    background: #666;
}