/* 
18.css

Copyright 2018 The Fire Horn, Inc.
All Rights Reserved

*/
body {
/*	color: #333e48; */
/*	color: #747e7f; */
	color: #444;
	padding: 0px;
	margin: 0px;
	font-family: Helvetica, sans-serif;
}
p, h6 {
}

.caption {
	font-size: 8pt;
}

#content p {
	line-height: 1.25em;
}
strong {
	font-weight: heavy;
}
a:hover {
	text-decoration: none;
}
a {
/*	color: #333e48; */
	color: #575f70;
	text-decoration: underline;
}
.footer_section {
	
}
p {
	margin-top: 10px;
}
h3 {
	margin: 0px;
}
#footer {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0px;
	font-size: 8pt;



}
#footer ul {
	padding-left: 12px;
	margin-top: 5px;

}
.footer_section {
	padding: 25px;

}

.app_box {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
}
.app_box br {
	clear: both;
}
.app_box img {
	cursor: pointer;
}

input {
	font-size: 14pt;
	border-radius: 5px;
	border: 1px solid #000;
	max-width: 90%;
	min-width: 250px;
}


.form_label {
	width: 200px;
	float: left;
}



input[type=button], input[type=submit] {
	-webkit-appearance: none;
	font-weight: 500;

}

.button:hover {
	background: #1886bd;
	transition: 1s;
}
.button {
	text-align: left;
	box-sizing: border-box;
	display: block;
	text-decoration: none;
	min-width: 120px;
	border: 0px;
	background: #136994;
	transition: 0.5s;
	color: #fff;
	padding: 12px;
	cursor: pointer;
	transition: 1s;

	font-weight: 900;

	margin: 12px;
	border-radius: 12px;
}

input[type=submit], input[type=button], .button {
	border: 0px;
	background: #136994;
	transition: 0.5s;
	color: #fff;
	padding: 12px;
	cursor: pointer;
}
input[type=button]:disabled:hover, input[type=submit]:disabled:hover {
	background: #777;
	cursor: no-drop;
}


input[type=button]:disabled, input[type=submit]:disabled {
	background-color: #777;
	color: #ccc;
}

input[type=submit]:hover, input[type=button]:hover {
	background: #1886bd;
}

#content {
	position: relative;
}


/* big */
@media only all and (min-width: 700px) {
	#content, #footer {
		top: 150px;
	}
	#header {
		position: fixed;
t		border-bottom: 5px solid rgba(20, 20, 20, 0.75);
		z-index: 3;
		top: 0px;
		color: #f2f2f2;
		height: 150px;
		width: 100%;
		align-items: center;
t		margin: 0px;
		box-sizing: border-box;

	}


	#header img {
		width: auto;
		height: 50%;
		margin-left: 75px;
		min-height: 25px;
	}
}

#header {
	display: flex;
	align-items: center;
	padding: 0px;
}

/* small */
@media not all and (min-width: 700px) {
	#content, #footer {
		top: 100px;
	}
	#header {
		position: fixed;
		z-index: 3;
		border-bottom: 5px solid rgba(20, 20, 20, 0.75);
		top: 0px;
		color: #f2f2f2;
		height: 100px;
		width: 100%;
		align-items: center;
		margin: 0px;
		box-sizing: border-box;

		justify-content: center;



	}

	#header img {
		width: auto;
		height: 50%;
		min-height: 25px;
	}

}


#main_section {
	position: relative;
	top: -250px;
	padding-top: 250px;
	margin-bottom: -250px;
	z-index: 1;
	box-sizing: border-box;
}

.content_section:nth-child(odd) {
	background-color: #e5e5e5;
}

.content_section:nth-child(even) {
	background-color: #f2f2f2;
}

.content_section_content {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1000px;

	padding-top: 75px;
	padding-bottom: 25px;

	padding-left: 25px;
	padding-right: 25px;
	box-sizing: border-box;



}
.content_section {
	/* min-height: 250px; */
	margin: 0px;
}
#content {
	margin: 0px;
	box-sizing: border-box;
}

.flex_content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
h1, h2, h3 {
}
h4, h5 {
}
sup {
	font-size: 8pt;
}
.rounded_dark {
	background: rgba(0, 0, 0, 0.55);
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 12px;
}
#sign_up:hover {
	background: rgba(255, 255, 255, 1);
	transition: 1s;
}
#sign_up {
	background: rgba(255, 255, 255, 0.85);
	transition: 1s;
}


.flexy {
	margin: 15px;
	max-width: 100%;
}

.form_msg {
	color: #f00;
	font-size: 10pt;
}



.signed_in:hover {
	background: #272;
	transition: 0.5s;
}
.signed_in {
	background: #494;
	transition: 0.5s;
}
.not_signed_in {
	background: #1886bd;
	transition: 0.5s;
}
.not_signed_in:hover {
	background: #136994;
	transition: 0.5s;
}
.unk_signed_in:hover {
	background: #777;
	transition: 0.5s;
}
.unk_signed_in {
	background: #999;
	transition: 0.5s;
}


#signin {
	padding-top: 12px;
	padding-bottom: 12px;


	color: #fff;
	font-weight: 900;
	text-align: center;
	display: flex;
	height: 42px;
	justify-content: center;
	align-items: center;
}

@media only all and (min-width: 700px) {
	#signin {
		padding-left: 25px;
		padding-right: 25px;

		border-radius: 5px;
		position: absolute;
		top: -115px;
		right: 25px;
		z-index: 4;
	}
}

@media not all and (min-width: 700px) {
	#signin {
		position: relative;
		width: 100%;
		z-index: 2;
	}
}

#menu {
	position: fixed;
	z-index: 2;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	height: 50px;
	max-height: 150px;
	margin: 0px;
	padding-left: 12px;
	width: 100%;
	background: rgba(68, 68, 68, 0.9);

}
.menu_item a {
	color: #fff;
}
.menu_item {
	color: #fff;
	float: left;
	padding: 12px;
}
.subtext {
	font-size: 10pt;
}


table.tfh-table {
        cursor: default;
        font-size: 10pt;
        width: 100%;
        background: #999;
        border-collapse: collapse;
        border-right: #b2b0ac 1px solid;
        border-left: #b2b0ac 1px solid;
}
.tfh-table tbody th {
	text-align: left;
}
.tfh-table thead {
        background: #e5e5e5;
        color: #444;
}
.tfh-table thead th {
        border-left: 1px solid #b2b0ac;
}
.tfh-table thead tr {
        border-top: #b2b0ac 1px solid;
        border-bottom: #b2b0ac 1px solid;
}
.tfh-table td a:hover {
        background-color: #E6EBF7;
	color: #005;
/*
	font-weight: 800;
        border-right: 1px solid #b2b0ac;

        margin-top: -5px;
        margin-bottom: -5px;
        margin-left: -6px;
        margin-right: -4px;

        padding-left: 6px;
        padding-right: 3px;
        padding-top: 5px;
        padding-bottom: 5px;
*/
}
.tfh-table td a {
	color: #4472b7;
        display: flex;
        align-items: center;
        margin: -5px;
        padding: 5px;
        width: 100%;
        height: 100%;
        text-decoration: none;
}
table.tfh-table td, table th {
        padding: 5px;
}
.tfh-table tbody tr {
        border-bottom: #b2b0ac 1px solid;
}

.tfh-table tbody tr:nth-child(odd) {
        background: #f9f9f9;
}

.tfh-table tbody tr:nth-child(even) {
        background: #f4f4f4;
}
.tfh-table tbody tr:hover {
        background: #eff2fa;
        box-sizing: border-box;
        padding-top: -10px;
        border-top: #222 1px solid;
        border-bottom: #222 1px solid;
}

