/*******************************************************************
 * General
 ******************************************************************/
a i.fa {
	padding: 5px;
}
div.info:after {
	font-family: 'FontAwesome';
	font-size: 30px;
	color: #FFD000;
	margin-left: 10px;
	content: '\f129';
}

/*******************************************************************
 * Headline
 ******************************************************************/
div.headline i {
	color: #FFD000;
}

/*******************************************************************
 * Table header
 ******************************************************************/
table th span:after {
	font-family: 'FontAwesome';
	color: #FFD000;
	margin-left: 5px;
}

table th span.tour:after {
	content: '\f277';
}
table th span.date:after {
	content: '\f133';
}
table th span.bs:after {
	content: '\f0c9';
}
table th span.project:after {
	content: '\f0ae';
}
table th span.ab-zeit:after,
table th span.an-zeit:after {
	content: '\f017';
}
table th span.ab-bf:after,
table th span.an-bf:after {
	content: '\f238';
}
table th span.honorar:after {
	content: '\f153';
}
table th span.attachment:after {
	content: '\f0c6';
}
table th span.subject:after {
	content: '\f1dc';
}
table th span.erstelldatum:after {
	content: '\f073';
}
table th span.edited-by:after {
	content: '\f040';
}
table th span.id:after {
	content: '\f005';
}
table th span.name:after {
	content: '\f007';
}
table th span.ebene:after {
	content: '\f24d';
}
table th span.status:after {
	content: '\f128';
}
table th span.vrg_typ:after {
	content: '\f128';
}
table th span.edit:after {
	content: '\f040';
	margin-left: -10px;
	padding: 4px;
}
table th span.delete:after {
	content: '\f014';
}

/* OD */

table th span:before {
	font-family: 'FontAwesome';
	color: #FFD000;
	margin-left: 5px;
}
table th span.od_tour:before {
	content: '\f277';
}
table th span.od_date:before {
	content: '\f133';
}
table th span.od_bs:before {
	content: '\f0c9';
}
table th span.od_project:before {
	content: '\f0ae';
}
table th span.od_linie:before {
	content: '\f207';
}
table th span.od_ab-zeit:before,
table th span.od_an-zeit:before {
	content: '\f017';
}
table th span.od_ab-bf:before,
table th span.od_an-bf:before {
	content: '\f238';
}
table th span.od_honorar:before {
	content: '\f153';
}

.link_oepnvkarte:before{
	font-family: 'FontAwesome';
	content: '\f041';
}

/*******************************************************************
 * Table content
 ******************************************************************/
table td i.fa-paperclip {
	margin-left: 10px
}

/*******************************************************************
 * Table actions
 ******************************************************************/
table td a {
	color: inherit;
}
table td a:visited{
	color: inherit;
}