#grad0 {

    background: rgb(247, 246, 231) 0%;

}



#grad1 {

    background-color: rgba(79, 37, 204, 1);

    color: yellow;

}



#gradLogoAna {

    background-color: rgba(34, 186, 187, 1);

    color: white;

}



.navbar-custom {

    height: 95px;

}



#img_back {

    /*background: url(/assets/images/documents1.jpg) right bottom no-repeat;*/

    padding: 15px;

}



.corBranca {

    color: white;

}



.corAmarela {

    color: #bfbb22;

}



.corRoxa {

    color: #4f6f91;

}



.corBoxProcessosMonitorados {

    background-color: #2e84d9;

    color: white;

}

.corBoxAcessos {

    background-color: #4f6f91;

    /*color: #4f6f91;*/

    color: white;

}



.corBoxBounce {

    background-color: #77b29d;

    color: white;

}



.corUserReg {

    background-color: #e7d974;

    color: white;

}



.corInputDestaque{

    background-color: white;

    color: #000080;

    font-weight: bold;

}



.menuRelatoriosVisitaTecnica {

    color: #3c8dbc;

}



.menuEscalaCinzaClaro {/*Menu lateral principal.*/

    background-color: #D3D3D3;

}



.content-header {

    padding-top: 45px;

}



.fundoDeTelaLogin {

    width: 100%;

    height: 87vh;

    color: white;

    /*background: url("./../../images/workhard.jpg") no-repeat bottom center scroll;*/

    background: url("./../../images/earth-g188550cd2_1920.jpg") no-repeat bottom center scroll;

    background-position: 30% 45%;

    background-size: cover;

}



.fundoDeTelaMain {

    width: 100%;

    height: 87vh;

    color: white;

    /*background: url("./../../images/workhard.jpg") no-repeat bottom center scroll;*/

    background: url("./../../images/workhard.jpg") no-repeat bottom center scroll;

    background-position: 30% 45%;

    background-size: cover;

}



option:checked {

    font-weight: bold;

}

option:nth-child(1) {

    font-weight: normal !important;

}



input.stySaldos{

    text-align: right;

}



/*Formatação inputs monetários*/



.alinhamentoMonetario{

    text-align: right;

}



.modeloRelatorio{

    display : inline-block;

    width : 42%;

    padding : 5px;

    align-items: center;

    margin-right : 5%;

}



.menuLateral{

    width: 100%;

    font-size: medium;

}

.hiddenRow {
    padding: 0 !important;
}

.contentHidden {
    padding: 20px;
}

/* ALINHAMENTO DE TEXTO PARA OS RÓTULOS DOS LANÇAMENTOS DOS ÍNDICES DE EDUCAÇÃO*/

.alinhamentoIndiceEducacao{

    text-align: right;

}

/***********************************/
/*GR�FICOS*/
/***********************************/

.highcharts-figure,
.highcharts-data-table table {
    min-width: 220px;
    max-width: 500px;
    margin: 1em auto;
}

#container {
    height: 400px;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

