@CHARSET "ISO-8859-1";

.ui-datepicker-title {
	text-align: center;
	color: #ffffff;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	cursor: default;
	font-family: 'Glyphicons Halflings';
	font-weight: bold;
	height: 20px;
	line-height: 2;
	margin-top: 10px;
	width: 20px;
}

.ui-datepicker .ui-datepicker-prev:before {
	content: "\e079";
}

.ui-datepicker .ui-datepicker-next:before {
	content: "\e080";
}