.customTemplate > .add-picture-select h1 {
	top: 0px;
	height: 0;
}

.customTemplate > .add-picture-select-label{
    top: 0px;
    height: 0;
}

.customTemplate > .add-picture-select .dd-container {
	float: left;
	margin-left: 12%;
	margin-top: 40px;
}

.customTemplate > .add-picture-select {
	width: 100%;
	height: auto;
	margin-bottom: 35px;
}

.customTemplate > .add-picture-select .upload-preview-select {
	position: relative;
	float: right;
	margin-top: 40px;
	margin-right: 12%;
	bottom: 0px !important;
}

.customTemplate > .add-picture-select > span {
	left: 60px !important;
	top: 130px !important;
}

.customTemplate .multiple-container {
	margin-bottom: 20px;
}

#ui-accordion-accordion-panel-0 {
	position: relative;
}

.ajax-loader {
	width: 100%;
	display: none;
	z-index: 1254723472323477324;
	background: rgba(212, 209, 194, 0.59);
	position: absolute;
	top: 0;
	left: 0;
	height: 100% !important
}

.ajax-loader .spinner {
	position: absolute;
	left: 50%;
	width: 48px;
	height: 48px;
	border: 0.6rem solid rgba(255, 255, 255, 0.53);
	border-radius: 50%;
	border-left-color: #9C3;
	/* transition: all 1s linear; */
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-animation: load 1s infinite linear;
	animation: load 1s infinite linear;
	top: 50%;
	margin: -48px 0 0 -24px;
}

@-webkit-keyframes load {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

h1 {
	margin-bottom: 12px;
}

div.form-inner-wrapper div.item.text-label {
	margin-bottom: 15px;
}

.miniColors-trigger {
	margin-bottom: 15px;
}

div.form-inner-wrapper div.row div.item input[type=radio] {
	width: 20px;
}

.radio-group label {
	float: none !important;
}

.group-title {
	font-size: 16px;
	font-weight: bold;
}

.group-separator {
	border-top: 1px solid #81B000;
	margin-bottom: 8px;
}

.spoiler-contents {
	display: none;
	padding: 10px 3px;
	border-radius: 5px;
	border: 1px dashed #81B000;
	width: 95%;
}

.spoiler-button {
	display: inline-block;
	margin-bottom: 5px;
	color: #3371B1;
	text-decoration: none;
	border-bottom: 1px dashed #3371B1
}

div.form-inner-wrapper div.row label, div.form-login-outer-wrapper div.row label {
	float: left;
	width: 110px;
	padding-right: 5px;
}

.item:after, .add-new:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.item input[type=checkbox] {
	width: auto !important;
}

.multiple-item {
	padding: 30px 50px 5px 5px;
	background-color: #F8F2D8;
	margin: 10px 3px;
	border: 1px solid rgba(129, 176, 0, 0.47);
	border-radius: 10px;
	position: relative;
}


.multiplePages-item {
	margin: 15px 0;
	background: rgba(153, 204, 51, 0.20);
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.multiplePages-caption {
	display: inline-block;
	color: #ffffff;
	font-size: 20px;
	line-height: 40px;
	font-family: pfhandbookproregular, sans-serif;
	text-transform: uppercase;
}

.multiplePages-remove {
	display: inline-block;
	float: right;
	color: #ffffff;
	padding: 4px;
	background-color: rgba(217, 83, 79,1);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	text-decoration: none;
	margin: 7px;
}

.multiplePages-remove:hover {
	background-color: rgb(191, 66, 62);
}

.multiplePages-add {
	border: 1px dashed #c2c5ce;
	display: block;
	padding: 5px;
	text-decoration: none;
}
.multiplePages-add:visited {
	text-decoration: none;
}

.multiplePages-add:hover {
	background: #fff9de;
}

.multiplePages-add:link {
	text-decoration: none;
}

.multiplePages-remove:link {
	color: #ffffff;
	text-decoration: none;
}

.multiplePages-remove:visited {
	color: #ffffff;
	text-decoration: none;
}

.multiplePages-header {
	text-align: left;
	height: 40px;
	background-color: #99cc33 !important;
	border-radius: 10px 10px 0 0;
}



a.remove-button.multiple-remove {
	position: absolute !important;
	right: 6px !important;
	top: 8px !important;
}

span.grippy {
	box-sizing: content-box;
	position: absolute;
	top: 10px;
	left: 5px;
	content: '....';
	width: 10px;
	height: 20px;
	display: inline-block;
	overflow: hidden;
	line-height: 5px;
	padding: 3px 4px;
	cursor: move;
	vertical-align: middle;
	margin-top: -.7em;
	margin-right: .3em;
	font-size: 12px;
	font-family: sans-serif;
	letter-spacing: 2px;
	color: #cccccc;
	text-shadow: 1px 0 1px black;
}

span.grippy::after {
	content: '.. .. .. ..';
}

.multiple-item textarea {
	width: 299px !important;
}

.item-number {
	position: absolute;
	bottom: 6px;
	right: 8px;
	color: #919191;
}

.multiple-item .dd-options {
	width: 500px !important;
	left: -140px;

}

.multiple-item .dd-option-image, .dd-selected-image {
	float: none;
}

.tabs-custom {
	text-align: left;
}

@media (max-width: 360px) {
	.tabs-custom {
		width: 150% !important;
	}
}

.tabs-custom label {
	float: none !important;
}

.tabs-custom-container {
	margin: 10px 0;
}

.tab-contents {
	padding: 15px 0;
	background-color: #F8F2D8;
	border: 1px solid rgba(129, 176, 0, 0.47);
}

.tabs-custom .tab {
	display: inline-block;
	border: 1px solid rgba(129, 176, 0, 0.47);
	border-radius: 10px 10px 0 0;
}

.tabs-custom .tab label {
	display: inline-block;
	padding: 10px !important;
	width: auto !important;
	cursor: pointer;
}

@media (max-width: 320px) {
	.tabs-custom .tab label{
		font-size: 11.6px !important;;
	}
}

.tabs-custom .tab.active {
	background-color: #F8F2D8;
	border-bottom: 1px solid #F8F2D8;
}

.tabs-custom {
	margin-bottom: -1px;
}

.tabs-custom input {
	display: none;
}

.tabs-container {
	margin-bottom: 15px;
}

.hidden {
	display: none;
}

form {
	word-break: break-word;
}

.customDescriptionImagesBlock{
	margin: 20px auto;
}

.customDescriptionImages {
	margin: auto;
	width: 200px;
}

.customDescriptionVideo {
	margin: 20px auto;
}

.customDescriptionVideo iframe{
	width: 100%;
	height:300px;
}
