﻿@font-face {
    font-family: 'Yek';
    src: url(../../Style/Fonts/IRANYekanWeb2.eot);
    src: url(../../Style/Fonts/IRANYekanWeb2.eot?#iefix) format("embedded-opentype"),url(../../Style/Fonts/IRANYekanWeb2.woff2) format("woff2"),url(../../Style/Fonts/IRANYekanWeb2.woff) format("woff"),url(../../Style/Fonts/IRANYekanWeb2.ttf) format("truetype");
}

body {
    background-color: #eeeeee;
    overflow-y: scroll;
}
.dx_grid {
    table-layout: fixed;
    text-align: center;
}
.dx_header {
}
.dx_header > tr {
    height: 25px;
}
.dx_header > tr > th {
    font-size: 12px;
}
.dx_grid > tbody {
}
.dx_grid > tbody > tr {
    height: 24px;
}

.div_above_filter {
    overflow: hidden;
    padding-bottom: 0.5rem;
}
    .div_above_filter > div[rel="item"] {
        float: right;
        padding: 0.6rem 1.7rem 0.75rem 1.7rem;
        border: 1px solid #ddd;
        margin-left: 0.2rem;
        margin-bottom: 0.2rem;
        border-radius: 0.4rem;
        cursor: pointer;
        background-color: #fff;
    }
        .div_above_filter > div[rel="item"]:hover {
            background-color: #eeeeee;
        }
        .div_above_filter > div[rel="item"]:active {
            background-color: #dedede;
        }
        .div_above_filter > div[rel="item"].current {
            border-color: #ed2027;
            background-color: #ffd8da;
        }
            .div_above_filter > div[rel="item"].current:hover {
                background-color: #ffbfc2;
            }
            .div_above_filter > div[rel="item"].current:active {
                background-color: #f89ea2;
            }

.div_product_root {
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 1px 7px #c2c2c2;
    padding: 0.3rem;
}
    .div_product_root > div[rel="name"] {
        display: flex;
        align-items: center;
        padding: 0 0.6rem;
        background-color: #fff8ea;
        border-radius: 0.5rem 0.5rem 0 0 ;
    }
        .div_product_root > div[rel="name"] > img {
            width: 25px;
            height: 25px;
        }
        .div_product_root > div[rel="name"] > h1 {
            font-size: 0.9rem;
            color: #3b3b3b;
            padding-right: 0.5rem;
            font-family: 'Yek';
            font-weight: bold;
        }
.a_export {
    text-decoration: none;
    display: inline-block;
    padding: 0.3rem 0.5rem;
    border: 1px solid #ddd;
    border-radius: 0.2rem;
}
    .a_export:hover {
        text-decoration: none;
        background-color: #eeeeee;
    }
    .a_export:active {
        text-decoration: none;
        background-color: #e6e6e6;
    }

.div_product_root > div[rel="options"] {
    margin: 0.3rem 0;
}

.div_product_root > div[rel="box"] {
    min-height: 100px;
    border-radius: 0.5rem;
    margin: 0.5rem 0.2rem;
    box-shadow: 0 0 3px #c2c2c2;
    background-color: #eeeeee;
}
    .div_product_root > div[rel="box"] > div[rel="caption"] {
        font-family: Yek;
        font-size: 0.75rem;
        color: green;
        padding: 0.7rem 1rem 0.85rem 1rem;
        border-radius: 0.5rem 0.5rem 0 0;
    }



.tbl_data_2 {
    border-collapse: collapse;
    table-layout: fixed;
}
    .tbl_data_2 thead {
    }
        .tbl_data_2 thead tr {
            height: 34px;
        }
            .tbl_data_2 thead tr th {
                border-bottom: 2px solid #d7d7d7;
                border-left: 1px solid #d7d7d7;
                font-weight: normal;
                color: navy;
                text-align: center;
            }
                .tbl_data_2 thead tr th:last-child {
                    border-left: 0 none;
                }
    .tbl_data_2 tbody {
    }
        .tbl_data_2 tbody tr {
            height: 29px;
        }
            .tbl_data_2 tbody tr td {
                text-align: center;
                border-bottom: 1px solid #d7d7d7;
            }
            .tbl_data_2 tbody tr:nth-child(2n) {
                background-color: rgba(0, 0, 0, 0.05);
            }

.btn_normal, .btn_normal:hover, .btn_normal:active {
    padding: 0.1rem 0.4rem 0.15rem 0.4rem;
    border-radius: 0.2rem;
}


.div_toggle_panel {
    border: 1px solid #dfe4eb;
    margin-bottom: 20px;
}
    .div_toggle_panel .header {
        background-color: #f0f1f2;
        padding: 7px 20px;
        position: relative;
        cursor: pointer;
    }
        .div_toggle_panel .header span.zmdi {
            position: absolute;
            left: 11px;
            top: 5px;
            font-size: 19px;
        }
    .div_toggle_panel .content {
    }
        .div_toggle_panel .content .content2 {
            padding: 7px 7px;
        }

.div_applied_filters {
    margin-bottom: 20px;
}
    .div_applied_filters > div[rel="title"] {
        text-align: center;
        font-size: 0.75rem;
        background-color: #ffdf87;
        padding: 0.4rem 0;
        border-radius: 0.3rem 0.3rem 0 0 ;
    }
    .div_applied_filters > div[rel="items"] {
        overflow-y: scroll;
        height: 60px;
        border: 1px solid #ffdf87;
        scrollbar-width: thin;
    }
        .div_applied_filters > div[rel="items"] > div {
            float: right;
            border: 1px solid #ffdf87;
            margin: 0.1rem;
            border-radius: 0.2rem;
            padding: 0.1rem 0.4rem 0.1rem 0.1rem;
            font-size: 0.7rem;
        }
            .div_applied_filters > div[rel="items"] > div:hover {
                background-color: #fff5da;
            }
            .div_applied_filters > div[rel="items"] > div > input[type="button"] {
                cursor: pointer;
                color: #ff5600;
                background-color: #ffdf87;
                border: 0 none;
                border-radius: 0.2rem;
                width: 21px;
                height: 20px;
            }
                .div_applied_filters > div[rel="items"] > div > input[type="button"]:hover {
                    background-color: #f1c95a;
                }
                .div_applied_filters > div[rel="items"] > div > input[type="button"]:active {
                    background-color: #e5b52f;
                }

.div_totally_loading {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(190, 190, 190, 1);
    z-index: 10000;
    background-image: url(../../Style/Images/Png/azinahan_logo.png);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.15;
}

.hide {
    display: none;
}

.btn_copy_below {
    width: 22px;
    height: 22px;
}

#div_price_submit {
}
    #div_price_submit a {
        padding-left: 3px;
        padding-right: 3px;
        border-radius: 0.2rem;
    }
.tbl_edit_price {
    min-width: 115px;
    z-index: 1;
    position: relative;
}