#loading, .anpi-loading {
  z-index: 3001;
  position: fixed;
  left: 50%;
  top: 45%;
}
#overlay, .anpi-overlay {
  z-index: 3000;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  opacity: 0;
  background-color: #fff;
  cursor: progress;
}
.alert-area ul {
  padding-left: 0;
  list-style: none;
}
label.field-error {
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  border-radius: 4px;
}
a {
  cursor: pointer;
}
.brake-word {
  word-wrap: break-word !important;
}

.control-label {
  word-break: break-all;
}
.DTFC_LeftBodyLiner {
  overflow-x: hidden;
}
.DTFC_RightWrapper {
  display: none;
}

@media print {
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}