/**
 * ---------------------------------------------
 * O GÁSSSSSS
 * Last updated: 2011-07-21 01:40AM
 */
.construct { width: 1002px; margin: 0 auto; position: relative; }
#head { background: url('../img/mapa/head_fake.jpg') no-repeat center top; width: 100%; height: 196px; }

html { height: 100%; }
body { height: 100%; margin: 0px; padding: 0px; font-family: arial, sans-serif; }

#map.closed { width: 100%; position:relative; height:600px; }
/* solving this with js */
/*#map.opened { width: 100%; position:absolute; top: 200px; bottom: 0px; }*/

#close_map_box { 
    position: absolute; 
    bottom: 40px; 
    right: 20px; 
}

#close_map {
    display: block;
    background: url('../img/mapa/fechar_mapa.png') no-repeat center top; 
    width: 137px; 
    height: 30px;
}

#overlay { width:2000px; height:2000px; margin-left:-1000px; margin-top:-1000px; position:absolute; top:0; background-color:#57a200; opacity: 0.15; -moz-opacity: 0.15; filter: alpha(opacity=15); }


.hide { display:none }

.infoBox>img {display: none;}

.infobox_header{
    background: url('../img/mapa/tip/top.png') no-repeat center top; 
    width: 344px; 
    height: 17px; 
    float: left;
}

.infobox_body {
    background: url('../img/mapa/tip/mid.png') repeat-y center top; 
    padding: 0px 12px;
    min-height: 60px;
    float: left;
}

.infobox_body h3{
	font-size: 12px;
	line-height: 1em;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eeeeee;
	width: 100%;
}

.infobox_body .content {
	font-size: 11px;
	line-height: 10px;
	float: left;
	width:320px;
	overflow: auto;
	height:150px;
	margin-bottom: 30px;
}

.infobox_body .content dl {
	float: left;
	width: 100%;
	position: relative;
	height:22px;
}

.infobox_body .content dt {
	width:150px;
	margin-right: 5px;
}

.infobox_body .content dt, .infobox_body .content dd {
	background-color: #eeeeee;
	padding: 4px;
	margin-bottom: 5px;
	float:left;
	display:block;
	white-space: nowrap;
	position:absolute;
	left:0;
}

.infobox_body .content dd {
	left: 163px;
	min-width: 145px;
}

.infobox_body .content.kml {

}

.infobox_body .content.kml div {
	display: block;
	line-height: 1.3em;
}

.infobox_body .infobox_foot {
	font-size: 10px;
	position: absolute;
	bottom: 30px;
	float: left;
	width: 90%;
}

.infobox_body .infobox_foot>*{
	float: left;
}

.infobox_body .infobox_foot span {
	text-transform: uppercase;
}

.infobox_body .compartilhe {
	display: block;
	margin:0;
}

.infobox_body .compartilhe li {
	float: left;
	list-style-type: none;
	margin-left: 5px;
}

.infobox_body .detalhes {
	display: block;
	width: 118px;
	height: 24px;
	background: url(../img/mapa/tip/detalhes.png) 0 0 no-repeat;
	font-size: 11px;
	padding: 3px 0 0 8px;
	margin: -3px 0 0 10px;
}

.infobox_body .fechar {
	display: block;
	width: 50px;
	height: 14px;
	background: url(../img/mapa/tip/fechar.png) 100% 100% no-repeat;
	font-size: 11px;
	float: right;
}

.infobox_footer{
    background: url('../img/mapa/tip/fot.png') no-repeat center top; 
    width: 344px; 
    height: 38px; 
    float: left;
}


#filter { float:left; position:absolute; top: 10px; left: 10px; font-size: 11px; text-transform: uppercase; padding: 0; margin: 0; }

#map_filter_message {
	width: 200px;
	height: 103px;
	overflow: hidden;
	background: url(../img/mapa/filtro/msg.png) 0 0 no-repeat;
	margin-bottom: 10px;
	padding: 10px;
	text-transform: none !important;
	color: #fff;
	font-size: 12px;
	line-height: 1.35em;
	font-weight: bold;
	cursor: move;
}
#map_filter_message a {
	display: block;
	width: 200px;
	height: 20px;
	text-indent: -9999em;
	overflow: hidden;
	margin: 5px 0 0;
	background: url('../img/mapa/filtro/saibamais.png') no-repeat 0 0;
}

.map_filter_body {
    /*background: url('../img/mapa/filtro/mid.png') repeat-y center top; */
    width: 280px; 
    position: relative;
    overflow: hidden;
    height: 52px;

}

.map_filter_body ul{
	margin-bottom: 0 !important;
	clear: both;
}

.map_filter_body ul label {
	font-size: 10px;
	font-weight: bold;
}

.map_filter_body form>ul>li>label {
	font-size: 12px;
	font-weight: bold;
}

.map_filter_body ul ul {
	margin-left: 1em;
}

.map_filter_header{
    background: url('../img/mapa/filtro/top.png') no-repeat center top; 
    width: 220px; 
    height: 11px; 
}

.map_filter_footer{
    background: url('../img/mapa/filtro/fot.png') no-repeat center top; 
    width: 220px; 
    height: 11px; 
}

#filter_estados{
	display: inline-block;
	padding-left: 10px;
}

#tree {
    padding-top: 15px;
}

#tree li{
	padding-left:5px;
}

.map_filter_body .filter-name {
	display: block;
	width: 100%;
	height: 27px;
	background: #fff;
}

.map_filter_body .filter-name .toggle-options {
	width: 34px;
	height: 27px;
	background: url('../img/mapa/filtro/toogle-options.png') 0 0 no-repeat;
	display: inline-block;
	text-indent: -999em;
	overflow: hidden;
	cursor: pointer;
}

.map_filter_body .filter-name input#filter_nome {
	padding: 5px 7px;
	display: inline-block;
    position: relative;
    top: -10px;
    margin: 0px;
    border: none;
    width: 190px;
    outline: none;
}

.map_filter_body .filter-name .search-button {
	border: none;
	border-left: 1px solid #a4a4a4;
	background: #fff url('../img/mapa/filtro/lupa.png') center center no-repeat;
	width: 34px;
	height: 27px;
	display: inline-block;
    position: relative;
    margin: 0;
    float:right;
    outline: none;
}

.map_filter_body .filter-more {

	position: relative;
	background: #fff;
	
}

.map_filter_body .filter-more.ativo {
	top: 27px;
}


.map_filter_body .filter-more .header,
#listaObrasKmlHead .filter-options .header {
	background: #5e912c;
	padding: 0;
	position: relative;
}

.map_filter_body .filter-more .header strong,
#listaObrasKmlHead .filter-options .header strong {
	color: #fff;
	font-size: 14px;
	padding: 8px 0 8px 5px;
}

.map_filter_body .filter-more .header .arrow-up,
#listaObrasKmlHead .filter-options .header .arrow-up {
	background: url('../img/mapa/filtro/seta-recolher.png') center 6px no-repeat;
	display: block;
    width: 37px;
    height: 23px;
    position: absolute;
    right: 0;
    top:0;

    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.map_filter_body.expanded .filter-more .header .arrow-up {
	background-position: center -28px;
}

.map_filter_body .filter-more .body {
	padding: 6px 0;
	/*max-height: 370px;
	overflow: auto;*/
}

.map_filter_body .filter-more .body select {
	width: 50%;
	margin: 0 0 0 15px;
}

.map_filter_body .filter-more .body .chosen-container {
	float: left;
}

.map_filter_body .filter-more .body .chosen-container .chosen-single {
	border: none;
    background: #f5f5f5;
    border-radius: 0px;
    box-shadow: none;
    font-size: 12px;
    text-transform: none;
    color: #000;
}

.map_filter_body .filter-more .body .chosen-container#filter_estados_chosen {
	border-bottom: 1px dotted #ccc;
}

.map_filter_body .filter-more .body .chosen-container .chosen-single div {
	background: #5e912c;
    width: 35px;
}

.map_filter_body .filter-more .body .chosen-container .chosen-single div b {
	background: url('../img/mapa/filtro/seta-select.png') center center no-repeat;
}

.map_filter_body .filter-more .body .wrap-tree {
	clear: both;
	margin-top: 6px;
	overflow: auto;
	max-height: 325px;
}

.map_filter_body .filter-more .body #button_clear_filter,
#listaObrasKmlHead #button_clear_kml_filter {
	border: 1px solid #ededed;
	padding: 3px 15px;
	margin: 10px;
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	display: inline-block;
	font-style: italic;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,ececec+50,cdcdcd+100 */
	background: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(top,  #f4f4f4 0%, #ececec 50%, #cdcdcd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f4f4f4 0%,#ececec 50%,#cdcdcd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f4f4f4 0%,#ececec 50%,#cdcdcd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#cdcdcd',GradientType=0 ); /* IE6-9 */

}

.ui-widget-daredevel-checkboxTree li span img {
	position: absolute;
	top: 3px;
}

.map_filter_body .filter-more .footer {
	background: #5e912c;
	padding: 0;
	position: relative;
	text-align: center;	
}

.map_filter_body .filter-more .footer a {
	color: #fff;
	font-size: 10px;
	text-transform: none;
	text-decoration: underline;
}

.ui-autocomplete.ui-menu {
    background: #fff;
    margin: 0;
    max-width: 700px;
    max-height: 440px;
	min-width: 276px;
    overflow: auto;
	border-radius: 0;
}

.ui-autocomplete.ui-menu li {
	font-size: 12px;
}

.ui-autocomplete.ui-menu li.ui-menu-item a.ui-state-hover {
	color: #fff;
	border-color: transparent;
	background: #64a41a; /* Old browsers */
	background: -moz-linear-gradient(top,  #64a41a 0%, #417800 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #64a41a 0%,#417800 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #64a41a 0%,#417800 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64a41a', endColorstr='#417800',GradientType=0 ); /* IE6-9 */
}

/* MODAL */
.simplemodal-wrap {height: 100%; outline: 0px; width: 100%; overflow:hidden !important;}
.simplemodal-overlay {background: rgba(255,255,255,0.7); height: 100%; width: 100%; position: fixed; left: 0px; top: 0px; z-index: 1001; display: none;}
.simplemodal-container {position: fixed; z-index: 1002; height: 100px; width: 100px; left: 0; right: 0; bottom: 0; top: 0; margin: auto; display: none;}
.simplemodal-data { background: #fff; position: relative; width: 100%; height: 100%; }
.simplemodal-data img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto;}
.simplemodal-data span { text-align: center; font-size: 12px; font-weight: bold; color: #868686; display: block; position: absolute; bottom: 10px; left: 0; width: 100%; text-transform: uppercase; display: none;}
#loading {height:32px; width:32px; background-color:#FFF; border:4px solid #CCC; padding:15px; overflow:hidden !important;}

#loadingModalOverlay {}

.obsMapa{
	width: 600px;
	margin-left: 20px;
	margin-top: 10px;
}

#map.justkmls {

}

#listaKmls {
	position: absolute;
	width: 280px;
	top: 10px;
	left: 10px;
}


#listaObrasKmlHead {
	display: table;
	position: relative;
	width: 100%;
	background: #fff;
}

#listaObrasKmlHead h5 {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    padding: .2em .4em;
    float: left;
	width: 100%;
	background: #5e912c;
	color: #fff;
	box-sizing: border-box;

}

#listaObrasKmlHead .filter-name {
	height: 27px;
}

#listaObrasKmlHead .filter-name input {
	width: 246px;
    padding: 4px 5px;
    box-sizing: border-box;
    margin: 0;
    float: right;
}

#listaObrasKmlHead .filter-name .toggle-filter {
	width: 34px;
	height: 27px;
	background: url('../img/mapa/filtro/toogle-options.png') 0 0 no-repeat;
	display: inline-block;
	text-indent: -999em;
	overflow: hidden;
	cursor: pointer;

}

#listaObrasKmlHead .filter-options {
	display: block;
	clear: both;
	width: 100%;
	height: 30px;
	overflow: hidden;
}

#listaObrasKmlHead .filter-options .header {
	margin-bottom: 5px;
}

#listaObrasKmlHead .filter-options .header strong {
	text-transform: uppercase;
}

#listaObrasKmlHead .filter-options.expanded .header .arrow-up {
	background-position: center -28px;
}


#listaObrasKmlHead select {
	width: 50%;
}

#listaObrasKmlHead .chosen-container {
	float: left;
	margin-bottom: 5px;
}

#listaObrasKmlHead .chosen-container .chosen-single {
	border: none;
    background: #f5f5f5;
    border-radius: 0px;
    box-shadow: none;
    font-size: 12px;
    text-transform: none;
    color: #000;
}

#listaObrasKmlHead .chosen-container#filter_estados_chosen {
	border-bottom: 1px dotted #ccc;
}

#listaObrasKmlHead .chosen-container .chosen-single div {
	background: #5e912c;
    width: 35px;
}

#listaObrasKmlHead .chosen-container .chosen-single div b {
	background: url('../img/mapa/filtro/seta-select.png') center center no-repeat;
}

#listaObrasKmlHead .eixos-container {
	width: 100%;
	float: left;
}

#listaObrasKmlHead .eixos-container ul {
	list-style: none;
	padding: 0 0 0 5px;
	margin: 0;
	position: relative;
	float: right;
}

#listaObrasKmlHead .eixos-container ul.eixos {
	width: 90%;
}

#listaObrasKmlHead .eixos-container ul li {
	position: relative;
}

#listaObrasKmlHead .eixos-container ul > li {
	padding-right: 15px;

}

#listaObrasKmlHead .eixos-container ul > li:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: center center no-repeat;
	position: absolute;
	top: 3px;
	left: -20px;
}

#listaObrasKmlHead .eixos-container ul > li.eixo100:before {
	background-image: url('../img/mapa/filtro/100f.png');
} 

#listaObrasKmlHead .eixos-container ul > li.eixo200:before {
	background-image: url('../img/mapa/filtro/200f.png');
} 

#listaObrasKmlHead .eixos-container ul > li.eixo300:before {
	background-image: url('../img/mapa/filtro/300f.png');
} 

#listaObrasKmlHead .eixos-container ul li input {
	position: absolute;
	left: 0;
	top: 5px;
}

#listaObrasKmlHead .eixos-container ul li label {
	color: #222;
	font-size: 11px;
	font-weight: bold;
	display: table;
	width: 100%;
	box-sizing: border-box;
	padding: 5px 0 5px 18px;
	line-height: 1.2em;
	text-transform: uppercase;
}

#listaObrasKmlHead .eixos-container ul > li label {
	
}

#listaObrasKmlHead .eixos-container ul li ul {
	display: none;
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    width: auto;
}

#listaObrasKmlHead .eixos-container ul > li.eixo100 ul {
	top: -49px;
}
#listaObrasKmlHead .eixos-container ul > li.eixo200 ul {
	top: -5px;
}
#listaObrasKmlHead .eixos-container ul > li.eixo300 ul {
	top: -27px;
}

#listaObrasKmlHead .eixos-container ul li ul li {
	white-space: nowrap;
}

#listaObrasKml {
	position: relative;
    background: #fff;
    width: 100%;
    height: 459px;
    overflow: auto;
}


#listaObrasKml ol.kmls {
	list-style: none;
	margin: 0;
	border-top: 1px solid #CFD7C5;
}

#listaObrasKml ol.kmls li {
	display: table;
	width: 100%;
	border-bottom: 1px solid #CFD7C5;
}

#listaObrasKml ol.kmls li:hover,
#listaObrasKml ol.kmls li.active {
	background: #5e912c;
}

#listaObrasKml ol.kmls li.hidden {
	display: none;
}

#listaObrasKml ol.kmls li a {
    display: block;
    padding: .2em .4em;
    line-height: 1.5;
    color: #222222;
    text-decoration: none;
    font-size: 12px;
}

#listaObrasKml ol.kmls li:hover a,
#listaObrasKml ol.kmls li.active a {
	color: #fff;
}

#listaObrasKml ol.kmls li.mensagem {
	display: none;
	text-align: center;
    line-height: 1.5;
    color: #222222;
    text-decoration: none;
    font-size: 12px;
}

#listaObrasKml ol.kmls li.mensagem:hover {
	background: none;
}

a#vejaMaisObras {
	background: #5e912c;
    padding: 5px 0;
    position: relative;
    text-align: center;
    display: table;
	width: 100%;
	margin-top: 5px;
	font-size: 10px;
    color: #fff;
    text-decoration: none;
}




