@charset "UTF-8";

/* CSS Document */

/* @group Login Panel */

html, body {
	height: 100%;
}

body {
	font: 100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	background-color: #d9dee2;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebeef2), to(#d9dee2));
	background-image: -webkit-linear-gradient(top, #ebeef2, #d9dee2);
	background-image: -moz-linear-gradient(top, #ebeef2, #d9dee2);
	background-image: -ms-linear-gradient(top, #ebeef2, #d9dee2);
	background-image: -o-linear-gradient(top, #ebeef2, #d9dee2);
	background-image: linear-gradient(top, #ebeef2, #d9dee2);
}

/*Class for Body for example in iframes */
.clean-body {
	background-color: transparent;
	background-image: none;
	height: auto;
    padding: 10px;
}

#login {
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background-image: -webkit-linear-gradient(top, #fff, #eee);
	background-image: -moz-linear-gradient(top, #fff, #eee);
	background-image: -ms-linear-gradient(top, #fff, #eee);
	background-image: -o-linear-gradient(top, #fff, #eee);
	background-image: linear-gradient(top, #fff, #eee);
	/* height: 330px; */
    width: 400px;
	margin: -222px 0 0 -230px;
	padding: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	border: 1px solid rgba(0, 0, 0, 0.3);
}

#login.forgotPWD {
    margin-top: -302px;
}

#login:before {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	content: '';
	position: absolute;
	z-index: -1;
	top: 1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
	-moz-box-shadow: 0 0 0 1px #fff;
	-webkit-box-shadow: 0 0 0 1px #fff;
	box-shadow: 0 0 0 1px #fff;
}

#login p {
    font-size: 0.75em;
    color: #667480;
    line-height: 1.375em;
    margin: 0 0 1em 0;
    text-shadow: 0 1px 0 #ffffff;
}

#login .ica-version {
	color: #aaa;
	text-align:center;
	font: 10px "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	position: relative;
	bottom: -55px;	
}

h1 {
	text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
	text-align: center;
	color: #aaa;
	margin: 0 0 15px 0;
	position: relative;
	padding-top: 140px;
	font: normal 0.875em/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1.ica {
	background: url(ica-logo-notloggedin.png) no-repeat center top;
}

h2 {
	font: normal 0.8em/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #aaa;
}

.header-gbox.ica {
	background: url(ica-logo-app.png) no-repeat left center;
}

.header-gbox.ica p {
    padding-left: 80px;
    font-size: 0.75em;
    font-weight: bold;
    color: #7c8999;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

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

#inputs input {
	background: url(login-sprite.png) no-repeat #f1f1f1;
	padding: 15px 15px 15px 30px;
	margin: 0 0 10px 0;
	width: 353px;
    border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
	box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
	font-size: 0.75em;
}

#inputs input.default-text {
	color:#ccc !important;
}

#username,
.user {
	background-position: 5px -2px !important;
}

#password, input.pwd {
	background-position: 5px -52px !important;
}

.email {
	background-position: 5px -102px !important;
}

.geburtsdatum {
	background-position: 5px -152px !important;
}

#inputs input:focus {
	background-color: #fff;
	border-color: #e8c291;
	outline: none;
	-moz-box-shadow: 0 0 0 1px #e8c291 inset;
	-webkit-box-shadow: 0 0 0 1px #e8c291 inset;
	box-shadow: 0 0 0 1px #e8c291 inset;
}

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

#actions {
	margin: 25px 0 0 0;
}

#submit {
	background-color: #ffb94b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fddb6f), to(#ffb94b));
	background-image: -webkit-linear-gradient(top, #fddb6f, #ffb94b);
	background-image: -moz-linear-gradient(top, #fddb6f, #ffb94b);
	background-image: -ms-linear-gradient(top, #fddb6f, #ffb94b);
	background-image: -o-linear-gradient(top, #fddb6f, #ffb94b);
	background-image: linear-gradient(top, #fddb6f, #ffb94b);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	border-width: 1px;
	border-style: solid;
	border-color: #d69e31 #e3a037 #d5982d #e3a037;
	float: left;
	height: 35px;
	padding: 0 20px;
	/*width: 120px; */
	cursor: pointer;
	font: bold 0.9375em Arial, Helvetica;
	color: #8f5a0a;
}

#submit:hover,#submit:focus {
	background-color: #fddb6f;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb94b), to(#fddb6f));
	background-image: -webkit-linear-gradient(top, #ffb94b, #fddb6f);
	background-image: -moz-linear-gradient(top, #ffb94b, #fddb6f);
	background-image: -ms-linear-gradient(top, #ffb94b, #fddb6f);
	background-image: -o-linear-gradient(top, #ffb94b, #fddb6f);
	background-image: linear-gradient(top, #ffb94b, #fddb6f);
}

#submit:active {
	outline: none;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}

#submit::-moz-focus-inner {
	border: none;
}

#actions a {
	border-radius: 5px;
	color: #3151A2;
	float: right;
	line-height: 35px;
	margin-left: 10px;
	text-decoration: none;
	padding: 0 10px;
	font-size: 0.75em;
}

#actions a:hover {
	background-color: #fff;
}

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

.ic_message {
    background-color: #7d9ab2;
    border-radius: 10px;
    left: 50%;
    margin: 0 0 0 -230px;
    padding: 30px;
    position: absolute;
    text-align: center;
    top: -30%;
    width:  400px;
    z-index: 10000;
    color: #fff;
}

.ic_message:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 210px;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: #859eb2 transparent;
    display: block;
    width: 0;
}

/* @end */




/* @group App */

body.app {
    background: none #f5f5f5;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.clearfix::before {
    content: "";
    display: table;
}

.header-grid {
    background-color: #f5f5f5;
    border: 1px solid #d0d0d0;
    width: 100%;
}

.header-grid {
    display: table;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    table-layout: fixed;
    width: 100%;
}

.header-g50l {
    float: left;
    width: 20%;
}

.header-g50r {
    float: right;
    margin: 0 0 0 -5px;
    width: 80%;
}

#logo {
    float: left;
    margin: 6px 20px 5px 2px;
}

p.app-name {
    color: #6f6f6f;
    float: left;
    line-height: 50px;
    margin: 0;
    padding: 0;
    text-shadow: 0 1px 0 #ffffff;
}

/* Field contains information about the logged in user */
p.login-name {
    color: #6f6f6f;
    float: left;
    line-height: 50px;
    margin: 0;
    padding: 0 0 0 20px;
    text-shadow: 0 1px 0 #ffffff;
}

.header-g50r .change-pass {
    border-radius: 5px;
    color: #3689b2;
    font-size: 0.875em;
    float: right;
    display: block;
    margin: 7px 20px;
    padding: 10px;
    text-decoration: none;
}

.header-g50r .change-pass:hover {
    background-color: #fff;
    color: #002e56;
}

.header-g50r .change-pass-always-hovered {
	border-radius: 5px;
    font-size: 0.875em;
    float: right;
    display: block;
    margin: 7px 20px;
    padding: 10px;
    text-decoration: none;
    background-color: #fff;
    color: #002e56;
}

.header-g50r .userinfo {
    background-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    color: #002E56;
    display: block;
    float: right;
    font-size: 0.875em;
    margin: 7px 20px;
    padding: 10px;
    text-decoration: none;
}

.header-g50r .logout {
    background-color: #ffb94b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fddb6f), to(#ffb94b));
    background-image: -webkit-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -moz-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -ms-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -o-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: linear-gradient(top, #fddb6f, #ffb94b);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    border-width: 1px;
    border-style: solid;
    border-color: #d69e31 #e3a037 #d5982d #e3a037;
    float: right;
    margin: 13px 10px 13px 10px;
    padding: 4px 20px;
    cursor: pointer;
    font: bold 0.75em Arial, Helvetica;
    color: #8f5a0a;
    text-decoration: none;
}

.header-g50r .logout:hover,
.header-g50r .logout:focus {
	background-color: #fddb6f;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb94b), to(#fddb6f));
	background-image: -webkit-linear-gradient(top, #ffb94b, #fddb6f);
	background-image: -moz-linear-gradient(top, #ffb94b, #fddb6f);
	background-image: -ms-linear-gradient(top, #ffb94b, #fddb6f);
	background-image: -o-linear-gradient(top, #ffb94b, #fddb6f);
	background-image: linear-gradient(top, #ffb94b, #fddb6f);
}

#main {
    background-image: none;
    margin: 0 auto;
    width: 1279px;
}

/* @end */


/* Form for Mitgleidschaft beenden */
form.mitgliedschaft-beenden {
	margin-top: 20px;
    position: relative;
    text-align: center;
    width: 100%;
}
/* button for Submit/Continue */
input.fortfahren {
	cursor: pointer;
    margin: 0 auto;
    padding: 5px 10px;
}

/* Dashboard */
p.nami-dashboard-stats {
	font-size: 18px;
	text-align: center;
	width: 100%;
}

.portlet-main-container {
	padding-left : 8px
}

.portlet-column {
	padding: 8px 8px 0 0
}

.portlet {
	margin-bottom: 10px;
	padding: 1px
}

/* Nicht Stammmitglieder */
.x-grid-row.not-stamm-mitglied .x-grid-cell-inner {
	color: blue;
}
/* Inaktive Mgl */
.x-grid-row.inaktives-mitglied .x-grid-cell-inner {
	color: gray;
}
/* Inaktive & nicht Stammmitglieder */
.x-grid-row.inaktiv-mitglied.not-stamm-mitglied .x-grid-cell-inner {
	color: #B0ADC7;
}

/* Dashboard news have normal styles */
.dashboard-news li {
	padding-left: 5px;
	margin-left: 20px;
}

.dashboard-news ul li {
	list-style-type: disc;
}
.dashboard-news ol li {
	list-style-type: decimal;
}
/* Class for containers with messages (div) */
.messages {
	padding : 10px;
	font-family: tahoma,arial,verdana,sans-serif;
	font-size: 12px;
}

.nutzungs-bedingungen input#check {
	border: 1px solid #ccc; 
	padding:0;
	width: 15px;
	height: 15px;
	background-image: none;
	background-color: transparent;
}

.nutzungs-bedingungen p {
	font-size: 09em;
}

/*
.separator-below {
	border-bottom: solid 1px black;
}
*/



/* BEGIN STYLES in page "Prüfung von SGB VIII-Bescheinigungen" */
	.success-msg,
	.failure-msg,
	.validation-msg {
	    border-radius: 0.3em;
	    border-width: 1px;
	    border-style: solid;
	    border-color: #888;
	    border-color: rgba(0,0,0,.3);
	    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
	    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
	    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
	    color: #fff;
	    color: rgba(0,0,0,.8);
	    padding: 15px 15px 15px 50px;
	    margin: 1.5em 0 0 0;
	}
	
	.success-msg {
	    color: #fff !important;
	    background: url(images/accept.png) no-repeat 15px center #8c8;
	}
	
	.failure-msg {
	    color: #fff !important;
	    background: url(images/cross.png) no-repeat 15px center #c88;
	}
	
	.validation-msg {
	    color: #444;
	    color: rgba(0,0,0,.8) !important;
	    background: url(images/alert.png) no-repeat 15px center #cc8;
	}
	
	p.success-msg,
	p.failure-msg,
	p.validation-msg {
	    text-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
	}
/* END STYLES in page "Prüfung von SGB VIII-Bescheinigungen" */



/* Styles for the search form */
	#namiSearchSearchForm .ic-lib-field-withEndedTaetigkeiten, #namiSearchSearchForm .ic-lib-field-grpName {
		margin-bottom: 15px;
	}
	/* the two fieldsets are separated */
	#namiSearchSearchForm .x-panel.x-column.x-panel-default {
		margin-right: 10px;
	}
/* END Styles for the search form */




/* Styles for the FZ Menu */
	.nami-pdf {
		background-image:url(./images/icons/page_white_acrobat.png) !important;
	}
	.nami-documents {
		background-image:url(./images/icons/application_view_list.png) !important;
	}
/* END Styles for the FZ Menu */


/* Rows (Mgl+Kontakte) bei Einladung zu Veranstaltung */
.x-grid-row.red-row .x-grid-cell-last .x-grid-cell-inner {
	color: red;
}
.x-grid-row.orange-row .x-grid-cell-last .x-grid-cell-inner {
	color: orange;
}

.sysinfo {
	overflow: auto;
	width  : 400px;
	height : 300px;
	
}

/* Eine Tabelle in einer Formular-Zeile*/
.formTableInLine {
	overflow: auto;
	height : 100px;
	pointer-events:all !important;
}

/* Eine Zeile in einer Formulartabelle*/
.formLine {
	display: block;
}



/** exception default handler **/
.exception_hint {
    overflow: auto;
    background-color: #ffffff;
    border: 1px solid #000000;
    padding: 4px;
}


.exception_ident {
    overflow: auto;
    background-color: #ff0000;
    border: 1px solid #000000;
    padding: 4px;
    font-size: medium;
    font-weight: bold;
    text-align: center;
}

.exception_autowrap {
    overflow: auto;
    background-color: #ffffff;
    border: 1px solid #000000;
    padding: 4px;
    max-height: 200px;
}

.ica_center_message {
		background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background-image: -webkit-linear-gradient(top, #fff, #eee);
	background-image: -moz-linear-gradient(top, #fff, #eee);
	background-image: -ms-linear-gradient(top, #fff, #eee);
	background-image: -o-linear-gradient(top, #fff, #eee);
	background-image: linear-gradient(top, #fff, #eee);
	/* height: 330px; */
	width: 90%;
	margin: 40px 0 0 30px;
	padding: 30px;
	z-index: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	border: 1px solid rgba(0, 0, 0, 0.3);
	font-size: small;
}

/* END Rows (Mgl+Kontakte) bei Einladung zu Veranstaltung */