/* QUICKCHAT MODAL */
.quick-chat-modal .modal-header {
    cursor: unset !important;
    padding: 5px;
    display: block;
}
.quick-chat-modal .modal-header a {
    width: 30px;
    height: 30px;
    padding: 3px;
    padding-top: 1px;
    color: #999;
    float: left;
}
.quick-chat-modal .modal-header a i {
    font-size: 24px;
}
.quick-chat-modal .modal-header h4 {
    float: left;
    font-size: 17px;
    font-weight: 600;
    margin: 2px 0px 0px 5px !important;
}
.quick-chat-modal .modal-header .close {
    width: 30px;
    height: 30px;
    margin: 0px;
    padding: 0px;
}
.quick-chat-modal .modal-header .close span {
    font-size: 24px;
    display: inline-block;
    margin-top: -4px;
}
.modal-dialog-slideout-right {
    min-height: 100%;
    height: 100%;
    margin: 0 0 0 auto;
    padding-top: 68px;
    padding-bottom: 20px;
    padding-right: 20px;
}
.modal.fade .modal-dialog.modal-dialog-slideout-right {
    -webkit-transform: translate(100%,0);
    transform: translate(100%,0);
}
.modal.fade.in .modal-dialog.modal-dialog-slideout-right {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    flex-flow: column;
}
.modal-dialog-slideout-right .modal-content {
    display: flex;
    flex-direction: column;
    max-height: 100%;
    height: 100%;
    border: 0;
}
.modal-dialog-slideout-right .modal-body {
    padding: 0px;
    max-height: 95%;
}
.quick-chat-modal .modal-footer {
    display: none;
    padding: 0px;
}
/* QUICKCHAT OSTALO */
/* Media queries ne rade jer window size 1920 */
.quick-chat-modal .dx-list-search {
    width: 300px;
    float: left;
    margin-right:0px;
}
.quick-chat-modal .back-btn {
    display:block;
}
.quick-chat-modal .chat-container-left,
.quick-chat-modal .chat-container-right
{
    width: 100%;
}
.quick-chat-modal .chat-container-left .dx-tab {
    width: 20% !important;
    max-width: 20% !important;
}
.quick-chat-modal .chat .page-number {
    top: 86px !important;
}
.quick-chat-modal .chat #firstMsgBtn {
    display: none !important;
}
.quick-chat-modal .chat #lastMsgBtn {
    display: none !important;
}
.quick-chat-group-modal .modal-body {
    padding: 1.25rem;
}