﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: 'Open Sans', sans-serif;
}

#introMedia {
    margin-top: 3%;
    display: flex;
    justify-content: center;
}

#topDirections {
    font-weight: bold;
    margin: 2% 0;
}

.nav-link {
    padding-left: .9rem;
    padding-right: .9rem;
}

#docSections .nav-link {
    font-size: .9rem;
    font-weight: bold;
}

.navAccent {
    font-weight: bold;
}

#nav-tabContent {
    font-size: .9rem;
}

    #nav-tabContent .form-control,
    #nav-tabContent .input-group-text {
        font-size: .9rem;
    }

.required::after {
    content: "*";
    margin-left: 5px;
    color: rgba(195, 49, 62, 0.94);
}

input::placeholder, textarea::placeholder {
    color: rgb(100, 149, 237, 0.70) !important;
    font-style: italic;
}

.form-control:focus {
    background: rgba(0, 123, 255, 0.08);
}

#editButtonWrapper {
    margin-top: 1.5%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 20px;
    line-height: 60px; /* Vertically center the text there */
}

#footerContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#employment label {
    margin-top: 1.5%;
    margin-bottom: 1.3%;
}

select.form-control {
    padding-left: 0;
    padding-right: 0;
}

.col-form-label {
    padding-top: initial;
    padding-bottom: initial;
    align-self: center;
}

.col-form_radioCheckBox {
    align-self: center;
    display: flex;
}

.propContainer {
    display: flex;
}

    .propContainer h3 {
        margin-left: 1%;
    }

    .propContainer > div:nth-child(1) {
        width: 95%;
        border-bottom: 1px solid #212529;
        padding: 1%;
        margin-bottom: 2%;
    }

    .propContainer > div:nth-child(2) {
        width: 5%;
        padding: 1%;
        margin-bottom: 1%;
        display: flex;
        justify-content: center;
    }

#nav-tabContent form {
    margin-top: 3%;
}

.hide {
    display: none;
}

.addButton_wrapper {
    margin-top: 1%;
    justify-content: flex-end;
    margin-bottom: 3%;
}

.formLabelBlock .row, .formLabelBlock .form-control {
    height: 2.4em;
}

.alert {
    display: flex;
    justify-content: space-between;
    margin-top: 3%;
    margin-bottom: 3%;
}

input.invalid, textarea.invalid, select.invalid {
    background: rgba(241, 107, 119, 0.45);
}

div.invalid {
    color: rgba(195, 49, 62, 0.94);
}

div.delete {
    display: flex;
    flex-direction: column;
}

    div.delete img {
        height: 24px;
        width: 24px;
    }

.notApplicable {
    padding-left: 10%;
    font-style: italic;
}

#exemption_list fieldset {
    border-radius: 10px;
    columns: 2;
    border: 1px solid;
    padding: 10px;
    margin: initial;
}

#exemption_list legend {
    width: initial;
    max-width: initial;
    margin: 0;
}

.sfa_wrapper {
    border-bottom: 1px solid #ddd;
    padding-top: 3%;
}

    .sfa_wrapper > div > p {
        margin-bottom: 0;
    }

select .highlight {
    background: #007bff;
    color: #fff;
}

.col2 {
    column-count: 2;
}

#consumerDebtPayments_container td:nth-child(2) input,
#nonConsumerDebtPayments_container td:nth-child(2) input {
    margin: 3px 0;
}

.nameAddressWrapper input {
    margin-bottom: 2%;
}
