
html, body {
	height: 100%;
	width: 100%;
}

/*html {*/
	/*-ms-overflow-style: none;*/
	/*overflow: -moz-scrollbars-none;*/
/*}*/


/*div::-webkit-scrollbar {*/
	/*display: none;*/
/*}*/

div.infoWrapper {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}

p.infoMessage {
	display: block;
	position: relative;
	margin: 5px 0;
	line-height: 40px;
	vertical-align: top;
}


/*********************** LOGIN SCREEN ************************/

div.logoContainer, div.logoContainerScaled, div.homeLogoContainer {
	position: absolute;
	/*width: 400px;*/
	height: 350px;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: top 0.50s ease-out, transform 0.50s ease-out,
	0.5s width, 0.5s height;
}

div.homeLogoContainer {
	pointer-events: all;
	display: flex;
	align-items: center;
	width: 547px;
	height: 250px;
	border-radius: 10px;
	border: 3px solid hsl(0, 100%, 100%);
	cursor: pointer;
	background-color: hsla(0, 0%, 100%, 0.2);
}

div.homeLogoContainer:hover {
	background-color: hsla(0, 0%, 100%, 0.3);
}

div.logoContainerScaled {
	position: relative;
}

img.homeAppLogo, img.appLogo {
	display: block;
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

img.homeAppLogo {
	display: inline-block;
	width: 150px;
	height: 150px;
	margin: 0 50px;

}

p.appInfo, p.appExtra {
	color: hsl(0, 0%, 100%);
	font-size: 40pt;
	letter-spacing: 2px;
	text-align: center;
	margin-top: 15px;
	position: relative;
}

p.appExtra {
	color: hsla(0, 0%, 100%, 0.65);
	font-size: 25pt;
	letter-spacing: 0.5px;
}

div.designSafePanel, div.timeOutPanel, div.designSafePanelLoggedIn, div.connectionPanel {
	position: absolute;
	margin: 0 auto;
	width: 420px;
	height: 350px;
	background-color: hsl(0, 100%, 100%);
	border-radius: 10px;
	padding: 10px;
	top: 40%;
	left: 0;
	right: 0;
	display: none;
	transition: height 0.65s;
}

div.timeOutPanel, div.connectionPanel {
	display: none;
	height: auto;
	z-index: 10000
}

div.designSafePanelLoggedIn {
	height: 110px;
}

p.signInLabel {
	line-height: 135%;
	position: relative;
	text-align: center;
	margin: 15px 0;
	color: hsl(0, 0%, 0%);
	font-size: 14pt
}

img.designSafeLogo {
	position: relative;
	display: block;
	width: 360px;
	margin: 25px auto;
}

input.splash {
	position: relative;
	display: block;
	margin: 15px auto;
	padding: 5px;
	background-color: transparent;
	border-bottom: 2px solid hsl(0, 100%, 40%);
	border-top: none;
	border-left: none;
	border-right: none;
	box-sizing: border-box;
	border-radius: 0;
	width: 90%;
	-webkit-appearance: none;
	text-align: left;
	box-shadow: none;
	cursor: text;
	color: hsl(0, 0%, 0%);
}

input.splash::placeholder {
	color: hsl(0, 0%, 0%);
}

input.splash:focus {
	outline: none;
	color: hsl(0, 0%, 0%);
}


/*************************** P *******************************/

p.currentItems, p.currentUser {
	top: 0;
	height: 50px;
	line-height: 50px;
	left: 30px;
	position: absolute;
	font-size: 16pt;
	font-weight: bold;
}

p.currentUser {
	left: auto;
	right: 30px;
}

/*************************** DIV *******************************/

div.header {
	position: fixed;
	z-index: 101;
	width: 100%;
	height: 50px;
	left: 0;
	top: 0;
	background-color: hsl(200, 75%, 40%);
	overflow:hidden;
}

div.headerBackArrowIcon {
	position: relative;
	border: solid hsl(0, 100%, 100%);
	border-width: 0 3px 3px 0;
	display: none;
	left: 10px;
	width: 15px;
	height: 15px;
	top: 16px;
	transform: rotate(135deg);
	cursor: pointer;
}

div.headerSectionLabel {
	height: 50px;
	font-family: "StandardFontBold", "Arial", sans-serif;
	color: hsl(0, 0%, 100%);
	font-size: 18pt;
	line-height: 50px;
	letter-spacing: 1px;
}

div.sectionHeader, div.sectionBar {
	background: hsl(200, 75%, 30%);
	left: 0;
	right: 0;
	height: 70px;
	width: 100%;
	text-align: center;
	transition: transform 0.5s linear;
	position: relative;
	top: 0;
	z-index: 1010;
}

div.sectionBar {
	background-color: hsl(0, 0%, 20%);
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: calc(100% - 70px);
	transition: transform 0.3s;
}

div.sectionContainer, div.mapContainer, div.mapCanvas, .sectionScrollable, .sectionCalendar, .sectionChecklist,
.sectionScrollNoHeader, .sectionScroll, div.manualViewContainer, div.sectionWithHeader, div.sectionNoSubSection{
	visibility: visible;
	right: 114px;
	left: 114px;
	overflow-x: hidden;
	overflow-y: auto;
	top: 50px;
	height: calc(100% - 50px);
	width: auto;
	position: fixed;
	background-color: hsl(0, 0%, 10%);
	/*transition: all 0.75s;*/
}

#metadata-container {
	height: calc(100% - 70px);
}


div.mapCanvas {
	overflow: hidden;
	background-color: hsl(0, 0%, 95%)
}

div.sectionContainer {
	padding: 0 20px;
}

div.sectionChecklist, div.sectionScroll,
div.sectionScrollNoHeader, div.sectionWithHeader{
	height: calc(100% - 120px);
	top: 120px;
	padding: 0 20px;
	overflow-x: hidden;
	overflow-y: auto;
	transition: all 0.5s linear;
}

div.sectionChecklist {
	top: 50px;
	height: calc(100% - 50px);
	padding: 0;
}

div.sectionNoSubSection {
	right: 0;
	left: 114px;
}



div.subSectionChecklist, div.subSection, div.transitionWindow {
	width: 100%;
	padding: 20px;
	height: calc(100% - 70px);
	box-sizing: border-box;
	overflow-y: auto;
	transition: transform 0.5s ease-out;
}

div.transitionWindow {
	display: none;
	background-color: hsl(0, 0%, 10%);
	position: absolute;
	top: 70px;
	z-index: 1000;
}

div.equipmentSubSection, div.contactSubSection {
	top: 70px;
	width: 100%;
	height: calc(100% - 70px);
	display: block;
	box-sizing:border-box;
	padding: 0 20px;
	overflow-y: auto;
	overflow-x: hidden;
	transition: all 0.5s linear;

}

div.equipmentHeader {
	background: hsl(200, 75%, 30%);
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	height: 70px;
	width: 100%;
	z-index: 1;
	text-align: center;
	transition: transform 0.5s linear;
}

div.sectionWithHeader {
	top: 50px;
	padding: 0;
	height: calc(100% - 50px);

}

div.sectionScrollNoHeader {
	height: calc(100% - 50px);
	top: 50px;
	padding: 0 20px;
}

div.sectionScrollable {
	background-color: hsl(0, 0%, 10%);
	overflow-x:  hidden;
	overflow-y: auto;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	transition: height 10s;
}

div.master {
	pointer-events: all;
	height: 100%;
	width: 100%;
	/*z-index: 100;*/
	overflow: hidden;
	/*background-color: #E41D00;*/
	background-color: hsl(0, 0%, 10%);
}

div.splash {
	position: absolute;
	/*background-color: hsl(0, 0%, 40%);*/
	background-color: hsl(200, 75%, 40%);
	z-index: 1500;
	overflow: hidden;
	height: 100%;
	width: 100%;
	bottom: 0;
	transition: all 0.5s ease-out;

}


/*************************** PROJECT ITEMS *******************************/

div.projectListHeader, .projectListItem {
	display: block;
	background-color: hsl(0, 0%, 10%);
	padding-top: 35px;
	padding-bottom: 35px;
	width: 100%;
	text-align: center;
	border: none;
	outline: none;
	position: relative;
}

div.projectListHeader {
	border-bottom: solid 1px hsl(0, 0%, 28%);
	display: block;
	width: 100%;
	height: auto;
	overflow: visible;
	padding-bottom: 85px;
}

div.projectListItem {
	margin-top: 20px;
	display: inline-block;
	font-size: 15px;
	height: 35px;
}

/*************************** PROJECT-SVG ITEMS *******************************/


div.svgHolder {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 5000;
	opacity: 0;
	cursor: pointer;
}

div.svgContainerOuter {
	z-index: 1500;
	display: inline-block;
	position: absolute;
	color: hsl(0, 100%, 100%);
	width: 120px;
	height: 120px;
	top: 0;
	left: 0;
}

div.svgSubContainerOuter {
	z-index: 1500;
	display: inline-block;
	position: absolute;
	color: hsl(0, 100%, 100%);
	width: 120px;
	height: 120px;
	top: 0;
	left: 7%;
}

div.svgContainerInner {
	display: inline-block;
	color: hsl(0, 100%, 100%);
	width: 105px;
	height: 105px;
	horiz-align: center;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}

div.svgContainerInnerMost {
	vertical-align: middle;
	display: inline-block;
	position: absolute;
	color: hsl(0, 100%, 100%);
	width: 20px;
	height: 20px;
	left: calc(50% - 10px);
	top: calc(50% - 10px);
	horiz-align: center;
}

svg.checklistItemIcon {
	fill: hsl(0, 100%, 100%);
	display: inline-block;
	color: hsl(0, 100%, 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 5px;
}

svg.testSVG {
	fill: hsl(0, 100%, 100%);
	display: inline-block;
	color: hsl(0, 100%, 100%);
	width: 100%;
	height: 100%;
}

svg.fillBlack {
	pointer-events: none;
	fill: hsl(0, 0%, 0%);
	display: inline-block;
	color: hsl(0, 0%, 0%);
	width: 100%;
	height: 100%;
}

svg.fillBlue {
	pointer-events: none;
	fill: hsl(200, 100%, 65%);
	display: inline-block;
	color: hsl(200, 100%, 65%);
	width: 100%;
	height: 100%;
}

svg.fillRed {
	pointer-events: none;
	fill: hsl(0, 100%, 35%);
	display: inline-block;
	color: hsl(0, 100%, 35%);;
	width: 100%;
	height: 100%;
}

svg.MainItemSVG, svg.addItemSvg {
	fill: hsl(0, 100%, 100%);
	display: inline-block;
	color: hsl(0, 100%, 100%);
	width: 100%;
	height: 100%;
	stroke-width: 5px;
}

svg.testSVG2 {
	fill: hsl(200, 100%, 65%);
	display: inline-block;
	color: hsl(0, 100%, 100%);
	width: 100%;
	height: 100%;
}

svg.testSVG3 {
	fill: hsl(200, 25%, 65%);
	display: inline-block;
	color: hsl(0, 100%, 100%);
	width: 100%;
	height: 100%;
}

polygon {
	height: 100%;
	width: 100%;
}

div.projectListItem:first-child {
	margin-top: 55px;
}

div.projectListItemActive {
	display: inline-block;
}

div.projectListItemInfo {
	display: block;
	top: 0;
	left: 160px;
	margin-top: 10px;
	position: absolute;
	font-size: 16pt;
	letter-spacing: 1px;
	height: auto;
}

div.subProjectInfo {
	display: block;
	top: 0;
	margin-top: 15px;
	left: 300px;
	position: absolute;
	font-size: 20px;
	height: auto;
}

div.childContainer {
	margin-top: 25px;
	display: none;
}

p.projectInfo {

	font-family: "StandardFontBold", "Arial", sans-serif;
	color: hsl(195, 100%, 55%);
	display: block;
	top: 0;
	position: relative;
	font-size: 18pt;
	height: auto;
	width: auto;
	text-align: left;
}

p.projectDate {
	color: grey;
	display: block;
	top: 0;
	margin-top: 5px;
	position: relative;
	font-size: 13pt;
	height: auto;
	width: auto;
	text-align: left;
}


/*************************** CHECKLIST ITEMS *******************************/

/************ MODAL FORM ITEMS ***************/

div.modalBG {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: hsl(0, 0%, 0%);
	opacity: 0.70;
	z-index: 5000;
	display: none;
	pointer-events: all;
	box-sizing: border-box;
}

div.mapModal {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: hsl(0, 0%, 0%);
	opacity: 0.70;
	z-index: 1005;
	display: none;
	pointer-events: all;
	box-sizing: border-box;
}

div.secondModalBG {
	z-index: 5500;
}

div.checklistModalForm , .sectionModalForm, .editModalForm,
div.questionnaireBuilder, div.checklistBuilder {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	min-width: 200px;
	padding: 15px;
	background-color: hsl(0, 100%, 100%);
	border-radius: 5px;
	z-index: 5600;
	border: 2px solid hsl(200, 75%, 40%);
}

div.sectionModalForm {
	text-align: center;
}

div.checklistModalForm {
	display: none;
	padding: 20px;
}

input.Standard, input.creationField {
	border: 2px solid hsl(200, 75%, 40%);
	border-radius: 5px;
	width: 100%;
	min-width: 300px;
	padding: 5px;
	color: hsl(0, 0%, 0%);
}

input.creationField {
	margin: 10px 0;
	min-width: 0;
	width: 90%;
}



div.ChecklistAccessBubblePrivate, div.ChecklistAccessBubblePublic,
div.QuestionnaireAccess{
	display: inline-block;
	padding: 0;
	cursor: default;
	position: relative;
	height: 50px;
	width: 50px;
	margin-left: 10px;
	margin-right: 20px;
}

div.QuestionnaireAccess {
	margin: 0;

}

div.flexWrapper {
	position: relative;
	display: inline-flex;
	justify-content: space-between;
	width: 100%;
	color: hsl(0, 0%, 0%);
	box-sizing: border-box;
	/* padding: 10px; */

}

div.flexWrapperCenter {
	display: flex;
	align-items: center;
	justify-content: center;
}

div.ChecklistAccessBubblePublic {
	background-color: hsla(0, 100%, 0%, 0.35);
}

svg.cloudIconShared {
	fill: hsl(0, 0%, 0%);
	margin: 10px;
	height: 30px;
	width: 30px;
}
svg.cloudIconLocal {
	fill: hsla(0, 0%, 0%, 0.35);
	margin: 10px;
	height: 30px;
	width: 30px;
}

svg.cloudIconQuestionnaireLocal {
	fill: hsl(0, 100%, 100%);
	height: 30px;
	width: 30px;
	margin: 0;

}

svg.cloudIconQuestionnaireShared {
	fill: hsl(0, 100%, 100%);
	height: 30px;
	width: 30px;
	margin: 0;
}



/*!*************************** QUESTIONNAIRE ITEMS *******************************!*/

/*div.QuestionnaireBuilder {*/
	/*display: none;*/
	/*height: auto;*/
	/*width: 80%;*/
	/*color: hsl(0, 100%, 40%);*/
	/*z-index: 5002;*/
	/*font-size: 20pt;*/
	/*font-family: "StandardFontBold", "Arial", sans-serif;*/
	/*!*background-color: hsl(0 ,0%, 50%);*!*/
/*}*/

/*div.QuestionnaireTemplate {*/
	/*color: hsl(0, 0%, 0%);*/
	/*border: 2px solid hsl(0, 100%, 40%);*/
	/*border-radius: 5px;*/
	/*min-height: 200px;*/
	/*max-height: 500px;*/
	/*overflow-y: scroll;*/
	/*height: 200px;*/
	/*width: 100%;*/
	/*padding: 5px;*/
	/*margin: 10px 0;*/
	/*!*box-sizing: border-box;*!*/
	/*transition: height 0.3s linear;*/
	/*background-color: white;*/
/*}*/

/*p.QuestionLabel {*/
	/*line-height: 52px;*/
	/*display: inline-block;*/
	/*color: hsl(0, 0%, 0%);*/
	/*font-size: 16pt;*/
/*}*/

/*div.ChooseQuestionType {*/
	/*display: none;*/
	/*height: auto;*/

/*}*/

/*p.QuestionTypeLabel {*/
	/*width: 100%;*/
	/*color: hsl(0, 0%, 0%);*/
	/*text-align: center;*/
/*}*/

/*div.wrapper {*/
	/*!*margin: 10px 0;*!*/
	/*width: 100%;*/
	/*color: hsl(0, 0%, 0%);*/
	/*display: block;*/
	/*box-sizing: border-box;*/
	/*padding: 10px;*/
/*}*/

/*.alignLeft {*/


/*}*/

/*textarea.ShortAnswer {*/
	/*border: 2px solid hsl(0, 100%, 40%);*/
	/*border-radius: 5px;*/
	/*color: hsl(0, 0%, 0%);*/
	/*width: 90%;*/
	/*transition: width 0.3s linear;*/
	/*text-align: left;*/
	/*padding: 5px;*/
	/*max-width: 100%;*/
	/*max-height: 100%;*/
	/*resize: none;*/
/*}*/


/*!*textarea.ShortAnswer::-webkit-input-placeholder {*!*/
	/*!*color: red;*!*/
	/*!*text-align: center;*!*/
/*!*}*!*/
/*!*textarea.ShortAnswer:-moz-placeholder {*!*/
	/*!*!* Firefox 18- *!*!*/
	/*!*text-align: center;*!*/
/*!*}*!*/
/*!*textarea.ShortAnswer::-moz-placeholder {*!*/
	/*!*!* Firefox 19+ *!*!*/
	/*!*text-align: center;*!*/
/*!*}*!*/
/*!*textarea.ShortAnswer:-ms-input-placeholder {*!*/
	/*!*text-align: center;*!*/
/*!*}*!*/

/*textarea.ShortAnswer:focus {*/
	/*outline: none;*/
/*}*/

/*div.AddQuestionTemplate {*/
	/*color: hsl(0, 0%, 0%);*/
	/*height: 75px;*/
	/*border: 1px solid gray;*/
	/*border-radius: 5px;*/
	/*box-sizing: border-box;*/
/*}*/

/*div.AddQuestionTemplate, div.AddQuestionnaire {*/
	/*min-height: 60px;*/
	/*margin: 0;*/
	/*transition: height 0.3s linear;*/
/*}*/

/*div.MultipleChoiceAnswerField {*/
	/*display: inline-block;*/
	/*min-width: 100px;*/
	/*height: 40px;*/
	/*margin: 0 20px;*/
/*}*/

/*input.MultipleChoiceInput {*/
	/*width: 120px;*/
	/*height: 100%;*/
	/*padding: 2px;*/
	/*font-size: 16px;*/
	/*border: 1px solid grey;*/
	/*border-radius: 5px;*/
	/*color: hsl(0, 0%, 0%);*/
/*}*/
/*input.MultipleChoiceInput {*/

/*}*/





/*div.MultipleChoiceBubble {*/
	/*border: 1px solid hsl(0, 0%, 0%);*/
	/*width: 30px;*/
	/*height: 30px;*/
	/*padding: 0;*/
	/*border-radius: 15px;*/
	/*margin: 5px;*/

/*}*/


/**/

div.editModalForm {
	position: absolute;
	top: 110px;
	right: 50px;
	width: auto;
	height: auto;
}

p.modalLabel {
	font-family: "StandardFontBold", "Arial", sans-serif;
	color: hsl(0, 0%, 0%);
	font-size: 16pt;
	text-align: center;
	margin: 10px 20px;
	position: relative;
}

div.modalContainer {
	display: none;
}


input.inputCreateItem {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	/*position: relative;*/
	display: block;
	/*margin : 0 auto;*/
	padding: 5px;
	background-color: #aaaaaa;
	border: 1px solid #E41D00;
	border-radius: 4px;
	text-align: center;
}

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

div.sectionHeaderContainer {
	position: relative;
	display: inline-block;
	height: 50px;
	width: auto;
	background-color: hsla(0, 0%, 100%, 0.20);
	border-radius: 8px;
	margin-top: 10px;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
	font-size: 0;
	cursor: pointer;
	pointer-events: all;
}

p.sectionHeaderLabel {
	display: inline-block;
	position: relative;
	font-size: 24px;
	padding-left: 20px;
	padding-right: 20px ;
	top: 0;
	vertical-align: top;
	line-height: 70px;
}

div.sectionHeaderContainer > p.sectionHeaderLabel {
	line-height: 50px;
}

p.sectionLabel, .sectionLabelTemplate {
	font-size: 22pt;
	letter-spacing: 1px;
	color: hsl(195, 100%, 60%);
	pointer-events: none;
	margin-top: 50px;
	display: inline-block;
	position: relative;
}

div.projectHeader p.sectionLabel {
	margin-right: 150px;
}

div.sectionInfoContainer {
	position: relative;
	height: 80px;
	/*transition: height linear 0.3s;*/
}

div.publicChecklistDropDownList, div.QuestionnaireDropDownList {
	padding: 10px;
	position: absolute;
	display: block;
	margin-left: auto;
	margin-right: auto;
	bottom: calc(100% - 70px);
	left: 0;
	right: 0;
	max-height: 400px;
	overflow-y: auto;
	max-width: 650px;
	box-sizing: border-box;
	background-color: hsl(0, 100%, 100%);
	/*border: solid 4px hsl(140, 100%, 55%);*/
	border-radius: 5px;
	transition: transform 0.3s linear;
	z-index: 1005;
}
p.listLabel {
	padding: 0;
	color: hsl(0, 0%, 0%);
	font-size: 22px;
	line-height: 40px;
}

p.greyText {
	color: grey;
}

div.publicChecklistDropDownList {
	left: 10px;
	margin: 0;
}

.project, .projectNoData, .collectionContainer {
	display: block !important;
	opacity: 0 !important;
	transition: opacity 0.5s linear;
}

.projectNoData {
	cursor: default !important;
	pointer-events: none !important;
}

.project:first-child, .projectNoData:first-child {
	margin-top: 10px;
}


div.ChecklistDropDownList {
	left: 50%;
	margin-left: -275px;
	padding: 10px;
	position: absolute;
	display: block;
	bottom: calc(100% - 70px);
	max-height: 400px;
	overflow-y: scroll;
	/*max-width: 550px;*/
	width: 550px;
	box-sizing: border-box;
	background-color: hsl(0, 100%, 100%);
	/*border: solid 4px hsl(140, 100%, 55%);*/
	border-radius: 5px;
	transition: transform 0.3s linear;
	z-index: 1005;
}

div.dropDownListItem, .dropDownListItemActive, div.publicDropDownListItem {
	color: hsl(0, 0%, 0%);
	text-align: left;
	font-size: 16pt;
	line-height: 40px;
	height: 40px;
	padding: 10px;
	border-radius: 5px;
	/*vertical-align: middle;*/
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/*****TABLES****/

table.dropDownListTable {
	width: 100%;
}

.public-questionnaires-dropdown > table {
	max-height: 400px;
}

p.tableExtra, p.tableHeader {
	color: grey;
	text-align: left;
	font-size: 22px;
	line-height: 135%;
	padding: 10px;
}

p.tableHeader {
	font-style: italic;
}

p.tableValue {
	color: hsl(0, 0%, 0%);
	text-align: left;
	font-size: 22px;
	line-height: 135%;
	padding: 10px;
}

#public-checklists-dropdown p {
	font-size: 18px !important;

}

td {
	display: table-cell;
	vertical-align: middle;
}

div.dropDownListItemActive {
	background-color: hsl(140, 100%, 55%);
}

div.sectionButtonsContainer {
	display: inline-block;
	width: 100px;
	height: 100px;
}

div.sectionContainerTemplate {}

p.sectionLabel:first-child {
	margin-top: 10px;
}

p.itemLabel, p.itemLabelEditMode, input.itemLabel, input.itemLabelEditMode {
	position: relative;
	line-height: 50px;
	display: inline-block;
	font-size: 16pt;
}


p.itemLabel, .itemLabelEditMode {
	height: 50px;
}

p.itemLabelEditMode {
	min-height: 50px;
	max-width: 310px;
	line-height: 25px;
	margin: 12px 0;
	position: absolute;
}

input.itemLabel, input.AddChecklistItemLabel, input.AddSectionLabel,
input.itemLabelEditMode, input.sectionLabelEditMode, input.ChecklistName, input.ChecklistItemInput {
	-webkit-box-shadow: none;
	display: none;
	background-color: hsl(0, 0%, 10%);
	color: hsl(0, 100%, 100%);
	height: 45px;
	width: auto;
	pointer-events: all;
	cursor: auto;
	border: 1px  hsl(0, 0%, 40%) solid;
	border-radius: 4px;
	text-align: left;
	padding: 5px;
	/*user-select: all; !important;*/
}


input.ChecklistName {
	display: none;
	width: auto;
	min-width: 500px;
	margin-left: 10px;
	padding: 5px 10px;
}

input.sectionLabelEditMode {
	position: relative;
	height: 45px;
	display: none;
	min-width: 500px;
	margin-top: 42px;
	font-size: 22pt;
	letter-spacing: 1px;
	color: hsl(195, 100%, 60%);
	margin-left: 58px;
}

input:focus {
	outline: none;
}

p.addItemLabel {
	display: inline-block;
	font-size: 12pt;
	position: absolute;
	right: 5px;
	line-height: 25px;
}

p.modalListItem {
}

p.modalListItem:hover {
	background-color: #E41D00;
}

div.groupContainer{
	transition: height 04s ease-in;
	pointer-events: none;
	width: 100%;
	background-color: hsl(0, 0%, 10%);
}

div.sectionItemsContainer, .sectionItemsContainerTemplate {
	position: relative;
	margin-top: 5px;
	padding-top: 10px;
	border-top: solid 1px hsl(0, 0%, 25%);
	min-height: 60px;
}

div.sectionItemsContainer:last-child {
	padding-bottom: 25px;
}

div.sectionItemsContainerTemplate {
	display: none;
	min-height: 10px;
}


div.itemsContainer, .templateContainer,
.itemsContainerTemplateSection {
	position: relative;
	display: inline-block;
	text-align: left;
	width: auto;
	min-width: 310px;
	margin: 10px;
	margin-right: 50px;
	height: 50px;
	overflow: visible;
	cursor: pointer;
	pointer-events: all;
}



.itemsContainerTemplateSection {
	z-index: 100;
	width: 100%;
	padding-top: 20px;
	margin: 0;
	pointer-events: none;
	display: none;
}

.templateContainer {
	margin-right: 0;
	padding-top: 20px;
	border-top: solid 1px hsl(0, 0%, 25%);
	display: none;
	pointer-events: none;
}

div.radioButton, div.radioButtonChecked {
	position: relative;
	display: none;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 25px;
	background-color: hsl(0, 0%, 35%);
	margin-right: 10px;
	pointer-events: none;
}

div.radioButtonChecked {
	background-color: hsl(140, 100%, 55%); !important;
}


/*************************** TEAM ELEMENTS *******************************/


div.teamListItem {
	border-bottom: 1px solid hsl(0, 0%, 25%);
	box-sizing: content-box;
	padding: 15px 0;
	margin-left: 10px;
}

div.teamListItem:last-child {
	border-bottom: none
}

div.placeholderImage, div.equipmentPlaceHolderImage,
div.collectionImageHolder {
	display: inline-flex;
	justify-content: center;
	width: 110px;
	height: 110px;
	box-sizing: content-box;
	border: 3px solid hsl(0, 100%, 100%);
}

div.metaDataListItemContainer {
	margin-left: 20px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

div.collectionImageHolder {
	vertical-align: bottom;
	border: none;
	height: auto;
	background-color: hsl(195, 100%, 55%);
}

img.collectionImage {
	height: 100px;
	width: 100px;
}

div.equipmentPlaceHolderImage {
	border: 2px solid  hsl(0, 100%, 40%);
	margin: 10px;
	width: 160px;
	height: 160px;
	background-position: center;
}

.fill {
	display: block;
	justify-content: center;
	align-items: center;
	overflow: hidden
}
img.listItemImage {
	position: relative;
	max-width: 110px;
	max-height: 110px;
}

div.personInfo {
	display: inline-block;
	vertical-align: top;
	margin-left: 40px;
}

p.teamMemberName {
	font-family: "StandardFontBold", "Arial", sans-serif;
	font-size: 17pt;
	color: hsl(195, 100%, 55%);
	letter-spacing: 1px;
	padding: 5px 0;
}

p.teamMemberLabel {
	font-size: 14pt;
	color: hsl(0, 0%, 70%);
	line-height: 150%;
}

/*************************** GENERIC LIST ELEMENTS *******************************/

div.listItemContainer, div.QuestionnaireListItemContainer, div.listItemFlexContainer  {
	position: relative;
	padding: 15px 0;
	display: block;
	vertical-align: top;
	border-top: solid 1px hsl(0, 0%, 25%);
}


div.listInfoContainer {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}

div.listItemContainer:first-child {
	border-top: none;
}

div.listItemFlexContainer {
	display: flex;
	justify-content: space-between;
}

div.listItemFlexContainer:first-child {
	border-top: none;
}

p.listItemTitle, p.groupItemTitle, p.questionCount {
	font-family: "StandardFontBold", "Arial", sans-serif;
	font-size: 17pt;
	color: hsl(195, 100%, 55%);
	letter-spacing: 1px;
	padding: 5px 0px;
}

p.questionCount {
	width: 85%;
	line-height: 35px;
}

p.groupItemTitle {
	margin: 15px auto;
	font-size: 26pt;
	font-family: "StandardFontRegular", "Arial", sans-serif

}

div.centerContents {
	max-width: 545px;
	margin-left: auto !important;
	margin-right: auto !important;
}

p.listItemLabel, p.groupItemLabel {
	font-size: 16pt;
	color: hsl(0, 0%, 70%);
	line-height: 150%;
}

p.groupItemLabel {
	color: hsl(0, 100%, 100%);
}

/*************************** EQUIPMENT ELEMENTS *******************************/

p.sectionDockItem {
	display: inline-block;
	color: hsl(0, 0%, 90%);
	font-size: 16pt;
	height: 70px;
	line-height: 70px;
	padding: 0px 20px;
}

p.sectionDockItemSelected {
	background-color: hsl(0, 0%, 0%);
}

div.manualViewContainer, div.viewerContainer {
	text-align: center;
	/*background-color: hsl(0, 100%, 100%);*/
	background-color: rgb(82, 86, 89);
	position: absolute;
	left: calc(100% - 115px);
	top: 50px;
	width: calc(100% - 230px);
	height: 100%;
	transition: transform 0.5s ease-out;
	z-index: 15;
	color: hsl(0, 0%, 0%);
	display: flex;
	flex-direction: column;
	overflow-y: scroll;
}

div.viewerContainer {
	background-color: hsl(0, 100%, 100%);
	width: calc(100% - 230px);
	top: 120px;
	height: calc(100% - 120px);
	padding: 10px;
	box-sizing: border-box;
	/*bottom: 100px;*/
}

iframe.PDFWrapper {
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	border: none;
}

iframe::-webkit-scrollbar {
	display: none;
}

/*************************** GENERIC ELEMENTS *******************************/

/*img {*/
	/*!*Use for centering images*!*/
	/*z-index: 120;*/
	/*!*margin: auto;*!*/
	/*position: absolute;*/
	/*top: 0; left: 0; bottom: 0; right: 0;*/
/*}*/

img.header {
	position: absolute;
	width: 50px;
	height: 50px;
	z-index: 250;
	top: 0;
}

img.overlay {
	z-index: 120;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

img.topLeft {
	position: absolute;
	top: 30px; !important;
	left: 30px; !important;
	width: 220px;
	height: 75px;
}

img.topRight {
	position: absolute;
	top: 30px; !important;
	right: 30px; !important;
	width: 220px;
	height: 75px;
}

img.fixed {
	position: absolute;
	width: 44px;
	height: 44px;
	z-index: 150;
	margin: 0 auto;
	top: 3px;
	left: 0;
	right: 0;
}

div.menu {
	left: 0;
	position: fixed;
	z-index: 11;
	display: block;
	width: 103px;
	padding: 0 5px;
	height: auto;
	top: 50px;
	bottom: 0;
	background-color: hsl(0, 0%, 20%);
	overflow: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	pointer-events: auto;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: hsl(200, 75%, 40%);
}

div.subMenu {
	right: 0;
	position: fixed;
	z-index: 20;
	display: block;
	width: 104px;
	padding: 0 5px;
	height: auto;
	top: 50px;
	bottom: 0px;
	background-color: hsl(0, 0%, 20%);
	overflow: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	pointer-events: auto;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: hsl(200, 75%, 40%);
}

div.container {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);

}

div.menu_container {
	width: 100%;
	border-top: solid 1px hsl(0, 0%, 28%);
}

/*** MENU ITEMS ****/

div.menuItem, div.menuItemActive {
	font-family: "StandardFontBold", "Arial", sans-serif;
	color: hsl(0, 100%, 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 72px;
	width: 100%;
	cursor: pointer;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;
	border-bottom: solid 1px hsl(0, 0%, 28%);
	font-size: 11pt;
	line-height: 130%;

}

div.menuItemActive, div.subMenuItemActive  {
	background-color: hsl(200, 75%, 40%);
}

div.subMenuItem, div.subMenuItemActive {
	color: hsl(0, 100%, 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 72px;
	width: 100%;
	cursor: pointer;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;
	border-bottom: solid 1px hsl(0, 0%, 28%);
	font-size: 11pt;
	font-family: "StandardFontBold", "Arial", sans-serif;
	line-height: 130%;
}

table.menu {
	top: 50%;
	bottom: 50%;
}

div.test {
	color: hsl(0, 100%, 100%);
	/*Use for centering text*/
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

}

/**** LOGIN PAGE ****/


body {
	overflow: hidden;
	background-color: hsl(200, 75%, 40%);
	transition: background-color 1s;
	position: relative;
	margin: auto;
}

div.loginField {
	margin: 20px;
}


p.loginLabel {
	margin: 20px;
	font-size: 25px;
}

div.inputButtons {
	margin: 20px;
	text-align: center;
}



input[type="password"] {
	margin-top: 10px;
}

body.home {
	/*background-color: #E41D00;*/
	transition: background-color 1s;
}

div.panel {
	-webkit-text-fill-color: hsl(0, 100%, 100%);
}

div, p {
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;


}

body, p, div, table, tr, td, ul, li, textarea, input, tr {
	font-family: "StandardFontRegular", sans-serif; !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: hsl(0, 0%, 100%);
	font-size: 15pt;
	font-style: normal;
	font-weight: normal;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
}

table {
	border-collapse: collapse;
}


/*****MAP ELEMENTS*****/

div.sectionDock, div.mapDock {
	position: relative;
	z-index: 8000;
	width: 100%;
	height: 30px;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color: hsl(0, 0%, 100%);
	border-bottom: solid 1px hsl(0, 0%, 85%);
	padding: 0px;
}

p.dockButtonLabel {
	color: hsla(0, 0%, 0%, 0.50);
	font-size: 12px;
	line-height: 135%;
	letter-spacing: 0.5px;
	text-align: center;
	margin-top: 3px;
	pointer-events: none;
}



