.whiteLink a {
    color: #fff !important;
}
    .whiteLink a:hover {
        color: #2B88AC !important;
    }
a {
    color: #2B822B !important;
}
.active a {
    color: #fff !important;
}
.navbar-nav > li > a {
    color: #fff !important;
}
    .btn {
    background-image: none !important;
}
.btn-primary {
    background-color: #2D862D !important;
}
    .btn-primary:hover {
        background-color: #2A7E2A !important;
    }
.row {
    padding: 10px 0;
}
th {
    background-color: #f9f9fb !important;
    border-top: 1px solid #f9f9fb !important;
    color: #000 !important;
}
.table td {
    border-top: 1px solid #f9f9fb !important;
    vertical-align: middle !important;
}
.btn-link {
    color: #2D862D !important;
}
.dropdown-menu > li > a:hover {
    background-color: #f9f9fb !important;
    background-image: none !important;
}
.active > a {
    background-color: #2D862D !important;
    border-color: #2D862D !important;
}
input {
    background-image: none !important;
}
.sticky {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1;
}