﻿div, h1, h2, h3, h4, p, ul, ol, li, form, fieldset, table, td, th {
	margin:0;
	padding:0;
	}
	
ul{
	list-style:none;
	}
	
html {
	font-size: 62.5%;
	}

body { 
	font-family:  Arial, Helvetica, sans-serif;
	font-size:1.2em;
	margin:0;
	padding:.5em 1.5em 1.5em 1.5em;
	min-width:730px;	
	background:#FFF;
}


H1
{
    COLOR: #999999;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 18pt
}
H2
{
    COLOR: #66cdaa;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 16pt
}
H3
{
    COLOR: #c0c0c0;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 14pt
}
H4
{
    COLOR: #c0c0c0;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 12pt
}



.Warning
{
    COLOR: #008b8b;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 10pt
}
.Little
{
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt
}
.Tiny
{
    FONT-FAMILY: Verdana;
    FONT-SIZE: 4pt
}
.Footer
{
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
    text-align:center;
}

.FormField
{
    COLOR: Green;
    FONT-FAMILY: Verdana;
    font-size:1.0em;
}

a:link {
 	color: Blue;
}
a:hover {
	color:#f6952e;
}

input.large
{
	width:300px;	
}
input.medium
{
	width:250px;
}
input.small
{
	width:193px;
}
input.tiny
{
	width:150px;
}
select.large
{
	width:300px;	
}
select.medium
{
	width:250px;
}
select.small
{
	width:200px;
}
select.tiny
{
	width:100px;
}

.SectionHeader{
	clear:both;
	background:url(img/navbar_bg.png);
	float:left;
	width: 100%;
	position:relative;		
}

.SectionTitle
{	
	padding:5px 15px 5px 15px;
	color: White;
	font-weight:bold;
	position:relative;
	text-decoration:none;
}

.FieldTable
{
	background-color:#F5FFFF;
	border-right:solid 1px; 
	border-bottom: solid 1px; 
	border-top: solid 1px; 
	border-left: solid 1px;
}


.groupHeaderLarge {
	position: absolute;
	top: 2.5%;
	left: 45%;
	font-family: Verdana;
	font-weight: bold;
	font-size: large;
	font-style: italic;
}

.groupHeaderMed {
	position: absolute;
	top: 2.5%;
	left: 42%;
	font-family: Verdana;
	font-weight: bold;
	font-size: large;
	font-style: italic;
}

.groupHeaderSmall {
	position: absolute;
	top: 2.5%;
	left: 40%;
	font-family: Verdana;
	font-weight: bold;
	font-size: large;
	font-style: italic;
}

.required-field {
	color: red;
	float: Right;
}


.loginTable {
	margin: auto;
}

.mfaheader {
	font-weight: bold;
	color: green;
	font-size: 2em;
	margin: 10px 0;
}

.mfasubheader {
	background-image: linear-gradient(to bottom right, #ecec, transparent);
	height: 30px;
	border: solid 1px #ecEC;
	font-weight: bold;
	padding: 20px 20px 20px 10px;
	font-size: 1.2em;
}

.auth-row {
	margin: 30px 0;
	font-size: 1.2em;
}



/* Button style */

.button-7:not(:disabled) {
	background-color: #0095ff;
	border: 1px solid transparent;
	border-radius: 3px;
	box-shadow: rgba(255, 255, 255, .4) 0 1px 0 0 inset;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.15385;
	margin: 0;
	outline: none;
	padding: 8px .8em;
	position: relative;
	text-align: center;
	text-decoration: none;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	vertical-align: baseline;
	white-space: nowrap;
}

.button-7:hover:not(:disabled), .button-7:focus:not(:disabled) {
	background-color: #07c;
}

.button-7:focus:not(:disabled) {
	box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
}

.button-7:active {
	background-color: #0064bd;
	box-shadow: none;
}

.row {
	display: flex;
}

	.row .col {
		text-align: center;
		padding: 0px 100px;
	}

.error {
	color: red;
	font-weight: bold;
	font-size: 1.2em;
}

#divLogin {
	padding: 30px;
	border: solid 1px #888;
	border-radius: 15px;
	background-color: #E9EAED;
	width: 480px !important;
}

	#divLogin table {
		margin: auto;
	}

		#divLogin table tr {
			height: 30px;
		}

	#divLogin input[type=text], #divLogin input[type=password] {
		border-radius: 5px;
		width: 250px !important;
		height: 30px;
		margin: 5px 0px;
	}

	#divLogin label {
		font-weight: bold;
		/*font-size: 1.2em;*/
		margin-right: 5px;
		text-align: right;
	}

.loginHeader {
	margin-bottom: 30px;
	color: black;
}

	.loginHeader .headerRow {
		font-weight: bold;
		font-size: 1.2em;
	}

.center-align {
	text-align: center;
}

.upper-case {
	text-transform: uppercase;
}