.rtDbs {
  background-color: #1c2d38;
  height: 100%;
}
.rtDbs__container {
  padding-top: 40px;
  display: flex;
  justify-content: center;
}
/* table */
.rtDbs__table {
  width: 1020px;
  height: 100%;
}
.rtDbs__header {
  display: flex;
  flex-direction: row;
}
.rtDbs__headerItem {
  height: 22.5px;
  width: 16.6%;
  display: flex;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #889397;
}
.rtDbs__row {
  display: flex;
  flex-direction: row;
  margin-bottom: 2px;
  background-color: #1c2d38;
  cursor: pointer;
}
.rtDbs__row:hover {
  background-color: #5c6c75;
  transition: all 0.7s ease-out;
}
.rtDbs__row-item {
  height: 45px;
  width: 16.6%;
  color: #ffffff;
  font-weight: normal;
  display: flex;
}
.rtDbs__row-text {
  margin: auto;
}
.rt {
  height: 100%;
}
.rt-perf .listview {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rt__lists-out {
  display: flex;
  justify-content: center;
}
.rt-lists {
  display: flex;
  flex-direction: column;
  flex: 1;
  flex-basis: 290px;
  width: 440px;
  overflow: hidden;
  box-sizing: padding-box;
  -moz-box-sizing: padding-box;
  -webkit-box-sizing: padding-box;
  padding-top: 35px;
}
.rt-details {
  width: 440px;
  padding-top: 35px;
}
.rt-lists:last-child {
  margin-right: 0;
  margin-bottom: 25px;
}
.rt-lists__listdiv {
  height: 100%;
  overflow-y: auto;
  margin: 0;
  padding: 0;
}
.rt-lists__item,
.rt-lists__empty-error {
  position: relative;
  width: 100%;
  height: 46px;
  background-color: #1c2d38;
  margin-bottom: 1px;
  display: flex;
  flex-direction: row;
  overflow: hidden;
}
.rt-lists__item--slow {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
}
.rt-lists__item--slow:hover {
  background-color: #001e2b;
}
.rt-lists__empty-error {
  padding-top: 10px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  text-anchor: middle;
  padding-left: 150px;
}
.rt-lists__item:last-child {
  border-bottom: none;
}
/* LAYOUT */
.rt-lists__header {
  margin-top: -4px;
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 0;
}
.rt-details__header {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 0;
  align-items: baseline;
  margin-top: -12px;
}
.rt-lists__headerlabel,
.rt-details__headerlabel {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  flex-grow: 1;
  margin: 0;
  margin-bottom: 4px;
}
.rt-lists__headerlabel--right {
  text-align: right;
}
/* SHARED */
.rt-lists__tab {
  width: 9px;
}
.rt-lists__load {
  font-weight: 300;
  font-size: 12px;
  color: #ffffff;
  position: absolute;
  top: 15px;
  right: 25px;
}
/* HOT */
.rt-lists__collection-hot {
  font-weight: 500;
  font-size: 12px;
  /* collection name */
  color: #ffffff;
  position: absolute;
  top: 5px;
  left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
}
.rt-lists__rw {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  /* R/W bars go at bottom */
  font-weight: 500;
  font-size: 9px;
  /* R/W */
  color: #ffffff;
}
.rt-lists__r {
  /* R/W bar */
  height: 14px;
  width: 30%;
  background-color: #5c6c75;
  padding: 2px 0 0 4px;
}
.rt-lists__w {
  height: 14px;
  width: 70%;
  background-color: #3d4f58;
  padding: 2px 0 0 4px;
}
/* SLOW */
.rt-lists__op {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  padding: 1px 0 1px 0;
  background-color: #5c6c75;
  border-radius: 2px;
  flex: 0 0 60px;
  position: relative;
  margin: 1px 5px 0 5px;
}
.rt-lists__collection-slow {
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 2;
  margin: 0 5px;
}
.rt-lists__time {
  font-weight: 300;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 1;
  margin: 0 5px;
}
/* DETAIL VIEW */
.rt-details__body {
  display: block;
  position: relative;
  background-color: #1c2d38;
  font-size: 10px;
  font-weight: 500;
  height: 600px;
}
.rt-details__opinfo {
  border-bottom: #3d4f58 1px solid;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.rt-details__opinfo div {
  margin: 0 5px;
}
.rt-details__opinfo div.rt-details__op {
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  padding: 1px 0 1px 0;
  background-color: #5c6c75;
  border-radius: 2px;
  flex: 0 0 60px;
  position: relative;
  margin-top: 1px;
}
.rt-details__opinfo div.rt-details__collection-slow {
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  flex-grow: 2;
}
.rt-details__opinfo div.rt-details__time {
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  flex-grow: 1;
}
.rt-details__list {
  display: flex;
  flex-direction: column;
  margin-left: 30px;
  padding-left: 0;
  margin-top: 10px;
}
.rt-details__item {
  position: relative;
  width: 100%;
  height: 30px;
  display: flex;
  flex-direction: row;
  padding-top: 10px;
}
.rt-details__datatype {
  position: absolute;
  color: #c1c7c6;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}
.rt-details__datatype-val {
  position: absolute;
  color: #ffffff;
  font-size: 14px;
  left: 100px;
}
.rt-details__raw {
  font-family: 'Source Code Pro', Menlo, monospace;
  color: #ffffff;
  background-color: #001e2b;
  font-size: 12px;
  font-weight: 300;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  overflow-y: auto;
  word-wrap: break-word;
  /* IE>=5.5 */
  white-space: pre;
  /* IE>=6 */
  white-space: -moz-pre-wrap;
  /* For Fx<=2 */
  white-space: pre-wrap;
  /* Fx>3, Opera>8, Safari>3*/
  height: 360px;
  padding: 16px;
}
.rt-perf {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  flex-grow: 1;
  overflow: auto;
}
.rt-perf .serverstats {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 620px;
  justify-content: space-around;
  align-items: center;
}
.rt-perf .error-message {
  text-transform: uppercase;
  text-anchor: middle;
  font-size: 14px;
  fill: #ffffff;
}
.rt-perf .focus {
  stroke: #ffffff;
  fill: #ffffff;
  font-size: 11px;
  text-anchor: middle;
}
.rt-perf .serverstats-chart-background {
  fill: #1c2d38;
}
.rt-perf .serverstats-chart-title {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  margin: 15px 0 0 55px;
}
.rt-perf .serverstats-y-axis-label,
.rt-perf .serverstats-y2-axis-label {
  font-size: 9px;
  color: #e8edeb;
  margin: 5px 0;
}
.rt-perf .serverstats-legend-item,
.rt-perf .serverstats-legend-2-item {
  margin-top: 5px;
  display: flex;
  flex-grow: 1;
}
.rt-perf .serverstats-legend-item {
  margin-right: 18px;
}
.rt-perf .serverstats-legend-2-item {
  margin-left: 18px;
}
.rt-perf .serverstats-legend-linename,
.rt-perf .serverstats-legend-2-linename {
  text-transform: uppercase;
  font-size: 10px;
  color: #e8edeb;
  margin: 0 0 0 5px;
}
.rt-perf .serverstats-legend-count,
.rt-perf .serverstats-legend-2-count {
  font-size: 12px;
  color: #ffffff;
  margin: 5px 0 0 5px;
}
.rt-perf .serverstats-overlay-line {
  stroke-width: 1px;
}
.rt-perf .serverstats-overlay-triangle {
  stroke: none;
}
.rt-perf {
  background: #001e2b;
  font-family: 'Euclid Circular A', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  min-width: 100%;
}
.rt-perf .rt__graphs-out {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 520px;
  padding-top: 31px;
  display: flex;
  flex-direction: column;
}
.rt-perf .rt__lists-out {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 480px;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
}

