.fulltext-search, .saved-clips {
  border-color: #e9e9e9 !important;
  border-radius: 4px;
  color: gray !important;
}

#saved-clips-add {
  display: none;
  background-color: #fee;
  width: 295px !important;
}

.fulltext-search {
  background-color: #f9f9f9 !important;
}

::-webkit-input-placeholder {
   color: #bbb;
   font-size: 12px;
   padding-top: 4px;
   padding-left:7px;
   font-weight: normal;
}

:-moz-placeholder, /* Firefox 18- */
::-moz-placeholder /* Firefox 19+ */ {
   color: #bbb;
   font-size: 0.6em;
   padding-top: 4px;
   padding-left:7px;
   font-weight: normal;
}

.search button.trigger-search {
  background: url(../images/magnifier2.gif) no-repeat right 3px center;
  border-radius: 4px;
  border: 0;
  height: 30px;
  width: 30px;
  margin-top: 10px;
  margin-left: -35px;
  cursor: pointer;
  opacity: 0.5;
}

.search .reset-search {
  background: url(../images/reset-search.gif) no-repeat right 5px center;
  border-radius: 4px;
  border: 0;
  height: 30px;
  width: 30px;
  margin-top: 11px;
  margin-left: -75px;
  cursor: pointer;
  display: none;
}

/*----------RESET--------*/
select, option {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font:inherit;
  text-align: inherit;
}

/*----------Select--------*/
select {
  position: relative;
  top: 2px;
  padding: 0px 25px 0px 7px;
  margin-left: 7px;
  border-color: #e9e9e9 !important;
  border-radius: 4px;
  color: gray !important;
  background-image: url(../images/selectPfeil.svg);
  background-repeat: no-repeat;
  background-position: right;
}

/*----------Select - Gespeicherte Listen --------*/
.saved-clips {
  padding: 6px 25px 6px 7px;
}

.clip {
  position: relative;
  height: 199px;
  background: url(../images/Auswahl.svg) no-repeat 50px 85px;
}

.list-clipped .clip {
  background: url(../images/Auswahl-aktiv.svg) no-repeat 50px 85px;
}

#addresses .clip {
  background: url(../images/AdressAuswahl.svg) no-repeat 50px 85px;
}

#addresses .list-clipped .clip {
  background: url(../images/AdressAuswahl-aktiv.svg) no-repeat 50px 85px;
}

.clip [data-do="view"] {
  height: 170px;
  cursor: pointer;
}

.clip h4 {
  text-align: center;
  position: relative;
  top: 35px;
  left: 47px;
}

.clip [data-clip="count"] {
  position: absolute;
  left: 84px;
  top: 125px;
  font-size: 1.15em;
  line-height: 36px;
  width: 35px;
  height: 35px;
  text-align: center;
  color: white;
  font-weight: bold;
  background: url(../images/Badge.png) no-repeat;
}

#filters a {
  display: inline-block;
  width: 77px;
  line-height: 21px;
  padding-top: 1px;
  text-align: center;
  font-size: 0.8em;
  font-weight: bold;
  background: #fafafa;
  color: gray;
}

#filters a:hover, #filters a.active, #rows .row:hover {
  color: white;
  background-color: #009fe3;
}

#table-foot, #table-head {
  border-bottom: 1px solid #e9e9e9;
  height: 23px;
  line-height: 24px;
  color: gray;
  font-size: 0.8em;
}

#table-foot {
  margin-bottom: 27px;
}

#table-head {
  border-top: 1px solid #e9e9e9;
  margin-top: 24px;
}

#table-head a, #table-foot a {
  opacity: 0.6;
}

#ordering a {
  background: url(../images/orderby-natural.png) no-repeat 13px;
  height: 23px;
}

#ordering a.asc {
  background: url(../images/orderby-ascn.png) no-repeat 13px;
}

#ordering a.desc {
  background: url(../images/orderby-desc.png) no-repeat 13px;  
}

/* TABLE */

/* TABLE HEAD */
#table-head .rows-count {
  height: 20px;
}

#table-head .rows-count select {
  position: relative;
  top: -1px;
  height: 25px;
  border-color: #bbb;
  padding: 0; margin: 0;
  font-size: 0.9em !important;
}

#table-info {
  text-align: right;
}

#table-info a {
  display: inline-block;
  height: 22px;
  width: 24px;
  text-align: left;
}

#table-info a img {
  margin-left: 5px;
  width: 18px;
  margin-top: 4px;
}

#table-info a[data-do="page-prev"] {
  border-left: 1px solid #e9e9e9;
  /* flip arrow */
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

/* TABLE ROWS */

.table-row {
  padding: 5px 0;
  border-bottom: 1px solid #e9e9e9;
  background: #f8f8f8;
  color: #595959;
}

.table-row div {
  vertical-align: middle;
  display: table-cell;
  min-height: 50px;
}

.list-saved .table-row {
  background: #fee;
}

.table-row.clipped {
  background: #CFE2EA;
}

.table-row [data-do="view"] {
  margin-right: 0;
  padding-left: 13px;
  padding-right: 14px;
} 

.tab-action {
  width: 60px;
}

.table-row [data-do="view"] {
  border-color: transparent;
}

.table-row:hover {
  background-color: #009fe3;
}

.table-row:hover,
.table-row:hover a {
  color: white;
}

.table-row:hover [data-do="view"] {
  border-color: white;
}

.table-row [data-do="clip"] {
/*  background: url(..../images/clip-icon.png) no-repeat 18px center; */
  width: 60px;
}

.table-row:hover [data-do="clip"] {
  background: url(../images/clip-icon-white.png) no-repeat 18px center;
}

.table-row.clipped [data-do="clip"] {
  background: url(../images/clip-icon-clipped.png) no-repeat 18px center;
}

.table-row.clipped:hover [data-do="clip"] {
  background: url(../images/clip-icon-clipped-white.png) no-repeat 18px center;
}

.table-row [data-do="restore"],
.table-row [data-do="view"],
.table-row [data-do="clip"],
.table-row [data-do="open"] {
  cursor: pointer;
}

/* EXEMPLARS */

.table-row .image-column {
  text-align: center;
  width: 95px;
}

.table-row img[data-exemplar="thumb"] {
  max-width: 50px;
  max-height: 50px;
}

.table-row:hover [data-exemplar="thumb"] {
  border-color: white;
}

.table-row [data-exemplar="title"],
.table-row [data-exemplar="technique"] {
  font-weight: bold;
}

.table-row [data-exemplar="archive"] {
  color: #008AC4;
}

.table-row:hover [data-exemplar="archive"] {
  color: white;
}

.table-row .image-numbers [data-exemplar="rNumber"] {
  font-weight: bold;
}

.table-row .image-numbers > div {
  display: block;
  height: 16px;
  min-height: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-style: italic;
}

/* ADDRESSES / USERS */

#addresses #filters a,
#users #filters a {
  width: 25px;
}

/*
#addresses .table-row [data-do="view"] {
  margin-right: 17px;
}
*/

.extended-info {
  padding-top: 7px;
}

.extended-info dd {
  min-height: 1em;

}

.extended-info dt {
  padding-left: 7px;
}

/* SIDEBAR */
#sidebar {
  position: fixed;
  left: 910px;
  top: 0;
}

#sidebar-actions {
  line-height: 24px;
  margin-top: 31px;
}

#sidebar-actions a, #sidebar-actions label {
  display: block;
  clear: both;
  height: 26px;
  color: gray;
  font-weight: normal;
}

.list-clipped #sidebar-actions a[data-do="save"],
.list-clipped #sidebar-actions a[data-do="print"],
.list-clipped #sidebar-actions a[data-do="csv"],
.list-clipped #sidebar-actions a[data-do="emptyclip"],
.list-saved #sidebar-actions a[data-do="deletelist"],
.list-saved #sidebar-actions a[data-do="renamelist"],
.list-clipped #sidebar-actions a[data-do="addToList"],
.list-saved #sidebar-actions a[data-do="removeFromList"],
.list-saved #sidebar-actions a[data-do="moveSelectedListItems"],
.list-saved #sidebar-actions a[data-do="insertMarker"],
#sidebar-actions a[data-do="new"],
#sidebar-actions a[data-do="clipallReplace"],
#sidebar-actions a[data-do="clipallAdd"] {
  display: inherit;
}

#sidebar-actions a[data-do="new"],
#sidebar-actions a[data-do="save"],
.list-saved #sidebar-actions a[data-do="clipallReplace"],
.list-saved #sidebar-actions a[data-do="clipallAdd"] {
  height: 23px;
  margin-bottom: 6px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  color: #333;
}

#sidebar-actions a[data-do="insertMarker"],
#sidebar-actions a[data-do="save"],
#sidebar-actions a[data-do="print"],
#sidebar-actions a[data-do="emptyclip"],
#sidebar-actions a[data-do="deletelist"],
#sidebar-actions a[data-do="renamelist"],
#sidebar-actions a[data-do="addToList"],
#sidebar-actions a[data-do="removeFromList"],
#sidebar-actions a[data-do="moveSelectedListItems"],
.list-clipped #sidebar-actions a[data-do="new"],
.list-saved #sidebar-actions a[data-do="new"],
.list-clipped #sidebar-actions a[data-do="clipallReplace"],
.list-clipped #sidebar-actions a[data-do="clipallAdd"] {
  display: none;
}

/* select: zeilen je seite */
#sidebar-actions select {
  margin-left: 7px;
  border-color: #bbb;
  font-size: 0.9em;
  color: gray;
}

.table-row {
  position: relative;
}

/* hide sorting buttons on saved lists */
.list-saved #ordering a { 
  display: none;
}

.list-saved .db-pagination-data {
  margin-left: 616px;
}

/* clip markers */
.clip-marker {
  background: #606060;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}

.clip-marker .delete {
  position: absolute;
  top: 3px;
  right: 7px;
  color: white;
  font-size: 14px;
  cursor: pointer;
}

.clip-marker span {
  display: inline-block;
  color: white;
  font-size: 13px;
  line-height: 25px;
  height: 25px;
  cursor: default;
}

.clip-marker input {
  
}

.address-data-block span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
