﻿/* Common CSS styles */
.aspNetDisabled[Disabled], .aspNetDisabled[Disabled]:hover {
    text-decoration: none;
    color: #888888
}

a:link {
    text-decoration: underline;
    color: #0066CC;
}

a:visited {
    text-decoration: none;
    color: #0066CC;
}

a:hover {
    text-decoration: underline;
    color: #0066CC;
}

a:active {
    text-decoration: none;
    color: #0000cc;
}

ul, ol {
    padding-left: 15px;
}

    ul ul {
        padding-left: 15px;
    }

        ul ul ul {
            padding-left: 15px;
        }

h1 {
    font-size: 1em;
}

h2 {
    font-size: 1em;
}

h3 {
    font-size: 1em;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 1em;
}

body, div, input, p, td, textarea
{
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

span[disabled]
{
    pointer-events: none;
    
    opacity: 0.7;
}

select
{
    font-size: 11pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: 23px;
    line-height: 24px;
    margin: 2px 0 2px 0;
    padding: 0px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
/* End hide from IE-mac */
/* End clearfix */
.menu
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
}

.boldGreenHeader
{
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: bolder;
    text-transform: capitalize;
    color: #006600;
}

.errorHeader
{
    /* font-family: Arial, Helvetica, sans-serif; */
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: medium;
    font-style: normal;
    font-weight: bolder;
    color: #fff;
    background-color: #854200;
}

    .errorHeader :first-child
    {
        align-self: center;
    }

.greyBodyCopy
{
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #585858;
    font-style: normal;
    font-weight: normal;
}

.boldGreyHeader
{
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #666666;
    line-height: 1;
}

.Quote
{
    color: #5b8b43;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 24px;
    line-height: normal;
}

.header
{
    color: #5b8b43;
    font-size: 32px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.message
{
    font-size: medium;
    padding: 6px;
}

a.link_sub:hover
{
    color: #585858;
    text-decoration: underline;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

a.link_sub
{
    color: #854200;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.green_text_sidebar
{
   /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 12px;
    font-weight: normal;
    color: #006600;
}

.brown_text_sidebar {
   /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 12px;
    font-weight: bold;
    color: #854200;
}

.green_text_sidebar_large {
   /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 14px;
    font-weight: bold;
    color: #006600;
}

.numbered_list_bold {
   /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

.numbered_list_grey {
   /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 12px;
    font-weight: normal;
    color: #666666;
}

.grey_text_sidebar {
   /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 12px;
    font-weight: bold;
    color: #999999;
}

.boldGreyHeader2 {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #666666;
    line-height: 1.75;
}

.boldGreyHeader3 {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #006600;
    line-height: 1.75;
}

.greyBody2 {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #585858;
    font-style: normal;
    font-weight: normal;
    line-height: 1.75;
}

p.footer {
    color: #111111;
    font-size: 8pt;
    letter-spacing: 0.1em;
    padding: 0px 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding: 4px 0px 0px 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#title
{
    font-size: 13pt;
    font-weight: bold;
    padding-left: 2px;
    color: #494949;
    /*border-right-style:solid;
	border-right-width:1px;
	border-left-style:solid;
	border-left-width:1px;*/
}

#titleSection {
    margin: 0;
    padding: 0px 0px 10px 0px;
}

#titleImage {
    float: left;
    margin: 0px;
    padding: 0px 6px 0px 0px;
}

#content {
    background-color: #FCFAE5;
    height: 100%;
    margin: 0 auto;
    min-height: 100%;
    text-align: left;
    vertical-align: top;
    /*width: 796px;*/
    /*height: 800px;*/
}

tr.top td {
    border-top: thin solid black;
}

tr.bottom td {
    border-bottom: thin solid black;
}

tr.row td {
    border-left: thin solid black;
    border-right: thin solid black;
    background-clip: padding-box
}

.blank_row {
    height: 5px !important; /* Overwrite any previous rules */
}

body > #content {
    /*height: auto;*/
}

input[type="text"], textarea
{
    font-size: 11px;
    *display: inline;
    background-color: #ffffff;
    border-radius: 4px;
    background-clip: padding-box;
    border: 1px solid #aaaaaa;
    overflow: hidden;
    height: 23px;
    line-height: 1;
    margin: 2px 0 2px 0;
    padding: 0 0 0 4px;
    color: #444444;
    text-decoration: none;
}

textarea
{
    padding-left: 4px;
    padding-top: 5px;
    line-height: 1.5;
}

input[type="submit"] {
    height: 23px;
}

#content > #paddedContent {
    /*height: auto;*/
}

html, body {
    height: 100%;
    margin: 0;
    min-height: 100%;
    padding: 0;
}

.NoLineBreak {
    white-space: nowrap;
}

.alternatingEndorsements {
    background-color: #dcdcdc;
}

.alternatingEndorsementsFontColor {
    color: Black;
}

.TabContainer {
    background-color: #F2F2F0;
    padding-left: 6px;
    height: 300px;
    margin-right: 20px;
    border: Solid 1px DarkGray;
    width: 120px;
}

.ViewContainer {
    margin-bottom: 5px;
}

.padded-div {
    padding: 2px 2px 2px 2px;
}

.inline-div
{
    display:inline;
}

.tableQA {
    width: 100%;
    padding: 0px;
    margin: 0px;
    border-right: 0px solid;
    border-top: 0px solid;
    border-left: 0px solid;
    border-bottom: 0px solid;
    border-collapse: collapse;
}

.cellQALabels {
    width: 24px
}

.alt0 {
    background: white;
}

.alt1 {
    background: #dcdcdc;
}

.tableRateSummarySection {
    border-right: gray 1px solid;
    border-bottom: gray 1px solid;
    background-color: white;
    border-left: gray 1px solid;
}

.policyHeader {
    background-color: #dcdcdc;
    border-right: dimgray 1px solid;
    border-top: dimgray 1px solid;
    border-left: dimgray 1px solid;
    border-bottom: dimgray 1px solid;
    border-collapse: collapse;
    border-spacing: 0px;
}

.validationErrorText
{
    font-size: 11px;
    color: Red;
}

.tdBorder {
    border-bottom: solid 1px gray;
    border-top: solid 1px gray;
    padding-bottom: 2px;
    padding-top: 2px;
    border-collapse: collapse;
    border-spacing: 0px;
}

.Endorsements {
    background-color: #ffffff;
}

.newVersionBorder {
    border-bottom: #FF0000 1px solid;
    border-top: #FF0000 1px solid;
    border-right: #FF0000 1px solid;
    border-left: #FF0000 1px solid;
}

.tdInfoVersionBox {
    background-color: #FF0000;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 3px;
    color: White;
}

.AmountsDisclaimer {
    width: 350px;
}

.DisclaimerText
{
    font-size: 11px;
}

.BoldDisclaimerText
{
    font-size: 11px;
    font-weight: bold;
}

.RedText
{
    color: red;
}

.tdColumnSpacing {
    width: 20px;
}

.tdHeaderBox {
    color: Black;
    font-size: 11px;
    font-weight: bold;
}

.tdHeaderBoxSmall
{
    font-size: 11px;
    font-weight: normal;
    float: right;
    margin: 0.25em 0;
}

.Title
{
    font-size: 13pt;
    font-weight: bold;
    padding-left: 2px;
    color: black;
    padding: 20px 0px 20px 0px;
}

.OverrideInProgress {
    background-color: Yellow;
}

.OverrideContainer {
    background-color: #dcdcdc;
}
/*Main width modifiers*/
.tblMain {
    width: 900px;
    text-align: center;
    border-spacing: 0px;
    padding: 0px;
}

.tblPrintPreviewMain {
    width: 570px;
}

.questiontd {
    padding: 0px 3px 0px 3px;
    width: 245px;
}

.GeneralQuestionTD {
    padding: 0px 3px 0px 3px;
    width: 35%;
}

.longquestiontd {
    padding: 0px 2px 0px 2px;
    width: 310px;
}


/*End width modifiers*/

/* Rounded Corner classes */
.rtop, .rbottom {
    display: block
}

    .rtop *, .rbottom * {
        display: block;
        height: 1px;
        overflow: hidden
    }

.r1 {
    margin: 0 5px
}

.r2 {
    margin: 0 3px
}

.r3 {
    margin: 0 2px
}

.r4 {
    margin: 0 1px;
    height: 2px
}

.background {
    background-color: gray;
    filter: alpha(opacity=10);
    opacity: 0.1;
}

.disabled {
    /* Dummy class for modal popup and control disable extenders */
    background-color: gray;
    filter: alpha(opacity=0);
    opacity: 0;
}

.LoadingPanel {
    background-color: #F2F2F0;
    border: Solid 1px DarkGray;
    width: 160px;
    padding: 15px 0px 12px 0px;
    z-index: 3000;
    position: relative;
}

.ListSearchPopupText {
    font-style: italic;
    color: GrayText;
}

/*Focus Extender classes*/
.LowLight {
    /*background-color: Transparent;*/
}

.HighLight {
    /*
	background-color: #BEBEBE;
	*/
    border-width: 2px;
    border-color: #da7926;
    border-style: solid;
}

.DropDownListHighLight {
    /*
	background-color: #BEBEBE;
	*/
    border-width: 2px;
    border-color: #da7926;
    border-style: solid;
}

.RowHighLight {
    font-weight: bold;
}

.HighLightRadioButtonList {
    /*
	background-color: #BEBEBE;
	*/
    border-width: 1px;
    border-color: #002854;
    border-style: solid;
}

.LowLightButton {
    font-weight: normal;
    width: 100px;
}

.HighLightButton {
    font-weight: bold;
    width: 100px;
}
/*End Focus Extender classes*/

/*Popup Extender classes*/
.popupControl {
    background-color: White;
    position: absolute;
    visibility: hidden;
}
/*End Popup Extender classes*/

/*RadioButtonList classes*/
.RadioButtonListTextBox {
    font-style: italic;
    color: GrayText;
}

.RadioButtonListTextBoxHighLight {
    border-width: 2px;
    border-color: #002854;
    border-style: solid;
    font-style: italic;
    color: GrayText;
}

.SearchResultsGrid {
    border-top: Solid 1px #cccccc;
    border-left: Solid 1px #cccccc;
    border-bottom: Solid 1px #cccccc;
    border-right: Solid 1px #cccccc;
}

.SearchResultsGridCell {
    border-top: Solid 1px #cccccc;
    border-left: Solid 1px #cccccc;
    border-bottom: Solid 1px #cccccc;
    border-right-width: 0px;
}

.SearchResultsGridViewButtonCell {
    border-top: Solid 1px #cccccc;
    border-left: 0px;
    border-bottom: Solid 1px #cccccc;
    border-right-width: 0px;
    padding-left: 10px;
}

.WatermarkText {
    vertical-align: middle;
    color: Gray;
}

#popupMask {
    position: absolute;
    z-index: 2000;
    top: 0px;
    left: 0px;
    opacity: .4;
    filter: alpha(opacity=40);
    /* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
    background-color: transparent !important;
    background-color: #333333;
    /* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
    background-image: none;
    background-repeat: repeat;
    display: none;
}

.radioButtonListHorizontal td {
    vertical-align: top;
}

.radioButtonListHorizontal label {
    margin-bottom: 4px;
}

/* Custom styling to combat improper wrapping of long radiobuttonlist labels */
.radioButtonListVertical td {
    vertical-align: top;
}

.radioButtonListVertical input {
    width: 20px;
    top: -1px;
    margin-top: 1px;
    margin-right: 15px;
    padding: 0px;
    vertical-align: top;
    *overflow: hidden;
    float: left;
}

.radioButtonListVertical label {
    width: 300px;
    display: block;
    float: left;
}

.checkBoxListVertical input {
    width: 20px;
    top: -1px;
    margin-top: 1px;
    margin-right: 15px;
    padding: 0px;
    vertical-align: top;
    *overflow: hidden;
    float: left;
}

.checkBoxListVertical label {
    width: 300px;
    display: block;
    float: left;
}
/* End */


.HiddenButton {
    display: none;
}

.EndoTreeLeafNodeStyle {
    max-width: 600px;
}

.EndoCheckBox {
}

.TreeViewHoverStyle {
    cursor: hand;
    background-color: #F2F2F2;
}

.tdErrorBox {
    background-color: Red;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 3px;
    color: White;
}

.ErrorBorder {
    border-bottom: Red 1px solid;
    border-top: Red 1px solid;
    border-right: Red 1px solid;
    border-left: Red 1px solid;
}

.DisclaimerPadding {
    padding-top: 3px;
}

.border {
    border: thin solid;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* DivTable.com */
.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
}

.divTableCell, .divTableHead {
    border: 1px solid #999999;
    display: table-cell;
    padding: 3px 10px;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

.divLink {
    cursor: pointer;
    font-weight: bold;
}

.hwt-container 
{
    background-color: #ffffff;
    width: 100%;
    border-radius: 4px;
    background-clip: padding-box;
    border: 1px solid #aaaaaa;
    overflow: hidden;
    height: 100%;
    margin: 2px 0 2px 0;
    padding: 0 0 0 0px;
}

.hwt-content
{
    width: 100%;
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    box-sizing: border-box;
    border: 1px none !important;
    line-height: 1.5;
    margin: 0px !important;
    color: inherit;
}

input.hwt-content[type="text"]
{
    line-height: 24px;
    padding-top: 0px;
}

.hwt-highlights {
    height: 100%;
}

.hwt-input {
    padding-left: 4px !important;
    padding-top: 4px !important;
    line-height: 1.5;
}

input.hwt-input[type="text"]
{
    line-height: 24px !important;
    padding-top: 0px !important;
}

.hwt-input:focus {
    outline-color: #495057;
}

.hwt-content mark
{
    border-radius: 4px;
    background-color: #FFBFBF;
    font-size: 11px;
    line-height: 1.5;
    /*	margin: 2px 0 2px 0;
	padding: 0 0 0 4px;
	color: #444444;
	text-decoration: none;
*/
}

label.required::after
{
    content: " *";
    color: red;
    font-weight:bold;
}

