﻿.form-p-bold {
    text-align: left;
    line-height: 110%;
    padding-left: 7px;
    font-weight: bold;
}
.form-p {
    text-align: left;
    line-height: 110%;
    padding-left: 7px;
    margin-bottom: 5px;
}
.form-p-section {
    font-size: 22px;
    text-align: left;
}
.form-box {
    border: solid;
    border-width: 2px;
    border-color: #005595;
    width: 98%;
    height: 100%;
    padding: 20px 20px 20px 50px;
    margin: auto;
    overflow: auto;
    background-color: white;
}
.form-110 {
    /*background-color: lightsteelblue;*/
    background-color: rgb(0,48,89);
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
.form-textarea {
    float: left;
    margin-left: 5px;
    width: 90%;
}
/* Manually put the file name into the bubble.*/
.dz-details > .dz-filename {
    position: absolute;
    top: 0px !important;
    /*left: 100px !important;*/
}
/* Make the loading bar slim and cover 80% of the file bubble.*/
.dropzone .dz-preview .dz-progress {
    position: relative !important;
    height: 6px !important;
    left: 0px !important;
    width: 80% !important;
    margin-left: 13px !important;
    border-radius: 0px !important;
}

.dropzone .dz-preview .dz-error-message {
    top: 150px !important;
}

.date-container {
    position: relative;
    float: left;
    padding-left: 0;
}

.date-icon {
    cursor: pointer;
    /*color: #aaa;*/
    color: blue;
    float: left;
    padding-top: 5px;
    padding-left: 5px;
}   

.required:after {
    content:"*";
    color:red;
}

.page-head {
    background: white;
    box-sizing: border-box;
    padding: 0;
    position: relative;
    width: 100%;
    border: solid;
    border-width: 1px;
    /*border-radius: 5px;*/
}

.page-head__ticker {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Arial";
    font-size: 12px;
    font-weight: Bold;
    color: red !important;
    height: 28px;
    line-height: 1;
    padding: 0 12px;
}

.ticker-msg {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    width: calc(100% - 24px);
}

    .ticker-msg span {
        animation: marquee 35s linear infinite;
        display: inline-block;
        padding-left: calc(100% - 50px);
        margin-left: 25px;
    }

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only:focus,.sr-only:active {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}
