﻿
/*------------------------------------
- COLOR ioorange
------------------------------------*/
.alert-ioorange {
    color: #a35d12;
    background-color: #fefefd;
    border-color: #fcf4ea;
}

    .alert-ioorange hr {
        border-top-color: #fae7d3;
    }

    .alert-ioorange .alert-link {
        color: #75430d;
    }

.badge-ioorange {
    color: #212529;
    background-color: #ea9b46;
}

    .badge-ioorange[href]:hover, .badge-ioorange[href]:focus {
        color: #212529;
        background-color: #e38219;
    }

.bg-ioorange {
    background-color: #ea9b46 !important;
}

a.bg-ioorange:hover, a.bg-ioorange:focus,
button.bg-ioorange:hover,
button.bg-ioorange:focus {
    background-color: #e38219 !important;
}

.border-ioorange {
    border-color: #ea9b46 !important;
}

.btn-ioorange {
    color: #ffffff;
    background-color: #ea9b46;
    border-color: #ea9b46;
}

    .btn-ioorange:hover {
        color: #ffffff;
        background-color: #e68925;
        border-color: #e38219;
    }

    .btn-ioorange:focus, .btn-ioorange.focus {
        box-shadow: 0 0 0 0.2rem rgba(234, 155, 70, 0.5);
    }

    .btn-ioorange.disabled, .btn-ioorange:disabled {
        color: #ffffff;
        background-color: #ea9b46;
        border-color: #ea9b46;
    }

    .btn-ioorange:not(:disabled):not(.disabled):active, .btn-ioorange:not(:disabled):not(.disabled).active, .show > .btn-ioorange.dropdown-toggle {
        color: #ffffff;
        background-color: #e38219;
        border-color: #d57a18;
    }

        .btn-ioorange:not(:disabled):not(.disabled):active:focus, .btn-ioorange:not(:disabled):not(.disabled).active:focus, .show > .btn-ioorange.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(234, 155, 70, 0.5);
        }

.btn-outline-ioorange {
    color: #ea9b46;
    background-color: transparent;
    border-color: #ea9b46;
}

    .btn-outline-ioorange:hover {
        color: #ffffff;
        background-color: #ea9b46;
        border-color: #ea9b46;
    }

    .btn-outline-ioorange:focus, .btn-outline-ioorange.focus {
        box-shadow: 0 0 0 0.2rem rgba(234, 155, 70, 0.5);
    }

    .btn-outline-ioorange.disabled, .btn-outline-ioorange:disabled {
        color: #ea9b46;
        background-color: transparent;
    }

    .btn-outline-ioorange:not(:disabled):not(.disabled):active, .btn-outline-ioorange:not(:disabled):not(.disabled).active, .show > .btn-outline-ioorange.dropdown-toggle {
        color: #ffffff;
        background-color: #ea9b46;
        border-color: #ea9b46;
    }

        .btn-outline-ioorange:not(:disabled):not(.disabled):active:focus, .btn-outline-ioorange:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-ioorange.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(234, 155, 70, 0.5);
        }

.list-group-item-ioorange {
    color: #a35d12;
    background-color: #fcf4ea;
}

    .list-group-item-ioorange.list-group-item-action:hover, .list-group-item-ioorange.list-group-item-action:focus {
        color: #a35d12;
        background-color: #fae7d3;
    }

    .list-group-item-ioorange.list-group-item-action.active {
        color: #212529;
        background-color: #a35d12;
        border-color: #a35d12;
    }

.table-ioorange,
.table-ioorange > th,
.table-ioorange > td {
    background-color: #fcf4ea;
}

.table-hover .table-ioorange:hover {
    background-color: #fae7d3;
}

    .table-hover .table-ioorange:hover > td,
    .table-hover .table-ioorange:hover > th {
        background-color: #fae7d3;
    }

.text-ioorange {
    color: #ea9b46 !important;
}

a.text-ioorange:hover, a.text-ioorange:focus {
    color: #e38219 !important;
}
