body, #wrapper, #page-wrapper {
    height: 100%;
}

body {
    font-size: 15px;
    line-height: 1.6;
    /* Tomas chtel zmenu: 20200921 color: #ECC3AF; */
    color: #F2CED3;
}

.margin-top-5 {
    margin-top: 5px;
}

a {
    color: #F2CED3;
    /* Tomas chtel zmenu: 20200921 color: #ECC3AF; */
}

a:focus, a:hover {
    color: #ec9384;
}

body, #wrapper, .navbar-default {
    background: #101820;
}

#page-wrapper {
    background: #1e262e;
}

.panel-body {
    background: #101820;
}


.panel-footer, .panel-heading {
    background: #101820;
}

input[type="text"], textarea {
    color: #55595c;
    font-size: 16px;
}

form th, form td {
    vertical-align: top;
    font-weight: normal;
}

form th {
    text-align: right;
}

form .required label {
    font-weight: bold;
}

form .error {
    color: #D00;
    font-weight: bold;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus, .btn-display:hover, .btn-display:active, .btn-display:focus {
    /* Tomas chtel zmenu: 20200921
    background-color: #ECC3AF;
    border-color: #ECC3AF;
    */
    background-color: #F2CED3;
    border-color: #F2CED3;
    color: black;
    outline: none !important;
}

.btn-primary, .btn-display {
    background-color: #4D4D4D;
    border-color: #4D4D4D;
    /* Tomas chtel zmenu: 20200921
    color: #ECC3AF;
    */
    color: #F2CED3;
    outline: none !important;
    font-size: 16px;
}

.btn-default {
    background-color: #FDF2E3;
}

.nav li a:focus, .nav li a:active, .sidebar ul li a.active {
    /* Tomas chtel zmenu: 20200921
    background-color: #ECC3AF;
    */
    background-color: #F2CED3;
    color: #101820;
}

.nav li a:hover {
    background-color: rgba(236, 195, 175, 0.9);
    color: #101820;
}

.sidebar {
    margin-top: 80px;
}

.errors {
    list-style-type: none;
    padding: 5px;
}

.errors li {
    color: #ec9384;
}

.popover, .popover-title {
    background: #101820;
}

.popover .arrow {
    /* Tomas chtel zmenu: 20200921
    color: #ECC3AF;
    */
    color: #F2CED3;
}

.popover-title {
    /* Tomas chtel zmenu: 20200921
    border-bottom: 1px solid #ECC3AF;
    */
    border-bottom: 1px solid #F2CED3;
}

.panel-heading {
    font-size: 19px;
    font-weight: bold;
    background-color: #FDF2E3;
}

.panel-default > .panel-heading {
    background-color: #FDF2E3;
}

.panel-default {
    border: none;
}

.panel-default .table-responsive {
    border: none !important;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus,
.uneditable-input:focus {
    border-color: #f5f5f5;
    /* Tomas chtel zmenu: 20200921
    box-shadow: 0 0.5px 1px #ECC3AF inset, 0 0 4px #ECC3AF;
    */
    box-shadow: 0 0.5px 1px #F2CED3 inset, 0 0 4px #F2CED3;
    outline: 0 none;
}

.alert-error {
    color: #fff;
    background-color: #d9534f;
    border-color: #ac2925;
    margin-top: 10px;
}

/**
* Reservation
**/

.alert-reservation-success {
    color: #101820;
    background-color: #FDF2E3;
    border-color: #FDF2E3;
    margin-top: 10px;
}

.datepicker-reservation .datepicker,
.datepicker-frontend-reservation .datepicker
{
    margin: 0px auto;
    margin-bottom: 20px;
    font-size: 20px;
    width: 40%;
}

.agree-conditions {
    margin-top: 25px;
}

@media(max-width:992px){
    .datepicker-reservation .datepicker,
    .datepicker-frontend-reservation .datepicker
    {
        width: 80%;
    }
}

@media(max-width:470px){
    .datepicker-reservation .datepicker,
    .datepicker-frontend-reservation .datepicker
    {
        width: 100%;
    }
}

/**
* End reservation
**/

.navbar-brand {
    height: 90px;
}

.sidebar {
    margin-top: 90px;
}

.breadcrumb {
    margin-top: 20px;
    color: #ec9384;
    background-color: #55595c;
}

.navbar-top-links {
    margin-top: 30px;
}

.breadcrumb a:hover {
    color: #fff;
}

.form-none {
    display: none !important;
}

.alert-success {
    color: white;
    background-color: #346631;
    border-color: #346631;
}

.breadcrumb .active {
    color: #fff;
    opacity: 0.6;
}

#page-wrapper {
    border: none;
    padding-top: 20px;
}

.navbar-default {
    border: none;
}

.navbar-top-links li a:hover {
    background: #101820;
    color: #ec9384;
}

.pagination li a, .pagination .disabled a {
    border: none;    
    /* Tomas chtel zmenu: 20200921
    color: #ECC3AF;
    */
    color: #F2CED3;
    background-color: #101820;
}

.pagination li a:hover, .pagination li a:active, .pagination li a:focus, .pagination .disabled a:hover, .pagination .active a:hover {
    /* Tomas chtel zmenu: 20200921
    background-color: #ECC3AF;
    */    
    background-color: #F2CED3;
    color: #101820;
}

#side-menu li {
    border-bottom: none;
}

.pagination .active a {
    /* Tomas chtel zmenu: 20200921
    background-color: #ECC3AF;
    */    
    background-color: #F2CED3;
    color: #101820;
}

a:hover {
    text-decoration: none;
}

.modal-content {
    background-color: #101820;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.modal-header {
    /* Tomas chtel zmenu: 20200921
    background-color: #ECC3AF;
    */    
    background-color: #F2CED3;
    color: #101820;
    bordeR: none;
}

.modal-footer {
    border: none;
}

.panel-footer {
    border-top-color: #333;
}

/** Administration datepicker */
.datepicker-dropdown {
    background-color: #101820;
}

.datepicker-dropdown .day:hover, .datepicker-dropdown th:hover {
    color: #101820;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover {
    background-image: none;
    /* Tomas chtel zmenu: 20200921
    background-color: #ECC3AF;
    */    
    background-color: #F2CED3;
    color: #101820;
}

/** Reservation datepicker */
.datepicker {
    background-color: #101820;
    /* Tomas chtel zmenu: 20200921
    color: #ECC3AF;
    */    
    color: #F2CED3;
    border: none;
}

.datepicker--nav {
    border-bottom: none;
}

.datepicker--day-name, .-current- {
    color: #ec9384 !important;
    font-weight: bold;
}

.datepicker--cell.-disabled- {
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

/** Datetime picker */
.bootstrap-datetimepicker-widget {
    background-color: #101820;
    /* Tomas chtel zmenu: 20200921
    color: #ECC3AF;
    */    
    color: #F2CED3;
    
}

.bootstrap-datetimepicker-widget span:hover {
    /* Tomas chtel zmenu: 20200921
    background-color: #ECC3AF !important;
    */
    background-color: #F2CED3 !important;
    color: #101820 !important;
}

.picker-switch:hover, .day:hover, .next:hover, .prev:hover {
    /* Tomas chtel zmenu: 20200921
    background-color: #ECC3AF !important;
    */
    background-color: #F2CED3 !important;
    color: #101820 !important;
}

.label-from, .label-to {
    line-height: 2;
}

.font-bold {
    font-weight: bold;
}

.datepicker--cell-day:hover, .datepicker--nav-action:hover, .datepicker--nav-title:hover, .-other-month-:hover,
.datepicker--cell-day:active, .datepicker--nav-action:active, .datepicker--nav-title:active, .-other-month-:active
.datepicker--cell-day:focus, .datepicker--nav-action:focus, .datepicker--nav-title:focus, .-other-month-:focus,
.-selected-, .-focus- {
    color: #101820 !important;    
    /* Tomas chtel zmenu: 20200921
    background-color: #ECC3AF !important;
    */    
    background-color: #F2CED3 !important;
    
}

/*
.iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/
.iframe-wrapper iframe {
    width: 1100px;
    height: 1050px;
}

.form-horizontal .align-left {
    text-align: left;
}

.navbar-top-links li a:active, .navbar-top-links li a:focus {
    background-color: #101820;
    color: #ec9384;
}

.navbar-static-top {
    /* Tomas chtel zmenu: 20200921
    border-bottom: 1px solid #ECC3AF;     
    */
    border-bottom: 1px solid #F2CED3;
}

#side-menu {
    /* Tomas chtel zmenu: 20200921
    border-top: 1px solid #ECC3AF;
    */
    border-top: 1px solid #F2CED3;
}

input.labelauty + label {
    /* Tomas chtel zmenu: 20200921
    border-bottom: 1px solid #ECC3AF;
    */
    background-color: #F2CED3;
    color: #101820;
    font-size: 18px;
    padding-bottom: 18px;
    width: 100%;
}

.labelauty-unchecked, .labelauty-checked {
    width: 90%;
    text-align: center;
    display:none;
}

.voucher-message {
    margin-top: 15px;
}

input.labelauty:hover + label:hover, input.labelauty:checked + label {
    background-color: #ec9384 !important;
    color: #101820 !important;
}

.row-panel-body .row {
    margin-bottom: 10px;
    margin-top: 5px;
}

.panel-add-reservation .panel-heading {
    /* Tomas chtel zmenu: 20200921
    background-color: #ECC3AF;
    border-bottom-color: #ECC3AF;
    */    
    background-color: #F2CED3;
    border-bottom-color: #F2CED3;
    font-size: 16px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.panel-add-reservation .panel-body {
    font-size: 15px;
}

.panel-add-reservation .panel-body input.labelauty + label {
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 16px;
}

input.labelauty + label > span.labelauty-unchecked-image {
    background: url('../images/circle.png');
}

input.labelauty + label > span.labelauty-checked-image {
    background: url('../images/interface.png');
}

.display-none {
    display: none;
}

.panel-default {
    margin-bottom: 0;
}

.btn-facebook {
    background-color: #3b5998;
    color: white;
    position: relative;
    bottom: 2px;
    float: right;
}

.btn-facebook:hover, .btn-facebook:active, .btn-facebook:focus {
    background-color: #2c4762;
    outline: none !important;
    color: white;
}

.panel-multiple .room-open-time label {
    width: 100%;
}

.room-section {
    margin-top: 35px;
}

.select2-selection, .select2-container .select2-selection--single {
    height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}

.select2-container {
    color: black;
}

.occupied {
    background: grey;
    color: #000;
    margin-bottom: 5px;
    text-align: center;
    font-weight: bold;
    height: 46px;
    width: 100%;
    border-radius: 2px;
    font-size: 14px;
}

.occupied .unchecked-image-wrapper {
    float: left;
    text-align: left;
    position: relative;
    top: 6px;
    left: 8px;
}

.occupied .unchecked-image {
    background: url('../images/circle.png');
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: bottom;
}

.occupied .time {
    width: 90%;
    line-height: 16px;
    vertical-align: bottom;
    padding-top: 16px;
    margin-left: 15px;
    position: relative;
}

.panel-multiple .labelauty-unchecked {
    margin-left: 0px !important;
}

@media (min-width: 768px) {
    .navbar-right {
        margin-right: 0px;
    }
}

@media (max-width: 768px) {
    .navbar-top-links {
        text-align: center;
    }
    .sidebar {
        margin-top: 20px;
    }
    .btn-facebook {
        float: none !important;
    }
}

@media (max-width: 991px) {
    .room-section {
        text-align: center;
    }
}

.reservation-embed {
    position: absolute;
    left: 0;
    right: 0;
   /* background: url('../images/thechamber_background.png') !important;*/
    -webkit-background-size: 100% !important;
    -moz-background-size: 100% !important;
    background-size: 100% !important;
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
}

.open-times-wrapper {
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
}

.flex-item {
    margin: auto;
    width: 300px;
    padding-left: 30px;
    padding-right: 30px;
}

.flex-item .open-times {
    margin-top: 150px;
}

@media (max-width: 758px) {
    .flex-item .open-times {
        margin-top: 15px;
    }
}

.preloader {
    text-align: center;
}


/* NEW RESERVATION LAYOUT */

@media (min-width: 1300px) {
    .container {
        width: 1270px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1370px;
    }
}

@media (min-width: 1500px) {
    .container {
        width: 1470px;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1570px;
    }
}

@media (min-width: 758px) {
    .reservation-embed .reservation-panel {
        width: auto;
    }

    .open-times {
        padding: 0 10px;
    }

    .open-times .room-section {
        margin-left: -22px;
        margin-right: -22px;
    }

    .open-times .room-section .col-md-4 {
        width: 100%;
    }

    .open-times .room-section .col-md-8 {
        width: 100%;
    }

    .open-times .room-open-times input.labelauty + label > span.labelauty-unchecked-image,
    .open-times .room-open-times input.labelauty + label > span.labelauty-checked-image
    {
        /* display: none; */
    }

    label:active {
        background: black !important;
    }

    .panel-add-reservation .panel-body input.labelauty + label {
        font-size: 14px;
    }

    .open-times .room-title {
        text-align: center;
    }

    .open-times .unchecked-image-wrapper {
        display: none;
    }

}

@media (min-width: 758px) {
    label:active {
        background: none !important;
    }
}
