
* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}
body {
	background-color: #112700;
	font-family: Inter, sans-serif;
	display: flex;
	flex-direction: column;
	height: 100%;
}

h1 {
	color: #f9dd34;
	margin: 12px;
}

h2 {
	background-color: #91ca82;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 2px;
}

h3 {
	margin-left: 4px;
	margin-top: 4px;
}

ul {
	list-style-type: square;
	margin-left: 30px;
	margin-top: 4px;
}
ul li {
	margin-bottom: 4px;
}

#mask {
	position: absolute;
	z-index: 9000;
	background-color: #000;
	display: none;
	opacity: 0.8;
	left: 0;
	top: 0;
}
.window {
	position: absolute;
	width: 540px;
	height: 260px;
	display: none;
	z-index: 9999;
	padding: 10px;
	border-style: solid;
	border-width: 5px;
	border-radius: 8px;
	background: #91ca82; /* Add Resource window body */
	border-color: #285c00; /* Add Resource window trim */
}
.lButton {
	padding: 0.4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
}
.searchInput {
	margin-top: 8px;
}

input.lButton[disabled] {
	color: #666;
	cursor: default;
}
input[type=text], input[type=password], input[type=submit], input[type=reset], input[type=button], textarea, button, select {
	border: 1px solid #99ccff;
	color: #000;
	font-size: 16px;
}
input.inactive {
	border: 1px solid #ccc;
	background: #fff;
	color: #999;
}
input.active {
	border: 1px solid #99ccff;
	background: #ffff66;
	color: #000;
}
input.lButton, button.lButton {
	background: #fff;
	color: #000;
	padding: 2px 5px;
	font-weight: 700;
	cursor: pointer;
	border-radius: 5px;
}
input[disabled] {
	background-color: #333;
}

#reportPercent {
	font-size: 36px;
	font-weight: bolder;
	text-align: center;
}

#reportInfo {
	margin-top: 4px;
}
#opaqueIcon {
	position: absolute;
	height: 64px;
	bottom: 0px;
	right: 0px;
}
.reportPage {
	background-image: url(images/parchment.jpg);
	background-repeat: repeat;
	color: #181717;
}
#accountExpiration {
	text-align: center;
}
#benefitsPage {
	margin: 8px;
	padding: 24px;
	border: 1px solid #285c00;
	border-radius: 8px;
	background-color: #ccc;
	color:rgb(24, 23, 23);
}
#paymentTable {
	width: 100%;
	padding: 12px;
	border: 1px solid #285c00;
	border-radius: 8px;
	background-color: #ccc;
}
#paymentTable td {
	padding-top: 8px;
}
#tokenSelect {
	font-size: 18px;
	font-weight: bold;
}

#helpPage {
	margin: 20px;
	flex: 1 0 auto;
}

.helpTopic {
	margin-top: 20px;
}

.aboutTopic {
	padding: 30px;
	font-size: 1.3em;
}

#summaryReport {
	background-color: #91ca82;
}

.summaryBox {
	margin: 6px;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-size: 12px;
	float: left;
	background-color: #285c00;
}
.smyIcon {
	height:32px;
	padding: 2px;
	vertical-align: middle;
}
.smyHeader {
	background-color: #626362;
	font-size: 28px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom: 1px solid #ccc;
}

.summaryBox table {
	width: 100%;
	border-collapse: collapse;
}
.summaryBox table th {
	background-color: #626362;
	font-weight: bold;
	font-size: 1.2em;
	border: 1px solid #333333;
	padding: 2px;
}
.summaryBox table td {
	border: 1px solid rgb(75, 150, 75);
	padding: 2px;
}
.reportLauncher {
	background-color: #626362;
	font-size: 18px;
	font-weight: 700;
	margin: 8px;
	padding: 8px;
	border-radius: 8px;
	border: 1px solid #ccc;
	cursor: pointer;
	width: 224px;
	height: 72px;
}
.reportLauncher img {
	height:64px;
	padding: 2px;
	vertical-align: middle;
}
.reportLauncher:hover {
	background: #125a9b;
	color: #d9f1f7;
}
.reportLauncherActive {
	background-color: #91ca82;
}
#csv_report {
	color: #d9f1f7;
	font-size: 24px;
	cursor: pointer;
}
#csv_report img {
	height:64px;
	padding: 2px;
	vertical-align: middle;
}
#csv_report:hover {
	background: #125a9b;
	color: #d9f1f7;
}
[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.2s;
    visibility: visible;
}
[data-title]:after {
    content: attr(data-title);
    background-color: #cfdd8f;
    color: #111;
    font-size: 16px;
    text-shadow: none;
	white-space: pre-wrap;
    min-width: 140px;
    position: absolute;
    padding: 1px 5px 2px 5px;
    bottom: -1.6em;
    left: 50%;
    box-shadow: 1px 1px 3px #222222;
    opacity: 0;
    border: 1px solid #111111;
    z-index: 99999;
    visibility: hidden;
}
[data-title] {
    position: relative;
}

.chainButton {
	cursor: pointer;
	max-width: 36px;
	margin-bottom:-4px;
}

.tableTop {
	padding: 4px 6px;
	transition: 0.3s;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
.statusList {
	width: 100%;
	table-layout: fixed;
	word-wrap: break-word;
	word-break: break-all;
	border: 1px solid #333333;
	border-collapse: collapse;
}
.statusList th {
	background-color: #626362;
	font-weight: bold;
	font-size: 1.2em;
	border: 1px solid #333333;
	padding: 2px;
}
.statusList td {
	border: 1px solid rgb(75, 150, 75);
	padding: 6px;
}
.statusList tr:nth-child(even){background-color: #fff; opacity: 90%;}
.statusList tr:nth-child(odd){background-color: #f2f2f2; opacity: 75%;}

.checkList li {
	font-size: 1.4em;
	list-style-image: url(images/checkGreen24.png);
}
.checkList {
	padding: 8px;
}
.inlineBlock {
	display: inline-block;
	zoom:1;
	*display:inline;
	/*height:16px;*/
}

.ghCol {
	float: left;
	position: relative;
}

.wrapper {
	min-width: 800px;
	width: 100%;
	position: relative;
	clear: both;
}

#leftNavContent {
	width: 25%;
	min-width: 200px;
}
#rightMainContent {
	width: 75%;
}

.footer {
	text-align: center;
	font-size: .9em;
	font-weight: bold;
	clear: both;
	width: 100%;
	border-top-style: solid;
	border-top-width: 1px;
	padding: 2px 0;
	flex-shrink: 0;
	background-color: #abc7a3;
}
.ghWidgetBox {
	position: relative;
	margin: 8px;
	padding: 4px;
	border-style: solid;
	border-width: 2px;
	border-radius: 4px;
}
.orphanBox {
	position: relative;
	margin: 8px;
	padding: 4px;
	text-align: center;
}
#supportBox a, .orphanBox a:visited, .orphanBox a:link, .orphanBox a:active {
	background: #29af58;
	color:#feee04;
}
#supportBox a:hover {
	background: #125a9b;
	color: #d9f1f7;
}
.orphanButton {
  border: 1px solid black;
  position:relative;
  font-weight: bold;
  border-radius: 8px;
  padding: 4px;
  margin-left: 8px;
  margin-right: 8px;
  top: -8px;
  font-size: 18px;
  text-decoration: none;
}
#bankProgress {
	text-shadow: 2px 2px 4px black;
}
.boxHeader {
	font-size: 20px;
	font-weight: bold;
}
#dfkrptTitle {
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.goldBorder {
	border: solid yellow 2px;
}
#member {
	font-size: 16px;
}
#loadingSection {
	width: 100%;
}
#loadingMessage a, #loadingMessage a:visited, #loadingMessage a:link, #loadingMessage a:active {
	color:#125a9b;
}
#loadingMessage a:hover {
	background: #125a9b;
	color: #d9f1f7;
}
#barMessage {
	text-align: center;
	vertical-align: middle;
	background-color:rgba(255,0,0,0.3);
}
#ethAddress {
	font-size: 24px;
	border-style: inset;
	border-radius: 8px;
	margin-top: 8px;
	margin-right: 8px;
}
.dateBox {
	font-size: 16px;
	border-radius: 4px;
	margin-right: 4px;
	float: right;
}
#dateSetBox {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 8px;
	margin: 16px;
}
.chainSelect {
	padding-right: 6px;
	border: none;
	float: left;
}
.chainSelect input[type="checkbox"] {
	opacity: 0;
	position: fixed;
	width: 0;
	display: none;
}
.chainSelect label {
	border: solid 2px grey;
	border-radius: 4px;
	padding: 5px;
	margin: 0px;
	height: 36px;
	float: left;
}
.chainSelect input[type="checkbox"]:checked + label {
    border: solid 2px yellow;
}

.multiToggle, #dateRangeSet {
	border: none;
}
.multiToggle input[type="radio"] {
	opacity: 0;
	position: fixed;
	width: 0;
}
.multiToggle label {
    display: inline-block;
    background-color: #91ca82;
    padding: 10px 20px;
    font-size: 16px;
	color:rgb(24, 23, 23);
    border: 2px solid rgb(24, 23, 23);
    border-radius: 4px;
	width: 80%;
}
.multiToggle input[type="radio"]:checked + label {
    background-color:#bfb;
    border-color: rgb(216, 238, 91);
	font-weight: bold;
}
.multiToggle input[type="radio"]:hover + label {
    border-color: #4c4;
}
.popSel {
	font-size: 24px;
	border-style: inset;
	border-radius: 8px;
	margin-top: 8px;
	margin-right: 8px;
}
.taxTable, .transactionTable {
	width: 100%;
	border-collapse: collapse;
}
.taxTable th, .transactionTable th {
	font-weight: bold;
	font-size: 1.2em;
	border: 1px solid #333333;
	padding: 8px;
}
.taxTable td, .transactionTable td {
	border: 1px solid #ddd;
	padding: 8px;
}
.summaryTable {
	width: 100%;
	border-collapse: collapse;
	color: #001101;
	background-color: #91ca82;
}
.summaryTable th {
	font-weight: bold;
	font-size: 1.2em;
	background-color: #626362;
	color: #d9f1f7;
	border: 1px solid #333333;
	padding: 8px;
}
.summaryTable td {
	border: 1px solid #ddd;
	padding: 8px;
}
.txIndicator {
	margin: 4px;
}
.txIcon {
	max-height:24px;
	float: right;
}

.tab-button {
	cursor: pointer;
	padding: 4px 6px;
	transition: 0.3s;
	font-size: 16px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #285c00;
}

.sectionHead {
	margin-top: 6px;
	text-align: center;
	font-weight: bold;
}

.lds-ripple {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
}
.lds-ripple div {
	position: absolute;
	border: 4px solid rgba(116, 116, 116, 0.5);
	opacity: 1;
	border-radius: 50%;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
	animation-delay: -0.5s;
}
@keyframes lds-ripple {
	0% {
		top: 7px;
		left: 7px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: 0px;
		left: 0px;
		width: 14px;
		height: 14px;
		opacity: 0;
	}
}

.lilaBox {
	float: right;
	position:relative;
	margin: 10px;
}
/* CSS talk bubble */
.talk-bubble {
	margin: 20px;
    display: inline-block;
    position: relative;
	width: 60%;
	height: auto;
	background-color: lightyellow;
}
.border{
  border: 8px solid #666;
}
.round{
  border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;

}

/* Right triangle placed top left flush. */
.tri-right.border.left-top:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: -40px;
	right: auto;
  top: -8px;
	bottom: auto;
	border: 32px solid;
	border-color: #666 transparent transparent transparent;
}
.tri-right.left-top:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: -20px;
	right: auto;
  top: 0px;
	bottom: auto;
	border: 22px solid;
	border-color: lightyellow transparent transparent transparent;
}

/* Right triangle, left side slightly down */
.tri-right.border.left-in:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: -40px;
	right: auto;
  top: 30px;
	bottom: auto;
	border: 20px solid;
	border-color: #666 #666 transparent transparent;
}
.tri-right.left-in:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: -20px;
	right: auto;
  top: 38px;
	bottom: auto;
	border: 12px solid;
	border-color: lightyellow lightyellow transparent transparent;
}

/*Right triangle, placed bottom left side slightly in*/
.tri-right.border.btm-left:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: -8px;
  right: auto;
  top: auto;
	bottom: -40px;
	border: 32px solid;
	border-color: transparent transparent transparent #666;
}
.tri-right.btm-left:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 0px;
  right: auto;
  top: auto;
	bottom: -20px;
	border: 22px solid;
	border-color: transparent transparent transparent lightyellow;
}

/*Right triangle, placed bottom left side slightly in*/
.tri-right.border.btm-left-in:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 30px;
  right: auto;
  top: auto;
	bottom: -40px;
	border: 20px solid;
	border-color: #666 transparent transparent #666;
}
.tri-right.btm-left-in:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 38px;
  right: auto;
  top: auto;
	bottom: -20px;
	border: 12px solid;
	border-color: lightyellow transparent transparent lightyellow;
}

/*Right triangle, placed bottom right side slightly in*/
.tri-right.border.btm-right-in:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: 30px;
	bottom: -40px;
	border: 20px solid;
	border-color: #666 #666 transparent transparent;
}
.tri-right.btm-right-in:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: 38px;
	bottom: -20px;
	border: 12px solid;
	border-color: lightyellow lightyellow transparent transparent;
}

/*Right triangle, placed bottom right side slightly in*/
.tri-right.border.btm-right:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: -8px;
	bottom: -40px;
	border: 20px solid;
	border-color: #666 #666 transparent transparent;
}
.tri-right.btm-right:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: 0px;
	bottom: -20px;
	border: 12px solid;
	border-color: lightyellow lightyellow transparent transparent;
}

/* Right triangle, right side slightly down*/
.tri-right.border.right-in:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: -40px;
  top: 30px;
	bottom: auto;
	border: 20px solid;
	border-color: #666 transparent transparent #666;
}
.tri-right.right-in:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: -20px;
  top: 38px;
	bottom: auto;
	border: 12px solid;
	border-color: lightyellow transparent transparent lightyellow;
}

/* Right triangle placed top right flush. */
.tri-right.border.right-top:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: -40px;
  top: -8px;
	bottom: auto;
	border: 32px solid;
	border-color: #666 transparent transparent transparent;
}
.tri-right.right-top:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: -20px;
  top: 0px;
	bottom: auto;
	border: 20px solid;
	border-color: lightyellow transparent transparent transparent;
}

/* talk bubble contents */
.talktext{
  padding: 1em;
  text-align: left;
  line-height: 1.5em;
  color: black;
  font-family: 'Courier New', Courier, monospace;
}

.talktext p{
  /* remove webkit p margins */
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}