/*body.application form {
  border: 1px solid #ddd;
}*/

/* home page */

.card-grants-available ul li {
    font-size: 1.1rem;
}
/* big checklist cards */

.card ul.checklist {
    list-style-type: none;
    padding-left: 1rem;
}

.card ul.checklist li {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
}
.card-eligibility ul.checklist i {
    color: green;
}
.card-eligibility ul.checklist i {
    color: green;
}
.card-grants-available ul.checklist i,
.card-new-applicant ul.checklist i {
    color: #17a2b8;
}
/* Grant listing columns that shouldn't wrap */
table.grant-list-table th,
table.grant-list-table td.applicant,
table.grant-list-table td.submitted,
table.grant-list-table td.updated,
table.workflow-history-table td.updated {
    white-space: nowrap;
}

/* Grant listing status message */
table.grant-list-table tbody tr.grant-status td {
    border-top: 0px;
}
tr.grant-status td:first-child {
    text-align: right;
    font-style: italic;
    color: #aaa;
}
body {
    font-size: 90%;
}
body.pdf {
    font-size: 80%;
}
body.pdf panel {
    border: 0;
}
/* a, a:link {
  color: #337ab7;
}

a:visited{
  color: #23527c;
} */
.header-bar {
    background-color: #f2962f;
    color: #fff;
}

.page-title {
    padding-bottom: 10px;
    margin-bottom: 16px;
}

.nav-tabs {
    margin-bottom: 20px;
}

h2.application-title {
    font-size: 140%;
}

/* help block before form input, reverse default bootstrap margins */
.form-text-pre {
    margin-top: 0;
    margin-bottom: 0.2rem;
}

.form-group label {
    font-weight: 500;
}
button.application-save-button {
    margin-right: 0.5em;
}
button.application-back-button {
    margin-right: 0.5em;
}

.alert {
    margin-top: 10px;
}
section.main {
    padding-top: 10px;
}
.budget-table input[type="number"] {
    width: 6rem;
}

.main .progress {
    margin-bottom: 1rem;
}
footer {
    padding-top: 20px;
    font-size: 80%;
}

@media print {
    nav,
    .nav-tabs {
        display: none;
    }
}

/* new bs 4 styles */
.card-header {
    background-color: #eee;
}

/* FAQs details elments */
