/* CSS for No Out of Pocket Cost (NOC) Conversation */

/* NOC general use */
.blue-hdg {
	background-color: #fff;
	color: #009FC2;
	vertical-align: middle;
	font-weight: 700;
	font-size: 16.0px;
	font-family: Arial;
}
.rule_blue {
	height:30px;
	border-bottom:1px solid #009FC2;
}
.rule_dbl {
	height:10px;
	border-bottom:3px double #000;
}
pre {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	font-size:10px;
	font-family: inherit;
	line-height:1.1em;
}
input, button, select, textarea {
	border: 0;
	font-size: 12px;
	font-family: "Arial";
	line-height: normal;
}
input:focus {
	outline: none;
	border-bottom: 1px dashed #aaa;  
}
input.title {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	border: 1px dashed #aaa;
	vertical-align: baseline;
	background-color: #DCE2EF;
	width: 300px;
}
button {
	width: 80px;
	font-size: 14px;
}
textarea {
	overflow: hidden;
	margin: 0; /* bootstrap override */
	padding: 0; /* bootstrap override */
	width: 99%;
	height: 90%;
	border: 1px dashed #aaa;
	text-align: left;
	resize: none;
	background: transparent;
}

/* Bootstrap overrides */
.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
	background-color: #DAEEF3;
}
.table-hover tbody tr:hover>td,.table-hover tbody tr:hover>th {
	background-color: #DCE1E6;
}

/* tab formating */
.noc_p1 {
	margin: 0 auto;
	width: 940px;
	height: 1000px;
	background: url('') no-repeat;
}
.noc_p2 {
	margin: 0 auto;
	width: 940px;
	height: 900px;
	background: url('') no-repeat;
}

/* Goals table */
table.noc_goals  {
	margin-top: 20px;
	width: 99%;	}
	table.noc_goals td {
	margin: 0;
	padding: 0;
	height: 16px;
	vertical-align: middle;
}
table.noc_goals input {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: transparent;
	vertical-align: middle;	
}
.noc_goals td.td_triangles {
	padding: 20px 0;
	height: 140px;
	background: url('../img/noctriangles.jpg') no-repeat;
	background-position: center;}
}

/* Assets and Liabilities table */
table.noc_assets  {
	margin-top: 0px;
	width: 99%;
	table-layout: fixed;
}
table.noc_assets td {
	margin: 0;
	padding: 0;
	height: 16px;
	vertical-align: middle;
}

/* Assumptions table */
table.assumptions {
	margin-top: 10px;
	width: 100%;
	table-layout: fixed;
}
table.assumptions {
	margin-top: 10px;
	margin-bottom:20px;
	width: 100%;
	table-layout: fixed;
	text-align: left;	
}
table.assumptions td.assumptions-gap {
	width: 10px;
}
table.assumptions input {
	width: 98%;
	border: 0;	
	border-bottom: 1px dashed #aaa; 
	background-color: transparent;
	text-align: right;
}
table.assumptions input.note {
	text-align: left;
}

/* Steps table */
table.steps {
	height: 100px;
	table-layout: fixed;
	text-align: left;
}
table.steps th {
	padding: 6px 8px;
	height: 20px;
	border-bottom: 1px solid #86B8D3;
}
table.steps td {
	padding-left: 8px;
	height: 110px;
}
table.steps input {
	width: 400px;
	border-bottom: 1px dashed #aaa; 		
	background: transparent;
}
table.step4 {
	margin-top: 10px;
	margin-bottom: 1px;
	margin-left: 15%;
	width: 85%;
	background-color: #C6CEE2;
}
table.step3 {
	margin-bottom: 1px;
	margin-left: 10%;
	width: 90%;
	background-color: #E3E8F2;
}
table.step2 {
	margin-bottom: 1px;
	margin-left: 5%;
	width: 95%;	
	background-color: #C6CEE2;
}
table.step1 {
	display: inline-table;
	margin-right: -3px; /*fixes the gap created by inline-table*/
	margin-bottom: 1px;
	margin-left: 0;
	width: 49.9%;
	background-color: #E3E8F2;
}

/* Step analysis table */
table.step1_analysis {
	display: inline-table;
	margin-bottom: 1px;
	margin-left: 0;
	width: 49.9%;
	background-color: #E3E8F2;
	table-layout: fixed;
}
table.step1_analysis th {
	border: 1px solid #FFF;
	font-weight: 700;
	font-size: 11px;
	text-align: center;
}
table.step1_analysis td {
	height: 26px;
	border: 1px solid #FFF;
}
table.step1_analysis input {
	margin-right: 6px;
	width: 94%;
	border-bottom: 1px dashed #aaa; 	
	background: transparent;
	text-align: right;
}
table.step1_analysis th input {
	text-align: left;
}
