body.contraste {
    background-color: #000000;
    color: #ffffff;
}

body.contraste .content-wrapper {
    background-color: #000000;
    color: #ffffff;
}

body.contraste .container {
    background-color: #000000;
    color: #ffffff;
}

body.contraste .main-header {
    background-color: #000000;
    color: #ffffff;
}

body.contraste .nav-link {
    color: #FFFF00 !important;
}

body.contraste .input-group-text {
    background-color: #000000;
    color: #ffffff;
}

body.contraste .form-control {
    background-color: #000000 !important;
    color: #ffffff;
    border-color: #ffffff;
}

body.contraste a.text-primary {
    color: #ffff00 !important;
}

body.contraste .card {
    background-color: #000000;
    border: 1px solid #ffffff;
}

body.contraste .text-primary {
    color: #ffff00 !important;
}

body.contraste .card-footer {
    background-color: #000000 !important;
}

body.contraste .bg-darkgray {
    background-color: #000000 !important;
}

body.contraste .ui-button-primary {
    background-color: #ffff00;
    color: #000000;
}

body.contraste .btn.btn-primary {
    background-color: #ffff00;
    color: #000000;
    border-color: #ffff00;
}

body.contraste .text-white {
    color: #000000 !important;
}

body.contraste a {
    color: #ffff00;
}

body.contraste .sidebar {
    background-color: #000000;
}

body.contraste .nav-header {
    color: #ffffff;
}

body.contraste .control-sidebar {
    background-color: #000000 !important;
}