BODY {
  background: transparent none;
  /* backup server */
}
.nav-collapse {
  display: none;
  /* Hide all navigation in header */

}
.navbar-inner {
  background: transparent none;
  -webkit-box-shadow: 0 0 0 #ffffff;
  -moz-box-shadow: 0 0 0 #ffffff;
  box-shadow: 0 0 0 #ffffff;
}
.navbar .brand {
  color: #000;
}
.navbar .container-fluid {
  border-bottom: 1px solid #e5e5e5;
}
.sport {
  margin-top: 0;
}
.formpanel {
  display: none;
  /* Hide all on-page forms */

}
.filter-area {
  border: 1px solid #ddd;
}
.filter-area .btn {
  display: none;
  /* Retain filter area, but remove buttons inside */

}
.col-select,
.batch-actions {
  display: none;
  /* Don't show Select column or batch actions */

}
.col-actions {
  display: none;
  /* Don't show Actions column */

}
.page-tools,
.header-area .actions,
.col-alloc .btn,
.addset-actions,
.views .btn,
.sets .zoom-button {
  display: none;
  /* Hide Print, Edit, Delete, and other buttons */

}
.sets-table .col-set .set {
  margin-left: -114px;
  /* Compensate for absent .col-select */

}
.sched-table .actions-row .col-set FORM {
  display: none;
  /* Hide set sequence actions */

}
.sched-table .actions-row .sequence-repeat {
  width: auto;
}
.boards-preview {
  width: 100%;
}
.boards-preview TH,
.boards-preview TD {
  display: block;
  /* Change super-wide schedule preview printout (PW_PRESCHED, PW_ZOOMSET) to vertical layout  */

  border-bottom: 1px solid #ccc;
}
.pw_zoomset H1 SPAN,
.pw_zoomset H2 SPAN {
  position: static;
}
/* All layout columns full width */
.body-area .row-fluid .span8,
.home .row-fluid .span8,
.home .row-fluid .span4 {
  width: 100%;
  margin: 0;
}
/* WebKit needs to be reminded to float the following elements, and not wrap them */
.table-area .thumbnail {
  float: left;
  width: 15%;
}
.table-area .table {
  float: left;
  width: 60%;
}
.table-area .allocation-summary {
  float: left;
  width: 15%;
}
/* Show all collapsed content */
.toggle-item.hide {
  display: block;
}
.toggle .icon-plus-sign {
  display: none;
}
.countries .show-all,
.advertisers .show-all {
  display: none;
}
.countries .extra.hide {
  display: list-item;
}
.advertisers .extra.hide {
  display: inline;
}
/* Popup windows un-fix header */
.navbar-fixed-top {
  position: static;
}
/* Hide all modal dialogs... */
.modal {
  display: none;
}
/* ...except for export warnings */.modal.p_expwarning {
  display: block;
  position: static;
  width: auto;
  margin: 10px 20px;
  opacity: 1;
}
.modal.p_expwarning .modal-footer,
.modal.p_expwarning .close {
  display: none;
}
/* Make hidden text inside icons visible */
[class^="icon-"] {
  text-indent: 0;
  overflow: visible;
}
