
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media(min-width:576px) {
  .container {
    max-width: 540px
  }
}

@media(min-width:768px) {
  .container {
    max-width: 720px
  }
}

@media(min-width:992px) {
  .container {
    max-width: 960px
  }
}

@media(min-width:1200px) {
  .container {
    max-width: 1140px
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.row {
  display: -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;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.order-first {
  -ms-flex-order: -1;
  order: -1
}

.order-last {
  -ms-flex-order: 13;
  order: 13
}

.order-0 {
  -ms-flex-order: 0;
  order: 0
}

.order-1 {
  -ms-flex-order: 1;
  order: 1
}

.order-2 {
  -ms-flex-order: 2;
  order: 2
}

.order-3 {
  -ms-flex-order: 3;
  order: 3
}

.order-4 {
  -ms-flex-order: 4;
  order: 4
}

.order-5 {
  -ms-flex-order: 5;
  order: 5
}

.order-6 {
  -ms-flex-order: 6;
  order: 6
}

.order-7 {
  -ms-flex-order: 7;
  order: 7
}

.order-8 {
  -ms-flex-order: 8;
  order: 8
}

.order-9 {
  -ms-flex-order: 9;
  order: 9
}

.order-10 {
  -ms-flex-order: 10;
  order: 10
}

.order-11 {
  -ms-flex-order: 11;
  order: 11
}

.order-12 {
  -ms-flex-order: 12;
  order: 12
}

.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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .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:1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .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%
  }
}


@media all and (-ms-high-contrast:none) {
  html {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.app-header {
  -ms-flex: 0 0 55px;
  flex: 0 0 55px
}

.app-footer {
  -ms-flex: 0 0 50px;
  flex: 0 0 50px
}

.app-body .main {
  -ms-flex: 1;
  flex: 1;
  min-width: 0
}

@media(min-width:576px) {

  html:not([dir=rtl]) .sidebar-show.sidebar-fixed .main,
  html:not([dir=rtl]) .sidebar-show.sidebar-fixed .app-footer {
    margin-left: 200px
  }

  html:not([dir=rtl]) .sidebar-show.sidebar-fixed.sidebar-compact .main,
  html:not([dir=rtl]) .sidebar-show.sidebar-fixed.sidebar-compact .app-footer {
    margin-left: 150px
  }

  html:not([dir=rtl]) .sidebar-show.sidebar-fixed.sidebar-minimized .main,
  html:not([dir=rtl]) .sidebar-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-left: 50px
  }

  html:not([dir=rtl]) .sidebar-show.breadcrumb-fixed .breadcrumb {
    left: 200px
  }

  html:not([dir=rtl]) .sidebar-show.breadcrumb-fixed.sidebar-compact .breadcrumb {
    left: 150px
  }

  html:not([dir=rtl]) .sidebar-show.breadcrumb-fixed.sidebar-minimized .breadcrumb {
    left: 50px
  }
}

html:not([dir=rtl]) .aside-menu-show .aside-menu {
  margin-right: 0
}

@media(min-width:576px) {

  html:not([dir=rtl]) .aside-menu-show.aside-menu-fixed .main,
  html:not([dir=rtl]) .aside-menu-show.aside-menu-fixed .app-footer {
    margin-right: 250px
  }

  html:not([dir=rtl]) .aside-menu-show.breadcrumb-fixed .breadcrumb {
    right: 250px
  }
}

html[dir=rtl] .sidebar-show .sidebar {
  margin-right: 0
}

@media(min-width:576px) {

  html[dir=rtl] .sidebar-show.sidebar-fixed .main,
  html[dir=rtl] .sidebar-show.sidebar-fixed .app-footer {
    margin-right: 200px
  }

  html[dir=rtl] .sidebar-show.sidebar-fixed.sidebar-compact .main,
  html[dir=rtl] .sidebar-show.sidebar-fixed.sidebar-compact .app-footer {
    margin-right: 150px
  }

  html[dir=rtl] .sidebar-show.sidebar-fixed.sidebar-minimized .main,
  html[dir=rtl] .sidebar-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-right: 50px
  }

  html[dir=rtl] .sidebar-show.breadcrumb-fixed .breadcrumb {
    right: 200px
  }

  html[dir=rtl] .sidebar-show.breadcrumb-fixed.sidebar-compact .breadcrumb {
    right: 150px
  }

  html[dir=rtl] .sidebar-show.breadcrumb-fixed.sidebar-minimized .breadcrumb {
    right: 50px
  }
}

html[dir=rtl] .aside-menu-show .aside-menu {
  margin-left: 0
}

@media(min-width:576px) {

  html[dir=rtl] .aside-menu-show.aside-menu-fixed .main,
  html[dir=rtl] .aside-menu-show.aside-menu-fixed .app-footer {
    margin-left: 250px
  }

  html[dir=rtl] .aside-menu-show.breadcrumb-fixed .breadcrumb {
    left: 250px
  }
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes opacity {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@media(max-width:575.98px) {

  .sidebar-show .main,
  .aside-menu-show .main {
    position: relative
  }

  .sidebar-show .main::before,
  .aside-menu-show .main::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1018;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, .7);
    -webkit-animation: opacity .25s;
    animation: opacity .25s
  }
}

@media(min-width:576px) {
  html:not([dir=rtl]) .sidebar-sm-show .sidebar {
    margin-left: 0
  }
}

@media(min-width:576px) and (min-width:576px) {

  html:not([dir=rtl]) .sidebar-sm-show.sidebar-fixed .main,
  html:not([dir=rtl]) .sidebar-sm-show.sidebar-fixed .app-footer {
    margin-left: 200px
  }

  html:not([dir=rtl]) .sidebar-sm-show.sidebar-fixed.sidebar-compact .main,
  html:not([dir=rtl]) .sidebar-sm-show.sidebar-fixed.sidebar-compact .app-footer {
    margin-left: 150px
  }

  html:not([dir=rtl]) .sidebar-sm-show.sidebar-fixed.sidebar-minimized .main,
  html:not([dir=rtl]) .sidebar-sm-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-left: 50px
  }

  html:not([dir=rtl]) .sidebar-sm-show.breadcrumb-fixed .breadcrumb {
    left: 200px
  }

  html:not([dir=rtl]) .sidebar-sm-show.breadcrumb-fixed.sidebar-compact .breadcrumb {
    left: 150px
  }

  html:not([dir=rtl]) .sidebar-sm-show.breadcrumb-fixed.sidebar-minimized .breadcrumb {
    left: 50px
  }
}

@media(min-width:576px) {
  html:not([dir=rtl]) .aside-menu-sm-show .aside-menu {
    margin-right: 0
  }
}

@media(min-width:576px) and (min-width:576px) {

  html:not([dir=rtl]) .aside-menu-sm-show.aside-menu-fixed .main,
  html:not([dir=rtl]) .aside-menu-sm-show.aside-menu-fixed .app-footer {
    margin-right: 250px
  }

  html:not([dir=rtl]) .aside-menu-sm-show.breadcrumb-fixed .breadcrumb {
    right: 250px
  }
}

@media(min-width:576px) {
  html[dir=rtl] .sidebar-sm-show .sidebar {
    margin-right: 0
  }
}

@media(min-width:576px) and (min-width:576px) {

  html[dir=rtl] .sidebar-sm-show.sidebar-fixed .main,
  html[dir=rtl] .sidebar-sm-show.sidebar-fixed .app-footer {
    margin-right: 200px
  }

  html[dir=rtl] .sidebar-sm-show.sidebar-fixed.sidebar-compact .main,
  html[dir=rtl] .sidebar-sm-show.sidebar-fixed.sidebar-compact .app-footer {
    margin-right: 150px
  }

  html[dir=rtl] .sidebar-sm-show.sidebar-fixed.sidebar-minimized .main,
  html[dir=rtl] .sidebar-sm-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-right: 50px
  }

  html[dir=rtl] .sidebar-sm-show.breadcrumb-fixed .breadcrumb {
    right: 200px
  }

  html[dir=rtl] .sidebar-sm-show.breadcrumb-fixed.sidebar-compact .breadcrumb {
    right: 150px
  }

  html[dir=rtl] .sidebar-sm-show.breadcrumb-fixed.sidebar-minimized .breadcrumb {
    right: 50px
  }
}

@media(min-width:576px) {
  html[dir=rtl] .aside-menu-sm-show .aside-menu {
    margin-left: 0
  }
}

@media(min-width:576px) and (min-width:576px) {

  html[dir=rtl] .aside-menu-sm-show.aside-menu-fixed .main,
  html[dir=rtl] .aside-menu-sm-show.aside-menu-fixed .app-footer {
    margin-left: 250px
  }

  html[dir=rtl] .aside-menu-sm-show.breadcrumb-fixed .breadcrumb {
    left: 250px
  }
}

@media(min-width:576px) {
  @-webkit-keyframes opacity {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  @keyframes opacity {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }
}

@media(min-width:576px) and (max-width:575.98px) {

  .sidebar-sm-show .main,
  .aside-menu-sm-show .main {
    position: relative
  }

  .sidebar-sm-show .main::before,
  .aside-menu-sm-show .main::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1018;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, .7);
    -webkit-animation: opacity .25s;
    animation: opacity .25s
  }
}

@media(min-width:768px) {
  html:not([dir=rtl]) .sidebar-md-show .sidebar {
    margin-left: 0
  }
}

@media(min-width:768px) and (min-width:576px) {

  html:not([dir=rtl]) .sidebar-md-show.sidebar-fixed .main,
  html:not([dir=rtl]) .sidebar-md-show.sidebar-fixed .app-footer {
    margin-left: 200px
  }

  html:not([dir=rtl]) .sidebar-md-show.sidebar-fixed.sidebar-compact .main,
  html:not([dir=rtl]) .sidebar-md-show.sidebar-fixed.sidebar-compact .app-footer {
    margin-left: 150px
  }

  html:not([dir=rtl]) .sidebar-md-show.sidebar-fixed.sidebar-minimized .main,
  html:not([dir=rtl]) .sidebar-md-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-left: 50px
  }

  html:not([dir=rtl]) .sidebar-md-show.breadcrumb-fixed .breadcrumb {
    left: 200px
  }

  html:not([dir=rtl]) .sidebar-md-show.breadcrumb-fixed.sidebar-compact .breadcrumb {
    left: 150px
  }

  html:not([dir=rtl]) .sidebar-md-show.breadcrumb-fixed.sidebar-minimized .breadcrumb {
    left: 50px
  }
}

@media(min-width:768px) {
  html:not([dir=rtl]) .aside-menu-md-show .aside-menu {
    margin-right: 0
  }
}

@media(min-width:768px) and (min-width:576px) {

  html:not([dir=rtl]) .aside-menu-md-show.aside-menu-fixed .main,
  html:not([dir=rtl]) .aside-menu-md-show.aside-menu-fixed .app-footer {
    margin-right: 250px
  }

  html:not([dir=rtl]) .aside-menu-md-show.breadcrumb-fixed .breadcrumb {
    right: 250px
  }
}

@media(min-width:768px) {
  html[dir=rtl] .sidebar-md-show .sidebar {
    margin-right: 0
  }
}

@media(min-width:768px) and (min-width:576px) {

  html[dir=rtl] .sidebar-md-show.sidebar-fixed .main,
  html[dir=rtl] .sidebar-md-show.sidebar-fixed .app-footer {
    margin-right: 200px
  }

  html[dir=rtl] .sidebar-md-show.sidebar-fixed.sidebar-compact .main,
  html[dir=rtl] .sidebar-md-show.sidebar-fixed.sidebar-compact .app-footer {
    margin-right: 150px
  }

  html[dir=rtl] .sidebar-md-show.sidebar-fixed.sidebar-minimized .main,
  html[dir=rtl] .sidebar-md-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-right: 50px
  }

  html[dir=rtl] .sidebar-md-show.breadcrumb-fixed .breadcrumb {
    right: 200px
  }

  html[dir=rtl] .sidebar-md-show.breadcrumb-fixed.sidebar-compact .breadcrumb {
    right: 150px
  }

  html[dir=rtl] .sidebar-md-show.breadcrumb-fixed.sidebar-minimized .breadcrumb {
    right: 50px
  }
}

@media(min-width:768px) {
  html[dir=rtl] .aside-menu-md-show .aside-menu {
    margin-left: 0
  }
}

@media(min-width:768px) and (min-width:576px) {

  html[dir=rtl] .aside-menu-md-show.aside-menu-fixed .main,
  html[dir=rtl] .aside-menu-md-show.aside-menu-fixed .app-footer {
    margin-left: 250px
  }

  html[dir=rtl] .aside-menu-md-show.breadcrumb-fixed .breadcrumb {
    left: 250px
  }
}

@media(min-width:768px) {
  @-webkit-keyframes opacity {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  @keyframes opacity {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }
}

@media(min-width:768px) and (max-width:575.98px) {

  .sidebar-md-show .main,
  .aside-menu-md-show .main {
    position: relative
  }

  .sidebar-md-show .main::before,
  .aside-menu-md-show .main::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1018;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, .7);
    -webkit-animation: opacity .25s;
    animation: opacity .25s
  }
}

@media(min-width:992px) {
  html:not([dir=rtl]) .sidebar-lg-show .sidebar {
    margin-left: 0
  }
}

@media(min-width:992px) and (min-width:576px) {

  html:not([dir=rtl]) .sidebar-lg-show.sidebar-fixed .main,
  html:not([dir=rtl]) .sidebar-lg-show.sidebar-fixed .app-footer {
    margin-left: 200px
  }

  html:not([dir=rtl]) .sidebar-lg-show.sidebar-fixed.sidebar-compact .main,
  html:not([dir=rtl]) .sidebar-lg-show.sidebar-fixed.sidebar-compact .app-footer {
    margin-left: 150px
  }

  html:not([dir=rtl]) .sidebar-lg-show.sidebar-fixed.sidebar-minimized .main,
  html:not([dir=rtl]) .sidebar-lg-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-left: 50px
  }

  html:not([dir=rtl]) .sidebar-lg-show.breadcrumb-fixed .breadcrumb {
    left: 200px
  }

  html:not([dir=rtl]) .sidebar-lg-show.breadcrumb-fixed.sidebar-compact .breadcrumb {
    left: 150px
  }

  html:not([dir=rtl]) .sidebar-lg-show.breadcrumb-fixed.sidebar-minimized .breadcrumb {
    left: 50px
  }
}

@media(min-width:992px) {
  html:not([dir=rtl]) .aside-menu-lg-show .aside-menu {
    margin-right: 0
  }
}

@media(min-width:992px) and (min-width:576px) {

  html:not([dir=rtl]) .aside-menu-lg-show.aside-menu-fixed .main,
  html:not([dir=rtl]) .aside-menu-lg-show.aside-menu-fixed .app-footer {
    margin-right: 250px
  }

  html:not([dir=rtl]) .aside-menu-lg-show.breadcrumb-fixed .breadcrumb {
    right: 250px
  }
}

@media(min-width:992px) {
  html[dir=rtl] .sidebar-lg-show .sidebar {
    margin-right: 0
  }
}

@media(min-width:992px) and (min-width:576px) {

  html[dir=rtl] .sidebar-lg-show.sidebar-fixed .main,
  html[dir=rtl] .sidebar-lg-show.sidebar-fixed .app-footer {
    margin-right: 200px
  }

  html[dir=rtl] .sidebar-lg-show.sidebar-fixed.sidebar-compact .main,
  html[dir=rtl] .sidebar-lg-show.sidebar-fixed.sidebar-compact .app-footer {
    margin-right: 150px
  }

  html[dir=rtl] .sidebar-lg-show.sidebar-fixed.sidebar-minimized .main,
  html[dir=rtl] .sidebar-lg-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-right: 50px
  }

  html[dir=rtl] .sidebar-lg-show.breadcrumb-fixed .breadcrumb {
    right: 200px
  }

  html[dir=rtl] .sidebar-lg-show.breadcrumb-fixed.sidebar-compact .breadcrumb {
    right: 150px
  }

  html[dir=rtl] .sidebar-lg-show.breadcrumb-fixed.sidebar-minimized .breadcrumb {
    right: 50px
  }
}

@media(min-width:992px) {
  html[dir=rtl] .aside-menu-lg-show .aside-menu {
    margin-left: 0
  }
}

@media(min-width:992px) and (min-width:576px) {

  html[dir=rtl] .aside-menu-lg-show.aside-menu-fixed .main,
  html[dir=rtl] .aside-menu-lg-show.aside-menu-fixed .app-footer {
    margin-left: 250px
  }

  html[dir=rtl] .aside-menu-lg-show.breadcrumb-fixed .breadcrumb {
    left: 250px
  }
}

@media(min-width:992px) {
  @-webkit-keyframes opacity {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  @keyframes opacity {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }
}

@media(min-width:992px) and (max-width:575.98px) {

  .sidebar-lg-show .main,
  .aside-menu-lg-show .main {
    position: relative
  }

  .sidebar-lg-show .main::before,
  .aside-menu-lg-show .main::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1018;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, .7);
    -webkit-animation: opacity .25s;
    animation: opacity .25s
  }
}

@media(min-width:1200px) {
  html:not([dir=rtl]) .sidebar-xl-show .sidebar {
    margin-left: 0
  }
}

@media(min-width:1200px) and (min-width:576px) {

  html:not([dir=rtl]) .sidebar-xl-show.sidebar-fixed .main,
  html:not([dir=rtl]) .sidebar-xl-show.sidebar-fixed .app-footer {
    margin-left: 200px
  }

  html:not([dir=rtl]) .sidebar-xl-show.sidebar-fixed.sidebar-compact .main,
  html:not([dir=rtl]) .sidebar-xl-show.sidebar-fixed.sidebar-compact .app-footer {
    margin-left: 150px
  }

  html:not([dir=rtl]) .sidebar-xl-show.sidebar-fixed.sidebar-minimized .main,
  html:not([dir=rtl]) .sidebar-xl-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-left: 50px
  }

  html:not([dir=rtl]) .sidebar-xl-show.breadcrumb-fixed .breadcrumb {
    left: 200px
  }

  html:not([dir=rtl]) .sidebar-xl-show.breadcrumb-fixed.sidebar-compact .breadcrumb {
    left: 150px
  }

  html:not([dir=rtl]) .sidebar-xl-show.breadcrumb-fixed.sidebar-minimized .breadcrumb {
    left: 50px
  }
}

@media(min-width:1200px) {
  html:not([dir=rtl]) .aside-menu-xl-show .aside-menu {
    margin-right: 0
  }
}

@media(min-width:1200px) and (min-width:576px) {

  html:not([dir=rtl]) .aside-menu-xl-show.aside-menu-fixed .main,
  html:not([dir=rtl]) .aside-menu-xl-show.aside-menu-fixed .app-footer {
    margin-right: 250px
  }

  html:not([dir=rtl]) .aside-menu-xl-show.breadcrumb-fixed .breadcrumb {
    right: 250px
  }
}

@media(min-width:1200px) {
  html[dir=rtl] .sidebar-xl-show .sidebar {
    margin-right: 0
  }
}

@media(min-width:1200px) and (min-width:576px) {

  html[dir=rtl] .sidebar-xl-show.sidebar-fixed .main,
  html[dir=rtl] .sidebar-xl-show.sidebar-fixed .app-footer {
    margin-right: 200px
  }

  html[dir=rtl] .sidebar-xl-show.sidebar-fixed.sidebar-compact .main,
  html[dir=rtl] .sidebar-xl-show.sidebar-fixed.sidebar-compact .app-footer {
    margin-right: 150px
  }

  html[dir=rtl] .sidebar-xl-show.sidebar-fixed.sidebar-minimized .main,
  html[dir=rtl] .sidebar-xl-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-right: 50px
  }

  html[dir=rtl] .sidebar-xl-show.breadcrumb-fixed .breadcrumb {
    right: 200px
  }

  html[dir=rtl] .sidebar-xl-show.breadcrumb-fixed.sidebar-compact .breadcrumb {
    right: 150px
  }

  html[dir=rtl] .sidebar-xl-show.breadcrumb-fixed.sidebar-minimized .breadcrumb {
    right: 50px
  }
}

@media(min-width:1200px) {
  html[dir=rtl] .aside-menu-xl-show .aside-menu {
    margin-left: 0
  }
}

@media(min-width:1200px) and (min-width:576px) {

  html[dir=rtl] .aside-menu-xl-show.aside-menu-fixed .main,
  html[dir=rtl] .aside-menu-xl-show.aside-menu-fixed .app-footer {
    margin-left: 250px
  }

  html[dir=rtl] .aside-menu-xl-show.breadcrumb-fixed .breadcrumb {
    left: 250px
  }
}

@media(min-width:1200px) {
  @-webkit-keyframes opacity {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  @keyframes opacity {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }
}

@media(min-width:1200px) and (max-width:575.98px) {

  .sidebar-xl-show .main,
  .aside-menu-xl-show .main {
    position: relative
  }

  .sidebar-xl-show .main::before,
  .aside-menu-xl-show .main::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1018;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, .7);
    -webkit-animation: opacity .25s;
    animation: opacity .25s
  }
}

.footer-fixed .app-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1020;
  height: 50px
}

.footer-fixed .app-body {
  margin-bottom: 50px
}

.app-header,
.app-footer,
.sidebar,
.main,
.aside-menu {
  transition: margin-left .25s, margin-right .25s, width .25s, flex .25s;
  transition: margin-left .25s, margin-right .25s, width .25s, flex .25s, -ms-flex .25s
}

.sidebar-nav {
  transition: width .25s
}

.breadcrumb {
  transition: left .25s, right .25s, width .25s
}

@media(max-width:991.98px) {
  .app-header {
    position: fixed;
    z-index: 1020;
    width: 100%;
    text-align: center;
    background-color: #fff
  }

  .app-header .navbar-toggler {
    color: #000
  }


  .app-body {
    margin-top: 55px
  }

  .sidebar {
    position: fixed;
    z-index: 1019;
    width: 200px;
    height: calc(100vh - 55px)
  }

  .sidebar-minimizer {
    display: none
  }

  .aside-menu {
    position: fixed;
    right: 0;
    height: 100%
  }
}

hr.transparent {
  border-top: 1px solid transparent
}

.bg-primary,
.bg-success,
.bg-info,
.bg-warning,
.bg-danger,
.bg-dark {
  color: #fff
}

.bg-facebook {
  background-color: #3b5998 !important
}

a.bg-facebook:hover,
a.bg-facebook:focus,
button.bg-facebook:hover,
button.bg-facebook:focus {
  background-color: #2d4373 !important
}

.bg-twitter {
  background-color: #00aced !important
}

a.bg-twitter:hover,
a.bg-twitter:focus,
button.bg-twitter:hover,
button.bg-twitter:focus {
  background-color: #0087ba !important
}

.bg-linkedin {
  background-color: #4875b4 !important
}

a.bg-linkedin:hover,
a.bg-linkedin:focus,
button.bg-linkedin:hover,
button.bg-linkedin:focus {
  background-color: #395d90 !important
}

.bg-google-plus {
  background-color: #d34836 !important
}

a.bg-google-plus:hover,
a.bg-google-plus:focus,
button.bg-google-plus:hover,
button.bg-google-plus:focus {
  background-color: #b03626 !important
}

.bg-flickr {
  background-color: #ff0084 !important
}

a.bg-flickr:hover,
a.bg-flickr:focus,
button.bg-flickr:hover,
button.bg-flickr:focus {
  background-color: #cc006a !important
}

.bg-tumblr {
  background-color: #32506d !important
}

a.bg-tumblr:hover,
a.bg-tumblr:focus,
button.bg-tumblr:hover,
button.bg-tumblr:focus {
  background-color: #22364a !important
}

.bg-xing {
  background-color: #026466 !important
}

a.bg-xing:hover,
a.bg-xing:focus,
button.bg-xing:hover,
button.bg-xing:focus {
  background-color: #013334 !important
}

.bg-github {
  background-color: #4183c4 !important
}

a.bg-github:hover,
a.bg-github:focus,
button.bg-github:hover,
button.bg-github:focus {
  background-color: #3269a0 !important
}

.bg-html5 {
  background-color: #e34f26 !important
}

a.bg-html5:hover,
a.bg-html5:focus,
button.bg-html5:hover,
button.bg-html5:focus {
  background-color: #be3c18 !important
}

.bg-openid {
  background-color: #f78c40 !important
}

a.bg-openid:hover,
a.bg-openid:focus,
button.bg-openid:hover,
button.bg-openid:focus {
  background-color: #f56f0f !important
}

.bg-stack-overflow {
  background-color: #fe7a15 !important
}

a.bg-stack-overflow:hover,
a.bg-stack-overflow:focus,
button.bg-stack-overflow:hover,
button.bg-stack-overflow:focus {
  background-color: #df6101 !important
}

.bg-youtube {
  background-color: #b00 !important
}

a.bg-youtube:hover,
a.bg-youtube:focus,
button.bg-youtube:hover,
button.bg-youtube:focus {
  background-color: #800 !important
}

.bg-css3 {
  background-color: #0170ba !important
}

a.bg-css3:hover,
a.bg-css3:focus,
button.bg-css3:hover,
button.bg-css3:focus {
  background-color: #015187 !important
}

.bg-dribbble {
  background-color: #ea4c89 !important
}

a.bg-dribbble:hover,
a.bg-dribbble:focus,
button.bg-dribbble:hover,
button.bg-dribbble:focus {
  background-color: #e51e6b !important
}

.bg-instagram {
  background-color: #517fa4 !important
}

a.bg-instagram:hover,
a.bg-instagram:focus,
button.bg-instagram:hover,
button.bg-instagram:focus {
  background-color: #406582 !important
}

.bg-pinterest {
  background-color: #cb2027 !important
}

a.bg-pinterest:hover,
a.bg-pinterest:focus,
button.bg-pinterest:hover,
button.bg-pinterest:focus {
  background-color: #9f191f !important
}

.bg-vk {
  background-color: #45668e !important
}

a.bg-vk:hover,
a.bg-vk:focus,
button.bg-vk:hover,
button.bg-vk:focus {
  background-color: #344d6c !important
}

.bg-yahoo {
  background-color: #400191 !important
}

a.bg-yahoo:hover,
a.bg-yahoo:focus,
button.bg-yahoo:hover,
button.bg-yahoo:focus {
  background-color: #2a015e !important
}

.bg-behance {
  background-color: #1769ff !important
}

a.bg-behance:hover,
a.bg-behance:focus,
button.bg-behance:hover,
button.bg-behance:focus {
  background-color: #0050e3 !important
}

.bg-dropbox {
  background-color: #007ee5 !important
}

a.bg-dropbox:hover,
a.bg-dropbox:focus,
button.bg-dropbox:hover,
button.bg-dropbox:focus {
  background-color: #0062b2 !important
}

.bg-reddit {
  background-color: #ff4500 !important
}

a.bg-reddit:hover,
a.bg-reddit:focus,
button.bg-reddit:hover,
button.bg-reddit:focus {
  background-color: #cc3700 !important
}

.bg-spotify {
  background-color: #7ab800 !important
}

a.bg-spotify:hover,
a.bg-spotify:focus,
button.bg-spotify:hover,
button.bg-spotify:focus {
  background-color: #588500 !important
}

.bg-vine {
  background-color: #00bf8f !important
}

a.bg-vine:hover,
a.bg-vine:focus,
button.bg-vine:hover,
button.bg-vine:focus {
  background-color: #008c69 !important
}

.bg-foursquare {
  background-color: #1073af !important
}

a.bg-foursquare:hover,
a.bg-foursquare:focus,
button.bg-foursquare:hover,
button.bg-foursquare:focus {
  background-color: #0c5480 !important
}

.bg-vimeo {
  background-color: #aad450 !important
}

a.bg-vimeo:hover,
a.bg-vimeo:focus,
button.bg-vimeo:hover,
button.bg-vimeo:focus {
  background-color: #93c130 !important
}

.bg-blue {
  background-color: #20a8d8 !important
}

a.bg-blue:hover,
a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #1985ac !important
}

.bg-indigo {
  background-color: #6610f2 !important
}

a.bg-indigo:hover,
a.bg-indigo:focus,
button.bg-indigo:hover,
button.bg-indigo:focus {
  background-color: #510bc4 !important
}

.bg-purple {
  background-color: #6f42c1 !important
}

a.bg-purple:hover,
a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #59339d !important
}

.bg-pink {
  background-color: #e83e8c !important
}

a.bg-pink:hover,
a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
  background-color: #d91a72 !important
}

.bg-red {
  background-color: #f86c6b !important
}

a.bg-red:hover,
a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #f63c3a !important
}

.bg-orange {
  background-color: #f8cb00 !important
}

a.bg-orange:hover,
a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #c5a100 !important
}

.bg-yellow {
  background-color: #ffc107 !important
}

a.bg-yellow:hover,
a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #d39e00 !important
}

.bg-green {
  background-color: #4dbd74 !important
}

a.bg-green:hover,
a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #3a9d5d !important
}

.bg-teal {
  background-color: #20c997 !important
}

a.bg-teal:hover,
a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #199d76 !important
}

.bg-cyan {
  background-color: #17a2b8 !important
}

a.bg-cyan:hover,
a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus {
  background-color: #117a8b !important
}

.bg-white {
  background-color: #fff !important
}

a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important
}

.bg-gray {
  background-color: #73818f !important
}

a.bg-gray:hover,
a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #5c6873 !important
}

.bg-gray-dark {
  background-color: #2f353a !important
}

a.bg-gray-dark:hover,
a.bg-gray-dark:focus,
button.bg-gray-dark:hover,
button.bg-gray-dark:focus {
  background-color: #181b1e !important
}

.bg-gray-100 {
  background-color: #f0f3f5 !important
}

a.bg-gray-100:hover,
a.bg-gray-100:focus,
button.bg-gray-100:hover,
button.bg-gray-100:focus {
  background-color: #d1dbe1 !important
}

.bg-gray-200 {
  background-color: #e4e7ea !important
}

a.bg-gray-200:hover,
a.bg-gray-200:focus,
button.bg-gray-200:hover,
button.bg-gray-200:focus {
  background-color: #c7ced4 !important
}

.bg-gray-300 {
  background-color: #c8ced3 !important
}

a.bg-gray-300:hover,
a.bg-gray-300:focus,
button.bg-gray-300:hover,
button.bg-gray-300:focus {
  background-color: #acb5bc !important
}

.bg-gray-400 {
  background-color: #acb4bc !important
}

a.bg-gray-400:hover,
a.bg-gray-400:focus,
button.bg-gray-400:hover,
button.bg-gray-400:focus {
  background-color: #909ba5 !important
}

.bg-gray-500 {
  background-color: #8f9ba6 !important
}

a.bg-gray-500:hover,
a.bg-gray-500:focus,
button.bg-gray-500:hover,
button.bg-gray-500:focus {
  background-color: #73828f !important
}

.bg-gray-600 {
  background-color: #73818f !important
}

a.bg-gray-600:hover,
a.bg-gray-600:focus,
button.bg-gray-600:hover,
button.bg-gray-600:focus {
  background-color: #5c6873 !important
}

.bg-gray-700 {
  background-color: #5c6873 !important
}

a.bg-gray-700:hover,
a.bg-gray-700:focus,
button.bg-gray-700:hover,
button.bg-gray-700:focus {
  background-color: #454e57 !important
}

.bg-gray-800 {
  background-color: #2f353a !important
}

a.bg-gray-800:hover,
a.bg-gray-800:focus,
button.bg-gray-800:hover,
button.bg-gray-800:focus {
  background-color: #181b1e !important
}

.bg-gray-900 {
  background-color: #23282c !important
}

a.bg-gray-900:hover,
a.bg-gray-900:focus,
button.bg-gray-900:hover,
button.bg-gray-900:focus {
  background-color: #0c0e10 !important
}

.bg-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem
}

.b-a-0 {
  border: 0 !important
}

.b-t-0 {
  border-top: 0 !important
}

.b-r-0 {
  border-right: 0 !important
}

.b-b-0 {
  border-bottom: 0 !important
}

.b-l-0 {
  border-left: 0 !important
}

.b-a-1 {
  border: 1px solid #c8ced3
}

.b-t-1 {
  border-top: 1px solid #c8ced3
}

.b-r-1 {
  border-right: 1px solid #c8ced3
}

.b-b-1 {
  border-bottom: 1px solid #c8ced3
}

.b-l-1 {
  border-left: 1px solid #c8ced3
}

.b-a-2 {
  border: 2px solid #c8ced3
}

.b-t-2 {
  border-top: 2px solid #c8ced3
}

.b-r-2 {
  border-right: 2px solid #c8ced3
}

.b-b-2 {
  border-bottom: 2px solid #c8ced3
}

.b-l-2 {
  border-left: 2px solid #c8ced3
}

@media(max-width:575.98px) {
  .d-down-none {
    display: none !important
  }
}

@media(max-width:767.98px) {
  .d-sm-down-none {
    display: none !important
  }
}

@media(max-width:991.98px) {
  .d-md-down-none {
    display: none !important
  }
}

@media(max-width:1199.98px) {
  .d-lg-down-none {
    display: none !important
  }
}

.d-xl-down-none {
  display: none !important
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased
}

.font-xs {
  font-size: .75rem !important
}

.font-sm {
  font-size: .85rem !important
}

.font-lg {
  font-size: 1rem !important
}

.font-xl {
  font-size: 1.25rem !important
}

.font-2xl {
  font-size: 1.5rem !important
}

.font-3xl {
  font-size: 1.75rem !important
}

.font-4xl {
  font-size: 2rem !important
}

.font-5xl {
  font-size: 2.5rem !important
}

.text-value {
  font-size: 1.3125rem;
  font-weight: 600
}

.text-value-sm {
  font-size: 1.09375rem;
  font-weight: 600
}

.text-value-lg {
  font-size: 1.53125rem;
  font-weight: 600
}

.text-white .text-muted {
  color: rgba(255, 255, 255, .6) !important
}

.email-app {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  background: #fff;
  border: 1px solid #c8ced3
}

.email-app nav {
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  padding: 1rem;
  border-right: 1px solid #c8ced3
}

.email-app nav .btn-block {
  margin-bottom: 15px
}

.email-app nav .nav {
  -ms-flex-direction: column;
  flex-direction: column
}

.email-app nav .nav-item {
  position: relative
}

.email-app nav .nav-link {
  color: #23282c;
  border-bottom: 1px solid #c8ced3
}

.email-app nav .nav-link i {
  width: 20px;
  margin: 0 10px 0 0;
  font-size: 14px;
  text-align: center
}

.email-app nav .nav-link .badge {
  float: right;
  margin-top: 4px;
  margin-left: 10px
}

.email-app main {
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  padding: 1rem
}

.email-app .inbox .toolbar {
  padding-bottom: 1rem;
  border-bottom: 1px solid #c8ced3
}

.email-app .inbox .messages {
  padding: 0;
  list-style: none
}

.email-app .inbox .message {
  position: relative;
  padding: 1rem 1rem 1rem 2rem;
  cursor: pointer;
  border-bottom: 1px solid #c8ced3
}

.email-app .inbox .message:hover {
  background: #f0f3f5
}

.email-app .inbox .message .actions {
  position: absolute;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.email-app .inbox .message .actions .action {
  width: 2rem;
  margin-bottom: .5rem;
  color: #c8ced3;
  text-align: center
}

.email-app .inbox .message a {
  color: #000
}

.email-app .inbox .message a:hover {
  text-decoration: none
}

.email-app .inbox .message.unread .header,
.email-app .inbox .message.unread .title {
  font-weight: 700
}

.email-app .inbox .message .header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: .5rem
}

.email-app .inbox .message .header .date {
  margin-left: auto
}

.email-app .inbox .message .title {
  margin-bottom: .5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.email-app .inbox .message .description {
  font-size: 12px
}

.email-app .message .toolbar {
  padding-bottom: 1rem;
  border-bottom: 1px solid #c8ced3
}

.email-app .message .details .title {
  padding: 1rem 0;
  font-weight: 700
}

.email-app .message .details .header {
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
  margin: 1rem 0;
  border-top: 1px solid #c8ced3;
  border-bottom: 1px solid #c8ced3
}

.email-app .message .details .header .avatar {
  width: 40px;
  height: 40px;
  margin-right: 1rem
}

.email-app .message .details .header .from {
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 12px;
  color: #73818f
}

.email-app .message .details .header .from span {
  display: block;
  font-weight: 700
}

.email-app .message .details .header .date {
  margin-left: auto
}

.email-app .message .details .attachments {
  padding: 1rem 0;
  margin-bottom: 1rem;
  border-top: 3px solid #f0f3f5;
  border-bottom: 3px solid #f0f3f5
}

.email-app .message .details .attachments .attachment {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  margin: .5rem 0;
  font-size: 12px
}

.email-app .message .details .attachments .attachment .badge {
  margin: 0 .5rem;
  line-height: inherit
}

.email-app .message .details .attachments .attachment .menu {
  margin-left: auto
}

.email-app .message .details .attachments .attachment .menu a {
  padding: 0 .5rem;
  font-size: 14px;
  color: #c8ced3
}

@media(max-width:767.98px) {
  .email-app {
    -ms-flex-direction: column;
    flex-direction: column
  }

  .email-app nav {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }
}

@media(max-width:575.98px) {
  .email-app .message .header {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }

  .email-app .message .header .date {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }
}

*[dir=rtl] {
  direction: rtl;
  unicode-bidi: embed
}

*[dir=rtl] body {
  text-align: right
}

*[dir=rtl] .dropdown-item {
  text-align: right
}

*[dir=rtl] .dropdown-item i {
  margin-right: -10px;
  margin-left: 10px
}

*[dir=rtl] .dropdown-item .badge {
  right: auto;
  left: 10px
}

.ie-custom-properties {
  blue: #20a8d8;
  indigo: #6610f2;
  purple: #6f42c1;
  pink: #e83e8c;
  red: #f86c6b;
  orange: #f8cb00;
  yellow: #ffc107;
  green: #4dbd74;
  teal: #20c997;
  cyan: #17a2b8;
  white: #fff;
  gray: #73818f;
  gray-dark: #2f353a;
  primary: #20a8d8;
  secondary: #c8ced3;
  success: #4dbd74;
  info: #63c2de;
  warning: #ffc107;
  danger: #f86c6b;
  light: #f0f3f5;
  dark: #2f353a;
  breakpoint-xs: 0;
  breakpoint-sm: 576px;
  breakpoint-md: 768px;
  breakpoint-lg: 992px;
  breakpoint-xl: 1200px
}

.email-link:hover {
  background-color: rgb(222, 223, 224);
}

.nav-item .email-link .active {
  background-color: rgb(100, 223, 224);
}