
/*------------------------------------
- COLOR primary-black-black
------------------------------------*/
.alert-primary-black {
    color: #000000;
    background-color: #808080;
    border-color: #757575;
}

.alert-primary-black hr {
    border-top-color: #696969;
}

.alert-primary-black .alert-link {
    color: #000000;
}

.badge-primary-black {
    color: #fff;
    background-color: #1a1a1a;
}

.badge-primary-black[href]:hover, .badge-primary-black[href]:focus {
    color: #fff;
    background-color: #000000;
}

.bg-primary-black {
    background-color: #1a1a1a !important;
}

a.bg-primary-black:hover, a.bg-primary-black:focus,
button.bg-primary-black:hover,
button.bg-primary-black:focus {
    background-color: #000000 !important;
}

.border-primary-black {
    border-color: #1a1a1a !important;
}

.btn-primary-black {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #1a1a1a;
}

.btn-primary-black:hover {
    color: #fff;
    background-color: #080808;
    border-color: #000000;
}

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

.btn-primary-black.disabled, .btn-primary-black:disabled {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #1a1a1a;
}

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

.btn-primary-black:not(:disabled):not(.disabled):active:focus, .btn-primary-black:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(26, 26, 26, 0.5);
}

.btn-outline-primary-black {
    color: #1a1a1a;
    background-color: transparent;
    border-color: #1a1a1a;
}

.btn-outline-primary-black:hover {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #1a1a1a;
}

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

.btn-outline-primary-black.disabled, .btn-outline-primary-black:disabled {
    color: #1a1a1a;
    background-color: transparent;
}

.btn-outline-primary-black:not(:disabled):not(.disabled):active, .btn-outline-primary-black:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-black.dropdown-toggle {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #1a1a1a;
}

.btn-outline-primary-black:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-black:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(26, 26, 26, 0.5);
}

.list-group-item-primary-black {
    color: #000000;
    background-color: #757575;
}

.list-group-item-primary-black.list-group-item-action:hover, .list-group-item-primary-black.list-group-item-action:focus {
    color: #000000;
    background-color: #696969;
}

.list-group-item-primary-black.list-group-item-action.active {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.table-primary-black,
.table-primary-black > th,
.table-primary-black > td {
    background-color: #757575;
}

.table-hover .table-primary-black:hover {
    background-color: #696969;
}

.table-hover .table-primary-black:hover > td,
.table-hover .table-primary-black:hover > th {
    background-color: #696969;
}

.text-primary-black {
    color: #1a1a1a !important;
}

a.text-primary-black:hover, a.text-primary-black:focus {
    color: #000000 !important;
}

/*------------------------------------
- COLOR dark-gray
------------------------------------*/
.alert-dark-gray {
    color: #000000;
    background-color: #999999;
    border-color: #8e8e8e;
}

.alert-dark-gray hr {
    border-top-color: #828282;
}

.alert-dark-gray .alert-link {
    color: #000000;
}

.badge-dark-gray {
    color: #fff;
    background-color: #333333;
}

.badge-dark-gray[href]:hover, .badge-dark-gray[href]:focus {
    color: #fff;
    background-color: #191919;
}

.bg-dark-gray {
    background-color: #333333 !important;
}

a.bg-dark-gray:hover, a.bg-dark-gray:focus,
button.bg-dark-gray:hover,
button.bg-dark-gray:focus {
    background-color: #191919 !important;
}

.border-dark-gray {
    border-color: #333333 !important;
}

.btn-dark-gray {
    color: #fff;
    background-color: #333333;
    border-color: #333333;
}

.btn-dark-gray:hover {
    color: #fff;
    background-color: #212121;
    border-color: #191919;
}

.btn-dark-gray:focus, .btn-dark-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.btn-dark-gray.disabled, .btn-dark-gray:disabled {
    color: #fff;
    background-color: #333333;
    border-color: #333333;
}

.btn-dark-gray:not(:disabled):not(.disabled):active, .btn-dark-gray:not(:disabled):not(.disabled).active, .show > .btn-dark-gray.dropdown-toggle {
    color: #fff;
    background-color: #191919;
    border-color: #111111;
}

.btn-dark-gray:not(:disabled):not(.disabled):active:focus, .btn-dark-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-dark-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.btn-outline-dark-gray {
    color: #333333;
    background-color: transparent;
    border-color: #333333;
}

.btn-outline-dark-gray:hover {
    color: #fff;
    background-color: #333333;
    border-color: #333333;
}

.btn-outline-dark-gray:focus, .btn-outline-dark-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.btn-outline-dark-gray.disabled, .btn-outline-dark-gray:disabled {
    color: #333333;
    background-color: transparent;
}

.btn-outline-dark-gray:not(:disabled):not(.disabled):active, .btn-outline-dark-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-gray.dropdown-toggle {
    color: #fff;
    background-color: #333333;
    border-color: #333333;
}

.btn-outline-dark-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.list-group-item-dark-gray {
    color: #000000;
    background-color: #8e8e8e;
}

.list-group-item-dark-gray.list-group-item-action:hover, .list-group-item-dark-gray.list-group-item-action:focus {
    color: #000000;
    background-color: #828282;
}

.list-group-item-dark-gray.list-group-item-action.active {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.table-dark-gray,
.table-dark-gray > th,
.table-dark-gray > td {
    background-color: #8e8e8e;
}

.table-hover .table-dark-gray:hover {
    background-color: #828282;
}

.table-hover .table-dark-gray:hover > td,
.table-hover .table-dark-gray:hover > th {
    background-color: #828282;
}

.text-dark-gray {
    color: #333333 !important;
}

a.text-dark-gray:hover, a.text-dark-gray:focus {
    color: #191919 !important;
}

/*------------------------------------
- COLOR light-gray
------------------------------------*/
.alert-light-gray {
    color: #b7b7b7;
    background-color: #15b15b15b;
    border-color: #150150150;
}

.alert-light-gray hr {
    border-top-color: #144144144;
}

.alert-light-gray .alert-link {
    color: #9e9e9e;
}

.badge-light-gray {
    color: #212529;
    background-color: #f5f5f5;
}

.badge-light-gray[href]:hover, .badge-light-gray[href]:focus {
    color: #212529;
    background-color: #dbdbdb;
}

.bg-light-gray {
    background-color: #f5f5f5 !important;
}

a.bg-light-gray:hover, a.bg-light-gray:focus,
button.bg-light-gray:hover,
button.bg-light-gray:focus {
    background-color: #dbdbdb !important;
}

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

.btn-light-gray {
    color: #212529;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}

.btn-light-gray:hover {
    color: #212529;
    background-color: #e3e3e3;
    border-color: #dbdbdb;
}

.btn-light-gray:focus, .btn-light-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}

.btn-light-gray.disabled, .btn-light-gray:disabled {
    color: #212529;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}

.btn-light-gray:not(:disabled):not(.disabled):active, .btn-light-gray:not(:disabled):not(.disabled).active, .show > .btn-light-gray.dropdown-toggle {
    color: #212529;
    background-color: #dbdbdb;
    border-color: #d3d3d3;
}

.btn-light-gray:not(:disabled):not(.disabled):active:focus, .btn-light-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-light-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}

.btn-outline-light-gray {
    color: #f5f5f5;
    background-color: transparent;
    border-color: #f5f5f5;
}

.btn-outline-light-gray:hover {
    color: #212529;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}

.btn-outline-light-gray:focus, .btn-outline-light-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}

.btn-outline-light-gray.disabled, .btn-outline-light-gray:disabled {
    color: #f5f5f5;
    background-color: transparent;
}

.btn-outline-light-gray:not(:disabled):not(.disabled):active, .btn-outline-light-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-light-gray.dropdown-toggle {
    color: #212529;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}

.btn-outline-light-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-light-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}

.list-group-item-light-gray {
    color: #b7b7b7;
    background-color: #150150150;
}

.list-group-item-light-gray.list-group-item-action:hover, .list-group-item-light-gray.list-group-item-action:focus {
    color: #b7b7b7;
    background-color: #144144144;
}

.list-group-item-light-gray.list-group-item-action.active {
    color: #212529;
    background-color: #b7b7b7;
    border-color: #b7b7b7;
}

.table-light-gray,
.table-light-gray > th,
.table-light-gray > td {
    background-color: #150150150;
}

.table-hover .table-light-gray:hover {
    background-color: #144144144;
}

.table-hover .table-light-gray:hover > td,
.table-hover .table-light-gray:hover > th {
    background-color: #144144144;
}

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

a.text-light-gray:hover, a.text-light-gray:focus {
    color: #dbdbdb !important;
}

/*------------------------------------
- COLOR trad-purple
------------------------------------*/
.alert-trad-purple {
    color: #2c0d28;
    background-color: #e19fd7;
    border-color: #dc90d1;
}

.alert-trad-purple hr {
    border-top-color: #d67cc9;
}

.alert-trad-purple .alert-link {
    color: #050105;
}

.badge-trad-purple {
    color: #fff;
    background-color: #8a2b7c;
}

.badge-trad-purple[href]:hover, .badge-trad-purple[href]:focus {
    color: #fff;
    background-color: #631e59;
}

.bg-trad-purple {
    background-color: #8a2b7c !important;
}

a.bg-trad-purple:hover, a.bg-trad-purple:focus,
button.bg-trad-purple:hover,
button.bg-trad-purple:focus {
    background-color: #631e59 !important;
}

.border-trad-purple {
    border-color: #8a2b7c !important;
}

.btn-trad-purple {
    color: #fff;
    background-color: #8a2b7c;
    border-color: #8a2b7c;
}

.btn-trad-purple:hover {
    color: #fff;
    background-color: #6e2263;
    border-color: #631e59;
}

.btn-trad-purple:focus, .btn-trad-purple.focus {
    box-shadow: 0 0 0 0.2rem rgba(138, 43, 124, 0.5);
}

.btn-trad-purple.disabled, .btn-trad-purple:disabled {
    color: #fff;
    background-color: #8a2b7c;
    border-color: #8a2b7c;
}

.btn-trad-purple:not(:disabled):not(.disabled):active, .btn-trad-purple:not(:disabled):not(.disabled).active, .show > .btn-trad-purple.dropdown-toggle {
    color: #fff;
    background-color: #631e59;
    border-color: #571b4e;
}

.btn-trad-purple:not(:disabled):not(.disabled):active:focus, .btn-trad-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-trad-purple.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(138, 43, 124, 0.5);
}

.btn-outline-trad-purple {
    color: #8a2b7c;
    background-color: transparent;
    border-color: #8a2b7c;
}

.btn-outline-trad-purple:hover {
    color: #fff;
    background-color: #8a2b7c;
    border-color: #8a2b7c;
}

.btn-outline-trad-purple:focus, .btn-outline-trad-purple.focus {
    box-shadow: 0 0 0 0.2rem rgba(138, 43, 124, 0.5);
}

.btn-outline-trad-purple.disabled, .btn-outline-trad-purple:disabled {
    color: #8a2b7c;
    background-color: transparent;
}

.btn-outline-trad-purple:not(:disabled):not(.disabled):active, .btn-outline-trad-purple:not(:disabled):not(.disabled).active, .show > .btn-outline-trad-purple.dropdown-toggle {
    color: #fff;
    background-color: #8a2b7c;
    border-color: #8a2b7c;
}

.btn-outline-trad-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-trad-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-trad-purple.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(138, 43, 124, 0.5);
}

.list-group-item-trad-purple {
    color: #2c0d28;
    background-color: #dc90d1;
}

.list-group-item-trad-purple.list-group-item-action:hover, .list-group-item-trad-purple.list-group-item-action:focus {
    color: #2c0d28;
    background-color: #d67cc9;
}

.list-group-item-trad-purple.list-group-item-action.active {
    color: #fff;
    background-color: #2c0d28;
    border-color: #2c0d28;
}

.table-trad-purple,
.table-trad-purple > th,
.table-trad-purple > td {
    background-color: #dc90d1;
}

.table-hover .table-trad-purple:hover {
    background-color: #d67cc9;
}

.table-hover .table-trad-purple:hover > td,
.table-hover .table-trad-purple:hover > th {
    background-color: #d67cc9;
}

.text-trad-purple {
    color: #8a2b7c !important;
}

a.text-trad-purple:hover, a.text-trad-purple:focus {
    color: #631e59 !important;
}

/*------------------------------------
- COLOR gold
------------------------------------*/
.alert-gold {
    color: #705d34;
    background-color: #f8f6f2;
    border-color: #f2ede4;
}

.alert-gold hr {
    border-top-color: #eae2d2;
}

.alert-gold .alert-link {
    color: #4d4024;
}

.badge-gold {
    color: #212529;
    background-color: #b89e67;
}

.badge-gold[href]:hover, .badge-gold[href]:focus {
    color: #212529;
    background-color: #a0854b;
}

.bg-gold {
    background-color: #b89e67 !important;
}

a.bg-gold:hover, a.bg-gold:focus,
button.bg-gold:hover,
button.bg-gold:focus {
    background-color: #a0854b !important;
}

.border-gold {
    border-color: #b89e67 !important;
}

.btn-gold {
    color: #212529;
    background-color: #b89e67;
    border-color: #b89e67;
}

.btn-gold:hover {
    color: #212529;
    background-color: #ab8d50;
    border-color: #a0854b;
}

.btn-gold:focus, .btn-gold.focus {
    box-shadow: 0 0 0 0.2rem rgba(184, 158, 103, 0.5);
}

.btn-gold.disabled, .btn-gold:disabled {
    color: #212529;
    background-color: #b89e67;
    border-color: #b89e67;
}

.btn-gold:not(:disabled):not(.disabled):active, .btn-gold:not(:disabled):not(.disabled).active, .show > .btn-gold.dropdown-toggle {
    color: #212529;
    background-color: #a0854b;
    border-color: #967c46;
}

.btn-gold:not(:disabled):not(.disabled):active:focus, .btn-gold:not(:disabled):not(.disabled).active:focus, .show > .btn-gold.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(184, 158, 103, 0.5);
}

.btn-outline-gold {
    color: #b89e67;
    background-color: transparent;
    border-color: #b89e67;
}

.btn-outline-gold:hover {
    color: #212529;
    background-color: #b89e67;
    border-color: #b89e67;
}

.btn-outline-gold:focus, .btn-outline-gold.focus {
    box-shadow: 0 0 0 0.2rem rgba(184, 158, 103, 0.5);
}

.btn-outline-gold.disabled, .btn-outline-gold:disabled {
    color: #b89e67;
    background-color: transparent;
}

.btn-outline-gold:not(:disabled):not(.disabled):active, .btn-outline-gold:not(:disabled):not(.disabled).active, .show > .btn-outline-gold.dropdown-toggle {
    color: #212529;
    background-color: #b89e67;
    border-color: #b89e67;
}

.btn-outline-gold:not(:disabled):not(.disabled):active:focus, .btn-outline-gold:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gold.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(184, 158, 103, 0.5);
}

.list-group-item-gold {
    color: #705d34;
    background-color: #f2ede4;
}

.list-group-item-gold.list-group-item-action:hover, .list-group-item-gold.list-group-item-action:focus {
    color: #705d34;
    background-color: #eae2d2;
}

.list-group-item-gold.list-group-item-action.active {
    color: #212529;
    background-color: #705d34;
    border-color: #705d34;
}

.table-gold,
.table-gold > th,
.table-gold > td {
    background-color: #f2ede4;
}

.table-hover .table-gold:hover {
    background-color: #eae2d2;
}

.table-hover .table-gold:hover > td,
.table-hover .table-gold:hover > th {
    background-color: #eae2d2;
}

.text-gold {
    color: #b89e67 !important;
}

a.text-gold:hover, a.text-gold:focus {
    color: #a0854b !important;
}
