/* ================================
    CSS STYLES FOR Module DNN.UserDefinedTable
   ================================
*/



.UDT_UponSubmit {
  margin-top: 1em;
}

.UDT_Caption {
  display: block;
}

.fnlSettingsWarning {
  margin: 4% 0 0 32%;
  padding: 0;
}

.dnnFormItem span.CommandButton {
  clear: both;
  display: block;
  margin-left: 32%;
  overflow: hidden;
}

.dnnForm .dnnFormItem .dnnFormLabelWithoutHelp label span {
  line-height: 1.4;
  padding-right: 1.8em;
  display: block;
  position: relative;
}

.dnnForm .dnnFormItem .dnnFormLabelWithoutHelp {
  width: 100%;
  padding: 0px;
  margin: 0px;
}

#dnnFormAndListConfig .Sortable .Draggable {
  cursor: move;
}

.dnnFormAndList .dnnGridHeader th {
  font-size: 100%;
  white-space: nowrap;
}

.dnnFormAndList table img {
  max-width: 100% !important;
  height: auto;
}

.fnlForm {
  margin: 1em auto 1em;
}
/*
#ssPageSettings .dnnTextEditor
{
    margin-left: 32%;
}*/

.pushRight {
  margin-left: 32%;
}

.dnnForm input.dnnFormRequired {
  border-left: 5px red solid !important;
  padding-right: -5px !important;
}

.dnnFormItem textarea.dnn2rows {
  min-height: 1em;
}

.fnl-search {
  margin-bottom: 16px;
}