body{
    background-color: white;
    font-family: "Roboto";
}


.wizard>.content{
    display:block;
    min-height:35em;
    height: 100%;
    /*overflow-y: auto;*/
    position:relative
}
.wizard > .content > .body{
    padding: 0 1.0%;
    width: 100%;
    height: 100%!important;
    /*
    overflow: scroll;
    */
    overflow-x: hidden;
}
.wizard > .actions {
    background-color: white;
    display: none;
}
.wizard > .steps
{
    background-color: white;
    display: inherit;
}
.date-nav-item{
    cursor: pointer;
    margin: 0 10px;
    font-weight: 300;
    font-size: 18px;
}
.nextDay{
    color: rgb(68, 168, 196);
    font-size: 25px;
    margin-top: 2px;

}
.prevDay{
    color: rgb(68, 168, 196);
    font-size: 25px;
    margin-top: 2px;

}
.time-button{
    border-radius: 50px;
    border: 1px solid #ccd7e6;
    margin-top: 7px;
    margin-bottom: 7px;
    height:100px;
    width:100px;
}
.time-button:hover{
    opacity: 0.8;
    color: white;
}
.current-date{
    font-weight: 400!important;
}
.titles{
    display: none;
}
#top_bar_logo{
    display: none;
}
.current-info{
    display: none;
}
#select2-service_select-container{
    text-align: left;
    font-size: 18px;
}
.select2-container{
    width: 100%!important;
}
.arrows > .disabled {
    display: none;
}
.arrows { white-space: nowrap; }
.arrows li {
    display: inline-block;
    line-height: 26px;
    margin: 0 9px 0 0px;
    padding: 0 20px;
    position: relative;
}
.arrows li::before,
.arrows li::after {
    content: '';
    display: block;
    height: 26%;
    position: absolute;
    left: 0;
    right: 0;
    top: 6px;
    z-index: -1;
    transform: skewX(45deg);
}
.arrows li::after {
    bottom: 0;
    top: 12px;
    transform: skewX(-45deg);
}
.arrows li.current::before,
.arrows li.current::after {
    display: none;
}
.arrows li a {
    font: bold 16px Montserrat;
    letter-spacing: 0px;
    text-decoration: none;
    padding: 0 15px;
    font-weight: 250;
}


.arrows li.current a {
    color: #34a6f7!important;
}

.visible-breadcrumb > .disabled {
    display: none;
}
.visible-breadcrumb { white-space: nowrap; }
.visible-breadcrumb li {
    display: inline-block;
    line-height: 26px;
    margin: 0 9px 0 -10px;
    padding: 0 20px;
    position: relative;
}
.visible-breadcrumb li::before,
.visible-breadcrumb li::after {
    border-right: 1px solid #666666;
    content: '';
    display: block;
    height: 26%;
    position: absolute;
    left: 0;
    right: 0;
    top: 6px;
    z-index: -1;
    transform: skewX(45deg);
}
.visible-breadcrumb li::after {
    bottom: 0;
    top: 12px;
    transform: skewX(-45deg);
}
.visible-breadcrumb li.current::before,
.visible-breadcrumb li.current::after {
    display: none;
}
.visible-breadcrumb li a {
    font: bold 20px Sans-Serif;
    letter-spacing: -1px;
    text-decoration: none;
    padding: 0 15px;
    font-weight: 250;
}
select{
    width: 100%!important;
}
.select2{
    width: 100%;
}
.select2-container .select2-selection--single{
    height: 40px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 38px!important;
}


.select2-selection{
    border-radius: 15px!important;
}
.select2-selection[aria-expanded="true"]{
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
}
.select2-dropdown{
    border-bottom-left-radius: 15px!important;
    border-bottom-right-radius: 15px!important;
}
.select2-results__option:last-child{
    border-bottom-left-radius: 15px!important;
    border-bottom-right-radius: 15px!important;
}

.select2-results__option/*[aria-disabled="false"]*/{
    color: #525252 !important;
}
.select2-results__option[aria-disabled="true"]{
    color: #bbb!important;
}


.category-type{
    cursor: pointer;
    margin: 5px 15px;
}
.service{
    cursor: pointer;
    margin: 5px 15px;
    border-radius: 15px!important;
    border: 3px solid white;
}
.service img{
    margin-top: 10px;
    height: 80px;
}
.slot-item{/*display: -webkit-inline-box;*/
/*
    margin: 5px 15px;*/
}
.slot-div{
    padding-right: 25px;
    padding-left: 25px;
}
.slot-period{
    background-color: #4489cd;
    display: block;
    color: #fff;
    text-align: center!important;
    padding: 0;
}
.slot-info{
    padding-top: 20px;
    color: #000;
    white-space: nowrap;
    text-align: left!important;
}
#paginator{
    text-align: center;
}

.col-form-label{
    padding-left: 0;
}
.form-check{
    margin-right: 20px;
    display: inline-block;
}
#form_container{
    display: flex;
    flex-direction: column;
}
.form-container{
    display: flex;
    flex-direction: column;
}
#success{
    color: #2b9023;
    text-transform: uppercase;
    font-size:20px;

}
.no-view{
    display: none;
}

#wizard-p-0 > div:nth-child(1) > div.col-12.text-center.mb-4 > h2, #wizard-p-1 > div:nth-child(1) > div.col-12.text-center.mb-4 > h2, #wizard-p-2 > div:nth-child(1) > div.col-12.text-center.mb-4 > h2, #success{
    font-weight: 300 !important;
}
h2.header-title{
    font-weight: 300 !important;
}

h2{
    font-weight: 300;
}
h3{
    font-weight: 300;
}

h4#message, h4#message_two, h4#message_three, h3#report_service_name {
    font-weight: 250;
}

h4{
    font-weight: 250;
}

h4.title {
    font-weight: 250;
    text-align: left;
}

h4.name {
    font-weight: 200;
    padding-top: 15px;
}

h5{
    font-weight: 100;
}

h5.name {
    font-weight: 100;
    text-align: left;
}

h5.description{
    font-weight: 100;
}
h5.message_four{
    font-weight: 100;
}
h4.value{
    font-weight: 250;
}

p.more-information {
    font-weight: 100;
    text-align: left;
}

.card, .form-control , .select2-container--default .select2-selection--single, .no-radius {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.form-control{
    border-radius: 15px!important;
}
#btnConfirm{
    margin-top:5px;
    border-radius: 0px;
    border: 1px solid #3caff8;
}
.form-label{
    text-transform: uppercase;
    font-size: 14px;
}
.card{
    padding: 10px;
}

h5.show-all {
    font-weight: 200;
}

h5.show-all a:hover {
    text-decoration: none;
}

.select2-selection__arrow {
    display: none;
}

.date {
    font-weight: 200;
}

.pointer {
    cursor: pointer;
}

.spinner-border {
    position: absolute;
    top: 25%;
    height: 100px;
    width: 100px;
    left: 48%;
}

#spinner {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}
#av_spinner {
    height: 100%;
    width: 100%;
    position: absolute;
}

body {
    overflow-x: hidden;
}

.only-timepicker .datepicker--nav,
.only-timepicker .datepicker--content {
    display: none;
}
.only-timepicker .datepicker--time {
    border-top: none;
}


.wizard, .tabcontrol {
    display: grid;
    width: 100%;
    overflow: hidden;
}
.wizard .content .current{
    display: contents;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .spinner-border {
        left: 39%;
    }
    
    
    .message {
        font-size:16px;
    }
    
    
    }
    .nextDay{
        
    }
    .prevDay{
        
    }
    .arrow-navigation{
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    #slot_location_container{
    height: 70%;
    overflow: hidden;
    }
    .scrollable-container{
    height: 70%;
    overflow: hidden;
    }
    #items_container_two{
        max-height: 90%;
        overflow: auto;
    }
    .scrollable{
        max-height: 90%;
        overflow: auto;
    }
    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 10px;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: rgba(0,0,0,.5);
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    }
    .back_arrow{
        position: absolute;
        top: 50%!important;
    }
    .prev-button{
        position: absolute;
        top: 50%!important;
    }

    .star{
        color: #e30000;
    }

}

.bg-white {
    display: none;
   
}


body {
    
    font-family: "Montserrat";
}

.quick-report{
    display: none;
   
}


h3.header-title {
    font-weight: 900;
    color: #3caff8!important;
}




div#availabilities_times_row h2{
    
    font-size:16px;
    padding: 60px;
    color: #777;
    background-color: #3caff82b;
   
}

#report_service_name {
    font-size: 20px;

}

h4.value {
    font-size: 16px;
    
}