.swal2-popup {
    font-size:13px !important;
}

tr.header1{
    cursor:pointer;
}

.alert-warning {
    border-color: #e08e0b !important;
}

.header1 .sign:after{
    content:"+";
    display:inline-block;
}

.header1.expand .sign:after{
    content:"-";
 }

.d-inline {
    display: inline !important;
 }

.form-group.has-warning .help-block {   
    font-size: 13px; 
    color: #f39c12;
}

.form-group.has-error .help-block {   
    font-size: 13px; 
    color: #dd4b39;
}

.form-group.has-warning .input-container {
    color: #f39c12;
    border-color: #f39c12;
}

.form-group.has-error .input-container {
    color: #dd4b39;
    border-color: #dd4b39;
} 

.form-control.nominal {
    text-align: right;
    vertical-align: middle;
}

div.form-control {
    background: #f7f7f7;
}

div.form-control.transparent {
    background: transparent !important;
    border: 0;
    padding: 0;
}

small.italic {
    font-style: italic;
}

.justify-row-center {
    justify-content: center;
    align-content: center;
    display: flex;
}

.btn.btn-md {
    padding: 3px 6px;
    font-size: 14px;
    line-height: 1.5;
}

.input-group-wrap {
    display: flex;
}

.input-group-wrap input {
    border-radius: 0;
}

.input-group-wrap .input-group-button {
    border-radius: 0;
}
/** select 2 **/
.select2.select2-container {
    width: 100% !important;
}

.select2 .select2-selection.select2-selection--single {
    border-radius: 2px !important;
    border-color: #d2d6de !important;
    height: 34px !important;
    padding: 6px 5px !important;
}

.select2 .select2-selection__arrow {
    height: 32px !important;
    right: 0 !important;
    background: #d2d6de;
    padding: 0 15px;
}

/** item transaksi **/
.jurnal-item .title-bar, 
.transaksi-item .title-bar {
    flex-direction: row;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ddd;
    padding: 5px;    
    border-radius: 2px 2px 0 0;
}

.jurnal-item label,
.transaksi-item label {
    flex: 1;
    margin: 2px;
}

.jurnal-item .btn,
.transaksi-item .btn {
    margin-left: 3px;
}

.jurnal-item .item-list,
.transaksi-item .item-list {
    min-height: 250px;
    border: 1px solid #ddd;
}

.jurnal-item .item-list {
    min-height: 100px !important;
}

.table .table-number {
    width: 40px;
}

.table .table-nominal {
    max-width: 250px;
    width: 250px;
}

.table tr td.number {
    text-align: center;
    vertical-align: middle;
}

.table tr td.nominal {
    text-align: right;
    vertical-align: middle;
}

.table .table-button {
    max-width: 100px;
    width: 50px;
}

.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #00a65a !important;
}

.list-module {
    list-style-type: none;
    padding: 10px 0 20px 0;
    margin-left: 10px;
}

.list-module li {
    padding: 4px 8px;
}

.list-module-child {
    list-style-type: none;
    padding: 0;
    margin-left: 30px;
    margin-bottom: 10px;
}

.list-module-item {
    display: flex;
    align-items: flex-start;
    padding-bottom: 8px;
}

.list-module .module-description {
    padding-right: 10px;
    padding-left: 10px;
}

.list-module .module-description .title {
    font-size: 14px;
    font-weight: bold;
}

.list-module .module-description .description {
    font-size: 12px;
}

tfoot.footer-total {
    background: #f5f5f5;
}

tfoot.footer-total td {
    padding: 6px 8px;
}

.number-format {
    text-align: right;
}

.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover { 
    background-color: #00a65a;
    border-color: #00a65a;
}

/* table heading title */
.th-50,
.th-no {
    width: 50px;
}
.th-80  {
    width: 80px;
}


.th-120,
.th-date,
.th-notrans,
.th-sn,
.th-action,
.th-kode {
    width: 120px;
}

table.table th {
    text-align: center;
    vertical-align: middle !important;
}
table.table td { 
    vertical-align: middle !important;
}

.th-150,
.th-nominal {
    width: 150px;
}

.th-200 {
    width: 200px;
}

.th-min-250 {
    min-width: 250px;
}
.radio-group {
    display: flex;
    padding: 8px 0;
}

.radio-group .radio-option {
    margin-right: 10px;
    display: inline-block;
}

.radio-group .radio-option .radio-title{
    padding-left: 4px;
}

.box-image {
    text-align: center;
    padding: 20px 0;      
}
.box-image-tb {
    text-align: center;
    padding: 5px 0;      
}

.image-photo-profile {
    max-width: 225px;
    border-radius: 50%;
}
.image-logo,
.image-photo-ttd {
    max-height: 150px;
}

.image-photo-profile-tb {
    max-width: 50px;
    border-radius: 50%;
}


.opt-form-open {
    display: block;
}

.box-module-container {
    border: 1px solid #f4f4f4;
}

.box-module-container .box-module-header {
    padding: 10px 8px 10px 8px;
    border-bottom: 1px solid #f4f4f4;
    background: #ecf0f5;
}

.box-module-container .box-module-body {
    overflow: auto;
    width: auto;
    position: relative;
    max-height: 500px;
    background: #fbfbfb;
} 

.box.box-tab {
    border: 0;
    box-shadow: 0 0 0;
    margin-bottom: 0;
    margin-left: -10px;
    margin-right: -10px;
}

.periode-tahun-nav {
    font-size: 11px;
    color: #fff;
    background: #078049;
    border-radius: 10px;
    padding: 3px 20px;
    margin: 6px;
}

.periode-tahun-nav .title {
    font-weight: bold;
}

.info-box-wrap {
    margin-bottom: 15px;
    display: flex;
    flex-flow: column;
    background: #ffffff82;
    border-radius: 5px;
}

.info-box-wrap a {
    text-align: right;
    padding: 5px 10px;
}

.info-box {
    display: flex !important;
    margin: 0 !important;
    border-radius: 5px 5px 0 0 !important;
}

.info-box .info-box-icon {
    float: none !important;
    align-items: center;
    display: flex;
    justify-content: center;
    height: auto !important;
}

.info-box .info-box-content {
    flex: 1 !important;
    padding: 10px !important;
    margin: 0 !important;
}

.info-box .info-box-content .info-box-text{
    font-size: 23px;
    border-bottom: 1px solid #ffffff6b;
    margin-bottom: 5px;
}

.info-box .info-box-content .description{
    display: flex;
    justify-content: space-between;
    font-size: 17px;
}

.info-box .info-box-content .description .title{
    flex: 1;
}

.info-box .info-box-content .description .colon{
    width: 10px; 
    text-align: center
}

.info-box .info-box-content .description .number{
    flex: 1;
    text-align: right;
}

.treeview-menu > li > a {
    display: flex !important;
    align-items: baseline !important;
    white-space: normal !important;
}

.sidebar-menu .treeview-menu > li > a {
    padding: 5px 15px !important;
}


div.back-link {
    padding: 5px 0;
    font-size: 12px;
}

div.back-link a {
    text-decoration: none;
    color: #9d9d9d;
}

div.back-link a:hover {
    color: #00a65a;
}