﻿body, html { background-color: #f2f2f2; }
header { background-color: #dbe3e7; }
header .menuzord { background-color: transparent; }
    header .menuzord.red .menuzord-menu > li.active > a, header .menuzord.red .menuzord-menu > li:hover > a, header .menuzord.red .menuzord-menu ul.dropdown li:hover > a { color: #0497d5; }
    header .menuzord-menu > li.active { background-color: #fff; }
div.box { background-color: #fff; padding: 25px 15px; border-radius: 3px; margin: 3px; margin-top: 15px; }

h3 { margin-top: 0px; }
.caption { font-weight: bold; }
.alert { margin-top: 20px; }

#banner { margin: 0; }
#breadcrumbs, .banners-left, .banners-right, .topcontent { display: none; }

/* Calendar */
.calendar-nav { font-size: 0; margin: 15px 0; }
    .calendar-nav > div { display: inline-block; width: 50%; text-align: center; font-size: 17px; font-weight: bold; }
    .calendar-nav > div:first-child { text-align: left; width: 25%; }
    .calendar-nav > div:last-child { text-align: right; width: 25%; }
.calendar-weekdays { font-size: 0; }
    .calendar-weekdays > div { display: inline-block; width: 14.285%; height: 40px; text-align: center; border: 1px solid #DBE3E7; vertical-align: top; padding-top: 10px; font-size: 13px; border-left: none; border-bottom: none; background-color: #0497D5; color: #fff; font-weight: bold; }
        .calendar-weekdays > div:first-child { border-right: 1px solid #dedede; border-left: 1px solid #dedede; }

    .day { display: inline-block; width: 14.285%; height: 40px; text-align: center; border: 1px solid #DBE3E7; vertical-align: top; padding-top: 10px; font-size: 13px; border-left: none; border-bottom: none; }
    .day.disabled { background-color: #ff6a00; background-color: #DBE3E7; }
    .day.fullbooked { background-color: #ff6a00; }
    .day.empty { background-color: #fff; }
        .day.bookingavailable { background-color: #0dc10b; cursor: pointer; color: #fff; }

div > .day:first-child { border-right: 1px solid #dedede; border-left: 1px solid #dedede; }

input[type=number] { padding: 5px 8px; text-align:center; max-width: 70px; }


table.boattripdays th { font-size: 11px; padding: 3px; }
table.boattripdays td > .day { font-size: 11px; height: initial; width: 15px; border: none; }
table.boattripdays tr td { padding: 2px; text-align: center; }
table.boattripdays tr td:first-child { padding: 6px; font-size: 12px; text-align: left; }
    table.boattripdays tr td.disabled { cursor: default; background-color: #c7c7c7; }
table.boattripdays tbody tr { cursor: pointer; }

.general-total { text-align: center; font-size: 18px; }

.mt-3 { margin-top: 15px; }

@media (max-width: 768px) { /*.day { display: block; width: initial; }
    .day.disabled { display: none; }*/ }
