body {
    background-color: #37597F;
}

    body > .container {
        background-color: #fff;
    }

.header h3 {
    color: #37597F;
}

.form-vertical {
    background-color: #F7F6F3;
    border: 1px solid #E6E2D8;
    padding: 20px;
}

.btn-primary {
    background-color: #37597F;
    border-color: #37597F;
}

    .btn-primary:hover {
        background-color: #228DB5;
        border-color: #37597F;
    }

.requiredStar {
    color: red;
}

footer {
    color: #fff;
    font-size: 12px;
    text-align: left;
    background: url(../images/bottom-border.svg) no-repeat 0 20px;
    background-color: #37597F;
    background-size: cover;
    height: 140px;
    margin-bottom: 2em;
}

    footer .row {
        width: 100%;
    }

td {
    font-size: 14px;
    /* padding: 15px 5px 10px 0; */
    padding: 5px;
    border: 1px solid #ccc;
}

    td[colspan='6'] {
        /* padding: 0px 6px; */
        /* border-left: 5px solid #37597F; */
        padding: 0;
    }

    td strong {
        margin-left: 5px;
    }

table table table td {
    /* padding:8px 0; */
    font-size: 14px;
    padding: 8px;
}

th {
    text-align: inherit;
    /* padding: 5px 5px 5px 0; */
    font-size: 12px;
    color: #444;
    text-align: left;
    border-bottom: 2px solid #37597F !important;
    padding: 5px;
}

table table table th {
    border-width: 1px !important;
}

table table table {
    border-bottom: 4px solid #37597F;
    /* margin-bottom: 5px; */
    width: 100%;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    font-weight: bold;
    text-decoration: none;
}

.nav-tabs .nav-link {
    color: #37597F;
    text-decoration: underline;
    transition: background-color 1s ease;
    transition: border 1s ease;
}

#resultTab1 td:first-child {
    font-weight: bold;
    font-size: 13px;
}

table {
    width: 100%;
}

#resultTab1 table {
    width: 100%;
}

.form-row .form-group.col-md-3:nth-child(3) input {
    width: 110px;
}

.form-row .form-group.col-md-3:nth-child(3), .form-row .form-group.col-md-3:nth-child(4) {
    max-width: 121px;
}
.form-row .form-group.col-md-3.SSN4 {
    max-width: 175px;
}
table .btn-primary[aria-expanded="true"] {
    background-color: #228DB5;
    border-color: #228DB5;
}

.text-danger {
    color: #dc3545 !important;
    font-size: 14px;
    line-height: normal;
    display: block;
   /* font-style: italic;*/
}

span.required {
    color: #37597F;
    font-size: 13px;
    left: -3px;
    display: inline-block;
    position: relative;
    top: -2px;
}
/*table .btn-primary[aria-expanded="true"]:after {
    content: "Hide \f0d8";
    font-family: 'Fontawesome', Arial, Helvetica;
}*/
table .btn-primary[aria-expanded="true"] span.closed {
    display: none;
}

table .btn-primary[aria-expanded="false"] span.open {
    display: none;
}

table td[colspan="2"] {
    border: none;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    background: #e0f9f5;
    border-color: #37597F #37597F transparent #37597F;
    color: #37597F;
}

.input-validation-error {
    background-color: #E8AAAD;
    border: 1px solid red;
}

.tab-content {
    padding-top: 10px;
}

/*#caseResults .nav-tabs {
    width: 100%;
    position: absolute;
}*/

button.details-control {
    cursor: pointer;
}

/* Print CSS */
@media print {
    body {
        margin-top: 3em !important;
        background-color: #fff !important;
    }

    .tab-content > .tab-pane {
        opacity: 1 !important;
        margin-bottom: 3em !important;
    }

    .nav-tabs {
        display: none !important;
    }

    .collapse:not(.show) {
        display: table-row !important;
    }

    .tab-content > .tab-pane {
        display: block !important;
    }

    .fade:not(.show) {
        opacity: 1 !important;
    }

    table {
        width: 100% !important;
    }

    .tab-content.pb-4 {
        display: none !important;
    }

    .btn {
        color: #000 !important;
    }

    #resultTab1 table {
        width: auto !important;
    }

    table .btn-primary {
        display: none;
    }

    td[colspan="6"] > table th:last-child {
        display: table-cell;
    }

    td[colspan="2"] > table > tbody > tr > th:last-child {
        display: none;
    }

    td[colspan="2"] > table > tbody > tr > td:last-child {
        padding: 0;
        width: 1px;
    }

    .print-export {
        display: none;
    }

    .tab-pane.mt-5 {
        margin-top: 0 !important;
        margin-bottom: 1em !important;
    }
}
