﻿.ui-widget-header .ui-icon,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default{
	border: 0;
	font-weight: normal;
	background: transparent none;
}

.ui-datepicker{
	color: white;
	padding: 0;
	font: normal 12px/1 'Open Sans', Tahoma, sans-serif;
	background: #4b4b4e;
	background: linear-gradient(#4b4b4e 0%,#323233 100%);
}

.ui-datepicker.ui-widget-content{
	border-radius: 0;
	border: 0;
	padding-bottom: 4px;
}

.ui-datepicker .ui-datepicker-header{
	margin: 10px 5px 0;
	padding: 0;
	border-radius: 0;
}

.ui-widget-header{
	border: 0;
	font-weight: normal;
	background: transparent none;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next{
	height: 16px; width: 16px;
	cursor: pointer;
	background: url('../../images/layout/bgr-sprite.png') no-repeat -78px -301px;
}

.ui-datepicker .ui-datepicker-next{ background-position: -94px -301px; }

.ui-datepicker .ui-state-hover{ border: 0; top: 2px; }

.ui-datepicker .ui-datepicker-prev.ui-state-hover{ left: 2px; }
.ui-datepicker .ui-datepicker-next.ui-state-hover{ right: 2px; }

.ui-datepicker table{ margin: 0; }

.ui-datepicker th{
	color: white;
	font: normal 12px/1 'Open Sans', Tahoma, sans-serif;
}

.ui-datepicker td,
.ui-datepicker td span{
	color: #aeaeaf;
	font-size: 12px;
	padding: 0; border: 0;
	text-align: center;
	box-shadow: none;
	text-shadow: none;
	background: transparent none;
	opacity: 1!important;
	filter:alpha(opacity="100")!important;
}

.ui-datepicker table tbody tr:nth-child(2n+2) td,
.ui-datepicker table tbody tr td:first-child{
	background: transparent none;
}

.ui-datepicker td a,
.ui-datepicker .ui-datepicker-unselectable,
.ui-datepicker .ui-datepicker-unselectable span{
	color: #aeaeae!important; text-align: center;
}

.ui-datepicker td.highlight a{ color: white!important; }
.ui-datepicker td.ui-datepicker-current-day a{ color: #f07d00!important; }

.datepicker-light{
	border: 1px solid #c8c9ca!important;
	border-radius: 12px!important;
	box-shadow: inset 0px 1px 0px white;
	box-sizing: border-box;
	background: #f7f7f7;
	background: linear-gradient(#f1f1f1 0%,#ffffff 100%);
}

.datepicker-light .ui-widget-header,
.datepicker-light th{
	color: #626262;
}

.datepicker-light td a,
.datepicker-light .ui-datepicker-unselectable{
	color: #626262!important;
}

.datepicker-light .ui-datepicker-unselectable span{ color: #aaa!important; }

.datepicker-light .ui-datepicker-prev{ background-position: -226px -461px; }
.datepicker-light .ui-datepicker-next{ background-position: -242px -461px; }

.ui-datepicker .ui-datepicker-title select{ width: 39%; margin-left: 0.5em!important; margin-right: 0.5em!important; }