﻿/* HEADINGS   
----------------------------------------------------------*/
h2
{
	font-size: 1.6em;
}

h3, h4, h5, h6
{
	color: #363329;
	font-weight: lighter;
	font-size: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3
{
	font-size: 1.4em;
	text-transform: capitalize;
}

h4
{
	font-size: 1.1em;
}

h5, h6
{
	font-size: 1em;
}

.section-header
{
	font-weight: lighter;
	display: inline;
}

.Warning
{
	font-weight: bold;
	color: Red;
}

.NoParaMargins p {
	margin: 0px;
}

#SmallFooter {
	padding-left: 20px;
}

.FloatSection {
	float: left;
	width: 450px;
}

.HighDataTable
{
	font-size: 11px;
}

.HoverButton
{
	cursor: pointer;
}

.CriticalInformation {
	color: blue;
	font-weight: bold;
}

.CategoryRow > td {
	border: 1px solid #eaeaea;
}

.CategoryRow > td {
	border-bottom-color: #bbbbbb;
}

.silverBackground {
	background-color: transparent;
	border: 1px solid transparent;
}

.ExpiredLicenceCategory {
	color: #ba5959;
}

.Warning {
	font-weight: bold;
	color: red;
}

.hint
{
	color: #CCCCCC;
}

.BigContentRegion textarea
{
	width: 100%;
	height: 500px;
}

.HoverMessageSelected
{
	background-color: #FFFFCC;
}

.MessageList
{
	min-width: 325px;
}

.ScrollableList
{
	overflow: scroll;
	overflow-x: hidden;
}

.MessageRow
{
	cursor: pointer;
}

.UnreadMessage
{
	font-weight: bold;
}

.CurrentlySelectedMessage
{
	background-color: #CCFFFF;
}

.GroupName
{
	background-color: Transparent;
}

.BigLink {
	display: inline-block;
	padding: 15px;
	font-size: medium;
	font-weight: bold;
	background-color: silver;
}

.ReadMessage
{
}

.MessageContent
{
	vertical-align: top;
	text-align: left;
	padding: 0px;
	margin: 0px;
	height: 450px;
	overflow: scroll;
	overflow-x: hidden;
}

	.MessageContent pre
	{
		white-space: pre-wrap;
	}

.ac_results
{
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

	.ac_results ul
	{
		width: 100%;
		list-style-position: outside;
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.ac_results li
	{
		margin: 0px;
		padding: 2px 5px;
		cursor: default;
		display: block;
		/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
		/*width: 100%;*/
		font: menu;
		font-size: 12px;
		/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
		line-height: 16px;
		overflow: hidden;
	}

.ac_loading
{
	background: white url('../Assets/ajax-loader-tiny.gif') right center no-repeat;
}

.ac_odd
{
	background-color: #eee;
}

.ac_over
{
	background-color: #0A246A;
	color: white;
}




/* css for timepicker */
.ui-timepicker-div .ui-widget-header
{
	margin-bottom: 8px;
}

.ui-timepicker-div dl
{
	text-align: left;
}

	.ui-timepicker-div dl dt
	{
		height: 25px;
	}

	.ui-timepicker-div dl dd
	{
		margin: -25px 0 10px 65px;
	}

.ui-timepicker-div td
{
	font-size: 90%;
}

.section-content
{
	display: inline-block;
}

.SectionLogo
{
	float: left;
}

.PortalTable
{
	border-style: none;
}

    .PortalTable td {
      border: none;
      font:inherit;
    }


.CenteredLiveViewScale
{
	text-align: center;
	padding: 0px;
    white-space: nowrap;
}

.CenteredLiveViewScale img {
	border: none;
}

.CenteredLiveViewScale .PermitNotSatisfied {
    display: inline-block;
}
.CenteredLiveViewScale .PermitNotSatisfied img {
    display: block;
}

.PortalTable td
{
	vertical-align: top;
}

.PortalTable ul
{
	list-style-type: none;
	text-align: left;
	padding-left: 0px;
	margin-left: 0px;
}

.PortalTable .section-header
{
	font-size: 1.6em;
}

.display-label
{
	font-weight: bold;
}

#RiskPortal .PortalTable
{
	display: inline-block;
	/* For testing: border: solid 1px red; */
	width: 340px;
	vertical-align: top;
}

#AdminSection
{
	min-height: 150px;
}

#AdminFunctions .PortalTable
{
	width: 750px;
}

.rightDriverMenu
{
	width: 175px !important;
	vertical-align: top;
}

.leftDriverMenu
{
	display: block
}

.AssessmentPanel
{
}

.AssessmentFrame
{
	width: 100%;
	height: 1750px;
	overflow: scroll;
	border: none;
}

.FullScreenWithFade
{
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	position: fixed;
	opacity: 0.6;
	filter: alpha(opacity=60);
	background-color: #CCCCCC;
}

.InFront
{
	z-index: 2;
}

.HiddenInitially
{
	display: none;
}

.TickBoxList-editor-field
{
	float: left;
	margin-left: 310px;
	width: 500px;
}

.SlicerPanel
{
	margin: 10px;
	font-size: smaller;
}

.SlicerHeader
{
	font-weight: bold;
}

.SlicerPanel ul
{
	padding: 0px;
	margin: 0px;
}

.SlicerPanel li
{
	list-style-type: none;
	display: inline-block;
	margin-right: 10px;
	padding: 5px;
	border: none;
}

.CurrentlyActive
{
	background-color: #FFDF5E;
}

.ExportButton
{
	float: right;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 400px;
}

.CourseNumberField
{
	display: inline-block;
	width: 25px;
}

.HelpText
{
	color: #515151;
	font-weight: bold;
}

.ReplacedDefault
{
	color: #666666;
	font-style: italic;
}

.live-view-container
{
	min-height: 41px;
	text-align: center;
}

a 
{
	/* white-space: nowrap;*/
}

.no-wrap
{
    white-space: nowrap;
}

/* Fieldset layout */

fieldset
{
    /*margin-left: auto;
    margin-right: auto;*/
	/* Look at changing, at first glance setting a min-width and a max width did the trick 
        but affected the login form and similar, however setting it unlimited width made a total mess of the UI layout */
    width: 850px; 
    
}

	fieldset .editor-label
	{
		text-align: right;
		width: 300px;
		display: inline-block;
		zoom: 1;
		*display: inline;
		padding: 0.2em;
		margin: 0;
		margin-top: 0.3em;
	}

	fieldset .display-label
	{
		text-align: right;
		width: 300px;
		/* REALLY only IE6 only? - this is also needed for IE7!! */
		display: inline-block;
		zoom: 1;
		*display: inline;
		padding: 0.2em;
		margin: 0;
		margin-top: 0.3em;
	}

	fieldset .nobr
	{
		display: none;
	}

	fieldset .editor-field
	{
		margin: 3px;
		display: inline-block;
		zoom: 1;
		*display: inline;
		left: 301px;
		width: 500px;
	}

	fieldset .display-field
	{
		margin: 3px;
		display: inline-block;
		zoom: 1;
		*display: inline;
		left: 301px;
		min-height: 20px; /*All browsers*/
		_height: 20px; /*IE6 only*/
		width: 500px;
	}

	fieldset textarea
	{
		height: 165px;
		width: 500px;
	}

	fieldset p
	{
		text-align: left;
	}

.display-label,
.editor-label,
.display-field,
.editor-field
{
	margin: 0;
}

.display-level, .editor-label
{
	vertical-align: top;
	text-align: left;
	/* white-space: nowrap; Removed to facilitate longer labels that wrap */
}

fieldset.dialog  {
    width: 550px;
}

fieldset.dialog .editor-label {
    width: 100px;
}

fieldset.dialog .editor-field {
    width: 350px;
}

.display-field, .editor-field
{
}

.display-label-inline, .editor-label-inline, .display-field-inline, .editor-field-inline
{
	margin: 0.5em 0;
	display: inline;
}

.text-box
{
	width: 30em;
}

	.text-box.multi-line
	{
		height: 6.5em;
	}



.LeftColumn {
    display: inline-block;
    vertical-align: top;
    min-width: 750px;
    background-color: #E6E7E7;
}

.LicenceCheckResult {

}

.BottomControls div {
    display: inline;
}

.LicenceViewer {
    background-color: #E6E7E7;
    margin-bottom: 25px;
    padding: 10px;
    max-width:1000px;
}

    .LicenceViewer fieldset {
        width: auto;       
        margin-bottom:0px;
    }

    .LicenceViewer .HelpText {
        font-weight: 200;
        background-color: #f2f2f2;
        margin-left: 5px;
    }

    .LicenceViewer p{
        margin-left:5px;
    }

    .LicenceViewer h4 {
        font-weight: 900;
        background-color: #CCCCCC;
        margin-top: 0px;
    }
   
.LicenceCheckPartViewer {
    border: 1px solid silver;
    background-color: #f2f2f2;
    padding-top: 0px;
    margin-bottom: 10px;
    max-width:1000px;
}

.LicenceCheckPartViewer table {
    width: 100%;
}

.Endorsements {
    border: 1px solid silver;
}

.EndorsementsHeader {
    font-weight: 900;
    background-color: #CCCCCC;
    padding: 10px;
    margin-top: 0px;
    margin-bottom:10px;
}

    .EndorsementsHeader h4{
        display:inline;
    }
    
    .EndorsementsHeader ul {
        display: inline;
    }
    
    .EndorsementsHeader ul li {
        display: inline;
        float:right;
    }

.Entitlements {
    border: 1px solid silver;
}

.EntitlementsHeader {
    font-weight: 900;
    background-color: #CCCCCC;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
}

    .EntitlementsHeader h4{
        display:inline;
    }

    .EntitlementsHeader ul {
        display: inline;
    }

        .EntitlementsHeader ul li {
            display: inline;
            float: right;
        }

.Tachocards {
    border: 1px solid silver;
}

.TachocardsHeader {
    font-weight: 900;
    background-color: #CCCCCC;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
}

    .TachocardsHeader h4 {
        display: inline;
    }

.CPC {
    border: 1px solid silver;
}

.CPCHeader {
    font-weight: 900;
    background-color: #CCCCCC;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
}

    .CPCHeader h4 {
        display: inline;
    }

.CPCTable tbody tr td {
    text-align: left;
}

.CPCTable thead tr .header {
    text-align: left;
}

.CPCTableRow ul {
    display: inline;
    padding:0px;
}

    .CPCTableRow ul li {
        display: inline;
        font-weight: 600;
    }

.TachoTable tbody tr td {
    text-align: left;
}

.TachoTable thead tr .header {
    text-align: left;
}

/* Table sorter CSS */
table thead tr .header {
    background-image: url(../Assets/bg.gif);
    background-repeat: no-repeat;
    background-position: right;
    cursor: pointer;
    padding-right: 16px;
}

table tbody td
{
}

table thead tr .headerSortUp
{
	background-image: url(../Assets/asc.gif);
}

table thead tr .headerSortDown
{
	background-image: url(../Assets/desc.gif);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp
{
}

/* Make more tabs fit */
.ui-tabs .ui-tabs-nav li a
{
	padding-left: 0.75em !important;
	padding-right: 0.75em !important;
}

/* Fix for the report viewer being too large because of the textbox inputs */
/* NOTE: The background color needs to be inherited from nothing so that our other CSS doesn't apply to it when the report is styled already. */
#ctl00_MainContent_ReportViewer table
{
	background-color: inherit !important;
}

	#ctl00_MainContent_ReportViewer table tr
	{
		height: auto !important;
		background-color: inherit !important;
	}

	#ctl00_MainContent_ReportViewer table td
	{
		margin: 0px;
		padding: 0px;
		border: none;
	}

#ctl00_MainContent_ReportViewer input[type="text"]
{
	width: 75px;
}

#ctl00_MainContent_ReportViewer input[size="3"]
{
	width: 20px;
}

input[type="text"]
{
	width: 200px;
}

input[type="password"]
{
	width: 200px;
}

/*
 Fix the CMS in the AADT metro layout
*/

.mceLayout tr
{
	height: auto !important;
}

/*

Manager homepage

*/

#QuickLinks
{
	float: right;
	position: relative;
	max-width: 220px;
    min-width: 180px;
}

	#QuickLinks #LinkBox UL
	{
		list-style-type: none;
		padding-left: 0px;
		padding-right: 0px;
	}

	#QuickLinks #LinkBox #Title
	{
		padding-left: 5px;
		font-weight: bold;
	}

	#QuickLinks #LinkBox
	{
	}

	#QuickLinks #SearchBox .SearchButton
	{
		display: none;
	}

	#QuickLinks #SearchBox #FirstLine
	{
		font-weight: bold;
		padding-bottom: 5px;
	}

	#QuickLinks TABLE
	{
		border: none;
	}

	#QuickLinks TD
	{
		border: none;
		vertical-align: text-top;
	}

/*

Login screen

*/

.RightLoginScreen
{
	display: inline-block;
	padding-right: 10px;
	vertical-align: top;
}

ui-widget {
	margin-bottom: 20px;
}

.LeftLoginScreen {
	display: inline-block;
	width: 440px;
	vertical-align: top;
}

	.LeftLoginScreen fieldset
	{
		width: 375px;
		position: relative;
	}

#PasswordRecoveryLink
{
}

.LeftLoginScreen fieldset .editor-label
{
	text-align: left;
	left: 0px;
	width: 110px;
}

.LeftLoginScreen fieldset .editor-field
{
	display: inline-block;
	left: 0px;
	width: 220px;
}

.RightLoginScreen fieldset p
{
	text-align: right;
}

.ModuleAvailabilityTable
{
	font-size: xx-small;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
	color: #ff0000;
}

.field-validation-valid
{
	display: none;
}

.input-validation-error
{
	border: 1px solid #ff0000 !important;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	font-weight: bold;
	color: #ff0000;
}

.validation-summary-valid
{
	display: none;
}

/* Misc */

.LinkList
{
	list-style-type: none;
	text-align: left;
	padding-left: 0px;
	margin-left: 0px;
}

	.LinkList li
	{
		list-style-position: outside;
	}

.clear
{
	clear: both;
}

.error
{
	color: Red;
}


.InvisibleHeader
{
	position: absolute;
	font-size: xx-small;
	visibility: hidden;
}

.LayoutTable
{
	vertical-align: text-top;
	background-color: Transparent;
	border: none;
}

	.LayoutTable tr td
	{
		border: none;
	}

	.LayoutTable tr
	{
		height: auto !important;
		background-color: Transparent;
	}

.ui-datepicker-calendar tbody tr
{
	height: auto !important;
}

.DashboardKey tr
{
	height: auto !important;
}

/* REALEX Support
----------------------------------------------------------*/

#mainBody
{
	margin-top: 96px;
}

table td .cctd
{
	text-align: left;
}

	table td .cctd input[type='submit']
	{
		margin-left: 55px;
	}

/* Hide things globally */
.footerBarRight p
{
	display: none;
}

.VersionString
{
	position: relative;
	top: 20px;
}

.PreviousNext
{
	display: block;
	position: relative;
}

	.PreviousNext .ButtonSpacer
	{
		display: inline-block;
		height: 40px;
	}

	.PreviousNext form
	{
		display: inline;
	}

    .PreviousNext input[type='button'][value='Back']
	{
		display: inline-block;
		/*margin-right: 780px;*/
	}

	.PreviousNext input[type='submit'][value='Previous']
	{
		display: inline-block;
		/*margin-right: 780px;*/
	}

    .PreviousNext input[type='button'][value='Previous']
	{
		display: inline-block;
		/*margin-right: 780px;*/
	}

    .PreviousNext input[type='button'][value='Earlier']
	{
		display: inline-block;
		/*margin-right: 780px;*/
	}

	.PreviousNext input[type='submit'][value='Next']
	{
		display: inline-block;
		position: absolute;
		right: 0px;
	}

    .PreviousNext input[type='button'][value='Next']
	{
		display: inline-block;
		position: absolute;
		right: 0px;
	}

    .PreviousNext input[type='button'][value='Later']
	{
		display: inline-block;
		position: absolute;
		right: 0px;
	}

    .PreviousNext input[type='submit'][value='Save']
	{
		display: inline-block;
		position: absolute;
		right: 0px;
	}

    .PreviousNext input[type='submit'][value='Confirm Booking']
	{
		display: inline-block;
		position: absolute;
		right: 0px;
	}

.WideTable
{
}

.LiveViewWideTable {

}

.LongTableHeader {
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
}

	.LongTableHeader div
	{
		font-size: xx-small;
	}

	.LongTableHeader div
	{
		/*position: absolute;
	margin-top: -20px;
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
	}

.RightButtonWrapper
{
	display: block;
	position: relative;
	text-align: right;
}

	.RightButtonWrapper input[type='submit'][value='Save']
	{
	}

#flashContent
{
	position: relative;
	left: 0px;
}

	#flashContent object
	{
		position: relative;
		left: -10px;
		left: -20px\9;
	}

.LearningFrame iframe
{
	position: relative;
	left: -10px;
	left: -20px\9;
}

fieldset
{
	margin-bottom: 15px;
}

.ExpandButton
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.DeletedRow
{
	font-weight: lighter;
	font-style: italic;
}

.BigRedExclamation
{
	background-image: url(../Assets/BigRedExclamation.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
}


/* Uploader Support
----------------------------------------------------------*/

.qq-uploader
{
	position: relative;
	width: 100%;
}

.qq-upload-button
{
	display: block; /* or inline-block */
	/*width: 105px;*/
	padding: 7px 0;
	text-align: center;
	background: DarkGray;
	border: 1px solid #000;
	color: #000;
	font-weight: bold;
}

.qq-upload-button-hover
{
	background: gray;
}

.qq-upload-button-focus
{
	outline: 1px dotted black;
}

.qq-upload-drop-area
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 70px;
	z-index: 2;
	background: Gray;
	text-align: center;
}

	.qq-upload-drop-area span
	{
		display: block;
		position: absolute;
		top: 50%;
		width: 100%;
		margin-top: -8px;
		font-size: 16px;
	}

.qq-upload-drop-area-active
{
	background: DarkGray;
}

.qq-upload-list
{
	margin: 15px 35px;
	padding: 0;
	list-style: disc;
}

	.qq-upload-list li
	{
		margin: 0;
		padding: 0;
		line-height: 15px;
		font-size: 12px;
	}

.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text
{
	margin-right: 7px;
}

.qq-upload-file
{
}

.qq-upload-spinner
{
	display: inline-block;
	background: url(../Assets/loading.gif);
	width: 15px;
	height: 15px;
	vertical-align: text-bottom;
}

.qq-upload-size, .qq-upload-cancel
{
	font-size: 11px;
}

.qq-upload-failed-text
{
	display: none;
}

.qq-upload-fail .qq-upload-failed-text
{
	display: inline;
}

.ReadyOnlyFleetDataFields select
{
	border: none;
	background: transparent;
}

.ReadyOnlyFleetDataFields input
{
	border: none;
	background: transparent;
}

/* New manager home dashboard */

.ModuleSection
{
	vertical-align: top;
	border-top: 1px solid #E8E8E8;
	margin-top: 5px;
    min-width: 680px;
    min-height: 100px;
}

.ManagerModuleLogo
{
	display: inline-block;
	vertical-align: top;
	width: 75px;
}

.ModuleStatisticsSection
{
	display: inline-block;
}

.ModuleTitleBlock
{
	vertical-align: top;
	display: inline-block;
	min-width: 160px;
}

.SideBySide
{
	display: inline-block;
	vertical-align: top;
	padding-right: 10px;
}

.ModuleTitleBlock #AssessmentId
{
	width: 160px;
}

.DynamicDashboardChart
{
	padding-top: 7px;
}

.fc tr
{
	height: auto;
}


.timePicker {
    border: 1px solid gray;
    overflow-y: scroll;
    height: 120px;
    width: 180px;
    position: absolute;
    background-color: #fff;
}

.timePicker ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.timePicker ul li p {
    padding: 3px;
    margin: 0;
}

.timePicker ul li:hover, .timePicker-selected {
    background-color: gray;
    color: #fff;
}

.UserPhoto {
	position: absolute;
}

.DriverDashboard iframe {
	width: 1050px;
	height: 640px;
	border: none;
}

.GroupDashboard iframe {
	width: 100%;
	height: 640px;
	border: none;
}

input[type='reset'] {
	display: none;
}

.ActionLinkUp
{
float :left;
display: block;
width: 20px;
height: 3px;
background-image: url(/Assets/desc.gif);

}

.ActionLinkDown
{
float :left;
display: block;
width: 20px;
height: 3px;
background-image: url(/Assets/asc.gif);

}

.ShortTextBox
{
    width: 30px !important;
}

.TermsAndConditions {
	height: 150px;
	overflow: scroll;
}

.SelectedSlot {
    border-left: 3px solid green;
    border-right: 3px solid green;
}

.SelectedSlotWithProblem {
    border-left: 3px solid red;
    border-right: 3px solid red;
}

.DrivingStyle_Green {
    color: green;
    text-align: center;
    font-size: larger;
}

.DrivingStyle_Amber {
    color: orange;
    text-align: center;
    font-size: larger;
}

.DrivingStyle_Red {
    color: red;
    text-align: center;
    font-size: larger;
}

.RegisterNotes {
    color: gray;
}

.NoApplicableCourses {
    color: darkred;
    margin: 30px 0px;
    width: 100%;
    text-align: center;
}

.RoleMembershipList {
    list-style-type: none;
    padding: 10px;
    margin: 0px;
}

.WizardSidebar {
    float: left;
}

.WizardSidebar img {
    margin-right: 8px;
}

.WizardSidebar p {
    margin-right: 16px;
}

.WizardPage {
    position: absolute;
    left: 230px;
}

.WizardLink_Active {
    font-size: larger;
    font-weight: bolder;
    color: maroon;
}

.WizardLink_Inactive {
    font-size: larger;
    font-weight: normal;
    color: black;
    cursor: pointer;
}

.WarningList li {
    color: maroon;    
}

.EditField {
    margin-top: 10px; 
    padding: 5px; 
    background-color: #F2EEE1;
    width: auto;
}

.LicenceConsentWarning {
    color: lightgray;
}

.TaskListConditional {
    color: #363329;
}

.PreviousNext {
	vertical-align: top;
	padding-top: 0px;
}

.PageSelection {
	height: 30px;
	margin-top: 0px;
}

.ButtonSpacer {
	text-align: center;
	width: 70%;
}

.InvisibleButtonSpacer {
	width: 135px;
	height: 35px;
	display: inline-block;
	margin-top: 0px;
}

.PageSelection li {
	display: inline-block;
	list-style-type: none;
	list-style-image: none;
}

.PageSelection {
	color: #444444;
	font-size: 13px;
}

.SelectedPage {
	font-weight: bolder;
	font-size: 20px !important;
	color: black;
}

.DriverHomepageAddition {
	width: 70%;
}

.Centered {
	margin-right: auto;
	margin-left: auto;
}

.CenteredButton {
	text-align: center
}

@media screen and (max-width: 1880px) {
	.LiveViewWideTable {
		zoom: 90%;
		-moz-transform: scale(0.90);
		-moz-transform-origin: 0 0;
	}
}

@media screen and (max-width: 1700px) {
	.LiveViewWideTable {
		zoom: 85%;
		-moz-transform: scale(0.85);
		-moz-transform-origin: 0 0;
	}
}

@media screen and (max-width: 1600px) {
	.WideTable {
		zoom: 90%;
		-moz-transform: scale(0.90);
		-moz-transform-origin: 0 0;
	}

	.DriverDashboard iframe {
		zoom: 95%;
		-moz-transform: scale(0.95);
		-moz-transform-origin: 0 0;
	}

	.DriverDashboard {
		overflow: hidden;
	}
}

@media screen and (max-width: 1615px) {
	.LiveViewWideTable {
		zoom: 80%;
		-moz-transform: scale(0.80);
		-moz-transform-origin: 0 0;
	}
}

@media screen and (max-width: 1525px) {
	.LiveViewWideTable {
		zoom: 75%;
		-moz-transform: scale(0.75);
		-moz-transform-origin: 0 0;
	}
}

@media screen and (max-width: 1430px) {
	.LiveViewWideTable {
		zoom: 70%;
		-moz-transform: scale(0.70);
		-moz-transform-origin: 0 0;
	}
}

@media screen and (max-width: 1400px) {
	.WideTable {
		zoom: 75%;
		-moz-transform: scale(0.75);
		-moz-transform-origin: 0 0;
	}

	.DriverDashboard iframe {
		zoom: 95%;
		-moz-transform: scale(0.95);
		-moz-transform-origin: 0 0;
	}

	.DriverDashboard {
		overflow: hidden;
	}
}

@media screen and (max-width: 1350px) {
	.LiveViewWideTable {
		font-size: medium;
		zoom: 65%;
		-moz-transform: scale(0.65);
		-moz-transform-origin: 0 0;
	}
}

@media screen and (max-width: 1300px) {
	.WideTable {
		font-size: medium;
		zoom: 65%;
		-moz-transform: scale(0.65);
		-moz-transform-origin: 0 0;
	}

    .DriverDashboard iframe {
        zoom: 78%;
        -moz-transform: scale(0.78);
        -moz-transform-origin: 0 0;
    }
    .DriverDashboard {
        overflow: hidden;
    }
}

@media screen and (max-width: 1260px) {
	.LiveViewWideTable {
		font-size: large;
		zoom: 55%;
		-moz-transform: scale(0.55);
		-moz-transform-origin: 0 0;
	}
	.LiveViewWideTable th {
		font-size: medium;
	}
}

@media screen and (max-width: 1200px) {
	.WideTable {
		font-size: large;
		zoom: 55%;
		-moz-transform: scale(0.55);
		-moz-transform-origin: 0 0;
	}

	.WideTable th {
		font-size: medium;
	}
}

@media screen and (max-width: 1130px) {
	.LiveViewWideTable {
		font-size: large;
		zoom: 50%;
		-moz-transform: scale(0.5);
		-moz-transform-origin: 0 0;
	}
}

@media screen and (max-width: 1100px) {
	.WideTable {
		font-size: large;
		zoom: 45%;
		-moz-transform: scale(0.45);
		-moz-transform-origin: 0 0;
	}

    .DriverDashboard iframe {
        zoom: 65%;
        -moz-transform: scale(0.65);
        -moz-transform-origin: 0 0;
    }
    .DriverDashboard {
        overflow: hidden;
    }
}

@media screen and (max-width: 1024px) {
	.WideTable {
		font-size: small;
		zoom: 40%;
		-moz-transform: scale(0.40);
		-moz-transform-origin: 0 0;
	}
    .DriverDashboard iframe {
        zoom: 65%;
        -moz-transform: scale(0.65);
        -moz-transform-origin: 0 0;
    }
    .DriverDashboard {
        overflow: hidden;
    }
}

.LicenceMetroBlocks {
  padding-left: 0px;
}

.LicenceMetroBlocks li {
  width: 240px;
  height: 100px;
  margin: 2px;
  padding: 10px;
  padding-top: 30px;
  display: inline-block;
  font-size: 16px;
  font-weight: bolder;
  vertical-align: middle;
  text-align: center;
}

#DownloadUKMandateBigButton {
	background-color: #A8DE97
}

#DownloadDVAMandateBigButton {
	background-color: #93C284
}

#DownloadD796MandateBigButton {
	background-color: #799D6D
}

#EConsentBigButton {
	background-color: cornflowerblue;
}

.OptionalDriverAssessments {
	display: none;
}

.OperationInProgress {
	border: 1px solid black;
	background-color: aliceblue;
	font-size: large;
	color: black;
	display: block;
	text-align: center;
}

table .CenteredLiveViewScale
{
	padding-left: 1px !important;
	padding-right: 1px !important;
}

.LiveViewTable .DangerousRisk {
	background-color: crimson; color: cyan;
	font-weight: bolder;
	text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}
.LiveViewTable .dangerousRisk {
	background-color: crimson; color: cyan;
	font-weight: bolder;
	text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}
.LiveViewTable .HighRisk {
	background-color: red; color: white;
}
.LiveViewTable .MediumRisk {
	background-color: #FFCA00; color: black;
}
.LiveViewTable .LowRisk {
	background-color: green; color: white;
}
.LiveViewTable .highRisk {
	background-color: red; color: white;
}
.LiveViewTable .mediumRisk {
	background-color: #FFCA00; color: black;
}
.LiveViewTable .lowRisk {
	background-color: green; color: white;
}
.LiveViewTable .UnknownRisk {
	background-color: silver; color: black;
}

.LiveViewTable .BlueRisk {
	background-color: dodgerblue; color: white;
}

.LiveViewTable .InProgressRisk {
	background-color: black; color: white;
}

.LiveViewTable .MediumDensity {
	font-size: 10px;
	padding: 6px;
}

.LiveViewTable .HighDensity {
	font-size: 8px;
	padding: 4px;
	margin-bottom: 2px;
}
.LiveViewTable .LowDensity {
	padding: 10px; 
}

.LiveViewTable .Clickable {
	cursor: pointer;
}

.FixedWidthLiveView {
	width: 100px;
}

/* Carousel */
.carousel {
    display: table-row;
}

.carousel > * {
    display: table-cell;
}

.carousel-btn {
    background-color: #434343;
    vertical-align: middle;
    cursor: pointer;
}

.carousel-btn.disabled {
    background-color: #A2A2A2;
    cursor: default;
}

.arrow {
    margin: 0 5px;
}

.arrow.left {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #fff;
}

.arrow.right {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #fff;
}

.carousel-next:hover .arrow.right {
    border-left: 20px solid #fc0;
}

.carousel-next.disabled:hover .arrow.right {
    border-left: 20px solid #fff;
}

.carousel-prev:hover .arrow.left {
    border-right: 20px solid #fc0;
}

.carousel-prev.disabled:hover .arrow.left {
    border-right: 20px solid #fff;
}

.carousel-content {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;    
    background-color: lightcyan;
    color: black;
    text-align: center;
    padding: 5px 5px;
    border-radius: 6px;
    border-color: gray;
    border-style: solid;
    border-width: 1px;
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 80%;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.p2d-explain {
    position: absolute;
    display: none;
    padding: 0px;
    margin: 5px;
    font-size: smaller;
    background-color: rgb(225, 225, 225);
    padding: 5px;
    border-radius: 6px;
    border-color: gray;
    border-style: solid;
    border-width: 1px;
}