﻿.errorMessageColor {
    color: #D82026;
}

.validationMessage {
    font-family: 'Gotham SSm A', 'Gotham SSm B',Helvetica,Arial,sans-serif;
    font-weight: 400;
    color: #D82026;
    font-size: 13px;
}

.activeNavbarColor {
    background: #FBB040 !important;
    border-left: solid #FBB040 !important;
    border-left-color: #FBB040 !important;
}

.btn-breadcrumb .activeNavbarColor.btn.btn-info:not(:last-child):after {
    border-left-color: #FBB040 !important;
}

.btn-breadcrumb .activeNavbarColor.btn.btn-info:not(:last-child):before {
    border-left-color: solid #FBB040 !important;
}


.inactiveNavbarColor {
    background: #145C80 !important;
    border-left-color: #145C80 !important;
    border-left: solid #145C80 !important;
}

.btn-breadcrumb .inactiveNavbarColor.btn.btn-info:not(:last-child):after {
    border-left-color: #145C80 !important;
}


.btn-breadcrumb .inactiveNavbarColor.btn.btn-info:not(:last-child):before {
    border-left-color: #ffffff !important;
}

.btn-breadcrumb .inactiveNavbarColor.btn.btn-info:not(:last-child):focus:after {
    background: #FBB040 !important;
    border-left-color: #FBB040 !important;
}

.btn-breadcrumb .inactiveNavbarColor.btn.btn-info:not(:last-child):focus:before {
    background: #FBB040 !important;
    border-left-color: #FBB040 !important;
}

.activeStatusbarColor {
    background: #FBB040 !important;
    border-left-color: #FBB040 !important;
}

    .activeStatusbarColor .btn-breadcrumb .btn.btn-info:not(:last-child):after {
        border-left: 10px solid #FBB040 !important;
    }

    .activeStatusbarColor a:after {
        border-left-color: #FBB040 !important;
    }


.documentLink {
    font-size: 18px;
}

.preview-link {
    display: block;
    height: 100%;
    width: 100%;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.container {
    .row

{
    margin-left: -15px;
    margin-right: -15px;
}

}

.claimtable {
    display: block;
    max-height: 250px;
    overflow-y: scroll;
}

.programErrors {
}

.pagination > .active > a {
    background-color: #7c6aaa;
    border-color: #7c6aaa;
}

.nohover {
    pointer-events: none;
}

.top-buffer {
    margin-top: 10px;
}
