@font-face {
  font-family: Triodos;
  src: url("../fonts/triodos.woff") format("embedded-opentype"), url("../fonts/triodos.woff") format("woff"), url("../fonts/triodos.woff") format("truetype"), url("../fonts/triodos.svg") format("svg"); }
* {
  outline: none; }

body {
  padding: 0;
  margin: 0;
  min-height: 100vh; }

a {
  color: #3B8B58; }

input[type=checkbox] + label {
  display: inline-block; }

table tbody tr:hover {
  color: #3B8B58; }

.button, button {
  background-color: #3B8B58;
  border-color: #7dc899; }

header {
  width: 100%;
  height: 50px;
  background-color: #3B8B58;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }
  header * {
    margin: 0; }
  header .title {
    font-size: 8rem;
    color: #7dc899;
    margin-left: 3rem; }
  header ul {
    display: flex;
    flex-direction: row;
    list-style: none; }
    header ul li {
      margin: 0 2rem; }
  header a {
    color: white;
    font-weight: bold;
    font-size: 2rem; }
    header a:hover {
      color: #7dc899; }

.options {
  position: fixed;
  top: 50px;
  right: 0;
  display: flex;
  flex-direction: row;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100; }
  .options li {
    padding: 2rem;
    font-size: 2rem; }
    .options li a {
      color: #3B8B58; }

.post-options {
  position: fixed;
  top: 100px;
  right: 0;
  display: flex;
  background-color: rgba(255, 255, 255, 0.8);
  flex-direction: column;
  align-items: flex-end;
  z-index: 100; }

.content {
  margin: 7rem 8rem; }
  .content .buttons {
    text-align: right; }

.login-container {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  background-color: #3B8B58; }
  .login-container .login {
    margin: auto;
    max-width: 500px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    padding: 3rem;
    border-radius: 50px; }
    .login-container .login div {
      width: 100%; }

.account-real-value {
  font-size: 3rem;
  font-weight: bold;
  color: #3B8B58;
  padding: 3rem; }

.notes {
  text-align: right;
  padding-right: 20px;
  max-width: 300px;
  width: 100%; }
  .notes .note {
    width: 100%;
    border: 1px solid #3B8B58;
    margin-bottom: 10px;
    padding: 5px;
    text-align: left;
    cursor: pointer; }
    .notes .note .title {
      font-weight: bold; }

.account-table-old {
  width: 60%;
  min-width: 800px; }
  .account-table-old .account-line {
    display: flex;
    flex-direction: row; }
    .account-table-old .account-line div {
      flex-grow: 1;
      flex-basis: 0;
      padding: 0 2rem; }
  .account-table-old .account-header {
    margin-top: 3rem;
    border-bottom: 1px solid #7dc899;
    font-weight: bold;
    color: #3B8B58; }
  .account-table-old .record-header {
    font-size: 2rem;
    margin-top: 2rem;
    font-weight: bold; }
  .account-table-old .total-header {
    font-size: 2rem;
    border-bottom: 1px solid #7dc899;
    color: #3B8B58;
    font-weight: bold;
    padding: 1rem 0; }
  .account-table-old .record-value:hover {
    background-color: lightgoldenrodyellow; }
  .account-table-old .record-footer {
    border-bottom: 1px solid #7dc899;
    padding-bottom: 2rem; }
    .account-table-old .record-footer .footer-buttons {
      flex-grow: 4;
      text-align: right;
      display: flex;
      flex-direction: row-reverse; }
      .account-table-old .record-footer .footer-buttons a {
        margin-left: 5rem; }

.account-container {
  display: flex;
  flex-direction: row; }
  .account-container div {
    margin: 0;
    padding: 0; }
  .account-container .account-table {
    width: 50%;
    min-width: 800px;
    font-size: 1.5rem; }
    .account-container .account-table .row {
      display: flex;
      flex-direction: row; }
      .account-container .account-table .row .content {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 80%;
        padding: 0 .5rem; }
        .account-container .account-table .row .content .amounts {
          display: flex;
          flex-direction: row; }
          .account-container .account-table .row .content .amounts span {
            display: block;
            width: 13rem;
            text-align: right; }
            .account-container .account-table .row .content .amounts span.invalid {
              color: lightgray; }
        .account-container .account-table .row .content:hover {
          background-color: #e9f6ee; }
        .account-container .account-table .row .content input {
          height: 2.5rem;
          padding: 0 .5rem;
          margin: 0; }
          .account-container .account-table .row .content input.detail {
            width: 100%; }
          .account-container .account-table .row .content input.amount {
            width: 8rem;
            text-align: right; }
      .account-container .account-table .row .menu {
        width: 100px;
        display: block;
        margin-left: 1rem; }
        .account-container .account-table .row .menu div {
          display: none;
          flex-direction: row;
          height: 100%;
          align-items: center; }
          .account-container .account-table .row .menu div .feather {
            margin-right: .5rem;
            cursor: pointer; }
      .account-container .account-table .row:hover .menu div {
        display: flex; }
    .account-container .account-table .table-header {
      font-weight: bold;
      font-size: 1.8rem;
      color: #3B8B58;
      line-height: 3rem; }
      .account-container .account-table .table-header .content:hover {
        background-color: white; }
    .account-container .account-table .table-footer {
      color: lightgray; }
      .account-container .account-table .table-footer .concept-line:first-child .content {
        border-top-color: #7dc899 !important; }
      .account-container .account-table .table-footer .concept-line .header .content {
        border-top-color: white; }
    .account-container .account-table .concept-line .header {
      font-weight: bold;
      line-height: 3rem; }
      .account-container .account-table .concept-line .header.blocked {
        color: #3B8B58; }
      .account-container .account-table .concept-line .header .content {
        border-color: white;
        border-top-color: #7dc899;
        border-style: solid;
        border-width: 1px; }
  .account-container .account-charts {
    width: 50%;
    min-width: 650px;
    display: flex;
    flex-direction: column; }
    .account-container .account-charts .chart {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: center;
      border: 1px solid lightgray;
      border-radius: 5px;
      margin-bottom: 2rem; }
      .account-container .account-charts .chart .buttons {
        width: 100%; }
        .account-container .account-charts .chart .buttons .feather {
          margin: 1rem;
          cursor: pointer;
          width: 2rem;
          height: 2rem; }

.table-piechart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 5rem; }

.table-chart {
  width: 90%;
  height: 350px;
  overflow-y: scroll; }
  .table-chart .title {
    font-weight: bold; }
  .table-chart table {
    font-size: 1rem; }
    .table-chart table td {
      padding: 0;
      padding-top: 1rem; }

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block; }

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #F2DB55;
  color: #3B8B58;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  font-size: 1.1rem;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1; }

/* Feather icons */
.feather {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-size: cover; }

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  transition-property: visibility;
  transition-delay: 1s; }

.account-icon {
  font-family: Triodos;
  font-size: 5rem; }

#accounts-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  #accounts-list :first-child {
    margin-left: 0; }
  #accounts-list p {
    display: flex;
    margin: 0;
    padding: 0;
    text-align: center;
    justify-content: center;
    align-items: center; }
  #accounts-list a:hover {
    color: #7dc899; }
  #accounts-list div {
    width: 10rem;
    margin: 0 5rem;
    padding: 0 10rem 2rem 10rem;
    cursor: pointer;
    background-color: #F5F5F5;
    border-radius: 25px;
    border: 5px solid #EEE; }
    #accounts-list div .icon {
      font-family: Triodos;
      font-size: 8rem; }
    #accounts-list div .name {
      height: 10rem; }
    #accounts-list div .total {
      font-weight: bold; }

#investments {
  margin-top: 10rem; }
  #investments .investment {
    background-color: #F5F5F5;
    border-radius: 25px;
    max-width: 1000px;
    display: flex;
    flex-direction: row;
    margin: 3rem 0;
    align-items: center;
    height: 5rem;
    padding: 0 3rem;
    border: 5px solid #EEE; }
    #investments .investment .name {
      font-weight: bold;
      font-size: 2rem;
      flex-basis: 5;
      flex-basis: 75%; }
    #investments .investment .total {
      flex-basis: 2;
      flex-grow: 1; }
    #investments .investment .profit {
      flex-basis: 2;
      flex-grow: 1; }

#investments-table {
  margin: 0 5rem;
  border: 5px solid #EEE; }
  #investments-table .invrow {
    padding: 0 5rem;
    border: 1px solid #EEE;
    display: flex;
    flex-direction: row; }
    #investments-table .invrow:first-child {
      border-top: 0; }
    #investments-table .invrow div {
      flex-grow: 0; }
      #investments-table .invrow div:first-child {
        flex-grow: 1; }
  #investments-table .invfoot {
    display: flex;
    flex-direction: row-reverse;
    color: #3B8B58;
    font-size: 2rem;
    font-weight: bold; }
  #investments-table .date {
    color: #AAA; }

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  min-width: 25%; }

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center; }

.modal__container {
  background-color: #fff;
  padding: 0px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box; }

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px; }

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  color: white;
  box-sizing: border-box; }

.modal__close {
  border: 0; }
  .modal__close:hover {
    background-color: #7dc899; }

.modal__header .modal__close:before {
  content: "\2715"; }

.modal__content, .modal__footer {
  margin: 2rem; }

.modal__footer {
  text-align: right; }

.modal .light-button {
  background-color: #7dc899; }

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes mmslideIn {
  from {
    transform: translateY(15%); }
  to {
    transform: translateY(0); } }
@keyframes mmslideOut {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-10%); } }
.micromodal-slide {
  display: none; }

.micromodal-slide.is-open {
  display: block; }

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform; }

/*# sourceMappingURL=stylesheet.css.map */
