
/*------------------------------------
- COLOR pokeminers
------------------------------------*/
.alert-pokeminers {
    color: #712f03;
    background-color: #fdd7bd;
    border-color: #fccbaa;
}

.alert-pokeminers hr {
    border-top-color: #fbbc91;
}

.alert-pokeminers .alert-link {
    color: #3f1a01;
}

.badge-pokeminers {
    color: #fff;
    background-color: #e86207;
}

.badge-pokeminers[href]:hover, .badge-pokeminers[href]:focus {
    color: #fff;
    background-color: #b64d05;
}

.bg-pokeminers {
    background-color: #e86207 !important;
}

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

.border-pokeminers {
    border-color: #e86207 !important;
}

.btn-pokeminers {
    color: #fff;
    background-color: #e86207;
    border-color: #e86207;
}

.btn-pokeminers:hover {
    color: #fff;
    background-color: #c55305;
    border-color: #b64d05;
}

.btn-pokeminers:focus, .btn-pokeminers.focus {
    box-shadow: 0 0 0 0.2rem rgba(232, 98, 7, 0.5);
}

.btn-pokeminers.disabled, .btn-pokeminers:disabled {
    color: #fff;
    background-color: #e86207;
    border-color: #e86207;
}

.btn-pokeminers:not(:disabled):not(.disabled):active, .btn-pokeminers:not(:disabled):not(.disabled).active, .show > .btn-pokeminers.dropdown-toggle {
    color: #fff;
    background-color: #b64d05;
    border-color: #a74605;
}

.btn-pokeminers:not(:disabled):not(.disabled):active:focus, .btn-pokeminers:not(:disabled):not(.disabled).active:focus, .show > .btn-pokeminers.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(232, 98, 7, 0.5);
}

.btn-outline-pokeminers {
    color: #e86207;
    background-color: transparent;
    border-color: #e86207;
}

.btn-outline-pokeminers:hover {
    color: #fff;
    background-color: #e86207;
    border-color: #e86207;
}

.btn-outline-pokeminers:focus, .btn-outline-pokeminers.focus {
    box-shadow: 0 0 0 0.2rem rgba(232, 98, 7, 0.5);
}

.btn-outline-pokeminers.disabled, .btn-outline-pokeminers:disabled {
    color: #e86207;
    background-color: transparent;
}

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

.btn-outline-pokeminers:not(:disabled):not(.disabled):active:focus, .btn-outline-pokeminers:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-pokeminers.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(232, 98, 7, 0.5);
}

.list-group-item-pokeminers {
    color: #712f03;
    background-color: #fccbaa;
}

.list-group-item-pokeminers.list-group-item-action:hover, .list-group-item-pokeminers.list-group-item-action:focus {
    color: #712f03;
    background-color: #fbbc91;
}

.list-group-item-pokeminers.list-group-item-action.active {
    color: #fff;
    background-color: #712f03;
    border-color: #712f03;
}

.table-pokeminers,
.table-pokeminers > th,
.table-pokeminers > td {
    background-color: #fccbaa;
}

.table-hover .table-pokeminers:hover {
    background-color: #fbbc91;
}

.table-hover .table-pokeminers:hover > td,
.table-hover .table-pokeminers:hover > th {
    background-color: #fbbc91;
}

.text-pokeminers {
    color: #e86207 !important;
}

a.text-pokeminers:hover, a.text-pokeminers:focus {
    color: #b64d05 !important;
}


/*------------------------------------
- COLOR pokeminers-dark
------------------------------------*/
.alert-pokeminers-dark {
    color: #000000;
    background-color: #747474;
    border-color: #696969;
}

.alert-pokeminers-dark hr {
    border-top-color: #5d5d5d;
}

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

.badge-pokeminers-dark {
    color: #fff;
    background-color: #0e0e0e;
}

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

.bg-pokeminers-dark {
    background-color: #0e0e0e !important;
}

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

.border-pokeminers-dark {
    border-color: #0e0e0e !important;
}

.btn-pokeminers-dark {
    color: #fff;
    background-color: #0e0e0e;
    border-color: #0e0e0e;
}

.btn-pokeminers-dark:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

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

.btn-pokeminers-dark.disabled, .btn-pokeminers-dark:disabled {
    color: #fff;
    background-color: #0e0e0e;
    border-color: #0e0e0e;
}

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

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

.btn-outline-pokeminers-dark {
    color: #0e0e0e;
    background-color: transparent;
    border-color: #0e0e0e;
}

.btn-outline-pokeminers-dark:hover {
    color: #fff;
    background-color: #0e0e0e;
    border-color: #0e0e0e;
}

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

.btn-outline-pokeminers-dark.disabled, .btn-outline-pokeminers-dark:disabled {
    color: #0e0e0e;
    background-color: transparent;
}

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

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

.list-group-item-pokeminers-dark {
    color: #000000;
    background-color: #696969;
}

.list-group-item-pokeminers-dark.list-group-item-action:hover, .list-group-item-pokeminers-dark.list-group-item-action:focus {
    color: #000000;
    background-color: #5d5d5d;
}

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

.table-pokeminers-dark,
.table-pokeminers-dark > th,
.table-pokeminers-dark > td {
    background-color: #696969;
}

.table-hover .table-pokeminers-dark:hover {
    background-color: #5d5d5d;
}

.table-hover .table-pokeminers-dark:hover > td,
.table-hover .table-pokeminers-dark:hover > th {
    background-color: #5d5d5d;
}

.text-pokeminers-dark {
    color: #0e0e0e !important;
}

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