* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: inherit;
}

#userManagment {
	color: #ffffff;
	text-decoration: none;
}

.pm_inlineDelete {
	padding: 2px 6px;
	background: #333;
	color: #fff;
	margin: 0px 10px 0px 0px;
	cursor: pointer;
}

.event_logMessage {
	display: block;
	width: 100%;
	padding: 4px 0px;
	display: block;
	background: #e6e6e6;
	text-align: center;
	font-weight: bold;
}

.event_uploadValid,
.event_editValid {
	background: green;
	color: #fff;
}

.event_uploadError {
	background: #cc0000;
	color: #fff;
}

.eventAd_label {
	display: block;
	padding: 6px;
}

.eventAd_note {
	margin: 0px 0px 0px 20px;
	font-size: 11px;
}

.eventAd_label_error {
	background: #cc0000;
	color: #fff;
	font-weight: bold;
	margin: 6px 0px 0px;
}

#eventAd_dropzone {
	display: block;
	margin: 10px 0px 0px;
	padding: 40px 10px;
	width: 300px;
	text-align: center;
	background: #333;
	color: #fff;
	outline: 1px solid #cc0000;
	outline-offset: -1px;
	cursor: pointer;
}

#eventAd_submit, #eventAd_edit, .eventAd_remove {
	display: inline-block;
	padding: 4px 10px;
	background: #cc0000;
	color: #fff;
	margin: 20px 0px 0px;
	cursor: pointer;
	font-weight: bold;
}
.eventAd_remove {
	margin: 0px 0px 0px 12px;
}

#eventAd_selectPage_text {
	display: block;
	margin: 0px 0px 10px;
	padding: 4px 10px;
}

#uploadForm {
	display: block;
	margin: 0px 0px 10px 0px;
}

#createAd, #close, #createCatalog {
	margin: 0px 0px 10px 0px;
	cursor: pointer;
	display: inline-block;
	background: #cc0000;
	color: #fff;
	padding: 4px 10px;
}

.eventAd_selectPage {
	display: inline-block;
	outline: 1px solid #cc0000;
	outline-offset: -1px;
	padding: 4px 10px;
	margin: 0px 6px;
	cursor: pointer;
}

.eventAd_selectPage.eventAd_selected {
	background: #cc0000;
	color: #fff;
	outline: 0px;
	outline-offset: 0px;
	font-weight: bold;
}

.eventAd_entry {
	display: block;
	margin: 10px 0px;
	padding: 5px;
	outline: 1px solid #cc0000;
	outline-offset: -1px;
	cursor: pointer;
}

.eventAd_entry:hover {
	background: #cc0000;
	color: #fff;
	font-weight: bold;
}

.eventAd_remove_button {
	display: block;
	padding: 4px 10px;
	background: #cc0000;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: 4px 0px;
	cursor: pointer;
}


.editFile {
	cursor: pointer;
	text-decoration: underline;
}

textarea {
  vertical-align: top;
}

.revisonDisplay {
	display: block;
	float: right;
}

.upload_extend, .upload_reactivate, .upload_done {
	display: inline-block;
	background: #cc0000;
	color: #fff;
	padding: 4px 10px;
	margin-top: 4px;
	cursor: pointer;
}

.keySelected {
	background: #cc0000;
	color: #ffffff;
}

.searchOutput {
	cursor: pointer;
	padding: 2px 0;
	padding: 0 0 0 20px;
}

#displayJumper li{
	padding: 0 0 10px 0;
}

/*.searchOutput:hover {
	background: #cc0000;
	color: #ffffff;

}*/

.upload_clearList {
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
	padding: 0 10px;
	float: left;
	margin-right: 10px;
}
.upload_data {
	display: inline-block;
}

.homeButton, .navButton {
	margin: 0 10px 10px;
	display: inline-block;
	background: #cc0000;
	padding: 4px 10px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}


#jobs_process {
	display: block;
	width: 100%;
	padding: 6px 0;
	text-align: center;
}

#fileData_replace {
	font-weight: bold;
	padding: 2px 6px;
	border: 1px solid #cc0000;
	cursor: pointer;
}

#fileData_status {
	display: block;
	margin: 10px 0px 0px;
}

html {
	overflow-y: scroll;
}

html, body {
	font: 12px arial;
	margin: 0px;
	padding: 0px;
	background: #eeeeee;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

span.smallNote {
	font-size: 11px;
	font-weight: normal;
}

#selectWrapper {
	display: block;
	padding: 20px 0;
	text-align: center;
}

.selectButton {
	display: inline-block;
	padding: 6px 20px;
	background: #cc0000;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
}

/* Header */

.logged {
	margin-top: 25px;
}

header {
	width: 100%;
	height: 100px;
	background: #cc0000;
}

div#pageHeader {
	max-width: 960px;
	display: block;
	margin:0 auto;
	height: 100px;
}

#headAD {
	position: relative;
	top: 20px;
	float: right;
	width: 100%;
	max-width: 468px;
	height: 60px;
	max-height: 60px;
	outline: 1px solid rgb(255, 255, 255);
	cursor: pointer;
}

a#logoLink {
	width: 301px;
	float: left;
	position: relative;
	top: 10px;
	display: block;
	height: 80px;
}

div#nk_logoDate {
	position: absolute;
	top: 67px;
	left: 150px;
	color: #ffffff;
	display: inline-block;
}

div#tip_logoDate {
	position: absolute;
	top: 40px;
	left: 174px;
	color: #ffffff;
	display: inline-block;
}

/* // Header */
/* ** Search */

div#searchWrapper {
	margin: 10px auto 20px;
	background: #cc0000;
	display: block;
	max-width: 960px;
	width: 100%;
	height: auto;
	color: #ffffff;
}

p#searchSummary {
	display: block;
	padding: 0 20px 4px 20px;
	border-bottom: 1px solid #cc0000;
	margin: 10px auto 20px;
}

#wrapperOverlay, #createLocationWrapper, #createEmploymentWrapper {
	display: none;
}

#wrapperOverlay {
	position: absolute;
	top: 0px; right: 0px; bottom: 0px; left: 0px;
}

#eventAd_time {
	margin: 10px 0px 0px;
}

#createOverlay {
	display: block;
	position: absolute;
	top:0px; right:0px; bottom:0px; left:0px;
	background: #333;
	z-index: 1000;
	opacity: 0.8;
  filter: alpha(opacity = 80); /* For IE8 and earlier */
}

#overlayContent {
	display: block;
	background: #fff;
	position: absolute;
	z-index: 1500;
	overflow: auto;
}

.selectLocation, #createLocation, #insertLocation, .clearLocation,
#createEmployment, .clearEmployment, .selectEmployment, #insertEmployment {
	padding: 4px 0;
	margin: 6px 0;
	background: #eeeeee;
	text-align: center;
	cursor: pointer;
	color: #333333;
}

.editLocation, .insertJob, .editType {
	cursor: pointer;
	padding: 6px;
	background: #cc0000;
	color: #ffffff;
}

#createLocationWrapper, #createEmploymentWrapper {
	padding: 10px;
	background: #333333;
	color: #cccccc;
}

#closeOverlay {
	background: #fff;
}

span.searchWrapper {
	position: relative;
	float: left;
}

.searchLable {
	float: left;
	padding: 10px 20px;
	font-size: 14px;
	position: relative;
}
.searchType {
	display: block;
	margin-bottom: 6px;
}
.searchInput {
	display: inline-block;
	border: 0;
	outline: 0;
	width: 100%;
	padding: 2px 6px;
	position: relative;
}
#searchSubmit {
	border: 0;
	outline: 0;
	width: 100%;
	color: #cc0000;
	background: #ffffff;
	cursor: pointer;
	font-size: 14px;
	padding: 4px 0 6px;
}
#searchSubmit:hover {
	background: #cc0000;
	color: #ffffff;
}

.clearSearch, .ajaxSearch {
	position: absolute;
	right: 20px;
	text-align: center;
	z-index: 2000;
	display: none;
}


.foundResults {
	background: #333333;
	position: absolute;
	list-style: none;
	padding-left: 0px;
	cursor: pointer;
	margin: 0;
	font-size: 12px;
	z-index: 90000;
}
.foundResult, span.foundEmpty {
	padding:6px 0 6px 10px;
	border-bottom: 1px solid #ffffff;
	display: block;
}
.foundResult:last-of-type, span.foundEmpty:last-of-type {
	border-bottom: 0;
}

li.selectedResult {
	background: #333;
	padding-left: 10px;
}

/* // Search */
/* ** Content */

div#mainWrapper {
	width: 100%;
	max-width: 960px;
	margin: 20px auto 20px;
}

#optionsLoader {
	background:#cc0000;
	color: #ffffff;
	display: block;
	text-align: center;
	padding: 6px 0;
	cursor: pointer;
}

#optionsContent {
	display: none;
}

.optionButton {
	background:#cc0000;
	color: #ffffff;
	display: block;
	text-align: center;
	padding: 6px 0;
	text-decoration: none;
	float: left;
	cursor: pointer;
	margin-left: 2px;
}

.optionButton:last-of-type {
	margin-left: 0px;
}

div#mainLeft, div#mainJob {
	float: left;
	width: 638px;
	background: #ffffff;
	border: 1px solid #cccccc;
}

div#mainJob {
	width: 100%;
}

div#jobWrapper {

	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select: none;

	position: relative;
}

a.button {
	width: 100%;
	display: block;
	padding: 6px 0 4px;
	background: #cc0000;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	margin: 0 0 20px 0;
	font-size: 16px;
}

div#mainRight {
	float: right;
	width: 300px;
}
.wrapperAD:first-of-type {
	margin-bottom: 20px;
}
.pageAd {
	margin:4px auto;
	display: block;
}

.wrapperAD:last-of-type {
	margin-top: 20px;
}

.wrapperAD {
	width: 300px;
	background: #ffffff;
	outline: 1px solid #cccccc;
	outline-offset: -1px;
	padding: 16px 0;
}

#jobControls {
	display: none;
	position: relative;
}

#controlWrapper {
	position: absolute;
	top: 0px;
	left:0px;
	right: 0px;
	z-index: 100;
	display:none;
	background: #cccccc;
}

.zoomButton {
	text-align: center;
	width: 50%;
	padding: 6px 0 4px;
	background: #cc0000;
	color: #ffffff;
	cursor: pointer;
	float: left;
}

div.toggleControls {
	font-weight: bold;
	font-size: 12px;
	width: 100%;
	padding: 6px 0;
	background: #333333;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
}

.fullWidth {
	width: 100%;
}

/* // Content */
/* ** Entries */
div.jobEntry {
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px dotted #cccccc;
	margin: 6px 20px 6px 20px;
}

div.jobEntry a {
	display: block;
	text-decoration: none;
	color: #333;
}

div.jobEntry:last-of-type {
	padding-bottom: 0px;
	border-bottom: 0;
}

span.jobTitle {
	color: #cc0000;
	display:block;
	margin-bottom:2px;
	text-decoration: none;
	font: 22px arial;
	cursor: pointer;
}
span.jobType, span.jobLocation {
	color: #333333;
	font-weight: bold;
}
span.refID {
	color: #cccccc;
	font-size: 8px;
	float: right;
}
span#refID {
	color: #cccccc;
	font-size: 8px;
	float: right;
	margin: 10px 20px 10px 0;
}

#controls {
	background: #333333;
	width: 240px;
	height:60px;
	display: inline-block;
	position: absolute;
	bottom: 60px;
	left: 0px; right: 0px;
	margin: auto;
}

#fileCanvas {
	display: none;
	margin: 20px auto;
}

#fileLoader {
	display: block;
	background: #333333;
	color: #ffffff;
	width: 100%;
	padding: 40px 0;
	text-align: center;
}

#loaderText {
	position: relative;
  top: 50%;
  transform: translateY(-50%);
}

img#job {
/*	display: block;
	margin: 0 auto;*/

	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;

	margin: auto;

	display: block;

	-moz-transform-origin: center center;
	-webkit-transform-origin: center center;
	-o-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

#jobResult {
	overflow: hidden;
	margin: 10px;
	display: block;
	position: relative;
}

/* // Entries */
/* ** Footer */

footer {
	background: #cc0000;
	font: bold 12px arial;
	padding: 10px 20px 10px 20px;
}

div#pageFooter {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

div#pageFooter a {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

/* // Footer */

label.login input {
	text-align:center;
	margin: 4px 0 20px;
	width: calc(100% - 20px);
	border:0px;
	padding: 4px 10px;
}

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

form#logForm {
	clear:both;
	height:auto;
	padding:20px;
	margin:0 auto;
	max-width:300px;
	text-align:center;
	color:#fff;
}

#logForm input {
	color: #333;
}

#logWrapper {
	max-width:300px;
	margin:60px auto;
	background:#cc0000;
}

#logWrapper img {
	display:block;
	float:left;
	max-width: calc(100% - 40px);
	padding:10px 20px 0;
}

#logWrapper a {
	color:#fff;
	text-decoration: none;
	display:block;
}

#submitLog {
	display: block;
	border: 0px;
	background: #fff;
	width: 100%;
	padding: 8px 0;
	margin-bottom: 20px;
	color: #333;
}

/* *********************** */
/* *********************** */
/* *********************** */

.cA {
	clear:both;
	float:none;
}

form#logoutForm {
	display: inline-block;
}
input#submitLogout {
	border: none;
	background: none;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	padding: 0px;
}

div#topRow {
	background: #333333;
	color: #fff;
	width: 100%;
	display: block;
	float: left;
	position:fixed;
	top: 0px; right: 0px;
	z-index: 1000;
}

div#topName {
	padding: 4px 8px 6px;
	float: left;

}

div#topName a {

	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}


div#userInteraction {
	display: inline-block;
	padding: 4px 8px 6px;
	float: right;
}

span.display_320 {
	display:none;
	height: 0px;
	width: 100%;
}

.more480px {
	display: inline-block;
}
.less480px {
	display: none;
}

@media screen and (max-width: 1020px) {
	div#mainWrapper {
		padding: 0 10px;
	}
	div#pageHeader {
		padding: 0 20px;
	}
}



@media screen and (max-width: 860px) {

	.foundResult, span.foundEmpty {
		padding: 10px 0 10px 10px;
	}

	.searchInput {
		padding: 10px 6px;
	}

	span.display_320 {
		display: block;
	}

	div#mainWrapper {
		margin: 10px 0 10px;
	}

	header {
		height: auto;
		padding-bottom: 10px;
	}

	div#pageHeader {
		height: auto;
	}

	#headAD {
		top: 0;
		float: none;
		left:0; right:0;
		margin: auto;
		display: block;
	}

	a#logoLink {
		float: none;
		top: 0px;
		padding: 10px 0;
		height: auto;
		display: block;
		width: 301px;
		margin: 0 auto;
	}

	div#logoDate {
		top: 78px;
		left: 150px;
	}

	div#nk_logoDate {
		top: 78px;
		left: 150px;
	}

	div#tip_logoDate {
		top: 50px;
		left: 174px;
	}

	div#headPromotion {
		position: static;
		top: 0px;
	}

	div#mainLeft {
		width: 100%;
		float: none;
		border:none;
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
	}

	div#mainRight {
		float: none;
		margin: 20px auto 0;
		display: block;
	}

	span.searchType, .jobEntry {
		text-align: center;
	}

	label.searchLable {
		padding: 4px 20px;
	}

	#searchSubmit {
		margin-top: 10px;
	}

	p#searchSummary {
		text-align: center;
	}

	span.jobDetails {
		display: block;
		text-align: center;
	}

	.jobTitle {
		text-align: center;
	}

	.foundResults {
		width: 100%;
	}

	div#pageFooter {
		text-align: center;
		display: block;
	}

	.zoomButton {
		/*float:none;*/
		width: 50%;
	}


}

@media screen and (max-width: 360px) {
	a#logoLink, a#logoLink img {
		width: 100%;
	}

	.jobTitle {
		font-size: 14px;
		font-weight: bold;
	}

}

@media screen and (max-width: 480px) {
	.more480px {
		display: none;
	}

	.less480px {
		display: inline-block;
		text-transform: uppercase;
		font-weight: bold;
		color: #ffffff;
		font-size: 20px;
	}

	div#nk_logoDate, div#tip_logoDate {
		display: none;
	}
}

/*@media screen and (max-width: 680px) {
	div#topName {
		float: none;
		margin: 0px auto;
		text-align: center;
	}
	div#userInteraction {
		float: none;
		margin: 0px auto;
		text-align: center;
		width: 100%;
		padding: 0px 0 6px;
	}
}*/

#editWrapper {
	max-width: 680px;
	width: 100%;
	margin: 25px auto 0;
	padding: 10px 30px;
	background: #ffffff;
}

#wideWrapper {
	width: 100%;
	margin: 25px auto 0;
	padding: 6px 30px 20px;
	background: #ffffff;
}

.onlineSince {
	display: block;
	margin-top: 10px;
	font-size: 10px;
	color: #909090;
}

div.displayDetails {
	margin: 6px 0 12px;
}

span.fileName {
	display: block;
	padding: 4px 6px;
	background: #cc0000;
	color: #ffffff;
	cursor: pointer;
}

div.fileDetails {
	background: #ccc;
	color: #333;
	margin-left: 10px;
	display: none;
	padding: 6px 10px;
}

div.dateWrapper {
	margin-bottom: 20px;
}

label.selectDate, input.selectDate {
	cursor: pointer;
}

.clearDate {
	cursor: pointer;
}

.clearDate:hover {
	color: #cc0000;
}

#mainScreen {
	position: relative;
	background: #cccccc;
	margin: 0 auto;
	padding: 10px;
}

.selectableEntry, .selectedEntry {
	display: block;
	padding: 4px 10px;
	cursor: pointer;
	outline-offset: -1px;
	outline: 1px solid #cc0000;
	margin-bottom: 4px;
}

#selectOptions {
	width: 60px;
	background: blue;
	float: left;
	margin: 0 20px;
}

#availableWrapper, #selectedWrapper {
	float: left;
}

#dm_sideMenu {
	left:0px;
	top:25px;
	background: #333;
	width: 120px;
}

.dm_sideMenu {
	display: block;
	padding: 8px 10px;
	color: #ffffff;
	text-decoration: none;
}

.dm_sideMenu:hover {
	color:#cc0000;
	background: #cccccc;
}

.dm_caption {
	margin-right: 10px;
	display: inline-block;
	text-align: right;
	width: 100px;
}

#dm_wrapper label {
	margin: 2px 0;
	display: inline-block;
}

#dm_wrapper label input {
	width: 400px;
}

#sinceField{
	width: auto;
	margin-left: 10px;
}

#timesSa{
	width: auto;
	margin-left: 42px;
}

#dm_wrapper label input[name="since"] {
	width: 87px;
}
#dm_wrapper label input[name="name"] {
	width: 275px;
}

#dm_wrapper label input[name="timesMi"],
#dm_wrapper label input[name="timesSa"] {
	width: 130px;
}

#dm_wrapper label input[name="areaID"] {
	margin-top: 11px;
}



#dm_wrapper label textarea[name="notes"] {
	height: 115px;
	min-height: 115px;
}

#dm_wrapper label textarea[name="noDeliver"] {
    height: 115px;
    min-height: 115px;
}

#dm_wrapper label textarea {
	width: 400px;
	height: 60px;
	resize: vertical;
	min-height: 60px;
}



#dm_insert, #dm_error, #dm_search, #dm_edit, #dm_errorSearch {
	display: inline-block;
}

#dm_map {
	max-width: 800px;
	max-height: 600px;
	background: #cccccc;
	display: inline-block;
	position: absolute;
	left: 550px;
	top: 138px;
}

.dm_button, .dm_buttonContent, .dm_buttonWide {
	background: #cc0000;
	color: #ffffff;
	padding: 10px 0;
	text-align: center;
	cursor: pointer;
}

.dm_buttonWide {
	width: 100%;
	display: block;
}

.dm_buttonContent {
	display: inline-block;
	padding: 4px 10px;
}

.dm_button:hover {
	background: #cccccc;
	color: #cc0000;
	text-decoration: underline;
}

.dm_orderButton {
	background: #cc0000;
	color: #ffffff;
	display: inline-block;
	padding: 0 10px;
	cursor: pointer;
}

#dm_search, #dm_searchClear {
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	background: #cc0000;
	padding: 4px 10px;
}

.dm_areaName a, a.dm_areaName {
	padding:4px 10px;
	background: #cc0000;
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	margin-bottom: 4px;
}


/* SIDEBAR */

.sEntry {
	display: block;
	padding: 10px;
	border: 1px solid #333;
	border-radius: 14px;
	background: #e6e6e6;
	margin: 5px 0px;
}

.sEntry_title {
	font-weight: bold;
	font-size: 14px;
}

.sEntry_content {
	margin: 8px 0px 0px 0px;
}

.sEntry_options {
	margin: 4px 0px 0px;
}

#pm_workDay {
	display: inline-block;
	background: #cc0000;
	color: #ffffff;
	padding: 4px 8px;
}

.pm_positive {
	color: #009900;
}

.pm_neutral {
	color: #333333;
}

.pm_negative {
	color: #ff0000;
}

.pm_overviewLink,
.processXHR {
	display: block;
	padding: 4px 8px;
	margin: 0px 0px 4px 0px;
	text-decoration: none;
	color: #333333;
	background: #ffffff;
	border-radius: 2px;
	border: 1px solid #cc0000;
}

.pm_overviewLink ul,
.processXHR ul {
	margin: 2px 0px;
	padding-inline-start: 20px;
}

.pm_mainWrapper {
	display: block;
	margin: 0px 0px 20px 0px;
}

.pm_mainWrapper h3 {
	display: block;
	margin: 0px 0px 6px 0px;
}

.pm_displayWrapper {
	display: block;
	margin: 0px 0px 10px 0px;
}

.pm_display {
	display: inline-block;
	width: 100px;
}

.pm_timeInput {
	width: 40px;
	text-align: center;
}

.pm_mainInput,
.pm_mainInput:active,
.pm_mainInput:focus {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #cc0000;
	outline: 0px;
}

.pm_rangeInput,
.pm_rangeInput:active,
.pm_rangeInput:focus {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #cc0000;
	outline: 0px;
	width: 180px;
}

.pm_mainButton {
	display: inline-block;
	padding: 4px 8px;
	background: #cc0000;
	color: #ffffff;
	cursor: pointer;
}

.pm_errorClass {
	color: #cc0000;
	display: block;
	margin: 10px 0px 0px;
}

.pm_singleDay {
	margin: 0px 0px 10px 0px;
	cursor: pointer;
	display: block;
	height: auto;
	overflow: hidden;
}

.pm_singleWeek {
	margin: 10px 0px;
	display: block;
}

.pm_displayWeek {
	padding: 4px;
  background: #969696;
	color: #ffffff;
  margin: 0px 0px 10px 0px;
	height: auto;
  overflow: hidden;
}

.pm_edit_button {
	float: left;
	display: block;
}
.pm_delete_button {
	float: left;
	text-align: center;
	margin: 0px 10px 0px 0px;
	background: #e9e9e9;
	cursor: pointer;
	padding: 2px 4px;
}

.pm_sign_button {
	display: block;
	float: right;
	text-align: center;
	margin: 0px 0px 0px 10px;
	background: #e9e9e9;
	color: #333333;
	padding: 2px 0px;
	width: 40px;
}

.pm_sign_button.locked {
	color: #ffffff;
	padding: 1px 0px;
	background: #00cc00;
}
.pm_sign_button.valid {
	color: #000000;
	padding: 1px 0px;
	background: #ffcc00;
}

.pm_sign_button.invalid {
	color: #ffffff;
	padding: 1px 0px;
	background: #cc0000;
}

.pm_edit_note {
  display: block;
  clear: both;
  padding: 4px;
  background: #cc0000;
  margin: 4px 0px 8px;
  color: #ffffff;
}

#pm_message_state {
	position: fixed;
  bottom: 0px;
  padding: 4px 8px 8px;
  display: block;
  text-align: center;
  left: 0px;
  right: 0px;
}

.pm_message_success {
	background: #00cc00;
	color: #333333;
}

.pm_message_failed {
	background: #ff0000;
	color: #ffffff;
}

.pm_dialog_box {
	position: fixed;
	width: 300px;
	left: 0px;
	top: 0px;
	padding: 10px;
	outline: 1px solid #cc0000;
	background: #ffffff;
	z-index: 10000;
	text-align: center;
}

.pm_inputWrapper {
	margin: 1px 0px;
}


/* DROP DOWN */
.nlf_dropDown_Wrapper {
	position: relative;
	margin: 1px 0px;
}

.nlf_dropDown_Main {
	height: auto;
	overflow: hidden;
}
.nlf_dropDown_Title {
  float: left;
  width: 100px;
}

.nlf_dropDown_Selected {
  float: left;
  width: 180px;
	padding: 4px 6px;
	outline: 1px solid #cc0000;
	outline-offset: -1px;
	cursor: pointer;
	position: relative;
}

.nlf_dropDown_Menu {
	position: absolute;
	left: 100px;
  width: 180px;
  background: #c6c6c6;
  padding: 0px 4px 4px;
  z-index: 2000;
}

.nlf_dropMenu_Point {
  padding: 4px 6px;
  background: #ffffff;
  outline: 1px solid #cc0000;
  outline-offset: -1px;
  margin: 2px 0px 0px;
	cursor: pointer;
	text-align: left;
}

.nlf_dropDown_hidden {
	display: none;
}

.nlf_dropDown_display {
	display: block;
}


#edit_importantNote {
	background: #cc0000;
	color: #ffffff;
	margin: 0px 0px 20px 0px;
	padding: 8px 6px;
	text-align: center;
	line-height: 1.5;
}

.edit_labelPassword {
	margin: 0px 0px 10px 0px;
	display: block;
}

.edit_passwordInput {
  margin: 8px 0px 0px;
}

#edit_savePassword {
	display: inline-block;
	background: #009900;
	color: #ffffff;
	padding: 8px 6px;
	color: #fff;
	/* outline: 1px solid ##eeeeee;
	outline-offset: -1px;
	cursor: pointer;
	margin: 20px 0px 0px; */
}

.edit_notePassword {
  margin: 10px 0px 0px;
  padding: 8px 6px;
  background: #e6e6e6;
  text-align: center;
}




/* -------------- */
/* Beilagenplaner */
/* -------------- */


#sM_menuWrapper {
	text-align: center;
}

#onlineAds_input_iframe {
	width: 100%;
	height: 120px;
	resize: vertical;
}

#onlineAds_submit,
#onlineAds_clear,
#onlineAdvice_submit,
#onlineAdvice_clear {
	display: inline-block;
	padding: 4px 10px;
	background: #cc0000;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
	margin: 10px 0px 0px;
}


.gm_imageWrapper {
	height: 270px;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: nowrap;
	background: #e8e8e8;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}

.gm_imageContent {
	width: 250px;
	height: 250px;
	display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}


.gm_imageDetails {
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	flex-direction: column;
	flex-wrap: nowrap;
	height: 250px;
	padding: 10px;
}

.gm_imageTitle {
	font-size: 16px;
	margin: 0px 0px 20px 0px;
}