div.error, div.warning, div.status {
  background-repeat: no-repeat;
}


div.contextual-links-wrapper {
  font-size: 14px;
  right: -26px;
  top: -1px;
}


#autocomplete {
  background: #fff; 
  /* make main div color as inner <li>'s. @see system.base.css */
}


/**
* override tr{} nowrap in system.theme.css
*/
tr.odd .form-item, tr.even .form-item {
  white-space: normal;
}


/**
* Fix jumping tabledrag handle issue
*/
tr.draggable > td:first-child {
  white-space: nowrap;
}

tr.draggable > td:first-child > a.tabledrag-handle,
tr.draggable > td:first-child > div {
  display: inline-block;
  vertical-align: middle;
  float: none !important;
}


/**
* Fix unwanted v-scrollbar with .clearfix div's (e.g. node with form inside fancybox popup)
* @see system.base.css
*/
.clearfix:after {
  overflow: hidden;
}


