/* APP STYLES */

body.infografis {
    padding: 1rem;
}

div.lookup-select-wilayah  {
    padding: 0;
}

div.lookup-select-wilayah .row {
    margin: 5px 0;
}

div.lookup-select-wilayah .row .wil-label {
    justify-content: left;
}

#s-container {
    margin: 50px 0;
    text-align: center;
}

ul.identity li {
    padding: 5px;
}

ul.identity li.active {
    background-color: #d9edf7;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

ul.identity .desc, ul.identity .extra {
    font-size: 90%;
}

ul.identity .extra {
    font-weight: bold;
}

ul.identity a:active, ul.identity a:hover {
    text-decoration: none;
}

li.menu-RESES_QUICK_SEARCH {
    width: 200px;
    padding-top: 2px;
}

#msg .msg-content {
    height: 300px;
    width: 100%;
    overflow-y: auto;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 5px;
    margin-bottom: 5px;
}

#msg .msg-content .time {
    text-align: center;
    font-size: 90%;
    font-weight: bold;
}

#msg .msg-wrapper {
    padding: 0;
    margin: 0 5px;
}

#msg .msg-content .msg {
    padding: 5px;
    margin: 5px 0;
    white-space: pre-wrap;      /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap;     /* Opera <7 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    word-wrap: break-word; 
}

#msg .msg-content .msg-in {
    border: 1px solid #bce8f1;
    border-left: 5px solid #bce8f1;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

#msg .msg-content .msg-out {
    border: 1px solid #d6e9c6;
    border-right: 5px solid #d6e9c6;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

#msg .msg-content .msg-in-wrapper {
    margin-right: 30px;
}

#msg .msg-content .msg-out-wrapper {
    margin-left: 30px;
}

.stat .stat-num {
    width: 4rem;
}

/* 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: 2.25rem;
    max-width: 2.25rem;
}

.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;
}

/* MAP */

#map.leaflet-container {
    z-index: 0;
    min-height: 300px;
}

#map.leaflet-container.map-alt {
    min-height: 51vh;
}

/* EOF */