.nav-menu-bigger > li > a {
    padding: .6rem 1rem !important;
}

.pace-running {
    background-color: black !important;
}

.pace-running .wrapper {
    opacity: 0.2 !important;
}

.border-top-primary {
    border-top: 4px solid #007bff;
}

.dt-buttons button.dt-button, 
.dt-buttons div.dt-button, 
.dt-buttons a.dt-button {
    margin: 0 !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ced4da !important;
    color: #333 !important;
    border-radius: .2rem !important;
}

.dt-buttons button.dt-button:hover, 
.dt-buttons div.dt-button:hover, 
.dt-buttons a.dt-button:hover {
    background-color: #ced4da !important;
}

.dt-button.buttons-create.btn-novo-registro {
    background-color: #007bff !important;
    
}

.dt-button.buttons-create.btn-novo-registro span {
    color: #fff;
}

.dt-button.buttons-create.btn-novo-registro:hover span {
    color: #333 !important;
}

.page-header {
    border-bottom: 1px solid #eee;
    width: 100%;
    background-color: #eee;
    padding: 5px 10px;
    margin: 20px 0px 20px 5px;
    font-size: 18px;
}

.minimal-checkbox label {
    padding-left: 10px;
}

.form-inline-custom {
    margin-bottom: 1rem;
}

.form-inline-custom input {
    margin-left: 15px;
    flex: auto;
}