
* { 
    -webkit-font-smoothing: antialiased;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-appearance: none;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    appearance: none;
    font-family: "Noto Sans", sans-serif !important;
    /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans" !important;*/
    /*font-weight: 400;*/
    text-rendering: optimizeLegibility;
    line-height: 1.5;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}

*:disabled, *[aria-disabled="true"] {
    pointer-events: none;
}

html, body, form, fieldset, table, tr, td, img {
    font-size: 16px;
}

input, button, select, textarea, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    background-color: inherit;
    color: inherit;
}

html {
    overflow: hidden;
    height: 100%;
}

textarea, input[type=text], input[type=list], input[type=number] {
    user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    -o-user-select: text;
}

html, body, input, button, select, option, textarea {
    vertical-align:top;
    margin: 0;
    padding: 0;
    /*color: black; #1d3850;*/
    /*font-family: 'Noto Sans', sans-serif;*/
}

body {
    /*font-size: 16px;*/
    font-weight: 400;
    overflow: hidden;
    height: 100%;
    /*background-color: white;*/
}

input, button, select, option, textarea {
    /*background-color: white;*/
    /*font-size: 100%;*/
    padding: 4px 8px;
    touch-action: manipulation;
    outline: none;
}

table {
    border-style: double;
    border-color: /*blue70*/#1d5bbf;
    border-width: 3px;
    padding: 0;
    margin: 0 0 16px 0;
    border-collapse: collapse;
}

thead th {
    text-align: center;
}

th {
    font-weight: bold;
    border: 1.5px solid /*blue70*/#1d5bbf;
    padding: 16px;
    vertical-align: top;
}

td {
    border: 1.5px solid /*blue70*/#1d5bbf;
    padding: 16px;
    overflow: auto;
}

.break-word {
    word-wrap: break-word;
    word-wrap: anywhere;
    overflow-wrap: break-word;
    overflow-wrap: anywhere;
    /*-ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;*/
    /*-ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;*/
}

/* Adjust font size based on device type */
/*
@media (max-width: 800px) and (min-resolution: 120dpi) {
    * {
        font-size: 12px !important;
    }
}
*/

/*
:not(textarea), :not(input[type=text, type=list, type=number]) {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
*/

::-moz-focus-inner {
    border: 0 !important;
    padding: 0 !important;
}

svg {
    height: 1em;
    width: 1em;
    display: inline-block;
    margin: 0;
    /*fill: white;
    color: white;*/
}

p {
    margin: 0 0 8px 0;
}

/*
sup {
    vertical-align: super;
    font-size: smaller;
    line-height: normal;
}

sub {
    vertical-align: sub;
    font-size: smaller;
    line-height: normal;
}

small {
    font-size: 1.2rem;
}

strong {
    font-weight: 700;
}
*/

/*select:-moz-focusring {
    color: transparent !important;
    text-shadow: 0 0 0 #000 !important;
}*/

/*b {
    font-weight: 700;
}*/

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.logo-panel {
    /*flex: 0 0 auto;*/
    width: 100%;
    margin-bottom: 32px;
    /*margin-left: auto;
    margin-right: auto;*/
    text-align: center;
    padding: 0;
    -webkit-overflow-scrolling: auto;
}

.choose-instructions {
    margin-bottom: 32px;
    text-align: left;
}

.logo {
    max-width: 50vw;
    max-height: 25vh;
    object-fit: scale-down;
}

.client-logo {
    width: 100%;
    height: 100%;
    max-height: 100px;
    object-fit: scale-down;
}

.debug-log {
    color: darkblue;
}

.error-log {
    color: darkred;
}

.worker-log {
    color: darkgreen;
}

#content {
    height: 100%;
}

.content-panel {
    display: flex;
    flex-flow: column;
    align-items: stretch;
    align-content: stretch;
    overflow: hidden;
    height: 100%;
    /*left: 0;
    top: 0;*/
}

.login-heading {
    display: block;
    font-size: 28px;
    text-align: center;
    margin-bottom: 16px;
}

.login-panel {
    /*background-color: white;*/
    /*color: black;*/
    text-align: center;  
    /*border: 2px groove rgba(255, 255, 255, 0.3);*/
    /*box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5) inset;*/
    border-radius: 5px;
    width: auto;
    min-width: 45%;
    max-width: 80%;
    padding: 48px;
    margin-bottom: 48px;
    margin-top: 48px;
    display: block;
    display: flex;
    flex-flow: column;
    align-items: stretch;
    flex: 0 0 auto;
    overflow: hidden;
}

.app-version {
    /*float: right;*/
    text-align: right;
    margin-right: 4px;
}

.app-bar {
    background-color: black;
    color: white;
    margin: 0;
    padding: 0 8px 0 8px;
    display: flex;
    flex: 0 0 auto;
    justify-content: space-between;
    line-height: 0;
}

.app-space {
    flex: 1 0 0px;
}

.tool-bar-vbox {
    display: flex;
    flex-flow: column;
    align-items: stretch;
    justify-content: flex-start;
}

.tool-bar-hbox { 
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.status-bar {
    padding: 0 1px 0 1px;
    margin: 0;
    display: inline-flex;
    flex-flow: row wrap;
    align-items: center;
    overflow-x: visible;
    flex: 0 0 auto;
}

.message-container {
    position: relative;
}

.message-hidden {
    display: none;
}

.message-warning {
    background-color: /*amber400*/#ffca28;
    color: black;
    padding: 8px 16px 8px 16px;
    margin: 0; 
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.sub-control {
    padding: 0 2px 0 0;
    margin: 0; 
    display: flex;
    flex-flow: column;
    align-items: stretch;
    justify-content: flex-start;
}

.sub-control-bar {
    padding: 0;
    margin: 0; 
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.device-bar {
    margin: 16px 2px 0 2px;
    padding: 0 8px 0 8px;
    width: 100%;
    font-size: 12px;
}

.meeting-bar {
    padding: 0 2px 0 0;
    margin: 0; 
    display: flex;
    flex-flow: row; /*wrap;*/
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
}

.video-tile {
    margin: 0 0 2px 2px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    flex: 0 1 auto;
    min-width: 0;
}

.video-element {
    display: block;
    flex: 1 1 0;
    object-fit: scale-down;
}

.video-caption {
    text-align: center;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 2px 0 2px 2px; 
    flex: 0 1 auto;
}

.call-timer-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.call-timer {
    padding: 8px 8px 0 8px;
    /*font-size: 16px;*/
    text-align: center;
}

.call-timer-caption {
    padding: 4px 8px 8px 8px;
    font-size: 12px;
    text-align: center;
}

.calculator-hidden {
    display: none;
}

.calculator-bar {
    padding: 0 16px 8px 16px;
    margin: 0; 
    display: flex;
    flex-direction: row;

    align-items: stretch;
    justify-content: flex-end;
}

.calc-text {
    padding: 0 16px 0 16px;
    margin: 0;
    border-width: 1.5px;
    border-style: solid;
    /*border: 1.5px solid white;*/
    border-radius: 3px;
    text-align: right;
    flex: 1 0 auto;
}

.calc-button {
    display: inline-block;
    padding: 0;
    margin: 0;
    border-width: 1.5px;
    border-style: solid;
    /*border: 1.5px solid white;*/
    border-radius: 3px;
    box-shadow: none;
    text-shadow: none;
    flex: 0 0 auto;
    min-width: 48px;
    min-height: 48px;
}

/*
.no-touch .calc-button:hover {
    background-color: blue90 #103570;
}
*/

.h-panel {
    flex: 1;
    flex-flow: row;
    align-items: stretch;
    overflow: hidden;
    display: flex;
}

.review-panel {
    display: block;
    flex: 0 0 auto;
    margin-top: 16px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.review-panel-inner {
    display: block;
    padding: 1px 0;
    box-sizing: content-box;
    min-height: 100%;
}

.review-heading {
    padding: 8px 16px;
    margin: 0;
    /*border-bottom: 1px solid #42a5f5; blue400*/
    -webkit-overflow-scrolling: auto;
}

.question-review,
.empty-saved-locally,
.empty-saved-remotely {
    /*background-color: transparent;*/
    padding: 8px;
    margin-top: 1px;
    /*border-bottom-width: 1px;
    border-bottom-style: solid;*/
    /*border-bottom: 1px solid grey;*/
    -webkit-overflow-scrolling: auto;
}

/*
.no-touch .question-review:hover, .question-review[aria-pressed="true"],
.no-touch .empty-saved-locally:hover, .empty-saved-locally[aria-pressed="true"],
.no-touch .empty-saved-remotely:hover, .empty-saved-remotely[aria-pressed="true"] {
    background-color: #eeeeee;
    cursor: pointer;
}
*/

/*
    background-color: yellow;
    padding: 8px;
    border-bottom: 1px solid grey;
}

.no-touch .empty-saved-locally:hover {
    background-color: #cc9a00 !important;
    cursor: cell;
}
*/

.question-saved-locally {
    background-color: /*amber400*/#ffca28;
    padding: 8px;
    border-bottom: 1px solid grey;
    -webkit-overflow-scrolling: auto;
}

.no-touch .question-saved-locally:hover, .question-saved-locally[aria-pressed="true"] {
    background-color: #cc9a00 !important;
    cursor: pointer;
}

.question-saved-remotely {
    background-color: /*blue400*/#42a5f5;
    padding: 8px;
    border-bottom: 1px solid grey;
    -webkit-overflow-scrolling: auto;
}

.no-touch .question-saved-remotely:hover, .question-saved-remotely[aria-pressed="true"] {
    background-color: #0f72c3 !important;
    cursor: pointer;
}

.question-review-selected {
    background-color: /*blue80*/#114599;
    color: /*white*/#ffffff;
    padding: 8px;
    border-bottom: 1px solid grey;
    -webkit-overflow-scrolling: auto;
    /*margin-right: 16px;*/ 
}

.no-touch .question-review-selected:hover, .question-review-selected[aria-pressed="true"] {
    background-color: /*blue90*/#103570;
    cursor: pointer;
}
    
/* Exam Login */

.exam-group {
    display: flex;
    flex-direction: column;
}

.exam-choice {
    /*border: 0px !important;
    border-radius: 5px 5px 5px 5px !important;
    border-width: 1px 1px 1px 1px !important;*/
    text-align-last: center;
    /*background: url('arrow-down.png') no-repeat right !important;*/
    margin: 0 !important;
    width: 100%;
    padding-right: 48px !important;
    /*box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5) !important;*/
}

.exam-text-group {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    /*background-color: white;*/
    padding: 0 16px 0 16px;
}

.exam-label {
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    color: black;
    /*font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-rendering: optimizeLegibility;*/
}

.exam-pin {
    flex-grow: 1;
    border-color: #ccc !important;
    border-radius: 0 0 0 0 !important;
    border-width: 0 0 1.5px 0 !important;
    margin: 8px 0 8px 8px !important;
    padding: 0 0 2px 0 !important;
}

.exam-cid {
    flex-grow: 1;
    border-color: #ccc !important;
    border-radius: 0 0 0 0 !important;
    border-width: 0 0 1.5px 0 !important;
    margin: 8px 0 8px 8px !important;
    padding: 0 0 2px 0 !important;
}

.exam-error {
    border-color: /*red70*/#b80d0d !important;
    border-width: 0 0 1.5px 0 !important;
}

.exam-error-text {
    color: /*red70*/#b80d0d;
    height: 24px;
}

.exam-back {
    flex-grow: 1;
    border-radius: 5px 5px 5px 5px !important;
    /*border-width: 0 1px 1px 1px !important;*/
    border-width: 0px !important;
    margin: 0;
    margin-top: 16px; 
    width: 100%;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5) !important;
    background-color: /*red70*/#b80d0d;
}

.exam-go {
    flex-grow: 1;
    border-radius: 5px 5px 5px 5px !important;
    /*border-width: 0 1px 1px 1px !important;*/
    border-width: 1.5px;
    margin: 0;
    margin-top: 16px !important; 
    width: 100%;
    /*box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5) !important;*/
    border-width: 1.5px;
    border-style: solid;
}

/* Navigation */

.flat-button-light {
    border: 0;
    border-radius: 2px;
    margin: 0 8px 8px 0;
    padding: 6px 16px 6px 16px;
    font-weight: 700;
    min-width: 48px;
    min-height: 48px;
    color: rgba(13, 71, 161, 1.0);
    background-color: transparent;
}

.no-touch .flat-button-light:hover {
    background-color: rgba(13, 71, 161, 0.12);
}

.flat-button-light:active {
    background-color: rgba(13, 71, 161, 0.40) !important;
}

.flat-button-light:disabled {
    color: rgba(13, 71, 161, 0.26);
}

.flat-button-dark {
    border: 0;
    border-radius: 2px;
    border: 1.5px solid transparent;
    margin: 0 8px 8px 0;
    padding: 6px 16px 6px 16px;
    font-weight: 700;
    min-width: 48px;
    min-height: 48px;
    color: rgba(255, 255, 255, 1.0);
    background-color: transparent;
}

.no-touch .flat-button-dark:hover {
    background-color: rgba(255, 255, 255, 0.12);
    cursor: pointer;
}

.flat-button-dark:active {
    background-color: rgba(255, 255, 255, 0.25) !important;
}

.flat-button-dark:disabled {
    color: rgba(255, 255, 255, 0.30);
}

.flat-button-dark:focus {
    border-color: white;
}

.info-button {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 32px;
}

.info-panel {
    position: absolute;
    bottom: 0;
    right: 0;
    /*background-color: white;*/
    border-radius: 2px;
    border: 0;
    margin: 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.7);
    z-index: 99;
    padding-top: 8px;
    padding-left: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.info-text {
    color: black;
}

.navigation-panel {
    display: block;
    float: right;
    min-height: min-content;
}

.application-name {
    /*display: inline-block;*/
    padding: 12px 0;
    /*font-size: 16px;*/
    flex: 0 0 auto;
    /*min-width: 0;
    white-space: nowrap;
    text-overflow: ellipsis;*/
    white-space: nowrap;
    overflow: hidden;
    line-height: 0;
}

.app-together {
    display: flex;
    flex: 1;
}
.app-button {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    border: none;
    border-radius: 3px;
    padding: 8px;
    margin: 4px 1px 4px 1px;
    /*width: fit-content;*/
    min-width: 48px;
    min-height: 48px;
    /*background-color: inherit;
    color: white;*/
}

.app-button-text {
    font-size: 12px;
}

/*
.no-touch .app-button:hover, .app-button:active {
    background-color: #103570; 
}
*/

.keyboard .app-button:focus {
    box-shadow: 0 0 0 2px white;
}

.app-button:disabled {
    opacity: 0.66;
    /*color: #b0b0b0;*/
}

.navbutton {
    border-width: 1.5px;
    border-style: solid;
    border-radius: 3px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 8px 16px;
    box-shadow: none;
    text-shadow: none;
    flex-shrink: 0;
    min-width: 48px;
    min-height: 48px;
}

.navigation {
    /*background-color: #49a7c0;*/
    background-color: /*blue80*/#114599;
    /*background-clip: padding-box;
    -webkit-background-clip: padding-box;
    border-color: transparent;*/
    border-color: white;
    border-width: 1.5px;
    border-style: solid;
    border-radius: 3px;
    color: white;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 8px 16px;
    box-shadow: none;
    text-shadow: none;
    flex-shrink: 0;
    min-width: 48px;
    min-height: 48px;
}

.navigation-primary {
    background-color: /*green70*/#056b2e;
    /*background-clip: padding-box;
    -webkit-background-clip: padding-box;
    border-color: transparent;*/
    border-color: white;
    border-width: 1.5px;
    border-style: solid;
    border-radius: 3px;
    color: white;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 8px 16px;
    box-shadow: none;
    text-shadow: none;
    flex-shrink: 0;
    min-width: 48px;
    min-height: 48px;
}

.navigation-warning {
    background-color: /*red70*/#b80d0d;
    /*background-clip: padding-box;
    -webkit-background-clip: padding-box;
    border-color: transparent;*/
    border-color: white;
    border-width: 1.5px;
    border-style: solid;
    border-radius: 3px;
    color: white;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 8px 16px;
    box-shadow: none;
    text-shadow: none;
    flex-shrink: 0;
    min-width: 48px;
    min-height: 48px;
}

.nav-pad-left {
    margin-left: 4px;
}

.nav-pad-right {
    margin-right: 4px;
}

.navigation-text {
    /*background-color: white;*/
    border-color: white;
    border-width: 1.5px;
    border-style: solid;
    /*border-radius: 3px;*/
    color: black;
    margin: 4px 0 4px 8px;
    padding: 8px 16px;
    box-shadow: none;
    text-shadow: none;
}

.error {
    background-color: /*red90*/#661414;
    color: white;
}

/*.navigation:-moz-focusring {
    color: transparent !important;
    text-shadow: 0 0 0 white !important;
}*/

.no-touch .navigation:hover {
    /*background-color: #37899f;*/
    /*background-color: #103570;*/
    border-color: #ddd;
    cursor: pointer;
    /*color: transparent;
    text-shadow: 0 0 0 #ddd;*/
}

.no-touch .navigation-primary:hover {
    background-color: /*green90*/#09401f;
    cursor: pointer;
}

.no-touch .navigation-warning:hover {
    background-color: /*red90*/#661414;
    cursor: pointer;
}

.navigation:disabled {
    color: #ddd;
    border-color: #ddd;
    border-style: dashed;
}

.navigation-primary:disabled {
    color: #ddd;
    border-color: #ddd;
    border-style: dashed;
}

.navigation-warning:disabled {
    color: #ddd;
    border-color: #ddd;
    border-style: dashed;
}

.keyboard .navigation:focus {
    box-shadow: 0 0 0 2px white;
}

.keyboard .navigation-primary:focus {
    box-shadow: 0 0 0 2px white;
}

.keyboard .navigation-warning:focus {
    box-shadow: 0 0 0 2px white;
}

.view {
    display:block;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    padding-top: 8px;
}



/*@media screen and (orientation:landscape) {*/
@media all and (min-aspect-ratio:12/9) {
    .exam-panel {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        overflow: hidden;
        margin-top: 16px;
    }

    .qna-panel {
        display: flex;
        flex-flow: row;
        align-items: stretch;
        width: 100%;
        flex: 1;
        overflow-y: hidden;
    }
    
    .question {
        display: block;
        margin: 0;
        padding: 0;
        flex: 1 0 60%;
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }
    
    .question-inner {
        display: block;
        margin: 0;
        overflow: hidden;
        min-height: 100%;
        padding: 1px 0;
        box-sizing: content-box;
    }

    .answers {
        display: none;
        margin: 0;
        padding: 0;
        flex: 1 0 40%;
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch; 
    }

    .answers-inner {
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: stretch;
        margin: 0;
        overflow: hidden;
        min-height: 100%;
        padding: 1px 0;
        box-sizing: content-box;
    }

    .answer-panel {
        display: block;
        margin: 0;
        padding: 0;
        overflow: visible;
        -webkit-overflow-scrolling: auto;
    }

    .log-panel {
        /*position: absolute;
        top: 100vh;*/
        height: 100vh;
        background-color: white;
        width: 100%;
        overflow: auto;
        color: black;
    }
}

/*@media screen and (orientation:portrait) {*/
@media not all and (min-aspect-ratio:12/9) {
    .exam-panel {
        display: block;
        margin: 16px 0 0 0;
        padding: 0;
        flex: 1 1 auto;
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .qna-panel {
        display: block;
        margin: 0;
        overflow: hidden;
        min-height: 100%;
        padding: 1px 0 1px 0;
        box-sizing: content-box;
    }

    .question {
        display: block;
        margin: 0;
        padding: 0;
        overflow: hidden;
        -webkit-overflow-scrolling: auto;
    }

    .answers {
        display: block;
        margin: 0;
        padding: 0;
        overflow: visible;
        -webkit-overflow-scrolling: auto;
    }

    .answer-panel {
        display: block;
        margin: 0;
        padding: 0;
        overflow: visible;
    }

    .qna-panel::after {
        content: "";
        clear: both;
        display: table;
    }

    .log-panel {
        height: 100vh;
        width: 100%;
        overflow: auto;
        color: black;
    }
}

.lightbox-panel {
    position: relative;
    padding: 0 0 16px 0;
    margin: 0;
    display: none; /*flex*/
    /*flex-direction: column;
    align-content: stretch;
    justify-content: stretch;*/
    min-height: 48px;
    min-width: 48px;
    margin-bottom: 16px;
}

.lightbox-panel[aria-hidden="false"] {
    display: block;
}

.title {
    padding: 8px 16px;
    margin: 0 0 16px 0;
    border-left-width: 16px;
    font: inherit;
    border-left-style: solid;
    -webkit-overflow-scrolling: auto;
}

.answer-label-col > .viewer-panel {
    margin-left: -16px;
}

.answer-title {
    font: inherit;
    padding: 8px 16px;
    margin: 0 0 16px 0;
    border-left-width: 16px;
    border-left-style: solid;
    -webkit-overflow-scrolling: auto;
}

.stem {
    display: block;
    /*color: black;*/
    padding: 0;
    margin: 0 16px 16px 16px;
    overflow-y: hidden;
    overflow-x: auto;
    min-width: 48px;
}

.thumbs {
    display: block;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: auto;
}

.question-inner > .thumbs {
    margin-left: 16px;
}

.thumbs-hidden {
    display: none;
    -webkit-overflow-scrolling: auto;
}

.thumbnail {
    display: block;
    background-color: black;
    outline: none;
    margin-bottom: 8px;
}

.pvsa-top-label {
    overflow: visible;
    margin-left: 16px;
    /*margin-top: 16px;*/
    margin-bottom: 24px;
}

.pvsa-label {
    flex: 1 0 auto;
    overflow: hidden;
    margin-bottom: 8px;
    margin-left: 8px;
}

.pvsa-error {
    flex: 0 0 auto; /*7.2rem;*/
    /*color: red90 #661414;*/
    font-size: 14px;
    /*margin-bottom: 8px;*/
    margin-left: 8px;
}

.pvsa-pair {
    flex: 1 0 480px;
    overflow: visible;
    display: flex;
    flex-direction: row;
    margin-left: 8px;
    align-items: stretch;
}

.pvsa-small-item {
    flex: 1 0 240px;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    margin-left: 0;
    margin-bottom: 8px;
}

.pvsa-small-item + .pvsa-small-item {
    margin-left: 8px;
}

.pvsa-item {
    flex: 1 0 480px;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    margin-left: 8px;
    margin-bottom: 8px;
}

.pvsa-answer {
    flex: 0 0 auto;
    display: block;
    width: 100%;
    border-width: 1.5px;
    border-style: solid;
    /*border: 1.5px solid green70 #056b2e;*/
    border-radius: 5px;
    box-shadow: none;
    overflow: hidden;
    resize: none;
    margin-bottom: 16px;
    -webkit-user-select: text;
    user-select: text;
    /*rows: 1;*/
    font-weight: bold;
    min-width: 48px;
    min-height: 48px;
}

.pvsa-answer:disabled {
    border-style: dashed;
    /*border: 1.5px dashed green70 #056b2e;*/
}

/*
.pvsa-invalid, .pvsa-answer:invalid {
    flex: 0 0 auto;
    display: block;
    width: 100%;
    border: 1.5px solid red70 #b80d0d;
    border-radius: 5px;
    box-shadow: none;
    overflow: hidden;
    resize: none;
    margin-bottom: 16px;
    -webkit-user-select: text;
    font-weight: bold;
    background-color: rgba(255, 0, 0, 0.2);
    min-width: 48px;
    min-height: 48px;
}
*/

/*
.pvsa-answer:focus {
    box-shadow: 0 0 0 2px green70 #056b2e;
}
*/

/*
.pvsa-invalid:focus, .pvsa-answer:invalid:focus {
    box-shadow: 0 0 0 2px red70 #b80d0d;
}
*/

.answer-block {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.answer-item {
    display: block;
    padding: 16px 16px 0 0;
    /*border-top: 1px solid rgba(0, 0, 0, 0.4);*/
}

.answer-label-col-compact > .answer-item {
    padding: 0;
}

.answer-label-row > .answer-item {
    padding: 0 16px 0 0;
    flex: 1;
}

/*.answer-item:first-child {
    border-top: none;
}*/

.answer-label {
    overflow: visible;
}

.answer-label-row {
    overflow: visible;
    margin: 0;
    padding: 16px 0 16px 0;
    font-weight: normal;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: row;
}

/*
.answer-label-row:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.05);
}
*/

.answer-label-row:first-child {
    padding-top: 0;
}

.answer-label-panel {
    margin: 0 16px 0 0;
}

.answer-label-panel-compact {
    margin-bottom: -8px;
}

.answer-label-panel-compact > * {
    margin-bottom: 8px !important;
}

.answer-label-row > .answer-label-panel {
    flex: 1;
}

.answer-label-panel::after {
    content: "";
    clear: both;
    display: table;
}

.answer-label-id {
    flex: 0;
    margin-right: 8px;
}

.answer-label-col {
    flex: 1 0 0;
    min-width: 0;
}

.answer-label-col-compact {
    float: right;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 16px;
}

.answer-label-text {
    /*flex: 1;*/
    white-space: pre-line;
    display: inline;
}

.answer-label-row > .answer-label-text {
    margin: 0 16px 0 0;
}

.answer-label-notes {
    display: block;
    text-align: right;
    font-style: italic;
    margin-top: 8px;
}

.flag {
    /*
    background-color: transparent;
    border: 1.5px solid blue70 #1d5bbf;
    */
    border-width: 1.5px;
    border-style: solid;
    border-radius: 5px;
    /*color: black;*/
    margin: 0 0 0 16px;
    box-shadow: none;
    text-shadow: none;
    /*flex: 0 0 auto;*/
    min-width: 48px;
    min-height: 48px;
    overflow: hidden;
    display: block;
    /*align-items: center;
    justify-content: center;*/
}

.answer-label-panel > .flag {
    /*margin-bottom: 16px;*/
    float: right;
}

.answer-label-row > .flag {
    float: right;
    margin-left: 0;
    /*order: 999;
    margin-left: 0;
    margin-right: 16px;*/
}

.flag:disabled {
    opacity: 0.33;
}

/*
.no-touch .flag:hover {
    background-color: #cccccc;
}
*/

/*
.keyboard .flag:focus {
    box-shadow: 0 0 0 2px blue70 #1d5bbf;
}
*/

/*
.flag-selected {
    background-color: blue70 #1d5bbf;
    color: white;
    border: none;
    border-radius: 5px;
    margin: 0 0 16px 16px;
    box-shadow: none;
    text-shadow: none;
    flex: 0 0 auto;
    min-width: 48px;
    min-height: 48px;
    overflow: hidden;
    display: block;
    float: right;
}
*/

/*
.flag-selected:disabled {
    opacity: 0.3;
}
*/

/*
.no-touch .flag-selected:hover {
    background-color: blue90 #103570;
}
*/

/*
.keyboard .flag-selected:focus {
    border: 1.5px solid white;
    box-shadow: 0 0 0 2px blue70 #1d5bbf;
    border-width: 1.5px;
    border-style: solid;
}
*/

.short-answer {
    display: block;
    /*min-height: 4rem;*/
    width: 100%;
    border-width: 1.5px;
    border-style: solid;
    /*border: 1.5px solid green70 #056b2e;*/
    border-radius: 5px;
    overflow: hidden;
    resize: none;
    margin: 0;
    -webkit-user-select: text;
    user-select: text;
    font-weight: bold;
    background-color: transparent;
    min-width: 33vw;
    min-height: 48px;
}

.short-answer:disabled {
    border-style: dashed;
}

/*
.short-answer:focus {
    box-shadow: 0 0 0 2px green70 #056b2e;
}
*/

.long-answer {
    display: block;
    width: 100%;
    /*border: 1.5px solid green70 #056b2e;*/
    border-width: 1.5px;
    border-style: solid;
    border-radius: 5px;
    overflow: hidden;
    resize: none;
    margin: 0;
    -webkit-user-select: text;
    user-select: text;
    font-weight: bold;
    background-color: transparent;
    /*min-width: 33vw;*/
    min-height: 48px;
}

.long-answer:disabled {
    border-style: dashed;
}

/*
.long-answer:focus {
    box-shadow: 0 0 0 2px green70 #056b2e;
}
*/

.wordcount {
    text-align: right;
    font-style: italic;
}

.answer-dropdown {
    width: 100%;
    display: flex;
    align-items: stretch;
    border-width: 1px;
    border-style: solid;
    /*border: 1.5px solid green70 #056b2e;*/
    border-radius: 5px;
    overflow: hidden;
    min-width: 48px;
    min-height: 48px;
    outline: none;
}

/*
.keyboard .answer-dropdown:focus {
    box-shadow: 0 0 0 2px green70 #056b2e;
}
*/

.answer-dropdown[aria-disabled="true"] {
    border-style: dashed;
}

.answer-dropdown-selected {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 8px 16px; 
    font-weight: bold;
    min-width: 45px;
    min-height: 45px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: none;
}

.answer-dropdown-selected[aria-expanded="true"] {
    /*border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;*/
    display: none;
}

/*
.answer-dropdown-selected:disabled {
    opacity: 0.3;
}
*/


/*
.no-touch .answer-dropdown-selected:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
*/

.answer-dropdown-options {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    border: none;
}

.answer-dropdown-options[hidden] {
    display: none;
}

.answer-dropdown-item {
    border: none;
    width: 100%;
    /*display: flex;*/
    align-items: center;
    /*color: black;*/
    overflow: hidden;
    padding: 0;
    /*border-width: 1px;
    border-style: solid;*/
    /*border-top: 1px solid rgba(0, 0, 0, 0.4);*/
    min-width: 45px;
    min-height: 45px;
}

.answer-dropdown-item:disabled { /*[aria-disabled="true"] {*/
    opacity: 0.3;
}

/*
.answer-dropdown-options > .answer-dropdown-item:first-child {
    border-top-left-radius: 3.5px;
    border-top-right-radius: 3.5px;
}

.answer-dropdown-options > .answer-dropdown-item:last-child {
    border-bottom-left-radius: 3.5px;
    border-bottom-right-radius: 3.5px;
}
*/

/*.answer-dropdown-item:first-child {
    border-top: none;
}*/

/*
.no-touch .answer-dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
*/

/*
.answer-dropdown-highlight {
    width: 100%;
    display: table-row;
    align-items: center;
    color: white;
    background-color: green70 #056b2e;
    overflow: hidden;
    padding: 8px 16px;
    background-clip: padding-box;
    min-width: 45px;
    min-height: 45px;
}
*/

/*.answer-dropdown-highlight:first-child {
    border-top: none;
}*/

/*
.no-touch .answer-dropdown-highlight:hover {
    background-color: green90 #09401f;
}
*/

.option-name {
    display: table-cell;
    font-weight: bold;
    padding: 12px 16px;
    margin: 0;
    width: fit-content;
    /*white-space: nowrap;*/
}

.option-details {
    display: table-cell;
    margin-left: 16px;
    padding: 12px 16px 12px 0;
    margin: 0;
}

.sba-answer {
    width: 100%;
    display: block;
    border: 1.5px solid /*blue70*/#1d5bbf;
    /*
    margin: 8px 16px 16px 16px;
    */
    margin: 8px 16px 16px 0;
    overflow: hidden;
    resize: none;
    padding: 4px;
}

.sba-answer:disabled {
    border: 1.5px dashed /*blue70*/#1d5bbf;
    color: transparent;
}

.sba-answer:focus {
    box-shadow: 0 0 0 2px /*blue70*/#1d5bbf;
}

.sba-answer:focus:active {
    box-shadow: none;
}

.sba2-answer {
    margin: 0;
}

.sba-label {
    overflow: hidden;
}

.sba-disabled {
    display: flex;
    align-items: center;
    border: 1.5px dashed /*green70*/#056b2e;
    border-radius: 5px;
    padding: 8px;
    margin-bottom: 8px;
    min-width: 48px;
    min-height: 48px;
    overflow: hidden;
}

.sba-option-row {
    display: flex;
    direction: row;
}

.sba-option-del {
    /*border: 1.5px solid red70 #b80d0d;*/
    border-width: 1.5px;
    border-style: solid;
    border-radius: 5px;
    padding: 8px;
    margin-bottom: 8px;
    margin-left: 8px;
    min-width: 48px;
    min-height: 48px;
    overflow: hidden;
}

.sba-option-del:disabled {
    opacity: 0.3;
}

/*
.keyboard .sba-option-del:focus {
    box-shadow: 0 0 0 2px red70 #b80d0d;
}
*/

/*
.no-touch .sba-option-del:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
*/

/*
.sba-option-del[aria-pressed="true"] {
    border: 1.5px solid red70 #b80d0d;
    background-color: red70 #b80d0d;
    color: white;
}
*/

/*
.keyboard .sba-option-del[aria-pressed="true"]:focus {
    border: 1.5px solid white;
    box-shadow: 0 0 0 2px red70 #b80d0d;
}
*/

/*
.no-touch .sba-option-del[aria-pressed="true"]:hover {
    background-color: red90 #661414;
}
*/

.sba-option {
    display: flex;
    flex: 1;
    align-items: center;
    border-width: 1.5px;
    border-style: solid;
    /*border: 1.5px solid green70 #056b2e;*/
    border-radius: 5px;
    padding: 0px 8px;
    margin-bottom: 8px;
    min-width: 48px;
    min-height: 48px;
    overflow: hidden;
    /*align-items: baseline;*/
    text-align: left;
}

.sba-option.excluded:disabled {
    border-color: rgba(5, 107, 46, 0.3);
    text-decoration: line-through;
}

.sba-option.read-only:disabled {
    border-style: dashed;
}

/*
.keyboard .sba-option:focus {
    box-shadow: 0 0 0 2px green70 #056b2e;
}
*/

/*
.no-touch .sba-option:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
*/

.sba-option[aria-pressed="true"] {
    display: flex;
    flex: 1;
    /*background-color: green70 #056b2e;*/
    align-items: center;
    border: none;
    border-radius: 5px;
    padding: 0px 8px;
    /*color: white;*/
    font-weight: bold;
    margin-bottom: 8px;
    min-width: 48px;
    min-height: 48px;
    border-width: 1.5px;
    border-style: solid;
    /*border: 1.5px solid green70 #056b2e;*/
}

.sba-option[aria-pressed="true"].read-only:disabled {
    /* background: linear-gradient(45deg, transparent 25%, #056b2e 25%, #056b2e 50%, transparent 50%, transparent 75%, #056b2e 75%);
    background-size: 10px 10px;
    */
    border-style: dashed;
    /* border: 1.5px dashed white; */
}


/*
.keyboard .sba-option[aria-pressed="true"]:focus {
    border: 1.5px solid white;
    box-shadow: 0 0 0 2px green70 #056b2e;
}
*/

/*
.no-touch .sba-option[aria-pressed="true"]:hover {
    background-color: green90 #09401f;
}
*/

.cpq-row {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.cpq-option {
    display: flex;
    align-items: center;
    border-width: 1.5px;
    border-style: solid;
    /*border: 1.5px solid green70 #056b2e;*/
    border-radius: 5px;
    padding: 8px 16px;
    flex: 1;
    min-width: 48px;
    min-height: 48px;
    font-weight: bold;
}

/*
.cpq-option[aria-invalid="true"] {
    border: 1.5px solid bronze70 #8a4d03;
}
*/

.cpq-option[aria-disabled='true'] {
    border-style: dashed;
}

.cpq-reset-panel {
    display: block;
    text-align: right;
}

.cpq-button, .cpq-button:active {
    display: inline-block;
    /*background-color: green70 #056b2e;*/
    border-radius: 5px;
    border-width: 1.5px;
    border-style: solid;
    color: white;
    padding: 8px;
    box-shadow: none;
    text-shadow: none;
    min-width: 48px;
    min-height: 48px;
    flex: 0 0 auto;
    /*border: none;*/
    margin: 2px 0 2px 8px;
    text-align: center;
    text-align-last: center;
}

.cpq-button:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 white !important;
}

.cpq-button:disabled {
    opacity: 0.3;
}

/*
.no-touch .cpq-button:hover {
    background-color: green90 #09401f;
    cursor: pointer;
}
*/

/*
.keyboard .cpq-button:focus {
    border: 1.5px solid white;
    box-shadow: 0 0 0 2px green70 #056b2e;
}
*/

.cpq-button-warning, .cpq-button-warning:active {
    display: inline-block;
    background-color: /*bronze70*/#8a4d03;
    border-radius: 5px;
    color: white;
    padding: 8px;
    box-shadow: none;
    text-shadow: none;
    min-width: 48px;
    min-height: 48px;
    flex: 0 0 auto;
    /*border: none;*/
    margin: 2px 0 2px 8px;
    text-align: center;
    text-align-last: center;
}

.cpq-button-warning:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 white !important;
}

.cpq-button-warning:disabled {
    opacity: 0.3;
}

/*
.no-touch .cpq-button-warning:hover {
    background-color: bronze90 #4d0f2b;
    cursor: pointer;
}

.keyboard .cpq-button-warning:focus {
    border: 1.5px solid white;
    box-shadow: 0 0 0 2px bronze70 #8a4d03;
}
*/

.cpq-danger-button {
    display: inline-flex;
    align-items: center;
    /*background-color: red70 #b80d0d;*/
    border-radius: 5px;
    /*color: white;*/
    padding: 8px 16px;
    box-shadow: none;
    text-shadow: none;
    min-width: 48px;
    min-height: 48px;
    /*border: none;*/
    margin: 2px 0;
}

.cpq-danger-button:disabled {
    opacity: 0.3;
}

.no-touch .cpq-danger-button:hover {
    /*background-color: red90 #661414;*/
    cursor: pointer;
}

/*
.keyboard .cpq-danger-button:focus {
    border: 1.5px solid white;
    box-shadow: 0 0 0 2px red70 #b80d0d;
}
*/

.boolean-button {
    border-width: 1.5px;
    border-style: solid;
    border-radius: 5px;
    padding: 8px;
    margin-bottom: 0;
    margin-left: 8px;
    min-width: 48px;
    min-height: 48px;
    overflow: hidden;
}

.boolean-button:disabled {
    border-style: dashed;
}

.test {
    background-color: /*red70*/#b80d0d;
}

img {
    display: block;
    padding: 0;
    margin: auto;
}

.figure {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin: 0 16px 16px 0;
    padding: 0 16px 0 16px;
    border-width: 1.5px;
    border-style: solid;
    outline: none;
    /*background-color: rgba(0, 0, 0, 0.2);*/
    /*border: 1.5px solid #1d5bbf; blue70*/
}

.figure[aria-disabled='true'], .no-touch .figure[aria-disabled='true']:hover {
    opacity: 0.3;
}

.figure[hidden] {
    display: none;
}

/*
.keyboard .figure:focus {
    box-shadow: 0 0 0 2px blue70 #1d5bbf;
}
*/

/*
.no-touch .figure:not([aria-disabled]):hover, .no-touch .figure[aria-disabled='false']:hover {
    border: 1.5px solid #1d5bbf; blue70
    background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}
*/

.figure-open {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin: 0 16px 16px 0;
    padding: 0 16px 0 16px;
    background-color: /*blue400*/#42a5f5;
    border: 1.5px solid /*blue70*/#1d5bbf;
}

/*
.keyboard .figure-open:focus {
    box-shadow: 0 0 0 2px blue70 #1d5bbf;
}
*/

.figcaption {
    font-style: italic;
    text-align: center;
}

.figinfo {
    /*font-size: 12px;*/
    text-align: center;
}

.figure-buttons {
    display: flex;
    flex-flow: row;
    align-content: center;
    justify-content: space-between;
    width: 100%;
}

.figure-buttons > * {
    margin-bottom: 8px;
    margin-left: 8px;
}

.figure-buttons > *:first-child {
    margin-left: 0;
}

.figure-button {
    border-width: 1.5px;
    border-style: solid;
    border-radius: 5px;
    padding: 8px;
    min-width: 48px;
    min-height: 48px;
    overflow: hidden;
}

.figure-button:disabled {
    opacity: 0.3;
}

.welcome {
    /*background-color: blue80 #114599;*/
    height: 100vh;
    width: 100%;
    /*color: white;*/
    display: block;
    text-align: center;
    /*display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;*/
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /*will-change: transform;*/
    /*position: relative;*/
} 

.progress {
    font-size: 28px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    flex: 0 0 auto;
    -webkit-overflow-scrolling: auto;
}

.progress-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.progress-title {
    flex: 0 0 auto;
    display: block;
    font-size: 28px;
    text-align: center;
    margin-bottom: 16px;
}

.progress-subtext {
    flex: 0 0 auto;
    display: block;
    font-size: 14px;
    text-align: center;
    margin-bottom: 48px;
}

.progress-text {
    flex: 0 0 auto;
    /*width: 320px;
    height: 320px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 64px;
    /*position: relative;
    top: -320px;*/
}

.spinner { /*, .spinner:after {*/
    flex: 0 0 auto;
    display: block;
    border-radius: 50%;
    width: 320px;
    height: 320px;
}

/*
.spinner {
    border-top: 1.1rem solid rgba(255, 255, 255, 0.2);
    border-right: 1.1rem solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1rem solid rgba(255, 255, 255, 0.2);
    border-left: 1.1rem solid #ffffff;
    transform: rotate(0deg);
    animation: spin 1s linear infinite;
}
*/
 
/*
@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
*/

.choose-exam {
    display: block;
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center; 
    align-items: center;
    align-content: center;
    -webkit-overflow-scrolling: auto;
}

/* LOGOUT */

.logout-background {
    display: none;
    position: absolute;
    z-index: 999999;
    left: 0;
    top: 0;
    /*bottom: 0;*/
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
}

.shield {
    display: none;
    position: absolute;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
}

.logout-panel {
    display: none;
    margin: 15% auto;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    max-width: 80%;
}

.logout-title {
    border-radius: 5px 5px 0px 0px;
    /*font-size: 1.9rem;*/
    padding: 8px 48px;
    margin-bottom: 32px;
    /*border-bottom: 1px solid blue400 #42a5f5;
    background-color: blue70 #1d5bbf;
    color: white;*/
}

.logout-text {
    margin: 0 16px 32px 16px;
}

.logout-cancel {
    border-radius: 5px 5px 5px 5px !important;
    border-width: 0px !important;
    margin: 16px 8px 16px 16px !important;
    width: 320px !important;
    padding: 8px !important;
    /*box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5) !important;*/
}

.logout-okay {
    border-radius: 5px 5px 5px 5px !important;
    border-width: 0px !important;
    margin: 16px 16px 16px 8px !important;
    width: 320px !important;
    padding: 8px !important;
    /*box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5) !important;*/
    /*background-color: red900 #b71c1c !important;*/
}

.logout-okay:disabled {
    background-color: rgba(183, 28, 28, 0.3) !important;
}

.logout-buttons {
    padding: 0 0 0 16px;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: space-between;
}

.logout-buttons > * {
    margin: 0 16px 16px 0;
}

.logout-buttons > *:disabled {
    opacity: 0.3;
    /*border-style: solid;
    border-color: white;
    opacity: 0.3;
    color: #aaa;*/
}

.logout-buttons > .navigation:focus {
    border: 1.5px solid white;
    box-shadow: 0 0 0 2px /*blue80*/#114599;
}

.logout-buttons > .navigation-warning:focus {
    border: 1.5px solid white;
    box-shadow: 0 0 0 2px /*red70*/#b80d0d;
}

.logout-buttons > *:only-child {
    margin-left: auto;
}

label.modal {
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    color: #767676 !important;
    /*font-family: 'Lato', sans-serif;*/
    font-weight: 400;
    /*font-size: 16px;*/
    text-rendering: optimizeLegibility;
}

input.modal {
    flex-grow: 1;
    border-color: #ccc !important;
    border-radius: 0 0 0 0 !important;
    border-width: 0 0 1.5px 0 !important;
    margin: 8px 0 8px 8px !important;
    padding: 0 0 2px 0 !important;
}

.slider-label {
    margin: 0 8px;
}

.slider-canvas {
    height: 28px;
    border-radius: 3px;
    touch-action: none;
}

.tool-bar-vbox > .slider-canvas {
    margin: 0 8px 8px 8px;
}

.tool-bar-vbox > .slider-canvas:last-child {
    margin-bottom: 16px;
}

.icon-left {
    margin-right: 8px;
}
