html {
}

body {
    margin-bottom: 60px;
}

.container {
    background-color: aliceblue;
    display: grid;
    grid-template-areas:
        "head head "
        "sidemenu usersmenu"
        "sidemenu  contain"
        "footer footer";
    grid-template-columns: max-content auto;
    grid-template-rows: 130px max-content auto auto;
}

.TopMenu {
    grid-area: usersmenu;
    margin-bottom: 10px;
}

.TheHead {
    grid-area: head;
    background: linear-gradient(90deg,white 0%, whitesmoke 1%, blue 100%);
    display: grid;
    grid-template-areas: "thelogo middle thename";
    grid-template-columns: 200px auto 100px;
    position: relative;
    box-shadow: 0px 0px 5px blue;
}

    .TheHead .TheLogo {
        grid-area: thelogo;
        margin: auto;
        position: relative;
    }

.TheLogo img {
    margin: auto;
    height: 120px;
    width: 140px;
    border-radius: 30px;
}

#TheUserMenuDrop {
    grid-area: middle;
    position: absolute;
    bottom: 10px;
    margin: auto;
    width: 100%;
    text-align: center;
}

.TopMenuInfo {
    grid-area: middle;
    text-align: left;
}

.TheContain {
    grid-area: contain;
    padding: 5px;
}

.sidemenu {
    grid-area: sidemenu;
}

.SideMainMenu {
    background-color: lightblue;
    padding: 5px;
    text-align: center;
    border: 1px solid blue;
    border-radius: 5px 10px;
    margin: 1px;
}

    .SideMainMenu p {
        margin: 2px;
        text-align: center;
    }

.sidemenu .sidemenuItem {
    background-color: white;
    padding: 5px;
    text-align: left;
    border: 1px solid blue;
    border-radius: 5px;
    margin-right: 20px;
}

.sidemenu a {
    text-decoration: none;
}

    .sidemenu a div {
        color: initial;
    }

    .sidemenu a:visited div {
        text-decoration: none;
    }

.aChoiceDiv {
    display: block;
}

.aChoice {
    display: inline-block;
}

.sidemenu .sidemenuItem:hover {
    background-color: darkgrey;
    padding: 5px;
    border: 2px solid blue;
}

.thefooter {
    grid-area: footer;
    background: linear-gradient(90deg,rgb(112, 141, 202) 0%, rgba(87, 199, 165, 1) 13%, rgba(148, 168, 209, 1) 100%);
    text-align: center;
    margin: auto;
    text-align: center;
    position: page;
    bottom: 20px;
}

    .thefooter div {
        color: yellow;
        left: 20px;
        width: 100%;
    }

.TheTopHead {
    background-color: seagreen;
    text-align: center;
}

    .TheTopHead p {
        height: 20px;
        margin: 0px;
    }

    .TheTopHead .LangArea {
        display: inline;
        position: fixed;
        left: 50px;
        top: 8px;
    }

        .TheTopHead .LangArea a {
            color: white;
            font-size: large;
        }

button, .abutton {
    background-color: powderblue;
    padding: 10px;
    border-radius: 10px 5px;
    box-shadow: grey 2px 5px;
    color: black;
    font-size: large;
    min-width: 100px;
    display: inline-block;
}

    button:hover, .abutton:hover {
        box-shadow: 0px 0px 25px blue;
    }

input[type=text], input[type=email],
input[type=password], input[type=number], select {
    height: 30px;
    border-radius: 10px;
    margin-bottom: 10px;
    text-align: center;
}

input::placeholder {
    font-size: large;
    text-align: center;
}

input[type=text]:focus, input[type=email]:focus,
input[type=password]:focus, input[type=number]:focus, select:focus {
    box-shadow: -10px -10px 15px green;
    text-align: center;
}

.RemoveADecoration {
    text-decoration: none;
}

    .RemoveADecoration:visited {
        color: inherit;
    }

    .RemoveADecoration:link {
        color: inherit;
    }

.SingInContainer {
    background-color: blueviolet;
    width: 80%;
    margin: auto;
}

.SignInLogoImage {
    text-align: center;
    max-width: 80%;
}

.SingInImage {
    width: 60%;
    margin: auto;
    border-radius: 30%;
    box-shadow: 10px 10px 80px green;
}

.SignInArea {
    text-align: center;
    position: relative;
    top: 0px;
    min-width: 500px;
    margin: auto;
}

#MyUserMenuDrop {
    visibility: hidden;
}

.ShowPtPageArea {
    display: flex;
    gap: 10px;
    background-color: papayawhip;
    color: blue;
    border-radius: 30px;
    margin: auto;
    text-align: center;
    align-content: center;
    align-items: center;
    justify-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding: 5px;
}

    .ShowPtPageArea > span {
        display: inline-block;
        font-size: x-large;
    }

        .ShowPtPageArea > span > pre {
            display: inline-block;
        }

.blink {
    color: red;
}

.ShowPtPageSideItem {
    display: inline-block;
    margin: auto;
    font-size: large;
}

.MyForm {
    gap: 20px;
    margin: auto;
}



.InLineImage {
    display: inline-block;
    background-color: transparent;
    height: 25px;
    position: relative;
    border-radius: 10px;
    top: 2px;
}

.TheMsgText {
    position: fixed;
    top: 50%;
    left: 50%;
    border: red solid;
    box-shadow: orange 3px 3px;
    font-size: x-large;
    background: beige;
    transition: all 0.2s ease-in-out;
    z-index: 1;
}

.visibleNo {
    display: none;
}

.ToCopy:hover .TheMsgText2 {
    display: none;
}


.UserMenuDropIsHidden {
    visibility: visible;
}

.ShowAVoucherPage {
    margin: auto;
    text-align: center;
}

    .ShowAVoucherPage table {
        margin: auto;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .ShowAVoucherPage div {
        margin: auto;
        text-align: center;
    }

.MainTable {
    margin: auto;
}

    .MainTable td {
        padding: 5px 15px 5px 15px;
        text-align: center;
    }

.ContentMainPage {
    margin: auto;
    border: double 30px skyblue;
    text-align: center;
    padding: 30px;
    width: fit-content
}

.NewPatientTable {
    font-family: Calibri;
    font-size: large;
}

.TestClass {
    display: block;
    position: absolute;
    bottom: 20px;
    margin: auto;
    width: 100%;
}

.TableTest {
}

.MainPatientClass {
    /*height:75px*/
    min-height: 150px;
    margin: 15px;
    margin-left: 10px;
    border: solid;
    position: relative;
    border-color: rgb(90,199,171);
    width: contain;
    padding: 10px;
    justify-items: flex-start;
    background-color: azure;
    border-radius: 15px 5px;
    flex-wrap: wrap;
    box-shadow: rgb(90,199,171) 3px 3px;
}

.AutoCompleteList {
    position: absolute;
    display: inline-block;
    width: fit-content;
    min-width: 150px;
    margin-top: -5px;
    background-color: burlywood;
    padding: 5px;
    border-radius: 10px 2px;
    visibility: hidden;
}

    .AutoCompleteList > div {
        border-radius: 5px;
        background-color: white;
        text-align: center;
        border: solid 1px;
        margin: 1px;
        padding: 2px;
    }

        .AutoCompleteList > div:hover {
            background-color: aqua;
        }

.RVPage {
    display: grid;
    margin: auto;
    grid-template-areas: "Barcode CoInfo2 Image"
        "Info Info Info"
        "Foot Foot Foot";
    grid-template-columns: 30% auto 30%;
}

    .RVPage div {
    }

.RvCoInfo2 {
    border: double 10px blue;
    grid-area: CoInfo2;
    align-content: center;
    align-items:center;
    justify-content:center;
    justify-items:center;
    display: inline-block;
    text-align: center;
    width:80%;
    
    margin:auto;
}
    .RvCoInfo2 div {
    margin:auto;
    }
    .RVTopBarcode {
    display: inline-block;
    align-content: center;
    grid-area: Barcode;
    height: 150px;
    text-align: center;
}

.RVTopImage {
    display: inline-block;
    grid-area: Image;
    margin: auto;
    height: 150px;
    align-content: center;
}

.RVTopImageP {
    height: 90%;
    margin: auto;
    border-radius: 30%;
}

.RVTopImageB {
    height: 90%;
    margin: auto;
}

.RVPtInfo {
    display: inline-block;
    grid-area: Info;
    margin: 20px auto;
}

.RVFooter {
    display: inline-block;
    grid-area: Foot;
    text-align: center;
}

.RVAmountDate {
    border: double 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 5px 100px 5px 100px;
    align-content: center;
    background-color: floralwhite;
    border-radius: 30px;
height:2em;
}

.RVTheAmount {
    display: inline-block;
    float: right;
    margin-right: 10px;
    background-color: orange;
    border-radius: 30px;
    padding: 5px 20px 5px 20px;
    width:fit-content;
    height:fit-content;
}
.RVTheAmount img {
    
    
    
    width:20px;
    
}

.RVAllInfo {
    border: double blue 5px;
    width: fit-content;
    margin: 25px 100px;
    display: inline-block;
}

.RVAllInfoLine {
    padding: 5px;
    text-align: center;
}

    .RVAllInfoLine div {
        display: inline-block;
        border-radius: 50px;
        background-color: antiquewhite;
        padding: 10px 10px;
        min-width: 200px;
    }

.RVTheDate {
    display: inline-block;
    margin-left: 10px;
    float: left;
    padding: 5px 20px 5px 20px;
    border-radius: 30px;
    background-color: orange;
}
.MainPageItems {
    align-items: center;
    justify-content: center;
    display: flex;
    gap:10px;
}
.PageItem{
    background-color:cadetblue;
    
        text-decoration:none;
    padding:10px;
    border-radius:30px;
    color:darkblue;
      
    
width:fit-content;
}
    .PageItem a {
        
        text-decoration: none;
        background-color: inherit;
        color: wheat;
        font-family:Calibri;
    }
@media (max-width:800px) {
    div {
        font-size: small;
        font-family: 'Times New Roman', Times, serif;
    }

    .container {
        grid-template-areas:
            "head head "
            "sidemenu blankarea"
            "sidemenu  contain"
            "footer footer";
        grid-template-rows: 50px 10px auto auto;
    }

    .TheLogo img {
        height: 60px;
        width: 70px;
    }

    #MyUserMenuDrop {
        
    background-color:deepskyblue;
        width: 30px;
        height: 30px;
        margin: auto auto 5px auto;
        font-size: xx-large;
        padding: 0px;
        text-align: center;
        color: white;
        visibility: visible;
    }
    #TheUserMenuDrop {
    top:20px;
    bottom:inherit;
    z-index:5;
    
    }
    .TopMenu {
        grid-area: unset;
        width: 100px;
        position: absolute;
        top: 35px;
        left: 40%;
    }


    .UserMenuDropIsHidden {
        visibility: hidden;
        display: none;
    }

    .SignInLogoImage {
        display: none;
    }

    .TopMenu .dropdown {
        margin-bottom: 5px;
    }
}

@media print {
    .noprint {
        display: none !important;
    }

    .PrintClass {
        position: fixed;
        top: 10px;
    }

    .container {
        background-color: white;
    }

    .TheContain {
        position: relative;
        top: -90px;
    }

    .RVPage {
        position: fixed;
        top: 10px;
        margin-top: 10px;
        width: 100%;
    }

    .RVAmountDate {
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 5px;
        zoom: 80%;
    }

    .RVAllInfo {
        border: double blue 5px;
        zoom: 80%;
        display: inline-block;
    }
}
