html {
	height: 100%;
}

* {
	font-family: "DIN Next W01 Regular", Calibri, Arial;
}

body {
	font-family: "DIN Next W01 Regular", Calibri, 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.infoBar {
	height: 40px;
	width: 100%;
	background-color: #F00000;
	position: relative;
	top: 86px;
	color: white;
	font-weight: bold;
	font-size: 12pt;
}

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

div.infoBarExtra {
	height: 40px;
	width: 100%;
	background-color: #F00000;
	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: #0099CC;
}

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 #ECECEC;
	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: #ECECEC;
}

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

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

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

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

span.filterOpened {
	float: right;
	margin-right: 5px;
	margin-top: 8px;
	margin-bottom: 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: center;
	width: 600px;
	margin: 0 auto;
	border: 2px solid black;
	margin-left: 70px;
	background-color: #ffffff;
}

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: "DIN Next W01 Regular", Calibri, Arial;
	font-style: normal;
	font-size: 16px;
	color: #018BB9;
	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 #ECECEC;
	padding: 12px;
}

div.headerMenuItemRight {
	display: inline-block;
	border-left: 1px solid #ECECEC;
	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: "DIN Next W01 Regular", Calibri, Arial;
	font-size: 0.9em;
	color: #686878;
}

input[type="submit"] {
  background: #F00000;
  border: 0px;
  padding: 7px 15px 7px 15px;
  font-weight: bold;
  font-family: "DIN Next W01 Regular", Calibri, Arial;
  color: white;
}

input[type="button"] {
  background: #F00000;
  border: 0px;
  padding: 7px 15px 7px 15px;
  font-weight: bold;
  font-family: "DIN Next W01 Regular", Calibri, Arial;
  color: white;
}

a.button {
  background: #F00000;
  border: 0px;
  padding: 7px 15px 7px 15px;
  font-weight: bold;
  font-family: "DIN Next W01 Regular", Calibri, Arial;
  color: white;
  text-decoration: none;
  cursor: hand;
}

img.loginImage {
	width: 1200px;
}

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

/* Search Box */

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

input.searchInputBox {
	color: #ECECEC;
	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;
}

/* 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: 288px;
	width: 100%;
	z-index: 0;
}

div.olControlAttribution, div.olControlScaleLine {
	font-family: "DIN Next W01 Regular", Calibri, Arial;
	font-size: 0.7em;
	bottom: 3px;
	left: 6px;
}

div.olPopup h2 {
	color: #686878;
}

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

div.olPopupContent {
	
}

/* Customer Specific Styles */

div.customer654mapVehicleOptionSwitches {
	border: 3px solid #018BB9;
	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 #F00000;
	padding: 4px;
	font-weight: bold;
	background-color: #F00000;
	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: #F00000;
	color: white;
	font-weight: bold;
	padding: 5px;
	text-align: left;
	border: 1px solid #F00000;
	font-size: 9pt;
}

table.objectListBelowMap th {
	vertical-align: top;
	background-color: #F00000;
	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: 0px;
	background-color: #ECECEC;
	width: 500px;
}

table.objectListDashboard td a {
	text-decoration: none;
	color: #0099CC;
}

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

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

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

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

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

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

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

table.objectListDashboard td:nth-child(4) {
	text-align: left;
	width: 44px;
	padding-left: 0px; padding-right: 0px;
	margin-left: 0px; margin-right: 0px;
}

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

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

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

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

table.objectListDashboardHeader td:nth-child(2) {
	width: 32px;
}

table.objectListDashboardHeader td:nth-child(3) {
	width: 33px;
}

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

table.objectListDashboardHeader td:nth-child(5) {
	width: 52px;
	padding: 5px 0px 0px 0px;
}

table.objectListDashboardHeader td:nth-child(6) {
	width: 56px;
	padding: 5px 0px 0px 0px;
}
table.objectListDashboardHeader td:nth-child(7) {
	padding: 5px 0px 0px 0px;
}

table.objectListDashboardHeader td img {
	margin-top: 3px;
	margin-bottom: -3px;
}

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

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

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 #ECECEC;
	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 #ECECEC;
	height: 20px;
}
	
table.acSimpleTable tr:nth-child(1) td:nth-child(4) {
	border-right: 1px solid #ECECEC;
}

/* -- Utilisation page -- */

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

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

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

table.objectListUtilizationPage {
	border-collapse: collapse;
}

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

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

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

table.objectListUtilizationPage tr:nth-child(1) {
	height: 18px;
}

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

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: 60px;
}

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

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: 60px;
}

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

table.objectListUtilizationPage th {
	vertical-align: top;
	color: black;
	padding-left: 5px;
	padding-right: 10px;
	text-align: left;
	border: 0px;
}

table.objectListUtilizationPage td {
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 10px;
	height: 36px;
	border: 1px solid #ECECEC;
	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 #ECECEC;
	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 #ECECEC;
}

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;
}

/* -- Generic Table -- */

table.genericTable {
	border-collapse: collapse;
}

table.genericTable th {
	background-color: #F00000;
	color: white;
	height: 30px;
	text-align: left;
}

table.genericTable td {
	height: 26px;
}

table.genericTable td {
	padding: 3px 3px 3px 5px;
}

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

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

/* -- Reports Table -- */

table.reportTable {
	border-collapse: collapse;
}

table.reportTable th {
	background-color: #F00000;
	color: white;
	height: 30px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

table.reportTable td {
	height: 26px;
}

table.reportTable td {
	padding: 3px 3px 3px 5px;
}

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

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

table.reportTable td:nth-child(2), table.reportTable td:nth-child(3), table.reportTable td:nth-child(4) {
	text-align: center;
}

/* -- Service page -- */

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

table.objectListServicePage {
	border-collapse: collapse;
}

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

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

table.objectListServicePage th {
	vertical-align: middle;
	color: black;
	padding-left: 5px;
	padding-right: 10px;
	height: 23px;
	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), table.objectListServicePage th:nth-child(1) {
	width: 195px;
}

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

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

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

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

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

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

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

/* -- Machine Detail page -- */

div.detailPageTabbar {
	width: 100%;
	height: 25px;
	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: #0099CC;
	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 #ECECEC;
	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 #018BB9;
	padding: 4px;
	font-weight: bold;
	background-color: #018BB9;
	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: #F00000;
	height: 26px;
	width: 1200px;
	position: absolute;
	padding-top: 7px;
	bottom: 0px;
	font-size: 10pt;
	font-family: "DIN Next W01 Regular", Calibri, 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: #F00000;
	color: white;
	font-weight: bold;
	padding: 5px;
	text-align: left;
	border: 1px solid #F00000;
	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 #F00000;
	padding: 4px;
	font-weight: bold;
	background-color: #F00000;
	color: white;
	text-align: left;
}

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 #F00000;
	padding: 4px;
	font-weight: bold;
	background-color: #F00000;
	color: white;
	text-align: left;
}

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;
}

/* 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: 10px;
	vertical-align: top;
}

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

/* IDEE module admin user management, collapsible */

table.userListOuter, table.userListInner {
	border-collapse: collapse;	
}

table.userListOuter td {
	border: 1px solid white;
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	padding: 0px 0px 0px 0px;
	min-width: 150px;
	vertical-align: top;
}

table.userListInner td {
	border: 1px solid white;
	padding: 0px 0px 0px 0px;
	min-width: 150px;
	vertical-align: top;
}

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

table.userListUsers {
	border-collapse: collapse;	
}

table.userListUsers td {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding: 4px;
	margin: 0px;
	min-width: 150px;
	vertical-align: top;
}

table.userListUsers td:nth-child(1) {
	border-left: 1px solid white;
}

table.userListOuter tr:last-child {
	border-bottom: 1px solid #c9c9c9;
}

table.userListInner td:last-child {
	border-bottom: 1px solid white;
}

table.userListOuter td:nth-child(1), table.userListInner td:nth-child(1), table.userListUsers td:nth-child(1), table.userListOuter th:nth-child(1) {
	width: 300px;
}

table.userListOuter td:nth-child(2), table.userListInner td:nth-child(2), table.userListUsers td:nth-child(2), table.userListOuter th:nth-child(2) {
	width: 200px;
}

table.userListOuter td:nth-child(3), table.userListInner td:nth-child(3), table.userListUsers td:nth-child(3), table.userListOuter th:nth-child(3) {
	width: 150px;
}

/* Table background colours */

table td.greenbg {
	background-color: green;
	color: white;
}

table td.yellowbg {
	background-color: yellow;
}

table td.redbg {
	background-color: red;
	color: white;
}

/* Track and Trace */

div.ttContent {
	min-height: 500px;
	font-size: 9pt;
	overflow-y: auto;
	position: relative;
	left: 0px;
	top: 0px;
}

/* Fixed Header Table */
/* @group Reset */

.fht-table,
.fht-table thead,
.fht-table tfoot,
.fht-table tbody,
.fht-table tr,
.fht-table th,
.fht-table td {
	/* position */
    margin: 0;
    
    /* size */
	padding: 0;

	/* text */
	font-size: 100%;
	font: inherit;
	vertical-align: top;
	}

.fht-table {
	/* appearance */
    border-collapse: collapse;
    border-spacing: 0;
	}

/* @end */

/* @group Content */

.fht-table-wrapper,
.fht-table-wrapper .fht-thead,
.fht-table-wrapper .fht-tfoot,
.fht-table-wrapper .fht-fixed-column .fht-tbody,
.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
/* appearance */
overflow: hidden;

/* position */
position: relative;
}

.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
	/* appearance */
    overflow: auto;
	}

	.fht-table-wrapper .fht-table .fht-cell {
		/* appearance */
		overflow: hidden;
		
		/* size */
	    height: 1px;
		}

.fht-table-wrapper .fht-fixed-column,
.fht-table-wrapper .fht-fixed-body {
    /* position */
    top: 0;
    left: 0;
    position: absolute;
    }
    
.fht-table-wrapper .fht-fixed-column {
    /* position */
    z-index: 1;
    }

/* @end */