ul.configured {
	margin: 0;
	margin-bottom: 20px;
}

ul.configured li {
	display: inline-block;
}


#comments {
	display: none;
}

.one_third_item {
	display: inline-block;
	vertical-align: top;
	width: 279px;
	margin-right: 15px;
	box-shadow: 3px 6px 4px #dedede;
	padding: 2px;
	border: 1px solid #dedede;
}

.one_half_item {
	width: 427px;
}

.spot_in_list {
	min-height: 220px;
	margin-bottom: 20px;
}
.spot_in_list h4 {
	margin: 0;
}

.spot_in_list .placement {
	margin: 0;
	text-align: left;
}

.spot_in_list .config {
	padding: 0;
	margin: 0 0 10px 0;
}

.spot_in_list .config li {
	display: inline-block;
}

.spot_in_list .config li a {
	text-decoration: underline;
}

.codes_for_print {
	text-align: center;
}

.codes_for_print img {
	width: 150px;
}


.codes_for_print ul {
	list-style-type: none;
}


.breadcrumb {
	width: 270px;
	margin: 0px auto;
	border-bottom: 1px solid gray;
	margin-bottom: 10px;
}

.breadcrumb div {
	float: left;
	width: 60px;
	text-align: center;
	margin-right: 10px;
	position: relative;
	bottom: -8px;
	border-bottom: 1px solid white;
	background: #e8e8e8;
}

.breadcrumb div.done {
	background: #15635b;
	color: white;
}

.breadcrumb div.current {
	background: #98e8e0;

}

.breadcrumb div.last {
	margin-right: 0;
}

.breadcrumb p {
	margin: 0;
	font-size: 10px;
	font-family: 'Roboto',sans-serif;
	font-weight: 100;
}

.spot_configuration {
	list-style-type: none;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #5c5c5c;
}

.action_type_select label {
	float: left;
	margin-right: 20px;
}

.action_types_list td {
	word-break: normal;
}

.action_types_list .name {
	width: 100px;
}

.action_types_list .comments {
	width: 75px;
}

.action_types_list .actions {
	width: 90px;
}

.time_last {
	margin: 0;
	padding: 0;
	font-size: 8pt;
}


.menu {
	list-style-type: none;
	margin-top: 10px;
}

.menu li {
	display: inline-block;
}

.menu li a {
	text-decoration: underline;
}

.spot_in_dashboard {
	width: 66px;
	display: inline-block;
	border: 1px solid gray;
	padding: 2px;
	margin-top: 5px;
	position: relative;
}

.spot_in_dashboard h4 {
	font-size: 80%;
	text-align: center;
}

.spot_in_dashboard div {
	width: 25px;
	height: 25px;
	background: gray;
	display: inline-block;
	margin: 1px;
}

.spot_in_dashboard div.red {
	background: red;
}

.spot_in_dashboard div.amber {
	background: orange;
}

.spot_in_dashboard div.green {
	background: green;
}

.spot_in_dashboard div.blue {
	background: blue;
}

.spot_in_dashboard div.gray {
	background: gray;
}

.spot_in_dashboard .details {
	display: none;
	background-color: white;
	position: absolute;
	top: 5px;
	right: -240px;
	border: 1px solid gray;
	width: 260px;
	height: 200px;
	z-index: 5;
	padding: 5px;
}
.spot_in_dashboard .details ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.spot_in_dashboard .details ul li {

	font-size: 9pt;
}

.spot_in_dashboard .details .stats {
	display: inline-block;
	width: 120px;
	height: 100px;
	vertical-align: top;
	background: none;
	border: 1px solid gray;
	float: left;
}

.visualized_inspection {
	margin: 0; padding: 0;
}

.visualized_inspection th {
	padding: 0; margin: 0;
	text-align: center;
	font-size: 10px;
}

.visualized_inspection td {
	text-align: center;
	margin: 0; padding: 0;
	border-right: 1px solid gray;
	font-size: 8px;
}

.visualized_inspection td.sub {
	height: 20px;
}

.visualized_inspection td.outside {
	background: #d3d3d3;
}

.visualized_inspection td.inspection {
	background: #ffcccb;
}
.health_dashboard {
	margin-bottom: 200px;
}

.health_spot {
	position: relative;
}

.health_spot .details {
	display: none;
	background-color: white;
	position: absolute;
	top: 5px;
	left: -255px;
	border: 1px solid gray;
	width: 260px;
	height: 200px;
	z-index: 5;
	padding: 5px;
}
