/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 15px;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Open Sans', sans-serif;
  color: inherit; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

b, strong, em {
  font-weight: bold; }

input {
  font-family: 'Open Sans', sans-serif; }

textarea {
  font-family: 'Open Sans', sans-serif; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a, button {
  cursor: pointer;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif; }

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.flex {
  display: flex; }
  .flex.wrap {
    flex-flow: row wrap; }
  @media screen and (max-width: 680px) {
    .flex.wrap-mobile {
      flex-flow: row wrap; } }
  .flex.space-between {
    justify-content: space-between; }
  .flex .flex-1 {
    flex: 1;
    position: relative; }
  .flex .flex-2 {
    flex: 2; }
  .flex .flex-3 {
    flex: 3; }
  .flex .flex-4 {
    flex: 4; }
  .flex .flex-5 {
    flex: 5; }
  .flex .flex-6 {
    flex: 6; }
  .flex .flex-7 {
    flex: 7; }
  .flex .flex-8 {
    flex: 8; }
  .flex .flex-9 {
    flex: 9; }
  .flex .flex-10 {
    flex: 10; }
  .flex.gutter > * {
    padding-left: 20px;
    padding-right: 20px; }
    @media screen and (max-width: 680px) {
      .flex.gutter > * {
        padding-left: 0px;
        padding-right: 0px; } }
  @media screen and (max-width: 1200px) {
    .flex.break-1200 {
      flex-direction: column; } }
  @media screen and (max-width: 1040px) {
    .flex.break-tablet {
      flex-direction: column; } }
  @media screen and (max-width: 680px) {
    .flex.break-mobile {
      flex-direction: column; } }
  .flex .line-break {
    flex-basis: 100%;
    width: 0px;
    height: 0px;
    overflow: hidden; }
  @media screen and (max-width: 1040px) {
    .flex .line-break-tablet {
      flex-basis: 100%;
      width: 0px;
      height: 0px;
      overflow: hidden; } }
  @media screen and (max-width: 680px) {
    .flex .line-break-mobile {
      flex-basis: 100%;
      width: 0px;
      height: 0px;
      overflow: hidden; } }

.flex-tablet {
  display: block; }
  @media screen and (max-width: 1040px) {
    .flex-tablet {
      display: flex; } }

.flex-center {
  align-items: center; }

.flex-text-center {
  justify-content: center; }

.flex-bottom {
  align-items: flex-end; }

.flex-item-right {
  margin-left: auto; }

.flex-item-left {
  margin-right: auto; }

.tar {
  text-align: right; }

.tac {
  text-align: center; }

.pull-right {
  float: right; }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

body {
  background-color: #fff; }

.reset-wrapper,
.recover-wrapper,
.login-wrapper {
  background-color: #fff;
  min-height: calc( 100vh - 92px );
  position: relative; }
  @media screen and (max-width: 680px) {
    .reset-wrapper,
    .recover-wrapper,
    .login-wrapper {
      min-height: calc( 100vh - 114px ); } }

.usernames-table-wrapper, .add-user-wrapper {
  width: 100%; }

#usernames-table tr td:last-child {
  text-align: right; }
  #usernames-table tr td:last-child a {
    color: #96694c;
    text-decoration: underline; }

.add-user-wrapper {
  background-color: #f2f2f2;
  padding: 30px;
  margin-left: 20px; }
  @media screen and (max-width: 1040px) {
    .add-user-wrapper {
      margin-left: 0px;
      margin-top: 20px; } }
  .add-user-wrapper h2 {
    text-align: center;
    margin-bottom: 20px; }

.admin-panel, .orders-panel {
  display: none; }

.entry-form {
  margin: 20px 0px;
  width: 380px;
  max-width: 90%;
  background-color: #fff; }
  .entry-form h2 {
    color: #96694c;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center; }
  .entry-form p {
    text-align: justify;
    color: #96694c;
    margin-bottom: 20px; }
  .entry-form .logo {
    display: block;
    margin: 0px auto 80px; }
  .entry-form .form-control {
    margin-bottom: 30px;
    border: 2px solid #96694c;
    padding: 3px 0px; }
    .entry-form .form-control .icon {
      border-right: 2px solid #96694c; }
    .entry-form .form-control input {
      border: 0px;
      border-radius: 0px;
      height: 40px;
      margin-top: 0px;
      font-size: 20px;
      text-transform: none;
      color: #96694c; }
      .entry-form .form-control input::placeholder {
        color: #96694c; }
      .entry-form .form-control input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #96694c; }
      .entry-form .form-control input::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #96694c; }
  .entry-form .button {
    font-weight: 600;
    margin-top: 20px;
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 50px; }

.alert {
  border-radius: 10px;
  padding: 10px 5px;
  display: none;
  text-align: center; }
  .alert.alert-danger {
    color: #fb0000; }
  .alert.alert-info {
    color: #5396dc; }
  .alert.alert-success {
    color: #3a844c; }

b {
  font-weight: bold; }

h3 {
  margin: 20px auto; }

h4 {
  color: #1763ff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 40px;
  margin-top: 20px; }

h5 {
  color: #1763ff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px; }

h6 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  margin: 0px; }

table {
  width: 100%; }
  table.dataTable {
    width: 100% !important;
    margin: 0px !important; }
  table.main-table {
    background-color: #efefef;
    padding: 20px 20px 60px 20px; }
  table thead {
    font-weight: bold; }
    table thead tr td {
      color: #96694c;
      font-size: 20px;
      border-bottom: 3px solid #96694c;
      min-width: 180px; }
      @media screen and (max-width: 1400px) {
        table thead tr td {
          font-size: 16px;
          min-width: 160px; } }
      table thead tr td:hover {
        border-color: #b0c0e1; }
      table thead tr td label input {
        display: block;
        width: 100%;
        margin-top: 10px; }
  table tfoot {
    display: table-header-group; }
    table tfoot input {
      width: 100%;
      padding: 3px;
      box-sizing: border-box; }
  table tr td {
    padding: 15px 30px;
    font-size: 13px; }
    table tr td.single {
      text-align: center;
      font-weight: bold;
      background: #f0f4fa; }
    table tr td.active {
      background: #b6ceff; }
    table tr td.danger {
      background: #ffb6b6; }
    table tr td i {
      font-size: 22px; }
  table tr.light-gray {
    background-color: #f2f2f2; }
  table tr.light-green {
    background-color: #c4e0b2; }
  table tr.light-yellow {
    background-color: #fee599; }
  table tr.green {
    background-color: #a8d08c; }
  table tr.red {
    background-color: #f4b081; }
  table tr.yellow {
    background-color: #ffd966; }
  table#table-recipient {
    margin-top: 20px; }
    table#table-recipient tbody td {
      padding-top: 3px;
      padding-bottom: 3px; }
    table#table-recipient tbody tr:first-child td {
      padding-top: 15px; }
  table.dataTable thead tr .sorting_asc {
    background-image: url("img/arrow-up.jpg"); }
  table.dataTable thead tr .sorting_desc {
    background-image: url("img/arrow-down.jpg"); }
  table.dataTable thead tr .sorting {
    background-image: url("img/arrows.jpg"); }
  table.dataTable thead tr td {
    color: #96694c;
    font-size: 20px;
    border-bottom: 3px solid #96694c; }
    @media screen and (max-width: 1400px) {
      table.dataTable thead tr td {
        font-size: 16px; } }
  table.dataTable tfoot tr th {
    border: 0;
    padding: 10px 0px 10px 5px; }
  table.dataTable tbody tr {
    cursor: pointer; }
    table.dataTable tbody tr.light-gray {
      background-color: #f2f2f2; }
    table.dataTable tbody tr.light-green {
      background-color: #c4e0b2; }
    table.dataTable tbody tr.light-yellow {
      background-color: #fee599; }
    table.dataTable tbody tr.green {
      background-color: #a8d08c; }
    table.dataTable tbody tr.red {
      background-color: #f4b081; }
    table.dataTable tbody tr.yellow {
      background-color: #ffd966; }
    table.dataTable tbody tr .details {
      color: #96694c;
      font-weight: 600;
      float: right; }

.dataTables_length, #main-table_filter, .dataTables_info {
  display: none; }

.dataTables_wrapper .dataTables_paginate.paging_simple_numbers {
  padding-top: 20px; }
.dataTables_wrapper .dataTables_paginate a.paginate_button {
  color: #96694c !important;
  text-transform: lowercase;
  font-weight: 600;
  background: unset;
  border: 0; }
  .dataTables_wrapper .dataTables_paginate a.paginate_button:hover {
    color: #96694c !important;
    text-transform: lowercase;
    font-weight: 600;
    background: unset;
    border: 0; }
  .dataTables_wrapper .dataTables_paginate a.paginate_button.disabled {
    color: #96694c !important;
    text-transform: lowercase;
    font-weight: 600; }
    .dataTables_wrapper .dataTables_paginate a.paginate_button.disabled:hover {
      color: #96694c !important; }
  .dataTables_wrapper .dataTables_paginate a.paginate_button.current {
    background: unset;
    background-color: #efefef;
    border: none;
    font-weight: 600;
    color: #96694c !important; }
    .dataTables_wrapper .dataTables_paginate a.paginate_button.current:hover {
      background: unset;
      background-color: #efefef;
      border: none;
      font-weight: 600;
      color: #96694c !important; }

.content-inner {
  padding-top: 80px;
  padding-left: 260px; }

.header-image {
  background: url("img/header-background.png");
  width: 100%;
  height: 250px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  @media screen and (max-width: 1040px) {
    .header-image {
      height: 175px; } }
  @media screen and (max-width: 680px) {
    .header-image {
      height: 100px; } }
  .header-image img {
    position: absolute;
    right: 100px;
    top: 70px; }
    @media screen and (max-width: 1040px) {
      .header-image img {
        left: 50%;
        right: auto;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 120px; } }
    @media screen and (max-width: 680px) {
      .header-image img {
        width: 70px; } }

.content-wrapper {
  display: none;
  padding: 40px 30px;
  min-height: calc( 100vh - 342px ); }
  @media screen and (max-width: 1040px) {
    .content-wrapper {
      min-height: calc( 100vh - 267px );
      padding: 30px 20px; } }
  @media screen and (max-width: 680px) {
    .content-wrapper {
      min-height: calc( 100vh - 198px );
      padding: 20px 10px; } }

.white-content {
  background-color: white;
  border-radius: 10px;
  padding: 30px 40px;
  margin-bottom: 30px; }

.form-control {
  margin-bottom: 20px; }
  .form-control label {
    font-size: 10px;
    text-transform: uppercase;
    color: #96694c; }
  .form-control textarea,
  .form-control select,
  .form-control input {
    display: block;
    width: 100%;
    border-width: 1px;
    border-color: #e3e3e4;
    height: 35px;
    border-style: solid;
    border-radius: 5px;
    margin-top: 10px;
    padding: 0px 15px;
    color: #2f353c; }
    .form-control textarea:focus,
    .form-control select:focus,
    .form-control input:focus {
      border-color: #1763ff;
      outline: none; }
    .form-control textarea::placeholder,
    .form-control select::placeholder,
    .form-control input::placeholder {
      color: gray; }
  .form-control textarea {
    height: 150px;
    padding-top: 12px; }
  .form-control .required {
    font-style: normal;
    font-size: 10px;
    color: #f03268; }
  .form-control.checkbox label {
    display: block;
    color: black;
    text-transform: initial;
    font-size: 13px;
    font-family: 'Poppins', san-serif; }
    .form-control.checkbox label a {
      font-size: 13px;
      color: #1763ff; }
    .form-control.checkbox label i {
      vertical-align: text-top;
      padding-right: 7px;
      font-size: 18px;
      color: #1763ff; }
    .form-control.checkbox label.active i:before {
      content: "\f14a"; }
  .form-control.checkbox input {
    display: none; }

.form-info {
  margin-bottom: 10px; }
  .form-info .forgot-info {
    text-align: right; }
    .form-info .forgot-info a {
      font-size: 13px;
      color: #1763ff; }
      .form-info .forgot-info a:hover {
        text-decoration: underline; }

.text-link {
  display: block;
  margin-top: 10px;
  text-align: center;
  text-decoration: underline;
  color: #96694c; }

.button {
  display: inline-block;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  margin-bottom: 20px;
  border: 0px;
  font-weight: 600;
  color: #96694c;
  background-color: #efefef; }
  @media screen and (max-width: 1400px) {
    .button {
      padding-left: 20px;
      padding-right: 20px;
      line-height: 40px;
      font-size: 15px; } }
  @media screen and (max-width: 1200px) {
    .button {
      padding-left: 10px;
      padding-right: 10px;
      line-height: 30px;
      font-size: 14px;
      margin-bottom: 10px;
      float: none; } }
  .button.button-white {
    border: 1px solid #000;
    color: #000; }
  .button.button-gray {
    border: 0px;
    color: #96694c;
    background-color: #efefef; }
  .button.button-green {
    box-shadow: none;
    border-color: #a8d08c;
    background-color: #a8d08c;
    color: white; }
  .button.button-blue {
    box-shadow: none;
    border-color: #1763ff;
    background-color: #1763ff;
    color: white; }
  .button.button-block {
    display: block;
    width: 100%; }
  .button.go-button {
    margin-top: auto; }
  .button.button-green {
    border-color: #0ec99b;
    background-color: #0ec99b;
    color: white; }
    .button.button-green:hover {
      box-shadow: 0px 4px 22px #50dfbc; }

.switch-wrapper p {
  display: inline-block;
  font-size: 13px;
  text-transform: initial;
  color: black;
  cursor: pointer; }

.switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
  cursor: pointer;
  vertical-align: bottom;
  margin-right: 5px; }
  .switch input {
    opacity: 0;
    width: 0;
    height: 0; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d2dceb;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px); }

.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.rounded {
  border-radius: 50%; }

@media screen and (max-width: 680px) {
  .table-wrapper {
    overflow-x: auto; } }

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 7, 7, 0.5);
  z-index: 10001;
  overflow-y: scroll; }
  .popup.active {
    display: block; }
  .popup .popup-inner {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
    background-color: white;
    padding: 85px 100px; }
    @media screen and (max-width: 1400px) {
      .popup .popup-inner {
        padding: 50px 40px; } }
    @media screen and (max-width: 680px) {
      .popup .popup-inner {
        left: 20px;
        top: 20px;
        right: 20px;
        width: auto;
        transform: none; } }
    .popup .popup-inner button {
      display: block;
      margin-right: 10px; }
    .popup .popup-inner .popup-export-button {
      margin-top: 20px;
      margin-bottom: 0px; }
      @media screen and (max-width: 1200px) {
        .popup .popup-inner .popup-export-button {
          float: right; } }
    .popup .popup-inner .popup-table {
      margin-left: 20px; }
      .popup .popup-inner .popup-table a {
        float: right; }
      @media screen and (max-width: 1200px) {
        .popup .popup-inner .popup-table {
          margin-left: 0px;
          margin-top: 20px; } }
    .popup .popup-inner .close-popup {
      margin: 0 auto;
      display: block;
      max-width: 200px;
      margin-top: 40px; }
    .popup .popup-inner h2 {
      text-align: center;
      margin-bottom: 35px; }
      @media screen and (max-width: 680px) {
        .popup .popup-inner h2 {
          margin-bottom: 15px; } }
    .popup .popup-inner h5 {
      margin-bottom: 20px;
      font-size: 20px;
      font-weight: bold; }
      @media screen and (max-width: 680px) {
        .popup .popup-inner h5 {
          font-size: 16px;
          margin-bottom: 25px; } }
    .popup .popup-inner ul {
      padding-left: 20px;
      list-style: disc;
      margin-bottom: 20px; }
      .popup .popup-inner ul a {
        color: black;
        text-decoration: underline; }
    .popup .popup-inner p {
      margin-bottom: 20px; }
      .popup .popup-inner p a {
        color: black;
        text-decoration: underline; }
    .popup .popup-inner #file {
      display: none; }
    .popup .popup-inner .file {
      border: 1px solid #000;
      height: 200px;
      width: 450px;
      justify-content: center;
      display: flex;
      align-items: center;
      flex-direction: column;
      margin-bottom: 150px; }
      .popup .popup-inner .file .button-gray {
        color: #333;
        font-weight: 400; }
      .popup .popup-inner .file span {
        color: #96694c; }
    .popup .popup-inner .alert {
      max-width: 450px; }

.container {
  width: 990px;
  margin: 0 auto; }
  @media screen and (max-width: 1040px) {
    .container {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }

footer {
  color: #96694c;
  padding: 30px 0px;
  background: #ececea; }
  @media screen and (max-width: 680px) {
    footer {
      padding: 15px 0px;
      text-align: center; } }
  footer .info {
    float: left; }
    @media screen and (max-width: 680px) {
      footer .info {
        float: none;
        margin-bottom: 20px; } }
  footer .impressum {
    float: right;
    text-decoration: none; }
    footer .impressum:hover {
      text-decoration: underline; }
    @media screen and (max-width: 680px) {
      footer .impressum {
        float: none; } }

/*# sourceMappingURL=style.css.map */
