body {
font-size:100%;
background:#eeeeee url('../images/bg.png');
padding-top:60px;
}
h1, h2, h3 {
padding:0;
margin:0;
}
form label {
	width:200px;
}
form input,form button,form select {
margin:2px 2px;
}
input[type="text"] {
	text-transform:uppercase;
}
.errormsg {
color:#ff0000;
}
.ratakanan {
	text-align:right;
}
.ratakiri {
	text-align:left;
}
.ratatengah {
	text-align:center;
}

/* LOGIN FORM */
#loginform {
max-width:500px;
margin:0 auto;
text-align:center;
}
#loginform label {
width:100px;
}
#loginform input, #loginform button {
margin:3px 0;
}

/* TOPMENU */
#topmenu {
background:#000000;
}

.form-login {
width:330px;
margin:20px auto;
padding:20px;
background:#ffffff;
border-radius:5px;
}

.form-container {
margin:5px auto;
padding:20px;
background:#ededed;
border-radius:5px;
}
.form-title {
margin:20px 0 0 0;
}

.marginBottom-0 {margin-bottom:0;}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#555;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* SIDEBAR */
#cariplu  .panel-body{
	height:200px;
	overflow-y: scroll;
}

/* CARICUSTOMER POPUP */
#caricustomer {
	height:100%;
	width:100%;
	background-color:#333333;
	position:fixed;
	top: 0px;
	left: 0px;
	z-index:999;
	display:none;
}
#caricustomer #formcaricustomer {
	padding :5px;
	width:600px;
	height:300px;
	overflow-y: scroll;
	margin:10% auto;
	background-color:#ffffff;
}
#caricustomer #formcaricustomer #inputcaricustomer {
	background-color:#cce6ff;
	padding:7px;
}