﻿a {
    color: #ab0033;
}

.button-a {
    color: #ab0033 !important;
}

    .button-a:hover {
        color: #ff3636 !important;
    }

    .button-a:disabled,
    .button-a.disabled {
        color: #cccccc !important; /* gris claro */
        cursor: not-allowed;
        opacity: 0.6;
    }

.sidebar-wrapper {
    background-color: #ab0033 !important;
}

.bg-primary {
    background-color: #ab0033 !important;
}

.bootstrap-tagsinput .badge {
    background-color: #bc955c !important;
}

.bg-guindo {
    background-color: #ab0033 !important;
}

.bg-secondary {
    background-color: #bc955c !important;
}

.bg-dorado {
    background-color: #bc955c !important;
}

.bg-gris-claro {
    background-color: #D9D9D9 !important;
}

.bg-gris-obscuro {
    background-color: #656262 !important;
    color: white;
}

.page-link {
    color: #bc955c;
}

    .page-link:hover {
        z-index: 2;
        color: #bc955c;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

.bg-gris {
    background-color: #afb2b4 !important;
}

.btn-primary {
    color: #fff;
    background-color: #ab0033 !important;
    border-color: #ab0033 !important;
}

    .btn-primary.aspNetDisabled {
        background-color: #d36a85 !important; /* tono más claro del rojo */
        border-color: #d36a85 !important;
        color: #fff !important;
        opacity: 0.65;
        cursor: not-allowed !important;
        pointer-events: none; /* evita clics */
    }

.border-primary {
    border-color: #ab0033 !important;
}

.bg-light-primary {
    background-color: rgb(171 0 51 / 15%) !important;
}

.border-secondary {
    border-color: #bc955c !important;
}

.bg-light-secondary {
    background-color: rgb(188 149 92 / 15%) !important;
}

.bg-light-third {
    background-color: rgb(175 178 180 / 15%) !important;
}

.btn-secondary {
    color: #fff;
    background-color: #bc955c !important;
    border-color: #bc955c !important;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #d4ae73 !important;
        border-color: #d4ae73 !important;
    }

.btn-third {
    color: #fff;
    background-color: #656262 !important;
    border-color: #656262 !important;
}

    .btn-third:hover {
        color: #fff;
        background-color: #777a76 !important;
        border-color: #777a76 !important;
    }

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #bc955c;
    border-color: #bc955c;
}

.sidebar-wrapper .metismenu .mm-collapse .mm-active > a {
    color: #bc955c;
    text-decoration: none;
    background-color: rgb(255 255 255);
    border-left: 4px solid #bc955c;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}

.sidebar-wrapper .metismenu .mm-active > a {
    color: #bc955c;
    text-decoration: none;
    background-color: transparent;
    border-left: 4px solid #bc955c;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}

.sidebar-wrapper .metismenu a {
    color: white;
}

    .sidebar-wrapper .metismenu a:hover {
        color: #bc955c;
        text-decoration: none;
        background-color: rgb(255 255 255);
        border-left: 4px solid #bc955c;
        box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    }

.sidebar-wrapper .sidebar-header .logo-text {
    font-size: 20px;
    color: #ab0033;
}

.toggle-icon {
    color: #ab0033;
}

/* Estilo de bootstrapmaterialdatepicker  */
.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
    background: #bc955c;
}

.dtp div.dtp-date, .dtp div.dtp-time {
    background: #bc955c;
}

.dtp table.dtp-picker-days tr > td > a.selected {
    background: #bc955c;
}
