﻿.master {
    overflow: visible;
    text-transform: none;
    cursor: default;
    position: fixed;
    right: 15px;
    bottom: 15px;
}
.custSppPort {
    font-size: 11px;
}
.login {
    
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: .65;
}
.btn-primary {
    color: #fff;
    background-color: black; /*#337ab7;*/
    border-color: black; /*#2e6da4;*/
}
.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}
.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.bs-row {
      display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.bs-col-1, .bs-col-2, .bs-col-3, .bs-col-4, .bs-col-5, .bs-col-6, .bs-col-7, .bs-col-8, .bs-col-9, .bs-col-10, .bs-col-11, .bs-col-12, .bs-col,
.bs-col-auto, .bs-col-sm-1, .bs-col-sm-2, .bs-col-sm-3, .bs-col-sm-4, .bs-col-sm-5, .bs-col-sm-6, .bs-col-sm-7, .bs-col-sm-8, .bs-col-sm-9, .bs-col-sm-10, .bs-col-sm-11, .bs-col-sm-12, .bs-col-sm,
.bs-col-sm-auto, .bs-col-md-1, .bs-col-md-2, .bs-col-md-3, .bs-col-md-4, .bs-col-md-5, .bs-col-md-6, .bs-col-md-7, .bs-col-md-8, .bs-col-md-9, .bs-col-md-10, .bs-col-md-11, .bs-col-md-12, .bs-col-md,
.bs-col-md-auto, .bs-col-lg-1, .bs-col-lg-2, .bs-col-lg-3, .bs-col-lg-4, .bs-col-lg-5, .bs-col-lg-6, .bs-col-lg-7, .bs-col-lg-8, .bs-col-lg-9, .bs-col-lg-10, .bs-col-lg-11, .bs-col-lg-12, .bs-col-lg,
.bs-col-lg-auto, .bs-col-xl-1, .bs-col-xl-2, .bs-col-xl-3, .bs-col-xl-4, .bs-col-xl-5, .bs-col-xl-6, .bs-col-xl-7, .bs-col-xl-8, .bs-col-xl-9, .bs-col-xl-10, .bs-col-xl-11, .bs-col-xl-12, .bs-col-xl,
.bs-col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.bs-col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%;
}

.bs-col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.bs-col-1 {
  -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.bs-col-2 {
  -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.bs-col-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}

.bs-col-4 {
  -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.bs-col-5 {
  -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.bs-col-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}

.bs-col-7 {
  -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.bs-col-8 {
  -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.bs-col-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%;
}

.bs-col-10 {
  -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.bs-col-11 {
  -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.bs-col-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

.bs-order-1 {
  -ms-flex-order: 1;
      order: 1;
}

.bs-order-2 {
  -ms-flex-order: 2;
      order: 2;
}

.bs-order-3 {
  -ms-flex-order: 3;
      order: 3;
}

.bs-order-4 {
  -ms-flex-order: 4;
      order: 4;
}

.bs-order-5 {
  -ms-flex-order: 5;
      order: 5;
}

.bs-order-6 {
  -ms-flex-order: 6;
      order: 6;
}

.bs-order-7 {
  -ms-flex-order: 7;
      order: 7;
}

.bs-order-8 {
  -ms-flex-order: 8;
      order: 8;
}

.bs-order-9 {
  -ms-flex-order: 9;
      order: 9;
}

.bs-order-10 {
  -ms-flex-order: 10;
      order: 10;
}

.bs-order-11 {
  -ms-flex-order: 11;
      order: 11;
}

.bs-order-12 {
  -ms-flex-order: 12;
      order: 12;
}

@media (min-width: 576px) {
  .bs-col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .bs-col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .bs-col-sm-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .bs-col-sm-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .bs-col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .bs-col-sm-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .bs-col-sm-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .bs-col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .bs-col-sm-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .bs-col-sm-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .bs-col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .bs-col-sm-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .bs-col-sm-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .bs-col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .bs-order-sm-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .bs-order-sm-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .bs-order-sm-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .bs-order-sm-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .bs-order-sm-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .bs-order-sm-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .bs-order-sm-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .bs-order-sm-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .bs-order-sm-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .bs-order-sm-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .bs-order-sm-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .bs-order-sm-12 {
    -ms-flex-order: 12;
        order: 12;
  }
}

@media (min-width: 768px) {
  .bs-col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .bs-col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .bs-col-md-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .bs-col-md-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .bs-col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .bs-col-md-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .bs-col-md-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .bs-col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .bs-col-md-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .bs-col-md-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .bs-col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .bs-col-md-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .bs-col-md-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .bs-col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .bs-order-md-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .bs-order-md-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .bs-order-md-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .bs-order-md-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .bs-order-md-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .bs-order-md-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .bs-order-md-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .bs-order-md-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .bs-order-md-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .bs-order-md-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .bs-order-md-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .bs-order-md-12 {
    -ms-flex-order: 12;
        order: 12;
  }
}

@media (min-width: 992px) {
  .bs-col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .bs-col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .bs-col-lg-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .bs-col-lg-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .bs-col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .bs-col-lg-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .bs-col-lg-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .bs-col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .bs-col-lg-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .bs-col-lg-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .bs-col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .bs-col-lg-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .bs-col-lg-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .bs-col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .bs-order-lg-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .bs-order-lg-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .bs-order-lg-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .bs-order-lg-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .bs-order-lg-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .bs-order-lg-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .bs-order-lg-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .bs-order-lg-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .bs-order-lg-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .bs-order-lg-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .bs-order-lg-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .bs-order-lg-12 {
    -ms-flex-order: 12;
        order: 12;
  }
}

@media (min-width: 1200px) {
  .bs-col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .bs-col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .bs-col-xl-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .bs-col-xl-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .bs-col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .bs-col-xl-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .bs-col-xl-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .bs-col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .bs-col-xl-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .bs-col-xl-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .bs-col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .bs-col-xl-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .bs-col-xl-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .bs-col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .bs-order-xl-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .bs-order-xl-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .bs-order-xl-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .bs-order-xl-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .bs-order-xl-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .bs-order-xl-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .bs-order-xl-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .bs-order-xl-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .bs-order-xl-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .bs-order-xl-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .bs-order-xl-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .bs-order-xl-12 {
    -ms-flex-order: 12;
        order: 12;
  }
}

.bs-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.bs-card-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1.25rem;
}

.bs-card-title {
  margin-bottom: 0.75rem;
}

.bs-card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.bs-card-text:last-child {
  margin-bottom: 0;
}

.bs-card-link:hover {
  text-decoration: none;
}

.bs-card-link + .bs-card-link {
  margin-left: 1.25rem;
}

.bs-card > .bs-list-group:first-child .bs-list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.bs-card > .bs-list-group:last-child .bs-list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.bs-card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.bs-card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.bs-card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.bs-card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.bs-card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.bs-card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.bs-card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.bs-card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.bs-card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.bs-card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

@media (min-width: 576px) {
  .bs-card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .bs-card-deck .bs-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 576px) {
  .bs-card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  .bs-card-group .bs-card {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
  }
  .bs-card-group .bs-card + .bs-card {
    margin-left: 0;
    border-left: 0;
  }
  .bs-card-group .bs-card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .bs-card-group .bs-card:first-child .bs-card-img-top {
    border-top-right-radius: 0;
  }
  .bs-card-group .bs-card:first-child .bs-card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .bs-card-group .bs-card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .bs-card-group .bs-card:last-child .bs-card-img-top {
    border-top-left-radius: 0;
  }
  .bs-card-group .bs-card:last-child .bs-card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .bs-card-group .bs-card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .bs-card-group .bs-card:not(:first-child):not(:last-child) .bs-card-img-top,
  .bs-card-group .bs-card:not(:first-child):not(:last-child) .bs-card-img-bottom {
    border-radius: 0;
  }
}

.bs-card-columns .bs-card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .bs-card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  .bs-card-columns .bs-card {
    display: inline-block;
    width: 100%;
  }
}

.bs-text-muted {
  color: #868e96 !important;
}

.bs-mb-2 {
  margin-bottom: 0.5rem !important;
}
.bs-btn {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: 0.25rem;
    transition: all 0.15s ease-in-out;
  }
  
  .bs-btn:focus, .bs-btn:hover {
    text-decoration: none;
  }
  
  .bs-btn:focus, .bs-btn.focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
  }
  
  .bs-btn.disabled, .bs-btn:disabled {
    opacity: .65;
  }
  
  .bs-btn:active, .bs-btn.active {
    background-image: none;
  }
  
  a.bs-btn.disabled,
  fieldset[disabled] a.bs-btn {
    pointer-events: none;
  }
  
  .bs-btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }
  
  .bs-btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
  }
  
  .bs-btn-primary:focus, .bs-btn-primary.focus {
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
  }
  
  .bs-btn-primary.disabled, .bs-btn-primary:disabled {
    background-color: #007bff;
    border-color: #007bff;
  }
  
  .bs-btn-primary:active, .bs-btn-primary.active,
  .show > .bs-btn-primary.dropdown-toggle {
    background-color: #0069d9;
    background-image: none;
    border-color: #0062cc;
  }
  
  .bs-btn-secondary {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
  }
  
  .bs-btn-secondary:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d;
  }
  
  .bs-btn-secondary:focus, .bs-btn-secondary.focus {
    box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
  }
  
  .bs-btn-secondary.disabled, .bs-btn-secondary:disabled {
    background-color: #868e96;
    border-color: #868e96;
  }
  
  .bs-btn-secondary:active, .bs-btn-secondary.active,
  .show > .bs-btn-secondary.dropdown-toggle {
    background-color: #727b84;
    background-image: none;
    border-color: #6c757d;
  }
  
  .bs-btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
  }
  
  .bs-btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
  }
  
  .bs-btn-success:focus, .bs-btn-success.focus {
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
  }
  
  .bs-btn-success.disabled, .bs-btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745;
  }
  
  .bs-btn-success:active, .bs-btn-success.active,
  .show > .bs-btn-success.dropdown-toggle {
    background-color: #218838;
    background-image: none;
    border-color: #1e7e34;
  }
  
  .bs-btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
  }
  
  .bs-btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
  }
  
  .bs-btn-info:focus, .bs-btn-info.focus {
    box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
  }
  
  .bs-btn-info.disabled, .bs-btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8;
  }
  
  .bs-btn-info:active, .bs-btn-info.active,
  .show > .bs-btn-info.dropdown-toggle {
    background-color: #138496;
    background-image: none;
    border-color: #117a8b;
  }
  
  .bs-btn-warning {
    color: #111;
    background-color: #ffc107;
    border-color: #ffc107;
  }
  
  .bs-btn-warning:hover {
    color: #111;
    background-color: #e0a800;
    border-color: #d39e00;
  }
  
  .bs-btn-warning:focus, .bs-btn-warning.focus {
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
  }
  
  .bs-btn-warning.disabled, .bs-btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107;
  }
  
  .bs-btn-warning:active, .bs-btn-warning.active,
  .show > .bs-btn-warning.dropdown-toggle {
    background-color: #e0a800;
    background-image: none;
    border-color: #d39e00;
  }
  
  .bs-btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
  }
  
  .bs-btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
  }
  
  .bs-btn-danger:focus, .bs-btn-danger.focus {
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
  }
  
  .bs-btn-danger.disabled, .bs-btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545;
  }
  
  .bs-btn-danger:active, .bs-btn-danger.active,
  .show > .bs-btn-danger.dropdown-toggle {
    background-color: #c82333;
    background-image: none;
    border-color: #bd2130;
  }
  
  .bs-btn-light {
    color: #111;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
  }
  
  .bs-btn-light:hover {
    color: #111;
    background-color: #e2e6ea;
    border-color: #dae0e5;
  }
  
  .bs-btn-light:focus, .bs-btn-light.focus {
    box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
  }
  
  .bs-btn-light.disabled, .bs-btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
  }
  
  .bs-btn-light:active, .bs-btn-light.active,
  .show > .bs-btn-light.dropdown-toggle {
    background-color: #e2e6ea;
    background-image: none;
    border-color: #dae0e5;
  }
  
  .bs-btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
  }
  
  .bs-btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
  }
  
  .bs-btn-dark:focus, .bs-btn-dark.focus {
    box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
  }
  
  .bs-btn-dark.disabled, .bs-btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40;
  }
  
  .bs-btn-dark:active, .bs-btn-dark.active,
  .show > .bs-btn-dark.dropdown-toggle {
    background-color: #23272b;
    background-image: none;
    border-color: #1d2124;
  }
  
  .bs-btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
  }
  
  .bs-btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }
  
  .bs-btn-outline-primary:focus, .bs-btn-outline-primary.focus {
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
  }
  
  .bs-btn-outline-primary.disabled, .bs-btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
  }
  
  .bs-btn-outline-primary:active, .bs-btn-outline-primary.active,
  .show > .bs-btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }
  
  .bs-btn-outline-secondary {
    color: #868e96;
    background-color: transparent;
    background-image: none;
    border-color: #868e96;
  }
  
  .bs-btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
  }
  
  .bs-btn-outline-secondary:focus, .bs-btn-outline-secondary.focus {
    box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
  }
  
  .bs-btn-outline-secondary.disabled, .bs-btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent;
  }
  
  .bs-btn-outline-secondary:active, .bs-btn-outline-secondary.active,
  .show > .bs-btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
  }
  
  .bs-btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
  }
  
  .bs-btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
  }
  
  .bs-btn-outline-success:focus, .bs-btn-outline-success.focus {
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
  }
  
  .bs-btn-outline-success.disabled, .bs-btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
  }
  
  .bs-btn-outline-success:active, .bs-btn-outline-success.active,
  .show > .bs-btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
  }
  
  .bs-btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
  }
  
  .bs-btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
  }
  
  .bs-btn-outline-info:focus, .bs-btn-outline-info.focus {
    box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
  }
  
  .bs-btn-outline-info.disabled, .bs-btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
  }
  
  .bs-btn-outline-info:active, .bs-btn-outline-info.active,
  .show > .bs-btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
  }
  
  .bs-btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
  }
  
  .bs-btn-outline-warning:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
  }
  
  .bs-btn-outline-warning:focus, .bs-btn-outline-warning.focus {
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
  }
  
  .bs-btn-outline-warning.disabled, .bs-btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
  }
  
  .bs-btn-outline-warning:active, .bs-btn-outline-warning.active,
  .show > .bs-btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
  }
  
  .bs-btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
  }
  
  .bs-btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
  }
  
  .bs-btn-outline-danger:focus, .bs-btn-outline-danger.focus {
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
  }
  
  .bs-btn-outline-danger.disabled, .bs-btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
  }
  
  .bs-btn-outline-danger:active, .bs-btn-outline-danger.active,
  .show > .bs-btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
  }
  
  .bs-btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
  }
  
  .bs-btn-outline-light:hover {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
  }
  
  .bs-btn-outline-light:focus, .bs-btn-outline-light.focus {
    box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
  }
  
  .bs-btn-outline-light.disabled, .bs-btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
  }
  
  .bs-btn-outline-light:active, .bs-btn-outline-light.active,
  .show > .bs-btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
  }
  
  .bs-btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
  }
  
  .bs-btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
  }
  
  .bs-btn-outline-dark:focus, .bs-btn-outline-dark.focus {
    box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
  }
  
  .bs-btn-outline-dark.disabled, .bs-btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
  }
  
  .bs-btn-outline-dark:active, .bs-btn-outline-dark.active,
  .show > .bs-btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
  }
  
  .bs-btn-link {
    font-weight: normal;
    color: #007bff;
    border-radius: 0;
  }
  
  .bs-btn-link, .bs-btn-link:active, .bs-btn-link.active, .bs-btn-link:disabled {
    background-color: transparent;
  }
  
  .bs-btn-link, .bs-btn-link:focus, .bs-btn-link:active {
    border-color: transparent;
    box-shadow: none;
  }
  
  .bs-btn-link:hover {
    border-color: transparent;
  }
  
  .bs-btn-link:focus, .bs-btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
  }
  
  .bs-btn-link:disabled {
    color: #868e96;
  }
  
  .bs-btn-link:disabled:focus, .bs-btn-link:disabled:hover {
    text-decoration: none;
  }
  
  .bs-btn-lg, .bs-btn-group-lg > .bs-btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
  }
  
  .bs-btn-sm, .bs-btn-group-sm > .bs-btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
  }
  
  .bs-btn-block {
    display: block;
    width: 100%;
  }
  
  .bs-btn-block + .bs-btn-block {
    margin-top: 0.5rem;
  }


.bs-btn-group,
.bs-btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.bs-btn-group > .bs-btn,
.bs-btn-group-vertical > .bs-btn {
  position: relative;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  margin-bottom: 0;
}

.bs-btn-group > .bs-btn:hover,
.bs-btn-group-vertical > .bs-btn:hover {
  z-index: 2;
}

.bs-btn-group > .bs-btn:focus, .bs-btn-group > .bs-btn:active, .bs-btn-group > .bs-btn.active,
.bs-btn-group-vertical > .bs-btn:focus,
.bs-btn-group-vertical > .bs-btn:active,
.bs-btn-group-vertical > .bs-btn.active {
  z-index: 2;
}

.bs-btn-group .bs-btn + .bs-btn,
.bs-btn-group .bs-btn + .bs-btn-group,
.bs-btn-group .bs-btn-group + .bs-btn,
.bs-btn-group .bs-btn-group + .bs-btn-group,
.bs-btn-group-vertical .bs-btn + .bs-btn,
.bs-btn-group-vertical .bs-btn + .bs-btn-group,
.bs-btn-group-vertical .bs-btn-group + .bs-btn,
.bs-btn-group-vertical .bs-btn-group + .bs-btn-group {
  margin-left: -1px;
}

.bs-btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.bs-btn-toolbar .input-group {
  width: auto;
}

.bs-btn-group > .bs-btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.bs-btn-group > .bs-btn:first-child {
  margin-left: 0;
}

.bs-btn-group > .bs-btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.bs-btn-group > .bs-btn:last-child:not(:first-child),
.bs-btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.bs-btn-group > .bs-btn-group {
  float: left;
}

.bs-btn-group > .bs-btn-group:not(:first-child):not(:last-child) > .bs-btn {
  border-radius: 0;
}

.bs-btn-group > .bs-btn-group:first-child:not(:last-child) > .bs-btn:last-child,
.bs-btn-group > .bs-btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.bs-btn-group > .bs-btn-group:last-child:not(:first-child) > .bs-btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.bs-btn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.bs-btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

.bs-btn-sm + .dropdown-toggle-split, .bs-btn-group-sm > .bs-btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.bs-btn-lg + .dropdown-toggle-split, .bs-btn-group-lg > .bs-btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.bs-btn-group-vertical {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}

.bs-btn-group-vertical .bs-btn,
.bs-btn-group-vertical .bs-btn-group {
  width: 100%;
}

.bs-btn-group-vertical > .bs-btn + .bs-btn,
.bs-btn-group-vertical > .bs-btn + .bs-btn-group,
.bs-btn-group-vertical > .bs-btn-group + .bs-btn,
.bs-btn-group-vertical > .bs-btn-group + .bs-btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.bs-btn-group-vertical > .bs-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.bs-btn-group-vertical > .bs-btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.bs-btn-group-vertical > .bs-btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bs-btn-group-vertical > .bs-btn-group:not(:first-child):not(:last-child) > .bs-btn {
  border-radius: 0;
}

.bs-btn-group-vertical > .bs-btn-group:first-child:not(:last-child) > .bs-btn:last-child,
.bs-btn-group-vertical > .bs-btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.bs-btn-group-vertical > .bs-btn-group:last-child:not(:first-child) > .bs-btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bs-btn .badge {
    position: relative;
    top: -1px;
}

.bs-bg-primary {
  background-color: #007bff !important;
}

a.bs-bg-primary:focus, a.bs-bg-primary:hover {
  background-color: #0062cc !important;
}

.bs-bg-secondary {
  background-color: #868e96 !important;
}

a.bs-bg-secondary:focus, a.bs-bg-secondary:hover {
  background-color: #6c757d !important;
}

.bs-bg-success {
  background-color: #28a745 !important;
}

a.bs-bg-success:focus, a.bs-bg-success:hover {
  background-color: #1e7e34 !important;
}

.bs-bg-info {
  background-color: #17a2b8 !important;
}

a.bs-bg-info:focus, a.bs-bg-info:hover {
  background-color: #117a8b !important;
}

.bs-bg-warning {
  background-color: #ffc107 !important;
}

a.bs-bg-warning:focus, a.bs-bg-warning:hover {
  background-color: #d39e00 !important;
}

.bs-bg-danger {
  background-color: #dc3545 !important;
}

a.bs-bg-danger:focus, a.bs-bg-danger:hover {
  background-color: #bd2130 !important;
}

.bs-bg-light {
  background-color: #f8f9fa !important;
}

a.bs-bg-light:focus, a.bs-bg-light:hover {
  background-color: #dae0e5 !important;
}

.bs-bg-dark {
  background-color: #343a40 !important;
}

a.bs-bg-dark:focus, a.bs-bg-dark:hover {
  background-color: #1d2124 !important;
}
.bs-bg-white {
  background-color: #fff !important;
}

.bs-bg-transparent {
  background-color: transparent !important;
}

.bs-border {
  border: 1px solid #e9ecef !important;
}

.bs-border-0 {
  border: 0 !important;
}

.bs-border-top-0 {
  border-top: 0 !important;
}

.bs-border-right-0 {
  border-right: 0 !important;
}

.bs-border-bottom-0 {
  border-bottom: 0 !important;
}

.bs-border-left-0 {
  border-left: 0 !important;
}

.bs-border-primary {
  border-color: #007bff !important;
}

.bs-border-secondary {
  border-color: #868e96 !important;
}

.bs-border-success {
  border-color: #28a745 !important;
}

.bs-border-info {
  border-color: #17a2b8 !important;
}

.bs-border-warning {
  border-color: #ffc107 !important;
}

.bs-border-danger {
  border-color: #dc3545 !important;
}

.bs-border-light {
  border-color: #f8f9fa !important;
}

.bs-border-dark {
  border-color: #343a40 !important;
}

.bs-border-white {
  border-color: #fff !important;
}

.bs-rounded {
  border-radius: 0.25rem !important;
}

.bs-rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.bs-rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.bs-rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.bs-rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.bs-rounded-circle {
  border-radius: 50%;
}

.bs-rounded-0 {
  border-radius: 0;
}
.bs-text-white {
  color: #fff !important;
}
.bs-justify-content-start {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important;
}

.bs-justify-content-end {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important;
}

.bs-justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important;
}

.bs-justify-content-between {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important;
}

.bs-justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.bs-align-items-start {
  -ms-flex-align: start !important;
      align-items: flex-start !important;
}

.bs-align-items-end {
  -ms-flex-align: end !important;
      align-items: flex-end !important;
}

.bs-align-items-center {
  -ms-flex-align: center !important;
      align-items: center !important;
}

.bs-align-items-baseline {
  -ms-flex-align: baseline !important;
      align-items: baseline !important;
}

.bs-align-items-stretch {
  -ms-flex-align: stretch !important;
      align-items: stretch !important;
}

.bs-align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.bs-align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.bs-align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.bs-align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.bs-align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.bs-align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.bs-align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.bs-align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.bs-align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.bs-align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.bs-align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.bs-align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .bs-flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .bs-flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .bs-flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .bs-flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .bs-flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .bs-flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .bs-flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .bs-justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .bs-justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .bs-justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .bs-justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .bs-justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .bs-align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .bs-align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .bs-align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .bs-align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .bs-align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .bs-align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .bs-align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .bs-align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .bs-align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .bs-align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .bs-align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .bs-align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .bs-align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .bs-align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .bs-align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .bs-align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .bs-align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .bs-flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .bs-flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .bs-flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .bs-flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .bs-flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .bs-flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .bs-flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .bs-justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .bs-justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .bs-justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .bs-justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .bs-justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .bs-align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .bs-align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .bs-align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .bs-align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .bs-align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .bs-align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .bs-align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .bs-align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .bs-align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .bs-align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .bs-align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .bs-align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .bs-align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .bs-align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .bs-align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .bs-align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .bs-align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .bs-flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .bs-flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .bs-flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .bs-flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .bs-flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .bs-flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .bs-flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .bs-justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .bs-justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .bs-justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .bs-justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .bs-justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .bs-align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .bs-align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .bs-align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .bs-align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .bs-align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .bs-align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .bs-align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .bs-align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .bs-align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .bs-align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .bs-align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .bs-align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .bs-align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .bs-align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .bs-align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .bs-align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .bs-align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .bs-flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .bs-flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .bs-flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .bs-flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .bs-flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .bs-flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .bs-flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .bs-justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .bs-justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .bs-justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .bs-justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .bs-justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .bs-align-items-xl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .bs-align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .bs-align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .bs-align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .bs-align-items-xl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .bs-align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .bs-align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .bs-align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .bs-align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .bs-align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .bs-align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .bs-align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .bs-align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .bs-align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .bs-align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .bs-align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .bs-align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.bs-btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}
.bs-list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.bs-list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.bs-list-group-item-action:focus, .bs-list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.bs-list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.bs-list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.bs-list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.bs-list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.bs-list-group-item:focus, .bs-list-group-item:hover {
  text-decoration: none;
}

.bs-list-group-item.disabled, .bs-list-group-item:disabled {
  color: #868e96;
  background-color: #fff;
}

.bs-list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.bs-list-group-flush .bs-list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.bs-list-group-flush:first-child .bs-list-group-item:first-child {
  border-top: 0;
}

.bs-list-group-flush:last-child .bs-list-group-item:last-child {
  border-bottom: 0;
}

.bs-list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

a.bs-list-group-item-primary,
button.bs-list-group-item-primary {
  color: #004085;
}

a.bs-list-group-item-primary:focus, a.bs-list-group-item-primary:hover,
button.bs-list-group-item-primary:focus,
button.bs-list-group-item-primary:hover {
  color: #004085;
  background-color: #9fcdff;
}

a.bs-list-group-item-primary.active,
button.bs-list-group-item-primary.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.bs-list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2;
}

a.bs-list-group-item-secondary,
button.bs-list-group-item-secondary {
  color: #464a4e;
}

a.bs-list-group-item-secondary:focus, a.bs-list-group-item-secondary:hover,
button.bs-list-group-item-secondary:focus,
button.bs-list-group-item-secondary:hover {
  color: #464a4e;
  background-color: #cfd2d6;
}

a.bs-list-group-item-secondary.active,
button.bs-list-group-item-secondary.active {
  color: #fff;
  background-color: #464a4e;
  border-color: #464a4e;
}

.bs-list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

a.bs-list-group-item-success,
button.bs-list-group-item-success {
  color: #155724;
}

a.bs-list-group-item-success:focus, a.bs-list-group-item-success:hover,
button.bs-list-group-item-success:focus,
button.bs-list-group-item-success:hover {
  color: #155724;
  background-color: #b1dfbb;
}

a.bs-list-group-item-success.active,
button.bs-list-group-item-success.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.bs-list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

a.bs-list-group-item-info,
button.bs-list-group-item-info {
  color: #0c5460;
}

a.bs-list-group-item-info:focus, a.bs-list-group-item-info:hover,
button.bs-list-group-item-info:focus,
button.bs-list-group-item-info:hover {
  color: #0c5460;
  background-color: #abdde5;
}

a.bs-list-group-item-info.active,
button.bs-list-group-item-info.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.bs-list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

a.bs-list-group-item-warning,
button.bs-list-group-item-warning {
  color: #856404;
}

a.bs-list-group-item-warning:focus, a.bs-list-group-item-warning:hover,
button.bs-list-group-item-warning:focus,
button.bs-list-group-item-warning:hover {
  color: #856404;
  background-color: #ffe8a1;
}

a.bs-list-group-item-warning.active,
button.bs-list-group-item-warning.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.bs-list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

a.bs-list-group-item-danger,
button.bs-list-group-item-danger {
  color: #721c24;
}

a.bs-list-group-item-danger:focus, a.bs-list-group-item-danger:hover,
button.bs-list-group-item-danger:focus,
button.bs-list-group-item-danger:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

a.bs-list-group-item-danger.active,
button.bs-list-group-item-danger.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.bs-list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

a.bs-list-group-item-light,
button.bs-list-group-item-light {
  color: #818182;
}

a.bs-list-group-item-light:focus, a.bs-list-group-item-light:hover,
button.bs-list-group-item-light:focus,
button.bs-list-group-item-light:hover {
  color: #818182;
  background-color: #ececf6;
}

a.bs-list-group-item-light.active,
button.bs-list-group-item-light.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.bs-list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

a.bs-list-group-item-dark,
button.bs-list-group-item-dark {
  color: #1b1e21;
}

a.bs-list-group-item-dark:focus, a.bs-list-group-item-dark:hover,
button.bs-list-group-item-dark:focus,
button.bs-list-group-item-dark:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

a.bs-list-group-item-dark.active,
button.bs-list-group-item-dark.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.bs-no-underline {
    text-decoration: none
}

.bs-table {
    border-color: #e2e7eb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff
}

.bs-table>thead>tr>th {
    color: #242a30;
    font-weight: 600;
    border-bottom: 2px solid #e2e7eb!important
}

.bs-table>tbody>tr>td,
.bs-table>tbody>tr>th,
.bs-table>tfoot>tr>td,
.bs-table>tfoot>tr>th,
.bs-table>thead>tr>td,
.bs-table>thead>tr>th {
    border-color: #e2e7eb;
    padding: 10px 15px;
    background: #fff
}

.bs-table-condensed>tbody>tr>td,
.bs-table-condensed>tbody>tr>th,
.bs-table-condensed>tfoot>tr>td,
.bs-table-condensed>tfoot>tr>th,
.bs-table-condensed>thead>tr>td,
.bs-table-condensed>thead>tr>th {
    padding: 7px 15px
}

.bs-table-hover>tbody>tr:hover>td,
.bs-table-hover>tbody>tr:hover>th {
    background: #e8ecf1!important
}

.bs-table-striped>tbody>tr:nth-child(odd)>td,
.bs-table-striped>tbody>tr:nth-child(odd)>th {
    background: #f0f3f5
}

.bs-table.table-inverse {
    background: 0 0
}

.bs-table.table-inverse>tbody>tr>td,
.bs-table.table-inverse>tbody>tr>th,
.bs-table.table-inverse>tfoot>tr>td,
.bs-table.table-inverse>tfoot>tr>th,
.bs-table.table-inverse>thead>tr>td,
.bs-table.table-inverse>thead>tr>th {
    border-color: #999!important;
    border-color: rgba(0, 0, 0, .2)!important;
    background: 0 0!important
}

.bs-table.table-inverse,
.bs-table.table-inverse>tbody>tr>th,
.bs-table.table-inverse>tfoot>tr>th,
.bs-table.table-inverse>thead>tr>th {
    color: #fff
}

.bs-table>tbody>tr.info>td,
.bs-table>tbody>tr.info>th,
.bs-table>tbody>tr>td.info,
.bs-table>tbody>tr>th.info,
.bs-table>tfoot>tr.info>td,
.bs-table>tfoot>tr.info>th,
.bs-table>tfoot>tr>td.info,
.bs-table>tfoot>tr>th.info,
.bs-table>thead>tr.info>td,
.bs-table>thead>tr.info>th,
.bs-table>thead>tr>td.info,
.bs-table>thead>tr>th.info {
    background: #dbf0f7;
    border-color: #b6e2ef
}

.bs-table>tbody>tr.success>td,
.bs-table>tbody>tr.success>th,
.bs-table>tbody>tr>td.success,
.bs-table>tbody>tr>th.success,
.bs-table>tfoot>tr.success>td,
.bs-table>tfoot>tr.success>th,
.bs-table>tfoot>tr>td.success,
.bs-table>tfoot>tr>th.success,
.bs-table>thead>tr.success>td,
.bs-table>thead>tr.success>th,
.bs-table>thead>tr>td.success,
.bs-table>thead>tr>th.success {
    background: #cee;
    border-color: #99dede
}

.bs-table>tbody>tr.danger>td,
.bs-table>tbody>tr.danger>th,
.bs-table>tbody>tr>td.danger,
.bs-table>tbody>tr>th.danger,
.bs-table>tfoot>tr.danger>td,
.bs-table>tfoot>tr.danger>th,
.bs-table>tfoot>tr>td.danger,
.bs-table>tfoot>tr>th.danger,
.bs-table>thead>tr.danger>td,
.bs-table>thead>tr.danger>th,
.bs-table>thead>tr>td.danger,
.bs-table>thead>tr>th.danger {
    background: #ffdedd;
    border-color: #ffbdbc
}

.bs-table>tbody>tr.warning>td,
.bs-table>tbody>tr.warning>th,
.bs-table>tbody>tr>td.warning,
.bs-table>tbody>tr>th.warning,
.bs-table>tfoot>tr.warning>td,
.bs-table>tfoot>tr.warning>th,
.bs-table>tfoot>tr>td.warning,
.bs-table>tfoot>tr>th.warning,
.bs-table>thead>tr.warning>td,
.bs-table>thead>tr.warning>th,
.bs-table>thead>tr>td.warning,
.bs-table>thead>tr>th.warning {
    background: #fdebd1;
    border-color: #fbd7a3
}

.bs-table>tbody>tr.active>td,
.bs-table>tbody>tr.active>th,
.bs-table>tbody>tr>td.active,
.bs-table>tbody>tr>th.active,
.bs-table>tfoot>tr.active>td,
.bs-table>tfoot>tr.active>th,
.bs-table>tfoot>tr>td.active,
.bs-table>tfoot>tr>th.active,
.bs-table>thead>tr.active>td,
.bs-table>thead>tr.active>th,
.bs-table>thead>tr>td.active,
.bs-table>thead>tr>th.active {
    background: #f0f3f5;
    border-color: #e2e7e9
}

.bs-table-td-valign-middle td,
.bs-table-th-valign-middle th,
.bs-table-valign-middle td,
.bs-table-valign-middle th {
    vertical-align: middle!important
}

.bs-table-td-valign-top td,
.bs-table-th-valign-top th,
.bs-table-valign-top td,
.bs-table-valign-top th {
    vertical-align: top!important
}

.bs-table-td-valign-bottom td,
.bs-table-th-valign-bottom th,
.bs-table-valign-bottom td,
.bs-table-valign-bottom th {
    vertical-align: bottom!important
}

.bs-table-responsive .bs-table > tbody > tr > td,
.bs-table-responsive .bs-table > tbody > tr > th,
.bs-table-responsive .bs-table > tfoot > tr > td,
.bs-table-responsive .bs-table > tfoot > tr > th,
.bs-table-responsive .bs-table > thead > tr > td,
.bs-table-responsive .bs-table > thead > tr > th {
    white-space: nowrap;
}