.btnsFlotando{
    position: fixed;
    right: 40px;
    top: 70px;
    z-index: 99;
}

@media (max-width:767.98px) {
    .btnsFlotandoTxt{
        display: none;
    }
}

/* CUSTOM HEADER */
.app-header{
    background-color: #0E955E;
}
.app-header .menu .menu-item .menu-link{
    color: #fff;
}

.app-header .menu .menu-item .menu-link:focus, .app-header .menu .menu-item .menu-link:hover{
    color: #ccc;
}

.app-header .menu-toggler .bar{
    background-color: #fff;
}

/* COLORS */

.app-sidebar .menu .menu-item.active:not(.has-sub) > .menu-link{
    color: #0E955E;
}

.page-item.active .page-link{
    background-color:  #0E955E;
    border-color: #0E955E;
}

.app-sidebar .menu .menu-item.active:not(.has-sub) > .menu-link .menu-icon{
    color:  #0E955E;
}

a {
    color: #0E955E;
}

a:hover {
    color: #3AC28C;
}

.dataTables_wrapper.dt-bootstrap4 .table thead tr th.sorting_asc::before{
    color:  #0E955E;
}

.btn-primary{
    background-color: #0E955E;
    border-color: #0E955E;
}

.btn-primary:hover {
    background-color: #3AC28C;
    border-color: #3AC28C;
}

.form-control:focus{
    border-color:#0E955E;
    box-shadow:0 0 0 .25rem rgba(58, 194, 140,.25)
}

body{
    background-color: #F6F6F6;
}

.form-check-input:checked{
    background-color: #0E955E;
    border-color: #0E955E;
}