﻿#mywarehouse {
    color: #484541;
    text-shadow: 0 0 1em rgb(255, 255, 255), 0 0 0.1em rgb(255, 255, 255), 0 0 0.2em rgb(255, 255, 255), 0 0 0.3em rgb(255, 255, 255);
    color: lightgrey;
    text-shadow: 0 0 1em rgb(0, 0, 0), 0 0 0.1em rgb(0, 0, 0), 0 0 0.2em rgb(0, 0, 0), 0 0 0.3em rgb(0, 0, 0);
}

#mywarehouse:hover {
    /*color: black;*/
    color: white;
}

#minimizeSidebar {
    box-sizing: border-box;
    border-width: 2px;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
    border-radius: 25px;
    padding: 7px 10px;
    margin-right: 0;
    color: black;
    background-color: lightgray;
    border-color: lightgray;
    opacity: 1;
    filter: alpha(opacity=100);
}

/*#minimizeSidebar:hover, #minimizeSidebar:active {
            background-color: #484541;
            color: #FFF;
            border-color: #484541
}*/

#minimizeSidebar:hover, #minimizeSidebar:active {
    background-color: white;
    color: black;
    border-color: white
}

.badge {
    text-shadow: none;
}

.btn-fill-inverse {
    background-color: white;
    color: #484541;
    border-color: #484541;
}

/* The select2 dropdowns don't auto resize by default when you change the window size,
            as a workaround, we force the container size to 100% [Paul B. | 2024-11-01] */
.select2-container {
    width: 100% !important;
}

/* This solves the weird display problem with select2 boxes. */
body, html {
    overflow-x: hidden;
}

#progress-loading-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 4px;
    background-color: #3958a7;
    z-index: 9999;
    transition: width 8s ease-out;
}

#progress-loading-bar.quick {
    transition: width 0.4s ease-out;
}

#progress-loading-image {
    position: fixed;
    top: -10px;
    width: 40px;
    height: 40px;
    z-index: 10000;
    transition: left 3s ease-out;
}

#progress-loading-bar.quick + #progress-loading-image {
    transition: left 0.4s ease-out;
}

/* Style for dragNSort */
.drag-icon {
    color: var(--primary-color) !important;
    position: absolute;
    top: 12px !important;
    left: 10px !important;
    background-image: none !important;
    font-family: 'themify';
    font-size: 15px;
    text-align: center;
}

.drag-icon::before {
    content: "\e656"; /* Unicode for ti-move */
}

.isc-form-label {
    text-align: end;
    font-weight: bold;
}

@media (max-width: 767px) {
    .isc-form-label {
        text-align: inherit;
    }
}

.isc-nav-actions-menu {
    transform: translateX(-90px) !important;
}

.isc-nav-account-menu {
    transform: translateX(-90px) !important;
}

.isc-nav-general-menu {
    transform: translateX(-100px) !important;
}

.isc-nav-advanced-menu {
    transform: translateX(-44px) !important;
}

/* Make the export data button on Bootstrap Tables show ti-export icon */
button[aria-label="Export data"] i.bi::before {
    content: "\e63e";
    font-family: 'Themify';
}
