/* input(973): Scanner error CSS1001: Unterminated comment. */
.add-to-warehouse-inner {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    padding: 5px 5px 10px 5px;
}

.add-to-warehouse-inner--form-input-wrap {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
}

.add-to-warehouse-inner--title {
    margin: 0;
    font-size: 18px;
    color: var(--gray);
}

.nav-tabs .nav-item1 {
    margin-bottom: -1px;
    width: 50%;
}

table.dataTable tbody tr.selected {
    background-color: #B0BED9 !important;
}

.form-container {
    background-color: #F3F3F3;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto !important;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 15px;
    color: black;
}

.form-popup-bg-addWarehouse, .form-popup-bg-editWarehouse, .form-popup-bg-fastAddToWarehouse, .form-popup-bg-editAllMinMax {
    visibility: hidden;
    z-index: 1000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 75%
}

.Download {
    color: #008DCF;
    background-color: white;
    border: solid #008DCF 1px;
}

.account-page .page-title {
    border: unset;
    padding: 0px;
    margin: 0 0 20px;
}

.my-account-menu .my-settings {
    border: 1px solid #d3d4d4;
    border-bottom: unset;
    border-radius: 5px 5px 0px 0px;
    color: grey;
    width: 180px;
    float: left;
    margin-right: 10px;
    padding: 10px;
    text-align: center;
}

.my-account-menu .my-settings:hover {
    background-color: #016c9e !important;
    border-color: #016c9e !important;
    color: white;
    cursor: pointer;
}

.my-account-menu .my-settings.active {
    background-color: #008dcf;
    border-color: #008dcf;
    color: white;
}

.account-page .page-body {
    float: left;
    width: 100%;
}

.my-account-sub-menu {
    padding: 10px;
    width: 100%;
    float: left;
    border-bottom: solid #d3d4d4 1px;
    padding-top: 5px;
    border-radius: 0px 0px 5px 5px;
}

.my-account-sub-menu .menu-item {
    width: 160px;
    float: left;
    line-height: 26px;
    margin-right: 20px;
    font-size: 13px;
    text-align: center;
    border-bottom: solid grey 1px;
}

.my-account-sub-menu .menu-item:hover {
    color: #008dcf;
    cursor: pointer;
    border-color: #008dcf;
}

.my-account-sub-menu .menu-item.active {
    color: #008dcf;
    border-bottom-color: #008dcf;
}

#page-text {
    border: solid #d3d4d4 1px;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

#page-text .page-content-orders {
    padding: 10px;
    margin-top: 40px;
}

/* Responsive */

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 33.33%;
    padding: 10px;
    height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
    .column, #order-filter, #page-text table {
        width: 100% !important;
    }

    .my-account-sub-menu .menu-item {
        width: 50%;
        margin: 0px;
        border-right: solid white 15px;
    }

    .my-account-menu .my-settings {
        width: 50%;
        margin-right: 0px;
    }
}

/** Table */

#page-text table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 80%;
    table-layout: fixed;
}

#order-filter {
    width: 20%;
    float: left;
    padding-right: 5px;
}

#order-filter .options {
    border: solid #008dcf 2px;
    border-radius: 5px;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0px 0px 10px 0px #bbbbbb;
    margin-bottom: 20px;
}

#page-text table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

#page-text table tr {
    border-bottom: 1px solid #ddd;
    padding: .35em;
}

#page-text table tr td button,
#page-text table tr td span {
    border-radius: 5px;
    padding: 0px 10px 0px 10px;
    margin-right: 5px;
    background-color: unset;
    margin-bottom: 10px;
}

#page-text table tr td .accept {
    border: solid rgb(84, 177, 70) 1px;
    color: green;
}

#page-text table tr td button.accept:hover {
    background-color: rgb(84, 177, 70);
    color: white;
}

#page-text .page-content-orders #order-filter .options button {
    border-radius: 5px;
    padding: 2px 10px 2px 10px;
    display: block;
    background-color: unset;
    margin-bottom: 10px;
    border: unset;
    box-shadow: 0px 0px 10px 0px #d4d3d3;
    margin: 5px auto;
    width: 125px;
    color: grey;
}


#page-text .page-content-orders #order-filter .options input[type="text"] {
    border: unset;
    margin-top: 10px;
    text-align: center;
    font-style: italic;
    border-bottom: solid #008dcf 2px;
    margin-bottom: 10px;
}

#page-text .page-content-orders #order-filter .date {
    max-width: 80px;
    margin-bottom: 30px !important;
}

#page-text .page-content-orders #order-filter .options button.active {
    color: white;
    background-color: #008dcf;
}

#page-text .page-content-orders #order-filter .options .title {
    text-align: left;
    font-style: italic;
    margin-top: 20px;
    color: grey;
    font-size: 13px;
    margin-left: 10px;
}

#page-text .page-content-orders #order-filter .options .filter:hover {
    background-color: #008dcf;
    color: white;
}

#page-text .page-content-orders #order-filter .date-options {
    width: 100%;
    overflow: hidden;
}

#page-text .page-content-orders #order-filter .options .date-option-half {
    width: 50%;
    float: left;
}

#page-text table tr td .download {
    border: solid #008dcf 1px;
    color: #008dcf;
}

#page-text table tr td button.download:hover {
    background-color: #008dcf;
    color: white;
}


#page-text table tr td .ignore {
    border: solid black 1px;
}

#page-text table tr td button.ignore:hover {
    background-color: black;
    color: white;
}

#page-text table th,
#page-text table td {
    padding: .625em;
}

@media screen and (max-width: 800px) {
    #page-text table {
        border: 0;
    }

    #page-text table caption {
        font-size: 1.3em;
    }

    #page-text table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    #page-text table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    #page-text table td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right;
    }

    #page-text table td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    #page-text table td:last-child {
        border-bottom: 0;
    }
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #FEFEFE;
    margin: auto;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


/* Style the form */
#regForm {
    background-color: #ffffff;
    width: 100%;
    min-width: 300px;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
    background-color: #ffdddd;
}

/* Hide all steps by default: */
#tab2 {
    display: none;
    height: 0px;
}

#cartTable {
    color: white;
    background-color: #083E6D;
    width: 100% !important;
}


#left {
    float: left;
}

#formStyleinputs {
    padding: 8px;
    padding-top: 0px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table;
}

.tab-pane {
    padding: 20px 20px 20px 10px;
}

.nav-tabs {
    padding: 5px 14px;
}

.tabTitle {
    margin: 5px;
}


.account-page .search-orders-form {
    padding: 20px 20px 25px 15px !important;
}

.auth-tools {
    padding-top: 20px;
}

.auth-tools .btn-1 {
    float: right;
    margin-right: 10px;
    margin-top: 25px !important;
}

.auth-tools .form-group {
    float: left;
}

.auth-tools .btn-blue {
    background: #083E6D;
}

.auth-tools .btn-blue:hover {
    border-color: #083E6D;
    color: #083E6D;
    background: unset;
}

table.dataTable thead th, table.dataTable thead td, .table-bordered th, .table-bordered td, table.dataTable tbody tr {
    border: unset;
}

table.dataTable tbody tr {
    text-align: left !important;
}

#tab2 .col-md-6 {
    float: left;
}

#tab2 .col-md-6 input {
    border: solid #cbcdd3 2px;
    padding: 5px;
    width: 100%;
}

#tab2 {
    display: none;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    background-position: left !important;
}


.dataTables_wrapper .dataTables_paginate .paginate_button {
    max-width: 1.5em;
    display: inline-table;
}


.carousel-control {
    width: 4%;
}

.carousel-control.left, .carousel-control.right {
    margin-left: 15px;
    background-image: none;
}

@media (max-width: 767px) {
    .carousel-inner .active.left {
        left: -100%;
    }

    .carousel-inner .next {
        left: 100%;
    }

    .carousel-inner .prev {
        left: -100%;
    }

    .carousel-inner .active > div {
        display: none;
    }

    .carousel-inner .active > div:first-child {
        display: block;
    }

}

@media (min-width: 767px) and (max-width: 992px ) {
    .carousel-inner .active.left {
        left: -50%;
    }

    .carousel-inner .next {
        left: 50%;
    }

    .carousel-inner .prev {
        left: -50%;
    }

    .carousel-inner .active > div {
        display: none;
    }

    .carousel-inner .active > div:first-child {
        display: block;
    }

    .carousel-inner .active > div:first-child + div {
        display: block;
    }
}
@media (min-width: 992px ) {
    .carousel-inner .active.left { left: -25%; }
    .carousel-inner .next        { left:  25%; }
    .carousel-inner .prev		 { left: -25%; }
}

@media (min-width: 992px ) {
    .carousel-inner .active.left {
        left: -25%;
    }

    .carousel-inner .next {
        left: 25%;
    }

    .carousel-inner .prev {
        left: -25%;
    }
}

.carousel-control.left {
    margin-left: -45px;
    color: black;
}

.carousel-control.right {
    margin-right: -45px;
    color: black;
}

.carousel-product-title {
    font-size: 10px;
}

.carousel-actual-price {
    font-size: 16px;
    color: #FF0000;
}

.carousel-old-price {
    color: #444444;
    font-size: 12px;
    text-decoration: line-through;
}

.btn-fit-content {
    width: auto !important;
    color: black;
}

.data-tables-refresh {
    display: none;
}

#updateQuantity {
    border-radius: 44px;
    /*color: black !important;*/
}

.dt-buttons .dt-button {
    margin-bottom: 7px;
}

.close-button-addWarehouse, .close-button-editWarehouse, .close-button-addFastToWarehouse, .close-button-editAllMinMax {
    background: none;
    color: #e31c18;
    width: 40px;
    font-size: 18px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border: solid 1px transparent;
    margin: 4px;
}

.ui-widget-content {
    height: fit-content !important;
}

.ui-dialog.dialog {
    z-index: 999 !important;
}

.ui-draggable .ui-dialog-titlebar {
    background-color: var(--darken);
    color: var(--white);
    border: 0;
    border-radius: 0;
    height: 40px;
    display: flex;
    align-items: center;
}

body .ui-widget.ui-widget-content {
    padding: 0;
    border: none;
    border: 0;
    border-radius: 0;
}

body .ui-dialog .ui-dialog-titlebar-close {
    height: 40px;
    display: flex;
    align-items: center;
    top: 0;
    margin: 0;
    right: 0;
    width: 40px;
    border: 0;
    background-color: var(--darken);
    background: url('../images/close.png') center no-repeat;
}

body .ui-dialog .ui-dialog-title {
    width: 100%;
    text-align: center;
}

.ui-widget-overlay::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
}

.bar-notification-container {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    line-height: 16px;
    color: #fff;
    opacity: 0.95;
}

.bar-notification.success {
    background-color: var(--dark);
}

.bar-notification.error {
    background-color: #e4444c;
}

.bar-notification.warning {
    background-color: #f39c12;
}

.bar-notification {
    position: relative;
    display: none;
    padding: 15px 10px 15px 25px;
}

.bar-notification .content {
    margin: 0 0 0 10px;
}

.bar-notification .content a {
    color: #fff;
    text-decoration: underline;
}

.ui-dialog-title {
    overflow: visible !important;
}

@media only screen and (min-width: 1370px) {
    #warehouseListGrid_wrapper .dataTables_scrollBody {
        overflow: hidden !important;
    }
}

#warehouseListGrid_wrapper .previous, #warehouseListGrid_wrapper .next {
    position: unset;
    font-size: unset;
    cursor: pointer;
    color: #333;
    font: unset;
}

.background-color-error {
    background: #ff000045 !important;
}

input#inStock, input#maxStock, input#minStock {
    float: right;
}

button.dt-button.buttons-excel {
    max-width: 100px;
}

body.swal2-shown.swal2-height-auto {
    padding-right: 0 !important;
}

div#warehouseListGrid_wrapper {
    margin-bottom: 15px;
}

#warehouseListGrid_wrapper .dt-buttons {
    padding: 5px 0 0 5px;
}

#warehouseListGrid_wrapper div#detailsTable_info {
    padding-left: 5px;
}

.hiddenWarehouseId {
    display: none;
}

.form-popup-bg-editWarehouse .buttons {
    margin: 10px 0 0px;
}

.highlightProductRed {
    color: red;
}

.highlightProductOrange {
    color: orange;
}

.highlightMaxRed {
    color: red;
}

#warehouseListGrid thead tr th {
    border-bottom: 1px solid black;
}

#warehouseListGrid > thead tr th {
    padding: 0 !important;
}

#warehouseListGrid_wrapper th {
    box-sizing: border-box;
}

#warehouseListGrid > tbody > tr:hover {
    background-color: unset;
}

td.warehouse-edit, td.warehouse-delete {
    text-align: left;
    cursor: pointer;
}

#warehouseListGrid input {
    padding: 2px 2px;
}

.warehouse-datatables-btn {
    border: none;
    background: none;
    outline: none !important;
}

#warehouseListGrid .btn-3 {
    font-size: 22px;
}

td.number {
    padding: 8px 3px !important;
}

#warehouseListGrid_wrapper div#detailsTable_filter {
    padding-right: 5px;
}

#warehouseListGrid_wrapper div#detailsTable_length {
    padding-left: 5px;
}

a.paginate_button.current {
    margin-bottom: 5px;
    padding: 5px !important;
    border-radius: 5px !important;
}

#warehouseListGrid_wrapper select {
    height: 35px;
    padding: 2px;
    border-radius: 5px;
}

:focus-visible {
    outline: none;
}

@media screen and (max-width: 991px) {
    .master-container .breadcrumb-row .content {
        width: 95vw;
    }

    .form-popup-bg-addWarehouse, .form-popup-bg-editWarehouse, .form-popup-bg-fastAddToWarehouse, .form-popup-bg-editAllMinMax {
        width: 95%;
    }
}

@media screen and (max-width: 767px) {
    .add-button, .form-popup-bg-fastAddToWarehouse #checkProducts {
        margin-bottom: 10px;
    }
}

.form-popup-bg-fastAddToWarehouse #tableProducts input {
    float: unset;
    height: 44px;
    border: 2px solid #cbcdd3;
    padding: 8px;
    vertical-align: middle;
    border-radius: 0;
    font-size: 14px;
}

/* start warehouses stock info */

.delivery-stock p {
    background: var(--white);
    padding: 1px 8px;
    border-radius: 5px;
    border: 1px solid var(--dark-gray);
    margin: 0 5px 5px 0;
    min-width: 20%;
    max-width: 25%;
    text-align: center;
}

.warehouse-delivery-info .title {
    font-size: 16px;
    text-align: center;
    color: var(--white);
    margin-bottom: 0;
    padding-bottom: 0;
}

.warehouse-delivery-info .delivery-block {
    display: grid;
    font-size: 10px;
    grid-template-columns: 85% 15%;
    border: none;
    border-radius: unset;
    padding: 0 10px;
    align-items: center;
    color: var(--white);
    background: unset;
}

.delivery-info-productBox {
    position: relative;
}

.delivery-info-productBox .delivery-info {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-decoration: underline;
}

.warehouse-delivery-info {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-70%);
    background-color: var(--darken);
    color: #fff;
    text-align: left;
    padding: 10px;
    border-radius: 6px;
    z-index: 1;
    margin-bottom: 3px;
    visibility: hidden;
    opacity: 0;
    width: 250px;
}

.delivery-info-productBox .delivery-info::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -3px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent var(--darken) transparent;
    visibility: hidden;
    opacity: 0;
}

.delivery-info-productBox:hover .warehouse-delivery-info,
.delivery-info-productBox:hover .delivery-info::after {
    visibility: visible;
    opacity: 1;
}

.warehouse-delivery-info .delivery-block .number {
    color: var(--highlight);
}
/* end warehouses stock info *

