@charset "utf-8";
/* CSS Document */

/* ******* Import! ******* */
@import "normalize.css";
@import "grid.css";
@import "typo.css";
@import "content.css";
@import "chat.css";
@import "iconfont.css";
/* ******* Import! ******* */

/* ******* Theme styles ******* */
html, body {
	font-family: "Open Sans",sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 100%;
	font-variant-numeric: lining-nums;
  	-moz-font-feature-settings: "lnum";
  	-ms-font-feature-settings: "lnum";
  	-webkit-font-feature-settings: "lnum";
  	font-feature-settings: "lnum";
  	letter-spacing: 0.001em;
}
/* ******* Navigation sidebar ******* */
/* ******* Tiny Zustand ******* */
.tiny .sidebar {
	overflow: hidden;
}
.tiny .sidebar nav,
.tiny .sidebar .userbar,
.tiny .sidebar .logo img {
	display: none;
}
.tiny #maincontent {
	padding-left: 60px;
}
.tiny header {
	left: 42px;
}
.tiny .logo {
	padding-top: 0;
}
.tiny .sidebarsmall .logo {
	display: block;
	width: 42px;
	height: 42px;
	background: url(/assets/images/FINXN-Logo-tiny.png) no-repeat;
	padding: 0;
}
.tiny .breadcrumb {
	position: relative;
	left: 0;
	top: 0.5em;
	font-size: 100%;
}
.tiny .breadcrumb ul {
    text-align: center;
	position: absolute;
    top: 0;
    right: 100%;
    white-space: nowrap;
    -webkit-transform: rotate(270deg);
    -webkit-transform-origin: right top;
    -moz-transform: rotate(270deg);
    -moz-transform-origin: right top;
    -ms-transform: rotate(270deg);
    -ms-transform-origin: right top;
    -o-transform: rotate(270deg);
    -o-transform-origin: right top;
    transform: rotate(270deg);
    transform-origin: right top;
}
.tiny .breadcrumb li {
	display: inline-block;
	margin-right: 0.2em;
}
.tiny .breadcrumb a {
	display: inline-block;
	padding-top: 0.6em;
}
.tiny .breadcrumb a:after {
	content: ' /';
	color: #8f8f8f;
	padding-left: 0.6em;
}
.tiny .breadcrumb li:last-child a:after {
	content: '';
	padding: 0;
}
.tiny .current {
	color: #8f8f8f;
}
.tiny #sidebarwrapper {
	max-width: 42px;
}
#containertable {
	z-index: 10000;
}
#sidebarwrapper .sidebar .ui-resizable-e {
	right: 0px;
}
#sidebarwrapper {
	left: 0px;
	width: 225px;
	position: fixed;
	top: 0px;
	height: 100%;
}
.sidebar {
	left: 0px;
	border: 0px solid #00b2d6;
	overflow: hidden !important;
}
.sidebarsmall {
	display: none;
	background-color: #e9e9e9;
	height: 100%;
	z-index: 1;
	left: 0px;
	width: 42px;
}
.sidebarsmall .logo a {
	display: inline-block;
}
.sidebarsmall .logo img {
	max-width: 85%;
    max-height: 85%;
	padding-top: 0.2em;
}
#sidebarhandlebutton {
	display: none;
	width: 18px;
	height: 70px;
	background-color: #00534f;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	border-radius: 0px 5px 5px 0px;
	margin: auto;
  	position: fixed !important;
	z-index: 600;
  	top: 0;
	left: 217px;
	bottom: 0;
	color: #fff;
	font-size: 1.8em;
}
#sidebarhandlebutton:before,
#sidebarhandlebutton.is-wrapped:before {
	padding-right: 0.3em;
	display: block;
	padding-top: 0.92em;
	padding-left: 0.16em;
}
#sidebarhandlebutton.is-wrapped:before {
	padding-left: 0.23em;
}
/* ******* Tiny Zustand ******* */
.sidebar {
	position: fixed;
	top: 0;
	height: 100% !important;
    width: 225px;
    background: #e9e9e9;
    padding: 0;
    z-index: 240;
    overflow: auto;
	box-shadow: 0 5px 7px rgba(0, 0, 0, 0.2);
}
.sidebar nav {
	background: #fff;
	padding-bottom: 1em;
	padding-top: 1em;
}
.sidebar nav a {
	padding-left: 0.7em;
	display: block;
	color: #00534f;
}
.sidebar nav ul:not(.subnav):not(.subsubnav) > li > a {
	text-transform: uppercase;
	margin-top: 1em;
}
.sidebar nav ul:not(.subnav):not(.subsubnav) > li:first-child a {
	margin-top: 0;
}
.sidebar nav ul a:before {
	display: inline-block;
	padding-right: 1.0em;
	content: "";
	background: url('/assets/images/icon-sprite.png') no-repeat -599px -41px;
	width: 6px !important;
	height: 10px !important;
}
.sidebar .is-open a:before {
	display: inline-block;
	padding-right: 1.0em !important;
	content: "";
	background: url('/assets/images/icon-sprite.png') no-repeat -621px -43px;
	width: 10px !important;
	height: 6px !important;
	position: relative;
	top: -2px;
}
.sidebar nav .subnav a {
	padding-left: 1.4em;
}
.sidebar nav .subsubnav a {
	padding-left: 2.9em;
}
.sidebar nav .subnav a,
.sidebar nav .subsubnav a  {
	margin-top: 0;
	text-transform: none;
}
.sidebar nav .subnav a:before,
.sidebar nav .subsubnav a:before,
.sidebar .is-open ul a:before  {
	content: "";
	background: none;
}
.sidebar nav .subsubnav a:before {
	padding-right: 0.7em !important;
  	top: 0;
}
.sidebar nav ul a.active,
.sidebar nav ul a:hover,
.sidebar nav ul a:focus,
.sidebar nav ul ul a:hover,
.sidebar nav ul ul a:focus {
	border-left: 0.3em solid #b20f67;
}
.sidebar nav a.active,
.sidebar nav a:hover,
.sidebar nav a:focus {
	padding-left: 0.415em !important;
}
.sidebar nav .subnav a.active,
.sidebar nav .subnav a:hover,
.sidebar nav .subnav a:focus {
	padding-left: 1.1em !important;
}
.sidebar nav .subsubnav a.active,
.sidebar nav .subsubnav a:hover,
.sidebar nav .subsubnav a:focus {
	padding-left: 2.6em !important;
}
.sidebar nav ul ul a,
.sidebar nav ul ul ul a {
	font-weight: normal;
}
.sidebar nav li {
	display: block;
}
.sidebar nav a {
	margin-bottom: 0.2em;
}
.subsubnav a:before,
.sidebar .is-open .subsubnav a:before {
	padding-right: 0.6em;
	display: inline-block;
	content: "";
	background: url('/assets/images/icon-sprite.png') no-repeat -13px -58px !important;
	width: 6px !important;
	height: 9px !important;
}

/* ******* Navigation sidebar ******* */

/* ******* Userbar ******* */
.userbar {
	padding: 0.5em 0.7em;
	color: #00534f;;
}
.userbar a,
.userbar a:hover, .userbar a:focus {
	color: #00534f;;
	font-weight: bold;
	text-decoration: none;
	white-space:inherit !important;
}
.userbar a:hover, .userbar a:focus {
	text-decoration: underline;
}
.user {
	color: #fff;
	display: inline-block;
	min-height: 42px;
	max-height: 42px;
	min-width: 250px;
}
.user a,
.user a:hover, .user a:focus {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
.user a:hover, .user a:focus {
	text-decoration: underline;
}
/* ******* Userbar ******* */

/* ******* Header ******* */
header {
	top: 0;
	right: 0;
	left: 225px;
	background-image: linear-gradient(white 60%, rgba(255, 255, 255, .0));
	position: fixed;
    z-index: 220;
	padding-bottom: 2.5em;
}
header .inner {
	background: #00534f;
	overflow: hidden;
}
.logo {
	margin: 0 auto;
	text-align: center;
	background: #fff;
	padding-top: 0.5em;
}
.gotmail {
	position: relative;
	cursor: pointer;
	display: block;
	min-height: 42px;
	margin-left: 2em;
	margin-right: 2em;
}
.gotmail a {
	display: block;
	padding: 0.5em 1.5em 0 1.5em;
}
.gotmail .fa {
	font-size: 2em;
	color: #e9e9e9;
}
.gotmail .count {
	background-color: #66bb6a;
	border-radius: 9px;
	width: 18px;
	height: 18px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0.5em;
	right: 1em;
	font-size: 0.75em;
}
.gotmail .count span {
	display: block;
	margin-top: -3px;
}
.logout {
	display: inline-block;
}
.logout i {
	margin-left: 0.2em;
}
.logout .fa {
	color: #ffffff;
}
.logout .btn-large {
	border-radius: 0;
	background: #00534f;
}
.logout .btn-large:hover,
.logout .btn-large:focus {
	background: #b20f67;
}
/* ******* Rolle ******* */
.role {
	/*position: absolute;*/
	/*z-index: 20;*/
	/*top: 52px;*/
	max-height: 42px;
	line-height: 42px;
	left: 1.5em;
}
.role .btn-flat {
	text-align: left;
}
.role,
.role a {
	color: #ffffff;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.role a i {
	margin-left: 0;
	padding-left: 0;
}
.role a.active,
.role a:focus,
.role a:hover {
	color: #fff;
	font-weigt: bold;
}

.role a.active {
	font-weight: bold;
}

.role .fa-exchange {
	color: #ffffff;
}
.role span {
	display: inline-block;
	margin-right: 1.5em;
	float: left;
}
/* ******* Rolle ******* */
/* ******* Header ******* */

/* ******* Icon Font ******* */
.fa {
	color: #b20f67;
}
td.icons a, td.icons .embeddedForm {
	margin: 0 0.5em 0 0;
}
td.icons a:first-child {
	margin-left: 0;
}
.embeddedForm .btn-flat .fa, #fixedTable .icons .btn-flat {
	margin-right: 0;
}
th .fa {
	color: #00534f;
}
th .fa.active {
	color: #b20f67;
}
/* ******* Icon Font ******* */


/* ******* Raster ******* */
mark {
	background: #f7d9e2;
}
/* ******* Raster ******* */

/* ******* Maincontent ******* */
#maincontent,
.sidebar {
	font-size: 85%;
}
#maincontent header h1 {
	font-size: 140% !important;
	color: #fff;
	margin-left: 1.3em;
	display: inline-block;
	margin-top: 0.45em;
}

#maincontent .group {
	margin-top: 0.7em;
}
#maincontent .group.half {
	margin-top: 0.5em;
}

#maincontent .table {
	margin-top: 1.5em;
}
/* ******* Maincontent ******* */

/* ******* Footer ******* */
#minheight {
    padding-bottom: 7em;
}
footer {
	color: #00534f;;
	position: absolute;
    bottom: 0;
    width: 100%;
	height: auto;
	left: 0;
	padding-left: 225px;
	box-sizing: border-box;
}
footer div {
	padding: 1.0em 1.5em;
}
footer a {
	color: #00534f;;
	font-weight: normal;
	text-decoration: underline;
}
footer a:hover,
footer a:focus {
	text-decoration: none;
	color: #00534f;;
}
footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
footer li {
	display: inline-block;
	margin-left: 1em;
}

.blink {
	animation: blink-animation 1s steps(5, start) infinite;
	-webkit-animation: blink-animation 1s steps(5, start) infinite;
}
.blink.red {
	color:red;
}
.blink.white {
	color:white;
}
.showTestSystemWarning {
	width: 100%;
	height: 25px;
  background-repeat: repeat-x;
	/*http://b64.io/*/
  /*background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='25px' width='240px'><text x='5' y='18' fill='red' font-size='20'>Testsystem  </text></svg>");*/
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEuMScgaGVpZ2h0PScyNXB4JyB3aWR0aD0nMjQwcHgnPjx0ZXh0IHg9JzUnIHk9JzE4JyBmaWxsPSdyZWQnIGZvbnQtc2l6ZT0nMjAnPlRlc3RzeXN0ZW0gIDwvdGV4dD48L3N2Zz4=);
}
@keyframes blink-animation {
	to {
		visibility: hidden;
	}
}
@-webkit-keyframes blink-animation {
	to {
		visibility: hidden;
	}
}
/* ******* Footer ******* */
pre.container {
	overflow: hidden;
	display: inline;
}

.back-to-top {
	background: rgba(0, 0, 0, 0.05);
	position: fixed;
	bottom: 4.5em;
	right: 1em;
	padding: 1em;
	z-index: 100;
}

.back-to-top:hover {
	background: rgba(0, 0, 0, 0.12);
	position: fixed;
	bottom: 4.5em;
	right: 1em;
	padding: 1em;
	z-index: 100;
}

