html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.checkbox-align {
    top: 2.5px;
}

.splash-smaller-text {
    font-size: 16px;
    color: #777;
}

.small-margin-bottom {
    margin-bottom: 10px;
}

.info-section-sub-head {
    margin-bottom: 5px;
    margin-top: 5px
}

.info-section-data {
    font-size: 20px;
    font-weight: bold;
}
/* !important is used to override boostrap as 'stripped table' will make rows text black and not allow desired color change*/
td.highlight-red {
    font-weight: bold;
    color: red !important;
}

td.highlight-orange {
    font-weight: bold;
    color: coral !important;
}

td.highlight-green {
    font-weight: bold;
    color: green !important;
}

.dev-extreme-overview-background {
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.dev-extreme-overview-chart {
    height: 350px;
}

.dev-extreme-total-pie {
    height: 440px;
    margin: 0 auto;
}

.note-body {
    border: solid 2px #f5f5f5;
    padding: 5px;
    border-radius: 2px;
    min-width: 300px;
    min-height: 100px;
}

#dataGrid {
    max-height: 600px;
}

.dx-checkbox.dx-state-readonly .dx-checkbox-icon, .dx-datagrid-checkbox-size .dx-checkbox-icon {
    border-color: #265a87 !important;
    background-color: #fff;
}

.dx-footer-row > td {
    border-right: 1px solid !important;
    border-right-color: #ddd !important;
}

.dx-datagrid-total-footer {
    height: 55px;
}

    .dx-datagrid-total-footer > .dx-datagrid-scrollable-simulated {
        padding: 0px !important;
    }

#pickingZonesOverviewZoneDescription {
    font-size: 30px;
    font-weight: bold;
}

#pickingZonesOverviewNoData {
    font-size: 30px;
    font-weight: bold;
}

.cell-highlighted {
    background-color: #f5f5f5;
}

.complete-shortage {
    color: #fff;
    background-color: #dc3545;
}

.complete {
    color: #fff;
    background-color: green;
}

.inprogress {
    color: #fff;
    background-color: coral;
}
