/* Custom styles for the the ProcessWire admin */
.customLogo {
}

#ProcessPageSearchForm, #masthead #topnav > li > a#tools-toggle {
	display: none;
}

body.modal .pw-content.content {
	margin-top: 1em;
}

@media(min-width: 768px) {
	#masthead #topnav {
		margin-top: 45px;
	}

	#masthead #ProcessPageSearchForm {
		margin-top: 48px;
	}
}

/* collpased */
.expandable > .PageListPage.label::before {
	content: "\f196";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 1em;
	/* do not underline the icon */
	display: inline-block;
	text-decoration: none;
}

/* expanded */
.expandable.PageListItemOpen > .PageListPage.label::before {
	content: "\f147";
}


/* not allowed to view or edit */
.PageListItem.noAction > .PageListPage.label::after {
	content: "\f023";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: 1em;
}
.PageListItem.noAction > .PageListPage.label {
	text-decoration: none !important;
	cursor: default;
}

.pageTreeLegend {
	color: #8F294D;
	background: #EEE;
	padding: .75rem;
	font-size: .9em;
	font-weight: bold;
	margin: 0 -1.4em;
}
@media(max-width: 480px) {
	.pageTreeLegend {
		margin: 0 -0.75em;
	}
}

.pageTreeLegend .pageTreeLegendIcon {
	margin-right: 1em;
}


/* Additional CSS to add to customize the ProcessWire admin */

#ProcessPageSearchForm,
#masthead #topnav > li > a#tools-toggle,
#ProcessListerSelector.notes,
#ProcessLister .ui-state-error-text {
	display: none;
}

p.detail.version {
	visibility: hidden;
}


/* Enlarge the drop downs on page edit pages */
@media screen and (-webkit-min-device-pixel-ratio:0) {  /*safari and chrome*/
	#ProcessPageEdit select, .InputfieldContent select, .InputfieldSelect select {
		height:40px;
		line-height:40px;
	}
}

/* Customizations to SI Forms */

.field.field {
	margin-bottom: 0;
	position: relative;
	padding: 1.25rem;
}
.field .field-label {
	font-size: 1rem;
	margin-bottom: .5rem;
}
.fieldset {
	background-color: #f0f3f7;
}
.saveBadge.saveBadge {
	top: 1rem;
	right: 1.25rem;
}
.launchButton {
	color: #fff;
	border-radius: 3px;
	background: #e83561;
	padding: 2px 6px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	white-space: nowrap;
	border: 0;
}

.in-range{
	color:#00CC00;
}
.below-range{
	color:red;
}
.above-range{
	color:blue
}


.reportTable td, .reportTable th {
	border: 1px solid #ccc;
}


.not-found {
	background-color:#FFF2CC  !important;
}

.missing {
	background-color: #FCE4D6 !important;
}

.lost {
	background-color:#F8C3A6 !important;
}


.reportSection {}
.reportSection-boxed {
	padding: 1.5rem;
	border: 1px solid #ccc;
	margin-top: -1px;
}


/*  Custom classes  */
.noBorder {
	outline: unset !important;
}

.smallTopMargin {
	margin-top: 2px !important;
}

.Inputfield_distribution_devices .asmSelect {
	display: none !important;
}