@CHARSET "UTF-8";
/* line 2, style.scss */
html {
  background-color: #6f7092;
  padding: 0px;
  margin: 0px;
}

/* line 8, style.scss */
#logo_strony {
  width: 980px;
  background-color: #2e3092;
}

/* line 13, style.scss */
#content_wrapper {
  background-color: #FFFFFF;
  color: #000000;
  width: 980px;
  margin: 0px auto;
  padding: 0px;
  outline: 2px solid black;
}

/* line 22, style.scss */
body {
  font-family: "Times New Roman", Times, serif;
  font-size: 13px;
  padding: 0px;
  margin: 0px;
}

/* line 29, style.scss */
.zaawansowane {
  display: none;
}

/* line 33, style.scss */
#sygnaturaERR {
  padding: 5px;
  display: none;
  border: 2px solid red;
  background-color: lightred;
}

/* line 41, style.scss */
#sygnaturaOK {
  display: inline;
  padding: 5px;
  display: none;
  border: 2px solid green;
  background-color: lightgreen;
}

/* line 50, style.scss */
table.jCalendar {
  border: 1px solid #000;
  background: #aaa;
  border-collapse: separate;
  border-spacing: 2px;
}

/* line 57, style.scss */
table.jCalendar th {
  background: #333;
  color: #fff;
  font-weight: bold;
  padding: 3px 5px;
}

/* line 64, style.scss */
table.jCalendar td {
  background: #ccc;
  color: #000;
  padding: 3px 5px;
  text-align: center;
}

/* line 71, style.scss */
table.jCalendar td.other-month {
  background: #ddd;
  color: #aaa;
}

/* line 76, style.scss */
table.jCalendar td.today {
  background: #666;
  color: #fff;
}

/* line 81, style.scss */
table.jCalendar td.selected {
  background: #f66;
  color: #fff;
}

/* line 86, style.scss */
table.jCalendar td.selected.dp-hover {
  background: #f33;
  color: #fff;
}

/* line 91, style.scss */
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
  background: #fff;
  color: #000;
}

/* line 97, style.scss */
table.jCalendar tr.selectedWeek td {
  background: #f66;
  color: #fff;
}

/* line 102, style.scss */
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
  background: #bbb;
  color: #888;
}

/* line 107, style.scss */
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
  background: #bbb;
  color: #888;
}

/* For the popup */
/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */
/* line 118, style.scss */
div.dp-popup {
  position: relative;
  background: #ccc;
  font-size: 10px;
  font-family: arial, sans-serif;
  padding: 2px;
  width: 171px;
  line-height: 1.2em;
}

/* line 128, style.scss */
div#dp-popup {
  position: absolute;
  z-index: 199;
}

/* line 133, style.scss */
div.dp-popup h2 {
  font-size: 12px;
  text-align: center;
  margin: 2px 0;
  padding: 0;
}

/* line 140, style.scss */
a#dp-close {
  font-size: 11px;
  padding: 4px 0;
  text-align: center;
  display: block;
}

/* line 147, style.scss */
a#dp-close:hover {
  text-decoration: underline;
}

/* line 151, style.scss */
div.dp-popup a {
  color: #000;
  text-decoration: none;
  padding: 3px 2px 0;
}

/* line 157, style.scss */
div.dp-popup div.dp-nav-prev {
  position: absolute;
  top: 2px;
  left: 4px;
  width: 100px;
}

/* line 164, style.scss */
div.dp-popup div.dp-nav-prev a {
  float: left;
}

/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
/* line 169, style.scss */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
  cursor: pointer;
}

/* line 173, style.scss */
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
  cursor: default;
}

/* line 177, style.scss */
div.dp-popup div.dp-nav-next {
  position: absolute;
  top: 2px;
  right: 4px;
  width: 100px;
}

/* line 184, style.scss */
div.dp-popup div.dp-nav-next a {
  float: right;
}

/* line 188, style.scss */
div.dp-popup a.disabled {
  cursor: default;
  color: #aaa;
}

/* line 193, style.scss */
div.dp-popup td {
  cursor: pointer;
}

/* line 197, style.scss */
div.dp-popup td.disabled {
  cursor: default;
}

/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
/* line 204, style.scss */
a.dp-choose-date {
  float: left;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 5px 3px 0;
  display: block;
  text-indent: -2000px;
  overflow: hidden;
  background: url(calendar.png) no-repeat;
}

/* line 216, style.scss */
a.dp-choose-date.dp-disabled {
  background-position: 0 -20px;
  cursor: default;
}

/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
/* line 224, style.scss */
input.dp-applied {
  width: 140px;
  float: left;
}

/* line 229, style.scss */
.wynik_wyszukiwania {
  font-size: 17px;
  padding: 10px;
}

/* line 234, style.scss */
.wynik_wyszukiwania.even {
  background-color: #EEEEEE;
}

/* line 238, style.scss */
.wynik_wyszukiwania_tytul {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}

/* line 244, style.scss */
.wynik_wyszukiwania_sygnatura {
  font-size: 12px;
}

/* line 248, style.scss */
#menu_glowne {
  padding: 0px;
  margin-top: 0px;
}

/* line 253, style.scss */
#menu_glowne li {
  display: inline;
  margin-top: 0px;
  list-style-type: none;
}

/* line 259, style.scss */
#menu_glowne li:first-child {
  border-left: none;
}

/* line 263, style.scss */
.wiadomosci_box {
  padding: 5px;
  width: 970px;
  background-color: #AAFFAA;
  outline: 1px solid green;
}

/* line 270, style.scss */
.wiadomosci_box ul li {
  list-style: none;
  padding: 4px;
}

/* line 275, style.scss */
.bledy_box {
  padding: 5px;
  width: 970px;
  background-color: #CCDDFF;
  outline: 1px solid red;
}

/* line 282, style.scss */
.bledy_box ul li {
  list-style: decimal;
  padding: 4px;
}

/* line 287, style.scss */
.parametr_nowy td input {
  outline: 3px solid green;
}

/* line 291, style.scss */
.wyszukiwarka_artykul, .wyszukiwarka_paragraf, .wyszukiwarka_punkt, .wyszukiwarka_litera, .wyszukiwarka_ustep {
  width: 30px;
}

/* line 295, style.scss */
.tabela_uzytkownika tr td {
  padding: 5px;
}

/* line 299, style.scss */
td {
  padding: 5px;
}

/* line 303, style.scss */
.login_button {
  width: 245px;
}

/* line 307, style.scss */
#lower_szukaj {
  width: 100%;
}

/* line 311, style.scss */
#stopka_strony {
  margin-top: 30px;
  background-color: #2e3092;
  color: #FFFFFF;
  border-top: 1px solid black;
  width: 100%;
  height: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
/* line 323, style.scss */
#stopka_strony a {
  color: #fff;
  text-decoration: underline;
}

/* line 329, style.scss */
.clear {
  clear: both;
}

/* line 333, style.scss */
div.menu_item {
  float: left;
  margin: 6px;
  padding: 10px;
  border: 1px solid #000000;
  background-color: #AAAAAA;
}

/* line 342, style.scss */
#main_wrapper {
  padding: 5px;
  width: 970px;
}

/* line 347, style.scss */
img.naglowek {
  width: 970px;
}

/* line 351, style.scss */
div.dokument_dane_autora {
  font-size: 11pt;
  position: relative;
  top: -105px;
  left: 715px;
  font-weight: bold;
  z-index: 1;
  color: #777777;
}
/* line 360, style.scss */
div.dokument_dane_autora a {
  color: #777777;
}

/* line 366, style.scss */
li.ac_even {
  color: #000000;
}

/* line 370, style.scss */
div.tresc_dokumentu {
  font-size: 14pt;
  padding: 0px 30px;
}

/* line 375, style.scss */
a.current_page {
  font-weight: bold;
  color: #000000;
}

/* line 380, style.scss */
.stronicowanie {
  font-size: 16px;
}
