input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  margin-bottom: 0;
}

input[type="radio"], input[type="checkbox"] {
  margin: 0;
  margin-bottom: 2px;
}

#node-edit #edit-title {
  height: auto;
}

.navbar-fixed-top {
  position: static;
}

.navbar-brand {
  height: inherit;
  padding-top: 5px;
}

.navbar-brand h1 {
  margin-top: 5px;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  z-index: 999;
}

.navbar .nav > .dropdown > a { /* Dropdowns in main menu */
  float: left;
  padding-right: 0;
}

.navbar .nav > .dropdown > .dropdown-toggle {
  padding-left: 5px;
  padding-right: 17px;
}

.navbar .nav > .open {
  background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 768px) {
  .navbar-default nav {
    float: right;
  }
}

html.js input.form-autocomplete {
  background: transparent;
}

#main-wrapper {
  margin-bottom: 50px;
  margin-top: 20px;
}

.pane-content .container {
  width: auto;
}

legend {
  border-bottom: 0;
}

.views-ajax-popup .scroll fieldset {
  padding: 5px;
}

.views-ui-display-tab-bucket .views-display-setting .label {
  color: #666;
  font-size: 100%;
}

.views-ui-display-tab-actions .ctools-button-processed li a,
.views-ui-display-tab-actions .ctools-button-processed input {
  color: #000;
}

html.js fieldset.collapsed {
  padding: 5px;
  margin-bottom: 25px;
}

.collapse-processed .fieldset-wrapper {
  margin-left: 25px;
  margin-bottom: 10px;
}

.form-actions .btn,
.form-submit {
  margin-left: 5px;
  margin-right: 5px;
}

@media (min-width: 480px) {
  .form-control {
    width: auto;
  }
}

label.option {
  display: inline;
  font-weight: normal;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  margin-left: 0px;
}

.media-list-thumbnails .form-type-checkbox {
  bottom: 0;
}

div#admin-toolbar.vertical {
  z-index: 9999;
}

#navbar {
  position: absolute;
  z-index: 9999;
}

#tabs {
  margin-bottom: 20px;
}

#admin-menu,
#admin-menu .dropdown {
  z-index: 9999;
}

#edit-module-filter-name {
  display: inline;
}

th.checkbox,
td.checkbox {
  display: table-cell;
}

.draggable a.tabledrag-handle .handle,
.panopoly-spotlight-label {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*
.update tbody > tr:nth-child(even) > td, .table-striped tbody > tr:nth-child(even) > th,
  .update tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th,
  table.update, .update table.version {
  background-color: transparent;
}
*/

.update tbody > tr:nth-child(odd) > td, .update tbody > tr:nth-child(odd) > th,
  .update tbody > tr:nth-child(even) > td, .update tbody > tr:nth-child(even) > th {
  background: transparent;
}

table.package tr.enabling, tr.selected td, tr.dblog-error, tr.dblog-notice, tr.dblog-warning,
  tr.dblog-error .active, tr.dblog-notice .active, tr.dblog-warning .active {
  background: transparent;
}

.version-links .links {
  list-style-type: none;
}

table .active {
  background-color: transparent;
}

#module-filter-squeeze {
  background-color: transparent;
  border: 0;
}

tr.even, tr.odd {
  background-color: transparent;
  border-bottom: inherit;
  padding: inherit;
}

/* Keep Bootstrap from hiding batch API progress message */
.batch-processed .progress {
  height: auto;
}
