html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 1378px) {
    .hidden-maxw1280px {
        visibility: hidden !important;
    }
}

.top-25 {
    /*position:relative;*/
    top: 25vh !important;
}
.top-50 {
    /*position:relative;*/
    top: 50vh !important;
}
.vh-80 {
    min-height: 80vh !important;
}
.vh-90 {
    min-height: 90vh !important;
}

.onhover:hover, .onhover:focus, .onhover:active, .onhover.active, .open > .dropdown-toggle.onhover {
    font-size: 100%;
    font-weight: 700;
    color: #00a2e8 !important;
}

.onhover-light:hover, .onhover-light:focus, .onhover-light:active, .onhover-light.active, .open > .dropdown-toggle.onhover {
    font-size: 100%;
    font-weight: 700;
    color: white !important;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.btn-pink {
    background-color: deeppink;
    color: white;
    border-color: deeppink;
}

.btn-outline-pink {
    color: deeppink;
    background-color: white;
    border-color: deeppink;
    letter-spacing: 0.05em;
}

    .btn-outline-pink:hover, .btn-outline-pink:focus, .btn-outline-pink:active, .btn-outline-pink.active, .open > .dropdown-toggle.btn-outline-pink {
        background-color: deeppink;
        color: white;
    }

.btn-pink:focus, .btn-pink:active:focus {
    /*box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;*/
}

.btn-violet {
    background-color: darkviolet;
    color: white;
    border-color: darkviolet;
}

.btn-outline-violet {
    color: darkviolet;
    background-color: violet;
    border-color: darkviolet;
    letter-spacing: 0.05em;
}

    .btn-outline-violet:hover, .btn-outline-violet:focus, .btn-outline-violet:active, .btn-outline-violet.active, .open > .dropdown-toggle.btn-violet {
        background-color: darkviolet;
        color: white;
        border-color: darkviolet;
    }

.btn-lightgreen {
    background-color: lightgreen;
    color: gray;
    border-color: #d1e7dd;
}

.btn-outline-lightgreen {
    color: #198754;
    /*background-color: #ffffff;*/
    border-color: #198754;
    letter-spacing: 0.05em;
}

    .btn-outline-lightgreen:hover, .btn-outline-lightgreen:focus, .btn-outline-lightgreen:active, .btn-outline-lightgreen.active, .open > .dropdown-toggle.btn-lightgreen {
        background-color: #d1e7dd;
        font-weight: 800;
        color: green;
    }

.btn-brown {
    background-color: saddlebrown;
    color: white;
    border-color: saddlebrown;
}

.btn-outline-brown {
    color: saddlebrown;
    /*background-color: #ffffff;*/
    border-color: saddlebrown;
    letter-spacing: 0.05em;
}

    .btn-outline-brown:hover, .btn-outline-brown:focus, .btn-outline-brown:active, .btn-outline-brown.active, .open > .dropdown-toggle.btn-brown {
        background-color: saddlebrown;
        font-weight: 800;
        color: white;
    }

.btn-warning-custom {
    /*color: black !important;*/
    /* background-color: #837171;*/
    /*border-color: #837171;*/ /*set the color you want here*/
}

    .btn-warning-custom:hover, .btn-warning-custom:focus, .btn-warning-custom:active, .btn-warning-custom.active, .open > .dropdown-toggle.btn-warning-custom {
        color: black !important;
        background-color: #ffc107;
        /*border-color: #837171;*/ /*set the color you want here*/
    }

.btn-info-custom {
    /*color: black !important;*/
    /* background-color: #837171;*/
    /*border-color: #837171;*/ /*set the color you want here*/
}

    .btn-info-custom:hover, .btn-info-custom:focus, .btn-info-custom:active, .btn-info-custom.active, .open > .dropdown-toggle.btn-info-custom {
        color: black !important;
        background-color: #cff4fc;
        background-color: #cff4fc;
        /*border-color: #837171;*/ /*set the color you want here*/
    }

.hidden-arrow.dropdown-toggle:after {
    display: none
}


html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.w-24rem {
    width: 24rem;
}

.w-2perc {
    width: 2%;
}

.w-5perc {
    width: 5%;
}

.w-6perc {
    width: 6%;
}

.w-10perc {
    width: 10%;
}

.w-15perc {
    width: 15%;
}

.w-20perc {
    width: 20%;
}

.w-30perc {
    width: 30%;
}

.w-35perc {
    width: 35%;
}

.w-40perc {
    width: 40%;
}

.w-60perc {
    width: 60%;
}

.w-70perc {
    width: 70%;
}

.fs-50perc {
    font-size: 50%;
}

.fs-60perc {
    font-size: 60%;
}

.fs-70perc {
    font-size: 70%;
}

.fs-75perc {
    font-size: 75%;
}

.fs-80perc {
    font-size: 80%;
}

.fs-90perc {
    font-size: 90%;
}

.fs-96perc {
    font-size: 96%;
}

.fs-100perc {
    font-size: 100%;
}

.mw-1perc {
    min-width: 1%;
}

.mw-20perc {
    min-width: 20%;
}

.mw-70perc {
    min-width: 70% !important;
}

.mw-90perc {
    min-width: 90%;
}

.mw-96perc {
    min-width: 96%;
}

.mw-100perc {
    min-width: 100%;
}

.mw-10px {
    min-width: 10px;
}

.mw-20px {
    min-width: 20px;
}

.mw-25px {
    min-width: 25px;
}

.mw-30px {
    min-width: 30px;
}

.mw-35px {
    min-width: 35px;
}

.mw-40px {
    min-width: 40px;
}

.mw-50px {
    min-width: 50px;
}

.mw-55px {
    min-width: 55px;
}

.mw-60px {
    min-width: 60px;
}

.mw-70px {
    min-width: 70px;
}

.mw-80px {
    min-width: 80px;
}
.mw-90px {
    min-width: 90px;
}

.mw-100px {
    min-width: 100px;
}

.mw-120px {
    min-width: 120px;
}

.mw-140px {
    min-width: 140px;
}

.mw-150px {
    min-width: 150px;
}

.mw-160px {
    min-width: 160px;
}

.mw-180px {
    min-width: 180px;
}

.mw-200px {
    min-width: 200px;
}

.mw-220px {
    min-width: 220px;
}

.mw-240px {
    min-width: 240px !important;
}

.mw-260px {
    min-width: 260px;
}

.mw-280px {
    min-width: 280px;
}

.mw-300px {
    min-width: 300px;
}

.mw-320px {
    min-width: 320px !important;
}

.mw-420px {
    min-width: 420px !important;
}

.mw-520px {
    min-width: 520px !important;
}

.mw-600px {
    min-width: 600px !important;
}

.mw-800px {
    min-width: 800px !important;
}

.mw-1000px {
    min-width: 1000px !important;
}
.mw-1200px {
    min-width: 1200px !important;
}
.maxw-5px {
    max-width: 5px;
}

.maxw-10px {
    max-width: 10px;
}

.maxw-20px {
    max-width: 20px;
}

.maxw-30px {
    max-width: 30px;
}

.maxw-35px {
    max-width: 35px;
}

.maxw-40px {
    max-width: 40px;
}

.maxw-45px {
    max-width: 45px;
}

.maxw-50px {
    max-width: 50px;
}

.maxw-55px {
    max-width: 55px;
}

.maxw-60px {
    max-width: 60px;
}

.maxw-80px {
    max-width: 80px;
}

.maxw-100px {
    max-width: 100px;
}

.maxw-120px {
    max-width: 120px;
}

.maxw-140px {
    max-width: 140px;
}

.maxw-150px {
    max-width: 150px;
}

.maxw-160px {
    max-width: 160px;
}

.maxw-180px {
    max-width: 180px;
}

.maxw-200px {
    max-width: 200px;
}

.maxw-220px {
    max-width: 220px;
}

.maxw-240px {
    max-width: 240px;
}

.maxw-260px {
    max-width: 260px;
}

.maxw-280px {
    max-width: 280px;
}

.maxw-300px {
    max-width: 300px;
}

.maxw-320px {
    max-width: 320px;
}

.maxw-800px {
    max-width: 800px;
}

.maxw-800px {
    max-width: 800px;
}

.maxw-1200px {
    max-width: 1200px;
}

.maxw-14perc {
    max-width: 14%;
}
.maxw-96perc {
    max-width: 96%;
}

.maxw-16rem {
    max-width: 16rem;
}

.maxw-18rem {
    max-width: 18rem !important;
}

.minw-maxw-10px {
    min-width: 10px !important;
    max-width: 10px !important;
}

.minw-maxw-12px {
    min-width: 12px !important;
    max-width: 12px !important;
}

.minw-maxw-15px {
    min-width: 15px !important;
    max-width: 15px !important;
}

.minw-maxw-20px {
    min-width: 20px !important;
    max-width: 20px;
}

.minw-maxw-30px {
    min-width: 30px !important;
    max-width: 30px;
}

.minw-maxw-40px {
    min-width: 40px !important;
    max-width: 40px !important;
}

.minw-maxw-50px {
    min-width: 50px !important;
    max-width: 50px !important;
}
.minw-maxw-80px {
    min-width: 80px !important;
    max-width: 80px !important;
}

.minw-maxw-100px {
    min-width: 100px !important;
    max-width: 100px !important;
}

.minw-maxw-120px {
    min-width: 120px !important;
    max-width: 120px;
}
.minw-maxw-150px {
    min-width: 150px !important;
    max-width: 150px;
}
.minw-maxw-320px {
    min-width: 320px !important;
    max-width: 320px;
}

.minw-maxw-600px {
    min-width: 600px !important;
    max-width: 600px;
}

.minh-10px {
    min-height: 10px;
}

.minh-25px {
    min-height: 25px;
}

.minh-30px {
    min-height: 30px;
}

.minh-40px {
    min-height: 40px;
}

.minh-50px {
    min-height: 50px;
}

.minh-60px {
    min-height: 60px;
}
.minh-70px {
    min-height: 70px;
}

.minh-80px {
    min-height: 80px;
}

.minh-100px {
    min-height: 100px;
}

.minh-150px {
    min-height: 150px;
}

.minh-200px {
    min-height: 200px;
}

.minh-300px {
    min-height: 300px;
}

.minh-400px {
    min-height: 400px;
}

.minh-500px {
    min-height: 500px;
}

.minh-600px {
    min-height: 600px;
}

.minh-640px {
    min-height: 640px !important;
}

.maxh-10px {
    max-height: 10px;
}

.maxh-25px {
    max-height: 25px;
}

.maxh-30px {
    max-height: 30px;
}

.maxh-40px {
    max-height: 40px;
}

.maxh-50px {
    max-height: 50px;
}

.maxh-80px {
    max-height: 80px;
}

.maxh-100px {
    max-height: 100px;
}

.maxh-200px {
    max-height: 200px;
}

.maxh-300px {
    max-height: 300px;
}

.maxh-400px {
    max-height: 400px;
}

.maxh-540px {
    max-height: 540px;
}

.maxh-60vh {
    max-height: 60vh;
}

.minh-maxh-10px {
    min-height: 10px !important;
    max-height: 10px;
}

.minh-maxh-15px {
    min-height: 15px !important;
    max-height: 15px;
}

.minh-maxh-80px {
    min-height: 80px !important;
    max-height: 80px;
}

.minh-maxh-100px {
    min-height: 100px !important;
    max-height: 100px;
}

.minh-maxh-120px {
    min-height: 120px !important;
    max-height: 120px;
}

.minh-maxh-240px {
    min-height: 240px !important;
    max-height: 240px;
}

.left-min5px {
    left: -5px;
}

.left-min7px {
    left: -7px;
}

.left-min10px {
    left: -10px;
}

.left-min15px {
    left: -15px;
}

.left-0px {
    left: 0px;
}

.left-5px {
    left: 5px;
}

.left-10px {
    left: 10px;
}

.left-15px {
    left: 15px;
}

.left-20px {
    left: 20px;
}

.rounded-top-left-1 {
    border-top-left-radius: 5px;
}

.rounded-top-left-2 {
    border-top-left-radius: 10px !important;
}

.rounded-top-right-1 {
    border-top-right-radius: 5px;
}

.rounded-top-right-2 {
    border-top-right-radius: 10px !important;
}

.rounded-bottom-left-1 {
    border-bottom-left-radius: 1rem;
}

.rounded-bottom-left-2 {
    border-bottom-left-radius: 1rem;
}

.rounded-bottom-right-1 {
    border-bottom-right-radius: 1rem;
}

.rounded-bottom-right-2 {
    border-bottom-right-radius: 1rem;
}

.border-bottom-pink-1 {
    border-bottom: 1px solid #e46774;
}

.border-darkorange-2-dashed {
    border: 2px dashed darkorange;
}

.border-bottom-info-1 {
    border-bottom: 1px solid #00ffff;
}

.border-bottom-primary-1 {
    border-bottom: 1px solid #007bff;
}

.border-bottom-success-1 {
    border-bottom: 1px solid green;
}
.border-watery-2-dashed {
    border: 2px dashed #28beff;
}
.border-success-2-dashed {
    border: 2px dashed lightgreen;
}

.border-bottom-warning-1 {
    border-bottom: 1px solid orange;
}

.border-warning-2-dashed {
    border: 2px dashed orange;
}

.border-bottom-danger-1 {
    border-bottom: 1px solid red;
}

.border-bottom-dark-1 {
    border-bottom: 1px solid black;
}

.border-bottom-secondary-1 {
    border-bottom: 1px solid gray;
}

.border-bottom-watery-1 {
    border-bottom: 1px solid cyan;
}
.border-bottom-wateryplus-1 {
    border-bottom: 1px solid #1abaff;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vertical-center-relative {
    margin: 0;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.border-radius-2px {
    border-radius: 2px;
}

.border-radius-4px {
    border-radius: 4px;
}

.border-radius-8px {
    border-radius: 8px;
}

.top-min5px {
    top: -5px;
}

.top-min10px {
    top: -10px;
}

.top-min20px {
    top: -20px;
}

.top-min25px {
    top: -25px;
}

.top-min30px {
    top: -30px;
}

.top-min40px {
    top: -40px;
}

.top-min50px {
    top: -50px;
}

.top-min70px {
    top: -70px;
}

.top-0px {
    top: 0px;
}

.top-5px {
    top: 5px;
}

.top-10px {
    top: 10px;
}

.top-20px {
    top: 20px;
}

.top-25px {
    top: 25px;
}
.top-30px {
    top: 30px;
}
.top-40px {
    top: 40px;
}

.top-50px {
    top: 50px;
}

.top-60px {
    top: 60px;
}

.top-70px {
    top: 70px;
}

.text-watery {
    color: #00a2e8;
}
.text-wateryplus {
    color: #1abaff !important;
}
.text-hotpink {
    color: hotpink !important;
}
.text-deeppink {
    color: deeppink !important;
}
.text-violet {
    color: darkviolet;
}

.text-blueviolet {
    color: blueviolet;
}

.text-gold {
    color: gold;
}

.text-orange {
    color: #f99124;
}

.text-darkorange {
    color: darkorange;
}

.text-lightgreen {
    color: #28a745;
}
.bg-pink {
    background-color: pink !important;
}
.bg-violet {
    background-color: violet !important;
}
.bg-palegrey {
    background-color: #f8f9fa;
}

.bg-watery {
    background-color: #8de6fd;
}
.bg-watery {
    background-color: #8de6fd;
}
.bg-dashboard {
    background-color: #f1fcfe !important;
}

.btn-pulse {
    background-color: none;
    border-radius: 50%;
    position: relative;
    animation: btn-animate 3s linear infinite
}

    .btn-pulse i {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        height: 100%;
        cursor: pointer
    }

.login-pulse {
    width: 70px;
    height: 70px;
    background-color: none;
    border-radius: 50%;
    position: relative;
    animation: animate 3s linear infinite
}

    .login-pulse i {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        color: #fff;
        height: 100%;
        cursor: pointer
    }

@keyframes animate {
    0% {
        box-shadow: 0 0 0 0 rgb(0, 162, 232, 0.7), 0 0 0 0 rgb(0, 162, 232, 0.7)
    }

    40% {
        box-shadow: 0 0 0 20px rgb(0, 162, 232, 0), 0 0 0 0 rgb(0, 162, 232, 0.7)
    }

    80% {
        box-shadow: 0 0 0 20px rgb(0, 162, 232, 0), 0 0 0 20px rgb(0, 162, 232, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgb(0, 162, 232, 0), 0 0 0 20px rgb(0, 162, 232, 0)
    }
}

@keyframes btn-animate {
    0% {
        box-shadow: 0 0 0 0 rgb(0, 162, 232, 0.7), 0 0 0 0 rgb(0, 162, 232, 0.7)
    }

    40% {
        box-shadow: 0 0 0 5px rgb(0, 162, 232, 0), 0 0 0 0 rgb(0, 162, 232, 0.7)
    }

    80% {
        box-shadow: 0 0 0 5px rgb(0, 162, 232, 0), 0 0 0 10px rgb(0, 162, 232, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgb(0, 162, 232, 0), 0 0 0 10px rgb(0, 162, 232, 0)
    }
}

@media (max-width: 768px) {
    .sidebar {
        /* visibility: hidden;
    clear: both;
    float: left;
    display: none;*/
        min-height: 100vh;
    }
}

    @media (min-width: 768px) {

        /* The sidebar menu */
        .sidebar {
            overflow-x: hidden;
            transition: 240ms;
            min-height: 100vh;
            /*min-width: 50px;*/
            position: fixed;
            z-index: 1;
            top: 30px;
            left: -5px;
            /*background-color: white !important;*/
        }

            /* The sidebar links */
            .sidebar a {
                text-decoration: none;
                font-size: 90%;
                color: #818181;
                display: block;
                transition: 240ms;
            }

                /* When you mouse over the navigation links, change their color */
                .sidebar a:hover {
                    /*color: #f1f1f1;*/
                    color: #1ca7f2;
                    background-color: #eeeee4;
                    font-size: 100%;
                    font-weight: 700;
                    min-width: 100%;
                }

        .myitem {
            flex: 1;
            width: 50px;
            height: 100vh;
            font-size: 100%;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            transition: flex 0.8s ease;
            scrollbar-width: none;
        }

            .myitem:hover {
                flex: 1;
                height: 100vh;
                width: 240px;
                font-size: 100%;
            }
    }

    ::-webkit-scrollbar {
        width: 1px;
    }

    ::-webkit-scrollbar-track {
        background: transparent;
        background: #fff
    }

    ::-webkit-scrollbar-thumb {
        background-color: rgba(155, 155, 155, 0.5);
        border-radius: 20px;
        border: transparent;
    }

@media (min-width: 768px) {
    .patient-custom-dropdown {
        /*  display: flex;
                    flex-wrap: wrap; */
        min-height: 480px !important;
    }
}

@media (max-width: 768px) {
    .patient-custom-dropdown {
        /*  display: flex;
                    flex-wrap: wrap; */
        max-height: 160px !important;
    }
}

@media print {
    @page {
        /* padding-left: 0px;
                                    padding-right: 0px; */
        margin-left: 0.0in;
        margin-right: 0.0in;
        margin-top: 0.5in;
        margin-bottom: 0.5in;
        font-size: 120%;

    }
    .main {
        position: relative;
        top: -30px;
    }
    .body-container {
        /*  padding-left: 0px;
                                    padding-right: 0px; */
        margin-left: 0.0in;
        margin-right: 0.0in;
        margin-top: 0.5in;
        margin-bottom: 0.5in;
        font-size: 120%;
        position: relative;
        top: -30px;
    }
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content2 {
    display: none;
    position: fixed;
    left: -200px;
    top: 200px;
    background-color: #f1f1f1;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content2 a {
        padding: 6px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

.spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    margin: 0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(0,174,239,.15);
    border-right: 6px solid rgba(0,174,239,.15);
    border-bottom: 6px solid rgba(0,174,239,.15);
    border-top: 6px solid rgba(0,174,239,.8);
    border-radius: 100%;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
    background: #eee;
    font-weight: 600;
    font-size:110%;
    cursor: pointer
}

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(to bottom,#fdd49a,#fdf59a);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fdd49a),to(#fdf59a));
    background-image: -webkit-linear-gradient(to bottom,#fdd49a,#fdf59a);
    background-image: -o-linear-gradient(to bottom,#fdd49a,#fdf59a);
    background-image: linear-gradient(to bottom,#fdd49a,#fdf59a);
    background-repeat: repeat-x;
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    font-weight: 600;
    font-size: 110%;
    color: #000
}

.datepicker .weekend-highlight .ui-state-default {
    background-color: red;
    color: red !important;
}