  
.uk-form-select {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	overflow: hidden
}

.uk-form-select select {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	left: 0;
	-webkit-appearance: none
}



.uk-datepicker {
	z-index: 1050;
	width: auto;
	-webkit-animation: uk-fade .2s ease-in-out;
	animation: uk-fade .2s ease-in-out;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}

.uk-datepicker-nav {
	margin-bottom: 15px;
	text-align: center;
	line-height: 20px
}

.uk-datepicker-nav:after, .uk-datepicker-nav:before {
	content: "";
	display: table
}

.uk-datepicker-nav:after {
	clear: both
}

.uk-datepicker-nav a {
	color: #666;
	text-decoration: none
}

.uk-datepicker-nav a:hover {
	color: #666
}

.uk-datepicker-previous {
	float: left
}

.uk-datepicker-next {
	float: right
}

.uk-datepicker-next:after, .uk-datepicker-previous:after {
	width: 20px;
	font-family: FontAwesome
}

.uk-datepicker-previous:after {
	content: "<"
}

.uk-datepicker-next:after {
	content: ">"
}

.uk-datepicker-table {
	width: 100%
}

.uk-datepicker-table td, .uk-datepicker-table th {
	padding: 2px
}

.uk-datepicker-table th {
	font-size: 12px
}

.uk-datepicker-table a {
	display: block;
	width: 26px;
	line-height: 24px;
	text-align: center;
	color: #666;
	text-decoration: none;
	border: 1px solid transparent;
	border-radius: 4px;
	background-origin: border-box
}

a.uk-datepicker-table-muted {
	color: #999
}

.uk-datepicker-table a:focus, .uk-datepicker-table a:hover {
	background-color: #fafafa;
	color: #666;
	outline: 0;
	border-color: rgba(0, 0, 0, .2);
	border-bottom-color: rgba(0, 0, 0, .3);
	text-shadow: 0 1px 0 #fff
}

.uk-datepicker-table a:active {
	background-color: #f5f5f5;
	color: #666;
	border-color: rgba(0, 0, 0, .2);
	border-top-color: rgba(0, 0, 0, .3);
	background-image: none;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .1)
}

.uk-datepicker-table a.uk-active {
	background: #009dd8;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, .2);
	border-bottom-color: rgba(0, 0, 0, .4);
	background-origin: border-box;
	background-image: -webkit-linear-gradient(top, #00b4f5, #008dc5);
	background-image: linear-gradient(to bottom, #00b4f5, #008dc5);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .2)
}

