/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 18, 2019, 10:37:24 AM
    Author     : gasper
*/

*:focus {
    outline: 0;
    outline: none;
}

a{
    text-decoration: none !Important;
    color: #cb572d;
    outline: 0;
    outline: none;
}

.reservationTitle{
    font-size: 36px;
    font-weight: 700;
    line-height: 1.39;
    color: #ffffff;
    text-align: center;
    margin-top: 30px;
}

.reservationSubtitle2{
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 50px;
}

.reservationSubtitle2 a{
    color: #ffffff;
    text-decoration: underline !important;
}


.reservationSubtitle{
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin-top: 50px;
}

.reservationSubtitle a{
    color: #ffffff;
    text-decoration: underline !important;
}

.reservationSingleCategory{
    margin-bottom: 40px;
}

.reservationSingleCategory .title{
    font-size: 16px;
    font-weight: 700;
    color: #fffffff;
    margin-bottom: 10px;
}


.reservationProductCard{
    object-fit: contain;
    border-radius: 20px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(100deg, #30373f, #20242b);
    overflow: hidden;
    text-align: left;
    transition: .3s;
    width: 100%;
    margin-bottom: 40px;
}

.reservationProductCard .productCardImage{
    height: 92px !important;
    width: 90px;
    border-radius: 22px;
    float: left;
    background-color: #000000;
}


.reservationProductCard .title{
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 80px;
    height: 60px;
}

.reservationProductCard img{
    float: right;
    margin-right: 20px;
    margin-bottom: 10px;
}

.reservationProductCard:hover{
    opacity: 0.8;
}

.reservationProductCard .productLink{
    font-size: 10px;
    color: #ffffff;
    padding: 5px;
}


.reservationStep2{
    margin-bottom: 90px;
}

.reservation2Button{
    margin-top: 50px;
}

.calendar{
    float: left;
    margin-top: 25px;
}

.daterangepicker_input{
    display: none;
}

.calendar.right{
    margin-left: 39px;
    border-left: 1px solid white;
    padding-left: 40px;
}



.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background-color: #cb5612;
    border-color: transparent;
    color: inherit; 
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #262a32;
    border-color: transparent;
    color: #999; 
}
.daterangepicker td.in-range {
    background-color: #cb5612;
    border-color: transparent;
    color: #ffffff;
    border-radius: 0; 
}


.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #cb572d;
    border-color: transparent;
    color: #fff; 
}


.ranges li:hover {
    background: #cb572d;
    border: 1px solid #08c;
    color: #fff; 
}
.ranges li.active {
    background: #cb572d;
    border: 1px solid #08c;
    color: #fff; 
}


.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
    padding: 5px;
    text-align: center;
}


.reservationText{
    font-size: 14px;
}
