/**/
/* Additional */
.background-green {
    background: rgba(42, 255, 11, 0.18) !important;
}

.background-green-light {
    background: rgba(42, 255, 11, 0.06) !important;
}

.background-teal {
    background: rgba(187, 120, 255, 0.31) !important;
}

.background-teal-light {
    background: rgba(230, 206, 255, 0.31) !important;
}

.background-brown {
    background: rgba(175, 102, 71, 0.11) !important;
}

.pink-background {
    background: rgba(255, 142, 123, 0.15) !important;
}

.background-light-grey {
    background: rgba(197, 197, 197, 0.15) !important;
}

.notifications-menu ul {
    width: 550px !important;
}

.input-transparent {
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left !important;
}

.calendar-input {
    width: 100px;
    border: none;
    background: transparent;
    cursor: pointer;
}

.driver-capacity-input {
    width: 46px;
}

.inventory-count-input {
    font-size: 24px;
    width: 80px !important;
}

.btn-md {
    padding: 3px 8px !important;
}

.center-big {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    width: 100%;
}

.text-bold {
    font-weight: bold;
}

.driver-selected {
    border-left: 8px solid #f9520f !important;
    border-right: 8px solid #f9520f !important;
}

.color-grey {
    color: #919191;
}

/* For Mobile racoon */

#body.mobile-racoon .main-header {
    display: none;
}

#body.mobile-racoon .main-footer {
    /*display: none;*/
}

#body.mobile-racoon .main-sidebar {
    display: none;
}

#body.mobile-racoon .content-wrapper {
    margin-left: 0px !important;
    padding-top: 0px !important
}

#body.mobile-racoon .good-search-input {
    width: 300px !important;
}

#body.mobile-racoon .box-body {
    overflow: auto;
}

.padding-sides-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.margin-updown-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.content-wrapper {
    height: 100%;
}

.good-picture {
    width: 100%;
    padding: 10px;
    display: block !important;
}

.good-picture img {
    max-width: 100%;
    display: none;
}

.ml0 {
    margin-left: 0px !important;
}

.dn {
    display: none;
}

.selected-button {
    border: 2px solid #eea236 !important;
    background: rgba(238, 162, 54, 0.50) !important;
}

.box-tall {
    /* Firefox */
    height: -moz-calc(100vh - 200px);
    /* WebKit */
    height: -webkit-calc(100vh - 200px);
    /* Opera */
    height: -o-calc(100vh - 200px);
    /* Standard */
    height: calc(100vh - 200px);
    overflow: auto;
}

.box-body {
    overflow: auto;
}

.background-grey {
    background: #c6c6c6;
}

.img-center {
    display: block;
    margin: 0 auto;
    width: 80%;
    max-width: 800px;
}

@media (max-width: 1620px) {
    .header-task-text {
        display: none;
    }
}

.w-100-per {
    width: 100%;
}

.w-5-per {
    width: 5%;
}

.w-10-per {
    width: 10%;
}

.w-15-per {
    width: 15%;
}

.w-20-per {
    width: 20%;
}

.w-30-per {
    width: 30%;
}

.w-40-per {
    width: 40%;
}

.w-50-per {
    width: 50%;
}

.w-60-per {
    width: 60%;
}

.w-70-per {
    width: 70%;
}

.w-80-per {
    width: 80%;
}

.w-90-per {
    width: 90%;
}

.w-50-px {
    width: 50px;
}
.w-60-px {
    width: 60px;
}
.w-80-px {
    width: 80px;
}

.w-90-px {
    width: 90px !important;
}

.w-140-px {
    width: 140px;
}

.w-150-px {
    width: 150px;
}

.w-160-px {
    width: 160px;
}

.w-170-px {
    width: 170px;
}

.w-max-140-px {
    max-width: 140px !important;
}

.w-min-105-px {
    min-width: 105px !important;
}

.display-inline {
    display: inline;
}

.display-block {
    display: block;
}

.display-flex {
    display: flex;
}

.display-none {
    display: none;
}

.display-inline-block {
    display: inline-block !important;
}

.overflow-hidden {
    overflow: hidden;
}

input[type="checkbox"] {
    min-width: 24px;
    min-height: 24px;
}

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

.padding-bottom-5-px {
    padding-bottom: 5px !important;
}

.padding-bottom-10-px {
    padding-bottom: 10px !important;
}

.padding-bottom-15-px {
    padding-bottom: 15px !important;
}

.padding-bottom-55-px {
    padding-bottom: 55px !important;
}

.padding-top-0 {
    padding-top: 0px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-1px {
    padding: 1px !important;
}

.padding-2px {
    padding: 2px !important;
}

.padding-3px {
    padding: 3px !important;
}

.padding-4px {
    padding: 4px !important;
}

.margin-1px {
    margin: 1px !important;
}

.margin-2px {
    margin: 2px !important;
}

.margin-3px {
    margin: 3px !important;
}

.margin-4px {
    margin: 4px !important;
}

.no-horizontal-margin {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.xs-rm-btn {
    vertical-align: top;
    margin-top: 4px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.unconfirmed {
    background: rgba(217, 83, 79, 0.22);
}

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

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

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

.margin-top-8-px {
    margin-top: 8px;
}

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

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

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

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

.margin-right-0-px {
    margin-right: 0px;
}

.padding-0 {
    padding: 0px !important;
}

.padding-right-0-px {
    padding-right: 0px;
}

.padding-right-5-px {
    padding-right: 5px;
}

.padding-right-10-px {
    padding-right: 10px !important;
}

.padding-right-15-px {
    padding-right: 15px !important;
}

.padding-left-100-px {
    padding-left: 100px;
}

.padding-left-2-px {
    padding-left: 2px !important;
}

.padding-left-5-px {
    padding-left: 5px !important;
}

.padding-left-min-40-px {
    padding-left: -40px !important;
}

.padding-left-10-px {
    padding-left: 10px !important;
}

.padding-left-15-px {
    padding-left: 15px !important;
}

.padding-left-0-px {
    padding-left: 0px !important;
}

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

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

.h-300px {
    height: 300px;
}

.ui-autocomplete {
    z-index: 9999999999;
}

.loading-modal, .modal {
    z-index: 99999999999;
}

.background-red {
    background: #ffeaec !important;
}

.background-pink {
    background: rgba(255, 234, 236, 0.46) !important;
}

.text-purple {
    color: purple;
}

.label-purple {
    background-color: #800080;
}

.vertical-padding-0px {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.vertical-padding-10px {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.no-vertical-padding td {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    vertical-align: middle !important;
}

.no-vertical-padding th {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    vertical-align: middle !important;
}

.no-vertical-padding tr {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    vertical-align: middle !important;
}

.h-30px {
    height: 30px !important;
}
.h-40px {
    height: 40px !important;
}
.h-50px {
    height: 50px !important;
}
.h-60px {
    height: 60px !important;
}
.h-80px {
    height: 80px !important;
}

.nav li a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.table-padding-4px tbody > tr > td {
    padding: 4px;
}

.col-padding-horizontal-2px {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.col-padding-horizontal-3px {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.col-padding-right-3px {
    padding-right: 3px !important;
}

.col-padding-horizontal-4px {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.col-padding-horizontal-5px {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.select2-selection {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    height: 34px;
}

.search-goods-table-body td {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.search-goods-table-body tr:hover {
    background-color: rgba(251, 228, 184, 0.48);
}

.order-position-count {
    width: 16px;
    text-align: center;
}

.background-orange {
    background-color: rgba(255, 204, 0, 0.24);
}

.border-bright {
    border-top: solid #919191 2px;
}

.background-sky {
    background-color: rgba(13, 149, 232, 0.18);
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-move {
    cursor: move;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.font-size-110-p
{
    font-size: 110% !important;
}

.font-size-120-p
{
    font-size: 120% !important;
}

.font-size-130-p
{
    font-size: 130% !important;
}

.font-130percent input, textarea {
    font-size: 130% !important;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }
    to {
        opacity: 0.0;
    }
}

.blink-slow {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}
@keyframes blink {
    0% {
        border-color: #f10ac1;
    }
    50% {
        border-color: transparent;
    }
    100% {
        border-color: #f10ac1;
    }
}
.blink-fast {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}
.need-receipt-badge{
    padding: 2px;
    border: 2px dashed #f10ac1;
    animation: blink 1s infinite alternate;
}
.fs-80-percent {
    font-size: 80% !important;
}
.fs-85-percent {
    font-size: 85% !important;
}
.fs-90-percent {
    font-size: 90% !important;
}
.fs-95-percent {
    font-size: 95% !important;
}
.fs-100-percent {
    font-size: 100% !important;
}
.fs-110-percent {
    font-size: 110% !important;
}
.fs-120-percent {
    font-size: 120% !important;
}
.fs-12 {
    font-size: 12px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.opacity-20 {
    opacity: 0.2;
}

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

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

.height-50-per {
    height: 50% !important;
}

.nav-tabs li.active {
    font-weight: bold;
}

.non-selectable {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome, Edge, Opera and Firefox */
}

.border-bo {
    border-bottom: 1px solid #ddd;
}

.w-120-px {
    width: 120px;
}
.w-100-px {
    width: 100px;
}

.daterangepicker {
    z-index: 1000000000000;
}

.margin-top-2px {
    margin-top: 2px !important;
}

.margin-bottom-2px {
    margin-bottom: 2px !important;
}

.margin-bottom-4px {
    margin-bottom: 4px !important;
}

.margin-bottom-5px {
    margin-bottom: 5px !important;
}

.margin-bottom-10px {
    margin-bottom: 10px !important;
}

.margin-bottom-15px {
    margin-bottom: 15px !important;
}

.margin-5px {
    margin: 5px !important;
}

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

.vertical-super {
    vertical-align: super !important;
}

.full-match {
    background: rgba(42, 255, 11, 0.18) !important;
}

.part-match {
    background: rgba(255, 166, 0, 0.24) !important;
}

.tooltip
{
    z-index: 99999999999999;
}

.scan-item-selected
{
    border: #0d6aad 2px solid;
    animation-name: scan-item-selected-animation;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
@keyframes scan-item-selected-animation {
    50% {
        border-color: #2eceff;
    }
}

.daterangepicker.dropdown-menu
{
    z-index: 9999999999999999999 !important;
}


/* Scrollbars */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: rgba(231, 231, 231, 0.03);
    border: 1px solid rgba(202, 202, 202, 0.16);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.08);
}

/*::-webkit-scrollbar-thumb {*/
/*    border-radius: 8px;*/
/*    background-color: rgba(1, 224, 122, 0.83);*/
/*}*/
/*::-webkit-scrollbar-thumb:hover {*/
/*    background-color: #00a65a;*/
/*    cursor: pointer;*/
/*}*/

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgba(196, 196, 196, 0.83);
}
::-webkit-scrollbar-thumb:hover {
    background-color: #00ad66;
    cursor: pointer;
}

.ddd
{
    background-color: #0d6aad;
    background-color: #3e8cb6;
    background-color: #a0cfef;
    background-color: #16ccf3;
    background-color: #9be8f8;
    background-color: #788ce3;
    background-color: #b2bcec;
    background-color: #e3e7ff;
    background-color: #c02a2a;
}

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

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

.padding-15px
{
    padding: 15px !important;
}

.text-wb {
    color: #ea08ea;
}

.blinker{
    animation: blinker 0.2s linear infinite;
    border: 2px dashed red;
    color: #a800ff;
    font-size: 200%;
}

@keyframes blinker {
    60% {
        opacity: 0.4;
    }
}

/*.hatching-red {*/
/*    background: linear-gradient(45deg, rgba(0, 0, 0, 0) 49.9%, red 49.9%, red 60%, rgba(0, 0, 0, 0) 60%)*/
/*    fixed,*/
/*    linear-gradient(45deg, red 10%, rgba(0, 0, 0, 0) 10%)*/
/*    fixed;*/
/*    background-size: 0.8em 0.8em*/
/*}*/

.hatching {
    background: linear-gradient(45deg,rgba(0, 0, 0, 0) 48%,rgba(0, 0, 0, 0.2) 50%,rgba(0, 0, 0, 0) 52%),linear-gradient(-45deg,rgba(0, 0, 0, 0) 48%,rgba(0, 0, 0, 0.2) 50%,rgba(0, 0, 0, 0) 52%);
    background-size: 1em 1em;
    background-color: #fff;
}

.hatching-opacity-05 {
    background: linear-gradient(45deg,rgba(0, 0, 0, 0) 48%,rgba(0, 0, 0, 0.2) 50%,rgba(0, 0, 0, 0) 52%),linear-gradient(-45deg,rgba(0, 0, 0, 0) 48%,rgba(0, 0, 0, 0.2) 50%,rgba(0, 0, 0, 0) 52%);
    background-size: 1em 1em;
    background-color: #fff;
    opacity: 0.5;
}

.hatching-green {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0) 49.9%, green 49.9%, green 60%, rgba(0, 0, 0, 0) 60%)
    fixed,
    linear-gradient(45deg, green 10%, rgba(0, 0, 0, 0) 10%)
    fixed;
    background-size: 0.8em 0.8em
}

.hatching-red {
    background: linear-gradient(45deg, rgba(255, 10, 10, 0) 48%, rgba(255, 25, 25, 0.5) 50%, rgba(255, 0, 0, 0) 52%),linear-gradient(-45deg, rgba(255, 11, 104, 0) 48%,rgba(0, 0, 0, 0.1) 50%,rgba(0, 0, 0, 0) 52%);
    background-size: 1em 1em;
    background-color: #fff;
    opacity: 1;
}

.hatching-green {
    background: linear-gradient(45deg,rgba(0, 0, 0, 0) 48%, rgb(0, 173, 102) 50%,rgba(0, 0, 0, 0) 52%),linear-gradient(-45deg,rgba(0, 0, 0, 0) 48%,rgba(0, 0, 0, 0.2) 50%,rgba(0, 0, 0, 0) 52%);
    background-size: 1em 1em;
    background-color: #fff;
    opacity: 1;
}

.show-on-hover-child{
    opacity: 0;
}
.show-on-hover:hover .show-on-hover-child{
    opacity: 1;
}

.bottom-solid-border-green{
    border-bottom: solid 2px green !important;
}
.bottom-solid-border-blue{
    border-bottom: solid 2px #00b1e7 !important;
}
.bottom-solid-border-orange{
    border-bottom: solid 2px #ffa60b !important;
}
.bottom-solid-border-purple{
    border-bottom: solid 2px #983eff !important;
}