
/* Darstellung von Buttons */

div.wat-cf .button {

}
div.wat-cf span.left {
  display: block;
  float: left;
  font-size: 0px;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
div.wat-cf span.separator {
  display: none;
}

div.wat-cf span.right {
  float: left;
}

div.wat-cf a.show span.left {
  background: url("bt_show.gif") no-repeat;
}
div.wat-cf a.edit span.left {
  background: url("bt_edit.gif") no-repeat;
}
div.wat-cf a.delete span.left {
  background: url("bt_delete.gif") no-repeat;
}
div.wat-cf > a.cancel span.left {
  background: url("cross.png") no-repeat;
}
div.wat-cf > a.load span.left {
  background: url("add.png") no-repeat;
}
div.wat-cf > a.transfer span.left {
  background: url("add.png") no-repeat;
}
div.wat-cf a.duplicate span.left {
  background: url("bt_copy.gif") no-repeat;
}
div.wat-cf a.down span.left {
  background: url("bt_lower.gif") no-repeat;
}
div.wat-cf a.bottom span.left {
  background: url("bt_bottom.gif") no-repeat;
}
div.wat-cf a.up span.left {
  background: url("bt_higher.gif") no-repeat;
}
div.wat-cf a.top span.left {
  background: url("bt_top.gif") no-repeat;
}
div.wat-cf a.csv span.left {
  background: url("bt_csv.gif") no-repeat;
}
div.wat-cf a.pdf span.left {
  background: url("bt_pdf.gif") no-repeat;
}

div.wat-cf > button {
  height: 29px;
}
div.wat-cf > button.save span.left {
  background: url("tick.png") no-repeat;
}
div.wat-cf > span.text_button_padding {
  display: none;
}
.form .navform {
  padding: 0px;
  background-color: #fff;
  font-size: 12px;
  border-bottom: 0px;
  border-right: 0px;
  border-top: 0px;
  border-left: 0px;
}

/* Darstellung von Formularen */
form span.description {
  display: block;
}

/*  Darstellung von Actions in Tabellen */
th.last.actions {
  width: 125px;
}
td.last.actions {
  width: 125px;
}
td.actions a {
  float: left;
}
td.actions span.separator {
  display: none;
}
td.actions span.left {
  display: block;
  font-size: 0px;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
td.actions span.right {
  display: none;
}
td.actions a.show span.left {
  background: url("bt_show.gif") no-repeat;
}
td.actions a.edit span.left {
  background: url("bt_edit.gif") no-repeat;
}
td.actions a.delete span.left {
  background: url("bt_delete.gif") no-repeat;
}
td.actions a.load span.left {
  background: url("bt_process.gif") no-repeat;
}
td.actions a.unload span.left {
  background: url("bt_lower.gif") no-repeat;
}
td.actions a.transfer span.left {
  background: url("bt_freeze.gif") no-repeat;
}
td.actions a.untransfer span.left {
  background: url("bt_unfreeze.gif") no-repeat;
}

td.actions a.distribute span.left {
  background: url("bt_freeze.gif") no-repeat;
}
td.actions a.undistribute span.left {
  background: url("bt_unfreeze.gif") no-repeat;
}
td.actions a.settle span.left {
  background: url("bt_settle.gif") no-repeat;
}
td.actions a.unsettle span.left {
  background: url("bt_unsettle.gif") no-repeat;
}
td.actions a.prepare span.left {
    background: url("bt_info.gif") no-repeat;
}

td.actions div.lock {
  background: url("bt_lock.gif") no-repeat;
}

td.actions a.index span.left {
  background: url("bt_show.gif") no-repeat;
}
td.nr_of_working a.show span.left, td.nr_of_released a.show span.left, td.nr_of_total a.show span.left {
  background: url("bt_show.gif") no-repeat;
}
td.nr_of_working span.show-disabled span.left, td.nr_of_released span.show-disabled span.left, td.nr_of_total span.show-disabled span.left {
  display: none;
}

/* Darstellung von boolschen Werten */
span.boolean .true .left {
  display: block;
  font-size: 0px;
  background: url("tick_small.png") no-repeat;
}
span.boolean .false .left {
  display: block;
  font-size: 0px;
  background: url("cross_small.png") no-repeat;
}
span.boolean .right {
  display: none;
}

/* Attribute in Views ausblenden (index, form, show) */
.mandator_id, .created_at, .created_by, .updated_at, .updated_by, .replaced_at, .replaced_by {
  display: none;
}

/* Spalten von Tabellen ausblenden */
table .id, table .mandator_id, table .created_at, table .created_by, table .updated_at, table .updated_by, table .replaced_at, table .replaced_by {
  display: none;
  visibility: collapse;
}
/*table td.id span {
  display: none;
}
table.ref_reference_data_type .id {
  display: none;
}*/

/* Actions in Tabellen ausblenden */
table.ref_reference_data_type td.actions a.show {
  display: none;
}
table.ref_reference_data_type td.actions a.edit {
  display: none;
}
table.ref_reference_data_type td.actions a.delete {
  display: none;
}
table.ref_reference_data_type td.actions a.index {
  display: none;
}

/* Tabelle ref_reference_data_type */
table.ref_reference_data_type td a {
    float: left;
}

/*  */
div.action.item a,
div.last.actions a {
    float: left;
}

#error_explanation {
  width: 500px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  margin-bottom: 0px;
  background-color: #c00;
  color: #fff;
}

#error_explanation ul li {
  margin-left: 10px;
  font-size: 12px;
  list-style: square;
}





