﻿@font-face {
    font-family: "yekan";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/yekan-regular.eot') format("embedded-opentype"), url('../fonts/yekan-regular.woff') format("woff"), url('../fonts/yekan-regular.ttf') format("truetype");
}

html, body {
    direction: rtl;
    margin-top: 68px;
}

.font_me {
    font-family: 'yekan',tahoma;
}

body {
    box-shadow: rgba(0, 0, 0, 0.75) 0 0 300px -60px inset;
}

.Logo_Site {
    margin-top: 5px;
    margin-right: 35px;
    height: 70px;
    display: inline-block;
}

.form-signin {
    font-family: "yekan";
    margin: 0 auto;
    left: 50%;
    position: fixed;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.form-signin-body {
    background-color: #F7F7F7;
    max-width: 350px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0 0 10px 10px;
    border: 1px solid rgba(0,0,0,.15);
    padding-top: 20px;
}

.form-signin h2 {
    background: #f95252;
    border-radius: 20px 20px 0 0;
    color: #ffffff;
    font-size: 23px;
    padding: 20px;
}

.form-signin .form-signin-heading,
.form-signin {
    text-align: center;
    margin-bottom: 1px;
}

    .form-signin .form-control {
        background-color: #eee;
        position: relative;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

.margin10 {
    padding-top: 20px;
    padding-bottom: 5px;
}

.alert-login {
    padding: 0 !important;
    margin: 0 !important;
}

.waitpop {
    position: fixed;
    z-index: 1000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    background-color: black;
    left: 0px;
    top: 0px;
}

.waitpop_in {
    padding: 12px;
    box-shadow: black 0 0 3px 3px inset;
    border-radius: 10px;
    width: 250px;
    height: 100px;
    background-color: white;
    font-family: "yekan";
    font-size: 15px;
}

.tablex {
    border-collapse: separate;
    border-spacing: 0 0px;
    border: 1px solid #6e6d7a;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 2px;
    background-color: white;
}

    .tablex thead th {
        background-color: black;
        color: white;
        border: 1px solid white;
        text-align: right;
    }

    .tablex tbody td {
        border: 1px solid white;
        background-color: #F7F7F7;
    }

    .tablex tr th:first-child {
        border-top-right-radius: 5px;
    }

    .tablex tr th:last-child {
        border-top-left-radius: 5px;
    }

    .tablex tfoot {
        background-color: black;
    }

.z_Table_Form {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

    .z_Table_Form td:first-child {
        width: 200px;
        background-color: #F0F0F0;
        border-left: 0px;
    }

    .z_Table_Form td:nth-child(2) {
        width: 10px;
        background-color: #F0F0F0;
        color: red;
        font-size: 15px;
        font-weight: bold;
        padding: 0px;
        border-right: 0px;
        vertical-align: -25px;
    }

    .z_Table_Form caption {
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        background-color: #808080;
        text-align: center;
        color: white;
        font-size: 20px;
    }

.Z_Wbig {
    width: 100% !important;
}

.Z_Wsmall {
    width: 100px !important;
}

.Z_WMedium {
    width: 200px !important;
}

.Z_WMedium2 {
    width: 400px !important;
}

.Z_Save_Span {
    padding: 20px 0px 20px 0px;
}

    .Z_Save_Span button {
        text-align: center;
        font-weight: bold;
        font-size: 25px;
        height: 50px;
    }

.Z_Menu_List {
    background-color: white;
    max-width: 250px;
    top: 200px;
    position: absolute;
}

    .Z_Menu_List ul {
        padding: 10px;
    }

    .Z_Menu_List li {
        max-width: 230px;
        background-color: #f7f7f7;
    }

.RadGrid {
    border-radius: 10px;
    overflow: hidden;
}

.intro_site {
    max-width: 800px;
}

.Intro_Title {
    animation-name: example;
    animation-duration: 7s;
    animation-iteration-count: 500;
}

.intro_pic {
    padding: 20px;
}

.Intro_Footer {
    text-align: center;
    padding: 5px;
    font-size: 12px;
    margin-bottom: 0 auto;
    left: 45%;
    animation-name: example;
    animation-duration: 10s;
    animation-iteration-count: 500;
}

@keyframes example {
    0% {
        color: gray;
    }

    50% {
        color: black;
    }

    100% {
        color: gray;
    }
}
