@charset "utf-8";
/* CSS Document */

#header {
	height:157px;
}
#navbar {
	height:45px;
	background:#e00000;
	border: 1px solid #720000;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
#nav_shaddow {
	height:27px;
	background:url(../img/nav_shaddow.jpg) no-repeat center bottom;
}
#navigation {
	margin:0;
	list-style-type:none;
	padding:3px;
	margin-top:3px;
}
#navigation li {
	float:left;
	margin-left: 5px;
	background:#800000;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#navigation li a {
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	padding: 6px 17px;
	display:block;
}
#navigation li.active, #navigation li:hover {
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow:         inset 0 0 10px #000000;
}
#searchbar {
	overflow:visible;
	width:240px;
	float:right;
}
#searchbox {
	padding: 5px;
position: relative;
top: -6px;
width: 180px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#searchbtn {
	border:none;
	background:url(../img/search_btn.jpg) no-repeat;
	width:28px;
	height:25px;
	margin-left:5px;
	z-index:999;
}
#main {
	min-height:300px;
	background:url(../img/body-bg.jpg) right top no-repeat;
}
.resultbox {
	background:#f8f8f8;
	border-radius:5px;
	border:solid 1px #d1d1d1;
	margin-right:80px;
	margin-bottom:20px;
	width:95%;
}
.res_tittle {
	background:url(../img/res_bos_tittle_bg.jpg) repeat-x;
	border-radius:5px;
}
.res_tittle h4 {
font-size: 15px;
line-height: 1.3em;
padding: 8px;
color: #5C5A5A;
text-shadow: 0.5px 0.5px #FFFFFF, -0.8px -0.8px rgba(185, 175, 175, 0.39);
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.res_tittle h4 span.datecont {
	color:#e00000;
	text-shadow:none;
	font-size:12px;
	font-weight:bold;
	float: right;
}
.res_content {
	padding:10px;
}
.res_content img {
	margin:0 2px;
}
.res_content img:first-child {
	margin-left:35px;
}
#footer {
	background:#1f1111;
	color:#fff;
	padding:5px;
	border-top-right-radius: 2px;
border-top-left-radius: 2px;
}
#footer p {
	margin-bottom:0;
	font-weight: bold;
font-family: sans-serif;

}
.fullreslink {
	background: url(../img/full_res_link_bg.jpg) repeat-x;
	padding:10px;
	border: solid 1px #aaaaaa;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	text-decoration:none;
	text-transform:uppercase;
	color:#212121;
	margin-left:30px;
	box-shadow:0px 1px 5px #c0c0c0;
}
.fullreslink:hover {
	background:url(../img/full_res_link_bg_hover.jpg) repeat-x;
}
#rightside {
	padding:0px 0px 0px 0px;
}
#rightside h5 {
	color:#e00000;
	border-bottom: dashed 1px #e00000;
}
#rightside h6 {
	color:#d215b7;
	border-bottom: dotted 1px #d215b7;
}
#rightside p {
	color:#8d8d8d
}
#topbtn_cont {
	float:left;
	margin:125px 2px 0px -3px;
}
#topbutton {
	margin:0;
	list-style-type:none;
}
#topbutton li {
	float:left;
	margin-left:5px;
}
#topbutton li a {
	border:solid 1px #d1d1d1;
	padding:6px 15px;
	font-size: 10px;
	color: rgb(49, 46, 46);
	text-shadow: 0px 2px rgb(221, 221, 221);
	font-family: verdana;
	font-weight: bold;
	background:url(../img/res_bos_tittle_bg.jpg) repeat-x;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	box-shadow:0px 2px 5px 0px #616161;
	color:#000;
	text-decoration:none;
}
#topbutton li a:hover {
	text-decoration:none;
}
#rslt img{
width: 11%;
}
.resultbox span{
font-size:12px;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 20px 0;
  list-style: none;
}

.pagination > li {
  display: flex;
  margin-left:0!important;
}

.pagination > li > * {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 36px;
  padding: 0 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: rgb(146, 3, 3);
  background-color: rgba(250, 250, 250, 0.21);
  border: 1px solid #504D4D;
  line-height: 1;
  box-sizing: border-box;
  white-space: nowrap;
  border-radius: 0; /* biar rapat di tengah */
  margin-left: -1px; /* menyatukan border */
  transition: all 0.2s ease;
}

.pagination > li:first-child > * {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > * {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > a:focus {
  color: #EB0000;
  background-color: rgba(209, 0, 0, 0.35);
  border-color: #9b9b9b;
  z-index: 2;
}

.pagination > .active > * {
  z-index: 3;
  color: #ffffff;
  background-color: rgba(209, 0, 0, 0.55);
  border: 1px solid rgba(184, 20, 20, 0.7);
  cursor: default;
}

.pagination > .disabled > * {
  color: rgb(86, 86, 86);
  background-color: rgba(193, 193, 193, 1);
  border-color: #9b9b9b;
  cursor: not-allowed;
  z-index: 1;
}

/* Ukuran besar dan kecil */
.pagination-lg > li > * {
  height: 44px;
  padding: 0 16px;
  font-size: 18px;
}

.pagination-sm > li > * {
  height: 28px;
  padding: 0 10px;
  font-size: 12px;
}
