.navbar-brand {
    background: url("/images/Fundi_ABSA_Logo.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 5px !important;
}

.theme-bg-grey {
    background-color: #AF144B !important;
}

.navbar-brand img {
    opacity: 0 !important;
    width: 145px !important;
}

.theme-bg-grey {
    background-color: #AF144B !important;
}

.btn-theme-green-Solid, .btn-theme-blue-Solid {
    border: 1px solid #870a3c !important;
    background-color: #870a3c !important;
    color: white !important;
}

    .btn-theme-green-Solid:hover, .btn-theme-blue-Solid:hover {
        border: 1px solid #870a3c !important;
        color: #870a3c !important;
        background-color: #fff !important;
    }

.btn-theme-blue {
    border: 1px solid #870a3c !important;
    color: #870a3c !important;
    background-color: #fff !important;
}

    .btn-theme-blue:hover {
        border: 1px solid #870a3c !important;
        color: #fff !important;
        background-color: #870a3c !important;
    }

table-top-nav-item:hover {
    color: #fff;
    border-radius: 0px;
    background-color: #870a3c !important;
    cursor: pointer;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #f47721;
    border-color: transparent;
}

.nav-link:hover, .nav-link.active, .nav-link.active:hover, .nav-link.active:focus {
    border-bottom: 4px solid #AF144B;
}

.btn-primary {
    color: #fff !important;
    background-color: #870a3c !important;
    border-color: #870a3c !important;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #AF144B !important;
        border-color: #AF144B !important;
    }

.theme-purple {
    color: #f36f2b !important;
}

.login-promt .btn-primary {
    border: none !important;
}

.theme-bg-grey .theme-yellow {
    color: #ffffff !important;
    font-weight: bold !important;
}

#cookieConsent {
    display: none !important;
}

.theme-orange {
    color: #f47721;
}

.dropdown-item:active {
    background-color: #af144b !important;
}

.sent_msg p {
    background: #d95d89 none repeat scroll 0 0 !important;
    border: 1px solid #812244;
}

.msg_send_btn {
    background: #d95d89 none repeat scroll 0 0 !important;
}

.modal-content {
    width: unset !important;
    max-width: 700px;
}

.modal-body {
    text-align: center !important;
}

.modal-header {
    display: block !important;
    text-align: center !important;
}

.termsAndConditions button:first-child {
    float: left !important;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: none;
}

.table-top-nav-item:hover {
    background-color: #810b35 !important;
}

.navbar {
    padding: 0px 10px 0px 10px !important;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none!important;
}
.navbar .dropdown-menu:first-child a {
    display: none!important;
}
.navbar .dropdown-menu:first-child a:first-child {
    display: block!important;
}
.slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 20px;
    left: 1px;
    bottom: 0px;
    background-color: #f47721;
    -webkit-transition: .4s;
    transition: .4s;
}