
div.interface{
	padding: 10px;
	line-height: normal;
	font-size: 17px;
	font-weight: bold;
}


#form-wrapper {
  width: 25%;
  float:left;
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


/*signup.php and colorsEdit.php*/
div.container-1 {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  width: 30%;
  height: 40%;
  margin: 0 auto;
}/*signup.php and colorsEdit.php*/

/*signup.php*/
#sign-upA input[type=text],#sign-upA input[type=password],#sign-upA input[type=submit]{
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
#sign-up input[type=text],#sign-up input[type=password],#sign-up input[type=submit]{
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}/*signup.php*/




/*body { background-color: #f5f5f5; }body { background-image: none; }*/
body { background-color: #ffffff; }body { background-image: none; }
body {  font-family: Arial, Helvetica, sans-serif;}

h1 {
	font-size: 28px;
	line-height: 32px;
}

h2 {
	font-size: 24px;
	line-height: 30px;
}

h3 {
	font-size: 20px;
	line-height: 26px;
}

h4 {
	font-size: 18px;
	line-height: 22px;
}

h5 {
	font-size: 16px;
	line-height: 20px;
}

h6 {
	font-size: 12px;
	line-height: 16px;
}


/*table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
}
*/
/*table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: middle;
	font-size: 16px;
}*/
 th {
  text-align: left;
  padding: 10px;
  white-space: pre;
  font-size: 14px;
}
td{
padding: 2px 5px;
}


/*header.php*/
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}
li {
  float: right;
}
li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 36px;
  text-decoration: none;
  font-size: 15px;
}
/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color: white;
  color: black;
}/*header.php*/



/*itemPrices.php*/
.priceTable{
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.priceTable tr:nth-child(even) {
  background-color: #dddddd;
}/*itemPrices.php*/

/*programLog.php*/
.logTable{
  border-collapse: collapse;
  width: 60%;
  margin-top: 25px;
  margin-bottom: 75px;
  margin-left: auto;
  margin-right: auto;
}
.logTable tr:nth-child(even){
  background-color: #dddddd;
}/*programLog.php*/

/*members.php*/
.memberTable{
  border-collapse: collapse;
  width: 60%;
  margin-top: 25px;
  margin-bottom: 75px;
  margin-left: auto;
  margin-right: auto;
}
.memberTable tr:nth-child(even){
  background-color: #dddddd;
}/*members.php*/
/*colorsEdit.php*/
#add-color input[type=text],#add-color input[type=password],#add-color input[type=submit]{
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}/*colorsEdit.php*/



/*colors.php*/
.colorTable{
  border-collapse: collapse;
  width: 60%;
  margin-top: 25px;
  margin-bottom: 75px;
  margin-left: auto;
  margin-right: auto;
}
.colorTable tr:nth-child(even){
  background-color: #dddddd;
}/*colors.php*/

/*viewOrder.php*/
.contactInfoContainer{
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.contactInfoTitle{
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 2px;
}
.contactInfo{
  margin : 0;
  font-size: 18px;
}
/*viewOrder.php*/


/*orderStatusList.php*/
.center-top{
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.status-entry{
	font-size: 25px;
	display: inline-block;
}
.status{
  display: inline-block;
  font-size: 25px;
  padding: 5px 3px;
  margin: 1px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.viewOrder-entry{
	display: inline-block;
	float: right;
}
.orderNum-entry{
  font-size: 25px;
  padding: 5px 3px;
  margin: 1px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.viewOrder-button{
	display: inline-block;
}

.processingTable, .constructingTable, .readyTable, .completeTable, .droppedTable, .fullOrderTable{
  border-collapse: collapse;
  width: 60%;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}
.processingTable tr:nth-child(even), .constructingTable tr:nth-child(even),
.readyTable tr:nth-child(even), .completeTable tr:nth-child(even),
.droppedTable tr:nth-child(even), .fullOrderTable tr:nth-child(even)  {
  background-color: #dddddd;
}
.processingTable th{
  background-color: yellow;
  color: black;
}
.constructingTable th{
  background-color: orange;
  color: black;
}
.readyTable th{
  background-color: green;
  color: white;
}
.completeTable th{
  background-color: blue;
  color: white;
}
.droppedTable th{
  background-color: black;
  color: white;
}
.fullOrderTable th{
  background-color: purple;
  color: white;
}
.toProcessing-button{
  background-color: yellow;
  color: black;
  padding: 10px 15px;
  border: none;
  margin: auto;
  display: block;
  border: 1px solid yellow;
  border-radius: 12px;
}
.toConstructing-button{
  background-color: orange;
  color: white;
  padding: 10px 15px;
  border: none;
  margin: auto;
  display: block;
  border: 1px solid orange;
  border-radius: 12px;
}
.toReady-button{
  background-color: green;
  color: white;
  padding: 10px 15px;
  border: none;
  margin: auto;
  display: block;
  border: 1px solid green;
  border-radius: 12px;
}
.toComplete-button{
  background-color: blue;
  color: white;
  padding: 10px 15px;
  border: none;
  margin: auto;
  display: block;
  border: 1px solid blue;
  border-radius: 12px;
}
.dropOrder-button{
  background-color: black;
  color: white;
  padding: 10px 15px;
  border: none;
  margin: auto;
  display: block;
  border: 1px solid black;
  border-radius: 12px;
}
.toProcessing-button:hover{
  background: white;
  color: black;
  border: 1px solid yellow;
  border-radius: 12px;
}
.toConstructing-button:hover{
  background: white;
  color: orange;
  border: 1px solid orange;
  border-radius: 12px;
}
.toReady-button:hover{
  background: white;
  color: green;
  border: 1px solid green;
  border-radius: 12px;
}
.toComplete-button:hover{
  background: white;
  color: blue;
  border: 1px solid blue;
  border-radius: 12px;
}
.dropOrder-button:hover{
  background: white;
  color: black;
  border: 1px solid black;
  border-radius: 12px;
}
.orderTable{
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.orderTable tr:nth-child(even) {
  background-color: #dddddd;
}/*orderStatusList.php*/







/*{
  background: #000 !important;
  color: #0f0 !important;
  outline: solid #f00 1px !important;
}
