﻿.maxFill {
  font-size: 6.5vw;
  text-align: left;
  display: block;
  width: 100%;
  margin-bottom: 2vw;
}

.maxFillSmallFont {
  font-size: 6.5vw;
  text-align: left;
  display: block;
  width: 100%;
}

input.maxFill,
textarea.maxFill,
select.maxFill,
input.maxFillSmallFont,
textarea.maxFillSmallFont,
select.maxFillSmallFont {
  color: #000000;
  text-decoration: none;
  border: 3px solid;
  border-radius: 10px;
  display: block;
  margin-top: 2vw;
  margin-bottom: 2vw;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: white;
}

input[type="submit"] {
  text-align: center;
}

.login td {
  display: inline-block;
  text-align: center;
}

body {
  background-color: #d9d9d9;
  margin: 0;
}

.selected {
  background-color: #00ff00;
}

td {
  width: 100%;
}

input[type="radio"] {
  width: 6.5vw;
  height: 6.5vw;
}

input[type="checkbox"] {
  width: 6.5vw;
  height: 6.5vw;
}

.maxFill input {
  font-size: medium;
}

.maxFill .login {
  font-size: 1em;
  text-align: center;
  display: block;
  padding-bottom: 0;
  padding-top: 0;
  background-color: white;
}

#MsgBox {
  margin-top: 2vw;
  margin-left: 1vw;
  padding-bottom: 0;
}

.readings {
  font-size: 4em;
}
.green {
  background-color: #22b14c;
}

.hidden {
  display: none;
}

#Parameters tbody,
#Parameters tr,
#Parameters td {
  display: block;
}

#Parameters td,
#Parameters input,
#Parameters .text {
  padding-top: 1%;
  padding-bottom: 1%;
}

#Parameters input[type="text"],
#Parameters input[type="number"] {
  width: 100%;
  font-size: 1em;
}

#Parameters {
  padding-top: 0%;
}

.dataTitle {
  font-weight: bold;
}

.readings td {
  width: 33%;
  text-align: center;
}

.readings table {
  width: 100%;
}

.headerMaxFill {
  font-weight: bold;
  font-size: 6.5vw;
  display: block;
  padding-bottom: 6vw;
  padding-top: 3vw;
}

.doroPanel {
  text-align: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.doroPanel hr {
  border: none;
  border-top: 5px solid black;
  margin-top: 8vw;
  margin-bottom: 8vw;
}

.statusImg {
  width: 5vw;
  margin-right: 2vw;
}

select {
  /*padding: 15px;
    border-radius: 3px !important;
    height: 50px !important;
    color: #ffffff !important;
    padding-right: 30px !important;
    font-size: 14px !important;
    border-color: blue !important;

    border: none;
    position: relative;*/
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 3vw;
  background-position: calc(100% - 2vw) center;
  background-repeat: no-repeat;
}

select::-ms-expand {
  display: none;
}

.cloudlogin {
  margin-top: 8vw;
}
