.row_selected{background-color: #0000ff !important; z-index:9999}
.journal_fo .select2.select2-container.select2-container--default {
	width: 100% !important;
}
.button-style {
  padding: 10px 20px;
  background: #3f9ce8;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #3f9ce8;
}
table#datatable.custom-margin-35 {
    margin-top: 35px !important;
}
.cb-table {
	padding-top: 35px;
}
.margin-custom-9{
    margin-bottom: 9.7rem!important;
}
.padding-top-custom-2{
    padding-top: 2.5rem !important;
}
.custom-modal .modal-header {
	padding: 18px 30px!important;
	align-items: center !important;
	border-bottom: 1px solid #aeaeae61 !important;
}
.custom-modal .modal-dialog {
	border-radius: 10px!important;
	border: 1px solid #ececec!important;
}
.custom-modal .modal-body {
	padding: 30px!important;
}
.custom-modal .modal-content {
	border-radius: 10px!important;
}
.action-wrap {
	padding-top: 20px;
	border-top: 1px solid #00000017;
	margin-top: 35px;
}
.button-style:hover{
  background: transparent;
  border: 1px solid black;
}
.custom-padding {
    padding:20px 0 15px 0;
}

@media (min-width: 768px) {
    .content-heading {
        padding-top: 0;
    }
    .table-responsive {
        display: table;
    }
    .modal-dialog {
        min-height: calc(100vh - 100px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow: auto;
    }
}

@media (max-width: 767px) {
    .table-responsive {
        display: block;
    }
    .modal-dialog {
        min-height: calc(100vh - 50px);
    }
}

.css-checkbox .css-control-input:checked ~ .css-control-indicator {
    border: none !important;
}
.content-heading {
    padding-top: 0;
}
.border-0 {
    border: 0;
}
.file-input {
    margin-top: 12px;
}
.file-preview {
    border-radius: 0;
}
.file-drop-zone.clickable:hover {
    border: 1px dashed #227d82;
}
table tbody tr > td,
table thead tr > th {
    text-align: center;
}
.badge {
    padding: 6px 5px;
    font-size: 100%;
}
.img-show-small {
    width: 150px;
    height: 150px;
    object-fit: cover;
}
.krajee-default.file-preview-frame {
    padding: 0;
}
.img-trash {
    width: 252.5px;
    height: 150px;
    object-fit: cover;
}
.css-radio .css-control-input ~ .css-control-indicator::after {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.img-table {
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.form-material .form-control[disabled] {
    color: #ccc;
}
.border-b-3 {
    border-bottom: 3px solid;
}
.py-25 {
    padding: 25px 0;
}
.py-29 {
    padding: 29px 0;
}
.img-avatar {
    object-fit: cover;
}
.justify-content-center {
    justify-content: center;
}
.css-control-input:focus ~ .css-control-indicator {
    box-shadow: none !important;
}
/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

/* custom datatable */
td.details-control:after {
    content: "\f055";
    cursor: pointer;
    top: 10px;
    right: 6px;
    bottom: auto;
    font-family: FontAwesome, "Font Awesome 5 Free", "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 14px;
    opacity: 0.6;
}
tr.shown td.details-control:after {
    content: "\f056";
}

.table-form-mutation td:last-child.dataTables_empty {
    display: table-cell;
}
.table-form-mutation tbody td:last-child {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 1em;
}
.table-scrollable {
    overflow-x: auto;
    box-shadow: inset 0 0 5px rgba(150, 150, 150, 0.35);
    margin: auto;
}
/* fix sementara */
.dataTables_scrollHeadInner {
    width: 100% !important;
}
.table.table-striped.table-vcenter.table-responsive.dataTable.no-footer {
    width: 100% !important;
}
.ppb-content #datatable thead th {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
}
.ppb-content #datatable {
    table-layout: auto;
    width: 100%;
}

.ppb-content #datatable tbody td {
    text-align: center;
    vertical-align: middle;
    padding: 8px;
    box-sizing: border-box;
}
.ppb-content {
    overflow-x: auto;
}

.report-content #datatable thead th {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    width: 100px !important;
}
.report-content #datatable {
    table-layout: auto;
    width: 100%;
}

.report-content#datatable tbody td {
    text-align: center;
    vertical-align: middle;
    padding: 8px;
    box-sizing: border-box;
    width: 100px !important;
}
.report-content {
    overflow-x: auto;
}

.overflow .dataTables_wrapper .row:nth-child(3) {
	overflow-x: scroll;
}
.overflow-2 .dataTables_wrapper .row:nth-child(2) {
	overflow-x: scroll;
}

.custom-overflow{
    overflow-x: scroll;
}
#sidebar {
	border-right: 2px solid #8e8e8e;
}

/* form upload images */
.hide-button-upload .kv-file-upload {
    display: none;
}
/* global approval button responsive*/
@media (max-width: 767px) {
    .mobile-view {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 3px;
    }
    .table-responsive {
        width: 100%;
        overflow-x: scroll;
        --webkit-overflow-scrolling: touch !important;
    }
}

@media (max-width: 550px) {
    .mobile-view {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 3px;
    }

    .mobile-view button {
        padding: 12px;
    }
}
