.app .myArticleNumber {
	font-weight: bold;
}
.sapMTB {
	height: 2rem;
}

.sapMPageFooter {
	height: 3rem;
}

.sapMTB-Transparent-CTX>.sapMTitleTB.sapMTitleStyleAuto {
	font-size: 1rem;
}

.sapMText[data-mydata="Red"] {
	color:#d20505 !important;
}

.sapMText[data-mydata="Green"] {
	color:#0fc81e !important;
}

.sapMText[data-mydata="Amber"] {
	color:#e6be14 !important;
}
.bold.sapMText {
	font-weight: bold;
}
.alertIcon:before {
	font-family: FontAwesome;
	content: "\f071";
	color : #ff0000;
	padding: 0 0.2rem 0 0;
}
.okIcon:before {
	font-family: FontAwesome;
	content: "\f14a";
	color : #008000;
	padding: 0 0.2rem 0 0;
}
.crossedOutIcon:after {
	position: relative;
	content: "/";
	color: #346187;
	font-weight: 300;
	font-size: 1.5em;
	left: -1rem;
	top: 0.2rem;
	transform: rotate(40deg);
}

/* Testweise eingefügt um das Edit-Icon in der Liste auf ein AddDocument-Icon zu ändern
.sapMLIBTypeDetailAndActive .sapUiIcon::before {
    content: '\e24d';
}*/
