.pre {
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
}

.text-cut span {
  display: block;
  width: 220px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.unacked-orders {
  filter: none !important;
  color: #FF0000 !important;
}

aside.main-sidebar {
  min-width: 180px;
}

.login-wrapper .main-header #header-logo {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 40px;
}
