/* input error input */
.has-error input, .has-error .checkbox-inline, .has-error .radio-inline {
  border: 1px solid #bc2958;
  background: #fcdee7 !important;
}
/* input error select */
.has-error .dropdown select {
  background: #fcdee7 !important;
}
/* word-break */
dl dd {
  word-break: break-all;
}
