/*header.php*/
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #3c646c; /*#333 is black*/
}
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;
}
.mobile-container {
  max-width: 480px;
  margin: auto;
  background-color: #555;
  height: 500px;
  color: white;
  border-radius: 10px;
}
.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}
.topnav #myLinks {
  display: none;
}
.topnav a {
  color: white;
  padding-bottom: 16px;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}
.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.topnav a:hover {
  background-color: #ddd;
  color: black;
}
.active {
  background-color: #3c646c;
  color: white;
  font-size: 25px;
}
@media only screen and (max-width: 600px) {
	.largeMenu{
		display: none;
	}
	.topnav{
		display: block;
	}
}
@media only screen and (min-width: 601px) {
	.largeMenu{
		display: block;
	}
	.topnav{
		display: none;
	}
}
/*header.php*/


/*Add Users.php and login.php*/
div.container-1 {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  padding-bottom: 20px;
  min-width: 250px;
  width: 40%;
  height: 40%;
  margin: 0 auto;
  margin-bottom: 40px;
}/*Add Users.php and login.php*/




/*Add User.php*/
#sign-up input[type=text], #sign-up input[type=email], #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;
}
.labels{
	padding-left: 25%;
	font-weight: bold;
}

/*Add User.php*/




/*survey.php*/
.radio-inline{
	padding-left: 50px;
	display: inline;
	vertical-align: middle;
}
.survey-button{
	width: 100%;
  background-color: #3c646c;
  color: white;
  padding: 10px 15px;
  border: none;
  text-align: center;
  margin:left: auto;
  margin:right: auto;
  border: 1px solid #3c646c;
  
}
.survey-button:hover{
  background: white;
  color: #3c646c;
  border: 1px solid #3c646c;
}
input[type='radio']  {
  transform: scale(1.5); 
}
.tempReminder{
	text-align: center;
	color: red;
	font-weight: bold;
}/*survey.php*/



/*thank.php*/
.thankContainer{
	width: 40%;
	max-width: 1000px;
	margin-top: 40px;
	margin-bottom: 40px;
	min-width: 260px;
    margin-left: auto;
	margin-right: auto;
	padding: 20px;
}/*thank.php*/


/*index.php*/
.welcomeImageContainer{
	width: 33%;
	max-width: 500px;
	min-width: 280px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 8px;
	border: 1px solid #ededed;
	background-color: #ededed;
	padding: 10px;
}
.newsContainer{
	width: 66%;
	max-width: 1000px;
	margin-top: 40px;
	margin-bottom: 40px;
	min-width: 260px;
    margin-left: auto;
	margin-right: auto;
	border-radius: 8px;
	border: 1px solid #ededed;
	background-color: #ededed;
	padding: 20px;
}
.chartContainer{
	width: 66%;
	max-width: 1000px;
	margin-top: 60px;
	margin-bottom: 40px;
	min-width: 260px;
	text-align: center;
    margin-left: auto;
	margin-right: auto;
	border-radius: 8px;
	border: 1px solid #ededed;
	background-color: #ededed;
	padding: 20px;
	padding-top: 0px;
}
.graphic{
	position: relative;
	right: 5px;
	bottom: 150px;
}
.toggleLang{
  background: none!important;
  border: none;
  padding: 0;
  padding-top: 20px;
  /*optional*/
  font-family: arial, sans-serif;
  /*input has OS specific font-family*/
  color: #069;
  text-decoration: underline;
  cursor: pointer;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  float: left;
}
.divCenter{
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}/*index.php*/


















div.interface{
	padding: 10px;
	line-height: normal;
	font-size: 17px;
	font-weight: bold;
}


#form-wrapper {
  width: 25%;
  float:left;
}

/*index.php*/
.title{
	margin-top: 20px;
	margin-left: 10%;
}
.large-container{
	text-align: center;
	paddin-top: 10px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.searchBox1{
	display: inline-block;
	float: right;
	margin-right: 3%;
	margin-left: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 340px;/*335*/
}
.searchBoxView{
	display: inline-block;
	float: right;
	margin-right: 3%;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 335px;
}
.colorNameCode{
	display: inline-block;
	padding: 5px 3px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  width: 64%;
}
.searchBox{
	float: left;
	text-align: left;
width: 325px;
	display: inline-block;
	border: 1px solid #ccc;
	padding: 5px;
	margin-left: 25px;
	margin-top: 10px;
	border-radius: 4px;
  box-sizing: border-box;
}
.addStoneLabels{
	font-weight: bold;
}
.modifySearch-button{	
float: right;
}
.colorGroupSearch, .minWidth{
	display: inline-block;
	padding: 5px 3px;
  margin: 10px 0;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.container-index{
	display:inline-block;
	border: 1px solid #ccc;
	width: 341px;  /*square views take 201px*/
	padding: 0px;
	margin: 10px;
	background-color: white;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	/*box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.19);*/
}
.container-index:hover {
  /*box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);*/
  box-shadow: 0 3px 4px 0 rgba(0,0,0,0.24),0 4px 12px 0 rgba(0,0,0,0.19);
}
.pictures{
    margin: 0px;
	padding: 0px;
	border-style: none;
}
.item-info{
	font-size: 18px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.item-info1{
	font-size: 18px;
	float: left;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 5px;
	margin-left: 5px;
	display: inline-block;
}
.item-info2{
	font-size: 15px;
	float: right;
	display: inline-block;
	margin-top: 2px;
	margin-bottom: 5px;
	margin-right: 5px;
	color: #808080;
}
.item-info3{
	font-size: 15px;
	float: left;
	margin-top: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
	color: #808080;
}
.item-info4{
	font-size: 15px;
	float: right;
	margin-top: 5px;
	margin-bottom: 2px;
	margin-right: 5px;
	color: #808080;
}/*index.php*/

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}










/*addNumber.php*/
.container-3 {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 30px;
  padding-bottom: 80px;
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}
.stoneLabel{
	font-size: 45px;
	text-align: center;
	line-height: 50px;
}
.next-button{
	float: right;
	padding: 20px 100px;
}/*addNumber.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;
}



 th {
  text-align: left;
  padding: 10px;
  white-space: pre;
  font-size: 14px;
}
td{
padding: 2px 5px;
}






/*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*/

/*View Users.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;
}/*View Users.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*/

/*uploadPic.php*/
.inputFile-button{
	padding: 20px 100px;
}/*uploadPic.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;
}
.toConstructing-button{
  background-color: orange;
  color: white;
  padding: 10px 15px;
  border: none;
  margin: auto;
  display: block;
  border: 1px solid orange;
}
.toReady-button{
  background-color: green;
  color: white;
  padding: 10px 15px;
  border: none;
  margin: auto;
  display: block;
  border: 1px solid green;
}
.toComplete-button{
  background-color: blue;
  color: white;
  padding: 10px 15px;
  border: none;
  margin: auto;
  display: block;
  border: 1px solid blue;
}
.dropOrder-button{
  background-color: black;
  color: white;
  padding: 10px 15px;
  border: none;
  margin: auto;
  display: block;
  border: 1px solid black;
}
.toProcessing-button:hover{
  background: white;
  color: black;
  border: 1px solid yellow;
}
.toConstructing-button:hover{
  background: white;
  color: orange;
  border: 1px solid orange;
}
.toReady-button:hover{
  background: white;
  color: green;
  border: 1px solid green;
}
.toComplete-button:hover{
  background: white;
  color: blue;
  border: 1px solid blue;
}
.dropOrder-button:hover{
  background: white;
  color: black;
  border: 1px solid black;
}
.orderTable{
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.orderTable tr:nth-child(even) {
  background-color: #dddddd;
}/*orderStatusList.php*/


/*View Stone Inventory*/
.searchBox2{
	float: left;
	text-align: left;
	display: inline-block;
	border: 1px solid #ccc;
	padding: 5px;
	margin-left: 25px;
	margin-top: 10px;
	border-radius: 4px;
  box-sizing: border-box;
}/*View Stone Inventory*/




/*{
  background: #000 !important;
  color: #0f0 !important;
  outline: solid #f00 1px !important;
}