/* Master Classes */

@import url('../Font/IranSansX/IRANSansX.css');
@import url('../Font/IranYekanX/IRANYekanX.css');

@font-face {
    font-family: "BPMS";
    src: url(../Font/bpms.eot);
    src: url(../Font/bpms.eot?#iefix) format("embedded-opentype"), url(../Font/bpms.woff) format("woff"), url(../Font/bpms.ttf) format("truetype"), url(../Font/bpms.svg) format("svg");
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
    scrollbar-width: thin;
}

body {
    margin: 0;
    direction: rtl;
    font-family: IRANSansX;
    font-size: 9pt;
    font-feature-settings: "ss01";
    color: #757575;
    background-color: #fff;
}

::placeholder {
    color: var(--hint);
}

.Ltr {
    direction: ltr;
}

#Main {
    height: 100%;
}

section {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

    section:not(:has(header)) article {
        margin: 0 auto 40px;
        padding: 0 15px;
    }

#Logo {
    background-image: url('../Images/arm.png');
    width: 86px;
    height: 86px;
    display: inherit;
    background-repeat: no-repeat;
    float: right;
    background-size: cover;
    border-radius: 7px;
    margin: 5px 5px 5px 10px;
    background-position: center center;
}

header {
    height: 51px;
    font-family: IranYekanX;
    font-size: 11pt;
    transition: 0.4s ease;
    background-color: var(--accent);
    box-shadow: 0px 8px 28px -21px rgba(0,0,0,1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1009;
    color: white !important;
    height: 51px;
}

    header .Company {
        right: 65px;
        top: 65px;
        padding: 5px;
        padding-left: 15px;
        text-align: right;
        position: absolute;
        /*overflow: hidden;*/
        /*border-radius: 4px;*/
        z-index: 199;
        transition: opacity 0.3s ease, display 0.3s ease 0.3s;
        opacity: 0;
        box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.1);
        display: none;
    }

        header .Company.Open {
            opacity: 1;
            display: inline-block;
        }

    header .arrow-company {
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid white;
        top: -8px;
        right: 43px;
        position: absolute;
    }

    header .Title {
        right: 60px;
        cursor: pointer;
        display: block;
        position: absolute;
        top: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: calc(100% - 150px);
        font-size: 12pt;
    }

        header .Title:hover {
            /*color: #fafafa;*/
        }

        header .Title .Icon {
            font-family: BPMS;
            font-size: 15px;
            text-align: center;
            vertical-align: middle;
            margin-left: 10px;
            display: inline-block;
            width: 15px;
            /*background: var(--warning);*/
            padding: 7px 8px 7px 6px;
            border-radius: 25px;
            margin: 0;
            transition: all ease .3s;
        }

            header .Title .Icon:hover {
                /*background: #F57C00;*/
            }

    header .Logo {
        height: 90px;
        border-radius: 5px;
        margin: 10px;
        vertical-align: middle;
    }

    header .PageInfo {
        display: inline-block;
        vertical-align: middle;
        transition: 0.3s ease;
        padding: 20px 0;
    }

        header .PageInfo span:first-child {
            padding: 4px 15px 5px;
            border-radius: 25px;
            color: var(--color);
            font-size: 12pt;
        }

        header .PageInfo span:last-child {
            margin-top: 8px;
            display: table;
            padding: 4px 15px;
            border-radius: 25px;
            font-size: 10pt;
            color: var(--warning);
        }

    header .LeftHeader {
        left: 0;
        padding: 5px 0;
        text-align: center;
        position: absolute;
        z-index: 199;
        height: 0;
    }


.chatAlarm {
    display: inline-block;
    position: relative;
}

.btnChat {
    width: 24px;
    padding: 8px;
    cursor: pointer;
}

.chatAlarm span {
    position: absolute;
    bottom: 3px;
    right: 0;
    background-color: var(--warning);
    font-size: 9pt;
    border-radius: 25px;
    box-sizing: border-box;
    padding: 0px 2px;
    min-width: 18px;
}


    header .Profile {
        vertical-align: top;
        display: unset;
        border-radius: 0 0 5px 0;
        margin-right: 10px;
        transition: 0.4s ease;
    }

    header .Info {
        display: block;
        vertical-align: top;
        clear: both;
        margin-top: 60px;
    }

.Profile a {
    display: inherit;
}

    .Profile a:hover {
        color: #fff !important;
    }

header .Post {
    display: inline-block;
    transition: all 0.3s ease;
    font-size: 9pt;
    background: rgba(0,0,0,0.5);
    padding: 2px 20px 4px 25px;
    border-radius: 4px;
    clear: both;
    text-align: right;
    margin-left: 100px;
    max-width: 110px;
    transform: scale(0);
    float: left;
}

header a, header a:active, header a:link, header a:focus {
    text-decoration: none;
}

header .Picture {
    width: 80px;
    height: 80px;
    margin: 5px 0px 0 10px;
    border-radius: 50%;
    vertical-align: middle;
    transition: all 0.3s ease-in;
    background: #fff;
    box-shadow: 0px 9px 17px -10px #00000073;
    object-fit: cover;
    float: left;
    transition: all ease .2s;
    overflow: hidden;
    position: relative;
}

.Post.Open {
    transform: scale(1);
}

header .Open .Picture {
    width: 150px;
    height: 150px;
    margin: 10px;
    border-radius: 5px;
}

#username {
    font-size: 13pt;
    padding: 0px 0 0 4px;
    border-radius: 25px 25px 0 0;
    margin: 9px 0px 0px 9px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

header .ThemePanel {
    margin-top: 20px;
    line-height: 12pt;
}

header .Theme {
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin: 2px;
    display: inline-block;
    border-radius: 3px;
}

header .Notification {
    vertical-align: top;
    display: inline-block;
    position: relative;
    text-align: left;
    transition: all ease .3s;
    padding: 49px 0 0;
    margin-top: -3px;
    color: var(--color);
    height: 0;
}

    header .Notification items {
        display: block;
        background-color: white;
        box-shadow: 0 0 22px 0 rgba(0,0,0,0.2);
        position: relative;
        transform: scale(0);
        opacity: 0;
        transition: all ease-out .3s;
        transform-origin: top;
    }

    header .Notification items a {
        display: block !important;
    }

    header .Notification.Open items {
        transform: scale(1);
        opacity: 1;
    }

header .Notification items:before {
        content: '';
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid white;
        transform: translate(0, -100%);
        top: 0;
        left: 12px;
        position: absolute;
    }

    header .Notification .btnOpen {
        font-family: BPMS;
        font-size: 25px;
        display: inline-block;
        position: absolute;
        cursor: pointer;
        margin-left: 10px;
        top: 7px;
        left: -5px;
        z-index: 0;
        padding: 2px;
        border-radius: 25px;
        color: white;
        transition: all ease .3s;
    }

        header .Notification .btnOpen span {
            content: '';
            background: var(--warning);
            color: white;
            padding: 0px 2px;
            position: absolute;
            margin: 0;
            bottom: -4px;
            right: -9px;
            font-size: 9pt;
            border-radius: 9px;
            font-family: IranSansX;
            min-width: 14px;
            text-align: center;
        }

    header .Notification a {
        display: block;
        padding: 6px 12px;
        font-size: 10pt;
        text-align: right;
        margin: 0;
        color: inherit !important;
        transition: all ease .3s;
    }

        header .Notification a:hover {
            background-color: var(--hover) !important;
            color: var(--accent) !important;
        }

article {
    margin: 66px auto;
    background-color: white;
    line-height: 18pt;
    max-width: var(--maxWidth);
    padding: 0 70px 0 16px;
}

footer {
    color: var(--color);
    padding-bottom: 5px;
    font-size: 8pt;
    text-align: center;
    font-family: 'Exo 2';
    background: white;
    clear: both;
    padding: 8px 16px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 555;
    border-top: 1px solid var(--haedColor);
    border-radius: 0 25px 0 0;
}

    footer a {
        color: var(--accent) !important;
    }


*:focus {
    outline: none;
}

input, select, textarea {
    font-family: IranSansX;
    font-size: 10pt;
    font-feature-settings: "ss01";
    outline: none;
}

.popupPanel1 {
    cursor: pointer;
}

.archive-dark {
    width: 17px !important;
}

#loading {
    position: fixed !important;
    z-index: 100000;
    text-align: center;
    left: 50% !important;
    top: 50% !important;
    cursor: pointer;
    background-color: var(--accent);
    color: #fff;
    padding: 14px 55px 14px 20px;
    border-radius: 25px;
    transform: translate(-50%, -50%) !important;
    overflow: hidden;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
}

    #loading img {
        border-radius: 50%;
        width: 38px;
        position: absolute;
        top: 5px;
        z-index: 1;
        right: 5px;
        margin: 0 !important;
    }


img[src*='Loading.gif'] {
    vertical-align: middle;
    border-radius: 50%;
    width: 30px;
    margin: 7px
}

.child .loading, .child .reload {
    width: 20px;
    margin: 15px 0 0 0;
    cursor: pointer;
}

.cnt-err {
    position: absolute;
    top: 25%;
    right: 25%;
    left: 25%;
    padding: 20px 8px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
    border-top: 4px solid #2B3E50;
    background-color: #fff;
}

#lblMessage {
    /*position: absolute;*/
    right: 156px;
    top: 112px;
    font-size: 11pt;
    width: 500px;
    /*height: 80px;*/
    overflow: hidden;
}

.cnt-err .lnkReturn {
    position: relative;
    margin-right: 42%;
    padding: 5px 30px;
    background: #4E5D6C;
    color: #fff !important;
}

    .cnt-err .lnkReturn:hover {
        background: #485563;
    }

.cnt-err img {
    width: 128px;
    margin: 0px 15px;
    display: inherit;
}

.err-title {
    position: absolute;
    top: -21px;
    right: 160px;
    font-size: 33pt;
}

.information {
    position: relative;
    background-color: var(--Success);
    color: #fff;
    margin: 16px 0;
    padding: 16px 16px 13px !important;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
    text-align: right;
    font-size: 11pt;
}

.ico-close {
    position: absolute;
    top: 26px;
    right: 16px;
    height: 16px;
    width: 16px;
    cursor: pointer;
}

.ico-info-md {
    position: absolute;
    top: 50%;
    left: 12px;
    width: 48px;
    height: 48px;
    transform: translate(0, -50%);
}

div[id*='pnlText'] div {
    font-size: 12pt;
    padding: 16px 16px 32px 16px;
    box-shadow: 0px 33px 31px -35px black;
}

.news-title {
    float: right;
    width: calc(100% - 84px);
    text-align: right;
    margin: 8px 8px 0 0;
}

    .news-title:hover {
        color: #FF9100;
        cursor: pointer;
    }

.news-date {
    float: left;
    width: 60px;
    text-align: left;
    margin: 8px 8px 0;
}

    .news-date:last-child,
    .news-title:last-child {
        margin-bottom: 8px;
    }


.DownloadButton {
    background-image: url(../Images/Button.gif);
    background-color: transparent;
    width: 100px;
    height: 30px;
    border: none;
    cursor: pointer;
    color: White;
    padding-bottom: 6px;
    font-size: 9pt;
    font-weight: bold;
}

    .DownloadButton:hover {
        background-position: 0 -30px;
    }



a, a:active, a:link, a:focus, a:visited {
    text-decoration: none;
    color: var(--accent);
    outline: none;
}

    a:hover {
        text-decoration: underline;
        /*color: #FF9100;*/
    }


.pnlMenu a {
    color: var(--color);
}


H1 {
    font-weight: bold;
    font-size: 8pt;
    margin: 0px;
}

/* Menu Classes */

nav {
    width: 53px;
    height: 100%;
    vertical-align: top;
    overflow: hidden;
    display: inline-block;
    position: fixed;
    text-align: right;
    right: 0;
    z-index: 1010;
    transition: 0.3s ease;
    box-shadow: 21px 51px 34px #000;
}

    nav.Open {
        width: 250px;
    }

.MenuOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0) !important;
    transition: all 0.3s;
}

    .MenuOverlay.Open {
        z-index: 1009;
        background-color: rgba(0, 0, 0, 0.3) !important;
    }

nav a, nav a:active, nav a:link, nav a:focus {
    font-family: IranYekanX;
    font-size: 11pt;
    display: block;
    width: 232px;
    height: auto;
    overflow: hidden;
    padding: 12px 9px;
    text-decoration: none;
    border-left: none;
    transition: all ease-out 0.3s;
}

    nav a:hover {
        color: var(--warning) !important;
        background-color: var(--hover) !important;
    }

nav #btnMenu:hover {
    background-color: var(--accent) !important;
    color: white !important;
}

nav .icon {
    margin-left: 20px;
    width: 16px;
    font-family: BPMS;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}

nav .Text {
    display: inline-flex;
    max-width: 170px;
}

nav .arrow {
    font-size: 15px;
    font-family: BPMS;
    vertical-align: middle;
    float: left;
    line-height: 35px;
    margin-top: -6px;
    position: absolute;
    left: 7px;
}

nav .pnlMenu {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    transition: 0.3s ease;
}

nav div.Left {
    right: 250px;
    opacity: 0;
}

nav div.Right {
    right: -250px;
    opacity: 0;
}

nav #btnMenu {
    width: 234px;
    display: inline-block;
    padding: 17px 8px 16px;
    vertical-align: middle;
    background-color: var(--accent);
    border: none !important;
    color: white;
    height: 18px;
}

    nav #btnMenu:hover {
        border: none !important;
    }

nav #txtSearchMenu {
    font-family: IranYekanX;
    font-size: 12pt;
    color: white;
    width: 170px;
    padding-right: 10px;
    vertical-align: middle;
    border-radius: 4px;
    margin-top: 12px;
    height: auto;
    border: none !important;
    position: absolute;
    top: 2px;
    right: 45px;
    background: none;
}

nav .btnBack {
    width: 100% !important;
    padding: 15px 12px !important;
    font-size: 12pt !important;
    display: block;
    cursor: pointer;
    box-sizing: border-box;
}

    nav .btnBack:hover {
        background-color: var(--accent) !important;
        color: white !important;
    }

    nav .btnBack .icon {
        float: right;
        padding: 0px 6px 0 11px;
        margin: 0;
        width: 23px;
    }

div.ui-tooltip {
    box-shadow: none !important;
    border-radius: 0 !important;
    background: rgba(0, 0, 0, 0.5) !important;
    color: #fff !important;
    border: none !important;
    padding: 4px 10px !important;
    border-radius: 4px !important;
}

/* Shortcut Classes */

.Shortcut {
    direction: ltr;
    position: fixed;
    display: block;
    left: 5px;
    bottom: 30px;
    width: 45px;
    height: 45px;
    z-index: 199;
    overflow: hidden;
    text-align: left;
    border-radius: 30px;
    transition: 0.3s ease;
}

    .Shortcut .Link, .Shortcut .Add, .Shortcut a {
        display: inline-block;
        padding: 9px 5px 0;
        margin: 3px;
        width: 30px;
        height: 30px;
        font-size: 20px;
        font-family: BPMS;
        cursor: pointer;
        text-decoration: none;
        text-align: center;
        vertical-align: middle;
        border-radius: 30px;
        position: relative;
        transition: 0.3s ease;
        background: var(--warning);
        color: white !important;
        cursor: pointer;
        box-shadow: 0px 0 5px 0 rgba(0,0,0,0.2);
    }

        .Shortcut a:hover {
            border-radius: 30px 0 30px 30px;
        }

        .Shortcut a span {
            display: inline-block;
            position: absolute;
            overflow: hidden;
            max-width: 0;
            max-height: 0;
            top: 0;
            right: 0;
            font-size: 9px;
            transition: 0.3s ease;
        }

        .Shortcut a:hover span {
            max-width: 10px;
            max-height: 10px;
        }

        .Shortcut a.Remove {
            width: 0;
            height: 0;
            padding: 0;
            margin: 0;
            opacity: 0;
            font-size: 0;
        }

#pushwooshBellWidget {
    margin-bottom: 70px;
}
#pushwooshBellWidget svg {
    margin-top: 4px;
}
.pushwoosh-subscribe-widget__tooltip {
    padding: 14px !important;
}
.pushwoosh-subscription-widget__body {
    margin-top: 15px;
}
.pushwoosh-subscription-widget__control_accept {
    margin: 0 12px 0 0;
}

/* Custom Classes */

.drpIcons {
    font-family: BPMS;
    font-size: 35px;
    text-align: center;
    color: #777;
}

    .drpIcons option {
        padding: 5px;
    }

.Header {
    width: 100%;
    height: 50px;
    background-image: url(../Images/topBG.png);
}

.Shadow {
    width: 100%;
    height: 20px;
    background-image: url(../Images/Shadow.png);
}

.Main {
    width: 98%;
    margin-top: 20px;
}

.Content {
    background-image: url(../Images/cbg.png);
    border: solid 10px White;
    padding: 10px;
    margin: 20px;
    border-radius: 10px;
    box-shadow: 0 1px 15px #D4D4D4;
}

.Table {
    padding: 20px;
    border: 1px solid var(--hint);
}

    .Table .Table,
    .AccordionPanel .Table,
    .ui-dialog .Table {
        box-shadow: none !important;
        margin: 8px 16px;
        /*background-color: #fafafa;*/
        border: none !important;
    }

/*.tbl {
    border-top: 4px solid #4E5D6C;
    color: #424242;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
}*/

.cnt-icon {
    padding: 10px 2px;
    width: 110px;
    overflow: hidden;
    border-radius: 8px;
    margin: 8px;
    background-color: #9c9c9c17;
    cursor: pointer;
    transition: all 0.3s;
}

    .cnt-icon:hover {
        /*box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);*/
        background: var(--hover);
    }


div[id*='pnlModule'] {
    width: 61.5%;
    float: right;
}

.cnt-panel {
    margin: 20px 0 20px 0;
    position: relative;
    overflow: hidden;
    padding: 46px 0 0;
    display: inline-block;
    width: 100% !important;
    transition: all linear 0.3s;
    float: right;
    max-height: 2000px;
    border-radius: 8px;
    box-shadow: 0px 8px 30px -24px #000;
}

    .cnt-panel > div {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch;
        padding: 2px;
    }

    /*.cnt-panel:hover {
        box-shadow: 0 0 22px 0 rgba(0,0,0,0.1);
    }*/

    .cnt-panel.Open {
        max-height: 0;
    }

.header-panel {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    color: white;
    margin: 0;
    padding: 10px 20px 12px 20px;
    text-align: right;
    font-size: 12pt;
    background-color: var(--accent);
}


.btn-close-panel {
    width: 38px !important;
    height: 38px;
    transition: all ease-out .3s;
    background-image: url(../Images/UpArrow.svg);
    left: 6px;
    z-index: 1;
    border-radius: 50%;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 4px;
}

    .btn-close-panel:hover {
        cursor: pointer;
    }

    .btn-close-panel.Open {
        transform: rotate(180deg);
    }

.Desk td {
    text-align: center;
    width: 16%;
    height: 100px;
}

.Desk a {
    text-decoration: none;
}

.Desk img {
    border: none;
}

.cnt-icon a {
    display: inline-block;
    text-align: center;
    width: 100%;
    text-decoration: none;
    color: var(--color);
    font-size: 10pt;
    font-weight: bold;
}

    .iconPanel a:hover {
        text-decoration: none;
    }

.iconPanel img {
    margin-bottom: 10px;
}

.Pager span {
    font-weight: bold;
    font-size: 11pt;
    text-decoration: underline;
}

.lstRadio {
    display: block;
}

.MainMenu img {
    margin-left: 5px;
}

.AddForm td {
    padding: 10px;
}

.AddForm img {
    vertical-align: middle;
    margin-left: 5px;
}

.Label {
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    padding-top: 7px;
    width: 50%;
}

.Value {
    text-align: justify;
    vertical-align: bottom;
    line-height: 18pt;
    word-wrap: anywhere;
}

/* Message */

.Overlay {
    position: fixed;
    z-index: 9000;
    width: 100%;
    left: 0px;
    top: 0px;
    background-color: #000;
    filter: alpha(opacity=60);
    opacity: 0.4;
}

.Message {
    position: fixed;
    background-color: white;
    border-radius: 1px;
    box-shadow: 0 11px 15px 0 rgba(0,0,0,0.2);
    text-align: right;
    top: 50%;
    left: 50%;
    z-index: 9001;
    color: var(--color);
    border-radius: 4px;
    font-size: 12pt;
    overflow: hidden;
}

.MessageTitle {
    margin: -1px;
    padding: 12px 16px 6px;
    text-align: right;
    font-size: 14pt;
    font-weight: 600;
}

    .MessageTitle img[src="Images/close.gif"],
    .MessageTitle img[src="Images/Print.gif"],
    /*    .MessageTitle:after,*/
    .MessageTitle:before {
        content: "";
        width: 15px;
        height: 15px;
        display: block;
        background-image: url(../Images/Close.png);
        background-size: contain;
        position: absolute;
        top: 12px;
        right: 12px;
        z-index: 1;
    }

        .MessageTitle:before {
            display: none;
        }

        /*    .MessageTitle:after ,*/
        .MessageTitle img[src="Images/Print.gif"] {
            background-image: url(../Images/Print.svg);
            left: 10px;
            right: unset;
        }

    /*.MessageTitle:after {
        content: "";
        width: 32px;
        height: 32px;
        display: block;
        position: absolute;
        top: 7px;
        right: 6px;
        z-index: 1;
        background-color: rgba(0,0,0,.05);
        border-radius: 50%;
        transition: all ease .3s;
        transform: scale(0);
    }*/

    /*.MessageTitle:hover:after {
        transform: scale(1);
    }*/

    .MessageTitle img {
        opacity: 0;
        z-index: 2 !important;
        cursor: pointer;
    }

    .MessageTitle a {
        color: #fff;
    }

        .MessageTitle a:hover {
            color: #fafafa;
        }

.MessageText {
    padding: 0 12px 12px;
}

    .MessageText img {
        vertical-align: middle;
        padding: 5px 0 5px 5px;
        width: 20px;
    }

.GoogleMap {
    border: solid 10px #555;
    border-radius: 10px;
}

/* Menu */

ul.topnav {
    list-style: none;
    margin: 0;
    width: 90%;
}

    ul.topnav li {
        float: right;
        margin: 0;
        padding: 0 15px 0 0;
        position: relative; /*--Declare X and Y axis base--*/
    }

        ul.topnav li a {
            padding: 17px 5px;
            color: #0077dd;
            display: block;
            text-decoration: none;
            float: left;
        }

            ul.topnav li a:hover {
                background: url(../Images/topnav_hover.png) no-repeat center top;
            }

        ul.topnav li span { /*--Drop down trigger styles--*/
            width: 17px;
            height: 50px;
            float: left;
            background: url(../Images/subnav_btn.gif) no-repeat center top;
        }

            ul.topnav li span.subhover {
                background-position: center bottom;
                cursor: pointer;
            }
        /*--Hover effect for trigger--*/
        ul.topnav li ul.subnav {
            list-style: none;
            position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
            right: 1px;
            top: 49px;
            background: #ffffff;
            margin: 0;
            padding: 0;
            display: none;
            float: left;
            width: 200px;
            border: 1px solid #a6d0e7;
            border-top: none;
        }

            ul.topnav li ul.subnav li {
                margin: 0;
                padding: 0;
                border-top: 1px solid #a6d0e7; /*--Create bevel effect--*/
                width: 200px;
            }

html ul.topnav li ul.subnav li a {
    float: left;
    width: 150px;
    padding-left: 25px;
    padding-right: 25px;
    background: #ffffff url(../Images/dropdown_linkbg.gif) no-repeat 180px center;
}

    html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
        background: #f5f5ff url(../Images/dropdown_linkbg.gif) no-repeat 10px center;
    }

/* ToolTip */

#tooltip {
    background: #fafafa;
    border: 1px solid #1e283a;
    color: #1e283a;
    direction: rtl;
    display: none;
    padding: 5px 8px;
    position: absolute;
    z-index: 9005;
}

#Arrow {
    background-image: url(../Images/tooltip_arrow.gif);
    background-repeat: no-repeat;
    bottom: -8px;
    height: 8px;
    left: 5px;
    position: absolute;
    width: 7px;
    z-index: 211;
}

/*باید سلکتورش اصلاح شود اگه نه با بقیه جاها به مشکل می خوره*/
/*img.tip {
    vertical-align: bottom;
    margin: 0px -3px 0px 0px !important;
    width: 20px;
    height: 20px;
}*/

.Accordion {
    background-color: var(--accent);
    color: white;
    cursor: pointer;
    padding: 8px 28px 8px 12px;
    text-align: right;
    font-size: 12pt;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
    margin: 16px 0 8px;
}

    .Accordion:before {
        position: absolute;
        content: '';
        display: block;
        width: 18px;
        height: 18px;
        background-color: white;
        -webkit-mask-image: url(/Images/arrowAcc.svg);
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-size: contain;
        transform: translate(0, -50%);
        top: 50%;
        right: 6px;
    }


    .Accordion img {
        margin: 0;
        vertical-align: middle;
    }

.AccordionPanel {
    text-align: right;
    border-top: none;
    border-radius: 4px;
    margin-top: 8px !important;
    box-sizing: border-box;
    padding: 16px !important;
    border: 1.4px solid rgba(0,0,0, 0.2);
    background: white;
}

.Close2 {
    display: none;
}

/* Parser Styles */

.Parser {
    min-height: 45px;
    text-align: right;
    white-space: normal;
    line-height: 30px;
    margin-top: 20px;
    color: #8B0000;
    background-color: white;
    padding: 8px 16px;
    clear: both;
    box-shadow: none;
    border-radius: 4px;
    border: 1.4px solid rgba(0,0,0, 0.2);
}

.Parser span {
    display: inline-block;
    margin-left: 3px;
}

.CodeEditor .Parser span.Select {
    background-color: #ffffa4;
    padding-left: 5px;
    border-radius: 10px;
}
.CodeEditor .Parser span.Select::before {
    background: url(../Images/del.gif);
    display: inline-block;
    width: 10px;
    height: 10px;
    content: '';
    vertical-align: top;
    margin: -4px -4px 0 0;
    cursor: pointer;
}

.Parser-Number, .Parser-Text {
    color: #8B0000;
}

.Parser-Field, .Parser-Parent-Field, .Parser-Child-Field {
    color: #869e00;
}

.Parser-Unique-Field, .Parser-Static-Field, .Parser-Person-Field, .Parser-StaticLogedin-Field {
    color: black;
}

.Parser-Field img {
    margin-right: 3px;
}

.Parser-Operator, .Parser-Keyword {
    color: blue;
}

.Parser-Function, .Parser-Unique-Function, .Parser-Query-Function {
    color: #b321f1;
}

/* --------------------- */

.highlight-search {
    background-color: yellow;
}

.calendar {
    z-index: 1010;
    transform: translateY(75px);
}

.ShowChildTable {
    border-bottom: 1px dashed silver;
    vertical-align: middle;
}

/* Tracking Panel */

.TrackingPanel {
    display: block;
    width: 400px;
    left: -348px;
    top: 150px;
    position: fixed;
    text-align: center;
    z-index: 9999;
}

.btnTracking {
    background-image: url(../Images/Tracking.png);
    display: inline-block;
    width: 52px;
    height: 197px;
    outline: none;
    vertical-align: middle;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: -1px;
}

    .btnTracking:hover {
        opacity: 0.8;
    }

.TrackingPanel table td {
    background-color: #FFFFFF;
    border-top: solid 1px #aaa;
    border-bottom: solid 1px #aaa;
}
.TrackingPanel table td:first-child {
    background-color: transparent;
    border: none;
}
    .TrackingPanel table td:nth-child(2) {
        border-right: solid 1px #aaa;
        border-radius: 0 10px 10px 0;
    }
.TrackingPanel .Button {
    margin: 20px 0 0 0;
}

/* Flowchart */

.Flowchart {
    position: fixed;
    overflow: auto;
    scrollbar-width: thin;
    margin: 20px 64px 20px 56px;
    direction: ltr;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 138px;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(100% - 192px) !important;
}

    .Flowchart .Node {
        width: 150px;
        cursor: pointer;
        padding: 9px 6px !important;
        border: solid 1px var(--haedColor);
        border-radius: 5px;
        position: absolute;
        z-index: 21;
        font-size: 10pt;
        background-color: #f5f5f5 !important;
        overflow: hidden;
        text-align: center;
    }

    .Flowchart .Selected {
        font-weight: bold;
        background: var(--warning) !important;
        color: white;
    }

    .Flowchart .Start, .Flowchart .End {
        padding: 8px 16px 10px !important;
        width: 45px;
        border: none;
        border-radius: 25px;
        position: absolute;
        cursor: pointer;
        z-index: 21;
        font-size: 11pt;
        color: white;
        text-align: center;
    }

    .Flowchart .Start {
        background-color: var(--success) !important;
    }

    .Flowchart .End {
        background-color: var(--danger) !important;
    }

    .Flowchart .Point {
        width: 28px;
        height: 28px;
        position: absolute;
        display: block;
        left: 0;
        border-radius: 0 0 0 4px;
        background-color: rgba(0, 0, 0, 0.13);
        transform: translate(-50%, 50%) rotate(45deg);
        bottom: 0;
    }

    .Flowchart .Cursor {
        position: absolute;
    }

#pnlEdit {
    display: inline-block;
    position: absolute;
    z-index: 23;
}

/* Menu */
.Menu {
    position: absolute;
    z-index: 89;
    margin-top: -25px;
}

.MenuButton {
    cursor: pointer;
    margin-top: 5px;
    margin-right: 5px;
    position: absolute;
    z-index: 90;
}

.Menu .MenuTop, .MenuTop {
    height: 20px;
}

.Menu .MenuDown {
    height: 5px;
    margin-top: 15px;
}

/* Dashboard */

.Hidden {
    display: none;
}

/* Dashboard */

.Hidden {
    display: none;
}

/* Scheduler Classes */

.Scheduler {
    font-family: IranSansX;
    font-size: 11pt;
    cursor: pointer;
    border-top: 1px solid rgba(3, 128, 148, 0.3);
    border-right: 1px solid rgba(3, 128, 148, 0.3);
}

    .Scheduler td {
        min-width: 90px;
        text-align: center;
        background-color: white;
        border-left: 1px solid rgba(3, 128, 148, 0.3);
        border-bottom: 1px solid rgba(3, 128, 148, 0.3);
    }

        .Scheduler td:hover {
            background-color: #FFFDC1;
        }

        .Scheduler td.Selected {
            background-color: #FFF970;
        }

    .Scheduler .HeaderCell, .Scheduler .RowCell, .Scheduler .RowHeaderCell {
        color: white;
        background-color: #4e5d6c !important;
        border-color: #fff4;
        -webkit-user-select: none; /* Chrome/Safari */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* IE10+ */
        user-select: none;
    }

    .Scheduler span {
        color: white;
        background: #C4EE15;
        margin: 3px;
        display: inline-block;
        font-family: IranSansX;
        font-size: 9pt;
        font-weight: bold;
        padding: 5px;
        cursor: default;
    }

        .Scheduler span.State {
            background: #B0B0B0;
        }

        .Scheduler span.Reserve {
            background: #DC37F5;
            cursor: pointer;
        }

        .Scheduler span.Gender {
            background: #FF5B5B;
        }

        .Scheduler span.Light {
            background: #84E9E9;
        }

    .Scheduler .Disable {
        background-color: #e1e1e1 !important;
    }

    .Scheduler .Reserved {
        background-color: #FFC8C8 !important;
    }

    .Scheduler .New {
        border: solid 3px #1b03ff;
    }

    .Scheduler .PreReserve {
        background-color: #ffd68e !important;
    }

    .Scheduler .Class {
        background-color: #c1ea9b !important;
    }

    .Scheduler thead {
        display: block;
        position: sticky;
        top: 0;
    }

        .Scheduler tbody, .Scheduler thead tr {
            display: table;
            width: 100%;
            table-layout: fixed;
        }

.sOptions {
    display: none;
}

.PricePanel {
    display: none;
    position: fixed;
    left: 0;
    bottom: 1px;
    padding: 20px;
    background-color: #FFF970;
    border-radius: 0 50px 0 0;
    border: solid 1px #f2d014;
    z-index: 9999;
}

.Radio {
    display: inline-block;
    width: 120px;
}

.LocationGrid {
    max-width: 900px;
}

    .LocationGrid td {
        padding: 5px;
        width: auto !important;
        cursor: default !important;
    }

.ChooseLocation {
    cursor: pointer;
    padding: 5px 20px !important;
}

#pnlGrid {
    overflow-x: auto;
    scrollbar-width: thin;
}

.fr-toolbar {
    position: sticky !important;
    top: 55px !important;
}

#pnlGrid table[id*=grdRequest] {
    display: inline-table;
    margin-left: 1px;
}

/* View Types Panel */

.rptNav span {
    display: inline-block;
    background-color: var(--haedColor);
    padding: 4px 8px 6px;
    font-size: 10pt;
    border-radius: 4px;
    margin: 0 0 6px 6px;
    cursor: pointer;
    transition: all ease .3s;
}

    .rptNav span.active {
        background-color: var(--warning);
        color: white;
        box-shadow: 0px 8px 17px -13px #000;
    }

.AddRow {
    float: left;
    margin: -13px 0 0 -11px;
    background: var(--accent);
}

#ViewFrame {
    position: fixed;
    top: 51px;
    right: 54px;
    height: calc(100% - 51px);
    width: calc(100% - 54px);
}

.pnlExamSettings {
    font-size: 11pt;
}
.pnlExamSettings .TextBox, .pnlExamSettings .TextBoxReq {
    margin: 0 0 0 20px;
}
.pnlExamSettings .BorderTime {
    display: inline-block !important;
    vertical-align: middle;
    float: none;
}