html {
	height: 100%;
}

* {
	font-family: Arial;
}

body {
	font-family: Arial;
	font-size: 0.8em;
	background-color: white;
	margin: 0px;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1025px) {
	body {
		font-size: 0.8em;
	}

	td.optional, th.optional {
		display: none;
	}
}

h1 {
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

a.tabbar-menu-text {
	text-decoration: none;
	color: black;
}

div.contentContainer {
	margin: 0px auto;
	width: 1200px;
	height: 100%;
	overflow: none;
	padding: 0px;
	background-color: white;
}

@media screen and (max-width: 1025px) {
	div.contentContainer {
		width: 900px;
	}
}

div.header {
	width: 100%;
	height: 144px;
	background-color: white;
	position: relative;
	top: 0px;
	z-index: 10;
}

div.headerLogin {
	width: 100%;
	height: 40px;
	background-color: white;
	position: relative;
	top: 0px;
	z-index: 10;
}

div.infoBar {
	height: 40px;
	width: 100%;
	background-color: #105F80;
	position: relative;
	top: 86px;
	color: white;
	font-weight: bold;
	font-size: 12pt;
}

div.infoBarLogin {
	height: 40px;
	width: 100%;
	background-color: #105F80;
	position: relative;
	top: 0px;
	color: white;
	font-weight: bold;
	font-size: 12pt;
}

div.infoBarText {
	padding-top: 10px;
	padding-left: 10px;
}

div.infoBarExtra {
	height: 40px;
	width: 100%;
	background-color: #105F80;
	color: white;
	font-weight: bold;
	font-size: 12pt;
}

div.leftmenubar {
	float: left;
	width: 190px;
	border-right: 1px solid rgb(160,160,160);
	background-color: white;
	padding-left: 10px;
	padding-top: 10px;
}

div.contentBody {
	float: right;
	width: 989px;
	padding-left: 0px;
	padding-top: 0px;
	background-color: white;
	height: 400px;
	overflow: auto;
	margin-top: 10px;
}

div.contentBodyNoLeftMenu {
	width: 1200px;
	padding-left: 0px;
	padding-top: 0px;
	background-color: white;
	height: 400px;
	overflow: auto;
}

span.acBlue {
	color: #105F80;
}

span.acGrey {
	color: #6E6E78;
}

.italic {
	font-style: italic;
}

span.acTitle {
	font-size: 12pt;
	font-weight: bold;
}

/* -- Filter/Menubar -- */

div.filterMenuBar {
	width: 180px;
	height: 100%;
	float: left;
	border-right: 1px solid #E3E3DF;
	font-size: 10pt;
}

div.filterMenuBar a {
	text-decoration: none;
}

span.filterMenuBarTitle {
	font-weight: bold;
	position: relative;
	left: 5px;
	top: 4px;
}

div.filterMenuBarTitle {
	width: 100%;
	height: 26px;
	background-color: #E3E3DF;
}

div.filterMenuBarSingleItem {
	width: 100%;
	min-height: 26px;
	border-bottom: 1px solid #E3E3DF;
}

span.filterMenuBarSingleItem {
	position: relative;
	left: 5px;
	top: 4px;
	font-size: 9pt;
}

div.filterContent {
	width: 100%;
	max-height: 200px;
	overflow: auto;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 9pt;
}

.filterContentCheckbox {
	margin-left: 5px;
	margin-right: 0px;
}

span.filterOpened {
	float: right;
	margin-right: 5px;
	margin-top: 8px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

span.filterClosed {
	float: right;
	margin-right: 5px;
	margin-top: 8px;
}

@media screen and (max-width: 1025px) {
	div.contentBodyNoLeftMenu {
		width: 900px;
	}
	div.contentBody {
		width: 740px;
	}
	div.leftmenubar {
		width: 130px;
	}
}

div.loginBox {
	text-align: center;
	width: 360px;
	padding: 10px 0px 10px 0px;
	border: 2px solid black;
	margin-left: 390px;
	background-color: #ffffff;
}

div.loginBox654 {
	text-align: center;
	width: 360px;
	padding: 10px 0px 10px 0px;
	border: 0px;
	margin-left: 390px;
	background-color: #ffffff;
}

@media screen and (max-width: 1025px) {
	div.loginBox654 {
		margin-left: 250px;
	}
}

div.messageBox {
	text-align: left;
}

div.headerContainer {
	width: 100%;
	height: 100%;
	position: relative;
	top: 1px;
	border: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

div.headerLogo {
	position: absolute;
	top: 10px;
	left: 11px;
	height: 45px;
	width: 500px;
	text-align: top;
	overflow: none;
}

div.headerText {
	color: #0088B8;
	font-weight: bold;
	position: relative;
	left: 110px;
	top: 20px;
	font-family: "Arial Bold","Arial";
	font-style: normal;
	font-size: 16px;
	color: #105F80;
	text-align: left;
	line-height: normal;
	width: 200px;
}

div.headerMenu {
	position: absolute;
	top: 64px;
	left: 0px;
	background-color: white;
	padding: 0px;
	width: 100%;
}

div.headerMenu a {
	color: #686878;
}

div.headerMenuItem {
	display: inline-block;
	border-right: 1px solid #E3E3DF;
	padding: 12px;
}

div.headerMenuItemRight {
	display: inline-block;
	border-left: 1px solid #E3E3DF;
	padding: 12px;
}

div.headerMenuItemRightIcons {
	display: inline-block;
}

div.headerMenuItemRightIcons img {
	padding: 2px 3px 0px 3px;
	margin-bottom: -2px;
}

a {
	color: black;
}

a.tabbar-menu-text {
	font-weight: bold;
	color: #6E6E78;
	font-size: 13px;
}

a.tabbar-menu-text:hover {
	color: #1A95C4;
}

a.tabbar-menu-text-active {
	text-decoration: none;
	color: #1A95C4;
	font-weight: bold;
	font-size: 13px;
}

a.acButton {
	background-color: #F3F3F3;
	color: #6E6E78;
	text-decoration: none;
	padding: 12px 15px 12px 15px;
	font-weight: bold;
	margin-left: 20px;
}

textarea {
	font-family: Arial;
	font-size: 0.9em;
	color: #686878;
}

input[type="submit"] {
  background: #105F80;
  border: 0px;
  padding: 7px 30px 7px 30px;
  font-weight: bold;
  font-family: Arial;
  color: white;
}

input[type="button"] {
  background: #105F80;
  border: 0px;
  padding: 7px 30px 7px 30px;
  font-weight: bold;
  font-family: Arial;
  color: white;
}

img.loginImage {
	width: 1160px;
}

@media screen and (max-width: 1025px) {
	img.loginImage {
		width: 860px;
	}
}

div.portalName {
	position: absolute;
	right: 250px;
	top: 12px;
	width: 200px;
	height: 30px;
	text-align: right;
	color: #ccc;
	font-size: 16pt;
	font-weight: bold;
}

/* Search Box */

div.searchInputBox {
	border: 1px solid #E3E3DF;
	border-radius: 4px;
	height: 30px;
	width: 200px;
	position: absolute;
	right: 20px;
	top: 10px;
}

input.searchInputBox {
	color: #E3E3DF;
	border: 0px;
	margin-top: 5px;
	margin-left: 3px;
	margin-bottom: 0px;
}

div.liveSearch {
	background-color: white;
	width: 300px;
	padding: 0px;
	margin-top: 10px;
	position: absolute;
	top: 25px;
	right: 0px;
	z-index: 9999;
}

div.liveSearch a {
	text-decoration: none;
}

div.liveSearch a:hover {
	text-decoration: none;
	background-color: #e9e9e9;
}

div.imeilookup {
	background-color: white;
	width: 300px;
	padding: 0px;
	margin-top: 10px;
	position: relative;
	top: 5px;
	left: 0px;
	z-index: 9999;
}

div.imeilookup a {
	text-decoration: none;
}

div.imeilookup a:hover {
	text-decoration: none;
	background-color: #e9e9e9;
}

/* OpenLayers Styling */

div.map {
	height: 800px;
	width: 1160px;
	position; absolute;
	z-index: 0;
	border: 1px solid #c9c9c9;
}

@media screen and (max-width: 1025px) {
	div.map {
		width: 870px;
	}
}

div.dashboardMap {
	height: 100%;
	width: 519px;
	z-index: 0;
}

div.machineDetailMap {
	height: 100%;
	width: 600px;
	z-index: 0;
}

div.objectOverviewMap {
	height: 300px;
	width: 1017px;
	z-index: 0;
	border: 1px solid #E3E3DF;
}

div.olControlAttribution, div.olControlScaleLine {
	font-family: Arial;
	font-size: 0.7em;
	bottom: 3px;
	left: 6px;
}

div.olPopup h2 {
	color: #686878;
}

div.olPopup a {
	color: #0098C8;
	text-decoration: none;
}

div.olPopupContent {
	
}

.olControlScaleLine {
	bottom: 20px !important;
	background: white;
	padding: 5px
}

/* Customer Specific Styles */

div.customer654mapVehicleOptionSwitches {
	border: 3px solid #105F80;
	background-color: white;
	color: #686878;
	
	border-radius: 15px;
	-moz-border-radius: 15px;
	
	width: 350px;
	min-height: 220px;
	
	padding: 10px;
}

div.customer654mapVehicleOptionSwitches hr {
	height: 1px;
}

table.customer654postMortem {
	width: 1162px;
	border-collapse: collapse;
}

table.customer654postMortem td {
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #c9c9c9;
}

table.customer654postMortem th {
	border: 1px solid #105F80;
	padding: 4px;
	font-weight: bold;
	background-color: #105F80;
	color: white;
}


/* IDEE Module : Map */

div.toolBarBelowMap {
	width: 1162px;
	border: 0px;
	padding-top: 4px;
}

@media screen and (max-width: 1025px) {
	div.toolBarBelowMap {
		width: 862px;
	}
}

div.objectListBelowMapTab {
	width: 125px;
	background-color: #F0F0F0;
	border: 2px solid white;
	color: #686878;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	margin-left: 1px;
}

div.objectListBelowMapTabActive {
	width: 125px;
	background-color: #686878;
	border: 2px solid white;
	color: #F0F0F0;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	margin-left: 1px;
}


div.objectListBelowMapTab a {
	color: #686878;
	text-decoration: none;
}
	
div.objectListBelowMapTabActive a {
	color: #F0F0F0;
	text-decoration: none;
}

div.objectListBelowMap {
	height: 220px;
	overflow: auto;
	width: 1000px;
	background-color: white;
}

@media screen and (max-width: 1025px) {
	div.objectListBelowMap {
		width: 880px;
	}
}

table.objectListBelowMapHeader {
	width: 1000px;
	border-collapse: collapse;
}

table.objectListBelowMap {
	width: 1000px;
	border-collapse: collapse;
}

table.objectListBelowMapHeader th.w1 {
	width: 150px;
}
table.objectListBelowMap td.w1 {
	width: 134px;
}

table.objectListBelowMapHeader th.w2 {
	width: 155px;
}
table.objectListBelowMap td.w2 {
	width: 134px;
}

table.objectListBelowMapHeader th.w3 {
	width: 84px;
}
table.objectListBelowMap td.w3 {
	width: 74px;
	padding-left: 5px;
	padding-right: 0px;
}

table.objectListBelowMapHeader th.w4 {
	width: 60px;
}
table.objectListBelowMap td.w4 {
	width: 50px;
	padding-left: 5px;
	padding-right: 0px;
}

table.objectListBelowMapHeader th.w5 {
	width: 55px;
}
table.objectListBelowMap td.w5 {
	width: 32px;
}

table.objectListBelowMapHeader th.w6 {
	width: 90px;
}
table.objectListBelowMap td.w6 {
	width: 70px;
}

table.objectListBelowMapHeader th.w7 {
	width: 85px;
}
table.objectListBelowMap td.w7 {
	width: 75px;
}

@media screen and (max-width: 1025px) {
	table.objectListBelowMapHeader {
		width: 880px;
	}
	table.objectListBelowMap {
		width: auto;
	}

	table.objectListBelowMapHeader th.w1 {
		width: 150px;
	}
	table.objectListBelowMap td.w1 {
		width: 144px;
	}
	
	table.objectListBelowMapHeader th.w2 {
		width: 87px;
	}
	table.objectListBelowMap td.w2 {
		width: 80px;
	}
	
	table.objectListBelowMapHeader th.w3 {
		width: 60px;
	}
	table.objectListBelowMap td.w3 {
		width: 50px;
	}
	
	table.objectListBelowMapHeader th.w4 {
		width: 50px;
	}
	table.objectListBelowMap td.w4 {
		width: 40px;
	}
	
	table.objectListBelowMapHeader th.w5 {
		width: 46px;
	}
	table.objectListBelowMap td.w5 {
		width: 36px;
	}
	
	table.objectListBelowMapHeader th.w6 {
		width: 56px;
	}
	table.objectListBelowMap td.w6 {
		width: 50px;
	}
	
	table.objectListBelowMapHeader th.w7 {
		width: 115px;
	}
	table.objectListBelowMap td.w7 {
		width: 110px;
	}
}

table.objectListBelowMapHeader th {
	vertical-align: top;
	background-color: rgb(1,139,185);
	color: white;
	font-weight: bold;
	padding: 5px;
	text-align: left;
	border: 1px solid rgb(1,139,185);
	font-size: 9pt;
}

table.objectListBelowMap th {
	vertical-align: top;
	background-color: rgb(1,139,185);
	color: white;
	font-weight: bold;
	padding: 5px;
	text-align: left;
	border: 0px;
	font-size: 9pt;
}

table.objectListBelowMap td {
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #c9c9c9;
	font-size: 9pt;
}

/* -- Dashboard -- */

div.objectListDashboard {
	width: 500px;
	height: 760px;
	font-size: 9pt;
	overflow-y: none;
	overflow-x: none;
}

table.objectListDashboard {
	width: 100%;
}

table.objectListDashboardHeader {
	border: 1px solid white;
}

table.objectListDashboard td a {
	text-decoration: none;
	color: #105F80;
}

table.objectListDashboardHeader td {
	vertical-align: top;
	color: black;
	padding: 5px 5px 5px 0px;
	text-align: left;
	border: 0px;
	font-weight: bold;
}

table.objectListDashboard td {
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 10px;
	height: 36px;
	border: 1px solid #E3E3DF;
	text-align: right;
	color: #6E6E78;
}

table.objectListDashboard tr:nth-child(even) {
	background-color: #F1F1EF;
}

table.objectListDashboard td:nth-child(1) {
	text-align: left;
	width: 195px;
}

table.objectListDashboardHeader td:nth-child(1) {
	text-align: left;
	width: 180px;
}

table.objectListDashboard td:nth-child(2), table.objectListDashboardHeader td:nth-child(2) {
	text-align: left;
	width: 42px;
	padding-left: 0px; padding-right: 0px;
	margin-left: 0px; margin-right: 0px;
}

table.objectListDashboard td:nth-child(3), table.objectListDashboardHeader td:nth-child(3) {
	text-align: left;
	width: 42px;
	padding-left: 0px; padding-right: 0px;
	margin-left: 0px; margin-right: 0px;
}

table.objectListDashboard td:nth-child(4) {
	text-align: right;
	width: 67px;
}

table.objectListDashboard td:nth-child(5) {
	text-align: right;
	width: 67px;
}

table.objectListDashboard td:nth-child(6) {
	text-align: right;
	width: 67px;
}

table.objectListDashboardHeader td:nth-child(4) {
	width: 65px;
	padding-left: 4px;
}

table.objectListDashboardHeader td:nth-child(5), table.objectListDashboardHeader td:nth-child(6) {
	width: 65px;
}

table.objectListDashboard td:nth-child(1) img {
	width: 40px;
}

table.objectListDashboard th.tableSubHeader {
	vertical-align: top;
	color: #6E6E78;
	padding: 5px;
	text-align: left;
	border: 1px solid #E3E3DF;
}

table.machineDetailSpecs td:nth-child(1) {
	font-style: italic;
	width: 110px;
}

/* -- Messages -- */

table.messageList {
	width: 100%;
}

table.messageList td {
	height: 22px;
	border-bottom: 1px solid #c9c9c9;
}

table.messageList tr.unread td {
	font-weight: bold;
}

table.message td {
	padding: 0px 10px 0px 0px;
}

table.message td:nth-child(1) {
	background-color: #e9e9e9;
	text-align: right;
}

table.message td {
	height: 25px;
}

table.message tr:nth-child(4) td {
	padding-top: 15px;
	background-color: #ffffff;
}

/* -- Geofencing page -- */

table.acSimpleTable {
	border-collapse: collapse;
}

table.acSimpleTable td {
	border: 0px;
	border: 1px solid #E3E3DF;
	height: 30px;
}

table.acSimpleTable td:nth-child(1) {
	padding-left: 15px;
}

table.acSimpleTable tr:nth-child(1) td {
	font-weight: bold;
	border-left: 0px;
	border-right: 0px;
	border-top: 1px solid #E3E3DF;
	height: 20px;
}
	
table.acSimpleTable tr:nth-child(1) td:nth-child(4) {
	border-right: 1px solid #E3E3DF;
}

table.simpleTable th a {
	color: white;
}

/* -- Utilisation page -- */

div.objectListUtilizationPage {
	width: 1019px;
	height: 100%;
	font-size: 9pt;
	overflow-y: auto;
	position: relative;
	left: 0px;
	top: 0px;
}

table.objectListUtilizationPage {
	width: 100%;
	border-collapse: collapse;
}

table.objectListUtilizationPage thead tr {
	background-color: white;
}

tr.objectListUtilizationPageTopSpacer, tr.objectListUtilizationPageTopSpacer td {
	height: 52px;
}

table.objectListUtilizationPage th.w1 {
	width: 235px;
}

table.objectListUtilizationPage th.w2 {
	width: 141px;
}

table.objectListUtilizationPage td:nth-child(1) {
	width: 253px;
}

table.objectListUtilizationPage td:nth-child(2), table.objectListUtilizationPage td:nth-child(4), table.objectListUtilizationPage td:nth-child(6), table.objectListUtilizationPage td:nth-child(8), table.objectListUtilizationPage td:nth-child(10) {
	width: 66px;
}

table.objectListUtilizationPage td:nth-child(3), table.objectListUtilizationPage td:nth-child(5), table.objectListUtilizationPage td:nth-child(7), table.objectListUtilizationPage td:nth-child(9), table.objectListUtilizationPage td:nth-child(11) {
	width: 70px;
}

table.objectListUtilizationPage a {
	color: #0099DD;
	text-decoration: none;
}

@media screen and (max-width: 1025px) {
	div.objectListUtilizationPage {
		width: 719px;
	}
}
	
table.objectListUtilizationPage th {
	vertical-align: top;
	color: black;
	padding: 5px;
	text-align: left;
	border: 0px;
}

table.objectListUtilizationPage td {
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 10px;
	height: 36px;
	border: 1px solid #E3E3DF;
	text-align: right;
	color: #6E6E78;
}

table.objectListUtilizationPage tr:nth-child(even) {
	background-color: #F1F1EF;
}

table.objectListUtilizationPage tr:nth-child(1) {
	background-color: white;
	font-weight: bold;
}

table.objectListUtilizationPage tr:nth-child(2) {
	background-color: white;
	border: 1px solid #E3E3DF;
	font-style: italic;
}

table.objectListUtilizationPage td:nth-child(1), table.objectListUtilizationPage td:nth-child(3), table.objectListUtilizationPage td:nth-child(5), table.objectListUtilizationPage td:nth-child(7), table.objectListUtilizationPage td:nth-child(9), table.objectListUtilizationPage td:nth-child(11) {
	border-right: 1px solid #6E6E78;
}

table.objectListUtilizationPage td:nth-child(1) {
	text-align: left;
}

table.objectListUtilizationPage td:nth-child(1) img {
	width: 40px;
}

table.objectListUtilizationPage th.tableSubHeader {
	vertical-align: top;
	color: #6E6E78;
	padding: 5px;
	text-align: left;
	border: 1px solid #E3E3DF;
}

table.objectListUtilizationPage th.tableSubHeader:nth-child(1), table.objectListUtilizationPage th.tableSubHeader:nth-child(3), table.objectListUtilizationPage th.tableSubHeader:nth-child(5), table.objectListUtilizationPage th.tableSubHeader:nth-child(7), table.objectListUtilizationPage th.tableSubHeader:nth-child(9), table.objectListUtilizationPage th.tableSubHeader:nth-child(11) {
	border-right: 1px solid #6E6E78;
}

/* -- Service page -- */

div.objectListServicePage {
	width: 1000px;
	height: 100%;
	font-size: 9pt;
	overflow-y: auto;
	position: relative;
	left: 0px;
	top: 0px;
}

table.objectListServicePage {
	width: 100%;
	border-collapse: collapse;
}

table.objectListServicePage thead tr {
	background-color: white;
}

table.objectListServicePage a {
	color: #0099DD;
	text-decoration: none;
}

@media screen and (max-width: 1025px) {
	div.objectListServicePage {
		width: 719px;
	}
}
	
table.objectListServicePage th {
	vertical-align: top;
	color: black;
	padding: 5px;
	text-align: left;
	border: 0px;
}

table.objectListServicePage td {
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 10px;
	height: 36px;
	text-align: right;
	color: black;
	border-right: 1px solid #D2D2D2;
}

table.objectListServicePage tr:nth-child(even) {
	background-color: #F1F1EF;
}

table.objectListServicePage td:nth-child(1), table.objectListServicePage td:nth-child(4), table.objectListServicePage td:nth-child(5) {
	text-align: left;
}

table.objectListServicePage td:nth-child(1) img {
	width: 40px;
}

table.objectListServicePage td:nth-child(1) {
	width: 275px;
}

table.objectListServicePage td:nth-child(2) {
	width: 88px;
}

table.objectListServicePage td:nth-child(3) {
	width: 88px;
}

table.objectListServicePage td:nth-child(4) {
	width: 243px;
}

table.objectListServicePage td:nth-child(5) {
	width: 250px;
}

table.objectListServicePage th.tableSubHeader {
	vertical-align: top;
	color: #6E6E78;
	padding: 5px;
	text-align: left;
	border: 1px solid #E3E3DF;
}

table.objectListServicePage tr:nth-last-child(1) {
	border-bottom: 1px solid #D2D2D2;
}

table.objectListServicePage th.w270 {
	width: 275px;
}

table.objectListServicePage th.w220 {
	width: 243px;
}

table.objectListServicePage th.w85 {
	width: 88px;
}

tr.objectListServicePageTopSpacer, tr.objectListServicePageTopSpacer td {
	height: 24px;
}

@media screen and (max-width: 1025px) {
	table.objectListServicePage th.w270 {
		width: 180px;
	}
	
	table.objectListServicePage th.w220 {
		width: 140px;
	}
	
	table.objectListServicePage th.w85 {
		width: 65px;
	}

	tr.objectListServicePageTopSpacer, tr.objectListServicePageTopSpacer td {
		height: 38px;
	}
}

/* -- Machine Detail page -- */

div.detailPageTabbar {
	width: 100%;
	height: 24px;
	padding-top: 20px;
	border-bottom: 1px solid #D2D2D2;
	margin: 0px;
	padding-bottom: 0px;
	overflow: none;
}

span.detailPageTabActive {
	border-left: 1px solid #D2D2D2;
	border-top: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
	border-bottom: 1px solid white;
	padding: 8px;
	margin-left: 5px;
	background-color: white;
	color: #105F80;
	font-weight: bold;
}

span.detailPageTabInActive {
	border-left: 1px solid #D2D2D2;
	border-top: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	padding: 8px;
	margin-left: 5px;
	background-color: #F3F3F3;
	color: black;
	font-weight: bold;
}

span.detailPageTabInActiveAlerts {
	border-left: 1px solid #D2D2D2;
	border-top: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	padding: 8px;
	margin-left: 5px;
	background-color: #F3F3F3;
	color: #FF0055;
	font-weight: bold;
}

div.machineDetailsUtilization {
	height: 100%;
	font-size: 9pt;
	overflow-y: auto;
	position: relative;
	left: 0px;
	top: 0px;
}

table.machineDetailsUtilization {
	border-collapse: collapse;
	border: 1px solid #D2D2D2;
}

table.machineDetailsUtilization a {
	color: #0099DD;
	text-decoration: none;
}

@media screen and (max-width: 1025px) {
	div.machineDetailsUtilization {
		width: 700px;
	}
}
	
table.machineDetailsUtilization th {
	vertical-align: top;
	color: black;
	padding: 5px;
	text-align: left;
	border: 0px;
}

table.machineDetailsUtilization td {
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 10px;
	height: 36px;
	text-align: right;
	color: black;
	border-right: 1px solid #D2D2D2;
}

table.machineDetailsUtilization tr:nth-child(1) {
	background-color: white;
	border-bottom: 1px solid #D2D2D2;
}

table.machineDetailsUtilization td:nth-child(1) img {
	width: 40px;
}

table.machineDetailsUtilization th.tableSubHeader {
	vertical-align: top;
	color: #6E6E78;
	padding: 5px;
	text-align: left;
	border: 1px solid #E3E3DF;
	font-style: italic;
}

table.machineDetailsUtilization tr:nth-last-child(1) {
	border-bottom: 1px solid #D2D2D2;
}

table.canbusErrorList {
	border-collapse: collapse;
}

table.canbusErrorList td {
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #c9c9c9;
}

table.canbusErrorList th {
	border: 1px solid #105F80;
	padding: 4px;
	font-weight: bold;
	background-color: #105F80;
	color: white;
}


/* -- */

div.mapFilterMenu {
	width: 1162px;
	height: 24px;
	background-color: #e9e9e9;
	padding-top: 3px;
	padding-bottom: 3px;
}

@media screen and (max-width: 1025px) {
	div.mapFilterMenu {
		width: 872px;
	}
}

div.mapFilterMenu a {
	text-decoration: none;
}

div.mapFilterMenu a:hover {
	text-decoration: none;
	color: #1a95c4;
}

div.statusBar {
	background-color: #105F80;
	height: 26px;
	width: 1200px;
	position: absolute;
	padding-top: 7px;
	bottom: 0px;
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	color: white;
}

span.statusBarContent {
}

@media screen and (max-width: 1025px) {
	div.statusBar {
		width: 900px;
	}
}

table.standard800 {
	width: 800px;
	border-collapse: collapse;
}

table.standard800 th {
	vertical-align: top;
	background-color: rgb(1,139,185);
	color: white;
	font-weight: bold;
	padding: 5px;
	text-align: left;
	border: 1px solid rgb(1,139,185);
	font-size: 9pt;
}

img.graph {
	width: 450px;
	height: 200px;
}

@media screen and (max-width: 1025px) {
	img.graph {
		width: 305px;
	}
}

/* IDEE Module : Calendar */
table.calendarMonth {
	border-collapse: collapse;
}

table.calendarMonth tr.firstRow td {
	height: 10px;
}

table.calendarMonth td.calendarToday {
	background-color: #999999 !important;
}

table.calendarMonth td {
	border: 1px solid #a9a9a9;
	font-size: 9pt;
	vertical-align: top;
}

span.calendarDate {
	border-bottom: 1px solid #a9a9a9;
	display: block;
	margin-bottom: -12px;
}

table.calendarMonth td.calendarToday span.calendarDate {
	color: #770000;
	border-color: #770000;
}

span.calendarHoliday {
	border: 1px solid #a9a9a9;
	background-color: #1a95c4;
	color: white;
	display: block;
	margin-bottom: -12px;
}

/* IDEE module admin checkbox alignment */
div.moduleList {
	border-left: 4px solid #1A95C4;
	background-color: #e9e9e9;
	margin-bottom: 15px;
	padding: 10px;
	width: 970px;
}

div.moduleList:hover {
	background-color: #d9d9d9;
}

div.moduleList label {
	display: block;
	padding-left: 18px;
	text-indent: -18px;
}

div.moduleList input {
	width: 13px;
	height: 13px;
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
	position: relative;
	top: -3px;
	*overflow: hidden;
}

/* IDEE module admin hardware module list */

table.hardwareModuleListHeader {
	border-collapse: collapse;
	width: 980px;
}

table.hardwareModuleListHeader th {
	border: 1px solid #105F80;
	padding: 4px;
	font-weight: bold;
	background-color: #105F80;
	color: white;
}

table.hardwareModuleListHeader td {
	border: 1px solid #c9c9c9;
	padding: 4px;
	vertical-align: top;
}

table.hardwareModuleList {
	border-collapse: collapse;
	width: 960px;
}

table.hardwareModuleList th {
	border: 1px solid #105F80;
	padding: 4px;
	font-weight: bold;
	background-color: #105F80;
	color: white;
}

table.hardwareModuleList td {
	border: 1px solid #c9c9c9;
	padding: 4px;
	vertical-align: top;
}

div.hardwareModuleList {
	width: 980px;
	height: 200px;
	overflow: auto;
}

@media screen and (max-width: 1025px) {
	table.hardwareModuleListHeader {
		width: 720px;
	}
	table.hardwareModuleList {
		width: 720px;
	}
	div.hardwareModuleList {
		width: 740px;
	}
}

table.hardwareModuleSettings {
	border-collapse: collapse;
}

table.hardwareModuleSettings th {
	border: 1px solid #a9a9a9;
	vertical-align: top;
}

table.hardwareModuleSettings td {
	min-width: 150px;
	border: 1px solid #a9a9a9;
	vertical-align: top;
}

table.hardwareModuleSettings td input {
	min-width: 150px;
	border-top: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	border-bottom: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	background-color: #e9e9e9;
	vertical-align: top;
}

/* Connection Server Update Overview */

table.csUpdateList {
	border-collapse: collapse;
}

table.csUpdateList th {
	border: 1px solid #a9a9a9;
	vertical-align: top;
}

table.csUpdateList td {
	min-width: 150px;
	border: 1px solid #a9a9a9;
	vertical-align: top;
}

table.csUpdateList td:nth-child(1) {
	text-align: right;
	padding-right: 5px;
}

/* IDEE module admin user/group management */

table.formInput {
	border-collapse: collapse;
}

table.formInput td {
	border: 1px solid #c9c9c9;
	padding: 4px;
	min-width: 150px;
	vertical-align: top;
}

table.formInput td.small {
	border: 1px solid #c9c9c9;
	padding: 4px;
	min-width: 20px;
	vertical-align: top;
}

table.formInput th {
	border: 1px solid #105F80;
	padding: 4px;
	font-weight: bold;
	background-color: #105F80;
	color: white;
}

table.formInput th a {
	color: white;
}

/* Track & Trace -- Trips Table */

table.tripTable {
	border-collapse: collapse;
}

table.tripTable td {
	border: 1px solid #c9c9c9;
	padding: 4px;
	vertical-align: top;
}

table.tripTable th {
	border: 1px solid #105F80;
	padding: 4px;
	font-weight: bold;
	background-color: #105F80;
	color: white;
}

table.tripTable th a {
	color: white;
}

table.tripTable tr.dayStart td {
	background-color: #a9a9a9;
}

table.tripTable tr.dayTotal td {
	background-color: #e9e9e9;
}

table.tripTable tr:hover {
	background-color: #c9c9c9;
}

/* Lightbox */

.lightbox {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, .8);
	z-index: 10000;
}

.lightbox_table {
	width:100%;
	height:100%;
}

.lightbox_table_cell {
	vertical-align:middle;
}

/* Simple table */

table.simpleTable {
	border-collapse: collapse;
}

table.simpleTable td {
	padding: 5px;
}

table.simpleTable th {
	border-bottom: 1px;
	text-align: left;
	font-weight: bold;
	background-color: #105F80;
	color: white;
	padding: 5px 5px 5px 5px;
}

table.simpleTable tr:nth-child(odd) {
	background-color: #fff;
}

table.simpleTable tr:nth-child(even) {
	background-color: #e9e9e9;
}

table.simpleTable tr.alarm td, table.simpleTable tr.alarm td a {
	background-color: #ff0000;
	color: white;
}

table.simpleTable tr.creditslow td, table.simpleTable tr.creditslow td a {
	background-color: #ffff00;
	color: black;
}

table.simpleTable tr:hover {
	background-color: #c9c9c9;
}

/* Link as button */

a.button {
  background: #105F80;
  border: 0px;
  padding: 7px 30px 7px 30px;
  font-weight: bold;
  font-family: Arial;
  color: white;
  text-decoration: none;
}

/* Timeline table */

table.timeline {
	width: 100%;
}

table.timeline tr td {
	padding: 10px;
}

table.timeline tr th {
	padding: 10px;
	text-align: left;
	background-color: #c9c9c9;
}

table.timeline tr:nth-child(odd) {
	background-color: #fff;
}

table.timeline tr:nth-child(even) {
	background-color: #e9e9e9;
}

table.timeline td:nth-child(1) {
	text-align: right;
	width: 130px;
}

table.timeline td:nth-child(2) {
	text-align: center;
	width: 20px;
}

table.timeline tr:hover {
	background-color: #c9c9c9;
}

/* --------------------------------------------- */

.treeView{
  -moz-user-select:none;
  position:relative;
  font-size: 1.3em;
  padding:0 0 0 0;
	list-style: none;
}

.treeView ul{
	margin: 0 0 0 8px;
	padding: 0;
	display: block;
	border-left: 1px solid rgba(0, 0, 0, .2);
	list-style: none;
}

.treeView li{
  margin:0;
  padding:0;
  list-style-position:inside;
  cursor:auto;
}

.treeView li.collapsibleListOpen > .treeViewText,
.treeView li.collapsibleListClosed > .treeViewText{
  cursor:pointer;
}

.treeView li li{
  padding-left: 15px;
}

.treeView .bullet {
	color: black;
	font-weight: normal;
	display: inline-block;
	margin-right: .5em;
	font-family: "Lucida Console";
}

.treeView li.collapsibleListOpen > span > .bullet {
	transform: rotate(90deg);
}

.treeView li span.treeViewText {
	font-size: 12px;
  display: block;
  padding: .3em;
}

.treeView li .treeViewText:hover {
    background-color: rgba(0, 0, 0, .1);
}

.treeView li .treeViewText .add {
    color: black;
		cursor: pointer;
}

.treeView .addForm {
	padding: 1em 2em;
	border-left: 1px solid #105F80;
	margin-left: 8px;
}

.treeView li:not(.collapsibleListOpen) > .addForm {
	padding: 1em 1em;
	border-left: 1px solid #105F80;
	margin-left: calc(8px + 1em);
}

.treeView .addForm input {
	width: 200px;
	box-sizing: border-box;
	display: block;
}

.treeView .addForm input[type=submit],
.treeView .addForm input[type=email] {
	margin-top: .5em;
	margin-top: .5em;
}

.treeView .addForm input[type=text],
.treeView .addForm input[type=email] {
	padding: .3em;
}

/* --------------------------------------------- */

/* ------------------- alert ------------------- */
/* Usage: <div class="alert success"><strong>Success!</strong> Update has been saved</div> (.success and <strong> are optional) */

div.alert {
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	margin: .2em .2em .5em .2em;
	padding: 1em;
	border-radius: 3px;
	background-color: #f2dede;
	border: 1px solid #ebccd1;
	color: #a94442;
}

div.alert.danger, /* Same as default */
div.alert.error,
div.alert.alert-danger,
div.alert.alert-error,
div.alert.red {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}

div.alert.success,
div.alert.alert-success,
div.alert.green {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}

div.alert.warning,
div.alert.alert-warning,
div.alert.yellow {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}

div.alert.info,
div.alert.alert-info,
div.alert.blue {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}

div.alert a {
	color: inherit;
}

/* --------------------------------------------- */

/* ------------------- card -------------------- */
/* Usage: <div class="card"><div class="card-head">Card title</div><div class="card-body">Card body</div></div> */
/* Or:    <div class="card"><div class="head">Card title</div><div>Card body</div></div> */
/* Or:    <div class="card"><div class="card-head"><div>Card <a href="/url">title</a></div><div class="card-head-right">Right of title</div></div><div class="card-body">Card body</div></div> */

div.card {
	border: 1px solid #DBDBDB;
	border-radius: 5px;
	box-shadow: 2px 2px 10px #F1EDED;
	transition: 1s;
}

div.card .card-head,
div.card .head {
	color: #6A6969;
	background-color: #F6F6F6;
	border-bottom: 1px solid #DBDBDB;
	padding: 1em;
	text-align: left;
	font-weight: bold;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	display: flex;
	justify-content: space-between;
}

div.card .card-head a,
div.card .head a {
	color: #6A6969;
	text-decoration: none;
}

div.card .card-head a:hover,
div.card .head a:hover {
	text-decoration: underline;
}

div.card .card-body,
div.card .body,
div.card > div:not(.card-head):not(.head) {
	padding: 1em;
}

div.card .card-head > .right,
div.card .card-head > .card-head-right {
	opacity: .8;
}

/* --------------------------------------------- */

/* ------------------ support ------------------ */

#supportBody #ticketInfo {
	margin: 1em auto auto auto;
	width: 90%;
}

#supportBody #ticketInfo .card-body {
	padding: 0;
}

#supportBody #ticketInfo table {
	/* border: 1px solid #E6E2E2; */
	width: 100%;
}

#supportBody #ticketInfo table tr td {
	border-left: none;
	border-right: none;
	border: none;
	padding: 1em;
	min-width: initial;
}

#supportBody #ticketInfo table tr td:first-child,
#supportBody #ticketInfo table tr td:nth-child(3) {
	font-weight: bold;
	width: 13%;
}

#supportBody #ticketInfo table tr td:nth-child(2),
#supportBody #ticketInfo table tr td:nth-child(4) {
	width: 37%;
}

#supportBody #ticketInfo table tr th {
	color: #6A6969;
	background-color: #F6F6F6;
	border: 0;
	border-bottom: 1px solid #DBDBDB;
	padding: 1em;
	text-align: left;
	font-weight: bold;
}

#supportBody #ticketInfo table .imgTd,
#supportBody .ticketUpdate .update-attachments {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#supportBody #ticketInfo table .imgTd img,
#supportBody .ticketUpdate .update-attachments img {
    max-width: 150px;
		max-height: 150px;
    margin: 1em;
    box-shadow: 2px 2px 15px lightgrey;
		cursor: pointer;
}

#supportBody .ticketUpdate {
	width: 70%;
	margin: 2em auto auto auto;
	position: relative;
	z-index: 1;
}

#supportBody .ticketUpdate > div:nth-child(3) { /*.update-attachments*/
	border-top: 1px dashed #EDEDED;
}

#supportBody #ticketCreateUpdate table::before,
#supportBody .ticketUpdate::before {
	content: "";
	position: absolute;
	background-color: #DBDBDB;
	height: 2em;
	width: 2px;
	top: calc(-2em - 1px); /* needs to be perfect ;) */
	left: 26px;
	z-index: -1;
}

#supportBody #ticketCreateUpdate table th,
#supportBody .ticketUpdate .card-head {
	text-align: left;
	font-weight: normal;
}

#supportBody .ticketStatusUpdate {
	border-left: 0;
	left: 1px; /* compensates for the removal of the left border */
}

#supportBody .ticketStatusUpdate > div {
	background-color: white;
	border-left: 5px solid #DBDBDB;
	border-bottom: 0;
	border-radius: 5px;
}

#supportBody .ticketStatusUpdate > div > div:first-child { /* First div in header */
	color: black;
}

#supportBody .ticketStatusUpdate svg,
#supportBody #ticketInfo svg {
	width: 1.5em;
	vertical-align: bottom;
	color: gray;
	margin-right: .5em;
}

#supportBody .ticketStatusUpdate.status1   > div { border-left-color: #39BA1F; } /*open*/
#supportBody .ticketStatusUpdate.status2   > div { border-left-color: #2C5AE3; } /*parked*/
#supportBody .ticketStatusUpdate.status3   > div { border-left-color: #ee0202; } /*closed*/
#supportBody .ticketStatusUpdate.priority1 > div { border-left-color: #4BD42F; } /*low*/
#supportBody .ticketStatusUpdate.priority2 > div { border-left-color: #A2E400; } /*normal*/
#supportBody .ticketStatusUpdate.priority3 > div { border-left-color: #EEC202; } /*high*/
#supportBody .ticketStatusUpdate.priority4 > div { border-left-color: #EE5702; } /*urgent*/
#supportBody .ticketStatusUpdate.priority5 > div { border-left-color: #ee0202; } /*critical*/

#supportBody .status1   svg { color: #39BA1F !important; } /*open*/
#supportBody .status2   svg { color: #2C5AE3 !important; } /*parked*/
#supportBody .status3   svg { color: #ee0202 !important; } /*closed*/
#supportBody .priority1 svg { color: #4BD42F !important; } /*low*/
#supportBody .priority2 svg { color: #A2E400 !important; } /*normal*/
#supportBody .priority3 svg { color: #EEC202 !important; } /*high*/
#supportBody .priority4 svg { color: #EE5702 !important; } /*urgent*/
#supportBody .priority5 svg { color: #ee0202 !important; } /*critical*/

/* Support: create ticket/update */

#supportBody #ticketCreateUpdate,
#ticketCreate {
	width: 90%;
	margin: 3em auto;
}

#supportBody #ticketCreateUpdate table,
#ticketCreate table {
	margin: 0;
	width: 100%;
}

#supportBody #ticketCreateUpdate table::before {
	display: none;
}

#supportBody #ticketCreateUpdate table td,
#ticketCreate table td {
	border: none;
}

#supportBody #ticketCreateUpdate table tr td:first-child,
#ticketCreate table tr td:first-child {
	padding: 1em;
	width: 110px;
	min-width: inherit; /* Reset earlier min-width */
}

#supportBody #ticketCreateUpdate table tr td:nth-child(2),
#ticketCreate table tr td:nth-child(2) {
	vertical-align: middle;
}

#supportBody #ticketCreateUpdate table textarea,
#ticketCreate table textarea {
	width: 97%;
	color: black;
	padding: 1em;
	font-size: 1em;
}


#ticketCreate table tr td input:not([type=submit]), #ticketCreate table tr td select,
#supportBody #ticketCreateUpdate table tr td input:not([type=submit]), #supportBody #ticketCreateUpdate table tr td select {
	padding: .3em;
}

/* Support list */

#supportList .card-body {
	padding: 0;
}

#supportList .card-body ul {
	padding: 0;
	margin: 0;
}

#supportList .card-body li {
	list-style: none;
	padding: 1em;
}

#supportList .card-body li:hover {
	background-color: #FCFCFC;
}

#supportList .card-body li.liststatus3 {
	opacity: .5;
}

#supportList .card-body li:not(:first-child) {
	border-top: 1px solid #DBDBDB;
}

#supportList .card-body li::after {
	content: '';
	display: block;
	clear: both;
}

#supportList .card-body li .catIcon {
	float: left;
}

#supportList .card-body li .catIcon svg {
	height: 1.5em;
	vertical-align: middle;
	color: #383838;
}

#supportList .card-body li .info {
	float: left;
	margin-left: 1em;
	line-height: 1.5;
	width: 60%;
}

#supportList .card-body li .info span.row1,
#supportList .card-body li .info span.row2 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	width: 100%;
}

#supportList .card-body li .info span.row1 {
	font-weight: 600;
	font-size: 1.1em;
}

#supportList .card-body li .info span.row1 a {
	text-decoration: none;
	color: #2d2d2d;
}
#supportList .card-body li .info span.row1 a:hover {
	text-decoration: underline;
}

#supportList .card-body li .info span.row2 {
	color: gray;
}

#supportList .card-body li .info .catName {
	color: #105F80;
}

#supportList .card-body li .statusus {
	float: right;
}

#supportList .card-body li .statusus svg {
	height: 1em;
	vertical-align: middle;
	color: #383838;
}

#supportList .card-body li .statusus td:nth-child(2) {
	margin-right: 1em;
}

#supportList .card-body li .statusus td.objectName > div {
	width: 100px;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#supportList .card-body li .statusus td:nth-child(4) {
	min-width: 50px;
}

/* --------------------------------------------- */

/* ------------------ overlay ------------------ */
/* Activated and used though javascript. Element is at the bottom of the page */

@keyframes overlayIn {
	from { transform: scale(.9) translate(-50%,-50%); }
	to   { transform: scale(1) translate(-50%,-50%);  }
}

@keyframes overlayFadeIn {
	from { background-color: rgba(0,0,0,0.2); }
	to   { background-color: rgba(0,0,0,0.5);  }
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 10;
  cursor: pointer;
	animation: overlayFadeIn 50ms linear;
}

#overlay img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
	transform-origin: 0% 0%;
  max-width: 90%;
  max-height: 90%;
	animation: overlayIn 50ms cubic-bezier(0.000, 0.010, 0.265, 1.550);
}

/* --------------------------------------------- */
