.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.33) !important;
}
.leftinput {
    text-align: left;
}
.productimg {
    max-width: 300px;
}
.mm-content {
    direction:ltr;
}
.cke_editor_editor_dialog * , .cke_rtl  * {
    font-family: Vazir, Tahoma, serif !important;
}
.categories {
    max-height: 350px;
    overflow-y: scroll;
}
#POPresult {
    clear: both;
    background: #ececec;
    margin-bottom: 10px;
    overflow: auto;
    border: 1px solid #ccc;
}

#POPresult .POPitem {
    border: 1px solid #aaa;
    padding: 15px;
    float: right;
    background: #FFF;
    margin: 8px;
    font-size: 10px;
    border-radius: 4px;
}

#POPresult .fisrtli {
    color: #000;
    border-bottom: 1px solid #EEE;
}

#POPresult .secondli {
    color: #777;
}

#POPresult .POPitem ul,
#POPresult .POPitem li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.table.dataTable td {
    vertical-align: middle
}
.draggable {
    cursor: move; /* fallback: no `url()` support or images disabled */
    cursor: -webkit-grab; /* Chrome 1-21, Safari 4+ */
    cursor:    -moz-grab; /* Firefox 1.5-26 */
    cursor:         grab; /* W3C standards syntax, should come least */
}
.draggable:active {

    cursor: -webkit-grabbing;
    cursor:    -moz-grabbing;
    cursor:         grabbing;
}
.left-input {
    text-align: left !important;
    direction: ltr;
}

.form-control::placeholder{
    font-family: Vazir, Tahoma, serif;
}
.couponvalue::placeholder{
    text-align: right;
}
.wd20 {
    width:20px;
}
.wd100 {
    width:100px;
}
.iffyTip {


}
.alert-purple {
    background-color: rgba(96, 92, 167, 0.51) !important;
}
.swal-title {
    padding-bottom:30px !important;
}
.chat {
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body {
    /* profile image*/
    /* margin-right: 80px;*/
}

.chat li.right .chat-body {
    margin-left: 60px;

}


.chat li .chat-body p {
    margin: 0;
    color: #777777;
}

.panel .slidedown .glyphicon, .chat .glyphicon {
    margin-left: 5px;
}

.chatdiv {
    overflow-y: scroll;
    height: 350px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}
.ltritem {
    direction: ltr;
}
.lrtfloatitem {
    direction: ltr;
    float: left;
}
@media print {
    a[href]:after {
        display: none;
        visibility: hidden;
    }
}
.advancedsearch {
    overflow: hidden !important;

}