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

@media (min-width: 576px) {
  .container {
    max-width: 1317px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 1318px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 1319px;
  }
}

@media (min-width: 1240px) {
  .container {
    max-width: 1320px;
  }
}

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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-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-auto, .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-sm-auto, .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-md-auto, .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-lg-auto, .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,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1240px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
}

body,
input,
textarea,
button {
  color: #000;
  font-size: 16px;
}

img {
  width: 100%;
  height: auto;
}

button {
  border-radius: 0;
  border: 0;
}

select {
  border-radius: 0;
  -webkit-appearance: none;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
  min-height: 168px;
}

body {
  font-family: sans-serif;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?c1326j");
  src: url("../fonts/icomoon.eot?c1326j#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?c1326j") format("truetype"), url("../fonts/icomoon.woff?c1326j") format("woff"), url("../fonts/icomoon.svg?c1326j#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-smiley-happy-checked:before {
  content: "\e900";
}

.icon-smiley-neutral-checked:before {
  content: "\e901";
}

.icon-smiley-sad-checked:before {
  content: "\e902";
}

.icon-arrow-d-circled:before {
  content: "\e903";
}

.icon-arrow-d:before {
  content: "\e904";
}

.icon-arrow-l-circled:before {
  content: "\e905";
}

.icon-arrow-l:before {
  content: "\e906";
}

.icon-arrow-r-circled:before {
  content: "\e907";
}

.icon-arrow-r:before {
  content: "\e908";
}

.icon-arrow-u-circled:before {
  content: "\e909";
}

.icon-arrow-u:before {
  content: "\e90a";
}

.icon-calendar:before {
  content: "\e90b";
}

.icon-checkbox-circled-checked:before {
  content: "\e90c";
}

.icon-checkbox-circled-unchecked:before {
  content: "\e90d";
}

.icon-checkbox:before {
  content: "\e90e";
}

.icon-client:before {
  content: "\e90f";
}

.icon-eye:before {
  content: "\e910";
}

.icon-home:before {
  content: "\e911";
}

.icon-plus-circled-double:before {
  content: "\e912";
}

.icon-smiley-happy:before {
  content: "\e913";
}

.icon-smiley-neutral:before {
  content: "\e914";
}

.icon-smiley-sad:before {
  content: "\e915";
}

.icon-stats:before {
  content: "\e916";
}

.icon-user:before {
  content: "\e971";
}

.icon-exit:before {
  content: "\ea14";
}

.hidden {
  display: none;
}

.loader {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 4;
  background: rgba(255, 255, 255, 0.3);
  width: 100vw;
  height: 100vh;
}

.loader img {
  width: 200px;
  height: auto;
  -webkit-animation: glowing 2s linear infinite;
          animation: glowing 2s linear infinite;
}

.loader.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@-webkit-keyframes glowing {
  50% {
    opacity: .6;
  }
}

@keyframes glowing {
  50% {
    opacity: .6;
  }
}

.bold {
  font-weight: bold;
}

.blue {
  color: #003768 !important;
}

.blue-light {
  color: #0081c6 !important;
}

.red {
  color: red !important;
}

.green {
  color: green !important;
}

.form.form-disabled {
  pointer-events: none;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: .4;
}

.form-control {
  background: #fff;
  border-radius: 4px;
  border: 2px solid #003768;
  width: 100%;
  font-size: 16px;
  padding: 0 10px;
  line-height: 2.5;
  font-family: sans-serif;
}

textarea,
textarea.form-control {
  text-transform: none;
}

.btn,
input[type="submit"],
button {
  border-radius: 4px;
  color: #003768;
  background: #0081c6;
  line-height: 2.5;
  padding: 0 30px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  background: transparent;
  cursor: pointer;
}

.btn:hover,
input[type="submit"]:hover,
button:hover {
  opacity: .84;
}

@media only screen and (max-width: 768px) {
  .btn,
  input[type="submit"],
  button {
    font-size: 14px;
    padding: 0 10px;
    line-height: 2;
  }
}

.btn.btn-l,
input[type="submit"].btn-l,
button.btn-l {
  display: block;
  text-align: center;
  margin: 30px 0;
}

@media only screen and (max-width: 768px) {
  .btn.btn-l,
  input[type="submit"].btn-l,
  button.btn-l {
    margin: 10px 0;
  }
}

.btn.btn-rectangle,
input[type="submit"].btn-rectangle,
button.btn-rectangle {
  border-radius: 0;
}

.btn.btn-mb,
input[type="submit"].btn-mb,
button.btn-mb {
  margin-bottom: 15px;
}

.btn.btn-blue-transparent,
input[type="submit"].btn-blue-transparent,
button.btn-blue-transparent {
  background: rgba(240, 255, 255, 0.9);
  color: #000;
}

.btn.btn-blue-light,
input[type="submit"].btn-blue-light,
button.btn-blue-light {
  background: #0081c6;
  color: #fff;
}

.btn.btn-blue,
input[type="submit"].btn-blue,
button.btn-blue {
  background: #003768;
  color: #fff;
}

.btn.btn-red-pantone,
input[type="submit"].btn-red-pantone,
button.btn-red-pantone {
  background: #E3454B;
  color: #fff;
}

.btn.btn-calendar,
input[type="submit"].btn-calendar,
button.btn-calendar {
  font-size: 10px;
  margin-top: 10px;
  display: block;
  padding: 1px;
  line-height: 1.5;
}

.btn.btn-calendar .icon,
input[type="submit"].btn-calendar .icon,
button.btn-calendar .icon {
  padding-left: 8px;
  font-size: 8px;
}

input[type="submit"] {
  border: 0;
}

.width-100 {
  width: 100%;
}

.inputset {
  margin: 20px 0;
}

.inputset-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.label-l {
  font-weight: bold;
  min-width: 100px;
  padding: 0 15px;
}

select {
  color: #003768;
  background: transparent;
}

.table-wrap.stat-equipe {
  margin-bottom: 30px;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
}

.table-responsive-ajax-search-matches {
  position: absolute;
  top: 46px;
  left: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background: #fff;
  z-index: 9;
}

.table-responsive-ajax-search-matches.hidden {
  display: none;
}

.table-responsive-ajax-search-matches .cursor {
  cursor: pointer;
}

.table,
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table tr:nth-child(even),
table tr:nth-child(even) {
  background: #e3f0f7;
}

.table tr.tr-border,
table tr.tr-border {
  border-bottom: 1px solid #003768;
}

.table tr:hover td,
table tr:hover td {
  color: #0081c6;
}

.table tr:hover td .link-icon .icon,
table tr:hover td .link-icon .icon {
  color: #0081c6;
}

.table tr:hover .link-icon .icon-plus,
table tr:hover .link-icon .icon-plus {
  display: none;
}

.table tr:hover .link-icon .icon-eye,
table tr:hover .link-icon .icon-eye {
  display: block;
}

.table td,
.table th,
table td,
table th {
  border-left: 1px solid #003768;
  color: #003768;
  font-weight: bold;
  padding: 12px;
  font-size: 14px;
  text-align: center;
}

.table td:first-child,
.table th:first-child,
table td:first-child,
table th:first-child {
  border-left: 0;
  width: 120px;
  font-weight: normal;
}

.table th,
table th {
  color: #003768;
}

.table th:first-child,
table th:first-child {
  font-weight: bold;
}

.heading,
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-bottom: .5em;
  font-family: "comfortaa", sans-serif;
}

.h1 {
  font-size: 2em;
}

.h2 {
  font-size: 1.4em;
}

.h3 {
  font-size: 1.2em;
}

.h4 {
  font-size: 1em;
}

.h5 {
  font-size: .8em;
}

.h6 {
  font-size: .7em;
}

.band {
  background: #003768;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 20px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 992px) {
  .band {
    padding: 15px 10px;
  }
}

.band .link {
  border-radius: 50%;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  text-align: center;
}

.band .link.hidden {
  opacity: 0;
  pointer-events: none;
}

.band .link .icon {
  color: #fff;
  font-size: 14px;
}

.band .text {
  font-size: 18px;
}

.band .text.text-long {
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .band .text {
    font-size: 14px;
  }
}

.band.band-s {
  padding: 10px;
  font-size: 12px;
}

.band.band-table {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.link-icon, .link-icon-call {
  display: inline-block;
  margin-left: 10px;
  text-align: center;
  vertical-align: middle;
}

.link-icon .icon, .link-icon-call .icon {
  font-size: 28px;
  color: #003768;
}

.link-icon .icon-call, .link-icon-call .icon-call {
  width: 28px;
}

.link-icon .icon-plus, .link-icon-call .icon-plus {
  display: block;
}

.link-icon .icon-eye, .link-icon-call .icon-eye {
  display: none;
}

.link-icon.link-icon-eye .icon-eye, .link-icon-call.link-icon-eye .icon-eye {
  display: block;
}

.alert {
  padding: 10px;
  margin: 0 0 15px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert a {
  color: inherit;
  font-weight: bold;
}

.alert a:hover {
  opacity: .85;
}

.alert .icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  margin-left: 5px;
  color: #003768 !important;
}

.alert.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.small-gutter {
  margin-left: -8px;
  margin-right: -8px;
}

.small-gutter > [class*='col-'] {
  padding-right: 8px;
  padding-left: 8px;
}

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

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

.no-mb {
  margin-bottom: 0 !important;
}

.no-mr {
  margin-right: 0 !important;
}

.no-ml {
  margin-left: 0 !important;
}

.no-mt {
  margin-top: 0 !important;
}

.uppercase {
  text-transform: uppercase;
}

.overflow-wrap {
  overflow-x: auto;
}

.overflow-wrap .col-md-12 {
  max-width: 400px;
}

.overflow-wrap .overflow {
  width: 1180px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.header {
  background: #003768;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.header .logo {
  width: 160px;
  margin: 0 20px;
}

@media only screen and (max-width: 992px) {
  .header .logo {
    display: none;
  }
}

.header .logo img {
  width: 100%;
}

.header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

@media only screen and (max-width: 992px) {
  .header .nav {
    width: 100%;
  }
}

.header .nav .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 20px;
}

@media only screen and (max-width: 992px) {
  .header .nav .link {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
    height: 60px;
  }
}

.header .nav .link.link-active, .header .nav .link:hover {
  background: #0081c6;
}

.header .nav .link .text {
  margin-top: 15px;
  font-weight: bold;
  font-size: 12px;
}

@media only screen and (max-width: 992px) {
  .header .nav .link .text {
    display: none;
  }
}

.header .nav .link .icon {
  font-size: 27px;
  height: 27px;
  display: block;
}

@media only screen and (max-width: 992px) {
  .header .nav .link .icon {
    font-size: 22px;
    height: 22px;
  }
}

.header .nav .link .user {
  border: 2px solid #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.header {
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

.header + .container {
  padding-top: 115px;
}

@media only screen and (max-width: 992px) {
  .header {
    height: 60px;
  }
  .header + .container {
    padding-top: 85px;
  }
}

.sidebar-item {
  background: rgba(240, 255, 255, 0.9);
  margin-bottom: 20px;
}

.sidebar-item .sidebar-content {
  padding: 15px;
}

.sidebar-item .legend {
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  margin: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 235px;
}

.sidebar-item .legend .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sidebar-item .legend .dot {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: scale(3.5);
          transform: scale(3.5);
  display: inline-block;
  margin-right: 10px;
}

.fullwidth .wrap-canvas {
  margin-bottom: 3em;
}

.fullwidth .wrap-canvas .sidebar-item {
  max-width: 60%;
  margin: 0 auto;
}

.form-appointment .col-12.col-border {
  border-right: 1px solid #003768;
}

@media only screen and (max-width: 992px) {
  .form-appointment .col-12.col-border {
    border: 0;
  }
}

.form-appointment .col-12.col-border .inputset {
  background: #fff;
}

.form-appointment .col-12.col-border .inputset:nth-child(even) {
  background: #e3f0f7;
}

@media only screen and (max-width: 992px) {
  .form-appointment .col-12.col-border .inputset {
    background: #e3f0f7;
  }
  .form-appointment .col-12.col-border .inputset:nth-child(even) {
    background: #fff;
  }
}

.form-appointment .inputset {
  margin: 0;
  padding: 8px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e3f0f7;
  min-height: 46px;
}

.form-appointment .inputset .inputset-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-appointment .inputset:nth-child(even) {
  background: #fff;
}

.form-appointment .inputset-s {
  margin-right: 78px;
}

.form-appointment .inputset-inline {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-appointment .inputset-inline label {
  width: auto;
  margin: 0 20px;
}

.form-appointment .inputset-inline input,
.form-appointment .inputset-inline .form-control {
  min-width: 40px;
  width: 80px;
}

@media only screen and (max-width: 992px) {
  .form-appointment .inputset-inline input,
  .form-appointment .inputset-inline .form-control {
    width: 55px;
  }
}

.form-appointment label {
  font-weight: bold;
  font-size: 12px;
  width: 160px;
}

@media only screen and (max-width: 992px) {
  .form-appointment label {
    width: 80px;
    min-width: 90px;
    padding-right: 5px;
  }
}

.form-appointment .inputset-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  width: 100%;
}

.form-appointment .inputset-select.inputset-select-l {
  width: 100%;
}

.form-appointment .inputset-select.inputset-select-l .select-wrap {
  width: 100%;
}

.form-appointment .inputset-select label {
  font-weight: normal;
  width: auto;
  margin-right: 10px;
  font-size: 12px;
}

.form-appointment .inputset-select .select-wrap {
  position: relative;
  width: 100%;
}

.form-appointment .inputset-select .select-wrap select {
  min-width: 60px;
  padding-right: 60px;
  font-size: 12px;
  color: #000;
}

@media only screen and (max-width: 992px) {
  .form-appointment .inputset-select .select-wrap select {
    padding-right: 30px;
  }
}

.form-appointment .inputset-select .select-wrap .icon {
  position: absolute;
  font-size: 10px;
  right: 0;
  top: 50%;
  margin-top: -5px;
  pointer-events: none;
}

.form-appointment .link-icon, .form-appointment .link-icon-call {
  margin: 0 20px 0 30px;
}

@media only screen and (max-width: 768px) {
  .form-appointment .link-icon-call {
    margin: 0 20px 0 20px;
  }
}

.form-appointment .form-control {
  background: #fff;
  border-radius: 0;
  border: 0;
  border-bottom: 1px dotted #003768;
  width: 100%;
  font-size: 16px;
  padding: 0 10px;
  line-height: 1.66;
  min-width: 140px;
  padding: 0;
  background: transparent;
  font-size: 14px;
}

.form-appointment .form-control:focus {
  outline: 0;
  border-color: #0081c6;
}

.inputset-checkbox.no-border input + label {
  border: 0;
  background: transparent;
}

.inputset-checkbox.no-border input + label .icon {
  font-size: 28px;
  color: #003768;
}

.inputset-checkbox.no-border input + label .icon-checkbox-circled-unchecked {
  display: block;
}

.inputset-checkbox.no-border input + label .icon-checkbox-circled-checked {
  display: none;
}

.inputset-checkbox.no-border input:checked + label {
  border: 0;
  background: transparent;
}

.inputset-checkbox.no-border input:checked + label .icon-checkbox-circled-unchecked {
  display: none;
}

.inputset-checkbox.no-border input:checked + label .icon-checkbox-circled-checked {
  display: block;
}

.inputset-checkbox.inputset-icon input + label .icon.icon-off {
  display: block;
}

.inputset-checkbox.inputset-icon input + label .icon.icon-on {
  display: none;
}

.inputset-checkbox.inputset-icon input:checked + label .icon.icon-off {
  display: none;
}

.inputset-checkbox.inputset-icon input:checked + label .icon.icon-on {
  display: block;
}

.inputset-checkbox input {
  display: none;
}

.inputset-checkbox input + label {
  text-align: center;
  display: block;
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: 26px;
  border-radius: 50%;
  background: #fff;
  color: #003768;
  border: 2px solid #003768;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
  padding: 0 !important;
}

.inputset-checkbox input:checked + label {
  background: #003768;
  color: #fff;
}

.wrap-calendar {
  padding: 0 2px;
}

.table.table-calendar {
  table-layout: fixed;
}

.table.table-calendar tr:nth-child(even) {
  background: #fff;
}

.table.table-calendar tr:nth-child(even) td:nth-child(odd) {
  background: #fff;
}

.table.table-calendar tr:nth-child(even) td:nth-child(even) {
  background: #e3f0f7;
}

.table.table-calendar td {
  height: 80px;
  vertical-align: top;
}

@media only screen and (max-width: 576px) {
  .table.table-calendar td {
    height: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .table.table-calendar td {
    padding: 1px 1px 10px 1px;
  }
}

.table.table-calendar td.past .day, .table.table-calendar td.past .btn.btn-calendar, .table.table-calendar td.futur .day, .table.table-calendar td.futur .btn.btn-calendar {
  opacity: .5;
}

.table.table-calendar td:first-child,
.table.table-calendar th:first-child {
  width: auto;
}

.table.table-calendar td:nth-child(odd) {
  background: #e3f0f7;
}

@media only screen and (max-width: 768px) {
  .table.table-calendar th {
    font-size: 0;
  }
  .table.table-calendar th:first-letter {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .table.table-calendar .btn.btn-calendar {
    font-size: 6.5px;
    line-height: 1.5;
  }
  .table.table-calendar .btn.btn-calendar .icon {
    display: none;
  }
}

.table.table-calendar .day {
  display: block;
  text-align: left;
  color: #000;
  font-weight: normal !important;
}

@media only screen and (max-width: 768px) {
  .table.table-calendar .day {
    font-size: 10px;
    padding-top: 5px;
    padding-left: 5px;
  }
}

.form.form-list {
  margin-bottom: 20px;
  position: relative;
}

.form.form-list .form-control {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form.form-list .form-control,
.form.form-list .btn {
  border-radius: 0;
  line-height: 50px;
  height: 60px;
  padding: 0 22px;
  display: block;
}

@media only screen and (max-width: 768px) {
  .form.form-list .form-control,
  .form.form-list .btn {
    padding: 0 10px;
  }
}

.form.form-list .form-control .icon,
.form.form-list .btn .icon {
  font-size: 24px;
  padding-top: 17px;
  display: inline-block;
}

.form.form-list input[type="text"].form-control {
  background: #e3f0f7;
}

@media only screen and (max-width: 768px) {
  .form.form-list .btn {
    width: 100%;
  }
}

.form.form-list .form-list-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.form.form-list .form-list-l .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media only screen and (max-width: 768px) {
  .form.form-list .form-list-l .flex {
    width: 100%;
    margin-bottom: 10px;
  }
  .form.form-list .form-list-l .flex label {
    width: 100px;
  }
  .form.form-list .form-list-l .flex .form-control {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.form.form-list .form-list-r {
  margin-left: 20px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .form.form-list .form-list-r {
    margin-left: 0;
    width: 100%;
  }
  .form.form-list .form-list-r .btn {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .form.form-list .form-list-r.form-list-r-morph {
    margin-left: 0;
    position: absolute;
    top: -30px;
    right: -30px;
    width: 65px;
  }
  .form.form-list .form-list-r.form-list-r-morph .btn {
    background: #0081c6;
    border-radius: 50%;
    width: 60px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  .form.form-list .form-list-r.form-list-r-morph .btn .icon {
    font-size: 40px;
    padding-top: 10px;
  }
}

.table.table-client th {
  color: #000;
}

.table.table-client td {
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
}

.table.table-client .link-icon .icon-eye {
  display: block;
  color: #0081c6;
}

.bg {
  background: url(../img/bg-protek.jpg);
  background-size: cover;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
}

.bg .form {
  background: rgba(240, 255, 255, 0.9);
  max-width: 440px;
  width: 100%;
}

.bg .form .inputset {
  margin: 30px 0;
}

.bg .form .heading {
  text-align: center;
  color: #003768;
}

.bg .form .form-header {
  padding: 10px 0;
  background: #003768;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bg .form .form-header img {
  width: 240px;
  height: auto;
  display: block;
}

.bg .form .form-content {
  padding: 25px 40px 10px;
}
