.input-group.date {
    /* min-width: 130px; */
}

label {
    font-weight: normal;
}

.row {
    padding-bottom: 10px;
}

.filter-inline-block {
    padding: 1%;
}

.td-release-classified {
    padding: 15px 0 0 10px;;
}

/* custom css para o componente boostrap-select */
.bootstrap-select > .btn.dropdown-toggle.btn-default {
    border-radius: 4px !important;
    background-color: #fff;
}

.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*=col-]) {
    width: 100% !important;
}

.bootstrap-select > button:hover {
    border: 1px solid #ccc;
    box-shadow: none;
}


.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    border: 1px solid #ccc;
    box-shadow: none;
    color:
}