/*
 * Kontrast czarno-biały
 */

 body {
  background: black;
  color: white;
}

header#top div.content > div.grid:first-child {
  background: black;
}

.box {
  background: black;
}

.input-area input.btn,
.nawigacjatabeli li a,
.btn,
#login .login-box input[type=submit] {
  color: white !important;
  background: linear-gradient(#252525 0%, #000 100%);
  border: 1px solid white;
}

.btn:hover, .btn.active {
  border-bottom: 1px solid white;
}

.special-box h2 {
  color: #eee;
}

#accessibility .wcagWrapper ul li a {
    border: 1px solid white;
}

.nawigacjatabeli li a:hover,
.sidebar ul li a:hover, 
.sidebar ul li a.active {
  background: none;
  border: 2px solid white;
}

.sidebar ul li a,
.sidebar ul li a.active,
#tresc caption .nawigacjatabeli ul li a span {
  color: white;
}

.decorated-table tbody tr:nth-child(even),
.decorated-table tbody tr:nth-child(odd) {
  background: none;
}

.decorated-table tbody tr:hover td {
  color: white;
}

#accountancy_v1 table tbody span, #accountancy_v2 table tbody span, #accountancy_v3 table tbody span,
#thisContent.module-invoices_v1 #invoices_v1 span.podtytul span,
#tresc .podtytul span,
#tresc span {
  color: #FFFFFF;
}

h2,
#homepage_v1 h2 span,
.box nav ul li a:hover, .box nav ul li a.active ,
#tresc span#dbv1_paid, #tresc span#dbv1_paid span, #dashboard_v1 span.title,
#thisContent.module-invoices_v1 #tresc span {
  color: #FFFFFF;
}

#pdfPrintFak span, #print_um span {
  color: #FFFFFF !important;
}

.decorated-table thead tr:nth-child(odd) {
  background: none;
}

.input-area input, .input-area textarea,
input, select, textarea {
  background: none;
  box-shadow: none;
  color: white;
}

select option {
  background: black;
  color: white;
}

.input-area input.btn:hover, .nawigacjatabeli li a:hover, .btn:hover,
#login .login-box input[type=submit]:hover {
  color: #fff !important;
  background: linear-gradient(#000 0%, #252525 100%);
  font-weight: bolder;
}

#top #info-bar .separator:before, #top #info-bar .separator:after {
  height: 99%;
  background: #FFFFFF;
}

#top #info-bar {
  background: none;
  border: 1px solid #FFFFFF;
}

.sidebar ul li a.active i,
.sidebar ul li a i {
  color: #FFFFFF;
}

#top nav ul li a {
  color: #fff;
}

#top nav ul li a {
  border: 2px solid #000;
}

#top nav ul li a:hover {
  color: white;
  border: 2px solid #FFFFFF;
  background: none;
}

#cookiesBar {
  color: white;
  background: black;
}

#cookiesBar a {
  color: #ddd;
}

.windoo-frame {
  background: black;
  border: 2px solid #fff;
}

div.windoo-alphacube div.windoo-frame .title {
  background: black;
  border: 1px solid #000;
}

.windoo-frame .title-text {
  color: white;
}

#accessibility .wcagWrapper li a:hover, #accessibility .wcagWrapper li a:active {
  border: 2px solid white;
}

input, select {
  border-color: #fff;
}

#tresc fieldset legend span, #iframebody fieldset legend span {
  color: #fff;
}

a,
h2, h3, .tytul,
span, #tresc table span,
#tresc .tytul span {
  color: #FFFFFF;
}

.box nav ul li a {
  color: white;
}

#custSelect:focus {
  border-color: white;
}

#tresc span#acc_v1_filterstitel, #tresc span#acc_v2_filterstitel, #tresc span#acc_v3_filterstitel, #tresc span#acc_v4_filterstitel,
#tresc .filters a.active-filter {
    color: #FFFFFF;
}

.blank-button span {
    color: #FFFFFF !important;
}

#tresc #notifications_v1 span, #tresc #notifications_v2 span {
    color: #FFFFFF;
}

.input-area input, .input-area textarea {
    border-color: white;
}

#accessibility div p, #accessibility div ul li a {
    color: white !important;
}

#tresc .pdfPrintFak span,
.customerInfoWindoo fieldset legend span, .customerInfoWindoo fieldset .adm_p_popupL span {
    color: white;
}

.tytul_settings span  {
    color: #FFFFFF !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px black inset !important;
    -webkit-text-fill-color: white !important;
}

#wk_form input[type=image] {
    background: white;
}

#male_menu .pagination li a.info:hover {
    background: black;
    color: white !important;
}

#iframebody {
    background: none;
}

#iframebody button, #iframebody input[type=button], #iframebody input[type=submit] {
    border: 1px solid white;
}