/* z-indexes */
/* page content width */
/* form height margins */
/* colors */
/* content box */
/* field inputs */
/* tables */
/* buttons */
/* preview images */
/* page content width */
/* z-index levels*/
/* common mixins */
.ui-cst-datetime {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  color: #808080;
  display: table;
  height: 35px;
}
.ui-cst-datetime.input-validation-error,
.ui-cst-datetime.error {
  border: 1px solid #f06666;
}
.ui-cst-datetime.readonly {
  border: none;
}
.ui-cst-datetime.readonly .add-on {
  display: none;
}
.ui-cst-datetime input[type=text],
.ui-cst-datetime input[type=datetime] {
  border: none;
  display: table-cell;
}
.ui-cst-datetime > .add-on {
  display: table-cell;
  padding: 3px;
  vertical-align: middle;
  width: 40px;
  text-align: center;
}
.ui-cst-datetime > .add-on > i {
  background: url("../images/spritefpf_14.png") no-repeat -497px -67px;
  content: '';
  cursor: pointer;
  display: inline-block;
  height: 22px;
  width: 21px;
}
.ui-cst-datetime .ui-cst-datetime-time {
  display: inline-block;
  vertical-align: middle;
}
.ui-cst-datetime .ui-cst-datetime-time-hidden {
  display: none!important;
}
