/*
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 : Feb 25, 2021, 5:43:28 PM
    Author     : Andik Hermawan<andik.system@gmail.com>
*/

body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-size: 14px;
    background-color: #f1f1f1;
}

.bold {
    font-weight: bold;
}

.detail-grid tbody tr td.image {
    width: 200px;
    vertical-align: top;
}

.reg-panel{
    width: 600px;
    position: relative;
    background-color: #fff;
    padding: 32px 0 0 32px;
}

.detail-grid tbody tr td.description {
    vertical-align: top;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    margin-bottom: 16px;
    font-weight: normal;
}

strong {
    font-weight: 700;
}

.ui-widget {
    font-size: 14px!important;
}

.ui-widget .ui-widget {
    font-size: 14px!important;
}

.ui-datatable thead tr th,
.ui-datatable tbody tr td {
    font-size: 14px!important;
}

.ui-widget .ui-selectonemenu-label {
    font-size: 14px!important;
}

.table-v-top tbody tr td {
    vertical-align: top;
}

table tbody tr td .text-title {
    font-weight: 700;
}

table tbody tr td .text-subtitle {
    font-weight: normal;
}

.ui-calendar.tanggal input {
    width: 100px!important;
}

/* layout */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 64px;
    background-color: #fff;
    background-color: #924470;
    background-color: #00a0b4;

    z-index: 100;
}

.header-brand{
    float: left;
    width: 300px;
    height: 80px;
}

.header-title {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
}

.header-title a {
    font-size: 24px!important;
    font-weight: bold!important;
    color: #fff!important;
    text-decoration: none!important;
    margin: 0!important;
}

.header-sub-title {
    color: #fff;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    margin-top: 0;
}

.sidebar {
    margin: 0;
    padding: 0;
    width: 240px;
    background-color: #fff;
    position: fixed;
    top: 64px;
    left: 0;
    bottom: 0;
    overflow: auto;
    z-index: 10;
}

.sidebarerr {
    margin: 0;
    padding: 0;
    width: 650px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
    z-index: 10;
}


.content {
    margin-left: 240px;
    padding: 80px 16px 16px 16px;
}

.account-toolbar {
    height: 64px;
    line-height: 64px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
}

.toggle-menu-button {
    height: 64px;
    line-height: 64px;
    vertical-align: middle;
}

.brand {
    height: 64px;
    line-height: 64px;
    font-size: 22px;
    display: flex;
    justify-content: center;
    padding-left: 10px;
}

.brand-image {
    height: 50px;
    margin: auto;
    float: left;
}

.brand strong {
    font-weight: 900;
}

.toggle-menu-button {
    display: none;
}

.title-table {
    margin: 0;
    display: inline-block;
}

.title-table-lg {
    margin: 0;
    display: inline-block;
    font-size: 24px;
}

.sub-title-table-lg {
    margin: 0;
    font-size: 16px;
}

.table-bordered.ui-datatable table thead tr th,
.table-bordered.ui-datatable table tbody tr td {
    border-color: #999!important;
}

.title {

}

.toolbar {
    text-align: right;
}

.grid-2-cols {
    width: 100%;
}

.grid-2-cols tbody tr td.left {
    vertical-align: top;
}

.grid-2-cols tbody tr td.right {
    width: 300px;
    vertical-align: top;
}

.pelayanan-header-panel {
    margin-bottom: 16px;
}

.pelayanan-title {
    font-size: 18px;
    display: block;
}
.pelayanan-subtitle {
    font-size: 14px;
    display: block;
    color: #666;
}

.form-grid {
    width: 100%;
}

.form-grid tbody tr td.label-sm {
    vertical-align: top;
    padding-top: 6px;
}

.form-grid tbody tr td.value {
    padding-bottom: 8px;
    vertical-align: top;
}

.summary-grid {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
}

.summary-grid tbody tr td.sum-label {
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.summary-grid tbody tr td.sum-value {
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    width: 200px!important;
    padding: 0;
    margin: 0;
    padding-right: 4px;
}

.summary-grid-payment {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
}

.summary-grid-payment tbody tr td.sum-label {
    text-align: right;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.summary-grid-payment tbody tr td.sum-value {
    text-align: right;
    font-size: 18px;
    font-weight: 600;
    width: 200px!important;
    padding: 0;
    margin: 0;
    padding-right: 4px;
}

.summary-grid-payment tbody tr td.sum-value .py-text {
    padding-right: 8px;
}

.summary-grid-payment tbody tr td.sum-value input {
    padding-right: 8px!important;
    text-align: right!important;
    margin-top: 4px;
    margin-bottom: 4px;
}

.c50 {
    vertical-align: top;
}

/* end layout */

.ui-menu.nav-menu {
    border: none!important;
}

.cell-link {
    font-weight: 700!important;
}

.small-grid .p-grid .ui-panelgrid-cell {
    padding: 2px 16px!important;
}

.xs-grid .p-grid .ui-panelgrid-cell {
    padding: 0px 8px!important;
}

.medium-grid .p-grid .ui-panelgrid-cell {
    padding: 4px 16px!important;
}

.detail-grid {
    width: 100%;
}

.label {
    width: 160px;
}

.label-sm {
    width: 120px;
}

.value {

}

.nav-menu .ui-menuitem-link.ui-corner-all {
    border-top-right-radius: 50px!important;
    border-bottom-right-radius: 50px!important;
    
}

.nav-menu .ui-menuitem.selected {
    background-color: #2196F3;
    background-color: #cae6fc;
}

.nav-menu .ui-menuitem.selected .ui-menuitem-text,
.nav-menu .ui-menuitem.selected .ui-menuitem-icon.ui-icon{
    /*color: #fff!important;*/
}

.nav-menu .ui-menuitem.selected .ui-menuitem-text {
    font-weight: 600!important;
}

.nav-menu .ui-menuitem.selected.ui-state-hover {
    background-color: #2196F3!important;
    background-color: #cae6fc!important;
}

.editor-sidebar {
    width: 800px!important;
    overflow: auto;
}

.counter {
    padding: 16px;
    background-color: #fff;
    border-radius: 4px;
}

.counter .icon {
    float: left;
    width: 64px;
    padding-top: 8px;
}

.counter .icon i.pi {
    font-size: 42px;
    color: #2196F3;
}

.counter .description {
    margin-left: 64px;
}

.counter .description p.value {
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    color: #2196F3;
}

.counter .description h3 {
    font-size: 16px;
    margin: 0;
}

.chart-panel {
    background-color: #fff;
    padding: 16px;
    border-radius: 4px;
}

a.laporan-menu {
    background-color: #fff;
    padding: 16px;
    border-radius: 4px;
    display: block;
    text-decoration: none!important;
    height: 110px;
}

a.laporan-menu i.pi {
    float: left;
    width: 48px;
    font-size: 32px;
    color: #999;
}

a.laporan-menu div.description {
    margin-left: 48px;
}

a.laporan-menu div.description span.menu-title {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    display: block;
}

a.laporan-menu div.description span.menu-description {
    font-size: 14px;
    color: #999;
    display: block;
}

.laporan-panel {
    background-color: #fff;
    padding: 16px;
    border-radius: 4px;
}

table.ui-datepicker-calendar thead tr th,
table.ui-datepicker-calendar tbody tr td {
    padding: 2px!important;
}

table.ui-datepicker-calendar tbody tr td a.ui-state-default {
    height: 32px!important;
    width: 32px!important;
    line-height: 32px!important;
}

@media screen and (max-width: 900px) {
    .sidebar {
        display: none;
    }

    .toggle-menu-button {
        display: inline-block;
    }

    .content {
        margin-left: 0;
        padding: 80px 16px 16px 16px;
    }

    .column-lg-only {
        display: none;
    }

    .editor-sidebar {
        width: 100%!important;
        overflow: auto;
    }
    
    .brand {
        display: none;
    }
}