.lktt-staff-li {
    margin-bottom: 10px;
}

.lktt-staff-li .collapsible-header {
    background-color: #ECF0F1;
}

.lktt-staff-li hr {
    border-top: 3px double #8c8b8b;
}

.lktt-default-time-row {
    margin-top: 50px;
    margin-bottom: 50px;
}

#lktt-login-remember {
    opacity: 1;
    position: relative;
}

#lktt-login-overall-container {
    border: 3px solid #4C8694;
    border-radius: 5px;
}

.lktt-color-result {
    position: relative;
    width: 20%;
    display: inline-block;
    float: left;
}

.lktt-color-result:before {
    content: "";
    display: block;
    padding-top: 100%; /* initial ratio of 1:1*/
}

.lktt-color-slider {
    margin-bottom: 20px;
    width: 60%;
    margin-right: 10%;
    display: inline-block;
    float: right;
}

.lktt-color-slider.lktt-red .noUi-connect {
    background: #ff0000;
}

.lktt-color-slider.lktt-red .noUi-tooltip {
    background: #ff0000;
}

.lktt-color-slider.lktt-green .noUi-connect {
    background: #00ff00;
}

.lktt-color-slider.lktt-green .noUi-tooltip {
    background: #00ff00;
}

.lktt-color-slider.lktt-blue .noUi-connect {
    background: #0000ff;
}

.lktt-color-slider.lktt-blue .noUi-tooltip {
    background: #0000ff;
}

.lktt-color-slider .noUi-tooltip {
    color: white;
}

p.lktt-total-time-day {
    margin: 0 25px 0 0;
    font-size: 23px;
    font-weight: bold;
    display: inline-block;
    float: right;
}

.lktt-toatl-time-all-days-container p {
    margin: 40px 5px 0 5px;
    font-size: 23px;
    font-weight: bold;
    display: inline-block;
    float: right;
}

.lktt-time-slider {
    margin-top: 15px;
}

/* Tabs */

#lktt-main-menu {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    background-color: white;
    border-bottom: 1px solid #4C8694;
}

.tabs .tab a {
    font-weight: bold;
}

.tabs .tab a {
    color: #2C3E50;
}

.tabs .tab a:hover, .tabs .tab a.active {
    background-color: #4C8694;
    color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*color: #4C8694;
    border: 1px solid #4C8694;
    */
}

.tabs .indicator {
    display: none;
}

/* Pagination */

.pagination li {
    background: #95A5A6;
}

.pagination li:hover, .pagination li.active {
    background: #4C8694;
}

.pagination li a {
    color: white;
}

.noUi-horizontal .noUi-tooltip {
    /* bottom: 100%; */
    bottom: 0;
    border-radius: 5px;
    background: white;
    border: 3px solid;
    cursor: pointer;
    padding: 2px !important;
}

.noUi-horizontal .noUi-handle {
    width: 8px;
    height: 23px;
    transform: translate(-13px, 0);
}

.noUi-horizontal .noUi-handle::before, .noUi-horizontal .noUi-handle::after {
    display: none;
}

.noUi-horizontal {
    height: 10px;
}

.lktt-weekday-container.lktt-orniation-closed {
    background-color: #e0e0e0;
    padding: 10px;
    margin: 0;
}

.lktt-slider-container.homeoffice {
    background: rgba(0, 0, 0, 0.1);
}

[type="checkbox"] + span:not(.lever) {
    position: relative;
    padding-left: 25px;
}

/*
.noUi-tooltip {
    display: none;
}
.noUi-active .noUi-tooltip {
    display: block;
}
*/
