@charset "UTF-8";
body {
  color: black;
  font-family: "微軟正黑體", "黑體-繁", Helvetica, sans-serif, monospace;
  background-color: white;
  padding: 1em 0em;
  visibility: hidden;
}

h1 {
  color: #0066CC;
  font-weight: bolder;
  margin-left: 1em;
}

a {
  color: #0066CC;
  text-decoration: none;
  font-weight: bolder;
}

.part:nth-child(2) {
  border-bottom: 1px solid #DDD;
}

.part:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 2em 0 1em 0;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4em;
  font-size: 0.9em;
  background-color: #EEE;
  padding: 0em 1.5em;
}

.row:first-child {
  padding-top: 1.5em;
}

.row:last-child {
  padding-bottom: 1.5em;
}

.row .col-text {
  margin: 0 0.5em;
  width: 5em;
  text-align: center;
}

.row .col-text.must {
  font-weight: bolder;
  text-decoration: underline;
}

.row input {
  width: 12em;
  height: 2.5em;
  padding-left: 0.5em;
  margin-right: 3em;
  font-size: 1em;
  border-radius: 0.5em;
  border: 1px solid #DDD;
}

.row select,
.row option {
  width: 12em;
  margin-right: 3em;
}

.row input[type='submit'] {
  width: 10rem;
  height: 3rem;
  background-color: DeepSkyBlue;
  color: white;
  font-weight: bolder;
  font-size: 1rem;
  border-radius: 1em;
  margin-left: 5em;
}

.row input[type='submit']:hover {
  cursor: pointer;
  background-color: white;
  color: #0066CC;
}

.row.submit {
  background-color: white;
  width: auto;
  padding: 0;
  height: auto;
}

.btn {
  width: 10rem;
  height: 3rem;
  background-color: #0066AA;
  color: white;
  font-weight: bolder;
  font-size: 1em;
  border-radius: 1em;
  border: 1px solid #DDD;
  margin-left: 5em;
}

.btn:hover {
  cursor: pointer;
  background-color: white;
  color: #0066CC;
}

.check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 92%;
  margin: 0 auto;
  padding: 0;
}

.check .col {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0.5em;
}

.check .door {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 0.9em;
}

.check .door > :nth-child(1) {
  width: 5%;
  text-align: center;
}

.check .door > :nth-child(2) {
  width: 40%;
}

.check .door > :nth-child(3) {
  width: 40%;
}

.check .door > :nth-child(4) {
  width: 15%;
  text-align: center;
}

.check .head {
  color: white;
  font-weight: 500;
  padding: 0.5em 0.8em;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  background-color: #666;
}

.check .head:not(:first-child) {
  border-left: 2px solid white;
}

.check .box {
  padding: 0.25em 0.8em;
  border-bottom: 1px solid #CCC;
  color: #555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.check .box:not(:first-child) {
  border-left: 2px solid white;
}

.check .box:last-child {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.check .box .btn {
  cursor: pointer;
  border: none;
  background: transparent;
  width: auto;
  height: 1em;
  margin: 0;
  padding: 0;
}

.check .box img {
  height: 1em;
}

.check .line {
  width: 0.5em;
  height: 88.7em;
  background-color: #EEE;
  visibility: hidden;
}

@media (max-width: 575.98px) {
  h1 {
    margin-left: 0;
    margin: 0 auto;
    text-align: center;
  }
  .check {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .check .col {
    width: 100%;
    margin: 0;
  }
  .check .door > :nth-child(2) {
    display: none;
  }
  .check .door > :nth-child(3) {
    width: 80%;
  }
  .check .line {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  h1 {
    margin-left: 0;
    margin: 0 auto;
    text-align: center;
  }
  .check {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .check .col {
    width: 100%;
    margin: 0;
  }
  .check .line {
    display: none;
  }
}
/*# sourceMappingURL=mqtt.css.map */