.search_records_button {
	position: fixed;
	padding: 0;
	bottom: 30px;
	right: 5px;
	width: 35px;
	height: 35px;
	background: #fff;
	color: #000;
	border: solid 3px #000;
	border-radius: 40px 40px 40px 40px;
	-moz-border-radius: 40px 40px 40px 40px;
	-webkit-border-radius: 40px 40px 40px 40px;
	z-index: 99;
	font-size: 18px;
	line-height: 30px;
	padding-left: 6px;
}
.search_records_button:hover {
	color: #11BDB0;
}
.search_records_reset {
	position: fixed;
	padding: 0;
	bottom: 30px;
	right: 45px;
	width: 35px;
	height: 35px;
	background: #fff;
	color: #000;
	border: solid 3px #000;
	border-radius: 40px 40px 40px 40px;
	-moz-border-radius: 40px 40px 40px 40px;
	-webkit-border-radius: 40px 40px 40px 40px;
	z-index: 99;
	font-size: 18px;
	line-height: 30px;
	padding-left: 6px;
}
.search_records_reset {
	color: #11BDB0;
}
.autocomplete-suggestions {
	border: 1px solid #e4e4e4;
	background: #F4F4F4;
	cursor: default;
	overflow: auto
}
.autocomplete-suggestion {
	padding: 2px 5px;
	font-size: 1.2em;
	font-size: 0.9em;
	white-space: nowrap;
	overflow: hidden
}
.autocomplete-selected {
	background: #f0f0f0
}
.autocomplete-suggestions strong {
	color: #39f;
	font-weight: bolder
}
.absent {
	background: #FF8587;
	font-weight: bold;
}
.present {
	background: #A0F188;
	font-weight: bold;
}
.off {
	background: #CBEB69;
	font-weight: bold;
}
.leave {
	background: #FDC0F7;
	font-weight: bold;
}