/* 
 * BackTestControl/webstyles.css
 * Style Sheet for website
 * © 2018 Extreme Binary
 */

:root
{ 
	display: block;
	font-family: Ariel, Helvetica, sans-serif;
	font-size: 100%;
}

body {
	-webkit-text-size-adjust: 100%;
	border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
	color: #ffffff;
	background-color: #000000;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

H2
{
	color: #ffffff;
}

DIV.page_header_panel
{
	position: fixed;
	z-index: 100;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 2rem;
	background-color: rgba(0,0,0,0.25);
}

DIV.page_header_back
{
	position: absolute;
	left: 1rem;
	top: 0.25rem;
	height: 1.5rem;
	font-size: 1.5rem;
	text-align: left;
	line-height: 1;
}

DIV.page_header_title
{
	position: absolute;
	/* left: 0rem; */
	right: 1rem;
	top: 0.25rem;
	/* width: 100%;*/
	height: 1.5rem;
	font-size: 1.5rem;
	text-align: right;
	line-height: 1;
	color: #cccccc;
}

A.page_header_link, A.page_header_link:visited
{
	text-decoration: none;
	color: #bbbbff;
}

A.page_header_link:hover
{
	text-decoration: none;
	color: #ffff00;
}

DIV.page_background
{
	position: fixed;
	z-index: 0;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	background-image: url(Images/background.jpg);
	background-size: cover;
	background-position: center 25%;
}

DIV.page_toolbar_panel
{
	position: fixed;
	z-index: 100;
	left: 0px;
	top: 2rem;
	width: 100%;
	/* height: 2rem; */
	padding: 0.25rem 1rem;
	background-color: rgba(0,0,0,0.15);
}

DIV.page_body
{
	padding-top: 3rem;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 10;
	/* background-image: url(Images/background.jpg); */
	/* background-size: cover; */
	/* background-position: center 25%; */
	background-color: transparent;
}

P.heading_err
{
	color: #ff0000;
	font-size: 1.25rem;
}

P.heading_form
{
	color: #ffff77;
	font-size: 1.25rem;
}

.form_label
{
	font-weight: bold;
	font-size: 100%;
}

A.form_data_link, A.form_data_link:visited
{
	text-decoration: none;
	color: #bbbbff;
}

A.form_data_link:hover
{
	text-decoration: none;
	color: #ffff00;
}

input.input_medtext
{
	font-size: 1rem;
	width: 15rem;
}

select.input_stdoption
{
	cursor: pointer;
	font-size: 1rem;
}

input.input_stdbutton
{
	cursor: pointer;
	font-size: 1rem;
}

button.input_stdbutton
{
	cursor: pointer;
	font-size: 1rem;
}

button.input_toolbutton
{
	cursor: pointer;
	font-size: 1rem;
	color: #ffffff;
	background-color: transparent;
	border: 0px solid black;
}

button.input_toolbutton:disabled
{
	cursor: default;
	color: #cccccc;
}

DIV.report_contain
{
	display: inline-block;
	border: 1px solid black;
	color: #ffffff;
	background-color: rgba(0,0,0,0.25);
}

DIV.report_scroll
{
	display: block;
	width: 100%;
	overflow-y: scroll;
	overflow-anchor: none;
	color: #000000;
	background-color: #ffffff;
}

TABLE
{
    margin-left: auto;
    margin-right: auto;
	font-size: 100%;
	border-collapse: collapse;
}

TABLE.report_table
{
	width: 100%;
    margin-left: 0;
    margin-right: 0;
}

TABLE.report_table_fixed
{
	width: auto;
	table-layout: fixed;
}

TD
{
	text-align: left;
}

TD.table_head
{
	font-size: 85%;
	font-weight: bold;
	padding: 0.05em 0.05em;
	margin: 0rem;
	line-height: 1.2;
}

TR.table_data_row
{
	background-color: #ffffff;
}

TR.table_data_row:nth-child(even)
{
	background-color: #eeeeee;
}

TR.table_data_row_highlight
{
	background-color: #eecc33;
}

TR.table_data_row_highlight:nth-child(even)
{
	background-color: #eecc33;
}

TR.table_data_row_highlight_light1
{
	background-color: #ffff99;
}

TR.table_data_row_highlight_light1:nth-child(even)
{
	background-color: #ffff66;
}

TR.table_data_row_highlight_light2
{
	background-color: #ccffcc;
}

TR.table_data_row_highlight_light2:nth-child(even)
{
	background-color: #99ff99;
}

TR.table_data_row_highlight_light3
{
	background-color: #ffff33;
}

TR.table_data_row_highlight_light3:nth-child(even)
{
	background-color: #ffff33;
}

TD.table_data
{
	font-size: 85%;
	font-weight: normal;
	padding: 0.10em 0.05em;
	margin: 0rem;
	line-height: 1.2;
}

TD.table_data_positem
{
	color: #009900;
}

TD.table_data_negitem
{
	color: #ff0000;
}

A.table_data_link, A.table_data_link:visited
{
	text-decoration: none;
	color: #0000bb;
}

A.table_data_link:hover
{
	text-decoration: none;
	color: #bb33bb;
}

