/*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,
input.active:focus,
input.focus,
input:active.focus,
input:active:focus,
input: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::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;
    border: 0;
    transition: all 0.5s ease;
    
}

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 {
    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;
}

.admin-booking .track {
    margin-top: 30px;
}

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

.opened-cell {
    background-color: #92eb71;
    height: 60px;
    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;
}

.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;
}

.selected-cell {
    background-color: #2ecc71;
    height: 55px;
    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;
}

.background-selected {
    background-color: #fff;
    height: 100px;
    border: 1px solid #dbdbdb;
    display: flex;
    align-items: center;

}

.selected__content {
    display: flex;
    align-items: center;
    font-family: "AkzidenzGroteskBQ-Reg";
    justify-content: space-between;
}


.btn__diselect-all {
    height: 60px;
    border: 2px solid #ad2432;
    border-radius: 0;
    padding: 0 30px;
    color: #ad2432;
    font-family: "AkzidenzGroteskBQ-Bold";
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 10px;
}

.btn__diselect-all:hover {
    background-color: #ad2432;
    color: #fff;
}

.btn__book-all {
    height: 60px;
    background-color: #ad2432;
    border-radius: 0;
    padding: 0 30px;
    color: #fff;
    font-family: "AkzidenzGroteskBQ-Bold";
    font-size: 16px;
    text-transform: uppercase;
}

.btn__book-all:hover {
    background-color: #bd505b;
    color: #fff;
}

.event-name {
    height: 50px;
    width: 100%;
    font-family: "AkzidenzGroteskBQ-Reg";
    padding-left: 15px;
    margin-top: 10px;
}

.event-name::placeholder {
    color: #bbbbbb;
}

.event-name:focus {
    border: 1px solid #ad2432;
}

.modal__text2 {
    font-size: 16px;
    font-family: "AkzidenzGroteskBQ-Reg";
    margin-top: 10px;
}

.position-right {
    position: absolute;
    top: 22px;
    right: 5px;
}

.jq-selectbox__select-text:first-child {
    color: #bbbbbb;
}

.mb-15 {
    margin-bottom: 15px;
}

.selected-cell-name {
    background-color: #2ecc71;
    color: #fff;
    position: relative;
    text-align: center;
    height: 55px;
    margin-bottom: 1px
}

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

.position-right {
    position: absolute;
    top: 22px;
    right: 5px;
}

.selected-cell__time {
    padding-top: 2px;
}


.close-selected-cell {
    background-color: #dc3545;
    color: #fff;
    position: relative;
    text-align: center;
    height: 55px;
    margin-bottom: 1px;
}

.tabs-container {
    margin-top: 30px;
}

.tabs-container .nav-link.active {
    background-color: #282d3c;
    border-radius: 0;
}

.tabs-container .nav-link {
    border: 2px solid #282d3c;
    border-radius: 0;
    margin: 0 5px;
}

.tracks {
    padding-bottom: 30px;
}


@media screen and (max-width:995px) {
    .selected__content {
        display: block;
        text-align: center;
    }
    
    .selected__text {
        padding-bottom: 10px;
    }
    
    .background-selected {
        height: 100%;
        padding: 15px 0;
    }
    
}

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

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

    .modal__text {
        display: none;
    }
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #ad2432!important;
    background-color: #ad2432!important;
}