div.datepicker {
	position: relative;
	font-family: "Ubuntu Light" !important;
	font-size: 12px;
	width: 296px;
	position: absolute;
	cursor: pointer;
	top: 50px;
	left: 0;
	display: none;
	z-index: 1;
}
.datepickerContainer {
	font-style: normal !important;
	background: #fff;
	border: 3px solid #dadada;
	position: absolute;
	padding: 15px;
	top: -250px;
	left: 0;
}

.datepickerContainer .headline-selected {
	margin-top: 20px;
	text-align: center;
	position: relative;
}

.datepickerContainer .close {
	color: #000 !important;
	top: -25px;
	right: 0;
	font-size: 13px !important;
	line-height: 0px;
	font-family: "Ubuntu Light" !important;
	position: absolute;
	text-decoration: none !important;
	width: 60px;
}

.datepickerContainer .headline-selected a {
	font-family: "Ubuntu Bold";
	font-size: 13px;
	color: #1256bb;
	cursor: pointer;
	text-decoration: none !important;
}

.datepickerContainer .headline-selected a span {
	text-decoration: underline;
	padding: 0 5px;
	font-family: "Ubuntu Bold";
	font-size: 13px;
	color: #1256bb;
	cursor: pointer;
}

.datepickerContainer .headline-selected a:hover span {
	text-decoration: none;
}

.icon-left {
	width: 19px;
	height: 16px;
	padding-right: 5px;
	margin: 10px;
	padding-bottom: 1px;
	background: url(/media/img/sprite.png);
	background-position: -150px -1px;
	background-repeat: no-repeat;
}

.icon-right {
	width: 19px;
	height: 16px;
	padding-left: 5px;
	margin: 10px;
	padding-bottom: 1px;
	background: url(/media/img/sprite.png);
	background-position: -173px -1px;
	background-repeat: no-repeat;
}

.headline-selected span {
	padding: 0 90px;
	font-family: "Ubuntu Medium";
	font-size: 25px;
}

.footer-selected {
	margin-top: 20px;
	font-size: 16px;
	font-family: "Ubuntu Light";
	/*float: right;*/
	position: absolute;
	bottom: 24px;
	right: 16px;
	color: #000;
}
.footer-selected .apply {
	width: 103px;
	height: 35px;
	color: #fff;
	line-height: 35px;
	cursor: pointer;
	text-align: center;
	font-family: "Ubuntu Medium";
	margin-left: 20px;
	background: #1256bb;
	display: inline-block;
}


.datepickerHidden {
	display: none;
}
div.datepicker table {
	border-collapse:collapse;
}
div.datepicker a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #000;
	text-decoration: none;
	outline: none;
}
div.datepicker table td {
	text-align: right;
	padding: 0;
	margin: 0 15px;
}
div.datepicker th {
	text-align: center !important;
	color: #000;
	font-weight: normal;
}
div.datepicker tbody th {
	text-align: left;
}
div.datepicker tbody a {
	display: block;
}
.datepickerDays a {
	text-align: center;
}
.datepickerYears a,
.datepickerMonths a{
	line-height: 36px;
	height: 36px;
	font-size: 16px;
	text-align: center;
}
td.datepickerNotInMonth a {
	color: #D7D7D7;
}
tbody.datepickerDays td.datepickerSelected a{
	border: 2px solid #000;
	line-height: 36px;
	width: 40px;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
	background: #17384d;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
	background: #17384d;
}
div.datepicker a:hover,
div.datepicker a:hover {
	text-decoration: none;
}
div.datepicker td.datepickerNotInMonth a:hover {
	color: #999;
}
div.datepicker tbody th {
	text-align: left;
}
.datepickerDoW th {
	padding-bottom: 10px;
}
.datepickerSpace div {
	width: 20px;
}
.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
	text-align: center;
	height: 20px;
	margin: 20px 0;
	line-height: 20px;
}
.datepickerMonth span {
	width: 200px;
	display: inline-block;
}
.datepickerMonth a {
	display: inline-block;
	font-size: 16px !important;
}
.datepickerGoNext a {
	float: right;
	width: 20px;
	opacity: 0;
}
.datepickerGoPrev a {
	float: left;
	width: 20px;
	opacity: 0;
}

.datepickerDoW {
	text-align: center;
	border-bottom: 1px solid #1256bb;
}

table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears {
	display: none;
}
table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW {
	display: none;
}
table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
	display: none;
}
td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a{
	color: #333;
}
td.datepickerDisabled a:hover {
	color: #333;
}
td.datepickerSpecial a {
	background: #700;
}
td.datepickerSpecial.datepickerSelected a {
	background: #a00;
}

.datepickerViewDays .datepickerGoPrev a,
.datepickerViewDays .datepickerGoNext a {
	height: 1px;
	width: 1px;
}

.selectedRange {
	border: none !important;
	background: #1256bb;
	color: #FFFFFF !important;
}

.black-border {
	border: 2px solid #000000 !important;
}

#search-results .selectedRange span {
	color: #fff !important;
}

#summary {
	text-indent: 9999px;
	height: 6px;
}

div.datepicker .datepickerMonth a {
	width: auto;
}

.lt-ie9 .datepickerGoPrev,
.lt-ie9 .datepickerGoNext,
.lt-ie10 .datepickerGoPrev,
.lt-ie10 .datepickerGoNext {
	position: absolute;
	top: -20px;
	left: 20px;
}

.lt-ie9 .datepickerGoNext,
.lt-ie10 .datepickerGoNext {
	left: inherit;
	right: 20px;
}

.lt-ie9 .datepickerContainer .footer-selected,
.lt-ie10 .datepickerContainer .footer-selected {
	bottom: 10px !important;
}

.lt-ie9 .datepickerContainer .close,
.lt-ie10 .datepickerContainer .close {
	top: -55px !important;
}

.lt-ie9 .headline-selected .single-calendar,
.lt-ie10 .headline-selected .single-calendar {
	position: absolute;
	top: -10px !important;
	left: 22%;
	display: block;
}

.lt-ie9 .icon-calender-single .headline-selected .single-calendar,
.lt-ie10 .icon-calender-single .headline-selected .single-calendar {
	position: absolute;
	top: -10px !important;
	left: 39%;
	display: block;
}

.lt-ie9 .icon-calender-single .datepickerContainer .close,
.lt-ie10 .icon-calender-single .datepickerContainer .close {
	top: -45px !important;
	right: -50px !important;
}

.lt-ie9 .datepickerViewDays .datepickerGoNext span,
.lt-ie9 .datepickerViewDays .datepickerGoPrev span,
.lt-ie10 .datepickerViewDays .datepickerGoNext span,
.lt-ie10 .datepickerViewDays .datepickerGoPrev span {
	display: none;
}

.lt-ie9 .icon-calender-single,
.lt-ie10 .icon-calender-single {
	display: block !important;
}