﻿html,
body {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    margin: 0;
    font-family: 'Simplified Arabic';
    font-size: 14pt;
}

table,
td {
    border-style: none;
    font-family: 'Simplified Arabic';
    font-size: 14pt;
}

textarea,
input,
option,
select {
    border: 1px solid #bff390;
    border-radius: 4px 0px 4px 0px;
    font-family: 'Simplified Arabic';
    font-size: 14pt;
}
    input:focus {
        border: 1px #c1f772 solid;
        outline: 0;
        box-shadow: 0 0 .15rem .15rem #bff390;
        background-image: linear-gradient(to right, white, #ffdea2);
        color: black;
    }
    option:focus {
        border: 1px #c1f772 solid;
        outline: 0;
        box-shadow: 0 0 .15rem .15rem #bff390;
        background-image: linear-gradient(to right, white, #ffdea2);
        color: black;
    }
    textarea:focus {
        border: 1px #c1f772 solid;
        outline: 0;
        box-shadow: 0 0 .15rem .15rem #bff390;
        background-image: linear-gradient(to right, white, #ffdea2);
        color: black;
    }
    select:focus {
        border: 1px #c1f772 solid;
        outline: 0;
        box-shadow: 0 0 .15rem .15rem #bff390;
        background-image: linear-gradient(to right, white, #ffdea2);
        color: black;
    }
}


div,
span,
p,
ul,
li {
    font-family: 'Simplified Arabic';
    font-size: 14pt;
}

a {
    font-size: 14pt;
}
/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea,
video,
image,
img {
    max-width: 100%;
}

.Check{
    
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


.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;
}

.RightNav {
    background-image: linear-gradient(to right, white, #c1f772);
    color:black;
}
.RightNavBottom {
    background-image: linear-gradient(to right, white, #c1f772);
    border-radius: 0 0 15px 15px;
}

.RightNavLeft {
    background-image: linear-gradient(to Left, white, #c1f772);
    color: black;
}
.RightNavBottomLeft {
    background-image: linear-gradient(to Left, white, #c1f772);
    border-radius: 0 0 15px 15px;
}

.rightindex {
    border: 0px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    color: black;
    background-color: #d0dde2;
    border-radius: 15px 0px 0px 0px;
}

.VMenu {
    text-align: right;
    padding-right:10px;
}

.Padding {
    padding-left: 4px;
}

.HRPhoto {
    border-radius: 25px 25px 25px 25px;
    border: 1px dotted white;
    cursor: pointer;
    background-position: center center;
    width: 50px;
    height: 50px;
}
.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;
    cursor: pointer;
    background-position: center center;
    position: relative;
    width: 24px;
    height: 24px;
}
    .ProfilePhoto:hover,
    .ProfilePhoto:focus {
        filter: brightness(125%);
    }

.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;
}

.LogoffTool {
    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/Lock.png);
    background-color: white;
    background-repeat: no-repeat;
    text-decoration: none;
    height: 24px;
    width: 24px;
}
    .LogoffTool:hover,
    .LogoffTool:focus {
        filter: brightness(125%);
    }

.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/gear.png);
    background-color: white;
    background-repeat: no-repeat;
    text-decoration: none;
    height: 24px;
    width: 24px;
}
    .cpTool:hover,
    .cpTool:focus {
        filter: brightness(125%);
    }


.LoginBorder {
    border-radius: 10px 10px 10px 10px;
    box-shadow: 2px 2px 5px #888888;
    min-width:300px;
}



.LoginHead {
    border-radius: 10px 10px 0px 0px;
    background-image: linear-gradient(to left, #43972f, #cdfa8b);
    background-color: #c1f772;
    font-weight: bold;
    text-shadow: 2px 1px 1px white;
    padding-right: 10px;
}

.LoginBackground {
    border-radius: 0px 0px 10px 10px;
}

.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;
}

.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;
}

.BlueBorder2 {
    border-radius: 15px 15px 15px 15px;
    box-shadow: 2px 2px 7px #888888;
    padding: 5px;
    margin:5px;
}

.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:0px red solid;
    border-radius: 5px 5px 5px 5px;
    margin: 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;
    color: darkblue;
    padding: 5px;
    background-color: #f6f772;
    background-image: linear-gradient(to right bottom, white, #f6f772);
    border-radius: 5px 5px 0px 0px;
    text-align: right;
}

.InputFormHeaderLeft {
    text-shadow: 2px 2px 1px white;
    font-weight: bold;
    font-size: 14pt;
    color: darkblue;
    padding: 5px;
    background-color: #f6f772;
    background-image: linear-gradient(to left bottom, white, #f6f772);
    border-radius: 5px 5px 0px 0px;
    text-align: left;
}

.after-login {
    position:absolute ;
    top: -17px;
    border-radius: 5px 5px 5px 5px;
    border: 1px dotted white;
    margin-left: 5px;
    width: 100px;
}

.tool {
    border: 1px blue solid;
    position: relative;
}

.InputFormBorder {
    border: 1px #C1D6FF dotted;
    border-radius: 0px 0px 15px 15px;
    padding: 10px;
    min-height: 380px;
}

.SearchTR {
    background-image: linear-gradient(to left, white, white, white, #fced8d);
    border-radius: 10px 10px 10px 10px;
    text-align: left;
    padding: 4px;
}

.AddNewBtn {
    border: 0px dotted #CCCCCC;
    background-position: center center;
    background-image: url(../Images/Add_Icon.gif);
    width: 24px;
    cursor: pointer;
    background-repeat: no-repeat;
    height: 24px;
    background-color: transparent;
    text-decoration: none;
}

.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;
}

.DelBtn {
    border: 0px dotted #CCCCCC;
    background-position: center center;
    background-image: url(../Images/Del_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;
    max-width:100%;
    min-width:200px;
    padding:3px;
}

.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: #1f9dd8;
    border-radius: 15px 15px 15px 15px;
    font-size: 12px;
    min-width: 100px;
    padding: 10px;
    margin-left: 5px;
    margin-bottom: 5px;
    color: white;
}



.AlternatingItemStyle {
    color: #000000;
    background-image: linear-gradient(to right bottom, #f1f6ff, #FFFFFF);
    border-radius: 10px 10px 10px 10px;
    border-bottom: 1px solid #f8f8f8;
}

.PringGridItemStyle {
    color: #000000;
    text-align: left;
}

.GridItemStyle {
    color: #000000;
    background-color: #FFFFFF;
    text-align: left;
}

.GridHeader {
    background-image: linear-gradient(to bottom, #d2e2ff, #fff);
    color: #000099;
    text-align: left;
    text-shadow: 2px 1px 1px #ffffff;
    border-bottom: 1px dotted #e0ebff;
}

.CommonBtn {
    border: 1px solid #FFF;
    text-align: center;
    vertical-align: middle;
    background-color: #43972f;
    background-image: linear-gradient(to right, #43972f,#61b74c, #43972f);
    color: White;
    font-size: 14pt;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 3px #888888;
    cursor: pointer;
}
.CommonHyp {
    border: 1px solid #FFF;
    text-align: center;
    vertical-align: middle;
    background-color: #233354;
    background-image: linear-gradient(to right, #43972f,#61b74c, #43972f);
    color: White;
    font-size: 14pt;
    border-radius: 5px 5px 5px 5px;
    padding: 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;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ContentRow {
    position: absolute;
    top: 0px;
    width: 80%;
    height: 100px;
    z-index: 10;
    text-align:center;
}

.Center4Header {
    text-align: center;
    padding:4px;
    vertical-align:middle;
}
.text {
    padding: 6px;
}
.Right4Header {
    text-align: right;
}
.Paging {
    color: #666666;
    background-image: linear-gradient(to bottom, white, #FAFAFA, white);
    font-weight: bold;
    border-radius: 25px 25px 25px 25px;
    letter-spacing:3px;
}

.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;
}

.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;
}

.TransparentClass {
    background-position: center center;
    background-image: url(../Images/BtnSearch.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;
}

.NextBtn {
    border: 0px dotted darkgray;
    background-position: center center;
    background-image: url(../Images/LeftMedia.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: transparent;
    text-decoration: none;
    width: 36px;
    height: 36px;
    border-radius: 25px 25px 25px 25px;
}
.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;
}
/*Modal Popup*/
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 1500;
}

.modalPopup {
    background-color: #e9eff6;
    background-image: linear-gradient(to bottom, white, #e9eff6);
    border-radius: 10px 10px 10px 10px;
    border-width: 2px;
    border-style: solid;
    border-color: Gray;
    padding: 1px;
    width: 250px;
}

    .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: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    justify-content: center;
}
.modal-header {
    padding: 2px 16px;
    background-image: linear-gradient(to left, #43972f, #cdfa8b);
    border-radius: 15px 15px 0px 0px;
    height: 30px;
}

.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.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 15px 15px 15px 15px;
}

.modal-body {
    display: flex;
    justify-content: center;
    padding: 10px;
    color: red;
    font-weight: bold;
    font-size: 14pt;
    min-height: 180px;
    min-width: 350px;
}

/* 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 */
.closemodal {
    color: orangered;
    float: left;
    line-height: 1;
    font-weight: bold;
    font-size: 20px;
    border-radius: 15px;
    background-color: white;
    margin: 2px;
    padding-left: 4px;
    padding-right: 4px;
    cursor: pointer;
    border: 0px #fff;
}

    .closemodal:hover,
    .closemodal:focus {
        color: white;
        background-color: cornflowerblue;
        text-decoration: none;
        border:1px solid orangered;
    }

.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: 4px 4px 4px 4px;
    min-width: 300px;
    font-size: 12pt;
    margin-bottom: 10px;
    margin-left: 10px;
}

.RoundClass1 {
    border-radius: 10px 10px 10px 10px;
    border: 1px dotted #f6f772;
}

.RoundClass2 {
    border-radius: 10px 10px 10px 10px;
    padding-right: 8px;
    padding-left: 8px;
    background-color: #f6f772;
    background-image: linear-gradient(to left, #f6f772, #ffffff);
}

.RoundClass3 {
    border-radius: 10px 10px 10px 10px;
    padding-right: 8px;
    padding-left: 8px;
    background-color: #b1ed82;
    width:80%;
    border: 2px solid #fff;
}

.RoundClass4 {
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 1px #f6f772;
    background-color: #f2fbfb;
    background-image: linear-gradient(to Top left,  #ffffff, #f6f772);
    color: white;
    min-width: 200px;
    margin: 10px;
}

.RoundClass5 {
    border-radius: 4px 4px 4px 4px;
    color: white;
    margin-left: 0px;
    margin-bottom: 25px;
    padding: 5px;
    min-width: 100%;
}

.RoundClass6 {
    border-radius: 4px 4px 4px 4px;
    color: white;
    margin: 5px;
    padding: 5px;
    max-width: 85%;
    min-width: 85%;
}

.ProductPhoto {
    border-radius: 4px 4px 4px 4px;
    min-width: 150px;
    height: 100px;
    padding: 5px;
    cursor: pointer;
    margin-left: 5px;
    margin-bottom: 5px;
}

.ProductVideo {
    border-radius: 4px 4px 4px 4px;
    min-width: 150px;
    height: 100px;
    padding: 5px;
    vertical-align: middle;
    text-align: center;
    border: solid lightgray 1px;
    cursor: pointer;
    margin-left: 5px;
    margin-bottom: 5px;
}
.ProductAttach {
    border-radius: 10px 10px 10px 10px;
    min-width: 150px;
    background-image: linear-gradient(to left, #d9e8f8, #ffffff);
    padding: 5px;
    margin: 5px;
    text-align: left;
    cursor: pointer;
}
.AppName {
    font-family: 'Simplified Arabic'; 
    font-size: 14pt;
    font-weight: bold;
    color: #1f8cc4;
    text-decoration: none;
    cursor:pointer;
}

.NewsClass {
    background-color: #f0f0f0;
    text-align:left;
}

.MoreNewsClass {
    background-image: linear-gradient(to Left, #f2fbfb, #d1edef);
    border-radius: 0px 0px 8px 8px;
}

.NewsClassControl {
    background-image: linear-gradient(to Right, #f2fbfb, #ffffff);
    margin-bottom:1px;
    width:100%;
    padding:20px;
}
.AniNewsClass {
    background-image: linear-gradient(to Top , #ffffff, #f2fbfb);
    border-radius: 8px 8px 8px 8px;
    box-shadow: 1px 1px 1px #eaeaea;
}
.EHeader4Home {
    background-image: linear-gradient(to bottom right, #C1D6FF, #ffffff);
    background-image: linear-gradient(to right, #C1D6FF, #ffffff);
    border-radius: 15px 0px 0px 0px;
}

.NewsClassLeft {
    background-color: #f8f8f8;
}

Login {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

a.Login {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

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: 26px;
    width: 26px;
    position: relative;
    top: 0px;
    border-radius: 15px 15px 15px 15px;
    background-color: #43972f;
}

    .HeadNotifyClass a {
        font-size: 10px;
    }

.NotfiyTextClass {
    border-radius: 15px 15px 15px 15px;
    background-image: linear-gradient(to left bottom, orangered, red);
    color: white;
    text-decoration: none;
    font-size: 9px;
    font-family: 'Simplified Arabic';
    font-weight: bold;
    position: relative;
    top: -4px;
    left: 3px;
    opacity: 0.75;
    text-align: center;
    vertical-align: middle;
}

    .NotfiyTextClass:hover,
    .NotfiyTextClass:focus {
        filter: brightness(125%) hue-rotate(180deg) sepia(30%);
    }

.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: 0px;
}

    .HeadChatClass a {
        font-size: 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;
    top: 0px;
}

    .HeadShopClass a {
        font-size: 10px;
    }


.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: 'Simplified Arabic';
    text-decoration: none;
}
.Watermark {
    font-family: 'Simplified Arabic';
    color:gray;
    font-size:14px;
}
.AlternatingChatStyle {
    font-family: 'Simplified Arabic';
    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 {
    max-width:100%;
}


.White
{
    background-color:white;
}

.White4More {
    background-color: white;
    border-radius: 0px 0px 8px 8px;
    height:37px;
    vertical-align:bottom;
}

.Cmsdate {
    font-size: 8pt;
    font-family: 'Simplified Arabic'; 
    color: Gray;
    direction: rtl;
}

.gray{
    color:gray;
}

.UploadGray {
    color: gray;
    font-size: 9pt;
}
.sgray {
    color: silver;
    font-size: 9pt;
    background-color: white;
    border-radius: 10px 10px 10px 10px;
    padding: 2px;
   text-align:right;
   width:100%;
}
.ChatDivRight {
    float: right;
    border: 2px solid #cad7f2;
    padding: 5px;
    border-radius: 10px 10px 10px 10px;
    background-color: #f7f9fe;
}
.ChatDivLeft {
    float: right;
    border: 2px solid #f4f7cb;
    padding: 5px;
    border-radius: 10px 10px 10px 10px;
    background-color: #fdfeee;
    text-align: left;
    margin-top: 10px;
}

.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;
}
.ActiveChatNotifyText {
    border-radius: 15px 15px 15px 15px;
    background-color: red;
    text-decoration: none;
    text-align: center;
    color: white;
    font-size: 12px;
    left: 15px;
    top: -4px;
    position: relative;
    height:18px;
    opacity:0.7;
}
.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 solid #000;
    position: relative;
    margin-left: 3px;
    left:100px;
}
.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;
    margin-left: 3px;
    left: 100px;
}
#upload {
    width: 250px;
    height:250px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

#drop {
    border: 1px dotted #7bb3ea;
    padding: 8px;
    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;
}
.Rate {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border: 0px solid red;
    left: 10px;
}
.ProdcutName {
    font-size: 20pt;
    font-weight: bold;
    color: #006699;
    text-align:right;
}

.ProdcutCat {
    color: #999999;
    text-align: left;
}

.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 {
    min-width: 200px;
    width: 50%;
} 

.TextNormal
{
    width:250px;
    max-width:100%;
}
.TabArea {
    background-image: linear-gradient(to right , #fbfbfb, #ffffff );
    border-radius: 10px 0px 10px 10px;
    box-shadow: 3px 2px 4px #cccccc;
    height: 330px;
    vertical-align: top;
    text-align: right;
}

.Btn_TabArea_UnSelected2 {
    border: 1px solid lightgray;
    text-align: center;
    vertical-align: middle;
    background-color: lightgray;
    color: #233354;
    border-radius: 20px 7px 0px 0px;
    text-shadow: 1px 1px 1px #ffffff;
    background-image: linear-gradient(to right top,darkgray,#fafafa, #f0f0f0 );
    height: 25px;
    text-align: center;
    PADDING-RIGHT: 6px;
    font-size: 11pt;
    min-width: 56px;
}
.Btn_TabArea_Selected2 {
    border: 1px solid lightgray;
    text-align: center;
    vertical-align: middle;
    background-color: #233354;
    color: White;
    border-radius: 20px 7px 0px 0px;
    background-image: linear-gradient(to right top, #7fbfd4,#233354, #b0deed );
    height: 25px;
    text-align: center;
    PADDING-RIGHT: 6px;
    font-size: 11pt;
    font-weight: bold;
    min-width: 56px;
}
.HolderPadding{
    padding-right:10px;
    padding-top:10px;
}

#myProgress {
    left: 0px;
    width: 100%;
    background-color: transparent;
    z-index: 9999;
}

#myBar {
    width: 0%;
    height: 4px;
}

.ProgressPos {
    position: fixed;
    top: 0px;
    width: 100%;
}

.space {
    padding-bottom: 4px;
}

.WelcomeNav {
    position: relative;
    top: -25px;
    border: 0px red solid;
}

.Homelogin {
    position:absolute;
    top: 8px;
}

.HomeNotify {
    position:relative ;
    left: 6px;
    top: 1px;
    z-index: -1;
}

.ShopNotify {
    position: absolute;
    left: 10px;
    top: 3px;
    color: white;
}

.Topheader {
    display: table;
    background-color: #d0ffa6;
}
.navbar-nav {
    background-color:transparent;
}
.HeaderRow {
    display: table-row;
}
.flex {
    display:flex;
}
.flexcell {
    padding-right: 4px;
    padding-left: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.Top_logo {
    display: table-cell;
    padding: 8px;
    text-align: center;
    border: 0px blue solid;
    width:270px;
}

.inner-nav-pull-right {
    position: relative !important;
    float: right;
    border: 0px blue solid;
}

.Top_search {
    position: relative !important;
    border: 0px blue solid;
    z-index:9999;
    width: 190px;
    left: 20px;
    top:22px;
}
.Toplogin {
    position: relative;
    border: 0px red solid;
    z-index: 9999;
    left: 17px;
    top: 22px;
}
.TopMenuHolder {
    position: relative;
    display: block;
    top: -25px;
    left: 0px;
    color: black;
    z-index: 999;
    width: 100%;
    border: 0px dotted red;
    margin: 0px;
    background-color: transparent;
}

.inner-search {
    position: relative !important;
    top: 18px;
    border: 0px blue solid;
    float:right;
}

.inner-login {
    position: relative !important;
    top: 18px;
    border: 0px blue solid;
}

.username {
    position: absolute;
    font-size: 14px;
    width: 100%;
    text-align: center;
    top: -30px;
    border: 1px white solid;
}
.CompName {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
    color:black;
}
.SearchBttun {
    cursor: pointer;
    padding-right: 4px;
    padding-left: 4px;
    background-position: center center;
    background-image: url(../Images/Search.png);
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0px solid #CCCCCC;
    height: 26px;
    width: 26px;
    border-radius: 15px 15px 15px 15px;
    background-color: #43972f;
}
    .SearchBttun:hover,
    .SearchBttun:focus {
        filter: brightness(150%) sepia(50%);
        filter: alpha(opacity=60);
    }




.LoginBttun {
    position: relative;
    cursor: pointer;
    background-position: center center;
    background-image: url(../Images/login.png);
    background-color: transparent;
    background-repeat: no-repeat;
    height: 26px;
    width: 26px;
    border-radius: 15px 15px 15px 15px;
    background-color: #43972f;
}
    .LoginBttun:hover,
    .LoginBttun:focus {
        filter: brightness(150%) sepia(50%);
        filter: alpha(opacity=60);
    }

.TopMenuItem {
    background-color: #43972f;
    color: #ffffff;
    font-weight: bold;
    border-radius: 15px 15px 15px 15px;
    text-shadow: 1px 1px 2px gray;
    margin: 5px;
    min-width: 60px;
    font-size: 12px;
    padding-left: 4px;
    padding-right: 4px;
}
.RightMenuItem {
    font-weight: bold;
    text-shadow: 1px 1px 2px #000;
}
.container {
    padding: 0px;
    margin-top: auto;
}
.innerContainer {
    margin: 15px auto 15px auto;
    border-left: 1px #f0f0f0 dotted;
    border-right: 1px #f0f0f0 dotted;
    min-height:400px;
}

.vMenuItem {
    display: block;
    border-bottom: solid 1px white;
    text-shadow: 1px 1px 1px white;
    color: black;
    font-weight: bold;
    font-size: 16px;
    padding: 5px;
}

.vMenu > li {
    float: none;
    text-align: right;
}

.vMenuLeft > li {
    float: none;
    text-align: Left;
}


.CounterHolder {
    display: flex;
    width: 100%;
    border: 0px solid red;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 5px;
    background-color: #fced8d;
    border-radius: 15px 0px 15px 0px;
}

.CounterHeader {
    text-align: center;
    padding: 4px;
    font-size: 20px;
    vertical-align:middle;
}

.CounterValue {
    text-align: center;
    padding: 4px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    vertical-align: middle;
}
.PartnerHolder {
    display: table;
    width: 100%;
    height:250px;
    border: 1px dashed lightgray;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 5px;
    border-radius: 15px 0px 15px 0px;
}
.footer {
    background: #0b2f04;
    border-radius: 0px 0px 15px 15px;
    color:white;
    vertical-align:middle;
}
.ContactHolder {
    display: table;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 1px;
    padding: 10px;
    background-color: #d0ffa6;
    border-radius: 15px 15px 0px 0px;
    color: white;
}
.Contacts1 {
    text-align: center;
    font-size: 13pt;
    color: black;
}
.Contacts2 {
    display: table-cell;
    text-align: center;
    width: 33%;
    font-size: 13px;
}
.Contacts3 {
    text-align: center;
    font-size: 13pt;
    color: black;
}

.ContactUs1 {
    border-radius: 15px 15px 15px 15px;
    border: solid 1px #C1D6FF;
    margin: 10px;
    padding: 5px;
}
.ContactUs2 {
    border-radius: 15px 15px 15px 15px;
    border: solid 1px #C1D6FF;
    margin: 5px;
    color: #5377A9;
    background-color: #C1D6FF;
    padding: 10px;
    text-shadow: 1px 1px 1px white;
}
.ContactUsChat {
    border-radius: 15px 15px 15px 15px;
    border: solid 1px #fced8d;
    margin: 5px;
    color: #2453ab;
    background-color: #fced8d;
    padding: 10px;
    text-align: center;
    text-shadow: 1px 1px 1px white;
}
.Map {
    width: 100%;
    height: 282px;
    border-radius: 15px 15px 15px 15px;
    border: dotted 2px #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}
.LeftPadding {
    padding-left: 10px;
    padding-right: 10px;
    text-align:left;
}

.PaddingAll {
    padding: 3px;
    border: 0px red solid;
    text-align: right;
    vertical-align: middle;
}

.w3ls_Login ul li {
    display: inline-block;
    margin-left: 2em;
}

    .w3ls_Login ul li a {
        color: gray;
        text-decoration: none;
    }

        .w3ls_Login ul li a:hover {
            color: #FF8D1B;
        }

    .w3ls_Login ul li a {
        transition: .5s ease-in;
        -webkit-transition: .5s ease-in;
        -moz-transition: .5s ease-in;
        -o-transition: .5s ease-in;
        -ms-transition: .5s ease-in;
    }

.LoginDiv {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 15px;
    padding-right: 15px;
    color:black;
}

@media (max-width: 768px) 
{
    .footmeneu {
        text-align: center;
    }
        .after-login {
        position:absolute;
        top: 20px;
        text-align:center ;
        margin-left:0px;
    }

        .tool {
            border: 0px blue solid;
            position:relative;
            top:-35px;
            left:105px;
        }

    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }

    .vMenuItem {
        display: flex;
        color: #000000;
        font-weight: bold;
        text-shadow: 1px 1px 2px #fff;
        margin: 3px;
    }
    .Rate {
        width: 30%;
    }
    .vMenu > li {
        float: right;
        padding-right: 3px;
        text-align: right;
    }
    .vMenuLeft > li {
        float: left;
        padding-left: 10px;
        text-align: left;
    }
    .Topheader {
        display: block;
        padding: 10px;
    }
    .inner-nav-pull-right {
        float:none;
    }
    .HeaderRow {
        display: block;
        padding: 12px;
        background-color: transparent;
    }

    .Top_logo {
        position: absolute;
        top: 60px;
        right: -10px;
        padding: 6px;
        background-color: transparent;
        border: 0px dotted blue;
        width: 160px;
        text-align:center;
    }

    .Top_search {
        position: relative !important;
        border: 0px dotted green;
        right: -110px;
        top: 0px;
    }
    .Toplogin {
        position: relative;
        margin-right:20px;
        border:0px dotted blue;
        top: 0px;
        width:100px;
    }
    .username {
        position: absolute;
        font-size: 14pt;
        width: 100%;
        text-align: center;
        top: 27px;
        border: 1px white solid;
        left:-17px;
    }
    .TopMenuHolder {
        top: 15px;
    }


    .Homelogin {
        left: 0px;
        top: 20px;
        width:150px;
        border: 1px dotted blue;
    }


    .TopMenuItem {
        display: block;
        border-radius: 15px 15px 15px 15px;
        border-bottom: solid 1px white;
        color: #ffffff;
        text-shadow: 1px 1px 2px gray;
        font-weight: bold;
        font-size: 16px;
        width: 95%;
    }


    .navbar-left {
        float: none !important;
        border: dotted 0px;
    }

    .CounterHolder {
        display: block;
    }


    .ProductPhoto {
        min-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 100%;
    }

    .PaddingAll {
        font-size: 14pt;
    }
    .inner-logo {
        position:relative;
        height: 65px;
        right: 12px;
        top:-10px;
        border: 0px dotted red;
    }

    .txtSearch {
        min-width: 200px;
        width: 100%;
    }
}

.news-img {
    border: 1px solid #C1D6FF;
    background-color: #F4F8FF;
    border-radius: 50px 50px 50px 50px;
    text-align: center;
}
    .news-img:hover,
    .news-img:focus {
        filter: brightness(110%);
        border: 1px solid #ffdd00;
        box-shadow: 2px 2px 5px #888888;
    }

.w3-agileits-news-left {
    width: 100%;
}

.wthree-news-img {
    text-align: right;
}
.w3-agileits-news-left{
    padding:8px;
    width:100%;
}
.agileinfo-news-top-grids {
    width: 100%;
}
.gridviewrow{
    border-bottom:1px dashed lightgrey;
}

/*-- animate news --*/
.cycler1 {
    padding: 16px;
}
