/* || GENERAL STYLES */

body {
    padding: 0 !important;
    min-height: 100%;
    height: 100%;
}

a {
    color: rgb(0, 36, 82);
    text-decoration-line: underline;
}

/* Bug fix where table borders don't show on Mozilla */
@-moz-document url-prefix() {
    table {
        border-collapse: separate;
    }
}

.body {
    min-height: 70%;
    margin-bottom: 50px;
    margin-top: 8px;
    clear: both;
}

.page-wrap {
    width: 100% !important;
    margin: 0 auto;
    overflow-x: hidden;
}

@media (min-width: 768px) {
    .page-wrap {
        width: 85% !important;
        margin: 0 auto;
        overflow-x: hidden;
    }
}

@media (min-width: 1000px) {
    .page-wrap {
        width: 72% !important;
        margin: 0 auto;
        overflow-x: hidden;
    }
}

.container-fluid {
    height: 100%;
}

/* || NAVBAR STYLES */

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9);
}

.navbar-dark {
    background-color: #003476;
}

.navbar-brand {
    line-height: 60px;
    margin: 0;
}

.nav-colored-bar {
    width: 100%;
    height: 8px;
    background: #046ec5;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -5px;
}

.nav-link {
    border: 0;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    outline: 0;
    padding: 0;
    position: relative;
    align-items: center;
    user-select: none;
    border-radius: 0;
    vertical-align: middle;
    justify-content: center;
    text-decoration: none;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.nav-title {
    font-size: 1.15rem;
    color: white;
    margin: 0;
}

@media (min-width: 992px) {
    .nav-title {
        font-size: 1.15rem;
        padding-left: 16px;
        padding-bottom: 5px;
        color: white;
        margin: 0;
        max-width: 670px;
    }
}

/* || FOOTER STYLES */

.footer {
    color: #616161;
    background: #eeeeee;
    width: 100%;
    border-top: 4px solid #046ec5;
    padding: 32px 0;
}

.footer-content {
    width: 100%;
    box-sizing: border-box;
}

.footer-content ul {
    margin: 0 0 16px 0;
    padding: 0;
}

.footer-content ul > li {
    display: inline;
    margin-right: 16px;
}

.footer-text {
    color: #616161;
    flex-grow: 1;
    font-size: 0.85rem;
    margin-top: 16px;
    line-height: 1.8rem;
}

.footer-image-container {
    text-align: right;
}

@media (max-width: 1050px) {
    .footer-image-container {
        text-align: left;
    }
}

.footer-link {
    color: #046ec5;
}

.footer-link:hover {
    color: #4c2c92;
}

.footer-link:active {
    color: #212529;
}

/* || MAIN CONTAINERS STYLES */

.header-container {
    margin-top: 60px;
    margin-bottom: 35px;
}

.header-container-less-margin {
    margin-top: 40px;
    margin-bottom: 35px;
}

.subtitle-container {
    margin-bottom: 35px;
}

.main-content-container {
    margin-bottom: 80px;
}

.bottom-container {
    padding-bottom:5px;
}

/* || SPECIFIC CONTAINERS STYLES */

.login-container {
    background-color: #fafafa;
    border: 2px solid #dcdcdc;
    border-radius: 0;
    max-width: 500px;
    min-width: 400px;
    padding: 40px 15px 60px 15px;
    margin: 0 auto;
}

.solemn-declaration-container {
    font-weight: 600;
}

.review-page-container {
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 3px;
    padding: 20px 22px 10px 22px;
    margin-bottom: 30px;
}

.app-summary-container {
    border: 1px solid #cfcfcf;
    border-radius: 9px;
    padding: 10px 22px;
    margin-bottom: 30px;
}

.app-summary-btn-container {
    margin-bottom: 1rem;
    display: flex;
    padding-top: 3px;
    padding-bottom: 3px;
}

.app-summary-btn-container > .right {
    margin-left: auto;
    display: inline-block;
}

.app-summary-btn-container > .left {
    margin-right: auto;
    display: inline-block;
}

@media (max-width: 502px) {
    .app-summary-btn-container {
        text-align: center;
        display: initial;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .app-summary-btn-container > .right {
        display: block;
        width: 100%;
        text-align: center;
    }

    .app-summary-btn-container > .left {
        display: block;
        width: 100%;
        text-align: center;
    }

    .left > * {
        min-width: 90% !important;
        margin-bottom: 0.8rem;
        margin-right: 0 !important;
        white-space: break-spaces;
        height: auto;
    }

    .right > * {
        min-width: 90% !important;
        margin-bottom: 0.8rem;
        margin-left: 0 !important;
        white-space: break-spaces;
        height: auto;
    }
}

.editable-container {
    background-color: white;
    border: 0.09rem solid  rgba(0, 0, 0, 0.6);
    border-radius: 9px;
    padding: 10px 22px;
    margin-bottom: 20px;
}

.editable-container-disabled {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    border-radius: 9px;
    padding: 10px 22px;
    margin-bottom: 20px;
}

.editable-container-disabled > #txtUpload {
    background-color: #c8c8c8;
}

.frm-label-container {
    padding-bottom: 5px;
}

.frm-container {

}

/* || LABEL/HEADING STYLES */

.main-heading {
    font-size: 2.4rem;
    font-weight: bold;
}

@media (min-width: 768px) {
    .main-heading {
        font-size: 2.6rem;
        font-weight: bold;
    }
}

.sec-heading {
    font-size: 1.3rem;
    font-weight: 400;
}

.subtitle {
    font-weight: 400;
    font-size: 1.1rem;
}

.error-heading {
    font-size: 6rem;
    font-weight: bold;
}

.error-subtitle {
    font-weight: 500;
    font-size: 1.5rem;
}

.lbl-back {
    font-size: 1.6rem;
    margin-right: 8px;
}

.frm-label {
    font-size: 1.15rem;
    padding-bottom: 5px;
}

.warning-text {
    padding-left: 4rem;
}

.solemn-declaration-label {
    text-decoration: underline;
    font-weight: bold;
}

/* || VALIDATION ERROR STYLES */

.validation-container {
    padding: 0 0 0 15px;
    border-left: 2px solid;
    border-left-color: #ca2e2e;
}

.validation-label-error {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: #ca2e2e;
    padding-left: 8px;
}

.validation-component-error {
    border-color: #ca2e2e !important;
    border-style: solid;
    border-width: 1px;
    border-radius: 8px;
}

.validation-error-border {
    border-color: #ca2e2e !important;
}

/* || FILTER COMPONENT STYLES */

.filter-container {
    padding: 10px 22px;
    margin-bottom: 30px;
    border-radius: 9px;
    border-width: 1px;
    border-color: #cfcfcf;
    border-style: solid;
}

.filter-heading {
    font-weight: bold;
    font-size: 18px;
    display: block;
    margin-bottom: 1rem;
}

.filter-label {
    font-size: 1.05rem;
}

.filter-form {
    height: 44px;
}

/* || BUTTON STYLES */

.btn-back {
    background-color: #ffffff;
    color: black;
    font-weight: 600;

    padding-top: 10px;
    padding-bottom: 10px;

    border-radius: 0;
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;

    border-bottom-style: solid;
    border-bottom-width: 0.09rem;
    border-bottom-color: black;

    margin-top: 5px;
}

.btn-back:hover {
    background-color: #f8f9fa;

    border-bottom-style: solid;
    border-bottom-width: 0.09rem;
    border-bottom-color: black;
}

.btn-back:focus,
.btn-back:active {
    background-color: #f8f9fa;

    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;

    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;

    border-bottom-style: solid;
    border-bottom-width: 0.09rem;
    border-bottom-color: black;
}

.btn-dark,
.btn-dark:hover,
.btn-dark:active,
.btn-dark:visited,
.btn-dark:focus {
    background-color: #013476;
    border-color: #013476;
    border-radius: 0;
    box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.45);
    padding: .5rem 2rem;
    height: 48px;
}

.btn-primary {
    background-color: #056dc6;
    border-color: #056dc6;
    padding: .5rem 1.4rem;
    height: 48px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
    background-color: #2258a7;
    border-color: #2258a7;
}

.btn-secondary {
    background-color: #013476;
    border-color: #013476;
    padding: .5rem 1.4rem;
    height: 48px;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:visited,
.btn-secondary:focus {
    background-color: #01245b;
    border-color: #01245b;
}

.btn-danger {
    background-color: #ca2e2f;
    border-color: #ca2e2f;
    padding: .5rem 1.4rem;
    height: 48px;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger:visited,
.btn-danger:focus {
    background-color: #a92324;
    border-color: #a92324;
}

.btn-success {
    background-color: #00713d;
    border-color: #00713d;
    padding: .5rem 1.4rem;
    height: 48px;
}

.btn-success:hover,
.btn-success:active,
.btn-success:visited,
.btn-success:focus {
    background-color: #01562e;
    border-color: #01562e;
}

.btn-dialog,
.btn-dialog:hover,
.btn-dialog:active,
.btn-dialog:visited,
.btn-dialog:focus{
    padding: 6px 12px;
    height: 38px;
}

.btn-floating {
    position: fixed;
    bottom: 45px;
    right: 24px;
    border-radius: 15rem;
    visibility: hidden;
    min-width: 65px;
    min-height: 65px;
    padding: 0;
    font-size: 25px;
}

.btn-floating:focus,
.btn-floating:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.5);
    min-width: 65px;
    min-height: 65px;
    padding: 0;
    font-size: 25px;
}

.btn-icon,
.btn-icon:active,
.btn-icon:focus {
    background-color: transparent;
    border: transparent;
    font-size: 17px;
    color: #404040;

    padding: 0 10px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-icon:hover,
.btn-icon-active,
.btn-icon-active.btn-icon:active,
.btn-icon-active.btn-icon:focus {
    background-color: transparent;
    border: transparent;
    font-size: 17px;
    color: #007bff;

    padding: 0 10px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* || WARNING ICON STYLES */

.warning-icon {
    float: left;
    margin-left: 8px;
    font-size: 2.5rem;
    width: 1em;
    height: 1em;
    display: inline-block;
}

.warning-icon-small {
    fill: #404040;
    padding-top: 2px;
    float: left;
    font-size: 1.4rem;
    width: 1em;
    height: 1em;
    display: inline-block;
}

.warning-text-small {
    color: #404040;
    font-size: smaller;
    margin-bottom: 0;
}

/* || BLOCKQUOTE STYLES */

.blockquote {
    margin: 0 0 14px 0;
    padding: 14px 16px;
    border-left: 8px solid;
    border-left-color: #9e9e9e;
    font-size: 1rem;
}

.blockquote-thin {
    margin: 8px 0 8px 0;
    padding: 8px 10px;
    border-left: 2px solid;
    border-left-color: #9e9e9e;
}

.blockquote-thin-no-pad {
    margin: 8px 0 8px 0;
    border-left: 2px solid;
    border-left-color: #9e9e9e;
}

.blockquote-info {
    border-left-color: #9e9e9e;
    background-color: #e0e0e0;
}

.blockquote-warning {
    border-left-color: #C25400;
    background-color: #e0e0e0;
}

.blockquote-error {
    border-left-color: #ca2e2e;
    background-color: #e0e0e0;
}

.blockquote-success {
    border-left-color: #00703c;
    background-color: #e0e0e0;
}

/* || GRID ROW STYLES */

.grid-row-border-primary {
    border-width: 7px;
    border-color: #03ade8;
}

.grid-row-border-success {
    border-width: 7px;
    border-color: #006f3c;
}

.grid-row-border-danger {
    border-width: 7px;
    border-color: #76390a;
}

.grid-row-border {
    border-width: 1px;
    border-color: #c7c7c7;
}

/* || SUBMISSION REPORT PAGE STYLES */

.submission-report-title-container {
    background-color: #406e3d;
    border: 1px solid #406e3d;
    border-radius: 3px;
    padding: 25px 22px 25px 22px;
    margin-bottom: 30px;
    text-align: center;
}

.main-heading-light {
    font-size: 2.6rem;
    font-weight: bold;
    color: white;
    margin-bottom: 1.5rem;
}

.sec-heading-light {
    font-size: 1.3rem;
    font-weight: 400;
    color: white;
}

.side-panel {
    padding-right: 3rem !important;
    padding-left: 1.5rem !important;
}

.side-heading {
    display: block;
    font-weight: 600;
    font-size: 2.1rem;
    line-height: 1.2;
    padding-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-width: 0.1rem;
    border-bottom-color: #cdcccc;

    margin-bottom: 12px;
}

.side-heading-small {
    display: block;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.2;

    margin-top: 0;
    margin-bottom: 10px;
}

.side-text {
    display: block;
    line-height: 1.55rem;
    font-weight: 500;
    font-size: 17px;
}

.side-qrcode-image {
    display: block;
    margin-top: 20px;
    padding: 1px;
    border: 7px solid black;
}

@media (max-width: 768px) {
    .side-panel {
        text-align: center;
    }

    .side-qrcode-image {
        margin-right: auto;
        margin-left: auto;
    }
}

/* || APPLICATION VIEW STYLES */

.app-view-images-container {
    width: 100%;
    text-align: start;
}

.app-view-title-container {
    margin-bottom: 60px;
    margin-top: 40px;
    text-align: center;

    display: flex;
    padding-left: 40px;
    padding-right: 40px;
}

.app-view-main-title-label {
    font-weight: bold;
    font-size: 1.5rem;

    display: inline-block;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
}

.app-view-section-title-label {
    display: block;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0;
    margin-inline-end: 0;

    font-weight: 500;
    line-height: 1.2;
    font-size: 2rem;

    margin-top: 0;
    margin-bottom: 30px;
}

.app-view-subsection-container {
    /*padding-left: 10px;
    padding-right: 10px;*/
}

.app-view-subsection-title-label {
    margin-bottom: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.1;
    display: inline-block;
}

.app-view-cell-right {
    padding: 12px 0 12px 16px !important;
}

.app-view-cell-left {
    padding: 12px 16px 12px 0 !important;
}

.app-view-cell-doc {
    padding: 12px 0 !important;
}

/* || COLLAPSE CONTAINER */

.collapse-container {
    padding-left: 10px !important;
}

.collapse-button {
    color: rgba(0,0,0,0.9) !important;
    padding: 0;
}

.collapse-button-text {
    text-decoration: underline;
    font-weight: 600;
    font-size: 15px;
}

.collapse-content {

}

.collapse-container .btn:before {
    font-weight:900;
    content:"\2BC6";
    padding-right: 4px;
}
.collapse-container .btn.collapsed:before {
    content:"\2BC8";
}
.collapse-container .btn:hover,
.collapse-container .btn:active,
.collapse-container .btn:focus  {
    text-decoration: none;
    box-shadow: none;
    outline: none !important;
}

/* || UTILITIES */

.underlined:hover {
    text-decoration-line: underline;
    cursor: pointer;
}

.home-inner-cell {
    padding-left: 17px;
    padding-bottom: 5px;
    padding-top: 10px;
}

.home-custom-comp-cell {
    padding-left: 17px;
    padding-bottom: 5px;
    padding-top: 10px;
}

.home-inner-header-label {
    font-weight: bold;
    font-size: 0.88rem;
    color: gray;
}

.home-inner-data-label {
    font-size: 0.95rem;
}

.objection-btn-cell {
    padding-left: 17px;
    padding-bottom: 15px;
    padding-top: 0;
}

.objection-btn-cell-less-bottom-pad {
    padding-left: 17px;
    padding-bottom: 5px;
    padding-top: 0;
}

.clear-left-margin {
    margin-left: 0 !important;
}

.clear-padding {
    padding: 0 !important;
}

@media (min-width: 1200px) {
    .btn-remove-school-container {
        margin-top: 33px !important;
    }
}

@media (max-width: 1199px) {
    .btn-remove-school-container {
        margin-top: 8px !important;
    }
}

@media (max-width: 768px) {
    .btn-container {
        text-align: center;
    }

    .btn-container > .btn {
        width: 65% !important;
        white-space: break-spaces;
        height: auto;
    }

    .btn-container > .z-combobutton {
        width: 65% !important;
    }

    .btn-container-multiple > .btn {
        margin-right: 0 !important;
        margin-bottom: 1rem !important;
    }

    .btn-container > .btn-long-text {
        white-space: normal;
        height: 65px;
    }
}