/**/
@font-face {
    font-family: 'ALDI SUED Office';
    src: url('../fonts/ALDISUEDOffice-Regular.woff') format('woff2'), url('../fonts/ALDISUEDOffice-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    background: #fff;
    font-family: 'ALDI SUED Office';
    letter-spacing: -0.3px;
    font-weight: 400;
    font-size: 16px;
}
h2, h3 {
    font-family: 'ALDI SUED Office';
}

p {
    font-family: 'ALDI SUED Office';
}

a {
    font-family: 'ALDI SUED Office';
}


a:focus {
    outline: 0 solid;
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden;
}

p {
    margin: 0 0 0px;
    color: #fff;
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    font-weight: 700;
}

a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

    a:hover {
        color: #b1b1b1;
        text-decoration: none;
    }

    a:active,
    a:hover,
    a:focus {
        outline: 0;
        text-decoration: none;
    }

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

table {
    width: 100%;
}

input[type="checkbox"] {
    width: 2.7em;
    height: 2.7rem;
    accent-color: #2ed539;
    margin-right: 4px;
    vertical-align: middle;
}

.top-bar {
    background: #00005F;
    color: #fff;
    padding: 10px 22px;
    border-radius: 10px;
}

    .top-bar h2 {
        font-weight: 200;
        font-size: 65px;
        letter-spacing: -1px;
    }

    .top-bar h4 {
        font-weight: 200;
        font-size: 25px;
    }
.login-box-top {
    background: #00005F;
    color: #fff;
    padding: 25px 25px;
    border-radius: 10px;
}
.login-box {
    background: #55C3F0;
    color: #fff;
    padding: 5px 5px;
    border-radius: 5px;
}
.body-box {
    background: #00005F;
    color: #fff;
    padding: 25px 25px;
    border-radius: 10px;
}

.white-box {
    background: #fff;
    padding: 0px 15px;
    border-radius: 10px;
    text-align: center;
    /*width: 60px;*/
    width: auto;
    max-width: 60px;
}

.text-blue {
    color: #55C3F0;
    font-weight: 600;
    font-size: 40px;
    padding: 0px;
}

.blue-box {
    background: #55C3F0;
    color: #fff;
    border-radius: 10px;
    font-size: 20px;
}

    .blue-box table td {
        padding: 15px 15px;
    }

.bg-green {
    background: #01AE54;
}

.text-red {
    color: #D70000;
    font-weight: 600;
    font-size: 40px;
    padding: 0px;
}
.red-box {
    background: #D70000;
    color: #fff;
    border-radius: 10px;
    font-size: 20px;
}

    .red-box table td {
        padding: 15px 15px;
    }

.text-orange {
    color: #FF7800;
    font-weight: 600;
    font-size: 40px;
    padding: 0px;
}

.orange-box {
    background: #FF7800;
    color: #fff;
    border-radius: 10px;
    font-size: 20px;
}

    .orange-box table td {
        padding: 15px 15px;
    }

.text-yellow {
    color: #FFC800;
    font-weight: 600;
    font-size: 40px;
    padding: 0px;
}

.yellow-box {
    background: #FFC800;
    color: #fff;
    border-radius: 10px;
    font-size: 20px;
}

    .yellow-box table td {
        padding: 15px 15px;
    }
.green-box {
    background: #01AE54;
    color: #fff;
    border-radius: 10px;
    font-size: 20px;
}
.gray-box {
    background: #bbb;
    color: #fff;
    border-radius: 10px;
    font-size: 20px;
}
    .gray-box table td {
        padding: 15px 15px;
    }
.btn-blue {
    background: #00005F;
    color: #fff;
    border-radius: 10px;
    font-size: 25px;
    padding: 15px 25px;
}

    .btn-blue:hover {
        background: #0e0e95;
        color: #fff;
        border-radius: 10px;
        padding: 15px 25px;
    }

    .btn-blue span {
        font-size: 15px;
        display: block;
        text-align: center;
        line-height: 2px;
    }

    .btn-blue img {
        margin: 13px 0px;
        display: inline
    }

.btn-green {
    background: #01AE54;
    color: #fff;
    border-radius: 10px;
    font-size: 25px;
    padding: 15px 25px;
    line-height: 22px;
}

    .btn-green:hover {
        background: #008b42;
        color: #fff;
    }

.btn-gray {
    background: #bbb;
    color: #666;
    border-radius: 10px;
    font-size: 25px;
    padding: 15px 25px;
    line-height: 22px;
}
.btn-white {
    background: #fff;
    color: #000;
    border-radius: 10px;
    font-size: 25px;
    padding: 15px 25px;
    line-height: 22px;
}


    .btn-white:hover {
        background: #faeded;
        color: #000;
        border-radius: 10px;
        padding: 15px 25px;
    }
/*.btn {
    min-height: 76px;
}*/
.btn-walk {
    min-height: 76px;
    padding-top: 21px;
}

.txt-blue {
    color: #55C3F0;
}

.txt-red {
    color: #D70000;
}

.txt-orange {
    color: #f27a00;
}

.txt-yellow {
    color: #fdcd00;
}
.txt-green {
    color: #01AE54;
}
h2 span {
    margin: 0 -5px;
    font-size: 75px;
    font-weight: 800;
    text-align: left;
}
h1 span {
    margin: 0 -5px;
    font-size: 90px !important;
    font-weight: 800 !important;
    text-align: left;
}

.top-bar h4 {
    font-size: 40px;
}

.top-bar table td {
    padding-top: 20px;
}


.table {
    vertical-align: middle;
    font-weight: 600;
}

    .table tr:hover {
        cursor: pointer; /* Indicates that the row is clickable */
    }

.table2 td {
    padding: 12px 8px;
    color: #000;
}
.table3 td {
    padding: 1px 8px !important;
    color: #000;
}
.table4 td {
    padding: 6px 8px !important;
    color: #000;
}
.date-time {
    background: transparent;
    outline: none;
    border: none;
    margin: 0 auto;
}



.drop-in {
    animation: drop-in 1s ease 200ms backwards;
}

.drop-in-2 {
    animation: drop-in 1200ms ease 500ms backwards;
}

@keyframes drop-in {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translate(0px);
    }
}

.footerText {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    color: rgb(129, 144, 165);
    height: 20px;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}
.switch {
    position: relative;
    display: inline-block;
    width: 106px;
    height: 34px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 4px;
    right: 10px;
    bottom: 0;
    background-color: #d94845;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 10px;
    bottom: 7px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #15a9b7;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px);
}

/*------ ADDED CSS ---------*/
.on {
    display: none;
}

.on {
    color: white;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 41%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}
.off {
    color: white;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

.yes {
    display: none;
}
.yes {
    color: white;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 37%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}
.no {
    color: white;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 62%;
    font-size: 9px;
    font-family: Verdana, sans-serif;
    line-height: 10px;
}
input:checked + .slider .on {
    display: block;
}

input:checked + .slider .off {
    display: none;
}

input:checked + .slider .yes {
    display: block;
}

input:checked + .slider .no {
    display: none;
}
/*--------- END --------*/

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


.tbl-datatable thead th {
    border:1px solid #fff;
    color: #495057 !important;   
}

.tbl-datatable tbody tr {
    background-color: #b1b1b1 !important;    
}
.tbl-datatable tbody tr:nth-child(even) {
  background-color: #ece7e7 !important;
}
.btn-sub {
    background-color: #55C3F0;
    color: #000;
}
.btn-red {
    background-color: #D70000;
    color: #FFF;
}
#timer {
    font-size: 2em;
    margin-top: 20px;
}
.cursor{
    cursor:pointer;
}
.center {
    margin: auto;
    width: 50%;
    
    padding: 10px;
}
.logout-icon {
    width: 50px;
    height: 50px;
    cursor: pointer;
    float: right;
    margin: 15px 5px;
}

.logout-icon:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
}
.datetime-input {
    width: 100%; /* Makes the input take full width of its container */
    max-width: 200px; /* Optional: you can set a max-width to prevent it from becoming too large */
    box-sizing: border-box; /* Ensures padding and border are included in the width */
}
.g-recaptcha {
    transform: scale(0.85); /* Scale down for smaller screens */
    transform-origin: 0 0;
}
@media (max-width: 600px) {
    .datetime-input {
        max-width: 100%; /* Allows the input to shrink on smaller screens */
    }
    .center {       
        width: 100%;        
    }
    .g-recaptcha {
        transform: scale(0.62);
    }
    .logout-icon {
        object-fit: contain;
        
    }
}

.error{
    color:#D70000;
}
.bootbox-close-button {
    float: right;
    color: #D70000;
    /* background: #D70000;*/
    border-color: #0d6efd;
}
.chosen-select-act .chosen-container {
    padding: 6px 2px;
}

.chosen-select-act .chosen-single {
    border-top: 0 solid #ccc;
    border-left: 0 solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    background: #fff;
    font-size: 14px;
    color: #333;
    border-radius: 0;
}

.chosen-select-act .chosen-container .chosen-drop {
    border: 0 solid #ccc;
}

.chosen-select-act .chosen-container-active.chosen-with-drop .chosen-single {
    border: 0 solid #ccc;
    background-image: none;
}

.chosen-select-act .chosen-container .chosen-drop {
    top: 0;
}

.chosen-select-act .chosen-container .chosen-results li.highlighted {
    background: #00c292;
    color: #fff;
}

.chosen-select-act .chosen-container .chosen-results li {
    position: relative;
}

    .chosen-select-act .chosen-container .chosen-results li.result-selected:before {
        position: absolute;
        right: 15px;
        top: 10px;
        font-size: 14px;
    }

    .chosen-select-act .chosen-container .chosen-results li.result-selected:before {
        content: "\e906";
        font-family: notika-icon !important;
        font-size: 16px;
    }

.chosen-select-act .chosen-container .chosen-results li {
    padding: 10px;
    font-size: 14px;
    color: #333;
}

.chosen-select-act .chosen-container-single .chosen-search {
    padding: 5px 5px 5px 40px !important;
    background: #f7f7f7;
}

.chosen-select-act .chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

    .chosen-select-act .chosen-container-single .chosen-search:before {
        content: "\e928";
        font-family: notika-icon !important;
        position: absolute;
        left: 0;
        top: 3px;
        width: 40px;
        height: 100%;
        font-size: 16px;
        padding: 5px 0 0 15px;
    }

    .chosen-select-act .chosen-container-single .chosen-search input[type="text"] {
        border: 0 solid #ccc;
    }

.chosen-select-act .chosen-container .chosen-results li.disabled-result {
    color: #ccc;
}

.chosen-select-act .chosen-container-active .chosen-choices {
    border: 0 solid #ccc;
    box-shadow: none;
}
.chosen-select-act .chosen-container-multi .chosen-choices {
    background-image: none;
    border-top: 0 solid #ccc;
    border-left: 0 solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 1px solid #ccc;
}

    .chosen-select-act .chosen-container-multi .chosen-choices li.search-choice {
        border-top: 0 solid #ccc;
        border-left: 0 solid #ccc;
        border-right: 0 solid #ccc;
        border-bottom: 1px solid #ccc;
        border-radius: 2px;
        background-color: #00c292;
        background-image: none;
        color: #fff;
        padding: 5px 10px;
    }

        .chosen-select-act .chosen-container-multi .chosen-choices li.search-choice span {
        }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    width: 15px;
    height: 10px;
    background: url(../img/chosen-sprite.png) -38px 1px no-repeat;
    display: inline-block;
    text-align: center;
    color: #fff;
    position: unset;
}

    .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
        background-position: -38px -10px;
        color: #fff !important;
    }

.chosen-select-act {
    position: relative;
}

    .chosen-select-act:before {
        position: absolute;
        top: -6px;
        right: 0;
        content: "";
        height: calc(100% - 2px);
        width: 30px;
        background-color: #fff;
        background-position: right calc(100% - 7px);
        background-repeat: no-repeat;
        background-image: url(../img/select.png);
        pointer-events: none;
        z-index: 5;
    }

.chosen-container .chosen-results li.group-result {
    font-weight: 600;
}
.chosen-search-input {
    width: 100% !important;
    border: 0px;
}
.chosen-container-single .chosen-search input[type="text"] {
    background: #fff url(../img/chosen-sprite.png) no-repeat 100% -20px;
    background: url(../img/chosen-sprite.png) no-repeat 100% -45px;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    color: #fff;
}
.successMsg {
    color: #21b534;   
    padding: 20px;
    margin-bottom: 10px;
    display: inline-block;
    text-align: center;  
}

.failureMsg {
    color: #F00;   
    padding: 20px;
    margin-bottom: 10px;
    display: inline-block;
    text-align: center;
   
}

.warningMsg {
    color: #bb9e15;  
    padding: 20px;
    margin-bottom: 10px;
    display: inline-block;
    text-align: center;   
}
.body-blue {
    background: #00005F;
    color: #fff;   
}
.trIDChkHide {
    display: none;
}

/*Table Scroll*/
.table-fixed-column-outter {
    position: relative;
    margin: 2rem auto;
    width: 100%;
}

.table-fixed-column-inner {
    overflow-x: scroll;
    overflow-y: visible;
    margin-left: 0px;
}

.table-fixed-column-inner .table {
   margin-bottom: 0.25rem;
}

.tillstable.table-fixed-column {
    table-layout: fixed;
    width: 100%;
}

.pad-box {
    padding: 15px 15px;
}
@media (max-width: 575.98px) {
    .white-box {
        padding: 0px 8px;
        border-radius: 10px;
        width: auto;
    }

    .home-box table td {
        padding: 15px 7px 15px 6px !important;
        font-size: 15px;
    }

    .main-box table td, h4 {
        font-size: 24px !important;
        font-weight: bold !important;
    }

    .main-box table td, b {
        font-size: 20px !important;
        font-weight: bold !important;
    }

    .table-fixed-column-inner::-webkit-scrollbar {
        width: 10px;
    }
    .table-fixed-column-inner::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    .table-fixed-column-inner::-webkit-scrollbar-thumb {
        background: #888;
    }
    .table-fixed-column-inner::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
}