.form-table td.header-column {
	padding-left: 0;
	padding-top: 1em;
	padding-bottom: 1em;
}

.form-table td.header-column h2, .form-table td.header-column h3, .form-table td.header-column h4 {
	margin: 0 0;
	padding: 0 0;
}


.select-images label {
	display: inline-block;
	text-align: center;
	padding: 0 10px;
	position: relative;
}

.select-images label input {
	top: -2000px;
	position: fixed;
}

.select-images label span {
	display: block;
	text-align: center;
}

.select-images label.checked-image img {
	border: 2px solid orange;
}

.select-images label img {
	border: 2px solid transparent;
}

.select-images label a.zoom {
	position: absolute;
	right: 14px;
	top: 4px;
	background: crimson;
	border-radius: 3px;
	border: 0;
	color: #FFF;
	padding: 4px;
	display: none;
}

.select-images label a.zoom {
	text-decoration: none;
}

.select-images label:hover a.zoom {
	display: inline-block;
}

.select-images label.disabled{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.select-images label.disabled.checked-image img {
	border: 2px solid rgb(231, 231, 231);
}

.large-view {
	position: fixed;
	top: 150px;
	left: 50%;
	margin-top: -100px;
	margin-left: -250px;
	background: #FFFFFF;
	padding: 20px;
	max-width: 600px;
	width: 600px;
	height: auto;
	z-index: 99999;
	box-shadow: #999999 0 0 10px;
	border-radius: 3px;
}

.large-view img {
	max-width: 600px;
}


.large-view .close {
	position: absolute;
	top: 4px;
	right: 4px;
	background: crimson;
	border-radius: 3px;
	border: 0;
	color: #FFF;
	padding: 4px;
	display: inline-block;
	cursor: pointer;
}

.reset-pdf-template {
	cursor: pointer;
	padding: 0 0;
}

.disabled-checked-image .label.checked-image img,
.disabled-checked-image .label.checked-image img {
	border: 2px solid transparent !important;
}

.select-images label {
	z-index: 9999;
}

.select-images label.active-preview {
	z-index: 10000;
	filter: none;
}

