﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: Yekan;
}

@font-face {
    font-family: 'Yekan';
    src: url('../fonts/Yekan.eot?-wwn5ej');
    src: url('../fonts/Yekan.eot?#iefix-wwn5ej') format('embedded-opentype'), url('../fonts/Yekan.woff?-wwn5ej') format('woff'), url('../fonts/Yekan.ttf?-wwn5ej') format('truetype'), url('../fonts/Yekan.svg?-wwn5ej#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Yekan;
    height: 100%;
    direction: rtl;
    background-color: white;
    background: url('') 0% 0% repeat;
}

.logo {
    left: 0px;
    padding: 0.625em 0px;
    margin: 6.250em 0px 1.250em 0px;
    background-color: white;
    top: 0px;
    bottom: 0px;
    float: right;
    position: fixed;
    right: 16.250em;
    -webkit-background-size: 3.125em !important;
    -moz-background-size: 3.125em !important;
    -o-background-size: 3.125em !important;
    background-size: 3.125em !important;
    background: url('../image/P1.png') 0% 0% repeat;
}

    .logo img {
        width: 50%;
    }

h1 {
    font-size: 1.250em;
    font-weight: bold;
    color: black;
    background-color: gold;
}

.lable {
    font-family: Yekan;
    color: #db4228;
}

.TextBox {
    font-family: Yekan;
    color: #1C1F23;
}

.TextBoxn {
    font-family: Yekan;
    color: #1C1F23;
}

.dropdown {
    font-family: Yekan;
    color: #1C1F23;
    font-size: 0.875em;
    width: 14.3em;
    -moz-border-radius: 0.375em;
    -webkit-border-radius: 0.375em;
    border-radius: 0.375em;
    z-index: 0;
}

.dot3 {
    font-size: 1em;
    line-height: 0.938em;
    height: 2.188em;
    font-weight: bold;
    font-family: Yekan;
    border-style: hidden;
    color: White;
    background-color: red;
    -moz-border-radius: 0.375em;
    -webkit-border-radius: 0.375em;
    border-radius: 0.375em;
    border: 0.125em solid white;
    padding: 0px 1.250em;
}

    .dot3:hover {
        opacity: 0.5;
        cursor: pointer;
    }


.btnexit {
    font-family: Yekan;
    height: 30px;
    line-height: 15px;
}

.Button {
    font-family: Yekan;
}


.content {
    width: 12.500em;
    text-align: right;
}

.contentm {
    text-align: right;
}

.header {
    background-color: #001921;
    width: 100%;
    padding: 0.313em;
    position: fixed;
    z-index: 1000;
    direction: rtl;
}

.main {
    left: 0.625em;
    padding: 0.625em 0px;
    margin: 2.500em 0px 1.250em 0px;
    -webkit-background-size: 3.125em !important;
    -moz-background-size: 3.125em !important;
    -o-background-size: 3.125em !important;
    background-size: 3.125em !important;
    background: url('../image/P2.png') 0% 0% repeat;
    background-color: #e6e7e8;
    float: right;
    position: absolute;
    right: 16.250em;
}

.main1 {
    right: 0px;
    bottom: 0px;
    top: 2.500em;
    position: fixed;
    overflow: scroll;
    width: 15.625em;
    padding: 0.625em 0px;
    margin: 0px 0px;
    background-color: #e6e7e8;
    float: right;
}

.mhead {
    width: 100%;
}

.mheadt {
    padding: 0.625em 1.250em;
    margin: 1px auto;
    background-color: #001921;
    color: white;
    border: 1px solid #001921;
    text-align: center;
}

.mheadc {
    width: 100%;
}

.mheadt:hover {
    cursor: pointer;
    opacity: 0.6;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.menu {
    padding: 0.313em;
    margin: 0px 0.625em;
    background-color: white;
    -moz-border-radius: 0.375em;
    -webkit-border-radius: 0.375em;
    border-radius: 0.375em;
    border: 0.188em solid white;
    position: relative;
}

    .menu ul {
        list-style-type: none;
    }

    .menu li {
        /*float: right;*/
        width: 100%;
    }

    .menu a {
        padding: 0.625em 1.250em;
        text-decoration: none;
        display: block;
        background-color: #d1d3d4;
        color: #001921;
        border: 1px solid white;
    }

        .menu a:hover {
            opacity: 0.6;
            -moz-transition: 0.5s;
            -o-transition: 0.5s;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

    .menu img {
        width: 5.938em;
    }

#aimg {
    background-color: rgba(0,181,173,0.01);
    border: 0px;
    padding: 0px 0.313em;
    text-align: center;
}

/*@media screen and (max-width: 1140px)
{
    .menu li
    {
        width: 33%;
    }
}*/

@media screen and (max-width: 37.500em) {
    .logo {
        width: 95%;
        padding: 0.625em 0px;
        margin: 0.313em 0px;
        float: none;
        position: relative;
        left: 0px;
        right: 0px;
    }

        .logo img {
            width: 80%;
        }

    .header {
        position: relative;
        padding: 0.313em 0px;
    }

    .main {
        width: 95%;
        padding: 0.625em 0px;
        margin: 0.313em 0px;
        float: none;
        position: relative;
        left: 0px;
        right: 0px;
    }

    .main1 {
        position: relative;
        width: 95%;
        padding: 0.625em 0px;
        margin: 0.313em 0px;
        top: 0px;
        float: none;
        left: 0px;
        right: 0px;
    }
}

@media screen and (max-width: 40.625em) {
    .menu img {
        width: 70%;
    }
}

.someClass tr td {
    border: 1px solid #CC9966;
}

.img img {
    width: 18.750em;
}

.login {
    padding: 1em;
    margin: 0.625em auto;
    width: 16em;
    bottom: 0px;
    -moz-border-radius: 0.375em;
    -webkit-border-radius: 0.375em;
    border-radius: 0.375em;
    color: white;
    border: 2px solid white;
}

@media screen and (max-width: 18.750em) {
    .img img {
        width: 90%;
    }

    .login {
        padding: 3.125em 0px;
        margin: 0.625em auto;
        width: 100%;
        border: 0px;
    }
}


#mr-icon {
    padding: 0.625em;
    -moz-border-bottom-left-radius: 0.938em;
    -webkit-border-bottom-left-radius: 0.938em;
    border-bottom-left-radius: 0.938em;
    background-color: black;
    position: fixed;
    right: 0px;
    top: 0px;
    direction: rtl;
    text-align: center;
    z-index: 100000000000;
}

    #mr-icon a {
        text-decoration: none;
        color: white;
    }

    #mr-icon:hover {
        background-color: #2484c6;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

#menu-right {
    position: fixed;
    right: 0px;
    top: 2.813em;
    direction: rtl;
    text-align: center;
    z-index: 10000000000000;
    background-color: rgba(0,0,0,0.9);
    height: 100%;
    -moz-border-top-left-radius: 0.938em;
    -webkit-border-top-left-radius: 0.938em;
    border-top-left-radius: 0.938em;
    display: none;
}

#mr-content div {
    margin: 1.250em;
    padding: 0.625em 2.500em;
    background-color: gray;
    -moz-border-radius: 0.313em;
    -webkit-border-radius: 0.313em;
    border-radius: 0.313em;
}

    #mr-content div:hover {
        background-color: #2484c6;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

#menu-right a {
    text-decoration: none;
    color: white;
}

#basepage {
    /*display: none;*/
}

.btop {
    font-size: 1.875em;
    font-weight: bold;
    padding: 0.625em 0.625em 0px 0.625em;
    bottom: 0px;
    right: 0px;
    background-color: black;
    color: white;
    position: fixed;
    opacity: 0.5;
    z-index: 100000000000;
}

    .btop:hover {
        opacity: 1;
        cursor: pointer;
    }

.bbotmenu {
    font-size: 1.875em;
    font-weight: bold;
    padding: 0.625em 0.625em 0px 0.625em;
    left: 0px;
    top: 0px;
    background-color: black;
    color: white;
    position: fixed;
    /*opacity: 0.3;*/
    z-index: 100000000000;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.bbot {
    font-size: 1.875em;
    font-weight: bold;
    padding: 0.625em 0.625em 0px 0.625em;
    right: 0px;
    top: 0px;
    background-color: black;
    color: white;
    position: fixed;
    opacity: 0.3;
    z-index: 100000000000;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

    .bbot:hover {
        opacity: 1;
        cursor: pointer;
    }

.dflote {
    float: right;
    padding: 0.625em;
}

@media screen and (max-width: 31.250em) {
    .dflote {
        clear: both;
    }
}

@media screen and (max-width: 18.750em) {
    .dflote {
        padding: 0.625em 1px;
    }
}

#divmenu {
    padding: 0.625em;
    margin: 0.625em 1.250em;
    background-color: rgba(0,181,173,0.5);
    -moz-border-radius: 0.375em;
    -webkit-border-radius: 0.375em;
    border-radius: 0.375em;
    border: 3px solid white;
}

    #divmenu ul {
        list-style-type: none;
    }

    #divmenu li {
        float: right;
    }

@media screen and (max-width: 31.250em) {
    #divmenu li {
        width: 100%;
    }
}

#divmenu a {
    padding: 0.625em 1.250em;
    text-decoration: none;
    display: block;
    background-color: #2484c6;
    color: white;
    border: 1px solid #00b5ad;
}

    #divmenu a:hover {
        opacity: 0.6;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

.popupdef {
    display: none;
}

.popup {
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    z-index: 1000000000000000000000000000;
    display: block;
    text-align: center;
}

#dpanel {
    padding: 2.500em 1.250em;
    background-color: white;
    -moz-border-radius: 1.250em;
    -webkit-border-radius: 1.250em;
    border-radius: 1.250em;
    animation: zoom 1s;
    margin: 15% 15%;
    width: 60%;
}

#DPanelPic {
    padding: 2.500em 1.250em;
    background-color: white;
    -moz-border-radius: 1.250em;
    -webkit-border-radius: 1.250em;
    border-radius: 1.250em;
    animation: zoom 1s;
    margin: 15% 15%;
    width: 60%;
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

@-moz-keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

@-webkit-keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

#dclose {
    text-align: right;
}

    #dclose a {
        display: inline-block;
        padding: 0.625em;
        -moz-border-radius: 0.313em;
        -webkit-border-radius: 0.313em;
        border-radius: 0.313em;
        background-color: black;
        color: white;
        text-decoration: none;
        margin: 0.625em;
        margin-bottom: 1.250em;
    }

        #dclose a:hover {
            color: gold;
        }

#dpicclose {
    text-align: right;
}

    #dpicclose a {
        display: inline-block;
        padding: 0.625em;
        -moz-border-radius: 0.313em;
        -webkit-border-radius: 0.313em;
        border-radius: 0.313em;
        background-color: black;
        color: white;
        text-decoration: none;
        margin: 0.625em;
        margin-bottom: 1.250em;
    }

        #dpicclose a:hover {
            color: gold;
        }

.felesh {
    height: 0px;
    width: 0px;
    border-top: 0.625em solid black;
    border-left: 0.625em solid transparent;
    border-right: 0.625em solid transparent;
    display: inline-block;
}

.feleshtoggle {
    height: 0px;
    width: 0px;
    border-top: 0.625em solid black;
    border-left: 0.625em solid transparent;
    border-right: 0.625em solid transparent;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
}

.felesh:hover {
    border-top: 0.938em solid white;
    cursor: pointer;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.ts {
    width: 100%;
    background-color: gold;
    padding: 0.313em 0px;
    color: black;
    display: inline-block;
}

.iButton {
    text-decoration: none;
    color: orange;
    font-size: 1.250em;
    font-weight: bold;
    margin: 0.625em 0px;
}

    .iButton:hover {
        text-decoration: none;
        color: #002e6e;
    }

.popupdef {
    display: none;
}

.popup {
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    z-index: 1000000000000000000000000000000000;
    display: block;
    text-align: center;
}

#dpanel {
    padding: 2.500em 1.250em;
    background-color: white;
    -moz-border-radius: 1.250em;
    -webkit-border-radius: 1.250em;
    border-radius: 1.250em;
    animation: zoom 1s;
    margin: 5% 15%;
    width: 60%;
}

#DPanelPic {
    padding: 2.500em 1.250em;
    background-color: white;
    -moz-border-radius: 1.250em;
    -webkit-border-radius: 1.250em;
    border-radius: 1.250em;
    animation: zoom 1s;
    margin: 5% 15%;
    width: 60%;
}

#IPrint:hover {
    cursor: pointer;
}

.mtable {
    font-size: 1.2em;
    width: 95%;
    text-align: right;
}

    .mtable td {
        width: 50%;
        padding: 0.5em;
        border: 1px solid gray;
        border-radius: 1em;
        -webkit-border-radius: 1em;
        -moz-border-radius: 1em;
        -o-border-radius: 1em;
    }

.mlable {
    font-weight: bold;
}

.mtable p {
    margin: -0.3em 0px;
    border-bottom: 1px solid silver;
}

.listbox {
    width: 200px;
    height: 300px;
}

/*load*/
.loading {
    display: none;
    position: fixed;
    left: 0;
    top: 40%;
    background-color: rgba(250,250,250,0.9);
    height: 150px;
    width: 100%;
    text-align: center;
    background-image: url('../image/load.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 101;
}

.ImageButton {
}

.ImageButtonEemal {
    margin-bottom: -0.5em;
}

.ImageButtonE {
}

.lc {
    position: absolute;
    right: 0px;
    font-size: 1.000em;
    font-family: Yekan;
    color: white;
    background-color: red;
    -moz-border-radius: 0.188em;
    -webkit-border-radius: 0.188em;
    border-radius: 0.188em;
    border: 0px solid white;
    padding: 0.625em;
    margin: auto;
}

.CodeAmn div {
    float: right;
}

.Design {
    margin: 1em auto auto auto;
}

.TagLine {
    height: 1em;
    clear: both;
}

.rowstyle {
    line-height: 40px;
}

.cfooter {
    margin: 0 auto;
}

.footerbar {
    position: fixed;
    bottom: 0px;
    background: rgba(40, 40, 40, 0.80);
    height: 20px;
    /*z-index: 100000000;*/
    right: 0;
    left: 0;
    /*overflow: hidden;*/
    box-sizing: border-box;
}

    .footerbar ul.ufooter {
        height: auto;
        list-style: none;
        text-align: center;
        display: block;
        padding-bottom: 2em;
    }

        .footerbar ul.ufooter li {
            background: transparent !important;
            border-left: 0;
            float: none !important;
            width: 10.74% !important;
            font: yekan, tahoma;
            font-size: 15px;
            color: white;
            text-align: center;
            border-radius: 5px;
            margin-left: 4px !important;
            cursor: pointer;
            transition: all ease-in-out .2s;
            display: inline-block;
        }

.info-value {
    display: block;
    background: rgba(0,0,0,.5);
    border-radius: 3px 3px 0 0;
    text-align: center;
    font-size: 16px;
    color: #ffa200;
    font-family: 'B Yekan';
    direction: ltr;
    padding: 5px 4px;
    white-space: nowrap;
}

.info-change {
    font: 12px/1.3 byekan, tahoma;
    color: #a4a4a4 !important;
    display: inline;
    background: none;
}

.low {
    color: red;
}

.high {
    color: green;
}

.mtooltip {
    position: relative;
    /*display: inline-block;*/
    border-bottom: 1px dotted black;
}

    .mtooltip .tooltiptext {
        visibility: hidden;
        width: 200px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 150%;
        left: 30%;
        margin-left: -60px;
    }

        .mtooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: black transparent transparent transparent;
        }

    .mtooltip:hover .tooltiptext {
        visibility: visible;
    }

.exitarz {
    top:0;
    right:0;
    position:absolute;
    display:none;
}