/*
@font-face {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-style: normal;
}
*/

@font-face {
	font-family: Museo;
	src: url("../font/Museo300-Regular.otf") format("opentype");
}

@font-face {
	font-family: Museo;
	font-weight: bold;
	src: url("../font/Museo700-Regular.otf") format("opentype");
}

@font-face {
	font-family: Roboto;
	src: url("../font/Roboto-Regular.ttf") format("truetype");
}

@font-face {
	font-family: Roboto;
	font-style: italic;
	src: url("../font/Roboto-Italic.ttf") format("truetype");
}

@font-face {
	font-family: Roboto;
	font-weight: bold;
	src: url("../font/Roboto-Bold.ttf") format("truetype");
}

body {
	margin: 0px;
	padding: 0px;
/*
        font-family: Arial, sans-serif;
        font-family: Tahoma, Geneva, sans-serif;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
*/
	font-family: Roboto, Arial, sans-serif;
	background-color: #F2F2F2;
/*	background-image: url('../images/efi-backdrop.png'), -webkit-linear-gradient(bottom, #406898 8%, #002068 100%);	*/
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	-webkit-box-orient: horizontal;
	-webkit-filter: none;
/*
	-webkit-animation-delay: 0.1s;
	-webkit-animation-name: fontfix;
	-webkit-animation-duration: 0.1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
*/
}

/*
@-webkit-keyframes fontfix {
	from { opacity: 1; }
	to   { opacity: 1; }
}
*/

h1, h2 {
	font: Museo, Arial, sans-serif;
}

.hide-x {
	overflow-x: hidden;
}

.hide-y {
	overflow-y: hidden;
}

h1 {
	font-weight: bold;
	font-size: 2em;
	padding: 2px;
	margin: 0px;
}

h2 {
	font-weight: bold;
	font-size: 1em;
	padding: 5px;
	margin: 0px;
}

h3 {
	font-weight: bold;
	font-size: 0.8em;
	padding: 8px;
	margin: 0px;
}

h4 {
	font-weight: bold;
	font-size: 2em;
	padding: 18px;
	margin: 0px;
}

p {
	padding: 2px 16px 2px 16px;
}

td {
	text-align: center;
}

input, textarea, select {
	font-family: Roboto, Arial, sans-serif;
}

input {
	border: 1px solid #A9A9A9;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

textarea, .text-area {
	border: 1px solid #A9A9A9;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}

.button-border {
/*	border: 1px solid #EEEEEE;	*/
}

.button-border-lite {
/*	border: 1px solid #EEEEEE;	*/
}

.button-border-inverted {
/*	border: 1px solid #EEEEEE;	*/
}

.button-border-inverted-lite {
/*	border: 1px solid #EEEEEE;	*/
}

.button-wrap {
/*	border: 1px solid #EEEEEE;	*/
	padding: 0px;
}

.button-disabled {
/*	border: 1px solid #EEEEEE;	*/
	border: 0px;
	background-color: #DDDDDD;
	color: #777777;
	font-weight: bold;
	padding: 10px;
	font-size: 1em;
}

.button {
/*	border: 1px solid #EEEEEE;	*/
	border: 0px;
	background-color: #009BD2;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px 20px 10px 20px;
	font-size: 1em;
	transition: background-color 300ms, color 300ms, box-shadow 300ms, -webkit-box-shadow 300ms;
}

.button:hover {
	transition: background-color 25ms, color 25ms, box-shadow 25ms, -webkit-box-shadow 25ms;
	box-shadow: 0px 3px 15px -4px #333333;
	-webkit-box-shadow: 0px 3px 15px -4px #333333;
}

.button:active {
/*	background-color: #003283;
	color: #FFFFFF;	*/
	background-color: #FFFFFF;
	color: #003283;
	box-shadow: 0px 1px 10px -4px #333333;
	-webkit-box-shadow: 0px 1px 10px -4px #333333;
}
	transition: background-color 25ms, color 25ms, box-shadow 25ms, -webkit-box-shadow 25ms;
}

#login-loading {
/*	background-image: url('../images/page-loading.gif');	*/
	background-image: url('../images/ellipsis.svg');
	background-position: 50% 25%;
	background-repeat: no-repeat;
}

#page-loading {
	z-index: 9998;
/*	background-image: url('../images/loading-shadow.png');	*/
	background-position: 50% 49%;
	background-repeat: no-repeat;
}

#page-loading-inner {
	height: 100%;
	width: 100%;
	z-index: 9999;
/*	background-image: url('../images/page-loading.gif');	*/
	background-image: url('../images/ellipsis.svg');
	background-position: 50% 52%;
	background-repeat: no-repeat;
	position: relative;
}

#index-loading-text, #index-loading-text-sub {
	width: 100%;
	position: absolute;
	z-index: 9999;
	font-weight: bold;
	color: #646468;
	text-align: center;
}

#index-loading-text {
/*	text-shadow: #BBBBBB 0px 2px 4px;	*/
	font-size: 0.7em;
	top: 56%;
}

#index-loading-text-sub {
/*	text-shadow: #BBBBBB 0px 3px 5px;	*/
	font-size: 0.6em;
	top: 60%;
}

#shade {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #000000;
	display: none;
	z-index: 9997;
/*
	background-image: url('../images/shade.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
*/
}

#notfound {
	height: 500px;
	background-image: url('../images/construction.png');
	background-repeat: no-repeat;
	background-position: 50% 0%;
}

#notfound h1 {
	color: #002068;
}

#login {
/*
	background-color: #2274BD;
	background-image: url('../images/bg-trans.png');
	background-position: 50% 50%;
*/
}

#login-logo {
	background-image: url('../images/supplier-portal.png');
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: 312px;
}

#credentials-wrapper {
	padding: 3px;
	background-color: #FFFFFF;
	width: 504px;
	margin-left: auto;
	margin-right: auto;
}

#credentials-container {
	position: absolute;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	top: 50%;
	left: 50%;
	margin-top: -70px;
	margin-left: -200px;
	color: #FFFFFF;
	font-size: 0.9em;
	text-align: center;
	background-color: #111111;
	background-image: url('../images/bgtile-lite.png'), -webkit-linear-gradient(bottom, #111111 0%, #222222 100%);
	background-repeat: repeat;
	border: 1px solid #FFFFFF;
	user-select: none;
	-webkit-box-shadow: 0px 8px 30px #888888;
	box-shadow: 0px 8px 30px #888888;
}

#credentials-container h1 {
	font: Museo, Arial, sans-serif;
}

#login-copyright {
	font-size: 0.6em;
}

#credentials {
	padding: 2px;
	width: 500px;
/*	color: #001057;	*/
	color: #FFFFFF;
	text-align: center;
	background-color: #222222;
	position: relative;
}

#credentials-glare {
	pointer-events: none;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0.4;
}

#credentials-glare-left {
	position: absolute;
	height: 68px;
	width: 40px;
	left: 0px;
	top: 0px;
	background-image: url('../images/login-glare-left.png');
	background-repeat: no-repeat;
}

#credentials-glare-right {
	position: absolute;
	height: 68px;
	width: 40px;
	left: 464px;
	top: 0px;
	background-image: url('../images/login-glare-right.png');
	background-repeat: no-repeat;
}

#credentials-glare-center {
	position: absolute;
	height: 46px;
	width: 424px;
	left: 40px;
	top: 0px;
	background-image: url('../images/login-glare-center.png');
	background-repeat: repeat-x;
}

#credentials-inner {
	width: 250px;
/*	height: 250px;	*/
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 0.9em;
}

#credentials-under {
	width: 600px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/login-shadow.png');
	background-repeat: no-repeat;
	background-position: bottom;
}

.a {
	background-color: #EAEAEA;
}

.b {
	background-color: #FAFAFA;
}

.white {
	background-color: #FFFFFF;
}

.a-lite {
	background-color: #F2F2F2;
}

.b-lite {
	background-color: #FDFDFD;
}

.c-extra, .c, .c-mid, .c-sub, .c-sub-sub, .c-sub-sub-sub, .c-lite {
	font-family: Museo, Arial, sans-serif;
	background-repeat: repeat-x;
	text-align: center;
	background-color: #646468;
	color: #EEEEEE;
}

.c-extra, .c, .c-mid {
	background-color: #646468;
}

.c-sub {
	background-color: #757579;
}

.c-sub-sub {
	background-color: #86868A;
}

.c-sub-sub-sub {
	background-color: #97979B;
}

.c-lite {
	color: #000000;
	background-color: #CACACE;
}

/*
.c-extra, .c, .c-mid {
	background-color: #646468;
	color: #D9D7D5;
}

.c-sub, .c-sub-sub, .c-sub-sub-sub {
	background-color: #D9D7D5;
	color: #646468;
}
*//*
.c-extra {
	background-color: #104676;
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-align: center;
}

.c {
	background-color: #003283;
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-align: center;
}

.c-mid {
	background-color: #598AB9;
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-align: center;
}

.c-sub {
	background-color: #7285B4;
	background-repeat: repeat-x;
	color: #000000;
	text-align: center;
}

.c-sub-sub {
	background-color: #8ACAC7;
	background-repeat: repeat-x;
	color: #000000;
	text-align: center;
}

.c-sub-sub-sub {
	background-color: #D9D7D5;
	background-repeat: repeat-x;
	color: #000000;
	text-align: center;
}
*/
.plus {
	padding: 2px;
}

.upped {
	font-size: 1.2em;
}

.complete {
	background-color: #00BB11;
}

#content {
	position: relative;
/*	overflow: hidden;	*/
}

#top-panel {
}

#bottom-panel {
	position: absolute;
	background-color: #FAFAFA;
	overflow-x: auto;
	overflow-y: hidden;
	z-index: 1;
}

.panel-loading {
/*	background-image: url('../images/panel-loading.gif');	*/
}

#bottom-panel-subholder {
	overflow-x: auto;
}

#bottom-panel-subholder-sticky {
	overflow: hidden;
	width: 320px;
	border-right: 1px solid #666666;
}

#bottom-panel-container {
	overflow: auto;
/*	background-image: url('../images/panel-loading.gif');	*/
	background-image: url('../images/ring.svg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#bottom-panel-sticky-container {
	width: 350px;
/*	background-image: url('../images/panel-loading.gif');	*/
	background-image: url('../images/ring.svg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#bottom-subpanel-sticky {
	overflow-y: auto;
	overflow-x: hidden;
}

#bottom-subpanel {
	overflow-y: auto;
	overflow-x: hidden;
}

#bottom-subpanel-container, #bottom-subpanel-sticky-container {
	overflow: auto;
}

#top-left {
	float: left;
	border-right: 1px solid #444444;
	background-color: #D9D7D5;
/*	background-image: url('../images/underlay-bottom.png'), -webkit-linear-gradient(bottom, #618AB9 0%, #7285B4 10%);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;	*/
	overflow: hidden;
}

.loading {
/*	background-image: url('../images/frame-loading.gif');	*/
	background-image: url('../images/ring.svg');
	background-position: center;
	background-repeat: no-repeat;
}

.dark-loading {
/*	background-image: url('../images/dark-frame-loading.gif');	*/
	background-image: url('../images/wheel.svg');
	background-position: center;
	background-repeat: no-repeat;
}

.dark-frame-loading {
/*	background-image: url('../images/dark-frame-loading.gif');	*/
	background-image: url('../images/wheel.svg');
	background-position: 50% 25%;
	background-repeat: no-repeat;
}

.light-loading {
/*	background-image: url('../images/light-loading.gif');	*/
	background-image: url('../images/wheel_light.svg');
	background-position: center;
	background-repeat: no-repeat;
}

#top-right {
	overflow: hidden;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
}

#frame-overlay {
	float: left;
/*	background-image: url('../images/frame-loading.gif');	*/
	background-image: url('../images/ring.svg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	display: none;
}

#hiddenpanel {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 20px;
	background-color: #CBDBEA;
	background-repeat: repeat-y;
	font-size: 1.1em;
	border-right: 1px solid #444444;
	padding-bottom: 0px;
	z-index: 1000;
}

#hiddenpanel:hover {
	cursor: pointer;
	background-color: #003283;
	color: #FFFFFF;
}

#logo {
	width: 200px;
	height: 67px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	cursor: pointer;
}

#version {
/*	color: #00529B;	*/
	color: #DDDDFF;
	font-size: 0.6em;
	padding: 2px;
	margin-top: -6px;
	text-align: center;
}

#side-header {
	width: 210px;
	text-align: center;
	font-size: 1em;
/*	background-image: url('../images/underlay.png'), -webkit-linear-gradient(bottom, #FFFFFF 60%, #628ABA 100%);	*/
	background-image: -webkit-linear-gradient(bottom, #739BCB 60%, #FFFFFF 100%);
/*	background-color: #FFFFFF;	*/
}

#side-header-panel {
	width: 202px;
	text-align: center;
	font-size: 0.7em;
	padding: 4px;
	color: #FFFFFF;
	background-image: url('../images/bgtile-xtralite.png');
	background-repeat: repeat;
}

#side-header-panel-container {
	background-color: #777777;
	background-repeat: repeat-x;
	border-bottom: 1px solid #444444;
}

#side-header-panel a {
	text-decoration: none;
	color: #AAAAFF;
}

#side-header-panel a:hover {
	color: #EEEEFF;
}

#side-panel {
	position: absolute;
	width: 210px;
	margin-right: 0px;
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 0.9em;
}

#side-panel-container {
	width: 210px;
	height: 400px;
	margin-right: 0px;
	overflow: hidden;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.side-panel-loading {
/*	background-image: url('../images/side-loading.gif');	*/
	background-image: url('../images/ring.svg');
	cursor: wait;
}

#pdfobject, #pdfobject-clone {
	position: absolute;
}

.system-entry {
	width: 100%;
	min-height: 28px;
}

.system-entry textarea {
	font-family: Arial, sans-serif;
	font-size: 1em;
	text-align: center;
	width: 99%;
	height: 99%;
}

.system-input {
	width: 98%;
}

.system00, .system01, .system02, .system03, .system04, .system05, .system06, .system07, .system08, .system09, .system10, .system11, .system12, .system13, .system14, .system15 {
	float: left;
	text-align: center;
	font-size: 0.9em;
	min-height: 16px;
	display: table-cell;
	vertical-align: middle;
	padding-top: 6px;
	padding-bottom: 4px;
	white-space: nowrap;
	overflow: hidden;
}

.system00 {
	width: 65px;
}

.system01 {
	width: 85px;
}

.system02 {
	width: 95px;
}

.system03 {
	width: 75px;
}

.system06 {
	width: 85px;
}

.system07 {
	width: 105px;
}

.system08 {
	width: 105px;
}

.system09 {
	width: 130px;
}

.system11 {
	padding-top: 4px;
	width: 407px;
}

.system12 {
	width: 85px;
}

.system13 {
	width: 85px;
}

.system14 {
	width: 85px;
}

.system15 {
	width: 105px;
}

.users-entry {
	width: 100%;
	min-height: 16px;
}

.users0, .users1, .users2, .users3, .users4, .users5 {
	float: left;
	text-align: center;
	font-size: 0.9em;
	min-height: 16px;
	display: table-cell;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 20%;
}

.users-text {
	padding-top: 4px;
	padding-bottom: 4px;
}

.common-text {
	padding-top: 4px;
	padding-bottom: 4px;
	overflow: hidden;
	white-space: nowrap;
}

.report-entry {
	width: 100%;
	min-height: 16px;
	overflow: hidden;
	transition: background-color 100ms, color 100ms;
}

.report-entry:hover {
	background-color: #003283;
	color: #FFFFFF;
	cursor: pointer;
	background-repeat: repeat-x;
	transition: background-color 25ms, color 25ms;
}

.report-entry-selected {
	background-color: #003283;
	color: #FFFFFF;
	background-repeat: repeat-x;
}

.report1, .report2, .report3, .report4, .report5, .report6, .report7, .report8, .report9, .report10 {
	float: left;
	text-align: center;
	font-size: 0.9em;
	min-height: 16px;
/*	display: table-cell;
	vertical-align: middle;	*/
	padding-top: 4px;
	padding-bottom: 4px;
}

.report1 {
	width: 50px;
}

.report2 {
	width: 100px;
}

.report3 {
	overflow: hidden;
}

.report4 {
	width: 100px;
}

.report5 {
	width: 100px;
}

.report6 {
	width: 100px;
}

.item-disabled {
	padding: 0px 0px 0px 5px;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #444444;
	background-color: #BBBBBB;
	background-repeat: repeat-x;
	color: #666666;
}

.item-header {
	padding: 0px 0px 0px 5px;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #F0F0F0;
/*	background-color: #D9D7D5;	*/
/*	background-color: #8ACAC7;	*/
	background-color: #BBBBBB;
	background-repeat: repeat-x;
	color: #000000;
	font-size: 1.2em;
}

.item-norm {
	width: 100%;
}

.item-touch {
	width: 205px;
}

.item-entry {
/*	width: 205px;	*/
	padding: 0px 0px 0px 5px;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #F0F0F0;
/*	border-bottom: 1px solid #444444;	*/
	cursor: pointer;
	background-color: #7285B4;
	background-repeat: repeat-x;
	z-index: 101;
	transition: background-color 100ms, color 100ms;
	font-size: 1.2em;
}

.item-entry:hover {
	transition: background-color 25ms, color 25ms;
}

.item-entry-bottom {
	border-top: 1px solid #F0F0F0;
	width: 100%;
}

.item-entry-selected-simple {
	background-repeat: repeat-x;
	background-color: #003283;
	color: #FFFFFF;
	border-top: 1px solid #444444;
	border-bottom: 1px solid #003283;
	z-index: 99;
}

.item-entry-selected-below {
	background-repeat: repeat-x;
}

.item-entry-selected-flat {
	background-image: none;
}

.item-entry-selected {
	background-color: #003283;
	color: #FFFFFF;
	border-top: 1px solid #444444;
	border-bottom: 0px;
	z-index: 99;
}

.item-subentry {
	font-size: 0.75em;
	font-weight: bold;
}

.item-subentry ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

.item-subentry li {
	padding: 3px 0px 3px 20px;
	cursor: pointer;
}
/*
.item-subentry li:hover {
	background-color: #729BCA;
}
*/
.item-subentry a {
	text-decoration: none;
	color: inherit;
}

.item-subentry-selected {
	background-color: #729BCA;
	background-repeat: repeat-x;
	cursor: default;
	border-top: 1px solid #555555;
	border-left: 1px solid #888888;
	border-bottom: 1px solid #AAAAAA;
	padding: 2px 0px 2px 19px !important;
}

.item-subsubentry {
	font-size: 0.9em;
	font-weight: bold;
}

.item-subsubentry-selected {
	background-color: #4179A9;
	background-repeat: repeat-x;
	cursor: default;
	border-top: 1px solid #555555;
	border-left: 1px solid #888888;
	border-bottom: 1px solid #AAAAAA;
	padding: 2px 0px 2px 19px !important;
}

.expander {
	font-family: monospace;
	font-size: 1.6em;
}

.dev {
	color: #FF9999;
}

.chart-tooltip {
	position: absolute;
	display: none;
	z-index: 9999;
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	padding: 5px;
	border: 1px solid #FFFFFF;
	-webkit-box-shadow: 0px 10px 35px #111111;
	box-shadow: 0px 10px 35px #111111;
	overflow: hidden;
}

.tooltip {
	position: absolute;
	display: none;
	z-index: 9999;
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	padding: 5px;
	border: 1px solid #FFFFFF;
	-webkit-box-shadow: 0px 10px 35px #111111;
	box-shadow: 0px 10px 35px #111111;
	overflow: hidden;
}

.tooltip-above, .tooltip-below {
	height: 12px;
	clear: both;
}

.tooltip-above-left, .tooltip-above-center, .tooltip-above-right, .tooltip-below-left, .tooltip-below-center, .tooltip-below-right {
	float: left;
}

.tooltip-above-left, .tooltip-above-center, .tooltip-above-right {
	height: 12px;
}

.tooltip-above-left {
	background-image: url('../images/tooltip-top-left.png');
	width: 14px;
}

.tooltip-above-center {
	background-image: url('../images/tooltip-top.png');
	background-repeat: repeat-x;
}

.tooltip-above-right {
	background-image: url('../images/tooltip-top-right.png');
	width: 14px;
}

.tooltip-below-left, .tooltip-below-center, .tooltip-below-right {
	height: 12px;
}

.tooltip-below-left {
	background-image: url('../images/tooltip-bottom-left.png');
	width: 14px;
}

.tooltip-below-center {
	background-image: url('../images/tooltip-bottom.png');
	background-repeat: repeat-x;
}

.tooltip-below-right {
	background-image: url('../images/tooltip-bottom-right.png');
	width: 14px;
}

.tooltip-right, .tooltip-left, .tooltip-main {
	float: left;
}

.tooltip-right, .tooltip-left {
	width: 14px;
	background-repeat: repeat-y;
}

.tooltip-left {
	background-image: url('../images/tooltip-left.png');
}

.tooltip-right {
	background-image: url('../images/tooltip-right.png');
}

.tooltip-main {
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	padding: 5px;
}

#tech-title {
	width: 100%;
	font-size: 0.8em;
	padding: 0px;
	background-color: #003283;
	background-image: -webkit-linear-gradient(65deg, #003283, #506392);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-family: Museo, Arial, sans-serif;
	height: 31px;
	overflow: hidden;
	white-space: nowrap;
}

#kpi-title {
	width: 100%;
	font-size: 0.8em;
	padding: 5px;
/*	background-color: #7285B4;	*/
	background-image: url('../images/banner_1.jpg');
	background-size: cover;
	background-position: center;
	color: #FFFFFF;
	text-shadow: 0px 0px 8px #000000;
	font-family: Museo, Arial, sans-serif;
	min-height: 60px;
}

#kpi-title h1 {
	font-size: 3em;
}

#kpi-title h2 {
	font-size: 1.8em;
}

.floor-title-small {
	left: 55px;
	top: -3px;
}

.floor-title-big {
	left: 55px;
	top: 47px;
}

#floor-title {
	position: absolute;
	color: #F0F0F0;
	font-family: Museo, Arial, sans-serif;
}

.legend-small {
/*	left: 20px;
	top: 555px;	*/
}

.legend-big {
/*	left: 70px;
	top: 605px;	*/
}

#legend {
	position: absolute;
	color: #FEFEFE;
	border: 2px solid #FEFEFE;
	background-color: #333333;
	background-image: url('../images/bgtile.png');
	background-repeat: repeat;
	padding: 5px;
}

#legend h1 {
	font-size: 1.4em;
	padding: 6px;
}

#legend h2 {
	padding: 1px;
	margin: 2px;
}

.legend-box {
	width: 18px;
	height: 18px;
	border: 2px solid #FEFEFE;
	margin: 4px;
}

#photo-page {
	background-color: #000000;
	color: #FFFFFF;
	width: 100%;
	font-size: 0.8em;
}

#metrics-title {
	width: 100%;
	height: 225px;
	font-size: 0.6em;
	padding: 5px;
	background-color: #7285B4;
	background-image: url('../images/banner_1.jpg');
	background-size: cover;
	background-position: center;
	color: #FFFFFF;
	text-shadow: 0px 0px 8px #000000;
	font-family: Museo, Arial, sans-serif;
	min-height: 200px;
}

#metrics-title h1 {
	font-size: 2.6em;
}

#metrics-page, #shipped-page {
	width: 100%;
	font-size: 0.8em;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url('../images/bgtile-xtralite.png');
	background-repeat: repeat;
	padding: 0px;
}

#metrics {
	position: absolute;
	top: 55px;
	left: 78px;
	width: 145px;
	font-size: 0.7em;
	font-weight: bold;
	color: #FEFEFE;
	border: 2px solid #FEFEFE;
	background-color: #333333;
	background-image: url('../images/bgtile.png');
	background-repeat: repeat;
	padding: 5px;
}

#metrics-table, #shipped-table {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

/*
#metrics-table td {
	border-bottom: 1px solid #000000;
}
*/

.metrics-table-cap {
	font-weight: bold;
}

#metrics-table h1, #shipped-table h1 {
	padding: 2px;
	font-size: 1.2em;
}

#metrics-table h2, #shipped-table h2 {
	padding: 2px;
	font-size: 1em;
}

#shipped-table {
	table-layout: fixed;
}

.shipped-item-entry {
	white-space: nowrap;
	overflow: hidden;
	padding: 2px 0px 2px 0px;
}

.shipped-item {
/*	cursor: pointer;	*/
}

.shipped-item-hover {
	background-color: #003283;
	color: #FFFFFF;
/*	cursor: pointer;	*/
	background-repeat: repeat-x;
}

.shipped-table-small, .shipped-table-big {
	cursor: pointer;
}

.shipped-table-small {
	width: 12%;
}

.shipped-table-smaller {
	width: 7%;
}

.shipped-table-big {
	width: 21%;
}

.metrics-table-head {
	width: 13%;
}

.metrics-table-small {
	width: 9.5%;
}

.metrics-table-center {
	width: 10%;
}

.metrics-table-big {
	width: 13%;
}

.metrics-chart-label {
	font-size: 1.1em;
	text-align: center;
	padding: 2px;
	font-weight: bold;
}

.label-white {
	color: #FFFFFF;
}

.label-black {
	color: #000000;
}

.left {
	float: left;
}

.left-pad {
	padding-left: 5px;
}

.right {
	float: right;
}

.right-pad {
	padding-right: 5px;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.font-center {
	text-align: center;
}

.clear {
	clear: both;
}

.pad {
	padding: 10px 0px 10px 0px;
}
/*
.shadow-sub, .shadow, .shadow-mid, .shadow-full {
	background-image: url('../images/bg-bottom.png');
	background-repeat: repeat-x;
}

.shadow-sub {
	background-position: 0% -34px;
}

.shadow {
	background-position: 0% -28px;
}

.shadow-mid {
	background-position: 0% -25px;
}

.shadow-full {
	background-position: 0% -20px;
	height: 50px;
}
*/

.shadow-sub {
	-webkit-box-shadow: 0px 12px 25px -15px #333333 inset;
	box-shadow: 0px 12px 25px -15px #333333 inset;
}

.shadow {
	-webkit-box-shadow: 0px 14px 25px -15px #333333 inset;
	box-shadow: 0px 14px 25px -15px #333333 inset;
}

.shadow-mid {
	-webkit-box-shadow: 0px 16px 25px -15px #333333 inset;
	box-shadow: 0px 16px 25px -15px #333333 inset;
}

.shadow-full {
	-webkit-box-shadow: 0px 25px 35px -25px #333333 inset;
	box-shadow: 0px 25px 35px -25px #333333 inset;
	height: 50px;
}

.bar {
	background-repeat: repeat-x;
}

.bar-heavy {
	background-repeat: repeat-x;
}

.bar-lite {
	background-repeat: repeat-x;
}

.bar-in {
	background-repeat: repeat-x;
}

.bar-in-lite {
	background-repeat: repeat-x;
}

.bar-in-lite-small {
/*	background-image: url('../images/bg-bottom.png');
	background-repeat: repeat-x;
	background-position: 0% -30px;
*/	-webkit-box-shadow: 0px 14px 25px -15px #333333 inset;
	box-shadow: 0px 14px 25px -15px #333333 inset;
}

.bar-shiny {
	background-repeat: repeat-x;
}

.bar-shiny-tall {
	background-repeat: repeat-x;
}

.bar-2 {
	background-repeat: repeat-x;
}

.bar-bottom {
	background-repeat: repeat-x;
	background-position: bottom;
}

.bar-lite-bottom {
	background-repeat: repeat-x;
	background-position: bottom;
}

.bar-lite-bottom-lower {
	background-repeat: repeat-x;
	background-position: bottom;
}

.bar-border {
/*
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #555555;
*/
	border: 1px solid #FFFFFF;
}

.bar-border-dark {
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #444444;
}

.time-container {
	padding: 2px;
	margin-top: 4px;
	margin-right: 28px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}

.time-container-inverted {
	padding: 2px;
	margin-top: 4px;
	margin-right: 28px;
	background-color: #FFFFFF;
}

.time {
	color: #F6F6F6;
	text-shadow: none;
	font-size: 0.75em;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	background-repeat: repeat-x;
}

.time-inverted {
	color: #FFFFFF;
	text-shadow: none;
	font-size: 0.75em;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	background-repeat: repeat-x;
}

.green {
	background-color: #3BAF04;
}

.green-task {
	background-color: #4CBF15;
}

.yellow {
	background-color: #EEE100;
}

.red-back {
	background-color: #DD2222;
}
/*
.red-task {
	background-color: #EEAC00;
}
*/
.red, .red-task {
	background-color: #F16001;
}

.grey {
/*	background-color: #ECEEEB; */
	background-color: #DBDDDA;
}

.offset {
	top: -50px;
	left: -50px
}

.container-small {
/*	width: 1650px;
	height: 775px;	*/
}

.container-big {
/*	width: 1850px;
	height: 875px;	*/
}

#container-wrapper {
	position: relative;
	background-color: #F2F2F2;
/*	background-image: url('../images/efi-backdrop.png'), -webkit-linear-gradient(bottom, #406898 8%, #002068 100%);	*/
	background-position: center;
/*	background-attachment: fixed;	*/
	background-repeat: no-repeat;
}

#container {
	position: relative;
	cursor: url('../images/openhand.gif'), url('../images/openhand.cur'), default;
}

#container-wrapper.dragging, #container-wrapper.dragging * {
	cursor: url('../images/closedhand.gif'), url('../images/closedhand.cur'), default !important;
	cursor: -moz-grabbing !important;
}

.green-border {
/*	border-color: #3BAF04;	*/
	border-color: #22DD22;
}

.yellow-border {
	border-color: #EEE100;
}

.orange-border {
	border-color: #EEAC00;
}

.red-border {
/*	border-color: #EB4518; */
	border-color: #F16001;
}

.grey-border {
/*	border-color: #ECEEEB; */
	border-color: #DBDDDA;
}

.blue-border {
	border-color: #94BDFF;
}

.space {
	position: absolute;
	width: 171px;
	height: 71px;
	border: 4px dashed #E0E0E0;
	color: #E0E0E0;
	text-align: center;
}

.tile-inner-bottom {
	height: 1px;
	width: 160px;
	margin-left: -2px;
	background-color: #DDDDDD;
}

.tile-inner-container {
	height: 69px;
	width: 169px;
	background-image: url('../images/bg-bottom-dark.png');
	background-repeat: repeat-x;
	background-position: 0% 0px;
}

.tile-inner {
	cursor: pointer;
	background-image: url('../images/GS3200.png');
	color: #FFFFFF;
	height: 55px;
	width: 155px;
	border-width: 5px;
	border-style: solid;
	font-size: 0.7em;
	padding: 2px;
	overflow: hidden;
	font-weight: bold;
	z-index: 5;
}

.tile-good {
	background-color: #007700;
}

.legend-good, .calendar-good, .notify-good, .button-good:active {
	background-color: #009900;
}

.tile-bad {
	background-color: #CC0000;
}

.legend-bad, .calendar-bad, .notify-bad, .button-bad:active {
	background-color: #DD0000;
}

.tile-okay {
	background-color: #B2B200;
}

.notify-neutral, .legend-okay {
	background-color: #D4D400;
}

.good-bg {
	background-color: #00FF00;
}

.good-bg-lite {
	background-color: #88FF88;
}

.good-alt-bg {
	background-color: #00DD00;
}

.good-alt-bg-lite {
	background-color: #88DD88;
}

.ok-bg {
	background-color: #FFDD00;
}

.ok-bg-lite {
	background-color: #FFEE88;
}

.bad-bg {
	background-color: #FF0000;
}

.bad-bg-lite {
	background-color: #FF8888;
}

.bad-alt-bg {
	background-color: #EE0000;
}

.bad-bg-lite-a {
	background-color: #DD2222;
}

.bad-bg-lite-b {
	background-color: #EE3333;
}

.tile-neutral {
	background-color: #333333;
}

.tile-above, .tile-below {
	width: 179px;
	height: 5px;
	clear: both;
}

.tile-above-left, .tile-above-center, .tile-above-right {
	float: left;
	height: 5px;
}

.tile-above-left {
	background-image: url('../images/top-left.png');
	width: 5px;
}

.tile-above-center {
	background-image: url('../images/top.png');
	background-repeat: repeat-x;
	width: 169px;
}

.tile-above-right {
	background-image: url('../images/top-right.png');
	width: 5px;
}

.tile-below-left, .tile-below-center, .tile-below-right {
	float: left;
	height: 5px;
}

.tile-below-left {
	background-image: url('../images/bottom-left.png');
	width: 5px;
}

.tile-below-center {
	background-image: url('../images/bottom.png');
	background-repeat: repeat-x;
	width: 169px;
}

.tile-below-right {
	background-image: url('../images/bottom-right.png');
	width: 5px;
}

.tile-left, .tile-right, .tile-left-frame, .tile-right-frame {
	width: 5px;
	float: left;
	background-repeat: repeat-y;
}

.tile-left, .tile-right {
	height: 69px;
}

.tile-left-frame, .tile-right-frame {
	height: 36px;
}

.tile-left, .tile-left-frame {
	background-image: url('../images/left.png');
}

.tile-right, .tile-right-frame {
	background-image: url('../images/right.png');
}

.tile-main {
	float: left;
	position: relative;
}

.tile-cover {
	position: absolute;
	z-index: 10;
	height: 69px;
	width: 169px;
	background-image: url('../images/180-overlay-strong.png');
	background-position: center;
	cursor: pointer;
}

.bg-above, .bg-below {
	height: 50px;
}

.bg-above-left, .bg-above-left-buffer, .bg-above-center, .bg-above-right-buffer, .bg-above-right {
	float: left;
	height: 50px;
}

.bg-above-left {
	background-image: url('../images/bg-top-left.png');
	width: 125px;
}

.bg-above-center {
	background-image: url('../images/bg-top.png');
	background-repeat: repeat-x;
}

.bg-above-right {
	background-image: url('../images/bg-top-right.png');
	width: 125px;
}

.bg-below-left, .bg-below-left-buffer, .bg-below-center, .bg-below-right-buffer, .bg-below-right {
	float: left;
	height: 50px;
}

.bg-below-left {
	background-image: url('../images/bg-bottom-left.png');
	width: 125px;
}

.bg-below-center {
	background-image: url('../images/bg-bottom.png');
	background-repeat: repeat-x;
}

.bg-below-right {
	background-image: url('../images/bg-bottom-right.png');
	width: 125px;
}

.bg-left, .bg-right {
	width: 50px;
	float: left;
}

.bg-left-middle, .bg-right-middle {
	width: 50px;
	background-repeat: repeat-y;
}

.bg-left-above, .bg-left-below, .bg-right-above, .bg-right-below {
	width: 50px;
	height: 75px;
}

.bg-left-above {
	background-image: url('../images/bg-left-top.png');
}

.bg-left-middle {
	background-image: url('../images/bg-left.png');
}

.bg-left-below {
	background-image: url('../images/bg-left-bottom.png');
}

.bg-right-above {
	background-image: url('../images/bg-right-top.png');
}

.bg-right-middle {
	background-image: url('../images/bg-right.png');
}

.bg-right-below {
	background-image: url('../images/bg-right-bottom.png');
}

.bg-main {
	float: left;
}

.bad {
	color: #FF8888;
	font-weight: bold;
}

/* calendar */
table.calendar {
	border-left: 1px solid #999999;
	width: 100%;
}

tr.calendar-row	{
}

.first-row {
/*	background-image: url('../images/bar-in.png');
	background-repeat: repeat-x;
	background-position: 0px -12px;	*/
}

td.calendar-day	{
	height: 100px;
	font-size: 11px;
	position: relative;
	vertical-align: top;
}

* html div.calendar-day {
	height: 100px;
}
/*
td.calendar-day:hover {
	background: #ECEFF5;
	cursor: pointer;
}
*/
td.calendar-day p {
	padding: 2px;
	margin: 0px;
	font-size: 1em;
}

td.calendar-day-np {
	background: #DDDDDD;
	min-height: 180px;
}

* html div.calendar-day-np {
	height: 180px;
}

td.calendar-day-head {
/*	background: #CCCCCC;	*/
	font-weight: bold;
	text-align: center;
	width: 160px;
	padding: 5px;
/*	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #999; */
}

div.day-number {
	z-index: 100;
	background: #AAAAAA;
	padding: 3px;
	color: #FFFFFF;
	font-weight: bold;
	float: right;
/*	margin: -5px -5px 0 0;	*/
	position: absolute;
	right: 0px;
	top: 0px;
	width: 20px;
	text-align: center;
	font-size: 1.2em;
	background-repeat: repeat-x;
}

/* shared */
td.calendar-day, td.calendar-day-np {
/*	height: 100px;	*/
	width: 160px;
	padding: 5px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

.today {
	background-color: #CFCFFF;
}

.day-passed {
	background-image: url('../images/bgtile-lite.png');
	background-repeat: repeat;
}

#calendar-title {
	background-color: #7285B4;
	background-image: url('../images/banner_1.jpg');
	background-size: cover;
	background-position: center;
	color: #FFFFFF;
	text-shadow: 0px 0px 8px #000000;
	font-family: Museo, Arial, sans-serif;
	min-height: 200px;
}

#calendar-title h1 {
	font-size: 2.6em;
}

#calendar-title h2 {
	font-size: 1.4em;
	padding-top: 6px;
}

.calendar-link {
	cursor: pointer;
	padding: 5px;
}

.calendar-item {
	border: 1px solid #EEEEEE;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px;
	margin: 2px;
	z-index: 99;
	transition: background-color 500ms;
}

.calendar-item:hover {
	cursor: pointer;
	transition: background-color 50ms;
}

.calendar-item-shade {
	border: 2px dashed #888888;
/*	background-color: #CCCCCC;	*/
	color: #888888;
	font-weight: bold;
	padding: 2px;
	margin: 2px;
	z-index: 99;
	transition: background-color 500ms;
}

.calendar-item-shade:hover {
	cursor: pointer;
	transition: background-color 50ms;
}

.calendar-item-highlight {
	background-color: #003283;
}

.calendar-item-shade-highlight {
	background-color: #7285B4;
	border: 2px dashed #222222;
	background-repeat: repeat-x;
	color: #222222;
}

/*
.calendar-bad {
	background-color: #CC0000;
}

.calendar-good {
}
*/

#image-panel {
	position: absolute;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	z-index: 9999;
	padding: 10px;
	width: 862px;
	height: 602px;
	background-color: #111111;
	background-image: url('../images/bgtile-lite.png'), -webkit-linear-gradient(bottom, #111111 0%, #222222 100%);
	background-repeat: repeat;
	border: 1px solid #FFFFFF;
	user-select: none;
}

#image-prev {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 30px;
	height: 602px;
	background-image: url('../images/left-button-in.png');
	background-position: 0% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}

#image-panel-inner {
	position: relative;
}

#image-next {
	position: absolute;
	left: 832px;
	top: 0px;
	width: 30px;
	height: 602px;
	background-image: url('../images/right-button-in.png');
	background-position: 100% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}

#image-close {
	position: absolute;
	left: 855px;
	top: -25px;
	width: 38px;
	height: 34px;
	background-image: url('../images/close.png');
	cursor: pointer;
}

#image-link {
	position: absolute;
	left: 30px;
	top: 0px;
}

#image-frame-container {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 600px;
	overflow: hidden;
	display: block;
}

#image-frame {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	max-height: 600px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #888888;
	border-right: 1px solid #888888;
	border-left: 1px solid #888888;
/*	background-image: url('../images/video-loading.gif');	*/
	background-image: url('../images/ring_light.svg');
	background-position: center;
	background-repeat: no-repeat;
	cursor: zoom-in;
}

#notification-panel {
	position: absolute;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	z-index: 9998;
	top: -100px;
	width: 100%;
}

#hard-notification-panel {
	position: absolute;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	z-index: 9998;
	top: 0px;
	width: 100%;
}

#notification-bar, #hard-notification-bar {
	z-index: 9999;
}

#notification-panel-below, #hard-notification-panel-below {
	width: 100%;
	height: 50px;
/*	background-image: url('../images/bg-bottom.png');
	background-repeat: repeat-x;
*/	-webkit-box-shadow: 0px 14px 25px -15px #333333 inset;
	box-shadow: 0px 14px 25px -15px #333333 inset;
	z-index: 9998;
	pointer-events: none;
}

#input-panel {
	position: absolute;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	z-index: 9998;
	height: 342px;
	width: 100%;
	top: -402px;
}

#input-panel-below {
	width: 100%;
	height: 50px;
/*	background-image: url('../images/bg-bottom.png');
	background-repeat: repeat-x;
*/	-webkit-box-shadow: 0px 14px 25px -15px #333333 inset;
	box-shadow: 0px 14px 25px -15px #333333 inset;
}

#input-text {
	width: 100%;
	height: 282px;
	font-size: 1.1em;
}

body.isomething #container {
/*	background-color: #00529B;
	-webkit-background-size: 1350px 775px;	*/
}

#bottom-bar, #bottom-bar-sticky {
	cursor: pointer;
}

.bottom-bar-hover {
	background-color: #528ABA;
}

#bottom-bar-clicked {
	background-color: #528ABA;
}

.edited, .edited-in {
	background-color: #BBBBFF;
	background-repeat: repeat-x;
}

.highlight, .highlight-in {
	background-color: #EEEE44;
	background-repeat: repeat-x;
}

.highlight-a {
	background-color: #DEDE34;
	background-repeat: repeat-x;
}

.highlight-b {
	background-color: #EEEE44;
	background-repeat: repeat-x;
}

.highlight, .highlight-a, .highlight-b, .edited {
}

.highlight-in, .edited-in {
}

.escalated {
	background-color: #44EE44;
	background-repeat: repeat-x;
}

.frequent, .frequent-in {
	background-color: #FF2222;
	background-repeat: repeat-x;
}

.frequent-a {
	background-color: #EF1212;
	background-repeat: repeat-x;
}

.frequent-b {
	background-color: #FF2222;
	background-repeat: repeat-x;
}

.frequent, .frequent-a, .frequent-b {
}

.frequent-in {
}

.tickLabel {
	color: #FFFFFF;
	font-weight: bold;
}

.legend {
	color: #FFFFFF;
	background-color: #333333;
}

.legendLabel {
	color: #FFFFFF;
	font-weight: bold;
}

#chartarea {
	width: 100%;
}

.chart-container {
	width: 100%;
	font-size: 0.8em;
	color: #000000;
	background-color: #DDDDFF;
	background-image: url('../images/bgtile-xtralite.png');
	background-repeat: repeat;
	padding: 0px;
}

.chart-container .tickLabel {
	color: #000000;
	font-weight: bold;
}

.placeholder {
	padding: 0px;
}

.full {
	width: 100%;
}

.half {
	width: 50%;
}

.third {
	width: 33%;
}

.dot-tile {
	background-image: url('../images/dot-tile.png');
	background-repeat: repeat;
}

.diag-tile {
	background-image: url('../images/bgtile-xtralite.png');
	background-repeat: repeat;
}

.diag-tile-heavy {
	background-image: url('../images/bgtile.png');
	background-repeat: repeat;
}

.panel-tile {
	background-image: url('../images/panel-tall.png');
	background-repeat: repeat-x;
	background-position: 0px -4px;
}

.etch-tile {
	background-image: url('../images/etched.png');
	background-repeat: repeat;
}

.sort {
	cursor: pointer;
}

.task-pos {
	position: absolute;
	left: 0px;
	background-repeat: repeat-x;
	height: 31px;
}

.form-entry {
	min-height: 22px;
	font-size: 1em;
}

.form-subitem {
	padding-top: 5px;
	padding-bottom: 2px;
}

.form-expand {
	width: 40px;
	text-align: center;
	font-weight: bold;
}

.form-order {
	width: 50px;
	text-align: center;
	font-weight: bold;
}

.form-critical {
	color: #FFFFFF;
	background-color: #DD0000;
}

.form-task {
	text-align: left;
}

.form-check {
	width: 70px;
	text-align: center;
	font-weight: bold;
}

.form-vap {
	width: 75px;
	text-align: center;
	font-size: 0.8em;
}

.form-drawing {
	width: 75px;
	text-align: center;
	font-size: 0.8em;
}

.form-data {
	text-align: center;
}

.form-fixture {
	width: 115px;
	text-align: center;
	font-size: 0.8em;
}

.form-range {
	width: 75px;
	text-align: center;
	font-size: 0.8em;
}

.form-inspected {
	width: 70px;
	text-align: center;
	font-weight: bold;
}

.subtask-data {
	width: 90%;
	text-align: center;
}

.non-expanding {
	height: 36px;
}

.nowrap {
	white-space: nowrap;
}

#checkout-overlay {
	color: #FFFFFF;
	background-color: #111111;
	display: none;
	z-index: 1000;
	position: absolute;
	text-align: center;
}

.cam-above, .cam-below {
	width: 40px;
	height: 5px;
	clear: both;
}

.cam-above-left, .cam-above-center, .cam-above-right {
	float: left;
	height: 5px;
}

.cam-above-left {
	background-image: url('../images/top-left.png');
	width: 5px;
}

.cam-above-center {
	background-image: url('../images/top.png');
	background-repeat: repeat-x;
	width: 30px;
}

.cam-above-right {
	background-image: url('../images/top-right.png');
	width: 5px;
}

.cam-below-left, .cam-below-center, .cam-below-right {
	float: left;
	height: 5px;
}

.cam-below-left {
	background-image: url('../images/bottom-left.png');
	width: 5px;
}

.cam-below-center {
	background-image: url('../images/bottom.png');
	background-repeat: repeat-x;
	width: 30px;
}

.cam-below-right {
	background-image: url('../images/bottom-right.png');
	width: 5px;
}

.cam-left, .cam-right {
	width: 5px;
	height: 30px;
	float: left;
	background-repeat: repeat-y;
}

.cam-left {
	background-image: url('../images/left.png');
}

.cam-right {
	background-image: url('../images/right.png');
}

.cam-main {
	float: left;
	background-color: #333333;
	background-image: url('../images/bgtile.png');
	background-repeat: repeat;
}

.cam-inner {
	cursor: pointer;
	background-image: url('../images/cam.png');
	width: 30px;
	height: 30px;
}

.selected {
	background-color: #003283;
	color: #FFFFFF;
/*	font-weight: bold;	*/
}

.camselect {
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #888888;
	border-right: 1px solid #888888;
	border-left: 1px solid #888888;
}

.camselect-selected {
	border: 1px solid #FFFFFF;
	cursor: pointer;
}

.photo-tile-container {
	width: 130px;
	height: 130px;
	float: left;
	position: relative;
}

.photo-tile {
	width: 110px;
	height: 110px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #888888;
	border-right: 1px solid #888888;
	border-left: 1px solid #888888;
/*	float: left;
	margin: 10px;	*/
	left: 10px;
	top: 10px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	font-weight: bold;
	color: #000000;
	background-color: #DDDDFF;
	position: absolute;
}

.photo-tile-selected {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #003283;
}

.page-curr {
	border: 1px solid #FFFFFF;
	background-color: #222222;
}

.tech-button, .tech-spacer {
	height: 31px;
	float: left;
	background-repeat: repeat-x;
	background-color: rgba(255,255,255,0.2);
	color: #222222;
	font-weight: bold;
	margin-right: 0px;
	cursor: pointer;
	user-select: none;
	padding-top: 5px;
}

.tech-button:hover {
	color: #FFFFFF;
	background-color: rgba(255,255,255,0);
}

.tech-button-selected {
	height: 30px;
	float: left;
	color: #FFFFFF;
	background-color: none;
	background-repeat: repeat-x;
	font-weight: bold;
	cursor: default;
	padding-top: 5px;
}

.tech-button-small {
	width: 13%;
}

.tech-button-big {
	width: 13%;
}

#tech-splitter {
	background-color: #003283;
	background-image: -webkit-linear-gradient(65deg, #003283, #506392);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-align: center;
	height: 6px;
}

#lock-button {
	width: 9%;
	height: 31px;
	float: left;
	background-color: rgba(255,255,255,0.2);
	color: #222222;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	user-select: none;
	padding-top: 5px;
}

#lock-button:hover {
	color: #FFFFFF;
	background-color: rgba(255,255,255,0);
}

#lock-img {
	width: 30px;
	height: 26px;
}

#frame-holder {
/*	background-image: url('../images/video-loading.gif');	*/
	background-image: url('../images/ring_light.svg');
	background-position: center;
	background-repeat: no-repeat;
}
/*
.tech-iframe {
	position: absolute;
	left: 0px;
	top: 0px;
}
*/
.video-loading {
/*	background-image: url('../images/video-loading.gif');	*/
	background-image: url('../images/ring_light.svg');
	background-position: center;
	background-repeat: no-repeat;
}

#pin-panel {
	position: absolute;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	z-index: 9999;
	padding: 10px;
	width: 200px;
	height: 90px;
	background-color: #111111;
	background-image: url('../images/bgtile-lite.png'), -webkit-linear-gradient(bottom, #111111 0%, #222222 100%);
	background-repeat: repeat;
	border: 1px solid #FFFFFF;
	-webkit-box-shadow: 0px 12px 45px #111111;
	box-shadow: 0px 12px 45px #111111;
}

#search-panel {
	position: absolute;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	z-index: 9999;
	padding: 10px;
	width: 740px;
	height: 70px;
	background-color: #111111;
	background-image: url('../images/bgtile-lite.png');
	background-repeat: repeat;
	border-bottom: 2px solid #CCCCCC;
	border-top: 2px solid #888888;
	border-right: 2px solid #888888;
	border-left: 2px solid #888888;
	font-size: 3.5em;
}

.board-tile {
	color: #FFFFFF;
	z-index: 9999;
	border-bottom: 4px solid #CCCCCC;
	border-top: 4px solid #666666;
	border-right: 4px solid #888888;
	border-left: 4px solid #888888;
}

#division-panel {
	position: absolute;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	z-index: 9999;
	padding: 0px;
}

#msg-panel {
	position: absolute;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	z-index: 9999;
	padding: 10px;
	background-color: #111111;
	background-image: url('../images/bgtile-lite.png'), -webkit-linear-gradient(bottom, #111111 0%, #222222 100%);
	background-repeat: repeat;
	border: 1px solid #FFFFFF;
	-webkit-box-shadow: 0px 12px 45px #111111;
	box-shadow: 0px 12px 45px #111111;
}

#settings-panel {
	position: absolute;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	z-index: 9999;
	padding: 10px;
	background-color: #111111;
	background-image: url('../images/bgtile-lite.png'), -webkit-linear-gradient(bottom, #111111 0%, #222222 100%);
	background-repeat: repeat;
	border: 1px solid #FFFFFF;
	-webkit-box-shadow: 0px 12px 45px #111111;
	box-shadow: 0px 12px 45px #111111;
}

#time-tracker-panel {
	position: absolute;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	z-index: 9999;
	padding: 10px;
	background-color: #111111;
	background-image: url('../images/bgtile-lite.png'), -webkit-linear-gradient(bottom, #111111 0%, #222222 100%);
	background-repeat: repeat;
	border: 1px solid #FFFFFF;
	-webkit-box-shadow: 0px 12px 45px #111111;
	box-shadow: 0px 12px 45px #111111;
}

.time-bucket-button {
	margin: 5px;
	border: 1px dashed #FFFFFF;
	width: 140px;
	color: #FFFFFF;
	background-color: #111111;
	font-weight: bold;
	padding: 10px;
	font-size: 1em;
	transition: background-color 300ms, color 300ms, box-shadow 300ms, -webkit-box-shadow 300ms;
	cursor: pointer;
}

.time-bucket-button:hover {
	background-color: #FFFFFF;
	color: #111111;
	transition: background-color 25ms, color 25ms, box-shadow 25ms, -webkit-box-shadow 25ms;
	box-shadow: 0px 3px 15px -4px #333333;
	-webkit-box-shadow: 0px 3px 15px -4px #333333;
}

.time-bucket-button-checked {
	background-color: #009900;
}

.time-bucket-button-checked:hover {
	background-color: #DD0000;
	transition: background-color 25ms;
}

#ix-reload, #history-reload, #agile-reload, #email-reload, #docs-reload {
	cursor: pointer;
}

.block-hover {
	background-color: #7285B4;
}

.block-separator {
	height: 35px;
	width: 0px;
	border-right: 1px dashed #FFFFFF;
}

#video {
	width: 640px;
	height: 480px;
	background-color: #000000;
/*	background-image: url('../images/video-loading.gif');	*/
	background-image: url('../images/ring_light.svg');
	background-position: center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #888888;
	border-right: 1px solid #888888;
	border-left: 1px solid #888888;
}

.page-change-hover {
	border: 1px solid #DDDDDD;
}

.add-opp {
/*	background-color: #8ACAC7;	*/
	background-color: #D9D7D5;
}

.empty-gemba-item {
	border: 1px solid #BBBBBB;
	color: #999999;
	text-shadow: none;
}

.full-gemba-item {
}

.gemba-item-inner-line {
	border-bottom: 1px solid #DDDDDD;
	background-repeat: repeat-x;
}

.full-gemba-item-lite {
}

.gemba-item-inner-line-lite {
	border-bottom: 1px solid #EEEEEE;
	background-repeat: repeat-x;
}

.attached-user {
	background-color: #003283;
}

.user-search-result {
	background-color: #003283;
	color: #FFFFFF;
	transition: background-color 500ms;
}

.user-search-result:hover {
	transition: background-color 50ms;
}

.cas-item, .cas-subsystem, .cas-part, .cas-problem, .cas-action, .cas-resolved, .cas-start {
	float: left;
}

.cas-item {
	width: 100px;
	padding-top: 3px;
}

.cas-hour, .cas-min, .cas-month, .cas-day, .cas-year {
	text-align: center;
}

#console {
	width: 100%;
	height: 215px;
	position: absolute;
	top: -215px;
	left: 0px;
	z-index: 10000;
	overflow: hidden;
	pointer-events: none;
}

#console-text {
	background-color: #000000;
	color: #FFFFFF;
	width: 100%;
	height: 150px;
	overflow: auto;
	font-size: 1.1em;
	font-weight: bold;
	font-family: monospace;
	padding: 0px 10px 10px 25px;
	pointer-events: auto;
}

#console-export, #console-close {
	font-size: 0.8em;
	position: absolute;
	pointer-events: auto;
	top: 10px;
}

#console-export {
	right: 10px;
}

#console-close {
	right: 80px;
}

.more {
	font-weight: bold;
	cursor: pointer;
}

.more:hover {
	color: #598AB9;
}

.pointer {
	cursor: pointer;
}

.active-permission {
	background-color: #00DD00;
}

.active-permission:hover {
	background-color: #7285B4;
}

.external-neutral {
	background-color: #555555;
}

.external-bright {
	background-color: #D4D400;
}

#dropbox:before {
	display: block;
	content: '';
	height: 4px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.4);
	box-shadow: 0 2px 2px rgba(0,0,0,0.4);
/*	border-radius: 3px 3px 0 0;	*/
}

#dropbox {
/*	border-radius: 3px;	*/
	position: relative;
	min-height: 600px;
	overflow: hidden;
	width: 100%;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3) inset,0 -3px 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 4px rgba(0,0,0,0.3) inset,0 -3px 2px rgba(0,0,0,0.1);
}

#dropbox .message {
	font-size: 1.4em;
	text-align: center;
	padding-top: 160px;
	display: block;
	color: #888888;
	font-weight: bold;
}

#dropbox .preview {
	width: 245px;
	height: 215px;
	float: left;
	margin: 55px 0 0 60px;
	position: relative;
	text-align: center;
}

#dropbox .preview img {
	max-width: 240px;
	max-height: 180px;
	border: 3px solid #fff;
	display: block;
	-webkit-box-shadow: 0px 3px 8px #BBBBBB;
	box-shadow: 0px 3px 8px #BBBBBB;
}

#dropbox .imageHolder {
	display: inline-block;
	position: relative;
}

#dropbox .uploaded {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url('../img/done.png') no-repeat center center rgba(255,255,255,0.5);
	display: none;
}

#dropbox .preview.done .uploaded {
	display: block;
}

#dropbox .progressHolder {
	position: absolute;
	background-color: #252f38;
	height: 12px;
	width: 100%;
	left: 0;
	bottom: 0;
	-webkit-box-shadow: 0px 3px 8px #BBBBBB;
	box-shadow: 0px 3px 8px #BBBBBB;
}

#dropbox .progress {
	background-color: #2586d0;
	position: absolute;
	height: 100%;
	left: 0;
	width: 0;
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.4) inset;
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.4) inset;
	-moz-transition: 0.25s;
	-webkit-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

#dropbox .preview.done .progress {
	width: 100% !important;
}

.simple-item {
	float: left;
	min-height: 80px;
	min-width: 80px;
	max-height: 250px;
	max-width: 250px;
	width: 15%;
	margin: 8px;
	padding: 0px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
	position: relative;
	-webkit-box-shadow: 0px 2px 5px #AAAAAA;
	box-shadow: 0px 2px 5px #AAAAAA;
	background-size: 100% 100%;
	transition: box-shadow 250ms, -webkit-box-shadow 250ms, transform 250ms;
	overflow: hidden;
}

.simple-item:hover {
	transition: box-shadow 75ms, -webkit-box-shadow 75ms, transform 75ms;
	transform: scale(1.025);
	-webkit-box-shadow: 0px 5px 15px #666666;
	box-shadow: 0px 5px 15px #666666;
}

.simple-head {
	float: left;
	position: absolute;
	background: #646468;
	color: #EEEEEE;
	z-index: 100;
	margin: 0px 0px 0px 5px;
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	font-size: 1.4em;
	-webkit-box-shadow: 0px 3px 8px #AAAAAA;
	box-shadow: 0px 3px 8px #AAAAAA;
}

.simple-item-name {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-color: #646468;
	color: #FFFFFF;
	padding: 3px 0px 3px 0px;
	overflow: hidden;
}

.simple-item-inner {
	height: 140px;
	width: 180px;
/*
	-webkit-box-shadow: 0px 10px 35px #888888;
	box-shadow: 0px 10px 35px #888888;
*/
/*	background-color: #00529B;	*/
	background-color: #7285B4;
}

.simple-item-shadow {
	position: relative;
	height: 140px;
	width: 180px;
	background-image: url('../images/bg-bottom.png');
	background-repeat: repeat-x;
	background-position: 0% 0%;
}

.simple-item-cover {
	position: absolute;
	height: 140px;
	width: 180px;
/*
	background-image: url('../images/180-overlay-strong.png');
*/
}

.simple-item-star {
	position: absolute;
	right: 10px;
	bottom: 31px;
	width: 26px;
	height: 24px;
}

#simple-bar-main {
	position: relative;
	height: 28px;
	width: 100%;
	border-bottom: 1px solid #191919;
	overflow: hidden;
	z-index: 9999;
	background-color: #003283;
	background-image: -webkit-linear-gradient(65deg, #003283, #506392);
	background-repeat: repeat-x;
}

#simple-bar-logo, #simple-bar-division, #simple-bar-location-panel, #simple-bar-icon-panel, #simple-bar-name-panel, #simple-bar-time-panel {
	height: 28px;
}

#simple-bar-logo, #simple-bar-division, #simple-bar-location-panel {
	float: left;
}

#simple-bar-logo {
	width: 50px;
/*	background-color: #003283;	*/
	padding: 1px 0px 0px 0px;
}

#simple-bar-division {
	width: 159px;
	color: #FFFFFF;
}

#simple-bar-icon-panel, #simple-bar-time-panel, #simple-bar-name-panel {
	float: right;
}

#simple-bar-icon-panel {
	padding: 4px 0px 0px 5px;
}

#simple-bar-time-panel, #simple-bar-name-panel {
	padding: 6px 6px 0px 3px;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
}

#simple-bar-location-panel {
	color: #FFFFFF;
	font-size: 0.95em;
	font-weight: bold;
	padding: 5px 0px 0px 25px;
	overflow: hidden;
}

#home-list h1 {
	font-size: 1.5em;
	padding: 10px 0px 0px 10px;
}

.simple-loc {
	cursor: pointer;
	transition: text-shadow 1s;
}

.simple-loc:hover {
	transition: text-shadow 100ms;
}

.step-link {
	color: #1111DD;
	font-weight: bold;
	cursor: pointer;
}

.text-good, .text-bad, .text-neutral, .text-neutralbad, .text-good-alt {
	font-weight: bold;
}

.text-good {
	color: #00DD00;
}

.text-good-alt {
	color: #009900;
}

.text-bad {
	color: #FF0000;
}

.text-neutral {
	color: #CCDD00;
}

.text-neutralbad {
	color: #FF9900;
}

.c-hardlink {
	background-color: #FF0000;
	background-repeat: repeat-x;
	color: #FFFFFF;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #444444;
	text-align: center;
}

.span-tile-bad {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #DD0000;
	background-image: url('../images/bgtile-lite.png');
	background-repeat: repeat;
	padding: 1px 2px 1px 2px;
	border: 1px solid #FFFFFF;
}

.span-good, .span-neutral, .span-neutral-bad, .span-bad, .span-off, .span-on, .span-bad-exec {
	font-weight: bold;
	padding: 2px 8px 2px 8px;
}

.span-good {
	color: #FFFFFF;
	background-color: #00DD00;
}

.span-neutral {
	color: #000000;
	background-color: #EEDD00;
}

.span-neutral-bad {
	color: #000000;
	background-color: #FF8C00;
}

.span-bad {
	color: #FFFFFF;
	background-color: #FF0000;
}

.span-bad-exec {
	color: #FFFFFF;
	background-color: #DD0000;
	background-image: url('../images/bgtile-lite.png');
	background-repeat: repeat;
}

.span-off {
	color: #000000;
	background-color: #E0E0E0;
}

.span-on {
	color: #FFFFFF;
	background-color: #4444DD;
}

.linked-item {
	transition: background-color 100ms, color 100ms;
}

.linked-item:hover {
	transition: background-color 25ms, color 25ms;
}

.span-change-log, .span-new {
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #00DD00;
	padding: 2px 5px 2px 4px;
	-webkit-box-shadow: 0px 12px 45px #222222;
	box-shadow: 0px 12px 45px #222222;
}

.scroll-item {
	width: 150px;
	overflow: hidden;
	white-space: nowrap;
}

#frame-shadow {
	border-top: 1px solid #222222;
}

.name-sort {
	text-decoration: underline;
	color: #0000FF;
	cursor: pointer;
}

#simple-bar-options {
	position: fixed;
	z-index: 9999;
	top: 30px;
	right: 50px;
	display: none;
	color: #FFFFFF;
	background-color: #111111;
	background-image: url('../images/bgtile-lite.png'), -webkit-linear-gradient(bottom, #111111 0%, #222222 100%);
	background-repeat: repeat;
	text-align: left;
	border: 1px solid #FFFFFF;
	-webkit-box-shadow: 0px 12px 45px #111111;
	box-shadow: 0px 12px 45px #111111;
	width: 95px;
	padding: 5px 10px 5px 10px;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 150%;
}

#simple-bar-options a {
	text-decoration: none;
	color: #DDDDDD;
}

#simple-bar-options a:hover {
	color: #FFFFFF;
}

.table-full {
	width: 100%;
	border: 0px;
	border-spacing: 0px;
}

.table-full td {
	margin: 0px;
	border: 0px;
}
/*
#title-backdrop {
	background-image: url('../images/banner_1.jpg');
	background-size: cover;
	background-position: center;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#calendar-title div:not(#title-backdrop) {
	z-index: 2;
}
*/

#frame-loading-inner {
	background-image: url('../images/ellipsis.svg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 50px;
}

.division {
	text-shadow: 0px 9px 25px #111111;
	transition: text-shadow 500ms;
}

.division:hover {
	text-shadow: #DDDDDD 0px 0px 10px;
	transition: text-shadow 25ms;
}

.title-font {
	font-family: Museo, Arial, sans-serif;
}

.green-highlight {
	background-color: #44CC44;
}

.print-head {
	height: 60px;
	width: 30px;
	position: absolute;
	border: 1px solid #000000;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

.head-white {
	background-color: #FFFFFF;
}

.head-cyan {
	background-color: #2DFFFE;
}

.head-magenta {
	background-color: #FD6DFC;
}

.head-yellow {
	background-color: #FFFD38;
}

.head-black {
	background-color: #000000;
	color: #FFFFFF !important;
}

.head-light-magenta {
	background-color: #FECDFE;
}

.head-light-cyan {
	background-color: #CEFFFF;
}

.head-light-yellow {
	background-color: #FFFECE;
}

.head-light-black {
	background-color: #595959;
	color: #FFFFFF !important;
}

.head-na {
	background-color: #DDD9C5;
}
