/* CSS Document */

/*** DETAIL VIEW ***/
.dv-case {
	display: none;
	position: relative;
	z-index: 102;
	margin: 0;
	padding: 0;
}
.dv {
	position: relative;
	background-color: #FFF;
	
	/*height: 300px; */
	
	-moz-box-shadow: inset 0 0 15px 5px #BBB;
	-webkit-box-shadow: inset 0 0 15px 5px #BBB;
	box-shadow: inset 0 0 15px 5px #BBB;
	
	z-index: 102;
	
	padding: 1px;
}

.map-icon {
	position: absolute;
	margin-left: -5px;
	margin-top: 1px;
	background-image: url(map-icon.png);
	width: 27px;
	height: 27px;
}



.expander {
	
}
.expander .heading {
	
}


.dv .customer,
.dv .job-details,
.dv .status,
.dv .queue,
.dv .places {
	/*border: 1px solid #AAA;*/
	margin: 10px;
	width: 280px;
}



.dv .customer {
	float: right;
	width: 280px;
}

.dv .customer .btn {
	float: right;
	margin-bottom: 10px;
}


.dv .customer table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}
.dv .customer table th,
.dv .customer table td {
	vertical-align: top;
	border-top: 1px solid #DDD;
}
.dv .customer table th {
	text-align: left;
	padding-right: 5px;
}



.dv .queue {
	width: auto;
	right: 0;
	left: 0;
}
.dv .queue .heading {
	position: relative;
	padding: 5px 0;
}

.dv .queue .body {
	display: none;
	padding: 0 0 5px 0;
	font-size: 16px;
}

.dv .queue table {
	width: 100%;
	border-spacing:0;
	border-collapse:collapse;
}
.dv .queue th {
	border-bottom: 3px solid #AAA;
	text-align: left;
}
.dv .queue td {
	border: 1px solid #CCC;
	padding: 3px 5px;
	text-align: left;
	background-color: #EEE;
}
.dv .queue input {
	width: 40px;
}


.dv .job-details {
	
}


.dv .places {
	font-size: 20px;
	
}
.dv .places .expander {
	border-top: 1px solid #CCC;
}


.dv .places .types {
	position: absolute;
	right: 0;
	width: 160px;
}
.dv .places .type {
	float: right;
	margin-right: 3px;
	margin-bottom: 1px;
	padding: 0 2px;
	
	border: 1px solid #DDD;
	background-color: #EEE;
	color: #777;
	
	font-size: 14px;
}

.dv .places .heading {
	position: relative;
	cursor: pointer;
	padding: 5px 0;
}

.dv .places .body {
	display: none;
	padding: 0 0 5px 0;
	font-size: 16px;
}

.dv .places .heading .arrow {
	position: absolute;
	
	width: 20px;
	height: 20px;
	right: 5px;
	top: 5px;
	background-image: url(arrow-down.png);
	background-repeat: no-repeat;
}
.dv .places .heading:hover {
	background-color: #EEE;
}
.dv .places .expander.selected .heading:hover {
	background-color: #DDD;
}


.dv .places .expander.selected {
	background-color: #EEE;
}

.dv .places .title {
	font-weight: bold;
}

.dv .places .mins {
	font-size: 20px;
}
.dv .places .minsNext {
	font-size: 15px;
	color: #999;
}







