


/* start base.css*/
/* ================================================================== *
*  MITARBEITERINFORMATIONSPORTAL                                     *
*  --- CSS-Basis-Datei mit allen Grundstyles---						 *
*  Diese Datei enthaelt CSS-Anweisungen fuer das Grundgeruest        *
*  sowie default-Styles; Farben und Bilder werden 					 *
*  in den format_css-Dateien festgelegt					             *
*  DD 09/2009                                                        *
* ================================================================== *
*/

/************
 Grundlayout
*************
*/
:root {
	--wf-customnote-wrapper--background-color : #ffebeb;
	--wf-customnote-wrapper--text-color : #e01b24;
}

body {
	margin-bottom:0px; /* Verhindert Rollbalken */
}

.navigationHdDiv {
	padding-left:10px;
	padding-right:5px; /* in addition to padding of navigationHd */
}
#navigationScrollArea.navScroller-Element {
	_margin-left:-1px;
}

/* readonly modus */
body.no-modification .action-new,
body.no-modification .action-edit,
body.no-modification .action-delete,
body.no-modification .action-copy,
body.no-modification .action-clone,
body.no-modification .action-commitOrder,
body.no-modification .item-edit,
body.no-modification .item-save,
body.no-modification .item-publish,
body.no-modification .item-init,
body.no-modification .item-add,
body.no-modification .item-addcomment,
body.no-modification .item-new,
body.no-modification .item-delete,
body.no-modification .item-trash,
body.no-modification .editAction,
body.no-modification .deleteAction,
body.no-modification .mediaedit
{
    opacity:0 !important;
    pointer-events: none;
}
body.no-modification .mediaedit {
    height: 5px;
}

body.no-modification .button-forceexpiration,
body.no-modification #fbQuestionFormLayoutContainer,
body.no-modification #favoritenLink,
body.no-modification .customFavIcon
{
	display:none !important;
}


/* Haupt-Include-Div */
.ctrlInclude {
	padding-left:10px;
}

/* Rechte Spalte */

.rightcolumn {
	width: 152px;
	vertical-align:top;
	padding-right:3px;
}

.rightcolumnitem {
	width:145px;
	min-width:145px;
}

.rightcolumnitem td {
	vertical-align:top;
	padding:0px;
}

/************
 Allgemein
*************
*/


.para { /* Absatz mit Abstand unten */
	display:block;
	margin-bottom:10px;
}
.parapad { /* Absatz mit Abstand oben und unten */
	display:block;
	margin-top:10px;
	margin-bottom:10px;
}

.smallinfo {
	font-size:11px;
	color:#333333;
	background-color: #FFF0EE;
	border:1px solid #EEEEEE;
	display:block;
	margin-top:2px;
	padding-left:2px;
    line-height: 100%;
}

.small {
	font-size:11px;
}

.collapsedItem {
	display:none;
}
.expandedItem {
	display:block;
}

.todo-item a, .todo2-item a{
	color:black;
}

.todo-process-tasks tr td, .todo2-process-tasks tr td {
	padding-top:3px;
	padding-bottom:3px;
}

/* Imitiert einen Button */
.smallsubmit {
	padding:0px;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:1px;
	border-left:1px solid #EEEEEE;
	border-top:1px solid #EEEEEE;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	background-color:ThreeDFace;
	color: black !important;
	text-decoration:none;
	font-size:10px;
}

img.bullet {
	vertical-align:middle;
	margin-top:2px;
}
/* Code-Anzeige (z.b. HTML-Code) */

.code {
	display:block;
	margin:6px;
	background-color:white;
	font-family: 'Courier New',Courier, sans-serif;
	border:1px solid #CCCCCC;
	padding:2px;
	font-size:12px;
	max-height: 180px;
	overflow:auto;
}

.indent {
	margin-left: 10px;
}

/************
	Infoboxes
*************
*/
.errorbox,.infobox,.infobox_wide {
	z-index:1000;
}

.detailsbox {
	position:absolute;
	background-color: #fff;
	border: 1px solid #999;
	padding: 6px;
}

/************
 Formularfelder
 ************
 */
INPUT.smallSearch {
	height:16px;
	padding:1px;
	border:1px solid #CCCCCC;
	margin-bottom:2px;
	vertical-align:middle;
}

/* Checkboxes in selectManyCheckbox gerade ruecken*/
.checkAligner input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    margin-top:2px;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}
/* Sollte in den Themes ?berschreiben werden */
INPUT.required, TEXTAREA.required, SELECT.required,
INPUT[type=text].required {
	background-color: #FFEECC;
	cursor: default; /* Tooltipp kann besser gelesen werden */
}

/* Container fuer Speichern- und Abbrechen-Schalter */
.buttonContainer {
	padding: 5px;
	text-align:right;
}
/* Zeile f. Formularfeld*/
.formLine {
	padding:6px;
    display: flex;
    gap: 6px;
    align-items: center;
}
.formLine > input[type=checkbox] {
    margin: 0;
}

    /************
     Toolbars
     ************
     */
.reiterdiv div.rowButtonArea {
	margin:-3px;
	padding:2px;
	border-bottom:1px solid white;
}

/************
* js-Navigations-Scroller
 ************
*/
.navScroller {
	background-color: #CCCCCC;
	border: 1px solid gray;
	height: 10px;
	text-align:center;
	font-size: 5px;
}
.navScroller-Up {
	background-image:url(../images/navup.gif);
	background-position: center;
	background-repeat:no-repeat;
}
.navScroller-Down {
	background-image:url(../images/navdown.gif);
	background-position: center;
	background-repeat:no-repeat;
}
/*
.navToggler {
	background:#CCCCCC url(../images/navtoggle.gif);
	background-position: center center;
	background-repeat:no-repeat;
	width:5px;
	_width:6px;
	float:right;
	background-color: #CCCCCC;
	border: 1px solid gray;
	border-left: none;
	margin-left:4px;
	z-index:100000;
}
*/
.navScroller-Element {
     border-right:1px solid gray;
}

/************
	Debug
 ************
 */
div.devToolbar {
	padding:2px;
	background-color:#FFFFDD;
	position:absolute;
	top:20px;
	left:200px;
	color:black;
	border: 1px solid #CCCCCC;
	border-right-color: #AAAAAA;
	border-bottom-color: #AAAAAA;
}
div.devToolbar label {
	font-weight:bold;
	background-color:#FFFFDD;
	text-align:left;
}
div.devToolbar div{
 	background-color:#FFFFDD;
 }

/* Teaser-Kopf altes Design */
div.teaserHead {
	width: 95%;
}

/************
 Element-Styles default (werden meist uberschrieben)
*************
*/

div.teaserBullet {
	width:16px;
	float:left;
	height:1.3em;
}

img.teaserBullet {
	margin-left:5px;
	margin-top:3px;
}
td.teaserBullet,th.teaserBullet {
	width:16px;
	text-align:center;
}

/* Bullet-Image vor "[...] anzeigen..." */
img.teaserBulletRight {
	/* override me*/
}

.daycountFilter img.itemimg {
	padding-bottom:3px; /* Moz */
}

.positive {
	color:#00AA00;
	font-weight:bold;
}
.negative {
	color:#CC0000;
	font-weight:bold;
}

.wfrTable TD, .wfrTable TH {
	border:1px solid gray;
}

/* Workflow-Elemente */
#identityWorkflowContainer {
	width:65%;
}
#identityWorkflowContainer .identityInfoLine {
 	background-color: #E6E6E6;
	padding:1px 1px;
	border-bottom:1px solid white;
	display:flex;
	align-items:center;
	box-sizing: border-box;
  	max-width: 100%;
  	justify-content: space-between;

}
/**
	Anzahl Teilnehmer aus einer Gruppe/Rolle
*/
#identityWorkflowContainer .identityInfoLine > input.minattendees{
	width: 50px;
	padding:1px;
	align-self: flex-end;
	font-size:small;
	margin: 0px;
	max-height: 1.8em;
}
#identityWorkflowContainer .identityInfoLine > .identityName{
	flex-grow: 1;
	display:inline-flex;
	align-items:center;

}

.workflowContent {
	border:1px solid #ccc;
	min-width:500px;
    padding:0.5em;
}

/* Mitarbeiterverwaltung */
#listContainer A.identitylistitem,
#listContainer A.identitylistitem:VISITED,
#listContainer A.identitylistitemodd,
#listContainer A.identitylistitemodd:VISITED {
	padding:1px;
	display:block;
	color:black;
	text-decoration:none;
	width:100%;
	clear:both;
}

#listContainer A.identitylistitemodd,
#listContainer A.identitylistitemodd:VISITED {
	background-color: #EDEDED;
}

#listContainer A.identitylistitem:ACTIVE,
#listContainer A.identitylistitem:FOCUS,
#listContainer A.identitylistitemodd:ACTIVE,
A.identitylistitemodd:FOCUS {
	background-color:#CCCCFF !important;
}

.listContainerScroll {
	height:550px;
	width:640px;
	overflow:auto;
	border:1px solid #CCCCCC;
}

#chosenItemsContainer input[type=number]{
	display:none;
}
#chosenItemsContainer,.misExtendedView.overlay {
    min-width: 230px;
    min-height: 400px;
    margin-top:10px
}
#chosenItemsContainer >.mip_headline,.misExtendedView.overlay >.mip_headline {
    display: flex;
}

.chosenItemsView {
	background-color:white;
	height:605px;
	width:230px;
	overflow:auto;
	border:1px solid #CCCCCC;
	padding:4px;
}

.extendedView {
	background-color:white;
	position:absolute;
	width: 320px;
	height:372px;
	overflow:auto;
	left:450px;
	z-index:20;
	border:1px solid #CCCCCC;
	padding:4px;
}

#identitySubList OPTION {
	text-align:right;
}
.identitySearchAndList {
	clear:left;
	float:left;
	padding-left:1px;
	width: 640px;
	margin-bottom:5px;
}

.identityMetaTools {
	clear:both;
	margin-top:5px;
	border:1px solid gray;
	background-color:#EEEEEE;
	padding:2px;
	width:440px;
}

.toolbar {
	border:1px solid gray;
	background-color:#EEEEEE;
	padding:2px;
}

/* Bilder-Overlay zur Anzeige einer Inaktiven Funktionsbildschaltflaeche */
img.inactiveimg{
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.inactive {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

/* 50 Prozent Weite */
.widthFifty{
	width:50%;
}
/* 25 Prozent Weite */
.widthQuarter{
	width:25%;
}

/*
	Style fuer die Freigabehistorie
*/
.historyTable{
	font-size: 6pt;
	width:100%;
	border: 1px solid silver;
}
.historyTable-header{
	font-weight:bold;
	font-size: 9pt;
	background-color: #F3F3F3;
}
.historyTable-row{
	border: 1px solid silver;
}
.historyTable-row2{
	border: 1px solid silver;
	background-color: #F3F3F3;
}
.historyTable-shortened{
	white-space:normal;
}
.historyTable-fixed{
	white-space:nowrap;
}
.historyLegacy{
	white-space:pre;
	font-weight:bold;
	float:left;
	text-align: left;
	margin: 10px 0px 3px 0px;

}

/* Multimarkierungsfunktion: korrekter Cursor beim Hover */
.imghand{
       cursor: pointer;
}


/* Newsticker automatische Breite */

#tickertable {
	width:100%;
}
#pscroller2 {
	width:auto;
}

#tickertable td {
	width:95%;
	/* IE6 - 8 */
	padding-right:expression(this.nextSibling==null?'10px':'0');
	width: expression(this.previousSibling==null?'3%':'95%');
}

/* Mozilla */
#tickertable td:first-child {
	width:3% !important;
}
/*----- Start Layout PopUp-Box Tag Cloud / verwandte Dokumente ------------*/
.tag_1 {
	font-size: 8pt;
	color:#a5a5a5;
}
.tag_2 {
	font-size: 9pt;
	color:#999999;
}
.tag_3 {
	font-size: 10pt;
	color:#777777;
}
.tag_4 {
	font-size: 11pt;
	color:#000000;
}
.tag_5 {
	font-size: 12pt;
	color:#000000;
}
.tag_6 {
	font-size: 13pt;
	color:#000000;
}
.tag_7 {
	font-size: 14pt;
	color:#000000;
}
.tag_9 {
	font-size: 15pt;
	color:#000000;
}
.tag_9 {
	font-size: 16pt;
	color:#000000;
}
.tag_10 {
	font-size: 17pt;
	color:#000000;
}

.tabRelatedDocuments{
	clear:both;
	border:1px solid #B1AD9E;
}
/*----- Ende  Layout PopUp-Box Tag Cloud / verwandte Dokumente ------------*/

.multilock-date-updated {
	background-color: #EEEEEE;
	padding:1px;
	border:1px solid #CCCCCC;
	font-size:11px;
}

.multilock-infotrigger,
#multilock-info {
	display:block;
	position:absolute;
	border: 1px solid #AAAAAA;
	background-color:#FFFFCC;
	padding:3px;
	right:20px;
	min-width:200px;
	_width:200px;
	cursor:pointer;
}
#multilock-info {
	margin-top:25px;
	margin-right:-5px;
	min-width: 200px;
	min-height:100px;
	background-color:#CCCCCC;
	/*IE6:*/
	_width:200px;
	cursor:default;
}
#multilock-info h3 {
	margin:0 0 6px 0;
}
.multilock-info-label {
	float: left;
	clear: left;
	margin-right:10px;
}
.multilock-info-value {
	float:left;
}

/*-------------- SWF-Uploader -------------*/

.attachmentContainer .progressWrapper {
	width: 100%;
	overflow: hidden;
}

.attachmentContainer .progressWrapper .uploadOptions {
	float:right;
	border:1px solid #CCCCCC;
	background-color:white;
	padding:3px;
	margin-top:6px;
}

.attachmentContainer .progressWrapper .uploadOptions input {
	vertical-align:middle;
}
.attachmentContainer .progressWrapper .uploadOptions label {
	display:block;
	white-space:nowrap;
}

.attachmentContainer .progressContainer {
	margin:5px 0 5px 0;
	padding: 4px;
	border: solid 1px #CCCCCC;
	background-color: #F9F9F9;
	overflow: hidden;
	float:left;
	clear:left;
	width:96%;
}
/* Message */
.attachmentContainer .message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.attachmentContainer .red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.attachmentContainer .green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.attachmentContainer .blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.attachmentContainer .progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	float:left;
	margin-top:10px;
}

.attachmentContainer .progressBarInProgress,
.attachmentContainer .progressBarComplete,
.attachmentContainer .progressBarError {
	font-size: 0;
	width: 0%;
	height: 7px;
	background-color: blue;
	margin-top: -2px;
	position:relative;
}

.attachmentContainer .progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.attachmentContainer .progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.attachmentContainer .progressBarStatus {
	margin-top: 2px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
	float:left;
	clear:left;
}

.attachmentContainer a.progressCancel {
	font-size: 0;
	height: 16px;
	width: 16px;
	background-image: url(../image/cancel.png);
	background-repeat: no-repeat;
	float:right;
	background-size: 100%;
}
/**
 * Anh?nge-Liste
 */
.attachmentTableContainer {
	height:310px;
	overflow:auto;
}


/* -- SWFUpload Object Styles ------------------------------- */
.attachmentContainer .swfupload {
	vertical-align: top;
}

#swfButtonContainer {
	padding:2px;
	border-left:1px outset #DFDFDF;
	border-top:1px outset #DFDFDF;
	border-right:1px outset #999999;
	border-bottom:1px outset #999999;
	background-color:ThreeDFace;
}

.swfMozillaFix {
	position : absolute;
	top : 136px;
	left:20px;
	visibility:hidden;
}

/* Notes Twisties */

div.twistie {
	margin: 0px 0px;
}

/* Markierung fuer Twisties  */
div.sExpand {
	display:block;

}
div.sCollapse {
	display:none;

}

/*  Markierung fuer Twisties */


/* -- IBO Diagramm-Dialog ------------------------------------*/

#iboListDiv img {
	display:none;
}
#iboListDiv div.iboAttachmentEntry {
	margin: 2px 0 3px 0;
	padding:2px;
	border:1px solid #CCCCCCC;
	background-color:white;
	cursor:pointer !important;
}
#iboListDiv div.iboAttachmentEntry.chosen {
	background-color:#DDDDDD;
	border:1px solid #333333 !important;
}

/* -- Editor Icons -------------------------------------*/
.editimg,.deleteimg,.updownimg,.sortimg,.infoimg {
	/* Edit-,Sortier- und L?schbilder */
	margin-left: 3px;
	margin-right: 3px;
	cursor: pointer;
	vertical-align: middle;
	max-width: none;
}
.documentListIcon img{
	max-width: none;
}

/* -- CKEditor maximiert -------------------------------------*/
.diveditarea .cke_editor {
	 /* Wegen BUG 2744 auskommentiert */
	height: 100% !important;
}
.diveditarea .cke_editor td {
	height: 10%;
}

.diveditarea .cke_editor td.cke_bottom {
	height:auto;
	max-height: 10%;
}
.diveditarea .cke_editor td.cke_contents {
	height: 90% !important;
}

/* -- Message boxes ------------------------------------------*/
#messagetagbottom {
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	padding:2px;
}

/* ====== media ====== */
.commentArea{
	/*
		margin-right: 152px;
	overflow:hidden;
	_overflow:visible;
	zoom:1;
	*/
	width:80%;
}
.commentArea .commentlink{
	font-size: 8pt;
}

.commentAttachmentPanel>table .grey-row td {
	background-color: #fff;
	padding:6px;
	min-width: 100px;
}

.media {
	margin:10px;
	padding:5px;
	border: 1px solid silver;
	border-radius: 3px 3px 3px 3px;
}

.media .commentAttachmentView {
	clear: left;
	margin: 3px 0;
	padding: 1px 0;
}
.media .commentAttachmentView a {
	display: inline-block;
	padding: 3px;
}
	.media, .bd {
		overflow:hidden;
		_overflow:visible;
		zoom:1;
		background-color: #eeeeee;
	}


	/* Ersteller des Kommentares */
		.media, .bd .userInfo{
			font-size: 10px;
		}
		.media, .bd .commentText{
			font-size: 12px;
			min-height: 70px;
			height:auto;
			_height:70px; /*IE*/
			margin-bottom:5px;
		}

	/*Link und Bild zum Ersteller*/
	.media .img {
		float:left; margin-right: 10px;
	}
	.media .img img{
		display:block;
		height:80px;
		border: 1px solid silver;
	}

.media .bd img.delcmt {
	cursor: pointer;
	margin-top:-5px;
}
.media .bd .hidden{
	display:none;
}
.media, .bd .visible {
	display:block;
}

.media .imgExt{
	float:right; margin-left: 10px;
}

.replies .media, .replies .media .bd {
	background-color:#ddd;
}

.replies.subreplies .media, .replies.subreplies .media .bd {
	background-color:#eee;
}

/* inder Freigabe keine Kommentar oder die den Editor Footer anzeigen */
#docContentContainer .commentArea, #docContentContainer .editor-footer, #docContentContainer #likesContentContainer, #docContentContainer .editor-header{
	display:none;
}
/* ====== media edit - Eingabefeld fuer Kommentare ====== */

.mediaedit{
	background-color:#eeeeee;
	margin:10px;
	padding:5px;
	vertical-align: top;
    margin-left: 0;
}
	/* Textarea */
	.mediaedit .commentbox {
		border: 1px solid silver;
		width:90%;
		float:left;
	}
	.mediaedit .button {
		margin:0px;
		margin-right: 10px;
		width:7%;
		float:right;
		padding:3px;
	}

	/* Beispieltext in der TextArea */
	.mediaedit .fresh{
		color:#dddddd;
	}

	/* Normaltext in der TextArea */
	.mediaedit .activeEdit{
		color:black;
	}
/*
	Liste mit den Block Themen
*/
.microblog {
	float:left;
	width:100%;
	display:block;
}
.microblog .head{
	margin-left: 10px;
	margin-top: 10px;
	font-weight:bold;
	font-size: 12px;
}
.microblog .description{
	margin-left: 10px;
	margin-top: 10px;
	/*font-weight:bold;*/
	font-size: 12px;
}
.microblog .microblogtopic{
	border-top:1px solid #ddd;
	/*margin-top:5px;*/
	padding-top:5px;
	padding-bottom:5px;
	display:block;
}
.microblog .mark{
	background-color:#eeeeee;
}
.microblog .microblogtopic a{
	/*float:left;*/
	display:block;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
.microblog .microblogmember {
	float:left;
	font-weight:bold;
}
.microblog .microbloglist {
	margin-left: 10px;
	float:left;
	display:block;
	width:99%;
	margin-right:10px;
}

/* ===  === */
	.fresh{
		color: darkgrey;
	}

	/* Normaltext in der TextArea */
	.activeEdit{
		color:black;
	}

.microbloglist .creationInfo, .microbloglist .memberInfo{
	font-size: 8pt;
}
.microbloglist .itemimg{
	float:left;
	margin-right:5px;
}
/*  === IBO Chart Embed Style ===

Sonst zerfallen die Diagramme
*/
div.linkList {
	width:700px;
	padding: 2px; /* Wegen BUG 2811 */
}

video, .videoTag {
	background: #F3F3F3 url(../images/video_48.png) center center no-repeat;
	min-width:200px;
	min-height: 150px;
	display: inline-block;
	cursor: pointer;
}

/*
 * Style fuer den Platzhalter childDocumentList[1,2]
 */
#childDocuments{
	width:60%;
}
#childDocuments .childDocument{
}
#childDocuments .childDocument .childDocumentTitle{
	font-weight:bold;
}
#childDocuments .childDocument .childDocumentTitle .docTypeImg{
	display:none;
}
#childDocuments .childDocument .childDocumentShortDescription{
	margin:5px;
}
#childDocuments .childDocument .childDocumentMoreLink{
	float:right;
}


/*
 * TreeNodes in der Kategorieauswahl stylen
 *
 * categorySelect(Single).jsp
 *
 * haben jeweils eine umgebende Klasse
 *
 * categorySelect(Single)Container
 *
 * dies kann verwendet werden um Mehr-/Einfachkategorieauswahl getrennt zu steuern
 *   float:left;height:350px;width:460px;overflow:auto;border:1px solid #CCCCCC;
 */
.folderNoWrite, .folderLink{
	color:darkgray;
}
.folderWrite{

}

input[readonly="readonly"]
{
    background-color:silver;
}

/* Status Style vom span in WebitemTitle
	.wis_inworkflow,  im Workflow
	.wis_outofworkflow, Workflow abgebrochen
	.wis_rejected, abgelehnter Workflow
	.wis_draft, Entwurf
	.wis_expired, abgelaufen vom Flag
	.wis_dateexpired, abgelaufen vom Datum
	.wis_datenew : noch nicht gueltig
*/
span.wis_inworkflow,
span.wis_outofworkflow,
span.wis_expired,
span.wis_rejected,
span.wis_draft,
span.wis_dateexpired,
span.wis_datenew{
	color: orange;
	font-style:italic;
	padding-left:5px;
}
.adminMap {
	padding:5px;
	margin-top:20px;
	border: #cccccc 1px solid;
	width:100%;
	vertical-align:top;
}

.adminMap h3 {
	font-size: 14px;
	margin: 8px 0;
}

#addmetadatenreiter td {
	vertical-align:top;
}
#addmetadatenreiter td>span {
	display:inline-block;
	padding-top:4px;
}


/**
 * Korrekturen f?r Komaptibilitaet mit dem foundation-Layout
 *
 */

.leserechtinfo {
	height:400px;
	overflow:auto;
	padding:3px;
	float:left;
	width:250px;
}

 .headNaviBox {
 	display: inline;
 }

 #genericTableContent {
 	width:98%;
	padding-right:10px;
 }
.filterContainer {
	margin-bottom:15px;
	margin-left:6px;
}
.daycountFilters {
	margin-bottom:15px;
	margin-left:6px;
}

.foundation-only {
	display:none;
}

.popupContainer .fixedDocHeader {
	margin-left: -11px;
	width:100%;
	padding:0 8px;
	position:fixed;
	top:0px;
	border-bottom:1px solid #E6E6E6;
	background-color: #f9f9f9;
}
.popupContainer .fixedDocHeader .mipPageHeading {
	margin-top:10px; /* hmmm */
}


td.attachmentCheckboxColumn{
	width: 20px;
}
/* IFrame-Popup */

#ifrPopup {
    position: absolute;
    background-color: rgba(0,0,0,0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4c000000', endColorstr='#4c000000');
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    z-index:1;
    min-height:1000px;
}
#ifrPopup iframe {
    width: 80%;
    height: 80%;
    margin: 0% 10% 0% 10%;
    border: 1px solid #DDDDDD;
    background-color: white;
}
#ifrPopup .xcloser {
    background:url(../images/closeButton.gif) center center no-repeat;
    display:block;
    float:right;
    margin-top: 1.5%;
    margin-right: 9%;
    width: 32px;
    height: 32px;
}

.filterSearchArea {
    background-color: white !important;
 padding-left: 7px!important;
 font-weight: bold !important;
}

/** Profil neu **/


#profileFieldsetOutline,
#profileEditOutline {
	width: 80%;
	max-width: 1200px;
}

#profileFieldsetOutline legend {
	font-size: 16px;
	color: black;
}

#profileFieldsetOutline fieldset legend {
	font-size: 14px;
}

#profileWrapper fieldset {
	margin-bottom: 10px;
	position: relative;
}

#profileWrapper fieldset legend {
	_margin-bottom: 8px; /* ie8 */
}

#profileWrapper td {
	vertical-align:top;
	padding:0;
}


#profileWrapper fieldset#profileFieldsetContact {
	max-width: 63%;
	height: 190px;
	_float:left; /* ie8 */
	_width: 68%;	 /* ie8 */
}

#profileWrapper fieldset#profileFieldsetImage {
	float:right;
	clear:none;
	width: 30%;
	height:190px;
	text-align: center;
}
#profileWrapper fieldset#profileFieldsetImage legend {
	_margin-bottom: 0px; /* ie8 */
}


#profileFieldsetImage img {
	max-height: 150px;
}

.profileCellCaption {
	width: 140px;
	display: block;
}

.profileCellValue {
	/*width: 50px;*/
	min-width: 110px;
	display:block;
}

.profileColumnSub {
	float:left;
	margin-top:-2px;
}

.profileEditButton {
	clear: left;
}
#profilepictureEdit {
    max-width: 60px;
    max-height: 60px;
    margin:0.25rem 0.5rem
}

/* Profil neu Ende */


#ibo-complete-info-container {
    padding: 10px;
}

#ibo-complete-info-container > div {
}

.ibo-active{
	display:block;
}

.ibo-hidden{
	display:none;
}


/* Folgeplan Tab*/
#ibo-complete-info .ibo-active-tab,
#ibo-rotate-tab {
	background-color: red;
}
/* Geblockter Text Tab*/
#ibo-complete-info .ibo-inactive-tab{
	background-color: silver;
}

#ibo-complete-info .ibo-tab,
#ibo-rotate-tab {
	cursor: pointer;
}
/* Tableiste */
#ibobreadcrumb {
	padding: 3px;
	margin-bottom:8px;
}

.ibo-rotate-container {

}

/*
Im Rotate Container keinen IBO Header anzeigen
*/
.ibo-rotate-container .titlearea{
	display:none;

}

/* Tabs */
#ibobreadcrumb span{
	padding: 3px;
}

.dataTables_info_and_page {
	min-width:700px; /* 500 is zu wenig */
	padding: 10px 0;
}

.dataTables_multiFilters input,
.dataTables_multiFilters select {
	position: absolute;
}

.dataTables_multiFilters {
	clear: left;
	height:25px;
}

.dataTables_multiFilters .hidden {
	display: none !important;
}

.multiFilters_reset {
	cursor:pointer;
	width:24px;
	height:24px;
	padding:3px;
	background-repeat:no-repeat;
	background-position:center center;
	border-radius: 3px;
	border:1px solid #DDDDDD;
}

/* Geburtstagsteaser */
#anniversaryTeaser .reiterdiv {
	min-height: 30px;
}

#anniversaryTeaser.tabcontainer {
	min-height: 50px;
}
#anniversaryTeaser .identityLine {
	padding: 3px 0;
}

.containerTabelleTeaser .anniversaryName {
	display:inline-block;
	min-width: 130px;
}

.containerTabelleTeaser #anniversaryTeaser {
	min-width: 280px;
}
/*
Beispielcode Geburtstagsteaser aktuelle Eintr?ge heute
#anniversaryTeaser .today,
#anniversaryTeaser .today a {
	font-weight:bold;
	color:#c55;
}*/

A.miplink.details  {
	background-image: url(../image/details.gif);
	background-repeat: no-repeat;
	padding-left:16px;
	margin-left: 6px;
}

/**
 Dokumentenlinks inline einf?gen
 */
.ckeditor-attachments a {
	cursor: pointer !important;
}
.docLinks>img, /* Anzeige im Content */
.ckeditor-attachments a>img {
	vertical-align: middle;
	margin-right:6px;
}

/** Navigation 411 **/

#divDesNavigationLeft {
     position: absolute;
     width:200px;
     height:100%;
     min-height:100%;
}

#messagetag.popover {
	position: fixed;
	top: 200px;
	left:100px;
    z-index:2000;
}

/*
 Bulk Action Bullets
*/
div.teaserBullet.marker input{
	display:none;
}
div.teaserBullet.marker img{
	display:block;
	width: initial;
	height: initial;
}

div.teaserBullet.marker.active2 input{
	display:block;
}
div.teaserBullet.marker.active2 img{
	display:none;
}
div.teaserBullet.marker.active2{
	padding: 0px;
}

/*
div.teaserBullet.marker img{
	display:block;
}
div.teaserBullet.marker.checkbox input{
	position:absolute;
	top: initial !important;
}

div.teaserBullet.marker.checkbox img {
	display:none;
}

div.teaserBullet.marker input{
	position:absolute;
	top: -10000px;
}
*/



.bulk-panel.bottom .menu, .bulk-action.menu {
	visibility:visible;
}
.bulk-panel.bottom .menu.hidden, .bulk-action.menu.hidden{
	visibility:hidden;
}


.bulk-action.menu{
	position:absolute;
	background-color:white;
	border: 1px solid silver;
	padding:5px;
}

.daycountfilter-hint{
	display:none;
}

table.kundensegmente th.caption{
	text-align:left;
	font-weight: bold;
	padding-bottom: 12px;
}
/*
 	Kategorie kopieren
*/
table.option-grid tr td {
	vertical-align: top;
}

table.option-grid tr.even td {

}

table.option-grid tr.even td{
	background-color: #EDEDED;
}

/*
 Styles fuer das Schwarzebrett mit Namespace
*/

/* Metainfo- Spalte */
div.blackboardListTopic td.tablecolInfo {
	border: #bfbfbf 1px solid;
	vertical-align:top;
	margin-left:0px;
	padding:2px;
}

/*Multimarkierung*/
div.blackboardListTopic td.tablecolBorder0 {
	border: #bfbfbf 1px solid;
	vertical-align:top;
	margin-left:0px;
	padding:2px;
	width:2%;
	min-width:10px;
}
/*NEU*/
div.blackboardListTopic td.tablecolBorder1 {
	border: #bfbfbf 1px solid;
	vertical-align:top;
	margin-left:0px;
	padding:2px;
	width:5%;
	min-width:30px;
}
/*THEMA- Spalte*/
div.blackboardListTopic td.tablecolBorder2 {
	border: #bfbfbf 1px solid;
	vertical-align:top;
	margin-left:0px;
	padding:2px;
	width:38%;
}
/*KURZBESCHREIBUNG- Spalte*/
div.blackboardListTopic td.tablecolBorder3 {
	border: #bfbfbf 1px solid;
	vertical-align:top;
	margin-left:0px;
	padding:2px;
	width:45%;
}
/*VEROEFFENTLICHT- Spalte*/
div.blackboardListTopic td.tablecolBorder4 {
	border: #bfbfbf 1px solid;
	vertical-align:top;
	margin-left:0px;
	padding:2px;
	width:10%;
}

/*Symbol- Spalte*/
div.blackboardListTopic td.tablecolBorder5 {
	border: #bfbfbf 1px solid;
	vertical-align:top;
	margin-left:0px;
	padding:2px;
	width:20%;
}

/*
	panelGrid mit unter panelgrids. Die die inneren
	panelGrids sollen oben ausgerichtet sein
*/
.panelGrid-columns-top {
	vertical-align:top;
}


/*
maincontainer.jsp
die einzelnen Eintraege im Container
*/
.containerTabelle div.containerEntry{
	padding-left: 20px;
}
.containerTabelle div.containerEntry .published{

}

.hide-checkbox input[type=checkbox] {
	display:none;
}


/* Deckblatt Style - Start */
div.deckblatt table.header{
	color:navy;
	font-size:16px;
	padding:5px;
	margin-bottom:20px;
}
div.deckblatt div.titel{
	color:navy;
	font-size:18px;
	padding-bottom:8px;
}


div.deckblatt div.instituteInfo{
	border: 1px solid #D8D8D8;
	border-radius: 5px;
	width: 900px;
	font-size:16px;
	padding-bottom:8px;
}

div.deckblatt .changeComment {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.deckblatt .container{
	margin-top: 6px;
	margin-bottom: 6px;
}

div.deckblatt .processClassification {
	margin-bottom: 10px;
}

div.deckblatt .process-list-container div:first-child{
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}


table.deckblatt-prozess-tabelle {
	border-radius: 5px;
  width: 900px;
	/*background-color:#f8f8f8;*/
	border: 1px solid #D8D8D8;

	margin-top: 10px;
	margin-bottom: 10px;
}

table.deckblatt-prozess-tabelle tr:first-child td:first-child{
 	border-top-left-radius: 5px;
}

table.deckblatt-prozess-tabelle tr:first-child td:last-child{
	border-top-right-radius: 5px;
}

table.deckblatt-prozess-tabelle tr:last-child td:first-child{
 	border-bottom-left-radius: 5px;
}

table.deckblatt-prozess-tabelle tr:last-child td:last-child{
 	border-bottom-right-radius: 5px;
}


/* Deckblatt Style - ENDE */

@media print {
	.ibo-rotate-container .titlearea, .ibo-active, .ibo-hidden {
		display:block;
	}

	.no-print {
		display:none !important;
	}

}

.required:after {content:"*";color:red;}

.sri-change:before{
	content: " ! ";
	color: red;
    font-weight: bold;
}

/*
	reaktiviert. Wird in den Adminlisten meist verwendet
*/
td.tablecolBorderNowrap {
	margin-left:0px;
	padding:2px;
	white-space:nowrap;
	vertical-align:top;
}

.linked-category-path a:not(:first-child) {
	margin-left: 5px;
	padding-left: 3px;
}
.linked-category-path a:not(:first-child):before{
   content: "\007C\00a0\00a0";

}

/* Trashbin / Loeschverzeichnis */

#editorTashbinTable tr.odd td,
#editorTashbinTable tr.even td{
	white-space:nowrap;
}
#editorTashbinTable_wrapper .multiFilters_reset{
	right: 0px;
}
#editorTashbinTable_wrapper .dataTables_multiFilters {

    padding-top: 0px;
    padding-bottom: 0px;
}

#editorTashbinTable_wrapper .dataTables_multiFilters input,
#editorTashbinTable_wrapper .dataTables_multiFilters select {
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.editor-trashbin.tableContainer{
	margin-top:5px;
}
/*END Trashbin / Loeschverzeichnis */


/* Druckansicht des Metainfo-Popup optimiert */
@media print {
	#documentMetainfoHead {
		position:static;
		display:inline;
	}
	.metainfoBlock {
		display:inline;
	}
	#documentMetainfoForm {
		margin-top:0 !important;
	}
}

/*
*/
.attributeNames.sCollapse {
    overflow-y: auto;
    display: inline-block;
    height: 1.3em;
    cursor: pointer;
}
.attributeNames.sExpand {
    overflow-y: none;
    display: inline-block;
    height: 1.0em;
    cursor: pointer;
}
.attributeNames.sCollapse:before {
	content: '[+] '
}
.attributeNames.sExpand:before {
	content: '[-] '
}

/**
Workfow Infobox
*/
.wf-customnote-wrapper {
   display: flex;
   flex-direction: column;
   padding: 10px;
   border: 2px solid var(--wf-customnote-wrapper--text-color);
   background-color: var(--wf-customnote-wrapper--background-color);
   width: 92%;
}
.wf-customnote-wrapper .x-header {
   font-size: 1.3rem;
   font-weight: bold;
}
.wf-customnote-wrapper .x-content {
	font-size: 1.3rem;
	line-height: 130%;
	margin-top: 5px;
}
.wf-customheader div {
	color: var(--wf-customnote-wrapper--text-color);
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 1.5rem;
}

/*TODOLISTe*/
.resubmission-refresh-link  {
	cursor:pointer;
}

.fbrssfeed-container {
            display: flex;
            flex-direction: column;
            gap: 15px;
}
.fbrssfeed-item {
    display: flex;
    align-items: flex-start;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    gap: 15px;
}
.fbrssfeed-item img {
    max-width: 120px;
    height: auto;
    border-radius: 5px;
    flex-shrink: 0;
}
.fbrssfeed-item-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.fbrssfeed-item a {
    font-size: 1.2em;
    font-weight: bold;

    text-decoration: none;
}
.fbrssfeed-item a:hover {
    text-decoration: underline;
}
.fbrssfeed-item p {
    margin: 5px 0;
    color: #333;
}
.fbrssfeed-item time {
    color: #666;
    font-size: 0.9em;
}

.readonly-message-container {
  border: 2px solid red;
  color: red;
  font-weight: bolder;
  padding: 5px;
  font-size: large;
}

/**
	Konfigurationsseite InfoClass
*/
.infoclass-config {
	background-color: powerblue;
}
.infoclass-config fieldset{
	width: 1024px;
}
.infoclass-config fieldset span.light-label{
	text-align: right;
	display: block;
}
.infoclass-config fieldset .formTable{
	width: 1020px;
	background-color: powerblue;
}
.infoclass-config input {
	min-width: 200px;
	width: 680px !important;
}

/*
Steuerelement mit Label
*/
#infoclassCntAndLabel > * {
    display: inline-block;
}
/* end base.css*/
/* start format.css*/

/* end format.css*/
/* start design.css
< jsp:include page="modern/css/design_css.jsp" flush="true" / >
 end design.css*/
/* start custom.css*/

	/*
Fuegen Sie hier Ihre individuellen CSS-Klassen ein; die 
Deklaration erfolgt unterhalb der CSS-Vorgaben des Themes.

Die Vorgaben werden nach den Kaskadierregeln des CSS
ueberschrieben. Um ein Ueberschreiben zu erzwingen verwenden Sie bitte
die Anweisung !important

Bsp.:

Newsticker vergroessern:

#pscroller2 a {
	font-size:20px !important;
}

*/

#pscroller2  {
        width: 600px !important;
        height:29px !important;

}


.tdDesNavigationLeftLevel0 {
	background-color: #CADBEF !important;
	padding-left: 12px !important;
/*	background-image: url(/mip4/theme/white_grey/images/nc.gif) !important;*/
	background-repeat: no-repeat !important;
	background-position: 3px 8px !important;
}

.tdDesNavigationLeftLevel0F2 {
	background-color: #CADBEF !important;
	padding-left: 12px !important;
/*	background-image: url(/mip4/theme/white_grey/images/no.gif) !important;*/
	background-repeat: no-repeat !important;
	background-position: 3px 8px !important;
}

.tdDesNavigationLeftLevel0 A, .tdDesNavigationLeftLevel0F2 A, .tdDesNavigationLeftLevel1F2 A, .tdDesNavigationLeftLevel2F2 A {
	color: #181975 !important;
}

.tdDesNavigationLeftLevel1 A, .tdDesNavigationLeftLevel2 A {
	color: #383838 !important;
	font-weight: normal !important;
}



.divDesHdNavigationTop {
	background-color: #E9E9E9 !important;
}

.divDesHdNavigationTopBlank  {
	background-color: #E9E9E9 !important;
}
table.tableDesNavigationLeft {
	top: 0px !important;
}



.aDesNavigationTopCustom {
	font-weight: normal !important;
	border-color: white !important;
}
.mipPageHeading {
	color: #112049 !important;
}
.tdDesNavigationLeftLevel1, .tdDesNavigationLeftLevel1F2 {
	background-color: #D9E7F4 !important;
	background-image: none !important;
}

.tdDesNavigationLeftLevel2, .tdDesNavigationLeftLevel2F2 {
	background-color: #EBF2FA !important;
	background-image: none !important;
}

.tdDesNavigationLeftMainInactive, .tdDesNavigationLeftMainActive {
	background-color: #CADBEF !important;
	background-image: none !important;
	padding-left: 10px !important;
}

.login-column-head {
	background-color: #CADBEF !important;
	color: black !important;
	
}
/* Newsticker */
#pscroller2 {
	padding:1px;
	height:27px;
	width:600px;
}

/* [+Archiv] Link */
div.mipPageHeading a.mipLink {
	color: #0000EE !important;	
}


.divDesTopUser .buttonLogout_nordlb a{
        color: red;
        font-weight:bold;

}
/* in suche aufnehmen ausblenen */
#con_integratesearch{
    display:none;
}

/* neue Styles 
 *
 * Sparkassen Teaser Platzhalter pimpen
 *
 * 41 ist die TeaserId
 */ 
.teaser-72 th .mipLink.teaserTitle{
    color: #D27748;
}
.containerTabelleTeaser.teaser-72 td a.mipLink, .containerTabelleTeaser.teaser-72 td hr, .containerTabelleTeaser.teaser-72 td img.itemimg {
   display:none;
}
        


/* end custom.css*/