@font-face {
  font-family: 'submissionicons';
  src:
    url('fonts/submissionicons.woff?1234') format('woff'),
    url('fonts/submissionicons.ttf?1234') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@keyframes blink-animation {
  to {
  outline: 1px solid var(--title-color);
  }
}
@-webkit-keyframes blink-animation {
  to {
  	outline: 1px solid var(--title-color);
  }
}

 
.hidden {
	display: none;	
}

html, body {
	margin: 0;
	padding: 0;
	color: var(--text-color);
	font-family: var(--text-font);
	font-size: 17px;
}
h1,h2,h3,h4,h5 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.markItUpHeader ul,
.struct, .struct li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.inline > dt, .inline > dd,
.inline > li {
	display: inline-block;	
}

fieldset {
	margin: 0;
	padding: 30px 0;
	border: 0;
	border-bottom: 1px solid #E2E2E2;
		
}
.t1,.t2 {
	font-size: 30px;
	font-weight: bold;
	color: var(--title-color);
	font-family: var(--title-font);
}
.t1 {
	font-size: 40px;	
}
.sectiontitle {
	text-align: center;	
}

div.warning {
	border: 1px solid #E2E2E2;
	padding: 10px 20px;
	background: #FBFBFB;
	border-radius: 3px;
	margin-bottom: 20px;	
}
div.warning.error {
	color: #FF4C59;
	border-color: #FF9696;
	background: #FFE1E1;
}
div.warning p {
	line-height: 23px;
	margin: 0;
	padding: 0;	
}

.indicator {
	height: 6px;
	margin: 20px 0;
	background: #E2E2E2;
	border-radius: 3px;
	overflow: hidden;
}
.indicator span {
	min-width: 20px;
	background: var(--title-color);
	display: block;
	height: 100%;
	border-radius: 3px;
}
.indicator span i {
	display: none;	
}
/**
 * Step navigation header
 */
.stepbar {
	position: relative;
}
.stepbar .indicator {
	margin: 20px 0;	
}

.stepbar li {
	position: relative;
	width: 20%;
	float: left;
	text-align: center;
}
.stepbar li a {
	display: block;
	line-height: 48px;
	border: 1px solid #E2E2E2;
	margin-left: -1px;
	color: #E2E2E2;
	color: rgba(0,0,0,0.3);
	text-decoration: none;
}
.stepbar li.before a {
	color: var(--title-color);
	text-decoration:line-through;
}
.stepbar li.current {
	z-index: 1;	
}
.stepbar li.current a {
	color: var(--title-color);
	border-color: var(--title-color);
	border-width: 2px;
	line-height: 46px;
}
.stepbar li a[href]:hover {
	border-color: var(--title-color);
	background: var(--title-color);
	color: #FFF;
	text-decoration: none;
}
.stepbar li:first-child a {
	margin-left: 0;	
}
.stepbar ul {
	overflow: hidden;	
}

@media (max-width: 680px) {
	.stepbar ul {
		counter-reset: steps;
	}
	.stepbar ul a:before {
		counter-increment: steps;
		content: counter(steps);
	}
	.stepbar ul a span {
		display: none;	
	}
	.stepbar .current a span {
		display: inline;	
	}
	.stepbar .current a:before {
		content: "";	
	}
	.stepbar li {
		width: 50px;
	}
	.stepbar li.current {
		width: calc(100% - 200px);	
	}
}	

/**
 * Rich text editor using markitup
 */
.markItUp .markItUpHeader .btbar {
	margin: 0 0 -1px 0;
	border: 1px solid #E2E2E2;
	border-radius: 2px 2px 0 0;
	border-bottom: none;
	background: #FFF;
}
.markItUpButton {
	width: 40px;
	height: 40px;
	border: none;
	border-right: 1px solid #E2E2E2;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	cursor: pointer;
	background: transparent;
	color: inherit;
	text-decoration: none;
}
.markItUpButton span {
	display: none;
}
.markItUpButton1:before { content: 'A'; font-weight: bold; }
.markItUpButton1:after { content: '⁝'; font-weight: normal; display: inline-block; margin: 0 -8px 0 -3px; font-size: 85%;}
.markItUpButton2:before { content: 'B'; font-weight: bold; }
.markItUpButton3:before { content: 'U'; text-decoration: underline; }
.markItUpButton4:before { content: 'I'; font-style: italic; }
.markItUpButton5:before,
.markItUpButton6:before {
	font-family: 'submissionicons' !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e90e";
}
.markItUpButton6:before {
	 content: "\e90d";
}
.markItUpButton:hover {
	background: #FBFBFB;	
}
textarea.markItUpEditor {
	border-radius: 0 0 2px 2px;
	height: 180px;
}


.textCounter {
	padding: 1px 0 10px 140px;
	position: relative;	
}
.textCounter .indicator span {
	background:  #007017;	
}
.textCounter.tooshort .indicator span {
	background: var(--title-color);	
}
.textCounter.toolong .indicator span {
	background: #FF4C59;
}
.textCounter .label {
	position: absolute;
	top: 12px;
	left: 0;
	font-size: 15px;
	color: var(--text-gray);
	opacity: 0.7;
}


.textCounter .wordlabel {
	position: absolute;
	top: 32px;
	left: 0;
	font-size: 15px;
	color: var(--text-gray);
	opacity: 0.7;
}

.textCounter .max {
	display: none;
	position: absolute;
	top: 28px;
	right: 0;
	color: #FF4C59;
	font-size: 15px;
}
.textCounter.toolong .max {
	display: block;	
}

/**
 * Form layout
 */
fieldset > .struct {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 1;
	justify-content: space-between;
}
fieldset > .struct > li {
	width: 360px;
	flex-shrink: 1;
}
fieldset > .struct > li.field_dealtypeid,
fieldset > .struct > li.field_calendartype,
fieldset > .struct > li.field_eventtype,
fieldset > .struct > li.field_locationid,
#fs_remark .struct li,
#fs_relevance .struct li,
#fs_type_title ul.struct li,
#fs_text ul.struct > li {
	width: 100%;	
}
@media (max-width: 800px) {
	fieldset > .struct > li {
		width: 100%;
	}
}
fieldset label {
	display: block;
	line-height: 24px;
	padding: 12px 0;
}
.selectbox,
fieldset textarea,
fieldset input {
	width: 100%;
	background: #FFF;
	border: 1px solid #E2E2E2;
	border-radius: 2px;
	box-sizing: border-box;
	font-family: inherit;
	font-size: 100%;
	color: var(--text-gray);
}
.selectbox {
	position: relative;
}
select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 var(--text-gray);
}
.selectbox select:-moz-focusring * {
	color: var(--text-gray);
	text-shadow:none;
}
.selectbox select:option {
	outline: none;	
}
form .selectbox select {
	display: block;
	font-family: inherit;
	font-size: 100%;
	outline: none;
	position: relative;
	width: 100%;
	height: 48px;
	line-height: 48px;
	border: 0;
	padding: 0 32px 0 10px;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: var(--text-gray);;
}
.selectbox:before {
	position: absolute;
	right: 20px;
	line-height: 48px;
	background: transparent;
	content: "\e91f";
	font-size: 6px;
	display: inline-block;
	font-family: 'submissionicons' !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: var(--title-color);
}


.witherror textarea,
.witherror textarea input {
	border-color: #FF4C59;
}
fieldset .errors li {
	color: #FF4C59;
	padding: 5px 0;	
}
fieldset textarea.richtext {
	font-family: "Lucida Console", Monaco, monospace;	
}
fieldset input {
	height: 48px;
	line-height: 48px;
	padding: 0 10px;
}
fieldset input.combo {
	background: #FFF url("icon/looking_glass_gray.svg") left 10px center no-repeat;
	padding-left: 32px;
}
fieldset input.combo.valid {
	color: #FFF;
	background: #007017 url("icon/checkmark_white.svg") left 10px center no-repeat;	
}
fieldset textarea {
	padding: 6px;
	height: 100px;	
}
fieldset .bool label input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
}
fieldset .bool label span {
	color: var(--text-gray);
}
.radiobox div:before,
fieldset .bool label span:before {
	content: "\e907";
	display: inline-block;
	vertical-align: baseline;	
	margin-right: 10px;
	text-align: center;
	width: 16px;
	height: 16px;
	background: #FFF;
	border: 1px solid #E2E2E2;
	border-radius: 2px;
	color: transparent;
	font-family: 'submissionicons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	line-height: 16px;
}
.radiobox input:checked  + div:before,
fieldset .bool label input:checked + span:before {
	color: var(--title-color);
}
fieldset .bool label input:checked + span {
	color: inherit;	
}
fieldset .bool label input:focus + span {
	
	border-color: var(--title-color);
	box-shadow: 0 0 3px blue;
}

.radiobox input {
	display: block;
	position: absolute;
	width: 1px;
	height: 1px;
	top: 0;
	opacity: 0;
}
.radiobox  {
	display: inline-block;
	cursor: pointer;
	position: relative;	
}

.radiobox input:focus + div:before {
	border-color: var(--title-color);
	box-shadow: 0 0 3px blue;
}	


/**
 * Really specific form elements
 * ... the event type selector
 */
#dealtypeid .radio-options,
#calendartype .radio-options,
#eventtype .radio-options {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 1;
	justify-content: space-between;

}
#dealtypeid .radiobox,
#calendartype .radiobox,
#eventtype .radiobox {
	padding: 0;
	flex-shrink: 1;
	margin-bottom: 20px;
}
#dealtypeid .radiobox div,
#calendartype .radiobox div,
#eventtype .radiobox div {
	width: 132px;
	height: 132px;
	background: #FFF;
	border: 1px solid #E2E2E2;
	border-radius: 2px;
	position: relative;
	text-align: center;
	color: var(--title-color);
}
#eventtype .radio-options:after {
	display: block;
	width: 132px;
	height: 0;
	content: "";	
}

#calendartype .radiobox div {
	width: 160px;
	height: 160px;
}
#dealtypeid .radiobox :checked + div,
#calendartype .radiobox :checked + div,
#eventtype .radiobox :checked + div {
	color: #FFF;
	background: var(--title-color);
}
#dealtypeid .radiobox input:focus + div,
#calendartype .radiobox input:focus + div,
#eventtype .radiobox input:focus + div {
	border-color: var(--title-color);
	box-shadow: 0 0 3px blue;
}

#dealtypeid .radiobox div span,
#calendartype .radiobox div span,
#eventtype .radiobox div span {
	position: absolute;
	bottom: 28px;
	left: 10px;
	right: 10px;
	font-size: 15px;
	line-height: 1.2;
	transform: translate(0,50%);
}
#dealtypeid .radiobox div:before,
#calendartype .radiobox div:before,
#eventtype .radiobox div:before {
	display: none;	
}
#dealtypeid .radiobox svg,
#calendartype .radiobox svg,
#eventtype .radiobox svg {
	fill: var(--title-color);
	width: 50%;
	margin-top: 25%;
}
#calendartype .radiobox svg {
	width: 25%;
}
#dealtypeid .radiobox :checked + div svg,
#calendartype .radiobox :checked + div svg,
#eventtype .radiobox :checked + div svg {
	fill: #FFF;
}

.struct .radio .formhelp{
	float: left;
}

/**
 * Multi location container
 */
.Loclist {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
}	
.Loclist .loclabel {
	border: 1px solid var(--title-color);
	color: var(--text-gray);
	padding: 0 0 0 20px;
	line-height: 40px;
	margin: 0 20px 20px 0;	
}
.Loclist .loclabel button {
	display: inline-block;
	border: none;
	background: none;
	cursor: pointer;
	color: #CCC;
}
.Loclist .loclabel button:hover {
	color: red;
}
.Loclist .loclabel button:before {
	
	content: "×";
	font-size: 20px;
	padding: 10px;
	font-weight: bold;
}
.button.addloc {
	margin-top: 10px;
	visibility: hidden;	
}
.combo.valid ~ .button.addloc {
	visibility: visible;	

}
@media (max-width: 760px) {

	#eventtype .radiobox {
		width: 18%;
		margin-bottom: 2%;
	}
	#eventtype .radio-options:after {
		width: 18%;
	}
	#calendartype .radiobox {
		width: 22.5%;
		margin-bottom: 3.333%;
	}
	#calendartype .radiobox div,
	#eventtype .radiobox div {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	#calendartype .radiobox div:before,
	#eventtype .radiobox div:before {
		content: "";
		display: block;	
		float: left;
		padding-top: 100%;
		border: none;
		width: 0;
		height: 0;
		margin: 0;
	}
}
@media (max-width: 680px) {
	#eventtype .radiobox {
		width: 22.5%;
		margin-bottom: 3.333%;
	}
	#eventtype .radio-options:after {
		width: 48.333%;
	}

}
@media (max-width: 500px) {
	#calendartype .radiobox {
		width: 47%;
		margin-bottom: 6%;
	}
}
@media (max-width: 460px) {
	#eventtype .radiobox {
		width: 31%;
		margin-bottom: 3.5%;
	}
	#eventtype .radio-options:after {
		width: 31%;
	}
}

/**
 * The releveance selector
 */
#fs_relevance .radio > label {
	font-weight: bold;
	float: left;
}
#fs_relevance .radiobox {
	padding-left: 24px;	
}

@media (max-width: 760px) {
	
	#fs_relevance .radio > label {
		font-weight: bold;
		float: none;
	}
	#fs_relevance .radiobox {
		padding-right: 24px;
		padding-left: 0;		
	}
}
@media (max-width: 600px) {
	#fs_relevance .radiobox {
		padding-right: 0;
		width: 50%;
		float: left;	
	}

}

/**
 * Tips listing
 */
fieldset ol.tips {
	counter-reset: tipno;
	display: flex;
	flex-shrink: 1;
	justify-content: space-between;
	margin: 40px 0 20px;
	
}
fieldset ol.tips li {
	border: 1px solid #E2E2E2;
	line-height: 18px;
	padding: 20px;
	width: 320px;
	flex-shrink: 1;
}
fieldset ol.tips li span {
	display: block;
	float: left;
	height: 36px;
	line-height: 36px;
	border-right: 1px solid #E2E2E2;
	width: 50px;
}
fieldset ol.tips li span:after {
	counter-increment: tipno;
	content: counter(tipno);
	color: #FFF;
	background: var(--text-color);
	font-size: 12px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	top: -14px;	
}
fieldset ol.tips li div {
	margin-left: 50px;
	border-left: 1px solid #E2E2E2;
	padding: 0 20px;
}
@media (max-width: 760px) {
	fieldset ol.tips {
		display: block;
		margin: 20px 0 0 0;
	}
	fieldset ol.tips li {
		width: auto;
		margin-bottom: 20px;
		padding-right: 0;
	}
}





fieldset.weekday > ul.struct {
	margin-left: 400px;
}
fieldset.weekday > ul.struct li {
	width: 160px;	
}
fieldset.weekday > ul.struct li label {
	padding-top: 0;	
}
fieldset.weekday .legend {
	font-weight: bold;
	float: left;
	transform: translate(0,48px);
}
 

fieldset.weekdayselection > ul.struct {
	flex-wrap: nowrap;
	justify-content: space-between;
}
fieldset.weekdayselection > ul.struct li {
	width: auto;
	white-space: nowrap;
	font-size: 90%;
}


fieldset.weekday_rule .legend {
	display: none;	
}
fieldset.weekday_rule li label {
		padding-top: 0;	
	}
fieldset.weekday_rule li + li {
	width: 160px;	
}
fieldset.weekday_rule li:first-child label {
	font-weight: bold;	
}



#dayssection .legend {
	font-weight: bold;
	float: left;
	transform: translate(0,48px);
}
#dayssection ul {
	margin-left: 400px;
}
#dayssection li label {
	padding-top: 0;	
}
#dayssection li {
	width: 160px;
}

#fs_dates .field_follow_openingh {
	width: 100%;	
}
@media (max-width: 800px) {
	#fs_dates li {
		width: 48.3333%;
	}
	
	fieldset.weekday > ul.struct,
	#dayssection ul {
		margin-left: 51.6666%;
	}
	fieldset.weekday > ul.struct li,
	.weekday_rule .struct li,
	#dayssection li {
		width: 48.3333%;
	}
	.weekday_rule .struct li + li {
		width: 22.5%;	
	}
	fieldset.weekday_rule li + li label {
		padding-top: 12px;	
	}
	
	fieldset.weekdayselection > ul.struct {
	    flex-wrap: wrap;
	    justify-content: space-between;
	}
	fieldset.weekdayselection > ul.struct li {
		width: 48.3333%;
	}
}

@media (max-width: 540px) {
	fieldset.weekday .legend {
		float: none;
		transform: translate(0,0);
		padding-bottom: 10px;
	}
	fieldset.weekday > ul.struct {
		margin: 0;	
	}
}


@media (max-width: 480px) {
	.weekday_rule .struct li {
		width: 100%;	
	}
	.weekday_rule .struct li + li {
		width: 48.3333%;	
	}
}
@media (max-width: 420px) {
	#dayssection .legend {
		float: none;
		transform: translate(0,0);
		padding-bottom: 10px;
	}
	#dayssection ul {
		margin: 0;
	}
	
}

/**
 * Button styling
 */
.intro .button,
.button {
	text-decoration: none;
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	border-radius: 3px;
	border: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	cursor: pointer;
	color: var(--button-text-color);
	background: var(--button-color);
	height: 48px;
	line-height: 48px;
	padding: 0 20px;
	text-align: center;
	min-width: 120px;
}
.intro .button:hover,
.button:hover {
	color: #FFF;
	background: var(--title-color);
}
.button.next:after {
	font-family: 'submissionicons' !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e91a";
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
	transform: translate(0,-2px);
	transition: transform 0.2s ease;
}
.button.next:hover:after {
	transform: translate(4px,-2px);
}
.button.prev:before {
	font-family: 'submissionicons' !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e91b";
	display: inline-block;
	margin-right: 10px;
	font-size: 12px;
	transform: translate(0,0);
	transition: transform 0.2s ease;
}
.button.prev:hover:after {
	transform: translate(-4px,0);
}
.button.preview {
	color: #FFF;
	background: var(--title-color);
}
.button.preview:hover {
	color: var(--button-text-color);
	background: var(--button-color);
}
.button.preview:before {
	font-family: 'submissionicons' !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e91e";
	display: inline-block;
	margin-right: 10px;
}
.buttons {
	text-align: right;	
}
@media(max-width: 500px) {
	.buttons .button {
		width: 100%;
		padding: 0;
	}
}

#header {
	text-align: center;
	padding: 20px;
	height: 120px;
	position: relative;
}
#header a {
	display: block;
	height: 48px;
	line-height: 48px;
	position: absolute;
	top: 60px;
	color: var(--text-gray);
	text-decoration: none;
}
#header a.back {
	left: 60px;
}
#header a.preview {
	right: 60px;
}
@media(max-width: 1000px) {
	#header a.back {
		left: 0;
	}
	#header a.preview {
		right: 0;
	}
}

@media(max-width: 800px) {
	#header a span {
		display: none;

	}
}

#header a.back:before, #header a.preview:after {
	display: inline-block;
	font-family: 'submissionicons' !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 12px;
	content: "\e91b";
	border: 1px solid;
	border-color: var(--title-color);
	color: var(--title-color);
	border-radius: 50%;
	width: 46px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	margin: 0 20px;
}
#header a.preview:after {
	content: "\e91e";
	font-size: 18px;	
}
#header a.preview.disabled {
	opacity: 0.5;
	cursor: not-allowed;	
}
#header a.back:hover:before, #header a.preview:hover:after {
	color: #FFF;
	background: var(--title-color);
}
#header a.preview.disabled:after, #header a.preview.disabled:hover:after {
	color: var(--text-gray);
	border-color: var(--text-gray);
	background: #FFF;
}




.typeinfo {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	border-top: 1px solid #E2E2E2;
	padding: 20px 0;
	margin-top: 20px 0;
}
.typeinfo li {
	color: var(--text-gray);
	font-size: 16px;
}
.typeinfo li span {
	color: var(--text-color);
}
.typeinfo li span:before {
	display: inline-block;
	margin-right: 10px;
	content: "\e904";
	font-family: 'submissionicons' !important;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.typeinfo .size span:before {
	content: "\e905";
}
.typeinfo .filetype span:before {
	content: "\e906";
}
.typeinfo .filesize span:before {
	font-size: 110%;
}
.typeinfo .attention span:before {
	content: "\e901";
}

@media(max-width: 800px) {
	.typeinfo {
		display: block;	
	}
	.typeinfo li {
		padding: 10px 0;	
	}
}


#droparea .struct {
	overflow: hidden;
}

#droparea li {
	width: 21.052631579%;
	margin: 2.631578947% 0;
	float: left;
	position: relative;
}
#droparea li:first-child {
	width: 100%;
	margin-top: 0;
}
#droparea li + li + li {
	margin-left: 5.263157895%;	
}
@media(max-width: 500px) {
	#droparea li {
		width: 48.3333%;
		margin: 1.6666% 0;
	}
	#wrapper #droparea li {
		margin-left: 0;	
	}
	#wrapper #droparea li:nth-child(2n+3) {
		margin-left: 3.333%;
	}
}


#droparea li img {
	width: 100%;
	height: auto;
	vertical-align: top;	
}
#droparea li div.image {
	
	border-radius: 3px;
	overflow: hidden;
	position: relative;
}
#droparea li div.image:empty {
	border: 1px dashed var(--title-color);
}
#droparea.dragging .droptarget {
	background: #FFF;	
}
#droparea.dragging .droptarget div.image {
  outline-offset: -1px;
  animation: blink-animation 0.5s steps(5, start) infinite;
  -webkit-animation: blink-animation 0.5s steps(5, start) infinite;
}
#droparea li div.image:before {
	padding-top: 56.578947368%;
	content: "";
	display: block;
	float: left;
}

#droparea li div.image button {
	width: 26px;
	border: none;
	border-radius: 2px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: #FFF;
	color: var(--title-color);
	position: absolute;
	top: 6px;
	right: 6px;
	cursor: pointer;
}
#droparea li div.image button:hover {
	color: #FFF;
	background: var(--title-color);
}
#droparea li div.image button span {
	display: none;
}
#droparea li div.image button:before {
	content: "\e903";
	font-family: 'submissionicons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-size: 9px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#droparea li:first-child div.image button {
	height: 40px;
	line-height: 40px;
	width: 40px;
	top: 20px;
	right: 20px	
}
#droparea li:first-child .label {
	position: absolute;
	top: 50%;
	left: 40px;
	right: 40px;
	transform: translate(0,-50%);
	text-align: center;
}

#droparea li:first-child .label label span {
	cursor: pointer;
	color: var(--button-color);
}
#droparea li:first-child h3 {
	font-size: 22px;
	padding-bottom: 10px;
}
#droparea li:first-child h3:before {
	display: block;
	content: "\e904";
	font-family: 'submissionicons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	padding-bottom: 10px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


#droparea li + li  .label h3,
#droparea li + li  .label > span {
	display: none;	
}
#droparea li + li  .label label span {
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	display: block;
	line-height: 18px;
	font-size: 13px;
	transition: bottom 0.2s ease;
	cursor: pointer;
	color: var(--button-color);
}

#droparea li + li .label label a:focus span,
#droparea li + li .label label:hover span {
	bottom: 0;
	color: var(--title-color);
}
#droparea li + li .label label {
	cursor: pointer;
	width: 80px;
	height: 60px;
	line-height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	overflow: hidden;
}
#droparea li + li .label label:before {
	content: "\e902";
	font-family: 'submissionicons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.nodragdrop .ddonly {
	display: none;
}

#errormodal {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 0 20px;
	z-index: 1000;
	background: rgba(0,0,0,0.5);
}
#errormodal #errorscreen {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 94%;
	max-width: 400px;
	color: #FF4C59;
	border: 2px solid #FF9696;
	border-radius: 3px;
	padding: 20px;
	background: #FFE1E1;
	font-size: 90%;
}
#errorscreen button {
	width: 26px;
	border: none;
	border-radius: 2px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: #FFF;
	color: var(--title-color);
	position: absolute;
	top: -12px;
	right: -12px;
	cursor: pointer;	
}
#errorscreen button:before {
	content: "\e903";
	font-family: 'submissionicons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-size: 9px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#errorscreen div + div {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #FFF;	
}
#errorscreen button:hover {
	color: #FFF;
	background: var(--title-color);
}


#warningmodal {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 0 20px;
	z-index: 1000;
	background: rgba(0,0,0,0.5);
}
#warningmodal #warningscreen {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 94%;
	max-width: 400px;
	color: #b4984b;
	border: 2px solid #ffd58d;
	border-radius: 3px;
	padding: 20px;
	background: #ffefdb;
	font-size: 90%;
}
#warningscreen button {
	width: 26px;
	border: none;
	border-radius: 2px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: #FFF;
	color: var(--title-color);
	position: absolute;
	top: -12px;
	right: -12px;
	cursor: pointer;
}
#warningscreen button:before {
	content: "\e903";
	font-family: 'submissionicons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-size: 9px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#warningscreen div + div {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #FFF;
}
#warningscreen button:hover {
	color: #FFF;
	background: var(--title-color);
}








#wrapper {
	width: 960px;
	margin: 0 auto;
}
.intro {
	padding: 20px;
	max-width: 560px;
	text-align: center;
	margin: 0 auto;	
}
.intro a {
	color: var(--button-color);
	text-decoration: underline;		
}
.intro a:hover {
	color: inherit;
}
.canvas {
	padding: 50px 20px;
	background: #FBFBFB;
	border-radius: 3px;
}

.cvwrap {
	max-width: 760px;
	margin: 0 auto;
}
@media(max-width: 1000px) {
	#wrapper {
		width: auto;
		margin: 0 20px;
	}
	.canvas { 
		margin: 0 -20px;	
	}
}



fieldset > .struct > li.field_manual_loc{
	width:100%
}


#previous li {
	background: #FFF;
	border: 1px solid #E2E2E2;
	padding: 10px 20px;
	margin-bottom: 20px;
	overflow: hidden;
	text-align: right;
}
#previous li span {
	float: left;
	clear: left;
	line-height: 28px;
}
#previous li span.editidate {
	font-size: 13px;
	line-height: 20px;	
}
#previous li .delete {
	display: inline-block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	margin-left: 5px;
	border: 1px solid #E2E2E2;
	border-radius: 2px;
	text-align: center;
	cursor: pointer;
}
#previous li .delete:before {
  font-family: 'submissionicons' !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
}
#previous li .delete:hover {
	color: #FFF;
	background: #FF4C59;
}




#priceform li.old {
	width: 100%;
	position: relative;
	border: 1px solid #E2E2E2;
	margin-bottom: 20px;
}
#priceform li.old .number {
	width: 120px;	
}
#priceform li.old label {
	display: inline-block;
	padding: 0 20px;
	width: 354px;
}
#priceform li.old .edt {
	position: absolute;
	right: 0;
	top: 0;	
}
#priceform li.old input[readonly]::-webkit-outer-spin-button,
#priceform li.old input[readonly]::-webkit-inner-spin-button {
	/* hide spinner in webkit browsers */
    -webkit-appearance: none;
    margin: 0; 
}
#priceform li.old input[readonly] {
    -moz-appearance:textfield; /* hide spinner */
    background: transparent;
    border: none;
}
#priceform li.old input {
	border-top: 0;
	border-bottom: 0;
}	
#priceform li.old .edt {
	display: flex;
	justify-items: right;
	gap: 0;	
}
#priceform li.old .edt a {
	display: inline-block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	border-left: 1px solid #E2E2E2;
	text-align: center;
	padding: 0;
	cursor: pointer;
	color: var(--title-color);
}
#priceform li.old .edt a:hover {
	color: #FFF;
	background: var(--title-color);
}
#priceform li.old .edt a span {
	display: none;	
}
#priceform li.old .edt a:before {
  font-family: 'submissionicons' !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";	
}
#priceform li.old .edt a.del:before {
  content: "\e903";
  font-size: 12px;	
}

@media(max-width: 800px) {
	#priceform li {
		width: 48.333%;
	}
	#priceform li.old label {
		width: calc(48.333% - 20px);
	}
}
@media(max-width: 600px) {
	#priceform li {
		width: 100%;
	}
	#priceform li.old label {
		width: auto;
		display: block;
		padding: 0 10px;
		border-bottom: 1px solid #E2E2E2;
		line-height: 40px;
	}
	#priceform li.old .edt {
		top: 41px;	
	}
}



#priceform .buttons {
	position: relative;
	line-height: 48px;
	height: 48px;
	
}	
#priceform .buttons label {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: var(--title-color);
	cursor: pointer;
}
#priceform .buttons label:hover {
	border: 1px solid var(--button-color);
	color: var(--button-color);
	border-radius: 3px;
	padding: 0 12px;	
}
#priceform .extra {
	cursor: pointer;
	display: inline-block;
	color: var(--title-color);
}
#priceform .extra:before {
  font-family: 'submissionicons' !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  margin-right: 6px;
  font-size: 90%;
}
#priceform .extra .button { display: none; }
#priceform .extra:hover {
	color: var(--button-color);	
}

#summary .intro {
	padding: 40px 0 40px;
	max-width: 999px;
	text-align: left;
	border-bottom: 1px solid #E2E2E2;
}	

#summary .blocktitle {
	font-weight: bold;
	border-bottom: 1px solid #E2E2E2;
	padding: 40px 0;
}
#summary .contact .struct {
	padding: 0 0 20px 0;
	overflow: hidden;
}
#summary .contact li {
	width: 50%;
	float: left;
	margin: 20px 0 0 0;
}
#summary .contact li label {
	line-height: 2;
}

#summary .contact li span {
	display: block;
	color: var(--text-gray);
}
#summary .general {
	border-top: 1px solid #E2E2E2;
	padding:  0;
} 
#summary .general li {
	color: var(--text-gray);
	border-bottom: 1px solid #E2E2E2;
	padding: 30px 0;
}
#summary .general li label {
	line-height: 2;
	display: block;
	color: var(--text-color);
}

#summary .when .blocktitle {
	border: none;	
}
#summary .when li {
	border: 1px solid #E2E2E2;
	padding: 10px;
	margin-bottom: 10px;
}
#summary .when li .time {
	color: var(--text-gray);
}

#summary .when li .day {
	display: inline-block;
	width: 200px;
}

#summary .images  .blocktitle {
	border: none;	
}
#summary .images ul {
	overflow: hidden;	
}
#summary .images li {
	width: 120px;
	float: left;
	margin-left: 40px;
}
#summary .images li img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#summary .images li:first-child {
	margin: 0;	
}

#summary .prices .blocktitle {
	border: none;	
}
#summary .prices li {
	border: 1px solid #E2E2E2;
	padding: 10px;
	margin-bottom: 10px;
}
#summary .prices li .label {
	color: var(--text-gray);
	display: inline-block;
	width: 200px;
}
#summary .prices li.remark {
	color: var(--text-gray);

}
#summary .prices li.remark .label {
	color: var(--text-color);
	display: block;
	width: auto;
	line-height: 2;
}
#summary form fieldset {
	margin: 40px 0;
	padding: 0;
	border-top: 1px solid #E2E2E2;	
}
#summary form fieldset .bool label span {
	color: var(--text-color);	
}
#summary form p {
	margin: 0;
	padding: 0;
}
#summary .buttons a {
	float: left;
	margin-bottom: 20px;
}
@media (max-width: 800px) { 
	#summary .images li {
		width: 19%;
		margin-left: 1.25%;
	}
}
@media (max-width: 500px) {
	#summary .images li:first-child {
		width: 100%;
		margin: 0;	
	}
	#summary .images li {
		width: 48%;
		margin: 4% 0 0 4%;
	}
	#summary .images li:nth-child(2n) {
		margin-left: 0;	
	}
	#summary .prices li .label {
		width: 66.66%;		
	}
	#summary .when li .day {
		width: 50%;	
	}
}

/*
 * Icoomoon block defining our icon rendering
 */
.icon {
  font-family: 'submissionicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-dropdown:before {
  content: "\e91f";
}
.icon.edit:before {
  content: "\e900";
}
.icon.attention:before {
  content: "\e901";
}
.icon.plus:before {
  content: "\e902";
}
.icon.cross:before {
  content: "\e903";
}
.icon.filesize:before {
  content: "\e904";
}
.icon.dimensions:before {
  content: "\e905";
}
.icon.image:before {
  content: "\e906";
}
.icon.checkmark:before {
  content: "\e907";
}
.icon.calendar:before {
  content: "\e908";
}
.icon.list:before {
  content: "\e90d";
}
.icon.link:before {
  content: "\e90e";
}
.icon.arrow_right:before {
  content: "\e91a";
}
.icon.arrow_left:before {
  content: "\e91b";
}
.icon.looking_glass:before {
  content: "\e91c";
}
.icon.questionmark:before {
  content: "\e91d";
}
.icon.view:before {
  content: "\e91e";
}
#debugpane {
	display: none;	
}