/*------------------------------------
- COLOR primary
------------------------------------*/
.btn-check:focus + .btn-primary, .btn-primary:focus {
  background-color: #606060;
  border-color: #606060;
}

.alert-primary {
  color: rgb(57.6, 57.6, 57.6);
  background-color: rgb(223.2, 223.2, 223.2);
  border-color: rgb(207.3, 207.3, 207.3);
}

.alert-primary hr {
  border-top-color: rgb(209.367, 209.367, 209.367);
}

.alert-primary .alert-link {
  color: rgb(57.6, 57.6, 57.6);
}

.badge-primary {
  color: #fff;
  background-color: #606060;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  background-color: rgb(76.8, 76.8, 76.8);
}

.bg-primary {
  background-color: #606060 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(76.8, 76.8, 76.8) !important;
}

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

.btn-primary {
  color: #fff;
  background-color: #606060;
  border-color: #606060;
}

.btn-primary:hover {
  color: #fff;
  background-color: rgb(81.6, 81.6, 81.6);
  border-color: rgb(76.8, 76.8, 76.8);
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(96, 96, 96, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #606060;
  border-color: #606060;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(76.8, 76.8, 76.8);
  border-color: #484848;
}

.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(96, 96, 96, 0.5);
}

.btn-outline-primary {
  color: #606060;
  background-color: transparent;
  border-color: #606060;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #606060;
  border-color: #606060;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(96, 96, 96, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #606060;
  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: #606060;
  border-color: #606060;
}

.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(96, 96, 96, 0.5);
}

.list-group-item-primary {
  color: rgb(57.6, 57.6, 57.6);
  background-color: rgb(207.3, 207.3, 207.3);
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(57.6, 57.6, 57.6);
  background-color: rgb(209.367, 209.367, 209.367);
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(57.6, 57.6, 57.6);
  border-color: rgb(57.6, 57.6, 57.6);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(207.3, 207.3, 207.3);
}

.table-hover .table-primary:hover {
  background-color: rgb(209.367, 209.367, 209.367);
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(209.367, 209.367, 209.367);
}

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

a.text-primary:hover, a.text-primary:focus {
  color: rgb(76.8, 76.8, 76.8) !important;
}

/*------------------------------------
- COLOR secondary
------------------------------------*/
.alert-secondary {
  color: rgb(149.4, 55.8, 63.6);
  background-color: rgb(253.8, 222.6, 225.2);
  border-color: rgb(253.2, 206.4, 210.3);
}

.alert-secondary hr {
  border-top-color: rgb(253.278, 208.506, 212.237);
}

.alert-secondary .alert-link {
  color: rgb(149.4, 55.8, 63.6);
}

.badge-secondary {
  color: #fff;
  background-color: #f95d6a;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  background-color: rgb(199.2, 74.4, 84.8);
}

.bg-secondary {
  background-color: #f95d6a !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(199.2, 74.4, 84.8) !important;
}

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

.btn-secondary {
  color: #fff;
  background-color: #f95d6a;
  border-color: #f95d6a;
}

.btn-secondary:hover {
  color: #fff;
  background-color: rgb(211.65, 79.05, 90.1);
  border-color: rgb(199.2, 74.4, 84.8);
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 93, 106, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #f95d6a;
  border-color: #f95d6a;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(199.2, 74.4, 84.8);
  border-color: rgb(186.75, 69.75, 79.5);
}

.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(249, 93, 106, 0.5);
}

.btn-outline-secondary {
  color: #f95d6a;
  background-color: transparent;
  border-color: #f95d6a;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #f95d6a;
  border-color: #f95d6a;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 93, 106, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #f95d6a;
  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: #f95d6a;
  border-color: #f95d6a;
}

.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(249, 93, 106, 0.5);
}

.list-group-item-secondary {
  color: rgb(149.4, 55.8, 63.6);
  background-color: rgb(253.2, 206.4, 210.3);
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(149.4, 55.8, 63.6);
  background-color: rgb(253.278, 208.506, 212.237);
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(149.4, 55.8, 63.6);
  border-color: rgb(149.4, 55.8, 63.6);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(253.2, 206.4, 210.3);
}

.table-hover .table-secondary:hover {
  background-color: rgb(253.278, 208.506, 212.237);
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(253.278, 208.506, 212.237);
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(199.2, 74.4, 84.8) !important;
}

.btn-check:focus + .btn-success, .btn-success:focus {
  background-color: #308209;
  border-color: #308209;
}

.alert-success {
  color: rgb(28.8, 78, 5.4);
  background-color: rgb(213.6, 230, 205.8);
  border-color: rgb(192.9, 217.5, 181.2);
}

.alert-success hr {
  border-top-color: rgb(195.591, 219.125, 184.398);
}

.alert-success .alert-link {
  color: rgb(28.8, 78, 5.4);
}

.badge-success {
  color: #fff;
  background-color: #308209;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  background-color: rgb(38.4, 104, 7.2);
}

.bg-success {
  background-color: #308209 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(38.4, 104, 7.2) !important;
}

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

.btn-success {
  color: #fff;
  background-color: #308209;
  border-color: #308209;
}

.btn-success:hover {
  color: #fff;
  background-color: rgb(40.8, 110.5, 7.65);
  border-color: rgb(38.4, 104, 7.2);
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 130, 9, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #308209;
  border-color: #308209;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(38.4, 104, 7.2);
  border-color: rgb(36, 97.5, 6.75);
}

.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(48, 130, 9, 0.5);
}

.btn-outline-success {
  color: #308209;
  background-color: transparent;
  border-color: #308209;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #308209;
  border-color: #308209;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 130, 9, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #308209;
  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: #308209;
  border-color: #308209;
}

.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(48, 130, 9, 0.5);
}

.list-group-item-success {
  color: rgb(28.8, 78, 5.4);
  background-color: rgb(192.9, 217.5, 181.2);
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(28.8, 78, 5.4);
  background-color: rgb(195.591, 219.125, 184.398);
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(28.8, 78, 5.4);
  border-color: rgb(28.8, 78, 5.4);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(192.9, 217.5, 181.2);
}

.table-hover .table-success:hover {
  background-color: rgb(195.591, 219.125, 184.398);
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(195.591, 219.125, 184.398);
}

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

a.text-success:hover, a.text-success:focus {
  color: rgb(38.4, 104, 7.2) !important;
}

.btn-check:focus + .btn-danger, .btn-danger:focus {
  background-color: #B52212;
  border-color: #B52212;
}

.alert-danger {
  color: rgb(108.6, 20.4, 10.8);
  background-color: rgb(240.2, 210.8, 207.6);
  border-color: rgb(232.8, 188.7, 183.9);
}

.alert-danger hr {
  border-top-color: rgb(233.762, 191.573, 186.981);
}

.alert-danger .alert-link {
  color: rgb(108.6, 20.4, 10.8);
}

.badge-danger {
  color: #fff;
  background-color: #B52212;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  background-color: rgb(144.8, 27.2, 14.4);
}

.bg-danger {
  background-color: #B52212 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(144.8, 27.2, 14.4) !important;
}

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

.btn-danger {
  color: #fff;
  background-color: #B52212;
  border-color: #B52212;
}

.btn-danger:hover {
  color: #fff;
  background-color: rgb(153.85, 28.9, 15.3);
  border-color: rgb(144.8, 27.2, 14.4);
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(181, 34, 18, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #B52212;
  border-color: #B52212;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(144.8, 27.2, 14.4);
  border-color: rgb(135.75, 25.5, 13.5);
}

.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(181, 34, 18, 0.5);
}

.btn-outline-danger {
  color: #B52212;
  background-color: transparent;
  border-color: #B52212;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #B52212;
  border-color: #B52212;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(181, 34, 18, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #B52212;
  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: #B52212;
  border-color: #B52212;
}

.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(181, 34, 18, 0.5);
}

.list-group-item-danger {
  color: rgb(108.6, 20.4, 10.8);
  background-color: rgb(232.8, 188.7, 183.9);
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(108.6, 20.4, 10.8);
  background-color: rgb(233.762, 191.573, 186.981);
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(108.6, 20.4, 10.8);
  border-color: rgb(108.6, 20.4, 10.8);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(232.8, 188.7, 183.9);
}

.table-hover .table-danger:hover {
  background-color: rgb(233.762, 191.573, 186.981);
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(233.762, 191.573, 186.981);
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(144.8, 27.2, 14.4) !important;
}/*# sourceMappingURL=bootstrapOverwrites.css.map */