/*-------------------------------------------------------------------------*/
/*  1.  Browser Reset + Font Face
/*-------------------------------------------------------------------------*/
div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

html {
	max-width: 100%;
	overflow-y: scroll;
	height:100vh;
	min-width: 320px;
}

body{
	background-color: #F2F2F2;
	color: #444;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 100vw;
	min-height: 100vh;
	font-family: "Lato", sans-serif;
	font-weight: 300;
	font-size: 16px;
	margin:0px !important;
}

a {
	text-decoration: none;
}

input:focus,
textarea:focus,
button:focus {
	outline: none;
}
 
textarea:focus{
	border:Solid 1px #C00;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

textarea:-webkit-autofill {
	transition: background-color 5000s ease-in-out 0s;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input, textarea{
	border: 1px solid #CBCBCB;
	background-color:#FFFDF9;
	font-weight:300;
	padding-left:3px;
}

textarea {
   font-family: inherit;
   font-size: inherit;
}

li, ul {
	list-style-type: none;
}

body{
	background-color: #F2F2F2;
	color: #444;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 100vw;
	min-height: 100vh;
	/* min-height: -webkit-fill-available; */
	font-family: "Lato", sans-serif;
	font-weight: 300;
	font-size: 16px;
	margin:0px !important;
}

.hidden {
	display: none;
}

#container{
	display: flex;
	flex-direction: column;
	width:100%;
	min-width: 420px !important;
	max-width: 1280px;
	background-color: #FFF;
	border: 0.5px #D3D3D3 solid;
	-webkit-box-shadow: 0px 0px 36px 9px #e0e0e0;
	-moz-box-shadow: 0px 0px 36px 9px #e0e0e0;
	box-shadow: 0px 0px 36px 9px #e0e0e0;
}

#topBanner{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding:20px;
}

#clock_div{
	color: #F68634;
	font-size: 3rem; 
}

#clock_user{
	color: #29c1f3 !important;
	font-size: 0.8125rem;
	text-align: center;
}
#menuBar{
	padding:20px;
	display: flex;
	flex-direction: row;
	border-top: 0.5px #D3D3D3 solid;
	border-bottom: 0.5px #D3D3D3 solid;
	background-color: #F2F2F2;
}

#menuOpts{
	display: flex;
	flex-direction: row;
	flex: auto;
	flex-wrap: wrap;
}

#menuOptsTop, #menuOptsBot{
	display: flex;
	flex-direction: row;
	flex-grow:1;	
}

.menuLink{
	flex-basis: 100%;
	text-align: center;
}

#menuOptsTop .menuBtn{
/* 	width:33%; */
}

#auditMainContentHeader{
  display:flex;
  flex-direction: row;
}

#mainContentHeaderBtns{
  justify-content: flex-end;
}

#mainContentHeader{
	display: flex;
	flex-direction: row;
}

#mainContentHeaderBtns{
	display:flex;
	flex-direction: row;
	height:32px;
}

#settings_page_dets{
  display:flex;
  flex-direction: row;
  width:100%;
/*   justify-content: flex-end; */
}

.pageTitle{
  flex-grow: 1;
/*   justify-content: flex-start; */
}

.page-title{
	color:#F68634;
}

/* .pageTitle{
	display: flex;
	flex-direction: column;
} */

#pageName{
	flex: auto;
}

.cancelBtn{
  width:80px;
  margin-left:15px;
}

.markComplete, .goPlan, .goReport, .goAudit, .cancel, .goHelp, .prntPlan{
  width:115px;
}

.goPlan, .goReport, .goAudit, .markComplete{
  margin-left:15px;
}

.sub-title{
  color:#66AE20;
  margin-top:5px;
  font-size:1rem;
}

.auditDesc{
  margin-top:5px;
  color: #444;
}

.pageTitle {
	font-size: 26px;
	color: #F68634;
}

.auditNameName {
	color: #F68634;
}

.auditName{
	color: #29c1f3
}

.page-small-title {
	font-size: 12px;
	font-weight: bold;
	margin-top: 15px;
	color: #6a6a6a;
}

.menuBtn{
	height: 30px;
	border-radius: 5px;
	color: #fff;
	background-color: #29c1f3;
	border: solid 1px #41C8F4;
	text-align: center;
	font-size: 0.875rem;
	line-height: 30px;
	cursor: pointer;
	margin-right: 15px;
	font-weight: normal !important;
}

.menuCont{
	flex-grow: 1;
	margin-right:10px;
}

.menuContLogin{
	margin-right:0px;
}

.menuBtn:hover, #contact_submit:hover, #enter_activation_submit:hover, #create_submit:hover{
	color: #29c1f3;
	background-color: #fff;
	border: solid 1px #41C8F4;
	
}

#enter_activation_submit{
	width:150px;
	font-size: 1rem;
	height:32px;
	margin-top:15px;
}

.homeNav700{
	display:flex;
	flex-direction: row;
	flex-grow: 1;
}

.menuBtn a{
	text-decoration: none; 
	color: #fff;	
}

.menuBtn a:hover{
	color: #29c1f3;
}

.logOutBtn{
	height: 30px;
	line-height: 30px;
	background-color: #c5a1f1;
	border: solid 1px #D3B7F4;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	font-size: 14px;
	width: 80px;
	cursor:pointer;
	/* margin-top:6px; */
}

.homeNav1, .homeNav2, .homeNav3{
	display:flex;
	flex-direction: row;
	flex-grow: 1;
}

.homeNav3{
	flex-grow: 0 !important;
}

.logiInBtn{
	background-color: #c5a1f1;
	border: solid 1px #D3B7F4;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	cursor:pointer;
	min-width:100px;
}

.logOutBtn:hover, .logiInBtn:hover{
	background-color: #fff;
	border: solid 1px #D3B7F4;
	color: #c5a1f1;
	
}

#mainContent{
	flex: auto;
	padding:20px;
	font-size: 0.75rem;
/* 	min-height: 600px; */
}

footer{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background-color: #29c1f3;
	padding:10px 15px 5px 15px;
	color:#FFF;
	font-size: 1.25rem;
}

footer a{
	color: #fff;
}

#footerLeft, #footerRight{
	display: flex;
	flex-direction: row;
}

.phone, .mail{
	float: right;
}

.short_mail {
	display:none;
}

footer img{
	margin-right:5px;
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 11;
	top: 0;
	left: 0;
	background-color: #111;
	overflow-x: hidden;
	padding-top: 40px;
	transition: 0.5s; 
}

.sidenav a {
	padding: 8px 8px 8px 20px;
	text-decoration: none;
	font-size: 18px;
	color: #F2F2F2;
	display: block;
	transition: 0.3s;
}
.sidenav a:hover, .offcanvas a:focus{
	color: #0080BC;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

#overlay {
	display: none;
	z-index: 6;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

#mobile_spacer {
	  display: none;
	  background-color: #F2F2F2;
}

#open_mobile_nav {
		font-size: 34px;
		cursor: pointer;
		float: left;
}

#open_mobile_label {
		font-size: 14px;
		height: 30px;
		line-height: 50px;
		float: left;
		margin-left: 5px;
}

#mobile_logo_header {
	  background-color: #FFF;
	  display: none;
}

/* buttons */

.greenBtn{
	background-color: #B3C234;
	border: solid 1px #B3C234;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	cursor: pointer; 
}
	
.greenBtn:hover{
	background-color: #FFF;
	color: #B3C234;
}

.lilacBtn{
	height: 30px;
	line-height: 30px;
	background-color: #c5a1f1;
	border: solid 1px #D3B7F4;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	font-size: 14px;
	cursor: pointer;
}

.lilacBtn:hover{
	background-color: #FFF;
	color: #c5a1f1;
}

.redBtn{
	height: 30px;
	line-height: 30px;
	background-color: #FF1515;
	border: solid 1px #C00;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	font-size: 14px;
	cursor: pointer;
}

.redBtn:hover{
	background-color: #FFF;
	color: #FF1515;
}

.blueBtn{
	height: 30px;
	line-height: 30px;
	background-color: #29c1f3;
	border: solid 1px #29c1f3;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	font-size: 14px;
	cursor: pointer;
}

.blueBtn:hover{
	background-color: #FFF;
	color: #29c1f3;
}

.orangeBtn{
	height: 30px;
	line-height: 30px;
	background-color: #F68634;
	border: solid 1px #df6f1d;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	font-size: 14px;
	cursor: pointer;
}

.orangeBtn:hover{
	background-color: #FFF;
	color:#F68634;
}

/* Pagination style */
.pagination{margin:0;padding:0;}
.pagination li{
	display: inline;
	padding: 6px 10px 6px 10px;
	border: 1px solid #ddd;
	margin-right: -1px;
	background: #FFFFFF;
	box-shadow: inset 1px 1px 5px #F4F4F4;
}
.pagination li a{
	text-decoration:none;
	color: rgb(89, 141, 235);
}
.pagination li.first{
	border-radius: 5px 0px 0px 5px;
}
.pagination li.last{
	border-radius: 0px 5px 5px 0px;
}
.pagination li:hover{
	background: #CFF;
}
.pagination li.active{
	background: #F0F0F0;
	color: #333;
}


/*-------------------------------------------------------------------------*/
/*  Styled dropdowns
/*-------------------------------------------------------------------------*/
  
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
  

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}
  
/* Button */
.selectboxit-container .selectboxit {
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
 }
    
.selectboxit-container {
  width: 100%;
}
  
.selectboxit-container .selectboxit {
	  width: 100%;
 }

  
/* custom styling */
.audit_opt{
	width:100px;
}
  
.reason{
	width: 220px;
}
  
/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 28px;
  line-height: 28px;
  display: block;
}
  
/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}
  
/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.30;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}
  
/* Button Text */
.selectboxit-text {
  text-indent: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

/* .selectboxit-text:hover{
	color: #41C8F4;
} */
  
.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}
  
/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 5px;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
  
/* Individual options */
 .selectboxit-option .selectboxit-option-anchor{
  padding: 0 2px;
}
  
/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}
  
/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 2px; /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}
  
/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
  
/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
  
/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}
  
/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0;
}
  
/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}
  
/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}
  
/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}
  
.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
  
/* Drop Down individual option icon positioning */
/*
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}
*/
  
.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}
  
/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}
  
/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
  
/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
/*  background-color: #f5f5f5;*/
/*  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);*/
/*  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));*/
/*  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);*/
/*  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);*/
/*  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);*/
/*  background-repeat: repeat-x;*/
  border: 1px solid #CBCBCB;
/*  border-color: #e6e6e6 #e6e6e6 #bfbfbf;*/
/*  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
/*  border-bottom-color: #b3b3b3;*/
}
  
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  background-color: #fff;
  border: 1px solid #41C8F4;
}

/* .selectboxit-btn.selectboxit-selected{
	color:#C00;
} */
  
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}
  
.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.selectboxit-default-arrow:hover{
	border-top: 4px solid #41C8F4;
}
  
.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #41C8F4;
/*  border: 1px solid rgba(0, 0, 0, 0.2);*/
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
  
.selectboxit-list .selectboxit-option-anchor {
  color: #333333;
}
  
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #41C8F4;
/*  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);*/
/*  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));*/
/*  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);*/
/*  background-image: -o-linear-gradient(top, #0088cc, #0077b3);*/
/*  background-image: linear-gradient(to bottom, #0088cc, #0077b3);*/
/*  background-repeat: repeat-x;*/
}
  
.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}
 
/* checkboxes */
.xrayqa_chk {
/*  width: 150px;*/
	position: relative;
}
 
.xrayqa_chk label {
	cursor: pointer;
	position: absolute;
	width: 17px;
	height: 17px;
	top: 0;
	left: 0;
	background: #fefefe;
	border:1px solid #ddd;
	border-radius: 3px;
}
 
.xrayqa_chk label:after {
	opacity: 0;
	content: '';
	position: absolute;
	width: 8px;
	height: 4px;
	background: transparent;
	top: 4px;
	left: 3px;
	border: 3px solid #41C8F4;
	border-top: none;
	border-right: none;
 
	transform: rotate(-45deg);
}
 
.xrayqa_chk label:hover::after {
	opacity: 0;
}
 
.xrayqa_chk input[type=checkbox]:checked + label:after {
	opacity: 1;
}
 
.xrayqa_chk p{
	display:inline-block;
}
 
/* radio buttons */

/* radio buttons */
.radioOptions label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 12px; }
  .radioOptions label:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 1px;
	background-color: #fff; }
.radioOptions input[type=radio] {
  display: none; }

.radio label:before {
  border-radius: 8px;
  border: 1px #CBCBCB solid; }

.radioOptions input[type=radio]:checked + label:before {
  content: "\2022";
  color: #41C8F4;
  font-size: 28px;
  text-align: center;
  line-height: 16px; }

/*-------------------------------------------------------------------------*/
/*  media queries
/*-------------------------------------------------------------------------*/

@media all and (max-width: 930px) {
  #auditMainContentHeader {
	flex-direction: column;
  } 
  
  #mainContentHeaderBtns{
	justify-content: flex-start;
	margin-top:10px;
  }
  
  .markComplete{
	margin-left:0px !important; 
  }
  
  .goHelp{
	  display:none;
  }
}

@media all and (min-width: 780px) and (max-width: 1110px) {
	#menuOptsTop{
		/* margin-bottom: 15px; */
	}
	
	.logout_btn {
		margin-top: -77px;
	}
	
/* 	#my-accordion{
		height:300px !important;
	} */
}

@media all and (min-width: 730px) and (max-width: 779px) {
	
	#container{
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		min-height: 100vh;
	}
	
/* 	#xrayqaheaderlogo{
		width:220px;
		height:50px;
	} */
	
	#clock_div{
		color: #F68634;
		font-size: 1.875rem; 
	}
	
	.hidden{
		display: none;
	}
	
/* 	#my-accordion{
		height:500px !important;
	} */
	
}

@media all and (min-width: 534px) and (max-width: 729px) {
	#menuOpts{
		  flex-direction: column !important;
	  }
	  
	#menuOptsTop{
		margin-bottom: 15px;
	}  
	
}



@media all and (max-width: 535px) {
	
	body {
		  min-height: 100vh;
		  min-height: -webkit-fill-available;
		}
		html {
		  height: -webkit-fill-available;
		}
	
	#container{
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		min-height: 100vh;
	}
	
	#mainContent{
		min-height:40px;
		padding: 15px;
	}
	
	#topBanner, #menuBar, #clock_user{
		display: none;
	}
	
	#mobile_spacer {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		height: 45px;
		padding:0px 15px 0px 15px;
		width: calc(100% - 30px);
	}
	
	#mobile_logo_header {
		  display: inline-block !important;
		  padding: 5px 15px;
	}
	
	#mobile_logo_header img{
		width:220px;
		height:50px;
	}
	
	#mobile_logo_header p {
		margin-top: 10px;
	}
	
	.logOutBtn {
		  margin-top:6px;
	} 
	
	footer .short_mail {
		display: inline-block !important;
	}
	
	.mail{
		display: none;
	}
}



