/* CONTENT ELEMENTS  ----------------------- */

div#header h1 {
	padding: 5px 0 0 0;
	margin: 0;
	color: #3399FF;
	font: bold 17px Verdana;
	width: 500px;
}

div#content h1 {
	font: bold 17px Verdana;
	color: #3366FF;
	padding: 0px 5px 5px 0px;
	margin: 10px 0 10px 0;
}

div#content h1.mid {
	font: bold 15px Verdana;
	color: #3366FF;
	padding: 0px 5px 5px 0px;
	margin: 10px 0 10px 0;
}

h2 {
	color: #3366FF;
	padding: 0px 0px 0px 0px;
	margin: 0 0 10px;
	text-align: left;
	font-size: 13px;
}

h3 {
	font: bold 13px Verdana;
	color: #3399FF;
	margin: 0 0 0 0;
	padding: 0;
}

h4 {
	font: bold 13px Verdana;
	color: #3366FF;
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
}

table.list {
	/*border: 1px solid #ddd;*/
	
	font-family: Verdana;
	font-size: 11px;
	border-collapse: collapse;
	
}

table.list TH {
	color: #3366FF;
	border-bottom: 1px solid #ACE3FF;
	padding: 5px 4px 5px 4px;
	background-color: #F0F8FF;
	text-align: left;
	/*height: 18px;*/
}

table.list TD {
	margin: 0px;
	border-bottom: 1px solid #ddd;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	height: 18px;
}

table.allocation-list td:first-child {
	padding-left: 1em;
}

table.allocation-list td:last-child {
	padding-right: 1em;
}

.row_odd {
	background-color: #FFF;
}

.row_even {
	background-color: #f6f6f6;
}

table.list caption {
	color: #3366FF;
	padding: 5px 5px 5px 0px;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
}

table.list A {
	color: blue;
	text-decoration: none;
}

table.list A:HOVER {
	color: red;
	text-decoration: none;
}

.amount {
	text-align: right;
	font-family: Verdana, sans-serif !important;
	/*font-size: 13px;*/
	color: #333;
}

.grey {
	color: #888;
}

.highlight {
	background-color: #cceeff;
}

.cell-green {
	background-color: #CCFFCC;
}
.cell-red {
	background-color: #FFCCCC;
}
.cell-orange {
	background-color: #FFE8C2;
}

/* --- Form elements --- */

div.form {
	margin-top: 0px;
	padding: 5px 0px 5px 0px;
}

.tbl_form caption {
	color: #3366FF;
	padding-bottom: 5px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
}

.tbl_form {
/* 	border-collapse: collapse; */
	font-size: 11px;
	xborder: 1px solid #ddd;
}

.tbl_form th {
	width: 150px;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	xbackground-color: #EEE;
	border-bottom: 1px solid #ddd;
	text-align: left;
	font-weight: normal;
}

.tbl_form td {
	border-bottom: 1px solid #eee;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

.tbl_form .col_small {
	width: 100px;
}

.tbl_form .col_std {
	width: 200px;
}

.tbl_form td.wide {
	width: 400px;
}

.tbl_form thead td {
	font-weight: bold;
}

.frm_input, .frm_select {
	border: 1px solid #999;
	padding: 0.25em 0.5em;
}

.frm_input:focus, .frm_select:focus, .frm_submit:focus {
	outline: 1px solid #ff0098;
	outline: 1px solid #3399FF;
}

.frm_input, .frm_submit, .frm_select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	outline: none;
}

.frm_input_invisi1 {
	border: 1px solid white;
}

.frm_input_invisi2 {
	border: 1px solid #F7F7F7;
	background-color: #F7F7F7;
}

.frm_submit {
	height: 25px;
	width: 130px;
	font-family: Tahoma;
	font-size: 11px;
	color: black;
	padding: 3px;
	background: url(../images/menu/menu_top7.gif) no-repeat 0 0;
	border: 1px solid #999;
}

.full-width {
	width: 100%;
}

.input_tiny {
	width: 50px;
}

.small {
	width: 75px;
}

.input-amt {
	//display: none;
}

.btn1 {
}

div.left_subtitle {
	float: left;
	width: 250px;

	color: Red;
	font-size: 15px;
	font-weight: bold;
}

div.left_subtitle div.acc_number {
	padding-top: 3px;
	font-size: 11px;
	font-weight: normal;
	color: #666;
}

div.mid_subtitle {
	float: left;
	width: 300px;
	font-size: 11px;
}

div.mid_subtitle p {
	display: inline;
	margin: 0;
	padding: 0;
	color: #3366FF;
	font-size: 15px;
	font-weight: bold;
}

.attention {
	color: red !important;
}

div.selectbar {
	margin-right: 50px;
	float: right;
	width: 250px;
	font-size: 11px;
}

* html div.selectbar {
	margin-right: 20px;
}

.pos_amt {
	color: red;
}

A.delete {
	display: inline-block;
	height: 16px;
	width: 16px;
	background: url(../images/icons/delete3.gif) no-repeat;
}

A.add {
	display: block;
	height: 16px;
	width: 16px;
	background: url(../images/icons/add2.png) no-repeat;
}

A.process {
	display: block;
	height: 16px;
	width: 16px;
	background: url(../images/icons/import1.gif) no-repeat;
}

A.edit {
	display: inline-block;
	height: 16px;
	width: 16px;
	background: url(../images/icons/edit.gif) no-repeat;
}

A.copy {
	display: block;
	height: 16px;
	width: 16px;
	background: url(../images/icons/copy.gif) no-repeat;
}

div#credit_ft {
	padding: 5px 0 10px 0;
}

div#date_ft {
	float: left;
	width: 350px;
	font-size: 11px;
	padding-bottom: 5px;
	color: #666;
	vertical-align: bottom;
}

div#balance_ft {
	float: right;
	width: 350px;
	color: #3366FF;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: right;
	padding-right: 115px;
}

div#balance_lt {
	width: 780px;
	text-align: center;
	color: #3366FF;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC;
}

div.report_stats {
	padding: 0px 5px 5px 0;
}

/* MISC ------------------------------ */

.error {
	margin-bottom: 5px;
	border: 1px solid red;
	padding: 10px;
	color: black;
	font-family: "Courier New";
/*	font-weight: bold; */
	font-size: 13px;
	background-color: #FFFFC0;
}

.msg-success {
	margin-bottom: 10px;
	border: 1px solid #4a4;
	padding: 10px;
	color: #263;
	font-size: 13px;
	background-color: #dfd;
}

.msg-warning {
	margin-bottom: 10px;
	border: 1px solid #c90;
	padding: 10px;
	color: #730;
	font-size: 13px;
	background-color: #fec;
}

PRE {
	font-size: 13px;
}

FORM {
	margin: 0;
	padding: 0;
}

.shortcut {
	border: none;
	background-color: #eee;
}

HR {
	padding: 0;
	margin: 0;
	border: none;
	border-bottom: 1px solid #CCC;
	height: 1px;
}

/* layout for period select options */

.opt_year {
	color: white;
	background-color: #666;
}

.opt_halfyear {
	color: white;
	background-color: #999;
}

.opt_quarter {
	background-color: #EEE;
}

.opt_month {
	background-color: #FFF;
}

.grey_small {
	font-size: 10px;
	color: #999CCC;
}

.amount {
	font-family: Verdana;
}

.amount_big {
	font-family: Verdana;
}

/* FORM ----------------------------------------- */


.tbl_form2 {
/* 	border-collapse: collapse; */
	font-size: 11px;
}

.tbl_form2 TH {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #EEE;
	text-align: left;
}

.tbl_form2 TD {
	background-color: #F7F7F7;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
}


/* HOME ITEMS ----------------------------------- */

div.home_item {
	color: #666;
	border: 1px solid #EEE;
	padding: 5px;
	margin: 0 0 5px 0;
	background-color: #FFFFCE;
	font-size: 12px;
}

div.home_item a {
	color: blue;
	text-decoration: none;
}

div.home_item a:hover {
	color: blue;
	text-decoration: underline;
}

/* --- LONG TERM BALANCE --- */

.lt_container {
	padding: 5px;
	border: 1px solid #CCC;
	background-color: #FFFFE0;
	margin: 0 0 8px 0;
}

.img_submit {
	padding: 3px;
	border: 1px solid #CCC;
}

/* --- Budget Scenario ---  */

tr.top-line td {
	border-top: 2px solid #CCC !important;
}

.total-amt {
	text-align: right;
	font-weight: bold;
	font-size: 13px;
}

.feedback {
	border: 1px solid #000;
	padding: 5px;
	background-color: #ffffc0;
}

.fixed_feedback {
	float: right;
	top: 25px;
	left: 800px;
	margin-right: 25px;
	display: inline-block;
}

.hidden {
	display: none;
}

.hidden-vis {
	visibility: hidden;
}

/* --- Calculator --- */

#calculator {
	position: absolute;
	top: 140px;
	left: 600px;
	
	width: 150px;
	border: 2px solid #ccc;
	box-shadow: 2px 4px 4px #ddd;
	padding: 10px;
	background-color: #f7f7f7;
	text-align: center;
}

#calculator input {
	width: 75%;
	font-family: Verdana;
}

#calculator .total {
	font-weight: bold;
	font-size: 1.5em;
	color: #777;
}

tr.row-balance td {
	background-color: #cceeff;
}

/* --- Dashboard --- */

.row:before, .row:after {
	content: " ";
	display: table;
}
.col {
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-moz-background-clip:padding-box !important;
	-webkit-background-clip:padding-box !important;
	background-clip:padding-box !important;
	margin-bottom: 2em;
}

/* 3. 12 Column Grid 920px - Infinity 
----------------------------------------------------------------------------- 

Span 1: 8.33333333333%
Span 2: 16.6666666667%
Span 3: 25.0%
Span 4: 33.3333333333%
Span 5: 41.6666666667%
Span 6: 50.0%
Span 7: 58.3333333333%
Span 8: 66.6666666667%
Span 9: 75.0%
Span 10: 83.3333333333%
Span 11: 91.6666666667%
Span 12: 100%

----------------------------------------------------------------------------- */

/*
Add your semantic classnames in alongside their corresponding spans here. e.g.

.span_3,
.my_semantic_class_name {
	...
}
*/

.col-1 {
	width:8.33333333333%;
}
.col-2 {
	width:16.6666666667%;
}
.col-3 {
	width:25.0%;
}
.col-4 {
	width:33.3333333333%;
}
.col-5 {
	width:41.6666666667%;
}
.col-6 {
	width:50.0%;
}
.col-7 {
	width:58.3333333333%;
}
.col-8  {
	width:66.6666666667%;
}
.col-9 {
	width:75.0%;
}
.col-10 {
	width:83.3333333333%;
}
.col-11 {
	width:91.6666666667%;
}
.col-12 {
	width:100%;
}

.chart-small {
	width: 100%;
	height: 250px;
}

.current-capital,
.current-debt,
.month-balance {
	border-collapse: collapse;
	width: 75%;
}

.current-capital td,
.current-debt td,
.month-balance td {
	line-height: 1.5em;
	padding: 0.75em;
	font-size: 13px;
	color: #555;
}

.current-capital td.amt,
.current-debt td.amt,
.month-balance td.amt {
	text-align: right;
}

.current-capital .normal,
.current-debt .annuity {
	background-color: #f7f7f7;
}

.current-capital .savings,
.current-debt .int-only {
	background-color: #eee;
}

.current-capital .investments {
	background-color: #f7f7f7;
}

.current-capital tr.total td {

	background: #2caf2b; /* Old browsers */
	background: -moz-linear-gradient(top,  #2caf2b 0%, #269926 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2caf2b), color-stop(100%,#269926)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2caf2b 0%,#269926 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2caf2b 0%,#269926 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2caf2b 0%,#269926 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2caf2b 0%,#269926 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2caf2b', endColorstr='#269926',GradientType=0 ); /* IE6-9 */

	color: white;
}

.current-capital tr.total {
}

.current-debt tr.total td {
	background: #cf3333; /* Old browsers */
	background: -moz-linear-gradient(top,  #cf3333 0%, #bf3030 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cf3333), color-stop(100%,#bf3030)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cf3333 0%,#bf3030 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cf3333 0%,#bf3030 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cf3333 0%,#bf3030 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cf3333 0%,#bf3030 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf3333', endColorstr='#bf3030',GradientType=0 ); /* IE6-9 */

	color: white;
}

.month-balance tr.income td {
	background-color: #f7f7f7;
}

.month-balance tr.expenses td {
	background-color: #eee;
}

.month-balance tr.positive td {
	background: #2caf2b; /* Old browsers */
	background: -moz-linear-gradient(top,  #2caf2b 0%, #269926 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2caf2b), color-stop(100%,#269926)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2caf2b 0%,#269926 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2caf2b 0%,#269926 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2caf2b 0%,#269926 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2caf2b 0%,#269926 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2caf2b', endColorstr='#269926',GradientType=0 ); /* IE6-9 */
	color: white;
}
.month-balance tr.negative td {
	background: #cf3333; /* Old browsers */
	background: -moz-linear-gradient(top,  #cf3333 0%, #bf3030 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cf3333), color-stop(100%,#bf3030)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cf3333 0%,#bf3030 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cf3333 0%,#bf3030 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cf3333 0%,#bf3030 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cf3333 0%,#bf3030 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf3333', endColorstr='#bf3030',GradientType=0 ); /* IE6-9 */
	color: white;
}

.sc-key {
	float: right;
	padding-right: 5px;
	color: #999;
}

.float-right {
	float: right;
}

.beneficiary {
	font-size: 10px;
	background-color: #6eb964;
	color: white;
	padding: 3px;
	border-radius: 3px;
}

.assignment {
	background-color: #ffffc0;
}

.negative-amount {
	color: red;
}

h2.colored-header {
	font-size: 15px;
	color: white;
	margin-bottom: 0;
}

.color-unknown-risk {
	background-color: #ddd;
}

.color-zero-risk {
	background-color: #00bc7b;
}
.color-low-risk {
	background-color: #00bef3;
}
.color-medium-risk {
	background-color: #ff8b00;
}
.color-high-risk {
	background-color: #ff0076;
}

.allocation-header {
	display: grid;
	grid-template-columns: 1fr 100px 100px;
	align-items: center;
	padding: 1em;
	color: white;
	margin-bottom: 1em;
}

.allocation-header span {
	font-size: 13px;
}

.details-row td {
	background-color: #ffffc0 !important;
}

table.list a.complete {
	color: #2caf2b;
}

table.list a.incomplete {
	color: #cc0000;
}

table.list tr.row-rejected {
	background-color: #ffdada !important;
}

.test {
	color: #0099FF;
	color: #00AAFF;
	color: #50bf00;
	color: #ff3a79;
	color: #6666ff;
	color: #242dff;
}

.currency-grid {
	display: grid;
	grid-template-columns: 25px 1fr;
}

.grid-align-right {
	justify-self: right;
}