body {
    padding: 0 !important;
    min-height: 100%;
    height: 100%;
}

.body {
    min-height: 70%;
    margin-bottom: 50px;
    margin-top: 8px;
    clear: both;
}

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;
    }
}

.container-fluid {
    height: 100%;
}

.footer {
    color: #fff;
    background: linear-gradient(315deg,#003476 .09%,#134a86);
    text-align: center;
    width: 100%;
}

.footer-content {
    width: 100%;
    box-sizing: border-box;
    padding-top: 30px !important;
}

@media (min-width: 768px) {
    .footer-content {
        width: 100%;
        box-sizing: border-box;
        padding-top: 45px !important;
        padding-bottom: 15px !important;
    }
}

.footer-text {
    color: #fff;
    flex-grow: 1;
    font-size: 0.85rem;
    margin-top: 16px;
    text-align: center;
    line-height: 1.8rem;
}

.footer-banner {
    max-width: 100%;
    height: auto;
}

.list-no-style {
    padding-left: 0;
    list-style: none;
}

.footer-link {
    color: white;
}

.footer-link:hover {
    color: #00aeef;
}

.page-wrap {
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}

@media (min-width: 768px) {
    .page-wrap {
        width: 75%;
        margin: 0 auto;
        overflow-x: hidden;
    }
}

.center-children {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.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-root {
    margin: 0 0 14px 0;
    padding: 14px 16px;
    border-left: 8px solid;
    background-color: #e0e0e0;
}

.blockquote-root-thin {
    margin: 8px 0 8px 0;
    padding: 8px 10px;
    border-left: 2px solid;
}

.blockquote-root-thin-no-pad {
    margin: 8px 0 8px 0;
    border-left: 2px solid;
}

.blockquote-info {
    border-left-color: #9e9e9e;
}

.blockquote-warning {
    border-left-color: #C25400;
}

.blockquote-error {
    border-left-color: #ca2e2e;
}

.blockquote-success {
    border-left-color: #00703c;
}

/* Containers */

.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;
}

.box-container {
    border-color: #dcdcdc;
    border-radius: 0;
    border-width: 2px;
    background-color: #fafafa;
    max-width: 500px;
    min-width: 400px;
    margin: 0 auto;
    padding: 40px 15px 60px 15px;
}

.editable-container {
    margin-bottom: 20px;
    background-color: white;
    padding: 10px 22px;
    border-radius: 9px;
    border-color: rgba(0, 0, 0, 0.6);
    border-style: solid;
    border-width: 0.09rem;
}

.editable-container-disabled {
    margin-bottom: 20px;
    background-color: #e6e6e6;
    padding: 10px 22px;
    border-radius: 9px;
    border-color: #e6e6e6;
}

.editable-container-disabled > #txtUpload {
    background-color: #c8c8c8;
}

.home-page-container {
    padding: 10px 22px;
    margin-bottom: 30px;
    border-radius: 9px;
    border-width: 1px;
    border-color: #cfcfcf;
    border-style: solid;
}

.review-page-container {
    padding: 20px 22px 10px 22px;
    margin-bottom: 30px;
    border-radius: 3px;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.6);
    border-style: solid;
}

.submission-report-title-container {
    padding: 25px 22px 25px 22px;
    margin-bottom: 30px;
    border-radius: 3px;
    border-width: 1px;
    border-color: #406e3d;
    border-style: solid;
    background-color: #406e3d;
    text-align: center;
}

.frm-label-container {
    padding-bottom: 5px;
}

.frm-container {

}

.solemn-declaration-container {
    font-weight: 600;
}

/* Labels */

.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;
}

.main-heading-light {
    font-size: 2.6rem;
    font-weight: bold;
    color: white;
}

.sec-heading-light {
    font-size: 1.3rem;
    font-weight: 400;
    color: white;
}

.side-heading {
    font-size: 2.1rem;
    padding-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-width: 0.1rem;
    border-bottom-color: #cdcccc
}

.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;
}

/* Buttons */

.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;
}

.grid-row-border-primary {
    border-width: 7px;
    border-color: #006f3c;
}

.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;
}

/* Navbar */

.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 5px 0 0;
}

.nav-colored-bar {
    width: 100%;
    height: 5px;
    background: linear-gradient(358.5deg,#00aeef .09%,#134a86);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -5px;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2), 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12);
}

.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;
        border-left: 1px solid white;
        padding-left: 16px;
        padding-bottom: 5px;
        color: white;
        margin: 0;
        max-width: 670px;
    }
}

/* ZK Override */

.z-row:hover > .z-cell,
.z-row:hover > .z-row-inner {
    background: none;
}

.z-datebox,
.z-combobox,
.z-bandbox {
    width: 100%;
    height: 50px;
}

.z-combobox-readonly > input,
.z-bandbox-readonly > input {
    background: white;
}

.z-datebox-input,
.z-combobox-input,
.z-bandbox-input {
    height: 50px;
    border-radius: 8px;
}

.z-datebox-button,
.z-combobox-button,
.z-bandbox-button {
    height: 50px;
    border-radius: 0 8px 8px 0;
    border-left-color: transparent;
}

.z-datebox-icon,
.z-combobox-icon,
.z-bandbox-icon {
    padding-top: 8px;
}

.z-intbox,
.z-decimalbox,
.z-textbox {
    width: 100%;
    height: 50px;
    border-radius: 8px;
}

.z-textbox[disabled],
.z-decimalbox[disabled],
.z-intbox[disabled],
.z-longbox[disabled],
.z-doublebox[disabled] {
    border-color: #f5f5f7;
    background-color: #f5f5f7;
    color: rgba(0,0,0,0.9) !important;
}

.z-textbox {
    text-transform: uppercase;
}

.z-combobox-disabled > input,
.z-datebox-disabled > input,
.z-bandbox-disabled > input {
    color: rgba(0,0,0,0.9) !important;
}

.z-listbox {
    border-radius: 8px !important;
}

.z-grid {
    border-width: 0;
}

.z-combobox-popup, .z-bandbox-popup, .z-datebox-popup, .z-timebox-popup {
    border-radius: 8px;
}

/* ZK Combobutton overrides */

.z-combobutton {
    height: 48px;
    border-radius: .25rem;
}

.z-combobutton-content {
    display: flex;
    height: 48px;
    background-color: #056dc6;
    border: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.z-combobutton-text {
    margin: auto;
}

.z-combobutton-button {
    border-left: 1px solid #030a1a21;
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.z-combobutton:focus {
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
    outline: 0;
}

.z-combobutton:hover .z-combobutton-content,
.z-combobutton:active .z-combobutton-content,
.z-combobutton:visited .z-combobutton-content,
.z-combobutton:focus .z-combobutton-content {
    display: flex;
    height: 48px;
    background-color: #2763b7;
    border-color: #2763b7;
}

.z-combobutton-button:hover,
.z-combobutton-button:active,
.z-combobutton-button:visited,
.z-combobutton-button:focus {
    display: flex;
    height: 48px;
    background-color: #1e52a2;
    border-color: #1e52a2;
}

/* ZK Combobutton extensions */

.combo-secondary .z-combobutton-content {
    background-color: #013476;
}

.combo-secondary .z-combobutton-button {
    border-left: 1px solid rgba(2, 7, 19, 0.31)
}

.combo-secondary.z-combobutton:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5);
}

.combo-secondary.z-combobutton:hover .z-combobutton-content,
.combo-secondary.z-combobutton:active .z-combobutton-content,
.combo-secondary.z-combobutton:visited .z-combobutton-content,
.combo-secondary.z-combobutton:focus .z-combobutton-content {
    background-color: #012866;
    border-color: #012866;
}

.combo-secondary .z-combobutton-button:hover,
.combo-secondary .z-combobutton-button:active,
.combo-secondary .z-combobutton-button:visited,
.combo-secondary .z-combobutton-button:focus {
    background-color: #001a4a;
    border-color: #001a4a;
}

.z-listheader {
    background: #056dc6;
    border-left: 1px solid #145995;
    border-bottom: 1px solid #145995;
}

.z-listhead {
    cursor: pointer;
}

.z-listheader-content {
    white-space: break-spaces;
}

@media (min-width: 992px) {
    .z-listheader-content {
        white-space: break-spaces;
        font-size: 1.1rem;
    }
}

.z-listitem:hover,
.z-listitem:hover > .z-listcell,
.z-listitem.z-listitem-selected,
.z-listitem.z-listitem-selected.z-listitem-focus > .z-listcell,
.z-listitem.z-listitem-selected.z-listitem-focus:hover > .z-listcell,
.z-listitem.z-listitem-selected.z-listbox-odd.z-listitem-focus > .z-listcell,
.z-listitem.z-listitem-selected > .z-listcell,
.z-listitem.z-listitem-selected:hover > .z-listcell {
    background: #f2f2f2;
}

.z-listitem.z-listitem-disabled > .z-listcell,
.z-listitem.z-listitem-focus > .z-listcell,
.z-listitem.z-listbox-odd.z-listitem-focus > .z-listcell {
    background: white;
}

.z-listitem {
    height: 77px;
    min-height: 77px;
}

.z-listitem .z-listcell {
    border-top: 1px solid #cfcfcf;
}

.z-listcell-content {
    font-size: 16px;
}

.z-listitem-icon.z-icon-check,
.z-listheader-checkable {
    color: #145995;
}

.z-listbox.ellipsis .z-listcell-content {
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.z-toolbarbutton {
    color: #404040 !important;
    border: none;
}

.z-toolbarbutton:hover,
.z-toolbarbutton:active,
.z-toolbarbutton:focus {
    background-color: transparent;
    color: #007bff !important;
    border: none;
}

/* Bootstrap Collapse */

.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;
}

.underlined:hover {
    text-decoration-line: underline;
    cursor: pointer;
}

.objection-cell {
    padding-left: 17px;
    padding-bottom: 5px;
    padding-top: 10px;
}

.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;
}

/* Validation Errors 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;
}

.clear-left-margin {
    margin-left: 0 !important;
}

.clear-padding {
    padding: 0 !important;
}

/* Floating Button Style */
.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;
}

@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;
    }

    .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;
    }
}

/* Application-specific styles */

.import-details-title-label {
    margin-bottom: 16px;
    margin-left: 12px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.1;
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.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;
}