@import url('/resources/styles/style_old.css');

/* New styles */
@import url('/resources/styles/style_light_v2.css');
@import url('/resources/styles/sidebartest.css');
@import url('/resources/styles/indexv3.css');


/* Blank space is intentional */








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

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 {
  font-family: 'Segoe UI', 'Noto Sans', sans-serif;
  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 */
.ns_lockout #header2 {
  width: 100%;
  height: 100px;
  background-color: #eee;
  display: flex;
  justify-content: center;
}
#header2_content {
  max-width: 600px;
  margin: 10px;
  background-color: #00ff0030;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  overflow: hidden;
  width: calc(100vw - 260px);
}


#header .headeritem_dd {
  flex-direction: column;
}
#header .headeritem_c.dd_show .headeritem_dd {
  display: flex;
}
#header .headeritem_dd_item {
  white-space: nowrap;
  text-decoration: none;
}
#footer {
  display: none
}

#contents_2_eb {
  padding: 5px 10px;
  min-height: 100vh;
  width: 1260px;
}
.v1_block {
  display: none;
}
.v1_5_hide:not(.v2_hide) {
  display: none;
}

body.noheader-v3alpha #header, body.noheader2-v3alpha #header2, body.nofooter-v3alpha #footer {
  display: none !important;
}


@media screen and (max-width: 600px) {
  .headeritem_dd_item {
    height: 40px;
    display: flex;
    align-items: center;
  }
  .headeritem_dd {
    left: 0;
    border-left-width: 0 !important;
    border-right-width: 0 !important;
    width: 100%;
  }
  #header2_content {
    width: calc(100vw - 40px);
  }
}