*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	height: auto;
}
body,html{
	font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
	background-color: white;
	font-size: 13px;
	font-weight: 500;
	width: 100%;
	height: 100%;
	min-width: 900px;
	overflow: auto;
	margin: 0;
	text-align: left;
	padding: 0; 

}

ol{
	padding-left: 15px;
	padding-top: 0px;
	margin: 0px;
}

.input-box{
	font-family: Century Gothic, sans-serif;
	font-size: 12px;
	padding: 2px;
	min-width: 150px;
	width: 250px;
}

#loading_spinner { 
	display:none;
    position: fixed;
    top: 60%;
    left: 50%;
    margin-left: -100px;
    margin-top: -93px;
}

.centering {
 	margin:0 auto;
 	width: 650px;
}

.tablePihak{
	padding: 8px;
	background-color: #000000;
	width: 100%;
}
.tableSearch{
	margin-top: 50px;
	background-color: white;
}
#popup{
	width: 100%;
	margin: 0px;
	padding: 10px;
	height: 100%;
	position: fixed;
	background: rgba(0,0,0,.7);
	top: 0;
	left: 0;
	z-index: 9998;
	display: none;
	overflow: auto;
	overflow-y:scroll; 
	padding-bottom: 20px;
}

.usual .list{
	list-style: inherit;
	clear:both;
}
.selection {
	display: none;
}

.container{
	background: url(../images/top_header.jpg) top right repeat-x;
	color: #333;
	text-align: center;
	color: #6a6340;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
	box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
	width: 100%;
	height: 100px;
}
.container > header{
	margin: 0px;
	padding: 10px;
	position: relative;
	display: block;
    text-align: left;
}

.container > header h1{
	font-weight: 500;
	line-height: 40px;
	margin: 0;
	position: left;
	color: white;
}

.container > header h1 span{
	font-weight: 700;
}

.container > header h2{
	font-weight: 500;
	text-transform: uppercase;
	margin-top: -5px;
	color: white;
}

.title{
	font-size: 20px;
	margin-top: 15px;
	padding-left: 10px;
	float: left;
}

.total_perkara{
	font-size: 14px;
	margin-top: 20px;
}

.sub-title{
	font-size: 14px;
	color: rgb(23, 162, 206);
}

.back-button{
	margin-top: 5px;
}
.title, .total_perkara{
	padding-top: 0px;
	color: rgb(23, 162, 206);
}


span{
	text-align: left;
}

#bodies {
	margin-right: 10px;
}

#left{
	overflow: hidden;
	float: left;
}

#right{
	overflow: hidden;
	float: right;
	margin: 0;
	padding: 0;
}

.menu {
	width: 100%;
}

.seperator-top{
	padding-bottom: 40px;
	border-bottom-style:solid;
	border-color:#5FB85C;
	margin-left:10px;
	margin-bottom: 5px; 
}

.seperator-bottom{
	margin-top: 5px;
	border-bottom-style:solid;
	border-color:#5FB85C;
	margin-bottom: 10px;
}

.seperator-footer{
	margin-top: 5px;
	border-bottom-style:solid;
	border-color:white;
	margin-bottom: 25px;
	bottom: 30px;
}

.seperator{
	padding-bottom: 5px;
	margin-right: 10px;
	clear:both;
}

.menu ul ul {
	display: none;

}

.menu ul li:hover > ul {
	display: block;
	z-index:1;
}

.menu a{
	cursor: pointer;
}
.menu ul {
	list-style: none;
	position: left;
	display: inline-table;
	width: 100%;
	margin:0;
	padding:0;
	background: #F1F1F1;
}

.menu ul:after {
	clear: both; 
	display: block;
}

.menu ul li {
	float: left;
	margin: 0;
	text-align: center;
	position: relative;
	border-radius:0 0 0 0;
		-moz-border-radius:0 0 0 0;
		-webkit-border-radius:0 0 0 0;
		-o-border-radius:0 0 0 0;
	border:0 none;
	min-width:130px;
	padding: 5px;
}

.menu ul li:hover {
	background: #4b545f;
	min-width:130px;			
}

.menu ul li:hover a {
	font-weight: 300;
	color: #fff;
	min-width:130px;
}
		
.menu ul li a {
	font-size: 13px;
	display: block;
	color: #757575; 
	text-decoration: none;
	min-width:130px;
}		
	
.menu ul ul {
	background: #5f6975; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
	min-width:100px;
}

.menu ul ul li {
	float: none; 
	border-top: 1px solid #6b727c;
	border-bottom: 1px solid #575f6a; position: relative;
	min-width:100px;
}

.menu ul ul li a {
	font-weight: 300;
	color: #fff;
	min-width:130px;
}

.menu ul ul li a:hover {
	background: #4b545f;
}
		
.menu ul ul ul {
	position: absolute; left: 100%; top:0;
	min-width:100px;
}

#search-box,#date-box {
	margin: 0;
	font-weight: 300;
	color: #777;
	background: #dedbdb;
	padding:10px;
	border-radius:0 0 0 0;
	-moz-border-radius:0 0 0 0;
	-webkit-border-radius:0 0 0 0;
	-o-border-radius:0 0 0 0;
	border:0 none;
}

#search-box{
	width:300px;
}

#date-box{
	width:150px;
}


#search-btn1:hover,#show-detil:hover,.button:hover {
	background:-o-linear-gradient(bottom, #5FB85C 5%, #5FB85C 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #02a3cc), color-stop(1, #02a3cc) );
	background:-moz-linear-gradient( center top, #5FB85C 5%, #5FB85C 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#5FB85C", endColorstr="#5FB85C");	background: -o-linear-gradient(top,#02a3cc,02a3cc);
	background-color:#5FB85C;
	cursor: pointer;
}

#search-btn1,#show-detil,.button{
	margin: 0;
	font-weight: 300;
	color: #777;
	background:#d3d5d5;
	padding: 10px 0;
	border-radius:0 0 0 0;
	-moz-border-radius:0 0 0 0;
	-webkit-border-radius:0 0 0 0;
	-o-border-radius:0 0 0 0;
	border:0 none;
	width:100px;
}

#table_pekara {
	width: 99%;
	margin-left: 10px;
}
.tableDetilJadwal,
.tableStatusPutusan{
	border:1px solid #ffffff;
	border-color: #5FB85C;
	font-size: 13px;
	border-width: 0px 0px 1px 1px;
}

.tableDetilJadwal,
.tableStatusPutusan td{
	padding: 5px;
}

.red-text {
	color: red;
}
.normal{
	padding-left: 10px;
}

.cssTable #tablePerkaraAll .no,
.no{
	max-width: 30px;
	width: 30px;
	text-align: center;
}

.dates {
	min-width: 120px;
	max-width: 120px;
	width: 110px;
	text-align: center;
}

.info {
	min-width: 120px;
	max-width: 150px;
	text-align: center;
	background-color:#5FB85C
}

.ket {
	min-width: 100px;
	width: 100px;
	max-width: 150px;
	text-align: center;
	background-color:#5FB85C
}

.uraian{
	min-width: 250px;
	max-width: 250px;
	text-align: center;
}

.tableDetilJadwal tr:first-child td,
.tableStatusPutusan tr:first-child td{
	border:1px solid #ffffff;
	border-color: #5FB85C;
	font-size: 13px;
	text-align: center;
	border-width: 0px 0px 1px 1px;
}

#tableDetilPerkara .tableStatusPutusan{
	width: 100%;
	border-collapse: collapse;
	border-width: 0px 0px 1px 1px;
}

#tableDetilPerkara .tableStatusPutusan .snow {
	background-color: snow;
}

#tableDetilPerkara .tableStatusPutusan .green {
	background-color: #5FB85C;
}

#tableDetilPerkara .tableStatusPutusan #terdakwa{
	width: 25%;
	
}

#tableDetilPerkara .tableStatusPutusan #kets{
	width: 50%;
}

#tableDetilPerkara, 
#tableDetilPenahanan,
#tableDetilJadwal {
	width: 100%;
}

#tableDetilPerkara tr td,
#tableDetilPenahanan tr td,
#tableDetilJadwal {
	border-bottom-style:solid;
	border-left-style: solid;
    border-width: 1px; 
    border-color:#5FB85C;
}

#tableDetilPerkara tr td:nth-child(odd){
	width:15%;
	max-width: 20%;
}

#tableDetilPerkara tr td:nth-child(even){
	width:100%;
}

#tableDetilBanding tr td{
	border-bottom-style:solid;
    border-width: 1px; 
    border-color:#5FB85C;
}

#tableDetilBanding td{
	width: 50%;
}

.cssTable {
	margin: 0px;
	clear:both;
	padding: 0px;
	max-width:100%;
	border:1px solid #ffffff;

	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
	background-color: rgb(240, 240, 240);

	border-bottom-style:solid;
	border-color:#5FB85C;

}


.cssTable table {
	width: 100%;
	border-width: thin;
	border-collapse: collapse;
	table-layout: fixed;
}

.cssTable tr:first-child td a{
	text-decoration: none;
	color: white;
	vertical-align:middle;
}

.cssTable tr td a{
	text-decoration: none;
	color: black;
	cursor: pointer;
}

.cssTable tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}

.cssTable table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}

.cssTable table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}

.cssTable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}

.cssTable tr:nth-child(odd){ 
	background-color:#C9E6C8;
}

.cssTable tr:nth-child(even){ 
	background-color:#F7F7F7;/*#ffffff;*/ 
}

.cssTable td{
	vertical-align:top;
	border:1px solid #ffffff;
	border-width:0px 1px 1px 0px;
	padding:2px;
	font-size:13px;
	letter-spacing: .05em;
	padding: 5px;
	cursor: pointer;
}

.cssTable tr:last-child td{
	border-width:0px 1px 0px 0px;
}

.cssTable tr td:last-child{
	border-width:0px 0px 1px 0px;
}

.cssTable tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}

.cssTable tr:first-child td{
	background:-o-linear-gradient(bottom, #5FB85C 5%, #5FB85C 100%);	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5FB85C), color-stop(1, #5FB85C) );
	background:-moz-linear-gradient( center top, #5FB85C 5%, #5FB85C 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#5FB85C", endColorstr="#5FB85C");	
	background: -o-linear-gradient(top,#5FB85C,02a3cc);

	background-color:#5FB85C;
	border:0px solid #ffffff;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	
	color:#ffffff;
	vertical-align:middle;
}

.cssTable tr:first-child:hover td:hover{
	background:-o-linear-gradient(bottom, #5FB85C 5%, #5FB85C 100%);	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #02a3cc), color-stop(1, #02a3cc) );
	background:-moz-linear-gradient( center top, #5FB85C 5%, #5FB85C 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#5FB85C", endColorstr="#5FB85C");	background: -o-linear-gradient(top,#02a3cc,02a3cc);
	background-color:#5FB85C;
}

.cssTable tr:hover {
	background:-o-linear-gradient(bottom, #5FB85C 5%, #5FB85C 100%);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #02a3cc), color-stop(1, #02a3cc) );
	background:-moz-linear-gradient( center top, #5FB85C 5%, #5FB85C 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#5FB85C", endColorstr="#5FB85C");	background: -o-linear-gradient(top,#02a3cc,02a3cc);
	background-color:#5FB85C;
}

.cssTable tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}

.cssTable tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.footer{
	margin-top: 15px;
	height: 25px;
	background: #10C735;
	padding-top: 5px;
	background-color: #BFDC7A;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
	background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
	background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
	background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
	background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	bottom: 0;
	width: 100%;
	position: fixed;
	
}

.footer ul{
	font-size: 12px;
	padding-left: 10px;
	margin: 0px;
	text-decoration: none;
	display: inline-block;
	list-style: none;
	width: 100%;
}

.footer ul li{
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	display: inline-block;
	list-style: none;
}

.left{
	width: 25%;
	text-align: left;
}
.right{
	width: 23%;
	text-align: right;
}

.center {
	width: 50%;
	text-align: center;
}
/*  idTabs ~ Sean Catchpole  */


/* Style for Usual tabs */
.usual {
	color:#111;
	padding:2px 2px;
}

.usual li { 
	list-style:none; 
	float:left; 
}

.usual ul a {
  display:block;
  padding:6px 10px;
  text-decoration:none!important;
  margin:1px;
  margin-left:0px;
  font:12px;
  color:#FFF;
  background:#444;
}

.usual ul a:hover {
	color:#FFF;
	background:#111;
}

.usual ul a.selected {
	margin-bottom:0;
	color:#000;
	background:snow;
	border-bottom:1px solid snow;
	cursor:default;
}

.usual div {
	padding:10px 10px 8px 10px;
	clear:left;
	background:snow;
	font:10pt;
}

.usual div a {
	color:#000; 
	font-weight:bold; }

#usual2 {
	background:#5FB85C;
}

#usual2 a {
	background:white;
	color: black;
}

#usual2 a:hover {
	background:#000; 
	color:white;}

#usual2 a.selected {
	background:snow; 
	color:black;
}

#message {
	margin:10px auto;
	border:6px solid #222;
	width:240px;
	height:40px;
	background:#0D0D0D;
	font-size:1.3em;
	line-height:2em;
	color:#FC4;
}

.detil{
	border:1px solid #ffffff;
	border-color: #5FB85C;
	font-size: 13px;
}

.detil td{
	padding: 10px;
}
.detil td:nth-child(odd){ 
	background-color:#5FB85C;

}
.detil td:nth-child(even){ 
	background-color:snow; 
}


