/* ADMIN PAGES */

div.sdf-admin {
	padding-bottom: 1em;
}

div.sdf-admin h2 {
	margin-bottom: 0.5em;
}

div.sdf-admin h4.sl-subheader {
	font-size: 1.17em;
	margin: 3em 0 1em;
	padding-top: 1em;
	border-top: 3px solid #ccc;
}

div.sdf-admin table.widefat {
	width: auto;
}

div.sdf-admin table.fullwidth,
div.sdf-admin table.fullwidth input.regular-text {
	width: 100%;
} 

div.sdf-admin table.widefat td {
	padding-right: 2em;
}

div.sdf-admin table.widefat td ul {
	list-style-type: disc;
	margin-left: 1em;
	padding-left: 1em;
}

div.sdf-admin .form-table .regular-text,
div.sdf-admin .form-table .jls_text_dest {
	width: 325px;
}

div.sdf-admin .form-table .subfield {
	width: auto;
}

div.sdf-admin .form-table div div.field {
	padding-bottom: 1em;
}

div.sdf-admin .form-table label.sl-indent {
	padding-left: 3em;
}


div.sdf-admin table.report {
	border-collapse: collapse;
	border-top: 1px solid #ccc;
}

div.sdf-admin table.report th {
	font-weight: normal;
}

div.sdf-admin table.report th, div.sdf-admin table.report td {
	padding: 1em 3em 1em 0;
	border-bottom: 1px solid #ccc;
	text-align: left;
}

div.sdf-admin table.sl-indent {
	padding-left: 30px;
}

div.sdf-admin table.sl-indent th {
	font-weight: normal;
}

div.sdf-admin table.form-table table.sl-indent th {
	font-size: 1.1em;
}

div.sdf-admin table.sl-indent th:after { content: ":"; }

div.sdf-admin table tr.sl-indent-level-1 .sl-field-label { padding-left: 1em; }
div.sdf-admin table tr.sl-indent-level-2 .sl-field-label { padding-left: 3em; }
div.sdf-admin table tr.sl-indent-level-3 .sl-field-label { padding-left: 5em; }
div.sdf-admin table tr.sl-indent-level-4 .sl-field-label { padding-left: 7em; }

div.sdf-admin table tr.sl-indent .sl-field-label {
	line-height: 1em;
}

div.sdf-admin table tr.sl-indent .sl-child-fields-toggle,
div.sdf-admin table tr.sl-indent .sl-child-fields-toggle-filler {
	display: block;
	float: left;
	width: 1em;
}

div.sdf-admin table tr.sl-indent .sl-child-fields-toggle {
	text-align: center;
	cursor: pointer;
	border: 1px solid #666;
	border-radius: 2px;
	background-color: #eee;
}

div.sdf-admin table tr.sl-indent .sl-field-label-text {
	display: block;
	padding-left: 2em;
}

div.sl-importmodule div.sl-status {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

div.sl-importmodule #import-status {
	padding: 1em 0;
}

div.sdf-admin textarea[disabled] {
	background-color: #eee;
}

/* META EDIT TABLE */

div.sdf-admin .sl-meta-edit-table table.widefat,
div.sdf-admin .sl-meta-edit-table table.widefat .regular-text { width: 100%; }
div.sdf-admin .sl-meta-edit-table table.widefat td.sl-actions { width: 8em; }
div.sdf-admin .sl-meta-edit-table table.widefat td.sl-id { width: 2em; }
div.sdf-admin .sl-meta-edit-table table.widefat td.sl-name { width: 20em; }
div.sdf-admin .sl-meta-edit-table table.widefat td { vertical-align: middle; }

div.sdf-admin .sl-meta-edit-table .sl-meta-table-post-status {
	font-style: italic;
	color: #999;
}

/* IMPORT MODULES */

.sdf-admin table#import-status {
	border: 0;
	width: auto;
	margin: 2em 0;
}

.sdf-admin table#import-status td {
	padding: 0 0.5em 1em 0;
}

.sl-importmodule tr.sl-admin-form-checkbox td,
.sl-importmodule tr.sl-admin-form-textblock td {
	border-top: 3px solid #ccc;
	padding-top: 1em;
}

.sl-importmodule table.form-table {
	border-bottom: 3px solid #ccc;
}

.sl-importmodule td table tr.sl-admin-form-checkbox td,
.sl-importmodule td table tr.sl-admin-form-textblock td {
	border-top: 0 none;
	padding-top: 0;
	padding-bottom: 0;
}

#module-status-sitemap .status-0 {
	visibility: hidden;
}
