section.service_snippet{
	margin: 5px 0px;
	display: block;
	float: left;
}
section.service_snippet .container{
	border: 1px solid #d2d2d2;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	display: block;
	float: left;
}
section.service_snippet .wrapper{
	padding: 8px 13px;
	display: block;
	float: left;
}
section.service_snippet .info{
	width: 220px;
	display: block;
	float: left;
}
section.service_snippet .info .type{
	font-size: 16px;
	font-weight: bold;
	color: #035c96;
}
section.service_snippet .typology {
	width: 240px;
	display: block;
	float: left;
	border: 1px solid #d2d2d2;
	border-width: 0px 1px;
	height: 85px;
}
section.service_snippet .typology .type{
	font-size: 16px;
	margin: 30px 10px;
	color: #565655;
}
section.service_snippet .expiration {
	width: 240px;
	display: block;
	float: left;
	border-right: 1px solid #d2d2d2;
	height: 85px;
}
section.service_snippet .expiration .date{
	font-size: 16px;
	margin: 30px 10px;
	color: #565655;
}
section.service_snippet .info .status{
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}
section.service_snippet .info .status [class^="icon-"],
section.service_snippet .info .status [class*=" icon-"] {
	margin-top: -8px;
}
section.service_snippet .options{
	width: 160px;
	display: block;
	float: left;
	padding: 25px 15px;
}
section.service_snippet .options button:hover{
	background-position: 0px -24px;
}
section.service_snippet .details{
	width: 100%;
	height: 30px;
	display: block;
	float: left;
	background-color: #ebebeb;
	cursor: pointer;
}
section.service_snippet .details:hover{
	background-color: #ebebeb;
}
section.service_snippet .details .show,
section.service_snippet .details .hide{
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	color: #747474;
	width: 160px;
	float: right;
	margin-right: 25px;
	text-shadow: 0px 1px 0px white;
}
section.service_snippet .details .hide{
	display: none;
}
section.service_snippet .details-table{
	width: 907px;
	padding: 0px 11px;
	display: none;
	float: left;
}
section.service_snippet .details-table .head{
	border: 1px solid #d2d2d2;
	border-top: none;
	padding: 0px 157px;
	background-color: #fafbfc;
	line-height: 26px;
}
section.service_snippet .details-table .row{
	border: 1px solid #d2d2d2;
	border-top: none;
	padding: 0px 168px;
	line-height: 26px;
}
section.service_snippet .details-table .row .textwrapper{
	width: 402px;
	padding-bottom: 10px;
}
section.service_snippet .details-table .row .textbox{
	width: 380px;
	padding: 10px;
	height: 70px;
	margin: 10px 0px;
	border: 1px solid #d2d2d2;
	overflow-y: scroll;
	line-height: 20px;
	clear: both;
}
section.service_snippet .details-table .row .textwrapper button{
	float: right;
}
section.service_snippet .details-table .separator{
	color: #d2d2d2;
}

/* service, stati */
/* active */
section.service_snippet.active .info .status{
	color: #7aa74a;
}
section.service_snippet.active .flow .direction{
	color: #7aa74a;
}

/* transiting */
section.service_snippet.transiting .info .status{
	color: #ff9c00;
}
section.service_snippet.transiting .flow .direction{
	color: #ff9c00;
}

/* error */
section.service_snippet.error .info .status{
	color: #a32723;
}
section.service_snippet.error .flow .direction{
	color: #a32723;
}