
#full-screen-logo {
	background-image: url(logo_trans96.png);
	width: 96px;
	height: 96px;
}
#full-screen-logo-clean {
	margin: 20px 0 0 20px;
	background-image: url(jj-logo-clean.jpg);
	width: 300px;
	height: 77px;
}
#full-screen-truck-team {
	background-image: url(truck-team.png);
	width: 158px;
	height: 96px;
}


#preview-status {
	display: none;
	/*width: 100%;*/
	position: fixed;
	top: 0;
    left: 0;
    right: 0;
	
	background-color: #ffa200;
	background-image: url(preview-back.png);
	background-repeat: repeat-x;
	z-index: 10000;
	
	font-size: 25px;
	box-shadow:         10px 10px 30px 7px rgba(0,0,0,0.5);
	
	color: #333;
}

#preview-change-title {
	padding: 5px;
	float: left;
	
}
#preview-change-details {
	display: none;
	background-color: #FFF;
	font-size: 18px;
	border-top: 1px solid #AAA;
	padding: 5px 0;
}
#preview-change-details ul {
	margin: 0;
	padding-left: 20px;
}



.popup-box-full {
	display: none;
	position: absolute;
	/*
	top: 5px;
	bottom: 5px;
	right: 5px;
	left: 5px;
	*/
	/*overflow: scroll;*/
	
	top:0;left:0;right:0;
	
	background-color: #FFF;
	padding: 5px;
	padding: 0;
	
	/*border: 3px solid #EAEAEA;*/
	
	/*
	-moz-box-shadow:    10px 10px 30px 7px rgba(0,0,0,0.5);
	-webkit-box-shadow: 10px 10px 30px 7px rgba(0,0,0,0.5);
	box-shadow:         10px 10px 30px 7px rgba(0,0,0,0.5);
	border-radius: 20px;
	
	*/
	z-index: 10110;
}

.popup-box-full hr {
	border: 0;
	border-top: 1px solid #DDD;
}

.popup-box {
	position: absolute;
	left: 50%;
	background-color: #DDD;
	padding: 5px;
	
	border: 3px solid #EAEAEA;
	/*background-image: url(metal-brushed-light.png);*/
	/*background-repeat: repeat;*/
	background-color: #EEE;

	-moz-box-shadow:    10px 10px 30px 7px rgba(0,0,0,0.5);
	-webkit-box-shadow: 10px 10px 30px 7px rgba(0,0,0,0.5);
	box-shadow:         10px 10px 30px 7px rgba(0,0,0,0.5);
	border-radius: 8px;
	z-index: 1010;
}


.popup-close {
	float: right;
	margin-left: 5px;
	margin-right: -8px;
	margin-top: -8px;
	
	padding: 5px;
}
	/*
	position: absolute;
	margin-left: -25px;
	margin-top: -0px;
	background-color: #FFF;
	padding: 5px 4px;
	border-radius: 5px;
	box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.3);
}
.hour-details .popup-close {
	margin-left: -65px;
}
*/
.popup-close a {
	padding: 0 7px;
	padding: 5px 10px;
}
.hour-details .popup-close {
	margin-right: -5px;
}


.arrow-left-grey {
	background-image: url(arrow-left-grey.png);
	width: 20px;
	height: 48px;
}


.popup-box.time-info-box {
	display: none;
	width: 280px;
	margin-left: -100px;
	margin-top: -110px;
}
.job-list.board .popup-box.time-info-box {
	margin-left: -93px;
}

.popup-box.load-status-box {
	display: none;
	width: 320px;
	margin-left: -93px;
	margin-top: -110px;
}
.job-list.board .popup-box.load-status-box {
	margin-left: -80px;
}

.popup-box.time-info-box .arrow-left-grey {
	position: absolute;
	left: -17px;
	top: 109px;
}
.popup-box.load-status-box .arrow-left-grey {
	position: absolute;
	left: -17px;
	top: 110px;
}







/*** SERVICES ***/
.services {
	padding: 13px 3px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #AAA;
	cursor: pointer;
	
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #EEEEEE 0%, #D9D9D9 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #EEEEEE 0%, #D9D9D9 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(top, #EEEEEE 0%, #D9D9D9 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EEEEEE), color-stop(1, #D9D9D9));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #EEEEEE 0%, #D9D9D9 100%);
	
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #EEEEEE 0%, #D9D9D9 100%);
}
.services:hover {
	background-image: none;
	background-color: #CCC;
}



.popup-box.load-status-box .est-dur-entry {
	width: 50px;
	font-size: 16px;
}


.service-set .entry-area {
	margin-bottom: 10px;
}

.service-set .inside {
	display: none;
	border-top: none;
	background-image: none;
	background-color: #EEE;
	padding: 15px 7px;
	margin-bottom: 10px;
	
	font-size: 17px;
	
	box-shadow:         0px 2px 5px 2px rgba(0,0,0,0.25) inset;
}
.service-set .inside .mini-btn {
	font-size: 20px;
	padding: 3px 5px;
}
.service-set .inside:hover {
	cursor: default;
}

.service-set .inside select {
	height: 30px;
}
.service-set .inside input {
	height: 24px;
}




.services .arrow {
	float: right;
	
	width: 20px;
	height: 20px;
	right: 5px;
	top: 5px;
	background-image: url(arrow-down.png);
	background-repeat: no-repeat;
}




.popup-box.load-status-box .balance {
	margin: 3px 0 0 3px;
}
.popup-box.load-status-box .balance .amount {
	display: inline;
}





.ServiceSet {
	float: left;
}
.ServiceJunkLoad {
	float: left;
}
.ServiceBedLoad {
	float: left;
}

.service-amount {
	width: 60px;
}










/*** SLOT TIME ***/

.popup-box.time-info-box table {
	width: 100%;
	margin-top: 0px;
	border-spacing:0;
	border-collapse:collapse;
/*	background-color: #FFF;*/
}


.popup-box.time-info-box tr.current td {
	/*background-image: url(job-back-preview.png);*/
	/*background-repeat: repeat-x;*/
	/*background-position: 0 0;*/
	background-color: #999;
}

.popup-box.time-info-box tr.orig td {
	background-image: none;
	background-color: rgb(33, 68, 53);
	color: #FFF;
}




.popup-box.time-info-box th {
	border-bottom: 3px solid #AAA;
}
.popup-box.time-info-box td {
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	padding: 2px 5px;
	text-align: center;
}
.popup-box.time-info-box tr.details {
	display: none;
}
.popup-box.time-info-box tr.details td {
	font-size: 16px;
}


.popup-box.time-info-box .early-entry {
	width: 50px;
	font-size: 16px;
}

.popup-box.time-info-box .light {
	color: #AAA;
}







.job-entry, .job-entry-open {
	position: relative;
	width: 100%;
	height: 55px; /* SLOT_HEIGHT */
}
.job-entry-selected, .job-entry:hover {
	position: relative;
	background-image: none;
	background-color: #004434;
	height: 55px; /* SLOT_HEIGHT */
}




/*
.job-hour, .job-hour-open {
	position: absolute;
	width: 70px;
	
	margin-top: -7px;
	text-align: center;
	
	font-size: 45px;
	font-weight: bold;
}
.job-hour-open {
	padding-top: 16px;
}
*/

.hour-details {
	display: none;
	position: absolute;
	left: 195px;
	margin-top: 10px;
	right: 2px;
	padding: 3px 0 3px 53px;
	
	background-color: #ffa200;
	border: 3px solid #EAEAEA;
	
	background-image: url(hour-notice.png);
	background-image: url(popup-back.png);
	/*background-image: url(metal-brushed-light.png);*/
	background-repeat: repeat-x;
	background-repeat: repeat;
	background: none;
	background-color: #EEE;


	-moz-box-shadow:    10px 10px 30px 7px rgba(0,0,0,0.5);
	-webkit-box-shadow: 10px 10px 30px 7px rgba(0,0,0,0.5);
	box-shadow:         10px 10px 30px 7px rgba(0,0,0,0.5);
	border-radius: 8px;
	z-index: 1010;
}
.hour-details .indent {
	margin: 0;
	text-indent: -50px;
}
.hour-details .mini-btn {
	text-indent: 0px;
}


.hour-details .job,
.hour-details .job-return,
.hour-details .place-required,
.hour-details .place,
.hour-details .place-unknown {
	color: #FFF;
	padding: 0 4px;
	display: inline;
}

.hour-details .job,
.hour-details .job-return {
	background-color: #005b45;
}
.hour-details .place-required {
	background-color: #ffd508;
	background-image: url(receipt-btn.png);
	background-repeat: repeat-x;
	color: #333;
}
.hour-details .place {
	background-color: #0031c2;
}
.hour-details .place-unknown {
	background-color: #bbbbbb;
}


.receipt-btn {
	display: inline;
	background-color: #b77500;
	background-image: url(receipt-btn.png);
	background-repeat: repeat-x;
	border: 1px solid #b77500;
	
	cursor: pointer;
	
	padding: 0 3px;
	color: #333;
	
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.15);
	border-radius: 5px;
}
.receipt-btn:hover {
	box-shadow: none;
	background-color: #FFF;
	background-image: none;
}








.slot-hour {
	position: absolute;
	width: 40px;
	height: 50px;
	
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 3px;
	padding-right: 3px; /*150px;*/
	text-align: center;
	
	font-size: 45px;
	font-weight: bold;
	
	background-color: #FFF;
	border-top: 1px solid #CCC;
	/*
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #FFF;
	*/
	color: #00654d;
	text-shadow: 1px 1px 3px #BBB;
	
	cursor: pointer;
	z-index: 1;
}
.slot-hour-number {
	position: relative;
	margin-top: 8px;
}
.slot-hour.notice {
	background-color: #FF0;
	background-image: url(hour-notice.png);
	background-repeat: repeat-x;
	color: #555;
	
}
.slot-hour.notice.last {
	background-position: 0 -55px;
}

.slot-hour.first {
	
	/*background-image: url(time-strip-hour-back-stretch.png);
	background-repeat: repeat;
	*/
}
.slot-hour.first:hover {
	background-color: #DDD;
}
.slot-hour.active {
	background-color: #CCC;
	/*background-image: url(metal-brushed-light.png);*/

	box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.1) inset;
}

.slot-hour.middle {
	border-bottom: 0;
	margin-top: 0px;
	
	/*
	background-image: url(time-strip-hour-back-stretch.png);
	background-repeat: repeat;
	*/
}
.slot-hour.last {
	border-top: 0;
	
	/*
	background-image: url(time-strip-hour-back-stretch.png);
	background-repeat: repeat;
	*/
}

.position-swap {
	position: absolute;
	margin-top: -20px;
	width: 42px;
	height: 55px; /* SLOT_HEIGHT */
	background-image: url(position-swap.png);
	background-position: 8px 0px;
	background-repeat: no-repeat;
	
	z-index: 103;
	cursor: pointer;
}





.slot-hour-zones, .slot-hour-zones-half {
	position: absolute;
	left: 1px;
	top: 0px;
	width: 43px;
/*	height: 100px;
	background-color: #06C;
	*/
}
.slot-hour-zones {
	border-top: 2px solid #777;
	margin-top: -2px;
	padding-top: 1px;
}
.slot-hour-zones-half {
	top: 54px;
}

.slot-hour-zone {
	float: left;
	width: 13px;
	height: 6px;
	margin-right: 1px;
	margin-bottom: 1px;
}


.slot-hour-zone.b { background-color: rgba(0,0,0, 0.2); }
.slot-hour-zone.g { background-color: rgba(9,189,0, 0.9); }
.slot-hour-zone.y { background-color: rgba(229,237,0, 0.8); }
.slot-hour-zone.o { background-color: rgba(226,139,69, 0.8); }



.legend-g, .legend-y, .legend-b, .legend-o {
	float:right;
	font-size: 14px;
	margin-left: 5px;
	margin-right: 1px;
	padding: 1px 3px;
}
.legend-b { background-color: rgba(0,0,0, 0.2); }
.legend-g { background-color: rgba(9,189,0, 0.9); }
.legend-y { background-color: rgba(229,237,0, 0.8); }
.legend-o { background-color: rgba(226,139,69, 0.8); }






.details-slot-hour-zones, .details-slot-hour-zones-half {
	position: relative;
	left: 0px;
	top: 0px;
	width: 330px;
	margin-left: -50px;
	
/*	height: 100px;
	background-color: #06C;
	*/
}
.details-slot-hour-zones {
	
}
.details-slot-hour-zones-half {
	clear: both;
	padding-top: 10px;
}

.details-slot-hour-zone {
	float: left;
	width: 108px;
	height: 18px;
	margin-right: 1px;
	margin-bottom: 1px;
	
	font-size: 15px;
	overflow: hidden;
}


.details-slot-hour-zone.b { background-color: rgba(0,0,0, 0.2); }
.details-slot-hour-zone.b { text-decoration: line-through; }
.details-slot-hour-zone.g { background-color: rgba(9,189,0, 0.8); }
.details-slot-hour-zone.y { background-color: rgba(229,237,0, 0.8); }
.details-slot-hour-zone.o { background-color: rgba(226,139,69, 0.8); }




/*** TIME INFO SLOT ***/
.time-info {
	position: absolute;
	width: 82px;
	height: 57px; /* SLOT_HEIGHT + 2 */
	
	margin-left: 42px;
	margin-top: -1px;
	
	
	background-image: url(time-info.png);
	background-repeat: no-repeat;
	
	cursor: pointer;
	
	color: #FFF;
	z-index: 2;
}
.time-info.job-preview,
.time-info.job-preview:hover {
	background-color: #b0be37;
	background-image: url(job-back-preview.png);
	background-repeat: repeat-x;
	cursor: default;
	color: #48540a;
}
.time-info.job-preview .slot-eta.ok {
	color: #FFF;
}


.time-info .arrow-up,
.time-info .arrow-up-yellow,
.time-info .arrow-down,
.time-info .arrow-down-yellow {
	position: absolute;
	width: 9px;
	height: 13px;
	
	margin-left: 2px;
	margin-top: 18px;
	
	background-image: url(arrow-mini-up.png);
	background-repeat: no-repeat;
}
.time-info .arrow-up-yellow { background-image: url(arrow-mini-up-yellow.png); }
.time-info .arrow-down { background-image: url(arrow-mini-down.png); }
.time-info .arrow-down-yellow { background-image: url(arrow-mini-down-yellow.png); }

.time-info.past .arrow-up { background-image: url(arrow-mini-up-green.png); }
.time-info.past .arrow-up-yellow { background-image: url(arrow-mini-up-green.png); }
.time-info.past .arrow-down { background-image: url(arrow-mini-down-green.png); }
.time-info.past .arrow-down-yellow { background-image: url(arrow-mini-down-green.png); }



.slot-time {
	position: absolute;
	width: 81px;
	
	margin-top: 5px;
	text-align: center;
	
	font-size: 19px;
	font-weight: bold;
	line-height: 18px;
}
.slot-eta {
	position: absolute;
	
	left: 12px;
	right: 12px;
	
	padding: 2px 0;
	margin-top: 32px;
	line-height: 12px;
	text-align: center;
	
	font-size: 16px;
	
	
	border-left: 1px solid #00241c;
	border-right: 1px solid #007056;
	border-top: 1px solid #00241c;
	border-bottom: 1px solid #007056;
	background-color: #004031;
	
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.3) inset;
}
.slot-eta.warning {
	background-color: #FF0;
	color: #333;
}
.slot-eta.serious {
	background-color: #ffb400;
	color: #333;
}
.slot-eta.danger {
	background-color: #F00;
	color: #333;
}

.time-info.past .slot-eta.warning .arrived {
	color: #b6b80f;
}
.time-info.past .slot-eta.serious .arrived {
	color: #ba7b00;
}
.time-info.past .slot-eta.danger .arrived {
	color: #e30000;
}



.slot-travel-time {
	position: absolute;
	width: 100%;
	
	margin-top: 43px;
	line-height: 13px;
	text-align: center;
	
	font-size: 16px;
	/*
	color: #b4d9d0;
	*/
}
.slot-travel-time strong {
	font-size: 15px;
}


/*** TIME INFO - PARK END/BEGIN ***/
.time-info.park-start,
.time-info.park-end {
	background-image: none;
	color: #888;
	cursor: inherit;
}
.slot-eta.park-end {
	margin-top: 46px;
	color: #FFF;
}
.time-info:hover {
	background-image: url(time-info-over.png);
	/*background-image: none;
	background-color: #004a38;*/
}

.time-info.park-start:hover,
.time-info.park-end:hover {
	background-color: inherit;
}


/* TIME INFO PAST */
.time-info.past {

	height: 53px; /* SLOT_HEIGHT - 2 */
	
	background-image: none;
	background-color: #EAEAEA;
	margin-top: 0;
	margin-left: 43px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #FFF;
	
	
	line-height: 13px;
	color: #555;
}
.time-info.past:hover {
	background-color: #FFF;
}

.time-info.past .slot-time {
	margin-top: 2px;
}
.time-info.past .slot-eta {
	color: #555;
	background-color: transparent;
	border: 0;
	left: 0;
	right: 0;
	margin-top: 20px;
	text-align: center;
	font-size: 18px;
	line-height: 15px;
	
	box-shadow: none;
}












/*** JOB STATUS ***/
.job-load-status {
	position: absolute;
	width: 62px;
	height: 57px; /* SLOT_HEIGHT + 2 */
	
	margin-left: 122px;
	margin-top: -1px;
	
	font-size: 16px;
	
	background-image: url(job-status.png);
	background-repeat: no-repeat;
	cursor: pointer;
	
	text-align: center;
	color: #FFF;
	z-index: 2;
}
.job-load-status:hover {
	background-image: url(job-status-over.png);
	/*
	background-image: none;
	background-color: #004a38;
	*/
}
.job-load-status-blank {
	position: absolute;
	width: 62px;
	height: 53px; /* SLOT_HEIGHT + 2 */
	
	margin-left: 122px;
	margin-top: 0px;
		
	background-color: #EAEAEA;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #FFF;
}


.job-load-status .load {
	position: absolute;
	width: 62px;
	top: 2px;

	font-size: 16px;
}
.job-load-status .time-est {
	position: absolute;
	width: 62px;
	top: 18px;
}
.job-load-status .status {
	position: absolute;
	width: 62px;
	top: 35px;
}



/* PAST */
.job-load-status.past {

	height: 53px; /* SLOT_HEIGHT - 2 */
	
	background-image: none;
	background-color: #EAEAEA;
	margin-top: 0;
	margin-left: 123px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #FFF;
	
	color: #555;
}
.job-load-status.past:hover {
	background-color: #FAFAFA;
}
.job-load-status.unfinished {
	background-color: #ffed00;
	background-image: url(hour-notice.png);
	background-position: 0 -40px;
	background-repeat: repeat;
}
.job-load-status.unfinished:hover {
	background-color: #FAFAFA;
	background-position: 0 0px;
}






/*** MAIN SLOT ***/
.slot-main {
	overflow: hidden;
	position: relative;
	margin-left: 195px;
	margin-right: 0px;
	height: 55px; /* SLOT_HEIGHT */
}

.slot-main .flag-repeat {
	position: absolute;
	width: 30px;
	height: 32px;
	background-image: url(flag-blue.png);
	top: 13px;
	right: 4px;
}
.slot-entry .flag-repeat-mini {
	width: 19px;
	height: 20px;
	background-image: url(flag-blue-mini.png);
}

.slot-main .flag-commercial {
	position: absolute;
	width: 17px;
	height: 32px;
	background-image: url(flag-commercial.png);
	top: 13px;
	right: 4px;
}




.slot-main .nps {
	position: absolute;
	width: 18px;
	height: 20px;
	top: 0px;
	right: 0px;
	
	background-color: #D70;
	color: #FFF;
	text-align: center;
	border: 1px dotted #FFF;
	z-index: 5;
}





.slot-entryxxx {
	background-color: #EAEAEA;
}

.slot-main .job,
.slot-main .job-odd,
.slot-main .job-preview,
.slot-main .stop,
.slot-main .open.continued,
.slot-main .open.continued-odd {

	background-color: #00674e;
	/*background-image: url(job-back.png);*/
	background-repeat: repeat-x;
	height: 52px; /* SLOT_HEIGHT - 5 */
	
	padding: 3px 0 0 3px;
	font-size: 21px;
	line-height: 18px;
	
	color: #FFF;
	
	cursor: pointer;
}
.slot-main .job:hover,
.slot-main .job-odd:hover {
	background-image: none;
}
.slot-main .job-odd {
	background-color: #0e3b2a;
	/*background-image: url(job-back-odd.png);*/
}
.slot-main .job-preview {
	background-color: #b0be37;
	background-image: url(job-back-preview.png);
	background-repeat: repeat-x;
	color: #48540a;
	
/*	padding-top: 15px;*/
	cursor: default;
}
.slot-main .job-preview .job-phone,
.slot-main .job-preview .job-city,
.slot-main .job-preview .job-description {
	
	color: #48540a;
	
}

.slot-main .job.recent.very,
.slot-main .job-odd.recent.very {
    background-color: #ddf581;
}
.slot-main .job.recent,
.slot-main .job-odd.recent {
    background-color: #9fbf29;
}

.slot-main .job.recent .job-name,
.slot-main .job.recent .job-phone,
.slot-main .job.recent .job-city,
.slot-main .job.recent .job-address,
.slot-main .job.recent .job-description,
.slot-main .job-odd.recent .job-name,
.slot-main .job-odd.recent .job-phone,
.slot-main .job-odd.recent .job-city,
.slot-main .job-odd.recent .job-address,
.slot-main .job-odd.recent .job-description {
    color: #000;
}



.slot-main .preview-strip-right {
	position: absolute;
	right: 0;
	height: 55px;
	width: 32px;
	background-color: #ffa200;
	background-image: url(preview-back.png);
	background-repeat: repeat-x;
	z-index: 100;
}
.slot-main .preview-strip-right .inner {
	margin-top: 15px;
	line-height: 15px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	font-size: 17px;
	text-align: center;
}

.slot-main .open.continued,
.slot-main .open.continued-odd {
	cursor: default;
	border-top: 0;
}
.slot-main .open.continued-odd {
	background-image: url(job-back-odd.png);
}

.slot-main .arrow-down-large {
	width: 20px;
	height: 30px;
	position: absolute;
	
	background-image: url(arrow-down-large.png);
	left: 10px;
	top: 20px;
}



/*** OPEN TYPE ***/
.open-block {
	position: absolute;
	width: 152px;
	height: 53px; /* SLOT_HEIGHT - 2 */
	
	margin-left: 43px;
	
	background-color: #EAEAEA;
	border-top: 1px dashed #FFF;
	border-bottom: 1px solid #FFF;
	z-index: 2;
}
.open-block.first {
	background-image: url(open-block-first-back.png);
	background-repeat: repeat-x;
	
	border-top: 1px solid #CCC;
	border-bottom: 1px dashed #CCC;
}


.slot-main .open {
	background-image: none;
	background-color: #EAEAEA;
	border-top: 1px dashed #FFF;
	border-bottom: 1px solid #FFF;
	
	color: #888;
	height: 53px; /* SLOT_HEIGHT - 2 */
}
.slot-main .open.first {
	background-image: url(open-block-first-back.png);
	background-repeat: repeat-x;
	
	border-top: 1px solid #CCC;
	border-bottom: 1px dashed #CCC;
}

/*
.slot-entry.slot-over .slot-hour,
.slot-entry.slot-over .open-block,
.slot-entry.slot-over .slot-main .open {
	background-color: #505053;
	background-image: url(metal-back.png);
	background-repeat: repeat;
	
	border: none;
	border-top: 1px dashed #AAA;
	color: #FFF;
	
	height: 55px;
}
.slot-entry.slot-over .slot-hour {
	height: 50px;
	border-right: 1px dashed #AAA;
}
*/

.slot-entry .slot-hour.slot-over,
.slot-entry .open-block.slot-over,
.slot-entry .slot-main.slot-over .open {
	/*background-color: #505053;*/
	/*background-image: url(metal-back.png);*/
	/*background-repeat: repeat;*/

	background: none;
	background-color: #215a3f;

	border: none;
	border-top: 1px dashed #AAA;
	color: #FFF;
	
	height: 55px;
}
.slot-entry .slot-hour.slot-over {
	height: 50px;
	border-right: 1px dashed #AAA;
}




/*** JOB TYPE ***/
.job-name {
	float: left;
	margin-right: 15px;
}
.job-phone {
	color: #b4d9d0
}
.job-city {
	float: left;
	color: #b4d9d0;
	margin-right: 10px;
}
.job-address {
	
}
.address-alert {
	display: inline;
	background-color: #ffd508;
	background-image: url(receipt-btn.png);
	background-repeat: repeat-x;
	color: #333;
	padding: 0 3px;
	font-size: 15px;
}

.slot-main .flag-quote-required {
	position: absolute;
	width: 30px;
	height: 32px;
	background-image: url(flag-red.png);
	top: 13px;
	right: 4px;
}

.job-description {
	position: absolute;
	font-size: 14px;
	color: #b4d9d0;
	top: 36px;
}


.park {
	padding: 13px 0 0 10px;
}
.park .job-name {
	float: left;
	margin-right: 20px;
	color: #999
}
.park .job-phone {
	color: #999
}
.park .job-city {
	float: left;
	color: #999;
	margin-right: 10px;
}
.park .job-address {
	color: #999
}



/*** STOP TYPE ***/
.slot-main .stop {
	background-color: #00324f;
	background-image: url(stop-back.png);
}
.slot-main .stop:hover {
	background-image: none;
}








/*** JOB EXPANDER ***/
.dv-case .job-notes {
	position: relative;
	margin-top: -1px;
	background-color: #DDD; /*#00674e;*/
	color: #555;
	padding: 3px 5px;
	font-size: 16px;
	right: 0;
	left: 0;
	max-height: 999999px;
}


.job-notes table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	background-color: #FFF;
}
.job-notes table th,
.job-notes table td {
	vertical-align: top;
	border-top: 1px solid #CCC;
	border-left: 1px solid #DDD;
}
.job-notes table th {
	text-align: left;
	padding-right: 5px;
	background-color: #BBB;
	color: #000;
	border: 0;
}

.job-notes table tr.current td {
	background-color: #315646;
	color: #FFF;
}








/*** TIME STRIP ***/

.time-strip {
	position: absolute;
	margin-left: 183px;
	width: 12px;
	height: 55px; /* SLOT_HEIGHT */
	z-index: 100;
}

.time-strip .empty {
	background-color: #EAEAEA;
	background-image: url(time-strip-empty.png);
	background-repeat: repeat-y;
}
.time-strip .open {
	background-color: #FFF; /*#EAEAEA;*/
	
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	width: 10px;
}
.time-strip .open-stretch {
	background-color: #EAEAEA;
	
	background-image: url(time-strip-open-stretch.png);
	background-repeat: repeat-y;
}
.time-strip .drive {
	background-color: #999;
	background-image: url(time-strip-drive.png);
	background-repeat: repeat-y;
}
.time-strip .drive-stretch {
	background-color: #999;
	background-image: url(time-strip-drive-stretch.png);
	background-repeat: repeat-y;
}
.time-strip .job {
	background-color: #006950;
	
	border-left: 1px solid #004a38;
	border-right: 1px solid #004a38;
	width: 10px;
}
.time-strip .job-odd {
	background-color: #0e3b2a;
	
	border-left: 1px solid #004a38;
	border-right: 1px solid #004a38;
	width: 10px;
}
.time-strip .job-preview {
	background-color: #b4cc34;
	
	border-left: 1px solid #91a814;
	border-right: 1px solid #9fb71d;
	width: 10px;
}



.time-strip .job-stretch {
	background-color: #EAEAEA;
	
	background-image: url(time-strip-job-stretch.png);
	background-repeat: repeat-y;
}
.time-strip .stop {
	background-color: #00416a;
	
	border-left: 1px solid #002a43;
	border-right: 1px solid #002a43;
	width: 10px;
}
.time-strip .stop-stretch {
	background-color: #EAEAEA;
	
	background-image: url(time-strip-stop-stretch.png);
	background-repeat: repeat-y;
}


.time-strip .job-return {
	background-color: #00684f; 
	/*background-color: #26c8a2;*/
	
	
	background-image: url(dot.png);
	background-repeat: repeat-y;
	
	/*
	border-left: 1px solid #008666;
	border-right: 1px solid #008666;
	*/
	width: 12px;
}

.time-strip .place-required {
	background-color: #ffd508;
	background-image: url(time-strip-required.png);
	background-repeat: repeat-y;
	width: 12px;
}
.time-strip .place {
	background-color: #03C;
	
	width: 12px;
}
.time-strip .place-unknown {
	background-color: #BBB;
	
	width: 12px;
}

.time-strip .park-start,
.time-strip .park-end {
	background-color: #000;
	
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	width: 10px;
}


.time-marker {
	position: absolute;
	margin-left: -5px;
	width: 22px;
	height: 2px;
	background-color: #F00;
	
	z-index: 1000;
}




/*** RECEIPTS ***/

.receipt-entry {
	display: none;
	width: 220px;
	border: 1px solid #EEE;
	background-color: #EEE;
	padding: 10px;
	margin: 20px 0;
	box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.2) inset;
	text-indent: 0;
}




/*** MAIN / FOOTER ***/


#job-header-area-outer {
	
	/*background-color: #505053;*/
	/*background-image: url(metal-back.png);*/
	/*background-repeat: repeat;*/
	background-position: 0 -92px;

	background: none;
	/*background-color: #215a3f;*/
}

#job-header-area {
	
}



.header-date {
	/*border-top: 1px solid #888;*/
	/*border-bottom: 1px solid #888;*/
	
	margin: 10px 0;
	padding: 0px;
	
	/*background-color: #000;*/
	/*background-color: rgba(0,0,0,0.5);*/
	text-align: center;
	
	font-size: 25px;
	
	color: #FFF;
}
.header-date input {
	font-size: 18px;
	width: 110px;
}


#quick-list {
	display: none;
	text-align: left;
	font-size: 17px;
	line-height: normal;
}
#quick-list table {
	border-collapse: collapse;
	width: 590px;
}
#quick-list table td {
	border-top: 1px solid #888;
	padding: 0 2px;
	vertical-align: top;
}
#quick-list table tr.checked td {
	background-color: #555;
}
#quick-list table input {
	cursor: pointer;
}

#quick-list table.sub {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}
#quick-list table.sub td {
	border: 0;
	padding: 0 5px;
}


#quick-list .light {
	color: #888;
}

#quick-list input {
	width: auto;
}
#quick-list label {
	cursor: pointer;
}


#quick-list .controls {
	position: absolute;
	left: 600px;
	line-height: normal;
	top: 100px;
}


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

#quick-list .controls {
	position: relative;
	left: 0px;
	top: 0px;
}
	
}









.booking-header-settings {
	margin: 5px 0;
	font-size: 17px;
	margin-left: auto;
	margin-right: auto;
	width: 290px;
	background-color: #DDD;
	border: 1px solid #FFF;
	color: #000;
}
.booking-header-settings table {
	border-collapse: collapse;
	width: 100%;
}
.booking-header-settings th,
.booking-header-settings td {
	border: 1px solid #CCC;
	padding: 0 5px;
}





#board-controls {
	
	margin: 10px;
	
	text-align: center;
	font-size: 25px;
	color: #FFF;
}

.job-list-header {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	/*z-index: 10;*/
	
	
	color: #FFF;
	
	float: left;
	
	border-right: 1px solid #DDD;
	border-top: 1px solid #DDD;
	
	/*background-color: rgba(255,255,255,0.3);*/
	background-color: #EEE;
	color: #555;
}
.job-list-header select {
	font-size: 16px;
}



.job-list {
	background-color: #FFF;
	
	position: relative;
	margin-bottom: 20px;
	z-index: 10;
	
	width: 500px;
	float: left;
	
	-moz-box-shadow:    0px 0px 3px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.3);
	box-shadow:         0px 0px 3px 3px rgba(0,0,0,0.3);
}


#post-list-info {
	background-color: #FFF;
	padding: 10px;
	border-top: 1px solid #777;
}

#post-list-info table td {
	text-align: right;
	padding: 0 30px 0 0;
	margin: 0;
}



#jobs-footer {
	display: none;
	position: fixed;
	bottom: 0px;
	margin-bottom: -1px;
	width: 100%;
	height: 30px;
	height: 37px;
	background-color: #b0d037;
	color: #18382a;
	
	border-top: 3px solid #bede47;
	border-bottom: 3px solid #a4c42d;
	
	border: 0;
	background-color: #AAA;
	border-top: 2px solid #EEE;
	background-image: url(metal-brushed-light.png);
	background-position: 0px -38px;
	background-repeat: repeat;
	
	-moz-box-shadow:    0px 0px 3px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.3);
	box-shadow:         0px 0px 3px 3px rgba(0,0,0,0.3);
	
	z-index: 20;
}

#jobs-footer-prev {
	position: absolute;
}
#jobs-footer-current {
	position: absolute;
	text-align: center;
	width: 100%;
}
#jobs-footer-next {
	position: absolute;
	right: 0;
}
#nav-time {
	display: inline;
	font-size: 20px;
	margin: 0 10px;
	font-weight: bold;
}










/*** CALENDAR ***/
#ui-datepicker-div {
	-moz-box-shadow:    0px 0px 5px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.3);
	box-shadow:         0px 0px 5px 5px rgba(0,0,0,0.3);
	z-index: 5000;
}

#ui-datepicker-div .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {


    border: 1px solid #EEE;
    background-color: #0e3c2b;
	background-image: none;
    color: rgb(255, 255, 255);
    font-weight: bold;
}




/*** COUPONS ***/

.coupon-details {
    border: none;
    background-color: rgb(186, 220, 20) !important;
    background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.07) 3px, transparent 3px, transparent 6px) !important;
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: repeat !important;
    
    color: #000;
    padding: 10px;
    
    max-height: 100px;
    overflow: auto;
}
.coupon-details .title {
    color: #FFF;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}