/*
id: p_0010386
ruta: /enbares/front_end/map/enbares_02_map_02_css_01_template.css
*/
.class_mapaGoogle_p_0010386_css
{
	height: 100%;
	width: 100%;
	transition: 0.5s;
	min-height: 400px;
	min-width: 300px;
	transition: 1s;
	margin: 0 0 0 0 ;
}

.class_divNiveles_p_0010386_css
{
	text-align: center;
}

.calss_barName_p_0010386_css
{
    color: #999;
    text-align: left;
    font-size: 3em;
    display: inline-block;
}

.class_circuloNivel_p_0010386_css
{
	cursor: pointer;

    height: 90px;
    width: 90px;

    border:solid 2px #1abc9c;
    color: #999;
    text-align: center;
    border-radius: 100%;
    font-size: 3em;
    display: inline-block;

	-webkit-transition:0.2s linear;
	-moz-transition:0.2s linear;
	-ms-transition:0.2s linear;
	-o-transition:0.2s linear;
	transition:0.2s linear;
}

.class_circuloNivel_p_0010386_css:hover
{
    background: #1abc9c;
	color: #fff;
}

.class_circuloNivel_p_0010386_css:hover > img
{
	filter: brightness(1000%);
}

.class_circuloNivelMarcado_p_0010386_css
{
    background: #1abc9c;
	color: #fff;
}

.class_contenedorSeparado_p_0010386_css
{
	margin-top: 30px;
}

.class_arrowMark_p_0010386_css
{
	height:4em;
	margin: 0 2em 0 -6em;
}

.class_enviarBoton_p_0010386_css
{
    color: #F9F9F9;
    border-color: #D6D6D6;
    margin: 0px 0px 0px 0px;
    background-color: #D6D6D6;
    height: 47px;
    line-height: 47px;
    font-size: 16px;
    padding: 0 29px;
}

.class_invalidForm_p_0010386_css:invalid
{
    box-shadow: inset 0 1px 1px rgba(255,0,0,.075);
	background: rgba(255,0,0,.075);;
}

.class_mapaControl_p_0010386_css
{
	position: absolute;
    color: rgb(25,25,25);
    font-family: Roboto, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.9em;
    z-index: 1;
    top: 10px;
    left: 50%;
    background: #fff;
    height: 2em;
    width: 2em;
    text-align: center;
    padding: 3px;
    margin-left: -1em;
    border-radius: 100%;
	cursor: pointer;
}
