﻿/*body {
	font-family: 'Open Sans', Helvetica, sans-serif;
	color: 
}*/

.datepicker {
	background: #ffffff;
	padding: 0.3em;
	-webkit-box-shadow: 0 0 0.3077em rgba(0,0,0,.25);
	box-shadow: 0 10px 16px 0 rgba(0,0,0,0.05), 0 6px 20px 0 rgba(0,0,0,0.05);
}

.table-datepicker thead {
	background: #4abfee;
	color: #fff;
}

.selected {
	background: #f8e179;
}

.datepicker:active, .datepicker:focus {
	outline: none;
	border: none;
}

.datepicker-head {
text-align: center;
padding: 3px;
}

.month, .year {
	display: inline-block;
}

.table-datepicker {
border: none;
border-collapse: collapse;
}

.table-datepicker td {
	padding: 7px 9px;
	text-align: right;
}

.btn_left, .btn_right {
	padding: 2px 10px;
	font-size: 1.3em;
	background: none;
	border-collapse: collapse;
	border: none;
}

.btn_left:hover, .btn_right:hover, .table-datepicker td:hover {
	background: #eeeeee;
}

.btn_left:focus, .btn_right:focus {
	outline: none;
	border: none;
}


