/*
body{
    cursor: auto;
}
body.cursor-wait {
    cursor: wait;
}
*/
body{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #004aad;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%vh;
    margin: 0;
}
main{
    margin: 10px;
}

#login{
    font-family: Arial, sans-serif;
    background-color: #004aad;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

/* Desativa o scroll do input type=number no Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox desatiova scroll do input type=number
input[type=number] {
  -moz-appearance: textfield;
}
*/

/*mostra o botão pesquisa do lado direito*/
div.dt-search {
    float: right;
    margin-bottom: 0.5em;
}

/*Mostrando de 1 até 2 de 2 registros*/
div.dt-info {
    float: left;
    margin-top: 0.5em;
}

/*Mostra os botoes primeiro/anterio/proximos/ultimo do lado direito */
div.dt-paging {
    float: right;
}

#titulo{
    color: white;
}

#table_indices>tbody>tr:nth-of-type(odd){
    background-color: rgb(231, 231, 231);
}

#table_indices>tbody>tr:hover{
    background-color: rgb(178, 240, 216);
    color:rgba(0, 0, 255, 0.568);
}

#beneficios_lista>tbody>tr:nth-of-type(odd){
    background-color: rgb(231, 231, 231);
}

#beneficios_lista>tbody>tr:hover{
    background-color: rgb(178, 240, 216);
    color:rgba(0, 0, 255, 0.568);
}

#table_contribuicao>tbody>tr:nth-child(odd){
    background-color: rgb(236, 235, 235);
}

#table_contribuicao tbody tr:hover{
    background-color: rgb(178, 240, 216);
    color:rgba(0, 0, 255, 0.568);
}

#table_cliente>tbody>tr:nth-child(odd){
    background-color: rgb(235, 233, 233);
}

#table_cliente>tr:hover {
    background-color: rgba(0, 0, 255, 0.568);
    color:rgba(0, 0, 255, 0.568);
}

#table_cliente tbody tr:hover{
    background-color: rgb(178, 240, 216);
    color:rgba(0, 0, 255, 0.568);
}

.tablevinculos>tbody>tr>:hover{
    background-color: cyan;
}

.realiza{
    text-align: left;
    border: 2px solid #ddd;
    margin-top: 30px;
    position: relative;
  }

  .realiza div {
    width: 85%;
    margin-left: 10px;
    background-color: rgb(29, 8, 146);
    position: absolute;
    line-height: 20px;
    height: 20px;
    top: -12px;
    left: 0;
  }

  .realiza div span{
    padding: 0 5px;
    color:#f8f3f3;

  }

  .div_2{
    background-color:rgb(135, 241, 135);
    color: rgb(17, 2, 71);
  }

#texto{
    padding: 10px;
}

#parametros{
    padding: 20px;
    margin: 20px;
}

.modal-dialog {
    margin-top: 5%;
    /*vertical-align: middle;*/
}

#content{
    width: 250%;
    height: 98%;
}

#dialogo{
    width: 250%;
    height: 98%;
    margin-top: 10px;
    margin-left: 10%;
}

#email-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

#contente{
    width: 250%;
    height: 98%;
    margin-top: 10px;
    margin-left: 10%;
}
