div.DTE_Field input,
div.DTE_Field textarea {
  box-sizing: border-box;
  background-color: white;
  -webkit-transition: background-color ease-in-out .15s;
  transition: background-color ease-in-out .15s; }
div.DTE_Field input:focus,
div.DTE_Field textarea:focus {
  background-color: #ffffee; }
div.DTE_Field input[type="color"],
div.DTE_Field input[type="date"],
div.DTE_Field input[type="datetime"],
div.DTE_Field input[type="datetime-local"],
div.DTE_Field input[type="email"],
div.DTE_Field input[type="month"],
div.DTE_Field input[type="number"],
div.DTE_Field input[type="password"],
div.DTE_Field input[type="search"],
div.DTE_Field input[type="tel"],
div.DTE_Field input[type="text"],
div.DTE_Field input[type="time"],
div.DTE_Field input[type="url"],
div.DTE_Field input[type="week"] {
  padding: 5px 4px;
  width: 100%; }
div.DTE_Field label div.DTE_Label_Info {
  font-size: 0.85em;
  margin-top: 0.25em; }
  div.DTE_Field label div.DTE_Label_Info:empty {
    margin-top: 0; }
div.DTE_Field div.DTE_Field_Info,
div.DTE_Field div.DTE_Field_Message,
div.DTE_Field div.DTE_Field_Error {
  font-size: 11px;
  line-height: 1em;
  margin-top: 5px; }
  div.DTE_Field div.DTE_Field_Info:empty,
  div.DTE_Field div.DTE_Field_Message:empty,
  div.DTE_Field div.DTE_Field_Error:empty {
    margin-top: 0; }
div.DTE_Field div.DTE_Field_Error {
  display: none;
  color: #b11f1f; }
div.DTE_Field div.multi-value {
  display: none;
  border: 1px dotted #666;
  border-radius: 3px;
  padding: 5px;
  background-color: #fafafa;
  cursor: pointer; }
  div.DTE_Field div.multi-value span {
    font-size: 0.8em;
    line-height: 1.25em;
    display: block;
    color: #666; }
  div.DTE_Field div.multi-value.multi-noEdit {
    border: 1px solid #ccc;
    cursor: auto;
    background-color: #fcfcfc; }
    div.DTE_Field div.multi-value.multi-noEdit:hover {
      background-color: #fcfcfc; }
  div.DTE_Field div.multi-value:hover {
    background-color: #f1f1f1; }
div.DTE_Field.disabled {
  color: grey; }
  div.DTE_Field.disabled div.multi-value {
    cursor: default;
    border: 1px dotted #aaa;
    background-color: transparent; }
div.DTE_Field div.multi-restore {
  display: none;
  margin-top: 0.5em;
  font-size: 0.8em;
  line-height: 1.25em;
  color: #3879d9; }
  div.DTE_Field div.multi-restore:hover {
    text-decoration: underline;
    cursor: pointer; }

div.DTE_Field_Type_textarea textarea {
  padding: 3px;
  width: 100%;
  height: 80px; }

div.DTE_Field.DTE_Field_Type_date img {
  vertical-align: middle;
  cursor: pointer; }

div.DTE_Field_Type_checkbox div.DTE_Field_Input > div > div,
div.DTE_Field_Type_radio div.DTE_Field_Input > div > div {
  margin-bottom: 0.25em; }
  div.DTE_Field_Type_checkbox div.DTE_Field_Input > div > div:last-child,
  div.DTE_Field_Type_radio div.DTE_Field_Input > div > div:last-child {
    margin-bottom: 0; }
  div.DTE_Field_Type_checkbox div.DTE_Field_Input > div > div label,
  div.DTE_Field_Type_radio div.DTE_Field_Input > div > div label {
    margin-left: 0.75em;
    vertical-align: middle; }

div.DTE_Field_Type_select div.DTE_Field_Input {
  padding-top: 4px; }
