/* skryti clear buttonu v ie10 */
input[type="text"]::-ms-clear 
{
  display: none;
}   




.panelHeaderTitle
{
  
}

.panelHeaderActions
{
  text-align:right;
}

.editClass .iceInpTxt,.editClass .iceInpTxtArea,.editClass .iceSelInpDateInput,.editClass .iceSelOneMnu,.editClass .iceSelOneRb,.editClass .iceOutTxt  {
  color: red;
}

.readonlyClass .iceInpTxt,.readonlyClass .iceInpTxtArea,.readonlyClass .iceSelInpDateInput,.readonlyClass .iceSelOneMnu,.readonlyClass .iceSelOneRb,.readonlyClass .iceOutTxt {
  color: Gray;
}

.OutLblRequired
{
  font-weight: normal;
  color: #3A3A3A;
}

.OutLblRequired
{
  color: #C72525;
  padding-left: 12px;
  background-image: url(../images/required.gif);
  background-repeat: no-repeat;
}

.resize {
 width: auto;
 height : 600px;
}

BODY
{
  /*background-color:#EFEFEF;*/
  background-color:#FFF;
}

.iceOutLbl
{
  font-weight: normal;
  font-size: 12px;  
}


.legendForm
{
  border-style: none; padding: 2px;
}


.fieldSetForm
{
  padding: 1px;
  width: 100%;
}

.iceInpTxt, .iceInpSecrt, .iceInpTxtArea, .iceSelInpTxtTxt, .iceSelOneRb {
  font-size: 12px;  
}

.outputTxtConf{
  font-weight: bold;
  font-size: 12px;  
}

.outputTxtSend{
  font-weight: bold;
  font-size: 14px;  
}

.halfWidth {
  width: 50%;
}

.editClass  .iceSelOneRb  {
  border: none;
}

.iceSelInpTxt{
  width: 100%;
}

.iceSelInpTxtTxt {
  width: 80%;
}

fieldset {
    border: 0px none;
}


.iceOutTxtLabel
{
  color: #484848;
}

.checkbox_invisible
{
   display: none !important; 
   visibility: hidden !important;
}
