body {
    font-family: sans-serif;
    background:url('../img/bd-header-home.png');
    background-repeat: repeat-x;
    background-size: contain;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}


ul {
    list-style: none;
}

.container {
    width: 80%;
}

.w-10 {width:10%;}
.w-20 {width:20%;}
.w-30 {width:30%;}
.w-40 {width:40%;}
.w-50 {width:50%;}
.w-60 {width:60%;}
.w-70 {width:70%;}
.w-80 {width:80%;}
.w-90 {width:90%;}
.w-100 {width:100%;}

.navbar {
    /* border-top: 3px solid #002b64 !important; */
    /* font-family: 'Livvic', sans-serif; */
    /* background:#3d78f0; */
    background-color: #14367b;
}

.pageDados {
    font-family: 'Livvic', sans-serif;
}

.navbar .active {
    /* background:#002b64; */
    border-bottom: 2px solid #fff;
    color:#fff;
    /* border-radius: 0px 0px 10px 10px; */
}
.navbar a {
    color:#fff;
}
.navbar a:hover {
    /* background:#002b64; */
    border-bottom: 2px solid #fff;
    color:#fff;
    /* border-radius: 0px 0px 10px 10px; */
    text-decoration: none;
}

footer {
    /* position: fixed;bottom: 0;left: 0; */
    text-align: center;
    background:url('../img/bg-mapadosite-home.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    /* padding: 7px; */
    font-size: 12px;
    color:#fff;
}

#mapaHome {
    background:url('../img/bg-maps-home.png');
    background-size: 100%;
    margin-top: -138px;
}

.leaflet-container {
    background:none; 
}

#mapaHome .container{
    margin-top: 90px;
}

#parceirosHome {
    background:url('../img/bg-maps-parceiros.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

#temasHome .container .row div {
    
    background: #fff;
    border-radius: 8px;
    padding: 14px;

}

.graficoHome {
    padding:23px;
    /* position: absolute; */
    bottom: 0;
    width: 760px;
    right: 0;
}

.irs--round .irs-bar {
    background-color: #fff;
}
.irs--round .irs-handle {
    border:4px solid #ffb400;
}
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    background-color: #ffb400;
}

.irs--round .irs-min, .irs--round .irs-max {
    color:#fff;
}

/*  series/{id}/show */
.btnFiltro {
    
    position: absolute;
    bottom: 5px;
    left: 14px;
    z-index: 700;

}

.btnColorFiltro {

    background: none;
    border: 0;
    padding: 0;
    margin: -4px 0 0 0;
    width: 20%;
    height: 46px;
    float: left;

}
.btnNumberFiltro {
    width: 78%;
    border-radius: 0;
    float: left;
    margin: 2px;
}

#menuIframeArcWeb {
    position: absolute;top: 140px;left: 25px;z-index: 500;font-size: 12px;
}

.esri #legendPane {
    position: absolute;bottom: 552px;right: 29px;z-index: 500;background: #fff;border-radius: 11px;padding: 11px;
}

.info {
	padding: 6px 8px;
	font: 14px/16px Arial, Helvetica, sans-serif;
	background: white;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
    width: 270px;
}
.info h4 {
	margin: 0 0 5px;
	color: #777;
}


/* tela cheia do mapa em showmaps */

.scalableTitle {
    border-bottom:2px solid #007bff;
    /*position: fixed;
    top: 0;
    left: 0;
    background: #6a3a51;*/
    width: 100%;
    font-size: 16px;
    color: #555;
    height: 46px;
    padding:14px;
    z-index: 999;
}
.scalable {
    /* position: fixed;
    top: 44px;
    left: 0; */
    width: 100%;
    height: 100%;
    z-index: 999;
}

.scalable #menuIframeArcWeb{
    overflow-y: scroll;
    height:auto;
    /*position: absolute;
    left: 65px;
    top: 22px;*/
}

.scalable  #bot {
    /*display:none;*/
}


.scalable #HomeButton {
    display: block;
    position: absolute;
    top: 87px;
    left: 21px;
    z-index: 100;
}


.bg-white-fixed {
    background:#fff;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 400;
    display: none;
}

/* end tela cheia do mapa em showmaps */

/* painel esri */

.panel-esri {
    position: fixed;
    top:59px;
    right:11px;
    margin-left:60px;
    width:320px;
    text-align:center;
    z-index:1000;
}

.panel-esri {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-primary{
    border-color:#428bca;
}

.panel-esri .panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}
.panel-esri .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
        border-bottom-color: transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-esri .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
