﻿.tophead {
    padding: 8px 0;
    background: -moz-linear-gradient(0deg, rgba(153,0,0,1) 0%, rgba(140,0,0,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(153,0,0,1)), color-stop(100%, rgba(140,0,0,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, rgba(153,0,0,1) 0%, rgba(140,0,0,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, rgba(153,0,0,1) 0%, rgba(140,0,0,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, rgba(153,0,0,1) 0%, rgba(140,0,0,1) 100%); /* ie10+ */
    background: linear-gradient(90deg, rgba(153,0,0,1) 0%, rgba(140,0,0,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990000', endColorstr='#8C001A',GradientType=1 ); /* ie6-9 */
}

.card-header {
    background-color: #990000;
    border-bottom: 1px solid #990000;
    color: #fff;
    text-transform: uppercase;
}

.employee-blk-inner h2 {
    border-bottom: 1px solid #e7e7e7;
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    background: #990000;
    padding: 8px 0 6px 10px;
    color: #fff;
}

.stepwizard-step p {
    margin-top: 10px;
    color: #990000;
}

.loading-popup .modal-content {
    border: 2px solid #990000;
}

.home-banner-right {
    background: #990000;
    padding: 25px;
    max-width: 450px;
    text-align: center;
    margin: 0px auto;
    border-radius: 8px;
    color: #fff;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
    width: 100%;
}

.btn-dark {
    color: #fff;
    background-color: #990000;
    border-color: #990000;
}

.setting-leftside .card-header {
    background-color: #990000;
    text-align: left;
    color: #fff;
    width: 100%;
    display: inline-block;
    padding: 0;
    border-radius: 0;
}

.employee-banner-detail h1 {
    color: #990000;
}



a {
    color: #990000;
    font-weight: 300;
    white-space: normal;
    word-wrap: break-word;
}

.btn-primary {
    color: #fff;
    background-color: #990000;
    border-color: #990000;
}

.unread-msg, .grdMain .unread-msg {
    /*background: #ff6766;*/
}

.ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #990000;
    font-weight: normal;
    color: #fff
}

#customFields th, #customFields2 th, #Account th, #FundingAccount th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #990000 !important;
    color: white;
}

.profile-box-inner:hover a h3 {
    color: #990000;
}

.profile-box-inner:hover i.fa {
    background: #990000;
}
.login-box h2 {
    color: #990000;
}
.btn, .forgot-mid, .forgot-popup .modal-header, .gridHeader, .card-header {
    background: #990000 !important;
}
.forgot-password a, .register a {
    color: #990000;
}
    .forgot-password a:hover, .register a:hover {
        color: #990000 !important;
    }
.card {
    border: 1px solid #990000;
}
.btn-dark-outline {
    background: #fff !important;
    color: #990000 !important;
}

    .btn-dark-outline:hover {
        background: #990000 !important;
        color: #fff !important;
        border-color: #990000 !important
    }
.btn {
    font-weight: 300 !important;
    font-size: 16px !important;
    padding: 7px 12px !important;
}

.custom-select {
    font-size: 0.8rem;
}
.fill-rate-circle .circle-content {
    border: 5px solid #990000;
}

    .fill-rate-circle .circle-content p {
        color: #990000;
    }