﻿.no-selection { -webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; }
.truncate-text { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.k-grid tbody td[role='gridcell'] { white-space: nowrap; }
.left-side-container .description { font-size: 16px; }

/* flex classes */


/* progress */
.container-progress { width: 100%; height: 100%; /* safari height: 100%;*/ background-color: rgba(0,0,0,0.1); z-index: 1000; }
    .container-progress.transparent-07 { background-color: rgba(0,0,0,0.01); }

.empty-view-result { height: 100%; width: 100%; font-size: 20px; }