html,
body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    padding: 0 10px;
}

.header,
.content,
.footer {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}
/* Header */


/* Header navigation list */
.nav ul {
  display: none;
  list-style: none;
  padding: 0;
  width: 100%;
  margin: 0;
  /* margin-top: 2px; */
}

.nav-link,
a.mobile_menu {
  display: block;
  text-align: center;
  border-bottom: 1px solid rgb(241, 241, 250);
  background-color: rgba(133, 190, 247, 0.842);
  padding: 17px 17px;
  text-decoration: none;
  color: rgb(0, 5, 10);
  text-transform: uppercase;

}
a.mobile_menu {
  height: 20px;
}
/* Footer */
.footer {
  background-color: cornflowerblue;
}
/* -------- fORM ---------- */
.freeze-form,
.direction-form,
.level-form {
  margin-top: 10px;
}
.level-form {
  margin-bottom: 10px;
}
.rapper-input,
.lath-input {
  margin-bottom: 10px;
}
.level-form input {
  width: 80px;
  height: 30px;
  font-size: 1.5em;
}
.level-form button {
  padding: 10px;
}
.add-form {
    max-width:300px;
    margin: 0 auto;
  }

  .form-head {
    text-align: center;
  }

  .form-box {
    display:flex;
    flex-direction:column;
    border: none;
  }

  /* .form-label {

  } */

  .form-input {
    box-sizing: border-box;
    width: 100%;
    padding:10px;
    margin:5px 0 10px;
  }

  .form-radio {
    margin-left:20px;
  }

  .radio-container {
    margin:20px 0;
  }

  .radio-box {
    margin:10px 0;
    display: flex;
    align-items: flex-start;
  }

  .form-textarea {
    margin-top:10px;
    width: 100%;
    box-sizing: border-box;
  }

  .submit-button {
    width: 100%;
    padding:10px;
    margin-top:20px;
  }

  .errors-list ul  {
    list-style: none;
    text-align: center;
    color: red;
    outline: 1px solid red;
    padding: 10px;
  }
  .messages-list ul {
    list-style: none;
    text-align: center;
    color: green;
    outline: 1px solid green;
    padding: 10px;
  }
  .info-box {
    max-width: 300px;
    margin: 0 auto;
  }
  #user {
    margin: 10px 0;
   }

   .link {
       display: block;
       margin-bottom: 20px;
   }
.stage-table{
  border-collapse: collapse;
  text-align: center;
}
.stage-table th,
.stage-table td {
  width: 70px;
  border: 1px solid gray;
}


.level-form {
    margin: 20px 0;
}
.level-input {
	display: flex;
    justify-content: space-between;
    width: 75%;
    margin: 10px 0;
}
.level-input label {
	padding-top: 8px;
}
.completed-meter {
	font-weight: bold;
}

.hidden {
	display: none !important;
}
.completed-form {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.completed-form input {
  height: 30px;
}
.button {
  width: 30%;
  height: 40px;
  margin: 30px 0;
}
.completed-form input {
	width: 50%;
}
label[for="from"] {
  text-align: left;
}
label[for="to"] {
  text-align: left;
  margin: 10px 0 0;
}
.completed-background {
  background-color: rgb(250, 244, 191);
}
.pipe-meter-color {
  color: rgb(24, 154, 111);
}
.edit-button {
  padding: 10px 30px;
  margin-top: 20px;
}
.rapper-select {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 5px;
  color: black;
  font-size: 1.1em;
  background-color: yellow;
  width: 80%;
}
input[type="number"] {
  width: 80px;
  text-align: center;
}
.rapper-desc {
  color: red;
}
.direction-change-link {
  display: inline-block;
  text-decoration: none;
  padding: 0 10px;
  color: red;
}
.info-container {
  margin: 20px 0;
	display: flex;
	justify-content: space-between;
}
.info-container p {
  margin: 0;
}
.info-container a {
  padding-right: 30px;
  color: red;
}
.edit-form {
	display: flex;
	flex-direction: column;
}
.edit-form input {
	margin: 10px 0;
	height: 20px;
}



.header,
.content,
.footer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.nav ul {
  display: none;
  list-style: none;
  padding: 0;
  width: 100%;
  margin: 0;
}

.nav-link,
a.mobile_menu {
  display: block;
  text-align: center;
  border-bottom: 1px solid rgb(241, 241, 250);
  background-color: rgba(133, 190, 247, 0.842);
  padding: 17px 17px;
  text-decoration: none;
  color: rgb(0, 5, 10);
  text-transform: uppercase;

}

a.mobile_menu {
  height: 20px;
}


.footer {
  background-color: cornflowerblue;
}

body {
  font-family: Arial, sans-serif;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

form {
  margin-top: 20px;
  border: 1px solid #ccc;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 5px;
}

label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

select,
input[type="date"],
textarea,
button {
  width: 100%;
  padding: 8px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

button {
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
}

button:hover {
  background-color: #0056b3;
}

fieldset {
  margin-top: 20px;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
}
fieldset div {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: baseline;
}
fieldset input{
  margin: 10px;
}
input[type="date"] {
  margin-left: 0;
  margin-right: 0;
}
button[type="submit"] {
  margin-top: 15px;
}
h2 {
  text-align: center;
}
.day-report-table {
  border-collapse: collapse;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: smaller;
  text-align: center;
}
.darbs-cell {
  text-align: left;
}
.day-report-table th,
.day-report-table td {
  border: 1px solid #cecece;
  padding: 5px;
}
.td-nowrap {
    white-space: nowrap;
}
