.theme-red .topnavbar .nav-wrapper {
    background-color: #578adb;
}

.theme-indigo .topnavbar .navbar-header {
    background-color: #578adb;
}

.topnavbar .navbar-header .brand-logo-collapsed>img, .topnavbar .navbar-header .brand-logo>img {
    max-width: 340px;
	max-height:45px;
}

.aside-collapsed-text .wrapper>.aside, .aside-collapsed-text .wrapper>.aside>.aside-inner {
    width:125px;
}

.aside-collapsed-text .sidebar>.nav>li {
    width:125px;
    padding: 0 2px;
}

.dark .sidebar {
    background-color: #578adb;
}

.dark .sidebar .nav > li > a, .dark .sidebar .nav > li > .nav-item {
    color:#fff;
}

.aside-collapsed-text .sidebar>.nav>li>.nav-item>span, .aside-collapsed-text .sidebar>.nav>li>a>span {
    padding-top: 3px;
}

.dark .sidebar .nav > li:hover, .dark .sidebar .nav > li:focus {
    background-color: #292929;
}



.jsgrid-pager-page, .jsgrid-pager-nav-button {
    padding: 0.5em .8em;
    background-color: #333;
    color: #fff;
    margin: 0px 3px;
    border-radius: 5px;
}

.jsgrid-pager-current-page {
    background-color: #578adb !important;
}

.jsgrid-pager-page a, .jsgrid-pager-nav-button a {
    color: #fff;
}

.jsgrid-pager {
    padding: 1.5em 0;
}

.jsgrid-selected-row, .jsgrid-selected-row td {
    background: #ffdde2 !important;
    border-bottom-color: #ffdde2 !important;
}

.filter-top {
    background-color: #578adb;
    border-color: #578adb;
    border-radius: 5px !important;
    margin: 2px 1px;
}

.filter-top-clear {
    clear: both;
    height: 10px;
}

.filter-top-p {
    margin-top: 10px;
}

.filter-top.active {
    background-color: #FF9800 !important;
    border-color: #FF9800 !important;
}

.dialog {
    display: none;
	max-width:100vw;
}

.ui-dialog {
    border-radius: 5px !important;
    padding:0 !important;
    z-index: 135;
}

.ui-dialog .ui-dialog-content {
    overflow: hidden;
}

.ui-dialog-titlebar {
    background-color: #578adb;
    color: #fff;
}

.ui-dialog .ui-dialog-titlebar-close { /* remove default close jUi */
    background:none;
    border:0;
}
.ui-dialog-titlebar-close {
    position:relative;
    float:right;
}
.ui-dialog-titlebar-close:after {
    position: absolute;
    font-family: Font Awesome\ 5 Pro;
    font-size: 1.5em;
    top:-5px;
    right:2px;
    content: "\f00d ";
}


.cl {
    clear: both;
}

.ui-tabs-nav {
    border: none !important;
    background-color: #fff !important;
}

.ui-tabs {
    border: none !important;
}

.ui-tabs-tab {
    background-color: #578adb !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: none !important;
    color: #fff;
}

.ui-tabs-tab a {
    color: #fff !important;
}

.ui-tabs-tab:hover {
    background-color: #fb483a !important;
}

.ui-tabs-active {
    background-color: #FF9800 !important;
}

.error {
    border: 2px solid red !important;
}

.jsgrid-grid-body {
    height: auto !important;
}

#terms-error {
    border:none !important;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none;
}

.cloud-item {
  width: 15% !important;
}
@media (min-width: 1600px) {
  .cloud-item {
    width: 12.5% !important;
  }
}
.cloud-item .card-height {
  height: 210px !important;
  /* max-height: 220px !important; */
}


.index-dashboard .widget {
    min-height: 108px;
}

.table thead tr th  {
    font-weight: bold !important;
}

.dataTables_filter {
    background-color: #a7193024;
    padding: 10px;
}

.dt-buttons + .dataTables_filter {
    width: 50%;
    float: right;
	/*
    margin-bottom: 100px;
    margin-top: -80px;
	*/
}

.filter-clients {
    margin-bottom: 40px;
}

.dt-button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #FF9800;
    border-color: #FF9800;
    border-radius: 5px !important;
    margin: 5px 1px;
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    font-size: 13px;
    outline: none;
}

.buttons-columnVisibility {
    background-color: #fff;
    border-color: #578adb;
    color: #578adb;
    /*float: left;*/
}

.buttons-columnVisibility.active {
    background-color: #578adb;
    border-color: #578adb;
    color: #fff;
}
/*
.buttons-columnVisibility + .buttons-csv {
    float: left;
    clear: both;
    display: block;
}
*/
.dataTables_filter label {
    width: 100%;
}

.dataTables_filter input[type="search"] {
    width: 70%;
    padding: 10px;
    font-size: 14px;
    height: 50px;
    background-color: transparent !important;
}

.dataTable  td.clickable-td-parent:hover {
    background-color: #a7193024 !important;
    cursor:pointer;
}

.dataTable  td.red-td-parent {
    background-color: #a7193024 !important;
}

.arrived {
    background-color: #e0ffe0 !important;
}

.check-arrival {
    cursor:pointer;
}

.event-list {
    background-color: #578adb;
    color: #fff;
    padding: 40px 60px;
    display: inline-block;
    font-size: 24px;
    border-radius: 10px;
    margin: 10px;
}

.event-list:hover {
    background-color: #0c0c0c;
    color: #fff;
}

.me-chat-box {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}

.languages {
    text-align: right;
}

.languages a {
    display: inline-block;
    margin-left: 5px;
}

.languages a img {
    height: 20px;
}


.custom-check-container {
    display: inline-block;
    position: relative;
    background-color: #FF9800;
    padding: 8px 10px 8px 35px;
    border-radius: 5px;
    margin-right: 4px;
    color: #fff;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-check-container.disabled {
    background-color: #F44336 !important;
    padding: 8px 10px;
}

/* Hide the browser's default radio button */
.custom-check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.custom-check-container .checkmark {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.custom-check-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.custom-check-container input:checked ~ .checkmark {
    background-color: #22bd98;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.custom-check-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-check-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.custom-check-container .checkmark:after {
    top: 4px;
    left: 4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}


.kroky h2 {
    background-color: #22bd98;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 5px;
}

.fc-scroller.fc-day-grid-container {
    overflow-y: hidden !important;
}

.fc-icon.fas {
    font-family: Font Awesome\ 5 Pro !important;
}

.fc-button-group {
    padding-top: 10px;
}

#reservation-calendar .fc-day-number {
    float: right;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;

}

#reservation-calendar .fc-day-top {
    cursor:pointer;
    color:#000;
    background-color:#fff !important;
    border: 1px solid #ddd;
}

#reservation-calendar .fc-day-top.fc-today {
    background: #fcf8e3 !important;
}

#reservation-calendar .fc-day-top:hover {
    cursor:pointer;
    color:#fff;
    background-color:#22bd98 !important;
}

#reservation-calendar .fc-row.fc-week.fc-widget-content {
    height:46px!important;
}

#reservation-calendar .fc-scroller {
    height:initial!important;
}



#reservation-calendar .fc-day-top.selected {
    color:#fff;
    background-color:#FF9800 !important;
}

#reservation-calendar .fc-day-top.fc-other-month.fc-past {

}

#reservation-calendar .fc-basic-view .fc-body .fc-row {
    min-height: auto !important;
}

#reservation-calendar .fc th, #reservation-calendar .fc td {
    border-color: #fff !important;
}

.fc-day-header a {
    color: #000;
}

.filters {
    margin-top:1.5rem;
}

.filters .filter-group {
    /*margin-bottom:3rem;*/
    margin-right:5rem;
    display:inline-block;
}

.filters .filter-group:last-child {
    margin-bottom:0;
    margin-right:0;
}

.breadcrumb {
    /*margin-top: -70px !important;*/
    display: none !important;
}

@media (max-width: 424px) {
    .topnavbar .navbar-header .brand-logo-collapsed>img, .topnavbar .navbar-header .brand-logo>img {
        max-width: 200px !important;
    }
}

@media (max-width: 767px) {
    .nav-wrapper .nav.navbar-nav.navbar-right {
        color: #fff !important;
    }
    .theme-red .topnavbar .navbar-nav > li > a, .theme-red .topnavbar .navbar-nav > .open > a {
        color: #fff !important;
    }
    .theme-red .topnavbar {
        background-color: #578adb;
    }
    .topnavbar .show-menu > li > a {
        padding-top: 10px;
        padding-bottom: 8px;
    }
    .topnavbar .navbar-right > li > a {
        padding-top: 0;
        padding-bottom: 8px;
    }
}

label.error {
	border:0 !important;
}

/* singleRoom */

.singleRoom {
	display:flex;
    align-items: baseline;
	position:relative;
	margin-bottom:15px;
	padding:15px;
	border:1px #ccc solid;
    border-radius:5px;

    transition:all .2s;
}

.singleRoom.selected {
	background-color: #e5fbe5;
    border-color:green;
}


.singleRoom h3 {
    margin-top:0;
    transition:all .2s;
    font-size:22px;
    font-weight:600;
}

.singleRoom.selected h3 {
    color:green;
}

.singleRoom-checkbox input[type=checkbox] {
	opacity:1;
	position:relative;
	left:0;
}

.singleRoom-description {
	padding-left: 15px;
}

.singleRoom-description.final-step {
	padding-right:30px;
	margin-bottom:15px;
}

.singleRoom-description table {
	width:100%;
}

.singleRoom-description  table tbody th, .singleRoom-description  table tbody td {
	padding:2px 15px 2px 0;
}

.singleRoom-description  table tbody th {
	font-weight:700;
}

.singleRoom-label {
    cursor:pointer;
}

.singleRoom-label:hover {
    color:orange;
}

.singleRoom .pristelkaPrice {
    color:#888;
    font-weight:700;
    font-size:14px;
}

.singleRoom .pristelkaCheckbox {
    position: relative;
    left: 0;
    opacity: 1;
    margin:0;
}

.singleRoom .pristelkaCheckbox-wrapper {
    display:flex;
    align-items: center;
    cursor:pointer;
}

.singleRoom .pristelkaCheckbox-wrapper > span {
    padding-left:8px;
}

.singleRoom .pristelkaCheckbox-wrapper:hover {
    color:orange;
}

.singleRoom .pristelkaCheckbox:checked + span .pristelkaPrice {
    color:green;
}

.maintenance-log {
	max-height: 300px;
	overflow-y: scroll;
}

.maintenance-log .maintenance-log-item {
	border-bottom: #ccc 1px solid;
	padding: 15px 0;
}

.maintenance-log .maintenance-log-item .description {
	display:block;
}

.maintenance-log .maintenance-log-item .date {
	font-size:12px;
}

.maintenance-log .maintenance-log-item .actions {
	margin-top:10px;
}

.guests-adults, .guests-children {
	max-height: 300px;
	overflow-y: scroll;
}

.guest-adults-item, .guest-children-item {
	border-bottom: #ccc 1px solid;
	padding: 15px 0;
}

.guest-adults-item h4, .guest-children-item h4 {
	margin:0;
	padding:0;
	font-size:17px;
}

#tabs-5-rez {
	overflow-y: scroll;
	max-height:350px;
}

#tabs-5-rez table tr td {
	padding-bottom:5px;
}

a.btn {
	color:white;
}

/* Gallery */
.gallery .reorder_ul {
	list-style-type: none;
	padding-left:0;
}
.gallery .reorder_ul li {
	display:inline-block;
	margin:5px;
}
.gallery .reorder_ul li a {
	display:block;
	height:120px;
	padding:5px;
	border: 1px #ccc solid;
	border-radius:2px;
}
.gallery .reorder_ul li a img {
	height:100%;
}

.ui-sortable-handle.delete {
	position:relative;
}

.ui-sortable-handle.delete::after {
	position:absolute;
	content:" ";
	background-color:rgba(0,0,0,0.5);
	left:0;
	right:0;
	bottom:0;
	top:0;
	
	background-image:url("/assets/images/crossclose.png");
	background-repeat: no-repeat;
	background-position: center; 
	background-size: 30px;
	border-radius:2px;
	
	transition: all .2s;
}

.ui-sortable-handle.delete:hover::after {
	background-color:rgba(0,0,0,0.6);
	background-size: 40px;
	cursor:pointer;
}

/* Timeline */

.timeline-table td.weekend {
	background-color: #FFF9C4;
}

.timeline-table td, .timeline-table th {
	text-align: center; 
    vertical-align: middle;
}

.timeline-table {
	min-width:1900px;
}

.timeline-table tbody tr {
	height:100px !important;
	min-height:100px;
	max-height:100px;
}

.timeline-table tbody tr td {
	height:100px !important;
	min-height:100px;
	max-height:100px;
}

td.timeline-reservation > div.reservation-draggable {
	height:98px !important;
	display:flex;
	flex-direction:column;
	text-align:left;
	justify-content: center;
}

td.border-left {
	border-left:1px solid #eee;
}

td.border-right {
	border-right:1px solid #eee;
}

/* Public reservation */

.singleRoom-gallery .singleRoom-gallery-image {
	display:inline-block;
	width:120px;
	height:120px;
	border: 1px solid #eee;
	margin-right:5px;
	border-radius:2px;
}

.singleRoom-gallery .singleRoom-gallery-image img {
	padding:5px;
	width:100%;
	height:100%;
	object-fit: cover;
}

label.error {
	color:red!important;
}

.add-button {
	position:absolute;
	right:0;
	top:0;
	z-index:1;
}
html {
	scroll-behavior: smooth; 
}

.input-group {
	table-layout:fixed;
}

.input-group.addon-line .input-group-addon {
	width:30px;
}

.navbar-nav .wubook {
    color:white;
    height:66px;
    display:inline-flex;
    align-items: center;
}

@media (max-width:767px) {
    .navbar-nav .wubook {
        display:none;
    }
}

.timeline-table .room-name {
    
}

.timeline-table .room-name span {
    display:block;
    font-size:14px;
    line-height:18px;
    text-align: left;
    font-weight:600;
}

.timeline-reservation .res-detail {
    background-color: rgba(255,255,255,.6);
    color:#333;
    padding:0px 3px;
    border-radius:3px;
    border:2px solid rgba(255,255,255,.6);
}

.timeline-reservation .res-detail:hover {
    border:2px solid yellow;
    background-color: rgba(255,255,0,.6);
    color:#000;
}

.timeline-reservation {
    white-space: nowrap;
    position:relative;
}

.timeline-reservation:hover { 
    z-index:1;
    min-width:120px;
}

.timeline-reservation:hover .reservation-draggable { 
    min-width:80px!important;
    opacity:0.95;
}

.timeline-reservation:hover .reservation-draggable.ui-draggable-dragging {
    min-width:100%!important;
    opacity:1;
}

.row {
    display:flex;
    flex-wrap:wrap;
}

.company-badge {
    display:flex;
    align-items: center;
}

.company-badge .company-color {
    width:20px;
    height:20px;
    background-color: #000;
}

.company-badge .company {
    display:inline-block;
    padding-left:8px;
    font-weight:600;
}

.res-dates {
    display:flex;
    flex-direction:column;
}

.btn-default i {
    color:black;
}

.checklist {
    display: flex;
    flex-direction: column;
}

.checklist-item {
    display:flex;
    align-items: baseline;
    margin-bottom:10px;
}

.checklist-item i {
    width:30px;
    text-align: center;
}