﻿.footer-text {
    color: #545b62;
    line-height: 18px;
    padding: 3px 4px 3px 6px;
}

footer {
    border-top: 1px solid #ccc;
}

.form-display {
    font-size: 1.0em !important;
}

body {
    color: #545b62;
}

.breadcrumb-item.active {
    color: #5e6974;
}

.breadcrumb-item > a {
    color: #545b62;
}

.grid-cell-content-align-top {
    vertical-align: top;
}

.panel-sub-heading {
    padding: 0 15px 5px 15px;
}

fieldset legend {
    line-height: 30px;
    border-bottom: solid 1px #3f51b5;
    color: #3F51B5;
    font-size: 1.1rem;
}

    fieldset legend.sub {
        line-height: 20px;
        font-size: 14pt;
    }

.badge-grid-column {
    width: 100%;
}

.input-validation-error {
    background-color: #ebcccc;
    border-color: #b92c28;
}

.input-validation-valid {
    background-color: none;
    border-color: inherit;
}

.validation-summary-valid {
    display: none;
}

.validation-summary-errors span {
    font-weight: 600;
}

.validation-summary-errors ul {
    padding-top: 10px;
    margin-bottom: 0px;
}

.alert-heading {
    font-weight: bold;
}

.nav-link {
    color: #6c757d;
}

.page-title-box {
    padding-top: 10px;
}

.table .thead-light th {
    color: #000 !important;
}

.nav-pills > li > a, .nav-tabs > li > a {
    color: #000 !important;
}

.page-title {
    font-size: 1.5rem !important;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.3em;
}

h3 {
    font-size: 1.1em;
}

h4 {
    font-size: .9em;
}

h5 {
    font-size: .9em;
}

.text-success {
    color: #008040 !important;
}

.text-danger {
    color: #c81a2a !important;
}

.text-bold {
    font-weight: 600;
}

.text-small {
    font-size: small;
}

.text-xsmall {
    font-size: x-small;
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
    background-color: #D91E18 !important;
    border-color: #d41c2c;
}

.btn-danger:hover {
    background-color: #D91E18 !important;
    border-color: #df1d2e;
}

.btn-danger {
    background-color: #D91E18 !important;
    border-color: #e74856;
}

.btn-success {
    background-color: #008040 !important;
    border-color: #009688;
}

.btn-warning {
    color: #000;
}

.btn-soft-warning {
    color: #ff8307;
}

.nav-tabs .nav-item {
    border-top-left-radius: .35rem;
    border-top-right-radius: .35rem;
}

    .nav-tabs .nav-item .nav-link {
        border-left: 1px solid rgba(152,166,173,.2) !important;
        border-top: 1px solid rgba(152,166,173,.2) !important;
        border-top-left-radius: .35rem;
        border-top-right-radius: .35rem;
        background-color: #d8d8d8;
        border-bottom: 2px solid rgba(152,166,173,.2) !important;
        padding: .3rem 1rem !important;
    }

        .nav-tabs .nav-item .nav-link.active {
            background-color: #fff;
            border-bottom: 2px solid #0056c1 !important;
        }

    .nav-tabs .nav-item:last-child .nav-link {
        border-right: 1px solid rgba(152,166,173,.2) !important;
        border-right: none;
    }

        .nav-tabs .nav-item:last-child .nav-link.active {
            background-color: #fff;
            border-right: 1px solid rgba(152,166,173,.2) !important;
        }