@charset "UTF-8";
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
/**
 * BOOTSTRAP
 */
/**
 * Primary color: #0799d6 hahaha
 * Secondary color: #586368
 * Border color: #ccc
 * Green: #78FA89
 * Red: #FA787E
 * Light Gray: #e8e8e8
 */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* For IE 6/7 (trigger hasLayout) */
.noHeader {
  margin-top: -60px;
}

.undecorated-link:hover {
  text-decoration: none;
}

a,
a[ng-click],
a[data-ng-click],
a[x-ng-click],
.selectable,
*[ui-sref],
*[ng-click] {
  cursor: pointer;
}

div[ng-click]:focus,
div[data-ng-click]:focus,
div[x-ng-click]:focus,
.btn-group .btn:focus {
  outline: none;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

.ng-invalid.ng-dirty {
  border-color: #FA787E;
}

.header-profile-image {
  opacity: 0.8;
  height: 45px;
  width: 45px;
  margin-left: 5px;
}

.open .header-profile-image,
a:hover .header-profile-image {
  opacity: 1;
}

tr {
  cursor: pointer;
}

.glyphicon.spinning {
  transform-origin: 48% 50%;
  height: 20px;
  animation: spin 1s infinite linear;
  -moz-animation: spin2 1s infinite linear;
  -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
@keyframes spin2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar-nav > li:first-child > a {
    padding-left: 0;
  }
}
.navbar ul {
  display: inline-block;
}

.nav-pills > li > a {
  padding: 10px 0;
}

.navbar-inverse {
  background: #f7f7f7;
  border: 0;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: none;
  /*text-transform: uppercase;*/
  font-weight: 700;
  /*color: #586368;*/
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:active {
  color: #edbd38;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  color: #edbd38;
  background: none;
  box-shadow: none;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #edbd38;
  background: none;
}

.navbar-right {
  text-align: right;
  list-style: none;
  padding-top: 6px;
}

.navbar-right li {
  display: inline-block;
  vertical-align: top;
}

.navbar-right a {
  display: block;
  padding-bottom: 0;
  text-decoration: none;
}

.profile-header {
  /*text-transform: uppercase;*/
  font-weight: 700;
  font-size: 16px;
}

.signout {
  text-transform: none;
  font-weight: 200;
  font-size: 14px;
}

/**
 * GENERAL
 */
.breadcrumb {
  display: inline-block;
  margin-bottom: 30px;
  padding: 0;
  font-size: 14px;
  background: none;
  border: 0;
}

.breadcrumb a {
  color: #586368;
}

.alert-warning {
  background: #edbd38;
  color: #fff;
  margin-top: 10px;
}

.alert-warning-blue {
  background: #2286aa;
  color: #fff;
  margin-top: 10px;
}

li span.print {
  display: table-cell;
}

.pull-right.li.span {
  display: inherit !important;
}

/**
 * BUTTONS
 */
.dropdown-select {
  display: inline-block;
}

.btn-default,
.btn-default:active,
.btn-default:active:focus,
.btn-default:focus {
  background: white;
  color: #586368;
  border-color: #ccc;
}

.btn-default:hover {
  background: white;
  color: #0799d6;
  border-color: #ccc;
}

.btn-default.active {
  border: 1px solid #ccc;
}

/*.btn-default:active, .btn-default:focus {

}*/
.btn-primary {
  background: #fff;
  color: #0799d6;
  border-color: #0799d6;
  letter-spacing: 1px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus {
  background: #fff;
  color: #586368;
  border-color: #586368;
  outline: none;
}

.btn-primary[disabled],
.btn-primary[disabled]:hover {
  cursor: inherit;
  background: #fff;
  color: #586368;
  border-color: #586368;
}

.btn-default.active {
  background-color: #e6e6e6;
}

/*.btn-primary:active, .btn-primary:focus {

}*/
.btn-filter {
  min-width: 35px;
}

.btn-success {
  background-image: none;
}

.btn-color {
  display: inline-block;
  border-color: white;
  width: 16px;
  height: 20px;
  margin-left: 5px;
  position: relative;
  top: -1px;
}

.btn-color:hover {
  border-color: #586368;
}

.color-dropdown {
  width: 170px;
}

/*
 *  BANNER
 */
.banner {
  display: flex;
  flex-direction: column;
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 25px;
  min-height: 250px;
  max-height: 450px;
  overflow: hidden;
  background: url(/modules/core/img/banner/karaton-hero-template.jpg) no-repeat center center #439936;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.banner-expiration {
  flex-grow: 0;
  padding: 6px 0;
  text-align: center;
  clear: both;
  background-color: #06e096;
}

.banner-content {
  max-width: 225px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 15px 45px;
}

.banner-logo {
  display: inline-block;
  margin: 5px 0;
  height: 15%;
  min-height: 30px;
  max-height: 80px;
}

.banner-content .button {
  display: inline-block;
  font-weight: bold;
  border-radius: 10px;
  padding: 10px 15px;
  margin: 5px 0;
  letter-spacing: 0.5px;
  border: 1px solid transparent;
  background-clip: padding-box;
}

.banner-content .button:hover {
  background-clip: unset;
}

.banner-content .button:focus {
  outline: none;
}

.banner-content .buy-btn {
  color: #107050;
  background-color: #06e096;
}

.banner-content .buy-btn:hover {
  font-size: 100%;
}

.banner-content .play-btn {
  color: #004097;
  background-color: #24B7EA;
}

.banner-space {
  height: 25px;
}

/**
 * HOME
 */
.video {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 220px;
}

/**
 * PATIENTS
 */
/* header */
.page-header {
  margin: 0;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/modules/core/img/banner.jpg", sizingMethod="scale");
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/modules/core/img/banner.jpg', sizingMethod='scale')";
  /* background: url(/modules/core/img/banner.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
  background-color: #f6f6f6;
  /* Old browsers */
  /*background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, #f7f7f7 100%);
  /* FF3.6-15
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, #f7f7f7 100%);
  /* Chrome10-25,Safari5.1-6
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, #f7f7f7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);*/
  /* IE6-9 */
}

.game-header {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/modules/core/img/banner-game.jpg", sizingMethod="scale");
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/modules/core/img/banner-game.jpg', sizingMethod='scale')";
  background: url(/modules/core/img/banner-game.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.page-header p {
  color: #586368;
}

.score {
  border-left: 1px solid #fff;
}

.info {
  margin-bottom: 10px;
  display: inline-block;
}

/* horizontal menu */
.menu-horizontal {
  height: 40px;
  border-bottom: 1px solid #e8e8e8;
}

.menu-horizontal li {
  margin: 0 5%;
  font-weight: 700;
}

.nav-pills > li > a,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  /*text-transform: uppercase;*/
  background: none;
}

.nav-pills > li > a:hover {
  color: #edbd38;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background: none;
  color: #edbd38;
}

.nav-pills > li.active > a:focus {
  outline: none;
}

.activeSideMenu {
  background-color: #135b7d;
  font-weight: bold;
  font-size: 110%;
  color: white;
}

.activeSideMenuCollapsed {
  background-color: #006a90;
  font-weight: bold;
  color: white;
}

.activeSideMenuPlayerCollapsed {
  background-color: #04597c;
  font-weight: bold;
  color: white;
}

/* vertical menu */
.nav-stacked {
  margin-top: 7px;
}

.nav-stacked > li > a {
  padding-left: 5px;
  border-radius: 4px;
}

.nav-stacked .nav-stacked > li {
  margin-left: 20px;
  margin-right: 0;
  font-size: 13px;
}

.side-menu-no-uppercase {
  text-transform: none;
  border-radius: 4px;
}

.nav-stacked > li.active > a,
.nav-stacked > li.active > a:hover,
.nav-stacked > li.active > a:focus {
  background: #edbd38;
  color: #fff;
}

/* submenu */
.nav-stacked .nav-stacked > li.active > a,
.nav-stacked .nav-stacked > li.active > a:hover,
.nav-stacked .nav-stacked > li.active > a:focus {
  /*background: rgba(22, 130, 251, 0.65);*/
  color: #fff;
}

/* patients list */
.players h2 {
  color: #edbd38;
  margin: 0 0 10px 0;
}

.player:hover {
  background-color: #e8e8e8;
}

.players img.profile-image {
  height: 90px;
  margin: auto;
  opacity: 0.8;
}

img.profile-image {
  max-height: 45px;
  margin: auto;
  opacity: 0.8;
}

img.profile-image-settings {
  height: 120px;
  margin: auto;
  opacity: 0.8;
}

.player:hover img.profile-image {
  opacity: 1;
}

span.loading {
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 20px;
  top: 280px;
  width: 80%;
  z-index: 1000;
}

.table.loading {
  opacity: 0.5;
}

.table .checkbox {
  margin-right: 15px;
  display: inline-block;
}

/* game menu */
ul.game-menu li a,
.game-menu > li:first-child > a {
  padding-left: 5px;
}

/* game info */
ul.main-skills li {
  list-style: none;
}

ul.main-skills {
  padding: 0;
}

ul.main-skills span {
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
}

ul.main-skills span.active {
  font-weight: 700;
}

ul.skills {
  padding-left: 10px;
}

ul.skills li {
  margin-top: 5px;
}

ul.skills li.active {
  font-weight: 700;
}

.skill p {
  line-height: 22px;
}

.skill img {
  padding-top: 30px;
  width: 80%;
  margin: 0 auto;
}

.glyphicon-question-sign {
  margin-right: 5px;
}

/* settings */
.grafeem-group {
  margin: 15px 0 5px;
}

.word-form .form-group select,
.word-form .form-group .btn-group,
.word-form .form-group input {
  float: right;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #e8e8e8;
  color: #000;
  border: 1px solid #ccc;
}

.enabled {
  color: #586368;
}

.beta h2 {
  color: #edbd38;
  margin-top: 100px;
  margin-bottom: 40px;
}

.beta ul {
  list-style-type: none;
}

.beta p {
  margin: 0 0 20px;
}

.separator-text {
  padding: 0 10px;
  position: relative;
  top: -30px;
}

.singup-img {
  width: 70%;
  height: 70%;
}

.signin-img {
  width: 70%;
  height: 70%;
}

.btn-yellow {
  color: white;
  background-color: #edbd38;
  border-color: transparent;
  font-size: 13px;
  margin-left: 25px;
}

.btn-blue {
  color: white;
  background-color: #0799d6;
  border-color: transparent;
  font-size: 13px;
  padding: 7px 10px !important;
  border-radius: 4px;
}

.btn-white {
  color: #0799d6;
  background-color: white;
  border-width: 1px;
  border-style: solid;
  border-color: #0799d6;
  font-size: 13px;
  padding: 7px 10px !important;
  border-radius: 4px;
}

.btn-blue-big.active {
  color: white;
  background-color: #0799d6;
  border-color: transparent;
  font-size: 16px;
  font-weight: bold;
  outline: none;
  padding: 10px 14px !important;
  border-radius: 4px;
}

.btn-blue-big {
  background-color: white;
  border-color: lightgrey;
  border-width: 1px;
  border-style: solid;
  font-size: 16px;
  font-weight: bold;
  outline: none;
  padding: 10px 14px !important;
  border-radius: 4px;
}

.btn-blue:hover {
  color: white;
  cursor: pointer;
}

.tutorialImgSmall {
  max-width: 70% !important;
  max-height: 70% !important;
  margin-top: 8vh !important;
}

.signinup-title {
  color: #586368;
  font-weight: lighter;
  text-transform: none;
  font-size: 23px;
}

.forgot-password a {
  color: #586368;
  font-size: 9px;
  font-weight: lighter;
}

.no-account {
  font-size: 12px;
}

.password-username {
  font-size: 12px;
  /*font-weight: lighter;*/
}

.show-signup {
  font-size: 14px;
  font-weight: lighter;
}

a.register {
  color: #0000EE;
}

.right-half {
  height: 100vh;
  background-size: cover;
  background-image: url(/modules/users/img/profile/signupimg.jpg);
}

.right-half-parent {
  height: 100vh;
  background-size: cover;
  background-image: url(/modules/users/img/profile/signinimg.jpg);
}

.signup-container {
  /*content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index:99;
  background-image: url(/modules/core/img/tutorialImgs/Achtergrond.png);
  background-size: cover;
  opacity: 0.4;*/
  background-attachment: fixed;
  background-image: url(/modules/core/img/tutorialImgs/Achtergrond.png);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.7);
  background-blend-mode: overlay;
  background-repeat: no-repeat;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Internet Explorer */
@-ms-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.left-half {
  padding: 7%;
}

a.register {
  color: #1d98d8;
}

.signin-btn {
  color: white;
  background-color: #edbd38;
  border-color: transparent;
  font-size: 13px;
  margin-left: 10px;
}

.pay-btn {
  color: white;
  background-color: #edbd38;
  border-color: transparent;
  font-size: 13px;
  margin-left: 20px;
}

.trial-expired {
  color: red;
  font-weight: 600;
}

.facturation-title {
  color: black;
  font-weight: lighter;
  font-family: "Roboto";
  text-transform: none;
}

.btn-yellow:hover {
  color: white;
}

.btn-yellow-no-margin:hover {
  color: white;
}

.terms-text > label {
  font-weight: 300;
  font-size: 14px;
}

.not-expired {
  height: 25px;
  font-size: 12px;
  background-color: #9df3aa;
  border-style: solid;
  border-width: 0 0 4px 0;
  border-color: #6def7e;
}

.expired {
  height: 25px;
  font-size: 12px;
  background-color: #f5a19c;
  border-style: solid;
  border-width: 0 0 4px 0;
  border-color: #f1716b;
}

.button-wrapper .btn {
  margin-bottom: 5px;
  margin-left: 10px;
}

.signup-margin {
  margin-bottom: 20px;
}

.img-margin {
  margin-top: 20px;
}

.glyphicon-margin {
  float: right;
}

.tutorial-padding {
  padding: 38.54% 0 0 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.tutorial-wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.payment-box {
  border: 1px solid #cecece;
  padding: 10px 20px 10px 40px;
}

.form-margin-top {
  margin-top: 20px;
}

.form-margin-btn {
  margin-top: 15px;
  padding-bottom: 5px;
}

.bold-text {
  font-weight: bold;
}

.btn-yellow-no-margin {
  color: white;
  background-color: #edbd38;
  border-color: transparent;
  font-size: 13px;
  margin-left: 0;
}

.no-padding {
  padding-left: 0;
}

.fix-margin-left {
  margin-left: 12px;
}

.form-margin-left {
  margin-left: 10px;
}

.no-margin {
  margin-left: 0;
}

.yellow-box {
  background-color: #edbd38;
  border-radius: 15px;
  color: white;
  max-width: 90px;
  max-height: 90px;
  text-align: center;
  margin-top: 10px;
}

.yellow-box.with-margin, .blue-box.with-margin {
  margin-left: 20px;
}

.blue-box {
  background-color: #1d98d8;
  border-radius: 15px;
  color: white;
  max-width: 90px;
  max-height: 90px;
  margin-top: 10px;
  text-align: center;
}

.lighter-text {
  font-weight: lighter;
}

.table-small-font {
  font-size: 13px;
}

.user-table {
  overflow: auto;
  max-height: 1200px;
  max-width: 900px;
}

.no-list-symbol {
  list-style-type: none;
}

.no-padding-left {
  padding-left: 0;
}

.no-margin-left {
  margin-left: 0;
}

.btn-yellow-with-margin {
  color: white;
  background-color: #edbd38;
  border-color: transparent;
  font-size: 13px;
  margin-left: 13px;
}

.btn-yellow-with-margin:hover {
  color: white;
}

.align-text-center {
  text-align: center;
}

.button-wrapper {
  margin-bottom: 10px;
  margin-left: 10px;
}

.proxima-nova-font {
  font-family: "Roboto", Helvetica, sans-serif;
}

.proxima-nova-font-large {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
}

.proxima-nova-font-medium {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.progress-img {
  width: 20px;
  height: 20px;
  margin-left: 15px;
}

.store-img {
  width: 45%;
  height: 45%;
}

.central-img {
  max-width: 350px;
  height: 150px;
}

.tutorial-margin {
  margin-top: 10%;
}

.ui-tour-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  fill: rgba(0, 0, 0, 0.5);
  z-index: 2147483640;
  /* livechat is at 2147483639, max is 2147483647 */
}

.tour-close {
  z-index: 2147483645;
  background-color: white;
  padding: 10px;
  position: fixed;
  top: 10px;
  right: 10px;
  display: none;
  border-radius: 10px;
}

.tour-close.visible {
  display: block;
}

.popover {
  z-index: 2147483641 !important;
}

.tour-title {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid lightgray;
  font-size: 16px;
  font-family: "Roboto";
  text-transform: none;
}

.tour-body {
  text-align: center;
  font-size: 13px;
  font-family: "Roboto";
  text-transform: none;
}

.tour-body-not-centered {
  font-size: 13px;
  font-family: "Roboto";
  text-transform: none;
}

.tour-body-btn {
  font-size: 14px;
  font-family: "Roboto";
}

.border-right-ul {
  border-right: 1px solid lightgray;
  padding-right: 10px;
}

.proxima-nova-font {
  font-family: "Roboto", Helvetica, sans-serif;
}

.proxima-nova-font-large {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 30px;
  font-weight: lighter;
  text-align: center;
}

.progress-img {
  width: 20px;
  height: 20px;
  margin-left: 15px;
}

.store-img {
  width: 45%;
  height: 45%;
}

.tutorial-margin {
  margin-top: 120px;
}

.tle {
  border-bottom: 1px solid lightgrey;
  padding-left: 20px;
  padding-right: 20px;
}

.wrongWords li {
  margin-top: 3px;
}

.margin-left-results {
  margin-left: 80px;
}

.vertical-center {
  display: flex;
  align-items: center;
}

.borderless td,
.borderless th {
  border: none !important;
}

.border-bottom {
  border-bottom: 1px solid lightgrey;
}

.border-top {
  border-top: 1px solid lightgrey;
}

.margin-right-settings {
  margin-right: 35px;
}

.default-margin-bottom {
  margin-bottom: 80px;
}

.img-container {
  position: relative;
  /*text-align: center;*/
  font-weight: bold;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  color: white;
  background-color: #24B7EA;
  bottom: 0;
  opacity: 1;
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}

.img-container-white {
  position: relative;
  /*text-align: center;*/
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  z-index: 0;
  border: 1px solid #bfbfbf;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  padding: 2px 5px;
}

.img-container-green {
  position: relative;
  text-align: center;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  z-index: 0;
  border: 1px solid #24B7EA;
  background-color: green;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  padding: 2px 20px;
}

div.child-tile:hover {
  background-color: #e7f9ff !important;
}

.glyphicon-remove:hover {
  color: #0799d6;
}

.img-container-red {
  position: relative;
  text-align: center;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  z-index: 0;
  border: 1px solid #0799d6;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  /*background-color: red;*/
  padding: 2px 5px;
  margin-top: 20px;
}

.shakeImg {
  animation: shake 1s;
  /* When the animation is finished, start again */
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
md-grid-tile {
  outline: none;
  max-width: 280px;
}

.grid-tile-content {
  width: 100%;
  padding-top: 20px;
}

.grid-tile-content .tile {
  height: 100%;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

img.reward-image-settings {
  height: 150px;
  width: 150px;
  margin: auto;
  opacity: 0.3;
  border-radius: 10px;
}

.btn-grey-no-margin {
  color: white;
  background-color: lightgrey;
  border-color: transparent;
  font-size: 13px;
  margin-left: 0;
}

button:disabled {
  color: white;
  background-color: lightgrey;
  border-color: transparent;
  font-size: 13px;
  margin-left: 0;
}

.border-left-rounded {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.border-right-rounded {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.background-yellow {
  background-color: yellow;
}

.btn-grafeems {
  width: 34px;
  height: 25px;
}

.margin-img-central {
  margin-top: 100px;
}

.margin-video-central {
  margin-top: 45px;
}

.bottom-border-settings {
  padding-bottom: 20px;
  border-bottom: 1px solid lightgrey;
}

.margin-top-message {
  margin-top: 27px;
}

.tutorial-arrow-margin {
  max-height: 50%;
  max-width: 50%;
  height: 50%;
  width: 50%;
  margin-top: 360%;
  outline: none;
}

.tutorial-installatie-arrow-margin {
  max-height: 150%;
  max-width: 150%;
  height: 150%;
  width: 150%;
  margin-top: 1100%;
  outline: none;
}

.tutorial-child-arrow-margin {
  max-height: 150%;
  max-width: 150%;
  height: 150%;
  width: 150%;
  margin-top: 1000%;
  outline: none;
}

.tutorial-center-image-align {
  text-align: center;
  margin-top: 50px;
}

.tutorial-center-btns {
  text-align: center;
}

.collapse-menu:hover {
  background-color: #f2efef;
}

.rotate {
  transition: all 0.3s;
  transform: rotate(90deg);
}

.rotate-back {
  transition: all 0.3s;
  transform: rotate(0deg);
}

.banner-img {
  max-width: 100px;
  max-height: 60px;
  margin-top: 5px;
  margin-right: 20px;
}

.player-info {
  font-size: 18px;
  font-weight: 700;
  /*text-transform: uppercase;*/
  text-transform: capitalize;
  margin-bottom: 2px;
}

.no-child-margin p + p {
  margin: 0;
}

.tutorial-title {
  border-bottom: 1px solid lightgrey;
}

table[ng-table] tr.selected {
  outline: none;
  background-color: lightgreen;
}

table[ng-table] tr {
  outline: none;
}

.settings-info {
  justify-content: flex-start !important;
}

.payment-yellow {
  color: #edbd38;
  font-weight: bold;
}

.payment-blue {
  color: #0799d6;
  font-weight: bold;
}

.progress-bar-info {
  background-color: grey;
  background-image: linear-gradient(to bottom, #e4e4e4 0%, #e4e4e4 100%);
}

.progress-bar-danger {
  background-color: #f9665c;
  background-image: linear-gradient(to bottom, #f9665c 0%, #f9665c 100%);
}

.progress-bar-success {
  background-color: #06e096;
  background-image: linear-gradient(to bottom, #06e096 0%, #06e096 100%);
}

.header-margin-left-admin {
  margin-left: 20%;
}

.progress {
  margin-bottom: 5px;
}

.header-margin-left-no-admin {
  margin-left: 70%;
}

.ProgressBar {
  margin: 0 auto;
  padding: 2em 0 3em;
  list-style: none;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.ProgressBar-step {
  text-align: center;
  position: relative;
  width: 100%;
  outline: none;
}

.ProgressBar-step:before,
.ProgressBar-step:after {
  content: "";
  height: 0.1em;
  background-color: lightgray;
  position: absolute;
  z-index: 1;
  width: 100%;
  left: -50%;
  top: 45%;
  transform: translateY(-50%);
  transition: all 0.25s ease-out;
}

.ProgressBar-step:first-child:before,
.ProgressBar-step:first-child:after {
  display: none;
}

.ProgressBar-step:after {
  background-color: #2286aa;
  width: 0;
}

.ProgressBar-step.is-complete + .ProgressBar-step.is-current:after,
.ProgressBar-step.is-complete + .ProgressBar-step.is-complete:after {
  width: 100%;
}

.ProgressBar-icon {
  width: 0.8em;
  height: 0.8em;
  background-color: lightgray;
  fill: lightgray;
  border-radius: 50%;
  padding: 0.3em;
  max-width: 100%;
  z-index: 10;
  position: relative;
  transition: all 0.25s ease-out;
}

.is-current .ProgressBar-icon {
  fill: #2286aa;
  background-color: #2286aa;
}

.is-complete .ProgressBar-icon {
  fill: #DBF1FF;
  background-color: #2286aa;
}

.ProgressBar-stepLabel {
  display: block;
  color: lightgray;
  position: absolute;
  padding-top: 0.5em;
  width: 100%;
  font-size: 12px;
  transition: all 0.25s ease-out;
}

.is-current > .ProgressBar-stepLabel,
.is-complete > .ProgressBar-stepLabel {
  color: #2286aa;
}

.borderless th {
  font-weight: bold;
}

.subtitle-collapse {
  color: #b1babb;
  font-size: 15px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 3px 5px;
  font-size: 12px;
}

.btn {
  padding: 2px 4px !important;
  font-size: 12px;
}

.challenge:hover {
  background-color: #f9f9f9;
}

.fa-arrow-circle-left {
  animation: run 1s;
  animation-iteration-count: infinite;
}

@keyframes run {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.tutorial-settings-arrow {
  animation: run-under 2s;
  /* When the animation is finished, start again */
  animation-iteration-count: infinite;
}

@keyframes run-under {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, 20px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.bold-proxima {
  font-family: "Roboto";
  font-size: 16px;
}

.sideMenuListItem:hover {
  font-weight: bold;
  font-size: 110%;
}

.buy-btn :hover {
  font-size: 110%;
}

@media all and (min-width: 768px) {
  .sideMenuMain {
    width: 25% !important;
  }

  .sideMenuKid {
    width: 25% !important;
  }

  .sideMenuHelp {
    width: 25% !important;
  }

  .sideMenuProfile {
    width: 25% !important;
  }

  .collapse-btn {
    visibility: hidden;
  }
}
#gameContainer {
  position: relative;
  width: 614px !important;
  height: 440px !important;
  max-width: 614px !important;
  max-height: 440px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 14.5vh !important;
  z-index: 500 !important;
}

.no-padding-dodo {
  padding: 0;
}

input.input-dodo::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: lightgrey;
}

input.input-dodo::-moz-placeholder {
  /* Firefox 19+ */
  color: lightgrey;
}

input.input-dodo:-ms-input-placeholder {
  /* IE 10+ */
  color: lightgrey;
}

input.input-dodo:-moz-placeholder {
  /* Firefox 18- */
  color: lightgrey;
}

.table-templates tbody tr:hover td, .table-templates tbody tr:hover th {
  background-color: #f7f7f7;
}

.tile {
  width: 100%;
  max-width: 280px;
  min-height: 100px;
}

.margin-icon {
  margin: 20px -5px 15px 10%;
  height: 80px;
  width: 80px;
}

.user-plus {
  font-size: 40px;
  padding: 0;
}

.parent-email {
  width: 50%;
}

.menu-icon {
  font-size: 180%;
  margin-top: 3%;
  margin-bottom: 3%;
  padding: 2px;
  border-radius: 4px;
}

.menu-icon.nmb {
  margin-top: 0;
  margin-bottom: 0;
}

.add-child-text {
  margin-top: -10px;
  padding-bottom: 30px;
  font-size: 12px;
}

.gift-question {
  color: white;
  opacity: 1 !important;
  font-size: 15px;
  width: 22px;
  margin-left: -10px;
  margin-top: -10px;
  background-color: #3ebb28;
  border-radius: 100%;
}

.gift-question-red {
  color: white;
  opacity: 1;
  font-size: 15px;
  width: 22px;
  margin-left: -15px;
  margin-top: -48px;
  background-color: #3ebb28;
  border-radius: 100%;
}

.gift-exclamation-open {
  color: white;
  font-size: 15px;
  width: 22px;
  margin-left: -15px;
  margin-top: -55px;
  background-color: #f9665c;
  border-radius: 100%;
}

.gift-background-text {
  background-color: #3ebb28;
  width: 268px;
  height: 85px;
  margin-top: 4px;
  border-radius: 10px;
  padding: 10px;
}

.parents-background-text {
  background-color: #f9665c;
  width: 268px;
  height: 85px;
  margin-top: 4px;
  border-radius: 10px;
  padding: 10px;
}

.gift-background-text-inside {
  color: white;
  padding-top: 15px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
}

.parents-background-text-inside {
  color: white;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
}

.gift-img {
  font-size: 40px;
  padding: 0;
}

.count-players {
  margin-top: -10px;
  padding-bottom: 30px;
}

.gift-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.exclamation-mark {
  color: white;
  font-size: 15px;
  width: 22px;
  margin-right: -12px;
  padding-left: 8px;
  margin-top: -10px;
  background-color: #f9665c;
  border-radius: 100%;
}

.remove-player {
  margin-left: 2px;
}

.player-displayname {
  font-size: 14px;
  font-weight: 700;
  max-height: 2.4em;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  line-height: 1.2em;
}

.content.col-xs-6 {
  padding-left: 5px;
  padding-right: 5px;
}

th title {
  background-color: #f6f6f6;
}

@media all and (max-width: 767px) {
  .tile {
    width: 200px;
    height: 100px;
  }

  .margin-icon {
    margin: 5% 2% 0 4%;
  }

  .parent-email {
    width: 100%;
  }

  .gift-background-text {
    width: 185px;
    height: 85px;
  }

  .gift-background-text-inside {
    padding-top: 2px;
  }

  .gift-img {
    font-size: 70px;
    padding: 20px 40px;
  }

  .parents-background-text {
    width: 185px;
    height: 85px;
  }

  .parents-background-text-inside {
    padding-top: 2px;
  }
}
@media all and (max-width: 1000px) {
  .tutorialImgSmall {
    max-width: 100% !important;
    max-height: 100% !important;
    margin-top: 8vh !important;
  }
}
.red-border {
  border: 1px solid red !important;
}

.input-error {
  text-align: left;
  padding: 5px 5px 0;
  color: red;
  margin-bottom: 0;
}

.btn-white-blue {
  color: #0799d6;
  border-color: #0799d6;
}

/* Overview */
.overview-margin-bottom {
  margin-bottom: 25px;
}

.overview-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Roboto";
  color: #5e5e5e;
  margin-bottom: 10px;
}

.overview-title span {
  font-size: 13px;
}

.o-tile {
  border: 1px solid lightgrey;
  overflow: hidden;
  background-color: white;
  padding: 20px;
  border-radius: 5px;
}

/*
 *  Define the main app colors
 */
/*
 * Set primary colors
 */
/*
 *  Basic elements
 */
::-webkit-scrollbar {
  display: none;
}

html,
body {
  width: 100%;
  height: 100% !important;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #5f6a75;
  background-color: #ebf3f8;
}

body {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.sidemenu {
  flex: 0 1 23%;
  z-index: 1;
}

.content {
  flex: 1 0 500px;
  overflow-y: scroll;
}

/* Set Montserrat for angular material */
button, html, input, select, textarea {
  font-family: "Montserrat", sans-serif;
}

/*
 *  Text elements
 */
h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  font-weight: 700;
  color: #5f6a75;
}

h2 {
  font-size: 20px;
  font-weight: 700;
  color: #5f6a75;
}

h3 {
  font-size: 17px;
  font-weight: 700;
  color: #5f6a75;
}

p.extra {
  font-size: 11px;
}
p.error {
  color: #fa4f42;
}

a {
  color: #1787ce;
}
a:hover {
  color: #1475b2;
}
a:active {
  color: #42b5fe;
}

/* Forms */
/*
 *  Define the main app colors
 */
/*
 * Set primary colors
 */
/*
 *  Forms
 */
form,
.form {
  display: block;
}
form input.hidden,
.form input.hidden {
  display: none;
}
form .form-grouper,
.form .form-grouper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
form .form-grouper > .form-group,
.form .form-grouper > .form-group {
  width: 49%;
}
form .form-grouper > .form-group:last-child,
.form .form-grouper > .form-group:last-child {
  justify-self: flex-end;
  margin-left: auto;
}
form .form-group,
.form .form-group {
  display: block;
  margin-bottom: 15px;
}
form .form-group.check-box,
.form .form-group.check-box {
  text-align: left;
  margin: -15px 0 -5px;
}
form .form-group label,
.form .form-group label {
  font-weight: normal;
  color: #999;
}
form .form-group input, form .form-group textarea,
.form .form-group input,
.form .form-group textarea {
  display: block;
  border-radius: 20px;
  font-weight: normal;
  padding: 15px 12px;
}
form .form-group input:focus, form .form-group textarea:focus,
.form .form-group input:focus,
.form .form-group textarea:focus {
  outline: none;
}
form .form-group input.warn, form .form-group textarea.warn,
.form .form-group input.warn,
.form .form-group textarea.warn {
  border-color: #fa4f42;
}
form .form-group textarea,
.form .form-group textarea {
  border-radius: 15px;
  resize: vertical;
}
form .form-group input[type=checkbox],
.form .form-group input[type=checkbox] {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin-bottom: 8px;
  margin-left: 15px;
}
form .form-group input[type=checkbox] + label,
.form .form-group input[type=checkbox] + label {
  display: inline-block;
  padding-left: 5px;
  font-weight: normal;
}
form .error,
form .success,
.form .error,
.form .success {
  display: block;
  font-weight: normal;
  text-align: left;
  margin: 0 15px 20px;
}
form .error.text-center,
form .success.text-center,
.form .error.text-center,
.form .success.text-center {
  text-align: center;
}
form .error.small,
form .success.small,
.form .error.small,
.form .success.small {
  margin-left: 0;
  margin-left: 0;
  margin-bottom: 5px;
}
form .error.single,
form .success.single,
.form .error.single,
.form .success.single {
  margin-top: 15px;
}
form .error,
.form .error {
  color: #fa4f42;
}
form .success,
.form .success {
  color: #15cf94;
}
form .ng-invalid.ng-dirty,
.form .ng-invalid.ng-dirty {
  border-color: #ccc;
}
form button,
.form button {
  margin-top: 10px;
  border-radius: 20px !important;
  padding: 5px 15px !important;
}
form button .fa,
.form button .fa {
  margin-left: 10px;
}

/*
 * Dropdown
 */
.drop-down {
  position: relative;
  display: flex;
  width: 20rem;
  height: 30px;
  line-height: 3;
  margin-bottom: 10px;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  overflow: hidden;
  /* Remove IE arrow */
  /* Arrow */
  /* Transition */
}
.drop-down select {
  font-size: 14px;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  background: #ffffff;
  background-image: none;
  border: 1px solid #c2c8ce;
  border-right: 0;
  border-radius: 50px;
  flex: 1;
  padding: 0 15px;
  color: #5f6a75;
  cursor: pointer;
}
.drop-down select::-ms-expand {
  display: none;
}
.drop-down::after {
  content: "▼";
  font-size: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0 13px 0 12px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  line-height: 35px;
  color: #ffffff;
  background: #c2c8ce;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}
.drop-down:hover::after {
  background-color: #42b5fe;
  padding: 0 16px;
}
.drop-down:hover select {
  border-color: #42b5fe;
}
.drop-down.full-width {
  width: 100%;
}

/* Tables */
/*
 *  Define the main app colors
 */
/*
 * Set primary colors
 */
/*
 *  Tables
 */
table,
.ng-table {
  width: 100%;
}
table thead tr,
.ng-table thead tr {
  padding: 0;
  vertical-align: baseline;
}
table thead tr th,
.ng-table thead tr th {
  padding: 5px 10px;
  background-color: transparent;
  text-align: left;
  outline: none;
}
table thead tr th:first-child,
.ng-table thead tr th:first-child {
  padding-left: 15px;
}
table thead tr th:last-child,
.ng-table thead tr th:last-child {
  padding-right: 15px;
}
table thead tr th .ng-table-header,
.ng-table thead tr th .ng-table-header {
  padding: 0;
}
table thead tr th .actions,
.ng-table thead tr th .actions {
  text-align: right;
}
table tbody tr,
.ng-table tbody tr {
  padding: 0;
  vertical-align: baseline;
}
table tbody tr:hover,
.ng-table tbody tr:hover {
  background-color: #ebf3f8;
}
table tbody tr:hover > td:first-child,
.ng-table tbody tr:hover > td:first-child {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
table tbody tr:hover > td:last-child,
.ng-table tbody tr:hover > td:last-child {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
table tbody tr td,
.ng-table tbody tr td {
  padding: 10px;
  outline: none;
}
table tbody tr td:first-child,
.ng-table tbody tr td:first-child {
  padding-left: 15px;
}
table tbody tr td:last-child,
.ng-table tbody tr td:last-child {
  padding-right: 15px;
}
table tbody tr td .actions,
.ng-table tbody tr td .actions {
  text-align: right;
}
table tbody tr td .actions button,
table tbody tr td .actions .button,
.ng-table tbody tr td .actions button,
.ng-table tbody tr td .actions .button {
  margin-left: 10px;
}
table.with-selectables tbody tr:hover,
.ng-table.with-selectables tbody tr:hover {
  background-color: transparent;
}
table.with-selectables tbody tr td,
.ng-table.with-selectables tbody tr td {
  padding: 10px;
  border-radius: 50px;
}
table.with-selectables tbody tr td:hover,
.ng-table.with-selectables tbody tr td:hover {
  background-color: #ebf3f8;
}

.ng-table-pager {
  display: flex;
  padding-top: 20px;
}
.ng-table-pager > .button-group {
  justify-self: flex-end;
  align-self: center;
  margin-left: auto;
}
.ng-table-pager .pagination,
.ng-table-pager .ng-table-pagination {
  margin-left: auto;
  justify-self: flex-end;
}
.ng-table-pager .pagination li:first-child a,
.ng-table-pager .ng-table-pagination li:first-child a {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.ng-table-pager .pagination li:last-child a,
.ng-table-pager .ng-table-pagination li:last-child a {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.ng-table-pager .pagination li a,
.ng-table-pager .ng-table-pagination li a {
  transition: all 0.35s;
}
.ng-table-pager .pagination > .active a,
.ng-table-pager .pagination > .active a:hover,
.ng-table-pager .pagination > .active a:focus,
.ng-table-pager .pagination > .active span,
.ng-table-pager .pagination > .active span:hover span:focus,
.ng-table-pager .ng-table-pagination > .active a,
.ng-table-pager .ng-table-pagination > .active a:hover,
.ng-table-pager .ng-table-pagination > .active a:focus,
.ng-table-pager .ng-table-pagination > .active span,
.ng-table-pager .ng-table-pagination > .active span:hover span:focus {
  background-color: #1787ce;
  border-color: #1787ce;
  color: #ebf3f8;
  font-weight: 500;
}
.ng-table-pager .pagination-left {
  justify-self: flex-start;
  margin-left: 0;
}
.ng-table-pager .ng-table-counts .btn-default.active,
.ng-table-pager .ng-table-counts .btn-default:active,
.ng-table-pager .ng-table-pager .btn-default.active,
.ng-table-pager .ng-table-pager .btn-default:active {
  background-color: #1787ce;
  border-color: #1787ce;
  color: #ebf3f8;
  font-weight: 500;
}
.ng-table-pager .btn-group > .btn {
  margin-left: -1px;
  padding: 6px 12px !important;
}
.ng-table-pager .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.ng-table-pager .btn-group > .btn:last-child:not(:first-child):not(.dropdown-toggle) {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.users-table .email {
  word-break: break-all;
  min-width: 225px;
}

/*
 *  Define the main app colors
 */
/*
 * Set primary colors
 */
/*
 *  Extra elements
 */
.row {
  flex-wrap: nowrap;
}

.clickable {
  cursor: pointer;
  outline: none;
}

.text-up {
  text-transform: uppercase;
}

.img-holder-cover {
  width: 100%;
  height: 100%;
}
.img-holder-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

button,
.button {
  padding: 12px 16px;
  border-radius: 8px;
  font-weight: bold;
  color: #ffffff;
  background-color: #42b5fe;
  border: 1px solid transparent;
  font-size: 1rem;
  text-align: center;
  outline: none;
  transition: color 0.35s, background-color 0.35s;
  text-decoration: none;
}
button:hover,
.button:hover {
  color: #ffffff;
  background-color: #1787ce;
  text-decoration: none;
}
button:active,
.button:active {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
button.rounded,
.button.rounded {
  border-radius: 50px;
}
button > .fa,
.button > .fa {
  margin-right: 12px;
}
button > .fa.prefix,
.button > .fa.prefix {
  margin-right: 15px;
}
button.secondary,
.button.secondary {
  background-color: #15cf94;
}
button.secondary:hover,
.button.secondary:hover {
  background-color: #2abd8e;
}
button.detached,
.button.detached {
  margin-left: 20px;
  margin-right: 20px;
}
button.grey,
.button.grey {
  background-color: #c2c8ce;
}
button.grey:hover,
.button.grey:hover {
  background-color: #5f6a75;
}
button.grey.active,
.button.grey.active {
  background-color: #42b5fe;
}
button.grey.active:hover,
.button.grey.active:hover {
  background-color: #1787ce;
}
button.small,
.button.small {
  min-width: 28px;
  padding: 4px 6px;
  border-radius: 4px;
  font-weight: normal;
  font-size: 13px;
}
button.small > .fa,
.button.small > .fa {
  margin-right: 6px;
}
button.icon > .fa,
.button.icon > .fa {
  margin-right: 0;
}
button.cta,
.button.cta {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #15cf94;
}
button.cta:hover,
.button.cta:hover {
  background-color: #2abd8e;
}
button.warning,
.button.warning {
  background-color: #fb818d;
}
button.warning:hover,
.button.warning:hover {
  background-color: #fa4f42;
}
button.form,
.button.form {
  border-radius: 50%;
  width: 100%;
}

/*
 *  Button group
 */
.button-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -5px;
}
.button-group button {
  margin-bottom: 5px;
  margin-right: 5px;
}

.button-bar button {
  margin: 0 0 -1px 0;
}

/*
 *  Dot counter
 */
.counter {
  margin: 5px auto 10px;
}
.counter .dot {
  display: inline-block;
  margin: 0 2px;
  width: 10px;
  height: 10px;
  background-color: #c2c8ce;
  border-radius: 10px;
}
.counter .dot.done {
  background-color: #42b5fe;
}
.counter.secondary .dot.done {
  background-color: #15cf94;
}

/*
 * Card
 */
.card {
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px 30px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.045);
  transition: box-shadow 0.35s, background-color 0.35s;
}
.card.clickable:hover {
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.17);
}
.card.stretchy {
  min-height: 100%;
}
.card.standalone {
  width: 440px;
  margin: 45px auto 0;
}
.card.standalone + .extra {
  width: 420px;
  margin: 5px auto;
}
.card + .extra {
  margin: 5px 10px;
}
.card.card-small {
  width: 440px;
}
.card.card-medium {
  width: 840px;
}
.card.primary {
  background-color: #42b5fe;
  color: #ffffff;
}
.card.primary .card-title,
.card.primary h1,
.card.primary h2,
.card.primary h3,
.card.primary h4,
.card.primary h5,
.card.primary h6,
.card.primary p {
  color: #ffffff;
}
.card.primary.clickable:hover {
  background-color: #1787ce;
}
.card.secondary {
  background-color: #15cf94;
  color: #ffffff;
}
.card.secondary .card-title,
.card.secondary h1,
.card.secondary h2,
.card.secondary h3,
.card.secondary h4,
.card.secondary h5,
.card.secondary h6,
.card.secondary p {
  color: #ffffff;
}
.card.secondary.clickable:hover {
  background-color: #1787ce;
}
.card.yellow {
  background-color: #ffd117;
  color: #ffffff;
}
.card.yellow .card-title,
.card.yellow h1,
.card.yellow h2,
.card.yellow h3,
.card.yellow h4,
.card.yellow h5,
.card.yellow h6,
.card.yellow p {
  color: #ffffff;
}
.card.yellow.clickable:hover {
  background-color: #1787ce;
}
.card.red {
  background-color: #fa4f42;
  color: #ffffff;
}
.card.red .card-title,
.card.red h1,
.card.red h2,
.card.red h3,
.card.red h4,
.card.red h5,
.card.red h6,
.card.red p {
  color: #ffffff;
}
.card.red.clickable:hover {
  background-color: #1787ce;
}
.card .card-front,
.card .card-back {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px 15px 15px 20px;
  transition: transform 0.5s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.card:not(.card-flipped) .card-back {
  transform: rotateX(180deg);
}
.card.card-flipped .card-front {
  transform: rotateX(180deg);
}
.card .card-header {
  display: flex;
  flex-wrap: nowrap;
}
.card .card-header .meta {
  margin-left: 15px;
}
.card .card-header .actions {
  margin-left: auto;
  justify-self: flex-end;
}
.card .card-header .actions .button-group {
  display: inline-block;
}
.card .card-header .actions .button-group + .button-group {
  margin-left: 40px;
}
.card .card-header .actions button,
.card .card-header .actions .button {
  padding: 5px 10px;
  align-self: flex-start;
}
.card .card-title {
  margin: 0 0 20px;
}
.card .card-title h3 {
  margin: 0 1rem 0 0;
  line-height: 21px;
}
.card .card-title .meta {
  font-size: 13px;
  line-height: 21px;
  color: #888888;
}
.card .title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  align-self: center;
  margin: 0 auto;
}
.card .title .fa {
  margin: 0 10px 0 -5px;
  vertical-align: sub;
}

/*
 * Info items
 */
.info-item .value {
  display: block;
  font-weight: bold;
  font-size: 20px;
}

/*
 * Grid > Container
 */
.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.container-fluid > .row {
  margin-bottom: 30px;
}
.container-fluid > .row.conditional {
  margin-bottom: 0;
}

button.celebration,
.button.celebration,
a.reward.celebration {
  position: relative;
}
button.celebration i,
.button.celebration i,
a.reward.celebration i {
  position: absolute;
  display: block;
  left: 50%;
  top: 0;
  width: 3px;
  height: 8px;
  background: red;
  opacity: 0;
}

a.reward.celebration i {
  z-index: -1;
}

/*
 *  Some helpers
 */
.v-middle {
  vertical-align: middle !important;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.wrap {
  flex-wrap: wrap;
}

/*
 * Charts
 */
.chart-filter {
  margin-top: 5px;
  margin-bottom: 15px;
}

/*------------------------------------*/
/*
 *  Let's add some animations
 */
@keyframes bang {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/*
 *  Define the main app colors
 */
/*
 * Set primary colors
 */
/*
 *  Sidebar
 */
.sidebar {
  flex: 0 0 300px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #ffffff;
  z-index: 65;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  /* For sidebar-side */
  /* Expanded */
}
.sidebar .sidebar-main, .sidebar .sidebar-side {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 45px 30px 15px;
  overflow-y: scroll;
}
.sidebar .sidebar-header {
  margin: 10px 0 30px;
  text-align: center;
}
.sidebar .sidebar-header .sidebar-logo {
  max-width: 100%;
}
.sidebar .sidebar-header .sidebar-logo.small {
  width: 35px;
}
.sidebar .sidebar-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar .sidebar-nav .sidebar-sub {
  font-weight: bold;
  color: #5f6a75;
}
.sidebar .sidebar-nav .sidebar-link {
  margin-bottom: 5px;
  background-color: transparent;
  color: #5f6a75;
  font-weight: bold;
  text-align: left;
  display: flex;
  align-items: center;
}
.sidebar .sidebar-nav .sidebar-link:hover, .sidebar .sidebar-nav .sidebar-link.activated {
  background-color: #ebf3f8;
}
.sidebar .sidebar-nav .sidebar-link.active {
  color: #ffffff;
  background-color: #42b5fe;
}
.sidebar .sidebar-nav .sidebar-link.cta {
  background-color: #15cf94;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 22px;
  margin-bottom: 30px;
  text-align: center;
}
.sidebar .sidebar-nav .sidebar-link.cta .fa {
  font-size: 2em;
  vertical-align: sub;
}
.sidebar .sidebar-nav .sidebar-link.cta .link-text {
  padding-right: 15px;
}
.sidebar .sidebar-nav .sidebar-link.cta:hover {
  background-color: #2abd8e;
}
.sidebar .sidebar-nav .sidebar-link .fa {
  width: 30px;
  height: auto;
  margin-right: 10px;
  font-size: 1.45em;
  vertical-align: bottom;
}
.sidebar .sidebar-nav ul ul {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
}
.sidebar .sidebar-nav ul ul.open {
  max-height: 500px;
}
.sidebar .sidebar-nav ul ul .sidebar-link {
  font-weight: normal;
  padding-left: 30px;
}
.sidebar .sidebar-footer {
  justify-self: flex-end;
  margin-top: auto;
  padding-top: 15px;
  text-align: center;
}
.sidebar .sidebar-footer .button-holder {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  padding: 10px 20px;
  border-radius: 8px;
  background: #ebf3f8;
}
.sidebar .sidebar-footer .button-holder .holder-title {
  font-size: 16px;
  color: #5f6a75;
  margin: 6px 0;
}
.sidebar .sidebar-footer .button-holder .holder-title .expiration {
  display: inline-block;
  font-weight: bold;
}
.sidebar .sidebar-footer .version {
  display: block;
  margin-top: 5px;
}
.sidebar .sidebar-side {
  display: none;
  flex: 0 0 300px;
  background-color: #ffffff;
}
.sidebar .sidebar-side .sidebar-header {
  text-align: left;
}
.sidebar .sidebar-side .side-title {
  font-weight: bold;
  font-size: 28px;
  color: #5f6a75;
  text-align: left;
  line-height: 125%;
}
.sidebar .sidebar-side .side-title .sub {
  display: block;
  font-size: 15px;
  font-weight: normal;
  color: #c2c8ce;
  line-height: 100%;
  margin-top: 5px;
}
.sidebar .sidebar-side .sidebar-link.active {
  background-color: #42b5fe;
}
.sidebar.expanded {
  flex: 0 0 394px;
  background-color: #1787ce;
}
.sidebar.expanded .sidebar-main {
  padding-left: 15px;
  padding-right: 15px;
}
.sidebar.expanded .sidebar-main .sidebar-link {
  text-align: center;
  color: #ebf3f8;
  background-color: transparent;
}
.sidebar.expanded .sidebar-main .sidebar-link:hover {
  background-color: #42b5fe;
  color: #ffffff;
}
.sidebar.expanded .sidebar-main .sidebar-link.cta {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #15cf94;
}
.sidebar.expanded .sidebar-main .sidebar-link.cta:hover {
  background-color: #2abd8e;
}
.sidebar.expanded .sidebar-main .sidebar-link .fa {
  margin-right: 0;
}
.sidebar.expanded .sidebar-main .sidebar-link .link-text {
  display: none;
}
.sidebar.expanded .sidebar-side {
  display: flex;
}
.sidebar.expanded .sidebar-header {
  margin-bottom: 45px;
}

/*
 *  Define the main app colors
 */
/*
 * Set primary colors
 */
.ob-banner .avatar {
  display: block;
  margin: -50px auto -30px;
}
.ob-banner .user-level {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  color: #fd818d;
  padding: 0 10px 10px;
  border-bottom: 1px solid #c2c8ce;
  margin-bottom: 15px;
}
.ob-banner ul.steps {
  display: inline-block;
  list-style: none;
  padding: 0;
}
.ob-banner ul.steps li {
  font-size: 17px;
  font-weight: 600;
  text-align: left;
  color: #c2c8ce;
}
.ob-banner ul.steps li + li {
  margin-top: 10px;
}
.ob-banner ul.steps li::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 5px solid;
  margin-right: 10px;
  border-radius: 50px;
}
.ob-banner ul.steps li.checked {
  color: #15cf94;
}
.ob-banner ul.steps li.checked::before {
  background-image: url(/modules/core/img/check.png);
  background-size: contain;
  background-repeat: no-repeat;
  border-color: transparent;
  width: 25px;
  height: 25px;
  border: 0;
  vertical-align: -7px;
  margin-left: -7px;
  margin-right: 3px;
}
.ob-banner .ob-holder {
  display: flex;
}
.ob-banner .ob-holder .ob-info {
  align-self: center;
  color: #5f6a75;
}
.ob-banner .ob-holder .ob-info h1 {
  font-size: 48px;
}
.ob-banner .ob-holder .ob-info p {
  font-size: 17px;
  line-height: 150%;
}
.ob-banner .ob-holder .ob-info strong {
  color: #1787ce;
}
.ob-banner .ob-holder .ob-info button {
  margin-top: 15px;
}

.page-title {
  margin: 30px 0 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.page-title.pad {
  margin-bottom: 15px;
}
.page-title h2 {
  margin: 0;
}
.page-title .actions {
  justify-self: flex-end;
  margin-left: auto;
}

/*
 *  Define the main app colors
 */
/*
 * Set primary colors
 */
.auth-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.auth-container > * {
  flex: 0 0 50%;
  padding: 30px;
}
.auth-container .auth-content-wrapper {
  background: #ffffff;
  text-align: center;
  overflow-y: scroll;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.auth-container .auth-content-wrapper .auth-content {
  min-width: 360px;
  max-width: 400px;
  width: 60%;
  margin: auto;
  padding: 5px 0 10px;
  text-align: center;
}
.auth-container .auth-background {
  position: relative;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)), url(/modules/users/img/profile/signinimg.jpg);
  background-size: cover;
}
.auth-container .auth-background .quote-content {
  position: absolute;
  bottom: 10vh;
  width: 70%;
  max-width: 500px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  text-align: center;
}
.auth-container .auth-background .quote-content .quote {
  font-size: 21px;
  font-weight: bold;
  text-shadow: 0 0 1px black;
}
.auth-container .auth-background .quote-content .quote::before, .auth-container .auth-background .quote-content .quote::after {
  content: '"';
}
.auth-container .auth-background .quote-content .author {
  margin-top: 20px;
  font-size: 18px;
  text-shadow: 0 0 1px black;
}
.auth-container .auth-background .quote-content .author::before {
  content: "-";
  padding-right: 10px;
}

.auth-title {
  text-transform: uppercase;
  margin: 0;
}

.auth-logo {
  width: 100%;
  max-width: 500px;
}

.auth-sub-title {
  margin: 10px auto 15px;
  color: #5f6a75;
  font-size: 15px;
}

.auth-extra {
  font-size: 16px;
  margin-top: 15px;
  border-top: 1px solid #c2c8ce;
  background-color: #ffffff;
  padding-top: 15px;
  line-height: 160%;
  text-align: center;
}

.auth-form input,
.auth-form button {
  width: 100%;
  height: 44px;
  padding: 7px 14px;
  border-radius: 80px;
  font-size: 14px;
}
.auth-form input {
  border: 1px solid #c2c8ce;
}
.auth-form button {
  margin-bottom: 15px;
  text-align: center;
}
.auth-form button .fa {
  margin-left: 10px;
  margin-right: -5px;
}
.auth-form button:disabled {
  color: #ffffff;
  background-color: #c2c8ce;
  font-size: 1rem;
}

.password-login {
  position: relative;
}
.password-login input {
  padding-right: 50px;
}
.password-login .password-forgot {
  position: absolute;
  display: block;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding: 3px;
  background-color: #ffffff;
  border-radius: 50px;
  border: 1px solid #c2c8ce;
  height: 28px;
  width: 28px;
  line-height: 21px;
  cursor: pointer;
  text-align: center;
  outline: none;
}
.password-login .password-forgot:hover {
  color: #ffffff;
  background-color: #42b5fe;
}

.auth-form .policy {
  margin: -15px 0 -10px;
}

/*
 *  Define the main app colors
 */
/*
 * Set primary colors
 */
/*
 * Progress
 */
.progress-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.progress-list li {
  list-style: none;
  color: #5f6a75;
  margin-bottom: 8px;
}
.progress-list li::before {
  content: "";
  display: inline-block;
  margin-right: 6x;
  margin-bottom: 1px;
  border-radius: 50%;
  border: 4px solid;
}
.progress-list li.complete {
  color: #15cf94;
}

.progress-bar {
  width: 100%;
  height: 25px;
  line-height: 25px;
  border-radius: 25px;
}

/*
 * Documents
 */
ul.docs {
  list-style: none;
  margin: 0;
  padding: 5px 0;
}

ul.docs .doc {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #5f6a75;
}

ul.docs .doc:last-child {
  border-bottom: 0;
}

ul.docs .doc a {
  display: block;
  padding: 8px 2px;
  color: gray;
  text-decoration: none;
}

ul.docs .doc a:hover {
  color: #1787ce;
  text-decoration: none;
}

ul.docs .doc a i {
  float: right;
  font-size: 18px;
}

/*
 * Children
 */
.children {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.children .child {
  width: 19.8%;
  min-width: 275px;
  max-width: 325px;
  height: 100px;
  margin: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.children .child:last-child {
  margin-right: auto;
}
.children .child .card {
  flex-grow: 1;
}
.children .child .card,
.children .child .card .card-front,
.children .child .card .card-back {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: stretch;
}
.children .child .card .card-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}
.children .child .card .card-actions .flip {
  width: 25px;
  margin-right: 5px;
  background-color: #fb818d;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0 15px 0 -5px;
}
.children .child .card .card-actions .flip:hover {
  background-color: #fa4f42;
}
.children .child .card .name,
.children .child .card .id,
.children .child .card .modified {
  display: block;
}
.children .child .card .name {
  font-weight: bold;
  font-size: 18px;
}
.children .child .card .id,
.children .child .card .modified {
  color: #5f6a75;
}
.children .child .actions {
  flex: 0 0 30px;
  padding: 3px 0;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
}

/*
 *  Define the main app colors
 */
/*
 * Set primary colors
 */
/*
 *  Documents
 */
ul.documents {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
ul.documents li.document {
  list-style: none;
  flex: 0 0 440px;
  margin: 0 15px 60px;
}
ul.documents li.document h3 {
  max-width: 55%;
}
ul.documents li.document p {
  color: #c2c8ce;
  max-width: 55%;
  max-height: 100%;
  margin-bottom: 25px;
}
ul.documents li.document img {
  position: absolute;
  max-height: 108%;
  max-width: 50%;
  bottom: 20px;
  right: 20px;
  transition: all 0.35s;
}
ul.documents li.document img.tilted  {
  transform: rotate(5deg);
  right: 25px;
}
ul.documents li.document:hover img {
  transform: scale(1.08) rotate(3deg);
}

/*
 *  Define the main app colors
 */
/*
 * Set primary colors
 */
/*
 *  Settings property
 */
.settings-property {
  display: flex;
  margin-bottom: 15px;
}
.settings-property label {
  font-weight: normal;
  width: 165px;
}
.settings-property .setting {
  display: inline-block;
}
.settings-property .setting .button-group + .button-group {
  margin-top: 5px;
}
.settings-property .setting + .setting {
  margin-left: 20px;
}
.settings-property .form-control {
  width: auto;
  display: inline-block;
  margin-right: 5px;
}

.selected-words {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
.selected-words li {
  line-height: 1.5em;
  width: 20%;
  min-width: 180px;
  max-width: 250px;
  margin-bottom: 10px;
}
.selected-words li .glyphicon {
  margin-right: 10px;
}
.selected-words li.filler {
  height: 0;
  margin: 0;
  overflow: hidden;
}

.selected-word {
  background-color: #c2c8ce;
  color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.045);
  transition: background-color 0.35s, box-shadow 0.35s;
}
.selected-word:hover {
  background-color: #888888;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.17);
}

.licence-info {
  margin-bottom: 15px;
}

.group-settings .settings-property {
  display: block;
}
.group-settings .settings-property label {
  display: block;
}

/*
 *  Define the main app colors
 */
/*
 * Set primary colors
 */
/*
 * Results overview
 */
.results-overview .results-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.results-overview .results-item + .results-item {
  margin-top: 10px;
}
.results-overview .results-item .value {
  font-weight: bold;
  min-width: 15px;
  text-align: right;
}
.results-overview .results-item .progress-bar {
  box-shadow: none;
  height: 10px;
  flex: 0 1 45%;
  float: none;
  margin: 0 10px;
  background-image: none;
  background-color: #c2c8ce;
}
.results-overview .results-item .progress-bar .progress-bar {
  margin: 0;
}
.results-overview .results-item .progress-bar .progress-bar-success {
  min-width: 2%;
  margin: 0;
  background-color: #15cf94;
  transition: background-color 0.35s;
}
.results-overview .results-item .progress-bar.warn .progress-bar-success {
  background-color: #fa4f42;
}
.results-overview .results-item .percentage {
  margin-right: 10px;
  min-width: 30px;
  color: #15cf94;
  transition: color 0.35s;
}
.results-overview .results-item .percentage.warn {
  color: #fa4f42;
}
/*
 *  Wrong words list
 */
.results-wrong-words {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 160px;
}
.results-wrong-words li {
  list-style: none;
  width: 25%;
  min-width: 160px;
  max-width: 240px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}
.results-wrong-words li .word {
  width: 80%;
  min-width: 130px;
  max-width: 150px;
}
.results-wrong-words li .errors {
  width: 20px;
  margin-left: auto;
  padding: 0 60px 0 10px;
  font-weight: bold;
}

.results-graph-legend {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.results-graph-legend .legend {
  margin: 0 15px;
}
.results-graph-legend .legend .dot,
.results-graph-legend .legend .square,
.results-graph-legend .legend .line {
  display: inline-block;
}
.results-graph-legend .legend .dot.adjusted,
.results-graph-legend .legend .square.adjusted,
.results-graph-legend .legend .line.adjusted {
  color: #ff9900;
}
.results-graph-legend .legend .dot.blue,
.results-graph-legend .legend .square.blue,
.results-graph-legend .legend .line.blue {
  color: #1787ce;
}
.results-graph-legend .legend .dot.green,
.results-graph-legend .legend .square.green,
.results-graph-legend .legend .line.green {
  color: #15cf94;
}
.results-graph-legend .legend .dot.yellow,
.results-graph-legend .legend .square.yellow,
.results-graph-legend .legend .line.yellow {
  color: #ffdb4a;
}
.results-graph-legend .legend .dot.red,
.results-graph-legend .legend .square.red,
.results-graph-legend .legend .line.red {
  color: #fa4f42;
}
.results-graph-legend .legend .dot {
  width: 1px;
  height: 1px;
  border-radius: 50px;
  border: 5px solid;
}
.results-graph-legend .legend .square {
  width: 1px;
  height: 14px;
  border: 4px solid;
  margin-bottom: -2px;
}
.results-graph-legend .legend .line {
  width: 18px;
  height: 1px;
  border: 3px solid;
  margin-bottom: 1px;
}
.results-graph-legend .legend .name {
  margin-left: 5px;
}
.results-graph-legend .legend .amount {
  font-weight: 600;
}
.results-graph-legend .legend .amount::before {
  content: "(";
  font-weight: 400;
}
.results-graph-legend .legend .amount::after {
  content: ")";
  font-weight: 400;
}
.results-graph-legend .legend.disabled {
  color: #c2c8ce;
}
.results-graph-legend .legend.disabled .dot.adjusted,
.results-graph-legend .legend.disabled .square.adjusted,
.results-graph-legend .legend.disabled .line.adjusted {
  color: #c2c8ce;
}
.results-graph-legend .legend.disabled .dot.blue,
.results-graph-legend .legend.disabled .square.blue,
.results-graph-legend .legend.disabled .line.blue {
  color: #c2c8ce;
}
.results-graph-legend .legend.disabled .dot.green,
.results-graph-legend .legend.disabled .square.green,
.results-graph-legend .legend.disabled .line.green {
  color: #c2c8ce;
}
.results-graph-legend .legend.disabled .dot.yellow,
.results-graph-legend .legend.disabled .square.yellow,
.results-graph-legend .legend.disabled .line.yellow {
  color: #c2c8ce;
}
.results-graph-legend .legend.disabled .dot.red,
.results-graph-legend .legend.disabled .square.red,
.results-graph-legend .legend.disabled .line.red {
  color: #c2c8ce;
}

/*
 *  Define the main app colors
 */
/*
 * Set primary colors
 */
/*
 *  Payments
 */
.payment-choice {
  margin: 25px 0 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: flex-start;
}
.payment-choice h4 {
  justify-self: flex-start;
  margin-right: auto;
}
.payment-choice > button:last-child {
  margin-left: 7px;
}

table.payment-children {
  border-radius: 5px;
  overflow: hidden;
  margin: 15px 0;
}
table.payment-children tr td {
  padding: 10px 15px;
}
table.payment-children tr td.price {
  text-align: right;
}

/*
 *  Define the main app colors
 */
/*
 * Set primary colors
 */
.rewards .karaton-points {
  text-align: center;
}
.rewards .karaton-points button .fa {
  font-size: 24px;
  vertical-align: sub;
}
.rewards .rewards-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
}
.rewards .rewards-list .reward {
  width: 400px;
  margin: 15px;
  padding: 15px;
  position: relative;
}
.rewards .rewards-list .reward .fa-gift {
  font-size: 24px;
  vertical-align: sub;
}
.rewards .rewards-list .reward .card-title {
  margin: 0;
}
.rewards .rewards-list .reward .reward-title-button {
  display: flex;
  flex-direction: column;
}
.rewards .rewards-list .reward button {
  margin: auto 0;
}
.rewards .rewards-list .reward .remove-button {
  padding: 5px 10px;
  background-color: #fd818d;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s linear;
}
.rewards .rewards-list .reward:hover .remove-button {
  display: block;
  visibility: visible;
  opacity: 1;
}
.rewards .rewards-list .img-holder {
  display: flex;
}
.rewards .rewards-list .img-holder img {
  justify-self: center;
  align-self: center;
  max-width: 100%;
  max-height: 100%;
  border-radius: 11px;
}
.rewards.card label {
  margin-left: 15px;
}
.rewards.card .extra {
  margin-top: 10px;
  margin-left: 15px;
}
.rewards.card button[type=submit] {
  margin-top: 15px;
}
.rewards.card .prefix {
  vertical-align: bottom;
  font-size: 21px;
  margin-right: 15px;
}

/*
 *  Define the main app colors
 */
/*
 * Set primary colors
 */
/*
 *  Admin
 */
.admin-data label {
  display: block;
  font-size: 12px;
  font-weight: 400;
}

.admin-datepicker {
  display: flex;
}
.admin-datepicker input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  outline: none;
  border: 1px solid #c2c8ce;
  height: 28px;
  padding: 3px 10px;
}
.admin-datepicker .suffix {
  margin-left: -1px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 28px;
  width: 28px;
  padding: 2px;
}

/*
 *  Words
 */
.add-word-form .row {
  margin-top: 15px;
}
.add-word-form label {
  display: block;
}
.add-word-form .button-group {
  margin-top: -8px;
}

.admin-users-list {
  margin-top: 20px;
}

/*
 * for the graphs
 */
.date-filters {
  justify-content: center;
  margin-top: 15px;
}

/*
 *  Define the main app colors
 */
/*
 * Set primary colors
 */
.admin-onboarding .level-stats {
  display: flex;
}
.admin-onboarding .level-stats .level-stat {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  z-index: 10;
}
.admin-onboarding .level-stats .level-stat:before {
  content: "";
  width: 1000px;
  height: 0;
  position: absolute;
  border: 3px solid #42b5fe;
  margin-top: 52px;
  left: 50%;
}
.admin-onboarding .level-stats .level-stat.with-total {
  padding-right: 50px;
}
.admin-onboarding .level-stats .level-stat .stat-name {
  font-weight: bold;
  height: 2rem;
}
.admin-onboarding .level-stats .level-stat .stat-percentage {
  width: 4rem;
  height: 4rem;
  line-height: 3.1rem;
  border: 6px solid #42b5fe;
  background-color: #ffffff;
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
  z-index: 10;
}
.admin-onboarding .level-stats .level-stat .stat-total {
  position: absolute;
  top: 40px;
  right: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #42b5fe;
  color: #ffffff;
  width: 100px;
  text-align: center;
  padding: 5px 20px 5px 50px;
  font-weight: bold;
}
.admin-onboarding .level-stats .level-stat + .level-stat {
  padding-left: 100px;
  margin: 0 -5px 0 -3px;
}
.admin-onboarding .level-stats .level-stat + .level-stat:before {
  content: "";
  width: 1000px;
  height: 0;
  position: absolute;
  border: 3px solid #42b5fe;
  margin-top: 52px;
  right: auto;
  left: auto;
}
.admin-onboarding .level-stats .level-stat.inactive {
  z-index: 0;
}
.admin-onboarding .level-stats .level-stat.inactive:before {
  border-color: #c2c8ce;
  right: 2rem;
}
.admin-onboarding .level-stats .level-stat.inactive .stat-percentage {
  border-color: #c2c8ce;
}
.admin-onboarding .level-stats .level-stat.inactive .stat-total {
  background-color: #c2c8ce;
}
.admin-onboarding .level-stats .level-stat.inactive + .level-stat:before {
  border-color: #c2c8ce;
}
.admin-onboarding .level-stats.secondary .level-stat:before {
  border-color: #15cf94;
}
.admin-onboarding .level-stats.secondary .level-stat .stat-percentage {
  border-color: #15cf94;
}
.admin-onboarding .level-stats.secondary .level-stat .stat-total {
  background-color: #15cf94;
}
.admin-onboarding .level-stats.secondary .level-stat + .level-stat:before {
  border-color: #15cf94;
}
.admin-onboarding .level-stats.tertiary .level-stat:before {
  border-color: #ffdb4a;
}
.admin-onboarding .level-stats.tertiary .level-stat .stat-percentage {
  border-color: #ffdb4a;
}
.admin-onboarding .level-stats.tertiary .level-stat .stat-total {
  background-color: #ffdb4a;
}
.admin-onboarding .level-stats.tertiary .level-stat + .level-stat:before {
  border-color: #ffdb4a;
}

.webinar-container {
  background-image: url(/modules/users/img/webinar/bg.jpeg);
  background-position: top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: black;
  min-height: 100vh;
  color: white;
  font-size: 16px;
}
.webinar .container {
  padding-top: 5%;
  max-width: 900px;
}
.webinar h1 {
  font-size: 50px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}
.webinar .row {
  padding-bottom: 30px;
  text-align: center;
}
.webinar .row:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.webinar .row.border {
  border-bottom: 2px solid white;
  margin-bottom: 30px;
}
.webinar table {
  color: white;
}
.webinar table tbody tr:hover,
.webinar .ng-table tbody tr:hover {
  background: none;
}
.webinar table[ng-table] tr.selected {
  background: none;
}
.webinar button,
.webinar .button {
  padding: 10px 50px !important;
  border-radius: 5px !important;
  line-height: 20px;
  display: inline-block;
}
.webinar .text-accent {
  font-size: 30px;
  font-weight: bold;
}
.webinar p {
  padding-top: 15px;
  padding-bottom: 15px;
}
.webinar .promoted-input-checkbox {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.webinar .promoted-checkbox label input:checked + svg {
  height: 24px;
  animation: draw-checkbox ease-in-out 0.2s forwards;
}
.webinar .promoted-checkbox label:active::after {
  background-color: rgba(0, 0, 0, 0.3);
}
.webinar .promoted-checkbox label {
  color: #0080d3;
  line-height: 40px;
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
}
.webinar .promoted-checkbox label:after {
  content: "";
  height: 25px;
  width: 25px;
  float: left;
  border: 2px solid #0080d3;
  border-radius: 3px;
  transition: 0.15s all ease-out;
}
.webinar .promoted-checkbox svg {
  stroke: #0080d3;
  stroke-width: 2px;
  height: 0;
  width: 24px;
  position: absolute;
  left: 4px;
  top: -3px;
  stroke-dasharray: 33;
}
@keyframes draw-checkbox {
  0% {
    stroke-dashoffset: 33;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.page-webinar-register-info .row {
  text-align: left;
  padding-bottom: 0;
}
.page-webinar-register-info .row.title {
  text-align: center;
  margin-bottom: 100px;
}
.page-webinar-register-info p {
  padding: 0;
}
.page-webinar-register-info .step-number,
.page-webinar-register-info .step-info {
  display: inline-block;
  vertical-align: top;
}
.page-webinar-register-info .step-number {
  font-size: 50px;
  font-weight: bold;
}
.page-webinar-register-info .step-info {
  margin-left: 30px;
  line-height: 70px;
}

.page-webinar-buy table {
  width: auto;
  margin: 0 auto;
}
.page-webinar-buy .check {
  width: 40px;
  vertical-align: bottom;
}
.page-webinar-buy .name {
  text-align: left;
  width: 350px;
}
.page-webinar-buy .price {
  width: 60px;
}
.page-webinar-buy .discount-reason {
  text-align: left;
  width: 300px;
}

.page-webinar-thanks {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2%;
  text-align: center;
}

.page-not-found {
  margin: 50px 0;
  text-align: center;
}

/*
 *  Define the main app colors
 */
/*
 * Set primary colors
 */
.graphemes {
  margin-top: -8px;
}
.graphemes .word-grapheme {
  display: inline-block;
  margin-right: 45px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.graphemes .word-grapheme .grapheme-group {
  display: block;
  margin-bottom: 5px;
  font-variant: small-caps;
  text-transform: lowercase;
  color: #c2c8ce;
}

/*
 *  Define the main app colors
 */
/*
 * Set primary colors
 */
.card.parent-manual {
  width: 640px;
  max-height: 90%;
}
.card.parent-manual .karaton-world {
  display: none;
  margin: 0 auto 25px;
  border-radius: 10px;
  overflow: hidden;
  min-height: 200px;
  height: 18vw;
  max-height: 250px;
}
.card.parent-manual .karaton-world .banner {
  min-height: 200px;
  height: 100%;
  margin: 0;
  padding: 0;
  flex-direction: row;
}
.card.parent-manual .karaton-world .banner .banner-logo {
  margin: 6%;
  max-width: 40%;
  max-width: 200px;
  height: auto;
  min-height: auto;
  align-self: center;
}
.card.parent-manual .steps {
  display: block;
  padding: 5px 0 5px 30px;
}
.card.parent-manual .steps li {
  text-indent: 7px;
  font-size: 1rem;
  font-weight: bold;
  color: #5f6a75;
  margin-bottom: 0.65rem;
}
.card.parent-manual .karaton-id {
  display: block;
  margin: 10px auto;
  text-align: center;
}
.card.parent-manual .karaton-id .id-holder {
  display: inline-block;
  text-align: center;
  padding: 8px 28px;
  color: #ebf3f8;
  background-color: #15cf94;
  border-radius: 4px;
}
.card.parent-manual .karaton-id .id-holder .name {
  line-height: 120%;
}
.card.parent-manual .karaton-id .id-holder .id {
  font-size: 23px;
  font-weight: bold;
  line-height: 100%;
}

.dialog-footer {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  margin-top: 15px;
}
.dialog-footer p {
  font-size: 11px;
  color: #5f6a75;
  margin-bottom: 0;
}
.dialog-footer .actions {
  justify-self: flex-end;
  margin-left: auto;
}
.dialog-footer .actions button {
  margin-left: 10px;
}

/*
 *  Define the main app colors
 */
/*
 * Set primary colors
 */
.card.onboarding {
  padding: 35px 60px 20px;
  max-width: 840px;
  width: 86%;
}
.card.onboarding.start {
  padding: 35px 60px 20px;
  max-width: 680px;
  width: 86%;
  max-height: 90%;
  margin-top: -20px;
}
.card.onboarding .finished {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.85);
  background-image: url(/modules/core/img/check.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 105px;
  z-index: 10;
}
.card.onboarding .finished .message {
  position: absolute;
  display: block;
  color: #15cf94;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: 55px;
}
.card.onboarding.image-edge {
  padding: 0 0 0 60px;
}
.card.onboarding.image-edge .row {
  margin-right: 0;
}
.card.onboarding.image-edge .row .ob-info {
  padding-top: 30px;
  padding-bottom: 20px;
}
.card.onboarding.image-edge .row .ob-image {
  padding: 0 0 0 15px;
}
.card.onboarding.image-edge .row .ob-image .with-padding {
  padding: 40px 40px 30px 20px;
}
.card.onboarding img.restrict {
  max-width: 100%;
  width: 100%;
  max-height: none;
  min-height: auto;
}
.card.onboarding img.restrict.avatar {
  object-fit: contain;
}
.card.onboarding img.restrict.get-reward {
  margin-left: -20px;
}
.card.onboarding .row {
  flex-wrap: nowrap;
}
.card.onboarding.fill {
  padding: 0;
}
.card.onboarding.fill .fill {
  margin: 0;
  background-position: center;
  background-size: cover;
}
.card.onboarding.fill .fill.bg-game, .card.onboarding.fill .fill.bg-academy {
  min-height: 420px;
  padding-bottom: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.card.onboarding.fill .fill.bg-game button i.fa, .card.onboarding.fill .fill.bg-academy button i.fa {
  font-size: 28px;
  vertical-align: sub;
}
.card.onboarding.fill .fill.bg-game {
  background-image: url(/modules/core/img/onboarding/game.jpg);
  background-position: center;
}
.card.onboarding.fill .fill.bg-academy {
  background-image: url(/modules/core/img/onboarding/academy.jpg);
  background-position: center;
}
.card.onboarding .ob-holder {
  display: flex;
  padding: 5px 15px;
}
.card.onboarding .ob-info {
  align-self: center;
}
.card.onboarding .ob-info.extra-padding {
  padding-top: 20px;
  padding-bottom: 15px;
}
.card.onboarding .ob-title {
  font-size: 36px;
  font-weight: 600;
}
.card.onboarding .ob-message {
  font-size: 17px;
  line-height: 150%;
  color: #888888;
}
.card.onboarding strong {
  color: #1475b2;
}
.card.onboarding a.secondary,
.card.onboarding a.secondary strong,
.card.onboarding p.secondary strong {
  color: #15cf94;
}
.card.onboarding .ob-actions {
  margin-top: 20px;
  text-align: center;
}
.card.onboarding .ob-actions.text-left {
  text-align: left;
}
.card.onboarding .ob-actions .button-holder {
  display: inline-block;
  margin: 15px;
}
.card.onboarding .ob-actions button,
.card.onboarding .ob-actions .button {
  margin: 10px;
}
.card.onboarding .ob-actions button i.fa,
.card.onboarding .ob-actions .button i.fa {
  font-size: 28px;
  vertical-align: sub;
}
.card.onboarding .ob-img {
  align-self: center;
  max-width: 100%;
  max-height: 100%;
}
.card.onboarding .ob-img.ob-video {
  margin: 0 1rem;
}

.ob-sub {
  position: absolute;
  bottom: 10px;
  padding: 5px 15px;
  text-align: center;
  font-weight: bold;
  color: white;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  outline: none;
}
.ob-sub:hover {
  background-color: rgba(0, 0, 0, 0.35);
}
.ob-sub span {
  outline: none;
}

.onboarding-rewards {
  margin: 15px auto;
}
.onboarding-rewards a.reward {
  display: inline-block;
  height: 100px;
  width: 100px;
  padding: 10px;
  border-radius: 8px;
  margin-right: 10px;
}
.onboarding-rewards a.reward.selected {
  border: 1px solid #c2c8ce;
  background-color: #ebf3f8;
}
.onboarding-rewards a.reward:hover {
  border: 1px solid #c2c8ce;
}

/*
 *  Define the main app colors
 */
/*
 * Set primary colors
 */
.order-dialog {
  width: 86%;
  max-width: 800px;
}
.order-dialog .order-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 10px 15px 25px;
  border-bottom: 1px solid #c2c8ce;
  margin-bottom: 25px;
}
.order-dialog .order-header .meta-karaton,
.order-dialog .order-header .meta-client {
  max-width: 50%;
  padding-right: 50px;
}
.order-dialog .order-footer {
  margin-top: 50px;
  border-top: 1px solid #c2c8ce;
  padding-top: 25px;
  text-align: center;
  font-size: 11px;
  color: #5f6a75;
}

.md-dialog-container {
  max-height: 100%;
}

.dialog-padding {
  padding: 40px 60px 20px;
}

.card-small.dialog-padding {
  width: 520px;
}

@media print {
  aside {
    display: none !important;
  }

  body {
    width: 100% !important;
    min-height: 100% !important;
    height: auto !important;
    overflow-y: visible !important;
  }

  #main-content,
#main-content .content {
    width: 100% !important;
    height: 100% !important;
    overflow-y: visible !important;
  }

  body.md-dialog-is-showing #main-content {
    display: none !important;
  }

  .md-dialog-container {
    max-height: 94%;
    height: 100% !important;
    overflow: visible !important;
  }

  .md-dialog-backdrop {
    opacity: 1;
    background: white !important;
  }

  .md-scroll-mask {
    opacity: 1 !important;
    background: white !important;
  }

  .chart-holder {
    display: block !important;
    width: 96% !important;
  }

  .no-print {
    display: none !important;
  }

  .printable {
    z-index: 10 !important;
    width: 94% !important;
    margin: 3% !important;
    height: 94% !important;
    overflow: visible !important;
  }
  .printable .karaton-world {
    margin-top: 15px !important;
    height: 80px !important;
    min-height: 50px !important;
    overflow: hidden !important;
  }
  .printable .karaton-world .banner-logo {
    width: auto !important;
    max-height: 60px !important;
    align-self: flex-start !important;
    margin: 0 !important;
  }
  .printable button {
    display: none !important;
  }
  .printable .id-holder {
    border: 2px solid !important;
    margin-bottom: 10px !important;
  }
}

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