﻿a {
    color: #ab0033;
}

.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;
}

.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-third {
    color: #fff;
    background-color: #afb2b4 !important;
    border-color: #afb2b4 !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;
}