@charset "utf-8";
/* CSS Document */
body
{
	background: #FFFFFF url(../../../aset/gambar/latar.jpg) top center fixed;
	margin:0px;
}
body
{
	background-color:#FFF;
	margin:0px;
}
.halaman{
	margin:0px auto 0px 180px;
	padding:20px 5px;
	width:80%;float:left;
	min-width:900px;
	height:AUTO;
	background-position:top left; 
	background-repeat:no-repeat;
	
}
.kepala{
	width:80%px;
	min-width:900px; 
	height:100px; 
	background-image:url(../../aset/gambar/kepala.jpg);
	background-repeat:no-repeat; 
	background-position:left;   
	border-bottom-color:#CCC; 
	border-bottom-width:5px; 
	border-bottom-style:ridge;
	z-index:100; 
	margin-left:170px;
}
.kiri{
	background-color:#FDFDFF;
	width:180px;height:100%;
	float:left;
	position:fixed;
	top:-1px;
	background-image: url() ; 
	background-repeat:repeat-y; 
	background-position:right;
	left:-5px;
	border-right-color:#CCC; 
	border-right-width:5px; 
	border-right-style:ridge; 
	padding-top:50px; 
	z-index:20;
}
.paging {
	text-align: right;
}
.paging a.active {
	background-color: #666;
	color:#FFF
}
.paging a {
	color:#333;
	display: inline-block;
	margin:2px;
	padding:7px;
	border:1px solid #AAAAAA;
	width: 30px;
	text-align: center;
	border-radius: 50px;
	border-bottom-left-radius:0px;
	text-decoration: none;
	font-size:9px;
}
.paging a.normal:hover {
	background-color: #333;
	color:#FFF;
	text-decoration: none;
}

/* Mulai modifikasi notify */
.alert-success > [data-notify="icon"] {
	height: 50px;
	margin-right: 12px;
}
.alert-success > [data-notify="title"] {
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
.alert-success > [data-notify="message"] {
	font-size: 80%;
}

.alert-warning > [data-notify="icon"] {
	height: 50px;
	margin-right: 12px;
}
.alert-warning > [data-notify="title"] {
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
.alert-warning > [data-notify="message"] {
	font-size: 80%;
}

.alert-danger > [data-notify="icon"] {
	height: 50px;
	margin-right: 12px;
}
.alert-danger > [data-notify="title"] {
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
.alert-danger > [data-notify="message"] {
	font-size: 100%;
}
/* Akhir modifikasi notify */