body {
	font-family: "Verdana",Arial,sans-serif !important;
	color: #666;
	font-weight: lighter;
	background-color: #f8f8f8;
	padding-left: 30px;
	padding-right: 30px;
}

div.dayview-day-header {
	width: 100%;
	padding: 3px;
	border-bottom: 2px solid #e0e0e0;
	margin-bottom: 10px;
}

div.dayview-day {
	position: relative;
	width: 100%;
	background-color: white;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

div.dayview-day-row {
	position: relative;
}

div.dayview-day-time-header-start {
	font-size: 11px;
	position: relative;
	left: 0;
	transform: translateX(-50%);
	display: inline-block; /* important to make width match content */
	white-space: nowrap;
}

div.dayview-day-time-header {
	position: absolute;
	font-size: 11px;
	transform: translateX(-50%) translateY(-100%);
	white-space: nowrap;
}

div.dayview-time-line-v {
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #DDDDDD;
	top: 0;
}

div.dayview-time-line-h {
	position: absolute;
	top: 10px;
	width: 100%;
	height: 1px;
	background-color: #DDDDDD;
	margin: 0px 0px 20px 0px;
}

div.dayview-day-container {
	padding-top: 20px;
	position: relative;
}

div.dayview-time {
	position: absolute;
}

div.dayview-time-header {
	padding: 5px;
	background-color: #eeeeee;
	font-size: 11px;
	text-align: center;
	border: 1px solid #808080;
}

div.dayview-time-section {
	padding: 5px;
	background-color: white;
	font-size: 11px;
	border-right: 1px solid #808080;
	border-left: 1px solid #808080;
	border-bottom: 1px solid #808080;
	cursor: pointer;
}

div.dayview-time-section.highlighted {
	background-color: #cef9a0;
}

div.dayview-time-section.yellow {
	background-color: #f5e83c;
	color: black;
}

div.dayview-time-section.yellow button {
	color: #333;
}

div.dayview-time-section.yellow.highlighted {
	background-color: #fff899;
}

div.dayview-time-section.red {
	background-color: #ce3b33;
	color: white;
}

div.dayview-time-section.red button {
	color: #333;
}

div.dayview-time-section.red.highlighted {
	background-color: #d25c56;
}

div.dayview-time-section.green {
	background-color: #a3f8cd;
	color: black;
}

div.dayview-time-section.green button {
	color: #333;
}

div.dayview-time-section.green.highlighted {
	background-color: #cef1e0;
}

div.popup-content {
	display: none;
}

div.class_id_dayview {
	position: relative;
}

[data-original-title="- blocked - (1)"] {
  display: none;
}
[data-original-title="- blocked - (2)"] {
  display: none;
}
[data-original-title="- blocked - (3)"] {
  display: none;
}

