@charset "utf-8";
/* CSS Document */

.-dataTables_length{width:auto; margin-top:-80px; float:left; padding:5px; border-radius:5px;}
.-dataTables_filter{width:225px; margin-top:-80px; margin-left:-340px; background:#0096C8; padding:8px 5px 3px 5px; float:left; border-radius:5px; color:#fff;}
.buscaPrincipal{float:left; padding:5px; margin-right:50px;}
.buscaPrincipal span.estiloBusca{float:left;}
.estiloBusca button{background:none; color:#fff; border:none; float:left;}
.estiloBusca button i{margin-top:1px;}
input.buscaTopo{border:1px solid #fff; border-radius:5px !important; background:#01A2D7; color:#fff !important; padding:5px;}
input.buscaTopo,

::-webkit-input-placeholder {
   color: #fff;
}

:-moz-placeholder {
   color: #fff;
}

::-moz-placeholder {
   color: #fff;
}

:-ms-input-placeholder {
   color: #fff;
}

.filtros{float:left; background:#D9544F; padding:9px; border-radius:5px; color:#fff; margin-right:5px;}
.filtros a{color:#fff;}

.btn-inverse2{background:#595959; color:#fff;}
.btn-inverse2:hover{background:#444; color:#fff;}

@media print
{
    .cores, .cores *
    {
        display: none !important;
    }
}