html, body {
  width:100%;
}

h2 {
  font-size: 20px;
}

.header {
  background: #0066cc;
  height: 40px;
  color: #e1e5ea;
}

header {
  z-index: 1000;
  position: fixed;
}

header a {
  font-size: 13px;
}

.header a {
  color: #c3c3c3;
}

header select {
  background: #0055ab;
  padding: 4px 8px;
  border: 1px solid #3b8ee2;
  color: #fff;
  font-size: 13px;
}

#columns {
  display: table;
}

#menu, #content {
  display: table-cell;
}

#menu {
  vertical-align: top;
  width: 250px;
}

#content {
}

select {
  font-size: 12px;
}

label {
  cursor: pointer;
}

.app-name {
  font-size: 24px;
  font-weight: 100;
  text-decoration: none !important;
  color: #fff !important;
}

.table.no-border tr td {
  border: none;
}

.text-none {
  color: #c1c1c1;
  font-style: italic;
}

.no-wrap {
  white-space: nowrap;
}

.overflow-ellipse {
  max-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.files.wo-files {
  color: #aeaeae;
}

.no-rows-found {
  height: 80px;
  text-align: center;
  padding: 30px 0 !important;
}

.header-button {
  background: #0055ab;
  padding: 4px 8px;
  /* border-radius: 4px; */
  border: 1px solid #3b8ee2;
}

.message-notread {
  color: #0066cc;
}

.message-notread a {
  font-weight: bold;
}

.message-read {
  color: #dedede;
}

.no-border td {
  padding: 2px 8px 2px 0;
  border: none;
}

.messages-content p.content-header {
  font-size: 12px;
}

.navigation-button {
  display: inline-block;
  background: #0066cc;
  padding: 4px 12px;
  color: #fff;
  border-radius:4px;
}

.relationNumberHighlight {
  background: #d5e9ff;
  padding: 2px 8px;
  border-radius:4px;
}

.highlight {
  background: yellow;
}
