body {
	width: 100%;
	height: 86%;
	margin: 0;
	padding: 20px 80px;
	font-weight: normal;
	text-decoration: none;
	overflow-x: hidden;
	overflow-y: auto;
	color: #fff;
    font-family: "Siemens Sans", Arial, Verdana, sans-serif;
    background: rgb(102,153,153); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(102,153,153,1) 0%, rgba(51,102,153,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(102,153,153,1) 0%,rgba(51,102,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(102,153,153,1) 0%,rgba(51,102,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.content {
	margin: 0;
	/*max-width: 0;*/
	height: calc(100% - 20px);
	width: calc(100% - 80px);
	text-align: left;
	position: relative;
}

.island {
	height: 405px;
	width: 300px;
	background-color: #fff;
	overflow: hidden;
	padding: 40px 30px;
	position: fixed;
	right: 80px;
	top: 138px;
}

.island h1 {
	margin: 0;
	margin-bottom: 50px;
	font-weight: normal;
	font-size: 22px;
	color: #333;
}

.island h2 {
	color: #333;
}

.island-content .saml-login {
	border: 0;
}


.footer {
	position: absolute;
	bottom: 10px;
	font-size: 12px;
	font-weight: normal;
}

.footer .copyright {
	display: none;
}

.footer-spacer {
	display: none;
}

.header {
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
}

.header-image {
	display: none;
}

.saml-login {
	border-bottom: 1px solid #cccccc;
	color: #cccccc;
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 10px;
	padding: 10px 0;
}

.saml-login p {
	display: inline;
	color: #cccccc;

	visibility: hidden;
	width: 0;
	height: 0;
}

.saml-login-link[href*="saml"] { /* saml button*/
	background-color: #F3F6FB;
	border: none;
	color: #339999;
	padding: 15px 80px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 0 0 0 -30px;
	width: 200px;
    position: relative;
    top: 98px;
}

.saml-login-link[href*="oauth"] { /* oauth button*/
	background-color: #F3F6FB;
	border: none;
    color: #339999;
	padding: 15px 80px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 0 0 0 -30px;
	width: 200px;
    position: relative;
    top: -38px;
}


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:    #ccc;
	font-size: 14px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #ccc;
	opacity:  1;
	font-size: 14px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:    #ccc;
	font-size: 14px;
}

@font-face {
	font-family: "Siemens Sans";
	src: url('../fonts/sisan03.woff2') format('woff2'),
	url('../fonts/sisan06.woff2') format('woff2'),
	url('../fonts/sisan08.woff2') format('woff2'),
	url('../fonts/sisan33.woff2') format('woff2'),
	url('../fonts/sisan36.woff2') format('woff2'),
	url('../fonts/sisan38.woff2') format('woff2'),
	url('../fonts/sisan03.woff') format('woff'),
	url('../fonts/sisan06.woff') format('woff'),
	url('../fonts/sisan08.woff') format('woff'),
	url('../fonts/sisan33.woff') format('woff'),
	url('../fonts/sisan36.woff') format('woff'),
	url('../fonts/sisan38.woff') format('woff');
}

html {
	width: 100%; height: 100%;
}

h1 {
	margin: 20px 0;
	font-weight: normal;
	font-size: 64px;
}

h2 {
	margin: 0;
	font-weight: normal;
	font-size: 22px;
}

h3 {
	margin: 0;
	font-weight: normal;
	font-size: 22px;
	color: #333;
}

input, textarea, select {
	width: 14px;
	height: 14px;
	border-bottom: 1px #339999 solid;
	border-top: none;
	border-left: none;
	border-right: none;
	outline: none;
	font-size: 22px;
	font-family: "Siemens Sans", Arial, Verdana, sans-serif;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset;
	-webkit-text-fill-color: #333 !important;
	outline: none;
}

#pageconent {
	height: calc(100% - 42px);
	width: 100%;
}

#login-container {
	margin-top: 60px;
	height: calc(100% - 150px);
	width: calc(100% - 60px);
}

#login-footer-unknown {
	font-size: 10px;
	height: 30px;
	width: calc(100% - 80px);
}

#login-footer {
	font-size: 10px;
	height: 30px;
	width: calc(100% - 60px);
}

#login-footer-left {
	height: 100%;
	float: left;
}

#login-footer-right {
	height: 100%;
	float: right;
}

#login-footer-right a {
	color: #ffffff;
	text-decoration: none;
}

#banner {
	display: none;
	position: fixed;
	z-index: 2;
	background-color: #6d6d6d;
	color: #ffffff;
	width: calc(100% - 60px);
	height: 140px;
	left: 0;
	top: calc(100% - 180px);
	padding: 20px 30px;
}

#banner-close {
	float: right;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0 5px 5px;
	line-height: 14px;
}

#banner-text {
	margin-top: 20px;
	font-size: 14px;
	width: 90%;
	height: 60px;
	overflow: auto;
}

#banner-buttons {
	margin-top: 20px;
}

#banner-learn {
	float: left;
	border: 2px solid #ffffff;
	padding: 10px;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#banner-learn-icon {
	margin-left: 10px;
	vertical-align: middle;
}

#banner-ok {
	float: left;
	border: 2px solid #ffffff;
	padding: 10px;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
}

#login-headline {
	float: left;
}

#login-infobox {
	color: black;
	clear: left;
	float: left;
	width: 525px;
	display: block;
	margin-top: 64px;
	padding: 0;
}

#login-buttons {
	position: absolute;
	float: right;
	top: 58%;
	right: 60px;
}

#login-infobox h3 {
	margin: 0;
	font-weight: normal;
	font-size: 22px;
	color: #fff;
}

#login-infobox p {
	font-size: 16px;
	color: #fff;
}

#login-form-container {
	float: right;
	height: 345px;
	width: 280px;
	background-color: #fff;
	overflow: auto;
	padding: 60px 40px 80px 40px;
}

#login-form-lost-container {
	color: #666;
	display: none;
}

.login-form-field {
	height: 59px;
	padding-top: 20px;
}

.login-form-field-onetime {
	height: 59px;
	padding-top: 40px;
}

.login-form-field-top {
	height: 59px;
	padding-top: 45px;
}

.login-form-label {
	font-size: 14px;
	color: #6d6d6d;
}

.login-form-button {
	cursor: pointer;
	height: 31px;
	background-color: #339999 !important;
	color: #fff;
	font-size: 16px;
	width: 280px;
	margin-top: 30px;
	border: 2px solid #fff;
	padding-top: 15px;
	text-decoration: none;
	display: block;
	text-align: center;
}

.login-form-link {
	color: #fff;
	font-size: 16px;
}

.login-form-link-oauth {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

#login-form-link-container {
	height: 50px;
	width: 280px;
	margin-top: 30px;
	border: 0;
	background-color: transparent;
	text-align: center;
}

#login-form-lost-info {
	padding-top: 45px;
	text-align: center;
	font-size: 14px;
}

.login-error {
	color: #f1410a;
	font-size: 12px;
}

#forgot-pass p {
	color: #339999;
	font-size: 14px;
	margin-top: 4px;
	cursor: pointer;
}

.nav {
    margin-top: 100px;
}

#application_authorization {
    margin-left: 250px;
    margin-bottom: 50px;
}

.panel-content {
    margin-left: 250px;
    margin-bottom: 50px;
}

.fa {
    visibility: hidden;
}

.revocation-modal-header {
    margin-top: 30px;
}
