.header-navbar .navbar-wrapper{
    background: #93c47d;
}

body.vertical-layout.vertical-menu .main-menu .main-menu-content{
    background: #999999;
}

body.vertical-layout.vertical-menu.menu-expanded .navbar .navbar-header{
    background: #6aa84f;
}

.main-menu.menu-light .navigation{
    background: #999999;
}

.main-menu.menu-light .navigation li a{
    color:#000000
}

.top-border-erm{
    border-top: 7px solid #93c47d;
}

.default-collapse a{
    padding:10px;
}

.bg-gray-erm
{
    background: #eeeeee;
    color:black !important;
}

.collapse-icon .card-header[class*="bg-"]::after, .collapse-icon .card-header[class*="bg-"]::before {
    color: black;
}

.default-radius{
    background:white;
    border-radius:20px;
    padding:20px;
}

.tabs-x .nav-tabs .nav-item .nav-link.active{
    border-top: 10px solid  #93c47d;
    border-color: #93c47d !important;
}

.tabs-x .nav-tabs .nav-item .nav-link{
    border-top: 10px solid  transparent;
    color:#4e5154 !important;
}

.hover{
    cursor: pointer;
}

.kv-date-picker{
    border-top-right-radius: 1.5em!important; 
    border-bottom-right-radius: 1.5em!important;
}

.text-dialog {
    border-top-left-radius: 1.5em!important; 
    border-bottom-left-radius: 1.5em!important;
}

.border-top-green{
    border-top: 10px solid #28d094 !important;
}

.border-top-amber{
    border-top: 10px solid #ffc107 !important;
}

.border-top-red{
    border-top: 10px solid #f44336 !important;
}

.border-top-purple{
    border-top: 10px solid #9c27b0 !important;
}

.ft-plus::before {
    content: "\e846";
}

.ui-autocomplete-input {
    border-top-left-radius: 1.5em!important; 
    border-bottom-left-radius: 1.5em!important;
}

.modal-header{
    display: block !important;
}
