.margintop50{
    margin-top: 50px;
}

.fundo{
     background-color: rgb(233, 236, 239);
    /* background-color: rgba(0, 145, 62); 
    color: white;*/
}

.navbar {
    background-color: rgba(0, 145, 62) !important;
    margin-top: 5px;
}

.navbar .nav-link  {
    color: white;
}

.dataTables_processing {
    color: white;
    background-color: rgba(0, 145, 62);
}


.dataTables_length{
    float:right;
}
.dt-buttons{
    float: left;
}

th { 
    font-size: 12px; 
}
td { 
    font-size: 12px; 
}

#busca_centro{
        margin-top: 31px;
}
#limpa_centro{
    margin-top: 31px;
}

#switch{
    font-size: 11px;
    cursor: pointer;
}

.paddintop10{
    padding-top: 10px
}


#dados_wrapper .btn {
    background-color: #00913e;
    border-color: #018139;
}
  
#dados_wrapper .btn:hover {
    background-color: #00612a;
    border-color: #005023;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
  }
  body {
    margin-bottom: 70px; /* Margin bottom by footer height */
  }
  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    /* background-color: #f5f5f5; */
    background-color: rgba(0, 145, 62);
  }
  
#nrChaveLaudo {
  text-transform: uppercase;
}

#nrChaveCertificado {
  text-transform: uppercase;
}
