body {
	color: #444;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.4em;
	font-size: 13px;
}
/*Category start css here*/
.addcat-container {
	box-sizing: border-box;
	float: left;
	padding: 10px 20px 0 2px;
	width: 100%;
}
.addcat-left {
	float: left;
	width: 35%;
	box-sizing: border-box;
	padding: 39px 7px 0;
}
.addcat-left h3 {
	font-size: 1.1em;
	margin: 12px 0;
}
.addcat-left h3 > a {
	color: #23282d;
	text-decoration: none;
}
.addcat-right {
	float: right;
	width: 65%;
	box-sizing: border-box;
	padding: 0 7px;
}
.cat-field {
	margin: 0 0 10px;
	padding: 8px 0;
}
.addcat-left label {
	display: block;
	font-size: 14px;
	padding: 2px;
}
.cat-field input[type="text"], .cat-field input[type="password"], .cat-field input[type="email"], .cat-field input[type="number"], .cat-field input[type="tel"], .cat-field input[type="url"], .cat-field input[type="search"], .cat-field textarea {
	border-style: solid;
	border-width: 1px;
	width: 95%;
	background-color: #FFF;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
	color: #32373c;
	outline: 0 none;
	transition: border-color 0.05s ease-in-out 0s;
	margin: 1px;
	padding: 5px 5px;
	font-size: 14px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="checkbox"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="radio"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input[type="search"]:focus, select:focus, textarea:focus {
	border-color: #5b9dd9;
	box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
}
.addcat-left input[type="submit"], .template-container input[type="submit"], .add-row a {
	background: #00a0d2 none repeat scroll 0 0;
	border-color: #0073aa;
	box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	height: 28px;
	line-height: 26px;
	margin: 10px 0;
	padding: 0 10px 1px;
	white-space: nowrap;
}
.addcat-left input[type="submit"]:focus, .addcat-left input[type="submit"]:hover, .template-container input[type="submit"]:hover, .add-row a:hover {
	background: #0091cd none repeat scroll 0 0;
	border-color: #0073aa;
	box-shadow: 0 1px 0 rgba(120, 200, 230, 0.6) inset;
	color: #fff;
}
p.searchbox {
	float: right;
	margin: 0;
}
p.searchbox input[type="text"] {
	float: left;
	height: 28px;
	margin: 0 4px 0 0;
	max-width: 190px;
}
p.searchbox input[type="submit"], .bulk input[type="submit"] {
	background: #f7f7f7 none repeat scroll 0 0;
	border-color: #ccc;
	box-shadow: 0 1px 0 #fff inset, 0 1px 0 rgba(0, 0, 0, 0.08);
	color: #555;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	height: 28px;
	line-height: 26px;
	margin: 0;
	padding: 0 10px 1px;
	text-decoration: none;
	white-space: nowrap;
}
p.searchbox input[type="submit"]:hover, .bulk input[type="submit"]:hover {
	background: #fafafa none repeat scroll 0 0;
	border-color: #999;
	color: #23282d;
}
.bulk {
	clear: both;
	height: 30px;
	margin: 6px 0 4px;
	vertical-align: middle;
}
.bulk select {
	float: left;
	margin-right: 6px;
	max-width: 200px;
}
.bulk input[type="submit"] {
	margin: 1px 8px 0 0
}
.table-widefat {
	background: #FFF;
	border: 1px solid #e5e5e5;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	border-spacing: 0;
	clear: both;
	margin: 0;
	width: 100%;
}
table.table-fixed {
	table-layout: fixed;
	font-size: 14px;
}
.table-widefat thead th, .table-widefat thead td {
	padding: 0;
	color: #32373c;
	line-height: 1.4em;
	border-bottom: 1px solid #e1e1e1;
	padding: 7px 7px 8px 10px;
	text-align: left;
	font-weight: normal;
	color: #0073aa;
}
.table-widefat .check-col {
	vertical-align: top;
	width: 2.2em;
	padding: 8px 0 0 3px;
}
.table-widefat input[type="checkbox"] {
	margin: 0 0 0 8px;
	background: #fff none repeat scroll 0 0;
	border: 1px solid #b4b9be;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	clear: none;
	color: #555;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	line-height: 0;
	min-width: 16px;
	outline: 0 none;
	padding: 0 !important;
	text-align: center;
	transition: border-color 0.05s ease-in-out 0s;
	vertical-align: middle;
	width: 16px;
}
.table-widefat tbody td {
	padding: 8px 10px;
	line-height: 1.5em;
}
.table-widefat tbody tr:nth-child(odd) {
	background-color: #f9f9f9;
}
.table-widefat th a, .table-widefat td a {
	text-decoration: none;
}
.success {
	box-sizing: border-box;
	display: inline-block;
	padding: 5px 10px;
	width: 95%;
}
.error {
	box-sizing: border-box;
	float: left;
	margin: 10px 2px;
	padding: 5px 10px;
	width: 94%;
}
.addcat-container h1, .wp-admin h1 {
	font-size: 23px;
	font-weight: 400;
	line-height: 29px;
	padding: 9px 15px 4px 0;
	margin: 0px;
}
.addcat-container h1 a, .template-container h1 a {
	background: #e0e0e0 none repeat scroll 0 0;
	border: medium none;
	border-radius: 2px;
	font-size: 13px;
	font-weight: 600;
	margin-left: 4px;
	padding: 4px 8px;
	position: relative;
	text-decoration: none;
	text-shadow: none;
	top: -3px;
}
/*Category end css here*/

/*Template css start here*/

.template-container, .product-container, .bulk-container {
	box-sizing: border-box;
	float: left;
	padding: 10px 20px 0 2px;
	width: 100%;
	margin-bottom:30px;
}
.template-container h1, .product-container h1, .bulk-container h1 {
	font-size: 23px;
	font-weight: 400;
	line-height: 29px;
	margin: 0;
	padding: 9px 15px 4px 0;
	width:100%;
}
.template-container h3, .bulk-container h3 {
	font-size: 1.1em;
	margin: 12px 0;
	float:left;
	width:100%;
}
.add-box, .md-remove-box, .add-box1, .md-remove-box1 {
	border: #ddd solid 1px;
	width: 28px;
	height: 28px;
	line-height: 26px;
	box-sizing: border-box;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	box-shadow: #32373c;
	color: #32373c;
	background: #FFF;
	font-size: 14px;
	font-weight: bold;
}
.template-container label {
	float: left;
	/*line-height: 32px;*/
	width: 120px;
}
.template-container input[type="submit"] {
	margin: 0 0 0 120px;
}
.template-table {
	width: 100%;
	float: left;
}
.template-title {
	color: #23282d;
	float: left;
	font-size: 1.1em;
	font-weight: 600;
	margin: 20px 0 5px;
	width: 100%;
}
.template-table {
	display: table;
	border-collapse: collapse;
	table-layout: fixed;
}
.template-row {
	display: table-row;
}
.template-col {
	display: table-cell;
	border: 1px solid #e1e1e1;
	background-color: #FFF;
	padding: 8px 10px;
	box-sizing: border-box;
}
.template-col a {
	text-decoration: none;
}
.template-container input[type="text"] {
	max-width: 280px;
	width: 100%;
	padding: 5px;
}
input#text1, input#text2 {
	max-width: 400px;
}
.product-container h1 {
	float: left;
}
.product-container p.searchbox {
	margin: 7px 0 0 0;
}
.product-container table.table-fixed {
	font-size: 12px;
}
.product-container table th {
	font-size: 14px;
}

.bulk-container table{ table-layout:fixed;}
.bulk-container table th, .bulk-container table td{ padding:5px; text-align:left;}
.bulk-container table input[type="text"]{ box-sizing:border-box; width:100%;}
.bulk-container table select{ width:100%;}
.add-row{ float:right; width:100%; text-align:right;}
.bulk-container table.table-fixed{ table-layout:inherit;}

.newproduct-row{ float:left; width:100%; margin:0 0 10px;}
.newproduct-row label{ width:25%; margin:1px;}
.newproduct-col { line-height:28px;}
.newproduct-col select{ max-width:280px; width:100%; box-sizing:border-box;}
.template-container .starting-data label.leftcol{ line-height:28px; width:25%; box-sizing:border-box; margin:1px; clear:left;}
.template-container .starting-data label.rightcol{ line-height:28px; width:20%!important; box-sizing:border-box; margin:1px; padding-right:10px; text-align:right;}
.template-container.add-product-template input[type="submit"]{ margin:0 0 0 20.3%}
.notice, div.error, div.updated{ margin:5px 15px 2px 2px;}
.searchform input[type="submit"]{
    background: #00a0d2 none repeat scroll 0 0;
    border-color: #0073aa;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    height: 28px;
    line-height: 26px;
    margin:0;
    padding: 0 10px 1px;
    text-decoration: none;
    white-space: nowrap;
}
.searchform input[type="submit"]:hover{
    background: #0091cd none repeat scroll 0 0;
    border-color: #0073aa;
    box-shadow: 0 1px 0 rgba(120, 200, 230, 0.6) inset;
    color: #fff;
}
/*KS CSSS*/

.error {
	border: 1px solid red !important;
}
.success {
	border: 1px solid green !important;
}
.bordered {
 *border-collapse: collapse; /* IE7 and lower */
	border-spacing: 0;
	width: 100%;
}
.bordered img {
	width: 16px!important;
	height: 16px!important;
}
.bordered input, textarea {
	border: 1px solid #999999;
	border-radius: 3px;
}
.bordered input {
	height: 20px;
}
.bordered {
	border: solid #ccc 1px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 1px #ccc;
	-moz-box-shadow: 0 1px 1px #ccc;
	box-shadow: 0 1px 1px #ccc;
}
.bordered tr:hover {
	/*background: #fbf8e9;*/
	background: #feecd8;
	-o-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.bordered td, .bordered th {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}
.bordered th {
	background-color: #dce9f9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
	background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: linear-gradient(top, #ebf3fc, #dce9f9);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	border-top: none;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.bordered td:first-child, .bordered th:first-child {
	border-left: none;
}
.bordered th:first-child {
	-moz-border-radius: 6px 0 0 0;
	-webkit-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}
.bordered th:last-child {
	-moz-border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
	border-radius: 0 6px 0 0;
}
.bordered th:only-child {
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.bordered tr:last-child td:first-child {
	-moz-border-radius: 0 0 0 6px;
	-webkit-border-radius: 0 0 0 6px;
	border-radius: 0 0 0 6px;
}
.bordered tr:last-child td:last-child {
	-moz-border-radius: 0 0 6px 0;
	-webkit-border-radius: 0 0 6px 0;
	border-radius: 0 0 6px 0;
}
.rightcol {
    margin-left: 30px;
    width: 100px !important;
}
.newtable {
    margin:0px 0px 30px 0px !important;
}
.newtable td, .newtable th { text-align:center !important;}
.newtable td, .newtable th { border-top:1px solid #fff !important; border-bottom:1px solid #fff !important;}
.newtable td, .newtable th { border-left:1px solid #ebebeb !important;border-right:1px solid #ebebeb !important;}
.newtable th { border-top:1px solid #ebebeb !important;border-bottom:1px solid #ebebeb !important;}
/*//KS CSSS*/

@media only screen and (max-width: 767px) {
	.newtablemain{
		width:100%;
		overflow-x:scroll;
		margin:0 0 30px!important;
		display:inline-block;
	}
	.newtablemain table{
		float:left;
		width:100%;
		margin:0 0 10px 0px!important;
	}
}