﻿
.sidenav {
    height: 95%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    background-color: #f8f8ff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 55px;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

.chart4u {
    width: 55%;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }

    .chart4u {
        min-width: 100%;
    }
}

.scroll {
    overflow-x: hidden; /* Hide horizontal scrollbar */
    overflow-y: scroll; /* Add vertical scrollbar */
    max-height: 600px;
}

/*on Reports-Patient-Visits.razor*/
.btnPatientSearchRow {
    min-width: 100%;
    display: flex;
}

.btnPatientSearch {
    min-width: 50%;
}

/*on Reports-resrouce-links-usage.razor*/
.btnSearchRow {
    min-width: 100%;
    display: flex;
}

.btnSearch {
    min-width: 50%;
}

.clientImageTop {
    max-height: 105px;
}

clientImageTop {
    max-height: 105px;
}

.nav-item {
    padding-bottom: 0.1rem;
}

nav-item {
    padding-bottom: 0.1rem;
}

@media screen and (max-width: 900px) {
    .btnPatientSearch {
        min-width: 100%;
    }

    .btnPatientSearchRow {
        min-width: 100%;
        display: block;
    }

    .btnSearch {
        min-width: 100%;
    }

    .btnSearchRow {
        min-width: 100%;
        display: block;
    }
}

@media print {
    .hide-on-printing {
        display: none;
        // hide the elements have this class when document is being printed
    }
}