/* CSS Document */

.text-grey{
	color:#777;	
}

.right {
    text-align: right;
    float: right;
}

.scroll {
    width: 100%;
    height: 100%;
    overflow: auto;
	overflow-x:auto;
}

.square {
    background: #FFF;
    width: 400px;
    height: 300px;
	opacity: 0.8;
	border-radius: 25px;
}
.square h1 {
    color: #fff;
}
/* #custom-search-form {
        margin:0;
        margin-top: 5px;
		margin-right:-80px;
        padding: 0;
    }*/
 
    /*#custom-search-form .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
 
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: width  0.2s ease-in-out;
    -moz-transition:width  0.2s ease-in-out;
    -o-transition: width  0.2s ease-in-out;
    transition: width  0.2s ease-in-out;
	width:160px;
    }
 
    #custom-search-form button {
        border: 0;
        background: none;
        padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        left: -28px;
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
 
    .search-query:focus + button {
        z-index: 3;   
    }   
    .search-query:focus{
        width: 170px;
    }   */

body {
	margin: 0;
	padding: 0;
	color: #7e7e7e; 
	line-height: 16px; 
	opacity:10;
	/*background:#fff url(../image/vimala-view-home.jpg) no-repeat center center fixed;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: Arial, Helvetica, sans-serif;
	color:#444;
	font-size:12px;
	color: #000;
	height:86%;
	background-color: #FFF;
}

a {
	color: #33ADDB;
	background-color: inherit;
}

a:hover {
	color: #575757;
	/*background-color: inherit;*/
}

h1 {
	font: bold 1.8em Arial, Sans-Serif;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
}

h1 a {
	text-decoration: none;
}

h2 {
	margin: 0; 
	padding: 0px 0 6px 0; 
	font: 130% Arial, Sans-Serif;
	font-weight: bold;
	color: #808080; 
	text-transform: uppercase;
	background-color: inherit;	
}

h2 a {
	color: #6AC65D;
	background-color: inherit;
	text-decoration: none;
}

p {
	padding: 2px 0 5px;
	margin: 0;
}

.panel-title{
	cursor:pointer;	
	text-transform: uppercase;
	text-align:left;
}

.panel a{
	color:#000;
	/*border:1px solid black;*/
}


.panel a:hover{
	text-decoration: underline;
	background-color:#FFF;
}

#content {
	
	margin-top:0px;
	margin: 0px auto; 
	/*width: 100%;*/
	border:0px solid #93C;
}
#ditelT {
	max-height:300px;
	overflow:auto;
}

/*.headermenu {
	position:fixed;
	color:rgb(0,65,135);
	background-color:#FFF;
	clear: both;
	height: 40px;
	width:inherit;	
	border-top: 2px solid black; /*#000000;
	z-index:1000;
	border-bottom:2px solid black;
	width:90%;
}*/

/*.headermenu_right {
	font-size:.9em;
	line-height: 28px;
	width: 28%;
	float:right;
	text-align:right;
	color: #FFFFFF;
	padding: 0 0px 0 0px;
	width:100px;
}

.headermenu_centera {
	font-size:.9em;
	line-height: 38px;
	width: 20%;
	float:right;
	text-align:right;
	/*color: #3CF;
	padding: 0 10px 0 5px;
	font-weight:bold;
	color:rgb(0,65,135);
}

.headermenu_right a {
	color:#FC6;
	text-decoration: none;	
	background-color: inherit;
}

.headermenu_right a:hover {
	border-bottom: 2px solid #7487A1;
	color: #FFFFFF;
}*/

/*Menu--*/
#jsddm {
	margin: 0;
	padding: 0;
}

#jsddm li{	
	float: left;
	list-style: none;
	font: 12px Tahoma, Arial;	
}

#jsddm li a{
	display: block;
	background: #164677;
	padding: 5px 10px;
	text-align: left;
	text-decoration: none;
	border-right: 1px solid white;
	min-width: 70px;
	/*max-width: 110px;*/
	max-width:200px;
	width: auto;
	color: #EAFFED;
	white-space: nowrap;
	height:15px;
}

#jsddm li a:hover{
	background: #000;/*#24313C;*/
}

#jsddm li ul{	
	width:180px;
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white;
}

#jsddm li ul li {
	float: none;
	display: inline;
}

#jsddm li ul li a {
	border-top:1px solid #FFFFFF;
	width: auto;
	background: #A9C251;
	color: #24313C;
}

#jsddm li ul li a:hover { 
	background: #8EA344;
}
/*-- end menu*/

.c_content {
	/*float: right;*/
	/*width: 99%;*/
	/*margin: 31px 0 3px 0; */
	/*height:93%;
	max-height:93%;*/
	/*margin: 25px 0px 0px -20px;
	padding: 0px 20px 60px 20px;*/
	color: #000;
	background-color: #FFFFFF;
	border:0px solid #000;
	clear:both;
	overflow:hidden;
	overflow-x:auto;
}
.newsflash {
	/*float: right;*/
	width: 95%;
	/*margin: 31px 0 3px 0; */
	height:97%;
	/*max-height:575px;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000;
	background-color: #FFFFFF;
	border:0px solid #000;
	clear:both;
	overflow:hidden;
	overflow-x:auto;
}



.c_contentlogin {
	/*float: right;*/
	width:100%;
	/*margin: 31px 0 3px 0; */
	height:auto;
	max-height:auto;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	
	
	border:0px solid #CCC;
	border-radius: 0px;
	opacity:25;
}




.exp_content{
	margin:0 0 50px 0;
	padding:3px 0px;
	height:20px;
	color:#000;
	border-bottom:2px solid #1C5A98;
	/*background-color:#1C5A98;*/
	font-variant:small-caps;
	font-weight:bold;
	font-size:1.2em;
	text-align:center;
}
#content3{
	padding-right:35px;
}

.footer {
	width: 1000px;
	clear: both; 
	color: #999999; 
	background-color: #FFFFFF;
	padding: 10px 0 10px 20px;	
	text-align: center;  
	font-size:.8em;
	line-height: 13px;
	border-radius: 20px;
}

.footer a { 
	text-decoration: underline; 
}
/*-------style untuk table grid------*/
.tabelgrid{
	font-size:9pt;
	border:2px solid #999;
	/*width:300px;*/
}
.colgrid{
	border:1px solid #999;
	text-align:left;
	white-space: nowrap;
}

.colgrid a:hover {
	color:#ff00FF;
	text-decoration:none;
}
.headgrid{
	background-color: #A9C251;
	color:#000;/*#1C5A98***************/
	text-align:center;
}
#tbld1{
	width:100% !important;
}
.tbl-bott{
	border-bottom:1px solid #09F;
}
/*.detilTT{
	table-layout:fixed;
	width:100% !important;
}*/
.detilgrid{
	overflow:scroll;
	overflow-x:hidden;
	border:1px solid #09F;
	max-height:400px;
}
#tabelData a{
	color:#06F;
	text-decoration:underline;
}
#tabelData a:hover{
	color:#F69;
	text-decoration:none;
}

/*-------style untuk box tglsistem----*/
#tglsistem{
	border:none;
	background-color:#3366CC;
	color:#fff;
	text-align:left;
	font-size:8pt;
}
.embed + img { position: relative; left: -24px; top: 0px; }
#dialog a{
	color:#06F;
}
#dialog a:hover{
	color:#F00;}
.lblket{
	font-size:10px;
	color:#09F;}

/*------------------------FOR CHART--------------------------*/
#chart, #chartData {
  border: 1px solid #333;
  background: #ebedf2 url("images/gradient.png") repeat-x 0 0;
}

#chart {
  display: block;
  margin: 0 0 50px 0;
  float: left;
  cursor: pointer;
}

#chartData {
  width: 300px;
  margin: 0 0px 0 0;
  /*float: right;*/
  border-collapse: collapse;
  border:1px solid #0CF;
  font-size:6pt;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
  /*background-position: 0 -100px;*/
}

#chartData th, #chartData td {
  padding: 0.5em;
  border: 1px dotted #666;
  text-align: left;
}

#chartData th {
  border-bottom: 2px solid #333;
  text-transform: uppercase;
}

#chartData td {
  cursor: pointer;
}

#chartData td.highlight {
  background: #e8e8e8;
}

#chartData tr:hover td {
  background: #f0f0f0;
}

.my-textfield {
    font: inherit;
    color: #00f;
    text-align: inherit;
    outline: none;
    cursor: text;
}

img {
	border: none;
}
/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 50px;
	position: fixed;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: url(../image/dock-bg.gif);
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
tr.footrow td{
background-color:#FDE484;
}
#dashb
{
	margin-top:5px;
}

#aaa
{
	margin-top:10px;
}
#tblbio
{
	margin-top:25px;
	height:auto;
	max-height:500px;
	font-size:9pt;
	width:100%;
}
input[type='text'],input[type='password']
{
	height:28px;
}

tr.tdata, td.tdata { transition: .4s ease-in; } 

tr.thead {background:#9CF;text-align:center; }

tr.tdata:nth-child(even) { background:#FC6; }

td.data:empty {background: hsla(50, 25%, 60%, 0.7); }

tr.tdata:hover:not(.thead), tr.tdata:hover td.tdata:empty {background:#F60; pointer-events: visible;color:#fff;}
tr.tdata:hover:not(.thead) { transform: scale(1.1); font-weight: 700; box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);}

.gbr1 { transition: .4s ease-in; } 
.gbr1:hover{ transform: scale(1.3); box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);}

.flat-table {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 115%;
  overflow: scroll;
  width: auto;
}
.flat-table th {
  background-color: #5C8FED;
  color: white;
  font-weight: bold;
  padding: 2px 4px;
  text-align: center;
  border:1px solid #FFF;
}
.flat-table td {
  background-color: #eeeeee;
  color: #000;
  padding: 2px 4px;
  border:1px solid #FFF;
}
.flat-table tr:hover td {
	background-color: #FFB164;
}
.myTable {
  font-size: 115%;
  padding:1px;
}
.myTable td.thead
{
	height:1px;
}

/*link with circle*/
.circle{
	border: 2px solid rgb(0,65,135);
	border-radius: 25px;
	width: 10%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	color:rgb(0,65,135);
	padding:1px 1px 1px 1px;
}
a:hover .circle{
	border: 3px thick #33ADDB;
}

.funkyradio div {
  clear: both;
  overflow: hidden;
}

.funkyradio label {
  width: 98%;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  margin-top: 0.5em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5bc0de;
}