﻿.piranya-collection-table {
    display: flex;
    flex-direction: column;
}

.piranya-collection-table .k-grid-content {
    transition-duration: 0.2s;
    transition-property: height;
    transition-timing-function: ease;
    background-color: white;
}

.piranya-collection-table > .k-loading {
    min-height: 100px;
}

.piranya-collection-table .k-grid-content tr:not(.k-detail-row) {
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;

   /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
   -ms-user-select: none;
   user-select: none;
   cursor: pointer;
}

.piranya-collection-table .k-grid-content tr > td > img {
    width: 100%;
    margin: 0.5em 0;
}

.piranya-collection-table .k-grid-content td.command {
    text-align: right;
}

@media print {
    .piranya-collection-table th.command,
    .piranya-collection-table td.command {
        display: none;
    }
}
