@charset "utf-8";
/* CSS Document */

@keyframes loading {
	to {
		background-position-x: 1.5rem;
	}
}

.box-login {
	padding: 10px;
}

.input-number {
	text-align: right;
}

.text-bold {
	font-weight: bold;
}

.left {
	float: left;
}

.right {
	float: right;
}

.link {
	color: #00f;
}

.link:hover {
	color: #00f;
}

.custom-input {
	margin-bottom: 5px;
	height: 25px;
}

.custom-select {
	margin-bottom: 5px;
	width: auto;
	height: 25px;
}

.process-box {
	padding-top: 10px;
}

.home-icon {
	padding: 10px;
}

.welcome-box {
	padding-bottom: 15px;
}

.table-sell-box {
	padding: 5px;
}

.input-sell-box {
	padding: 5px;
}

.input-sell-left {
	width: 49%;
	float: left;
}

.input-sell-right {
	width: 49%;
	float: right;
}

.red-cross {
	color: #f00;
}

.search-suggestion {
	display: none;
	position: absolute;
	padding: 1px;
	background-color: #fff;
	border: 1px solid #ccc;
	width: 250px;
}

.report-box {
	border: 1px #000 solid;
	width: 100%;
	margin-top: 20px;
	padding: 10px;
}

.report-header {
	background-color: #f4f4f4;
	font-weight: bold;
	font-size: 16px;
}

.report-space {
	background-color: #ffffff;
}

.td-sales {
	padding: 10px;
	font-size: 14px;
}

.btn-rekap-sales {
	background-color: transparent;
	border: none;
	margin: 0px auto;
}

.ket-search {
	padding-bottom: 5px;
}

.header-user {
	padding-bottom: 11px;
	font-size: 20px;
	font-weight: bold;
}

.user-box {
	cursor: pointer;
	padding: 5px 10px;
	margin-top: -1px;
	border: 1px solid #000000;
}

.unread {
	color: #ff0000;
}

.no-chat {
	text-align: center;
	font-size: 18px;
}

.admin-chat {
	border: 1px solid;
	margin-bottom: 10px;
}

.admin-chat > .sales-box {
	padding: 5px 10px;
	background-color: #ddd;
	border-bottom: 1px solid;
}

.admin-chat > .sales-box {
	font-weight: bold;
	font-size: 16px;
}

.chat-container {
	height: 450px;
	padding: 5px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.chat-container > .chat-msg > .date {
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: center;
	color: #999999;
	font-size: 12px;
}

.chat-container > .chat-msg > .bubble {
	background-color: #f2f2f2;
	border-radius: 5px;
	box-shadow: 0 0 6px #b2b2b2;
	display: inline-block;
	padding: 10px 18px;
	position: relative;
	vertical-align: top;
	font-size: 12px;
}

.chat-container > .chat-msg > .bubble > a {
	text-decoration: underline;
}

.chat-container > .chat-msg > .bubble::before {
	background-color: #f2f2f2;
	content: "\00a0";
	display: block;
	height: 16px;
	position: absolute;
	top: 11px;
	transform: rotate(29deg) skew(-35deg);
	-moz-transform: rotate(29deg) skew(-35deg);
	-ms-transform: rotate(29deg) skew(-35deg);
	-o-transform: rotate(29deg) skew(-35deg);
	-webkit-transform: rotate(29deg) skew(-35deg);
	width: 20px;
}

.chat-container > .chat-msg > .bubble.me {
	float: left;
	margin: 10px 45px 10px 20px;
}

.chat-container > .chat-msg > .bubble.me::before {
	box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, 0.4);
	left: -9px;
}

.chat-container > .chat-msg > .bubble.you {
	float: right;
	margin: 10px 25px 10px 45px;
}

.chat-container > .chat-msg > .bubble.you::before {
	box-shadow: 2px -2px 2px 0 rgba(178, 178, 178, 0.4);
	right: -9px;
}

.chat-container > .chat-msg > .time {
	width: 100%;
	font-size: 10px;
	color: #999999;
	margin-top: -5px;
}

.chat-container > .chat-msg > .time.me {
	float: left;
	margin-left: 20px;
}

.chat-container > .chat-msg > .time.you {
	float: right;
	margin-right: 30px;
	text-align: right;
}

.chat-input-box {
	padding: 5px;
	border-top: 1px solid;
}

.chat-input-box > .chat-input {
	width: 100%;
	border: unset;
}

.site_title {
	font-size: 18px !important;
}

.side-menu .menu_list {
	margin-top: -10px !important;
}

.top_right_menu {
	width: 200px !important;
}

.copyright {
	padding-top: 120px !important;
}

.content-box {
	background-color: #ffffff !important;
	color: #000000 !important;
}

.ui-jqgrid-pager {
	text-align: center !important;
	height: 35px !important;
}

textarea.form-control {
	resize: vertical !important;
	min-height: 100px !important;
}

.radio-container {
	min-height: 34px !important;
	padding: 6px 12px !important;
	border: 1px solid #cccccc !important;
}

.radio-container label {
	margin-bottom: unset !important;
	margin-right: 10px !important;
	font-weight: unset !important;
}

.radio-container label span {
	vertical-align: 2px !important;
}

.akses-box,
.resep-box,
.stokopname-box,
.stoktransfer-box {
	margin-bottom: 10px !important;
	padding: 10px !important;
	border: 1px solid #000000 !important;
}

.akses-box .akses-title {
	font-size: 16px !important;
	font-weight: bold !important;
}

.akses-box .akses-list {
	width: 19% !important;
	margin-right: 10px !important;
	font-size: 14px !important;
	font-weight: unset !important;
}

.akses-box .akses-list span {
	vertical-align: 1px !important;
}

.stokopname-box,
.stoktransfer-box {
	margin-bottom: unset !important;
}

.harga-barang-box {
	margin-bottom: 10px !important;
	padding: 10px !important;
	padding-bottom: 5px !important;
	border: 1px solid #000000 !important;
}

.desimal input,
.desimal span {
	display: inline-block !important;
}

.desimal input.bulat {
	width: calc(100% - 80px) !important;
	text-align: right !important;
}

.desimal input.koma {
	width: 50px !important;
	padding: 5px !important;
	text-align: center !important;
}

.desimal span.pemisah {
	width: 10px !important;
	text-align: center !important;
	font-size: 16px !important;
	font-weight: bold !important;
}

.desimal span.persen {
	width: 15px !important;
	text-align: center !important;
}

.nav-tabs li a {
	padding: 10px 15px !important;
	color: #000000 !important;
}

.nav-tabs li.active a {
	font-weight: bold !important;
}

.nav.child_menu li {
	padding-left: 2.5rem;
}

.nav-md ul.nav.child_menu li:after {
	left: 20px;
}

.nav-md ul.nav.child_menu li:before {
	left: 16px;
	margin-top: 12px;
}

.panel-body {
	margin-top: -1px !important;
	border: 1px solid #dddddd !important;
}

.lunas-box {
	padding-top: 10px !important;
	font-size: 24px !important;
}

.lunas-box .input-box {
	width: 230px !important;
	height: 30px !important;
	margin-right: 10px !important;
	font-size: 14px !important;
}

.lunas-box .proses-btn {
	margin-top: 10px !important;
	font-size: 16px !important;
}

.lunas-box .tgl-label {
	font-size: 16px !important;
	font-weight: bold !important;
}

.lunas-box .tgl-value {
	width: 128px !important;
	text-align: center !important;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
	min-height: 34px !important;
	border-radius: unset !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-top: 0px !important;
	line-height: 32px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 32px !important;
}

.select2.select2-container.select2-container--default {
	width: 100% !important;
}

.preview {
	margin-top: 15px;
}

.preview table {
	border: 1px solid;
}

.preview table tr.ui-widget-header td {
	border: 1px solid #aaaaaa;
}

.preview table tr td {
	padding: 5px;
	border: 1px solid #000000;
}

.preview table tr.tidak td {
	background-color: #333333;
	color: #d4d4d4;
}

.preview table tr.tempo td {
	color: #ff0000;
}

.preview table tr.tidak td.nama,
.preview table tr.tempo td.nama {
	background-color: unset !important;
	color: unset !important;
}

.ui-jqgrid-title {
	line-height: 16px !important;
}

.ui-jqgrid tr.ui-row-ltr td {
	white-space: normal !important;
}

.table-view {
	width: 100%;
}

.table-view td,
.table-view th {
	padding: 8px;
	border: 1px solid #dddddd;
}

.table-view td.no,
.table-view th.no {
	width: 64px;
}

.table-view tr:nth-child(odd) {
	background-color: #ffffff;
}

.table-view tr:nth-child(even) {
	background-color: #f2f2f2;
}

.table-view tr:hover {
	background-color: #dddddd;
}

.table-view th {
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #ededed;
	text-align: center;
	color: #000000;
}

.table-view .red {
	color: #ff0000;
}

.loading .bar {
	width: 100%;
	height: 1.5rem;
	background-color: #6889ff;
	border-radius: 1rem;
	background-image: linear-gradient(-45deg, #ffffff44 0%, #ffffff44 25%, transparent 25%, transparent 50%, #ffffff44 50%, #ffffff44 75%, transparent 75%, transparent 100%);
	background-size: 1.5rem;
	animation: loading 0.5s linear infinite;
}

.loading .txt {
	margin-top: 3px;
	text-align: center;
	font-size: 12px;
	font-style: italic;
}

/* CUSTOM THEME CSS, color: #f5cd46, #343bc8 */
body,
body.login {
	background-color: #f5cd46;
}
body.login {
	color: #343bc8;
}
.login_content {
	text-shadow: unset;
}
.nav_title,
.left_col {
	background-color: #f5cd46;
}
.nav.side-menu > li.active,
.nav.side-menu > li.current-page {
	border-color: #808080;
}
.nav.side-menu > li.active > a {
	background: #343bc8;
	color: #ffffff;
}
.nav-sm ul.nav.child_menu {
	background: #f5cd46;
}
.nav.child_menu > li > a,
.nav.side-menu > li > a {
	background-color: #f5cd46;
	color: #343bc8;
}
a.site_title {
	color: #343bc8 !important;
}
a.site_title i.fa.fa-home {
	border-color: #343bc8 !important;
}
.nav.child_menu > li > a:hover,
.nav.side-menu > li > a:hover {
	color: #a4a4a4 !important;
}

/* HOME CSS */
.home-card {
	padding: 1rem 1.5rem;
	background-color: #f5cd46;
	color: #ffffff;
}
.home-card .home-box {
	margin-bottom: 0.5rem;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}
.home-card .home-box .input-date {
	width: 120px;
	height: 34px;
	color: #ffffff;
}
.home-card .home-box .input-select {
	width: 170px;
	height: 34px;
	color: #ffffff;
}
.home-card .home-box .view-data {
	margin-bottom: 1rem;
	font-size: 14px;
}
.home-card hr {
	margin: 0.5rem 0rem;
	border-top: 2px solid #ffffff;
}

/* OVERLAY CSS */
.overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 100;
}
.overlay.active{
	display: block;
}
.overlay .overlay-content {
	margin: 5rem;
	width: calc(100vw - 10rem);
	padding: 2rem;
	border-radius: 2rem;
	background-color: #ffffff;
}
.overlay .overlay-content .overlay-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.overlay .overlay-content .overlay-header .judul {
	margin: 0;
	font-size: 30px;
}
.overlay .overlay-content .overlay-header .tutup {
	margin: 0;
	margin-top: -20px;
	padding: 0;
	border: 0;
    line-height: 1;
    background: unset;
	font-size: 36px;
	color: #000000;
}