/* Reset CSS i inne style pozostają bez zmian */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    background-color: #EEEEEE;
    overflow-x: hidden;
    padding: 64px 10px 0 10px;
}
article {
    position: absolute;
    width: 100%;
}
.thiswhitestaff {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.32);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.32);
    background-color: #fff;
    width: calc(100% - 20px);
    text-align: center;
    padding: 20px 10px;
    margin-top: 20px;
    border-radius: 5px;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    color: rgba(33, 33, 33, 0.87);
}

.thiswhitestaff h1 {
    font-weight: 700;
    color: rgba(33, 33, 33, 0.87);
}

.thiswhitestaff div {
    font-weight: 400; /* Normalny tekst */
}

.thiswhitestaff div span {
    font-weight: 700; /* Pogrubiony tekst dla spanów wewnątrz div */
}
a, a:hover, a:link, a:visited, a:active {
    color: #3F51B5;
    text-decoration: none;
    font-weight: 700;
}
#most-imp-header {
  line-height: 1;
  height: 64px;
  padding: 20px;
  font-weight: 500;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #3F51B5;
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  z-index: 199999999999999999;
}
#most-imp-header span {
  font-size: 20px;
  float: left;
}
#most-imp-header img {
  cursor: pointer;
}
#most-imp-header .header-clicker {
  margin-right: 20px;
  float: left;
}
#most-imp-header #headerspan1 {
  margin-bottom: 4px;
}
#most-imp-header #folder {
  cursor: pointer;
  display: inline-block;
  float: right;
}
.thiswhitestaff:first-child {
  margin-top: 0px;
}
.thiswhitestaff .leftbold {
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  margin-top: 5px;
  color: rgba(33, 33, 33, 0.87);
}
.thiswhitestaff .tbold {
  text-align: left;
  font-weight: 700;
  font-size: 18px;
  margin-top: 20px;
  color: rgba(33, 33, 33, 0.87);
}
.thiswhitestaff .tbold li {
  margin-top: 10px;
}
.thiswhitestaff .blue {
  color: #3F51B5;
}
.thiswhitestaff h1 {
  font-weight: bold;
  color: rgba(33, 33, 33, 0.87);
}
.thiswhitestaff button {
  border: none;
  width: 100%;
  border-radius: 5px;
  font-weight: 700;
  color: white;
  font-size: 18px;
  margin: 5px 0;
  padding: 10px;
}
.thiswhitestaff #check1 {
  background-color: #8BC34A;
}
.thiswhitestaff #check2 {
  background-color: #FF9800;
  margin-bottom: 0px;
}
.thiswhitestaff .firsttable {
  font-size: 16px;
  margin-top: 10px;
  border: none;
  width: 100%;
  font-weight: 700;
}
.thiswhitestaff .firsttable .text-left {
  border-right: 1px lightgrey solid;
}
.thiswhitestaff .firsttable td {
  padding: 2px;
  width: 50%;
  color: rgba(33, 33, 33, 0.87);
}
.thiswhitestaff .firsttable tr {
  width: 50%;
  border-top: 1px lightgrey solid;
}
.thiswhitestaff .firsttable tr:first-child {
  border-top: none;
}


.thiswhitestaff .secondtable {
  font-size: 16px;
  margin-top: 10px;
  border: none;
  width: 100%;
  font-weight: 700;
}
.thiswhitestaff .secondtable .text-left {
  border-right: 1px lightgrey solid;
}
.thiswhitestaff .secondtable td {
  padding: 2px;
  width: 25%;
  color: rgba(33, 33, 33, 0.87);
}
.thiswhitestaff .secondtable tr {
  width: 25%;
  border-top: 1px lightgrey solid;
}
.thiswhitestaff .secondtable tr:first-child {
  border-top: none;
}


.thiswhitestaff .sectable {
  font-size: 16px;
  background-color: transparent;
  border-radius: 5px;
  margin-top: 10px;
  border: none;
  width: 100%;
  font-weight: 700;
}
.thiswhitestaff .sectable .ontheleft {
  border-right: 1px lightgrey solid;
}
.thiswhitestaff .sectable td {
  padding: 2px;
  width: 50%;
}
.thiswhitestaff .sectable tr {
  width: 50%;
  border-top: 1px lightgrey solid;
}
.thiswhitestaff .sectable tr:first-child,
.thiswhitestaff .sectable tr:nth-child(2) {
  border-top: none;
}
.thiswhitestaff .sectable span {
  background-color: #3F51B5;
  color: white;
  font-size: 16px;
  padding: 5px;
  display: inline;
}
.cookies {
  position: fixed;
  background-color: white;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.32);
}
.cookies h1 {
  color: darkgrey;
  font-weight: 700;
}
.cookies h2 {
  float: left;
}
.cookies button {
  border-radius: 5px;
  background-color: #3F51B5;
  color: white;
  border: none;
  padding: 5px 8px;
  float: right;
  margin-top: 10px;
}
.textinput {
    border: none;
    border-bottom: 1px solid darkgrey;
    width: 100%;
    font-size: 18px;
    transition: border-bottom 0.2s ease-out;
    font-weight: 700;
}
.textinput:focus {
  transition: border-bottom 0.2s ease-out;
  border-bottom: 3px solid #3F51B5;
  outline: 0;
}
.load {
    width: 100%;
    padding: 10px;
    text-align: center;
    color: white;
    border-radius: 8px;
    background-color: #3F51B5;
    margin-top: 5px;
    font-size: 22px;
    outline: 0;
    border: none;
    font-weight: 700;
}
#mymessage {
  resize: none;
  background-color: rgba(33, 33, 33, 0.12);
  width: 100%;
  height: 150px;
  margin-top: 10px;
  border: none;
  padding-left: 5px;
}
#mymessage:focus {
  outline: none;
}
#bluelabel {
  color: #3F51B5;
}
#bluelabel:before {
  content: "740E01";
}
.postlogo {
  margin: 3px !important;
  padding: 2px 4px;
  color: white;
  background-color: #3F51B5;
  border-radius: 5px;
  max-width: 100%;
  font-weight: 400;
}
#save {
  position: fixed;
  bottom: 5px;
  right: 15px;
  background-color: #8BC34A;
  color: white;
  border-radius: 5px;
  padding: 5px;
  font-weight: 550;
  opacity: .87;
  transition: opacity linear .3s;
}
#save:hover {
  transition: opacity linear .3s;
  opacity: 1;
}
#save i {
  font-size: 48px;
}
#button {
  background-color: #8BC34A;
  color: white;
  border-radius: 5px;
  padding: 5px;
  font-weight: 550;
  opacity: .87;
  transition: opacity linear .3s;
}
#button {
  background-color: #8BC34A;
  color: white;
  border-radius: 5px;
  padding: 5px;
  font-weight: 550;
  opacity: .87;
  transition: opacity linear .3s;
}
#button a {
	color:white;
	text-decoration: none;
}
#blackscreen {
  background-color: black;
  position: fixed;
  z-index: 199999998;
  opacity: 0.38;
  display: none;
  overflow-y: hidden;
  left: 0;
}
ul,
li {
  list-style: none;
  paddingn-left: 0 !important;
}
#navigation-bar {
  overflow-y: auto;
  overflow-x: hidden;
  width: 235px;
  height: calc(100% - 64px);
  display: none;
  z-index: 1999999999;
  position: fixed;
  background-color: white;
  left: 0;
  font-style: RobotoS;
}
#navigation-bar div {
  padding: 20px 40px;
}
#navigation-bar div:first-child {
  text-align: center;
}
#navigation-bar label {
  color: #c62828;
}
#navigation-bar label:before {
  color: #ff6f00;
  content: "Ali";
}
#navigation-bar .typical-in-menu {
  color: rgba(33, 33, 33, 0.87);
  padding: 20px 40px;
  transition: background-color ease-in 0.4s;
  font-weight: 700;
}
#navigation-bar .typical-in-menu:hover {
  background-color: lightgrey;
  transition: background-color ease-in 0.4s;
}
#navigation-bar i {
  margin-left: -24px;
}
#wykopy {
  color: #3f51b5 !important;
  font-weight: 700;
}
#wykopy li {
  padding: 20px 10px 20px 60px;
  font-size: 12px;
  color: grey;
}
#wykopy li:hover {
  background-color: lightgrey;
  transition: background-color ease-in 0.4s;
}
#wykopy-lista {
  display: none;
  font-size: 12px;
}
#wykopy-lista li {
  padding-left: 80px !important;
}
#warto-lista {
  display: none;
}
#warto-lista li {
  padding: 20px 20px 20px 60px;
  color: grey;
  font-weight: 700;
}
#warto-lista li:hover {
  background-color: lightgrey;
  transition: background-color ease-in 0.4s;
}
.h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 24px;
}
.colored {
  color: #3F51B5;
  float: left;
}
#qrplace {
  text-align: center;
}
.table-container {
  background-color: #E8EAF6;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
}
::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}
#loadingOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
	display: none; /* domyślnie ukryta */
	justify-content: center;
	align-items: center;
	z-index: 9999;
}
.spinner {
	animation: spin 2s linear infinite;
}
.spinner img {
	width: 100px;
	height: 100px;
	animation: pulse 2s ease-in-out infinite;
}
@keyframes spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
@keyframes pulse {
	0%, 100% { transform: scale(1); }
	50% { transform: scale(1.1); }
}