.btn-contaja {
    background: #0bc427;
    color: #fff;
    font-weight: 700 !important;
}

.m-wizard--contaja {
    color: #0bc427 !important;
}

.btn-outline-contaja {
    color: #0bc427;
    background-color: transparent;
    background-image: none;
    border-color: #0bc427 !important;
    font-weight: 700 !important;
}

.btn-outline-contaja:hover {
    color: #396600
}

.btn-add-contaja {
    background: #0bc427;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    transition: 0.5s;
    transition-property: background;
}

.btn-add-contaja:hover {
    background: #396600;
}

.btn-add-contaja i{
    color: white;
}

.btn-ativo {
    background: #eaeaea;
    font-size: 0.8rem;
    line-height: 20px;
    min-height: 20px;
    min-width: 20px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    padding: 0px 3px;
    border-radius: 0.75rem;
    letter-spacing: 0.6px;
    padding: 1px 10px;
    border-radius: 0;
    border-radius: 0.75rem;
    background-color: #0bc427;
    color: #ffffff;
}

.btn-admin {
    background: #eaeaea;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    padding: 0px 3px;
    border-radius: 0.75rem;
    letter-spacing: 0.6px;
    padding: 1px 10px;
    border-radius: 0;
    border-radius: 0.75rem;
    background-color: #0bc427;
    color: #ffffff;
    font-weight: 500;
    font-size: 0.6rem;
    margin-top: -20px;
    margin-left:1px;
    width:50px;
}

.img-admin {
    border-color: #0bc427;
    border-width: 2px;
    border-style: solid;
}


.text-color-primary-contaja{
    color: #0bc427 !important;
}

.cor-primary-contaja{
    background: #0bc427;
    color: #fff;
}

.cor-primary-contaja:hover{
    background: #396600;
    color: #fff;
}

.cor-secundary-contaja{
    background:#396600 ;
    color: #fff;
}

.cor-secundary-contaja:hover{
    background:#0bc427;
    color: #fff;
}

.cor-metal-contaja{
    background: #5A5B5C;
    color: #fff;
}

.cor-metal-contaja:hover{
    background: #3a3b3b;
    color: #fff;
}

.m-menu_color{
    background: #3a3b3b;
}

.m-menu_top{
    margin-top: -45px !important;
}

.m-menu__link-text-white{
    color: white !important;
}

.m-menu__link-icon-white{
    color: white !important;
}

.m-menu__link_hover{
    color: white !important;
    background: #3a3b3b !important;
}

.m-menu__link_hover:hover{
    color: white !important;
    background: #0bc427 !important;
}

.m-menu__link-bullet-white{
    background-color: #fff !important;
}

.m--font-contaja {
    color: #0bc427 !important;
}

.m--font-contaja-secundaria {
    color: #396600 !important;
}

.m--font-contaja-metal {
    color:#5A5B5C !important;
}

.background-color_contaja {
    background-color: #0bc427 !important;
}

.m-brand .m-brand__tools .m-brand__toggler span {
    background: white!important;
}

.m-brand .m-brand__tools .m-brand__toggler span::before, .m-brand .m-brand__tools .m-brand__toggler span::after {
    background: white!important;
}

.background-color_contaja_secundary {
    background-color: #396600 !important;
}

.border-color_contaja {
    border-color:  #0bc427 !important;
}

.border-color_contaja_secundary {
    border-color:  #396600 !important;
}

.alert-contaja {
    border-color: #0bc427 !important;
    background: #0bc427 !important;
    color: white;
}

.alert-btn-contaja {
    border-color: white !important;
    background: #0bc427 !important;
    color: white;
}

.alert-btn-contaja:hover {
    border-color: #396600 !important;
    background: #396600 !important;
    color: white !important;
}

.link-desativado {
    opacity: 0.4;
    cursor: not-allowed!important;
}

.m-nav-sticky {
    background: #76b51b;
}
.m-nav-sticky .m-nav-sticky__item > a > i {
    color: #ffffff !important;
}
