
body {
	background-color: grey;
}

#maincontent {
	width : 100%;
	background-color: white;
	margin-top: 20px;
	margin-bottom: 20px;
}









#fname
{
  
}

#fdescription
{
  
}

#fcontainer
{
  
}

#ftype
{
  
}

#fbrand
{
  
}

#fbarcode
{
  
}

#fquantity
{
  
}

#fuprice
{
  
}

.ferror
{
  color:#CC0000;
}


.add_form_table
{
  width:90%;
  margin: 0 auto 0 auto;
  
}

.add_form_table tr
{
  height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.add_form_table th
{
  width: 100px;
  min-width: 100px;
  text-align: left;
}

.add_form_table td
{
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.add_form_table input,
.add_form_table select,
.add_form_table textarea
{
  width: 100%;
  padding: 5px;
}

.add_form_table input
{
  height: 60px;
  font-size: xx-large;
}

.add_form_table select
{
  height: 60px;
  font-size: xx-large;
}

.add_form_table textarea
{
  height: 200px;
}

.custom-combobox {
  width: 100%;
  position: relative;
  display: inline-block;
}

.custom-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -70px;
  padding: 0;
  width: 70px;
  border: black solid 2px !important;
}

.custom-combobox-input {
  margin: 0;
  padding: 5px 10px;
  border: 2px solid #000000 !important;
  height: 60px;
}


#dropfile{
  width: 100%;
  height: 50px;
  border: 3px dashed #BBBBBB;
  line-height:50px;
  text-align: center;
  cursor: pointer;
}

#uploadedfiles li {
  list-style-type: disc;
}


.menu
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

.menu li
{
  float: left;
}

.menu li a
{
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.menu li a:hover {
    background-color: #111;
}

.active {
    background-color: #4CAF50;
}

.submitbutton {
  margin-top: 30px;
  width: 100%;
  height: 50px;
  background-color: #4CAF50;
  color : white;
  border: black solid 2px;
  cursor: pointer;
  font-weight: bold;
}

.submitbutton:hover {
  background-color: #419645;
}

input,
textarea,
select
{
  border: black solid 2px;
}

.barcodezonetd {
  min-width: 60px;
}

.barcodezone {
  height: 60px;
  width: 60px;
  background-color: red;
  cursor: pointer;
  border: black solid 2px;
  border-left: black solid 1px;
}

.barcodezoneselected {
  background-color: green;
}
