/*////////////////////////////////////////////////*/
/*////////////////////////////////////////////////*/
/*////////////////////////////////////////////////*/
/*////////////////////////////////////////////////*/
/*MIXINS MIXINS MIXINS MIXINS MIXINS MIXINS MIXINS*/
/*prevent mouse bluish highlight*/
/*////////////////////////////////////////////////*/
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1300px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}
.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1300px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1300px) {
  .row {
    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-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1300px) {
  .col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.col {
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  -webkit-box-flex: 0;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.pull-0 {
  right: auto;
}
.pull-1 {
  right: 8.333333%;
}
.pull-2 {
  right: 16.666667%;
}
.pull-3 {
  right: 25%;
}
.pull-4 {
  right: 33.333333%;
}
.pull-5 {
  right: 41.666667%;
}
.pull-6 {
  right: 50%;
}
.pull-7 {
  right: 58.333333%;
}
.pull-8 {
  right: 66.666667%;
}
.pull-9 {
  right: 75%;
}
.pull-10 {
  right: 83.333333%;
}
.pull-11 {
  right: 91.666667%;
}
.pull-12 {
  right: 100%;
}
.push-0 {
  left: auto;
}
.push-1 {
  left: 8.333333%;
}
.push-2 {
  left: 16.666667%;
}
.push-3 {
  left: 25%;
}
.push-4 {
  left: 33.333333%;
}
.push-5 {
  left: 41.666667%;
}
.push-6 {
  left: 50%;
}
.push-7 {
  left: 58.333333%;
}
.push-8 {
  left: 66.666667%;
}
.push-9 {
  left: 75%;
}
.push-10 {
  left: 83.333333%;
}
.push-11 {
  left: 91.666667%;
}
.push-12 {
  left: 100%;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-sm-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-sm-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-sm-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.333333%;
  }

  .pull-sm-2 {
    right: 16.666667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.333333%;
  }

  .pull-sm-5 {
    right: 41.666667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.333333%;
  }

  .pull-sm-8 {
    right: 66.666667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.333333%;
  }

  .pull-sm-11 {
    right: 91.666667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.333333%;
  }

  .push-sm-2 {
    left: 16.666667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.333333%;
  }

  .push-sm-5 {
    left: 41.666667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.333333%;
  }

  .push-sm-8 {
    left: 66.666667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.333333%;
  }

  .push-sm-11 {
    left: 91.666667%;
  }

  .push-sm-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-md-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-md-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-md-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.333333%;
  }

  .pull-md-2 {
    right: 16.666667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.333333%;
  }

  .pull-md-5 {
    right: 41.666667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.333333%;
  }

  .pull-md-8 {
    right: 66.666667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.333333%;
  }

  .pull-md-11 {
    right: 91.666667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.333333%;
  }

  .push-md-2 {
    left: 16.666667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.333333%;
  }

  .push-md-5 {
    left: 41.666667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.333333%;
  }

  .push-md-8 {
    left: 66.666667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.333333%;
  }

  .push-md-11 {
    left: 91.666667%;
  }

  .push-md-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-lg-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-lg-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-lg-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.333333%;
  }

  .pull-lg-2 {
    right: 16.666667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.333333%;
  }

  .pull-lg-5 {
    right: 41.666667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.333333%;
  }

  .pull-lg-8 {
    right: 66.666667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.333333%;
  }

  .pull-lg-11 {
    right: 91.666667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.333333%;
  }

  .push-lg-2 {
    left: 16.666667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.333333%;
  }

  .push-lg-5 {
    left: 41.666667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.333333%;
  }

  .push-lg-8 {
    left: 66.666667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.333333%;
  }

  .push-lg-11 {
    left: 91.666667%;
  }

  .push-lg-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xl-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-xl-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-xl-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-xl-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.333333%;
  }

  .pull-xl-2 {
    right: 16.666667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.333333%;
  }

  .pull-xl-5 {
    right: 41.666667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.333333%;
  }

  .pull-xl-8 {
    right: 66.666667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.333333%;
  }

  .pull-xl-11 {
    right: 91.666667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.333333%;
  }

  .push-xl-2 {
    left: 16.666667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.333333%;
  }

  .push-xl-5 {
    left: 41.666667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.333333%;
  }

  .push-xl-8 {
    left: 66.666667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.333333%;
  }

  .push-xl-11 {
    left: 91.666667%;
  }

  .push-xl-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
@charset "UTF-8";
/*////////////////////////////////////////////////*/
/*////////////////////////////////////////////////*/
/*////////////////////////////////////////////////*/
/*////////////////////////////////////////////////*/
/*MIXINS MIXINS MIXINS MIXINS MIXINS MIXINS MIXINS*/
/*prevent mouse bluish highlight*/
/*////////////////////////////////////////////////*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* CSS RESET  */
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
fieldset,
input,
hr {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
em,
strong,
th {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
}
ul,
ul li {
  list-style: none;
}
fieldset,
img,
hr {
  border: none;
}
caption,
th {
  text-align: center;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  vertical-align: middle;
}
strong {
  font-weight: bold;
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a img {
  -moz-outline: none;
  outline: none;
}
a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
  border: 0;
}
/* button {outline: none;} */
input,
textarea,
select {
  -webkit-appearance: none;
  border-radius: 0;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
html,
body,
#content {
  height: 100%;
  min-height: 100%;
}
body > #content {
  height: auto;
  min-height: 100%;
}
body {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: auto;
  font-family: "Open Sans", sans-serif;
  background: white;
}
html {
  overflow: hidden;
}
#content {
  position: relative;
  height: 100%;
  padding-top: 75px;
  box-sizing: border-box;
  position: relative;
  display: block;
  z-index: 1;
}
footer {
  width: 100%;
  height: 0;
}
footer .footer-content {
  width: 100%;
  margin: auto;
}
header {
  position: absolute;
  background: #3b3d56;
  height: 75px;
  width: 100%;
  z-index: 2;
}
header .header-content {
  width: 100%;
  margin: auto;
}
section {
  position: relative;
  width: 100%;
  height: auto;
}
section.full-size {
  min-height: 100%;
}
section.three-fourths-size {
  min-height: 75%;
}
section.half-size {
  min-height: 50%;
}
section.quarter-size {
  min-height: 25%;
}
section.arrowed:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -32px;
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
  border-top: 25px solid #232120;
  z-index: 9;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~ */
h1,
h2,
h3,
h4,
h5,
h6,
label,
p,
pre,
span {
  margin: auto;
  font-family: "Open Sans", sans-serif;
  color: #222;
}
h1.dark,
h2.dark,
h3.dark,
h4.dark,
h5.dark,
h6.dark,
label.dark,
p.dark,
pre.dark,
span.dark {
  color: #111;
}
h1 {
  font-size: 20pt;
}
h2 {
  font-size: 17pt;
}
h3 {
  font-size: 15pt;
}
h4 {
  font-size: 13pt;
}
h5 {
  font-size: 11.5pt;
}
h6 {
  font-size: 10.5pt;
}
label {
  font-size: 10pt;
}
p,
pre {
  font-size: 10pt;
}
p.small,
pre.small {
  font-size: 9pt;
}
span.small {
  font-size: 9pt;
}
.centered,
.center,
.center-align {
  text-align: center;
}
.left-align {
  text-align: left;
}
.right-align {
  text-align: right;
}
.section-centered {
  float: none !important;
  margin: auto;
}
.bold {
  font-weight: 700;
}
.light-bold {
  font-weight: 600;
}
.semi-bold {
  font-weight: 500;
}
.thin {
  font-weight: 300;
}
.thinest,
.ultra-thin {
  font-weight: 200;
}
.all-caps {
  text-transform: uppercase;
}
.strike {
  text-decoration: line-through;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.boxed {
  border: 1px solid #ddd;
  padding: 15px;
}
.c1,
.color-1 {
  color: #3b3d56;
}
.c2,
.color-2 {
  color: #fc8b93;
}
.c3,
.color-3 {
  color: #94cdd3;
}
.c4,
.color-4 {
  color: #e9f9d2;
}
.c5,
.color-5 {
  color: #ed1e79;
}
.c-error,
.color-error {
  color: #c93f50;
}
.c-warning,
.color-warning {
  color: #ffe798;
}
.c-success,
.color-success {
  color: #94cdd3;
}
.c-dark,
.color-dark {
  color: #111;
}
.c-medium,
.color-medium {
  color: #777;
}
.c-light,
.color-light {
  color: #ccc;
}
.c-inverse,
.color-inverse {
  color: white;
}
.bg-light-grey {
  background: #fafafa;
}
.bg-light-grey {
  background: #fafafa;
}
.bg-white {
  background: white;
}
.bg1,
.background-1 {
  background: #3b3d56;
}
.bg2,
.background-2 {
  background: #fc8b93;
}
.bg3,
.background-3 {
  background: #94cdd3;
}
.bg4,
.background-4 {
  background: #e9f9d2;
}
.bg5,
.background-5 {
  background: #ed1e79;
}
mark {
  background: none;
  background-color: none;
}
mark .m1,
mark .mark-1 {
  color: #3b3d56;
}
mark .m2,
mark .mark-2 {
  color: #fc8b93;
}
mark .m3,
mark .mark-3 {
  color: #94cdd3;
}
mark .m4,
mark .mark-4 {
  color: #e9f9d2;
}
mark .m5,
mark .mark-5 {
  color: #ed1e79;
}
/* ~~~~~~~~~~~~~~~~~~ */
button,
textarea,
input {
  font-family: "Open Sans", sans-serif;
}
input[type=text],
input[type=number],
input[type=password],
input[type=email],
input[type=date],
textarea {
  display: block;
  width: 100%;
  padding-left: 10px;
  border: 1px solid #ddd;
  font-family: "Open Sans", sans-serif;
  color: #222;
  font-size: 10pt;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type=text].pill,
input[type=number].pill,
input[type=password].pill,
input[type=email].pill,
input[type=date].pill,
textarea.pill {
  height: 27px;
  line-height: 27px;
  border-radius: 35px;
  min-width: 250px;
  padding-left: 16px;
}
input[type=text].with-icon,
input[type=number].with-icon,
input[type=password].with-icon,
input[type=email].with-icon,
input[type=date].with-icon,
textarea.with-icon {
  padding-left: 35px;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=date]:focus,
textarea:focus {
  border: 1px solid rgba(59, 61, 86, 0.5);
}
input[type=text].invalid,
input[type=number].invalid,
input[type=password].invalid,
input[type=email].invalid,
input[type=date].invalid,
textarea.invalid {
  border: 1px solid rgba(201, 63, 80, 0.4) !important;
  color: #c93f50;
}
input[type=text].disabled,
input[type=number].disabled,
input[type=password].disabled,
input[type=email].disabled,
input[type=date].disabled,
textarea.disabled {
  opacity: 0.7;
}
input[type=text],
input[type=number],
input[type=password],
input[type=email],
input[type=date] {
  height: 38px;
  line-height: 38px;
}
textarea {
  padding-top: 10px;
  width: 100%;
  height: 150px;
  resize: none;
}
textarea.short {
  height: 100px;
}
textarea.active {
  height: 120px;
}
select {
  background-color: #fff;
  display: block;
  height: 38px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  border: 1px solid #ddd;
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid rgba(59, 61, 86, 0.5);
}
select option:disabled {
  color: #ccc;
}
input[type=checkbox] {
  cursor: pointer;
  -webkit-appearance: checkbox;
}
input[type=radio] {
  cursor: pointer;
  -webkit-appearance: radio;
}
input.inline-input {
  display: inline-block;
  width: 50px;
}
.input-icon {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
}
.form-group {
  position: relative;
}
.form-group.bottom-margin {
  margin-bottom: 10px;
}
.form-group .helper {
  position: relative;
  top: -2px;
  font-size: 8pt;
  color: #777;
}
.form-group .error-label {
  position: absolute;
  color: rgba(201, 63, 80, 0.1);
  right: 15px;
  margin-top: -17px;
  font-size: 8.5pt;
  font-weight: 600;
  text-align: right;
}
.btn-group.left, .btn-group.right {
  overflow: hidden;
}
.btn-group.left .btn {
  float: left;
}
.btn-group.right .btn {
  float: right;
}
.btn-group .btn:not(:first-child) {
  margin-left: 4px;
}
.btn-group .btn:not(:last-child) {
  margin-right: 4px;
}
.btn {
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  height: 38px;
  margin: auto;
  padding: 0 16px;
  border: none;
  border-radius: 2px;
  line-height: 38px;
  font-family: "Open Sans", sans-serif;
  color: #222;
  background: #f6f6f6;
  font-size: 10.5pt;
  font-weight: 200;
  text-align: center;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.03);
  cursor: pointer;
}
.btn.disabled {
  opacity: 0.3;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn.min-width {
  min-width: 150px;
}
.btn.pill {
  border-radius: 20px;
}
.btn.tab {
  border-radius: none;
}
.btn.entity {
  font-size: 14pt !important;
  font-weight: 600 !important;
  color: #3b3d56 !important;
}
.btn.large {
  height: 45px;
  line-height: 45px;
  padding: 0 16px;
  font-size: 11pt;
  font-weight: 200;
}
.btn.large.min-width {
  min-width: 150px;
}
.btn.small {
  height: 32px;
  line-height: 32px;
  padding: 0 16px;
  font-size: 10pt;
  font-weight: 200;
}
.btn.small.min-width {
  min-width: 150px;
}
.btn.tiny {
  height: 30px;
  line-height: 30px;
  padding: 0 16px;
  font-size: 9pt;
  font-weight: 200;
}
.btn.tiny.min-width {
  min-width: 150px;
}
.btn.with-icon {
  position: relative;
  text-align: left;
  padding-left: 44px;
  font-size: 10.25pt;
  font-weight: 200;
}
.btn.with-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
  width: 22px;
  height: 22px;
  border-radius: 20px;
  background: #222;
}
.btn .badge {
  background: white;
}
.btn[disabled] {
  opacity: 0.5;
}
.btn.btn-primary {
  color: white;
  background: #3b3d56;
}
.btn.btn-primary:focus {
  outline-width: 2px;
  outline-offset: -3px;
  outline-style: solid;
}
.btn.btn-primary.outline {
  background: none;
  color: #3b3d56;
  border: 1px solid #3b3d56;
}
.btn.btn-primary.selected {
  background: #2e2f43;
}
.btn.btn-primary .badge {
  color: #3b3d56;
}
.btn.btn-secondary {
  color: white;
  background: #fc8b93;
}
.btn.btn-secondary.outline {
  background: none;
  color: #fc8b93;
  border: 1px solid #fc8b93;
}
.btn.btn-secondary.selected {
  background: #fb6b75;
}
.btn.btn-secondary .badge {
  color: #fc8b93;
}
.btn.btn-tertiary {
  color: white;
  background: #94cdd3;
}
.btn.btn-tertiary.outline {
  background: none;
  color: #94cdd3;
  border: 1px solid #94cdd3;
}
.btn.btn-tertiary.selected {
  background: #7dc2c9;
}
.btn.btn-tertiary .badge {
  color: #94cdd3;
}
.btn.btn-quaternary {
  color: white;
  background: #e9f9d2;
}
.btn.btn-quaternary.outline {
  background: none;
  color: #e9f9d2;
  border: 1px solid #e9f9d2;
}
.btn.btn-quaternary.selected {
  background: #dbf5b5;
}
.btn.btn-quaternary .badge {
  color: #e9f9d2;
}
.btn.btn-quinary {
  color: white;
  background: #ed1e79;
}
.btn.btn-quinary.outline {
  background: none;
  color: #ed1e79;
  border: 1px solid #ed1e79;
}
.btn.btn-quinary.selected {
  background: #d91169;
}
.btn.btn-quinary .badge {
  color: #ed1e79;
}
.btn.btn-info {
  color: #222;
  background: #fafafa;
  border: 1px solid #ddd;
}
.btn.btn-info.selected {
  background: white;
}
.btn.btn-info:active {
  background: #f6f6f6;
}
.btn.btn-info:hover {
  background: white;
}
.btn.btn-info .badge {
  color: #222;
}
.btn.btn-clear {
  color: #222;
  background: none;
  border: 1px solid rgba(0, 0, 0, 0);
}
.btn.btn-clear.selected {
  background: #fafafa;
}
.btn.btn-clear:active {
  background: #f6f6f6;
}
.btn.btn-clear:hover {
  background: #fafafa;
}
.btn.btn-clear .badge {
  color: #222;
  background: #ddd;
}
.btn.btn-info-2 {
  color: #222;
  background: white;
  border: 1px solid #ddd;
}
.btn.btn-info-2.selected {
  background: #fafafa;
}
.btn.btn-info-2:active {
  background: #f6f6f6;
}
.btn.btn-info-2:hover {
  background: #fafafa;
}
.btn.btn-info-2 .badge {
  color: #222;
  background: #ddd;
}
.btn.btn-info-3 {
  color: #222;
  background: #fafafa;
  border: 1px solid #d5d5d5;
}
.btn.btn-info-3.selected {
  background: #fafafa;
}
.btn.btn-info-3:active {
  background: #f6f6f6;
}
.btn.btn-info-3:hover {
  background: white;
}
.btn.btn-info-3 .badge {
  color: #222;
  background: #ddd;
}
.btn.btn-success {
  color: white;
  background: #94cdd3;
}
.btn.btn-success.outline {
  background: none;
  color: #94cdd3;
  border: 1px solid #94cdd3;
}
.btn.btn-success.selected {
  background: #7dc2c9;
}
.btn.btn-success .badge {
  color: #94cdd3;
}
.btn.btn-warning {
  color: white;
  background: #ffe798;
}
.btn.btn-warning.outline {
  background: none;
  color: #ffe798;
  border: 1px solid #ffe798;
}
.btn.btn-warning.selected {
  background: #ffdf77;
}
.btn.btn-warning .badge {
  color: #ffe798;
}
.btn.btn-danger {
  color: white;
  background: #c93f50;
}
.btn.btn-danger.outline {
  background: none;
  color: #c93f50;
  border: 1px solid #c93f50;
}
.btn.btn-danger.selected {
  background: #b53343;
}
.btn.btn-danger .badge {
  color: #c93f50;
}
.btn.btn-danger-2 {
  color: #c93f50;
  background: #fafafa;
  border: 1px solid #ddd;
}
.btn.btn-danger-2.selected {
  background: white;
}
.btn.btn-danger-2:hover {
  background: white;
}
.btn.btn-danger-2 .badge {
  color: #c93f50;
}
.btn.btn-danger-3 {
  color: #c93f50;
  background: white;
  border: 1px solid #ddd;
}
.btn.btn-danger-3.selected {
  background: #fafafa;
}
.btn.btn-danger-3:hover {
  background: #fafafa;
}
.btn.btn-danger-3 .badge {
  color: white;
  background: #c93f50;
}
.btn.btn-restore {
  color: #01af01;
}
.btn.tiny2 {
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  padding: 0 8px;
}
.btn.btn-translucent-temp {
  color: white;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}
.btn.btn-translucent-temp:hover {
  background: rgba(255, 255, 255, 0.5);
}
.btn.btn-primary-flat {
  color: #3b3d56;
  background: none;
  text-transform: uppercase;
  font-weight: bold;
}
.btn.btn-primary-flat:focus {
  outline-width: 2px;
  outline-offset: -3px;
  outline-style: solid;
}
.btn.btn-primary-flat.outline {
  color: #3b3d56;
  background: none;
  border: none;
}
.btn.btn-primary-flat.selected {
  color: #2e2f43;
  background: none;
  border: none;
}
.btn.btn-primary-flat .badge {
  background: #3b3d56;
  color: white;
}
.btn.btn-secondary-flat {
  color: #fc8b93;
  background: none;
  text-transform: uppercase;
  font-weight: bold;
}
.btn.btn-secondary-flat.outline {
  color: #fc8b93;
  background: none;
  border: none;
}
.btn.btn-secondary-flat.selected {
  color: #fb6b75;
  background: none;
  border: none;
}
.btn.btn-secondary-flat .badge {
  background: #fc8b93;
  color: white;
}
.btn.btn-tertiary-flat {
  color: #94cdd3;
  background: none;
  text-transform: uppercase;
  font-weight: bold;
}
.btn.btn-tertiary-flat.outline {
  color: #94cdd3;
  background: none;
  border: none;
}
.btn.btn-tertiary-flat.selected {
  color: #7dc2c9;
  background: none;
  border: none;
}
.btn.btn-tertiary-flat .badge {
  background: #94cdd3;
  color: white;
}
.btn.btn-quaternary-flat {
  color: #e9f9d2;
  background: none;
  text-transform: uppercase;
  font-weight: bold;
}
.btn.btn-quaternary-flat.outline {
  color: #e9f9d2;
  background: none;
  border: none;
}
.btn.btn-quaternary-flat.selected {
  color: #dbf5b5;
  background: none;
  border: none;
}
.btn.btn-quaternary-flat .badge {
  background: #e9f9d2;
  color: white;
}
.btn.btn-quinary-flat {
  color: #ed1e79;
  background: none;
  text-transform: uppercase;
  font-weight: bold;
}
.btn.btn-quinary-flat.outline {
  color: #ed1e79;
  background: none;
  border: none;
}
.btn.btn-quinary-flat.selected {
  color: #d91169;
  background: none;
  border: none;
}
.btn.btn-quinary-flat .badge {
  background: #ed1e79;
  color: white;
}
.btn.btn-info-flat {
  color: #222;
  background: none;
  text-transform: uppercase;
  font-weight: bold;
}
.btn.btn-info-flat.outline {
  color: #222;
  background: none;
  border: none;
}
.btn.btn-info-flat.selected {
  color: #121212;
  background: none;
  border: none;
}
.btn.btn-info-flat .badge {
  background: #222;
  color: white;
}
.btn.btn-success-flat {
  color: #94cdd3;
  background: none;
  text-transform: uppercase;
  font-weight: bold;
}
.btn.btn-success-flat.outline {
  color: #94cdd3;
  background: none;
  border: none;
}
.btn.btn-success-flat.selected {
  color: #7dc2c9;
  background: none;
  border: none;
}
.btn.btn-success-flat .badge {
  background: #94cdd3;
  color: white;
}
.btn.btn-warning-flat {
  color: #ffe798;
  background: none;
  text-transform: uppercase;
  font-weight: bold;
}
.btn.btn-warning-flat.outline {
  color: #ffe798;
  background: none;
  border: none;
}
.btn.btn-warning-flat.selected {
  color: #ffdf77;
  background: none;
  border: none;
}
.btn.btn-warning-flat .badge {
  background: #ffe798;
  color: white;
}
.btn.btn-danger-flat {
  color: #c93f50;
  background: none;
  text-transform: uppercase;
  font-weight: bold;
}
.btn.btn-danger-flat.outline {
  color: #c93f50;
  background: none;
  border: none;
}
.btn.btn-danger-flat.selected {
  color: #b53343;
  background: none;
  border: none;
}
.btn.btn-danger-flat .badge {
  background: #c93f50;
  color: white;
}
/* ~~~~~~~~~~~~~~~~~~ */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  line-height: 1;
  color: #222;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: 600;
  background-color: #fefefe;
  border-radius: 10px;
}
.badgebadge-1 {
  background: #3b3d56;
  color: white;
}
.badgebadge-2 {
  background: #fc8b93;
  color: white;
}
.badgebadge-3 {
  background: #94cdd3;
  color: white;
}
.badgebadge-4 {
  background: #e9f9d2;
}
.badgebadge-5 {
  background: #ed1e79;
  color: white;
}
.badgebadge-6 {
  background: #8cc63d;
  color: white;
}
.badgebadge-7 {
  background: #ffefae;
}
.chip {
  display: inline-block;
  min-width: 10px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 13px;
  color: #222;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: normal;
  background: #fefefe;
  border-radius: 10px;
}
.chip.chip-info {
  color: #222;
  background: white;
  border: 1px solid #ddd;
}
.chip-holder {
  margin-top: 5px;
  margin-bottom: 5px;
}
.chip-holder .chip:not(:first-child) {
  margin-left: 5px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
hr {
  width: 100%;
  height: 1px;
  border: none;
  background: #ddd;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.child-col-2,
.child-col-3,
.child-col-4,
.child-col-5,
.child-col-6 {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.child-col-2 > *,
.child-col-3 > *,
.child-col-4 > *,
.child-col-5 > *,
.child-col-6 > * {
  float: left;
}
.child-col-2 > * {
  width: 50%;
}
.child-col-3 > * {
  width: 33.3%;
}
.child-col-4 > * {
  width: 25%;
}
.child-col-5 > * {
  width: 20%;
}
.child-col-6 > * {
  width: 16.667%;
}
.table {
  width: 100%;
  box-sizing: border-box;
}
.table.bordered {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.table.big td,
.table.big th {
  font-size: 11pt !important;
}
.table td,
.table th {
  height: 50px;
  padding: 13px 8px;
  font-size: 10pt;
  color: #222;
}
.table td.centered,
.table th.centered {
  text-align: center;
}
.table td > a,
.table th > a {
  display: block;
}
.table td:first-of-type,
.table th:first-of-type {
  padding-left: 30px;
}
.table td:last-of-type,
.table th:last-of-type {
  padding-right: 30px;
}
.table th {
  text-align: left;
  font-weight: 600;
}
.table th.sort-toggle {
  cursor: pointer;
}
.table .thead .tr {
  background: #fefefe;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.table .tbody .tr {
  background: white;
  border-bottom: 1px solid #ddd;
  -webkit-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
}
.table .tbody .tr.actionable:hover {
  background: #f6f6f6;
  cursor: pointer;
}
.sort-asc::after {
  content: "▲";
}
.sort-desc::after {
  content: "▼";
}
.no-wrap {
  white-space: nowrap;
}
.centering {
  text-align: center;
  white-space: nowrap;
}
.centering:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
.centering .tobe-centered {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.centering-section {
  display: table;
  text-align: center;
  white-space: nowrap;
}
.centering-section:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
.centering-section .tobe-centered {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  text-align: left;
  clear: left;
}
.hidden {
  opacity: 0;
}
[hidden] {
  display: none !important;
}
.to-accellerate {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.block-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
}
.clear-fix {
  clear: both;
}
.top-push {
  margin-top: 15px;
}
.bottom-push {
  margin-bottom: 15px;
}
.clickable {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.square {
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
  float: left;
}
.square:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.square .square-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.square .no-border {
  border: none;
}
.scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
}
.loading-overlay {
  position: fixed;
  display: block;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}
.loading-overlay.inlaid {
  position: absolute;
}
.loader {
  width: 60px;
  height: 80px;
  background: url("/assets/img/loading.png") no-repeat;
  background-position: 0 10px;
  background-size: 100%;
  opacity: 0.6;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 0.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.loader.micro {
  width: 40px;
  height: 60px;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.vtop {
  vertical-align: top;
}
.va-auto {
  vertical-align: auto;
}
.va-baseline {
  vertical-align: baseline;
}
.va-bottom {
  vertical-align: bottom;
}
.va-initial {
  vertical-align: initial;
}
.va-inherit {
  vertical-align: inherit;
}
.va-middle {
  vertical-align: middle;
}
.va-sub {
  vertical-align: sub;
}
.va-super {
  vertical-align: super;
}
.va-text-bottom {
  vertical-align: text-bottom;
}
.va-text-top {
  vertical-align: text-top;
}
.va-top {
  vertical-align: top;
}
.va-unset {
  vertical-align: unset;
}
.ta-center {
  text-align: center;
}
.ta-end {
  text-align: end;
}
.ta-inherit {
  text-align: inherit;
}
.ta-initial {
  text-align: initial;
}
.ta-justify {
  text-align: justify;
}
.ta-left {
  text-align: left;
}
.ta-right {
  text-align: right;
}
.ta-start {
  text-align: start;
}
.ta-unset {
  text-align: unset;
}
.width-full {
  width: 100%;
}
.redish {
  color: #fc8b93 !important;
}
/*////////////////////////////////////////////////*/
/*////////////////////////////////////////////////*/
/*////////////////////////////////////////////////*/
/*////////////////////////////////////////////////*/
/*MIXINS MIXINS MIXINS MIXINS MIXINS MIXINS MIXINS*/
/*prevent mouse bluish highlight*/
/*////////////////////////////////////////////////*/
/*////////////////////////////////////////////////*/
/*////////////////////////////////////////////////*/
.app-view {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.app-view.has-left-menu {
  width: calc(100% - 230px);
  height: 100%;
  min-height: 100%;
  float: left;
  -webkit-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.app-view.has-left-menu.menu-collapsed {
  width: calc(100% - 50px);
}
.left-menu {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 230px;
  height: 100%;
  float: left;
  overflow-y: auto;
  border-right: 1px solid #dedede;
  -webkit-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.07);
  z-index: 2;
}
.left-menu.collapsed {
  width: 50px;
}
.left-menu.collapsed .left-menu-button, .left-menu.collapsed .left-menu-button .button-label {
  color: rgba(0, 0, 0, 0) !important;
}
.left-menu.collapsed .minimize-left-menu:after {
  right: 18px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.left-menu .menu-search input[type=text] {
  height: 50px;
  border: none;
  border-bottom: 1px solid #c5c9ce;
  padding-left: 15px;
}
.left-menu .left-menu-button {
  position: relative;
  display: block;
  box-sizing: border-box;
  height: 50px;
  width: 100%;
  padding: 0 15px;
  border: none;
  border-bottom: 1px solid #c5c9ce;
  background: white;
  color: #777;
  line-height: 50px;
  text-align: left;
  font-size: 10pt;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.left-menu .left-menu-button.full-border {
  border-top: 1px solid #c5c9ce;
  border-bottom: 1px solid #c5c9ce;
}
.left-menu .left-menu-button:hover {
  color: #2c3944;
  background: #fafafa;
}
.left-menu .left-menu-button:active, .left-menu .left-menu-button.active {
  color: #111;
  background: #f2f2f2;
}
.left-menu .left-menu-button.selected {
  background: #fafafa;
}
.left-menu .left-menu-button.disabled {
  opacity: 0.3;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.left-menu .left-menu-button.disabled:hover {
  background: white;
  color: #777;
}
.left-menu .left-menu-button.with-icon {
  padding: 0;
}
.left-menu .left-menu-button.with-icon .button-icon {
  opacity: 0.3;
}
.left-menu .left-menu-button.with-icon:hover .button-icon {
  opacity: 0.5;
}
.left-menu .left-menu-button.with-icon .button-label,
.left-menu .left-menu-button.with-icon .button-icon {
  float: left;
  display: block;
}
.left-menu .left-menu-button.with-icon .button-icon {
  width: 50px;
  height: 100%;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.left-menu .left-menu-button.with-icon .button-label {
  width: calc(100% - 50px);
  height: 100%;
  line-height: 50px;
  text-align: left;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.left-menu .button-icon.refresh {
  background: url("/assets/img/ikons/reload.svg") no-repeat center;
  background-size: 45%;
}
.left-menu .minimize-left-menu:after {
  display: block;
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  right: 20px;
  top: calc(50% - 12px / 2);
  background: url("/assets/img/ikons/collapse-arrows.svg") no-repeat center;
  background-size: 100%;
  opacity: 0.3;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.left-menu .minimize-left-menu:hover:after {
  opacity: 0.5;
}
.bread-crumbs {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  background: white;
  border-bottom: 1px solid #c5c9ce;
}
.bread-crumbs.has-left-menu {
  display: block;
  position: relative;
  width: calc(100% - 230px);
  float: left;
}
.bread-crumbs a {
  font-size: 10.5pt;
  color: #2c3944;
}
.bread-crumbs a:hover {
  color: #3b3d56;
}
.banner {
  height: 50px;
  line-height: 50px;
}
.banner > * {
  line-height: 50px;
}
.banner h5 {
  padding: 8px 0 8px 0;
  line-height: normal;
}
.card {
  width: 100%;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.card > * {
  box-sizing: border-box;
}
.card .card-heading {
  padding: 15px;
  background: #2c3944;
  border-radius: 0 2px 2px 0 0 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.card .card-heading.bg-1 {
  background: #3b3d56;
}
.card .card-heading > * {
  color: white;
}
.card .card-body {
  padding: 15px;
}
.info-group {
  margin: 5px 0;
}
.info-group p {
  min-height: 14px;
}
.input-label {
  line-height: 24px;
}
.close-button,
.plus-button {
  font-size: 20pt;
  font-weight: 600;
  background: none;
  border: none;
  color: #8cc63d;
  cursor: pointer;
}
.close-button:hover,
.plus-button:hover {
  color: #aad56f;
}
.close-button.red,
.plus-button.red {
  color: #879bb6;
}
.input-icon.search {
  background: url("/assets/img/ikons/search.svg") no-repeat center;
  background-size: 60%;
}
.btn.with-icon.create:after {
  background: url("/assets/img/ikons/plus-button.svg") no-repeat center;
  background-size: 100%;
}
.xbox {
  width: auto;
  float: right;
  height: 100%;
  line-height: 50px;
  cursor: pointer;
}
.xbox:hover .box {
  border: 1px solid #ccc;
}
.xbox .box {
  position: relative;
  top: calc(50% - 16px);
  width: 30px;
  height: 30px;
  background: white;
  float: left;
  margin-right: 20px;
  border: 1px solid #ddd;
}
.xbox.checked .box:after {
  display: block;
  content: "";
  position: absolute;
  top: -10%;
  left: -10%;
  width: 125%;
  height: 125%;
  background: url("/assets/img/ikons/plus_black.svg") no-repeat center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-size: 100%;
  opacity: 0.6;
}
.xbox.checkmark .box:after {
  background: url("/assets/img/ikons/checkmark.svg") no-repeat center;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  background-size: 125%;
}
.xbox span {
  position: relative;
  top: calc(50% - 15px);
  height: 30px;
  float: left;
  font-weight: 200;
  font-size: 10.5pt;
  color: #2c3944;
  line-height: 30px;
}
.xbox.xbox-inline {
  float: left;
  height: 31px;
  margin-bottom: 20px;
}
.xbox.xbox-inline span {
  font-size: 10pt;
}
.external-form-container {
  width: 100%;
  height: 100%;
  background: #3b3d56;
  overflow: auto;
  box-sizing: content-box;
  margin-top: -75px;
  padding-bottom: 75px;
}
.external-form {
  width: 400px;
  height: auto;
  min-height: 300px;
  background: white;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  padding: 60px 60px;
}
.external-form .heading {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 40px;
  font-size: 12pt;
  color: #3b3d56;
}
.external-form .login-circle {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #dedede url("/assets/img/ikons/no-avatar.svg") no-repeat bottom center;
  background-size: 75%;
  margin: auto;
}
.external-form .form-input {
  height: 60px;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid #dedede;
  font-size: 10.5pt;
}
.external-form .form-input:focus {
  background: rgba(242, 242, 242, 0.2);
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid #d4d4d4;
}
.external-form p {
  display: block;
  width: 100%;
  height: auto;
  white-space: normal;
}
.external-form .btn {
  margin: auto;
  margin-top: 30px;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  width: 100%;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.external-form .btn:hover {
  background: #5f799d;
}
.external-form a.link {
  width: 100%;
  display: block;
  margin: auto;
  text-align: right;
  margin-top: 20px;
  font-size: 9pt;
  color: #888;
}
.external-cache-clear {
  position: absolute;
  bottom: 0;
  right: 0;
  color: white;
  font-size: 10pt;
  font-weight: 200;
  padding: 30px;
  cursor: pointer;
}
.external-cache-clear:hover {
  color: #b3b3b3;
}
.header .logo-area {
  width: 230px;
  height: 100%;
  border-right: 1px solid #f2f2f2;
  float: left;
  font-size: 26pt;
  font-weight: bold;
  color: white;
  text-align: center;
  line-height: 71px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}
.header .logo-area.small {
  font-size: 15pt;
  font-weight: 600;
}
.header .logo-area:hover {
  background: rgba(255, 255, 255, 0.5);
}
.header .content-area {
  width: calc(100% - 501px);
  height: 100%;
  float: left;
}
.header .content-area .btn {
  float: left;
  margin-top: 20px;
  margin-left: 20px;
}
.header .content-area .btn:first-child {
  margin-left: 40px;
}
.header .content-area .search {
  margin: 25px;
  margin-left: 100px;
}
.header .user-area {
  position: relative;
  width: 270px;
  height: 100%;
  float: left;
  cursor: pointer;
}
.header .user-area .profile-picture {
  margin: 10.5px 20px;
  width: 50px;
  height: 50px;
  display: block;
  float: left;
  background: white url("/assets/img/ikons/no-avatar-grey.svg") no-repeat bottom center;
  background-size: 75%;
  border-radius: 50px;
}
.header .user-area .name {
  float: left;
  height: 100%;
  line-height: 71px;
  font-size: 10.5pt;
  color: #f2f2f2;
  font-weight: 200;
}
.header .user-area .user-ddl {
  display: none;
  position: absolute;
  top: 71px;
  width: 100%;
  height: auto;
  background: #3b3d56;
  overflow: hidden;
  z-index: 9;
}
.header .user-area .user-ddl .ddl-item {
  display: block;
  width: 100%;
  float: left;
  padding-left: 50px;
  box-sizing: border-box;
  height: 50px;
  background: #3b3d56;
  text-align: left;
  line-height: 50px;
  color: white;
  font-size: 10pt;
  font-weight: 200;
  border-top: 1px solid #2e2f43;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.header .user-area .user-ddl .ddl-item:hover {
  background: #484b69;
}
.header .user-area .user-ddl .ddl-item:last-of-type {
  background: #34364c;
}
.header .user-area .user-ddl .ddl-item:last-of-type:hover {
  background: #484b69;
}
.confirm-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 9;
}
.confirm-overlay .confirm {
  width: 400px;
  height: auto;
  min-height: 100px;
  background: #3b3d56;
  padding-bottom: 15px;
}
.confirm-overlay .confirm.large-content {
  width: 500px;
}
.confirm-overlay .confirm.alert {
  position: relative;
  border: 1px solid #ccc;
  background: white;
}
.confirm-overlay .confirm.alert .confirm-buttons {
  display: none;
}
.confirm-overlay .confirm.alert .confirm-heading {
  color: white;
  background: #ffa1a1;
  height: 45px;
}
.confirm-overlay .confirm.alert .confirm-heading .close-button {
  color: white;
  padding-right: 13px;
  line-height: 35px;
  height: 45px;
  margin-right: 0;
}
.confirm-overlay .confirm.alert .confirm-heading .confirm-title {
  width: calc(100% - 75px);
  height: 40px;
  margin-left: 35px;
  line-height: 45px;
  float: left;
  text-align: center;
}
.confirm-overlay .confirm.alert .confirm-content {
  padding-top: 20px;
}
.confirm-overlay .confirm.alert .confirm-content pre,
.confirm-overlay .confirm.alert .confirm-content p {
  color: #2c3944;
  letter-spacing: 0.027em;
  font-weight: 400;
}
.confirm-overlay .confirm.alert .confirm-content pre .semi-bold,
.confirm-overlay .confirm.alert .confirm-content p .semi-bold {
  font-weight: 600;
}
.confirm-overlay .confirm .confirm-heading {
  height: 30px;
  width: 100%;
  float: left;
}
.confirm-overlay .confirm .confirm-heading .close-button {
  float: right;
  margin-right: 5px;
  line-height: 35px;
  width: 35px;
}
.confirm-overlay .confirm .confirm-content {
  width: calc(100% - 40px);
  padding: 5px 20px 25px 20px;
  height: auto;
  min-height: 35px;
  float: left;
}
.confirm-overlay .confirm .confirm-content .confirm-title {
  text-align: center;
  color: white;
  padding-bottom: 10px;
}
.confirm-overlay .confirm .confirm-content pre,
.confirm-overlay .confirm .confirm-content p {
  color: white;
  font-weight: 200;
  font-size: 10.5pt;
  max-width: 100%;
  line-height: normal;
}
.confirm-overlay .confirm .confirm-buttons {
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
.confirm-overlay .confirm .confirm-buttons .confirm-button {
  float: left;
}
.confirm-overlay .confirm .confirm-buttons .confirm-button:nth-of-type(1) {
  margin-right: 10px;
}
.confirm-overlay .confirm .confirm-buttons .confirm-button:nth-of-type(2) {
  margin-left: 10px;
}
.bottom-alert {
  position: fixed;
  bottom: -60px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  min-height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 0;
  border: none;
  font-size: 10.5pt;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 9;
}
.bottom-alert.expanded {
  bottom: 0;
}
.bottom-alert.alert-danger {
  background: #ffa1a1;
  color: white;
}
.bottom-alert.alert-success {
  background: #5dffd3;
  color: #222;
}
.bottom-alert.alert-notification {
  background: #ffefae;
  color: #222;
}
.sub-content {
  position: relative;
  margin: 20px;
  background: white;
  width: calc(100% - 90px);
  height: 100%;
  float: left;
  box-sizing: border-box;
}
.sub-content.page-push, .sub-content.max-width.page-push {
  margin: 50px auto 200px auto !important;
}
.sub-content.bordered {
  border: 1px solid #c5c9ce;
}
.sub-content.max-width {
  max-width: 1200px;
  float: none !important;
  margin: 50px auto !important;
  height: auto;
}
.sub-content.modal-width {
  width: auto;
}
.sub-content.mini {
  display: block;
  max-width: 600px;
  margin: 50px auto 20px auto;
  height: auto;
  float: none;
}
.sub-content-aligned {
  position: relative;
  margin: 20px;
  background: white;
  width: calc(100% - 90px);
  height: 100%;
  float: left;
  box-sizing: border-box;
  background: none;
}
.sub-content-aligned.page-push, .sub-content-aligned.max-width.page-push {
  margin: 50px auto 200px auto !important;
}
.sub-content-aligned.bordered {
  border: 1px solid #c5c9ce;
}
.sub-content-aligned.max-width {
  max-width: 1200px;
  float: none !important;
  margin: 50px auto !important;
  height: auto;
}
.sub-content-aligned.modal-width {
  width: auto;
}
.sub-content-aligned.mini {
  display: block;
  max-width: 600px;
  margin: 50px auto 20px auto;
  height: auto;
  float: none;
}
.sub-heading {
  height: 40px;
  width: 100%;
  background: #3b3d56;
}
.sub-heading .sub-heading-title {
  display: block;
  position: relative;
  font-size: 11.5pt;
  color: white;
  min-height: 100%;
  width: 150px;
  line-height: 40px;
  cursor: pointer;
  padding-left: 30px;
  float: left;
}
.sub-heading .sub-heading-title-lrg {
  display: block;
  position: relative;
  font-size: 11.5pt;
  color: white;
  min-height: 100%;
  width: 300px;
  line-height: 40px;
  cursor: pointer;
  padding-left: 30px;
  float: left;
}
.sub-heading .close-button,
.sub-heading .plus-button {
  float: right;
  margin-right: 15px;
  line-height: 40px;
}
.tissue-origin-maps {
  border: 1px solid #c5c9ce;
  cursor: pointer;
  margin-bottom: 10px;
  background: #fefefe;
}
.tissue-origin-maps label {
  display: block;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
.tissue-origin-maps:hover {
  background: #f6f6f6 !important;
}
.tissue-origin-maps button {
  margin-top: 5px;
}
.diagnoses-specimen {
  float: left;
}
.report-preview {
  padding-top: 50px;
  box-sizing: border-box;
}
.report-builder {
  width: 100%;
  height: 100%;
  background: #f2f2f2;
}
.report-builder-config {
  width: 230px;
  height: 100%;
  float: left;
  background: #fff;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
}
.report-builder-config .control-head {
  display: block;
  height: 50px;
}
.report-builder-config .control-head .btn.toggle {
  padding: 0;
  display: block;
  width: 33.3%;
  max-width: none;
  min-width: 0;
  height: 50px;
  line-height: 50px;
  float: left;
  box-sizing: border-box;
  border-radius: 0;
  border-right: 0;
}
.report-builder-config .report-config {
  padding-top: 20px;
}
.report-builder-config .report-config p {
  padding: 0 20px;
  font-weight: 600;
}
.report-builder-config .report-config .config-input {
  width: 100%;
  border: none;
  width: calc(100% - 2px);
  margin: 0 1px;
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
  box-sizing: border-box;
  border: none;
  background: #fafafa;
}
.report-builder-config .report-config .config-btn {
  display: block;
  border: 1px solid #f2f2f2;
  width: calc(100% - 2px);
  margin: 1px 1px;
  height: 60px;
  background: #fff;
  line-height: 60px;
  font-size: 10pt;
  color: #2c3944;
  cursor: pointer;
  box-sizing: border-box;
}
.report-builder-config .report-config .config-btn:hover {
  background: #f6f6f6;
}
.report-builder-config .report-all-templates,
.report-builder-config .report-config,
.report-builder-config .report-elements {
  width: 100%;
  max-height: calc(100% - 50px);
  margin: 0 0 25px 0;
  padding-bottom: 20px;
  height: auto;
  background: #fff;
  overflow-y: auto;
}
.report-builder-config .report-all-templates li {
  border: 1px solid #ddd;
  border-right: none;
  width: calc(100% - 2px);
  margin: 0 1px;
  padding-left: 40px;
  height: 60px;
  background: #fff;
  cursor: pointer;
  font-weight: 300;
  line-height: 60px;
  font-size: 10pt;
  box-sizing: border-box;
}
.report-builder-config .report-all-templates li:not(:first-child) {
  border-top: none !important;
}
.report-builder-config .report-all-templates li a {
  display: block;
  color: #2c3944;
}
.report-builder-config .report-all-templates li:hover {
  background: #f6f6f6;
}
.report-builder-config .report-elements .draggable {
  border: 1px solid #ddd;
  width: calc(100% - 2px);
  margin: 0 1px;
  height: 70px;
  background: #fff;
  cursor: pointer;
  text-align: center;
  font-weight: 300;
  line-height: 70px;
  font-size: 10.5pt;
  box-sizing: border-box;
}
.report-builder-config .report-elements .draggable:not(:last-child) {
  border-bottom: none;
}
.report-builder-config .report-elements .draggable:hover {
  background: #f2f2f2;
}
.report-editor {
  position: relative;
  display: block;
  width: calc(100% - 230px);
  height: 100%;
  float: left;
  overflow-y: auto;
}
.report-editor.editing {
  padding-top: 50px;
  box-sizing: border-box;
}
.report-editor.editing .report-content {
  min-height: 1000px;
  margin-bottom: 150px;
}
.report-editor.editing .droppable {
  overflow: hidden;
}
.report-editor.editing .droppable.valid {
  border: 1px dashed green;
}
.report-editor.editing .report-content .droppable > .draggable {
  position: relative;
  cursor: move;
}
.report-editor.editing .report-content .droppable > .draggable:hover > .element-delete-button:first-child {
  position: absolute;
  display: block;
  width: 27px;
  height: 27px;
  margin-bottom: -37px;
  cursor: pointer;
  right: 3px;
  top: 3px;
  z-index: 9;
  position: relative;
  float: right;
  background: #ffffff url("/assets/img/ikons/remove-circle.svg") center no-repeat;
  background-size: 100%;
  border-radius: 27px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.report-editor.editing .report-content .droppable > .draggable:hover:after {
  border: 1px dashed orange;
}
.report-editor.editing .report-content .droppable > .draggable.empty:hover {
  border: 1px dashed #000;
}
.draggable {
  display: block;
  height: auto;
}
.draggable:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  pointer-events: none;
}
.draggable.moving {
  border: 1px dashed orange;
}
.report-content {
  height: auto;
}
.report-content .page {
  position: relative;
  box-sizing: border-box;
}
.report-content .page.preview, .report-content .page.editing {
  margin: auto;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.bottom-display {
  position: fixed;
  display: block;
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.bottom-display .state-display .zoom {
  float: right;
  margin-right: 50px;
  margin-top: 15px;
}
.state-display .zoom button {
  float: left;
  width: 50px;
  height: 20px;
  background: none;
  border: 1px solid #ddd;
  color: #aaa;
}
.state-display .zoom button:hover {
  background: #f2f2f2;
  cursor: pointer;
}
.state-display .zoom span {
  float: left;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 9pt;
  color: #aaa;
  margin: 0 10px;
}
.smaller-text {
  line-height: 11pt;
  font-size: 9pt;
}
.smaller-text span,
.smaller-text label {
  font-size: 9pt;
}
.smaller-text .element-block label,
.smaller-text .element-inline label,
.smaller-text .element-pre label {
  font-size: 9pt;
}
.smaller-text .element-pre {
  line-height: 11pt;
  font-size: 9pt;
}
.centered-image-container {
  text-align: center;
}
.centered-image-child {
  display: inline-block;
  width: 180px;
}
.centered-imagemap-child {
  vertical-align: top;
  display: inline-block;
  width: 235px;
}
.element-block,
.element-inline,
.element-pre {
  font-size: 10pt;
  color: #2c3944;
}
.element-block.has-label,
.element-inline.has-label,
.element-pre.has-label {
  font-weight: 500;
}
.element-block label,
.element-inline label,
.element-pre label {
  margin-right: 5px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 10pt;
  color: #777;
}
.element-pre {
  line-height: 20px;
}
.element-heading {
  font-size: 11pt;
  color: #2c3944;
  height: 20px;
  line-height: 20px;
}
.element-empty {
  width: 100%;
  min-height: 2px;
}
.section-heading {
  display: block;
  padding-left: 0;
  background: #333;
  color: white;
  height: 18px;
  line-height: 18px;
  margin-top: 5px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 10pt;
  text-align: center;
}
.report-alert {
  display: block;
  width: 100%;
  height: 35px;
  margin-top: 20px;
  line-height: 35px;
  font-size: 12pt;
  text-align: center;
  font-weight: 500;
  background: white;
  color: red;
}
.report-grid,
.report-block {
  box-sizing: border-box;
}
.top-grey-border {
  border-top: 1px solid #ccc;
}
.bottom-grey-border {
  border-bottom: 1px solid #ccc;
}
.value-bold > span {
  font-weight: bold;
}
.value-bold > label {
  font-weight: bold;
}
.value-small {
  font-size: 12px;
}
.tighter-text2 {
  line-height: 13px;
}
.tighter-text {
  line-height: 15px;
}
.disclaimer-text {
  font-size: 9px;
  line-height: 1.2em !important;
  color: #888888;
}
.child-image-centered {
  width: 33% !important;
  display: inline-block !important;
}
.child-image-centered > img {
  max-width: 225px;
  max-height: 225px;
}
.child-image-container {
  text-align: center !important;
}
.report-grid {
  display: block;
  width: 100%;
  overflow: hidden;
}
.report-grid .row {
  display: block;
  width: 100%;
  float: left;
  overflow: hidden;
}
.report-grid .column {
  display: block;
  float: left;
  overflow: hidden;
  box-sizing: border-box;
}
.image-map {
  margin: 0px 0;
}
.image-map rect.area {
  cursor: pointer;
}
.image-map rect.area:hover {
  opacity: 0.6 !important;
}
.image-map rect.area.selected {
  border: 1px solid orange !important;
  opacity: 0.7 !important;
}
.image-map rect.area.not-selected {
  border: 1px solid #ccc !important;
  fill: white !important;
  opacity: 0.1 !important;
}
.data-image {
  position: relative;
  width: 100%;
  height: 200px;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  margin-bottom: 5px;
  background: #fafafa;
}
.data-image .image-loader {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
}
.data-image input[type=file] {
  position: absolute;
  left: 10000px;
}
.data-image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.data-image:hover .image-actions {
  display: block;
  opacity: 1;
  cursor: pointer;
}
.data-image.is-dragover:after, .data-image.is-dragover.empty:after {
  border: 1px solid orange;
  opacity: 0.6;
}
.data-image.empty {
  background: #f6f6f6;
}
.data-image.empty:after {
  background: url("/assets/img/ikons/picture.svg") no-repeat center;
  background-size: 30px;
  opacity: 0.2;
}
.data-image .image-actions {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 40px;
  z-index: 3;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0.7);
}
.data-image .image-actions button {
  position: relative;
  display: block;
  float: right;
  height: 30px;
  width: 30px;
  border: none;
  padding: 0;
  margin-right: 5px;
  margin-top: 5px;
  cursor: pointer;
  opacity: 0.7;
}
.data-image .image-actions button:hover {
  opacity: 1;
}
.data-image .image-actions button.add {
  background: url("/assets/img/ikons/plus-circle.svg") center no-repeat;
  background-size: 90%;
}
.data-image .image-actions button.delete {
  background: url("/assets/img/ikons/remove-circle.svg") center no-repeat;
  background-size: 90%;
}
.data-image .image-actions button.caption {
  background: url("/assets/img/ikons/message-circle.svg") center no-repeat;
  background-size: 85%;
}
.data-image .image-actions button.browser {
  background: url("/assets/img/ikons/up-circle.svg") center no-repeat;
  background-size: 90%;
}
/*.ng-pristine { }
  .ng-valid { }
  .ng-touched { }
  .ng-untouched { }
  .ng-dirty {
    outline: 2px dotted #fffd00;
  }
  .ng-invalid {
    outline: 2px dotted #ff0000;
  }*/
.table .tbody .tr.urgency-color {
  -webkit-transition: background 0.1s ease-out;
  transition: background 0.1s ease-out;
}
.table .tbody .tr.urgency-color.urgency-0 {
  background: #fafafa;
}
.table .tbody .tr.urgency-color.urgency-0:hover {
  background: #eaeaea;
}
.table .tbody .tr.urgency-color.urgency-1 {
  background: #ffffff;
}
.table .tbody .tr.urgency-color.urgency-1:hover {
  background: #f7f7f7;
}
.table .tbody .tr.urgency-color.urgency-2 {
  background: rgba(255, 239, 174, 0.5);
}
.table .tbody .tr.urgency-color.urgency-2:hover {
  background: rgba(255, 233, 141, 0.5);
}
.table .tbody .tr.urgency-color.urgency-3 {
  background: rgba(44, 57, 68, 0.4);
}
.table .tbody .tr.urgency-color.urgency-3:hover {
  background: rgba(31, 40, 48, 0.4);
}
.table .tbody .tr.urgency-color.urgency-4 {
  background: rgba(135, 155, 182, 0.5);
}
.table .tbody .tr.urgency-color.urgency-4:hover {
  background: rgba(115, 138, 170, 0.5);
}
.table .tbody .tr.urgency-color.urgency-released {
  background: rgba(140, 198, 61, 0.2);
}
.table .tbody .tr.urgency-color.urgency-released:hover {
  background: rgba(123, 175, 51, 0.2);
}
.urgency-legend .badge {
  border: 1px solid #c5c9ce;
  margin-left: 5px;
  margin-right: 10px;
  font-weight: normal;
}
.badge.urgency-0 {
  background: #fafafa;
}
.badge.urgency-1 {
  background: #ffffff;
}
.badge.urgency-2 {
  background: rgba(255, 239, 174, 0.5);
}
.badge.urgency-3 {
  background: rgba(44, 57, 68, 0.4);
}
.badge.urgency-4 {
  background: rgba(135, 155, 182, 0.5);
}
.badge.urgency-released {
  background: rgba(140, 198, 61, 0.2);
}
wrus-error-output {
  display: block;
  color: red;
  font-size: 10pt;
}
wrus-error-option::before {
  content: "*";
}
ng2-auto-complete {
  font-size: 10pt !important;
}
.result-history {
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #eee;
  padding: 0 10px;
}
.result-history.active {
  background: rgba(44, 57, 68, 0.4);
}
.result-history.error, .result-history.reject {
  cursor: default !important;
}
.result-history.error {
  background: rgba(255, 161, 161, 0.3) !important;
}
.result-history.reject {
  background: rgba(255, 165, 0, 0.3);
}
.result-history:hover {
  background: #fafafa;
}
.result-history:hover.active {
  background: rgba(31, 40, 48, 0.4);
}
.result-history:hover.error {
  background: rgba(255, 128, 128, 0.3) !important;
}
.calculation-error {
  background: rgba(255, 128, 128, 0.3) !important;
}
.file-input {
  position: absolute;
  left: -5000px;
}
.deletion-button {
  float: right;
}
.to-delete .row {
  opacity: 0.5;
}
.to-delete .row:first-of-type {
  opacity: 1;
}
.to-delete .deletion-text {
  float: right;
  font-weight: 500;
  opacity: 1;
}
.to-delete .deletion-text mark {
  color: #ffa1a1 !important;
}
.to-delete .deletion-text button {
  background: none;
  border: none;
  font-size: 10.5pt;
  cursor: pointer;
}
.deleted .specimen-banner,
.deleted .specimen-banner h5 {
  text-decoration: line-through;
}
.deleted .row {
  opacity: 0.5;
}
.p-lines {
  line-height: 2em;
}
.add-integration {
  margin-top: 8px;
}
.add-integration .integration-list {
  margin-top: 5px;
  font-size: 14px;
}
.add-integration .integration-list button {
  margin-left: 10px;
}
.top-push-sm {
  margin-top: 7px;
}
.bottom-push-sm {
  margin-bottom: 7px;
}
.lighter {
  font-weight: 300;
}
.case-search-expanded .radio {
  font-size: 7pt;
  margin: 5px 0 5px 0;
}
.case-search-expanded .radio label {
  cursor: pointer;
}
.search-response-table input[type=checkbox] {
  margin: 0 5px 0 10px;
}
.chip .close-button {
  margin-left: 5px;
}
/*////////////////////////////////////////////////*/
/*//////////////slide list styles/////////////////*/
/*////////////////////////////////////////////////*/
.slide-item-container {
  border: 1px solid #f1f1f1;
  border-bottom: none;
  vertical-align: middle;
  margin-top: 10px;
}
.slide-item {
  padding: 10px;
  padding-right: 0;
  border-bottom: 1px solid #f1f1f1;
  vertical-align: middle;
}
.slide-item-deleted {
  background-color: #dc322f;
  color: #5f0101;
  margin: -10px 0;
  text-align: center;
  cursor: default;
  line-height: 40px;
  border-left: 1px solid #f5f5f5;
}
.slide-item-ok {
  background-color: #859900;
  color: #313800;
  margin: -10px 0;
  text-align: center;
  cursor: default;
  line-height: 40px;
  border-left: 1px solid #f5f5f5;
}
.slide-item-support {
  background-color: #f5f5f5;
  font-size: 8px;
  font-style: italic;
}
.pills a {
  margin: 0;
}
.pills a .inner {
  background-color: white;
  border: 1px solid #eee;
  border-radius: 10px;
  margin: 8px 5px;
  padding: 15px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pills a .inner h5 {
  font-size: 30px;
  line-height: 36px;
}
.pills a .inner h5 .icon {
  margin-right: 7px;
}
.pills a:hover .inner {
  border-color: #c5c9ce;
}
.pills a.selected .inner {
  background-color: #2c3944;
  border-color: #2c3944;
  color: white;
}
.pills a.selected .inner h5,
.pills a.selected .inner p {
  color: white;
}
.pills.pill-toggle a.selected .inner {
  background-color: white;
  border-color: #2c3944;
  color: #2c3944;
}
.pills.pill-toggle a.selected .inner * {
  color: #2c3944;
}
.no-wrap {
  white-space: nowrap;
}
.vtop {
  vertical-align: top !important;
}
.top-push {
  margin-top: 15px;
}
.top-push-xl {
  margin-top: 60px;
}
.top-push-lg {
  margin-top: 30px;
}
.top-push-sm {
  margin-top: 6px;
}
.bottom-push {
  margin-bottom: 15px;
}
.bottom-push-xl {
  margin-bottom: 60px;
}
.bottom-push-lg {
  margin-bottom: 30px;
}
.bottom-push-sm {
  margin-bottom: 6px;
}
.text-center {
  text-align: center;
}
.col-centered {
  float: none;
  margin: 0 auto;
}
.case-search-expansion-wrapper {
  display: block;
  width: 100%;
  min-height: 38px;
  border: 1px solid #c5c9ce;
}
.case-search-expansion-wrapper .case-search-expansion-handle {
  padding: 0 10px;
  cursor: pointer;
}
.case-search-expansion-wrapper .case-search-expansion-handle:hover {
  background: #fafafa;
}
.case-search-expansion-wrapper .case-search-expansion-handle label {
  display: block;
  height: 38px;
  line-height: 38px;
  font-size: 9pt;
  width: 100%;
  cursor: pointer;
}
.case-search-expansion-wrapper .case-search-expansion-handle label span {
  color: #777;
}
.case-search-expansion-wrapper .case-search-expansion {
  padding: 5px 10px 5px 10px;
}
.clickable {
  cursor: pointer;
}
.lims-col-field-label {
  margin: 5px 0;
}
.x {
  display: none !important;
}
.ng-autocomplete {
  width: unset !important;
}
.autocomplete-container {
  box-shadow: none !important;
}
.autocomplete-container .input-container input {
  border: 1px solid #ddd !important;
}
