/* ICON TILE */

.icon-tile {
    width: 5rem;
    border-radius: 5px;
}

.icon-label {
    font-size: 80%;
}

.icon-tile:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    transition: .2s    
}

.icon-tile:hover .icon-image {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/* PDF VIEWER */

.pdf-viewer-document-overlay {
    position: fixed;
    bottom: 1rem;
    right: 4rem;
    z-index: 1050;
    display: table-cell;
    background-color: #ccc;
    padding:0.5rem;
    width: 45rem;
    transform-origin: bottom right;
    scale: 0.75;
}

body.pdf-viewer {
    padding: 0;
}

@media (max-width: 768px) {
    .pdf-viewer-document-overlay {
        right: 1rem;
        width: 27.5rem;
    }
}

.pdf-viewer-img {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1049;
}

/* ADMIN MODULE */

.t-L8L9-batch-actions {
    width: 1.75rem;
    max-width: 1.75rem;
}

.t-L8L9-actions {
    width: 4rem;
}

.t-L8L9-col-first:not(.t-L8L9-col-not-first) {
    width: 1.5rem;
}

.t-L8L9-number:not(.t-L8L9-col-not-number) {
    width: 5rem;
}

.t-L8L9-datetime:not(.t-L8L9-col-not-datetime) {
    width: 10rem;
}

.t-L8L9-date:not(.t-L8L9-col-not-date) {
    width: 7.5rem;
}

/* EOF */