/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

strong {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}

button {
	font-family: Roboto, sans-serif;
}

a {
	text-decoration: none
}

body {
	line-height: 1;
	font-family: 'Roboto', sans-serif;
	background-color: #345;
	color: #293745;
}

body, html {
	height: 100%
}

blockquote, q {
	quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none
}

div, section {
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

/* Header */
header {
	display: block;
	width: 100%;
	position: fixed;
	height: 80px;
	z-index: 999999;
}

#logo {
	display: inline-block;
	/*background-color: #345;*/
	background-color: #FFFFFF;
	float: left;
	height: 80px;
	width: 225px
}

#logo span {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	margin: 5px auto;
	width: 215px;
	height: 70px;
	background-color: #FFFFFF;
	position: relative;
	z-index: 10;
	behavior: url(/pie/PIE.htc);
}

#logo a {
	display: inline-block;
	padding: 22px 45px 22px 20px;
	font-size: 24px;
	font-weight: 800;
	color: #345489;
	background-image: url(../images/icon-logo.png);
	background-repeat: no-repeat;
	background-position: right center
}

#topmenu {
	background-color: #242f3c;
	height: 80px;
	padding: 12px 14px;
	margin-left: 225px
}

.search {
	padding: 10px 0;
	float: left;
	margin-right: 100px
}

.search form {
	position: relative
}

.select-menu-btn {
	background-color: #5b738b;
	background-image: url(../images/icon-menu-arrow-white.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 44px 21px;
	background-size: 44px 21px;
	border: 0;
	width: 62px;
	height: 38px;
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 13;
}

.select-menu-options {
	background-color: #FFF;
	display: none;
	list-style: none;
	width: 200px;
	padding: 5px;
	position: absolute;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	top: 38px;
	-moz-box-shadow: 0 1px 10px #000;
	-webkit-box-shadow: 0 1px 10px #000;
	box-shadow: 0 1px 10px #000;
	z-index: 11;
	behavior: url(/pie/PIE.htc);
}

.select-menu-options li {
	color: #242f3c;
	font-size: 14px;
	padding: 8px 15px;
	border: 1px solid #FFF;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #FFF;
	behavior: url(/pie/PIE.htc);
}

.search input[type="text"] {
	height: 38px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #5b738b;
	color: #5b738b;
	padding: 10px;
	background-color: #345;
	font-size: 14px;
	min-width: 220px;
	margin: 0;
	position: relative;
	z-index: 12;
}

.search input[type="submit"] {
	background-image: url(../images/icon-magnifyglass-white.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 22px;
	width: 22px;
	color: transparent;
	background-color: transparent;
	border: 0;
	position: relative;
	z-index: 99;
	left: -35px;
	cursor: pointer;
	top: 8px;
}

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
	color: #5b738b
}

#user {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	height: 58px;
	float: left;
	color: #FFF;
	font-size: 16px;
	position: relative;
	z-index: 10;
	font-weight: 500;
	background-color: #345;
	background-image: url(../images/arrow-down-white.png);
	background-repeat: no-repeat;
	background-position: 90%;
	border-right: 1px solid #485d72
}

#user span {
	margin: 0 25px 0 0
}

#user-options {
	background-color: #FFF;
	display: none;
	list-style: none;
	width: 189px;
	padding: 5px;
	position: absolute;
	z-index: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	top: 70px;
	-moz-box-shadow: 0 1px 10px #000;
	-webkit-box-shadow: 0 1px 10px #000;
	box-shadow: 0 1px 10px #000;
	behavior: url(/pie/PIE.htc);
}

#user-options li {
	color: #242f3c;
	font-size: 14px;
	padding: 8px 15px;
	border: 1px solid #FFF;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: left 10px center;
	text-indent: 25px;
	behavior: url(/pie/PIE.htc);
}

.icon-settings {
	background-image: url(../images/icon-gears-darkblue.png)
}

.icon-profile {
	background-image: url(../images/icon-user-darkblue.png)
}

.icon-log-out {
	background-image: url(../images/icon-onoff-darkblue.png)
}
.icon-view {
	background:url(../images/icon-eye-white.png)no-repeat left 10px center;
}
.icon-no-view {
	background:url(../images/icon-no-eye-white.png)no-repeat left 10px center;
}
.icon-print {
	background:url(../images/icon-print-white.png)no-repeat left 10px center;
}
.icon-print-detail {
	background:url(../images/icon-print-detail-white.png)no-repeat left 10px center;
}

.space {
	margin: 0 0 0 1px
}

#notifications {
	float: left
}

.notification-box {
	padding: 18px;
	height: 58px;
	font-size: 14px;
	color: #FFF;
	float: left;
	background-color: #345;
	position: relative
}

.notification-box #messages-badge, .notification-box #safety-notice-badge {
	float: left;
	padding: 5px;
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 40px;
	font-weight: 100;
	height: 24px;
	min-width: 50px
}

.notification-box #messages-badge {
	background-image: url(../images/icon-mail-white.png)
}

.notification-box #safety-notice-badge {
	background-image: url(../images/icon-alert-white.png)
}

.notification-box #messages-badge span, .notification-box #safety-notice-badge span, .circle-badge {
	background-color: #FFF;
	color: #242f3c;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	position: absolute;
	font-weight: 600;
	display: block;
	height: 25px;
	width: 25px;
	line-height: 25px;
	text-indent: 8px;
	top: 4px;
	margin: 0 0 0 10px;
	border: 3px solid #345;
	behavior: url(/pie/PIE.htc);
}

.controls {
	padding: 13px 20px;
	height: 31px;
	-moz-box-sizing: initial;
	box-sizing: initial;
	float: right
}

#refresh-btn, #help-btn, #log-out-btn {
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	width: 20px;
	padding: 5px;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	float: left;
	color: #FFF;
	text-indent: 20px;
	line-height: 20px
}

#refresh-btn {
	background-image: url(../images/icon-refresh-white.png);
	border-right: 1px solid #000;
	margin-right: 10px
}

#help-btn {
	background-image: url(../images/icon-help-white.png);
	border-right: 1px solid #000;
	margin-right: 10px
}

#log-out-btn {
	background-image: url(../images/icon-onoff-white.png);
	width: inherit
}

.expand-btn, .collapse-btn {
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 15px;
	font-size: 14px;
	background-color: transparent;
	border: 0;
	cursor: pointer;
}

.expand-btn {
	background-image: url(../images/icon-expand-darkblue.png);
	margin: 0 20px 0 0;
}

.collapse-btn {
	background-image: url(../images/icon-close-darkblue.png);
}

#page-content-header .right-side {
	float: right;
	margin-top: 32px;
}

.assigned-to-me {
	background-color: #345;
	color: #FFFFFF;
	padding: 4px 10px 4px 4px;
	font-weight: 400;
	font-size: 14px;
	max-width: 175px;
	height: 32px;
	cursor: pointer;
	display: inline-block;
	position: fixed;
	right: 0;
	top: 80px;
	border-top: 1px solid #FFFFFF;
	z-index: 99999;
}
.assigned-to-me span {
	display: inline-block;
	font-size: 16px;
	text-align: center;
	width: 24px;
	padding: 4px 0 2px 0;
	background-color: #f00;
	border: 1px solid #FFF;
	margin: 0 10px 0 0;
}

#panel {
	height: 100%;
	width: 225px;
	background-color: #345;
	color: #FFFFFF;
	position: fixed;
	top: 80px; /* top-menu height */
	right: -225px;
	z-index: 99998;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	display: none;
	padding: 20px 15px;
}
.assigned-to-me.open {
	box-shadow: 0px 0px 6px -1px #000000;
	behavior: url(/pie/PIE.htc);
}
#panel.open {
	display: block;
	box-shadow: 0px 14px 8px 1px #000000;
	behavior: url(/pie/PIE.htc);
}
.assignment {
	font-size: 14px;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #242f3c;
	-moz-box-shadow: inset 0 1px 0 #5b738b, 0 1px 0 #5b738b;
	-webkit-box-shadow: inset 0 1px 0 #5b738b, 0 1px 0 #5b738b;
	box-shadow: inset 0 1px 0 #5b738b, 0 1px 0 #5b738b;
	/*behavior: url(/pie/PIE.htc);*/
}
.assignment:last-child {
	border: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	behavior: url(/pie/PIE.htc);
}
.assignment .emp-group {
	width: 100%;
	padding: 7px 14px;
	color: #345;
	font-weight: 500;
	margin: 0 0 15px 0;
}
#panel .assignment .emp-group .date {
	font-weight: 300;
}
#panel .assignment .type,
#panel .assignment .title,
#panel .assignment .from {
	margin: 7px 0 7px 14px;
	font-weight: 300;
}
#panel .assignment .type {
	font-style: italic;
	text-transform: uppercase;
}
#panel .assignment .title {
	font-weight: 500;
	line-height: 18px;
}

#breadcrumb-wrapper {
	background-image: url(../images/icon-home-darkblue.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 30px;
	font-size: 14px;
	color: #293745;
	float: left;
}

#breadcrumb-wrapper a {
	font-size: 14px;
	color: #293745;
	margin: 0 5px 0 0
}

#breadcrumb-wrapper a:after {
	content: " >"
}

#breadcrumb-wrapper a:last-child:after {
	content: ""
}

#page-title {
	font-size: 28px;
	color: #345;
	margin: 25px 0;
	float: left;
	clear: left;
}

/* Sidebar */
#sidebar {
	display: inline-block;
	position: fixed;
	top: 80px;
	left: 0;
	width: 225px;
	background-color: #345;
	z-index: 999;
	padding-bottom: 50px;
}

#emp-group {
	position: relative;
}

#emp-group h1 {
	font-size: 14px;
	color: #242f3c;
	padding: 12px 0;
	text-align: center;
	display: block;
	width: 100%;
	/*background-color: #f0e282;*/
	background-image: url(../images/arrow-down-darkblue.png);
	background-repeat: no-repeat;
	background-position: 85%;
	cursor: pointer;
}

#emp-group ul {
	display: none;
	/*position: absolute;*/
	background-color: #FFFFFF;
	list-style: none;
	width: 225px;
	padding: 5px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 11;
}

#emp-group ul li {
	padding: 8px 15px;
	margin: 5px 0;
	cursor: pointer;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-weight: 300;
	behavior: url(/pie/PIE.htc);
}

#emp-group-selected {
	font-size: 22px;
	color: #345;
	padding: 16px 0;
	text-align: center;
	display: block;
	width: 100%;
	/*background-color: #e3c80f;*/
}

span.square-icon {
	height: 16px;
	width: 16px;
	border: 1px solid #FFFFFF;
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: bottom;
}

.color-1 {
	background-color: #e4a00f; /* ORANGE */
}
.color-2 {
	background-color: #93bc9c; /* GREEN/TEAL */
}
.color-3 {
	background-color: #e4c80f; /* GOLD */
}
.color-4 {
	background-color: #72d1d7; /* LIGHT BLUE */
}
.color-5 {
	background-color: #95de0b; /* GREEN */
}
.color-6 {
	background-color: #c3bfc0; /* GRAY */
}
.color-7 {
	background-color: #ebe803; /* YELLOW */
}

#sidebar nav > ul {
	list-style: none
}

#sidebar nav > ul > li {
	color: #FFF;
	border-bottom: 1px solid #242f3c;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 100;
	-moz-box-shadow: inset 0 1px 0 #5b738b, 0 1px 0 #5b738b;
	-webkit-box-shadow: inset 0 1px 0 #5b738b, 0 1px 0 #5b738b;
	box-shadow: inset 0 1px 0 #5b738b, 0 1px 0 #5b738b;
	/*behavior: url(/pie/PIE.htc);*/
}

#sidebar nav > ul > li > .alert-new {
	min-height: 39px;
	padding: 10px 0 0;
	background-color: #eb0000;
	font-weight: 800;
	width: 40px;
	height: 100%;
	margin: 1px 0 0;
	float: left;
	height: 100%;
	text-align: center;
}

#sidebar nav > ul > li > a, #sidebar nav > ul > li > span  {
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 100;
	text-decoration: none;
	/*padding: 12px 32px;*/ /*Style before alert new was added to nav.*/
	padding: 12px 25px 12px 50px;
	display: block;
	background-image: url(../images/arrow-left-white.png);
	background-repeat: no-repeat;
	background-position: 92.5%;
	max-width: 150px;
	cursor: pointer;
}
#sidebar nav > ul > li > a {
	background-image: none;
}

#sidebar nav > ul > li > ul {
	background-color: #293744;
	list-style: none;
	display: none
}

#sidebar nav > ul > li > ul > li > a {
	color: #adb4ba;
	padding: 12px 46px;
	display: block
}

/* Global Page */
#page-content > .fix-width-center-wrap {
	padding: 15px 5px 0;
}
.page-content .fix-width-center-wrap { /* Check if .page-content exists. If it doesnt, delete this entire rule.*/
	height: 100%;
}

.fix-width-center-wrap {
	max-width: 1200px;
	margin: 0 auto;
	float: none;
	width: 100%;
}

#wrapper {
	position: relative;
	height: 100%
}

.col1.fill {
	width: 100%;
	height: 100%;
	margin: 0
}

.fill {
	width: 100%;
	height: 100%;
	display: block
}

#screen-options-wrapper {
	position: relative;
	background-color: #FFFFFF;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 0 15px;
	box-shadow: none;
}

#screen-options-wrapper input[type="checkbox"] + span {
	line-height: 40px;
	margin: 0 20px 0 0;
	font-size: 14px;
}

#screen-options-wrapper .toggle {
	position: absolute;
	right: 50px;
	border: 0;
	background-color: #FFFFFF;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	height: 25px;
	width: 150px;
	padding: 6px 0 25px 10px;
	box-shadow: 0 2px 0 1px #CCCCCC;
	text-align: left;
	font-size: 13px;
	color: #5b738b;
	background-image: url('../images/arrow-down-gray.png');
	background-repeat: no-repeat;
	background-size: 12px 9px;
	background-position: 90% 50%;
	cursor: pointer;
}

#screen-options-wrapper .toggle.toggled {
		background-image: url('../images/arrow-up-gray.png');
}

#screen-options-wrapper .toggle-this {
	display: none;
}

#screen-options-wrapper.visible {
	padding: 10px 15px 0;
	box-shadow: 0 2px 0 1px #CCCCCC;
}

#page-content-wrapper {
	margin-left: 225px;
	background-color: #ededed;
	/*height: 100%;*/
	height: calc(100% - 40px); /* 40px for footer */
	padding: 80px 0 0 0;
}

#page-content-wrapper.white {
	background-color: #FFFFFF;
}

#page-content-header {
	background-color: #FFF;
	height: 100px;
	padding: 15px 28px;
	width: 100%
}

#page-content-alerts {
	/*background-color: #e3c80f;*/
	/*height: 125px;*/
	/*display: inline-block;*/
	padding: 20px 28px;
	width: 100%
}

#page-content-alerts .box-rounded-white {
	vertical-align: top;
}

#page-content-alerts .safety-notice {
	color: #345;
	font-size: 26px;
	display: block;
	margin: 8px 0 0 0
}

#show-safety-notices, .show-safety-notices {
	color: #037cc1;
	font-size: 14px;
	background-image: url(../images/icon-circle-arrow-down-blue.png);
	background-repeat: no-repeat;
	background-position: 100%;
	float: right;
	padding: 7px 70px 7px 0;
	height: 14px
}

#show-safety-notices.open, .show-safety-notices.open {
	background-image: url(../images/icon-circle-arrow-up-blue.png);
}

#page-content-alerts .safety-notice .badge {
	background-image: url(../images/icon-triangle-red.png);
	background-repeat: no-repeat;
	background-position: top center;
	color: #FFF;
	font-size: 20px;
	font-weight: 800;
	padding: 10px 16px;
	margin-right: 15px
}

#safety-notices, .safety-notices {
	display: none;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
}

#safety-notices table, .safety-notices table {
	border-collapse: collapse;
	width: 100%;
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
	/*border-top: 3px solid #e3c80f;*/
	color: #345;
	font-size: 14px;
}
.safety-notices table a {
	color: #259ee3;
}

#safety-notices td, #safety-notices th, .safety-notices td, .safety-notices th {
	padding: 10px;
	text-align: left;
	line-height: 20px;
	vertical-align: middle;
}

#safety-notices td:nth-child(3), #safety-notices th, .safety-notices td:nth-child(3), .safety-notices th {
	font-weight: 800
}

#safety-notices tr:nth-child(even), .safety-notices tr:nth-child(even) {
	background-color: #ededed
}

#page-content {
	padding: 25px;
	background-color: #ededed;
	height: auto;
	margin: 15px 0 0 0;
	padding: 0 0 40px; /* bc of footer */
}

.box-rounded-white {
	-moz-box-shadow: 0 3px 0 #d2d2d2;
	-webkit-box-shadow: 0 3px 0 #d2d2d2;
	box-shadow: 0 3px 0 #d2d2d2;
	background-color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	padding: 14px 25px;
	/*float: left;*/
	overflow: hidden;
	position: relative;
	z-index: 10;
	behavior: url(/pie/PIE.htc);
}

.col1.box-rounded-white {
	/*float: left;*/
}

.box-rounded-white.outline {
	border: 1px solid #c8c8c8;
}

.float-right, .right {
	float: right!important;
}

.w90 {
	width: 90%;
}

.w75 {
	width: 75%;
}

.col1 {
	width: 31.1%;
	padding: 15px;
	margin: 0 1.1% 2.2% 1.1%;
	/*min-width: 260px;*/
	position: relative
}

.module,
.module.col1,
.module.box-rounded-white,
.module.col1.box-rounded-white {
	padding: 0;
}

.module-group {
	background-color: #dbdada;
	padding: 20px 0 0 0;
	margin: 15px auto 25px auto;
	border-radius: 5px;
	box-shadow: inset 1px 1px 2px 1px #CCC;
}

.module-group h1 {
	color: #334455;
	font-size: 26px;
	margin: 0 0 15px 15px;
}

.col1 h1 {
	color: #345;
	font-size: 22px;
	height: 22px;
}

.module h1 {
	float: left;
	height: auto;
	color: #345;
	font-size: 22px;
	max-width: calc(100% - 110px); /* Module Title max width is 100% minus the new alert icon and the toggle button*/
	margin: 15px 0 15px 15px;
	text-transform: capitalize;
	font-weight: 500;
}

.submitter ul, .submitter hr.gray-thin {
	display: none;
}

.col1.submitter .center {
	margin: 0 auto 20px auto;
}

.submitter .search-button {
	background-image: url(../images/icon-magnifyglass-darkblue.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	cursor: pointer;
	position: absolute;
	right: 15px;
	bottom: 15px;
	height: 32px;
	width: 32px;
}

.col1.submitter h1 {
	width: 80%;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 0;
	background-color: #259ee3;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	box-shadow: 0 2px 0 #93D4FA;
	float: left;
	font-size: 22px;
	height: 22px;
	behavior: url(/pie/PIE.htc);
}

.col1.submitter h1 + span {
	height: 42px;
	width: calc(20% - 1px);
	margin: 0 0 0 1px;
	background-color: #259ee3;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	box-shadow: 0 2px 0 #93D4FA;
	display: inline-block;
	background-image: url(../images/icon-plus-lg-white.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	box-sizing: border-box;
	behavior: url(/pie/PIE.htc);
}

.module-alert-new {
	background-color: #eb0000;
	font-size: 16px;
	font-weight: 800;
	color: #FFF;
	text-transform: uppercase;
	padding: 8px 12px;
	/*float: right;*/
	border-radius: 4px;
	position: absolute;
	top: 12px;
	right: 52px;
}

.module-toggle-button {
	height: 15px;
	width: 15px;
	background-image: url(../images/arrow-up-gray.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	box-sizing: border-box;
	position: absolute;
	top: 21px;
	right: 20px;
	display: inline-block;
}
.module-toggle-button.active {
	background-image: url(../images/arrow-down-gray.png);
}

.col1 .toggle-report {
	margin: 0 auto;
	text-align: center;
	color: #767676;
	font-weight: 800;
	box-shadow: none;
	cursor: pointer;
	font-size: 14px;
	padding: 8px 25px;
	-moz-box-shadow: 0 3px 0 #c8c8c8;
	-webkit-box-shadow: 0 3px 0 #c8c8c8;
	box-shadow: 0 3px 0 #c8c8c8;
	behavior: url(/pie/PIE.htc);
}

.col1 .toggle-report.open {
	background-color: #D1D1D1;
	color: #FFFFFF;
	-moz-box-shadow: 0 3px 0 #c8c8c8;
	-webkit-box-shadow: 0 3px 0 #c8c8c8;
	box-shadow: 0 3px 0 #c8c8c8;
	behavior: url(/pie/PIE.htc);
}

hr.yellow {
	border: 0;
	height: 3px;
	background-color: #e3c80f;
	margin: 20px 0
}

hr.gray-thin {
	border: 0;
	height: 1px;
	background-color: #d2d2d2;
	margin: 25px 0 18px 0;
}

.col1 ul, ul.double-list ul {
	list-style: none
}

ul.double-list {
	/*margin: 0 0 20px 0;*/
	list-style: none;
}

ul.double-list > li > span {
	cursor: pointer;
	display: inline-block;
	background-image: url(../images/arrow-down-darkblue.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 0 10px 25px;
}
ul.double-list > li > a {
	cursor: pointer;
	display: inline-block;
	padding: 10px 0 10px 25px;
}

ul.double-list > li > span:hover {
	color: #259ee3;
	background-image: url(../images/arrow-down-lightblue.png);
}

.module-sub-header span {
	cursor: pointer;
	display: inline-block;
	padding: 20px 0 20px 25px;
	background-image: url(../images/arrow-down-darkblue.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0 0 0 15px;
	width: calc(100% - 95px);
	border-right: 1px solid #ececec;
}

.module-sub-header span:hover {
	color: #259ee3;
	background-image: url(../images/arrow-down-lightblue.png);
}

.col1.submitter > ul > li {
	color: #242f3c;
	font-size: 14px;
	font-weight: 800;
	margin: 14px 0;
	background-image: none;
	border: 0;
	padding: 0;
}
.col1.documents h1 {
	text-align: center;
}
.col1.documents > ul > li {
	border: 0;
	text-indent: 25px;
	font-weight: 100;
	background-image: none;
	margin: 15px 0;
}
.col1.documents > ul > li:last-child {
	margin: 15px 0 0 0;
}
.col1.documents > ul > li a {
	color: #242f3c;
	text-indent: 30px;
	display: inline-block;
}
.col1.documents > ul > li.pdf a {
	background-image: url(../images/icon-pdf.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.col1.documents > ul > li.txt a {
	background-image: url(../images/icon-txt.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.col1.submitter > ul > li a{
	color: #242f3c;
}
.col1.submitter > ul > li:last-child {
	padding: 0;
}

ul.double-list > li, ol.list li {
	color: #242f3c;
	font-size: 16px;
	font-weight: 500;
	/*margin: 0 0 10px 0;*/
	/*text-transform: uppercase;*/
	clear: both;
}

li.show-list.bi-arrow-up-lightblue {
	color: #259ee3;
}

ul.double-list.divider > li {
	text-transform: none;
	font-size: 20px;
}

ul.double-list > li a {
	color: #242f3c;
}

ul.double-list > li {
	border-bottom: 1px solid #eee;
}

ul.double-list > li > .search-button, /* remove if nothing breaks */
.module-sub-header .search-button {
	float: right;
	/*border-left: 1px solid #ececec;*/
	padding: 18px 16px;
	background-image: url(../images/icon-magnifyglass-gray.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	height: 20px;
	width: 20px;
	display: inline-block;
}

ul.double-list > li:last-child {
	margin: 0;
	border-bottom: none;
}

ul.double-list.divider > li:last-child {
	border: 0;
	margin: 0;
}

ul.double-list > li > ul {
	display: none;
	padding: 10px 25px 0;
	/*margin: 5px 0 0; messes with dashboard page styles */
	border-top: 1px #ededed solid;
}

ul.double-list > li > ul > li {
	color: #242f3c;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 10px 0;
	background-image: none;
	padding: 0;
	text-transform: none;
	cursor: pointer;
}

.col1 > ul > li > ul > li a {
	color: #242f3c
}

.col1 > ul > li > ul > li:first-child {
	margin-top: 0;
}

.col1 > ul > li > ul {
	padding-top: 20px;
}

.col1 > ul li.empty {
	font-weight: 100;
	color: #5a6f85
}

ul.double-list .empty {
	cursor: default;
}

.col1 > ul li.empty a {
	color: #5a6f85;
	cursor: default;
}

ul.double-list > li > ul > li.add {
	background-image: url(../images/icon-plus-darkblue.png);
	background-repeat: no-repeat;
	background-position: left top 5px;
	text-indent: 15px;
}

.module-sub-sections {
	text-transform: none;
	font-size: 20px;
}

ul.double-list.module-sub-sections > li > ul {
	padding: 20px 25px 10px 40px;
}

.module-sub-sections > li:last-child > ul {
	border-top: 1px solid #ededed;
}

.module-sub-header {
	/*border-bottom: 1px solid #ededed;*/
}
.module-sub-sections > li:last-child .module-sub-header {
	border-bottom: 0;
}

.w66 {
	width: 63%;
	margin-right: 3.2%;
	display: inline-block;
}

.w33 {
	width: 33.3%;
	display: inline-block;
}

.w14 {
	width: 11%;
	margin: 0 3% 0 0;
	float: left;
	display: inline-block
}

.w16 {
	width: 14.6%;
	margin: 0 3% 0 0;
	float: left;
	display: inline-block
}

.w25 {
	width: 22%;
	margin: 0 3% 0 0;
	float: left;
	display: inline-block
}

.w50 {
	width: 48.5%;
	margin: 0 3% 0 0;
	float: left;
	display: inline-block
}

/*.w50:last-child {
	float: none;
	margin: 0;
}*/
.form-wrapper .w33 {
	width: 31.3%;
	margin: 0 3% 0 0;
	float: left;
	display: inline-block
}

/*.form-wrapper .w33:last-child {
	float: none;
	margin: 0;
}*/

.btn-light, .btn-dark {
    box-sizing: border-box;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 800;
    border-radius: 5px;
    background-color: #2877C0;
    padding: 8px 20px;
    height: 35px;
    display: inline-block;
    margin: 0 5px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    border: 0;
    font-weight: 300;
    behavior: url(/pie/PIE.htc);
}
.btn-dark {
	background-color: #5b738b;
}
.btn-light {
	background-color: #2877C0;
}
.form-wrapper .row li[class^="w"]:last-child {
	float: none;
	margin: 0
}

.row {
	clear: both
}

.form-wrapper form {
	color: #5b738b
}

.form-wrapper form h1 {
	display: inline-block;
	float: left;
	font-size: 20px;
	color: #345;
	font-weight: 600;
	margin: 0 0 10px 0;
}

.form-wrapper .row {
	margin: 10px 0 20px 0
}

.form-wrapper label {
	font-size: 13px;
	font-weight: 600;
	margin: 0 0 5px 0
}

.form-wrapper input[type="text"],
.form-wrapper input[type="email"],
.form-wrapper select {
	width: 100%;
	border: 1px solid #d6d6d6;
	height: 32px;
	background-color: #FFFFFF;
	margin: 5px 0;
	box-sizing: border-box;
	padding: 7px 5px;
	color: #444;
	font-size: 14px;
	-moz-box-sizing: border-box;
}

.btn-green {
	background-color: #1C8834;
	border: 1px solid #007b00;
	padding: 8px 16px;
	color: #FFF;
	font-weight: 500;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: inherit;
	height: inherit;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	cursor: pointer;
	text-transform: uppercase;
	margin: 15px 0 0 0;
	behavior: url(/pie/PIE.htc);
}

.btn-green.save {
	background-image: url(../images/icon-floppy-disk.png);
	background-repeat: no-repeat;
	background-position: left 7px center;
	text-indent: 18px;
	padding: 8px 8px 8px 16px;
	float: right;
}

/*input[value="Read"].btn-green {
	text-transform: uppercase;
	margin: 15px 0 0 0;
}*/

.circle-badge {
	position: relative;
	display: inline-block;
	border: 3px solid #EFEFEF;
	text-align: center;
	text-indent: 0;
	font-size: 13px;
	top: 0;
	margin: 0 10px 0 0
}

.form-nav {
	width: 210px;
	/*margin: 0 15px;*/
	float: left;
	position: absolute;
	left: 30px
}

.form-nav nav ul li {
	padding: 10px 0;
	border-top: 2px solid #EFEFEF;
	border-right: 2px solid #EFEFEF;
	border-left: 3px solid #EFEFEF;
	text-indent: -17px;
	font-weight: 300;
	font-size: 13px
}

.form-nav nav ul li:last-child {
	border-bottom: 2px solid #EFEFEF
}

div.form-wrapper {
	width: calc(100% - 250px);
	margin: 0 0 0 250px
}

.form-option {
	display: none
}

.form-option:nth-child(1) {
	display: block
}

/* Color Classes */
.bgc-alert {
	background-color: #eb0000
}

.bgc-light-group {
	background-color: #f0e282
}

.bgc-group {
	background-color: #e3c80f
}

.bgc-dark-group {
	background-color: #c9b10e
}

.emp-group-bg-color {
	background-color: #e3c80f;
}

.emp-group-bg-color-light {
	background-color: #f0e282;
}

.emp-group-shadow {
	-moz-box-shadow: 0 3px 0 #c9b10e;
	-webkit-box-shadow: 0 3px 0 #c9b10e;
	box-shadow: 0 3px 0 #c9b10e;
	behavior: url(/pie/PIE.htc);
}

.emp-group-border {
	border: 0;
	height: 3px;
	background-color: #e3c80f;
	margin: 10px 0;
	clear: both;
}

.module .emp-group-border {
	margin: 0;
}

.emp-group-border-top {
	border-top: 9px solid #e3c80f;
}

.dim {
	position: absolute;
	z-index: 99999;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	min-height: 160%;
	width: 100%;
	display: block;
}

.login table {
	width: 100%;
}

/*.login input[type=text] + input {
	margin-top: 5px;
	display: block;
}*/

.login label + input {
	margin-left: 10px;
	margin-bottom: 5px;
}

.login input[type=text], .login input[type=password] {
	min-width: 150px;
}

.login tr.inner-group-row td select:only-of-type,
.login tr.inner-group-row td input[type=text]:only-of-type,
.login tr.inner-group-row td input[type=email]:only-of-type,
.login tr.inner-group-row td textarea:only-of-type {
	width: 100%;
}

.login tr.inner-group-row .ui-datepicker-trigger {
	margin-left: -37px;
	height: 23px;
	border: 1px solid #ccc;
	padding: 5px;
	cursor: pointer;
}

.login tr.inner-group-row td {
  padding-bottom: 15px;
}

.login tr.inner-group-row td + td {
	padding-left: 25px;
}

.login tr.inner-group-row td:nth-last-child(4) ~ td:nth-child(3) {
  padding-left: 50px;
}

.login .center {
	margin-bottom: 20px;
}
.login label {
	vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
  min-width: 75px;
  display: inline-block;
}

.pop-up {
	background-color: #FFFFFF;
	border-radius: 5px;
	color: #334455;
	/*width: 50%;*/
	max-width: 960px;
	min-width: 250px;
	padding: 25px 25px;
/*	position: absolute;
	z-index: 999999;*/
	/*top: 5%;*/
	margin: 25px auto;
	/*left: 50%;*/
	behavior: url(/pie/PIE.htc);
}

.pop-up > h1 {
	text-align: center;
	font-size: 26px;
	padding-bottom: 15px;
	border-bottom: 3px solid #5b738b;
	margin-bottom: 30px;
	letter-spacing: 2px;
}

.pop-up .inner-wrapper {
	padding: 0 22px;
}
.pop-up .inner-wrapper > h1 {
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 22px;
	letter-spacing: .5px;
}

.pop-up form {
	background-color: #ededed;
	border-radius: 5px;
	padding: 30px 25px 25px;
	behavior: url(/pie/PIE.htc);
}

.pop-up form.single-field label {
	display: block;
	text-align: center;
	margin: 0 0 30px;
	font-size: 16px;
	font-weight: 100;
}

.pop-up form.single-field input[type="text"] {
	float: left;
	width: 250px;
	margin: 0;
}

.pop-up .close.center {
	margin-top: 22px;
}

.pop-up .close.top {
	position: absolute;
	top: 18px;
	right: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	height: 28px;
	width: 28px;
	background-color: #334455;
	background-image: url(../images/icon-close-white.png);
	background-repeat: no-repeat;
	background-position: center;
	behavior: url(/pie/PIE.htc);
}
.close {
	cursor: pointer;
}

.hide {
	display: none;
}

.center {
	margin: 0 auto;
	display: table;
}

.report .view-nav {
	background-color: #242f3c;
	/*height: 45px;*/
}
.view-nav ul {
	display: table;
	margin: 0 auto;
}
.view-nav ul li {
	display: inline-block;
	padding: 14px 18px;
	border-right: 1px solid #5b738b;
	cursor: pointer;
}
.view-nav ul li[class*='icon'] {
	padding: 14px 18px 14px 35px;
}
.view-nav ul li:first-child {
	border-left: 1px solid #5b738b;
}
.view-nav ul li a {
	font-weight: 500;
	font-size: 13px;
	color: #FFFFFF;
	padding: 5px 0;
}

select:not([name="amPm"]) {
	font-family: 'Roboto' sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 5px;
	-moz-border-radius: 0;
	background: url(../images/arrow-down-darkblue.png) no-repeat right 10px center;
	padding: 7px 30px 7px 5px;
	font-size: 14px;
	font-weight: 300;
	border: 1px solid #d6d6d6;
	text-indent: 0.01px;
	text-overflow: "";
	behavior: url(/pie/PIE.htc);
	box-sizing: border-box;
}

textarea {
	font-family: 'Roboto' sans-serif;
	border: 1px solid #d6d6d6;
	padding: 7px 30px 7px 5px;
	font-size: 14px;
	font-weight: 300;
	resize: none;
	box-sizing: border-box;
}

input {
	height: 35px;
	border: 1px solid #d6d6d6;
	box-sizing: border-box;
	vertical-align: top;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
	padding: 1px 5px;
	box-sizing: border-box;
}

select.long {
	width: 175px;
}

.report .action-nav select,
.report .action-nav input {
	height: 35px;
	border: 1px solid #5b738b;
	vertical-align: top;
}

.report .action-nav {
	background-color: #FFFFFF;
	padding: 10px 20px 5px;
	font-family: 'Roboto' sans-serif;
	font-weight: 300;
	vertical-align: middle;
	display: inline-block;
	width: 100%;
}

.report .action-nav .page-count {
	text-align: center;
	width: 180px;
	float: left;
	font-size: 14px;
	font-weight: 300;
	margin: 8px 0 0;
	line-height: 20px;
}

.report .action-nav .page-count b {
	font-weight: 500;
}

.report .page-nav {
	list-style: none;
	display: inline-block;
}

.report .page-nav li {
	color: #5b738b;
	cursor: pointer;
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
}

.report .page-nav li:nth-child(1):after,
.report .page-nav li:nth-child(4):after {
	content: '  ...  ';
}

.report .page-nav li:nth-child(3) {
	color: #242f3c;
	font-weight: 600;
	margin: 0 4px;
}

.report .action-nav .v-align {
	padding:10px 0;
	float: left;
}

.v-align span {
	display: inline-block;
	padding: 10px 0;
}

.report table {
	border-collapse: collapse;
	width: 100%;
	padding: 20px 0 0 0;
	border-top: 1px solid #5b738b;
	color: #345;
	font-size: 13px;
}

.report table td, table th {
	padding: 10px;
	text-align: center;
	line-height: 20px;
	vertical-align: middle;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

.report table th {
	background-color: #dddfe1;
	font-weight: bold;
	padding: 20px 10px;
	border-bottom: 1px solid #FFFFFF;
}
.report table tr:nth-child(even) {
	background-color: #f8f8f8;
}
.report table tr:nth-child(odd) {
	background-color: #efefef;
}
.report table td:first-child, .report table th:first-child {
	border-left: 0;
}
.report table td:last-child, .report table th:last-child {
	border-right: 0;
}
.report table td.id {
	font-weight: bold;
}
/* jQuery State Change Classes */
.bi-arrow-down-white {
	background-image: url(../images/arrow-down-white.png) !important;
	background-repeat: no-repeat;
}

.bi-arrow-left-white {
	background-image: url(../images/arrow-left-white.png) !important;
	background-repeat: no-repeat;
}

.bi-arrow-up-lightblue {
	background-image: url(../images/arrow-up-lightblue.png) !important;
	color: #259ee3;
	background-repeat: no-repeat;
}


#sidebar nav > ul > li.active {
	background-color: #259ee3;
}

/* Hover Effects */
:focus {
	outline: none
}

#sidebar nav > ul > li:hover {
	background-color: #259ee3
}

#sidebar nav > ul > li > ul > li:hover {
	background-color: #252f3b
}

#sidebar nav > ul > li > ul > li > a:hover {
	color: #FFF
}

.select-menu-btn:hover {
	cursor: pointer;
	/*background-image: url(../images/icon-menu-arrow-lightblue.png);*/
	background-color: #259EE3
}

.select-menu-btn:hover ~ input[type="text"] {
	border: 2px solid #259ee3
}

.select-menu-options li:hover {
	background-color: #259ee3;
	color: #FFF;
	cursor: pointer
}

#user:hover {
	background-color: #259ee3;
	cursor: pointer;
}

#user:hover + #user-options {
	display: block;
}

#user-options:hover {
	display: block;
	cursor: pointer;
}

#user-options:hover + #user {
	background-color: #259ee3;
}

#user-options li:hover + #user {
	background-color: #259ee3;
}

#user-options li:hover {
	background-color: #259ee3;
	color: #FFF;
}

.icon-settings:hover {
	background-image: url(../images/icon-gears-white.png);
}

.icon-profile:hover {
	background-image: url(../images/icon-user-white.png);
}

.icon-log-out:hover {
	background-image: url(../images/icon-onoff-white.png);
}

ul.module-sub-sections.double-list > li:hover {
	color: #242f3c;
}

td {
    vertical-align: middle;
}

table.middle-align tr td {
	  vertical-align: middle;
}

table.cell-spacing tr td + td {
	padding-left: 5px;
}

tr.spacer {
	height: 5px;
}

ul.double-list > li:hover,
ul.double-list ul > li:hover,
ul.double-list > li a:hover {
	color: #259ee3;
}
ul.double-list li.empty a:hover {
	color: #5a6f85;
	cursor: default;
}

.col1 .form-wrapper ul > li:hover {
	color: #5b738b;
	cursor: default;
}

#messages-badge:hover {
	color: #259EE3;
	cursor: pointer;
	background-image: url(../images/icon-mail-lightblue.png);
}

#messages-badge:hover span {
	background-color: #259EE3;
	cursor: pointer;
}

#safety-notice-badge:hover {
	color: #259EE3;
	cursor: pointer;
	background-image: url(../images/icon-alert-lightblue.png);
}

#safety-notice-badge:hover span {
	background-color: #259EE3;
	cursor: pointer;
}

#refresh-btn:hover {
	cursor: pointer;
	background-image: url(../images/icon-refresh-lightblue.png);
}

#help-btn:hover {
	cursor: pointer;
	background-image: url(../images/icon-help-lightblue.png);
}

#log-out-btn:hover {
	color: #259EE3;
	background-image: url(../images/icon-onoff-lightblue.png);
	cursor: pointer;
}
.form-nav li:hover .circle-badge{
	background-color: #259ee3;
	border: 3px solid #259ee3;
	color: #FFFFFF;
}
.form-option-btn.past .circle-badge {
	background-color: #334455;
	border: 3px solid #334455;
	color: #FFFFFF;
}
.form-option-btn.selected .circle-badge {
	background-color: #259ee3;
	border: 3px solid #259ee3;
	color: #FFFFFF;
}
.form-option-btn.selected {
	color: #259ee3;
	border-right: 0;
}
.form-option-btn {
	cursor: pointer;
}
.toggle-report:hover {
	background-color: #D1D1D1;
	color: #FFFFFF;
	-moz-box-shadow: 0 3px 0 #c8c8c8;
	-webkit-box-shadow: 0 3px 0 #c8c8c8;
	box-shadow: 0 3px 0 #c8c8c8;
	behavior: url(/pie/PIE.htc);
}
.toggle-report:active {
	background-color: #c8c8c8;
	color: #FFFFFF;
	-moz-box-shadow: inset 0 3px 0 #a8a8a8;
	-webkit-box-shadow: inset 0 3px 0 #a8a8a8;
	box-shadow: inset 0 3px 0 #a8a8a8;
	behavior: url(/pie/PIE.htc);
}

.btn-light:hover, .btn-dark:hover {
	box-shadow: inset 0 0 8px 0 #444;
	behavior: url(/pie/PIE.htc);
}

.view-nav ul li:hover {
	box-shadow: inset 0 0 10px 0 #000;
	behavior: url(/pie/PIE.htc);
}

#emp-group ul li:hover {
	 background-color: #259ee3;
	color: #FFF;
}

/* Footer */
footer {
	font-family: 'Roboto', sans-serif;
	width: 100%;
	background-color: #242f3c;
	height: 16px;
	color: #FFFFFF;
	padding: 12px 25px 12px 21px;
	font-size: 12px;
	font-weight: 300;
	position: fixed;
	bottom: 0;
	z-index: 999;
}

.footer-logo {
	height: 66px;
	width: 183px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/footer-logo.png);
	position: fixed;
	left: 21px;
	bottom: 75px;
}
/* Media Queries */

@media (max-width: 1400px) {

	#messages-badge p, #safety-notice-badge p {
		display: none;
	}
	#user span {
		display: none;
	}
	#user {
		background-image: url(../images/icon-user-white.png);
		background-repeat: no-repeat;
		background-position: center center;
	}

}

@media (max-width: 1380px) {
	.module h1 {
		max-width: 160px;
	}
}

@media (max-width: 1280px) {

	.col1 h1 {
		font-size: 22px;
		height: 22px;
	}

	.module h1 {
		height: auto;
	}

	.col1 h1 span {
		font-size: 12px;
	}

	.col1.submitter h1 {
		font-size: 18px;
		height: 18px;
	}

	.col1.submitter h1 + span {
		height: 38px;
	}

}

@media (max-width: 1230px) {
	.module h1 {
		max-width: 120px;
	}
}

/* at 1100px the main window can no longer fit 3 modules side by side. Change to 2 side by side.*/
@media (max-width: 1110px) {
/*	.col1 {
		width: 47%;
		margin: 0 1.5% 2.5%;
	}*/
}

@media (max-width: 1090px) {

	.search {
		margin-right: 5px;
	}

	.search form input[type="text"] {
		/*display: none;*/
		max-width: 175px;
		min-width: 100px;
	}

	#show-safety-notices {
		padding: 0;
		height: 27px;
		color: transparent;
		width: 49px;
	}

	.module-sub-header span {
		padding: 10px 0 10px 25px;
	}
	.module-sub-header .search-button {
		height: auto;
	}

	.module-group h1, .module h1 {
		font-size: 18px;
	}
	ul.double-list > li, ol.list li {
		font-size: 14px;
	}
	ul.double-list > li > ul > li {
		font-size: 12px;
	}
	.module-alert-new {
		font-size: 12px;
		padding: 6px 8px;
	}

}

@media (max-width: 960px) {

}

/* at 830px the main window can no longer fit 2 modules side by side. Change to width to 100% to fill area.*/
@media (max-width: 830px) {
	.col1 {
		width: 94%;
		margin: 0 3% 2.5%;
	}
}
