﻿
.body {
    /*background: url("pic/all/login_back.png");*/
    /*min-width:1024px;*/
    width: 100%;
    margin: 0px auto 0px auto;
}



.search_div_textbox {
    width: 70%;
    margin: 0px auto 0px auto;
}
.search_textbox {
    width: 100%;
    height: auto;
    margin: 0px 100px 0px auto;
    overflow: hidden;
    display: none;
  
}

.search_aria_search {
    float: left;
    width: 80%;
    height: 2vw;
    text-align: right;
    font-family:'B Nazanin';
    direction: rtl;
    margin: 0px auto auto 0px;
    background-color: whitesmoke;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-color:silver;
    border-width: 1px;
    border-style: solid;
}
    .search_aria_search_{
        color:silver;
    }

    .search_aria_search_button {
        margin: 0.001vw 0px auto auto;
        float: left;
        width: 15%;
        height: 2.30vw;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }
.search_aria_search_button:hover {
        opacity: 0.8;
    }
    
    .search_mail {
        width: 10%;
    }

.search_call {
    width: 7%;
}

.search_sabad {
    margin-top:0vw;
    padding:0;
    width: 5%;
}

.tedad_sabad {
    font-family: 'B Yekan';
    border-radius: 1vw;
    background-color: red;
    color: white;
    padding: 0px 0.5vw 0px 0.4vw;
    position: absolute;
    margin:-0.4vw auto auto 0.5vw;
    cursor:pointer;
    text-decoration:none;
}


.search_aria_languge {
    text-decoration: none;
    color: white;
    font-family: Tahoma;
    white-space: nowrap;
}
    .search_aria_languge:hover {
        color: #9d0d28;
    }

.search_aria_lable_language {
    font-family: 'B Nazanin';
    color: white;
    font-size: 15px;
    font-weight: bold;
    margin: 4px auto 4px 0px;
    float: left;
    text-align:center;
}


.logo_iso {
    float:left;
    width: 10%;
    height: auto;
}
.logo_name1 {
    width: 18%;
    margin:1% 0px auto auto;
    float:right;
}
.logo_name2 {
    width: 30%;
    margin: auto 0px auto auto;
    float: right;
}
.logo_name3 {
    width: 40%;
    margin: 1% auto auto 2%;
    float: left;
}
.logo_pic {
    width: 60%;
}


.user_box_button {
    text-decoration:none;
    font-family: 'Times New Roman';
    font-size: 14px;
    line-height: 0px;
    vertical-align:top;
    font-weight: bold;
    text-align: center;
    width: 6vw;
    height: 2vw;
    border-radius: 5px;
    border: 1px solid;
    border-color: gray;
    background: url("pic/all/back_button2.png");
    background-position: center center;
    background-size:cover;
    background-repeat:no-repeat;
    color:black;
}
    .user_box_button:hover {
        background: url("pic/all/back_button_over2.png");
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }


.selected_menu {
    background-color: #c8c8c8; /*// رنگ منو انتخاب شده*/
}

.menu_back_color {
    background-color: #4b7dc8; /*// رنگ زیر منو*/
}

#menu {
    width: 100%;
    float: none;
    margin: 0px auto 0 auto;
    text-align: center;
    direction: rtl;
    background-color: #4b7dc8;
}
    #menu ul ul {
        display: none;
    }
    #menu ul li:hover > ul {
        display: block;
    }
    #menu ul {
        width: 100%;
        list-style: none;
        position: relative;
        white-space: nowrap;
        margin: 0;
        padding: 0;

        display:flex;   /*// این دو خط گزینه ها را در وسط قرار داده*/
        justify-content: center;
    }

        #menu ul li {
            float: right;
            position: relative;
            margin: 0px 0px 0px 0px;
            border:none;
            /*border: 0.1px;
            border-style: solid;
            border-color: gray;*/
        }
     
      #menu ul:after {
          content: "";
           clear: both;
          display: block;
       }

        #menu ul li a {
            display: block;
            color: black;
            font-family: 'B Nazanin';
            font-weight: bold;
            text-decoration: none;
            padding: 1vw 1vw 1vw 1vw;
        }

        #menu ul ul li a {
            border: none;
            font-family: 'B Nazanin';
            font-weight: bold;        
            /*padding: 1vw 1vw 1vw 6.35vw;*/
        }

        #menu ul li:hover {
            background: none;
            background-color: #7ca7b2; /*// رنگ سر منو*/
        }

    #menu ul li a:hover {
        color:whitesmoke;
    }

        #menu ul ul {
            padding: 0;
            position: absolute;
            top: 100%;
            right: 0px;
            /*width: auto;*/
            white-space: nowrap;
            text-align: right;
            z-index: 1000; /*اولویت نمایش بالای دیگر قسمت ها را بالا می برد یعنی منوی باز شو در بالاتر از دیگر کنترلها نمایش یابد. زیر نیفتد*/
        }
      
        #menu ul ul li {
            background-color: #c45c5c; /* rgba(96, 198, 199, 0.750);*/ /*// رنگ زیر منو*/
            border: none;
            border-bottom: 1px;
            border-bottom-style: solid;
            border-bottom-color: black;
            float: none;
            position:relative;
            /*right:67px;*/
           
        }

            #menu ul ul li:hover {
                background-color: #b9948a; /*//رنگ های لایت*/
            }
                      
                #menu ul ul li a:hover {
                    color: whitesmoke;         
                }


/*@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1,1);
    }

    50% {
        transform: scale(1.2);     
    }

    100% {
        transform: scale(1,1);
    }
}*/



.arms {
    margin: 5px auto 0px auto;
    height: 40px;
    width:1024px;
}
.arms_body {
    float: left;
    padding-left: 55px;
    padding-right:55px;
    width: 90px;
    height: 55px;
}



.footer_master {
    background-color: #474e5d;
    width:100%;
    margin: 0px auto 0px auto;
}

.footer_top_part {
    margin: 0px auto 0px auto;
}

.footer_top_part_tbl {
    width: 100%;
    height: 100%;
    margin: 0px auto 10px auto;
}

.footer_title_line {
    width: 80%;
    height: 2px;
    background-color: turquoise;
    margin: 5px 0px 0px auto;
}

.footer_top_part_contact {
    font-family: 'B Yekan';
    font-size: 16px;
    direction: rtl;
    text-align: right;
    line-height: 35px;
    color: white;
}



    .footer_top_part_link {
        text-decoration: none;
        color: white;
    }
.footer_top_part_link:hover {
    color: Highlight;
}

.line {
    height: 2px;
    width: 100%;
    background-color: gray;
    margin: 0px auto 0px auto;
}

.line_title {
    width: 80%;
    height: 1px;
    background-color: turquoise;
    margin: 1% auto 0px auto;
}

.footer_hoghogh {
    height: 3vw;
    padding-top:1vw;
}


