/*General Page Styles*/
* {
    box-sizing: border-box;
    font-family: "Work Sans", sans-serif;
}
body {
    background: url(../images/page-bg.jpg) no-repeat #1d4c7f;
    background-attachment: fixed;
    font-family: "Work Sans", sans-serif;
    font-size: 13px;
    margin: 0;
}
p,
a,
li {
    line-height: 1.4em;
}
h1 {
    font-size: 30px;
    font-weight: 700;
}
blockquote {
    font-size: 13px;
    font-family: "Work Sans", sans-serif;
    font-style: italic;
}
.important-red {
    font-size: 1.1em;
    font-style: italic;
    color: red;
}
.emphasized {
    font-style: italic;
    font-weight: 700;
}
.k-window-content {
    padding: 1em;
}
.k-window-content .form-container {
    margin-right: 18px;
}
.k-window-content {
    padding: 1em;
}
.k-window-titlebar.k-header span.k-window-title,
.k-window-titlebar span.k-window-title {
    color: #fff;
    font-weight: 700;
}
.k-window-titlebar .k-window-action,
.k-window-titlebar .k-window-action:hover {
    opacity: 1;
    border-radius: 1rem;
    color: #fff;
}
.vertCenterOuterContainer {
    display: table;
    height: 100%;
    width: 100%;
}
.vertCenterContainer {
    display: table-cell;
    vertical-align: middle;
}
.txtCenter {
    text-align: center;
}
.txtWhite {
    color: #fff;
}
.whiteBG {
    background: #fff;
}
.padding30 {
    padding: 30px;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clearAfter:after {
    content: "";
    display: block;
    clear: both;
}
.clearAfter-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.flex-center-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.form-container-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-right: 0.3rem !important;
}
.form-container-bottom .gen-btn {
    margin-bottom: 1rem !important;
}
.form-container-bottom label {
    margin-bottom: 1.5rem !important;
}
.form-container-bottom .form-container-mod {
    margin-bottom: 1rem !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.form-container-bottom .form-container-mod label {
    padding-bottom: 0 !important;
    margin-bottom: 0.5rem !important;
}
.width100 {
    width: 100%;
}
.width95 {
    width: 95%;
}
.width25a {
    width: 25%;
    float: left;
}
.width75 {
    width: 70%;
    margin-left: 5%;
    float: left;
}
.width75a {
    width: 70%;
    float: left;
}
.width66 {
    width: 66%;
    float: left;
}
.width34 {
    width: 29%;
    float: right;
}
.width34b {
    width: 29%;
    float: left;
    margin-right: 5%;
}
.width50 {
    width: 47.5%;
    float: left;
}
.width50:last-child {
    width: 47.5%;
    float: right;
}
.width50-first-block {
    width: 47.5%;
    float: left;
    margin-right: 5%;
}
.width45 {
    width: 43.5%;
    float: left;
}
.width45:last-child {
    width: 43.5%;
    float: right;
}
.width33 {
    width: 30%;
    float: left;
}
.width33:nth-child(2n) {
    margin: 0 5%;
}
.width33b:nth-child(1) {
    width: 21%;
    float: left;
    margin-right: 2%;
}
.width33b:nth-child(2) {
    width: 25%;
    float: left;
    margin-right: 2%;
}
.width33b:last-child {
    width: 50%;
    float: left;
}
.width25 {
    width: 21.25%;
    margin-right: 5%;
    float: left;
}
.width25:last-child {
    margin-right: 0;
}
.container960 {
    width: 100%;
    margin: 0 auto;
    max-width: 1340px;
}
.containerChat {
    min-width: 900px;
    margin: 0 auto;
    max-width: 86vw;
}
.lightGrey {
    background: #eee;
}
hr {
    border: 0;
    display: block;
    margin: 1.5em 0;
    background: #ccc;
    height: 1px;
}
fieldset {
    border: 1px solid #ccc;
    padding: 5px 15px;
    margin-bottom: 30px;
    background: #fff;
}
legend {
    font-weight: 700;
    background: #fff;
    padding: 3px 20px;
}
footer {
    padding: 30px;
    color: #fff;
    margin-top: 30px;
}

.input-container.lineup {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 0.5rem 0.8rem;
}

.rado-container {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 0.9em 1em;
    border: 1px solid var(--color-grey);
    border-radius: var(--border-radius-small);
    background: var(--color-white);
    font-weight: 500;
    line-height: 1.4em;
    cursor: pointer;
    transition: var(--transition-fast);
    cursor: pointer;
}

.read-only {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
}

#test-date-grid {
    margin-bottom: 1.5rem;
}

#test-date-grid tbody tr td {
    text-align: center;
}

/* #custom-message-modal */

#custom-message-modal textarea {
    height: 35vh;
    resize: none;
    overflow: auto;
}
.push-right-flex {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-end;
}

.modal-content {
    padding: 1rem 1rem 0.5rem 1rem;
}
.push-right {
    display: flex;
    justify-content: flex-end;
}

.modal-content .push-right {
    margin-top: 1rem;
}

/* #region ChatBot Styles */

#applicants-grid button,
#groups-grid button,
#chats-grid button {
    cursor: pointer;
}
#chats-grid tr td button {
    min-width: 50px;
    cursor: pointer;
}
.form-container-flex-end {
    display: flex;
    justify-content: flex-end;
}
#confirm-action-window {
    padding: 1.6rem 0.8rem 0.4rem 0.8rem;
    font-size: 14px;
}
span#applicant-name,
span#chat-start-date,
span#group-name,
span#curr-phone-number,
span.important {
    font-weight: 700;
    color: #2a346c;
}
.row-flex-between {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding-right: 0.5em;
}
.row-flex-between select,
.row-flex-between input[type="email"],
.row-flex-between input[type="text"] {
    width: 78%;
}
.row-flex-between span.k-icon.k-i-edit {
    cursor: pointer;
}
.row-flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}
.row-flex button {
    margin-right: 0.6em;
}
.row-flex span.view-chat-badge {
    display: inline-block;
    width: 1.6em;
    height: 1.6em;
    padding: 0.3em;
    border-radius: 1em;
    background: #c13c5b;
    color: #fff;
    font-weight: bold;
}
.sticky-section {
    display: flex;
    justify-content: flex-end;
    position: fixed;
    z-index: 3;
    top: auto;
    right: 2em;
    bottom: 0;
}
.sticky-section button {
    display: flex;
    flex-flow: column-reverse;
    align-items: center;
    gap: 0.8em;
    margin: 0;
    padding: 1.4vw 1.8vw;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 0 30px -14px #15141a;
    background-color: #fff !important;
    color: #1f6bbd;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}
.sticky-section button img {
    width: 34px;
    max-width: 80%;
}
.chat-badge {
    position: absolute;
    right: -0.8em;
    top: -0.8em;
    min-width: 2em;
    min-height: 2em;
    padding: 0.4em;
    border-radius: 1em;
    background: #c13c5b;
    color: #fff;
    font-weight: bold;
}
.k-window {
    border-radius: 6px;
    background: #fff;
}
.k-window-titleless {
    border: 6px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 30px -20px rgba(0, 0, 0, 0.8);
}
#chatbot-window {
    display: flex;
    flex-flow: column;
    padding: 0;
    background-color: #fff;
}
#chatbot-window .chatbox-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    background: #102b48;
}
#chatbot-window h2 {
    margin: 1em;
    padding: 0;
    font-size: 1.2em;
    color: #fff;
}
#chatbot-window #close-window {
    display: inline-flex;
    align-items: center;
    gap: 0.6em;
    margin: 0 1em 0 0;
    padding: 0.6em 0.8em;
    border: 0;
    background: none;
    color: #fff;
    font-size: 0.85em;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.1em;
    cursor: pointer;
}
#chatbot-window #close-window .character-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
    width: 1.2em;
    height: 1.2em;
    border-radius: 1.8em;
    background: #fff;
    color: #c13c5b;
    font-size: 1.4rem;
}
#chatbot-window #close-window img {
    width: 60px;
}
#chatbot-window .chat-module {
    flex: 1 1 auto;
    display: flex;
    flex-flow: column;
    overflow: auto;
}
#chatbot-window .chat-module .form-section {
    flex: 1 1 auto;
    display: flex;
    flex-flow: column;
}
#chatbot-window .chat-module .gen-btn {
    display: flex;
    align-items: center;
    margin: auto 0 0;
}
#chatbot-window #start-chat-block {
    display: none;
    padding: 2.4em 2.4em 1em;
}
#chatbot-window #start-chat-block p {
    margin-top: 0;
}
#chatbot-window #start-chat-block button {
    margin-top: 1.5em;
}
#chatbot-window #conversation-block {
    overflow: auto;
    padding: 0 0 2em;
    position: relative;
}
#chatbot-window #conversation-block .write-message-container {
    padding-bottom: 2em;
    width: calc(100% - 4em);
    position: absolute;
    bottom: 0;
    left: 2em;
}
#chatbot-window #conversation-block .bubble {
    position: relative;
    width: fit-content;
    max-width: 70%;
    margin-bottom: 1em;
    padding: 0.8em;
    border-radius: 0.4em;
    background: #eee;
    font-size: 1.1em;
    line-height: 1.4em;
}
#chatbot-window #conversation-block .bubble.right-bubble {
    align-self: flex-end;
    background: #1d4c7f;
    color: #fff;
}
#chatbot-window #conversation-block .bubble::before {
    content: "";
    position: absolute;
    left: 2em;
    top: 100%;
    border-top: 8px solid #eee;
    border-right: 16px solid transparent;
}
#chatbot-window #conversation-block .bubble.chatbot-bubble {
    border: 1px solid #f2ad01;
    background-color: #fffdf4 !important;
}
#chatbot-window #conversation-block .bubble.chatbot-bubble::before {
    content: "";
    position: absolute;
    left: 2em;
    top: 100%;
    border-top: 8px solid #f2ad01;
    border-right: 16px solid transparent;
}
#chatbot-window #conversation-block .bubble.chatbot-bubble > div > a {
    line-height: 1.4em;
}
#chatbot-window #conversation-block .bubble.right-bubble::before {
    right: 2em;
    left: inherit;
    border-top: 8px solid #1d4c7f;
    border-right: 0;
    border-left: 16px solid transparent;
}
#chatbot-window #conversation-block .conversation-starters,
#chatbot-window #conversation-block .conversation-starters #show-faq,
#chatbot-window #conversation-block .conversation-starters #faq-section {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    gap: 0.4em;
    margin: auto 0 1em;
}
#chatbot-window #conversation-block .conversation-starters .gen-btn {
    display: inline-flex;
    gap: 0.6em;
    border: 1px solid #ccc;
    box-shadow: 0 4px 10px -10px #102c4b;
    background: #fff;
    color: #1f6bbd;
    font-size: 1em;
    text-transform: none;
}
#chatbot-window #conversation-block .conversation-starters .gen-btn:last-child {
    border: 1px solid #1d4c7f;
    background: #1f6bbd;
    color: #fff;
}
#chatbot-window #conversation-block .conversation-starters .gen-btn:hover {
    border: 1px solid #1f6bbd;
}
#chatbot-window #conversation-block .conversation-starters .gen-btn img {
    width: 1.2em;
}
#chatbot-window #conversation-block .form-section {
    flex: 0 1 auto;
    display: flex;
    flex-flow: row;
}
#chatbot-window #conversation-block .form-section .form-container {
    flex: 1 1 auto;
    margin: 0;
}
#chatbot-window #conversation-block #write-message {
    width: calc(100% - 2.6em);
    padding: 1.2em;
    border-radius: 4px 0 0 4px;
    resize: none !important;
    border: 1px solid #ccc;
    height: 16px;
    font-size: 13px !important;
    font-family: "Work Sans", sans-serif !important;
}
#chatbot-window #conversation-block .gen-btn#send-chat-message {
    flex: 0 1 auto;
    gap: 0.6em;
    min-width: inherit;
    margin: 0;
    border-radius: 0 4px 4px 0;
    box-sizing: content-box;
}
#chatbot-window #conversation-block .gen-btn#send-chat-message img {
    width: 1.2em;
}
#conversation-block #message-history-container {
    display: flex;
    flex-flow: column;
    overflow: auto;
    margin-bottom: 76px;
    padding: 2em 2em 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#conversation-block #message-history-container div.bubble div.meta-container {
    display: flex;
    align-items: center;
    gap: 0.4em;
    font-size: 0.8em;
    margin-bottom: 4px;
}
#conversation-block #message-history-container div.bubble div.meta-container .meta-name {
    font-weight: bold;
}
#conversation-block #message-history-container div.bubble div.meta-container img.icon {
    width: 0.9rem;
    padding: 2px;
    border-radius: 1em;
    background: #fff;
}
#conversation-block #message-history-container div.bubble.chatbot-bubble div.meta-container img.icon {
    width: 1.1rem;
    padding: 0;
    background: none;
}
#conversation-block #message-history-container div.bubble.right-bubble div.meta-container img.icon {
    display: none;
}
/* #endregion ChatBot Styles */

/* #region FAQ Styles */

.flex-between {
    display: flex;
    justify-content: space-between;
}
.faq-container .question-container {
    margin-bottom: 0.8em;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    box-shadow: 0 4px 14px -14px;
    background: rgba(255, 255, 255, 0.6);
    transition: all 0.4s ease 0s;
}
.faq-container .question-container.active {
    box-shadow: 0 4px 14px -12px;
    background: #fff;
}
.faq-container .question-container .question-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.4em;
    width: 100%;
    padding: 1.4rem 1.4rem 1.4rem 1.8rem;
    border: 0;
    background: none;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.4em;
    text-align: left;
    cursor: pointer;
}
.faq-container .question-container .question-label::after {
    content: "+";
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.4em;
    height: 1.4em;
    margin: -0.2em 0;
    border-radius: 1.4em;
    background: #1f6bbd;
    color: #fff;
    font-size: 1.6em;
    font-weight: bold;
    transition: all 0.4s ease 0s;
}
.faq-container .question-container.active .question-label::after {
    transform: rotate(45deg);
}
.faq-container .question-container .question-content {
    display: none;
    padding: 0 1.8rem 1.4rem;
    font-size: 1.1em;
    line-height: 1.4em;
}
/* #endregion FAQ Styles */

/*General Form Styles*/
.page-title,
.page-title span {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
}
.form-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.form-subtitle,
.form-subtitle-centered {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #980203;
}
.form-subtitle-centered {
    text-align: center !important;
}
.waiver-container span.applicant-name {
    font-size: 15px;
    font-weight: 700;
    color: #2a346c;
}
.waiver-container span.important {
    font-weight: 700;
    color: #2a346c;
    text-decoration: underline;
}
.form-subtitle-btm {
    font-size: 15px;
    font-weight: 700;
    color: #980203;
}
.form-subtitle-sub {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}
.list-title {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 15px;
}
.form-container {
    margin-bottom: 15px;
    position: relative;
}
.form-container2 {
    margin: 15px 0;
}
.form-label,
.form-container label {
    display: block;
    margin-bottom: 5px;
    line-height: 1.75em;
}
.form-label.hide {
    display: none;
}
.form-row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.form-input-left {
    margin-right: 20px;
}
#add-option {
    width: 150px;
}
input[type="text"],
input[type="email"],
input[type="date"],
input[type="number"],
select,
textarea {
    width: 100%;
    padding: 7px;
    background: #fff;
    border: 1px solid #ccc;
}
input[type="password"] {
    width: 100%;
    padding: 7px;
    border: 1px solid #ccc;
}
.flex-between-container {
    display: flex;
    justify-content: space-between;
}

.flex-between-container button {
    background-color: #8b0000;
    margin: 0 !important;
}
.flex-between-container button:hover,
.flex-between-container button:focus {
    background-color: #8b0046;
}

.flex-container {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-title-container {
    display: flex;
    justify-content: space-between;
}

.flex-container .form-actions {
    margin-right: 10px;
}
.flex-container .form-actions button {
    min-width: 50px;
}
.flex-container .flex-radio-label {
    font-size: 15px;
    font-weight: 700;
    color: #980203;
}
.flex-container .flex-radio-container {
    display: flex;
    align-items: center;
}
.flex-container .flex-radio-container-mod {
    display: flex;
    align-items: center;
    margin-right: 4em;
}
#communication-preferences-form .flex-container {
    gap: 1em 8vw;
    margin-bottom: 25px;
}
.flex-container .flex-radio-container input {
    margin-left: 1em;
}
#consent h2 {
    font-weight: 700;
    color: #020498;
}
#submit-level-3 {
    margin-top: 15px;
}
.certifyCheckBoxContainer input[type="checkbox"] {
    position: absolute;
}
.certifyCheckBoxContainer label {
    padding-left: 24px;
}
.checkBoxContainer input[type="checkbox"] {
    position: absolute;
}
.checkBoxContainer label {
    padding-left: 24px;
}
.radioContainer {
    float: left;
    margin-right: 10px;
}
.radioContainer input[type="radio"] {
    position: absolute;
}
.radioContainer label {
    padding-left: 24px;
}
#radio-container {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    margin: 15px 0;
}
.cb-item2 {
    display: flex;
    justify-content: flex-start;
    margin-right: 25px;
}
.cb-item2 label {
    font-size: 1em;
    margin-left: 5px;
}
/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    box-shadow: 0 0 0 30px white inset !important;
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    border: 1px solid #ccc;
}
.gen-btn,
.modal-window .button-container button {
    border: 0;
    background: #1f6bbd;
    color: #fff;
    min-width: 120px;
    padding: 10px;
    margin: 0 5px 10px 5px;
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 0.25s ease 0s;
}
.gen-btn:hover,
.modal-window .button-container button:hover {
    background: #1e83ef;
    cursor: pointer;
}
#clear-filters {
    margin-left: 2px !important;
}
.add-row-2 {
    margin-top: 20px;
}
/* Login Styles*/
.loginOuterContainer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.loginContainer {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    position: relative;
    min-height: 500px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.8);
}
.loginLogoContainer {
    background: #071733;
    padding: 30px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 1.4em;
}
.logoContainer > a.logout {
    display: none;
}
.loginLogoContainer img {
    display: inline-block;
    max-width: 16vw;
}
.loginLogoContainer h1 {
    color: #fff;
    font-size: clamp(0.938rem, 0.148rem + 3.95vw, 1.875rem);
}
.loginLogoContainer h1 span {
    display: block;
    font-size: clamp(0.5rem, 0.079rem + 2.11vw, 1rem);
}
.loginOfficer {
    position: absolute;
    bottom: 0;
    right: -60px;
    width: 400px;
    height: auto;
}
.loginCreateAccountText {
    width: 100%;
    text-align: justify;
}
.loginCreateAccountText a {
    margin-top: 20px;
}
.loginForget {
    margin-top: 20px;
}
.loginForget a {
    color: #1d4c7f;
}
.table {
    display: block;
    width: 100%;
}
.table-row {
    display: flex;
    flex-flow: row wrap;
}
.leftColumn {
    flex: 1 1;
    background: #eee;
    border-right: 1px solid #ccc;
    padding: 50px 30px;
    vertical-align: top;
}
.rightColumn {
    flex: 0 1 600px;
    background: #fff;
    border: 0;
    padding: 50px 30px;
    vertical-align: top;
}

#steps-container {
    margin-top: 1.5rem;
}
/* Create A New Account */
#create-account-form {
    padding: 50px 30px;
}
/* Applicant Information */
header {
    position: relative;
    z-index: 10;
}
.logo-container-header {
    display: flex;
    padding: 30px;
    max-width: 1400px;
    margin: 0 auto;
}
.logoContainer {
    display: flex;
    align-items: center;
    gap: 2em;
    padding: 30px;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}
.logoContainer img {
    display: inline-block;
    width: 75px;
    height: auto;
}
.logo-container-header > .img-container {
    width: 8%;
    margin-right: 10px;
}
.logo-container-header > .applicant-nav-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
}
.applicantNav {
    display: flex;
    flex-flow: row wrap;
    gap: 0 0.8em;
    list-style: none;
    margin: 0 0 0 auto;
    padding: 0;
}
.applicantNav li a,
.applicant-nav-container li a {
    color: #fff;
    padding: 14px 5px;
    margin-right: 1px;
    text-decoration: none;
    font-size: 14px;
    display: block;
    font-weight: 700;
}
.applicantNav li a:hover,
.applicant-nav-container li a:hover {
    background: #fff;
    cursor: pointer;
    color: #071733;
    border-radius: 4px;
}
.applicantNav li a span {
    margin-right: 10px;
    display: inline-block;
}

.applicantDashboard {
    position: relative;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.8);
    margin-top: 25px;
}
.applicantDashboardOfficer {
    position: absolute;
    bottom: 0;
    right: -60px;
    width: 55%;
    max-width: 490px;
    height: auto;
}
.card {
    background: #071733;
    padding: 30px;
    margin-bottom: 10px;
    border-radius: 4px;
    cursor: pointer;
}
.card-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}
.card-title span {
    margin-right: 10px;
}
.card a {
    color: #fff;
    text-decoration: none;
}
.card:hover {
    background: #fff;
    cursor: pointer;
}
.card:hover .card-title,
.card:hover a {
    color: #071733;
}
.contentContainer {
    padding: 50px 30px;
    margin-top: 0;
    position: relative;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.8);
}
.positionContainer {
    position: relative;
    min-height: 147px;
    padding-left: 160px;
    padding-top: 20px;
}
.positionIcon {
    position: absolute;
    left: 0;
    top: 0;
}
.requirementsTitlePadding {
    padding-left: 60px;
}
.section-image {
    position: absolute;
    left: -72px;
    top: 30px;
}
.questionContainer {
    padding: 0;
    margin-top: 0;
    position: relative;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.8);
}
.questionContainer #application-type {
    padding: 30px;
    background: #071733;
    margin-bottom: 0;
    color: #fff;
}
#question-numbers {
    padding: 10px 25px;
    border-bottom: 1px solid #ccc;
    position: relative;
}
#question-numbers span {
    display: inline-block;
    padding: 5px;
    margin: 0 -4px 0px 0;
    text-align: center;
}
#question-numbers span:before {
    display: block;
    color: #8b8b8b;
}
#question-numbers span.clickable:before {
    color: #10a710;
}
.question-title {
    display: block;
    margin-bottom: 10px;
}
.question {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}
#question-numbers span.clickable {
    color: #1f6bbd;
    cursor: pointer;
}
#question-numbers span.selected {
    color: #fff !important;
    font-weight: 700;
    background: #071733;
    border-radius: 4px;
}
#question-numbers span.selected:before {
    color: #fdcd00;
}
/*#further-explanation,#license,#other-languages,#details {
	padding:30px 0 0;
	margin:30px 0 0;
	border-top:1px solid #ccc;
}
*/

#question-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    border-top: 1px solid #ccc;
    padding-top: 30px;
}

#question-actions #cancel-application {
    background-color: #a11e1b;
}
#question-actions #cancel-application:hover {
    background-color: #cd2622;
}
#explanation .row-container:first-child {
    padding: 30px 0 0;
    margin: 30px 0 0;
    border-top: 1px solid #ccc;
}
#answer {
    padding-bottom: 30px;
}
#answer::after {
    clear: both;
    content: "";
    display: block;
}
#answer .checkbox {
    float: left;
    width: 33.3333%;
}
.questionContainer .emphasize {
    background: #fdf500;
    display: inline;
    padding: 5px;
    font-weight: 700;
    border-radius: 4px;
}
.questionActionContainer {
    position: absolute;
    display: inline-block;
    margin: 4px 0 0 15px;
}
#question-numbers .questionActionContainer span {
    display: inline-block;
    margin: 0 7px 5px 0;
    background: #1f6bbd;
    color: #fff;
    padding: 7px 10px;
    border-radius: 4px;
    font-weight: 700;
}
#question-numbers .questionActionContainer span:hover {
    cursor: pointer;
}
.questionContainer .k-grid,
.questionContainer .k-grid-content {
    height: auto !important;
}
.question-container a {
    font-weight: 700;
}
/*------- Kendo Grid ---------*/

#write-outs-grid button {
    width: 45px;
}
/* this allows text wrapping in kendo grid header */
.k-grid .k-grid-header .k-header .k-link {
    height: auto;
}
.k-grid .k-grid-header .k-header {
    white-space: normal;
}
.k-filter-row th,
.k-grid-header th.k-header {
    padding: 0.5em auto !important;
    vertical-align: top;
    text-align: center;
    background-color: #bbc9d8;
}
/*------- Police Questions ---------*/

/*------- Kendo Window Popup ---------*/
.image-container {
    padding: 0 !important;
}

.image-container img {
    width: 800px;
    height: 330px;
}

.title-container {
    display: flex;
    justify-content: center;
    text-align: center;
}

.content-container {
    display: flex;
    justify-content: center;
    text-align: justify;
    padding: 0 1.2rem;
}

.content-container p {
    font-size: 1.2rem;
}

.preferences-container {
    text-align: justify;
    padding: 0 1.2rem;
    font-size: 0.9rem;
}

.title-container h1 span {
    display: inline-block;
}

/*------- Kendo Window ---------*/

.k-window-titlebar.k-header,
.k-window-titlebar {
    border-radius: 4px 4px 0 0;
    font-size: 1.1em;
    background: #1d4c7f;
}

.modal-window {
    padding: 1rem 1rem 0 1rem;
    overflow: hidden;
}
.modal-window .button-container {
    text-align: right;
    margin: 10px 0 5px 0;
}

.modal-window p {
    padding-left: 15px;
    font-size: 1.2em;
}

.modal-window span.required {
    font-weight: 700;
    display: inline-block;
    color: #ff0000;
}

.modal-window textarea {
    width: 95%;
    margin: 15px;
    height: 100px;
}

#upload-document-modal {
    padding: 2rem 1.2rem 0.8rem 1.8rem;
}
#upload-document-modal .form-actions {
    margin-top: 1.5rem;
}
.document-container button.to-upload {
    width: 16rem !important;
}
.document-container button.uploaded {
    width: 18rem !important;
    margin: 0;
    background-color: #008000 !important;
}
button.download-pdf {
    background-color: #008000 !important;
}
.remove-signature {
    width: 14rem !important;
}
.document-container button.uploaded:hover,
button.download-pdf:hover,
.document-container button.uploaded:focus,
button.download-pdf:focus {
    background-color: #008080 !important;
}
.uploaded-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.uploaded-container img {
    height: 35px;
    cursor: pointer;
}
#contact-applicants-modal,
#contact-group-modal {
    padding: 2em 2em 0.5em 2em;
}
#save-group-modal {
    padding: 0.5em 2em;
    font-size: 15px;
}
#save-group-modal div:not(.flex-radio-container-mod) {
    margin: 20px 0;
}
#contact-applicants-modal textarea {
    min-height: 120px;
    overflow: auto;
}
#contact-group-modal textarea,
#message-modal textarea {
    min-height: 260px;
    overflow: auto;
}
#modal .item-container {
    margin: 15px 5px;
    font-size: 14px;
}
#save-group-modal .form-actions {
    margin-top: 20px !important;
}
.form-section-flex {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
}

.form-container-flex {
    width: 22%;
    padding: 15px 20px 25px 5px;
    overflow: auto;
}
.form-section-flex .third-form {
    display: flex;
    justify-content: space-between;
    width: 40%;
    align-items: baseline;
    padding: 0 !important;
}
.form-section-flex .two-third-form {
    width: 60%;

    padding: 0 !important;
}
.form-section-flex .two-third-form .position-container {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.form-container-sp1 {
    width: 48%;
    padding: 15px 20px 25px 5px;
    overflow: auto;
}
.form-container-sp2 {
    width: 30%;
    padding: 15px 20px 25px 5px;
    overflow: auto;
}
.form-container-sp2-position {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.form-container-sp2-position > div {
    padding-right: 20px;
    display: flex;
    justify-content: flex-end;
}
#test-date-modal textarea {
    height: 350px;
    margin-bottom: 20px;
}
#test-date-modal em,
#test-date-modal h3 {
    color: #751235;
}
#test-date-modal h3 {
    font-weight: 600;
}
#test-date-modal strong {
    font-weight: 700;
}
#test-date-modal .instructions-container {
    width: 45%;
    padding-top: 10px;
}
.radio-button-container-2 {
    display: flex;
    justify-content: flex-start;
}
.radio-button-container-2 div {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin-right: 20px;
}
.radio-button-container-2 div label {
    margin: 0 0 10px 5px !important;
}

#no-show-window {
    padding: 15px 20px;
}
#withdraw-window {
    padding: 15px;
    font-size: 0.9rem;
}
#withdraw-window .warning,
#withdraw-window .form-item-container {
    margin: 10px 0 20px 0;
}
#withdraw-window label.required:before,
#custom-message-modal label.required:before {
    content: "*";
    padding-right: 10px;
    display: inline-block;
    color: #ff0000;
}
#withdraw-window #withdraw-app-now {
    width: 170px;
}
#withdraw-window select {
    width: 80%;
}
#withdraw-window textarea {
    width: 80%;
    height: 100px;
}
#all-no-show-grid {
    margin: 10px;
}
#open-write-out-modal {
    margin-bottom: 10px;
}
#documents-grid {
    margin-top: 10px;
}
.flex_container {
    display: flex;
    justify-content: space-between;
}
.flex-end-container {
    display: flex;
    justify-content: flex-end;
    padding: 0.6em 0;
}
.flex-start-container {
    display: flex;
    justify-content: flex-start;
    padding: 1rem 0;
}
.flex-start-container-mod {
    display: flex;
    justify-content: flex-start;
    padding: 0;
}
.flex-container-row,
.flex-container-row-large {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.flex-container-row-large {
    margin-right: 15px;
}
.bar-container,
.bar-container-med,
.bar-container-large {
    display: flex;
    flex-direction: column;
    align-content: center;
}
.bar-container > .bar-percentage {
    text-align: center;
    font-size: 13px;
}
.bar-container > .green-bar {
    height: 12px;
    width: 40px;
    background-color: #008000;
}
.bar-container > .yellow-bar {
    height: 12px;
    width: 30px;
    background-color: #ffd700;
}
.bar-container > .orange-bar {
    height: 12px;
    width: 20px;
    background-color: #ff8c00;
}
.bar-container > .red-bar {
    height: 12px;
    width: 10px;
    background-color: #dc143c;
}
.bar-container > .transparent-bar {
    height: 12px;
    width: 5px;
}
.bar-container-med > .bar-percentage {
    text-align: center;
    font-size: 13px;
}
.bar-container-med > .green-bar {
    height: 12px;
    width: 160px;
    background-color: #008000;
}
.bar-container-med > .yellow-bar {
    height: 12px;
    width: 120px;
    background-color: #ffd700;
}
.bar-container-med > .orange-bar {
    height: 12px;
    width: 80px;
    background-color: #ff8c00;
}
.bar-container-med > .red-bar {
    height: 12px;
    width: 40px;
    background-color: #dc143c;
}
.bar-container-med > .transparent-bar {
    height: 12px;
    width: 40px;
}
.flex-container-md {
    display: flex;
    justify-content: flex-start;
}
.flex-container-md .flex-container-column-md {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.flex-container-md .bar-container-md {
    display: flex;
    flex-direction: column;
    align-content: center;
    width: 70%;
    padding-left: 5%;
}
.far-right {
    margin-left: 50px !important;
}
.bar-container-large {
    width: 60%;
}
#curr-bar {
    height: 20px;
}
#curr-bar.green-bar-large,
#phs-completion > option.green-bgr {
    background-color: #008000;
}
#curr-bar.yellow-bar-large,
#phs-completion > option.yellow-bgr {
    background-color: #ffd700;
}
#curr-bar.orange-bar-large,
#phs-completion > option.orange-bgr {
    background-color: #ff8c00;
}
#curr-bar.red-bar-large,
#phs-completion > option.red-bgr {
    background-color: #dc143c;
}
#bar-percentage-large {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 3px;
}
#clear-signature,
#save-signature {
    margin-top: 15px;
    margin-right: 15px;
    font-size: 13px;
}
#save-signature {
    background-color: #008000 !important;
}
#save-signature:hover,
#save-signature:focus {
    background-color: #008080 !important;
}
fieldset {
    margin-bottom: 20px;
    padding: 20px 20px 0;
    border: 1px solid rgba(18, 52, 66, 0.2);
    background: #eee;
}
fieldset legend {
    margin: 0 -10px;
    padding: 0 10px;
    background: #eee;
}
fieldset p {
    margin-top: -8px;
    font-size: 0.9em;
    line-height: 1.5em;
}
/* Testing Results */
table#testing-results {
    border-spacing: 10px;
    border-collapse: separate;
}
table#testing-results tr th {
    font-weight: 600;
    color: #1d4c7f;
}
table#testing-results tr th:nth-of-type(1),
table#testing-results tr td:nth-of-type(1) {
    width: 15%;
}
table#testing-results tr th,
table#testing-results tr td {
    padding: 0 8px;
}
#mark-missed,
#all-no-show {
    border: 0;
    background: #1f6bbd;
    color: #fff;
    padding: 10px;
    margin: 0 5px;
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    margin: 10px 8px 10px 0;
}
#mark-missed:hover {
    background: #1e83ef;
    cursor: pointer;
}
/* Pol Question 8 */

.polQuest8 #service-type:after {
    clear: both;
    content: "";
    display: block;
}
.polQuest8 #service-type .form-subtitle {
    font-size: 1em;
    color: #000;
    display: block;
    float: none;
    margin-bottom: 5px;
}
/* .polQuest8 #service-type div {
	}*/
.polQuest8 #service-type div label {
    display: inline;
}
.polQuest8 .dischargeContainer {
    margin-top: 30px;
}
/*------- Lateral Questions ---------*/

/* Lat Question 4 */

#explanation.latQuest4 .row-container {
    display: table-row;
}
#explanation.latQuest4 .row-container .form-subtitle {
    font-size: 1em;
    color: #000;
}
#explanation.latQuest4 .row-container div,
#explanation.latQuest4 .row-container span {
    display: table-cell;
    padding: 0 15px 5px 0;
}
#explanation.latQuest4 .row-container div label {
    display: inline;
}
#explanation.latQuest4 #further-explanation {
    margin-top: 30px;
}
.checkbox-container {
    padding-bottom: 50px;
}
.checkbox-label span {
    color: red;
}
/* Lat Question 10 */

.latQuest10 #status {
    display: table-row;
}
.latQuest10 #status .form-subtitle {
    font-size: 1em;
    color: #000;
    display: block;
    float: none;
    margin-bottom: 5px;
}
.latQuest10 .row-container div label {
    display: inline;
}
.latQuest10 #further-explanation {
    margin-top: 30px;
}
/*------- End of Lateral Questions ---------*/

/*------- Start Qualify,Pending,DQ ---------*/
#container-test-date .k-grid,
#container-test-date .k-grid-content {
    height: auto !important;
}
#container-test-date .page-title {
    margin-top: 30px;
}
.contentContainer .emphasize {
    background: #fdf500;
    display: inline;
    padding: 5px;
    font-weight: 700;
    border-radius: 4px;
}
.qualifyContainer {
    position: absolute;
    left: -55px;
    top: 30px;
    width: 110px;
    height: 110px;
    border-radius: 200px;
}
.qualifyContainer span {
    position: relative;
    font-size: 60px;
    display: block;
    text-align: center;
    padding-top: 20px;
}
.qualified {
    background: #10a710;
    color: #fff;
}
.pending {
    background: #fdcd00;
    color: #fff;
}
.disqualified {
    background: #980203;
    color: #fff;
}
/*------- End Qualify,Pending,DQ ---------*/

.invalid {
    border-width: 1px !important;
    border: red;
}
select.invalid,
input.invalid,
textarea.invalid,
td.invalid,
span.invalid,
.select2-selection.invalid,
div.invalid {
    border-width: 1px !important;
    border: red;
    box-shadow: 0px 0px 0px 1px red !important;
    box-sizing: border-box;
}
.tab.invalid {
    background: red;
}
th.invalid {
    border-color: red;
}
.notifyjs-corner {
    left: 50% !important;
    transform: translateX(-50%);
    z-index: 99999999 !important;
}
.form-container label {
    display: block;
}
.no-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tabs,
#write-out-tabs,
#selection-tabs {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    margin: 0.5rem 0;
}
.tab,
.write-out-tab,
.selection-tab {
    background-color: inherit;
    float: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.4em;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0.8vw;
    transition: 0.3s;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #ccc;
}
.tabs.horizontal .tab,
.write-out-tab,
.selection-tab {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0.6vw;
    transition: 0.3s;
    border-bottom: none;
    width: initial;
}
.tab:hover,
.write-out-tab:hover,
.selection-tab:hover {
    background-color: #ddd;
}
.tab.active,
.write-out-tab.active,
.selection-tab.active {
    background-color: #143761;
    border-bottom-color: #143761;
    color: #fff;
}
.tab-content {
    display: none;
    /*padding:6px 12px;
	border:1px solid #ccc;
	border-top:none;
	background:white;
	*/
}
.write-out-tab-container,
.selection-tab-container {
    padding: 1.5em 2em;
}
.checkbox-container-flex {
    display: flex;
    align-items: center;
}
.checkbox-container-flex label[for="view-all-results"] {
    margin: 0 5px;
}
.checkbox-container-flex label[for="accept-consent"] {
    margin: 0 5px 0 15px;
}
.checkbox-container-flex input[type="checkbox"] {
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 5px;
    border: 3px solid #555;
    margin-left: 10px;
}
.outer-flex {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 3.5rem;
}
#custom-letter {
    height: 220px;
    overflow: auto;
}
#chief-selection-report .tabs .tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 8px !important;
}
#chief-selection-report .tabs .tab > span {
    display: inline-flex;
}
#chief-selection-report .tabs .tab > span img {
    float: none;
    margin: -2px 0;
}
#applicant-tabs .tab-content {
    display: none;
    padding: 30px;
    border: 1px solid #ccc;
    border-top: none;
    background: white;
}
#right-header {
    float: right;
}
#left-header {
    float: left;
}
.grid-icon {
    height: 2.5em;
}
#interest-card-details label,
#testing-details-overview-container label {
    font-weight: bold;
}
.testing-icon-container {
    text-align: center;
    margin-bottom: 15px;
}
/* Personal History Statement */

.drug-use-note {
    margin: 20px 0;
}

.arrests-note {
    margin-bottom: 20px;
}

.insert-signature {
    margin-top: 13px;
}

.waivers-printouts .showForPrint {
    display: none;
}
.waivers-printouts span.showForPrint {
    margin-left: 20px;
}
.waivers-printouts span.showForPrint.important {
    text-decoration: none !important;
    font-size: 15px !important;
}
.waivers-printouts p.showForPrint {
    margin-bottom: 5px !important;
}
.waivers-printouts .checkbox-container-waiver span.showForPrintLeft {
    display: inline-block;
    margin-right: 25px;
}
.waivers-printouts .super-title {
    font-size: 48px;
    font-weight: 700;
    text-decoration-style: solid;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.waiver-container p {
    text-align: justify;
    padding-right: 1rem !important;
}
.waiver-container .line-waiver {
    margin-top: 2em;
    margin-bottom: 2px;
}
.waiver-container .note-waiver {
    margin-left: 6em;
    font-size: 11px;
    margin-bottom: 1em;
}
.waiver-container .staff-waiver {
    margin-left: 12em;
    font-size: 12px;
    margin-bottom: 3em;
}
.form-subtitle-no-color {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-top: 1.5em;
}
.form-explain {
    text-align: center;
    margin-bottom: 1.5em;
}
.waiver-container .checkbox-container-waiver {
    display: flex;
    align-items: center;
    margin-bottom: 0.6rem;
}
.waiver-container .checkbox-container-waiver input[type="radio"] {
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 5px;
    border: 3px solid #555;
    margin-right: 1.5rem;
}
#personal-history-statement .police-officer,
#personal-history-statement .police-service-aide,
#personal-history-statement .lateral-officer,
#personal-history-statement .police-officer-exceptional {
    display: none;
}
.template {
    display: none;
}
.table-container table {
    width: 100%;
}
.loader {
    border: 10px solid #f3f3f3;
    /* Light grey */
    border-top: 10px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    display: none;
    z-index: 2000;
    position: fixed;
    bottom: 3px;
    right: 3px;
    box-sizing: initial;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.loader-preview {
    display: inline-block;
    height: 0.6em;
    width: 0.6em;
    position: inherit;
    border: 6px solid #f3f3f3;
    /* Light grey */
    border-top: 6px solid #3498db;
    /* Blue */
    animation: spin 2s linear infinite;
    border-radius: 50%;
    box-sizing: initial;
}
/* Admin Styles */

.searchContainer {
    padding: 0 30px 0 30px;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}
.filterContainer {
    display: none;
}
/* Chief Selection Report */

.validate-container {
    position: sticky;
    z-index: 10;
    top: 0.6em;
    left: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.validate-container a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8em 1em;
    border-radius: 4px;
    background: #1d4c7f;
    color: #fff;
    text-decoration: none;
}
/* Icon Styles */

@font-face {
    font-family: "apd";
    src: url("fonts/apd.eot");
    src: url("fonts/apd.eot?#iefix") format("embedded-opentype"), url("fonts/apd.woff") format("woff"),
        url("fonts/apd.ttf") format("truetype"), url("fonts/apd.svg#apd") format("svg");
    font-weight: normal;
    font-style: normal;
}
[data-icon]:before {
    font-family: "apd" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak-as: never;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "apd" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak-as: never;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-application:before {
    content: "\61";
}
.icon-contact:before {
    content: "\62";
}
.icon-profile:before {
    content: "\63";
}
.icon-check:before {
    content: "\64";
}
.icon-approved:before {
    content: "\65";
}
.icon-pending:before {
    content: "\66";
}
.icon-disqualified:before {
    content: "\67";
}
.icon-chief:before {
    content: "\68";
}
.icon-calendar:before {
    content: "\69";
}
.k-i-gear:before {
    content: "\e13a";
}
.k-i-logout:before {
    content: "\e131";
}
/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    z-index: 999;
}
/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 150px;
    max-width: 400px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text */
    position: absolute;
    z-index: 999;
    bottom: 110%;
    left: 50%;
    margin-left: -60px;
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
    /*height: 100px;*/
    max-height: 300px;
    overflow-y: auto;
}
.tooltip .tooltiptext .reasons {
    text-align: left;
    margin-left: 1em;
    font-size: 0.8em;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
iframe#personal-history-statement {
    width: 100%;
    border: none;
}
#personal-history-statement-content,
#current-phs-content {
    padding: 0px !important;
    background: none !important;
}
.overline {
    border-top: 1px solid;
    transform: translate(0, 20px);
    display: inline-block;
}
.underline {
    border-bottom: 1px solid;
}
.hide-print {
    display: none;
}
@media print {
    body {
        font-size: 12px;
        font-family: Arial;
    }
    .tab-content {
        page-break-after: always;
    }
    tr {
        font-size: 0.8em;
    }
    hr {
        height: 1px;
        margin: 10px 0;
        border-top: 0;
    }
    p,
    .form-container {
        page-break-inside: avoid;
    }
    /*Form Styles*/
    .form-subtitle,
    .form-subtitle-btm {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 15px;
        color: #980203;
    }
    .form-subtitle-sub {
        font-size: 14px;
        font-weight: 700;
        margin: 15px 0;
        color: #000;
    }
    .form-container {
        padding-bottom: 5px;
        border-bottom: 1px solid #000;
        margin-bottom: 15px;
    }
    .form-container label {
        display: block !important;
        font-size: 9px;
        text-transform: uppercase;
        font-weight: normal;
        letter-spacing: 0.3em;
    }
    .form-container label:after {
        content: ":";
        display: inline-block;
    }
    .form-container span {
        text-decoration: none;
    }
    .clearAfter {
        border-bottom: 1px solid #000;
        margin-bottom: 15px;
        padding-bottom: 5px;
    }
    .clearAfter .form-container {
        border-bottom: 0 !important;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    /*Table Styles*/
    table {
        width: 100% !important;
        border-collapse: collapse;
        border: 1px solid #000;
    }
    table td {
        padding: 5px 3px;
    }
    table thead td {
        background: #000;
        color: #fff;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        font-weight: bold;
        font-size: 9px;
        text-transform: uppercase;
    }
    /* table tr:nth-child(even) { }*/
}
.form-table thead th {
    text-align: left;
    font-weight: 700;
}
.highlightYes {
    font-weight: bold;
    color: darkred;
    border: 1px solid black;
    padding: 5px;
}
.fixToTop {
    position: sticky;
    top: 0;
    overflow-y: scroll;
    max-height: 94vh;
    max-width: 320px;
    border-bottom: 1px solid #cccccc;
}
/*
.pushFromLeft {
    margin-left: 30%;
}
*/
.phs {
    min-height: 1000px;
}
.checkmark {
    float: right;
    height: 1.2rem;
    border-radius: 1.2rem;
    background: #fff;
}
.requiredText {
    color: red;
    font-weight: bolder;
    padding-bottom: 10px;
    display: none;
}
.simpleBox {
    border: 1px solid lightgray;
    padding: 5px;
    margin-bottom: 10px;
}
.bold600 {
    font-weight: 600;
}
#pagerTop {
    float: right;
    height: 2rem;
    padding-right: 1.3rem;
}
/* Archived PHS */

.phs-subtitle {
    font-size: 15px;
    font-weight: 700;
    padding: 15px;
    color: #980203;
}
#back-to-phs-grid {
    margin-left: 15px;
    margin-bottom: 15px;
}
#anchBackToList {
    margin-top: 20px;
    margin-bottom: 0 !important;
}
/* Questionnaire */

.questionnaire-header {
    min-width: 900px;
    margin: 0 auto;
    max-width: 1340px;
}
#questionnaire textarea {
    min-height: 100px;
}
#questionnaire h2 .applicant-name {
    font-size: 2rem;
    font-weight: 900;
    color: #071733;
}
.email-questionnaire,
.text-questionnaire {
    margin-left: 10px;
}
.questionnaire-container {
    margin: 20px 0;
}
.questionnaire-container li {
    padding: 3px;
}
#questionnaire-message {
    display: flex;
    justify-content: center;
}
#questionnaire-message .form-container {
    min-height: 100px;
    width: 80%;
    background-color: #071733;
    color: white;
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    padding: 40px;
}

/* > 1500 */

@media only screen and (min-width: 1500px) {
    .positionContainer {
        padding-left: 60px;
    }
    .positionIcon {
        left: -102px;
    }
}

/* > 980 */

@media only screen and (min-width: 980px) {
    /* Header */
    .toggle-menu {
        display: none;
    }
}

/* 980 */

@media only screen and (max-width: 980px) {
    /* Layout */
    .leftColumn,
    .rightColumn {
        padding: 2em;
    }

    .vertCenterOuterContainer,
    .vertCenterContainer {
        display: block;
        height: auto;
    }

    /* Header */
    .logoContainer {
        padding: 2em;
    }
    .applicantNav {
        display: none;
        flex-flow: column;
        position: absolute;
        top: 100%;
        left: 3vw;
        width: 94vw;
        padding: 0.4em 1.4em;
        border: 1px solid rgba(255, 255, 255, 0.4);
        border-radius: 4px;
        background: #153d6e;
    }
    .applicantNav li a,
    .applicantNav li a:hover {
        background: none;
        color: #fff;
    }
    .applicantNav > li:not(:last-of-type) a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .toggle-menu {
        display: inline-flex;
        gap: 0.4em;
        margin-left: auto;
        padding: 1em 1.4em;
        border: 1px solid #1f6bbd;
        border-radius: 4px;
        background: none;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        cursor: pointer;
    }

    /* Login */
    .loginLogoContainer {
        padding: 1em 2em;
    }

    /* Applicant */
    .applicantDashboard {
        margin: 0;
    }

    .tab-content .table-container table {
        display: flex;
        gap: 0.2em;
    }
    .tab-content .table-container thead tr {
        display: flex;
        flex-flow: column;
        height: 100%;
        padding: 0 0.6em;
        border-radius: 4px;
        background: #1f6bbd;
        color: #fff;
    }
    .tab-content .table-container thead tr td {
        flex: 1 1 auto;
        display: flex;
        align-items: center;
        min-height: 2em;
        line-height: 0.8em;
    }
    .tab-content .table-container tbody:not(.template) {
        display: flex;
        gap: 0.2em;
        overflow-x: auto;
    }
    .tab-content .table-container tbody:not(.template) tr {
        display: flex;
        flex-flow: column;
        height: 100%;
        min-width: 80%;
    }
    .tab-content .table-container tbody tr td {
        flex: 1 1 auto;
    }
    .tab-content .add-row {
        margin-top: 0.8em;
    }

    .questionnaire-header {
        text-align: center;
        min-width: 300px;
    }
    .questionnaire-header .questionnaire-header {
        position: static;
        text-align: center;
    }
    .questionnaire-header .loginLogoContainer h1 {
        position: static;
        font-size: 16px;
    }
    .questionnaire-header .loginLogoContainer h1 span {
        font-size: 14px;
        margin: 10px 0 4px;
    }
    #questionnaire .applicant-name {
        display: block;
    }
    .questionnaireContainer {
        min-width: 100px;
    }
    .questionnaireContainer blockquote {
        margin: 10px 0;
    }
}

/* 640 */

@media only screen and (max-width: 640px) {
    /* layout */

    .width95,
    .width25a,
    .width75,
    .width75a,
    .width66,
    .width34,
    .width34b,
    .width50,
    .width50:last-child,
    .width50-first-block,
    .width45,
    .width45:last-child,
    .width33,
    .width33:nth-child(2n),
    .width33b:nth-child(1),
    .width33b:nth-child(2),
    .width33b:last-child,
    .width25,
    .width25:last-child {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .applicantDashboardOfficer {
        display: none;
    }
    .applicantDashboard .width66 {
        width: 100%;
    }

    .tabs,
    #write-out-tabs,
    #selection-tabs {
        overflow: auto;
        max-height: 145px;
        margin: 0 0 2em;
    }
    .tab,
    .write-out-tab,
    .selection-tab {
        padding: 0.8em;
    }
}
