.datepicker {
	padding: 10px; left: 0px; top: 0px; margin-top: 1px;
}
.datepicker::before {
	left: 6px; top: -7px; border-right-color: transparent; border-bottom-color: rgb(218, 228, 232); border-left-color: transparent; border-right-width: 7px; border-bottom-width: 7px; border-left-width: 7px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; display: inline-block; position: absolute; content: "";
}
.datepicker::after {
	left: 7px; top: -6px; border-right-color: transparent; border-bottom-color: rgb(255, 255, 255); border-left-color: transparent; border-right-width: 6px; border-bottom-width: 6px; border-left-width: 6px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; display: inline-block; position: absolute; content: "";
}
.datepicker > div {
	display: none;
}
.datepicker table {
	margin: 0px; width: 100%;
}
.datepicker th {
	border-radius: 5px; width: 20px; height: 20px; text-align: center; line-height: 20px; font-weight: 700; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}
.datepicker td {
	border-radius: 50%; width: 20px; height: 20px; text-align: center; line-height: 26px; -webkit-border-radius: 50%; -moz-border-radius: 50%;
}
.datepicker td.day:hover {
	background: rgb(238, 238, 238); cursor: pointer;
}
.datepicker td.disabled.day {
	color: rgb(238, 238, 238);
}
.datepicker td.old {
	color: rgb(208, 209, 209);
}
.datepicker td.new {
	color: rgb(208, 209, 209);
}
.datepicker td.active {
	background: rgb(255, 150, 0); color: rgb(255, 255, 255);
}
.datepicker td.active:hover {
	background: rgb(255, 150, 0); color: rgb(255, 255, 255);
}
.datepicker td.active:hover {
	color: rgb(255, 255, 255); background-color: rgb(0, 68, 204);
}
.datepicker td.active:hover {
	color: rgb(255, 255, 255); background-color: rgb(0, 68, 204);
}
.datepicker td.active:focus {
	color: rgb(255, 255, 255); background-color: rgb(0, 68, 204);
}
.datepicker td.active:hover:focus {
	color: rgb(255, 255, 255); background-color: rgb(0, 68, 204);
}
.datepicker td.active:active {
	color: rgb(255, 255, 255); background-color: rgb(0, 68, 204);
}
.datepicker td.active:hover:active {
	color: rgb(255, 255, 255); background-color: rgb(0, 68, 204);
}
.datepicker td.active.active {
	color: rgb(255, 255, 255); background-color: rgb(0, 68, 204);
}
.datepicker td.active.active:hover {
	color: rgb(255, 255, 255); background-color: rgb(0, 68, 204);
}
.datepicker td.disabled.active {
	color: rgb(255, 255, 255); background-color: rgb(0, 68, 204);
}
.datepicker td.disabled.active:hover {
	color: rgb(255, 255, 255); background-color: rgb(0, 68, 204);
}
.datepicker td[disabled].active {
	color: rgb(255, 255, 255); background-color: rgb(0, 68, 204);
}
.datepicker td[disabled].active:hover {
	color: rgb(255, 255, 255); background-color: rgb(0, 68, 204);
}
.datepicker td.active:active {
	background: rgb(23, 164, 59);
}
.datepicker td.active:hover:active {
	background: rgb(23, 164, 59);
}
.datepicker td.active.active {
	background: rgb(23, 164, 59);
}
.datepicker td.active.active:hover {
	background: rgb(23, 164, 59);
}
.datepicker td span {
	margin: 2px; border-radius: 50%; width: 47px; height: 54px; line-height: 54px; float: left; display: block; cursor: pointer; -webkit-border-radius: 50%; -moz-border-radius: 50%;
}
.datepicker td span:hover {
	background: rgb(238, 238, 238);
}
.datepicker td span.active {
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); color: rgb(255, 255, 255); text-shadow: 0px -1px 0px rgba(0,0,0,0.25); background-image: linear-gradient(rgb(0, 136, 204), rgb(0, 68, 204)); background-repeat: repeat-x; background-color: rgb(0, 109, 204);
}
.datepicker td span.active:hover {
	color: rgb(255, 255, 255); background-color: rgb(0, 68, 204);
}
.datepicker td span.active:focus {
	color: rgb(255, 255, 255); background-color: rgb(0, 68, 204);
}
.datepicker td span.active:active {
	color: rgb(255, 255, 255); background-color: rgb(0, 68, 204);
}
.datepicker td span.active.active {
	color: rgb(255, 255, 255); background-color: rgb(0, 68, 204);
}
.datepicker td span.disabled.active {
	color: rgb(255, 255, 255); background-color: rgb(0, 68, 204);
}
.datepicker td span[disabled].active {
	color: rgb(255, 255, 255); background-color: rgb(0, 68, 204);
}
.datepicker td span.active:active {
	
}
.datepicker td span.active.active {
	
}
.datepicker td span.old {
	color: rgb(153, 153, 153);
}
.datepicker th.switch {
	width: 145px;
}
.datepicker th.next {
	font-size: 21px;
}
.datepicker th.prev {
	font-size: 21px;
}
.datepicker thead tr:first-child th {
	cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
	background: rgb(238, 238, 238);
}
.date.input-append .add-on i {
	width: 16px; height: 16px; display: block; cursor: pointer;
}
.date.input-prepend .add-on i {
	width: 16px; height: 16px; display: block; cursor: pointer;
}
