﻿
/*css Body for all page that include master page*/
/*m.alipour 2016*/


/*----------------------- all------------------------------*/

/*color 1 :#ff6d10*/
/*color 1 :#053698*/

/*page scrol face*/

body::-webkit-scrollbar {
        width: 1em;
    }
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }
 
body::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        outline: 1px solid slategrey;
    }

/*General*/

@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 {
    direction:rtl;
    font-family: "yekan" , "Mykodak", "Tahoma" ;
    font-size:14px;
    color:#202020;
    }

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;
}
html,body {
	margin:0;
	padding:0;
}
ol,ul {
	list-style:none;
}
 

body ,input ,textarea , option{
    font-family: "yekan" "Mykodak", "Tahoma";
    }

body a{
    text-decoration:none;
    cursor:pointer;
    border:none;
    }   
     
   

.msg
    {
    padding-top:25px;
    position: fixed;
    z-index: 1000;
    width: 250px;
    height: 50px; 
    top: 300px; 
    right: 44%; 
    background-color: #008000;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    border-radius : 5px;
    -webkit-border-radius : 5px;
    -moz-border-radius : 5px;
    filter: alpha(opacity=80);
    -khtml-opacity : 0.8;
    -moz-opacity : 0.8;
    opacity : 0.8;
    font-size:16px;
}

.div-waiting
    {
    position:fixed;
    z-index:1000;
    top: 300px; 
    right:48%;
    width:200px;
    height:100px;
    text-align:center;            
}

.a-frameload
{
    background-image: url('../Images/formloader.gif');
    background-repeat: no-repeat;
    background-position: center center;
    width: 45px;
    height: 45px;
    bottom:40%;
    right:48%;
    position: fixed;
    z-index: 1005;
    border: 1px solid #C0C0C0;
    border-radius: 45px;  
    display:none;  
}

.a-framemore2
{
    background-image: url('../Images/formloader.gif');
    background-repeat: no-repeat;
    background-position: center center;
    width: 45px;
    height: 45px;
    right:58%;
    bottom:40%;
    position: fixed;
    z-index: 1005;
    border: 1px solid #C0C0C0;
    border-radius: 45px;
     
}
.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;
}

.time01 {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#div-content {
    margin-top: 5px;
    min-height: 500px;
    width: 1150px;
    margin-left: auto!important;
    margin-right: auto!important;
    padding:10px;
    border:solid 2px #C0C0C0;
    border-radius:10px; 
    }

.div-center {
    width: 1150px;
    margin-left: auto;
    margin-right: auto;
    overflow:hidden;
    padding-bottom:15px;
    padding-top:15px;
}
.p-caption {
    font-size: 15px;
    color: #013006;
    background-position: right center;
    text-align: right;
    padding-right: 30px;
    margin-right: 5px;
    background-image: url('../Images/bols.png');
    background-repeat: no-repeat;
}
 .p-caption span {
    background-image: url('../Images/Directicon.png');
    background-repeat: no-repeat;
    background-position: center center;
    display:inline-block;
    width:30px;
    height:15px;
}
/*------------------------------------- mster page head---------------------------------*/

#mainfindtxt {
    width: 40%;
    font-family: yekan;
    padding-right: 7px;
    border: solid 1px rgba(0,0,0,0.3);
    border-radius: 2px;
    height: 25px;
    float: left;
    position: relative;
    left: 2px;
    top: 10px;
    margin-right: 15px;
}
.spanfnd {
    background-image: url('../images/Findicon.png');
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    margin-top: 11px;
}

.pphone {
    font-size: 30px;
    float: left;
    padding-left: 30px;
    margin-top: -3px;
    background-position: left center;
    margin-left: 120PX;
    background-image: url('../images/Phone.png');
    background-repeat: no-repeat;
    text-shadow:1px 1px 2px #929191;
    color:#fc0404;
}

#div-head {
    background-position: center -350px;
    width: 100%;
    height: 110px;
    background-image: url('../images/back-head.jpg');
    background-repeat: no-repeat;
    box-shadow:5px 0px 10px rgba(0,0,0,0.3);
    background-color:#ffffff;
}

.div-head{
     width:1150px;
     height:100%;
     margin-right:auto;
     margin-left:auto;
}

#div-head table {
    width: 100%;
    height:100%;
}

#a-home {
    margin-top: 8px;
    margin-left:10px;
    margin-right:30px;
    display: block;
    float: right;
    width: 25px;
    height: 29px;
    background-image: url('../Images/home.png');
    background-repeat: no-repeat;
    background-position: center 0px;


    -webkit-transition: background-position 0.5s ease;
    -moz-transition: background-position 0.5s ease;
    -ms-transition: background-position 0.5s ease;
    -o-transition: background-position 0.5s ease;
    transition: background-position 0.5s ease;
}

#a-home:hover {
    background-position: center -30px;
}


    @keyframes topmnu {
    from {top: -50px;}
    to {top: 0px;}
}




.div-mastermnu-fix {
    animation-name: topmnu;
    animation-duration: 1s;
    top:0px!important; 
    position:fixed!important;
    width: 100%;
    height: 45px;
    z-index: 999999999999;
    padding-bottom: 5px;
    background-color:rgba(255, 255, 255, 0.95);
    border-bottom:solid 1px rgba(0,0,0,0.3);
    box-shadow:5px 0px 10px rgba(0,0,0,0.3);
}

.div-mastermnu-fix:before {
    content: '';
	position: absolute;
	top: 0px;
	z-index: -1;
    width:100%;
    height:40px;
    background-image: url('../images/Logo.png');
    background-repeat: no-repeat;
    background-position: 85% center;
    background-size:contain;
      

    }

.div-mastermnu-fix:after {
    content: '';
	position: fixed;
	top: 0px;
	z-index: -5;
    width:100%;
    height:40px;
    background-image: url('../images/arm.png');
    background-repeat: no-repeat;
    background-position: 15% center;
    background-size:contain;
       

    }

.div-mastermnu {
    padding-bottom: 10px;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 40px;
    margin-top: -50px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(0,0,0,0.3);
}
#div-mastermnu div {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    height: 100%;
}

.div-main-content {
    width: 1150px;
    margin-right: auto;
    margin-left: auto;
    min-height: 500px;
    overflow: hidden;
    margin-top: 30px;
    padding-bottom:30px;
}

/*------------------صفحه جستجوی هوشمند-----------------------*/

#div-dynamic-find {

    width:320px;
    height:400px;
    position:absolute;
    z-index:50000000;
    top:39px;
    background-color:#f3eeee;
    margin-right:350px;
    overflow-y:scroll;          
}

#div-dynamic-find a {

    display:block;
    width:100%;
    height:70px;
    border-bottom:solid 1px #fff;
    background-color:#f3eeee;
}
#div-dynamic-find a:hover {

    background-color:#da8f00;
}
#div-dynamic-find a img {
    margin-right: 5px;
    max-width: 70px;
    float: right;
    padding: 5px;
}
#div-dynamic-find a p{
    margin-right:100px;
    text-align:right;
    padding-top:10px;
    margin-bottom:1px;
    color:black;
    height:70px;
}

#div-dynamic-find a label {
    text-align:right;
    color:#03256b;
    margin-left:15px;
    font-size:14px;
    float:left;
}

/*----------------------------Footer-------------------------------*/
footer {
    background-position: center;
    width: 100%;
    height: 300px;
   background-image: url('../images/Footer.png');
    background-repeat: repeat;
    background-color:black;
    color:#dfdcdc!important;
}

    footer table {
        width: 1150px;
        height: 100%;
        margin-right: auto;
        margin-left: auto;
        font-size: 14px;
    }

    footer h1 {
        font-size: 17px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #f5f609;
        height: 30px;
        padding-bottom:5px;
    }

    footer table a {
        display:block;
        width:150px;
        height:25px;
        text-align:right;
        color:#ffffff;
        font-size:16px;
        margin-top:7px;
    }


        .a-link-telegram
        {
            padding-right:30px;
            background-image: url('../Images/telegram.png');
            background-repeat: no-repeat;
            background-position:center right;
            display:block;
            height:28px;
           
            margin-top:7px;
            margin-bottom:3px;

 
        }
        .a-link-istoram
        {
           padding-right:30px;
            background-image: url('../Images/instagram.png');
            background-repeat: no-repeat;
            background-position:center right;
            display:block;
            height:28px;
      
             margin-top:7px;
            margin-bottom:3px;
        }
         .a-link-aparat
        {
           padding-right:30px;
            background-image: url('../Images/aparat.png');
            background-repeat: no-repeat;
            background-position:center right;
            display:block;
            height:28px;
            margin-top:7px;
            margin-bottom:3px;
        }

        .a-link-telegram:hover , .a-link-istoram:hover , .a-link-aparat:hover
         {
             color:black;

         }

        #txtemail {
            width: 210px;
            height: 25px;
            float: right;
            margin-top: 10px;
            margin-left: 10px;
            padding-left: 5px;
            direction: ltr;
        }
        
        #cmdfootermail {
            height: 30px;
            margin-top: 10px;
            float: right;
            background-color:#013006;
            color:#FF9900;
            width:60px;
        }

    .p-footer-end {
        text-align: center;
        color: #dedad7!important;
        margin: 0px;
        color: #020a5d;
        font-family: Tahoma;
        font-size:11px;
        margin:4px;-size:11px;
    }

.div-link a {
       display:inline-block;
       width:33px;
       height:33px;
       display:inline-block;
       background-image: url('../Images/network.png');
       background-repeat: no-repeat;
      
       
}

footer > div {
    background-color: rgba(255, 255, 255, 0);
    font-size: 13px;
    color: #d7dbde;
    position: absolute;
    margin-top: -90px;
    z-index: 100;
    width: 100%;
    text-align: center;
    height: 90px;
}
    footer > div p {
        height:27px;
        text-align:center;
        vertical-align:central;
    }
/*-------------------- up page pic--------------------------*/ 

#backtotop {
    cursor : pointer;
    margin :      0px 0px 50px 50px;
    position : fixed;
    bottom : -35px;
    right:-5px;
    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;
}


/*--------------------rezize page--------------------------*/


   @media screen and (max-width: 1150px) {
                body {
                    font-size:10px;
                   
                }
                #div-head {
                    width:1150px!important;
                    margin-right:auto!important;
                    margin-left:auto!important;
                }

                .div-mastermnu {

                     width:1150px!important;
                    margin-right:auto!important;
                    margin-left:auto!important;
                }
                .div-mastermnu-fix {
                     width:1150px!important;
                    margin-right:auto!important;
                    margin-left:auto!important;
                }

                .div-mastermnu-fix:before {
                    width:1150px!important;
                    margin-right:auto!important;
                    margin-left:auto!important;
                    }

                .div-mastermnu-fix:after {
                     width:1150px!important;
                    margin-right:auto!important;
                    margin-left:auto!important;

                    }
                footer {
                     width:1150px!important;
                    margin-right:auto!important;
                    margin-left:auto!important;
                   }
                 footer > div {
                     width:1150px!important;
                    margin-right:auto!important;
                    margin-left:auto!important;
                    }

                  #div-group-item {
                       width:1150px!important;
                    margin-right:auto!important;
                    margin-left:auto!important;

                    }
                .wrapper {
                     width:1150px!important;
                    margin-right:auto!important;
                    margin-left:auto!important;
                }
}

/*--------------------------------------------------------*/ 
        
    