
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
	z-index: 99;
	display: block;
	position: relative;
	color: #333;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-top-style: none;
	margin-top: 1px;
}

.pika-single.is-hidden {
	display: none;
}

.pika-single.is-bound {
	position: absolute;
}

.pika-single.pika-above {
	border-bottom-style: none;
	border-top-style: solid;
	margin-top: -1px;
}

.pika-single:after, .pika-single:before {
	content: " ";
	display: table;
}

.pika-single:after {
	clear: both;
}

.pika-lendar {
	margin: 8px;
}

.pika-title {
	position: relative;
	text-align: center;
}

.pika-title select {
	cursor: pointer;
	position: absolute;
	z-index: 98;
	margin: 0;
	left: 0;
	top: 5px;
	filter: alpha(opacity=0);
	opacity: 0;
}

.pika-label {
	display: inline-block;
	position: relative;
	z-index: 99;
	overflow: hidden;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	background-color: #fff;
}

.pika-next, .pika-prev {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 3px;
	color: #fff;
	display: block;
	cursor: pointer;
	position: relative;
	outline: 0;
	border: 0;
	padding: 0;
	height: 24px;
	text-indent: 200px;
	white-space: nowrap;
	overflow: hidden;
	width: 24px;
}

.pika-next:hover, .pika-prev:hover {
	opacity: 1;
}

.pika-next.is-disabled, .pika-prev.is-disabled {
	cursor: default;
	opacity: .2;
}

.pika-next:before, .pika-prev:before {
	font-family: "FontAwesome";
	left: 0;
	position: absolute;
	text-indent: 0;
	text-align: center;
	width: 24px;
}

.is-rtl .pika-next, .pika-prev {
	float: left;
}

.is-rtl .pika-next:before, .pika-prev:before {
	content: "";
}

.is-rtl .pika-prev, .pika-next {
	float: right;
}

.is-rtl .pika-prev:before, .pika-next:before {
	content: "";
}

.pika-select {
	display: inline-block;
}

.pika-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}

.pika-button, .pika-table th {
	font-size: 12px;
	text-align: center;
}

.pika-table th {
	width: 14.2857142857%;
	padding: 0;
	color: #999;
	line-height: 25px;
	font-weight: 700;
}

.pika-table td {
	line-height: 30px;
	width: 14.2857142857%;
	padding: 0;
	text-align: center;
}

.pika-table abbr {
	border-bottom: none;
	cursor: help;
}

.pika-button {
	-webkit-appearance: none;
	appearance: none;
	background: 0 0;
	cursor: pointer;
	display: inline-block;
	outline: 0;
	border: 0;
	margin: 0;
	padding: 8px;
	color: #666;
	line-height: 1em;
}

.is-today .pika-button {
	color: #000;
	font-weight: 700;
}

.is-disabled .pika-button, .is-outside-current-month .pika-button {
	pointer-events: none;
	cursor: default;
	color: #999;
	opacity: .3;
}

.is-selected .pika-button, .pika-button:hover {
	color: #fff;
	background-color: #1bc2a1;
	border-radius: 3px;
}

.pika-week {
	font-size: 11px;
	color: #999;
}
