/********************** Common to all screen sizes ***************************/
html, body {
    font-size: 16px;
    margin:auto;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: sans-serif;
    min-height: 100%;    
}

body.flex-container1 {
	display: flex;
	flex-direction: column;
}

.flex-container2 .tier1 {
	display: flex;
	flex-direction: column;
	border: 1px solid rgba(154, 192, 4, 0.4);
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 20px;
	text-align: center;
	width: 300px;
	border-radius: 5px;
	background-color: rgba(54, 18, 46, .09);
}

input, textArea {
	font-family: 'Open Sans', sans-serif;
	font-size: 90%;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

#content a:not(.button):not(.active-link) {
    color: #666;
    text-decoration: none;
}

#content a:not(.button):hover {
    color: #06a;
    text-decoration: none;
}

b {
    font-weight: bold;
}

p {
    margin: 1em 0em 1em 0em;
}

p.copyright {
	margin: 1.5em 0em 1em 0em;	
}

p.text1 {
	font-size: 14px;
	line-height: 1.5em;
	text-align: justify;
}

.text2 {
	font-size: 0.9em;
	text-align: justify;
}

.news-title {
	text-align: left;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em 0em 0.5em 0;
}

.news-text, .plan-news-text {
	text-align: left;
	padding-right: 0.5em;
	background-color: #f3f3f3;
	padding: 0.5em 1em 1em 1em;
	margin-bottom: 0.5em;
}

.news-text table th {	
	font-style: italic;
	width: 100px;
	background-color: #f3f3f3;
	border-bottom: 1px solid #13392b;
	color: black;
}

#content-wrapper {
	flex: 1;	
}

.maintenance-message {
	color: red;
	text-align: center;
}

.hidden {
	display: none;
}

/******************* Input fields ***********************/
input[type=text], input[type=password]:not(#login-password), .login-input {  
	border: 0.1em solid rgba(54, 18, 46);/* #36122E*/
    background: #FFFFFF;   
    padding: 2px 5px 2px 5px;
    font-weight: normal;
    text-decoration: none;   
    height: 30px;
}

input:disabled {
	border: 0.1em solid rgba(54, 18, 46, 0.2);/* #36122E*/
}

input[type=password] {
	font-family: "verdana";
}

input[type=radio] {  
	vertical-align: top;
}

.login-block-element {
	margin: 1em 0em 1em 0em;
}

.login-input {
	margin: 0em 0em 1em 0em;
    width: 190px; 	
    text-align: left;
}

#login-password {
	border: none;
	outline: none;
	width: 83%;
	height: 100%;
	padding: 0px;
}

#show-password {
	font-style: italic;
	color: gray;
	font-size: 10px;
	cursor: pointer;
}

input.inline-input {
	
}

input.inline-input1 {
	width: 100%;
}

select {	
	border: 1px solid rgba(54, 18, 46);
    background-color: #FFFFFF;    	
	color: #000000;
	font-size: 0.9rem;
	min-width: 100px;
	max-width: 200px;
	height: 30px;	
}

select:disabled {
	border: 0.1em solid rgba(54, 18, 46, 0.2);/* #36122E*/
	color: rgba(54, 18, 46, 0.2);
}

select.inline-select {
	width: 100%;
	max-width: none;
}

textArea {
	border: 1px solid rgba(54, 18, 46);
    display: block; 
    padding: 0.5em;
    height: 7em;   
    width: 300px;
}

textArea.message-textbox {
	height: 15em;
}

form {
	vertical-align: middle;
	padding-bottom: 0.5em;
}

/*** used to add empty line spaces ****/
.gap-10 {
	width: 100%;
	height: 1em;
}

.gap-20 {
	width: 100%;
	height: 2em;
}

.gap-30 {
	width: 100%;
	height: 3em;
}

/*************Labels and Headers/Text ********************/

.login-label {
    display: block;
    padding: 0em;
    color: #13392b;
    text-decoration: none;#06a;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    letter-spacing: 0.1em;
    line-height: 2em;
    height: 2em;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.pageHeading{
	font-weight:bold;
	font-size:20px; 
	font-style: normal;
	color:#13392b;
	text-align: left;
	padding: 0.8em 0em;
}

.clientHeading {
	font-weight:bold;
	font-size:20px; 
	font-style: normal;
	color:#13392b;
	text-align: left;
	padding: 0.5em 0em;
}

.planHeading {
	font-weight:bold;
	font-size:20px; 
	font-style: normal;
	color:#13392b;
	text-align: left;
	padding: 0.5em 0em;
}

.logo {
	text-align: right;
}

.userName {
	vertical-align: middle;
	position: relative;
	line-height: 3em;
	padding: 0em 2em;	
	color: #666;	
	height: 100%;
}

.userName:hover {
	color: #06a;
}

#menubar.stick span.userName {
	color: #FFFFFF;
}

#menubar.stick span.userName:hover {
	color: #FFFFFF;
}

.clientName {
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	color:#000;
	padding-bottom: 0.8em;		
}

.planName {
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	color:#13392b;
	padding-bottom: 0.8em;	
}

.contentTitle {
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	color:#13392b;
	padding-bottom: 1em;	
	padding-top: 1em;
}

.error{
	color:red;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#disclaimer {
	font-size: 70%;	
	padding-top: 2em;
	text-align: justify;
	line-height: 1rem;
}

ul#user-agreement {
	font-weight: normal;
	padding: 1em 0em;
	list-style-type: none;	
}

ul#user-agreement ul {
	padding-left: 3em;/* Need padding to make room for the discs */
	list-style-type: disc; 
}

ul#user-agreement li {
	padding: 0.5em 0em;
	line-height: 1.5em;
}

ol.numbered {
	list-style-type: decimal;
	padding-left: 1.2rem; /* Need padding to make room for the decimals (1,2,3..)*/
}

#notifications-title {
	font-size: 14px;
	font-weight: bold;
	color: #13392b;	
}

.date-field {
	text-align: right;
}

.vertical-center-align {
	vertical-align: middle;
}

.horizontal-center-align {
	text-align: center;
}

.horizontal-right-align {
	text-align: right;
}

/**************************** Buttons *********************************/

.next, .back, .edit, .save, .confirm, .cancel, .addTier, .button, .add {

	border: 0px;
	box-shadow: 0px 3px 0px #13392b;
	position: relative;
	top: 0px;

    background: #13392b; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(  #1F5F48, #13392b); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(  #1F5F48, #13392b); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(  #1F5F48, #13392b); /* For Firefox 3.6 to 15 */
    background: linear-gradient(  #1F5F48, #13392b); /* Standard syntax */
	
	color: #FFFFFF;
	padding: 0.3em 1.3em;
	cursor: pointer;
	font-size: 0.8rem;
	transition: all ease 0.3s;
	
	width: 95px;
	height: 25px;
}

.long-button {	
	width: 130px;
}

.extra-long-button {	
	width: 200px;
}

.page-button {
	margin: 1em 2em 1em 0.1em;	
}

.next:hover, .back:hover, .edit:hover, .save:hover, .confirm:hover, .cancel:hover, .addTier:hover, .button:hover, .add:hover {
	box-shadow: 0 0px 0 #1F5F48;
	top: 3px;
}

/******************Table ******************************/

table {
	margin-top: 0.3em;
	width: 100%;
	text-align: left;
}

table tr td a {
	/* Issue with doing this: Links such as 
	selectAll and deselectAll exist inside a table (single row) in most jsps. 
	display:block will cause them to be displayed on a separate line */
	/*display: block;*/	
}

table tr td {
	vertical-align:top;
}

table.outset{
	border-style:double;
}

th{
	font-size:12px;
	background-color:#13392b;
	color:white;
	font-weight:normal;
	vertical-align:bottom;
	padding: 0.3em;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

th.table-heading1 {
	text-align: left;
	background-color: #FFFFFF;
	color: #13392b;
	font-weight: normal;
	padding: 0.3em;	
}

th {
	vertical-align: bottom;
}

.heading1 td{
	background-color:#dadada;
	color:black;
	font-weight:bold;
	font-size:15px;
	padding: 0.5em 0em 0.5em 0.2em;
}

.heading2 td{
	color:black;
	font-weight:bold;
	padding: 0.3em;
}

.subtotal  td{
	color:black;
	font-style: italic;
}

.total td{
	background-color:#dadada;
	color:black;
	font-weight:bold;
}

.row1{
	color:black;
	text-decoration:none;
	border-bottom: 1px solid #eaeaea;
}

.row2{
	color:black;
	text-decoration:none;
	border-bottom: 1px solid #eaeaea;	
}

tr.row1:hover, tr.row2:hover {
	background-color: #9AC004;
	text-decoration:none;
}

tr.row1 td, tr.row2 td, tr.subtotal td, tr.total td{
	padding: 0.3em;	
}

table.planNewsHeader {
	width: 100%;
	padding-bottom: 1em;
}

table.planNewsHeader td {
	font-size: 12px;
}

table.table-form {
	border-spacing: 0 0.5em;
	border-collapse: separate;
}

table.contact-form tr td:first-child{
	width: 15%;
}

table.no-stretch {
	width: auto;
	margin-left: 0;	
}

.inline-text1 table {
	margin-bottom: 1em;
}

/* Table - end */

/*********************** Popup div ******************/

.popup-link {
	font-weight:normal;	
	display: inline-block;	
	cursor: pointer;
}

.chart-popup-link {	
	position: absolute;
	right: 2px;
	top: 18%;
	width: 25px;
}

#ms-disclaimer-popup-link {	
	
}

#user-info-popup-link {
	font-weight: bold; 
	height: 100%;		
}

.popup {
    display: none; /* Hidden by default */
    z-index: 1000; /* Sit on top */    
}

.user-info-popup {
	position: relative;
	top: 0px;
	left: 23px;	
	width: 200px;
	/*height: 100px;*/
	min-height: 55px;
	font-size: 11px;
	text-align: center;
    opacity: 0.9;	
}

.full-popup {
    position: fixed; /* Stay in place */	
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 100px;
}

/* Modal Content */
.popup-content {
	display: block;    
    margin: auto;
    padding: 6px;
    border: 1px solid rgba(154,192,4,0.8);
    color: #000000;
    line-height: 1.5em;            
}

.popup-content div {
	
}

#ms-disclaimer-popup-content {
	position:relative;
    width: 80%;   
    height: auto;
    font-size: 1rem;
    text-align: left;
    border: 2px solid  rgba(154,192,4,0.4); /*#9AC004*/    
    padding: 2em;
    font-size: 0.9rem;
    top: 20%;
    background-color: #FFFFFF;    
}

.chart-popup-content {
	position:relative;
    /*width: 800px;*/
    height: 500px;	
	border: 7px solid  rgba(154,192,4,0.4); /*#9AC004*/ 
	background-color: #FFFFFF;    
	font-size: 1.1em;
}

#user-info-popup-content {
	position: absolute;
	top: 0px;
	right: 0px;
    font-size: 1.1em;    
    font-weight: normal;
    width: 100%;
    height: auto;
    background-color: #FFF;
}

#user-info-popup-content a {
	color: #36122E;
	display: block;
	padding: 1em 0em 1em 0em;
}

#user-info-popup-content a:hover {
	color: #06a;
}

/* The Close Button */
.close {
	position: absolute;
	top: 3px;
	right: 9px;
    color: #aaaaaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

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


.chart-header {
	display: block;
	width: 100%;
	font-size: 120%;
}

.chart-title {
	display: inline-block;
	text-align: center;
	transform: translateX(2%);
	width: 95%;
}

/**************Pie Chart***********************************/
.chart {
	display: inline-block;
    width: 45%;
    height: 95%;
}

.pie-chart {
	position:relative;	
  	width: 100%;
  	height: 100%;
}

.chart-key {
	display: inline-block;
	width: 50%;
	height: 95%;
	font-size: 13px;
}

.pie-tip {
  position: fixed;
  min-width: 30px;
  /*max-width: 300px;*/
  padding: 5px 18px 6px;
  border-radius: 2px;
  background: rgba(255,255,255,.97);
  color: #444;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0 1px 0 #fff;
  text-transform: capitalize;
  text-align: center;
  line-height: 1.3;
  letter-spacing: .06em;
  box-shadow: 0 0 3px rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.5);
  -webkit-transform: all .3s;
     -moz-transform: all .3s;
      -ms-transform: all .3s;
       -o-transform: all .3s;
          transform: all .3s;
  pointer-events: none;
  z-index: 1000;
}

.pie-tip .text {
	display: block;
}

.pie-tip:after {
      position: absolute;
      left: 50%;
      bottom: -6px;
      content: "";
      height: 0;
      margin: 0 0 0 -6px;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent;
      border-top: 6px solid rgba(255,255,255,.95);
      line-height: 0;
}

.chart path { cursor: pointer; }

.chart-key-group {
	cursor: pointer;
}

.chart-key-group:hover {
	font-weight: bold;		
}	

.key-name {
	
}

.key-value {
	text-align: right;
}

/*************** Media widgets ************************/

.news-container {
	width: 100%;
	z-index: 0;	
	height: 100%;
	border-collapse: collapse;	
}

.news-container tr {
	border-bottom: 1px solid #eaeaea;
}

.news-container tr td {
    padding: 0.5em;      
}

.news-container tr td a {
    display: block;
    line-height: 1.5em;
}

.news-container tr:last-child{
    font-weight: bold;
    color: #36122E;
}

.news-container a div {
    display: block;
    width: 100%;
    height: 100%;
}

.news-container a span:first-child {
    display: inline-block;
    width: 90%;
    height: 100%;
}

.news-container a span:last-child {
    display: inline-block;
    width: 10%;
    float:right;
    text-align: right;
}

.icon-wrapper {
    display: block;
    text-align: center;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);    
    position: relative;
    z-index: 100;
    width: 100%;
}

#news-icon {
    height: 60px;
}

.pie-chart-icon {
	height: 23px;
}

.column-title {
    color: #13392b;
    position: relative;
    top: -35%;
    text-align: center;
}

#news-header {
    top: 0%;
    width: 100%;
    height: 68px;
    background-color: white;
    margin:auto;
    z-index: 100;
}

.footer-icon {
    width: 38px;
    height: 38px;
    margin: 0em 0em 0em 0.8em;
}

/***************End- Media widgets ************************/

subheader, news-title {
	display: block;
	text-align: center;
	font-weight: bold;
    color: #13392b;
	padding: 0.5em;
	border: 1px solid #13392b;	
	margin-bottom: 1rem;
}

 .active {
	 text-align:center;
	 font-weight:bold;
	 font-size: 14px;
	 font-style:italic;
	 text-decoration:underline;
	 color:#246E53;	 	 
 }
 
 .inactive{
 	 text-align:center;
 	 font-size: 14px;
 	 font-weight:bold;
	 color:silver; 	 
 }
 
 .padded-top {
 	padding-top: 1em;
 }
 
 .notification-icon {
 	display: inline-block; 
 	float: right;
 }
 
 .notifications-content {
 	display: inline-block;
 }
 
 .svg-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke: currentColor;
  fill: currentColor;
}

.icon-info {
  /* Using currentColor above lets
  us use `color` for changing the color
  of our icons: */
  color: rgba(54, 18, 46, 0.8);
  
  /* The width and height of the SVG
  was previously set to 1em.
  This allows us to use `font-size`
  to change the size of our icon: */
  font-size: 20px;
}

.personal-rate-of-return {
	width: 100%;
	text-align: center;
	display: block;
	color: black;
	padding: 0.6em;
	background-color: rgba(154, 192, 4, 0.6);
	margin: 1em 0em;
}

.indent1 {
	padding-left: 5px;
	display: block;
}
.indent2 {
	padding-left: 15px;
	display: block;
}

#jsonDataText {
 	display: none;
}
 
.relative-position {
	position: relative;
}

super {
	font-size: 10px;
	vertical-align: super;
	padding-left: 2px;
}

/***************Fund Restriction ********/

div#fundRestriction {
	top: 0;
	display: inline-block;
	height: 20px;
	width: 20px;
	border: 1px solid;
	border-radius: 50%;
	line-height: 20px;
	background-color: white;
	color: rgb(54,18,46);
	text-align: center;
    cursor: pointer;
}

div.restrictionToolTip {
    position:absolute;
	visibility:hidden;
	margin: .75em;
	padding: .375em;
	border: 1px solid #13392b;
	background-color: #fff;
	box-shadow: 0 5px 20px rgba(0,0,0,.2);
	color: rgb(54,18,46);
    opacity:0;  
    width:300px;
}

.restrictionHover:hover > .restrictionToolTip {
    visibility:visible;
    opacity:1;
}

/***************Multi Factor Authentication ********/

div.css-form.multi-fa .row {
	display: block;
	padding: 1rem 0rem;
	text-align: left;
}

div.css-form.multi-fa .row .auth-value {
	font-style:italic;
}

div.css-form.multi-fa .row .column.inline-msg {
	color: red;
	vertical-align: top;
}

div.css-form.multi-fa .row.msg {
	padding: 0rem;
	color: red;
}

div.css-form.multi-fa input {
	width: 220px;
}

div.css-form.multi-fa #authentication-method {
	width: 220px;
}

div.css-form.multi-fa .row .column.input .checkbox input {
	width: auto;
	display: inline-block;
}

div.css-form.multi-fa .row .column.input .checkbox .text {
	display: inline-block;
}

div.css-form.multi-fa .row.make-invisible {
	display: none;
}

/***************Session Timeout ********/

/* The Modal (background) */
.session-timeout-modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1000; /* 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 */
.session-timeout-modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
/* 	padding: 20px; */
	border: 5px solid rgba(154,192,4,0.4);
	height: 180px;
	font-size: 0.9rem;
	text-align: left;
	color: #000000;
	font-weight: normal;
}

.session-timeout-modal-content #modal-header {
	border-bottom: 1px solid rgba(154,192,4,0.3);
	padding: 0px 30px 10px 10px;
}

.session-timeout-modal-content #time-left {
	color: #36122E;
	font-weight: bold;
}

.session-timeout-modal-content p { 
	padding-left: 10px;
}

#session-continue {
	background-color: #36122E;
	color: #FFFFFF;	
	margin-left: 10px;
}

.session-timeout-modal-content .option {
	background: #FFFFFF;
	color: #36122E; 
	border: 1px solid #36122E;
	cursor: pointer;
	margin: 10px 20px 10px 0px;
	padding: 5px 30px 7px 30px;
	display: inline-block;
}

.pos-relative {
	position: relative;
}

.content-text1 {
	padding: 0.8em 0em;
}

.content-text2 {
	padding: 0.3em 0em;
}

.verticalRadio label::after {
  content: "\A"; /* Inserts a line break */
  white-space: pre; /* Ensures the newline character is rendered */
}

.verticalCheckBox label::after {
   content: "\A"; /*Inserts a line break */
   white-space: pre; /*Ensures the newline character is rendered */
 } 


/*****Home Page Image Wrapper **************/
#home-page-image-wrapper { 
    position: relative; 
    left: 0px;
    width: 100%;
    height: 190px; 
    z-index: 10;
}

#home-page-image { 
  /*  position: absolute; */ 
    width: 100%;
    height:190px;
}