﻿
/*css Body for all page that include master page*/
/*m.alipour 2016*/


/*----------------------- all------------------------------*/


::-webkit-scrollbar {
    width: 10px;
    background-color:rgba(0, 0, 0, 0.93)
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.90);
}

::-webkit-scrollbar-thumb {
    background-color: #42030f;
    /*outline: 1px solid slategrey;*/
}

::placeholder { 
    font-family: "yekan", "Mykodak", "Tahoma";
    font-size: 13px;
    color: #6e6e6e;
    opacity: 0.6; 
    text-align:right;
    margin-right:3px;
    direction:rtl;
}

:-ms-input-placeholder {
    color: #6e6e6e;
}

::-ms-input-placeholder {
    color: #6e6e6e;
}

@font-face {
    src:url(../Font/kodak.ttf) format("truetype") ,
    url(../Font/kodak.otf)  format("opentype");
    font-family: "Mykodak";   
    font-style: normal;
}
@font-face
{
    font-family: 'Yekan';
    src: url('../font/yekan.eot'),
    url('../font/yekan.eot?#iefix') format('eot'),
    url('../font/yekan.woff') format('woff'),
    url('../font/yekan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

body {
    direction: rtl;
    font-family: "yekan", "Mykodak", "Tahoma";
    font-size: 13px;
    color: #ffffff;
    background-color: #4c0114;
    background-image: url('../Images/backpatern.png');
    background-repeat: repeat;
    background-size: 10%;
    overflow-y:scroll

}

body ,input ,textarea
{
    font-family: "yekan" , "Mykodak", "Tahoma" ;
}

body, input, textarea, option, select {
    font-family: "yekan", "Mykodak", "Tahoma";
    outline: none;

}


body a
{
    text-decoration:none;
    cursor:pointer;
    border:none;
}   
     
html
{      
          
}
            
        
form
{
    direction:rtl;
    position:absolute; 
    z-index:0;
    width:99.99%; 
    height: auto; 
    top:0px;
    right:0px;
    left:0px;
}

.div-home{
    width:85%;
    margin:10px auto;
    padding:1%;
    box-sizing:border-box;
    color:#ffffff;
    min-height:500px;
    line-height:30px;
    overflow:hidden;
}

#img-secret-kod {
    width: 90px;
    height: 30px;
    display: inline-block;
    margin-right: 7px;
} 

#a-refresh-kod {
    background-position: center center;
    width: 28px;
    height: 28px;
    display: inline-block;
    background-color: #ededed;
    border: solid 1px #808080;
    margin-right: 15px;
    background-image: url('../Images/Refresh.png');
    background-repeat: no-repeat;
    background-size: 80%;
    border-radius: 5px;
}

header {
    height: 150px;
    width: 100%;
    position: relative;
    background-color: rgba(0, 0, 0, 0.37);
    top: 0px;
    left: 0px;
    right: 0px;
    background-image: url('../Images/linetemp.png');
    background-repeat: repeat-x;
    background-size: 40%;
    background-position: top center;
    z-index: 101;
    position: fixed;
}

header > div {
    width: 86%;
    height: 100%;
    margin: 0px auto;
    padding-right: 30px;
    background-image: url('../Images/logo.png');
    background-repeat: no-repeat;
    background-size: 13%;
    background-position: center right;
}

header > div div {
    position: absolute;
    top: 110px;
    right: 10%;
    left: 10%;
    width: 80%;
    height: 35px;
    text-align: center;
}

#findtxt {
    width: 100%;
    height: 25px;
    border: solid 1px #808080;
    text-align: right;
    padding-right: 6%;
    background-color: #f3f3f3;
    border-radius: 4px;
    background-image: url('../Images/find.png');
    background-repeat: no-repeat;
    background-size: 3%;
    background-position: 98% center;
    box-sizing:border-box;
}

header > div p {
    position: absolute;
    top: 30px;
    width: 35%;
    left: 15%;
}

header > div span {
    position: absolute;
    top: 30px;
    width: 20%;
    right: 25%;
    color: #ffffff;
}

header > div span a {
    margin-right: 5px;

}


/*==================== Tools Body =============================== */

.div-waiting {
    position: fixed;
    z-index: 1008;
    top: 300px;
    right: 35%;
    left:35%;
    width: 30%;
    height: auto;
    text-align: center;
    border-radius: 8px;
    border: solid 1px rgba(0, 128, 0, 0.94);
    background-color: rgba(251, 237, 129, 0.9);
    padding: 5px;
    padding-top: 20px;
    color:#013006;
    box-sizing:border-box;
}

label.error {
    color: red;
    font-size: 1rem;
    display: block;
    margin-top: 1px;
    margin-bottom: 1px;
    text-align: left;
    font-size: 9px;
}

.time05 {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.zoomin09:hover {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

.zoomout105:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}


.rotate20:hover {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
}

.rotate45:hover {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rotate360:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}



/*filter: none | blur() | brightness() | contrast() | drop-shadow() | grayscale() |
hue-rotate() | invert() | opacity() | saturate() | sepia() | url();*/


.grayscale {
    filter: grayscale(100%);
}

.grayscale:hover {
    filter: grayscale(0)
}

.grayscale_invers:hover {
    filter: grayscale(100%);
}

.blurscale:hover {
    filter: blur (2px);
    -webkit-filter: blur(2px);
}


small {
    text-align: right;
    display: inline-block;
    margin-top: 2px;
    margin-bottom: 2px;
    height: 15px;
    width: auto;
}

h1 {
    font-weight: normal ;
    font-size:13px;
    color: #ffcf03;
    text-align:right;
    margin-top: 5px;
    margin-bottom: 5px;
}

h2 {
    font-weight: bold;
    color: #772800;
    margin-top: 5px;
    margin-bottom: 5px;
}


h3 {
    color: #fbc61e;
    border-right: solid 4px #f9e881;
    padding-right: 8px;
    font-size: 14px;
    height: 25px;
}


.linebool:before {
    content: ' \258F';
    color: rgba(255, 255, 255, 0.98);
    margin-left:5px;
}

.mnubools:before {
    content: ' \205D';
    font-size: 30px;
    float: right;
    margin-top: 5px;
}

.cyclebool:before {
    content: ' \25CF';
    margin-right: 3px;
    margin-left:4px;
    font-size:25px;
    color:#ffce00;
}

.stylechangebool-one:before {
    font-size: 20px;
    content: ' \2637';
    cursor: pointer;
}

.stylechangebool-two:before {
    font-size: 20px;
    content: ' \2630';
    cursor: pointer;
}

.stylechangebool-one:hover, .stylechangebool-two:hover {
    color: #d00202;
}

.spanboolstyle {
    display: block;
    width: 80px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
}



.timeago {
    color: #0867a1;
    font-size: 9px;
    float: right;
}


.Border-color-one {
    border: solid 2px #d8924d;
}

.Border-color-brown {
    border: solid 1px #d8924d;
}

.Border-color-red {
    border: solid 1px #f73506;
}

.Border-color-yellow {
    border: solid 1px #ffd800;
}


.Back-color-one {
    background-color: #fbb630;
}

.Back-color-two {
    background-color: #33000d;
}

.Back-color-tree {
    background-color: #decebe;
}

.Back-color-black {
    background-color: rgba(0, 0, 0, 0.91);
}

.back-color-hoverY:hover {
    background-color: #fae692;
}

.back-color-hoverR:hover {
    background-color: #f77777;
}

.back-color-hoverG:hover {
    background-color: #2ab427;
}


.content_left {
    text-align: left;
}

.content_right {
    text-align: right;
}

.content_center {
    text-align: center;
}


.border-radius-5 {
    border-radius: 5px;
}

.border-radius-8 {
    border-radius: 8px;
}

.border-radius-10 {
    border-radius: 10px;
}


.largfont15 {
    font-size: 15px;
    /*font-weight:bold;*/
    margin-top: 2px;
    margin-bottom: 4px;
    line-height: 30px;
}

.largfont25 {
    font-size: 25px;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 8px;
}

.largfont20 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 6px;
}

.largfont30 {
    font-size: 30px;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 10px;
}

.largfont50 {
    font-size: 50px;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 10px;
}

.colorwhite {
    color: white;
}

.colorblack {
    color: rgba(0,0,0,1);
}

.colorred {
    color: red;
}

.colorbrown {
    color: #a25503;
}

.colorgray {
    color: #747474;
}

.colorbase-one{
    color:#fdc14b!important;
}
/*==> style line pic*/
.p-line2 {
    background-image: url('../Images/line2.png');
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: center center;
    height: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.p-line {
    background-image: url('../Images/line1.png');
    background-repeat: no-repeat;
    background-position: center center;
    height: 30px;
    background-size: contain;
}

.pnoneline {
    border-bottom: solid 1px #4a4a4a;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.p-line3 {
    background-position: center center;
    height: 50px;
    background-image: url('../Images/Bk-ten.png');
    background-repeat: no-repeat;
    background-size: contain;
}

hr {
    border-bottom: solid 1px #b9024a;
    border-top: none;
    border-left: none;
    border-right: none;
}

.p-caption {
    font-size: 15px;
    color: #75023a;
    text-align: right;
    margin-right:4px;
}

.p-caption-two {
    color:#f80529;
    font-size:14px;
    margin-bottom:3px;
}

.p-title-one {
    font-size: 25px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #f9d450;
}

.p-title-two {
    width: 40%;
    border-bottom: solid 2px #3d3d3d;
    color: #fff;
    margin-left: 15px;
    margin-bottom: 10px;
    font-size: 19px;
    color: black;
}

.p-title-tree {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 5px;
    padding-left: 10px;
    color: #ffffff;
}

.p-title-five {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 5px;
    padding-left: 10px;
}

.p-title-six {
    font-size: 15px;
    text-align:center!important;
    color:#c7084e;
    width:100%;
    display:block;
}


/*--------------------------------------------------------------------------------------*/
.pic-aboutus {
    background-position: center center;
    width: 100%;
    height: 300px;
    border: solid 1px #808080;
    border-radius: 15px;
    background-image: url('../Images/pic10.jpg');
    background-repeat: no-repeat;
    background-size: 110%;
    margin-bottom: 15px;
}
.pic-contactus {
    background-position: center center;
    width: 100%;
    height: 150px;
    border-bottom: solid 2px #ffffff;
    background-image: url('../Images/Titlepic.jpg');
    background-repeat: no-repeat;
    background-size: 110%;
    margin-bottom: 2px;
}
/*------------------------------------- mster page head---------------------------------*/

.a-basket {
    position: absolute;
    left: 100px;
    float: left;
    top: -20px;
    width: 100px;
    height: 50px;
    display: block;
    z-index: 50001;
    border-radius: 5px;
    background-image: url('../Images/basket.png') !important;
    background-size: 45% !important;
    background-repeat: no-repeat !important;
    background-position: 12px center;
}

.a-basket span {
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 10px;
}

.a-basket label {
    position: absolute;
    top: 1px;
    right: 10px;
    font-size: 9px;
    color: rgb(255, 255, 255);
}

/* ============================= صفحه جستجوی هوشمند =============================== */

#div-head-find {
    margin-right: 150px;
    top: 20px;
    margin-right: 40%;
    width: 30%;
    position: absolute;
    z-index: 1500000;
}

#div-head-find span {
    display: block;
    width: 30px;
    height: 30px;
    float: right;
    background-image: url('../Images/Findicon.png');
    background-repeat: no-repeat;
    background-position: center center;
    }

#mainfindtxt {
    font-family: 'yekan','Mykodak','Tahoma';
    height: 25px;
    width: 80%;
    border: 1px solid #605f5f;
    float: right;
    padding-right: 15px;
    border-radius:5px;
}

#div-dynamic-find {

    width:100%;
    min-height:400px;
    position:absolute;
    z-index:1500000;
    top:30px;
    background-color:rgba(122, 122, 122, 1);
    right:0px;
    left:0px;
    overflow-y:scroll;          
}

#div-dynamic-find a {

    display:block;
    width:100%;
    height:83px;
    border-bottom:solid 1px #fff;
    background-color:#d1c9c9;
}
#div-dynamic-find a:hover {
    background-color:#da8f00;
}
#div-dynamic-find a img {
    margin-right: 5px;
    width: 70px;
    height: 70px;
    float: right;
    padding: 2px;
    border: solid 1px #f9d84c;
    border-radius:100%;
    margin-top:4px;
}
#div-dynamic-find a small{
    color:black;
    position:relative;
    top:12%;
}



 /* =========================== پنجره ورد کاربران به سایت  ========================== */

#div-login {
    padding: 5px;
    width: 30%;
    height: auto;
    position: fixed;
    z-index: 9001;
    background-color: rgba(34, 34, 34, 0.95);
    /*margin-right: 375px;*/
    border: 2px solid #FF9900;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    top: 20%;
    left: 35%;
    /*margin-top: -160px; 
    margin-left: -200px;*/
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
       
#div-login table
{
    text-align:center;
    color: #ffce00; 
    width: 100%; 
    height: auto;

}

#div-login table td {
 height:37px;
 border:none;
 padding:0px;

}
         
#div-login table td a 
{
 color:White;
}
          
#div-login table td a:hover 
{
 color:Yellow;
}

.txtlogin {
    width: 70%;
    height: 20px;
    padding-left: 7px;
    padding-right:7px;
    border-radius:4px;
    height:30px;
    border:none;
    box-sizing:border-box;
    text-align:left;
    direction:ltr!important;

} 

#a-login-cmd {
    display: block;
    width: 70%;
    height: 30px;
    margin-top: 5px;
    cursor: pointer;
    background-color: #ffce00;
    color: #56003b!important;
    margin-right: auto;
    margin-left: auto;
    border-radius: 4px;

}

#a-login-cmd:hover {
    background-color:#f9a706;
    color:black!important;
}

.td-login-pic {
    background-image: url('../Images/usericon.png');
    background-repeat: no-repeat;
    background-position: 10% center;
    color: #FFFFFF;
    height: 40px;
    text-align: center;
    background-size: 10%;
}
.exit {
    margin-top: -15px;
    cursor: pointer;
    width: 30px;
    height: 27px;
    position: absolute;
    z-index: 1002;
    display: block;
    background-image: url('../Images/Alarmpic.png');
    background-repeat: no-repeat;
    background-position: center 0;
    background-size:90%;

}
.exit:hover {
    background-position: center -27px;
}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9000;
    background-color:rgba(0, 0, 0, 0.7);
}


/*========================= Footer Style =========================*/
footer {
    width: 100%;
    height: 250px;
    padding-bottom: 20px;
    font-size: 15px;
    margin-top: 15px;
    background-image: url('../Images/back-footer.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #2d0610;
}

footer table
{
    width:80%;
    height:100%;
    margin-right:auto;
    margin-left:auto;
    color:#fefefe;
    font-size:16px;
    /*background-image: url('../Images/bkf.png'),url('../Images/footer-tag.png');
    background-repeat: no-repeat,no-repeat; 
    background-position:center center,right center;*/
    background-size:contain,16%;
    text-align:center;
}

footer table tr td {
    padding-top:15px;
}

footer p {
    font-size:11px;
    height:20px;
}
.a-link {
    display:inline-block;
    width:60px;
    height:60px;
    background-image: url('../Images/linkpic.png');
    background-repeat: no-repeat;
    margin-right:5px;
}
.a-link:hover {
    background-position-y:top!important;
}

.afootermnu{
    color:#ffffff;
    margin-right:10px;
    margin-left:10px;
    margin-top:20px;
}

.afootermnu:hover {
    color:rgb(254, 203, 62);
}

/*========================= up page scrol ===============================*/ 

#backtotop {
    cursor : pointer;
    margin :      0px 0px 50px 50px;
    position : fixed;
    bottom : -35px;
    right:-5px;
    font-size : 90%;
    width : 60px;
    height:60px;
    text-align : center;
    border-radius : 8px;
    -webkit-border-radius : 8px;
    -moz-border-radius : 8px;
    filter: alpha(opacity=40);
    -khtml-opacity : 0.4;
    -moz-opacity : 0.4;
    opacity : 0.4;
    color : #FFF;
    font-size : 0px;
    z-index : 10000;
    font-family: Tahoma;
    background-image: url('../Images/top.png');
    background-repeat: no-repeat;
}

#backtotop:hover {
    filter : alpha(opacity=90);
    -khtml-opacity : 0.9;
    -moz-opacity : 0.9;
    opacity : 0.9;
}


        
    