.ui-state-highlight{
	background:#e8eefa !important;
	border: 1px solid #dddddd !important;;
	font-weight:bold !important;
	color:black !important;
}

.fm_calendar_wrapper{
	background:white;
	margin-bottom: 10px;
	width:280px;
}

.ui-dialog .fm_calendar_wrapper{
	width:100%;
}

.fm_flex-break {
	flex-basis: 100%;
	height: 0;
}

.ncal-dp-selected{
	background:#66b1ff !important;
	background:yellow !important;
	border-color:#dadada !important;
	color:black !important;;
}

.ncal-dp-selected.first, .ncal-dp-selected.last{
	background:#0073ea !important;
	color:white !important;
}



.fm_calendar{
background: orange;
padding: 10px;

}
.fm_calendar h2{
	margin:0px;
	font-size:18px;
	color:white;
	text-shadow:1px 1px 0px black;
}

.fm_calendar_title{
	font-size:13px;
	margin-bottom: 2px;
}


.fm_calendar_date_wrapper{
	position:relative;
}


#show_fm_calendar_button_wrapper{
display:none;	
}

#hidden_mobile_fm_calendar_wrapper{
display:block;	
}

#ncal_button:disabled{
background: gray !important;
border: 1px solid #dadada;
color: #dadada;
}

.fm_calendar_date_wrapper:after{
	position:absolute;
	content: "\f078";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	font-size:12px;
	line-height:18px;
	pointer-events: none;
	top: 7px;
    right: 9px;
}

.fm_calendar_date_wrapper:before{
	position:absolute;
	content: "\f274";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height:18px;
	pointer-events: none;
	top: 7px;
	left: 7px;
}


input.fm_calendar_date{
	line-height: 22px;
	background: white;
	padding: 6px 20px 6px 30px;
	color: #333;
	border-radius: 3px;
	width:100%;
	border:0px;
	cursor:pointer;
	min-width: 131px;
}


.fm_calendar_date .fa-chevron-down{
	float:right;
	font-size:12px;
	line-height:18px;
}


input.fm_calendar_input {
    line-height: 22px;
    background: white;
    padding: 6px 10px 6px 10px;
    color: #333;
    border-radius: 3px;
    width: 100%;
    border: 0px;
    cursor: pointer;
}


select.fm_calendar_select{
	width:100%;
	background: white;
	line-height: 22px;
	padding: 6px 26px 6px 24px;
	color: #333;
	border-radius: 3px;
	border:0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.fm_calendar_input_wrapper,
.fm_calendar_select_wrapper {
	position:relative;
}

.fm_calendar_select_wrapper:after{
	position:absolute;
	content: "\f078";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	font-size:12px;
	line-height:18px;
	pointer-events: none;
	top: 7px;
	right: 7px;
}

#locationkm.fm_calendar_select_wrapper:before,
.fm_calendar_select_wrapper:before{
	position:absolute;
	content: "\f183";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height:18px;
	pointer-events: none;
	top: 9px;
	left: 10px;
}


#locationkm.fm_calendar_select_wrapper:before {
	content: none;
}

select#km.fm_calendar_select,
#poikm select.fm_calendar_select {
	padding: 6px 18px 6px 2px;
	font-size: 14px;
}

.fm_calendar_persons{
	width:100%;
}

.fm_calendar_row:not(:first-child){
	margin-top: 12px;
}

#fm_calendar_row_days{
	margin-top: 12px;
	font-size:13px;
}

.fm_calendar_row button.btn{
	width:100%;
}


#ui-datepicker-div .ui-widget-header {
	border: 0px;
    border-radius: 0px;
    border-top: 1px solid #303030;
    border-left: 1px solid #303030;
    border-right: 1px solid #303030;
    background: #848484;
    font-weight: bold;
    color: white;
}

#ui-datepicker-div .ui-state-hover,
#ui-datepicker-div .ui-widget-content .ui-state-hover,
#ui-datepicker-div .ui-widget-header .ui-state-hover,
#ui-datepicker-div .ui-state-focus,
#ui-datepicker-div .ui-widget-content .ui-state-focus,
#ui-datepicker-div .ui-widget-header .ui-state-focus,
#ui-datepicker-div .ui-button:hover, .ui-button:focus {
    border: 1px solid #4C4C4C;
    background: #4C4C4C;
    font-weight: normal;
    color: #ffffff;
}





.close-icon {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 16px;
  height: 16px;
  opacity: 0.3;
  cursor: pointer;
  display: none;
  z-index: 3;
}

.close-icon:hover {
  opacity: 1;
}
.close-icon:before, .close-icon:after {
    position: absolute;
    left: 7px;
    content: ' ';
    height: 13px;
    width: 2px;
    background-color: #333;
}
.close-icon:before {
  transform: rotate(45deg);
}
.close-icon:after {
  transform: rotate(-45deg);
}


#city_or_region_search+.close-icon {
    position: absolute;
    top: 10px;
    right: 6px;
    bottom: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 0;
}


#nsht_search{
    background-color: #fff;
    color: #555;
    margin: 0;
    padding: 6px 10px 6px 10px;
	box-shadow: none;
	position: relative;
	vertical-align: top;
	display: inline-block;
	line-height: 22px;
	height: 34px;
}


#city_or_region,
#city_or_region_search_container,
#poi_search_container {
    background-color: #fff;
    color: #555;
    margin: 0;
    padding: 6px 10px 6px 10px;
	box-shadow: none;
	border-radius: 3px 0 0 3px;
	width: calc(100% - 80px);
	position: relative;
	vertical-align: top;
	display: inline-block;
	font-size: 16px;
	line-height: 22px;
	border: 0px;
	z-index: 2;
	height: 34px;
}


#city_or_region_search_container,
#poi_search_container{
	display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
	z-index: 3;
	padding: 0;
	
	background: transparent;
}

#poi_search_container{
	width: calc(100% - 96px);
}

#city_or_region_search{
    margin: 0;
    padding: 6px 10px 6px 10px;	
	font-size: 16px;
	line-height: 22px;
	width: 100%;
}



#city_or_region_results{
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    max-width: 320px;
    z-index: 4;
	box-shadow: 2px 2px 9px rgb(0 0 0 / 68%);
    background: white;
	width: max-content;
	max-height: 310px;
    overflow: auto;	
}


#city_or_region_results ul {
    padding: 6px 0;    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	margin-bottom: 0;
}

#city_or_region_results_wraper {
    display: inline-block;
}


#city_or_region_results li {
    list-style-type: none;
    padding: 3px 9px;
    font-size: 17px;
    border-bottom: 1px solid #eee;
    display: block;
	max-width: 380px;
	color: black;
	clear: both;
	font-family: 'Roboto', sans-serif;
}

#city_or_region_results li .locname {
	float: left;
	pointer-events: none;
}

#city_or_region_results li:hover,
#city_or_region_results li.city_or_region-selected {
    background-color: #3f91ff;
	color:white;
    cursor: pointer;
}

.res-count{
    color: black;
    border-radius: 5px;
    padding: 0px 4px;
    float: right;
    pointer-events: none;
	position: relative;
    top: 4px;
    font-size: 15px;	
}

.settlement-region{
	float: right;
    vertical-align: bottom !important;
    position: relative;
    top: 4px;
    font-size: 15px;
    margin-left: 16px;
    opacity: 0.8;
	display: block;
	pointer-events: none;
}

#showresults{
    min-width: 200px;
}



.search_mark{
	font-weight: bold;
}

.city_or_region_info {
	font-size: 18px;
	color: gray;
	width: 100%;
	padding: 10px 20px;
	min-width: 300px;
}
						
.city_or_region_info div {
	padding: 2px 20px;
}

.city_or_region_info div::before {
	content: '•';
	color: gray;
	padding-right: 10px;
}

.city_or_region_info div:first-child {
	padding-bottom: 5px;
	padding-left: 0;
}

.city_or_region_info div:first-child::before {
	content: '';
	padding-right: 0;
}

@media only screen and (max-width : 768px) {


	.fm_calendar_row, .fm_calendar_row:not(:first-child) {
		margin-bottom: 12px;
	}

	.fm_calendar_row #ncal_persons{
		max-width: none;
	}
	
	.fm_calendar_row {
		margin: 0 2%;
	}

	.fm_calendar_wrapper{
		width:100%;
	}

	#poi_search_container{
		width: calc(100% - 80px);
	}
		

	#show_fm_calendar_button_wrapper{
		display:block;	
	}
	
	#hidden_mobile_fm_calendar_wrapper{
		display:none;	
	}

	#city_or_region_results {
		width: 100%;
	}


	.bootstrap-iso .fm_calendar .fm_calendar_title {
		font-size: 16px;
	}

	.bootstrap-iso .fm_calendar #city_or_region,
	.bootstrap-iso .fm_calendar select,
	.bootstrap-iso .fm_calendar button,
	.bootstrap-iso .fm_calendar input {
		font-size: 20px;
	}

	.bootstrap-iso .fm_calendar input::placeholder {
		opacity: .9;
		font-size: 16px;
	}


	#fm_calendar_date_from,
	#fm_calendar_date_to {
		width: 45%;
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
	}

	
	#fm_calendar_date_to {
		float: right;
	}

	.fm_calendar .fm_calendar_row, .fm_calendar_row:not(:first-child) {
		margin-bottom: 12px; 
	}


}
