
/* BASE */
body.alto-contraste {
    background: #000000 !important;
    color: #ffff00  !important;
}

body.alto-contraste header{
    background: #000000 !important;
    color: #ffff00  !important;
}

body.alto-contraste div.hero-section-inicio{
    background: #000000 !important;
    color: #ffff00  !important;
}

body.alto-contraste footer{
    background: #111111 !important;
    color: #ffff00  !important;
    border-color: #ffff00 !important;
}

body.alto-contraste div.hero-section{
    background: #000000 !important;
    color: #ffff00  !important;
}

body.alto-contraste ul.nav-menu{
    background: #000000 !important;
    color: #ffff00  !important;
}

body.alto-contraste span.mobile-user-greeting{
    background: #000000 !important;
    color: #ffff00  !important;
}

body.alto-contraste main.container.row.col.card {
    background-color: #ffff00 !important;
    color: #ffff00  !important;
    border-color: #ffff00 !important;
}

body.alto-contraste h1, 
body.alto-contraste h2, 
body.alto-contraste h3, 
body.alto-contraste h4, 
body.alto-contraste h5 {
    color: #ffff00  !important;
}


body.alto-contraste p {
    color: #ffff00  !important;
}


/* Acceder */
body.alto-contraste a{
    color: #ffff00  !important;
    background-color: #000000;
    border-color: #ffff00 !important;
}

body.alto-contraste a:hover,
body.alto-contraste a:focus,
body.alto-contraste a:active{
    color: #ffff00  !important;
    background-color: #000000;
    border-color: #ffff00 !important;
    text-decoration: none !important;   
    --btn-color-mlp: #000000 !important;
}

/* Cerrar session */
body.alto-contraste button {
    color: #ffff00  !important;
    border-color: #ffff00 !important;
    background-color: black !important;
}

body.alto-contraste button:hover,
body.alto-contraste button:focus,
body.alto-contraste button:active {
    background-color: black !important;
    color: #ffff00  !important;
    border-color: #ffff00 !important;
    text-decoration: none !important;

}


/* Aplicaciones habilitadas */
body.alto-contraste a.card {
    background-color: #ffff00 !important;
    color: #ffff00  !important;
    border-color: #ffff00 !important;
    text-decoration: none !important;
}
body.alto-contraste a.card h5 {
    color: black  !important;
}
body.alto-contraste a.card i {
    color: black  !important;
    background-color: #ffff00 !important;
}


/* Crear y Editar*/
body.alto-contraste div.card-header{
    border-color: #ffff00 !important;
    background-color: #111111 !important;
    background: #111111;
}
body.alto-contraste div.card {
    border-color: #ffff00 !important;
    background-color: #111111 !important;
}

body.alto-contraste div.card strong {
    color: #ffff00 !important;
}

body.alto-contraste h2 i {
    color: #ffff00 !important;
}

body.alto-contraste h5 i {
    color:  #ffff00 !important;
}


body.alto-contraste div.card-body{
    border-color: #ffff00 !important;
    color: #ffff00 !important;
    background-color: #000 !important;
}


body.alto-contraste div.card label {
    color: #ffff00  !important;
}


body.alto-contraste div.card.create-info-header {
    border-left: 4px solid #ffff00;
}


body.alto-contraste #toggleWidget {
    color: black  !important;
    border-color: black !important;
    background-color: #ffff00 !important;
}


body.alto-contraste #figura-apoyo-fields div.mt-3{
    color: #ffff00   !important;
    border-color: #ffff00  !important;
    background-color: #111 !important;
}

body.alto-contraste #figura-apoyo-fields div.mt-3 h6{
    color: #ffff00   !important;
}
body.alto-contraste #figura-apoyo-fields div.mt-3 h6 i{
    color: #ffff00   !important;
}

body.alto-contraste #div-asistio-auditoria-container{
    background-color: #111 !important;
    color: #000 !important;
    border-color: #ffff00 !important;
}

body.alto-contraste .card-body .info-label {
    color: #ffff00 !important;
}



/* Ministerios */
body.alto-contraste #card-app-habilitada .card-body{ 
    background-color: #ffff00 !important;
}

body.alto-contraste #card-app-habilitada .card-title,
body.alto-contraste #card-app-habilitada h5 { 
    color: #000 !important; 
    border-color: #000 !important;
}



/**/
body.alto-contraste input {
    color: #ffff00 !important;
    background-color: black !important;
    border-color: #ffff00 !important;
}

body.alto-contraste input::placeholder {
    color: #ffff00 !important;
    opacity: 1 !important;
}

body.alto-contraste span {
    color: #ffff00 !important;
    background-color: black !important;
    border-color: #ffff00 !important;
}
body.alto-contraste select {
    color: #ffff00 !important;
    background-color: black !important;
    border-color: #ffff00 !important;
}
body.alto-contraste textarea {
    color: #ffff00 !important;
    background-color: black !important;
    border-color: #ffff00 !important;
}
body.alto-contraste textarea::placeholder {
    color: #ffff00 !important;
    opacity: 1 !important;
}

body.alto-contraste input[type="checkbox"]:checked {
    accent-color: yellow;
    background-color: black;
    border: 2px solid yellow;
}

body.alto-contraste input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(83%) sepia(95%) saturate(7480%) hue-rotate(1deg) brightness(104%) contrast(107%);
    cursor: pointer;
}

body.alto-contraste input[type="date"] {
    background-color: black;
    color: #ffff00;  
    border: 1px solid #ffff00;
}

body.alto-contraste input[type="date"] {
    appearance: none;
    -moz-appearance: textfield;
}

body.alto-contraste #edad-autocalculada-msg {
    color: #ffff00 !important;
}

body.alto-contraste div.question-text {
    color: #ffff00 !important;
}

body.alto-contraste .records-info{
    color: #ffff00  !important;
    border-color: #ffff00 !important;
}



/* Tabla */
body.alto-contraste table {
    border: 2px solid #ffff00;
    border-collapse: collapse;
    width: 100%;
}

/* Cabecera */
body.alto-contraste thead th {
    background-color: black;
    color: #ffff00;
    border: 1px solid #ffff00;
    padding: 8px;
    text-align: center;
}

/* Filas */
body.alto-contraste tbody td {
    background-color: black;
    color: #ffff00;
    border: 1px solid #ffff00;
    padding: 8px;
}

/* Líneas divisorias amarillas */
body.alto-contraste tbody tr {
    border-bottom: 1px solid #ffff00;
}

/* Hover en fila */
body.alto-contraste tbody tr:hover {
    background-color: #222; /* negro más claro */
}

body.alto-contraste #cards-inicial{
    background-color: #ffff00;
    color: #ffff00;
}


/* Custom Widget*/
body.alto-contraste #custom-widget{
    background-color: #000;
    color: #ffff00;
    border: 3px solid yellow; 
}

body.alto-contraste #custom-widget .custom-widget-header{
    background-color: #ffff00;
    color: #000;
    border-color: #ffff00 !important;
}

body.alto-contraste #guardarPrefs {
    background: #ffff00 !important;
    color: #000 !important;
    border-color: #000 !important;
}

/*Relevamientos*/
body.alto-contraste #id_domicilio_numero_helptext {
    color: #ffff00 !important;
}

/* Intervenciones sociales */
body.alto-contraste .alert-danger {
    background-color: #000 !important;
    color: #ffff00 !important;
    border-color: #ffff00 !important;
} 