/* ADMIN pages */

body.page-manage a.no-result {
	color: grey;
}

#edit-pre-actions {
	margin-bottom: 20px !important;
}

body.not-front .field-name-field-application-icons .form-checkboxes .form-item {
	float: left;
}

body.page-node-edit .field-name-field-application-icons,
body.page-node-add .field-name-field-application-icons {
	clear: both;
}

body.page-node-add #edit-field-document-series {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}

body.page-node-edit #edit-field-document-series .form-checkboxes > div,
body.page-node-add #edit-field-document-series .form-checkboxes > div{
	float: left;
	margin-right: 20px;
}

body.page-taxonomy-term-edit.page-taxonomy-term-146 #edit-xmlsitemap, 
body.page-taxonomy-term-edit.page-taxonomy-term-146 #edit-path, 
body.page-taxonomy-term-edit.page-taxonomy-term-146 #edit-relations {
	display: none;
}

.page-node-add-website-countries .field-name-field-country-languages select{
	min-height: 250px;
	min-width: 150px
}