.custom_3 {
  border-radius: 3px;
}

.custom_5 {
  border-radius: 5px;
}

.custom_7 {
  border-radius: 7px;
}

.custom_10 {
  border-radius: 10px;
}

table.topTable tr td label, table.bottomTable tr td label {
  font-weight: bolder;
}
table.topTable tr td:focus-within, table.bottomTable tr td:focus-within {
  background-color: #00FFFF;
}
table.topTable tr td:focus-within .inputTextLabel, table.bottomTable tr td:focus-within .inputTextLabel {
  color: #3e3eff;
  font-weight: bolder;
  font-style: italic;
  text-shadow: 2px 2px 9px #ff0000;
}
table.topTable input[type=text], table.topTable input[type=tel], table.topTable input[type=email], table.bottomTable input[type=text], table.bottomTable input[type=tel], table.bottomTable input[type=email] {
  /*height: 30%;*/
  font-size: 1.4rem;
  border: 1px solid #eeeeee;
  box-sizing: content-box;
}
table.topTable input[type=text]:focus, table.topTable input[type=tel]:focus, table.topTable input[type=email]:focus, table.bottomTable input[type=text]:focus, table.bottomTable input[type=tel]:focus, table.bottomTable input[type=email]:focus {
  background: #7dbfff;
  outline: none;
  box-shadow: rgba(0, 0, 0, 0.25) 0 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
table.topTable input[type=date], table.bottomTable input[type=date] {
  /*height: 30%;*/
  font-size: 1.2rem;
  border: 1px solid #eeeeee;
  box-sizing: content-box;
}
table.topTable input[type=date]:focus, table.bottomTable input[type=date]:focus {
  background: #7dbfff;
  outline: none;
  box-shadow: rgba(0, 0, 0, 0.25) 0 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
table.mainTable input, table.mainTable select {
  /* width: 65%;*/
  /*height: 30%;*/
  font-size: 1.02rem;
  border: 1px solid #eeeeee;
  box-sizing: content-box;
}
table.mainTable input:focus, table.mainTable select:focus {
  background: #7dbfff;
  outline: none;
  box-shadow: rgba(0, 0, 0, 0.25) 0 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
table.mainTable tr#details td {
  /*input{*/
  /* background-color: yellow;*/
  /*}*/
  /*display: flex;*/
  /* flex-direction: column;*/
}
table.mainTable tr#details td.twoInputsOneTd {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /*background-color: yellow;*/
  /*justify-content: stretch;*/
  /*justify-content: space-between;*/
}
table.mainTable tr#details td.twoInputsOneTd input.secondItem {
  /* margin: 1%;*/
  flex: auto;
  text-align: center;
  width: 15%;
}
table.mainTable tr#details td.twoInputsOneTd input.thirdItem {
  /* margin: 1%;*/
  flex: auto;
  text-align: center;
  width: 65%;
}
table.mainTable tr th.headers {
  font-size: 0.9rem;
  margin: 0;
  padding: 0;
}
table.mainTable tr th a {
  display: block;
  background-color: dodgerblue;
  cursor: pointer;
  color: white;
  font-weight: bold;
}
table.mainTable tr th a:hover {
  background-color: yellow;
  color: saddlebrown;
  font-style: italic;
}
table.mainTable tr div.secondThird {
  /* width: 40vw;*/
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-self: center;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
table.mainTable tr div.secondThird .grid-item {
  display: flex;
  flex-direction: column;
  align-items: start;
  /* background-color: yellow;*/
  /*border: 2px solid red;*/
  margin: 0;
  padding: 0;
}
table.mainTable tr div.secondThird .grid-item-second {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* background-color: yellow;*/
  /*border: 2px solid #0060b6;*/
  margin: 0;
  padding: 0;
}
table.mainTable tr input.first, table.mainTable tr select.first {
  display: flex;
  padding-right: 0;
  margin-right: 0;
  width: 95%;
}

/*# sourceMappingURL=power_lighting_etc_board_ht.css.map */
