/*
 * Licensed to Jasig under one or more contributor license
 * agreements. See the NOTICE file distributed with this work
 * for additional information regarding copyright ownership.
 * Jasig licenses this file to you under the Apache License,
 * Version 2.0 (the "License"); you may not use this file
 * except in compliance with the License.  You may obtain a
 * copy of the License at the following location:
 *
 *   http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License. 
 */
:root {

	--bkm-lila:#452647;
	--bkm-hell-gruen:#1DAB9E;

}

/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd,
	q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr,
	th, td, article, aside, canvas, details, figcaption, figure, footer,
	header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-s{
	background-position: -86px -18px;
}
.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-e{
	background-position: -42px -18px;
}
.ui-icon.large-icon.ui-icon-circle-close {
	background-position: -42px -260px;	
}
.collapsed-panel{
	margin-top:1em;
	border: 1px solid #d9d9d9;
	padding: 0.6em;
}
.header-panel h2{
	float: left;
}
.ui-accordion-header-icon.ui-icon{
	width: 24px;
    height: 22px;
	background-image: url("images/ui-icons_dark_350x325.png") !important;
}
.closeIconDiv span:hover{
	cursor: pointer;
}
.closeIconDiv{
	text-align: end;
}

.ui-icon.large-icon, .collapse-icon, .expand-icon, .right-icon{
	width: 22px;
    height: 22px;
	background-image: url("images/ui-icons_dark_350x325.png") !important;
}

.toggle-link:hover{
	cursor: pointer;
}
.none-toggle-link{
	line-height: 22px;
	font-size: 1.1em;
}
.toggle-link{
	line-height: 22px;
	font-size: 1.3em;
}

.right-icon{
	background-position: -42px 2px;
	float:left;
}
.collapse-icon{
	background-position: -91px -174px;
	float:left;
}
.expand-icon{
	background-position: -47px -174px;
	float:left;
}

.ui-accordion .ui-accordion-header.ui-accordion-header-active{
	background-color: #d9d9d9;
	color: white;
}
.ui-accordion .ui-accordion-header{
	background-color: #ffffff;
	border-radius: 0px;
	-moz-border-radius: 0px;
	border: 1px solid #d9d9d9;
}

.ui-accordion .ui-accordion-header, h3 {
	margin: 0ex 0 15px 0;
	font-size: 1.5em !important;
	color: #6e6e6e;
	font-weight: normal;
	line-height: 1.25em !important;
}

body {
	line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
s
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

/* general page */
body {
	font-family: Oxygen, sans-serif !important; 
	font-size: 12px;
	line-height: 1.4em;
}
.ui-widget, input{
font-family: Oxygen, sans-serif !important; 
}

.top-spaced{
	margin-top: 1.5ex;
}

#cas {
	background: #fff;
}

#cas .flc-screenNavigator-view-container {
	width: 80em;
	margin: 0 auto;
}

#cas .flc-screenNavigator-view-container #header, #cas .flc-screenNavigator-view-container #content
	{
	background: #fff;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
}

#cas .flc-screenNavigator-view-container #content {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

@media only screen and (max-width: 960px) {
	#cas .flc-screenNavigator-view-container {
		width: 100%;
	}
	#cas .flc-screenNavigator-view-container #content {
		-webkit-border-bottom-right-radius: 0px;
		-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
	}
}
/* header */
#cas #header {
	padding: 10px 0px;
}

#cas #header #company-name {
	width: 230px;
	height: 44px;
	text-indent: -999em;
	background: url(../images/logo-deineBKM.jpg) no-repeat;
	margin: 0 0 10px 0px;
}
#cas #header #app-name {
	padding: 25px 10px;
	background: var(--bkm-lila);
	color: white;
	font-size: 3em;
	font-weight: normal;
}

/* content */
#cas #content {
	padding: 6px 0px;
	overflow: hidden;
}

#cas #content #msg {
	padding: 20px;
	margin-bottom: 10px;
}

#cas #content #msg h2 {
	font-size: 1.5em;
	line-height: 1.25em;
	margin-bottom: 0.5em;
	font-weight: normal;
}

#cas #content #msg.errors {
	border: 1px dotted #BB0000;
	color: #BB0000;
	padding-left: 100px;
	background: url(../images/error.gif) no-repeat 20px center;
}

#cas #content #msg.success {
	border: 1px dotted #390;
	color: #390;
	padding-left: 100px;
	background: url(../images/confirm.gif) no-repeat 20px center;
}

#cas #content #msg.info {
	background: url(../images/info.gif) no-repeat 20px center;
	background-color: #fafafa;
	border: 1px solid #d9d9d9;
	color: #515151;
	padding-left: 100px;
	}

#cas #content #login {
	width: 100%;
	float: left;
	margin-right: 20px;
}

#cas #content #login #fm1 {
	padding: 20px;
	background: #fafafa;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#cas #content #login #fm1 h2 {
	margin: 1ex 0 1.6ex 0;
	font-size: 1.5em;
	color: #6e6e6e;
	font-weight: normal;
	line-height: 1.25em;
}

#cas #content #login #fm1 .row {
	margin-bottom: 10px;
}

#cas #content #login #fm1 .row .fl-label {
	display: block;
	color: #515151;
}

#cas #content #login #fm1 .row input[type=text], #cas #content #login #fm1 .row input[type=password]
	{
	padding: 6px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #DDDDDD;
	background: #FFF;
}

#cas #content #login #fm1 .row.check {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
	color: #777;
	font-size: 11px;
}

#cas #content #login #fm1 .row .btn-submit {
	-moz-box-shadow: inset 0px 0px 0px 0px;
	-webkit-box-shadow: inset 0px 0px 0px 0px;
	box-shadow: inset 0px 0px 0px 0px;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#15aa05',
		endColorstr='#117304', GradientType=0);
	background-color: var(--bkm-hell-gruen);
	border: 0px;
	border-radius: 3px;
	border-style: solid;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Oxygen, sans-serif !important;
	font-size: 16px;
	padding: 6px 24px;
	text-decoration: none;
}


#cas #content #login #fm1 .row .btn-submit:active {
	position: relative !important;
	top: 1px !important;
}

#cas #content #login #fm1 .row .btn-reset {
	border: 0;
	background: none;
	color: #777;
	text-transform: lowercase;
	border-left: 1px solid #ddd;
}

#cas #content #login #fm1 .row .btn-submit:hover, #cas #content #login #fm1 .row .btn-reset:hover
	{
	cursor: pointer;
}

#cas #content #sidebar {
	width: auto;
}

#cas #content #sidebar .sidebar-content {
	padding-left: 20px;
}

#cas #content #sidebar .sidebar-content p {
	margin-bottom: 1.4em;
}

#cas #content #sidebar .sidebar-content #list-languages ul {
	list-style: none;
}

#cas #content #sidebar .sidebar-content #list-languages ul li {
	display: inline-block;
	padding: 0px 10px;
	border-right: 1px solid #e2e2e2;
}

#cas #content #sidebar .sidebar-content #list-languages ul li:last-child
	{
	border: 0;
	line-height: 1.4em;
}

#cas #content #divider {
	width: 100%;
	float: left;
	border: none;
}

.ui-accordion-content {
	font-size: 1.2em;
}

.ui-accordion-content a, .ui-widget-content a {
	cursor: pointer !important;
	color: #e92e1d !important;
	text-decoration: none !important;
	font-size: 1.1em !important;
}

.ui-accordion-content p, .ui-widget-content p {
	margin-bottom: 1em;
	font-size: 1.1em;
}

#cas #content #imgPINBrief {
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.4);
}

#cas #content #modalPane {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	display: none;
}

#cas #content .hidden {
	display: none;
}

#cas #content .inline {
	display: inline;
}

#cas #content #helpContainer {
	background: #eee;
	padding: 30px;
	display: none;
	height: 600px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}

#cas #content #helpContainer p {
	margin-bottom: 1em;
}

#cas #content #helpContainer #imgPINName {
	float: right;
	margin-left: 10px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}

#cas #content #helpContainer #imgPINPIN {
	clear: both;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}

#cas #content #helpContainer h1 {
	font-size: 2em;
	margin-bottom: 20px;
}

#cas #content #helpContainer h2 {
	font-size: 1.5em;
	margin-bottom: 15px;
}

#cas #content .warning_container {
	display: table;
	overflow: hidden;
	width: 100%
}

#cas #content .warning_container #warning {
	display: table-cell;
	vertical-align: middle;
	height: 75px;
	border: 1px dotted #BB0000;
	color: #BB0000;
	padding-left: 100px;
	background: #FFEEDD url(../images/error.gif) no-repeat 20px center;
	font-size: 1.25em;
}

#cas #tableNoJS {
	border: 3px solid red;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	margin-bottom: 2em;
}

#cas #tableNoJS td {
	padding: 2em;
}

#cas #tableNoJS td h2 {
	font-size: 2em;
	margin-bottom: 2em;
}

#cas #tableNoJS td h3 {
	font-size: 1.5em;
	margin-bottom: 1em;
}

#cas #tableNoJS td h4 {
	font-size: 1.25em;
	margin-bottom: 0.5em;
}

#cas #tableNoJS td p {
	margin-bottom: 2em;
}

#cas #tableNoJS td p:last-of-type {
	margin-bottom: 0.5em;
}

/* footer */
#cas #footer {
	float: left;
	color: #999;
	margin: 20px 0;
}

/* < 960 */
@media only screen and (max-width: 960px) {
	#cas #footer {
		padding-left: 10px;
	}
}
/* < 799 */
@media only screen and (max-width: 799px) {
	#cas #header #app-name {
		font-size: 2em;
		background: var(--bkm-lila);
	}
	#cas #content {
		padding: 10px;
		overflow: hidden;
	}
	#cas #content #login {
		float: none;
		width: 100%;
	}
	#cas #content #login #fm1 .row input[type=text], #cas #content #login #fm1 .row input[type=password],
		#cas #content #login #fm1 .row input[type=submit] {
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
	#cas #content #login #fm1 .row .btn-reset {
		display: none;
	}
	#cas #content #sidebar {
		margin-top: 20px;
	}
	#cas #content #sidebar .sidebar-content {
		padding: 0;
	}
}