html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #875645;
	padding: .5em;
	max-width:900px;
	margin: 0 auto;
}
body.popout {
	background-color: #94e5ff;
	background-repeat: no-repeat;
	background-image: url(Bigelows-1000-1080-50.jpg);
	background-position: top right;
	background-attachment: fixed;
}

/* ___dev additions */
button.accordion {
    background-color: yellow;
    color: black;
    cursor: pointer;
    padding: 1px;
	border: none;
    text-align: center;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
}

button.active, button.accordion:hover {
    background-color: orange;
}

div.panel {
    padding: 0 2px;
    display: none;
    background-color: white;
    border: thick outset yellow;
}
/*			end ___dev additions*/

div.AdminMessage {
	width: 100%;
	top: 0;
	font-size: x-large;
	text-align: center;
	color: black;
}

div.Message {
	top: 1em;
	width: 100%;
	text-align: center;
	color: navy;
	font-size: larger;
}

.MessageBlock {
	background-color: yellow;
	padding: .1em 1em .1em 1em;
}

div.error {

	width: -moz-min-content;
	width: -webkit-min-content;
	width: min-content;
	text-align: center;
	padding: .2em 1em;
	border: thin solid fuchsia;
	background-color: yellow;
	color: black;
}


div.delete {
	right: .2em;
	top:.2em;
	position: absolute;
}

div.center90 {
	width: 90%;
	text-align: center;
	padding-left: 5%;
	color: black;
}

.topright {
	position: absolute;
	right: 5px;
	top: 3px;
	text-align: right;
	z-index: 100;
	display: inline;
}

.toprightinside {
	position: absolute;
	right: 5px;
	top: 3px;
}


.return {
	position: absolute;
	right: 5px;
	top: 3px;
	text-align: right;
	display: inline;
	font-size: larger;
}

a.Button {
	background-color: #e1e1e1;
	border: 2px outset silver;
	padding: 1px 9px 2px 9px;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 10pt;
	color: Black;
	line-height: 24px;
}
Form.Login {


}

.BottomCenter {
	position: fixed;
	bottom: 2px;
	display: inline;
	left: 50%;
	transform: translateX(-50%);
	font-size: larger;
}

.ghost {
	background-color: transparent;
	color: Transparent;
	border: none;
	text-decoration: none;
}

.new {
	position: relative;
	top: -0.5em;
	font-size: 60%;
	background-color: #feff44;
	border: thin solid yellow;
}


input#SubmitReport {
	font-size: larger;
}




input.postit {
	font-size: larger;
	background-color: ButtonFace;
}
input.active {
	font-size: x-large;
	border: medium inset black;
	vertical-align: top;
}
input.active2 {
	border: medium inset black;
	vertical-align: top;
}

div.hint {
	border: thin solid gray;
	display: inline-block;
	margin: 0 1em;
	padding: .1em .3em;
	background-color: white;
	color: gray;
}
div.note {
	border: thin solid black;
	width: 80%;
	/*display: inline-block;*/
	margin-left: 10%;
	padding: .5em 1em;
	background-color: #f8f8ff;
	/*background-color: rgba(255,255,255,0.9);*/
}
.report {
	border: thin solid black;
	max-width: 98%;
	padding: 0 .1em;
	background-color: #f5f5f5;
}
.disabled {
	padding: 0 .3em;
	background-color: #f5f5f5;
	display: inline-block;
}

.workers {
	border: thin solid black;
	padding: 0 .1em;
	background-color: #f5f5f5;
	
}

	
.right {
	text-align: right;
}


.masthead{
	color: teal;
	padding: 3px 20px 3px 20px;
	/*max-width: 600px;*/
	width:100%;
	margin: 0 auto;
	text-align:center;
	
}
.nowrap {
	white-space:nowrap;
}

div#header{
height: auto;
display: block;
overflow: hidden;
}
div#logo{
max-height:100px;
float:left;
display: block;
}

a.so-premium-image-overlay-text:active, a.so-premium-image-overlay-text:hover, a.so-premium-image-overlay-text:link, a.so-premium-image-overlay-text:visited {
	color: white;
	text-decoration: none;
}


.no-td{
text-decoration: none;
}

div#title{
max-height:100px;
float:left;
display: block;
text-align:center;
}
div.content{
color:green;
}
.photoFrame{
	margin: 10px 2px 2px 2px;
	border: thin solid Black;
	text-align: center;
	display: inline-block;
}
.thumbnails {
	height: 80px;
	padding: 0;
}

div.worker {
	overflow-x: auto;
	width:98%;
	resize: none;	
	
}
table.worker {
	border-collapse: collapse;
	border-spacing: .2em;
	border: thin solid blue;
}

th.worker, td.worker {
  text-align: left;
  padding: 8px;
}

tr.worker:nth-child(even){background-color: #f2f2f2}

textarea {
  max-width: 100%;
}
form {
	display: inline;
}

/* these are repeated below for NON-Mobile changes*/
div#MainContainer {
	margin: 0;
	background-color: rgba(255,255,255,0.75);
	padding: .3em;
	position: relative;
}

textarea.resize {
	width:98%;
	overflow-y: hidden;
	resize: none;
}
tbody.districts, tr.districts, th.districts, td.districts, table.districts {
	background-color: transparent;

}
td.VA-top {
	vertical-align: top;
}
td.TA_rt {
	text-align: right;
}

.fixTableHead {
   overflow-y: auto;
   max-height: 30em;
   scrollbar-color: gray #edfcff;
}

.fixTableHead thead th {
   position: sticky;
   top: 0;
   background-color:#edfcff;
}

/* These are for NON-Mobile */
@media only screen and (min-width: 768px) {  

	 textarea.resize {
		height:2rem;
	}

	div#ReportContainer {
		padding: 0 10% 0 10%;
	}

	/* 
	END OF Generic Styling, for Desktops/Laptops 
	*/
} 




@media all and (max-width:768px) {
	.calculator tr {    display: table;  width:100%;    }               
	.calculator td {    display: table-row; }           
	.table {
		border-collapse:collapse;
	}
}

@media (max-width: 768px) {
	input.text {
	  display: block;
	  width: 90%;
	}

}

tbody.districts, tr.districts, th.districts, td.districts, table.districts {
	background-color: transparent;
}
td.VA_top {
	vertical-align: top;
	padding: 0.2em;
}
.Bc {
	border-collapse: collapse;
}

.outline {
	outline: teal solid thin;
	padding: 0.2em;
}

.Bt {
	border-top: thin solid teal;
}
.Bl {
	border-left: thin solid teal;
}
.Bb {
	border-bottom: thin solid teal;
}
.Br {
	border-right: thin solid teal;
}
.Fl {
	float: left;
}
.Fr {
	float: right;
}
.hrs {
	width: 4em;
	text-align: right;
}
div.PhotoContainer {
	padding: 0 3% 0 3%;
	text-align: left;
}
div.photoAdd {
	border: thin solid black;
	width: 80%;
	display: inline-block;
	margin-left: 5%;
	padding: .5em 1em;
	
	background-color: #f8f8ff;
	/*background-color: rgba(255,255,255,0.9);*/
}
div.photoAdd2 {
	display: inline-block;
	border: thin solid black;
	padding: .2em .2em;
	background-color: #f8f8ff;
	
}
.noseeum {
	background-color: transparent;
	border: none;
	position: fixed;
	top: -5em;
	left: -5em;
}
span.inactive {
	text-decoration: line-through;
}

span.active {
	color: fuchsia;
}

span.test {
	color: maroon;
}
span.nowrap {
	white-space: nowrap;
}

/* for photo load input */
.btn-outlined.btn-primary {
  color: #000;
}
.btn-outlined.btn-primary:active, .btn-outlined.btn-positive:active, .btn-outlined.btn-negative:active {
  color:#000;
}
.btn-block {
	/*display: block;
  width: 100%;*/
	padding: .1em .4em;
	margin: .1em;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: 100;
	border: thin outset gray;
	display: inline-block;
	background-color: ButtonFace;
}
/* end photo load input */


div.Recovery {
	margin: 0 2% 0 2%;
	background-color: rgba(255,255,0,0.75);
	padding: 5em;
	text-align: center;
}

div.photoframe {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  Text-align:center;	
}
.photoview {
	padding:3em;
	background-color:silver;
}
.button {
	background-color: Silver;
	border: 2px outset silver;
	padding: 1px 9px 2px 9px;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 10pt;
	color: Black;
	line-height: 24px;
}
.miss {
	background-color: yellow;
}
.dev {
	background-color: yellow;
	border: medium solid Pink;
}
.pink {
	background-color: pink;
}
#closePhoto {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	top:2em;
}

#viewPhoto {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-height: 90%;
	max-width: 90%;
	padding: 4%;
	background-color: silver;
}

.mono {
	font-family: Lucida Console, monospace;
	font-weight: 100;
}
input.up {
	background-image: url(arrow-up.png);
	width: 10px;
	height: 16px;
	font-size: 0px;
	border: none;
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-repeat: no-repeat;
}
input.dn {
	background-image: url(arrow-dn.png);
	width: 10px;
	height: 16px;
	font-size: 0px;
	border: none;
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-repeat: no-repeat;
}
.NoShow {
	display: none;
}

div#MainLowerRight {
	position: absolute;
	bottom: .2em;
	right: .2em;
}
.SafeRed {
	color: #d01c8b;
}

.VSAbody {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-height: 90%;
	max-width: 90%;
	padding: .5em;
	background-color: rgba(255,255,255,0.75);
}

.VSAred {
	white-space:nowrap;
	border: medium solid red;
}

.VSAgreen {
	white-space:nowrap;
	border: medium solid green;
}

body.VSA {
	background-color: #fcfcfc;
}


.good-table table{
	top: 0;
/*	height: 100%;*/
	overflow-y: auto;
	border-spacing: 0;
	margin: 0;
}

.good-table thead th{
	top: 0;
	position: sticky;
	background-color:  #eefcff;
	z-index: 200;
	min-height: 30px;
	height: 30px;
	text-align: left;
}



