﻿body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    font-family: Samim;
}

@font-face {
    font-family: 'Nassim';
    src: url("../fonts/Nassim-regular.eot");
    src: url("../fonts/Nassim-regular.woff") format("woff"), url("../fonts/Nassim-regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "yekan";
    src: url(../fonts/Yekan.eot);
    src: url(../fonts/Yekan.eot?#iefix) format("embedded-opentype"), url(../fonts/Yekan.woff) format("woff"), url(../fonts/Yekan.ttf) format("truetype"), url(../fonts/Yekan.svg#BYekan) format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Samim;
    src: url('../fonts/Samim.eot');
    src: url('../fonts/Samim.eot?#iefix') format('embedded-opentype'), url('../fonts/Samim.woff') format('woff'), url('../fonts/Samim.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: Samim;
    src: url('../fonts/Samim-Bold.eot');
    src: url('../fonts/Samim-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Samim-Bold.woff') format('woff'), url('../fonts/Samim-Bold.ttf') format('truetype');
    font-weight: bold;
}

A:link {
    text-decoration: none;
}

A:visited {
    text-decoration: none;
}

A:hover {
    text-decoration: none;
}

A:active {
    text-decoration: none;
}

table, div {
    margin: 0;
    padding: 0;
}

/* Header Styles*/

header {
    /*position: fixed;*/
    top: 0;
    z-index: 1000;
}

#header_pan {
    height: 159px;
    width: 100%;
    background-color: #000000;
    font-family: Samim;
    color: #0066b3;
    transition: all ease 0.8s;
    float: left;
}

    #header_pan.fixed {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1000;
        height: 100px;
        transition: all ease 0.8s;
    }

        #header_pan.fixed .header_logo {
            width: 200px;
            margin: 0 auto;
            transition: all ease 0.8s;
        }

            #header_pan.fixed .header_logo img {
                width: 100%;
            }

    #header_pan .header_logo {
        width: 400px;
        margin: 0 auto;
    }

        #header_pan .header_logo img {
            height: 100%;
        }

    #header_pan .menu_pan {
        width: 100%;
        margin: 0;
        background-color: #9a9a9a;
        height: 30px;
        text-align: center;
    }

    #header_pan .reg_pan {
        width: 200px;
        text-align: left;
        position: absolute;
        left: 20px;
        top: 30px;
        z-index: 10000;
        display: none;
    }

        #header_pan .reg_pan .input_key {
            border: 1px solid #ACACAC;
            border-radius: 4px;
            margin-right: 8px;
            background-color: #ffffff;
        }

            #header_pan .reg_pan .input_key:hover {
                border: 2px solid #990000;
                border-radius: 4px;
                background-color: #CFD7D7;
            }

        #header_pan .reg_pan img {
            border: 1px solid #ACACAC;
            border-radius: 4px;
            margin-right: 8px;
        }

            #header_pan .reg_pan img:hover {
                border: 2px solid #990000;
                border-radius: 4px;
            }

    #header_pan .user_info_pan {
        width: 40%;
        height: 30px;
        margin: 3px 20px;
        float: right;
        z-index: 3;
        text-transform: none;
        color: white;
        font-size: 10pt;
        font-style: normal;
        font-family: Samim;
        font-variant: normal;
        text-decoration: none;
    }

        #header_pan .user_info_pan .caption_pan {
            text-align: left;
            width: auto;
            float: right;
            margin-top: 1px;
            margin-right: 20px;
        }

        #header_pan .user_info_pan .field_pan {
            text-align: right;
            float: right;
            margin-top: 1px;
            margin-right: 5px;
            width: auto;
            color: #FFFF66;
        }

    #header_pan .navigation_pan {
        text-align: right;
        margin: 0 5px;
        float: left;
        width: 40%;
        text-transform: none;
        color: white;
        font-size: 10pt;
        font-style: normal;
        font-family: Samim;
        font-variant: normal;
        text-decoration: none;
    }

        #header_pan .navigation_pan .key_pan {
            text-align: center;
            width: 90px;
            float: left;
            margin-top: 1px;
            margin-left: 5px;
            color: #CCCCCC;
            font-size: 9pt;
        }

            #header_pan .navigation_pan .key_pan a:link {
                color: #CCCCCC;
            }

            #header_pan .navigation_pan .key_pan a:visited {
                color: #CCCCCC;
            }

            #header_pan .navigation_pan .key_pan a:hover {
                color: #F4D000;
            }

/* End Header Styles*/

/* Footer Styles*/

#footer_pan {
    width: 100%;
    height: 230px;
    float: left;
    color: #ffffff;
    background-color: #000000;
    font-family: Samim;
    font-size: 9pt;
    line-height: 20px;
}

    #footer_pan .binder {
        width: 100%;
        height: 20px;
        background-color: #FFCC00;
    }

    #footer_pan .info_pan {
        width: 40%;
        height: auto;
        float: right;
        margin-right: 10px;
        margin-top: 20px;
    }

    #footer_pan .counter_pan {
        width: 200px;
        height: auto;
        margin-left: 10px;
        margin-top: 10px;
        float: left;
        text-align: right;
    }

        #footer_pan .counter_pan .calendar_pan {
            margin: 0;
            width: 100%;
            height: 30px;
            text-align: right;
        }

            #footer_pan .counter_pan .calendar_pan .MyCalendar {
                text-transform: none;
            }

        #footer_pan .counter_pan .hit_pan {
            margin: 18px auto auto auto;
            width: 100%;
            height: auto;
            text-align: right;
        }

        #footer_pan .counter_pan .zarinpal_pan {
            margin: 2px auto auto auto;
            width: 100%;
            height: auto;
            text-align: center;
            float: none;
        }

            #footer_pan .counter_pan .zarinpal_pan img {
                height: 60px;
                margin-top: 10px;
            }

    #footer_pan .logos {
        width: 100%;
        height: 10px;
        margin: 0;
        float: left;
        text-align: center;
    }

        #footer_pan .logos img {
            margin-top: 30px;
        }

#pn_apps {
    width: 90px;
    height: 45px;
    float: right;
    margin-top: 12px;
    margin-right: 40px;
    text-align: center;
}

    #pn_apps a {
        text-decoration: none;
        border: none;
    }

    #pn_apps .telegram_logo {
        background-position: center center;
        width: 38px;
        height: 38px;
        display: block;
        margin-right: 5px;
        background-image: url('../Images/Header/telegramLogo1.png');
        background-repeat: no-repeat;
        background-size: 100%;
        float: right;
    }

        #pn_apps .telegram_logo:hover {
            background-position: center center;
            width: 38px;
            height: 38px;
            display: block;
            margin-right: 5px;
            background-image: url('../Images/Header/telegramLogo2.png');
            background-repeat: no-repeat;
            background-size: 100%;
        }

    #pn_apps .insta_logo {
        background-position: center center;
        width: 38px;
        height: 38px;
        display: block;
        margin-right: 5px;
        background-image: url('../Images/Header/insta_logo1.png');
        background-repeat: no-repeat;
        background-size: 100%;
        float: right;
    }

        #pn_apps .insta_logo:hover {
            background-position: center center;
            width: 38px;
            height: 38px;
            display: block;
            margin-right: 5px;
            background-image: url('../Images/Header/insta_logo2.png');
            background-repeat: no-repeat;
            background-size: 100%;
        }

/* End Footer Styles*/

/* Main Body Styles*/

section {
    margin: auto;
    transition: all ease 0.3s;
}

#main_body {
    width: 100%;
    float: left;
    margin: 0;
}

    #main_body .text_banner {
        width: 100%;
        float: left;
        margin: -5px 0 0 0;
    }

    #main_body .pn_ContentHolder {
        width: 1000px;
        background-color: #ffffff;
        color: black;
        font-family: Samim;
        font-size: 12pt;
        line-height: 25px;
        margin: auto;
    }

    #main_body .pn_Content {
        width: 100%;
        background-color: #ffffff;
        color: black;
        font-family: Samim;
        font-size: 12pt;
        line-height: 25px;
        margin: auto;
    }

#binder_pan {
    width: 100%;
    height: 120px;
    position: fixed;
    z-index: -1;
}

    #binder_pan .fix_img {
        width: 100%;
        margin-top: 10px;
    }

/* End Main Body Styles*/

#slider_pan {
    width: 1000px;
    margin: auto;
    max-height: 665px !important;
}

    #slider_pan img {
        width: 100%;
    }

#header_pan_print {
    height: 140px;
    width: 100%;
    background-color: #000000;
    font-family: Samim;
    color: #0066b3;
    float: left;
}

    #header_pan_print .header_logo {
        width: 400px;
        margin: 0 auto;
        text-align: center;
    }

        #header_pan_print .header_logo img {
            max-height: 120px;
        }

#pn_topmenu {
    width: 1000px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
    color: #000000;
    display: inline-block;
}

#pn_topmenu_ltr {
    width: 790px;
    margin-top: 0;
    margin-left: 5px;
    float: left;
}

#mobile_menu {
    display: none;
    width: auto;
    margin-top: 2px;
    margin-right: 50px;
    border: none;
    color: #666;
    font: 12px 'Open Sans', Segoe UI, sans-serif;
    float: right;
    z-index: auto;
}

/* Controls Styles*/

.search_ctrl {
    height: 30px;
    margin-top: 4px;
    margin-right: 2px;
    width: 90px;
    float: left;
}

#pn_search {
    border: 1px solid #96989a;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 5px;
    min-height: 10px;
    -webkit-aleftearance: none;
    width: 85px;
    height: 18px;
    background-color: #96989a;
    float: left;
    margin-left: 10px;
    margin-top: 2px;
}

    #pn_search .searchbox {
        border-style: none;
        height: 18px;
        width: 65px;
        margin-top: 0;
        margin-right: 1px;
        padding-right: 2px;
        font-family: tahoma;
        font-size: 8pt;
        background: none;
        float: right;
        text-align: right;
    }

    #pn_search .searchkey {
        float: left;
        width: 16px;
    }

    #pn_search .searchbox_ltr {
        border-style: none;
        height: 18px;
        width: 65px;
        margin-top: 0;
        margin-right: 1px;
        padding-right: 2px;
        font-family: tahoma;
        font-size: 8pt;
        background: none;
        float: left;
    }

    #pn_search .searchkey_ltr {
        float: right;
        width: 16px;
    }

/********************* News ****************************/

#news_pan {
    width: 95%;
    height: auto;
    direction: rtl;
    margin: auto;
    background-color: #f3f7f7;
    font-family: samim;
    font-size: 10pt;
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
}

    #news_pan .news_control_pan {
        margin: 10px auto;
        width: 100%;
    }

        #news_pan .news_control_pan .pn_title {
            width: 100%;
            height: 40px;
            text-align: center;
            padding-top: 10px;
            font-size: 16pt;
            font-weight: bold;
        }

    #news_pan .pn_headlines {
        width: 95%;
        text-align: right;
        padding-top: 15px;
    }

        #news_pan .pn_headlines .news_title {
            font-size: 10pt;
            font-weight: normal;
            padding-bottom: 8px;
            font-family: samim;
        }

            #news_pan .pn_headlines .news_title a:link {
                color: #0033ff;
                text-decoration: none;
            }

            #news_pan .pn_headlines .news_title a:hover {
                color: #ffa800;
            }

            #news_pan .pn_headlines .news_title a:visited {
                color: #0033ff;
            }

        #news_pan .pn_headlines .news_archive_title {
            font-size: 9pt;
            font-weight: bold;
        }

        #news_pan .pn_headlines .bullet {
            font-family: Tahoma;
            font-size: 12pt;
            color: #3eb1aa;
        }

    #news_pan .pn_images {
        width: 50%;
        text-align: center;
        padding-top: 15px;
        float: right;
    }

        #news_pan .pn_images img {
            max-width: 80%;
            max-height: 200px;
            margin: auto;
        }

#divider {
    width: 100%;
    background-image: url('images/main/divider_h.gif');
    height: 4px;
}

#news_content {
    width: 98%;
    margin: auto;
    font-family: Samim;
    font-size: 10pt;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
    display: inline-block;
}

    #news_content .news_header {
        width: 100%;
        height: 45px;
        text-align: right;
        display: inline-block;
    }

        #news_content .news_header .back {
            width: 80px;
            height: auto;
            float: left;
            text-align: center;
            font-size: 9pt;
        }

            #news_content .news_header .back a {
                text-decoration: none;
                border: none;
            }

        #news_content .news_header .news_image {
            width: 80px;
            float: right;
        }

            #news_content .news_header .news_image img {
                width: 70px;
            }

        #news_content .news_header .header_text {
            width: auto;
            display: inline;
            text-align: right;
            font-size: 15pt;
            font-weight: bold;
        }

            #news_content .news_header .header_text h1 {
                font-size: 12pt;
                font-weight: bold;
                font-style: normal;
                line-height: normal;
            }

            #news_content .news_header .header_text h2 {
                font-size: 10pt;
                font-weight: bold;
                font-style: normal;
                line-height: normal;
                margin-top: 0;
            }

            #news_content .news_header .header_text h3 {
                font-size: 9pt;
                font-weight: normal;
                font-style: normal;
                line-height: 14px;
                margin-top: 0;
            }

            #news_content .news_header .header_text h4 {
                font-size: 14pt;
                font-weight: bold;
                font-style: normal;
                line-height: normal;
                color: #990000;
            }

    #news_content .news_context {
        width: 100%;
        text-align: justify;
    }

    #news_content .news_main_pic {
        width: 98%;
        text-align: center;
        margin: auto;
    }

        #news_content .news_main_pic img {
            max-width: 98%;
            margin: auto;
            max-height: 600px;
        }

    #news_content .news_references {
        margin-top: 8px;
        width: 100%;
        height: auto;
        text-align: right;
        float: left;
    }

    #news_content .news_keywords {
        margin-top: 8px;
        width: 100%;
        text-align: right;
        float: left;
    }

    #news_content .news_date {
        margin-top: 8px;
        width: 100%;
        height: 40px;
        text-align: right;
        float: left;
        color: #0083FF;
    }

    #news_content .news_datelabel {
        font-family: Samim;
        font-size: 9pt;
        line-height: 25px;
    }

.news_gridview {
    background-color: #F4F4F4;
    padding: 3px 3px 3px 3px;
    font-family: Samim;
    Font-Size: 11pt;
    border: none;
}

    .news_gridview a:link {
        color: #000000;
        text-decoration: none;
    }

    .news_gridview a:visited {
        color: #000000;
    }

    .news_gridview a:hover {
        color: #990000;
    }

    .news_gridview td {
        text-align: right;
        border: none;
    }

.news_gridview_row {
    color: #000000;
    border: none;
}

.news_gridview_Pager {
    background-color: #00a59c;
    color: #000000;
    text-align: Center;
    font-family: Samim;
}

    .news_gridview_Pager a:link {
        padding: 3px 3px;
        color: #FFFF00;
    }

    .news_gridview_Pager a:visited {
        padding: 3px 3px;
        color: #FFFF00;
    }

    .news_gridview_Pager a:hover {
        background-color: #0066b3;
        color: #ffffff;
    }

    .news_gridview_Pager span {
        padding: 3px 3px;
        color: #ffffff;
        background-color: #0066b3;
    }

.new_category_pager {
    border: none;
    width: auto;
    font-family: Samim;
    font-size: 11pt;
    background: none;
    height: 30px;
    overflow: hidden;
    border-width: 0;
}

    .new_category_pager option {
        width: 180px;
        display: inline-block;
        background-color: #0066b3;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        margin-right: 5px;
        padding: 2px 8px;
        color: white;
    }

        .new_category_pager option:hover {
            background-color: #00a59c;
            color: black;
            cursor: pointer;
        }

/* Content */

#inner_content {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-family: Samim;
    font-size: 11pt;
    background-color: #ffffff;
    display: block;
}

    #inner_content .inner_box {
        width: 96%;
        margin: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: right;
        display: inline-block;
    }

        #inner_content .inner_box .float_right {
            float: right;
        }

        #inner_content .inner_box .float_left {
            float: left;
        }

        #inner_content .inner_box .key_pan {
            width: 100%;
            height: 40px;
            margin-top: 20px;
        }

            #inner_content .inner_box .key_pan input {
                float: left;
                margin-left: 40px;
            }

            #inner_content .inner_box .key_pan .btn {
                border: solid thin;
                padding: 5px;
                display: inline-block;
                margin: 10px;
                text-align: center;
            }

                #inner_content .inner_box .key_pan .btn:hover {
                    background-color: #1dc4b4;
                    color: #ffffff;
                }

                #inner_content .inner_box .key_pan .btn a {
                    color: #000000;
                }

                    #inner_content .inner_box .key_pan .btn a:visited {
                        color: #000000;
                    }

                    #inner_content .inner_box .key_pan .btn a:hover {
                        color: #ffffff;
                    }

    #inner_content .page_title {
        width: 96%;
        min-height: 35px;
        margin: auto;
        font-weight: bold;
        color: #000000;
        font-family: Samim;
        font-size: 14pt;
        padding-top: 20px;
        text-align: right;
    }

        #inner_content .page_title .back_btn {
            text-align: center;
            font-size: 10pt;
            font-family: Samim;
            font-weight: normal;
            width: 100px;
            position: static;
            float: left;
        }

    #inner_content .message_content {
        width: 98%;
        float: left;
        padding: 10px;
        text-align: right;
        height: 25px;
        color: black;
    }

    #inner_content .key_box {
        width: 96%;
        margin: 10px auto 15px auto;
        text-align: center;
        display: inline-block;
    }

#contact_pan {
    width: 96%;
    margin: auto;
    text-align: right;
}

/* End Content */

/* CPanel Main Buttons */

#main_menu_Button {
    width: 100%;
    margin-top: 10px;
    font-family: Samim;
    font-size: 10pt;
    font-weight: normal;
    float: right;
    background-color: #f3f7f7;
}

    #main_menu_Button .title_pan {
        width: 100%;
        height: 35px;
        float: right;
        margin-top: 20px;
    }

    #main_menu_Button .keyButton_pan {
        width: 100%;
    }

    #main_menu_Button .keyButton_right {
        width: 130px;
        text-align: center;
        float: right;
        min-height: 110px;
    }

    #main_menu_Button .keyButton_left {
        width: 130px;
        text-align: center;
        float: left;
    }

    #main_menu_Button .image_icon {
        width: 30px;
        text-align: center;
        float: right;
    }

        #main_menu_Button .image_icon img {
            width: 22px;
            border-width: 0;
        }

    #main_menu_Button .title_caption_rtl {
        color: #000000;
        text-align: right;
        font-weight: normal;
        font-family: Samim;
        font-size: 13pt;
        float: right;
        width: 80%;
    }

    #main_menu_Button .title_caption {
        color: #000000;
        text-align: right;
        font-weight: normal;
        font-family: Samim;
        font-size: 11pt;
        float: right;
        width: auto;
    }

/* End CPanel Main Buttons */

.context_title_h1 {
    color: #00a59c;
    font-weight: bold;
    font-size: 14pt;
}

.context_title_h2 {
    color: #0066b3;
    font-weight: bold;
    font-size: 12pt;
}

/* Manager's Photo Styles */

#managers_photo_pan {
    width: 100%;
}

    #managers_photo_pan .info_img_pan {
        width: 300px;
        float: right;
        margin: 10px;
    }

        #managers_photo_pan .info_img_pan img {
            width: 290px;
        }

        #managers_photo_pan .info_img_pan span {
            display: block;
            text-align: center;
        }

#managers_info_pan {
    width: 100%;
    min-height: 600px;
}

    #managers_info_pan .info_pan {
        width: 100%;
    }

        #managers_info_pan .info_pan img {
            width: 20%;
            display: block;
            float: right;
            margin-left: 10px;
        }

        #managers_info_pan .info_pan p {
            width: 70%;
            display: block;
            float: right;
            margin-right: 10px;
            text-align: right;
        }

        #managers_info_pan .info_pan .title {
            font-weight: bold;
        }

        #managers_info_pan .info_pan ul {
            width: 70%;
            display: block;
            float: right;
            margin-right: 10px;
            text-align: right;
        }

/****** Member List Section *****/

aside {
    flex: 2;
}

/* Style the content */
article {
    flex: 10;
}

#member_list_section {
    width: 100%;
    margin: 5px 0;
    display: flex;
}

    #member_list_section .category_pan {
        margin: 0 5px;
        text-align: right;
    }

        #member_list_section .category_pan .header_title {
            width: 100%;
            font-weight: bold;
            text-align: center;
            display: inline-block;
            margin-top: 5px;
        }

        #member_list_section .category_pan .search_pan {
            width: 100%;
            text-align: center;
            display: inline-block;
            border: 1px solid #96989a;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 4px;
            min-height: 20px;
            -webkit-aleftearance: none;
            height: 25px;
            background-color: #e7e7df;
            float: left;
            margin-top: 5px;
        }

        #member_list_section .category_pan .searchbox {
            border-style: none;
            height: 22px;
            width: 100px;
            margin-top: 0;
            margin-right: 1px;
            padding-right: 2px;
            font-family: tahoma;
            font-size: 8pt;
            background: none;
            float: right;
            text-align: right;
        }

        #member_list_section .category_pan .searchkey {
            float: left;
            width: 16px;
            margin-left: 1px;
            margin-top: 5px;
        }

    #member_list_section .info_pan {
        background-color: none;
        text-align: center;
    }

#pn_mem_imgs {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

    #pn_mem_imgs .tb_objects {
        width: 100%;
        text-align: right;
        float: left;
    }

        #pn_mem_imgs .tb_objects .objects {
            width: 160px;
            text-align: center;
            float: right;
        }

        #pn_mem_imgs .tb_objects .img_cell {
            width: 100%;
            text-align: center;
            float: right;
        }

            #pn_mem_imgs .tb_objects .img_cell img {
                width: 100px;
                border-radius: 4px;
                height: 134px;
                border: thin solid #7F7F7F;
            }

        #pn_mem_imgs .tb_objects .key_cell {
            width: 100%;
            text-align: center;
        }

            #pn_mem_imgs .tb_objects .key_cell img {
                border: none;
                margin-top: 1px;
                margin-bottom: 6px;
            }

        #pn_mem_imgs .tb_objects .img_caption {
            width: 100%;
            height: 38px;
            text-align: center;
            float: right;
            margin-bottom: 10px;
        }

            #pn_mem_imgs .tb_objects .img_caption .subtitle {
                font-size: 8pt;
            }

    #pn_mem_imgs .tb_title {
        width: 100%;
        text-align: center;
        float: right;
        font-weight: bold;
        margin-bottom: 10px;
    }

/************** Index Boxes *************/

#index_main_pan {
    width: 100%;
    margin: 0;
    float: left;
}

    #index_main_pan .section_pan {
        width: 100%;
        height: auto;
        direction: rtl;
        margin: 10px auto;
        background-color: #ffffff;
        float: left;
        font-family: samim;
        font-size: 10pt;
        font-weight: normal;
    }

#context_boxes_pan {
    width: 90%;
    margin: auto;
    text-align: center;
}

    #context_boxes_pan .context_box {
        width: 47%;
        min-height: 430px;
        margin: 1%;
        background-color: #f3f7f7;
        background-size: 100%;
        border: 2px solid #CFD7D7;
        display: inline;
        float: right;
    }

        #context_boxes_pan .context_box .pn_title {
            background-position: center;
            width: 94%;
            height: 30px;
            text-align: center;
            margin-top: 13px;
            margin-left: auto;
            margin-right: auto;
            font-family: samim;
            font-size: 12pt;
            font-weight: bold;
            color: #055b9b;
            background-image: url('../Images/bg_title_pan.png');
            background-repeat: repeat-x;
        }

            #context_boxes_pan .context_box .pn_title a:link {
                color: #00529c;
            }

            #context_boxes_pan .context_box .pn_title a:visited {
                color: #00529c;
            }

            #context_boxes_pan .context_box .pn_title a:hover {
                color: black;
            }

            #context_boxes_pan .context_box .pn_title span {
                display: block;
                background-color: #f3f7f7;
                width: 160px;
                margin: auto;
            }

        #context_boxes_pan .context_box .pn_title_ext {
            height: 30px;
        }

        #context_boxes_pan .context_box .pn_btn {
            width: 100%;
            height: 30px;
            text-align: center;
            font-family: samim;
            font-size: 16pt;
            font-weight: bold;
            color: black;
            float: left;
        }

        #context_boxes_pan .context_box .pn_context {
            width: auto;
            text-align: justify;
            padding-left: 10px;
            padding-right: 10px;
        }

            #context_boxes_pan .context_box .pn_context p {
                text-align: justify;
            }

    #context_boxes_pan .context_box_flex {
        width: 47%;
        min-height: 100px;
        margin: 1%;
        background-color: #f3f7f7;
        background-size: 100%;
        border: 2px solid #CFD7D7;
        display: inline;
        float: right;
    }

        #context_boxes_pan .context_box_flex .pn_title {
            background-position: center;
            width: 94%;
            height: 30px;
            text-align: center;
            margin-top: 13px;
            margin-left: auto;
            margin-right: auto;
            font-family: samim;
            font-size: 12pt;
            font-weight: bold;
            color: #055b9b;
            background-image: url('../Images/bg_title_pan.png');
            background-repeat: repeat-x;
        }

            #context_boxes_pan .context_box_flex .pn_title a:link {
                color: #00529c;
            }

            #context_boxes_pan .context_box_flex .pn_title a:visited {
                color: #00529c;
            }

            #context_boxes_pan .context_box_flex .pn_title a:hover {
                color: black;
            }

            #context_boxes_pan .context_box_flex .pn_title span {
                display: block;
                background-color: #f3f7f7;
                width: 160px;
                margin: auto;
            }

        #context_boxes_pan .context_box_flex .pn_title_ext {
            height: 30px;
        }

        #context_boxes_pan .context_box_flex .pn_btn {
            width: 100%;
            height: 30px;
            text-align: center;
            font-family: samim;
            font-size: 16pt;
            font-weight: bold;
            color: black;
            float: left;
        }

        #context_boxes_pan .context_box_flex .pn_context {
            width: auto;
            text-align: justify;
            padding-left: 10px;
            padding-right: 10px;
        }

            #context_boxes_pan .context_box_flex .pn_context p {
                text-align: justify;
            }

    #context_boxes_pan .image_box {
        width: 80%;
        margin: auto;
    }

        #context_boxes_pan .image_box img {
            width: 86%;
            margin: auto;
        }

    #context_boxes_pan .context_box_big {
        float: right;
        width: 96.2%;
        min-height: 270px;
        margin: 1%;
        background-color: #f3f7f7;
        background-size: 100%;
        border: 2px solid #CFD7D7;
    }

        #context_boxes_pan .context_box_big .pn_title {
            background-position: center;
            width: 94%;
            height: 30px;
            text-align: center;
            margin-top: 13px;
            margin-left: auto;
            margin-right: auto;
            font-family: samim;
            font-size: 12pt;
            font-weight: bold;
            color: #055b9b;
            background-image: url('../Images/bg_title_pan.png');
            background-repeat: repeat-x;
        }

            #context_boxes_pan .context_box_big .pn_title span {
                display: block;
                background-color: #f3f7f7;
                width: 160px;
                margin: auto;
            }

        #context_boxes_pan .context_box_big .inner_box_pic {
            float: right;
            width: 50%;
        }

        #context_boxes_pan .context_box_big .key_box {
            width: 100%;
            min-height: 35px;
            display: inline-block;
        }

        #context_boxes_pan .context_box_big .command_btn {
            border: 1px solid #839bb7;
            -webkit-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
            -moz-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
            box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 5px;
            font: 10pt Samim;
            min-height: 10px;
            padding: 3px 10px;
            -webkit-aleftearance: none;
            background-color: #46c3bc;
            min-width: 80px;
            margin: 1px 20px;
        }

            #context_boxes_pan .context_box_big .command_btn:hover {
                border-color: #00a59c;
                text-decoration: none;
                cursor: pointer;
                background-color: #2bada6;
            }

        #context_boxes_pan .context_box_big .inner_box_text {
            float: right;
            width: 50%;
            text-align: right;
        }

            #context_boxes_pan .context_box_big .inner_box_text .column_paraph {
                display: inline-table;
                flex: auto;
                float: right;
                margin-left: 20px;
                width: auto;
                text-align: right;
            }

        #context_boxes_pan .context_box_big .inner_box_text_key a:link {
            color: #ffffff;
            display: inline-block;
            background-color: #990000;
            padding: 4px 15px;
            border-radius: 3px;
        }

        #context_boxes_pan .context_box_big .inner_box_text_key a:visited {
            color: #ffffff;
        }

        #context_boxes_pan .context_box_big .inner_box_text_key a:hover {
            color: #6feff3;
        }

.members_content_pan {
    width: 98%;
    margin: auto;
}

#login_control {
    border: 2px solid #60a7c5;
    background-color: #ffffff;
    width: 280px;
    margin: 8px auto 8px auto;
    display: inline-block;
}

    #login_control a {
        color: #FFFFFF;
        font-family: Samim;
        font-size: 10pt;
        text-decoration: none;
    }

        #login_control a:hover {
            color: #FFFFFF;
            font-family: Samim;
            font-size: 10pt;
        }

        #login_control a:visited {
            color: #FFFFFF;
            font-family: Samim;
            font-size: 10pt;
        }

    #login_control .header {
        width: 100%;
        height: 50px;
    }

        #login_control .header .logo_title {
            float: left;
            margin-left: 5px;
        }

    #login_control .link_keys_pan {
        width: 100%;
        height: 28px;
        margin-top: 15px;
        color: #FFFFFF;
        font-family: Samim;
        float: left;
    }

        #login_control .link_keys_pan .inputlink {
            width: 240px;
            height: 28px;
            font-size: 11pt;
            margin: auto;
            padding-top: 8px;
            text-align: center;
            background-color: #6d6e71;
        }

        #login_control .link_keys_pan .inputlink_rtl a {
            font-size: 11pt;
        }

    #login_control .inputbox {
        border: 1px solid #4b4b4d;
        width: 240px;
        margin-top: 5px;
        float: right;
        margin-right: 20px;
    }

        #login_control .inputbox .input_textbox {
            border: none;
            font-size: 10pt;
            font-family: Tahoma;
            width: 200px;
            background-color: #ffffff;
            color: #000000;
        }

    #login_control .inputkey {
        width: 240px;
        height: 35px;
        margin-top: 20px;
        float: left;
        margin-left: 20px;
        text-align: center;
        background-color: #23ace6;
    }

        #login_control .inputkey a {
            display: inline-block;
            width: 70%;
            font-size: 16pt;
            margin-top: 5px;
        }

    #login_control .regkey {
        width: 240px;
        height: 35px;
        margin-top: 5px;
        float: left;
        margin-left: 20px;
        text-align: center;
        background-color: #6d6e71;
    }

    #login_control .msg_pan {
        width: 100%;
        height: 20px;
        float: left;
        margin-top: 15px;
        text-align: center;
        color: #FF0000;
    }

    #login_control .title_pan {
        height: 40px;
        text-align: center;
        font-family: Samim;
        font-size: 14pt;
        margin-top: 10px;
    }

    #login_control .captcha {
        border: 1px solid #4b4b4d;
        width: 240px;
        margin-top: 5px;
        float: right;
        margin-right: 20px;
        height: 40px;
        text-align: center;
    }

        #login_control .captcha .input_box {
            width: 60px;
            float: right;
            margin-right: 8px;
            margin-left: 10px;
            margin-top: 4px;
        }

        #login_control .captcha .img_key {
            float: right;
            margin: 10px 2px;
        }

        #login_control .captcha .img {
            float: right;
            margin: 2px 0;
        }

#link_btn_pan {
    width: 100%;
    text-align: center;
    float: left;
    margin: 5px auto 15px auto;
    color: #000000;
    font-size: 10pt;
}

    #link_btn_pan span {
        border-style: solid;
        border-width: thin;
        border-color: #990000;
        display: inline-block;
        width: auto;
        padding: 5px 20px 5px 20px;
        background-color: #990000;
        border-radius: 4px;
    }

        #link_btn_pan span:hover {
            border-color: #009999;
            background-color: #009999;
        }

    #link_btn_pan a:link {
        color: #ffffff;
    }

    #link_btn_pan a:visited {
        color: #ffffff;
    }

    #link_btn_pan a:hover {
        color: #ffffff;
    }

/******** Picture Gallery ***********/

.gallery_pic_pan {
    width: 360px;
    margin: 10px auto;
    direction: ltr;
}

/********* Images in contents *******/

.inner_pic_content {
    float: right;
    width: 30%;
}

.inner_text_content {
    float: right;
    width: 70%;
    text-align: right;
}

/*************** Key Button Pan ******************/

.key_button_pan {
    width: 30%;
    height: 35px;
    margin-top: 5px;
    float: right;
    text-align: center;
    display: inline-block;
}

/******* Payments Pan **********/

#footer_payment_pan {
    width: 100%;
    margin: 10px auto;
}

    #footer_payment_pan .text_caption {
        display: inline-block;
        width: 100px;
        float: left;
        text-align: left;
    }

    #footer_payment_pan .text_field {
        display: inline-block;
        width: 170px;
        float: left;
        text-align: right;
        margin-right: 5px;
        font-weight: bold;
    }

    #footer_payment_pan .button_pan {
        display: inline-block;
        width: 170px;
        height: 40px;
        float: left;
        text-align: center;
        margin-right: 5px;
        font-weight: bold;
    }

    #footer_payment_pan .text_pan {
        display: inline-block;
        width: 100%;
        float: left;
        text-align: right;
    }

#pay_pan {
    width: 50%;
    float: right;
    margin: 10px auto;
}

    #pay_pan .pay_pan_row {
        width: 100%;
        float: right;
    }

        #pay_pan .pay_pan_row .pay_lb_caption {
            width: 170px;
            height: 30px;
            text-align: right;
            font-size: 11pt;
            display: block;
            float: right;
        }

        #pay_pan .pay_pan_row .pay_lb_field {
            width: 140px;
            height: 30px;
            text-align: right;
            font-size: 11pt;
            font-weight: bold;
            display: block;
            float: right;
        }

.photography_trends_pan {
    width: 230px;
    min-height: 90px;
    float: right;
    text-align: right;
    margin-right: 20px;
    display: inline-block;
}

.note_text {
    text-align: right;
    min-height: 30px;
    color: #FF0000;
    width: 100%;
    float: right;
}

/* size of boxes */

.s-small {
    width: 100px;
}

.s-medium {
    width: 140px;
}

.s-large {
    width: 60%;
}

.s-xlarge {
    width: 90%;
}

.s-auto {
    width: auto;
}

.hr_divider {
    width: 100%;
    float: right;
}
/* End size of boxes */

.space_box {
    display: inline-block;
}

/**** Review Stats Panel ****/

#review_stat_pan {
    width: 100%;
    text-align: left;
    float: left;
}

    #review_stat_pan .caption {
        width: 50px;
        margin: 0 2px;
        float: left;
    }

    #review_stat_pan .stat_title {
        width: 100px;
        margin: 0 2px;
        float: left;
    }

    #review_stat_pan img {
        width: 24px;
        margin: 0 5px;
        float: left;
    }

    #review_stat_pan .out_link {
        width: 100px;
        margin: 0 2px;
        float: right;
    }

/**** End Review Stats Panel ****/

#contact_sheet_pan {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

    #contact_sheet_pan .picture_cell {
        width: 180px;
        text-align: center;
        margin: auto 8px;
        display: inline-block;
    }

        #contact_sheet_pan .picture_cell img {
            width: 160px;
            border-bottom: 1px solid;
            border-left: 1px solid;
            border-top: 1px solid;
            border-right: 1px solid;
        }

        #contact_sheet_pan .picture_cell .status_pan {
            width: 100%;
            text-align: right;
            margin: auto 4px;
            height: 20px;
        }

            #contact_sheet_pan .picture_cell .status_pan img {
                width: 20px;
                border: none;
            }

#signature_pan {
    width: 100%;
    float: left;
    margin: 15px 0;
}

    #signature_pan span {
        display: inline-block;
        width: 30%;
        font-family: 'B Nazanin';
        font-size: 13pt;
        font-weight: bold;
    }

#pn_user_objects {
    width: 100%;
    text-align: right;
    margin-top: 15px;
    display: inline-block;
}

    #pn_user_objects .caption_title {
        color: #003300;
        text-align: right;
        font-family: Samim;
        font-size: 14pt;
        font-weight: bold;
        height: 28px;
        margin-top: 5px;
        width: 100%;
    }

    #pn_user_objects .box_pan {
        width: 100%;
        float: right;
    }

    #pn_user_objects .caption {
        width: 140px;
        height: 32px;
        text-align: right;
        font-size: 11pt;
        margin-top: 3px;
        float: right;
    }

    #pn_user_objects .field {
        width: 140px;
        height: 32px;
        text-align: right;
        font-size: 11pt;
        margin-top: 3px;
        float: right;
    }
