/* ================================
    CSS STYLES FOR Module DNN.UserDefinedTable
   ================================
*/



.UDT_UponSubmit
{
	margin-top :1em;
}
.UDT_Caption
{
	display:block;
}

.fnlSettingsWarning {
    margin: 4% 32% 0 0;
    padding: 0;
}

.dnnFormItem span.CommandButton {
    clear: both;
    display: block;
    margin-right: 32%;
    overflow: hidden;
}
.dnnForm .dnnFormItem .dnnFormLabelWithoutHelp label span {
    line-height: 1.4;
    padding-left: 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;
}


.fnlForm
{
margin: 1em auto 1em;
}
/*
#ssPageSettings .dnnTextEditor
{
    margin-left: 32%;
}*/

.pushRight {
    margin-right: 32%;
}
.dnnForm input.dnnFormRequired{
    border-right: 5px red solid!important;
    padding-left: -5px!important;
}
.dnnFormItem textarea.dnn2rows {
    min-height: 1em;
}

.fnl-search{
    margin-bottom:16px;
}

.PagingTable a, .PagingTable td span {
    background: #fff;
    height: 30px;
    display: inline-block;
    margin: 0;
    text-align: center;
    color: #888;
    padding: 5px 5px;
    box-shadow: 1px 1px 1px 1px #eee;
    border-radius: 5px;
    font-weight: bold;
}

.dnnFormAndList .dnnGrid {width:100%;}
.rtl .PagingTable td[align=left] {text-align:right;padding-right:10px;}
.rtl .PagingTable td[align=right] {text-align:left;padding-left:10px;}