﻿.progress-indicator>li::after {
    content: '';
    position: absolute;
    display: block;
    background: #e6e6e6;
    width: 100%;
    height: 0.15em;
    top: 50%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    left: 50%;
    margin-left: 1.5em\9;
    z-index: 0;
}

.progress-indicator>li:last-child:after {
    display: none;
}

.progress-indicator>li.is-complete {
    color: #1779ba;
}

.progress-indicator>li.is-complete::before,
.progress-indicator>li.is-complete::after {
    color: #fefefe;
    background: #1779ba;
}

.progress-indicator>li.is-complete span {
    color: #1779ba;
}

.progress-indicator>li.is-current {
    color: #4eabe9;
}

.progress-indicator>li.is-current::before {
    color: #fefefe;
    background: #4eabe9;
}

.progress-indicator>li.is-current span {
    color: #4eabe9;
}

.dright.login {
    background: none;
    border-width: 0px;
}

.number {
    text-align: right;
}

.placed{
    color: #e57b2f !important;
}

.active {
    color: #448642 !important;
    font-weight: 600 !important;
}

.approved,
.pending  {
    color: #2e6599 !important;
}

.rejected {
    color: #9a261f !important;
}

.closed {
    color: #686F73 !important;
    font-weight: 500;
}

.foreclosure {
    color: #686F73 !important;
    font-weight: 500;
}

.writtenoff {
    color: #686F73 !important;
    font-weight: 500;
}

.reversed {
    color: #686F73 !important;
    font-weight: 500;
}

.pageTitle .closed,
.pageTitle .placed,
.pageTitle .pending {
    margin-left: .5rem;
    font-size: 1.5rem !important;
    font-weight: normal !important;
}

.ui-tabs-nav {
    border-style: solid;
}

.ui-tabs-nav>li {
    margin-left: 10px !important;
}

.ui-tabs-nav h4 {
    cursor: pointer;
    margin: 5px;
}

.required {
    color: #a81414;
    border-color: #a81414;
}

.router-link-active.router-link-exact-active {
    color: #16659E !important;
}