/*
 * Copyright (c) 2020 ORISA Software GmbH All Rights Reserved.
 * ORISA Software GmbH
 * www.orisa.de
 */

@font-face {
	font-family: "auth-iconfont";
	src:	url('../fonts/auth-basic.woff2') format('woff2'),
       		url('../fonts/auth-basic.woff') format('woff');
}

/***----- Login-Dialog -----***/
/* button.login::after{ */ /*pit: Altstand - wo soll das verwendet werden? */
/* 	content: "\f129"; */
/* } */

/**User-Icons **/
.user-iwa::before{
	content: "\f10f";
	font-family: "auth-iconfont";
	color: #35377b;
	font-size: 2rem;
    padding-right: 0.125em;
    display: inline-block;
    transform: rotateZ(304deg);
}
.user-pit::before{
	content: "\f110";
	font-family: "auth-iconfont";
	color: #3f8f9c;
	font-size: 2rem;
    padding-right: 0.125em;
}
.user-weg::before{
	content: "\f10e";
	font-family: "auth-iconfont";
	color: #4e2e0d;
	font-size: 2rem;
    padding-right: 0.125em;
}
.user-wey::before{
	content: "\f10d";
	font-family: "auth-iconfont";
	color: #d12497;
	font-size: 2rem;
    padding-right: 0.125em;
}
.user-win::before{
	content: "\f119";
	font-family: "auth-iconfont";
	font-size: 2rem;
    padding-right: 0.125em;
}
.user-tim::before{
	content: "\f120";
	font-family: "auth-iconfont";
	font-size: 2rem;
    padding-right: 0.125em;
}
.user-shz::before{
	content: "\f121";
	font-family: "auth-iconfont";
	color: #c2185b;
	font-size: 2rem;
    padding-right: 0.125em;
}

/** Module-Icons **/
.authModule .tile::before{
	font-family: "auth-iconfont";
}
.tile.user::before{
	content: "\f103";
}
.tile.userGroup::before{
	content: "\f101";
}
.tile.role::before{
	content: "\f109";
}
.tile.permission::before{
	content: "\f10C";
}
.tile.object::before{
	content: "\f112";
}
.tile.mdAuth::before{
	content: "\f118";
}

/** Module mit Navigation */
.authModule .navItem > div:first-child::before {
    font-family: "auth-iconfont";
}
.authModule.user .navItem > div:first-child::before {
    content: "\f102";
}
.authModule.userGroup .navItem > div:first-child::before{
	 content: "\f100";
}
.authModule.role .navItem > div:first-child::before{
	 content: "\f108";
}
.authModule.permission .navItem > div:first-child::before{
	 content: "\f10b";
}