body {
  font-family: sans-serif;
  background-color: #82A3A1;
}
table, th, td {
  border: 1px solid black;
  text-align: center;
}
.nav-bar {
  background-color: #465362;
  color: white;
  border-radius: 5px;
  min-width: 350px;
  width: 80%;
  height: 80px;
  margin: 5px auto;
  display: flex;
}
.RB-logo-navbar {
  height: 60px;
  margin: 10px;
}
.navbar-menu {
  width: 80%;
  font-family: "Courier New", Courier, monospace;
  font-size: 20px;
  color: white;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-transform: uppercase;
  text-align: center;
}
li{
  margin: auto 10px;
  border-style: solid;
  border-width: 1px;
  border: 2px solid #2ecc71;
  border-radius: 24px;
  padding: 10px 10px;
  transition: 0.25s;
}
.navbar-menu li:hover{
  background: #2ecc71;
}
a {
  color: lightgray;
  text-decoration: none;
}
a:hover {
  color: #C0DFA1;
}
.middle-section {
  width: 80%;
  min-width: 350px;
  margin: 5px auto;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: white;

}
.middle-section-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px auto;
}
.middle-section-row-center {
  margin: auto;
}
.temp-box {
  width: 200px;
  background-color: #574AE2;
  border-radius: 5px;
  margin: 5px 20px;
  box-shadow: 2px 2px 2px black;
  color: white;
  display: table;
}
.temp-box-2 {
  width: 300px;
}
.temp-box-section{
  width: 150px;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  margin: 10px auto;
  padding: 10px 0px;
}
.temp-box-section-2 {
  width: 250px;
}
.temp-box-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.temp-box-cell{
  text-align: center;
  font-size: 20px;
  margin: 0 15px;
}
.temp-box-wykres{
  text-align: center;
  font-size: 12px;
}

footer {
  width: 80%;
  min-width: 350px;
  background-color: #465362;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  color: lightgray;
  border-radius: 10px;
}
.footer-lists {
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: gray;
}
.footer-list {
  list-style-type: none;
  margin: 10px auto -5px auto;
  text-align: center;
}
.copyrights {
  color: white;
  text-align: center;
  margin: auto;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.RB-logo-footer {
  height: 30px;
  margin: -5px auto 5px auto;
}

.box {
  width: 300px;
  padding: 5px 40px;
  margin: 20px auto;
  background: #574AE2;
  border-radius: 10px;
  text-align: center;
  box-shadow: 2px 2px 2px black;
}
.box h1 {
  color: white;
  text-transform: uppercase;
  font-weight: 500;

}
.box input[type = "text"],.box input[type = "password"]{
  border: 0;
  background: none;
  display: block;
  margin: 20px auto;
  text-align: center;
  border: 2px solid #3498db;
  padding: 14px 10px;
  width: 200px;
  outline: none;
  color: white;
  border-radius: 24px;
  transition: 0.25s;
}
.box input[type = "text"]:focus,.box input[type = "password"]:focus{
  width: 280px;
  border-color: #2ecc71;
}
.box input[type = "submit"]{
  border: 0;
  background: none;
  display: block;
  margin: 20px auto;
  text-align: center;
  border: 2px solid #2ecc71;
  padding: 14px 40px;
  outline: none;
  color: white;
  border-radius: 24px;
  transition: 0.25s;
  cursor: pointer;
}
.box input[type = "submit"]:hover{
  background: #2ecc71;
}

.bad-User {
  margin: auto;
}
.temp-box-options {
 font-size: 12px;
 display: flex;
 justify-content: center;
}
.temp-box-options-col {
 margin: 0 10px;
}
.middle-section-row-desc {
	margin: 0 50px;
}
.gallery-img {
  height: 200px;
  margin: 22px 10px;
  box-shadow: 2px 2px 2px black;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: lightgray;
  opacity: 1; /* Firefox */
}
