a.tab {
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: black !important;
    text-decoration: none;
    width: 50%;
    float: left;
    background: #fafafa;
    padding: 4px 0px;
    text-align: center;
    margin-top: 15px;
    border-bottom: 1px solid silver;
}

a.tab.active {
    color: #17989d !important;
    text-decoration: none;
    background: white;
}

.tab-content div.tab {
    display: none;
}

.tab-content div.active {
    display: block;
}


.tab-content-booking {
    width: 100%;
}


a.tab-booking {
    width: 50%;
    display: block;
    float: right;
    text-align: center;
    background: lightgray; /*#0099A9;*/
    color: white;
    padding: 10px 0;
    text-decoration: none;
    border-bottom: 1px solid lightgray; /* #0099A9;*/
}

a.tab-booking:hover {
    background: gray; /* #98b2b5;*/
    color: white;
    padding: 10px 0;
}

a.tab-booking.active {
    background: white;
    color: #0099A9;
    padding: 10px 0;
    text-decoration: none;

}


a.tab-booking:first-child {
    width: 50%;
    display: block;
    float: left;
}

div.tabbooking {
    display: none;
    margin-bottom: 20px;
}

div.tabbooking.active {
    display: block;
}

.tab-content-booking {
    width: 100%;
}

.priceTable {
    width: 100%
}

.priceTable td {
    padding: 7px;
}

.or {
    display: block;
    text-align: center;
    color: silver;
    padding: 10px;
}

.downloadPdf {
    display: block;
    text-align: center;
    text-decoration: underline;
    color: silver
}

.downloadPdf:hover {
    color: #17989d
}

#navigation a.active {
    border-bottom: 2px solid #17989d;
}

#navigation.style-1 ul a {
    padding: 1px 16px;
}

.top-location .tp-caption p {
    color: white;
    font-weight: bold;
    opacity: 0;
}

.tp-caption {
    text-decoration: none !important;
}

#navigation.style-1 ul a {
    text-transform: none !important;
}

.blog .blog-pots .fa {
    color: white !important;
}

.homepage-4 .header-user-name, .homepage-4 .header-user-name:before {
    color: black !important;
}

.comgate img {
    filter: grayscale(50%);
}

.comgate img:hover {
    filter: grayscale(10%);
}

.bgcustom {
    background-repeat: no-repeat !important;
    background-size: auto 100% !important;
    height: 60vh !important;
    background-position: center center !important;
}

@media (min-width: 1300px) {
    .bgcustom {
        background-repeat: no-repeat !important;
        background-size: 100% auto !important;
        height: 40vh !important;
    }
}

#logo img {
    transition: transform .3s ease-in-out;
    transform: rotate(0deg);
}

#logo img:hover {
    transform: rotate(0deg);
}

.formError {
    color: red
}

.mdaytext img {
    width: 20px !important;
}

.calendar {

}

.calendar .calendarTitle {
    font-size: 120%;
    font-weight: bold;
    padding-top: 19px;
    text-align: center;
    text-decoration: underline;
}

.calendar .monthTitle {
    width: 100%;
    text-align: center;
    padding-top: 15px;
}

.calendar .dayTitle {
    background: #dcdcdc;
    color: #808080;
    font-size: 11px;
    text-align: center;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    line-height: 20px;
    width: 13%;
    float: left;
}

.calendar .day {
    color: white;
    text-align: center;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    line-height: 30px;
    width: 13%;
    float: left;
    background-color: #2e8b57;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.calendar .day.disabled {
    background-color: #f08080;
}

.calendar .day.half {
    background: #32cd32 linear-gradient(45deg, #f08080 0%, #2e8b57 100%);
}

.calendar .day a {
    color: white;
    display: block;
    width: 100%;
}

.calendar .day span {
    color: white;
    display: block;
    width: 100%;
    cursor: not-allowed;
}

.calendar .monthTitle .prev{
    width: 30%;
    float: left;
    text-align: right;
}

.calendar .monthTitle .next{
    width: 30%;
    float: right;
    text-align: left;
}

.calendar .monthTitle .strong{
    width: 40%;
    float: left;
}

.calendar .monthTitle  a{
    font-size: 12px;
}

.ajaxSpinner{
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    z-index: 100000;
    background: black;
    width: 200px;
    height: 60px;
    overflow: hidden;
    padding: 10px;
    border-bottom-right-radius: 20px
}

.ajaxSpinner img{
    width: 30px;
    height: 30px;
}

.ajaxSpinner span{
    color: white;
    font-weight: normal;
    margin-left: 15px;
    line-height: 40px;
}

.oneDayList {
    margin-top: 20px;
}

.oneDayList .dayTitle{
    font-size: 120%;
    font-weight: bold;
    padding-top: 19px;
    text-align: center;
    text-decoration: underline;
}

.oneDayList .item{
    display: block;
    color: white;
    margin-top: 2px;
    line-height: 30px;
    padding-left: 15px;
    border-radius: 3px;
}

.oneDayList div.available{
    background-color: #2e8b57;
}

.oneDayList div.noAvailable{
    background-color: #f08080;
}

.oneDayList .item .date{
    width: 70%;
    float: left;
    padding-top: 4px;
}

.oneDayList .checkboxButton{
    width: 20%;
    float: right;
    text-align: right;
    padding-right: 5px;
}

.oneDayList .checkboxButton input{
    width: 20px;
    height: 20px;
    margin-top: 7px;
    border-color: silver;
}

.oneDayResult .dayTitle{
    font-size: 120%;
    font-weight: bold;
    padding-top: 19px;
    text-align: center;
    text-decoration: underline;
}

.oneDayResult{
    text-align: center;
}

.oneDayResult a.submit{
    width: 50%;
    display: block;
    text-align: center;
    margin-left: 25%;
    line-height: 33px;
    background: #17989d;
    color: white;
    border-radius: 5px;
    margin-top: 20px;
}

.oneDayResult .price {
    font-weight: bold;
    font-size: 110%;
}

input.checkbox.loading{
    opacity: 0.5
}

button.btn{
    border: none
}

.bottomTitle {
    font-size: 110% !important;
    text-decoration: underline !important;
    text-align: left !important;
}

.priceBox{
    background: #2e8b57;
    border: none;
    color: white;
    width: 80%;
    margin-left: 10%;
    border-radius: 7px;
    line-height: 32px;
    font-size: 110%;
    font-weight: 100;
    text-align: center;
    padding: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.bCode{
    background: #17989d;
    width: 100%;
    display: block;
    text-align: center;
    color: white;
    font-size: 110%;
    line-height: 30px;
    font-weight: 100;
    font-family: monospace;
    border-radius: 5px;
}

.bDate{
    font-family: monospace;
    background: #f5f5f5;
    padding: 2px 6px;
    border-radius: 5px;
}




.bOpen{
    text-align: center;
    color: white;
    background-color: #17989d;
    width: 100%;
    display: block;
    line-height: 30px;
    font-weight: bold;
    font-size: 13px;
    border-radius: 5px;
}

.bOpen .disabled{
    background-color: #66cdaa;
}

.bOpen:hover{
    color: white;
}

.bInfo{
    padding-top: 10px;
    text-align: center;
}

.bInfo .error{
    background: #cd5c5c;
    display: block;
    padding: 5px;
    color: white;
    font-size: 12px;
    border-radius: 5px;
    text-align: center;
}

.bInfo .success{
    background: #2e8b57;
    display: block;
    padding: 5px;
    color: white;
    font-size: 12px;
    border-radius: 5px;
    text-align: center;

}


.bInfo .loading{
    background: #ffdead;
    display: block;
    padding: 5px;
    color: black;
    font-size: 12px;
    border-radius: 5px;
    text-align: center;
}

.btn.btn-yellow:hover{
    color: white !important;
}

