.sortAsc {
    background-image: url('/img/sortAsc.png');
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: right top;
    background-position-y: 5px;
}
.sortDesc {
    background: url('/img/sortDesc.png');
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: right top;
    background-position-y: 5px;
}
.table th {
    border: 1px solid #aaaaaa;
}

.star {
    visibility: hidden;
    font-size: 30px;
    cursor: pointer;
}
.star:before {
    content: '\2730';
    visibility: visible;
    position: relative;
    top: -11px;
    left: 14px;
}

.star:checked:before {
    content: '\2605';
    /* color: #c29200; */
    color: #e8b923;
    position: relative;
    top: -11px;
    left: 14px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: '';
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #2196f3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.db-ellipsis {
    white-space: nowrap;
    max-width: 650px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-custom {
    font-size: 12px;
}

.icon-product {
    width: 30px;
    height: 30px;
}

.table-link-custom {
    width: fit-content;
    height: 30px;
    padding: 5px;
    border-radius: 11px;
    background-color: white;
    color: blue;
}

hr {
    border: 1px solid;
    color: #de1a22;
}
.custom-hr {
    border: 1px solid;
    color: #de1a22;
}

.pillheader-custom-expand:after {
    padding-top: 4px;
    font-size: 19px;
    content: '\25bc';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.pillheader-custom:after {
    padding-top: 4px;
    font-size: 19px;
    content: '\25b2';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.toolsapipemacontent {
    margin-left: 200px;
    margin-top: 70px;
}

.sidebar {
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #de1a22;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 77px;
}

.sidebar li {
    background-color: #636466;
}
.sidebar li small {
    color: white;
}
.sidebar-items {
    background-color: #de1a22;
    color: white;
}

.sidebar-items:focus {
    background-color: #be0001;
    color: white;
}

.sidebar-items:active {
    background-color: #be0001;
    color: white;
}

.sidebar-items:hover {
    background-color: #be0001;
    color: white;
}

.sidebar
    .list-group
    .list-group-item[aria-expanded='false']
    .submenu-icon::after {
    content: '\25BC';
    color: white;
}
/* Opened submenu icon */
.sidebar
    .list-group
    .list-group-item[aria-expanded='true']
    .submenu-icon::after {
    content: '\25B2';
    color: white;
}

/* .dropdown-menu{
    background-color: #de1a22;
}

.dropdown-item{
    color: white;
}

.dropdown-item:hover{
    background-color: #be0001;
    color: white;
} */

.card-header {
    background-color: #de1a22;
    color: white;
}

.card-header a {
    color: white !important;
}
.card {
    border: 1px solid rgba(0, 0, 0, 0.4);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: white;
    background-color: #be0001;
    border-color: #dee2e6 #dee2e6 #f8fafc;
}

.nav-tabs {
    border-bottom: 1px solid #de1a22;
}

.nav-item:hover {
    color: white;
    background-color: #de1a22;
}
#navbarDropdown:hover {
    background-color: white !important;
}
#navbarDropdown.nav-link[aria-expanded='true'] {
    background-color: white !important;
}

/* Custom table header */
.table-head-custom {
    background-color: #eee;
    position: relative;
    z-index: 1;
}

/* loading custom */
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/img/loading.gif) center no-repeat #fff;
}

/* modal ui autocomplete display */
ul.ui-autocomplete {
    z-index: 1100;
}

/* elipsis */
.is-product {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    height: calc(1.6em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    /* width:100px; */
}

/* .is-product:hover {
  overflow: visible;
} */

/* Disabled form control */
.disabled-custom {
    background-color: #e9ecef;
    overflow: hidden;
}
/* .modal:nth-of-type(even) {
    z-index: 1052 !important;
}
.modal-backdrop.show:nth-of-type(even) {
    z-index: 1051 !important;
} */

.home-icon {
    height: 30px;
    width: 40px;
    background-image: url('../img/home.png');
    background-size: 40px;
    margin-right: 3px;
}

.sales-icon {
    height: 30px;
    width: 40px;
    background-image: url('../img/sales.png');
    background-size: 40px;
    margin-right: 3px;
}

.inventory-icon {
    height: 30px;
    width: 40px;
    background-image: url('../img/inventory.png');
    background-size: 40px;
    margin-right: 3px;
}

.shipment-icon {
    height: 30px;
    width: 40px;
    background-image: url('../img/shipment.png');
    background-size: 40px;
    margin-right: 3px;
}

.settings-icon {
    height: 30px;
    width: 40px;
    background-image: url('../img/settings.png');
    background-size: 40px;
    margin-right: 3px;
}

.dl-icon {
    height: 30px;
    width: 40px;
    background-image: url('../img/download.png');
    background-size: 40px;
    margin-right: 3px;
}

.at-icon {
    height: 30px;
    width: 40px;
    background-image: url('../img/at.png');
    background-size: 40px;
    margin-right: 3px;
}

