body {
    color:#000 !important;
}

a:hover {    
    color:#c2e530 !important;
}

.btn-primary {
    background-color:#000 !important;
    border:#000;    
    color:#fff;
    transition:0.5sec;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {    
    color:#c2e530 !important;
    background-color:#000 !important;
    border:#000;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {    
    color:#000 !important;    
}

#announcement {    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.app-header-dark {
    background-color: #c2e530;
    color:#000 !important;
}

.app-header-dark .header-nav .nav-link:focus, .app-header-dark .header-nav .nav-link:hover {
    color:#000 !important;
}

.app-header-dark .header-nav .nav-link { 
    color:#000 !important;
}

.bg-primary {
    background-color:#c2e530 !important;
    color:#000 !important;
}

.bg-primary:hover {
    background-color:#c2e530 !important;
    color:#000 !important;
}


.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
    background-color:#fff !important;
}

.progress-bar {
    background-color:#c2e530 !important;
}

.list-group-item.active {
    box-shadow: inset 4px 0 0 0 #c2e530 !important;
}

.pag .pagination li a { 
    background-color:#fff !important;
    color:#000 !important;
}

.pag .pagination li .active span {    
    background-color:#fff !important;
}

.pag .pagination li span {
    color:#000 !important;
}

.pag .pagination li .active span {
    color:#000 !important;
}

.pag .pagination li a:hover {
    background-color:#c2e530 !important;
    color:#000 !important;
}

.app-header-dark .btn-account {
    color:#000;
}

.app-header-dark .top-bar-search .input-group-search:not(.focus) .form-control, .app-header-dark .top-bar-search .input-group-search:not(.focus) .form-control::placeholder, .app-header-dark .top-bar-search .input-group-search:not(.focus) .input-group-text {
    color:#000 !important;
}

.btn-larger {
    padding-left:2rem !important;
    padding-right:2rem !important;
}

.app-landing {
    background-color:#fff !important;
}

.fa-2x {
    font-size:2rem;
}

.alert-message-2 {
    background-color:#EDEAE4;
    color:#8A8985;
    border-radius:5px !important;
    font-weight:700;
}

.menu-text {
    font-size:0.875rem !important;    
    color:#000 !important;    
}

.stacked-menu .menu-item+.menu-item {
    margin-top:0px;
}

.menu-icon {
    font-size:1.8em !important;
    color:#000 !important;
}

#background-profile {
    height:196px; 
    position:relative;
    background-size:cover;
    border-radius:5px;
    background-color:#ccc;
}

.la-big {
    font-size:1.8rem;
}