.job-list-page {
	position: relative
}
.job-list-page h1 {
	display: inline-block;
	margin: 0 0 .2em 0;
	width: 50%
}
.job-list-page .form-button-group {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: right;
	vertical-align: top;
	width: 50%
}
.job-list-page .form-button-group .btn-returned {
	margin-right: 0
}
.job-list-page .form-button-group .faweless {
	padding: 8px 8px 8px 24px
}
.job-list-page .form-button-group .fawe:before {
	display: inline-block;
	padding: 0 5px 0 0;
	color: green;
	text-shadow: 0 0 6px white,0 0 3px white;
}
.job-list-page div.table-wrap {
	margin: 10px 0 0 0;
	height: auto;
}
.job-list-page div.table-wrap #searchResult, .job-list-page div.table-wrap #orderBy {
	display: inline-block;
	width: 40%
}
.job-list-page div.table-wrap #countDown {
	display: inline-block;
	text-align: left;
	padding-left: 71px;
	width: 20%;
	font-weight: 600;
	color: #0017a8;
	vertical-align: baseline;
}
.job-list-page div.table-wrap #countDown * {
	vertical-align: baseline;
}
.job-list-page div.table-wrap #orderBy {
	font-size: 14px;
	padding: 0 7px 0 0;
	text-align: right
}
.job-list-page div.table-wrap #orderBy span {
	vertical-align: middle
}
.job-list-page div.table-wrap table.job-list {
	margin: 20px 0 0 0
}
.job-list-page div.table-wrap table.job-list tr.manually-entered {
	background-color: lightblue;
}
.job-list-page div.table-wrap table.job-list tr.premier-parts {
	background-color: #f1daf1;
}
.job-list-page div.table-wrap table.job-list tr.manually-entered.premier-parts {
	background-color: #f1daf1;
}
.job-list-page div.table-wrap table.job-list #listedJobs tr td:nth-child(2) a, .job-list-page div.table-wrap table.job-list #listedJobs tr td:nth-child(3) a {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.job-list-page div.table-wrap table.job-list tr.over-time-limit td:nth-child(5) a {
	-moz-animation: 3s pulsing infinite;
	-o-animation: 3s pulsing infinite;
	animation: 3s pulsing infinite;
	-webkit-animation: 3s pulsing infinite
}
.job-list-page div.table-wrap table.job-list tr td:only-child {
	text-align: center
}
.job-list-page div.table-wrap table.job-list tr td.stage-td {
	background-clip: padding-box;
	position: relative
}
.job-list-page div.table-wrap table.job-list tr td.stage-td a.status-link {
	background-repeat: no-repeat;
	background-position: 0 50%;
	display: block;
	padding: 10px 0 10px 44px;
	z-index: 2;
	text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white;
}
img.list-job-wp-logo {
	width: 98%;
	-webkit-box-shadow: 0 0 3px white;
	-moz-box-shadow: 0 0 3px white;
	box-shadow: 0 0 3px white;
	cursor: pointer !important;
}
.job-list-page div.table-wrap table.job-list tr td a.list-job-bs-name {
	float: left;
	display: -webkit-box!important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
img.list-job-bsg-logo {
	max-height: 100%;
	float: right;
	height: 41px;
}
.job-list-page div.table-wrap table.job-list tr td.stage-td a.order-link {
	left: 0;
	font-size: 9px;
	font-weight: 600;
	overflow: hidden;
	padding: 3px 3px 3px 34px;
	position: absolute;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	top: 21px;
	white-space: nowrap;
	width: 100%;
	z-index: 3
}
.job-list-page div.table-wrap table.job-list tr.open td.stage-td a.status-link {
	background-image: url('/images/status-icons/open.png')
}
.job-list-page div.table-wrap table.job-list tr.failed td.stage-td a.status-link {
	background-image: url('/images/status-icons/failed.png')
}
.job-list-page div.table-wrap table.job-list tr.quoted td.stage-td a.status-link {
	background-image: url('/images/status-icons/quoted.png')
}
.job-list-page div.table-wrap table.job-list tr.late-quoted td.stage-td a.status-link {
	background-image: url('/images/status-icons/late-quoted.png')
}
.job-list-page div.table-wrap table.job-list tr.ordered td.stage-td a.status-link {
	background-image: url('/images/status-icons/ordered.png')
}
.job-list-page div.table-wrap table.job-list tr.not-all-ordered td.stage-td a.status-link {
	background-image: url('/images/status-icons/not-all-ordered.gif')
}
.job-list-page div.table-wrap table.job-list tr.received td.stage-td a.status-link {
	background-image: url('/images/status-icons/received.png')
}
.job-list-page div.table-wrap table.job-list tr.returned td.stage-td a.status-link {
	background-image: url('/images/status-icons/returned.png')
}
.job-list-page div.table-wrap table.job-list tr.closed td.stage-td a.status-link {
	background-image: url('/images/status-icons/closed.png')
}
.job-list-page div.table-wrap table.job-list tr.complete td.stage-td a.status-link {
	background-image: url('/images/status-icons/complete.png')
}
.job-list-page div.table-wrap table.job-list tr td:last-child a {
	padding: 5px 8px
}
.job-quote-page h2, .job-details-page h2 {
	background-color: #0017a8;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	color: #FFFFFF;
	display: table;
	font-size: 1.6rem;
	font-weight: 600;
	margin: 2.5em 0 0 0;
	padding: 1.7rem;
	position: relative;
	box-shadow: 1px 1px 20px rgba(128, 128, 128, 0.3);
	line-height: 30px;
	width: 100%;
}
.job-quote-page h2 div, .job-details-page h2 div {
	display: table-cell;
}
.job-quote-page h2 span, .job-details-page h2 span {
	margin: 0 0 0 15px;
	display: inline-block;
}
.job-quote-page h2 .header-button-raligned-valigned, .job-details-page h2 .header-button-raligned-valigned {
	position: absolute;
	right: 16px;
	top: 20%;
}
.job-quote-page h2 .header-button-raligned-valigned a, .job-details-page h2 .header-button-raligned-valigned a, .job-quote-page h2 .header-button-raligned-valigned button, .job-details-page h2 .header-button-raligned-valigned button {
	font-size: .66666666em
}
.job-quote-page .parts-section, .job-details-page .parts-section {
	background: none repeat scroll 0 0 #f7f7f7;
	border-bottom: medium none;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	color: #000;
	margin: 0 0 2em 0;
	min-height: 120px;
	padding: 15px;
	position: relative;
	/*border: 1px solid rgba(153, 153, 153, 0.5);*/
	border-top: none;
	box-shadow: 1px 1px 20px rgba(128, 128, 128, 0.3);
}
.job-quote-page .parts-section h2, .job-details-page .parts-section h2 {
	margin: 0 0 0 0
}
.job-quote-page .parts-section h3, .job-details-page .parts-section h3 {
	background-color: #9cca63;
	color: #fff;
	display: block;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 1em 0;
	padding: 9px 5px 9px 15px
}
.job-quote-page .parts-section .parts-requested tbody tr.is-in-order td:nth-child(1), .job-details-page .parts-section .parts-requested tbody tr.is-in-order td:nth-child(1) {
	opacity: .6
}
.job-quote-page .parts-section .parts-requested tbody tr.is-in-order td, .job-details-page .parts-section .parts-requested tbody tr.is-in-order td {
	color: #999
}
.job-quote-page .parts-section .parts-requested tbody tr.part-requested-row, .job-details-page .parts-section .parts-requested tbody tr.part-requested-row {
	font-weight: 600;
}
.job-quote-page .parts-section .parts-requested tbody tr.part-requested-row:nth-child(4n+1) td, .job-details-page .parts-section .parts-requested tbody tr.part-requested-row:nth-child(4n+1) td {
	background-color: #fff
}
.job-quote-page .parts-section .parts-requested tbody tr.part-requested-row td:first-child, .job-details-page .parts-section .parts-requested tbody tr.part-requested-row td:first-child {}
.job-quote-page .parts-section .parts-requested tbody tr.part-requested-row td:first-child .required-part-has-quotes-btn-active, .job-details-page .parts-section .parts-requested tbody tr.part-requested-row td:first-child .required-part-has-quotes-btn-active,.job-quote-page .parts-section .parts-requested tbody tr.part-requested-row td:first-child .required-part-has-quotes-btn, .job-details-page .parts-section .parts-requested tbody tr.part-requested-row td:first-child .required-part-has-quotes-btn, .job-quote-page .parts-section .parts-requested tbody tr.part-requested-row td:first-child .required-part-has-no-quotes-btn, .job-details-page .parts-section .parts-requested tbody tr.part-requested-row td:first-child .required-part-has-no-quotes-btn {
	font-size: 4rem
}
.job-quote-page .parts-section .parts-requested tbody tr.part-requested-row td:first-child .required-part-has-quotes-btn-active, .job-details-page .parts-section .parts-requested tbody tr.part-requested-row td:first-child .required-part-has-quotes-btn-active, .job-quote-page .parts-section .parts-requested tbody tr.part-requested-row td:first-child .required-part-has-quotes-btn, .job-details-page .parts-section .parts-requested tbody tr.part-requested-row td:first-child .required-part-has-quotes-btn {
	cursor: pointer;
}
.job-quote-page .parts-section .parts-requested tbody tr.part-requested-row td:first-child .ticks-quote-count, .job-details-page .parts-section .parts-requested tbody tr.part-requested-row td:first-child .ticks-quote-count {
	display: none
}
.job-quote-page .parts-section .parts-requested tbody tr.part-requested-row td, .job-details-page .parts-section .parts-requested tbody tr.part-requested-row td {
	background-clip: padding-box;
	position: relative
}
.job-quote-page .parts-section .parts-requested tbody tr.part-requested-row td, .job-details-page .parts-section .parts-requested tbody tr.part-requested-row td {
	background-color: #eee;
	font-size: 1.3rem;
	padding: 0 4px
}
.job-quote-page .parts-section .parts-requested tbody tr.part-requested-row td .autoquote-icon, .job-details-page .parts-section .parts-requested tbody tr.part-requested-row td .autoquote-icon {
	background-color: transparent;
	background-position: 0 0;
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	-o-background-size: 20px 20px;
	background-size: 20px 20px;
	display: inline-block;
	position: absolute;
	right: 2px;
	top: 2px;
	height: 20px;
	width: 20px
}
.job-quote-page .parts-section .parts-requested tbody tr.part-requested-row td .autoquote-icon.oe-missing, .job-details-page .parts-section .parts-requested tbody tr.part-requested-row td .autoquote-icon.oe-missing {
	background-image: url(/images/autoquote-oe-missing.png)
}
.job-quote-page .parts-section .parts-requested tbody tr.part-requested-row td .autoquote-icon.oe-mismatch, .job-details-page .parts-section .parts-requested tbody tr.part-requested-row td .autoquote-icon.oe-mismatch {
	background-image: url(/images/autoquote-oe-mismatch.png)
}
.job-quote-page .parts-section .parts-requested tbody tr.part-requested-row td .autoquote-icon.stock-zero, .job-details-page .parts-section .parts-requested tbody tr.part-requested-row td .autoquote-icon.stock-zero {
	background-image: url(/images/autoquote-stock-zero-v2.png)
}
.job-quote-page .parts-section .parts-requested tbody tr.part-requested-row td .autoquote-icon.all-ok, .job-details-page .parts-section .parts-requested tbody tr.part-requested-row td .autoquote-icon.all-ok {
	background-image: url(/images/autoquote-all-ok.png)
}
.job-quote-page .parts-section .parts-requested tbody tr.part-requested-row .new-oe-number, .job-details-page .parts-section .parts-requested tbody tr.part-requested-row .new-oe-number {
	color: #a00
}
.job-quote-page .parts-section .parts-requested tbody tr.part-requested-row .old-oe-number, .job-details-page .parts-section .parts-requested tbody tr.part-requested-row .old-oe-number {
	color: #000;
	font-size: 10px;
	font-weight: normal;
	opacity: .5;
	position: absolute;
	bottom: 0;
}
.job-quote-page .parts-section .parts-requested tbody tr.part-requested-row .supplier-image, .job-details-page .parts-section .parts-requested tbody tr.part-requested-row .supplier-image {
	padding: 0 4px 0 0
}
.job-quote-page .parts-section .parts-requested tbody tr.part-requested-row .supplier-image img, .job-details-page .parts-section .parts-requested tbody tr.part-requested-row .supplier-image img {
	margin-right: 64px;
	max-height: 38px;
	max-width: 100%;
	vertical-align: middle
}
.job-quote-page .parts-section .parts-requested tbody tr.part-requested-row .required-part-has-no-quotes-btn, .job-details-page .parts-section .parts-requested tbody tr.part-requested-row .required-part-has-no-quotes-btn {
	color: #ccc
}
.job-quote-page .parts-section .parts-requested tbody tr.part-quoted-row, .job-details-page .parts-section .parts-requested tbody tr.part-quoted-row {}
/*.job-quote-page .parts-section .parts-requested tbody tr.part-quoted-row:nth-child(4n+2) td, .job-details-page .parts-section .parts-requested tbody tr.part-quoted-row:nth-child(4n+2) td table {
    background-color: #fff
}*/
.job-quote-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row, .job-details-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row {
	padding: 0 0 0 0;
}
.job-quote-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table, .job-details-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table {
	margin: 0;
	padding: 0
}
.job-quote-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table thead th:first-child, .job-details-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table thead th:first-child {
	overflow: hidden;
	padding: 0;
	position: relative
}
.job-quote-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table thead th:first-child span, .job-details-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table thead th:first-child span {
	border-left: 2px solid #b0b0b0;
	bottom: 0;
	display: block;
	height: 42.5px;
	left: 78%;
	overflow: hidden;
	position: absolute;
	width: 2px;
}
.job-quote-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table thead th, .job-details-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table thead th {
	color: #808080;
	font-weight: 600;
	font-size: 1.1rem;
}
.job-quote-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody, .job-details-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody {}
.job-quote-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody tr:nth-child(2n) td, .job-details-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody tr:nth-child(2n) td {
	background-color: transparent
}
.job-quote-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody tr:nth-child(2n+1) td, .job-details-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody tr:nth-child(2n+1) td {
	background-color: transparent
}
.job-quote-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody tr:nth-child(2) td, .job-details-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody tr:nth-child(2) td {
	border-left: 1px solid #8080804d;
}
.job-quote-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody tr.users-own-quote td, .job-details-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody tr.users-own-quote td, .job-quote-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody tr.quoting-row td, .job-details-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody tr.quoting-row td, .job-quote-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody tr:last-child td, .job-details-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody tr:last-child td {
	border-bottom: 0;
	vertical-align: middle
}
.job-quote-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody tr td, .job-details-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody tr td {
	border-bottom: 1px dotted #999
}
.job-quote-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody tr td .fa-exclamation-circle:before, .job-details-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody tr td .fa-exclamation-circle:before {
	color: #a00;
	font-size: 1.5em;
	vertical-align: middle
}
.parts-requested > thead:nth-child(1) > tr:nth-child(1) {
	border: 1px solid #80808091;
	background-color: #f9f9f9;
}
.parts-requested > thead:nth-child(1) > tr:nth-child(1) th {
	box-shadow: inset 0 0 18px #fff;
}
.job-quote-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody tr td .show-notes:hover, .job-details-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody tr td .show-notes:hover {
	cursor: pointer
}
.job-quote-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody tr td .no-notes, .job-details-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody tr td .no-notes, .job-quote-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody tr td .show-notes, .job-details-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody tr td .show-notes {
	margin-top: 4px
}
.job-quote-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody tr td .no-notes:before, .job-details-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody tr td .no-notes:before, .job-quote-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody tr td .show-notes:before, .job-details-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody tr td .show-notes:before {
	background-color: #fff;
	font-size: 1.6em
}
.job-quote-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody tr td .no-notes:before, .job-details-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody tr td .no-notes:before {
	opacity: .25
}
.job-quote-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody tr td:first-child, .job-details-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody tr td:first-child {
	background-color: transparent;
	border-bottom: 0;
	border-left: 0;
	overflow: hidden;
	padding: 0;
	position: relative
}
.job-quote-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody tr td:last-child .btn, .job-details-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody tr td:last-child .btn {
	margin: 0;
	max-width: 100px;
	min-width: 53.7px;
}
.job-quote-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody tr td.supplier-image, .job-details-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody tr td.supplier-image {
	padding: 0
}
.job-quote-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody tr td.supplier-image img, .job-details-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody tr td.supplier-image img {
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle
}
.job-quote-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody td.not-last-quote:before, .job-details-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody td.not-last-quote:before {
	border-left: 2px solid #b0b0b0;
	content: ' ';
	display: block;
	height: 100%;
	left: 78%;
	position: absolute;
	top: 0;
	width: 2px;
}
.job-quote-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody td.not-last-quote span, .job-details-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody td.not-last-quote span {
	border-bottom: 2px solid #b0b0b0;
	border-left: 2px solid #b0b0b0;
	height: 50%;
	left: 78%;
	position: absolute;
	top: 0;
	width: 22%;
}
.job-quote-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody td.last-quote:before, .job-details-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody td.last-quote:before {
	border-left: none;
	content: ''
}
.job-quote-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody td.last-quote span, .job-details-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody td.last-quote span {
	border-bottom: 2px solid #b0b0b0;
	border-left: 2px solid #b0b0b0;
	height: 50%;
	left: 78%;
	position: absolute;
	top: 0;
	width: 22%;
}
.job-quote-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody .suppliers-quote td, .job-details-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody .suppliers-quote td {
	vertical-align: top
}
.job-quote-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody .suppliers-quote td select, .job-details-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody .suppliers-quote td select, .job-quote-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody .suppliers-quote td input, .job-details-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody .suppliers-quote td input {
	padding: .2rem;
	vertical-align: top;
	width: 100%
}
.job-quote-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody .suppliers-quote td .add-note-btn, .job-details-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody .suppliers-quote td .add-note-btn {
	margin-top: 4px
}
.job-quote-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody .suppliers-quote td .add-note-btn:before, .job-details-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody .suppliers-quote td .add-note-btn:before {
	background-color: #fff;
	font-size: 1.6em
}
.job-quote-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody .suppliers-quote td .add-note-btn:hover, .job-details-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody .suppliers-quote td .add-note-btn:hover {
	cursor: pointer
}
.job-quote-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table.already-ordered-quotes tbody td:first-child span, .job-details-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table.already-ordered-quotes tbody td:first-child span {
	height: 15px
}
.job-quote-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table.already-ordered-quotes tbody td:first-child.last-quote span, .job-details-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table.already-ordered-quotes tbody td:first-child.last-quote span {
	height: 15px
}
.job-quote-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table.already-ordered-quotes tbody td:nth-child(2), .job-details-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table.already-ordered-quotes tbody td:nth-child(2) {
	opacity: .6
}
.job-quote-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table.already-ordered-quotes tbody td, .job-details-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table.already-ordered-quotes tbody td {
	color: #999
}
.job-quote-page .parts-section .parts-requested tfoot th, .job-details-page .parts-section .parts-requested tfoot th {
	text-align: right
}
.job-quote-page .parts-section .parts-requested tfoot th.client-total-save-label, .job-details-page .parts-section .parts-requested tfoot th.client-total-save-label, .job-quote-page .parts-section .parts-requested tfoot th.client-total-save, .job-details-page .parts-section .parts-requested tfoot th.client-total-save {
	color: #74a538
}

.job-details-page .parts-section .add-extra-part {
	margin: 2em auto;
	width: 50%;
}
.job-details-page .parts-section .add-extra-part h3 {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	margin-bottom: 0;
}

.enter_section {
	border-style: solid;
	border: 1px solid #999;
	padding: 8px 5px;
	box-shadow: 4px 6px #999;
}

.job-details-page .parts-section .add-extra-part .form-item {
	padding: 0;
}
.job-details-page .parts-section .add-extra-part .form-item input {
	margin: 0;
}

#searchValue:focus {
	border-color: #66afe9 !important;
	outline: 0 !important;
	-webkit-box-shadow: inset 0 1px 1px #00000013, 0 0 8px #66afe999 !important;
	box-shadow: inset 0 1px 1px #00000013, 0 0 8px #66afe999 !important;
}
#tmpNote, #tmp {
	height: auto;
	resize: none;
	width: 100%;
	min-height: 150px;
	padding: 8px;
	border: 0.5px solid #a5a5a5b3;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: inset 0.8px 0.8px 2px rgba(0, 0, 0, 0.32);
	-moz-box-shadow: inset 0.8px 0.8px 2px rgba(0, 0, 0, 0.32);
	box-shadow: inset 0.8px 0.8px 2px rgba(0, 0, 0, 0.32);
}
#tmpNote:focus, #tmp:focus {
	border-color: #66afe9a8;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.32), 0 0 6px rgba(0, 142, 255, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.32), 0 0 6px rgba(0, 142, 255, 0.6);
}
#btnRequote {
	animation: attention 1s ease-in;
}
@-moz-keyframes attention {
	0% {
		background-color: green
	}
	50% {
		background-color: crimson
	}
	100% {
		background-color: green
	}
}
@-o-keyframes attention {
	0% {
		background-color: green
	}
	50% {
		background-color: crimson
	}
	100% {
		background-color: green
	}
}
@keyframes attention {
	0% {
		background-color: green
	}
	50% {
		background-color: crimson
	}
	100% {
		background-color: green
	}
}
@-moz-keyframes attention {
	0% {
		background-color: green
	}
	50% {
		background-color: crimson
	}
	100% {
		background-color: green
	}
}
@-o-keyframes pulsing {
	0% {
		background-color: transparent
	}
	50% {
		background-color: #faa
	}
	100% {
		background-color: transparent
	}
}
@keyframes pulsing {
	0% {
		background-color: transparent
	}
	50% {
		background-color: #faa
	}
	100% {
		background-color: transparent
	}
}
@-webkit-keyframes pulsing {
	0% {
		background-color: transparent
	}
	50% {
		background-color: #faa
	}
	100% {
		background-color: transparent
	}
}
@-moz-keyframes pulse {
	0% {
		color: grey
	}
	50% {
		color: crimson
	}
	100% {
		color: grey
	}
}
@-o-keyframes pulse {
	0% {
		color: grey
	}
	50% {
		color: crimson
	}
	100% {
		color: grey
	}
}
@keyframes pulse {
	0% {
		color: grey
	}
	50% {
		color: crimson
	}
	100% {
		color: grey
	}
}
@-webkit-keyframes pulse {
	0% {
		color: grey
	}
	50% {
		color: crimson
	}
	100% {
		color: grey
	}
}
.job-details-wrap h2 img {
	max-width: 100%;
	position: absolute;
	top: 0;
	height: 100%;
}
.job-details-wrap h2 .work-provider-span {
	margin-right: 20px;
	font-weight: 600;
	font-size: 2.2rem;
	text-decoration: underline;
}
.vehicle_warning {
	font-weight: 600;
	color: #AC1D1F;
	background-image: url(/assets/images/warn.png);
	background-repeat: no-repeat;
	padding-left: 14px;
	background-position-y: center;
	white-space: break-spaces;
}
a span.vehicle_warning {
	background-position-y: unset!important;
	white-space: nowrap;
}
#green-extra-details {
	/*background: #e2f1cd !important;*/
	text-align: center;
}
#green-extra-details th, #green-extra-details td {
	/*background: #e2f1cd !important;*/
}
#green-extra-details th {
	text-align: left;
	border-right: 1px solid #8080804d !important;
}
#green-extra-details .grade-letter {
	font-weight: 600;
	font-size: 1.1em;
}
#green-extra-details .view-green-images {
	cursor: pointer !important;
}
#green-extra-details .view-green-images:hover {
	color: #74be74;
}
.quoted-parts-table tbody tr td {
	border-bottom: 1px solid #8080804d;
}
.job-list {
	/*border: 1.5px solid lightgrey;*/
	box-shadow: 1px 1px 20px rgba(128, 128, 128, 0.3);
}
.note {
	position: relative;
	width: auto;
	height: 90%;
	padding: 0.6em;
	margin: auto;
	color: black;
	background: #e8e0a3;
	text-shadow: 0 0 3px #fff, 0 0 6px #fff;
	font-size: 1.25rem;
	max-width: max-content;
	word-wrap: break-word;
	text-align: left;
	transition: all 0.13s;
	max-height: 60px;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 9;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: pre-wrap;
	line-height: 1.30em;
	min-width: 100%;
}
.note:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-width: 0 10% 10% 0; /* This trick side-steps a webkit bug */
	border-style: solid;
	background: #D3C23B !important; /* For when also applying a border-radius */
	display: block;
	width: 0; /* Only for Firefox 3.0 damage limitation */
	/* Optional: shadow */
	-webkit-box-shadow: -1.4px 1.4px 0.9px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -1.4px 1.4px 0.9px rgba(0, 0, 0, 0.2);
	box-shadow: -1.4px 1.4px 0.9px rgba(0, 0, 0, 0.2);
	border-color: #fff #fff transparent transparent;
}
dl {
	display: inline-block;
	width: 100%;
}
.quote-submit-quote, .quote-this-part-btn {
	margin: auto !important;
}
#OpenAllQuoteRows, #QuoteAllParts {
	display: inline;
	vertical-align: middle;
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 1.5rem;
	padding-left: 10px;
	padding-right: 10px;
}
tr[data-has-parts="1"] td {
	background-color: #00ff1014 !important;
}
tr[data-has-parts="0"] td {
	background-color: #ffeded !important;
	transition: all 0.13s;
}
tr[data-is-dead="1"] {
	color: #535353;
}
tr[data-is-dead="1"] td {
	background-color: #ffeded !important;
}
tr[data-is-dead="1"] td .fa::before {
	color: #ccc !important;
	text-shadow: none;
}
tr[data-has-parts="0"][data-is-open="1"] td {
	background-color: #f3fbff !important;
	transition: all 0.13s;
}
tr[data-is-active="1"] td {
	background-color: #fff2d9 !important;
	transition: all 0.13s;
}
tr[data-has-parts] .btn {
	min-width: 48.7px; /*53.7px;*/
	padding: 5px 5px;
	font-size: 0.91em;
}
.fa, .fas {
	transition: all 0.13s;
}
.job-details-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody tr:last-child td {
	border-bottom: 1px solid lightgrey;
}
.job-details-page .parts-section .parts-requested tbody tr.part-quoted-row .quoted-parts-table-row .quoted-parts-table tbody tr td:first-child {
	border-bottom: 0;
}