.picker {
	display: none;
	font-size: 16px;
	text-align: left;
	line-height: 1.2;
	color: #fff;
	position: absolute;
	z-index: 10000
}

.picker--opened {
	display: block;
}

.picker__input {
	cursor: default
}

.picker__input.picker__input--active {
	border-color: #0089ec
}

.picker__holder {
	width: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js/themes.htm#classic
 */
.picker {
	width: 100%
}

.picker__holder {
	color: #fff;
	padding: 0.5em 0;
	background: url(../img/bg_picker.png) repeat-y -306px 0;
	background-clip: padding-box;
	border: solid transparent;
	border-width: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 306px;
	transition: all .15s ease-out, max-height 0 .15s
	z-index: 10001;
}

.picker__holder:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	width: 306px;
	height: 11px;
	bottom: 100%;
	background: url(../img/bg_picker.png) no-repeat 0 0;
	z-index: 10002;
}

.picker__holder:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	height: 10px;
	top: 100%;
	background: url(../img/bg_picker.png) no-repeat -612px 100%;
	z-index: 10002;
}

.picker--opened .picker__holder {
	max-height: 25em;
	-ms-filter: "alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all .15s ease-out, max-height 0;
	-moz-transition: all .15s ease-out, max-height 0;
	transition: all .15s ease-out, max-height 0;
}

.picker__box {
	padding: 0 1em
}

.picker__header {
	text-align: center;
	position: relative;
	margin-top: .75em
}

.picker__month, .picker__year {
	font-weight: 500;
	display: inline-block;
	margin-left: .25em;
	margin-right: .25em
}

.picker__year {
	color: #999;
	font-size: .8em;
	font-style: italic
}

.picker__select--month, .picker__select--year {
	margin-left: .25em;
	margin-right: .25em;
	margin-top: -.5em
}

.picker__select--month {
	width: 42%
}

.picker__select--year {
	width: 28%
}

.picker__select--month:focus, .picker__select--year:focus {
	border-color: #0089ec
}

.picker__nav--prev, .picker__nav--next {
	position: absolute;
	top: -.4em;
	padding: .5em .5em;
	width: 1em;
	height: 1em;
	border-radius: 5px;
	background: #c00000;
	transition: background 0.15s;
}

.picker__nav--prev {
	left: 0;
	padding-right:0.6em
}

.picker__nav--next {
	right: 0;
	padding-left:0.6em
}

.picker__nav--prev:before, .picker__nav--next:before {
	content: " ";
	border-top: .5em solid transparent;
	border-bottom: .5em solid transparent;
	border-right: .75em solid #fff;
	width: 0;
	height: 0;
	display: block;
	margin: 0 auto
}

.picker__nav--next:before {
	border-right: 0;
	border-left: .75em solid #fff
}

.picker__nav--prev:hover, .picker__nav--next:hover {
	cursor: pointer;
	background: #ccc;
	color: #000;
}

.picker__nav--disabled, .picker__nav--disabled:hover, .picker__nav--disabled:before, .picker__nav--disabled:before:hover {
	cursor: default;
	background: 0;
}

.picker__table {
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	font-size: inherit;
	width: 100%;
	margin-top: .75em;
	margin-bottom: .5em
}

@media (min-height:33.875em) {
	.picker__table {
		margin-bottom: .75em
	}
}

.picker__table td {
	margin: 0;
	padding: 0
}

.picker__weekday {
	width: 14.285714286%;
	font-size: .75em;
	padding-bottom: .25em;
	color: #999;
	font-weight: 500
}

@media (min-height:33.875em) {
	.picker__weekday {
		padding-bottom: .5em
	}
}

.picker__day {
	padding: .3125em 0;
	font-weight: 200;
	border: none;
	border-radius: 5px;
	transition: background 0.15s;

}

.picker__day--today {
	color: #c00000;
	position: relative
}

.picker__day--today:before {
	content: " ";
	position: absolute;
	top: 2px;
	right: 2px;
	width: 0;
	height: 0;
	border-top: .5em solid #fff;
	border-left: .5em solid transparent
}

.picker__day--selected, .picker__day--selected:hover {
	border-color: #c00000
}

.picker__day--highlighted {
	background: #ccc
}

.picker__day--disabled:before {
	border-top-color: #aaa
}

.picker__day--outfocus {
	color: #888;
	-ms-filter: "alpha(Opacity=66)";
	filter: alpha(opacity=66);
	-moz-opacity: .66;
	opacity: .66
}

.picker__day--infocus:hover, .picker__day--outfocus:hover {
	cursor: pointer;
	color: #fff;
	background: #ccc
}

.picker__day--highlighted:hover, .picker--focused .picker__day--highlighted {
	background: #c00000;
	color: #fff
}

.picker__day--disabled, .picker__day--disabled:hover {
	background: #f5f5f5;
	border-color: #f5f5f5;
	color: #ddd;
	cursor: default
}

.picker__day--highlighted.picker__day--disabled, .picker__day--highlighted.picker__day--disabled:hover {
	background: #bbb
}

.picker__footer {
	text-align: center
}

.picker__button--today, .picker__button--clear {
	font-family: "felt-tip-roman","Helvetica Neue",Arial,sans-serif;
	letter-spacing: -0.1em;
	text-transform: uppercase;
	border:none;
	border-radius: 5px;
	display: none;
	font-size: 1em;
	margin: 0.67em 0;
	font-weight: normal;
	padding: 0 8px;
	float: right;
	background-color: #c20000;
	cursor: pointer;
	transition: background .15s;
	width: 50%;
}

.picker__button--today:hover, .picker__button--clear:hover {
	background: #B0ACAC;
}

.picker__button--today:focus, .picker__button--clear:focus {
	background: #B0ACAC;
	outline: 0
}

.picker__button--today:before, .picker__button--clear:before {
	position: relative;
	display: inline-block;
	height: 0
}

.picker__button--today:before {
	content: " ";
	margin-right: .45em;
	top: -.05em;
	width: 0;
	border-top: .66em solid #fff;
	border-left: .66em solid transparent
}

.picker__button--clear:before {
	content: "\D7";
	margin-right: .35em;
	top: -.1em;
	color: #e20;
	vertical-align: top;
	font-size: 1.1em
}

.picker__list {
	list-style: none;
	padding: .75em 0 4.2em;
	margin: 0
}

.picker__list-item {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin-bottom: -1px;
	position: relative;
	background: #fff;
	padding: .75em 1.25em
}

@media (min-height:46.75em) {
	.picker__list-item {
		padding: .5em 1em
	}
}

.picker__list-item:hover {
	cursor: pointer;
	color: #000;
	background: #b1dcfb;
	border-color: #0089ec;
	z-index: 10
}

.picker__list-item--selected, .picker__list-item--selected:hover {
	border-color: #0089ec;
	z-index: 10
}

.picker__list-item--highlighted {
	background: #b1dcfb
}

.picker__list-item--highlighted:hover, .picker--focused .picker__list-item--highlighted {
	background: #0089ec;
	color: #fff
}

.picker__list-item--disabled, .picker__list-item--disabled:hover {
	background: #f5f5f5;
	border-color: #f5f5f5;
	color: #ddd;
	cursor: default;
	border-color: #ddd;
	z-index: auto
}

.picker--time .picker__button--clear {
	display: block;
	width: 80%;
	margin: 1em auto 0;
	padding: 1em 1.25em;
	background: 0;
	border: 0;
	font-weight: 500;
	font-size: .67em;
	text-align: center;
	text-transform: uppercase;
	color: #666
}

.picker--time .picker__button--clear:hover, .picker--time .picker__button--clear:focus {
	color: #000;
	background: #b1dcfb;
	background: #e20;
	border-color: #e20;
	cursor: pointer;
	color: #fff;
	outline: 0
}

.picker--time .picker__button--clear:before {
	top: -.25em;
	color: #666;
	font-size: 1.25em;
	font-weight: 700
}

.picker--time .picker__button--clear:hover:before, .picker--time .picker__button--clear:focus:before {
	color: #fff
}

.picker--time {
	min-width: 256px;
	max-width: 320px
}

.picker--time .picker__holder {
	background: #f2f2f2
}

@media (min-height:40.125em) {
	.picker--time .picker__holder {
		font-size: .875em
	}
}

.picker--time .picker__box {
	padding: 0
}