/*Specifcation*/
body {
    background-color: #f8f8f8;
    font-family: "AkzidenzGroteskBQ-BdCnd", sans-serif;
}

p {
     margin-bottom: 0;
}


a.active.focus, a.active:focus,
a.focus, a:active.focus, a:active:focus,
a:focus, button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
outline: 0!important;
outline-color: transparent!important;
outline-width: 0!important;
outline-style: none!important;
box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
}

select:focus {
    box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
       
}

textarea:focus {
    box-shadow: 0 0 0 0 rgba(0,123,255,0)!important; 
    outline-style: none!important;
    border-color: #ad2432;
}

li {
    list-style-type: none; 
}

ul {
    margin-left: 0; 
    padding-left: 0; 
}

select:active {
    border-color: #ad2432;
}


a {
    color: #333333;
    text-decoration: underline;
}

a:hover {
    color: #ad2432;
}


/*[class^="icon-"], [class*=" icon-"] {
    font-size: 30px
}*/

h3 {
    font-size: 30px;
    color: #333333;
}

h4 {
    font-size: 18px;
}

input[type="checkbox"] {
    display: none;
}

label:not(:login-label)::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #b2b2b2;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 3px;
    z-index: 1;
}

label::after {
    content: '';
    display: block;
    background: url("../img/check.svg") no-repeat;
    color: #000;
    width: 12px;
    height: 10px;
    position: absolute;
    top: 9px;
    left: 4px;
    opacity: 0;
    z-index: 2;
}

input[type="checkbox"]:checked + label::before {
    background-color: #ad2432!important;
    border: 0!important;
    transition: all 0.5s ease!important;
    
}

input[type="checkbox"]:checked + label::after {
    opacity: 1;
}

select option[disabled]:first-child {
	display: none;
}

select option {
    color: #333333;
}

select option:first-child {
	color: #bbbbbb;
}

/*Styles*/

.container-fluid {
    padding: 0;
}

.page-scroller {
    background-color: #f07a6a;
    height: 100px; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-scroller__select .icon-arrow-left, .page-scroller__select .icon-arrow-right {
    color: #fff;
}

.page-scroller__select {
    display: flex;
    align-items: center;
}

.day-text {
    font-size: 28px;
    text-transform: uppercase;
}

.unactive-arrow {
    opacity: 0.5;
    padding: 0 70px;
}

.active-arrow {
    padding: 0 70px;
    
}

.active-arrow:hover {
    opacity: 0.5;
    transition: all 0.5s ease;
    cursor: pointer;
}

.track {
    margin-top: 12px;
}

.track-title {
    text-align: center;
    margin-bottom: 12px;
}

.opened-cell {
    background-color: #92eb71;
    height: 55px;
    margin-bottom: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.opened-cell:hover {
    cursor: pointer;
    background-color: #a8ef8d;
    transition: all 0.5s ease;
}

.opened-cell__time {
    font-size: 18px;
    color: #666666;
}

.closed-cell {
    background-color: #ebeae9;
    height: 55px;
    margin-bottom: 1px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.closed-cell__time {
    font-size: 18px;
    color: #aeaeae;
    padding-top: 2px;
}

.closed-cell__names {
    text-transform: uppercase;
    color: #aeaeae;
    font-size: 15px;
}

.not-register-cell {
    background-color: #f9690e;
    height: 55px;
    margin-bottom: 1px;
    text-align: center;
}

.not-register__time {
    font-size: 18px;
    color: #ffffff;
    padding-top: 2px;
}

.not-register__names {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 15px;
}

.pay-penalty-cell {
    background-color: #ad2432;
    height: 55px;
    margin-bottom: 1px;
    text-align: center;
}

.pay-penalty__time {
    font-size: 20px;
    color: #ffffff;
    padding-top: 2px;
}

.pay-penalty__names {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 15px;
}

.selected-attendance-cell {
    background-color: #2ecc71;
    height: 55px;
    margin-bottom: 1px;
    text-align: center;
    /*display: flex;*/
    align-items: center;
    /*justify-content: center;*/
}

.selected-attendance__names {
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
}

.selected-attendance__time {
    font-size: 18px;
    color: #fff;
    padding-top: 2px;
}

.shifted {
    font-family: "AkzidenzGroteskBQ-BdCnd", sans-serif;
    background-color: #282d3c;
    height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.shifted__time {
    padding-top: 3px;
}

.arrow-up {
    margin-top: 30px;
    color: #282d3c;
    display: flex;
    justify-content: center;
}

.arrow-up:hover {
    color: #666974;
}

.close__button {
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    padding-top: 12px;
    float: right;
    opacity: 0.5;
}

.close__button:hover {
    color: #fff;
    transition: all 0.5s ease;
    opacity: 1;
}

.modal-header {
    background-color: #ad2432;
    color: #fff;
    border-bottom: 0;
    border-radius: 0;
    font-family: "AkzidenzGroteskBQ-Bold";
    padding: 15px 20px 15px 20px;
}

.modal-title__time {
    font-family: "AkzidenzGroteskBQ-Bold";
    font-size: 12px;
    color: #dea7ad;
    display: block;
}

.modal-body {
    padding: 15px 20px 20px 20px;
    
}

.modal-footer {
    border-top: 0;
    border-radius: 0;
    padding: 0;
}

.modal__text {
    font-size: 16px;
    font-family: "AkzidenzGroteskBQ-Reg";
}

.modal-forms {
    margin-top: 10px;
}


.form-check-label {
    font-size: 18px;
}

.btn-modal {
    background-color: #ad2432;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0;
    height: 50px;
    padding: 0 45px;
    font-family: "AkzidenzGroteskBQ-Bold";
    font-size: 18px;
}

.btn-modal:hover {
    color: #fff;
    background-color: #bd505b;
}

.form-group {
    margin-top: 15px;
    margin-bottom: 20px;
    font-family: "AkzidenzGroteskBQ-Reg";
}

.modal-form {
    margin-top: 10px;
    margin-bottom: 20px;
}

.input-form {
    width: 100%;
    border-color: #b2b2b2;
    min-height: 50px;
    font-family: "AkzidenzGroteskBQ-Reg";
    padding: 10px 15px;
}

.red-line {
    background-color: #ad2432;
    height: 3px;
}


@media screen and (max-width:576px) {
    .unactive-arrow {
        padding: 0 40px;
    }

    .active-arrow {
        padding: 0 40px;
    }
}


.dropdown-item.active, .dropdown-item:active {
    color:white!important;
    background-color: #ad2432!important;
}

.day-text {
    content: "calendar_today"!important;
}



.book-bane {
    width: 190px;
    height: 100px;
    background-color: #ad2432;
    padding: 0;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    transition: all 0.5s ease-out;
    font-family: "AkzidenzGroteskBQ-Bold";
}

    .book-bane:hover {
        background-color: #bd505b;
    }

.site-name img {
    width: 350px;
}

.menu-burger {
    cursor: pointer;
    transition: all 0.5s ease-out;
}

    .menu-burger:hover {
        background-color: #d1d1d1;
    }

    .menu-burger .ion-navicon {
        font-size: 48px;
        display: block;
        text-align: center;
    }

.ion-navicon:before {
    vertical-align: middle;
    margin-top: 10px;
}

.navbar {
    height: 100px;
    background-color: #282d3c;
    padding: 0;
}

.menu-burger {
    width: 120px;
    background-color: #b2b2b2;
    height: 100px;
}


.navbar .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.wrap {
    position: relative;
    margin-top: 15px;
}

float:left
.wrap .slider-v2 {
    margin-top: 30px;
    position: relative;
    display: block;
    width: 5.5em;
    height: 3em;
    cursor: pointer;
}

.wrap .slider-v2::after {
    position: absolute;
    content: '';
    width: 1em;
    height: 1em;
    top: 1em;
    left: 0.3em;
    border-radius: 50%;
    transition: 250ms ease-in-out;
    background: #fff;
}

.wrap .slider-v2::before {
    position: absolute;
    content: '';
    width: 3em;
    height: 1.5em;
    top: 0.75em;
    left: 0em;
    border-radius: 0.75em;
    transition: 250ms ease-in-out;
    background: #ad2432;
}

.wrap input:checked + .slider-v2::before {
    background: #cdcdcd;
}

.wrap input:checked + .slider-v2::after {
    left: 1.6em;
}

.wrap label {
    padding-left: 60px;
    padding-top: 13px;
    font-family: AkzidenzGroteskBQ-BdCnd;
}

.wrap input {
    position: absolute;
    left: -9999px;
}

.group-menu {
    position: sticky;
    top: 0;
    min-height: 2em;
}



.login-form-control {
    align-items: flex-end;
}


.dropdown-menu{
    width: 100%!important;
}



.selected-cell {
    background-color: #2ecc71;
    height: 60px;
    margin-bottom: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.selected-cell__time {
    font-size: 18px;
    color: #fff;
}

.icon-check {
    font-size: 14px;
    color: #fff;
    padding-right: 10px;
}

.spinner-border {
    width: 3rem;
    height: 3rem;
    color: #ad2432;
    position: absolute;
    top: 49%;
    left: 49%;
}

@media screen and (max-width:768px) { 
    .page-scroller__select .icon-arrow-left:hover {
        opacity: 1;
    }

    .page-scroller__select .icon-arrow-right:hover {
        opacity: 1;
    }
}

@media screen and (max-width:576px) { 
    .spinner-border {
        top: 50%;
        left: 44%;
    }
}

