/* APP STYLES */

#events {
    margin-top: 20px;
}

#events .events h3 {
    margin-top: 0;
}

#events .events h4 {
    margin-bottom: 0;
}

.event-header {
    border-bottom: 1px solid #ccc;
    margin: 5px 0;
    padding: 5px 0;
}

.event-penyelenggara, .event-desc, .event-logo {
    text-align: center;
}

.event-desc h3 {
    margin: 0;
}

.event-jump-container {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
}

.divider-lineheight {
    line-height: 0.1rem;
}

.reg-nr {
    text-align: center;
    font-size: 70px;
}

.face-images img {
    max-width: 4rem;
}

.face-images-sm img {
    max-width: 2.5rem;
}

.face-images-lg img {
    max-width: 8rem;
}

/* JURNAL PENILAIAN */

#jurnal table {
    margin-bottom: 0;
}

#jurnal .bottom-nav {
    text-align: center;
}

/* 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 */