.close-container{
    display: none;
}
.interval-selector{
    display: flex !important;
    font-weight: bolder;
}
.interval-selector div{
    padding: 0px 20px;
}
.custom-switch3 {
    padding-left: 4.3rem; }
.custom-switch3 .custom-control-label2::before {
    left: -3.25rem;
    top: 0px;
    width: 3rem;
    pointer-events: all;
    border-radius: 1.5rem; }
.custom-switch3 .custom-control-label2::after {
    top: calc(-1rem + 20px);
    left: calc(-3.25rem + 4px);
    width: 1rem;
    height: 1rem;
    background-color: #fff;
    border-radius: 1.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
    .custom-switch3 .custom-control-label2::after {
        transition: none; } }
.custom-switch3 .custom-control-input:checked ~ .custom-control-label2::after {
    background-color: #fff;
    transform: translateX(1.5rem); }
.custom-switch3 .custom-control-input:disabled:checked ~ .custom-control-label2::before {
    background-color: rgba(233, 157, 18, 0.8); }

.custom-control-label2 {
    position: relative;
    margin-bottom: 0;
    vertical-align: top; }
.custom-control-label2::before {
    position: absolute;
    top: -1rem;
    left: -2.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    pointer-events: none;
    content: "";
    background-color: #E99D12;
    border: #E99D12 solid 2px; }
.custom-control-label2::after {
    position: absolute;
    top: -1rem;
    left: -2.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }
.statistic-header{
    display: flex;
    padding: 10px 30px;
}
.switch-container{
    display: flex;
    flex-direction: row !important;
}
#stat-container{
    display: flex;
    margin-top: 10px;
}
#tasks-list{
    width: 20vw;
    min-width: 20vw;
    background-color: white;
    border-radius: 4px;
    padding: 10px;
    overflow-x: hidden;
}
#tasks-list .flex-row{
    margin-bottom: 20px;
    border-bottom: 1px solid lightgrey;
}
.chart-container{
    max-width: 400px;
    max-height: 400px;
}
.charts{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: white;
    border-radius: 4px;
    padding: 10px;
    margin-left: 10px;
}
.stat-result{
    display: flex;
    justify-content: center;
    background-color: white;
    border-radius: 4px;
    padding: 10px;
    margin-left: 10px;
    font-size: 50px;
}
.buttonReadOnly{
    pointer-events:none;
}
.done-at{
    padding-right: 20px;
}
.modal-readonly{
    pointer-events: none;
}
.modal-thumbnail{
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    margin-bottom: 14px;
}
.clickableRow{
    cursor: pointer;
}
.close-menu{
    position: absolute;
    font-size: 16px !important;
    top: 20px;
    left: -30px;
}
#menu-toggle-on{
    position: sticky;
    display: none;
    font-size: 16px !important;
    left: 0;
    top: 17.5px;
    z-index: 1000;
}
.close-menu > a, #menu-toggle-on a {
    color: #d0d0d0;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #f9f9f9;
}
.mark-bar{
    margin-left: 0!important;
    width: 40px;
    height: 4px;
}
.mark-bars{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}
.mark-bars div{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 3px 10px;
    margin: 0 10px;
    border: 1px solid #dedede;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s;
}
.mark-bars div *{
    pointer-events: none;
}
.selectedMarkBar{
    background-color: #efefef;
}
.stat-green{
    background-color: #2bdb3c;
}
.stat-yellow{
    background-color: #f1a942;
}
.stat-grey{
    background-color: #dfe2e1;
}
.stat-red{
    background-color: #e74637;
}
.priorityBall{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin-left: 8px;
}
.select{
    background-color: #c5850f!important;
}
.chartCol{
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.chartDetails{
    padding-top: 20px;
}
.chartDetails table{
    box-shadow: lightgrey 3px 3px 3px;
}
.w-400px{
    text-align: left;
    max-width: 400px;
    overflow-x: hidden;
}
.stat-green-border{
    border-left: 2px solid #2bdb3c;
}
.stat-yellow-border{
    border-left: 2px solid #f1a942;
}
.stat-grey-border{
    border-left: 2px solid #dfe2e1;
}
.stat-red-border{
    border-left: 2px solid #e74637;
}
.priority1{
    background-color: #ffe2ac;
}
.priority2{
    background-color: #f3b441;
}
.priority3{
    background-color: #e85347;
}
.lateIndicator{
    color: #e74637;
}
.currentWeek{
    border-left: 1px solid grey;
    border-right: 1px solid grey !important;
}
.codePrefix{
    color: #e99d12;
    background: #fff;
}
.prefixedInput{
    border: none !important;
}
.notModal .deletedItem{
    display: none;
}
.permissions-container th{
    width: 33%;
    text-align: center;
}
.permissions-container td{
    width: 33%;
    text-align: center;
}
@media (max-width: 575px){
    .fc-toolbar-mobile{
        flex-direction: column !important;
        row-gap: 5px;
    }
    .fc-col-header-cell-cushion{
        font-size: 8px;
        padding: 2px 0 !important;
    }
    .fc-toolbar-chunk:first-child{
        display: flex !important;
        justify-content: stretch !important;
        align-items: center !important;
        padding: 10px;
    }
    .fc-toolbar-chunk:first-child h2{
        margin-right: 20px;
    }
    .mobile-p20{
        width: 20% !important;
        max-width: 20% !important;
        overflow-x: hidden;
    }
    .mobile-p30{
        width: 30% !important;
        max-width: 30% !important;
        overflow-x: hidden;
    }
    .mobile-p50{
        width: 50% !important;
        max-width: 50% !important;
        overflow-x: hidden;
    }
    .nk-tb-col{
        padding: 0.7rem 0.3rem !important;
    }
    .dataTable tr, .dataTable td{
        white-space: normal;
    }
    .mobil-transporter-selector{
        display: flex;
    }
    .mobilRow{
        display: flex;
        flex-direction: column;
    }
    .form-group-mobile{
        width: 50%;
    }
    .wss-selectors{
        padding-top: 10px;
        padding-left: 0;
    }
    .wss-selectors .form-control{
        padding-left: 0;
    }
    .mark-bars{
        flex-wrap: wrap;
        justify-content: center;
    }
    .mark-bars > div{
        width: 120px;
        flex-direction: column;
        transform: scale(0.7);
    }
    .rjkWeeklyMobile{
        overflow-x: auto;
    }
    .hideOnMobile{
        display: none;
    }
}
.wss-selectors{
    gap: 20px;
    padding-left: 20px;
}
.rjkWeeklyDetails{
    position: absolute;
    top: 0;
    right: -10px;
}
.accordion-inner .detailsRow{
    max-width: 100% !important;
    overflow-x: hidden !important;
}
.accordion-inner{
    position: relative !important;
}
.detailsBox{
    background-color: white;
    padding: 5px 0;
    max-width: 100% !important;
    overflow-x: auto !important;
}
.detailsBox *{
    font-size: 11px;
}
.detailsBox td, .detailsBox th{
    width: 150px !important;
}
.rjkCompanyBox:not(:first-child){
    border-top: 1px solid #e2e2e2 !important;
}
.level3{
    color: #a2a2a2;
    font-weight: 500;
    background-color: #f6f6f6;
}
.level2{
    color: #868686;
    font-weight: 600;
    background-color: #eeeeee;
}
.level1 {
    color: #515151;
    font-weight: 700;
    background-color: #e5e5e5;
}
#globalSearching{
    padding-right: 2rem;
}
.globalSearchWrapper{
    position: relative;
}
.globalSearchResultHide:after{
    content: "\2BC5";
    color: black;
    display: block;
    padding:5px;
    position: absolute;
    right: 0;
    top: 2px;
    cursor: pointer;
}
.globalSearchResultShow:after{
    content: "\2BC6";
    color: black;
    display: block;
    padding:5px;
    position: absolute;
    right: 0;
    top: 2px;
    cursor: pointer;
}
#globalSearchingResult{
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 10px darkgrey;
    right: 0;
    top: 65px;
    width: 50vw;
    max-height: 50vh;
    overflow: auto;
}
.globalSearchGroup{
    display: flex;
    flex-direction: column;
    min-width: 200px;
    width: 200px;
    padding: 5px 20px;
    overflow-x: hidden;
    text-overflow: ellipsis;
}
.globalSearchGroup span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.globalSearchGroupHeader{
    color: grey;
    padding: 5px;
}
.globalSearchGroupIcon{
    color: #e99d12;
    font-size: 1.5rem;
    padding: 0 1rem 0 0.5rem;
}
.moreResults{
    background-color: #e5e5e5;
    color: #e99d12 !important;
    cursor: pointer;
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: bolder;
}
.globalSearchOrange{
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 4px;
    background-color: orange;
    margin-right: 1rem;
}
.globalSearchGreen{
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 4px;
    background-color: #35a01d;
    margin-right: 1rem;
}
.globalSearchBlue{
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 4px;
    background-color: #1d33a0;
    margin-right: 1rem;
}
.globalSearchGray{
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 4px;
    background-color: #454a5f;
    margin-right: 1rem;
}
.globalSearchYellow{
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 4px;
    background-color: #e0d63b;
    margin-right: 1rem;
}
.globalSearchPink{
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 4px;
    background-color: #971da0;
    margin-right: 1rem;
}
.globalSearchRed{
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 4px;
    background-color: #c81934;
    margin-right: 1rem;
}

.list-group.list-group-sm {
    font-size: 0.8125rem;
}
.list-group.list-group-sm .list-group-item {
    color: #4f4f4f;
    padding: 0.4375rem 1rem;
    background-color: #f5f6fa;
}

.g-gs > div.pt-0 {
    padding-top: 0 !important;
}

.g-gs > div.pb-0 {
    padding-bottom: 0 !important;
}

.custom-toastr {
    opacity: 0.9 !important;
    border-radius: 4px !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
}

.custom-toastr.toast-warning {
    background-color: #E88123 !important;
}

.custom-toastr.toast-error {
    background-color: #df1e14 !important;
}

.custom-toastr .toast-message {
    font-weight: 500 !important;
}
