/*工程師新增*/

/*翻譯用遮罩*/
#bodyblock {
  position: relative;
  z-index: 9999;
}

#shader {
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
}

/*驗證提示文字*/
div.radio-style {
  margin-bottom: -10px;
}

div.checkbox-style {
  margin-bottom: -10px;
}

div.select-style {
  margin-bottom: 0px;
}

/*表單用*/
/* #message {
  display: none;
} */

label.error {
  position: relative;
  top: -5px;
  color: #B74848 !important;
  font-size: 14px;
}

.modal-body input.error {
  border-color: #e95c40;
}

div.error {
  border-width: 2px;
  border-style: solid;
  border-color: #e95c40;
  padding: 7px !important;
}