﻿/* History style ============*/
.hidden {
    display:none;   
}

.hidden2 {
    visibility:hidden;
}

.bg-orange {
    background-color: blueviolet!important;
}

.btn-orange {
    background-color: blueviolet !important;
    border-color: blueviolet !important;
}

/* Other stuff ============*/

.btn-disabled {
    background-color: #e9ecef;
}

.bg-orange {
    background-color: #ef7d00;
}

.text-orange {
    color: #ef7d00;
}

.border-orange {
    border-color: #ef7d00 !important;
}

.btn-orange {
    color: #FFFFFF;
    background-color: #EF7D00;
    border-color: #EF7D00;
}
    .btn-orange:hover,
    .btn-orange:focus,
    .btn-orange:active,
    .btn-orange.active,
    .open .dropdown-toggle.btn-orange {
        color: #FFFFFF;
        background-color: #ef7d00;
        border-color: #EF7D00;
    }

    .btn-orange:active,
    .btn-orange.active,
    .open .dropdown-toggle.btn-orange {
        background-image: none;
    }

    .btn-orange.disabled,
    .btn-orange[disabled],
    fieldset[disabled] .btn-orange,
    .btn-orange.disabled:hover,
    .btn-orange[disabled]:hover,
    fieldset[disabled] .btn-orange:hover,
    .btn-orange.disabled:focus,
    .btn-orange[disabled]:focus,
    fieldset[disabled] .btn-orange:focus,
    .btn-orange.disabled:active,
    .btn-orange[disabled]:active,
    fieldset[disabled] .btn-orange:active,
    .btn-orange.disabled.active,
    .btn-orange[disabled].active,
    fieldset[disabled] .btn-orange.active {
        background-color: #EF7D00;
        border-color: #EF7D00;
    }

    .btn-orange .badge {
        color: #EF7D00;
        background-color: #FFFFFF;
    }

.imagen-fondo {
    background-image: url("/App_Themes/Tema1/Images/fondo.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.alert-orange {
    color: #FFFFFF;
    background-color: #EF7D00;
    border-color: #EF7D00;
}
