#conteudo-graficos {

    margin-left: 40px;
    width: 100%;
    min-height: 500px;
    min-width: 500px;
    /*
    height: 100%;
    background-color: rgb(201, 189, 189);
    color: red;
    */
}

#div-grafico-atual {

    width: 100%;
    height: 100%;
    margin: auto;

}

.linha-geral-graficos {

    min-height: 400px;
    width: 766px;

}

.lista-botoes-graficos {

    background-color: transparent;

}

.btn-grafico-geral {

    height: 10%;
    background-color: transparent;

}

.centro-botao-grafico {

    /*margin: auto;*/
    margin-top: auto;
    margin-bottom: auto;
    margin-right: -15px;
}

.btn-grafico-selecionado {

    border-radius: 6px;

}


.arrow_box2 {
	position: relative;
	background: #E1E5ED;
	/* border: 4px solid #c2e1f5;*/ 
}

.arrow_box2:after, .arrow_box2:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box2:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #E1E5ED;
	border-width: 20px;
	margin-top: -20px;
}

.arrow_box2:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #E1E5ED;
    /*
    border-width: 66px;
    margin-top: -66px;
    */
}

.sensor-normal {

    font-weight: bold;

}

.sensor-alerta {

    font-weight: bolder;
    color: rgb(204, 59, 59);

}

.descricao-sensor {

    font-weight: bold;

}