/*custom styles for admin*/
.drag-container {
    display: block;
    /*min-height: 100px;*/
    height: 100%;
}

/*.chat .item>.message {
    margin: 0;
}*/

.chat .item>.attachment {
    background: #f4f4f4;
    margin-left: 40%;
    margin-right: 0;
}

[hidden] {
    display: none !important;
}

.product-img>.fa {
    font-size: 50px;
}

.td.no-border {
    border: 0px;
}

.navbar-nav>.notifications-menu>.dropdown-menu,
.navbar-nav>.messages-menu>.dropdown-menu,
.navbar-nav>.tasks-menu>.dropdown-menu {
    width: 350px;
}

.select2-selection--single {
    height: 42px;
    padding: 10px 20px;
}

.select2-selection--multiple {
    height: 42px;
    padding: 5px;
}

.select2-selection--multiple .select2-search--inline .select2-search__field {
    width: 100% !important;
}

.direct-chat-contacts {
    right: 0;
    width: 300px;
}
