﻿/* 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. */
* {
    box-sizing: border-box;
    font-family: eina01,sans-serif;
    /*  color: #687086;*/
}

#layoutSidenav {
    display: flex;
}

    #layoutSidenav #layoutSidenav_nav {
        flex-basis: 16rem;
        flex-shrink: 0;
        transition: transform 0.15s ease-in-out;
        z-index: 1038;
        transform: translateX(-16rem);
    }

    #layoutSidenav #layoutSidenav_content {
        position: relative;
        display: flex;
        flex-direction: column;
        /*    justify-content: space-between;*/
        min-width: 0;
        flex-grow: 1;
        min-height: calc(100vh - 56px);
        margin-left: -16rem;
    }

    #layoutSidenav #layoutSidenav_content_login {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-width: 0;
        flex-grow: 1;
    }

#sidenavAccordion > a {
    width: 75%;
}

.sb-sidenav-toggled #layoutSidenav #layoutSidenav_nav {
    transform: translateX(0);
}

.sb-sidenav-toggled #layoutSidenav #layoutSidenav_content:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1037;
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
}

@media (min-width: 992px) {
    #layoutSidenav #layoutSidenav_nav {
        transform: translateX(0);
    }

    #layoutSidenav #layoutSidenav_content {
        margin-left: 0;
        transition: margin 0.15s ease-in-out;
    }

    .sb-sidenav-toggled #layoutSidenav #layoutSidenav_nav {
        transform: translateX(-16rem);
    }

    .sb-sidenav-toggled #layoutSidenav #layoutSidenav_content {
        margin-left: -16rem;
    }

        .sb-sidenav-toggled #layoutSidenav #layoutSidenav_content:before {
            display: none;
        }
}

.sb-nav-fixed .sb-topnav {
    z-index: 1039;
}

.sb-nav-fixed #layoutSidenav #layoutSidenav_nav {
    width: 16rem;
    height: 100vh;
    z-index: 1038;
    position: sticky;
    top: 0;
}

    .sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav {
        padding-top: 5%;
    }

        .sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav .sb-sidenav-menu {
            overflow-y: auto;
        }

.sb-nav-fixed #layoutSidenav #layoutSidenav_content {
    /*  padding-left: 225px;*/
    /*    top: 56px;*/
}

.bg-roxall {
    background-color: #005195;
}


#layoutError {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

    #layoutError #layoutError_content {
        min-width: 0;
        flex-grow: 1;
    }

    #layoutError #layoutError_footer {
        min-width: 0;
    }

.img-error {
    max-width: 20rem;
}

.nav .nav-link .sb-nav-link-icon,
.sb-sidenav-menu .nav-link .sb-nav-link-icon {
    margin-right: 0.5rem;
}

.index-link-icon {
    color: #212529;
}

.sb-topnav {
    padding-left: 0;
    height: 56px;
    z-index: 1039;
}

.e-chk-hidden {
    height: 1px;
    opacity: 0;
    width: 1px;
}

.sb-topnav .navbar-brand {
    width: 225px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0;
}

.sb-topnav.navbar-dark #sidebarToggle {
    color: rgba(255, 255, 255, 0.5);
}

.sb-topnav.navbar-light #sidebarToggle {
    color: #212529;
}

.sb-sidenav {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex-wrap: nowrap;
}

    .sb-sidenav .sb-sidenav-menu {
        flex-grow: 1;
    }

        .sb-sidenav .sb-sidenav-menu .nav {
            flex-direction: column;
            flex-wrap: nowrap;
        }

            .sb-sidenav .sb-sidenav-menu .nav .sb-sidenav-menu-heading {
                padding: 1rem 1rem 0.75rem;
                font-size: 0.8rem;
                /*   font-weight: 600;*/
                color: #ffffffc9;
                text-transform: uppercase;
            }

            .sb-sidenav .sb-sidenav-menu .nav .nav-link {
                display: flex;
                align-items: center;
                padding-top: 0.75rem;
                padding-bottom: 0.75rem;
                position: relative;
                /*         font-weight: 500;*/
            }

                .sb-sidenav .sb-sidenav-menu .nav .nav-link .sb-nav-link-icon {
                    font-size: 1rem;
                }

                .sb-sidenav .sb-sidenav-menu .nav .nav-link .sb-sidenav-collapse-arrow {
                    display: inline-block;
                    margin-left: auto;
                    transition: transform 0.15s ease;
                }

                .sb-sidenav .sb-sidenav-menu .nav .nav-link.collapsed .sb-sidenav-collapse-arrow {
                    transform: rotate(-90deg);
                }

            .sb-sidenav .sb-sidenav-menu .nav .sb-sidenav-menu-nested {
                margin-left: 1.5rem;
                flex-direction: column;
            }

    .sb-sidenav .sb-sidenav-footer {
        padding: 0.75rem;
        flex-shrink: 0;
    }

.sideBarHr {
    width: 90%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.myNavbar .dropdown-item {
    color: #1455b9;
}

    .myNavbar .dropdown-item:hover,
    .myNavbar .dropdown-item:focus {
        color: #003d9a;
        outline: none;
    }

    .myNavbar .dropdown-item:active {
        color: #fff;
        background-color: #005195;
    }

header.sb-topnav.navbar.navbar-expand {
    transition: 3s;
}

.sb-sidenav-menu .nav {
    font-size: 1rem;
}

.sb-sidenav-dark {
    background-color: #005195;
    color: rgba(255, 255, 255, 0.5);
}

    .sb-sidenav-dark .sb-sidenav-menu .sb-sidenav-menu-heading {
        color: rgba(255, 255, 255, 0.25);
    }

    .sb-sidenav-dark .sb-sidenav-menu .nav-link {
        color: rgba(255, 255, 255, 0.5);
    }

        .sb-sidenav-dark .sb-sidenav-menu .nav-link i {
            font-size: 1.1em;
            color: #ffffff94;
        }

        .sb-sidenav-dark .sb-sidenav-menu .nav-link .sb-nav-link-icon {
            color: rgba(255, 255, 255, 0.25);
        }

        .sb-sidenav-dark .sb-sidenav-menu .nav-link .sb-sidenav-collapse-arrow {
            color: rgba(255, 255, 255, 0.25);
        }

        .sb-sidenav-dark .sb-sidenav-menu .nav-link:hover {
            color: #fff;
            background-color: #ffffff21;
            border-radius: 5px;
        }

        .sb-sidenav-dark .sb-sidenav-menu .nav-link.active {
            color: #fff;
            background-color: #ffffff21;
            border-radius: 5px;
        }

            .sb-sidenav-dark .sb-sidenav-menu .nav-link.active .sb-nav-link-icon {
                color: #fff;
            }

    .sb-sidenav-dark .sb-sidenav-footer {
        background-color: #005195;
    }

.sb-sidenav-light {
    background-color: #f8f9fa;
    color: #212529;
}

    .sb-sidenav-light .sb-sidenav-menu .sb-sidenav-menu-heading {
        color: #adb5bd;
    }

    .sb-sidenav-light .sb-sidenav-menu .nav-link {
        color: #212529;
    }

        .sb-sidenav-light .sb-sidenav-menu .nav-link .sb-nav-link-icon {
            color: #adb5bd;
        }

        .sb-sidenav-light .sb-sidenav-menu .nav-link .sb-sidenav-collapse-arrow {
            color: #adb5bd;
        }

        .sb-sidenav-light .sb-sidenav-menu .nav-link:hover {
            color: #007bff;
        }

        .sb-sidenav-light .sb-sidenav-menu .nav-link.active {
            color: #007bff;
        }

            .sb-sidenav-light .sb-sidenav-menu .nav-link.active .sb-nav-link-icon {
                color: #007bff;
            }

    .sb-sidenav-light .sb-sidenav-footer {
        background-color: #e9ecef;
    }

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.formTable {
    background-color: white;
}
/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/*.myBreadCrumb a{
    text-decoration: none;
    color: black;
}*/
/* Sticky footer styles
-------------------------------------------------- */
html {
    /*font-size: 14px;*/
    font-size: 1rem;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

main {
    padding: 1% 3%;
}

body {
    height: 100vh;
    min-width: 320px;
}

.bodyBlue {
    background-image: url('../image/loginBackground.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    backdrop-filter: blur(2px);
}

    .bodyBlue:after {
        content: "";
        width: 100%;
        height: 100vh;
        background-color: black;
        opacity: 0.1;
        position: absolute;
        top: 0;
    }

.bodyPaper {
    background: white;
}

.myNavbar {
    padding: 3%;
    box-sizing: content-box;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}
/*HEADER*/

.languageButtons button, .languageButtons span {
    background: transparent;
    border: none;
    color: white;
    font-size: 1.2rem;
    opacity: 0.6;
}

    .languageButtons button:hover {
        outline: none;
    }

    .languageButtons button:active {
        outline: none;
    }

    .languageButtons button:focus {
        outline: none;
    }

.addAnimalBtn, .addBtn {
    color: gray;
    background: transparent;
    border: none;
    position: relative;
    right: 4rem;
}

.addNameBtn {
    right: 2rem;
    color: gainsboro;
    background: transparent;
    border: none;
    position: relative;
}

    .addNameBtn:hover {
        color: gray;
    }

.addAnimalBtn:hover, .addBtn:hover {
    color: gainsboro;
}

.addAnimalBtn:active, .addBtn:active, .addNameBtn:active {
    outline: none;
}

.addAnimalBtn:focus, .addBtn:focus, .addNameBtn:focus {
    outline: none;
}

nav li {
    height: fit-content;
    margin: auto 0;
}
/*Login*/
.loginInput {
    width: 90%;
    background: transparent;
    border: none;
    transition: 1s;
    position: relative;
    bottom: 1rem;
    color: rgba(255,255,255,0.5);
    display: block;
}

    .loginInput:focus {
        outline: none;
        background-color: rgba(0,0,0,0.2);
    }

    .loginInput::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
        color: rgba(255,255,255,0.6);
    }

    .loginInput::-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: rgba(255,255,255,0.6);
    }

    .loginInput::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: rgba(255,255,255,0.6);
    }

    .loginInput:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: rgba(255,255,255,0.6);
    }


.loginInputLabel {
    font-size: 1.1rem;
    order: -1;
    position: relative;
    transition: 1s;
    top: 1rem;
    color: rgba(255, 255, 255, 0.7);
}

.loginFormInputs {
    width: 90%;
}

.loginLogoImage, .resetPasswordImage {
    width: 3rem;
}

    .loginLogoImage img {
        width: 100%;
    }

.loginAlert {
    font-size: 1.2rem;
}

.LoginContainer .loginAlert i {
    color: #721c24;
}

#passwordButtonInvalid, #emailButtonInvalid {
    background-color: #721c24;
}

.LoginContainer, .reserPasswordContainer {
    height: 70vh;
    align-items: center;
}

    .reserPasswordContainer form {
        font-size: 1.2rem;
    }

.resetPasswordRequirements {
    background: rgba(0,0,0,0.4);
    font-size: 1rem;
}

    .resetPasswordRequirements h6 {
        font-weight: 600;
        font-size: 1.2rem;
    }

.resetInput {
    background-color: transparent;
    color: darkslategrey;
    width: 90%;
    border: none;
    border-bottom: solid 1px;
    transition: 1s;
    display: block;
}

    .resetInput:focus {
        outline: none;
    }

    .resetInput:-webkit-autofill:hover,
    .resetInput:-webkit-autofill:focus,
    .resetInput:-webkit-autofill:active,
    .resetInput:-webkit-autofill {
        background-color: transparent;
        color: #F3F3F3;
    }

.resetConfirmation {
    font-size: 1.2rem;
}

.resetLabel {
    order: -1;
    position: relative;
    color: #63676b;
    transition: 1s;
}

.LoginContainer h1 {
    text-align: left;
}


.LoginContainer .submitButton, .reserPasswordContainer .submitButton {
    background-color: #005195;
}

.LoginContainer i {
    color: white;
    opacity: 0.8;
}

.loginView {
    color: white;
    min-width: 315px;
    z-index: 2;
    background-color: rgba(255,255,255,0.3);
    box-shadow: 0 0rem 1.5rem rgba(0,0,0,.4);
}

.reserPasswordContainer .loginView h4, .reserPasswordContainer .loginView h6, .reserPasswordContainer .loginView h6 i {
    color: #004085;
}

.userLoginText {
    color: #000000a6;
}

.profileLayout {
    background-color: aliceblue;
}

.profileContainer {
    background-color: white;
}

.loginButton button {
    color: white;
}

.loginButton img {
    width: 1.5rem;
}

.userLogo img {
    width: 2.5rem;
}

.detailsStatusImg img {
    width: 0.9rem;
}

.detailsStatusImg {
    background-color: inherit;
    border: none;
    transition: 1s;
}

    .detailsStatusImg:hover {
        background-color: rgb(239, 239, 239);
    }

.sideBarIcon img, .mandatoryIcon img, #patientContainer .mandatoryIcon img, #anamneseContainer .mandatoryIcon img, #prickTestContainer .mandatoryIcon img {
    width: 1.7rem;
}

.mandatoryIcon img {
    position: relative;
    bottom: 3px;
}

.loginButton button:hover {
    color: white;
}

.loginImage {
    display: flex;
    align-items: center;
}

    .loginImage img {
        width: 100%;
    }

.loginHeader nav {
    background-color: #007bff;
}

.localChartContainer {
    position: static;
    overflow: auto;
}
/*REGISTER*/


#registerImgContainer img {
    width: 100%;
}
/*HOME*/
.homeVideo {
    width: 100%;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .homeVideo video {
        width: 50%;
    }

/*Create prickTestForm*/
.field-validation-error span, span.field-validation-error, p.text-danger, .igeTestTable {
    font-size: 0.8rem;
}

.igeTestTable {
    color: #5a5f5ffa;
}

#passwordRequirements li {
    font-size: 0.9rem;
}
/*patient*/
.patientEthnicity-addButon-Container, .addAnimalsBtnContainer {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
}

    .patientEthnicity-addButon-Container .e-small.e-btn.e-round, .addAnimalsBtnContainer .e-small.e-btn.e-round, .patientSS-addButon-Container .e-small.e-btn.e-round {
        height: 2em;
        width: 2em;
    }

        .patientEthnicity-addButon-Container .e-small.e-btn.e-round .e-btn-icon, .addAnimalsBtnContainer .e-small.e-btn.e-round .e-btn-icon, .patientSS-addButon-Container .e-small.e-btn.e-round .e-btn-icon {
            line-height: 1.3334em;
        }

.allergenTestContainer label {
    display: inline;
}

    .pregnancyText, .allergenTestContainer label.pregnancyText {
        font-size: 0.8rem;
        color: #3f69aa;
    }

.provocationTestPKO {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .pregnancyOpacity, .provocationTestPKO .provocationTestPKOpacity {
        opacity: 0.5;
    }

.passwordRequirementsTitle {
    font-size: 0.9rem;
    color: #3f69aa;
}

.pregnantInputs {
    display: flex;
    flex-direction: column;
}

    .pregnantInputs div {
        margin: 0.4rem 0;
    }

.pregnancyYesContainer {
    display: flex;
    align-items: baseline;
}

#animalsAnswerId, #ethnicityAnswerId {
    height: 1.7rem;
}

#ptn-ethnicity-addContainer, #ptn-animals-addContainer {
    display: flex;
    transition: 2s;
}

#patientAge_Initials {
    display: flex;
    justify-content: space-between;
}

    #patientAge_Initials > div {
        width: 100%;
    }

.eliminatableEthnicities i, .animalLVcontent i {
    cursor: pointer;
    color: #3f69aab5;
    font-size: 0.8rem;
}

    .eliminatableEthnicities i:hover, .animalLVcontent i:hover {
        color: #3f69aa;
    }

.eliminatableEthnicities label {
    text-transform: capitalize;
}
/*TERMS*/
.e-listbox-wrapper:not(.e-list-template) .e-list-item, .e-listbox-wrapper .e-list-nrt, .e-listbox-wrapper .e-selectall-parent, .e-listbox-container:not(.e-list-template) .e-list-item, .e-listbox-container .e-list-nrt, .e-listbox-container .e-selectall-parent {
    height: auto;
}

.e-listbox-wrapper .e-list-item {
    margin: 1rem 0;
}

.e-listbox-wrapper:not(.e-listbox-container) {
    overflow: visible;
}

.termsLabels {
    margin-right: 3%;
    padding: 1%;
    border-radius: 2%;
    opacity: 0.9;
}

.defaultNavbar, footer {
    background-color: #005195;
}

    /*footer {
    background-color: #005195;
}*/

    .defaultNavbar a {
        text-decoration: none;
        color: white;
        opacity: 0.8;
        font-size: 1.5rem;
        padding: 0;
    }

    .defaultNavbar img {
        width: 45%;
    }

#prickTestFormContainer {
    max-width: 1200px;
    color: #495057;
    font-size: 0.96rem;
    color: #495057;
}

.termContainer {
    display: flex;
    justify-content: space-between;
}

.termAnswerContainer {
    width: 10%;
    display: flex;
    justify-content: space-between;
}

.formSection > div {
    padding: 2% 3%;
}

#prickTestContainer, #anamneseContainer, #patientContainer {
    margin-top: 4rem;
}

.e-listview .e-list-group-item {
    margin-top: 1rem;
}

label {
    color: black;
}


/*TEST ALLERGEN*/

.aditionalInfo {
    display: flex;
    align-items: center;
    text-align: center;
}

    .aditionalInfo label {
        color: #0378d5;
    }

    .aditionalInfo::before,
    .aditionalInfo::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid rgba(0,0,0,.1);
    }

    .aditionalInfo:not(:empty)::before {
        margin-right: .25em;
    }

    .aditionalInfo:not(:empty)::after {
        margin-left: .25em;
    }


.flowreducSymptomscore {
    display: flex;
    flex-direction: column;
}

.nptPositiveContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flowreducSymptomscore > div {
    margin: 1rem 0;
}

.allergenTestContainer label {
    color: darkslategray;
}

.severityIcon {
    font-size: 1.2em;
    color: #63a0ff;
}

.aditionalInfo label, span.startTherAllergen, span.afterInjText {
    color: #567bb4;
}

.testAllergenHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

button.testAllergenHeader:hover, button.testAllergenHeader:focus {
    outline: none;
}

.testAllergenHeader i {
    font-size: 1.2em;
}

.severityButtons {
    border: none;
    background-color: transparent;
    outline: none;
}

    .severityButtons:active, .severityButtons:focus {
        outline: none;
    }

.AllergenTextQuestions {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: baseline;
}

.e-listview .e-text-content .animalLVcontent {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.capKlInfoContainer label {
    cursor: pointer;
}

.capKlInfo {
    font-size: 0.9rem;
    font-weight: 400;
    font-family: "Google Sans",Roboto,Arial,Helvetica,sans-serif;
    height: auto;
    letter-spacing: .25px;
    background-color: #ffffff94;
}

    .capKlInfo span {
        margin: 0.2rem 0;
    }

h6 {
    font-size: 1.1rem;
    margin: 2% 0;
}

h1 {
    text-align: center;
    margin-top: 7%;
}

#questionsContainer hr, #patientContainer hr, #anamneseContainer hr, #prickTestContainer hr {
    display: flex;
    margin-left: 0;
    text-align: left;
}

#questionsContainer img, #patientContainer img, #anamneseContainer img, #prickTestContainer img {
    width: 100%;
}

.pregnantText {
    display: block;
    font-size: 73%;
    color: #6c757da8;
}

#anamneseContainer table {
    font-size: 0.8rem;
    border-collapse: unset;
}

    #anamneseContainer table th {
        background-color: #fafafa;
        color: #2f4f4fa6;
    }

    #anamneseContainer table td {
        color: #2f4f4fa6;
        transition: 1s;
        cursor: pointer;
    }

        #anamneseContainer table td:hover {
            box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
            background-color: #708ebd57;
            color: #3f69aa;
        }

#anamneseContainer .table td, .table th {
    border-top: none;
}

#anamneseContainer table td.selectedSuspicionAllergen {
    background-color: #708ebd57;
    color: #3f69aa;
    font-weight: bold;
}

.allergenTestContainer > div {
    border: none;
}

.titleImg {
    min-width: 70px;
    max-width: 40px;
}

.minimiseIcon:hover, .gridIcon {
    cursor: pointer;
}

#Allergenslistviewgrp.e-listview .e-list-group-item {
    border-top: none;
}

.radioButtonsContainer {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.ptnRBContainer {
    background-color: #fafafa;
}

#ethnicity e-radio-wrapper e-wrapper {
    padding: .5rem;
}
/*.testFormTitles {
    background-color: #fafafa;
}*/
.testFormTitles h5, .igeTestTableHeader {
    color: #3f69aa;
}

.testFormTitles span {
    color: #3f69aac7;
}

#TimesOfDay, #monthsContainer, #animalsContact {
    background: #fafafa;
}

#truhtfully {
    margin-top: 6rem;
}

.formContainer {
    background-color: white;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    color: darkslategray;
}

    .formContainer label {
        color: darkslategray;
    }

    .formContainer form {
        width: 100%;
    }

.userFormsSelection {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: baseline;
}

.userFormLimit {
    display: flex;
    align-items: center;
}

    .userFormLimit span:first-child {
        font-size: 0.8rem;
        color: #3f69aa;
    }

.registerFormTypes {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

    .registerFormTypes.registerRoles {
        background-color: rgb(232, 240, 254);
        min-width: 240px;
    }

        .registerFormTypes.registerRoles label {
            color: #495057;
        }

@media (min-width : 1200px) {
    body {
        font-size: 1rem;
    }

    .formContainer {
        width: 80%;
    }
}
/*CHECKBOX LABELS*/
.e-checkbox-wrapper .e-label {
    color: #6c757d;
    font-family: eina01,sans-serif;
    font-size: 0.92rem;
}

.FormQuestionsContainer:hover {
    background-color: #eee;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.87);
}
/*.checkboxContainer{
    overflow:auto;
}*/
.questionsAlert {
    color: #6c757d;
}

    .questionsAlert i {
        color: #3f69aa;
    }

.leftNavigationContainer {
    justify-content: center;
    top: 0;
    z-index: 2;
    background-color: white;
}

@media (max-width: 450px) {
    #ethnicity {
        flex-direction: column;
    }
}

.addBtnContainer {
    margin: 4% 0;
}

.createButtons input {
    margin: 0 4%;
}

.leftNavigation {
    justify-content: space-around;
}

    .leftNavigation a {
        font-size: 1.2rem;
        color: darkgray;
        text-decoration: none;
    }

        .leftNavigation a:hover {
            color: black;
            text-decoration: underline;
        }

        .leftNavigation a::selection {
            color: black;
            text-decoration: underline;
        }

a[disabled] {
    pointer-events: none;
    cursor: default;
}

.wrapper {
    background-color: #005195;
}

#sidebar .sidebar-header .short_logo {
    display: none;
}

#sidebar .active .sidebar-header .full_logo {
    display: none;
}

#sidebar .active .sidebar-header .short_logo {
    display: block;
}

#sidebar .active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar .active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

    #sidebar .active ul li a i {
        margin-right: 0;
        display: block;
        font-size: 1.8em;
        margin-bottom: 5px;
    }
/* Same dropdown links padding*/
#sidebar .active ul ul a {
    padding: 10px !important;
}

/* Changing the arrow position to bottom center position, 
   translateX(50%) works with right: 50% 
   to accurately  center the arrow */
#sidebar .active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.mainInformationDetails {
    display: flex;
    justify-content: space-evenly;
}

@media (max-width: 768px) {
    /* 80px and its content aligned to centre. Pushing it off the screen with the
       negative left margin
    */
    .mainInformationDetails {
        display: flex;
        flex-direction: column;
        /*        justify-content: space-evenly;*/
    }

    .registerFormTypes {
        display: flex;
        flex-direction: column;
    }

    #sidebar .active {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }


    /* Reappearing the sidebar on toggle button click */
    #sidebar {
        margin-left: 0;
    }


        /* Toggling the sidebar header content, 
       hide the big heading [h3] and showing the small heading [strong] and vice versa
    */
        #sidebar .sidebar-header strong {
            display: none;
        }

        #sidebar .active .sidebar-header h3 {
            display: none;
        }

        #sidebar .active .sidebar-header strong {
            display: block;
        }

        /* Downsize the navigation links font size */
        #sidebar .active ul li a {
            padding: 20px 10px;
            font-size: 0.85em;
        }

            #sidebar .active ul li a i {
                margin-right: 0;
                display: block;
                font-size: 1.8em;
                margin-bottom: 5px;
            }

        /* Adjust the dropdown links padding*/
        #sidebar .active ul ul a {
            padding: 10px !important;
        }

    /* Changing the arrow position to bottom center position, 
      translateX(50%) works with right: 50% 
      to accurately  center the arrow */
    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    .e-list-parent.e-ul {
        display: block;
    }
}
/*//CREATE*/

/*.provocationTestContainer {
    background-color: #708ebd26;
}*/
.AllergenTableInput {
    border: none;
    outline: none;
}

    .AllergenTableInput:focus {
        outline: none;
    }

.collapsedButtons {
    position: absolute;
    z-index: 2;
    width: fit-content;
    background: white;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.index-properties a {
    text-decoration: none;
    color: #6c757d;
}

.e-grid .e-grouptopleftcell, .e-grid .e-grouptopleftcell.e-lastgrouptopleftcell {
    background-color: #fafafa;
}

#collapseCreateNew nav {
    background-color: white;
}

.validationIcon {
    color: #e20d0d;
    font-size: 0.6rem;
    vertical-align: middle;
}
/*INDEX*/
table {
    background-color: white;
}

.formSerial {
    font-size: 0.9rem;
    color: #3f69aa;
}

.arrows {
    flex-direction: column;
    opacity: 0.4;
}

.tableTitle {
    justify-content: space-between;
    align-items: center;
}

.dateInput {
    width: 4rem;
    margin: .25rem;
}
/*
    DETAILS*/
.detailsContainer#prickTestFormContainer h4 {
    color: #3f69aad6;
}

.mainDetails {
    border: solid 1px #00000017;
}

    .mainDetails p {
        margin: auto 0;
    }

/*ANAMNESE*/
#animals {
    text-transform: capitalize;
}


/*ADMIN*/

.backArrow i {
    color: #2c67c3;
}

.roleButton:focus {
    outline: none;
}

.userModal {
    border: none;
    border-radius: 0;
}

    .userModal div {
        border-radius: 0;
    }

    .userModal .modal-header, modalDeleteButton {
        background-color: rgba(100,149,237,.6);
        color: white;
    }

    .userModal .close {
        color: white;
    }

    .userModal .modal-body {
        font-size: 1rem;
    }

/*.userModalDetails {
    z-index: 100001;
}*/

.userModalDetails.modal {
    overflow-x: scroll;
    overflow-y: scroll;
}

.userModalDetails .modal {
    z-index: 100000;
}

.totalForms {
    display: flex;
    justify-content: space-around;
}

.userModalBody h6 {
    color: darkslategray;
}

.userModalBody p, .userModalBody span {
    color: gray;
}

.formsLimitFieldAdmin:hover, .formsLimitFieldAdmin:focus {
    background-color: whitesmoke;
    color: gray;
}

.formsLimitFieldAdmin {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

    .formsLimitFieldAdmin input {
        width: 37px;
    }

.userRoles, .userModalBody .userRoles {
    background-color: rgba(100,149,237,.6);
    color: white;
}

.userDetailsContent img {
    width: 100%;
}

.userDetailsContent .userDetailsImg {
    max-width: 300px;
    min-width: 200px;
}

.statusContainer i {
    font-size: 0.7rem;
}

.statusContainer .statusActive, .averageUp {
    color: RGBA(0,155,119,1);
    background-color: transparent;
}

.statusContainer .statusInactive, .averageDown {
    color: indianred;
    background-color: transparent;
}

.totalFormsTable {
    background-color: aliceblue;
}

.accessDenied img {
    max-width: 600px;
}

.adminNavbar {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    padding: 0 4rem;
    overflow: visible;
    height: max-content;
}

    .adminNavbar a {
        /* font-weight: bold;*/
        text-decoration: none;
        /*    color: cornflowerblue;*/
    }

    .adminNavbar div {
        padding: 2rem 3rem;
    }

.selectedView {
    border-bottom: solid 3px #0067bd;
}

.userFormsFiltersContainer {
    max-width: 1400px;
    margin: auto;
    /*    background-color: #f7f6f6;*/
}

.userFormsFilters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 1rem;
    max-width: 1200px;
    margin: auto;
}

    .userFormsFilters > div {
        margin: 1rem;
    }

.userFormsGridContainer {
    max-width: 1400px;
    margin: auto;
}

.e-btn.e-primary:focus, .e-css.e-btn.e-primary:focus, .e-btn.e-primary:active, .e-css.e-btn.e-primary:active, .e-btn.e-primary:checked, .e-css.e-btn.e-primary:checked {
    background-color: #6d8dbe;
    border-color: rgba(0,0,0,0);
    color: #fff;
    outline: #fafafa 0 solid;
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
}

.switchButton {
    border: none;
    background-color: white;
    color: #3f69aa;
    outline: none;
}

    .switchButton:focus {
        outline: none;
    }

.undoFilters {
    font-size: 1.4rem;
}

    .undoFilters button:hover {
        border-radius: 50%;
        background-color: #3f69aa;
        color: white;
    }

    .undoFilters:focus {
        outline: none;
    }

    .undoFilters button {
        border: none;
        background-color: white;
        color: #3f69aa;
        outline: none;
        transition: 1s;
    }

.urlButtonTable {
    border: none;
    font-size: 1.1rem;
    display: block;
    outline: none;
    color: darkslategray;
}

    .urlButtonTable:hover {
        text-decoration: none;
        color: darkslategray;
    }

#userForms .e-headertext, #userNewForms .e-headertext {
    font-size: 1rem;
    color: rgb(138 138 138 / 65%);
    font-weight: bold;
    /*   text-transform: uppercase;*/
}

.userFormsFiltersLabel {
    color: #3f69aabd;
    font-weight: bold;
}

.filtersTitle {
    color: rgb(138 138 138);
    background-color: #fafafa;
}

    .filtersTitle i {
        color: #3f69aa;
    }

.managementViewTitle {
    color: #3f69aabd;
    font-weight: bold;
}

.userFormsArrow i {
    font-size: 1rem;
    color: #3f69aa;
}

.e-grid .e-headercell, .allergenTestContainer, ptnRBContainer, .pq-radiobutton {
    background-color: #fafafa;
}


.userFormsGridContainer h5 {
    color: #3f69aa;
}

.infoButton {
    border-radius: 50%;
    font-size: 12px;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
    font-family: "Roboto","Segoe UI","GeezaPro","DejaVu Serif","sans-serif","-apple-system","BlinkMacSystemFont";
    height: 2em;
    line-height: 1;
    padding: 0;
    width: 2em;
    border: none;
    background-color: #3f69aa45;
    color: #3f69aaa6;
}

.template_links i {
    color: #3f69aa;
}

.e-grid .e-gridheader tr th:first-child {
    padding-left: 11px;
}

.e-grid .e-headercelldiv {
    font-size: 11px;
}

.e-grid .e-rowcell {
    font-size: 12px;
}

#UserDetailsContainer .e-grid .e-rowcell {
    font-size: 11px;
}

#UserDetailsContainer .e-grid .e-headercelldiv {
    font-size: 9px;
}

.userModal {
    z-index: 100001;
}

.formTemplate_links {
    width: 2.5rem;
}

    .formTemplate_links img {
        width: 100%;
    }
/*INDEX*/
.urlButton {
    border: none;
    font-size: 1.1rem;
    background: white;
    outline: none;
    color: darkslategray;
}

    .urlButton:hover {
        outline: none;
        text-decoration: none;
        color: darkslategray;
    }

    .urlButton:focus {
        outline: none;
        text-decoration: none;
    }

.statusActive {
    background-color: RGBA(0,155,119,.2);
    color: RGBA(0,155,119,1);
}

.statusInactive {
    background-color: #ffd7cc;
    color: indianred;
}

.availableDropdown {
    flex-direction: column;
    text-align: center;
}

.roleDropdown a {
    text-decoration: none;
    color: cornflowerblue;
}

.statusDropdown a, .availableDropdown a {
    text-decoration: none;
    color: gray;
}

.e-grid .e-rowcell:not(.e-editedbatchcell), .e-grid .e-detailrowcollapse:not(.e-editedbatchcell), .e-grid .e-detailrowexpand:not(.e-editedbatchcell), .e-grid .e-gridcontent .e-rowdragdrop:not(.e-editedbatchcell), .e-grid .e-gridheader .e-rowdragdrop:not(.e-editedbatchcell), .e-grid .e-emptyrow:not(.e-editedbatchcell) {
    color: darkslategray;
}

.modalIcon {
    color: darkgray;
}

.deleteUserAlert {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.registerContainer {
    margin-top: 3rem;
    max-width: 1300px;
}

.registerFormTypeLabel {
    color: #495057;
    font-size: 1rem;
    appearance: textfield;
    font-weight: 400;
    line-height: 1.5;
    font: 400 17.3333px Arial;
    opacity: 0.8;
}

.statusPopoverContent {
    text-decoration: none;
}

    .statusPopoverContent:hover {
        color: #721c24;
        text-decoration: none;
    }

.statusPopover {
    text-decoration: none;
}

    .statusPopover:hover {
        color: #155724;
        text-decoration: none;
    }

.formTypePopoverContentAdd, .formTypePopoverContentRemove {
    text-decoration: none;
}

    .formTypePopoverContentAdd:hover, .formTypePopoverContentAdd:active {
        text-decoration: none;
        color: #155724;
    }

    .formTypePopoverContentRemove:hover, .formTypePopoverContentRemove:active {
        text-decoration: none;
        color: #721c24;
    }

.myProfileContainer {
    border-bottom-style: solid;
    border-width: .25rem;
    border-color: #f1f3f5;
    /*    padding-bottom: 1rem;*/
    color: lightslategray;
}

.myProfile {
    max-width: 1300px;
}

.userFieldsBorder {
    border-width: .125rem;
    border-color: #f1f3f5;
    border-bottom-style: solid;
}

.myProfileIcon {
    background-color: #d0ebff;
    color: #005195;
    font-size: 1.3rem;
}

.userProfileLabel {
    color: #495057;
    margin-right: .5rem;
}

.userProfileText {
    font-weight: 600;
    color: #adb5bd;
}

.myProfileInformationContainer {
    font-size: 1.2rem;
}

.forgotPasswordText {
    color: #495057;
    font-size: 1.2rem;
}

/*INDEX*/
.template_status i {
    color: #3f69aaf7;
}

.template_links img {
    width: 1rem;
}

.formInputLabel {
    order: -1;
    position: relative;
    line-height: 1.4;
    font-weight: 400;
    font-size: 13px;
    font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
    color: rgba(0, 0, 0, 0.58);
    transition: 1s;
}

#GridOverview .e-gridcontent {
    max-height: 700px;
    overflow-y: scroll;
}

#UserGridOverview .e-gridcontent {
    max-height: 549px;
    overflow-y: scroll;
}

input.formInput::selection {
    color: #007bff;
}

.formInput, .formInputSCIT, .testFormInput {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.4);
    transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
    color: #495057;
    display: block;
}

.testFormInput {
    background-color: transparent;
}

.formInput {
    width: 100%;
}


/*local command systemic tables*/
#localReactionTable td, #systemicReactionTable td,
#localReactionTable td label, #systemicReactionTable td label {
    font-size: 0.9rem;
    font-weight: 400;
    font-family: "Google Sans",Roboto,Arial,Helvetica,sans-serif;
    height: auto;
    letter-spacing: .25px;
    color: darkslategray;
}

    #localReactionTable td label, #systemicReactionTable td label {
        color: #3f69aa;
    }

.indexFormInput {
    border: none;
    transition: 1s;
}

    .indexFormInput:focus {
        outline: none;
        color: #495057;
        border-bottom: solid 1px;
    }

.formInput.formInputLarge {
    width: 85%;
}

.formInput:focus {
    outline: none;
    background-color: rgb(232, 240, 254);
    border-bottom: 3px solid #6495ED;
}

.formInputSCIT:focus {
    outline: none;
    background-color: aliceblue;
    border-bottom: 3px solid #82b1fc;
}



.pageTitle {
    font-family: 'Noto Sans KR', sans-serif;
}

/*.pq-radiobutton {
    background-color: #fafafa;
}*/
.e-radio + label .e-label {
    color: #2f4f4fba;
    font-size: 15px;
}

@media only screen and (max-width: 991px) {
    .userDetailsContent {
        flex-direction: column;
    }

        .userDetailsContent .userMainInfo {
            display: flex;
            flex-direction: row;
            justify-content: space-around;
        }

    .userDetailRoles {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .scit-radiobuttons {
        display: flex;
        flex-direction: column;
    }

        .scit-radiobuttons div {
            margin: 1rem 0;
        }
}

@media only screen and (min-width: 991px) {
    .userDetailsContent {
        display: flex;
        justify-content: space-around;
    }

        .userDetailsContent .userMainInfo {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

    .userDetailRoles {
        width: 75%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    .scit-radiobuttons-first {
        display: flex;
        flex-direction: row;
    }
}

@media only screen and (max-width: 576px) {
    .userDetailsContent .userMainInfo {
        display: flex;
        flex-direction: column;
    }

    .userDetailRoles {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .scit-radiobuttons-first {
        display: flex;
        flex-direction: column;
    }

        .scit-radiobuttons-first div {
            margin: 1rem 0;
        }

    .userFormsSelection {
        flex-direction: column;
    }
}

@media only screen and (max-width: 768px) {


    .formInput.formInputLarge {
        width: 100%;
    }

    .registerIconContainer {
        font-size: 0.75rem;
        color: white;
    }


    .myProfileIcon {
        font-size: 1.1rem;
    }
}

.registerIconContainer {
    color: white;
}

    .registerIconContainer a {
        text-decoration: none;
        color: cornflowerblue;
    }

    .registerIconContainer ul {
        font-size: 1.4rem;
    }

    .registerIconContainer img {
        width: 90%;
        max-width: 450px;
    }

@media (min-width: 768px) and (max-width: 1200px) {
    .formInput {
        width: 90%;
    }

        .formInput.formInputLarge {
            width: 95%;
        }



    .registerIconContainer {
        font-size: 1.1rem;
        color: white;
    }

    .myProfileIcon {
        font-size: 1.3rem;
    }

    .ssCheckBoxes .e-list-parent.e-ul {
        display: flex;
        flex-wrap: wrap;
    }

        .ssCheckBoxes .e-list-parent.e-ul li {
            width: 50%;
        }
}

@media only screen and (min-width: 1200px) {
    .formInput {
        width: 90%;
    }

    .ssCheckBoxes .e-list-parent.e-ul {
        display: flex;
        flex-wrap: wrap;
    }

        .ssCheckBoxes .e-list-parent.e-ul li {
            width: 50%;
        }
}

@media only screen and (max-width:1074px) {
    .scit-radiobuttons-first {
        display: flex;
        flex-direction: column;
    }

        .scit-radiobuttons-first div {
            margin: 1rem 0;
        }
}

@media only screen and (max-width:1300px) {
    .scit-radiobuttons-last {
        display: flex;
        flex-direction: column;
    }

        .scit-radiobuttons-last div {
            margin: 1rem 0;
        }
}

.emailAlert {
    min-width: 250px;
    color: crimson;
}

.passwordRequirements {
    transition: ease-in 3s;
}

.tableLinks:hover {
    text-decoration: none;
}

.tableLinks i {
    animation-duration: 4s;
}

.iconRotate {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

@keyframes iconRotate {
    from {
        transform: rotateX(0deg);
    }

    to {
        transform: rotateX(180deg);
    }
}

/*  SCIT CREATE*/
.SCIT-image {
    width: 100%;
    /*    height: 15rem;*/
}

.SCIT-imageContainer {
    max-height: 15rem;
    overflow: hidden;
}

#patient-ss .e-content {
    width: 100%;
}

.e-listview .e-list-text {
    overflow: visible;
}

.pq-radiobutton span.e-label {
    font-size: 1rem;
}

.smallText {
    letter-spacing: 0.5px;
}

.e-grid .e-groupdroparea {
    background-color: transparent;
    color: cornflowerblue;
    transition: 1s;
}

    .e-grid .e-groupdroparea.e-hover {
        background-color: RGBA(100,149,237,.6);
        color: white;
        opacity: 0.7;
    }

.e-grid .gridIcon {
    font-size: 1.5em;
    color: #3f69aa;
}

.gridGroupHeader {
    display: flex;
    justify-content: space-between;
}

.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    background-color: aliceblue;
    color: #005195;
    height: auto;
}

.detailsMainText {
    color: #005195;
    font-weight: 500;
}

.e-chart {
    height: inherit !important;
}

.e-accumulationchart {
    height: inherit !important;
}

.e-panel-container {
    overflow: auto;
}

#scitContainer {
    max-width: 1200px;
}

.detailsPillsButtons {
    background-color: aliceblue;
    color: #005195;
}

.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick .e-tick-value.e-tick-after .selectedItems {
    position: relative;
    text-align: center;
    bottom: -24px;
}

.patientSS-addButon-Container {
    min-width: 212px;
}

/*SCIT DETAILS*/
.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick .e-tick-value.e-tick-after {
    text-align: center;
}

.reportDetailsImg img {
    max-width: 400px;
    min-width: 200px;
}

.mainInformationDetailsContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.textStyle {
    font-weight: 400;
    font-family: "Google Sans",Roboto,Arial,Helvetica,sans-serif;
    height: auto;
  /*  letter-spacing: .25px;*/
    padding: 10px 24px 10px 0;
    padding: 10px 16px 10px 13px;
}

.textColor {
    color: #0067bd;
}
