/* taskId.16819890 */
div[id*="jobs_edit_vacancy"] div[data-label="Short Description"].field label,
div[id*="jobs_edit_vacancy"] div[data-label="Long Description"].field label {
	font-size: 0;
	color: transparent;
}
div[id*="jobs_edit_vacancy"] div[data-label="Short Description"].field label::after,
div[id*="jobs_edit_vacancy"] div[data-label="Long Description"].field label::after {
	font-size: 14px;
	color: #000;
}
div[id*="jobs_edit_vacancy"] div[data-label="Short Description"].field label::after {content: 'Job Description';}
div[id*="jobs_edit_vacancy"] div[data-label="Long Description"].field label::after {content: 'Job Duties';}

/* DIRECTORY: Landing Pages > Edit > Sample Landing Page */
[id^="dir3_edit_item_"] *[data-label^="Default Caption Image (2:1"]::before,
[id^="dir3_edit_item_"] *[data-label="Slide Custom Width"]::before,
[id^="dir3_edit_item_"] *[data-label*="Localizable Caption Image (2:1"]::before,
[id^="dir3_edit_item_"] *[data-label="dataLayerProduct"]::before,
[id^="dir3_edit_item_"] *[data-label="SEO Title"]::before,

[id^="dir3_edit_item_"] *[data-label^="Background Color (Preset)"]::before,
[id^="dir3_edit_item_"] *[data-label*="Background IMG (Custom)"]::before,
[id^="dir3_edit_item_"] *[data-label*="Custom Top Padding (e.g."]::before,
[id^="dir3_edit_item_"] *[data-label*="Remove Separator (on the bottom)"]::before,
[id^="dir3_edit_item_"] *[data-label*="Zoom In Background IMG on Hover (+)"]::before,
[id^="dir3_edit_item_"] *[data-label*="Geo Restrictions"]::before {
    font-size: 16px;
    display: block;
    margin: 20px 20px 20px;
    padding: 0 0px 10px;
    color: #306E91;
    border-bottom: 1px solid #e7e7e7;
    font-weight: bold;
}
[id^="dir3_edit_item_"] *[data-label^="Default Caption Image (2:1"]::before,
[id^="dir3_edit_item_"] *[data-label*="Localizable Caption Image (2:1"]::before {
    content: "Original Caption Image (Use Landing Slideshow Instead)";
}
[id^="dir3_edit_item_"] *[data-label^="Slide Custom Width"]::before {
    content: "Slideshow Settings (Global)";
}
[id^="dir3_edit_item_"] *[data-label="dataLayerProduct"]::before {
    content: "Data Layers";
}
[id^="dir3_edit_item_"] *[data-label^="SEO Title"]::before {
    content: "SEO Meta Tags";
}

[id^="dir3_edit_item_"] *[data-label^="Background Color (Preset)"]::before {
	content: 'Custom Color Palette';
}
[id^="dir3_edit_item_"] *[data-label*="Background IMG (Custom)"]::before {
	content: 'Background Image Options';
}
[id^="dir3_edit_item_"] *[data-label*="Zoom In Background IMG on Hover (+)"]::before {
	content: 'Background Effects';
}
[id^="dir3_edit_item_"] *[data-label*="Custom Top Padding (e.g."]::before {
	content: 'Custom Spacing';
}
[id^="dir3_edit_item_"] *[data-label*="Remove Separator (on the bottom)"]::before {
	content: 'Custom Layout Settings';
}
[id^="dir3_edit_item_"] *[data-label*="Geo Restrictions"]::before {
	content: 'Other Section Settings';
}

[id^="dir3_edit_item_"] form.settings .field label {
	width: 300px;
}
[id^="dir3_edit_item_"] form.settings .field .input {
	padding-left: 375px;
}

/*.moduleContent,
.loginWrapper {
	display: none !important;
}
body {
	position: relative;
}
body::after {
	background-color: #4FB777;
	color: #fff;
	font-weight: bold;
	content: 'Technical maintenance. Please try again in an hour.';
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 30px;
	border-radius: 10px;
	position: fixed;
	left: calc(50% - 450px);
	top: calc(50% - 50px);
	z-index: 99999999999999999999;
	width: 900px;
	font-size: 30px;
	line-height: 1.3em;
	text-align: center;
}*/