@charset "utf-8";
/*
Designer: KLP
File: app_styles.css
Date: 9/17/21b

*/
/*----- body styles -----------------------------------------------------------*/
body{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	background-color: blanchedalmond;
	margin: 0px;

}
/*----- masthead styles -----------------------------------------------------------*/
#masthead{
	height: 90px;
	background-color: black;
	color: white;
	padding-top: 5px;
	border-bottom: thick #D7D024 solid;
}

#mastheadText{
	float: left;
}

#mastheadText h1, h3{
	margin: 0px;
}

#mastheadText h1{
	margin-top: 10px;
}

#masthead #mastheadIcon{
	float: left;
	margin-right: 0px;
	height: 100px;
	cursor:pointer;
}

#mastheadText h3{
	margin-top: 5px;
	font-style: italic;
}

img#tnt-sb-logo{
	width: 60px;
	height: auto;
	margin-top: 20px;
	margin-right: 10px;
}

#masthead img#cssImgBtn, img#tnt-sb-logo{
	float: right;
	cursor: pointer;
}

/*----- appContent styles -----------------------------------------------------------*/
main#appContent{
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 20px;
	font-size: 1.2em;
}

details{
	margin-bottom: 5px;
}

div#background{
	background-color: white;
	padding: 10px;
	border-radius: 20px;
}

details div{
/*	width: 500px;*/
	width: 80%;
}

a {
	font-weight: bolder;
	color:brown;
	text-decoration: none;
}

table#bitsTable, table#statsTable{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	border:thin gray solid;
	border-collapse: collapse; /*dwr! must be applied at table level*/
}
			
table#bitsTable td, table#statsTable td{
	border: thin gray solid;
}

table#statsTable{
	margin-bottom: 50px;
}

table#statsTable th, table#statsTable td{
	padding-left: 10px;
	padding-right: 10px;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	text-align: right;
}

table#statsTable th{
	max-width: 80px;
	text-align: center;
}

table#bitsTable tr:first-child, table#statsTable tr:first-child{
	color: white;
	background-color: black;
}
			
table#bitsTable tr{
	text-align: center;
	background-color: #7FBBFA;
}

table#statsTable tr{
	text-align: center;
	background-color: beige;
}
			
tr#bulbs img{
	width: 64px;
	height: 64px;
	cursor: pointer;
}

.signBit{
	background-color: crimson;
	color: white;
}

.unequal{
	color: red;
}

.equal{
	color: green;
}

p#sumBitsPara, p#targetValuePara, p#clickCountPara, p#etimePara{
	text-align: center;
	font-size: 2em;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}

p#targetValuePara{
	color: blue;
	font-style: italic;
	margin-bottom: 5px;
}

p#sumBitsPara{
	display:inline;
}

p#clickCountPara{
	font-size: 1em;
	color: gray;
	margin-top: 0px;
	font-style: italic;
}

p#etimePara{
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	color: gray;
	font-style: italic;
	font-size: 1em;
}

.elapsed-time-text {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div#panel, div#results{
	text-align: center;
	margin-top: 10px;
}

img#congrats{
	width: 48px;
	margin-left: 20px;
}

button#goBtn{
	width: 100px;
	padding: 10px;
	background-color: #009900;
	color: white;
	font-size: 1.1em;
	border-radius: 10px;
	cursor: pointer;
}

/*https://www.w3schools.com/howto/howto_css_center_button.asp*/
div.container {
	margin-top: 20px;
  height: 50px;
  position: relative;
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*----- widgit styles -----------------------------------------------------------*/

