.card-header {
	position: relative;
	text-align: center;
	overflow: hidden;
	padding: 0;
}

.badge {
	position: relative;
}

.details:hover {
	color: white;
	background-color: #d91f27;
}

.details {
	border-color: #d91f27;
	border-radius: 4px;
	color: #d91f27;
	border-width: 2px;
}

.col-lg-6.maps-iklan {
	position: relative;
	overflow: hidden;
}

.image-panel {
	max-height: 280px;
}

.btn.sos {
	background-color: #d91f27;
	color: white;
}

.btn.sos:hover {
	background-color: rgb(255, 255, 255);
	color: #d91f27;
	border-color: #d91f27;
	border-width: 2px;
}

.table-responsive tr:nth-child(even) {
	background-color: rgb(225, 225, 225);
}

#thno {
	width: 5%;
}

#thaction {
	width: 30%;
}

#bddetail {
	background-color: #969014;
}

#bddetail:hover {
	background-color: #605d0f;
}

#bdedit {
	background-color: #297d1b;
}

#bdedit:hover {
	background-color: #14390e;
}

#bdhapus {
	background-color: red;
}

#bdhapus:hover {
	background-color: rgb(120, 0, 0);
}

.mdimage {
	max-height: 180px;
	min-height: 100px;
}

.mdimage1 {
	max-height: 280px;
	min-height: 100px;
}

.card-body.mdimagebody {
	text-align: center;
	overflow: hidden;
	padding: 0;
}

#mdmaps {
	position: relative;
	overflow: hidden;
}

.inputedit {
	width: 100%;
}

.card {
	box-shadow: 1px 2px 2px 0px;
}

.card-header.sli {
	text-align: center;
	overflow: hidden;
	padding: 0;
}

.w-100.d-block.gam {
	max-height: 400px;
}

.navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu > .dropdown-menu {
	top: 0;
	margin-top: -5px;
	left: 100%;
}

.dropleft {
	position: relative;
}

.dropleft > .dropdown-menu {
	right: 100%;
	margin-top: 0;
	margin-right: 0;
}

.dropright {
	position: relative;
}

.dropright > .dropdown-menu {
	left: 100%;
	margin-top: 0;
	margin-left: 0;
	display: -ms-inline-grid;
}

#tes {
	color: white;
}

#tes:hover {
	color: black;
}