﻿
/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #380505;
    background-color: #f48f8f;
    border-color: #f27c7c;
}

    .alert-primary hr {
        border-top-color: #f06565;
    }

    .alert-primary .alert-link {
        color: #090000;
    }

.badge-primary {
    color: #fff;
    background-color: #a81010;
}

    .badge-primary[href]:hover, .badge-primary[href]:focus {
        color: #fff;
        background-color: #790b0b;
    }

.bg-primary {
    background-color: #a81010 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #790b0b !important;
}
a:hover, a:focus {
    color: #a81010;
    text-decoration: none;
}

.border-primary {
    border-color: #a81010 !important;
}

.btn-primary {
    color: #fff;
    background-color: #a81010;
    border-color: #a81010;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #870c0c;
        border-color: #790b0b;
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(168, 16, 16, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #a81010;
        border-color: #a81010;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #790b0b;
        border-color: #6b0a0a;
    }

        .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(168, 16, 16, 0.5);
        }

.btn-outline-primary {
    color: #a81010;
    background-color: transparent;
    border-color: #a81010;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #a81010;
        border-color: #a81010;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(168, 16, 16, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #a81010;
        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: #a81010;
        border-color: #a81010;
    }

        .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(168, 16, 16, 0.5);
        }

.list-group-item-primary {
    color: #380505;
    background-color: #f27c7c;
}

    .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
        color: #380505;
        background-color: #f06565;
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #380505;
        border-color: #380505;
    }

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #f27c7c;
}

.table-hover .table-primary:hover {
    background-color: #f06565;
}

    .table-hover .table-primary:hover > td,
    .table-hover .table-primary:hover > th {
        background-color: #f06565;
    }

.text-primary {
    color: #a81010 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #790b0b !important;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #a81010;
}
.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
    background-color: #a81010;
    border-color: #a81010;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #a81010;
    border-color: #a81010;
}