* {
	box-sizing: border-box;
}
@font-face {
	font-family: Trebuchet MS;
	src: url("/fonts/trebuchet.ttf");
}
body {
	font-family: Trebuchet MS;
	width: 100%;
	margin: 0;
	
}
header {
	height: 120px;
}
#headerText {
	float: left;
	font-size: 3em;
	font-weight: 700;
	line-height: 50px;
	text-align: center;
	clear: both;
	width: 100%
}
#header img {
	height: 100px;
	float: left;
}
#homeContainer,
#thankYou {
	background-color: #efefef;
	border-radius: 5px;
	border: #e7e7e7 2px solid;
	margin: 0 auto;
	margin-top: 120px;
	padding: 50px 10px;
	text-align: center;
	width: 60%;
}
#homeContainer h2 {
	color: #026ab4;
	font-size: 2.5em;
	margin: 8px 0;
}
footer {
/*	bottom: 0;*/
	margin-bottom: 10px;
	text-align: center;
/*	position: absolute;*/
	width: 100%;
}
.body {
	margin: 0 auto;
	width: 85%;
}
.rBody {
	width: 95%;
}
.section {
	margin: 0 0.5em;
}
ul {
	list-style: none;
	margin-left: 0.5em;
	padding-left: 0px;
}
li {
	list-style: none;
/*	margin-top: 15px;*/
	position: relative;
}
#fixedHeader {
	background-color: #eee;
	display: none;
	left: 0px;
	padding: 5px 10px 5px 40px;
	position: fixed;
	width: 100%;
	z-index: 20;
}
#fixedHeader span {
	float: left;
}
#fixedHeader span div {
	font-size: 1.2em;
	line-height: 1.8em;
}
#fixedHeader img {
	float: right;
	position: relative;
	right: 50px;
	top: 0px;
}
.questionContainer {
	display: block;
}
.highlight {
	display: inline-flex;
	margin-top: 10px;
}
/*
.col2Title {
	display: inline-block;
	margin-left: 7em;
	width: 9em;
}
.col2 {
	margin-left: 7em;
	width: 18em;
}
.whoQuestion {
	display: inline-block;
	width: 18em;
}
*/
.questionParent {
	margin-top: 0px;
}
.commentText {
	display: inline-block;
	padding-right: 2em;
	text-align: right;
	width: 32em;
}
.subComment{
	margin-left: 1.5em;
}
.subRow li .questionContainer {
	width: 32em;
}

textarea {
	background-color: #f8f8f8;
	border: 2px solid #026ab4;
	border-radius: 5px;
	font-family: Trebuchet MS;
	font-size: 1em;
	height: 6em;
/*	margin-left: 1.3em;*/
	margin-top: 10px;
	padding: 5px;
	vertical-align: top;
	width: 430px;
}
.answerContainer {
	display: block;
	margin-top: 10px;
}
/*
#docs {
	margin-top: 3em;
}
*/
.highlight,
.title {
	font-weight: 900;
}
.title {
	color: #026ab4;
	font-size: 1.2em;
}
/*
input[name="name"],
input[name="address"],
input[name="factoryAddress"],
input[name="productsManufactured"] {
	width: 25em;
}
#docs .section {
	background-color: lightgrey;
	padding: 20px 40px;
}
*/
#section1 li:nth-child(2) .questionParent,
#section2 li:nth-child(2) .questionParent,
#section3 li:nth-child(2) .questionParent,
#section4 li:nth-child(2) .questionParent,
#section5 li:nth-child(2) .questionParent,
#section6 li:nth-child(2) .questionParent,
#section7 li:nth-child(2) .questionParent,
#section8 li:nth-child(2) .questionParent,
#section9 li:nth-child(2) .questionParent,
#section10 li:nth-child(2) .questionParent,
#section11 li:nth-child(2) .questionParent {
/* TODO  needs to be more dynamic. Number of sections can vary. */
	border-top: 0px;
	margin-top: 0px;
}

.highlight.section {
	font-size: 1.5em;
}
input[type=text],
input[type=date],
select {
	background-color: #f8f8f8;
	border: 2px solid #026ab4;
	border-radius: 5px;
	height: 30px;
	width: 270px;
}

input[type=date] {
	font-family: Trebuchet MS;
}
/*input[type=text].microText {
	width: 4em;
}*/
/*input[type=text].tinyText {
	width: 6em;
}*/
/*input[type=text].smallText {
	width: 13em;
}
input[type=text].mediumText {
	width: 20em;
}
input[type=text].text {
	width: 30em;
}
input[type=text].wideText {
	height: 1.1em;
}
input[type=text].wideText {
	margin-left: 0px;
	width: 42em;
}*/

input[type=text].text4 {
	width: 4em;
}
input[type=text].text13 {
	width: 13em;
}
input[type=text].text20 {
	width: 20em;
}
input[type=text].text30 {
	width: 30em;
}
input[type=text].text50 {
	width: 50em;
}
input[type=text].text60 {
	width: 60em;
}
input[type=text] {
/*	background-color: lightgrey;*/
	background-color: #f8f8f8;
	border: 2px solid #026ab4;
	border-radius: 5px;
	font-family: Trebuchet MS;
	height: 30px;
	font-size: 1em;
	padding: 0px 5px;
}
/*
input[name^=audit_name_],
input[name^=audit_address_],
input[name^=audit_factoryAddress_] {
	width: 565px;
}
#section1 textarea,
#section2 textarea,
#section3 textarea,
#section4 textarea,
#section5 textarea, 
#section6 textarea, 
#section7 textarea, 
#section8 textarea, 
#section9 textarea, 
#section10 textarea, 
#section11 textarea{
	font-size: 0.9em;
}*/
.signatureContainer {
	margin-top: 10px;
}
/*.signatureLabel {
	display: inline-block;
	width: 180px;
}*/
.signatureBox {
	border: 2px solid #026ab4;
	border-radius: 5px;
	display: inline-block;
	height: 204px;
	/*float: left;*/
	vertical-align: middle;
}
#signatureButtonContainer {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	width: 553px;
}
#signatureButtonContainer input {
	font-size: 1.1em;
	margin-bottom: 20px;
	width: 180px;
}
.signatureSaved {
	background-color: mediumseagreen;
	transition: all 0.5s;
}
.imgMainContainer {
	margin-top: 20px;
	position: inherit;
}
div[id*=imgContainer_] {
	margin-top: 10px;
}
table {
	/*font-family: arial, sans-serif;*/
	border-collapse: collapse;
	margin-top: 10px;
	width: 100%;
}
td, th {
	border: 1px solid #ddd;
	text-align: left;
	padding: 8px;
}
th {
	color: #2CADFF;
}
tr:nth-child(even) {
	background-color: #ddd;
}
td > .answerContainer {
	margin-top: 0px;
}
.navbar ul {
	background-color: #2cadff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	width: 100%; 
	height: 60px;
}
.navbar ul li {
	display: inline-block;
	margin-top: 0px;
}
.navbar a {
	display: block;
	padding: 25px;
	color: white;
	text-decoration: none;
}
.navbar a:hover {
	background: #ddd;
	color: black;
}
.btn {
	background-color: #026ab4;
	box-shadow: 0px 3px grey;
	border: 0;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	padding: 6px 20px;
	user-select: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.btn:hover {
	background-color: #025997;
	cursor: pointer;
}
.btn:active {
	box-shadow: 0px 1.5px grey;
	transform: translateY(1.5px);
}
.btn:disabled {
	cursor: not-allowed;
	background-color: #D6D6D6;
}
#btnBack {
	margin-left: 1em;
}
#btnNext {
	margin-right: 0.5em;
}
#sideNavParent {
	width: 20%;
}
#sideNav {
	background-color: #efefef;
	border-radius: 5px;
	border: #e7e7e7 2px solid;
	height: fit-content;
	padding: 15px;
	top: 294px;
}
#sideNav li {
	align-items: center;
	display: flex;
	padding: 6px 0px;
	text-decoration: none;
}
#sideNav li:first-of-type {
	padding-top: 0px;
}
#sideNav li:last-of-type {
	padding-bottom: 0px;
}
#sideNav h5 {
	color: #026ab4;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding-right: 5px;
	text-decoration: none;
	user-select: none;
	width: 100%;
}
#sideNav h5:hover {
	cursor: pointer;
	text-decoration: underline;
}
#sideNav h5:visited {
	color: #026ab4;
}
#sideNav span {
	height: 20px;
	padding-left: 10px;
	width: 20px;
}
#sideNavTitle {
	font-weight: bold;
	margin-top: 0px;
}
#prodName {
	color: #026AB4;
	font-size: 1.7em;
	font-weight: bold;
	margin-bottom: 0px;
	margin-left: 8px;
	margin-top: 5px;
}
.statusIcon {
	width: 20px;
}
.finished {
	background: url("../images/complete.png") no-repeat center;
	background-size: 19px;
}
.incomplete {
	background: url("../images/incomplete.png") no-repeat center;
	background-size: 19px;
}
#main {
/*	margin-left: 170px;*/
	padding: 10px;
	width: 80%;
}
.sectionNum {
	color: #026ab4;
	display: block;
	font-weight: bold;
	padding-bottom: 10px;
}
.questionContainer div:nth-child(2) {
	display: block;
}
input[type="file"] {
	color: #2Cadff;
	font-size: 14px;
	height: 35px;
}
input::file-selector-button {
	background-color: #026ab4;
	box-shadow: 0px 3px grey;
	border: 0;
	border-radius: 5px;
	color: #fff;
/*			font-size: 16px;*/
	padding: 6px 20px;
}
input::file-selector-button:hover {
	background-color: #025997;
	cursor: pointer;
}
input::file-selector-button:active {
	box-shadow: 0px 1.5px grey;
	transform: translateY(1.5px);
}
#imgMainContainer {
/*	margin-left: 0.8em;*/
}
.sectionContainerChild{
	background-color: #efefef;
	padding: 15px;
	border-radius: 5px;
	border: #e7e7e7 2px solid;
	margin-top: 20px;
}
.sectionContainerChild > ul {
	margin-left: 0;
}
.row {
	display: flex;
}
#nav {
	display: none;
}
#thankYou img {
	width: 175px;
}
#thankYou h3 {
	color: #026ab4;
	font-size: 2em;
	margin-bottom: 10px;
	margin-top: 0px;
}
#thankYou p {
	font-size: 1.1em;
	margin: 0 120px;
}
#thankYou span {
	font-size: 1.2em;
	font-weight: bold;
}
/* Couldnt overwrite the css as id got priority over class
#submitBtnNav {
	display: block;
	margin: 0 auto;
	margin-top: 15px;
}*/
.submitNav {
	display: block;
	margin: 0 auto;
	margin-top: 15px;
}
#buttonContainer {
	background-color: #FFFFFF;
	bottom: 0px;
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
	padding-top: 10px;
	position: sticky;
	z-index: 10;
}
.subRow {
	margin-left: 1.5em;
	margin-top: 20px;
}
.subRow li {
	margin-top: 10px;
}
.active {
	display: block;
}
.required {
	border-color: red;
	box-shadow: 0px 0px 8px 0px #ff000096;
}
.hide {
	display: none;
}
li[class*=answerComments] {
	margin-top: 15px;
}
li[class*=answerComments] textarea,
li[class*=notes_] textarea {
	margin-left: 1.5em;
}
li[class*=notes_] {
	margin-top: 10px;
}
.addRow {
	margin-top: 10px;
}
.reviewSection button {
	float: right;
}
.comments {
	width: 40px;
}
.reviewIcon {
	background: url('../images/attention.png') no-repeat center;
	background-size: 30px;
	cursor: pointer;
	height: 30px;
	position: absolute;
	right: 15px;
	width: 30px;
	z-index: 1;
}
toolTipWrapper{
	position:relative;
}
.toolTip {
/*	display: none;*/
	transform: none;
}
.toolTip:hover > .toolTipText, .toolTip:hover > .toolTipWrapper {
	pointer-events: auto;
	opacity: 1.0;
}
.toolTip > .toolTipText, .toolTip >.toolTipWrapper {
	background-color: #FFFFE0;
	border: 2px solid #a9a9a9;
	border-radius: 5px;
	color: #200f01;
	display: block;
	opacity: 0.0;
	overflow: visible;
	padding: 10px;
	pointer-events: none;
	position: absolute;
	right: 0px;
	text-align: left;
	top: 40px;
	transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	width: 350px;
	z-index: 100;
}
/* Arrow */
.toolTip > .toolTipText:before, .toolTip > .toolTipWrapper:before  {
	border: solid;
	border-color: #a9a9a9 transparent;
	border-width: 0 .5em .5em .5em;
	content: "";
	display: inline;
	position: absolute;
	right: 5px;
	top: -8px;
	z-index: 100;
}
/* Invisible area so you can hover over tooltip */
.toolTip > .toolTipText:after, .toolTip > .toolTipWrapper:after  {
	content: " ";
	display: block;
	height: 20px;
	left: 200px;
	position: absolute;
	top: -20px;
	width: 60px;
}
.toolTipWrapper > .toolTipText {
	display: block;
	max-height: 146px;
	max-width: 258px;
	overflow-y: auto;
}
.modal {
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
	height: 100%;
	left: 0;
	overflow: auto;
	padding-top: 100px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 11;
}
.modalContent {
	background-color: #fefefe;
	border: 3px solid #056ab5;
	border-radius: 10px;
	margin: auto;
	padding: 20px;
	width: 50%;
}
.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	position: relative;
	right: -5px;
	top: -15px;
}
.close:hover,
.close:focus {
	color: #d9534f;
	cursor: pointer;
	text-decoration: none;
}
.modalButtonCont {
	clear: both;
	display: flow-root;
	padding-top: 8px;
}
.cancelButton {
	background-color: #d9534f;
	border-color: #d58512;
	color: #fff;
}
.cancelButton:hover {
	background-color: #d21c17;
}
.saveButton {
	background-color: #5cb85c;
	border-color: #4cae4c;
	color: #fff;
}
.saveButton:hover {
	background-color: #47a447;
	border-color: #398439;
	color: #fff;
}
.floatRight {
	float: right;
}
.historyBox {
	margin-top: 10px;
	max-width: 450px;
	width: 70%;
}
.historyInfo {
/*	background-color: #fefefe;*/
	background-color: #efefef;
	border: 2px solid #056ab5;
	border-radius: 5px;
	height: 234px;
	margin-bottom: 4px;
	overflow-y: scroll;
	width: 100%;
}
.historyListBox {
	margin-top: 6px;
}
.historyList {
	display: list-item;
}
.hideEle {
	display: none;
}
.reviewTitleParent {
	margin-bottom: 5px;
}
.reviewTitle {
	color: #026AB4;
	font-weight: bold;
}
#reviewInput {
	background-color: #efefef;
}
.fileBtnSuccess {
	background-color: green;
	content: ''
}
.deleteBtn {
	background-color: #d9534f;
	border-color: #d58512;
	display: inline-block;
	font-size: 14px;
	padding: 1px 8px;
}
.deleteBtn:hover {
	background-color: #d21c17;
}
.fileNameLabel {
	display: block;
	margin-bottom: 20px;
	margin-top: 20px;
}
.supplierTitle {
	font-size: 1.3em;
	margin-bottom: 14px;
	margin-left: 14px;
}
.navReview {
	background: url('../images/attention.png') no-repeat center;
	background-size: 19px;
}
.fileBtnSuccess:hover {
	background-color: #006600;
}
.inlineBlock {
	display: inline-block;
}
.tQuestionContainer {
	display: block;
}

.instructionBox {
	margin-bottom: 8px;
	margin-left: 10px;

}
.instructionBox span {
	display: block;
}

.reUploadMessage {
	margin-top: 15px;
}

.hideEle {
	display: none;
}
.fileBtnSuccess ~ .reUploadMessage::after {
	content: 'To re-upload file again please click on File Added';
}

.fileBtnSuccess::after {
	content: 'File Added';
}
.radioToggle {
	display: inline-flex;
	user-select: none;
}
.radioToggle input {
	position: absolute;
	border: 0;
/*	overflow: hidden;*/
	opacity: 0;
	visibility: hidden;
}
.radioToggle label {
	background-color: #e4e4e4;
	border: 1px solid rgba(0, 0, 0, 0.2);
	color: rgba(0, 0, 0, 0.6);
	font-family: Trebuchet MS;
	font-size: 14px;
	margin-right: -1px;
	padding: 8px 16px;
	text-align: center;
}
.radioToggle label:hover {
	cursor: pointer;
}
.radioToggle input:checked + label {
	background-color: #026ab4;
	box-shadow: none;
	color: #fff
}
.radioToggle label:first-of-type {
	border-radius: 4px 0 0 4px;
}
.radioToggle label:last-of-type {
	border-radius: 0 4px 4px 0;
}
.master {
	padding-top: 20px;
}
#parent404 {
	margin: 10%;
	text-align: center;
}
#parent404 > div {
	background-color: #F2F2F2;
	border-radius: 5px;
	padding: 30px;
}
#parent404 img {
	margin: 20px;
	width: 100px;
}
#title404 {
	color: #026AB4;
	font-size: 3em;
	margin-bottom: 10px;
	margin-top: 0px;
}

#table641 input[type=text].text30,
#table480 input[type=text].text30,
#table921 input[type=text].text30 {

	width: 100%;
}
#section13 .sectionContainerChild {
	overflow-y: scroll;
}
@media only screen and (max-width: 1580px) {
	input[type=text].text60 {
		width: 100%;
	}
}
@media only screen and (max-width: 1500px) {
	.body {
		width: 95%;
	}
	#sideNavParent {
		width: 25%;
	}
	#main {
		width: 75%;
	}
	#section27 input[type=text].text30 {
		width: 100%;
	}
}
@media only screen and (max-width: 1330px) {
	#section30 .sectionContainerChild {
		overflow-y: scroll;
	}
	input[type=text].text60 {
		width: 100%;
	}
}
@media only screen and (max-width: 1128px) {
	input[type=text].text50 {
		width: 100%;
	}
}
@media only screen and (max-width: 1080px) {
	input[type=text].text60 {
		width: 100%;
	}
	#sideNav h5 {
		font-size: 0.9em;
	}
	#sideNav li {
		padding: 5px 0px;
	}
}
@media only screen and (max-width: 1000px) {
	#section10 .sectionContainerChild,
	#section11 .sectionContainerChild,
	#section13 .sectionContainerChild,
	#section30 .sectionContainerChild {
		overflow-y: scroll;
	}
	#section12 input[type=text].text30 {
		width: 100%;
	}
	#section12 td {
		width: 200px;
	}
	#section14 input[type=text].text30 {
		width: 100%;
	}
}
@media only screen and (max-width: 900px) {
	.signatureBox {
		width: 100%;
	}
	#signatureButtonContainer {
		width: 100%;
	}
}
@media only screen and (max-width: 860px) {
	.subRow li .questionContainer {
		width: initial;
	}
}
@media only screen and (max-width: 850px) {
	#sideNav {
		padding: 10px;
	}
	#section12 td {
		width: 160px;
	}
}
@media only screen and (max-width: 750px) {
	textarea {
		width: 100%;
	}
	input[type=text].text30 {
		width: 100%;
	}
	.textarea {
		width: 100%;
	} 
	li[class*=answerComments] textarea, 
	li[class*=notes_] textarea {
		width: 95%;
	}
}
/*Always keep disable css in bottom so that class can overwrite the input/buttons*/
.disableFile {
	background-color: #9999;

}
.disableFile:hover {
	background-color: #9999;
	cursor: not-allowed;
}