@media (min-width: 768px) {
	.tombol{
		margin-left: 1%;
		margin-right: 1%;
	}
	.my-grid{
		width: 28%;
		margin-right: -1%;
		margin-left: -2%;
	}

	.tanggal{
		margin-top: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	select.status{
		margin-top: 0px;
		height: 41px;
	}

	.tombol-atas{
		height: 40px;
	}
}

.table > tbody > tr > td {
	font-weight: 400;
	vertical-align: top;
}

.tombol{
	width: 100%;
	margin-left: 1%;
	margin-right: 1%;
}

.produk{
	width: 100%;
	margin-bottom: 14px;
}

.status{
	margin-top: 4px;
	margin-bottom: 6px;
}

.radioku{
	margin-bottom: 10px;
	padding-left: 0px;
}

.radiocs{
	margin-bottom: 10px;
	padding-left: 0px;
}

.list{
	padding-left: 0px;
}

.be-left-sidebar {
	background-color: #4285f4 !important;
	/*width: 230px;*/
	left: 0;
	position: absolute;
	border-right: 1px solid #e3e3e3;
}

.be-left-sidebar .sidebar-elements > li.active > a {
	padding-left: 20px;
	font-weight: 500;
	color: white !important;
	background-color: #fbbc05 !important;
}

.be-left-sidebar .sidebar-elements > li.active > a > span {
	color: white !important;
}

.be-left-sidebar .sidebar-elements .divider {
	padding: 20px 20px 0;
	color: rgb(200, 200, 200) !important;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 11px;
}

.be-left-sidebar .sidebar-elements > li > a {
	display: block;
	padding: 0 20px;
	color: rgb(200, 200, 200) !important;
	font-size: 14px;
	line-height: 38px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.be-left-sidebar .sidebar-elements > li.parent > a::before {
	content: '\f2f2';
	float: right;
	font-family: 'Material Icons';
	font-size: 21px;
	line-height: 37px;
	color: rgb(200, 200, 200) !important;
}

.be-left-sidebar .sidebar-elements > li > a:hover {
	background-color: #fbbc05 !important;
	color: white !important;
}
.be-left-sidebar .sidebar-elements > li > a:hover > span {
	color: white !important;
}

.alert-custom{
	background-color:
	#34a853;

	border-color:
	#34a853;

	color:
	#ffffff;

	width: 255px;

	margin-left: 73%;
}

.test{
	background-color: red;
}

.bg-login{
	background-image: url("../assets/img/login.jpeg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.omset{
	font-size: 14px;
}

#show-me {
  display:none;
}

.loader {
	display: none;
    width: 20px;
    height: 20px;
    border: 3px solid grey;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
  }
  
  
  @keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  } 
