#customFormContainer {
	padding: 10px;
}

#customForm .imagePlaceholder {
	margin: 5px 0;
}

#customForm .imagePlaceholder div {
	width: 100px;
	height: 100px;
	background: #eee;
	border: 1px solid #ddd;
	cursor: pointer;
	text-align: center;
	padding: 5px;
}

#customForm .imagePlaceholder img {
	max-width: 100%;
}

#deleteConfirm  {display:none;}

.customform__submissions {
	margin: 0;
	padding: 0;
	list-style: none;
}

.customform__submissions li {
	margin: 1em 0;
}

.customform__submissions li.deleted {
    opacity: 0.5;
}

.customform__submissions li .hidden {
    display:none;
}

.formSubmissionBack {
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 10px;
	display: block;
	margin: 10px 0;
	width: 230px;
	text-align: center;
}

#addSubmission:hover,
.formSubmissionBack:hover {
	background-color: #eee;
}

.customform__path {
	margin: 0;
	padding: 0;
	list-style: none;
}
.customform__path li {
	display: inline;
}
.customform__path li a {
	color: inherit;
	text-decoration: none;
}
.customform__path li span {
	margin: 0 .25em;
}

#customForm .admin_custom_icon {
	display: block;
	float: left;
	height: 16px;
	width: 16px;
}

#customForm .admin_custom_icon span {
	display: none;
}

#customForm .admin_custom_selector {
	background: url("//static.juniperwebsites.co.uk/website-files/admin-panels/4/images/ui/sprites/16x16.gif") no-repeat scroll left -449px rgba(0, 0, 0, 0);
	margin: 1px 4px 0;
}

#customForm .admin_custom_clear {
	background: url("//static.juniperwebsites.co.uk/website-files/admin-panels/4/images/icons/silk/delete.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
}

.customform__field {
	margin: 1em 0;
}

.customform__field label {
	display: inline-block;
	margin-right: 1em;
	line-height: 1.8em;
}

.customform__field legend {
	display: inline-block;
	margin-right: 1em;
	line-height: 1.8em;
}

.customform__field input[type=text],
.customform__field input[type=number],
.customform__field select {
	height: 1.8em;
	padding: 0 .3em;
	line-height: 1.8em;
	display: block;
}

.customform__field input[type=checkbox] {
	width: 1em;
	height: 1em;
	margin: .3em 0 0;
}
.customform__field textarea {
	display: block;
	width: 35em;
	max-width: 100%;
	padding: .5em;
}

.customform__field--image .imagePlaceholder {
	width: 35em;
	max-width: 100%;
}

.customform__field--checkbox .checkboxField {
	display: block;
}

.clearer {
	border: 0;
}

hr.cleaner {
    clear: both;
    visibility: hidden;
    height: 0px;
    padding: 0;
    margin: 0;
}

.customform__field--icon__list {
	margin: -6px;
}
.customform__field--icon__list button {
	width: 50px;
	height: 50px;
	margin: 6px;
	position: relative;
	vertical-align: bottom;
	display: inline-block;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: visible;
	outline: none;
	font-size: 20px;
	color: #888;
	text-decoration: none;
	background: transparent;
	border: 1px solid #DDDDDD;
	transition: color .1s ease, background .1s ease, border-color .1s ease;
}
.customform__field--icon__list button.active {
	color: #FFF;
	background: #281838;
	border-color: #281838;
}
.customform__field--icon__msg {
	padding: 16px;
	margin-top: 10px;
	color: #5E5E5E;
	border: 1px solid #DDDDDD;
	background: rgba(0, 0, 0, 0.04);
}
.customform__field--icon__msg p {
	margin: 4px 0;
	line-height: 1.3;
}
.customform__field--icon__msg input {
	width: 100%;
	margin-top: 10px;
}