/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 14, 2018, 4:32:17 PM
    Author     : ecs
*/

body {
    margin: 0;
    padding: 0;
    background-color: #e5e5e5;
    overflow-y: scroll;

    font-family: "Open Sans","Helvetica Neue",sans-serif;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    margin-bottom: 16px;
}

.sidebar {
    position: fixed;
    left: 0;
    width: 260px;
    top: 0;
    bottom: 0;
    background-color: #fff;

    overflow-y: auto;
}

.sidebar-logo {
    margin: 16px auto;
    width: 128px;
    height: 128px;
    border-radius: 100%;
    background-color: #666;
}

.content {
    margin-left: 260px;
}

.content-wrapper {
    margin: 16px;
}

.content-header {
    margin-bottom: 16px;
}

.cell-main-text {
    font-size: 16px;
    font-weight: 600;
    color: #333!important;
    text-decoration: none!important;
}

.cell-main-text:hover {
    text-decoration: underline!important;
    color: #0099cc!important;
}

.cell-sub-text {
    font-size: 12px;
    color: #999;
}

.col-icon {
    width: 64px;
}

.col-desc {

}

/* ------------------------------------------- */

.table-nav {
    border: none!important;
    background: #fff!important;
    border-radius: 2px!important;
}

.table-nav thead tr,
.table-nav thead tr th {
    display: none;
}

.table-nav thead tr {
    border-left: none!important;
    border-bottom: none!important;
}

.table-nav tbody tr,
.table-nav tbody tr td {
    border: none;
    box-shadow: none!important;
    border-width: 0;
    border-style: none!important;
    background: none!important;
}

.table-nav tbody tr {
    border-left: none!important;
}
.table-nav tbody tr td {
    padding: 8px 16px;
    vertical-align: middle;
    border-bottom: none!important;
}

.table-nav .ui-datatable-odd {
    background: #fff;
}

.table-nav .ui-datatable-even {
    background: #fff;    
}

.table-nav .ui-datatable-selectable.ui-state-hover {
    background-color: #fafafa!important;
}

.table-nav .ui-widget-content.ui-datatable-odd.ui-datatable-selectable.ui-state-highlight {
    background: #f3f3f3!important;
    font-weight: 600;
    color: #333!important;
}

.table-nav .ui-widget-content.ui-datatable-even.ui-datatable-selectable.ui-state-highlight {
    background: #f3f3f3!important;
    font-weight: 600;
    color: #333!important;
}

.table-nav .ui-widget-content {
    border-right: none;
}

/* card */

.card {
    background: #fff;
    border-radius: 2px;
    display: block;
    float: left;
    height: 300px;
    margin: 1rem;
    position: relative;
    width: 300px;
}

.card-x {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.2s ease-in-out;
}

.card-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.2s ease-in-out;
}

.card-1:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.card-2 {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.card-3 {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.card-4 {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-5 {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    transition: all 0.2s ease-in-out;
}

/* table simple */

.table-simple {
    border: none!important;
    background: #fff!important;
    border-radius: 2px!important;
}

.table-simple thead tr,
.table-simple thead tr th {
    border: none!important;
}

.table-simple thead tr {
    border-left: 1px solid #fff!important;
    border-bottom: 1px solid #e0e0e0!important;
}

.table-simple thead tr th {
    padding: 10px;
    text-align: left;
    font-weight: 600;
    vertical-align: middle;

    font-weight: normal!important;
    font-size: 14px!important;
}

.table-simple tbody tr,
.table-simple tbody tr td {
    border: none;
    box-shadow: none!important;
    border-width: 0;
    border-style: none!important;
    background: none!important;
}

.table-simple tbody tr {
    border-left: 1px solid #fff!important;
}
.table-simple tbody tr td {
    padding: 8px 16px;
    border-bottom: 1px solid #f5f5f5!important;
}

.table-simple .ui-datatable-odd {
    background: #f5f5f5!important;
}

.table-simple .ui-datatable-even {
    background: #fff!important;    
}

.table-simple .ui-datatable-summaryrow.ui-widget-header td {
    border-bottom: 1px solid #fff!important;
}

.table-simple .ui-datatable-selectable.ui-state-hover {
    background-color: #fafafa!important;
}

.table-simple .ui-widget-content.ui-datatable-odd.ui-datatable-selectable.ui-state-highlight {
    background: #0099cc!important;
    color: #fff!important;
}

.table-simple .ui-widget-content.ui-datatable-even.ui-datatable-selectable.ui-state-highlight {
    background: #0099cc!important;
    color: #fff!important;
}

.table-simple .ui-widget-content.ui-datatable-odd.ui-datatable-selectable.ui-state-highlight a.list-link {
    color: #fff!important;
}

.table-simple .ui-widget-content.ui-datatable-even.ui-datatable-selectable.ui-state-highlight a.list-link {
    color: #fff!important;
}

.table-simple .ui-widget-content {
    border-right: none;
}

.table-simple .ui-paginator.ui-paginator-top.ui-widget-header.ui-corner-top, 
.table-simple .ui-paginator.ui-paginator-bottom.ui-widget-header.ui-corner-bottom{
    border: none!important;
}

.file-upload-deskripsi {
    padding: 16px;
    background-color: #fff;
    border-radius: 2px;
}

.cell-modified {
    font-size: 12px;
    font-style: italic;
}

.fa.cell-icon {
    font-size: 24px;
}

.fa.grid-icon {
    font-size: 64px;
}

.search-input {
    height: 32px!important;
    padding: 0!important;
    padding-left: 8px!important;
    padding-right: 8px!important;
    width: 280px;
}

.search-button {
    height: 32px!important;
}

/* width */
/*
::-webkit-scrollbar {
    width: 4px;
}

/* Track */
/*
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ccc; 
}

/* Handle */
/*
::-webkit-scrollbar-thumb {
    background: #999; 
}
*/

.status-panel {
    position: fixed;
    z-index: 10000;
    background-color: #cc0000;
    top: 3px;
    left: 46%;
    right: 46%;
    height: 32px;
    padding: 5px;
    border-radius: 2px;
    color: #fff!important;

    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.2s ease-in-out;
    display: block;
    text-align: center;
}

.list-link {
    color: #0099cc!important;
    font-weight: 600!important;
    text-decoration: none!important;
}

.list-link:hover {
    text-decoration: underline!important;
}

.tanggal input {
    width: 100px!important;
}

.table-toolbar {
    width: 100%;
}

.table-toolbar tbody tr td {
    vertical-align: middle;
}

.content-title {
    height: 48px;
    line-height: 48px;
    margin: 0;
    padding: 0;
}

.main-content {
    padding: 32px;
}

.detail-panel-grid {
    width: 100%;
}

.detail-panel-grid tbody tr td.label {
    width: 200px; padding-right: 16px; text-align: right;
}

.detail-panel-grid tbody tr td.value {
    padding-left: 16px;
}

.vtop tbody tr td {
    vertical-align: top;
}

.main-menu {
    text-align: center;
}

.main-menu-item {
    display: inline-block;
    margin: 8px;
    width: 160px;
    height: 128px;
    background-color: #fff;
    border-radius: 2px;
}

.main-menu-item .pi {
    padding-top: 16px;
    display: block;
    font-size: 64px;
}

.login-grid {
    width: 100%;
}

.login-panel {
    background-color: #fff;
    border-radius: 16px;
    margin: 32px auto;
    width: 280px;
    padding: 32px;
    text-align: center;
}

.login-input input {
    border: 1px solid #0066cc!important;
    border-radius: 2px!important;
    font-size: 16px!important;
    padding: 8px 16px!important;
    text-align: center!important;
    margin-bottom: 8px;
}

.login-input button {
    border: 1px solid #0066cc!important;
    background-color: #0066cc!important;
    border-radius: 2px!important;
    font-size: 16px!important;
    padding: 4px!important;
    text-align: center!important;    
}

.password-panel {
    margin: 16px auto;
    text-align: center;
    padding: 32px;
    width: 600px;
    background-color: #fff;
    border-radius: 16px;
}

.download-berkas-menu {
    width: 300px!important;
}