body {
    height: 100%;
    background: #eee;
}

.page-portal {
    height: 100%;
}

.bootstrap-filestyle .btn {
    background: lightgray;
    padding: 4px 8px;
    cursor: pointer;
    border-radius: 3px;
}

.bootstrap-filestyle .btn:hover {
    background: #c1c1c1;
    padding: 4px 8px;
    cursor: pointer;
}

button {
    margin-top: 2px;
    background-color: #5cb85c;
    color: #ffffff;
    border: 1px solid #4cae4c;
    border-radius: 3px;
    padding: 4px 8px;
    width: 100%;
    font-weight: bold;
    cursor: pointer;
}

button:hover {
    background-color: #449d44;
    border: 1px solid #398439;
}

button.red {
    background-color: #d9534f;
    border-color: #d43f3a;
}

button.red:hover {
    background-color: #c9302c;
    border-color: #ac2925;
}

[data-icon]:before {
    content: "";
}

#portalMain {
    .grid {
        th, td {
            text-align: left;
            padding: 3px 0px;
        }

        th {
            white-space: nowrap;
            padding-right: 10px;
            color: #1275ba;
        }
    }
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.form-group input {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    padding: 5px
}

b.caption {
    color: #1275ba;
}

#loginMain, #portalMain {
    padding-bottom: 30px;
}

.arrow-steps {
    display: flex;
}

.arrow-steps .step {
    flex: 1;
    font-size: 14px;
    text-align: center;
    color: #666;
    cursor: default;
    margin: 0 3px;
    padding: 5px 10px 5px 30px;
    /*min-width: 180px;*/
    float: left;
    position: relative;
    background-color: #d9e3f7;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color 0.2s ease;
}

.arrow-steps .step:after,
.arrow-steps .step:before {
    content: " ";
    position: absolute;
    top: -2px;
    right: -17px;
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 17px solid #d9e3f7;
    z-index: 2;
    transition: border-color 0.2s ease;
}

.arrow-steps .step:before {
    right: auto;
    left: 0;
    border-left: 17px solid #fff;
    z-index: 0;
}

.arrow-steps .step:first-child:before {
    border: none;
}

.arrow-steps .step:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.arrow-steps .step span {
    position: relative;
}

/*.arrow-steps .step span:before {*/
/*    opacity: 0;*/
/*    content: "✔";*/
/*    position: absolute;*/
/*    top: -2px;*/
/*    left: -20px;*/
/*}*/

.arrow-steps .step.done span:before {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease 0.5s;
    -moz-transition: opacity 0.3s ease 0.5s;
    -ms-transition: opacity 0.3s ease 0.5s;
    transition: opacity 0.3s ease 0.5s;
}

.arrow-steps .step.current {
    color: #fff;
    background-color: #23468c;
}

.arrow-steps .step.current:after {
    border-left: 17px solid #23468c;
}

.arrow-steps .step.done {
    color: #fff;
    background-color: #449d44;
}

.arrow-steps .step.done:after {
    border-left: 17px solid #449d44;
}

@media (max-width: 600px) {
    .arrow-steps .step span {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .loansection > div {
        width: 100%;
        margin-top: 15px;
    }
}

@media (min-width: 601px) {
    .mobile-only {
        display: none;
    }

    .loansection > div {
        width: 50%;
        float: left;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .box {
        height: auto !important;
    }
}

.card {
    padding: 20px;
}

.card-title {
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-weight: 600;
}


.card .card-symbol-right {
    position: absolute;
    top: -10px;
    right: -10px;
}

.card .card-symbol-left {
    position: absolute;
    top: -10px;
    left: -10px;
}

.card .card-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.card .card-footer .card-footer-content {
    position: relative;
    background-color: #333;
    padding: 7px 9px;
    color: #ffea00;
}


p#ssnErrorMessage {
    color: red;
    font-weight: 300;
    font-size: smaller;
}

p#yobErrorMessage {
    color: red;
    font-weight: 300;
    font-size: smaller;
}


.bootstrap-filestyle.input-group .group-span-filestyle {
    margin-left: 0;
}


/***************************
* ADA Compliance changes
***************************/
.step:not(.done):not(.current) span {
    color: #232323 !important;
}

.step.done {
    font-weight: bold;
}

div#portalMain .text, #uploadCard {
    color: black;
}

#documentList .media-body {
    color: black;
}