﻿.heWidgetLayout {
  background: #fafafa;
}

.raPlanWidget,
.heWidget {
  background-color: #ffffff;
  -ms-border-radius: 7px;
  border-radius: 7px;
  border: solid 5px #ffffff;
  margin-top: 20px;
  padding: 7px 15px;
  font-family: 'Lato', sans-serif;
  -ms-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
}

.heShowcaseWidget {
  margin-top: 20px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  width: 752px;
}

.heInvestmentWidget {
  margin-top: 20px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  width: 100%;
}
.heInvestmentWidgetOverlayText {
  position:absolute;
  top: 61%;
  width:500px;
  padding-left: 14px;
  color:#3a6096;
  font-size:18px;
  font-weight: bold;
}

.heWidgetTable {
  width: 100%;
}

.heWidgetItem {
  border-bottom: 1px solid #fafafa;
}

.heWidgetItem:last-child {
  border-bottom: none;
}

  .heWidgetItem td {
    padding: 12px 5px;
  }

  .heWidgetItemLink:hover {
    background-color: #f4f4f4;
    cursor: pointer;
  }

  .heWidgetItemLink:hover .heWidgetLabel,
  .heWidgetItemLink:hover .heWidgetLabelNoWrap {
    color: #5a2b81;
  }

.heWidgetTitle {
  color: #592c82;
  font-family: 'LatoRegular', serif;
  font-size: 25px;
  font-weight: normal;
  align-self: center;
  -webkit-text-wrap: normal;
  -moz-text-wrap: normal;
  -ms-text-wrap: normal;
  -o-text-wrap: normal;
  text-wrap: normal;
}

.heWidgetLabel {
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  -webkit-text-wrap: normal;
  -moz-text-wrap: normal;
  -ms-text-wrap: normal;
  -o-text-wrap: normal;
  text-wrap: normal;
  float: left;
  padding-right: 0;
  width: 55%;
  overflow: hidden;
  white-space: normal;
}
.heWidgetText {
    font-size: 12px;
    font-family: 'Lato', sans-serif;
}
.heWidgetInfoLink a {
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #592c82;
    display: inline-block;
}
.heWidgetTermsLink {
    font-size: 12px;
    font-family: 'LatoRegular', sans-serif;
    font-weight: normal;
    color: #592c82;
    text-align: center;
}
.heWidgetInfoLink span {
    width:1px;
    display: inline-block;
}
.heWidgetExternalLink {
    display: inline-block;
}
.heWidgetImage {
    text-align: center;
    max-width: 100%;
    height: auto;
}
.heWidgetLabelNoWrap {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    -webkit-text-wrap: normal;
    -moz-text-wrap: normal;
    -ms-text-wrap: normal;
    -o-text-wrap: normal;
    text-wrap: normal;
    float: left;
    padding-right: 0;
    overflow: hidden;
    white-space: normal;
}
.heWidgetSubIcon {
  text-align:center;
  font-size:16px;
  color: #5a2b81;
}

.heWidgetValue {
  color: #5a2b81;
  font-size: 16px;
  font-family: 'LatoRegular', serif;
  float: right;
  padding-left: 0;
}

.heWidgetValueLinkIcon {
  font-size: 11px;
  margin-top: 4px;
}

.heWidgetIcon {
  margin-left: 10px;
  padding-right: 10px;
  font-size: 18px;
}
.heAlert {
  position: absolute;
  z-index: 12;
}
.heWidgetSubLabel {
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  -webkit-text-wrap: normal;
  -moz-text-wrap: normal;
  -ms-text-wrap: normal;
  -o-text-wrap: normal;
  text-wrap: normal;
  float: left;
  padding-right: 0;
  padding-top: 5px;
  width: 55%;
  overflow: hidden;
  white-space: normal;
}
.heWidgetSubReference {
  color: #592c82;
}
.heWidgetButton {
  background-color: #592c82;
  border-color: #592c82
}
.memberHomeWidget { /* do not remove this, used for moving widgets around on home page*/
}

.memberHomeTabletWidget { /* do not remove this, used for moving widgets around on home page*/
  
}
.heOptimizerWidget {
  height: 200px;
  width: 100%;
}