@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: Segoe;
	src: url('../fonts/seguibk.ttf');
}
@font-face {
	font-family: Open Sans;
	src: url('../fonts/OpenSans-Light.ttf');
}
@font-face {
	font-family: Roboto;
	src: url('../fonts/Roboto-Light.ttf');
}
@font-face {
	font-family: Amaranth;
	src: url('../fonts/Amaranth-Regular.ttf');
}
body {
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0; padding: 0;
	/*background: url('../images/texture.jpg');*/
	border-top: 4px solid #FFEE00;
}

/* *** HEADER *** */
#header
	{
		background: -moz-linear-gradient(bottom, #252f66, #3a4ebb);
		border-bottom: 1px solid #4f0000;
		width: 100%;
		height: 65px;
		margin: 0 auto;
		}
		.top-text {
			width: 400px;
			font-family: "Amaranth", Arial, Helvetica, sans-serif;
			font-size: 24px;
			color: #ffc800;
			float: left;
		}
		.top-text img {
			float: left;
			margin-right: 5px
		}
		.top-right {
			margin-top: 15px; margin-right: 20px;
			font-family: "Roboto", Arial, Helvetica, sans-serif;
			font-size: 14px;
			color: #000;
			float: right
		}
		a {
			color: #4185F3;
		}
		
			
/* *** END HEADER *** */


/* LOGIN */
#loginbox {
	background-color: #FFF;
    -webkit-box-shadow: 0px 0px 5px 0px #d9d9d9;
    -moz-box-shadow: 0px 0px 5px 0px #d9d9d9;
    box-shadow: 0px 0px 5px 0px #d9d9d9;
	border: 1px solid #dadada;
	padding: 10px;
	margin-top: 10px;
}
.login-title {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #2cafe3;
	text-align: center;
	line-height:1.5em;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
h2 {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #2cafe3;
	text-align: center;
	line-height:1.5em;
}
table#login, table#form {
	float: none;
}
table#login tr td {
	padding: 10px;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
}
table#form tr td {
	padding: 10px;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
#content  input[type=text], #content  input[type=password],#content textarea,#content select {
	background: #FFF;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 5px;
    border: 1px solid #CCC;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#content input[type=text]:hover,
#content  input[type=password]:hover, #content  textarea:hover, #content  select:hover {
    border-color: #777;
}

#content  label:hover ~ input {
    border-color: #CCC;
}

#content  input[type=text]:focus,
#content  input[type=password]:focus, #content  textarea:focus, #content  select:focus {
    border-color: #1C55F8;
	box-shadow: 0 0 5px #BBB inset;
	color: #000;
    outline: none; /* Remove Chrome's outline */
}
#content  .small {
	font-size: 11px;
}

#content  .info {
	font-size: 11px;
	margin-left: 10px;
}

.sukses {
	background: url(../images/icons/ok.png) no-repeat;
	padding-left: 18px;
}

.gagal {
	background: url(../images/icons/warning.png) no-repeat;
	padding-left: 18px;
	color:#F00;
}
#content  input.gagal, #content  textarea.gagal, #content select.gagal {
	background: #FFF;
    border: 1px solid #F00;
	padding-left: 4px;
	color:#F00;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.fileUpload {
	position: relative;
	overflow: hidden;
	margin: 10px;
}
.fileUpload input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}

.clear {
	clear: both;
}
.none {
	float: none;
}
/* END LOGIN */
#white-bar {
	width: 100%;
	margin: 0 auto;
	height: 45px;
	background: #FFF;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-right:  1px solid #dcdcdc;
}
.filter-bar {
	width: 400px;
	float: left;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #2cafe3;
	margin-left: 20px; margin-top: 5px;
}
.orange {
	color: #FFc800;
	font-weight: bold;
}

#text-left {
	width: 185px;
	height: 300px;
	float: right;
	color: #999;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #FFF;
    -webkit-box-shadow: 0px 0px 5px 0px #d9d9d9;
    -moz-box-shadow: 0px 0px 5px 0px #d9d9d9;
    box-shadow: 0px 0px 5px 0px #d9d9d9;
	border: 1px solid #dadada;
	padding: 10px;
}
#content-wrapper {
	width: 1000px;
	margin: 4px auto;
}
#content {
	margin: 0 auto;
	width: 1000px;
	height: 100%;
	float: left
}

#left-content {
	width: 180px;
	height: auto;
	float: left;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	padding: 0px;
}
#center-content {
	width: 980px;
	height: auto;
	background-color: #FFF;
    -webkit-box-shadow: 0px 0px 5px 0px #d9d9d9;
    -moz-box-shadow: 0px 0px 5px 0px #d9d9d9;
    box-shadow: 0px 0px 5px 0px #d9d9d9;
	border: 1px solid #dadada;
	float: left;
	padding: 10px;
}

.info-home {
	width: 960px;
	background: #EBF5FF;
	border: 1px solid #a9e5ff;
	color: #000;
	padding: 10px;
    -webkit-box-shadow: 0px 0px 4px 0px #dedede;
    -moz-box-shadow: 0px 0px 4px 0px #dedede;
    box-shadow: 0px 0px 4px 0px #dedede;
	margin-bottom: 20px;
}
.info-home ul {
	line-height: 1.5em;
	color: #3A87AD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.info-home p{
	color: #3A87AD;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0; margin: 0;
}

.img-iklan {
	border: 2px #FFF solid;
    -webkit-box-shadow: 0px 0px 5px 0px #AAA;
    -moz-box-shadow: 0px 0px 5px 0px #AAA;
    box-shadow: 0px 0px 5px 0px #AAA;
}
/* *** MENU NAVIGASI *** */
#navigasi {
	clear: both;
	background-color: #333;
	background-image: -moz-linear-gradient(center top , #444, #333);
	background-image: -webkit-linear-gradient(center top , #444, #333);
	width:600px;
	height: 36px;
	border-bottom: 1px solid #555;
	/* box-shadow: 0 1px 3px #000; */
	position: fixed;
	top: 75px;
	z-index: 50;
	float: left;
}
/* *** END MENU NAVIGASI *** */

/* LAPORAN */
.cetak {
	width: auto;
	background: #F4F4F4;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
#laporan {
	margin-right: 20px;
}
#laporan table {
	border-collapse: collapse;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: 1px solid
}
#laporan table thead{
	font-weight: bold;
	border-bottom: 2px solid #aaa;
	text-align: center;
	vertical-align: middle;
}
#laporan table tfoot {
	font-weight: bold;
	border-top: 2px solid #aaa;
	text-align: center;
	vertical-align: middle;
	background: #E5E5E5;
}
#laporan table tbody {
	border-bottom: 1px solid #aaa;
	vertical-align: top;
}

#laporan table tbody tr {
	border-bottom: 1px solid #aaa;
}
              
#laporan table tbody tr.alt-row {
	background: #f3f3f3;
}
#laporan table tbody th {
	text-align: left;
}
#laporan table  td,
#laporan table th {
color: #111;
padding: 3px 6px;
line-height: 1.5em;
border: 1px solid #aaa;
}        
#laporan table.noborder tr {
	border-bottom: 1px solid #cacdd3;
}
#laporan table.noborder td {
	border: none;
	color: #333;
}
#laporan table.noborder{
	border: none;
}

#laporan table.noborder tbody{
	border: none;
}
table.noborder {
	border: none;
}
table.noborder thead {
	border: none;
}

table.noborder tbody {
	border: none;
}

table.noborder tbody tr{
	border: none;
}
              
table.noborder tbody tr.alt-row{
	border: none;
}

table.noborder td,
table.noborder th .noborder {
	border: none;
}

/* LAPORAN */


/* *** MAIN CONTENT *** */
	#box {
		clear:both;
		width: auto;
		padding: 8px;
		border-bottom: 1px solid #eee;
		margin-bottom: 5px;
		font-size: 13px;
		line-height: 1.6em;
	}
	.title {
		font-family: "Amaranth", sans-serif;
		font-size: 22px;
		color: #4185F3;
		margin-bottom: 7px;
		line-height: 1.4em;
	}
	.title a{
		font-family: "Amaranth", sans-serif;
		font-size: 22px;
		color: #4185F3;
		margin-bottom: 7px;
		line-height: 1.4em;
		text-decoration: none;
	}
	.title a:hover{
		color: #41BAFF;
		text-decoration: underline;
	}
	#box .judul {
		font-family: "Roboto Light", sans-serif;
		font-size: 14px;
		color: #4C8FFD;
		font-weight: normal;
	}
	.judul-detail {
		font-family: "Roboto Light", sans-serif;
		font-size: 20px;
		color: #4C8FFD;
		font-weight: normal;
	}
	ol {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #118FFD;
		font-weight: bold;
		padding-left: 1.6em;
	}
	a.news-other {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #118FFD;
		font-weight: bold;
		text-decoration: none;
	}
	a.news-other:hover {
		color: #000;
	}
	#news {
		border-bottom: 1px solid #DDD;
		margin-bottom: 30px;
	}
	.news{
		width:100%;
		text-align: justify;
		line-height: 1.8em;
		font-family: 'Segoe', sans-serif;
		font-size: 13px;
	}
	.news-detail{
		width: auto;
		padding: 10px;
		float: left;
		border-bottom: 1px dotted #DDD;
		text-align: justify;
		line-height: 1.7em;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	.imgnews {
		width: 80px;
		min-height: 50px;
		border: 1px dotted #DDD;
		background: #FAFAFA;
		float: left;
		margin-right: 5px;
		margin-top: 15px;
	}
	.imgnews-detail {
		width: 200px;
		min-height: 50px;
		border: 1px dotted #DDD;
		background: #FAFAFA;
		float: left;
		margin-right: 5px;
		margin-top: 15px;
	}
	.note {
		width:70%;
		margin-left: 17px;
		margin-top: 18px;
		font-size: 11px;
	}
	a.link {
		font-family: "Roboto Light", sans-serif;
		font-size: 11px;
		color: #4C8FFD;
		font-weight: bold;
		text-decoration: underline;
	}
	#service {
		clear: both;
		width: 100%;
		height: auto;
		background: #FCFCFC;
		border-top: #DDD 1px solid;
		color: #FF9000;
	}
	#service h1 {
		margin-left: 20px; padding: 0; margin-top: 0; line-height: 1.7;
		font-family: "Open Sans", sans-serif;
		font-size: 50px;
		font-weight: normal;
		float: left;
	}
	.buttonarea {
		width: 100%;
		float: none;
	}
	.win-button {
		width: 80px;
		height: 55px;
		padding-top: 5px;
		padding-left: 5px;
		font-family: "Segoe", sans-serif;
		font-size: 12px;
		color: #FFF;
		float: left;
		margin-right: 3px;
	}
	.win-button:hover {
		box-shadow: 0 0 2px #000;
		cursor: pointer;
		border: 1px solid #FFF;
	}
	.consult {
		background:  #04aeda url(../images/Configure-Tools-Metro.PNG) no-repeat bottom right;
		border: 1px solid #04aeda;
	}
	.training {
		background:  #ffae00 url(../images/training.png) no-repeat bottom right;
		border: 1px solid #ffae00;
	}
	.chat {
		background:  #a60809 url(../images/chat.png) no-repeat bottom right;
		border: 1px solid #a60809;
	}
	
	/*** --- TABEL --- ***/
	table.dboard {
		width: 100%;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #666;
	}
	table.dboard thead tr th {
		font-family: "Roboto Light", sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #666;
		border-bottom: 2px solid #CCC;
		padding: 5px;
	}
	table.dboard tbody tr:hover {
		background: #f1f1f1;
	}
	table.dboard tbody tr td {
		font-family: "Roboto Light", sans-serif;
		font-size: 13px;
		font-weight: normal;
		color: #444;
		border-bottom: 1px dotted #DEDEDE;
		padding: 5px;
	}
	table.dboard a {
		color: #04aeda;
		text-decoration: underline;
	}
	.alt {
		background: #F9F9F9;
	}
	
	.ket{
		font-family: "Roboto Light", sans-serif;
		font-size: 13px;
		text-align: center;
	}
	/* .hari {
		color: #7ebfff;
	}
	.jam {
		color: #ffa54d;
	}
	.menit {
		color: #85ff0d;
	}
	.detik {
		color: #ff0000;
	} */
	/*** --- END OF TABEL --- ***/
	
		.count_down{
			font-family: "Open Sans", sans-serif;
			color:#000;
		}
	
		.count_down span{
			color: #000;
		}
	
	/**** DASHBOARD ****/
h3 {
	line-height: 1.5em;
}
h3.titletable {
	margin-left: 5px;
}
		.dv-table td{
			border:0;
		}
		.dv-table input{
			border:1px solid #ccc;
		}
/* FORM */
.combobox {
	border:1px solid #ccc;
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
}
.combobox.ro {
	background-color: #F9f9f9;
	text-align: center;
}
/* *** END MAIN CONTENT ***/

/* *** FOOTER *** */
#footer {
	position: relative;
	bottom: 0px;
	background: #EEE;
	border-top: 1px solid #CCC;
	width: 100%;
	height: auto;
	margin: 0 auto;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}

#footer-text {
	width: 100%;
	margin: 0 auto;
	float: left;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	}


/* *** END FOOTER *** */

/* *** PENCARIAN & KONTROL DATA *** */
#modul-title
	{
	background: #FAFAFA;
	border: 1px solid #a9e5ff;
    -webkit-box-shadow: 0px 0px 4px 0px #dedede;
    -moz-box-shadow: 0px 0px 4px 0px #dedede;
    box-shadow: 0px 0px 4px 0px #dedede;
	width: 1000px;
	float: left;
	}
	
#modul-title legend{
	font-size: 14px;

}
.modul-title {
	font-family: "Amaranth", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #2cafe3;
	text-align: center;
	line-height:1.5em;
	margin: 10px 0;
}

.pencarian
	{
	margin: 2px; 
	margin-left: 5px; 
	background: #FAFAFA;
	border: 1px solid #a9e5ff;
	padding: 10px; 
    -webkit-box-shadow: 0px 0px 4px 0px #dedede;
    -moz-box-shadow: 0px 0px 4px 0px #dedede;
    box-shadow: 0px 0px 4px 0px #dedede;
	width:96.3%
	}
.pencarian legend{
	font-size: 14px;

}
.kontroldata
	{
margin: 2px; 
margin-left: 5px; 
margin-right: 5px;
background: #fcffe2; 
padding: 5px; 
border: 1px solid #F2FBB0; 
width:96%
	}	
.kontroldata legend {
	font-size: 14px;
}

.tutup {
	cursor: pointer;
}


.img {
	border: 2px solid #FFF;
	box-shadow: 0 0 3px #444;
}
/* *** END PENCARIAN & KONTROL DATA *** */

.header-online {
	width: 180px;
	padding: 2px;
	background: #FFF;
	border: 1px solid #003;
	border-radius: 10px;
	position: absolute;
	top: 3px; left: 10px;
	font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #036;
	z-index: 9999;
	text-align: center
}

.konten {
	margin-left: 10px;
	width: 100%;
	float: left;
	padding: 10px 0;
	background-color: #FAFAFA;
	border: 1px solid #DDD;
}
.pengaduan {
	float: left;
	text-align: justify;
	line-height: 1.5em;
	width:77%;
	padding: 0 15px;
	color: #333;
}
.infopengaduan {
	border-left: 1px solid #DDD;
	padding-left: 10px;
	float: right;
	text-align: justify;
	line-height: 1.5em;
	width: 19%;
	color: #333;
}
.subjudul-detail {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #555;
		font-weight: bold;
	}

.disposisi {
	width: auto;
	background: #EEE url(../images/default.gif) no-repeat;
	padding-left: 55px;
	padding-top: 7px;
	min-height: 50px;
	margin-bottom: 4px;
	line-height: 1.6em;
	color: #444;
}
.disposisi span {
	color: #139EFF;
}

.tindaklanjut {
	width: auto;
	background: #f1f1f1 url(../images/default.gif) no-repeat;
	padding-left: 55px;
	padding-top: 7px;
	min-height: 50px;
	margin-bottom: 4px;
	line-height: 1.6em;
	color: #444;
}
.tindaklanjut span {
	color: #139EFF;
}


/* IKLAN  */
ul.iklan {
	list-style: none;
	margin: 0; padding: 0;
}
ul.iklan li {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
#img-iklan {
	width: 100px;
	height: 100px;
	background: #FEFEFE;
	float: left;
	margin-right: 10px;
}
#img-iklan a{
	border: 1px solid #DDD;
    display: block;
    height: 100px;
    line-height: 100px;
    text-align: center;
    width: 100px;
	float: left
}
#img-iklan img {
	vertical-align: middle;
}

#desc-iklan {
	width: 125px;
	height: 100px;
	float: left;
}

#desc-iklan .judul-iklan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	line-height: 1.5em;
}
#desc-iklan .cat-iklan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	line-height: 1.5em;
}
#desc-iklan .price-iklan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F09601;
	line-height: 1.5em;
}

/* IKLAN  */



/* FORM INPUT */
#input .combo input[type=text] {
    padding: 1px;
    border: none;
}
#input  input[type=text], #input  input[type=password],#input textarea,#input select {
	background: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 4px;
    border: 1px solid #CCC;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#input input[type=text]:hover,
#input  input[type=password]:hover, #input  textarea:hover, #input  select:hover {
    border-color: #777;
}

#input  label:hover ~ input {
    border-color: #CCC;
}

#input  input[type=text]:focus,
#input  input[type=password]:focus, #input  textarea:focus, #input  select:focus {
    border-color: #1C55F8;
	box-shadow: 0 0 5px #BBB inset;
	color: #000;
    outline: none; /* Remove Chrome's outline */
}
