#toggle_button{
  display:none;
}

input:focus ,textarea:focus{
  outline: none;
}

::selection {
  background-color: #E13300;
  color: white;
}

::moz-selection {
  background-color: #E13300;
  color: white;
}

::webkit-selection {
  background-color: #E13300;
  color: white;
}

html {
  width: 100%;
  min-width:100%;
  overflow-y: scroll;
  overflow-x:auto;
  background: #eee; /* Old browsers */
 background-attachment: fixed;
}
form{
	margin:0px;
}
body, #wrapper {
  height: 100%;
  font-family: arial;
}
#wrapper {
	margin:0 auto;
	width:100%;
	max-width:1050px;
}
body > #wrapper {
  height: auto;
  min-height: 100%;
}

body {
  display: table-cell;
  font: 13px/20px normal  Arial;
  color: #000;
  width: 100%;
  display: inline-block;
  margin: 0px auto;
  

  
}

a {
  color: #003399;
  background-color: transparent;
  font-weight: normal;
  font-family: arial;
}

h1 {
/*   color: #444;
  background-color: transparent;
  border-bottom: 1px solid #D0D0D0;
  font-size: 19px;
  font-weight: normal;
  margin: 0 0 14px 0;
  padding: 14px 15px 10px 15px; */
}
ul{
display:block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
}
p{
  margin: 0;
}
#body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
}

#wrap {
margin: 0 auto;
    width: 1024px;
  background-color: transparant;

}
#headerwrap {
z-index:9999;
height:80px;background:transparent;
position:fixed;
width:100%;
}

.header_top_wrap{
height:50px;
top:0;
background:#FFF;
border-bottom:2px solid #00b0ff;
	  -webkit-transition:height 1s;
  -moz-transition: height 1s;
  transition: height 1s;
  z-index:9999999;
}

.header_top_wrap.shrink{
	margin-top:-50px;
	height:50px;
	border-bottom:1px solid #00b0ff; z-index:9999999;
	  -webkit-transition:height 1s;
  -moz-transition: height 1s;
  transition: height 1s;
}
.header_top ul{
width: 500px;
height: 20px;
float: right;
margin-right:15px;
}
.header_top{
width: 1050px;
margin: 0 auto;
}
.header-logo{
float:left;
width:50%;
}
.header-logo a img{
height: 50px;
width: 500px
}
.header-logo p{
font-family:din;
}
.header_top_wrap ul li {
  padding: 2px 5px 5px 0px;
  float:right;
   -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
 
}
.header_top_wrap ul li a{
 text-decoration:none;
 color:#000;
 font-family:din;
 font-size:12px;
}
.header_top_wrap ul li a:hover{
text-decoration:underline;
color:blue;
   -webkit-transition: height 1s;
  -moz-transition: height 1s;
  transition: height 1s;
}
.header_top_wrap.shrink ul li{
  -webkit-transition: height 1s;
  -moz-transition: height 1s;
  transition: height 1s;
}
#header_top ul li a{
	 
}
#header_top ul li p{
}
.header_top_wrap  form {
}
.header_top_wrap  input[type=text]{
width: 120px;
color: #808080;
float: right;
border: 1px solid #FFF;
border-right: 1px solid #DFDFDF;
background-image: url('../../assets/images/search2-png.jpg');
background-color: #FFF;
background-repeat: no-repeat;
background-position: right;
-webkit-transition: width 1s;
-moz-transition: width 1s;
transition: width 1s;
margin-right: 20px;
}
.header_top_wrap  input[type=text]:hover{
width: 300px;
color: #808080;
float: right;
background: #FFF;
border: 1px solid #FFF;
border-right: 1px solid #DFDFDF;
background-image: url('../../assets/images/search2-png.jpg');
background-color: #EEE;
background-repeat: no-repeat;
background-position: right;
-webkit-transition: width 1s;
-moz-transition: width 1s;
transition: width 1s;
margin-right: 20px;
}
.header_top_wrap.shrink input[type=text]{

}
.header_bottom_wrap{
background:#FFEB3B;
height:30px;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
  z-index:99999999;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(255, 255, 30, 0.45);
  -moz-box-shadow: 0px 2px 10px 0px rgba(255, 255, 30, 0.45);
  box-shadow: 0px 2px 10px 0px rgba(255, 255, 30, 0.45);
}
.header_bottom_wrap.shrink{
height:40px;z-index:99999999;border-top:1px solid #00b0ff;
}
#header_bottom ul{
	list-style-type:none;
	width:1000px;
	min-width:300px;
	margin:0 auto;
}
#admin-content {
  padding: 10px;
  text-transform: Capitalize;
  font-family: arial;
  border-radius: 2px;
  background: #FFF;
  width: 960px;
  margin: 45px auto 0;
padding:10;
}
.header_bottom_wrap ul li {

  margin-left: 10px;
  padding: 5px 7px;
  float:right;
   -webkit-transition: height 1s;
  -moz-transition: height 1s;
  transition: height 1s;
}
.header_bottom_wrap.shrink ul li {
 padding: 10px;
}
.header_bottom_wrap ul li a{
color: #000;
  text-decoration: none;
  font-size: 14px;
  font-family: arial;
  padding: 5px 0px;
  font-weight: 500;
   -webkit-transition: height 1s;
  -moz-transition: height 1s;
  transition: height 1s;
}
.header_bottom_wrap.shrink ul li a{
	 font-size: 16px;
	
}
.header_bottom_wrap ul li a:hover {
  color: #00b0ff;
  border-bottom: 5px solid #00b0ff;
   -webkit-transition: height 1s;
  -moz-transition: height 1s;
  transition: height 1s;
}
#Topnews{
width: 725px;
padding: 10 15 1;
margin-bottom: -5;
margin-top: -15;
height: 40px;
background: url("../../assets/images/BERKUALITASDANHARGATERJANGKAU.png") right no-repeat;
background-size: 100px;
}
#Topnews a{
margin-left: -0;
}
a#link{
text-decoration:none;
}
#main {
  padding: 10px;
  font-family: arial;
  width: 78%;
  min-width: 640px;
  margin: 95px auto 0px 200px;

}
#main-trans {
	background: transparant;
	font-family: arial;
    height: 100%;width: 85%;
  min-width:640px;
margin: 95px auto 0px 200px;
    padding: 0;
	padding-top: 7px;
    
}

#Judul_Content{
	text-decoration:none; font-family:arial;font-size:16px; color:#666; padding-left:5px;font-weight:bold;
}
#Judul_nav{
	text-decoration:none; font-family:arial;font-size:14px; color:#666; padding-left:5px;
}


/* baru */
#article{
	 padding: 10px;
  text-transform: Capitalize;
  font-family: arial;
 width: 78%;
min-width: 640px;
margin: 350px auto 0px 200px;

}
#content_article,#content_article2{
	
	height:auto;
	min-height:300px;
	max-height:10000px;
	margin-top: -10;
	background:transparent;
	font-weight: 300;
font-family: Arial;

	color:#666;
}
#content_article{
width:756;
}
}#content_article p:first-letter{}
#content_article2{
	width:95%;
	padding:15px;
}#content_article2 p:first-letter{}
#content_article2 p{
	text-align: justify;
}
#content_article2 img{
width:100%;
padding:15px 15px 15px 15px;
}
#content_article h3{
width: 98.5%;
font-weight: 600;
font-family:arial;font-size:16px; color:#000;
padding: 4px;
margin: 0 auto;
float: left;
border-bottom:2px solid #00b0ff;
color: #666;
padding-left:6px;
}
#content_article h5{
float:right; margin-top:1em;
}#content_article h5 a{
	text-decoration:none;color:#3786D6;
}
#isi_article{
padding: 10px 18px;
width: 95%;
margin: 0 auto;
background: #FFF;
margin-top:10px;
border-top: 2px solid #00b0ff;
}
#article_list p{
	padding:5px 10px;
	
}
#article_list p:first-letter{
	
}
#isi_article  tr td,#article_list tr td{
	padding: 8px;
	font-size:12px;
	color:#666;
	border-bottom:1px solid #EEE;
}

#isi_article  tr td p#date{
font-size: 11;padding-top: 10;
} 
#isi_article  tr td p a,#article_list tr td p a{
	font-size:11px;
	text-decoration:none;
	color:#3786D6;
}
#isi_article  tr td p a:hover, #article_list tr td p a:hover{
text-decoration:underline;
}
#isi_article  tr td p, #article_list tr td p{
	font-size:12px;
	text-decoration:none;
	color:#666;
	text-align: justify;
	padding:3px;
}
#isi_article  tr td a#judul,#article_list tr td a#judul{
	font-size:13px;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	padding:0;
}
#article_list tr td a#judul{
	
}
#isi_article  tr td  a#judul:hover,#article_list tr td a#judul:hover{
	color:#3786D6;text-decoration:underline;
}
#article_list{
padding: 10px 18px;
width: 95%;
margin: 0 auto;
background: #FFF;
margin-top:10px;
}
#commmentfieldstag{
	font-style:bold;
}
#comment-field{
border:1px solid #EEEEEE;
margin:10px 10px;
border-top:3px solid #CCC;
 box-shadow: 1px 1px 5px #EEE;
 margin-top:20px;
 
}
#comment-list{
margin: 10px 15px 0px;
margin-bottom:3px;


}
#comment-name{

font-size: 17px;
padding: 5px 1px 0px;
color:#3786D6;
}
#comment-date{
	font-size:11px;
	padding:0px 1px 0px;
	color:#BDBDBD;
}
#comment-content{
	font-size:13px;
	padding:5px 1px 5px;
	border-bottom:1px solid #EEEEEE;
	
	
}
#comment-reply-form{
	margin:10px 15px 20px;
	background:#F5F5F5;
	padding:10px 10px;
	
}
#table_contact{
	padding:25px;
}
#table_contact tr td{
padding:5px 25px;
vertical-align:top;
}
#table_contact tr td span{
padding:2px 5px;
color:#CCC;
font-family:arial;
font-size:11px;
}
#table_contact tr td input[type=text]{
	width:250px;
}
#table_contact tr td textarea{
	height: 30;
  font-family: Arial;
  font-size: 14px;
  color: black;
  width:700px;
  height:220px;
  max-width:700px;
  border: 1px solid #CCC;
  background-color: white;
  border-radius:none;
}
#error{
text-align:center;
color:red;
}
/* baru */
#main-slide{
	width:756;
	height:430;
	margin-top: -10;

}

#main-top {
}

#main-check {
 font-family: arial;
    height: 100%;
width: 78%;
min-width: 640px;
margin: 50px auto 0px 200px;
    text-transform: capitalize;
}

#main-check h3 {
  margin-left: 0px;
  font-size: 16px;
}

#main-check tr td {
  font-size: 14px;
  font-family: arial;
  padding: 5px 0px;
}
#main-check tr td p{
font-size: 9px;
}
#main a {
  font-family: arial;
}

#table_detail_view {
  width: 50%;
}

#table_detail_view tr td {
  font-family: arial;
  font-size: 14px;
  padding: 2px 5px 2px;
}

#main h3 {
  font-size: 16px;
}



.toplogo,.toplogo_admin{
	margin-top:-40px;
	position:fixed;
	background:#FFF;
	width: 100%;
	height:auto;
	height:40px;
	z-index:999999;
	border-bottom: 2px solid #00b0ff;
}
.toplogo img,.toplogo_admin img{
	width:225px;
	height:25px;
}.toplogo p,.toplogo_admin p{
 font-family: din;
  font-size: 11px;
  font-weight:500;
  text-shadow:1px #EEEEEE;
  margin-top:-8;
}
.toplogo_admin ul{
	list-style-type:none;
	padding:0;
	margin-left:20px;
	margin-top:1;
}
.toplogowrap{
margin: 0px auto;
width: 100%;
height: 40px;
max-width: 1050px;}
.toplogo ul{
	list-style-type:none;
	padding:0;
}
#header {
  height: 30px;
  background-color: #ffeb3b;
		/* background-color:#3786D6; */
  position: fixed;
  width: 100%;
  min-width:1024px;
  z-index: 9999;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(255, 255, 30, 0.45);
  -moz-box-shadow: 0px 2px 10px 0px rgba(255, 255, 30, 0.45);
  box-shadow: 0px 2px 10px 0px rgba(255, 255, 30, 0.45);
}
.navheader{
	margin: 0px auto;
width: 1050px;
max-width: 1050px;
	height: 30px;
	margin-top: -20;
}
.navheader_dash{
	margin: 0px auto;
width: 80%;
max-width: 1050px;
	height: 30px;
}
#header #headerflip {
 margin-left: 30px;
    margin-top: 12px;
    position: fixed;
}

#header #nav {
  float: right;
  position: relative;
  background-color: #ffeb3b;
}
#header #nav_admin {
padding-top: 12px;
 float: right;
  position: relative;
  background-color: #F2E600;
}
#header #nav_dash {
  float: right;
  margin-top: 4px;
  position: relative;
}

#header ul li {
  display: inline;
  margin-left: 10px;
  padding: 5px 7px;
}

#header ul li a:hover,#sidebar ul li :hover,.button:hover,#table-view:hover,#table-image  td:hover,.btn_trans:hover,.btn_trans:hover,.btn_pro:hover {
  transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
}

#header ul li:hover {
}

#header ul li a:hover {
  color: #00b0ff;
  border-bottom: 5px solid #00b0ff;
}

#header ul li a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-family: arial;
  padding: 5px 0px;
  font-weight: 500;
}

#header li {
  display: table-cell;
  ;
}

#home_admin {

}

.header a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  text-align: center;
}

.header table tr td {
  width: 100px;
  padding: 2px;
  text-align: center;
  padding: 7px;
}


#sidebarWrap {
    height: 400px;
    width: 210px;
    float: left;
    position: relative;
    box-shadow: none;
    border: none;
    padding: 0;z-index: 9999;
}

#sidebar {
    width: 200px;
    height: 300px;
    position: absolute;
}


#sidebar.fixed {
    position: fixed;
    top: 0;
}

.bodysidebar ul {
margin-top: 0;
    padding: 0;
    width: 200px;

background:#fff;
}

.bodysidebar ul li, ul li {
  position: relative;
   list-style-type: none;
}

.bodysidebar li {

   list-style-type: none;
}
	/*update*/
.bodysidebar ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  text-shadow: #333 2px;
  font-weight: 300;
  background: #FFF;
  padding: 3px;
  position: relative;
  font-family: Arial;
  text-transform: Capitalize;
  font-size: 14px;
  z-index: 1;
}

.bodysidebar ul li :hover {
  background: #F0F0F0;
  border-right: 15px solid #bce0ee;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(115, 191, 211, 0.23);
  -moz-box-shadow: 0px 1px 10px 0px rgba(115, 191, 211, 0.23);
  box-shadow: 0px 1px 10px 0px rgba(115, 191, 211, 0.23);
}

.sidebar {

}


#bodysidebar ul li {
  min-height: 1px;
  line-height: 1em;
  vertical-align: middle;
}
#bodysidebar ul li.hover,
#bodysidebar ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#bodysidebar ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}

#bodysidebar ul li:hover > ul {
  visibility: visible;
}
#bodysidebar ul ul {
  top: 0;
  left: 80%;
}
/* Custom Stuff */
#bodysidebar {
  width: 200px;
  border-top: 2px solid #00b0ff;
}
#bodysidebar span,
#bodysidebar a {
  display: block;
  text-decoration: none;
  color: #666666;
  text-shadow: #333 2px;
  font-weight: 300;
  position: relative;
  font-family: Arial;
  text-transform: Capitalize;
  font-size: 14px;
  z-index: 1;
}
#bodysidebar li:hover {
  background: #EEE;
}
#bodysidebar a {
  color: #666666;
  line-height: 140%;
  padding: 4px 0 4px 5px;
  width: 180px;
  background:transparent;
}
#bodysidebar ul ul {
margin-left: 40px;
    width: 200px;
}
#bodysidebar .has-sub {
  position: relative;
}
#bodysidebar .has-sub > ul > .has-sub:after,
#bodysidebar .has-sub:hover:after {
background:grey;
 }


#footerwrap {
    clear: both;
    height: 80px;
    position: relative;
    width: 100%;
	top:30;
	bottom:0;
	background-color: #C3C3C3;
}
@font-face
{
font-family: 'din';
src:url('../fonts/din/dinregularwebfont.woff') format('woff'),
	url('../fonts/din/dinregularwebfont.eot'),
	url('../fonts/din/dinregularwebfont.ttf') format('truetype');
}


#footer {
margin: 0px auto;
width: 100%;
max-width: 1050px;
	height:100%;
}

#footer ul li p{
	color:#000;
	font-size:14;
	font-family:din;
	margin:1em;
}
#footer ul li{
display: inline;
float:left;
margin:0 auto;
padding-top: 12;
}

#footer ul li img{
padding-left:20px;
}

#footer ul li h1 {
font-size:11;
font-family:din,arial;
font-weight: normal;
padding-top:6px;
margin-left: 265px;
padding-right: 10px;
}
#footer ul {
margin-left: 10px;
padding-top: 7px;
    width: 1090px;
	height: 54px;
	margin-bottom: -2;
	
}
#back {
  color: #000;
  text-decoration: none;
  float:right;
margin-right: 50px;
    margin-top: -35px;


}

input[type=text] {
  border: 1px solid #CCC;
  padding: 4px 5px;
  color: grey;
  border-radius: 1px;
  height: 30px;
}

#logo-dash {
  float: right;
  margin-right: 700px;
  margin-top: -4px;
}

#message {

  font-family: Arial;
  text-align: center;
  font-size: 17px;
  float: left;
  margin-left:190px;
  margin-top: 10px;
  width: 82%;
  font-weight: 500;
  color: #FFF;
  background: #61c419;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
}

.headersidebar {
  top: 87px;
  width:200px;
  background:#00b0ff;
    color: #FFF;
  overflow: hidden;
	  -webkit-transition:height 1s;
  -moz-transition: height 1s;
  transition: height 1s;
z-index: 999999;

}
.categori{
	
	margin:0 auto;
	width:100%;
}
.headersidebar.shrink {
  top: 0px;
  z-index: 1000000;
   background:#00b0ff;
    color: #FFF;
		  -webkit-transition:height 1s;
  -moz-transition: height 1s;
  transition: height 1s;
	    -webkit-box-shadow: 0px 2px 10px 0px rgba(255, 255, 30, 0.45);
  -moz-box-shadow: 0px 2px 10px 0px rgba(255, 255, 30, 0.45);
  box-shadow: 0px 2px 10px 0px rgba(255, 255, 30, 0.45);
}

.headersidebar h1 {
  font-size: 16px;
  font-weight: normal;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  font-family: arial;
}
.headersidebar h1:hover{
border-right:15px solid #00b0ff;
}

.headersidebar.shrink h1 {
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-family: arial;
   text-align: center;
   font-weight:normal;
}

.content {
  height: 80px;
 /*just to get the page to scroll*/
  ;
}

.autofix_sb.fixed {
  position: fixed !important;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  height: 100%;
  overflow: auto;
}

.autofix_sb.fixed.bottom {
  bottom: 0;
  position: absolute !important;
}

#header_down {
 border-radius: 1px;
    margin: 0 auto;
 z-index: 999999;
}  
.effect3
{
  position: relative;
}
.effect3:before
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.header {
  position: fixed;
  top: 0px;
  color: #fff;
  width: 100%;
  height: 40px;
  overflow: hidden;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
  text-align: center;
  font-family: Arial;
}

.header input[type=text] {
width: 30%;
color: #808080;
height: 25px;
margin-top: 0px;
margin-left: 654;
padding-left: 15px;
background: #FFF;
border: 1px solid #FFF;
border-right: 1px solid #DFDFDF;
background-image:url('../../assets/images/search2-png.jpg');
background-repeat: no-repeat;
background-position: right; 
}

#table_header {
margin: 0 auto;
height:35px;
width:200px;
border-radius:2;
}



.content1 {
}

.CSSTableGenerator {
  margin: 0px;
  padding: 0px;
  width: 100%;
  border: none;
}

.CSSTableGenerator table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 0px;
  padding: 0px;
  BORDER: 1px solid #CCC;
}

.CSSTableGenerator tr:nth-child(odd) {
  background-color: #fff8b5;
}

.CSSTableGenerator tr:nth-child(even) {
  background-color: #ffffff;
}

.CSSTableGenerator td {
  vertical-align: middle;
  border: 1px solid #cccccc;
  border-width: 0px 1px 1px 0px;
  text-align: left;
  padding: 5px;
  font-size: 12px;
  font-family: Arial;
  font-weight: normal;
  color: #000000;
}

.CSSTableGenerator tr:last-child td {
  border-width: 0px 1px 0px 0px;
}

.CSSTableGenerator tr td:last-child {
  border-width: 0px 0px 1px 0px;
}

.CSSTableGenerator tr:last-child td:last-child {
  border-width: 0px 0px 0px 0px;
}

.CSSTableGenerator tr:first-child td {
  background: -o-linear-gradient(bottom, #6ea9e5 5%, #6ea9e5 100%);
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6ea9e5), color-stop(1, #6ea9e5) );
  background: -moz-linear-gradient( center top, #6ea9e5 5%, #6ea9e5 100% );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6ea9e5", endColorstr="#6ea9e5");
  background: -o-linear-gradient(top,#6ea9e5,6ea9e5);
  background-color: #6ea9e5;
  border: 0px solid #cccccc;
  text-align: center;
  border-width: 0px 0px 1px 1px;
  font-size: 16px;
  font-family: Arial;
  font-weight: normal;
  color: #ffffff;
}

.CSSTableGenerator tr:first-child:hover td {
  background: -o-linear-gradient(bottom, #6ea9e5 5%, #6ea9e5 100%);
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6ea9e5), color-stop(1, #6ea9e5) );
  background: -moz-linear-gradient( center top, #6ea9e5 5%, #6ea9e5 100% );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6ea9e5", endColorstr="#6ea9e5");
  background: -o-linear-gradient(top,#6ea9e5,6ea9e5);
  background-color: #6ea9e5;
}

.CSSTableGenerator tr:first-child td:first-child {
  border-width: 0px 0px 1px 0px;
}

.CSSTableGenerator tr:first-child td:last-child {
  border-width: 0px 0px 1px 1px;
}

.pagination {
font-family: din;
min-width: 500px;
padding: 5px 0px;
text-transform: capitalize;
text-align: center;
width: 100%;
float: left;
background: #FFF;
}

.pagination a {
padding: 2px 5px;
margin: -0.19em;
text-decoration: none;
color: grey;
color:grey;
border-top:1px solid #EEE;
border-bottom:1px solid #EEE;
background:#EEE;
}
.pagination a:hover{
	text-decoration:underline;color:#3786D6;background: #FFF;
}
.pagination strong{
padding: 5px 6px 5px 6px;
text-decoration: none;
color: grey;
font-size: 14px;
background: #FFF;
border:2px solid grey;
border-radius:2px;
}


.pagination .current {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #036CB4;
  font-weight: bold;
  
  background-color: #036CB4;
  color: #FFF;
}

.pagination .disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #EEE;
  color: #DDD;
}

.button {
  display: inline-block;
  background-color: #FFF;
  color: black;
  font-weight: 400;
  border: 1px solid #CCC;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.1);
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
  padding: 5px 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  float: right;
  font-size: 14px;
  font-family: Arial;
  text-decoration: none;
  vertical-align: middle;
}

.button:hover, .button:active {
  color: white;
  background-color: #0CF;
}

select {
  width: 100;
  padding: 3px;
  margin: 0;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #FFF;
  color: #000;
  border: 1px solid #CCC;
  outline: none;
  display: inline-block;
  cursor: pointer;
}

#table-image {
  width: 85%;
}

#table-image  img {
  width: 100%;
  height: inherit;
}

#table-image  tr {
}

#table-image  td {
  padding: 0px 10px;
}

#table-check tr td {
  padding: 5px 5px 0px;
}



#table-view {
  padding: 10px 5px 50px;
  width: 85%;
  font-style: arial;
  font-size: 16px;
  margin-left: 65px;
}

#table-view:hover {
  -webkit-box-shadow: -21px -20px 30px -11px rgba(50, 50, 50, 0.16);
  -moz-box-shadow: -21px -20px 30px -11px rgba(50, 50, 50, 0.16);
  box-shadow: -21px -20px 30px -11px rgba(50, 50, 50, 0.16);
}

#table-view,#table-check {
  position: relative;
}

#table-view:before, #table-view:after, #table-check:before, #table-check:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
}

#table-view:before, #table-check:before {
  bottom: -1px;
  width: 1px;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from( #CCC ), to(transparent));
  background-image: -webkit-linear-gradient( #CCC , transparent);
  background-image: -moz-linear-gradient( #CCC , transparent);
  background-image: -o-linear-gradient( #CCC , transparent);
}

#table-view:after, #table-check:after {
  right: -1px;
  height: 1px;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from( #CCC ), to(transparent));
  background-image: -webkit-linear-gradient(left, #CCC, transparent);
  background-image: -moz-linear-gradient(left, #CCC, transparent);
  background-image: -o-linear-gradient(left, #CCC, transparent);
}

#table-view tr {
}

#table-view tr td {
  padding: 10px 5px;
  font-size: 14px;
  font-family: arial;
}

#table-view tr td input {
  background: #79c404;
}

#table-view input[type=text],.CSSTableGenerator input[type=text] {
  width: 60px;
  height: 30;
  font-family: Arial;
  font-size: 14px;
  color: black;
  border: 1px solid #CCC;
  background-color: white;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border: 1px solid #FFF;
}

#tblResumetgl td {
  font-size: 12px;
  font-family: Arial;
  color: black;
}

#tblResumetgl input {
  height: 35;
  border-radius: 3px;
}

.btn_pro {
  margin-left: 0px;
  margin-top: 0px;
  background: transparent;
}

.btn_pro:hover,#table-view tr td input:hover,.btn_pro_bypcs:hover,ul.wipproducts form input[type=text]:hover,#product-row tr td input[type=text]:hover,.CSSTableGenerator input[type=text]:hover {
  background: #A9E570;
}

.btn_pro_bypcs {
  margin-bottom: -11px;
  float:right;
  margin-left: 5px;
  background: #79c404;
}

#product-row .quantity {
  border: 1px solid #CCC;
}

#product-row img {
}

.btn_trans {
  margin-bottom: -12px;
  margin-left: 10px;
}

.btn_trans:hover {
  box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
#date-range3{
  float: left;
  padding: 10;
  background:#FFF;
  width: 100%;
  margin-top:10;

}
#date-range ,#passwrap{
  float: left;
  padding: 10;
  background:#FFF;
  width: 100%;
  margin-top:10;
  border-top: 2px solid #00b0ff;
}
#date-range p#date{
	font-size:12px;
}
#passwrap{
	 float: left;
  padding: 10;
  background:#FFF;
  width: 100%;
  margin-top:10;
  margin-left:10;

}
#passwrap input{ height: 30;
  font-family: Arial;
  font-size: 14px;
  color: black;
  border: 1px solid #CCC;
  background-color: white;}
 
 #btn input{   display: inline-block;
  background-color: #FFF;
  color: black;
  font-weight: 400;
  border: 1px solid #CCC;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.1);
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
  padding: 5px 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  float: right;
  font-size: 14px;
  font-family: Arial;
  text-decoration: none;
  vertical-align: middle;
  
  background-color: white;}
#btn input:hover{    color: white;
  background-color: #0CF;}
 #date-range label {
  padding: 10px 10px;
}

#product-row  #submit {
}

#product-row tr td input[type=text] {
  width: 75px;
  height: 30;
  font-family: Arial;
  font-size: 14px;
  color: black;
  border: 1px solid #EEE;
  background-color: white;
}

#result {
  float: left;
  width: 100%;
}

ul.wipproducts {
  list-style-type: none;
  width: auto;
  margin-top: 14px;
  padding: 0;
  margin-left: 5px;
}

ul.wipproducts li {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #FFF;
float: left;
height: auto;
margin: 0px 17px 17px 0px;
padding: 8px 4px 10px;
text-align: center;
width: 180px;

}

ul.wipproducts img {
  margin-bottom: -25px;
  border: 1px solid #FFF;
}



ul.wipproducts li:hover {
   border: 1px solid #E0E0E0;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25);
    transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
}

ul.wipproducts h4 {
  color: #666666;
  font-weight: 600;
  font-size: 12px;
}
ul.wipproducts h4:hover{
	color: #00b0ff;
	font-size: 12px;
	text-decoration:underline;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
ul.wipproducts h4 ,ul.wipproducts p,ul.wipproducts a {
  margin: 0;
  text-decoration: none;
}

ul.wipproducts small {
  display: block;
  font-size: 9px;
  height: 30px;
}

ul.wipproducts form fieldset {
  border: 0;
  height: 30px;
}

ul.wipproducts form label {
  font-size: 12px;
}

ul.wipproducts form input[type=text] {
  width: 70px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 3;
  color: black;
  border: none;
  border: 1px solid #FFF;
}

ul.wipproducts ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
  position: relative;
  width: 65px;
}

ul.wipproducts li {
  float: left;
  position: relative;
}

ul.wipproducts ul {
  position: absolute;
  display: none;
  margin-left: 190px;
  vertical-align: top;
  width: 65px;
}

ul.wipproducts li ul small {
  float: left;
  color: #000;
}

ul.wipproducts li li {
  width: 90px;
  text-align: left;
  padding: 1px 2px 0px;
  border: none;
  background-color: #FFF;
  z-index: 10;
  height: 245px;
}

ul.wipproducts li li:hover {
  border: none;
}

ul.wipproducts li:hover ul ul, ul.wipproducts li:hover ul ul ul, ul.wipproducts li:hover ul ul ul ul {
  display: none;
}

ul.wipproducts li:hover ul, ul.wipproducts li li:hover ul, ul.wipproducts li li li:hover ul, ul.wipproducts li li li li:hover ul {
  display: block;
}

#itemname {
  width: 200px;
}

#itemname option {
  width: 200px;
}

.input-group-addon {
  color: red;
  font-family: arial;
}

.rounded,.rounded2,.rounded3 {
  border-radius: 1px;
}

.wrap,.wrap2,.wrap3 {
height: 30px;
position: relative;
border: 1px solid #F1F1F1;
background: #FFF;
overflow: hidden;
color: grey;
}

.wrap4 {
  border: 1px solid transparent;
  position: relative;
  background: #E7E7E7;
  overflow: hidden;
  color: grey;
  width: 170px;
  height: 30px;
}

.wrap {
  width: 100px;
}

.wrap2 {
  width: 100px;
  margin-bottom: -25px;
  margin-left: 5px;
  margin-right: 12px;
  padding: 0px 2px;
}

.wrap3 {
  width: 85px;
  margin-left: 0px;
}

	
#news-content {
  margin-top: 10px;
  display: block;
  float: left;
  padding: 0 10px;
  width: 75%;
  border-right: 1px solid #F1DAF7;
  margin-bottom: 10px;
}

#news-content legend {
  color: black;
  font-size: 14px;
  font-family: Arial;
  margin-bottom: 5px;
}

#news-content img {
  width: 670;
  height: 400;
  text-align: center;
  margin-left: 5;
  -moz-box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.1);
  box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.1);
  margin-bottom: 20px;
}

#news-content small {
  color: #000;
  font-size: 12px;
  font-family: Arial;
  margin-bottom: 5px;
}

#news-content article {
  border-right: 1px solid #F1DAF7;
}

#sidebar-bg {
  float: left;
  width: 22%;
}

#sidebar-news {
  overflow: hidden;
  width: auto;
  padding: 10px 10px 20px;
  margin-top: 5px;
}

#sidebar-news ul {
  padding: 0;
  list-style: none;
}

#sidebar-news li {
  margin: 0;
  padding: 0;
}

#sidebar-news li ul {
  margin: 0;
  padding-bottom: 30px;
}

#sidebar-news li li {
  line-height: 70px;
}

#sidebar-news li li span {
  display: block;
  margin-top: -20px;
  padding: 0;
  font-size: 11px;
  font-style: arial;
}

#sidebar-news h2 {
  height: 10px;
  padding: 12px 0 0;
  letter-spacing: 2px;
  font-size: 10px;
  color: black;
}

#sidebar-news p {
  margin: 0;
  padding: 0 20px 20px;
  text-align: justify;
}

#sidebar-news a {
  border: 0;
  text-decoration: none;
  border-bottom: 1px solid #F1DAF7;
}

#sidebar-news a: hover {
  text-decoration: none;
}

.ih_overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .9;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}

img.ih_image, img.ih_image50 {
    margin: 0;
    position: relative;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.ih_image_clone_wrap {
    position: absolute;
    width: 100;
    height: 100;

}
.ih_image50_clone_wrap {
    position: absolute;
    width: 50;
    height: 50;
	
}
.ih_image250_clone_wrap {
    position: absolute;
    width: 250;
    height: 250;

	
}

.ih_image_clone_wrap span.ih_zoom ,.ih_image50_clone_wrap span.ih_zoom,.ih_image250_clone_wrap span.ih_zoom{
    position: absolute;
    top: -2px;
    right: -2px;
    text-indent: -9000px;
    opacity: .0;
    cursor: pointer;
    z-index: 99;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.ih_image250_clone_wrap span.ih_zoom{
    width: 250px;
    height: 250px;
}
.ih_image50_clone_wrap span.ih_zoom{
    width: 50px;
    height: 50px;
}
.ih_image_clone_wrap span.ih_zoom{
    width: 100px;
    height: 100px;
}

.ih_image_clone_wrap span.ih_close,.ih_image50_clone_wrap span.ih_close,.ih_image250_clone_wrap span.ih_close {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-indent: -9000px;
    opacity: 0.5;
	background:#000;
	z-index: 9999999;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.ih_image_clone_wrap img,.ih_image50_clone_wrap img,.ih_image250_clone_wrap img {
    opacity: 0.0;
    -moz-box-shadow: 1px 1px 10px #999;
    -webkit-box-shadow: 1px 1px 10px #999;
    box-shadow: 1px 1px 10px #999;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.ih_image250_clone_wrap img {
    width: 250;
    height: 250;
}
.ih_image50_clone_wrap img {
    width: 50;
    height: 50;
}
.ih_image_clone_wrap img {
    width: 100;
    height: 100;
}
.ih_image_clone_wrap img.ih_preview ,.ih_image50_clone_wrap img.ih_preview,.ih_image250_clone_wrap img.ih_preview{
    width: 550;
    height: 550;
    opacity: 1;
    position: fixed;
	z-index: 9999999;
    top: 12%;
    left: 30%;
    cursor: pointer;
    border-image-width: 2px;
    background-color: #FFF;

}


#password_view {
  border: none;
  float: left;
  color: grey;
  width: 325px;
}

#passbox{
	margin-top:30px;
}
}
#pass_cnotif {
  float: right;
    width: 230;
}

#pass, #user {
  margin-right: 15px;
  float: right;
}

#pilih{
	float:left;
	margin-left:130;
}
td.a{
	list-style-type: circle;
}