body{
	background: #F5F6FA;
}

#template_cabecalho1{
	height: 90px;
	background-color: #1c6031;
	text-align: center;
	margin-bottom: 20px;
}

#template_cabecalho2{
	height: 50px;
	background-color: #225f2c;
}

.titulo-painel{
	font-size: 30px;
	font-weight: bold;
}

.corpo-painel{
	height: 250px !important;
	box-shadow: 5px 5px 5px #dedede !important;
	border-radius: 10px !important;
	background: white;
}

.titulo-grafico{
	text-align: center;
}

.label-grafico{
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}

.grafico{
	max-height: 240px;
}

#label-dashboard-CSC{
	color: white;
	font-size: 40px;
}

#label-metas{
	font-size: 30px;
	margin-top: 7px;
	margin-left: 40px;
	color: white;
}

#dashboardCSC{
	margin-left: 10px;
	margin-right: 10px;
}

#botao-voltar{
	color: white;
	text-align: left;
}

.fa-arrow-circle-left{
	margin-left: 10px;
}

.texto-media-mes{
	font-size: 20px;
}

.div-mes{
	align-content: right;
	margin-right: 30px;
}

/* tspan{
	font-size: 20px !important;
	font-weight: bold !important;
	color: black !important;
} */

#div-cte{
	margin-top: 14px;
	padding-bottom: 5px;
	background-color: white;
	height: auto;
	box-shadow: 6px 6px 6px #dedede;
	border-radius: 10px;
}

#cte-titulo{
	font-size: 30px;
	font-weight: bold;
	text-align: center;	
}

.caixa-lateral{
	margin: 10px;
	background-color: #F5F6FA;
	/*background-color: #bfa6a6;*/
	box-shadow: 6px 6px 6px #dedede;
	border-radius: 10px;
}

.titulo-caixa-cte{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.info-caixa-cte{
	font-size: 30px;
	font-weight: bold;
	text-align: center;	
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px 5px rgb(214, 214, 214);
}

::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 5px 5px #1a3327;
}
