@charset "UTF-8";

/*!
 * Pikaday
 * Copyright Â© 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
	margin-top: -1px;
    color: #333;
    background: white;
    border: 1px solid #e3e3e3;
	font-family: 'TheSansDnevnikSemiBold', Arial, sans-serif;
	
	/*position: absolute!important;
	top: 1330px!important;
	left: 800px!important;
	display: block!important;*/
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}
.pika-single:after { clear: both }
.pika-single { *zoom: 1 }

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

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

.pika-lendar {
    float: left;
    width: 250px;
    margin: 8px;
}

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

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 16px;
    line-height: 1.2;
    background: white;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0;
}

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

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
    *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
    *right: 0;
}

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

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

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

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
	font-weight: normal;
}

.pika-table th{
	padding: 0 0 10px;
    color: #999;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 14px;
    line-height: 1.2;
    text-align: right;
}

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

.is-disabled.is-today .pika-button{
	color: #ce1e2e;
	opacity: 1;
	background: transparent;
}

.is-today .pika-day{
    color: #ce1e2e;
}

.is-inrange .pika-button{
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: white;
    background: #6CB31D;
}

.is-endrange .pika-button {
    color: white;
    background: #33aaff;
    box-shadow: none;
}

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

.pika-button:hover,
.inline-datepicker .is-today .pika-day{
    color: #ce1e2e;
}

.is-selected .pika-button,
.is-selected .is-today .pika-button,
.is-selected .is-today .pika-button{
    color: white!important;
    background: #ce1e2e!important;
}

/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}

.pika-single [disabled],
.pika-single [disabled]:hover{
	background: transparent;
}


.inline-datepicker .pika-single{
	border: 0;
}

.inline-datepicker .pika-lendar{
	width: 100%; float: none;
	margin: 0;
}

.inline-datepicker .pika-table th{
	height: 1px; width: 1px;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
	padding: 0;
    overflow: hidden;
    position: absolute;
	z-index: -1;
}

.inline-datepicker .pika-title{
	text-align: left;
	margin-bottom: 5px;
}

.inline-datepicker .pika-label{
	font: normal 30px/1 'TheSerifDnevnikSemiBold', "Helvetica Neue", Arial, serif;
}

.inline-datepicker td{
	text-align: center;
	border: 1px solid white;
	font: 20px/1.2 'TheSerifDnevnikPlain', Arial, serif;
	background: #e1e1e1;
}

	.inline-datepicker td:nth-child(6),
	.inline-datepicker td:nth-child(7){
		background: #a1a0a0;
	}

	.inline-datepicker td.is-empty{
		background: transparent;
	}

.inline-datepicker .pika-button{
	padding: 9px 2px;
	color: black;
	text-align: center;
	font: 20px/1.2 'TheSerifDnevnikPlain', Arial, serif;
}
	
	.inline-datepicker td:nth-child(6) .pika-button,
	.inline-datepicker td:nth-child(7) .pika-button{
		color: white;
	}
	
	.inline-datepicker .is-today .is-selected.pika-day{
		color: white;
		background: #ce1e2e;
	}
	
.inline-datepicker .pika-prev,
.inline-datepicker .pika-next{
	height: 21px; width: 21px;
	position: absolute;
	top: 50%; right: 0;
	margin-top: -14px;
	text-indent: -10000px;
	background: url('../images/layout/ui.svg') no-repeat -163px -183px;
	opacity: 1;
}

.inline-datepicker .pika-prev{
	right: 26px;
	background-position: -141px -183px;
}

.inline-datepicker .pika-prev.is-disabled,
.inline-datepicker .pika-next.is-disabled{
	opacity: .4;
}

.no-svg .inline-datepicker .pika-prev,
.no-svg .inline-datepicker .pika-next{
	background-image: url('../images/layout/ui.png');
}