.bg-border-danger { border: 1px solid #e7515a !important; }
.bg-border-primary { border: 1px solid #4361ee !important; }
.bg-header { background-color: #0e1726; }

.form-control-stok { font-size: 12px !important; padding:6px 12px; height: 30px; }
.btn-stok { padding:6px 12px; height: 30px; }

.mr-70 { margin-right: 70px; }
.mr-47 { margin-right: 47px; }

.subcategory { width:16px; }
.subcategory::before{
	font-family: "Font Awesome 5 Free";
	content: url("../img/gun-solid.svg") !important;
}

.flag-img {
	width: 16px;
	height: 16px;
}

.filemanager-img {
	display: inline-block;
}

@media only screen and (min-width: 768px) {
	div#desktop_barcode_btn{ display: block; }
	li#mobile_barcode_btn{ display: none; }
}

@media only screen and (max-width: 767px){
	div#desktop_barcode_btn{ display: none; }
	li#mobile_barcode_btn{ display: block; }
	.header-container .navbar {
     	padding: 0 !important;
	}
}