/* RESERV */

#reserv{
    padding: 100px 0;
}

#reserv h2{
    font-size: 30px;
    margin-bottom: 30px;
}

#reserv h3{
    font-size: 18px;
}

#reserv h2,
#reserv h3{
    color: #79c0cd;
}

/* RESERV LEFT SIDE */

#reserv .milestones{
    padding: 0;
}

#reserv .milestones h2{
    margin-bottom: 5px;
}

#reserv .milestones h3{
    margin-bottom: 70px;
}

#reserv .milestones a{
    list-style: none;
    font-size: 20px;
    color: #79c0cd;
    margin-bottom: 20px;
    padding-left: 0px;
}

#reserv .milestones span{
    font-size: 25px;
    position: absolute;
    left: 0px;
    margin-top: -19px;
}

#reserv .nav-pills .nav-link.active,
#reserv .nav-pills .show>.nav-link{
    background: none;
}

/* RESERV RIGHT SIDE I. */

#reserv th{
    font-weight: 400;
    font-size: 15px;
    color: #383E42;
}

#reserv th,
#reserv td{
    width: 14.28%;
    border: none;
}

#reserv td,
#reserv td a{
    font-family: 'Lora', serif;
    text-align: center;
    transition: all 0.25s;
}

#reserv td.inactive{
    color: #B3B3B3;
}

#reserv td a{
    color: #79c0cd;
    font-weight: bold;
}

#reserv .arrow{
    position: absolute;
    top: 15px;
    transition: all 0.25s;
}

#reserv .arrow:hover{
    transform: scale(1.3);
}

#reserv .arrow.right{
    right: 15px;
}

#reserv .arrow svg{
    fill: #79c0cd;
}

#reserv .daycontent{
    width: 35px;
    height: 35px;
    border-radius: 18px;
    background: rgba(56, 62, 66, 0.3);
    border-color: rgba(56, 62, 66, 0.3);
    color: #fff !important;
    margin: -6px auto 0 auto;
    padding-top: 6px;
    transition: all 0.4s;
}

#reserv .daycontent .availability{
    border: 1px solid rgba(56, 62, 66, 0.3);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: greenyellow;
    position: absolute;
    margin-left: 25px;
    margin-top: 20px;
}

#reserv .daycontent.fullday .availability{
    background: red;
}

#reserv .daycontent:hover,
#reserv .daycontent:focus{
    background: #79c0cd;
}

#reserv td.selected .daycontent{
    background: #79c0cd;
}

#reserv .daycontent a{
    color: #fff;
}

#reserv .daycontent:hover a,
#reserv .daycontent:focus a{
    color: #fff;
}

#reserv .daycontent.fullday{
    background: rgba(56, 62, 66, 0.3);
    border-color: rgba(56, 62, 66, 0.3);
    color: #fff;
    font-family: 'Lora', serif;
}

#reserv .calendarinfo{
    text-align: left !important;
    padding-left: 0;
}

#reserv .calendarinfo li{
    list-style: none;
    padding-left: 30px;
}

#reserv .calendarinfo li .availability{
    border: 1px solid rgba(56, 62, 66, 0.3);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: greenyellow;
    position: absolute;
    margin-left: 12px;
    margin-top: 12px;
}

#reserv .calendarinfo li:nth-child(1){
    padding-left: 0;
}

#reserv .calendarinfo li:nth-child(2) .icon{
    position: absolute;
    width: 20px;
    height: 20px;
    background: rgba(56, 62, 66, 0.3);
    border: 1px solid rgba(56, 62, 66, 0.3) !important;
    border-radius: 10px;
    margin-left: -30px;
    margin-top: 2px;
}

#reserv .calendarinfo li:nth-child(2) .icon .availability{
    background: red;
}

#reserv .calendarinfo li:nth-child(3) .icon{
    position: absolute;
    width: 20px;
    height: 20px;
    background: rgba(56, 62, 66, 0.3);
    border: 1px solid rgba(56, 62, 66, 0.3);
    border-radius: 10px;
    margin-left: -30px;
    margin-top: 2px;
}

/* RESERV RIGHT SIDE II. */

#reserv ul.time{
    list-style: none;
    padding: 0;
}

#reserv ul.time li.reserved{
    text-decoration: line-through;
    color: #B3B3B3;
}
#reserv ul.time li a{
    color: #383E42;
    font-weight: bold;
}
#reserv ul.time li.selectedtime a{
    color: #79c0cd;
}
/* RESERV RIGHT SIDE III. */

#reserv .btn-primary{
    background: #383E42;
    color: #fff;
}

#reserv .btn-secondary{
    border: none;
}


