@charset "UTF-8";
/*! fancyBox v2.1.0 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/images/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/images/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/images/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8050; }

#fancybox-buttons.top {
  top: 10px; }

#fancybox-buttons.bottom {
  bottom: 10px; }

#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid #111;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: #323232;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 ); }

#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0; }

#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-image: url("/images/fancybox_buttons.png");
  background-repeat: no-repeat;
  outline: none;
  opacity: 0.8; }

#fancybox-buttons a:hover {
  opacity: 1; }

#fancybox-buttons a.btnPrev {
  background-position: 5px 0; }

#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e; }

#fancybox-buttons a.btnPlay {
  background-position: 0 -30px; }

#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px; }

#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px; }

#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px; }

#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 35px;
  background-position: -56px 0px; }

#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default; }

/* ==========================================================================
   CMS
   ========================================================================== */
.usercontent {
  position: relative; }
  * + .usercontent {
    margin-top: 1em; }
  .usercontent strong {
    font-weight: bold; }
  .usercontent span strong {
    color: inherit; }
  .usercontent h2 {
    margin-top: 1em; }
  .usercontent * + h3 {
    margin-top: 1.5em; }
  .usercontent a {
    word-break: break-word; }
  .usercontent + h2 {
    margin-top: 1em; }
  .usercontent .vidembed {
    width: 100%;
    max-width: 720px;
    position: relative; }
    .usercontent .vidembed.center {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
    .usercontent .vidembed.right {
      left: 100%;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }
    .usercontent .vidembed span {
      display: block;
      width: 100%;
      padding-top: 56.25%;
      position: relative; }
    .usercontent .vidembed iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100% !important;
      height: 100% !important;
      z-index: 1; }
    .usercontent .vidembed img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100% !important;
      height: 100% !important;
      display: block; }

a.youtube {
  position: relative;
  display: block; }
  a.youtube img {
    display: block;
    margin: 0; }
  a.youtube .play-button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    a.youtube .play-button::after {
      content: "▶";
      font-size: 20px;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -26px 0 0 -26px;
      color: #fff;
      border-radius: 99px;
      padding: 5px 0 1px 6px;
      width: 50px;
      line-height: 50px;
      border: 2px solid #fff;
      -webkit-transition: color 0.2s ease-in-out, border 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
      transition: color 0.2s ease-in-out, border 0.2s ease-in-out, transform 0.2s ease-in-out;
      -webkit-filter: drop-shadow(0 2px 10px black);
      -moz-filter: drop-shadow(0 2px 10px black);
      filter: drop-shadow(0 2px 10px black); }
    a.youtube .play-button:hover::after {
      border-color: #296C62;
      color: #296C62; }
  a.youtube.large {
    width: 100%;
    float: none; }
    a.youtube.large img {
      width: 100% !important;
      height: auto !important; }
  a.youtube.center {
    position: relative;
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }

.usercontent a.youtube img::after, .usercontent img::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); }

.usercontent img.left, .usercontent a.youtube.left {
  display: block;
  float: left;
  margin: 0 25px 25px 0; }

.usercontent img.center {
  display: block;
  margin: auto; }

.usercontent img.right, .usercontent a.youtube.right {
  display: block;
  float: right;
  margin: 0 0 25px 25px; }

.usercontent:before, .usercontent:after {
  content: " ";
  display: table; }

.usercontent:after {
  clear: both; }

.usercontent {
  *zoom: 1; }

.usercontent img.xlarge {
  display: block;
  float: none;
  margin: 15px auto;
  max-width: 100%;
  height: auto; }

@media only screen and (max-width: 1000px) {
  .usercontent img.left.large {
    display: block;
    float: none;
    margin: 15px auto;
    max-width: 100%;
    height: auto; }

  .usercontent img.center.large {
    display: block;
    margin: 15px auto;
    max-width: 100%;
    height: auto; }

  .usercontent img.right.large {
    display: block;
    float: none;
    margin: 15px auto;
    max-width: 100%;
    height: auto; } }
@media only screen and (max-width: 780px) {
  .usercontent img.left {
    display: block;
    float: none;
    margin: 15px auto;
    max-width: 100%;
    height: auto; }

  .usercontent img.center {
    display: block;
    margin: 15px auto;
    max-width: 100%;
    height: auto; }

  .usercontent img.right {
    display: block;
    float: none;
    margin: 15px auto;
    max-width: 100%;
    height: auto; }

  .usercontent a.youtube.left, .usercontent a.youtube.center, .usercontent a.youtube.right {
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: table; }

  .usercontent a.youtube img {
    max-width: 100%;
    height: auto; } }
@font-face {
  font-family: 'dejavu';
  src: url("/fonts/DejaVuSerif-webfont.eot");
  src: url("/fonts/DejaVuSerif-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/DejaVuSerif-webfont.woff") format("woff"), url("/fonts/DejaVuSerif-webfont.ttf") format("truetype"), url("/fonts/DejaVuSerif-webfont.svg#dejavu_serifbook") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'dejavu';
  src: url("/fonts/DejaVuSerif-Italic-webfont.eot");
  src: url("/fonts/DejaVuSerif-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/DejaVuSerif-Italic-webfont.woff") format("woff"), url("/fonts/DejaVuSerif-Italic-webfont.ttf") format("truetype"), url("/fonts/DejaVuSerif-Italic-webfont.svg#dejavu_serifitalic") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'dejavu';
  src: url("/fonts/DejaVuSerif-Bold-webfont.eot");
  src: url("/fonts/DejaVuSerif-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/DejaVuSerif-Bold-webfont.woff") format("woff"), url("/fonts/DejaVuSerif-Bold-webfont.ttf") format("truetype"), url("/fonts/DejaVuSerif-Bold-webfont.svg#dejavu_serifbold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'dejavu';
  src: url("/fonts/DejaVuSerif-BoldItalic-webfont.eot");
  src: url("/fonts/DejaVuSerif-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/DejaVuSerif-BoldItalic-webfont.woff") format("woff"), url("/fonts/DejaVuSerif-BoldItalic-webfont.ttf") format("truetype"), url("/fonts/DejaVuSerif-BoldItalic-webfont.svg#dejavu_serifbold_italic") format("svg");
  font-weight: bold;
  font-style: italic; }
*, *:before, *:after {
  position: relative;
  margin: 0;
  padding: 0;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  list-style-type: none;
  -webkit-font-smoothing: antialiased; }

html {
  height: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  min-height: 100%;
  overflow-x: hidden;
  color: #222222;
  background: #F0F9F8;
  font-family: "Trebuchet MS", sans-serif; }

::-moz-selection {
  background: #0077B8;
  color: #E1F4F1; }

::selection {
  background: #0077B8;
  color: #E1F4F1; }

#login {
  max-width: 256px;
  margin: 8rem auto; }
  #login h2 {
    margin-bottom: 2rem; }
  #login p.error {
    margin-bottom: 2rem;
    padding: .25rem .5rem;
    background: #FF7031;
    color: #FFF;
    border-radius: 4px; }
  #login .bigbutton {
    margin-top: 2rem; }

body.loading {
  /*opacity: .8;*/
  pointer-events: none;
  -webkit-transition: 0.1s ease-in-out;
          transition: 0.1s ease-in-out;
  /*&:after {
  	content: "";
  	position: fixed;
  	top: 0; left: 0; right: 0; bottom: 0;
  	z-index: 20;

  	display: block;

  	background: rgba($white,.05);
  }*/ }

#head,
#nav,
#aside,
#footer {
  position: fixed;
  z-index: 20;
  overflow: auto; }

#head {
  top: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  background: #F0F9F8; }

#nav {
  top: 7rem;
  left: 2rem;
  bottom: 2rem;
  width: 16rem;
  overflow: auto; }

#content {
  padding: 7rem 2rem 2rem 20rem;
  -webkit-transition: 0.1s ease-in-out;
          transition: 0.1s ease-in-out; }
  body.aside #content {
    padding-right: 24rem; }

#aside {
  top: 7rem;
  right: -22rem;
  bottom: 2rem;
  width: 20rem;
  -webkit-transition: 0.1s ease-in-out;
          transition: 0.1s ease-in-out; }
  body.aside #aside {
    right: 2rem; }

#footer {
  position: fixed;
  top: 2rem;
  right: 2rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.5rem;
  margin-bottom: 2rem; }

button,
input[type=submit] {
  appearance: none;
  border: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none; }

a {
  color: inherit;
  -webkit-transition: 0.1s ease-in-out;
          transition: 0.1s ease-in-out; }
  a:hover, a:focus {
    color: #0077B8; }
  a:active {
    color: #296C62; }

.action {
  cursor: pointer; }
  .action.add, .action.invoice {
    background-color: #008B43;
    background-position: center 0; }
  .action.delete {
    background-color: #FF7031;
    background-position: center -1rem; }
  .action.to {
    background-color: #296C62;
    background-position: center -2rem; }
  .action.edit {
    background-color: #0077B8;
    background-position: center -3rem; }
  .action.undo {
    background-color: #FFF;
    background-position: center -5rem; }
  .action.inactive {
    background-color: rgba(34, 34, 34, 0.25); }
  .action.download {
    background-color: #296C62;
    background-position: center -4rem; }

.bigbutton {
  width: auto;
  padding: .5rem .75rem;
  color: #FFF;
  border-radius: 4px;
  font-weight: bold;
  font-size: .75rem;
  text-transform: uppercase;
  -webkit-transition: 0.1s ease-in-out;
          transition: 0.1s ease-in-out; }
  .bigbutton:hover, .bigbutton:focus {
    color: #222222; }

.button {
  width: 1rem;
  height: 1rem;
  color: #FFF;
  border-radius: 1rem;
  background-image: url(/images/actions.png);
  background-repeat: no-repeat;
  background-size: 1rem 7rem;
  font-size: 0;
  line-height: 1rem;
  vertical-align: .5rem; }
  .button.expenses {
    background-color: #FF7031;
    background-position: center -4rem; }
  .button.invoices {
    background-color: #008B43;
    background-position: center -6rem; }

form {
  overflow: hidden; }

input[type=checkbox] {
  width: 0;
  height: 0;
  opacity: 0; }
  input[type=checkbox]:not(:disabled) + label {
    cursor: pointer; }
  input[type=checkbox] + label {
    -webkit-transition: 0.1s ease-in-out;
            transition: 0.1s ease-in-out; }
    input[type=checkbox] + label:before, input[type=checkbox] + label:after {
      content: '';
      position: absolute;
      -webkit-transition: inherit;
              transition: inherit; }
    input[type=checkbox] + label:before {
      top: .25rem;
      left: 0;
      width: 1rem;
      height: 1rem;
      background: #FFF;
      border: 2px solid #222222;
      border-radius: 2px; }
    input[type=checkbox] + label:after {
      top: .5rem;
      left: .25rem;
      width: .5rem;
      height: .5rem;
      background: #008B43;
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0); }
  input[type=checkbox]:checked + label:after {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
input[type=submit] {
  /*float: right;*/ }

.input {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  font-size: .75rem; }
  .input + .input {
    margin-top: 1rem; }
  .input label {
    margin-bottom: .5rem; }
  .input input,
  .input select,
  .input textarea {
    padding: .5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #0077B8;
    background: #FFF;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    font-size: inherit;
    font-family: "Trebuchet MS", sans-serif; }
    .input input::-webkit-input-placeholder,
    .input select::-webkit-input-placeholder,
    .input textarea::-webkit-input-placeholder {
      color: rgba(34, 34, 34, 0.25); }
    .input input:-moz-placeholder,
    .input select:-moz-placeholder,
    .input textarea:-moz-placeholder {
      opacity: 1;
      color: rgba(34, 34, 34, 0.25); }
    .input input::-moz-placeholder,
    .input select::-moz-placeholder,
    .input textarea::-moz-placeholder {
      opacity: 1;
      color: rgba(34, 34, 34, 0.25); }
    .input input:-ms-input-placeholder,
    .input select:-ms-input-placeholder,
    .input textarea:-ms-input-placeholder {
      opacity: 1;
      color: rgba(34, 34, 34, 0.25); }
    .input input:focus,
    .input select:focus,
    .input textarea:focus {
      background-color: #F0F9F8; }
    .input input[required] + label:after,
    .input select[required] + label:after,
    .input textarea[required] + label:after {
      content: ' *';
      font-weight: bold;
      color: #FF7031; }
    .input input.invalid + label,
    .input select.invalid + label,
    .input textarea.invalid + label {
      color: #FF7031; }
  .input textarea {
    min-height: 5rem;
    resize: vertical; }
  .input select {
    padding-right: 1rem;
    background-image: url(/images/select.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 1rem 1rem; }
  .input .input-date.required + label:after,
  .input .input-address.required + label:after {
    content: ' *';
    font-weight: bold;
    color: #FF7031; }
  .input .input-date {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .input .input-date select {
      -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
      .input .input-date select + select {
        margin-left: .25rem; }
  .input .input-address {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -.25rem; }
    .input .input-address input,
    .input .input-address select {
      margin-left: .25rem; }
      .input .input-address input.street,
      .input .input-address select.street {
        -webkit-flex: 1 0 60%;
            -ms-flex: 1 0 60%;
                flex: 1 0 60%; }
      .input .input-address input.street-nr-box,
      .input .input-address select.street-nr-box {
        -webkit-flex: 1 0 100%;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%; }
      .input .input-address input.nr,
      .input .input-address select.nr {
        -webkit-flex: 0 0 15%;
            -ms-flex: 0 0 15%;
                flex: 0 0 15%; }
      .input .input-address input.box,
      .input .input-address select.box {
        -webkit-flex: 0 0 15%;
            -ms-flex: 0 0 15%;
                flex: 0 0 15%; }
      .input .input-address input.code,
      .input .input-address select.code {
        margin-top: .25rem;
        -webkit-flex: 0 0 30%;
            -ms-flex: 0 0 30%;
                flex: 0 0 30%; }
      .input .input-address input.city,
      .input .input-address select.city {
        margin-top: .25rem;
        -webkit-flex: 1 0 50%;
            -ms-flex: 1 0 50%;
                flex: 1 0 50%; }
  .input.time:after {
    content: 'min.';
    position: absolute;
    top: 1.875rem;
    right: 1rem;
    color: #0077B8; }
  .input.time input {
    padding-right: 2.5rem;
    text-align: right; }
  .input.price:after {
    content: '€';
    position: absolute;
    top: 1.875rem;
    left: .5rem;
    color: #0077B8; }
  .input.price input {
    padding-left: 1.5rem; }

input[type=submit] {
  background-color: #296C62;
  border-radius: 4px;
  cursor: pointer; }

fieldset {
  margin-bottom: 2rem;
  border: 0; }
  fieldset legend {
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: bold;
    text-transform: uppercase; }

#head ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #head ul li {
    text-transform: uppercase;
    font-weight: bold; }
    #head ul li:after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -10px;
      margin-left: 0;
      width: 0;
      height: 4px;
      display: block;
      background: rgba(34, 34, 34, 0.25);
      -webkit-transition: 0.1s ease-in-out;
              transition: 0.1s ease-in-out; }
    #head ul li:hover:after, #head ul li.active:after {
      margin-left: -16px;
      width: 32px; }
    #head ul li.active:after {
      background: #296C62; }
    #head ul li + li {
      margin-left: 32px; }

#nav {
  padding-top: .5rem; }
  #nav ol li {
    height: 3rem;
    padding: .5rem .75rem;
    cursor: pointer;
    -webkit-transition: 0.1s ease-in-out;
            transition: 0.1s ease-in-out; }
    #nav ol li:nth-child(odd) {
      background: #E1F4F1; }
    #nav ol li small {
      display: block;
      color: #296C62;
      font-size: .75rem;
      text-transform: uppercase;
      -webkit-transition: inherit;
              transition: inherit; }
    #nav ol li:hover {
      background: rgba(34, 34, 34, 0.25); }
      #nav ol li:hover small {
        color: #FFF; }
    #nav ol li.active {
      background: #296C62; }
      #nav ol li.active small {
        color: #FFF; }

#content header {
  margin-bottom: 3rem; }
  #content header small,
  #content header time,
  #content header address {
    display: block; }
  #content header small {
    margin-bottom: .5rem;
    font-size: 1.5rem; }
  #content header time,
  #content header address {
    margin: .25rem 0;
    font-style: normal; }
#content section + section {
  margin-top: 2rem; }
#content span.error {
  color: #FF7031; }
#content span.success {
  color: #008B43; }
#content table {
  width: 100%;
  /*border-collapse: collapse;*/ }
  #content table thead tr th {
    padding: 0 .75rem;
    padding-bottom: .5rem;
    font-size: .75rem;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase; }
    #content table thead tr th.check, #content table thead tr th.bool, #content table thead tr th.edit, #content table thead tr th.delete {
      width: 2rem; }
    #content table thead tr th.ratio {
      width: 4rem; }
    #content table thead tr th.date, #content table thead tr th.price {
      width: 6rem; }
    #content table thead tr th.phone, #content table thead tr th.datetime, #content table thead tr th.time {
      width: 8rem; }
    #content table thead tr th.price {
      text-align: right; }
  #content table tbody tr:nth-child(odd) td,
  #content table tfoot tr:nth-child(odd) td {
    background: #E1F4F1; }
  #content table tbody tr td,
  #content table tfoot tr td {
    min-height: 2rem;
    padding: .5rem .75rem;
    line-height: 1rem; }
    #content table tbody tr td.check, #content table tbody tr td.edit, #content table tbody tr td.delete,
    #content table tfoot tr td.check,
    #content table tfoot tr td.edit,
    #content table tfoot tr td.delete {
      padding: .75rem;
      line-height: .5rem; }
    #content table tbody tr td.price,
    #content table tfoot tr td.price {
      text-align: right; }
    #content table tbody tr td.bool,
    #content table tfoot tr td.bool {
      text-align: center; }
    #content table tbody tr td.total,
    #content table tfoot tr td.total {
      font-weight: bold; }
  #content table tfoot {
    padding-top: 1rem; }
    #content table tfoot tr:nth-child(odd) td {
      border-top: 2px solid #296C62;
      padding-top: .5rem;
      background: transparent; }

#aside {
  padding: 0 1rem;
  background: #E1F4F1;
  border-bottom: 1rem solid #E1F4F1;
  border-top: 1rem solid #E1F4F1; }
  #aside button.close {
    position: absolute;
    top: 0;
    right: 1rem;
    width: 1rem;
    height: 1rem;
    color: #FF7031;
    background: none;
    text-align: center;
    font-size: .75rem;
    line-height: 1;
    appearance: none;
    cursor: pointer; }
    #aside button.close:hover {
      color: #0077B8; }
  #aside h3 {
    padding-right: 2rem; }

@-webkit-keyframes notification {
  0% {
    top: -5rem; }
  2.5% {
    top: 0; }
  75% {
    opacity: 1; }
  97.5% {
    opacity: .5; }
  100% {
    opacity: 0; } }

@keyframes notification {
  0% {
    top: -5rem; }
  2.5% {
    top: 0; }
  75% {
    opacity: 1; }
  97.5% {
    opacity: .5; }
  100% {
    opacity: 0; } }
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
#footer .notification {
  max-width: 20rem;
  padding: .5rem .75rem;
  color: #FFF;
  background: #296C62;
  border-radius: 4px;
  font-size: .75rem;
  font-weight: bold;
  line-height: 1rem;
  -webkit-animation-name: notification;
          animation-name: notification;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }
  #footer .notification.error {
    background: #FF7031; }
  #footer .notification.success {
    background: #008B43; }
  #footer .notification.loading {
    opacity: 1;
    color: #F0F9F8;
    background: #F0F9F8;
    -webkit-animation: none;
            animation: none; }
    #footer .notification.loading:after {
      content: '';
      width: 1rem;
      height: 1rem;
      margin-left: 1rem;
      display: inline-block;
      vertical-align: baseline;
      -webkit-animation: loading .5s linear 0s infinite;
              animation: loading .5s linear 0s infinite;
      border-radius: 1rem;
      /*background: $secundo; /* Old browsers *!/
      background: -moz-linear-gradient(left,  $error 0%, $light 100%); /* FF3.6+ *!/
      background: -webkit-gradient(linear, left top, right top, color-stop(0%,$error), color-stop(100%,$light)); /* Chrome,Safari4+ *!/
      background: -webkit-linear-gradient(left,  $error 0%,$light 100%); /* Chrome10+,Safari5.1+ *!/
      background: -o-linear-gradient(left,  $error 0%,$light 100%); /* Opera 11.10+ *!/
      background: -ms-linear-gradient(left,  $error 0%,$light 100%); /* IE10+ *!/
      background: linear-gradient(to right,  $error 0%,$light 100%); /* W3C *!/
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0077B8', endColorstr='#FFFFF',GradientType=1 ); /* IE6-9 *!/*/
      background: #0077B8;
      /* Old browsers */
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #296C62), color-stop(100%, #F0F9F8));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(left, #296C62 0%, #F0F9F8 100%);
      /* Chrome10+,Safari5.1+ */
      /* Opera 11.10+ */
      /* IE10+ */
      background: linear-gradient(to right, #296C62 0%, #F0F9F8 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0077B8', endColorstr='#FFFFF',GradientType=1 );
      /* IE6-9 */
      /*				background: $secundo; /* Old browsers *!/
      				background: -moz-linear-gradient(left,  $secundo 0%, $light 100%); /* FF3.6+ *!/
      				background: -webkit-gradient(linear, left top, right top, color-stop(0%,$secundo), color-stop(100%,$light)); /* Chrome,Safari4+ *!/
      				background: -webkit-linear-gradient(left,  $secundo 0%,$light 100%); /* Chrome10+,Safari5.1+ *!/
      				background: -o-linear-gradient(left,  $secundo 0%,$light 100%); /* Opera 11.10+ *!/
      				background: -ms-linear-gradient(left,  $secundo 0%,$light 100%); /* IE10+ *!/
      				background: linear-gradient(to right,  $secundo 0%,$light 100%); /* W3C *!/
      				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0077B8', endColorstr='#FFFFF',GradientType=1 ); /* IE6-9 *!/*/ }
  #footer .notification a {
    color: inherit; }
#footer .button {
  vertical-align: top; }
