@import url("https://fonts.googleapis.com/css?family=Muli:300,400,700");
@import url(dir.lib/alertify.min.css);
@import url(dir.lib/easy-autocomplete.css);
.onoffswitch {
  position: relative;
  width: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }
  .onoffswitch .onoffswitch-checkbox {
    display: none; }
  .onoffswitch .onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 20px;
    padding: 0;
    line-height: 20px;
    border: 2px solid #E3E3E3;
    border-radius: 20px;
    background-color: #ecf0f1;
    transition: background-color 0.3s ease-in; }
    .onoffswitch .onoffswitch-label:before {
      content: "";
      display: block;
      width: 20px;
      margin: 0;
      background: #ecf0f1;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 28px;
      border: 2px solid #E3E3E3;
      border-radius: 20px;
      transition: all 0.3s ease-in 0s; }
  .onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #69b42d; }
  .onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label:before {
    border-color: #69b42d; }
  .onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: -4px; }

.customerSearchResult {
  width: 100%; }
  .customerSearchResult table {
    width: 100%; }
    .customerSearchResult table .searchElement {
      width: 100%;
      height: 40px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .customerSearchResult table .searchElement td {
        padding: 0 4px; }
      .customerSearchResult table .searchElement:nth-of-type(even) {
        background: #ecf0f1; }
      .customerSearchResult table .searchElement:hover {
        cursor: pointer;
        background: #b2b2b2; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
body {
  margin: 0;
  padding: 0;
  background-color: #333;
  font-weight: 400;
  height: 100%;
  color: #1a1a1a;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 150%; }

.content {
  min-height: 100px;
  height: 100%; }

input {
  height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 5px 8px;
  border: 0;
  border-bottom: 1px solid #b2b2b2;
  font-size: 1rem;
  border-radius: 0; }
  input:focus {
    border-bottom: 1px solid #0e6499; }

textarea {
  height: 55px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 5px 8px;
  border: 0;
  border-bottom: 1px solid #b2b2b2;
  font-size: 1rem;
  border-radius: 0;
  resize: none; }
  textarea:focus {
    border-bottom: 1px solid #0e6499; }

label {
  width: 100%;
  display: block;
  color: #b2b2b2;
  font-size: 0.9rem; }

select {
  height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0 8px;
  border: 0;
  border-bottom: 1px solid #b2b2b2;
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }

button {
  text-align: center;
  height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #b2b2b2;
  color: #ecf0f1;
  border: 0;
  font-size: 1rem;
  border-radius: 0; }
  button:hover {
    cursor: pointer;
    background-color: #69b42d; }

hr {
  border: 0;
  border-bottom: 1px solid #b2b2b2;
  margin: 15px 0; }

.inputLine {
  width: 100%;
  margin: 10px 0; }
  .inputLine input[type="text"] {
    width: 100%; }
  .inputLine select {
    width: 100%; }
  .inputLine:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0; }

.nullContentPlaceholder {
  width: 50%;
  margin: 60px auto; }
  .nullContentPlaceholder img {
    width: 40%;
    margin: 0 30%; }
  .nullContentPlaceholder h2 {
    color: #333;
    font-size: 2rem;
    width: 100%;
    text-align: center;
    margin: 16px 0; }
  .nullContentPlaceholder h3 {
    color: #b2b2b2;
    font-size: 1.15rem;
    width: 100%;
    text-align: center;
    margin: 8px 0; }
  .nullContentPlaceholder button {
    width: 50%;
    margin: 16px 25%;
    background: #0e6499;
    height: 40px; }
    .nullContentPlaceholder button:hover {
      background: #1a1a1a; }

/* ########################################################################################## */
/* ##################################### AJAX OVERLAY ####################################### */
/* ########################################################################################## */
.ajaxOverlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 100000;
  background-color: rgba(51, 51, 51, 0.8);
  display: none; }
  .ajaxOverlay .progressBar {
    width: 0;
    position: fixed;
    top: 0;
    height: 20px;
    background-color: #0e6499; }
  .ajaxOverlay .circle {
    z-index: 1250;
    position: absolute;
    border: 10px solid #ecf0f1;
    border-top: 10px solid #0e6499;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: calc(50vh - 25px);
    display: none; }
  .ajaxOverlay .text {
    width: 50%;
    z-index: 1250;
    position: absolute;
    color: #ecf0f1;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: calc(50vh + 75px); }

/* ########################################################################################## */
/* ###################################### LANDINGPAGE ####################################### */
/* ########################################################################################## */
.landingPageBackground {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1; }
  .landingPageBackground .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 20;
    background-image: url("../../dir.data/dir.graphics/bg_new.svg");
    background-repeat: repeat;
    background-size: 0.15%; }
    .landingPageBackground .overlay .loginWrapper {
      box-sizing: border-box;
      width: 300px;
      height: 310px;
      padding: 10px 40px 10px 40px;
      position: relative;
      z-index: 50;
      left: 0;
      right: 0;
      top: 50px;
      margin-right: auto;
      margin-left: auto;
      background: rgba(255, 255, 255, 0.85);
      border-top: 5px solid #0e6499; }
      .landingPageBackground .overlay .loginWrapper h2 {
        color: #0e6499; }
      .landingPageBackground .overlay .loginWrapper img {
        margin: 0 auto;
        width: 55px;
        display: block; }
      .landingPageBackground .overlay .loginWrapper input {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
        height: 40px;
        border: 1px solid #0e6499;
        margin-bottom: 10px;
        padding: 10px 15px 10px 5px;
        font-family: 'Muli', sans-serif;
        font-weight: 400;
        font-style: normal; }
      .landingPageBackground .overlay .loginWrapper button {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: 40px;
        background-color: #0e6499;
        border: 0px solid #0e6499;
        color: white;
        padding: 0;
        font-family: 'Muli', sans-serif;
        font-weight: 400;
        font-style: normal; }
        .landingPageBackground .overlay .loginWrapper button:hover {
          background-color: #e62129;
          cursor: pointer; }

/* ########################################################################################## */
/* ######################################## BACKEND ######################################### */
/* ########################################################################################## */
.backendLeft {
  width: 140px;
  min-height: 100vh;
  background-color: #1A1A1A;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 3px 0 3px 0 rgba(51, 51, 51, 0.75);
  -moz-box-shadow: 3px 0 3px 0 rgba(51, 51, 51, 0.75);
  box-shadow: 3px 0 3px 0 rgba(51, 51, 51, 0.75);
  position: absolute;
  z-index: 1000; }

.backendRight {
  width: calc(100% - 140px);
  min-height: 100vh;
  max-height: 100vh;
  background-color: #ecf0f1;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 400;
  left: 140px;
  overflow-y: scroll; }

/* ##################################### BACKEND - MENU ##################################### */
.backendLeft nav img.logo {
  display: block;
  margin: 0 auto;
  padding: 20px 0; }
.backendLeft nav ul {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .backendLeft nav ul li {
    width: 100%;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #333; }
    .backendLeft nav ul li a {
      height: 50px;
      display: block;
      padding: 15px 0; }
    .backendLeft nav ul li .icon {
      width: 20px;
      height: 20px;
      margin: 0 60px; }
    .backendLeft nav ul li:hover {
      background-color: #333; }
    .backendLeft nav ul li:first-child {
      border-top: 1px solid #333; }

#subMenu.subMenu {
  width: 280px;
  height: 100vh;
  background-color: #1a1a1a;
  position: absolute;
  z-index: 500;
  top: 0;
  left: 140px;
  -webkit-box-shadow: 2px 0 2px 0 rgba(51, 51, 51, 0.75);
  -moz-box-shadow: 2px 0 2px 0 rgba(51, 51, 51, 0.75);
  box-shadow: 2px 0 2px 0 rgba(51, 51, 51, 0.75);
  color: #ecf0f1;
  display: none; }
  #subMenu.subMenu span {
    display: block;
    font-size: 1.5rem;
    text-align: center;
    margin-top: 123px;
    padding: 9px 0;
    text-transform: uppercase; }
  #subMenu.subMenu ul {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #subMenu.subMenu ul li {
      width: 100%;
      height: 50px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border-top: 1px solid #333;
      border-bottom: 1px solid #333; }
      #subMenu.subMenu ul li a {
        height: 50px;
        display: block;
        text-decoration: none;
        color: #ecf0f1;
        font-size: 1.15rem;
        text-align: center;
        padding: 12px 0 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
      #subMenu.subMenu ul li:hover {
        background-color: #333; }

.backendRight .pageHeader {
  width: 100%;
  background-color: white;
  height: 80px;
  -webkit-box-shadow: 2px 2px 4px 4px rgba(178, 178, 178, 0.6);
  -moz-box-shadow: 2px 2px 4px 4px rgba(178, 178, 178, 0.6);
  box-shadow: 2px 2px 4px 4px rgba(178, 178, 178, 0.6);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  top: 0; }
  .backendRight .pageHeader .pageHeaderImage {
    float: left;
    padding: 28px;
    border-right: 1px solid #ecf0f1;
    height: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .backendRight .pageHeader .pageHeaderImage img {
      max-width: 24px;
      height: 24px; }
  .backendRight .pageHeader h1 {
    margin: 0;
    float: left;
    font-size: 1.5rem;
    padding: 28px; }
.backendRight .mainContent {
  width: 90%;
  margin: 120px auto 40px auto;
  background-color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2%;
  -webkit-box-shadow: 2px 2px 4px 4px rgba(178, 178, 178, 0.6);
  -moz-box-shadow: 2px 2px 4px 4px rgba(178, 178, 178, 0.6);
  box-shadow: 2px 2px 4px 4px rgba(178, 178, 178, 0.6);
  max-width: 88rem; }

/* ########################################################################################## */
/* ####################################### SETTINGS ######################################### */
/* ########################################################################################## */
.settings {
  width: 100%; }
  .settings article {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px; }
    .settings article .headline {
      width: 29%;
      float: left;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 1.25rem;
      color: #333; }
      .settings article .headline span {
        width: 80%;
        font-size: 1rem;
        display: block;
        text-align: left; }
    .settings article .content {
      width: 69%;
      float: right;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border-left: 1px solid #ecf0f1;
      padding: 10px 50px; }
      .settings article .content .inputLine {
        margin: 10px 0;
        width: 80%; }
        .settings article .content .inputLine:after {
          content: ".";
          clear: both;
          display: block;
          visibility: hidden;
          height: 0; }
      .settings article .content input {
        width: 48%; }
      .settings article .content button {
        width: 30%;
        float: right;
        margin: 10px 0; }
      .settings article .content:after {
        content: ".";
        clear: both;
        display: block;
        visibility: hidden;
        height: 0; }
    .settings article:after {
      content: ".";
      clear: both;
      display: block;
      visibility: hidden;
      height: 0; }

/* ############################## ACCOUNT ############################### */
.account {
  /* ######################## PERSONAL DATA ######################### */
  /* ########################## BANK DATA ########################### */
  /* ######################## CONTACT DATA ########################## */
  /* ####################### PASSWORD DATA ########################## */ }
  .account .personalData .inputLine:nth-of-type(1) input {
    width: 100%; }
  .account .personalData .inputLine:nth-of-type(2) input {
    width: 49%;
    float: left; }
  .account .personalData .inputLine:nth-of-type(2) input:nth-of-type(2) {
    float: right; }
  .account .personalData .inputLine:nth-of-type(3) input {
    width: 80%;
    float: left; }
  .account .personalData .inputLine:nth-of-type(3) input:nth-of-type(2) {
    width: 18%;
    float: right; }
  .account .personalData .inputLine:nth-of-type(4) input {
    width: 25%;
    float: left; }
  .account .personalData .inputLine:nth-of-type(4) input:nth-of-type(2) {
    width: 73%;
    float: right; }
  .account .personalData .inputLine:nth-of-type(5) input {
    width: 49%;
    float: left; }
  .account .personalData .inputLine:nth-of-type(5) input:nth-of-type(2) {
    float: right; }
  .account .bankData .inputLine:nth-of-type(1) input {
    width: 49%;
    float: left; }
  .account .bankData .inputLine:nth-of-type(1) input:nth-of-type(2) {
    float: right; }
  .account .bankData .inputLine:nth-of-type(2) input {
    width: 100%; }
  .account .contactData .inputLine:nth-of-type(1) input {
    width: 49%;
    float: left; }
  .account .contactData .inputLine:nth-of-type(1) input:nth-of-type(2) {
    float: right; }
  .account .passwordData .inputLine:nth-of-type(1) input {
    width: 49%;
    float: left; }
  .account .passwordData .inputLine:nth-of-type(1) input:nth-of-type(2) {
    float: right; }

/* ############################## GENERAL ############################### */
.general .taxTypData label.smallBussiness {
  width: 75% !important;
  float: right;
  display: block;
  font-size: 1.20rem !important;
  color: #1a1a1a !important;
  padding: 3px 0; }
.general .logoData .companyLogo {
  float: left;
  width: 40%;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%; }
.general .logoData .dropZone {
  float: right;
  width: 50%;
  height: 200px;
  background-color: #f2f2f2;
  border-radius: 10px;
  background-image: url("../../dir.data/dir.icons/plus_light.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .general .logoData .dropZone:hover {
    background-image: url("../../dir.data/dir.icons/plus_dark.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10%;
    border: 1px dashed #737373; }

/* ############################## TEXTMODULES ############################### */
.textModules .textModulesInvoice textarea {
  width: 100%; }
.textModules .textModulesTags .tagElement {
  width: 100%; }
.textModules .textModulesTags .tagCloud {
  width: 100%;
  margin-top: 15px; }
  .textModules .textModulesTags .tagCloud .tag {
    background: #b2b2b2;
    width: auto;
    float: left;
    margin: 5px 10px;
    padding: 5px 15px 10px 15px;
    border-radius: 21px; }
    .textModules .textModulesTags .tagCloud .tag span:nth-of-type(2) {
      margin: 0 5px 0 10px;
      color: #333;
      font-weight: bold; }
      .textModules .textModulesTags .tagCloud .tag span:nth-of-type(2):hover {
        color: #e62129;
        cursor: pointer; }
  .textModules .textModulesTags .tagCloud:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0; }

/* ############################## EXPORT ############################### */
.profitExport input:nth-of-type(2) {
  float: right; }

/* ############################## INVOICE NUMBER ############################### */
.invoiceNumber form .inputBlock {
  width: 20%;
  float: left; }
  .invoiceNumber form .inputBlock input {
    width: 100%; }
  .invoiceNumber form .inputBlock select {
    width: 100%; }
.invoiceNumber .previewNumber {
  color: #0e6499;
  width: 100%;
  text-align: center;
  margin: 20px;
  font-size: 1.75rem;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  font-style: normal; }

/* ############################## USER COLOR ############################### */
.userColor .inputBlock {
  width: 20%;
  float: left; }
.userColor .color {
  width: 100%;
  height: 30px; }
.userColor label {
  text-align: center; }
.userColor .colorList {
  width: 100%;
  margin-bottom: 20px; }
.userColor input {
  width: 90% !important;
  margin: 10px 10%; }

/* ############################## CHANGE LOG ############################### */
.changelog textarea {
  width: 100%; }
.changelog .printLog {
  width: 100%; }
  .changelog .printLog .log {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    border-bottom: 1px solid #ecf0f1; }
    .changelog .printLog .log .version {
      width: 15%;
      float: left;
      font-size: 1.15rem; }
    .changelog .printLog .log .text {
      width: 85%;
      float: left; }
    .changelog .printLog .log:after {
      content: ".";
      clear: both;
      display: block;
      visibility: hidden;
      height: 0; }
    .changelog .printLog .log:first-of-type {
      border-top: 1px solid #ecf0f1; }

.changeLogFrame {
  width: 512px;
  background-color: #ecf0f1;
  min-height: 640px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 20%;
  z-index: 5112;
  -webkit-box-shadow: 5px 5px 5px 5px rgba(178, 178, 178, 0.75);
  -moz-box-shadow: 5px 5px 5px 5px rgba(178, 178, 178, 0.75);
  box-shadow: 5px 5px 5px 5px rgba(178, 178, 178, 0.75);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px; }
  .changeLogFrame .closer {
    width: 100%;
    max-height: 32px; }
    .changeLogFrame .closer img {
      width: 20px;
      float: right;
      cursor: pointer; }
    .changeLogFrame .closer:after {
      content: ".";
      clear: both;
      display: block;
      visibility: hidden;
      height: 0; }
  .changeLogFrame h1 {
    text-align: center;
    margin-top: 8px; }
  .changeLogFrame .printLog {
    width: 100%; }
    .changeLogFrame .printLog .log {
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 8px; }
      .changeLogFrame .printLog .log .version {
        width: 100%;
        border-bottom: 1px solid #b2b2b2;
        font-size: 1.15rem;
        padding: 0 0 4px 8px; }
      .changeLogFrame .printLog .log .text {
        width: 100%;
        padding: 2px 8px; }

/* ########################################################################################## */
/* ######################################### SPEND ########################################## */
/* ########################################################################################## */
/* ############################## OVERVIEW ############################### */
.overviewSpend {
  width: 100%; }
  .overviewSpend .spendHeader {
    width: 100%; }
    .overviewSpend .spendHeader .bar {
      width: 100%;
      height: 35px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .overviewSpend .spendHeader .bar .actionBtn:hover {
        cursor: pointer;
        background-size: 20px; }
      .overviewSpend .spendHeader .bar .backward {
        width: 60px;
        height: 30px;
        float: left;
        background-image: url("../../dir.data/dir.icons/left_Arrow.svg");
        background-position: center left;
        background-repeat: no-repeat;
        background-size: 15px; }
      .overviewSpend .spendHeader .bar .descr {
        float: left;
        text-align: center;
        width: calc(100% - 120px);
        font-size: 1.25rem; }
      .overviewSpend .spendHeader .bar .forward {
        width: 60px;
        height: 30px;
        float: right;
        background-image: url("../../dir.data/dir.icons/right_Arrow.svg");
        background-position: center right;
        background-repeat: no-repeat;
        background-size: 15px; }
    .overviewSpend .spendHeader:after {
      content: ".";
      clear: both;
      display: block;
      visibility: hidden;
      height: 0; }
  .overviewSpend .spendList {
    width: 100%;
    margin: 20px 0; }
    .overviewSpend .spendList .listElement {
      width: 100%;
      height: 40px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 5px 0; }
      .overviewSpend .spendList .listElement span {
        width: 20%;
        display: block;
        float: left;
        padding: 2px 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .overviewSpend .spendList .listElement span:nth-of-type(1) {
          width: 27.5%; }
        .overviewSpend .spendList .listElement span:nth-of-type(2) {
          width: 27.5%; }
        .overviewSpend .spendList .listElement span:nth-of-type(3) {
          width: 15%; }
        .overviewSpend .spendList .listElement span:nth-of-type(4) {
          width: 15%; }
      .overviewSpend .spendList .listElement .moreInformations {
        width: 15%;
        float: left;
        position: relative; }
        .overviewSpend .spendList .listElement .moreInformations img {
          margin-left: calc(50% - 8px); }
        .overviewSpend .spendList .listElement .moreInformations ul {
          width: 80%;
          margin: 0;
          padding: 0;
          position: absolute;
          background: white;
          -webkit-box-shadow: 2px 2px 4px 4px rgba(178, 178, 178, 0.5);
          -moz-box-shadow: 2px 2px 4px 4px rgba(178, 178, 178, 0.5);
          box-shadow: 2px 2px 4px 4px rgba(178, 178, 178, 0.5);
          left: 10%;
          top: 30px;
          display: none;
          z-index: 500; }
          .overviewSpend .spendList .listElement .moreInformations ul li {
            list-style: none;
            text-align: center;
            font-size: 1.1rem;
            padding: 5px 0;
            border-bottom: 1px solid #b2b2b2;
            text-overflow: ellipsis;
            width: 100%; }
            .overviewSpend .spendList .listElement .moreInformations ul li:hover {
              cursor: pointer;
              background: #0e6499;
              color: white; }
            .overviewSpend .spendList .listElement .moreInformations ul li:last-child {
              border: 0; }
      .overviewSpend .spendList .listElement:nth-of-type(even) {
        background-color: #ecf0f1; }
      .overviewSpend .spendList .listElement:after {
        content: ".";
        clear: both;
        display: block;
        visibility: hidden;
        height: 0; }
    .overviewSpend .spendList .spendSum {
      width: 100%;
      padding: 10px 0; }
      .overviewSpend .spendList .spendSum span {
        display: block;
        padding-left: 60%;
        margin: 2px 8px;
        font-family: 'Muli', sans-serif;
        font-weight: 700;
        font-style: normal; }
  .overviewSpend .createSpend {
    width: 50%;
    margin: 60px auto; }

/* ############################## CREATION ############################### */
.createSpend {
  width: 100%; }
  .createSpend .spendForm {
    width: 60%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px; }
    .createSpend .spendForm button {
      width: 30%;
      float: right;
      margin: 10px 0; }
  .createSpend .invoiceUpload {
    width: 38.5%;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px; }
    .createSpend .invoiceUpload .dropZone {
      width: 49%;
      float: right;
      height: 200px;
      background-color: #f2f2f2;
      border-radius: 10px;
      background-image: url("../../dir.data/dir.icons/plus_light.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 10%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .createSpend .invoiceUpload .dropZone:hover {
        background-image: url("../../dir.data/dir.icons/plus_dark.svg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 10%;
        border: 1px dashed #737373; }
    .createSpend .invoiceUpload .prevImage {
      width: 49%;
      float: left; }
  .createSpend:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0; }

/* ########################################################################################## */
/* ######################################## INVOICE ######################################### */
/* ########################################################################################## */
/* ############################## OVERVIEW ############################### */
.overviewInvoice {
  width: 100%; }
  .overviewInvoice .invoiceHeader {
    width: 100%; }
    .overviewInvoice .invoiceHeader .bar {
      width: 100%;
      height: 35px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .overviewInvoice .invoiceHeader .bar .actionBtn:hover {
        cursor: pointer;
        background-size: 20px; }
      .overviewInvoice .invoiceHeader .bar .backward {
        width: 60px;
        height: 30px;
        float: left;
        background-image: url("../../dir.data/dir.icons/left_Arrow.svg");
        background-position: center left;
        background-repeat: no-repeat;
        background-size: 15px; }
      .overviewInvoice .invoiceHeader .bar .descr {
        float: left;
        text-align: center;
        width: calc(100% - 120px);
        font-size: 1.25rem; }
      .overviewInvoice .invoiceHeader .bar .forward {
        width: 60px;
        height: 30px;
        float: right;
        background-image: url("../../dir.data/dir.icons/right_Arrow.svg");
        background-position: center right;
        background-repeat: no-repeat;
        background-size: 15px; }
    .overviewInvoice .invoiceHeader:after {
      content: ".";
      clear: both;
      display: block;
      visibility: hidden;
      height: 0; }
  .overviewInvoice .invoiceList {
    width: 100%;
    margin: 20px 0; }
    .overviewInvoice .invoiceList .listElement {
      width: 100%;
      min-height: 40px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 5px 0; }
      .overviewInvoice .invoiceList .listElement span {
        width: 20%;
        display: block;
        float: left;
        padding: 2px 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .overviewInvoice .invoiceList .listElement span:nth-of-type(1) {
          width: 20%; }
        .overviewInvoice .invoiceList .listElement span:nth-of-type(2) {
          width: 50%; }
        .overviewInvoice .invoiceList .listElement span:nth-of-type(3) {
          width: 15%; }
        .overviewInvoice .invoiceList .listElement span:nth-of-type(4) {
          width: 15%; }
      .overviewInvoice .invoiceList .listElement .moreInformations {
        width: 15%;
        float: left;
        position: relative; }
        .overviewInvoice .invoiceList .listElement .moreInformations img {
          margin-left: calc(50% - 8px); }
        .overviewInvoice .invoiceList .listElement .moreInformations ul {
          width: 80%;
          margin: 0;
          padding: 0;
          position: absolute;
          background: white;
          -webkit-box-shadow: 2px 2px 4px 4px rgba(178, 178, 178, 0.5);
          -moz-box-shadow: 2px 2px 4px 4px rgba(178, 178, 178, 0.5);
          box-shadow: 2px 2px 4px 4px rgba(178, 178, 178, 0.5);
          left: 10%;
          top: 30px;
          display: none;
          z-index: 500; }
          .overviewInvoice .invoiceList .listElement .moreInformations ul li {
            list-style: none;
            text-align: center;
            font-size: 1.1rem;
            padding: 5px 0;
            border-bottom: 1px solid #b2b2b2;
            text-overflow: ellipsis;
            width: 100%; }
            .overviewInvoice .invoiceList .listElement .moreInformations ul li:hover {
              cursor: pointer;
              background: #0e6499;
              color: white; }
            .overviewInvoice .invoiceList .listElement .moreInformations ul li:last-child {
              border: 0; }
      .overviewInvoice .invoiceList .listElement:nth-child(4n + 1) {
        background-color: #f9f9f9; }
      .overviewInvoice .invoiceList .listElement:after {
        content: ".";
        clear: both;
        display: block;
        visibility: hidden;
        height: 0; }
      .overviewInvoice .invoiceList .listElement:hover {
        cursor: pointer; }
    .overviewInvoice .invoiceList .furtherInfo {
      display: none;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 20px 10px 20px;
      margin-bottom: 10px; }
      .overviewInvoice .invoiceList .furtherInfo table {
        width: 100%;
        padding-bottom: 10px; }
        .overviewInvoice .invoiceList .furtherInfo table tr {
          height: 35px; }
        .overviewInvoice .invoiceList .furtherInfo table td:nth-of-type(1) {
          width: 55%; }
        .overviewInvoice .invoiceList .furtherInfo table td:nth-of-type(2) {
          width: 15%; }
        .overviewInvoice .invoiceList .furtherInfo table td:nth-of-type(3) {
          width: 15%; }
        .overviewInvoice .invoiceList .furtherInfo table td:nth-of-type(4) {
          width: 15%; }
        .overviewInvoice .invoiceList .furtherInfo table thead {
          font-family: 'Muli', sans-serif;
          font-weight: 500;
          font-style: normal;
          text-align: center; }
          .overviewInvoice .invoiceList .furtherInfo table thead tr td {
            margin-bottom: 5px;
            border-bottom: 1px solid #b2b2b2;
            padding: 0 0 5px 0;
            text-align: center; }
          .overviewInvoice .invoiceList .furtherInfo table thead tr td:nth-of-type(4) {
            padding-right: 10px;
            text-align: right; }
        .overviewInvoice .invoiceList .furtherInfo table .tableContent td {
          padding: 5px 0; }
        .overviewInvoice .invoiceList .furtherInfo table .tableContent td:nth-of-type(1) {
          padding-left: 10px; }
        .overviewInvoice .invoiceList .furtherInfo table .tableContent td:nth-of-type(2) {
          text-align: center; }
        .overviewInvoice .invoiceList .furtherInfo table .tableContent td:nth-of-type(3) {
          text-align: center; }
        .overviewInvoice .invoiceList .furtherInfo table .tableContent td:nth-of-type(4) {
          padding-right: 10px;
          text-align: right; }
        .overviewInvoice .invoiceList .furtherInfo table tfoot tr {
          height: 25px; }
        .overviewInvoice .invoiceList .furtherInfo table tfoot tr:nth-of-type(1) td {
          padding-top: 20px; }
        .overviewInvoice .invoiceList .furtherInfo table tfoot tr td {
          text-align: right; }
        .overviewInvoice .invoiceList .furtherInfo table tfoot tr td:nth-of-type(3) {
          padding-right: 10px; }
      .overviewInvoice .invoiceList .furtherInfo:nth-of-type(4n - 2) {
        background-color: #f9f9f9; }
    .overviewInvoice .invoiceList .invoiceAction {
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 10px 0; }
      .overviewInvoice .invoiceList .invoiceAction .actionElement {
        width: 60px;
        height: 60px;
        float: right;
        margin: 10px 20px; }
        .overviewInvoice .invoiceList .invoiceAction .actionElement .icon {
          width: 100%;
          height: 25px; }
        .overviewInvoice .invoiceList .invoiceAction .actionElement .name {
          width: 100%;
          text-align: center;
          font-family: 'Muli', sans-serif;
          font-weight: 300;
          font-style: normal;
          font-size: 0.75rem; }
        .overviewInvoice .invoiceList .invoiceAction .actionElement .print {
          background-image: url("../../dir.data/dir.icons/glyphicons/printer_dark.svg");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: auto; }
        .overviewInvoice .invoiceList .invoiceAction .actionElement .delete {
          background-image: url("../../dir.data/dir.icons/glyphicons/delete_dark.svg");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: auto; }
        .overviewInvoice .invoiceList .invoiceAction .actionElement .download {
          background-image: url("../../dir.data/dir.icons/glyphicons/download_dark.svg");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: auto; }
        .overviewInvoice .invoiceList .invoiceAction .actionElement .payed {
          background-image: url("../../dir.data/dir.icons/glyphicons/payed_dark.svg");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: auto; }
        .overviewInvoice .invoiceList .invoiceAction .actionElement:hover {
          cursor: pointer; }
      .overviewInvoice .invoiceList .invoiceAction:after {
        content: ".";
        clear: both;
        display: block;
        visibility: hidden;
        height: 0; }
    .overviewInvoice .invoiceList .payed {
      color: #69b42d; }

/* ############################## CREATION ############################### */
.invoiceCreation {
  width: 80%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px auto; }
  .invoiceCreation form:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0; }
  .invoiceCreation .invoiceHeader {
    width: 100%; }
    .invoiceCreation .invoiceHeader .basicData {
      width: 49%;
      float: left; }
      .invoiceCreation .invoiceHeader .basicData .companyAdress {
        width: 100%;
        font-size: 12px; }
        .invoiceCreation .invoiceHeader .basicData .companyAdress span:nth-of-type(1) {
          font-family: 'Muli', sans-serif;
          font-weight: 800;
          font-style: normal; }
      .invoiceCreation .invoiceHeader .basicData .customerData {
        width: 100%;
        margin: 10px 0; }
      .invoiceCreation .invoiceHeader .basicData .customerForm {
        display: none; }
        .invoiceCreation .invoiceHeader .basicData .customerForm .inputLine {
          width: 100%;
          margin: 10px 0; }
          .invoiceCreation .invoiceHeader .basicData .customerForm .inputLine:nth-of-type(1) {
            width: 100%; }
            .invoiceCreation .invoiceHeader .basicData .customerForm .inputLine:nth-of-type(1):after {
              content: ".";
              clear: both;
              display: block;
              visibility: hidden;
              height: 0; }
          .invoiceCreation .invoiceHeader .basicData .customerForm .inputLine:nth-of-type(1) .checkBox {
            width: 100px;
            float: left; }
            .invoiceCreation .invoiceHeader .basicData .customerForm .inputLine:nth-of-type(1) .checkBox label {
              float: left;
              width: 50px;
              font-size: 1rem;
              color: #1a1a1a;
              margin: 4px 0; }
            .invoiceCreation .invoiceHeader .basicData .customerForm .inputLine:nth-of-type(1) .checkBox input {
              float: left; }
          .invoiceCreation .invoiceHeader .basicData .customerForm .inputLine:nth-of-type(2) input {
            width: 100%; }
          .invoiceCreation .invoiceHeader .basicData .customerForm .inputLine:nth-of-type(3) input {
            width: 49%;
            float: left; }
          .invoiceCreation .invoiceHeader .basicData .customerForm .inputLine:nth-of-type(3) input:nth-of-type(2) {
            float: right; }
          .invoiceCreation .invoiceHeader .basicData .customerForm .inputLine:nth-of-type(4) input {
            width: 80%;
            float: left; }
          .invoiceCreation .invoiceHeader .basicData .customerForm .inputLine:nth-of-type(4) input:nth-of-type(2) {
            float: right;
            width: 18%; }
          .invoiceCreation .invoiceHeader .basicData .customerForm .inputLine:nth-of-type(5) input {
            width: 25%;
            float: left; }
          .invoiceCreation .invoiceHeader .basicData .customerForm .inputLine:nth-of-type(5) input:nth-of-type(2) {
            float: right;
            width: 73%; }
  .invoiceCreation .invoiceBaseData {
    padding-top: 34px;
    float: right;
    width: 49%; }
    .invoiceCreation .invoiceBaseData .line {
      width: 100%; }
      .invoiceCreation .invoiceBaseData .line:after {
        content: ".";
        clear: both;
        display: block;
        visibility: hidden;
        height: 0; }
      .invoiceCreation .invoiceBaseData .line input:disabled {
        border: 0;
        background-color: transparent; }
    .invoiceCreation .invoiceBaseData .line span:nth-of-type(1) {
      font-family: 'Muli', sans-serif;
      font-weight: 800;
      font-style: normal;
      width: 49%;
      display: block;
      float: left; }
    .invoiceCreation .invoiceBaseData .line span:nth-of-type(2) {
      width: 49%;
      display: block;
      float: left;
      text-align: right; }
    .invoiceCreation .invoiceBaseData input {
      text-align: right;
      float: right;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-right: 6px; }
    .invoiceCreation .invoiceBaseData input:read-only {
      border: 0;
      background-color: transparent; }
    .invoiceCreation .invoiceBaseData input:-moz-read-only {
      border: 0;
      background-color: transparent; }
  .invoiceCreation:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0; }
  .invoiceCreation .customerSearch {
    width: 100%;
    padding: 2% 0; }
    .invoiceCreation .customerSearch input {
      width: 100%; }
  .invoiceCreation .invoicePosHeader {
    width: 100%;
    padding: 5px 8px;
    background: #ecf0f1;
    margin: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .invoiceCreation .invoicePosHeader span {
      display: block;
      float: left;
      width: 10%; }
      .invoiceCreation .invoicePosHeader span:nth-of-type(1) {
        width: 78%;
        margin-right: 2%; }
      .invoiceCreation .invoicePosHeader span:nth-of-type(2) {
        margin-right: 2%; }
    .invoiceCreation .invoicePosHeader:after {
      content: ".";
      clear: both;
      display: block;
      visibility: hidden;
      height: 0; }
  .invoiceCreation .invoicePosData {
    width: 100%; }
    .invoiceCreation .invoicePosData .posElement {
      width: 100%; }
      .invoiceCreation .invoicePosData .posElement input {
        width: 100%;
        height: 55px;
        padding-top: 17px; }
      .invoiceCreation .invoicePosData .posElement textarea {
        width: 100%; }
      .invoiceCreation .invoicePosData .posElement .posDescr {
        width: 78%;
        float: left;
        margin-right: 1%; }
      .invoiceCreation .invoicePosData .posElement .posAmount {
        width: 10%;
        float: left;
        margin-right: 1%; }
      .invoiceCreation .invoicePosData .posElement .posPrice {
        width: 10%;
        float: left; }
      .invoiceCreation .invoicePosData .posElement:after {
        content: ".";
        clear: both;
        display: block;
        visibility: hidden;
        height: 0; }
  .invoiceCreation .invoiceButtons {
    width: 100%;
    margin: 20px 0; }
    .invoiceCreation .invoiceButtons button {
      width: 20%; }
    .invoiceCreation .invoiceButtons .createInvoiceBtn {
      float: left; }
    .invoiceCreation .invoiceButtons .newPosBtn {
      float: right; }
  .invoiceCreation .tagCloud {
    width: 100%;
    margin: 15px 0px; }
    .invoiceCreation .tagCloud .tag {
      background: #b2b2b2;
      width: auto;
      float: left;
      margin: 5px 10px;
      padding: 5px 15px 10px 15px;
      border-radius: 21px;
      cursor: move; }
      .invoiceCreation .tagCloud .tag span:nth-of-type(2) {
        margin: 0 5px 0 10px;
        color: #333;
        font-weight: bold; }
        .invoiceCreation .tagCloud .tag span:nth-of-type(2):hover {
          color: #e62129;
          cursor: pointer; }
    .invoiceCreation .tagCloud:after {
      content: ".";
      clear: both;
      display: block;
      visibility: hidden;
      height: 0; }

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