table.formCustomitzerOrigFormTable {
  display: none;
}
table.formCustomizerEditHiddenTdsTable td.hiddenInfoTd {
  display: none;
}
table.formCustomizerCustomizedForm td {
}
table.formCustomizerCustomizedFormEditting td {
  border: 1px solid black;
  /*white-space:nowrap;*/
}

div.enabledForDrag {
  cursor: move;
}
table.formCustomizerCustomizedForm td {
  /*white-space:nowrap;  */
}
table.formCustomizerCustomizedForm td.enabledForDrop {
  width: 100%; height: 100%; 
  hoverClass: "drop-hover"
}
.drop-hover {
  background-color: #AAFFAA;
}
.dragging {
  background-color: green;
}
div.onOverDraggableDiv {
    display: none;
}
#onOverDraggableDiv {
  position: absolute;
  background-color: #EEBAEF !important;
  z-index: 10000;
}
table.formCustomizerCustomizedFormEditting td.addRemoveCol {
  background-color: blue;
}
table.formCustomizerCustomizedFormEditting td.addRemoveRow {
  background-color: blue;
}
table.formCustomizerCustomizedFormEditting td.addRemoveCol {
  background-color: blue;
}
table.formCustomizerCustomizedFormEditting td.addRemoveRowCol {
  background-color: blue;
}
li.context-menu-item {
   list-style-type: none;   
}
.context-menu-item.icon-addRow {
    background-image: url(../pics/icon/table_row_insert.png);
}
.context-menu-item.icon-removeRow {
    background-image: url(../pics/icon/table_row_delete.png);
}
.context-menu-item.icon-addCol {
    background-image: url(../pics/icon/table_add.png);
}
.context-menu-item.icon-removeCol {
    background-image: url(../pics/icon/table_delete.png);
}
.context-menu-item.icon-colspanGroup {
    background-image: url(../pics/icon/chart_organisation.png);
}
.context-menu-item.icon-setHelpText {
    background-image: url(../pics/icon/help.png);
}
.context-menu-item.icon-setText {
    background-image: url(../pics/icon/text_replace.png);
}
.context-menu-item.icon-setMandantory {
    background-image: url(../pics/icon/medal_bronze_1.png);
}
.context-menu-item.icon-setClearingrelevant {
    background-image: url(../pics/icon/medal_bronze_2.png);
}
.context-menu-item.icon-setFieldType {
    background-image: url(../pics/icon/monitor_edit.png);
}
.context-menu-item.icon-setOptionsCollection {
    background-image: url(../pics/icon/table_edit.png);
}
.context-menu-item.icon-infoItem {
    background-image: url(../pics/info.gif);
}
.fcReadonyInputLikeTextOnly {
	  background-color: transparent;
	  border: 0px solid;
	  outline: 0;
	  #resize: none;
	  width: auto;
	  color: black;
}
