.htmlMarker {
	width: 55px;
	margin-left: -25px;
	margin-top: -4px;
}

.htmlMarker .pinContent {
	background-color: #fff;
	padding: 4px;
	margin-top: 10px;
	color: #383838;
	position: relative;
	height: 20px;
	width: auto;
	font-weight: bold;
	box-shadow: 0 3px 12px 1px rgba(0, 0, 0, 0.26);
	cursor: pointer;
}

.htmlMarker .pinContent:hover {
	background-color: #fec60a;
}

.htmlMarker .pinContent .searchIcon {
	background-color: #fec60a;
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 20px;
	margin: 0 auto;
	padding: 4px;
	color: #000;
}

.pinTooltip {
	background: #000;
	color: #fff;
	width: auto;
	font-size: 10px;
	padding: 3px 5px;
	margin-top: 60px;
	margin-left: 50px;
	height: 20px;
	opacity: 1;
}

.pinFlightDetail {
	background-color: rgba(255, 255, 255, 0.95);
	display: block;
	width: 665px;
	height: -webkit-fill-available;
	left: 0;
	top: 0px;
	position: absolute;
	padding: 10px;
	z-index: 1;
}

.detailHeader {
	
}

.detailParkour {
	
}

body {
	min-height: 800px !important;
}

.slider {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.slider.slider-horizontal {
	width: 100%;
	height: 20px;
}

.slider.slider-horizontal .slider-track {
	height: 10px;
	width: 100%;
	margin-top: -5px;
	top: 50%;
	left: 0;
}

.slider.slider-horizontal .slider-selection, .slider.slider-horizontal .slider-track-low,
	.slider.slider-horizontal .slider-track-high {
	height: 100%;
	top: 0;
	bottom: 0;
}

.slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle
	{
	margin-left: -10px;
}

.slider.slider-disabled .slider-handle {
	background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
	background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
	background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf',
		endColorstr='#ffbebebe', GradientType=0);
}

.slider.slider-disabled .slider-track {
	background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
	background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
	background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5',
		endColorstr='#ffe9e9e9', GradientType=0);
	cursor: not-allowed;
}

.slider input {
	display: none;
}

.slider .tooltip {
	opacity: 1 !important;
	z-index: 2;
}

.slider .tooltip.top {
	margin-top: -25px;
}

.slider .tooltip-inner {
	white-space: nowrap;
	max-width: none;
	font-weight: bold;
	box-shadow: 0 3px 12px 1px rgba(0, 0, 0, 0.26);
	color: #383838;
	background-color: #fff;
}

.slider .hide {
	display: none;
}

.slider-track {
	position: absolute;
	cursor: pointer;
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
	background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
	background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',
		endColorstr='#fff9f9f9', GradientType=0);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}

.slider-selection {
	position: absolute;
	background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
	background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
	background-image: linear-gradient(to bottom, #fff2c7 0%, #ffe694 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9',
		endColorstr='#fff5f5f5', GradientType=0);
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
}

.slider-track-low, .slider-track-high {
	position: absolute;
	background: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
}

.slider-handle {
	position: absolute;
	top: 0;
	width: 20px;
	height: 20px;
	background-color: #337ab7;
	background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%);
	background-image: -o-linear-gradient(top, #149bdf 0%, #0480be 100%);
	background-image: linear-gradient(to bottom, #ffd74f 0%, #ecb600 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf',
		endColorstr='#ff0480be', GradientType=0);
	filter: none;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px
		rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px
		rgba(0, 0, 0, .05);
	border: 0px solid transparent;
}

.slider-handle.round {
	border-radius: 50%;
}

.fareAlertDetail {
	padding: 5px;
    margin-top: -10px;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #ccc;
    margin: 10px 15px 10px;
    border-radius: 5px;
}

.fareAlertFromTo, .fareAlertOneWay {
	border-bottom: 1px solid #ccc;
	padding: 0 0 5px 0;
	margin-bottom: 5px;
	width: 100%;
}

.fareAlertFrom, .fareAlertTo {
	width: 45%;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}

.fareAlertBottomLine {
    text-align: center;
    width: 100%;
    font-size: 12px;
    margin-bottom: -5px;
}

.fareAlertBottomLine .fareAlertSpan {
	margin-bottom: 0;
	padding: 0 10px;
	border-right: 1px solid #aaa;
}

.fareAlertBottomLine .fareAlertSpan:last-child {
	border-right: none !important;
}

.fareAlertArrow {
	width: 10%;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	color: #fec60a;
	vertical-align: top;
}

.fareAlertOneWay .fareAlertArrow {
	background-image: url(/resources/img/icons/tekyon-sari.png);
	width: 36px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 3px 5px 0;
	background-position: center;
}

.fareAlertFromTo .fareAlertArrow {
	background-image: url(/resources/img/icons/gidisdonus-sari.png);
	width: 24px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 5px;
	background-position: center;
}

.fareAlertBtnArea {
    width: 100%;
    margin-left: 5px;
}

.fareAlertBtnArea span {
    font-size: 12px;
    margin-right: 10px;
}

.fareAlertBtnArea button {
    margin-top: 4px !important;
    padding: 7px 10px;
    margin-bottom: 10px !important;
    background-color: #fec60a;
    border: 1px solid #fec60a;
    color: #383838;
    border-radius: 3px;
}

.fareAlertBtnArea button:hover {
	background-color: #fec60a;
	border: 1px solid #fec60a;
}

#form-fareAlert {
	margin-top: -15px;
}

.fareAlertHeading {
	margin: 0px -13px;
	padding: 5px 15px;
	border-bottom: 2px solid #fec60a;
}

.fareAlertHeading h2 {
	padding: 0;
	margin: 0;
}

.fareAlertArea .fa-question-circle {
	color: #777;
	padding-left: 5px;
	cursor: pointer;
}

#form-fareAlert .fareAlertArea .form-group {
    display: inline-block;
    text-align: center;
}

.fareAlertBtnArea.fareAlertGuestBtnArea {
    margin-top: 24px;
    margin-left: 0;
    float: right;
}

#emailMarketing-farealert {
    display: inline-block;
    width: auto;
}

#form-fareAlert .fareAlertArea .form-group label {
    font-size: 12px;
}

.fareAlertArea label span {
    color: #383838;
    font-size: 12px;
    font-weight: bold;
    margin-left: 3px;
}

.fareAlertMailNotification {
	padding: 15px 0px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    color: #d61111;
}

.autocomplete-flight#fromText {
	font-weight: bold;
}

.mapHeaderRow {
	padding-top: 10px;
	background: #fff;
}

.mapNearestAirports span, .mapExactDates span, .mapDirectFlight span {
	padding-left: 3px;
	font-size: 12px;
}

#maxPriceSlider {
	margin-top: 5px;
}

input#maxPrice {
	display: none;
}

.colorStart {
	margin-top: 5px;
	margin-left: 15px;
}

.colorTaxi, .colorDirect {
	margin-left: 15px;
}

.colorDirect div {
	background: #7AC855;
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 3px;
}

.colorTaxi div {
	background: #F8C04F;
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 3px;
}

.colorStart div {
	background: #3297F6;
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 3px;
}

.colorDirect span, .colorTaxi span, .colorStart span {
	font-size: 12px;
}

.detailHeader h2 {
	font-size: 20px;
}

#panelRangeDate {
	width: 500px;
	background-color: #fff;
	position: absolute;
	z-index: 2;
	padding: 10px;
	border-radius: 2px;
	box-shadow: 0 3px 12px 1px rgba(0, 0, 0, 0.26);
}

.rangeDate, [data-selected="0"].rangeDate {
	padding: 4px 6px;
	font-size: 12px;
	font-weight: bold;
	color: #383838;
	margin: 1px;
	margin-bottom: 5px;
	display: inline-block;
	border: 1px solid #a0a0a0;
	border-radius: 5px;
	background-color: #fff;
	cursor: pointer;
}

.rangeDate:hover, [data-selected="1"].rangeDate {
	background-color: #fec60a;
	border: 1px solid #fec60a;
	color: #383838;
	font-weight: bold;
}

#panelRangeDate h5 {
	margin: 10px 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	font-size: 16px;
	color: #383838;
	font-weight: 400;
}

.detailFlight {
	margin-top: 10px;
}

.detailFlight a {
	cursor: pointer;
}

#btnShowPanelRangeDate {
	font-size: 1rem;
	font-weight: bold;
	width: auto;
	display: inline-block;
	cursor: pointer;
	padding: .5rem .75rem;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem;
	line-height: 1.25;
}

#btnShowPanelRangeDate a {
	
}

.selectedRangeDate {
	background-color: #fec60a;
	border: 1px solid #fec60a;
	color: #383838;
	font-weight: bold;
}

.panelRangeDropdownArrow {
	transform: rotate(90deg);
	width: 8px;
	margin-left: 20px;
}

.mapDirectFlight {
	margin-top: 8px;
}

.cheapestFlightDetailArrow {
	width: 42px;
	margin: -5px 6px 0;
}

.cheapestFlightDetailArrowSml {
	width: 24px;
	margin: -1px 5px 0;
}

.detailParkour span {
	padding: 7px 0;
	display: block;
	border-top: 1px solid #ccc;
}

#modalFareAlert .modal-dialog {
  width: 665px;
  top: 50px;
  right: auto;
  left: 0;
}

#modalFareAlert .modal-dialog .modal-content {
    background: #f5f5f5;
}

#modalFareAlert .modal-dialog .modal-content .modal-header {
    margin: 0px;
    padding: 5px 15px;
    border-bottom: 2px solid #fec60a;
}

#modalFareAlert .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 1.5em;
    font-weight: bold;
}

#btnHidePanelRangeDate {
	float: right;
	background: transparent;
	border: 1px solid #383838;
	font-weight: 500;
	border-radius: 15px;
	line-height: 18px;
	padding: 3px 7px 3px;
}

#btnHidePanelRangeDate:hover {
	border: 1px solid #fec60a;
	background-color: #fec60a;
}

.betaSuggestionBtn {
	text-align: right;
	margin-top: 15px;
}

.betaSuggestionBtn a {
	border: 1px solid #383838;
	border-radius: 3px;
	padding: 4px 13px;
	color: #383838;
}

.betaSuggestionBtn a:hover {
	border: 1px solid #fec60a;
	background-color: #fec60a;
	text-decoration: none;
}

#mapLoading {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
}

#mapLoading img {
	margin-left: 45%;
	margin-top: 15%;
}

#success-farealert {
	text-align: center;
	width: 100%;
}

#success-farealert i {
	text-align: center;
	color: #349234;
	margin-top: 20px;
	margin-bottom: 5px;
}

#success-farealert span {
	display: block;
	font-size: 18px;
	padding: 10px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #444;
}

#success-farealert button {
	display: inline-block;
	text-align: center;
	margin-bottom: 20px;
}

#btnClosePinDetail {
    border: 1px solid #383838;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 7px 1px;
    border-radius: 15px;
    position: absolute;
    right: 10px;
    z-index: 9;
}

#btnClosePinDetail:hover {
	background: #383838;
	color: #fff;
}

.detailParkourPriceArea {
	border-bottom: 1px solid #ccc;
}

.detailParkourDirect {
	display: inline-block;
	float: right;
	margin-right: 5px;
}

.priceFont {
	display: inline-block;
	float: right;
	font-size: 20px;
	margin-top: -4px;
	font-weight: 500;
}

.priceFont div {
	display: inline-block;
	font-size: 15px;
}

#mapContainer {
	margin: 0 0 -2px;
	padding: 0;
	height: 800px;
	position: relative;
}

@media ( max-width :1280px) { /*     #mapContainer { */
	/*         height: 730px; */
	/*     } */
	/*     body { */
	/*         min-height: 770px !important; */
	/*     }  */
}

.mapDatepicker {
	margin-top: 10px;
}

.mapDatepicker a.ui-state-default {
	font-size: 11px;
	padding: .1em !important;
	text-align: center !important;
	width: 39px;
}

.mapDatepicker .ui-datepicker {
	width: 100% !important;
	padding: 0;
	overflow: auto;
}

@media ( max-width : 991px) {
	.footer {
		position: relative;
		bottom: -340px;
		width: 100%;
		padding: 15px 0 30px;
		display: block;
		margin-top: -338px;
	}
}

.mapDatepicker table tbody tr td {
	border: 1px solid #fff;
	cursor: pointer;
	background: #f5f5f5;
}

.mapDatepicker td.ui-datepicker-current-day.prm-active {
	background: rgba(254, 198, 10, 1) !important;
}

.mapDatepicker .cfc-price {
	font-size: 11px;
	padding: .1em !important;
	text-align: center !important;
	width: 39px;
}

.mapDatepicker .cfc-day, .mapDatepicker .cfc-search {
	width: 39px;
	text-align: center;
}

.mapDatepicker .ui-datepicker table {
	width: 99%;
}

.datepickerNote {
	margin-top: 5px;
    font-size: 12px;
    margin-left: 5px;
}

#departureChart .flight-departure ul, #departureChart .flight-return ul
	{
	background: transparent;
	margin-left: 50px;
	padding: 10px;
	z-index: 9;
	position: inherit;
}

#departureChart .flight-departure ul li.flight-item, #departureChart .flight-return ul li.flight-item
	{
	width: 18px;
}

.mapGraphBar, .mapGraphBarBase, .mapGraphBarOffset {
	width: 15px;
	display: block;
	margin-right: 5px;
	background: -webkit-linear-gradient(bottom, #0564b0 0, #71c6e2 100%);
}

.mapGraphBarBase {
	height: 10px;
	background: #0564b0;
}

.notAble .mapGraphBar, .notAble .mapGraphBarBase {
	background: #CCC;
}

.mapGraphBarOffset {
	background: none;
}

#departureChart .flight-departure ul li.flight-item, #departureChart .flight-return ul li.flight-item
	{
	cursor: pointer;
	font-size: 11px;
}

#departureChart .flight-departure ul li.flight-item.notAble,
	#departureChart .flight-return ul li.flight-item.notAble {
	cursor: not-allowed;
}

button#btn-addReturnFlight {
    margin: 20px 40%;
    padding: 5px 10px;
    border: 1px solid #383838;
    cursor: pointer;
    margin-bottom: -40px;
    max-width: none;
    font-size: 14px;
}

.flight-departure, .flight-return {
	position: relative;
}

.flight-return {
	margin-top: 15px;
}

.flight-departure .selected-flight, .flight-return .selected-flight {
	border-right: 1px solid #ccc;
	text-align: left;
	font-size: 12px;
}

.flight-departure .selected-flight #btn-goFlight, .flight-return .selected-flight #btn-goFlight
	{
	float: right;
	margin-top: -6px;
}

.mapGraphDiv {
	height: 150px;
	position: relative;
	margin-bottom: 30px;
}

.mapGraphTotalPrice {
	border: 1px solid #ccc;
	background: #fff;
	margin: 30px 5px 0;
	padding: 10px;
	text-align: center;
}

.mapGraphTotalPrice span strong {
	font-size: 16px;
}

.mapGraphTotalPrice button {
	margin-top: 13%;
    font-size: 18px;
    margin-right: -51px;
    text-align: right;
    width: auto;
    max-width: none;
}

.max-price {
	position: absolute;
	bottom: 139px;
	left: 5%;
	right: 5%;
	display: block;
}

.min-price {
	position: absolute;
	bottom: 49px;
	left: 5%;
	right: 5%;
	display: block;
}

.max-price .line, .min-price .line {
	width: calc(100% -10px);
	margin: 0 10px 0 10px;
	height: 1px;
	background-color: #ccc9d4
}

.max-price .price, .min-price .price {
	margin-left: -25px;
	margin-top: 10px;
	font-size: 11px;
	font-weight: bold;
}

.flight-item.selected-flight-item .mapGraphBar, .flight-item.selected-flight-item .mapGraphBarBase
	{
	background: #FDBF11;
}

.mapGraphMonthLine {
	margin-left: 37px;
}

.mapGraphMonthLine span {
	margin-top: 5px;
	color: #383838;
}

.flight-departure .selected-flight span, .flight-return .selected-flight span
	{
	margin-right: 0;
	border-right: none;
	padding-right: 0;
	display: block;
	margin-left: 28px;
}

.mapGraphAltHeader {
    background: #eee;
    margin: 0 -10px 20px;
}

.mapGraphAltHeader img {
	margin-left: 15px;
	height: 12px;
	margin-top: -4px;
}

.mapGraphAltHeader h3 {
	font-size: 14px;
	color: #383838;
	padding: 6px 10px 0px 5px;
	display: inline-block;
}

#btn-removeReturnFlight {
	float: right;
	margin: 3px 8px 1px 1px;
	border: 1px solid #ccc;
	background: #fff;
	color: #383838;
	font-size: 12px;
	padding: 1px 10px;
}

.mapGraphTotalPrice .col-4 {
	padding-left: 0;
}

.flight-departure h2 {
	font-size: 22px;
	margin-left: 5px;
	color: #383838;
}

/* new CSS */
/** .cfc-tooltip **/
.cfc-tooltip {
	position: absolute;
	z-index: 999999999;
	max-width: 300px;
	background-color: #FFF;
	border: 1px solid #C6C6C6;
}
body .cfc-tooltip {
	border-width: 2px;
}
@media (max-width: 640px) {
	.cfc-tooltip {
		left: 30% !important;
	}
}
.tt-content {
	position: relative;
    width: 210px;
    height: 160px;
    font-size: 12px;
}
.tt-content-info {
	position: relative;
	width: 200px;
	height: 62px;
	padding: 5px;
	font-size: 12px;
}
.tt-carrier {
    top: 5px;
    left: 5px;
    font-weight: bold;
    white-space: inherit;
    display: inline-block;
    max-width: 112px;
    padding: 5px 0 0 5px;
}
.tt-carrier img {
	margin-right: 5px;
}
.tt-list {
    top: 29px;
    list-style: none;
    padding-left: 5px;
}
.tt-list li {
	font-size: 11px;
}
.cfc-update {
	position: absolute;
	bottom: 0px;
	right: 5px;
	color: #C6C6C6;
	font-size: 9px;
}
.cfc-tt-price {
    position: absolute;
    right: 5px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    top: 5px;
}
.cfc-btn {
	font-weight: bold;
}
.cfc-last-seat {
	font-weight: bold;
	color: red;
}
.cfc-customer-info {
	font-size: 11px;
	height: 20px;
	display: block;
}

.btn-triangle-right {
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-left: 20px solid #fec60a;
    border-bottom: 19px solid transparent;
    display: inline-block;
    float: right;
    margin-left: 0;
    margin-top: 13%;
}

.flight-return .mapGraphDiv {
    margin-bottom: 50px;
}

#btnEmailMarketingInfoDiv {
    cursor: pointer;
    font-weight: bold;
    margin-left: 3px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 20px;
    padding: 0 5px 1px 6px;
    color: #737373;
}

#emailMarketingInfoDiv {
    font-size: 12px;
    border: 1px dashed #ccc;
    border-radius: 5px;
    background: #fff;
    padding: 10px 15px;
}