﻿/* Site Fonts  
----------------------------------------------------------*/
@font-face
{
    font-family: 'BYekan';
    src: url('fonts/BYekan.eot?#') format('eot'), /* IE6–8 */ url('fonts/BYekan.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('fonts/BYekan.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

/* Site Elements  
----------------------------------------------------------*/
body, html
{
    font-family: BYekan, Calibri, Tahoma;
    background-color: #333;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

input, textarea, select
{
    font-family: BYekan, Calibri, Tahoma;
}

/* Headings */
h1, h2, h3
{
    cursor: default;
}
h1
{
    font-size: 2em;
    padding: 0;
    margin: 0;
    color: #ddd;
}
h2
{
    font-size: 1.5em;
    padding: 0;
    margin: 0;
    color: #ddd;
}
h3
{
    font-size: 1em;
    padding: 0;
    margin: 0;
    color: #ddd;
}
/* Login Page Style */
/* -------------------------------------------- */
.login
{
    position: relative;
    display: none;
    float: right;
    width: 100%;
    height: 100%;
    z-index: 100;
    margin: 0;
    padding: 0;
    background-image: url('../image/bg.png'), -webkit-linear-gradient(180deg, rgba(0,0,0,0.7), rgba(0,0,0,0), rgba(0,0,0,0.7));
    background-image: url('../image/bg.png'), -o-linear-linear-gradient(180deg, rgba(0,0,0,0.7), rgba(0,0,0,0), rgba(0,0,0,0.7));
    background-image: url('../image/bg.png'), -moz-linear-gradient(180deg, rgba(0,0,0,0.7), rgba(0,0,0,0), rgba(0,0,0,0.7));
    background-image: url('../image/bg.png'), linear-gradient(180deg, rgba(0,0,0,0.7), rgba(0,0,0,0), rgba(0,0,0,0.7));
    background-repeat: repeat;
    background-position: center center;
}
/* site Ads*/
#ads
{
    display: none;
    position: fixed;
    direction: rtl;
    z-index: 250;
}
#ads .ads-item, #ads .ads-itemCenter
{
    position: fixed;
    display: block;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(40,40,40,0.2);
    box-shadow: 0px 0px 1px 1px rgba(40,40,40,0.2);
}
#ads .ads-header
{
    position: relative;
    float:right;
    display: block;
    right: 0;
    height: 20px;
    z-index: 0;
}
#ads .ads-header .ads-title
{
    position:absolute;
    left:0;
    top:0;
    height: 20px;
    line-height: 18px;
    margin: 4px;
    font-size: 10px;
    text-align: left;
    color: #fff;
}
#ads .ads-header .ads-close
{
    position:absolute;
    right:0;
    top:0;
    height:18px;
    width:18px;
}
#ads .ads-img
{
    position: relative;
    float: right;
}
#ads img, #ads a
{
    display: block;
    width: 100%;
    height: 100%;
}

/* login Alert*/
.alert
{
    position: absolute;
    display:inline-block;
    top: 0px;
    margin: 0 auto;
    width: 750px;
    height: 32px;
    direction: rtl;
    text-align: center;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 30px;
    z-index: 500;
}

/* login Popup*/
.popup
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    display: none;
}
.popup .back
{
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 0;
}
.popup .msg
{
    position: relative;
    top: 200px;
    width: 400px;
    margin: 0 auto;
    font-size: 1.2em;
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
    padding: 12px;
    z-index: 1;
}
.popup .button
{
    position: relative;
    display: block;
    margin: 0 auto;
    min-width: 90px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid;
    cursor: pointer;
}
.popup .container
{
    width: 100%;
    max-height: 150px;
    overflow: auto;
    direction: rtl;
}
.popup .text
{
    text-align: right;
    direction: rtl;
    padding: 5px;
}
/* site login panel */
.loginPanel
{
    position: absolute;
    z-index: 50;
}
.loginPanel a
{
    text-decoration:none;
}
.loginLogo
{
    position: relative;
    float: left;
    height: 100%;
    font-size:inherit;
    line-height:inherit;
}
.loginLogo a
{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size:inherit;
    line-height:inherit;
    text-decoration:none;
    background-color: #ccc;
    background: -webkit-linear-gradient(45deg, #999, #fff, #999);
    background: -o-linear-gradient(45deg, #999, #fff, #999);
    background: -moz-linear-gradient(45deg, #999, #fff, #999);
    background: linear-gradient(45deg, #999, #fff, #999);
}
.loginLogo img
{
    position: relative;
    width: 50%;
    margin: 10% 25%;
}
.loginLogo span, .loginLogo label
{
    position: relative;
    text-align: center;
    font-weight: normal;
    display: block;
    margin: 0 10px;
}
.loginForm
{
    position: relative;
    float: right;
    height: 100%;
    font-size:inherit;
    line-height:inherit;
}
.loginForm .top
{
    position: relative;
    float: right;
    width: 100%;
    height: 50%;
    z-index: 100;
    font-size:inherit;
    line-height:inherit;
}
.loginForm .top .item
{
    position: relative;
    float: right;
    width: 95%;
    height: 25%;
    margin: 2% 2.5%;
    font-size:inherit;
    line-height:inherit;
}
.loginForm .top .item:first-child
{
    margin-top: 2.5%;
}
.loginForm .top .box
{
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-size:inherit;
    line-height:inherit;
}
.loginForm .top .box input
{
    position: relative;
    display:block;
    float: left;
    top: 0;
    height: 100%;
    width: 86%;
    color: #000;
    background: none;
    border: none;
    text-align: left;
    direction: ltr;
    margin-left: 1%;
    line-height: 28px !important;
}
.loginForm .top .box img
{
    position: relative;
    float: right;
    width: 13%;
}
.loginForm .top .boxImgCaptcha
{
    position: relative;
    float: right;
    width: 45%;
    height: 102%;
    font-size:inherit;
    line-height:inherit;
}
.loginForm .top .boxImgCaptcha a
{
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
}
.loginForm .top .boxImgCaptcha .captcha
{
    position: relative;
    width: 90%;
    height: 70%;
    margin: 5%;
}
.loginForm .top .boxTxtCaptcha
{
    position: relative;
    float: right;
    width: 55%;
    height: 100%;
    background-color: #fff;
    font-size:inherit;
    line-height:inherit;
}
.loginForm .top .boxTxtCaptcha img
{
    position: relative;
    float: right;
    width: 24%;
}
.loginForm .top .boxTxtCaptcha input
{
    position: relative;
    float: left;
    top: 0;
    height: 100%;
    width: 74%;
    color: #000;
    background: none;
    border: none;
    margin-left: 2%;
    text-align: left;
    direction: ltr;
    line-height: 28px !important;
}
.loginForm .bottom
{
    position: relative;
    float: right;
    width: 100%;
    height: 50%;
    z-index: 10;
    font-size:inherit;
    line-height:inherit;
}
.loginForm .bottom *
{
    color: White;
}
.loginForm .bottom .remember
{
    position: absolute;
    display: block;
    left: 0;
    height: 95%;
    width: 48.5%;
    bottom: 0;
    font-size:inherit;
    line-height:inherit;
}
.loginForm .bottom .signin
{
    position: absolute;
    display: block;
    right: 0;
    height: 95%;
    width: 48.5%;
    bottom: 0;
    font-size:inherit;
    line-height:inherit;
}
.loginForm .bottom a, .loginForm .bottom img
{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size:inherit;
    line-height:inherit;
}
.loginForm .bottom span, .loginForm .bottom label
{
    position: absolute;
    text-align: center;
    margin: 0 10px;
    margin-top: 30%;
}
.rememberPanel
{
    position: absolute;
    z-index: 50;
}
.rememberPanel a
{
    text-decoration:none;
}
.rememberForm
{
    position: relative;
    float: right;
    height: 100%;
    direction: rtl;
    font-size:inherit;
    line-height:inherit;
}
.rememberForm .top
{
    position: relative;
    float: right;
    width: 100%;
    height: 18%;
    text-align: right;
    font-size:inherit;
    line-height:inherit;
}
.rememberForm .top label
{
    color: #eee;
    margin: 0 2%;
}
.rememberForm .middle
{
    position: relative;
    float: right;
    width: 100%;
    height: 50%;
    font-size:inherit;
    line-height:inherit;
}
.rememberForm .middle .text
{
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 45%;
    text-align: center;
    font-size:inherit;
    line-height:inherit;
}
.rememberForm .middle .text label
{
    display: block;
    height: 45%;
    vertical-align: text-top;
    color: #eee;
}
.rememberForm .middle .item
{
    position: relative;
    width: 70%;
    margin: 0 15%;
    height: 27%;
    text-align: center;
    font-size:inherit;
    line-height:inherit;
}
.rememberForm .middle .boxImgCaptcha
{
    position: relative;
    float: left;
    width: 48.5%;
    height: 98%;
    font-size:inherit;
    line-height:inherit;
}
.rememberForm .middle .boxImgCaptcha a
{
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    font-size:inherit;
    line-height:inherit;
}
.rememberForm .middle .boxImgCaptcha .captcha
{
    position: relative;
    width: 90%;
    height: 70%;
    margin: 3% 5%;
    font-size:inherit;
    line-height:inherit;
}
.rememberForm .middle .boxTxtCaptcha
{
    position: relative;
    float: left;
    width: 48.5%;
    height: 95%;
    background-color: #fff;
    font-size:inherit;
    line-height:inherit;
}
.rememberForm .middle .boxTxtCaptcha img
{
    position: relative;
    float: right;
    width: 18%;
}
.rememberForm .middle .boxTxtCaptcha input
{
    position: relative;
    float: left;
    top: 0;
    height: 100%;
    width: 78%;
    color: #000;
    background: none;
    border: none;
    margin-left: 3%;
    text-align: left;
    direction: ltr;
}
.rememberForm .middle .box
{
    position: relative;
    float: right;
    width: 50%;
    height: 95%;
    background-color: #fff;
    font-size:inherit;
    line-height:inherit;
}
.rememberForm .middle img
{
    position: relative;
    float: right;
    width: 17%;
}
.rememberForm .middle input
{
    position: relative;
    float: left;
    top: 0px;
    height: 100%;
    width: 80%;
    color: #000;
    background: none;
    border: none;
    margin-left: 3px;
    text-align: left;
    direction: ltr;
    line-height: 28px !important;
}
.rememberForm .bottom
{
    position: relative;
    float: right;
    width: 100%;
    height: 32%;
    font-size:inherit;
    line-height:inherit;
}
.rememberForm .bottom .buttons
{
    position: relative;
    margin: 7% 25% 0 25%;
    height: 50%;
    width: 50%;
    font-size:inherit;
    line-height:inherit;
}
.rememberForm .bottom a
{
    position: relative;
    display: block;
    float: right;
    width: 46%;
    height: 80%;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    color: #eee;
    border: 1px solid #fff;
    font-size:inherit;
    line-height:inherit;
}
.rememberForm .bottom a:first-child
{
    float: right;
}
.rememberForm .bottom a:last-child
{
    float: left;
}
.blackPanel
{
    position: absolute;
    z-index: 100;
}
.loginLoading
{
    position: fixed;
    background-image: url('../image/logo2.png');
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    z-index: 200;
}
.loginLoading .shining
{
    position: fixed;
    background-image: url('../image/logo2.gif');
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.5;
}
.footerPanel
{
    position: absolute;
    z-index: 50;
    padding: 0 0.25%;
    margin-top: 0%;
}

.footerPanel .copyright
{
    position: relative;
    float: right;
    height: 100%;
    width: 100%;
    background-color: #f0d296;
    font-size:inherit;
    line-height:inherit;
}
.footerPanel .copyright a
{
    text-decoration: none;
    font-size:inherit;
    line-height:inherit;
}
.footerPanel .copyright .title
{
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size:inherit;
    line-height:inherit;
}
.footerPanel .copyright span
{
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
}
.footerPanel .copyright label
{
    cursor: pointer;
}

.loginPanel, .rememberPanel, .footerPanel, .blackPanel, .loginLoading, .loginLoading .shining
{
    width: 500px;
    height: 250px;
}
.loginLogo span, .loginLogo label
{
    line-height: 7.5%;
    font-size: 8%;
}
.loginForm .top, .loginForm .bottom
{
    width:99.4%;
}
.loginForm .top .box input
{
    line-height: 7.5%;
    font-size: 8%;
}
.loginForm .top .boxTxtCaptcha input
{
    line-height: 7.5%;
    font-size: 8%;
}
.loginForm .top .boxImgCaptcha .captcha
{
    line-height: 7.5%;
    font-size: 9%;
}
.loginForm .bottom span
{
    line-height: 120%;
    font-size: 6.4%;
}
.rememberForm .top label
{
    line-height: 175%;
    font-size: 8%;
}
.rememberForm .middle .text label
{
    line-height: 100%;
    font-size: 6.4%;
}
.rememberForm .middle input
{
    line-height: 7%;
    font-size: 8%;
}
.rememberForm .middle .boxTxtCaptcha input
{
    line-height: 7%;
    font-size: 8%;
}
.rememberForm .middle .boxImgCaptcha .captcha
{
    line-height: 10%;
    font-size: 10%;
}
.rememberForm .bottom a
{
    line-height: 160%;
    font-size: 8%;
}
.footerPanel
{
    margin-top:0.2%;
}
.footerPanel .copyright span
{
    height: 100%;
    line-height: 300%;
    font-size: 5.6%;
    overflow:hidden;
} 


/* Site Colors  
----------------------------------------------------------*/
.colorBlack
{
    color: #000;
}
.colorDark
{
    color: #666;
}
.colorWhite
{
    color: #fff;
}
.colorGray
{
    color: #888;
}
.colorSilver
{
    color: Silver;
}
.colorRed
{
    color: #e83032;
}
.colorGreen
{
    color: #00a651;
}
.colorBlue
{
    color: #0097d3;
}
.colorYellow
{
    color: #EACF15;
}
.colorOrange
{
    color: #FF6215;
}
.colorPink
{
    color: #F04F97;
}

.bgTransparent
{
    background: none;
    background-color: transparent;
}
.bgBlack
{
    background-color: #151515;
    color: White;
}
.bgDark
{
    background-color: #666;
    color: White;
}
.bgWhite
{
    background-color: #fff;
}
.bgGray
{
    background-color: #888;
}
.bgSilver
{
    background-color: Silver;
}
.bgRed
{
    background-color: #e83032;
}
.bgGreen
{
    background-color: #00a651;
}
.bgBlue
{
    background-color: #0097d3;
}
.bgYellow
{
    background-color: #EACF15;
}
.bgOrange
{
    background-color: #FF6215;
}
.bgPink
{
    background-color: #F04F97;
}


