
body {
    color:#333;
    display: flex;
    height: 100vh;
    flex-direction: column;
}

h1 {
    font-size: 24px;
}
h3 {
    font-size: 18px;
    margin-bottom: 0;
}

.text-small {
    font-size: 16px;
}

#backgroundContainer{
    flex: 1 0 auto;
}

.bg-gray, .additional-section-names-3 {
    background-color: #F4F4F4;
}
.border-top {
    border-top:  1px solid #F4F4F4;
}

/* Date Picker Style Adjustments */
.date svg {
    height: 14px;
    margin-top: -5px;
    margin-right: 5px;
    color: #6c757d;
}
.date-text-placeholder {
    color: #6c757d;
}

/* SmartWizard Style Overrides */
  :root {
    --sw-border-color:  #ddd;
    --sw-toolbar-btn-color:  #ffffff;
    --sw-toolbar-btn-background-color:  #009EF7;
    --sw-anchor-default-primary-color:  #212529;
    --sw-anchor-default-secondary-color:  #ddd;
    --sw-anchor-active-primary-color:  #003A70;
    --sw-anchor-active-secondary-color:  #ffffff;
    --sw-anchor-done-primary-color:  #F0F8FF;
    --sw-anchor-done-secondary-color:  #003A70;
    --sw-anchor-disabled-primary-color:  #212529;
    --sw-anchor-disabled-secondary-color:  #ddd;
    --sw-anchor-error-primary-color:  #dc3545;
    --sw-anchor-error-secondary-color:  #ffffff;
    --sw-anchor-warning-primary-color:  #ffc107;
    --sw-anchor-warning-secondary-color:  #ffffff;
    --sw-progress-color:  #003A70;
    --sw-progress-background-color:  #ddd;
    --sw-loader-color:  #003A70;
    --sw-loader-background-color:  #ddd;
    --sw-loader-background-wrapper-color:  rgba(255, 255, 255, 0.7);
    --sw-progress-width: 0;
  }
.sw-theme-dots > .nav::before {
    width: 86%;
    left: 7%;
}
.sw-theme-dots > .nav-progress::after {
    left: 7%;
    max-width: 86%;
}
.sw-theme-dots > .nav .nav-link::after {
    border: 0;
}
.sw-theme-dots > .nav .nav-link.active::after {
    box-shadow: none;
}
.sw-theme-dots > .nav .nav-link.default {
    color: var(--sw-anchor-default-primary-color);
}
.sw-theme-dots > .nav .nav-link.done {
    color: var(--sw-anchor-done-secondary-color);
}
.sw-theme-dots > .nav .nav-link.done::after {
    border: 1px solid #b8daff;
    background-color: aliceblue;
}
.tab-content {
    height: 100% !important;
}

@media screen and (max-width: 640px) {
    .sw-theme-dots > .nav-progress::after {
        left: 20.5px;
        height: var(--sw-progress-height);
        width: 5px;
    }
    .progressLabel {
        display: block;
    }
    .sw-theme-dots > .nav::before {
        width: 5px;
        left: 20.5px;
    }
}

/*----------multiple-file-upload-----------*/
.file-upload-contain{
    position: relative;
    margin-bottom: 40px;
}
.file-upload-contain .file-input,
.file-upload-contain .file-preview{
    position: initial;
}
.file-upload-contain .file-drop-zone{
    border: 1px dashed #676767;
    transition: 0.3s;
    margin: 0;
    padding: 0;
    border-radius: 10px;
    background-color: #f4f4f4;
    min-height: auto;
}
.file-upload-contain .file-drop-zone.clickable:hover,
.file-upload-contain .file-drop-zone.clickable:focus,
.file-upload-contain .file-highlighted{
    border: 1px dashed #676767 !important;
    background-color: #E9E9EA;
}
.upload-area h3 {
    font-size: 21px;
}
.file-preview{
    padding: 0;
    border: none;
    margin-bottom: 30px;
}
.file-preview .fileinput-remove{
    display: none;
}
.file-drop-zone-title{
    padding: 55px 10px;
}
.file-drop-zone .file-preview-thumbnails{
    cursor: pointer;
}
.file-preview-frame{
    cursor: default;
    display: flex;
    align-items: center;
    border: 1px solid #676767;
    background-color: #fff;
    box-shadow: none;
    border-radius: 8px;
    width: 100%;
    padding: 15px;
    margin: 8px 0px;
}
.file-preview-frame:not(.file-preview-error):hover{
    background-color: #f4f4f4;
}
.file-preview-frame .kv-file-content{
    min-width: 45px;
    min-height: 45px;
    width: 45px;
    height: 45px;
    border-radius: 4px;
    margin-right: 10px;
    background-color: #fff;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.file-preview-image {
    border-radius: 4px;
}
.file-preview-frame .file-footer-caption{
    padding-top: 0;
}
.file-preview-frame .file-footer-caption{
    text-align: left;
    margin-bottom: 0;
}
.file-detail{
    font-size: 18px;
    height: auto;
    width: 90%;
    line-height: initial;
}
.file-detail .file-caption-name{
    color: #212529;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}
.file-detail .file-size{
    color: #212529;
    font-size: 16px;
}
.kv-zoom-cache {
    display: none;
}
.file-preview-frame .file-thumbnail-footer{
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.file-preview-frame .file-drag-handle, 
.file-preview-frame .file-upload-indicator{
    float: none;
}
.file-preview-frame .file-footer-buttons{
    float: none;
    display: flex;
    align-items: center;
}
.file-preview-status.text-center {
    display: none;
}
.kv-file-remove.file-remove {
    border: none;
    background-color: transparent;
    color: #212529;
    width: 25px;
    height: 25px;
    font-size: 16px;
    border-radius: 4px;
    margin: 0px 4px;
}
.kv-file-remove.file-remove:hover{
    color: #DC3545;
}
.kv-file-upload.file-upload{
    border: none;
    background-color: #fff;
    color: #212529;
    width: 25px;
    height: 25px;
    font-size: 16px;
    border-radius: 4px;
    margin: 0px 4px;
}
.file-thumb-loading{
    background: none !important; 
}
.file-preview-frame.sortable-chosen {
    background-color: #fff;
    border-color: #676767;
    box-shadow: none!important;
}
.file-drop-zone-title {
    color: #212529;
}
.kv-hidden {
    display: none;
}
.file-preview-frame .kv-file-content {
    background-color: transparent;
}
.kv-preview-data {
    width: 45px !important;
    height: 45px !important;
    font-size: 40px;
    margin-top: -15px;
}

.file-review{
    border: 1px solid #eeeeee;
    background-color: #eeeeee;
}
.file-review:not(.file-preview-error):hover{
    background-color: #eeeeee;
}
.files .file-detail .file-caption-name {
    font-size: 16px;
}
.files .kv-preview-data {
    font-size: 28px;
    margin-top: 0;
}
.files .file-preview-frame .kv-file-content {
    min-width: 28px;
    min-height: 28px;
    width: 28px;
    height: 40px;
}
.files .file-preview-frame {
    padding: 8px 15px;
}


div.has-error {
    border-color: #A94442;
}
div.has-success {
    border-color: #2A8C3A;
}
.help {
    color: #990000;
}


.optionalText {
    font-style:italic;
    color:#767676;
    font-size:12px;
}
h4.text-center {
    letter-spacing:1px;
}

footer {
    border-top:1px solid #ccc;
    background-color: #FFF;
    width: 100%;
    flex-shrink: 0;
}

footer p {
    margin-bottom:0;
}


@media (min-width: 768px) {
    .bd-placeholder-img-lg {
    font-size: 3.5rem;
    }
}

.container {
    background-color: #ffffff;
}
form {
    padding: 0;
}

/*
* Custom translucent site header
*/

.site-header {
background-color: rgba(0, 0, 0, .85);
-webkit-backdrop-filter: saturate(180%) blur(20px);
backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
color: #999;
transition: ease-in-out color .15s;
}
.site-header a:hover {
color: #fff;
text-decoration: none;
}


/*
* Extra utilities
*/

.flex-equal > * {
-ms-flex: 1;
flex: 1;
}
@media (min-width: 768px) {
.flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
}
}

.overflow-hidden { overflow: hidden; }

.py-2 img {
    max-width: 100%;
    height: auto;
}
@media screen and (min-width: 768px) {
    .py-2 img {
        max-width: 430px;
        height: auto;
    }
}
.sticky-top {
    border-bottom: 2px solid #555;
}

h2 .btn {
    align-items: center;
}
h2 .btn:hover {
    align-items: center;
    text-decoration: none;
}

@media screen and (max-width: 344px) {
    img.small-logo {
        width:145px!important;
    }
}
@media screen and (min-width: 576px) {
    img .small-logo {
        display:block;
    }
    img .full-logo {
        display:none;
    }
}
@media screen and (max-width: 765px) {
    img.small-logo {
        display:block;
        width:100px;
    }
    img.full-logo {
        display:none;
    }
    .files .file-detail {
        width: 80%;
    }

}
@media screen and (min-width:765px) {
    img.small-logo {
        display:none;
    }
    img.full-logo {
        display:block;
    }
}
@media screen and (max-width: 815px) {
    nav img {
        width:300px;
    }
}
@media screen and (min-width: 992px) {
    img.small-logo {
        display:none;
    }
    img.full-logo {
        display:block;
    }
}

header {
    border-bottom: 0 !important;
}

@media screen and (min-width: 1360px) {
    .card {
        max-width: 1100px;
        margin: 0 auto;
    }
}

.progress-indicator > li {
    z-index: 99;
}






