b {
	font-weight: bold;
}


#calendarContainer .table-responsive {
	clear: both;
	border: 0 !important;
}

#calendarContainer .table-element {
	border: 1px solid #d2d2d2 !important;
}

#calendarContainer .table-element a:hover {
	text-decoration: none;
}

#calendarContainer .table-header {
	width: 14% !important;
	border: 1px solid #d2d2d2 !important;
}

#calendarContainer .prev_week {
	float: left;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-right: 5px;
}

#calendarContainer .next_week {
	float: left;
	padding-top: 10px;
	padding-bottom: 30px;
}

#calendarContainer .this_week {
	float: left;
	padding-left: 15px;
	padding-top: 11px;
	padding-bottom: 30px;
}


#calendarContainer .time-column {
	min-width: 70px !important;
	max-width: 70px !important;
	width: 70px !important;
	border: 1px solid #d2d2d2 !important;
}

#calendarContainer .date-element {
	border-radius: 5px;
	height: 32px !important; /* 66 */
	width: 100% !important;
	min-width: 60px !important;
	
	/*line-height: 55px; */
	overflow:hidden !important;
}

#calendarContainer .date-description {
	margin:0px 0px 10px 0px;
    overflow:hidden !important;
    position:relative;
    
    padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
    
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	
	/*min-height: 100% !important;
	height: 100% !important;*/
}

#calendarContainer .admin-date-element {
	border-radius: 5px;
	height: 32px !important;
	width: 100% !important;
	
	/* Don't do this! Dropdown Menu! */
	/*overflow:hidden !important;*/ 
}

#calendarContainer .admin-date-description {	
	margin:0px 0px 10px 0px;
    overflow-y:hidden;
    position:relative;
	
	text-align: center;
	font-size: 16px;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: none;
	line-height: 25px;
	
	height: 32px !important;
	width: 100% !important;
}

#calendarContainer .is-top {
	margin-top: -2px;
	margin-bottom: 2px;
}

#calendarContainer .is-bottom {
	margin-top: 3px;
	margin-bottom: -3px;
}


#calendarContainer .taken {
	/*background-color: #94dbb2;*/
	color: white;/*#525252;*/
	background: #d9534f; /*rgba(194,77,46,0.55); */
	text-decoration: none;
	border: 1px solid #8a8a8a;
}

#calendarContainer .blocker {
	/*background-color: #94dbb2;*/
	color: white;/*#525252;*/
	background: #d9534f; /*rgba(194,77,46,0.55); */
	text-decoration: none;
	border: 1px solid #8a8a8a;
}

#calendarContainer .blocker:hover {
	background-color: #dc8886;
	cursor: pointer !important;
}

#calendarContainer .reservated {
	/*background-color: #94dbb2;*/
	color: white;/*#525252;*/
	background: #ffae00; /*rgba(194,77,46,0.55); */
	text-decoration: none;
	border: 1px solid #8a8a8a;
}

#calendarContainer .reservated:hover {
	background-color: #d69f27;
	cursor: pointer !important;
}

#calendarContainer .read {
	color: white;
	background: #b7b7b7; 
	text-decoration: none;
	border: 1px solid #b9b9b9;
}

#calendarContainer .read:hover {
	background: #d4d4d4; 
	cursor: pointer !important;
}

#calendarContainer .blocker-OOD {
	/*background-color: #94dbb2;*/
	color: white;/*#525252;*/
	background: #e9b2b0; /*rgba(194,77,46,0.55); */
	text-decoration: none;
	border: 1px solid #8a8a8a;
}

#calendarContainer .reserved {
	/*background-color: #94dbb2;*/
	color: white;
	background: #337ab7; 
	text-decoration: none;
	border: 1px solid #8a8a8a;
	line-height: 28px;
}

#calendarContainer .reserved:hover {
	background: #6ea7d7; 
	cursor: pointer;
}

#calendarContainer .admin-reserved {
	/*background-color: #94dbb2;*/
	color: white;
	background: #337ab7; 
	text-decoration: none;
	border: 1px solid #8a8a8a;
}

#calendarContainer .admin-reserved:hover {
	background: #6ea7d7; 
	cursor: pointer;
}

#calendarContainer .empty {
	color: #b9b9b9;
	background: white; 
	text-decoration: none;
	border: 1px solid #b9b9b9;
}

#calendarContainer .available {
	color: white;
	background: #85ce85; 
	text-decoration: none;
	border: 1px solid #b9b9b9;
}

#calendarContainer .available:hover {
	/*background-color: #94cbdb;*/
	background: #369c4a; 
	text-decoration: none;
	cursor: pointer;
	color: white;
	border: 1px solid #b9b9b9;
}

#calendarContainer .admin-available {
	color: white;
	background: #85ce85; 
	text-decoration: none;
	border: 1px solid #b9b9b9;
}

#calendarContainer .admin-available:hover {
	/*background-color: #94cbdb;*/
	background: #369c4a; 
	text-decoration: none;
	cursor: pointer;
	color: white;
	border: 1px solid #b9b9b9;
}

#calendarContainer .not-available {
	background: hsla(350,50%,50%,0.1); 
}

#calendarContainer .dropdown {
}

#calendarContainer .date-today {
	background: white; 
	color: #337ab7;
}