﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
}

TABLE {
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    font-family: 'Simplified Arabic';
    font-size: 14pt;
    font-weight: bold;
}

textarea {
    border: 1px solid #C1D6FF;
    background-color: #F4F8FF;
    border-radius: 4px 0px 4px 0px;
    font-family: 'Simplified Arabic';
    font-size: 14pt;
    font-weight: bold;
    color: blue;
    padding-right: 2px;
}

    textarea:focus {
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
        background-image: linear-gradient(to left, #FCE1FF, #ffffff);
        color: black;
    }

div {
    font-family: 'Simplified Arabic';
    font-weight: bold;
    text-align: right;
}

input {
    border: 1px solid #C1D6FF;
    background-image: linear-gradient(to left, #F4F8FF, #ffffff);
    border-radius: 5px 0px 5px 0px;
    font-family: 'Simplified Arabic';
    font-size: 14pt;
    font-weight: bold;
    color: blue;
    padding-right: 2px;
}

    input:focus {
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
        background-image: linear-gradient(to left, #FCE1FF, #ffffff);
        color: black;
    }

span {
    color: black;
    font-family: 'Simplified Arabic';
    font-size: 14pt;
}

option {
    border: 1px solid #C1D6FF;
    background-image: linear-gradient(to left, #F4F8FF, #ffffff);
    border-radius: 4px 0px 4px 0px;
    font-family: 'Simplified Arabic';
    font-size: 14pt;
    color: blue;
    padding-right: 2px;
}

    option:focus {
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
        background-image: linear-gradient(to left, #FCE1FF, #ffffff);
        color: black;
    }

select {
    border: 1px solid #C1D6FF;
    background-image: linear-gradient(to left, #F4F8FF, #ffffff);
    background-color: #F4F8FF;
    border-radius: 4px 0px 5px 0px;
    font-family: 'Simplified Arabic';
    font-size: 14pt;
    color: blue;
    padding-right: 2px;
}

    select:focus {
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
        background-image: linear-gradient(to left, #FCE1FF, #ffffff);
        color: black;
    }

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea,
video {
    max-width: 100%;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }

    .textArea {
        max-width: 100%;
    }
}

.textArea {
    max-width: 100%;
}

.bgimage {
    background-image: url(../Images/1.jpg);
    background-position: center center;
    background-size: cover;
    height: 100px;
    text-shadow: 3px 2px 2px #b6ff00;
    color: white;
    font-size: 20px;
}

.Without {
    border: unset;
    background-color: transparent;
}

.headerbgimage {
    background-image: url(../Images/RightNavHeader.gif);
    background-position: center center;
    width: 154px;
    height: 110px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
}

.MainHeader {
    z-index: -333;
    background-image: url(../Images/HeaderBack.gif);
    background-repeat: repeat-x;
    top: 0px;
    width: 100%;
}

.queue {
    width: 100px;
    height: 30px;
    border: dotted 1px lightgrey;
    border-radius: 15px 15px 15px 15px;
    background-image: linear-gradient(to bottom right, #eaeaea, #ffffff);
}

.HomeRightNavVer {
    background-image: url(../Images/RightNavVertical.gif);
    background-repeat: repeat-y;
    width: 22px;
    position: fixed;
    right: 0px;
    height: 100%;
    top: 0px;
    z-index: -2;
}

.Fotter {
    text-shadow: 2px 2px 2px #909090;
    color: #333232;
    font-size: 9pt;
    background-color: #cccccc;
    background-image: linear-gradient(to left, #C8CDD0, #EFEFEF, white, #EFEFEF, #CCCCCC);
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 22px;
    height: 25px;
    z-index: 99;
}

.Footer {
    color: #333232;
    font-size: 10pt;
    text-align: center;
    top: 0px;
}

.TopMenu {
    font-weight: bold;
    text-decoration: none;
    padding: 7px;
    font-family: 'Simplified Arabic';
    text-shadow: 2px 1px 1px #ccc;
    background-image: linear-gradient(to left bottom, #8dadf7, #bfd1fa, #f1f5fe, rgba(241, 245, 254, 0.69));
    text-align: center;
    border-radius: 15px 15px 15px 15px;
    min-width: 65px;
    border: solid 3px #f0f0f0;
    margin: 5px;
    color: black;
}

    .TopMenu:hover {
        background-image: linear-gradient(to left top, #bccdf6, #ffffff, #ffffff);
        text-decoration: none;
    }

    .TopMenu > a {
        color: #122169;
        text-shadow: 2px 2px 1px white;
        text-decoration: none;
    }

        .TopMenu > a:hover {
            color: darkorange;
        }

.TopMenuBack {
    border-radius: 10px 10px 10px 10px;
}

.TopNav {
    position: relative;
    right: 25px;
    top: 31px;
    left: 0px;
    height: 100px;
}

.RightNav {
    background-image: linear-gradient(to left, #698FB7, white);
}

.TopMenuHolder {
    position: relative;
    display: flex;
    top: 0px;
    left: 0px;
    color: black;
    border: 0px dotted red;
    padding: 0px;
}

.Topheader {
    display: block;
    padding: 10px;
}

.HeaderRow {
    display: block;
    padding: 12px;
    background-color: transparent;
}

.rightindex {
    text-shadow: 2px 2px 1px white;
    font-weight: bold;
    font-size: 14pt;
    background-image: linear-gradient(to top left, #C2C7C9, #C2C7C9, white);
    color: darkblue;
    border-radius: 15px 0px 0px 0px;
    background-color: #C2C7C9;
    padding-right: 10px;
    text-align: center;
}

.WelcomeNav {
    position: absolute;
    top: 0px;
    left: 10px;
    color: white;
    background-color: transparent;
    display: flex;
    justify-content: left;
    border: 0px white solid;
}

.HomeNotify {
    position: absolute;
    right: 100px;
    top: 1px;
    width: 100px;
    z-index: 2;
}

.Homelogin {
    position: absolute;
    right: 160px;
    top: 0px;
    color: white;
}


.ShopNotify {
    position: absolute;
    left: 10px;
    top: 3px;
    color: white;
}

.HRPhoto {
    border-radius: 25px 25px 25px 25px;
    background-color: white;
    border: 1px dotted white;
    cursor: pointer;
    background-position: center center;
    position: relative;
}

.JNews {
    border-radius: 15px 15px 15px 15px;
    position: relative;
    min-width: 100px;
    min-height: 100px;
    max-height: 100%;
    max-width: 100%;
}

.ProfilePhoto {
    border-radius: 25px 25px 25px 25px;
    background-color: white;
    border: 1px solid #CCCCCC;
    height: 26px;
    width: 26px;
    position: absolute;
    margin-right: 10px;
}

.ProfilePhoto-inner {
    border-radius: 25px 25px 25px 25px;
    border: 0px solid #CCCCCC;
    height: 26px;
    width: 26px;
}

.welcomeV {
    position: absolute;
    left: 120px;
    color: white;
    vertical-align: middle;
    text-align: left;
    top: 0px;
    width: 200px;
    border: 0px solid #CCCCCC;
}

.LogoffTool {
    border-radius: 25px 25px 25px 25px;
    background-color: white;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    padding-right: 4px;
    padding-left: 4px;
    background-position: center center;
    background-image: url(../Images/Lock.gif);
    background-repeat: no-repeat;
    text-decoration: none;
    height: 26px;
    width: 26px;
    margin-right: 10px;
}

.WelComeTool {
    border-radius: 25px 25px 25px 25px;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    padding-right: 4px;
    padding-left: 4px;
    background-position: center center;
    background-image: url(../Images/edit2.gif);
    background-color: white;
    background-repeat: no-repeat;
    text-decoration: none;
    height: 26px;
    width: 26px;
}

.cpTool {
    border-radius: 25px 25px 25px 25px;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    padding-right: 4px;
    padding-left: 4px;
    background-position: center center;
    background-image: url(../Images/cp.gif);
    background-color: white;
    background-repeat: no-repeat;
    text-decoration: none;
    height: 26px;
    width: 26px;
    margin-right: 15px;
}

.CommonBtn {
    border: 1px solid #648cc4;
    text-align: center;
    vertical-align: middle;
    background-color: #233354;
    background-image: linear-gradient(to right, #233354,#5377A9, #233354);
    color: White;
    font-size: 14pt;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 3px #888888;
    cursor: pointer;
    padding-right: 5px;
    transition: filter 0.3s ease;
}

    .CommonBtn:hover {
        box-shadow: 0 0 5px 2px #93c4d9;
        transform: scale(1.1);
    }

.LoginBorder {
    border-radius: 10px 10px 10px 10px;
    box-shadow: 2px 2px 5px #888888;
    padding: 1px;
}

.LoginHead {
    border-radius: 10px 10px 0px 0px;
    background-image: linear-gradient(to right, #698FB7, #8bb2db, #698FB7);
    background-color: #698FB7;
    font-weight: bold;
    text-shadow: 2px 1px 1px white;
}

.Lgoin {
    padding-right: 3px;
    padding-top: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
}

.Error {
    color: red;
}


.DivHolder {
    overflow: auto;
    padding: 3px;
    border: #cccccc 1px solid;
    background-image: linear-gradient(to bottom,#d3e2ff,#e9f1ff,#f6f9ff, #ffffff );
    border-radius: 10px 10px 10px 10px;
    height: 150px;
}

.ListHolder {
    padding: 3px;
    border: #cccccc 1px solid;
    background-image: linear-gradient(to bottom,#d3e2ff,#e9f1ff,#f6f9ff, #ffffff );
    border-radius: 10px 10px 10px 10px;
}

.THeader4Home {
    color: #ffffff;
    font-weight: bold;
    direction: rtl;
    text-shadow: 2px 1px 1px black;
}




.BlueBorder2 {
    border-radius: 15px 15px 15px 15px;
    box-shadow: 2px 2px 7px #888888;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    z-index: 1000;
}

.BlueBorder3 {
    box-shadow: 2px 2px 7px #f0f0f0;
    background-image: linear-gradient(to right, #f0f0f0, #f0f0f0);
    border-radius: 15px 15px 15px 15px;
}

.UploadBorder2 {
    background-image: linear-gradient(to right, #ffffff, #ffffff);
    border-radius: 15px 15px 15px 15px;
}

.UploadBorder {
    border-radius: 5px 5px 5px 5px;
    padding: 5px;
    box-shadow: 2px 2px 7px #888888;
}

.Searchtip {
    background-color: #ffffdd;
    color: red;
    font-weight: bold;
}

.InputFormHeader {
    text-shadow: 2px 2px 1px white;
    font-weight: bold;
    font-size: 14pt;
    background-image: linear-gradient(to top left, #aef261, #e3ffc4, white);
    color: darkblue;
    border-radius: 15px 15px 0px 0px;
    background-color: #aef261;
    padding-right: 10px;
    text-align: right;
}

.InputFormBorder {
    display: block;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #aef261;
    border-radius: 0px 0px 15px 15px;
    background-color: white;
    padding: 10px;
}

.SearchTR {
    background-image: linear-gradient(to left, #FCEEC4, white, #FCEEC4);
    text-align: right;
    padding: 3px;
}

.btnholder {
    padding-right: 10px;
}

.date {
    height: 22px;
    width: 22px;
    border: 0px;
}

    .date:hover {
        filter: hue-rotate(270deg);
        box-shadow: 0 0 5px 3px #96fb67;
    }

.ToolTR {
    background-image: linear-gradient(to left, #FCEEC4, white, #FCEEC4);
    border-radius: 10px 10px 10px 10px;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 5px;
    display: flex;
    justify-content: right;
}

.ToolTR2 {
    background-image: linear-gradient(to left, #FCEEC4, white, #FCEEC4);
    border-radius: 10px 10px 10px 10px;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 10px;
    display: flex;
    justify-content: left;
}

.AddNewBtn {
    border: #f0f0f0 1px solid;
    box-shadow: 1px 1px 3px #888888;
    background-position: center center;
    background-color: White;
    background-image: url(../Images/Add.gif);
    cursor: pointer;
    background-repeat: no-repeat;
    text-decoration: none;
    border-radius: 5px 5px 5px 5px;
    top: 5px;
    position: relative;
}

.CloseBtn {
    border: #f0f0f0 1px solid;
    box-shadow: 1px 1px 3px #888888;
    background-position: center center;
    background-color: White;
    background-image: url(../Images/CloseForm.gif);
    cursor: pointer;
    background-repeat: no-repeat;
    text-decoration: none;
    border-radius: 5px 5px 5px 5px;
    top: 9px;
    position: relative;
}

    .CloseBtn:hover {
        filter: hue-rotate(270deg);
        box-shadow: 0 0 5px 3px #96fb67;
    }

.MonyBtn {
    background-position: center center;
    background-image: url(../Images/Money.gif);
    cursor: pointer;
    background-repeat: no-repeat;
    text-decoration: none;
    border-radius: 5px 5px 5px 5px;
    position: relative;
    background-color: transparent;
}

.ViewBtn {
    border: 0px dotted #CCCCCC;
    background-position: center center;
    background-image: url(../Images/view.gif);
    width: 26px;
    cursor: pointer;
    background-repeat: no-repeat;
    height: 26px;
    background-color: transparent;
    text-decoration: none;
}

.UpdateBtn {
    border: 0px dotted #CCCCCC;
    background-position: center center;
    background-image: url(../Images/Edit_Icon.gif);
    width: 24px;
    cursor: pointer;
    background-repeat: no-repeat;
    height: 24px;
    background-color: transparent;
    text-decoration: none;
}


.StatBtn {
    border: 0px dotted #CCCCCC;
    background-position: center center;
    background-image: url(../Images/Stat_Icon.gif);
    width: 24px;
    cursor: pointer;
    background-repeat: no-repeat;
    height: 24px;
    background-color: transparent;
    text-decoration: none;
}

.DownloadBtn {
    border: 0px dotted #CCCCCC;
    background-position: center center;
    background-image: url(../Images/Getit.gif);
    width: 24px;
    cursor: pointer;
    background-repeat: no-repeat;
    height: 24px;
    background-color: transparent;
    text-decoration: none;
}

.DownloadDisBtn {
    border: 0px dotted #CCCCCC;
    background-position: center center;
    background-image: url(../Images/GetitDis.gif);
    width: 24px;
    cursor: pointer;
    background-repeat: no-repeat;
    height: 24px;
    background-color: transparent;
    text-decoration: none;
}

.ActionBtn {
    border: 0px dotted #CCCCCC;
    background-position: center center;
    background-image: url(../Images/Action_Icon.gif);
    width: 24px;
    cursor: pointer;
    background-repeat: no-repeat;
    height: 24px;
    background-color: transparent;
    text-decoration: none;
}

.UploadBtn {
    border: 0px dotted #CCCCCC;
    background-position: center center;
    background-image: url(../Images/attach.gif);
    width: 24px;
    cursor: pointer;
    background-repeat: no-repeat;
    height: 24px;
    background-color: transparent;
    text-decoration: none;
}

.Notify {
    border: 1px solid #C1D6FF;
    background-image: linear-gradient(to top, #FFFFCC, #ffffff);
    border-radius: 5px 5px 5px 5px;
}


.NotifyHeader {
    background-image: linear-gradient(to bottom Left, #e2ebf7, white);
    border-radius: 5px 5px 5px 5px;
}

.ErrorMessage {
    color: red;
}

.SelectType {
    color: White;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 16pt;
    border-radius: 15px 15px 15px 15px;
    padding-right: 15px;
    padding-left: 15px;
    text-decoration: none;
}

.SelectHolder {
    text-align: center;
    vertical-align: middle;
    background-color: #233354;
    background-image: linear-gradient(to top left,#233354, #233354, #4f628d);
    border-radius: 15px 15px 15px 15px;
    width: 220px;
    padding: 10px;
}

.GridItemStyle {
    color: #000000;
    background-color: #FFFFFF;
    text-align: right;
    padding: 5px;
    margin-left: 5px;
    border-bottom: dotted #d5e1fa 1px;
}

    .GridItemStyle:hover {
        background-color: #e7eeff;
    }

.AlternatingItemStyle {
    color: #000000;
    background-color: #f0f0f0;
    background-image: linear-gradient(to top, #f8f8f8, #FFFFFF, #f8f8f8);
    border-radius: 10px 10px 10px 10px;
    text-align: right;
}

.PringGridItemStyle {
    color: #000000;
    text-align: right;
    background-color: White;
    direction: rtl;
}

.GridHeader {
    background-image: linear-gradient(to top, #c5dcfa, #fff);
    color: #000099;
    text-align: right;
    direction: rtl;
    text-shadow: 2px 1px 1px #ffffff;
    height: 25px;
    padding: 4px;
    border-top: 1px white solid;
}

.CommonHyp {
    border: 1px solid #648cc4;
    text-align: center;
    vertical-align: middle;
    background-color: #233354;
    background-image: linear-gradient(to right, #233354,#5377A9, #233354);
    color: White;
    font-size: 14pt;
    border-radius: 5px 5px 5px 5px;
    padding: 0px 4px 0px 4px;
    text-shadow: 0px 0px 0px #233354;
    text-decoration: none;
    text-decoration-line: none;
}

.Right {
    padding: 5px;
    position: relative;
    right: 0px;
    left: 10px;
    max-width: 100%;
    text-align: right;
}

.Left {
    text-align: left;
    padding: 5px;
}

.InnerHloder {
    border-radius: 10px 10px 10px 10px;
    border: dotted 0px gray;
    position: absolute;
    top: 41px;
    left: 53px;
    text-align: left;
    padding: 5px;
    display: flex;
    justify-content: right;
}

.center {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.AddBtnFloat
{
    text-align:left;
    margin:2px;
}

.ContentRow {
    position: relative;
    right: 25px;
    top: 10px;
    padding-left: 20px;
}

.HolderRow {
    padding-top: 4px;
    position: relative;
    text-align: right;
}

.navbar-brand {
    float: right;
    position: absolute;
    right: 130px;
    top: 8px;
    padding: 15px;
    font-size: 16pt;
    font-weight: bold;
    border: red solid 0px;
    height: auto;
    z-index: 100;
    text-shadow: 2px 2px 1px #fff;
    color: black;
}

    .navbar-brand:hover {
        color: orange;
    }

.RightCol {
    position: absolute;
    right: -3px;
    padding: 0px;
    z-index: 0;
}

.BodyCol {
    text-align: center;
    padding-bottom: 10px;
    padding-left: 20px;
    vertical-align: top;
    margin-bottom: 30px;
    top: 0px;
    left: 0px;
}


.Center4Header {
    text-align: center;
}

.Right4Header {
    text-align: right;
}

.Paging {
    color: #666666;
    background-image: linear-gradient(to Right, white, #d6e3fb);
    font-weight: bold;
    border-radius: 25px 25px 25px 25px;
    border: 0px dotted #abc2f1;
}

.CartBtn {
    background-position: center center;
    background-image: url(../Images/shop.png);
    background-repeat: no-repeat;
    text-decoration: none;
    min-width: 24px;
    height: 24px;
    border-radius: 20px 20px 20px 20px;
    cursor: pointer;
    color: white;
    background-position: center center;
}

.SaveClass {
    border: 1px dotted darkgray;
    background-color: White;
    background-position: center center;
    background-image: url(../Images/Save.gif);
    cursor: pointer;
    background-repeat: no-repeat;
    text-decoration: none;
}

.exportCalss {
    border: 1px dotted darkgray;
    background-color: White;
    background-position: center center;
    background-image: url(../Images/file-xls-csv.gif);
    cursor: pointer;
    background-repeat: no-repeat;
    text-decoration: none;
}

.btnWord {
    border: 1px dotted darkgray;
    background-position: center center;
    background-image: url(../Images/file-doc.gif);
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: White;
    text-decoration: none;
}

.btnPrint {
    border: 1px dotted darkgray;
    background-position: center center;
    background-image: url(../Images/Print.gif);
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: White;
    text-decoration: none;
    height: 22px;
    width: 22px;
}

.BackCalss {
    border: 1px dotted darkgray;
    background-color: White;
    background-position: center center;
    background-image: url(../Images/back-arrow.gif);
    cursor: pointer;
    background-repeat: no-repeat;
    text-decoration: none;
}


.PrintBtn {
    background-position: center center;
    background-image: url(../Images/print.gif);
    background-repeat: no-repeat;
    text-decoration: none;
    width: 25px;
    height: 25px;
    border-radius: 25px 25px 25px 25px;
    background-color: white;
    border: 1px solid #fafafa;
    cursor: pointer;
    padding-right: 4px;
    padding-left: 4px;
    position: relative;
    margin: 2px;
}

.correct3 {
    top: 3px;
}

.correct8 {
    top: 8px;
}

.TransparentClass {
    background-position: center center;
    background-image: url(../Images/Search.gif);
    background-repeat: no-repeat;
    text-decoration: none;
    width: 25px;
    height: 25px;
    border-radius: 25px 25px 25px 25px;
    background-color: white;
    border: 1px solid #fafafa;
    cursor: pointer;
    padding-right: 4px;
    padding-left: 4px;
    position: relative;
    top: 3px;
    margin: 2px;
}

.PreBtn {
    border: 0px dotted darkgray;
    background-position: center center;
    background-image: url(../Images/RightMedia.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: transparent;
    text-decoration: none;
    width: 36px;
    height: 36px;
    border-radius: 25px 25px 25px 25px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    color: orangered;
    float: left;
    font-weight: bold;
    font-size: 20px;
    font-family: Verdana;
    border-radius: 10px 10px 10px 10px;
    background-color: darkblue;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    cursor: pointer;
    border: 0px #fff;
}

    .close:hover,
    .close:focus {
        color: red;
        background-color: cornflowerblue;
        text-decoration: none;
        cursor: pointer;
        border: 0px #fff;
    }

.modal-header {
    padding: 2px 16px;
    background-image: linear-gradient(to left top,#d3e2ff,#ffffff);
    direction: rtl;
    border-radius: 15px 15px 0px 0px;
    height: 30px;
}

.modal-body {
    padding: 10px;
    color: red;
    font-weight: bold;
    font-size: 12pt;
    min-height: 100px;
    min-width: 200px;
    height: 100%;
}

.DialogHeader {
    color: darkblue;
    font-weight: bold;
    direction: rtl;
}

/*Modal Popup*/


.WSNotify {
    background-image: linear-gradient(to top left, #d9e8f8, #e9eff6, #8bb2db);
    border-radius: 10px 0px 10px 0px;
    color: red;
    direction: rtl;
}


/*AutoComplete flyout */

.autocomplete_completionListElement {
    margin: 0px;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    height: 200px;
    text-align: right;
    direction: rtl;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
    background-color: #FF99CC;
    color: black;
    padding: 1px;
    direction: rtl;
    text-align: right;
}

/* AutoComplete item */

.autocomplete_listItem {
    background-color: window;
    color: windowtext;
    padding: 1px;
    direction: rtl;
    text-align: right;
}

.AutoComplete {
    padding: 1px;
    border: 1px solid #C1D6FF;
    background-color: #F4F8FF;
    direction: rtl;
}

.MoreBtnClass {
    padding: 5px;
}

.RoundClass {
    border-radius: 8px 8px 8px 8px;
    min-width: 100px;
}

.RoundClass1 {
    border-radius: 10px 10px 0px 0px;
    border: 1px dotted #dcdcdc;
}

.RoundClass2 {
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 2px #aaaaaa;
    background-color: #f3f5ed;
    background-image: linear-gradient(to Right Top, #f3f5ed, #ffffff);
    color: white;
    min-width: 200px;
}

.RoundClass3 {
    border-radius: 10px 10px 10px 10px;
}

.RoundClass4 {
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 1px #cacaca;
    background-color: #f2fbfb;
    background-image: linear-gradient(to Top Right, #d1edef, #f2fbfb, #d1edef);
    color: white;
    min-width: 200px;
}

.ProductPhoto {
    border-radius: 4px 4px 4px 4px;
    color: white;
    min-width: 150px;
    max-height: 100px;
}

.ProductVideo {
    border-radius: 10px 10px 10px 10px;
    color: white;
    min-width: 150px;
    max-height: 100px;
}

.ProductAttach {
    border-radius: 10px 10px 10px 10px;
    width: 150px;
    background-image: linear-gradient(to right, #eef7d3, #ffffff);
}

.AppName {
    font-family: Simplified Arabic;
    font-size: 14pt;
    font-weight: bold;
    color: #1f8cc4;
    text-decoration: none;
    cursor: hand;
}

.NewsClass {
    background-image: linear-gradient(to top, #e7ecf7, #ffffff);
}

.MoreNewsClass {
    background-image: linear-gradient(to Left, #f2fbfb, #d1edef);
    border-radius: 0px 0px 8px 8px;
}

.NewsClassControl {
    background-image: linear-gradient(to Top Right, #d1edef, #f2fbfb, #d1edef);
}

.AniNewsClass {
    background-image: linear-gradient(to Top, #ffffff, #f2fbfb);
    border-radius: 8px 8px 8px 8px;
    box-shadow: 1px 1px 1px #eaeaea;
}


.NewsClassLeft {
    background-color: #f8f8f8;
}

Login {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

a.Login {
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-size: 14pt;
}

a.Logout {
    color: white;
    font-weight: bold;
    text-decoration: none;
    box-shadow: #a1a1a1 1px 2px 2px 1px;
    border-radius: 8px 8px 8px 8px;
    padding-right: 4px;
    padding-left: 4px;
}

.SearchBtn {
    background-position: center center;
    background-image: url(../Images/Search.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: transparent;
    text-decoration: none;
    height: 26px;
    width: 26px;
    border: 0px;
}

.HeadNotifyClass {
    text-align: center;
    background-position: center center;
    background-image: url(../Images/notify.png);
    background-repeat: no-repeat;
    height: 22px;
    width: 22px;
    position: relative;
    top: 1px;
    margin-right: 16px;
    margin-left: 10px;
    margin-top: 2px;
}

.NotfiyTextClass {
    border-radius: 6px 6px 6px 6px;
    background-image: linear-gradient(to left bottom, orangered, red);
    background-color: #e9eb0f;
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 10px;
    font-family: 'Times New Roman';
    font-weight: bold;
    width: 12px;
    height: 12px;
    width:auto;
    padding-left: 1px;
    padding-right: 2px;
    position: relative;
    top: 0px;
    left: 0px;
    opacity: 0.85;
}

.HeadChatClass {
    text-align: center;
    background-position: center center;
    background-image: url(../Images/notifychat.png);
    background-repeat: no-repeat;
    height: 22px;
    width: 22px;
    position: relative;
    top: 1px;
    margin-left: 6px;
    margin-top: 2px;
    margin-right: 10px;
}

.HeadShopClass {
    text-align: center;
    background-position: center center;
    background-image: url(../Images/shopnotify.png);
    background-repeat: no-repeat;
    height: 22px;
    width: 22px;
    position: relative;
    font-size: 12px;
    color: orangered;
    font-weight: bold;
}

.HeadNotifyTextClass {
    text-decoration: none;
    font-size: 12px;
    color: white;
    height: 10px;
    width: 100%;
    position: relative;
    left: 0px;
    top: 0px;
}

.HeadMailClass {
    border-radius: 10px 10px 10px 10px;
    background-color: #e9eb0f;
    background-image: linear-gradient(to left bottom, #19408f, #e9eb0f, #233354);
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    padding-right: 7px;
    padding-left: 7px;
}

.CommonSearch {
    position: absolute;
    right: 280px;
    top: 43px;
    z-index: 1;
}


.ChatStyle {
    font-family: Times New Roman, Helvetica, sans-serif;
    text-decoration: none;
}

.AlternatingChatStyle {
    font-family: Times New Roman, Helvetica, sans-serif;
    text-decoration: none;
    background-image: linear-gradient(to top, #eaffd2, #e2ffc1, #eaffd2, white);
}

.ChatGridHeader {
    background-image: linear-gradient(to bottom, white, #DBE5F2, white);
    color: #000000;
    background-color: #86B8D8;
    text-align: right;
    border-radius: 10px 10px 10px 10px;
}

.Profile {
    width: 282px;
}


.White {
    background-color: white;
}


.Star {
    color: red;
}

.gray {
    color: gray;
}

.UploadGray {
    color: gray;
    font-size: 9pt;
}

.ChatDivRight {
    float: right;
    border: 2px solid #cad7f2;
    padding: 5px;
    border-radius: 10px 10px 10px 10px;
    background-color: #f7f9fe;
    width: 97%;
    right: 20px;
    position: relative;
}

.ChatDivLeft {
    float: right;
    border: 2px solid #f4f7cb;
    padding: 5px;
    border-radius: 10px 10px 10px 10px;
    background-color: #fdfeee;
    text-align: right;
    width: 97%;
    right: 20px;
    position: relative;
}

.ChatHeaderRight {
    background-image: linear-gradient(to bottom, #cad7f2, white);
    border-radius: 10px 10px 10px 10px;
    padding: 5px;
}

.ChatHeaderLeft {
    background-image: linear-gradient(to bottom, #ecefbd, white);
    border-radius: 10px 10px 10px 10px;
    padding: 5px;
}

.ActiveChatNotify {
    background-image: url(../Images/chat.gif);
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: transparent;
    height: 26px;
    width: 26px;
    position: center;
    float: right;
    left: 50px;
}

.ActiveChatNotifyText {
    border-radius: 15px 15px 15px 15px;
    background-color: red;
    text-decoration: none;
    text-align: center;
    color: white;
    font-size: 12px;
    right: 15px;
    top: -4px;
    position: relative;
    height: 18px;
}

.ViewAction {
    background-position: center center;
    background-image: url(../Images/viewpass.gif);
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    text-decoration: none;
    border: 0px;
    width: 24px;
    height: 24px;
}

.HideAction {
    background-position: center center;
    background-image: url(../Images/hidepass.gif);
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    text-decoration: none;
    width: 24px;
    height: 24px;
    border: 0px hidden #ffffff;
    position: relative;
}

.viewpass {
    background-position: center center;
    background-image: url(../Images/hidepass.gif);
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    text-decoration: none;
    width: 24px;
    height: 24px;
    border: 0px hidden #ffffff;
    position: relative;
    top: 4px;
    left: 45px;
}

.hidepass {
    background-position: center center;
    background-image: url(../Images/viewpass.gif);
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    text-decoration: none;
    width: 24px;
    height: 24px;
    border: 0px hidden #ffffff;
    position: relative;
    top: 4px;
    left: 45px;
}

#upload {
    width: 250px;
    height: 250px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

#drop {
    border: 1px dotted #7bb3ea;
    padding: 4px;
    border-radius: 5px;
    text-align: center;
}

    #drop a {
        border: 1px solid #648cc4;
        text-align: center;
        vertical-align: middle;
        background-color: #233354;
        background-image: linear-gradient(to right, #233354,#5377A9, #233354);
        color: White;
        font-size: 14pt;
        border-radius: 5px 5px 5px 5px;
        box-shadow: 1px 1px 3px #888888;
        padding: 5px;
        cursor: pointer;
    }

        #drop a:hover {
            background-color: #ef8b2c;
        }

    #drop input {
        display: none;
    }

.Star {
    background-image: url(../Images/Star.gif);
    background-repeat: no-repeat;
    height: 17px;
    width: 17px;
}

.WaitingStar {
    background-image: url(../Images/WaitingStar.gif);
    height: 17px;
    width: 17px;
}

.FilledStar {
    background-image: url(../Images/FilledStar.gif);
    height: 17px;
    width: 17px;
}

.ProdcutName {
    font-size: 20pt;
    font-weight: bold;
    color: #006699;
    text-align: right;
}

.ProdcutCat {
    color: #999999;
    text-align: right;
}

.Product_Price {
    font-size: 18pt;
    color: #000000;
    text-align: right;
}

.ProdcutRatTip {
    color: #999999;
    text-align: right;
    font-size: 8pt;
}

.UpBtn {
    background-position: center center;
    background-image: url(../Images/up.gif);
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: transparent;
    text-decoration: none;
    height: 15px;
    width: 15px;
    border: 0px;
}

.DownBtn {
    background-position: center center;
    background-image: url(../Images/down.gif);
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: transparent;
    text-decoration: none;
    height: 15px;
    width: 15px;
    border: 0px;
}

.PrivateChat {
    background-position: center center;
    background-image: url(../Images/Reply.gif);
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: transparent;
    text-decoration: none;
    border: 0px white none;
    height: 15px;
    width: 17px;
    float: left;
}

.TextCenter {
    text-align: center;
}

.TextRight {
    text-align: right;
}

.txtSearch {
    width: 170px;
    max-width: 100%;
}

.TabArea {
    background-image: linear-gradient(to right, #fbfbfb, #ffffff );
    border-radius: 10px 0px 10px 10px;
    border: 1px solid #93c4d9;
    height: auto;
    vertical-align: top;
    text-align: right;
    padding: 10px;
    display: block;
}

.Btn_TabArea_UnSelected2 {
    border-left: 1px solid #93c4d9;
    border-right: 1px solid #93c4d9;
    border-top: 1px solid #93c4d9;
    text-align: center;
    vertical-align: middle;
    background-color: #93c4d9;
    color: #233354;
    border-radius: 20px 7px 0px 0px;
    text-shadow: 1px 1px 1px #ffffff;
    background-image: linear-gradient(to right top,#93c4d9,#fafafa, #f0f0f0 );
    height: 25px;
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 12pt;
    min-width: 50px;
    margin-left: 3px;
    transform: scale(1.1);
}

    .Btn_TabArea_UnSelected2:hover {
        transform: scale(1.2);
        background-image: linear-gradient(to left top, #bccdf6, #ffffff, #ffffff);
        color: orange;
    }

.Btn_TabArea_Selected2 {
    border-left: 1px solid #93c4d9;
    border-right: 1px solid #93c4d9;
    border-top: 1px solid #93c4d9;
    border-bottom: 0px solid #93c4d9;
    text-align: center;
    vertical-align: middle;
    background-color: #233354;
    color: White;
    border-radius: 20px 7px 0px 0px;
    background-image: linear-gradient(to right top, #93c4d9,#233354, #b0deed );
    height: 25px;
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 12pt;
    font-weight: bold;
    min-width: 50px;
    margin-left: 3px;
    transform: scale(1.1);
}

    .Btn_TabArea_Selected2:hover {
        transform: scale(1.2);
        color: orange;
        border: 0px;
    }

.HolderPadding {
    padding-right: 10px;
    padding-top: 10px;
}

.saveBtn {
    border: #f0f0f0 1px solid;
    box-shadow: 1px 1px 3px #888888;
    background-position: center center;
    background-color: White;
    background-image: url(../Images/SaveBlue.gif);
    cursor: pointer;
    background-repeat: no-repeat;
    text-decoration: none;
    border-radius: 5px 5px 5px 5px;
    top: 5px;
    position: relative;
    margin: 2px;
}

    .saveBtn:hover {
        filter: hue-rotate(270deg);
        box-shadow: 0 0 5px 3px #96fb67;
    }

.BtnDelete {
    border: #f0f0f0 1px solid;
    box-shadow: 1px 1px 3px #888888;
    background-position: center center;
    background-color: White;
    background-image: url(../Images/deleteing.gif);
    cursor: pointer;
    background-repeat: no-repeat;
    text-decoration: none;
    border-radius: 5px 5px 5px 5px;
    top: 5px;
    position: relative;
    margin: 2px;
}

.PlusBtn {
    border: #f0f0f0 1px solid;
    box-shadow: 1px 1px 3px #888888;
    background-position: center center;
    background-color: White;
    background-image: url(../Images/Plus.gif);
    cursor: pointer;
    background-repeat: no-repeat;
    text-decoration: none;
    border-radius: 5px 5px 5px 5px;
    top: 5px;
    position: relative;
}

.NextBtn {
    border: #f0f0f0 1px solid;
    box-shadow: 1px 1px 3px #888888;
    background-position: center center;
    background-color: White;
    background-image: url(../Images/Next.gif);
    cursor: pointer;
    background-repeat: no-repeat;
    text-decoration: none;
    border-radius: 5px 5px 5px 5px;
    top: 5px;
    position: relative;
    margin: 2px;
}

.PrevBtn {
    border: #f0f0f0 1px solid;
    box-shadow: 1px 1px 3px #888888;
    background-position: center center;
    background-color: White;
    background-image: url(../Images/Prev.gif);
    cursor: pointer;
    background-repeat: no-repeat;
    text-decoration: none;
    border-radius: 5px 5px 5px 5px;
    top: 5px;
    position: relative;
    margin: 2px;
}

.PrntBtn {
    background-position: center center;
    border: #f0f0f0 1px solid;
    box-shadow: 1px 1px 3px #888888;
    background-color: White;
    background-image: url(../Images/Printing.gif);
    cursor: pointer;
    background-repeat: no-repeat;
    text-decoration: none;
    border-radius: 5px 5px 5px 5px;
    top: 5px;
    position: relative;
    margin: 2px;
}

.sgray {
    font-size: 7pt;
    background-color: white;
    border-radius: 5px 5px 5px 5px;
    position: relative;
    padding-top: 2px;
    padding-bottom: 4px;
    padding-right: 2px;
    padding-left: 2px;
    direction: rtl;
    height: 18px;
    color: gray;
    top: 0px;
    margin: 2px;
}

.sgray2 {
    font-size: 7pt;
    background-color: white;
    border-radius: 5px 5px 5px 5px;
    position: relative;
    padding-top: 2px;
    padding-bottom: 4px;
    padding-right: 2px;
    padding-left: 2px;
    direction: rtl;
    height: 18px;
    color: gray;
    top: 0px;
    margin: 2px;
    top: 7px;
}

.subtitle {
    color: black;
    font-weight: bold;
    padding: 2px;
    background-color: dimgray;
    background-image: linear-gradient(to bottom,#f0f0f0, #CCCCCC, darkgray);
    text-align: center;
    border-radius: 10px 10px 0px 0px;
}

.DefBorder {
    border: darkgray 1px dotted;
    border-radius: 0px 0px 25px 25px;
}

.columnchart {
    border-right: darkgray 1px solid;
    border-top: darkgray 1px solid;
    border-left: darkgray 1px solid;
    border-bottom: darkgray 1px solid;
    background-position: center center;
    background-image: url(../Images/column-chart.gif);
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: White;
    text-decoration: none;
}

.stethoscope {
    border-right: darkgray 1px solid;
    border-top: darkgray 1px solid;
    border-left: darkgray 1px solid;
    border-bottom: darkgray 1px solid;
    background-position: center center;
    background-image: url(../Images/stethoscope.gif);
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: White;
    text-decoration: none;
}

.addtblebtn {
    border-right: darkgray 1px solid;
    border-top: darkgray 1px solid;
    border-left: darkgray 1px solid;
    border-bottom: darkgray 1px solid;
    background-position: center center;
    background-image: url(../Images/table_add.gif);
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: White;
    text-decoration: none;
}

.DefaultBorder {
    border: 1px solid #C1D6FF;
    background-color: #F4F8FF;
    border-radius: 4px 0px 4px 0px;
    font-family: 'Simplified Arabic';
    font-size: 14pt;
    font-weight: bold;
    width: auto;
    padding-left: 2px;
    padding-right: 2px;
}

.rasheta {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
}

.rasheta2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    direction: rtl;
}

.custom-div {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: white;
    border: 2px solid #000;
}


/*Modal Popup*/
.modalBackground {
    background-color: Gray;
    opacity: 0.7;
    z-index: 1500;
}

.modalPopup {
    background-color: #e9eff6;
    background-image: linear-gradient(to bottom, white, #d1edef);
    border-radius: 15px 0px 0px 0px;
    border-width: 1px;
    border-style: solid;
    border-color: Gray;
    padding: 5px;
    width: 250px;
    box-shadow: gray 5px 5px;
    font-size: 12pt;
}

    .modalPopup p {
        padding: 2px;
    }

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1500; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: Gray; /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
    justify-content: center;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.8),0 6px 20px 0 rgba(0,0,0,0.9);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 15px 15px 15px 15px;
}

#myProgress {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: transparent;
    z-index: 99;
}

#myBar {
    width: 0%;
    height: 4px;
    background-color: orange;
}

.flex {
    display: flex;
}

.flexRight {
    display: flex;
    justify-content: right;
}

.flexCenter {
    display: flex;
    justify-content: center;
    border: 0px solid red;
}

.qr-image {
    max-width: 100%;
    width: 150px;
}

.CellCenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

.Hpyer4Home {
    color: darkblue;
    font-weight: bold;
    font-size: 14pt;
}

    .Hpyer4Home:hover {
        filter: hue-rotate(90deg);
        transform: scale(1.2);
    }

.BlueBorder {
    border-radius: 0px 0px 15px 15px;
    box-shadow: 2px 2px 7px #888888;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    width: 65%;
    height: 120px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.EHeader4Home {
    border-radius: 0px 0px 8px 8px;
    border-width: 0px 1px 1px 1px;
    border-color: #C1D6FF;
    background-color: #698FB7;
    background-image: linear-gradient(to bottom right, #5377A9, #b2e2e6);
    height: 30px;
    text-align: center;
}


.EHeader4Home2 {
    border-radius: 0px 0px 8px 8px;
    border-width: 0px 1px 1px 1px;
    border-color: #C1D6FF;
    background-color: #698FB7;
    background-image: linear-gradient(to bottom right, #fdcf00, #ffeb93);
    height: 25px;
    text-align: center;
}

.Indecators {
    color: darkblue;
    font-size: 12pt;
}

.ItemCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.SubLabel {
    color: dimgray;
    font-size: 12pt;
    width: 35%;
}

.SubText {
    color: dimgray;
    font-size: 12pt;
    width: 65%;
}

.flexrow {
    display: flex;
    margin-bottom: 4px;
}

.titlebg {
    background-color: #dfeaff;
    margin-top: 8px;
    padding-right: 8px;
    padding-left: 8px;
    border-radius: 8px 8px 0px 0px;
}

.titleBody {
    border: 1px solid #dfeaff;
    border-radius: 0px 0px 8px 8px;
    padding: 8px;
    background-color: #fafafa;
    direction: rtl;
}

.ProgressPos {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9999;
}

.RightMenuItem {
    font-weight: bold;
    text-shadow: 1px 1px 2px #fff;
    background-image: linear-gradient(to left, #698FB7, white);
    border-radius: 15px 0px 15px 15px;
}

.vMenuItem {
    display: block;
    border-radius: 15px 0px 15px 15px;
    border-bottom: solid 1px white;
    text-shadow: 1px 1px 1px white;
    color: black;
    font-weight: bold;
    font-size: 14pt;
    margin-bottom: 1px;
}

    .vMenuItem:hover {
        background-image: linear-gradient(to left top, #bccdf6, #ffffff, #ffffff);
        text-decoration: none;
    }

.vMenu > li {
    float: none;
    text-align: right;
    width: 100%;
}

.navbar-nav {
    background-color: white;
    color: black;
}

.RightNavBottom {
    background-image: linear-gradient(to left, #698FB7, white);
    border-radius: 0px 0 15px 15px;
}

.effect1 {
    transition: transform 0.3s ease;
}

    .effect1:hover {
        transform: translateX(-7px);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    }

.effect2 {
    transition: transform 0.3s ease;
}

    .effect2:hover {
        box-shadow: 0 0 6px 2px #93c4d9;
        transform: scale(1.1);
    }

.effect3 {
    filter: hue-rotate(0deg);
    transition: filter 0.3s ease;
    transition: transform 0.3s;
}

    .effect3:hover {
        filter: hue-rotate(180deg);
        transform: scale(1.2);
    }

.effect4 {
    filter: hue-rotate(0deg);
    transition: filter 0.3s ease;
    transition: transform 0.3s;
}

    .effect4:hover {
        filter: hue-rotate(90deg);
        transform: scale(1.1);
    }

.effect5 {
    transition: transform 0.2s ease;
}

    .effect5:hover {
        transform: scale(1.1);
    }

.effect6 {
    margin: 2px;
}

    .effect6:hover {
        filter: hue-rotate(270deg);
        box-shadow: 0 0 5px 3px #96fb67;
    }

.effect7 {
    filter: hue-rotate(0deg);
    transition: filter 0.3s ease;
}

    .effect7:hover {
        filter: hue-rotate(90deg);
        transform: scale(1.2);
    }

.hcorrect {
    position: relative;
    top: 5px;
}

.InputSubHeader {
    border-right: #aef261 1px dotted;
    border-left: #aef261 1px dotted;
    border-bottom: #aef261 1px dotted;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-radius: 0px 0px 15px 15px;
    padding-bottom: 20px;
}

.QRstyle {
    position: absolute;
    top: 0px;
    right: 70px;
    border: #aef261 0px dotted;
    z-index: 4;
}

.ReverseRTL {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: flex-start;
}

.Branch {
    padding-right: 4px;
    margin: 1px;
    color: green;
}

    .Branch:hover {
        text-decoration: dotted;
        border: 1px solid #b4f87e;
        background-color: #e2fba2;
        border-radius: 10px 10px 10px 10px;
        padding-right: 4px;
        padding-left: 4px;
        color: orange;
    }

.Department {
    padding-right: 4px;
    margin: 1px;
    color: blue;
}

    .Department:hover {
        text-decoration: none;
        border: 1px solid #a7efb1;
        background-color: #e9ffed;
        border-radius: 8px 8px 8px 8px;
        padding-right: 4px;
        padding-left: 4px;
        color: orange;
    }

.Clinic {
    padding-right: 4px;
    margin: 1px;
    color: dimgray;
}

    .Clinic:hover {
        text-decoration: none;
        border: 1px solid #a7efb1;
        background-color: #e9ffed;
        border-radius: 8px 8px 8px 8px;
        padding-right: 4px;
        padding-left: 4px;
        color: orange;
    }

.ClinicUser {
    padding-right: 4px;
    margin: 1px;
    color: black;
}

    .ClinicUser:hover {
        text-decoration: none;
        border: 1px solid #C1D6FF;
        background-color: #F4F8FF;
        border-radius: 8px 8px 8px 8px;
        padding-right: 4px;
        padding-left: 4px;
        color: orange;
    }

.DeskTopcontainer {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    border: 0px red solid;
}


.box {
    max-width: 700px;
    margin: auto;
    background: white;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    text-align: center;
}

input[type="file"] {
    margin: 0;
    padding: 5px;
    border: 2px dashed #007cba;
    border-radius: 12px;
    background: #f8fbff;
    font-size: 18px;
    width: 98%;
    cursor: pointer;
}

.result {
    margin-top: 3px;
    padding: 10px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
}

.success {
    background: #d4edda;
    color: #155724;
    border: 2px solid #c3e6cb;
}

.error {
    background: #f8d7da;
    color: #721c24;
    border: 2px solid #f5c6cb;
}

.progress {
    width: 100%;
    height: 30px;
    background: #eee;
    border-radius: 10px;
    margin-top: 20px;
    overflow: hidden;
}

.bar {
    height: 100%;
    background: #007cba;
    width: 0%;
    transition: width 0.3s;
}

.DescktopNotifyBack {
    text-align: center;
    background-position: center center;
    background-image: url(../Images/edit_Notify.jpg);
    background-repeat: no-repeat;
    height: 48px;
    width: 48px;
    position: relative;
    top: 1px;
}

.DescktopNotifyText {
    border-radius: 15px;
    background-color: darkorange;
    text-align: center;
    color: black;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    width: 25px;
    top: 0px;
    left: -38px;
    padding-left: 8px;
    padding-right: 8px;
    opacity: 0.85;
}

.DescktopNotifyUrgentText {
    border-radius: 15px;
    background-color: #feff02;
    text-align: center;
    color: black;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    width: 25px;
    top: 3px;
    left: -38px;
    padding-left: 8px;
    padding-right: 8px;
    opacity: 0.85;
}

.DescktopNotifyLostText {
    border-radius: 15px;
    background-color: #92f842;
    text-align: center;
    color: black;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    width: 25px;
    top: 6px;
    left: -38px;
    padding-left: 8px;
    padding-right: 8px;
    opacity: 0.85;
}

.Hpyer4HomeCount {
    color: green;
    font-weight: bold;
    font-size: 14pt;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 15px;
    background-color: #e2e2e2;
}




.social {
    position: fixed;
    bottom: 25%;
    width: 5%;
    z-index: 9999;
}

    .social ul {
        padding: 0px;
        -webkit-transform: translate(-270px, 0);
        -moz-transform: translate(-270px, 0);
        -ms-transform: translate(-270px, 0);
        -o-transform: translate(-270px, 0);
        transform: translate(-270px, 0);
    }

        .social ul li {
            display: block;
            margin-left: 20px;
            margin-top: 5px;
            width: 275px;
            text-align: right;
            padding: 10px;
            -webkit-border-radius: 0 30px 30px 0;
            -moz-border-radius: 0 30px 30px 0;
            border-radius: 0 30px 30px 0;
            -webkit-transition: all 1s;
            -moz-transition: all 1s;
            -ms-transition: all 1s;
            -o-transition: all 1s;
            transition: all 1s;
        }

            .social ul li:hover {
                -webkit-transform: translate(30px, 0);
                -moz-transform: translate(30px, 0);
                -ms-transform: translate(30px, 0);
                -o-transform: translate(30px, 0);
                transform: translate(30px, 0);
            }

            .social ul li a {
                color: #212121;
            }

            .social ul li:hover a {
                color: #fff;
                text-decoration: none;
            }

            .social ul li:hover i {
                color: #fff;
                background: rgba(0, 0, 0, 0.36);
                -webkit-transform: rotate(360deg);
                -moz-transform: rotate(360deg);
                -ms-transform: rotate(360deg);
                -o-transform: rotate(360deg);
                transform: rotate(360deg);
                -webkit-transition: all 1s;
                -moz-transition: all 1s;
                -ms-transition: all 1s;
                -o-transition: all 1s;
                transition: all 1s;
            }

            .social ul li i {
                margin-left: 0px;
                color: #212121;
                padding: 10px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                width: 35px;
                height: 35px;
                font-size: 15px;
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
                text-align: center;
                background: #fff;
            }

    .social .fa {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin: 5px;
        vertical-align: middle;
    }

    .social .TestLab {
        background-image: url('../Images/testlab.jpg');
        background-size: contain;
        background-repeat: no-repeat;
    }

    .social .Xray {
        background-image: url('../Images/xray.jpg');
        background-size: contain;
        background-repeat: no-repeat;
    }

    .social .Medicine {
        background-image: url('../Images/Medicine.jpg');
        background-size: contain;
        background-repeat: no-repeat;
    }

    .social .Nursing {
        background-image: url('../Images/Nursing.jpg');
        background-size: contain;
        background-repeat: no-repeat;
    }

.LabTest {
    background: #cccccc;
}

    .LabTest:hover {
        background: #6187D5;
    }

.HotNotifyMsg {
    position: absolute;
    height: 60px;
    width: 300px;
    right: 200px;
    top: 0px;
    z-index: 1000;
    border:0px solid red;
}


@media (max-width: 768px) {

    .HotNotifyMsg {
    right: 0px;
    top: 25px;
}
    .QRstyle {
        display: none;
    }

    .TopMenuHolder {
        display: block;
    }

    .TopNav {
        height: unset;
    }

    .TopMenu {
        left: 0px;
        border: solid 4px #f0f0f0;
    }

    .TopMenuBack {
        margin: 0px;
        padding: 4px;
        padding-left: 10px;
        padding-right: 10px;
        background-color: #f5f5f5;
    }

    .WelcomeNav {
        background-image: url(../Images/HeaderBack.gif);
        background-repeat: repeat-x;
        width: 100%;
        left: 0px;
        padding-left: 5px;
    }

    .Search-toggle {
        position: absolute;
        right: 60px;
        top: 75px;
        color: black;
        z-index: 0;
    }

    .ListByHtmlTemplate {
        max-width: 250px;
    }

    .Profile {
        max-width: 170px;
    }

    .headerbgimage {
        background-image: url(../Images/clear.gif);
        z-index: -1;
    }

    .MainHeader {
        background-image: url(../Images/HeaderBack.gif);
        background-repeat: repeat-x;
        height: auto;
        min-height: 85px;
    }

    .HomeRightNavVer {
        width: 0px;
    }

    .navbar-brand {
        right: 0px;
        top: 0px;
        padding-bottom: 20px;
        width: auto;
        z-index: 1;
        text-shadow: 2px 2px 1px #fff;
        border: 0px red solid;
    }

    .ContentRow {
        left: 0px;
        padding: 0px;
        padding-top: 10px;
        right: 0px;
    }

    .InputFormBorder {
        padding: 6px;
        padding-bottom: 12px;
    }

    .BodyCol {
        padding: 3px;
        top: 0px;
        left: 0px;
        margin-bottom: 0px;
    }

    .RightCol {
        right: 0px;
        padding: 3px;
    }

    .Fotter {
        position: fixed;
        left: 0px;
        right: 0px;
        bottom: 0px;
    }

    .HomeNotify {
        right: 0px;
        border: 0px solid white;
        width: 85px;
    }

    .BlueBorder {
        width: 100%;
        height: unset;
        margin-top: 10px;
    }

    .rightindex {
        border-radius: 15px 15px 0px 0px;
        text-align: right;
    }
}
