﻿/**********************************************************************************
**********************************Nazar[start]*************************************
***********************************************************************************/

.main-nazar-bx {
    padding: 10px 2%;
    background: #ededed;
    border-radius: 5px;
    margin: 15px auto;
    max-width: 1400px;
    width: 90%;
}

.nazar-bx {
    width: 100%;
    border: 1px solid #bebebe;
    border-radius: 5px;
    overflow: hidden;
    margin: 30px 0;
    background: #fff;
    font-family: 'IRANSansWeb';
}

.nazar-name {
    border: 0;
    border-left: 1px solid #bebebe;
    color: #000;
    width: 100%;
    padding: 12px 10px;
    direction:rtl;
}

.nazar-comment {
    width: 100%;
    border: none;
    padding: 3px 10px;
    line-height: 20px;
    padding-bottom: 0;
    direction: rtl;
}

.nazar-send {
    float: left;
    border: 0;
    background: none;
    border-radius: 22px 0 0 22px;
    border-right: 1px solid #bebebe;
    width: 100%;
    padding: 10px 0;
    height: 90px;
    font-size: 95%;
    text-align: center;
}

    .nazar-send:hover {
        font-weight: bold;
    }

.UserNazar {
    margin: 0 20px;
}

.nazar-answer {
    margin: 5px 10px;
}

.nazar-result-bx {
    overflow: hidden;
    border-bottom: 1px solid #bebebe;
    padding: 10px 0;
    direction: rtl;
    font:13px iransansweb;
    line-height: 23px;
}

.nazar-sender-name {
    font-weight: bold;
    color: #0097a7;
}

.nazar-date {
    font-size: 11px;
    color: #787878;
}

.admin-img {
    float: right;
    margin-left: 5px;
    position: relative;
    top: 4px;
    width: 20px;
    height: 20px;
}

.nazar-like {
    font-size: 15px;
    color: #a2a2a2;
    font-weight: normal;
}

    .nazar-like i {
        padding-left: 10px;
        color: #a2a2a2;
    }

.nazar-br-bt {
    border-bottom: 1px solid #bebebe;
}

@media only screen and (max-width:760px) {
    .nazar-name, .nazar-comment {
        border: 0;
        border-bottom: 1px solid #bebebe;
    }   
    .nazar-comment {
        min-height: 57px;
        line-height: 25px;
    }
    .nazar-send {
        border: 0;
        height:auto;
    }
}

/**********************************************************************************
***********************************Nazar[end]**************************************
***********************************************************************************/