


* {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

input[type=text] {
  font-size: 18px;
  font-family: inherit;
  padding:10px;
}

input[type=password] {
  font-size: 18px;
  font-family: inherit;
  padding:10px;
}

input[type=submit] {
  font-size: 18px;
  font-family: inherit;
  padding:10px;
}

select {
  font-size: 18px;
  font-family: inherit;
  padding:10px;
}

#signature-wrapper {
  margin-top:15px;
  margin-bottom:15px;

}

#signature-content {
  max-width:500px;
  max-height:300px;
  min-width:500px;
  min-height:300px;
  margin-left:auto;
  margin-right:auto;
  border-style:solid;
  border-width:1px;
  border-color:black;
}



#movement-item-wrapper {
	
}

#movement-item-content {

}

#message-popup-bg {
  display:none;
  background-color:#000000b0;
  width:100%;
  height:100%;
  position:absolute;
  z-index:50;
}

#message-popup-wrapper {
  display:flex;
  flex-direction:row;
  align-items: center;
  justify-content: center;
  width:100%;
  height:100%;
}

#message-popup-content {
  background-color:white;
  padding:15px;
  display:flex;
  flex-direction:column;
  align-items: left;
  justify-content: left;
  gap:15px;
}

#rework-window-wrapper {
	display:none;
	position:absolute;
	z-index:1000;
	left:0;
	right:0;
	margin:auto;
	max-width:525px;
	margin-top:300px;
}

#rework-window-content {
	background-color:white;
	padding:20px;
	margin:40px;
	box-shadow: 0px 0px 25px rgba(0, 0, 0,.50	);
	text-align:center;
}

#rework-window-content input {
	padding:10px;
	font-size:20px;
}

.direct-entry-row-rework {
	margin-bottom:25px;
}

#save-close-bar-wrapper {
	width:100%;
	display:absolute;
	bottom:0;
}

#save-close-bar-content {
  display: flex;
  flex-wrap: nowrap;
  flex-direction:row;
  width:100%
}

#link-group-item-wrapper {
	
}

#loader-wrapper {
	position:absolute;
	display:none;
  width:100%;
  height:100%;
  background-color:#000000b0;
  z-index:60;
}

#loader-content {
  display:flex;
  flex-direction:row;
  align-items: center;
  justify-content: center;
  width:100%;
  height:100%;
}

#link-group-item-content {
	width:100%;
	text-align:center;
	font-size:40px;
	padding:15px;
}


.submit-button-css {	
  margin: 10px;
  text-align: center;
  line-height: 75px;
  font-size: 30px;
  flex-grow:1;	
}

table.inventory-stats-table td {
    padding-left:15px;
	padding-right:15px;
	border-width:1px;
	border-color:lightgray;
	border-style:solid;
}

table.inventory-stats-table {
	padding:0px;
	margin-top:5px;
	border-width:1px;
	border-color:lightgray;
	border-style:solid;
}

.stats-table {
	background-color:none;
}

.movement-item-content-row {
	display: flex;
	flex-direction:row;
	justify-content:center;
	flex-wrap:wrap;
	gap:30px;
	padding:30px;
}

.arrow-image-movement {
	height:20px;
	width:20px;
	margin-left:20px;
	margin-right:20px;
}

#show-hide-barcode {
	margin-right:15px;
	margin-top:15px;
	position:absolute;
	right:0;
}

#show-hide-barcode img {
	width:275px;
}

.text-paragraph {
	color:black;
	font-size:40px;
	text-align:center;
	margin:25px;
	background-color:lightgrey;
	border-color:darkgrey;
	border-width:1px;
	border-style:solid;
	padding:20px;
}

.text-paragraph img {
	width:275px;
	margin:25px;
}

.movement-item {
  	background: #ccc;
    box-shadow: 4px 3px 8px 1px #969696;
  	-webkit-box-shadow: 4px 3px 8px 1px #969696;
	font-size:22px;
	padding:20px;
	align-self:center;
}

	#inventory-keyboard-wrapper {
		text-align:center;
	}
	
	#inventory-keyboard-content {
	}

	.box-right-wrapper {
		background-color:darkgrey;
		right:0;
	}

	.box-right-content {
		padding:15px;
	}

	.disable-dbl-tap-zoom {
		touch-action: manipulation;
	}
	
	#inventorys-wrapper {
		overflow-y:scroll;
		height:100%;
		padding-bottom:150px;
	}

    #main-menu-wrapper {
      width:200px;
      background-color:#d7e8e9;
    }

    #main-menu-content {
        padding:15px;
        display:flex;
        flex-direction:column;
        gap:20px;
        text-align:center;
        width:100%;
    }

    .main-menu-button {
        font-size:14px;
        text-align:center;
    }

    a {
        text-decoration:none;
    }
    
    #main-content-wrapper {
      width:100%;
      height:100%;
      overflow:scroll;
    }
    
    #main-content-content {
      padding:15px;
      width:100%;
    }
    
    .submenu-content-wrapper {
      margin-bottom:15px;
    }
    
    .submenu-content-content {
      display:flex;
      gap:15px;
    }
	
	.submenu-content-content-col {
      display:flex;
      gap:15px;
	  flex-direction:column;
	  max-height:100px;
	  overflow:scroll;
    }
    
    .submenu-row {
      display:flex;
      flex-direction:row;
      gap:15px;
	  justify-content:space-between;
	  
      
    }
    
    .submenu-item {
       padding:15px;
    }
    
    .button {
       background-color:black;
       color:white;
    }
  
    .button-red {
       background-color:red;
       color:white;
    }

	#top-row-wrapper {
		
	}
	
	.delivery-items-wrapper {
	  width:100%;
	}
	
	.delivery-items-content {
	  display:flex;
	  flex-direction:column;
	  gap:15px;
	  width:100%;
	  
	}
	

	
	.delivery-item-content {
	  padding:20px;
	  background-color:lightgrey;
    width:100%;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    gap:15px;
	}
	
	.delivery-item-content .white {
	  background-color:none;
	}
	
	.delivery-item-item {
	  width:100%;
	}
	
	.delivery-item-item-button {
	  padding:15px;
	  color:white;
	  justify-content:right;
	}
	
	#top-row-content {
		display:flex;	
		flex-direction:row;
		flex-wrap:nowrap;
		justify-content:space-between;
	}

	#item-vendor-details-wrapper {
		width:100%;
		height:100vh;
		position:absolute;
		display:none;
		background-image:url('media/75-background.png');
		background-repeat:repeat;
		z-index:800;
		padding:0;
		margin:0;
	}
	
	#item-vendor-details-content {
		
	}
	

	#vendor-info-wrapper {

	}
	
	#vendor-info-content {

	}
	
	.vendor-info-vendor-wrapper {
		width:100%;
		display:block;
		
		
	}
	
	.vendor-info-vendor-content {
		width:100%;
		padding:30px;
		margin-bottom:10px;
		border-radius:10px;
	}


	#qty-box-wrapper {
		display:inline-block;
		vertical-align:top;

	}
	
	
	#qty-box-content {
		font-size:200px;
		width:1.5em;
		height:1.5em;
		line-height:1.5em;
		text-align:center;
		border-style:none;
		color:white;
		background-color:black;
		border-radius:10px;
		
	}

	
	#qty-change-wrapper {
		margin:25px;
		display:inline-block;
		vertical-align:top;
	}
	
	#qty-change-content {
		vertical-align:top;
	}
	
	#qty-change-up {
		display:block;
		background-image:url('media/add.png');
		background-position:center center;
		background-size:contain;
		width:5em;
		height:5em;
		margin:2em;
	}
	
	#qty-change-down {
		display:block;
		background-image:url('media/remove.png');
		background-position:center center;
		background-size:contain;
		width:5em;
		height:5em;
		margin:2em;
	}
	
	.other-options-item-wrapper {
		padding:25px;
	}
	
	.other-options-item {
		margin:25px;
	}


	#other-options-menu-wrapper {
		padding:40px;
	}
	
	#other-options-menu-content {
		display:flex;	
		flex-direction:row;
		flex-wrap:nowrap;
		justify-content:space-between;
		border-radius:10px;
		

	}
	
	.other-options-menu-button {
		width:225px;
		height:75px;
		margin:10px;
		line-height:75px;
		text-align:center;
		border-radius:10px;
	}
	


    #login-div-wrapper {
        background-color:lightgray;
        width:400px;
        height:200px;
        text-align:center;
        margin-left:auto;
        margin-right:auto;
        margin-top:300px;
    }

    #login-div-content {
        padding:15px;
    }

    #login-inputs {
        text-align:left;
    } 

	#init-vendor-selector-wrapper {
		display:none;
		font-size:25px;
		color:darkgray;
		text-align:center;
		padding-top:15px;
	}

	#init-vendor-selector {
		background-color:white;
	}
	
	.init-vendor-selector-button {
		height:50px;
		padding:15px;
		margin:15px;
		text-align:center;
		background-color:pink;
		color:red;
		font-size:20px;
		display:block;
	}

	#message-wrapper {
		display:none;
	}
	
	#message-content {
		color:white;
		font-size:20px;
		padding:15px;
		text-align:center;
	}
	
	#item-details-wrapper {
		width:100%;
		overflow:hidden;
        display:none;
	}
	
	#item-details {
		font-size:10px;
		padding:0;
		margin:0;
		text-align:center;
	}
	
	#item-details table {
		border-style:solid;
		border-width:1px;
		font-size:10px;
		width:100%;
	}
	
	#item-details td {
		background-color:lightgray;
	}
	
	input {
		padding:15px;
		font-size:20px;
	}

	.arrow-image {
		height:10px;
	}

	#buttons-bar-wrapper {
		width:100%;  
	}

	#buttons-bar-content {
		padding:0;
		margin:0;
		font-size:0;
		width:100%;
		text-align:center;
	}

	#warehouse-div {
		background-color:red;
		color:white;
		padding:5px;
	}

	#keyPadReadOut {
		font-size:25px;
		padding:5px;
		height:45px;
        border-color:lightgray;
        border-width:2px;
        border-style:solid;     
	}

	.buttons-bar-button {
		margin:2px 0 2px 0 ;
		width:100%;
		display:inline-block;
		height:45px;
		vertical-align:top;
		background-color:lightgray;
		line-height:45px;
		text-align:center;
		font-size:15px;
	}

	.button-title-text {
		font-size:15px;
		display:inline-block;
		text-align:right;
		vertical-align:top;
		width:125px;
	}

	.instruction-text {
		font-size:10px;
		height:45px;
		width:160px;		
		display:inline-block;
		text-align:left;
		line-height:15px;
		margin-left:15px;
		vertical-align:middle;
	}

	.keypad-button {
		padding:0px;
        margin:5px;
		display:inline-block;
		vertical-align:top;
		background-color:lightgreen;
		color:darkgreen;
		line-height:75px;
		height:75px;
		font-size:25px;
		text-align:center;
      	min-width:30%;
        flex-basis: 30%;
	    position:relative;      
		border-radius:10px;
	}
	
	.other-button {
		padding:5px;
		margin:5px;
		display:inline-block;
		background-color:lightgreen;
		color:darkgreen;
		font-size:20px;
		text-align:center;
		position:relative;      
		border-radius:10px;
		min-width:40px;
	}

	.keypad-button-red {
		padding:0px;
        margin:5px;
		display:inline-block;
		vertical-align:top;
		background-color:red;
		line-height:50px;
		height:50px;
		font-size:25px;
		text-align:center;
      	min-width:30%;
        flex-basis: 30%;
	    position:relative;      
		border-radius:10px;
		color:white;
	}
	
	#keypad-div {
		margin:0;
		padding:15;
		font-size:0;
        flex-wrap: wrap;
        display:flex;
        justify-content:center;
        position: relative;
	}

	.buttons-bar-button:active {
		background-color:gray;
	}

	.red { 
		background-color:pink;
		color:red;
	}

	.green {
		background-color:lightgreen;
		color:green;
	}
	
	.gray {
		background-color:darkgray;
		color:white;
	}
	
	.darkgreen {
		background-color:green;
		color:darkgreen;
	}

	.lightgreen {
		background-color:lightgreen;
	}

	#cancel-button {
	}

	.no-display {
		display:none;
	}


  
  #loader-content img {
    width:40px;
    height:40px;
  }


	body {
		width:100%;
		-webkit-touch-callout: none; /* iOS Safari */
		-webkit-user-select: none; /* Safari */
		-khtml-user-select: none; /* Konqueror HTML */
		-moz-user-select: none; /* Old versions of Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
		user-select: none; /* Non-prefixed version, currently
							  supported by Chrome, Opera and Firefox */	
		overflow:hidden;
		touch-action: manipulation;
		height: auto;
		margin: 0 auto;
		padding: 0;
		position: relative;
		display:flex;
		flex-direction:row;
	}


	#mode-title-div {
		width:100%;
		font-size:25px;
		text-align:center;
		margin:0 0 2px 0;
	}
	
	.back-to-menu {
		background-color:red;
		color:white;
	}
	
	.order-item-wrapper {
		margin-top:5px;
		position:relative;	
		width:100%;
		
	}
	
	.order-item-content {
		width:100%;
		display:flex;
		flex-direction:row;
	}
	
	.order-item {
		width:100%;
		padding:15px;
		background-color:lightgray;
		color:black;
		font-size:12px;
	
	}
	
	.confirmed {
		position:absolute;		
		right:0;
		padding:7px;
		background-color:darkgray;
		color:white;
		top:0;
		margin-top:15px;
		margin-right:15px;
		box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
	}
	
	.unconfirmed {
		position:absolute;
		right:0;
		padding:7px;	
		background-color:red;
		color:white;
		top:0;
		margin-top:15px;
		margin-right:15px;
		box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
	}

	.confirmed-processed {
		position:absolute;
		right:0;
		padding:7px;	
		background-color:yellow;
		color:black;
		top:0;
		margin-top:15px;
		margin-right:15px;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	}
	
	.confirmed-processed-verified {
		position:absolute;
		right:0;
		padding:7px;	
		background-color:lightgreen;
		color:darkgreen;
		top:0;
		margin-top:15px;
		margin-right:15px;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	}
	.top-button-red {
		background-color:red;
		color:white;
	}
	
	.top-button-green {
		background-color:lightgreen;
		color:darkgreen;
	}
	
	#speed-mode-count {
		display:inline-block;
	}
	
	.top-button {

		padding-top:15px;
		padding-bottom:15px;
		text-align:center;
		font-size:15px;
		width:25%;
		display:inline-block;
		height:70px;
		vertical-align:top;
		line-height:40px;
	}
	

	
	.table-row {
		display:table-row;
		background-color:lightgrey;
	}


	
	.table-cell-spacer {
		display:table-cell;
		height:2px;
		background-color:white;
	}
	
	.table-cell {
		display:table-cell;
		padding:5px;
		font-size:15px;
		vertical-align:middle;


		
	}
	
	.table {
		border-width:0px;
		display:table;
		width:100%;
		margin:0;
		padding:0;
	}
	
	#item-entry-wrapper {



		
	}

	#search-wrapper {
		background-color:white;
		position:float;
		display:none;
		
	}
	
	#search-content {
		padding:50px 15px 15px 15px;
		height:500px;
		overflow-x:hidden;
		overflow-y:scroll;
	}
	
	#search-text-wrapper {
		padding:15px;
		font-size:20px;
	}
	
	#search-text {
		padding:5px;
		font-size:20px;
	}
	
	.search-result {
		font-size:15px;
		width:100%;
		display:block;
	
		border-bottom:gray;
		border-bottom-width:1px;
		border-bottom-style:solid;
		line-height:20px;
		margin-bottom:15px;
	}

	#order-details-wrapper {
		position:float;
		display:none;
	}
	
	#order-details-content {
	}
	
	

	#order-schedule-wrapper {
		background-color:white;
		position:float;
		display:none;
	}
		
	#order-schedule-content {
		padding:50px 15px 15px 15px;
	}

	#order-item-info {
		width:100%;
		position:relative;
		background-color:white;
		margin:0;
		padding:0;

	}


	#order-input-wrapper {
		display:block;
		width:100%;
		margin:0;
		padding:0;
		font-size:0;
	}
	
	
	.order-input {
		background-color:lightgray;
		color:white;		
		padding:5px;
		margin:5px;
	}
	
	.order-input-wrapper {
		display:inline-block;
		font-size:25px;
		line-height:50px;
		width:50%;
		padding:0;
		height:50px;
		margin:0;
	
	}
	
	#order-input-eaches {

		border-color:red;
		border-style:solid;
		border-width:10px;		
	}
	
	.item-highlight {
		background-color:darkgray;
	}
	
	.item-updated {
		background-color:lightgreen;
	}
	
	#last-ordered {
		float:right;
		padding:5px;
		clear:both;
		display:block;
	}
	
	#discontinued-status {
		background-color:yellow;
		color:black;
		float:right;
		display:block;
		padding:5px;
	}
	
	#order-input-qty {

	}
	
	#vendor-selector-wrapper {

		width:100%;
	}
	
	#vendor-selector-content {
		padding:5px;
		
	}
	
	.vendor-select {
		padding:5px;
		font-size:10px;
		
	}
	
	#orders-items-wrapper {
		overflow-y:scroll;
		overflow-x:hidden;
		height:100vh;
		padding-bottom:500px;
	}
	
	#orders-items-content{
		padding-bottom:500px;
	}
	
	#orders-wrapper {
		overflow-y:scroll;
		overflow-x:hidden;
		height:100vh;
		
	}
	
	
	#warehouse-item {
		background-color:red;
		width:100%;
		color:white;
		font-size:15px;
		text-align:center;
	}
	
	#orders-content {
		
	}
	
	.order-input-red {
		background-color:lightgreen;
		color:darkgreen;
	}
	
	.order-input-blue {
		background-color:lightgreen;
		color:darkgreen;		
	}
	
	
	#order-input-item-details {
		padding:5px;
		text-align:left;
		font-size:13px;
	}
	
	#item-entry-content {
		position:relative;
	}
	
	.back-button {
		position:absolute;
		top:4px;
		right:0px;
		margin:5px;
		padding:5px;
		background-color:red;
		color:white;
		font-size:15px;
		z-index:400;
	}
	.bigger-button {
		padding:40px;
		font-size:30px;
		margin-top:40px;
	}
	.back-button-inventory {
		position:absolute;
		top:0;
		right:0;
		margin:5px;
		padding:5px;
		background-color:red;
		color:white;
		font-size:15px;
	}

    .backspace {
		right:500px;
    }
	
	.red-button {
		margin:5px;
		padding:5px;
		background-color:red;
		color:white;
		font-size:18px;
		text-align:center;
	}
	
	#alert-box {
		position:absolute;
		z-index:1000;
		background-color:rgba(0,0,0,.75);
		width:100%;
		text-align:center;
		display:none;
		height:100vh;
		color:white;
		font-size:20px;
	}
	
	
	#alert-box-content {
		margin-left:auto;
		margin-right:auto;
		background-color:red;
		width:80%;
		padding:15px;
		color:white;
		font-size:25px;
		margin-top:50%;
	}
	
	.last-ordered-alert {
		background-color:red;
		color:white;
	}
	
	#order-id-box {
		display:inline-block;
		font-size:30px;
		margin-right:10px;
		vertical-align:top;
	}
	
	#order-box-info {
		display:inline-block;
	}
	
	#barcodeScanner {
		height:100px;
		width:100%;
		display:block;
		overflow:hidden;
		position:relative;
		display:none;
	}
	
	#video {
		margin-top:-200px;
		padding:0;
		position:absolute;
		width:100%;
	}
	
	#redbar {
		position:absolute;
		height:2px;
		background-color:red;
		width:100%;
		top:49px;
		z-index:1;
	}

	#eaches-check {
		position:absolute;
		right:0;
		top:0;
	}
	
	#zone-selector-wrapper {
		background-color:white;
		position:float;
		display:none;	
		overflow-y:scroll;
		max-height:800px;
	}
	
	.bigger-button {
		padding:50px;
	}
	
	#zone-selector-content {
		padding:50px 15px 15px 15px;		
	}
	
	.zone-item {
		margin-top:5px;
		position:relative;	
		text-align:center;
		padding:20px;
		background-color:lightgray;
	}
	
	.zone-item-wrapper {
		font-size:20px;
		position:relative;
		overflow-y:scroll;
		max-height:500px;
		
	}
	

	#inventorys-items-wrapper {
		overflow-y:scroll;
		overflow-x:hidden;
		max-height:50%;
		padding-bottom:150px;
	}
	

	#inventory-details-wrapper {
		background-color:white;
		position:float;
		display:none;
	}
	
	#inventory-details-content {
		padding:50px 15px 15px 15px;
	}
	
	#inventory-schedule-wrapper {
		background-color:white;
		position:float;
		display:none;
	}
		
	#inventory-schedule-content {
		padding:50px 15px 15px 15px;
	}

	#inventory-item-info {
		width:100%;
		position:relative;
		background-color:white;
		margin:0;
		padding:0;

	}
	
	.inventory-item-wrapper {
		margin-top:5px;
		position:relative;
		box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	}

	.inventory-item {
		padding:15px;
		font-size:20px;
		position:relative;
		
	}

	#inventory-input-wrapper {
		display:block;
		width:100%;
		margin:0;
		padding:0;
		font-size:0;
	}
	
	
	.inventory-input {
		background-color:lightgray;
		color:white;		
		padding:5px;
		margin:5px;
	}
	
	.inventory-input-wrapper {
		display:inline-block;
		font-size:25px;
		line-height:50px;
		width:50%;
		padding:0;
		height:50px;
		margin:0;
	
	}
	
	#inventory-input-eaches {

		border-color:red;
		border-style:solid;
		border-width:10px;		
	}



	#inventory-id-box {
		display:inline-block;
		font-size:30px;
		margin-right:10px;
		vertical-align:top;
	}
	
	#inventory-box-info {
		display:inline-block;
	}


	

	
	#direct-entry-wrapper {
		background-color:rgba(0,0,0,.75);
		position:absolute;
		height:100%;
		width:100%;
		display:none;
		z-index:250;
	}
	#direct-entry-content {
		width:100%;
		align-items:left;	
		display:flex;
		font-size:25px;
		color:white;
		justify-content:left;
		flex-direction:column;
		padding:10px;
		gap:10px;
		position:relative;
		padding-top:60px;
	}
	#direct-entry-content input {
		padding:5px;
		font-size:25px;
		
	}
	
	
	
	.direct-entry-cell {
		display:inline-block;
		text-align:right;
		padding-right:10px;
		
		
	}
	
	#text-upc {
		width:250px;
	}
	
	#text-qty {
		width:100px;
	}
	
	#text-rework-ace {
		width:100px;
	}
	
	#text-cost {
		width:150px;
	}
	
	#text-dep {
		width:150px;
	}
	
	#text-dept {
		max-width:150px;
	}
	#text-desc {
		max-width:425px;
	}
	
	#text-retail {
		width:150px;
	}
	
	.dec-min-width {
		min-width:200px;
	}
	.direct-entry-row {
		display:flex;
		flex-direction:row;
		align-items:baseline;
	}
	
	.direct-entry-button-row {
		display:flex;
		flex-direction:row;
		align-items:baseline;
		width:100%;

	}
	

	#add-payment-item-wrapper {
		position:absolute;
		background-color:rgba(0,0,0,0.5);
		display:none;
		width:100%;
		height:100%;
		display: none;
	}
	
	#add-payment-item-content {
		margin-left:auto;
		margin-right:auto;
		height:300px;
		margin-top:75px;
		width:80%;
		display:flex;
		flex-direction:column;
		background-color:white;
		padding:15px;
		text-align:center;
	}
	
	.button-bar {
		margin:20px;
		
	}
	


@media only screen and (max-width:360px) {
	
	#item-details {
		font-size:15px;
	}
	
	#item-details table {
		font-size:10px;
		margin-top:5px;
		margin-bottom:5px;
	}
	
	
	
	
	.top-button {
		padding-top:8px;
		padding-bottom:8px;
		font-size:18px;
	}




	
}

@media only screen and (min-width:800px) {

	#message-content {
		font-size:15px;
		padding:2px;
	}
	input {
		padding:2px;
		font-size:15px;
	}

	#buttons-bar-content {     
		padding:2px;
	}
	
	.buttons-bar-button {
		margin:0 0 2px 0;
		height:25px;
		line-height:25px;
		font-size:15px;
	}
	
	.order-item-wrapper {
		margin-top:5px;
		position:relative;	
	}

	.order-item {
		padding:25px;
		font-size:20px;
		position:relative;
	}
	
	


	
	.keypad-button {
		height:60px;
		line-height:60px;
		font-size:30px;
	}
	
	#order-input-item-details {
		padding:5px;
		font-size:18px;
	}
	
	#last-ordered {
		font-size:18px;

	}
	
	#message-content {
		font-size:20px;
		padding:20px;
	}
	
	#item-details {
		font-size:20px;
	}
	
	#item-details table {
		font-size:20px;
		margin-top:5px;
		margin-bottom:5px;
	}
	
	.confirmed {
		padding:15px;
	}
	
	.unconfirmed {
		padding:15px;	
	}
	
	.confirmed-processed {
		padding:15px;	
	}	

}

