.is-active-version {
  background: #A1D4F3 !important;
}

.is-preview-version {
  background: #F3CBA1 !important;
}

.is-active-version.is-preview-version {
  background: #A1D4F3 !important;
  border-bottom: 2px solid #F3CBA1 !important;
}

.additional-pages-plugin-in-container {
  background: #FDB7B7;
}

.additional-pages-plugin-on-page {
  background: #FDF1B7;
}

.additional_page_ids_container {
  max-height: 380px;
  overflow: overlay;
}

.additional_page_ids {
  width: 100%;
}

.additional_page_ids tr:hover {
  background: #eee;
}

.sync-overlay {
  position: absolute;
  z-index: 999999999;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: background 0.5s;
  cursor: pointer;
}

.sync-overlay:hover {
  background: rgba(0, 0, 0, 0.3);
}

.custom-combobox {
  position: relative;
  display: inline-block;
}

.custom-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  padding: 0;
}

.custom-combobox-input {
  margin: 0;
  padding: 5px 10px;
}

.hide-button {
  display: none !important;
}

.bwcms_plugin_list {
	padding: 0;
	margin: 0;
}

.bwcms_plugin {
	list-style: none;
	padding: 0;
	margin: 0;
}

img,
iframe {
	border: none;
}

.sortable_placeholder {
	min-height: 25px;
	background: #f6e68f;
  background: rgba(246, 230, 143, 0.6);
  border: 1px solid #675009;
	border: 1px solid rgba(220, 200, 92, 0.6);
}

.versions-table {
  border-collapse: collapse;
}

.versions-table tr.approval-needed {
  background: #F5B8B8;
}

.versions-table td {
  padding: 10px 15px;
}

.versions-table tr:first-child {
  border-bottom: 1px solid #333;
}

.versions-table tr:nth-child(odd) {
  background: #eee;
}

.versions-table tr:hover {
  background: #fcf9d9;
}

.versions-table tr:first-child:hover {
  background: #eee;
}
