@import url('https://fonts.googleapis.com/css?family=Exo+2:400,700&display=swap');

@font-face {
    font-family: 'SFProTextBold';
    src: url('../fonts/SFProTextBold.eot');
    src: url('../fonts/SFProTextBold.eot') format('embedded-opentype'),
        url('../fonts/SFProTextBold.woff2') format('woff2'), url('../fonts/SFProTextBold.woff') format('woff'),
        url('../fonts/SFProTextBold.ttf') format('truetype'),
        url('../fonts/SFProTextBold.svg#SFProTextBold') format('svg');
}

@font-face {
    font-family: 'SFProTextHeavy';
    src: url('../fonts/SFProTextHeavy.eot');
    src: url('../fonts/SFProTextHeavy.eot') format('embedded-opentype'),
        url('../fonts/SFProTextHeavy.woff2') format('woff2'), url('../fonts/SFProTextHeavy.woff') format('woff'),
        url('../fonts/SFProTextHeavy.ttf') format('truetype'),
        url('../fonts/SFProTextHeavy.svg#SFProTextHeavy') format('svg');
}

@font-face {
    font-family: 'SFProTextLight';
    src: url('../fonts/SFProTextLight.eot');
    src: url('../fonts/SFProTextLight.eot') format('embedded-opentype'),
        url('../fonts/SFProTextLight.woff2') format('woff2'), url('../fonts/SFProTextLight.woff') format('woff'),
        url('../fonts/SFProTextLight.ttf') format('truetype'),
        url('../fonts/SFProTextLight.svg#SFProTextLight') format('svg');
}

@font-face {
    font-family: 'SFProTextMedium';
    src: url('../fonts/SFProTextMedium.eot');
    src: url('../fonts/SFProTextMedium.eot') format('embedded-opentype'),
        url('../fonts/SFProTextMedium.woff2') format('woff2'), url('../fonts/SFProTextMedium.woff') format('woff'),
        url('../fonts/SFProTextMedium.ttf') format('truetype'),
        url('../fonts/SFProTextMedium.svg#SFProTextMedium') format('svg');
}

@font-face {
    font-family: 'SFProTextRegular';
    src: url('../fonts/SFProTextRegular.eot');
    src: url('../fonts/SFProTextRegular.eot') format('embedded-opentype'),
        url('../fonts/SFProTextRegular.woff2') format('woff2'), url('../fonts/SFProTextRegular.woff') format('woff'),
        url('../fonts/SFProTextRegular.ttf') format('truetype'),
        url('../fonts/SFProTextRegular.svg#SFProTextRegular') format('svg');
}

@font-face {
    font-family: 'SFProTextSemibold';
    src: url('../fonts/SFProTextSemibold.eot');
    src: url('../fonts/SFProTextSemibold.eot') format('embedded-opentype'),
        url('../fonts/SFProTextSemibold.woff2') format('woff2'), url('../fonts/SFProTextSemibold.woff') format('woff'),
        url('../fonts/SFProTextSemibold.ttf') format('truetype'),
        url('../fonts/SFProTextSemibold.svg#SFProTextSemibold') format('svg');
}

html {
    font-size: 16px;
}

@media (min-width: 1400px) {
    .container.bigger {
        min-width: 1400px;
    }
}

img {
    max-width: 100%;
    height: auto;
}

body {
    font-size: 16px;
    font-family: 'SFProTextRegular';
    font-size: 1rem;
}

section {
    width: 100%;
    float: left;
    padding: 40px 0;
}

h2 {
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #111222;
    margin-bottom: 16px;
}

h5.text-bleck.bold16 {
    margin-bottom: 20px;
}

.text-red {
    color: #f65e5e;
}

.text-blue {
    color: #00a5e2;
}

.text-white {
    color: #fff;
}

.text-green {
    color: #41c08c;
}

.text-black {
    color: #20232f;
}

.text-yellow {
    color: #ffa155;
}

.text-grey-dark {
    color: #4e5364;
}

.text-grey {
    color: #777c8c;
}

.text-grey-light {
    color: #a6abbb;
}

.regular14 {
    font-family: 'SFProTextRegular';
    font-size: 0.875rem;
}

.regular13 {
    font-family: 'SFProTextRegular';
    font-size: 0.8125rem;
}

.bold16 {
    font-family: 'SFProTextBold';
    font-size: 1rem;
}

.bold14 {
    font-family: 'SFProTextBold';
    font-size: 0.875rem;
}

.bold13 {
    font-family: 'SFProTextBold';
    font-size: 0.8125rem;
}

.bold12 {
    font-family: 'SFProTextBold';
    font-size: 0.75rem;
}

.medium24 {
    font-family: 'SFProTextMedium';
    font-size: 1.5rem;
}

.medium12 {
    font-family: 'SFProTextMedium';
    font-size: 0.75rem;
}

.medium13 {
    font-family: 'SFProTextMedium';
    font-size: 0.8125rem;
}

.medium14 {
    font-family: 'SFProTextMedium';
    font-size: 0.875rem;
}

.medium16 {
    font-family: 'SFProTextMedium';
    font-size: 1rem;
}

.top-margin15 {
    margin-top: 15px;
}

.top-margin30 {
    margin-top: 30px;
}

.right-margin15 {
    margin-right: 15px;
}

.bottom-margin40 {
    margin-bottom: 40px;
}

.bottom-margin15 {
    margin-bottom: 15px;
}

.border-bottom-ordinary {
    border-bottom: 1px solid #f2f2f2;
}

.border-top-ordinary {
    border-top: 1px solid #f2f2f2;
}

.right-border {
    border-right: 1px solid #f2f2f2;
}

.btn-view {
    font-size: 0.875rem;
    color: #009cd6;
}

.btn-view:hover {
    color: #20232f;
}

.btn {
    width: 100%;
    float: left;
    display: inline-block;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 0 15px;
}

.btn.border-green {
    border: #41c08c;
}

.btn.border-grey {
    border: #e3e5eb;
}

.btn.border-red {
    border: #f65e5e;
}

.btn.border-blue {
    border: #00a5e2;
}

.btn.expired {
    width: 59px;
    line-height: 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #f65e5e;
    border: #f65e5e;
}

.btn.btn-upload {
    max-width: 210px;
    line-height: 42px;
    background-color: #00a5e2;
    color: #fff;
    font-family: 'SFProTextBold';
    font-size: 0.875rem;
    margin-top: 5px;
    margin-bottom: 5px;
}

.btn.btn-upload img {
    margin-right: 10px;
}

.btn.btn-upload.product {
    max-width: 140px;
    line-height: 36px;
    padding: 0 15px;
    margin: 0;
}

.btn.btn-upload:hover {
    opacity: 0.7;
}

.btn.btn-line {
    line-height: 40px;
    border: 1px solid #e3e5eb;
    background: none;
    font-size: 0.875rem;
    font-family: 'SFProTextBold';
}

.btn.btn-line.btn-green {
    border: 1px solid transparent;
    background-color: #41c08c;
}

.btn.btn-line.btn-white {
    line-height: 42px;
    background-color: #fff;
}

.btn.btn-line:hover {
    background-color: #e3e5eb;
    border-color: #a6abbb;
}

.btn.btn-line-blue {
    min-width: 170px;
    width: auto;
    line-height: 36px;
    background-color: #fff;
    border: 1px solid #00a5e2;
    font-family: 'SFProTextMedium';
    font-size: 0.875rem;
    color: #00a5e2;
}

.btn.btn-line-blue:hover {
    background-color: #e3e5eb;
}

.btn.btn-blue {
    line-height: 40px;
    background-color: #00a5e2;
    color: #fff;
    font-size: 0.875rem;
    font-family: 'SFProTextBold';
}

.btn.btn-blue:hover {
    border-color: #00a5e2;
    color: #00a5e2;
    background-color: #fff;
}

.btn.btn-grey {
    line-height: 36px;
    background-color: #a6abbb;
    color: #fff;
    font-family: 'SFProTextMedium';
    font-size: 0.9375rem;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 20px 0 15px;
}

.btn.btn-grey:hover {
    border-color: #a6abbb;
    background-color: #fff;
    color: #a6abbb;
}

.btn.void {
    width: 60px;
    line-height: 24px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #e3e5eb;
    font-family: 'SFProTextMedium';
    font-size: 0.75rem;
    color: #777c8c;
}

.btn.void:hover {
    background-color: #777c8c;
    color: #fff;
}

.btn.btn-number {
    width: 85px;
    line-height: 18px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #00a5e2;
    background-color: #00a5e2;
    padding: 0 5px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'SFProTextMedium';
    font-size: 0.625rem;
    color: #fff;
}

.btn.btn-number:hover {
    border-color: #00a5e2;
    background-color: #fff;
    color: #00a5e2;
}

.btn.btn-admin {
    min-width: 63px;
    line-height: 18px;
    background-color: #00a5e2;
    color: #fff;
    text-transform: uppercase;
    font-family: 'SFProTextMedium';
    font-size: 0.75rem;
    padding: 0 10px;
}

.btn.btn-admin:hover {
    border-color: #00a5e2;
    background-color: #fff;
    color: #00a5e2;
}

.top-menu {
    background-color: #fff;
    width: 100%;
    float: left;
    padding: 22px 0 22px 255px;
    padding-right: 30px;
    position: fixed;
    z-index: 900;
}

.top-menu .row {
    width: 100%;
    margin: 0;
}

.top-menu a.bell {
    display: none;
    position: relative;
    color: #777c8c;
    margin-right: 30px;
}

.top-menu a.bell span.red-dot {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2px solid #fff;
    background-color: #f65e5e;
    top: -3px;
    right: -3px;
    z-index: 2;
}

.top-menu a.up {
    text-decoration: none;
}

.top-menu a.up img {
    margin: 0 11px;
    width: 14px;
}

.top-menu a.up span {
    font-family: 'SFProTextRegular';
    font-size: 0.875rem;
    color: #4f5464;
}

.top-menu a.up span:hover {
    color: #111222;
}

.top-menu .top-dropdown {
    margin-left: 20px;
}

.top-menu .dropdown .dropdown-toggle {
    position: relative;
    background: none;
    border: none;
    padding: 0 15px 0 0;
}

.top-menu .dropdown .dropdown-toggle .user-img {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left center;
    min-width: 30px;
    line-height: 30px;
    float: left;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 16px 16px;
    border: 2px solid #111222;
}

.top-menu .dropdown .dropdown-toggle span {
    line-height: 34px;
    color: #4e5364;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 2px;
}

.top-menu .dropdown .dropdown-toggle span:hover {
    color: #111222;
}

.top-menu .form-holder {
    width: 100%;
    float: left;
}

.top-menu .form-holder form .form-group {
    width: 100%;
    float: left;
    margin: 0;
}

.top-menu .form-holder form .form-group .search {
    color: #787c8c;
    background: none;
    border: none;
    display: inline-block;
    cursor: pointer;
    font-size: 0.875rem;
}

.top-menu .form-holder form .form-group .form-control {
    border: none;
    color: #a6abbb;
    margin-left: 10px;
    font-family: 'SFProTextRegular';
    font-size: 0.875rem;
}

.dropdown-toggle {
    position: relative;
}

.dropdown-toggle:after {
    position: absolute;
    content: '';
    right: 3px;
    top: 15px;
    z-index: 40;
    background: none;
    border: none;
    background-image: url(../img/select.png);
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: right center;
    width: 10px;
    height: 8px;
}

.menu-left {
    width: 240px;
    float: left;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    padding: 0 15px;
    z-index: 990;
    background-color: #111222;
}

.menu-left.active {
    left: 0;
}

.menu-left h4 {
    font-family: 'SFProTextBold';
    font-size: 0.875rem;
    color: #4e5364;
    padding: 0 15px;
    margin-top: 20px;
}

.menu-left .collapse-holder {
    width: 100%;
    float: left;
    padding: 0;
}

.menu-left .collapse-holder .collapse-content {
    background-color: #111222;
    padding: 0 15px 15px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(242, 243, 247);
}

.menu-left .collapse-holder a.btn-collapse {
    width: 100%;
    float: left;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    text-align: left;
    padding: 5px 15px;
    color: #ffffff;
}

.menu-left .collapse-holder a.btn-collapse[aria-expanded='true'] {
    position: relative;
}

.menu-left .collapse-holder a.btn-collapse[aria-expanded='true']:after {
    width: calc(100% - 30px);
    height: 80%;
    left: 15px;
    top: 10%;
    background-color: #111222;
    position: absolute;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.menu-left .collapse-holder a.btn-collapse img {
    margin-right: 15px;
    width: 15px;
    margin-bottom: 3px;
}

.menu-left .collapse-holder a.btn-collapse:hover {
    color: #00a5e2;
}

.menu-left .collapse-holder ul.nav .nav-item .nav-link {
    width: 100%;
    float: left;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    font-family: 'SFProTextRegular';
    font-size: 0.875rem;
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: left 15px center;
    margin-top: 5px;
    /* padding: 9px 15px; */
    color: #ffffff;
}

.nav-link .icon-box {
    background-size: auto auto;
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 0 0;
    width: 14px;
    height: 14px;
    float: left;
    margin-top: 4px;
    display: inline-block;
    margin-right: 10px;
}

.menu-left .collapse-holder ul.nav .nav-item .nav-link svg {
    margin-right: 10px;
}

.nav-link.active .icon-box,
.nav-link:hover .icon-box {
    background-position: 0 -14px;
    background-size: 14px;
}

.menu-left .collapse-holder ul.nav .nav-item .nav-link.active,
.menu-left .collapse-holder ul.nav .nav-item .nav-link:hover {
    color: #00a5e2;
}

.menu-left .dropdown {
    display: inline-block;
}

.menu-left .dropdown-menu {
    font-size: 0.75rem;
}

.menu-left .btn-dropdown {
    width: 100%;
    display: inline-block;
    line-height: 22px;
    background: none;
    background-color: #111222;
    border: 1px solid #4a4a4a;
    padding: 9px 25px 5px 15px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-image: url(../img/select.png);
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.menu-left .btn-dropdown label {
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 0;
    line-height: 1;
    font-family: 'SFProTextMedium';
    font-size: 0.8125rem;
    color: #ffffff;
}

.menu-left .btn-dropdown span {
    float: left;
    text-align: left;
    font-family: 'SFProTextMedium';
    font-size: 0.625rem;
    color: #a6abbb;
}

.menu-left .btn-dropdown:after {
    display: none;
}

.menu-left .btn-dropdown span.badge {
    min-width: 20px;
    display: inline-block;
    float: right;
    margin-top: -8px;
    line-height: 20px;
    background-color: #00a5e2;
    color: #fff;
    font-size: 0.75rem;
    font-family: 'SFProTextBold';
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 0 5px;
    text-align: center;
}

.right-content {
    width: calc((100% - 240px));
    float: right;
    padding: 65px 10px 20px 10px;
}

.right-content.section-filter {
    padding: 40px 40px 15px 40px;
}

.right-content.section-filter label,
.right-content.section-filterbold13,
.right-content.section-filtertext-grey-dark {
    margin-bottom: 0;
}

.right-content.section-filter .dropdown.filter .btn.btn-filter,
.right-content.section-filter .dropdown.filter .btn.dropdown-toggle {
    width: 60%;
    margin-left: 10px;
    text-align: left;
    padding: 7px 15px;
    border: 1px solid #e3e5eb;
    font-family: 'SFProTextRegular';
    font-size: 0.875rem;
    color: #4e5364;
    background-color: transparent;
}

.right-content.section-filter .dropdown.filter .btn.btn-filter:after,
.right-content.section-filter .dropdown.filter .btn.dropdown-toggle:after {
    position: absolute;
    content: '';
    right: 10px;
    top: 13px;
    z-index: 4;
    background: none;
    border: none;
    background-image: url(../img/select.png);
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: right center;
    width: 10px;
    height: 8px;
}

.right-content.section-filter .dropdown.filter .filter {
    margin: 0;
    margin-bottom: 0 !important;
    font-family: 'SFProTextBold';
    font-size: 0.875rem;
    color: #777c8c;
}

.right-content.replenishment {
    padding: 40px 40px 15px 40px;
}

.right-content.pack-content {
    padding-top: 20px;
}

.right-content.pack-content table tbody td {
    min-width: 80px !important;
}

.right-content.pack-content table tbody td .btn {
    line-height: 26px;
}

.line-grey-box {
    width: 100%;
    float: left;
    padding: 18px 20px;
    border: 1px solid #e3e5eb;
    margin-bottom: 15px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.line-grey-box span {
    margin-bottom: 15px;
}

.line-grey-box label.medium24,
.line-grey-box label.text-bleck {
    margin: 0;
}

.line-grey-box label.bold14,
.line-grey-box label.text-grey-dark {
    margin-bottom: 10px;
}

.line-grey-box.smaller {
    padding: 8px 15px 15px;
}

.line-grey-box.smaller label,
.line-grey-box.smaller.map {
    color: #a6abbb;
    font-size: 0.75rem;
    font-family: 'SFProTextMedium';
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 0;
}

.line-grey-box.product {
    position: relative;
    max-width: 82px;
    min-height: 82px;
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 30px;
    margin-right: 28px;
}

.line-grey-box.product button.close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -8px;
    right: -10px;
    z-index: 2;
    color: #999;
}

.yellow-point {
    background-color: #f6aa5e;
    width: 12px;
    float: left;
    height: 12px;
    margin: 0;
    margin-right: 6px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.green-point {
    background-color: #41c08c;
    width: 12px;
    float: left;
    height: 12px;
    margin: 0;
    margin-right: 6px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.point-holder span.green-point {
    margin-bottom: 9px;
    margin-top: 6px;
}

.point-holder span.yellow-point {
    margin-bottom: 9px;
    margin-top: 6px;
}

.mark-holder {
    width: 100%;
    float: left;
}

.mark-holder .mark {
    width: 12px;
    height: 12px;
    float: left;
    margin: 0;
    margin-right: 10px;
    background-color: transparent;
}

.mark-holder .mark.grey {
    background-color: #f2f3f7;
}

.mark-holder .mark.blue {
    background-color: #5eaaf6;
}

.mark-holder .mark.yellow {
    background-color: #f6aa5e;
}

.mark-holder span {
    font-family: 'SFProTextRegular';
    font-size: 0.8125rem;
    color: #111222;
    padding: 0 0 0 14px;
    margin-bottom: 0;
}

.table-line-grey-box {
    width: 100%;
    float: left;
    padding: 0;
    border: 1px solid #e3e5eb;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.table-line-grey-box .table {
    margin-bottom: 0;
}

.table-line-grey-box .table.table-hover tbody tr:hover {
    background-color: rgba(0, 165, 226, 0.1);
}

.table thead th {
    border: none;
}

.table-line-grey-box .table thead th {
    font-family: 'SFProTextBold';
    font-size: 0.75rem;
    color: #777c8c;
}

.table-line-grey-box .table thead th a.icon-img {
    background-color: #111222;
    background-size: auto auto;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center center;
    padding: 10px 20px;
}

.table-line-grey-box .table tbody tr td {
    min-width: 110px;
    color: #4e5364;
    font-family: 'SFProTextRegular';
    vertical-align: middle;
    font-size: 0.875rem;
}

.table-line-grey-box .table tbody tr td span.process {
    min-width: 77px;
    line-height: 20px;
    padding: 3px 12px;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    border: 1px solid #41c08c;
    background-color: rgba(65, 192, 140, 0.1);
    font-family: 'SFProTextMedium';
    font-size: 0.625rem;
    color: #41c08c;
}

.table-line-grey-box .table tbody tr td span.pickup {
    /* font-family: 'SFProTextMedium';
    font-size: .625rem;
    color: #ffa155;
    min-width: 123px;
    line-height: 20px;
    padding: 3px 12px;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    border: 1px solid #ffa155;
    background-color: rgba(255, 161, 85, 0.1) */
}

.table-line-grey-box .table tbody tr td span.time {
    font-size: 0.875rem;
    color: #a6abbb;
}

.table-line-grey-box .table tbody tr td span.total {
    font-size: 0.6875rem;
    color: #8d8d8d;
}

.table-line-grey-box .table tbody tr td span.inner {
    min-width: 80%;
    line-height: 26px;
    float: left;
    background-color: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-align: center;
    padding: 0 8px;
    font-size: 0.875rem;
    color: #00212d;
    border: 1px solid transparent;
}

.table-line-grey-box .table tbody tr td span.inner.green {
    border: 1px solid #41c08c;
}

.table-line-grey-box .table tbody tr td span.inner.red {
    border: 1px solid #f65e5e;
}

.table-line-grey-box .table tbody tr td span.inner.grey {
    border: 1px solid #a6abbb;
    background-color: #f2f3f7;
}

.table-line-grey-box .table tbody tr td span.inner.grey.pack {
    background-color: #fff;
    font-family: 'SFProTextMedium';
    font-size: 0.8125rem;
    border: 1px solid #e3e5eb;
    color: #00a5e2;
}

.table-line-grey-box .table tbody tr td span.inner.grey.pack.red {
    color: #f65e5e;
}

.table-line-grey-box .table tbody tr td label {
    font-size: 0.6875rem;
}

.table-line-grey-box .table tbody tr td .btn-details {
    display: inline-block;
    cursor: pointer;
    font-family: 'SFProTextMedium';
    font-size: 0.75rem;
    color: #777c8c;
}

.table-line-grey-box .table tbody tr td .btn-details:hover {
    color: #00a5e2;
    text-decoration: none;
}

.table-line-grey-box .table tbody tr td .product-code {
    font-size: 0.8125rem;
    color: #00a5e2;
    text-transform: uppercase;
    text-decoration: underline;
}

.table-line-grey-box .table tbody tr td .product-code:hover {
    color: #111222;
    cursor: pointer;
}

.table-line-grey-box .table tbody tr td i {
    font-size: 0.625rem;
    color: #0084b4;
    border: #0084b4;
}

.table-line-grey-box .table tbody tr td .product-img {
    min-width: 41px;
    min-height: 100px;
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.table-line-grey-box .table tbody tr td .icon-img {
    background-size: auto auto;
    background-repeat: no-repeat;
    background-size: 75px;
    background-position: center center;
    padding: 15px 30px;
}

.form-holder-product .form-group label {
    font-family: 'SFProTextMedium';
    font-size: 0.875rem;
    color: #777c8c;
}

.form-holder-product .form-group label.bold14 {
    margin: 0;
    margin: 0 15px;
}

.form-holder-product .form-group .form-control {
    color: #111222;
    height: 42px;
    background-color: #f2f3f7;
    border: 1px solid #e3e5eb;
}

.form-holder-product .form-group textarea.form-control {
    min-height: 80px;
}

.upload-holder {
    min-width: 100%;
    min-height: 332px;
    float: left;
    background-color: #f2f3f7;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px dashed #e3e5eb;
}

.upload-holder #uploadFile {
    visibility: hidden;
    position: absolute;
    left: -50000px;
}

.upload-holder span {
    margin: 0;
}

.upload-holder span.dark {
    color: #333;
}

.upload-holder span.light {
    color: #999;
}

.info-slider {
    width: 100%;
    margin: 0 -15px;
    position: relative;
}

.dropdown span {
    font-family: 'SFProTextRegular';
    font-size: 0.875rem;
    color: #777c8c;
}

.dropdown .btn {
    background: none;
    border: 1ps solid #e3e5eb;
}

.dropdown .btn.btn-data {
    position: relative;
    line-height: 36px;
    border: 1px solid #e3e5eb;
    padding-right: 30px;
    font-size: 0.875rem;
    top: -15px;
    color: #333;
}

.dropdown .btn.btn-data:after {
    position: absolute;
    content: '';
    right: 15px;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 8px;
    z-index: 2;
    background-image: url(../img/select.png);
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: right center;
}

.dropdown .btn.dropdown-toggle:after {
    border: none !important;
}

.right-product h5 {
    margin-top: 42px;
}

.right-product .input-group label,
.right-product .form-group label {
    font-family: 'SFProTextMedium';
    font-size: 0.875rem;
    color: #777c8c;
}

.right-product .input-group .custom-select,
.right-product .form-group .custom-select {
    min-width: 100%;
    float: left;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #e3e5eb;
    font-size: 0.875rem;
    height: 42px;
    color: #20232f;
    background: none;
    background-image: url(../img/select.png);
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.right-product .input-group .form-control,
.right-product .form-group .form-control {
    border: none;
    color: #111222;
    height: 42px;
    background-color: #f2f3f7;
    border: 1px solid #e3e5eb;
}

.right-product .input-group.inline-box,
.right-product .form-group.inline-box {
    width: 100%;
    float: left;
    background: none;
    margin-bottom: 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #e3e5eb;
}

.right-product .input-group.inline-box .dropdown-toggle,
.right-product .form-group.inline-box .dropdown-toggle {
    background: none;
    background-image: url(../img/select.png);
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.right-product .input-group.inline-box .dropdown-toggle:after,
.right-product .form-group.inline-box .dropdown-toggle:after {
    display: none;
}

.right-product .input-group.inline-box .dropdown-menu,
.right-product .form-group.inline-box .dropdown-menu {
    font-size: 0.875rem;
    line-height: 14px;
}

.right-product .input-group.inline-box .dropdown-menu img,
.right-product .form-group.inline-box .dropdown-menu img {
    display: inline-block;
    float: left;
    margin: 1px 10px 0 0;
}

.right-product .input-group.inline-box .flag-holder,
.right-product .form-group.inline-box .flag-holder {
    background: none;
    border: none;
    font-size: 0.875rem;
    line-height: 14px;
    min-width: 80px;
    float: left;
}

.right-product .input-group.inline-box .flag-holder img,
.right-product .form-group.inline-box .flag-holder img {
    float: left;
    margin: 1px 10px 0 5px;
}

.right-product .input-group.inline-box .flag-holder btn,
.right-product .form-group.inline-box .flag-holder btn {
    background: none;
}

.right-product .input-group.inline-box .flag-holder btn .btn-outline-secondary,
.right-product .form-group.inline-box .flag-holder btn .btn-outline-secondary {
    position: relative;
}

.status {
    line-height: 12px;
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
}

.status.green {
    background-image: url(../img/arrow-green.png);
    background-size: 12px;
}

.status.red {
    background-image: url(../img/arrow-red.png);
    background-size: 12px;
}

.line-box {
    width: 100%;
    float: left;
    padding: 0;
    border: 1px solid #e3e5eb;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.line-box span {
    margin: 0;
}

.line-box span.status {
    margin: 0;
}

.line-box .box-header {
    width: 100%;
    float: left;
    padding: 20px;
    border-bottom: 1px solid #e3e5eb;
}

.line-box .box-header img {
    margin-right: 15px;
    width: 19px;
}

.line-box .box-header label {
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
}

.line-box .box-body {
    width: 100%;
    float: left;
    padding: 20px;
}

.line-box .box-body.inner-holder {
    padding: 0;
}

.line-box .box-body.inner-holder .row {
    width: 100%;
    float: left;
    margin: 0;
}

.line-box .box-body.inner-holder h5 {
    font-family: 'SFProTextBold';
    color: #4e5364;
    margin: 20px 0 15px;
    font-size: 12px;
}

.line-box .box-body.inner-holder label {
    font-size: 0.875rem;
    color: #a6abbb;
    margin-bottom: 0;
}

.line-box .box-body.inner-holder span {
    color: #777c8c;
    font-size: 0.875rem;
    font-family: 'SFProTextMedium';
}

.line-box .box-body.inner-holder .left-inner {
    padding: 5px;
    border-right: 1px solid #e3e5eb;
}

.line-box .box-body.inner-holder .right-inner {
    padding: 5px;
}

.line-box .box-body.inner-holder .inner {
    margin-bottom: 10px;
}

.line-box .body-form {
    padding: 30px 20px;
}

.line-box .footer-form {
    background-color: #e3e5eb;
    padding: 20px;
    border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
}

.line-box.pack .row {
    width: 100%;
}

.line-box {
    position: relative;
}

.line-box.bag {
    padding-bottom: 70px;
    min-height: 520px;
}

.line-box.bag .bag-header {
    padding: 0 15px;
}

.line-box.bag .bag-header label {
    color: #777c8c;
    font-family: 'SFProTextBold';
    font-size: 0.875rem;
    padding: 22px 10px 18px 0;
    margin: 0 15px;
}

.line-box.bag .bag-header label.active {
    color: #00a5e2;
    border-bottom: 4px solid #00a5e2;
    margin-bottom: 0;
}

.line-box.bag .bag-header label span.full {
    min-width: 41px;
    line-height: 20px;
    border: 1px solid #f65e5e;
    background-color: rgba(246, 94, 94, 0.1);
    padding: 3px 11px;
    font-family: 'SFProTextMedium';
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 0.625rem;
    color: #f65e5e;
    margin-left: 8px;
}

.line-box.bag .bag-body {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
}

.line-box.bag .btn-line-blue {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.scan-inner {
    position: relative;
    width: 40px;
    min-height: 50%;
}

.scan-inner.spacer {
    width: 40px;
}

.scan-inner .scan {
    margin-top: 20px;
}

.scan-inner .scan img {
    margin-bottom: 12px;
    width: 30px;
}

.scan-inner .arrow-inner img {
    position: absolute;
    width: 30px;
    top: 20%;
}

.scan-inner span {
    font-family: 'SFProTextMedium';
    font-size: 0.75rem;
    color: #a6abbb;
    text-align: center;
}

.temperatures-box input {
    visibility: hidden;
    position: absolute;
    left: -50000px;
}

.temperatures-box input + label {
    float: left;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center;
    border: 1px solid #e3e5eb;
    line-height: 42px;
    padding: 0 10px;
    min-width: 80px;
    cursor: pointer;
    margin-right: 10px;
    font-family: 'SFProTextRegular' !important;
    font-size: 0.875rem !important;
    color: #20232f !important;
}

.temperatures-box input + label i,
.temperatures-box input + label svg {
    display: inline-block;
    margin-right: 10px;
}

.temperatures-box input:checked + label {
    border-color: #41c08c !important;
    color: #41c08c !important;
}

.less-padding-box {
    padding: 0 8px;
}

label.btn-available {
    min-width: 100%;
    float: left;
    line-height: 30px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 0;
    background-color: #f6f7fa;
    font-size: 0.875rem;
    font-family: 'SFProTextMedium';
}

.modal .modal-header {
    border: none;
}

.modal .modal-header h5 {
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #20232f;
}

.modal .modal-body h4 {
    font-family: 'SFProTextMedium';
    font-size: 1.125rem;
    color: #20232f;
    margin-bottom: 0;
}

.modal .modal-body .line-box {
    padding: 15px;
    margin-top: 16px;
}

.modal .modal-body .line-box.product-inner {
    width: 100%;
    min-height: 224px;
    padding: 25px;
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.modal .modal-body .line-box.product-inner-grey {
    width: 100%;
    min-height: 72px;
    background-color: #f6f7fa;
    text-align: center;
}

.modal .modal-body .line-box.product-inner-grey .img {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 30px;
}

.modal .modal-body .line-box.product-inner-grey label {
    font-family: 'SFProTextMedium';
    font-size: 1.5rem;
    color: #20232f;
    margin: 0;
}

.modal .modal-body .line-box.product-inner-grey label.small {
    font-size: 1rem;
}

.modal .modal-body .line-box.product-inner-grey.code {
    min-height: 40px;
    border: none;
    background-color: transparent;
    margin-top: 0;
}

.modal .modal-body .form-group label {
    font-family: 'SFProTextMedium';
    font-size: 0.875rem;
    color: #777c8c;
    margin: 0;
}

.modal .modal-body .form-group .form-control {
    width: 100%;
    line-height: 38px;
    background-color: #f6f7fa;
    border: 1px solid #e3e5eb;
    text-align: center;
    font-size: 0.875rem;
    color: #20232f;
}

.modal .modal-footer {
    border: none;
}

.pagination {
    margin-top: 32px;
}

.pagination .page-item {
    margin: 0 4px;
}

.pagination .page-item.active {
    background-color: transparent;
}

.pagination .page-item .page-link {
    border: 1px solid #e3e5eb;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 0.8125rem;
    color: #a6abbb;
    font-family: 'SFProTextBold';
}

.pagination .page-item .page-link.active {
    background-color: #00a5e2;
    color: #fff;
}

.img-holder {
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: center center;
    min-width: 148px;
    min-height: 138px;
}

.info-holder .info-header {
    padding: 15px;
    border-bottom: 1px solid #e3e5eb;
}

.info-holder .info-header label {
    font-family: 'SFProTextBold';
    color: #00a5e2;
    margin: 0;
}

.info-holder .product-img {
    padding: 15px;
}

.info-holder .info-body {
    padding: 30px 20px;
}

.info-holder .info-body span {
    line-height: 26px;
}

.info-holder .info-body span.pak-small {
    font-size: 0.75rem;
    font-family: 'SFProTextBold';
    color: #777c8c;
}

.info-holder .info-body span.pak-small {
    font-size: 0.875rem;
    font-family: 'SFProTextRegular';
    color: #4e5364;
}

.info-holder .info-box span {
    width: 50%;
    float: left;
}

.inventory-content {
    width: 315px;
    float: left;
    height: 100%;
    overflow: auto;
    position: fixed;
    left: 240px;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    top: 0;
    padding: 120px 15px 15px 16px;
    z-index: 890;
    background-color: #fff;
    border-right: 1px solid #e3e5eb;
}

.inventory-content.action {
    overflow: hidden;
    left: -265px;
}

.inventory-content.action .row {
    visibility: hidden;
    pointer-events: none;
}

.inventory-content .form-holder {
    width: 100%;
    float: left;
}

.inventory-content .form-holder form .form-group {
    width: 100%;
    float: left;
    margin: 0;
}

.inventory-content .form-holder form .form-group .search {
    color: #a6abbb;
    background: none;
    border: none;
    display: inline-block;
    cursor: pointer;
    font-size: 0.875rem;
}

.inventory-content .form-holder form .form-group .form-control {
    min-height: 40px;
    background-image: url(../img/search.png);
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: left 15px center;
    padding: 3px 15px 3px 40px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #f2f3f7;
    border: none;
    color: #a6abbb;
}

.line-grey-box-inventory {
    width: 100%;
    float: left;
    padding: 15px 15px;
    border: 1px solid #e9edf0;
    background-color: #fff;
    box-shadow: 0 4px 6px 0 rgba(78, 83, 100, 0.08);
    -webkit-box-shadow: 0 4px 6px 0 rgba(78, 83, 100, 0.08);
    -moz-box-shadow: 0 4px 6px 0 rgba(78, 83, 100, 0.08);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-top: 15px;
}

.line-grey-box-inventory:hover {
    border: 1px solid #00a5e2;
}

.line-grey-box-inventory label {
    font-family: 'SFProTextBold';
    font-size: 0.875rem;
    color: #4e5364;
}

.line-grey-box-inventory label.price {
    font-family: 'SFProTextMedium';
}

.line-grey-box-inventory span {
    color: #a6abbb;
    font-family: 'SFProTextRegular';
    font-size: 0.875rem;
    margin: 0 0 10px;
}

.right-content-inventory {
    width: calc((100% - 555px));
    float: right;
    padding: 120px 40px 15px 20px;
}

.right-content-inventory h2 {
    margin-bottom: 0;
}

.right-content-inventory h2 span {
    margin-left: 20px;
}

.right-content-inventory .line-box {
    margin-top: 20px;
}

.right-content-inventory .line-box .header-custom {
    position: relative;
    width: 100%;
    float: left;
    border-bottom: 1px solid #e3e5eb;
    padding: 10px;
}

.right-content-inventory .line-box .header-custom a.select {
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px;
    background-image: url(../img/select.png);
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: right center;
}

.right-content-inventory .line-box .header-custom label {
    margin: 0;
}

.right-content-inventory .line-box .body-custom.order-holder .order-inner {
    width: 100%;
    float: left;
    padding: 10px 15px;
    border-bottom: 1px solid #e3e5eb;
}

.right-content-inventory .line-box .body-custom.order-holder .order-inner h4 {
    font-family: 'SFProTextBold';
    font-size: 0.75rem;
    color: #b9bfc5;
    text-transform: uppercase;
    margin: 0;
}

.right-content-inventory .line-box .body-custom.order-holder .form-holder {
    padding: 0;
}

.right-content-inventory .line-box .body-custom.order-holder .form-holder .row {
    width: 100%;
    float: left;
    margin: 0;
}

.right-content-inventory .line-box .body-custom.order-holder .form-holder .form-check,
.right-content-inventory .line-box .body-custom.order-holder .form-holder .status-inner {
    width: 100%;
    float: left;
    padding: 0;
}

.right-content-inventory .line-box .body-custom.order-holder .form-holder .form-check.check-holder,
.right-content-inventory .line-box .body-custom.order-holder .form-holder .status-inner.check-holder {
    line-height: 40px;
    padding: 0 15px 0 15px;
}

.right-content-inventory .line-box .body-custom.order-holder .form-holder .form-check.check-holder:nth-of-type(odd),
.right-content-inventory .line-box .body-custom.order-holder .form-holder .status-inner.check-holder:nth-of-type(odd) {
    background-color: #f6f7fa;
}

.right-content-inventory .line-box .body-custom.order-holder .form-holder .form-check.check-holder label,
.right-content-inventory .line-box .body-custom.order-holder .form-holder .status-inner.check-holder label {
    font-family: 'SFProTextRegular';
    font-size: 0.875rem;
    color: #4e5364;
    margin: 0;
}

.right-content-inventory .line-box .body-custom.order-holder .form-holder .form-check.check-holder .expired,
.right-content-inventory .line-box .body-custom.order-holder .form-holder .status-inner.check-holder .expired {
    width: 59px;
    line-height: 20px;
    color: #fff;
    font-family: 'SFProTextMedium';
    font-size: 0.625rem;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0 11px;
    text-align: center;
    background-color: #f65e5e;
    margin-bottom: 20px;
}

.right-content-inventory .line-box .body-custom.order-holder .form-holder .form-check input[type='checkbox'],
.right-content-inventory .line-box .body-custom.order-holder .form-holder .status-inner input[type='checkbox'] {
    visibility: hidden;
    position: absolute;
    left: -50000px;
}

.right-content-inventory .line-box .body-custom.order-holder .form-holder .form-check input[type='checkbox'] + label,
.right-content-inventory .line-box .body-custom.order-holder .form-holder .status-inner input[type='checkbox'] + label {
    position: relative;
    width: 100%;
    float: left;
    font-family: 'SFProTextRegular';
    font-size: 0.875rem;
    padding: 0 20px 0 0;
    color: #4e5364;
    cursor: pointer;
    margin: 0;
}

.right-content-inventory
    .line-box
    .body-custom.order-holder
    .form-holder
    .form-check
    input[type='checkbox']
    + label
    img,
.right-content-inventory
    .line-box
    .body-custom.order-holder
    .form-holder
    .status-inner
    input[type='checkbox']
    + label
    img {
    margin-right: 10px;
}

.right-content-inventory
    .line-box
    .body-custom.order-holder
    .form-holder
    .form-check
    input[type='checkbox']
    + label:after,
.right-content-inventory
    .line-box
    .body-custom.order-holder
    .form-holder
    .status-inner
    input[type='checkbox']
    + label:after {
    position: absolute;
    content: '\2714';
    right: 0;
    top: 10px;
    z-index: 2;
    width: 16px;
    height: 16px;
    line-height: 14px;
    text-align: center;
    color: transparent;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #e3e5eb;
}

.right-content-inventory
    .line-box
    .body-custom.order-holder
    .form-holder
    .form-check
    input[type='checkbox']:checked
    + label:after,
.right-content-inventory
    .line-box
    .body-custom.order-holder
    .form-holder
    .status-inner
    input[type='checkbox']:checked
    + label:after {
    color: #fff;
    background-color: #00a5e2;
    border-color: #00a5e2;
}

.right-content-inventory .line-box .body-custom .table-line-grey-box {
    border: none;
}

.right-content-inventory .line-box .body-custom .table-line-grey-box thead th {
    border: none;
}

.right-content-inventory .line-box .body-custom .table-line-grey-box tbody tr {
    background: none;
}

.right-content-inventory .line-box .body-custom .table-line-grey-box tbody tr td span {
    font-family: 'SFProTextBold';
    font-size: 0.875rem;
    color: #4e5364;
}

.right-content-inventory .line-box .body-custom .table-line-grey-box tbody tr td span.small {
    font-family: 'SFProTextRegular';
    font-size: 0.75rem;
    color: #878787;
}

.right-content-inventory .line-box .body-custom .table-line-grey-box tbody tr td span.scanned {
    color: #41c08c;
    font-family: 'SFProTextBold';
    font-size: 0.875rem;
}

.right-content-inventory .line-box .body-custom .table-line-grey-box tbody tr td a.action-delete i,
.right-content-inventory .line-box .body-custom .table-line-grey-box tbody tr td a.action-delete svg {
    font-size: 0.875rem;
    color: #f65e5e;
}

.right-content-inventory .line-box .footer-custom .row {
    width: 100%;
    float: left;
    margin: 0;
}

.right-content-inventory .line-box .footer-custom span {
    font-size: 0.8125rem;
    font-family: 'SFProTextMedium';
    color: #4e5364;
    margin-top: 10px;
}

.right-content-inventory .line-box .footer-custom label {
    font-size: 0.875rem;
    font-family: 'SFProTextBold';
    color: #4e5364;
    margin: 0;
    margin-top: 10px;
}

.no-padding {
    padding: 0;
}

.line-box.map {
    margin-bottom: 90px;
}

.line-box.map .header-map {
    min-width: 100%;
    float: left;
    padding: 10px;
    border-bottom: 1px solid #e3e5eb;
}

.line-box.map .header-map .row {
    width: 100%;
    float: left;
    margin: 0;
}

.line-box.map .header-map label {
    margin: 0;
    font-family: 'SFProTextBold';
    font-size: 0.75rem;
    color: #777c8c;
}

.line-box.map .body-map .row {
    width: 100%;
    float: left;
    margin: 0;
}

.line-box.map .body-map .map-holder {
    min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}

.line-box.map .body-map .custom-holder {
    width: 100%;
    float: left;
    line-height: 48px;
    border-bottom: 1px solid #e3e5eb;
}

.line-box.map .body-map .custom-holder p {
    margin: 0;
    font-size: 0.875rem;
    color: #4e5364;
}

.mh-100 {
    min-height: 100vh;
}

.section-logon {
    padding: 0;
    background-color: #f2f3f7;
}

.section-logon .login-holder {
    min-height: 650px;
    padding: 50px 0 40px;
    background-color: #fff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.section-logon .login-holder .row {
    width: 100%;
    float: left;
    margin: 0;
}

.section-logon .login-holder h2 {
    margin: 30px 0;
}
.section-logon .login-holder h6 {
    margin: 30px 0;
}

.section-logon .login-holder a.password {
    font-size: 0.75rem;
    color: #00a5e2;
}

.section-logon .login-holder span {
    font-size: 0.75rem;
    color: #111222;
}

.section-logon .login-holder span a {
    color: #289de6;
    font-size: 0.75rem;
    font-family: 'SFProTextBold';
}

.section-logon .login-holder .form-group label {
    font-size: 0.875rem;
    color: #a6abbb;
}

.left-menu-toggle {
    width: 25px;
    margin: 0 25px 0 0;
    float: none;
    display: inline-block;
    padding: 5px 0;
}

.left-menu-toggle span {
    width: 100%;
    float: left;
    height: 3px;
    margin: 3px 0 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #111222;
}

.btn-toggle-menu {
    width: 20px;
    height: 20px;
    display: none;
    position: absolute;
    z-index: 50;
    right: 15px;
    top: 160px;
}

.btn-toggle-menu span {
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 0;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    width: 100%;
    float: left;
    height: 3px;
    margin: 2px 0 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #111222;
}

.btn-toggle-menu span:first-child {
    opacity: 1;
    transform: rotate(45deg);
}

.btn-toggle-menu span:last-child {
    opacity: 1;
    transform: rotate(-45deg);
}

.btn-toggle-menu.active span {
    opacity: 1;
}

.btn-toggle-menu.active span:first-child {
    margin-top: -5px;
    transform: rotate(0);
}

.btn-toggle-menu.active span:last-child {
    margin-top: 9px;
    transform: rotate(0);
}

@media (min-width: 767px) {
    .left-table,
    .right-table {
        -ms-flex: 0 0 calc((100% / 2) - 20px);
        flex: 0 0 calc((100% / 2) - 20px);
        max-width: calc((100% / 2) - 20px);
    }
}

@media (max-width: 990px) {
    .menu-left {
        left: -110%;
        width: 100%;
        top: 80px;
        overflow: auto;
        height: calc(100% - 80px);
    }

    .right-content {
        width: 100%;
        padding: 180px 15px 15px;
    }

    .top-menu {
        padding: 22px 0;
    }

    .right-content.section-filter,
    .right-content.replenishment {
        padding: 15px;
    }

    .info-holder .info-box span {
        width: 100%;
    }

    .info-holder .info-box span + span {
        margin-bottom: 25px;
    }

    .inventory-content {
        left: 0;
        padding-top: 180px;
    }

    .right-content-inventory {
        width: calc(100% - 45px);
        padding-top: 180px;
    }

    .btn-toggle-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    .scan-inner .arrow-inner img {
        transform: rotate(-90deg);
    }

    .scan-inner {
        width: 50%;
    }

    .scan-inner .scan {
        min-width: 100px;
        text-align: center;
        margin-right: 100px;
    }

    .scan-inner .scan span {
        width: 100%;
        float: left;
    }

    .header-custom .right-border {
        border: none !important;
        margin-bottom: 15px;
    }
}

@media (max-width: 400px) {
    .left-menu-toggle {
        margin: 0 10px 0 0;
    }

    .top-menu .dropdown .dropdown-toggle span,
    .top-menu a.up span {
        font-size: 0.75rem;
    }
}

.slick-arrow {
    position: absolute;
    right: -15px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);
    border: solid 1px #e1e1e1;
    background-color: #fff;
    margin-top: -25px;
}

.loading-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.loading-animation {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 4px solid #ccc;
    border-top: 4px solid #3498db;
    animation: spin 1s linear infinite;
    margin-top: 10px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-text {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 80%;
    }
}

.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: var(--bs-btn-close-opacity);
}

.btn-close:hover {
    color: var(--bs-btn-close-color);
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity);
}

.btn-close:focus {
    outline: 0;
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity);
}

.btn-close.disabled,
.btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
    filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme='dark'] .btn-close {
    filter: var(--bs-btn-close-white-filter);
}

.modal-body {
    padding: 0rem 1rem;
}

button {
    border: none;
    background: none;
}
