body,html{
	height:100%;
}
.bodi{
	background-image: url("../img/bg-body.jpg");
	/* Full height */
	height: 100% !important;
	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#url-rewriting-warning {
	display:none;
}

.flash-sukses{
	background-color:#afa;
	padding:10px;
	position:absolute;
	width:70%;
	top:50px;
	left:14%;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #080;
	color:#080;
}
.flash-fail{
	background-color:#faa;
	padding:10px;
	position:absolute;
	width:70%;
	left:14%;
	top:50px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #800;
	color:#800;
}

@media (min-width:576px){
	.menu_atas_default{
		border-left:0px solid #ddd;
		border-right:0px solid #ddd
	}
	.nama-toko{
		padding-right:15px;
	}
	.box-login{
		margin:20px 0px
	}
}

@media (min-width:768px){
	.menu_atas_default{
		border-left:0px solid #ddd;
		border-right:0px solid #ddd
	}
	.nama-toko{
		padding-right:15px;
	}
	.box-login{
		margin:20px 0px
	}
}
	
@media (min-width:992px){
	.text-kanan{
		text-align:right;
	}
	.menu_atas_default{
		border-left:1px solid #ddd;
	}
	.nomor-akhir{
		border-right:1px solid #ddd
	}
	.nama-toko{
		padding-right:100px;
	}
	.box-login{
		margin:40px 0px
	}
}

@media (min-width:1200px){
	.text-kanan{
		text-align:right;
	}
	.menu_atas_default{
		border-left:1px solid #ddd;
		border-right:0px solid #ddd
	}
	.nomor-akhir{
		border-right:1px solid #ddd
	}
	.nama-toko{
		padding-right:100px;
	}
	.box-login{
		margin:40px 0px
	}
}
.ajax-anchor{
	cursor:pointer;
	color:#fff !important;
}
.dt-body-right{
	text-align:right;
}

/* select2 */
.select2-selection__rendered {
	padding:0px;
    line-height: 31px !important;
}
.select2-container .select2-selection--single {
	padding:4px;
    height: 35px !important;
}
.select2-selection__arrow {
	padding:4px;
    height: 34px !important;
}
.select2-selection__choice{
	color:#444 !important;
}
.nama_toko{
	font-family:impact;
	font-size:150%;
	color:#555;
}
.pemilik{
	font-family:impact;
	font-size:120%;
	color:#555;
}
.alamat{
	font-family:impact;
	font-size:90%;
	color:#555;
}
.vert-top{
	vertical-align:top;
}
.vert-top-label{
	vertical-align:top;
	padding-top:6px;
}
input[type=file]{
	height:auto;
	font-size:90%;
}

/** Paging **/
.paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
.paging .current,
.paging .disabled,
.paging a {
	text-decoration: none;
	display: inline-block;
	padding: 0;
}
.paging > span {
	padding: 5px 8px;
	display: inline-block;
	border: 1px solid #ccc;
	border-left: 0;
}
.paging > span.first {
	border-left: 1px solid #ccc;
	border-right: 0;
}
.paging > span:hover {
	background: #efefef;
}
.paging .prev {
	border-left: 1px solid #ccc;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.paging .next {
	border-right: 1px solid #ccc;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.paging .disabled {
	color: #ddd;
}
.paging .disabled:hover {
	background: transparent;
}
.paging .current {
	background: #efefef;
	color: #c73e14;
	padding: 5px 8px;
}
.btn-aksi{
	background-color:#bb621a !important;
	padding:2px 7px !important;
	color:#fff;
	font-weight:bold;
}
.btn-aksi:hover{
	color:#afa;
}
.select-inline{
	display:inline-block;
	width:auto;
	height:32px;
	padding:3px 5px 2px 5px;
}
.dropdown-item{
	cursor:pointer;
	padding:2px 4px 2px 8px;
}
.fade{
	opacity:0;transition:opacity .15s linear
}
.table-smk{
	padding:10px 6px;
	background-color:#eee;
	border:1px solid #ccc;
}
#ajaxtable{
	background-color:#fff !important;
}
