@font-face { font-family: "Raleway"; src: url(../include/fonty.ttf); }
@font-face { font-family: "UKNP"; src: url(../include/UKNumberPlate.ttf); }
@font-face { font-family: "Stamper"; src: url(../include/old_stamper.ttf); }
@font-face { font-family: "SerialPublication"; src: url(../include/SerialPublication.ttf); }
@font-face { font-family: "StamPete"; src: url(../include/StamPete.ttf); }

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 9px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

html,body {
	background-color: 333333;
	color: white;
  width:100%;
  min-width: 1000px;
  margin: 0px;
	font-family: "Raleway";
	z-index: -1;
}

#blocker {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1000;
	position: fixed;
	background-color: rgba(0,0,0,0.4);
}

#siteContainer {
	position: relative;
	width: 1000px;
	z-index: 1;
	-webkit-transform: translate(-50%, 0px);
	-moz-transform: translate(-50%, 0px);
	-ms-transform: translate(-50%, 0px);
	-o-transform: translate(-50%, 0px);
	transform: translate(-50%, 0px);
	left: 50%;
}

#header {											/*		HEADER		*/
	width: 100%;
	top: 0px;
	height: 60px;
}

h1.siteTitle {
	position: absolute;
	width: 100%;
	top: 0px;
	text-align: center;
	color: #ffffff;
	font-weight: 500;
	font-size: 16px;
	margin: 30px;
/*	text-transform: uppercase;*/
}

#centralBackground {
	margin-top: 100px;
	text-align: center;
	position: fixed;
	z-index: -1;
	min-width: 100%;
	max-height: 40%;
}

#menu {
	text-align: center;
	position: absolute;
	bottom: -8px;
	width: 100%;
}

ul.menu {
	margin: 0px;
	padding: 0px;
}

.menuItem {
	display: inline;
/*	background-color: rgba(0,0,0,0.4);*/
	background-color: #666666;
/*	border: 1px solid #aaaaaa; */
	text-align: center;
	padding: 5px 20px 5px 20px;
	margin: 0px 5px 0px 5px;
	width: 100px;
	-webkit-border-radius: 5px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-border-radius: 5px; /* Firefox 1-3.6 */
	border-radius: 5px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border: 1px solid #f1f1f1;
	color: #cccccc;
}

.menuItem:hover {
/*	background-color: rgba(0,0,0,0.6);*/
	background-color: #888888;
}

.menuItem.selected {
/*	background-color: rgba(0,0,0,0.8);*/
	background-color: #333333;
	border: 1px solid #999999;
	color: ffffff;
}

a.clean {
	color: #888888;
	text-decoration: none;
}

hr.divider {
	position: relative;
	margin: 0px 50px 0px 50px;
    border: 0px;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	bottom: 0px;
}

.back1 {
/*	z-index: -1;*/
}

#content {											/*		CONTENT		*/
	padding: 0px;
	paadding-top: 100px;
}

#footer {
	text-shadow: 0px 0px 3px rgba(0,0,0,1), 0px 0px 10px rgba(0,0,0,0.8), 0px 0px 20px rgba(0,0,0,0.6), 0px 0px 30px rgba(0,0,0,0.6);
	color: #ffffff;
}

#footerList {
	margin: 0px;
	padding: 0px;
}

.footerList {
	display: inline;
	padding: 0px 50px 0px 50px;
}

.relative {
	position: relative;
}

.right {
	text-align: right;
}

.floatRight {
	float: right;
}

.buttonBar {
	float: right;
}

.divButton {
	margin: 5px;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	border: 1px solid #222222;
	-webkit-border-radius: 5px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-border-radius: 5px; /* Firefox 1-3.6 */
	border-radius: 5px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}

.divButton.disabled {
	color: #777;
	background-color: #aaa;
}

div.redBg { background-color: #FF9999; }
div.darkRedBg { background-color: #990000; }
div.darkerRedBg { background-color: #880000; }

div.yellowText { background-color: #FFFF00; }

div.greenBg { background-color: #66FF66; }
div.greyBg { background-color: #666666; }

#jobmap {
	-webkit-border-radius: 10px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-border-radius: 10px; /* Firefox 1-3.6 */
	border-radius: 10px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	-webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
	border: 2px solid black;
	height: 246px;
	width: 246px;
	float: right;
	overflow: hidden;
}

#jobmap > div, #jobmap > div > div, #jobmap > div > div > div {
	-webkit-border-radius: 10px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-border-radius: 10px; /* Firefox 1-3.6 */
	border-radius: 10px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	-webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
	border: 0px;
	overflow: hidden;
}

#vehicleDetails {
	position: relative;
	background-color: #333333;
	-webkit-border-radius: 10px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-border-radius: 10px; /* Firefox 1-3.6 */
	border-radius: 10px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border: 2px solid black;
	height: 250px;
	width: 180px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
	padding: 5px;
}

#vehicleDetailsIndex {
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0px auto;
	top: 60%;
	left: 50%;
}

.colourSquare {
	height: 20px;
	width: 100px;
	display: inline-block;
	border: 1px solid #000000;
}

.dismisser {
	color: red;
	font-weight: bold;
    text-decoration: none;
    cursor: pointer;
	top: 10px;
	right: 10px;
	position: absolute;
}

#loginDiv {
	-webkit-border-radius: 10px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-border-radius: 10px; /* Firefox 1-3.6 */
	border-radius: 10px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	color: #ffffff;
	padding: 30px 30px 0px 30px;
	background-color: rgba(0,0,0,0.8);
	border: 3px solid #00ff00;
	position: fixed;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0px auto;
	top: 50%;
	left: 50%;
	z-index: 10000;
	/* Prevent background color leak outs */
	-webkit-background-clip: padding-box;
	-moz-background-clip:    padding;
	background-clip:         padding-box;
}

#accountDiv {
	position: absolute;
	top: 10px;
	right: 10px;
}

#titleContainer {
	padding: 10px;
}

#logo {
	float: left;
	height: 44px;
	border: 1px solid black;
	-webkit-border-radius: 10px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-border-radius: 10px; /* Firefox 1-3.6 */
	border-radius: 10px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	overflow: hidden;
}

#title {
	font-size: 36px;
}

#leftPanel {										/*		LEFT PANEL		*/
	position: relative;
	float: left;
	width: 470px;
	padding-left: 10px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.currencyinput {
    border: 1px inset #ccc;
	-webkit-border-radius: 5px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-border-radius: 5px; /* Firefox 1-3.6 */
	border-radius: 5px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	/* Prevent background color leak outs */
	-webkit-background-clip: padding-box;
	-moz-background-clip:    padding;
	background-clip:         padding-box;
	background-color: white;
    font-size: 26px;
    font-weight: bold;
    float: left;
    color: black;
}

.currencyinput input {
    border: 0px;
    font-size: 26;
    background-color: rgb(0,0,0,0);
}

.listAvailableJobs {
	background-color: #660000 !important;
	overflow-y: scroll;
}

.listAwardedJobs {
	background-color: #660000 !important;
	overflow-y: scroll;
}

.listHistoricJobs {
	background-color: #543210 !important;
}

.tabHolder {
	height: 25px;
}

.selectedTab {
	border-bottom: 0px !important;
	top: 1px !important;
}

.jobsContainer {
	position: inherit;
	height: 40%;
}

.joblist {
	position: absolute;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	z-index: 2;
}

.jobListTab {
	position: absolute;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	z-index: 1;
}

.refreshTab {
	position: absolute;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	z-index: 1;
}

.listTitle {
	position: relative;
	border: 1px black solid;
	border-bottom: 0px;
	height: 20px;
	font-size: 16px;
	padding: 4px 0px 0px 8px;
	top: 1px;
	background-color: white;
	width: 120px;
	z-index: 5;
	-webkit-border-radius: 5px 5px 0px 0px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-border-radius-top-left: 5px 5px 0px 0px; /* Firefox 1-3.6 */
	border-radius-top-left: 5px 5px 0px 0px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}

.listTitleLeft {
	float: left;
	width: 140px;
	margin-right: 20px;
	position: relative;
	border: 1px black solid;
	height: 20px;
	font-size: 16px;
	padding: 4px 0px 0px 8px;
	background-color: white;
	z-index: 5;
	-webkit-border-radius: 5px 5px 0px 0px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-border-radius-top-left: 5px 5px 0px 0px; /* Firefox 1-3.6 */
	border-radius-top-left: 5px 5px 0px 0px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}

.listTitleRight {
  float: right;
	width: 20px;
	margin-right: 20px;
	position: relative;
	border: 1px black solid;
	height: 20px;
	font-size: 16px;
	padding: 2px 4px 2px 4px;
	background-color: green;
	z-index: 5;
	-webkit-border-radius: 5px 5px 0px 0px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-border-radius-top-left: 5px 5px 0px 0px; /* Firefox 1-3.6 */
	border-radius-top-left: 5px 5px 0px 0px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}

.listContents {
	border: black 1px solid;
	position: relative;
/*	top: -25px;*/
	height: 100%;
	width: 450px;
	overflow: auto;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  z-index: 1;
}

.jobItem {
	margin: 3px;
	padding: 3px;
	height: 50px;
	overflow: hidden;
	border: 1px #aaaa44 solid;
	-webkit-border-radius: 5px;
}

.availableJobItem {
	background-color: red;
}

.awardedJobItem {
  border: 3px #00aa00 solid;
	background-color: rgb(67, 90, 67);
}

.jobItemHistory {
	background-color: rgb(110, 156, 167);
	margin: 3px;
	padding: 1px;
	height: 30px;
	overflow: hidden;
	border: 1px #aaaa44 solid;
	-webkit-border-radius: 5px;
}

.awardedJob {
	background-color: #bbffbb;
}

.quoteItem {
	margin: 1px;
	padding: 3px;
	background-color: #ff9944;
	height: 30px;
	overflow: hidden;
	border: 1px #aaaa44 solid;
	-webkit-border-radius: 5px;
}

.jobContent {
	float: left;
	width: 440px;
}

.listItem {											/*		LIST ITEM		*/
	height: 60px;
	position: relative;
}

.listItemHistory {											/*		LIST ITEM		*/
	height: 34px;
	padding-top: 5px;
	position: relative;
}

.listItemTypeDiv {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 60px;
	width: 120px;
}

.listItemPassengers {
	position: absolute;
	top: 5px;
	right: 5px;
}

.listItemTimeDiv {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.listItemVehicleDiv {
	width: 60%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.listItemLocationDiv {
	text-align: center;
	top: 20px;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
    white-space: nowrap;
}

.listItemDistanceDiv {
	top: 35px;
	width: 60%;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
}

.listItemDistanceLeftDiv {
	position: absolute;
	text-align: center;
	left: 0px;
	width: 50%;
}

.listItemDistanceRightDiv {
	position: absolute;
	text-align: center;
	float: left;
	right: 0px;
	width: 50%;
}

.vehicleIndex {
	font-family: "UKNP";
	color: black;
}

.listItemIndex {
	position: absolute;
	top: 7px;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	margin-left: 0px auto;
	left: 35%;
}

.listItemIndexHistory {
	position: absolute;
	top: 3px;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	margin-left: 0px auto;
	left: 20%;
}

.listItemStamp {
	position: absolute;
	top: 3px;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	margin-left: 0px auto;
	left: 30%;
	z-index: 5;
}

#rightPanel {										/*		RIGHT PANEL		*/
	float: left;
	padding-left: 10px;
	min-height: 60%;
	width: 530px;
	overflow-y: auto;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.rpBackground {
	background-color: #660000;
}

#jobDetail {
	padding: 20px;
	border: 1px black solid;
	width: 95%;
	position: relative;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

#vehicleType {
	text-align: center;
}

#vehicleType {
	font-size: 32px;
}

#jobOrigin {
	font-size: 32px;
}

#jobDestination {
	font-size: 32px;
}

#quoteForm {
	-webkit-border-radius: 10px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-border-radius: 10px; /* Firefox 1-3.6 */
	border-radius: 10px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	padding: 30px;
	background-color: rgba(0,0,0,0.8);
	border: 3px solid #00ff00;

    position: fixed;
    width: 400px;
    height: 300px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0px auto;
	top: 50%;
	left: 50%;

	z-index: 10000;
	color: #ffffff;
}

.priceField {
	height: 30px;
	width: 60px;
	font-size: 20px;
}

#footer {											/*		FOOTER		*/
	position: relative;
	bottom: 50px;
	height: 50px;
	text-align: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.titledBox {										/*		GLOBAL		*/
	position: inherit;
	background-color: white;
	border: 1px solid black;
	margin-top: 40px;
	position: relative;
	min-height: 20px;
	padding: 20px 20px 5px 20px;
}

.boxTitle {
	-webkit-border-radius: 10px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-border-radius: 10px; /* Firefox 1-3.6 */
	border-radius: 10px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border: 1px solid #000;
	background-color: white;
	position: absolute;
	padding: 3px 5px 3px 5px;
	top: -15px;
	left: 10px;
	float: left;
	color: #000;
}

#jobButtons {
	padding-top: 10px;
	text-align: right;
}

.styledButton {
    background-color: #444444;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:6px;
    color: #fff;
	font-family: "Raleway";
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    border:none;
}

.styledButton:hover {
    border: none;
    background: green;
    box-shadow: 0px 0px 1px #777;
}

.greenHover:hover {
    background: green;
}

.redHover:hover {
    background: red;
}

#vehicleRear {
	position: inherit;
	float: left;
	background-color: #ffffff;
	border: 2px black solid;
	height: 100px;
	width: 450px;
	-webkit-border-radius: 10px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-border-radius: 10px; /* Firefox 1-3.6 */
	border-radius: 10px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	overflow: hidden;
	-webkit-transform: translate(-50%, 0px);
	-moz-transform: translate(-50%, 0px);
	-ms-transform: translate(-50%, 0px);
	-o-transform: translate(-50%, 0px);
	transform: translate(-50%, 0px);
	margin: 0px auto;
	left: 50%;
}

.vehicleIndex {
	position: relative;
	font-family: "UKNP";
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	border: 1px solid black;
	-webkit-border-radius: 5px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-border-radius: 5px; /* Firefox 1-3.6 */
	border-radius: 5px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	background-color: rgba(230,230,0,1);
	min-width: 150px;
	display: inline-block;
	padding: 3px 10px 3px 10px;
}

.vehicleIndexHistory {
	position: relative;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border: 1px solid black;
	-webkit-border-radius: 5px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-border-radius: 5px; /* Firefox 1-3.6 */
	border-radius: 5px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	background-color: rgba(230,230,0,1);
	min-width: 100px;
	display: inline-block;
	padding: 2px 5px 1px 5px;
}

.tailLight {
	height: 90px;
}
#leftTaillight {
	position: absolute;
	top: 10px;
	left: -30px;
}

#rightTaillight {
	position: absolute;
	top: 10px;
	right: -30px;
}

#vehicleMake {
	position: absolute;
	top: 10px;
	left: 90px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 2px #222, 1px -1px 2px, #222 -1px 1px 1px #222, -1px -1px 1px #222;
}

#vehicleModel {
	position: absolute;
	top: 10px;
	right: 90px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 2px #222, 1px -1px 2px, #222 -1px 1px 1px #222, -1px -1px 1px #222;
}

.leftFloater {
	float: left;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

.quotedStamp {
	font-size: 56px;
	font-family: "StamPete";
	color: #ff5555;
    -ms-transform: rotate(-7deg); /* IE 9 */
    -webkit-transform: rotate(-7deg); /* Safari */
    transform: rotate(-7deg);
}

.cancelledStamp {
	font-size: 36px;
	font-family: "StamPete";
	color: #ff5555;
    -ms-transform: rotate(-5deg); /* IE 9 */
    -webkit-transform: rotate(-5deg); /* Safari */
    transform: rotate(-5deg);
}

#customerPhoneDetails {
	text-align: center;
	font-size: 32px;
}

#payStateBox {
	background-color: #333333;
	-webkit-border-radius: 10px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-border-radius: 10px; /* Firefox 1-3.6 */
	border-radius: 10px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border: 2px solid black;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

#phoneBox {
  background-color: #333333;
	-webkit-border-radius: 10px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-border-radius: 10px; /* Firefox 1-3.6 */
	border-radius: 10px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border: 2px solid black;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

#jobIssuesBox {
  background-color: #333333;
	-webkit-border-radius: 10px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-border-radius: 10px; /* Firefox 1-3.6 */
	border-radius: 10px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border: 2px solid black;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

#jobNotesBox {
  background-color: #333333;
	-webkit-border-radius: 10px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-border-radius: 10px; /* Firefox 1-3.6 */
	border-radius: 10px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border: 2px solid black;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

#quoteInfo {
  background-color: #333333;
	-webkit-border-radius: 10px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-border-radius: 10px; /* Firefox 1-3.6 */
	border-radius: 10px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border: 2px solid black;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

#quoteInfoContent {
	height: 80px;
}

.currentCalloutPrice {
	position: absolute;
	width: 100px;
	left: 50px;
	top: 20px;
}

.currentRecoveryPrice {
	position: absolute;
	width: 100px;
	right: 50px;
	top: 20px;
}

.currentETA {
	position: absolute;
	width: 200px;
	top: 50px;
	-webkit-transform: translate(-50%, 0px);
	-moz-transform: translate(-50%, 0px);
	-ms-transform: translate(-50%, 0px);
	-o-transform: translate(-50%, 0px);
	transform: translate(-50%, 0px);
	margin: 0px auto;
	left: 50%;
}

.currentQuoteTime {
	position: absolute;
	bottom: 5px;
	right: 10px;
}

.timeIcon {
	position: relative;
	top: 4px;
	height: 20px;
	width: 20px;
}

.centerAlign {
	text-align: center;
}

.jobItemTypeImage {
	position: relative;
	height: 60px;
	left: 5px;
}

.jobItemTypeImageHistory {
	position: relative;
	height: 30px;
	left: 5px;
}

.jobItemPaxIcon {
	height: 16px;
}

.noNote {
	font-style: italic;
	color: #bbbbbb;
}

.green {
	color: #00ff00;
}

.red {
	color: red;
}

.cursor {
	cursor: pointer; cursor: hand;
}
