.colorRed, .errors {
  color: red;
}

.colorOrange {
  color: #DC9547;
}

.indent2 {
  padding-left: 2rem;
}

.indent5::before {
  content: "";
  display: inline-block;
  width: 5rem;  
}

.hide {
  display: none !important;
}

.remark {
  color: gray;
}

.fullWidth {
  width: 100%;
}

.deactive {
  visibility: hidden;
}

.text-center {
  text-align: center !important;
}

.marginLR1 {
  margin: 0 1em;
}

.marginTop1 {
  margin-top: 1em;
}

.marginLeft1 {
  margin-left: 1em;
}

.marginLeft2 {
  margin-left: 2em;
}

/* 讓文字自動撐開至設定長度(https://www.minwt.com/webdesign-dev/css/11522.html) */
span[class^="min-width"] {
  display: inline-block;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  -moz-text-align-last: justify;
  -webkit-text-align-last: justify;
  line-height: 0;
}

span[class^="min-width"]:after {
    content: '';
    display: inline-block;
    width: 100%;
}

span.min-width3 {
  width: 3em;
}

span.min-width4 {
  width: 4em;
}

.width5, span.min-width5 {
  width: 5em;
}

span.min-width6 {
  width: 6em;
}

.width7, span.min-width7 {
  width: 7em;
}

.width9 {
  width: 9em;
}

.floatLeft {
  float: left !important;
}

.floatRight {
  float: right !important;
}

.cursorPo {
  cursor: pointer;
}

.fakeLink {
  text-decoration: underline;
  color: blue;
  cursor: pointer;
}

.hrText {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: 0.8;
}
.hrText:before {
    content: '';
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}
.hrText:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 .5em;
    line-height: 1.5em;
    color: #818078;
    background-color: #FFF;
}

.errorlist li {
  color: red;
}

.red {
  color: red;
}

.supplies {
  text-align: center;
  float: left;
  color: #8F8F8F;
}

.suppliesName {
  margin: 0 0.5em;
}

.hrLine {
  width: 1.5em;
  vertical-align: middle; 
  border: 1.5px solid #8F8F8F;
  display: inline-block;
}

