body {
	background-color:white;
	text-align:center;
	color:black;
}
.txt:hover,
button:hover,
.fa:hover,
input[type="button"]:hover,
input[type="submit"]:hover{
	color:#4286f4!important;
}
#upBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index: 0;
	font-size: 15px;
	border: none;
	outline: none;
	background-color: black;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
  }
  
  #upBtn:hover {
	background-color: #555;
  }

  
img{width:40%!important;}
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="number"],
input[type="password"],
select, select:focus{
-webkit-appearance: none;
border-radius: 0;
}
.txt{
	display:block;
	margin-top:4px;
}


input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,select,
textarea {
  font-size: 16px;
}
input:disabled {cursor: not-allowed;}
button,
input[type=button]{
	padding:40px;
	color:white;
	background-color:#111;
	min-width:150px;

}

#printer{
	background-color: lightgrey;
	color:black;
	font-weight:900;
	
}
#printer:focus{
	background-color: grey;
	color:black;
	font-weight:900;
	border:lightblue 3px;
	
}
select.option{
	width:85%;
	padding:20px;
	
	
}
select.option:focus{
	background-color: lightgrey;
	color:black;
	font-weight:900;
	
}
select #printer {
	margin-right:10px;
}
input[type=text]{
	padding:20px;
	color:black;
	width:10%;
	min-width:80%;

}

input[type=text]:focus{
    background-color: lightgrey;
	color:black;
	border:none;
	text-decoration:none;
}
input[type=file]{
	padding:20px;
	color:black;
	width:10%;
	min-width:80%;

}

input[type=file]:focus{
    background-color: lightgrey;
	color:black;
	border:none;
	text-decoration:none;
}

input[type=number]{
	padding:20px;
	color:black;
	width:10%;
	min-width:80%;

}

input[type=number]:focus{
    background-color: lightgrey;
	color:black;
	border:none;
	text-decoration:none;
}
input[type=password]{
	padding:20px;
	color:black;
	width:10%;
	min-width:80%;

}

input[type=password]:focus{
    background-color: lightgrey;
	color:black;
	border:none;
	text-decoration:none;
}

span {
	background-color:grey;
	padding:22px;
	font-size:1.5em;
}
#searchbox{
	padding:20px;
	width:40%;
	min-width:150px;
	font-size:1.5em;
	
}
#searchbox:focus {
    background-color: lightblue;
	color:black;
	border:none;
	text-decoration:none;
}



h1 {
	color:white;
	font-size:3em;
	background-color:#111;
	margin:10px;
	margin-top:15px;
	margin-bottom:15px;
	min-width:80%;
	
}

#titlebar {
	color:white;
	font-size:3em;
	background-color:#111;
	margin:10px;
	margin-top:10px;
	margin-bottom:15px;
	min-width:80%;
	
}

table {
    border-collapse: collapse; /* Collapse borders */
    width: 80%; /* Full-width */
	margin:auto;
    border: 1px solid #ddd; /* Add a grey border */
    font-size: 1em; /* Increase font-size */
}

table th, table td, table caption {
    text-align: center; /* center-align text */
    padding: 5px; /* Add padding */
	border: 1px solid #ddd;
	font-weight: bold;
}
table th {
	font-size:2em;
}

table caption {
	font-size:2em;
}
table tr.header, table tr:hover {
    /* Add a grey background color to the table header and on hover */
    background-color: #f1f1f1;
	color:black;
}


#editshow{
	background-color:white;
	width:100%;
	height:100%;
	display:none;
	position: fixed;
    top: 0;
    left: 0;
	overflow-y: auto;
	z-index: 1;

}
#editaddvarshow{
	background-color:white;
	width:100%;
	height:100%;
	display:none;
	position: fixed;
    top: 0;
    left: 0;
	overflow-y: auto;
	z-index: 1;
	
}

#selectshow{
	background-color:white;
	width:100%;
	height:100%;
	display:none;
	position: fixed;
    top: 0;
    left: 0;
	overflow-y: auto;
	z-index: 1;
	
}

.printstatus{
	color:red;
	font-size:2em;
	height:35px;
}


#newlabel{
	background-color:white;
	width:100%;
	height:100%;
	display:none;
	position: fixed;
    top: 0;
    left: 0;
	overflow-y: auto;
	z-index: 1;
	
}
#newuser{
	background-color:white;
	width:100%;
	height:100%;
	display:none;
	position: fixed;
    top: 0;
    left: 0;
	overflow-y: auto;
	z-index: 1;
	
}
#log{
	background-color:white;
	width:100%;
	height:100%;
	display:none;
	position: fixed;
    top: 0;
    left: 0;
	overflow-y: auto;
	z-index: 1;
	
}
.header {
	position: fixed;
	width:100%;
	top:0;
	background:white;
}
.controls {
	text-align:left;

	
}
.controls button {
	padding:10px;
	
}

#searchresults {
	margin-top: 200px;
}

@media only screen and (max-width: 1024px) {
 
 h1 {
	color:white;
	font-size:1.5em;
	background-color:#111;
	margin:5px;
	margin-top:15px;
	margin-bottom:15px;
	min-width:80%;
	
}
#printstatus{font-size:1.2em;}
#searchbox{
	font-size:1em;
	padding:5px;
	width:80%;
}

span{
	font-size:1.2em;
	padding:5px;
}
img{width:100%!important;}
table {
    border-collapse: collapse; /* Collapse borders */
    width: 90%; /* Full-width */
	margin:auto;
	table-layout: fixed;
    border: 1px solid #ddd; /* Add a grey border */
    font-size: .6em; /* Increase font-size */
}
tr td:nth-of-type(1), tr td:nth-of-type(2) {
	overflow: hidden!important;
	width: 100px;
  }


#logtabledata {
	font-size:0.1em!important;
	overflow: auto!important;
	padding: 0px!important;
}
#edittable{
	font-size:0.1em!important;
}
#titlebar{
	font-size: 1.5em!important;
}
table th, table td, table caption {
    text-align: center; /* center-align text */
    padding: 5px; /* Add padding */
	border: 1px solid #ddd;
	font-weight: bold;
	font-size:1.2em;
	overflow:auto!important;
	
}
table th, table td{
	max-width:75px;
}
table th {
	font-size:1.5em;
}

table tr.header, table tr:hover {
    /* Add a grey background color to the table header and on hover */
    background-color: #f1f1f1;
	color:black;
}
input[type=button],
button{
	padding:10px;
	color:white;
	background-color:#111;
	font-size:.5em;
	min-width:0px;
	

}
.txt{
	display:none;
} 

#searchresults {
	margin-top: 120px;
}

.marginTop {
	margin-top:50px;
}

#full_screen_button {
	display: none !important;
}


}
