body {
	background-color:whitesmoke;
	text-align:center;
	color:black;
}

.header {
	width:100%;
	min-width: 80%;
	margin:auto;
	background:whitesmoke;
}

.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: whitesmoke;
	color: black;
	text-align: center;
	font-size:1.25em;
}


input{
    text-align: center;
}

label {
	width:100px;
	color:#4286f4;
	font-size: 1.5em!important;
}
select, option {width:52%;padding:15px;text-align: center;}

.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="email"],
input[type="password"],
input[type="email"],
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="email"],
input[type="email"],
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;
}

input[type=email]{
	padding:20px;
	color:black;
	width:10%;
	min-width:80%;

}

input[type=email]: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;
}


.hide {
	background-color:whitesmoke;
	width:100%;
	height:100%;
	display:none;
	position: fixed;
    top: 0;
    left: 0;
	overflow-y: auto;
	z-index: 1;

}
.show {
	background-color:whitesmoke;
	width:100%;
	height:100%;
	display:inline-block;
	position: fixed;
    top: 0;
    left: 0;
	overflow-y: auto;
	z-index: 1;
	
}



.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;
    border: 1px solid #ddd; /* Add a grey border */
    font-size: .4em!important; /* decrease font-size */
}

tr td:nth-of-type(2), tr td:nth-of-type(3) {
	overflow: hidden!important;
	width: 100px;
  }


#logtable data {
	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:1em!important; */
	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;
}

.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: whitesmoke;
	color: black;
	text-align: center;
	font-size:.75em;
  }

}