.left{
	float:left;	
}

.right{
	float:right;	
}

.clreol{
	clear:both;
}

.ui-dialog {
  z-index: 1080 !important; /* lebih tinggi dari sidebar atau Bootstrap */
}

#sidebar{
	width:20%;
	height:100%;
	float:left;	
	z-index: 1030;
}

#sidebar #logo{
	width:100%;
	height:180px;	
	display:block;
	background:#333;
}

#sidebar #logo span{
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:180px;
	display:block;
	opacity:0.95;
}

#sidebar .collapse-container h3{
	background:rgba(220,220,220,0.90);
	background-repeat:no-repeat;
	background-position:7% center;
	font-family: "open sans", Tahoma, sans-serif;
	font-size:12px;
	color:#666;
	text-transform:uppercase;
	margin:0;	
	width:100% !important;
	padding:10px 10% 10px 15% !important;
	cursor:pointer;
	border-top:1px solid #ccc;
}

#sidebar .collapse-container h3:hover{
	background:rgba(210,210,210,0.90);
	background-repeat:no-repeat;
	background-position:7% center;
}


#sidebar .collapse-container .arrow-r {
	width: 0; 
	height: 0; 
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	display: inline-block;
	margin:12px 0 0 0;
	float:right;
}

#sidebar .collapse-container .arrow-d {
	width: 0; 
	height: 0; 
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	display: inline-block;
	margin:15px 0 0 0;
	float:right;
}


#sidebar .collapse-container div{
	display: none;
	margin:0 !important;
	padding:0 !important;
  width:100%;
	height:100%;
}

#sidebar .collapse-container div ul{
	margin:0 !important;
	padding:0 !important;
}

#sidebar .collapse-container div ul li{
	margin:0 !important;
	padding:0 !important;
}

#sidebar .collapse-container div ul li a{
	width:100% !important;
	padding:12px 10% 12px 15% !important;
	background:rgba(235,235,235,0.90);
	display:block;
	color:#666;
	font-family: "open sans", Tahoma, sans-serif;
	font-size:13px;
	text-decoration: none;
}

#sidebar .collapse-container div ul li a:hover{
	background:rgba(245,245,245,0.90);
}

#content{
	width:77%;
	padding:3% 0 3% 3%;	
	float:left;
}

#content h2{
	font-weight:300;
	font-size:42px;
	padding-bottom:10px !important;
}

.intro{
	margin-left:2px;	
	margin-top:-10px;
}

.row{	
	width:100%;			
	min-height:35px !important;
	display:inline-block;
	clear:both;
	margin:8px 0 0 0;
	padding:0 0 0 0;		
	text-align:left;
		
}
.row label{	
	width:100%;			
	margin:5px 0 0 0;
}
.row .rowwrap		{	
	float:left;
	padding:0;
}

.row .multiwrap{
	padding:19px 0;	
}

.row .rowwrap label	{	width:auto;display:inline;	}
.row .row input		{	float:left; margin:0 3px 0 0;	}
.row input[type=text],
.row select{
	width:90%;
	padding:5px 5px;
}

.row select{
	width:320px;
}


.form-pack .row{	
	margin:0!Important;
}

.form-pack .row label{	
	width:100%;			
	margin:0;
}

.btnblock{
	border:0;
	padding:10px !important;
	text-shadow:none !important;
	border:none !important;
}

.btnadd{
	padding:5px 10px 3px 10px;
	cursor:pointer;
	background:#eee;
	border:1px solid #aaa;
	margin-bottom:10px;
	float:left;
}

.h3-type2{
	margin:0;border-bottom:1px solid #aaa;width:90%;margin-bottom:10px;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff; /* change if the mask should have another color then white */
	z-index: 9999; /* makes sure it stays on top */
}
#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%; /* centers the loading animation horizontally one the screen */
	top: 50%; /* centers the loading animation vertically one the screen */
	background-image: url(../images/layout/loading.gif); /* path to your loading animation */
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px; /* is width and height divided by two */
}

.notification{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display:block;
	clear:both;
	padding:5px;
	min-height:20px;
	padding-left:35px;
	margin-bottom:15px;
}

.notification-warning{
	background:#ffd0d9 url(../images/icons/exclamation.png) no-repeat 8px center;
	-webkit-box-shadow: 0px 2px 5px rgba(255, 210, 220, 0.75);
	-moz-box-shadow:   	0px 2px 5px rgba(255, 210, 220, 0.75);
	box-shadow:         0px 2px 5px rgba(255, 210, 220, 0.75);
}

.notification-note{
	background:#feea93 url(../images/icons/error.png) no-repeat 8px center;
	-webkit-box-shadow: 0px 2px 5px rgba(255, 235, 150, 0.75);
	-moz-box-shadow:   	0px 2px 5px rgba(255, 235, 150, 0.75);
	box-shadow:         0px 2px 5px rgba(255, 235, 150, 0.75);
}

.notification-success{
	background:#e6ffc3 url(../images/icons/accept.png) no-repeat 8px center;
	-webkit-box-shadow: 0px 2px 5px rgba(230, 235, 200, 0.75);
	-moz-box-shadow:   	0px 2px 5px rgba(230, 235, 200, 0.75);
	box-shadow:         0px 2px 5px rgba(230, 235, 200, 0.75);
}

.table-klola{
	width:96%;
	text-align:left;	
	border-spacing: 1px;
    border-collapse: separate;
	
}

.table-klola td,
.table-klola th{
	padding:5px 10px;
	margin-right:4px !important;
	font-size:12px;
}

.table-klola th{
	background:rgba(230,230,230,0.90);
	font-weight:bold;
}

.table-klola td{
	background:rgba(240,240,240,0.90);
}


.table-isi{
	width:96%;
	text-align:left;	
	border-spacing: 1px;
    border-collapse: separate;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	
}

.table-isi td{
	font-size:12px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#fff;
	padding:0 1%;
	line-height:34px;
}

.table-isi td input{
	width:98%;
	margin:3px 0;
	padding:0;
	height:25px;
}

tr.tr-detail>td{
	background:#e7f3f7;
}

.table-detail{
	width:90%;
	text-align:left;	
	 border-collapse: separate;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}

.table-detail th{
	border-bottom:none!important;
	border-right:1px solid #ccc;
}

.table-detail td{
	font-size:11px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#fff;
	padding:0 1%;
	line-height:24px;
}

a.pindah-batch{
	float:right;
	font-weight:bold;
	color:#333;
	cursor:pointer;
	background:#eee;
	border:1px solid #aaa;
	padding:2px 4px;
	line-height:12px;
	margin:3px 0;
}

a.pindah-batch:hover{
	color:#333;
	background:#fce;
}

#home-content{
	float:right;
	padding:50px;
	width:48%;
	height:100%;	
}

#home-content h1{
	width:100%;
	float:left;	
	margin-bottom:40px;
}

#home-content h1 img{
	height:80px;	
	float:left;
}

#home-content h1 span{
	float:left;
	font-size:40px;
	height:80px;
	color:#0c8fde;
	margin-left:30px;
	padding-left:30px;
	text-align:right;
	width:400px;
	
}

.item-news{
	margin-bottom:20px;	
}

.item-news h4{
	margin:0 !important;
	padding:0 !important;
}

.item-news p{
	margin:0 !important;
	padding:0 !important;
}

.item-media{
	width:200px;	
	background:#f4f4f4;
	padding:20px;
	margin:0 5px 5px 0;
	float:left;
}

.item-media img{
	width:200px;	
}

.btn-lookup img{
	width:30px;
	margin-left:10px;
}

.btn-select{
	padding:1px 5px;
	border:1px solid #aaa;
	background:#fff;
	float:left;
	text-align:center;
	cursor:pointer;
}

.btn-select:hover{
	background:#eee;
}


.progress-bar-green{
	float:left;
	background:#0F0;
	text-align:center;
	font-weight: bold;
}

.progress-bar-yellow{
	float:left;
	background:#FC0;
	text-align:center;
	font-weight: bold;
}

.progress-bar-red{
	float:left;
	background:#F00;
	text-align:center;
	font-weight: bold;
	color:#fff!important;
}

.progress-bar-blue{
	float:left;
	background:#00f;
	text-align:center;
	font-weight: bold;
	color:#fff!important;
}

.form-wrapper{
	float:left;
	width:49%;
}

.hr-grey{
	width:90%;border-color:#999;border-style:solid;
}

.user-info {
    position:absolute;
    top:10px;
    right:20px;
    background:#0E0;
    padding:15px;
    text-align:right;
    border-radius: 5px;
}