body {
    padding: 0 !important;
    min-height: 100%;
    height: 100%;
}

.body {
    /*min-height: 100%;*/
    margin-bottom: 50px;
    clear: both;
}

.container-fluid {
    height: 100%;
}

.footer {
    color: #fff;
    padding: 15px;
    background: linear-gradient(315deg,#003476 .09%,#134a86);
    text-align: center;

    height: 120px;
    width: 100%;


    /*bottom: 0;*/
    /*transform: translateZ(0);
    z-index: 1100;
    box-sizing: border-box;
    flex-shrink: 0;
    flex-grow: 1;
    flex-direction: column;*/
}

.footer-content {
    width: 100%;
    box-sizing: border-box;
}

.footer-text {
    color: #fff;
    flex-grow: 1;
    font-size: 0.85rem;
  /*   margin-top: 16px; */
    text-align: center;
    line-height: 1.8rem;
}

.page-wrap {
    width: 75%;
    margin: 0 auto;
}

.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;
}

.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-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 {

}

.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);
}

.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;
}

.btn-back-container {
    border-bottom-style: solid;
    border-bottom-width: 0.09rem;
    border-bottom-color: black;
    padding: 8px 11px 8px 4px;
    margin-top: 50px;
}

.frm-label-container {
    padding-bottom: 5px;
}

.frm-container {

}

/* Labels */

.main-heading {
    font-size: 2.6rem;
    font-weight: bold;
}

.sec-heading {
    font-size: 1.48rem;
    font-weight: 400;
}

.main-heading-light {
    font-size: 2.6rem;
    font-weight: bold;
    color: white;
}

.sec-heading-light {
    font-size: 1.48rem;
    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;
}

.lbl-back {
    font-size: 1.6rem;
    margin-right: 8px;
}

.frm-label {
    font-size: 1.15rem;
    padding-bottom: 5px;
}

.warning-text {
    padding-left: 4rem;
}

/* Buttons */

.btn-back {
    color: black;
    font-weight: 600;
    font-size: 1.1rem;
}

.btn-back:hover {
    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,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
    background-color: #4171c5;
    border-color: #4171c5;
    padding: .5rem 1.4rem;
    height: 48px;
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:visited,
.btn-secondary:focus {
    background-color: #013476;
    border-color: #013476;
    padding: .5rem 1.4rem;
    height: 48px;
}

.btn-danger,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:visited,
.btn-danger:focus {
    background-color: #ca2e2f;
    border-color: #ca2e2f;
    padding: .5rem 1.4rem;
    height: 48px;
}

.btn-success,
.btn-success:hover,
.btn-success:active,
.btn-success:visited,
.btn-success:focus {
    background-color: #00713d;
    border-color: #00713d;
    padding: .5rem 1.4rem;
    height: 48px;
}

.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;
}

.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.5rem;
    border-left: 1px solid white;
    padding-left: 16px;
    padding-bottom: 5px;
    color: white;
    margin: 0;
}

/* ZK Override */

.z-datebox,
.z-combobox {
    width: 100%;
    height: 50px;
}

.z-datebox-input
{
    height: 50px;
    border-radius: 8px;
        
}

.z-combobox-input {
    height: 50px;
    /* border-radius: 8px; */
        width: 94%;
}

.z-datebox-button,
.z-combobox-button {
    height: 50px;
    border-radius: 0 8px 8px 0;
    border-left-color: transparent;
}

.z-datebox-icon,
.z-combobox-icon {
    padding-top: 8px;
}

.z-intbox,
.z-decimalbox,
.z-doublebox,
.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-grid {
    border-width: 0;
}

/* Bootstrap Collapse */

.collapse-container {

}

.collapse-button {
    color: rgba(0,0,0,0.9) !important;
    padding: 0;
}

.collapse-button-text {
    text-decoration: underline;
    font-weight: 600;
}

.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;
}

.button-margin {margin: 10px!important;}


.borderform    {border-style: outset;}

.footerDiv {bottom: 0px!important;
    width: 100%!important;
}

.z-listitem:hover .z-listcell-content {cursor: default!important;}
