

/*------------------------------------
- https://lingtalfi.com/bootstrap4-color-generator
- https://bootstrap.build/themes
- https://codepen.io/migli/pen/QaGNVp
- COLORS 
mrt-rosybrown
mrt-taupe
mrt-grey
mrt-green
mrt-greygreen
mrt-copper
mrt-blue
mrt-bluedark
mrt-brown
mrt-browndark
mrt-ice
mrt-gold
------------------------------------*/



/*------------------------------------
- COLOR mrt-rosybrown
------------------------------------*/
.alert-mrt-rosybrown {
  color: #301e19;
  background-color: #d8bdb7;
  border-color: #d1b1a9;
}

.alert-mrt-rosybrown hr {
  border-top-color: #c8a299;
}

.alert-mrt-rosybrown .alert-link {
  color: #0e0907;
}

.badge-mrt-rosybrown {
  color: #fff;
  background-color: 805044;
}

.badge-mrt-rosybrown[href]:hover, .badge-mrt-rosybrown[href]:focus {
  color: #fff;
  background-color: #5e3b32;
}

.bg-mrt-rosybrown {
  background-color: 805044 !important;
}

a.bg-mrt-rosybrown:hover, a.bg-mrt-rosybrown:focus,
button.bg-mrt-rosybrown:hover,
button.bg-mrt-rosybrown:focus {
  background-color: #5e3b32 !important;
}

.border-mrt-rosybrown {
  border-color: 805044 !important;
}

.btn-mrt-rosybrown {
  color: #fff;
  background-color: 805044;
  border-color: 805044;
}

.btn-mrt-rosybrown:hover {
  color: #fff;
  background-color: #684137;
  border-color: #5e3b32;
}

.btn-mrt-rosybrown:focus, .btn-mrt-rosybrown.focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 80, 68, 0.5);
}

.btn-mrt-rosybrown.disabled, .btn-mrt-rosybrown:disabled {
  color: #fff;
  background-color: 805044;
  border-color: 805044;
}

.btn-mrt-rosybrown:not(:disabled):not(.disabled):active, .btn-mrt-rosybrown:not(:disabled):not(.disabled).active, .show > .btn-mrt-rosybrown.dropdown-toggle {
  color: #fff;
  background-color: #5e3b32;
  border-color: #54342c;
}

.btn-mrt-rosybrown:not(:disabled):not(.disabled):active:focus, .btn-mrt-rosybrown:not(:disabled):not(.disabled).active:focus, .show > .btn-mrt-rosybrown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 80, 68, 0.5);
}

.btn-outline-mrt-rosybrown {
  color: 805044;
  background-color: transparent;
  border-color: 805044;
}

.btn-outline-mrt-rosybrown:hover {
  color: #fff;
  background-color: 805044;
  border-color: 805044;
}

.btn-outline-mrt-rosybrown:focus, .btn-outline-mrt-rosybrown.focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 80, 68, 0.5);
}

.btn-outline-mrt-rosybrown.disabled, .btn-outline-mrt-rosybrown:disabled {
  color: 805044;
  background-color: transparent;
}

.btn-outline-mrt-rosybrown:not(:disabled):not(.disabled):active, .btn-outline-mrt-rosybrown:not(:disabled):not(.disabled).active, .show > .btn-outline-mrt-rosybrown.dropdown-toggle {
  color: #fff;
  background-color: 805044;
  border-color: 805044;
}

.btn-outline-mrt-rosybrown:not(:disabled):not(.disabled):active:focus, .btn-outline-mrt-rosybrown:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-mrt-rosybrown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 80, 68, 0.5);
}

.list-group-item-mrt-rosybrown {
  color: #301e19;
  background-color: #d1b1a9;
}

.list-group-item-mrt-rosybrown.list-group-item-action:hover, .list-group-item-mrt-rosybrown.list-group-item-action:focus {
  color: #301e19;
  background-color: #c8a299;
}

.list-group-item-mrt-rosybrown.list-group-item-action.active {
  color: #fff;
  background-color: #301e19;
  border-color: #301e19;
}

.table-mrt-rosybrown,
.table-mrt-rosybrown > th,
.table-mrt-rosybrown > td {
  background-color: #d1b1a9;
}

.table-hover .table-mrt-rosybrown:hover {
  background-color: #c8a299;
}

.table-hover .table-mrt-rosybrown:hover > td,
.table-hover .table-mrt-rosybrown:hover > th {
  background-color: #c8a299;
}

.text-mrt-rosybrown {
  color: 805044 !important;
}

a.text-mrt-rosybrown:hover, a.text-mrt-rosybrown:focus {
  color: #5e3b32 !important;
}



/*------------------------------------
- COLOR mrt-taupe
------------------------------------*/
.alert-mrt-taupe {
  color: #4b443e;
  background-color: #eae8e5;
  border-color: #e0ddda;
}

.alert-mrt-taupe hr {
  border-top-color: #d5d1cc;
}

.alert-mrt-taupe .alert-link {
  color: #2f2b27;
}

.badge-mrt-taupe {
  color: #212529;
  background-color: 8e8276;
}

.badge-mrt-taupe[href]:hover, .badge-mrt-taupe[href]:focus {
  color: #212529;
  background-color: #72685e;
}

.bg-mrt-taupe {
  background-color: 8e8276 !important;
}

a.bg-mrt-taupe:hover, a.bg-mrt-taupe:focus,
button.bg-mrt-taupe:hover,
button.bg-mrt-taupe:focus {
  background-color: #72685e !important;
}

.border-mrt-taupe {
  border-color: 8e8276 !important;
}

.btn-mrt-taupe {
  color: #212529;
  background-color: 8e8276;
  border-color: 8e8276;
}

.btn-mrt-taupe:hover {
  color: #212529;
  background-color: #7a7065;
  border-color: #72685e;
}

.btn-mrt-taupe:focus, .btn-mrt-taupe.focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 130, 118, 0.5);
}

.btn-mrt-taupe.disabled, .btn-mrt-taupe:disabled {
  color: #212529;
  background-color: 8e8276;
  border-color: 8e8276;
}

.btn-mrt-taupe:not(:disabled):not(.disabled):active, .btn-mrt-taupe:not(:disabled):not(.disabled).active, .show > .btn-mrt-taupe.dropdown-toggle {
  color: #212529;
  background-color: #72685e;
  border-color: #6a6057;
}

.btn-mrt-taupe:not(:disabled):not(.disabled):active:focus, .btn-mrt-taupe:not(:disabled):not(.disabled).active:focus, .show > .btn-mrt-taupe.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 130, 118, 0.5);
}

.btn-outline-mrt-taupe {
  color: 8e8276;
  background-color: transparent;
  border-color: 8e8276;
}

.btn-outline-mrt-taupe:hover {
  color: #212529;
  background-color: 8e8276;
  border-color: 8e8276;
}

.btn-outline-mrt-taupe:focus, .btn-outline-mrt-taupe.focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 130, 118, 0.5);
}

.btn-outline-mrt-taupe.disabled, .btn-outline-mrt-taupe:disabled {
  color: 8e8276;
  background-color: transparent;
}

.btn-outline-mrt-taupe:not(:disabled):not(.disabled):active, .btn-outline-mrt-taupe:not(:disabled):not(.disabled).active, .show > .btn-outline-mrt-taupe.dropdown-toggle {
  color: #212529;
  background-color: 8e8276;
  border-color: 8e8276;
}

.btn-outline-mrt-taupe:not(:disabled):not(.disabled):active:focus, .btn-outline-mrt-taupe:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-mrt-taupe.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 130, 118, 0.5);
}

.list-group-item-mrt-taupe {
  color: #4b443e;
  background-color: #e0ddda;
}

.list-group-item-mrt-taupe.list-group-item-action:hover, .list-group-item-mrt-taupe.list-group-item-action:focus {
  color: #4b443e;
  background-color: #d5d1cc;
}

.list-group-item-mrt-taupe.list-group-item-action.active {
  color: #212529;
  background-color: #4b443e;
  border-color: #4b443e;
}

.table-mrt-taupe,
.table-mrt-taupe > th,
.table-mrt-taupe > td {
  background-color: #e0ddda;
}

.table-hover .table-mrt-taupe:hover {
  background-color: #d5d1cc;
}

.table-hover .table-mrt-taupe:hover > td,
.table-hover .table-mrt-taupe:hover > th {
  background-color: #d5d1cc;
}

.text-mrt-taupe {
  color: 8e8276 !important;
}

a.text-mrt-taupe:hover, a.text-mrt-taupe:focus {
  color: #72685e !important;
}



/*------------------------------------
- COLOR mrt-grey
------------------------------------*/
.alert-mrt-grey {
  color: #483f3d;
  background-color: #bab0ae;
  border-color: #b1a5a3;
}

.alert-mrt-grey hr {
  border-top-color: #a59795;
}

.alert-mrt-grey .alert-link {
  color: #483f3d;
}

.badge-mrt-grey {
  color: #fff;
  background-color: 554a48;
}

.badge-mrt-grey[href]:hover, .badge-mrt-grey[href]:focus {
  color: #fff;
  background-color: #393130;
}

.bg-mrt-grey {
  background-color: 554a48 !important;
}

a.bg-mrt-grey:hover, a.bg-mrt-grey:focus,
button.bg-mrt-grey:hover,
button.bg-mrt-grey:focus {
  background-color: #393130 !important;
}

.border-mrt-grey {
  border-color: 554a48 !important;
}

.btn-mrt-grey {
  color: #fff;
  background-color: 554a48;
  border-color: 554a48;
}

.btn-mrt-grey:hover {
  color: #fff;
  background-color: #413937;
  border-color: #393130;
}

.btn-mrt-grey:focus, .btn-mrt-grey.focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 74, 72, 0.5);
}

.btn-mrt-grey.disabled, .btn-mrt-grey:disabled {
  color: #fff;
  background-color: 554a48;
  border-color: 554a48;
}

.btn-mrt-grey:not(:disabled):not(.disabled):active, .btn-mrt-grey:not(:disabled):not(.disabled).active, .show > .btn-mrt-grey.dropdown-toggle {
  color: #fff;
  background-color: #393130;
  border-color: #312a29;
}

.btn-mrt-grey:not(:disabled):not(.disabled):active:focus, .btn-mrt-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-mrt-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 74, 72, 0.5);
}

.btn-outline-mrt-grey {
  color: 554a48;
  background-color: transparent;
  border-color: 554a48;
}

.btn-outline-mrt-grey:hover {
  color: #fff;
  background-color: 554a48;
  border-color: 554a48;
}

.btn-outline-mrt-grey:focus, .btn-outline-mrt-grey.focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 74, 72, 0.5);
}

.btn-outline-mrt-grey.disabled, .btn-outline-mrt-grey:disabled {
  color: 554a48;
  background-color: transparent;
}

.btn-outline-mrt-grey:not(:disabled):not(.disabled):active, .btn-outline-mrt-grey:not(:disabled):not(.disabled).active, .show > .btn-outline-mrt-grey.dropdown-toggle {
  color: #fff;
  background-color: 554a48;
  border-color: 554a48;
}

.btn-outline-mrt-grey:not(:disabled):not(.disabled):active:focus, .btn-outline-mrt-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-mrt-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 74, 72, 0.5);
}

.list-group-item-mrt-grey {
  color: #483f3d;
  background-color: #b1a5a3;
}

.list-group-item-mrt-grey.list-group-item-action:hover, .list-group-item-mrt-grey.list-group-item-action:focus {
  color: #483f3d;
  background-color: #a59795;
}

.list-group-item-mrt-grey.list-group-item-action.active {
  color: #fff;
  background-color: #483f3d;
  border-color: #483f3d;
}

.table-mrt-grey,
.table-mrt-grey > th,
.table-mrt-grey > td {
  background-color: #b1a5a3;
}

.table-hover .table-mrt-grey:hover {
  background-color: #a59795;
}

.table-hover .table-mrt-grey:hover > td,
.table-hover .table-mrt-grey:hover > th {
  background-color: #a59795;
}

.text-mrt-grey {
  color: 554a48 !important;
}

a.text-mrt-grey:hover, a.text-mrt-grey:focus {
  color: #393130 !important;
}




/*------------------------------------
- COLOR mrt-green
------------------------------------*/
.alert-mrt-green {
  color: #1e221f;
  background-color: #9cab9f;
  border-color: #91a194;
}

.alert-mrt-green hr {
  border-top-color: #839687;
}

.alert-mrt-green .alert-link {
  color: #1e221f;
}

.badge-mrt-green {
  color: #fff;
  background-color: 39433b;
}

.badge-mrt-green[href]:hover, .badge-mrt-green[href]:focus {
  color: #fff;
  background-color: #212722;
}

.bg-mrt-green {
  background-color: 39433b !important;
}

a.bg-mrt-green:hover, a.bg-mrt-green:focus,
button.bg-mrt-green:hover,
button.bg-mrt-green:focus {
  background-color: #212722 !important;
}

.border-mrt-green {
  border-color: 39433b !important;
}

.btn-mrt-green {
  color: #fff;
  background-color: 39433b;
  border-color: 39433b;
}

.btn-mrt-green:hover {
  color: #fff;
  background-color: #282f2a;
  border-color: #212722;
}

.btn-mrt-green:focus, .btn-mrt-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(57, 67, 59, 0.5);
}

.btn-mrt-green.disabled, .btn-mrt-green:disabled {
  color: #fff;
  background-color: 39433b;
  border-color: 39433b;
}

.btn-mrt-green:not(:disabled):not(.disabled):active, .btn-mrt-green:not(:disabled):not(.disabled).active, .show > .btn-mrt-green.dropdown-toggle {
  color: #fff;
  background-color: #212722;
  border-color: #1a1f1b;
}

.btn-mrt-green:not(:disabled):not(.disabled):active:focus, .btn-mrt-green:not(:disabled):not(.disabled).active:focus, .show > .btn-mrt-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57, 67, 59, 0.5);
}

.btn-outline-mrt-green {
  color: 39433b;
  background-color: transparent;
  border-color: 39433b;
}

.btn-outline-mrt-green:hover {
  color: #fff;
  background-color: 39433b;
  border-color: 39433b;
}

.btn-outline-mrt-green:focus, .btn-outline-mrt-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(57, 67, 59, 0.5);
}

.btn-outline-mrt-green.disabled, .btn-outline-mrt-green:disabled {
  color: 39433b;
  background-color: transparent;
}

.btn-outline-mrt-green:not(:disabled):not(.disabled):active, .btn-outline-mrt-green:not(:disabled):not(.disabled).active, .show > .btn-outline-mrt-green.dropdown-toggle {
  color: #fff;
  background-color: 39433b;
  border-color: 39433b;
}

.btn-outline-mrt-green:not(:disabled):not(.disabled):active:focus, .btn-outline-mrt-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-mrt-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57, 67, 59, 0.5);
}

.list-group-item-mrt-green {
  color: #1e221f;
  background-color: #91a194;
}

.list-group-item-mrt-green.list-group-item-action:hover, .list-group-item-mrt-green.list-group-item-action:focus {
  color: #1e221f;
  background-color: #839687;
}

.list-group-item-mrt-green.list-group-item-action.active {
  color: #fff;
  background-color: #1e221f;
  border-color: #1e221f;
}

.table-mrt-green,
.table-mrt-green > th,
.table-mrt-green > td {
  background-color: #91a194;
}

.table-hover .table-mrt-green:hover {
  background-color: #839687;
}

.table-hover .table-mrt-green:hover > td,
.table-hover .table-mrt-green:hover > th {
  background-color: #839687;
}

.text-mrt-green {
  color: 39433b !important;
}

a.text-mrt-green:hover, a.text-mrt-green:focus {
  color: #212722 !important;
}




/*------------------------------------
- COLOR mrt-greygreen
------------------------------------*/
.alert-mrt-greygreen {
  color: #292b29;
  background-color: #999d97;
  border-color: #8f938d;
}

.alert-mrt-greygreen hr {
  border-top-color: #828780;
}

.alert-mrt-greygreen .alert-link {
  color: #292b29;
}

.badge-mrt-greygreen {
  color: #fff;
  background-color: 343633;
}

.badge-mrt-greygreen[href]:hover, .badge-mrt-greygreen[href]:focus {
  color: #fff;
  background-color: #1a1b1a;
}

.bg-mrt-greygreen {
  background-color: 343633 !important;
}

a.bg-mrt-greygreen:hover, a.bg-mrt-greygreen:focus,
button.bg-mrt-greygreen:hover,
button.bg-mrt-greygreen:focus {
  background-color: #1a1b1a !important;
}

.border-mrt-greygreen {
  border-color: 343633 !important;
}

.btn-mrt-greygreen {
  color: #fff;
  background-color: 343633;
  border-color: 343633;
}

.btn-mrt-greygreen:hover {
  color: #fff;
  background-color: #222321;
  border-color: #1a1b1a;
}

.btn-mrt-greygreen:focus, .btn-mrt-greygreen.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 54, 51, 0.5);
}

.btn-mrt-greygreen.disabled, .btn-mrt-greygreen:disabled {
  color: #fff;
  background-color: 343633;
  border-color: 343633;
}

.btn-mrt-greygreen:not(:disabled):not(.disabled):active, .btn-mrt-greygreen:not(:disabled):not(.disabled).active, .show > .btn-mrt-greygreen.dropdown-toggle {
  color: #fff;
  background-color: #1a1b1a;
  border-color: #131312;
}

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

.btn-outline-mrt-greygreen {
  color: 343633;
  background-color: transparent;
  border-color: 343633;
}

.btn-outline-mrt-greygreen:hover {
  color: #fff;
  background-color: 343633;
  border-color: 343633;
}

.btn-outline-mrt-greygreen:focus, .btn-outline-mrt-greygreen.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 54, 51, 0.5);
}

.btn-outline-mrt-greygreen.disabled, .btn-outline-mrt-greygreen:disabled {
  color: 343633;
  background-color: transparent;
}

.btn-outline-mrt-greygreen:not(:disabled):not(.disabled):active, .btn-outline-mrt-greygreen:not(:disabled):not(.disabled).active, .show > .btn-outline-mrt-greygreen.dropdown-toggle {
  color: #fff;
  background-color: 343633;
  border-color: 343633;
}

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

.list-group-item-mrt-greygreen {
  color: #292b29;
  background-color: #8f938d;
}

.list-group-item-mrt-greygreen.list-group-item-action:hover, .list-group-item-mrt-greygreen.list-group-item-action:focus {
  color: #292b29;
  background-color: #828780;
}

.list-group-item-mrt-greygreen.list-group-item-action.active {
  color: #fff;
  background-color: #292b29;
  border-color: #292b29;
}

.table-mrt-greygreen,
.table-mrt-greygreen > th,
.table-mrt-greygreen > td {
  background-color: #8f938d;
}

.table-hover .table-mrt-greygreen:hover {
  background-color: #828780;
}

.table-hover .table-mrt-greygreen:hover > td,
.table-hover .table-mrt-greygreen:hover > th {
  background-color: #828780;
}

.text-mrt-greygreen {
  color: 343633 !important;
}

a.text-mrt-greygreen:hover, a.text-mrt-greygreen:focus {
  color: #1a1b1a !important;
}



/*------------------------------------
- COLOR mrt-copper
------------------------------------*/
.alert-mrt-copper {
  color: #493430;
  background-color: #bd9e98;
  border-color: #b5938c;
}

.alert-mrt-copper hr {
  border-top-color: #ab847c;
}

.alert-mrt-copper .alert-link {
  color: #493430;
}

.badge-mrt-copper {
  color: #fff;
  background-color: 543b36;
}

.badge-mrt-copper[href]:hover, .badge-mrt-copper[href]:focus {
  color: #fff;
  background-color: #342522;
}

.bg-mrt-copper {
  background-color: 543b36 !important;
}

a.bg-mrt-copper:hover, a.bg-mrt-copper:focus,
button.bg-mrt-copper:hover,
button.bg-mrt-copper:focus {
  background-color: #342522 !important;
}

.border-mrt-copper {
  border-color: 543b36 !important;
}

.btn-mrt-copper {
  color: #fff;
  background-color: 543b36;
  border-color: 543b36;
}

.btn-mrt-copper:hover {
  color: #fff;
  background-color: #3e2b28;
  border-color: #342522;
}

.btn-mrt-copper:focus, .btn-mrt-copper.focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 59, 54, 0.5);
}

.btn-mrt-copper.disabled, .btn-mrt-copper:disabled {
  color: #fff;
  background-color: 543b36;
  border-color: 543b36;
}

.btn-mrt-copper:not(:disabled):not(.disabled):active, .btn-mrt-copper:not(:disabled):not(.disabled).active, .show > .btn-mrt-copper.dropdown-toggle {
  color: #fff;
  background-color: #342522;
  border-color: #2b1e1c;
}

.btn-mrt-copper:not(:disabled):not(.disabled):active:focus, .btn-mrt-copper:not(:disabled):not(.disabled).active:focus, .show > .btn-mrt-copper.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 59, 54, 0.5);
}

.btn-outline-mrt-copper {
  color: 543b36;
  background-color: transparent;
  border-color: 543b36;
}

.btn-outline-mrt-copper:hover {
  color: #fff;
  background-color: 543b36;
  border-color: 543b36;
}

.btn-outline-mrt-copper:focus, .btn-outline-mrt-copper.focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 59, 54, 0.5);
}

.btn-outline-mrt-copper.disabled, .btn-outline-mrt-copper:disabled {
  color: 543b36;
  background-color: transparent;
}

.btn-outline-mrt-copper:not(:disabled):not(.disabled):active, .btn-outline-mrt-copper:not(:disabled):not(.disabled).active, .show > .btn-outline-mrt-copper.dropdown-toggle {
  color: #fff;
  background-color: 543b36;
  border-color: 543b36;
}

.btn-outline-mrt-copper:not(:disabled):not(.disabled):active:focus, .btn-outline-mrt-copper:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-mrt-copper.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 59, 54, 0.5);
}

.list-group-item-mrt-copper {
  color: #493430;
  background-color: #b5938c;
}

.list-group-item-mrt-copper.list-group-item-action:hover, .list-group-item-mrt-copper.list-group-item-action:focus {
  color: #493430;
  background-color: #ab847c;
}

.list-group-item-mrt-copper.list-group-item-action.active {
  color: #fff;
  background-color: #493430;
  border-color: #493430;
}

.table-mrt-copper,
.table-mrt-copper > th,
.table-mrt-copper > td {
  background-color: #b5938c;
}

.table-hover .table-mrt-copper:hover {
  background-color: #ab847c;
}

.table-hover .table-mrt-copper:hover > td,
.table-hover .table-mrt-copper:hover > th {
  background-color: #ab847c;
}

.text-mrt-copper {
  color: 543b36 !important;
}

a.text-mrt-copper:hover, a.text-mrt-copper:focus {
  color: #342522 !important;
}



/*------------------------------------
- COLOR mrt-blue
------------------------------------*/
.alert-mrt-blue {
  color: #404650;
  background-color: #b3b8c2;
  border-color: #a8aeb9;
}

.alert-mrt-blue hr {
  border-top-color: #9aa0ad;
}

.alert-mrt-blue .alert-link {
  color: #404650;
}

.badge-mrt-blue {
  color: #fff;
  background-color: 4c525e;
}

.badge-mrt-blue[href]:hover, .badge-mrt-blue[href]:focus {
  color: #fff;
  background-color: #353941;
}

.bg-mrt-blue {
  background-color: 4c525e !important;
}

a.bg-mrt-blue:hover, a.bg-mrt-blue:focus,
button.bg-mrt-blue:hover,
button.bg-mrt-blue:focus {
  background-color: #353941 !important;
}

.border-mrt-blue {
  border-color: 4c525e !important;
}

.btn-mrt-blue {
  color: #fff;
  background-color: 4c525e;
  border-color: 4c525e;
}

.btn-mrt-blue:hover {
  color: #fff;
  background-color: #3c404a;
  border-color: #353941;
}

.btn-mrt-blue:focus, .btn-mrt-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 82, 94, 0.5);
}

.btn-mrt-blue.disabled, .btn-mrt-blue:disabled {
  color: #fff;
  background-color: 4c525e;
  border-color: 4c525e;
}

.btn-mrt-blue:not(:disabled):not(.disabled):active, .btn-mrt-blue:not(:disabled):not(.disabled).active, .show > .btn-mrt-blue.dropdown-toggle {
  color: #fff;
  background-color: #353941;
  border-color: #2e3239;
}

.btn-mrt-blue:not(:disabled):not(.disabled):active:focus, .btn-mrt-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-mrt-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 82, 94, 0.5);
}

.btn-outline-mrt-blue {
  color: 4c525e;
  background-color: transparent;
  border-color: 4c525e;
}

.btn-outline-mrt-blue:hover {
  color: #fff;
  background-color: 4c525e;
  border-color: 4c525e;
}

.btn-outline-mrt-blue:focus, .btn-outline-mrt-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 82, 94, 0.5);
}

.btn-outline-mrt-blue.disabled, .btn-outline-mrt-blue:disabled {
  color: 4c525e;
  background-color: transparent;
}

.btn-outline-mrt-blue:not(:disabled):not(.disabled):active, .btn-outline-mrt-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-mrt-blue.dropdown-toggle {
  color: #fff;
  background-color: 4c525e;
  border-color: 4c525e;
}

.btn-outline-mrt-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-mrt-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-mrt-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 82, 94, 0.5);
}

.list-group-item-mrt-blue {
  color: #404650;
  background-color: #a8aeb9;
}

.list-group-item-mrt-blue.list-group-item-action:hover, .list-group-item-mrt-blue.list-group-item-action:focus {
  color: #404650;
  background-color: #9aa0ad;
}

.list-group-item-mrt-blue.list-group-item-action.active {
  color: #fff;
  background-color: #404650;
  border-color: #404650;
}

.table-mrt-blue,
.table-mrt-blue > th,
.table-mrt-blue > td {
  background-color: #a8aeb9;
}

.table-hover .table-mrt-blue:hover {
  background-color: #9aa0ad;
}

.table-hover .table-mrt-blue:hover > td,
.table-hover .table-mrt-blue:hover > th {
  background-color: #9aa0ad;
}

.text-mrt-blue {
  color: 4c525e !important;
}

a.text-mrt-blue:hover, a.text-mrt-blue:focus {
  color: #353941 !important;
}



/*------------------------------------
- COLOR mrt-bluedark
------------------------------------*/
.alert-mrt-bluedark {
  color: #282d3c;
  background-color: #939db7;
  border-color: #8792ae;
}

.alert-mrt-bluedark hr {
  border-top-color: #7884a4;
}

.alert-mrt-bluedark .alert-link {
  color: #282d3c;
}

.badge-mrt-bluedark {
  color: #fff;
  background-color: 333a4c;
}

.badge-mrt-bluedark[href]:hover, .badge-mrt-bluedark[href]:focus {
  color: #fff;
  background-color: #1e222d;
}

.bg-mrt-bluedark {
  background-color: 333a4c !important;
}

a.bg-mrt-bluedark:hover, a.bg-mrt-bluedark:focus,
button.bg-mrt-bluedark:hover,
button.bg-mrt-bluedark:focus {
  background-color: #1e222d !important;
}

.border-mrt-bluedark {
  border-color: 333a4c !important;
}

.btn-mrt-bluedark {
  color: #fff;
  background-color: 333a4c;
  border-color: 333a4c;
}

.btn-mrt-bluedark:hover {
  color: #fff;
  background-color: #242936;
  border-color: #1e222d;
}

.btn-mrt-bluedark:focus, .btn-mrt-bluedark.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 58, 76, 0.5);
}

.btn-mrt-bluedark.disabled, .btn-mrt-bluedark:disabled {
  color: #fff;
  background-color: 333a4c;
  border-color: 333a4c;
}

.btn-mrt-bluedark:not(:disabled):not(.disabled):active, .btn-mrt-bluedark:not(:disabled):not(.disabled).active, .show > .btn-mrt-bluedark.dropdown-toggle {
  color: #fff;
  background-color: #1e222d;
  border-color: #181b24;
}

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

.btn-outline-mrt-bluedark {
  color: 333a4c;
  background-color: transparent;
  border-color: 333a4c;
}

.btn-outline-mrt-bluedark:hover {
  color: #fff;
  background-color: 333a4c;
  border-color: 333a4c;
}

.btn-outline-mrt-bluedark:focus, .btn-outline-mrt-bluedark.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 58, 76, 0.5);
}

.btn-outline-mrt-bluedark.disabled, .btn-outline-mrt-bluedark:disabled {
  color: 333a4c;
  background-color: transparent;
}

.btn-outline-mrt-bluedark:not(:disabled):not(.disabled):active, .btn-outline-mrt-bluedark:not(:disabled):not(.disabled).active, .show > .btn-outline-mrt-bluedark.dropdown-toggle {
  color: #fff;
  background-color: 333a4c;
  border-color: 333a4c;
}

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

.list-group-item-mrt-bluedark {
  color: #282d3c;
  background-color: #8792ae;
}

.list-group-item-mrt-bluedark.list-group-item-action:hover, .list-group-item-mrt-bluedark.list-group-item-action:focus {
  color: #282d3c;
  background-color: #7884a4;
}

.list-group-item-mrt-bluedark.list-group-item-action.active {
  color: #fff;
  background-color: #282d3c;
  border-color: #282d3c;
}

.table-mrt-bluedark,
.table-mrt-bluedark > th,
.table-mrt-bluedark > td {
  background-color: #8792ae;
}

.table-hover .table-mrt-bluedark:hover {
  background-color: #7884a4;
}

.table-hover .table-mrt-bluedark:hover > td,
.table-hover .table-mrt-bluedark:hover > th {
  background-color: #7884a4;
}

.text-mrt-bluedark {
  color: 333a4c !important;
}

a.text-mrt-bluedark:hover, a.text-mrt-bluedark:focus {
  color: #1e222d !important;
}



/*------------------------------------
- COLOR mrt-browndark
------------------------------------*/
.alert-mrt-browndark {
  color: #3a1c1a;
  background-color: #c17771;
  border-color: #bb6962;
}

.alert-mrt-browndark hr {
  border-top-color: #b45851;
}

.alert-mrt-browndark .alert-link {
  color: #3a1c1a;
}

.badge-mrt-browndark {
  color: #fff;
  background-color: 48221f;
}

.badge-mrt-browndark[href]:hover, .badge-mrt-browndark[href]:focus {
  color: #fff;
  background-color: #24110f;
}

.bg-mrt-browndark {
  background-color: 48221f !important;
}

a.bg-mrt-browndark:hover, a.bg-mrt-browndark:focus,
button.bg-mrt-browndark:hover,
button.bg-mrt-browndark:focus {
  background-color: #24110f !important;
}

.border-mrt-browndark {
  border-color: 48221f !important;
}

.btn-mrt-browndark {
  color: #fff;
  background-color: 48221f;
  border-color: 48221f;
}

.btn-mrt-browndark:hover {
  color: #fff;
  background-color: #2f1614;
  border-color: #24110f;
}

.btn-mrt-browndark:focus, .btn-mrt-browndark.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 34, 31, 0.5);
}

.btn-mrt-browndark.disabled, .btn-mrt-browndark:disabled {
  color: #fff;
  background-color: 48221f;
  border-color: 48221f;
}

.btn-mrt-browndark:not(:disabled):not(.disabled):active, .btn-mrt-browndark:not(:disabled):not(.disabled).active, .show > .btn-mrt-browndark.dropdown-toggle {
  color: #fff;
  background-color: #24110f;
  border-color: #190c0b;
}

.btn-mrt-browndark:not(:disabled):not(.disabled):active:focus, .btn-mrt-browndark:not(:disabled):not(.disabled).active:focus, .show > .btn-mrt-browndark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 34, 31, 0.5);
}

.btn-outline-mrt-browndark {
  color: 48221f;
  background-color: transparent;
  border-color: 48221f;
}

.btn-outline-mrt-browndark:hover {
  color: #fff;
  background-color: 48221f;
  border-color: 48221f;
}

.btn-outline-mrt-browndark:focus, .btn-outline-mrt-browndark.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 34, 31, 0.5);
}

.btn-outline-mrt-browndark.disabled, .btn-outline-mrt-browndark:disabled {
  color: 48221f;
  background-color: transparent;
}

.btn-outline-mrt-browndark:not(:disabled):not(.disabled):active, .btn-outline-mrt-browndark:not(:disabled):not(.disabled).active, .show > .btn-outline-mrt-browndark.dropdown-toggle {
  color: #fff;
  background-color: 48221f;
  border-color: 48221f;
}

.btn-outline-mrt-browndark:not(:disabled):not(.disabled):active:focus, .btn-outline-mrt-browndark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-mrt-browndark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 34, 31, 0.5);
}

.list-group-item-mrt-browndark {
  color: #3a1c1a;
  background-color: #bb6962;
}

.list-group-item-mrt-browndark.list-group-item-action:hover, .list-group-item-mrt-browndark.list-group-item-action:focus {
  color: #3a1c1a;
  background-color: #b45851;
}

.list-group-item-mrt-browndark.list-group-item-action.active {
  color: #fff;
  background-color: #3a1c1a;
  border-color: #3a1c1a;
}

.table-mrt-browndark,
.table-mrt-browndark > th,
.table-mrt-browndark > td {
  background-color: #bb6962;
}

.table-hover .table-mrt-browndark:hover {
  background-color: #b45851;
}

.table-hover .table-mrt-browndark:hover > td,
.table-hover .table-mrt-browndark:hover > th {
  background-color: #b45851;
}

.text-mrt-browndark {
  color: 48221f !important;
}

a.text-mrt-browndark:hover, a.text-mrt-browndark:focus {
  color: #24110f !important;
}



/*------------------------------------
- COLOR mrt-brown
------------------------------------*/
.alert-mrt-brown {
  color: #4f372a;
  background-color: #c3a08e;
  border-color: #bc9480;
}

.alert-mrt-brown hr {
  border-top-color: #b4866f;
}

.alert-mrt-brown .alert-link {
  color: #4f372a;
}

.badge-mrt-brown {
  color: #fff;
  background-color: 583c2e;
}

.badge-mrt-brown[href]:hover, .badge-mrt-brown[href]:focus {
  color: #fff;
  background-color: #36251c;
}

.bg-mrt-brown {
  background-color: 583c2e !important;
}

a.bg-mrt-brown:hover, a.bg-mrt-brown:focus,
button.bg-mrt-brown:hover,
button.bg-mrt-brown:focus {
  background-color: #36251c !important;
}

.border-mrt-brown {
  border-color: 583c2e !important;
}

.btn-mrt-brown {
  color: #fff;
  background-color: 583c2e;
  border-color: 583c2e;
}

.btn-mrt-brown:hover {
  color: #fff;
  background-color: #402c21;
  border-color: #36251c;
}

.btn-mrt-brown:focus, .btn-mrt-brown.focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 60, 46, 0.5);
}

.btn-mrt-brown.disabled, .btn-mrt-brown:disabled {
  color: #fff;
  background-color: 583c2e;
  border-color: 583c2e;
}

.btn-mrt-brown:not(:disabled):not(.disabled):active, .btn-mrt-brown:not(:disabled):not(.disabled).active, .show > .btn-mrt-brown.dropdown-toggle {
  color: #fff;
  background-color: #36251c;
  border-color: #2c1e17;
}

.btn-mrt-brown:not(:disabled):not(.disabled):active:focus, .btn-mrt-brown:not(:disabled):not(.disabled).active:focus, .show > .btn-mrt-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 60, 46, 0.5);
}

.btn-outline-mrt-brown {
  color: 583c2e;
  background-color: transparent;
  border-color: 583c2e;
}

.btn-outline-mrt-brown:hover {
  color: #fff;
  background-color: 583c2e;
  border-color: 583c2e;
}

.btn-outline-mrt-brown:focus, .btn-outline-mrt-brown.focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 60, 46, 0.5);
}

.btn-outline-mrt-brown.disabled, .btn-outline-mrt-brown:disabled {
  color: 583c2e;
  background-color: transparent;
}

.btn-outline-mrt-brown:not(:disabled):not(.disabled):active, .btn-outline-mrt-brown:not(:disabled):not(.disabled).active, .show > .btn-outline-mrt-brown.dropdown-toggle {
  color: #fff;
  background-color: 583c2e;
  border-color: 583c2e;
}

.btn-outline-mrt-brown:not(:disabled):not(.disabled):active:focus, .btn-outline-mrt-brown:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-mrt-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 60, 46, 0.5);
}

.list-group-item-mrt-brown {
  color: #4f372a;
  background-color: #bc9480;
}

.list-group-item-mrt-brown.list-group-item-action:hover, .list-group-item-mrt-brown.list-group-item-action:focus {
  color: #4f372a;
  background-color: #b4866f;
}

.list-group-item-mrt-brown.list-group-item-action.active {
  color: #fff;
  background-color: #4f372a;
  border-color: #4f372a;
}

.table-mrt-brown,
.table-mrt-brown > th,
.table-mrt-brown > td {
  background-color: #bc9480;
}

.table-hover .table-mrt-brown:hover {
  background-color: #b4866f;
}

.table-hover .table-mrt-brown:hover > td,
.table-hover .table-mrt-brown:hover > th {
  background-color: #b4866f;
}

.text-mrt-brown {
  color: 583c2e !important;
}

a.text-mrt-brown:hover, a.text-mrt-brown:focus {
  color: #36251c !important;
}



/*------------------------------------
- COLOR mrt-ice
------------------------------------*/
.alert-mrt-ice {
  color: #627480;
  background-color: #11711311;
  border-color: #10b10910;
}

.alert-mrt-ice hr {
  border-top-color: #fdfdfd;
}

.alert-mrt-ice .alert-link {
  color: #4c5a63;
}

.badge-mrt-ice {
  color: #212529;
  background-color: a4b1b9;
}

.badge-mrt-ice[href]:hover, .badge-mrt-ice[href]:focus {
  color: #212529;
  background-color: #8798a2;
}

.bg-mrt-ice {
  background-color: a4b1b9 !important;
}

a.bg-mrt-ice:hover, a.bg-mrt-ice:focus,
button.bg-mrt-ice:hover,
button.bg-mrt-ice:focus {
  background-color: #8798a2 !important;
}

.border-mrt-ice {
  border-color: a4b1b9 !important;
}

.btn-mrt-ice {
  color: #212529;
  background-color: a4b1b9;
  border-color: a4b1b9;
}

.btn-mrt-ice:hover {
  color: #212529;
  background-color: #8f9fa9;
  border-color: #8798a2;
}

.btn-mrt-ice:focus, .btn-mrt-ice.focus {
  box-shadow: 0 0 0 0.2rem rgba(164, 177, 185, 0.5);
}

.btn-mrt-ice.disabled, .btn-mrt-ice:disabled {
  color: #212529;
  background-color: a4b1b9;
  border-color: a4b1b9;
}

.btn-mrt-ice:not(:disabled):not(.disabled):active, .btn-mrt-ice:not(:disabled):not(.disabled).active, .show > .btn-mrt-ice.dropdown-toggle {
  color: #212529;
  background-color: #8798a2;
  border-color: #7e909c;
}

.btn-mrt-ice:not(:disabled):not(.disabled):active:focus, .btn-mrt-ice:not(:disabled):not(.disabled).active:focus, .show > .btn-mrt-ice.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(164, 177, 185, 0.5);
}

.btn-outline-mrt-ice {
  color: a4b1b9;
  background-color: transparent;
  border-color: a4b1b9;
}

.btn-outline-mrt-ice:hover {
  color: #212529;
  background-color: a4b1b9;
  border-color: a4b1b9;
}

.btn-outline-mrt-ice:focus, .btn-outline-mrt-ice.focus {
  box-shadow: 0 0 0 0.2rem rgba(164, 177, 185, 0.5);
}

.btn-outline-mrt-ice.disabled, .btn-outline-mrt-ice:disabled {
  color: a4b1b9;
  background-color: transparent;
}

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

.btn-outline-mrt-ice:not(:disabled):not(.disabled):active:focus, .btn-outline-mrt-ice:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-mrt-ice.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(164, 177, 185, 0.5);
}

.list-group-item-mrt-ice {
  color: #627480;
  background-color: #10b10910;
}

.list-group-item-mrt-ice.list-group-item-action:hover, .list-group-item-mrt-ice.list-group-item-action:focus {
  color: #627480;
  background-color: #fdfdfd;
}

.list-group-item-mrt-ice.list-group-item-action.active {
  color: #212529;
  background-color: #627480;
  border-color: #627480;
}

.table-mrt-ice,
.table-mrt-ice > th,
.table-mrt-ice > td {
  background-color: #10b10910;
}

.table-hover .table-mrt-ice:hover {
  background-color: #fdfdfd;
}

.table-hover .table-mrt-ice:hover > td,
.table-hover .table-mrt-ice:hover > th {
  background-color: #fdfdfd;
}

.text-mrt-ice {
  color: a4b1b9 !important;
}

a.text-mrt-ice:hover, a.text-mrt-ice:focus {
  color: #8798a2 !important;
}



/*------------------------------------
- COLOR mrt-gold
------------------------------------*/
.alert-mrt-gold {
  color: #2b2116;
  background-color: #d6c4b2;
  border-color: #cfbaa4;
}

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

.alert-mrt-gold .alert-link {
  color: #0a0705;
}

.badge-mrt-gold {
  color: #fff;
  background-color: 7c5f41;
}

.badge-mrt-gold[href]:hover, .badge-mrt-gold[href]:focus {
  color: #fff;
  background-color: #5a452f;
}

.bg-mrt-gold {
  background-color: 7c5f41 !important;
}

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

.border-mrt-gold {
  border-color: 7c5f41 !important;
}

.btn-mrt-gold {
  color: #fff;
  background-color: 7c5f41;
  border-color: 7c5f41;
}

.btn-mrt-gold:hover {
  color: #fff;
  background-color: #644d34;
  border-color: #5a452f;
}

.btn-mrt-gold:focus, .btn-mrt-gold.focus {
  box-shadow: 0 0 0 0.2rem rgba(124, 95, 65, 0.5);
}

.btn-mrt-gold.disabled, .btn-mrt-gold:disabled {
  color: #fff;
  background-color: 7c5f41;
  border-color: 7c5f41;
}

.btn-mrt-gold:not(:disabled):not(.disabled):active, .btn-mrt-gold:not(:disabled):not(.disabled).active, .show > .btn-mrt-gold.dropdown-toggle {
  color: #fff;
  background-color: #5a452f;
  border-color: #503d2a;
}

.btn-mrt-gold:not(:disabled):not(.disabled):active:focus, .btn-mrt-gold:not(:disabled):not(.disabled).active:focus, .show > .btn-mrt-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(124, 95, 65, 0.5);
}

.btn-outline-mrt-gold {
  color: 7c5f41;
  background-color: transparent;
  border-color: 7c5f41;
}

.btn-outline-mrt-gold:hover {
  color: #fff;
  background-color: 7c5f41;
  border-color: 7c5f41;
}

.btn-outline-mrt-gold:focus, .btn-outline-mrt-gold.focus {
  box-shadow: 0 0 0 0.2rem rgba(124, 95, 65, 0.5);
}

.btn-outline-mrt-gold.disabled, .btn-outline-mrt-gold:disabled {
  color: 7c5f41;
  background-color: transparent;
}

.btn-outline-mrt-gold:not(:disabled):not(.disabled):active, .btn-outline-mrt-gold:not(:disabled):not(.disabled).active, .show > .btn-outline-mrt-gold.dropdown-toggle {
  color: #fff;
  background-color: 7c5f41;
  border-color: 7c5f41;
}

.btn-outline-mrt-gold:not(:disabled):not(.disabled):active:focus, .btn-outline-mrt-gold:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-mrt-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(124, 95, 65, 0.5);
}

.list-group-item-mrt-gold {
  color: #2b2116;
  background-color: #cfbaa4;
}

.list-group-item-mrt-gold.list-group-item-action:hover, .list-group-item-mrt-gold.list-group-item-action:focus {
  color: #2b2116;
  background-color: #c6ad94;
}

.list-group-item-mrt-gold.list-group-item-action.active {
  color: #fff;
  background-color: #2b2116;
  border-color: #2b2116;
}

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

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

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

.text-mrt-gold {
  color: 7c5f41 !important;
}

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


