img {
    max-width: 100%;
}
.content-header h1 {
    font-size: 1.6rem;
}
.prop-table table tr td:last-child .row {
    display: block;
}
.prop-table table tr td:last-child .row > div {
    display: inline-block;
    width: fit-content;
    width: -moz-fit-content;
    padding: 0;
    margin-left: 7px;
}
.hint-box span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: 3px;
}
.half {
    position: relative;
    overflow: hidden;
}
.half::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
}

.half-in::before {
    left: 0;
    transform: rotate(-45deg) translateY(-100%);
}
.half-out::before {
    right: 0;
    transform: rotate(135deg) translateY(-100%);
}
.date-wrapper-new{position:relative;overflow:hidden;}
.singlebook{position:relative;overflow:hidden;}
span.checkin {
    left: 4px;
    transform: rotate(-43deg) translateY(-100%);
    width: 60px;
    height: 40px;
    display: block;
    position: absolute;
    top: 16px;
	background:#cddc39!important;
}
span.checkout{
	right: 4px;
    transform: rotate(136deg) translateY(-100%);
    width: 60px;
    height: 40px;
    display: block;
    position: absolute;
    bottom: 16px;
}
span.checkin:hover{background:#afb42b!important;z-index:10;}
span.checkout:hover{background:#3081c1!important;z-index:10;}
.dayinfo{position:relative;z-index:9;color:#fff;}
div.date-empty-wrapper {
    background-color: #dadadb;
}
.login-box, .register-box {
    width: 500px;
    max-width: 90%;
}
.table-grid .card-body {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.account-show-key,
.account-hide-key {
    cursor: pointer;
}
.items-end {
    align-items: flex-end;
}
.c-4 {
    column-count: 4;
}
.over-block {
    max-height: 150px;
    overflow-y: auto;
}
.over-block-large {
    max-height: 300px;
}
.photo-block {
    position: relative;
    cursor: pointer;
}
.photo-block .btn {
    position: absolute;
    right: 5px;
    top: 5px;
}
.modal {
    top: 60px;
}
.main-header {
    z-index: 1042;
}
.control-sidebar {
    position: fixed;
    height: 100vh;
    overflow-x: auto;
    top: 0;
    padding-bottom: 60px;
    z-index: 1041;
    width: 370px;
}
.control-sidebar::before {
    display: none;
}
.calendar-table th, .calendar-table td {
    padding: 0;
    height: 40px;
    width: 40px;
    vertical-align: middle;
}
.calendar-table td {
    border: 1px solid #dee2e6;
}
.bookcheckout{
	background:#007bff!important;left: 4px;
    transform: rotate(-43deg) translateY(-100%);
    width: 60px;
    height: 40px;
    display: block;
    position: absolute;
    top: 16px;
}
.bg-warning.closeddt:hover{background:#f39c12!important;}
.room_box{display:flex;min-height:55px;align-items:center;}
div.day-item{
	height: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    max-width: 51px;
    margin: 3px;
	border:1px solid #f5f5f5;
	min-width:51px;
}
div.day-item .bookcheckout{
	width:71px;
	top:17px;
	left:4px;
	transform: rotate(-44deg) translateY(-100%);
}
.cleaner_cal div.day-item{
	width: 63px;
	width:100%;
	height:50px;
	max-width:63px;
	position:relative;
}
.cleaner_cal .bookcheckout{
    width: 90px;
	top:40%;
	left:0px;
	transform: rotate(-39deg) translateY(-100%);
}
.cleaner_cal div.day-item span.checkin{
	width: 90px;
	top:40%;
	left:0px;
	transform: rotate(-39deg) translateY(-100%);
}
.cleaner_cal div.day-item span.checkout.closeddt{
	bottom: 30%;
}
.cleaner_cal div.day-item span.checkout{
	width: 90px;
    bottom: 41%;
    right: 0px;
    height: 50px;
	transform: rotate(141deg) translateY(-100%);
}
div.day-item span.checkin{
  width:71px;
  top:17px;
  left:4px;
  transform: rotate(-44deg) translateY(-100%);
}
div.day-item span.checkout{
  width:71px;
  bottom:17px;
  right:4px;	
}
#propCalendars .weekDaysName .col.px-2.text-center{max-width:57px;}
.scroll-div .calendarDaysPrice .dates-prices-field{min-width:51px;margin:3px;max-width:51px;}
[class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-treeview{font-size:13px;}
#cke_notifications_area_content,.cke_notifications_area{display:none!important;}