body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	overflow-y: scroll;
	background: #E8E7F3;
}

textarea {
	font-family: Arial, sans-serif;
	border: 1px solid #ADB0B5;
	background-color: #FFFFFF;
	color: #000000;
}

input[type=text] {
	border: 1px solid #ADB0B5;
	color: #000000;
}

input[type=password] {
	border: 1px solid #ADB0B5;
	color: #000000;
}

input[disabled], textarea[disabled], select[disabled] {
	background: #FFFFFF;
	opacity: 0.5;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #FFFFFF inset;
}

select {
	color: #000000;
}

button {
	background: #39414F;
	border: none;
	padding: 5px 20px;
	margin-top: 20px;
	color: #FFFFFF;
	white-space: nowrap;
	cursor: pointer;
	opacity: 0.8;
}

button:hover {
	opacity: 1;
}

button[disabled] {
	cursor: default;
	opacity: 0.5 !important;
}

button + button {
	margin-left: 20px;
}

a img {
	border: 0; /* IE10 */
}

/* ------------------------------------------------------------------------------------------------------------------ */

.errorFont {
	font-size: 1em;
	font-weight: bold;
	color: #DE0000;
}

.colored {
	font-weight: bold;
	color: #7F1245;
}

/* ------------------------------------------------------------------------------------------------------------------ */

.background {
	position: absolute;
	top: 0;
	bottom: 0;
	height: auto;
	left: 0;
	right: 0;
	width: auto;
	z-index: 0;
}

.background-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: url(img/background_default.jpg) no-repeat top center #08182b;
	height: 500px;
	z-index: 0;
}

.background-border {
	position: absolute;
	top: 460px;
	left: 0;
	right: 0;
	width: auto;
	background: #FFFFFF;
	height: 142px;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
	z-index: 1;
}

/* ------------------------------------------------------------------------------------------------------------------ */

.headline {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.logo {
	display: inline-block;
	position: absolute;
	top: 30px;
	left: 50px;
	height: 28px;
	color: #E0E0E0;
	font-family: Arial, sans-serif;
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight: lighter;
	cursor: pointer;
	text-decoration: none;
	z-index: 10;
}

.license {
	position: absolute;
	top: 90px;
	left: 0;
	color: #FFFFFF;
	height: 36px;
	line-height: 36px;
	font-size: 1em;
	vertical-align: middle;
	padding-left: 50px;
	background: rgba(255, 255, 255, 0.3);
	text-transform: uppercase;
}

.license::after {
	content: "";
	position: absolute;
	width: 36px;
	height: 36px;
	right: -36px;
	bottom: 0;
	box-sizing: border-box;
	border-top: 18px solid rgba(255, 255, 255, 0.3);
	border-left: 18px solid rgba(255, 255, 255, 0.3);
	border-right: 18px solid transparent;
	border-bottom: 18px solid rgba(255, 255, 255, 0.3);
}

.settings-headline {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 1em;
	z-index: 10;
	display: -ms-flexbox; /* IE10 */
	-ms-flex-direction: row; /* IE10 */
	display: flex;
	flex-direction: row;
}

/* ------------------------------------------------------------------------------------------------------------------ */

.recent-server {
	cursor: default;
	position: relative;
	height: 24px;
	display: inline-block;
	margin-top: 5px;
	padding-right: 15px;
	margin-right: 10px;
	padding-bottom: 10px;
	opacity: 0.8;
}

.recent-server:hover {
	opacity: 1;
}

.recent-server::after {
	position: absolute;
	top: 0;
	right: 0;
	content: "\25BC";
	text-decoration: none;
}

.recent-server-selection {
	position: absolute;
	top: 20px;
	right: 0;
	display: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
	box-sizing: content-box;
}

.recent-server-selection li {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.recent-server-selection a {
	display: block;
	width: 100%;
	margin: 0;
	padding: 5px 10px;
	white-space: nowrap;
	color: #878A91;
	text-decoration: none;
	box-sizing: border-box;
}

.recent-server-selection a:hover {
	color: #000000;
	background: #FFFFFF;
}

.recent-server:hover .recent-server-selection {
	display: block;
}

/* ------------------------------------------------------------------------------------------------------------------ */

.locale {
	cursor: default;
	position: relative;
	height: 24px;
	display: inline-block;
	margin-top: 5px;
	padding-right: 15px;
	margin-right: 10px;
	padding-bottom: 10px;
	opacity: 0.8;
}

.locale:hover {
	opacity: 1;
}

.locale::after {
	position: absolute;
	top: 0;
	right: 0;
	content: "\25BC";
	text-decoration: none;
}

.locale-selection {
	position: absolute;
	top: 20px;
	right: 0;
	display: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
	box-sizing: content-box;
}

.locale-selection li {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.locale-selection a {
	display: block;
	width: 100%;
	margin: 0;
	padding: 5px 10px;
	white-space: nowrap;
	color: #878A91;
	text-decoration: none;
	box-sizing: border-box;
}

.locale-selection a:hover {
	color: #000000;
	background: #FFFFFF;
}

.locale:hover .locale-selection {
	display: block;
}

/* ------------------------------------------------------------------------------------------------------------------ */

.settings-menu {
	height: 24px;
	position: relative;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 30px;
	box-sizing: content-box;
	white-space: nowrap;
	background: url(img/settings.svg) no-repeat right top transparent;
	background-size: 24px 24px;
	cursor: pointer;
}

.settings-menu-selection {
	position: absolute;
	top: 25px;
	right: 0;
	display: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

.settings-menu-selection li {
	margin: 0;
	padding: 0;
	color: #878A91;
	white-space: nowrap;
	display: -ms-flexbox; /* IE10 */
	display: flex;
}

.settings-menu-selection a {
	display: block;
	width: 100%;
	margin: 0;
	padding: 5px 10px;
	color: #878A91;
	text-decoration: none;
	white-space: nowrap;
	box-sizing: border-box;
}

.settings-menu-selection a:hover {
	color: #000000;
	background: #FFFFFF;
}

.settings-menu:hover .settings-menu-selection {
	display: block;
}

.connection-settings-active {
	color: #7F1245;
	padding-left: 5px;
}

/* ------------------------------------------------------------------------------------------------------------------ */

.primary-apps {
	position: absolute;
	top: 250px;
	height: 135px;
	left: 0;
	right: 0;
	width: auto;
	z-index: 2;
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.primary-apps .empty-message {
	position: absolute;
	left: 0;
	right: 0;
	width: auto;
	bottom: 0;
	line-height: 30px;
	font-variant: small-caps;
	color: #FFFFFF;
	font-size: 1.1em;
}

.primary-apps::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: auto;
	bottom: 0;
	background: #FFFFFF;
	opacity: 0.4;
	height: 35px;
	z-index: 1;
}

.primary-apps a {
	position: relative;
	display: inline-block;
	min-width: 100px;
	width: 170px;
	height: 135px;
	z-index: 3;
	cursor: default;
	text-decoration: none;
	opacity: 0.4;
}


.primary-apps a.enabled {
	opacity: 1;
	cursor: pointer;
}

.primary-apps a .icon {
	position: absolute;
	left: 0;
	right: 0;
	width: 78px;
	height: 78px;
	margin: auto;
	border-radius: 39px;
	background: #FFFFFF;
	z-index: 5;
}

.primary-apps a .icon-hover {
	content: "";
	position: absolute;
	left: -8px;
	right: -8px;
	top: -8px;
	width: 94px;
	height: 94px;
	margin: auto;
	border-radius: 47px;
	background: #FFFFFF;
	opacity: 0.4;
	z-index: 4;
	transition: all 0.2s linear;
}

.primary-apps a.enabled:hover .icon-hover {
	transform: scale(1.05);
}

.primary-apps a .label {
	position: absolute;
	left: 0;
	right: 0;
	width: auto;
	bottom: 0;
	line-height: 30px;
	font-variant: small-caps;
	color: #FFFFFF;
	font-size: 1.1em;
}

/* ------------------------------------------------------------------------------------------------------------------ */

.secondary-apps {
	position: absolute;
	top: 495px;
	left: 0;
	right: 0;
	width: auto;
	z-index: 2;
	height: 120px;
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.secondary-apps a {
	position: relative;
	display: inline-block;
	min-width: 100px;
	width: 150px;
	height: 90px;
	z-index: 3;
	cursor: default;
	text-decoration: none;
	opacity: 0.4;
}

.secondary-apps a.enabled {
	opacity: 1;
	cursor: pointer;
}

.secondary-apps a .icon {
	position: absolute;
	left: 0;
	right: 0;
	width: 78px;
	height: 78px;
	margin: auto;
	border-radius: 39px;
	background: linear-gradient(top, #39414E 50px, #000000);
	background: -webkit-linear-gradient(top, #39414E 50px, #000000);
	background: -ms-linear-gradient(top, #39414E 50px, #000000);
	z-index: 5;
	box-shadow: inset 0 -5px 5px 0 rgba(0, 0, 0, 0.05);
}

.secondary-apps a .icon img {
	margin-top: -5px;
}

.secondary-apps a .icon-hover {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 78px;
	height: 78px;
	margin: auto;
	border-radius: 39px;
	background: #39414E;
	opacity: 0.2;
	z-index: 4;
	transition: all 0.2s linear;
}

.secondary-apps a.enabled:hover .icon-hover {
	transform: scale(1.2);
}

.secondary-apps a .label {
	position: absolute;
	left: 0;
	right: 0;
	width: auto;
	bottom: 0;
	line-height: 30px;
	font-variant: small-caps;
	background: #FFFFFF;
	color: #878A91;
	font-size: 1.1em;
	z-index: 6;
}

/* ------------------------------------------------------------------------------------------------------------------ */

.dashboard {
	position: absolute;
	top: 600px;
	left: 0;
	right: 0;
	width: auto;
	padding-bottom: 150px;
	display: -ms-flexbox; /* IE10 */
	-ms-flex-pack: center; /* IE10 */
	-ms-flex-align: stretch; /* IE10 */
	-ms-flex-wrap: wrap; /* IE10 */
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
}

.dashboard article {
	background: #FFFFFF;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	padding: 30px;
	margin: 0 30px;
	margin-top: 70px;
}

.dashboard article h2 {
	text-transform: uppercase;
	font-weight: lighter;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}

/* ------------------------------------------------------------------------------------------------------------------ */

.quickstart {
	text-align: left;
	min-width: 300px;
}

.quickstart a {
	position: relative;
	display: block;
	color: #878A91;
	white-space: nowrap;
	text-decoration: none;
	margin-top: 5px;
}

.quickstart a:visited {
	color: #878A91;
}

.quickstart a .icon {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #A31A66;
	z-index: 1;
}

.quickstart a .icon-hover {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	opacity: 0.3;
	background: #A31A66;
	transition: all 0.2s linear;
	z-index: 0;
}

.quickstart a:hover .icon-hover {
	transform: scale(1.2);
}

.quickstart a .label {
	display: inline-block;
	line-height: 40px;
	vertical-align: top;
	text-decoration: underline;
	font-size: 1.2em;
	padding-left: 10px;
}

.quickstart .empty-message {
	color: #878A91;
	font-size: 1.2em;
	margin-top: 5px;
}

/* ------------------------------------------------------------------------------------------------------------------ */

.footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #FFFFFF;
	color: #C7BFC1;
	padding: 5px 0;
	line-height: 15px;
	box-sizing: border-box;
	text-align: center;
	box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.05);
	min-height: 50px;
	z-index: 12;
}

.footer a {
	color: #C7BFC1;
}

.footer a:visited {
	color: #C7BFC1;
}

/* ------------------------------------------------------------------------------------------------------------------ */

.panel {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: -ms-flexbox; /* IE10 */
	-ms-flex-pack: center; /* IE10 */
	-ms-flex-align: center; /* IE10 */
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 300px;
}

.panel::after {
	content: "";
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
	box-shadow: inset 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}

.panel article {
	position: relative;
	background: #FFFFFF;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
	padding: 30px;
	z-index: 11;
	color: #878A91;
}

.panel article h2 {
	text-transform: uppercase;
	font-weight: lighter;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	text-align: left;
	color: #000000;
}

/* ------------------------------------------------------------------------------------------------------------------ */

.settings-form-content {
	margin: 0 50px;
}

.settings-form-content table {
	border-collapse: collapse;
}

.settings-form-content table td {
	padding: 5px;
}

/* ------------------------------------------------------------------------------------------------------------------ */

.password-form-content {
	margin: 0 50px;
}

.password-form-content table {
	border-collapse: collapse;
}

.password-form-content table td {
	padding: 5px;
}

/* ------------------------------------------------------------------------------------------------------------------ */

.license-panel {
	max-width: 1000px;
	height: 500px;
	padding: 0 !important;
}

.license-content {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 30px;
	box-sizing: border-box;
}

.license-close {
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 35px;
	width: 16px;
	height: 16px;
	background: url(img/close.svg) center center no-repeat transparent;
	z-index: 2;
}

/* ------------------------------------------------------------------------------------------------------------------ */

.login-form {
	position: relative;
	text-align: center;
	max-width: 1000px;
}

.login-form form {
	padding: 0;
	margin: 0;
}

.login-progress {
	position: absolute;
	top: 0;
	bottom: 0;
	height: auto;
	left: 0;
	right: 0;
	width: auto;
	background: url(img/loader.gif) no-repeat center center rgba(255, 255, 255, 0.7);
	display: none;
	z-index: 2;
}

.login-progress-message {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	height: 20px;
	margin: auto;
	vertical-align: baseline;
	line-height: 80px;
}

.login-message {
	display: inline-block;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 20px;
	max-width: 300px;
}

.login-form-content {
	margin: 0 50px;
}

.login-form-content table {
	border-collapse: collapse;
}

.login-form-content table td {
	padding: 5px;
}

.login-form-content-sso {
	text-align: left;
	padding-top: 30px;
}

.login-form-content-sso-text {
	width: 300px;
}

/* ------------------------------------------------------------------------------------------------------------------ */

.messageDialogBox {
	position: fixed;
	width: 100%;
	min-height: 24px;
	bottom: 70px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #BCBDBF;
	border-bottom: 1px solid #BCBDBF;
	left: 0;
	background-color: #49456a;
	color: #ffffff;
	font-size: 16px;
	font-family: Arial, sans-serif;
	z-index: 13;
}

.messageDialogBox img {
	width: 24px;
	height: 24px;
}

.messageDialogBox .iconClose {
	cursor: pointer;
	margin-right: 5px;
}

.messageDialogBox .iconLeft {
	margin-right: 10px;
}

.messageDialogBox .iconRight {
	margin-left: 10px;
}

/* ------------------------------------------------------------------------------------------------------------------ */

.fs_launcher_download {
	margin-top: 10px;
	color: #8D325B;
	line-height: 21px;
	vertical-align: middle;
}

.fs_launcher_wizard {
	position: fixed;
	bottom: 0;
	left: 10px;
	z-index: 6;
	width: 300px;
	min-height: 200px;
	background-color: #FFFFFF;
	box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.2);
}

.fs_launcher_wizard_close {
	position: absolute;
	z-index: 2;
	top: 9px;
	right: 7px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(img/launcher_wizard_close.png);
}

.fs_launcher_wizard_step {
}

.fs_launcher_wizard_headline {
	height: 35px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(img/launcher_wizard.png);
	border-bottom: 1px solid #efebec;
	color: #5A5B5D;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 34px;
	padding-left: 43px;
	text-align: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#fs_launcher_wizard_settings .fs_launcher_wizard_headline {
	background-image: url(img/launcher_wizard_settings.png);
}

.fs_launcher_wizard_content {
	border-top: 1px solid #FFFFFF;
	color: #5A5B5D;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	padding: 20px;
	padding-left: 43px;
}

.fs_launcher_wizard_content a {
	display: block;
	color: #5A5B5D;
	margin-top: 20px;
	margin-left: -19px;
	padding-left: 19px;
	height: 17px;
	background: url(img/launcher_wizard_link.png) center left no-repeat;
}

*:first-child+html .fs_launcher_wizard_content a {
	display: inline-block;
}

#fs_launcher_wizard_install a {
	display: block;
	background: #8D325B;
	text-decoration: none;
	padding: 0;
	margin-left: 0;
	margin-right: 20px;
	height: 30px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
}

#fs_launcher_wizard_install a:before {
	content: '';
	display: inline-block;
	width: 9px;
	height: 17px;
	background: url(img/launcher_wizard_button_arrow.png) center center no-repeat;
	line-height: 30px;
	vertical-align: middle;
	margin-right: 10px;
}

.fs_launcher_wizard_use_fs_launcher {
	display: block;
	margin-top: 20px;
}

.fs_launcher_wizard_use_fs_launcher_field {
	display: inline-block;
	width: 19px;
	height: 34px;
	vertical-align: middle;
}

*:first-child+html .fs_launcher_wizard_use_fs_launcher_field {
	float: left;
}

.fs_launcher_wizard_use_fs_launcher_field input {
	margin: 0;
}

.fs_launcher_wizard_use_fs_launcher_label {
	display: inline-block;
	width: 210px;
	height: 34px;
	overflow: hidden;
}

/* ------------------------------------------------------------------------------------------------------------------ */

.launcher-download {
	cursor: default;
	position: relative;
	height: 24px;
	display: inline-block;
	opacity: 0.8;
	padding: 0 15px 0 5px;
}

.launcher-download:hover {
	opacity: 1;
}

.launcher-download-selection {
	position: absolute;
	bottom: 24px;
	left: 0;
	display: none;
	margin: 0;
	padding: 5px 10px;
	list-style-type: none;
	text-align: left;
	background: #FFFFFF;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
	box-sizing: content-box;
}

.launcher-download-selection-os {
	display: block;
	margin-top: 5px;
}

.launcher-download-selection-os:first-child {
	margin-top: 0;
}

.launcher-download-selection a {
	display: inline-block;
	padding-left: 28px;
}

.launcher-download-selection li {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.launcher-download-selection a {
	display: block;
	width: 100%;
	margin: 0;
	padding: 2px 10px 2px 30px;
	white-space: nowrap;
	color: #878A91;
	background: url(img/launcher_download.png) 5px center no-repeat;
	text-decoration: none;
	box-sizing: border-box;
}

.launcher-download-selection a:hover {
	color: #000000;
	background-color: #FFFFFF;
}

.launcher-download:hover .launcher-download-selection {
	display: block;
}

article.admin-warning {
	width: 100%;
	z-index: 2;
	color: #a22066;
	font-weight: bold;
	opacity: 0.8	;
	border: #a22066 1px solid;
	padding: 5px !important;
	margin: 30px 15% 0 15% !important;
	text-align:center;
}

article.version {
	position: absolute;
	top: 385px;
	height: 75px;
	left: 0;
	right: 0;
	width: auto;
	z-index: 2;
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: white;
	opacity: 80%;
	background: rgba(182, 22, 104, 0.75);
	background: linear-gradient(90deg, rgba(5,23,42,0.500437675070028) 0%,
		rgba(182,22,104,0.9486169467787114) 35%, rgba(182,22,104,1) 50%,
		rgba(182,22,104,0.9458158263305322) 65%, rgba(5,23,42,0.500437675070028) 100%);
}

article.version h2 {
	font-size: 24px;
	font-weight: lighter;
}

article.version h2 > span {
	font-weight: bold;
}