/*@import url('https://fonts.googleapis.com/css?family=Lato|Lato');*/

.dp-header {
  margin: 0px;
}
.dp-inline-btn {
  margin: 25px 0px 0px 0px;
}
.dp-row-pad {
  padding: 0px 0px 10px 0px;
}
.dp-input-number {
  text-align: right;
}
.form-group.dp{
  margin-bottom:0;
}
table {
  font-size:inherit;
}
h1 {
  font-size: 26px;
  margin-top: 3px;
}
a.btn h1 {
  font-weight: bold;
  font-size: 36px;
  margin-top: 10px;
  font-family: "Lato","Helvetica Neue", Helvetica, Arial, sans-serif;
}
thead th {
    text-align: center;
}
.modal.modal-wide .modal-dialog {
  width: 90%;
}
.modal-wide .modal-body {
  overflow-y: auto;
}

.content-wrapper {
  min-height: 800px;
}
table.dataTable>tbody>tr.child ul {
  width:95%
}
hr.dp {
    margin: 10px 0;
}
label+.radio {
    margin-top: 0
}
.select2 {
    width: 100%!important;
}
td.details-control {
    background: url('../images/expand.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../images/collapse.png') no-repeat center center;
}

.dtlabel {
   padding-top:0.9em !important;
}

table.footable-editing-no-view td.footable-editing {
    width: 150px;
    max-width:150px;
}
table.footable-editing tfoot {
    display: none;
}

.login-box {
	margin:15% auto !important;
}

div.dataTables_wrapper div.dataTables_filter {
     text-align: left !important;
}

div.dataTables_wrapper div.dataTables_length {
    text-align: right !important;
}

td.editable{
    background-color: rgba(255, 255, 55, 0.1);
}

.input-group-btn a {
    padding: 9px 12px;
}

/* css supaya header datatables di modal selalu full width tidak misaligned */
/*.dataTables_scrollHeadInner {
    width: calc(100% - 17px) !important;
}*/
.dataTables_scrollHeadInner table {
    width: 100% !important;
}

body.dt-print-view {
    font-size: 10pt!important;
    font-family: "Calibri", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.dt-print-view table {
    border-collapse: collapse!important;
    font-size: 8pt!important;
}
.dt-print-view tr>th, .dt-print-view tr>td {
    padding: 2px 6px !important;
}

.dt-print-view .table-bordered>tbody>tr>td, .dt-print-view .table-bordered>thead>tr>th {
    border: 1px #000 solid !important;
}

.laporancetak .nourut {
    width:20px;
}

.laporancetak .tgl {
    width:80px;
}

.laporancetak .notransaksi {
    width:90px;
}

.laporancetak .kodepel {
    width:60px;
}

.laporancetak .kodesales {
    width: 50px;
}

.laporancetak .rp {
    width: 55px;
    min-width: 50px;
}

.laporancetak .cekbg {
    width:70px;
}

.theme-fa4 .file-preview-frame .file-thumbnail-footer {
    height: unset;
    margin-top:10px;
}

.theme-fa4 .file-footer-caption {
    display: none;
}

.theme-fa4 .file-preview-image {
    width:100% !important;
    height: 100% !important;
    object-fit: cover;
}
.theme-fa4 .file-footer-buttons {
    float: none;
    display: flex;
    justify-content: space-between;
}

.theme-fa4 .file-upload-indicator {
    display: none;
}

.kv-zoom-actions {
    text-align: right;
}

.btn-hide {
    display: none;
}