.column {
    min-width: 0;
    padding: 0;
}

.columns.is-desktop { justify-content: end; }

.dx-texteditor-input {
    font-size: 1rem;
}

/* adjusting bulma container and fluid styles to accommodate sliding navigation */
.container.is-fluid .container.is-fluid {
    padding: 0;
}

.container.is-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
}

@media(min-width: 801px) {
    .container.is-fluid {
        padding-left: 32px;
        padding-right: 32px;
    }
}

/*.datetimepicker-dummy.is-info .datetimepicker-clear-button { color: #3298dc; }

.datetimepicker-dummy.is-info::before,
.datetimepicker-dummy.is-info:before { background-color: #3298dc; }

.datetimepicker-wrapper .datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active { color: #fff; }

.datetimepicker-wrapper .datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
    background-color: #3298dc;
    border-color: #3298dc;
    border-style: solid;
    color: #fff;
}*/
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
:root {
    --form-control-color: #0367b7;
    --border-color: #919191;
    --border-color-hover: #b5b5b5;
}

html, body {
    min-height: 100vh;
    scroll-behavior: auto !important;
}

body {
    background-color: #fff;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family: 'Open Sans', sans-serif;
    /*font-size: 14px;*/
    font-size: 1rem;
    font-weight: 400;
    /*display: block;*/
    line-height: 1.5;
    display: flex;
    justify-content: center;
}


/*body.nav-closed {
   
}*/

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before, *:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

/* updating border color to be more accessible. matrix radio styles updates made on matrix.css due to cascade. checkbox and radio styles on multi.css */
.input, .textarea, .select select, .dx-texteditor.dx-editor-outlined, .select2-container--default .select2-selection--single {
    border-color: var(--border-color);
}

.input:hover, .textarea:hover, .select select:hover, .dx-texteditor.dx-editor-outlined:hover, .select2-container--default .select2-selection--single:hover {
    border-color: var(--border-color-hover);
}


input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    display: none;
}

user agent stylesheet
label {
    cursor: default;
}

p {
    margin: 10px 0 10px 0;
}

a {
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
    }

.mandatory:before {
    content: "*";
    color: red;
    float: left;
}

Style Attribute {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

td.dx-calendar-cell {
    text-align: center !important;
    vertical-align: middle;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #ddd;
    line-height: 1.5;
    padding: 8px;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

user agent stylesheet
table {
    border-collapse: separate;
    border-spacing: 2px;
}

ul {
    list-style: disc;
    margin-left: 25px;
}

li {
    margin: 10px 0 10px 25px;
}

#pageContainer {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: auto;
    width: 100%;
}

.pageContainer-content {
    width: 100%;
}

.container {
    background-color: white;
    color: black;
    font-size: 1rem;
    margin: 0;
    max-width: 1250px;
    width: 100vw;
}

.landing-page.container {
    margin: auto;
}
    .container label {
        font-size: 1rem
    }

.noHover {
}

    .noHover:hover {
        box-shadow: none !important;
        color: white !important;
        opacity: 1.0 !important;
    }

.noHover2 {
}

    .noHover2:hover {
        box-shadow: none !important;
        color: black !important;
        opacity: 1.0 !important;
    }

.banner {
    margin: 1rem 0 0;
    max-height: 200px;
}

.appTitle {
    color: white;
    /*font-size: 2.5rem;*/
    margin-top: 0;
    margin-bottom: 0;
}

.surveybody {
    min-height: 100%;
    padding: 0 10px;
}

.center {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%
}

.appFooter {
    color: white;
    flex-shrink: 0;
    padding: 30px;
    width: 100%;
    margin: auto;
}

    .appFooter * :not(a) {
        color: white
    }

    .appFooter > * {
        color: white
    }

.footerContent {
    max-width: 1250px;
    width: 100%;
    font-size: .9rem;
}

.titlebar {
    z-index: 0;
    padding: 2rem 1rem;
    margin-bottom: 1rem;
}

    .titlebar .center {
        justify-content: space-between;
    }

/*.navbar-brand .appTitle {
    font-size: 3.0rem;
    line-height: 1;
}*/

/*switch order of buttons so that previous is first visually. next is first in the HTML so the tab order makes more sense. */

.page_controls {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    margin: 50px 5px;
}

    .page_controls input:nth-child(1) {
        order: 10;
    }

.myFlexWrapper input:nth-child(2) {
    order: 20;
}

.reactive {
    margin: 5px;
    width: 100px
}

.btnGroup {
    align-content: start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-left: 10px;
    width: 300px;
}
/*
.button:hover, .button.is-hovered {
    color: #dbd5d5;
}*/
.button.btn {
    transition: .25s all ease-in-out;
}

.next.btn {
    color: white
}

.next.btn:hover {
    color: white
}

.prev.btn {
    border: 1px solid #dbdbdb;
}

.prev.btn:hover {
    border-color: #000;
}
.Page_controls button {
    margin-right: .5rem;
}



/*button order has been switched via css to preserve tab order, so margin removal needs to be on first button technically*/
.Page_controls button:first-of-type {
    margin-right: 0;
}
.translatorWrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.translator {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    padding: 5px;
}

.dirWrapper {
    margin-bottom: 10px;
}

.sectionWrapper {
    margin-bottom: 1.5rem;
    /*  padding: 0 12px;
    width: auto*/
}

/*    .sectionWrapper:first-of-type {
        margin-bottom: 1rem;
        padding-top: .5rem;
    }*/
/* page title styling suggestion - not approved */
/*.sectionWrapper:first-of-type .textBox {
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: 1.25rem;
    padding-left: 0.5rem;
    border-left: 4px solid #0367b7;
}*/

/*#componentContainer {
    padding: 5px;
}*/

.inputsWrapper {
}

.warningText {
    color: red
}

@keyframes hover-color {
    from {
        border-color: silver
    }

    to {
        border-color: #3e97eb
    }
}

/* .body { */

/*     font-family: "Montserrat", sans-serif; */

/*     font-kerning: none; */

/*     font-size: 14px; */

/*     padding: 2em; */

/*     text-align: center; */

/*     & * */

/*     { */

/*         box-sizing: border-box; */

/*         -webkit-box-sizing: border-box; */

/*     } */

/*     & h1 { */

/*         font-size: 1.5em; */

/*         font-weight: 500; */

/*         line-height: 1.6; */

/*         margin: 0 0 2em; */

/*     } */

/* */

/*     input[type="number"] { */

/*         -moz-appearance: textfield; */

/*         &::-webkit-inner-spin-button, &::-webkit-outer-spin-button */

/*         { */

/*             -webkit-appearance: none; */

/*             margin: 0; */

/*         } */

/* */

/*     } */

/* */

/*     & .pt_Quantity { */

/*         display: inline-block; */

/*         margin: 0 0 10px; */

/*         position: relative; */

/*         & input */

/*         { */

/*             color: #443017; */

/*             border-radius: 2px; */

/*             background-color: #ffffff; */

/*             border: solid 1px #b7b7b7; */

/*             font-family: "Montserrat", sans-serif; */

/*             font-size: 15px; */

/*             font-weight: 300; */

/*             min-width: 45px; */

/*             height: 30px; */

/*             float: left; */

/*             display: block; */

/*             padding: 0 15px 0 2px; */

/*             margin: 0; */

/*             text-align: center; */

/*             width: 70px; */

/*             &:focus */

/*             { */

/*                 outline: 0; */

/*             } */

/* */

/*         } */

/*         & .pt_QuantityNav { */

/*             float: left; */

/*             position: relative; */

/*             height: 30px; */

/*             & .pt_QuantityButton */

/*             { */

/*                 position: relative; */

/*                 cursor: pointer; */

/*                 border-left: 1px solid #b7b7b7; */

/*                 width: 15px; */

/*                 text-align: center; */

/*                 color: #333; */

/*                 font-size: 14px; */

/*                 font-family: "Trebuchet MS", Helvetica, sans-serif !important; */

/*                 line-height: 1.1; */

/*                 -webkit-transform: translateX(-100%); */

/*                 transform: translateX(-100%); */

/*                 -webkit-user-select: none; */

/*                 -moz-user-select: none; */

/*                 -ms-user-select: none; */

/*                 user-select: none; */

/*                 &:active */

/*                 { */

/*                     box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */

/*                     -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */

/*                 } */

/* */

/*                 &.pt_QuantityUp { */

/*                     position: absolute; */

/*                     height: 50%; */

/*                     top: 0; */

/*                     border-bottom: 1px solid #b7b7b7; */

/*                 } */

/* */

/*                 &.pt_QuantityDown { */

/*                     position: absolute; */

/*                     bottom: 0px; */

/*                     height: 50%; */

/*                 } */

/* */

/*             } */

/*         } */

/*     } */

/* } */

.landing {
    align-items: center;
    display: flex;
    height: 40vh;
    justify-content: center;
}

.landingContent {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin-top: 1.5rem;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2.25rem;
}

h3 {
    font-size: 2rem;
}

h4 {
    font-size: 1.75rem;
}

h5 {
    font-size: 1.5rem;
}

h6 {
    font-size: 1.25rem;
}

.stage sup {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}

/* .datepickerWrapper { */

/*     display: block; */

/*     width: 20vw; */

/* } */

.titleWrapper {
    max-width: 1225px;
    width: 100%
}

.helpWrapper {
    float: right;
    min-width: 180px;
    position: relative;
}

.helpLabel {
    text-decoration: underline;
    cursor: pointer;
    float: right;
    color: #fff;
    font-size: 1rem;
}

    .helpLabel:hover {
        text-decoration: none;
    }

.helpDialog {
    background: #f9f9f9;
    min-width: 400px;
    min-height: 40px;
    border: 1px solid #ddd;
    border-radius: 10px;
    position: absolute;
    right: 0px;
    top: 35px;
    bottom: initial;
    color: black;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    z-index: 1;
}

    .helpDialog:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #f9f9f9;
        position: absolute;
        right: 16px;
        top: -10px;
    }

    .helpDialog:before {
        content: '';
        width: 0;
        height: 0;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        border-bottom: 11px solid #ddd;
        position: absolute;
        right: 15px;
        top: -11px;
    }

.helpCloseButton {
    float: right;
    border: 2px solid #0367B7;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    cursor: pointer;
    font-size: .9rem;
    line-height: 1.3;
}

    .helpCloseButton:hover {
        background: rgba(0,0,0,.2);
    }

@media screen and (max-width: 767px) {
    .helpDialog {
        right: 0;
        left: 0;
        margin: auto;
    }

        .helpDialog:before {
            right: 0;
            left: 0;
            margin: auto;
        }

        .helpDialog::after {
            right: 0;
            left: 0;
            margin: auto;
        }

        .helpDialogContext {
            font-size: .9rem;
        }
}


/* most of the progress styles below were borrowed from bulma */
.progress {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 9999px;
    display: block;
    height: 1rem;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

    .progress::-webkit-progress-bar {
        background-color: #ededed;
    }

    .progress::-webkit-progress-value {
        background-color: #4a4a4a;
    }

    .progress::-moz-progress-bar {
        background-color: #4a4a4a;
    }

    .progress::-ms-fill {
        background-color: #4a4a4a;
        border: none;
    }

    .progress.is-primary::-webkit-progress-value {
        background-color: #00d1b2;
    }

    .progress.is-primary::-moz-progress-bar {
        background-color: #00d1b2;
    }

    .progress.is-primary::-ms-fill {
        background-color: #00d1b2;
    }
    .progress.is-large {
        height: 1.5rem;
    }

/* custom progress bar styles below */

.progress {
    border-radius: 4px !important;
    display: flex;
    margin-bottom: 1.5rem !important;
    width: auto;
    flex-grow: 1;
}



.standardProgress {
    display: flex;
    position: relative;
}
.page-number {
    margin: 0 1rem 0 0;
    max-width: 10rem;
}
@media(min-width: 768px) {
    .page-number {
        max-width: 20rem;
    }
}
.postfix {
    flex-grow: 1;
    margin-left: 2px;
}

/* .inputColumns .inputWrapper { */

/*     /* width: 0%; !1! */

/* } */

/* */

/* .inputWrapper { */

/*     /* min-width: 350px; !1! */

/* } */

.selectWrapper {
    flex-grow: 9 !important;
}

.headerText {
    /*    padding-left: 50px;*/
    /*min-width: 350px;*/
}

/*.headerTextWrapper {
    flex-grow: 1;
    max-width: 72vw;
    min-width: max-content;
}*/

/* .prepostWrapper { */

/* } */

.displayNone {
    display: none
}

.btn-circle.btn-lg:hover {
    background: #DDD;
    background-color: #1bcfe2;
    border-color: transparent;
    color: #ffffff;
}

.btn-circle.btn-lg {
    background-color: transparent;
    border-color: #26dcef;
    border-radius: 25px;
    border-width: 2px;
    color: #000;
    font-size: 1.6rem;
    height: 50px;
    line-height: 1.33;
   /* padding: 13px 13px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 2px;
    padding-top: 12px;*/
    width: 50px;
}

.btn-default:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
    /*color: #333;*/
}

.btn:hover, .btn:focus, .btn.focus {
    /*color: #333;*/
    text-decoration: none;
}

.btn-circle {
    background: #F1F1F1;
    background: rgba(0, 0, 0, .06);
    border-color: transparent;
    border-radius: 15px;
    color: #000;
    /*font-size: 1.2rem;*/
    height: 30px;
    line-height: 1.5;
    /*padding: 6px 0;*/
    text-align: center;
    width: 30px;
}

.btn-lg, .btn-group-lg > .btn {
    border-radius: 6px;
    /*font-size: 1.8rem;*/
    line-height: 1.3333333;
    padding: 10px 16px;
}

.btn-default {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}

.btn {
    -moz-user-select: none;
    -ms-touch-action: manipulation;
    -ms-user-select: none;
    -webkit-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.flex {
    display: flex
}

.wordBreak {
    word-break: break-word;
}

.inquestButton {
}

.submitAnswerButton {
    background-color: aliceblue;
    border-color: silver;
    border-radius: 6px;
    color: darkslategray;
    cursor: pointer;
    font-size: 1.2rem;
    padding: 4px 20px;
}

    .submitAnswerButton:disabled {
        background-color: ghostwhite;
        border-color: floralwhite;
        color: gainsboro;
        cursor: not-allowed;
    }

    .submitAnswerButton:hover {
        background-color: #f4fdff;
        border-color: #C5C5C5;
    }

.hidden {
    display: none !important;
}

.disabledLink {
    pointer-events: none;
}


/* focus indicator stuff */
:focus-visible, .dx-texteditor.dx-state-focused.dx-editor-outlined, input[type='checkbox']:focus-visible + label::before, input[type='radio']:focus-visible + label::before,
.matrix-cell input[type='radio']:focus-visible + label, .input:focus, .textarea:focus, .select select:focus, .is-focused.input, .is-focused.textarea, .select select.is-focused,
.input:active, .textarea:active, .select select:active, .is-active.input, .is-active.textarea, .select select.is-active {
    border: 2px solid #0367b7 !important;
    opacity: 1 !important;
    box-shadow: 0px 0px 9px 4px rgba(72, 95, 199, .25);
    outline: none;
}

/* remove focus indicator from inputs inside of dev express components - don't want double highlight since entire component is highlighted usually */
.dx-datebox input:focus-visible, .dx-dropdowneditor input:focus-visible {
    outline: none;
    box-shadow: none;
    border: none !important;
}


/* update placeholder text to be more accessible/easier to read*/
::placeholder {
    color: #757575 !important;
}

/* styles from bulma*/
.title {
    color: #363636;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.125;
}

    .title strong {
        color: inherit;
        font-weight: inherit;
    }

    .title:not(.is-spaced) + .subtitle {
        margin-top: -1.25rem;
    }

    .title.is-1 {
        font-size: 2.5rem;
    }

    .title.is-2 {
        font-size: 2.25rem;
    }

    .title.is-3 {
        font-size: 2rem;
    }

    .title.is-4 {
        font-size: 1.75rem;
    }

    .title.is-5 {
        font-size: 1.5rem;
    }

    .title.is-6 {
        font-size: 1.25rem;
    }

    .title.is-7 {
        font-size: 0.75rem;
    }

.has-text-info {
    color: #3e8ed0 !important;
}

.ranking-select {
    width: auto;
}

/*.select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;*/
    /*height: 2.5em;*/
    /*justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(0.5em - 1px);
    padding-left: calc(0.75em - 1px);
    padding-right: calc(0.75em - 1px);
    padding-top: calc(0.5em - 1px);
    position: relative;
    vertical-align: top;
    background-color: white;
    border-color: #dbdbdb;
    color: #363636;
    cursor: pointer;*/
/*    display: block;*/
    /*font-size: 1em;
    max-width: 100%;
    outline: none;
}

.select:not(.is-multiple):not(.is-loading)::after, .navbar-link:not(.is-arrowless)::after {
    border: 3px solid transparent;
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 0.625em;
    margin-top: -0.4375em;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
    transform-origin: center;
    width: 0.625em;
}*/

/* small mods to bootstrap/select2 styles */
.form-select, .select2-container {
    margin-bottom: 5px;
}

/*sticky stuff*/

.sticky {
    position: initial;

}

/*only apply sticky to tablet and higher, do not sticky on mobile */
@media (min-width: 768px) {
    .sticky {
        top: 0;
        position: sticky;
        z-index: 1;
    }

    .sticky.sectionWrapper {
        background: white;
    }

    .sticky.sectionWrapper.error {
        background: #ffe4e4;
    }
}
/*.inputColumns {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
}
*/

.inputColumns:not(:last-child) {
    margin-bottom: .5rem;
}


.suffix {
    /*padding: 0;*/
    margin: 0;
}

.prefix {
    margin: 0;
    text-align: right;
}

.suffixLabel {
    padding-left: 0;
}

.singleIn {
    margin-bottom: 5px;
    width: 100%;
}

.setInputHeight {
    height: 45px;
}



.validation {
    padding-bottom: 30px;
}

.adaptive-multi-control {
    
}

.adaptive-multi-control .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.adaptive-multi-control .select2-selection__rendered .select2-selection__choice {
    flex: 0 1 0;
    margin: 5px;
    max-width: 100%;
}

.adaptive-multi-control .select2-selection__rendered .select2-search.select2-search--inline {
    flex: 1 0 0;
    margin: 5px;
}

    .adaptive-multi-control .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field {
        height: auto !important;
        width: 100% !important;
    }
.taWrapper .fullWidthWrapper {
    min-width: 70vw;
    text-align: left;
}

/*.taWrapper {
    width: 50%;
}*/
.limitedAudioPlayer {
    background-color: mintcream;
    border-color: silver;
    border-radius: 12px;
    color: darkslategray;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    padding: 4px 20px;
    width: 180px;
}

.limitedAudioPlayer:disabled {
    background-color: ghostwhite;
    border-color: floralwhite;
    border-radius: 12px;
    color: gainsboro;
    cursor: not-allowed;
    font-size: 24px;
    font-weight: bold;
    padding: 4px 20px;
    width: 180px;
}

.limitedAudioPlayer span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
.chronos {
    min-height: 100px;
    position: relative;
}

    .chronos .chronos-overlay {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 100;
        background-color: rgba(128, 128, 128, 0.4);
        border-radius: 1rem;
        min-width:100%;
        min-height:100%;
    }

    .chronos .chronos-loader {
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 101;
    }

/*.chronos .timeslot-wrapper { margin: 0 1rem; }*/

.chronos button.timeslot {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    min-width: 126px;
}

.timezone {
    margin-bottom: 1rem;
    flex-grow: 1;
}

.timeslot-wrapper {
    text-align: center;
}

.timeslot {
    background-color: white;
    border: 1px solid #dbdbdb;
    color: #000;
    cursor: pointer;
    justify-content: center;
    padding-bottom: .3rem;
    padding-left:.5rem;
    padding-right: .5rem;
    padding-top: calc(0.5em - 1px);
    text-align: center;
    white-space: nowrap;
    font-size: 1rem;
    display: inline-block;
    transition: .25s all ease;
}
.timeslot:hover, .timeslot:focus {
    background: #dbdbdb;
}
/*not sure if should keep these styles - chat with team about calendar inline styles*/

#chronos {
    width: 100% !important;
    max-width: 400px;
}
div.ui-datepicker {
    font-size: 140%;
    z-index: 99 !important;
}

.ui-datepicker-calendar{
    table-layout: fixed;
}

html .ui-datepicker-calendar .ui-state-default {
    background: white;
    border: white;
    border-radius: 50%;
    text-align: center;
}

    

    html .ui-datepicker-calendar .ui-state-highlight {
        background: #fffa8f;
    }
html .ui-datepicker-calendar .ui-state-active {
    background: #70a0f0;
    color: white;
    border: 1px solid black;
}
div.ui-datepicker{
    border-radius: 10px;
}
.ui-datepicker select.ui-datepicker-year,
.ui-datepicker select.ui-datepicker-month {
    border-radius: 6px;
}

.ui-datepicker .ui-datepicker-header {
    border-radius: 10px;
}

.datetimepicker-dummy {
    height: 45px;
    margin: 5px 0;
}

.datetimepicker-dummy .datetimepicker-dummy-wrapper {
    border-color: #dbdbdb;
    border-radius: 4px;
}

.datetimepicker-dummy .datetimepicker-dummy-wrapper:hover { border-color: #b5b5b5; }

.datetimepicker-dummy .datetimepicker-dummy-wrapper .datetimepicker-dummy-input { cursor: pointer; }

.datetimepicker-wrapper .datetimepicker-footer .datetimepicker-footer-today { color: #3298dc !important; }
/* .datetimepicker { width: 350px; } */
/* */
/* .datetimepicker .datepicker-nav { background-color: white !important } */
/* */
/* .datetimepicker .datepicker-nav .datepicker-nav-month, .datetimepicker .datepicker-nav .datepicker-nav-year { color: black !important } */
/* */
/* .datetimepicker .datepicker-nav .datepicker-nav-next, .datetimepicker .datepicker-nav .datepicker-nav-previous { color: black !important } */
/* */
/* .datetimepicker .datepicker-nav .datepicker-nav-previous { color: black !important } */
/* */
/* .datepicker-nav { color: black } */

/* updates to devexpress datepicker */

.dx-scrollable-container:hover, .dx-scrollable-container:focus {
    background: #e5e5e5;
}

.dx-dateviewroller-current .dx-scrollable-container {
    /*background: #c7c7c7;*/
    /*transition: .25s all ease;*/
    background: #d5d5d5;
}

.dx-dateviewroller-current .dx-dateview-item-selected {
    /*background: #afaeae;*/
    /*transition: .25s all ease;*/
    background: #c7c7c7;
}

.dx-dateview-rollers {
    display: flex;
}


.select2-selection--single .select2-selection__rendered {
    line-height: 2.5rem !important;
    border-radius: 4px;
}

.select2-container .select2-selection--single {
    height: 2.5rem !important;
    border-radius: 4px;
}

.select2-container .select2-selection--multiple {
    overflow: hidden;
    min-height: 2.5rem !important;
    border-radius: 4px;
}

.select2-selection__arrow {
    height: 2.5rem !important;
}

.select2-search--dropdown {
    height: 2.5rem !important;
    padding: unset;
    margin: 4px 4px 4px 4px;
}

.select2-search__field {
    height: 2.5rem !important;
}

li.select2-results__option {
    margin: 0 0 0 0;
}

.dropdown-spinner {
    font-size: 50px;
}

/*OLD BULMA OVERRIDES*/
/*
.select2-container--bulma {
    display: flex;
    height: 2.5em;
    max-width: 100%;
    position: relative;
    vertical-align: top;
    width: 100% !important;
}

.select2-container--bulma .select2-selection {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    background-color: white;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    box-shadow: none;
    color: #4a4a4a;
    display: inline-flex;
    flex: 1;
    font-size: 1rem;
    height: 100%;
    justify-content: flex-start;
    line-height: 1.5;
    outline: none;
    padding-bottom: calc(0.5em - 1px);
    padding-left: calc(0.75em - 1px);
    padding-right: calc(0.75em - 1px);
    padding-top: calc(0.5em - 1px);
    position: relative;
    vertical-align: top;
}

.select2-container--bulma .select2-selection::after {
    border: 3px solid #3273dc;
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 0.625em;
    margin-top: -0.4375em;
    pointer-events: none;
    position: absolute;
    right: 1.125em;
    top: 50%;
    transform: rotate(-45deg);
    transform-origin: center;
    width: 0.625em;
    z-index: 4;
}

.select2-container--bulma.select2-container--focus .select2-selection {
    border-color: #3298dc;
    box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.select2-container--bulma.select2-container--open .select2-selection { border-color: #b5b5b5; }

.select2-container--bulma.select2-container--open:not(.select2-container--above) .select2-selection {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--bulma.select2-container--open.select2-container--above .select2-selection {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--bulma.select2-container--open .select2-results .select2-results__option.select2-results__option--highlighted {
    background-color: #3298dc;
    color: #fff;
}

.select2-container--bulma:not(.select2-container--open) .select2-selection:hover { 
    border-color: #b5b5b5; 
}

.select2-container--bulma .selection {
    display: flex;
    flex: 1;
}

.select2-container--bulma .select2-search__field {
    align-items: center;
    background-color: white;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
    color: #4a4a4a;
    display: inline-flex;
    font-size: 1rem;
    height: 2.5em;
    justify-content: flex-start;
    line-height: 1.5;
    max-width: 100%;
    outline: none;
    padding-bottom: calc(0.5em - 1px);
    padding-left: calc(0.75em - 1px);
    padding-right: calc(0.75em - 1px);
    padding-top: calc(0.5em - 1px);
    position: relative;
    vertical-align: top;
    width: 100%;
}

.select2-container--bulma .select2-search__field:hover { border-color: #b5b5b5; }

.select2-container--bulma .select2-search__field:focus {
    border-color: #3298dc;
    box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
*/
.embedded {
    height: 800px;
}



.warn {
    background: #fffaeb;
    border-radius: 5px;
    border-left: 5px solid #ffe08a;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.highlight-violet {
    background: #cc99ff;
    border-radius: 5px;
    border-left: 5px solid #7300e6;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.inputsWrapper .highlight-violet {
    margin-bottom: 1rem;
}

.highlight-blue {
    background: #99ccff;
    border-radius: 5px;
    border-left: 5px solid #0073e6;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.inputsWrapper .highlight-blue {
    margin-bottom: 1rem;
}

.highlight-green {
    background: #99ff99;
    border-radius: 5px;
    border-left: 5px solid #00e600;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.inputsWrapper .highlight-green {
    margin-bottom: 1rem;
}

.highlight-yellow {
    background: #ffff99;
    border-radius: 5px;
    border-left: 5px solid #e6e600;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.inputsWrapper .highlight-yellow {
    margin-bottom: 1rem;
}

.highlight-orange {
    background: #ffcc66;
    border-radius: 5px;
    border-left: 5px solid #ffaa00;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.inputsWrapper .highlight-orange {
    margin-bottom: 1rem;
}

.mandatory {
    position: relative;
    padding-left: .75rem;
}
.mandatory:before {
    font-size: 1rem;
    color: #D60000;
    position: absolute;
    left: 0;
    top: 0;
}

.validation {
    padding-bottom: 1rem;
}

/* need to apply a class to the parent div with id of question to style properly */
.error {
    background: #FFE4E4;
    border-radius: 5px;
    border-left: 5px solid #D60000;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.error .error-field {
    border: 2px solid #D60000;
}


.radio-options-container.error-field {
    border: 0px;
}

    .radio-options-container.error-field .radio-option input[type="radio"],
    .checkbox-option input[type="checkbox"].error-field,
    .error .select select,
    .error select.error-field + .select2-container .selection .select2-selection,
    .error .checkbox-option input[type="checkbox"] {
        border: 2px solid #D60000;
    }

.textarea {
    margin-bottom: .25rem;
}


.error .dx-datebox {
    border: 2px solid #D60000 !important;
    border-radius: 4px;
}

.error .dx-texteditor-input {
    border: 0;
}

.error .matrix {
    padding-bottom: 2rem;
    background: transparent;
}
.error .matrix .matrixInputsWrapper:nth-child(odd), .error .matrix .stickyHeader {
    background-color: rgba(255, 255, 255, .7);
}

.error .matrix .matrixInputsWrapper:nth-child(even) {
    background-color: #ffeaea;
}

.matrix-cell {
    padding: 10px;
}

.validation label {
    color: #D60000 !important;
}

.error .fileUpload, .error .fileUploadList {
    border-color: #D60000;
    color: #333 !important;
}

.error .inputsWrapper > div:last-of-type .inputColumns .checkbox-option {
    padding-bottom: 1rem;
}

.error .inputsWrapper > div:last-of-type .inputColumns .select {
    margin-bottom: 1rem;
}

.error .inputsWrapper > div:last-of-type .inputColumns .timedropwrapper .select {
    margin-bottom: 0rem;
}

.error .sliderWrapper {
    margin-bottom: .5rem;
}

.fileUploadDragndrop,
.fileUploadUploading,
.fileUploadSuccess,
.fileUploadError {
    display: none;
}

.fileInputForm {
    background-color: white;
    outline: 2px dashed black;
    outline-offset: -10px;
}

    .fileInputForm .fileInputDragndrop {
        display: inline;
    }

.fileUpload {
    border: 5px solid blue;
    max-width: 200px;
    height: 200px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #cccccc;
    border: 4px dashed #70f0f0;
    border-radius: 10px;
}

    .fileUploadOver{
        border-style: solid;

    }

    .fileUploadInput{
        display: none;
    }

    .fileUploadThumb{
        width: 100%;
        height: 100%;
        border-radius: 10px;
        overflow: hidden;
        background-color: #cccccc;
        background-size: cover;
        position: relative;
    }

    .fileUploadThumb::after{
        content: attr(data-label);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 5px 0px;
        color: #ffffff;
        background: rgba(0, 0, 0, 0.75);
        font-size: 14px;
        text-align: center;
    }

.fileUploadList {
    display: grid;
    margin-top: 10px;
    color: #cccccc;
    border: 2px solid #70a0d0;
    border-radius: 10px;
}

.fileUploadListPromptContainer {
    text-align: center;
    width: 100%;
    padding: 5px 0px;
}

.fileUploadListPrompt,
.fileUploadListLabel {
}

.fileUploadListItem {
    margin: 3px;
    display: inline;
    padding: 2px 5px;
}

.fileUploadList .fileUploadListItem:nth-child(even) {
    background-color: #f2f2f2;
}

.fileUploadListItemLabel {
    color: black;
}

.fileUploadListItemSize {
    color: gray;
    padding-left: 30px;
    font-size: small;
}

.fileValidationState {
    color: gray;
    padding-left: 30px;
    font-size: small;
}

.fileUploadRemove {
    padding-top: 5px;
    color: red;
    float: right;
    cursor: pointer;
}

.fileUploadMessage {
    color: red;
    font-size: medium;
}

.fileUploadMessageContainer{
    padding-top: 10px;
}

.inputWrapper .fileUpload .fileUploadSpinner {
    width: 100px;
    height: 100px;
    position: absolute;
    color: lightslategray;
}

.fileUpload, .fileUploadList {
    color: #757575;
}
.imageWrapper {
    min-width: 350px;
}

.longitudinal-accordion {
    margin-bottom: 1rem;
    overflow: hidden;
    transition: height 300ms ease-out;
}

.longitudinal-accordion .accordion-section div {
    align-items: center;
    color: blue;
    display: flex;
    padding: .25rem;
}

.longitudinal-accordion .caret {
    cursor: pointer;
    width: 1.25rem;
}

.longitudinal-accordion .caret .fa-caret-right {
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    color: #000;
    transition: all 300ms ease-out;
}

.longitudinal-accordion[data-collapsed=false] .caret .fa-caret-right { transform: rotate(90deg); }

.longitudinal-accordion .columns {
    flex: 1 0 0;
    margin: 0;
}

.longitudinal-accordion .columns.is-desktop { justify-content: flex-start }

.longitudinal-list { flex-direction: column; }

.longitudinal-list ul {
    list-style: disc;
    margin-left: 1rem;
}
.matrix {
    margin-top: 26px;
    width: 100%;
}

    .matrix > .columns {
        margin: 0;
    }

        .matrix > .columns .columns.column {
            margin: 0;
        }

    .matrix .matrixInputsWrapper:nth-child(even) {
        background-color: #F9F9F9
    }

.matrix-cell {
    align-items: center;
    border-left: 1px solid transparent;
    display: flex;
    /*font-size: 16px;*/
    padding: 10px 8px;
}

    .matrix-cell input[type=radio]:checked + label {
        background-color: #26dcef;
        border-color: transparent;
        color: #FFF;
    }

    .matrix-cell.flex-column {
        flex-direction: column;
    }

    .matrix-cell.matrix-column-divider {
        /*border-left-color: #ddd;*/
        border-left-color: #919191;
    }

.matrix-cell-header {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
    padding: 0 10px;
    text-align: center;
}

.matrix-row {
    flex-wrap: wrap;
}

.matrix-row-break {
    flex-basis: 100%;
}

.matrixHeadWrapper {
    align-items: center;
    border-left: 1px solid transparent;
    display: flex;
    justify-content: center;
    padding: 10px;
}

    .matrixHeadWrapper.matrix-column-divider {
        /*border-left-color: #ddd;*/
        border-left-color: #919191;
    }

.matrixInputsWrapper {
    /*border-top: 1px solid #ddd;*/
    border-top: 1px solid #919191;
}

.matrixLabel {
    font-size: 18px;
    text-align: center;
    word-break: break-word;
}

.stickyHeader {
    background-color: white;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}

@media screen and (max-width: 768px) {
    .matrix-cell.matrix-column-divider {
        border-left-color: transparent;
    }
}

/*custom radios/checkbox styles*/

:root {
    --form-control-color: #0367b7;
    --border-color: #919191;
    --border-color-hover: #b5b5b5;
}

.input-highlight.highlight-violet .radio-option,
.input-highlight.highlight-violet .checkbox-option,
.input-highlight.highlight-blue .radio-option,
.input-highlight.highlight-blue .checkbox-option,
.input-highlight.highlight-green .radio-option,
.input-highlight.highlight-green .checkbox-option,
.input-highlight.highlight-yellow .radio-option,
.input-highlight.highlight-yellow .checkbox-option,
.input-highlight.highlight-orange .radio-option,
.input-highlight.highlight-orange .checkbox-option,
.input-highlight.highlight-violet .inputColumns,
.input-highlight.highlight-blue .inputColumns,
.input-highlight.highlight-green .inputColumns,
.input-highlight.highlight-yellow .inputColumns,
.input-highlight.highlight-orange .inputColumns {
    margin-bottom: 0rem;
}

.radio-option, .checkbox-option {
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
    font-size: 1rem;
    margin-bottom: .25rem;
}

/* scoped styles so as not to affect matrix radio or any other components than may be using a radio that I'm unaware of */
.radio-option input[type="radio"], .checkbox-option input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15rem;
    height: 1.15rem;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    transform: translateY(1px);
    display: grid;
    place-content: center;
}
    .radio-option input[type="radio"]:hover, .checkbox-option input[type="checkbox"]:hover {
        border-color: var(--border-color-hover);
    }
    .radio-option input[type="radio"]:disabled, .checkbox-option input[type="checkbox"]:disabled {
        background-color: #e9ecef;
    }
    .checkbox-option input[type="checkbox"] {
        border-radius: 4px;
    }

.radio-option input[type="radio"]::before {
    content: '';
    width: .65rem;
    height: .65rem;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1rem 1rem var(--form-control-color);
    /* Windows High Contrast Mode */
    background-color: CanvasText;
}

    .checkbox-option input[type="checkbox"]::before {
        content: '';
        width: .65rem;
        height: .65rem;
        /*border-radius: 50%;*/
        transform: scale(0);
        /*transition: 120ms transform ease-in-out;*/
        box-shadow: inset 1rem 1rem var(--form-control-color);
        transform-origin: bottom left;
        clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
        /* Windows High Contrast Mode */
        background-color: CanvasText;
    }


    .radio-option input[type="radio"]:checked::before, .checkbox-option input[type="checkbox"]:checked::before {
        transform: scale(1);
    }
/* style menu button */
#menu-button {
    position: fixed;
    z-index: 10;
    top: 8px;
    left: 8px;
    font-size: 1rem;
    padding: .25rem .4rem .1rem;
    border: 1px solid #999;
    border-radius: 2px;
    background: #f0f0f0;
    transition: all ease .25s;
    cursor: pointer;
}


#menu-button:hover {
    background: #dbdbdb;
}

#menu-button .icon {
    margin: 0;
}

/* The side navigation menu */
.nav-items {
    width: 250px;
    transform: translate(-250px); /* sliding animation */
    position: fixed; /* Stay in place */
    z-index: 6; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    height: 100%;
}
.sidenav {
    height: calc(100% - 51px); /* 100% Full-height, minus the height of the menu icon bar. can't see all of menu items if they go off screen otherwise. */
    background-color: #f9f9f9;
    overflow: auto; /* allow scrolling if there are more items than fit in the viewport*/
    padding: 0; 
    margin: 0;
    margin-top: 51px; /* room for the menu icon */
    list-style-type: none;
    border-top: 1px solid #ddd;
}


.nav-items.opened {
    transform: translate(0px);
}

/*this css is for accessibility. hides the navigation items from screen readers when they are not visible. */
.nav-items {
    visibility: hidden;
}
/*allow screen readers to read links when the nav drawer is opened*/
.nav-items.opened  {
    visibility: visible;
}

/* The navigation menu links */
.sidenav li {
    margin: 0;
    padding: 0;
}

    .sidenav li .nav-link {
        padding: 1rem 1.25rem 1rem 3rem;
        display: block;
        position: relative;
        color: #000;
        font-size: 1rem;
        background: transparent;
        border: none;
        box-shadow: none;
        border-top: 1px solid #ddd;
        width: 100%;
        outline: 0;
        text-align: left;
        text-decoration: underline;
        cursor: pointer;
    }

.sidenav li:first-of-type .nav-link {
    border-top: 0;
}

.sidenav li:last-of-type .nav-link {
    border-bottom: 1px solid #ddd;
}

.sidenav li .nav-link.active {
    background: rgba(0,0,0,.2);
}

.sidenav li .nav-link.disabled {
    cursor: default;
    color: #888;
    text-decoration: none;
}

.sidenav li .nav-link:hover, .sidenav li .nav-link:focus {
    text-decoration: none;
    background: rgba(0,0,0, .1);
}

.sidenav li .nav-link.disabled:hover, .sidenav li .nav-link.disabled:focus {
    text-decoration: none;
    background: transparent;
    cursor: default;
}

.sidenav li .nav-link.active:hover {
    text-decoration: underline;
    background: rgba(0,0,0,.2);
    cursor: pointer;
}

/* menu item circles */
.sidenav li .nav-link:before {
    content: '';
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid #0367B7;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 1rem;
    margin: auto;
    background: transparent;
}

.sidenav li .nav-link.visited:before {
    background: #0367b7;
}

.sidenav li .nav-link.disabled:before {
    border-color: #808080;
}
/*error styling for nav links*/
.sidenav li .nav-link.link-error {
    /*background: red !important;*/
    background: #FFE4E4;
}

.sidenav li .nav-link.link-error.active {
    background: #ffbfbf;
}

.sidenav li .nav-link.link-error:hover {
    /*background: red !important;*/
    background: #FFD1D1;
}

.sidenav li .nav-link.link-error:before {
    content: '\00D7';
    color: #D60000;
    font-size: 2.5rem;
    border: 0;
    line-height: .55;
    background: none;
}

.sidenav li .nav-link.link-error.active {
    background: #ffbfbf;
}

#main {
    transition: all ease .5s;    
}

/*need padding here to make room for menu icon*/
.page-content {
    padding: 1rem 2rem 0rem;
    margin-left: 0px;
    width: 100%;
    max-width: 1440px;
}

/*remove padding when sliding drawer is open so form spacing isnt wonky*/
.page-content.slide.open {
    margin-left: 250px;
    padding: 1rem 1rem 0rem;
}

/* translucent grey background for overlay drawer. negative zindex required to ensure invisible overlay does not overlap other elements and prevent interaction.*/
.page-content::before {
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    z-index:-1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    transition: all ease .5s;
    opacity: 0;
}

.page-content.overlay.open:before {
   opacity: 1;
   z-index: 5;
   transition: all ease .5s;
}

.hide {
  display:none;
}

/* navigation specific media queries */
@media screen and (max-width: 767px) {
    .page-content {
        padding: 3.5rem 0 0;
    }
    #navigation-container {
        position: fixed;
        width: 100%;
        height: 51px;
        z-index: 9;
        transition: top 0.3s;
        background: #fff;
        border-bottom: 1px solid #ddd;
    }

    .sidenav {
        border-top: 0;
    }
}

.rankLabel {
    padding: 10px;
    text-align: left;
}
.replicant-control {
    margin-top: 1rem;
}

.replicant-control .headerTextWrapper {
    margin-top: .5rem;
}

.replicant-control .replicant-break {
    margin-top: 1rem;
}

.replicant-control button {
    border: 1px solid #ddd;
    transition: all .25s ease;
    margin-top: 1rem;
}

.replicant-control button:hover, .replicant-control button:focus {
    border-color: #000;
}

/*margin bottom to move add button further away from remove button + select*/
.replicant-control .inputsWrapper {
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
}

.replicant-control .replicant-spinner {
    font-size: 50px;
}
.signature-container {
    border: 2px solid #000; /* Border around the container */
    width: 100%; /* Adjusts to full width of the parent container */
    max-width: 600px; /* Optional: Limits the maximum width */
    aspect-ratio: 2 / 1; /* Maintains a 2:1 width-to-height ratio */
    position: relative;
}

.signature-canvas {
    width: 100%; /* Ensures the canvas matches the container's width */
    height: 100%; /* Ensures the canvas matches the container's height */
    display: block; /* Removes unwanted spacing in inline-block elements */
    background-color: #fff; /* White background for better visibility */
}

.signature-clear-button {
    margin-top: 10px;
}

.signature-container::after {
    content: '';
    position: absolute;
    bottom: 30px; /* Adjust the distance from the bottom */
    left: 10px;
    right: 10px;
    height: 1px;
    background-color: #aaa; /* Light gray line */
}

.greyedOut { }

.selslider { }

.slider {
    -webkit-appearance: none;
    -webkit-transition: .2s;
    background: #d3d3d3;
    border-radius: 5px;
    height: 15px;
    outline: none;
    width: 90%;
}

.numericSlider {
    -webkit-appearance: none;
    -webkit-transition: .2s;
    background: #d3d3d3;
    border-radius: 5px;
    height: 15px;
    outline: none;
    width: 90%;
    
}

.sliderWrapper {
    padding-top: 15px;
}

.slider::-moz-range-thumb {
    background: #588DE3;
    border-radius: 50%;
    cursor: pointer;
    height: 25px;
    width: 25px;
}

.slider::-ms-fill-lower { background: #588DE3; }

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: #588DE3;
    border-radius: 50%;
    cursor: pointer;
    height: 25px;
    width: 25px;
}

.sliderLabelGroup {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
}

.sliderLabelGroup div {
    align-items: center;
    display: flex;
    float: left;
    justify-content: center;
    overflow: visible;
    text-align: center;
    word-break: break-word;
    width: 100%;
    margin-right: 1rem;
}

.sliderLabelGroup div:last-child {
    margin-right: 0;
}
    /*.sliderLabelGroup div:first-child {
    justify-content: flex-start;
    margin-right: 10px;
}

.sliderLabelGroup div:last-child {
    justify-content: flex-end;
    margin-left: 10px;
}
*/
    .sliderNotUsed {
        opacity: .5;
    }

.sliderNotUsed::-moz-range-thumb { opacity: .5; }

.sliderNotUsed::-webkit-slider-thumb { opacity: .5; }

.sliderNum {
    display: flex;
    justify-content: center;
    width: 100%;
}

.sliderWrapper { text-align: center; }

.sliderLabelContainer {
    position:inherit;
    width: 100px;
    text-align: left;
}
@media screen and (max-width: 768px) {
    .sliderLabelContainer {
        width: 70px;
    }
}
.timedropwrapper {
    display: flex;
    /*justify-content: space-between;*/
}
.timedropwrapper .select {
    padding-right: 10px;
}

#video
{
    border: 1px solid black;
    box-shadow: 2px 2px 3px black;
    width: 320px;
    height: 240px;
}

.webcam-photo {
    border: 1px solid black;
    box-shadow: 2px 2px 3px black;
    width: 320px;
    height: 240px;
}

.photo-container {
    position: relative;
    display: inline-block;
}

.webcam-canvas {
    display: none;
}

.webcam-camera {
    width: 340px;
    display: inline-block;
}

.webcam-output {
    width: 340px;
    display: inline-block;
    vertical-align: top;
}

.picture-button {
    display: block;
    border: 1px solid #ddd;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
}

.picture-button:hover {
    border-color: #000;
}

.webcam-output .photo-container .webcamSpinner, .webcam-output .photo-container .webcam-countdown {
    position: absolute;
    color: lightslategray;
    width: 95%;
    height: 95%;
}


.webcamSpinner, .webcam-countdown {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3em; /* Adjust the size of the spinner */
}

@media screen and (max-width: 767px) {
    /*.banner { height: 90px; }*/

    .btnGroup {
        padding-top: 20px;
    }

    .datetimepicker-wrapper {
        margin: 0
    }

    .inputWrapper, .taWrapper {
        min-width: 100% !important
    }

    .imageWrapper {
        min-width: 100% !important
    }

    .inputsWrapper {
        width: 100%;
    }



    .reactive {
        margin: 0;
    }

    /* .singleIn { */
    /*     width: 100% !important; */
    /* } */



    .translator {
        margin-left: 0;
    }

    .titlebar .titlebar-content {
        display: block;
        text-align: center;
    }

    .titlebar-content .appTitle {
        margin-bottom: .75rem;
    }
    .helpDialog {
        min-width: 100%;
        max-width: 300px;
        margin: auto;
    }
    .helpWrapper,
    .helpLabel {
        float: initial;
    }
    #helpDialogContext {
        font-size: .9rem;
    }
    .prefix {
        text-align: left;
    }
}

@media(min-width: 2000px) {

    .page-content {
        padding: 1rem 0 0 0 !important;
    }

        .page-content.slide.open {
            margin-left: 0 !important;
            padding: 1rem 0 0 0 !important;
        }
}
