html, body {
    background-color: #EBF0F6;
}

@media (min-width: 1080px){
	.conteudo {
		position: fixed;
		left: 250px;
		width: 81.8%;
		height: 100%;
		transition: 0.3s;
		overflow: auto;
		padding-bottom: 81px;
	}
}
@media only screen and (min-width: 1440px) {
	.conteudo {
		position: fixed;
		left: 250px;
		width: 87%;
	}
}

.qvUltimacarga {
    color: #511e7c;
}
.fontedosDados {
    position: absolute;
    margin: 0 auto;
    bottom: 10px;
    font-size: 1em;
    padding: 10px;
}

/*#######################################
              CARDS KPI
#######################################*/
.card {
   
    border-radius: 10px;
    border: none;
    
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 5%); 
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 5%);
    
    overflow: hidden;
    transform: scale(0.9);
    transition: all ease 0.2s;
}
.card .card-icon {
    text-align: center;
    line-height: 50px;
    margin-left: 15px;
    color: #000;
    position: absolute;
    right: -25px;
    top: 20px;
    opacity: 0.1;
}
.card .card-icon-large {
     width: 110px; 
     height: 50px; 
    text-shadow: 3px 7px rgb(0 0 0 / 30%);
}
.card .card-icon-large .fas,
.card .card-icon-large .far,
.card .card-icon-large .fab,
.card .card-icon-large .fal {
    font-size: 80px;
}
.kpi-value .ellips-text {
    color: #fff;
    font-size: 30px;
}
.qvKPI {
border: none;
}
.card-azul {
    background: linear-gradient(to right, #1a4a96, #2672ec) !important;    
}
.card-verde{
    background: linear-gradient(to right, #0a7351 , #029666) !important;
}
.card-amarelo {
    background: linear-gradient(to right, #f76a2d, #ffba56) !important;
}
.card-vermelho {
    background: linear-gradient(to right, #f93a5a, #e45b72) !important;    
}

.fontedosdados {
    color: #486b92;
    font-size: 0.60em;
    position: relative;
    right: 20px;
    top: 2px;
}

img.logo-educacao {
    width: 100%;	
    border-radius: 0.4em;
}

#page1 .col-sm-9 {
    padding-left: 30px;
}
.mobile #page1 .col-sm-9 {
    padding: 0 15px;
}
.mobile .home-panel .row {
    padding: 0 15px;
}
.mobile nav.nav-bar {
    margin-bottom: 10px;
}
#page1 .qvGrafico {
    height: 290px !important
}
#page1 .content-fullscreen {
    min-height: 250px;
}


.bg-logo-projeto-social {
    margin: 0 auto !important;
    position: absolute;
    bottom: 20px;
    display: block;
    background: transparent !important;
    padding: 0 !important;
    width: 90%;
}

td, th {
   /*border: 1px solid #dddddd;*/
   border: none;
    text-align: left;
    padding: 8px;
}
tr:nth-child(even) {
  background-color: transparent;
}


.qvKPIHome {
    border: none;
    float: none;
    width: none;
}
p.modal-subtitle {
    margin: -10px 0 0 10px;
    font-size: 0.8em;
}

.logo-educacao-bottom {
    width: 20%;
    float: left;
    top: 0.6em;
    position: relative;
}
.btn-float-left{
	float: left;
}
.modos-link-pdf {
    padding-top: 30px;
    padding-bottom: 10px;
}

.fullscreened .content-fullscreen .qvGrafico  {
    height: calc(100vh - (20px + 30px + 20px)) !important
}
#page1 .fullscreened .content-fullscreen .qvGrafico  {
    height: calc(100vh - (20px + 30px + 20px)) !important
}
.navegacao-esquerda .menu-item .btn-6{ background: #872020; }

.youtube-titulo {
    margin: 15px 0;
}
.youtube-links iframe {
    width: 100%;
	height: 300px;
}
.qvfiltro.filtroContainer {
    height: 220px;
}
.btn-roxo {
    background: #486b92;
    color: #fff;
}
.btn-icon {
    color: #486b92;
}
.btnInfo {
    color: #0f8086;
}
.navegacao-esquerda .menu-item .btn-1{ background: #486b92; }
.navegacao-esquerda .menu-item .btn-2{ background: #7897C1; }

p.texto-mapa { color: #666;}
h1.titulo-mapa { color: #486b92;}
.titulo-pagina {  color: #486b92;}
.qvKPI { border-radius: 1.6em; }
.navegacao-esquerda {    background-color: #DDE5EF;}
.kpi-container .qvKPI {
    padding: 0;
    margin: 0;
    height: 90px;
    border-radius: 0.6em;
}
.kpi-container .kpi-header {
    background: #fff;
    position: relative;
}
.kpi-header .btnInfo-kpi {
    position: absolute;
    right: 0.6em;
    z-index: 999;
    color: #0f8086;
    cursor: pointer;
    top: 0.4em;
}

/*########### HEADER BOTOES GRAFICOS ###############*/
.fullscreen .btnFullscreen {
    color: #0f8086;
    padding: 6px 5px;
}
.btnInfo-qv {
    position: absolute;
    right: 2.8em;
    z-index: 999;
    color: #0f8086;
    cursor: pointer;
    padding: 6px 5px;
}
.export_data {
    position: absolute;
    right: 1.5em;
    cursor: pointer;
    color: #0f8086;
    padding: 6px 5px;
    top: 0.1em;
}

.qvKPI:hover {
    transform: none;
}
.top-inside-page {
    width: 100%;
    display: block;
   	/*margin: 50px 0;*/
    border-bottom: 2px solid #dedddd;
    position: relative;
}
.qvfiltro {
    height: 180px;
}
.qvfiltro.filtroContainer {
    height: 300px;
}
.qvfiltro.filtroContainer .qv-inner-object {
    background: none !important;
}
.qvfiltro.filtroContainer .qv-inner-object .qsc-item-wrapper {
    border: none !important;
}
.qvBTN {
    width: 100%;
    height: 40px;
    float: left;
    padding: 0;
}

.qvBTN text {
    font-weight: 500;
    font-size: 1em !important;
}
button.enable-interactive {
    background: transparent;
    border: navajowhite;
    right: 6em;
    position: relative;
}
button.enable-interactive.ativo {
    color: red;
}
.disableScroll {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}
.disableScroll.ativo {
    z-index: 0;
	content: 'Desabilitar interação';
}


@media (max-width: 425px){
	.conteudo {
		padding: 0;
	}
	.fontedosdados {  display: none;	}
	.nav-bar .logo-mp {
    	width: 60%;
    	top: 5px;
    	position: relative;
	}
	.mobile .kpi-container {
    	margin: 15px 0;
	}
	.logo-header {
    width: 175px !important;
}
	.logo-header .logo-mp {
    height: 70% !important;
}
.logo-header .logo-educacao {
    height: 20% !important;
}

}
@media (max-width: 768px){
	.fontedosdados {
   		display: none;
	}
}
@media (min-width: 769px){
	#page1 .qvGrafico {
   	 height: 600px !important;
	}
	.enable-interactive {
    	display: none !important;
	}
	.disableScroll {
		display: none !important;
	}
	.qvBTN {
		width: 50%;
		height: 40px;
		float: left;
		padding: 0;
	}
}
@media (min-width: 1024px){
	#page1 .qvGrafico {
   	 height: 570px !important;
	}
	.qvBTN {
		width: 19%;
		height: 40px;
		float: left;
		padding: 0;
	}
	.qvBtnLimpar {
    	width: 4%;
	}
}
@media (min-width: 1200px){
	#page1 .qvGrafico {
   	 height: 470px !important;
	}
	.qvBTN text {
    	font-size: 0.8em !important;
	}
	.qvBTN {
		width: 19%;
		height: 40px;
		float: left;
		padding: 0;
	}
	.qvBtnLimpar {
    	width: 4%;
	}
	.col-sm-2 {
   		width: 19.99%;
	}
}

@media (min-width: 1400px){
	#page1 .qvGrafico {
		height: 400px !important;
	}
	.qvBTN text {
    	font-size: 1.2em !important;
	}
	.qvBTN {
		width: 19%;
		height: 40px;
		float: left;
		padding: 0;
	}
	.qvBtnLimpar {
    	width: 4%;
	}
}
.navegacao-direita {
    overflow: auto;
}

.logo-header {
    width: 300px;
    display: flex;
    align-items: center;
    height: 62px;
}
.logo-header .logo-mp {
    height: 100%;
}
.logo-header .logo-educacao {
    height: 100%;
    position: relative;
}

.navegacao-esquerda .fontedosdados {
    color: #486b92;
    font-size: 0.7em;
    position: relative;
    right: 0;
    padding: 0px 10px 40px;
}
.sn-kpi-measure-title.sn-kpi-ellips-text {
    font-size: 0.8em;
    padding: 0 10px;
}
.btnComposicao {
    padding: 0;
    margin: 10px 0;
    display: block;
    width: 100%;
    height: 50px;
}

#BOTAO{
    position: absolute;
    bottom:0;
    left: 0;
    width: 500px;
    height: 50px;
    z-index: 999;
}

.modal-xl{
    width: 96%;
}