.pinkBtn {
    border: 0.3px solid gray;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    width: 90px;
    background-color:  #C562AF; 
    color: white;
    cursor: pointer;     
}
    .pinkBtn:hover {
        background-color: #DB8DD0;     
    }
     
.TashkhisBtn {
    font-size: 13px;
    width: 150px;
    margin-right: 20px ;
    margin-right:3px  
}
 
    .TashkhisBtn:hover{
        background-color:aqua
    }

    .blueBtn {
        border: 0.3px solid gray;
        border-radius: 4px;
        text-align: center;
        font-size: 14px;
        width: 90px;
        background-color: #00809D;
        color: white;
        cursor: pointer;

    }

    .blueBtn:hover {
        background-color: #9ECAD6;
        color:black ; 
    }


.redBtn { 
    border: 0.3px solid gray;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    width: 100px;
    background-color: #8C1007;  
    color: white;
    cursor: pointer;
}

    .redBtn:hover {
        background-color: #D25D5D;
        color: black;
    }
      
.tblDiagnosisReceptionHistory { 
    background-color: white; 
    display: block;
    overflow-y: scroll;
    overflow-x: scroll;  
    width: 100% ;  
    cursor: pointer;
    height: 50vh; 
    max-width: 95vw;
    direction:ltr ; 
}

.otherInfoinput {
    width: 200px;
    border: 0.3px solid gray;
    background-color: lavender;
    font-size: 14px;
    margin-right: 3px;
}


.otherInfolbl {
    width: 140px;
    background-color: rgb(174,210,255);
    border: 0.3px solid gray;
    text-align: center;
    font-size: 13px;
    text-align: center
}

.tblMainGridOrderBy {
    background-color: white;
    display: block;
    overflow-y: scroll;
    overflow-x: scroll;
    width: 90%;
    cursor: pointer;
    height: 120px;
    max-width: 95vw;
}

.tblMainGridEMS {
    background-color: white;
    display: block;
    overflow-y: scroll;
    overflow-x: scroll;
    width: 100%;
    cursor: pointer; 
    height: 20vh;
    max-height: 40vh;
    max-width: 94vw ;  
}
  
 
.tblMainOperationTiming {
    background-color: white; 
    display: block;
    overflow-y: scroll;
    overflow-x: scroll;
    width: 100%;
    cursor: pointer;
    height: 60vh;
    max-height: 80vh;
    max-width: 96vw;
}


.tblMainOperationTiming2 {
    background-color: white;
    display: block;
    overflow-y: scroll;
    overflow-x: scroll;
    width: 100%;
    cursor: pointer;
    height: 57vh;
    max-height: 80vh;
    max-width: 96vw;
}

.tblMainOperationTiming3 { 
    background-color: white; 
    display: block;
    overflow-y: scroll;
    overflow-x: scroll;
    width: 100%;
    cursor: pointer;
    height: 45vh;
    max-height: 80vh;
    max-width: 96vw;
}

.tblMainGridEMSAcceptNurse {
    background-color: white;
    display: block;
    overflow-y: scroll;
    overflow-x: scroll;
    width: 100%;
    cursor: pointer;
    height: 430px;
    max-height: 90vh;
    max-width: 92vw;
}

.lblTooth {
    border: 0.3px solid gray;
    border-radius: 1px;
    text-align: center;
    cursor: pointer;
    width: 30px;
    background-color: powderblue;
}

    .lblTooth:hover {
        background-color: #BBFBFF;
    }


.lblTooth2 {
    border: 0.3px solid gray;
    border-radius: 1px;
    text-align: center;
    cursor: pointer;
    width: 30px;
    background-color: #FCB454;
}

.lblTooth3 {
    border: 0.3px solid gray;
    border-radius: 1px;
    text-align: center;
    cursor: pointer;
    width: 30px;
    background-color: #FFFECE;
}

.tblMainGrid39 {
    background-color: white;
    display: block;
    overflow-y: scroll;
    overflow-x: scroll;
    width: 100%;
    cursor: pointer;
    height: 120px;
    max-height: 94vh;
    max-width: 94vw;
}


.btnBedriddenCustm {
    border: 0.3px solid gray;
    border-radius: 3px;
    width: 130px;
    text-align: center;
    margin-right: 2px;
    font-size: 13px;
    padding-top: 6px;
    padding-bottom: 5px;
    font-weight: 600;
}

    .btnBedriddenCustm:hover {
        background-color: #FFE700;
    }

.btnBedriddenCustm2 {
    border: 0.3px solid gray;
    border-radius: 3px;
    width: 130px;
    text-align: center;
    margin-right: 2px;
    font-size: 13px;
    padding-top: 6px;
    padding-bottom: 5px;
    font-weight: 600;
    background-color: #0118D8;
    color: white;
}

    .btnBedriddenCustm2:hover {
        background-color: #FFE700;
        color: black;
    }

.messageFrom2 {
    /*background: #c8eb05;*/
    /*  background-color: #A9B5DF;*/
    background-color: #C4D9FF;
    display: inline-block;
    border-width: thin;
    padding-top: 7px;
    padding-bottom: 5px;
    padding-right: 8px;
    padding-left: 6px;
    border-radius: 6px;
    min-width: 390px;
    max-width: 60%;
    width: 820px;
}

.messageTo2 {
    /*background: #c8eb05;*/
    background-color: #D1F8EF;
    display: inline-block;
    border-width: thin;
    padding-top: 7px;
    padding-bottom: 5px;
    padding-right: 8px;
    padding-left: 6px;
    border-radius: 6px;
    /* min-width: 300px;
    max-width: 80%;*/
    min-width: 390px;
    max-width: 60%;
    width: 820px;
    direction: rtl;
}

.newButton {
    border: 0.3px solid gray;
    text-align: center;
    height: 40px;
    border-radius: 5px;
}

.btnCustomForm {
    border: 0.3px solid gray;
    text-align: center;
    height: 27px;
    background-color: #B1F0F7;
}

    .btnCustomForm:hover {
        background-color: #FCC737;
    }


.lblMenuTeriaj {
    text-align: right;
    margin-top: 10px;
    width: 105%;
    height: 30px;
    padding-top: 4px;
    cursor: pointer;
}

    .lblMenuTeriaj:hover {
        /* color: white;
        background-color: #21679b;*/
        cursor: pointer;
        color: red;
        /*background-color: #78C1F3*/
        /*background-color: #86B6F6*/
    }

.RECaption {
    background-color: #F1F6F9;
    font-size: 15px;
    text-align: center;
    border: 0.3px solid gray;
    border-radius: 3px;
    width: 250px;
    margin-right: 30px;
    height: 27px;
    padding-top: 3px
}

.RECaption2 {
    background-color: #A888B5;
    /*background-color: #CA7373;*/
    /*background-color: #F8EDE3;*/
    font-size: 15px;
    text-align: center;
    border: 0.3px solid gray;
    border-radius: 3px;
    width: 250px;
    margin-right: 30px;
    height: 27px;
    padding-top: 3px
}




.RElblCaption {
    background-color: #93ABD3;
    font-size: 12.5px;
    text-align: center;
    min-width: 110px;
    margin-right: 15px;
    height: 26px;
    padding-top: 3px;
    width: 8vw
}

.REInput {
    border: 0.3px solid gray;
    font-size: 12px;
    background-color: lavender;
    width: 15vw;
    margin-right: 2px;
    height: 26px;
    min-width: 180px
}



.lblSearchbeneficiaryDiag {
    width: 100px;
    font-size: 14px;
    background-color: #5F9DF7;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    border:0.3px solid gray ;
    height:26px
}


.inputSearchbeneficiaryDiag {
    width: 200px;
    font-size: 13px;
    background-color: lavender;
    border: 0.3px solid gray;
    height: 26px ;

}

    .labelInput {
        font-size: 12px;
        padding-top: 0.2em;
        padding-bottom: 0.2em;
        text-align: center;
        width: 140px;
        margin-left: 10px;
        background-color: powderblue;
        border: solid 1px gray;
    }

.labelInput2 {
    font-size: 12px;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    background-color: powderblue;
    border: solid 1px gray;
}

.spanSearchDetail {
    font-size: 13px;
    text-align: center;
    font-weight: bold
}

.lblcaptionSearchDetail {
    font-size: 12px;
    border: solid 1px gray;
    background-color: #5F9DF7;
    padding-bottom: 1px;
    padding-top: 5px;
    text-align: center;
    width: 100px;
    border-radius: 5px;
}

.selectSearchDetail {
    font-size: 13px;
    width: 100%
}

.radioSpanSearchDetail {
    font-size: 13px;
    margin-left: 15px
}

.SearchDetalImg {
    width: 23px;
    height: 23px;
    margin-left: 3px
}

.SearchDetalbtn {
    font-size: 14px;
}

.lblbtn {
    margin-top: 8px;
    text-align: center;
    border: dotted 0.5px gray;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 4px;
    padding-top: 4px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 13px
}


    .lblbtn :hover {
        color: red;
    }


.inquiryIdentityLbl {
    border: 0.3px solid gray;
    text-align: center;
    background-color: #BBCFFF;
}

.inquiryIdentityspan {
    font-size: 15px;
}

.inquiryIdentityinput {
    border: 0.3px solid gray;
    background-color: lavender;
}


.inquiryIdentityLbl2 {
    border: 0.3px solid gray;
    background-color: #6495ED;
}

.prepaymentbtn {
    width: 120px;
    border: 0.3px solid gray;
    padding-bottom: 3px;
    padding-top: 3px;
    margin-right: 20px
}

.prepaymentimg {
    width: 25px;
    height: 25px
}

.answerWorkListLBL {
    width: 80px;
    border: 0.3px solid gray;
    background-color: #ABC9FF;
    height: 24px
}

.answerEorkListspan {
    font-size: 13px;
}

.span022 {
    width: 140px;
    margin-right: 10px;
    background-color: #588DA8;
    color: white;
    font-size: 13px;
    padding-top: 3px
}

.fieldset01 {
    margin: 8px;
    border: 1px solid #95BDFF;
    padding: 8px;
    border-radius: 4px;
    width: 165px;
    margin-right: 250px
}

.legend01 {
    padding: 1px;
    font-size: 11px;
    text-align: center
}

.fieldset02 {
    margin: 8px;
    border: 1px solid #95BDFF;
    padding: 8px;
    border-radius: 4px;
    width: 405px;
}

.serviceDesc {
    font-size: 12px;
}

.headerInput {
    background-color: lavender;
    text-align: center;
}

.headerInput2 {
    background-color: powderblue;
    border: 0.5px dotted gray;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 6px;
    padding-left: 6px;
    font-size: 13px;
    text-align: center;
}

.headerInput3 {
    background-color: powderblue;
    border: 0.5px dotted gray;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 6px;
    padding-left: 6px;
    font-size: 11px;
    text-align: center;
}

.haderTitle {
    border: 0.5px dotted gray;
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 6px;
    padding-left: 6px;
    background-color: rgb(174,210,255);
    background-color: rgb(174,210,255);
    text-align: center;
}

.haderTitle2 {
    border: 0.5px dotted gray;
    font-size: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 6px;
    padding-left: 6px;
    background-color: rgb(174,210,255);
    text-align: center;
}

.mainGridTrReception {
    width: 100%;
    display: table;
    table-layout: fixed;
}

    .mainGridTrReception :hover {
        background-color: #BAD1C2
    }

.mainGridBodyReception {
    font-size: 13px;
    display: table;
    table-layout: fixed;
}

.mainGridHeaderReception {
    background-color: rgb(174,210,255);
    position: sticky;
    top: 0;
    color: black;
    font-size: 13px;
    display: block;
    height: 27px;
    overflow: auto;
    display: table;
    table-layout: fixed;
}

.spanlbl {
    text-align: center;
    width: 60px
}

.fontRate {
    font-size: 13px
}

.lblRate04 {
    background-color: #6495ED;
    width: 95px;
    height: 23px;
    font-weight: bold;
    border: 0.5px solid gray
}

.lblRate05 {
    background-color: rgb(147,217,194);
    width: 95px;
    border: 0.5px solid gray
}

.lblRate01 {
    background-color: rgb(147,217,194);
    width: 95px;
    border: 0.5px solid gray
}

.lblRate02 {
    background-color: rgb(147,217,194);
    width: 95px;
    height: 23px;
    border: 0.5px solid gray
}

.lblRate03 {
    background-color: #EE5A5A;
    width: 95px;
    height: 23px;
    color: white;
    border: 0.5px solid gray
}

.inputRate01 {
    background-color: lavender;
    width: 95px;
    height: 24px;
    border: 0.5px solid gray
}

.labelImg {
    width: 22px;
    height: 22px
}


.inputstyle {
    background-color: lavender;
    text-align: center;
    border: 0.5px solid gray;
}

.inputstyle2 {
    background-color: lavender;
    border: 0.5px solid gray;
}


.teriageSpan03 {
    font-size: 14px
}

.teriageSelect4 {
    width: 60px
}

.teriageSpan02 {
    font-size: 12px;
}

.teriajOption {
    font-size: 16px;
}


.HeaderTxt {
    font-size: 12px;
    text-align: center;
}

.lblHeader {
    cursor: pointer;
    border: 0.5px dotted gray;
    padding-left: 3px;
    padding-right: 3px
}


.btnColorInfo {
    text-align: center;
    width: 97%;
    font-size: 14px;
    background: rgb(249,255,0);
    background: linear-gradient(27deg, rgba(249,255,0,1) 0%, rgba(116,215,75,1) 21%, rgba(112,136,207,1) 40%, rgba(203,146,238,1) 61%, rgba(230,50,171,1) 78%, rgba(205,73,82,1) 95%);
    cursor: pointer;
    border-radius: 3px;
}


#frozen-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}


.btnHide {
    border: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px;
    color: white;
    outline: none;
    position: relative;
    margin-top: -10px
}

    .btnHide:before {
        content: '';
        display: block;
        /*background: linear-gradient(to left, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.4) 50%);*/
        background: linear-gradient(to left, rgba(255, 255, 255, 0) 50%, rgba(214, 155, 44, 8.4) 50%);
        background-size: 210% 100%;
        background-position: right bottom;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        border-radius: 10px;
        transition: all 1s;
        -webkit-transition: all 1s;
    }



.btn-green {
    background: #0f1490;
    box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
}


    .btn-green:hover:before {
        background-position: left bottom;
    }


.SideBarMenuHeader {
    border: 1px lightblue solid;
    background-color: #436bff;
    text-align: center;
    font-size: 18px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.SideBarCaption {
    text-align: center;
    font-size: 15px;
}

.SideBarCaption2 {
    text-align: center;
    font-size: 0.8vw;
}

.SideBarImg {
    width: 2.8vw;
    height: 2vw;
    text-align: center;
    margin-bottom: 1vw;
    margin-left: 0.8vw;
    margin-right: 0.5vw
}

.SideBarImg2 {
    width: 2.8vw;
    height: 2.5vw;
    text-align: center;
    margin-top: 1vw;
    margin-left: 0.8vw;
    margin-right: 0.5vw
}

.SideBarImg3 {
    width: 2.5vw;
    height: 2.1vw;
    text-align: center;
    margin-top: 1vw;
    margin-left: 0.8vw;
    margin-right: 0.5vw
}


.SideBarImg4 {
    width: 2.2vw;
    height: 1.8vw;
    text-align: center;
    margin-top: 1vw;
    margin-left: 0.8vw;
    margin-right: 0.5vw
}



.lblCaption {
    border: 0.3px solid gray;
    text-align: right;
    background-color: #070D59;
    width: 8vw;
    height: 27px;
    color: white;
    font-size: 15px;
    margin-left: 0.02vw
}

.lblCaption02 {
    border: 0.3px solid gray;
    text-align: right;
    background-color: #436bff;
    width: 11vw;
    height: 27px;
    color: white;
    font-size: 15px;
    margin-left: 0.02vw
}

.lblCaption03 {
    border: 0.3px solid gray;
    text-align: center;
    background-color: rgb(174,210,255);
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    width: 8vw;
    font-size: 13px;
    margin-left: 0.02vw;
    height: 26px
}

.lblCaption04 {
    border: 0.3px solid gray;
    text-align: center;
    background-color: #93ABD3;
    padding-top: 0.2em;
    padding-bottom: 0.4em;
    width: 8vw;
    font-size: 13px;
    margin-left: 0.02vw;
    height: 26px
}

.lblCaption04-1 {
    border: 0.3px solid gray;
    text-align: center;
    background-color: #93ABD3;
    padding-top: 0.2em;
    padding-bottom: 0.4em;
    width: 8vw;
    font-size: 13px;
    margin-left: 0.02vw;
    height: 26px
}


.lblCaption05 {
    border: 0.3px solid gray;
    text-align: center;
    background-color: powderblue;
    padding-top: 0.2em;
    padding-bottom: 0.4em;
    width: 11vw;
    font-size: 13px;
    margin-left: 0.02vw;
    height: 26px
}

.lblCaption06 {
    border: 0.3px solid gray;
    text-align: center;
    background-color: #436bff;
    padding-top: 0.2em;
    padding-bottom: 0.4em;
    width: 8vw;
    font-size: 13px;
    margin-left: 0.02vw;
    height: 26px;
    color: white;
}


.lblCaption07 {
    border: 0.3px solid gray;
    text-align: center;
    background-color: #93ABD3;
    padding-top: 0.2em;
    padding-bottom: 0.4em;
    width: 4vw;
    font-size: 13px;
    margin-left: 0.02vw;
    height: 26px
}

.lblCaption08 {
    border: 0.3px solid gray;
    text-align: center;
    background-color: rgb(168,210,255);
    padding-top: 0.3em;
    padding-bottom: 0.4em;
    width: 7vw;
    font-size: 13px;
    margin-left: 0.02vw;
    height: 26px
}


.lblCaption09 {
    border: 0.3px solid gray;
    text-align: center;
    background-color: powderblue;
    padding-top: 0.2em;
    padding-bottom: 0.4em;
    width: 13vw;
    font-size: 13px;
    margin-left: 0.02vw;
    height: 26px
}


.lblCaption10 {
    border: 0.3px solid gray;
    font-size: 12px;
    text-align: center;
    background-color: powderblue;
    height: 27px;
    width: 12vw;
    margin-right: -0.05vw
}

.lblCaption11 {
    border: 0.3px solid gray;
    text-align: center;
    background-color: rgb(168,210,255);
    padding-top: 0.2em;
    padding-bottom: 0.4em;
    width: 9.5vw;
    font-size: 13px;
    margin-left: 0.02vw;
    height: 26px
}

.lblCaption12 {
    border: 0.3px solid gray;
    text-align: center;
    background-color: #3330E4;
    padding-top: 0.2em;
    padding-bottom: 0.4em;
    width: 8vw;
    font-size: 13px;
    margin-left: 0.02vw;
    height: 26px;
    color: white
}


.lblCaption13 {
    border: 0.3px solid gray;
    text-align: center;
    font-size: 12.5px;
    background-color: #3330E4;
    /*rgb(215,227,250) width:380px*/
}



.SearchInput {
    border: 0.3px solid gray;
    font-size: 12px;
    text-align: center;
    background-color: lavender;
    height: 27px;
    width: 12vw;
    margin-right: -0.05vw
}

.SearchInput-1 {
    border: 0.3px solid gray;
    font-size: 12px;
    text-align: center;
    background-color: lavender;
    height: 27px;
    width: 11vw;
}

.SearchInput02 {
    border: 0.3px solid gray;
    font-size: 12px;
    text-align: center;
    background-color: lavender;
    height: 27px;
    width: 12vw;
    margin-right: -0.9vw;
    padding-top: 3px
}

.SearchInput03 {
    border: 0.3px solid gray;
    font-size: 12px;
    text-align: center;
    background-color: lavender;
    height: 27px;
    width: 9vw;
    margin-right: -0.05vw;
    padding-top: 0.2em;
    padding-bottom: 0.4em;
}

.SearchInput031 {
    border: 0.3px solid gray;
    font-size: 12px;
    text-align: right;
    background-color: lavender;
    height: 27px;
    width: 11vw;
    padding-top: 0.2em;
    padding-bottom: 0.4em;
}

.SearchInput032 {
    border: 0.3px solid gray;
    font-size: 12px;
    text-align: right;
    background-color: powderblue;
    height: 27px;
    width: 11vw;
    padding-top: 0.2em;
    padding-bottom: 0.4em;
}

.SearchInput04 {
    border: 0.3px solid gray;
    font-size: 12px;
    text-align: center;
    background-color: lavender;
    height: 27px;
    width: 12vw;
    padding-top:4px ;
}

.SearchInput04-1 {
    border: 0.3px solid gray;
    font-size: 12px;
    text-align: center;
    background-color: lavender;
    height: 27px;
    width: 10vw;
    padding-top: 4px;
}

.SearchInput05 {
    border: 0.3px solid gray;
    font-size: 12px;
    text-align: center;
    background-color: lavender;
    height: 27px;
    width: 20vw;
    margin-right: 0.09vw
}


.SearchInput06 {
    border: 0.3px solid gray;
    font-size: 12px;
    text-align: center;
    background-color: lavender;
    height: 27px;
    width: 9vw;
    margin-right: -0.9vw
}

.SearchInput07 {
    border: 0.3px solid gray;
    font-size: 12px;
    text-align: center;
    background-color: lavender;
    height: 27px;
    width: 12vw;
    margin-right: -0.05vw;
    padding-top: 0.2em;
    padding-bottom: 0.4em;
}


.mainGridHeader {
    background-color: #191970;
    position: sticky;
    top: 0;
    color: white;
    font-size: 14px;
    display: block;
    height: 27px;
    overflow-y: scroll;
    overflow: auto;
    display: table;
    table-layout: fixed;
}

.mainGridBody {
    font-size: 0.7vw;
    display: table;
    table-layout: fixed;
}

.mainGridTr {
    width: 100%;
    display: table;
    table-layout: fixed;
    height: 4vh
}


.BodyGridTr {
    width: 100%;
    display: table;
    table-layout: fixed;
}

    .BodyGridTr:hover {
        background-color: #97D2EC;
    }

.tr, th, td {
    border: 1px dotted lightblue;
}

.tblHeader {
    background-color: #191970;
    position: sticky;
    top: 0;
    color: white;
    font-size: 14px;
    display: block;
    height: 27px;
    overflow-y: scroll;
    overflow: auto;
    display: table;
    table-layout: fixed;
}
.tblSummery {
    background-color: #C1DFFF;
    position: sticky;
    top: 0;
    color: white;
    font-size: 14px;
    display: block;
    height: 27px;
    overflow-y: scroll;
    overflow: auto;
    display: table;
    table-layout: fixed;
}

.tblHeader2 {
    background-color: #1A5D1A;
    position: sticky;
    top: 0;
    color: white;
    font-size: 14px;
    display: block;
    height: 27px;
    overflow-y: scroll;
    overflow: auto;
    display: table;
    table-layout: fixed;
}

.tblHeader3 {
    background-color: #191970;
    position: sticky;
    top: 0;
    color: white;
    font-size: 14px;
    display: block;
    height: 25px;
    overflow-y: scroll;
    overflow: auto;
    display: table;
    table-layout: fixed
}

.tblHeader4 {
    background-color: #191970;
    position: sticky;
    top: 0;
    color: white;
    font-size: 13px;
    display: block;
    height: 25px;
    overflow-y: scroll;
    overflow: auto;
    display: table;
    table-layout: fixed;
}

.tblHeader5 {
    background-color: #191970;
    position: sticky;
    top: 0;
    color: white;
    font-size: 12px;
    display: block;
    height: 24px;
    overflow-y: scroll;
    overflow: auto;
    display: table;
    table-layout: fixed;
}

.tblHeader6 {
    background-color: #191970;
    position: sticky;
    top: 0;
    color: white;
    font-size: 10px;
    display: block;
    height: 24px;
    overflow-y: scroll;
    overflow: auto;
    display: table;
    table-layout: fixed;
}

.tblHeader7 {
    background-color: #1592FF !important;
    position: sticky;
    top: 0;
    color: white;
    font-size: 10px;
    display: block;
    height: 23px;
    overflow-y: scroll;
    overflow: auto;
    display: table;
    table-layout: fixed;
}

.tblFooter {
    background-color: #AD88C6;
    position: sticky;
    top: 0;
    color: white;
    font-size: 14px;
    display: block;
    height: 26px;
    overflow-y: scroll;
    overflow: auto;
    display: table;
    table-layout: fixed;
}

.tblTr {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.tblTr2 {
    width: 100%;
    display: table;
    table-layout: fixed;
    height: 4vh
}

    .tblTr2 :hover {
        background-color: #E6E6FA;
        font-weight: bold
    }

.tblTr3 {
    width: 100%;
    display: table;
    table-layout: fixed;
    height: 3vh
}
    .tblTr3 :hover {
        background-color: #E6E6FA;
        /* font-weight: bold*/
    }
.tblSr3 {
    width: 100%;
    display: table;
    table-layout: fixed;
    height: 3vh
}
    .tblSr3 :hover {
        background-color: #E6E6FA;
        /* font-weight: bold*/
    }
.tblTr4 {
    width: 100%;
    display: table;
    table-layout: fixed;
    height: 2.5vh
}

    .tblTr4 :hover {
        background-color: #E6E6FA;
        /* font-weight: bold*/
    }

.SearchBtn {
    width: 150px;
    padding-bottom: 2px;
    padding-top: 2px;
    margin-right: 1vw;
    border: 0.5px dotted gray;
}



.SearchBtn2 {
    width: 150px;
    padding-bottom: 2px;
    padding-top: 2px;
    margin-right: 1vw;
    border: 0.5px dotted gray;
    background-color: #E2F6CA;
}

    .SearchBtn2:hover {
        background-color: #F0DE36;
    }


.SearchBtn3 {
    width: 3.2vw;
    padding-bottom: 2px;
    padding-top: 2px;
    margin-right: 0.2vw;
    border: 0.5px dotted gray;
    background-color: #B9FFFC;
    font-size: 0.78vw;
    text-align: center
}

    .SearchBtn3:hover {
        background-color: #F190B7;
    }


.SearchBtn4 {
    width: 3.2vw;
    padding-bottom: 2px;
    padding-top: 2px;
    margin-right: 0.2vw;
    border: 0.5px dotted gray;
    background-color: #E2F6CA;
    font-size: 0.78vw;
    text-align: center;
    border-radius: 3px
}

    .SearchBtn4:hover {
        background-color: #F0DE36;
    }


.SearchBtn4-1 {
    width: 3.2vw;
    padding-bottom: 2px;
    padding-top: 2px;
    margin-right: 0.2vw;
    border: 0.5px dotted gray;
    background-color: #E2F6CA;
    font-size: 0.78vw;
    text-align: center;
    border-radius: 3px
}

    .SearchBtn4-1:hover {
        background-color: #F0DE36;
    }


.SearchBtn5 {
    width: 5vw;
    padding-bottom: 2px;
    padding-top: 2px;
    margin-right: 0.2vw;
    border: 0.5px dotted gray;
    /*  background-color: #B9FFFC;*/
    font-size: 0.7vw;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 10px;
    height: 70px
}

    .SearchBtn5:hover {
        background-color: #F0DE36;
    }


.SearchBtn6 {
    background-color: #ECF8F9;
    text-align: right;
    font-size: 14px;
    margin-top: 5px;
    border: 0.3px solid gray;
    border-radius: 5px
}

    .SearchBtn6:hover {
        font-weight: bold;
        background-color: #ECECEC;
    }


.SearchBtn6-2 {
    background-color: #FEC868;
    text-align: right;
    font-size: 14px;
    margin-top: 5px;
    margin-right: 35px;
    border: 0.3px solid gray;
    border-radius: 5px
}


.SearchBtn7 {
    text-align: right;
    font-size: 14px;
    margin-top: 5px;
    border: 0.3px solid lightblue;
    border-radius: 5px;
    padding-top: 1px;
}

    .SearchBtn7:hover {
        font-weight: bold;
        background-color: #F9E400;
    }


.SearchBtn8 {
    border-radius: 5px;
    border: 0.3px solid gray;
    text-align: center;
}

    .SearchBtn8:hover {
        background-color: #FCF596;
    }


.SearchBtn9 {
    text-align: right;
    font-size: 14px;
    margin-top: 5px;
    border: 0.3px solid lightblue;
    border-radius: 5px;
    padding-top: 6px;
    padding-bottom: 5px;
    width: 160px;
}

    .SearchBtn9:hover {
        font-weight: bold;
        background-color: #F9E400;
    }


.btnImg {
    width: 2.5vw;
    height: 2vw;
}



.btnImg2 {
    width: 2.5vw;
    height: 2.5vw;
}


.btnImg3 {
    width: 5.5vw;
    height: 4.5vw;
}

.btnImg4 {
    width: 2vw;
    height: 2vw;
}

.btnImg5 {
    width: 5vw;
    height: 5vw;
}

.btnImg6 {
    width: 1.7vw;
    height: 1.7vw;
}

.btnImg7 {
    width: 7.5vw;
    height: 5vw;
}

.btnImg8 {
    width: 1.2vw;
    height: 1.1vw;
}

.btnImg9 {
    width: 1.6vw;
    height: 1.5vw;
}

.btnImg10 {
    width: 1.3vw;
    height: 1.2vw;
}

.btnImg11 {
    width: 1.1vw;
    height: 1vw;
}

.btnImg12 {
    width: 1.9vw;
    height: 1.9vw;
}

.btn01 {
    width: 7vw;
    height: 50px;
    text-align: center;
    font-size: 0.7vw;
    border: 0.3px solid gray;
    margin-right: 2px;
}

    .btn01:hover {
        background-color: #CDE990;
    }

.btHideMenu {
    background: #0f1490;
    color: white;
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    border: 0.3px solid gray;
    border-radius: 10px;
    width: 130px
}

    .btHideMenu:hover {
        background: #CF0A0A;
        font-size: 12px;
        font-weight: bold;
    }


.spanReq {
    font-size: 13px;
    color: red;
    margin-right: 5px;
    margin-top: 5px
}


.BigBtn {
    width: 7vw;
    height: 50px;
    text-align: center;
    font-size: 0.7vw;
    border: 0.3px solid gray;
    margin-right: 2px;
    border-radius: 5px
}

.BigBtn2 {
    width: 11vw;
    text-align: center;
    font-size: 0.7vw;
    border: 0.3px solid gray;
    border-radius: 7px
}


.BigBtn3 {
    width: 8vw;
    text-align: center;
    font-size: 0.8vw;
    border: 0.3px solid gray;
    margin-right: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 7px
}


.BigBtn4 { 
    width: 8vw;
    text-align: center;
    font-size: 0.68vw;
    border: 0.3px solid gray;
    margin-right: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 7px
}

    .BigBtn4:hover {
        background-color: #FFCC00 ;
    }


    .BigBtn5 {
        width: 9vw;
        text-align: center;
        font-size: 0.8vw;
        border: 0.3px solid gray;
        margin-bottom: 5px;
        border-radius: 7px
    }

.BigBtn6 {
    width: 9vw;
    text-align: center;
    font-size: 0.7vw;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0.3px solid gray;
    margin-bottom: 5px;
    border-radius: 7px
}

.BigBtn7 {
    width: 11vw;
    text-align: center;
    font-size: 0.8vw;
    border: 0.3px solid gray;
    margin-right: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 7px
}

.BigBtn8 {
    width: 10vw;
    text-align: center;
    font-size: 0.73vw;
    border: 0.3px solid gray;
    margin-right: 2px;
    margin-top: 7px;
    margin-bottom: 5px;
    border-radius: 7px;
    padding-top: 4px;
    padding-bottom: 3px;
    background-color: #C4DDFF;
}

    .BigBtn8:hover {
        background-color: lightcyan
    }


.BigBtn9 {
    width: 6.7vw;
    text-align: center;
    font-size: 0.73vw;
    border: 0.3px solid gray;
    margin-right: 2px;
    margin-top: 7px;
    margin-bottom: 5px;
    border-radius: 7px;
    padding-top: 2px;
    padding-bottom: 1px;
    background-color: #C4DDFF;
}

    .BigBtn9:hover {
        background-color: lightcyan
    }

.BigBtn11 {
    width: 6.7vw;
    text-align: center;
    font-size: 0.73vw; 
    border: 0.3px solid gray;
    margin-right: 2px;
    margin-top: 7px;
    margin-bottom: 5px;
    border-radius: 7px;
    padding-top: 2px;
    padding-bottom: 1px;
    background-color: #C4DDFF;
}

    .BigBtn11:hover {        
        background-color: lightcyan
    }

.btnPagination:hover {
    color: red;
    font-weight: 900
}


.btnBigHeight {
    background-repeat: no-repeat;
    background-size: 2vw 2vw;
    background-position: center;
    width: 3vw;
    height: 3vw;
    font-size: 0.7rem;
    margin-right: 0.15rem;
    margin-left: 0.3rem;
    background-color: #e6f4ff
}

    .btnBigHeight:hover {
        background-color: #FFFBAC;
    }


.btnBigHeight2 {
    background-repeat: no-repeat;
    background-size: 3vw 3vw;
    background-position: center;
    width: 3.5vw;
    height: 3.5vw;
    font-size: 0.7rem;
    margin-right: 0.15rem;
    margin-left: 0.3rem;
    background-color: #e6f4ff;
    border: 0.3px solid gray;
    border-radius: 3px;
}


.btnOrgColor {
    font-size: 12px;
    height: 24px;
    border: 0.7px solid gray;
    border-radius: 4px;
    width: 35%
}

.btnBDBill {
    font-size: 12px;
    height: 24px;
    width: 63%;
    margin-left: 3px;
    border: 0.7px solid gray;
    border-radius: 4px;
}

.btnBDBill3 {
    font-size: 12px;
    height: 24px;
    width: 49%;
    margin-left: 3px;
    border: 0.7px solid gray;
}

.btnBDBill4 {
    font-size: 12px;
    height: 24px;
    width: 49%;
    border: 0.7px solid gray;
}

.lblBBillFother {
    text-align: center;
    border: 0.7px solid gray;
    font-size: 13px;
    padding-bottom: 1px;
    padding-top: 1px;
    background-color: #436bff;
    color: white
}

.inputBBillFooter {
    border: 0.7px solid gray;
    background-color: lavender;
    font-size: 13px;
    margin-right: 2px
}


.tblMainGrid22-3 {
    background-color: white;
    display: block;
    overflow-y: scroll;
    overflow-x: scroll;
    width: 100%;
    cursor: pointer;
    height: 62vh;
    max-height: 90vh;
    max-width: 94vw;
}


.fontsize {
    font-size: 0.65vw
}


.tblMainGrid04-3 {
    background-color: white;
    display: block;
    overflow-y: scroll;
    overflow-x: scroll;
    width: 100%;
    cursor: pointer;
    height: 69vh;
    max-height: 91vh;
    max-width: 97vw;
}

.tblMainGrid23-1 {
    background-color: white;
    display: block;
    overflow-y: scroll;
    overflow-x: scroll;
    width: 100%;
    cursor: pointer;
    /*height: 45vh;*/
    height: 40vh;
    max-height: 75vh;
    max-width: 97vw;
}

.tblMainGrid23-2 {
    background-color: white;
    display: block;
    overflow-y: scroll;
    overflow-x: scroll;
    width: 100%;
    cursor: pointer;
    /*height: 45vh;*/
    height: 55vh;
    max-height: 75vh;
    max-width: 97vw;
}

/*===============  Mobile   ===============*/
@media (min-width: 1px) and (max-width: 399px) {

    .emrBtnDetail {
        width: 100px;
        border: 0.3px solid gray;
        font-size: 12px;
        margin-right: 15px;
        cursor: pointer;
        text-align: center;
        padding-top: 3px;
        padding-bottom: 2px;
        border-radius: 5px;
        color: white;
        background-color: #6F00FF;
    }

        .emrBtnDetail:hover {
            background-color: #6E8CFB;
        }

    .emrBtnDetail2 {
        width: 100px;
        border: 0.3px solid gray;
        font-size: 12px;
        margin-right: 15px;
        cursor: pointer;
        text-align: center;
        padding-top: 3px;
        padding-bottom: 2px;
        border-radius: 5px;
        background-color: #CC66DA;
    }

        .emrBtnDetail2:hover {
            background-color: #C5B0CD;
        }

    .tblMainGridEmrDetail {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 20vh;
        max-height: 48vh;
        max-width: 99vw;
    }

    .tblMainGridEmrDetailLtr { 
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 25vh;
        max-height: 48vh;
        max-width: 99vw;
        direction :ltr
    }


    .tblMainGrid04-2 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 33vh;
        max-height: 35vh;
        max-width: 87vw;
    }

    .btnStatus {
        width: 100px;
        border-radius: 5px;
        border: 0.3px solid gray;
        margin-right: 10px;
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .imgStatus {
        width: 20px;
        height: 20px
    }

    .spanBtnStatus {
        font-size: 10px
    }

    .lblCaptionStatus {
        width: 80px;
        border: 0.3px solid gray;
        background-color: rgb(174,210,255);
        text-align: center;
        margin-right:20px
    }

    .spanCaptionStatus {
        font-size: 10px 
    }


    .lblCaptionStatus2 {
        width: 100px;
        border: 0.3px solid gray;
        background-color: powderblue;
        text-align: center;
        margin-right: 2px
    }

    .spanCaptionStatus2 {
        font-size: 12px
    }


    .spanCaptionStatus0{
        font-size:9px
    }


    .lblCaptionStatus2-1 {
        width: 160px;
        border: 0.3px solid gray;
        background-color: powderblue;
        text-align: center;
        margin-right: 2px
    }

    .spanCaptionStatus2-1 {
        font-size: 9px
    }

    .selectStatus {
        width: 170px;
        margin-right: 2px;
        border: 0.3px solid gray;
        background-color: white;
    }

    .selectStatus2 {
        width: 170px;
        margin-right: 2px;
      
        background-color: white;
    }

    .tblTr2 :hover {
        background-color: #E6E6FA;
        font-weight: bold
    }

    .emrName{
        font-size:9px 
    }

    .emrName2 {
        font-size: 9px
    }

    .imgheader {
        width: 26px;
        height: 26px;
    }


    .pagetitle {
        font-size: 11px;
        font-weight: bold; 
    }


    .username {
        font-size: 10px;
        font-weight: bold;
        font-style: italic;
        margin-top: 7px
    }


    .EmrCaptionBtn {
        display: inline-block;
        border-radius: 5px;
        background-color: #108;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 10px;
        cursor: pointer;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-right: 20px;
        width: 70%;
        margin-top:5px ;  
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 3px 5px 0 rgba(0,0,0,0.4);
    }

        .EmrCaptionBtn:hover {
            background-color: #608BC1
        }


    .EmrCaptionBtn0  {
        display: inline-block;
        border-radius: 5px;
        background-color: #108;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 10px;
        cursor: pointer;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-right: 20px;
        width: 70%;
        margin-top: 5px;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 3px 5px 0 rgba(0,0,0,0.4);
    }

        .EmrCaptionBtn0:hover {
            background-color: #608BC1
        }

    .EmrCaptionBtn2 {
        display: inline-block;
        border-radius: 5px;
        background-color: #740938;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 10px;
        cursor: pointer;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-right: 20px;
        width: 70%;
        margin-top: 5px;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 3px 5px 0 rgba(0,0,0,0.4);
    }

        .EmrCaptionBtn2:hover {
            background-color: red
        }


    .EmrCaptionBtn5 {
        display: inline-block;
        border-radius: 5px;
        background-color: #108;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 10px;
        cursor: pointer;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-right: 20px;
        width: 70%;
        margin-top: 5px;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 3px 5px 0 rgba(0,0,0,0.4);
    }

        .EmrCaptionBtn5:hover {
            background-color: #608BC1
        }


    .EmrCaptionBtn4 {
        display: inline-block;
        border-radius: 5px;
        background-color: #a21dc7;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 9px;
        transition: all 0.5s;
        cursor: pointer;
        padding-top: 3px;
        padding-bottom: 2px;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 3px 5px 0 rgba(0,0,0,0.4);
        width: 40%;
        margin-top:3px ;
    }

    .EmrCaptionBtn3 {
        display: inline-block;
        border-radius: 5px;
        background-color: #108;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 9px;
        cursor: pointer;
        padding-top: 3px;
        padding-bottom: 2px;
        margin-right: 10px;
        width: 48%;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 3px 5px 0 rgba(0,0,0,0.4);
        margin-top: 3px;
    }

        .EmrCaptionBtn3:hover {
            background-color: #608BC1
        }

    .emrCodeInput {
        width: 100px;
        font-size: 11px;
        text-align: center;
    }


    .EmrlblCaption {
        font-size: 9px;
        width: 42% ;
        margin-top:5px 
    }


    .btnSelectRow {
        width: 100px;
        border: 0.3px solid gray;
        border-radius: 3px;
        padding-top: 3px;
        padding-bottom: 2px;
        text-align: center;
        font-size: 12px;
        background-color: #4300FF;
        color: white;
    }

    .hospitaOneDivHeaderCard2 {
        background-color: #0c4775;
        color: white ; 
        width: 100%;
        justify-content: center;
        font-size: 13px;
        padding-top: 5px;
        padding-bottom: 4px;
        text-align: center;
    }

    .hospitaOneDivHeaderCard3 {
        background-color: #3330E4 ;
        color: white;
        width: 99% ;
        justify-content: center;
        border:0.3px solid gray ; 
        border-radius:8px ; 
        margin-bottom:3px ;
        font-size: 15px;
        padding-top: 5px;
        padding-bottom: 4px;
        text-align: center;        
    }

    .HOShowEmrMainGrid {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 15vh; 
        max-height: 90vh;  
    }       


    .hospitalOnlineTab {
        height: 110vw;
        max-height: 400px;
    }

    .HOShowEmrLbl {
        font-size: 11px;
        width: 10vw;
        text-align: left;
    }

    .HOShowEmrLbl2 {
        font-size: 11px;
        width: 28vw;
        background-color: yellow;
        border:0.3px solid gray ; 
        background-color:powderblue ;
    }

    .HOSelectParMainGrid {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 30vh;
        max-height: 90vh;
    }

   /* .HOSelectParMainGrid2 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 30vh;
        max-height: 90vh;
    }

    .HOSelectParHeader {
        background-color: #191970;
        position: sticky;
        top: 0;
        color: white;
        font-size: 12px;
        display: block;
        height: 25px;
        overflow-y: scroll;
        overflow: auto;
        display: table;
        table-layout: fixed;
       
    }



    .HOSelectParTr {
        width: 100%;
        display: table;
        table-layout: fixed;
        height: 3vh;

    }

    .HOSelectParTr2 {
        width: 100%;
        display: table;
        table-layout: fixed;
        height: 3vh
    }

        .HOSelectParTr2 :hover {
            background-color: #E6E6FA;
            font-weight: bold
        }



    .HOSelectPartBody {
        font-size: 11px;
        display: table;
        table-layout: fixed; 
    }*/


    .HOSelectPartInfo {
        background-color: yellow;
        width: 97%;
        border-radius: 4px;
        border: 0.3px solid gray;
        font-size: 12px;
        text-align: center
    }

    .HOSelectPartlbl {
        border: 0.3px solid gray;
        text-align: center;
        background-color: #070D59;
        width: 15.5vw;
        height: 26px;
        color: white;
        font-size: 9px;
        text-align: center;
        padding-top: 5px
    }

    .HOSelectPartInput {
        border: 0.3px solid gray;
        text-align: center;
        background-color: lavender;
        font-size: 12px;
        width: 55vw;
    }

    .HOSelectPartInput2 {
        border: 0.3px solid gray;
        text-align: center;
        background-color: lavender;
        font-size: 12px;
        width: 45vw; 
    }

    .HOSelectPartBtn {
        width: 15vw;
        border: 0.03px solid gray;
        border-radius: 3px;
        font-size: 12px;
        text-align: center;
        background-color: #0483b2 ;
        color:white ;
    }

        .HOSelectPartBtn:hover {
            background-color: #FADA7A ; 
            color:black
        }




        .lblCaptionStatus3 {
            width: 120px;
            border: 0.3px solid gray;
            background-color: rgb(174,210,255);
            text-align: center;
        }

    .spanCaptionStatus3 {
        font-size: 14px
    }


    .lblCaptionStatus4 {
        width: 200px;
        border: 0.3px solid gray;
        background-color: powderblue;
        text-align: center;
        margin-right: 2px
    }

    .spanCaptionStatus4 {
        font-size: 14px
    }

    .tblMainGrid26-2 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 94%;
        cursor: pointer;
        height: 44.5vh;
        max-height: 91vh;
        max-width: 95vw;
    }


    .tblHeader4 {
        background-color: #191970;
        position: sticky;
        top: 0;
        color: white;
        font-size: 12px;
        display: block;
        height: 25px;
        overflow-y: scroll;
        overflow: auto;
        display: table;
        table-layout: fixed;
    }

    .tblHeader6 {
        background-color: #191970;
        position: sticky;
        top: 0;
        color: white;
        font-size: 8px;
        display: block;
        height: 20px;
        overflow-y: scroll;
        overflow: auto;
        display: table;
        table-layout: fixed;
    }

    .tblHeader7 {
        background-color: #1592FF !important;
        position: sticky;
        top: 0;
        color: white;
        font-size: 10px;
        display: block;
        height: 24px;
        overflow-y: scroll;
        overflow: auto;
        display: table;
        table-layout: fixed;
    }

    .tblBody2 {
        font-size: 11px;
        display: table;
        table-layout: fixed;
    }


    .tblMainGrid35 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 38vh;
        max-height: 94vh;
        max-width: 94vw;
    }
}


/*=============== Big Mobile   ===============*/
@media (min-width: 400px) and (max-width: 576px) {

    .emrBtnDetail {
        width: 100px;
        border: 0.3px solid gray;
        font-size: 12px;
        margin-right: 15px;
        cursor: pointer;
        text-align: center;
        padding-top: 3px;
        padding-bottom: 2px;
        border-radius: 5px;
        color: white;
        background-color: #6F00FF;
    }

        .emrBtnDetail:hover {
            background-color: #6E8CFB;
        }

    .emrBtnDetail2 {
        width: 100px;
        border: 0.3px solid gray;
        font-size: 12px;
        margin-right: 15px;
        cursor: pointer;
        text-align: center;
        padding-top: 3px;
        padding-bottom: 2px;
        border-radius: 5px;
        background-color: #CC66DA;
    }

        .emrBtnDetail2:hover {
            background-color: #C5B0CD;
        }

    .tblMainGridEmrDetail {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 20vh;
        max-height: 48vh;
        max-width: 99vw;
    }

    .tblMainGridEmrDetailLtr {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 25vh;
        max-height: 48vh;
        max-width: 99vw;
        direction: ltr
    }


    .tblMainGrid04-2 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 33vh;
        max-height: 35vh;
        max-width: 87vw;
    }

    .btnStatus {
        width: 95px;
        border-radius: 5px;
        border: 0.3px solid gray;
        margin-right: 10px;
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .imgStatus {
        width: 20px;
        height: 20px
    }

    .spanBtnStatus {
        font-size: 10px
    }

    .lblCaptionStatus {
        width: 80px;
        border: 0.3px solid gray;
        background-color: rgb(174,210,255);
        text-align: center;
        margin-right: 20px
    }

    .spanCaptionStatus {
        font-size: 10px
    }


    .lblCaptionStatus2 {
        width: 100px;
        border: 0.3px solid gray;
        background-color: powderblue;
        text-align: center;
        margin-right: 2px
    }

    .spanCaptionStatus2 {
        font-size: 12px
    }


    .spanCaptionStatus0 {
        font-size: 9px
    }


    .lblCaptionStatus2-1 {
        width: 160px;
        border: 0.3px solid gray;
        background-color: powderblue;
        text-align: center;
        margin-right: 2px
    }

    .spanCaptionStatus2-1 {
        font-size: 9px
    }

    .selectStatus {
        width: 170px;
        margin-right: 2px;
        border: 0.3px solid gray;
        background-color: white;
    }

    .selectStatus2 {
        width: 170px;
        margin-right: 2px;
        background-color: white;
    }

    .imgheader {
        width: 28px;
        height: 28px;
    }


    .pagetitle {
        font-size: 11px;
        font-weight: bold;
    }


    .username {
        font-size: 11px;
        font-weight: bold;
        font-style: italic;
        margin-top: 7px
    }


    .hospitaOneDivHeaderCard3 {
        background-color: #3330E4;
        color: white;
        width: 99%;
        justify-content: center;
        border: 0.3px solid gray;
        border-radius: 8px;
        margin-bottom: 3px;
        font-size: 15px;
        padding-top: 5px;
        padding-bottom: 4px; 
        text-align: center;
    }

    .btnSelectRow {
        width: 100px;
        border: 0.3px solid gray;
        border-radius: 3px;
        padding-top: 3px;
        padding-bottom: 2px;
        text-align: center;
        font-size: 12px;
        background-color: #4300FF;
        color: white;
    }

    .HOShowEmrMainGrid {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 15vh;
        max-height: 90vh;
    }   

    .hospitalOnlineTab {
        height: 95vw;
        max-height:400px ;
    }

    .HOShowEmrLbl {
        font-size: 13px;
        width: 13vw;
        text-align: left;
    }

    .HOShowEmrLbl2 {
        font-size: 12px;
        width: 26vw;
        background-color: yellow;
        border: 0.3px solid gray;
        background-color: powderblue;
    }

    .HOSelectParMainGrid {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 30vh;
        max-height: 90vh; 
    }

    .HOSelectPartInfo {
        background-color: yellow;
        width: 97%;
        border-radius: 4px;
        border: 0.3px solid gray;
        font-size: 12px;
        text-align:center ;
    }

    .HOSelectPartlbl {
        border: 0.3px solid gray;
        text-align: center;
        background-color: #070D59;
        width: 15.5vw;
        height: 26px;
        color: white;
        font-size: 11px;
        text-align: center;
        padding-top: 5px
    }

    .HOSelectPartInput {
        border: 0.3px solid gray;
        text-align: center;
        background-color: lavender;
        font-size: 12px;
        width: 49vw;
    }

    .HOSelectPartInput2 {
        border: 0.3px solid gray;
        text-align: center;
        background-color: lavender;
        font-size: 12px;
        width: 49vw;
    }

    .HOSelectPartBtn {
        width: 15vw;
        border: 0.03px solid gray;
        border-radius: 3px;
        font-size: 12px;
        text-align: center;
        background-color: #0483b2;
        color: white;
    }

        .HOSelectPartBtn:hover {
            background-color: #FADA7A;
            color: black
        }


    .lblCaption02-2 {
        border: 0.3px solid gray;
        text-align: right;
        background-color: #436bff;
        width: 11vw;
        height: 27px;
        color: white;
        font-size: 13px;
        margin-left: 0.02vw;
        padding-top:4px ;
    }

    .lblCaption02-3 {
        border: 0.3px solid gray;
        text-align: right;
        background-color: powderblue;
        width: 13vw;
        height: 27px;
        font-size: 12px;
        margin-left: 0.02vw;
        padding-top: 4px;
    }

    .EmrCaptionBtn5 {
        display: inline-block;
        border-radius: 5px;
        background-color: #108;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 1.35vw;
        cursor: pointer;
        padding-top: 3px;
        padding-bottom: 2px;
        margin-right: 10px;
        width: 32.5vw;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 3px 5px 0 rgba(0,0,0,0.4);
    }

        .EmrCaptionBtn5:hover {
            background-color: #608BC1
        }


    .EmrChat1 {
        font-weight: 500;
        font-size: 12.5px
    }

    .EmrChat2 {
        font-size: 11.5px
    }

    .EmrChat3 {
        font-size: 11.5px;
        font-weight: 500;
        margin-right: 20px;
        margin-left: 20px;
        color: red;
    }

    .chatAvatarIMG {
        border-radius: 50%;
        width: 37px;
        height: 37px
    }

    .panelBackWatsapp2 {
        background: url("/Images/watsappback01.jpg");
        width: 99%;
        height: 450px;
        overflow-y: scroll;
    }

    .adviserSelected {
        width: 12vw;
        font-size: 13px;
        text-align: center;
        border: 0.3px solid gray;
        background-color: powderblue;
        margin-right: 8px
    }

    .adviserSelected2 {
        width: 30vw;
        font-size: 12px
    }

    .divBeneficiaryCard {
        height: 45vh;
        overflow-y: scroll;
        margin-bottom: 10px;
    }

    .BigBtn10 {
        min-width: 80px;
        width: 15vw;
        text-align: center;
        font-size: 12px;
        border: 0.3px solid gray;
        margin-right: 2px;
        margin-top: 7px;
        margin-bottom: 5px;
        border-radius: 7px;
        padding-top: 4px;
        padding-bottom: 3px;
        background-color: #F6DC43;
    }

        .BigBtn10:hover {
            background-color: lightcyan
        }

    .beneficiaryCard {
        text-align: center;
        margin-right: 2px;
        margin-top: 5px;
        width: 97%
    }

    .imgBeneficiary {
        width: 95px;
        height: 105px;
    }

    .beneficiaryCarcCaption01 {
        font-size: 13px;
        color: blue;
        text-align: center;
    }

    .beneficiaryCarcCaption02 {
        font-size: 10px;
    }

    .lblCaption15 {
        border: 0.3px solid gray;
        text-align: center;
        background-color: #93ABD3;
        padding-top: 0.2em;
        padding-bottom: 0.4em;
        width: 12vw;
        font-size: 13px;
        margin-left: 0.02vw;
        height: 26px
    }


    .SearchInput08 {
        border: 0.3px solid gray;
        font-size: 12px;
        text-align: center;
        background-color: lavender;
        height: 27px;
        width: 25vw;
        margin-right: 0.05vw;
        padding-top: 0.2em;
        padding-bottom: 0.4em;
        /*max-width:100px*/
    }

    .emrCodeInput {
        width: 130px;
        font-size: 11px;
        text-align: center;
    }

    .EmrCaptionBtn4 {
        display: inline-block;
        border-radius: 5px;
        background-color: #a21dc7;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 11px;
        transition: all 0.5s;
        cursor: pointer;
        padding-top: 3px;
        padding-bottom: 2px;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 3px 5px 0 rgba(0,0,0,0.4);
        width: 40%;
        margin-top:5px ;
    }

    .EmrCaptionBtn3 {
        display: inline-block;
        border-radius: 5px;
        background-color: #108;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 10px;
        cursor: pointer;
        padding-top: 3px;
        padding-bottom: 2px;
        margin-right: 10px;
        width: 45%;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 3px 5px 0 rgba(0,0,0,0.4);
        margin-top: 5px;
    }

        .EmrCaptionBtn3:hover {
            background-color: #608BC1
        }


    .EmrlblCaption {
        font-size: 11px;
        width: 44%;
        margin-top: 5px
    }

    .EmrCaptionBtn {
        display: inline-block;
        border-radius: 5px;
        background-color: #108;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 9px;
        cursor: pointer;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-right: 20px;
        width: 72%;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 3px 5px 0 rgba(0,0,0,0.4);
        margin-top:4px
    }

        .EmrCaptionBtn:hover {
            background-color: #608BC1
        }


    .EmrCaptionBtn0 {
        display: inline-block;
        border-radius: 5px;
        background-color: #108;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 10px;
        cursor: pointer;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-right: 20px;
        width: 80%; 
        margin-top: 5px;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 3px 5px 0 rgba(0,0,0,0.4);
    }

        .EmrCaptionBtn0:hover {
            background-color: #608BC1
        }

    .EmrCaptionBtn2 {
        display: inline-block;
        border-radius: 5px;
        background-color: #740938;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 8px;
        cursor: pointer;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-right: 10px;
        width: 42%;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 3px 5px 0 rgba(0,0,0,0.4);
    }

        .EmrCaptionBtn2:hover {
            background-color: red
        }

    .tblBody4 {
        font-size: 11px;
        display: table;
        table-layout: fixed;
    }

    .tblMainGrid38 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 22vh;
        max-height: 94vh;
        max-width: 94vw;
    }


    .tblMainGrid35 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 38vh;
        max-height: 94vh;
        max-width: 94vw;
    }

    .lblCaptionStatus3 {
        width: 16vw;
        border: 0.3px solid gray;
        background-color: rgb(174,210,255);
        text-align: center;
        margin-right: 15px;
    }

    .spanCaptionStatus3 {
        font-size: 12px
    }


    .lblCaptionStatus4 {
        width: 24vw;
        border: 0.3px solid gray;
        background-color: powderblue;
        text-align: center;
        margin-right: 2px
    }

    .spanCaptionStatus4 {
        font-size: 13px
    }


    .electornicFormInputArea {
        height: 12vh;
        min-height: 70px;
        width: 90%;
        font-size: 11px;
        margin-right: 20px;
        margin-top: 2px;
    }

    .electornicFormInputAreaBtn {
        height: 12vh;
        min-height: 70px;
        width: 1%;
        margin-top: 2px;
        border: 0.3px dotted gray;
        border-radius: 5px;
        background-color: #FEFFD2;
        cursor: pointer;
    }


    .electeronicFormCaption {
        width: 93%;
        background-color: #C2DED1;
        height: 28px;
        margin-top: 25px;
        margin-right: 20px;
        font-size: 12px;
        border: 0.3px solid gray;
        border-radius: 3px;
    }

    .SearchBtn4-1 {
        width: 100px;
        padding-bottom: 2px;
        padding-top: 2px;
        margin-right: 0.2vw;
        border: 0.5px dotted gray;
        background-color: #E2F6CA;
        font-size: 1.3vw;
        text-align: center;
        border-radius: 3px;
        margin-left: 10px
    }

        .SearchBtn4-1:hover {
            background-color: #F0DE36;
        }

    .lblMenuTeriajSpan {
        font-size: 1.4vw;
    }

    .SideBarMenuHeader {
        border: 1px lightblue solid;
        background-color: #436bff;
        text-align: center;
        font-size: 12px;
        padding-bottom: 3px;
        padding-top: 3px;
    }

    .lblCaption {
        border: 0.3px solid gray;
        text-align: right;
        background-color: #070D59;
        width: 7.5vw;
        height: 27px;
        color: white;
        font-size: 12px;
        margin-left: 0.02vw;
        text-align: center;
    }

    .tblMainGrid26-2 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 44.5vh;
        max-height: 91vh;
        max-width: 95vw;
    }

    .tblHeader4 {
        background-color: #191970;
        position: sticky;
        top: 0;
        color: white;
        font-size: 12px;
        display: block;
        height: 23px;
        overflow-y: scroll;
        overflow: auto;
        display: table;
        table-layout: fixed;
    }


    .tblHeader6 {
        background-color: #191970;
        position: sticky;
        top: 0;
        color: white;
        font-size: 10px;
        display: block;
        height: 23px;
        overflow-y: scroll;
        overflow: auto;
        display: table;
        table-layout: fixed;
    }

    .tblHeader7 {
        background-color: #1592FF !important;
        position: sticky;
        top: 0;
        color: white;
        font-size: 10px;
        display: block;
        height: 23px;
        overflow-y: scroll;
        overflow: auto;
        display: table;
        table-layout: fixed;
    }

    .tblBody2 {
        font-size: 11px;
        display: table;
        table-layout: fixed;
    }

    .ImgIcon {
        width: 3vw;
        height: 2.2vw;
    }


    .BigBtn8 {
        width: 14vw;
        text-align: center;
        font-size: 11px;
        border: 0.3px solid gray;
        margin-right: 2px;
        margin-top: 7px;
        margin-bottom: 5px;
        border-radius: 7px;
        padding-top: 4px;
        padding-bottom: 3px;
        background-color: #C4DDFF;
    }

        .BigBtn8:hover {
            width: 10vw;
            text-align: center;
            font-size: 0.73vw;
            border: 0.3px solid gray;
            margin-right: 2px;
            margin-top: 7px;
            margin-bottom: 5px;
            border-radius: 7px;
            padding-top: 4px;
            padding-bottom: 3px;
            background-color: lightcyan
        }

    .RElblCaption2 {
        background-color: #93ABD3;
        font-size: 11.5px;
        text-align: center;
        min-width: 90px;
        margin-right: 15px;
        height: 26px;
        padding-top: 3px;
        width: 5vw;
    }



    .REInput2 {
        border: 0.3px solid gray;
        font-size: 12px;
        background-color: lavender;
        width: 14.5vw;
        margin-right: 2px;
        height: 26px;
        min-width: 120px;
    }

    .REInput2-1 {
        border: 0.3px solid gray;
        font-size: 12px;
        background-color: lavender;
        width: 75.5vw;
        margin-right: 2px;
        height: 26px;
        min-width: 570px;
        height: 60px
    }
     
    .REInput2-2 {
        border: 0.3px solid gray;
        font-size: 12px;
        background-color: lavender;
        width: 55.5vw;
        margin-right: 2px;
        height: 26px;
        min-width: 450px;
        height: 60px
    }

    .tblMainGrid07 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 50vh;
        max-height: 60vh;
        max-width: 88vw;
    }

    .labelCaption0 {
        font-size: 11px;
        border: solid 1px gray;
        background-color: rgb(174,210,255);
        padding-top: 0.4em;
        padding-bottom: 0.4em;
        text-align: center;
        width: 60px
    }

    .mainGridTableReception {
        background-color: white;
        display: block;
        height: 270px;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        max-width: 700px;
        cursor: pointer;
        direction: ltr;
    }

    .labelImg {
        width: 22px;
        height: 22px
    }

    .labelInput {
        background-color: powderblue;
        font-size: 13px;
        padding-top: 0.2em;
        padding-bottom: 0.2em;
        text-align: center;
        width: 70px;
        border: 1px solid gray
    }

    .labelCaption {
        font-size: 10px;
        border: solid 1px gray;
        background-color: rgb(174,210,255);
        padding-top: 0.4em;
        padding-bottom: 0.4em;
        text-align: center;
        width: 60px
    }

    .HeaderImg {
        width: 25px;
        height: 25px;
        margin-top: 5px
    }

    .imgItem {
        height: 26px;
        width: 26px;
        margin-right: -10px
    }

    .txtItem {
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 7px;
        font-size: 11px
    }

    .caption {
        font-size: 11px;
        font-weight: 600;
    }

    .caption2 {
        font-size: 9px;
        font-weight: 600;
    }

    .btn-green {
        height: 15px;
        width: 160px;
        border-radius: 15px;
    }

    .lblCaption04 {
        border: 0.3px solid gray;
        text-align: center;
        background-color: #93ABD3;
        padding-top: 0.2em;
        padding-bottom: 0.4em;
        width: 17vw;
        font-size: 11px;
        margin-left: 0.02vw;
        height: 26px
    }

    .lblCaption04-1 {
        border: 0.3px solid gray;
        text-align: center;
        background-color: #93ABD3;
        padding-top: 0.2em;
        padding-bottom: 0.4em;
        width: 8.5vw;
        font-size: 10px;
        margin-left: 0.02vw;
        height: 26px
    }

    .lblCaption09 {
        border: 0.3px solid gray;
        text-align: center;
        background-color: powderblue;
        padding-top: 0.2em;
        padding-bottom: 0.4em;
        width: 18vw;
        font-size: 12px;
        margin-left: 0.02vw;
        height: 26px;
    }



    .tblMainGrid13 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 62vh;
        max-height: 90vh;
        max-width: 92vw;
    }


    .tblBody3 {
        font-size: 2.3vw;
        display: table;
        table-layout: fixed;
    }

    .BigBtn4 {
        width: 8vw;
        text-align: center;
        font-size: 0.8vw;
        border: 0.3px solid gray;
        margin-right: 2px;
        margin-top: 5px;
        margin-bottom: 5px;
        border-radius: 7px
    }


        .BigBtn4:hover {
            background-color: #FFCC00;
        }



    .tblMainGrid22 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 40vh;
        max-height: 91vh;
        max-width: 95vw;
    }
}


/*==============  Tablet   ==============*/
@media (min-width: 577px) and (max-width: 767px) {

    .emrBtnDetail {
        width: 110px;
        border: 0.3px solid gray;
        font-size: 13px;
        margin-right: 15px;
        cursor: pointer;
        text-align: center;
        padding-top: 4px;
        padding-bottom: 3px;
        border-radius: 5px;
        color: white;
        background-color: #6F00FF;
    }

        .emrBtnDetail:hover {
            background-color: #6E8CFB;
        }

    .emrBtnDetail2 {
        width: 110px;
        border: 0.3px solid gray;
        font-size: 13px;
        margin-right: 15px;
        cursor: pointer;
        text-align: center;
        padding-top: 4px;
        padding-bottom: 3px;
        border-radius: 5px;
        background-color: #CC66DA;
    }

        .emrBtnDetail2:hover {
            background-color: #C5B0CD;
        }

    .tblMainGridEmrDetail {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 30vh;
        max-height: 48vh;
        max-width: 99vw;
    }

    .tblMainGridEmrDetailLtr {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 25vh;
        max-height: 48vh;
        max-width: 99vw;
        direction: ltr
    }

    .tblMainGrid04-2 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 33vh;
        max-height: 35vh;
        max-width: 87vw;
    }

    .btnStatus {
        width: 120px;
        border-radius: 5px;
        border: 0.3px solid gray;
        margin-right: 20px;
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .imgStatus {
        width: 24px;
        height: 24px
    }

    .spanBtnStatus {
        font-size: 12px
    }

    .lblCaptionStatus {
        width: 80px;
        border: 0.3px solid gray;
        background-color: rgb(174,210,255);
        text-align: center;
        margin-right: 20px
    }

    .spanCaptionStatus {
        font-size: 10px
    }


    .lblCaptionStatus2 {
        width: 100px;
        border: 0.3px solid gray;
        background-color: powderblue;
        text-align: center;
        margin-right: 2px
    }

    .spanCaptionStatus2 {
        font-size: 12px
    }


    .spanCaptionStatus0 {
        font-size: 9px
    }


    .lblCaptionStatus2-1 {
        width: 160px;
        border: 0.3px solid gray;
        background-color: powderblue;
        text-align: center;
        margin-right: 2px
    }

    .spanCaptionStatus2-1 {
        font-size: 9px
    }

    .selectStatus {
        width: 170px;
        margin-right: 2px;
        border: 0.3px solid gray;
        background-color: white;
    }

    .selectStatus2 {
        width: 170px;
        margin-right: 2px;
        background-color: white;
    }

    .imgheader {
        width: 32px;
        height: 32px;
    }


    .pagetitle {
        font-size: 14px;
        font-weight: bold;
    }


    .username {
        font-size: 14px;
        font-weight: bold;
        font-style: italic;
        margin-top: 7px
    }



    .hospitaOneDivHeaderCard3 {
        background-color: #3330E4;
        color: white;
        width: 99%;
        justify-content: center;
        border: 0.3px solid gray;
        border-radius: 8px;
        margin-bottom: 3px;
        font-size: 15px;
        padding-top: 5px;
        padding-bottom: 4px;
        text-align: center;
    }

    .btnSelectRow {
        width: 100px;
        border: 0.3px solid gray;
        border-radius: 3px;
        padding-top: 3px;
        padding-bottom: 2px;
        text-align: center;
        font-size: 12px;
        background-color: #4300FF;
        color: white;
    }

    .HOShowEmrMainGrid {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 20vh;
        max-height: 90vh;
    }  

    .hospitalOnlineTab {
        height: 61vw;
    }

    .HOShowEmrLbl {
        font-size: 12px;
        width: 7vw;
        text-align: left;
    }

    .HOShowEmrLbl2 {
        font-size: 11px;
        width: 18vw;
        border: 0.3px solid gray;
        background-color: powderblue;
    }

    .HOSelectParMainGrid {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 32vh;
        max-height: 90vh;
    }

    .HOSelectParHeader {
        background-color: #191970;
        position: sticky;
        top: 0;
        color: white;
        font-size: 12px;
        display: block;
        height: 25px;
        overflow-y: scroll;
        overflow: auto;
        display: table;
        table-layout: fixed;
    }



    .HOSelectParTr {
        width: 100%;
        display: table;
        table-layout: fixed;
        height: 3vh;
    }

    .HOSelectParTr2 {
        width: 100%;
        display: table;
        table-layout: fixed;
        height: 3vh
    }

        .HOSelectParTr2 :hover {
            background-color: #E6E6FA;
            font-weight: bold
        }

    .HOSelectPartInfo {
        background-color: yellow;
        width: 97%;
        border-radius: 4px;
        border: 0.3px solid gray;
        font-size: 12px;
        text-align:center ;
    }


    .HOSelectPartlbl {
        border: 0.3px solid gray;
        text-align: center;
        background-color: #070D59;
        width: 11vw;
        height: 26px;
        color: white;
        font-size: 11px;
        text-align: center;
        padding-top: 5px
    }

    .HOSelectPartInput {
        border: 0.3px solid gray;
        text-align: center;
        background-color: lavender;
        font-size: 12px;
        width: 27vw;
    }


    .HOSelectPartInput2 {
        border: 0.3px solid gray;
        text-align: center;
        background-color: lavender;
        font-size: 12px;
        width: 27vw;
    }


    .HOSelectPartBtn {
        width: 15vw;
        border: 0.03px solid gray;
        border-radius: 3px;
        font-size: 12px;
        text-align: center;
        background-color: #0483b2;
        color: white;
    }

        .HOSelectPartBtn:hover {
            background-color: #FADA7A;
            color: black
        }

    .lblCaption02-2 {
        border: 0.3px solid gray;
        text-align: right;
        background-color: #436bff;
        width: 11vw;
        height: 27px;
        color: white;
        font-size: 13px;
        margin-left: 0.02vw;
        padding-top:4px ;
    }

    .lblCaption02-3 {
        border: 0.3px solid gray;
        text-align: right;
        background-color: powderblue;
        width: 13vw;
        height: 27px;
        font-size: 12px;
        margin-left: 0.02vw;
        padding-top: 4px;
    }

    .EmrCaptionBtn5 {
        display: inline-block;
        border-radius: 5px;
        background-color: #108;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 11px;
        cursor: pointer;
        padding-top: 3px;
        padding-bottom: 2px;
        margin-right: 10px;
        width: 80%;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 3px 5px 0 rgba(0,0,0,0.4);
    }

        .EmrCaptionBtn5:hover {
            background-color: #608BC1
        }


    .EmrChat1 {
        font-weight: 500;
        font-size: 12.5px
    }

    .EmrChat2 {
        font-size: 11.5px
    }

    .EmrChat3 {
        font-size: 11.5px;
        font-weight: 500;
        margin-right: 20px;
        margin-left: 20px;
        color: red;
    }

    .chatAvatarIMG {
        border-radius: 50%;
        width: 37px;
        height: 37px
    }

    .panelBackWatsapp2 {
        background: url("/Images/watsappback01.jpg");
        width: 99%;
        height: 450px;
        overflow-y: scroll;
    }

    .adviserSelected {
        width: 12vw;
        font-size: 13px;
        text-align: center;
        border: 0.3px solid gray;
        background-color: powderblue;
        margin-right: 8px
    }

    .adviserSelected2 {
        width: 30vw;
        font-size: 12px
    }

    .divBeneficiaryCard {
        height: 45vh;
        overflow-y: scroll;
        margin-bottom: 10px;
    }

    .BigBtn10 {
        min-width: 80px;
        width: 15vw;
        text-align: center;
        font-size: 12px;
        border: 0.3px solid gray;
        margin-right: 2px;
        margin-top: 7px;
        margin-bottom: 5px;
        border-radius: 7px;
        padding-top: 4px;
        padding-bottom: 3px;
        background-color: #F6DC43;
    }

        .BigBtn10:hover {
            background-color: lightcyan
        }

    .beneficiaryCard {
        text-align: center;
        margin-right: 2px;
        margin-top: 5px;
        width: 97%
    }

    .imgBeneficiary {
        width: 95px;
        height: 105px;
    }

    .beneficiaryCarcCaption01 {
        font-size: 13px;
        color: blue;
        text-align: center;
    }

    .beneficiaryCarcCaption02 {
        font-size: 10px;
    }

    .lblCaption15 {
        border: 0.3px solid gray;
        text-align: center;
        background-color: #93ABD3;
        padding-top: 0.2em;
        padding-bottom: 0.4em;
        width: 12vw;
        font-size: 13px;
        margin-left: 0.02vw;
        height: 26px
    }


    .SearchInput08 {
        border: 0.3px solid gray;
        font-size: 12px;
        text-align: center;
        background-color: lavender;
        height: 27px;
        width: 25vw;
        margin-right: 0.05vw;
        padding-top: 0.2em;
        padding-bottom: 0.4em;
        /*max-width:100px*/
    }

    .emrCodeInput {
        width: 180px;
        font-size: 11px;
        text-align: center;
    }

    .EmrCaptionBtn4 {
        display: inline-block;
        border-radius: 5px;
        background-color: #a21dc7;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 11px;
        transition: all 0.5s;
        cursor: pointer;
        padding-top: 3px;
        padding-bottom: 2px;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 3px 5px 0 rgba(0,0,0,0.4);
        width: 40%;
        margin-top:5px ;
    }

    .EmrCaptionBtn3 {
        display: inline-block;
        border-radius: 5px;
        background-color: #108;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 11px;
        cursor: pointer;
        padding-top: 3px;
        padding-bottom: 2px;
        margin-right: 10px;
        width: 45%;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 3px 5px 0 rgba(0,0,0,0.4);
        margin-top: 5px;
    }

        .EmrCaptionBtn3:hover {
            background-color: #608BC1
        }


    .EmrlblCaption {
        font-size: 1.4vw;
        width: 7.5vw
    }

    .EmrCaptionBtn {
        display: inline-block;
        border-radius: 5px;
        background-color: #108;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 10px;
        cursor: pointer;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-right: 10px;
        width: 40%;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 3px 5px 0 rgba(0,0,0,0.4);
        margin-top:5px
    }

        .EmrCaptionBtn:hover {
            background-color: #608BC1
        }

    .EmrCaptionBtn0 {
        display: inline-block;
        border-radius: 5px;
        background-color: #108;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 10px;
        cursor: pointer;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-right: 10px;
        width: 80%;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 3px 5px 0 rgba(0,0,0,0.4);
    }

        .EmrCaptionBtn0:hover {
            background-color: #608BC1
        }

    .EmrCaptionBtn2 {
        display: inline-block;
        border-radius: 5px;
        background-color: #740938;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 1.37vw;
        cursor: pointer;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-right: 10px;
        width: 40%;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 3px 5px 0 rgba(0,0,0,0.4);
    }

        .EmrCaptionBtn2:hover {
            background-color: red
        }

    .tblBody4 {
        font-size: 11px;
        display: table;
        table-layout: fixed;
    }

    .tblMainGrid38 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 22vh;
        max-height: 94vh;
        max-width: 94vw;
    }


    .tblMainGrid35 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 38vh;
        max-height: 94vh;
        max-width: 94vw;
    }

    .lblCaptionStatus3 {
        width: 16vw;
        border: 0.3px solid gray;
        background-color: rgb(174,210,255);
        text-align: center;
        margin-right: 15px;
    }

    .spanCaptionStatus3 {
        font-size: 12px
    }


    .lblCaptionStatus4 {
        width: 24vw;
        border: 0.3px solid gray;
        background-color: powderblue;
        text-align: center;
        margin-right: 2px
    }

    .spanCaptionStatus4 {
        font-size: 13px
    }


    .electornicFormInputArea {
        height: 12vh;
        min-height: 70px;
        width: 90%;
        font-size: 11px;
        margin-right: 20px;
        margin-top: 2px;
    }

    .electornicFormInputAreaBtn {
        height: 12vh;
        min-height: 70px;
        width: 1%;
        margin-top: 2px;
        border: 0.3px dotted gray;
        border-radius: 5px;
        background-color: #FEFFD2;
        cursor: pointer;
    }


    .electeronicFormCaption {
        width: 93%;
        background-color: #C2DED1;
        height: 28px;
        margin-top: 25px;
        margin-right: 20px;
        font-size: 12px;
        border: 0.3px solid gray;
        border-radius: 3px;
    }

    .SearchBtn4-1 {
        width: 100px;
        padding-bottom: 2px;
        padding-top: 2px;
        margin-right: 0.2vw;
        border: 0.5px dotted gray;
        background-color: #E2F6CA;
        font-size: 1.3vw;
        text-align: center;
        border-radius: 3px;
        margin-left: 10px
    }

        .SearchBtn4-1:hover {
            background-color: #F0DE36;
        }

    .lblMenuTeriajSpan {
        font-size: 1.4vw;
    }

    .SideBarMenuHeader {
        border: 1px lightblue solid;
        background-color: #436bff;
        text-align: center;
        font-size: 12px;
        padding-bottom: 3px;
        padding-top: 3px;
    }

    .lblCaption {
        border: 0.3px solid gray;
        text-align: right;
        background-color: #070D59;
        width: 7.5vw;
        height: 27px;
        color: white;
        font-size: 12px;
        margin-left: 0.02vw;
        text-align: center;
    }

    .tblMainGrid26-2 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 44.5vh;
        max-height: 91vh;
        max-width: 95vw;
    }

    .tblHeader4 {
        background-color: #191970;
        position: sticky;
        top: 0;
        color: white;
        font-size: 12px;
        display: block;
        height: 23px;
        overflow-y: scroll;
        overflow: auto;
        display: table;
        table-layout: fixed;
    }


    .tblHeader6 {
        background-color: #191970;
        position: sticky;
        top: 0;
        color: white;
        font-size: 10px;
        display: block;
        height: 23px;
        overflow-y: scroll;
        overflow: auto;
        display: table;
        table-layout: fixed;
    }

    .tblHeader7 {
        background-color: #1592FF !important;
        position: sticky;
        top: 0;
        color: white;
        font-size: 10px;
        display: block;
        height: 23px;
        overflow-y: scroll;
        overflow: auto;
        display: table;
        table-layout: fixed;
    }

    .tblBody2 {
        font-size: 11px;
        display: table;
        table-layout: fixed;
    }

    .ImgIcon {
        width: 3vw;
        height: 2.2vw;
    }


    .BigBtn8 {
        width: 14vw;
        text-align: center;
        font-size: 11px;
        border: 0.3px solid gray;
        margin-right: 2px;
        margin-top: 7px;
        margin-bottom: 5px;
        border-radius: 7px;
        padding-top: 4px;
        padding-bottom: 3px;
        background-color: #C4DDFF;
    }

        .BigBtn8:hover {
            width: 10vw;
            text-align: center;
            font-size: 0.73vw;
            border: 0.3px solid gray;
            margin-right: 2px;
            margin-top: 7px;
            margin-bottom: 5px;
            border-radius: 7px;
            padding-top: 4px;
            padding-bottom: 3px;
            background-color: lightcyan
        }

    .RElblCaption2 {
        background-color: #93ABD3;
        font-size: 11.5px;
        text-align: center;
        min-width: 90px;
        margin-right: 15px;
        height: 26px;
        padding-top: 3px;
        width: 5vw;
    }



    .REInput2 {
        border: 0.3px solid gray;
        font-size: 12px;
        background-color: lavender;
        width: 14.5vw;
        margin-right: 2px;
        height: 26px;
        min-width: 120px;
    }

    .REInput2-1 {
        border: 0.3px solid gray;
        font-size: 12px;
        background-color: lavender;
        width: 75.5vw;
        margin-right: 2px;
        height: 26px;
        min-width: 570px;
        height: 60px
    }

    .REInput2-2 {
        border: 0.3px solid gray;
        font-size: 12px;
        background-color: lavender;
        width: 55.5vw;
        margin-right: 2px;
        height: 26px;
        min-width: 450px;
        height: 60px
    }

    .tblMainGrid07 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 50vh;
        max-height: 60vh;
        max-width: 88vw;
    }

    .labelCaption0 {
        font-size: 11px;
        border: solid 1px gray;
        background-color: rgb(174,210,255);
        padding-top: 0.4em;
        padding-bottom: 0.4em;
        text-align: center;
        width: 60px
    }

    .mainGridTableReception {
        background-color: white;
        display: block;
        height: 270px;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        max-width: 700px;
        cursor: pointer;
        direction: ltr;
    }

    .labelImg {
        width: 22px;
        height: 22px
    }

    .labelInput {
        background-color: powderblue;
        font-size: 13px;
        padding-top: 0.2em;
        padding-bottom: 0.2em;
        text-align: center;
        width: 70px;
        border: 1px solid gray
    }

    .labelCaption {
        font-size: 10px;
        border: solid 1px gray;
        background-color: rgb(174,210,255);
        padding-top: 0.4em;
        padding-bottom: 0.4em;
        text-align: center;
        width: 60px
    }

    .HeaderImg {
        width: 25px;
        height: 25px;
        margin-top: 5px
    }

    .imgItem {
        height: 26px;
        width: 26px;
        margin-right: -10px
    }

    .txtItem {
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 7px;
        font-size: 11px
    }

    .caption {
        font-size: 11px;
        font-weight: 600;
    }

    .caption2 {
        font-size: 9px;
        font-weight: 600;
    }

    .btn-green {
        height: 15px;
        width: 160px;
        border-radius: 15px;
    }

    .lblCaption04 {
        border: 0.3px solid gray;
        text-align: center;
        background-color: #93ABD3;
        padding-top: 0.2em;
        padding-bottom: 0.4em;
        width: 17vw;
        font-size: 11px;
        margin-left: 0.02vw;
        height: 26px
    }

    .lblCaption04-1 {
        border: 0.3px solid gray;
        text-align: center;
        background-color: #93ABD3;
        padding-top: 0.2em;
        padding-bottom: 0.4em;
        width: 8.5vw;
        font-size: 10px;
        margin-left: 0.02vw;
        height: 26px
    }

    .lblCaption09 {
        border: 0.3px solid gray;
        text-align: center;
        background-color: powderblue;
        padding-top: 0.2em;
        padding-bottom: 0.4em;
        width: 18vw;
        font-size: 12px;
        margin-left: 0.02vw;
        height: 26px;
    }



    .tblMainGrid13 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 62vh;
        max-height: 90vh;
        max-width: 92vw;
    }


    .tblBody3 {
        font-size: 2.3vw;
        display: table;
        table-layout: fixed;
    }

    .BigBtn4 {
        width: 8vw;
        text-align: center;
        font-size: 0.8vw;
        border: 0.3px solid gray;
        margin-right: 2px;
        margin-top: 5px;
        margin-bottom: 5px;
        border-radius: 7px
    }


        .BigBtn4:hover {
            background-color: #FFCC00;
        }


      
    .tblMainGrid22 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 40vh;
        max-height: 91vh;
        max-width: 95vw;
    } 
}

/*============== Big Tablet   ==============*/
@media (min-width: 768px) and (max-width: 991px) {

    .emrBtnDetail {
        width: 110px;
        border: 0.3px solid gray;
        font-size: 13px;
        margin-right: 15px;
        cursor: pointer;
        text-align: center;
        padding-top: 4px;
        padding-bottom: 3px;
        border-radius: 5px;
        color: white;
        background-color: #6F00FF;
    }

        .emrBtnDetail:hover {
            background-color: #6E8CFB;
        }

    .emrBtnDetail2 {
        width: 110px;
        border: 0.3px solid gray;
        font-size: 13px;
        margin-right: 15px;
        cursor: pointer;
        text-align: center;
        padding-top: 4px;
        padding-bottom: 3px;
        border-radius: 5px;
        background-color: #CC66DA;
    }

        .emrBtnDetail2:hover {
            background-color: #C5B0CD;
        }

    .tblMainGridEmrDetail {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 40vh;
        max-height: 48vh;
        max-width: 99vw;
    }

    .tblMainGridEmrDetailLtr {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 39vh;
        max-height: 48vh;
        max-width: 99vw;
        direction: ltr
    }

    .tblMainGrid04-2 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 33vh;
        max-height: 35vh;
        max-width: 87vw;
    }

    .btnStatus {
        width: 110px;
        border-radius: 5px;
        border: 0.3px solid gray;
        margin-right: 20px;
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .imgStatus {
        width: 24px;
        height: 24px
    }

    .spanBtnStatus {
        font-size: 12px
    }

    .lblCaptionStatus {
        width: 80px;
        border: 0.3px solid gray;
        background-color: rgb(174,210,255);
        text-align: center;
        margin-right: 20px
    }

    .spanCaptionStatus {
        font-size: 10px
    }


    .lblCaptionStatus2 {
        width: 100px;
        border: 0.3px solid gray;
        background-color: powderblue;
        text-align: center;
        margin-right: 2px
    }

    .spanCaptionStatus2 {
        font-size: 12px
    }


    .spanCaptionStatus0 {
        font-size: 9px
    }


    .lblCaptionStatus2-1 {
        width: 160px;
        border: 0.3px solid gray;
        background-color: powderblue;
        text-align: center;
        margin-right: 2px
    }

    .spanCaptionStatus2-1 {
        font-size: 9px
    }

    .selectStatus {
        width: 170px;
        margin-right: 2px;
        border: 0.3px solid gray;
        background-color: white;
    }

    .selectStatus2 {
        width: 170px;
        margin-right: 2px;
        background-color: white;
    }

    .imgheader {
        width: 34px;
        height: 34px;
    }


    .pagetitle {
        font-size: 15px;
        font-weight: bold;
    }


    .username {
        font-size: 15px;
        font-weight: bold;
        font-style: italic;
        margin-top: 7px
    }


    .hospitaOneDivHeaderCard3 {
        background-color: #3330E4;
        color: white;
        width: 99%;
        justify-content: center;
        border: 0.3px solid gray;
        border-radius: 8px;
        margin-bottom: 3px;
        font-size: 15px;
        padding-top: 5px;
        padding-bottom: 4px;
        text-align: center;
    }

    .btnSelectRow {
        width: 100px;
        border: 0.3px solid gray;
        border-radius: 3px;
        padding-top: 3px;
        padding-bottom: 2px;
        text-align: center;
        font-size: 13px;
        background-color: #4300FF;
        color: white;
    }

    .HOShowEmrMainGrid {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 40vh;
        max-height: 90vh; 
    }  


    .hospitalOnlineTab {
        height: 53vw;
    }

    .HOShowEmrLbl {
        font-size: 13px;
        width: 9vw;
        text-align: left;
    }

    .HOShowEmrLbl2 {
        font-size: 12px;
        width: 17vw;
        border: 0.3px solid gray;
        background-color: powderblue; 
    }

    .HOSelectParMainGrid {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 48vh;
        max-height: 90vh;
    }

    .HOSelectParHeader {
        background-color: #191970;
        position: sticky;
        top: 0;
        color: white;
        font-size: 12px;
        display: block;
        height: 25px;
        overflow-y: scroll;
        overflow: auto;
        display: table;
        table-layout: fixed;
    }



    .HOSelectParTr {
        width: 100%;
        display: table;
        table-layout: fixed;
        height: 3vh;
    }

    .HOSelectParTr2 {
        width: 100%;
        display: table;
        table-layout: fixed;
        height: 3vh
    }

        .HOSelectParTr2 :hover {
            background-color: #E6E6FA;
            font-weight: bold
        }

    .HOSelectPartInfo {
        background-color: yellow;
        width: 97%;
        border-radius: 4px;
        border: 0.3px solid gray;
        font-size: 14px;
        text-align:center ;
    }


    .HOSelectPartlbl {
        border: 0.3px solid gray;
        text-align: center;
        background-color: #070D59;
        width: 9vw;
        height: 26px;
        color: white;
        font-size: 11px;
        text-align: center;
        padding-top: 5px
    }

    .HOSelectPartInput {
        border: 0.3px solid gray;
        text-align: center;
        background-color: lavender;
        font-size: 12px;
        width: 20vw;
    }

    .HOSelectPartInput2 {
        border: 0.3px solid gray;
        text-align: center;
        background-color: lavender;
        font-size: 12px;
        width: 50vw; 
    }

    .HOSelectPartBtn {
        width: 12vw;
        border: 0.03px solid gray;
        border-radius: 3px;
        font-size: 12px;
        text-align: center;
        background-color: #0483b2;
        color: white;
    }

        .HOSelectPartBtn:hover {
            background-color: #FADA7A;
            color: black
        }

    .lblCaption02-2 {
        border: 0.3px solid gray;
        text-align: right;
        background-color: #436bff;
        width: 11vw;
        height: 27px;
        color: white;
        font-size: 13px;
        margin-left: 0.02vw;
        padding-top: 4px;
    }

    .lblCaption02-3 {
        border: 0.3px solid gray;
        text-align: right;
        background-color: powderblue;
        width: 13vw;
        height: 27px;
        font-size: 12px;
        margin-left: 0.02vw;
        padding-top: 4px;
    }

    .EmrCaptionBtn5 {
        display: inline-block;
        border-radius: 5px;
        background-color: #108;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 1.35vw;
        cursor: pointer;
        padding-top: 3px;
        padding-bottom: 2px;
        margin-right: 10px;
        width: 32.5vw;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 3px 5px 0 rgba(0,0,0,0.4);
    }

        .EmrCaptionBtn5:hover {
            background-color: #608BC1
        }


    .EmrChat1 {
        font-weight: 500;
        font-size: 12.5px
    }

    .EmrChat2 {
        font-size: 11.5px
    }

    .EmrChat3 {
        font-size: 11.5px;
        font-weight: 500;
        margin-right: 20px;
        margin-left: 20px;
        color: red;
    }

    .chatAvatarIMG {
        border-radius: 50%;
        width: 37px;
        height: 37px
    }

    .panelBackWatsapp2 {
        background: url("/Images/watsappback01.jpg");
        width: 99%;
        height: 450px;
        overflow-y: scroll;
    }

    .adviserSelected {
        width: 12vw;
        font-size: 13px;
        text-align: center;
        border: 0.3px solid gray;
        background-color: powderblue;
        margin-right: 8px
    }

    .adviserSelected2 {
        width: 30vw;
        font-size: 12px
    }

    .divBeneficiaryCard {
        height: 45vh;
        overflow-y: scroll;
        margin-bottom: 10px;
    }

    .BigBtn10 {
        min-width: 80px;
        width: 15vw;
        text-align: center;
        font-size: 12px;
        border: 0.3px solid gray;
        margin-right: 2px;
        margin-top: 7px;
        margin-bottom: 5px;
        border-radius: 7px;
        padding-top: 4px;
        padding-bottom: 3px;
        background-color: #F6DC43;
    }

        .BigBtn10:hover {
            background-color: lightcyan
        }

    .beneficiaryCard {
        text-align: center;
        margin-right: 2px;
        margin-top: 5px;
        width: 97%
    }

    .imgBeneficiary {
        width: 95px;
        height: 105px;
    }

    .beneficiaryCarcCaption01 {
        font-size: 13px;
        color: blue;
        text-align: center;
    }

    .beneficiaryCarcCaption02 {
        font-size: 10px;
    }

    .lblCaption15 {
        border: 0.3px solid gray;
        text-align: center;
        background-color: #93ABD3;
        padding-top: 0.2em;
        padding-bottom: 0.4em;
        width: 12vw;
        font-size: 13px;
        margin-left: 0.02vw;
        height: 26px
    }


    .SearchInput08 {
        border: 0.3px solid gray;
        font-size: 12px;
        text-align: center;
        background-color: lavender;
        height: 27px;
        width: 25vw;
        margin-right: 0.05vw;
        padding-top: 0.2em;
        padding-bottom: 0.4em;
        /*max-width:100px*/
    }

    .emrCodeInput {
        width: 260px;
        font-size: 11px;
        text-align: center;
    }

    .EmrCaptionBtn4 {
        display: inline-block;
        border-radius: 5px;
        background-color: #a21dc7;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 12px;
        transition: all 0.5s;
        cursor: pointer;
        padding-top: 3px;
        padding-bottom: 2px;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 3px 5px 0 rgba(0,0,0,0.4);
        width: 35%;
        margin-top:5px ;
    }

    .EmrCaptionBtn3 {
        display: inline-block;
        border-radius: 5px;
        background-color: #108;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 11px;
        cursor: pointer;
        padding-top: 3px;
        padding-bottom: 2px;
        margin-right: 10px;
        width: 35%;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 3px 5px 0 rgba(0,0,0,0.4);
        margin-top: 5px;
    }

        .EmrCaptionBtn3:hover {
            background-color: #608BC1
        }


    .EmrlblCaption {
        font-size: 1.4vw;
        width: 7.5vw
    }

    .EmrCaptionBtn {
        display: inline-block;
        border-radius: 5px;
        background-color: #108;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 1.4vw;
        cursor: pointer;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-right: 10px;
        width: 11.5vw;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 3px 5px 0 rgba(0,0,0,0.4);
    }

        .EmrCaptionBtn:hover {
            background-color: #608BC1
        }


    .EmrCaptionBtn0 {
        display: inline-block;
        border-radius: 5px;
        background-color: #108;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 1.4vw;
        cursor: pointer;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-right: 10px;
        width: 32.5vw;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 3px 5px 0 rgba(0,0,0,0.4);
    }

        .EmrCaptionBtn0:hover {
            background-color: #608BC1
        }

    .EmrCaptionBtn2 {
        display: inline-block;
        border-radius: 5px;
        background-color: #740938;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 1.1vw;
        cursor: pointer;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-right: 10px;
        width: 11.5vw;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 3px 5px 0 rgba(0,0,0,0.4);
    }

        .EmrCaptionBtn2:hover {
            background-color: red
        }

    .tblBody4 {
        font-size: 11px;
        display: table;
        table-layout: fixed;
    }

    .tblMainGrid38 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 22vh;
        max-height: 94vh;
        max-width: 94vw;
    }


    .tblMainGrid35 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 38vh;
        max-height: 94vh;
        max-width: 94vw;
    }

    .lblCaptionStatus3 {
        width: 16vw;
        border: 0.3px solid gray;
        background-color: rgb(174,210,255);
        text-align: center;
        margin-right: 15px;
    }

    .spanCaptionStatus3 {
        font-size: 12px
    }


    .lblCaptionStatus4 {
        width: 24vw;
        border: 0.3px solid gray;
        background-color: powderblue;
        text-align: center;
        margin-right: 2px
    }

    .spanCaptionStatus4 {
        font-size: 13px
    }


    .electornicFormInputArea {
        height: 12vh;
        min-height: 70px;
        width: 90%;
        font-size: 11px;
        margin-right: 20px;
        margin-top: 2px;
    }

    .electornicFormInputAreaBtn {
        height: 12vh;
        min-height: 70px;
        width: 1%;
        margin-top: 2px;
        border: 0.3px dotted gray;
        border-radius: 5px;
        background-color: #FEFFD2;
        cursor: pointer;
    }


    .electeronicFormCaption {
        width: 93%;
        background-color: #C2DED1;
        height: 28px;
        margin-top: 25px;
        margin-right: 20px;
        font-size: 12px;
        border: 0.3px solid gray;
        border-radius: 3px;
    }

    .SearchBtn4-1 {
        width: 100px;
        padding-bottom: 2px;
        padding-top: 2px;
        margin-right: 0.2vw;
        border: 0.5px dotted gray;
        background-color: #E2F6CA;
        font-size: 1.3vw;
        text-align: center;
        border-radius: 3px;
        margin-left: 10px
    }

        .SearchBtn4-1:hover {
            background-color: #F0DE36;
        }

    .lblMenuTeriajSpan {
        font-size: 1.4vw;
    }

    .SideBarMenuHeader {
        border: 1px lightblue solid;
        background-color: #436bff;
        text-align: center;
        font-size: 12px;
        padding-bottom: 3px;
        padding-top: 3px;
    }

    .lblCaption {
        border: 0.3px solid gray;
        text-align: right;
        background-color: #070D59;
        width: 7.5vw;
        height: 27px;
        color: white;
        font-size: 12px;
        margin-left: 0.02vw;
        text-align: center;
    }

    .tblMainGrid26-2 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 44.5vh;
        max-height: 91vh;
        max-width: 95vw;
    }

    .tblHeader4 {
        background-color: #191970;
        position: sticky;
        top: 0;
        color: white;
        font-size: 12px;
        display: block;
        height: 23px;
        overflow-y: scroll;
        overflow: auto;
        display: table;
        table-layout: fixed;
    }


    .tblHeader6 {
        background-color: #191970;
        position: sticky;
        top: 0;
        color: white;
        font-size: 10px;
        display: block;
        height: 23px;
        overflow-y: scroll;
        overflow: auto;
        display: table;
        table-layout: fixed;
    }

    .tblHeader7 {
        background-color: #1592FF !important;
        position: sticky;
        top: 0;
        color: white;
        font-size: 10px;
        display: block;
        height: 23px;
        overflow-y: scroll;
        overflow: auto;
        display: table;
        table-layout: fixed;
    }

    .tblBody2 {
        font-size: 11px;
        display: table;
        table-layout: fixed;
    }

    .ImgIcon {
        width: 3vw;
        height: 2.2vw;
    }


    .BigBtn8 {
        width: 14vw;
        text-align: center;
        font-size: 11px;
        border: 0.3px solid gray;
        margin-right: 2px;
        margin-top: 7px;
        margin-bottom: 5px;
        border-radius: 7px;
        padding-top: 4px;
        padding-bottom: 3px;
        background-color: #C4DDFF;
    }

        .BigBtn8:hover {
            width: 10vw;
            text-align: center;
            font-size: 0.73vw;
            border: 0.3px solid gray;
            margin-right: 2px;
            margin-top: 7px;
            margin-bottom: 5px;
            border-radius: 7px;
            padding-top: 4px;
            padding-bottom: 3px;
            background-color: lightcyan
        }

    .RElblCaption2 {
        background-color: #93ABD3;
        font-size: 11.5px;
        text-align: center;
        min-width: 90px;
        margin-right: 15px;
        height: 26px;
        padding-top: 3px;
        width: 5vw;
    }



    .REInput2 {
        border: 0.3px solid gray;
        font-size: 12px;
        background-color: lavender;
        width: 14.5vw;
        margin-right: 2px;
        height: 26px;
        min-width: 120px;
    }

    .REInput2-1 {
        border: 0.3px solid gray;
        font-size: 12px;
        background-color: lavender;
        width: 75.5vw;
        margin-right: 2px;
        height: 26px;
        min-width: 570px;
        height: 60px
    }

    .REInput2-2 {
        border: 0.3px solid gray;
        font-size: 12px;
        background-color: lavender;
        width: 55.5vw;
        margin-right: 2px;
        height: 26px;
        min-width: 450px;
        height: 60px
    }

    .tblMainGrid07 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 50vh;
        max-height: 60vh;
        max-width: 88vw;
    }

    .labelCaption0 {
        font-size: 11px;
        border: solid 1px gray;
        background-color: rgb(174,210,255);
        padding-top: 0.4em;
        padding-bottom: 0.4em;
        text-align: center;
        width: 60px
    }

    .mainGridTableReception {
        background-color: white;
        display: block;
        height: 270px;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        max-width: 700px;
        cursor: pointer;
        direction: ltr;
    }

    .labelImg {
        width: 22px;
        height: 22px
    }

    .labelInput {
        background-color: powderblue;
        font-size: 13px;
        padding-top: 0.2em;
        padding-bottom: 0.2em;
        text-align: center;
        width: 70px;
        border: 1px solid gray
    }

    .labelCaption {
        font-size: 10px;
        border: solid 1px gray;
        background-color: rgb(174,210,255);
        padding-top: 0.4em;
        padding-bottom: 0.4em;
        text-align: center;
        width: 60px
    }

    .HeaderImg {
        width: 25px;
        height: 25px;
        margin-top: 5px
    }

    .imgItem {
        height: 26px;
        width: 26px;
        margin-right: -10px
    }

    .txtItem {
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 7px;
        font-size: 11px
    }

    .caption {
        font-size: 11px;
        font-weight: 600;
    }

    .caption2 {
        font-size: 9px;
        font-weight: 600;
    }

    .btn-green {
        height: 15px;
        width: 160px;
        border-radius: 15px;
    }

    .lblCaption04 {
        border: 0.3px solid gray;
        text-align: center;
        background-color: #93ABD3;
        padding-top: 0.2em;
        padding-bottom: 0.4em;
        width: 17vw;
        font-size: 11px;
        margin-left: 0.02vw;
        height: 26px
    }

    .lblCaption04-1 {
        border: 0.3px solid gray;
        text-align: center;
        background-color: #93ABD3;
        padding-top: 0.2em;
        padding-bottom: 0.4em;
        width: 8.5vw;
        font-size: 10px;
        margin-left: 0.02vw;
        height: 26px
    }

    .lblCaption09 {
        border: 0.3px solid gray;
        text-align: center;
        background-color: powderblue;
        padding-top: 0.2em;
        padding-bottom: 0.4em;
        width: 18vw;
        font-size: 12px;
        margin-left: 0.02vw;
        height: 26px;
    }



    .tblMainGrid13 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 62vh;
        max-height: 90vh;
        max-width: 92vw;
    }


    .tblBody3 {
        font-size: 2.3vw;
        display: table;
        table-layout: fixed;
    }

    .BigBtn4 {
        width: 8vw;
        text-align: center;
        font-size: 0.8vw;
        border: 0.3px solid gray;
        margin-right: 2px;
        margin-top: 5px;
        margin-bottom: 5px;
        border-radius: 7px
    }


        .BigBtn4:hover {
            background-color: #FFCC00;
        }


    .tblMainGrid22 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 40vh;
        max-height: 91vh;
        max-width: 95vw;
    }
}



/*==============  Mobile  ==============*/
@media (min-width: 1px) and (max-width: 991px) {

    .btn-green {
        height: 19px;
        width: 200px;
        border-radius: 15px;
    }

    .tblMainGrid28 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 20vh;
        max-height: 90vh;
        max-width: 87vw;
    }

    .tblHeader {
        background-color: #191970;
        position: sticky;
        top: 0;
        color: white;
        font-size: 12.5px;
        display: block;
        /*height: 27px;*/
        overflow-y: scroll;
        overflow: auto;
        display: table;
        table-layout: fixed;
    }

    .tblBody {
        font-size: 11px;
        display: table;
        table-layout: fixed;
    }

    .tblTr {
        width: 100%;
        display: table;
        table-layout: fixed;
    }

    .tblTr2 {
        width: 100%;
        display: table;
        table-layout: fixed;
        height: 3vh
    }

        .tblTr2 :hover {
            background-color: #E6E6FA;
            font-weight: bold
        }

    .tblTr3 {
        width: 100%;
        display: table;
        table-layout: fixed;
        height: 3vh
    }

        .tblTr3 :hover {
            background-color: #E6E6FA;
            font-weight: bold
        }
    .tblSr3 {
        width: 100%;
        display: table;
        table-layout: fixed;
        height: 3vh
    }

        .tblSr3 :hover {
            background-color: #E6E6FA;
            /* font-weight: bold*/
        }

    /*   .mainGridTableReception {
        background-color: white;
        display: block;
        height: 270px;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        max-width: 700px;
        cursor: pointer;
        direction: ltr;
    } */

}




/*==============  Smaoll PC   ==============*/
@media (min-width: 992px) and (max-width: 1400px) {

    .emrBtnDetail {
        width: 110px;
        border: 0.3px solid gray;
        font-size: 13px;
        margin-right: 15px;
        cursor: pointer;
        text-align: center;
        padding-top: 4px;
        padding-bottom: 3px;
        border-radius: 5px;
        color: white;
        background-color: #6F00FF;
    }

        .emrBtnDetail:hover {
            background-color: #6E8CFB;
        }

    .emrBtnDetail2 {
        width: 110px;
        border: 0.3px solid gray;
        font-size: 13px;
        margin-right: 15px;
        cursor: pointer;
        text-align: center;
        padding-top: 4px;
        padding-bottom: 3px;
        border-radius: 5px;
        background-color: #CC66DA;
    }

        .emrBtnDetail2:hover {
            background-color: #C5B0CD;
        }


    .tblMainGridEmrDetail {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 38vh;
        max-height: 48vh;
        max-width: 99vw;
    }

    .tblMainGridEmrDetailLtr {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 32vh;
        max-height: 48vh;
        max-width: 99vw;
        direction: ltr
    }

    .btnStatus {
        width: 120px;
        border-radius: 5px;
        border: 0.3px solid gray;
        margin-right: 20px;
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .imgStatus {
        width: 20px;
        height: 20px
    }

    .spanBtnStatus {
        font-size: 12px
    }

    .lblCaptionStatus {
        width: 120px;
        border: 0.3px solid gray;
        background-color: rgb(174,210,255);
        text-align: center;
        margin-right: 20px
    }

    .spanCaptionStatus {
        font-size: 12px
    }


    .lblCaptionStatus2 {
        width: 140px;
        border: 0.3px solid gray;
        background-color: powderblue;
        text-align: center;
        margin-right: 2px
    }

    .spanCaptionStatus2 {
        font-size: 13px
    }


    .spanCaptionStatus0 {
        font-size: 11px
    }


    .lblCaptionStatus2-1 {
        width: 220px;
        border: 0.3px solid gray;
        background-color: powderblue;
        text-align: center;
        margin-right: 2px
    }

    .spanCaptionStatus2-1 {
        font-size: 11px
    }

    .selectStatus {
        width: 220px;
        margin-right: 2px;
        border: 0.3px solid gray;
        background-color: white;
    }

    .selectStatus2 {
        width: 220px;
        margin-right: 2px;
        background-color: white;
    }

    .imgheader {
        width: 39px;
        height: 38px;
    }


    .pagetitle {
        font-size: 16px;
        font-weight: bold;
    }


    .username {
        font-size: 15px;
        font-weight: bold;
        font-style: italic;
        margin-top: 7px
    }




    .tblMainOperationTiming2 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 35vh;
        max-height: 80vh;
        max-width: 96vw;
    }

    .TashkhisBtn {
        font-size: 12px;
        width: 140px; 
        margin-right: 20px;
        margin-right: 3px
    }

        .TashkhisBtn:hover {
            background-color: aqua
        }

    .hospitaOneDivHeaderCard3 {
        background-color: #3330E4;
        color: white;
        width: 99%;
        justify-content: center;
        border: 0.3px solid gray;
        border-radius: 8px;
        margin-bottom: 3px;
        font-size: 15px;
        padding-top: 5px;
        padding-bottom: 4px;
        text-align: center;
    }

    .btnSelectRow {
        width: 100px;
        border: 0.3px solid gray;
        border-radius: 3px;
        padding-top: 3px;
        padding-bottom: 2px;
        text-align: center;
        font-size: 13px;
        background-color: #4300FF;
        color: white;
    }

    .HOShowEmrMainGrid {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 50vh;
        max-height: 90vh;
    }  


    .hospitalOnlineTab {
        height: 50vw;
        max-height:600px ;
    }


    .HOShowEmrLbl {
        font-size: 13px;
        width: 5vw;
        text-align: left;
    } 

    .HOShowEmrLbl2 {  
        font-size: 12px;
        width: 15vw;
        border: 0.3px solid gray;
        background-color: powderblue;
    }

    .HOSelectParMainGrid {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 50vh;
        max-height: 90vh;
    }

    .HOSelectParHeader {
        background-color: #191970;
        position: sticky;
        top: 0;
        color: white;
        font-size: 12px;
        display: block;
        height: 25px;
        overflow-y: scroll;
        overflow: auto;
        display: table;
        table-layout: fixed;
    }

              

    .HOSelectParTr {
        width: 100%;
        display: table;
        table-layout: fixed;
        height: 3vh;
    }

    .HOSelectParTr2 {
        width: 100%;
        display: table;
        table-layout: fixed;
        height: 3vh
    }

        .HOSelectParTr2 :hover {
            background-color: #E6E6FA;
            font-weight: bold
        }

    .HOSelectPartInfo {
        background-color: yellow;
        width: 97%;
        border-radius: 4px;
        border: 0.3px solid gray;
        font-size: 14px;
        text-align: center;
    }

    .HOSelectPartlbl {
        border: 0.3px solid gray;
        text-align: center;
        background-color: #070D59;
        width: 9vw;
        height: 26px;
        color: white;
        font-size: 12px;
        text-align: center;
        padding-top: 5px
    }

    .HOSelectPartInput {
        border: 0.3px solid gray;
        text-align: center;
        background-color: lavender;
        font-size: 12px;
        width: 20vw;
    }


    .HOSelectPartInput2 {
        border: 0.3px solid gray;
        text-align: center;
        background-color: lavender;
        font-size: 12px;
        width: 40vw;
    }

    .HOSelectPartBtn {
        width: 10vw;
        border: 0.03px solid gray;
        border-radius: 3px;
        font-size: 14px;
        text-align: center;
        background-color: #0483b2;
        color: white;
    }

        .HOSelectPartBtn:hover {
            background-color: #FADA7A;
            color: black
        }

    .lblCaption02-2 {
        border: 0.3px solid gray;
        text-align: right;
        /*background-color: #436bff;*/
        background-color: #4F75FF;
        width: 11vw;
        height: 27px;
        color: white;
        font-size: 13px;
        margin-left: 0.02vw;
        padding-top: 4px;
    }

    .lblCaption02-3 {
        border: 0.3px solid gray;
        text-align: right;
        background-color: powderblue;
        width: 13vw;
        height: 27px;
        font-size: 12px;
        margin-left: 0.02vw;
        padding-top: 4px;
    }


    .EmrCaptionBtn5 {
        display: inline-block;
        border-radius: 5px;
        background-color: #410445;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 1.13vw;
        cursor: pointer;
        padding-top: 3px;
        padding-bottom: 2px;
        margin-right: 10px;
        width: 27.5vw;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 3px 5px 0 rgba(0,0,0,0.4);
    }

        .EmrCaptionBtn5:hover {
            background-color: #A5158C
        }

    .EmrChat1 {
        font-weight: 500;
        font-size: 12.5px
    }

    .EmrChat2 {
        font-size: 12px
    }

    .EmrChat3 {
        font-size: 11.5px;
        font-weight: 500;
        margin-right: 20px;
        margin-left: 20px;
        color: red;
    }

    .chatAvatarIMG {
        border-radius: 50%;
        width: 39px;
        height: 39px
    }

    .panelBackWatsapp2 {
        background: url("/Images/watsappback01.jpg");
        width: 99%;
        height: 57vh;
        overflow-y: scroll;
    }

    .adviserSelected {
        width: 8vw;
        font-size: 13px;
        text-align: center;
        border: 0.3px solid gray;
        background-color: powderblue;
        margin-right: 8px;
    }

    .adviserSelected2 {
        width: 24vw;
        font-size: 12px
    }

    .divBeneficiaryCard {
        height: 74vh;
        overflow-y: scroll;
        margin-bottom: 7px;
    }

    .BigBtn10 {
        min-width: 80px;
        width: 10vw;
        max-width: 120px;
        text-align: center;
        font-size: 12px;
        border: 0.3px solid gray;
        margin-right: 2px;
        margin-top: 7px;
        margin-bottom: 5px;
        border-radius: 7px;
        padding-top: 4px;
        padding-bottom: 3px;
        background-color: #F6DC43;
    }

        .BigBtn10:hover {
            background-color: lightcyan
        }

    .beneficiaryCard {
        text-align: center;
        margin-right: 2px;
        margin-top: 5px;
        width: 97%
    }

    .imgBeneficiary {
        width: 115px;
        height: 115px;
    }

    .beneficiaryCarcCaption01 {
        font-size: 13px;
        color: blue;
        text-align: center;
    }

    .beneficiaryCarcCaption02 {
        font-size: 10px;
    }

    .lblCaption15 {
        border: 0.3px solid gray;
        text-align: center;
        background-color: #93ABD3;
        padding-top: 0.2em;
        padding-bottom: 0.4em;
        width: 12vw;
        font-size: 13px;
        margin-left: 0.02vw;
        height: 26px
    }


    .SearchInput08 {
        border: 0.3px solid gray;
        font-size: 12px;
        text-align: center;
        background-color: lavender;
        height: 27px;
        width: 25vw;
        margin-right: 0.05vw;
        padding-top: 0.2em;
        padding-bottom: 0.4em;
        /*max-width:100px*/
    }

    .emrCodeInput {
        width: 100px;
        font-size: 11px;
        text-align: center;
    }

    .EmrCaptionBtn4 {
        display: inline-block;
        border-radius: 5px;
        background-color: #a21dc7;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 1vw;
        transition: all 0.5s;
        cursor: pointer;
        padding-top: 3px;
        padding-bottom: 2px;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 3px 5px 0 rgba(0,0,0,0.4);
        width: 6.5vw;
    }

    .EmrCaptionBtn3 {
        display: inline-block;
        border-radius: 5px;
        background-color: #108;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 1vw;
        cursor: pointer;
        padding-top: 3px;
        padding-bottom: 2px;
        margin-right: 10px;
        width: 10.5vw;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 3px 5px 0 rgba(0,0,0,0.4);
    }

        .EmrCaptionBtn3:hover {
            background-color: #608BC1
        }

    .EmrlblCaption {
        font-size: 1.1vw;
        width: 6vw
    }

    .EmrCaptionBtn {
        display: inline-block;
        border-radius: 5px;
        background-color: #108;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 1.1vw;
        cursor: pointer;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-right: 10px;
        width: 10vw;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 3px 5px 0 rgba(0,0,0,0.4);
    }

        .EmrCaptionBtn:hover {
            background-color: #608BC1
        }


    .EmrCaptionBtn0 {
        display: inline-block;
        border-radius: 5px;
        background-color: #108;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 1.1vw;
        cursor: pointer;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-right: 10px;
        width: 15.5vw;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 3px 5px 0 rgba(0,0,0,0.4);
    }

        .EmrCaptionBtn0:hover {
            background-color: #608BC1
        }

    .EmrCaptionBtn2 {
        display: inline-block;
        border-radius: 5px;
        background-color: #740938;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 1.07vw;
        cursor: pointer;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-right: 10px;
        width: 10.5vw;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 3px 5px 0 rgba(0,0,0,0.4);
    }

        .EmrCaptionBtn2:hover {
            background-color: red
        }

    .tblBody4 {
        font-size: 12.5px;
        display: table;
        table-layout: fixed;
    }

    .lblCaptionStatus3 {
        width: 12vw;
        border: 0.3px solid gray;
        background-color: rgb(174,210,255);
        text-align: center;
        margin-right: 15px;
    }

    .spanCaptionStatus3 {
        font-size: 11.5px
    }


    .lblCaptionStatus4 {
        width: 12vw;
        border: 0.3px solid gray;
        background-color: powderblue;
        text-align: center;
        margin-right: 2px
    }

    .spanCaptionStatus4 {
        font-size: 13px
    }


    .electornicFormInputArea {
        height: 12vh;
        min-height: 70px;
        width: 93%;
        font-size: 12px;
        margin-right: 20px;
        margin-top: 2px;
    }

    .electornicFormInputAreaBtn {
        height: 12vh;
        min-height: 70px;
        width: 1%;
        margin-top: 2px;
        border: 0.3px dotted gray;
        border-radius: 5px;
        background-color: #FEFFD2;
        cursor: pointer;
    }

    .electeronicFormCaption {
        width: 93%;
        background-color: #C2DED1;
        height: 28px;
        margin-top: 25px;
        margin-right: 20px;
        font-size: 12px;
        border: 0.3px solid gray;
        border-radius: 3px;
    }

    .SearchBtn4-1 {
        width: 105px;
        padding-bottom: 2px;
        padding-top: 2px;
        margin-right: 0.2vw;
        border: 0.5px dotted gray;
        background-color: #E2F6CA;
        font-size: 1.05vw;
        text-align: center;
        border-radius: 3px;
        margin-left: 10px
    }

        .SearchBtn4-1:hover {
            background-color: #F0DE36;
        }

    .SideBarMenuHeader {
        border: 1px lightblue solid;
        background-color: #436bff;
        text-align: center;
        font-size: 12px;
        padding-bottom: 3px;
        padding-top: 3px;
    }

    .RElblCaption2 {
        background-color: #93ABD3;
        font-size: 12.5px;
        text-align: center;
        min-width: 110px;
        margin-right: 15px;
        height: 26px;
        padding-top: 3px;
        width: 8vw
    }

    .REInput2 {
        border: 0.3px solid gray;
        font-size: 12px;
        background-color: lavender;
        width: 15vw;
        margin-right: 2px;
        height: 26px;
        min-width: 180px
    }

    .REInput2-1 {
        border: 0.3px solid gray;
        font-size: 12px;
        background-color: lavender;
        width: 67.5vw;
        margin-right: 2px;
        height: 26px;
        min-width: 780px;
        height: 60px
    }

    .REInput2-2 {
        border: 0.3px solid gray;
        font-size: 12px;
        background-color: lavender;
        width: 67.5vw;
        margin-right: 2px;
        height: 26px;
        min-width: 780px;
        height: 60px
    }

    .mainGridTableReception {
        background-color: white;
        display: block;
        height: 284.5px;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        max-width: 700px;
        cursor: pointer;
        direction: ltr;
    }

    .labelInput {
        background-color: powderblue;
        font-size: 13px;
        padding-top: 0.2em;
        padding-bottom: 0.2em;
        text-align: center;
        width: 100px;
        border: 1px solid gray;
        margin-left: 8px;
        height: 25px
    }

    .labelCaption0 {
        font-size: 11px;
        border: solid 1px gray;
        background-color: rgb(174,210,255);
        padding-top: 0.3em;
        padding-bottom: 0.3em;
        text-align: center;
        width: 100px
    }

    .labelCaption {
        font-size: 11px;
        border: solid 1px gray;
        background-color: rgb(174,210,255);
        padding-top: 0.4em;
        padding-bottom: 0.4em;
        text-align: center;
        width: 90px;
        margin-left: 1px;
        height: 25px
    }

    .HeaderImg {
        width: 30px;
        height: 30px;
        margin-top: 2px;
        margin-bottom: 2px
    }


    .txtItem {
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 7px;
    }

    .imgItem {
        height: 26px;
        width: 26px;
        margin-right: 0px
    }


    .caption {
        font-size: 12px;
        font-weight: 500;
    }


    .caption2 {
        font-size: 12px;
        font-weight: 500;
    }

    .btn-green {
        height: 19px;
        width: 200px;
        border-radius: 15px;
    }

    .fontsize {
        font-size: 0.67vw
    }

    .rowCustom {
        margin-top: 1vw
    }

    .rowCustom2 {
        margin-top: 1.5vw;
        text-align: center
    }

    .lblCaption13 {
        border: 0.3px solid gray;
        text-align: center;
        background-color: #C4DDFF;
        padding-top: 0.2em;
        padding-bottom: 0.4em;
        width: 6vw;
        font-size: 12px;
        height: 26px
    }

    .lblCaption14 {
        border: 0.3px solid gray;
        background-color: powderblue;
        padding-top: 0.2em;
        padding-bottom: 0.4em;
        width: 10vw;
        font-size: 12px;
        margin-left: 0.02vw;
        height: 26px;
        margin-right: 1.5vw
    }

    .SideBarMenu2 {
        position: sticky;
        width: 100%;
        height: 50vh;
        max-height: 50vh;
    }

    .SideBarMenuHeader2 {
        border: 1px lightblue solid;
        background-color: #436bff;
        text-align: center;
        font-size: 14px;
        padding-bottom: 1px;
        padding-top: 1px;
    }

    .SideBarImg5 {
        width: 2.5vw;
        height: 2.1vw;
        text-align: center;
        /* margin-top: 1vw;*/
        margin-left: 0.8vw;
        margin-right: 0.5vw;
        margin-top: 1.9vh;
    }


    .SideBarImg6 {
        width: 3.4vw;
        height: 2.9vw;
        text-align: center;
        /* margin-top: 1vw;*/
        margin-left: 0.8vw;
        margin-right: 0.5vw;
        margin-top: 1.9vh;
    }

    .SideBarImg7 {
        width: 1.9vw;
        height: 1.7vw;
        text-align: right
        /* margin-top: 1vw;
            margin-left: 0.8vw;
            margin-right: 0.5vw*/
    }

    .SideBarImg8 {
        width: 2.5vw;
        height: 2.1vw;
        text-align: center;
        /* margin-top: 1vw;*/
        margin-left: 0.8vw;
        margin-right: 0.5vw;
        margin-top: 0.9vh;
    }

    .SideBarImg9 {
        width: 2vw;
        height: 1.68vw;
        text-align: center;
        /* margin-top: 1vw;*/
        margin-left: 0.8vw;
        margin-right: 0.5vw;
        margin-top: 1.9vh;
    }

    .SideBarImg10 {
        margin-right: 1vw;
        margin-left: 10px;
        height: 2.1vw;
        width: 2vw;
    }

    .SideBarImg11 {
        margin-right: 1vw;
        margin-left: 10px;
        height: 2.4vw;
        width: 2.3vw;
    }

    .ImgIcon {
        width: 2.1vw;
        height: 1.8vw;
    }

    .SideBarCaption3 {
        text-align: center;
        font-size: 0.99vw;
    }

    .SideBarCaption4 {
        text-align: center;
        font-size: 0.99vw;
        width: 40px;
        cursor: pointer
    }

    .tblBody {
        font-size: 0.95vw;
        display: table;
        table-layout: fixed;
    }


    .tblBody2 {
        font-size: 0.9vw;
        display: table;
        table-layout: fixed;
    }

    .tblBody3 {
        font-size: 0.87vw;
        display: table;
        table-layout: fixed;
    }

    .tblMainGrid {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 99%;
        cursor: pointer;
        height: 59vh;
        max-height: 95vh;
        max-width: 90vw;
    }

    .tblMainGrid02 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 99%;
        cursor: pointer;
        height: 44vh;
        max-height: 65vh;
        max-width: 93vw;
    }

    .tblMainGrid02-02 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 99%;
        cursor: pointer;
        height: 40vh;
        max-height: 50vh;
        max-width: 90vw;
    }

    .tblMainGrid03 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 50vh;
        max-height: 94vh;
        max-width: 97vw;
    }

    .tblMainGrid04 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 53vh;
        max-height: 90vh;
        max-width: 87vw;
    }


    .tblMainGrid04-1 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 63vh;
        max-height: 90vh;
        max-width: 87vw;
    }

    .tblMainGrid04-2 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 33vh;
        max-height: 35vh;
        max-width: 87vw;
    }

    .tblMainGrid04-3 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 55vh;
        max-height: 90vh;
        max-width: 87vw;
    }

    .tblMainGrid05 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 30vh;
        max-height: 30vh;
        max-width: 99vw;
    }

    .tblMainGrid06 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 99%;
        cursor: pointer;
        height: 40vh;
        max-height: 65vh;
        max-width: 93vw;
    }

    .tblMainGrid06-2 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 99%;
        cursor: pointer;
        height: 34vh;
        max-height: 65vh;
        max-width: 93vw;
    }

    .tblMainGrid07 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 30vh;
        max-height: 30vh;
        max-width: 93vw;
    }

    .tblMainGrid07-2 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 30vh;
        max-height: 30vh;
        max-width: 93vw;
    }


    .tblMainGrid07-3 {
        background-color: white;  
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 10vh;
        max-height: 30vh;
        max-width: 93vw;
        min-height:150px
    }

    .tblMainGrid08 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 17vh;
        max-height: 30vh;
        max-width: 500px;
    }

    .tblMainGrid09 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 24vh;
        max-height: 30vh;
        max-width: 500px;
    }


    .tblMainGrid10 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 28vh;
        max-height: 91vh;
        max-width: 89vw;
    }

    .tblMainGrid11 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 19vh;
        max-height: 91vh;
        max-width: 89vw;
    }

    .tblMainGrid12 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 49vh;
        max-height: 90vh;
        max-width: 87vw;
    }


    .tblMainGrid12-1 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 49vh;
        max-height: 90vh;
        max-width: 93vw;
    }

    .tblMainGrid13 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 59vh;
        max-height: 90vh;
        max-width: 94vw;
    }

    .btn-green2 {
        height: 19px;
        width: 200px;
        border-radius: 15px;
    }

    .tblMainGrid14 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 20vh;
        max-height: 91vh;
        max-width: 96vw;
    }

    .tblMainGrid15 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 33vh;
        max-height: 91vh;
        max-width: 95vw;
    }

    .tblMainGrid15-1 { 
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 58vh;
        max-height: 91vh;
        max-width: 95vw;
    }

    .tblMainGrid16 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 26vh;
        max-height: 91vh;
        max-width: 94vw;
        margin-top: 5px
    }

    .tblMainGrid17 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 58vh;
        max-height: 90vh;
        max-width: 97vw;
    }


    .tblMainGrid18 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 40vh;
        max-height: 90vh;
        max-width: 90vw;
    }

    .tblMainGrid19 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 99%;
        cursor: pointer;
        height: 27vh;
        max-height: 65vh;
        max-width: 93vw;
    }

    .tblMainGrid20 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 35vh;
        max-height: 90vh;
        max-width: 92vw;
    }


    .tblMainGrid20-1 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 40vh;
        max-height: 90vh;
        max-width: 92vw;
        margin-top: 20px
    }

    .tblMainGrid20-2 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 34vh;
        max-height: 90vh;
        max-width: 89vw;
    }

    .tblMainGrid21 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 40vh;
        max-height: 90vh;
        max-width: 94vw;
    }


    .tblMainGrid22 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 52vh;
        max-height: 91vh;
        max-width: 95vw;
    }

    .tblMainGrid22-2 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 52vh;
        max-height: 91vh;
        max-width: 90vw;
    }


    .tblMainGrid22-3 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 45vh;
        max-height: 90vh;
        max-width: 92vw;
    }

    .tblMainGrid22-4 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 30vh;
        max-height: 91vh;
        max-width: 93vw;
    }

    .tblMainGrid23 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 99%;
        cursor: pointer;
        height: 28vh;
        max-height: 65vh;
        max-width: 90vw;
    }

    .tblMainGrid23-1 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 99%;
        cursor: pointer;
        height: 28vh;
        max-height: 65vh;
        max-width: 90vw;
    }


    .tblMainGrid23-2 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 99%;
        cursor: pointer;
        height: 28vh;
        max-height: 65vh;
        max-width: 90vw;
    }

    .tblMainGrid24 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 30vh;
        max-height: 90vh;
        max-width: 95vw;
    }

    .tblMainGrid24-1 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 48vh;
        max-height: 90vh;
        max-width: 95vw;
    }

    .tblMainGrid25 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 61vh;
        max-height: 91vh;
        max-width: 95vw;
    }

    .tblMainGrid26 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 54.5vh;
        max-height: 91vh;
        max-width: 95vw;
    }

    .tblMainGrid26-2 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 44.5vh;
        max-height: 91vh;
        max-width: 95vw;
    }

    .tblMainGrid27 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 25vh;
        max-height: 90vh;
        max-width: 87vw;
    }

    .tblMainGrid28 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 33vh;
        max-height: 90vh;
        max-width: 87vw;
    }

    .tblMainGrid29 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 99%;
        cursor: pointer;
        height: 35vh;
        max-height: 65vh;
        max-width: 93vw;
    }

    .tblMainGrid30 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 90vh;
        max-height: 91vh;
        max-width: 95vw;
    }


    .tblMainGrid31 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 37vh;
        max-height: 94vh;
        max-width: 94vw;
    }


    .tblMainGrid32 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 69vh;
        max-height: 90vh;
        max-width: 96vw;
    }


    .tblMainGrid33 {  
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 21vh;
        max-height: 91vh;
        max-width: 94vw;
    }

    .tblMainGrid33-1 {  
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 71vh; 
        max-width: 97vw;
    }

    .tblMainGrid34 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 99%;
        cursor: pointer;
        height: 18vh;
        max-height: 90vh;
        max-width: 99vw;
    }


    .tblMainGrid35 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 38vh;
        max-height: 94vh;
        max-width: 94vw;
    }


    .tblMainGrid36 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 99%;
        cursor: pointer;
        height: 28vh;
        max-height: 90vh;
        max-width: 99vw;
    }


    .tblMainGrid37 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 99%;
        cursor: pointer;
        height: 25.5vh;
        max-height: 90vh;
        max-width: 99vw;
    }


    .tblMainGrid38 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 33vh;
        max-height: 94vh;
        max-width: 94vw;
    }

    .Panel01 {
        height: 32vh;
        overflow-y: scroll;
    }

    .BigBtn4 {
        width: 8vw;
        text-align: center;
        font-size: 0.85vw;
        border: 0.3px solid gray;
        margin-right: 2px;
        margin-top: 5px;
        margin-bottom: 5px;
        border-radius: 7px
    }


        .BigBtn4:hover {
            background-color: #FFCC00;
        }


    .lbltextarea {
        border: 0.3px solid gray;
        text-align: right;
        background-color: lavender;
        padding-top: 0.2em;
        padding-bottom: 0.4em;
        width: 8vw;
        font-size: 13px;
        margin-left: 0.02vw;
        height: 26px;
        color: black;
        width: 19vw;
        height: 15vh;
    }

    .mainGridTable {
        background-color: white;
        display: block;
        height: 215px;
        overflow-y: scroll;
        overflow-x: scroll;
        /*width: 100%;*/
        width: 99%;
        max-width: 95vw;
        cursor: pointer;
    }


    .mainGridTable2 {
        background-color: white;
        display: block;
        height: 295px;
        overflow-y: scroll;
        overflow-x: scroll;
        /*width: 100%;*/
        width: 99%;
        max-width: 95vw;
        cursor: pointer;
        margin-bottom: 10px
    }

    .Triageitemimg {
        width: 32px;
        height: 35px;
        text-align: center;
        margin-right: 5px;
        margin-bottom: 7px
    }

    .lblcaptionTriage:hover {
        color: blue;
        font-weight: bold;
        background-color: #AEE2FF
    }

    .teriageSpan01 {
        font-size: 13px;
    }

    .teriageInput01 {
        font-size: 12px;
        width: 80px;
        height: 24px
    }

    .teriageBtn01 {
        font-size: 11px;
        border: 0.3px solid gary;
        background-color: #D7E9F7
    }

    .teriagelbl01 {
        width: 145px;
        margin-right: -20px
    }

    .teriageInput02 {
        font-size: 12px;
        width: 140px;
        height: 24px;
        margin-right: -10px
    }

    .teriageSelect {
        font-size: 12px;
        width: 100px;
        background-color: lavender;
        border: 0.3px solid gray;
        border-radius: 3px;
        margin-left: 100px
    }

    .teriageSelect2 {
        font-size: 12px;
        width: 210px;
        background-color: lavender;
        border: 0.3px solid gray;
        border-radius: 3px;
        margin-left: 100px
    }

    .teriageSelect3 {
        font-size: 12px;
        width: 120px;
        background-color: lavender;
        border: 0.3px solid gray;
        border-radius: 3px;
        margin-left: 100px
    }

    .teriageCard {
        width: 330px;
        border: 0.3px solid gray;
        border-radius: 6px;
        padding-bottom: 10px;
        padding-top: 8px
    }
}

/*============   LARGE PC   =============*/
@media (min-width: 1401px) {

    .emrBtnDetail {
        width: 130px;
        border: 0.3px solid gray;
        font-size: 15px;
        margin-right: 15px;
        cursor: pointer;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 4px;
        border-radius: 5px;
        color: white;
        background-color: #6F00FF;
    }

        .emrBtnDetail:hover {
            background-color: #6E8CFB;
        }

    .emrBtnDetail2 {
        width: 130px;
        border: 0.3px solid gray;
        font-size: 15px;
        margin-right: 15px;
        cursor: pointer;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 4px;
        border-radius: 5px;
        background-color: #CC66DA;
    }

        .emrBtnDetail2:hover {
            background-color: #C5B0CD;
        }


    .tblMainGridEmrDetail {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 50vh;
        max-height: 48vh;
        max-width: 99vw;
    }

    .tblMainGridEmrDetailLtr {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 45vh;
        max-height: 48vh;
        max-width: 99vw;
        direction: ltr
    }

    .btnStatus {
        width: 130px;
        border-radius: 5px;
        border: 0.3px solid gray;
        margin-right: 20px;
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .imgStatus {
        width: 25px;
        height: 25px
    }

    .spanBtnStatus {
        font-size: 13px
    }

    .lblCaptionStatus {
        width: 120px;
        border: 0.3px solid gray;
        background-color: rgb(174,210,255);
        text-align: center;
        margin-right: 20px ;
        margin-right:10px ; 

    }

    .spanCaptionStatus {
        font-size: 12px
    }


    .lblCaptionStatus2 {
        width: 120px;
        border: 0.3px solid gray;
        background-color: powderblue;
        text-align: center;
        margin-right: 2px;
     
    }

    .spanCaptionStatus2 {
        font-size: 13px
    }


    .spanCaptionStatus0 {
        font-size: 13px
    }


    .lblCaptionStatus2-1 {
        width: 200px;
        border: 0.3px solid gray;
        background-color: powderblue;
        text-align: center;
        margin-right: 2px;
  
    }

    .spanCaptionStatus2-1 {
        font-size: 12px
    }

    .selectStatus {
        width: 220px;
        margin-right: 2px;
        border: 0.3px solid gray;
        background-color: white;
    }

    .selectStatus2 {
        width: 220px;
        margin-right: 2px;
        background-color: white;
    }

    .imgheader {
        width: 39px !important;
        height: 38px !important;
    }


    .pagetitle {
        font-size: 17px;
        font-weight: bold;
    }


    .username {
        font-size: 16px;
        font-weight: bold;
        font-style: italic;
        margin-top: 7px
    }


    .hospitaOneDivHeaderCard3 {
        background-color: #3330E4;
        color: white;
        width: 99%;
        justify-content: center;
        border: 0.3px solid gray;
        border-radius: 8px;
        margin-bottom: 3px;
        font-size: 15px;
        padding-top: 5px;
        padding-bottom: 4px;
        text-align: center;
    }

    .btnSelectRow {
        width: 100px;
        border: 0.3px solid gray;
        border-radius: 3px;
        padding-top: 3px;
        padding-bottom: 2px;
        text-align: center;
        font-size: 14px;
        background-color: #4300FF;
        color: white;
    }

    .HOShowEmrMainGrid {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 50vh;
        max-height: 90vh;
    }  

    .hospitalOnlineTab {
        height: 50vw;
        max-height: 600px;    
    }


    .HOShowEmrLbl {
        font-size: 14px;
        width: 7vw;
        text-align: left;
    }

    .HOShowEmrLbl2 {
        font-size: 13px;
        width: 13vw;
        border: 0.3px solid gray;
        background-color: powderblue;
    }

    .HOSelectParMainGrid {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 50vh;
        max-height: 90vh;
    }



    .HOSelectParHeader {
        background-color: #191970;
        position: sticky;
        top: 0;
        color: white;
        font-size: 12px;
        display: block;
        height: 25px;
        overflow-y: scroll;
        overflow: auto;
        display: table;
        table-layout: fixed;
       
    }



    .HOSelectParTr {
        width: 100%;
        display: table;
        table-layout: fixed;
        height: 3vh;

    }

    .HOSelectParTr2 {
        width: 100%;
        display: table;
        table-layout: fixed;
        height: 3vh
    }

        .HOSelectParTr2 :hover {
            background-color: #E6E6FA;
            font-weight: bold
        }

          

    .HOSelectPartBody {
        font-size: 11px;
        display: table;
        table-layout: fixed; 
    }

    .HOSelectPartInfo {
        background-color: yellow;
        display: block;
        width: 97%;
        border-radius: 4px;
        border: 0.3px solid gray;
        font-size: 14px;
        text-align: center;
    }

    .HOSelectPartlbl {
        border: 0.3px solid gray;
        text-align: center;
        background-color: #070D59;
        width: 9vw;
        height: 26px;
        color: white;
        font-size: 13px;
        text-align: center;
        padding-top: 5px
    }

    .HOSelectPartInput {
        border: 0.3px solid gray;
        text-align: center;
        background-color: lavender;
        font-size: 13px;
        width: 20vw;
    }

    .HOSelectPartInput2 {
        border: 0.3px solid gray;
        text-align: center;
        background-color: lavender;
        font-size: 13px;
        width: 40vw;
    }


    .HOSelectPartBtn {
        width: 10vw;
        border: 0.03px solid gray;
        border-radius: 3px;
        font-size: 14px;
        text-align: center;
        background-color: #0483b2;
        color: white;
    }

        .HOSelectPartBtn:hover {
            background-color: #FADA7A;
            color: black
        }

    .lblCaption02-2 { 
        border: 0.3px solid gray;  
        text-align: right;
        /*background-color: #436bff;*/ 
        background-color: #4F75FF;
        width: 8.8vw;
        height: 27px;
        color: white;
        font-size: 13px;
        margin-left: 0.02vw;
        padding-top: 4px;
    }


    .lblCaption02-3 {       
        border: 0.3px solid gray; 
        text-align: right;
        background-color: powderblue;
        width: 13vw;
        height: 27px;
        font-size: 12px;
        margin-left: 0.02vw;
        padding-top: 4px;
    }


    .EmrCaptionBtn5 {
        display: inline-block;
        border-radius: 5px;
        background-color: #410445;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 0.85vw;
        cursor: pointer;
        padding-top: 3px;
        padding-bottom: 2px;
        margin-right: 10px;
        width: 24.5vw;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 3px 5px 0 rgba(0,0,0,0.4);
    }

        .EmrCaptionBtn5:hover {
            background-color: #A5158C
        }

    .EmrChat1 {
        font-weight: 500;
        font-size: 13.5px
    }

    .EmrChat2 {
        font-size: 12.5px
    }

    .EmrChat3 {
        font-size: 11.5px;
        font-weight: 500;
        margin-right: 20px;
        margin-left: 20px;
        color: red;
    }

    .chatAvatarIMG {
        border-radius: 50%;
        width: 43px;
        height: 43px
    }

    .panelBackWatsapp2 {
        background: url("/Images/watsappback01.jpg");
        width: 99%;
        height: 57vh;
        overflow-y: scroll;
    }

    .adviserSelected {
        width: 4vw;
        font-size: 12.5px;
        text-align: center;
        border: 0.3px solid gray;
        background-color: powderblue;
        margin-right: 8px;
    }

    .adviserSelected2 {
        width: 14vw;
        font-size: 12px;
        color: darkblue
    }

    .divBeneficiaryCard {
        height: 73vh;
        overflow-y: scroll;
        margin-bottom: 4px;
    }

    .beneficiaryCard {
        text-align: center;
        margin-right: 2px;
        margin-top: 5px;
        width: 97%
    }

    .imgBeneficiary {
        width: 95px;
        height: 105px;
    }

    .beneficiaryCarcCaption01 {
        font-size: 14px;
        color: blue;
        text-align: center;
    }

    .beneficiaryCarcCaption02 {
        font-size: 11px;
    }

    .BigBtn10 {
        min-width: 80px;
        width: 10vw;
        max-width: 120px;
        text-align: center;
        font-size: 12px;
        border: 0.3px solid gray;
        margin-right: 2px;
        margin-top: 7px;
        margin-bottom: 5px;
        border-radius: 7px;
        padding-top: 4px;
        padding-bottom: 3px;
        background-color: #F6DC43;
    }

        .BigBtn10:hover {
            background-color: lightcyan
        }

    .lblCaption15 {
        border: 0.3px solid gray;
        text-align: center;
        background-color: #93ABD3;
        padding-top: 0.2em;
        padding-bottom: 0.4em;
        width: 12vw;
        font-size: 13px;
        margin-left: 0.02vw;
        height: 26px
    }


    .SearchInput08 {
        border: 0.3px solid gray;
        font-size: 12px;
        text-align: center;
        background-color: lavender;
        height: 27px;
        width: 25vw;
        margin-right: 0.05vw;
        padding-top: 0.2em;
        padding-bottom: 0.4em;
        /*max-width:100px*/
    }

    .emrCodeInput {
        width: 150px;
        font-size: 14px;
        text-align: center;
    }

    .EmrCaptionBtn4 {
        display: inline-block;
        border-radius: 5px;
        background-color: #a21dc7;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 0.7vw;
        transition: all 0.5s;
        cursor: pointer;
        padding-top: 3px;
        padding-bottom: 2px;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 3px 5px 0 rgba(0,0,0,0.4);
        width: 6.5vw;
    }

    .EmrCaptionBtn3 {
        display: inline-block;
        border-radius: 5px;
        background-color: #108;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 0.7vw;
        cursor: pointer;
        padding-top: 3px;
        padding-bottom: 2px;
        margin-right: 10px;
        width: 7.5vw;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 3px 5px 0 rgba(0,0,0,0.4);
    }

        .EmrCaptionBtn3:hover {
            background-color: #608BC1
        }


    .EmrCaptionBtn4:hover {
        background-color: #D4BEE4;
        color: black
    }


    .EmrlblCaption {
        font-size: 13px;
        width: 6vw
    }

    .EmrCaptionBtn {
        display: inline-block;
        border-radius: 5px;
        background-color: #108;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 0.8vw;
        cursor: pointer;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-right: 10px;
        width: 7.5vw;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 3px 5px 0 rgba(0,0,0,0.4);
    }

        .EmrCaptionBtn:hover {
            background-color: #608BC1
        }


    .EmrCaptionBtn0 {
        display: inline-block;
        border-radius: 5px;
        background-color: #108;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 0.8vw;
        cursor: pointer;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-right: 10px;
        width: 13.5vw;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 3px 5px 0 rgba(0,0,0,0.4);
    }

        .EmrCaptionBtn0:hover {
            background-color: #608BC1
        }


    .EmrCaptionBtn2 {
        display: inline-block;
        border-radius: 5px;
        background-color: #740938;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 0.8vw;
        cursor: pointer;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-right: 10px;
        width: 9.5vw;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 3px 5px 0 rgba(0,0,0,0.4);
    }

        .EmrCaptionBtn2:hover {
            background-color: red
        }


    .tblBody4 {
        font-size: 12.5px;
        display: table;
        table-layout: fixed;
    }

    .lblCaptionStatus3 {
        width: 8vw;
        border: 0.3px solid gray;
        background-color: rgb(174,210,255);
        text-align: center;
        margin-right: 15px;
    }

    .spanCaptionStatus3 {
        font-size: 11.5px
    }


    .lblCaptionStatus4 {
        width: 10vw;
        border: 0.3px solid gray;
        background-color: powderblue;
        text-align: center;
        margin-right: 2px
    }

    .spanCaptionStatus4 {
        font-size: 13px
    }

    .electornicFormInputArea {
        height: 14vh;
        min-height: 80px;
        width: 93%;
        font-size: 13px;
        margin-right: 20px;
        margin-top: 2px;
    }

    .electornicFormInputAreaBtn {
        height: 14vh;
        min-height: 80px;
        width: 1%;
        margin-top: 2px;
        border: 0.3px dotted gray;
        border-radius: 5px;
        background-color: #FEFFD2;
        cursor: pointer;
    }

    .electeronicFormCaption {
        width: 95%;
        background-color: #C2DED1;
        height: 28px;
        margin-top: 25px;
        margin-right: 20px;
        font-size: 12px;
        border: 0.3px solid gray;
        border-radius: 3px;
    }

    .SearchBtn4-1 {
        width: 110px;
        padding-bottom: 2px;
        padding-top: 2px;
        margin-right: 0.2vw;
        border: 0.5px dotted gray;
        background-color: #E2F6CA;
        font-size: 13px;
        text-align: center;
        border-radius: 3px;
        margin-left: 10px
    }

        .SearchBtn4-1:hover {
            background-color: #F0DE36;
        }

    .lblMenuTeriajSpan {
        font-size: 0.8vw;
    }

    .RElblCaption2 {
        background-color: #93ABD3;
        font-size: 12.5px;
        text-align: center;
        min-width: 110px;
        margin-right: 15px;
        height: 26px;
        padding-top: 3px;
        width: 8vw
    }

    .REInput2 {
        border: 0.3px solid gray;
        font-size: 12px;
        background-color: lavender;
        width: 15vw;
        margin-right: 2px;
        height: 26px;
        min-width: 180px
    }


    .REInput2-1 {
        border: 0.3px solid gray;
        font-size: 12px;
        background-color: lavender;
        width: 39.5vw;
        margin-right: 2px;
        height: 26px;
        min-width: 180px
    }

    .REInput2-2 {
        border: 0.3px solid gray;
        font-size: 12px;
        background-color: lavender;
        width: 15vw;
        margin-right: 2px;
        height: 26px;
        min-width: 180px
    }

    .mainGridTableReception {
        background-color: white;
        display: block;
        height: 270px;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        max-width: 900px;
        cursor: pointer;
        direction: ltr;
    }

    .teriageCard {
        width: 250px;
        border: 0.3px solid gray;
        border-radius: 6px;
        padding-bottom: 10px;
        padding-top: 8px
    }

    .teriageSelect {
        font-size: 12px;
        width: 100px;
        background-color: lavender;
        border: 0.3px solid gray;
        border-radius: 3px;
        margin-left: 100px
    }

    .teriageSelect2 {
        font-size: 12px;
        width: 400px;
        background-color: lavender;
        border: 0.3px solid gray;
        border-radius: 3px;
        margin-left: 100px
    }

    .teriageSelect3 {
        font-size: 12px;
        width: 300px;
        background-color: lavender;
        border: 0.3px solid gray;
        border-radius: 3px;
        margin-left: 100px
    }

    .teriageInput02 {
        font-size: 12px;
        width: 190px;
        height: 24px;
        margin-right: -10px
    }

    .teriagelbl01 {
        width: 180px
    }

    .teriageBtn01 {
        font-size: 13px;
        border: 0.3px solid gray;
        background-color: #D7E9F7
    }

    .teriageSpan01 {
        font-size: 14px;
    }

    .teriageInput01 {
        font-size: 13px;
        width: 130px;
        height: 24px
    }

    .lblcaptionTriage:hover {
        color: blue;
        font-weight: bold;
    }

    .Triageitemimg {
        width: 39px;
        height: 42px;
        text-align: center;
        margin-right: 15px;
        margin-left: 15px;
        margin-bottom: 7px
    }

    .labelInput {
        background-color: powderblue;
        font-size: 13px;
        padding-top: 0.2em;
        padding-bottom: 0.2em;
        text-align: center;
        width: 100px;
        border: 1px solid gray;
        margin-left: 8px;
        height: 25px
    }

    .labelCaption0 {
        font-size: 11px;
        border: solid 1px gray;
        background-color: rgb(174,210,255);
        padding-top: 0.3em;
        padding-bottom: 0.3em;
        text-align: center;
        width: 100px
    }

    .labelCaption {
        font-size: 11px;
        border: solid 1px gray;
        background-color: rgb(174,210,255);
        padding-top: 0.4em;
        padding-bottom: 0.4em;
        text-align: center;
        width: 90px;
        margin-left: 1px;
        height: 25px
    }

    .HeaderImg {
        width: 30px;
        height: 30px;
        margin-top: 2px;
        margin-bottom: 2px
    }

    .mainGridTable {
        background-color: white;
        display: block;
        height: 555px;
        overflow-y: scroll;
        overflow-x: scroll;
        /*width: 100%;*/
        width: 99%;
        max-width: 97vw;
        cursor: pointer;
    }


    .mainGridTable2 {
        background-color: white;
        display: block;
        height: 555px;
        overflow-y: scroll;
        overflow-x: scroll;
        /*width: 100%;*/
        width: 99%;
        max-width: 97vw;
        cursor: pointer;
        margin-bottom: 30px
    }

    .txtItem {
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 7px;
    }

    .imgItem {
        height: 26px;
        width: 26px;
        margin-right: 0px
    }


    .caption {
        font-size: 12px;
        font-weight: 500;
    }


    .caption2 {
        font-size: 12px;
        font-weight: 500;
    }

    .btn-green {
        height: 19px;
        width: 200px;
        border-radius: 15px;
    }


    .rowCustom {
        margin-top: 3vw
    }

    .rowCustom2 {
        margin-top: 6vw;
        text-align: center
    }
    /*.SearchInput-1 {
            border: 0.3px solid gray;
            font-size: 12px;
            text-align: center;
            background-color: lavender;
            height: 27px;
            width: 10vw;
            margin-right: -0.05vw
        }*/
    .lblCaption13 {
        border: 0.3px solid gray;
        text-align: center;
        background-color: #C4DDFF;
        padding-top: 0.2em;
        padding-bottom: 0.4em;
        width: 4.8vw;
        font-size: 12px;
        margin-left: 0.03vw;
        height: 26px
    }

    .lblCaption14 {
        border: 0.3px solid gray;
        background-color: powderblue;
        padding-top: 0.2em;
        padding-bottom: 0.4em;
        width: 10vw;
        font-size: 12px;
        margin-left: 0.02vw;
        height: 26px
    }

    .SideBarMenu2 {
        position: sticky;
        width: 100%
    }

    .SideBarMenuHeader2 {
        border: 1px lightblue solid;
        background-color: #436bff;
        text-align: center;
        font-size: 18px;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .SideBarImg5 {
        width: 2.5vw;
        height: 2.1vw;
        text-align: center;
        /* margin-top: 1vw;*/
        margin-left: 0.8vw;
        margin-right: 0.5vw;
        margin-top: 1vh;
    }

    .SideBarImg6 {
        width: 3.4vw;
        height: 2.9vw;
        text-align: center;
        /* margin-top: 1vw;*/
        margin-left: 0.8vw;
        margin-right: 0.5vw;
        margin-top: 1vh;
    }

    .SideBarImg7 {
        width: 1.9vw;
        height: 1.7vw;
        text-align: right;
        /*margin-top: 1vw;
            margin-left: 0.8vw;
            margin-right: 0.5vw*/
    }

    .SideBarImg8 {
        width: 2.5vw;
        height: 2.1vw;
        text-align: center;
        /* margin-top: 1vw;*/
        margin-left: 0.8vw;
        margin-right: 0.5vw;
        margin-top: 0.5vh;
    }


    .SideBarImg10 {
        margin-right: 1.5vw;
        margin-left: 10px;
        height: 1.7vw;
        width: 1.6vw;
    }

    .SideBarImg11 {
        margin-right: 1.5vw;
        margin-left: 10px;
        height: 2.2vw;
        width: 2.1vw;
    }

    .ImgIcon {
        width: 2.1vw;
        height: 1.8vw;
    }

    .SideBarCaption3 {
        text-align: center;
        font-size: 0.8vw;
        width: 50px
    }

    .SideBarCaption4 {
        text-align: center;
        font-size: 0.8vw;
        width: 50px;
        margin-bottom: 15px;
        cursor: pointer
    }

    .tblBody {
        font-size: 0.8vw;
        display: table;
        table-layout: fixed;
    }
  

    .tblBody2 {
        font-size: 0.72vw;
        display: table;
        table-layout: fixed;
    }

    .tblBody3 {
        font-size: 0.69vw;
        display: table;
        table-layout: fixed;
    }

    .tblMainGrid {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 99%;
        cursor: pointer;
        height: 71vh;
        max-height: 91vh;
        max-width: 90vw;
    }

    .tblMainGrid02 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 59vh;
        max-height: 75vh;
        max-width: 94vw;
    }

    .tblMainGrid02-02 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 59vh;
        max-height: 75vh;
        max-width: 94vw;
    }

    .tblMainGrid03 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 66vh;
        max-height: 88vh;
        max-width: 99vw;
    }

    .tblMainGrid04 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 63.5vh;
        max-height: 91vh;
        max-width: 97vw;
    }


    .tblMainGrid04-2 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 33vh;
        max-height: 35vh;
        max-width: 87vw;
    }

    .tblMainGrid04-3 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 69vh;
        max-height: 91vh;
        max-width: 97vw;
    }

    .tblMainGrid05 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 30vh;
        max-height: 91vh;
        max-width: 99vw;
    }


    .tblMainGrid06 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 48vh;
        max-height: 75vh;
        max-width: 94vw;
    }

    .tblMainGrid06-2 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 50vh;
        max-height: 75vh;
        max-width: 94vw;
    }

    .tblMainGrid07 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 25vh;
        max-height: 91vh;
        max-width: 95vw;
    }

    .tblMainGrid07-2 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer; 
        height: 19.5vh;
        max-height: 30vh;
        max-width: 94vw;
    }

    .tblMainGrid07-3 {  
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 25vh; 
        max-height: 30vh;
        max-width: 94vw; 
    }

    .tblMainGrid08 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 24vh;
        max-height: 27vh;
        max-width: 500px;
    }


    .tblMainGrid09 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 17vh;
        max-height: 27vh;
        max-width: 500px;
    }

    .tblMainGrid10 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 58vh;
        max-height: 43vh;
        max-width: 94vw;
    }

    .tblMainGrid11 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 21vh;
        max-height: 42vh;
        max-width: 94vw;
    }


    .tblMainGrid12 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 63vh;
        max-height: 91vh;
        max-width: 98vw;
    }

    .tblMainGrid12-1 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 63vh;
        max-height: 91vh;
        max-width: 98vw;
    }

    .tblMainGrid13 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 67vh;
        max-height: 94vh;
        max-width: 95.5vw;
    }

    .tblMainGrid14 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 21vh;
        max-height: 75vh;
        max-width: 97vw;
    }

    .btn-green2 {
        height: 19px;
        width: 200px;
        border-radius: 15px;
    }

    .tblMainGrid15 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 43vh;
        max-height: 43vh;
        max-width: 97vw;
    }

    .tblMainGrid15-1 {   
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 40vh;   
        max-height: 43vh;
        max-width: 97vw;
    }
    .tblMainGrid16 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 33vh;
        max-height: 35vh;
        max-width: 97vw;
        margin-top: 15px
    }

    .tblMainGrid17 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 68.5vh;
        max-height: 91vh;
        max-width: 97vw;
    }

    .tblMainGrid18 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 55.5vh;
        max-height: 91vh;
        max-width: 93vw;
    }

    .tblMainGrid19 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 42vh;
        max-height: 42vh;
        max-width: 94vw;
    }

    .tblMainGrid20 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 42.5vh;
        max-height: 91vh;
        max-width: 94vw;
    }


    .tblMainGrid20-1 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 48.5vh;
        max-height: 91vh;
        max-width: 94vw;
        margin-top: 35px
    }

    .tblMainGrid20-2 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 48.5vh;
        max-height: 91vh;
        max-width: 92vw;
        margin-top: 1px
    }

    .tblMainGrid21 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 58vh;
        max-height: 91vh;
        max-width: 98vw;
    }

    .tblMainGrid22 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 35vh;
        max-height: 43vh;
        max-width: 97vw;
    }

    .tblMainGrid22-2 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 39vh;
        max-height: 43vh;
        max-width: 96vw;
    }

    .tblMainGrid22-3 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 62vh;
        max-height: 90vh;
        max-width: 94vw;
    }

    .tblMainGrid22-4 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 37vh;
        max-height: 40vh;
        max-width: 94vw;
    }

    .tblMainGrid23 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        /*height: 45vh;*/
        height: 45vh;
        max-height: 75vh;
        max-width: 93vw;
    }


    .tblMainGrid23-1 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        /*height: 45vh;*/
        height: 40vh;
        max-height: 75vh;
        max-width: 97vw;
    }

    .tblMainGrid23-2 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        /*height: 45vh;*/
        height: 55vh;
        max-height: 75vh;
        max-width: 97vw;
    }

    .tblMainGrid24 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 54.5vh;
        max-height: 91vh;
        max-width: 94vw;
    }

    .tblMainGrid24-1 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 54.5vh;
        max-height: 91vh;
        max-width: 94vw;
    }

    .tblMainGrid25 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 70vh;
        max-height: 90vh;
        max-width: 95vw;
    }

    .tblMainGrid26 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 65vh;
        max-height: 90vh;
        max-width: 97vw;
    }

    .tblMainGrid26-2 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 49vh;
        max-height: 90vh;
        max-width: 97vw;
    }

    .tblMainGrid27 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 18.5vh;
        max-height: 91vh;
        max-width: 97vw;
    }

    .tblMainGrid28 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 33.5vh;
        max-height: 91vh;
        max-width: 97vw;
    }

    .tblMainGrid29 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 48vh;
        max-height: 75vh;
        max-width: 94vw;
    }


    .tblMainGrid30 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 93vh;
        max-height: 95vh;
        max-width: 97vw;
    }

    .tblMainGrid31 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 56vh ;
        max-height: 88vh;
        max-width: 99vw;
    }

    .tblMainGrid32 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 78vh;
        max-height: 94vh;
        max-width: 97vw;
    }

    .tblMainGrid33 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 46vh;
        max-height: 50vh;
        max-width: 97vw;
    }

    .tblMainGrid33-1 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 45vh;
        max-height: 50vh;
        max-width: 97vw;
    }

    .tblMainGrid34 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 14.5vh;
        max-height: 91vh;
        max-width: 97vw;
    }


    .tblMainGrid35 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 55vh;
        max-height: 88vh;
        max-width: 99vw;
    }

    .tblMainGrid36 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 21.5vh;
        max-height: 91vh;
        max-width: 97vw;
    }


    .tblMainGrid37 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 25.5vh;
        max-height: 91vh;
        max-width: 94vw;
    }

    .tblMainGrid38 {
        background-color: white;
        display: block;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        cursor: pointer;
        height: 42vh;
        max-height: 94vh;
        max-width: 94vw;
    }

    .Panel01 {
        height: 40vh;
        overflow-y: scroll;
    }

    .BigBtn4 {
        width: 7.5vw; 
        text-align: center;
        font-size: 0.75vw;
        border: 0.3px solid gray;
        margin-right: 2px;
        margin-top: 5px;
        margin-bottom: 5px;
        border-radius: 7px 
    }


        .BigBtn4:hover {
            background-color: #FFCC00;   
        }


    .lbltextarea {
        border: 0.3px solid gray;
        text-align: right;
        background-color: lavender;
        padding-top: 0.2em;
        padding-bottom: 0.4em;
        width: 8vw;
        font-size: 13px;
        margin-left: 0.02vw;
        height: 26px;
        color: black;
        width: 19vw;
        height: 35vh;
    }
}










/*button.spring-more {
    font-weight: 600;
    color: #382b22;
    text-transform: uppercase;
    padding: 1.25em 2em;
    background: #fff0f0;
    border: 2px solid #b18597;
    border-radius: 0.75em;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: background 150ms cubic-bezier(0, 0, 0.58, 1), -webkit-transform 150ms cubic-bezier(0, 0, 0.58, 1);
    transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), background 150ms cubic-bezier(0, 0, 0.58, 1), -webkit-transform 150ms cubic-bezier(0, 0, 0.58, 1);
}

    button.spring-more::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;*/
/*background: #f9c4d2;*/
/*background: #86A7FC;*/
/*background: #C9CBFF;*/
/*background: #D2E0FB;*/
/*border-radius: inherit;
        -webkit-box-shadow: 0 0 0 2px #b18597, 0 0.625em 0 0 #ffe3e2;*/
/*box-shadow: 0 0 0 2px #b18597, 0 0.625em 0 0 #ffe3e2;*/
/*box-shadow: 0 0 0 2px #D9D7F1, 0 0.625em 0 0 #D9D7F1;*/
/* box-shadow: 0 0 0 2px #D9D7F1, 0 0.925em 0 0 #C299FC;*/
/*box-shadow: 0 0 0 2px #D9D7F1, 0 0.725em 0 0 #C299FC;*/
/*   box-shadow: 0 0 0 2px #D9D7F1, 0 0.925em 0 0 #C9CBFF;*/
/*-webkit-transform: translate3d(0, 0.75em, -1em);
        transform: translate3d(0, 0.45em, -1em);
        transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), box-shadow 150ms cubic-bezier(0, 0, 0.58, 1), -webkit-transform 150ms cubic-bezier(0, 0, 0.58, 1), -webkit-box-shadow 150ms cubic-bezier(0, 0, 0.58, 1);
    }

    button.spring-more:hover {
        background: #ffe9e9;
        -webkit-transform: translate(0, 2.95em);
        transform: translate(0, 0.75em);
    }

        button.spring-more:hover::before {*/
/*   -webkit-box-shadow: 0 0 0 2px #b18597, 0 0.5em 0 0 #ffe3e2;
            box-shadow: 0 0 0 2px #b18597, 0 0.5em 0 0 #ffe3e2;*/
/*-webkit-box-shadow: 0 0 0 2px #b18597, 0 0.3em 0 0 #B5DEFF;*/
/*box-shadow: 0 0 0 2px #b18597, 0 0.5em 0 0 #B5DEFF;*/
/*box-shadow: 0 0 0 2px #b18597, 0 0.3em 0 0 #C299FC;
            -webkit-transform: translate3d(0, 0.4em, -1em);
            transform: translate3d(0, 0.5em, -1em);
        }

    button.spring-more:active {
        background: #ffe9e9;
        -webkit-transform: translate(0em, 0.75em);
        transform: translate(0em, 0.75em);
    }

        button.spring-more:active::before {
            -webkit-box-shadow: 0 0 0 2px #b18597, 0 0 #ffe3e2;
            box-shadow: 0 0 0 2px #b18597, 0 0 #ffe3e2;
            -webkit-transform: translate3d(0, 0, -1em);
            transform: translate3d(0, 0, -1em);
        }*/


/*====================   Global   =================*/
.bedriddenInfoLabel1 {
    width: 110px;
    text-align: left;
    height: 23px   
}

.bedriddenInfoSpan {
    font-size: 12px
}


.bedriddenInfoLabel2 {
    width: 155px;
    text-align: right;
    border: 0.3px solid gray;
    background-color: rgb(147,217,194);
    height: 23px
}

.bedriddenInfoSpan2 {
    font-size: 13px
}


.bedriddenInfoBtn {
    margin-top: 37px;
    padding-bottom: 3px;
    padding-top: 3px;
    width: 100px;
    border: 0.3px solid gray;
    margin-left: 3px
}

.bedriddenInfoBtnSpan {
    font-size: 12px;
}


/*.lblCaptionStatus {
    width: 120px;
    border: 0.3px solid gray;
    background-color: rgb(174,210,255);
    text-align: center;
}

.spanCaptionStatus {
    font-size: 14px
}


.lblCaptionStatus2 {
    width: 200px;
    border: 0.3px solid gray;
    background-color: powderblue;
    text-align: center;
    margin-right: 2px
}

.spanCaptionStatus2 {
    font-size: 14px
}
*/

/*.lblCaptionStatus3 {
    width: 120px;
    border: 0.3px solid gray;
    background-color: rgb(174,210,255);
    text-align: center;
}

.spanCaptionStatus3 {
    font-size: 14px 
}


.lblCaptionStatus4 {
    width: 200px;
    border: 0.3px solid gray;
    background-color: powderblue;
    text-align: center;
    margin-right: 2px
}

.spanCaptionStatus4 {
    font-size: 14px
}*/


/*.selectStatus {
    width: 530px;
    margin-right: 2px;
    border: 0.3px solid gray;
    background-color: white;
}*/

.optionStatus {
    font-size: 13px
}

/*.btnStatus {
    width: 130px;
    border-radius: 5px;
    border: 0.3px solid gray;
    margin-right: 10px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.imgStatus {
    width: 27px;
    height: 27px
}

.spanBtnStatus {
    font-size: 12px
}*/

/*.lblCaptionStatus {
    width: 120px;
    border: 0.3px solid gray;
    background-color: rgb(174,210,255);
    text-align: center;
}

.spanCaptionStatus {
    font-size: 14px
}


.lblCaptionStatus2 {
    width: 200px;
    border: 0.3px solid gray;
    background-color: powderblue;
    text-align: center;
    margin-right: 2px
}

.spanCaptionStatus2 {
    font-size: 14px
}*/

/*.selectStatus {
    width: 300px;
    margin-right: 2px;
    border: 0.3px solid gray;
    background-color: white;
}*/

.optionStatus {
    font-size: 13px
}

/*
.imgStatus {
    width: 27px;
    height: 27px
}
*/

.reqOpButton4 {
    width: 120px;
    font-size: 12px;
    margin-right: 2px;
    border-radius: 3px;
    background-color: #FFE15D;
}


.lblEMSlblEMSlblEMS {
    width: 150px;
    border: 0.3px solid gray;
    background-color: #CF0A0A
}

.opNameText {
    width: 500px;
    background-color: lavender;
    font-size: 12px;
    height: 80px;
    border: 0.3px solid gray;
}

.opNameText2 {
    width: 500px;
    background-color: lavender;
    font-size: 12px;
    height: 50px;
    border: 0.3px solid gray;
}
 