@import url('/resources/style_old.css');
@import url('/resources/style_light.css');
/* Blank space is intentional */








@font-face {
  font-family: "Noto Sans";
  src: url("/resources/fonts/NotoSans-Regular.ttf")
}

.dankpods {
  display: none
}

body {
  font-family: 'Segoe UI', 'Noto Sans', sans-serif;
  margin: 0;
  /*background-image: url(/resources/images/samochodów.png);*/
}
#content_c_nw {
  display: flex;
  width: 100%;
  justify-content: center;
}
button {
  min-width: 50px;
  height: 25px;
  border-radius: 5px;
}

input[type=text] {
  height: 30px;
  border-radius: 5px;
  border: 1px solid
}

input[type=checkbox], input[type=radio] {
  height: 15px;
  width: 15px;
}

select {
  height: 30px;
}
th, td {
  min-width: 60px;
}
table {
  border-collapse: collapse;
}
/* Header */
#header2 {
  width: 100%;
  height: 200px;
  background-color: #eee;
  display: flex;
  justify-content: center;
}
#header2_content {
  width: 500px;
  margin: 10px;
  background-color: #ff00ff30;
}
#header {
  width: 100%;
  height: 50px;
  font-size: 16pt;
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
}
#header_content {
  width: 1260px;
  height: 50px;
  display: flex;
  align-items: center;
  background: var(--headerColor)
}
#header .header_effect {
  display: none;
}
#header .headeritem_c {
  height: 100%;
  z-index: 3;
}
#header .headeritem_dd {
  font-size: 14px;
  flex-direction: column;
  position: absolute;
  top: 50px;
  border: 1px solid;
  display: none;
}
#header .headeritem_c.dd_show .headeritem_dd {
  display: flex;
}
#header .headeritem_dd_item {
  white-space: nowrap;
  text-decoration: none;
}
#header .headeritem {
  height: 100%;
  background-image: none;
  min-width: 100px;
  border-radius: 0;
  border-width: 0px;
  box-shadow: none;
}
#footer {
  margin-top: 30px;
  width: 100%;
  height: 80px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
#footer-content {
  width: 1260px;
}
#contents_2_eb {
  padding: 5px 10px;
  min-height: 100vh;
  width: 1260px;
}
.v1_block {
  display: none;
}
.v1_5_hide:not(.v2_hide) {
  display: none;
}