
body {
    background-color: #FFF !important;
}
  
  .dataTables_length,
  .dataTables_filter,
  .dataTables_paginate,
  .dataTables_info {
    display: none;
  }

  .conteudo-splash{
    max-width:250px;
    min-height:150px;
    margin:0 auto;
    padding: 0 auto;
    text-align:center;
    margin-top:180px;
  }
  
  p.cor-azul{ 
    font-size:15px;	
    color:#475b6f;
    margin-bottom:20px;
  }
  
  p.cor-azul span{ 
    font-weight:bold;
    text-transform:uppercase;	
  }  

.fa-spin{color: #475b6f;}

.conteudo-splash {
    background-image: url("../images/logo-tj-small.png");
    background-position: top;
    background-repeat: no-repeat;
}



