﻿.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/Scripts/dist/img/PageLoad.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

.nav-link.active {
    background-color: rgb(190, 215, 61) !important;
}

.sidebar-dark-primary {
    background-color: rgb(0, 117, 80) !important;
}

.btn-success {
    color: #fff !important;
    background-color: rgb(190, 215, 61) !important;
    border-color: rgb(190, 215, 61) !important;
    box-shadow: none !important;
}
.card-success {
    border-top: 3px solid rgb(190, 215, 61) !important;
}

.styleLogin {
    color: rgb(190, 215, 61) !important;
    text-decoration: none !important;
    background-color: transparent !important;
}
.card-header {
    background-color: rgb(190, 215, 61) !important;
}

.card-header2 {
    background-color: #fff !important;
}

.bg-success {
    background-color: rgb(190, 215, 61) !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: rgb(190, 215, 61) !important;
    border-color: rgb(190, 215, 61) !important;
}

.colorLoader {
    background-color: rgb(0, 117, 80) !important;
}