
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
    @media screen and (min-width: 576px) {
      .container {
        max-width: 540px; } }
    @media screen and (min-width: 768px) {
      .container {
        max-width: 720px; } }
    @media screen and (min-width: 992px) {
      .container {
        max-width: 960px; } }
    @media screen and (min-width: 1200px) {
      .container {
        max-width: 1280px; } }
  
  .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
  
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
  
  .no-gutters {
    margin-right: 0;
    margin-left: 0; }
    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
      padding-right: 0;
      padding-left: 0; }
  
  .col-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  
  .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  
  .col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  
  .col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  
  .col-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  
  .col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  
  .col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  
  .col-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  
  .col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  
  .col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  
  .col-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  
  .col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  
  .col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  
  .col-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  
  .order-first {
    order: -1; }
  
  .order-last {
    order: 13; }
  
  .order-0 {
    order: 0; }
  
  .order-1 {
    order: 1; }
  
  .order-2 {
    order: 2; }
  
  .order-3 {
    order: 3; }
  
  .order-4 {
    order: 4; }
  
  .order-5 {
    order: 5; }
  
  .order-6 {
    order: 6; }
  
  .order-7 {
    order: 7; }
  
  .order-8 {
    order: 8; }
  
  .order-9 {
    order: 9; }
  
  .order-10 {
    order: 10; }
  
  .order-11 {
    order: 11; }
  
  .order-12 {
    order: 12; }
  
  .offset-1 {
    margin-left: 8.3333333333%; }
  
  .offset-2 {
    margin-left: 16.6666666667%; }
  
  .offset-3 {
    margin-left: 25%; }
  
  .offset-4 {
    margin-left: 33.3333333333%; }
  
  .offset-5 {
    margin-left: 41.6666666667%; }
  
  .offset-6 {
    margin-left: 50%; }
  
  .offset-7 {
    margin-left: 58.3333333333%; }
  
  .offset-8 {
    margin-left: 66.6666666667%; }
  
  .offset-9 {
    margin-left: 75%; }
  
  .offset-10 {
    margin-left: 83.3333333333%; }
  
  .offset-11 {
    margin-left: 91.6666666667%; }
  
  @media (min-width: 576px) {
    .col-sm {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
  
    .col-sm-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none; }
  
    .col-sm-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%; }
  
    .col-sm-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
  
    .col-sm-3 {
      flex: 0 0 25%;
      max-width: 25%; }
  
    .col-sm-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
  
    .col-sm-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; }
  
    .col-sm-6 {
      flex: 0 0 50%;
      max-width: 50%; }
  
    .col-sm-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; }
  
    .col-sm-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; }
  
    .col-sm-9 {
      flex: 0 0 75%;
      max-width: 75%; }
  
    .col-sm-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%; }
  
    .col-sm-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%; }
  
    .col-sm-12 {
      flex: 0 0 100%;
      max-width: 100%; }
  
    .order-sm-first {
      order: -1; }
  
    .order-sm-last {
      order: 13; }
  
    .order-sm-0 {
      order: 0; }
  
    .order-sm-1 {
      order: 1; }
  
    .order-sm-2 {
      order: 2; }
  
    .order-sm-3 {
      order: 3; }
  
    .order-sm-4 {
      order: 4; }
  
    .order-sm-5 {
      order: 5; }
  
    .order-sm-6 {
      order: 6; }
  
    .order-sm-7 {
      order: 7; }
  
    .order-sm-8 {
      order: 8; }
  
    .order-sm-9 {
      order: 9; }
  
    .order-sm-10 {
      order: 10; }
  
    .order-sm-11 {
      order: 11; }
  
    .order-sm-12 {
      order: 12; }
  
    .offset-sm-0 {
      margin-left: 0; }
  
    .offset-sm-1 {
      margin-left: 8.3333333333%; }
  
    .offset-sm-2 {
      margin-left: 16.6666666667%; }
  
    .offset-sm-3 {
      margin-left: 25%; }
  
    .offset-sm-4 {
      margin-left: 33.3333333333%; }
  
    .offset-sm-5 {
      margin-left: 41.6666666667%; }
  
    .offset-sm-6 {
      margin-left: 50%; }
  
    .offset-sm-7 {
      margin-left: 58.3333333333%; }
  
    .offset-sm-8 {
      margin-left: 66.6666666667%; }
  
    .offset-sm-9 {
      margin-left: 75%; }
  
    .offset-sm-10 {
      margin-left: 83.3333333333%; }
  
    .offset-sm-11 {
      margin-left: 91.6666666667%; } }
  @media (min-width: 768px) {
    .col-md {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
  
    .col-md-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none; }
  
    .col-md-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%; }
  
    .col-md-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
  
    .col-md-3 {
      flex: 0 0 25%;
      max-width: 25%; }
  
    .col-md-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
  
    .col-md-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; }
  
    .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%; }
  
    .col-md-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; }
  
    .col-md-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; }
  
    .col-md-9 {
      flex: 0 0 75%;
      max-width: 75%; }
  
    .col-md-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%; }
  
    .col-md-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%; }
  
    .col-md-12 {
      flex: 0 0 100%;
      max-width: 100%; }
  
    .order-md-first {
      order: -1; }
  
    .order-md-last {
      order: 13; }
  
    .order-md-0 {
      order: 0; }
  
    .order-md-1 {
      order: 1; }
  
    .order-md-2 {
      order: 2; }
  
    .order-md-3 {
      order: 3; }
  
    .order-md-4 {
      order: 4; }
  
    .order-md-5 {
      order: 5; }
  
    .order-md-6 {
      order: 6; }
  
    .order-md-7 {
      order: 7; }
  
    .order-md-8 {
      order: 8; }
  
    .order-md-9 {
      order: 9; }
  
    .order-md-10 {
      order: 10; }
  
    .order-md-11 {
      order: 11; }
  
    .order-md-12 {
      order: 12; }
  
    .offset-md-0 {
      margin-left: 0; }
  
    .offset-md-1 {
      margin-left: 8.3333333333%; }
  
    .offset-md-2 {
      margin-left: 16.6666666667%; }
  
    .offset-md-3 {
      margin-left: 25%; }
  
    .offset-md-4 {
      margin-left: 33.3333333333%; }
  
    .offset-md-5 {
      margin-left: 41.6666666667%; }
  
    .offset-md-6 {
      margin-left: 50%; }
  
    .offset-md-7 {
      margin-left: 58.3333333333%; }
  
    .offset-md-8 {
      margin-left: 66.6666666667%; }
  
    .offset-md-9 {
      margin-left: 75%; }
  
    .offset-md-10 {
      margin-left: 83.3333333333%; }
  
    .offset-md-11 {
      margin-left: 91.6666666667%; } }
  @media (min-width: 992px) {
    .col-lg {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
  
    .col-lg-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none; }
  
    .col-lg-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%; }
  
    .col-lg-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
  
    .col-lg-3 {
      flex: 0 0 25%;
      max-width: 25%; }
  
    .col-lg-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
  
    .col-lg-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; }
  
    .col-lg-6 {
      flex: 0 0 50%;
      max-width: 50%; }
  
    .col-lg-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; }
  
    .col-lg-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; }
  
    .col-lg-9 {
      flex: 0 0 75%;
      max-width: 75%; }
  
    .col-lg-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%; }
  
    .col-lg-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%; }
  
    .col-lg-12 {
      flex: 0 0 100%;
      max-width: 100%; }
  
    .order-lg-first {
      order: -1; }
  
    .order-lg-last {
      order: 13; }
  
    .order-lg-0 {
      order: 0; }
  
    .order-lg-1 {
      order: 1; }
  
    .order-lg-2 {
      order: 2; }
  
    .order-lg-3 {
      order: 3; }
  
    .order-lg-4 {
      order: 4; }
  
    .order-lg-5 {
      order: 5; }
  
    .order-lg-6 {
      order: 6; }
  
    .order-lg-7 {
      order: 7; }
  
    .order-lg-8 {
      order: 8; }
  
    .order-lg-9 {
      order: 9; }
  
    .order-lg-10 {
      order: 10; }
  
    .order-lg-11 {
      order: 11; }
  
    .order-lg-12 {
      order: 12; }
  
    .offset-lg-0 {
      margin-left: 0; }
  
    .offset-lg-1 {
      margin-left: 8.3333333333%; }
  
    .offset-lg-2 {
      margin-left: 16.6666666667%; }
  
    .offset-lg-3 {
      margin-left: 25%; }
  
    .offset-lg-4 {
      margin-left: 33.3333333333%; }
  
    .offset-lg-5 {
      margin-left: 41.6666666667%; }
  
    .offset-lg-6 {
      margin-left: 50%; }
  
    .offset-lg-7 {
      margin-left: 58.3333333333%; }
  
    .offset-lg-8 {
      margin-left: 66.6666666667%; }
  
    .offset-lg-9 {
      margin-left: 75%; }
  
    .offset-lg-10 {
      margin-left: 83.3333333333%; }
  
    .offset-lg-11 {
      margin-left: 91.6666666667%; } }
  @media (min-width: 1200px) {
    .col-xl {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
  
    .col-xl-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none; }
  
    .col-xl-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%; }
  
    .col-xl-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
  
    .col-xl-3 {
      flex: 0 0 25%;
      max-width: 25%; }
  
    .col-xl-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
  
    .col-xl-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; }
  
    .col-xl-6 {
      flex: 0 0 50%;
      max-width: 50%; }
  
    .col-xl-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; }
  
    .col-xl-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; }
  
    .col-xl-9 {
      flex: 0 0 75%;
      max-width: 75%; }
  
    .col-xl-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%; }
  
    .col-xl-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%; }
  
    .col-xl-12 {
      flex: 0 0 100%;
      max-width: 100%; }
  
    .order-xl-first {
      order: -1; }
  
    .order-xl-last {
      order: 13; }
  
    .order-xl-0 {
      order: 0; }
  
    .order-xl-1 {
      order: 1; }
  
    .order-xl-2 {
      order: 2; }
  
    .order-xl-3 {
      order: 3; }
  
    .order-xl-4 {
      order: 4; }
  
    .order-xl-5 {
      order: 5; }
  
    .order-xl-6 {
      order: 6; }
  
    .order-xl-7 {
      order: 7; }
  
    .order-xl-8 {
      order: 8; }
  
    .order-xl-9 {
      order: 9; }
  
    .order-xl-10 {
      order: 10; }
  
    .order-xl-11 {
      order: 11; }
  
    .order-xl-12 {
      order: 12; }
  
    .offset-xl-0 {
      margin-left: 0; }
  
    .offset-xl-1 {
      margin-left: 8.3333333333%; }
  
    .offset-xl-2 {
      margin-left: 16.6666666667%; }
  
    .offset-xl-3 {
      margin-left: 25%; }
  
    .offset-xl-4 {
      margin-left: 33.3333333333%; }
  
    .offset-xl-5 {
      margin-left: 41.6666666667%; }
  
    .offset-xl-6 {
      margin-left: 50%; }
  
    .offset-xl-7 {
      margin-left: 58.3333333333%; }
  
    .offset-xl-8 {
      margin-left: 66.6666666667%; }
  
    .offset-xl-9 {
      margin-left: 75%; }
  
    .offset-xl-10 {
      margin-left: 83.3333333333%; }
  
    .offset-xl-11 {
      margin-left: 91.6666666667%; } }



      .alert {
        position: relative;
        padding: 0.75rem 1.25rem;
        margin-bottom: 1rem;
        border: 1px solid transparent;
        border-radius: 0.25rem; }
      
      .alert-heading {
        color: inherit; }
      
      .alert-link {
        font-weight: 700; }
      
      .alert-dismissible {
        padding-right: 4rem; }
        .alert-dismissible .close {
          position: absolute;
          top: 0;
          right: 0;
          padding: 0.75rem 1.25rem;
          color: inherit; }
      
      .alert-primary {
        color: #135875;
        background: #d3eef9 linear-gradient(180deg, #daf1fa, #d3eef9) repeat-x;
        border-color: #c2e7f7; }
        .alert-primary hr {
          border-top-color: #abdef4; }
        .alert-primary .alert-link {
          color: #0c3749; }
      
      .alert-secondary {
        color: #383d41;
        background: #e2e3e5 linear-gradient(180deg, #e6e7e9, #e2e3e5) repeat-x;
        border-color: #d6d8db; }
        .alert-secondary hr {
          border-top-color: #c8cbcf; }
        .alert-secondary .alert-link {
          color: #202326; }
      
      .alert-success {
        color: #155724;
        background: #d4edda linear-gradient(180deg, #daf0e0, #d4edda) repeat-x;
        border-color: #c3e6cb; }
        .alert-success hr {
          border-top-color: #b1dfbb; }
        .alert-success .alert-link {
          color: #0b2e13; }
      
      .alert-info {
        color: #0c5460;
        background: #d1ecf1 linear-gradient(180deg, #d8eff3, #d1ecf1) repeat-x;
        border-color: #bee5eb; }
        .alert-info hr {
          border-top-color: #abdde5; }
        .alert-info .alert-link {
          color: #062c33; }
      
      .alert-warning {
        color: #856404;
        background: #fff3cd linear-gradient(180deg, #fff5d5, #fff3cd) repeat-x;
        border-color: #ffeeba; }
        .alert-warning hr {
          border-top-color: #ffe8a1; }
        .alert-warning .alert-link {
          color: #533f03; }
      
      .alert-danger {
        color: #721c24;
        background: #f8d7da linear-gradient(180deg, #f9dde0, #f8d7da) repeat-x;
        border-color: #f5c6cb; }
        .alert-danger hr {
          border-top-color: #f1b0b7; }
        .alert-danger .alert-link {
          color: #491217; }
      
      .alert-light {
        color: #818182;
        background: #fefefe linear-gradient(180deg, #fefefe, #fefefe) repeat-x;
        border-color: #fdfdfe; }
        .alert-light hr {
          border-top-color: #ececf6; }
        .alert-light .alert-link {
          color: #686868; }
      
      .alert-dark {
        color: #1b1e21;
        background: #d6d8d9 linear-gradient(180deg, #dcdedf, #d6d8d9) repeat-x;
        border-color: #c6c8ca; }
        .alert-dark hr {
          border-top-color: #b9bbbe; }
        .alert-dark .alert-link {
          color: #040505; }


          .btn {
            display: inline-block;
            font-weight: 400;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            user-select: none;
            border: 1px solid transparent;
            padding: 0.375rem 0.75rem;
            font-size: 1rem;
            line-height: 1.5;
            border-radius: 0.25rem;
            transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
            @media screen and (prefers-reduced-motion: reduce) {
              .btn {
                transition: none; } }
            .btn:hover, .btn:focus {
              text-decoration: none; }
            .btn:focus, .btn.focus {
              outline: 0;
              box-shadow: 0 0 0 0.2rem rgba(37, 170, 225, 0.25); }
            .btn.disabled, .btn:disabled {
              opacity: 0.65; }
            .btn:not(:disabled):not(.disabled) {
              cursor: pointer; }
          
          a.btn.disabled,
          fieldset:disabled a.btn {
            pointer-events: none; }
          
          .btn-primary {
            color: #fff;
            background: #25aae1 linear-gradient(180deg, #46b7e6, #25aae1) repeat-x;
            border-color: #25aae1; }
            .btn-primary:hover {
              color: #fff;
              background: #1b93c5 linear-gradient(180deg, #3da3ce, #1b93c5) repeat-x;
              border-color: #1a8bb9; }
            .btn-primary:focus, .btn-primary.focus {
              box-shadow: 0 0 0 0.2rem rgba(37, 170, 225, 0.5); }
            .btn-primary.disabled, .btn-primary:disabled {
              color: #fff;
              background-color: #25aae1;
              border-color: #25aae1; }
            .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
              color: #fff;
              background-color: #1a8bb9;
              background-image: none;
              border-color: #1882ae; }
              .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
                box-shadow: 0 0 0 0.2rem rgba(37, 170, 225, 0.5); }
          
          .btn-secondary {
            color: #fff;
            background: #6c757d linear-gradient(180deg, #828a91, #6c757d) repeat-x;
            border-color: #6c757d; }
            .btn-secondary:hover {
              color: #fff;
              background: #5a6268 linear-gradient(180deg, #737a7f, #5a6268) repeat-x;
              border-color: #545b62; }
            .btn-secondary:focus, .btn-secondary.focus {
              box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
            .btn-secondary.disabled, .btn-secondary:disabled {
              color: #fff;
              background-color: #6c757d;
              border-color: #6c757d; }
            .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
              color: #fff;
              background-color: #545b62;
              background-image: none;
              border-color: #4e555b; }
              .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
                box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
          
          .btn-success {
            color: #fff;
            background: #28a745 linear-gradient(180deg, #48b461, #28a745) repeat-x;
            border-color: #28a745; }
            .btn-success:hover {
              color: #fff;
              background: #218838 linear-gradient(180deg, #429a56, #218838) repeat-x;
              border-color: #1e7e34; }
            .btn-success:focus, .btn-success.focus {
              box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
            .btn-success.disabled, .btn-success:disabled {
              color: #fff;
              background-color: #28a745;
              border-color: #28a745; }
            .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
              color: #fff;
              background-color: #1e7e34;
              background-image: none;
              border-color: #1c7430; }
              .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
                box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
          
          .btn-info {
            color: #fff;
            background: #17a2b8 linear-gradient(180deg, #3ab0c3, #17a2b8) repeat-x;
            border-color: #17a2b8; }
            .btn-info:hover {
              color: #fff;
              background: #138496 linear-gradient(180deg, #3696a6, #138496) repeat-x;
              border-color: #117a8b; }
            .btn-info:focus, .btn-info.focus {
              box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
            .btn-info.disabled, .btn-info:disabled {
              color: #fff;
              background-color: #17a2b8;
              border-color: #17a2b8; }
            .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
              color: #fff;
              background-color: #117a8b;
              background-image: none;
              border-color: #10707f; }
              .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
                box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
          
          .btn-warning {
            color: #212529;
            background: #ffc107 linear-gradient(180deg, #ffca2c, #ffc107) repeat-x;
            border-color: #ffc107; }
            .btn-warning:hover {
              color: #212529;
              background: #e0a800 linear-gradient(180deg, #e5b526, #e0a800) repeat-x;
              border-color: #d39e00; }
            .btn-warning:focus, .btn-warning.focus {
              box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
            .btn-warning.disabled, .btn-warning:disabled {
              color: #212529;
              background-color: #ffc107;
              border-color: #ffc107; }
            .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
              color: #212529;
              background-color: #d39e00;
              background-image: none;
              border-color: #c69500; }
              .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
                box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
          
          .btn-danger {
            color: #fff;
            background: #dc3545 linear-gradient(180deg, #e15361, #dc3545) repeat-x;
            border-color: #dc3545; }
            .btn-danger:hover {
              color: #fff;
              background: #c82333 linear-gradient(180deg, #d04452, #c82333) repeat-x;
              border-color: #bd2130; }
            .btn-danger:focus, .btn-danger.focus {
              box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
            .btn-danger.disabled, .btn-danger:disabled {
              color: #fff;
              background-color: #dc3545;
              border-color: #dc3545; }
            .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
              color: #fff;
              background-color: #bd2130;
              background-image: none;
              border-color: #b21f2d; }
              .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
                box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
          
          .btn-light {
            color: #212529;
            background: #f8f9fa linear-gradient(180deg, #f9fafb, #f8f9fa) repeat-x;
            border-color: #f8f9fa; }
            .btn-light:hover {
              color: #212529;
              background: #e2e6ea linear-gradient(180deg, #e6eaed, #e2e6ea) repeat-x;
              border-color: #dae0e5; }
            .btn-light:focus, .btn-light.focus {
              box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
            .btn-light.disabled, .btn-light:disabled {
              color: #212529;
              background-color: #f8f9fa;
              border-color: #f8f9fa; }
            .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
              color: #212529;
              background-color: #dae0e5;
              background-image: none;
              border-color: #d3d9df; }
              .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
                box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
          
          .btn-dark {
            color: #fff;
            background: #343a40 linear-gradient(180deg, #52585d, #343a40) repeat-x;
            border-color: #343a40; }
            .btn-dark:hover {
              color: #fff;
              background: #23272b linear-gradient(180deg, #44474b, #23272b) repeat-x;
              border-color: #1d2124; }
            .btn-dark:focus, .btn-dark.focus {
              box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
            .btn-dark.disabled, .btn-dark:disabled {
              color: #fff;
              background-color: #343a40;
              border-color: #343a40; }
            .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
              color: #fff;
              background-color: #1d2124;
              background-image: none;
              border-color: #171a1d; }
              .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
                box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
          
          .btn-outline-primary {
            color: #25aae1;
            background-color: transparent;
            background-image: none;
            border-color: #25aae1; }
            .btn-outline-primary:hover {
              color: #fff;
              background-color: #25aae1;
              border-color: #25aae1; }
            .btn-outline-primary:focus, .btn-outline-primary.focus {
              box-shadow: 0 0 0 0.2rem rgba(37, 170, 225, 0.5); }
            .btn-outline-primary.disabled, .btn-outline-primary:disabled {
              color: #25aae1;
              background-color: transparent; }
            .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
              color: #fff;
              background-color: #25aae1;
              border-color: #25aae1; }
              .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
                box-shadow: 0 0 0 0.2rem rgba(37, 170, 225, 0.5); }
          
          .btn-outline-secondary {
            color: #6c757d;
            background-color: transparent;
            background-image: none;
            border-color: #6c757d; }
            .btn-outline-secondary:hover {
              color: #fff;
              background-color: #6c757d;
              border-color: #6c757d; }
            .btn-outline-secondary:focus, .btn-outline-secondary.focus {
              box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
            .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
              color: #6c757d;
              background-color: transparent; }
            .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
              color: #fff;
              background-color: #6c757d;
              border-color: #6c757d; }
              .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
                box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
          
          .btn-outline-success {
            color: #28a745;
            background-color: transparent;
            background-image: none;
            border-color: #28a745; }
            .btn-outline-success:hover {
              color: #fff;
              background-color: #28a745;
              border-color: #28a745; }
            .btn-outline-success:focus, .btn-outline-success.focus {
              box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
            .btn-outline-success.disabled, .btn-outline-success:disabled {
              color: #28a745;
              background-color: transparent; }
            .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
              color: #fff;
              background-color: #28a745;
              border-color: #28a745; }
              .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
                box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
          
          .btn-outline-info {
            color: #17a2b8;
            background-color: transparent;
            background-image: none;
            border-color: #17a2b8; }
            .btn-outline-info:hover {
              color: #fff;
              background-color: #17a2b8;
              border-color: #17a2b8; }
            .btn-outline-info:focus, .btn-outline-info.focus {
              box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
            .btn-outline-info.disabled, .btn-outline-info:disabled {
              color: #17a2b8;
              background-color: transparent; }
            .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
              color: #fff;
              background-color: #17a2b8;
              border-color: #17a2b8; }
              .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
                box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
          
          .btn-outline-warning {
            color: #ffc107;
            background-color: transparent;
            background-image: none;
            border-color: #ffc107; }
            .btn-outline-warning:hover {
              color: #212529;
              background-color: #ffc107;
              border-color: #ffc107; }
            .btn-outline-warning:focus, .btn-outline-warning.focus {
              box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
            .btn-outline-warning.disabled, .btn-outline-warning:disabled {
              color: #ffc107;
              background-color: transparent; }
            .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
              color: #212529;
              background-color: #ffc107;
              border-color: #ffc107; }
              .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
                box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
          
          .btn-outline-danger {
            color: #dc3545;
            background-color: transparent;
            background-image: none;
            border-color: #dc3545; }
            .btn-outline-danger:hover {
              color: #fff;
              background-color: #dc3545;
              border-color: #dc3545; }
            .btn-outline-danger:focus, .btn-outline-danger.focus {
              box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
            .btn-outline-danger.disabled, .btn-outline-danger:disabled {
              color: #dc3545;
              background-color: transparent; }
            .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
              color: #fff;
              background-color: #dc3545;
              border-color: #dc3545; }
              .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
                box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
          
          .btn-outline-light {
            color: #f8f9fa;
            background-color: transparent;
            background-image: none;
            border-color: #f8f9fa; }
            .btn-outline-light:hover {
              color: #212529;
              background-color: #f8f9fa;
              border-color: #f8f9fa; }
            .btn-outline-light:focus, .btn-outline-light.focus {
              box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
            .btn-outline-light.disabled, .btn-outline-light:disabled {
              color: #f8f9fa;
              background-color: transparent; }
            .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
              color: #212529;
              background-color: #f8f9fa;
              border-color: #f8f9fa; }
              .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
                box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
          
          .btn-outline-dark {
            color: #343a40;
            background-color: transparent;
            background-image: none;
            border-color: #343a40; }
            .btn-outline-dark:hover {
              color: #fff;
              background-color: #343a40;
              border-color: #343a40; }
            .btn-outline-dark:focus, .btn-outline-dark.focus {
              box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
            .btn-outline-dark.disabled, .btn-outline-dark:disabled {
              color: #343a40;
              background-color: transparent; }
            .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
              color: #fff;
              background-color: #343a40;
              border-color: #343a40; }
              .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
                box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
          
          .btn-link {
            font-weight: 400;
            color: #25aae1;
            background-color: transparent; }
            .btn-link:hover {
              color: #167aa3;
              text-decoration: underline;
              background-color: transparent;
              border-color: transparent; }
            .btn-link:focus, .btn-link.focus {
              text-decoration: underline;
              border-color: transparent;
              box-shadow: none; }
            .btn-link:disabled, .btn-link.disabled {
              color: #6c757d;
              pointer-events: none; }
          
          .btn-lg, .btn-group-lg > .btn {
            padding: 0.5rem 1rem;
            font-size: 1.25rem;
            line-height: 1.5;
            border-radius: 0.3rem; }
          
          .btn-sm, .btn-group-sm > .btn {
            padding: 0.25rem 0.5rem;
            font-size: 0.875rem;
            line-height: 1.5;
            border-radius: 0.2rem; }
          
          .btn-block {
            display: block;
            width: 100%; }
            .btn-block + .btn-block {
              margin-top: 0.5rem; }

