@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Heebo:300,400,500,700|Roboto:300,400,500,700&display=swap&subset=latin-ext);
.text-main,
.p3,
.p2,
.p1,
.profile-page ons-card,
#home-page ons-card,
body {
  color: #000;
  font-family: "Heebo", "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.bold,
ons-page.main .banner > span,
ons-page.main .banner button,
ons-page.main .banner input[type=submit] {
  font-style: normal;
  font-weight: bold;
}

.p1,
.profile-page ons-card,
#home-page ons-card,
body {
  font-size: 14px;
  line-height: 20px;
}
@media all and (min-width: 992px) {
  .p1,
.profile-page ons-card,
#home-page ons-card,
body {
    font-size: 15px;
    line-height: 24px;
  }
}

.p2 {
  font-size: 12px;
  line-height: 16px;
}

.p3 {
  font-size: 16px;
  line-height: 21px;
}

.text-title,
.menu-content span,
ons-toolbar .title,
.title-dialog,
h2,
.h2,
h1,
.h1,
.h0 {
  color: #000;
  font-family: "Heebo", "Roboto", sans-serif;
  font-weight: bold;
  font-style: normal;
}

.h0 {
  font-size: 28px;
  line-height: 41px;
}

h1,
.h1 {
  font-size: 22px;
  line-height: 32px;
}
@media all and (min-width: 992px) {
  h1,
.h1 {
    font-size: 35px;
    line-height: 45px;
  }
}

h2,
.h2 {
  font-size: 16px;
  line-height: 21px;
}
@media all and (min-width: 992px) {
  h2,
.h2 {
    font-size: 22px;
    line-height: 26px;
  }
}

.h2-like {
  font-size: 16px;
  line-height: 21px;
}

.title-dialog {
  font-size: 16px;
  line-height: 21px;
}
@media all and (min-width: 992px) {
  .title-dialog {
    font-size: 35px;
    line-height: 45px;
  }
}

.text-subtitle,
.profile-edit-dialog .subtitle,
h5,
.h5,
h4,
.h4,
h3,
.h3 {
  color: rgba(0, 0, 0, 0.3);
  font-family: "Heebo", "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}

h3,
.h3 {
  font-size: 12px;
  line-height: 15px;
}
@media all and (min-width: 992px) {
  h3,
.h3 {
    font-size: 17px;
    line-height: 25px;
  }
}

h4,
.h4 {
  font-size: 12px;
  line-height: 18px;
}
@media all and (min-width: 992px) {
  h4,
.h4 {
    font-size: 14px;
    line-height: 21px;
  }
}

h5,
.h5 {
  font-size: 8px;
  line-height: 12px;
}
@media all and (min-width: 992px) {
  h5,
.h5 {
    font-size: 13px;
    line-height: 24px;
  }
}

.desktop-title {
  font-weight: bold;
  font-style: normal;
  font-size: 30px;
  line-height: 36px;
}

ons-toolbar .title {
  font-size: 18px;
}

ons-button,
ons-input,
ons-select {
  font-size: 14px;
}

.menu-content span {
  font-size: 14px;
}
@media all and (min-width: 992px) {
  .menu-content span {
    font-size: 16px;
  }
}

ons-page.main .banner button,
ons-page.main .banner input[type=submit] {
  font-size: 12px;
  line-height: 100%;
}
@media all and (min-width: 768px) {
  ons-page.main .banner button,
ons-page.main .banner input[type=submit] {
    font-size: 14px;
    line-height: 100%;
  }
}

.text-green {
  color: #5da09d;
}

ons-page.main > .page__background {
  background-color: #f7f7f7 !important;
}
ons-page.main .wrapper {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media all and (min-width: 992px) {
  ons-page.main .wrapper {
    margin-top: 80px;
    margin-left: 80px;
    margin-right: 80px;
    margin-bottom: 80px;
  }
}
@media all and (min-width: 1200px) {
  ons-page.main .wrapper {
    margin-top: 100px;
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 100px;
  }
}
@media all and (min-width: 14400px) {
  ons-page.main .wrapper {
    margin-left: 140px;
    margin-right: 130px;
  }
}
ons-page.main .wrapper::after {
  display: block;
  content: "";
  clear: both;
}
ons-page.main .banner {
  display: flex;
  justify-content: center;
  padding: 15px 20px;
}
@media all and (min-width: 992px) {
  ons-page.main .banner {
    padding-top: 17px;
    padding-bottom: 17px;
    background-color: rgba(93, 160, 157, 0.3);
  }
}
ons-page.main .banner > span {
  font-size: 14px;
  line-height: 100%;
  color: teal;
  align-self: center;
  margin-right: 20px;
}
@media all and (min-width: 768px) {
  ons-page.main .banner > span {
    font-size: 16px;
    line-height: 100%;
  }
}
ons-page.main .banner .main-fill {
  padding: 12px 30px;
  border: none;
  border-radius: 3px;
  background: #5da09d;
  color: #fff;
}
ons-radio input:checked + .radio-button__checkmark::before {
  border-color: #5da09d;
}
ons-radio input:checked + .radio-button__checkmark::after {
  background: #5da09d;
}
ons-radio .radio-button__checkmark::before {
  border-color: rgba(0, 0, 0, 0.3);
}
ons-radio .radio-button__checkmark::after {
  background: rgba(0, 0, 0, 0.3);
}

ons-splitter-content ons-page .page__background {
  background: #fff;
}

ons-button {
  cursor: pointer;
}
ons-button.button--quiet {
  color: #949494;
  font-size: 13px;
}
ons-button[disabled] {
  /*background-color: #000 !important;*/
}
ons-button.main {
  background-color: #5da09d;
  font-size: 14px;
  line-height: 16px;
}

ons-dialog.main .wrapper {
  margin: 20px;
}

@media all and (min-width: 992px) {
  ons-card.main {
    box-shadow: 0 4px 37px rgba(0, 0, 0, 0.1);
  }
}
ons-card.card {
  margin: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  border-radius: 3px;
}
ons-card .bar {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.negative {
  color: #CF8686;
}

.error {
  color: red;
}

.positive {
  color: #5da09d;
}

.debet.flexi {
  color: #CF8686;
}

select:focus.select-input--underbar {
  border-bottom-width: 2px;
  border-bottom-color: #5da09d;
}

select.select-input {
  background-image: url(../../../img/upka/arrow-grey.svg);
}

.up-main {
  max-width: 90px;
  max-height: 90px;
}

.centered-content {
  display: flex;
  justify-content: center;
}

.desktop-title {
  margin-bottom: 50px;
  color: #949494;
}
@media all and (max-width: 991px) {
  .desktop-title {
    display: none;
  }
}

ons-card .underlay {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

ons-card .part-icon {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

ons-card.bar-top,
ons-card.bar-left {
  position: relative;
  overflow: hidden;
}

ons-card.bar-top .bar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
}

ons-card.bar-left .bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
}

@media all and (max-width: 991px) {
  .only-big {
    display: none !important;
  }
}

@media all and (min-width: 992px) {
  .only-small {
    display: none !important;
  }
}

.preferences {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.35);
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}
ons-card .preferences {
  background-color: #f4f4f4;
  color: #949494;
}

ons-select.preferences option {
  color: #000 !important;
}
ons-select.preferences select {
  height: 100%;
  color: rgba(0, 0, 0, 0.35) !important;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}
ons-card ons-select.preferences select {
  color: #949494 !important;
}

ons-button:not(:disabled):not(.disabled) {
  cursor: pointer !important;
}

ons-button.preferences span {
  background-image: url(../../../img/upka/arrow-grey.svg);
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 25px;
}

img {
  max-width: 100%;
}

ons-input {
  border-radius: 4px;
}
ons-input input {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
ons-input input.text-input--underbar {
  border-bottom-width: 2px;
}
ons-input input.error {
  border-color: red;
  color: red;
}
ons-input input:focus {
  color: #5da09d;
}
ons-input input:focus.text-input--underbar {
  border-bottom-color: #5da09d;
}

ons-input.with-title {
  position: relative;
}
ons-input.with-title input + span {
  display: block !important;
  position: absolute;
  left: 16px;
  top: 0;
  color: rgba(0, 0, 0, 0.3);
  font-size: 12px !important;
  line-height: 12px !important;
}
ons-input.with-title input[type=file] + span {
  display: block !important;
  position: absolute;
  left: 16px;
  top: -16px;
  color: rgba(0, 0, 0, 0.3);
  font-size: 16px !important;
  line-height: 16px !important;
}
ons-input.with-title input:placeholder-shown + span {
  display: none !important;
}

.d-none {
  display: none;
}

ons-card.orange .bar {
  background: #ff9669;
}
ons-card.orange .underlay {
  background: rgba(255, 150, 105, 0.2);
  background-image: url("../../../img/upka/up-orange.svg");
  background-position: center;
  background-size: contain;
}
ons-card.orange .badge {
  background: rgba(255, 150, 105, 0.05);
  color: #ff9669;
}
ons-card.orange .up-logo,
ons-card.orange .detail-link {
  color: #ff9669;
}
ons-card.orange .detail-link {
  background: rgba(255, 150, 105, 0.1);
}
ons-card.orange .preferences {
  background-color: rgba(255, 150, 105, 0.2);
}
ons-card.orange .preferences,
ons-card.orange .preferences select {
  color: #ff9669 !important;
}

ons-card.blue .bar {
  background: #3081d0;
}
ons-card.blue .underlay {
  background: rgba(48, 129, 208, 0.2);
  background-image: url("../../../img/upka/up-blue.svg");
  background-position: center;
  background-size: contain;
}
ons-card.blue .badge {
  background: rgba(48, 129, 208, 0.05);
  color: #3081d0;
}
ons-card.blue .up-logo,
ons-card.blue .detail-link {
  color: #3081d0;
}
ons-card.blue .detail-link {
  background: rgba(48, 129, 208, 0.1);
}
ons-card.blue .preferences {
  background-color: rgba(48, 129, 208, 0.2);
}
ons-card.blue .preferences,
ons-card.blue .preferences select {
  color: #3081d0 !important;
}

ons-card.yellow .bar {
  background: #e3ae1b;
}
ons-card.yellow .underlay {
  background: rgba(227, 174, 27, 0.2);
  background-image: url("../../../img/upka/up-yellow.svg");
  background-position: center;
  background-size: contain;
}
ons-card.yellow .badge {
  background: rgba(227, 174, 27, 0.05);
  color: #e3ae1b;
}
ons-card.yellow .up-logo,
ons-card.yellow .detail-link {
  color: #e3ae1b;
}
ons-card.yellow .detail-link {
  background: rgba(227, 174, 27, 0.1);
}
ons-card.yellow .preferences {
  background-color: rgba(227, 174, 27, 0.2);
}
ons-card.yellow .preferences,
ons-card.yellow .preferences select {
  color: #e3ae1b !important;
}

ons-card.pink .bar {
  background: #b664c4;
}
ons-card.pink .underlay {
  background: rgba(182, 100, 196, 0.2);
  background-image: url("../../../img/upka/up-pink.svg");
  background-position: center;
  background-size: contain;
}
ons-card.pink .badge {
  background: rgba(182, 100, 196, 0.05);
  color: #b664c4;
}
ons-card.pink .up-logo,
ons-card.pink .detail-link {
  color: #b664c4;
}
ons-card.pink .detail-link {
  background: rgba(182, 100, 196, 0.1);
}
ons-card.pink .preferences {
  background-color: rgba(182, 100, 196, 0.2);
}
ons-card.pink .preferences,
ons-card.pink .preferences select {
  color: #b664c4 !important;
}

ons-card.violet .bar {
  background: #6e6ccf;
}
ons-card.violet .underlay {
  background: rgba(110, 108, 207, 0.2);
  background-image: url("../../../img/upka/up-violet.svg");
  background-position: center;
  background-size: contain;
}
ons-card.violet .badge {
  background: rgba(110, 108, 207, 0.05);
  color: #6e6ccf;
}
ons-card.violet .up-logo,
ons-card.violet .detail-link {
  color: #6e6ccf;
}
ons-card.violet .detail-link {
  background: rgba(110, 108, 207, 0.1);
}
ons-card.violet .preferences {
  background-color: rgba(110, 108, 207, 0.2);
}
ons-card.violet .preferences,
ons-card.violet .preferences select {
  color: #6e6ccf !important;
}

ons-card.green .bar {
  background: #5da09d;
}
ons-card.green .underlay {
  background: rgba(93, 160, 157, 0.2);
  background-image: url("../../../img/upka/up-green-with-padding.svg");
  background-position: center;
  background-size: contain;
}
ons-card.green .underlay.profile {
  background: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 0;
}
ons-card.green .underlay.profile.fo {
  background-image: url("../../../img/upka/person-fo.svg");
}
ons-card.green .underlay.profile.fop {
  background-image: url("../../../img/upka/person-fop.svg");
}
ons-card.green .underlay.profile.m {
  background-image: url("../../../img/upka/person-m.svg");
}
ons-card.green .underlay.profile.po {
  background-image: url("../../../img/upka/person-po.svg");
}
ons-card.green .underlay.notification {
  background-image: none;
}
ons-card.green .badge {
  background: rgba(93, 160, 157, 0.05);
  color: #5da09d;
}
ons-card.green .up-logo,
ons-card.green .detail-link {
  color: #5da09d;
}
ons-card.green .detail-link {
  background: rgba(93, 160, 157, 0.1);
}
ons-card.green .preferences {
  background-color: rgba(93, 160, 157, 0.2);
}
ons-card.green .preferences,
ons-card.green .preferences select {
  color: #5da09d !important;
}

ons-card.shine-green .bar {
  background: #2dc2a4;
}
ons-card.shine-green .underlay {
  background: rgba(45, 194, 164, 0.2);
  background-image: url("../../../img/upka/up-shine-green.svg");
  background-position: center;
  background-size: contain;
}
ons-card.shine-green .badge {
  background: rgba(45, 194, 164, 0.05);
  color: #2dc2a4;
}
ons-card.shine-green .up-logo,
ons-card.shine-green .detail-link {
  color: #2dc2a4;
}
ons-card.shine-green .detail-link {
  background: rgba(45, 194, 164, 0.1);
}
ons-card.shine-green .preferences {
  background-color: rgba(45, 194, 164, 0.2);
}
ons-card.shine-green .preferences,
ons-card.shine-green .preferences select {
  color: #2dc2a4 !important;
}

ons-card.red .bar {
  background: #ef3a3a;
}
ons-card.red .underlay {
  background: rgba(239, 58, 58, 0.2);
  background-image: url("../../../img/upka/up-red.svg");
  background-position: center;
  background-size: contain;
}
ons-card.red .badge {
  background: rgba(239, 58, 58, 0.05);
  color: #ef3a3a;
}
ons-card.red .up-logo,
ons-card.red .detail-link {
  color: #ef3a3a;
}
ons-card.red .detail-link {
  background: rgba(239, 58, 58, 0.1);
}
ons-card.red .preferences {
  background-color: rgba(239, 58, 58, 0.2);
}
ons-card.red .preferences,
ons-card.red .preferences select {
  color: #ef3a3a !important;
}

@media all and (min-width: 992px) {
  .no-desktop-toolbar > ons-toolbar {
    display: none;
  }
  .no-desktop-toolbar > .page__background, .no-desktop-toolbar > .page__content {
    top: 0 !important;
  }
}
ons-toolbar.main {
  color: #fff;
  background-color: teal;
}
ons-toolbar.main * {
  color: #fff;
}
ons-toolbar.main .back-button__icon {
  fill: #fff;
}

@media all and (min-width: 992px) {
  ons-splitter-content {
    left: 250px;
  }
}
@media all and (min-width: 1200px) {
  ons-splitter-content {
    left: 300px;
  }
}
@media all and (min-width: 1440px) {
  ons-splitter-content {
    left: 350px;
  }
}

@media all and (min-width: 992px) {
  ons-splitter.main ons-splitter-side.small {
    display: none;
  }
}

ons-splitter.main ons-splitter-side.big {
  width: 250px !important;
}
@media all and (min-width: 1200px) {
  ons-splitter.main ons-splitter-side.big {
    width: 300px !important;
  }
}
@media all and (min-width: 1440px) {
  ons-splitter.main ons-splitter-side.big {
    width: 350px !important;
  }
}
@media all and (max-width: 991px) {
  ons-splitter.main ons-splitter-side.big {
    display: none;
  }
}

#login-page {
  text-align: center;
}
#login-page img {
  margin-bottom: 30px;
}
#login-page ons-button {
  margin-top: 20px;
  padding: 15px 50px;
}
#login-page ons-input {
  margin-bottom: 20px;
}

#home-page ons-card {
  padding: 0;
  margin-bottom: 24px;
}
@media all and (min-width: 992px) {
  #home-page ons-card {
    padding: 22px 50px 19px 50px;
  }
}
#home-page ons-card .bottom,
#home-page ons-card .section-3,
#home-page ons-card .section-4,
#home-page ons-card .button-box {
  display: none;
}
#home-page ons-card.active .bottom {
  display: flex;
}
@media all and (max-width: 991px) {
  #home-page ons-card.active .section-3, #home-page ons-card.active .section-4, #home-page ons-card.active .button-box {
    display: flex;
  }
}
@media all and (min-width: 992px) {
  #home-page ons-card.active .section-3, #home-page ons-card.active .section-4, #home-page ons-card.active .button-box {
    display: flex;
  }
}
@media all and (min-width: 1440px) {
  #home-page ons-card .section-3,
#home-page ons-card .section-4 {
    display: flex;
  }
}
#home-page ons-card ons-button.show-document {
  padding-left: 0px;
  background: transparent;
  color: #5da09d;
}
#home-page ons-card ons-button.show-document > img {
  vertical-align: middle;
}
@media all and (max-width: 991px) {
  #home-page ons-card ons-button.show-document > img {
    height: 20px;
    width: 20px;
  }
}
#home-page ons-card ons-button.show-document > span {
  vertical-align: middle;
  padding-left: 10px;
  font-weight: 500;
}
@media all and (max-width: 991px) {
  #home-page ons-card ons-button.show-document > span {
    font-size: 13px;
  }
}
@media all and (min-width: 992px) {
  #home-page ons-card.active div > .top {
    border-bottom: 1px solid #f4f4f4;
  }
}
#home-page ons-card.active .section-1 {
  border-bottom: 1px solid #f4f4f4;
}
@media all and (min-width: 1440px) {
  #home-page ons-card.active .section-1 {
    border-bottom: none;
  }
}
@media all and (min-width: 360px) {
  #home-page ons-card.active .section-2 {
    border-bottom: 1px solid #f4f4f4;
  }
}
@media all and (min-width: 1440px) {
  #home-page ons-card.active .section-2 {
    border-bottom: none;
  }
}
#home-page ons-card > div.top {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media all and (min-width: 992px) {
  #home-page ons-card > div.top {
    padding-bottom: 20px;
  }
}
@media all and (max-width: 991px) {
  #home-page ons-card > div.top .section-1,
#home-page ons-card > div.top .section-2 {
    padding-bottom: 20px;
  }
}
#home-page ons-card > div.top .value {
  word-break: break-all;
  hyphens: auto;
}
@media all and (max-width: 991px) {
  #home-page ons-card > div.top .h3 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media all and (max-width: 991px) {
  #home-page ons-card > div.top .h2 {
    font-size: 12px;
    line-height: 15px;
  }
}
#home-page ons-card > div.top .subsection {
  display: flex;
  height: 100%;
}
#home-page ons-card > div.top .section {
  padding-top: 22px;
  box-sizing: border-box;
}
#home-page ons-card > div.top .subsection,
#home-page ons-card > div.top .section-2,
#home-page ons-card > div.top .section-3,
#home-page ons-card > div.top .section-4 {
  flex-direction: column;
  justify-content: space-between;
}
#home-page ons-card > div.top .section-1 {
  display: flex;
  align-items: center;
  width: 60%;
}
@media all and (min-width: 1440px) {
  #home-page ons-card > div.top .section-1 {
    width: 40%;
  }
}
#home-page ons-card > div.top .section-2 {
  width: 40%;
}
@media all and (min-width: 360px) {
  #home-page ons-card > div.top .section-2 {
    border-left: 1px solid #f4f4f4;
  }
}
@media all and (min-width: 1440px) {
  #home-page ons-card > div.top .section-2 {
    width: 20%;
  }
}
#home-page ons-card > div.top .section-3,
#home-page ons-card > div.top .section-4 {
  width: 50%;
}
@media all and (min-width: 1440px) {
  #home-page ons-card > div.top .section-3,
#home-page ons-card > div.top .section-4 {
    border-left: 1px solid #f4f4f4;
    width: 20%;
  }
}
#home-page ons-card > div.top .section-1,
#home-page ons-card > div.top .section-2,
#home-page ons-card > div.top .section-3,
#home-page ons-card > div.top .section-4 {
  padding-left: 24px;
  padding-right: 24px;
}
@media all and (max-width: 359px) {
  #home-page ons-card > div.top .section-1,
#home-page ons-card > div.top .section-2,
#home-page ons-card > div.top .section-3,
#home-page ons-card > div.top .section-4 {
    width: 100%;
  }
}
#home-page ons-card > div.top .underlay {
  flex-shrink: 0;
  margin-right: 15px;
}
#home-page ons-card > div.top .name-title {
  margin-bottom: 11px;
}
@media all and (min-width: 992px) {
  #home-page ons-card > div.top .name-title {
    margin-bottom: 9px;
  }
}
#home-page ons-card p {
  margin-bottom: 0;
  margin-top: 0;
}
#home-page ons-card > div.bottom {
  padding: 2px 24px 25px 24px;
}
#home-page ons-card > div.bottom .left {
  width: 100%;
  padding-top: 26px;
}
@media all and (min-width: 992px) {
  #home-page ons-card > div.bottom .left {
    width: 60%;
    margin-right: 32px;
  }
}
@media all and (min-width: 1440px) {
  #home-page ons-card > div.bottom .left {
    margin-right: 53px;
  }
}
#home-page ons-card > div.bottom .left .title {
  margin-bottom: 20px;
}
#home-page ons-card > div.bottom > div.right {
  width: 40%;
  padding-top: 26px;
  padding-left: 32px;
  border-left: 1px solid #f4f4f4;
}
@media all and (max-width: 991px) {
  #home-page ons-card > div.bottom > div.right {
    display: none;
  }
}
#home-page ons-card > div.bottom > div.right .title {
  margin-bottom: 20px;
}
#home-page ons-card > div.bottom > div.right .hodnotaPortfolia .list-item__center {
  padding: 0px;
}
#home-page ons-card > div.bottom > div.right .hodnotaPortfolia .info {
  width: 100%;
  margin-bottom: 13px;
}
#home-page ons-card > div.bottom .info {
  margin-top: 27px;
  margin-bottom: 30px;
}
#home-page ons-card > div.bottom .expandable-content .info {
  margin-top: 9px;
  margin-bottom: 10px;
}
#home-page .button-box {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  border-top: 1px solid #f4f4f4;
}
@media all and (max-width: 991px) {
  #home-page .button-box {
    margin-bottom: 15px;
  }
}
#home-page .button-box .show-document {
  margin-top: 18px;
  margin-bottom: 0;
  color: #5da09d;
  cursor: pointer;
}
#home-page .transactions {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
#home-page .transaction {
  display: table-row;
  justify-content: space-between;
  margin-bottom: 10px;
}
#home-page .transaction p {
  display: table-cell;
  text-align: right;
}
#home-page .transaction p:first-child {
  text-align: left;
}
#home-page .transaction .positive::before,
#home-page .transaction .credit::before,
#home-page .transaction .debet::before,
#home-page .transaction .negative::before {
  display: inline-block;
  font-family: "Courier New", Courier, monospace;
}
#home-page .transaction .positive::after,
#home-page .transaction .credit::after,
#home-page .transaction .debet::after,
#home-page .transaction .negative::after {
  display: inline-block;
  margin-left: 13px;
  padding: 4px 6px;
  content: "";
  background-repeat: no-repeat;
}
#home-page .transaction .positive::before {
  content: "+";
}
#home-page .transaction .positive::after {
  background-image: url(../../../img/upka/arrow-positive.svg);
}
#home-page .transaction .negative::before {
  content: "-";
}
#home-page .transaction .negative::after {
  background-image: url(../../../img/upka/arrow-negative.svg);
}
#home-page .transaction .positive.empty-perc::before,
#home-page .transaction .negative.empty-perc::before {
  content: "";
}
#home-page .transaction .credit::after {
  background-image: url(../../../img/upka/arrow-positive.svg);
  transform: rotate(270deg);
}
#home-page .transaction .debet::after {
  background-image: url(../../../img/upka/arrow-negative.svg);
  transform: rotate(270deg);
}
#home-page .transaction .debet.flexi::before {
  content: "-";
}
#home-page .transaction .debet.flexi.empty-perc::before {
  content: "";
}
#home-page .transaction p {
  margin-top: 0;
  margin-bottom: 0;
}
@media all and (max-width: 991px) {
  #home-page .transaction .price {
    font-weight: bold;
  }
}
#home-page .transaction.sumar {
  font-weight: bold;
}
#home-page .detail-link {
  width: 100%;
  margin-top: 25px;
  padding: 8px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
@media all and (min-width: 992px) {
  #home-page .detail-link {
    display: none;
  }
}
#home-page .detail-link.desktop-show {
  display: initial;
  font-size: 14px;
  line-height: 16px;
  padding: 10px 20px;
}
@media all and (max-width: 991px) {
  #home-page .graf-zhodnotenia-wrapper {
    display: none !important;
  }
}
#home-page .transactions.actual,
#home-page .transactions.historical {
  display: none;
}
@media all and (max-width: 991px) {
  #home-page .transactions.actual,
#home-page .transactions.historical {
    display: table !important;
  }
}
#home-page .obdobie-odZalozenia .transactions.actual,
#home-page .obdobie-odZalozenia .transactions.historical, #home-page .obdobie-default .transactions.actual,
#home-page .obdobie-default .transactions.historical {
  display: table;
}
#home-page .obdobie-odZalozenia .title.historical, #home-page .obdobie-default .title.historical {
  padding-top: 20px;
  border-top: 1px solid #f4f4f4;
}
#home-page .obdobie-odZalozenia .graf-zhodnotenia-wrapper, #home-page .obdobie-default .graf-zhodnotenia-wrapper {
  display: none;
}

#home-history-page ons-card {
  margin-top: 20px;
  padding: 14px 13px;
}
#home-history-page .headline {
  margin-bottom: 20px;
}
#home-history-page .graph {
  margin-bottom: 45px;
}
#home-history-page img.placeholder {
  width: 100%;
}
#home-history-page .hodnotaPortfolia .info {
  width: 100%;
}
#home-history-page .entry {
  padding-left: 24px;
  padding-right: 24px;
}
#home-history-page .entry:first-child {
  margin-top: 16px;
}
#home-history-page .entry.hodnotaPortfolia {
  padding-left: 0px;
  padding-right: 19px;
}
#home-history-page .settings {
  margin-bottom: 10px;
}
#home-history-page .settings .filter {
  display: flex;
  align-items: center;
  height: 32px;
  margin-right: 16px;
  padding-left: 12px;
  padding-right: 12px;
}
#home-history-page .settings .filter img {
  font-size: 1.8em;
  vertical-align: middle;
  margin-left: 6px;
}
#home-history-page .settings ons-select.currency {
  height: 32px;
  padding-left: 12px;
  padding-right: 12px;
}
@media all and (min-width: 992px) {
  #home-history-page .graf-zhodnotenia-small-wrapper {
    display: none !important;
  }
}
#home-history-page .obdobie-odZalozenia.graf-zhodnotenia-small-wrapper, #home-history-page .obdobie-default.graf-zhodnotenia-small-wrapper {
  display: none;
}

#home-history-page ons-card .entry,
#home-page ons-card .entry {
  position: relative;
  width: 100%;
  padding-bottom: 16px;
  box-sizing: border-box;
}
#home-history-page ons-card .entry:not(:last-child),
#home-page ons-card .entry:not(:last-child) {
  margin-bottom: 16px;
}
#home-history-page ons-card .entry:not(:last-child)::after,
#home-page ons-card .entry:not(:last-child)::after {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.105);
  content: "";
}
#home-history-page ons-card .entry .name,
#home-history-page ons-card .entry .value,
#home-page ons-card .entry .name,
#home-page ons-card .entry .value {
  margin-top: 0 !important;
  margin-bottom: 0;
}
#home-history-page ons-card .entry .name,
#home-page ons-card .entry .name {
  float: left;
}
#home-history-page ons-card .entry .value,
#home-page ons-card .entry .value {
  float: right;
  font-weight: bold;
}
#home-history-page ons-card .entry .clearfix,
#home-page ons-card .entry .clearfix {
  margin: 0;
}

#home-filter-dialog ons-input {
  width: 100%;
}
#home-filter-dialog ons-radio {
  margin-right: 25px;
}
#home-filter-dialog .title {
  text-align: center;
}
#home-filter-dialog .custom-date {
  margin-top: 20px;
  margin-bottom: 25px;
}
#home-filter-dialog .done-button {
  margin-top: 30px;
  text-align: center;
}

.home-page .settings {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.home-page .filter,
.home-page .currency {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 2px;
  margin-bottom: 5px;
  border: 1px solid #949494;
  border-radius: 3px;
}
.home-page .filter {
  margin-right: 8px;
  margin-bottom: 5px;
}
.home-page .value {
  color: #000;
}

#welcome-dialog {
  text-align: center;
}
#welcome-dialog .wrapper {
  margin: 10px;
}
@media all and (min-width: 992px) {
  #welcome-dialog .wrapper {
    margin: 100px 120px;
  }
}
#welcome-dialog ons-button {
  padding: 15px 20px;
}
#welcome-dialog p {
  text-align: left;
  color: #000;
}
@media all and (max-width: 991px) {
  #welcome-dialog p {
    font-size: 10px;
  }
}
#welcome-dialog p.submit, #welcome-dialog p.title {
  text-align: center;
}
@media all and (max-width: 991px) {
  #welcome-dialog p.title {
    font-size: 12px;
  }
}
@media all and (max-width: 991px) {
  #welcome-dialog li {
    font-size: 10px;
  }
}
#welcome-dialog .title {
  margin-bottom: 40px;
}
@media all and (max-width: 991px) {
  #welcome-dialog .title {
    margin-bottom: 20px;
  }
}
#welcome-dialog .description {
  margin-bottom: 50px;
}
@media all and (max-width: 991px) {
  #welcome-dialog .description {
    margin-bottom: 20px;
  }
}
#welcome-dialog a {
  text-decoration: none;
  color: teal;
}

ons-card .rhp {
  display: none;
}

ons-card.kombi .rhp {
  display: initial;
}
ons-card.kombi .rhp.ostatneAktiva {
  display: block;
}

ons-card.kombi .rp {
  display: none;
}

ons-splitter-side .menu-content .wrapper {
  position: relative;
  min-height: calc(100% - 15px - 50px);
  margin-top: 15px;
  margin-bottom: 50px;
  padding-bottom: 140px;
  box-sizing: border-box;
}
ons-splitter-side .menu-content .app-title.demo {
  display: flex;
}
ons-splitter-side .menu-content .app-title.demo > p {
  margin-top: 20px;
  margin-bottom: 74px;
  margin-left: 30px;
  align-self: center;
  font-size: 19px;
  font-weight: bold;
  color: #5da09d;
}
ons-splitter-side .menu-content img.up-main {
  width: 85px;
  margin-top: 20px;
  margin-bottom: 80px;
  margin-left: 30px;
}
ons-splitter-side .menu-content .bottom {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  margin-left: 30px;
}
ons-splitter-side .menu-content .bottom ons-button.logout {
  padding-left: 25px;
  padding-right: 25px;
  background-color: transparent !important;
  color: #000;
}
ons-splitter-side .menu-content .bottom ons-select.language {
  height: 36px;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  background: #f4f4f4;
  color: #000;
}
ons-splitter-side .menu-content .bottom ons-select.language select {
  color: #000 !important;
}
ons-splitter-side .menu-content ons-list.menu {
  background-color: transparent;
  background: none;
}
ons-splitter-side .menu-content ons-list-item {
  position: relative;
  margin: 0;
  padding-top: 7px;
  padding-bottom: 7px;
}
ons-splitter-side .menu-content ons-list-item > div {
  background: none;
}
ons-splitter-side .menu-content ons-list-item img {
  margin: 5px;
  margin-left: 15px;
  margin-right: 5px;
}
ons-splitter-side .menu-content ons-list-item span {
  margin-left: 15px;
}
ons-splitter-side .menu-content ons-list-item .warning {
  min-width: 20px;
  min-height: 20px;
  margin: 5px;
  margin-left: 20px;
  border-radius: 50%;
  background-color: #cf8686;
  color: white;
  text-align: center;
  font-size: 11px;
  line-height: 20px;
}
ons-splitter-side .menu-content ons-list-item .warning:empty {
  display: none;
}
ons-splitter-side .menu-content:not(.disabled) ons-list-item {
  cursor: pointer;
}
ons-splitter-side .menu-content:not(.disabled) ons-list-item.disabled {
  opacity: 0.3;
}
ons-splitter-side .menu-content ons-list,
ons-splitter-side .menu-content ons-button.logout {
  transition: 0.4s opacity;
}
ons-splitter-side .menu-content.disabled ons-list,
ons-splitter-side .menu-content.disabled ons-button.logout {
  opacity: 0.3;
}
ons-splitter-side .menu-content.disabled ons-list,
ons-splitter-side .menu-content.disabled ons-button.logout {
  opacity: 0.3;
}

ons-splitter-side.big ons-page > .page__background {
  background-color: #fcfcfc !important;
}
ons-splitter-side.big ons-list-item.active {
  background: rgba(93, 160, 157, 0.1);
}
ons-splitter-side.big ons-list-item.small {
  display: none;
}
ons-splitter-side.big ons-button.logout {
  border: 1px solid #000;
}

ons-splitter-side.small ons-page > .page__background {
  background-color: #fcfcfc !important;
}
ons-splitter-side.small .wrapper {
  margin-left: 15px;
  margin-right: 15px;
}
ons-splitter-side.small ons-list-item.big {
  display: none;
}
ons-splitter-side.small ons-list-item {
  border-bottom: 1px solid #ededed;
}
ons-splitter-side.small ons-list-item:first-child {
  border-top: 1px solid #ededed;
}
ons-splitter-side.small ons-button.logout {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

#logout-dialog {
  text-align: center;
}
#logout-dialog p {
  text-align: center;
  color: #000;
}

.profile-page .profile-icon {
  position: relative;
  margin: 0;
  width: 80px;
  height: 80px;
}
.profile-page .profile-icon .user {
  width: 100%;
  height: 100%;
  /* border-radius: 50%; */
}
.profile-page .profile-icon .camera {
  position: absolute;
  width: 42px;
  height: 42px;
  right: 3px;
  bottom: 3px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #5da09d;
  background-image: url(../../../img/upka/camera.svg);
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
}
.profile-page .profile-username {
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
}
.profile-page ons-card {
  padding: 10px;
  padding-top: 30px;
  /*padding-bottom: 30px;*/
  margin-bottom: 25px;
  /*@include media-desktop {
    display: flex;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 50px;
    padding-bottom: 50px;

    .left,
    .right {
      width: 50%;
      padding-left: 25px;
      padding-right: 25px;
    }
  }*/
}
.profile-page ons-card {
  padding: 0;
  margin-bottom: 24px;
}
@media all and (min-width: 992px) {
  .profile-page ons-card {
    padding: 22px 50px 19px 50px;
  }
}
.profile-page ons-card ons-button.edit-profile, .profile-page ons-card ons-button.add-account, .profile-page ons-card ons-button.remove-account, .profile-page ons-card ons-button.show-document {
  padding-left: 0px;
  background: transparent;
  color: #5da09d;
}
.profile-page ons-card ons-button.edit-profile > img, .profile-page ons-card ons-button.add-account > img, .profile-page ons-card ons-button.remove-account > img, .profile-page ons-card ons-button.show-document > img {
  vertical-align: middle;
}
@media all and (max-width: 991px) {
  .profile-page ons-card ons-button.edit-profile > img, .profile-page ons-card ons-button.add-account > img, .profile-page ons-card ons-button.remove-account > img, .profile-page ons-card ons-button.show-document > img {
    height: 20px;
    width: 20px;
  }
}
.profile-page ons-card ons-button.edit-profile > span, .profile-page ons-card ons-button.add-account > span, .profile-page ons-card ons-button.remove-account > span, .profile-page ons-card ons-button.show-document > span {
  vertical-align: middle;
  padding-left: 10px;
  font-weight: 500;
}
@media all and (max-width: 991px) {
  .profile-page ons-card ons-button.edit-profile > span, .profile-page ons-card ons-button.add-account > span, .profile-page ons-card ons-button.remove-account > span, .profile-page ons-card ons-button.show-document > span {
    font-size: 13px;
  }
}
.profile-page ons-card ons-button.remove-account > span {
  font-size: 13px;
  vertical-align: top;
}
.profile-page ons-card .bottom,
.profile-page ons-card .section-2,
.profile-page ons-card .section-3,
.profile-page ons-card .section-4,
.profile-page ons-card .button-box,
.profile-page ons-card .statutari,
.profile-page ons-card .konecny-uzivatelia {
  display: none;
}
.profile-page ons-card.active .bottom {
  display: flex;
}
@media all and (max-width: 991px) {
  .profile-page ons-card.active .section-2, .profile-page ons-card.active .section-3, .profile-page ons-card.active .section-4, .profile-page ons-card.active .button-box {
    display: flex;
  }
}
@media all and (min-width: 992px) {
  .profile-page ons-card.active .section-2, .profile-page ons-card.active .section-3, .profile-page ons-card.active .section-4, .profile-page ons-card.active .button-box {
    display: flex;
  }
}
@media all and (max-width: 991px) {
  .profile-page ons-card.active .statutari, .profile-page ons-card.active .konecny-uzivatelia {
    display: block;
  }
}
@media all and (min-width: 992px) {
  .profile-page ons-card.active .statutari, .profile-page ons-card.active .konecny-uzivatelia {
    display: block;
  }
}
@media all and (min-width: 1440px) {
  .profile-page ons-card .section-3,
.profile-page ons-card .section-4 {
    display: flex;
  }
}
@media all and (min-width: 992px) {
  .profile-page ons-card.active .top {
    border-bottom: 1px solid #f4f4f4;
  }
}
.profile-page ons-card.active .section-1 {
  border-bottom: 1px solid #f4f4f4;
}
@media all and (min-width: 992px) {
  .profile-page ons-card.active .section-1 {
    border-bottom: none;
  }
}
.profile-page .top {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media all and (min-width: 992px) {
  .profile-page .top {
    padding-bottom: 20px;
  }
}
@media all and (max-width: 991px) {
  .profile-page .top .section-1,
.profile-page .top .section-2 {
    padding-bottom: 20px;
  }
}
.profile-page .top .value {
  word-break: break-all;
  hyphens: auto;
}
@media all and (max-width: 991px) {
  .profile-page .top .h3 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media all and (max-width: 991px) {
  .profile-page .top .h2 {
    font-size: 17px;
    line-height: 20px;
  }
}
.profile-page .top .subsection {
  display: flex;
  height: 100%;
}
.profile-page .top .section {
  padding-top: 22px;
  box-sizing: border-box;
}
.profile-page .top .subsection,
.profile-page .top .section-2,
.profile-page .top .section-3,
.profile-page .top .section-4 {
  flex-direction: column;
  justify-content: space-between;
}
.profile-page .top .section-1 {
  display: flex;
  align-items: center;
  width: 100%;
}
@media all and (min-width: 992px) {
  .profile-page .top .section-1 {
    width: 60%;
  }
}
@media all and (min-width: 1440px) {
  .profile-page .top .section-1 {
    width: 80%;
  }
}
.profile-page .top .section-2 {
  width: 100%;
}
@media all and (min-width: 992px) {
  .profile-page .top .section-2 {
    width: 40%;
  }
}
@media all and (min-width: 1440px) {
  .profile-page .top .section-2 {
    width: 20%;
  }
}
.profile-page .top .section-2 ons-button {
  align-self: flex-end;
}
@media all and (max-width: 991px) {
  .profile-page .top .section-2 ons-button {
    align-self: flex-start;
  }
}
.profile-page .top .section-3,
.profile-page .top .section-4 {
  width: 50%;
}
@media all and (min-width: 1440px) {
  .profile-page .top .section-3,
.profile-page .top .section-4 {
    border-left: 1px solid #f4f4f4;
    width: 20%;
  }
}
.profile-page .top .section-1,
.profile-page .top .section-2,
.profile-page .top .section-3,
.profile-page .top .section-4 {
  padding-left: 24px;
  padding-right: 24px;
}
@media all and (max-width: 359px) {
  .profile-page .top .section-1,
.profile-page .top .section-2,
.profile-page .top .section-3,
.profile-page .top .section-4 {
    width: 100%;
  }
}
.profile-page .top .underlay {
  flex-shrink: 0;
  margin-right: 15px;
}
.profile-page .top .name-title {
  margin-bottom: 11px;
}
@media all and (min-width: 992px) {
  .profile-page .top .name-title {
    margin-bottom: 9px;
  }
}
.profile-page .top .edit-profile::before {
  background-image: url(../../../img/upka/profile-edit.svg);
}
.profile-page ons-card p {
  margin-bottom: 0;
  margin-top: 0;
}
.profile-page .bottom {
  padding: 2px 24px 25px 24px;
  flex-wrap: wrap;
  align-items: baseline;
}
@media all and (max-width: 991px) {
  .profile-page .bottom {
    padding: 0px;
  }
}
.profile-page .bottom .left,
.profile-page .bottom .right,
.profile-page .bottom .bank-accounts {
  box-sizing: border-box;
}
.profile-page .bottom .left {
  width: 100%;
  padding-top: 26px;
}
@media all and (max-width: 991px) {
  .profile-page .bottom .left {
    padding-top: 0px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media all and (min-width: 992px) {
  .profile-page .bottom .left {
    width: 50%;
  }
}
@media all and (min-width: 1440px) {
  .profile-page .bottom .left {
    width: 25%;
  }
}
.profile-page .bottom .left .title {
  margin-bottom: 20px;
}
.profile-page .bottom .right {
  width: 100%;
  padding-top: 26px;
  padding-left: 32px;
  border-left: 1px solid #f4f4f4;
}
.profile-page .bottom .right .title {
  margin-bottom: 20px;
}
@media all and (max-width: 991px) {
  .profile-page .bottom .right {
    padding-top: 0px;
    padding-left: 24px;
    padding-right: 24px;
    border-left: none;
  }
}
@media all and (min-width: 992px) {
  .profile-page .bottom .right {
    width: 50%;
  }
}
@media all and (min-width: 1440px) {
  .profile-page .bottom .right {
    width: 25%;
  }
}
.profile-page .bottom .info {
  margin-top: 27px;
  margin-bottom: 30px;
}
@media all and (max-width: 991px) {
  .profile-page .bottom .info {
    margin-top: 13px;
    margin-bottom: 15px;
  }
}
.profile-page .bottom .bank-accounts {
  margin-top: 19px;
  padding-top: 7px;
  padding-left: 12px;
  background-color: rgba(93, 160, 157, 0.2);
  border-radius: 9px;
  width: 100%;
}
@media all and (min-width: 1440px) {
  .profile-page .bottom .bank-accounts {
    width: 50%;
  }
}
@media all and (max-width: 991px) {
  .profile-page .bottom .bank-accounts {
    border-radius: 0px;
    padding-top: 0px;
    padding-left: 24px;
  }
  .profile-page .bottom .bank-accounts p.iban {
    font-size: 14px;
  }
  .profile-page .bottom .bank-accounts .remove-account > span {
    display: none;
  }
}
.profile-page ons-button.save,
.profile-page ons-button.doc,
.profile-page ons-button.edit {
  /*    margin-top: 15px;
      margin-bottom: 15px;
      margin-left: 15px;
      margin-right: 15px;*/
  padding: 15px 40px;
}
@media all and (min-width: 992px) {
  .profile-page ons-button.save,
.profile-page ons-button.doc,
.profile-page ons-button.edit {
    /*margin-top: 70px;
    margin-bottom: 60px;*/
  }
}
.profile-page .button-box {
  justify-content: space-around;
  flex-wrap: wrap;
  border-top: 1px solid #f4f4f4;
}
@media all and (max-width: 991px) {
  .profile-page .button-box {
    margin-bottom: 15px;
  }
}
.profile-page .statutari,
.profile-page .konecny-uzivatelia {
  border-top: 1px solid #f4f4f4;
  flex-direction: row;
}
@media all and (min-width: 992px) {
  .profile-page .statutari,
.profile-page .konecny-uzivatelia {
    padding-top: 18px;
    padding-bottom: 9px;
  }
}
@media all and (max-width: 991px) {
  .profile-page .statutari,
.profile-page .konecny-uzivatelia {
    padding: 24px;
  }
}
.profile-page .statutari .title,
.profile-page .konecny-uzivatelia .title {
  color: #5da09d;
}
.profile-page .statutari p.content,
.profile-page .konecny-uzivatelia p.content {
  padding-top: 10px;
  padding-left: 0px;
}
.profile-page .statutari p.content.p4,
.profile-page .konecny-uzivatelia p.content.p4 {
  padding-top: 0px;
  padding-left: 0px;
  font-size: 11px;
}
.profile-page .konecny-uzivatelia .section:empty {
  display: none;
}
.profile-page ons-button.doc {
  margin-top: 0px;
}
@media all and (min-width: 992px) {
  .profile-page ons-button.doc {
    margin-top: 0px;
  }
}
.profile-page .section {
  padding-left: 20px;
  padding-right: 20px;
}
@media all and (max-width: 991px) {
  .profile-page .section {
    padding-left: 0px;
    padding-right: 0px;
  }
}

#profile-page {
  /*.section {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;

    &::after {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 1px;
      content: '';
      background: $color-separator;
    }
  }*/
}
#profile-page ons-card p {
  margin-top: 0;
  margin-bottom: 4px;
}

#profile-page .account-subsection,
#profile-page .password-subsection,
#profile-page .id-subsection,
#profile-edit-page .account-subsection,
#profile-edit-page .password-subsection,
#profile-edit-page .id-subsection {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#profile-page .account-subsection p,
#profile-page .password-subsection p,
#profile-page .id-subsection p,
#profile-edit-page .account-subsection p,
#profile-edit-page .password-subsection p,
#profile-edit-page .id-subsection p {
  margin-top: 0;
  margin-bottom: 0;
}
#profile-page .account-subsection .content,
#profile-page .password-subsection .content,
#profile-page .id-subsection .content,
#profile-edit-page .account-subsection .content,
#profile-edit-page .password-subsection .content,
#profile-edit-page .id-subsection .content {
  margin-right: 5px;
}
#profile-page .add-account,
#profile-page .show-document,
#profile-edit-page .add-account,
#profile-edit-page .show-document {
  margin-top: 18px;
  margin-bottom: 0;
  color: #5da09d;
  cursor: pointer;
}
#profile-page .remove-account,
#profile-edit-page .remove-account {
  cursor: pointer;
}
#profile-page .name,
#profile-edit-page .name {
  color: #5da09d;
}
#profile-page .content,
#profile-edit-page .content {
  color: rgba(0, 0, 0, 0.7);
}
#profile-page .change-label,
#profile-edit-page .change-label {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.3);
}

#profile-edit-page ons-toolbar .left {
  display: flex;
  align-items: center;
}
#profile-edit-page ons-toolbar .left .title {
  margin-left: 35px;
}
#profile-edit-page .section {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media all and (min-width: 992px) {
  #profile-edit-page .section {
    border-bottom-style: hidden;
  }
  #profile-edit-page .section.underline-always {
    border-bottom: 1px solid #f4f4f4;
  }
}
#profile-edit-page ons-card {
  padding: 10px;
  padding-top: 30px;
  /*padding-bottom: 30px;*/
  margin-bottom: 25px;
}
@media all and (min-width: 992px) {
  #profile-edit-page ons-card {
    display: flex;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #profile-edit-page ons-card .left,
#profile-edit-page ons-card .right {
    width: 50%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
#profile-edit-page ons-input {
  width: 100%;
}

#profile-edit-desktop-page .ons-tabbar__footer {
  display: none;
}
#profile-edit-desktop-page .ons-tabbar__content {
  bottom: 0;
}

.profile-edit-dialog .title {
  text-align: center;
}
.profile-edit-dialog .submit {
  text-align: center;
}
.profile-edit-dialog .subtitle {
  font-size: 12px;
  line-height: 12px;
}

.profile-edit-dialog ons-button {
  padding: 15px 50px;
}

#profile-edit-new-account-dialog .wrapper {
  margin: 32px 30px 50px 30px;
}
@media all and (min-width: 992px) {
  #profile-edit-new-account-dialog .wrapper {
    margin: 100px;
  }
}
#profile-edit-new-account-dialog .title {
  margin-bottom: 60px;
}
#profile-edit-new-account-dialog .content {
  margin-bottom: 50px;
  text-align: center;
}
#profile-edit-new-account-dialog .new-account {
  width: 270px;
}

#profile-edit-id-attachment-dialog .wrapper,
#profile-edit-account-attachment-dialog .wrapper {
  margin: 100px 60px;
}
#profile-edit-id-attachment-dialog .title,
#profile-edit-account-attachment-dialog .title {
  margin-bottom: 35px;
}
#profile-edit-id-attachment-dialog .description,
#profile-edit-account-attachment-dialog .description {
  text-align: center;
  margin-bottom: 60px;
}
#profile-edit-id-attachment-dialog .attachment-wrapper,
#profile-edit-account-attachment-dialog .attachment-wrapper {
  text-align: center;
  margin-bottom: 53px;
}

#profile-edit-id-attachment-page ons-button,
#profile-edit-account-attachment-page ons-button {
  padding: 15px 40px;
}
#profile-edit-id-attachment-page .description,
#profile-edit-account-attachment-page .description {
  margin-bottom: 50px;
}
#profile-edit-id-attachment-page .attachment-wrapper,
#profile-edit-account-attachment-page .attachment-wrapper {
  margin-bottom: 50px;
}
#profile-edit-id-attachment-page .submit,
#profile-edit-account-attachment-page .submit {
  text-align: center;
}

#profile-edit-id-finish-dialog .wrapper,
#profile-edit-account-finish-dialog .wrapper,
#profile-edit-personal-data-finish-dialog .wrapper,
#profile-edit-remove-account-finish-dialog .wrapper {
  margin: 35px 40px 45px 40px;
}
@media all and (min-width: 992px) {
  #profile-edit-id-finish-dialog .wrapper,
#profile-edit-account-finish-dialog .wrapper,
#profile-edit-personal-data-finish-dialog .wrapper,
#profile-edit-remove-account-finish-dialog .wrapper {
    margin: 100px 130px;
  }
}
#profile-edit-id-finish-dialog .title,
#profile-edit-account-finish-dialog .title,
#profile-edit-personal-data-finish-dialog .title,
#profile-edit-remove-account-finish-dialog .title {
  margin-bottom: 54px;
}
#profile-edit-id-finish-dialog .content,
#profile-edit-account-finish-dialog .content,
#profile-edit-personal-data-finish-dialog .content,
#profile-edit-remove-account-finish-dialog .content {
  margin-bottom: 64px;
  text-align: center;
}

#profile-edit-remove-account-dialog .wrapper {
  margin: 30px;
}
@media all and (min-width: 992px) {
  #profile-edit-remove-account-dialog .wrapper {
    margin: 100px 103px;
  }
}
#profile-edit-remove-account-dialog .title {
  margin-bottom: 50px;
}
#profile-edit-remove-account-dialog ons-button {
  padding: 15px 45px;
}

#profile-edit-change-id-dialog .wrapper {
  margin: 30px;
  margin-bottom: 45px;
}
@media all and (min-width: 992px) {
  #profile-edit-change-id-dialog .wrapper {
    margin: 100px 130px;
  }
}
#profile-edit-change-id-dialog .title {
  margin-bottom: 42px;
}
#profile-edit-change-id-dialog .submit {
  margin-top: 50px;
}

#profile-edit-change-password-dialog .wrapper {
  margin: 32px 25px 45px 25px;
}
@media all and (min-width: 992px) {
  #profile-edit-change-password-dialog .wrapper {
    margin: 100px 130px;
  }
}
#profile-edit-change-password-dialog .title {
  margin-bottom: 42px;
}
#profile-edit-change-password-dialog .submit {
  margin-top: 50px;
}

#profile-edit-check-page ons-button {
  padding: 15px 30px;
}
#profile-edit-check-page .description {
  margin-bottom: 45px;
}
#profile-edit-check-page .code-wrapper {
  margin-bottom: 55px;
}
#profile-edit-check-page .submit {
  text-align: center;
}

#profile-edit-check-dialog .wrapper {
  margin: 100px;
}
#profile-edit-check-dialog .title {
  margin-bottom: 40px;
}
#profile-edit-check-dialog .description {
  margin-bottom: 50px;
  text-align: center;
}
#profile-edit-check-dialog .content {
  margin-bottom: 50px;
  text-align: center;
}

ons-card.products {
  position: relative;
  padding: 18px;
  padding-bottom: 3px;
  color: rgba(0, 0, 0, 0.5);
}
@media all and (max-width: 991px) {
  ons-card.products {
    cursor: pointer;
  }
}
@media all and (min-width: 992px) {
  ons-card.products {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 25px;
    padding-bottom: 10px;
  }
}
@media all and (min-width: 992px) {
  ons-card.products:not(.active) .bottom-row {
    display: none;
  }
}
ons-card.products p {
  margin: 0;
}
ons-card.products .top-row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
ons-card.products .top-row .title {
  margin-left: 30px;
}
ons-card.products .top-row .abstract {
  margin-left: 30px;
}
@media all and (min-width: 992px) {
  ons-card.products .top-row .abstract {
    display: none;
  }
}
ons-card.products .top-row .underlay {
  flex-shrink: 0;
  margin-left: 15px;
}
ons-card.products .top-row .badge {
  display: flex;
  align-items: center;
  max-width: 120px;
  height: 60px;
  padding: 10px 5px;
  margin-right: 8px;
  border-radius: 3px;
  text-align: center;
}
ons-card.products .top-row .badges {
  display: flex;
  margin-right: 10px;
  justify-content: flex-end;
}
ons-card.products .top-row .left {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
ons-card.products .top-row .right {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media all and (max-width: 991px) {
  ons-card.products .top-row .right {
    display: none;
  }
}
ons-card.products .top-row .description-toggle {
  cursor: pointer;
  transition: 0.4s transform;
}
ons-card.products .bottom-row {
  padding-top: 15px;
}
@media all and (max-width: 991px) {
  ons-card.products .bottom-row {
    display: none;
  }
}
ons-card.products .bottom-row .separator {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.12);
}
ons-card.products .bottom-row .description {
  margin-top: 17px;
  margin-bottom: 15px;
}
ons-card.products.active .description-toggle {
  transform: rotateZ(90deg);
}

ons-card.product {
  padding: 0;
}
ons-card.product .top {
  position: relative;
}
ons-card.product .title {
  margin-top: 40px;
  margin-bottom: 25px;
}
ons-card.product .separator {
  height: 1px;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  background: #f4f4f4;
}
ons-card.product .content {
  margin-left: 30px;
  margin-right: 30px;
}
ons-card.product .description {
  margin-bottom: 24px;
}
ons-card.product .badge--wrapper {
  float: left;
  width: 50%;
  padding: 6px;
  margin-bottom: 14px;
  box-sizing: border-box;
}
ons-card.product .badge {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  width: 100%;
  min-height: 55px;
  padding: 8px 12px;
  box-sizing: border-box;
  border-radius: 3px;
  text-align: center;
}
ons-card.product ul {
  margin-bottom: 40px;
}
ons-card.product li {
  margin-bottom: 16px;
}

ons-card.product .part-icon,
ons-card.products .part-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  width: 96px;
}
ons-card.product .part-content,
ons-card.products .part-content {
  margin-left: 96px;
}

#products-page .new-product-wrapper, #product-page .new-product-wrapper {
  margin-top: 69px;
  text-align: center;
}
#products-page .new-product, #product-page .new-product {
  padding: 18px 40px;
  font-weight: bold;
}

.outcome-page ons-select.outcome-account {
  height: 48px;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: 3px;
  background: #fff;
}
.outcome-page ons-select.outcome-account option {
  color: #000 !important;
}
.outcome-page ons-select.outcome-account select {
  height: 100%;
  color: #5da09d !important;
}

#outcome-page .submit-section {
  text-align: center;
}
#outcome-page .value-inner {
  display: flex;
  align-items: flex-end;
}
#outcome-page .value-wrapper .currency {
  margin-left: 9px;
}

#outcome-page ons-card,
#income-page ons-card {
  width: 100%;
}
#outcome-page ons-card:not(.active) .top,
#income-page ons-card:not(.active) .top {
  border-bottom: none;
}
#outcome-page ons-card:not(.active) .bottom,
#income-page ons-card:not(.active) .bottom {
  display: none;
}

#transactions-page .only-big .wrapper {
  margin-left: 20px;
  margin-right: 20px;
}
@media all and (min-width: 992px) {
  #transactions-page .only-big .wrapper {
    margin-left: 45px;
    margin-right: 45px;
  }
}
@media all and (min-width: 1440px) {
  #transactions-page .only-big .wrapper {
    margin-left: 75px;
    margin-right: 65px;
  }
}
#transactions-page .only-big ons-card {
  width: 340px;
  max-width: 100%;
}
#transactions-page .only-big .transactions-wrapper {
  margin-bottom: 50px;
}
#transactions-page .only-big .transactions-inner {
  display: flex;
  flex-wrap: wrap;
}
#transactions-page .only-big .separator {
  height: 1px;
  widows: 100%;
  background: rgba(0, 0, 0, 0.35);
}
#transactions-page .only-big .section-wrapper > p {
  margin: 0;
}
#transactions-page .only-big .h3 {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
}
#transactions-page .only-big .h3.title {
  color: #000;
}
#transactions-page .only-big .income,
#transactions-page .only-big .outcome {
  display: flex;
  padding-bottom: 50px;
}
#transactions-page .only-big .desktop-title,
#transactions-page .only-big .transactions-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
@media all and (min-width: 992px) {
  #transactions-page .only-big .desktop-title,
#transactions-page .only-big .transactions-wrapper {
    padding-left: 60px;
    padding-right: 65px;
  }
}
#transactions-page .only-big .transactions-wrapper:first-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#transactions-page .only-big .ons-card:not(.active) .bar-top {
  display: none;
}
#transactions-page .only-big .section-wrapper {
  margin-bottom: 37px;
}

.transactions-page .tabbar--green__border {
  background-color: #5da09d;
}
.transactions-page .tabbar--green__button {
  text-transform: none;
}
.transactions-page ons-card {
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}
.transactions-page ons-card .price {
  color: rgba(0, 0, 0, 0.35);
  font-weight: bold;
}
.transactions-page ons-card .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #f4f4f4;
}
.transactions-page ons-card .top-right {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin-left: 19px;
}
.transactions-page ons-card .bottom {
  padding: 20px 20px 5px 20px;
}
.transactions-page ons-card .section {
  margin-bottom: 30px;
}
.transactions-page ons-card p {
  margin-top: 10px;
}
.transactions-page ons-card .submit-section,
.transactions-page ons-card .select-section {
  text-align: center;
}
.transactions-page ons-card ons-button {
  padding: 15px 20px;
}
.transactions-page ons-card ons-button.back {
  background: transparent;
  color: #5da09d;
}
.transactions-page ons-card ons-button {
  padding: 15px 20px;
}
.transactions-page ons-card .select-section.hidden,
.transactions-page ons-card .input-section.hidden {
  display: none;
}
.transactions-page ons-card .input-section {
  margin-bottom: 16px;
}
@media all and (max-width: 991px) {
  .transactions-page ons-card .input-section {
    margin-bottom: 21px;
  }
}
.transactions-page ons-card .input-section .section {
  margin-bottom: 4px;
}
.transactions-page ons-card .select-section {
  margin-bottom: 20px;
}
.transactions-page ons-input[type=number] {
  position: relative;
}
.transactions-page ons-input[type=number]::after {
  position: absolute;
  top: 10px;
  right: -20px;
  content: "€";
  color: rgba(0, 0, 0, 0.3);
  font-size: 16px;
  line-height: 22px;
}

#withdraw-confirmation-page .confirm-wrapper {
  text-align: center;
}
#withdraw-confirmation-page .section-wrapper {
  margin-bottom: 40px;
}
#withdraw-confirmation-page ons-button {
  padding: 15px 30px;
}

#withdraw-confirmation-dialog .wrapper {
  margin: 100px;
}
#withdraw-confirmation-dialog .dialog {
  text-align: center;
}
#withdraw-confirmation-dialog ons-button {
  padding: 15px 30px;
}
#withdraw-confirmation-dialog .title {
  margin-bottom: 40px;
}
#withdraw-confirmation-dialog .description {
  margin-bottom: 50px;
}
#withdraw-confirmation-dialog .content {
  margin-bottom: 50px;
}

#after-withdraw-confirmation-dialog {
  text-align: center;
}
#after-withdraw-confirmation-dialog .wrapper {
  margin: 32px 40px 40px 40px;
}
@media all and (min-width: 992px) {
  #after-withdraw-confirmation-dialog .wrapper {
    margin: 100px 120px;
  }
}
#after-withdraw-confirmation-dialog ons-button {
  padding: 15px 20px;
}
#after-withdraw-confirmation-dialog p {
  text-align: center;
  color: #000;
}
#after-withdraw-confirmation-dialog .title {
  margin-bottom: 40px;
}
#after-withdraw-confirmation-dialog .description {
  margin-bottom: 50px;
}

#history-page img.placeholder {
  width: 100%;
}
#history-page ons-segment {
  width: 100%;
}
#history-page ons-segment .segment__button {
  color: rgba(255, 255, 255, 0.3);
  background: #5da09d;
  border: none;
}
#history-page ons-segment :checked + .segment__button {
  color: #fff;
}

#documents-page ons-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  text-align: center;
  background-image: url("../../../img/upka/document.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media all and (max-width: 991px) {
  #documents-page ons-card {
    background-position: right 25px center;
  }
}
@media all and (min-width: 992px) {
  #documents-page ons-card {
    flex-direction: column-reverse;
    justify-content: flex-end;
    width: calc(100% / 6 - 23px);
    margin-right: 23px;
    padding: 30px;
    float: left;
  }
  #documents-page ons-card img {
    margin-bottom: 24px;
  }
  #documents-page ons-card .p2 {
    margin-top: 60px;
    margin-bottom: 0px;
  }
}
#documents-page ons-card a {
  display: none;
}
#documents-page ons-card > .bar {
  display: none;
}
#documents-page ons-card:hover {
  background-image: url("../../../img/upka/download-2.svg");
}
#documents-page ons-card:hover > .bar {
  display: block;
}
#documents-page ons-toolbar .left {
  display: flex;
  align-items: center;
}
#documents-page ons-toolbar .left .title {
  margin-left: 35px;
}
#documents-page .settings {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#documents-page .filter {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 2px;
  margin-bottom: 5px;
  border: 1px solid #949494;
  border-radius: 3px;
  background-color: white;
}
#documents-page .filter {
  margin-right: 8px;
  margin-bottom: 5px;
}

#notifications-page ons-card {
  position: relative;
}
@media all and (min-width: 992px) {
  #notifications-page ons-card {
    padding: 15px;
  }
}
#notifications-page ons-card.withdrawal {
  padding-bottom: 0;
}
#notifications-page .content-wrapper {
  min-height: 64px;
}
@media all and (min-width: 992px) {
  #notifications-page .content-wrapper {
    min-height: 50px;
  }
}
#notifications-page .content-parts {
  position: relative;
}
#notifications-page .action-wrapper {
  margin: 0 -10px -10px -10px;
  border-top: 1px solid silver;
  padding-bottom: 10px;
}
@media all and (min-width: 992px) {
  #notifications-page .action-wrapper {
    margin: 0 -15px -15px -15px;
    padding-bottom: 15px;
  }
}
#notifications-page .action-wrapper:active {
  background-color: #5da09d;
  opacity: 0.5;
}
#notifications-page .action-wrapper > p.action {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: red;
}
#notifications-page .new-section {
  margin-bottom: 16px;
}
#notifications-page .new-section .bar {
  background: #5da09d;
}
#notifications-page .old-section .bar {
  display: none;
}
#notifications-page .part-content {
  margin-left: 80px;
  margin-top: 10px;
}
#notifications-page .part-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
}
#notifications-page .description {
  margin-top: 0;
}
#notifications-page .date {
  float: right;
  margin-top: -10px;
  margin-left: 5px;
  color: rgba(0, 0, 0, 0.5);
}
