
@import url("fonts.css");

* {
	*font-family: 'Open SansRegular' !important;
	*font-size:13px !important;
	
	padding: 0;
	margin: 0;
}
html{
	height:100%;
	min-height:100%;
}
html, body {
	height: 100%;
	overflow-x:hidden;
	
	min-height: -moz-calc(100% - 10px);
    min-height: -webkit-calc(100% - 10px);
    min-height: -o-calc(100% - 10px);
    min-height: calc(100% - 10px);
	
}
body {
	font-family: 'Catamaran Regular';
	font-size: 14px
	
}

/****/
.body-rkm{
	overflow:hidden;
	height:100%;
	
	background: #e0e0e0 url(../images/bg-dot.png) bottom left no-repeat;
	background-size: auto 100%;
	
}
.container-rkm{
	padding-top: 90px; 
	height:calc(100% - 30px); /* footer height 30px */ 
	padding-left:0px; 
	padding-right:0px;
}
@media screen and (max-width:767px) {
	.container-rkm{
		height: auto; 
		
	}
}
ul.navbar-rkm li a{
	color:#333 !important;
}

/****/
.navbar-inverse .navbar-nav > .open > a, 
.navbar-inverse .navbar-nav > .open > a:focus, 
.navbar-inverse .navbar-nav > .open > a:hover{
	background:#e6e6e6;
}

@media screen and (max-width:767px) {
	.body-rkm{
		*background:#efdcc8;
	}
}

h1 {
	font-size: 1.4em;
	padding: 10px 10px 0;
}
p {
	*padding: 0 10px 1em;
	
}
#kontainer {
	min-height: 100%;
	height:100%;
	
	/*min-height: -moz-calc(100% - 10px);
    min-height: -webkit-calc(100% - 10px);
    min-height: -o-calc(100% - 10px);
    min-height: calc(100% - 10px);*/

	/*background-color: #DDD;*/
	/*border-left: 2px solid #666;
	border-right: 2px solid #666;*/
	width: 100%;
	margin: 0 auto;
}
/** html #container {
	height: 100%;
}*/

#header{
	position:relative;
	
	height:80px;
	background:#FFF;
	text-align:right;
}
#header-login{
	position:relative;
	
	height:120px;
	/*padding-top:10px;*/
	background:#FFF url(../images/login-header.png) right no-repeat;
}
#title-aplikasi{
	float:left;
	padding-left:50px;
	height:80px;
	line-height:100px;
}
#logo{
	float:right;
	height:75px;
	padding-top:5px;
}
#login-area{
	position:relative;
	z-index:5;
	/*background:#9C0; */
	width:100%;
	
	padding:0 40px;
	

}

#login-area input[type = text],
#login-area input[type = password]{

	width:100%;
	height:40px;
	/*border:1px solid #dbdee3;*/
	border:none;
	margin-bottom:14px;
	padding-left:20px;
	padding-right:20px;	
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#login-area input[type = submit]{
	width:100%;
	height:40px;
	
	/*background: #FFF;*/	
	/* fallback */ 
	background-color: #38a3d5; background: url(images/linear_bg_2.png); background-repeat: repeat-x; 	
	/* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#38a3d5), to(#18749f)); 	
	/* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #38a3d5, #18749f); 	
	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #38a3d5, #18749f); 	
	/* IE 10 */ 
	background: -ms-linear-gradient(top, #38a3d5, #18749f); 	
	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #38a3d5, #18749f);
	
	color:#FFF;
	font-size:14px;
	border:none;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	
}

#inline1 input[type = password]{

	width:210px;
	height:40px;
	/*border:1px solid #dbdee3;*/
	border:none;
	margin-bottom:14px;
	padding-left:20px;
	padding-right:20px;	
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#inline1 input[type = submit]{
	width:250px;	
	height:40px;
	
	/*background: #FFF;*/	
	/* fallback */ 
	background-color: #38a3d5; background: url(images/linear_bg_2.png); background-repeat: repeat-x; 	
	/* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#38a3d5), to(#18749f)); 	
	/* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #38a3d5, #18749f); 	
	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #38a3d5, #18749f); 	
	/* IE 10 */ 
	background: -ms-linear-gradient(top, #38a3d5, #18749f); 	
	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #38a3d5, #18749f);
	
	color:#FFF;
	font-size:14px;
	border:none;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	
}


#login-area-bawah{
	background:#f5f7f8; border-top:1px solid #dbdee3; height:45px; line-height:45px; padding-left:20px; color:#b3b0ae;
	font-size:12px;
}
#login-area-bawah img{
	vertical-align:middle;
	margin-right:10px;
}
#inline1 input{ color:#81ab30;}

#footer{
	position:absolute;
	bottom:0;
	/*background:url(../images/hr-footer.png) top center no-repeat;*/
	width:100%;
	height:70px;
}
#footer-login{
	position:absolute;
	bottom:0;
	background:#FFF url(../images/login-footer.png) top left no-repeat;
	width:100%;
	height:120px;
}
#footer-login-inner{
	width:100%; 
	height:120px; 
	line-height:120px; 
	text-align:right;
}
#footer2{
	/*position:absolute;
	bottom:0;*/
	background:#38a3d5;
	width:280px;
	height:55px;
	padding-top:15px;
	text-align:right;
	
	color:#FFF;
	padding-right:20px;
	
}
#footer2 span{
	font-weight:bold;
}

#footer-kiri{
	float:left;
	font-size:13px;
	padding-top:14px;
	padding-left:50px;
}
#footer-kiri span{
	font-weight:bold;
}
#footer-kanan{
	float:right;
	color:#FFF;
	font-size:13px;
	padding-top:14px;
	padding-right:10px;
	text-align:right;
}
#footer-kanan span{
	font-weight:bold;
}

#footer-waktu{
	background:url(../images/bg-footer.png) left no-repeat;
	float:left;
	*padding-top:20px;
	height:50px;	
	
	/*width: -moz-calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
    width: -o-calc(100% - 300px);
    width: calc(100% - 300px);*/
	
	position:absolute;
	bottom:0;
	left:251px;
	width:100%;
	height:72px;
	padding-top:12px;

}
#footer-waktu-icon{
	float:left;
	margin-left:20px;
	padding-top:5px;
}
#footer-waktu-icon img{
	vertical-align:middle;
}
#footer-waktu-jam{
	float:left;
	margin-left:20px;
	color:#FFF;
	
	font-family: 'HelveticaNeueUltraLight';
	font-size:48px;
	
	margin-top:-10px;
}
#footer-waktu-tgl{
	float:left;
	margin-left:10px;
	color:#FFF;
}

/****/

#akun-area{
	float:left;
	height:50px;
	padding-top:20px;
	padding-left:20px;
	
}
#akun-icon{
	float:left;
	line-height:60px;
}
#akun-nama{
	float:left;
	margin-left:10px;
	text-align:left;
}
#akun-nama span{
	color:#999;
}
#akun-nama a{
	color:#999;
	text-decoration:none;
	
}
#akun-nama a:hover{
	color:#38a4d5;
}

/****/

#berita-list{
	float:left;
	width:100%;
	border-bottom:1px solid #dbdee3;
	padding-top:5px;
}
#berita-thumb{
	float:left;
	width:90px;
}
#berita-thumb img{
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
#berita-ket{
	float:right;
	width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    width: -o-calc(100% - 90px);
    width: calc(100% - 90px);

}
#berita-tgl,
#rapat-tgl{
	color:#77726f;
	font-size:12px;
}
#berita-tgl span,
#rapat-tgl span{
	color:#b3b3b3;
}

#berita-judul,
#rapat-judul{
	color:#77726f;
	font-size:14px;
}
#berita-judul a, #rapat-judul a{ color:#77726f; text-decoration:none;}
#berita-judul a:hover, #rapat-judul a:hover{ color:#333; text-decoration:none;}
#berita-judul a span, #rapat-judul a span{ color:#ab3035; text-decoration:none;}

#berita-judul-main{
	text-transform:uppercase;
	margin-bottom:10px;
}
#berita-tgl-main,
#rapat-tgl-main{
	color:#81ab30;
	font-size:12px;
}

#berita-isi{
	
}

/****/

#rapat-list{
	float:left;
	width:100%;
	border-bottom:1px solid #dbdee3;
	padding-top:5px;
	padding-bottom:10px;
}

/****/

#faq-box{
	margin-bottom:10px;
}
#faq-tanya{
	background:#dedfe0;
	color:##77726f;
	padding:10px 20px;
	
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}
#faq-tanya img{
	vertical-align:middle;
}
#faq-jawab{
	background:#ab3035;
	color:#FFF;
	padding:10px 20px;
	
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

/****/

#selengkapnya{
	float:left;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	text-align:right;
}
#selengkapnya a{ color:#77726f; text-decoration:none;}
#selengkapnya a:hover{ color:#333; text-decoration:none;}
#selengkapnya a span{ color:#ab3035; text-decoration:none;}

#kembali{
	float:left;
	width:100%;
	margin-top:10px;
	text-align:left;
}
#kembali a{ color:#77726f; text-decoration:none;}
#kembali a:hover{ color:#333; text-decoration:none;}
#kembali a span{ color:#ffe326/*81ab30*/; text-decoration:none;}

/****/

#agenda-list{
	float:left;
	width:100%;
	border-bottom:1px solid #dbdee3;
	padding-top:5px;
	padding-bottom:10px;
}
#agenda-tgl{
	float:left;
	text-align:center;
	width:38px;
	height:40px;
	line-height:40px;
	font-size:24px;
	color:#ab3035;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border:1px solid #ab3035;
	
	margin-right:10px;
}
#agenda-ket{
	float:right;
	width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -o-calc(100% - 50px);
    width: calc(100% - 50px);
}
#agenda-bulan{
	color:#b3b3b3;
	font-size:12px;
}
#agenda-bulan-main{
	color:#ab3035;
	font-size:12px;
}
#agenda-judul a{ color:#77726f; text-decoration:none;}
#agenda-judul a:hover{ color:#333; text-decoration:none;}
#agenda-judul a span{ color:#ab3035; text-decoration:none;}

/****/

#konten{
	float:left;
	/*width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);*/
	width:100%;
	padding:18px 20px;
}
#konten p{
	margin-bottom:8px;
}
#konten-inner{
	float:left;
	background:url(../images/bg-putih-opacity.png);
	/*width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);*/
	width:100%;
	padding:20px 20px 18px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#konten table{
	
}
.konten-utama{
	*height:calc(100% - 200px) !important;
	
	height: -moz-calc(100% - 50px) !important;
    height: -webkit-calc(100% - 50px) !important;
    height: -o-calc(100% - 50px) !important;
    height: calc(100% - 50px) !important; 
	
	padding-bottom:0px !important;
	
	position:relative;
	overflow: hidden;
	
	-webkit-border-radius: 1px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius: 1px;
	-moz-border-radius-bottomleft: 20px;
	border-radius: 1px;
	border-bottom-left-radius: 20px;

}
.konten-utama iframe{
	*border:2px solid orange;
	
	padding-bottom:0px !important;
}

@media screen and (max-width:767px) {
	.konten-utama{		
		height: -moz-calc(100% - 100px) !important;
		height: -webkit-calc(100% - 100px) !important;
		height: -o-calc(100% - 100px) !important;
		height: calc(100% - 100px) !important; 
		
		padding-bottom:0px !important;
	
	}
}

/****/
body div.wrapper-index{
	*border:2px solid red !important;
	height: -moz-calc(100% - 30px) !important;
	height: -webkit-calc(100% - 30px) !important;
	height: -o-calc(100% - 30px) !important;
	height: calc(100% - 30px) !important;
}
footer.footer{
	height:30px;
	line-height:30px;
	*background:#f2f2f2;
	
	display:inline-block;
	width:100%;
	
	position:relative;
	z-index:1001;
}
@media screen and (max-width:767px) {
	footer.footer{
		position:fixed;
		bottom:0;
		
		height:auto;
		line-height: normal;
		
		padding:10px;
	}
}

.area-cabang-nama{
	padding:0 10px 0 110px;
	float:left;
	
	font-size:12px !important;
}
.area-cabang-nama i{
	color:#1561ae;
}
.area-copyright{
	float:right;
	*border:20px solid red !important;
	padding:0 10px;
	
	font-size:12px !important;
}
@media screen and (max-width:767px) {
	.area-cabang-nama span{
		display:inline-block;
		width:100%;
		background:#ddd;
		border-bottom:1px solid #eee;
		padding:4px;
	}
	.area-copyright{
		font-size:8.5px !important;
		text-align:center !important;
		
		*background:#eee !important;
		width:100%;
		padding:4px 0;
	}
}

/****/

#judul-main{
	*width:1000px; 
	*width:100%;
	
	width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: -o-calc(100% - 100px);
    width: calc(100% - 100px);

	*background:#F6F;
	position:relative;
	margin-left:45px;
	margin-top:18px;
	color:#FFF;
	text-transform:uppercase;
	font-size:24px;
	
	text-shadow:0px 1px 2px #808080;
	/*-moz-box-shadow:    0px 0px 3px 1px #808080;
	-webkit-box-shadow: 0px 0px 3px 1px #808080;
	box-shadow:         0px 0px 3px 1px #808080;*/
}
#judul-main span{
	font-weight:bold;
}

/*****************************************************/

#konten-kiri-area{
	
	text-align:center;
	
	
	height: -moz-calc(100% - 70px);
    height: -webkit-calc(100% - 70px);
    height: -o-calc(100% - 70px);
    height: calc(100% - 70px);
	
	
}
#logo-kiri-area{
	
	text-align:center;
	
	
	height: -moz-calc(100% - 370px);
    height: -webkit-calc(100% - 370px);
    height: -o-calc(100% - 370px);
    height: calc(100% - 370px);
	
	/*background:#F90;*/
	
}
#area-notifikasi{
	
	/*height:300px;*/
	width:100%;
	height: -moz-calc(100% - 70px);
    height: -webkit-calc(100% - 70px);
    height: -o-calc(100% - 70px);
    height: calc(100% - 70px);
	
	position:relative;
	padding:0 10px;
	background:url(../images/bg-notifikasi.png) top center no-repeat;
	background-size:100% 100%;
	
	/*-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;*/
}
#frame-area{
	height:100%;
	min-height:100%;
	
	
	/*height: -moz-calc(100% - 5px);
    height: -webkit-calc(100% - 5px);
    height: -o-calc(100% - 5px);
    height: calc(100% - 5px);
	
	min-height: -moz-calc(100% - 5px);
    min-height: -webkit-calc(100% - 5px);
    min-height: -o-calc(100% - 5px);
    min-height: calc(100% - 5px);*/
	
}
#frame-area iframe{
	width:100%;
	height:100%;
	min-height:100%;
	display:block;
	border:none;

}

/** SISI KIRI KANAN MAIN **/
#sisi-kiri-main{
	width:300px;
	
	min-height: calc(100% - 80px);
	/*max-height: calc(100% - 80px);*/
	
	height: calc(100% - 90px);
	background: #FFF url(../images/bg-kiri.png) bottom left no-repeat;
	/*background: #38a3d5 url(../images/bg-kiri-popup.png) bottom left no-repeat;*/
	float:left;
	overflow:auto;
	
	-webkit-transition: width 1s;
    -moz-transition: width 1s;
    -ms-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}
#sisi-kiri-main.hidden{
	width:0px;
}

#sisi-kanan-main {
	/*max-height: calc(100% - 80px);*/
	/*min-height: calc(100% - 80px);*/
	
	height: -moz-calc(100% - 80px);
	height: -webkit-calc(100% - 80px);
	height: -o-calc(100% - 80px);
	height: calc(100% - 80px);
	
	min-height: -moz-calc(100% - 80px);
	min-height: -webkit-calc(100% - 80px);
	min-height: -o-calc(100% - 80px);
	min-height: calc(100% - 80px);
	
	width: calc(100% - 300px);
	/*height:100%;*/
	
	float:right;
	overflow:auto;
	
	-webkit-transition: width 1s;
    -moz-transition: width 1s;
    -ms-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
	
}

#sisi-kanan-main.hidden {
	width: calc(100% - 0px);
}


/** SISI KIRI & KANAN **/

#sisi-kiri{
	width:300px;
	
	min-height: calc(100% - 80px);
	/*max-height: calc(100% - 80px);*/
	
	height: calc(100% - 90px);
	/*background: #FFF url(../images/bg-kiri.png) bottom left no-repeat;*/
	background: #38a3d5 url(../images/bg-kiri-popup.png) bottom left no-repeat;
	float:left;
	overflow:auto;
	
	-webkit-transition: width 1s;
    -moz-transition: width 1s;
    -ms-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}
#sisi-kiri.hidden{
	width:0px;
}

#sisi-kanan {
	/*max-height: calc(100% - 80px);*/
	/*min-height: calc(100% - 80px);*/
	
	height: -moz-calc(100% - 80px);
	height: -webkit-calc(100% - 80px);
	height: -o-calc(100% - 80px);
	height: calc(100% - 80px);
	
	min-height: -moz-calc(100% - 80px);
	min-height: -webkit-calc(100% - 80px);
	min-height: -o-calc(100% - 80px);
	min-height: calc(100% - 80px);
	
	width: calc(100% - 300px);
	/*height:100%;*/
	
	float:right;
	overflow:auto;
	
	-webkit-transition: width 1s;
    -moz-transition: width 1s;
    -ms-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
	
}

#sisi-kanan.hidden {
	width: calc(100% - 0px);
}



button.sidebar{
	background:url(../images/left-right-arrow.png);
	/*width:200px;
	height:60px;*/
	width: 30px;
	height:30px;
	/*margin-top:10px;*/
	border:none;
	
	position:fixed; cursor:pointer; /*margin-left:110px;*/
}

/** POPUP KIRI & KANAN **/

#popup-kiri{
	width:300px;
	
	min-height: calc(100% - 0px);
	/*max-height: calc(100% - 80px);*/
	
	height: calc(100% - 10px);
	background: #38a3d5 url(../images/bg-kiri-popup.png) bottom left no-repeat;
	float:left;
	overflow:auto;
	
	-webkit-transition: width 1s;
    -moz-transition: width 1s;
    -ms-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}
#popup-kiri.hidden{
	width:0px;
}

#popup-kanan {
	/*max-height: calc(100% - 80px);*/
	/*min-height: calc(100% - 80px);*/
	
	height: -moz-calc(100% - 0px);
	height: -webkit-calc(100% - 0px);
	height: -o-calc(100% - 0px);
	height: calc(100% - 0px);
	
	min-height: -moz-calc(100% - 0px);
	min-height: -webkit-calc(100% - 0px);
	min-height: -o-calc(100% - 0px);
	min-height: calc(100% - 0px);
	
	width: calc(100% - 300px);
	/*height:100%;*/
	
	float:right;
	overflow:auto;
	
	-webkit-transition: width 1s;
    -moz-transition: width 1s;
    -ms-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
	
}

#popup-kanan.hidden {
	width: calc(100% - 0px);
}

button.sidebar{
	background:url(../images/left-right-arrow.png);
	/*width:200px;
	height:60px;*/
	width: 30px;
	height:30px;
	/*margin-top:10px;*/
	border:none;
	
	position:fixed; cursor:pointer; /*margin-left:110px;*/
}

/**/
#popup-frame-area{
	height:100%;
	min-height:100%;
}
.frame-atas{
	border: none;
	width:100%;
	background:#f4f4f4 url(../images/bg-kanan-atas.png) bottom right no-repeat;
	height:100%;
	display:block;
}
.frame-bawah{
	border: none;
	width:100%;
	/*background:#ceefff;*/
	background:#f4f4f4 url(../images/bg-kanan-bawah.png) top right no-repeat;
	height:100%;
	display:block;	
}
#popup-frame-area iframe#frame-full{
	border: none;
	width:100%;
	/*background:#ceefff;*/
	background:#f4f4f4 url(../images/bg-kanan-full.png) bottom right no-repeat;
	height:100%;
	display:block;	
}

/**/
#menu-kiri-judul{
	height:40px;
	line-height:40px;
	background:#1561ae;
	border-bottom:1px solid #004287;
	
	*border-top:1px solid #4bb0e0;
	*border-bottom:1px solid #2991c2;
	padding:0 20px;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	/*text-align:center;*/
	font-weight:bold;
}

#menu-kiri{
	text-align:left;
}
#menu-kiri div{
	*height:29px;
	
}
#menu-kiri div a{
	height:40px;
	line-height:40px;
	padding:0 20px;
	display:block;
	color:#1561ae;
	text-decoration:none;
	background:#f7f7f7;
	
	*border-top:1px solid #004287;
	border-bottom:1px solid #004287;
	
	cursor:pointer;
}
#menu-kiri div a:hover{
	color:#333;
	background:#eaeaea;
}
#judul-popup{
	background:#004287;
	border-bottom: none;
	
	color:#FFF;
	text-transform:uppercase;
	
	padding-top:8px;
	padding-bottom:8px;
	
	*padding-left:50px;
	padding-left:20px;
	
	font-weight:normal !important;
}
#judul-popup .sub-judul{
	*border:1px solid red !important;
	background:#3683d2/*7ba4db*//*be731f*/;
	padding:3px 10px;
	*color:#333;
	font-weight:bold;
	display:inline-block;
}
#judul-popup .sub-judul:nth-child(2){
	background:	#1561ae;
	color:#FFF;
	font-weight:normal;
	display:inline-block;
}

/****/
#judul-popup ~ #konten{
	*background:url(../images/bg-home-segitiga-popup.png) bottom right no-repeat ;
	background: url(../images/bg-konten.png) bottom right no-repeat ;
	background-size: calc(797px / 2) auto;
	*height:calc(100vh - 30px);
	height:calc(100vh - 37px);
	
	*border: 1px solid red;
}

/***/

#popup-tabel table{
	border-collapse:collapse;
	border:0px solid #960;
}
#popup-tabel table th{
	padding:4px 10px;
	/*border:1px solid #d3d3d3;*/
	background:#38a3d5;
	color:#FFF;
}
#popup-tabel table td{
	padding:4px 10px;
	border:1px solid #ececec;
	background:#fbfbfb;
}

/****/
#bar-popup{
	height:30px;
	line-height:30px;
	
	/* fallback */ 
	background-color: #eeeeee; background: url(images/linear_bg_2.png); background-repeat: repeat-x; 
	
	/* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#e4e4e4)); 
	
	/* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #eeeeee, #e4e4e4); 
	
	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #eeeeee, #e4e4e4); 
	
	/* IE 10 */ 
	background: -ms-linear-gradient(top, #eeeeee, #e4e4e4); 
	
	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #eeeeee, #e4e4e4);
	
	/*background:#F63;*/
}
#bar-popup input[type = button]
{
	height:30px;
	background:#C0440F;
	/*background-color:transparent;*/
	color:#FFF;
	padding:0 10px;
	border:none;
	font-size:14px;
	text-transform:uppercase;
	
	
}
#bar-popup input[type = submit]
{
	height:30px;
	/*background:#005279;*/
	color:#015a85;
	padding:0 10px;
	border:none;
	font-size:14px;
	text-transform:uppercase;
	
	/* fallback */ 
	background-color: #eeeeee; background: url(images/linear_bg_2.png); background-repeat: repeat-x; 
	
	/* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#e4e4e4)); 
	
	/* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #eeeeee, #e4e4e4); 
	
	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #eeeeee, #e4e4e4); 
	
	/* IE 10 */ 
	background: -ms-linear-gradient(top, #eeeeee, #e4e4e4); 
	
	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #eeeeee, #e4e4e4);
}

/****/

input[type = submit],
input[type = button]
{
	height:30px;
	/*background:#005279;*/
	color:#015a85;
	padding:0 10px;
	border:none;
	font-size:14px;
	text-transform:uppercase;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	/* fallback */ 
	background-color: #eeeeee; background: url(images/linear_bg_2.png); background-repeat: repeat-x; 
	
	/* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#dedede)); 
	
	/* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #eeeeee, #dedede); 
	
	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #eeeeee, #dedede); 
	
	/* IE 10 */ 
	background: -ms-linear-gradient(top, #eeeeee, #dedede); 
	
	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #eeeeee, #dedede);
}
input[type = reset]{
	height:30px;
	/*background:#79003f;*/
	color:#015a85;
	padding:0 10px;
	border:none;
	font-size:14px;
	text-transform:uppercase;
	
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	/* fallback */ 
	background-color: #eeeeee; background: url(images/linear_bg_2.png); background-repeat: repeat-x; 
	
	/* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#dedede)); 
	
	/* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #eeeeee, #dedede); 
	
	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #eeeeee, #dedede); 
	
	/* IE 10 */ 
	background: -ms-linear-gradient(top, #eeeeee, #dedede); 
	
	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #eeeeee, #dedede);
}

/***/
#konten-table{
	*border:1px solid cyan;
}

/****/
#popup-tabel2{
	*border:1px solid red;
}
#popup-tabel2 table{
	border-collapse:collapse;
	border:0px solid #960;
}
#popup-tabel2 table th{
	padding:4px 10px;
	/*border:1px solid #d3d3d3;*/
	background:#38a3d5;
	color:#FFF;
}
#popup-tabel2 table td{
	padding:2px 8px;
}
#popup-tabel2 table td:nth-child(1){
	padding-left:0;
}

input[type = text],
input[type = password]
{
	font-size:12px;
	padding:1px 2px 2px;
	border:1px solid #95b8e7;
}
input[type = text].easyui-textbox,
textarea{
	width:300px;
}

textarea, select{
	font-size:12px;
	padding:1px 2px 2px;
	border:1px solid #95b8e7;
}

/****/

.bg-kanan-full{
	background:url(../images/bg-kanan-full.png) bottom right no-repeat;
	/*background-size:100% 100%;*/
}
.bg-kanan-atas{
	background:url(../images/bg-kanan-atas.png);
	background-size:100% 100%;
}
.bg-kanan-bawah{
	background:url(../images/bg-kanan-bawah.png);
	background-size:100% 100%;
}

#popup-tabel2 fieldset{
	border:2px solid #38a3d5;
	padding:10px;
	margin-bottom:20px;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#popup-tabel2 legend{
	border:1px solid #38a3d5;
	padding:2px 10px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#popup-tabel2 fieldset:nth-child(1){
	height: auto;
}
#popup-tabel2 fieldset:nth-child(2){
	height:calc(100% - 250px);
	/*height: -moz-calc(100% - 350px);
    height: -webkit-calc(100% - 350px);
    height: -o-calc(100% - 350px);
    height: calc(100% - 350px);*/
	
	overflow:auto;

}

/****/
#konten-tengah{
	float:left; 
	width:100%;
}
#konten-form{
	float:left; width:50%;
}
#konten-logo{
	float:right; width:50%;
}

/****/
/*
.parent{
	padding: 1%;
	position: absolute;
	height: 50%;
	width: 30%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform:    translateY(-50%);
	-ms-transform:     translateY(-50%);
	-o-transform:      translateY(-50%);
	transform:         translateY(-50%);
}

.children{
	display: block;
	padding-top: 10%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform:    translateY(-50%);
	-ms-transform:     translateY(-50%);
	-o-transform:      translateY(-50%);
	transform:         translateY(-50%);
}
*/
#sisi-kanan-mobile{ display:none;}

/** CHECK POINTS **/
.konten-cp{
	*background:#990;
	float:left;
	width:100%;
}
.cp-kiri{ float:left; width:200px; *background:#F93;}
.cp-kanan{
	float:right;
	
	width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
    width: -o-calc(100% - 200px);
    width: calc(100% - 200px);
	
	*background:#FC9;

}
.cp-judul{
	background:#38a3d5;
	color:#FFF;
	padding:10px;
}
.cp-lokasi{
	background:#e2f0f9;
	padding:10px;
}
.cp-item{
	position:relative;
	float:left;
	width:calc(20% - 90px);
	min-height:160px;
	*background:#96F;
	padding:10px;
	
	/* fallback */ 
	background-color: #e0eff9; background: url(images/linear_bg_2.png); background-repeat: repeat-x;
	/* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e0eff9), to(#FFF));	
	/* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #e0eff9, #FFF);
	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #e0eff9, #FFF);
	/* IE 10 */ 
	background: -ms-linear-gradient(top, #e0eff9, #FFF);
	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #e0eff9, #FFF);
	
	-webkit-border-top-left-radius: 65px;
	-webkit-border-top-right-radius: 65px;
	-moz-border-radius-topleft: 65px;
	-moz-border-radius-topright: 65px;
	border-top-left-radius: 65px;
	border-top-right-radius: 65px;
}
.cp-item-kosong{
	position:relative;
	float:left;
	width:calc(20% - 90px);
	min-height:160px;
	*background:#96F url(../images/panah-kiri-pojok.png) bottom right no-repeat;
	background:url(../images/panah-kiri-pojok.png) top 10px right repeat-x;
	padding:10px;
	
	-webkit-border-top-left-radius: 65px;
	-webkit-border-top-right-radius: 65px;
	-moz-border-radius-topleft: 65px;
	-moz-border-radius-topright: 65px;
	border-top-left-radius: 65px;
	border-top-right-radius: 65px;
}
.cp-item-kosong-pojok{
	position:relative;
	float:left;
	width:calc(20% - 90px);
	min-height:160px;
	background:url(../images/panah-kiri-pojok2.png) top 10px center no-repeat;
	padding:10px;
	
	-webkit-border-top-left-radius: 65px;
	-webkit-border-top-right-radius: 65px;
	-moz-border-radius-topleft: 65px;
	-moz-border-radius-topright: 65px;
	border-top-left-radius: 65px;
	border-top-right-radius: 65px;
}
.cp-item-kiri{
	float:right;
}

.cp-hr{
	float:left;
	*width:10%;
	width:70px;
	background:url(../images/panah-kanan.png) top 50px right repeat-x;
	min-height:180px;
}
.cp-hr-kiri{
	float:right;
	*width:10%;
	width:70px;
	background:url(../images/panah-kiri.png) top 50px left repeat-x;
	min-height:180px;
}
.cp-hr-tengah{
	float:right;
	*width:10%;
	width:70px;
	background:url(../images/panah-kiri.png) top 50px center repeat-x;
	min-height:180px;
}
.cp-hr-kiri-pojok{
	float:right;
	width:calc(40% - 70px);
	min-height:190px;
	background:url(../images/panah-kiri-pojok.png) bottom left no-repeat;
}

.cp-info{
	clear:both;
	float:left; width:100%;
	padding-bottom:8px;
	border-bottom:1px solid #fee7ae;
}
.cp-komen{ float:left; width:50%; }
.cp-detil{ float:right; width:50%; text-align:right; }
.cp-nama{
	float:left;
	/*width: -moz-calc(100% - 8px);
    width: -webkit-calc(100% - 8px);
    width: -o-calc(100% - 8px);
    width: calc(100% - 8px);*/
	width:100%;
	
	min-height:40px;
	color:#80a9c8;

	text-align:center;
	*padding:4px;
	padding-top:8px;
}
.cp-vr{
	float:left;
	width:100%;
	height:33px;
	background:#f9f9f9 url(../images/panah-bawah!.png) top right 180px no-repeat;}
.cp-vr2{
	float:left;
	width:100%;
	height:33px;
	background:#f9f9f9 url(../images/panah-bawah!.png) top left 440px no-repeat;}
.cp-vr3{
	float:left;
	width:100%;
	height:33px;
	background:#f9f9f9 url(../images/panah-bawah!.png) top left 250px no-repeat;}

.bg-budget{
	background:#f9f9f9 url(../images/bg-budget.png) bottom left no-repeat;
	float:left;
	width:100%;
	padding-top:18px;
	border-bottom:1px solid #fee7ae;
}
.bg-ep{
	background:#f9f9f9 url(../images/bg-ep.png) bottom left no-repeat;
	float:left;
	width:100%;
	padding-top:18px;
	border-bottom:1px solid #fee7ae;
}
.bg-la{
	background:#f9f9f9 url(../images/bg-la.png) bottom left no-repeat;
	float:left;
	width:100%;
	padding-top:18px;
	border-bottom:1px solid #fee7ae;
}
.bg-mv{
	background:#f9f9f9 url(../images/bg-mv.png) bottom left no-repeat;
	float:left;
	width:100%;
	padding-top:18px;
	border-bottom:1px solid #fee7ae;
}
.bg-vp{
	background:#f9f9f9 url(../images/bg-vp.png) bottom left no-repeat;
	float:left;
	width:100%;
	padding-top:18px;
	border-bottom:1px solid #fee7ae;
}
.bg-oval{
	background:url(../images/bg-oval.png) center top no-repeat;
	min-height:180px;
}
.garis-hr{
	background:url(../images/panah-kanan.png) center center repeat-x;
	min-height:180px;
}
.judul-baris{
	position:relative;
	background:url(../images/bg-judul-baris.png) top left no-repeat;
	width:150px;
	height:93px;
	margin-right:50px;
	float:left;
	text-align:center;
	color:#FFF;
}
.judul-baris span{
	padding-top:18px;
	padding-bottom:10px;
	display:inline-block;
	*word-spacing:10px;
	*letter-spacing:20px;
}
.sembunyi{
	visibility:hidden;
}
.bendera{
	position:absolute;
	top:-15px;
	right:-30px;
}
@media (max-width:767px) {
	.judul-baris{
		position:relative;
		background:url(../images/bg-judul-baris2.png) top left no-repeat;
		width:100%;
		height:93px;
		*margin-right:70px;
		float:left;
		text-align:center;
		color:#FFF;
	}
	.judul-baris span{
		padding-top:18px;
		padding-bottom:10px;
		display:inline-block;
	}
	.bendera{
		position:absolute;
		top:calc(50% - 30px);
		right:10px;
	}

	.cp-kiri{
		float:left; width:100%;
		background:#48789c;
		
		/* fallback */ 
		background-color: #5e8bad; background: url(images/linear_bg_2.png); background-repeat: repeat-x;
		/* Safari 4-5, Chrome 1-9 */ 
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5e8bad), to(#80a9c8));	
		/* Safari 5.1, Chrome 10+ */ 
		background: -webkit-linear-gradient(top, #5e8bad, #80a9c8);
		/* Firefox 3.6+ */ 
		background: -moz-linear-gradient(top, #5e8bad, #80a9c8);
		/* IE 10 */ 
		background: -ms-linear-gradient(top, #5e8bad, #80a9c8);
		/* Opera 11.10+ */ 
		background: -o-linear-gradient(top, #5e8bad, #80a9c8);
	}
	.cp-kanan{
		float:right;
		
		width:100%;
		/*width: -moz-calc(100% - 200px);
		width: -webkit-calc(100% - 200px);
		width: -o-calc(100% - 200px);
		width: calc(100% - 200px);*/
		
		*background:#FC9;
	
	}
	.cp-item{
		position:relative;
		float:left;
		width:calc(100% - 20px);
		min-height:160px;
		*background:#96F;
		padding:10px;
		
		/* fallback */ 
		background-color: #e0eff9; background: url(images/linear_bg_2.png); background-repeat: repeat-x;
		/* Safari 4-5, Chrome 1-9 */ 
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e0eff9), to(#FFF));	
		/* Safari 5.1, Chrome 10+ */ 
		background: -webkit-linear-gradient(top, #e0eff9, #FFF);
		/* Firefox 3.6+ */ 
		background: -moz-linear-gradient(top, #e0eff9, #FFF);
		/* IE 10 */ 
		background: -ms-linear-gradient(top, #e0eff9, #FFF);
		/* Opera 11.10+ */ 
		background: -o-linear-gradient(top, #e0eff9, #FFF);
		
		-webkit-border-top-left-radius: 65px;
		-webkit-border-top-right-radius: 65px;
		-moz-border-radius-topleft: 65px;
		-moz-border-radius-topright: 65px;
		border-top-left-radius: 65px;
		border-top-right-radius: 65px;
	}
	.cp-item-kosong{
		position:relative;
		float:left;
		width:calc(20% - 90px);
		min-height:160px;
		*background:#96F url(../images/panah-kiri-pojok.png) bottom right no-repeat;
		background:url(../images/panah-kiri-pojok.png) top 10px right repeat-x;
		padding:10px;
		
		-webkit-border-top-left-radius: 65px;
		-webkit-border-top-right-radius: 65px;
		-moz-border-radius-topleft: 65px;
		-moz-border-radius-topright: 65px;
		border-top-left-radius: 65px;
		border-top-right-radius: 65px;
	}
	.cp-item-kosong-pojok{
		position:relative;
		float:left;
		width:calc(20% - 90px);
		min-height:160px;
		background:url(../images/panah-kiri-pojok2.png) top 10px center no-repeat;
		padding:10px;
		
		-webkit-border-top-left-radius: 65px;
		-webkit-border-top-right-radius: 65px;
		-moz-border-radius-topleft: 65px;
		-moz-border-radius-topright: 65px;
		border-top-left-radius: 65px;
		border-top-right-radius: 65px;
	}
	
	/****/
	.cp-hr{
		float:left;
		width:100%;
		background:url(../images/panah-bawah.png) top center no-repeat;
		min-height:33px;
	}
	.cp-hr-kiri{
		float:left;
		width:100%;
		background:url(../images/panah-bawah.png) top center no-repeat;
		min-height:33px;
	}
	.cp-hr-tengah{ display:none;}
	.cp-item-kosong { display:none;}
	.cp-item-kosong-pojok { display:none;}

	.sembunyi{
		visibility:hidden;
		display:none;
	}

}
@media (max-width:767px) {
	html,
	body{
		height:100%;
		min-height:100%;
	}
	/*#kontainer {
		min-height:50%;
		height: auto;
		width: 100%;
		margin: 0 auto;
	}*/
	#kontainer{
		/*float:left;
		width:100%;
		min-height:50%;
		background:#990;*/
		min-height:100%;
		height: auto;
		width: 100%;
		margin: 0 auto;
		*border:10px solid green;
	}
	#popup-kiri{
		width:100%;
		height: auto;
		
		*height:100%;
		background: #38a3d5 url(../images/bg-kiri-popup.png) bottom left no-repeat;
		background-size:100%;
		float:left;
		*overflow:auto;
		
		/*-webkit-transition: width 1s;
		-moz-transition: width 1s;
		-ms-transition: width 1s;
		-o-transition: width 1s;
		transition: width 1s;*/
	}
	#popup-kiri iframe{
		*border-bottom:2px solid red;
		width:100%;
	}
	#popup-kanan{
		float:left;
		width:100%;
		height:300px;
		height: calc(100% - 0px);
		min-height: calc(100% - 0px);
		overflow:auto;
		
		-webkit-transition: width 1s;
		-moz-transition: width 1s;
		-ms-transition: width 1s;
		-o-transition: width 1s;
		transition: width 1s;
		border-bottom:2px solid yellow;
	}
	#popup-kanan button.sidebar{ display:none;}
	
	/**/
	#menu-kiri-judul{
		padding:0 10px;
	}
	#menu-kiri div a{
		padding:0 10px;
		background:#38a3d5
	}

	/****/
	#konten-kiri-area{
	
		text-align:center;
		height:100%;
	}
	
	/****/
	#popup-tabel2 input[type = text].easyui-textbox,
	#popup-tabel2 textarea{
		width:90%;
	}
	
	/** LOGIN AREA **/
	.parent{
		/*background: lightblue;*/
		/*padding: 0 0;
		*position: absolute;*/
		height: 50%;
		width: 100%;
		/*top: 0;
		-webkit-transform: translateY(-0%);
		-moz-transform:    translateY(-0%);
		-ms-transform:     translateY(-0%);
		-o-transform:      translateY(-0%);
		transform:         translateY(-0%);*/
		
		*border:1px solid #F69;
	}
	
	.children{
		/*background: lightgreen;*/
		display: block;
		padding-top: 10%;
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform:    translateY(-50%);
		-ms-transform:     translateY(-50%);
		-o-transform:      translateY(-50%);
		transform:         translateY(-50%);
	}

	#header-login{
		position:relative;
		height:50px;
		width:100%;
		background:#FFF;
		*border:1px solid #090;
		text-align:center;
	}
	#header-login img{
		width:95%;
		*border:1px solid #03F;
	}
	
	#konten-tengah{
		float:left; 
		width:100%;
	}
	#konten-form{
		float:left; width:100%;
	}
	#konten-logo{
		float:left; width:100%;
		display:none;
	}
	#konten-logo img{
		width:100%;
	}
	
	#footer-login{
		position:absolute;
		bottom:0;
		
		width:100%;
		height:40px;
	}
	#footer-login-inner{
		width:100%; 
		height:40px; 
		line-height:40px; 
		text-align:right;
	}
	
	/** INDEX MAIN **/
	#header{
		*position:relative;
		float:left;
		width:100%;
		height:auto;
		background:#FFF;
		*border:1px solid red;
		padding-bottom:10px;
	}
	#akun-area{
		float:left;
		width:100%;
		*background:#0C9;
	}
	#akun-icon{
		
	}
	#akun-nama{
		
	}
	#logo{
		float:left;
		width:100%;
		*background:#C63;
		text-align:center;
	}
	#logo img{
		width:95%;
	}
	
	#sisi-kanan-main button.sidebar{
		display:none;
	}
	#sisi-kiri-main{
		float:left;
		width:100%;
		padding:20px 0;
		
		background-size:100%;
	}
	#sisi-kanan-main{
		*clear:both;
		float:left;
		width:100%;
		display:none;
	}
	#sisi-kanan-mobile{
		display:inline;
	}
	#footer2{
		display:none;
	}
	
	/****/
	#main-menu{
		float:left;
		width:100%;
		background:#993;
	}
	#main-menu-item{
		float:left;
		width:50%;
		background:#C66;
	}
	#judul-main{
		*width:1000px; 
		width:100%;
		
		/*width: -moz-calc(100% - 100px);
		width: -webkit-calc(100% - 100px);
		width: -o-calc(100% - 100px);
		width: calc(100% - 100px);*/
	
		background:#38a3d5;
		position:relative;
		margin-left:0px;
		margin-top:0px;
		color:#FFF;
		text-transform:uppercase;
		text-align:center;
		font-size:20px;
		padding:7px 0;
		
		text-shadow:0px 1px 2px #808080;
		/*-moz-box-shadow:    0px 0px 3px 1px #808080;
		-webkit-box-shadow: 0px 0px 3px 1px #808080;
		box-shadow:         0px 0px 3px 1px #808080;*/
	}
	
	/****/
	#footer-waktu{
		background: none;
		float:left;
		*padding-top:20px;
		height:50px;	
		
		/*width: -moz-calc(100% - 300px);
		width: -webkit-calc(100% - 300px);
		width: -o-calc(100% - 300px);
		width: calc(100% - 300px);*/
		
		position:absolute;
		bottom:0;
		left:50%;
		width:100%;
		height:20%;
		padding-top:18px;
	
	}
	#footer-waktu-icon{
		float:left;
		width:100%;
		*background:#F33;
		margin-left:0px;
		padding-top:5px;
		display:inline-block;
	}
	#footer-waktu-icon img{
		vertical-align:auto;
	}
	#footer-waktu-jam{
		float:left;
		clear:both;
		width:100%;
		margin-left:20px;
		color:#FFF;
		
		font-family: 'HelveticaNeueUltraLight';
		font-size:40px;
		
		margin-top:-10px;
	}
	#footer-waktu-tgl{
		display:none;
		*clear:both;
		float:left;
		margin-left:10px;
		color:#FFF;
	}
	
	/****/

}

table#dnd-example {
	width:100%;
	border-collapse:collapse;
}
table#dnd-example th{
	background:#caebfb;
	color:#474747;
}
table#dnd-example tbody tr td:nth-child(1){
	padding-left:30px;
}
table#dnd-example th,
table#dnd-example td{
	padding:4px 7px;
	border:1px solid #dbdee3;
}

/****/
div#content{
	*border:10px solid green; 
	float:left;
	width:100%;
	
	/*width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: -o-calc(100% - 20px);
    width: calc(100% - 20px); */

	*height:100%;
	
	height: -moz-calc(100% - 41px);
    height: -webkit-calc(100% - 41px);
    height: -o-calc(100% - 41px);
    height: calc(100% - 41px); 

}
.nama-cabang{
	*border:2px solid #F63;
	*text-align:right;
	float:right;
	line-height:30px;
	*background:#60F;
	padding-right:10px;
}
/*.menu-aksi-tab{
	background:url(media/bluetab.gif);
	*float:right;
	*clear:both;
	height:27px;
	border-top:1px solid #aaaaaa;
	border-bottom:1px solid #808080;
}
*/

/****/
.posting-kpi{
	*background:#F39;
	float:left;
	width:100%;
	padding-bottom:10px;
}
.posting-kpi .list{
	float:left;
	width:100%;
	*background:#FC6;
	border-bottom:1px solid #dddddd;
	padding:10px 0;
}
.posting-kpi .proses{
	float:left;
	width:64px;
	*background:#C9C;
}
.posting-kpi .keterangan{
	font-weight:bold;
	font-size:14px;
	float:left;
	width: -moz-calc(100% - 204px);
    width: -webkit-calc(100% - 204px);
    width: -o-calc(100% - 204px);
    width: calc(100% - 204px);

	*background:#0FC;
	padding:0 20px;
}
.posting-kpi .keterangan span{
	font-weight:normal;
	font-size:12px;
}
.posting-kpi .aksi{
	float:right;
	width:100px;
	*background:#96F;
	
}
.posting-kpi .aksi a{
	display:block;
	
	/* fallback */ 
	background-color: #38a3d5; background: url(images/linear_bg_2.png); background-repeat: repeat-x;
	/* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#38a3d5), to(#026594));	
	/* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #38a3d5, #026594);
	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #38a3d5, #026594);
	/* IE 10 */ 
	background: -ms-linear-gradient(top, #38a3d5, #026594);
	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #38a3d5, #026594);
	
	line-height:64px;
	text-align:center;
	color:#FFF;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.posting-kpi .aksi a:hover{
	display:block;
	
	/* fallback */ 
	background-color: #026594; background: url(images/linear_bg_2.png); background-repeat: repeat-x;
	/* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#026594), to(#0e74a4));	
	/* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #026594, #0e74a4);
	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #026594, #0e74a4);
	/* IE 10 */ 
	background: -ms-linear-gradient(top, #026594, #0e74a4);
	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #026594, #0e74a4);
	
	line-height:64px;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.sudah-posting{ color:green;}
.belum-posting{ color:red;}

/** table scroll **/

/*****/
/*table#dnd-example {
	width: 100%;
	border-spacing: 0;
	*border: 2px solid black;
}

table#dnd-example th,
table#dnd-example td,
table#dnd-example tr,
table#dnd-example thead,
table#dnd-example tbody { display: block; }

table#dnd-example thead tr {
	/* fallback *
	*width: 97%;
	/* minus scroll bar width *
	width: -webkit-calc(100% - 16px);
	width:    -moz-calc(100% - 16px);
	width:         calc(100% - 16px);
}

table#dnd-example tr:after {
	content: ' ';
	display: block;
	visibility: hidden;
	clear: both;
}

table#dnd-example tbody {
	height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
}

table#dnd-example tbody td,
table#dnd-example thead th {
	width: 25%;
	float: left;
	*border-right: 1px solid black;
}

table#dnd-example thead tr th { 
	height: 30px;
	line-height: 30px;
	/*text-align: left;*
}

table#dnd-example tbody { *border-top: 2px solid black; }

table#dnd-example tbody td:last-child, table#dnd-example thead th:last-child {
	border-right: none !important;
}*/

/****/
/*table#dnd-example {
    width: 100%; /* Optional *
     border-collapse: collapse; 
    border-spacing: 0;
    *border: 2px solid black;
}

table#dnd-example tbody { display: block; }
table#dnd-example thead { display: block; }

table#dnd-example thead tr th { 
    height: 30px;
    line-height: 30px;
    /* text-align: left; *
	*width:48%;
}

table#dnd-example tbody {
    height: 400px;
	
	

    overflow-y: auto;
    overflow-x: hidden;
}

table#dnd-example tbody { *border-top: 2px solid black; }

table#dnd-example tbody tr td:nth-child(1),
table#dnd-example thead tr th:nth-child(1) {
	*background:#C93;
	width:350px;
}

table#dnd-example tbody td,
table#dnd-example thead th {
	width: 34%;  /* Optional *

	

    *border-right: 1px solid black;
    /* white-space: nowrap; *
}

table#dnd-example tbody td:last-child,
table#dnd-example thead th:last-child {
    border-right: none;
}*/

/****/
/*table#dnd-example {
    width: 100%; /* Optional *
     border-collapse: collapse; 
    border-spacing: 0;
    border: 2px solid black;
}

table#dnd-example tbody,
table#dnd-example thead { display: block; }

table#dnd-example thead tr th { 
    height: 30px;
    line-height: 30px;
    /*text-align: left;*
	width:25%;
}
table#dnd-example thead tr th:nth-child(1) { 
	padding-left:30px;
}

table#dnd-example tbody {
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

table#dnd-example tbody { *border-top: 2px solid black; }

table#dnd-example tbody td,
table#dnd-example thead th {
    width: 20%; /* Optional *
    *border-right: 1px solid black;
}

table#dnd-example tbody td:last-child,
table#dnd-example thead th:last-child {
    border-right: none;
}*/

/****/

.modal-content iframe{
	border:none;
	display: block;
}


/****/
.konten-tengah{
	float:left;
	width:100%;
	
}
.konten-tengah-kiri{
	float:left; 
	width:50%;
	*border:2px solid red;
	*display:inline;
	
}
.konten-tengah-kanan{
	float:right; 
	width:50%;
}
@media (max-width:767px) {
	.konten-tengah-kiri{
		float:left; width:100%;
		*border:1px solid green;
	}
	.konten-tengah-kanan{
		float:left; width:100%;
		*border:1px solid red;
		clear:both;
		margin-top:100px;
		display:none;
	}
	.parent{
		*background: lightblue;
		padding: 1%;
		position: relative;
		height: 50%;
		width: 100%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform:    translateY(-50%);
		-ms-transform:     translateY(-50%);
		-o-transform:      translateY(-50%);
		transform:         translateY(-50%);
	}
	
	.children{
		/*background: lightgreen;*/
		display: block;
		padding-top: 10%;
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform:    translateY(-50%);
		-ms-transform:     translateY(-50%);
		-o-transform:      translateY(-50%);
		transform:         translateY(-50%);
	}

}
.call-center{
	width:100%;
	background:rgba(255,255,255,0.9);
	border-radius:3px;
	border:1px solid #f0f0f0;
	padding:10px;
}

/** HALAMAN LOGIN**/
.container{
	width:100% !important;
}
.col-md-12{
	*padding:0 0 !important;
}
.vertical-center,
.vertical-center-form {
  min-height: calc(100% - 240px);  /* Fallback for browsers do NOT support vh unit */
  min-height: calc(100vh - 240px); /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}
.logo-login-mobile{
	display:none;
}
@media (max-width:767px) {
	body{
		overflow:auto !important;
	}
	.vertical-center {
		display:none;
	}
	.vertical-center-form {
		min-height: calc(100% - 240px);  /* Fallback for browsers do NOT support vh unit */
		min-height: calc(100vh - 240px); /* These two lines are counted as one :-)       */
		
		display: inline;
		align-items: center;
	}
	
	/****/
	#header-login{
		position:relative;
		
		height: auto;
		*background:#fff6f3;
	}
	#header-login img{
		width:100% !important;
		*border:2px solid blue;
	}
	.logo-login-mobile{
		display:inline;
	}
	.logo-login-desktop{
		display:none;
	}
	
	#footer-login{
		height:auto;
		line-height:normal;
		padding:10px 0;
		background:#FFF;
		
	}
	#footer-login-inner{
		text-align:center;
		height:auto;
		line-height:normal;
	}
	
	/****/
	#login-area{
		position:relative;
		z-index:5;
		width:100%;
		
		padding:0 0;
		
	
	}
	#login-area input[type = text],
	#login-area input[type = password]{
	
		width:100%;
		height:40px;
		/*border:1px solid #dbdee3;*/
		border:none;
		margin-bottom:14px;
		padding-left:20px;
		padding-right:20px;	
		
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}
	
	#login-area input[type = submit]{
		width:100%;	
		height:40px;
		
		background-color: #38a3d5; background: url(images/linear_bg_2.png); background-repeat: repeat-x; 	
		/* Safari 4-5, Chrome 1-9 */ 
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#38a3d5), to(#18749f)); 	
		/* Safari 5.1, Chrome 10+ */ 
		background: -webkit-linear-gradient(top, #38a3d5, #18749f); 	
		/* Firefox 3.6+ */ 
		background: -moz-linear-gradient(top, #38a3d5, #18749f); 	
		/* IE 10 */ 
		background: -ms-linear-gradient(top, #38a3d5, #18749f); 	
		/* Opera 11.10+ */ 
		background: -o-linear-gradient(top, #38a3d5, #18749f);
			
		color:#FFF;
		font-size:14px;
		border:none;
		
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		
	}
	
	/****/
	.call-center{
		margin-top:18px;
		margin-bottom:50px;
	}
}

/****/
body.bg-kanan-full div#content{
	*border:10px solid magenta !important;
	*height:100%;
	box-sizing:border-box;
	
	*height:calc(100% - 32px) !important;
	
	height: -moz-calc(100% - 32px);
    height: -webkit-calc(100% - 32px);
    height: -o-calc(100% - 32px);
    height: calc(100% - 32px);  

}
body.bg-kanan-full2 div#content{
	*border:2px solid magenta !important;
	*height:100%;
	box-sizing:border-box;
	
	*height:calc(100% - 32px) !important;
	
	height: -moz-calc(100% - 32px);
    height: -webkit-calc(100% - 32px);
    height: -o-calc(100% - 32px);
    height: calc(100% - 32px);  

}
body div#content{
	background:#f8f8f8;
	
	height: -moz-calc(100% - 69px);
    height: -webkit-calc(100% - 69px);
    height: -o-calc(100% - 69px);
    height: calc(100% - 69px);  
	
	
}

/****/
.navbar{
	min-height: 90px;	
}
.navbar.navbar-inverse.navbar-fixed-top{
	background: #F7F7F7;
	border: none;
}
.navbar-header{
	*border:1px solid cyan;
	*float:left;
}
.navbar-header a.navbar-brand{
	float: left;
	height: 90px;
	padding: 0px 0px;
	font-size: 18px;
	line-height: normal;
	
}
.navbar-toggle{
	top:auto;
}
.navbar-header .navbar-brand span{
	font-size:18px !important;
	text-transform:uppercase;
	color:#FFF;
	font-weight:bold;
	float: left;
	
}
.navbar-header .navbar-brand span.logo-ttl{
	background: #91bf58;
	width: 110px;
	height: 100%;
	
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
}
.navbar-header .navbar-brand span.logo-ttl img{
	width: 80%;
}
.navbar-header .navbar-brand span.logo-rima{
	height: 100%;
	line-height: 90px;
	padding-left: 50px;
	background: url(../images/bg-splash.png) top left no-repeat;
	background-size: auto 100%;
	
	font-size: 15px;
	color: #333333;
}
.navbar-header .navbar-brand span.logo-rima img{
	height: 50%;
}

.nav.navbar-nav.nama-aplikasi-wrapper{
	line-height:47px; 
	margin-left:0px;
}
/*.nama-aplikasi{
	font-size:18px !important;
	text-transform:uppercase;
	*color:#1561ae;
	color:#FFF;
	font-weight:bold;
	*text-shadow:0px 1px 6px #000;
	
	*background:rgba(255,255,255,0.6);
	
	*border:1px solid red;
}
.nama-aplikasi:before{
	*content:" | ";
}*/
.nama-user{
	font-size:12px;
	font-weight: bold;
}
.status-user{
	font-size:12px;
	color:#666;
}
.header-subdit{
	display: inline-block;
	float: left;
	width: 100%;
	line-height: normal;
	margin-top: -36px;
	font-size: 10px;
}

@media screen and (max-width:767px) {
	.navbar-header{
		*border:1px solid cyan;
		*width:calc(100% - 60px);
	}
	.nav.navbar-nav.nama-aplikasi-wrapper{
		*margin-left:0px;
	}
	.nama-aplikasi{
		font-size:14px;
		padding-left:15px;
		
		*border:1px solid red;
		width:calc(100% - 160px);
		color:#333;
		line-height:normal;
	}
	.nama-aplikasi:before{
		content:"";
	}
	.nama-user{
		font-size:10px;
		display:inline-block;
		width:100%;
		
		*border:1px solid red;
	}
	.status-user{
		font-size:10px;
		color:#666;
		
		display:inline-block;
		width:100%;
		*border:1px solid red;
	}
	
	/****/
	a.navbar-brand{
		*border:1px solid yellow;
		display:inline-block;
		width:100%;
	}
	.navbar-header a.navbar-brand span:nth-child(1){
		*border:1px solid red;
		margin-top:-17px !important;
		display:inline-block;
		vertical-align:middle;
		
		height:50px;
		
	}
	.navbar-header a.navbar-brand span:nth-child(2){
		*border:1px solid cyan;
		font-size:14px !important;
		text-transform:uppercase;
		color:#FFF;
		font-weight:bold;
		padding-top:5px;
		
		width:calc(100% - 170px) !important;
		display:inline-block;
		*border:1px solid red;
		
		height:50px;
	}
	/*.navbar-header .navbar-brand span:nth-child(2){
		border:1px solid red;
		
	}*/


}

/****/
.nav.navbar-nav.navbar-right.navbar-rkm > li > a{
	height: 90px;
	line-height: 90px;
	padding-top: 0px !important;
}

/** PENYESUAIAN CSS DARI AIMS **/
div#wrapper.bg-kiri-popup{
	*border:2px solid cyan;
	background: url(../images/bg-kiri-popup.png) bottom;
}
.konten-utama-popup{
	*border:3px solid red;
	height:calc(100% - 50px) !important;
	*height:100% !important;
	
	width:calc(100% - 250px);
	margin-left:250px;
	
	background:#FFF;
}
.konten-utama-popup.full{
	width:calc(100% - 0px) !important; 
	margin-left:0px !important;
}
.navbar.navbar-desktop-hidden ~ .konten-utama-popup{
	height:100% !important;
}
@media screen and (max-width:767px) {
	.konten-utama-popup{
		*border:3px solid red;
		height:calc(100% - 50px) !important;
		
		width:calc(100% - 0px);
		margin-left:0px;
		
		background:#FFF;
	}
}
a.navbar-brand.navbar-brand-popup{
	*line-height:50px;
	line-height:20px;
}
@media screen and (max-width:767px) {
	a.navbar-brand.navbar-brand-popup{
		line-height: normal;
		width:calc(100% - 60px);
		*border:1px solid red;
		padding-top:10px;
	}

}

/* MENGHILANGKAN NAVBAR SAAT DIDESKTOP */
.navbar.navbar-desktop-hidden{
	min-height:0px !important;
}
.navbar.navbar-desktop-hidden a.navbar-brand.navbar-brand-popup{
	max-height:0px;
}

@media screen and (max-width:767px) {
	.navbar.navbar-desktop-hidden{
		min-height: inherit !important;
	}
	.navbar.navbar-desktop-hidden a.navbar-brand.navbar-brand-popup{
		max-height: inherit !important;
	}

}

/****/
#popup-tabel2 table.table{
	border-collapse:collapse;
	*border:2px solid red;
	width:100%;
}
#popup-tabel2 table.table thead tr.header td{
	*background:#c8d8eb;
	*background:#004287;
	background:#7ba4db;
	color:#FFF;
	*border:none;
	*border:1px solid #7ba4db;
	*border-width:1px 0px 1px 0px;
	
	border-top:1px solid #759ed4;
	padding:6px 8px;
}
#popup-tabel2 table.table thead tr.header.last td{
	*background:#0AD0AB;
	border-bottom:4px solid #004287;
	
}
#popup-tabel2 table.table thead tr.header:last-child td{
	*background:red;
	*border-bottom:1px solid red !important;
}
#popup-tabel2 table.table td{
	padding:4px 8px;
}

/****/
#popup-tabel2 table.sub-table{
	border-collapse:collapse;
	*border:2px solid cyan;
	width:100%;
}
#popup-tabel2 table.sub-table thead tr th{
	*background:#004287;
	background:#00346a;
	border:1px solid #7ba4db;
	border-width:0 1px 0 1px;
	padding:4px 8px;
	text-align:center;
	font-weight:normal;
}
#popup-tabel2 table.sub-table thead tr th:first-child{
	border-left:none;
}
#popup-tabel2 table.sub-table thead tr th:last-child{
	border-right:none;
}
#popup-tabel2 table.sub-table td{
	border:1px solid #dddddd;
	background:#f5f9fe;
	padding:10px 8px;
}
#popup-tabel2 table.sub-table tr:nth-child(even) td{
	background:#eef6fe;
}

/** untuk combobox pada form add, misal indikator_tspi_add.php**/
.combo-panel.panel-body.panel-body-noheader{
	*border:1px solid red !important;
	padding:0px !important;
}

/** untuk header title popup **/
.popup-atas{
	*background:url(../images/bg-header-popup.png) left no-repeat;
	*background:url(../images/bg-header-popup.png) top left no-repeat;
	background:#1561ae;
	
}
.popup-atas .navbar-header a{
	color:#FFF;
	text-transform:uppercase;
}
.popup-atas .navbar-header a:hover{
	color:#FFF;
}
.popup-atas .navbar-header a:before{
	*content: "» ";
}

/****/
.area-ket-header{
	display:inline-block; 
	width:100%; 
	padding:18px 20px;
	background:#eef6fe; 
	margin-bottom:-5px;
	
	border-top:1px solid #dddddd;
}

.area-ket-header table{
	border:1px solid #dddddd;
	
}
.area-ket-header table td{
	padding:5px 8px;
	background:rgba(255,255,255,0.5);
}

/****/
.konten-home{
	padding:18px 20px;
}

/****/
.area-table-dashboarding{
	*border:1px solid red;
}
.area-table-dashboarding table{
	width:100%;
	border-collapse:collapse;
}
.area-table-dashboarding table thead th,
.area-table-dashboarding table tbody td{
	padding:5px;
}
.area-table-dashboarding table thead th{
	background:#0b3e71;
	color:#FFF;
	border-right:1px solid #00aeef;
}
.area-table-dashboarding table tbody tr td{
	background:#f9f9f9;
	border-bottom:1px solid #dddddd;
}
.area-table-dashboarding table tbody tr:nth-child(even) td{
	background:#f4f4f4;
}

/****/
div.modal-header{
	*background:url(../images/bg-modal-header.png) left no-repeat;
	background: url(../images/bg-splash.png) top left no-repeat;
	background-size: auto 100%;
	
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
h4.modal-title{
	text-transform:uppercase;
	font-weight: bold;
	background:rgba(255,255,255,0.7);
	
	padding-left:5px;
	padding-right:5px;
	
	*-webkit-border-radius: 2px;
	*-moz-border-radius: 2px;
	*border-radius: 2px;
}
button.x.close{
	background: red/*#00aeef*//*ae1515*/;
	width:32px;
	height:32px;
	
	text-shadow:none !important;
	color:#FFF !important;
	
	*margin-top:-7px !important;
	*margin-right:-5px;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

/****/
a.aksi{
	*border:1px solid red;
	
	cursor: pointer;
}
@media screen and (max-width:767px) {
	a.aksi{
		display:inline-block;
		width:100%;
		padding:4px;
		background:rgba(255,255,255,0.5);
		
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	a.aksi:hover{
		background:rgba(255,255,255,0.9);
		text-decoration:none;
	}
}
span.aksi a{
	*border:1px solid red;
}
@media screen and (max-width:767px) {
	span.aksi a{
		*border:1px solid red;
		
		display:inline-block;
		width:100%;
		min-width:70px !important;
		
		text-align:center;
		padding:4px;
		background:rgba(255,255,255,0.5);
		
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	span.aksi a:hover{
		background:rgba(255,255,255,0.9);
		text-decoration:none;
		
	}
}

/****/
a.menu-toggle-sidebar{
	*border:1px solid red;
	position:absolute;
	z-index:99;
	
	width:30px;
	height:30px;
	line-height:30px;
	
	text-align:center;
	
	background:rgba(0,0,0,0.8);
	color:#FFF;
	
	-webkit-border-bottom-right-radius: 20%;
	-moz-border-radius-bottomright: 20%;
	border-bottom-right-radius: 20%;
}
@media screen and (max-width:767px) {
	a.menu-toggle-sidebar{
		*border:10px solid red;
		*right:15px;
		right:60px;
		position:fixed;
		top:8px;
		*z-index:999;
		
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		
		background: none;
		border:1px solid #333;
		
		width:44px;
		height:34px;
	}
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
	
}

/****/
.page-content-wrapper-rkm{
	border:0px solid cyan; height:100%; padding:0px !important;
}
@media screen and (max-width:767px) {
	.page-content-wrapper-rkm{
		border:0px solid cyan; height:calc(100% + 120px) !important; padding:0px 0px 120px !important;
	}
}

/****/
input.easyui-validatebox{
	*border:2px solid cyan !important;
	padding-top:0px !important;
	padding-bottom:1px !important;
}

/****/
.menu-toggle-sidebar-desktop{
	
}
.menu-toggle-sidebar-mobile{
	display:none;
}
@media screen and (max-width:767px) {
	.menu-toggle-sidebar-desktop{
		display:none;
	}
	.menu-toggle-sidebar-mobile{
		display:inline;
	}
}

/****/
ul.navbar-rkm li a{
	color:#333 !important;
}
@media screen and (max-width:767px) {
	ul.navbar-rkm li:first-child{
		border-top:1px solid #e2e2e2 !important;
	}
	ul.navbar-rkm li{
		border-bottom:1px solid #e2e2e2 !important;
		background:#f4f4f4;
	}
}

/* COBA UNTUK DI REALISASI ADD DATA*/
/*
select.easyui-combobox.combobox-f.combo-f.textbox-f{
	position:relative;
	*border:2px solid red;
}
.panel.combo-p{
	*border:1px solid red !important;
	position: relative !important;
	*top:0;
	
	*position: fixed; 
	z-index: 110001; 
	display: inline-block; 
	left: 100px; 
	width: 100%; 
	top: -230px !important;
	
	margin-top:0px !important;
	margin-bottom:0px !important;
	
	*margin-top:-40px !important;
}

*/

.combo-panel.panel-body.panel-body-noheader{
	width:100% !important;
}

/** LAUNCHER APLIKASI **/
.area-launcher{
	width:100%;
	height:calc(100vh - 0px);
	*height:calc(100vh - 85px); 
	*margin-top:50px;
	
	*background:url(../images/bg-launcher.png) top right no-repeat;
	
	display: flex; 
	justify-content: center; 
	align-items: center; 

}
.area-launcher .judul{
	*background:cyan;
	background:#0b3e71;
	color:#FFF;
	
	text-transform:uppercase;
	font-size:16px !important;
	padding:5px 10px;
	
	margin-top:15px;
}
.area-launcher-inner{
	*border:1px solid #e1e1e1;
	*border-bottom:3px solid #e1e1e1;
	
	overflow: hidden;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	
	*display: flex; 
	*justify-content: center; 
	*align-items: center; 
	
	*width:600px;
	*height:calc(50vh - 34px);
	
	*width:calc(100% - 500px);
	*width:auto;
	width: 30%;
	*height:calc(70vh - 100px);
	
	*margin:120px auto 0;
	*padding-left:100px;
	*padding-right:100px;
	
	*background: #f4f4f4 url(../images/bg-launcher-inner.png) right center no-repeat;
	*background:rgba(244,244,244,0.5) url(../images/bg-launcher-inner.png) left bottom no-repeat;
	
	background:rgba(0,0,0,0.05);
	*background: rgba(255,255,255,0.5);
	
}
.area-launcher-inner form.form-role ul{
	*padding: 15px 15px 15px 30px;
	padding-top: 20px;
	*border: 1px solid red;
	
}
.area-launcher-inner form.form-role ul li{
	*border: 1px solid cyan;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 5px;
}
.area-launcher-inner form.form-role ul li label{
	*border: 1px solid yellow;
	width: 100%;
	margin-bottom: 0px;
	padding: 5px;
	
	background: rgba(255,255,255,0.2);
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.area-launcher-inner form.form-role ul li label:hover {
	background: rgba(255,255,255,0.5);
	cursor: pointer;
}
.area-launcher .item{	
	*border:1px solid cyan;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	margin:10px;
	width:calc(50% - 100px);

}
.area-launcher .item a{
	display:block;
	padding:20px 0;
	*border:1px solid green;
	border-bottom:3px solid #e1e1e1;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	text-align:center;
	color:#00b0ea;
	text-transform:uppercase;
	
	

}
.area-launcher .item a:hover{
	color:#000;	
	text-decoration:none;
	background:#edfbff;
	border-bottom-color:#13aeef;
}
.area-launcher .item.risk-manajemen a{
	*border-bottom-color:#ffb664;
	color:#ffb664;
}
.area-launcher .item.risk-manajemen a:hover{
	border-bottom-color:#ffb664;
	background:#fef6ec;
}
.area-launcher .item a .ikon{
	border:1px solid #13aeef;
	width:150px;
	height:150px;
	line-height:150px;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
	margin:0 auto;
}
.area-launcher .item.risk-manajemen a .ikon{
	border:1px solid #feb856;	
}
.area-launcher .item a .nama{
	padding:10px 0 10px;
	margin-top:20px;
	
	background:#f4f4f4;
	width:100%;
	
	border-bottom:1px solid #13aeef;
	font-size:16px !important;
	
	
}
.area-launcher .item.risk-manajemen a .nama{
	border-bottom:1px solid #feb856;
}
.area-launcher .rkm{
	*background:#c5fdfe;
	background:#FFF;
}
.area-launcher .risk-manajemen{
	*background:#ffb664;
	background:#FFF;
}

/****/
.kolom-aksi a{
	*border:1px solid cyan;
	display:inline-block;
}

/** HOME NEW STYLE **/
.garis-atas{
	*border: 1px solid red;
	border-top: 1px solid #91bf58;
	height: 1px;
	*margin-left: -10px;
	*margin-right: -10px;
	
	margin-left: 30px;
	margin-right: 30px;
}
/****/
.row-home{
	*border: 2px solid blue;
	*height: calc(100% - 1px);
	height: calc(100% - 0px);
	*margin-left: -40px;
	*margin-right: -40px;
	*margin-bottom: -10px;
	
	background-color: #F7F7F7;
	background: url(images/linear_bg_2.png);
	background-repeat: repeat-x;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F7F7F7), to(#F0F0F0));
	background: -webkit-linear-gradient(top, #F7F7F7, #F0F0F0);
	background: -moz-linear-gradient(top, #F7F7F7, #F0F0F0);
	background: -ms-linear-gradient(top, #F7F7F7, #F0F0F0);
	background: -o-linear-gradient(top, #F7F7F7, #F0F0F0);
}

/****/
.kiri{
	*border: 1px solid cyan;
	height: calc(100% - 2px);
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;	
	
	background-color: #F7F7F7;
	background: url(images/linear_bg_2.png);
	background-repeat: repeat-x;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F7F7F7), to(#FFFFFF));
	background: -webkit-linear-gradient(top, #F7F7F7, #FFFFFF);
	background: -moz-linear-gradient(top, #F7F7F7, #FFFFFF);
	background: -ms-linear-gradient(top, #F7F7F7, #FFFFFF);
	background: -o-linear-gradient(top, #F7F7F7, #FFFFFF);
}
.kiri .item{
	float: left;
	width: 100%;
	height: 80px;
	
	margin-bottom: 15px;
	
	-webkit-border-radius: 10px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius: 10px;
	-moz-border-radius-topright: 0px;
	border-radius: 10px;
	border-top-right-radius: 0px;
}
.kiri .item-approval{
	background: #005574;
}
.kiri .item-monitoring{
	background: #2590b7;
}
.kiri .item .ikon{
	float: left;
	width: 80px;
	height: 100%;
	
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
}
.kiri .item .ikon img{
	height: 35px;
}
.kiri .item .title{
	float: left;
	width: calc(100% - 80px);
	height: 100%;
	
	color: #FFFFFF;
	padding: 0 20px 0;
	
	display: flex;
	justify-content: flex-start; /* align horizontal */
	align-items: center; /* align vertical */
	
	*border: 1px solid red;
	position: relative;

}
.kiri .item .title:after{ 
   content: '\f0da';
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   margin:0px 0px 0px 10px;
   text-decoration:none;
   
   *border: 1px solid yellow;
   right: 15px;
   position: absolute;

} 

/****/
.kiri fieldset{
	float: left;
	width: 100%;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 0 15px;
	
	-webkit-border-radius: 10px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius: 10px;
	-moz-border-radius-topright: 0px;
	border-radius: 10px;
	border-top-right-radius: 0px;
}
.kiri fieldset legend{
	width: auto;
	border: none;
	padding: 0 15px;
	margin-bottom: 0px;
}
.kiri fieldset .item{
	background: none;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px; 
}
.kiri fieldset .item:last-child{
	margin-bottom: 0px;
	border: none;
}
.kiri fieldset .item .title{
	color: #333333;
}

.kiri fieldset .item .title:after{ 
   content: '\f105';
   right: 0px;

}

.kiri fieldset .item .ikon{
	*border: 1px solid red;
	float: left;
	width: 60px;
}
.kiri fieldset .item .title{
	*border: 1px solid cyan;
	float: left;
	width: calc(100% - 60px - 40px);
}
.kiri fieldset .item .title:after{
	display: none;
}
.kiri fieldset .item .jumlah{
	*border: 1px solid green;
	float: left;
	width: 40px;
	height: 100%;
	position: relative;
	
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
}
.kiri fieldset .item .jumlah:after{ 
   content: '\f0da';
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   margin:0px 0px 0px 10px;
   text-decoration:none;
   
   *border: 1px solid yellow;
   right: -3px;
   position: absolute;

} 
.kiri fieldset .item .jumlah > span{
	*background: pink;
	display: inline-block;
	*background: rgba(0,0,0,0.1);
	background: #2590b7;
	color: #FFFFFF;
	padding: 0 7px 5px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
}

/****/
.risk-register{
	*border: 1px solid red;
	width: 100%;
	text-align: center;
	float: left;
	clear: both;
	margin-top: 15px;
	color: rgba(0,0,0,0.5);
	
	*margin: 0 auto;
	*width: auto;
	background: #91bf58;
	color: #FFFFFF;
	padding: 5px 0;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.risk-register i{
	font-size: 24px;
	color: #005574;
	color: #FFFFFF;
	vertical-align: middle;
	height: 26px;
}

/****/
.row-home .kanan{
	background: url(../images/bg-kanan-shadow.png) bottom left no-repeat;
	*border: 1px solid red;
	height: calc(100% - 2px);
	
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	
	overflow: auto;
}

/****/
.area-shortcut{
	*border: 1px solid red;
	padding-top: 20px;
	height: 20vh;
}
.area-shortcut .inner{
	margin-left: -10px;
	margin-right: -10px;
}
.area-shortcut .item{
	float: left;
	*width: calc(20% - 20px);
	width: calc(33.3% - 20px);
	
	margin: 0 10px;
	background: #FFFFFF;
	text-align: center;
	
	padding: 0 20px 15px;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	box-shadow: 0 8px 16px -6px rgba(0,0,0,0.1);
}
.area-shortcut .item .ikon{
	margin-top: -20px;
	margin-bottom: 15px;
}
.area-shortcut .item .ikon img{
	height: 37px;
}
.area-shortcut .item .title{
	font-size: 18px;
	*font-weight: bold;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

/****/
.area-peta-risiko{
	*border: 1px solid red;
	margin-top: 20px;
}
.area-peta-risiko .sebelum{
	width: calc(50% - 15px);
	*border: 1px solid cyan;
	float: left;
}
.area-peta-risiko .setelah{
	width: calc(50% - 15px);
	*border: 1px solid yellow;
	float: right;
}
.area-peta-risiko .sebelum,
.area-peta-risiko .setelah{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	background: #FFFFFF;
	padding: 15px;
}

/****/
.area-grafik{
	*margin-top: 30px;
}
.area-grafik .judul{
	font-size: 18px;
	text-transform: uppercase;
	
	padding-top: 20px;
	padding-bottom: 10px;
}
.area-grafik #container{
	height: 50vh;
	*background: rgba(145,191,89,0.1) !important;
	background: url(../images/bg-hijau-muda.png);
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

/****/
.area-berita-home{
	margin-top: 30px;
}
.area-berita-home .title{
	font-size: 14px;
	text-transform: uppercase;
	float: left;
	padding-right: 20px;
}
.area-berita-home .konten{
	*border: 1px solid red;
	font-weight: bold;
}
.area-berita-home .konten .tanggal{
	color: rgba(0,0,0,0.5);
	font-weight: normal;
	
}

/****/
.area-datatable{
	*border: 1px solid red;
	height: calc(100vh - 160px);
	padding-left: 0px;
	padding-right: 0px;
}

/****/
.judul-halaman{
	font-size: 18px;
	text-transform: uppercase;
	background: rgba(0,0,0,0.05) url(../images/bg-splash-bw.png) top right no-repeat;
	background-size: auto 100%;
	padding: 10px 20px;
	margin-bottom: 15px;
	margin-left: 30px;
	margin-right: 30px;
	
	border-top: 2px solid #91bf58;
	
	-webkit-border-radius: 0px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius: 0px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-radius: 0px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}
.judul-halaman a{
	display: block;
	*color: #ff9600;
	*color: #91bf58;
	color: #005575;
}
.judul-halaman a span{
	font-family: 'Catamaran Regular';
}
.judul-halaman a:hover{
	text-decoration: none;
	color: #333333;
	cursor: pointer;
}
/*.judul-halaman a{
	font-family: 'Catamaran Regular';
}
.judul-halaman a.fa{
	font-family: 'FontAwesome';
}
*/

/****/
.dataTables_filter input[type=search]{
	border: 1px solid #005575;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.dataTables_wrapper .dataTables_paginate{
	margin-top: 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	*width: 25px !important;
	height: 25px !important;
	line-height: 22px;
	min-width: 25px !important;
	
	
	padding: 0 10px !important;
	
	border: 1px solid rgba(0,85,117,0.1) !important;
	
	-webkit-border-radius: 15px !important;
	-moz-border-radius: 15px !important;
	border-radius: 15px !important;
	font-size: 11px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next{
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current{
	background: #91bf59 !important;
	color: #FFFFFF !important;
	border: none !important;
}

/****/
.container-login{
	background: url(../images/bg-login.png);
	background-size: 100% 100%;
	height: 100%;
	position: relative;
}
.logo-tl-login{
	position: absolute;
	top: 40px;
	left: 40px;
}
.logo-tl-login img{
	height: 77px;
	
}
.logo-rima-login{
	*border: 1px solid red;
}
.logo-rima-login img{
	width: 400px;
}
.form-inner{
	background: #FFFFFF;
	padding: 0 20px 20px;
	margin: 70px 20px 0;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.form-inner .ikon{
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}
.form-inner .ikon img{
	width: 128px;
	margin: -64px auto 0;
}
.form-inner a{
	text-align: right;
	display: inline-block;
	width: 100%;
}
.form-inner a.registrasi span{
	color: #077ec8;
	font-size: 30px;
	line-height: 10px;
	vertical-align: middle;
}
.form-inner a.lupa-password span{
	color: #e74c3c;
	font-size: 30px;
	line-height: 10px;
	vertical-align: middle;
}

/****/
.container-login .copyright{
	position: absolute;
	left: 30px;
	bottom: 30px;
	*border: 1px solid red;
	text-align: center;
}
.container-login .copyright a{
	font-size: 14px;
	color: #333333;
}
.container-login .copyright i{
	color: #91bf58;
	font-size: 24px;
	display: inline-block;
	width: 100%;
	
}

/****/
.container-home{
	height: 100%;
}

/****/
.tabel-matriks {
	border-collapse: collapse;
	width: calc(100% - 0px);
	*margin-left: 30px;
	*margin-right: 30px;
}
.tabel-matriks th,
.tabel-matriks td{
	padding: 4px 8px;
	border: 1px solid rgba(0,0,0,0.1);
}
.tabel-matriks thead th,
.tabel-matriks tfoot th{
	*border: 1px solid red;
	background: #F4F4F4;
	
}
.tabel-matriks thead th,
.tabel-matriks tfoot th{
	text-align: center;
}
.tabel-matriks td.vheader{
	background: grey;
	color: #FFFFFF;
	text-align: center;
}

/****/
.bg-limegreen{
	background: limegreen;
}
.bg-yellow{
	background: yellow;
}
.bg-orange{
	background: orange;
}
.bg-chocolate{
	background: #e67e22;
	color: #FFFFFF;
}
.bg-saddlebrown{
	background: #e74c3c;
	color: #FFFFFF;
}
.bg-red{
	background: red;
}
.bg-crimson{
	background: #C1392B;
	color: #FFFFFF;
}

/****/
.tabel-rima{
	border-collapse: collapse;
	width: calc(100% - 0px);
	margin-left: 0px;
	margin-right: 0px;
}
.tabel-rima thead th{
	background: #F4F4F4;
}
.tabel-rima th,
.tabel-rima td{
	padding: 4px 8px;
	border: 1px solid rgba(0,0,0,0.1);
}
.tabel-rima td {
	vertical-align: top;
}
.tabel-rima td p{
	padding: 0 0;
	margin: 0 0;
}

.tabel-rima ol{
	padding-left: 15px;
}

/****/
.body-datatable{
	
}
.body-datatable > .container,
.body-datatable > .container > .row,
.body-datatable > .container > .row > .col-md-12{
	height: 100%;
}
.body-datatable > .container > .row > .col-md-12.area-datatable > section{
	padding-left: 30px;
	padding-right: 30px;
}
.dataTables_scrollHeadInner{
	background: rgba(145,191,88,0.2);
}
.dataTables_scrollHeadInner table.dataTable thead th{
	*border-bottom: 1px solid #111;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
table.dataTable.display tbody tr.odd.selected {
    background-color: #91bf58 !important;
	color: #FFFFFF !important;
}
table.dataTable tbody tr.selected {
    background-color: #91bf58 !important;
	color: #FFFFFF !important;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, 
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
    background-color: #91bf58 !important;
	color: #FFFFFF !important;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, 
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
    background-color: #91bf58 !important;
	color: #FFFFFF !important;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, 
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
    background-color: #91bf58 !important;
	color: #FFFFFF !important;
}
table.dataTable tbody td {
    *word-break: break-word;
    vertical-align: top !important;
}

/****/
.area-penyebab{
	background: rgba(0,0,0,0.05);
	border: 1px solid rgba(0,0,0,0.1);
	padding-top: 15px;
	padding-bottom: 15px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
}
.area-penyebab li{
	list-style: none;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-top: 15px;
}

/****/
.judul{
	font-size: 18px;
	text-transform: uppercase;
	*padding-top: 20px;
	padding-bottom: 10px;
}
#jml-resiko-berdasar-jenis-resiko{
	border: 1px solid rgba(0,0,0,0.1);
}

/****/
.area-filter{
	*border: 1px solid red;
	*background: rgba(255,255,255,0.2);
	background: rgba(0,0,0,0.05);
	text-align: right;
	margin-top: 15px;
	padding: 5px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.area-filter select{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/****/
.body-login{
	background: url(../images/bg-dot.png) top left no-repeat;
	background-size: auto 100%;
}
.body-login .inner-bg{
	background: url(../images/bg-login.png) center center no-repeat;
	background-size: auto 100%;
	*border: 1px solid red;
	height: 100vh;
}
.body-login .logo-ttl{
	position: absolute;
	top: 40px;
	left: 60px;
}
.body-login .form-top{
	text-align: center;
}
.body-login .form-bottom{
	width: 60%;
	margin: 0 auto;
}
.body-login .form-bottom .ikon-gembok{
	text-align: center;
	margin-top: -64px;
	margin-bottom: 20px;
}
.body-login .btn-login{
	background: #005575;
	color: #FFFFFF;
	padding: 10px 0;
	height: auto;
}

/****/
.form-role input[type=radio]{
	
}
.form-role .item-role{
	background: rgba(255,255,255,0.7);
	*border: 1px solid cyan;
	padding: 10px;
	margin-bottom: 2px;
}
.form-role input[type=submit]{
	background: #005575;
	color: #FFFFFF;
	width: calc(100% - 30px);
	margin: 10px 15px 10px;
}

/****/
.pull-left.blink_me{
	*background: pink;
	background: rgba(255,0,0,0.3);
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
}
.pull-left.blink_me h1.blink_me{
	margin-top: 0px;
}
.pull-left.blink_me p{
	padding-bottom: 10px;
}

/****/
.aksi-area{
	*border: 1px solid cyan;
	/*background: rgba(0,0,0,0.1);
	
	-webkit-border-radius: 5px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;*/
	
	*padding: 5px;
	padding-bottom: 5px;
}
.aksi-area a{
	*border: 1px solid red;
	display: inline-block;
	background: #2590b7;
	color: #FFFFFF;
	padding: 5px 10px;
	font-size: 12px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	cursor: pointer;
	
}
.aksi-area a:hover{
	background: #005575;
	text-decoration: none;
}

/****/
.dataTables_length{
	*border: 1px solid red;
	float: left;
	width: 50%;
	height: 36px;
	*background: #2590b7;
	background: rgba(0,0,0,0.6);
	padding-left: 5px;
	
	-webkit-border-radius: 0px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius: 0px;
	-moz-border-radius-topleft: 4px;
	border-radius: 0px;
	border-top-left-radius: 4px;
}
	.dataTables_length label{
		line-height: 36px;
		margin-bottom: 0px;
		color: #FFFFFF;
		font-size: 12px;
	}
	.dataTables_length label select{
		color: #333333;
	}
.dataTables_filter{
	*border: 1px solid green;
	float: right;
	width: 50%;
	height: 36px;
	*background: #2590b7;
	background: rgba(0,0,0,0.6);
	padding-right: 5px;
	
	-webkit-border-radius: 0px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius: 0px;
	-moz-border-radius-topright: 4px;
	border-radius: 0px;
	border-top-right-radius: 4px;
}
	.dataTables_filter label{
		line-height: 36px;
		margin-bottom: 0px;
		color: #FFFFFF;
		font-size: 12px;
	}
	.dataTables_filter label input[type=search]{
		line-height: normal;
		padding: 0px 5px !important;
		color: #333333;
	}
.dataTables_wrapper.no-footer{
	*background: grey;
	*border: 2px solid yellow;
}
.dataTables_wrapper table.dataTable a{
	*border: 2px solid red;
	*display: block;
}

/****/
.konten-area{
	padding-left: 30px;
	padding-right: 30px;
}

/****/
.area-form .page-header {
	*background: yellow;
	padding-top: inherit;
	padding-bottom: inherit;
	padding: 5px;
}
.area-form .page-header h3{
	display: inline-block;
	*background: red;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 18px;
}
.area-form .page-header h3 i{
	line-height: normal;
	vertical-align: bottom;
	font-size: 18px;
}

/****/
.judul-section{
	*border: 1px solid green;
	padding-right: 15px;
}
.judul-section h3{
	*background: pink;
	background: rgba(0,0,0,0.1);
	padding: 10px;
	font-size: 18px;
	display: inline-block;
	width: 100%;
	*border: 1px solid red;
}

/****/
a.fa span{
	font-family: 'Catamaran Regular';
}

/****/
.area-form{
	padding-left: 15px;
	padding-right: 15px;
}
.area-form .checkbox-inline{
	margin-top: 0px !important;
	padding-top: 0px !important;
}

.area-persetujuan-human-capital{
	border: 1px solid rgba(0,0,0,0.1);
	margin-left: 10px;
	margin-right: 5px;
}
.area-persetujuan-human-capital ol{
	padding-left: 20px;
}

/****/
.form-group > .col-md-12{
	padding-left: 0px;
	padding-right: 0px;
}
.area-form .control-label{
	padding-top: inherit;
}
.area-form form > .form-group{
	*border-bottom: 1px solid rgba(0,0,0,0.1);
}

/****/
/*.mce-content-body {
	
}
.mce-content-body p {
	font-family: 'Catamaran Regular' !important;
	border: 1px solid red !important;
}*/

/****/
.header-info-resiko{
	margin-bottom: inherit;
	text-transform: uppercase;
}
.header-info-resiko p{
	margin: 0 0;
}
.area-onchange-tingkat{
	*border: 2px solid red;
	margin-top: -20px;
}
.area-onchange-tingkat .nilai-tingkat{
	float: left;
	width: 35%;
	
	font-size: 42px;
	
	
	display: flex;
	justify-content: flex-start; /* align horizontal */
	align-items: center; /* align vertical */
}
.area-onchange-tingkat .nilai-tingkat > span{
	background: rgba(0,0,0,0.05);
	padding: 10px 40px 20px;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.area-onchange-tingkat .penjabaran{
	float: left;
	width: 65%;
	padding-left: 15px;
}

/****/
.item-penyebab-resiko{
	*border: 1px solid red;
	*display: inline-block;
	*width: 100%;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 15px;
}
.item-penyebab-resiko .judul-penyebab{
	*background: rgba(0,0,0,0.1);
	background: #005575;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 15px;
	
	-webkit-border-radius: 4px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.item-penyebab-resiko .judul-penyebab span{
	display: inline-block;
}
.item-penyebab-resiko .konten-penyebab{
	*border: 1px solid rgba(0,0,0,0.1);
	border: 1px solid #005575;
	padding-bottom: 20px;
	
	-webkit-border-radius: 0px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius: 0px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-radius: 0px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.item-penyebab-resiko .konten-penyebab .konten-penyebab-inner{
	*margin-left: -45px;
	*margin-right: -45px;
	*border: 1px solid red;
}

/****/
.nilai-tingkat-analisa{
	background: rgba(0,0,0,0.1);
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	display: inline-block;
	*padding: 5px 40px 20px;
	font-size: 36px;
	font-weight: bold;
	
	width: 70px;
	height: 60px;
	
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: flex-start; /* align vertical */
	
}
.nilai-tingkat-analisa *{
	margin: 0 0;
	padding: 0 0;
}

/****/
.tingkat-tidak-berat{
	background: #90cbfe;
}
.tingkat-agak-berat{
	background: #6dfd46;
}
.tingkat-berat{
	background: #fffd38;
}
.tingkat-sangat-berat{
	background: #ca1ec9;
	color: #FFFFFF;
}
.tingkat-malapetaka{
	background: #fc0d1b;
	color: #FFFFFF;
}

/****/
.fieldset-analisa-resiko{
	border: 1px solid rgba(0,0,0,0.1) !important;
	padding: 0 20px;
	
	margin-top: 20px;
	margin-left: 50px;
	margin-right: 50px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.fieldset-analisa-resiko legend{
	background: rgba(0,0,0,0.05);
	padding: 2px 10px 7px;
	font-size: 18px;
	font-weight: 500;
	border: none;
	border: 1px solid rgba(0,0,0,0.1);
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

span.combo{
	width: 100px;
}
}



/****/
.area-menu-kiri{
	*border: 1px solid rgba(0,0,0,0.1);
	*border: 1px solid #005575;
	*margin-left: -15px;
	*margin-right: -15px;
	margin-top:15px;
	background: rgba(0,0,0,0.05);
	
	*padding: 15px 15px 15px 15px;
	
	/*-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;*/
	
	overflow: hidden;
	
	-webkit-border-radius: 10px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius: 10px;
	-moz-border-radius-topright: 0px;
	border-radius: 10px;
	border-top-right-radius: 0px;
}
.area-menu-kiri .inner{
	*border: 1px solid cyan;
	
}
.area-menu-kiri .title{
	background: #005575;
	color: #FFFFFF;
	padding: 6px 10px;
}
.area-menu-kiri .link{
	font-family: 'Montserrat Light';
	padding: 6px 10px;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	color: rgba(255,255,255,0.7);
}
.area-menu-kiri .link:hover{
	background: rgba(0,0,0,0.1);
	color: rgba(255,255,255,1);
	text-decoration: none;
}
.area-menu-kiri .link > span{
	color: #FFFFFF;
	font-weight: bold;
	display: inline-block;
	width: 100%;
	font-size: 12px;
}

/****/
.area-menu-kiri table td{
	color: #FFFFFF;
}

/****/