.nidi-form
{
	display: table;
	width: 100%;
}

.nidi-form-row
{
	display: table!important;
    padding-left: 0!important;
    background: none!important;
    margin-bottom: 0!important;
    color: inherit!important;
    width: 100%;
}

.nicEdit-panelContain
{
	width: auto!important;
}

.nidi-form-field-label
{
	display: table-row;
	text-align: left;
	padding-right: 15px;
	padding-bottom: 10px;
	vertical-align: top;
	text-transform: uppercase;
	line-height: 21px;
	font-size: 12px;
	font-weight: 700;
}

.nidi-form-field-label span
{
	position: relative;
	font-size: 10px;
	margin-left: 10px;
	color: #888;
	font-weight: 400;
	top: -1px;
}

.nidi-form-field
{
	display: table-cell;
	text-align: left;
	padding-bottom: 15px;
}

.nidi-form-col
{
	display: table-cell;
	padding-right: 15px;
	vertical-align: top;
}

.nidi-list
{
	margin: 15px;
	overflow-y: auto;
	max-height: 380px;
}

.modal-open {
padding-right: 0!important;
}

.nidi-list ul
{
	list-style-type: none;
}

.nidi-list ul li
{
	cursor: pointer;
}

.nidi-text
{
	width: 100%;
	padding: 7px 12px;
	color: inherit;
	box-sizing: border-box;
}

.nidi-multiline
{
	min-height: 100px;
	width: 100%!important;
	padding: 7px 12px;
	color: inherit;
	box-sizing: border-box;
}

.nidi-datetime
{
	width: 100%;
	padding: 7px 12px;
	color: inherit;
	box-sizing: border-box;
}

.nidi-image
{
	background-color: #f3f3f3;
	cursor: pointer;
	background-size: cover;
	background-position: center;
}

.nidi-file
{
	position: relative;
	background-color: #f3f3f3;
	cursor: pointer;
	height: 28px;
	line-height: 28px;
    padding-left: 10px;
	font-size: 13px;
}

.nidi-file .nidi-file-name
{
	float: left;
}

.nidi-file .nidi-file-name span
{
	color: #555;
}

.nidi-select {
	width: 100%;
	padding: 7px 12px;
	color: inherit;
	box-sizing: border-box;
}

.nidi-admin-src
{
	width: 24px;
	height: 24px;
	cursor: pointer;
	position: absolute;
	top: -26px;
	right: 0px;
	background-image: url(../images/admin/mini_edit.png);
}