/* hide some elements from emails body */

span[lang] {
  display: none !important;
}

a[href*="oc_static_timeline"] {
  display: none !important;
}

.ocs_hidden {
  display: none !important;
}

.gmail_quote {
  display: none !important;
}

blockquote.quote {
  display: none !important;
}

blockquote[type="cite"] {
  display: none !important;
}

/* retouching for the all app */

button, input {
  outline: none !important;
}

textarea {
  overflow: auto !important;
  resize: none !important;
}

div.dataTables_processing {
  z-index: 1 !important;
}

.timeline-body {
  word-wrap: break-word !important;
}

.goto {
  border-radius: 50% !important;
  position: fixed !important;
  bottom: 65px !important;
  right: 15px !important;
}

.text-white {
  color: #ffffff !important;
}

.notifications-menu .slimScrollDiv {
  overflow: visible !important;
}