body {
  margin: 0;
  font-size: 14px;
}

.splash {
  text-align: center;
  margin: 10% 0 0 0;
  box-sizing: border-box;
}

.splash .message {
  font-size: 36px;
  line-height: 36px;
  text-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.splash .fa-spinner {
  text-align: center;
  display: inline-block;
  font-size: 25px;
  margin-top: 25px;
}

.page-host {
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.show-on-print {
  display: none;
}

@media print {
  .page-host {
    position: absolute;
    left: 10px;
    right: 0;
    top: 50px;
    bottom: 0;
    overflow-y: inherit;
    overflow-x: inherit;
  }

  .show-on-print {
    display: block;
  }
}

section {
  margin: 0 20px;
}

.navbar-nav li.loader {
  margin: 12px 24px 0 6px;
}

.pictureDetail {
  max-width: 425px;
}

/* animate page transitions */
section.au-enter-active {
  -webkit-animation: fadeInRight 1s;
  animation: fadeInRight 1s;
}

div.au-stagger {
  /* 50ms will be applied between each successive enter operation */
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
}

.card-container.au-enter {
  opacity: 0 !important;
}

.card-container.au-enter-active {
  -webkit-animation: fadeIn 2s;
  animation: fadeIn 2s;
}

.card {
  overflow: hidden;
  position: relative;
  border: 1px solid #CCC;
  border-radius: 8px;
  text-align: center;
  padding: 0;
  background-color: #337ab7;
  color: rgb(136, 172, 217);
  margin-bottom: 32px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.card .content {
  margin-top: 10px;
}

.card .content .name {
  color: white;
  text-shadow: 0 0 6px rgba(0, 0, 0, .5);
  font-size: 18px;
}

.card .header-bg {
  /* This stretches the canvas across the entire hero unit */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  border-bottom: 1px #FFF solid;
  border-radius: 6px 6px 0 0;
}

.card .avatar {
  position: relative;
  margin-top: 15px;
  z-index: 100;
}

.card .avatar img {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px #FFF solid;
}

/* animation definitions */
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.navbar-right {
  margin-right: 0 !important;
}

.pointer {
  cursor: pointer;
}

.page-break-after {
  page-break-after: always;
}

.w-auto {
  width: auto;
}

html, body {
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  color: #000 !important;
}

.focus {
  outline: -webkit-focus-ring-color auto 5px;
  padding: 2px 4px;
  /*background: #fff;*/
}

a, a:hover {
  text-decoration: none !important;
  color: #000 !important;;
  cursor: pointer !important;;
}


.navbar-nav .btn-print {
  padding: 5px 10px;
  margin: 8px 8px auto 8px;
}

#edit-settings {
  position: fixed;;
  width: 100%;
  height: 30px;
  padding: 5px;
  background: #E7E7E7;
  -webkit-box-shadow: 0 0 5px #888;
  -moz-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
  z-index: 2;
}

#edit-settings .text {
  margin-left: 4px;
}

#edit-settings .btn {
  padding: 0 4px;
  margin: 0 2px;
}

.bg-selector {
  padding: 0 10px;
  margin: 0 2px;
  cursor: pointer;
}

.btn-outline-pageactive {
  background: #e6e6e6 !important;
}

#login, #signup {
  width: 80%;
  max-width: 350px;
  margin: 50px auto;
}

.spacer {
  margin: auto 5px;
  border-left: 1px solid #ccc;
}

.template-container {
  margin: 20px auto 0 auto;
}

.space-top    { margin-top:    10px !important; }
.space-right  { margin-right:  10px !important; }
.space-bottom { margin-bottom: 10px !important; }
.space-left   { margin-left:   10px !important; }

table th,
table td {
  padding: 4px 6px !important;
}

.settings input {
  width: 25%;
}

td[contenteditable=true]:focus {
  outline: auto 2px Highlight;
  outline: auto 5px -webkit-focus-ring-color;
}

.amount-missing,
.amount-missing:hover {
  color: #fff;
  font-weight: bold;
  background: #ff4c4c !important;
}

.amount-missing-bg,
.amount-missing-bg {
  background: #ff4c4c !important;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.danger-message {
  color: #ff4c4c !important;
  font-weight: bold;
}

#accounts table th:nth-child(1) {
  width: 37px;
}

#accounts table th:nth-last-child(1) {
  width: 160px;
}

#accounts table td:nth-last-child(1) .btn {
  width: 70px;
}

#accounts .logged-in {
  background: #efefef;
  font-weight: bold;
}
thead tr:nth-child(1) input {
  font-weight: normal;
  width:100%;
}

td.user {
  width: 37px;
}

td.date {
  width: 85px;
}

td.actions {
  width: 50px;
}

td.value {
  width: 140px;
}

td.actions span, .fa-remove {
  cursor: pointer;
}

td input {
  width: 100%;
  border: 0;
}

.filter, .settings {
  margin-top: 25px;
}

.entry {
  background: #eee;
  margin: 2px;
  padding: 2px 4px;
  display: block;
  overflow: auto;
}

select {
  width: 100%;
  max-width: 250px;
}

.date select {
  width: auto;
}

.value select {
  width: 63px;
}

.description input, .value input {
  border: 1px solid #A9A9A9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0;
}

.value input {
  width: 65px;
  text-align: right;
}

.admin-td {
  width: 100px !important;
}

.saved {
  display: none;
  margin-right: 10px;
}

.input-filter-value {
  width: 195px;
}

select[disabled] {
  background: #ebebe4;
}

.title-payment-type, .title-country, .title-category {
  font-weight: bold;
  padding: 5px;
}

.title-payment-type {
  background: #bbb;
}

.title-country {
  background: #ddd;
}

.title-category {
  background: #eee;
}

.billing table {
  width: 100%;
  margin-bottom: 0;
}

.billing > div {
  border: 1px solid #aaa;
  margin-bottom: 5px;
  overflow: auto;
}

.country-container, .category-container {
  border-top: 1px solid #aaa;
}

#billing > select {
  margin: 2px 0;
}

#events-sum-overview td:nth-child(2) {
  text-align: right;
}

#billing select {
  width: auto;
  min-width: auto;
  max-width: 100%;
}


/*# sourceMappingURL=../app~b8f0d581.c868bcf90c1c0226b061.bundle.map*/