@font-face{
 font-family:'clock';
 src: url('digital-7.ttf') format('truetype');
}

@font-face{
 font-family:'receipt';
 src: url('receipt.ttf') format('truetype');
}

@font-face{
 font-family:'apple';
 src: url('AppleGaramond.ttf') format('truetype');
}

@media print
{    
    .hidden-print, .no-print, .no-print *
    {
        display: none !important;
    }
}


.ui-autocomplete { z-index:2147483647; }


.tools-data {

}

.lists-data {
	height: calc(100vh - 60.51px - 64px - 59.14px) !important;
	overflow: auto;
	position: relative;
}

.empty-data {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}




/*.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}*/





#qrcode_app {
  	display: inline;
}
@media only screen and (max-width: 800px) {
  #qrcode_app {
  	display: none;
  }
}

[data-slots] { font-family: monospace }

.pointer {
	cursor: pointer;
}

.shadow {
  box-shadow:
        0 2px 4px 0 rgba(0, 0, 0, .14),
        0 1px 6px 0 rgba(0, 0, 0, .12),
        0 0 0 -2px rgba(0, 0, 0, .2) !important;
}

.center-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.center-left {
	display:flex;
	align-items:center;
}

.center-right {
	display:flex;
	justify-content:flex-end;
	align-items:center;
}





.table-resp {
	min-width: auto;
	/*display: block;*/
	overflow-x: auto;
	white-space: nowrap;
	border-collapse: collapse;
}

.level-user {
	padding: 4px 8px;
	border-radius: 7px;
	color: #fff;
}

.sa {
	background-color: #673ab7;
}
.a {
	background-color: #f44336;
}
.kc {
	background-color: #2196f3;
}
.k {
	background-color: #bdbdbd;
}




.menu-setting {
	padding: 10px;
	margin-bottom: 25px;
	background-color: #fff;
	border: 0px solid #000;
	height: 100px;
	border-radius: 15px;
	cursor: pointer;
}

.menu-setting:hover {
	box-shadow:
        0 10px 10px 0 rgba(0, 0, 0, .14),
        0 10px 10px 0 rgba(0, 0, 0, .12),
        0 0 0 -4px rgba(0, 0, 0, .2) !important;
}

.icon-menu {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 5px 0px;
}

.title-menu {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px 0px;
}



.stok-belum {
	background-color: #ff9800;
	margin-left: 70%;
	width: 30%;
	padding: 10px;
	color: #fff;
	border-radius: 10px;
}

.stok-belum .isi {
	display: flex;
	justify-content: center;
	align-items: center;
}

.stok-belum .value {
	font-family:'clock';
	font-weight: bold;
	font-size: 4em;
}

.stok-belum .satuan {
	font-size: 1.2em;
}

.stok-belum .title {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1em;
}

.row-hover:hover {
	background-color:#e3f2fd;
}








.form-rekam-medik {
	display: flex;
}

.kode-member {
	background-color: #f3e5f5;
	height: 140px;
	border-radius: 5px;
	padding: 5px 10px;
}

.kode-member .title {
	font-size: 1.3em;
	font-weight: bold;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0px 5px 0px;
}

.kode-member .form {
	font-family:'clock';
	font-size: 3.3em;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 0px;
}

.kode-member .form input {
	font-size: 1.1em;
}

.data-member {
	background-color: #fff;
	height: 140px;
	border-radius: 5px;
	padding: 7px 15px;
	position: relative;
  	overflow: hidden;
}

.data-member .data_member {
	opacity: 0.7;
	font-weight: none;
}



.informasi {
	background-color: #fff;
	padding: 5px 10px;
}

.informasi .riwayat {
	background-color: #fff;
}

.informasi .riwayat .header {
	height: 30px;
}

.informasi .riwayat .rekam-medik {
	background-color: yellow;
	height: 100px;
}

.informasi .listdata table {
	border-collapse: collapse;
  	width: 100%;
}

.informasi .listdata td {
  padding: 6px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.informasi .listdata tr:hover {background-color:#f5f5f5;}

.informasi .listdata i {
  font-size: 1.3em;
}

.informasi .listdata-empty {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 100px 0px;
}





.primary-transaksi {
	padding: 0 10px 10px 10px;
	border-radius: 5px;
	display: flex;
}

.nomor-nota {
	width: 40%;
	padding: 0 5px;
}

.tanggal-nota {
	width: 35%;
	padding: 0 5px;
}

.jam-nota {
	width: 25%;
	padding: 0 5px;
}

.nomor-nota input, .tanggal-nota input, .jam-nota input {
	margin-top: -3px;
}

.data-cabang {
	padding: 10px;
    border-radius: 5px;
    background-color: #fff;
}

.form-member {
	min-height: 70px;
    display: flex;
    align-items: center;
}
.form-member-card {
	width: 100%;
}
.mb-form-member {
	margin-bottom: 0 !important;
}

.rincian-beli {
	padding: 10px;
	border-radius: 5px;
	background-color: #fff;
}

.data-total {
	padding: 15px 15px 1px 15px;
	border-radius: 5px;
}

.total-beli .total-batas-bawah {
	border-bottom: 1px #000 dashed;
	margin-bottom: 10px;
}

.total-beli .total-batas-atas {
	border-top: 1px #000 dashed;
	margin-top: 10px;
	padding-top: 10px;
}

.total-beli p {
	margin-top: 5px;
	line-height: 0.5;
	font-size: 12px;
}



.form-tambahan {
	display: flex;
	margin-bottom: 5px;
}

.title-form-tambahan {
	font-size: 12px;
	width: 50%;
	display: flex;
	align-items: center;
}

.input-form-tambahan {
	width: 50%;
	display: flex;
	justify-content: flex-end;
}



.form-jual {
	display:flex;
	align-items:flex-end;
}

.data-produk-jual {
	padding: 10px 10px 0px 10px;
	border-radius: 5px;
	background-color: #fff;
}




.biaya-proses-panel {
	width: 100%;
	margin: 15px 0 10px 0;
}

.pembayaran-panel {
	width: 100%;
	padding: 15px 15px 4px 15px;
	border-radius: 5px;
}





.struk {
	/*font-family:'receipt';*/
	font-family: 'apple', serif;
	display: flex;
	line-height: 1;
	/* Tengah atau kiri*/
	justify-content: center;
	/*font-size: 9px;*/
	width: 100%;
}

.struk > .struk-data {
	padding: 0px;
	height: auto;
	background-color: #fff;
}

.struk-data > .struk-header {
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	border-bottom:1px dashed #000;
	padding: 0 0 6px 0 ;
}

.struk-item {
	display: flex;
}

.struk-primary {
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom:1px dashed #000;
}

.struk-primary > .desk {
	width: 40%;
}

.struk-primary > .value-desk {
	width: 60%;
}

.value-desk > .nonota {
	display:flex;
	justify-content:flex-end;
	align-items:center;
}

.value-desk > .waktu {
	display:flex;
	justify-content:flex-end;
	align-items:center;
}

.value-desk > .member {
	display:flex;
	justify-content:flex-end;
	align-items:center;
}

.struk-batas {
	padding-top: 5px;
	border-bottom:1.1px dotted #bdbdbd;
}

.struk-data > .item-title {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom:1px dashed #000;
}

.struk-item > .nama {
	display:flex;
	align-items:center;
	width: 100%;
}

.struk-item > .harga {
	display:flex;
	align-items:center;
	width: 27%;
}

.struk-item > .qty {
	display:flex;
	justify-content:flex-end;
	align-items:center;
	width: 10%;
}

.struk-item > .disc {
	display:flex;
	justify-content:flex-end;
	align-items:center;
	width: 25%;
}

.struk-item > .subtotal {
	display:flex;
	justify-content:flex-end;
	align-items:center;
	width: 38%;
}



.struk-total {
	width: 100%;
	padding-top: 5px;
	margin-top: 10px;
	border-top:1px dashed #000;
}

.struk-total > .desk {
	width: 35%;
}

.struk-total > .value-desk {
	width: 65%;
}

.value-desk > .biaya {
	display:flex;
	justify-content:flex-end;
	align-items:center;
}

.value-desk > .diskon {
	display:flex;
	justify-content:flex-end;
	align-items:center;
}

.value-desk > .qty {
	display:flex;
	justify-content:flex-end;
	align-items:center;
}

.value-desk > .totalall {
	display:flex;
	justify-content:flex-end;
	align-items:center;
}






.report {
	font-size: 10px;
}

.report .border-top {
	padding: 5;
	border-top:1px solid #9e9e9e;
}

.report-container {
	width: 100%;
	height: 80vh;
	display:flex;
	justify-content:center;
	align-items:center;
	border: 0px solid #000;
}

.report-row {
	background-color: #fff;
	border-radius: 10px;
}

.report-header {
	width: 100%;
	border-radius: 10px 10px 0px 0px;
	padding: 15px;
	color: #fff;
	align-items:center;
	font-weight: bold;
	font-size: 15px;
}

.report-form {
	padding: 20px;

}









.tip {
    text-decoration: none
}
.tip:hover {
    cursor: help;
    position: relative
}
.tip span {
    display: none
}
.tip:hover span {
	color: #fff;
    border: #34515e 1px dotted;
    border-radius: 10px;
    padding: 5px;
    display: block;
    z-index: 100;
    background: #34515e no-repeat 100% 5%;
    left: 0px;
    margin-left: -15px;
    top: -35px;
    width: 150px;
    position: absolute;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}





.header-kasir {
	color: #fff;
	border-radius: 6px;
	font-size: 25pt;
	font-weight: bold;
	padding: 10px 15px;
}

.nama-kasir {
}

.tanggal-transaksi {
	padding-right: 10px;
}

.title-member {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 5px;
}

.data-member {

}

.data-member-kosong {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 10pt;
	background-color: #fff;
	height: 127px;
	border-radius: 5px;
	padding: 5px;
}

.member-text {
	opacity: 0.5;
}

.member-id {
	font-size: 15pt;
}

.member-nama {
	font-size: 15pt;
}

.data-nota {
	background-color: #fff;
	padding: 10px 15px;
	font-size: 15pt;
	font-weight: bold;
	border-radius: 5px;
	margin-bottom: 15px;
}

.total-belanja {
	padding: 10px 15px;
	border-radius: 5px;
	height: 110px;
	margin-bottom: 15px;
}

.title-total {
	font-size: 14.5px;
	width: 100%;
	margin-bottom: 7px;
}

.nominal-total {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.nominal-nilai {

}

.nominal-title {
	font-size: 14.5px;
}

.nominal-angka {
	font-size: 50px;
	font-family:'clock';
	font-weight: bold;
	margin-top: -17px;
}





.info-donasi {
	background-color: #fff;
	padding: 15px 15px 2px 15px;
	border-radius: 5px;
}

.info-donasi p {
	margin-top: 5px;
	line-height: 0.7;
	font-size: 14.5px;
}



.select2-container {
	max-width: 250px !important;
}