body {
	background: #f1f1f1;
	font-size: 13px;
}

.login-panel{
	margin:auto;
	margin-top:80px;
	width:300px;
}

.login-panel img{
	margin-bottom:20px;
}

.login-panel  > .panel{
	padding:10px;
}

.footer{
	text-align:center;
	padding:5px;
	color:#666;
}

.error_validasi {
	margin-top:15px;
	margin-bottom: 0px;
}

.error_validasi p {
	color:red;
	padding:0px;
	margin: 0px !important;
}

.navbar-nav li.active > a,
.dropdown-menu li:hover a {
	/*background: #2a84ae !important;*/
	/*color:#fff !important;*/
	/*background: #ffff00 !important;*/
    background-image: linear-gradient(to top,#fff 0,#ffff00 10%);

	color:#333 !important;
}

#my-grid th {
	/*border-color:#C9DCEA;*/
	/*background-color: #deeffc;*/
    border-color: #dddddd;
    background-color: #ffff00; 
	background-color: -moz-linear-gradient(top,  #deeffc 0%, #d7e6f2 100%); 
	background-color: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#deeffc), color-stop(100%,#d7e6f2)); 
	background-color: -webkit-linear-gradient(top,  #deeffc 0%,#d7e6f2 100%); 
	background-color: -o-linear-gradient(top,  #deeffc 0%,#d7e6f2 100%); 
	background-color: -ms-linear-gradient(top,  #deeffc 0%,#d7e6f2 100%); 
	background-color: linear-gradient(to bottom,  #deeffc 0%,#d7e6f2 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deeffc', endColorstr='#d7e6f2',GradientType=0 ); 
}

.judul-transaksi {
	margin-top: 5px;
	margin-bottom: 15px;
}

.table-responsive {
	overflow: hidden;
}

.alert {
	margin-bottom: 0px;
}

#daftar-autocomplete { 
	list-style:none; 
	margin:0; 
	padding:0; 
	width:100%;
}

#daftar-autocomplete li {
	padding: 5px 10px 5px 10px; 
	background:#FAFAFA; 
	border-bottom:#ddd 1px solid;
}

#daftar-autocomplete li:hover,
#daftar-autocomplete li.autocomplete_active { 
	background:#2a84ae; 
	color:#fff; 
	cursor: pointer;
}

#hasil_pencarian{ 
	padding: 0px; 
	display: none; 
	position: absolute; 
	max-height: 350px;
	overflow: auto;
	border:1px solid #ddd;
	z-index: 1;
}

.TotalBayar {
	text-align: right;
	margin-bottom: 20px;
}

.TotalBayar h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}

button#CetakStruk, button#Simpann {
	padding-top: 8px;
	padding-bottom: 8px;
}

.info_pelanggan {
	margin-bottom: 0px;
}

.info_pelanggan td {
	padding: 2px;
	text-align: left;
}

#LoadingDulu {
	position: fixed;
	top:0px;
	width: 100%;
	z-index: 1;
}

#LoadingContent {
	height: 30px;
	margin: auto;
	width: 180px;
	background: #ff005e;
	text-align: center;
	line-height: 29px;
	font-weight: bold;
	color: #fff;
}

.logo{
    width: 50px;
    margin-right: 2em;
}
.navbar-brand {
    padding: 5px 15px;
}
.navbar-default {
    background-color: #ffff00;
    border-color: #eeeeee;
    background-image: linear-gradient(to top,#fff 0,#ffff00 10%);
    border-radius: 0;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
    background-image: linear-gradient(to top,#fff 0,#ffff00 10%);
}
.navbar-default .navbar-text {
    color: #252500;
}
.navbar-default .navbar-nav>li>a {
    color: #252500;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 5px;
}
.panel-warning>.panel-heading {
    background-image: linear-gradient(to bottom,#ffff00 0,#ffff00 100%);
}
.panel-warning>.panel-heading {
    color: #252500;
    background-color: #ffff00;
    border-color: #eeeeee;
}
.panel-warning {
    border-color: #eeeeee;
    box-shadow: 1px 1px 15px #eee;
}
.TotalBayar {
	padding: 7.5px 10px;
    min-height: 42px;
}
.TotalBayar h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}
#BarisBaru{
	margin-top: -2px;
}
.input-sm {
    height: 25px;
    padding: 3px 10px;
}
.form-horizontal .control-label {
    padding: 0px 0;
}
.form-control:focus {
    border-color: #ffff00;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #ffff0099;
}
#HapusBaris{
	background: #ff3800;
}
#HapusBaris > i{
	color: #fff;
}
.icon-div{
	padding: 5%;
}
.icon-div a{
	text-decoration: none;
	color: #252500;
}
.icon-div a:hover > div, .icon-div a:focus > div{
    box-shadow: 5px 5px 15px #eee;
}
.table-responsive {
	min-height: 300px;
}
.btn-yellow{
	background-image: linear-gradient(to bottom,#ffff00 0,#ffff00 100%);
    border-color: #dddddd;
    color: #252500;
}
.btn-yellow:hover {
    color: #252500;
	background-color: #ffff00;
    border-color: #dddddd;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #ffff00!important;
    border-color: #ffff00!important;
        color: #000!important;
}

.pagination>li>a, .pagination>li>span {
	color: #000!important;
}

.login-panel h3{
    font-size: 23px;
    margin-bottom: 20px;
}

.mb-1 {
	margin-bottom: 1em;
}
.mb-2 {
	margin-bottom: 2em;
}
.mb-3 {
	margin-bottom: 3em;
}

@media screen and (max-width:1200px) {
	.table-responsive {
		overflow: auto;
	}

	body {
		background: #f1f1f1;
		font-size: 12px;
	}
	.icon-div{
		padding: 3%;
		margin-bottom: 50px;
	}

	.icon-div h3{
		font-size: 18px;
	}
}

@media screen and (max-width:767px) {
	body{
		background-size: auto!important;
	}
	
	#TabelTransaksi .qty{
	    min-width: 60px;
	}

	.navbar-toggle {
	    border-color: transparent!important;
	}

	.navbar-default .navbar-toggle .icon-bar {
	    background-color: #000!important;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	     border-color: transparent!important; 
	}

	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	    background-color: #efef02;
	}

	.table-responsive {
		overflow: auto;
	}

	body {
		background: #f1f1f1;
		font-size: 11px;
	}
	.icon-div{
		padding: 3%;
		margin-bottom: 50px;
	}

	.form-horizontal .control-label {
	    padding: 0px 15px!important;
	}

	#CetakStruk{
		margin-bottom: 15px;
	}

	.table-responsive {
	    border: none!important;
	}
}

@media screen and (max-width:360px) {
    
	.icon-div div {
	    height: 100px!important;
	}
	.icon-div img{
		width: 100px!important;
	}

}
