/* Table of Contents
---------------------
1. Global
2. Structure
3. Navigation
4. Styles
5. Forms
6. Tables
7. Icons & Buttons
8. Clears
9. Facebox

Colours
---------------------
Blue: #005696
Green: #8cc53f
Silver: #c8c8c8
Red: #e31b23
Orange: #f68933
Yellow: #fcba30
Light Blue: #27bbd6
*/


/* Global
---------------------*/
body {
	background: #fff;
}

a {
	color: #005696;
	text-decoration: none;
}

	a:hover {
		color: #8cc53f;
	}

    .legendLabelPieHover {
        color: #8cc53f;
    }

legend {
	display: none;
}

table {
	border-collapse: collapse;
	width: 958px;
}

	thead {
		background: #ebebeb;
		color: #949ca1;
	}
	
	thead.pol-lighter{
		background: #fafafa;
	}

		th {
			border-bottom: 1px solid #c8c8c8;
			border-right: 1px solid #c8c8c8;
			font-weight: bold;
			padding: 10px;
		}

			th:last-child {
				border-right: 0;
			}

		td {
			border-bottom: 1px solid #c8c8c8;
			padding: 10px;
		}

caption {
	display: none;
}

acronym, .popover_desc {
	background: url(../Images/16x16-tooltip.png) center right no-repeat;
	cursor: pointer;
	padding-right: 25px;
}

	acronym:hover {
		color: #c8c8c8;
	}

.page_header acronym {
	border-color: #ccc;
}

	.page_header acronym:hover {
		color: #8cc53f;
	}


/* Structure
---------------------*/
#container,
.container {
	background: #fff;
	border: 1px solid #d0d0d0;
	border-radius: 3px;
	padding-bottom: 5px;
	vertical-align: top;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.container {
    margin-top: 15px;
}

.width {
	display: block;
	margin: 0 auto;
	width: 940px;
}

.page_header {
	border-bottom: 1px solid #d0d0d0;
	background: #ebebeb;
}

	.page_header h1,
	.page_header h2 {
		color: #949ca1;
		float: left;
		font-size: 34px;
		margin-bottom: 0;
		margin-left: 10px;
	}

		.page_header h2 {
			margin-bottom: 5px;
			margin-top: 5px;
		}

		.toggle {
			background: #fff;
			border: 1px solid #d0d0d0;
			border-radius: 3px;
			float: right;
			margin: 6px 10px 0 0;
			padding: 4px 10px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
		}

#header {
	margin-bottom: 33px;
	position: relative;
}

#content {
	width: 100%;
}

footer {
	color: #949ca1;
	font-size: 11px;
	margin: 5px auto;
	width: 940px;
}

	footer p {
		float: left;
	}

	footer ul {
		float: right;
		list-style: none;
	}

		footer li {
			display: inline;
			padding-left: 10px;
		}


/* Navigation
---------------------*/
nav select {
	display: none;
}

#navigation {
	float: right;
}

#navigation li {
	display: inline;
	float: left;
	list-style: none;
	margin-left: 60px;
}

	#navigation li a {
		background: url(../Images/En/nav.png) no-repeat;
		display: block;
		height: 45px;
		text-indent: -9999px;
	}

		#navigation li .account_overview {
			background-position: 0 0;
			width: 103px;
		}

			#Home #navigation li .account_overview,
			#navigation li .account_overview:hover {
				background-position: 0 -45px;
			}

		#navigation li .your_inbox {
			background-position: -300px 0;
			width: 61px;
		}

			#Inbox #navigation li .your_inbox,
			#navigation li .your_inbox:hover {
				background-position: -300px -45px;
			}

.sub_nav {
	background: #ebebeb;
	border-bottom: 1px solid #c8c8c8;
	height: 41px;
	padding: 0;
	position: relative;
}

	.sub_nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

		.sub_nav li {
			display: inline;
			margin-left: 0;
			text-align: center;
		}

			.sub_nav li a {
				border-right: 1px solid #c8c8c8;
				float: left;
				padding: 10px 15px;
			}

				.sub_nav li a:hover {
					background: #fff;
				}

			.sub_nav .active a {
				background: #fff;
				height: 22px;
			}

		.sub_nav .sub_nav_more {
			position: relative;
		}

			.sub_nav .sub_nav_more a {
				background-image: url(../Images/sub-nav-arrow.png);
				background-position: 75px 18px;
				background-repeat: no-repeat;
				border-left: 1px solid #c8c8c8;
				border-right: 0;
				float: right;
			}

				.sub_nav .sub_nav_more > a:hover {
					background-image: url(../Images/sub-nav-arrow.png);
					background-position: 75px 18px;
					background-repeat: no-repeat;
				}

			.more_nav_items {
				background: #fff;
				border-bottom-left-radius: 3px;
				border-bottom-right-radius: 3px;
				border-color: #c8c8c8;
				border-style: solid;
				border-width: 0 1px 1px 1px;
				display: none;
				position: absolute;
				padding: 5px;
				right: -434px;
				top: 42px;
				width: 150px;
				-moz-border-radius-bottomleft: 3px;
				-moz-border-radius-bottomright: 3px;
			}

				.sub_nav .more_nav_items li {
					text-align: left;
				}

				.sub_nav .more_nav_items a {
					background: none;
					border-left: 0;
					display: block;
					float: none;
					padding: 5px 10px;
				}


/* Styles
---------------------*/
.h6 {
    margin-bottom: 10px;
}

.eq_bar {
	background: #005798;
	background: -moz-linear-gradient(top, #0261A8 75%, #025b9c 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%,#0261A8), color-stop(99%,#025b9c));
	border-bottom: 1px solid #001540;
	color: #fff;
	height: 67px;
	margin-bottom: 33px;
}

	.eq_bar p {
		float: left;
		margin-bottom: 0;
		padding-top: 7px;
		width: 330px;
	}

		/*.eq_bar p a {
			color: #fff;
		}

			.eq_bar p a:hover {
				color: #8cc53f;
			}*/

	.eq_logo {
		background: url(../Images/En/eq-logo-brand-bar.png) no-repeat;
		display: block;
		height: 24px;
		margin-top: 15px;
		text-indent: -9999px;
	}

	.eq_bar ul {
		float: right;
		margin: 0;
		padding: 0;
	}

		.eq_bar li {
			float: left;
			height: 41px;
			list-style: none;
			margin: 0;
		}

			.eq_bar li img {
				display: block;
				margin: 0 auto;
			}

			.eq_bar li a {
				background: #0364ac url(../Images/btn-brand.png) center repeat-x;
				border-right: 1px solid #0580bd;
				border-left: 1px solid #0580bd;
				color: #fff;
				display: block;
				padding-top: 23px;
				text-decoration: none;
				padding: 13px 30px 12px 30px;
			}

				.eq_bar li a:hover {
					color: #8cc53f;
				}

		#Profile .btn_profile {
			color: #8cc53f;
		}

.lang_toggle {
	font-size: 12px;
	position: absolute;
	right: 0;
	top: -27px;
}

.logo {
	float: left;
	width: 225px;
}

.h1 {
	border-bottom: 1px solid #c8c8c8;
	border-top: 1px solid #c8c8c8;
	margin-bottom: 33px;
}

.space_footer {
	margin-top: 55px;
}

.forgot_pass {
	font-size: 11px;
}

.float_left {
	float: left;
}

.float_right {
    margin-top:15px;
    float: right !important;
}

.text-center {
    text-align: center;
}

.blur {
	color: #999;
}

.back_link {
	/*float: right;
	margin: 15px 10px 0 0;*/
}

.cell_right {
	text-align: right;
}

.flot,
.position_relative {
    position: relative;
}

    .graph {
	    float: left;
	    margin: 20px 0 45px 0;
	    height: 300px;
	    width: 400px;
    }

	.slice_value {
		color: #949ca1;
		font-family: 'FuturaBT-MediumCondensed', Helvetica, Arial, sans-serif;
		font-size: 38px;
		left: 147px;
		position: absolute;
		text-align: center;
		top: 140px;
		width: 100px;
		white-space: nowrap;
	}

    .slice_description {
			background: #005696;
			border-radius: 3px;
      color: #fff;
			font-size: 14px;
			left: 0;
    	margin: 0 10px;
			position: absolute;
			text-align: center;
      top: 325px;
      width: 380px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
    }

.highlight {
	background: #005696;
	color: #fff;
}

    .highlight a {
	    color: #fff;
    }

.graph_legend, #rrif_payment_legend {
	float: right;
	margin-top: 20px;
}

	.graph_legend table, #rrif_payment_legend table {
		border-left: 1px solid #c8c8c8;
		border-top: 1px solid #c8c8c8;
		width: 500px;
	}

	.legendColorBox {
		padding-left: 10px;
		width: 14px;
	}

.link_additional,
.link_show_additional_rows {
	display: block;
	margin: 0 auto;
	text-align: center;
}

	.link_additional span,
	.link_show_additional_rows span {
		background: #ebebeb;
		border: 1px solid #c8c8c8;
		border-radius: 3px;
		padding: 5px 20px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}

#steps {
  background: #e6e6e6;
  border-radius: 20px;
  margin: 0 0 35px 0;
  padding: 5px;
  width: 100%;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

  #steps ul {
    border-radius: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
  }

    #steps li {
      background: #949ca1 url(../images/step-circle.png) center center no-repeat;
      border-right: 5px solid #e6e6e6;
      cursor: pointer;
      display: inline;
      float: left;
			margin-left: 0;
      text-align: center;
      width: 230px;
    }

      #steps li:hover a {
        color: #8cc53f
      }

      .first_step {
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
        -moz-border-radius-topleft: 20px;
        -moz-border-radius-bottomleft: 20px;
        -webkit-border-top-left-radius: 20px;
        -webkit-border-bottom-left-radius: 20px;
      }

      #steps li.last_step {
        border-right: 0;
        border-bottom-right-radius: 20px;
        border-top-right-radius: 20px;
        -moz-border-radius-topright: 20px;
        -moz-border-radius-bottomright: 20px;
        -webkit-border-top-right-radius: 20px;
        -webkit-border-bottom-right-radius: 20px;
      }

      #steps li.step_active {
        background: #8cc53f url('../images/step-circle.png') center center no-repeat;
      }

        #steps li.step_active a {
          color: #8cc53f;
        }

      #steps li.step_complete {
        background: #8cc53f url('../images/16x16-complete.gif') center center no-repeat;
      }

      #steps li a {
        color: #949ca1;
        margin-top: 15px;
        padding-top: 25px;
        position: relative;
        text-decoration: none;
        top: 25px;
      }

.pwd_strength {
	border-radius: 3px;
	color: #fff;
	display: none;
	float: left;
	font-size: 12px;
	left: -155px;
	margin: 8px 0 0 5px;
	padding: 2px 5px;
	position: relative;
	text-align: center;
	top: 1px;
	width: 130px;
	-moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

	.pwd_bad {
		background: #e31b23;
	}

		.pwd_strength span {
			display: block;
			height: 25px;
			position: absolute;
			left: -6px;
			top: -4px;
			width: 7px;
		}

.pwd_good {
	background: #fcba30;
	color: #674706;
}

.pwd_strong {
	background: #8cc53f;
	color: #335307;
}

#contactinfo .checkbox_container label {
    margin-left: 0;
}

.profile_list,
.inline_row_list {
	list-style: none;
	margin: 0;
}

	.profile_list li,
	.inline_row_list > li {
		border-bottom: 1px solid #c8c8c8;
		margin-left: 0;
		padding: 10px 0;
	}

	/*.profile_list {
		min-height: 205px;
	}*/
		/*.profile_list li:last-child,
		.inline_row_list li:last-child {
			border-bottom: 0;
		}*/

		.profile_label {
			color: #8cc53f;
			font-weight: bold;
		}

		.profile_edit {
			padding-right: 8px;
			text-align: right;
		}

		.msg_date {
			text-align: right;
		}

        .profile_list p {
            margin: 0;
            padding: 0;
        }

        .profile_list a {
            text-decoration: underline;
        }

		.msg_count {
			float: right;
			font-family: FuturaBT-MediumCondensed, Arial, Helvetica, sans-serif;
			font-size: 28px;
		}

			.page_header .msg_count {
				position: relative;
				right: 10px;
				top: 5px;
			}

			.msg_count span {
				color: #949ca1;
			}

			.msg_count a,
			.unread_count {
				background: #949CA1;
				border-radius: 3px;
				padding: 4px 8px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
			}

				.msg_count .unread_count {
					color: #fff;
				}

			.h2_container .msg_count {
				font-size: 18px;
				margin: 4px 0 0 0;
				left: 3px;
				position: relative;
			}

			.h2_container .msg_count a {
				color: #fff;
			}

				.h2_container .msg_count a:hover {
					color: #b1b9be;
				}

.col_actions {
	width: 60px;
}

.col_date {
	cursor: pointer;
	width: 140px;
}

.col_subject {
	cursor: pointer;
	width: 620px
}

.asc_arrow {
	background: #949ca1 url(../Images/asc-arrow.png) right no-repeat;
	color: #fff;
	margin-right: 5px;
}

.desc_arrow {
	background: #949ca1 url(../Images/desc-arrow.png) right no-repeat;
	color: #fff;
	margin-right: 5px;
}

.checkbox_actions {
	background: #949ca1 url(../Images/white-down-arrow.png) 30px 7px no-repeat;
	border-radius: 3px;
	cursor: pointer;
	margin-left: 5px;
	position: relative;
	width: 50px;
	-moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

	.checkbox_actions:hover {
		background-color: #8cc53f;
	}

	.checkbox_actions input {
		padding-top: 3px;
	}

	.checkbox_actions_dropdown {
		background: #8cc53f;
		border-radius: 3px;
		display: none;
		left: 0;
		position: absolute;
		top: 20px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}

		.checkbox_actions_dropdown ul {
			list-style: none;
			margin-bottom: 0;
			width: 165px;
		}

			.checkbox_actions_dropdown li {
				border-bottom: 1px solid #80b33c;
				color: #fff;
				font-weight: normal;
				margin-left: 0;
				padding: 5px;
			}

				.checkbox_actions_dropdown li:last-child {
					border-bottom: 0;
				}

				.checkbox_actions_dropdown a {
					color: #fff;
					display: block;
				}

					.checkbox_actions_dropdown a:hover {
						color: #567828	;
					}

.update_panel,
.upload_error {
	border-radius: 3px;
	display: none;
	-moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

	.update_panel fieldset,
	#sign_in fieldset {
		margin-bottom: 5px
	}

	.update_panel.show {
		margin-top: 10px;
	}

.upload_error {
    top: initial !important;
    top: 0 !important;
}

.show {
	display: block;
}

.hide {
	display: none;
}

.ajax_loader {
	display: none;
}

.ajax_scroll_loader {
	margin-left: 10px;
}

.policy_list_loader,
.recent_messages_loader,
.policy_details_loader,
.profile_tab_loader,
.bank_tab_loader {
	display: block;
	margin: 10px auto;
}

.h2_container {
	background: #ebebeb;
	border-bottom: 1px solid #c8c8c8;
	padding: 2px 9px;
	width: 940px;
}

	.h2_container h2 {
		color: #949ca1;
		font-size: 24px;
		margin-bottom: 0;
	}

	.h2_recent_msgs {
		float: left;
		width: 400px
	}

.unread {
	font-weight: bold;
}

.disclaimer {
	font-size: 11px;
	margin-bottom: 10px;
}

	.section_disclaimer {
		background: #ebebeb;
		border-bottom: 1px solid #d0d0d0;
		color: #949ca1;
		padding: 0 10px;
	}

	.section_disclaimer_white {
		background: #fff;
		/*border-bottom: 1px solid #d0d0d0;*/
		color: #949ca1;
		font-size: 11px;
		padding: 10px 10px 0 10px;
	}

		.details .section_disclaimer p {
			font-size: 11px;
			padding: 5px 0;
		}

		.section_disclaimer_white p {
			margin-bottom: 0;
		}

.profile_disclaimer {
	color: #949ca1;
}

.banner {
    margin-bottom: 15px;
}

.inbox_details {
	width: 620px;
}

	.inbox_details p:last-child {
		margin-bottom: 0;
	}

.modal_contact {
	width: 960px;
}

.contact_form {
	float: left;
	width: 540px;
}

.phone_numbers {
	margin-bottom: 15px;
}

	.phone_numbers p,
	.staffed p {
		margin: 0;
	}

.contact_center {
	float: left;
	margin-right: 45px;
	width: 280px;
}

.char_count {
	color: #949ca1;
	font-family: FuturaBT-MediumCondensed, Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding-right: 10px;
	text-align: right;
}

.h2_policies {
	float: left;
	width: 49%;
}

.date_disclaimer {
	color: #949ca1;
	padding-left: 20px;
}

.as_of_date {
	color: #5b6266;
	float: right;
	font-size: 11px;
	text-align: right;
}

	.as_of_date p {
		margin: 0;
	}

.policy {
	border-bottom: 1px solid #c8c8c8;
	/*margin-bottom: 2px;*/
	padding: 10px 0;
}

	.clickable_policy:hover {
		cursor: pointer;
	}

		.clickable_policy:hover h3,
		.clickable_policy:hover .policy_data {
			color: #005696;
		}

	.policy h3 {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.policy p,
	.policy_data {
		color: #949ca1;
	}

	.policy_label {
		color: #949ca1;
		margin: 0;
		padding: 0;
	}

	.policy_data {
		font-family: FuturaBT-MediumCondensed, Arial, Helvetica, sans-serif;
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 0;
	}

	.policy_data_small {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 14px;
		line-height: 14px;
		margin-bottom: 0;
	}

	.policy_link_arrow {
		background: url(../Images/policy-link-arrow.png) no-repeat;
		display: block;
		height: 28px;
		left: 35px;
		padding: 0 5px;
		position: relative;
		text-indent: -9999px;
		top: -5px;
		width: 40px;
	}

		.policy_link_arrow:hover,
		.clickable_policy:hover .policy_link_arrow {
			background-position: 0 -28px;
		}

	.child {
		border-top: 1px solid #e3e3e3;
		padding: 10px 0;
	}

#policy_details,
#policy_result {
	min-height: 50px;
}

.policy_section {

}

.policy_section_heading {
	background: #ebebeb;
	border-bottom: 1px solid #d0d0d0;
	border-top: 1px solid #d0d0d0;
	color: #949ca1;
	font-size: 20px;
	margin-bottom: 0;
	margin-top: 2px;
	padding: 2px 9px;
}

.policy_overview {
	border-bottom: 1px solid #d0d0d0;
	padding: 5px 0;
}

.Annuities .total_investments {
	border-bottom: 1px solid #d0d0d0;
}

.total_investments {
	background: url(../Images/bg-total-investment.png) center center repeat-x;
	color: #8cc53f;
	font-family: FuturaBT-MediumCondensed, Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding: 10px;
	position: relative;
}

	.total_investments p {
		background: #fff;
		margin: 0;
	}

	.total_investment_label {
		background: url(../Images/30x24-investment-chart.png) no-repeat;
		float: left;
		padding: 0 10px 0 0;
	}

		.total_investment_label img {
			margin-right: 10px;
			margin-top: -4px;
		}

	.total_investments_total {
		float: right;
		padding: 0 10px;
		position: absolute;
		right: 77px
	}

.total_alignment {
	text-align: right;
}

.unavailable_title {
    color: #005696;
    font-family: FuturaBT-MediumCondensed, Arial, Helvetica, sans-serif;
    font-size: 20px;
	padding: 10px;
	position: relative;
    border-bottom: 1px solid #d0d0d0;
}

.category_total {
	background: url(../Images/32x32-angle-pattern.png) repeat-x;
	border-bottom: 1px solid #d0d0d0;
	color: #949ca1;
	font-family: FuturaBT-MediumCondensed, Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-bottom: 2px;
}

	.category_total .grid_9 {
		text-align: right;
	}

.category_total_amount {
	background: #fff;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	text-align: right;
	width: 150px;
}

.container_12 .grid_2.category_total_amount {
	width: 150px;
}

	.category_total_amount span {
		padding: 0 10px;
	}

.details {
	border-top: 1px solid #c8c8c8;
	margin-top: 10px;
	width: 958px;
}

.details_row {
    border-bottom: 1px solid #c8c8c8;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
}

		.details h2 {
			/*font-size: 30px;*/
			font-size: 24px;
			margin-bottom: 5px;
		}

		.details h3 {
			font-size: 24px;
			margin-bottom: 5px;
		}

			.details_row h3 a,
			.tbl_investment_values a {
				background: url(../images/10x10-external-link.png) right center no-repeat;
				padding-right: 15px;
				text-decoration: underline;
			}

		.details p {
			margin: 0;
			padding: 0;
		}

		.detail_label {
			color: #8cc53f;
			font-weight: bold;
		}

		.details_insured {
			margin-top: 10px;
		}

.divider {
	background: #ebebeb;
	border-bottom: 1px solid #d0d0d0;
	height: 5px;
}

.details_address p {
	margin: 0 0 4px 0;
	padding: 0;
}

.bar_tooltip {
	background: #fff;
	border: 2px solid #005696;
	border-radius: 3px;
	padding: 5px;
	position: absolute;
}

#no_transactions, #transaction_fetch_error, #no_future_transactions, #start_date_first, #max_one_year {
	margin: 15px auto;
	width: 920px;
}

.date_filters {
	background: #ebebeb;
	border-bottom: 1px solid #c8c8c8;
	color: #949ca1;
	font-weight: bold;
	padding: 2px;
}

	.date_filters label {
		display: inline-block;
		margin-left: 5px;
	}

	.date_filters select {
		background: #fff;
		padding: 6px;
	}

	.date_filters input {
		background: #fff;
		padding: 7px;
	}

#custom_date_fields {
	display: inline-block
}

#from_date,
#to_date {
	width: 110px;
}

.modal_content {
	margin: 0;
	padding: 10px;
	width: 500px;
}

/* Tables
---------------------*/
.tbl_inbox {
	margin-bottom: 10px;
}

	.tbl_inbox th {
		padding: 10px 5px 5px 5px;
	}

.file,
.text {
	display: block;
}

.tbl_investment_values {
	margin-bottom: 0;
	width: 100%
}


.th_fund_name {
	width: 55%;
}

.tbl_rates_of_return  th.th_fund_name{
	width: 100%;
}

.tbl_rates_of_return  td.cell_right
{
	text-align: center;
}

.th_value {
	width: 10%;
}

.tbl_maturity {
	border-top: 1px solid #d0d0d0;
	margin-bottom: 0;
	margin-top: 10px;
	width: 100%;
}

.tbl_total_investments {
	margin-bottom: 0;
	width: 100%;
}

	.tbl_total_investments th {
		background: #fff;
		border: 0;
		padding: 2px 10px 2px 2px;
		width: 25%;
	}

	.tbl_total_investments th:first-child,
	.th_total_deposits {
		width: 15%;
	}

	.tbl_total_investments td {
		color: #949ca1;
		font-family: FuturaBT-MediumCondensed;
		font-size: 18px;
		padding: 2px 10px 2px 2px;
	}




/* Forms
---------------------*/
button, .btn {
	background: #8cc53f url(../Images/bg-btn.gif) top repeat-x;
	border: 1px solid #5c8426;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	padding: 7px 20px;
	text-decoration: none;
	text-shadow: 1px 1px 2px #5c8426;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

	button:hover,
	.btn:hover {
		color: #5c8426;
		cursor: pointer;
		text-shadow: none;
	}

.btn_a {
    background: none;
    border: 0;
    color: #005696;
    text-decoration: underline;
    text-shadow: none;
}

    .btn_a:hover {
        color: #8cc53f;
    }

.btn-disabled,
.btn-disabled:hover {
    background: #eaeaea;
    border-color: #eaeaea;
    color: #949ca1;
    cursor: auto;
    text-shadow: none;
}

/*
    Button primary
*/

.btn-primary {
  background:#005798;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  border:1px solid #195b6d;
  text-shadow: 1px 1px 2px #5c8426;
  font-size: 14px;
  text-decoration: none;
}

.btn-primary:hover {
    color: #042c57;
	cursor: pointer;
	text-shadow: none;
}

/*
    End button primary
*/


label {
	display: block;
}

input, select, textarea {
	border: 1px solid #c8c8c8;
	border-radius: 3px;
	padding: 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

	input:focus, select:focus, textarea:focus {
		border: 1px solid #8cc53f;
	}

input[type="radio"],
input[type="checkbox"]	{
	background: none;
	border: 0;
}

select {
	padding: 5px;
}

textarea {
	font-family: Helvetica, Arial, sans-serif;
}

.checkbox_container {
	margin: 15px 0 10px 0;
}

	.checkbox_container .input_container {
		float: left;
		padding: 2px;
		width: 20px;
	}

	.checkbox_container label {
		float: left;
		margin-left: 10px;
	}

	.remember_me {
		margin-bottom: 10px;
	}

	.remember_me input {
		float: left;
		margin-right: 10px;
	}

.checkbox_float {
    float: left;
    width: 30px;
}

.checkbox_floated_label {
    float: left;
    width: 400px;
}

.radio_container {
    margin: 10px 0;
}

	.radio_container input {
		float: left;
	}

	.radio_container label {
		float: left;
	}

.input_container {
	background: #fff;
	border-radius: 3px;
	margin-bottom: 10px;
	padding: 4px 0;
	position: relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.input_name,
.input_email,
.input_password,
.input_username,
.input_answer,
.input_cat,
.input_address,
input_bank-holder,
.select_question {
	width: 293px;
}

	.input_postal,
	.input_policy,
	.input_dob {
		width: 166px;
	}

    .input_date {
		width: 200px;
	}

	.input_pin {
		width: 284px;
	}

		.input_pin button {
			padding-bottom: 6px;
			padding-top: 6px;
		}

	.input_message {
		padding: 7px 0 0 7px;
		width: 412px;
	}

	.password_container label,
	.answer_container label {
		float: left;
		width: 182px;
	}

		.password_container a,
		.answer_container a {
			font-size: 11px;
		}

	.answer_container label {
		width: 170px;
	}

	.trust_me label {
		display: inline-block;
	}

	.trust_me a {
		font-size: 11px;
		margin-left: 5px;
	}

	.input_name input,
	.input_email input,
	.input_password input,
	.input_username input,
	.input_answer input,
    .input_address input
    .input_address select {
		width: 278px;
	}

		.input_postal input,
		.input_policy input,
		.input_dob input {
			width: 221px;
		}

		.input_pin input {
			width: 190px;
		}

		.input_cat select {
			width: 290px;
		}

		.input_message textarea {
			height: 200px;
			width: 391px;
		}

		.ask_security_question_form .input_answer .field-validation-error {
			width: 365px;
		}

.select_question {
	width: 533px;
}

	.select_question select {
		width: 532px;
	}

.input_checkbox {
	background: none;
	float: left;
	padding: 0;
	width: 22px;
}

.tbl_checkbox {
	float: left;
	margin-left: 10px;
}

.input_bank_holder {
    margin-bottom: 0;
}

.input_tip_space {
    margin-bottom: 10px;
}

label.error,
.field-validation-error span,
.error {
  background: #e31b23;
	border-radius: 3px;
  color: #fff;
  font-size: 12px;
	padding: 4px 10px;
  width: 99%;
	-moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

  .validation_msg,
	.field-validation-error {
    display: none;
    position: absolute;
  }

    .validation_error,
    .field-validation-error {
        background: url(../Images/validation-error-arrow.png) 0 9px no-repeat;
        color: #fff;
        display: block;
        float: left;
        font-weight: normal;
        padding: 4px;
    }

	.input_name .field-validation-error,
	.input_email .field-validation-error,
	.input_password .field-validation-error,
	.input_answer .field-validation-error,
    .input_address .field-validation-error,
    .input_bank-holder .field-validation-error {
        left: 300px;
		top: 5px;
        width: 240px;
	}

	.input_username .field-validation-error {
        left: 300px;
		top: 5px;
        width: 375px;
	}

	.input_postal .field-validation-error,
	.input_policy .field-validation-error,
	.input_pin .field-validation-error,
	.input_dob .field-validation-error {
		left: 242px;
		top: 5px;
        width: 250px;
	}

    .input_date .field-validation-error {
		left: 206px;
		top: 5px;
        width: 250px;
	}

    .input_phone .field-validation-error {
		left: 370px;
		top: 5px;
        width: 325px;
	}

    .input_bank_holder .field-validation-error {
		left: 320px;
		top: 5px;
        width: 325px;
	}

    .input_transit .field-validation-error,
    .input_bank_number .field-validation-error,
    .input_account .field-validation-error {
		left: 125px;
		top: 5px;
        width: 325px;
	}

	.input_policy .field-validation-error {
	    width: 355px;
	}

    .input_cheque .field-validation-error {
        left: 215px;
    }

    .input_file_upload {
        position: relative;
    }

    .input_file_upload .field-validation-error {
        left: 160px;
    }

	.input_message .field-validation-error {
		left: 415px;
		top: 5px;
    width: 240px;
	}

	.select_question .field-validation-error {
    left: 538px;
		top: 5px;
    width: 500px;
	}

    .input_withdrawal_date .field-validation-error {
        left: 200px;
        top: 27px;
        width: 200px;
    }

.validation-summary-errors,
.error_summary {
	background: #e31b23;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	color: #fff;
	padding: 5px;
	position: relative;
	top: -33px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
}

.error_summary.update_contact_info, .error_summary.update_bank_info {
    top: 0;
    margin-bottom: 15px;
}

.error_summary.connect_policy a {
    color: white;
	text-decoration: underline;
}

#policy_result.policy_error {
	background: #e31b23;
	border-radius: 3px;
	color: #fff;
	min-height: auto;
	margin: 5px;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

	#facebox .error_summary,
	.policy .error_summary,
	.policy .success,
	#policy_details_error.error_summary {
		top: 0;
		border-radius: 3px;
		margin-bottom: 15px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}

		#policy_details_error.error_summary {
			margin: 15px;
			width: 900px;
		}

		.policy .error_summary,
		.policy .success {
			margin: 0 10px 10px 10px;
		}

			.policy .error_summary p {
				color: #fff;
			}

			.policy .success p {
				color: #335307;
			}

	.update_panel .error_summary {
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}

	.validation-summary-errors a {
		color: #fff;
		text-decoration: underline;
	}

		.validation-summary-errors a:hover {
			text-decoration: none;
		}

.success {
	background: #8cc53f;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	color: #335307;
	padding: 5px;
	position: relative;
	top: -33px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
}

	.policy_connect_success {
		top: 0;
	}

	.interior_success > .success,
	#facebox .success,
	.interior_failed > .validation-summary-errors {
		border-radius: 3px;
		color: #335307;
		padding: 5px 10px;
		top: 0;
		margin-bottom: 15px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}

.warning {
	background: #fcba30;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	color: #674706;
	padding: 5px;
	position: relative;
	top: -33px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
}

.policy .policy_restricted {
	background: #fcba30;
	border-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	color: #674706;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.pending_email {
	color: #fcba30;
	font-weight: bold;
	margin-left: 20px;
	text-transform: uppercase;
}

.pending {
    background: #fcba30;
    color: #674706;
    border-radius: 3px;
    margin: 10px 0;
    padding: 5px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.error_summary {
	display: none;
	padding: 5px 10px;
}

.policy_list_error,
.warning_content {
	background: #fcba30;
	border-radius: 3px;
	color: #674706;
	margin: 10px auto 5px auto;
	padding: 5px;
	width: 940px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.error_content {
	background: #e31b23;
	border-radius: 3px;
	color: #fff;
	margin: 10px auto 5px auto;
	padding: 5px;
	width: 940px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.tbl_maturity .warning_content {
	padding: 5px;
	width: 928px;
}

	.details_row .warning_content {
		margin: 0 auto;
	}

	.success p,
	.warning p,
	.error_summary p,
	.interior_success p {
		margin: 0;
	}

	.validation-summary-errors ul,
	.error_summary ul {
		list-style: none;
		margin: 0 0 0 4px;
		padding: 0;
	}

		.validation-summary-errors li,
		.error_summary {
			margin: 0;
		}

.no_msgs {
	border-bottom: 1px solid #c8c8c8;
}

.no_msgs .no_broder {
	border: 0;
}

.no_msgs,
.unavailable_msg {
	padding: 10px 0;
	text-align: center;
}

	.no_msgs p {
		margin-bottom: 0;
	}

	.no_msgs p a {
		font-weight: bold;
		text-decoration: underline;
	}

#load_more {
	display: none;
	margin-left: 72px;
}

.frm_connect {
	float: left;
	margin: 0;
	padding: 10px;
	width: 425px;
}

.connect_help {
	float: left;
	padding: 10px;
}

	.connect_help ul {
		margin-bottom: 10px;
	}

	.connect_help h2 {
		font-size: 24px;
		margin-bottom: 5px;
	}

	.connect_help h3 {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.connect_help a {
		background: url(../images/10x10-external-link.png) right center no-repeat;
		padding-right: 15px;
	}

.password_desc {
	background: #eaeaea;
	border-radius: 3px;
	display: none;
	margin-bottom: 10px;
	padding: 5px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

	.password_desc p {
		font-size: 12px;
		margin: 0;
	}

.total_account_value td {
	color: #949ca1;
	font-weight: bold;
}

.html_inbox {
    margin-top: 10px;
}

/* Icons & Buttons
---------------------*/
.btn_connect {
	background-image: url(../Images/bg-btn.gif), url(../Images/btn-add.gif);
	background-position: 0 0, 5px center;
	background-repeat: repeat-x, no-repeat;
	float: right;
	left: -6px;
	padding: 5px 10px 5px 20px;
	position: relative;
	/*top: 12px;*/
	top: 9px;
}

.btn_group {
    margin: 10px 0;
}

    .btn_group a {
        margin: 0 20px;
    }

.btn_view_policies {
	float: right;
	left: -10px;
	position: relative;
	top: 10px;
}

.btn_loading {
	margin-left: 30px;
}

	.tbl_inbox td .btn_loading,
	.recent_messages .btn_loading {
		display: block;
		margin-left: 0;
	}

.icn_16 {
	background: url(../Images/16x16-icons.png) 0 0 no-repeat;
	margin-right: 5px;
	height: 16px;
	width: 16px;
}

	.icn_important {
		background-position: 0 0;
	}

		.icn_important:hover {
			background-position: -16px -20px;
		}

	.icn_action_req {
		background-position: -32px -40px;
	}

		.icn_action_req:hover {
			background-position: -50px -61px;
		}

.icn_pdf {
	background: url(../Images/20x10-icn-pdf.png) right no-repeat;
	margin-right: 5px;
	padding-right: 25px;
}

.btn_cancel,
.btn_hide_additional {
	display: none;
}

.btn_cancel_modal {
	font-size: 11px;
	margin-left: 15px;
}

.create_policy_info h3 {
	font-size: 30px
}

.create_policy_info h4 {
	font-size: 26px
}

.input_group {
    margin: 7px 0;
}

.input_xl {
    width: 400px
}

.input_lg {
    width: 300px
}

.input_med {
    width: 200px
}

.input_sm {
    width: 100px
}

.input_xs {
    width: 75px
}

.input_tip {
    color: #949ca1;
    font-size: 12px;
    margin-left: 10px;
}

.input_area-code {
    width: 50px;
}


/* Clears
---------------------*/
.clear {
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}


/* Facebox
---------------------*/
#facebox {
	left: 0;
	position: absolute;
	text-align: left;
  top: 0;
	z-index: 100;
}

	#facebox h1 {
		margin-bottom: 20px;
		margin-top: 20px;
	}

	#facebox #container {
		margin-top: 15px;
	}

	#facebox .page_header h1 {
		float: none;
		margin: 0;
		padding: 5px 10px;
	}

	#facebox .popup {
		border: 3px solid rgba(0,0,0,0);
		border-radius: 3px;
		box-shadow: 0 0 18px rgba(0,0,0,0.4);
		position: relative;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-box-shadow: 0 0 18px rgba(0,0,0,0.4);
		-moz-box-shadow: 0 0 18px rgba(0,0,0,0.4);
	}

		#facebox .content {
			background: #fff;
			border-radius: 2px;
			display: table;
			padding: 10px;
			/*width: 370px;*/
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
		}

		#facebox .content > p:first-child {
			margin-top: 0;
		}

		#facebox .content > p:last-child {
			margin-bottom: 0;
		}

		#facebox .close {
			background: #fff;
			padding: 2px;
			position: absolute;
			right: 5px;
			top: 0;
		}

		#facebox .close img {
			opacity: 0.3;
		}

		#facebox .close:hover img {
			opacity: 1.0;
		}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.facebox_hide {
  z-index: -100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

.terms_of_use {
	border: 1px solid #c8c8c8;
	border-radius: 3px;
	font-size: 11px;
	height: 200px;
	margin-top: 20px;
	padding: 6px;
	overflow: auto;
	width: 940px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


	.terms_of_use h1,
	.terms_of_use h2,
	.terms_of_use h3 {
		color: #333;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 12px;
		font-weight: bold;
		line-height: 18px;
		margin-bottom: 10px;
	}

		.terms_of_use h1 {
			font-size: 16px;
		}

.consent_and_agreement {
	background: #fff url(../Images/bg-input.gif) repeat-x;
	border: 1px solid #c8c8c8;
	border-radius: 3px;
	font-size: 11px;
	height: 200px;
	margin-top: 20px;
	padding: 6px;
	overflow: auto;
	width: 650px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

    .consent_and_agreement ul {
        margin-bottom: 0;
    }

    .consent_and_agreement li {
        border: 0;
        padding: 5px 0;
    }

    .consent_and_agreement p {
        margin-bottom: 10px;
        padding-bottom: 5px;
    }

	.consent_and_agreement h1,
	.consent_and_agreement h2,
	.consent_and_agreement h3 {
		color: #333;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 12px;
		font-weight: bold;
		line-height: 18px;
		margin-bottom: 10px;
	}

		.consent_and_agreement h1 {
			font-size: 16px;
		}

.effective_delay {
    margin-top: 10px;
}

.paperless_disclaimer {
	font-size: 11px;
    margin: 15px 0;
}

.must_agree_warning {
	color: #e31b23;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  width: 275px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
	display: none;
  padding: 8px 14px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  background-color: #005696;
	color: #fff;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 2px 2px 0 0;
     -moz-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0;
}

.popover-content {
	color: #333;
	font-weight: bold;
	line-height: 24px;
  padding: 5px 10px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
}

.nowrap {
	white-space: nowrap;
}

.no_information {
	color: #949ca1;
	font-weight: bold;
	margin-top: 15px;
	padding: 0 10px;
}

.header_messages {
	position: relative;
}

	.header_messages .lang_toggle {
		right: 10px;
	}

.messages {
	margin: 25px 0 75px 0;
}

	.messages .btn {
		margin-right: 15px;
	}

	.messages .btn_a {
		background: #fff;
	}

	.messages a {
		text-decoration: underline
	}

.footer_messages {
	margin: 0;
}

.section-heading {
    border-bottom: 1px solid #c8c8c8;
    font-weight: bold;
    margin: 10px 0 0 0;
    padding-bottom: 5px;
    padding-left: 10px;
}

    .section-heading p {
        color: #005696;
        margin-bottom: 5px;
    }

.address {
    font-style: normal;
    margin-bottom: 0;
}

    .address p {
        margin: 0;
        padding: 0;
    }

p.policy_phone_number {
    margin: 10px 0 0 0;
}

.profile-select-policy {
    padding: 10px 5px;
}

.update_bank_panel {
    margin-top: 15px;
}

    .update_bank_panel p {
        margin-bottom: 10px;
    }

.page_header_edit {
    padding-top: 12px;
    text-align: right;
}

.bankinginfo_msg {
    padding: 10px;
    text-align: center;
}

#bankinfo_update_panel fieldset {
    position: relative;
}

.sample-cheque {
    left: 375px;
    position: absolute;
    top: 155px;
}

.update_notes {
    color: #949ca1;
    font-size: 12px;
    margin: 10px 0;
}

.btn-file-upload {
    position: relative;
    overflow: hidden;
}

.btn-file-upload input[type=file] {
    cursor: inherit;
    display: block;
    filter: alpha(opacity=0);
    position: absolute;
    opacity: 0;
    outline: none;
    right: 0;
    top: 0;
    width: 80px;
}

.form_upload {
    margin-bottom: 25px;
}

    .form_upload label {
        margin-bottom: 10px;
    }

.dl-horizontal dt {
    float: left;
    overflow: hidden;
    clear: left;
    padding: 2px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 350px;
    padding: 2px 0;
    text-align: right;
  }

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    display: table;
    content: " ";
}

.dl-horizontal dd:after {
    clear: both;
}

.delete_link {
    color: #e31b23;
}

.upload_cheque_error {
    margin-top: 35px;
}

.dollar_sign {
    background: url('../Images/dollar-sign.gif') 5px no-repeat;
    padding-left: 20px;
}

.bene-steps {
    margin-top: 15px;
}

    .bene-steps a {
        text-decoration: underline;
    }

.bene_upload {
    margin-left: 15px;
}

.btn_cancel_bene {
    font-size: 12px;
    margin-left: 15px;
}

.bene_edit {
    margin-top: 10px;
    padding-right: 15px;
    text-align: right;
}

    .bene_edit a {
        text-decoration: underline
    }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #005696;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}

.progress-bar[aria-valuenow="0"] {
  min-width: 30px;
  color: #777;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}


/*Hacks*/
@-moz-document url-prefix() {
	.more_nav_items {
		top: 55px;
	}
}

 .green-callout {
  background: #8cc53f;
  padding: 5px;
  color: #fff;
  }


/* ============================================================
 * bootstrapSwitch v1.8 by Larentis Mattia @SpiritualGuru
 * http://www.larentis.eu/
 *
 * Enhanced for radiobuttons by Stein, Peter @BdMdesigN
 * http://www.bdmdesign.org/
 *
 * Project site:
 * http://www.larentis.eu/switch/
 * ============================================================
 * Licensed under the Apache License, Version 2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 * ============================================================ */
.has-switch {
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  vertical-align: middle;
  min-width: 100px;
}
.has-switch.switch-mini {
  min-width: 72px;
}
.has-switch.switch-mini i.switch-mini-icons {
  height: 1.20em;
  line-height: 9px;
  vertical-align: text-top;
  text-align: center;
  transform: scale(0.6);
  margin-top: -1px;
  margin-bottom: -1px;
}
.has-switch.switch-small {
  min-width: 80px;
}
.has-switch.switch-large {
  min-width: 120px;
}
.has-switch.deactivate {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.has-switch.deactivate label,
.has-switch.deactivate span {
  cursor: default !important;
}
.has-switch > div {
  display: inline-block;
  width: 150%;
  position: relative;
  top: 0;
}
.has-switch > div.switch-animate {
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
}
.has-switch > div.switch-off {
  left: -50%;
}
.has-switch > div.switch-on {
  left: 0%;
}
.has-switch input[type=radio],
.has-switch input[type=checkbox] {
  display: none;
}
.has-switch span,
.has-switch label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  display: inline-block;
  height: 100%;
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 14px;
  line-height: 20px;
}
.has-switch span.switch-mini,
.has-switch label.switch-mini {
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 10px;
  line-height: 9px;
}
.has-switch span.switch-small,
.has-switch label.switch-small {
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 12px;
  line-height: 18px;
}
.has-switch span.switch-large,
.has-switch label.switch-large {
  padding-bottom: 9px;
  padding-top: 9px;
  font-size: 16px;
  line-height: normal;
}
.has-switch label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  width: 34%;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  color: #333333;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.has-switch label:hover,
.has-switch label:focus,
.has-switch label:active,
.has-switch label.active,
.has-switch label.disabled,
.has-switch label[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.has-switch label:active,
.has-switch label.active {
  background-color: #cccccc \9;
}
.has-switch label i {
  color: #000;
  text-shadow: 0 1px 0 #fff;
  line-height: 18px;
  pointer-events: none;
}
.has-switch span {
  text-align: center;
  z-index: 1;
  width: 33%;
}
.has-switch span.switch-left {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.has-switch span.switch-right {
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: -o-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: linear-gradient(to bottom, #e6e6e6, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffffffff', GradientType=0);
  border-color: #ffffff #ffffff #d9d9d9;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ffffff;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.has-switch span.switch-right:hover,
.has-switch span.switch-right:focus,
.has-switch span.switch-right:active,
.has-switch span.switch-right.active,
.has-switch span.switch-right.disabled,
.has-switch span.switch-right[disabled] {
  color: #333333;
  background-color: #ffffff;
  *background-color: #f2f2f2;
}
.has-switch span.switch-right:active,
.has-switch span.switch-right.active {
  background-color: #e6e6e6 \9;
}
.has-switch span.switch-primary,
.has-switch span.switch-left {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #005fcc;
  background-image: -moz-linear-gradient(top, #0044cc, #0088cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0044cc), to(#0088cc));
  background-image: -webkit-linear-gradient(top, #0044cc, #0088cc);
  background-image: -o-linear-gradient(top, #0044cc, #0088cc);
  background-image: linear-gradient(to bottom, #0044cc, #0088cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0044cc', endColorstr='#ff0088cc', GradientType=0);
  border-color: #0088cc #0088cc #005580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0088cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.has-switch span.switch-primary:hover,
.has-switch span.switch-left:hover,
.has-switch span.switch-primary:focus,
.has-switch span.switch-left:focus,
.has-switch span.switch-primary:active,
.has-switch span.switch-left:active,
.has-switch span.switch-primary.active,
.has-switch span.switch-left.active,
.has-switch span.switch-primary.disabled,
.has-switch span.switch-left.disabled,
.has-switch span.switch-primary[disabled],
.has-switch span.switch-left[disabled] {
  color: #ffffff;
  background-color: #0088cc;
  *background-color: #0077b3;
}
.has-switch span.switch-primary:active,
.has-switch span.switch-left:active,
.has-switch span.switch-primary.active,
.has-switch span.switch-left.active {
  background-color: #006699 \9;
}
.has-switch span.switch-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #41a7c5;
  background-image: -moz-linear-gradient(top, #2f96b4, #5bc0de);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2f96b4), to(#5bc0de));
  background-image: -webkit-linear-gradient(top, #2f96b4, #5bc0de);
  background-image: -o-linear-gradient(top, #2f96b4, #5bc0de);
  background-image: linear-gradient(to bottom, #2f96b4, #5bc0de);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f96b4', endColorstr='#ff5bc0de', GradientType=0);
  border-color: #5bc0de #5bc0de #28a1c5;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #5bc0de;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.has-switch span.switch-info:hover,
.has-switch span.switch-info:focus,
.has-switch span.switch-info:active,
.has-switch span.switch-info.active,
.has-switch span.switch-info.disabled,
.has-switch span.switch-info[disabled] {
  color: #ffffff;
  background-color: #5bc0de;
  *background-color: #46b8da;
}
.has-switch span.switch-info:active,
.has-switch span.switch-info.active {
  background-color: #31b0d5 \9;
}
.has-switch span.switch-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #58b058;
  background-image: -moz-linear-gradient(top, #51a351, #62c462);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#51a351), to(#62c462));
  background-image: -webkit-linear-gradient(top, #51a351, #62c462);
  background-image: -o-linear-gradient(top, #51a351, #62c462);
  background-image: linear-gradient(to bottom, #51a351, #62c462);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff51a351', endColorstr='#ff62c462', GradientType=0);
  border-color: #62c462 #62c462 #3b9e3b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #62c462;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.has-switch span.switch-success:hover,
.has-switch span.switch-success:focus,
.has-switch span.switch-success:active,
.has-switch span.switch-success.active,
.has-switch span.switch-success.disabled,
.has-switch span.switch-success[disabled] {
  color: #ffffff;
  background-color: #62c462;
  *background-color: #4fbd4f;
}
.has-switch span.switch-success:active,
.has-switch span.switch-success.active {
  background-color: #42b142 \9;
}
.has-switch span.switch-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f9a123;
  background-image: -moz-linear-gradient(top, #f89406, #fbb450);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f89406), to(#fbb450));
  background-image: -webkit-linear-gradient(top, #f89406, #fbb450);
  background-image: -o-linear-gradient(top, #f89406, #fbb450);
  background-image: linear-gradient(to bottom, #f89406, #fbb450);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff89406', endColorstr='#fffbb450', GradientType=0);
  border-color: #fbb450 #fbb450 #f89406;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #fbb450;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.has-switch span.switch-warning:hover,
.has-switch span.switch-warning:focus,
.has-switch span.switch-warning:active,
.has-switch span.switch-warning.active,
.has-switch span.switch-warning.disabled,
.has-switch span.switch-warning[disabled] {
  color: #ffffff;
  background-color: #fbb450;
  *background-color: #faa937;
}
.has-switch span.switch-warning:active,
.has-switch span.switch-warning.active {
  background-color: #fa9f1e \9;
}
.has-switch span.switch-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #d14641;
  background-image: -moz-linear-gradient(top, #bd362f, #ee5f5b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bd362f), to(#ee5f5b));
  background-image: -webkit-linear-gradient(top, #bd362f, #ee5f5b);
  background-image: -o-linear-gradient(top, #bd362f, #ee5f5b);
  background-image: linear-gradient(to bottom, #bd362f, #ee5f5b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd362f', endColorstr='#ffee5f5b', GradientType=0);
  border-color: #ee5f5b #ee5f5b #e51d18;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ee5f5b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.has-switch span.switch-danger:hover,
.has-switch span.switch-danger:focus,
.has-switch span.switch-danger:active,
.has-switch span.switch-danger.active,
.has-switch span.switch-danger.disabled,
.has-switch span.switch-danger[disabled] {
  color: #ffffff;
  background-color: #ee5f5b;
  *background-color: #ec4844;
}
.has-switch span.switch-danger:active,
.has-switch span.switch-danger.active {
  background-color: #e9322d \9;
}
.has-switch span.switch-default {
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: -o-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: linear-gradient(to bottom, #e6e6e6, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffffffff', GradientType=0);
  border-color: #ffffff #ffffff #d9d9d9;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ffffff;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.has-switch span.switch-default:hover,
.has-switch span.switch-default:focus,
.has-switch span.switch-default:active,
.has-switch span.switch-default.active,
.has-switch span.switch-default.disabled,
.has-switch span.switch-default[disabled] {
  color: #333333;
  background-color: #ffffff;
  *background-color: #f2f2f2;
}
.has-switch span.switch-default:active,
.has-switch span.switch-default.active {
  background-color: #e6e6e6 \9;
}

@media (max-width: 980px) {

    .sample-cheque {
        left: 225px;
    }

}

.generate_report {
    margin-right:10px;
    margin-bottom:10px;
}

.investments_view_funds
{
	margin: 15px;
	float:left;
}

.margin_10
{
	margin:10px;
}

.button_back {
    margin-left: 65px;
}

.postal-code::placeholder {
	opacity: 0.6;
}
