﻿

html,
body {
    background-color: #EAEAEA;
    margin: 0;
    padding: 0;
    direction: rtl;
    font-family: 'B Nazanin';
    font-size: 20px;
    text-align: right;
}

.box-top {
    width: 100%;
    min-height: 65px;
    top: 0;
    left: 0;
    position: fixed;
    border-bottom: 1px solid #d8d8d8;
    background-color: #fff;
}

#box-city {
    float: right;
    width: 130px;
    height: 35px;
    margin-right: 50px;
    margin-top: 10px;
}

    #box-city img {
        float: right;
    }

.dropbtn {
    background: #f2f2f2;
    color: black;
    padding: 10px 15px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #F2F2F2;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
}

.box-ul {
    float: left;
    width: auto;
    height: 60px;
    margin-left: 50px;
}

    .box-ul ul {
        float: left;
        list-style: none;
    }

        .box-ul ul li {
            float: right;
            padding-left: 20px;
        }

            .box-ul ul li a {
                color: #000;
                text-decoration: none;
            }

                .box-ul ul li a:hover {
                    font-weight: bold;
                    color: #c7c7c7;
                }

.img-menu {
    display: none;
    width: 60px;
    height: 40px;
    cursor: pointer;
    float: left;
    border: 1px solid #C2C2C2;
    margin: 10px 0 0 20px;
}

.box-send-view1 {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
}

.box-send-categories {
    direction: ltr;
    width: 500px;
    height: auto;
    min-height: 100px;
    margin-top: 120px;
    margin-right: 25px;
}

.box-category-main {
    width: 98%;
    padding-bottom: 10px;
    height: 100%;
    background-color: #EAEAEA;
}

#box-category {
    width: 95%;
    height: 100%;
    background-color: transparent;
}

#box-scroll {
    background-color: #D8D8D8;
    width: 100%;
    float: right;
    margin-left: 15px;
    height: 100%;
}

#lbl {
    direction: rtl;
    display: block;
    width: 100%;
    height: auto;
    color: #000;
}

.box-send-categories span {
    line-height: 45px;
}

.span-category {
    color: #AE2C44;
    cursor: pointer;
    padding: 0 3px 0 3px;
}

    .span-category:hover {
        text-decoration: underline;
        color: #681818;
    }

.drp-categories {
    direction: rtl;
    font-size: 18px;
    width: 200px;
    border: none;
    display: block;
    margin-bottom: 5px;
    margin-right: 10px;
    height: 40px;
}

.box-send-categories-drp {
    direction: rtl;
    display: block;
    width: 100%;
    height: auto;
}

.box-send-categories-right {
    float: right;
    margin-right: 4%;
    margin-top: 80px;
    width: 45%;
    min-height: 200px;
    height: auto;
}

.box-scroll-detail {
    direction: ltr;
    width: 100%;
    height: 100%;
    background-color: #D8D8D8;
}

.box-category {
    width: 98%;
    padding-bottom: 10px;
    height: 100%;
    background-color: #EAEAEA;
}

.box-categories {
    width: 95%;
    direction: rtl;
    height: 100%;
}

.box-send-categories-drp input.inp {
    height: 35px;
    min-width: 20px;
    background-color: #ECECEC;
    border: 1px solid #B3B3B3;
    box-shadow: 0 0 12px #c7c7c7;
    margin-bottom: 15px;
}

.txt {
    font-size: 20px;
    width: 200px;
    height: 30px;
    border: none;
    box-shadow: 0 0 10px #cecece;
}

.box-emaildetail {
    width: 400PX;
    color: #C99E53;
    font-size: 18px;
    display: none;
    padding: 5px 10px 5px 5px;
    min-height: 10px;
    background-color: #FCF8E3;
}

.box-sendok {
    width: 98%;
    float: right;
    margin-right: 2%;
}

.box-send {
    float: right;
    width: 98%;
    height: 70px;
    margin-right: 2%;
}

.btn-send {
    background-color: #5FBF5F;
    padding: 10px 15px;
    color: #fff;
    margin-top: 10px;
    border: 1px solid #5FBF5F;
    text-align: center;
    border-color: #5FBF5F;
    border-radius: 5px;
    height: auto !important;
}

    .btn-send:hover {
        background-color: #53A765;
        border: 1px solid #53A765;
        cursor: pointer;
    }

.box-dialog-search {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(7, 7, 7, 0.80);
}

.box-dialog-map {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(7, 7, 7, 0.80);
}

.box-search {
    width: 50%;
    height: 200px;
    border-radius: 10px;
    padding: 30px;
    background-color: #fff;
    margin: 70px auto;
}

.box-searh-text {
    margin: 20px auto;
    text-align: center;
    width: 100%;
    height: auto;
}

.txt-search {
    width: 100%;
    height: 30px;
    font-size: 20px;
}

.box-button {
    text-align: center;
    width: 100%;
    padding: 10px;
}

.btn-cancel {
    cursor: pointer;
    background-color: #BE3630;
    padding: 10px 30px;
    color: #fff;
    border: none;
}

.box-map {
    overflow: auto;
    width: 50%;
    height: 600px;
    background-color: #fff;
    margin: 50px auto;
}

.box-imageupload {
    width: 100%;
    height: auto;
}

.btn-map {
    width: 200px;
    height: 30px;
    margin: 10px;
    margin-right: unset;
    background-color: #ECECEC;
    border: 1px solid #B3B3B3;
    box-shadow: 0 0 12px #c7c7c7;
    cursor: pointer;
}

.box-top {
    width: 100%;
    height: auto;
    background-color: white;
}

    .box-top span {
        font-weight: bold;
        padding: 5px;
        padding-right: 10px;
        font-size: 30px;
    }

    .box-top strong {
        cursor: pointer;
        float: left;
        margin-left: 10px;
        font-size: 30px;
        color: #656565;
    }

        .box-top strong:hover {
            color: #000;
        }

.box-menu {
    display: none;
}

@media only screen and (min-width: 0) and (max-width: 639px) {
    .box-send-categories-right {
        float: none;
    }

    @media only screen and (max-width: 255px) {
        .img-menu {
            z-index: -1;
            position: relative;
        }
    }

    @media only screen and (max-width: 840px) {
        .box-ul {
            display: none;
        }

        .img-menu {
            display: block;
        }

        .box-menu {
            list-style-type: none;
            background-color: #fff;
            border-radius: 10px;
            display: none;
            padding: 0;
            width: auto;
            height: auto;
            border: 1px solid #BBBBBB;
            box-shadow: 0 0 10px #999;
            position: fixed;
            top: 35px;
            left: 20px;
            z-index: 111111;
        }

            .box-menu li {
                display: block;
                padding: 3px 5px 3px 20px;
            }

                .box-menu li a {
                    text-decoration: none;
                    clear: both;
                    width: 100%;
                    line-height: 30px;
                    color: #333;
                    display: block;
                    font-weight: normal;
                    line-height: 28px;
                    padding: 3px 20px;
                    white-space: nowrap;
                }

                .box-menu li:hover {
                    background-color: paleturquoise;
                }
    }
}
