*, *:before, *:after {
    box-sizing: border-box;             /* IE8 and up, plus all others except the next two */
    -moz-box-sizing: border-box;        /* Firefox still needs this */
    -webkit-box-sizing: border-box;     /* iOS4 and below, Android 2.3 and below */
}
html, body {
	min-height: 100%;
	background: #FFF;
	font-family: notosans-regular, Arial, sans-serif;
}
h1 {
    font-size: 40px;
    color: #333;
    font-weight: bold;
    margin: 0px;
    text-align: center;
}

h2 {
    position: relative;
    text-align: center;
    margin-top: 0;
}

h2 span {
    font-size: 40px;
    background-color: #fff;
	background-color: transparent;
    font-weight: bold;
    color: #3696CF;
    position: relative;
    z-index: 1;
}

h2:before {
    content: "";
    left: 0;
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
}
h3 {
    font-size: 30px;
    /* color: #0DB3AF; */
	color: #0A1984;
    margin-top: 0;
    line-height: 1.3;
}

.marg0b		{margin-bottom: 0;}
.marg15t	{margin-top: 15px;}
.marg15b	{margin-bottom: 15px;}
.marg30b	{margin-bottom: 30px;}

.nowrap {white-space: nowrap;}
.noshow {display: none;}

.font-bold {font-weight: bold;}
.font-ital {font-style: italic;}
.footnote {font-size: 12px; font-style: italic;}

.debug {font-size: 11px; color: red; font-weight: bold; text-align: center; margin-left: auto; margin-right: auto;}
.debug span {font-weight: normal; color: #333;}

.clear {clear: both;}


.salaryBandText {
	margin-top: 40%;
}
.dolVal {
	padding-left: 5px;
}


.legend {
    margin: 0 auto;
}
.legendAdjust {
	margin-top: 80px;
}
.legendText {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 12px;
}


.hcGauge {
/* 	float: right; */
/* 	max-width: 450px; */
	cursor: pointer;
}
.circle, .circleRed, .circleGreen, .circleOrange , .circleYellow, .input-network-1, .input-network-2, .input-network-3{
	
	cursor: pointer;
	/* width and height can be anything, as long as they're equal */
}

/* General Styles */
.no-padding {
	padding-left: 0px !important;
	padding-right: 0px !important;
}


#customDetails {
	/* background-color: #F1F1F1; */
	margin-top: 30px;
}
.custom_table_intro_text {
	margin-bottom: 30px;
	margin-top: -50px;
	margin-left: 15px;
	margin-right: 15px;
}

.custom_table_disclaimer_text {
	margin-bottom: 30px;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
}

.hcmImage {
	width: 454px;
	height: 166px;
	margin-left: -80px;
}
.hcmTitle {
	font-size: 40px;
	color: black;
	font-weight: normal;;
}

a.input-title-help {
	text-decoration: none;

}


/* main containers / content */
#container {
	margin-bottom: 15px;
	background: transparent;
}

#content {
	/* min-height: 800px; */
	margin-bottom: 20px;
}

/*****************
	Header 
******************/
.page-header {
	border-bottom: 0;
	padding-bottom: 0;
	margin: 0;
}

/* Navigation Bar */
.navbar {
	line-height: 50px;
	margin: 0;
	background: white;
	border-radius: 0;
	color: #fff;
	font-style: italic;
	text-align: right;
	padding-right: 15px;
	z-index: 1;
}
.navbar span.help-icon {
	line-height: 50px;
	font-size: 22px;
}
.navbar span.text {
	margin-top: 5px;
}
.navbar a {
	color: #fff;
	font-style: italic;
	vertical-align: middle;
	padding-left: 20px;	
}

.header-well {
	margin: 0px 0px 30px 0px;
	padding: 30px;
	background-color: #B3DFFF !important;
	
	/* width: 1170px; */
	width: 100%;
	float: right;
	/* background-position: right 10px top; */

}
.toggleYear {
    text-decoration: underline;
    cursor: pointer;
    /* margin-left: 25px; */
}
.banner {
	background: url(/2026/assets/img/banner2.png) no-repeat right;
	/* width: 100%;
	float: right;
	display: block */
}
.header-well hr {
	margin-top: 32px;
	border-top: 2px solid #333;
}

.header-well .row {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}

.header-well .subtitle {
	text-align: center;
	color: gray;
}

.header-well h1 {
	font-family: notosans-regular, Arial, sans-serif;
	color: white;
    font-weight: inherit;
    text-align: left;
	
}
#assumptions {
	display: none;
}
.tooltip-inner {
	
}
.tooltip-inner {
	text-align: left !important;
	max-width: 300px !important;
	color: #000 !important;
	text-align: center;
	background-color: #D1EFF0 !important;
	font-size: 10px;
}
.progress {
	height: 30px;
    border-radius: 0px;
	padding: 4px;
    background: #EAF9F8;
	display: none;
}
.progress-bar {
	width: 14.25%;
	border-left: 5px solid #e9f8f8;
	background: #EAF9F8;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none !important;
	display: none;
}
.progress-bar.active {
	display: block;
	background: #8ADBD5; /* Old browsers */
	border: none;
	border-left: 5px solid #e9f8f8;
}

.progress-bar:first-child {
	border-left: none;
}
.resultsTable1 {
	margin-top: 30px;
}
.resultsTable1>tbody>tr>td {
	border-top:none;
	padding: 10px;
}
/************************
	Body
************************/
.page-body {
/* 	min-height: 550px; */
}

.highcharts-container {
	margin: 0 auto;
  }

/* TABLE 1 Results page */
.results1TableHeader, .results1TableHeaderCopay {
    background-color: #008ff8 !important;
	font-family: notosans-bold, Arial, sans-serif !important;
    color: white !important;
    font-weight: bold !important;
	padding: 5px 10px;
}
.results1TableHeaderCopay {
    background-color: #0DBDBA !important;
}
.results1TableCellsCopay {
    background-color: #A8E0E4 !important;
}
.inlineImg {
	display: inline !important;
	margin-right: 15px;
}
/* TABLE 3 Results page */
.results2TableHeader, .results2TableHeaderCopay {
    background-color: #008ff8 !important;
	font-family: notosans-bold, Arial, sans-serif !important;
    color: white !important;
    font-weight: bold !important;
	padding: 5px 10px;
}
.results2TableHeaderCopay {
    background-color: #0DBDBA !important;
}
.results2TableCellsCopay {
    background-color: #A8E0E4 !important;
}



.input-title, .input-subtitle {
	font-family: notosans-regular, Arial, sans-serif;
    font-size: 24px;
    color: #333;
    margin: 0px;
	padding: 18px;
	text-align: center;
	/* text-transform: uppercase; */
}
.input-subtitle {
    color: #0DBDBA;
}
.input-titleBoxTop {
	border-width: 1px;
	border-color: #008ff8;
	border-style: solid;
	height: 160px;
	margin-right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.input-titleBoxBot {
	border-width: 1px;
	border-color: #008ff8;
	border-style: solid;
	height: 160px;
	margin-left: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* results page */
#resultsDetail1, #resultsDetail2 {
	background-color: white;
	color: #333;
	margin-right: -15px !important; 
    margin-left: -15px !important;
}
#resultsDetail2 {
	padding-top: 20px;
}
.fmrtable tr td {
	color: #333;
	text-align: right;
	background-color: #F1F1F1;
	width: 25%;
	border-color: white;
	font-size: 14px;
	border-top: none !important;
	padding: 5px 10px;
}
.fmrtable tr td:nth-child(1) {
	color: #333;
	text-align: left;
	border-color: transparent;
	font-size: 14px;
}
.resultsDetailBtn {
	font-size: 18px;
    font-weight: normal;
    text-align: center;
	background-color: #0DBDBA;
	color: white;
	padding: 15px;
	margin-top: 15px;
}
.resultsDetailBtn a {
	color: white;
}
results {
	font-size: 16px;
	padding: 8px;
	color: #333;
	background: #ddd;
}

.results-green {
	font-size: 24px;
	color: #6bb436;
}
.no-gutter {
	margin-right: -15px !important; 
    margin-left: -15px !important;
}
.results-output {
	font-size: 30px;
	color: #6bb436;
	padding: 3px;
	background: white;
}



/* Landing Page */
.landing-intro {
	text-align: center;
	font-style: italic;
	font-size: 16px;
	color: #5E5E5E;
}
.landing-block, .input-block, .input-blockhsa, .input-blockhsaInput, .input-custom, .input-blockHCA {
	margin-top: 20px;
	margin-bottom: 10px;
	min-height: 190px;
	padding: 15px 5px 15px 5px;
}

.input-network {
	margin-top: 20px;
	margin-bottom: 10px;
	min-height: 80px;
	padding: 15px 5px 15px 5px;
}

.input-blockHCA {
	border: none !important;
}
.landing-block:hover, .input-block:hover  {
	cursor: pointer;
	opacity: 0.8;
}
.introIcons {
	margin-top: 10px;
}
.landing-block.gray, .input-block.gray {
	background: #E6E6E6;
}
.landing-block.green {
	/* background: #0DBDBA; */
	background: #E9F8F8;
}
.inputSM, .inputMD {
	width: 50px;
	/* border: none;
    background: transparent; */
}
.inputMD {
	width: 85px;
}
.landing-block .circle {
	height: 80px;
	width: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	border: 1px solid gray;
	margin: 0 auto;
}
.landing-block .circle .text {
	font-size: 28px;
	font-weight: bold;
}
.landing-block .caption, .input-block .caption {
	font-size: 14pt;
	font-weight: normal;
	/* text-transform: uppercase; */
	text-align: center;
	width: 80%;
	bottom: 30px;
	position: absolute;
	color: #333;
}
.landing-block.green {
	margin: 20px;
    padding: 35px 20px;
	min-height: auto;
}
.captionIntro {
	font-size: 14pt;
	font-weight: normal;
	color: #333;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.blueFooter {
	background: #f2f2f8;
	color: black;
	padding: 30px 30px 20px 30px;
	margin-top: 50px;
}
.footerContent {
	color: black;
	font-size: 12px !important;
}
.input-block, .input-blockhsa, .input-blockhsaInput {
	background-color: white;
    border: 2px solid #0DBDBA;
}
.input-blockhsa, .input-blockhsaInput {
	min-height: 60px;
	margin: 0px !important;
	padding: 5px;
	text-align: center;
	display: table;
	min-width: 100%
}
.input-blockhsa {
	cursor: pointer;
	height: 150px;
	display:inline-block;
    vertical-align:middle;
	padding-top: 20%;
}
.input-blockhsaInput {
	border: 4px solid #f59331;
}
.input-block.no-pointer {
    cursor: default;
}
.calcLeadin {
	font-size: 18px;
	text-align: center;
	margin: 25px 0;
}
.greenHeader {
	background-color: #0DBDBA !important;
	color: white !important;
	padding: 5px 10px !important;
}
.blueHeader {
	background-color: #008ff8 !important;
	color: white !important;
	padding: 5px 10px !important;
}
.ltBlueTD {
	background-color: #f1f8ff !important;
	padding: 5px 10px !important;
}
.ltGreenTD {
	background-color: #a8e0e4 !important;
	padding: 5px 10px !important;
}
.noBackTD {
	background-color: transparent !important;
	padding: 5px 10px !important;
}
.input-custom {
	background-color: white;
}
.input-custom-1, .input-network-1 {
	border: 2px solid #0DBDBA;
}
.input-custom-2, .input-network-2 {
	border: 2px solid #8f71ef;
}
.input-custom-3, .input-network-3 {
	border: 2px solid #d6526c;
}
.input-custom-4 {
	border: 2px solid #008ff8;
}	

.input-custom-1.active, .input-network-1.active {
	background: #C4F2F0;
}
.input-custom-2.active, .input-network-2.active {
	background: #E8E1FC;
}
.input-custom-3.active, .input-network-3.active {
	background: #F7D7DF;
}
.input-custom-4.active {
	background: #CAE8FC;
}	

.hcaTable {
}
.hcaTable td:first-child {
	width: 25%;
	padding-right: 20px;
}
.hcaTable th:first-child {
	width: 30%;
}

.hcaTable td, .hcaTable th {
	height: 50px;
	padding: 5px 10px;
}
.hcaTable th {
	text-align: center;
}
.hcaTableFootnote {
	font-size: 10px;
}
.hcaTable thead {
	background-color: #008ff8 !important;
	color: #FFF !important;
}
.hcaTable .odd {
	background-color: #f1f8ff;
}

.helpIcon {
		background: url(../img/helpIcon.png);
		width: 20px;
		height: 20px;
		margin-bottom: -2px;
		display: inline-block;
		cursor: pointer;
		display: none;
}
.hsa_retage_val {
	max-width: 100px !important;
    margin: 0 auto;
	text-align: center;
	display: inline-block;
}

	/* Eaton Custom Images */
	/* Eaton Custom Images */
	/* Eaton Custom Images */
	/* Eaton Custom Images */
.castlightImg {
	background: url(/2026/assets/img/castlightYes.png);
	width: 110px;
	height: 123px;
	margin:  0 auto;
}
.nocastlightImg {
	background: url(/2026/assets/img/castlightNo.png);
	width: 110px;
	height: 123px;
	margin:  0 auto;
}
.smokeImg {
	background: url(/2026/assets/img/smokeIcon.png);
	width: 100px;
	height: 95px;
	margin:  0 auto;
}
.nosmokeImg {
	background: url(/2026/assets/img/nosmokeIcon.png);
	width: 100px;
	height: 97px;
	margin:  0 auto;
}
.healthImg {
	background: url(/2026/assets/img/healthIcon.png);
	width: 100px;
	height: 129px;
	margin:  0 auto;
}
.nohealthImg {
	background: url(/2026/assets/img/nohealthIcon.png);
	width: 100px;
	height: 129px;
	margin:  0 auto;
}

.whatYouNeed {
	background: url(/2026/assets/img/needIcon.png);
	width: 120px;
	height: 85px;
	margin:  0 auto;
}
.getStarted {
	background: url(/2026/assets/img/getStartedIcon.png);
	width: 100px;
	height: 101px;
	margin:  0 auto;	
}
.yob {
	background: url(/2026/assets/img/calendar.png);
	width: 100px;
	height: 103px;
	margin:  0 auto;	
	margin-top: 80px;
}

.depYou, .salband1, .hsaCoverDeductible, .hsaUseNone {
	border: 2px solid #0DBDBA !important;
}
.depSpouse, .salband2, .hsaCoverOOP, .hsaCoverExpenses {
	border: 2px solid #8f71ef !important;
}
.depChild, .salband3, .hsaIRSLimit, .HSA_Saved {
	border: 2px solid #d6526c !important;
}
.depChildren, .salband4, .HSA_Contrib {
	border: 2px solid #008ff8 !important;
}
.hsaSavedBox {
	border: 1px solid #333 !important;
}

.depSpouse.active, .salband2.active {
	border: 4px solid #8f71ef !important;
	background: #E8E1FC;
}
.depChild.active, .salband3.active {
	border: 4px solid #d6526c !important;
	background: #F7D7DF;
}
.depChildren.active, .salband4.active {
	border: 4px solid #008ff8 !important;
	background: #CAE8FC;
}
.depYou.active, .salband1.active  {
	border: 4px solid #0DBDBA !important;
	background: #C4F2F0;
}


.depYouImg {
	background: url(/2026/assets/img/single.png);
	width: 100px;
	height: 100px;
	margin:  0 auto;	
	background-size: cover;
}
.depSpouseImg {
	background: url(/2026/assets/img/partner.png);
	width: 100px;
	height: 100px;
	margin:  0 auto;	
	background-size: cover;
}
.depChildImg {
	background: url(/2026/assets/img/children.png);
	width: 100px;
	height: 100px;
	margin:  0 auto;	
	background-size: cover;
}
.depChildrenImg {
	background: url(/2026/assets/img/children.png);
	width: 100px;
	height: 100px;
	margin:  0 auto;	
	background-size: cover;
}
.band1Img {
	background: url(/2026/assets/img/band1Icon.png);
	width: 100px;
	height: 100px;
	margin: 0 auto;	
	position: relative;
    text-align: center;
}
.band2Img {
	background: url(/2026/assets/img/band2Icon.png);
	width: 100px;
	height: 100px;
	margin:  0 auto;
	position: relative;
    text-align: center;	
}
.band3Img {
	background: url(/2026/assets/img/band3Icon.png);
	width: 100px;
	height: 100px;
	margin:  0 auto;
	position: relative;
    text-align: center;	
}

.band4Img {
	background: url(/2026/assets/img/band4Icon.png);
	width: 100px;
	height: 100px;
	margin:  0 auto;
	position: relative;
    text-align: center;	
}
.glyphicon {
    top: 3px;
}
.hcmLogo, .PfizerLogo {
	margin-bottom: 20px;
}
.PfizerLogo {
	width: 110px;
	margin-left: 35px;
}

.infoIcon {
	/* background: url(/2026/assets/img/InfoGreen.png); */
	background: url(/2026/assets/img/qmarkicon.png);
	width: 20px;
	height: 20px;
	cursor: pointer;
	display: inline-block !important;
	margin-bottom: -2px;
	margin-left: 5px;
}


.hsaButtons {
	display: none;
}

.page-footnote {
    font-size: 14px;
    margin-top: 60px;
    text-align: left !important;
}

.collapseStandardUtil, .collapseCustomUtil {
	/* padding-right: 40px;
	padding-left: 40px; */    
    margin-right: 0px;
    margin-left: 40px;
    margin-bottom: 20px;
    margin-top: -10px;
	background-color: #FAFAFA;
}
.collapseStandardUtil {
	padding-bottom: 30px;
}

.detailsButton  {display: flex;}
.costAccord {
	font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}
.bottomrow {
	margin-bottom: 30px;
}
.costcircle {
    border-radius: 50%;
    background-color: #8ADBD5 !important;
    border: #8ADBD5;
    color: black;
    background-color: #FFFFFF;
	height: 37px;
    width: 37px;
    font-size: 18px;
    font-weight:bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
	line-height: 18px;
	margin-right: 5px;
}

.section-center-full {
	display: flex;
	justify-content: center;
	align-items: center;
}

span.icon-bar {
	display: block;
	width: 40%;
	margin: 0 auto;
	margin-top: 10px;
	height: 4px;
	background: #333;
	bottom: 0px;
}
span.icon-bar:first-child {
	margin-top: 26px;
}
.captionTop {
	font-size: 16px;
	font-weight: bold;
	/* text-transform: uppercase; */
	text-align: center;
	width: 100%;
	height: 50px;
	color: #333;
}

.captionSub{
	font-weight: normal !important;
	font-size: 16px;
}

/* HSA Screens */
.hsaText, .hsaValue {
	font-size: 16px;
	font-family: notosans-bold;
	/* text-transform: uppercase; */
	color: #333;
	/* display: table-cell; */
    vertical-align: middle;
}
.hsaValue {
	display: block;
	position: relative;
	bottom: 5px;
	text-align: center;
	width: 50%;
}
.hsaSavedBox {
	font-size: 12pt !important;
	font-weight: bold;
	text-align: center;
	border: 1px solid #333 !important;
}

.padright20 {
	padding-right: 20px;
}
.page-subtitle, .page-navhelp {
	font-size: 20px;
	padding-bottom: 18px;
}
.page-navhelp {
	color: #0DBDBA;
	margin: 15px 0 15px 0;
	font-weight: bold;
}
.plan-row {
	margin-left: 5px;
	margin-right: 5px;
}
.btn-input, .btn-input-frozen {
	position: relative;
	background: #fff;
	color: #333;
	min-height: 220px;
	min-height: 180px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	border: none;
	vertical-align: middle;
}
.btn-input.active, .btn-input-frozen.active  {
	border-color: none !important;
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
}


.invalid {
	border-color: #ff0000 !important;
}
.error {
	color: #ff0000;
	font-size: 14px;
}

/* .active {
	border: 5px solid #0DBDBA;
} */
.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
	border-bottom: 60px solid #E2731F;
	margin-left: auto;
	margin-right: auto;
	margin-top: -75px;
}

.dropDown {
	max-width: 100px;
	border: 2px solid;
	background: white;
	padding: 10px;
	font-size: 15px;
/* 	width: 100%; */
	cursor: pointer;
}
.dropDown.full-width {
    max-width: none;
    width: 100%;
}
.colROR {
	margin-bottom: 20px;
}
.textbox, .textboxBorder, .textboxHSA, .textboxBorderSm {
	border: none;
    min-height: 40px;
	font-size: 24px;
	width: 100%;
	min-width: 140px;
	margin-bottom: 10px;
}
.textboxHSA {
	margin-bottom: 0px;
	width: 90px;
	min-width: 90px;
	min-height: 30px;
}
.textboxBorder {
	    border: 3px solid #333;
}
.textboxBorderSm {
	font-size: 15px;
	min-height: 20px;
	border: 2px solid #e6e6e6;
	width: 60px;
	color: #333;
}
.textbox:focus {
	border: none;
	box-shadow: none;
	outline: 0 none;
}
.hsa_balance_val {
	margin-bottom: 20px;
}
.date-textbox {
    min-height: 100px;
    text-align: center;
}
.step hr {
	margin-top: 16px;
	border-top: 2px solid #bfbfbf;
}
.step {
	display:none;
}
#step-intro {
	display:none;
}
#step-dob {
	display:none;
}
#step-coverage {
	display:none;
}
#step-salary {
	display:none;
}
#step-utilization {
	display:none;
}
#step-results1 {
	display:none;
}
#step-hsa {
	display:none;
}
#step-hsa2 {
	display:none;
}
#step-hca {
	display:none;
}
#step-results2 {
	display:none;
}

/* 
	JQuery Slider overrides
*/
.sliderRowPadding {
	margin-top: 30px;
	margin-bottom: 30px;
}
.ui-slider-handle {
	-webkit-border-radius: 12px !important;
       -moz-border-radius: 12px !important;
            border-radius: 12px !important;
            width: 21px !important;
            height: 21px !important;
            background-color: #E87015 !important;
            border-color: white !important;
            border-width: 3px !important;
            border-collapse: #E87015 !important;
        top: -.4em !important;
    
}
.ui-slider-handle:focus {
  outline: none !important;
}
.ui-widget.ui-widget-content {
    border: none !important;
    background: #EAEAEA !important;
    color: #EAEAEA !important;
}

#contrib .ui-slider-range, #saved .ui-slider-range { background: #E87015;  }
#contrib .ui-slider-handle { border-color: #E87015; cursor: pointer; }
#saved   .ui-slider-handle { border-color: #E87015; cursor: pointer; }
.slider.slider-horizontal {
	width: 100%;
}
#slider .slider-selection {
	background: #E98039;
}
#slider .slider-handle {
	background: #9F9F9F;
}
#slider .tooltip.top .tooltip-arrow {
	border-top-color: #9F9F9F;
}
#slider .tooltip-inner {
	background-color: #9F9F9F;
}
#slider .tooltip {
	margin-left: -20.5px;
}
.hepIcon .tooltip-inner, .hepIcon .tooltip-main {
	background: #E9F8F8;
}
.mytooltip {
    position: absolute;
    z-index: 1020;
    display: block;
    padding: 2px;
    font-size: 12px;
    visibility: visible;
    margin-top: -2px;
    bottom:150%;
    margin-left: -1.8em;
    background: #AAA;
    border: none !important;
}

.mytooltip .mytooltip-arrow {
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    
    border-top: 5px solid #AAA;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    width: 0;
    height: 0;
}
.mytooltip-inner {
    border: none !important;
    max-width: 200px;
    padding: 3px 8px;
    color: white;
    text-align: center;
    text-decoration: none;
    background-color: transparent;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}


.input-col {
	padding: 0;
	text-align: right;
}

/************************
	Footer
************************/
.page-footer {
	color: #a7a9ac;
	margin-right: 15px;
    margin-left: 15px;
}

.page-footer a {
	color: black;
}
.bold {
	font-family: notosans-bold;
}
.btn-startover-container {
	display: none;
	margin-top: 0px !important;
}
.hasTable1 td:first-child{
	width: 200px;
}
/************************
	Buttons
************************/
#button-row, #button1-row {
	margin-top: 60px;
}
#button-row .btn, #button1-row .btn {
	font-size: 20px;
	border-radius: 2px;
	min-width: 25%;
}
#button-row .btn:active, , #button1-row .btn:active {
	background: gray;
}
#button-row .btn:hover, #button1-row .btn:hover,
#termsButtons .btn:hover {
	/* 	color: #fff; 5326226332920401300177 */
}
.btn-white {
	color: #333;
	background: white;
}
.btn-green {
	color: #333;
	background: #A8E0E4 !important;
	border: 1px solid #A8E0E4;
	/* Old browsers */
	/* 	max-width: 260px; */
}

.btn-black {
	color: #333;
	background: #f2f2f8;
	/* Old browsers */
	/* 	max-width: 260px; */
}

.btn-next, .btn-skip {
	background: #D1EFF0;
	/* background: #0DB3B0;
	background-color: ; */
	
}

#details-button {
	margin-top: 30px;
	margin-bottom: -30px;
}

#details-button .subtext {
	font-size: 14px;
}
.disclaimerRow {
	display: none;;
}
.printButtonRow {
	display: none;
	margin-left: 50px;
}
#printButtonRow {
	cursor: pointer;
}
/* .hideprintButtonRow {
	display: block;
} */
.btn:hover {
	opacity: 0.8;
}
.btn-print-container {
	display: none;
}
.btn-prev-container, .btn-next-container{
	margin-bottom: 10px;
}

.btn:focus,.btn:active {
   outline: none !important;
}
#modalAssumptionsLink {
	cursor: pointer;
}



/* Customizer Screen */
#custom_table tbody  {
    border: 2px solid #8c8c8c;
}
#custom_table td {
    padding: 1px;
}
#custom_table td {
    vertical-align: middle;
}
.popup td { 
    vertical-align: top!important;
    padding-top: 5px!important;
}
.customrow tr {
	
}
.customrow td {
}
.customhdr1, .customhdr0, .customhdr1C,
.customhdr2, .customhdr2C, .customhdr1D {
	text-align: center;
	background-color: transparent;
	font-family: notosans-bold, Arial, sans-serif;  
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #333;
	background-color: #008FF8;
	color: white;
	padding:5px !important;
	
}

 .customhdr2D {
	 font-family: notosans-bold, Arial, sans-serif;  
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	 
 }

.customhdr3  {
	text-align: center;
	background-color: transparent;
	font-family: notosans-bold, Arial, sans-serif;  
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #333;
	background-color: #0DBDBA !important;
	color: white;
	padding:5px !important;
	
}
.btnOutNetwork {
	width: 220px;
}
.noBorder {
	border: none !important;
}
.customhdr0 {
	margin-left: 10px;
}
.customhdr1C {
	text-align: center;
}
.customhdr1D {
	background-color: #D2EAFD;
	color: #333;
	border: 1px solid #d1d1d1;
}

.customhdr3D {
	background-color: #A8E0E4;
	color: #333;
	border: 1px solid #d1d1d1;
}
 
/* .customhdr2, .customhdr2C {
	text-align: right;

	background-color: transparent;
	font-family: notosans-regular, Arial, sans-serif;  
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	color: #333;
	padding: 5px 10px !important;
} */
.customhdr2C {
	text-align: center;
}
/* user agent stylesheet */
td, th {
    display: table-cell;
    vertical-align: inherit;
}
/* Inherited from table#custom_table */
table {
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}
/* user agent stylesheet */
table {
    display: table;
    /* border-collapse: separate; */
    border-spacing: 2px;
    border-color: grey;
}
.customrow td {

	}	
#customfootertext {
	background-color: transparent;
}
#customfooterbtns {

	background-color: transparent;
	margin: 10px 0 10px 0;
}
#utilcancel, #utiluse {
	font-size: 14px;
    border-radius: 2px;
    text-align: center;
	width:180px;
	height:25px;
	float:right;
	cursor:pointer;
	margin-right:10px;
	border: 3px solid #333;
	background-color: white;
	}

#customDetails input {
	border: none;
}
#utilcancel {
	width:80px;
}

#customDetails td.avgcostcol, #customDetails td.customcol, #customDetails td.rowtotserv, #customDetails td.rowtotcost{
	/* border: 1px solid #f1f1f1; */
}
.avgcostcol {
	text-align: left;
	background-color: white;;
	padding-right: 20px;
	font-family: notosans-regular, Arial, sans-serif;  
	font-size: 14px;
	line-height: 15px;
	color: #666666;
}
.avgcostval {
	text-align: right;
	background-color: white;
	width: 80px;
	font-family: notosans-regular, Arial, sans-serif;  
	font-size: 14px;
	line-height: 15px;
	color: #666666;
}

.lowcol, .medcol, .highcol {
	width: 10%;
	background-color: transparent;;
	text-align: right;
	padding:0 10px 0 0 !important;
	font-family: notosans-regular, Arial, sans-serif;  
	font-size: 14px;
	line-height: 15px;
	color: #666666;
	padding-left: 10px;
}
.rowBlue {
	background-color: #f1f8ff !important;
}
.rowWhite {
	background-color: #FFFFFF !important;
}
.desccol {

	text-align: left;
	background-color: transparent;;
	font-family: notosans-regular, Arial, sans-serif;  
	font-size: 14px;
	line-height: 15px;
	color: #666666;
	padding-left: 20px !important;
}
.servicecol {
	width:15%;
	/* background-color: transparent !important; */
	font-family: notosans-bold, Arial, sans-serif;  
	font-size: 14px;
	line-height: 15px;
	color: #333;
	font-weight: bold;
	text-align: left;
	margin-left: 20px;
	padding-left: 5px !important;
	padding-top: 10px !important;
} 
.rowtot {
	display: none;
	width: 80px;
}
.networkOut {
	border-left: 1px solid #d1d1d1;
	padding-left: 15px !important;
	
}
.customval, .customval1, .customval2, .customval3, .customval4, .customval5, .customval6  {
	text-align: left;
	text-align: right;
	background-color: white;
	width: 50px;
	font-family: notosans-regular, Arial, sans-serif;  
	font-size: 14px;
	color: #666666; 	
	border: 1px solid #666 !important;
} 
.otherservices {	
/* 	width: 60px; */
}
.customerror {
	text-align: right;
	margin-right: 50px;
	margin-bottom: 5px;
	font-family: notosans-regular, Arial, sans-serif;  
	font-size: 16px;
	line-height: 16px;
	color: #ff0000;
	}
.customcol, .customcol1, .customcol2, .customcol3, .customcol4, .customcol5, .customcol6, .rowtotserv, .rowtotcost{
	padding-top: 5px !important;
	padding-right: 10px  !important;
	padding-bottom: 5px !important;
	text-align: center;
	background-color: transparent;;
	font-family: notosans-regular, Arial, sans-serif;  
	font-size: 14px;
	line-height: 15px;
	color: #666666;
}
.rowtotcost {
	text-align: right;
}
.avgcostval, .customcol, .customcol1, .customcol2, .customcol3, .customcol4, .customcol5, .customcol6, .rowtotserv, .rowtotcost {
background-color: white;
}
.tottitle, .totlowcol, .totmedcol, .tothighcol, .totcustomcol, .tot1col, .tot2col, .tot3col, .tot4col, .tot5col, .tot6col, .tot7col, .totblank {
	text-align: right;
	/* padding:0 10px 0 0 !important; */
	background-color: transparent;
	font-family: notosans-regular, Arial, sans-serif;  
	font-size: 14px;
	line-height: 15px;
	/* color: #666666; */
	font-weight: bold;

	background-color: #008FF8;
	color: white;
	padding:10px 5px !important;

}  
.servicecol, .desccol, .lowcol, .medcol, .highcol, .avgcostval, .totlowcol, .totmedcol, .tothighcol, .totcustomcol, .tot1col, .tot2col, .tot3col, .tot4col, .tot5col, .tot6col .tot7col, .customval, .customval1, .customval2, .customval3, .customval4, .customval5, .customval6  {
	line-height: 14px;
}

.utilHeader {
	/* padding-top: 40px; */
	padding-top: 30px;
	font-size: 20px;
}










/************************
	Bootstrap Overrides
*************************/
.popover {
	color: #333;
	border: 2px solid #6bb436;
}
.popover.top > .arrow:after {
	border-top-color: #6bb436;
}
.popover-content {
	color: #333;
    font-size: 12px;
}
.panel {
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	background: transparent;
}
.panel-default > .panel-heading {
	background-color: #ECECEC;
	border-color: #ECECEC;
	padding-bottom: 0px;
}
.panel-body,
.panel-default>.panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
	border: 4px solid #E2731F;
	border-top-color: #E2731F;
}
.panel-body {
	background: #fff;
	margin-top: 38px;
}
.extraPadding {
    margin-right: 100px !important;
    margin-left: 100px !important;
}


/************************
	Modals
************************/

#termsConditions .modal-dialog {min-width: 60%;}
#termsConditions .modal-body {max-height: 400px; overflow-y: auto; margin-right: 2px;}

#helpAlert .modal-content {border-color: #333;}

.modal {
	text-align: center;
	padding: 0 !important;
}
.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}
.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.modal-content {
	border: 1px solid gray;
	border-top: 0;
}
.modal-header {
	background: #333;
	color: #fff;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	padding: 8px;
	/* width: 110%;
	margin-left: -5%; */
	border-radius: 0;
	border-bottom: 1px solid #595959;
	-webkit-box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.35);
}
.modal-header .close {
	background: #fff;
	color: #333;
	opacity: 1;
	font-size: 22px;
	margin-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
}

.noCursor {
	cursor: default !important;
}

.outofnetwork { 
	display: none;
}


	/* BOOTSTRAP Override - remove blue highight/shadow on input boxes */
 
input:hover, 
input:active, 
input:focus
{
    outline:0px !important;
    -webkit-appearance:none !important;
}


  
/* Extra Small Devices, Phones */
@media (max-width: 480px) {

}

/* Small Devices, Tablets */
@media (max-width: 768px) {
	.costAccord {
		font-weight: bold;
		font-size: 14px !important;
		margin-bottom: 10px;
		white-space: pre-wrap;
	}
	.costcircle {
		height: 35px;
		width: 35px;
	}
	.captionSub, .captionTop {
		font-size: 14px;
	}

	.input-titleBoxBot {
		/* margin-left: 0px !important; */
		margin-right: 0px !important;
		
	}
	.input-titleBoxTop {
		margin-right: 0px !important;
		margin-left: 10px !important;
	}
	
	.col-sm-hidden {
		display: none
	}
	.padright20 {
		padding-right: 0;
	}
}
@media (min-width: 768px) {

}
/* Medium Devices, Desktops */
@media (max-width: 992px) {
	.costAccord {
		font-weight: bold;
		font-size: 15px !important;
		margin-bottom: 10px;
	}
	.captionSub, .captionTop {
		font-size: 14px;
	}
	.costcircle {
		height: 35px;
		width: 35px;
	}

}

