img {
    max-width: 100%;
}

.hidden{
    display:none !important;
}

.input-group-prepend .btn {
    border-radius: 3px 0 0 3px;
}

.br-header::before {
    display: none;
}

.c-pointer{
    cursor:pointer
}

.plentys-blue-bg {
    background:#092140;
}

.plentys-warning-lite-bg {
    background-color: #F499176B;
}

.collapsed-menu .store-logo {
    display: none;
}

body.expand-menu .store-logo {
    display: block;
}

.store-logo-mini,
body.expand-menu .store-logo-mini {
    display: none;
}

.collapsed-menu .store-logo-mini {
    display: block;
}

.store-logo img {
    max-width: 120px;
}

.custom-title h4 {
    line-height:40px;
}

.select2-container,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.bootstrap-tagsinput {
    background: #f8f9fa;
}

select option:disabled {
    background: #EEE;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    white-space: nowrap;
}

.custom-toolbar {

}

.table-action-table tbody td {
    border: none;
    padding: 0;
}

.br-section-wrapper {
    margin-bottom: 15px;
}

.table.compact-table tbody td {
    padding: 5px;
}

.scrollable-table {
    max-height:500px;
}

.button-loading {
    background-image: url(../images/white-loader.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    color: transparent;
    pointer-events: none;
    cursor: no-drop;
}

.loading {
    background-image: url(../images/white-loader.svg);
    background-color: rgba(0, 0, 0, 0.2);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    cursor: no-drop;
    color: transparent;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.loader-black {
    background-image: url(../images/black-loader.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    cursor: no-drop;
    color: transparent;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.loader-box {
    cursor: no-drop;
    color: transparent;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.inactive {
    background-color: rgba(255, 255, 255, 0.5);
    cursor: no-drop;
    color: transparent;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.button-loading:hover {
    color: transparent;
}

.form-control:disabled,
.dataTables_filter input:disabled,
.form-control[readonly],
.dataTables_filter input[readonly],
.btn-info.disabled,
.btn-info:disabled {
    cursor: no-drop;
}

.po-wise:hover,
.sku-wise:hover {
    background-color: #00b297;
}

.po-wise:hover .tx-inverse,
.sku-wise:hover .tx-inverse {
    color:#ffffff;
}

.sticky-header-table thead {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
    z-index: 99;
}

.pagination-box {

}

.pagination-box ul {
    margin: 0;
    float: right;
}

table.table td.select-td {
    font-size: 18px;
    padding: 0 40px;
}

.pnp-logo {

}

.pnp-logo img {

}

.customfade.show {
    opacity: 1;
    visibility: visible;
}

.custom_overlay {
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 10;
}
.custom_overlay.z-index-100{
    z-index: 100;
}

.modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal .sticky-header-table thead {
    position: unset;
}
