@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.top-row {
    /*background-color: #f7f7f7;*/
    border-bottom: 1px solid #d6d5d5;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }


.googleGLogo-small {
    background-image: url("../../images/Google-G-Logo-23.png");
    background-repeat: no-repeat;
    background-size: auto;
}

.microsoftLogo-small {
    background-image: url("../../images/Microsoft-Logo-23.png");
    background-repeat: no-repeat;
    background-size: auto;
}

.irImgContainer {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.irImgSizeSmall {
    min-width: calc(10vh);
    min-height: calc(10vh);
    max-width: 15%;
    max-height: 15%;
    /*border: 3px solid gray;*/

    margin: 5px;
}

.irImgSizeMed {
    min-width: calc(18vh);
    min-height: calc(18vh);
    max-width: 15%;
    max-height: 15%;
    /*border: 3px solid gray;*/

    margin: 5px;
}

.irImgSizeLg {
    min-width: calc(28vh);
    min-height: calc(28vh);
    min-width: 50%;

    /*border: 2px solid gray;*/
}

.splash-logo {
    position: absolute;
    left: calc(50% - 35px);
    top: calc(50% - 10px);
    width: 70px;
    height: 20px;
    background-image: url(../../images/ao-scan-logo-turquoise-small.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.spinner-studyedit {
    position: absolute;
    left: calc(50% - 35px);
    top: calc(50% - 10px);
    width: 70px;
    height: 20px;
}

.load-status {
    position: absolute;
    width: 100%;
    left: 0;
}

.sk-fading-circle {
    width: 100px;
    height: 100px;
    position: relative;
    margin: auto;
}

    .sk-fading-circle .sk-circle {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

        .sk-fading-circle .sk-circle:before {
            content: '';
            display: block;
            margin: 0 auto;
            width: 15%;
            height: 15%;
            background-color: #1c98b4;
            /*background-color: #3955A4;*/
            border-radius: 100%;
            -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
            animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
        }

    .sk-fading-circle .sk-circle2 {
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    .sk-fading-circle .sk-circle3 {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    .sk-fading-circle .sk-circle4 {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .sk-fading-circle .sk-circle5 {
        -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
        transform: rotate(120deg);
    }

    .sk-fading-circle .sk-circle6 {
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
    }

    .sk-fading-circle .sk-circle7 {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sk-fading-circle .sk-circle8 {
        -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
        transform: rotate(210deg);
    }

    .sk-fading-circle .sk-circle9 {
        -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
        transform: rotate(240deg);
    }

    .sk-fading-circle .sk-circle10 {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .sk-fading-circle .sk-circle11 {
        -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
        transform: rotate(300deg);
    }

    .sk-fading-circle .sk-circle12 {
        -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
        transform: rotate(330deg);
    }

    .sk-fading-circle .sk-circle2:before {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .sk-fading-circle .sk-circle3:before {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .sk-fading-circle .sk-circle4:before {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .sk-fading-circle .sk-circle5:before {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

    .sk-fading-circle .sk-circle6:before {
        -webkit-animation-delay: -0.7s;
        animation-delay: -0.7s;
    }

    .sk-fading-circle .sk-circle7:before {
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s;
    }

    .sk-fading-circle .sk-circle8:before {
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
    }

    .sk-fading-circle .sk-circle9:before {
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
    }

    .sk-fading-circle .sk-circle10:before {
        -webkit-animation-delay: -0.3s;
        animation-delay: -0.3s;
    }

    .sk-fading-circle .sk-circle11:before {
        -webkit-animation-delay: -0.2s;
        animation-delay: -0.2s;
    }

    .sk-fading-circle .sk-circle12:before {
        -webkit-animation-delay: -0.1s;
        animation-delay: -0.1s;
    }

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

/******************* Thermal Study View ************************/
.thermstudyedit-title {
    color: black;
    font-weight: bold;
}

.thermstudyedit-table {
    background-color: white;
    color: black;
    padding: 0px 15px 10px 15px;
    margin: 10px 0px 10px 0px;
    width: 100%;
    min-height: 15px;
}

.thermstudyedit-clientinfo-col {
    width: 75px;
    padding: 3px;
    font-weight: bold;
}

.thermstudyedit-clientinfo-col-name {
    width: 99%;
    font-weight: bold;
}

.thermstudyedit-clientinfo-row {
    border: 3px solid black;
}

.thermstudyedit-scantest-row {
}

.thermstudyedit-image-button {
}

.thermstudyedit-image {
    min-width: calc(28vh);
    min-height: calc(28vh);
    max-width: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.thermstudyedit-slider {
    z-index: 0;
}

.thermstudyedit-noslider::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    background: none transparent;
    border: 0;
}

.thermstudyedit-noslider::-moz-range-track {
    -moz-appearance: none;
    background: none transparent;
    border: 0;
}


.thermstudyedit-slider::-webkit-slider-thumb {
    /*outline: 0;*/
    pointer-events: all;
    position: relative;
    z-index: 1;
    transform: scaleY(2) scaleX(3);
}

.thermstudyedit-slider::-moz-range-thumb {
    pointer-events: all;
    position: relative;
    z-index: 1;
    transform: scaleY(2) scaleX(3);
    /*-moz-appearance: none;*/
}

.thermstudyedit-slider-warm::-webkit-slider-thumb {
    background-color: red;
}

.thermstudyedit-slider-warm::-moz-range-thumb {
    background-color: red;
}

.thermstudyedit-slider-cold::-webkit-slider-thumb {
    background-color: blue;
}

.thermstudyedit-slider-cold::-moz-range-thumb {
    background-color: blue;
}

.thermstudyedit-slider {
    pointer-events: none;
    position: absolute;
    /*overflow: hidden;*/
}

div > .thermstudyedit-slider input:last-of-type::-webkit-slider-thumb {
    appearance: none;
    background: none transparent;
    border: 0;
}


/******************* Functional Infrared Settings Editor ************************/
.functionalinfraredsettingseditor-slider {
    z-index: 0;
}

.functionalinfraredsettingseditor-noslider::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    background: none transparent;
    border: 0;
}

.functionalinfraredsettingseditor-noslider::-moz-range-track {
    -moz-appearance: none;
    background: none transparent;
    border: 0;
}


.functionalinfraredsettingseditor-slider::-webkit-slider-thumb {
    /*outline: 0;*/
    pointer-events: all;
    position: relative;
    z-index: 1;
    transform: scaleY(2) scaleX(3);
}

.functionalinfraredsettingseditor-slider::-moz-range-thumb {
    pointer-events: all;
    position: relative;
    z-index: 1;
    transform: scaleY(2) scaleX(3);
    /*-moz-appearance: none;*/
}

.functionalinfraredsettingseditor-slider-warm::-webkit-slider-thumb {
    background-color: red;
}

.functionalinfraredsettingseditor-slider-warm::-moz-range-thumb {
    background-color: red;
}

.functionalinfraredsettingseditor-slider-cold::-webkit-slider-thumb {
    background-color: blue;
}

.functionalinfraredsettingseditor-slider-cold::-moz-range-thumb {
    background-color: blue;
}

.functionalinfraredsettingseditor-slider {
    pointer-events: none;
    position: absolute;
    /*overflow: hidden;*/
}

div > .functionalinfraredsettingseditor-slider input:last-of-type::-webkit-slider-thumb {
    appearance: none;
    background: none transparent;
    border: 0;
}

.functionalinfraredstudyview-slider-nobar::-webkit-slider-thumb {
    /*outline: 0;*/
    pointer-events: all;
    position: relative;
    z-index: 1;
    transform: scaleY(2) scaleX(3);
}

.functionalinfraredstudyview-slider-nobar {
    pointer-events: none;
    /*overflow: hidden;*/
}

.functionalinfraredstudyview-slider-nobar::-moz-range-thumb {
    pointer-events: all;
    position: relative;
    z-index: 1;
    transform: scaleY(2) scaleX(3);
    /*-moz-appearance: none;*/
}

.functionalinfraredstudyview-slider-notab::-webkit-slider-thumb {
    /*outline: 0;*/
    display: none;
}

.functionalinfraredstudyview-slider-notab::-moz-range-thumb {
    display: none;
    /*-moz-appearance: none;*/
}

.functionalinfraredstudyview-slider-mid::-webkit-slider-thumb {
    background-color: purple;
}

.functionalinfraredstudyview-slider-mid::-moz-range-thumb {
    background-color: purple;
}

.functionalinfraredstudyview-slider-notab + datalist {
    display: block;
    margin-bottom: -20px;
}

    .functionalinfraredstudyview-slider-notab + datalist option:first-child {
        width: calc((((100% - 12px) / 255) * var(--val-1)) + 12px);
        text-align: right;
        font-weight: bolder;
        font-size: 35px;
        color: blue;
        z-index: 0;
        padding-right: 0px;
    }

    .functionalinfraredstudyview-slider-notab + datalist option:nth-child(2) {
        width: calc((((100% - 12px) / 255) * var(--val-2)) - 2px);
        text-align: right;
        font-weight: bolder;
        font-size: 35px;
        color: red;
        z-index: 0;
        padding-right: 0px;
    }

    .functionalinfraredstudyview-slider-notab + datalist option:nth-child(3) {
        width: calc((((100% - 12px) / 255) * var(--val-1)) + 43px);
        text-align: right;
        font-weight: bolder;
        font-size: 18px;
        color: white;
        z-index: 2;
        padding-right: 0px;
        position: absolute;
        margin-top: 29px;
        margin-left: -13px;
        pointer-events: none;
    }

    .functionalinfraredstudyview-slider-notab + datalist option:nth-child(4) {
        width: calc((((100% - 12px) / 255) * (var(--val-2) + var(--val-1))) + 27px);
        text-align: right;
        font-weight: bolder;
        font-size: 18px;
        color: white;
        z-index: 2;
        padding-right: 0px;
        position: absolute;
        margin-top: 29px;
        pointer-events: none;
    }

    .functionalinfraredstudyview-slider-notab + datalist option:last-child {
        width: calc((((100% - 12px) / 255) * var(--val-3)) + 30px);
        text-align: right;
        font-weight: bolder;
        font-size: 18px;
        color: white;
        z-index: 2;
        padding-right: 0px;
        position: absolute;
        margin-top: -2px;
        pointer-events: none;
    }

.checkbox-lg {
    width: 30px;
    height: 30px;
}
