﻿.index-logo {
    height: 100px;
    width: auto;
}
.spinner-text {
    width: 3rem;
    height: 3rem;
}
.spinner-logo {
    width: 200px !important;
    filter: brightness(0) invert(1);
}
.kiosk-number-input {
    font-size: 4rem;
    width: 100%;
}
.kiosk-code-input {
    font-size: 3rem;
    width: 100%;
}

/* Exam Room Styles */
.navbar-brand > img {
    width: auto;
    height: 45px;
}

.navbar button{
    max-height: 70px !important;
}

.nav-button img{
    max-height: 45px !important;
}

.nav-button span {
    font-size: .6rem;
}

.btn-sm {
    font-size: .825rem !important;
}

/* Exam Room Conference Section */

.container-expanded {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    height: 100% !important;
}

.card-header-tools {
    /*top: 2px;
    right: 6px;*/
    margin: -.45rem;
    font-size: 20px;
    color: #f1f1f1;
    cursor: pointer;
}

    .card-header-tools span.fa-stack i.fa-stack-2x {
        font-size: 1.5rem !important;
        margin-top: 3px;
    }

.btn-group-primary {
    color: #6c757d !important;
    background-color: #fff !important;
    box-shadow: none !important;
    outline: none !important;
}
.btn-group-primary-dark {
    box-shadow: none !important;
    outline: none !important;
}

    .btn-group-primary:focus {
        box-shadow: none !important;
        outline: none !important;
    }

.btn-group-secondary {
    color: #6c757d !important;
    background-color: #e3e3e3 !important;
    box-shadow: none !important;
    outline: none !important;
}

    .btn-group-secondary:focus {
        box-shadow: none !important;
        outline: none !important;
    }

.dropdown-toggle:empty::after {
    color: #6c757d !important;
}

video::-webkit-media-controls {
    display: none !important;
}

video::-webkit-media-controls-enclosure {
    display: none !important;
}

.fm-video {
    background-color: #000;
}

.localVideoNameContainer {
    transform: scale(-1,1);
}

.localVideoNameContainer, .remoteVideoNameContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    overflow: hidden;
    white-space: nowrap;
}

.localVideoName, .remoteVideoName {
    color: #fff;
    background-color: #000000;
    opacity: 0.7;
    font-size: 12px;
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
}

.localVideoAvatar, .remoteVideoAvatar {
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99998;
}

    .localVideoAvatar > img, .remoteVideoAvatar > img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.localVideoName.audioMuted, .remoteVideoName.audioMuted {
    background-color: #700a0a;
}

video.isJafo {
    border: none !important;
}

video.isCtrl {
    border: 2px solid #0bae0a !important;
}

#examConferenceVideoContainer {
    height: 430px;
}

#conferenceStartButton {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
}

#remoteVideo {
    background-color: fuchsia;
}

#localVideo {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 20%;
    height: auto;
    background-color: fuchsia;
}

.chat-content {
    height: 248px;
    overflow-x: hidden;
    overflow-y: auto;
    white-space: normal !important;
}

.chat-notify {
    animation: chatFrames 5s forwards linear normal;
}

@keyframes chatFrames {
    0% {
        color: rgb(220, 53, 69);
    }

    10% {
        color: #ffffff;
    }

    20% {
        color: rgb(220, 53, 69);
    }

    30% {
        color: #ffffff;
    }

    40% {
        color: rgb(220, 53, 69);
    }

    50% {
        color: #ffffff;
    }

    60% {
        color: rgb(220, 53, 69);
    }

    70% {
        color: #ffffff;
    }

    80% {
        color: rgb(220, 53, 69);
    }

    90% {
        color: #ffffff;
    }

    100% {
        color: #ffffff;
    }
}

/* exam controls */

.tasklist > div.nav-button {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-right: 2rem;
}

    .tasklist > div.nav-button > button > img {
        height: 50px;
        width: auto;
    }

    .tasklist > div.nav-button > button > span {
        font-size: 0.9vw;
        font-weight: 700;
        padding: 0;
        margin: 0;
        display: block;
        text-align: center;
        word-wrap: break-word;
        white-space: normal;
    }

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    .taskbar > .row > .col > button > span,
    .tasklist > div.nav-button > button > span {
        font-size: 0.9vw;
    }
}

@media (min-width: 1200px) {
    .taskbar > .row > .col > button > span,
    .tasklist > div.nav-button > button > span {
        font-size: 0.8vw;
    }
}

@media (min-width: 1300px) {
    .taskbar > .row > .col > button > span,
    .tasklist > div.nav-button > button > span {
        font-size: 0.7vw;
    }
}

@media (min-width: 1400px) {
    .taskbar > .row > .col > button > span,
    .tasklist > div.nav-button > button > span {
        font-size: 0.6vw;
    }
}

@media (min-width: 1800px) {
    .taskbar > .row > .col > button > span,
    .tasklist > div.nav-button > button > span {
        font-size: 0.5vw;
    }
}

@media (min-width: 2000px) {
    .taskbar > .row > .col > button > span,
    .tasklist > div.nav-button > button > span {
        font-size: 0.4vw;
    }
}

@media (min-width: 2200px) {
    .taskbar > .row > .col > button > span,
    .tasklist > div.nav-button > button > span {
        font-size: 0.3vw;
    }
}

.spinner-container{
    z-index: 99999 !important;
}

.navbar-collapse > .nav > a.nav-link {
    cursor: pointer;
}

    .navbar-collapse > .nav > a.nav-link.nav-hover {
        background-color: #dae0e5;
        border-color: #d3d9df;
    }

    .navbar-collapse > .nav > a.nav-link > img {
        width: 50px;
        height: auto;
        margin: -5px 15px 0 0;
    }

    .navbar-collapse > .nav > a.nav-link > span {
        font-size: 1.25em;
        font-weight: 700;
        padding-top: 5px;
        display: inline-block;
    }

.form-group {
    margin: 0 !important;
}

#infoToggle, #toolboxToggle, #chatToggle {
    margin: -.45rem;
    font-size: 36px;
    color: #f1f1f1;
    cursor: pointer;
}

.custom-switch {
    padding-left: 2.25rem;
    padding-bottom: 1rem;
}

.custom-control-label {
    padding-left: 2rem;
    padding-bottom: 0.1rem;
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    height: 2rem;
    width: 3.5rem;
    border-radius: 1rem;
}

.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(2rem - 4px);
    height: calc(2rem - 4px);
    border-radius: 2rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #02aff0 !important;
    background-color: #02aff0 !important;
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none;
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(1.5rem);
    transform: translateX(1.5rem);
}

.card-header > img {
    width: auto;
    height: 20px;
    margin-right: .5rem;
}

.card-body.info-body {
    height: auto;
    display: flex;
    padding: 10px !important;
}

.card-body.reading-body {
    position: relative;
    height: auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

    .card-body.reading-body > .reading-wizard {
        position: absolute;
        top: 10px;
        left: 40px;
        right: 40px;
        bottom: 10px;
        z-index: 598;
    }

        .card-body.reading-body > .reading-wizard .reading-wizard-step {
            width: 100%;
            height: 100%;
        }

            .card-body.reading-body > .reading-wizard .reading-wizard-step > .w-image {
                margin: 0 auto;
                width: 60%;
            }

            .card-body.reading-body > .reading-wizard .reading-wizard-step > .w-text {
                margin: 3rem 5rem !important;
                text-align: center;
            }

    .card-body.toolbox-body > div:first-child {
        width: 100%;
    }


.appVersion {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    height: auto;
}

    #appletArea > .card:first-child {
        height: 100%;
    }

    #appletArea .applet-message {
        padding: .25rem 1rem !important;
        font-weight: bold;
        text-align: center;
    }

        #appletArea .applet-message .is-warning {
            color: #dc3545;
        }

    #appletArea .applet-timer {
        padding: .25rem 1rem !important;
        font-weight: normal;
        text-align: center;
        color: #343a40;
    }
    #appletArea .applet-timer-dark {
        padding: .25rem 1rem !important;
        font-weight: normal;
        text-align: center;
        color: #ffffff;
    }

    #appletArea .applet-status {
        padding: .25rem 1rem !important;
        font-weight: bold;
        text-align: center;
    }

#appletTemperature .reading-body .reading-value {
    font-size: 7.5vw;
    font-weight: bold;
    color: #02aff0;
}

#appletTemperature .reading-body .reading-sign {
    font-size: 2.5vw;
    color: #6c757d;
}


#appletSpo2 .reading-body .reading-label {
    font-size: 3.0vw;
    color: #6c757d;
}

#appletSpo2 .reading-body .reading-value {
    font-size: 7.5vw;
    font-weight: bold;
    color: #02aff0;
}

#appletSpo2 .reading-body .reading-sign {
    font-size: 2.5vw;
    color: #6c757d;
}

#appletStethoscope #canvasStethoscopeMeter {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 501;
}

#toolboxStethoscope #buttonsStethoscope {
}

    #toolboxStethoscope #buttonsStethoscope > div > button > img {
        height: 80px;
        width: auto;
    }

    #toolboxStethoscope #buttonsStethoscope > div > button > span {
        font-size: 1.0vw;
        font-weight: 500;
        padding: 0;
        margin: 0;
        display: block;
        text-align: center;
    }

    #examMedWandVideoContainer > .embed-responsive {
        top: 0;
        left: 0;
        height: 100%;
    }

    #examMedWandVideoContainer > #remoteVideo {
        width: 100%;
        height: 100%;
    }


#appletEcg #canvasEcgStrip {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 500;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#appletEcg #canvasEcgOutput {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 501;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#divEcgView {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 502;
    overflow-x: auto;
    overflow-y: hidden;
    background-color: #ffffff;
    cursor: pointer;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    #appletEcg #divEcgView #canvasEcgView {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #appletEcg #divEcgView #canvasEcgEdit {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        margin: 0;
        padding: 0;
    }

.ecgViewer {
    margin: 0;
    padding: 0;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

    .ecgViewer > p {
        position: relative;
        padding: .25rem 1.25rem !important;
        margin: 0 !important;
        color: #02aff0 !important;
        background-color: rgba(0,0,0,.03);
        border-bottom: 1px solid rgba(0,0,0,.125);
        font-size: 1.2rem;
        font-weight: bold;
    }

        .ecgViewer > p > span {
            position: absolute;
            top: .25rem;
            right: 1.25rem;
            margin: 0;
            padding: 0;
        }

            .ecgViewer > p > span > i {
                cursor: pointer;
            }

    .ecgViewer > .ecgScroller {
        background-color: #ffffff;
        width: 100%;
        margin: 0;
        padding: 0;
        overflow-x: auto;
        overflow-y: hidden;
        cursor: pointer;
    }

        .ecgViewer > .ecgScroller > .ecgWrapper {
            margin: 0;
            padding: 0;
        }

        .ecgViewer > .ecgScroller > .ecgCanvas {
            margin: 0;
            padding: 0;
        }


#appletBloodPressure .reading-body .reading-label {
    font-size: 3.0vw;
    color: #6c757d;
}

#appletBloodPressure .reading-body .reading-value {
    font-size: 4.5vw;
    font-weight: bold;
    color: #02aff0;
}

#appletBloodPressure .reading-body .reading-sign {
    font-size: 2.5vw;
    color: #6c757d;
}

#appletWeightScale .reading-body .reading-label {
    font-size: 3.0vw;
    color: #6c757d;
}

#appletWeightScale .reading-body .reading-value {
    font-size: 7.5vw;
    font-weight: bold;
    color: #02aff0;
    line-height: 9.5vw !important;
}

#appletWeightScale .reading-body .reading-sign {
    font-size: 2.5vw;
    color: #6c757d;
}

#appletHeightScale .reading-body .reading-label {
    font-size: 3.0vw;
    color: #6c757d;
}

#appletHeightScale .reading-body .reading-value {
    font-size: 7.5vw;
    font-weight: bold;
    color: #02aff0;
    line-height: 9.5vw !important;
}

#appletHeightScale .reading-body .reading-sign {
    font-size: 2.5vw;
    color: #6c757d;
}

#appletGlucometer .reading-body .reading-label {
    font-size: 3.0vw;
    color: #6c757d;
}

#appletGlucometer .reading-body .reading-value {
    font-size: 7.5vw;
    font-weight: bold;
    color: #02aff0;
    line-height: 9.5vw !important;
}

#appletGlucometer .reading-body .reading-sign {
    font-size: 2.5vw;
    color: #6c757d;
}

#appletRespiratory .reading-body .reading-label {
    font-size: 3.0vw;
    color: #6c757d;
}

#appletRespiratory .reading-body .reading-value {
    font-size: 7.5vw;
    font-weight: bold;
    color: #02aff0;
    line-height: 9.5vw !important;
}

#appletRespiratory .reading-body .reading-sign {
    font-size: 2.5vw;
    color: #6c757d;
}

#appletSpirometer .reading-body .reading-label {
    font-size: 3.0vw;
    color: #6c757d;
}

#appletSpirometer .reading-body .reading-value {
    font-size: 4.5vw;
    font-weight: bold;
    color: #02aff0;
}

#appletSpirometer .reading-body .reading-sign {
    font-size: 2.5vw;
    color: #6c757d;
}

#appletPainLevel .reading-body .reading-label {
    font-size: 3.0vw;
    color: #6c757d;
}

#appletPainLevel .reading-body .reading-value {
    font-size: 7.5vw;
    font-weight: bold;
    color: #02aff0;
    line-height: 9.5vw !important;
}

#appletPainLevel .reading-body .reading-sign {
    font-size: 2.5vw;
    color: #6c757d;
}

#appletWaistSize .reading-body .reading-label {
    font-size: 3.0vw;
    color: #6c757d;
}

#appletWaistSize .reading-body .reading-value {
    font-size: 7.5vw;
    font-weight: bold;
    color: #02aff0;
    line-height: 9.5vw !important;
}

#appletWaistSize .reading-body .reading-sign {
    font-size: 2.5vw;
    color: #6c757d;
}

#appletGlucoseToleranceTest .reading-body .reading-label {
    font-size: 3.0vw;
    color: #6c757d;
}

#appletGlucoseToleranceTest .reading-body .reading-value {
    font-size: 7.5vw;
    font-weight: bold;
    color: #02aff0;
    line-height: 9.5vw !important;
}

#appletGlucoseToleranceTest .reading-body .reading-sign {
    font-size: 2.5vw;
    color: #6c757d;
}

#appletCholesterol .reading-body .reading-label {
    font-size: 3.0vw;
    color: #6c757d;
}

#appletCholesterol .reading-body .reading-value {
    font-size: 7.5vw;
    font-weight: bold;
    color: #02aff0;
    line-height: 9.5vw !important;
}

#appletCholesterol .reading-body .reading-sign {
    font-size: 2.5vw;
    color: #6c757d;
}


.card-body.summary-notes {
    height: 150px;
    width: 100%;
    padding: .5rem !important;
}

textarea.summary-notes {
    height: 100%;
    width: 100%;
    resize: none;
}

.card.sensor-single {
    width: 300px;
    display: inline-block;
}

    .card.sensor-single .card-body {
        /*height: 125px;*/
    }

    .card.sensor-single .card-subtitle > img {
        width: 50px;
        height: auto;
    }

    .card.sensor-single .label {
        font-size: 1.25rem;
        color: #6c757d;
        text-align: right;
    }

    .card.sensor-single .value {
        font-size: 1.5rem;
        color: #02aff0;
        text-align: center;
    }

    .card.sensor-single .sign {
        font-size: 1.25rem;
        color: #6c757d;
        text-align: left;
    }

.summary-readings .col-auto {
    min-width: 250px !important;
}

.summary-image {
    width: 100%;
    height: auto;
}

.summary-header-image {
    width: 50px;
    height: auto;
}

.summary-label {
    font-size: 3vw !important;
}

.summary-value {
    font-size: 3vw !important;
}

.summary-sign {
    font-size: 1vw !important;
}

.summary-warning {
    font-size: 1vw !important;
    padding: 1rem 1rem 1rem 2rem !important;
}

#summaryCamera div.card {
    width: 200px;
    display: inline-block;
    margin: .5rem 1rem .5rem .5rem;
}

    #summaryCamera div.card > img {
        cursor: pointer;
    }

    #summaryCamera div.card > div.card-body {
        text-align: center;
    }

        #summaryCamera div.card > div.card-body > button {
            width: 100%;
        }

@media (min-width: 576px) {
    .card-body.info-body {
        height: auto;
    }

    .card-body.reading-body {
        height: auto;
    }

    .card-body.toolbox-body {
        height: auto;
    }

    #appletSpo2 table {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .card-body.info-body {
        height: auto;
    }

    .card-body.reading-body {
        height: auto;
    }

    .card-body.toolbox-body {
        height: auto;
    }

    #appletSpo2 table {
        font-size: 3rem;
    }
}

@media (min-width: 992px) {
    .card-body.info-body {
        height: auto;
    }

    .card-body.reading-body {
        height: auto;
    }

    .card-body.toolbox-body {
        height: auto;
    }

    #appletSpo2 table {
        font-size: 4rem;
    }
}

@media (min-width: 1200px) {
    .card-body.info-body {
        height: auto;
    }

    .card-body.reading-body {
        height: 350px;
    }

    .card-body.toolbox-body {
        height: auto;
    }
    /*    #examContainer {
        height: 660px;
    }*/
    #appletArea {
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
        bottom: 0;
    }

    #appletOtherVitals .reading-body .row {
        line-height: 80px !important;
    }

    .reading-body .reading-label {
        font-size: 80px !important;
    }

    .reading-body .reading-value {
        font-size: 80px !important;
    }

    .reading-body .reading-sign {
        font-size: 60px !important;
    }
}

@media (min-width: 1700px) {
    .navbar-collapse > .row > .col > button > span {
        font-size: 8.5px;
    }
}

/* Stethoscope */
.filter-modes-card {
    overflow-y: auto;
}

    .filter-modes-card button > img {
        max-height: 70px;
    }

    .filter-modes-card button > span {
        display: block;
        font-size: .85rem;
    }

/* Camera */
.camera-card {
    background-color: #000 !important;
    position: relative;
    overflow: hidden !important;
}

    .camera-card .camera-video-full {
        background-color: #000 !important;
        position: absolute !important;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden !important;
    }

    .camera-card .camera-video-otoscope {
        background-color: #000 !important;
        position: absolute !important;
        top: 0;
        left: 0;
        right: 201px;
        bottom: 0;
        overflow: hidden !important;
    }

    .camera-card .camera-dpad {
        background-color: #000 !important;
        position: absolute !important;
        top: 0;
        width: 200px;
        right: 0;
        bottom: 0;
    }

    .camera-card .camera-video-full .camera-video {
        background-color: #000 !important;
        position: absolute !important;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden !important;
    }

        .camera-card .camera-video-full .camera-video .fm-video.fm-video-remote,
        .camera-card .camera-video-otoscope .camera-video .fm-video.fm-video-remote {
            background-color: #000 !important;
            width: 100%;
            height: 100%;
        }

    .camera-card .camera-video-otoscope .camera-video {
        background-color: #000 !important;
        position: absolute !important;
        overflow: hidden !important;
    }

        .camera-card .camera-video-otoscope .camera-video .fm-video video.flipped {
            -ms-transform: scale(-1, -1);
            -webkit-transform: scale(-1, -1);
            transform: scale(-1, -1);
        }

    .camera-card .camera-video-otoscope .camera-otoscope-mask1 {
        position: absolute !important;
        z-index: 100;
    }

    .camera-card .camera-video-otoscope .camera-otoscope-mask2 {
        position: absolute !important;
        z-index: 101;
    }


.btn-image {
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
}

.camera-card .camera-dpad table {
    border: none;
    margin: 0;
    padding: 0;
}

    .camera-card .camera-dpad table tr {
        border: none;
        margin: 0;
        padding: 0;
    }

        .camera-card .camera-dpad table tr td {
            border: none;
            margin: 0;
            padding: 0;
        }


.camera-modes-card {
    overflow-y: auto;
}

    .camera-modes-card button > img {
        max-height: 70px;
    }

    .camera-modes-card button > span {
        display: block;
        font-size: .85rem;
    }

.drop-panel {
    position: fixed;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: -1;
    transition: height 500ms ease;
    -moz-transition: height 500ms ease;
    -o-transition: height 500ms ease;
    -webkit-transition: height 500ms ease;
    display: none;
}

    .drop-panel.drop-sensors {
        top: 75px;
        left: 75px;
    }

    .drop-panel.drop {
        display: block;
        z-index: 1055;
    }

    .drop-panel > .card-body {
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        bottom: 50px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .drop-panel > .card-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

.icon-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 100;
}

.viewerDermatoscope {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 100%;
}

.viewerOtoscopePro {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 100%;
}

.viewerOtoscope {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 100%;
}

#medWandVideoOverlay{
    top: 0;
    left: 0;
}

.help-container {
    background: transparent;
    position: absolute;
    top: 50px;
    left: 16px;
    width: 25px;
    bottom: 87px;
    z-index: 599;
    transition-duration: 0.15s;
}

    .help-container.expand {
        top: 50px;
        left: 16px;
        width: 400px;
        bottom: 87px;
    }

    .help-container .help-container-shadow {
        display: none;
    }

    .help-container.expand .help-container-shadow {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 5px;
        bottom: 0;
        background-color: rgba(0,0,0,.5);
    }

    .help-container > .help-container-tab {
        position: absolute;
        top: 5px;
        right: -5px;
        width: 30px;
        height: 30px;
        border-top-right-radius: 6px !important;
        border-bottom-right-radius: 6px !important;
        background-color: #02aff0;
        color: #ffffff;
        cursor: pointer;
    }

    .help-container > .help-container-content {
        position: absolute;
        top: 0;
        left: 0;
        right: 25px;
        bottom: 0;
        box-shadow: none;
    }

        .help-container > .help-container-content > div {
            display: none;
        }

    .help-container.expand > .help-container-content {
        box-shadow: 12px 0 15px -4px rgba(0, 0, 0, .57);
    }

        .help-container.expand > .help-container-content > div {
            display: block;
        }
.help-container-rtl {
    background: transparent;
    position: absolute;
    top: 50px;
    right: 16px;
    width: 25px;
    bottom: 87px;
    z-index: 599;
    transition-duration: 0.15s;
}

    .help-container-rtl.expand {
        top: 50px;
        right: 16px;
        width: 400px;
        bottom: 87px;
    }

    .help-container-rtl .help-container-shadow {
        display: none;
    }

    .help-container-rtl.expand .help-container-shadow {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        left: 5px;
        bottom: 0;
        background-color: rgba(0,0,0,.5);
    }

    .help-container-rtl > .help-container-tab {
        position: absolute;
        top: 5px;
        left: -5px;
        width: 30px;
        height: 30px;
        border-top-left-radius: 6px !important;
        border-bottom-left-radius: 6px !important;
        background-color: #02aff0;
        color: #ffffff;
        cursor: pointer;
    }

    .help-container-rtl > .help-container-content {
        position: absolute;
        top: 0;
        right: 0;
        left: 25px;
        bottom: 0;
        box-shadow: none;
    }

        .help-container-rtl > .help-container-content > div {
            display: none;
        }

    .help-container-rtl.expand > .help-container-content {
        box-shadow: 12px -4px 15px 0 rgba(0, 0, 0, .57);
    }

        .help-container-rtl.expand > .help-container-content > div {
            display: block;
        }

.mwtoast {
    display: block;
    position: fixed;
    width: 400px;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
    border-radius: 8px;
    border: solid 1px;
    overflow: hidden;
}

    .mwtoast .title {
        padding: 8px 15px;
        font-weight: bold;
    }

    .mwtoast .close {
        position: absolute;
        top: 10px;
        right: 15px;
        cursor: pointer;
        font-weight: bold;
    }

    .mwtoast .message {
        padding: 15px;
    }
.disabled-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
}

.dialog-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #02aff0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99998;
}

    .dialog-container > .dialog-window {
        width: 100%;
        height: 100%;
        padding: 0 2%;
    }
        .dialog-container > .dialog-window > .card {
            margin: 0 auto;
            transform: translateY(30%);
        }

            .dialog-container > .dialog-window > .card > .card-body > p {
                font-size: 1.25rem !important;
            }

            .dialog-container > .dialog-window > .card > .card-footer > button {
                margin: 0 15px;
                font-size: 1.25rem !important;
            }

.false {
    color: transparent !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.mw-slider {
    /*-webkit-appearance: none;*/
    width: 100%;
    height: 50px;
    /*background: #d3d3d3;*/
    /*outline: none;*/
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .mw-slider:hover {
        opacity: 1;
    }

    .mw-slider::-webkit-slider-thumb {
        /*-webkit-appearance: none;*/
        appearance: none;
        width: 50px;
        height: 50px;
        /*background: #02aff0;*/
        cursor: pointer;
    }

    .mw-slider::-moz-range-thumb {
        width: 50px;
        height: 50px;
        /*background: #02aff0;*/
        cursor: pointer;
    }
.custom-switch input{
    height: 2rem;
    width: 3.25rem !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.disabled, .disabled:active, .disabled:focus, .disabled:hover, .disabled:visited {
    cursor: not-allowed !important;
    opacity: .3 !important;
}

.popover-nav > .popover-header {
    background-color: red !important;
    color: white !important;
}

.disabled-toolbar{
    height: 120% !important;
}

#examCameraExpand{
    z-index: 101 !important;
}