<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	To prevent Visual Studio from haphazardly indenting styles, go to
	Tools &gt; Options &gt; Text Editor &gt; CSS &gt; Advanced and turn off
	Hierarchical indentation.
*/

/*----------------------------------------------------------
The base color for this template is #ededed. If you'd like
to use a different color start by replacing all instances of
#ededed with your new color.
----------------------------------------------------------*/
/* borrowed from meyerweb.com DO NOT EDIT  AK */
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, figure, figcaption,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* END OF CSS RESET */

body {
	line-height: 1;
	color: black;
	background: #ededed;
	font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	width: 95%;
	margin: 0 auto;
	min-width: 935px;
	/*Removing these to stop a bug with borders showing up strangely on different resolutions*/
	border-left: 0px solid #000;
	border-right: 0px solid #000;
}

a:link {
	color: #034af3;
	text-decoration: underline;
}

a:visited {
	color: #505abc;
}

a:hover {
	color: #1d60ff;
	text-decoration: none;
}

a:active {
	color: #12eb87;
}

p {
	margin-bottom: 20px;
	line-height: 1.6em;
}

header,
footer,
nav,
section {
	display: block;
}

/* HEADINGS
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-size: 1.5em;
	color: #000;
}

h1 {
	font-size: 2em;
	padding-bottom: 0;
	margin-bottom: 0;
}

h2 {
	padding: 0 0 10px 0;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

h4 {
	font-size: 1.1em;
}

h5, h6 {
	font-size: 1em;
}

.bold {
	font-weight: bold;
}

noscript p {
	margin: auto;
	padding: 0.5em;
	border: 5px solid red;
	background-color: darkred;
	color: gold;
	font-size: large;
	font-weight: bold;
}

/* PRIMARY LAYOUT ELEMENTS
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the
page width. Or, you can specify an exact pixel width. */
.page {
	margin-left: auto;
	margin-right: auto;
	float: left;
	width: 100%;
	min-width: 960px;
	max-width: 1500px;
	height: 100%;
	border: 1px solid #000000;
}

header, #header {
	margin-bottom: 0px;
	color: #000;
	padding: 0;
}

header h1, #header h1 {
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	color: #fff;
	border: none;
	line-height: 2em;
	font-size: 32px !important;
}

#main {
	clear: both;
	width: 99%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

footer,
#footer {
	text-align: center;
	height: 100%;
	margin: 5px 0 0 0;
	padding: 10px 0 10px 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #000;
	background: #ACA6A6;
	background: -webkit-gradient(linear, left top, left bottom, from(#ACA6A6), to(#888));
	background: -moz-linear-gradient(top, #ACA6A6, #888);
	Filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#FFACA6A6, endColorstr=#FF888888);
	clear: both;
}

#footer a {
	display: inline-block;
	padding: 2px 5px 2px 8px;
	background: none;
	text-decoration: none;
	margin: 3px 0px 3px 0px;
	border: 2px solid none;
	border-left: 2px solid #666;
	color: #000000;
}

#footer a:first-child {
	margin: 5px;
	border-left: 2px solid transparent;
}

#footer a:link {
	text-decoration: none;
}

/* MAIN MENU
----------------------------------------------------------*/

#menu {
	float: right;
}

#menu a {
	display: inline;
	padding: 3px 10px 3px 10px;
	margin: 0 2px;
	line-height: 3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #61778C;
	background: #C1CDD9;
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#C1CDD9));
	background: -moz-linear-gradient(top, #ddd, #C1CDD9);
	text-decoration: none;
}

#menu a:link {
	color: #000;
	text-decoration: none;
}

#menu a:visited {
	color: #000;
}

#menu a:active {
	color: #000;
	height: 400px;
	width: 400px;
}

#menu a.active {
	background: #8AA8C6;
	border: solid 1px #ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F678D), to(#C1CDD9));
	background: -moz-linear-gradient(top, #3F678D, #C1CDD9);
	Filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#FF3F678D, endColorstr=#FFC1CDD9);
}

#menu a:hover, #menu .active:hover {
	color: #333;
	background: #ddd;
	background: -webkit-gradient(linear, left top, left bottom, from(#C1CDD9), to(#ddd));
	background: -moz-linear-gradient(top, #C1CDD9, #ddd);
	Filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#FFC1CDD9, endColorstr=#FFdddddd);
}

#subnavigation {
	clear: both;
	display: block;
	margin: 0 auto;
	text-align: center;
	line-height: 25px;
	width: 98%;
	border-bottom: 1px solid #61778C;
	border-left: 1px solid #61778C;
	border-right: 1px solid #61778C;
	background: #ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#ddd));
	background: -moz-linear-gradient(top, #bbb, #ddd);
	Filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#FFBCBCBC, endColorstr=#FFDCDCDC);
}

#middle_subnavigation a, #right_subnavigation a {
	color: #000000;
	text-decoration: none;
}

#middle_subnavigation a {
	border-left: 1px solid #000000;
	padding-left: 5px;
	padding-right: 5px;
}

#middle_subnavigation a:first-child {
	border-left: 0px;
}

#left_subnavigation {
	float: left;
	width: 5%;
}

#middle_subnavigation {
	float: left;
	width: 89%;
}

#right_subnavigation {
	float: left;
	width: 5%;
	text-align: right;
}

/* JQuery Auto Suggest */

.ui-autocomplete-loading {
	background: white url('/Content/images/ui-anim_basic_16x16.gif') right center no-repeat;
	width: 35px;
}

.ui-autocomplete-w1 {
	background: url(img/shadow.png) no-repeat bottom right;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 6px 0 0 6px;
	/* IE6 fix: */
	_background: none;
	_margin: 1px 0 0 0;
}

.ui-autocomplete {
	border: 1px solid #999;
	background: #FFF;
	cursor: default;
	text-align: left;
	max-height: 350px;
	overflow: auto;
	margin: -6px 6px 6px -6px;
	/* IE6 specific: */
	_height: 350px;
	_margin: 0;
	_overflow-x: hidden;
}

.ui-autocomplete .selected {
	background: #F0F0F0;
}

.ui-autocomplete div {
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
}

.ui-autocomplete strong {
	font-weight: normal;
	color: #3399FF;
}

/* FORM LAYOUT ELEMENTS
----------------------------------------------------------*/

fieldset {
	border: 1px solid #ddd;
	padding: 0 1.4em 1.4em 1.4em;
	margin: 0 0 1.5em 0;
}

legend, figcaption {
	font-size: 1.2em;
	font-weight: bold;
}

textarea {
	min-height: 75px;
}

input[type="text"],
input[type="password"] {
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 1.1em;
	color: #444;
	width: 131px;
}

.inputText {
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 1.1em;
	color: #444;
	width: 200px;
}

select {
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 1.2em;
	color: #444;
}

/* TABLE
----------------------------------------------------------*/

/*table */
#tablestd {
	border: solid 1px #000000;
	border-collapse: collapse;
	font-size: 11px;
}

#tablestd td {
	padding: 5px;
	border: solid 1px #000000;
	background-color: #FFFFFF;
}

#tablestd th {
	padding: 6px 5px;
	text-align: left;
	background-color: #FFFFFF;
	border: solid 1px #000000;
}

/* MISC
----------------------------------------------------------*/
.clear {
	clear: both;
}

.error {
	color: Red;
}

.warning {
	color: darkorange;
}

.success {
	color: green;
}

#userinfo .showhidetrigger {
	background-image: url(/content/images/ui-icons_222222_256x240.png);
	background-repeat: no-repeat;
	height: 14px;
	width: 5px;
	padding-left: 12px;
	background-position: -64px 0;
}

nav,
#menucontainer {
	float: left;
	clear: both;
	width: 100%;
	min-height: 36px;
	text-align: right;
	display: block;
	border-top: solid 1px #666;
	border-bottom: 1px #666 solid;
	background: #ACA6A6;
	background: -webkit-gradient(linear, left top, left bottom, from(#ACA6A6), to(#888));
	background: -moz-linear-gradient(top, #ACA6A6, #888);
	Filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#FFACA6A6, endColorstr=#FF888888);
}

#userinfo a {
	color: #000000;
}

#userinfo {
	float: left;
	margin-top: 0px;
}

div#userinfo-detail-content {
	display: none;
	position: absolute;
	background: #fefefe;
	padding: 15px 20px 15px 20px;
	border-radius: 3px;
	text-align: left;
	min-width: 130px;
	max-width: 250px;
	z-index: 200;
	font-size: 13.2px;
	line-height: 13.2px;
	box-shadow: 0 3px 6px 0 rgba(0,0,0, 0.3);
}

#userinfo .content {
	display: inline;
	padding: 3px 5px 3px 5px;
	margin: 0px 5px 0px 5px;
	line-height: 3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #61778C;
	background: #ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#eee));
	background: -moz-linear-gradient(top, #ccc, #eee);
	text-decoration: none;
}

#userinfo .content span {
	cursor: pointer;
}

#companyChangeDropDownList {
	display: inline-block;
	padding: 0px 5px 2px 5px;
	margin: 4px 5px 0px 3px;
	line-height: 1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #61778C;
	background: #ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#eee));
	background: -moz-linear-gradient(top, #ccc, #eee);
	background: linear-gradient(to bottom, #eeeeee 1%,#cccccc 100%);
	text-decoration: none;
	width: 128px;
	font-size: 1.0em;
	margin-top: 10px;
}

#company-change-container {
	display: inline-block;
}

#logout-container {
	display: inline-block;
}

div#title {
	width: 100%;
	height: 60px;
	overflow: hidden;
}

div#title h1 {
	display: inline;
	color: #000000;
}

div#title .logo {
	padding: 5px;
	vertical-align: middle;
	float: left;
}

div#title #sectiontitle {
	display: block;
	float: right;
	padding: 15px 5px;
}

div#buttons {
	margin: 10px 2px 0 5px;
}

#logindisplay {
	font-size: 1.1em;
	display: block;
	text-align: right;
	margin: 10px;
	color: White;
}

#logindisplay a:link {
	color: white;
	text-decoration: underline;
}

#logindisplay a:visited {
	color: white;
	text-decoration: underline;
}

#logindisplay a:hover {
	color: white;
	text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
	color: #CD0A0A;
	display: block;
}

.field-validation-valid {
	display: none;
}

.input-validation-error {
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors {
	color: #CD0A0A;
}

.validation-summary-valid {
	display: none;
}

.validation-message {
	color: #CD0A0A;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label {
	margin: 1em 0 0 0;
}

.display-field,
.editor-field {
	margin: 0.5em 0 0 0;
}

.text-box {
	width: 30em;
}

	.text-box.multi-line {
		height: 6.5em;
	}

.tri-state {
	width: 6em;
}

.left-credentials {
	float: left;
	width: 80%;
}

.right-credentials {
	float: right;
}

.stackable-link-box {
	margin: 2px 0 2px 0;
}

#createnewlink {
	float: right;
	margin: 0px 7px 7px;
}

#assignversionlink {
	float: right;
	padding: 0px 7px 7px;
}

#searchbox {
	clear: both;
	padding-bottom: 15px;
	text-align: center;
}

#search-params {
	margin-top: 5px;
}

#checkGroupByCompanyId {
	vertical-align: middle;
	position: relative;
	bottom: 1px;
}

#checkDeactivatedUser {
	vertical-align: middle;
	position: relative;
	bottom: 1px;
}

.inputcolumn {
	display: block;
	float: left;
	width: 33%;
}

.inputcolumninnerdiv {
	position: relative;
	width: 260px;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
}

#invoicesearchpage #InvoiceSearchResults {
	clear: both;
}

#invoicesearchpage #buttons {
	float: right;
}

#searchfields .inputblock {
	float: left;
	width: 270px;
}

#invoicerebillsearchpage #buttons {
	float: right;
	clear: both;
}

#invoiceresubmitsearchpage #buttons {
	float: right;
	clear: both;
}

#invoiceresubmitsearchpage #ResubmitSearchResults {
	clear: both;
}

#invoicerebillsearchpage #RebillSearchResults {
	clear: both;
}

.rebill_detail_info {
	float: left;
	font-size: 13px;
}

.assignRebillDocText {
	margin-top: 10px;
}

.rebillDocDropDown {
	margin-top: 10px;
	width: 100%;
}

.inputblock {
	line-height: 22px;
	display: block;
	padding: 10px 2px 0px 5px;
}

.inputblock label {
	display: inline-block;
	vertical-align: top;
}

.inputblock input {
	width: 150px;
	display: inline;
}

.inputblock input[type="checkbox"] {
	display: inline;
	width: auto;
}

label {
	font-weight: bold;
}

div.editor-hidden {
	display: none;
}

.workorderslist {
	float: left;
	clear: both;
	margin-left: 5px;
	margin-top: 3px;
	width: 95px;
	cursor: pointer;
}

.button {
	cursor: pointer;
	padding: 3px 2px 3px 2px;
	background: #ddd;
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#aaa));
	background: -moz-linear-gradient(top, #ddd, #aaa);
	border: solid 1px #000;
	margin-left: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.button_active {
	cursor: pointer;
	padding: 3px 2px 3px 2px;
	background: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#bbb));
	background: -moz-linear-gradient(top, #999, #bbb);
	border: solid 1px #000;
	margin-left: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.button:hover {
	background: #aaa;
	background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#ccc));
	background: -moz-linear-gradient(top, #aaa, #ccc);
	Filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#FFBBBBBB, endColorstr=#FF888888);
}

/* Busy-wait image class for any element.*/
.busy {
	display: inline;
	padding-left: 20px;
	background: transparent;
	background-image: url('/Content/images/ui-anim_basic_16x16.gif');
	background-position: left center;
	background-repeat: no-repeat;
}

/* 
============================================================================
Telerik widget styling.
============================================================================
*/
.t-add a {
	color: #ffffff;
}

.t-cancel a {
	color: #ffffff;
}

.t-cancel input {
	color: #ffffff;
}

.t-update a {
	color: #ffffff;
}

.t-update input {
	color: #ffffff;
}

.t-button {
	color: #ffffff;
}

.t-headertemplate {
	height: 25px;
	display: block;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.t-grid-toolbar a {
	color: #ffffff;
}

.t-grid-toolbar .exportgridtoexcel {
	background-color: #E3EEFF;
	border: 0px solid black;
	text-decoration: underline;
	background-image: none;
	font-size: 12px;
	color: #034af3;
}

.t-grid-edit {
	color: #ffffff;
}

.t-grid-update {
	color: #ffffff;
}

.t-grid-delete a {
	color: #ffffff;
}

.t-grid-delete input {
	color: #ffffff;
}

.t-grid-cancel {
	color: #ffffff;
}

.t-datepicker {
	vertical-align: middle;
}

#WorkOrderRepairLines table th {
	vertical-align: top;
	padding: 3px;
	height: 30px;
}

#WorkOrderRepairLines table th .t-link {
	line-height: 12px;
}

#WorkOrderRepairLines tbody a {
	font-size: 12px;
}

#WorkOrderRepairLines .k-button {
	font-size: 12px;
}

#headerauthlock {
	text-align: center;
	margin-top: 10px;
}

.authlocked, .notauthlocked, .pendingeditauthlock {
	margin-left: 3px;
	margin-top: 6px;
}

/* Styles for user account maintenance pages.
----------------------------------------------------------*/
.horizontal-panes {
	width: 97%;
}

.left-pane {
	float: left;
	width: 60%;
	margin: 0.5em 0em 0.5em 0.5em;
	padding: 0.5em;
	height: 100%;
}

.right-pane {
	float: right;
	min-width: 30em;
	width: 35%;
	margin: 0.5em 0.5em 0.5em 0em;
	padding: 0.5em;
	height: 100%;
}

.clear-pane {
	height: 0;
	margin: 0;
	padding: 0;
	clear: both;
}

.map {
	padding-bottom: 4px;
}

.testtable th {
	background-color: Blue;
	color: White;
	font-weight: bold;
}

/*
Dashboard Styles
----------------------------------------------------------*/
#dashboard {
	float: left;
	width: 100%;
}

#dashletcontainer {
	float: left;
	clear: both;
	width: 100%;
}

#dashboard .dashlet {
	border: 1px solid RoyalBlue;
	margin: 5px;
	position: relative;
	display: block;
}

#dashboard .placeholderdashlet {
	border: 0px solid RoyalBlue;
	margin: 5px;
	position: relative;
	display: block;
	height: 50px;
	background: #ededed;
}

#dashboard .dashlet .dashlet-content {
	padding: 5px;
	overflow: hidden;
}

#dashboard .broadcast-message-content {
	padding-bottom: 8px;
	padding-left: 12px;
	overflow: hidden;
	text-align: left;
}

#dashboard #viewalllink {
	font-size: 11px;
	padding-bottom: 3px;
	text-align: right;
}

#dashboard #createsavedquerylink {
	font-size: 11px;
	padding-bottom: 3px;
	text-align: right;
}

#dashboard .dashlet-header {
	margin: 0.3em;
	padding-bottom: 4px;
	padding-left: 0.2em;
	background: #C7C789;
	color: #333;
	font-weight: bold;
	line-height: 20px;
}

#dashboard .broadcast-message-header {
	margin: 0.5em;
	padding-left: 0.5em;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #C7C789;
	color: #E50000;
	font-weight: bold;
	line-height: 20px;
}

#dashboard .ui-widget-header {
	border: 1px solid #999999;
}

#dashboard .column {
	min-width: 40%;
	width: 49%;
	float: left;
}

#dashboard .ui-sortable-placeholder {
	border: 1px dotted black;
	visibility: visible !important;
	height: 50px !important;
}

#dashboard .ui-sortable-placeholder * {
	visibility: hidden;
}

#configuredashboardlink {
	float: left;
}

#dashboard #createInvoice {
	float: right;
}

#dashboard #createIntermodalEstimate {
	float: right;
}

#dialog-newinvoice {
	display: none;
}

/* Start of Styles for Create Invoice Modal window */
#createinvoicefields {
	text-align: right;
	width: 75%;
}

#createinvoicefields ul {
	text-align: right;
}

#createinvoicefields li {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

#createinvoicefields li.displayblock label {
	float: right;
	display: block;
}

#createinvoicefields div.invoicefield {
	margin-bottom: 10px;
	vertical-align: middle;
}

#createinvoicefields div input {
	width: 151px;
	line-height: 18px;
}

#createinvoicefields div select {
	width: 156px;
	line-height: 18px;
}

#createinvoicefields .disabledField {
	background-color: #E7E7E7;
}

#createinvoicefields #companyname {
	float: right;
	width: 156px;
	text-align: left;
	margin-left: 5px;
}

ul .field-validation-error {
	display: block;
}

#btninvoicesearch {
	padding: 1px 2px;
}
/* End of Styles for Create Invoice Modal window */

#configuredashboard li {
	display: block;
	border-bottom: 1px solid #000000;
}

#configuredashboard label {
	width: 100%;
}

#configuredashboard p {
	margin-left: 15px;
}

#jobcodedetail #jobcodedisplay {
	width: 250px;
	display: inline;
}

#jobcodedetail #quickstopdisplay {
	width: 100px;
	display: inline;
}

#jobcodedetail input[type="checkbox"], #stationinputs input[type="checkbox"] {
	margin-left: auto;
	margin-right: 4px;
}

#stationinputs .inputblock {
	width: 100%;
}

#stationinputs input[type="text"] {
	width: 300px;
}

#stationinputs label {
	width: 190px;
}

#stationinputs .externalIntegrationField input {
	min-width: 250px;
	width: 310px;
}

.stationFieldSet {
	float: left;
	margin: 0 0 0 15px;
}

#stationinputs #IsSystem input {
	vertical-align: bottom;
}

#stationinputs .externalIntegrationField label {
	width: 171px;
}

#stationinputs select {
	width: 306px;
}

#CompaniesGridform INPUT[type="checkbox"] {
	margin-left: auto;
	margin-right: auto;
}

#jobcodedetail INPUT.t-input {
	width: auto;
}

.UnitLocationRemove {
	margin-left: 10px;
}

/*************************************************************************
Start of Styling for Telerik Grid and Error Checking
*/
table span.field-validation-error {
	display: block;
	position: absolute;
	white-space: nowrap;
	border: 1px solid #CD0A0A;
	background-color: White;
	color: #CD0A0A;
	padding: 3px;
	z-index: 101;
}
/*.errorclass was here but was not used. Had some contents as field-validation-error span which is directly above - ssullivan 8-29-2012*/
.t-grid .AutoCompleteViewAll {
	display: block;
	position: relative;
	float: right;
}

.t-grid #trayadditionaldetails INPUT {
	display: inline;
	width: 360px;
}

.t-grid #trayadditionaldetails .tirefield .displayfield,
.t-grid #trayadditionaldetails .sizefield .displayfield {
	display: inline;
	width: 360px;
}

.t-grid INPUT {
	display: block;
}

.t-grid .inputblock INPUT {
	float: right;
	margin-left: 3px;
}

.t-grid div.inputblock LABEL {
	float: right;
}

.t-grid div.inputblock span.requiredfield {
	float: right;
}

#GridErrorMessage {
	color: #FF0000;
}

.copy-icon:before {
	content: "";
	background: url(/Content/images/copy-icon.png) no-repeat center center;
	display: block;
	width: 16px;
	height: 20px;
	background-size: 14px;
}

/*
Styles for the Work Order Repair Lines grid
*/
#WorkOrderRepairLines .t-grid-help {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: transparent;
	background-image: url('/Content/images/help.gif');
	background-position: center;
	background-repeat: no-repeat;
}

INPUT.text-box.single-line {
	width: 25px;
	min-width: 75%;
	margin-left: 2px;
	margin-right: 2px;
}

tr.t-grid-edit-row td {
	text-overflow: clip;
}

tr.t-master-row.t-grid-edit-row td INPUT.t-input {
	width: 90%;
	margin-left: 3px;
	padding-left: 2px;
}

tr.t-master-row.t-grid-edit-row td {
	overflow: hidden;
	padding: 3px 0;
}

tr.t-master-row.t-grid-edit-row td.allowoverflow {
	overflow: visible;
}

img.notauthlocked {
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
}

img.notauthlocked:hover {
	opacity: 0.6;
	transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
}

img.nofade {
	opacity: 0;
}
/* Styles for repair line help dialog */
.col-RepairLineHelp {
	line-height: 1.5em;
	padding: 5px;
}

.col-RepairLineHelp-title {
	font-weight: bold;
	display: inline;
}
/*
This function is for possible future feature that will show a list of all possible options available. ssullivan - 6-19-2012
*/
.PossibleOptions {
	padding: 3px;
	z-index: 1000000;
}

Table .PossibleOptions {
	float: left;
	position: relative;
	left: 96px;
	bottom: 25px;
	padding: 3px;
	z-index: 1000000;
}

#UTPossibleOptions {
	float: right;
	display: block;
	width: 100px;
}
/**
Styling for the Invoice/Work Order Edit page
*/
#SelectList {
	display: block;
	overflow-y: scroll;
	background-color: White;
	border: 1px solid #999999;
	width: 95%;
	height: 250px;
}

#SelectList li {
	margin-left: 5px;
	padding: 3px;
	font-size: 13px;
	cursor: pointer;
	border-bottom: 1px solid #dddddd;
}

#SelectList li.caution {
	background-repeat: no-repeat;
	background-image: url('/Content/yellowdot.png');
	background-position: right;
}

#SelectList li.resolved {
	background-repeat: no-repeat;
	background-image: url('/Content/yellowdot.png');
	background-position: right;
}

#SelectList li.approved {
	background-repeat: no-repeat;
	background-image: url('/Content/greendot.png');
	background-position: right;
}

#SelectList li.accepted {
	background-repeat: no-repeat;
	background-image: url('/Content/greendot.png');
	background-position: right;
}

#SelectList li.good {
	background-repeat: no-repeat;
	background-image: url('/Content/greendot.png');
	background-position: right;
}

#SelectList li.bad {
	background-repeat: no-repeat;
	background-image: url('/Content/reddot.png');
	background-position: right;
}

#SelectList li.disputed {
	background-repeat: no-repeat;
	background-image: url('/Content/reddot.png');
	background-position: right;
}

#SelectList li.errors {
	background-color: #FFC0CB;
}

#SelectList li.norepairlines {
	background-color: yellow;
}

#SelectList li.norepairlines.errors {
	background-color: #FFC0CB;
}

#SelectList .selectedindicator {
	float: left;
}

#workorderlist H2 {
	text-align: center;
	font-size: 14px;
	font-weight: 800;
}

#workorderfields {
	clear: both;
	width: 100%;
}

#workorderfields .field-validation-error {
	display: block;
}

#workorderfields .inputrow {
	float: left;
	clear: both;
	width: 100%;
}

	#workorderfields .inputrow LABEL {
		display: inline;
	}

#workorderfields .inputblock {
	float: left;
	text-align: right;
	width: 31%;
}

#workorderfields .inputblock INPUT {
	width: 131px;
}

#workorderfields .inputblock #UnitInitial {
	width: 38px;
}

#workorderfields .inputblock #MateInitial {
	width: 45px;
}

#workorderfields .inputblock #UnitNumber {
	width: 58px;
}

#workorderfields .inputblock #MateNumber {
	width: 75px;
}

#workorderfields .inputblock #CheckDigit {
	width: 14px;
}

#workorderfields .dateinputblock {
	float: left;
	text-align: right;
	padding: 10px 2px 0px 5px;
	vertical-align: middle;
	width: 31%;
	min-width: 186px;
}

#workorderfields .dateinputblock .timeinput {
	width: 58px;
}

/*Styling for the Citation Edit page*/
#citationfields {
	clear: both;
}

#citationfields .field-validation-error {
	display: block;
}

#citationfields .inputrow {
	float: left;
	clear: both;
	width: 100%;
}

#citationfields .inputrow label {
	display: inline;
}

#citationfields .inputblock {
	float: left;
	text-align: right;
	width: 36.5%;
	padding: 10px 18px 0px 5px;
}

#citationfields .dateinputblock {
	float: left;
	text-align: right;
	padding: 10px 2px 0px 5px;
	vertical-align: middle;
	width: 65px;
	padding: 10px 10px 0px 5px;
}

#citationfields .dateinputblock .timeinput {
	width: 58px;
}

#citationfields .t-datepicker {
	width: 88px;
}

#citationfields .inputblock #UnitInitial {
	width: 65px;
}

#citationfields .inputblock #InMateInitial {
	width: 65px;
}

#citationfields .inputblock #OutMateInitial {
	width: 65px;
}

#citationfields .inputblock #UnitNumber {
	width: 75px;
}

#citationfields .inputblock #InMateNumber {
	width: 75px;
}

#citationfields .inputblock #OutMateNumber {
	width: 75px;
}

#citationfields .inputblock #CheckDigit {
	width: 14px;
}

#giersearch {
	background-color: #D8D8D8;
	border-radius: 15px;
	width: 96%;
	min-height: 100px;
	margin: 15px 0 0 25px;
	padding-bottom: 5px;
}

#rebill-info {
	width: 100%;
	top: 100px;
}

#LicenseState {
	width: 25px;
}

#citationfields .displaycontents {
	float: right;
}

#citationfields LABEL {
	display: block;
	vertical-align: middle;
	padding: 4px;
}

#citationfields .displaycontents LABEL {
	float: left;
}

#citationfields .displayfield {
	float: left;
	display: block;
	width: 155px;
	height: 14px;
	padding: 4px;
	border: 1px solid #999;
	text-align: left;
	vertical-align: middle;
	overflow: hidden;
	white-space: nowrap;
}

#citationfields .inputblock #LicensePlateDisplay {
	width: 120px;
}

#citationfields .inputblock #LicenseStateDisplay {
	margin-left: 5px;
	width: 20px;
}

#citationfields .inputblock #UnitInitialDisplay {
	width: 58px;
}

#citationfields .inputblock #UnitNumberDisplay {
	margin-left: 5px;
	width: 47px;
}

#citationfields .inputblock #CheckDigitDisplay {
	margin-left: 5px;
	width: 20px;
}

#citationfields .inputblock #MateInitialDisplay {
	width: 58px;
}

#citationfields .inputblock #MateNumberDisplay {
	margin-left: 5px;
	width: 47px;
}

#citationfields .dateinputblock .displayfield {
	width: 75px;
}


#citationfields .inputblock .timeZoneDisplay {
	margin-left: 5px;
	width: 20px;
}

#citationfields .inputblock .timeDisplay {
	margin-left: 5px;
	width: 47px;
}

#citationfields .inputblock .dateDisplay {
	width: 58px;
}

#citationfields .notconfident {
	color: #CD0A26;
}

#citationfields .confident {
	color: #369300;
}

#search-dialog {
	overflow: visible;
}

#search-dialog .ui-dialog-buttonset {
	position: absolute;
	top: 160px;
	width: 100%;
}

#dialog-border {
	float: right;
	display: inline-block;
	padding: 6px 0 90px 15px;
	border-left: 1px solid #a6c9e2;
	width: 49%;
}

#CitationDate_wrapper {
	width: 80px;
}
/*Styling for CitationDate DateTimePicker*/
#CitationDate_wrapper .t-picker-wrap .t-input {
	border-color: #878787;
}

#search-dialog .ui-dialog-buttonpane {
	border: none;
	margin: 0;
	padding: 0;
}

.search-validation {
	margin-top: 10px;
	color: #FF0000;
}

#invoicecontainer {
	width: 100%;
	margin-bottom: 10px;
}

#invoicecontainer #topdetailsdiv {
	clear: both;
	width: 100%;
	max-width: 1140px;
	min-width: 960px;
	margin: 0 auto;
	/*overflow:hidden;*/
}

#invoicecontainer #workorderlist {
	width: 15%;
	float: left;
}

#invoicecontainer #workordersection {
	width: 80%;
	min-width: 780px;
	float: left;
	border-left: 1px solid black;
	padding: 3px;
	min-height: 275px;
}

#invoicecontainer #workordersection #workorderdetails {
	clear: both;
}

#buttons #leftbuttons {
	float: left;
	width: 20%;
}

#buttons #centerbuttons {
	float: left;
	width: 55%;
}

#buttons #rightbuttons {
	float: left;
	width: 20%;
}

#invoiceinfo H2 {
	float: left;
	margin-top: 8px;
}

#invoiceinfo .invoiceinforow {
	display: block;
	float: left;
	clear: both;
	width: 100%;
}

#invoicecontainer #buttons {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}

#invoicecontainer #bottomhalf {
	width: 97%;
	clear: both;
	border-top: 2px solid #000000;
	padding: 5px 5px 0px 5px;
}

#workorderfields .displaycontents {
	float: right;
}

#workorderfields LABEL {
	display: block;
	vertical-align: middle;
	padding: 4px;
}

#workorderfields .displaycontents LABEL {
	float: left;
}

#citationworkorderfields .displayfield,
#workorderfields .displayfield {
	float: left;
	display: block;
	width: 131px;
	height: 14px;
	padding: 4px;
	border: 1px solid #999;
	text-align: left;
	vertical-align: middle;
	overflow: hidden;
	white-space: nowrap;
}

.displayfield {
	float: right;
	display: block;
	width: 131px;
	padding: 4px;
	border: 1px solid #999;
	text-align: left;
	vertical-align: middle;
	overflow: hidden;
	line-height: 14px;
}

#workorderfields .allowoverflow {
	word-wrap: normal;
	height: auto;
	float: right;
	display: block;
	width: 131px;
	padding: 4px;
	border: 1px solid #999;
	text-align: left;
	vertical-align: middle;
	min-height: 14px;
	line-height: 14px;
}

#workorderfields .inputblock #UnitInitialDisplay {
	width: 32px;
}

#workorderfields .inputblock #UnitNumberDisplay {
	margin-left: 5px;
	width: 55px;
}

#workorderfields .inputblock #CheckDigitDisplay {
	margin-left: 3px;
	width: 15px;
}

#workorderfields .inputblock #MateInitialDisplay {
	width: 40px;
}

#workorderfields .inputblock #MateNumberDisplay {
	margin-left: 5px;
	width: 75px;
}

#workorderfields .dateinputblock .displayfield {
	width: 82px;
}

/*
Styling for the Work Order Repair Lines Detail View
*/
.invoicedetailrow .inputrow {
	width: 100%;
	float: left;
}

.invoicedetailrow .inputblock {
	float: left;
	width: 60%;
	text-align: right;
}

.invoicedetailrow .inputblock LABEL {
	/*float:right; */
	vertical-align: middle;
}

.invoicedetailrow .inputblock .displayfield {
	/*float:left;*/
	margin-left: 3px;
	vertical-align: middle;
}


.invoicedetailrow .inputblock .field-validation-error {
	position: relative;
}

#trayadditionaldetails {
	float: left;
	width: 60%;
}

.auditorshortpayfields {
	width: 17%;
	float: left;
}

.auditorshortpayfields .inputblock {
	width: 100%;
}

.auditorshortpayfields INPUT {
	width: 50px;
}

.fakeform {
	width: 100%;
	float: left;
}

.invoicedetailrow .declinationreasons {
	float: left;
	width: 29%;
	padding: 10px;
	overflow: hidden;
}

ul.exceptionReasonList li {
	vertical-align: middle;
	overflow: hidden;
	line-height: 1.5em;
	margin-bottom: 3px;
	clear: both;
}

.exceptionReasonsLable {
	clear: both;
	float: left;
}

.invoicedetailrow {
	border: 1px solid #4E75B3;
	clear: both;
	width: 100%;
	float: left;
	line-height: 1.5em;
	padding-bottom: 10px;
}

.t-grid .invoicedetailrow {
	float: left;
	padding: 3px;
}

div.t-header {
	background: url(Web20/sprite.png) #7fa5d7 repeat-x 0px -752px;
}

.t-grid tr.t-detail-row div.t-content {
	float: left;
	width: 96%;
}

div.AuditMessageList ul li {
	padding-left: 3px;
}

.repairlinetabstrip {
	float: left;
	width: 100%;
}

#exceptionreasonblock {
	text-align: left;
}

#exceptionreasonblock .field-validation-error {
	position: relative;
}

#exceptionreasonblock .ExceptionReasonAutoComplete {
	display: inline;
	width: 80%;
}

#exceptionreasonblock LABEL {
	display: block;
}

input.addrepairlineexception {
	margin-left: 8px;
	width: 15%;
	display: inline;
}

#UserError {
	margin-bottom: 3px;
}

.removedeclinationreason {
	/*margin-left: 10px;*/
	vertical-align: middle;
}

.invoicedetailrow .buttons {
	clear: both;
	width: 100%;
	text-align: right;
}

.invoicedetailrow .tirefield, .invoicedetailrow .sizefield {
	display: none;
}

.requiredfield {
	color: #CD0A0A;
}

.unpaint-rebill-button-wrapper {
	float: right;
}

div.additionalrepairlinecontainer {
	float: left;
	clear: both;
	width: 210px;
	text-align: left;
	margin-bottom: 8px;
	line-height: 22px;
}

label.additionalrepairlinelabel {
	float: left;
	/*width:105px;*/
}

input.AdditionalRepairLineInput {
	display: none;
}

#messageCenter {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	display: none;
	width: 300px;
	left: 50%;
	margin-left: -150px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	z-index: 2;
}

.recurrenceViolationValidations {
	margin-top: 5px;
}

.recurrenceViolationValidations button {
	margin-right: 5px;
	cursor: pointer;
}

/*
#messageCenter
{
	position:fixed;
	display:none;
	top:5px;
	left:100px;
	width:270px;

	padding:10px;
	text-align:center;
	font-weight:bold;
}

* html #messageCenter {position:absolute;}
*/
/* The following styles are for the text that goes in as a placeholder for the autosuggest */
label.placeholder {
	cursor: text;
	padding: 4px 4px 4px 4px;
	color: #999999;
	font-size: 11px;
}

input::placeholder {
	color: #999999;
}

input::-webkit-input-placeholder {
	color: #999999;
}

input:-moz-placeholder {
	color: #999999;
}

input::-moz-placeholder {
	color: #999999;
}

input:-ms-input-placeholder {
	color: #999999;
}

input::-ms-input-placeholder {
	color: #999999;
}

#downLoadDialog {
	z-index: auto !important;
}

#WorkOrderRepairLinesPopUp {
	width: 480px;
	height: 400px;
	overflow: scroll;
}

.loadingplaceholder {
	width: 100%;
	background: url('/content/loading.gif') no-repeat center;
}

.ui-dialog-content .t-upload-button input {
	z-index: auto !important;
}

.assigndevice {
	display: none;
}

.assigndevicecontainer .versionchoices {
	display: block;
	float: left;
	width: 47%;
	height: 240px;
	padding-left: 10px;
}

.assigndevicecontainer .devicechoices {
	display: block;
	width: 30%;
	float: left;
	clear: right;
}

input#addexceptionreason {
	margin-left: 8px;
}

div#expand_exceptions {
	background-color: #feb7b7;
	border: 2px solid red;
	cursor: pointer;
}

.auditorshortpayfields .traydetailanswer {
	width: 50px;
}

ul#exception_list {
	/*width:70%; */
	display: none;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 12px;
	color: black;
	text-align: left;
}

.j2field {
	width: 360px;
}

div.work_order_status {
	padding: 3px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 350px;
	margin-top: 8px;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}

div#accepted_work_order {
	background-color: #b3fdc7;
	border: 2px solid green;
}

#workorderinfo {
	margin-bottom: 5px;
}

.workorderinfodisplay {
	font-size: 13px;
	font-weight: 800;
	margin-left: 4px;
	margin-right: 0px;
	white-space: nowrap;
	line-height: 1.6;
}

.workorderinfodisplay #InvoicedAmount {
	margin-left: 0px;
	margin-right: 10px;
	white-space: nowrap;
}

.workorderinfodisplay #AmountToPay {
	margin-left: 0px;
	margin-right: 0px;
	white-space: nowrap;
}

/*
.t-umerictextbox .t-arrow-up, .t-numerictextbox .t-arrow-down
{
display:none;
}
*/
span.faux_input {
	cursor: pointer;
	padding: 1px 3px 1px 4px;
	border: 0px solid #AAAAAA;
}

span.faux_rebill_input {
	cursor: pointer;
	padding: 1px 3px 1px 4px;
	border: 0px solid #AAAAAA;
}

.invoice_detail_info .text-box {
	height: 14px;
	font-size: 13px;
}

.invoice_detail_info {
	float: left;
	font-size: 13px;
	height: 24px;
	width: 250px;
	overflow: hidden;
	width: 30%;
	text-overflow: ellipsis;
	overflow: initial;
	padding-bottom: 10px;
}

:not(.invoice_detail_info) + .invoice_detail_info {
	float: none;
}


.invoice_detail_text_wrapper {
	max-width: 210px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	float: left;
}

#invoiceinfo .largedisplay {
	font-weight: 800;
	font-size: 14px;
	line-height: 23px;
}

#txtRepairParty {
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 57%;
}

#invoice_summary_container .text_value {
	vertical-align: middle;
}

#invoice_summary_container .edit_icon {
	vertical-align: middle;
}

.resubmitmessage {
	padding: 3px;
	width: 98%;
}

span.edit_invoice_input {
	display: none;
}
/****
Styles for Work Order Select List on Invoice Edit page
***/
.help_icon {
	margin-left: 4px;
	position: absolute;
	margin-top: 4px;
	z-index: 0;
}

.help_span {
	font-size: 11px;
	padding: 2px 4px 2px 4px;
	font-weight: bold;
}

.hidden_help_icon {
	margin-left: 4px;
	position: absolute;
	margin-top: 4px;
	cursor: pointer;
	z-index: 0;
}

#help_text_input {
	width: 225px;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}

#help_title_input {
	width: 225px;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}

#help_visible_input {
	vertical-align: middle;
}

#documenter_help_window div {
	float: left;
	padding-top: 8px;
}

#submit_control_reference {
	float: right;
}

#company_search_elem ul {
	text-align: left;
}

#company_search_elem .ui-autocomplete {
	overflow-x: hidden;
	width: 230px;
	height: 270px;
}

#ContactInformation-Container .contact-details {
	margin-bottom: 10px;
	padding-bottom: 30px;
	border-top: 1px solid #DDD;
}

#remove-buttons {
	float: right;
	width: 55%;
}

#ContactInformation-Container .inputblock INPUT {
	width: 25px;
	min-width: 75%;
	margin-left: 2px;
	margin-right: 2px;
}

#dialog-newContactInfo .contact-information-labels {
	font-weight: bold;
	line-height: 1.5em;
}

#dialog-newContactInfo .inputblock LABEL {
	display: inline-block;
	margin-right: 0.4em;
	text-align: right;
	width: 140px;
}

#dialog-newContactInfo .inputblock .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	width: 100% !important;
}

#newContactOptionDividerLable {
	clear: both;
	padding: 10px 0 10px 0;
	text-align: center;
	font-weight: bold;
	border-top: 2px solid;
	border-bottom: 2px solid;
	margin: 10px 0 10px 0;
}

#dialog-newContactInfo #LocationSelectList {
	width: 362px;
	display: block;
}

#dialog-newContactInfo #State {
	width: 156px;
	display: inline;
}

#dialog-newContactInfo #Country {
	width: 156px;
	display: inline;
}

#dialog-newContactInfo #LocationTypeId {
	width: 156px;
	display: inline;
}

#SearchInvoices .t-status {
	display: none;
}

#btnwosearch {
	padding: 1px 2px;
}

#SearchWorkOrders .t-status {
	display: none;
}

.copyright {
	color: #BBB;
	margin-top: 10px;
}

div.controller {
	border-top: 1px solid #BBBBBB;
	margin-top: 8px;
	padding-top: 5px;
	width: 175px;
	cursor: pointer;
	font-weight: normal;
	font-size: 17px;
	margin-left: 5px;
}

div.controller_text {
	padding-left: 5px;
}

div.selected_controller {
	border-top: 1px solid #BBBBBB;
	margin-top: 8px;
	padding-top: 5px;
	width: 175px;
	cursor: pointer;
	font-weight: bold;
	font-size: 17px;
	margin-left: 5px;
}

div.tutorial_title {
	display: none;
	border-top: 1px solid #BBBBBB;
	margin-top: 8px;
	padding-top: 5px;
	width: 175px;
	font-weight: normal;
	font-size: 15px;
	margin-left: 5px;
}

div.tutorial_title_text {
	padding-left: 15px;
}

div.tutorial_text_container {
	/*border-left: 1px solid #BBBBBB;*/
	border: 1px solid #BBBBBB;
	margin-left: 5px;
	min-width: 500px;
	margin-top: 3px;
	padding: 5px;
}

div.tutorial_container .title {
	font-size: 17px;
	margin-bottom: 5px;
}

div.tutorial_title_container .text {
	font-size: 15px;
	margin-bottom: 10px;
}

div#left_container {
	float: left;
	width: 15%;
}

div#right_container {
	float: left;
	width: 80%;
}

div.tutorial_title_text a, div.controller a {
	color: #000000;
	text-decoration: none;
}

div.tutorial_container {
	margin-left: 15px;
	margin-bottom: 45px;
}

.tutorial_container ul {
	list-style: disc none inside;
}

.tutorial_container ol {
	list-style: decimal none inside;
}

div.invisible {
	opacity: 0.5;
}

div.deactivated {
	cursor: default;
}

#invoiceindex .t-grid-pager .t-status {
	display: none;
}

#invoiceindex &gt; .t-widget.t-grid {
	float: left;
}

#invoiceindex &gt; .t-widget.t-grid &gt; .t-detail-cell table {
	width: 100%;
}

#AllJobCodes .t-last {
	border-right-width: 1px;
}

form#searchfieldsform div#searchfields div.inputblock label {
	width: 90px;
	display: block;
	float: left;
}

form#searchfieldsform div#searchfields div.inputblock input {
	width: 150px;
	display: block;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

form#searchfieldsform div#searchfields div.inputblock div#SubmitDate_wrapper {
	width: 150px;
}

form#searchfieldsform div#searchfields div.inputblock #SubmitDate_wrapper input {
	width: 150px;
}

div#invoice_status {
	text-align: center;
	min-width: 50%;
	max-width: 100%;
	font-size: 15px;
	border: 1px solid #999999;
	padding: 4px;
	float: right;
	margin-top: 10px;
}

.invoicefield #InvoiceDate {
	width: 100%;
}

.invoicefield #InvoiceDate_wrapper {
	width: 157px;
}

div.invoice_details_date div {
	display: inline;
}

div.address div {
	padding-bottom: 3px;
}

span#remit_to_container, span#correspondence_container {
	font-size: 12px;
	text-decoration: underline;
	cursor: pointer;
	margin-top: 10px;
	font-weight: normal;
}

div.location_qtip {
	display: none;
	font-size: 14px;
}

div.traydetailinput div.t-combobox, div.add_exception_container div.t-combobox {
	border-width: 1px;
	padding-left: 0px;
	padding-right: 0px;
}

div .AutoCompleteViewAll {
	display: inline;
	position: absolute;
	cursor: pointer;
}

.ui-datepicker-calendar {
	display: none;
}

#BuiltDateDisplay {
	width: 88px;
	min-width: 88px;
}

.ui-datepicker-trigger {
	cursor: pointer;
	vertical-align: top;
	margin-top: 3px;
}

#invoiceheadererrors {
	clear: both;
}

#invoiceheadererrors span.field-validation-error {
	display: block;
}

.batchFailure {
	background: #ff8888;
}

.dashlet-content .t-grid-toolbar, #QueryBuilderGrid .t-grid-toolbar {
	text-align: left;
}

.file-upload-link-container {
	float: left;
	width: 142px;
}

.file-upload-item-container {
	float: left;
	clear: both;
	width: auto;
	font-size: .95em;
	margin-top: 5px;
}

div#returntoauditmodal ul li div {
	display: inline;
}

.fixedlengthbutton {
	width: 130px;
}

div.commentlist {
	margin: 3px 0;
}

div.commentlist div.comment {
	border-bottom: 1px solid #999999;
	padding: 6px 3px 3px 3px;
	line-height: 1.5em;
	overflow: auto;
	max-height: 100px;
}

div.commentlist div.comment span.username {
	font-weight: bold;
}

div.commentmodule #newcomment {
	width: 99.5%;
	clear: both;
}

div.commentmodule span.headerlabel {
	font-weight: bold;
}

input#additionalemail {
	width: 250px;
}

#declinationcenter {
	cursor: pointer;
	text-decoration: underline;
	float: right;
}
/*Start Assignment Grid Assignment Controls*/
.assignmentToolsLabel {
	font-weight: bold;
	position: relative;
	bottom: 5px;
}

.rebillAssignmentControls {
	display: block;
	/*padding-top: -20px;*/
	padding-top: 0px;
}


.submitAssignmentButton {
	float: right;
}

.assignmentContainer {
	float: right;
	padding-right: 8px;
	width: 45%;
	height: 128px;
}

.assignmentContainer h3 {
	margin: 0 0 10px 5px;
	border-bottom: 1px solid;
}

.assignmentContainer label {
	float: left;
	margin-bottom: 5px;
}

.rebillAssignmentInput {
	margin: 0 5px 10px 5px;
	float: left;
	width: 31%;
}

.doNotRebillCheckBox {
	clear: both;
}

#DoNotRebillEdit {
	right: 20px;
	top: -2px !important;
}

#filterResultsContainer {
	float: left;
}

#filterResultsContainer h3 {
	margin-bottom: 10px;
	border-bottom: 1px solid;
}

#assignRebillInfoError {
	width: 75%;
	float: right;
}
/*End Assignment Grid Assignment Controls*/
ul.checkboxlist_container {
	margin-top: 10px;
}

div#specialinstructionmodal div {
	font-size: 14px;
	margin-bottom: 10px;
	padding: 3px;
}

.inputblock #UnitInitial {
	width: 38px;
}

.inputblock #UnitNumber {
	width: 58px;
}

div.audit_timestamp {
	display: inline;
}

div.audit_timestamp div {
	display: inline;
}

/* Mobile Version Devices select box. */
select#devices {
	vertical-align: top;
}

/* Extra informational text. */
.info-text {
	color: #0076D0;
	font-style: italic;
}

.dv_container input {
	width: 75px;
}

.specialinstructionmodal .CannotAuthorize {
	background: url("error.jpg");
}

table div.RepairLineRebillTray span.field-validation-error {
	position: inherit;
}

tr.selected td {
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

tr.not-selected td {
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}

tr.not-selectable td {
	display: none;
	cursor: default;
}

div.t-toolbar div#RebillEdit {
	float: left;
}

div.rebillinputcontainer {
	line-height: 26px;
	margin: 3px 0 3px 0;
}

#rebillmultiplebuttoncontainer {
	float: right;
}

div.t-toolbar div#RebillEdit div.rebillinputcontainer {
	display: inline;
	margin-left: 10px;
}

div.rebillcommentbox {
	border: 1px solid #999999;
	margin-bottom: 2px;
}

div.rebillcomment {
	padding: 4px;
}

div.rebillcommentuser {
	padding: 4px;
	font-style: italic;
	background: #dbdbdb;
}

span.rebillcommentdatetime {
	margin-left: 10px;
	font-size: 90%;
}

/* This is used for the bars on the Rebill Assignment/Review chart */
#Rebill path[id$='_outline'] {
	cursor: pointer;
}

/*Styling below is used for rebill assignment results on WorkOrderAssighment page*/
.rebill_invoice_group_info_lable {
	font-weight: bold;
}

.rebillFilterResults ul LABEL {
	font-weight: normal;
}

#QuickQueueNavContainer {
	width: 100%;
	margin-top: 10px;
	position: relative;
	right: 7px;
}

#QuickQueueNav {
	float: right;
	min-width: 103px;
}

#QuickQueueNavControls {
	float: right;
}

#QuickQueueNav #search-index {
	margin: 0 5px 5px 0;
	float: left;
}

#QuickQueueNav #return-to-search {
	float: right;
	clear: both;
	display: block;
	margin-top: 4px;
}

#QuickQueueNav #return-to-search-link {
	color: #034af3;
	text-decoration: underline;
	cursor: pointer;
}

#QuickQueueNav .navigation-ui-icon {
	background-image: url('/Content/chosen-sprite@2x.png');
	background-repeat: no-repeat;
}

#QuickQueueNav .prev-ui-icon {
	height: 11px;
	width: 13px;
	float: left;
	cursor: pointer;
	background-position: -39px -13px;
	display: inline;
}

#QuickQueueNav .next-ui-icon {
	height: 11px;
	width: 16px;
	float: left;
	cursor: pointer;
	background-position: 0 -14px;
	display: inline;
}

.rebillFilterResults {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 10px;
}

.rebillFilterResults label {
	float: right;
	position: relative;
	top: 8px;
	font-weight: bold;
}

.rebillFilterResults .filterGridComponent {
	float: right;
	margin-left: 10px;
	width: 230px;
}

.rebillFilterResults .showMoreFiltersAdjustment {
	margin-right: 30px;
}

#rebillCategoryFilter {
	margin: 10px 0px;
	width: 100%;
}

#rebillCategoryFilter input[type="checkbox"] {
	position: relative;
	top: 5px;
}

.rebillFilterResults .k-combobox {
	float: right;
	margin-left: 10px;
}

#statusFilter ul {
	display: inline;
}

#statusFilter li {
	display: inline;
	padding: 0 0 0 25px;
}

.filterResults {
	margin: 0 20px 10px 0;
	float: left;
}

.filterResults label {
	font-weight: normal;
}

.filterResults li input {
	position: relative;
	top: 2px;
}

.rebillFilterResults .rebillstatus:hover {
	box-shadow: -.2px 0 3px rgba(0, 0, 0, 0.3);
}

.rebillStatusCheckBox {
	left: -1px;
	margin-left: 0;
}

#rebillCategoriesFilter #rebillUnitFilter {
	float: left;
	display: inline;
	width: 230px;
	margin-top: 5px;
	clear: both;
}

#rebillStatusFilter ul.checkboxlist_container {
	margin: 0;
	float: left;
}

#rebillStatusFilter ul.checkboxlist_container li {
	float: left;
}

#rebillStatusFilter ul.checkboxlist_container li:first-of-type {
	margin-right: 10px;
}

#RebillValidationContainer {
	float: right;
	width: 34%;
}

.rebill-info {
	display: inline-block;
	float: left;
	border: 1px solid #999;
	padding: 3px 10px 3px 10px;
	width: 63%;
}

.rebill-validations {
	border: 1px solid red;
	padding: 3px;
	text-align: center;
	width: 400px;
	margin: 0 auto;
}

.errorMessage {
	color: red;
	display: block;
	margin-top: 10px;
}

.rebill-validation-text {
	color: red;
	display: block;
}

.RebillDetail {
	padding: 10px;
	line-height: 1.5em;
	float: left;
	width: 99%;
}

.RebillDetail .rebillinfo {
	display: block;
}

.RebillDetail .title {
	font-weight: bold;
}

.RebillDetail .assigned {
	float: right;
	width: 50%;
}

.rebill-assignment-user-text {
	display: inline;
}

.rebill-assignment-date-text {
	display: inline;
}

#Grid-UI-Filters {
	margin: 10px 0 10px 0;
	float: left;
}

.UI-Filters {
	float: left;
	display: inline;
	width: 520px;
	margin-top: 10px;
	clear: both;
}

.UI-Filters-Ramp {
	float: left;
	display: inline;
	width: 700px;
	margin-top: 10px;
	clear: both;
}

.UI-Filters li {
	display: inline;
	padding-left: 10px;
}

.UI-Filters-Ramp li {
	display: inline;
	padding-left: 10px;
}

.UI-Filters ul.checkboxlist_container li:first-child {
	display: inline;
	padding-left: 2px;
}

.UI-Filters li input {
	position: relative;
	top: 2px;
}

.UI-Filters-Ramp li input {
	position: relative;
	top: 2px;
}

.UI-Filters ul.checkboxlist_container {
	margin: 0;
}

.UI-Filters-Ramp ul.checkboxlist_container {
	margin: 0;
}

.UI-Filters ul.checkboxlist_container li label {
	font-weight: normal;
}

.UI-Filters-Ramp ul.checkboxlist_container li label {
	font-weight: normal;
}

.FilterLable, .FilterLabel {
	font-size: 13px;
	font-weight: bold;
	float: left;
	position: relative;
	top: 5px;
}

#Grid-UI-Filters #clearRebillFilters {
	float: left;
	clear: both;
	margin-top: 10px;
}

#RampEquipmentGrid tbody .k-button {
	min-width: 0px;
}

#BroadcastMessage tbody .k-button {
	min-width: 0px;
	margin: 0;
}

	#BroadcastMessage tbody .k-button span {
		min-width: 0px;
		margin: 0;
	}

#RampEquipmentGrid div.k-grid-toolbar a:link {
	text-decoration: none;
	color: #000;
}

#RampEquipmentGrid div.k-grid-toolbar a:visited {
	color: #000;
}

#Open_inspection_header {
	color: #ef561b;
}

.grid-command-buttons tbody .k-button {
	min-width: 0px;
}

.grid-command-buttons tbody .k-button span {
	margin: 0;
}

#RepairFrequencyValidation tbody .k-button {
	min-width: 0px;
}

#RepairFrequencyValidation tbody .k-button span {
	margin: 0;
}

#PricingList tbody .k-button {
	min-width: 0px;
	margin: 0;
}

#PricingList tbody .k-button span {
	min-width: 0px;
	margin: 0;
}

#PriceList tbody .k-button {
	min-width: 0px;
}

#PriceList tbody .k-button span {
	margin: 0;
}

#PricingMatrix tbody .k-button {
	min-width: 0px;
}

#PricingMatrix tbody .k-button span {
	margin: 0;
}

#RepairSizes tbody .k-button {
	min-width: 0px;
	margin: 0;
}

#RepairSizes tbody .k-button span {
	min-width: 0px;
	margin: 0;
}

#TaxRecordEntries tbody .k-button {
	min-width: 0px;
	margin: 0;
}

#TaxRecordEntries tbody .k-button span {
	min-width: 0px;
	margin: 0;
}

/* select optgroups */
optgroup {
	color: lightgray;
}

optgroup option {
	color: black;
}

/* color-coded time zone lists */
optgroup.tz-normal option {
	color: black;
}

optgroup.tz-edi option {
	color: darkorange;
}

optgroup.tz-standard option {
	color: darkgreen;
}

optgroup.tz-daylight option {
	color: darkblue;
}

optgroup.tz-utcoffset option {
	color: saddlebrown;
}

#RampEquipmentGrid tbody a.k-button span {
	margin: 0px;
}

.estimatebuttons {
	width: 90px;
}

.estimateloadinggraphic {
	position: relative;
	top: 5px;
}

#approveDefectLine {
	margin-bottom: 5px;
}

.validationResponse {
	color: #FF0000;
	text-align: center;
}

.estimateConfirmWindow {
	text-align: center;
	padding: 20px;
}

#unitinspectiondetails .largedisplay {
	font-weight: 800;
}

#unitinspectiondetails {
	font-size: 15px;
	line-height: 30px;
}

span.edit_unit_inspection_input {
	display: none;
}

#InspectionQuestions tbody .k-button {
	min-width: 0px;
}

#InspectionQuestions tbody a.k-button span {
	margin: 0px;
}

#AssociatedUnits, #AllowableParts {
	clear: both;
}

#AssociatedUnits tbody .k-icon, #AllowableParts tbody .k-icon {
	margin: 0px;
}

#AssociatedUnits tbody .k-button, #AllowableParts tbody .k-button {
	min-width: 0px;
}

#AssociatedUnits div.k-grid-toolbar a:link, #AllowableParts div.k-grid-toolbar a:link {
	text-decoration: none;
	color: #000;
}

#IntermodalUnits tbody a.k-button span {
	margin: 0px;
}

#tablecontent {
	margin-top: 15px;
	clear: both;
}

#IsEnabled {
	position: relative;
	top: 3px;
}

.accentButton {
	background-color: #ef561b;
}

.dialogButtons {
	padding-top: 10px;
}

#printcitationrebill {
	display: none;
}

#printdclicitationrebill {
	display: none;
}

#printownersdocument {
	display: none;
}

#printliftoperatorsdocument {
	display: none;
}

#printdamagerebilldocument {
	display: none;
}

#printj2rebilldocument {
	display: none;
}

#printotrrebilldocument {
	display: none;
}

#printAGSMCrebilldocument {
	display: none;
}

#printAGSLOrebilldocument {
	display: none;
}

.ExceptionReasonDropDown {
	width: 200px;
	clear: both;
	float: left;
}

.t-combobox {
	display: block;
	border-radius: 5px;
	border: 2px solid #aaa;
	outline: none;
}

.t-select .t-header {
	background-color: #ededed;
	color: RoyalBlue;
	border-color: #ededed;
	display: block;
	border-radius: 5px;
	border: 2px solid #aaa;
	outline: none;
	margin: 0px;
}

/*This is the outline around the drop down. */
.t-dropdown-wrap.t-state-default {
	border: 1px solid #ededed;
}

/*This changes the selected color to a bright blue with white text*/
.t-state-selected {
	background-color: RoyalBlue;
	color: white;
}

.ExceptionReasonDropDown .t-input {
	background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
}

.t-combobox .t-icon {
	background-color: #f4f4f4;
	margin: 0px;
	padding: 2px;
}

.exceptionReasonText {
	float: left;
	margin-left: 5px;
	width: 80%;
	padding-top: 5px;
}

#invoicebuttons .button {
	float: right;
}

/* Adjust the height of dropdowns in kendo grid filter UI S*/
.k-ui-ddl-filter {
	height: 150px !important;
}

.k-ui-ddl-filter-search {
	display: none;
}

#RepairFrequencyValidationError {
	margin: 5px;
	color: red;
}

#BroadcastMessageError {
	margin: 5px;
	color: red;
}
/* Fill the more of column with the edit field. Any more and other column contents gets shifted. */
#BroadcastMessage .k-grid-edit-row input {
	width: 89%;
}

#ServiceAuthorizationGrid tbody .k-button {
	min-width: 0px;
	margin: 0;
}

#ServiceAuthorizationGrid tbody .k-button span {
	min-width: 0px;
	margin: 0;
}

#InvoiceType .disabledField {
	background-color: #E7E7E7;
}

#broadcastMessageContainer {
	background: #fff;
	border: 1px solid Pink;
	border-radius: 5px;
	margin: 0 0 20px 6px;
	padding: 0px 10px;
	width: 95.5%;
}

.broadcast-message-content {
	border-bottom: 1px solid;
	margin: 5px;
}

.broadcast-message-content:last-child {
	border: none;
}

.broadcast-message-content .ui-icon-alert {
	float: left;
	margin-right: 5px;
	position: relative;
	top: 1.5px;
}

.broadcast-message-content p {
	margin: 5px 0;
	padding-left: 25px;
}

.modal-buttons {
	text-align: center;
}

.modal-okay {
	background-color: #f5742b;
	margin-top: 15px;
}

.modal-cancel {
	margin-top: 15px;
}

.modal-loading-graphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal-loading-graphic img {
	top: 50%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
}

.modal-error-message {
	color: red;
	display: block;
	margin-top: 10px;
}

#userChangeInfoToast {
	visibility: hidden;
	min-width: 250px;
	margin-left: -125px;
	background-color: #eaf7ec;
	color: #006000;
	border-color: #349946;
	text-align: center;
	border-radius: 2px;
	padding: 16px;
	position: fixed;
	z-index: 1;
	left: 20%;
	top: 80px;
}

#userChangeInfoToast.show {
	visibility: visible; /* Show the snackbar */
	/* Add animation: Take 0.5 seconds to fade in and out the snackbar.
		However, delay the fade out process for 2.5 seconds */
	-webkit-animation: fadein 0.5s, fadeout 1.0s 8.5s;
	animation: fadein 0.5s, fadeout 1.0s 8.5s;
}

#ShopCodes .k-multiselect.k-header {
	width: 100%;
	display: inline-block;
	vertical-align: bottom;
}

#ShopCodes #showhidecontainer {
	padding-top: 10px;
}

#ShopCodes #showhidelabel {
	margin-top: 5px;
	vertical-align: top;
	display: inline-block;
	margin-right: 5px;
}

#ShopCodes .k-grid-content {
	overflow-y: auto;
}

#ShopCodes div.k-grid-header {
	padding-right: 0 !important;
}

.editcreatedetailsform .editor-label,
.editcreatedetailsform label {
	width: 110px;
}

.editcreatedetailsform .editor-field,
.editcreatedetailsform .editor-label {
	display: inline-block;
}

.editcreatedetailsform .editor-label.full-width-fields,
.editcreatedetailsform .editor-field.full-width-fields,
.editcreatedetailsform .full-width-fields label {
	width: 100%;
	display: block;
}

.editcreatedetailsform .editor-field,
.editcreatedetailsform .form-autocomplete input {
	width: 150px !important;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
	from {
		top: 0;
		opacity: 0;
	}

	to {
		top: 80px;
		opacity: 1;
	}
}

@keyframes fadein {
	from {
		top: 0;
		opacity: 0;
	}

	to {
		top: 80px;
		opacity: 1;
	}
}

@-webkit-keyframes fadeout {
	from {
		top: 80px;
		opacity: 1;
	}

	to {
		top: 0;
		opacity: 0;
	}
}

@keyframes fadeout {
	from {
		top: 80px;
		opacity: 1;
	}

	to {
		top: 0;
		opacity: 0;
	}
}
</pre></body></html>