* { margin: 0; padding: 0; outline: 0; }
body, html { height: 100%; }
legend {border:1px solid grey}
body { font-size: 12px; line-height: 19px; font-family: arial, sans-serif; color: #000; background: #FFF; min-width: 956px;}
#mydiv {position:absolute;top: 50%;left: 50%;width:20em;height:30em;margin-top: -18em; margin-left: -10em; 
    border: 1px solid black;-webkit-border-radius: 10px;box-shadow: 9px 9px 7px rgba(255, 0, 0,0.5);
    background-color: #f5f2ef;z-index:9999;
}
.sidebar {
  margin-top: 1px;
  padding-top: 0px;
  width: 290px;
  background-color: #FFF;
  position: fixed;
  height: 100%;
  overflow: auto;
  border-top:none;
  border-right: 1px solid #ced4da;
  font-weight:500;
  font-stretch:100%;
  text-decoration:bold;
  background-color:##FEF5E7;
}
#footer{
	display:grid;
}
#vendor{
	position: absolute;
	bottom: 60px;
	text-align: center;
}
.sidebar a {
  display: block;
  color: #67748e;
  padding: 18px;
  text-decoration: none;
  font-size: 17px;
  border-top:1px solid #ced4da;  
  padding-left:40px;
  height:22px;
}
.sidebar button{
	display: block;
	color: #f58220;
	padding: 16px;
	text-decoration: none;
	font-size: 16px;
}
.sidebar a.active {
  background-color: #fda457;
  color: white;
}
.fa-caret-down {
  float: right;
  padding-right: 8px;
}
.sidebar a:hover:not(.active) {
  background-color: white;
  color: #fda457;
}
.dropdown_container {
	display:none;
	border-color:white;
}
.fa {
	font-size:19px;
	vertical-align:middle;
	width: 24px;
}
.navbar {
	overflow: hidden;
	background-color: #FFF;
	position: fixed;
	top: 0px;
	padding-top:0px;
	width: 100%;
	border: 1px solid #ced4da;
	display:block;
	height:54px;
}
.prn_tab{
	text-align:center;
}
#printout{display:none;}
#printable{display:none;}	
.navbar a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 16px 16px;
  text-decoration: none;
  font-size: 16px;
}
.navbar a:hover {
  background: #ddd;
  color: white;
}
.navbar img:hover{
	background: white;
	color:white;
}
div.content {
  margin-left: 290px;
  margin-top: 54px;
  padding: px 16px;
  height: 1000px;
}
.billtab{
	width:90%;
	text-align:center;
	border:1px solid lightgrey;
	background:white;
	border-radius:5px;
	margin-top:20px;
	padding-top:2%;
	padding-bottom:2%;
	font-size:14px;
}
.billtab input{
	height:32px;
	width:200px;
	border-radius:5px;
	border:1px solid grey;
	padding:5px;
	font-size:14px;
}
.billtab select{
	height:32px;
	width:200px;
	border-radius:5px;
	border:1px solid grey;
	padding:5px;
	font-size:14px;
}
.billtab input:focus{
	
	border:2px solid #FF9800;
}
.billtab datalist{
	width:300px;
}
.billtab td{
	padding-left:50px
}
.reprt_tab{
	float:center;
	border-collapse:collapse;
	width:80%;
}
div.content_div {
  margin-left: 280px;
  margin-top: 54px;
  padding: 20px 16px;
  height: 1000px;
}
.content_div {
	height:100%;
	margin-left: 280px;
	margin-top: 0px;
	padding: 20px 16px;
	display:none;
	background-color:#F4F6F6;
}
.listing{
	background-color:#FFF;
	border-radius:8px;
	border:1px solid #ced4da;
	width:96%;
	height:auto;
	font-size:14px;
	font-weight:500;
	margin:50px 0px 0px 30px ;
	box-sizing:border-box
}
.listing tr:nth-child(even) { 
	background-color: #FEF5E7;
	
} 
.listing td{
	height:42px;
	border-top:0;
	border:1px solid #ced4da;
	border-radius:4px;
	box-sizing:border-box
}
/*

*/
#right{
	float:right;
	padding-right:20px;
	margin-right:20px;
	font-size:20px;
	background-color: #FDF2E9;
	color:#f58220;
	border-radius:30px;
	font-weight:600;
}
#product form #category form{
	height:100%;
}
.sub_button{
    min-width: 120px;
    background: #fda457;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 10px;
	 margin: 20px 10px 0px 0px;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
	border-radius:5px;
	border:1px solid #ced4da;
}
.reset{
    height:46px;
    background: #fda457;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 10px;
	 margin: 20px 10px 0px 0px;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
	border-radius:5px;
	border:1px solid #ced4da;
}
.reset:hover{
	background:#34495E;
}
.sub_button:hover{
	background:#34495E;
}
.sub_button:disabled{
	background:#34495E;
}
.sub_button:focus{
	background:#2874A6;
}
.bak_button{
    min-width: 120px;
    background: #fda457;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 10px;
    margin: 20px 10px 0px 0px	;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
	border-radius:5px;
	border:1px solid #ced4da;
}
.back_button:hover{
	background:#34495E;
}
.form_tab{
	width:98%;
	background-color:#FFF;
	border-radius:8px;
	border:1px solid #ced4da;
	
}
.form_tab td{
	height:42px;
	text-align:left;
	padding:0px 10px 0px 20px;
	width:50%;
}
.form_tab input{
	height:42px;
	border:1px solid #ced4da;
	border-radius: 5px;
	width:90%;
	padding:0px 10px 0px 10px;
	box-sizing:border-box
}
.form_tab select{
	height:42px;
	border:1px solid #ced4da;
	border-radius: 5px;
	width:90%;
	padding:0px 10px 0px 10px;
	box-sizing:border-box;
}
.form_tab input:focus{
	border:2px solid #FF9800;
}
.form_tab select:focus{
	border:2px solid #FF9800;
}
.form_tab3{
	width:98%;
	background-color:#FFF;
	border-radius:8px;
	border:1px solid #ced4da;
	
}
.form_tab3 td{
	height:42px;
	text-align:left;
	padding:0px 10px 0px 20px;
	width:33%;
}
.form_tab3 input{
	height:42px;
	border:1px solid #ced4da;
	border-radius: 5px;
	width:90%;
	padding:0px 10px 0px 10px;
	box-sizing:border-box
}
.form_tab3 select{
	height:42px;
	border:1px solid #ced4da;
	border-radius: 5px;
	width:90%;
	padding:0px 10px 0px 10px;
	box-sizing:border-box;
}
.form_tab3 input:focus{
	border:2px solid #FF9800;
}
.form_tab3 select:focus{
	border:2px solid #FF9800;
}


option{
	font-size:18px;
	height:150px;
}
#reprn{
	display:none;
}
.sidebar a{
	cursor:pointer;
}
.heading{
	font-size:18px;
	float:left;
	width:99%;
	height:24px;
	padding:20px 0px 0px 30px;
	font-weight:500;
	display: block;
}
button.button1 {
	background-color: #e26403;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff1e6), color-stop(50%, #fff1e6), color-stop(50%, #fff1e6), color-stop(100%, #fff1e6));
	background-image: -webkit-linear-gradient(top, #fff1e6 0%, #fff1e6 50%, #fff1e6 50%, #fff1e6 100%);
	background-image: -moz-linear-gradient(top, #fff1e6 0%, #fff1e6 50%, #fff1e6 50%, #fff1e6 100%);
	background-image: -ms-linear-gradient(top, #fff1e6 0%, #fff1e6 50%, #fff1e6 50%, #fff1e6 100%);
	background-image: -o-linear-gradient(top, #fff1e6 0%, #fff1e6 50%, #fff1e6 50%, #fff1e6 100%);
	background-image: linear-gradient(top, #fff1e6 0%, #fff1e6 50%, #fff1e6 50%, #fff1e6 100%);
    -webkit-background-clip: padding-box;
	border-radius: 3px;
	color: #000;
	font:  12px "helvetica neue", helvetica, arial, sans-serif;
	text-align: center;
	font-weight:500;
	width: 80px;
	height:25px;
	-webkit-background-clip: padding-box; }
  button.button1:hover {
	background-color: #fff1e6;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff1e6), color-stop(50%, #fdb781), color-stop(50%, #fc8c36), color-stop(100%, #e26403));
  background-image: -webkit-linear-gradient(top, #fff1e6 0%, #fdb781 50%, #fc8c36 50%, #e26403 100%);
  background-image: -moz-linear-gradient(top, #fff1e6 0%, #fdb781 50%, #fc8c36 50%, #e26403 100%);
  background-image: -ms-linear-gradient(top, #fff1e6 0%, #fdb781 50%, #fc8c36 50%, #e26403 100%);
  background-image: -o-linear-gradient(top, #fff1e6 0%, #fdb781 50%, #fc8c36 50%, #e26403 100%);
  background-image: linear-gradient(top, #fff1e6 0%, #fdb781 50%, #fc8c36 50%, #e26403 100%);
    cursor: pointer; }
  button.button1:active {
    background: #e26403;
    background: -moz-radial-gradient(50% 31% 0deg, circle cover, rgba(38, 76, 153, 0.4), rgba(11, 23, 46, 0.4)), -moz-linear-gradient(top, #fdc59b 0%, #fc9a4f 50%, #fc7d1d 50%, #e26403 100%);
    background: -webkit-gradient(radial, 50% 20%, 75, 50% 50%, 0, from(rgba(226, 100, 3, 0.4)), to(rgba(252, 154, 79, 0.4))), -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #7b5cb5), color-stop(0.5, #572bad), color-stop(0.5, #4a1aab), color-stop(1, #4b1bab));
    color: #000;
    -webkit-background-clip: padding-box; }
button.button1:disabled{
  background-color: #9E9E9E;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9E9E9E), color-stop(50%, #9E9E9E), color-stop(50%, #9E9E9E), color-stop(100%, #9E9E9E));
  background-image: -webkit-linear-gradient(top, #9E9E9E 0%, #9E9E9E 50%, #9E9E9E 50%, #9E9E9E 100%);
  color:black;
}
@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
.sidebar a {float: left;}
  div.content_div {margin-left: 0;}
}
@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none;
  }
}
.center {display: block;margin-top:15px;margin-left: auto;margin-right: auto;width: 50%;}
.signin-control{-webkit-border-radius: 5px; font-weight:500; font-size:12px;  border-color: rgb(255, 255, 255, 1 ); }
.signin-control:focus {  border-color: rgb(226, 100, 3, 1 ); outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(255, 255, 255);
-webkit-border-radius: 5px; font-size:12px;}
.signin-hold{margin-top:25px; color:black;}
.signin-hold select{ width:160px; height:32px; background-color: white;}
.signin-hold input{ padding:5px; }
.signin-row {padding:0px 0px 10px 0px}
.button1 {font-size:16px; 	color: rgba(50,100,255,1);	-webkit-transition: all 0.5s;	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;	transition: all 0.5s;	position: relative;	border: 1px solid rgba(0,0,0,1);  
}
