﻿:root {
    --MainScreenWidth: 88%;
    --BeadCrumbRight:6%
}

body {
    width: 100%;
    font-family: Arial;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #F2F2F2;
}


/* RETRIEVE ILLUSTRATION CSS - NEED TO CLEAN UP? */
.Controls_SimplifyPopups /* CONTAINER FOR INDIVIDUAL CONTROLS AND THEIR LABELS */ {
    padding-bottom: 6px;
    width: 100%;
    vertical-align: middle;
}

.ControlCol_GetIll /* copydown link columns in modal popup arrays */ {
    width: 50px;
    margin: 0px;
}

    .ControlCol_GetIll a:link {
        color: blue;
        padding: 3px;
        background-color: transparent;
    }
    /* MAY VARY BY CLIENT */
    .ControlCol_GetIll a:visited {
        color: blue;
        padding: 3px;
        background-color: transparent;
    }
    /* MAY VARY BY CLIENT */
    .ControlCol_GetIll a:hover {
        color: black;
        padding: 3px;
        background-color: transparent;
    }
    /* MAY VARY BY CLIENT */
    .ControlCol_GetIll a:active {
        color: blue;
        padding: 3px;
        background-color: transparent;
    }

.DescriptionCol /* value columns in modal popup arrays */ {
    width: 350px;
    margin: 0px;
    text-align: left;
}

.PopupGrid /* Style for array grids inside modal popup */ {
    color: white;
    background-color: #549C3A; /* #006699;   #00FF00; MAY VARY BY CLIENT */
}

.GridRow /* Style for array grids inside modal popup */ {
    color: black;
    background-color: white; /*  #00FF00; MAY VARY BY CLIENT */
    border-top-style: solid;
    border-bottom-style: solid;
    border-width: 1px;
}

.AlternatingGridRow /* Style for array grids inside modal popup */ {
    color: black;
    background-color: lightgray; /*  #00FF00; MAY VARY BY CLIENT */
    border-top-style: solid;
    border-bottom-style: solid;
    border-width: 1px;
}

.GridFinePrint /* SIZE OF 2nd/3rd lines if print in GET grid */ {
    font-size: smaller; /* MAY VARY BY CLIENT */
}
/* RETRIEVE ILLUSTRATION CSS - NEED TO CLEAN UP? */



.pnl_TotalContent_Container {
    width: 100%;
    background-color: #F2F2F2;
    align-content: center;
}

.Header_Container100 {
    width: 100%;
    background-color: white;
    align-content: center;
    height: 87px;
    /* 
    padding-top: 27px;
    */
}

.Header_Container {
    width: var(--MainScreenWidth);
    margin-left: auto;
    margin-right: auto;
}

.PageHeader_Container100 {
    width: 100%;
    align-content: center;
    height: 40px;
    padding-top: 15px;
}

.PageHeader_Container {
    width: var(--MainScreenWidth);
    margin-left: auto;
    margin-right: auto;
}

.pnl_Page_Container {
    position: relative;
    width: var(--MainScreenWidth);
    background-color: #F2F2F2;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
}

.FooterContainer {
    width: 100%;
    background-color: darkblue;
    align-content: center;
}

.footer {
    padding-top: 18px;
    padding-left: 10px;
    color: white;
    font-size: 12px;
    width: var(--MainScreenWidth);
    background-color: darkblue;
    margin-left: auto;
    margin-right: auto;
    height: 75px;
}

.pnl_LeftDivCol {
    float: left;
    height: 100%;
     
    
}

.pnl_2ndDivCol {
    float: left;
    height: 100%;
}

.pnl_3rdDivCol {
    float: right;
    height: 100%;
}



.UnChosenGoalButtons {
    border-radius: 25px;
    border-width: 1px;
    text-align: center;
    font-family: arial, helvetica, sans-serif;
    padding: 10px 10px 10px 10px;
    font-weight: bold;
    width: 150px;
    height: 36px;
    background-color: transparent;
    color: black;
}

.ChosenGoalButtons {
    border-radius: 25px;
    border-width: 0px;
    background-color: #549C3A;
    color: #FFFFFF;
    text-align: center;
    font-family: arial, helvetica, sans-serif;
    padding: 10px 10px 10px 10px;
    font-weight: bold;
    width: 150px;
    height: 35px;
}

.NavButtons {
    border-radius: 25px;
    border-width: 0px;
    background-color: #549C3A;
    color: #FFFFFF;
    text-align: center;
    font-family: arial, helvetica, sans-serif;
    padding: 10px 10px 10px 10px;
    font-weight: bold;
    width: 150px;
    height: 35px;
}

.GoalButtons {
    border-radius: 5px;
    border-width: 0px;
    background-color: blue;
    color: #FFFFFF;
    text-align: center;
    font-family: arial, helvetica, sans-serif;
    padding: 2px 2px 2px 2px;
    font-weight: bold;
    font-size: 9px;
    width: 45px;
    height: 20px;
}

.GoalButtonNotEnabled {
    border-radius: 5px;
    border-width: 0px;
    background-color: lightgray;
    color: #FFFFFF;
    text-align: center;
    font-family: arial, helvetica, sans-serif;
    padding: 2px 2px 2px 2px;
    font-weight: bold;
    font-size: 9px;
    width: 45px;
    height: 20px;
}


.CloseGapButton {
    border-radius: 5px;
    border-width: 0px;
    background-color: blue;
    color: white;
    text-align: center;
    font-family: arial, helvetica, sans-serif;
    padding: 2px 2px 2px 2px;
    font-weight: bold;
    font-size: 11px;
    width: 65px;
    height: 20px;

}

.TextBoxContainer {
    width: 100%;
}

.MultipleQuotesNotes_Container {
    width: 270px;
}

.TextBoxes {
    border-radius: 8px;
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    width: 400px;
    height: 25px;
    border-width: 1px;
    padding-left:5px;
}


.TextBoxLabels {
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    padding-bottom: 3px;
}

.MultipleHeaderLabels {
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    font-weight:bold;
    padding-bottom: 3px;
}

.pnl_PageHeader_Container {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
}

.ErrorMessage {
    font-weight: bold;
    color: red;
 }

.pnl_GoalLabel_Container {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    padding-top: 8px;
}


.pnl_TopRightHeaderLinks_Container {
    position: relative;
    font-size: 12px;
    text-align: right;
    padding-bottom:8px;
}


.pnl_COWPage_Container {
    font-size:16px;
    font-weight:bold;
}

.pnl_BreadCrumb_Container {
    position: fixed;
    top: 100px;
    right: var(--BeadCrumbRight);
    border-radius: 15px;
    width: 160px;
    background-color: white;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    color: black;
    text-decoration: none;
    vertical-align: top;
}

.pnl_CloseTheGapHeader {

    font-size:16px;
    font-weight:bold;

}

.pnl_BreadCrumb_Container a {
    color: black;
    text-decoration: none;
    vertical-align: top;
}


.pnl_ResultsNavigation_Container {
    position:relative;
    border-radius: 15px;
    width: 850px;
    height: 35px;
    background-color: white;
    padding-left: 15px;
    font-size: 12px;
    font-weight: bold;
    vertical-align:middle;
}

.pnl_ResultsNavigation_Container a {
    color: black;
    text-decoration: none;
    vertical-align:top;
}
.divResultsLinks {
    width:135px;
    padding-left:30px;
}


.LinkNavButton {
    display: flex;
    align-items: center;
    height: 30px;
}

.pnl_ResultsHeader_Container {
    position: absolute;
    top: 0px;
    left: 325px;
    font-size: 24px;
    font-weight: bold;
    width:500px;
}

.pnl_SavingsGapChart_Container {
    float:left;
    margin-left:0px;
    align-content: center;
    border-radius: 15px;
    padding: 5px 5px 5px 5px;
    background-color: white;
    width: 575px;
}

.pnl_LifeFlatChart_Container {
    float: left;
    align-content: center;
    border-radius: 15px;
    padding: 5px 5px 5px 5px;
    background-color: white;
    width: 380px;
    font-size:15px;
}

.pnl_LifeLayerChart_Container {
    float: left;
    margin-left: 10px;
    align-content: center;
    border-radius: 15px;
    padding: 5px 5px 5px 5px;
    background-color: white;
    width: 380px;
    font-size: 15px;
}

.pnl_LifeIndividualChart_Container {
    float: left;
    margin-left: 10px;
    align-content: center;
    border-radius: 15px;
    padding: 5px 5px 5px 5px;
    background-color: white;
    width: 475px;
    font-size: 15px;
    border-width: 5px;
}

.pnl_FlatInsurancePremGrid_Container {
    float: left;
    margin-top: 20px;
    align-content: center;
    border-radius: 15px;
    padding: 5px 5px 5px 5px;
    background-color: white;
    width: 380px;
    font-size: 15px;
}

.pnl_LayeredInsurancePremGrid_Container {
    float: left;
    margin-top: 20px;
    margin-left: 10px;
    align-content: center;
    border-radius: 15px;
    padding: 5px 5px 5px 5px;
    background-color: white;
    width: 500px;
    font-size: 15px;
}

.pnl_MultipleQuotes_Container {
    float: right;
    align-content: center;
    border-radius: 15px;
    border-width: 2px;
    border-color: green;
    border-style:ridge;
    padding: 5px 5px 5px 5px;
    margin:10px;
    background-color: white;
    width: 800px;
    height: 200px;
    font-size: 15px;
 
}

.pnl_MultipleQuotesMessage_Container {
    float: right;
    align-content: center;
    padding: 5px 5px 5px 5px;
    margin: 10px;
    color: red;
    width: 800px;
    font-weight:bold;
    font-size: 15px;
}

.InsuranceQuote_SectionLeft {
    float: left;
    width: 22%;
    height:100%;
}

.InsuranceQuote_SectionRight {
    float: left;
    text-align: right;
    width: 33%;
    height: 100%;
    border-left:solid;
    border-left-width:1px;
    padding-left:5px;
}

.InsuranceQuote_SectionMiddle {
    float: left;
    text-align: center;
    width: 44%;
    height: 100%;
    font-size: 16px;
    border-left: solid;
    border-left-width: 1px;
}

.InsuranceQuotePremStyle {
    float: left;
    text-align:center;
    /* 
    width: 250px; 
    */
    width: 250px;
    font-size: 50px;
    padding-bottom: 10px;
}

.InsuranceQuoteFaceStyle {
    float: left;
    text-align: right;
    /* 
    width: 250px;
    */
    width: 37%;
    font-size: 18px;
    padding-bottom: 12px;
}

.InsuranceQuoteHeaderHeaderStyle {
    float: left;
    text-align: left;
    /* 
    width: 250px;
    */
    width: 250px;
    font-size: 16px;
}

.InsuranceQuoteHeaderStyle {
    float: left;
    text-align: left;
    /* 
    width: 250px;
    */
    width: 63%;
    font-size: 16px;
}

.LogoStyle {
    display:flex;
    align-items:center;
    justify-content:center;
    width: 100%;
    height: 50%;
}

.QuoteTypeStyle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50%;
}

.LeftFloaterPanel {
    float:left;
    left:0px;
}

.pnl_SavingsExplain_Container {
    float: left;
    margin-left: auto;
    margin-right: auto;
    width: 575px;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 5px;
}

.pnl_SavingsTable_Container {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
    border-radius: 15px;
    padding: 10px 10px 10px 10px;
    background-color: white;
    width:900px;
    font-size:11px;
}

.ResultAgeCol {
    /*
    width: 10px;
    margin: 0px;
    padding: 0px;
    text-align: right;
    border-width: .5px;
    border-style: solid;
*/
    display: flex;
    float: left;
    margin: 0px;ntb
    padding: 0px;
    border-width: .5px;
    border-style: solid;
    justify-content: right;
    
}

.GridColAge {
    width: 15px;
    margin: 0px;
    padding: 0px;
    text-align: right;
}

.GridColAmt {
    width: 45px;
    margin: 0px;
    padding: 0px;
    text-align: right;
}

.ResultAmountCol {
    /*
    width: 25px;
    margin: 0px;
    padding: 0px;
    text-align: right;
    border-width: .5px;
    border-style: solid;
*/
    display: flex;
    float:left;
 
}


.PleaseWaitPopUpContainer /* MODAL POP-UP CONTAINER */ {
    position:absolute;
    float:left;
    top:30%;
    left:50%;
}

.pnl_OldResults_Container {
    position: absolute;
    top: 700px;
    left: 0px;
}

.pnl_Progress_Container100 {
    width: 100%;
    background-color: white;
    height: 90px;
    padding-top: 15px;
    align-content: center;
    font-size: 13px;
}

.pnl_Progress_Container {
    width: var(--MainScreenWidth);
    margin-left: auto;
    margin-right: auto;
}


.pnl_NextButton_Container {
    float:left;
    width: 400px;
    padding-top: 15px;
}

.em {
    font-weight:bold;
    font-size:20px;
}

.de-em {
    font-weight: normal;
    font-size: 8px;
    color:lightgray;
}

.nextlinks {
    font-weight: bold;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.LinkButtonNAM {


}


.Controls_Labels /* CONTAINER FOR LABELS NEXT TO CONTROLS */ {
    padding-top: 15px;
    padding-bottom: 2px;
}


.ResultAgeCol /* age and year columns in modal popup arrays */ {
  margin: 0px;
    padding: 10px;
    text-align: right;
}

.ResultAmountCol /* value columns in modal popup arrays */ {
   margin: 0px;
    padding: 10px;
    text-align: right;
}

.divgridstyle {
    width: 400px;
    height: 200px;
    overflow: scroll;
    border: solid;
    border-width: 1px;
}

    .gridstyle td {
        padding: 2px 5px 2px 5px;
        text-align: right;
        font-size: 12px;
        max-width: 100px;
    }


.gridstyle th {
        padding: 2px 5px 2px 5px;
        text-align: right;
        font-size: 12px;
        max-width: 100px;
}


.PopUpContainer /* MODAL POP-UP CONTAINER */ {
    color: black; /* MAY VARY BY CLIENT */
    position: relative;
    border: 5px solid #549C3A; /* MAY VARY BY CLIENT */
    padding: 20px;
    background-color: #F2F2F2; /*  #00FF00; MAY VARY BY CLIENT */
    width: 100%;
    min-height: 120px;
    border-radius: 15px;
}


.ModalBackground /* Grayed underneath modal pop-up */ {
    background-color: gray; /* MAY VARY BY CLIENT */
    filter: alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity: 0.7;
}

.PopupContent /* Controls inside popupcontainer */ {
    position: absolute;
    width: 100%;
}

.Controls_CloseLink /* CONTAINER FOR LINK TO CLOSE POP-UP WINDOW */ {
    font-weight: bolder;
    text-align: right;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-right: 25px;
    margin-left: 25px;
    margin-top: 5px;
    font-size: 18px;
    
}

.PopUpContainer a:link {color:white; padding:3px;font-size:13px;}      /* MAY VARY BY CLIENT */
.PopUpContainer a:visited {color: white; padding: 3px;font-size:13px;}   /* MAY VARY BY CLIENT */   
.PopUpContainer a:hover {color:white; padding:3px;font-size:13px;}     /* MAY VARY BY CLIENT */ 
.PopUpContainer a:active {color:white; padding:3px;font-size:13px; }    /* MAY VARY BY CLIENT */

#scroller {
    position: fixed;
    right: 50px;
    top:300px;
    background: #CCC;
}

.Popup_Header /* UNDERLINED HEADER FOR EACH ROUNDED CONTROLS CONTAINER */ {
    text-align: left;
    font-size: 12px; /* medium; */
    font-weight: bolder;
    border-bottom: 1px solid black; /*  #006699; MAY VARY BY CLIENT */
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 2px;
    color: black; /* MAY VARY BY CLIENT */
}

.Popup_Controls /* CONTAINER FOR INDIVIDUAL CONTROLS AND THEIR LABELS */ {
    padding-bottom: 6px;
    width: 100%;
    vertical-align: middle;
}

.PopupAgeCol /* age and year columns in modal popup arrays */ {
    width: 32px;
    margin: 0px;
    text-align: right;
}

.PopupMoYrCol /* age and year columns in modal popup arrays */ {
    width: 75px;
    margin: 0px;
    text-align: right;
}

.PopupAmountCol /* value columns in modal popup arrays */ {
    width: 90px;
    margin: 0px;
    text-align: right;
}

.PopupControlCol /* copydown link columns in modal popup arrays */ {
    width: 100px;
    margin: 0px;
    color: white; /* MAY VARY BY CLIENT */
}

.PopupControlColLumpSum /* copydown link columns in modal popup arrays */ {
    width: 80px;
    margin: 0px;
    color: white; /* MAY VARY BY CLIENT */
}

.Controls_CheckboxesLinks /* CONTAINER FOR INDIVIDUAL CHECKBOX CONTROLS AND THEIR LABELS */ {
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
}

.Controls_CheckboxesLinksSelected /* STYLE WHEN CHECKBOXES ARE SELECTED */ {
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    color: black; /* MAY VARY BY CLIENT */
    background-color: yellow; /*  #DDDDDD; MAY VARY BY CLIENT */
}

.Controls_CheckboxesLinksSelected a:link {color: black;background-color: yellow;}
.Controls_CheckboxesLinksSelected a:visited {color: black;background-color: yellow;}
.Controls_CheckboxesLinksSelected a:hover {color: black;background-color: yellow;}
.Controls_CheckboxesLinksSelected a:active {color: black;background-color: yellow;}



