

.force-overflow {
	min-height: 450px;
}

.list-add button{
	background-color: #f88282;
	border: none;
	padding: 10px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	float: right;
	margin-bottom: 30px;
}

.list-edit {
	text-align: right;
}

.list-edit i{
	color: #404746;
	font-size: 20px;
	margin-left: 10px;
	margin-top: 10px;
}

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

.border-top {
	border-top: 1px solid #efefef;
}

.hotel-overview {
	margin-top: 20px;
}

.hotel-overview .search-input{
	margin-top: 25px;
}

.hotel-overview .header {
	background-color: #f88282;
	color: #fff;
	text-align: center;
	margin-bottom: 0px;
}

.hotel-overview .header .border-left{
	border-left: 1px solid #fff;
}

.hotel-overview .item{
	text-align: center;
	border-bottom: 1px solid #b7b7b7;
	border-right: 3px solid #b7b7b7;
	border-left: 3px solid #b7b7b7;
}

.hotel-overview .item .first-row {
	cursor: pointer;
}

.hotel-overview .item .first-row h4{
	color: #02b5b4;
}

.hotel-overview .item .second-row h4{
	cursor: pointer;
	font-size: 14px;
}

.hotel-overview .item .border-top {
	margin-top: 0px;
	border-top: 1px solid #b7b7b7;
}

.hotel-overview .item .border-left {
	border-left: 1px solid #b7b7b7;
}

.room-overview .col-lg-1 {
	width: 14.28571428571429%;
	display: inline-block;
	text-align: center;
	border: 2px solid #fff;
}

.room-overview .calendar .not-empty {
	background-color: #efefef;
}

.room-overview .calendar h5 {
	background-color: #02b5b4;
	width: 30px;
	height: 30px;
	font-size: 16px;
	padding-top: 6px;
	border-radius: 50%;
	color: #fff;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 768px) { 
	
	
}

@media screen and (min-width: 768px) and (max-width: 992px) { 
	
	.left-minus-10{
		margin-left: -10px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1200px) { 
	
}

@media screen and (min-width: 1200px) { 
	
}