@CHARSET "utf-8";

html, body {
	height: 100%;
}

.container {
	height: 100%;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	padding-left: 0px !important;
	padding-right: 0px !important;
	width: 100% !important;
}

.box {
	text-align: center;
	color: white;
	padding: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.box-1 {
	height: auto;
	padding-bottom: 1vh;
}

.box-2 {
	flex: 1;
}

.box-3 {
	height: 50px;
}

#filter {
	margin-bottom: 8vh;
}

.filter_div {
	width: 100%;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.map_div {
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: 85vh;
	padding-bottom: 50px;
}

.footer {
	height: 70px !important;
	background-color: #1e3987 !important;
	
}

.nopadmad {
	padding: 0px;
	margin: 0px;
}

.padd-bot {
	padding-bottom: 3vh;
}

body {
	height: 1400px;
}

/* Always set the map height explicitly to define the size of the div
/* element that contains the map. */
#map {
	height: 100%;
}

/* Optional: Makes the sample page fill the window. */
html, body {
	height: 100vh;
	margin: 0;
	padding: 0;
}

.reduced_width {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.search_header_div {
	/*min-height: 5vh;*/
	padding-top: 4px;
}

.search_header_img {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1vh;
	padding-bottom: 1vh;
}

.btn-search {
	width: 100%;
	font-size: x-small;
}

/*.input_search {
	width: 100%;
	height: 30px;
	font-size: 12px;
	font-weight: 100;
	border: 1px solid #ccc;
	text-align: center;
	font-size: x-small;
	color: black;
}*/

.input_search{
	background-color: #1e3987;
    border-radius: 10px;
    color: white;
    height: 35px;
    border-color: #1e3987;
}

.input_search:hover{
	background-color: #1e3987;
    border-radius: 10px;
    color: white;
    height: 35px;
    border-color: #1e3987;
}

.input_search::placeholder {
	font-size: 12px;
	font-weight: 100;
	color: #CCC;
	text-align: center;
	font-size: x-small;
}



/* ************* TOAST MAPA INI ************** */


.toast_div{
	
}

.toast_bandera{
	width: auto;
	height: auto;
	padding: 5px;
	float: left;
}

.toast_bandera_img{
	width: 75px;
	height: auto;
}

.toast_datos{
	padding: 5px;
}

.toast_nombre{
	font-family: Gotham;
	font-size: 14px;
	font-weight: bold;
	color: #e73128;
	text-align: left;
	width: 100%;
}

.toast_direccion{
	font-family: Gotham;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-align: left;
	width: 100%;
}






/* ************* TOAST MAPA FIN ************** */











/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	.btn-search {
		font-size: small;
	}
	
	.input_search {
		font-size: small;
	}
	
	.input_search::placeholder {
		font-size: small;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}