/* ALTO CONTRASTE */
.night-mode,
.night-mode nav:not(.light),
.night-mode div:not(.light),
.night-mode li:not(.light),
.night-mode ol:not(.light),
.night-mode header:not(.light),
.night-mode footer:not(.light),
.night-mode section:not(.light),
.night-mode main,
.night-mode aside,
.night-mode article,
.night-mode table:not(.light) {
background: black !important;
color: white !important;
border-color: white !important;
}
.night-mode h1,
.night-mode h2,
.night-mode h3,
.night-mode h4,
.night-mode h5,
.night-mode h6,
.night-mode p,
.night-mode label,
.night-mode strong,
.night-mode em,
.night-mode cite,
.night-mode q,
.night-mode i,
.night-mode b,
.night-mode u,
.night-mode span:not(.badge-light) {
color: white !important;
}
.night-mode a{
color: yellow !important;
}
.night-mode button,
.night-mode input[type=button],
.night-mode input[type=reset],
.night-mode input[type=submit] {
background: #212121 !important;
color: yellow !important;
border: none !important;
}
.night-mode input[type=text],
.night-mode input[type=password],
.night-mode input[type=url],
.night-mode input[type=search],
.night-mode input[type=email],
.night-mode input[type=tel],
.night-mode input[type=date],
.night-mode input[type=month],
.night-mode input[type=week],
.night-mode input[type=datetime],
.night-mode input[type=datetime-local],
.night-mode textarea,
.night-mode input[type=number] {
background: black !important;
border: 1px solid white !important;
color: white !important;
}
.night-mode img.on-contrast-force-gray {
filter: grayscale(100%) contrast(120%);
}
.night-mode img.on-contrast-force-white {
filter: brightness(0) invert(1);
}
/* Estilo especifico */
.night-mode div[id^="item-"],
.night-mode .dropdown-menu.megamenu.active.show{
border: 2px solid white!important;
}
.night-mode div[id^="item-"] a {
color: yellow!important;
}
.night-mode .top-bar{
border-bottom:1px solid white;
}
.night-mode .card-texto h3:after,
.night-mode .cards .card-link:hover .card-texto{
border-color:white;
}
.night-mode a.text-dark:focus,
.night-mode a.text-dark:hover,
.night-mode table td,
.night-mode .text-sea{
color: white!important;
}
.night-mode .bg-light:not(section),
.night-mode .bg-gray-100,
.night-mode .card-header,
.night-mode table thead,
.night-mode #card-ut .card,
.night-mode #card-ut .card > div{
background-color:#212121!important;
}
.night-mode .agente-perfil h5::before,
.night-mode .conteudo-titulo::after{
background-color:white!important;
}
.night-mode .agente-perfil h5::after{
background-color:black!important;
}
.night-mode .left-lines{
border-left:3px solid #4d4e4e;
box-shadow:-1.5px 0 0 0 black,-3.5px 0 0 0 #6a6f6f;
margin-left:4px;
}
.night-mode .nav-pills .nav-link.active,
.night-mode .nav-pills .show>.nav-link,
.night-mode .theme-bg-color {
background-color:#212121!important;
box-shadow:0 -2px 0 0 white!important;
}
.night-mode .badge-light{
color:#242424!important;
}