﻿@charset "utf-8";

/*------------------------------------------------------------------
[High-contrast Stylesheet]

Project: Extension UNED
Version: 1.0
Update:  23/12/19
------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
th,
td,
label,
span tr,
ul,
span {
    background-color: #000 !important;
    color: #fff !important;
}

a,
a:hover {
    background-color: transparent !important;
    color: #fcff3c !important;
}

input,
select,
textarea {
    color: #fff !important;
    border: 1px solid #fff !important;
    background-color: #000 !important;
}

.btn {
    color: #000 !important;
    background-color: #fcff3c !important;
    border: 1px solid white;
}

    .btn i {
        color: #000 !important;
    }

    .btn:hover {
        color: #000 !important;
    }

main,
div,
section,
html,
body,
nav,
table {
    color: #fff;
    background-color: #000 !important;
}

.timeline:before {
    background-color: #fff !important;
}

.modal-dialog {
    border: 0.1px solid white;
}

.modal-header .close {
    padding: 0;
    margin: 0;
}

.bootstrap-select .btn.btn-light div {
    color: #fff;
}

.avatar span {
    background-color: white !important;
    color: black !important;
}

.name-sys {
    border-bottom: 1px solid white;
}

.nav-bar-top {
    border-bottom: 1px solid white;
}

.nav-bar-buttom {
    border-bottom: 1px solid white !important;
}

footer {
    border-top: 1px solid white;
}

.bootstrap-select .btn.dropdown-toggle {
    background-color: #000 !important;
    border: 1px solid white;
}

.bootstrap-select .btn.btn-light div {
    color: white !important;
}

.bootstrap-select .dropdown-menu li .dropdown-item.active,
.bootstrap-select .dropdown-menu li .dropdown-item:active {
    background-color: #fff !important;
    color: #000 !important;
}

.bootstrap-select .dropdown-menu li .dropdown-item.active span,
.bootstrap-select .dropdown-menu li .dropdown-item:active span{
    background-color: #fff !important;
    color: #000 !important;
}