.polling {
  background-color: #fff6de;
}
.please-wait {
  text-align: center;
  font-weight: bold;
  margin: 20px 0;
}
legend {
  font-size: 14px;
  margin-bottom: 5px;
}
fieldset {
  margin-bottom: 20px;
}
.numeric-col {
  text-align: right;
}
.expand {
  font-weight: bold;
  cursor: pointer;
}
.table {
  font-size: 87%;
}
.site-host-info {
  background-color: #f5f5f5;
}
.site-host-info > td {
  box-shadow: inset 4px 4px 10px rgba(40, 40, 40, 0.3);
  border-top: 0;
  padding: 0 !important;
  background-color: #EFEFEF;
}
.site-host-info .site-host-info-container {
  margin-left: 20px;
  border-left: 1px solid #ddd;
  padding: 10px 20px;
  background-color: #fff;
}
.site-host-info .alert {
  margin-bottom: 0px;
}
.site-host-info .table {
  font-size: 80%;
  margin-bottom: 0;
}
.site-host-info .table caption {
  padding: 4px 2px;
}
.site-host-info .table caption h5 {
  padding: 0;
  margin: 0;
}
.socket-adapter-container {
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.socket-adapter-container h3 {
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 10px;
  font-size: 18px;
  background: #eeeeee;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
  /* IE6-9 */
}
.details + tr > td {
  margin: 0;
  padding: 0 0 0 10px !important;
  box-shadow: inset 4px 4px 10px rgba(40, 40, 40, 0.3);
  border-top: 0;
  background-color: #EFEFEF;
}
.details + tr > td table {
  margin-bottom: 0;
  border-left: 1px solid #ddd;
}
.socket-adapter-container h3 + div {
  padding: 10px;
  min-height: 94px;
}
.overview-status h4 {
  margin: 4px 0;
  font-size: 15px;
  /* font-weight: bold; */
}
.overview-status h3 + div > div {
  border: 1px solid #fff;
  display: inline-block;
  max-width: 200px;
  min-width: 200px;
  padding: 10px;
  margin: 0 10px;
}
.overview-status h3 + div > div:hover {
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #eee;
}
.overview-status h4 {
  font-size: 90%;
  text-align: center;
}
.overview-status .good,
.overview-status .warning,
.overview-status .offline,
.overview-status .bad {
  padding: 4px;
  text-align: center;
  border-radius: 3px;
}
.overview-status .good {
  color: #3c763d;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}
.overview-status .warning {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  color: #8a6d3b;
}
.overview-status .offline {
  background-color: #ccc;
  border: 1px solid #eee;
  color: #888;
}
.overview-status .bad {
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  color: #a94442;
}
.details-control {
  cursor: pointer;
  text-align: center;
}
.details-control .glyphicon:before {
  content: "\2b";
  /* plus */
}
.details .details-control .glyphicon:before {
  content: "\2212";
  /* minus */
}
.even.success td {
  background-color: #d2e8c9 !important;
}
.even.danger td {
  background-color: #e8c9c9 !important;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.error-template {
  padding: 40px 15px;
  text-align: center;
}
.error-actions {
  margin-top: 15px;
  margin-bottom: 15px;
}
.error-actions .btn {
  margin-right: 10px;
}
/*# sourceMappingURL=site.css.map */