html {
}
body, table, a, p, input {
	font: 12px Helvetica, Arial, Verdana;
	color: #383838;
}
a {
	color: #2726b0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

body {
	overflow-y: scroll;
	background-color: #ffffff;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
body.showingoverlay {
	overflow-y: hidden;
}
td, th {
	vertical-align: top;
}
.FL {
	float: left;
}
.FR, div.FloatRight {
	float: right;
}
div.Hidden, tr.Hidden {
	height: 0px;
	overflow: hidden;
	display: none !important;
}
tr.Hidden.show { display: table-row; }
tr.Hidden td { padding: 0px; }
.TC {
	text-align: center;
}

table {
	border-collapse: collapse;
	empty-cells: show;
}
form {
	clear: both;
	margin: 0px;
	padding: 0px;
}
input, select, textarea {
	border: 1px #a8a8a8 solid;
	text-indent: 3px;
	font-size: 0.9em;
}
select {
	text-indent: 0px;
}
form input.checkbox, form input.radio {
	float: left;
}
table input.text, table select, table textarea, table div.inputfield {
	width: 50%;
}
table.fullwidth input.text, table.fullwidth select, table.fullwidth textarea {
	width: 100%;
}
form input.radio {
	float: left;
	width: 12px;
	height: 12px;
	border: none;
	margin: 0px;
	margin-right: 3px;
}
form label {
	float: left;
	margin-right: 5px;
}
/*
	padding-top: 4px;
	_padding-top: 0px;
	vertical-align: middle;
}*/

ol {
	padding: 0px;
}
ol li.NeedAck {
	width: 80%;
}

input#MissingField {
	background-color: #ffff00;
	border-color: #ff0000;
}

div#Stage {
/*	width: 100%;
	min-width: 1010px;
	max-width: 1080px;*/
	width: 1080px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div#Stage table.MainTable, div#Stage div.MainContent, div#Stage .MarginLeft {
/*	margin-left: 135px;*/
}

div#Menu {
	position: absolute;
/*	top: 0px;
	left: 0px;*/
	margin-left: -140px;
	width: 130px;
	text-align: left;
	text-transform: uppercase;
	z-index: 99;
}
div#Menu input.button {
	margin-bottom: 60px;
	margin-right: 0px;
}
div#Menu a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 1.2em;
}
div#Menu a:hover, div#Menu div.MO {
	text-decoration: none;
	background-color: #f2f2f2;
}
div#Menu div {
	clear: both;
}
div#Menu div.MenuSectionTitle {
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 15px;
	border: 1px #a8a8a8 solid;
	padding-left: 5px;
	width: 100%;
	max-width: 125px;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.2em;
}
div#Menu div.MenuSectionTitle div.FloatRight {
	padding-right: 3px;
}
div#Menu div.MenuSection {

}
div#Menu div.MenuSection a {
	padding-left: 10px;
}

table.MainTable, div.MainContent {
	width: 100%;
	text-align: left;
	margin: 0px;
}

input.SubmitButton {
	width: 30%;
	color: #ffffff;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
}
input.SubmitButton:hover {
	font-weight: bold;
}
input.Create {
	background-color: #00bb00;
}
input.Reset {
	margin-left: 5%;
	color: #000000;
}
input.Cancel {
	margin-left: 5%;
	background-color: #bb0000;
}
select.Date, table.MainTable.VXA table.Section select.Date, table.MainTable.Section select.Date {
	width: auto;
}
div.MainContent {
	margin-top: 15px;
}

#TrackingNo {
	vertical-align: bottom;
}
td.BKWDetails {
	font-size: 1.1em;
}
.Title {
	font: bold 16px Arial, Helvetica, sans-serif;
	margin: 0px;
}
#PageTitles td.Title select {
	display: inline;
	width: auto;
	vertical-align: bottom;
}
td.BKWDetails p.Title {
	font-size: 1.8em;
}
tr#PageTitles td {
	text-align: center;
	padding-top: 10px;
	vertical-align: top;
	height: 40px;
}
tr#PageTitles td input, tr#PageTitles td label {
	float: none;
	display: inline;
	vertical-align: middle;
	padding: 0px;
	margin-top: -3px;
}
tr#PageTitles td form input {
	margin-left: 5px;
}
tr#PageTitles td form label {
	margin-top: -3px;
	padding-left: 0px;
	margin-right: 2px;
}
tr#PageTitles td {
	text-transform: uppercase;
}

div.PrintBox {
	min-height: 13px;
}
.Right {
	text-align: right;
}
.PrintBox.mileage_free, .PrintBox.mileage_perkm { display: inline; border-bottom: 1px black solid; padding: 0px 0.5em; }

div#Footer {
	float: left;
	clear: both;
	margin-top: 50px;
	text-align: right;
	color: #a8a8a8;
}

.SimpleRow {
	clear: both;
}
/*.SimpleRow img {
	position: absolute;
	margin-left: 3px;
}*/
p.SimpleRow {
	float: left;
	margin-top: 10px;
}
div.SRHeading {
	width: 100%;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #888888;
	border: 1px black solid;
}
div.SRHeading div.SimpleBlock {
	font-weight: bold;
	color: #ffffff;
	text-indent: 3px;
}
div.SRSpacer {
	height: 30px;
}
div.SimpleBlock {
	float: left;
	display: inline;
	margin-top: 5px;
}
div.SimpleBlock span {
}
.Width100 {
	width: 100px;
}
.Width150 {
	width: 150px;
}
.Width200 {
	width: 200px;
}
.Width300 {
	width: 300px;
}
.Width400 {
	width: 400px;
}
.Width100P {
	width: 100%;
}
.DHeading {
	text-align: right;
	font-weight: bold;
	margin-right: 15px;
}

.Required {
	background-color: #ffff66;
}
.Attention {
	color: #ff0000;
	font-weight: bold;
}

.ListingHeading, div.ListingHeading {
	text-transform: uppercase;
	background-color: #d8d8d8;
	cursor: pointer;
	text-indent: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px black solid;
	font-weight: bold;
	font-size: 1.15em;
	margin-top: 10px;
}
.ListingHeading .FloatRight {
	margin-right: 10px;
}
.ListingGroup {
	float: left;
}

div.DivSelect {
	position: absolute;
	width: 350px;
	padding-bottom: 20px;
	border: 1px #8888ff solid;
	border-top: none;
	margin-top: 16px;
	z-index: 99;
	background-color: #ffffff;
}
div.DivSelect a {
	display: block;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
}
div.DivSelect a:hover {
	background-color: #ffff88;
}

/*
table.Standard {
	width: 90%;
	margin-left: 10%;
}
table.Standard th, table.Standard td {
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px #2827b1 solid;
}
table.Standard th {
	width: 30%;
	background-color: #2827b1;
	color: #ffffff;
	text-align: right;
	padding-right: 10px;
	border-bottom-color: #ffffff;
	border-right: none;
}
table.Standard td {
	padding-left: 10px;
	border-left: none;
}
table.Standard tr.Spacer th, table.Standard tr.Spacer td {
	background-color: #2827b1;
}
table.Standard tr.Spacer th {
	border-bottom: 1px #2827b1 solid;
}
*/
input.button {
	margin-right: 3px;
	background-color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	padding: 0px 3px 0px 3px;
	width: auto;
	overflow: visible;
}
input#MouseOver {
	background-color: #e8e8e8;
	border-color: #2827b1;
}

table {
	width: 90%;
	margin-left: 5%;
	empty-cells: show;
}
table.Small {
	width: 500px;
}
table th, table td {
	padding-top: 5px;
	padding-bottom: 5px;
}
table th {
	width: 200px;
	text-align: right;
	padding-right: 10px;
	background-color: #e8e8e8;
	border: 1px black solid;
	color: #2827b1;
}
table td {
	padding-left: 10px;
	border-left: none;
}
form.DataEntry table td, table.Col2 td {
	width: 750px;
}
form.DataEntry table.Small td {
	width: 300px;
}
form.DataEntry table div.inputfield.ant {
	text-align: center;
}
table tr.Spacer td {
	font-size: 1px;
	height: 15px;
	border: none;
}
table tr.Heading th {
	text-align: left;
	text-indent: 215px;
	text-transform: uppercase;
	font-size: 1.15em;
	width: 100%;
}
table tr th.Left {
	padding-left: 10px;
	text-align: left;
}
table div.Button {
	clear: none;
	display: inline;
	position: absolute;
	text-indent: 0px;
	margin-left:-200px;
}
table td div.Button {

}
table tr.Buttons th, table tr.Buttons td {
	border: 0px #ffffff solid;
	background-color: #ffffff;
	padding-top: 10px;
}

table tr.ColHeadings th, table tr.ColHeadings td {
	font-weight: bold;
	font-variant: small-caps;
	font-size: 0.9em;
}
table.Listing {
}
table.Listing td {
	border-bottom: 1px black solid;
	border-left: 1px black solid;
	border-right: 1px black solid;
}
table.Listing td.NoBorder {
	border: none;
}
table tr.Highlight td {
	background-color: #ffbb44;
}
table.Listing .NoDisplay, table.Listing .NoDisplay * {
	opacity: 0;
	height: 0px;
	padding: 0px;
	border: 0px;
}

table.Report {
	width: 100%;
	margin: 0px;
}
table.Report th, table.Report td {
	height: 22px;
	vertical-align: middle;
	text-align: center;
	padding-left: 0px;
}
table.ReportBordered th, table.ReportBordered td {
	border: 1px #000000 solid;
}
table.Report tr.Right td, table.Report tr.Right th, table.Report td.Right, table.Report tr.ColHeadings td.Right {
	text-align: right;
}
table.Report tr.Totals td {
	border-top: 3px black double;
	border-bottom: 3px black double;
	font-weight: bold;
}
table.Report tr.ColHeadings {
	background-color: #ffffdf;
}
table.Report td img.MY {
	position: absolute;
	vertical-align: middle;
	margin-left: 3px;
}
table a img { height: 2em; }

img.Icon.Out {
	position: absolute;
	margin-left: 3px;
	cursor: pointer;
}

table.VXA {

}
table.VXA td#Left, table.VXA td#Right {
	padding: 0px;
}
table.VXA table.Section td {
	font-size: 0.9em;
	margin-bottom: 5px;
}
table.VXA a {
	font-size: 10px;
}
table.VXA input.text, table.MainTable select, table.MainTable textarea {
	width: 100%;
	box-sizing: border-box;
}
table.VXA input.radio, table.VXA input.checkbox {
	width: auto;
	border: none;
	float: left;
	margin: 0px;
}
table.VXA input.button {
	font-size: 0.9em;
}
table.VXA label {
	float: left;
	margin-top: 2px;
	padding-left: 3px;
	margin-right: 5px;
}

table.VXA p {
	padding: 0px;
	margin: 0px;
}
table.Section, td.Section {
	width: 100%;
	border: 1px #000000 solid;
	margin: 0px 0px 5px 0px;
}
table.Section td {
	padding: 3px;
}
table tr.U td {
	border-bottom: 1px #000000 solid;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
}
table.Section tr.O td {
	border-top: 1px #000000 solid;
}
table.Section th, tr.Section th, table.Section tr.TH td {
	color: #ffffff;
	background-color: #282828;
	text-transform: uppercase;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
table.Section th, tr.Section th {
	width: auto;
}
tr.Section th {
	border-left: 1px #000000 solid;
}

#Right td, #Right th {
	border-bottom: 1px #000000 solid;
}
.SignatureBlock {
	text-align: center;
	position: relative;
	vertical-align: bottom;
}
div.SignatureBlock {
	width: 220px;
	height: 120px;
}
.SignatureBlock a {
	display: inline-block;
	width: 100%;
	height: 100px;
	text-align: center;
}
.canvastrigger img, .SignatureBlock img, .absSig > a { max-width: 100%; max-height: 100%; }
.CardSignature a, .CardSignature img { max-height: 2.5em; }
div#signaturediv, div#annotationdiv { position: fixed; width: 100%; height: 100%; z-index: 1000; background: #ffffff; top: 100%; left: 100%; text-align: center; }
div.show#signaturediv, div.show#annotationdiv { top: 0px; left: 0px;  }
div#signaturediv > * { position: absolute; left: 0px; width:100%; }
div#signaturediv > a { z-index: 11; }
canvas { top: 0px; z-index: 10; height: 100%; background: none; }
div#signaturediv span { z-index: 0; display: inline-block; top: 45%; font-size: 3em; letter-spacing: 3px; color: #d8d8d8; }
div#signaturediv .signatureactions, div#annotationdiv .annotateactions { position: fixed; z-index: 1001; left: auto; right: 0px; top: 0px; width: auto; display: none; }
div#signaturediv .signatureactions a, div#annotationdiv .annotateactions a, .custsign div.signatureactions a { display: inline-block; padding: 1em; font-size: 2em; }
div.show#signaturediv .signatureactions, div.show#annotationdiv .annotateactions { display: block; }
div.annotatecontainer span { position: absolute; border: 2px #ff0000 solid; padding: 0.5em; margin-left: -1em; margin-top: -1em; background: #ffffff; cursor: pointer; }
form.DataEntry .annotatecontainer { display: inline-block; }
.annotatetarget { cursor: pointer; }
.annotatetarget.viewonly { cursor: default; }
div#annotationdiv { overflow-y: scroll; }
div#annotationdiv .annotatecontainer { width: 90%; margin-left: 5%; height: 100% !important; }
div#annotationdiv img.annotatetarget { width: 100%; height: auto !important; }

.VXASignatures { vertical-align: bottom; }
.canvastrigger { display: block; width:100%; height: 80%; border: 1px #ff0000 solid; box-sizing: border-box; cursor: pointer; }
.canvastrigger.hirersignature { border-style: dotted; border-color: #000000; }
.absSig { position: relative; }
.absSig canvas, .absSig .canvastrigger, .absSig img, .absSig > a { position: absolute; top: -50%; left: -20%; }
.absSig canvas { width: 140%; height: 180%; }
.absSig .canvastrigger, .absSig > a { width: 101%; height: 100%; left: -1px; top: -1px; }
.AckSignature a, .AckSignature canvas, .AckSignature .canvastrigger { position: absolute; height: 200px !important; bottom: 2em; top: auto; }
.AckSignature a, .absSig img, .AckSignature img { bottom: 2em; top: auto; width: 100%; height: auto; right: 0px; left: auto; }
.SignatureBlock a, .AckSignature a, .Signature a, .custsign div#signaturediv {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.WaiverSignature a, .WaiverSignature a.canvastrigger {
	height: 180%;
	max-height: 180%;
	top: 10%;
	width: 50%;
	left: auto; right: 0.5em;
}
.AckSignature {
	float:right;clear:both;display:block;width:150px;margin-top:190px;padding-top:5px;border-top:1px #000000 solid;text-align:center;
}
.AckSignature a {
	top: -190px;
	height: 190px;
	max-height: 190px;
}
.custsign div#signaturediv {
	clear: both;
	position: relative;
	height: 500px;
	border: 1px dotted #ccc;
	background-size: auto;
	margin-bottom: 2em;
}
.custsign div.signatureactions a { font-size: 1em; }
.custsign { text-align: center; }
.custsign p { text-align: left; }
.custsign input.SubmitButton { margin-right: 0px; font-size: 1.2em; }
.custsign .uploaddivs > div { display: inline-block; width: 48%; padding: 5em 0px; position: relative; border: 1px dotted #ccc; cursor: pointer; }
.custsign .required { border-color: #ff0000 !important; }
.custsign .required#signaturediv > span, .custsign .required .dz-message { color: #ff0000; }
driversignature { }

.dropzone { border-width: 1px; }
.uploaddivs > div { max-width: 49%; }
.VXA .uploaddivs > div { width: 47.5%; max-width: 47.5%; }
.dropzone .dz-preview, .dropzone .dz-preview * { cursor: pointer; }

.DataEntry table .dz-preview {
	float: none;
	margin: auto;
	display: block;
}
.DataEntry table .dz-preview+.dz-preview {
	margin-top: 1em;
}

div.SignatureLine {
	width: 100%;
	border-bottom: 1px #000000 solid;
}
#waiversignature { position: absolute; width: 50%; left: auto; right: 1em; bottom: -100%; height: 200%; }

.TermsConditions {
	text-align: justify;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	width: 100%;
}
ul {
	margin: 0px;
	padding: 0px;
}
.TermsConditions ul {
	padding-left: 20px;
}
li {
	text-align: left;
	list-style-position: inside;
	margin-top: 5px;
}
ul li {
	list-style-type: disc;
}
td.RightBorder {
	border-right: 1px #000000 solid;
}

table#ReturnForm {
	margin-top: 10px;
}
table#ReturnForm, table#ReturnForm td, table#ReturnForm th {
	border: 1px #000000 solid;
}
table#ReturnForm td { vertical-align: middle; text-align: center; }
table#ReturnForm .Signature {
	vertical-align: bottom;
}

table#Remarks select {
	width: 50%;
	display: inline;
}

table.Receipt table.Section th, table.Receipt table.Section td, table.Receipt div {

}
table.Receipt table.Section td {
	border-bottom: 1px black solid;
}
table.Receipt div.IssuedBy {
	width: 100%;
	border-top: 1px black solid;
	margin-top: 175px;
	text-align: right;
}

.ShowHideSection {
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	font-weight: bold;
}
.ShowHideSection div {
	width: auto;
	display: inline;
	font-size: 1.15em;
	margin-right: 10px;
	padding: 0px 5px 0px 5px;
	border: 1px black solid;
}
.ShowHideDetails {
	padding-left: 30px;
}

a.PageLink {
	margin-left: 5px;
}
a.PageLink.Current {
	color: #000000;
}
a.PageLink.LastViewed {
	color: #ff0000;
}

tr.PendingReturn td {
	background-color: #e0e0ff;
}
tr.Hover td {
	background-color: #e0ffe0;
}
table.Report td.NoBorder {
	text-align: left;
}

table tr.Blacklisted1 td {
	background-color: #ffaaaa;
}

td.Black, td.Blue, td.Green {
	color: #ffffff;
}

div.PetrolBar {
	position: absolute;
	width: 250px;
	margin-left: 9px;
	height: 14px;
	border: 1px black solid;
	text-align: center;
}
div.PetrolBar div {
	position: absolute;
	height: 100%;
	background-color: #aaaaaa;
	z-index: 80;
}
div.PetrolBar span {
	position: absolute;
	height: 100%;
	z-index: 90;
	color: #000000;
	font-weight: bold;
	width: 100%;
	left: 0px;
	text-align: center;
}

input.hidden.hasDatepicker {
/*	width: 1px;
	height: 1px;
	border: 0px;
	margin-top: -2px;
	position: absolute;*/
	width: 100px;
}
img.DP {
	height: 18px;
	float: left;
	margin-right: 5px;
}
.VXA img.DP {
	position: absolute;
	margin-left: -18px;
}
table input.date, input.date, table.VXA input.date {
/*	width: 1px;
	height: 1px;
	border: 0px;
	position: absolute;*/
	width: 100px;
}
div.ui-datepicker-inline {
	width: 100%;
}
div.ui-datepicker-inline div.ui-datepicker-header {
	width: 99%;
}
div.ui-datepicker-inline div.ui-datepicker-title {
	width: 80%;
}
div.ui-datepicker-inline .highlight a {
	border-color: red;
}

#inactive {
	position: fixed;
	top: -4em;
	left: 0px;
	width: 100%;
	box-model: border-box;
	background: #ffff00;
	color: #000000; font-weight: bold;
	padding: 1em;
	font-size: 0.9em;
	z-index: 99999;
	text-align: center;
}
#inactive.show {
	top: 0px;
}

.tablesearch {
	position: relative;
	overflow: hidden;
}
.tablesearch .cancel {
	position: absolute;
	top: 2px;
	right: 2px;
	background: #484848;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.9em;
	padding: 2px;
	width: 16px;
	text-indent: 0px;
	text-align: center;
	border-radius: 10px;
	display: block;
}
.tablesearch .cancel.Hidden {
	display: none;
}
.tablesearch input {
	background: url(images/icon_search.png) no-repeat 98% 50%;
	background-size: auto 80%;
	height: 100%;
	font-size: 1.15em;
}
.tablesearch input:focus {
	background: white;
	border: 1px black solid;
}



.mobileonly { display: none; }
.abs { position: absolute; }
.withtransition, .withtransition * {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

button, .Buttons input {
	background-color: #e8e8e8;
	border: 1px black solid;
	padding: 0.3em 0.6em;
	border-radius: 4px;
	margin-bottom: 4px;
	font-size: 1.2em;
}
button:hover {
	border-color: #0000ff;
	background-color: #ffffff;
}
button.replacement, button.deactivate { color: #ffaa00; }
button.complete, button.process, button.reactivate, button.remove.blacklist, button.set.member, button.payment { color: #00ee00; }
button.delete, button.void, button.cancel, button.blacklist, button.unset.member, button.decomm { color: #ff0000; }
td.actions { white-space: nowrap; }

.shortcuts { float: left; }
.shortcuts > div { margin-bottom: 0.5em; }
.dataTables_filter { text-align: right; }
.dataTables_filter input { padding: 0.5em; margin-left: 0.5em; }
table.dataTable { margin: 0px; margin-bottom: 1em; }
.dataTables_scrollHead table.dataTable { margin-bottom: 0px; margin-top: 1em; }
.dataTables_wrapper .bottom > div { display: inline-block; width: 33%; }
.dataTables_paginate { text-align: center; }
.dataTables_paginate a { padding: 0px 1em; cursor: pointer; }
.dataTables_paginate .current { color: #000000; }
.dataTables_info { text-align: right; }

#imagepreview { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background-color: #f8f8f8; display: none; z-index: 100; overflow-y: auto; }
#imagepreview .fa-times-circle { position: absolute; top: 0px; right: 0px; width: 2em; height: 2em; font-size: 2.5em; line-height: 2em; text-align: center; cursor: pointer; }
#imagepreview.show { display: table-cell; }
#imagepreview img { max-width: 80%; margin-top: 2em; }

@media only screen and (min-width: 1500px) {

div#Stage {
	width: 1280px;
}

}

@media only screen and (max-width: 994px) {

.mobileonly { display: block; }

div#Stage {
	width: 100%; margin: 0% !important; padding: 10px; min-width: 640px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	overflow: hidden;
}
div#Footer { float: none; }

div#Menu {
	margin-left: -180px;
	overflow: visible;
	width: 150px;
	padding: 20px;
	top: 0px;
}
div#Menu.shown {
	margin-left: -10px;
	background: #ffffff;
	box-shadow: 10px 10px 10px 0px #888888;
	-webkit-box-shadow: 10px 10px 10px 0px #888888;
	-moz-box-shadow: 10px 10px 10px 0px #888888;
}
#MenuTrigger {
	margin-top: 60px;
	left: 170px;
	background: #ffffff;
	border: 1px black solid;
	border-left: 0px;
	border-left-top-radius: 2em;
}
#MenuTrigger a {
	padding: 1em !important;
	outline: none;
}
div#Menu.shown #MenuTrigger {
	margin-left: 20px;
}
div#Menu.shown #MenuTrigger img {
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
div#Menu div.MenuSectionTitle, div#Menu a, div#Menu div.MenuSection a {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
div#Menu a, div#Menu div.MenuSection a {
    padding-left: 0px;
}
.abs .icon {
	width: 24px;
}
#ScrollToTop {
	position: fixed;
	right: -50%;
	bottom: 1em;
	display: inline-block;
	box-shadow: 0px 0px 10px 0px #888888;
	-webkit-box-shadow: 0px 0px 10px 0px #888888;
	-moz-box-shadow: 0px 0px 10px 0px #888888;
	border-radius: 0.5em;
}
#ScrollToTop a {
	display: inline-block;
	text-align: center;
	padding: 1em;
}
.shown#ScrollToTop {
	right: 1em;
}

table.Listing {
/*	table-layout: fixed;*/
}
table td {
	word-wrap: break-word;
}
.MainContent > table {
	width: 100%;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	margin: 0px;
}
/*#Menu, #Menu a, .MainContent table *, .VXA *, #Remarks *, form * {
	font-size: 1.35em !important;
}*/
table.Section th, tr.Section th, table.Section tr.TH td, .SubmitButton {
	line-height: 2em;
}
.MainContent table th, .MainContent table td, .VXA th, .VXA td {
	vertical-align: middle;
}
.Width100, .Width150 { width: auto; margin-right: 0.5em; }
form .SimpleRow { padding-bottom: 1em; }
form .SimpleRow input { padding: 3px; }
form .SimpleRow input.button { padding: 3px 10px; }
form .SimpleRow img.DP { height: 28px; margin-right: 0px; }
.ui-datepicker { width: auto; max-width: 24em; }
.ui-datepicker, .ui-datepicker * { font-size: 1.2em; }
table td {
	padding-left: 3px;
}
table input.text, table select, table textarea, table div.inputfield {
	width: 100%;
	padding: 0.5em;
}
table.VXA input.radio, table.VXA input.checkbox {
	margin-top: 5px;
}
table input.date {
	width: 50%;
}
table.VXA input.date {
	width: 120px;
}
table img.DP, .VXA img.DP {
	height: 2.5em;
	position: relative;
	margin-left: 0px;
}
table input.button {
	padding: 0.5em 1em;
	margin-bottom: 0.5em;
	max-width: 100%;
}
table.Listing input.button {
	padding-left: 0em;
	padding-right: 0em;
	width: 94%;
	margin-left: 3%;
}
/*table.MainTable.VXA {
	display: block;
}*/
table.VXA td#Left, table.VXA td#Right {
	display: inline-block;
	width: 100% !important;
}
table.VXA td#Left+td {
	display: none;
}

form.DataEntry table th+td {
	width: 75%;
}

}

@media only screen and (max-width: 994px) {
	td.actions { white-space: normal; }
}
