/*
(peACEq) main stylesheet.css

	08/02/2018 DCole: New stylesheet use for the new look CSS.

	Modification History(Date, Changed By, and Changes Made):
	11/21/2019 DCole: Added a new button formsbuttontasklist for the new undo task lists.
	12/09/2019 DCole: Updated tableEntryLists size.
	12/09/2019 DCole: Removed unused styles and fixed a few styles to comply with CSS standards.
	12/16/2019 DCole: Added "input[type="file"]" so it matched the styles of the rest of the fore elements.
	12/16/2019 DCole: Made changes to styles to help with IE display issues.
	02/09/2020 DCole: Cleaned up some of the styles for the header.
*/

/* Main Styles */
html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, helvetica, Verdana, san-serif;
	color: #000000;
	background-color: #FFFFFF;
}
.attachfilebody {
	margin: 0;
	padding: 10px;
	color: #000000;
	background-color: #E2E2E2;
}

/* Form Styles */
select {
	padding: 3px 2px 3px 2px;
	color: #000000;
	font-family: inherit;
	font-size: inherit;
	background-color: #FFFFFF;
	border: 1px solid #969696;
	vertical-align: bottom;
}
textarea {
	padding: 5px;
	color: #000000;
	font-family: inherit;
	font-size: inherit;
	background-color: #FFFFFF;
	border: 1px solid #969696;
	box-sizing: border-box;
}
.textareaquestions {
	resize: vertical;
	width: 100%;
	min-height: 60px;
	max-height: 300px;
}
.textareareadonly {
	border: 0;
	background-color: #E2E2E2;
}
input[type="input"],
input[type="text"],
input[type="number"],
input[type="password"],
input[type="file"] {
	padding: 4px 5px 3px;
	color: #000000;
	font-family: inherit;
	font-size: inherit;
	background-color: #FFFFFF;
	border: 1px solid #969696;
	box-sizing: border-box;
	vertical-align: bottom;
}
.inputtypetextreadonly {
	padding: 4px 5px 3px !important;
	width: 30px !important;
	font-weight: bold !important;
	color: #000000 !important;
	background-color: #E2E2E2 !important;
	border: 0 !important;
	text-align: center !important;
}
input[type="checkbox"] {
	margin: 0.8px 2px 0 0;;
	padding: 0;
	cursor: pointer;
	vertical-align: middle;
	zoom: 150%;
}
input[type="radio"] {
	display: inline;
	margin: 0.8px 8px 0 0;
	padding: 0;
	cursor: pointer;
	vertical-align: top;
	zoom: 145%;
}
input[type="button"], input[type="submit"], button, .button {
	padding: 6px 6px 5px 6px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	cursor: pointer;
	border: 1px solid #969696;
	background-color: #D4D4D4;
	box-shadow: inset 0 22px 15px -10px rgba(255, 255, 255, 0.75);
	-moz-box-shadow: inset 0 22px 15px -10px rgba(255, 255, 255, 0.75);
	-webkit-box-shadow: inset 0 22px 15px -10px rgba(255, 255, 255, 0.75);
	text-decoration: none;
	text-align: center;
	vertical-align: bottom;
}
input[type="button"]:hover, input[type="submit"]:hover, button:hover, .button:hover {
	color: #000000;
	border: 1px solid #848484;
	background-color: #B1B1B1;
	box-shadow: inset 0 22px 15px -10px rgb(234, 234, 234);
	-moz-box-shadow: inset 0 22px 15px -10px rgb(234, 234, 234);
	-webkit-box-shadow: inset 0 22px 15px -10px rgb(234, 234, 234);
}
label {
	display: inline-table;
	margin-right: 10px;
    line-height: 20px;
    cursor: pointer;
	white-space: nowrap;
}
.labelmarginbottom {
     margin-bottom: 5px !important;
}
.labelnomargin {
	margin-right: 0 !important;
}

/* Countdisplay Styles */
.countdisplayleft {
	display: inline-block;
	margin-right: 0;
	padding: 5px 10px 3px;
     color: #000000;
     background-color: #E2E2E2;
     border-radius: 8px 0px 0px 8px;
     -moz-border-radius: 8px 0px 0px 8px;
     -webkit-border-radius: 8px 0px 0px 8px;
     vertical-align: middle;
}
.countdisplayright {
	display: inline-block;
	margin-right: 0;
	padding: 5px 10px 3px;
	color: #000000;
	background-color: #BFBFBF;
	border-radius: 0px 8px 8px 0px;
	-moz-border-radius: 0px 8px 8px 0px;
	-webkit-border-radius: 0px 8px 8px 0px;
	vertical-align: middle;
}

/* Link Styles */
.aclear {
	display: inline-block;
	padding: 2px 6px;
	color: white;
	background-color: #8C0000;
	text-decoration: none;
}
.aclear:hover {
	color: white;
	background-color: #FF2121;
}

/* Header Styles */
.titlenomenuspacing {
	position: static;
	height: 110px;
}
.titlenomenuspacingmaintenance {
	position: static;
	height: 135px;
}
.titlenomenuspacingadore {
	position: static;
	height: 75px;
}
.titlenomenuspacingmaintenanceadore {
	position: static;
	height: 108px;
}
.title {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #6D92AD;
	z-index: 9999;
}
.titlelogoarea {
	width: 1%;
}
.titlemdebanner {
	width: 150px;
	vertical-align: bottom;
}
.titlemodulebanner {
	width: 256px;
	vertical-align: bottom;
}
.titlebannerarea {
	text-align: center;
}
.titlelinkarea {
	padding-right: 10px;
	text-align: right;
}
.titlenamearea {
	color: #FFFFFF;
	font-size: 11px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
}
.titlespan3links {
	display: inline-block;
	padding: 3px 6px;
	color: #FFFFFF;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	box-shadow: inset -5px 8px 30px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset -5px 8px 30px 0 rgba(255, 255, 255, 0.3);
	-webkit-box-shadow: inset -5px 8px 30px 0 rgba(255, 255, 255, 0.3);
	text-decoration: none;
}
.titlespan3links:hover {
	box-shadow: inset -5px 8px 30px 0 rgba(255, 255, 255, 0.7);
	-moz-box-shadow: inset -5px 8px 30px 0 rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: inset -5px 8px 30px 0 rgba(255, 255, 255, 0.7);
}
.titleuserarea {
	padding: 0;
	text-align: center;
}
.titleuserareaname {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 18px;
	white-space: nowrap;
	text-decoration: none;
}
.titleuserareanametext {
	display: block;
	margin: 0;
	padding: 5px 0;
	color: #FFFFFF;
	font-size: 18px;
	white-space: nowrap;
	text-decoration: none;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
}
.titleuserareaauthoritytext {
	display: block;
	margin: 0;
	padding: 0 0 5px;
	color: #FFFFFF;
	font-size: 12px;
	white-space: nowrap;
	text-decoration: none;
}
.titleuserareabuttonlogoutlink {
	display: block;
	margin: 0 2px 0 0;
	padding: 3px 15px;
	color: #FFFFFF;
	font-size: 11px;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	box-shadow: inset -5px 8px 30px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset -5px 8px 30px 0 rgba(255, 255, 255, 0.3);
	-webkit-box-shadow: inset -5px 8px 30px 0 rgba(255, 255, 255, 0.3);
	white-space: nowrap;
	text-decoration: none;
}
.titleuserareabuttonlogoutlink:hover {
	box-shadow: inset -5px 8px 30px 0 rgba(255, 255, 255, 0.7);
	-moz-box-shadow: inset -5px 8px 30px 0 rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: inset -5px 8px 30px 0 rgba(255, 255, 255, 0.7);
}
.titleuserareabuttonchangepasswordlink {
	display: block;
	margin: 0 0 0 2px;
	padding: 3px 15px;
	color: #FFFFFF;
	font-size: 11px;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	box-shadow: inset -5px 8px 30px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset -5px 8px 30px 0 rgba(255, 255, 255, 0.3);
	-webkit-box-shadow: inset -5px 8px 30px 0 rgba(255, 255, 255, 0.3);
	white-space: nowrap;
	text-decoration: none;
}
.titleuserareabuttonchangepasswordlink:hover {
	box-shadow: inset -5px 8px 30px 0 rgba(255, 255, 255, 0.7);
	-moz-box-shadow: inset -5px 8px 30px 0 rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: inset -5px 8px 30px 0 rgba(255, 255, 255, 0.7);
}
.titleuserareabuttonauthority {
	display: block;
	margin: 0 2px;
	padding: 3px 15px;
	color: #FFFFFF;
	font-size: 11px;
	cursor: default;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	box-shadow: inset -5px 8px 30px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset -5px 8px 30px 0 rgba(255, 255, 255, 0.3);
	-webkit-box-shadow: inset -5px 8px 30px 0 rgba(255, 255, 255, 0.3);
	white-space: nowrap;
	text-decoration: none;
}
.titledatearea:before {
	content: "";
     position: absolute;
     top: 0;
     right: 100%;
     width: 0;
     height: 0px;
     border-top: 20px solid transparent;
     border-right: 30px solid #FFFFFF;
}
.titledatearea {
	display: inline-block;
     padding: 3px 6px;
     color: #557b96;
     font-size: 10px;
     font-weight: bold;
     background-color: #ffffff;
     border-radius: 0px 0px 5px 5px;
     -moz-border-radius: 0px 0px 5px 5px;
     -webkit-border-radius: 0px 0px 5px 5px;
	vertical-align: top;
     text-decoration: none;
}
.titlenomenuarea {
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.4);
}
.titlemenuarea {
	display: block;
	position: relative;
     height: 26px;
     background-color: #E2E2E2;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.4);
}

.wl {
	padding: 5px 8px;
    color: #FFFFFF;
    font-size: 18px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    text-decoration: none;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
	white-space: nowrap;
}
.wl:hover {
	background-color:#557b96;
}

.wl:visited {
	color: white;	
}
.cubtn {
	padding: 5px 8px;
    color: white;
    border: none;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}

.cu {
	display: inline-block;
	padding-top: 8px;
	position: relative;
	color: #FFFFFF;
	font-size: 18px;
	white-space: nowrap;
	text-decoration: none;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
}

.cu-content {
    display: none;
    position: absolute;
    z-index: 1;
    font-size: 16px;
    background-color: rgb(91, 122, 145);
	border-radius: 0 5px 5px 5px;
	-moz-border-radius: 0 5px 5px 5px;
	-webkit-border-radius: 0 5px 5px 5px;
}

.cu-content a {
    display: block;
    padding: 5px 8px;
    color: white;
    text-decoration: none;
}

.cu-content a:hover {
	background-color:#89b4d3;
}

.cu-content a:first-child:hover {
	border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
}

.cu-content a:last-child:hover {
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}

.cu:hover .cu-content {
	display: block;
}

.cu:hover .cubtn {
	background-color:#557b96;
}

/* Menu Styles */
.TM0o0 {
	padding: 0;
	color: #000000;
	background-color: #E2E2E2;
	text-decoration: none;
	text-align: center;
}
.TM0o1 {
	padding: 0;
	color: #FFFFFF;
	background-color: #083D65;
	text-decoration: none;
	text-align: center;
}
.TM1o0 {
	padding: 0;
	color: #000000;
	background-color: #E2E2E2;
	box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.5);
	text-decoration: none;
}
.TM1o1 {
	padding: 0;
	color: #FFFFFF;
	background-color: #083D65;
	box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.5);
	text-decoration: none;
}
.titlemenuarea .TM0o0 span, .titlemenuarea .TM0o1 span {
	padding: 0 0;
}
.titlemenuarea span {
	padding: 0 9px;
}
.titlemenuarea a span {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 26px;
	box-sizing: border-box;
}
.active {
	color: #000000;
	background-color: #FFA500;
	text-decoration: none;
}
.disabled {
    color: gray;
    font-weight: normal;
    text-decoration: none;
}

/* Login Page Styles */
.logintextname {
	display: block;
	padding: 5px 12px;
	height: 28px;
	font-size: 24px;
	color: #000000;
	background: #ECECEC;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #ECECEC;
}
.logintextinput {
	padding: 5px 12px !important;
	width: 200px !important;
	height: 40px !important;
	font-size: 24px !important;
	color: #000000 !important;
	background: #FFFFFF !important;
	border-width: 1px !important;
	border-style: solid !important;
	border-color: #ECECEC !important;
	border-color: #B9B9B9 !important;
	border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	-webkit-border-radius: 8px !important;
}
.loginbutton {
	margin-top: 10px !important;
	padding: 10px 40px 7px 40px !important;
	font-size: 20px !important;
	font-weight: bold !important;
	color: #000000 !important;
	cursor: pointer !important;
	border: 1px solid #969696 !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #D4D4D4 !important;
	box-shadow: inset 0 28px 20px -10px rgba(255, 255, 255, 0.75) !important;
	-moz-box-shadow: inset 0 28px 20px -10px rgba(255, 255, 255, 0.75) !important;
	-webkit-box-shadow: inset 0 28px 20px -10px rgba(255, 255, 255, 0.75) !important;
	text-decoration: none !important;
	text-align: center !important;
}
.loginbutton:hover {
	color: #000000 !important;
	border: 1px solid #848484 !important;
	background-color: #B1B1B1 !important;
	box-shadow: inset 0 28px 20px -10px rgba(255, 255, 255, 0.75) !important;
	-moz-box-shadow: inset 0 28px 20px -10px rgba(255, 255, 255, 0.75) !important;
	-webkit-box-shadow: inset 0 28px 20px -10px rgba(255, 255, 255, 0.75) !important;
}
.loginborderTable {
	background-color: #F1F1F1;
	background: rgb(239,239,239); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(239,239,239,1) 1%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(1%,rgba(239,239,239,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(-45deg, rgba(239,239,239,1) 1%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(-45deg, rgba(239,239,239,1) 1%,rgba(255,255,255,1) 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(-45deg, rgba(239,239,239,1) 1%,rgba(255,255,255,1) 100%); /* IE10 preview */
	background: linear-gradient(135deg, rgba(239,239,239,1) 1%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border: 1px solid #CECECE;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.loginsection1 {
	width: 200px;
}
.loginsection2 {
	width: 550px;
}
.loginsectionHeading1 {
	display: block;
     margin-bottom: 20px;
     font-size: 24px;
     color: #000000;
	text-shadow: 2px 2px 3px #989898;
}
.loginsectiontext1 {
	padding-left: 10px;
	font-size: 14px;
}
.loginsectionHeading2 {
	display: block;
     margin-bottom: 20px;
     font-size: 24px;
     color: #1C6BA7;
     text-shadow: 2px 2px 3px #989898;
}
.loginsectiontext2 {
	display: block;
     margin-bottom: 10px;
     font-size: 12px;
     color: #737373;
}
.loginverticalline {
	border-right: 1px solid #CECECE;
	height: 300px;
}
.hrline {
	width: 95%;
	height: 1px;
	border: 0;
	background-color: #B5B5B5;
}

/* Default Styles */
.width1 {
	width: 1%;
}
.width5 {
	width: 5%;
}
.width10 {
	width: 10%;
}
.width15 {
	width: 15%;
}
.width20 {
	width: 20%;
}
.width25 {
	width: 25%;
}
.width30 {
	width: 30%;
}
.width35 {
	width: 35%;
}
.width40 {
	width: 40%;
}
.width50 {
	width: 45%;
}
.width50 {
	width: 50%;
}
.width60 {
	width: 60%;
}
.width70 {
	width: 70%;
}
.width80 {
	width: 80%;
}
.width90 {
	width: 90%;
}
.width95 {
	width: 95%;
}
.width100 {
	width: 100%;
}
.width100important {
	width: 100% !important;
}
.width20px {
	width: 20px;
}
.textleft {
	text-align: left !important;
}
.textcenter {
	text-align: center !important;
}
.textright {
	text-align: right !important;
}
.texttop {
	vertical-align: top !important;
}
.textmiddle {
	vertical-align: middle !important;
}
.textbottom {
	vertical-align: bottom !important;
}
.textred {
	color: #FF0000 !important;
}
.textgreen {
	color: #1CB900 !important;
}
.textsmall {
	font-size: 12px !important;
	font-weight: normal !important;
}
.textbold {
	font-weight: bold !important;
}
.textitalic {
	font-style: italic !important;
}
.level2_5 {
	text-indent: 28px;
}
.level2 {
	text-indent: 20px;
}
.level3 {
	text-indent: 40px;
}
.level4 {
	text-indent: 60px;
}
.scoreTableEntry {
	font-weight: bold;
	text-align: center;
}
.warnScoreTableEntry {
	color: #DD0000;
	font-weight: bold;
	text-align: center;
}
.warnTableEntry {
	color: #DD0000;
	text-align: left;
}
.warning {
	color: #DD0000;
}
.warningitalic {
	color: #DD0000;
	font-size: 12px;
	font-style: italic;
}
.okStatus {
	display: block;
     padding: 6px;
     color: #FFFFFF;
	background-color: green;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 100%;
	text-align: center;
     box-sizing: border-box;
}
.warnStatus {
	display: block;
     padding: 6px;
     color: #000000;
	background-color: yellow;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 100%;
	text-align: center;
     box-sizing: border-box;
}
.errorStatus {
	display: block;
     padding: 6px;
     color: #FFFFFF;
     background-color: red;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
     width: 100%;
     text-align: center;
     box-sizing: border-box;
}
.aligncenter {
	text-align: center;
}
.nowraping {
    white-space: nowrap;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.positionrelative {
    position: relative;
}
.overflowhidden {
	overflow: hidden;
}
.folder {
    border: none;
    margin: 0 4px 0 0;
    vertical-align: bottom;
}
.formmarginfix {
	margin-bottom: 0;
}
.buttonRowDiv {
    display: inline-block;
    line-height: 30px;
    vertical-align: top;
}
.topfloatertableleft {
	background-color: #EFEFEF;
	border-bottom: 1px solid #A9A9A9;
}
.topfloatertableright {
	background-color: #EFEFEF;
	border-bottom: 1px solid #A9A9A9;
}
.checkboxToggleDiv {
	display: inline-block;
	padding: 0px 0px 0px 8px;
	height: 30px;
	background-color: #FFFFFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	vertical-align: middle;
}
.checkboxToggleDiv span {
	display: inline-block;
	margin-right: 5px;
	line-height: 30px;
	color: #6D92AD;
	font-weight: normal;
	vertical-align: top;
	text-shadow: none;
}
.tgl {
  display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
  background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
	outline: 0;
	display: inline-block;
	width: 40px;
	height: 22px;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.tgl + .tgl-btn-main {
	outline: 0;
	display: inline-block;
	width: 60px;
	height: 22px;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before, .tgl + .tgl-btn-main:after, .tgl + .tgl-btn-main:before {
	position: relative;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
}
.tgl + .tgl-btn:after {
	content: "";
	padding: 0px 1px;
	line-height: 20px;
	color: #5A5A5A;
	left: 0;
	width: 15px;
}
.tgl + .tgl-btn-main:after {
	content: "No";
	line-height: 24px;
	color: #5A5A5A;
	left: 0;
	width: 30px;
}
.tgl + .tgl-btn:before, .tgl + .tgl-btn-main:before {
	display: none;
}
.tgl:checked + .tgl-btn:after {
	content: "";
	padding: 0px 1px;
	line-height: 20px;
	color: #5A5A5A;
	left: 19px;
	width: 15px;
}
.tgl:checked + .tgl-btn-main:after {
	content: "Yes";
	line-height: 24px;
	color: #5A5A5A;
	left: 24px;
	width: 36px;
}
.tgl-light + .tgl-btn {
	margin: 4px;
	padding: 2px;
	background: #BDBDBD;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	overflow: hidden;
}
.tgl-light + .tgl-btn:after {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background: #FFFFFF;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.tgl-light + .tgl-btn-main {
	margin: 3px 4px 1px 4px;
	padding: 2px;
	background: #BDBDBD;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	overflow: hidden;
}
.tgl-light-main + .tgl-btn-main:after {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #fff;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.tgl-light:checked + .tgl-btn {
	background: #00D63A;
}


.tgl-light-main + .tgl-btn-main {
	background: #BDBDBD;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0;
	padding: 2px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
	overflow: hidden;
}
.tgl-light-main:checked + .tgl-btn-main {
	background: #00D63A;
}

.tgl-ios + .tgl-btn, .tgl-ios + .tgl-btn-main {
	background: #fbfbfb;
	border-radius: 2em;
	padding: 2px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	border: 1px solid #e8eae9;
}
.tgl-ios + .tgl-btn:after, .tgl-ios + .tgl-btn-main:after {
	border-radius: 2em;
	background: #fbfbfb;
	-webkit-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
	transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}
.tgl-ios + .tgl-btn:hover:after, .tgl-ios + .tgl-btn-main:hover:after {
	will-change: padding;
}
.tgl-ios + .tgl-btn:active, .tgl-ios + .tgl-btn-main:active {
	box-shadow: inset 0 0 0 2em #e8eae9;
}
.tgl-ios + .tgl-btn:active:after, .tgl-ios + .tgl-btn-main:active:after {
	padding-right: .8em;
}
.tgl-ios:checked + .tgl-btn, .tgl-ios:checked + .tgl-btn-main {
	background: #86d993;
}
.tgl-ios:checked + .tgl-btn:active, .tgl-ios:checked + .tgl-btn-main:active {
	box-shadow: none;
}
.tgl-ios:checked + .tgl-btn:active:after, .tgl-ios:checked + .tgl-btn-main:active:after {
	margin-left: -.8em;
}
.vertHeadtable {
	height: 84px;
}
.vertHead {
	padding: 5px 0px 0px 0px;
	transform: rotate(270deg) translate(-4.6em,1px);
	transform-origin: 0 0;
	vertical-align: top;
	height: 70px;
}
.vertHead .vert {
	display: inline-block;
}
.vertHeaddate {
	height: 70px;
}
.vertHeaddate .vertdate {
	display: inline-block;
	transform: rotate(270deg) translate(-2.8em,5px);
	transform-origin: 0 0;
	white-space: nowrap;
}
.vertsignatureheader {
	background-color: #EFEFEF;
}
.vertsignaturerowhighlight {
	background-color: #D6D6D6 !important;
}
.vertsignaturecolorred {
	background-color: #FF0000;
}
.vertsignaturecolorgreen {
	background-color: #00FF2B;
}
.vertsignaturecolorwhite {
	background-color: transparent;
}
.showInactiveToggleDiv {
	display: inline-block;
	padding: 4px 0px 4px 10px;
	color: #000000;
	font-weight: normal;
	background-color: #FFFFFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	vertical-align: middle;
	text-shadow: none;
}
.tlactivebookmark {
	float: left;
     margin: 0 5px 5px 0;
     padding: 3px 10px 2px 10px;
     color: #FFFFFF;
     background-color: #6D92AD;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
     text-decoration: none;
}
.tlinactivebookmark {
	float: left;
     margin: 0 5px 5px 0;
     padding: 3px 10px 2px 10px;
     color: #FFFFFF;
     background-color: #FF0000;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
     text-decoration: none;
}
.tlactivebookmarktext {
     color: #6D92AD;
}
.tlinactivebookmarktext {
     color: #FF0000;
}

/* Action Slideout Styles */
.actionshoverout:before, .actionshoveroutclass:before {
	position: absolute;
	top: 0;
	left: -18px;
	padding: 12px 0;
	content: "((";
	color: #577A94;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 0 0 #9CC9EA;
	-moz-text-shadow: 1px 0 0 #9CC9EA;
	-webkit-text-shadow: 1px 0 0 #9CC9EA;
}
.actionshoverout, .actionshoveroutclass {
	display: inherit;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	width: 0px;
	min-height: 42px;
	border-left: 25px solid #6D92AD;
	border-radius: 25px 0 0 25px;
	-moz-border-radius: 25px 0 0 25px;
	-webkit-border-radius: 25px 0 0 25px;
	background-color: #6D92AD;
	cursor: pointer;
	transition: width 1s;
	-moz-transition: width 1s;
	-webkit-transition: width 1s;
}
.actionshoverout:hover {
	width: 216px;
}
.actionshoveroutclass:hover {
	width: 180px;
}
.actionshoverout:hover, .actionshoveroutclass:hover {
	box-shadow: -5px 0 5px -4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: -5px 0 5px -4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: -5px 0 5px -4px rgba(0, 0, 0, 0.3);
}
.actionshoveroutpadding {
	padding: 0px;
	cursor: default;
	background-color: #6D92AD;
	transition: opacity 1s;
	-moz-transition: opacity 1s;
	-webkit-transition: opacity 1s;
	opacity: 0;
	overflow: hidden;
}
.actionshoverout:hover .actionshoveroutpadding, .actionshoveroutclass:hover .actionshoveroutpadding {
	opacity: 1;
}
.actionshoverout span, .actionshoveroutclass span {
	display: inline-block;
	margin: 7px 3px 7px 7px;
	padding: 6px 6px 4px;
	width: auto;
	color: #969696;
	cursor: default;
	background-color: #A5A5A5;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
}

.actionshoverout a, .actionshoveroutclass a {
	display: inline-block;
	margin: 7px 3px 7px 7px;
	padding: 6px 6px 4px;
	width: auto;
	color: #6D92AD;
	background-color: #FFFFFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
	text-decoration: none;
}
.actionshoverout a:hover, .actionshoveroutclass a:hover {
	color: #000000;
	background-color: #FFA500;
}

/* Page Titles */
.pagetitleleft {
	color: #000000;
	font-size: 20px;
	text-align: left;
}
.pagetitleright {
	float: right;
	text-align: right;
}

/* Page Styles */
.pageHeading,
.thheading {
	margin: 0;
	padding: 7px;
	color: white;
	font-weight: bold;
	background-color: #6d92ad;
	text-align: left;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
}
.pageHeadingLink {
	margin: 0;
	padding: 3px 8px;
	color: #6D92AD;
	font-weight: normal;
	border: 0;
	border-radius: 4px;
	-MOZ-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
	    text-shadow: none;
}
.pageHeadingLink:hover {
	color: #000000;
	background-color: #FFA500;
}
.pageFilter {
	margin: 0;
	padding: 10px !important;
	background-color: #EFEFEF;
	border-style: solid;
	border-color: #EFEFEF;
	border-width: 0;
	text-align: left;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
}
.pageFilter .pageFilterlinks {
	margin: 0;
	padding: 7px 9px;
	color: #ffffff;
	font-weight: normal;
	border-radius: 4px;
	background-color: #6d92ad;
	cursor: pointer;
	text-decoration: none;
	text-shadow: none;
}
.alphaselecter:first-of-type, .alphaselecteractive:first-of-type {
    border-radius: 5px 0 0 5px;
}
.alphaselecter {
    padding: 3px 7px;
    color: #000000;
    background-color: #EFEFEF;
    text-decoration: none;
}
.alphaselecter:hover {
    color: #000000;
    background-color: #FFA500;
}
.alphaselecter:last-of-type, .alphaselecteractive:last-of-type {
    border-radius: 0 5px 5px 0;
}
.alphaselecteractive {
    padding: 3px 7px;
    color: #FFFFFF;
    cursor: default;
    background-color: #6D92AD;
    text-decoration: none;
}
.alphaselecter:last-of-type, .alphaselecteractive:last-of-type {
    border-radius: 0 5px 5px 0;
}

/* Table Styles */
.trdefault {
	background-color: #FFFFFF;
}
.tdinherit {
    background-color: inherit;
}
.thtitle {
	background-color: #E2E2E2;
}
.thtitlere {
	background-color: #EFEFEF;
}
.thgreygradient {
	color: #000000;
	background: #E2E2E2;
	background: linear-gradient(to bottom, #E2E2E2 0%,#DBDBDB 40%,#C1C1C1 100%);
	background: -moz-linear-gradient(top, #E2E2E2 0%, #DBDBDB 40%, #C1C1C1 100%);
	background: -webkit-linear-gradient(top, #E2E2E2 0%,#DBDBDB 40%,#C1C1C1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E2E2E2', endColorstr='#C1C1C1',GradientType=0 );
}
.tddefault {
	background-color: #FFFFFF;
}
.tdmain {
	background-color: #BBBBBB;
}
.tdother {
	background-color: #DDDDDD;
}
.tablelayoutfixed {
	table-layout: fixed;
}
.tablelayoutunset {
	table-layout: unset;
}
.thtopstyle {
	background-color: #BBBBBB;
}
.thtopstyleleft,.thtopstyleright {
	display: inline-block;
	padding: 7px 5px;
	color: black;
}
.thtopstyleleft {
	float: left;
}
.thtopstyleright {
	float: right;
}
.tdtitle {
	padding: 0 0 5px 0;
}
.tdmidstyle {
	background-color: #DDDDDD;
}
.tdmidselect {
	width: 100%;
	height: 120px;
	color: black;
	border: 0;
	background-color: #FFFFFF;
}
.tdfloatleft {
	float: left;
     width: 33.33%;
     padding-right: 15px;
     padding-bottom: 15px;
     box-sizing: border-box;
}
.tdfloatleft:nth-of-type(3n) {
     padding-right: 0;
     padding-bottom: 15px;
}
.divfloatleft {
	float: left;
	padding: 2px;
}

.borderTable {
	border: 1px solid #A9A9A9;
	background-color: #E2E2E2;
}
.borderTable tr.trbackwhite {
    background-color: #FFFFFF;
}
.borderTable tr.hoverover:hover {
    background-color: #D0DDE6;
}
.borderTable tr.evenodd:nth-child(odd) {
    background-color: #FFFFFF;
}
.borderTable tr.evenodd:nth-child(even) {
    background-color: #F9F9F9;
}
.borderTable tr.evenodd:hover {
    background-color: #D0DDE6;
}
.borderTable th {
     color: #000000;
     font-weight: bold;
	background-color: #E2E2E2;
}
.borderTable td {
	min-height: 30px;
}
.borderTable th.thbordertop, .borderTable td.tdbordertop {
	border-top: 1px solid #A9A9A9;
}
.borderTable th.thborderright, .borderTable td.tdborderright {
	border-right: 1px solid #A9A9A9;
}
.borderTable th.thborderbottom, .borderTable td.tdborderbottom {
	border-bottom: 1px solid #A9A9A9;
}
.borderTable th.sectionHeading {
	text-align: left;
	padding: 4px 7px 3px;
	color: #FFFFFF;
	background: #6D92AD;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
}
.borderTable th.graygradient {
	color: #000000;
	background: #E2E2E2;
	background: linear-gradient(to bottom, #E2E2E2 0%,#DBDBDB 40%,#C1C1C1 100%);
	background: -moz-linear-gradient(top, #E2E2E2 0%, #DBDBDB 40%, #C1C1C1 100%);
	background: -webkit-linear-gradient(top, #E2E2E2 0%,#DBDBDB 40%,#C1C1C1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E2E2E2', endColorstr='#C1C1C1',GradientType=0 );
}
.borderTablerounded {
	margin: 3px auto;
	padding: 5px 7px 3px;
	background-color: #E2E2E2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.borderTableroundedred {
	margin: 3px auto;
	padding: 5px 7px 3px;
	background-color: #FFE1E1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.borderTablerounded:hover {
	background-color: #D0DDE6;
}
.borderTableroundedred:hover {
	background-color: #FFD1D1;
}
.borderTablegrey {
	background-color: #A9A9A9;
}
.borderTablewhite {
	background-color: #FFFFFF;
}
.borderTablegreyrowheight td, .borderTablewhiterowheight td {
	height: 42px;
	min-height: 42px;
}
.borderTablegrey tr.evenodd:nth-child(odd), .borderTablewhite tr.evenodd:nth-child(odd) {
    background-color: #FFFFFF;
}
.borderTablegrey tr.evenodd:nth-child(even), .borderTablewhite tr.evenodd:nth-child(even) {
    background-color: #F9F9F9;
}
.borderTablegrey tr.evenodd:hover, .borderTablewhite tr.evenodd:hover {
    background-color: #D0DDE6;
}
.thborderbottom, .tdborderbottom {
	border-bottom: 1px solid #A9A9A9;
}
.thborderbottom, .tdborderbottom:last-of-type {
	border-right: 1px solid #A9A9A9;
}
.sectionHeadingicon {
	padding-right: 5px !important;
}
.sectionHeadingicon img {
	cursor: pointer;
}
.sectionHeadingname {
	padding-right: 30px !important;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 25px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
}
.sectionHeadingLink {
	display: inline-block;
	padding: 3px 8px;
	color: #6D92AD;
	font-weight: normal;
	background-color: #FFFFFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
	text-shadow: none;
}
.sectionHeadingLink:hover {
	color: #000000;
	background-color: #FFA500;
}
.sectionHeadingtop {
	text-align: left;
	padding: 0 5px 5px 5px;
	border-bottom: 1px solid #000000;
}
.sectionHeadingmiddle {
	text-align: left;
	padding: 20px 5px 5px 5px;
	border-bottom: 1px solid #000000;
}
.sectionHeadingleft {
	color: #000000;
	font-size: 20px;
	width: 50%;
	text-align: left;
}
.sectionHeadingcenter {
	text-align: center;
	white-space: nowrap;
}
.sectionHeadingright {
	width: 50%;
	text-align: right;
}
.tableEntry {
	padding: 6px 7px 6px;
}
.tableEntryre {
	padding: 11px 4px 8px;
}
.tableEntrywhite {
	background-color: #FFFFFF;
}
.tableEntrylink {
	color: #000000;
	text-decoration: underline;
}
.tableEntrylink:hover {
	color: #52728A;
}
.tableEntryfooter {
	background-color: #E4E4E4;
	padding: 6px 7px 4px;
}
.tableEntrybutton {
	display: block;
	padding: 3px 6px;
	width: 100%;
	color: #FFFFFF;
	border: 0;
	cursor: pointer;
	background-color: #6D92AD;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
}
.tableEntrybuttonspecial {
	display: inline-block;
	padding: 5px 6px 4px 6px;
	color: #FFFFFF;
	border: 0;
	cursor: pointer;
	background-color: #6D92AD;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
}
.tableEntrybutton:hover,
.tableEntrybuttonspecial:hover {
	color: #000000;
     background-color: #FFA500;
}
.tableEntrybuttondisabled {
	display: block;
	padding: 3px 6px;
	width: 100%;
	color: #AFAFAF;
	border: 0;
	cursor: default;
	background-color: #D6D6D6;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
}
.tableEntrybuttoninline {
	display: inline;
	padding: 2px 3px;
}
.tableEntrybuttonsignatures {
	display: inline-table;
	padding: 2px 3px;
	color: #FFFFFF;
	font-weight: bold;
	border: 0;
	cursor: pointer;
	background-color: #FF0000;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
}
.tableEntryLists {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px 6px;
	color: #FFFFFF;
	border: 0;
	background-color: #6D92AD;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-sizing: border-box;
	text-decoration: none;
}

/* IE FIX */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.tableEntryListsiefix {
		padding: 2px 20px 2px 6px;
	}
}

/* Task List Styles */
.tasklisttdgreen {
	cursor: pointer;
	background-color: #0F0;
}
.tasklisttdyellow {
	cursor: pointer;
	background-color: #FF0;
}
.tasklisttdblue {
	cursor: pointer;
	background-color: #09F;
}
.tasklistspan {
	display: block;
	padding: 6px 7px 4px;
}
.tooltipheader {
	position: relative;
	padding: 5px 8px;
	color: #FFFFFF;
	background-color: #6D92AD;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
	white-space: nowrap;
	text-align: left;
	z-index: 999999;
}
.tooltipbody {
	position: relative;
	padding: 5px 8px;
	width: 400px;
	color: #000000;
	background-color: #E2E2E2;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
	text-align: left;
	z-index: 999998;
}

/* Calendar Icon */
.tdstarthelper:before {
	content: "";
     position: absolute;
     top: 0px;
     right: 100%;
     z-index: 15;
     width: 0;
     height: 0;
     margin-right: 0;
     border-top: 14px solid transparent;
     border-bottom: 14px solid transparent;
     border-right: 18px solid #D0DDE6;
     animation-name: starthelperbefore;
     animation-duration: 2s;
     animation-iteration-count: infinite;
}
.tdstarthelper {
	position: absolute;
	top: 50px;
	margin-top: 10px;
	margin-left: 60px;
	padding: 5px 10px;
	cursor: default;
	color: #FFFFFF;
	background-color: #D0DDE6;
	animation-name: starthelper;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

@keyframes starthelperbefore {
	0% {
		border-right: 18px solid #D0DDE6;
	}
	50% {
		border-right: 18px solid #6D92AD;
	}
	100% {
		border-right: 18px solid #D0DDE6;
	}
}
@-webkit-keyframes starthelperbefore {
	0% {
		border-right: 18px solid #D0DDE6;
	}
	50% {
		border-right: 18px solid #6D92AD;
	}
	100% {
		border-right: 18px solid #D0DDE6;
	}
}
@keyframes starthelper {
	0% {
		margin-left: 60px;
		background-color: #D0DDE6;
	}
	50% {
		margin-left: 30px;
		background-color: #6D92AD;
	}
	100% {
		margin-left: 60px;
		background-color: #D0DDE6;
	}
}
@-webkit-keyframes starthelper {
	0% {
		margin-left: 60px;
		background-color: #D0DDE6;
	}
	50% {
		margin-left: 30px;
		background-color: #6D92AD;
	}
	100% {
		margin-left: 60px;
		background-color: #D0DDE6;
	}
}

/* Calendar Icon */
.tddateselect {
	display: inline-block;
	margin: 0 5px;
	padding: 6px 6px 3px 6px;
	color: #265B82;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	background-color: #FFFFFF;
	border: 1px solid #265B82;
	box-shadow: inset 0 5px 0 0 #265B82;
	-moz-box-shadow: inset 0 5px 0 0 #265B82;
	-webkit-box-shadow: inset 0 5px 0 0 #265B82;
	text-decoration: none;
	vertical-align: bottom;
}

/* Periodic Report Form Styles */
.periodicreportformreporttitle {
	background-color: #FFE4E1;
}
.periodicreportformreporttab {
	padding: 5px 50px;
	background-color: #FFE4E1;
}
.periodicreportformreportbody {
	padding: 5px;
	background-color: #FFE4E1;
}
.periodicreportformcounterstitle {
	background-color: #98FB98;
}
.periodicreportformcounterstab {
	padding: 5px 50px;
	background-color: #98FB98;
}
.periodicreportformcountersbody {
	padding: 5px;
	background-color: #98FB98;
}
.periodicreportformsignaturestitle {
	background-color:#87CEFA;
}
.periodicreportformsignaturestab {
	padding: 5px 50px;
	background-color:#87CEFA;
}
.periodicreportformsignaturesbody {
	padding: 5px;
	background-color:#87CEFA;
}

/* Maintenance View Log Styles */
.searchqueryspecifics {
	background: #6ACDF3;
}

/* Maintenance Qualifier Form Styles */
.qualifierformtooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.qualifierformtooltip .qualifierformqualifierformtooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #8CA6C0;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: -50px;
    right: 90px;
}
.qualifierformtooltip .qualifierformqualifierformtooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
}
.qualifierformtooltip:hover .qualifierformqualifierformtooltiptext {
    visibility: visible;
}

/* Stayvisible Styles */
.stayvisiblerow {
	display: none;
	margin: 0;
	padding: 0px 11px;
	width: 100%;
	box-sizing: border-box;
}
.stayvisiblerowshadow {
	background-color: #A9A9A9;
	box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.5);
}
.fixed {
	display: block;
	position: fixed;
	top: 147px;
	left: 0;
	z-index: 1;
}

/* Calendar Styles */
table.mainCalTable {
	table-layout: fixed;
	background-color: #888888;
}
table.mainCalTable th {
	padding: 5px;
	color: #000000;
	border-width: 0;
	background-color: #D4D4D4;
}
table.mainCalTable td {
	color: #000000;
	border-width: 0;
	background-color: #FFFFFF;
	vertical-align: top;
}
table.mainCalTable td div.dayDiv {
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
table.mainCalTable td div.dayNumber {
	display: block;
	    position: relative;
	    width: 100%;
	    text-align: right;
	    z-index: 9999;
	    border-bottom: 1px solid #d2d2d2;
	    box-shadow: 0 0px 10px 5px rgba(0, 0, 0, 0.1);
	    -moz-box-shadow: 0 0px 10px 5px rgba(0, 0, 0, 0.1);
	    -webkit-box-shadow: 0 0px 10px 5px rgba(0, 0, 0, 0.1);
}
table.mainCalTable td div.dayNumber span {
	display: block;
     padding: 3px 5px 3px 3px;
	font-size: 10px;
}
table.mainCalTable td div.dayData {
	display: block;
     width: 100%;
     height: 130px;
     overflow-y: auto;
}
table.mainCalTable td div.dayData a {
	display: block;
	margin: 5px;
	color: #000000;
	border: 1px solid #00C308;
	text-decoration: none;
}
table.mainCalTable td div.dayData a > span.dataHeader {
	display: block;
	padding: 4px;
     width: 100%;
	background-color: #D2FFD4;
	border-bottom: 1px solid #00C308;
	box-sizing: border-box;
}
table.mainCalTable td div.dayData a > span.dataBody {
	display: block;
     width: 100%;
	padding: 4px;
	box-sizing: border-box;
}
table.mainCalTable td.calFirsties, table.mainCalTable td.calLasties {
	background-color: #EEEEEE;
}
th.alignleft {
	text-align: left;
}
th.aligncenter {
	text-align: center;
}
th.alignright {
	text-align: right;
}
.calbutton {
	display: inline-block;
	padding: 4px 5px 2px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	cursor: pointer;
	border: 1px solid #969696;
	background-color: #D4D4D4;
	box-shadow: inset 0 22px 15px -10px rgba(255, 255, 255, 0.75);
	-moz-box-shadow: inset 0 22px 15px -10px rgba(255, 255, 255, 0.75);
	-webkit-box-shadow: inset 0 22px 15px -10px rgba(255, 255, 255, 0.75);
	text-decoration: none;
	text-align: center;
}
.calbutton:hover {
	color: #000000;
	background-color: #FFA500;
}
.calbuttonGray {
	display: inline-block;
	padding: 4px 5px 2px;
	font-size: 12px;
	font-weight: normal;
	color: #A7A7A7;
	cursor: default;
	border: 1px solid #A7A7A7;
	background-color: #DADADA;
	box-shadow: inset 0 22px 15px -10px rgba(255, 255, 255, 0.75);
	-moz-box-shadow: inset 0 22px 15px -10px rgba(255, 255, 255, 0.75);
	-webkit-box-shadow: inset 0 22px 15px -10px rgba(255, 255, 255, 0.75);
	text-decoration: none;
	text-align: center;
}

/* Button Styles */
.mainbutton {
	display: inline-block !important;
	padding: 6px 10px 5px 10px !important;
	font-size: 20px !important;
	font-weight: bold !important;
	color: #FFFFFF !important;
	cursor: pointer !important;
	border: 0 !important;
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	background-color: #006F09 !important;
	box-shadow: inset 0 46px 50px -10px rgba(0, 187, 49, 0.75) !important;
	-moz-box-shadow: inset 0 46px 50px -10px rgba(0, 187, 49, 0.75) !important;
	-webkit-box-shadow: inset 0 46px 50px -10px rgba(0, 187, 49, 0.75) !important;
	text-align: center !important;
}
.mainbutton:hover {
	color: #FFFFFF !important;
	background-color: #00A90E !important;
	box-shadow: inset 0 46px 50px -10px rgba(38, 255, 95, 0.75) !important;
	-moz-box-shadow: inset 0 46px 50px -10px rgba(38, 255, 95, 0.75) !important;
	-webkit-box-shadow: inset 0 46px 50px -10px rgba(38, 255, 95, 0.75) !important;
}
.mainotherbutton {
	display: inline-block !important;
	padding: 6px 10px 5px 10px !important;
	font-size: 20px !important;
	font-weight: bold !important;
	color: #FFFFFF !important;
	cursor: pointer !important;
	border: 0 !important;
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	background-color: #4A4A4A !important;
	box-shadow: inset 0 46px 50px -10px rgba(200, 200, 200, 0.75) !important;
	-moz-box-shadow: inset 0 46px 50px -10px rgba(200, 200, 200, 0.75) !important;
	-webkit-box-shadow: inset 0 46px 50px -10px rgba(200, 200, 200, 0.75) !important;
	text-align: center !important;
}
.mainotherbutton:hover {
	color: #FFFFFF !important;
	background-color: #808080 !important;
	box-shadow: inset 0 46px 50px -10px rgba(220, 220, 220, 0.75) !important;
	-moz-box-shadow: inset 0 46px 50px -10px rgba(220, 220, 220, 0.75) !important;
	-webkit-box-shadow: inset 0 46px 50px -10px rgba(220, 220, 220, 0.75) !important;
}
.exitbutton {
	display: inline-block !important;
	padding: 6px 10px 5px 10px !important;
	font-size: 20px !important;
	font-weight: bold !important;
	color: #FFFFFF !important;
	cursor: pointer !important;
	border: 0 !important;
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	background-color: #9E0000 !important;
	box-shadow: inset 0 46px 50px -10px rgba(255, 121, 121, 0.75) !important;
	-moz-box-shadow: inset 0 46px 50px -10px rgba(255, 121, 121, 0.75) !important;
	-webkit-box-shadow: inset 0 46px 50px -10px rgba(255, 121, 121, 0.75) !important;
	text-align: center !important;
}
.exitbutton:hover {
	color: #FFFFFF !important;
	background-color: #FF0000 !important;
	box-shadow: inset 0 46px 50px -10px rgba(255, 146, 146, 0.75) !important;
	-moz-box-shadow: inset 0 46px 50px -10px rgba(255, 146, 146, 0.75) !important;
	-webkit-box-shadow: inset 0 46px 50px -10px rgba(255, 146, 146, 0.75) !important;
}
.formsbutton {
	display: inline-block;
	padding: 6px 6px 5px 6px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	cursor: pointer;
	border: 1px solid #969696;
	background-color: #D4D4D4;
	box-shadow: inset 0 22px 15px -10px rgba(255, 255, 255, 0.75);
	-moz-box-shadow: inset 0 22px 15px -10px rgba(255, 255, 255, 0.75);
	-webkit-box-shadow: inset 0 22px 15px -10px rgba(255, 255, 255, 0.75);
	text-decoration: none;
	text-align: center;
}
.formsbutton:hover {
	color: #000000;
	border: 1px solid #848484;
	background-color: #B1B1B1;
	box-shadow: inset 0 22px 15px -10px rgb(234, 234, 234);
	-moz-box-shadow: inset 0 22px 15px -10px rgb(234, 234, 234);
	-webkit-box-shadow: inset 0 22px 15px -10px rgb(234, 234, 234);
}
.formsbuttonred {
	display: inline-block;
	padding: 6px 6px 5px 6px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	border: 1px solid #969696;
	background-color: #FF0000;
	box-shadow: inset 0 22px 15px -10px rgb(255, 177, 177);
	-moz-box-shadow: inset 0 22px 15px -10px rgb(255, 177, 177);
	-webkit-box-shadow: inset 0 22px 15px -10px rgb(255, 177, 177);
	text-decoration: none;
	text-align: center;
}
.formsbuttonred:hover {
	color: #FFFFFF;
	border: 1px solid #848484;
	background-color: #A50000;
	box-shadow: inset 0 22px 15px -10px rgb(255, 177, 177);
	-moz-box-shadow: inset 0 22px 15px -10px rgb(255, 177, 177);
	-webkit-box-shadow: inset 0 22px 15px -10px rgb(255, 177, 177);
}
.formsbuttontasklist {
	display: inline-block;
	margin-top: 4px;
	padding: 6px 6px 5px 6px;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
}
.formsbuttontasklist:hover {
	color: #000000;
	background-color: rgba(255, 255, 255, 0.85);
}


/* Question Styles */
.questiononepagebody {
	width: 100%;
	height: calc(100vh - 310px);
	overflow: scroll;
	overflow-x: visible;
	box-sizing: border-box;
}
.questiononepagebodymaintenance {
	width: 100%;
	height: calc(100vh - 342px);
	overflow: scroll;
	overflow-x: visible;
	box-sizing: border-box;
}
.questiononepagebodype {
	width: 100%;
	height: calc(100vh - 315px);
	overflow: scroll;
	overflow-x: visible;
	box-sizing: border-box;
}
.questiononepagebodypemaintenance {
	width: 100%;
	height: calc(100vh - 348px);
	overflow: scroll;
	overflow-x: visible;
	box-sizing: border-box;
}
.questiononepagebodytable {
	width: 100%;
	height: calc(100vh - 255px);
}
.requestionlist {
	width: 100%;
	height: calc(100vh - 200px);
	overflow: scroll;
	overflow-x: visible;
	box-sizing: border-box;
}
.requestionlistmaintenance {
	width: 100%;
	height: calc(100vh - 382px);
	overflow: scroll;
	overflow-x: visible;
	box-sizing: border-box;
}
.requestionbody {
	width: 100%;
	height: calc(100vh - 200px);
	overflow: scroll;
	overflow-x: visible;
	box-sizing: border-box;
}
.requestionbodymaintenance {
	width: 100%;
	height: calc(100vh - 382px);
	overflow: scroll;
	overflow-x: visible;
	box-sizing: border-box;
}
.requestionbodytable {
	border-right: 1px solid #A9A9A9;
	width: 100%;
	height: calc(100vh - 306px);
	box-sizing: border-box;
}
.requestionbodytablemaintenance {
	border-right: 1px solid #A9A9A9;
	width: 100%;
	height: calc(100vh - 382px);
	box-sizing: border-box;
}
.requestiontable {
	border-right: 1px solid #A9A9A9;
	width: 100%;
	height: calc(100vh - 200px);
	box-sizing: border-box;
}
.requestiontable tr.evenodd:nth-child(odd) {
    background-color: #FFFFFF;
}
.requestiontable tr.evenodd:nth-child(even) {
    background-color: #F9F9F9;
}
.requestiontable tr.evenodd:hover {
    background-color: #D0DDE6;
}
.requestiontable .trselected {
	color: #FFFFFF;
	background-color: #6D92AD;
}
.trselected {
	color: #FFFFFF;
	background-color: #6D92AD;
}
.trpointer {
	cursor: pointer;
}


/* Comments Styles */
.commentstab {
	padding: 5px 10px;
     background-color: #EFEFEF;
     border-radius: 8px 8px 0 0;
}
.comments {
	padding: 5px;
	background-color: #EFEFEF;
}
.reportstitleheaderdiv {
	height: 84px;
	width: 100%;
	overflow: scroll;
	overflow-x: hidden;
}
.reviewexistingreportsdordiv {
	height: calc(100vh - 320px);
	width: 100%;
	overflow: scroll;
	overflow-x: visible;
}
.reviewexistingreportsdordivmaintenance {
	height: calc(100vh - 350px);
	width: 100%;
	overflow: scroll;
	overflow-x: visible;
}
.performancechartreportsdiv {
	height: calc(100vh - 210px);
	width: 100%;
	overflow: scroll;
	overflow-x: visible;
}
.reviewexistingreportsperiodicreportsdiv {
	height: calc(100vh - 295px);
	width: 100%;
	overflow: scroll;
	overflow-x: visible;
}
.reviewexistingreportsperiodicreportsdivmaintenance {
	height: calc(100vh - 330px);
	width: 100%;
	overflow: scroll;
	overflow-x: visible;
}
.reviewexistingreportsperformanceevaldiv {
	height: calc(100vh - 272px);
	width: 100%;
	overflow: scroll;
	overflow-x: visible;
}
.reviewexistingreportsperformanceevaldivmaintenance {
	height: calc(100vh - 310px);
	width: 100%;
	overflow: scroll;
	overflow-x: visible;
}

/* CommentBox Styles */
.commentbox {
	position: fixed;
	top: 250px;
	left: 50px;
}
.commentboxtable {
	padding: 5px;
	width: 400px;
	background-color: rgba(226, 226, 226, 0.9);
	box-shadow: 0 0px 40px 15px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0px 40px 15px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0px 40px 15px rgba(0, 0, 0, 0.5);
}
.commenttitletext {
	width: 100% !important;
	color: #FFFFFF !important;
	background-color: transparent !important;
	border: 0 !important;
}
.commentboxtextarea {
	width: 100%;
}

/* Permissionslong Description Styles */
.permissionstextarea {
	width: 100%;
	height: calc(100vh + -102px);
	border: 0;
	font-size: 14px;
}

/* Maintenance Banner Styles */
.maintenancebanner {
	position: absolute;
	padding: 10px 0 8px 0;
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	background-color: #ffd400;
	text-align: center;
	z-index: -1;
}


/* Maintenance Styles */
.maintenancebutton {
	padding: 30px 10px;
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	font-weight: bold;
	color: #656565;
	cursor: pointer;
	background-color: #E2E2E2;
	border: 1px solid #B3B3B3;
	box-shadow: inset 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	text-align: center;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
}
.maintenancebutton:hover {
	color: #3A2500;
	background-color: #FFA500;
	border: 1px solid #B57500;
	box-shadow: none;
}
.maintenancebuttonred {
	padding: 30px 10px;
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	font-weight: bold;
	color: #560000;
	cursor: pointer;
	background-color: #FF6060;
	border: 1px solid #BF0000;
	box-shadow: inset 0px 0px 3px 2px rgba(0, 0, 0, 0.25);
	box-sizing: border-box;
	text-align: center;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
}
.maintenancebuttonred:hover {
	color: #170000;
	background-color: #FF0000;
	border: 1px solid #800000;
	box-shadow: none;
}


/* Footer Styles */
.footerspacing {
	position: static;
	bottom: 0;
	left: 0;
	height: 28px;
}
.footer {
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 5px 10px;
	color: #000000;
	font-size: 10px;
	background: #E2E2E2;
	box-shadow: 0 -6px 10px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 -6px 10px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 6px 10px 10px rgba(0, 0, 0, 0.4);
	z-index: 5;
}
.footerLink {
	text-align: center;
	color: #000000;
}
