.dashboard {
  position: relative;
}

h2.maintitle {
  margin-bottom: 20px;
  margin-top: 40px;
}

.completeProfile {
  position: relative;
  background: #214595;
  border-radius: 3px;
  box-shadow: 0 4px 6px #dee4ee;
  padding: 10px 13px;
  color: #FFF;
  margin: 0 0 min(3vw, 30px) 0;
}

.completeProfile p,
.completeProfile h3 {
  margin: 0;
  color: #FFF;
}

.completeProfile .progress span {
  display: block;
  width: 80%;
  height: 100%;
  background: #aab8d3;
  border-radius: 50px;
}

.completeProfile .progress {
  margin: 10px 0;
  width: 280px;
  height: 10px;
  border-radius: 50px;
  border: 1px solid #FFF;
}

.completeProfile button {
  position: absolute;
  top: 27px;
  right: 40px;
}

.top_recaps > .box {
  flex-grow: 1;
  flex-basis: 0;
  position: relative;
}

.box_style_counter {
  position: relative;
}

.boxes.boxes_vertical.graphs .box {
  position: relative;
}

.boxes.boxes_vertical.graphs a.help_icon,
.box_style_counter.box a.help_icon {
  position: absolute;
  top: 11px;
  right: 11px;
}

.boxes.boxes_vertical.graphs a.help_icon span,
.box_style_counter.box.fees_paid a.help_icon span {
  left: auto;
  right: 0;
}

.top_recaps .transactions p span {
  display: none;
}

.boxes.boxes_horizontal.top_recaps {
  margin: 0 0 min(3vw, 30px) 0;
}

.action_items_and_graphs .action_items {
  flex: 1 0 0;
}

.action_items_and_graphs .action_items .notification {
  overflow: hidden;
  display: none;
  background: url(/static/img/warn.png) no-repeat 0 0;
  padding: 0 0 20px 40px;
  margin: 0 0 30px;
  border-bottom: 1px solid #DDD;
}

.action_items_and_graphs .action_items .notification h4 {
  margin: 20px 0 10px 0;
}

.action_items_and_graphs .action_items .notification h4:first-child {
  margin-top: 0;
}

.action_items_and_graphs .action_items .notification p {
  margin: 10px 0;
}

.action_items_and_graphs .action_items .notification .tag {
  border-radius: 15px;
  display: inline-block;
  padding: 0 10px;
  background: #a43232;
  margin: 10px 15px 0 -10px;
  color: #FFF;
}

.action_items_and_graphs .action_items .notification.recommendation {
  background: url(/static/img/check.png) no-repeat 0 0;
}

.action_items_and_graphs .action_items .notification.recommendation .tag {
  background: #0a8efc;
}

.action_items_and_graphs .action_items.empty .tabs {
  display: none;
}

.action_items_and_graphs .action_items.empty .notification.notification-empty {
  display: block;
  background: none;
  padding: 0;
  border: 0;
  margin: 0;
}

.action_items_and_graphs .action_items.empty .notification.notification-empty h4 {
  text-align: center;
  padding: 150px 0 350px;
  margin: 0;
}

.action_items_and_graphs .graphs {
  flex: 0 0 0;
}

.action_items_and_graphs .graphs canvas {
  max-width: 490px;
  width: 30vw !important;
  margin: 20px 0 0;
}

.statementDate {
  background: #d5e2ff;
  padding: 30px;
  margin: 31px 0;
  font-size: 23px;
  font-weight: 200;
  color: #214595;
}

.article {
  display: flex;
  margin: 30px 0;
  border-bottom: 1px solid #DDD;
  color: #555;
}

.article img {
  width: 170px;
  height: 120px;
  margin: 6px 25px 0 0;
}

.article h4 {
  margin: 0 0 10px;
  color: #000;
}

.article p {
  margin: 10px 0;
}

.article:hover {
  cursor: pointer;
  color: #000;
}

.article:hover h4 {
  text-decoration: underline;
}

.fancydd.statements {
  position: absolute;
  top: 20px;
  right: 20px;
  min-width: 250px;
  color: #214595;
}

.spin {
  width: 120px;
  height: 120px;
  background: #CCC;
  border: 1px solid #000;
}

.box.news {
  min-width: 390px;
}

.ad {
  position: absolute;
  top: 20px;
  right: 0;
  width: 520px;
  padding: 0px;
  height: 120px;
  background: #ffffff;
  box-shadow: 0 4px 6px #dee4ee;
  border-radius: 3px;
}

.ad .a {
  position: absolute;
  top: 0;
  right: 0;
}

.ad .a {
  display: none;
  padding: 14px;
}

.ad h3 {
  margin: 0;
}

.ad p {
  margin-bottom: 0;
}

.ad .round {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.ad .round a {
  text-decoration: none;
  font-size: 22px;
  margin: 0 3px;
  color: #AAA;
  transition: color 0.2s;
}

.ad .round a.selected {
  color: #214595;
}

.body_content {
  overflow: hidden;
}

h2.maintitle {
  margin-bottom: 50px;
  margin-top: 55px;
}