/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Lato, sans-serif;
	color: #222324;
	line-height: 1.6;
  	background-color: #fff;
}
.content {
	margin: 0;
	padding: 6em 3em 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  line-height: 1.2;
  color: #242424;
  margin-top: 0;
  margin-bottom: .5rem;
}

header {
	margin: 0;
	padding: .5em;
	width: 100%;
	border-bottom: solid 2px #888;
	background-color: rgba(200,200,200,.95);
	position: fixed;
	display: flex;
	flex-direction: row;
	justify-content:flex-start;
	align-items: center;
	align-content: stretch;
}

.bannerheader, .teamworkheader {
	flex: 50%;
}

.bannerlogo {
	width: 10vw;
	flex: 1 auto;
}

.teamworkheader {
	width: 100%;
	flex: 2 auto;
	text-align: right;
	margin-right: 2em;
}

.teamwork {
	height: 48px;
}

.teamtext {
	font-size: 1.5em;
	margin: auto 0;
	font-variant: small-caps;
	font-weight: 700;
	color: #aaa;
	text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5);
}

#replacefunction, #boolean, #stripformatting {
		width: 50vw;
}

hr {
	width: 75vw;
	margin: 2em 0;
}

label {
	display: block;
	margin: 0 .2em;
}

.textbox {
	border: solid 1px #aaa;
	border-radius: 5px;
	width: 90%;
	padding: .2em .3em;
}

.textbox:focus {
	border: solid 1px #720001;
}

.addrowbutton, .deletebutton, #reset {
	border: solid 1px #aaa;
	border-radius: 5px;
	padding: 1px 5px;
	font-size: 1rem;
	background-image: #fff;
	margin-bottom: 0;
	margin-top: auto;
}

#reset {
	font-size: .7rem;
	padding: .3em 1em;
	display:block;
	margin: 1em 0 auto auto;
	
}

.addrowbutton{	
	position: absolute;
}

.addrowbutton:hover, .addrowbutton:focus, #reset:hover, #rese:focus {
	background-image: linear-gradient(#fff, #AEC6A7);
}

.deletebutton:hover, .deletebutton:focus {
	background-image: linear-gradient(#fff, #D7B2B2);
}

#generatebutton {
	margin: 2em 0;
	border: solid 1px #aaa;
	border-radius: 5px;
	padding: 1em 2em;
	font-size: 16px;
	background-image: #fff;
}

#generatebutton:hover {
	background-image: linear-gradient(#fff,#C8D9C8);
}

table {
 width: 100%
}

.tdvalue, .tdtvalue {
	width: 45%;
	margin: 0;
	padding: .01em .5em;
}
.tdbutton {
	width: 10%;
}

#tblBody tr td {
	border-bottom: solid 1px #aaa;
}

.SelectsTable {
	border: solid 1px #aaa;
	border-radius: 5px;
}

#tblSelects thead {
	font-weight: bold;
}

#generatedexpression, #BooleanReplace, .textarea {
	width: 100%;
	border: solid 1px #aaa;
	border-radius: 5px;
}

.nobullet {
	list-style-type: none;
}

.menu {
	display: flex;
	margin: 0 0 3em 0;
	padding: 0;
}

#btnTop {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 1em; /* Place the button at the bottom of the page */
  right: 1.5em; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #ccc;
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 1em 1em .75em; /* Some padding */
  border-radius: 50%; /* Rounded corners */
  font-size: 1.25em;
}

#btnTop:hover, #btnTop:focus {
	background-image: linear-gradient(#ccc,#F5A6A6);
}

table { width: 80%; font-family: "Lato"; font-weight: 300; }
table tbody tr td, table tbody tr th { text-align: left; }
table tbody tr td:first-child { width: 33%;}
table tbody tr td:last-child { width: 55%;}
table tbody tr th { background-color: #ccc; text-transform: uppercase; font-size: .8em;}
table tbody tr:nth-child(2n+2){	background-color:#F2F2F2; }
.interface_subsection { 
	text-align: left; 
	text-transform: uppercase;
	font-size: .8em;
	color: #760000; 
	background-color: #ddd;
	border-bottom: solid 1px #760000;
	font-weight: 400;
}