/* MESSAGE - FILE */
.message-file{
    border: 1px solid rgb(222, 222, 222);
    padding : 0px;
}
.message-file .preview{
    width: 300px;
    display: block;
    float: left;
    white-space: nowrap;
    border: 1px solid rgb(222, 222, 222);
}
.my-message .message-file .preview{
    float: right;
}
.others-message .message-file .preview{
    float: left;
}
.message-file .preview-image{
    width: 300px;
    background-color: #ccc;
    white-space: nowrap;
    position: relative;
}
.message-file .preview-image img{
    width: 100%;
}
.message-file .preview-icon{
    width: 300px;
    background-color: #ccc;
    min-height: 150px;
    text-align: center;
    white-space: nowrap;
    position: relative;
}
.message-file .preview-icon i{
    font-size: 48px;
    color: #888;
    display: block;
    line-height: 150px;
}
.message-file .preview-description{
    color: #1ab394;
    font-weight: 600;
    font-size: 14px;
    display: block;
    float: left;
    width: 100%;
    text-align:center;
    white-space: nowrap;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff;
}
.message-file .preview-description i{
    line-height: 20px;
    padding: 8px 0px 8px 8px;
    display: none;
    /*border-right: 1px solid rgb(222, 222, 222);*/
}
.message-file .preview-description span{
    white-space: break-spaces;
}
.message-file .download{
    border-radius: 50%;
    padding-left: 7px;
    padding-right: 7px;
    width: 34px;
    position: absolute;
    right: 12px;
    bottom: 12px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.15), 0 4px 8px 0 rgba(0,0,0,.15);
    background-color: rgba(255,255,255,1);
}
/*.message-file .download i{
    color: #1ab394;
    font-size: 15px !important;
    line-height: 20px !important;
}*/
/* SUBJECT MESSAGES*/
.subject-messages{
    flex: 1;
    overflow: auto;
}
/* SUBJECT MESSAGE TEXT */
/* (PREBAČENO IZ inin_chat_msg_list.css - ostavljeno samo potrebno) */
.subject-messages .message-text {
    float: left;
    width: 100%;
    padding: 0px;
}
/* POPRAVAK DEVEX GRIDA - SAKRIVANJE GRIDA ZA SELEKCIJU */
.subject-messages .dx-datagrid-content-fixed {
    display: none;
}
/* OVO JE BITNO KOD PRIJELOMA PORUKE U DEVEX GRIDU */
.subject-messages .subject-grid-message {
    white-space: initial;
    min-width: 500px;
}
/* MAKNI BORDER SA SLIKE U DEVEX GRIDU */
.subject-messages .message-file {
    border: none;
}
/* REPLY */
.subject-messages .message-reply-container {
    padding: 10px;
    border-left: 3px solid #1ab394;
    background-color: rgba(26,179,148,0.1);
    margin-bottom: 5px;
    border-bottom-right-radius: 8px;
    font-style: italic;
}
.subject-messages .message-reply-footer {
    margin-bottom: 10px;
}
.subject-messages .message-reply-footer .reply-user {
    font-size: 15px;
    font-weight: 600;
    color: #1ab394;
}
.subject-messages .message-reply-footer .reply-date {
    font-size: 14px;
    font-weight: 500;
    color: #777;
}
/* FORWARD */
.subject-messages .message-forward-container {
    padding: 10px;
    border-left: 3px solid #1ab394;
    background-color: rgba(26,179,148,0.1);
    border-bottom-right-radius: 8px;
    font-style: italic;
}
.subject-messages .message-forward-footer {
    margin-bottom: 10px;
}
.subject-messages .message-forward-footer .forwarded-message {
    font-size: 14px;
    font-weight: 500;
    color: #777;
}
.subject-messages .message-forward-footer .forward-user {
    font-size: 15px;
    font-weight: 600;
    color: #1ab394;
}
.subject-messages .message-forward-footer .forward-date {
    font-size: 14px;
    font-weight: 500;
    color: #777;
}
/* PREDMETI ADMINISTRACIJA */
.subject-grid-message
{
    padding: 7px;
    float: left;
}
.subject-grid-message a{
    font-weight: bold;
    display: block;
    cursor: pointer !important;
    /*white-space: break-spaces;*/
}
.subject-grid-message span{
    white-space: break-spaces;
}
/* GROUP USER LIST */
.group-modal .chat-users-list{
    padding: 15px !important;
}
.group-modal .show-new-button .dx-scrollable{
    height: calc(100% - 61px) !important;
}

.ui-grid-wrapper {
    display: block;
    width: 100%;
    position: relative;
    /* Firefox */
    height: -moz-calc(100% - 59px);
    min-height: -moz-calc(100% - 59px);
    /* WebKit */
    height: -webkit-calc(100% - 59px);
    min-height: -webkit-calc(100% - 59px);
    /* Opera */
    height: -o-calc(100% - 59px);
    min-height: -o-calc(100% - 59px);
    /* Standard */
    height: calc(100% - 59px);
    min-height: calc(100% - 59px);
}

.ui-grid-controller-wrapper {
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.dx-icon-list .dx-list-item{
    width:50%;
    display: block !important;
    float:left;
}

.menu-edit-list .dx-treeview-toggle-item-visibility {
    height: 40px;
}
.menu-edit-list .menu-edit-list-item {
}
.menu-edit-list .menu-edit-list-item i {
    display: block;
    float: left;
    width: 26px;
    height: 34px;
    font-size: 18px;
    line-height: 34px;
}
.menu-edit-list .menu-edit-list-item span {
    display: block;
    float: left;
    height: 34px;
    line-height: 34px;
}

.task-edit-table th,
.task-edit-table td
{
    padding: 6px;
}


.dx-header-row .dx-sort-indicator.dx-text-content-alignment-right, .dx-header-row .dx-header-filter-indicator.dx-text-content-alignment-right {
    float: left !important;
}
