.a-item {
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
}

.a-dropdown-right .dropdown-menu {
    right: 0;
    left: auto !important;
}

.btn-group.a-dropdown-right .btn, .btn-group .btn-group .btn {
    border-right: 1px solid #0d658b !important;
    border-radius: 0.25rem !important;
}

.btn-default {
    border: 1px solid #0d658b !important;
    background-color: white;
}

#ayudaflotante {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    z-index: 1000000;
}

    #ayudaflotante #btnAyudaFlotante {
        display: block;
        cursor: pointer;
        width: 60px;
        height: 60px;
        background-image: url(../img/ayudaflotante.png);
    }

        #ayudaflotante #btnAyudaFlotante:hover {
            background-image: url(../img/ayudaflotanteHover.png);
        }

.stepwizard-step button {
    /*border: 2px solid #007bff !important; */ /* Color azul de Bootstrap */
    border-radius: 5px;
}

.stepwizard-step button {
    border-color: var(--primary);
    background-color: #ffffff;
}


    .stepwizard-step button[disabled],
    .stepwizard-step button.disabled {
        opacity: 1 !important;
        filter: alpha(opacity = 100) !important;
        color: #666666 !important;
        border-color: #666666 !important;
        background-color: #ddd;
        pointer-events: none;
    }

.stepwizard-row.small:before {
    background-color: #666666;
}

.borde-rojo {
    border: 2px solid red !important;
}

.input-error {
    border: 2px solid red !important;
    background-color: #ffe6e6 !important;
}

.input-error-checkbox {
    outline: 2px solid red !important;
    box-shadow: 0 0 5px red;
}
