body {
    margin: 0;
    padding: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



.login-panel {
    margin-top: 20%;
    box-shadow: lightgrey 10px 10px 20px;
}

a {
    color: #0A246A;
}

.navbar-top-links li a.konfigo-link {
    padding-left: 2.3em;
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 1.8em;
}

.navbar-default .navbar-brand {
    font-size: 1.5em;
    color: #0A246A;
}


#page-wrapper {
    padding-top: 0.5em;
    padding-bottom: 8em;
}

#page-footer {
    background-color: #f8f8f8;
    border-top: 1px solid #e7e7e7;
    clear: both;
    margin-bottom: 0;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
    line-height: 30px;
    font-size: .8em;
    color: #727272;
}



.row-bottom {
}

.row-bottom > * {
    float: none;
    display: inline-block;
    vertical-align: bottom;
}


/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 9999;
    height: 3em;
    width: 3em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.logo-box {
    height: auto;
    display: table-cell;
    padding-right: 1em;
    vertical-align: top;
}

.dropdown-message {
    padding: 3px 20px;
}

.dropdown-menu .dropdown-message a {
    color: #128e9c;
}

.hotel-selector .dropdown-menu {
    top: 50%;
}



@media screen and (max-width: 992px) {
    .sidebar {
        display: none;
    }
}

.sidebar {
    margin-top: 70px;
}


.sidebar-fixed-bottom {
    position: fixed;
    width: 250px;
    right: 0;
    left: 0;
    bottom: 29px;
}

.sidebar-operators {
    width: 250px;
    margin: 0;
    padding: 0 0 .1em 0;
    background-color: #fff;
    border-color: #e7e7e7;
}

.sidebar-operators ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.sidebar-operators li {
    padding: 10px;
    background-color: #dff0d8;
}

.sidebar-operators h5 {
    padding: 15px 15px 5px 10px;
}

.sidebar-operators p {
    padding: 1em;
}

.status-online {
    color: green;
}

.status-offline {
    color: grey;
}


.sidebar-footer {
    width: 250px;
    margin: 0;
    padding: 1em;
    border-color: #e7e7e7;
}


.request-status {
    padding: 1em;
    border: 1px solid lightgrey;
    border-radius: 5px;
    margin-top: 2em;
    margin-bottom: 2em;
}

.request-status.inquiry {
    background-color: #eaeaea;
}

.request-status.offer {
    background-color: #AAFFAA;
}

.request-status.rejected {
    background-color: #FF9AA5;
}

.request-status.cart {
    background-color: lightyellow;
}

.request-status.confirmed {
    background-color: #D0E1FF;
}

.request-status.reservation {
    background-color: #d3b6d3;
}

.request-status.cancellation {
    background-color: #FFDFA3;
}

.request-status.cancelled {
    background-color: #FFDFA3;
}

input[type='checkbox'] {
    margin-right: .5rem;
}





.navbar-secondary {
    border-bottom: 1px solid #e7e7e7;
    /*line-height: 40px;*/
    background-color: #eee;
}

.navbar-secondary div {
    display: inline-block;
    vertical-align: middle;
}


.hotel-selector {
    width: 250px;

    line-height: 40px;
}

.hotel-selector a.dropdown-toggle {
    padding: 0 15px 0 15px;
}

.hotel-selector:hover {
    background-color: #aaa;
}
.hotel-selector:hover a.dropdown-toggle {
    color: #ffffff;

}


.hotel-selector ul.dropdown-menu {
    padding: 0;
}

.hotel-selector ul.dropdown-menu li a.dropdown-message {
    line-height: 2.5em;
    border-bottom: 1px solid #ddd;
    padding: 1em;
}

.hotel-selector ul.dropdown-menu li a.dropdown-message.active {
    font-weight: bold;
}


.breadcrumbs {
    background-color: #f8f8f8;
    /*margin: 0 0 0 250px;*/

}


/*Omezeni delky textu*/
.hotel-selector a.dropdown-toggle div {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 200px;
    white-space: nowrap;
    font-weight: bold;
}

@media screen and (max-width: 992px) {
    .breadcrumbs {
        display: none !important;
    }

    .hotel-selector, .hotel-selector .dropdown,  .hotel-selector .dropdown .dropdown-toggle {
        width: 100%;
    }

    .dropdown-toggle, .dropdown-toggle {
        display: block;
    }
}


.nav-pills.nav-breadcrumbs > li {
     position: relative;
     overflow: visible;
     border-right: 15px solid transparent;
     border-left: 15px solid transparent;
 }
.nav-pills.nav-breadcrumbs > li + li {
    margin-left: 0;
}
.nav-pills.nav-breadcrumbs > li:first-child {
    border-left: 0;
}
.nav-pills.nav-breadcrumbs > li:first-child a {
    border-radius: 0;
}
.nav-pills.nav-breadcrumbs > li:last-child {
    border-right: 0;
}
.nav-pills.nav-breadcrumbs > li:last-child a {
    border-radius: 0;
}
.nav-pills.nav-breadcrumbs > li a {
    border-radius: 0;
    background-color: #eee;;
}
.nav-pills.nav-breadcrumbs > li:not(:last-child) a:after {
    position: absolute;
    content: "";
    top: 0px;
    right: -20px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #eee;;
    z-index: 150;
}
.nav-pills.nav-breadcrumbs > li:not(:first-child) a:before {
    position: absolute;
    content: "";
    top: 0px;
    left: -20px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: #eee #eee #eee transparent;
    z-index: 150;
}
.nav-pills.nav-breadcrumbs > li:hover:not(:last-child) a:after {
    border-color: transparent transparent transparent #aaa;
}
.nav-pills.nav-breadcrumbs > li:hover:not(:first-child) a:before {
    border-color: #aaa #aaa #aaa transparent;
}
.nav-pills.nav-breadcrumbs > li:hover a {
    background-color: #aaa;
    color: #fff;
}
.nav-pills.nav-breadcrumbs > li.active:not(:last-child) a:after {
    border-color: transparent transparent transparent #428bca;
}
.nav-pills.nav-breadcrumbs > li.active:not(:first-child) a:before {
    border-color: #428bca #428bca #428bca transparent;
}
.nav-pills.nav-breadcrumbs > li.active a {
    background-color: #428bca;
}


label.required:after {
    content: ' *';
}



.panel-red .panel-title {
    min-height: 2em;
}

.panel-red .panel-title h2 {
    color: white;
}


/* Schovane sipky a stylovani u number inputu s classou no-spinner */
input[type="number"] {
    text-align: right;
    -moz-appearance: textfield;
}

input[type=number].no-spinner::-webkit-inner-spin-button,
input[type=number].no-spinner::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"].no-spinner {
    -moz-appearance: textfield;
}



.tooltip {
}

.tooltip-inner {
    max-width: 236px !important;
    /*font-size: 12px;*/
    padding: 1em;
    background: #bee8ed;
    color: #000000;
    border: 1px solid #cccccc;
    text-align: center;
}




/* topkurovy styl */
.panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel {
    border-radius: 0;
}

.panel-primary {
    border-color: #41adb0;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #41adb0;
    border-color: #41adb0;
}

.navbar {
    /*background-color: #35909b;*/
    background-color: #356868;
}

.navbar-header .navbar-brand, .navbar-header a, .navbar-right a {
    color: #fff;
}

nav.navbar div.navbar-header div {
    vertical-align: middle;
}


nav.navbar .mobile-menu-button {
    padding: 0.5em 0.5em 0.5em 1em;
    color: #ffffff;
    display: none;
}

@media screen and (max-width: 992px) {
    nav.navbar .mobile-menu-button {
        display: table-cell;
    }
}

nav.navbar .mobile-menu-button:hover, nav.navbar .mobile-menu-button:active {
    color: #ffffff;
}

nav.navbar div.navbar-header .dropdown-menu li a {
    padding: 10px 15px;
}


.navbar-header .navbar-brand:hover {
    color: #fff;
}

a, a:focus, a:hover {
    color: #128e9c;
}

.btn {
    border-radius: 0;
}

.btn-primary {
    background-color: #35909b;
    border-color: #35b4bf;
}

.btn-primary:hover {
    background-color: #317b86;
    border-color: #35b4bf;
}

.btn-outline {
    background-color: transparent;
}


.text-danger {
    color: #fc1c1c;
}


.alert {
    font-size: larger;
}



.btn-circle {
    border-radius: 100%;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-circle.btn-sm, .btn-group-sm > .btn-circle.btn {
    /*height: 1.8rem;*/
    /*width: 1.8rem;*/
    /*font-size: 0.75rem;*/
}

.btn-circle.btn-lg, .btn-group-lg > .btn-circle.btn {
    height: 3.5rem;
    width: 3.5rem;
    font-size: 1.35rem;
}

.btn-icon-split {
    padding: 0;
    overflow: hidden;
    display: inline-flex;
    align-items: stretch;
    justify-content: center;
}

.btn-icon-split .icon {
    background: rgba(0, 0, 0, 0.15);
    display: inline-block;
    padding: 0.375rem 0.75rem;
}

.btn-icon-split .text {
    display: inline-block;
    padding: 0.375rem 0.75rem;
}

.btn-icon-split.btn-sm .icon, .btn-group-sm > .btn-icon-split.btn .icon {
    padding: 0.25rem 0.5rem;
}

.btn-icon-split.btn-sm .text, .btn-group-sm > .btn-icon-split.btn .text {
    padding: 0.25rem 0.5rem;
}

.btn-icon-split.btn-lg .icon, .btn-group-lg > .btn-icon-split.btn .icon {
    padding: 0.5rem 1rem;
}

.btn-icon-split.btn-lg .text, .btn-group-lg > .btn-icon-split.btn .text {
    padding: 0.5rem 1rem;
}

.btn-secondary {
    color: #fff;
    background-color: #858796;
    border-color: #858796;
}


.datepicker table tr td, .datepicker table tr th {
    padding: 10px;
}

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


fieldset legend {
    margin-top: 1em;
}

@media only screen and (max-width: 992px) {
    #page-wrapper {
        margin: 0;
    }
}


/* Ajax loader */
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.loader:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: loader 1.2s linear infinite;
}
@keyframes loader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*
    Imported styles from bootstrap4
*/
.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-grid {
    display: grid !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}
.d-none {
  display: none !important;
}


@media (max-width: 767px) {
    .d-xs-inline {
        display: inline !important;
    }

    .d-xs-inline-block {
        display: inline-block !important;
    }

    .d-xs-block {
        display: block !important;
    }

    .d-xs-grid {
        display: grid !important;
    }

    .d-xs-table {
        display: table !important;
    }

    .d-xs-table-row {
        display: table-row !important;
    }

    .d-xs-table-cell {
        display: table-cell !important;
    }

    .d-xs-flex {
        display: flex !important;
    }

    .d-xs-inline-flex {
        display: inline-flex !important;
    }

    .d-xs-none {
        display: none !important;
    }
}


@media (min-width: 768px) {
    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-grid {
        display: grid !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }

    .d-sm-none {
        display: none !important;
    }
}



@media (min-width: 992px) {
    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-grid {
        display: grid !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }

    .d-md-none {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-grid {
        display: grid !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }

    .d-lg-none {
        display: none !important;
    }
}


/*checkbox toggle z noveho bootstrapu*/
.form-check {
    display: block;
    min-height: 1.5rem;
    /*padding-left: 1.5em;*/
    margin-bottom: 0.125rem;
    padding-right: 0.7em;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.form-check-input[type=checkbox] {
    border-radius: 0.25em;
}
.form-check-input[type=radio] {
    border-radius: 50%;
}
.form-check-input:active {
    filter: brightness(90%);
}
.form-check-input:focus {
    border-color: #a2a2a2;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(161, 161, 161, 0.25);
}
.form-check-input:checked {
    background-color: #44b045;
    border-color: #228d23;
}
.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
    background-color: #44b045;
    border-color: #228d23;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    opacity: 0.5;
}

.form-switch {
    /*padding-left: 2.5em;*/
}
.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none;
    }
}
.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}

/* Z noveho bootstrapu */
.border         { border: 1px solid #dee2e6 !important; }
.border-top     { border-top: 1px solid #dee2e6 !important; }
.border-right   { border-right: 1px solid #dee2e6 !important; }
.border-bottom  { border-bottom: 1px solid #dee2e6 !important; }
.border-left    { border-left: 1px solid #dee2e6 !important; }

.border-0        { border: 0 !important; }
.border-top-0    { border-top: 0 !important; }
.border-right-0  { border-right: 0 !important; }
.border-bottom-0 { border-bottom: 0 !important; }
.border-left-0   { border-left: 0 !important; }





.modal-backdrop {
    /* bug fix - no overlay */
    /* pri zavreni modalu zustava tmave pozadi */
    /*display: none;*/
}

/* Globalni potvrzovaci dialog (modal) */
#mainConfirmDialog .modal-footer a {
    width: 200px;
}

.toggle-container {
    display: flex;
    align-items: center;
    min-width: 300px;
}

.toggle-input {
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute;
}

.toggle-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 10px;
    min-width: 200px;
    justify-content: space-between;
}

.toggle-switch {
    position: relative;
    display: block;
    width: 45px;
    height: 23px;
    background: red;
    border-radius: 30px;
    transition: background-color 0.3s;
}

.toggle-switch:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 17px;
    height: 17px;
    background: #fff;
    border-radius: 50%;
    transition: 0.3s;
}

.toggle-input:checked + .toggle-label .toggle-switch {
    background: #4CAF50;
}

.toggle-input:checked + .toggle-label .toggle-switch:after {
    left: calc(100% - 3px);
    transform: translateX(-100%);
}

.toggle-text {
    font-size: 16px;
}

.switch-field label {
    padding: 4px 4px 2px 4px !important;
}

.wellness-table-column, .kur-table-column {
    width: 150px !important;
}
