@import url(https://fonts.googleapis.com/css?family=Raleway);
* {
  font-family: "Raleway";
  box-sizing: border-box;
}

html {
    font-size: 15px;
    max-height: 999999px;
}

body {
background-color: #FFFFFF;
}

#wykres {
  left: 2px;
  right: 2px;
  width: 80%;
  min-width: 80%;
  max-width: 80%;
  display: block;
  position:relative;
  text-align:center;
  margin-bottom: 0.5rem;
}


#wrapper_tresci {
position: relative;
margin-left: 3px;
margin-right: 3px;
margin-top: 4rem;
margin-bottom: 4rem;
padding-bottom: 4rem;
font-size: 0.935rem;
font-style: normal;
font-weight: normal;
text-align: justify;
}

h1 {
font-size: 1.5rem;
font-style: italic;
font-weight: bolder;
padding-right: 5px;
text-align: right;
}

h2 {
font-size: 1.3rem;
font-style: normal;
font-weight: normal;
text-align:center;
}

h3 {
font-size: 1.2rem;
font-style: normal;
font-weight: bolder;
text-align:center;
}

#podsumowanie {
font-size: 1.1rem;
font-weight: bold;
float: right;
right: 10px;
top: 20px;
background-color: #eeeeee;
width: 20rem;
min-width: 20rem;
margin-left: 20px;
margin-top: 20px;
margin-bottom: 5px;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
border-color: #555555;
border-style: solid;
border-width: 1px;
}

.dashboard_zones {
font-size: 16px;
font-weight: bold;
float: center;
left: 20px;
right: 20px;
top: 20px;
background-color: #eeeeee;
margin-left: 10px;
margin-right: 10px;
margin-top: 20px;
margin-bottom: 5px;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
border-color: #555555;
border-style: solid;
border-width: 1px;
}

#top_articles {
font-size: 1.1rem;
font-weight: bold;
float: center;
right: 10px;
left: 10px;
background-color: #eeeeee;
margin-top: 20px;
margin-bottom: 5px;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
border-color: #555555;
border-style: solid;
border-width: 1px;
}

#support_info {
font-size: 0.9rem;
font-weight: normal;
float: center;
background-color: #eeeeee;
text-align: center;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
margin-bottom: 0.3rem;
border-color: #555555;
border-style: solid;
border-width: 1px;
position: static;
display:block;
}

#strzalki {
font-size: 1rem;
font-weight: bold;
float: center;
right: 10px;
left: 10px;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
text-decoration: none;
}


table.lista {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
border-style: solid;
border-width: 1px;
margin-top: 5px;
border-spacing: 0px;
}

table.lista tr:nth-child(even)
{
  background-color: #eeeeee;
  padding-top: 5px;
  padding-bottom: 5px;
}

table.lista_dashboard {
width: 95%;
min-width: 95%;
max-width: 95%;
border-style: solid;
border-width: 1px;
margin-top: 40px;
}

table.nowe_konto {
text-align: center;
width: auto;
margin-top: 40px;
margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;

}

table.nowe_konto tr:nth-child(even)
{
text-align:center;
width: 95%;
min-width: 95%;
max-width: 95%;
border-style: solid;
border-width: 1px;
margin-top: 40px;
}

table.lista_dashboard tr:nth-child(even)
{
  background-color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
}

.description {
font-size: 11px;
color: #444444;
padding-left: 20px;
}


#logo {
float: left;
margin-right: 10px;
margin-left: 5px;
margin-bottom: 20px;
display: block;
}

a {
color: #000000;
font-style: none;
}

a.visited {
color: #000000;
font-style: none;
}

#paliwa_menu {
  position: fixed;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 2rem;
  min-height: 2rem;
  max-height: 2rem;
  background-color: #eeeeee;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  left: 0px;
  right: 0px;
  top: 50px;
  z-index: 7;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #555555;
  font-size: 1.2rem;
}


div.article_list {
height: 60px;
min-height: 60px;
/* max-height: 60px; */
width: 100%;
min-width: 100%;
max-width: 100%;
text-decoration: none;
display: flex;
flex-direction: row;
color: #555555;
}

a.article_list {
  text-decoration: none;
  filter: grayscale(1);
}

a.article_list:hover {
  text-decoration: none;
  filter: grayscale(0.3);
  webkit-transition: 0.2s -webkit-filter linear;
-moz-transition: 0.2s -moz-filter linear;
-moz-transition: 0.2s filter linear;
-ms-transition: 0.2s -ms-filter linear;
-o-transition: 0.2s -o-filter linear;
transition: 0.2s filter linear, 0.2s -webkit-filter linear;
}

div.article_list_image {
left: 5px;
right: 5px;
vertical-align: middle;
}

img.article_list_image {
height: 60px;
min-height: 60px;
max-height: 60px;
width: 90px;
min-width: 90px;
max-width: 90px;
object-fit: contain;
background-color: #FFFFFF;
}

div.article_list_name {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 3px;
  font-size: 1.1rem;
  font-weight: bolder;
  text-decoration: none;
  text-align: left;
}

div.article_list_barcode {
  left: 12rem;
  font-size: 1.0rem;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
}

div.article_list_scanned_prices_opis {
  font-size: 1.0rem;
  font-weight: bolder;
  font-align: center;
  right: 0px;

}

div.article_list_scanned_prices {
  margin-left: auto;
  right: 20px;
  font-size: 1.3rem;
  vertical-align: middle;
  order: 2;
  text-align: center;
  margin-right: 10px;
  margin-top: 3px;
  font-weight: bolder;
  width: 240px;
  min-width: 240px;
  max-width: 240px;

}

div.article_list_last_scan_date {
  margin: auto;
  right: 20px;
  font-size: 0.8rem;
  text-align: center;
  font-weight: bolder;
  bottom: 0px;
}




div.polaroid {
  width: 320px;
  display: inline-block;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}

img.polaroid {
  width: auto;
  height: 138px;
  max-height: 138px;

}

div.polaroidcontainer {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 12px;
}

p.polaroidcontainer {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis ellipsis;
}

a.polaroid {
  text-decoration: none;
    filter: grayscale(1);
}

a.polaroid:hover {
  text-decoration: none;
  filter: grayscale(0);
  webkit-transition: 0.2s -webkit-filter linear;
-moz-transition: 0.2s -moz-filter linear;
-moz-transition: 0.2s filter linear;
-ms-transition: 0.2s -ms-filter linear;
-o-transition: 0.2s -o-filter linear;
transition: 0.2s filter linear, 0.2s -webkit-filter linear;
}


/* MENU PODSTRONY... */

#menu_podstrony {
display: block;
font-size: 1.0rem;
font-weight: bold;
float: center;
top: 0px;
right: 0px;
left: 0px;
background-color: #cccccc;
text-align: center;
padding-top: 0.3rem;
padding-bottom: 0.1rem;
position: relative;
border-style: solid;
border-color: #555555;
border-width: 1px;
}

.menu_podstrony_link_box {
  display: inline-block;
  position: relative;
  min-width: 10rem;
  max-width: 15rem;
  background-color: #eeeeee;
  border-style: solid;
  border-width: 1px;
  border-color: #555555;
  margin-left: 0.4rem;
  margin-bottom: 0.4rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  left: auto;
  right: auto;
}




#guzik_kontaktu {
  background-color: #bbbbbb;
  border: none;
  color: black;
  position: fixed;
  z-index: 10;
  bottom: 0.8rem;
  right: 1.2rem;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  border-style: solid;
  border-width: 1px;
  border-color: #888888;
  border-radius: 50%;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.article_list_input {
width: 240px;
min-width: 240px;
}



@media only screen and (hover: none) and (pointer: coarse) {

 #podsumowanie {
  font-size: 0.9rem;
  min-width: 13rem;
  width: 13rem;
  margin-left: 0.5rem;
  }

  div.polaroid {
    width: 12rem;
  }

  img.polaroid {
    width: auto;
    height: 5rem;
    max-height: 5rem;

  }


  div.polaroidcontainer {
    font-size: 0.8rem;
  }



table.lista {
  font-size: 0.7rem;
  }

  #wykres {
    left: 0px;
    right: 0px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: block;
    text-align:center;
  }

  h1 {
  font-size: 1.2rem;
  }

  h2 {
  font-size: 1.0rem;
  }

  h3 {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  }

 div.article_list_name {
    font-size: 0.7rem;
  }

  div.article_list_barcode {
    font-size: 0.7rem;
  }
  div.article_list_scanned_prices_opis {
    font-size: 0.6rem;
    display: inline-flex;

  }

  div.article_list_scanned_prices {
    width: 4.5rem;
    min-width: 4.5rem;
    max-width: 4.5rem;

  }

  div.article_list_last_scan_date {
    font-size: 0.6rem;
  }

  div.article_list {
  height: 5.0rem;
  min-height: 5.0rem;
  }

  img.article_list_image {
  height: 5.0rem;
  min-height: 5.0rem;
  max-height: 5.0rem;
  width: 4.0rem;
  min-width: 4.0rem;
  max-width: 4.0rem;
  }

  #wrapper_tresci {
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  font-size: 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  }

  #strzalki {
  font-size: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  }

  #support_info {
  font-size: 0.9rem;
  }

  #logo {
text-align: center;
display: none;
  }

  #paliwa_menu {
    font-size: 0.7rem;
  }

  .article_list_input {
    width: 100%;
    min-width: 100%;
  }

}
