/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 3, 2015, 7:13:44 PM
    Author     : Satjan
*/

.content-container {
  padding: 5px;
  border: 1px solid #ccc;
  min-height: 500px;
  width: 100%;
}
.control-container {
  padding: 5px;
  border: 1px solid #ccc;
  margin: 0 0 10px 0;
  min-height: 50px;
}

.drawnTd {
  /*        min-height: 10px;
          min-width: 10px;*/
  border: 1px solid #ccc;
}
.drawnTd:hover {
  background-color: #efefef;
  cursor: pointer;
}

.drawnTable{
  /*        min-height: 500px;*/
  /*min-width: 100%;*/
}

.chosenTd{
  background-color: #31708f;
}

tbody{
  background-color: #fff;
}

.draggable{
  border: 1px solid #ccc;
  padding: 5px;
  margin: 0 0 5px 0;

}

.portlet.light {
  padding: 0;
}

.portlet-fullscreen {
  padding: 0 !important;
}

.cell-width-height {
  color: #ccc;
  font-size: 12px;
  font-weight: normal;
}

.cell-height{
  color: #ccc;
  font-size: 12px;

  font-weight: normal;
}

/*********************************************/
#feedback { font-size: 1.4em; }
#selectable .ui-selecting { background: #FECA40; }
#selectable .ui-selected { background: #F39814; color: white; }
#selectable { 
  list-style-type: none; 
  margin: 0; 
  padding: 0; 
  width: 100%;
}

#selectable td { margin: 0px; padding: 1px; font-size: 14px; text-align: center; cursor: pointer}

#contentUi input {
  margin-bottom: 10px;
}

.ui-resizable-helper { 
  border: 2px dotted #00F !important; 
}

#contentUi .inner-borders {
  display: none;
}

/************************************************/
.ui-resizable-helper { border: 2px dotted #333333;}
