header {
    text-align: center;
}

.container {
    width: 1200px;
}

 tbody tr {
    font-size: 12px;
    line-height: 12px;
 }

 input#filtro-nome {
     margin-bottom: inherit;
 }

.buscar > input {
    float: right !important;
 }

 .table th, .table td {
    padding: 3px;
 }

#filterSelect {
    padding: 20px;
    margin-top: -6px;
    border: 0;
    border-radius: 0;
    background: #f1f1f1;
}

.logomarca {
    float: right;
    margin-top: 15px;
}

.title {
    float: left;
    margin-top: 35px;
}

.filtros {
    margin-top: 30px;
}

#button-buscar {
    margin: 0 auto;
    width: 50%;
}

.linha-button {
    text-align: center;
}

button#idBuscar {
    padding: .375rem 1.75rem;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1400px !important;
    }
    .tabela {
        margin: 0 auto;
        width: 90%;
    }
}

.row {
    margin-right: 0 !important;
}

#button-buscar {
    margin-bottom: 20px;
}

th.ui-state-default {
    background: none;
}

button.btn-primary {
    background-color: #4ead63 !important;
    border-color: #8ac76b !important;
}

button.btn-primary:hover {
    background-color: #64c179 !important;
    border-color: #59a96b !important;
}

button.btn-primary:focus {
   box-shadow: none;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(78, 173, 99, 0.16) !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #386b43 !important;
}

#ui-id-2 {
    width: 180px;
}

#ui-id-3 {
    width: 160px;
}

#ui-id-6 {
    width: 120px;
}

#ui-id-9 {
    width: 85px;
}