#search_div {
	position: absolute; 
	z-index: 50; 
	top: 0px; 
	min-width: 100%;
	min-height: 100%;
	text-align: center;
	background-image: url('imgs/transpBlack75.png');
	background-repeat: repeat;
	display: none;
}

#search_div_container {
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	z-index: 50; 
	width: 100%;
	max-width: 700px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #eee;
	opacity: 0.9;
	padding: 3px;
	text-align: left;
	position: relative;
	height: 140px;
}

#i_start_location {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%; 
	height: 50px; 
	text-align: center; 
	font-size: 25px; 
	opacity: 0.85; 
	z-index: 100;
}

#i_end_location {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%; 
	height: 50px; 
	text-align: center; 
	font-size: 25px; 
	opacity: 0.85; 
	z-index: 80;
}

.input_gray {
	font-style: italic;
	color: #aaa; 
}

.input_bold {
	color: #333;
	font-weight: bold;
}

#search_title {
	font-size: 30px;
	color: #444;
}

#close_navigation {
	float: right;
	font-size: 30px;
	color: #111;
	cursor: pointer;
}

#ch_no_bariers {
	width: 200px;
}

.button {
    margin: 0;
    margin-left: 1px;
    margin-top: 1px;
    padding: 5px 5px 5px 5px;
    text-align: center;
    font-size: 25px;
    color: #fff;
    background-color: rgb(1, 113, 197);
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
	font-family: Verdana, Geneva, sans-serif;
}

.button:hover {
	background-color: #3DA0DB;
}

.disabled {
	background-color: #ceDBF0;	
}

.disabled:hover {
	background-color: #BDDBF0;
}

#search_button {
	width: 120px;
	height: 30px;
	background-color: rgb(1, 113, 197);
	float: right;
    position: relative;
    margin: 0;
    margin-left: 1px;
    margin-top: 1px;
    padding: 5px 5px 5px 5px;
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    background-color: rgb(1, 113, 197);
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    z-index: 82;
    position: absolute; 
	top: 5px; 
	right: 5px;
	display: none;
	font-family: Verdana, Geneva, sans-serif;
}

#navigate_prev {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10%;
	height: 100%;
	background-image: url('imgs/transpBlack25.png');
	background-repeat: repeat;
	z-index: 0;
	cursor: pointer;
	display: inline-block;
	text-align:center; /* Align center inline elements */
    font: 0/0 a;
    display: none;
}

#navigate_prev .centerer {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

#img_prev {
	vertical-align: middle;
    display: inline-block;
    max-height: 100%;  /* <-- Set maximum height to 100% of its parent */
    max-width: 100%;   /* <-- Set maximum width to 100% of its parent */
	display: inline-block;
	width: 100px;
	cursor: pointer;
}

#img_next {
	vertical-align: middle;
    display: inline-block;
    max-height: 100%;  /* <-- Set maximum height to 100% of its parent */
    max-width: 100%;   /* <-- Set maximum width to 100% of its parent */
	display: inline-block;
	width: 100px;
	cursor: pointer;	
}

#navigate_next {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10%;
	height: 100%;
	background-image: url('imgs/transpBlack25.png');
	background-repeat: repeat;
	z-index: 0;
	cursor: pointer;
	display: inline-block;
	text-align:center; /* Align center inline elements */
    font: 0/0 a;
    display: none;
}

#navigate_next .centerer {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

#finished {
	width: 350px;
	height: 80px;
	font-size: 25px;
	position: absolute;
	top: 0px;
	left: 45%;
	z-index: 90;
	display: none;
	cursor: Auto;
}

#progressbar {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: absolute;
	top: 0px;
	left: 10%;
	z-index: 89;
	width: 80%;
	height: 15px;
	opacity: 0.6;
	background-color: rgb(1, 113, 197);
	display: none;
}

.ui-autocomplete {
	max-height: 70%;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}

.ui-autocomplete-portable {
	max-height: 100px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}

#barrier_free {
	position: absolute;
	top: 3px;
	bottom: 41px;
	width: 88px;
	height: 88px;
	background-size: 88px 88px;
	background-repeat:no-repeat;
	background-position:center center;
	background-image: url(imgs/invalid.png);
}

#search_inputs 
{	position: absolute;
	top: 3px;
	left: 104px;
	right: 104px;
	height: 100px;
	bottom: 41px;
}

#navigation_bottom_stripe {
	position: absolute;
	top: 104px;
	left: 2px;
	right: 3px;
	bottom: 3px;
	padding-top: 0px;
}

#start_navigation_button {
	position: absolute;
	top: 3px;
	right: 4px;
	bottom: 41px;
	width: 97px;
	height: 97px;

	background-image: url(imgs/start_navigation.png);
	background-size: 88px 88px;
	background-repeat:no-repeat;
	background-position:center center;
}

.close_img {
	margin-top: 3px;
	width: 26px;
	height: 26px;
	color: #C94D4D;
}

