.pricing-template-label {
	text-align: center;
	background-color: #FDFDE0;
	color: #75753B;
	border: solid 1px #75753B;
	font-weight: normal;
	font-size: 11px;
	height: 18px;
	line-height: 18px;
}
.white-label {
	text-align: left;
	background-color: white;
	color: black;
	border: none;
	font-weight: normal;
	font-size: 11px;
	height: 18px;
	line-height: 18px;
}
.warning-label {
	text-align: center;
	background-color: #FDFDE0;
	color: #75753B;
	border: solid 1px #75753B;
	font-weight: normal;
	font-size: 11px;
	height: 18px;
	line-height: 18px;
}
.success-label {
	text-align: center;
	background-color: #C5FFC5;
	color: #027A02;
	border: solid 1px #027A02;
	font-weight: normal;
	font-size: 11px;
	height: 18px;
	line-height: 18px;
}
.green-label-with-border {
	color: #027A02;
	background-color: #C5FFC5;
	text-align: left !important;
	border: solid 1px #027A02;
	font-weight: normal;
	font-size: 11px;
}
.red-label-with-border {
	color: #FF0000;
	background-color: #FDEAEA;
	text-align: left !important;
	border: solid 1px #FF0000;
	font-weight: normal;
	font-size: 11px;
}
label.red-message-non-list {
	color: #FF0000;
	font-weight: bold;
	font-size: 11px;
	text-align: left !important;
	margin: 0px;
	padding: 0px;
}
label.red-message {
	color: #FF0000;
	font-weight: bold;
	font-size: 11px;
	text-align: left !important;
	margin: .25em 0pt 0.25em 1.5em;
	padding: 5px 5px 5px 5px;
}
.error-label {
	text-align: center;
	background-color: #FDEAEA;
	color: #FF0000;
	border: solid 1px #FF0000;
	font-weight: normal;
	font-size: 11px;
	height: 18px;
	line-height: 18px;
}
label.error-message {
	color: #FF0000;
	font-weight: bold;
	font-size: 11px;
	text-align: left !important;
	margin: .25em 0pt 0.25em 1.5em;
	padding: 5px 5px 5px 5px;
}
ul.error-message {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc !important;
}
.interested-party-item {
	font-weight: normal;
	font-size: 11px;
	padding: 3px 10px 3px 10px;
	border: 1px solid #fff;
	border-bottom: 1px solid #eeeeee;
	white-space: normal;
}
.interested-party-item h3 {
	display: block;
	font: inherit;
	font-weight: bold;
	color: #222;
}
.interested-party-item h3 span {
	float: right;
	font-weight: normal;
	display: block;
	font: inherit;
	clear: none;
}
.account-selection-item {
	font-weight: normal;
	font-size: 11px;
	padding: 3px 10px 3px 10px;
	border: 1px solid #fff;
	border-bottom: 1px solid #eeeeee;
	white-space: normal;
}
.account-selection-item h3 {
	display: block;
	font: inherit;
	font-weight: bold;
	color: #222;
}
.account-selection-item h3 span {
	float: right;
	font-weight: normal;
	display: block;
	font: inherit;
	clear: none;
}
.enrouteCell {
	background-color: green;
	color: white;
	font-weight: bold;
}
.droppedCell {
	background-color: red;
	color: white;
	font-weight: bold;
}
.pricedCell {
	background-color: #0000FF;
	color: white;
	font-weight: bold;
}
.red-cell {
	background-color: red;
	color: white;
	font-weight: bold;
}
.purple-cell {
	background-color: #4040C0;
	color: white;
	font-weight: bold;
}
.red-text-cell {
	color: red;
}
.light-green-cell {
	background-color: #B6E3AE;
	color: black;
}
.green-cell {
	background-color: green;
	color: white;
	font-weight: bold;
}
.yellow-cell {
	background-color: yellow;
	color: black;
	font-weight: bold;
}
.grey-cell {
	background-color: grey;
	color: white;
	font-weight: bold;
}
.blue-cell {
	background-color: blue;
	color: white;
	font-weight: bold;
}
.lemon-cell {
	background-color: #FFFF99;
	color: black;
	font-weight: bold;
}
.light-purple-cell {
	background-color: #8888FF;
	color: white;
	font-weight: bold;
}
.pink-cell {
	background-color: pink;
	color: black;
	font-weight: bold;
}
.orange-cell {
	background-color: #F3A007;
	color: black;
	font-weight: bold;
}
.warningCell {
	background-color: yellow;
	color: black;
	font-weight: bold;
}
.assignedCell {
	background-color: green;
	color: white;
	font-weight: bold;
}
.failedCell {
	background-color: red;
	color: white;
	font-weight: bold;
}
.transmittingCell {
	background-color: #FF00FF;
	color: white;
	font-weight: bold;
}
.closedCell {
	background-color: #CCCCCC;
	color: black;
	font-weight: normal;
}
.disabledCell {
	color: #6366FC;
	cursor: default;
	/*opacity: 0.8;*/
}
.disabledNegativeCell {
	color: #FF0000;
	cursor: default;
	/*opacity: 0.8;*/
}
.row-move-proxy {
	height:2px;
	background:red;
	width:100%;
	position:absolute;
	z-index:4000;
	display:block;
}
.right-align-number {
	text-align: right;
}
.geocodedhigh {
	color: blue;
	font-weight: normal;
}
.geocodedconfirmed {
	color: green;
	font-weight: normal;
}
.geocodedlow {
	color: #AA7A1E;
	font-weight: normal;
}
.not-geocoded {
	color: red;
	font-weight: bold;
}
.geocode-warning-label {
	text-align: left !important;
	background-color: #FDFDE0;
	color: #75753B;
	font-weight: normal;
	font-size: 11px;
	/*height: 18px;
	line-height: 18px;*/
}
.geocode-success-label {
	text-align: left !important;
	background-color: #C5FFC5;
	color: #027A02;
	border: solid 1px #027A02;
	font-weight: normal;
	font-size: 11px;
	/*height: 18px;
	line-height: 18px;*/
}
.geocode-error-label {
	text-align: left !important;
	background-color: #FDEAEA;
	color: #FF0000;
	border: solid 1px #FF0000;
	font-weight: normal;
	font-size: 11px;
	/*height: 18px;
	line-height: 18px;*/
}
.label-gold-box {
	text-align: left !important;
	background-color: #FFE68E;
	color: #6A3200;
	border: solid 1px #6A3200;
	font-weight: normal;
	font-size: 11px;
	/*height: 18px;
	line-height: 18px;*/
}
.roleAllowed {
	background-color: green;
	color: white;
}
.roleDenied {
	background-color: red;
	color: white;
}
.geocodeFieldset {
	background-color: #333;
}
.alternateRow {
	background-color: #eeeeee;
}
.status-table-cell {
	padding: 5px;
}
.align-right {
	text-align: right;
}
.align-right-bold {
	text-align: right;
	font-weight: bold;
}
.align-left-bold {
	text-align: left;
	font-weight: bold;
}
.align-center {
	text-align: center;
}
.bright-green-cell {
	background-color: mediumspringgreen;
	color: black;
}
#error-messages ul li {
	margin: .25em 0pt 0.25em 1.5em;
	padding: 5px 5px 5px 5px;
	font-weight: normal;
	font-size: 12px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
}
.error-messages ul li {
	color: red;
	margin: .25em 0pt 0.25em 1.5em;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	font-size: 12px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
}
.item-list ul li {
	margin: .25em 0pt 0.25em 1.5em;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
	text-align: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
}
.item-sublist ul li {
	margin: .25em 0pt 0.25em 3em;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
	text-align: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
}
.job-status-cell-label {
	font-weight: normal;
	font-size: 12px;
	padding: 0 10px 0 10px;
}
input.last-pricing
{
	/*border: 1px solid transparent;*/
	border: none;
	background: none;
}
input.storage-status-pending
{
	border: none;
	background-color: yellow;
	color: black;
	font-weight: bold;
	height: 18px;
}
input.storage-status-pending::-webkit-input-placeholder
{
	border: none;
	background-color: yellow;
	color: black;
	font-weight: bold;
	height: 18px;
}
input.storage-status-active
{
	border: none;
	background-color: green;
	color: white !important;
	font-weight: bold;
	height: 18px;
}
input.storage-status-active::-webkit-input-placeholder
{
	border: none;
	background-color: green;
	color: white !important;
	font-weight: bold;
	height: 18px;
}
input.storage-status-closed
{
	border: none;
	background-color: red;
	color: white;
	font-weight: bold;
	height: 18px;
}
input.storage-status-closed::-webkit-input-placeholder
{
	border: none;
	background-color: red;
	color: white;
	font-weight: bold;
	height: 18px;
}
input.white-background
{
	border: none;
	background-color: white;
	color: black;
	font-weight: bold;
	height: 18px;
}
input.white-background::-webkit-input-placeholder
{
	border: none;
	background-color: white;
	color: black;
	font-weight: bold;
	height: 18px;
}
input.yellow-background
{
	border: none;
	background-color: yellow;
	color: black;
	font-weight: bold;
	height: 18px;
}
input.yellow-background::-webkit-input-placeholder
{
	border: none;
	background-color: yellow;
	color: black;
	font-weight: bold;
	height: 18px;
}
input.green-background
{
	border: none;
	background-color: green;
	color: white !important;
	font-weight: bold;
	height: 18px;
}
input.green-background::-webkit-input-placeholder
{
	border: none;
	background-color: green;
	color: white !important;
	font-weight: bold;
	height: 18px;
}
textarea.green-background
{
	border: none;
	background-color: green;
	color: white !important;
	font-weight: bold;
	height: 18px;
}
textarea.green-background::-webkit-input-placeholder
{
	border: none;
	background-color: green;
	color: white !important;
	font-weight: bold;
	height: 18px;
}
input.red-background
{
	border: none;
	background-color: red;
	color: white;
	font-weight: bold;
	height: 18px;
}
input.red-background::-webkit-input-placeholder
{
	border: none;
	background-color: red;
	color: white;
	font-weight: bold;
	height: 18px;
}
.qb-item {
	font-size: 12px;
	padding: 3px 10px 3px 10px;
	border: 1px solid #fff;
	border-bottom: 1px solid #eeeeee;
	white-space: normal;
	color: #555;
}
.qb-item h3 {
	display:block;
	font:inherit;
	font-weight:bold;
	color:#222;
}

.qb-item h3 span {
	float: right;
	font-weight:normal;
	margin:0 0 5px 5px;
	width:100px;
	display:block;
	clear:none;
}
.account-item {
	font-weight: normal;
	font-size: 11px;
	padding: 3px 10px 3px 10px;
	border: 1px solid #fff;
	border-bottom: 1px solid #eeeeee;
	white-space: normal;
	color: #555;
}
.account-item h3 {
	display:block;
	font:inherit;
	font-weight:bold;
	color:#222;
}

.account-item h3 span {
	float: right;
	font-weight:normal;
	margin:0 0 5px 5px;
	width:100px;
	display:block;
	clear:none;
}
.tpl-narrow-val-wide-desc-item {
	font-weight: normal;
	font-size: 11px;
	padding: 3px 10px 3px 10px;
	border: 1px solid #fff;
	border-bottom: 1px solid #eeeeee;
	white-space: normal;
	color: #555;
}
.tpl-narrow-val-wide-desc-item h3 {
	display: block;
	font: inherit;
	font-weight: bold;
	color: #222;
}
.tpl-narrow-val-wide-desc-item h3 span {
	float: right;
	font-weight: normal;
	margin: 0 0 5px 5px;
	width: 300px;
	display: block;
	clear: none;
}
.grid-summary-totals
{
    font-weight: bold;
    color: #000000;
    background-color: #CCFFCC;
}
input.green-box-white-text {
	border: none;
	background-color: green;
	color: white !important;
	font-weight: bold;
	height: 18px;
}
input.green-box-white-text::-webkit-input-placeholder {
	border: none;
	background-color: green;
	color: white !important;
	font-weight: bold;
	height: 18px;
}
input.red-box-white-text {
	border: none;
	background-color: red;
	color: white;
	font-weight: bold;
	height: 18px;
}
 input.red-box-white-text::-webkit-input-placeholder {
	border: none;
	background-color: red;
	color: white;
	font-weight: bold;
	height: 18px;
}
input.white-box-black-text {
	border: none;
	background-color: white;
	color: black !important;
	height: 18px;
}
input.white-box-black-text::-webkit-input-placeholder {
	border: none;
	background-color: white;
	color: black !important;
	height: 18px;
}
.send-button {
	color: #050;
	font: bold 84% 'trebuchet ms',helvetica,sans-serif;
	background-color: #fed;
	border: 1px solid;
	border-color: #696 #363 #363 #696;
}
.hold-button {
	color: #900;
	font: bold 84% 'trebuchet ms',helvetica,sans-serif;
	background-color: #fed;
	border: 1px solid;
	border-color: #f54 #e20 #e20 #f54;
}
input.green-text {
	border: none;
	background: transparent;
	color: green !important;
	font-weight: bold;
	height: 18px;
}
input.green-text::-webkit-input-placeholder {
	border: none;
	background: transparent;
	color: green !important;
	font-weight: bold;
	height: 18px;
}
input.red-text {
	border: none;
	background: transparent;
	color: red !important;
	font-weight: bold;
	height: 18px;
}
input.red-text::-webkit-input-placeholder {
	border: none;
	background: transparent;
	color: red !important;
	font-weight: bold;
	height: 18px;
}
.template-row-alternate {
	background-color: #eceeff !important;
	/*background-color: #BBBBBB;*/
}
input.yellow-background-with-border
{
	border: solid 1px #B5B8C8;
	background-color: yellow;
	color: black;
	font-weight: bold;
	height: 23px;
	line-height: 18px;
	vertical-align: middle;
	padding: 0 3px;
}
input.yellow-background-with-border::-webkit-input-placeholder
{
	border: solid 1px #B5B8C8;
	background-color: yellow;
	color: black;
	font-weight: bold;
	height: 23px;
	line-height: 18px;
	vertical-align: middle;
	padding: 0 3px;
}
input.cyan-background-with-border
{
	border: solid 1px #B5B8C8;
	background-color: cyan;
	color: black;
	font-weight: bold;
	height: 23px;
	line-height: 18px;
	vertical-align: middle;
	padding: 0 3px;
}
input.cyan-background-with-border::-webkit-input-placeholder
{
	border: solid 1px #B5B8C8;
	background-color: cyan;
	color: black;
	font-weight: bold;
	height: 23px;
	line-height: 18px;
	vertical-align: middle;
	padding: 0 3px;
}
input.gold-background-with-border
{
	border: solid 1px #B5B8C8;
	background-color: gold;
	color: black;
	font-weight: bold;
	height: 23px;
	line-height: 18px;
	vertical-align: middle;
	padding: 0 3px;
}
input.gold-background-with-border::-webkit-input-placeholder
{
	border: solid 1px #B5B8C8;
	background-color: gold;
	color: black;
	font-weight: bold;
	height: 23px;
	line-height: 18px;
	vertical-align: middle;
	padding: 0 3px;
}
input.pink-background-with-border
{
	border: solid 1px #B5B8C8;
	background-color: pink;
	color: black;
	font-weight: bold;
	height: 23px;
	line-height: 18px;
	vertical-align: middle;
	padding: 0 3px;
}
input.pink-background-with-border::-webkit-input-placeholder
{
	border: solid 1px #B5B8C8;
	background-color: pink;
	color: black;
	font-weight: bold;
	height: 23px;
	line-height: 18px;
	vertical-align: middle;
	padding: 0 3px;
}
input.tan-background-with-border
{
	border: solid 1px #B5B8C8;
	background-color: #FFF4D7;
	color: black;
	font-weight: bold;
	height: 23px;
	line-height: 18px;
	vertical-align: middle;
	padding: 0 3px;
}
input.tan-background-with-border::-webkit-input-placeholder
{
	border: solid 1px #B5B8C8;
	background-color: #FFF4D7;
	color: black;
	font-weight: bold;
	height: 23px;
	line-height: 18px;
	vertical-align: middle;
	padding: 0 3px;
}
input.green-background-with-border
{
	border: solid 1px #B5B8C8;
	background-color: #CCFFCC;
	color: black;
	font-weight: bold;
	height: 23px;
	line-height: 18px;
	vertical-align: middle;
	padding: 0 3px;
}
input.green-background-with-border::-webkit-input-placeholder
{
	border: solid 1px #B5B8C8;
	background-color: #CCFFCC;
	color: black;
	font-weight: bold;
	height: 23px;
	line-height: 18px;
	vertical-align: middle;
	padding: 0 3px;
}
input.red-background-with-border {
	border: solid 1px #B5B8C8;
	background-color: red;
	color: white;
	font-weight: bold;
	height: 23px;
	line-height: 18px;
	vertical-align: middle;
	padding: 0 3px;
}

input.red-background-with-border::-webkit-input-placeholder {
	border: solid 1px #B5B8C8;
	background-color: red;
	color: white;
	font-weight: bold;
	height: 23px;
	line-height: 18px;
	vertical-align: middle;
	padding: 0 3px;
}
textarea.green-background-with-border
{
	border: solid 1px #B5B8C8;
	background-color: #CCFFCC;
	color: black;
	font-weight: bold;
	height: 20px;
	line-height: 18px;
	vertical-align: middle;
	padding: 0 3px;
}
textarea.green-background-with-border::-webkit-input-placeholder
{
	border: solid 1px #B5B8C8;
	background-color: #CCFFCC;
	color: black;
	font-weight: bold;
	height: 20px;
	line-height: 18px;
	vertical-align: middle;
	padding: 0 3px;
}
input.blue-background-with-border
{
	border: solid 1px #B5B8C8;
	background-color: #98C7FF;
	color: black;
	font-weight: bold;
	height: 23px;
	line-height: 18px;
	vertical-align: middle;
	padding: 0 3px;
}
input.blue-background-with-border::-webkit-input-placeholder
{
	border: solid 1px #B5B8C8;
	background-color: #98C7FF;
	color: black;
	font-weight: bold;
	height: 23px;
	line-height: 18px;
	vertical-align: middle;
	padding: 0 3px;
}
textarea.yellow-background-with-border
{
	border: solid 1px #B5B8C8;
	background: yellow;
	color: black;
	vertical-align: middle;
	padding: 0 3px;
}
textarea.yellow-background-with-border::-webkit-input-placeholder
{
	border: solid 1px #B5B8C8;
	background: yellow;
	color: black;
	vertical-align: middle;
	padding: 0 3px;
}
textarea.gold-background-with-border
{
	border: solid 1px #B5B8C8;
	background: gold;
	color: black;
	vertical-align: middle;
	padding: 0 3px;
}
textarea.gold-background-with-border::-webkit-input-placeholder
{
	border: solid 1px #B5B8C8;
	background: gold;
	color: black;
	vertical-align: middle;
	padding: 0 3px;
}
textarea.pink-background-with-border
{
	border: solid 1px #B5B8C8;
	background: pink;
	color: black;
	vertical-align: middle;
	padding: 0 3px;
}
textarea.pink-background-with-border::-webkit-input-placeholder
{
	border: solid 1px #B5B8C8;
	background: pink;
	color: black;
	vertical-align: middle;
	padding: 0 3px;
}
.check-button {
	background-image: url(/ext/resources/images/default/dd/drop-add.gif);
	background-repeat: no-repeat;
}
.uncheck-button {
	background-image: url(/ext/resources/images/default/dd/drop-no.gif);
	background-repeat: no-repeat;
}
.preview-button {
    background:transparent url(/ext/resources/images/default/editor/tb-sprite.gif) no-repeat -192px 0;
}
img.zoom {
	transition: -webkit-transform 0.25s ease;
}
/*
img.zoom:active {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
}
*/
img.zoom:hover {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
}
span.fieldset-contains-data {
	background-color:green;
	color:white;
	padding: 3px 3px 3px 3px;
}
.uppercase {
	text-transform: uppercase;
}
.truckLabel {
	font-size: small;
	background-color: #ffffff;
	border: 1px #006699 solid;
	white-space: nowrap;
	display: block;
}

.truckLabel-small {
	font-size: x-small;
	background-color: #ffffff;
	border: 1px #006699 solid;
	white-space: nowrap;
	display: block;
}
/* JRE 20181106 Bug #RDP-362*/
.truckLabel-pto-on {
	font-size: small;
	background-color: #00ff00;
	color: black;
	border: 1px #006699 solid;
	white-space: nowrap;
	display: block;
}

.truckLabel-small-pto-on {
	font-size: x-small;
	background-color: #00ff00;
	color: black;
	border: 1px #006699 solid;
	white-space: nowrap;
	display: block;
}
.editable-column-header {
	color: red;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}
.job-information-background {
	background-color: #FFFBEF;
}
.no-contractor-found-cell {
	background-color: #FFE0E0;
	color: black;
	font-weight: normal;
}
.x-btn-red {
	background-color: red;
	border-width: 1px;
	border-style: solid;
	border-color: #84909c;
}
.x-btn.x-btn-text-icon-only .x-btn-text {
	padding-left: 13px;
	height: 18px;
	line-height: 18px;
	background-position: 0 2px;
	background-repeat: no-repeat;
}
/* JRE 20250310 flat buttons */
.x-btn-green {
	background-color: green;
	border-color: green;
}
.x-btn-orange {
	background-color: orange;
	border-color: orange;
}
.x-btn-darkorange {
	background-color: darkorange;
	border-color: darkorange;
}
.x-btn-red {
	background-color: red;
	border-color: red;
}
.x-btn-indigo {
	background-color: indigo;
	border-color: indigo;
}
.x-btn-darkslateblue {
	background-color: darkslateblue;
	border-color: darkslateblue;
}
.x-btn-magenta {
	background-color: magenta;
	border-color: magenta;
}
.x-btn-blue {
	background-color: blue;
	border-color: blue;
}
.x-btn-royalblue {
	background-color: royalblue;
	border-color: royalblue;
}
.x-btn-lightseagreen {
	background-color: lightseagreen;
	border-color: lightseagreen;
}
.x-btn-darkmagenta {
	background-color: darkmagenta;
	border-color: darkmagenta;
}
.x-btn-maroon {
	background-color: maroon;
	border-color: maroon;
}
.x-btn-crimson {
	background-color: crimson;
	border-color: crimson;
}
