@import url(http://fonts.googleapis.com/css?family=Orbitron:400,900,700,500);

h1{
	text-shadow: 1px 2px 4px #9B9090;
	text-align: center;
	font-size: 37px;
	margin-top: 34px;		
}
.zengo-table{
	padding: 10px !important;
	border: 1px solid #ccc;
}
.zengo-table td{
	padding: 10px !important;
	border: 1px solid #ccc;
}
.zengo-scroll-tab{  overflow-y: scroll;  width: 100%;  border-top: 1px solid #ccc;}

.zengo-scroll-tab .zengo-table th{
	background-color: #38b8a0;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	border: 1px solid #A5A0A0;
	box-shadow: 1px 2px 3px #aaa;
}
.zengo-save-btn{ 
	background: #326B94 none repeat scroll 0 0;
	color: #fff;
	width: 100px;
	border: none;
	box-shadow: 0px 4px 1px #12354F;
	cursor: pointer;
}
.wp-core-ui .button-primary{	
	color: #fff;
	width: 100px;
	border: none;
	background: #326B94 none repeat scroll 0 0;
	box-shadow: 0px 4px 1px #12354F; 
}
.wp-core-ui .button-primary:hover {background: #326B94 none repeat scroll 0 0;  border-radius: 0px;}
input.zengo-save-btn:hover {
box-shadow: none;
}
html, body{
  margin:0;
  padding:0;
  height:100%;
}
section {
	position: relative;
	border: 1px solid #326B94;
	padding-top: 37px;
	background: #326B94;
}
section.positioned {
	position: absolute;
	top:100px;
	left:100px;
	width:800px;
	box-shadow: 0 0 15px #333;
}
.zengo-container {
	overflow-y: auto;
	max-height: 422px;
}
table {
	border-spacing: 0;
	width:100%;
}
.zengo-container  td + .zengo-container   td {
    border-left: 1px solid #C0B5B5;
}
.zengo-container td, .zengo-container  th {
	border:1px solid #eee;
	background: #E2DBDB;
	color: #000;
	padding: 10px 18px;
}
.zengo-container th {
	height: 0;
	line-height: 0;
	padding-top: 0;
	padding-bottom: 0;
	color: transparent;
	border: none;
	white-space: nowrap;
}
.zengo-container th div{
	position: absolute;
	background: transparent;
	color: #fff;
	padding: 12px 12px;
	top: 0;
	margin-left: -19px;
	line-height: normal;
	border-left: 1px solid #C0B5B5;
	text-shadow: 1px 1px 1px #373535;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'Orbitron', sans-serif;
	}
.zengo-container th:first-child div{
	border: none;
}

input#sht_code{
    width: 80%;
}
.zengo-table_srcd, .zengo-table_srcd td, .zengo-table_srcd th {
    padding: 10px !important;
    border: 1px solid #ccc;
}
.zengo-table_srcd label{
	padding-right: 15px;
}
.zengo-table_no, .zengo-table_no td{
	border: 0px;
}
.zengo-table_no{
	width: 90%;
}
