div.datepicker {
	position: relative;
	position: absolute;
	cursor: default;
	top: 0;
	left: 0;
	display: none;
	text-shadow:none;
}
.datepickerContainer {
	position: absolute;
}
.datepickerBorderT {
	position: absolute;
	left: 20px;
	top: 0;
	right: 20px;
	background: url(../../../img/mobile/datepicker_t.png);
}
.datepickerBorderB {
	position: absolute;
	left: 20px;
	bottom: 0;
	right: 20px;
	background: url(../../../img/mobile/datepicker_b.png);
}
.datepickerBorderL {
	position: absolute;
	left: 0;
	bottom: 20px;
	top: 20px;
	background: url(../../../img/mobile/datepicker_l.png);
}
.datepickerBorderR {
	position: absolute;
	right: 0;
	bottom: 20px;
	top: 20px;
	background: url(../../../img/mobile/datepicker_r.png);
}
.datepickerBorderTL {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../../../img/mobile/datepicker_tl.png);
}
.datepickerBorderTR {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../../../img/mobile/datepicker_tr.png);
}
.datepickerBorderBL {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../../../img/mobile/datepicker_bl.png);
}
.datepickerBorderBR {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../../../img/mobile/datepicker_br.png);
}
.datepickerHidden {
	display: none;
}
div.datepicker table {
	border-collapse:collapse;
}
div.datepicker a {
	text-decoration: none;
	outline: none;
}
div.datepicker th,
div.datepicker td {
	text-align: center;
	color: #333;
	font-weight: normal;
}
.datepickerMonths, .datepickerYears {
	background:#ddd;
}
.datepickerYears a,
.datepickerMonths a{
	width: 44px;
	line-height: 36px;
	height: 36px;
	text-align: center;
	color:#333;
}
/*
tbody.datepickerDays td.datepickerNotInMonth:before,
tbody.datepickerDays td.datepickerDisabled:before {
	background-color: #f5f5f5;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
}
*/
tbody.datepickerDays td.datepickerDisabled.datepickerNotInMonth a,
tbody.datepickerDays td.datepickerDisabled a {
	background: none;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected {
	background: #17384d;
}
.hotel-calendar .datepickerDays td.datepickerSelected:before {
	background-color: #e5e5e5;
	content: "";
	height: 39px;
	left: 0;
	position: absolute;
	right: 0;
	top: 3px;
}
/*
 * Selected Dates on Hotel page
 */
.hotel-calendar .datepickerDays td.datepickerSelected.start:before {
	left: 50%;
}
.hotel-calendar .datepickerDays td.datepickerSelected.end:before {
	right: 50%;
}
/* Check-Out date on last td in the row (Sunday) */
.hotel-calendar .datepickerDays > tr > td.datepickerSelected.end:last-child:before {
	margin-right: 15.5%;
}
/* Check-In date on last td in the row (Sunday) */
.hotel-calendar .datepickerDays > tr > td.datepickerSelected.start:last-child:before {
	margin-left: -15.5%;
}
/* Check-In date on first td in the row */
.hotel-calendar .datepickerDays > tr > td.datepickerSelected.start:first-child:before {
	margin-left: 15.5%;
}
/* Check-Out date on first td in the row */
.hotel-calendar .datepickerDays > tr > td.datepickerSelected.end:first-child:before {
	margin-right: -15.5%;
}
/*
div.datepicker .datepickerDays > tr > td:first-child:start {
	margin-left: 15.5%;
}
*/
div.datepicker td.datepickerNotInMonth a:hover {
	color: #999;
}
.curMonth option, .curYear option {
	background:#fff;
}
.datepickerSpace div {
	width: 30px;
}
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.datepickerSpecial a {
	background: #700;
}
td.datepickerSpecial.datepickerSelected a {
	background: #a00;
	color:#ddd;
}

.datepickerViewDays th.datepickerGoPrev,
.datepickerViewDays th.datepickerGoNext,
.datepickerViewDays th.datepickerMonthOnly,
.datepickerViewDays th.datepickerYearOnly {
	background-color: #d2dee5;
}
.datepickerViewDays th.datepickerGoPrev a,
.datepickerViewDays th.datepickerGoNext a,
.datepickerViewDays th.datepickerMonthOnly > span,
.datepickerViewDays th.datepickerYearOnly > span {
	background-color: #fff;
	color: #0a4e79;
	display: block;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px;
	padding: 5px 0;
	height: 34px;
}
.datepickerViewDays th.datepickerMonthOnly a,
.datepickerViewDays th.datepickerYearOnly a {
	cursor: default;
}
.datepickerViewDays th.datepickerGoPrev a {
	border-radius: 20px 0 0 20px;
	float: right;
	max-width: 75%;
	padding-left: 5px;
	text-align: left;
}
.datepickerViewDays th.datepickerGoNext a {
	border-radius: 0 20px 20px 0;
	float: left;
	max-width: 75%;
	padding-right: 5px;
	text-align: right;
}
.datepickerViewDays th.datepickerGoPrev a span,
.datepickerViewDays th.datepickerGoNext a span {
	background-color: #7d9fb5;
	background-image: none;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 12px;
	height: 24px;
	padding: 2px 5px;
	width: 24px;
}
.datepickerViewDays th.datepickerGoNext a span {
	float: right;
}
.datepickerViewDays th.datepickerGoPrev a:hover span,
.datepickerViewDays th.datepickerGoNext a:hover span {
	background-color: #3a5e75;
}
div.datepicker .datepickerViewDays .curMonth,
div.datepicker .datepickerViewDays .curYear {
	background: none;
	border: none;
	text-align: center;
	text-align-last: center;
	-moz-appearance: none;
    -webkit-appearance: none;
}
/*div.datepicker .datepickerDoW {
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5) inset;
}*/
div.datepicker .datepickerDoW th,
div.datepicker .datepickerDays td {
	border-bottom: 1px solid;
	color: #0f7abf;
	text-transform: uppercase;
	width: 14.25%;
}
div.datepicker .datepickerDoW th {
	border-bottom-color: #00b8ec;
}
div.datepicker .datepickerDays td {
	border-bottom-color: #eee;
	overflow: hidden;
	position: relative;
}
/*
div.datepicker .datepickerDoW > th:first-child,
div.datepicker .datepickerDoW > th:last-child,
div.datepicker .datepickerDays > tr > td:first-child,
div.datepicker .datepickerDays > tr > td:last-child {
	width: 18.75%;
}
*/
div.datepicker .datepickerDoW th span {
	display: block;
	font-size: 15px;
	padding: 1em 0 12px;
	width: 100%;
}
div.datepicker .datepickerDays td a {
	color: #666;
	display: block;
	font-weight: 500;
	line-height: 40px;
	margin: 5px 0;
	position: relative;
	width: 100%;
}
div.datepicker .datepickerDays td span {
	border-radius: 50%;
	display: inline-block;
	height: 100%;
	width: 40px;
}
div.datepicker .datepickerDays td:not(.datepickerSelected):not(.datepickerDisabled) a:hover span {
	background-color: #f2f2f2;
}
/*
div.datepicker .datepickerDoW > th:first-child span,
div.datepicker .datepickerDays > tr > td:first-child a {
	float: right;
	max-width: 66.6667%;
}
div.datepicker .datepickerDoW > th:last-child span,
div.datepicker .datepickerDays > tr > td:last-child a {
	float: left;
	max-width: 66.6667%;
}
*/
div.datepicker .datepickerDays > tr > td.datepickerSelected:first-child:not(.start) a {
	max-width: 100%;
	/*padding-left: 33.3333%;*/
}
div.datepicker .datepickerDays > tr > td.datepickerSelected:last-child:not(.end) a {
	max-width: 100%;
	padding-right: 33.3333%;
}
div.datepicker td.datepickerDisabled a,
div.datepicker td.datepickerDisabled a:hover {
	color: #c5c5c5;
	cursor: default;
}
div.datepicker td.datepickerNotInMonth a {
	color: #aaa;
}

/*.hotel-calendar div.datepicker td.datepickerSelected a {
	background-color: #dadada;
}*/
.flights-calendar div.datepicker td.datepickerSelected a {
	background-color: transparent;
}
div.datepicker td.datepickerSelected.start a,
div.datepicker td.datepickerSelected.end a {
	color: #fff;
}
/*div.datepicker td.datepickerSelected.start a {
	border-radius: 50% 0 0 50%;
}
div.datepicker td.datepickerSelected.end a {
	border-radius: 0 50% 50% 0;
}*/
div.datepicker td.datepickerSelected.start span,
div.datepicker td.datepickerSelected.end span {
	background-color: #0f7abf;
}
div.datepicker .dpicS .datepickerViewDays td.datepickerSelected.start span,
div.datepicker .dpicE .datepickerViewDays td.datepickerSelected.end span {
	background-color: #ffa003;
}

/*---------------------------------------------------------------------------------------------------------------*/
#customWidget {
	position: relative;
	height: 36px;
}

#widget {
	background: red;
}
#widgetField {
	width: 290px;
	height: 26px;
	background: url(../../../img/mobile/field.png);
	overflow: hidden;
	position: relative;
}
#widgetField a 	{
	display: block;
	position: absolute;
	width: 26px;
	height: 26px;
	top: 0;
	right: 0;
	text-decoration: none;
	text-indent: -3000px;
}
#widgetField span	{
	font-size: 18px;
	font-weight: bold;
	color: #000;
	position: absolute;
	top: 0;
	height: 26px;
	line-height: 26px;
	left: 5px;
	width: 280px;
	text-align: center;
}
#widgetCalendar {
	position: relative;
	/*bottom: -1500px;*/
	left: 0;
	height: 100%;
	overflow: hidden;
	width: 100%;
	background: #fff;
	z-index: 1000;
}
.datepickerTop {
	background-color: #d2dee5;
	color: #0a4e79;
	/*float: right;*/
	margin: 0;
	position: relative;
	text-align: center;
}
.datepickerTop .datepickerTitle {
	background-color: #0f7abf;
	color: #fff;
	display: block;
	font-size: 1rem;
	font-weight: 500;
	padding: 10px 0.9375rem;
	text-transform: uppercase;
}
.datepickerTop .datepickerClose {
	background-color: #3ada14;
	background-image: none;
	border-radius: 50%;
	color: #7a7a7a;
	cursor: pointer;
	display: block;
	height: auto;
	line-height: 1;
	padding: 3px;
	position: absolute; 
	right: 5%; 
	top: 8px;
	width: auto;
}
.datepickerTop .datepickerClose .ui-icon-delete {
	background-color: transparent;
	background-position: -280px 0px;
	background-size: cover;
	box-shadow: none;
	display: inline-block;
	font-size: 1.25em;
	height: 20px;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
	width: 20px;
}
.datepickerSwitch {
	text-align: center; 
	color: #333;
	margin-bottom:5px;
}
.datepickerSwitch > span{
	display: inline-block;
	padding-right:20px; 
	cursor: pointer;
	background-color: #e0e0e0;
	color: #777777;
	text-align: center;
	border: 1px solid #cfcfcf;
	font-size:12px;
	line-height:32px;
}
.datepickerSwitch .active{
	background: #ffd672; /* Old browsers */
background: -moz-linear-gradient(top,  #ffd672 0%, #fd9949 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd672), color-stop(100%,#fd9949)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffd672 0%,#fd9949 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffd672 0%,#fd9949 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffd672 0%,#fd9949 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffd672 0%,#fd9949 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd672', endColorstr='#fd9949',GradientType=0 ); /* IE6-9 */
	color: #333333;
}
.datepickerSwitch > span .bullet{
	display: inline-block;
	width: 26px; 
	height: 26px; 
	padding: 0 5px;
	float:left;
}
.datepickerSwitch > span.single .bullet{
	background: url(../../img/icon_flightopt.png) no-repeat right 2px transparent;
}
.datepickerSwitch > span.single.active .bullet{
	background: url(../../img/icon_flightopt.png) no-repeat left -42px transparent;
}
.datepickerSwitch > span.range .bullet{
	background: url(../../img/icon_flightopt.png) no-repeat right 2px transparent;
}
.datepickerSwitch > span.range.active .bullet{
	background: url(../../img/icon_flightopt.png) no-repeat left -42px transparent;
}
.single {
	-moz-border-radius:8px 0 0 8px;
	-webkit-border-radius:8px 0 0 8px;
	border-radius:8px 0 0 8px;
}
.range {
	-moz-border-radius:0 8px 8px 0;
	-webkit-border-radius:0 8px 8px 0;
	border-radius:0 8px 8px 0;
}
#closeDatePicker{
	display: block;
	text-align: center;
	left: 20px;
	padding: 5px;
	bottom: 10px;
	border: solid 1px #036d26;
	background: #9ef407;
	color: #000;
}

.datepickerTop > .half {
	background-color: #fff;
	border-bottom: 4px solid #b3bdc3;
	color: inherit;
	cursor: pointer;
	display: inline-block;
	margin: 10px 0;
	overflow: visible;
	padding-bottom: 6px;
	position: relative;
	width: 45.5%; 
}
.datepickerTop > .half.active {
	border-bottom-color: #ffa003;
	border-bottom-width: 4px;
}
.datepickerTop > .half.active::after {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 9px solid #ffa003;
	content: "";
	left: 50%;
	margin-left: -4px;
	position: absolute;
	top: 100%;
}
.datepickerTop .datepicker-label {
	background-color: #0f7abf;
	color: #fff;
	font-size: 90%;
	font-weight: 700;
	margin-bottom: 3px;
	padding: 3px 0;
}
.datepicker .datepickerTop .half .icon-date {
	display: none!important;
}
.datepickerTop .datepickerStart {
	border-radius: 8px 0 0 8px;
}
.datepickerTop .datepickerStart .datesmall:before,
.datepickerTop .datepickerEnd .datebig:after,
.datepickerTop .datepickerEnd .returnLabel:after {
	color: #7d9fb5;
	font-family: 'NusaIcons';
	font-size: 1.625rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	position: absolute;
	text-transform: none;
	top: 5px;
}
.datepickerTop .datepickerStart .datesmall:before {
	content: "\e903";
	left: 0;
}
.datepickerTop .datepickerStart .datesmall {
	padding-left: 34px;
}
.datepickerTop .datepickerEnd .datebig:after {
	content: "\e904";
	right: 0;
}
.datepickerTop .datepickerEnd .datebig,
.datepickerTop .datepickerEnd .returnLabel {
	padding-right: 34px;
}
.datepickerTop .datepickerEnd .returnLabel:after {
	content: "\e904";
	right: 0;
}
.datepickerTop .datepickerStart .datepicker-label {
	border-radius: 8px 0 0 0;
}
.datepickerTop .datepickerEnd {
	border-radius: 0 8px 8px 0;
}
.datepickerTop .datepickerEnd .datepicker-label {
	border-radius: 0 8px 0 0;
}
.datepickerTop .active .datepicker-label {
	background-color: #ffa003;
}
.datepickerTop .flight-trip-switch {
	border-radius: 50%;
	bottom: 20px;
	cursor: pointer;
	height: 34px;
	left: 50%;
	margin-left: -17px;
	max-width: 34px;
	overflow: hidden;
	position: absolute;
	width: 34px;
}
.datepickerTop .flight-trip-switch .ns-stack.ns-stack-lg {
	border: none;
	height: 34px;
	width: 34px;
}
.datepickerTop .flight-trip-switch .ns-stack.ns-stack-lg .ns-icon {
	color: #ff9f00;
	font-size: 20px;
	line-height: 34px;
}
.datepickerTop .flight-trip-switch .indicator {
	background: none;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	bottom: 0;
	height: 50%;
	opacity: 0.7;
	position: absolute;
	width: 100%;
	z-index: 99999;	
}
.datepickerTop .flight-trip-switch .indicator.active {
	background: #094164;
}
.datepickerTop .remove-btn {
	background-color: #fff;
	box-shadow: -1px 1px 1px rgba(0,0,0,.7);
	border-radius: 50%;
	cursor: pointer;
	height: 17px;
	left: auto;
	margin-right: -8px;
	right: 4.5%;
	top: 45px;
	position: absolute;
	width: 17px;
}

.datepickerTop .date-counter-holder,
.datepickerTop .small {
	position: absolute;
}
.datepickerTop .small {
	bottom: 15px;
	font-size: 10px;
	left: 50%;
	margin-left: -15px;
}
.datepickerTop .date-counter-holder {
	bottom: 26px;
	left: 50%;
	margin-left: -1rem;
	max-width: 2rem;
}
.datepickerTop .date-counter-holder .ns-stack-2x {
	font-size: 26px;
}
.datepickerTop .date-counter {
	color: #fff;
	font-size: 12px;
	line-height: 26px;
}
.datepickerTop .datesmall,
.datepickerTop .datebig,
.datepickerTop .returnLabel {
	display: inline-block;
	padding: 3px 0;
	position: relative;
	vertical-align: middle;
}
.datepickerTop .datesmall {
	font-size: .75rem;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}
.datepickerTop .datebig {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: -1px;
	line-height: 1;
	margin-left: 5px;
}
.datepickerTop .datepickerStart .datebig {
	margin-right: 10px;
}
.datepickerTop .returnLabel {
	line-height: 1.15;
	margin-top: 0;
	text-align: center;
}

/*
div.datepicker .datepickerDays > tr > td.datepickerSelected:first-child:not(.start) a span {
	margin-right: -35%;
}

div.datepicker .datepickerDays > tr > td.datepickerSelected:last-child:not(.end) a span {
	margin-left: -35%;
}*/
