/**
 * EGroupware - CSS Styles used by old eTemplate widgets
 *
 * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
 * @link http://www.egroupware.org
 * @author Ralf Becker <RalfBecker@outdoor-training.de>
 * @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
 * @package etemplate
 * @version $Id$
 */
.redItalic,
.message {
  color: red;
  font-style: italic;
}
.gray {
  color: gray;
}
.leftPad5 {
  padding-left: 5px;
}
.inputFullWidth input {
  width: 100%;
}
.selectboxFullWidth select {
  width: 100%;
}
.inputRequired input,
.inputRequired select,
.inputRequired textarea {
  background-color: #FFFFD0;
  border: 1px solid gray;
}
.clickWidgetToEdit {
  cursor: pointer;
  display: inline;
}
.clickWidgetToEdit:hover {
  background-color: pink;
}
.activ_sortcolumn {
  font-weight: bold;
}
.inactiv_sortcolumn {
  font-weight: normal;
}
.selectcols {
  position: relative;
}
.colselection {
  background-color: white;
  display: none;
  position: absolute;
  right: 0;
  top: 16px;
  z-index: 1;
}
.etemplate_tab row_on,
td.etemplate_tab_active:focus {
  /*.background-color-50-gray;*/
  border-width: 0 0 3px 0;
  border-style: solid;
  border-spacing: 0px;
  /*border-color: @active_button_border_bottom;*/
  /*.color-5-gray;*/
}
.nextmatch_header select {
  width: 140px;
}
.nm_num_rows select {
  width: 40px;
}
.vfsMode {
  font-family: monospace;
  font-weight: bold;
}
.vfsMimeIcon img {
  max-height: 16px;
  max-width: 16px;
}
.vfsFilename {
  white-space: nowrap;
}
.vfsIsLink img {
  background-image: url("images/link.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  padding-right: 8px;
}
.vfsIsLink img:after {
  content: url("../../../filemanager/templates/default/images/link.png");
}
.vfsIsBrokenLink img {
  background-image: url("images/link_broken.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  padding-right: 8px;
}
.cf_header_height_limit {
  max-height: 6.75em;
  overflow: auto;
  padding-right: 15px;
}
.eTdate {
  white-space: nowrap;
}
/**
 * Limit size of icons in old eTemplate apps to 16px of idots
 */
a[onclick] > img {
  width: 16px;
}
button.et2_button {
  height: 24px;
  padding-left: 3px;
  padding-right: 3px;
}
/**
 * SEARCH / Suchen
 */
div.app_box {
  display: inline;
  float: left;
  min-height: 30em;
  margin: 0.3em;
  background-color: #FFF;
}
div.app_box div {
  display: inline;
  margin: 0.3em;
}
table.app_header {
  background-color: #FFF;
  margin: 1em;
  /*border: 19px solid white;*/
}
table.app_header tr {
  height: 1em;
}
table.app_header tr td {
  height: 1em;
}
table.app_header td.app_icon img {
  width: 24px;
  height: 24px;
}
div.more_link {
  color: #003075;
  padding: 0.3em;
  background-color: #ffc200;
}