﻿._colors {
  clr0: #e00606;
  clr1: #e08906;
  clr2: #b4e006;
  clr3: #31e006;
  clr4: #06e05d;
  clr5: #06e0e0;
  clr6: #065de0;
  clr7: #3106e0;
  clr8: #b406e0;
  clr9: #e00689; }

.border-primary {
  border-color: #007bff !important; }

.text-primary {
  color: #007bff !important; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  background: #007bff linear-gradient(180deg, #4da3ff, #007bff) repeat-x;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    background: #0069d9 linear-gradient(180deg, #4d96e4, #0069d9) repeat-x;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    background: #0069d9 linear-gradient(180deg, #4d96e4, #0069d9) repeat-x;
    border-color: #0062cc;
    box-shadow: 0 0 0 3px rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .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 3px rgba(38, 143, 255, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    background: #007bff linear-gradient(180deg, #4da3ff, #007bff) repeat-x;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    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: #007bff;
    border-color: #007bff; }
    .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 3px rgba(0, 123, 255, 0.5); }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  background: #cce5ff linear-gradient(180deg, #dbedff, #cce5ff) repeat-x;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.bg-primary {
  /*background-color: $color !important;*/
  background-color: #007bff;
  background: #007bff linear-gradient(180deg, #4da3ff, #007bff) repeat-x; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  /*background-color: darken($color, 10%) !important;*/
  background-color: #0062cc;
  background: #0062cc linear-gradient(180deg, #4d91db, #0062cc) repeat-x; }

.border-secondary {
  border-color: #6c757d !important; }

.text-secondary {
  color: #6c757d !important; }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  background: #6c757d linear-gradient(180deg, #989ea4, #6c757d) repeat-x;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    background: #5a6268 linear-gradient(180deg, #8c9196, #5a6268) repeat-x;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    background: #5a6268 linear-gradient(180deg, #8c9196, #5a6268) repeat-x;
    border-color: #545b62;
    box-shadow: 0 0 0 3px rgba(130, 138, 145, 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;
    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 3px rgba(130, 138, 145, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    background: #6c757d linear-gradient(180deg, #989ea4, #6c757d) repeat-x;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 3px 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 3px rgba(108, 117, 125, 0.5); }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  background: #e2e3e5 linear-gradient(180deg, #ebebed, #e2e3e5) repeat-x;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.bg-secondary {
  /*background-color: $color !important;*/
  background-color: #6c757d;
  background: #6c757d linear-gradient(180deg, #989ea4, #6c757d) repeat-x; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  /*background-color: darken($color, 10%) !important;*/
  background-color: #545b62;
  background: #545b62 linear-gradient(180deg, #888c91, #545b62) repeat-x; }

.border-success {
  border-color: #28a745 !important; }

.text-success {
  color: #28a745 !important; }

.btn-success {
  color: #fff;
  background-color: #28a745;
  background: #28a745 linear-gradient(180deg, #69c17d, #28a745) repeat-x;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    background: #218838 linear-gradient(180deg, #63ac74, #218838) repeat-x;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    background: #218838 linear-gradient(180deg, #63ac74, #218838) repeat-x;
    border-color: #1e7e34;
    box-shadow: 0 0 0 3px rgba(72, 180, 97, 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;
    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 3px rgba(72, 180, 97, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    background: #28a745 linear-gradient(180deg, #69c17d, #28a745) repeat-x;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 3px 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 3px rgba(40, 167, 69, 0.5); }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  background: #d4edda linear-gradient(180deg, #e1f2e5, #d4edda) repeat-x;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.bg-success {
  /*background-color: $color !important;*/
  background-color: #28a745;
  background: #28a745 linear-gradient(180deg, #69c17d, #28a745) repeat-x; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  /*background-color: darken($color, 10%) !important;*/
  background-color: #1e7e34;
  background: #1e7e34 linear-gradient(180deg, #62a571, #1e7e34) repeat-x; }

.border-info {
  border-color: #17a2b8 !important; }

.text-info {
  color: #17a2b8 !important; }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  background: #17a2b8 linear-gradient(180deg, #5dbecd, #17a2b8) repeat-x;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    background: #138496 linear-gradient(180deg, #5aa9b6, #138496) repeat-x;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    background: #138496 linear-gradient(180deg, #5aa9b6, #138496) repeat-x;
    border-color: #117a8b;
    box-shadow: 0 0 0 3px rgba(58, 176, 195, 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;
    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 3px rgba(58, 176, 195, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    background: #17a2b8 linear-gradient(180deg, #5dbecd, #17a2b8) repeat-x;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 3px 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 3px rgba(23, 162, 184, 0.5); }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  background: #d1ecf1 linear-gradient(180deg, #dff2f5, #d1ecf1) repeat-x;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.bg-info {
  /*background-color: $color !important;*/
  background-color: #17a2b8;
  background: #17a2b8 linear-gradient(180deg, #5dbecd, #17a2b8) repeat-x; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  /*background-color: darken($color, 10%) !important;*/
  background-color: #117a8b;
  background: #117a8b linear-gradient(180deg, #59a2ae, #117a8b) repeat-x; }

.border-warning {
  border-color: #ffc107 !important; }

.text-warning {
  color: #ffc107 !important; }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  background: #ffc107 linear-gradient(180deg, #ffd451, #ffc107) repeat-x;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    background: #e0a800 linear-gradient(180deg, #e9c24d, #e0a800) repeat-x;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    background: #e0a800 linear-gradient(180deg, #e9c24d, #e0a800) repeat-x;
    border-color: #d39e00;
    box-shadow: 0 0 0 3px rgba(222, 170, 12, 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;
    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 3px rgba(222, 170, 12, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    background: #ffc107 linear-gradient(180deg, #ffd451, #ffc107) repeat-x;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 3px 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 3px rgba(255, 193, 7, 0.5); }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  background: #fff3cd linear-gradient(180deg, #fff7dc, #fff3cd) repeat-x;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.bg-warning {
  /*background-color: $color !important;*/
  background-color: #ffc107;
  background: #ffc107 linear-gradient(180deg, #ffd451, #ffc107) repeat-x; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  /*background-color: darken($color, 10%) !important;*/
  background-color: #d39e00;
  background: #d39e00 linear-gradient(180deg, #e0bb4d, #d39e00) repeat-x; }

.border-danger {
  border-color: #dc3545 !important; }

.text-danger {
  color: #dc3545 !important; }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  background: #dc3545 linear-gradient(180deg, #e7727d, #dc3545) repeat-x;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    background: #c82333 linear-gradient(180deg, #d96570, #c82333) repeat-x;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    background: #c82333 linear-gradient(180deg, #d96570, #c82333) repeat-x;
    border-color: #bd2130;
    box-shadow: 0 0 0 3px rgba(225, 83, 97, 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;
    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 3px rgba(225, 83, 97, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    background: #dc3545 linear-gradient(180deg, #e7727d, #dc3545) repeat-x;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 3px 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 3px rgba(220, 53, 69, 0.5); }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  background: #f8d7da linear-gradient(180deg, #fae3e5, #f8d7da) repeat-x;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.bg-danger {
  /*background-color: $color !important;*/
  background-color: #dc3545;
  background: #dc3545 linear-gradient(180deg, #e7727d, #dc3545) repeat-x; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  /*background-color: darken($color, 10%) !important;*/
  background-color: #bd2130;
  background: #bd2130 linear-gradient(180deg, #d1636e, #bd2130) repeat-x; }

.border-light {
  border-color: #f8f9fa !important; }

.text-light {
  color: #f8f9fa !important; }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  background: #f8f9fa linear-gradient(180deg, #fafbfc, #f8f9fa) repeat-x;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    background: #e2e6ea linear-gradient(180deg, #eaedf0, #e2e6ea) repeat-x;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    background: #e2e6ea linear-gradient(180deg, #eaedf0, #e2e6ea) repeat-x;
    border-color: #dae0e5;
    box-shadow: 0 0 0 3px rgba(216, 217, 219, 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;
    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 3px rgba(216, 217, 219, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    background: #f8f9fa linear-gradient(180deg, #fafbfc, #f8f9fa) repeat-x;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 3px 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 3px rgba(248, 249, 250, 0.5); }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  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; }

.bg-light {
  /*background-color: $color !important;*/
  background-color: #f8f9fa;
  background: #f8f9fa linear-gradient(180deg, #fafbfc, #f8f9fa) repeat-x; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  /*background-color: darken($color, 10%) !important;*/
  background-color: #dae0e5;
  background: #dae0e5 linear-gradient(180deg, #e5e9ed, #dae0e5) repeat-x; }

.border-dark {
  border-color: #343a40 !important; }

.text-dark {
  color: #343a40 !important; }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  background: #343a40 linear-gradient(180deg, #717579, #343a40) repeat-x;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    background: #23272b linear-gradient(180deg, #65686b, #23272b) repeat-x;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    background: #23272b linear-gradient(180deg, #65686b, #23272b) repeat-x;
    border-color: #1d2124;
    box-shadow: 0 0 0 3px rgba(82, 88, 93, 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;
    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 3px rgba(82, 88, 93, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    background: #343a40 linear-gradient(180deg, #717579, #343a40) repeat-x;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 3px 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 3px rgba(52, 58, 64, 0.5); }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  background: #d6d8d9 linear-gradient(180deg, #e2e4e4, #d6d8d9) repeat-x;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

.bg-dark {
  /*background-color: $color !important;*/
  background-color: #343a40;
  background: #343a40 linear-gradient(180deg, #717579, #343a40) repeat-x; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  /*background-color: darken($color, 10%) !important;*/
  background-color: #1d2124;
  background: #1d2124 linear-gradient(180deg, #616366, #1d2124) repeat-x; }

.border-clr0 {
  border-color: #fd7e14 !important; }

.text-clr0 {
  color: #fd7e14 !important; }

.btn-clr0 {
  color: #212529;
  background-color: #fd7e14;
  background: #fd7e14 linear-gradient(180deg, #fea55b, #fd7e14) repeat-x;
  border-color: #fd7e14; }
  .btn-clr0:hover {
    color: #fff;
    background-color: #e96b02;
    background: #e96b02 linear-gradient(180deg, #ef974e, #e96b02) repeat-x;
    border-color: #dc6502; }
  .btn-clr0:focus, .btn-clr0.focus {
    color: #fff;
    background-color: #e96b02;
    background: #e96b02 linear-gradient(180deg, #ef974e, #e96b02) repeat-x;
    border-color: #dc6502;
    box-shadow: 0 0 0 3px rgba(220, 113, 23, 0.5); }
  .btn-clr0.disabled, .btn-clr0:disabled {
    color: #212529;
    background-color: #fd7e14;
    border-color: #fd7e14; }
  .btn-clr0:not(:disabled):not(.disabled):active, .btn-clr0:not(:disabled):not(.disabled).active,
  .show > .btn-clr0.dropdown-toggle {
    color: #fff;
    background-color: #dc6502;
    border-color: #cf5f02; }
    .btn-clr0:not(:disabled):not(.disabled):active:focus, .btn-clr0:not(:disabled):not(.disabled).active:focus,
    .show > .btn-clr0.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(220, 113, 23, 0.5); }

.btn-outline-clr0 {
  color: #fd7e14;
  border-color: #fd7e14; }
  .btn-outline-clr0:hover {
    color: #212529;
    background-color: #fd7e14;
    background: #fd7e14 linear-gradient(180deg, #fea55b, #fd7e14) repeat-x;
    border-color: #fd7e14; }
  .btn-outline-clr0:focus, .btn-outline-clr0.focus {
    box-shadow: 0 0 0 3px rgba(253, 126, 20, 0.5); }
  .btn-outline-clr0.disabled, .btn-outline-clr0:disabled {
    color: #fd7e14;
    background-color: transparent; }
  .btn-outline-clr0:not(:disabled):not(.disabled):active, .btn-outline-clr0:not(:disabled):not(.disabled).active,
  .show > .btn-outline-clr0.dropdown-toggle {
    color: #212529;
    background-color: #fd7e14;
    border-color: #fd7e14; }
    .btn-outline-clr0:not(:disabled):not(.disabled):active:focus, .btn-outline-clr0:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-clr0.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(253, 126, 20, 0.5); }

.alert-clr0 {
  color: #84420a;
  background-color: #ffe5d0;
  background: #ffe5d0 linear-gradient(180deg, #ffedde, #ffe5d0) repeat-x;
  border-color: #fedbbd; }
  .alert-clr0 hr {
    border-top-color: #fecda4; }
  .alert-clr0 .alert-link {
    color: #552a06; }

.bg-clr0 {
  /*background-color: $color !important;*/
  background-color: #fd7e14;
  background: #fd7e14 linear-gradient(180deg, #fea55b, #fd7e14) repeat-x; }

a.bg-clr0:hover, a.bg-clr0:focus,
button.bg-clr0:hover,
button.bg-clr0:focus {
  /*background-color: darken($color, 10%) !important;*/
  background-color: #dc6502;
  background: #dc6502 linear-gradient(180deg, #e7934e, #dc6502) repeat-x; }

.border-clr1 {
  border-color: #e08906 !important; }

.text-clr1 {
  color: #e08906 !important; }

.btn-clr1 {
  color: #fff;
  background-color: #e08906;
  background: #e08906 linear-gradient(180deg, #e9ac51, #e08906) repeat-x;
  border-color: #e08906; }
  .btn-clr1:hover {
    color: #fff;
    background-color: #bb7205;
    background: #bb7205 linear-gradient(180deg, #cf9c50, #bb7205) repeat-x;
    border-color: #ae6b05; }
  .btn-clr1:focus, .btn-clr1.focus {
    color: #fff;
    background-color: #bb7205;
    background: #bb7205 linear-gradient(180deg, #cf9c50, #bb7205) repeat-x;
    border-color: #ae6b05;
    box-shadow: 0 0 0 3px rgba(229, 155, 43, 0.5); }
  .btn-clr1.disabled, .btn-clr1:disabled {
    color: #fff;
    background-color: #e08906;
    border-color: #e08906; }
  .btn-clr1:not(:disabled):not(.disabled):active, .btn-clr1:not(:disabled):not(.disabled).active,
  .show > .btn-clr1.dropdown-toggle {
    color: #fff;
    background-color: #ae6b05;
    border-color: #a26304; }
    .btn-clr1:not(:disabled):not(.disabled):active:focus, .btn-clr1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-clr1.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(229, 155, 43, 0.5); }

.btn-outline-clr1 {
  color: #e08906;
  border-color: #e08906; }
  .btn-outline-clr1:hover {
    color: #fff;
    background-color: #e08906;
    background: #e08906 linear-gradient(180deg, #e9ac51, #e08906) repeat-x;
    border-color: #e08906; }
  .btn-outline-clr1:focus, .btn-outline-clr1.focus {
    box-shadow: 0 0 0 3px rgba(224, 137, 6, 0.5); }
  .btn-outline-clr1.disabled, .btn-outline-clr1:disabled {
    color: #e08906;
    background-color: transparent; }
  .btn-outline-clr1:not(:disabled):not(.disabled):active, .btn-outline-clr1:not(:disabled):not(.disabled).active,
  .show > .btn-outline-clr1.dropdown-toggle {
    color: #fff;
    background-color: #e08906;
    border-color: #e08906; }
    .btn-outline-clr1:not(:disabled):not(.disabled):active:focus, .btn-outline-clr1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-clr1.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(224, 137, 6, 0.5); }

.alert-clr1 {
  color: #744703;
  background-color: #f9e7cd;
  background: #f9e7cd linear-gradient(180deg, #fbeedc, #f9e7cd) repeat-x;
  border-color: #f6deb9; }
  .alert-clr1 hr {
    border-top-color: #f3d3a2; }
  .alert-clr1 .alert-link {
    color: #422902; }

.bg-clr1 {
  /*background-color: $color !important;*/
  background-color: #e08906;
  background: #e08906 linear-gradient(180deg, #e9ac51, #e08906) repeat-x; }

a.bg-clr1:hover, a.bg-clr1:focus,
button.bg-clr1:hover,
button.bg-clr1:focus {
  /*background-color: darken($color, 10%) !important;*/
  background-color: #ae6b05;
  background: #ae6b05 linear-gradient(180deg, #c79750, #ae6b05) repeat-x; }

.border-clr2 {
  border-color: #b4e006 !important; }

.text-clr2 {
  color: #b4e006 !important; }

.btn-clr2 {
  color: #212529;
  background-color: #b4e006;
  background: #b4e006 linear-gradient(180deg, #cbe951, #b4e006) repeat-x;
  border-color: #b4e006; }
  .btn-clr2:hover {
    color: #212529;
    background-color: #96bb05;
    background: #96bb05 linear-gradient(180deg, #b6cf50, #96bb05) repeat-x;
    border-color: #8cae05; }
  .btn-clr2:focus, .btn-clr2.focus {
    color: #212529;
    background-color: #96bb05;
    background: #96bb05 linear-gradient(180deg, #b6cf50, #96bb05) repeat-x;
    border-color: #8cae05;
    box-shadow: 0 0 0 3px rgba(158, 196, 11, 0.5); }
  .btn-clr2.disabled, .btn-clr2:disabled {
    color: #212529;
    background-color: #b4e006;
    border-color: #b4e006; }
  .btn-clr2:not(:disabled):not(.disabled):active, .btn-clr2:not(:disabled):not(.disabled).active,
  .show > .btn-clr2.dropdown-toggle {
    color: #fff;
    background-color: #8cae05;
    border-color: #82a204; }
    .btn-clr2:not(:disabled):not(.disabled):active:focus, .btn-clr2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-clr2.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(158, 196, 11, 0.5); }

.btn-outline-clr2 {
  color: #b4e006;
  border-color: #b4e006; }
  .btn-outline-clr2:hover {
    color: #212529;
    background-color: #b4e006;
    background: #b4e006 linear-gradient(180deg, #cbe951, #b4e006) repeat-x;
    border-color: #b4e006; }
  .btn-outline-clr2:focus, .btn-outline-clr2.focus {
    box-shadow: 0 0 0 3px rgba(180, 224, 6, 0.5); }
  .btn-outline-clr2.disabled, .btn-outline-clr2:disabled {
    color: #b4e006;
    background-color: transparent; }
  .btn-outline-clr2:not(:disabled):not(.disabled):active, .btn-outline-clr2:not(:disabled):not(.disabled).active,
  .show > .btn-outline-clr2.dropdown-toggle {
    color: #212529;
    background-color: #b4e006;
    border-color: #b4e006; }
    .btn-outline-clr2:not(:disabled):not(.disabled):active:focus, .btn-outline-clr2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-clr2.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(180, 224, 6, 0.5); }

.alert-clr2 {
  color: #5e7403;
  background-color: #f0f9cd;
  background: #f0f9cd linear-gradient(180deg, #f5fbdc, #f0f9cd) repeat-x;
  border-color: #eaf6b9; }
  .alert-clr2 hr {
    border-top-color: #e3f3a2; }
  .alert-clr2 .alert-link {
    color: #364202; }

.bg-clr2 {
  /*background-color: $color !important;*/
  background-color: #b4e006;
  background: #b4e006 linear-gradient(180deg, #cbe951, #b4e006) repeat-x; }

a.bg-clr2:hover, a.bg-clr2:focus,
button.bg-clr2:hover,
button.bg-clr2:focus {
  /*background-color: darken($color, 10%) !important;*/
  background-color: #8cae05;
  background: #8cae05 linear-gradient(180deg, #afc750, #8cae05) repeat-x; }

.border-clr3 {
  border-color: #31e006 !important; }

.text-clr3 {
  color: #31e006 !important; }

.btn-clr3 {
  color: #fff;
  background-color: #31e006;
  background: #31e006 linear-gradient(180deg, #6fe951, #31e006) repeat-x;
  border-color: #31e006; }
  .btn-clr3:hover {
    color: #fff;
    background-color: #29bb05;
    background: #29bb05 linear-gradient(180deg, #69cf50, #29bb05) repeat-x;
    border-color: #26ae05; }
  .btn-clr3:focus, .btn-clr3.focus {
    color: #fff;
    background-color: #29bb05;
    background: #29bb05 linear-gradient(180deg, #69cf50, #29bb05) repeat-x;
    border-color: #26ae05;
    box-shadow: 0 0 0 3px rgba(80, 229, 43, 0.5); }
  .btn-clr3.disabled, .btn-clr3:disabled {
    color: #fff;
    background-color: #31e006;
    border-color: #31e006; }
  .btn-clr3:not(:disabled):not(.disabled):active, .btn-clr3:not(:disabled):not(.disabled).active,
  .show > .btn-clr3.dropdown-toggle {
    color: #fff;
    background-color: #26ae05;
    border-color: #23a204; }
    .btn-clr3:not(:disabled):not(.disabled):active:focus, .btn-clr3:not(:disabled):not(.disabled).active:focus,
    .show > .btn-clr3.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(80, 229, 43, 0.5); }

.btn-outline-clr3 {
  color: #31e006;
  border-color: #31e006; }
  .btn-outline-clr3:hover {
    color: #fff;
    background-color: #31e006;
    background: #31e006 linear-gradient(180deg, #6fe951, #31e006) repeat-x;
    border-color: #31e006; }
  .btn-outline-clr3:focus, .btn-outline-clr3.focus {
    box-shadow: 0 0 0 3px rgba(49, 224, 6, 0.5); }
  .btn-outline-clr3.disabled, .btn-outline-clr3:disabled {
    color: #31e006;
    background-color: transparent; }
  .btn-outline-clr3:not(:disabled):not(.disabled):active, .btn-outline-clr3:not(:disabled):not(.disabled).active,
  .show > .btn-outline-clr3.dropdown-toggle {
    color: #fff;
    background-color: #31e006;
    border-color: #31e006; }
    .btn-outline-clr3:not(:disabled):not(.disabled):active:focus, .btn-outline-clr3:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-clr3.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(49, 224, 6, 0.5); }

.alert-clr3 {
  color: #197403;
  background-color: #d6f9cd;
  background: #d6f9cd linear-gradient(180deg, #e2fbdc, #d6f9cd) repeat-x;
  border-color: #c5f6b9; }
  .alert-clr3 hr {
    border-top-color: #b2f3a2; }
  .alert-clr3 .alert-link {
    color: #0e4202; }

.bg-clr3 {
  /*background-color: $color !important;*/
  background-color: #31e006;
  background: #31e006 linear-gradient(180deg, #6fe951, #31e006) repeat-x; }

a.bg-clr3:hover, a.bg-clr3:focus,
button.bg-clr3:hover,
button.bg-clr3:focus {
  /*background-color: darken($color, 10%) !important;*/
  background-color: #26ae05;
  background: #26ae05 linear-gradient(180deg, #67c750, #26ae05) repeat-x; }

.border-clr4 {
  border-color: #06e0b3 !important; }

.text-clr4 {
  color: #06e0b3 !important; }

.btn-clr4 {
  color: #212529;
  background-color: #06e0b3;
  background: #06e0b3 linear-gradient(180deg, #51e9ca, #06e0b3) repeat-x;
  border-color: #06e0b3; }
  .btn-clr4:hover {
    color: #fff;
    background-color: #05bb95;
    background: #05bb95 linear-gradient(180deg, #50cfb5, #05bb95) repeat-x;
    border-color: #05ae8b; }
  .btn-clr4:focus, .btn-clr4.focus {
    color: #fff;
    background-color: #05bb95;
    background: #05bb95 linear-gradient(180deg, #50cfb5, #05bb95) repeat-x;
    border-color: #05ae8b;
    box-shadow: 0 0 0 3px rgba(10, 196, 158, 0.5); }
  .btn-clr4.disabled, .btn-clr4:disabled {
    color: #212529;
    background-color: #06e0b3;
    border-color: #06e0b3; }
  .btn-clr4:not(:disabled):not(.disabled):active, .btn-clr4:not(:disabled):not(.disabled).active,
  .show > .btn-clr4.dropdown-toggle {
    color: #fff;
    background-color: #05ae8b;
    border-color: #04a281; }
    .btn-clr4:not(:disabled):not(.disabled):active:focus, .btn-clr4:not(:disabled):not(.disabled).active:focus,
    .show > .btn-clr4.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(10, 196, 158, 0.5); }

.btn-outline-clr4 {
  color: #06e0b3;
  border-color: #06e0b3; }
  .btn-outline-clr4:hover {
    color: #212529;
    background-color: #06e0b3;
    background: #06e0b3 linear-gradient(180deg, #51e9ca, #06e0b3) repeat-x;
    border-color: #06e0b3; }
  .btn-outline-clr4:focus, .btn-outline-clr4.focus {
    box-shadow: 0 0 0 3px rgba(6, 224, 179, 0.5); }
  .btn-outline-clr4.disabled, .btn-outline-clr4:disabled {
    color: #06e0b3;
    background-color: transparent; }
  .btn-outline-clr4:not(:disabled):not(.disabled):active, .btn-outline-clr4:not(:disabled):not(.disabled).active,
  .show > .btn-outline-clr4.dropdown-toggle {
    color: #212529;
    background-color: #06e0b3;
    border-color: #06e0b3; }
    .btn-outline-clr4:not(:disabled):not(.disabled):active:focus, .btn-outline-clr4:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-clr4.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(6, 224, 179, 0.5); }

.alert-clr4 {
  color: #03745d;
  background-color: #cdf9f0;
  background: #cdf9f0 linear-gradient(180deg, #dcfbf5, #cdf9f0) repeat-x;
  border-color: #b9f6ea; }
  .alert-clr4 hr {
    border-top-color: #a2f3e3; }
  .alert-clr4 .alert-link {
    color: #024235; }

.bg-clr4 {
  /*background-color: $color !important;*/
  background-color: #06e0b3;
  background: #06e0b3 linear-gradient(180deg, #51e9ca, #06e0b3) repeat-x; }

a.bg-clr4:hover, a.bg-clr4:focus,
button.bg-clr4:hover,
button.bg-clr4:focus {
  /*background-color: darken($color, 10%) !important;*/
  background-color: #05ae8b;
  background: #05ae8b linear-gradient(180deg, #50c7ae, #05ae8b) repeat-x; }

.border-clr5 {
  border-color: #06e0e0 !important; }

.text-clr5 {
  color: #06e0e0 !important; }

.btn-clr5 {
  color: #212529;
  background-color: #06e0e0;
  background: #06e0e0 linear-gradient(180deg, #51e9e9, #06e0e0) repeat-x;
  border-color: #06e0e0; }
  .btn-clr5:hover {
    color: #fff;
    background-color: #05bbbb;
    background: #05bbbb linear-gradient(180deg, #50cfcf, #05bbbb) repeat-x;
    border-color: #05aeae; }
  .btn-clr5:focus, .btn-clr5.focus {
    color: #fff;
    background-color: #05bbbb;
    background: #05bbbb linear-gradient(180deg, #50cfcf, #05bbbb) repeat-x;
    border-color: #05aeae;
    box-shadow: 0 0 0 3px rgba(10, 196, 197, 0.5); }
  .btn-clr5.disabled, .btn-clr5:disabled {
    color: #212529;
    background-color: #06e0e0;
    border-color: #06e0e0; }
  .btn-clr5:not(:disabled):not(.disabled):active, .btn-clr5:not(:disabled):not(.disabled).active,
  .show > .btn-clr5.dropdown-toggle {
    color: #fff;
    background-color: #05aeae;
    border-color: #04a2a2; }
    .btn-clr5:not(:disabled):not(.disabled):active:focus, .btn-clr5:not(:disabled):not(.disabled).active:focus,
    .show > .btn-clr5.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(10, 196, 197, 0.5); }

.btn-outline-clr5 {
  color: #06e0e0;
  border-color: #06e0e0; }
  .btn-outline-clr5:hover {
    color: #212529;
    background-color: #06e0e0;
    background: #06e0e0 linear-gradient(180deg, #51e9e9, #06e0e0) repeat-x;
    border-color: #06e0e0; }
  .btn-outline-clr5:focus, .btn-outline-clr5.focus {
    box-shadow: 0 0 0 3px rgba(6, 224, 224, 0.5); }
  .btn-outline-clr5.disabled, .btn-outline-clr5:disabled {
    color: #06e0e0;
    background-color: transparent; }
  .btn-outline-clr5:not(:disabled):not(.disabled):active, .btn-outline-clr5:not(:disabled):not(.disabled).active,
  .show > .btn-outline-clr5.dropdown-toggle {
    color: #212529;
    background-color: #06e0e0;
    border-color: #06e0e0; }
    .btn-outline-clr5:not(:disabled):not(.disabled):active:focus, .btn-outline-clr5:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-clr5.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(6, 224, 224, 0.5); }

.alert-clr5 {
  color: #037474;
  background-color: #cdf9f9;
  background: #cdf9f9 linear-gradient(180deg, #dcfbfb, #cdf9f9) repeat-x;
  border-color: #b9f6f6; }
  .alert-clr5 hr {
    border-top-color: #a2f3f3; }
  .alert-clr5 .alert-link {
    color: #024242; }

.bg-clr5 {
  /*background-color: $color !important;*/
  background-color: #06e0e0;
  background: #06e0e0 linear-gradient(180deg, #51e9e9, #06e0e0) repeat-x; }

a.bg-clr5:hover, a.bg-clr5:focus,
button.bg-clr5:hover,
button.bg-clr5:focus {
  /*background-color: darken($color, 10%) !important;*/
  background-color: #05aeae;
  background: #05aeae linear-gradient(180deg, #50c7c7, #05aeae) repeat-x; }

.border-clr6 {
  border-color: #065de0 !important; }

.text-clr6 {
  color: #065de0 !important; }

.btn-clr6 {
  color: #fff;
  background-color: #065de0;
  background: #065de0 linear-gradient(180deg, #518ee9, #065de0) repeat-x;
  border-color: #065de0; }
  .btn-clr6:hover {
    color: #fff;
    background-color: #054ebb;
    background: #054ebb linear-gradient(180deg, #5083cf, #054ebb) repeat-x;
    border-color: #0548ae; }
  .btn-clr6:focus, .btn-clr6.focus {
    color: #fff;
    background-color: #054ebb;
    background: #054ebb linear-gradient(180deg, #5083cf, #054ebb) repeat-x;
    border-color: #0548ae;
    box-shadow: 0 0 0 3px rgba(43, 117, 229, 0.5); }
  .btn-clr6.disabled, .btn-clr6:disabled {
    color: #fff;
    background-color: #065de0;
    border-color: #065de0; }
  .btn-clr6:not(:disabled):not(.disabled):active, .btn-clr6:not(:disabled):not(.disabled).active,
  .show > .btn-clr6.dropdown-toggle {
    color: #fff;
    background-color: #0548ae;
    border-color: #0443a2; }
    .btn-clr6:not(:disabled):not(.disabled):active:focus, .btn-clr6:not(:disabled):not(.disabled).active:focus,
    .show > .btn-clr6.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(43, 117, 229, 0.5); }

.btn-outline-clr6 {
  color: #065de0;
  border-color: #065de0; }
  .btn-outline-clr6:hover {
    color: #fff;
    background-color: #065de0;
    background: #065de0 linear-gradient(180deg, #518ee9, #065de0) repeat-x;
    border-color: #065de0; }
  .btn-outline-clr6:focus, .btn-outline-clr6.focus {
    box-shadow: 0 0 0 3px rgba(6, 93, 224, 0.5); }
  .btn-outline-clr6.disabled, .btn-outline-clr6:disabled {
    color: #065de0;
    background-color: transparent; }
  .btn-outline-clr6:not(:disabled):not(.disabled):active, .btn-outline-clr6:not(:disabled):not(.disabled).active,
  .show > .btn-outline-clr6.dropdown-toggle {
    color: #fff;
    background-color: #065de0;
    border-color: #065de0; }
    .btn-outline-clr6:not(:disabled):not(.disabled):active:focus, .btn-outline-clr6:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-clr6.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(6, 93, 224, 0.5); }

.alert-clr6 {
  color: #033074;
  background-color: #cddff9;
  background: #cddff9 linear-gradient(180deg, #dce9fb, #cddff9) repeat-x;
  border-color: #b9d2f6; }
  .alert-clr6 hr {
    border-top-color: #a2c3f3; }
  .alert-clr6 .alert-link {
    color: #021b42; }

.bg-clr6 {
  /*background-color: $color !important;*/
  background-color: #065de0;
  background: #065de0 linear-gradient(180deg, #518ee9, #065de0) repeat-x; }

a.bg-clr6:hover, a.bg-clr6:focus,
button.bg-clr6:hover,
button.bg-clr6:focus {
  /*background-color: darken($color, 10%) !important;*/
  background-color: #0548ae;
  background: #0548ae linear-gradient(180deg, #507fc7, #0548ae) repeat-x; }

.border-clr7 {
  border-color: #3106e0 !important; }

.text-clr7 {
  color: #3106e0 !important; }

.btn-clr7 {
  color: #fff;
  background-color: #3106e0;
  background: #3106e0 linear-gradient(180deg, #6f51e9, #3106e0) repeat-x;
  border-color: #3106e0; }
  .btn-clr7:hover {
    color: #fff;
    background-color: #2905bb;
    background: #2905bb linear-gradient(180deg, #6950cf, #2905bb) repeat-x;
    border-color: #2605ae; }
  .btn-clr7:focus, .btn-clr7.focus {
    color: #fff;
    background-color: #2905bb;
    background: #2905bb linear-gradient(180deg, #6950cf, #2905bb) repeat-x;
    border-color: #2605ae;
    box-shadow: 0 0 0 3px rgba(80, 43, 229, 0.5); }
  .btn-clr7.disabled, .btn-clr7:disabled {
    color: #fff;
    background-color: #3106e0;
    border-color: #3106e0; }
  .btn-clr7:not(:disabled):not(.disabled):active, .btn-clr7:not(:disabled):not(.disabled).active,
  .show > .btn-clr7.dropdown-toggle {
    color: #fff;
    background-color: #2605ae;
    border-color: #2304a2; }
    .btn-clr7:not(:disabled):not(.disabled):active:focus, .btn-clr7:not(:disabled):not(.disabled).active:focus,
    .show > .btn-clr7.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(80, 43, 229, 0.5); }

.btn-outline-clr7 {
  color: #3106e0;
  border-color: #3106e0; }
  .btn-outline-clr7:hover {
    color: #fff;
    background-color: #3106e0;
    background: #3106e0 linear-gradient(180deg, #6f51e9, #3106e0) repeat-x;
    border-color: #3106e0; }
  .btn-outline-clr7:focus, .btn-outline-clr7.focus {
    box-shadow: 0 0 0 3px rgba(49, 6, 224, 0.5); }
  .btn-outline-clr7.disabled, .btn-outline-clr7:disabled {
    color: #3106e0;
    background-color: transparent; }
  .btn-outline-clr7:not(:disabled):not(.disabled):active, .btn-outline-clr7:not(:disabled):not(.disabled).active,
  .show > .btn-outline-clr7.dropdown-toggle {
    color: #fff;
    background-color: #3106e0;
    border-color: #3106e0; }
    .btn-outline-clr7:not(:disabled):not(.disabled):active:focus, .btn-outline-clr7:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-clr7.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(49, 6, 224, 0.5); }

.alert-clr7 {
  color: #190374;
  background-color: #d6cdf9;
  background: #d6cdf9 linear-gradient(180deg, #e2dcfb, #d6cdf9) repeat-x;
  border-color: #c5b9f6; }
  .alert-clr7 hr {
    border-top-color: #b2a2f3; }
  .alert-clr7 .alert-link {
    color: #0e0242; }

.bg-clr7 {
  /*background-color: $color !important;*/
  background-color: #3106e0;
  background: #3106e0 linear-gradient(180deg, #6f51e9, #3106e0) repeat-x; }

a.bg-clr7:hover, a.bg-clr7:focus,
button.bg-clr7:hover,
button.bg-clr7:focus {
  /*background-color: darken($color, 10%) !important;*/
  background-color: #2605ae;
  background: #2605ae linear-gradient(180deg, #6750c7, #2605ae) repeat-x; }

.border-clr8 {
  border-color: #b406e0 !important; }

.text-clr8 {
  color: #b406e0 !important; }

.btn-clr8 {
  color: #fff;
  background-color: #b406e0;
  background: #b406e0 linear-gradient(180deg, #cb51e9, #b406e0) repeat-x;
  border-color: #b406e0; }
  .btn-clr8:hover {
    color: #fff;
    background-color: #9605bb;
    background: #9605bb linear-gradient(180deg, #b650cf, #9605bb) repeat-x;
    border-color: #8c05ae; }
  .btn-clr8:focus, .btn-clr8.focus {
    color: #fff;
    background-color: #9605bb;
    background: #9605bb linear-gradient(180deg, #b650cf, #9605bb) repeat-x;
    border-color: #8c05ae;
    box-shadow: 0 0 0 3px rgba(191, 43, 229, 0.5); }
  .btn-clr8.disabled, .btn-clr8:disabled {
    color: #fff;
    background-color: #b406e0;
    border-color: #b406e0; }
  .btn-clr8:not(:disabled):not(.disabled):active, .btn-clr8:not(:disabled):not(.disabled).active,
  .show > .btn-clr8.dropdown-toggle {
    color: #fff;
    background-color: #8c05ae;
    border-color: #8204a2; }
    .btn-clr8:not(:disabled):not(.disabled):active:focus, .btn-clr8:not(:disabled):not(.disabled).active:focus,
    .show > .btn-clr8.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(191, 43, 229, 0.5); }

.btn-outline-clr8 {
  color: #b406e0;
  border-color: #b406e0; }
  .btn-outline-clr8:hover {
    color: #fff;
    background-color: #b406e0;
    background: #b406e0 linear-gradient(180deg, #cb51e9, #b406e0) repeat-x;
    border-color: #b406e0; }
  .btn-outline-clr8:focus, .btn-outline-clr8.focus {
    box-shadow: 0 0 0 3px rgba(180, 6, 224, 0.5); }
  .btn-outline-clr8.disabled, .btn-outline-clr8:disabled {
    color: #b406e0;
    background-color: transparent; }
  .btn-outline-clr8:not(:disabled):not(.disabled):active, .btn-outline-clr8:not(:disabled):not(.disabled).active,
  .show > .btn-outline-clr8.dropdown-toggle {
    color: #fff;
    background-color: #b406e0;
    border-color: #b406e0; }
    .btn-outline-clr8:not(:disabled):not(.disabled):active:focus, .btn-outline-clr8:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-clr8.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(180, 6, 224, 0.5); }

.alert-clr8 {
  color: #5e0374;
  background-color: #f0cdf9;
  background: #f0cdf9 linear-gradient(180deg, #f5dcfb, #f0cdf9) repeat-x;
  border-color: #eab9f6; }
  .alert-clr8 hr {
    border-top-color: #e3a2f3; }
  .alert-clr8 .alert-link {
    color: #360242; }

.bg-clr8 {
  /*background-color: $color !important;*/
  background-color: #b406e0;
  background: #b406e0 linear-gradient(180deg, #cb51e9, #b406e0) repeat-x; }

a.bg-clr8:hover, a.bg-clr8:focus,
button.bg-clr8:hover,
button.bg-clr8:focus {
  /*background-color: darken($color, 10%) !important;*/
  background-color: #8c05ae;
  background: #8c05ae linear-gradient(180deg, #af50c7, #8c05ae) repeat-x; }

.border-clr9 {
  border-color: #e00689 !important; }

.text-clr9 {
  color: #e00689 !important; }

.btn-clr9 {
  color: #fff;
  background-color: #e00689;
  background: #e00689 linear-gradient(180deg, #e951ac, #e00689) repeat-x;
  border-color: #e00689; }
  .btn-clr9:hover {
    color: #fff;
    background-color: #bb0572;
    background: #bb0572 linear-gradient(180deg, #cf509c, #bb0572) repeat-x;
    border-color: #ae056b; }
  .btn-clr9:focus, .btn-clr9.focus {
    color: #fff;
    background-color: #bb0572;
    background: #bb0572 linear-gradient(180deg, #cf509c, #bb0572) repeat-x;
    border-color: #ae056b;
    box-shadow: 0 0 0 3px rgba(229, 43, 155, 0.5); }
  .btn-clr9.disabled, .btn-clr9:disabled {
    color: #fff;
    background-color: #e00689;
    border-color: #e00689; }
  .btn-clr9:not(:disabled):not(.disabled):active, .btn-clr9:not(:disabled):not(.disabled).active,
  .show > .btn-clr9.dropdown-toggle {
    color: #fff;
    background-color: #ae056b;
    border-color: #a20463; }
    .btn-clr9:not(:disabled):not(.disabled):active:focus, .btn-clr9:not(:disabled):not(.disabled).active:focus,
    .show > .btn-clr9.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(229, 43, 155, 0.5); }

.btn-outline-clr9 {
  color: #e00689;
  border-color: #e00689; }
  .btn-outline-clr9:hover {
    color: #fff;
    background-color: #e00689;
    background: #e00689 linear-gradient(180deg, #e951ac, #e00689) repeat-x;
    border-color: #e00689; }
  .btn-outline-clr9:focus, .btn-outline-clr9.focus {
    box-shadow: 0 0 0 3px rgba(224, 6, 137, 0.5); }
  .btn-outline-clr9.disabled, .btn-outline-clr9:disabled {
    color: #e00689;
    background-color: transparent; }
  .btn-outline-clr9:not(:disabled):not(.disabled):active, .btn-outline-clr9:not(:disabled):not(.disabled).active,
  .show > .btn-outline-clr9.dropdown-toggle {
    color: #fff;
    background-color: #e00689;
    border-color: #e00689; }
    .btn-outline-clr9:not(:disabled):not(.disabled):active:focus, .btn-outline-clr9:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-clr9.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(224, 6, 137, 0.5); }

.alert-clr9 {
  color: #740347;
  background-color: #f9cde7;
  background: #f9cde7 linear-gradient(180deg, #fbdcee, #f9cde7) repeat-x;
  border-color: #f6b9de; }
  .alert-clr9 hr {
    border-top-color: #f3a2d3; }
  .alert-clr9 .alert-link {
    color: #420229; }

.bg-clr9 {
  /*background-color: $color !important;*/
  background-color: #e00689;
  background: #e00689 linear-gradient(180deg, #e951ac, #e00689) repeat-x; }

a.bg-clr9:hover, a.bg-clr9:focus,
button.bg-clr9:hover,
button.bg-clr9:focus {
  /*background-color: darken($color, 10%) !important;*/
  background-color: #ae056b;
  background: #ae056b linear-gradient(180deg, #c75097, #ae056b) repeat-x; }
