﻿
/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #000000;
    background-color: #20beff;
    border-color: #0bb8ff;
}

    .alert-primary hr {
        border-top-color: #00abf1;
    }

    .alert-primary .alert-link {
        color: #000000;
    }

.badge-primary {
    color: #fff;
    background-color: #003b53;
}

    .badge-primary[href]:hover, .badge-primary[href]:focus {
        color: #fff;
        background-color: #001620;
    }

.bg-primary {
    background-color: #003b53 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #001620 !important;
}

.border-primary {
    border-color: #003b53 !important;
}

.btn-primary {
    color: #fff;
    background-color: #003b53;
    border-color: #003b53;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #002E46;
        border-color: #001620;
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 59, 83, 0.5);
        background-color: #003b53;
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #003b53;
        border-color: #003b53;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #002E46;
    }

        .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(0, 59, 83, 0.5);
        }

.btn-outline-primary {
    color: #003b53;
    background-color: transparent;
    border-color: #003b53;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #003b53;
        border-color: #003b53;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 59, 83, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #003b53;
        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: #003b53;
        border-color: #003b53;
    }

        .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(0, 59, 83, 0.5);
        }

.list-group-item-primary {
    color: #000000;
    background-color: #0bb8ff;
}

    .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
        color: #000000;
        background-color: #00abf1;
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #000000;
        border-color: #000000;
    }

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #0bb8ff;
}

.table-hover .table-primary:hover {
    background-color: #00abf1;
}

    .table-hover .table-primary:hover > td,
    .table-hover .table-primary:hover > th {
        background-color: #00abf1;
    }

.text-primary {
    color: #003b53 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #001620 !important;
}

.text-primary-disabled {
    color: #99aab0;
}

/*------------------------------------
- COLOR secondary
------------------------------------*/
.alert-secondary {
    color: #b75b00;
    background-color: #ffffff;
    border-color: #fff4ea;
}

    .alert-secondary hr {
        border-top-color: #ffe8d1;
    }

    .alert-secondary .alert-link {
        color: #844200;
    }

.badge-secondary {
    color: #212529;
    background-color: #ff9933;
}

    .badge-secondary[href]:hover, .badge-secondary[href]:focus {
        color: #212529;
        background-color: #ff7f00;
    }

.bg-secondary {
    background-color: #ff9933 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #ff7f00 !important;
}

.border-secondary {
    border-color: #ff9933 !important;
}

.btn-secondary {
    color: #212529;
    background-color: #ff9933;
    border-color: #ff9933;
}

    .btn-secondary:hover {
        color: #212529;
        background-color: #ff870f;
        border-color: #ff7f00;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 153, 51, 0.5);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #212529;
        background-color: #ff9933;
        border-color: #ff9933;
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
        color: #212529;
        background-color: #ff7f00;
        border-color: #ef7700;
    }

        .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(255, 153, 51, 0.5);
        }

.btn-outline-secondary {
    color: #ff9933;
    background-color: transparent;
    border-color: #ff9933;
}

    .btn-outline-secondary:hover {
        color: #212529;
        background-color: #ff9933;
        border-color: #ff9933;
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 153, 51, 0.5);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #ff9933;
        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: #212529;
        background-color: #ff9933;
        border-color: #ff9933;
    }

        .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(255, 153, 51, 0.5);
        }

.list-group-item-secondary {
    color: #b75b00;
    background-color: #fff4ea;
}

    .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
        color: #b75b00;
        background-color: #ffe8d1;
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #212529;
        background-color: #b75b00;
        border-color: #b75b00;
    }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #fff4ea;
}

.table-hover .table-secondary:hover {
    background-color: #ffe8d1;
}

    .table-hover .table-secondary:hover > td,
    .table-hover .table-secondary:hover > th {
        background-color: #ffe8d1;
    }

.text-secondary {
    color: #ff9933 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #ff7f00 !important;
}


/*------------------------------------
- COLOR success
------------------------------------*/
.alert-success {
    color: #39089a;
    background-color: #f2ecfd;
    border-color: #e4d8fc;
}

    .alert-success hr {
        border-top-color: #d4c0fb;
    }

    .alert-success .alert-link {
        color: #27066a;
    }

.badge-success {
    color: #fff;
    background-color: #6e2bf3;
}

    .badge-success[href]:hover, .badge-success[href]:focus {
        color: #fff;
        background-color: #520cde;
    }

.bg-success {
    background-color: #6e2bf3 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #520cde !important;
}

.border-success {
    border-color: #6e2bf3 !important;
}

.btn-success {
    color: #fff;
    background-color: #6e2bf3;
    border-color: #6e2bf3;
}

    .btn-success:hover {
        color: #fff;
        background-color: #580dec;
        border-color: #520cde;
    }

    .btn-success:focus, .btn-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(110, 43, 243, 0.5);
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #6e2bf3;
        border-color: #6e2bf3;
    }

    .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #520cde;
        border-color: #4d0bcf;
    }

        .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(110, 43, 243, 0.5);
        }

.btn-outline-success {
    color: #6e2bf3;
    background-color: transparent;
    border-color: #6e2bf3;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #6e2bf3;
        border-color: #6e2bf3;
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(110, 43, 243, 0.5);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #6e2bf3;
        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: #6e2bf3;
        border-color: #6e2bf3;
    }

        .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(110, 43, 243, 0.5);
        }

.list-group-item-success {
    color: #39089a;
    background-color: #e4d8fc;
}

    .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
        color: #39089a;
        background-color: #d4c0fb;
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #39089a;
        border-color: #39089a;
    }

.table-success,
.table-success > th,
.table-success > td {
    background-color: #e4d8fc;
}

.table-hover .table-success:hover {
    background-color: #d4c0fb;
}

    .table-hover .table-success:hover > td,
    .table-hover .table-success:hover > th {
        background-color: #d4c0fb;
    }

.text-success {
    color: #6e2bf3 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #520cde !important;
}

.text-success-disabled {
    color: #b69aed;
}

/*------------------------------------
- COLOR info
------------------------------------*/
.alert-info {
    color: #8650f5;
    background-color: #D7C5FC;
    border-color: #D7C5FC;
}

    .alert-info hr {
        border-top-color: #D7C5FC;
    }

    .alert-info .alert-link {
        color: #6520f3;
    }

.badge-info {
    color: #212529;
    background-color: #D7C5FC;
}

    .badge-info[href]:hover, .badge-info[href]:focus {
        color: #212529;
        background-color: #b594f9;
    }

.bg-info {
    background-color: #D7C5FC !important;
}

.bg-info-opacity {
    background-color: #D7C5FC70 !important;
}


a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #b594f9 !important;
}

.border-info {
    border-color: #D7C5FC !important;
}

.btn-info {
    color: #212529;
    background-color: #D7C5FC;
    border-color: #D7C5FC;
}

    .btn-info:hover {
        color: #212529;
        background-color: #bfa3fa;
        border-color: #b594f9;
    }

    .btn-info:focus, .btn-info.focus {
        box-shadow: 0 0 0 0.2rem rgba(215, 197, 252, 0.5);
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #212529;
        background-color: #D7C5FC;
        border-color: #D7C5FC;
    }

    .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
        color: #212529;
        background-color: #b594f9;
        border-color: #ab85f8;
    }

        .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 0.2rem rgba(215, 197, 252, 0.5);
        }

.btn-outline-info {
    color: #D7C5FC;
    background-color: transparent;
    border-color: #D7C5FC;
}

    .btn-outline-info:hover {
        color: #212529;
        background-color: #D7C5FC;
        border-color: #D7C5FC;
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        box-shadow: 0 0 0 0.2rem rgba(215, 197, 252, 0.5);
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #D7C5FC;
        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: #212529;
        background-color: #D7C5FC;
        border-color: #D7C5FC;
    }

        .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 0.2rem rgba(215, 197, 252, 0.5);
        }

.list-group-item-info {
    color: #8650f5;
    background-color: #D7C5FC;
}

    .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
        color: #8650f5;
        background-color: #D7C5FC;
    }

    .list-group-item-info.list-group-item-action.active {
        color: #212529;
        background-color: #8650f5;
        border-color: #8650f5;
    }

.table-info,
.table-info > th,
.table-info > td {
    background-color: #D7C5FC;
}

.table-hover .table-info:hover {
    background-color: #D7C5FC;
}

    .table-hover .table-info:hover > td,
    .table-hover .table-info:hover > th {
        background-color: #D7C5FC;
    }

.text-info {
    color: #D7C5FC !important;
}

a.text-info:hover, a.text-info:focus {
    color: #b594f9 !important;
}


/*------------------------------------
- COLOR warning
------------------------------------*/
.alert-warning {
    color: #b44429;
    background-color: #E08D79;
    border-color: #E08D79;
}

    .alert-warning hr {
        border-top-color: #fdfaf9;
    }

    .alert-warning .alert-link {
        color: #8b3520;
    }

.badge-warning {
    color: #212529;
    background-color: #E08D79;
}

    .badge-warning[href]:hover, .badge-warning[href]:focus {
        color: #212529;
        background-color: #d6694f;
    }

.bg-warning {
    background-color: #E08D79 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d6694f !important;
}

.border-warning {
    border-color: #E08D79 !important;
}

.btn-warning {
    color: #212529;
    background-color: #E08D79;
    border-color: #E08D79;
}

    .btn-warning:hover {
        color: #212529;
        background-color: #d9745c;
        border-color: #d6694f;
    }

    .btn-warning:focus, .btn-warning.focus {
        box-shadow: 0 0 0 0.2rem rgba(224, 141, 121, 0.5);
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #212529;
        background-color: #E08D79;
        border-color: #E08D79;
    }

    .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
        color: #212529;
        background-color: #d6694f;
        border-color: #d35f43;
    }

        .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 0.2rem rgba(224, 141, 121, 0.5);
        }

.btn-outline-warning {
    color: #E08D79;
    background-color: transparent;
    border-color: #E08D79;
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #E08D79;
        border-color: #E08D79;
    }

    .btn-outline-warning:focus, .btn-outline-warning.focus {
        box-shadow: 0 0 0 0.2rem rgba(224, 141, 121, 0.5);
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #E08D79;
        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: #E08D79;
        border-color: #E08D79;
    }

        .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 0.2rem rgba(224, 141, 121, 0.5);
        }

.list-group-item-warning {
    color: #b44429;
    background-color: #E08D79;
}

    .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
        color: #b44429;
        background-color: #fdfaf9;
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #212529;
        background-color: #b44429;
        border-color: #b44429;
    }

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #E08D79;
}

.table-hover .table-warning:hover {
    background-color: #fdfaf9;
}

    .table-hover .table-warning:hover > td,
    .table-hover .table-warning:hover > th {
        background-color: #fdfaf9;
    }

.text-warning {
    color: #E08D79 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #d6694f !important;
}


/*------------------------------------
- COLOR danger
------------------------------------*/
.alert-danger {
    color: #701b0b;
    background-color: #f9d0c8;
    border-color: #f7c0b5;
}

    .alert-danger hr {
        border-top-color: #f5ac9e;
    }

    .alert-danger .alert-link {
        color: #420f06;
    }

.badge-danger {
    color: #fff;
    background-color: #E03616;
}

    .badge-danger[href]:hover, .badge-danger[href]:focus {
        color: #fff;
        background-color: #b12a11;
    }

.bg-danger {
    background-color: #E03616 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #b12a11 !important;
}

.border-danger {
    border-color: #E03616 !important;
}

.btn-danger {
    color: #fff;
    background-color: #E03616;
    border-color: #E03616;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #bf2e12;
        border-color: #b12a11;
    }

    .btn-danger:focus, .btn-danger.focus {
        box-shadow: 0 0 0 0.2rem rgba(224, 54, 22, 0.5);
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #E03616;
        border-color: #E03616;
    }

    .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #b12a11;
        border-color: #a32710;
    }

        .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(224, 54, 22, 0.5);
        }

.btn-outline-danger {
    color: #E03616;
    background-color: transparent;
    border-color: #E03616;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #E03616;
        border-color: #E03616;
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        box-shadow: 0 0 0 0.2rem rgba(224, 54, 22, 0.5);
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #E03616;
        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: #E03616;
        border-color: #E03616;
    }

        .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(224, 54, 22, 0.5);
        }

.list-group-item-danger {
    color: #701b0b;
    background-color: #f7c0b5;
}

    .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
        color: #701b0b;
        background-color: #f5ac9e;
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #701b0b;
        border-color: #701b0b;
    }

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f7c0b5;
}

.table-hover .table-danger:hover {
    background-color: #f5ac9e;
}

    .table-hover .table-danger:hover > td,
    .table-hover .table-danger:hover > th {
        background-color: #f5ac9e;
    }

.text-danger {
    color: #E03616 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #b12a11 !important;
}


/*------------------------------------
- COLOR culture
------------------------------------*/
.alert-culture {
    color: #c1c1ad;
    background-color: #F6F6F3;
    border-color: #F6F6F3;
}

    .alert-culture hr {
        border-top-color: #F6F6F3;
    }

    .alert-culture .alert-link {
        color: #abab8f;
    }

.badge-culture {
    color: #212529;
    background-color: #F6F6F3;
}

    .badge-culture[href]:hover, .badge-culture[href]:focus {
        color: #212529;
        background-color: #e0e0d5;
    }

.bg-culture {
    background-color: #F6F6F3 !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-light-grey {
    background-color: #F2F2F2 !important;
}

.border-light-grey {
    border-color: rgba(0,0,0,.1) !important;
}

.bg-culture-dark {
    background-color: #e6e6de !important;
}

a.bg-culture:hover, a.bg-culture:focus,
button.bg-culture:hover,
button.bg-culture:focus {
    background-color: #e0e0d5 !important;
}

.border-culture {
    border-color: #F6F6F3 !important;
}

.btn-culture {
    color: #212529;
    background-color: #F6F6F3;
    border-color: #F6F6F3;
}

    .btn-culture:hover {
        color: #212529;
        background-color: #e6e6de;
        border-color: #e0e0d5;
    }

    .btn-culture:focus, .btn-culture.focus {
        box-shadow: 0 0 0 0.2rem rgba(246, 246, 243, 0.5);
    }

    .btn-culture.disabled, .btn-culture:disabled {
        color: #212529;
        background-color: #F6F6F3;
        border-color: #F6F6F3;
    }

    .btn-culture:not(:disabled):not(.disabled):active, .btn-culture:not(:disabled):not(.disabled).active, .show > .btn-culture.dropdown-toggle {
        color: #212529;
        background-color: #e0e0d5;
        border-color: #d9d9cd;
    }

        .btn-culture:not(:disabled):not(.disabled):active:focus, .btn-culture:not(:disabled):not(.disabled).active:focus, .show > .btn-culture.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(246, 246, 243, 0.5);
        }

.btn-outline-culture {
    color: #F6F6F3;
    background-color: transparent;
    border-color: #F6F6F3;
}

    .btn-outline-culture:hover {
        color: #212529;
        background-color: #F6F6F3;
        border-color: #F6F6F3;
    }

    .btn-outline-culture:focus, .btn-outline-culture.focus {
        box-shadow: 0 0 0 0.2rem rgba(246, 246, 243, 0.5);
    }

    .btn-outline-culture.disabled, .btn-outline-culture:disabled {
        color: #F6F6F3;
        background-color: transparent;
    }

    .btn-outline-culture:not(:disabled):not(.disabled):active, .btn-outline-culture:not(:disabled):not(.disabled).active, .show > .btn-outline-culture.dropdown-toggle {
        color: #212529;
        background-color: #F6F6F3;
        border-color: #F6F6F3;
    }

        .btn-outline-culture:not(:disabled):not(.disabled):active:focus, .btn-outline-culture:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-culture.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(246, 246, 243, 0.5);
        }

.list-group-item-culture {
    color: #c1c1ad;
    background-color: #F6F6F3;
}

    .list-group-item-culture.list-group-item-action:hover, .list-group-item-culture.list-group-item-action:focus {
        color: #c1c1ad;
        background-color: #F6F6F3;
    }

    .list-group-item-culture.list-group-item-action.active {
        color: #212529;
        background-color: #c1c1ad;
        border-color: #c1c1ad;
    }

.table-culture,
.table-culture > th,
.table-culture > td {
    background-color: #F6F6F3;
}

.table-hover .table-culture:hover {
    background-color: #F6F6F3;
}

    .table-hover .table-culture:hover > td,
    .table-hover .table-culture:hover > th {
        background-color: #F6F6F3;
    }

.text-culture {
    color: #F6F6F3 !important;
}

a.text-culture:hover, a.text-culture:focus {
    color: #e0e0d5 !important;
}

.form-control:focus {
    border-color: #FFB34D;
    box-shadow: 0 0 0 0.1rem #FFB34D;
}
.badge-warning-2 {
    color: #212529;
    background-color: #ffc107;
}

.badge-success-2 {
    color: #ffffff;
    background-color: #28a745;
}

.badge-primary-2 {
    color: #ffffff;
    background-color: #007bff;
}
.bg-primary-opacity {
    background-color: #003B53B5 !important;
}
.bg-success-opacity {
    background-color: #6e2bf395 !important;
}
.text-disabled {
    color: #42424290 !important;
}