/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*
List of breakpoints in px
*/
/*
Copy this file into the folder where your main-scss-file is.
Include this file in your main-scss-file like this:

@import 'breakpoints';
*/
/*
Now you can do e.g.:

body {
	@include brp(b2max) {
		background-color:green;
	}
	@include brp(b4) {
		background:red;
	}
}

...which translates to:

@media all and (max-width: 39.937em) {
	body {
		background-color: green;
	}
}

@media all and (min-width: 60em) {
    body {
      background: red;
  	}
}
*/
.fade-enter-active, .fade-leave-active {
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

.formfield {
  margin-bottom: .5em;
  overflow: hidden;
  padding-bottom: .5em; }
  .formfield.checkbox {
    border-bottom: 0 !important; }
  .formfield label {
    display: block;
    position: relative; }
    @media all and (min-width: 38.75em) {
      .formfield label {
        float: left;
        top: .5em;
        width: 11em;
        margin-right: .25em; } }
    .formfield label.required:after {
      content: '*'; }
  .formfield.checkbox label {
    width: auto; }
  .formfield [type=text],
  .formfield [type=password],
  .formfield [type=email],
  .formfield [type=tel],
  .formfield [type=number],
  .formfield [type=search],
  .formfield textarea {
    border-radius: .15em;
    border: 1px solid #cccccc;
    padding: .5em .75em;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset; }
  .formfield.checkbox {
    margin-bottom: 0; }
  .formfield input:focus,
  .formfield textarea:focus {
    outline: 0;
    border: 1px solid #49c3d9;
    -webkit-box-shadow: 1px 1px 7px rgba(73, 195, 217, 0.35) inset;
    box-shadow: 1px 1px 7px rgba(73, 195, 217, 0.35) inset; }
  .formfield input {
    line-height: 1em; }
  .formfield .error {
    background-color: #ac3d00;
    color: #fff;
    padding: .2em .5em;
    border-radius: .5em;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    display: inline-block; }
  .formfield.has-error input {
    border: 2px solid #ac3d00; }

.errors {
  color: #ac3d00;
  font-weight: bold; }

button {
  cursor: pointer; }

button,
.button {
  -webkit-transition: background-color .15s, -webkit-transform .15s;
  transition: background-color .15s, -webkit-transform .15s;
  -o-transition: background-color .15s, transform .15s;
  transition: background-color .15s, transform .15s;
  transition: background-color .15s, transform .15s, -webkit-transform .15s;
  background-color: #ffc000;
  color: #fff;
  border: 0;
  font-size: 1em;
  padding: .2em .5em;
  border-radius: .15em;
  clear: both;
  float: none;
  display: inline-block; }
  button:hover, button:focus,
  .button:hover,
  .button:focus {
    background-color: #dba500;
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025); }
  button:active,
  .button:active {
    background-color: #c29200;
    -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.4) inset; }
  button.small,
  .button.small {
    font-size: .8em; }

input,
select,
textarea,
button {
  font-family: inherit; }

input,
select,
textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .4em .5em; }
  @media all and (max-width: 38.688em) {
    input,
    select,
    textarea {
      width: 100%; } }
  @media all and (min-width: 38.75em) {
    input,
    select,
    textarea {
      min-width: 18em; } }

textarea {
  resize: vertical;
  min-height: 6em; }

.checkbox,
.radio {
  padding: .5em .2em .5em 0; }
  @media all and (min-width: 38.75em) {
    .checkbox,
    .radio {
      padding: .5em .2em; } }
  .checkbox input[type="checkbox"],
  .checkbox input[type="radio"],
  .radio input[type="checkbox"],
  .radio input[type="radio"] {
    opacity: 0;
    position: absolute; }
    .checkbox input[type="checkbox"] + label::after,
    .checkbox input[type="radio"] + label::after,
    .radio input[type="checkbox"] + label::after,
    .radio input[type="radio"] + label::after {
      content: none; }
    .checkbox input[type="checkbox"]:checked + label::after,
    .checkbox input[type="radio"]:checked + label::after,
    .radio input[type="checkbox"]:checked + label::after,
    .radio input[type="radio"]:checked + label::after {
      content: ""; }
    .checkbox input[type="checkbox"]:focus + label::before,
    .checkbox input[type="radio"]:focus + label::before,
    .radio input[type="checkbox"]:focus + label::before,
    .radio input[type="radio"]:focus + label::before {
      -webkit-box-shadow: 0 0 5px 1px rgba(73, 195, 217, 0.8);
      box-shadow: 0 0 5px 1px rgba(73, 195, 217, 0.8); }

.checkbox label,
.radio label {
  top: 0;
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding-left: 1.7em;
  padding-top: .1em; }
  .checkbox label:before, .checkbox label:after,
  .radio label:before,
  .radio label:after {
    position: absolute;
    content: "";
    display: inline-block;
    font-size: 1.2em; }
  .checkbox label:before,
  .radio label:before {
    height: 1em;
    width: 1em;
    border: 1px solid;
    left: 0;
    top: 0;
    border-radius: .1em;
    background-color: #fff; }

.checkbox label:before {
  top: .15em; }

.checkbox label:after {
  height: .2em;
  width: .5em;
  border-left: 3px solid #ffc000;
  border-bottom: 3px solid #ffc000;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: .25em;
  top: .45em; }

.radio label:before, .radio label:after {
  border-radius: 50%; }

.radio label:after {
  border: 0;
  height: .7em;
  width: .7em;
  background-color: #ffc000;
  left: .2em;
  top: .2em; }

.required-info {
  color: #6c6c6e;
  font-size: .8em;
  margin-bottom: 2em; }
  @media all and (min-width: 38.75em) {
    .required-info {
      margin: 1em 0 2em 0; } }

.checkbox-group-label {
  display: block;
  position: relative;
  top: .5em;
  margin-bottom: .5em; }
  @media all and (min-width: 38.75em) {
    .checkbox-group-label {
      width: 11em;
      float: left; } }

.fb-link {
  padding-top: 2em; }

form small {
  display: block;
  opacity: .7; }
  @media all and (min-width: 38.75em) {
    form small {
      margin: .5em 0 1em; } }

@media all and (min-width: 38.75em) {
  .mce-tinymce {
    margin-top: 2em !important;
    margin-top: 0 !important;
    margin-left: 12.85em !important; } }

input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
select,
textarea {
  font-size: 16px; }

#__bs_notify__ {
  font-size: 1em !important;
  color: transparent !important;
  opacity: .75;
  height: 1.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1.5em;
  padding: 0 !important;
  top: .5em !important;
  right: .5em !important;
  background-color: #547f0d !important;
  border-radius: 50% !important;
  overflow: hidden; }
  #__bs_notify__:after {
    content: 'BS';
    position: absolute;
    color: #fff;
    top: .1em;
    left: .25em;
    font-size: .8em; }

@keyframes lds-hourglass {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg); } }

@-webkit-keyframes lds-hourglass {
  0% {
    -webkit-transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    -webkit-transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: rotate(1800deg); } }

html {
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #2a292b;
  background-image: -webkit-gradient(linear, left top, right top, from(#c67344), to(#31173f));
  background-image: -o-linear-gradient(left, #c67344, #31173f);
  background-image: linear-gradient(to right, #c67344, #31173f);
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed; }

body {
  min-width: 320px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5em;
  text-align: center; }

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

a {
  color: inherit; }

input,
textarea,
button {
  font-family: inherit; }

.inner {
  /*	max-width: 60em;*/
  margin-left: auto;
  margin-right: auto;
  position: relative;
  /*	padding-left:3.5%;
	padding-right:3.5%;*/ }

.page-wrapper,
.transaction-list {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s; }
  .page-wrapper.loaded,
  .transaction-list.loaded {
    opacity: 1; }

h1 {
  color: rgba(255, 255, 255, 0.75); }

.transaction {
  color: #fff;
  border-radius: .1em;
  text-decoration: none;
  font-size: .9em;
  position: relative;
  text-align: left;
  padding-bottom: .3em;
  margin-bottom: .3em;
  border-bottom: 1px solid #ffc000; }
  .transaction .delete {
    position: absolute;
    top: 0;
    right: 0; }
  .transaction a {
    text-decoration: none; }
  .transaction span {
    padding: .2em; }

.price {
  font-weight: bold;
  opacity: .75;
  letter-spacing: -1px; }

.description {
  font-weight: bold; }

table {
  width: 100%; }

.projects {
  text-align: left; }
  .projects a {
    text-decoration: none;
    font-weight: bold; }

.actions {
  white-space: nowrap;
  font-size: .7em; }
  .actions form {
    display: inline; }

h1 {
  color: #ffc000;
  margin: .3em 0 .2em;
  text-transform: uppercase; }
  @media all and (max-width: 59.938em) {
    h1 {
      font-size: 1.35em; } }

.entries h2,
.entries h3,
.entries h4 {
  margin: .2em 0; }

.entries a {
  text-decoration: none; }

.entries .date {
  white-space: nowrap; }

.entries td.date {
  font-size: .8em;
  opacity: .7; }

.entries .unpaid td.date {
  opacity: 1; }

.entries .new-day td {
  border-top: 1px solid #ffc000; }

.card {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 5px 10px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 10px 25px rgba(0, 0, 0, 0.2);
  border-top: 5px solid #465057;
  border-top-left-radius: 1.5rem;
  display: inline-block;
  padding: .5em;
  border-left: 2px solid rgba(255, 255, 255, 0.2);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(216, 159, 127, 0.15)), to(rgba(242, 242, 242, 0.2)));
  background-image: -o-linear-gradient(rgba(216, 159, 127, 0.15), rgba(242, 242, 242, 0.2));
  background-image: linear-gradient(rgba(216, 159, 127, 0.15), rgba(242, 242, 242, 0.2)); }

.sums {
  margin: 2em 0; }
  @media all and (min-width: 75em) {
    .sums {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .sums > * {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%; }
  .sums .euro {
    opacity: .6;
    font-weight: bold; }

.sum {
  cursor: pointer;
  margin-bottom: .25em;
  text-align: right; }
  @media all and (min-width: 60em) {
    .sum {
      font-size: 1.75em; } }
  @media all and (min-width: 106.25em) {
    .sum {
      font-size: 2.3em; } }
  .sum .text {
    font-size: .35em; }
  .sum strong {
    opacity: .6; }

.day-sum {
  border-top-color: #f5b800; }

.week-sum {
  border-top-color: #31173f; }

.month-sum {
  border-top-color: #b3b3b3; }

.year-sum {
  border-top-color: #e4791a; }

.number {
  white-space: nowrap;
  text-align: right; }

.unpaid {
  opacity: .5; }

.past {
  display: block;
  font-size: .42em; }

.entries-table {
  font-size: .7em; }

.page-wrapper-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .page-wrapper-inner.transactions-page, .page-wrapper-inner.entries-page, .page-wrapper-inner.savings-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 3em; }
    @media all and (min-width: 60em) {
      .page-wrapper-inner.transactions-page, .page-wrapper-inner.entries-page, .page-wrapper-inner.savings-page {
        padding-top: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }
    .page-wrapper-inner.transactions-page > *, .page-wrapper-inner.entries-page > *, .page-wrapper-inner.savings-page > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%; }
    .page-wrapper-inner.transactions-page > .inner, .page-wrapper-inner.entries-page > .inner, .page-wrapper-inner.savings-page > .inner {
      margin-bottom: 2em;
      padding-left: 3.5%;
      padding-right: 3.5%; }
  .page-wrapper-inner > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }

aside {
  padding: 3em 3em 3em 2em;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  min-width: 7em;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 5%;
  -ms-flex-preferred-size: 5%;
  flex-basis: 5%; }
  @media all and (min-width: 60em) {
    aside {
      max-width: 7em; } }
  aside a {
    text-decoration: none;
    font-size: .8em;
    color: #fff;
    display: block;
    margin-bottom: .5em; }
  aside path {
    fill: #fff; }
  aside nav svg {
    width: 1em;
    height: 1em;
    opacity: .4;
    margin-right: .35em; }

.add-item {
  position: fixed;
  bottom: 1em;
  right: 1em;
  border-radius: 50%;
  font-size: 2em;
  width: 1em;
  height: 1em; }
  .add-item svg {
    width: 100%;
    height: 100%;
    line-height: 1em; }
  .add-item:before {
    content: '';
    width: 75%;
    height: 75%;
    left: 12.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffc000;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    bottom: 0; }
  .add-item path {
    fill: #ffc000; }

.canvas-container {
  padding: 4em 0 1em; }

.lds-css {
  position: absolute;
  left: .5em;
  top: .5em; }

.lds-hourglass:after {
  content: " ";
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  background: center center no-repeat;
  background-size: cover;
  width: 0;
  height: 0;
  background: none;
  border-radius: 50%;
  border: 0.25em solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-hourglass 2s linear infinite;
  -webkit-animation: lds-hourglass 2s linear infinite; }

.logo {
  text-align: center;
  position: absolute;
  top: .2em;
  left: .2em; }
  .logo a {
    width: 8em;
    display: inline-block;
    padding: .5em; }

.ct-label {
  font-size: .8em;
  color: #fff; }

.main-chart {
  padding: 2em 0 1em;
  max-height: 15em; }
  .main-chart svg {
    padding-top: 1em;
    overflow: visible; }

.ct-series-a .ct-area {
  fill: #ffc000; }

.ct-series-a .ct-line {
  stroke: #ffc000; }

.ct-series-a .ct-point {
  stroke: #ffc000; }

.date-choser {
  margin: 2em 0;
  font-size: .7em; }

.ct-grid {
  stroke-width: 1px;
  stroke: rgba(255, 192, 0, 0.5); }

.date-calc-picker {
  position: absolute;
  top: 1.5em;
  right: 4.5%;
  font-size: .4em; }
  .date-calc-picker input {
    border: 0;
    opacity: .5; }

.foodtruck {
  text-align: left; }
  .foodtruck table {
    text-align: left; }

.some-block {
  text-align: left;
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .some-block h3 {
    opacity: .9; }

table {
  border-collapse: collapse; }

tr:nth-child(2n + 1) {
  background-color: rgba(255, 255, 255, 0.1); }

tr td {
  padding: .25em; }

.year-stats {
  color: #ffc000; }
  .year-stats .monthname {
    font-weight: bold;
    opacity: .9; }
  .year-stats h3 {
    color: rgba(255, 255, 255, 0.8); }

.today-stats h3 {
  color: #31173f; }

.money {
  text-align: right; }

.recalc-month-button {
  font-size: .5em;
  text-align: left;
  cursor: pointer; }

.recalc-month-button-wrapper {
  text-align: left; }

.logo a {
  width: 6em;
  display: block; }

.logo svg {
  width: 100%; }

.page-wrapper-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  .page-wrapper-inner > .inner {
    padding-top: 1.5em; }

.flash-info {
  background-color: #547f0d;
  padding: .2em .5em;
  border-radius: .2em;
  color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 3s -webkit-transform 1s;
  transition: 3s -webkit-transform 1s;
  -o-transition: 3s transform 1s;
  transition: 3s transform 1s;
  transition: 3s transform 1s, 3s -webkit-transform 1s; }
  .flash-info.hide {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }

.header {
  text-align: left;
  padding-left: 3.5%;
  margin-bottom: 1em; }

.invoices-page td {
  text-align: left;
  font-size: .8em; }
  .invoices-page td.number {
    min-width: 6em; }
  .invoices-page td:first-child {
    padding-left: 3.5%; }

.standard-container {
  text-align: left;
  padding-left: 3.5%;
  padding-right: 3.5%; }
  .standard-container label {
    font-size: .7em; }
  .standard-container input,
  .standard-container select,
  .standard-container textarea {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    opacity: .5;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    font-weight: bold;
    margin-bottom: 2em;
    background-color: rgba(0, 0, 0, 0.3);
    padding: .75em 1em;
    -webkit-box-shadow: 0.1em 0.1em 1em rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0.1em 0.1em 1em rgba(0, 0, 0, 0.3) inset;
    color: #fff;
    resize: both;
    width: 100%; }
    .standard-container input:focus,
    .standard-container select:focus,
    .standard-container textarea:focus {
      opacity: 1;
      background-color: rgba(255, 255, 255, 0.2);
      color: #2d2d2e; }
  .standard-container .create-pdf {
    float: right;
    display: inline-block;
    margin-bottom: 3em;
    font-size: 1.2em;
    text-decoration: none;
    font-weight: bold; }
  .standard-container h3 {
    color: #ffc000; }
  .standard-container .positions {
    font-size: .8em;
    padding-left: 1.2em; }
  .standard-container form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .standard-container textarea {
    min-height: 10em; }

.standard-table {
  text-align: left; }
  .standard-table td:first-child, .standard-table th:first-child {
    padding-left: 1em; }

.clients-page table,
.projects-page table {
  font-size: .8em; }

.projects-page .client-name {
  opacity: .5; }

.invoices .paid {
  background-color: #547f0d; }

.invoices .money,
.invoices .actions {
  display: inline-block;
  white-space: nowrap; }

[title="Back"] {
  margin-bottom: 1em;
  display: inline-block; }

.client-link {
  font-size: .8em;
  text-decoration: none;
  margin-top: -.2em;
  color: #ffc000;
  margin-top: -1.5em; }

.reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.year-sum {
  font-weight: bold;
  text-align: right;
  padding: 1em 3.5%; }

.ck.ck-editor__main > .ck-editor__editable {
  background-color: rgba(0, 0, 0, 0.3) !important;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  opacity: .8;
  margin-bottom: 1em; }

.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar, .ck.ck-editor__top .ck-sticky-panel .ck-toolbar.ck-rounded-corners {
  background-color: #31173f;
  border: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#c67344), to(#31173f));
  background-image: -o-linear-gradient(left, #c67344, #31173f);
  background-image: linear-gradient(to right, #c67344, #31173f); }

.ck-rounded-corners .ck.ck-button, .ck-rounded-corners a.ck.ck-button, .ck.ck-button.ck-rounded-corners, a.ck.ck-button.ck-rounded-corners {
  color: #fff; }

.ck-rounded-corners .ck.ck-dropdown .ck-dropdown__panel .ck-list .ck-list__item:first-child .ck-button, .ck.ck-dropdown .ck-dropdown__panel .ck-list .ck-list__item:first-child .ck-button.ck-rounded-corners {
  color: #000; }

.unstyled {
  width: 1.5em;
  height: 1.5em; }

.standard-container .unstyled {
  width: 1.5em;
  min-width: 0;
  position: relative;
  top: .4em; }

.ghost-button {
  cursor: pointer;
  border-radius: .2em;
  display: inline-block;
  padding: .5em 2em;
  font-size: .8em;
  border: 1px solid #fff; }
  .ghost-button.inline {
    display: inline-block;
    font-size: .7em; }

#positions-list a p {
  display: inline-block; }

.invoicepositions-container {
  font-size: .7em; }
