/***** CSS Reset *****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,table,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption, tbody, tfoot, thead, tr, th, td {
	
	border:0;
	font-size:100%;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline;
}
body {
	line-height:1;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
/* remember to define focus styles! */
:focus {
	outline:0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
}
/***** Set Font Size *****/
* { 
	font-size:100.01%; 
}
html { 
	font-size:62.5%; 
}
body {
	font:1.2em Arial, Helvetica, sans-serif;
}
/***** Links *****/
a {
	color:#3366cc;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:focus {
	outline:1px dotted #000;
}
/***** General Styles *****/
p {
	margin:5px 0 7px 0;
}
sup {
	font-size:.9em;
	position:relative;
	top:-4px;
}
.nowrap { 
	white-space:nowrap;
}
ul.bulleted {	
	list-style:disc;
	margin:0 0 0 15px;
}
li {
	margin-bottom:10px;
}
.break-list li a {
	display:block;
}
.hide {
	left:-9999px;
	position:absolute;
}
.disclaim {
	font-size:.9em;
}
label {
	margin-bottom:5px;
}

/***** Layout *****/
body {
	text-align:center
}

#wrapper {
	border:1px solid #000;
	margin:0 auto; 
	overflow:hidden;
	text-align:left; 
	width:948px;
}
/***** Header *****/
#header {
	background:url(../images/header-bg.gif) repeat-x 0 100%;
	height:95px;
	width:948px;
}
h1 {
	background:url(../images/logo-riversource.gif) no-repeat;
	display:inline;
	float:left;
	height:35px;
	margin:30px 0 0 17px;
	text-indent:-9999em;
	width:168px;
}
#topnav {
	display:inline;
	float:right;
	margin:12px 6px 0 0;
}
#topnav li {
	background:url(../images/topnav-divider.gif) no-repeat 0 2px;	
	display:inline;
	float:left;
	margin-left:10px;
	padding-left:10px;
}
#topnav li.first {
	background:none;
}
#topnav a:link, #topnav a:visited  {
	color:#002f5d;
	font-size:1em;
	font-weight:bold;
}
#helpnav {
	clear:both;
	display:inline;
	float:right;
	margin-right:6px;
}
* html #helpnav {
	margin-top:40px;
}
*+html #helpnav {
	margin-top:40px;
}
#helpnav li {
	float:left;
	margin-left:10px;
}
/***** Welcome Headers *****/
h2 {
	background:#ffffff;
	font-size:1.2em;
	font-weight:bold;
	padding:7px 0 7px 17px;
}
h3 {
	background:#dcf1f7;
	font-weight:bold;
	padding:7px 0;
	text-align:center;
}
/***** Identification Block *****/
#identification {
	/* width:948px; width and side padding should equal 948px */
	border-bottom:5px solid #578cd2;
	width:925px;
	padding:10px 6px 5px 17px;
	overflow:hidden;
}
#identification .left {
	float:left;
	width:460px
}
#identification .right {
	float:right;
    text-align:right;
	width:460px;
}
#identification .total-contracts {
	font-weight:bold;
	margin-bottom:0;
}
#identification .disclaim {
	margin-top:0;
}
#identification .combined-value {
	font-weight:bold;
	margin-top:20px;
}
#identification p .lineup {
	float:left;
	width:260px;
}
#bob #identification #tools {
	margin-top:50px;
}
#identification .button, 
#identification .submit {
	font-size:1em;
	width:6.5em;
}
#identification #overview label {
	display:block;
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:20px;
}
#identification #transactions {
	margin-right:10px;
}
/***** Holder *****/
#holder {
	padding:10px 50px;
	/*width:948px;*/
	width:848px;
}
#summary #holder, 
#history #holder,
#alloc #holder,
#riders #holder,
#co #holder, 
#trans #holder {
		padding:10px 11px 10px 17px;
	/* width:948px; width and side padding should equal 948px */
	width:914px;
}
#data-selector {

	overflow:hidden;
}
* html #data-selector {
	margin-bottom:7px;
}
*+html #data-selector {
	margin-bottom:7px;
}
#data-selector li {
	float:left;
	margin-right:25px;
}
#alerts {
	clear:both;
	margin-bottom:10px;
}
#alerts a {
	background:url(../images/alerts-link-bg.gif) no-repeat 0 3px;
	color:red;
	padding-left:12px;
}
/* Main Data Table */
.data-table {
	clear:both;
	width:848px;
}
#summary .data-table, 
#history .data-table,
#alloc .data-table,
#riders .data-table,
#co .data-table {
	border:1px solid #5acaea;
	width:914px;
}
.data-table thead th {
	background:#5acaea;
	color:#ffffff;
	padding:5px;
}
.data-table td {
	padding:5px;
}

.data-table .alt td {
	background:#f7f3f3;
}
.data-table a, 
.data-table span {
	display:block;
}
.sort th a {
	background:url(../images/arrow-up-bg.gif) no-repeat 100% 2px;
	display:inline;
	padding-right:12px;
}
.sort th a.down {
	background-image:url(../images/arrow-down-bg.gif);
}
.data-table tfoot td {
	font-weight:bold;
}
/* Main Data Tables Columns */
.data-table .ownership {
	width:184px;
}
.data-table .name {
	width:184px;
}
.data-table .tax {
	width:90px;
}
.data-table .value {
	text-align:right;
	width:110px;
}
.data-table td.value {
	width:95px;
	padding-right:20px
}
.data-table .premium {
	text-align:right;
	width:110px;
}
.data-table td.premium {
	padding-right:20px;
	width:95px;
}
.data-table .date {
	width:110px;
}
.data-table td.date {
	padding-left:20px;
	width:90px;
}
/* Main Data Table */
.data-table-inv {
	clear:both;
	width:848px;
}
#summary .data-table-inv , 
#history .data-table-inv ,
#alloc .data-table-inv 
#riders .data-table-inv ,
#co .data-table-inv {
	width:914px;
}
.data-table-inv  thead th {
	background:#5acaea;
	color:#002f5d;
	padding:5px;
}
.data-table-inv  td {
	padding:5px;
}

/* .data-table-inv  .alt td {
	background:#dcf1f7;
} */
.data-table-inv  a, 
.data-table-inv  span {
	display:block;
}
.sort th a {
	background:url(../images/arrow-up-bg.gif) no-repeat 100% 2px;
	display:inline;
	padding-right:12px;
}
.sort th a.down {
	background-image:url(../images/arrow-down-bg.gif);
}
.data-table-inv  tfoot td {
	font-weight:bold;
}
/* Main Data Tables Columns */
.data-table-inv  .ownership {
	width:184px;
}
.data-table-inv  .name {
	width:184px;
}
.data-table-inv  .tax {
	width:90px;
}
.data-table-inv  .value {
	text-align:right;
	width:110px;
}
.data-table-inv  td.value {
	width:95px;
	padding-right:20px
}
.data-table-inv  .premium {
	text-align:right;
	width:110px;
}
.data-table-inv  td.premium {
	padding-right:20px;
	width:95px;
}
.data-table-inv  .date {
	width:110px;
}
.data-table-inv  td.date {
	padding-left:20px;
	width:90px;
}
.underline {
    text-decoration: underline;
}
/* investment-path2-table */
.investment-path2-table {
	clear:both;
	margin-bottom:10px;
	width:82%;
}
.investment-path2-table th {
	text-align:left;
}
.investment-path2-table thead th {
	background:#004265;
	color:#ffffff;
	padding:5px;
}
.investment-path2-table td {
	padding:5px;
}
.investment-path2-table .alt td {
	background:#dcf1f7;
}
.investment-path2-table a,
.investment-path2-table span {
	display:block;
} 
/* Main Mini Data Table */
.mini-data-table {
	border:1px solid #f7f3f3;
	clear:both;
	margin-bottom:10px;
	width:600px;
}
.mini-data-table th {
	text-align:left;
}
.mini-data-table thead th {
	background:#004265;
	color:#ffffff;
	padding:5px;
}
.mini-data-table td {
	padding:5px;
}
.mini-data-table .alt td {
	background:#dcf1f7;
}
.mini-data-table a,
.mini-data-table span {
	display:block;
}
/* The Smaller Tables */
.small-table th, 
.small-table td {
	padding-bottom:7px;
}
.small-table th {
	font-weight:normal;
	width:200px;
}
.small-table td {
	text-align:right;
	width:240px;
}
.contract-information th {
	font-weight:normal;
	width:200px;
}

.contract-information td {
	text-align:left;
	width:240px;
}
.overview-transactions th {
	width:220px;
}
.overview-transactions td {
	text-align:left;
	padding-left:20px;
	width:200px;
}
/* Riders Table */
.riders tbody th {
	font-weight:normal;
	padding-left:40px;
}
.riders tbody tr.category th {
	background:#dcf1f7;
	font-weight:bold;
	padding:5px;
}
.riders tbody tr.sub-category th {
	padding-left:5px;
}
/* Rate of Return Table */
.rate-of-return {
	width:575px !important;
}
.rate-of-return thead th {
	background:none;
}
.rate-of-return tbody th {
	font-weight:normal;
	padding:5px;
}
.rate-of-return tfoot td {
	font-weight:normal;
	padding-top:15px;
}
/* Beneficiary Information Table */
.beneficiary {
	margin:0 !important;
}
.beneficiary th, 
.beneficiary td {
	text-align:left;
	padding:5px;
}
.beneficiary thead th {
	background:#dcf1f7;
	color:#00305a;
	font-weight:bold;
}
.beneficiary .designation {
	width:45%;
}
.beneficiary .relationship {
}
.beneficiary .percent {
}
.beneficiary span {
	display:block;
	margin-left:15px;
}
/***** Grid *****/
.grid {
	float:left;
	width:914px;
}
.grid .row {
	float:left;
	margin-bottom:20px;
	overflow:hidden;
}
.grid .row .left {
	border:1px solid #5acaea;
	float:left;
	margin-right:10px;
	width:446px;
}
.grid .row .right {
	border:1px solid #5acaea;
	float:right;
	margin-left:10px;
	width:446px;
}
.grid .row .right_printHide {
	border:1px solid #5acaea;
	float:right;
	margin-left:10px;
	width:446px;
}
.grid h6 {
	background:#024266;
	color:#ffffff;
	padding:5px 10px;
}
.grid .row table, 
.grid .row p {
	margin:10px;
}
#trans .grid {
	border:1px solid #eaeaea;
	float:none;

	margin-bottom:20px;
	overflow:hidden;
	padding-bottom:10px;
}
#trans .grid .content {
	padding:10px;
}
#trans .grid .left {
	float:left;
	width:467px;
}
#trans .grid .right {
	background:#eaeaea;
	float:right;
	padding:10px;
	padding-bottom:0;
	width:407px;
}
#trans .grid .left ul {
	margin-bottom:20px;
}
#trans .grid .left select {
	margin-right:10px;
}
#trans .grid .disclaim {
	clear:both;
	float:left;
	margin-top:30px;
	margin-bottom:0;
	width:900px;
}
* html #trans .grid .disclaim{
	float:none;
	margin-top:20px;
}
*+html #trans .grid .disclaim {
	float:none;
	margin-top:20px;
}
.change-address {
	display:inline;
	float:right;
	margin-right:10px;
	margin-top:-25px !important;
}
/***** Forms *****/
form dl dt {
	font-weight:bold;
	margin:0 0 10px 0;
}
form dl dl dt {
	margin-bottom:3px;
}
form dl dd {
	margin:0 0 7px 20px;
}
dd dl {
	margin:10px 0 10px 30px;
}
form dd .text, 
form dd .text{
	width:25em;
}
.same-address {
	margin-left:0!important;
}
.same-address label {
	display:inline !important;
	font-weight:normal !important;
}
.radios dd {
	margin-left:0;
}
form label {
	display:block;
	font-weight:bold;
}
#bob form label {
	display:inline;
	font-weight:normal;
}
.radios label {
	display:inline !important;
	font-weight:normal !important;
	position:relative;
	top:-1px;
}
.radios dl dt label {
	font-weight:bold !important;
}
.date-picker dd, 
.phone-number dd {
	display:inline !important;
	margin-left:0;
}
.phone-number .prefix, 
.phone-number .suffix {
	margin:0 3px;
}
#phone-area, 
#phone-location, 
#phone-extension {
	width:3em;
}
#phone-extension {
	width:4em;
}
.zip {
	width:10.8em !important;
}
* html .zip {
	width:9.3em !important;
}
*+html .zip {
	width:9.3em !important;
}
.understand label {
	display:inline !important;
}
.understand ul {
	margin-top:10px;
}
.submitted h6 {
	background:none;
}
.submitted .content {
	padding-bottom:0 !important;
	padding-top:0 !important;
}
/* Contract History Form */
#history-lookup {
	text-align:center;
}
#history-lookup label {
	display:inline;
	font-weight:normal;
}
#history-lookup p {
	margin-bottom:15px;
}
#history-lookup .under-labels {
	margin-top:-10px;
}
#history-lookup .to-label {
	margin:0 30px;
}
#history-lookup .oldest {
	left:-87px;
	position:relative;
}
#history-lookup .recent {
	position:relative;
	right:-80px;
}
/* Systematic Withdrawl Request Form */
#systematic .date-picker {
	margin-top:20px;
}
/* Address Change Form */
#address-change label {
	display:block;
	font-weight:bold;
}
/***** Disclosure *****/
#disclosure {
	color:#898989;
	font-size:.9em;
	margin-top:100px;
}
.flanked {
	border-top:1px solid #898989;
	border-bottom:1px solid #898989;
	padding:10px 0
}
.authorized {
	font-size:1.1em;
	margin-bottom:25px;
	text-align:center;
}
#commonDisclosure {
	color:#898989;
	font-size:.9em;
	margin-top:10px;
}
/***** Footer *****/
#footer {
	color:#898989;
	font-size:.9em;
	margin-top:35px;
	text-align:center;
}
#footer p {
	clear:left;
}
/*****Client Footer *****/
#client_footer {
	color:#898989;
	font-size:.9em;
	margin-top:35px;
	text-align:center;
}
#client_footer p {
	text-align:center;
}

@media print {
	.grid .row .right_printHide {
		display: none;
	}
	#identification .right .hide_right {
		display: none;
	}
	#client_footer {
	display: none;
	}
}
@charset "utf-8";
/* CSS Document */

a {
	color:#1f84c7;
}
#wrapper {
	background:url(../images/riversource_header_bg.png) no-repeat center top;
}
#impersonateHead {
	border:1px solid #000;
	margin:0 auto;
	overflow:hidden;
	text-align:left;
	width:948px;
}
#drop-nav {
	border:0;
}
#drop-nav {
	border-bottom:solid 5px #2084C6;
}
#drop-nav .sfHover {
	background-color:#dcf1f7;
}
#rsHeader {
	height:170px;
	border-bottom:solid 1px #2084C6;
}
#rsLogo {
	width:153px;
	height:33px;
	margin:20px 0 0 40px;
}
#rsNav1 {
	position:absolute;
	top:10px;
	text-align:right;
	width:933px;
	font-weight:bold;
}
#rsNav1 a {
	color:#fff;
}
#rsNav1 a.rsActivePage {
	color:#b8d7de;
}
#rsNav1 ul{
	margin:0px; padding:0px;
	float:right;
	list-style-type:none;
	list-style-image:none;
}
#rsNav1 ul li {
	position:relative;
}
#rsNav1 ul li, #gulzar ul li a{
	float:left; 
	z-index:1;
}
#rsNav1 ul ul{
	position:absolute; top:100%; left:0%;
	width:138px;
	float:none;
	visibility:hidden;
}
#rsNav1 ul ul{
	position:absolute; top:100%; left:0%;
	width:105px;
	float:none;
	visibility:hidden;
}
#rsNav1 ul ul li{
    background-color:#dcf1f7;
    padding:2px 5px 2px 5px;
    font-size:10px;
	font-weight:bold;
}
#rsNav1 ul ul li a{
	width:100%;
	height:100%;
	color:#2084C6;
}
#rsWelcomeMessage {
	text-align:center;
	font-weight:bold;
	width:948px;
	top:135px;
	position:absolute;
}
#rsNav2 {
	position:absolute;
	top:135px;
	text-align:right;
	width:933px;
	font-weight:bold;
}
#rsIdentification {
	padding:15px;
}
#rsInfoDate {
	position:absolute;
	width:918px;
	text-align:right;
	font-weight:bold;
}
#rsPrint {
	position:absolute;
	width:918px;
	text-align:right;
	margin-top:60px;
}
#rsPrint #tool-print {
	width: 6.5em;
}
#rsWelcomeHeader {
	height:30px;
	border-bottom:solid 1px #2084C6;
	border-top:solid 1px #2084C6;
	padding: 10px;
}
#rsAgentWelcomeMessage {
	text-align:center;
	font-weight:bold;
}
.left  {
	padding:0 !important;
	border:solid 1px red;
}
.small-table td,.small-table th {
	border:solid 1px #eaeaea;
	padding:5px;
}
.left, .right, .right_printHide {
	border:0 !important;
}
.row h6 {
	background:#5acaea;
}
.small-table {
	padding:0 !important;
	margin:0 !important;
}
.data-table  thead th{
	background:#024266 !important;
}
.data-table th .even{
	background:#dcf1f7 !important;
}
.data-table {
	border-color:#eaeaea !important;
}
/*
.rsSectionHeading {
    background: none;
    font-size: 160%;
    color: #555555;
    padding-left: 5px;
}*/
.rsPromoHolder {
	background:#edf6f9;
	padding:10px;
}
.rsPromoHolder .rsPhoto{
	float:left;
	padding-right:10px;
}
.rsPromoHolder .blurb{
	margin-right:15px;
}
.rsPromoHolder h2 {
	background:none;
	padding:0;
	margin:0;
	font-size:150%;
}
font.helpText { 
   font-family: arial, helvetica, sans-serif; 
   font-size: 8pt; 
}
#table_bg {
	background-color:#dcf1f7;
}
#table_cs {
	background-color:#f7f3f3;
	width: 50%;
}
div#tbl-container {
	height: 215px;
	overflow: auto;
}
.altRsTable {
	border: 1px solid #5acaea;
}
.altRsTable thead th {
	background: #5acaea;
	color: #002f5d;
	padding: 8px;
	text-align: left;
}
.altRsTable td {
	padding: 8px;
}
.altRsTableMultiple {
	border: 1px solid #5acaea;
}
.altRsTableMultiple thead th {
	background: #5acaea;
	color: #002f5d;
	padding: 8px;
	text-align: left;
}
.altRsTableMultiple td {
	padding: 4px;
	vertical-align:bottom; 
}
.altcolor1 {
	background: #ffffff;
}
.altcolor2 {
	background: #f7f3f3;
}
.altRsTable thead th, {
	position: relative;
	top: expression(document.getElementById("tbl-container").scrollTop - 1 );
	z-index: 20;
}
.altRsTableMultiple thead th, {
	position: relative;
	top: expression(document.getElementById("tbl-container").scrollTop - 1 );
	z-index: 20;
}
div#rs-container {
	width: 480px;
}
.rsResultTable {
	border: 1px solid #eaeaea;
}
.rsResultTable th {
	background: #004265;
	color: #ffffff;
	padding: 3px 3px 3px 5px;
	text-align: left;
}
.rsResultTable td {
	padding: 3px 3px 3px 5px;
}
.altcolor1 {
	background: #ffffff;
}
.altcolor2 {
	background: #f7f3f3;
}			

@media print {
	#rsNav1 {
		display: none;
	}
	#rsNav2 {
		display: none;
	}
	#impersonateHead {
		display: none;
	}
}
/* OPM Changes Start*/
#wrapperOPM {
	/*background:url(../images/riversource_header_bg.png) no-repeat center top;
	background: url(../images/book-of-business_banner_600ppi.jpg) no-repeat center top;
    background-size: 948px 132px;    */
}
#wrapperOPM {
	margin: 0 auto;
    overflow: hidden;
    text-align: left;
    width: 948px;
}
#headerOPM {
    overflow: hidden;
    width: 100%;
    padding: 15px 10px 15px 10px;
    height: 65px;
    position: relative;
    box-sizing: border-box;
}
#headerOPM #rsLogo {
    margin: 0 0 0 10px;
    float: left;
    width: 200px;
    position: absolute;
    height: fit-content;
}
#headerOPM #headerMain {
   float: right;
    text-align: right;
    width: 748px;
    position: relative;
    height: 35px;
    padding-left: 10px;
    padding-right: 10px;
}

#headerOPM #headerMain #rsNav1 {
    position: static;
    /* top: 10px; */
    text-align: right;
    width: inherit;
    font-weight: bold;
    float: right;
    /* padding-right: 10px;*/
}

#headerOPM #rsNav1 a {
	color: #1f84c7;
}
#headerOPM #rsNav2{
	position: static;
    /* padding-top: 21px; */
    font-weight: bold;
    float: right;
    text-align: right;
}
#headerOPM #rsNav2 ul li {
    float: left;
    z-index: 1;
    margin-bottom: 0px;
}
#headerOPM #rsNav2 a.rsActivePage {
	color:#b8d7de;
}

#bannerOPM #rsNav2 ul ul{
	visibility:hidden;
}

#headerOPM #rsNav2 ul#rssinternalhead {
    margin: 0px;
    padding: 0px;
    float: right;
    list-style-type: none;
    list-style-image: none;
}

#headerOPM #rsAgentWelcomeMessage {
	text-align: right;
    font-weight: normal;
    float: right;
}
#bannerOPM {
	background: url(../images/images/book-of-business_banner_948_160.jpg) no-repeat center top;
	height: 160px;
}
#bannerOPM2 {
	background: url(../images/images/book-of-business_banner_948_105.jpg) no-repeat center top;
	height: 105px;
}
#BOBBannerOPM {
	background: url(../images/images/book-of-business_banner_948_160.jpg) no-repeat center top;
	height: 136px;
}
#holderOPM {
	border: 1px solid lightgray;
}

#holderMain {
    padding: 10px;
}

#holderSub{
	 padding: 10px;
	 width: 100%
}

#disclosureOPM {
    color: #53626F;
    font-size: .9em;
    margin-top: 20px;
    background-color: #d3d3d378;
    border-top: 1px solid lightgray;
    padding: 10px 20px 10px 20px; 
}

#wrapperOPM #identification {
    border-bottom: none;
    padding: 10px 6px 5px 17px;
    overflow: hidden;
    height: 130px;
    color: #fdfbfb;
}

#wrapperOPM #rsIdentification {
    color: #fdfbfb;
}

#bannerOPM #drop-nav a {
	color: white;
	border-right: none;
	padding: 10px 30px 0px 20px;
}
	



#bannerOPM #drop-nav {
	border: 0;
}
#holderOPM .grid{
	float: none;
	width: 100%;
}
#holderOPM .grid .row .left {
    float: left;
    width: 50%;
    box-sizing: border-box;
    margin-right: 0px;
}
#holderOPM .grid .row .right {
    float: right;
    width: 50%;
    box-sizing: border-box;
    margin-left: 0px;
}

#holderOPM .grid .row {
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
}

div#bannerContractSummary {
    height: 70%;
    color: white;
    padding: 10px;
}

div#contractSummaryLeft {
 	float: left;
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
}

#contractSummaryRight {
    float: right;
    width: 50%;
    padding: 20px;
    /* height: 110px; */
    box-sizing: border-box;
    outline: 1px solid #ffffff6b;
    outline-offset: -10px;
}

div#bobBannerSummary {
    color: white;
    padding: 10px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

div#bobBannerLeft {
    float: left;
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
}
div#bobBannerRight {
    float: right;
    width: 50%;
    padding-right: 10px;
    box-sizing: border-box;
    /* outline-offset: -10px; */
    margin-top: 10px;
}

div#bobTotalContracts {
   float: left;
    width: 48%;
    box-sizing: border-box;
    outline: 1px solid #ffffff6b;
    /* outline-offset: 10px; */
    height: 95px;
    padding: 10px 5px;
}
div#bobTotalValue {
   	float: right;
    outline: 1px solid #ffffff6b;
    width: 48%;
    box-sizing: border-box;
    /* outline: 1px solid white; */
    /* outline-offset: 10px; */
    height: 95px;
    padding: 10px 5px;
}
div#bobBannerRight img {
    width: 50px;
}
#bobBannerRight #left {
    float: left;
    padding: 5px;
    width: 30%;
    box-sizing: border-box;
}
#bobBannerRight #right {
    float: left;
    width: 70%;
    box-sizing: border-box;
    padding-top: 5px;
}
#bobBannerRight #H2 {
    padding-bottom: 5px;
    font-size: 130%;
    font-weight: bold;
}
#bobBannerRight #bannerHeading4 {
    font-size: 75%;
    font-style: italic;
    color: rgb(255 255 255 / 90%);
    padding: 2px;
}

div#ProccessCol {
    width: 240px;
    padding-left: 320px;
    padding-bottom: 10px;
}
#ProccessCol #processContent {
    padding: 5px;
    /*border: 1px dashed #004264;*/
    color: #003358;
    font-weight: bold;
    background-color: #eaeaea;
}


label.bannerButton {
    color: white;
}

#BOBBannerOPM .export_css {
    width: fit-content;
    border: 2px solid white;
    /* height: 20px; */
    /* box-sizing: border-box; */
    text-align: center;
    padding: 5px;
    margin-top: 20px;
}

div#filterOptions {
    padding: 0px 10px 10px 10px;
    height: 50px;
    box-sizing: border-box;
}
#filterOptions .dropMenu {
    float: left;
    padding-right: 20px;
    padding-bottom: 10px;
}
#filterOptions .dropLabel {
    font-weight: bold;
    padding-bottom: 5px;
}
#filterOptions #searchHook {
    float: right;
    text-align: right;
}
div#search_div{
    padding: 10px;
    border-top: 2px solid #004265;
  	background-color: #eaeaea;
    height: 60px;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
    
}
#search_div .dropMenu {
    float: left;
    padding-right: 20px;
    padding-bottom: 10px;
}
#search_div .dropLabel {
    font-weight: bold;
    padding-bottom: 5px;
}
div#bobTable {
    padding: 0Px 10Px 0px 10px;
}



div#bannerHeading2 {
    font-size: 160%;
    padding: 3px;
}
div#bannerHeading3 {
    padding: 2px;
}
div#bannerHeading1 {
    font-size: 200%;
}
#contractSummaryLeft #bannerHeading1 {
    overflow: hidden;
    height: 28px;
}

#bannerContractMenu #drop-nav li:hover, #drop-nav ul li a {
    background: #004a6c;
}


.tableHeadingOPM {
    font-weight: bold;
    font-size: 140%;
    color: #004165;
    padding: 10px;
}


#contractSummaryRight #leftDivCS {
    float: left;
    padding-right: 10px;
}


#contractSummaryRight #rightDivCS {
    float: left;
    width: 364px;
}

#rightDivCS #H2 {
    padding-bottom: 5px;
    font-size: 160%;
    font-weight: bold;
}
#rightDivCS .csTab {
    width: inherit;
}

#rightDivCS .csTab th {
    font-weight: bold;
    overflow: hidden;
    height: 19px;
    box-sizing: border-box;
}

#rightDivCS .csTab td {
    text-align: right;
    padding-bottom: 5px;
    overflow: hidden;
    height: 19px;
    box-sizing: border-box;
}

#leftDivCS img {
  width: 50px; 
}

div#subAccProgressBar {
    width: 240px;
    padding-left: 320px;
    padding-bottom: 10px;
}
#subAccProgressBar #subAccProcessContent {
    padding: 5px;
    /*border: 1px dashed #004264;*/
    color: #003358;
    font-weight: bold;
    background-color: #eaeaea;
}
.rsSectionHeading {
    background: none;
    font-size: 160%;
    color: #555555;
    padding: inherit;
}
.small-table-OPM th.seperator, .small-table-OPM td.seperator {
    border-bottom: solid 1px #014165;
}

.row h6 {
    background: none;
}
.small-table-OPM th.noBorder, .small-table-OPM td.noBorder{
	border-bottom: none;
}
.small-table-OPM td, .small-table-OPM th {
    border-bottom: solid 1px lightgrey;
    padding: 5px 0px 5px 0px;
}
.small-table-OPM th {
    font-weight: normal;
    width: 200px;
}

.small-table-OPM td {
    text-align: right;
    width: 240px;
}

.small-table-OPM th._3col {
    font-weight: normal;
    width: 203px;
   box-sizing: border-box;
}

.small-table-OPM td._3col {
    text-align: right;
    width: 120px;
        box-sizing: border-box;
}

.export_dropdown-content a {
    color: #1f84c7;
    padding: 7px 20px;
    text-decoration: none;
    display: block;
}
.export_dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    margin-top: 2px;
    border-radius: 5px;
}

.export_list_button {
    text-align: center;
    width: fit-content;
    border: 2px solid white;
    background-color: unset;
    padding: 6px 10px;
    margin-top: 21px;
    color: white;
    border-radius: 5px;
}

.bob_export a:hover {
    background-color: #eaeaea;
}

.hreftextcolor {
	color: #ffffff;
}
span.contAllocHeader {
    padding: 10px 10px 20px 10px;
    font-size: 120%;
    color: #2883b3f2;
    font-weight: bold;
}

div#donut_chart_wrap {
    float: left;
    width: 20%;
    /*padding-left: 10px;*/
    box-sizing: border-box;
}

div#contAllocTabWrap {
    float: left;
    width: 80%;
    padding-right: 10px;
    box-sizing: border-box;
}

table#summary_datatable_fa {
    margin: 0px;
    width: 100%;
}

table#summary_datatable_va {
    margin: 0px;
}

div#summary_datatable_fa_wrapper {
    padding: 10px;
    box-sizing: border-box;
}

.wam-content {
    font-size: 14px;
}
#wrapper {
    overflow: visible;
    background:none;
    border: none;
}
#wrapper #holder {
    background: #eee;
    width: 100%;
    padding-right: 17px;
  	box-sizing: border-box;
  	border: 1px solid lightgray;
}
#holder .wam-content input[type="text"], 
#holder .wam-content input[type="password"], 
#holder .wam-content input[type="email"],
#holder .wam-content input[type="file"], 
#holder .wam-content select, 
textarea {
	font-size: 14px;
    padding: 10px 15px;
    border-radius: 6px;
    box-shadow: none;
    border-color: #999999;
    width: 100%;
    font: 14px ArialMT, Arial !important;
    height: 42px;
    border: 1px solid #c2c2c2;
}
#holder .wam-content input.btn {
    background-color: rgb(221, 221, 221);
    text-align: center;
    text-transform: none;
    color: #000 !important;
    padding: 10px 50px !important;
    border-radius: 5px;
    height: auto;
    font: bold 14px Arial, Helvetica, sans-serif !important;
    cursor: pointer;
    border: 1px solid transparent;
}
#holder .wam-content input.btn:focus {
    box-shadow: none;
    outline: none;
}
#holder .wam-content input.btn:hover {
    color: #fff !important;
	background: #006298;
}
#holder .wam-content .btn.btn-primary {
    color: #fff !important;
    background-color: #003557;
    border-color: #003557;
    border-radius: 5px;
    padding: 6px 16px;
}
#holder .wam-content .btn-primary:hover {
    color: #fff !important;
    background-color: #428bca;
    border-color: #428bca;
}
#holder .wam-content .login-box .btn.btn-primary {
    color: #fff !important;
    background-color: #00BAE4;
    border-color: #00BAE4;
    border-radius: 20px;
    padding: 6px 16px;
}
#holder .wam-content .login-box .btn-primary:hover {
    color: #fff !important;
    background-color: #03a5ca;
    border-color: #03a5ca;
}

#holder .wam-content .btn-default {
    color: #333 !important;
    background-color: #fff;
    border-color: #ccc;
}
#holder .wam-content .btn-default:hover {
    color: #333 !important;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.link-button {
    color: #119cfe;
    display: inline-block;
    padding: 10px 25px;
    font-size: 14px;
}
.input-field-group {
    position: relative;
    padding-top: 20px;
}
#holder .wam-content .input-label {
    font-size: 15px;
	font-weight: 700;
    display: block;
    position: absolute;
    left: 12px;
    top: 29px;
	color: #616161;
    background-color: #fff;
    z-index: 10;
    height: auto;
    padding: 3px 5px;
	font-family: Arial, Helvetica, sans-serif;
    transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
}
#holder .wam-content .focused .input-label {
	-webkit-transform: translateY(-75%);
    transform: translateY(-75%);
	font-size: 14px;
	color: #000;
	top: 26px;
}
.heading-wam {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 20px;
    background: none;
    text-indent: inherit;
    height: auto;
    width: auto;
    margin: 0 0 30px;
    display: block;
    float: none;
	color: #000;
}
.heading-wam span {
    display: block;
    font-size: 16px;
    padding-top: 10px;
    color: #000;
}
.sub-heading-wam {
    display: block;
    font-size: 22px;
}
.sub-text {
    display: block;
    padding-top: 5px;
    color: #999999;
    font-size: 14px;
	padding-left: 5px;
}
.heading-wam strong {
    font-size: 32px;
    font-weight: normal !important;
    /* font-family: "franklin-gothic-book-compressed",Helvetica,Arial,sans-serif !important; */
    padding: 6px 12px;
    background-color: #FFF7D9;
    display: inline-block;
}
.no-pad {
    padding: 0 !important;
}
.mt20 {
    margin-top: 20px;
}
.pt20 {
	padding-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
.mb0 {
	margin-bottom: 0;
}
.footer-bottom {
    overflow: hidden;
    border-top: 1px solid #ccc;
    padding-top: 10px;
	padding-bottom: 10px;
    clear: both;
	margin-top: 5px;
}
.security-image {
    float: right;
    width: 105px;
}
.security-image img {
    max-width: 100%;
}
.radio-btn, 
.checkbox-btn {
    display: block;
    position: relative;
    padding-left: 18px;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 20px;
	height: auto;
}
.radio-btn input[type="radio"], 
.checkbox-btn input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 2px;
    margin: 0;
}
.radio-btn input[type="radio"]:focus, 
.checkbox-btn input[type="checkbox"]:focus {
    outline: none;
}
.input-field-group label.radio-btn {
    margin-bottom: 10px;
}
.radio-select {
    margin-bottom: 10px;
    margin-top: 10px;
}
.radio-btn.radio-select input[type="radio"] {
    top: 11px;
}
.radio-select span {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}
.gray-bottom-content {
    color: #777;
    font-size: 14px;
    float: left;
}
.list-items {
    padding-left: 30px !important;
    list-style-type: disc !important;
    margin-bottom: 0;
}
.list-items > li {
    margin-bottom: 0;
    line-height: normal;
    font-weight: normal !important;
    font-size: 14px;
}
.drc-link {
    color: #119cfe;
    font-size: 14px;
    margin-top: 10px;
    padding-right: 22px;
    position: relative;
}
.drc-link:after {
    content: '';
    background: url("../images/drcArrow.png") no-repeat center center;
    width: 16px;
    height: 10px;
    background-size: cover;
    position: absolute;
    top: 5px;
    right: 0;
}
.drc-content {
	display: none;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
    clear: both;
    /* margin-left: 15px; */
    /* margin-right: 15px; */
}
.drc-content p {
    font-size: 15px;
    margin-bottom: 10px;
}
#holder .wam-content .form-group.input-field-group.focused.error-highliter input {
    border: 2px solid red;
    color: red !important;
    font-weight: bold !important;
}
.error-message-container {
	color: red !important;
	line-height: normal;
	clear: both;
	/* font-family: 'Franklin Gothic Light',arial,helvetica,sans-serif; */
    font-weight: 300;
    font-size: 16px;
}
.error-message {
    color: red !important;
    line-height: normal;
    clear: both;
    font-size: 14px;
    margin-bottom: 10px;
}
.msg-box {
    min-height: 56px;
    padding-top: 20px;
    margin-bottom: 20px;
}
.icon-box {
    padding-top: 10px;
	font-size: 14px;
}
.icon-box img {
    vertical-align: middle;
    margin-right: 5px;
}
hr.gray-line {
    margin-top: 0;
}
/*Registration*/
#holder .reg-progress-wrapper .nav-progress-bar {
    padding-left: 0;
    display: table;
    width: 100%;
}
.nav-progress-bar li {
    float: left;
    list-style-type: none;
	padding-bottom: 8px;
}
.nav-progress-bar.npb-3 li {
    width: 33.33333333%;
    padding-right: 3%;
    text-align: left;
}
.nav-progress-bar.npb-2 li {
    width: 50%;
    padding-right: 3%;
    text-align: left;
}
.nav-progress-bar li.current-step {
    position: relative;
    margin-bottom: 0;
}
.nav-progress-bar li.current-step:after {
    content: '';
    width: 91%;
    height: 10px;
    position: absolute;
    bottom: -15px;
    background: rgba(25, 158, 216, 1);
}
.reg-progress-content {
    padding-top: 10px;
    background: #fff;
    box-shadow: 2px 0px 2px #b9b7b7;
	overflow: hidden;
	border-radius: 10px;
}
.white-box {
    padding-top: 10px;
    background: #fff;
    box-shadow: 2px 0px 2px #b9b7b7;
	overflow: hidden;
	border-radius: 10px;
	padding: 25px 25px 15px;
}
#holder .reg-progress-content h2 {
    font-weight: normal !important;
    padding: 10px 25px 10px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ccc;
	background: none;
	overflow: hidden;
    font-size: 22px;
    color: #000;
}
#holder .reg-progress-content h2 span {
    font-size: 16px;
    margin-top: 6px;
}
.pd-space {
	padding: 10px 25px 0px;
}
.reg-progress-content form {
    padding: 0px 25px 10px;
	clear: both;
}
.no-border {
	border: none !important;
}
.clear-both {
	clear: both;
}
.reg-progress-content .input-field-group {
    margin-bottom: 5px;
}
.hr-tag {
    margin-left: -11px;
    padding-left: 7px;
}
.font16 {
	font-size: 16px;
	/* font-family: 'Franklin Gothic Light',arial,helvetica,sans-serif; */
    font-weight: 300;
}
.height40 {
	height: 40px;
}
.cod-wrapper {
    padding: 10px 25px 20px;
}
.cod-wrapper .cod-header {
    font-family: arial;
    font-weight: normal !important;
    font-size: 35px;
    line-height: normal;
    margin-bottom: 20px;
    color: #009900;
	text-align: center;
}
.cod-header img {
    vertical-align: middle;
    margin-right: 10px;
}
.tabled-box {
    display: table;
    width: 100%;
    margin-bottom: 15px;
	text-align: center;
}
.tabled-box span {
	display: table-cell;
}
.tabled-box span img {
    vertical-align: text-bottom;
    margin-right: 5px;
}
table.underlined-table tbody tr, table.underlined-table tbody tr:hover {
    background: none !important;
}
table.underlined-table tbody tr {
	border-bottom: 1px solid #eee;
}
table.underlined-table tbody tr > th, table.underlined-table tbody tr > td {
    padding: 5px;
    background: none !important;
}
.short-text {
    font-size: 14px;
}
.partition {
    position: relative;
}
.partition:before {
    content: 'OR';
    position: absolute;
    left: 33%;
    top: 24px;
    margin-left: -17px;
    background: #fff;
    padding: 5px;
    z-index: 2;
    font-size: 16px;
}
.partition:after {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: 33%;
    border-right: 1px solid #ccc;
}

/*login*/
.bg-image {
    width: 100%;
    display: table;
    background: url("../images/CTI-INST-HERO-JPG.jpg") no-repeat center 0;
    background-size: cover;
    padding: 30px 0;
}
.login-box {
	background: #fff;
	text-align: initial;
    box-shadow: 0px 0px 0 1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 0 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 0px 0 1px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0px 0px 0 1px rgba(0, 0, 0, 0.4);
	border-radius: 1px;
	width: 100%;
}
.login-box h1 {
    font-size: 18px;
    line-height: normal;
    font-weight: bold;
    font-family: Arial !important;
    text-align: center;
    background: none !important;
    color: #000;
    padding: 16px 10px 8px;
    text-indent: inherit;
    margin: 0 0 10px;
    height: auto;
    width: auto;
    display: block;
    float: none;
    border-bottom: 1px solid #ccc;
}
.login-box.investor h1{
	background-color: rgba(0, 65, 108, 1);
}
.login-box.investor .footer-bottom .btn-primary {
	background-color: rgba(0, 65, 108, 1);
}
.login-box.investor .btn-default {
	color: #0099FF !important;
    border: 1px solid rgba(0, 153, 255, 1);
    background: none;
}
.login-box form {
    width: 100%;
    display: table;
}
.login-box p {
    font-size: 16px;
}
.login-box .input-field-group {
    margin-bottom: 0;
}
.login-box .checkbox-btn {
    margin-top: 20px;
}
.login-box .security-image {
    width: 60px;
}
.login-box .hr-tag {
    margin-bottom: 10px;
    margin-top: 10px;
}
.error-highliter+.error-message-container {
    margin-top: 12px;
}
/*login ends*/
/*modify profile*/
.modify-profile {
    background: #fff;
    box-shadow: 2px 0px 6px 2px #b9b7b7;
    margin-bottom: 20px;
   /* overflow: hidden; */
    border-radius: 10px;
    width: 100%;
    display: table;
    
}
.mp-wrapper {
    padding: 20px;
}
.mp-wrapper form {
    width: 100%;
    display: table;
}
#holder .modify-profile h2 {
	font-weight: normal !important;
    /* font-family: "franklin-gothic-book-compressed",Helvetica,Arial,sans-serif; */
    padding: 15px 25px 10px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    background: none;
}
.mp-wrapper .user-name {
    font-size: 22px;
    font-weight: normal !important;
    line-height: normal;
    margin: 0 0 25px;
    /* font-family: 'Franklin Gothic Light'; */
    color: #666;
    width: auto;
    /* display: block; */
    float: none;
    text-indent: unset;
    background: none;
    height: auto;
}
.mp-wrapper .heading-wam {
    font-size: 18px;
	margin-bottom: 0;
	overflow: hidden;
	text-align: left;
    font-weight: normal;
}
#holder .wam-content form input[disabled], 
#holder .wam-content form input[disabled].btn {
    opacity: 1;
    border: none;
    color: #848484 !important;
    background: rgb(230, 230, 230);/*rgba(242, 242, 242, 1);*/
    padding: 15px 12px;
    height: auto;
}
.mp-wrapper .input-field-group, 
.mp-wrapper .msg-box {
    margin-bottom: 5px;
}
.mp-wrapper .heading-wam span {
    color: #999;
    font-size: 14px;
    font-family: arial;
    letter-spacing: 0.4px;
}
.footer-bottom .edit-icon {
    background-image: url("../images/edit-pencil.png");
    background-repeat: no-repeat;
	background-position: right 24px center;
}
.enter-fields-wrapper {
    margin-bottom: 25px;
}
.agreement-box {
    margin-bottom: 20px;
    max-height: 500px;
    overflow: auto;
    border: 1px solid #999;
    padding: 15px;
}
.agreement-box .outerborder {
    border: medium none;
    margin-top: 0;
    overflow: visible;
    padding: 0;
}
/*Fixes*/
#holder .wam-content #loginArea .input-label {
	top: 29px;
}
#holder .wam-content #loginArea .focused .input-label {
    padding: 3px 5px 0;
    top: 23px;
}
.wam-content #loginArea .label {
    padding: 0;
    margin: 0;
}
.wam-content #loginArea .input-field-group {
    margin-bottom: 0;
}
.wam-content #loginArea .input-field-group input {
    margin-bottom: 0;
}
.wam-content #loginArea .input-field-group .forgotlabel .cL {
    overflow: inherit;
    display: table;
    width: 100%;
}
.wam-content #loginArea .input-field-group .forgotlabel a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
}
#holder .wam-content #loginArea .checkbox-btn {
    margin-bottom: 0;
    margin-top: 20px;
}
.wam-content #loginArea .checkout-error-msg {
    font-size: 13px;
    padding-top: 5px;
    font-weight: normal;
	line-height: normal;
}
.wam-content #loginArea .label select#userType {
    margin-bottom: 20px;
}
.wam-content #loginArea .hr-tag {
    margin-top: 0;
}
.partition-block {
    display: none;
	position: relative;
	padding: 15px 0;
	margin: 0 15px;
}
.partition-block:before{
	content: 'OR';
    position: absolute;
    left: 50%;
	top: 2px;
    font-size: 14px;
    padding: 0 10px;
    margin-left: -20px;
    background: #fff;
    z-index: 2;
}
.partition-block:after{
	content: '';
	height: auto;
    width: 100%;
	position: absolute;
    top: 32%;
    left: 0;
    border-bottom: 1px solid #ccc;
    border-right: none;
}
footer .social-links a {
    display: inline-block;
    line-height: normal;
	margin-bottom: 5px;
    margin-right: 5px;
}
footer a.subscribe.cti-subscribe-button {
    padding: 10px 10px;
}
#loginArea .loginBtn {
    line-height: normal !important;
    height: auto;
    padding: 10px 50px !important;
    border-radius: 5px;
}
/*Layout*/
#holder.wam-template {
    padding: 15px 15px 20px 15px;
    width: 1170px;
}
/*Layout ends*/
/*Fixes ends*/
/*pwdvalidation bootsnipp*/
.pwd-info {
    background: #fff;
    color: #000;
    left: 20px;
    position: absolute;
    top: 0;
    border: 1px solid #ccc;
    z-index: 10;
	padding: 10px 10px;
}
.pwd-info h4 {
    font-size: 14px;
    color: #333;
    margin: 0;
    text-transform: uppercase;
    font-weight: normal;
    font-family: arial;
    position: relative;
    z-index: 11;
}
.pwd-info ul {
    list-style: outside none none;
	position: relative;
    z-index: 11;
	padding-top: 5px;
	margin-bottom: 0;
}
.pwd-info ul li {
    padding: 0px 0px 5px 20px;
    color: #333;
    font-size: 14px;
    margin-bottom: 0;
	font-weight: 700;
    font-family: arial;
	position: relative;
}
.pwd-info ul li.valid {
	color: #009900;
	font-weight: normal;
}
.pwd-info ul li.invalid {
	color: #ff0000;
	font-weight: normal;
}
/*.pwd-info ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 13px;
    height: 13px;
    border: 1px solid #8e8e8e;
    border-radius: 100%;
    text-indent: 1px;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    font-size: 9px;
}
.pwd-info ul li.valid:before {
    color: #fff;
    content: "\e013";
    background: #009900;
    border-color: #009900;
}
.pwd-info ul li.invalid:before {
    color: #fff;
    background: #ff0000;
    content: "\e014";
    border-color: #ff0000;
}*/
.pwd-info ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #8e8e8e;
    border-radius: 100%;
    overflow: hidden;
}
.pwd-info ul li.valid:before {
    background: url(../images/PwdValid.png) no-repeat center center;
    background-size: contain;
    border: none;
}
.pwd-info ul li.invalid:before {
    content: 'x';
    font-weight: bold;
    border: 2px solid #ff0000;
    line-height: 10px;
    text-indent: 2.5px;
    font-size: 13px;
}
.pwd-info::before {
    background: #fff;
    content: "";
    height: 25px;
    left: -13px;
    margin-top: -12.5px;
    position: absolute;
    top: 40px;
    transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
    width: 25px;
    border: 1px solid #ccc;
}
.pwd-info::after {
    background: #fff;
    content: "";
    height: 40px;
    left: 0;
    margin-top: -20.5px;
    position: absolute;
    top: 40px;
    transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    width: 25px;
}
.pwd-info.popActive::before, 
.pwd-info.popActive::after, 
.pwd-info.popActive{
	background: rgba(255, 250, 232, 1);
}
.pwd-info {
    display:none;
}
/*ends*/

#session-timeout-dialog .modal-content {
    border: none !important;
    border-radius: 0;
}
#session-timeout-dialog .modal-content .modal-header {
    position: relative;
    border: none;
    padding: 30px 40px 15px 40px;
}
#session-timeout-dialog .modal-content .close {
    font-size: 34px !important;
    color: #8c8c8c !important;
    text-transform: uppercase !important;
    margin: 0 !important;
    padding: 0 5px !important;
    line-height: normal;
    position: absolute;
    right: 10px;
    top: 5px;
}
#session-timeout-dialog .modal-content .modal-header .modal-title {
    font-weight: normal;
    font-family: Arial;
    font-size: 24px;
    white-space: normal;
    line-height: normal;
    padding: 10px 0 0;
    text-align: left;
}
#session-timeout-dialog .modal-content .modal-body {
    padding: 20px 40px;
    text-align: center;
}
#session-timeout-dialog .modal-content .modal-body p {
    font-size: 24px;
    font-weight: normal;
    font-family: Arial;
    margin-bottom: 20px;
}
#session-timeout-dialog .modal-content .timer-wrap {
    font-size: 26px;
    font-weight: bold;
    font-family: Arial;
}
#session-timeout-dialog .modal-content .timer-wrap img {
    vertical-align: middle;
	width: 40px;
    height: 40px;
}
#session-timeout-dialog .modal-content input.btn {
    background-color: rgb(221, 221, 221);
    text-align: center;
    text-transform: none;
    color: #000 !important;
    padding: 10px 50px !important;
    border-radius: 5px;
    height: auto;
    font: normal 14px Arial !important;
}
#session-timeout-dialog .modal-content .btn.btn-primary {
    color: #fff !important;
    background-color: #337ab7;
    border-color: #2e6da4;
}
#session-timeout-dialog .modal-content input.btn:hover {
    color: #fff !important;
    background: #006298;
}
#session-timeout-dialog .modal-content .modal-footer {
    padding: 15px 25px 15px;
}
.reg-progress-wrapper #list_of_error_msg {
	clear: both;
	border: none !important;
	padding-left: 25px;
	padding-right: 25px;
} 
#holder .wam-content form input[disabled] {
    padding: 15px 12px 10px;
}
#holder .wam-content form input[disabled].btn {
    height: auto;
}
.userID-info {
	display: none;
	margin-bottom: 10px;
}
.pwd-info .userID-info li {
    font-weight: normal;
}
#holder .wam-content .input-field-group.success input, 
#holder .wam-content .reg-progress-content .input-field-group.success input {
	color: rgba(0, 174, 0, 1) !important;
    border: 2px solid rgba(0, 174, 0, 1);
}
#holder .wam-content .input-field-group.unsuccess input, 
#holder .wam-content .reg-progress-content .input-field-group.unsuccess input {
	color: rgba(255, 0, 0, 1) !important;
    border: 2px solid rgba(255, 0, 0, 1);
}
#holder .wam-content .input-field-group.success input, 
#holder .wam-content .reg-progress-content .input-field-group.success input {
    padding-right: 30px;
}
#holder .wam-content .input-field-group.cnfPwd.success:after, 
#holder .wam-content .reg-progress-content .input-field-group.cnfPwd.success:after {
    content: '';
    background: url(../images/PwdValid.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 8px;
    top: 31px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    overflow: hidden;
}
#holder .wam-content .input-field-group.cnfPwd.unsuccess input, 
#holder .wam-content .reg-progress-content .input-field-group.cnfPwd.unsuccess input {
    margin-bottom: 5px;
}
#holder .wam-content .input-field-group.cnfPwd.unsuccess:after, 
#holder .wam-content .reg-progress-content .input-field-group.cnfPwd.unsuccess:after {
    content: 'Passwords do not match';
    color: rgba(255, 0, 0, 1);
    display: block;
}

/*----------------------------modal styles-------------------------------------*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}
.over-hidden {
	overflow: hidden;
}
.notify {
	font-style: italic;
    font-size: 14px;
    color: #666666;
	float: right;
	margin: 20px 0 5px;
}
#change-pwd {
	display: none;
}
/*Login*/
.wrapper {
    padding: 0 0 30px;
	text-align: left;
}
#trans .wrapper #holder {
    width: 948px;
	margin: 0 auto;
}
#wrapper-top {
    margin: auto 0 20px;
    border-top: none;
    padding-bottom: 10px;
    height: 151px;
}
#log {
    height: 70px;
    padding-top: 15px;
    width: 100%;
}
#head {
    width: auto;
    height: 62px;
    background-color: #0065bd;
    /* margin-top: 62px; */
}

/* move to rsstyles.css
#banner-bg {
	background: url('../images/book-of-business_banner_600ppi.jpg');
	background-size:contain;
	min-height: 120px;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left:20px;
	margin-right:20px;
	}*/

.ads-banner img {
    width: 100%;
    max-width: 100%;
}
#log a {
    width: 240px;
    display: inline-block;
}
#log a img {
    max-width: 100%;
}
#holder .login-box input[type="text"], 
#holder .login-box input[type="password"] {
    border-radius: 0;
}
#holder .wam-content input.btn-blue, #holder .wam-content a.btn-blue {
    background: #fff !important;
    color: #0065BD !important;
    border: 1px solid #00BAE4;
    font-weight: normal !important;
    padding: 8px 16px !important;
    line-height: normal;
    border-radius: 20px;
    text-transform: uppercase;
}
#holder .wam-content input.btn-blue:hover{
                color: #1f84c7 !important;
}
/* Move to rsstyles.css
#search-body-content {
    width: auto;
   
	
	margin-bottom: 15px;
	margin-top: 1px;
	margin-left:05px;
	margin-right:70px;
    margin-top: 10px;
}*/
.login-box .sub-text {
    font-size: 13px;
}
.login-box .error-message-container {
    font-size: 14px;
}
.login-box p.pd-space {
    padding: 10px 17px 0;
    color: #353535;
}
.login-box label.radio-btn {
    margin-bottom: 12px;
    margin-top: 10px;
    color: #353535;
}
/*login tabs start*/
#holder .wam-content .login-box label.input-label {
    font-size: 14px;
    width: 91%;
}
#holder .wam-content .login-box .focused label.input-label {
    width: auto;
}
.tabbed-content {
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.4);
    border: 1px solid #d0cece;
    border-radius: 3px;
                padding-bottom: 10px;
}
.tabbed-content .login-box {
    box-shadow: none;
    border-radius: 0;
}
.tabbed-content .tabs {
    display: table;
   width: 100%;
    background: #fff;
    position: relative;
}
.tabbed-content .tabs li {
    margin-bottom: 0;
    display: table-cell;
}
.tabbed-content .tabs li a {
    display: block;
    padding: 12px 20px;
    background-color: #efefef;
    color: #1f84c7;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    outline: none;
    font-weight: bold;
}
.tabbed-content .tabs li a.active {
    background-color: #fff;
    color: #333;
}
/*login tabs ends*/
/*Login ends*/

/*modal-popup starts*/
.modal-popup {
	display: none;
	opacity: 0;
	overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    transition: opacity .15s linear;
}
.modal-popup .modal-dialog {
	z-index: 10;
}
.modal-popup .modal-overlay {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}
.modal-popup .modal-content .modal-body {
	padding: 0px 30px 20px;
	text-align: left;
	color: #333;
}
.modal-popup .modal-content .modal-header {
    position: relative;
    border: none;
    padding: 30px 30px 15px 30px;
	background: none;
    color: #333;
}
.modal-popup .modal-content {
    border: none !important;
    border-radius: 0;
}
.modal-popup .modal-content .modal-header {
    position: relative;
    border: none;
    padding: 30px 30px 5px 30px;
}
.modal-popup .modal-content .close {
    font-size: 34px !important;
    color: #8c8c8c !important;
    text-transform: uppercase !important;
    margin: 0 !important;
    padding: 0 5px !important;
    line-height: normal;
    position: absolute;
    right: 10px;
    top: 5px;
	opacity: 1;
    font-weight: normal;
}
.modal-header h5 {
    font-size: 16px;
    font-weight: bold;
}
ul.list-item {
    padding-left: 20px;
    text-align: left;
}
ul.list-item li {
    list-style-type: disc;
    font-size: 14px;
    font-weight: normal !important;
}
.tool-tip {
    position: relative;
}
.tool-tip:before {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    left: 50%;
    bottom: -12px;
    margin-left: -12px;
    display: none;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #2f2f2f;
}
.tool-tip:after {
    content: attr(data-title);
    position: absolute;
    width: 300px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    color: #000;
    top: 30px;
    left: 50%;
    margin-left: 14px;
    z-index: 99;
    background: #fff;
    display: none;
    font-size: 14px;
    margin-left: -150px;
	box-shadow: 2px 2px 4px -1px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 2px 2px 4px -1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 4px -1px rgba(0, 0, 0, 0.2);
}
.tool-tip:hover:before, .tool-tip:hover:after {
	display: inline-block;
}
#termsConditions .modal-dialog {
    width: 800px;
}
/*modal-popup ends*/
.options-wrap p strong {
    font-size: 16px;
    color: #000;
}
.options-wrap .input-field-group {
    padding-top: 10px;
    margin-bottom: 30px;
}
#wrapper-top #rsNav2 {
    top: inherit;
    width: auto;
    position: relative;
    float: right;
    bottom: 14px;
}
.options-wrap .search-container {
    margin-top: 10px;
    display: none;
}
.options-wrap h6 {
    background: none;
    font-weight: bold;
    color: #000;
}
.options-wrap h6+.form-group.input-field-group {
    margin-bottom: 10px;
}
#holder .options-wrap input[type="text"] {
    width: 300px;
    padding: 10px 15px;
    height: 35px;
    margin-bottom: 10px;
}
.search-container .listOfItems {
    width: 300px;
    margin-top: -10px;
    border: 1px solid #ccc;
    position: relative;
    z-index: 10;
    max-height: 246px;
    overflow: auto;
    display: none;
}
.search-container .listOfItems > div {
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #000;
}
.search-container .listOfItems > div:hover {
    background: #0065bd;
    color: #fff;
    cursor: pointer;
}
/*----------------------------modal styles ends-------------------------------------*/

*-------cancel popup start----------*/
.popup-medium .modal-content {
    border-radius: 8px;
	z-index: 10;
}
.popup-medium .modal-content h5 {
    font-size: 22px;
    font-weight: normal;
}
.popup-medium .modal-content .modal-body {
    font-size: 14px;
}
.popup-medium .modal-content .modal-body p {
    line-height: 20px;
}
.dialog-footer {
    margin-top: 20px;
}
.dialog-footer a {
	margin-bottom: 10px;
	display: block;
}
.popup-medium .modal-content .modal-body .footer-bottom {
    padding: 0;
    margin-top: 0;
}
.agreement-box p {
    line-height: 18px;
    margin: 0 0 12px;
}

.registration-heading {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}
.registration-heading span {
    display: block;
    font-size: 14px;
    margin-top: 6px;
    color: #333;
}
.small-text {
    font-size: 12px;
    margin-top: 10px;
}
a {color: #119cfe;}
a:hover, a:focus {
    color: #1181d0;
}

/* Congratulations popup styles */

#Congratulations {
    text-align: left;
}
#Congratulations .modal-content {
    width: 100%;
}
#Congratulations .modal-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#Congratulations .dialog-footer {
    overflow: hidden;
}
#Congratulations .continue-verification {
    margin-bottom: 0;
}
#Congratulations {
    text-align: left;
}
#Congratulations .modal-content {
    width: 100%;
}
#Congratulations .modal-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#Congratulations .dialog-footer {
    overflow: hidden;
}
#Congratulations .continue-verification {
    margin-bottom: 0;
}                              
#Congratulations .continue-verification {
    margin-bottom: 0;
    color: #fff !important;
    background-color: #00BAE4;
    border-color: #00BAE4;
    border-radius: 20px;
    padding: 6px 16px;
    float: right;
    display: inline-block;
}
#Congratulations .modal-overlay {
    pointer-events: none;
}

.modal-popup .modal-content .close {
    border: none;
    background: none;
}


/* Congratulations popup styles ends*/

/*-------cancel popup end----------*/

.note {
    margin-bottom: 10px;
    border: 1px dashed #ccc;
    padding: 10px;
    background: #fffcdc;
    line-height: 18px;
    font-size: 13px;
}

#summary #wrapper #holder {
    background: none;
}

@media (max-width: 1199px) {
	#holder.wam-template {
		width: 970px;
		padding: 15px 20px 20px 30px;
	}
}/*1199 ends*/
@media (max-width: 1054px) {
	.institutional-wrapper.wam-template {
		width: 991px !important;
	}
	.institutional-wrapper.wam-template #holder {
		width: 991px !important;
		overflow: visible;
	}
	footer#cm-footer-container section {
		width: 991px;
		max-width: initial !important;
		padding: 0 !important;
	}
}/*1054 ends*/
@media (max-width: 991px) {
	.signed-out.public-page #wrapper, 
	.signed-out.public-page #wrapper #header {
		width: 100%;
	}
	.signed-out.public-page #wrapper #holder {
		padding-left: 15px;
	}
	.signed-out.public-page #wrapper #holder .portlet-content {
		padding-left: 0;
		padding-right: 0;
	}
	.signed-out.public-page #wrapper #footer .container {
		width: 100%;
		margin-left: 0;
	}
	#holder.wam-template {
		width: 100%;
	}
	.wam-template .cti-secondary-navigation {
		top: 48px;
	}
	.wam-template .cti-secondary-navigation li {
		margin: 0 5px;
	}
	.mp-wrapper .hr-tag {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.partition:after, 
	.partition:before {
		left: 50%;
	}
	.partition .pwd-info {
		position: unset;
		left: 0;
		margin-top: 2px;
	}
	.partition .pwd-info::before {
		left: 50%;
		top: 2px;
		margin-left: -12px;
	}
	.partition .pwd-info::after {
		left: 50%;
		top: 23px;
		transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		width: 50px;
		margin-left: -25px;
	}
	.nav-progress-bar.npb-3 li {
		padding-right: 0;
	}
	.institutional-wrapper.wam-template, 
	.institutional-wrapper.wam-template #holder {
		width: 100% !important;
	}
	footer#cm-footer-container section {
		width: 100%;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}/*991 ends*/
@media (max-width: 767px) {
	#holder.wam-template {
		padding: 15px 15px 20px 15px;
	}
	.topnav-account-access .portlet-column-content {
		padding: 10px;
	}
	#holder.wam-template .portlet-content {
		padding: 0;
	}
	.msg-box {
		min-height: inherit;
		padding-top: 0;
		margin-bottom: 0;
	}
	.icon-box {
		padding-top: 0;
	}
	.reg-progress-content {
		padding-top: 20px;
	}
	.nav-progress-bar.npb-3 li, 
	.nav-progress-bar.npb-2 li {
		width: 100%;
		padding: 10px;
		background: #eee;
	}
	.nav-progress-bar li.current-step {
		color: #fff;
		background: rgba(25, 158, 216, 1);
		margin-bottom: 5px;
	}
	.nav-progress-bar li.current-step:after {
		width: 100%;
		height: 100%;
		bottom: 0;
		left: 0;
		background: none;
	}
	.partition-block {
		display: block;
	}
	.partition:before, 
	.partition:after {
		display: none;
	}
	.mp-wrapper .heading-wam span {
		display: block;
		float: none !important;
		margin-bottom: 5px;
	}
	.pwd-info {
		position: unset;
		left: 0;
		margin-top: 20px;
	}
	.pwd-info::before {
		left: 50%;
		top: 0;
		margin-left: -12px;
	}
	.pwd-info::after {
		left: 50%;
		top: 21px;
		transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		width: 50px;
		margin-left: -25px;
	}
	.partition .pwd-info {
		margin-top: 0;
	}
	.partition .pwd-info::before {
		top: 0;
	}
	.partition .pwd-info::after {
		top: 21px;
	}
	.heading-wam {
		font-size: 28px;
	}
	.nav-progress-bar.npb-3 li {
		padding-right: 3%;
	}
	.institutional-wrapper.wam-template #holder .mutual-fund-y-shares {
		margin-left: 0 !important;
	}
	.institutional-wrapper.wam-template .heading-wam {
		font-size: 22px;
	}
	.wam-template .logintext .left-column.caapu-5, .wam-template .logintext .right-column.caapu-5 {
		width: 100%;
	}
	.institutional-wrapper.wam-template .heading-wam .sub-heading-wam {
		font-size: 16px;
	}
}/*767 ends*/
@media (max-width: 480px) {
	#holder .reg-progress-content h2 {
		padding: 0px 25px 10px;
		font-size: 24px;
	}
	.nav-progress-bar.npb-3 li, .nav-progress-bar.npb-2 li {
		padding: 5px;
	}
	.nav-progress-bar.npb-3 li span, .nav-progress-bar.npb-2 li span {
		font-size: 14px;
	}
	.pd-space {
		padding: 5px 25px 0px;
		line-height: normal;
	}
	.footer-bottom .btn {
		display: block;
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	.footer-bottom .link-button {
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
	.security-image {
		float: none;
		width: 100%;
		text-align: center;
	}
	.security-image img {
		width: 105px;
	}
	.cod-wrapper .cod-header {
		text-align: left;
		font-size: 30px;
	}
	.cod-header img {
		width: 32px;
	}
	.tabled-box {
		text-align: left;
	}
	.tabled-box span {
		display: block;
		margin-bottom: 10px;
	}
	.heading-wam {
		font-size: 24px;
	}
	#holder .reg-progress-content h2 {
		font-size: 18px;
	}
	#holder .wam-content .input-label {
		font-size: 13px;
	}
	.drc-link {
		display: block;
		text-align: center;
		float: none !important;
	}
	.mp-wrapper .heading-wam {
		font-size: 22px;
	}
	.mp-wrapper .user-name {
		font-size: 20px;
	}
	#holder .modify-profile h2 {
		font-size: 26px;
	}
	.institutional-wrapper.wam-template .heading-wam {
		font-size: 20px;
	}
	.institutional-wrapper.wam-template ul.error_msgs li {
		font-size: 14px;
	}
	.institutional-wrapper.wam-template ul.error_msgs li img {
		width: 12px;
		height: 12px;
	}
}/*480 ends*/
