body {
  
}

#ajax-spinner {
  display: none;
  position: fixed;
  top: 250px;
  margin-left: 350px;
  padding: 20px;
  z-index: 1001;
  border-radius: 10px;
  opacity: 0.9;
  background: white;
}

#popup-sidebar iframe {
  width: 250px;
  height: 330px;
  margin-left: 10px;
}

#exemplar-id {
  position: absolute;
  right: 27px;
  font-size: 21px;
  color: gray;
  top: 30px;
}

/* LIST CSS */

#search-fields {
  margin-top: 17px;
}

#search-fields input {
  vertical-align: -2px;
  margin-right: 5px;
}

#search-fields label {
  width: 90px;
  display: inline-block;
  color: gray;
  font-size: 0.8em;
}

[data-exemplar="imageNumberCompound"] {
  position: absolute;
  top: 27px;
  left: 10px;
  color: white;
  font-size: 11px;
  background: gray;
  padding: 0 4px;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
}

[data-exemplar="rowIndex"] {
  position: absolute;
  top: 5px;
}

[data-exemplar="rowIndex"]:after {
  content: '.';
}

[data-exemplar="quantity"] {
  margin-top: 23px;
}

/* POPUP */

#detail-popup .archiveSelect {
  clear: both;
}

#detail-popup .priceEUR {
  float: left;
}

#detail-popup .priceUSD {
  margin-left: 51%;
}

#popup-values {
  position: relative;
}

#detail-popup .priceEUR p[contenteditable], #detail-popup .priceUSD p[contenteditable] {
  min-height: 28px;
  
}

#detail-popup .priceEUR, #detail-popup .priceUSD {
  width: 46%;
}

.delete-image input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -3px;
    *overflow: hidden;
}

/* CSV IMPORT POPUP */
#detail-popup .csv-import textarea,
#detail-popup .csv-import input[type="text"] {
  width: 948px;
  padding: 5px;
}

/* EXEMPLAR LIST */
[data-exemplar="archive"] {
  display: block !important;
}

.saved-lists i {
  display: block;
  background: gray;
  color: white;
  font-weight: bold;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
  padding: 0 8px 0 5px;
  width: 4px;
  float: left;
  margin-right: 5px;
}

.saved-lists span {
  position: absolute;
  padding: 5px;
  min-width: 150px;
  display: none;
  background-color: gray;
  z-index: 1000;
  border-radius: 2px;
}

.saved-lists:hover span {
  display: inline;
}

/* EXTENDED SEARCH */

#extended-search label {
  display: block;
  float: left;
  width: 270px;
  position: relative;
  height: 32px;
  margin-bottom: 1px;
  line-height: 32px;
  margin-right: 10px;
  color: gray;
  font-weight: normal;
}

#extended-search label input {
  position: absolute;
  right: 0;
  border: 1px solid #ddd;
  padding: 1px;
}

#extended-search button {
  clear: both;
  display: block;
}

p[data-exemplar="tempInfo"], p[data-exemplar="tempInfo"] p {
	all: initial;
	font-weight:normal;
}

p[data-exemplar="tempInfo"] p {
	all: initial !important;
}

p[data-exemplar="tempInfo"] {
	margin:15px 0px 15px 0px !important;
	display:block;
}