body {
    color: #121212;
    background-color: #f2f2f2;
}
.navbar-inverse {
    background-color: #1565C0;
    border-bottom: 4px solid #0D47A1;
}
.navbar-title {
    font-size: 20px;
    color: #e0e0e0;
    text-decoration: none;
    padding: 0 24px 0 0;
    line-height: 70px;
    height: 70px;
}
.navbar-title:hover, .navbar-title:visited, .navbar-title:active {
    color: #fff;
    text-decoration: none !important;
}
.navbar-nav {
    float: right;
}
.navbar-collapse:not(.in):not(.collapsing) .navbar-nav li > a:after {
    height: 0;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background-color: #1976D2;
}
.navbar-collapse:not(.in):not(.collapsing) .navbar-nav li.active > a {
    background-color: #0D47A1;
}
.navbar-collapse:not(.in):not(.collapsing) .navbar-nav li > a {
    transition: none;
}
.reservation {
    margin-top: 48px;
    margin-bottom: 48px;
}
.content {
    background-color: #fff;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    padding: 24px;
}
.form-control {
    background-color: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    box-shadow: none;
    height: auto;
    padding: 12px 24px 12px 24px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff;
}
.form-control:focus {
    border-color: #1976D2;
    box-shadow: none;
}
.datepicker:hover, .timepicker:hover {
    border-color: #1976D2;
    cursor: pointer;
}
.btn.btn-primary {
    background-color: #1565C0;
    border: 0;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    padding: 12px 32px 12px 32px;
}
.btn.btn-primary:hover {
    background-color: #323232;
}
.picker--opened .picker__holder {
    border: 1px solid #1976D2;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    margin: 8px 0 0 0;
}
.picker--focused .picker__day--disabled, .picker__day--disabled, .picker__day--disabled:hover, .picker__day--outfocus, .picker__weekday, .picker__year {
    color: #9e9e9e !important;
}
.picker--focused .picker__day--highlighted, .picker__day--highlighted:hover, .picker__day--infocus:hover, .picker__day--outfocus:hover, .picker--focused .picker__day--selected, .picker__day--selected, .picker__day--selected:hover {
    color: #fff !important;
    background-color: #1976D2 !important;
}
.picker__day--today:before {
    border-top-color: #fff !important;
}
.picker__nav--next:hover, .picker__nav--prev:hover {
    color: #1976D2 !important;
    background-color: transparent !important;
}
.picker__footer {
    margin-bottom: 12px;
}
.picker__button--clear:hover, .picker__button--close:hover, .picker__button--today:hover {
    background-color: #f5f5f5 !important;
    border-bottom: 1px solid transparent !important;
}
.account {
    width: 640px;
}
@media (max-width: 575.98px) {
    #layout-nav {
        padding-left: 24px;
        padding-right: 24px;
    }
    #layout-content {
        margin-left: 24px;
        margin-right: 24px;
    }
}