@charset "UTF-8";


/* ENFIS branding */

body.t7desktopbody {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='20'%3E%3Ccircle fill='%23FFFF' cx='8' cy='12' r='8' /%3E%3Ccircle fill='%23CCC' cx='8' cy='11' r='8' /%3E%3Ccircle fill='%23FFFF' cx='25' cy='1' r='8' /%3E%3Ccircle fill='%23CCC' cx='25' cy='0' r='8' /%3E%3Ccircle fill='%23CCC' cx='25' cy='20' r='8' /%3E%3C/svg%3E");
    background-size: 34px 20px;
}

body.t7desktopbody.t7-darkmode {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='20'%3E%3Ccircle fill='%23FFF2' cx='8' cy='12' r='8' /%3E%3Ccircle fill='%23000' cx='8' cy='11' r='8' /%3E%3Ccircle fill='%23FFF2' cx='25' cy='1' r='8' /%3E%3Ccircle fill='%23000' cx='25' cy='0' r='8' /%3E%3Ccircle fill='%23000' cx='25' cy='20' r='8' /%3E%3C/svg%3E");
    background-size: 34px 20px;
}

t7desktop-desktop {
    background:
        linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.3) 15%, rgba(0,0,0,0.2) 60%),
        url(images/zikoba22_kkobs_light.svg) no-repeat;
    background-size: 100%, 66% ! important;
}

.t7-darkmode t7desktop-desktop {
    background:
        linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.9) 15%, rgba(0,0,0,0.666) 60%),
        url(images/zikoba22_kkobs_dark.svg) no-repeat;
}

t7desktop-info::before {
	content: 'ENFIS';
    letter-spacing: 0.333em;
}

.t7dektop-auth {
    margin: 8px 0 64px;
}

.t7dektop-auth {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 0 8px;
	font-size: 12px;
	border-collapse: collapse;
}

.t7dektop-auth TD {
	border-width: 0 1px 1px 0;
	border-color: #CCC;
	border-style: solid;
	height: 24px;
    padding: 0 24px 0 0;
}

.t7dektop-auth TD:first-child {
	padding: 0 10px 0 0;
}

.t7dektop-auth TD:last-child {
	border-right-width: 0;
	padding: 0 0 0 0;
	vertical-align: inherit;
}

.t7-darkmode .t7dektop-auth TD {
	border-color: #444;
}

.t7dektop-auth TR:last-child TD {
	border-bottom-width: 0;
}

.enfis-level-25,
.enfis-level-30 {
	color: #FFF;
	font-weight: bold;
	text-shadow: 0 0 1px #000;
}

.enfis-level-25 {
    background-color: #FF7700 ! important;
}

.enfis-level-30 {
    background-color: #FF0000 ! important;
}

[class*=enfis-tendency-] > *:last-child {
	position: relative;
}

[class*=enfis-tendency-] > *:last-child::after {
	display: block;
	content: '\f1df';
	position: absolute;
	top: 4px;
	right: 8px;
	font-size: 14px;
}

.enfis-tendency-1 > *:last-child::after { /* gleichbleibend */

}

.enfis-tendency-2 > *:last-child::after  { /* stark steigend */
	transform: rotate(-90deg);
}

.enfis-tendency-3 > *:last-child::after  { /* steigendd */
	transform: rotate(-45deg);
}

.enfis-tendency-4 > *:last-child::after  { /* sinkend */
	transform: rotate(45deg);
}

.enfis-tendency-5 > *:last-child::after  { /* stark sinkend */
	transform: rotate(90deg);
}
