body {
  display: grid;
}

#dropdownMenuLeft a[target="_blank"]:after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin: 0 -16px 0 5px;
}

.logo_desktop {
  display: block;
}

.logo_mobile {
  display: none;
}

.notification_header {
  pointer-events: none;
}

@media (max-width:768px) {
  .logo_desktop {
    display: none;
  }

  .logo_mobile {
    display: block;
  }

  article {
    margin-left: 0;
  }

  header {
    margin-left: 0;
  }
}

#loader {
  position: fixed;
  left: 0px;
  top: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background: rgb(94 94 94 / 43%);
  display: none;
}

.top_arrow {
  position: fixed;
  bottom: 10px;
  right: 25px;
  width: 35px;
  height: 35px;
  border: solid #007bff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  z-index: 3;
}

.top_arrow:hover {
  border-width: 0 9px 9px 0;
}

#system_alerts_box {
  position: fixed;
  z-index: 1099;
  left: 50%;
  transform: translate(-55%, 0);
  display: flex;
  flex-direction: column;
}

#table_of_contents ol ol {
  padding: 0 5px;
}

#table_of_contents ol ol li {
  list-style-type: none;
}

.tof_num {
  color: #000;
}

ul {
  margin: 0.3em 0 0 1.6em;
  padding: 0;
  list-style-type: disc;
}

/* przesuniecie kropek od list w gore (np gdy jest img w liscie) */

li {
  vertical-align: text-top;
}

li img {
  vertical-align: middle;
  display: inline-block;
}

.dsj_blink {
  animation: dsj_blinker 6s ease-out infinite;
}

.no_hover tbody tr:hover,
.no_hover tbody tr:hover td,
.no_hover tbody tr:hover th {
  background-color: transparent !important;
}

@keyframes dsj_blinker {
  50% {
    opacity: 0;
  }
}

#cookie_info {
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 5px;
  z-index: 100;
  background-color: white;
  font-size: 20px;
  text-align: center;
  border: 1px solid #007dc6;
}

#footer {
  background: #16222A;
  background: -webkit-linear-gradient(59deg, #3A6073, #16222A);
  background: linear-gradient(59deg, #3A6073, #16222A);
  background-repeat: no-repeat;
  background-size: 100% 100%;

  .footer-email {
    b {
      display: none;
    }
  }
}

/* Ukrywanie elementow do wydruku */

@media print {

  /* ukrywanie strzalki "do gory" */
  .top_arrow {
    display: none;
  }

  /* ukrywanie gornej belki */
  #top_container {
    display: none;
  }

  /* ukrywanie informacji o aktualizacji */
  #aktualizacja {
    display: none;
  }

  /* ukrywanie spisu tresci */
  #table_of_contents {
    display: none;
    border: none;
  }

  /* ukrywanie stopki */
  #footer {
    display: none;
  }

  /* zmniejszenie marginesow w tresci */
  .content {
    margin: 0px 0px 0px 0px;
  }

  article {
    page-break-inside: auto;
    /* auto - auto, avoid - zapobiega dzielenia artykulu na strony jesli to mozliwe */
    page-break-after: avoid;
    /* unika lamania strony po elemencie (jesli mozliwe) */
  }

  header {
    page-break-after: avoid;
  }
}

/* poziomy logów */

.lvl0 {
  color: Black;
}

.lvl1 {
  color: Black;
  font-weight: bold;
}

.lvl2 {
  color: #0070ff;
}

.lvl3 {
  color: LimeGreen;
}

.lvl4 {
  color: LimeGreen;
  font-weight: bold;
}

.lvl5 {
  color: MediumSeaGreen;
  font-weight: bold;
}

.lvl6 {
  color: Orange;
}

.lvl7 {
  color: Orange;
  font-weight: bold;
}

.lvl8 {
  color: Red;
}

.lvl9 {
  color: Red;
  font-weight: bold;
}


.Differences {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

.Differences thead th {
  text-align: left;
  border-bottom: 1px solid #000;
  background: #aaa;
  color: #000;
  padding: 4px;
}

.Differences tbody th {
  text-align: right;
  background: #ccc;
  width: 4em;
  padding: 1px 2px;
  border-right: 1px solid #000;
  vertical-align: top;
  font-size: 13px;
}

.Differences td {
  padding: 1px 2px;
  font-family: Consolas, monospace;
  font-size: 13px;
}

.DifferencesSideBySide .ChangeInsert td.Left {
  background: #dfd;
}

.DifferencesSideBySide .ChangeInsert td.Right {
  background: #cfc;
}

.DifferencesSideBySide .ChangeDelete td.Left {
  background: #f88;
}

.DifferencesSideBySide .ChangeDelete td.Right {
  background: #faa;
}

.DifferencesSideBySide .ChangeReplace .Left {
  background: #fe9;
}

.DifferencesSideBySide .ChangeReplace .Right {
  background: #fd8;
}

.Differences ins,
.Differences del {
  text-decoration: none;
}

.DifferencesSideBySide .ChangeReplace ins,
.DifferencesSideBySide .ChangeReplace del {
  background: #fc0;
}

.Differences .Skipped {
  background: #f7f7f7;
}

.DifferencesInline .ChangeReplace .Left,
.DifferencesInline .ChangeDelete .Left {
  background: #fdd;
}

.DifferencesInline .ChangeReplace .Right,
.DifferencesInline .ChangeInsert .Right {
  background: #dfd;
}

.DifferencesInline .ChangeReplace ins {
  background: #9e9;
}

.DifferencesInline .ChangeReplace del {
  background: #e99;
}