﻿/* CSS For HEAS Application Web App */

ins {text-decoration: none;}

del {text-decoration: line-through;}

#HEASMain fieldset {
    position: relative;
    max-width: 100%;
    width: auto;
    padding: 10px;
    margin-bottom: 1.625em;
    background: #dddddd; 
    text-align:left;
}

ul, ol 
{
    margin: 0 0 1.625em 1.625em;
    text-align:left;
}

ul {list-style: square; padding: 0 0 0 1em;}

#HEASMain p 
{
    padding:0px 10px;
    margin-bottom: 1.625em;
}

#HEASMain legend {
    font-weight: bold;
    padding: 20px 0px 0px 0px;
}



#HEASMain 
{
    background-color:White;
    padding: 10px 30px;
    line-height:1.625em;
}

#HEASMain p 
{
    line-height:1.625em;
    text-align:left;
}

#HEASMain label 
{
    float:none;
    width:auto;
    text-align:right;
    font-weight:normal;
}

#HEASMain span
{
    text-align:left;
}
    

/* Tabular Display */

table {border-collapse: collapse; border-spacing: 0;}

table{margin-bottom: 1.625em; width: auto;}

table table,table table table{margin-bottom: 0; width: auto;}

th {
    padding: 10px 5px;
    background:#D3D3D3;
    color:black;
    text-align: left;
}

th a {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    padding-left: 5px;  
}

th a:hover{text-decoration: underline;}

tr.alt,tr.alt td{background: #dddddd;}

#HEASMain td
{
    text-align:left;
    padding: 5px 5px 5px 5px;
}

#HEASMain .form-table{}

#HEASMain .form-table input[type="text"],.form-table input.text{margin: 0;}

#HEASMain .questionaire td {padding:  0.825em 0.3;}

#HEASMain td.number {padding: 0 1.625em;}

td.bitradio {width:100px; vertical-align: top;}

td.bitradio-required {width:200px; vertical-align: top;}

td.indent 
{
    padding-left: 10px;
}






/*=Global Classes
************************************************************/

/* Next Button */



.notice {
    width: auto;
    padding: 10px;
    border: solid 1px #f4db1a;
    background: #fffed0;
    margin-bottom: 1.625em;
}

.error {
	width: 100%;
	clear: both;
	padding: 10px;
	background: #ffaaaa;
	color: #ff0000;
	margin-bottom: 1.625em;
	display: none;
}


.error_show {
	width: 100%;
	clear: both;
	padding: 10px;
	background: #ffaaaa;
	margin-bottom: 1.625em;
	color: red;
	margin-left: 10px;
}
.error ul {
    padding: 0 1.625em;
    margin: 0;
}

.error-text{color: #ff0000;}

#accterror, #acctduperror {
    margin-left: 0px;
    margin-bottom: 10px;
}

.strong{font-weight: bold;}

.mb
{
    margin-bottom: 1.625em;
    text-align:left;
    padding: 0px 10px;
}

.mb0{margin-bottom: 0;}

.alignleft{clear: none; float: left;}

.alignright{clear: none;float: right;}

.clear {
    clear: both;
    display: block;
    float: none;
    height: 0;
    width: 0;    
}

.hidden{display:none;}
.FilingPeriodMessage{text-align:left;font-size:1em;}

.rowhide {
	display: none;
}

.boxShadow {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .15);
}

.errPadding {
    padding-top: 20px;
}

.pbPoint5em {
    padding-bottom:.5em;
}

.bold {
    font-weight: bold !important;
}