
/* This has to be wireframe as possible*/
.aw_entities .aw_entity_list {
	background: #ccc;
	float: left;
	width: 100%;
}

.aw_entities .aw_entity {
	float: left;
	position: relative;
	display: block;
	width: 25%;
}

.aw_entities .aw_entity .aw_enabled {
	background: #64a764;
	font-size: 10px;
	padding: 5px;
	border-radius: 4px;
}

.aw_entities .aw_entity .aw_enabled.disabled {
	background: #bb5e5e;
}

.aw_entities .aw_entity_inner a {
	padding: 20px;
	display: block;
	border: 1px solid #888;
}

.aw_entities .aw_actions {
	position: absolute;
	top: 3px;
	right: 5px;
}

.aw_entities i {
	cursor: pointer;
	font-size: 80%;
}

.aw_entities .modal_inner {
	width: 500px;
	min-height: 80px;
}

.awclearfix {
	clear: both;
}

.aw_bookings table {
	width: 100%;
}

.aw_bookings table tfoot input {
	width: 100%;
}

.aw_bookings table th, .aw_bookings table td {
	text-align: left;
	border-bottom: 1px solid #ddd;
}

#aw_settings label {
	font-weight: 600;
	font-size: 13px;
}

#aw_settings .modal_inner {
	top: 0;
	position: absolute;
}

#aw_settings.glob_modal .hide_global {
	display: none;
}

#aw_settings.ent_modal .hide_entity {
	display: none;
}

.aw_book_it .fc-day {
	cursor: pointer;
}

.aw_book_it .fc-day.disabled {
	background: #f9cece !important;
}

.aw_book_it .fc-day.active {
	background: #d0fdff !important;
}

.aw_book_it_notifications {
	position: fixed;
	bottom: 0;
	text-align: center;
	background: #d8d8d8;
	width: 100%;
	margin: 0;
	padding: 0px;
	z-index: 9999;
}

.aw_book_it_notifications .success, .aw_book_it_notifications .error {
	padding: 10px;
	margin: 0;
	border: 0;
	box-shadow: none;
	background: #a76464;
	color: #fff;
}

.aw_book_it_notifications .success {
	background: #64a764;
}

.cancel_amend_btn {
	width: 100%;
	display: block;
	background: #696969;
	margin-top: 20px;
	text-align: center;
	text-decoration: none;
	padding: 8px 0;
	border-radius: 4px;
	color: white;
}

.aw_book_it .clearfix::after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
}

.aw_book_it .adminReserved, .aw_book_it .cancelled {
	background: #fbe6e6;
}

.aw_book_it .small_text {
	font-size: 80%;
}
