.bg-primary {
    background-color: #0b7d00 !important;
}
.signpages .details:before {
    background-color: #fff !important;  
}

.btn-main-primary {
    color: #fff;
    background-color: #0b7d00;
    border-color: #0b7d00;
}

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

.main-sidebar-body li a.active .sidemenu-icon {
    background: #0b7d00;
}
.main-sidebar-body li a.active .sidemenu-label, .main-sidebar-body li a.active i {
    color: #0b7d00;
}

.main-content-title {
    color: #0b7d00;
}
.form-control {
    display: block;

    color: #4b4b4b;
}

/* 1.1 Sub-Header Actions */
.sub-header {
    padding: 10px;
    background: #eee;
    display: flex;
    flex-direction: row-reverse;
    box-shadow: -7.829px 11.607px 20px 0px rgba(144, 143, 160, 0.09);
    border-bottom: 1px solid #e1e6f1;
}
.sub-header a {
    margin-left: 5px;
}

.main-sidebar-sticky {
    background-color: #0b7d00 !important;
}

.dots-menu-item {
    display: inline-flex;
    align-items: center;
    border-radius: 25px;    
    width: 42px;
    height: 42px;
    justify-content: center;
}


.dots-menu-item:hover {
    background: #d4d2d2;
    transition-delay: 100ms;
    width: 42px;
    height: 42px;
}

.dots-menu-item span.icon {
    display: inline-block; 
    background: #f1f1f1;
    padding-top: 10px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
}

.dots-menu-item span.nome {
    padding-top: 10px;
    padding-right: 10px;
}

.dots-menu-icon {
    margin-left: auto;
    margin-right: auto;
}

.main-body.leftmenu .sidemenu-logo {
    background: transparent !important;
}

.main-sidebar-body .nav-item .nav-link.active:before, .main-sidebar-body .nav-item .nav-link.active:after {
    border-right: 20px solid #0b7d00;
}

.main-sidebar-body .nav-item .nav-link.active .shape1, .main-sidebar-body .nav-item .nav-link.active .shape2 {
    background: #eef3f7;
}

input.form-control.input-filter {
    width: 80%;
    float: left;
    margin-right: 10px;
}

.total-of-page {
    width: 30%;
    float: right;
}

.labeltotal {
    display: block;
    padding-top: 8px;
    float: right;
    padding-right: 10px;
}