.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  padding-top: 60px;
  padding-bottom: 40px;
}
.navbar .nav .nav-name {
  max-width: 160px;
  white-space: nowrap;
  overflow: hidden;
}
.navbar .nav .navbar-form {
  margin: 0 5px 0 5px;
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
}
.search-stuff {
  padding: 4px;
  width: 400px;
}
.search-stuff input {
  margin: 0;
  width: 386px;
}
.search-stuff form {
  margin: 0;
}
.search-stuff ul {
  margin: 0;
  list-style: none;
}
.search-stuff a {
  padding: 3px 7px;
}
.search-stuff .search-items {
  position: static;
  border: none;
}
.search-stuff .search-items li.nav-header {
  padding-left: 5px;
  padding-right: 5px;
}
.search-stuff .search-item {
  overflow: hidden;
  font-size: 13px;
}
.search-stuff .search-item small {
  float: right;
  font-size: 11px;
  color: #999;
}
table.table tbody td.right {
  text-align: right;
}
table.table tbody td.center {
  text-align: center;
}
table.table thead th.right {
  text-align: right;
}
table.table thead th.top-header {
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 0;
  text-align: center;
  font-weight: normal;
}
table.table thead th.sub-header {
  background-color: whiteSmoke;
  color: #333;
  border-right: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  font-weight: normal;
}
table.table thead th.sub-header:last-child {
  border-right: 0;
}
table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  padding-right: 19px !important;
}
table.table thead .sorting .right,
table.table thead .sorting_asc .right,
table.table thead .sorting_desc .right,
table.table thead .sorting_asc_disabled .right,
table.table thead .sorting_desc_disabled .right {
  padding-left: 19px !important;
  background-position-x: left;
}
table.table thead .sorting_asc {
  background: url('/static/img/datatables/sort_asc.png') no-repeat center right;
}
table.table thead .sorting_desc {
  background: url('/static/img/datatables/sort_desc.png') no-repeat center right;
}
.dataTables_topspace {
  padding-top: 10px;
}
div.dataTables_length select {
  width: 75px;
}
div.dataTables_filter label {
  float: right;
}
div.dataTables_info {
  padding-top: 8px;
}
div.dataTables_paginate {
  float: right;
  margin: 0;
}
table {
  margin-bottom: 6px !important;
  clear: both;
}
tbody.clickable tr {
  cursor: pointer;
}
.trace-entity-label {
  font-size: 12px;
  color: white;
}
.btn.btn-mini.btn-tiny {
  margin-left: 10px;
  min-height: 0;
  line-height: 15px;
  overflow: hidden;
  white-space: nowrap;
  width: 130px;
  text-align: left;
}
.table-simple th,
.table-simple td {
  padding: 4px;
}
.table-simple td,
.table-simple th {
  padding: 4px;
  border: 0;
}
div.timeseries svg {
  font-size: 10px;
}
div.timeseries path {
  fill: #08C;
}
div.timeseries .axis path,
div.timeseries .axis line {
  fill: none;
  stroke: #333;
  shape-rendering: crispEdges;
}
div.timeseries .brush .extent {
  stroke: #fff;
  fill-opacity: 0.125;
  shape-rendering: crispEdges;
}
div.progress-uptime {
  height: 18px;
  width: 55px;
  margin: 0;
  padding: 0;
}
div.label-status {
  height: 18px;
  width: 55px;
  line-height: 17px;
  margin: 0;
  padding: 0;
}
div.label-status-nowidth {
  height: 18px;
  line-height: 17px;
  margin: 0;
  padding: 0;
}
i.trend-positive {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-image: url('/static/img/trend-positive.png');
}
i.trend-negative {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-image: url('/static/img/trend-negative.png');
}
#media-trace-well .group {
  margin-bottom: 1em;
}
#media-trace-well .axis {
  font-size: 10px;
  pointer-events: none;
  z-index: 2;
}
#media-trace-well .axis text {
  -webkit-transition: fill-opacity 250ms linear;
  -moz-transition: fill-opacity 250ms linear;
  -o-transition: fill-opacity 250ms linear;
  transition: fill-opacity 250ms linear;
}
#media-trace-well .axis path {
  display: none;
}
#media-trace-well .axis line {
  stroke: #333;
  shape-rendering: crispEdges;
}
#media-trace-well .axis.top {
  padding: 0 0 0 0;
}
#media-trace-well .axis.bottom {
  padding: 0 0 0 0;
}
#media-trace-well .horizon {
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #bbbbbb;
  border-right: solid 1px #bbbbbb;
  overflow: hidden;
  position: relative;
  background-color: whiteSmoke;
}
#media-trace-well .horizon + .horizon {
  border-top: none;
}
#media-trace-well .horizon:nth-child(3n+1) {
  margin-bottom: 20px;
}
#media-trace-well .horizon canvas {
  display: block;
}
#media-trace-well .horizon .title,
#media-trace-well .horizon .value {
  bottom: 0;
  margin: -3px 5px;
  position: absolute;
  white-space: nowrap;
  color: #333;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
}
#media-trace-well .horizon .title {
  left: 0;
  font-size: 13px;
}
#media-trace-well .horizon .value {
  right: 0;
  font-size: 14px;
  font-weight: bold;
}
#media-trace-well .horizon .group-title {
  margin: 0;
  padding: 4px;
  padding-top: 4px;
  line-height: 14px;
  text-align: center;
  min-height: 0;
  white-space: nowrap;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.75);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border-left: 0;
  border-right: 0;
}
#media-trace-well .horizon .group-title:hover,
#media-trace-well .horizon .group-title:active,
#media-trace-well .horizon .group-title.active,
#media-trace-well .horizon .group-title.disabled,
#media-trace-well .horizon .group-title[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
#media-trace-well .horizon .group-title:active,
#media-trace-well .horizon .group-title.active {
  background-color: #cccccc \9;
}
#media-trace-well .line {
  background: #333;
  opacity: 0.2;
  z-index: 2;
}
#media-trace-well #chart-container {
  min-height: 320px;
}
tr.cc-event.new-item {
  background-color: rgba(255, 0, 0, 0.2);
}
tr.partner.new-item td {
  background-color: rgba(255, 0, 0, 0.2) !important;
}
tr.cc-event.sstate {
  border-left: 7px solid;
  border-right: 7px solid;
}
tr.cc-event.sstate.sstate-deactivated {
  border-color: orange;
}
tr.cc-event.sstate.sstate-terminated {
  border-color: red;
}
