/** 
 *  Diese Datei wurde initial vom HIS Web-Setup-Assistenten erzeugt.
 *  Sie können diese Datei auch weiter für Ihre eigenen Ein-
 *  stellungen nutzen. Diese Datei wird nur durch ein erneutes Aus-
 *  führen des Web-Setup-Assistenten überschrieben.
 *  Nehmen Sie Änderungen niemals in der ausgelieferten Original-
 *  datei vor. Nutzen Sie immer ein Spezialmodul, bspw. dieses! 
 */ 

/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* root Variablen */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
:root {
	/* Farben UoC */
	--uocBlau1: #32475B;
	--uocBlau2: #3E566C;
	--uocWeiss: #fff;
	--uocHintergrund: #bdccdb;
	--uocHoverBlau: #002c37;
	--uocGrau: #DBDBDB;
	
	/* Schriftart ist identisch zu HIS-RES-Auslieferungszustand */
	--font: "Open Sans", arial, Helvetica,sans-serif;
	
	/* Grundlegende Farben */
	--basicFontColor: var(--uocBlau1);
	--accentFontColor: var(--uocBlau1); 
	--backgroundColor1: var(--uocBlau1); 
	--backgroundColor3: var(--uocHintergrund); 	/* EMF 20.10.2025 */
	--backgroundColor6: var(--uocBlau1); 
	--backgroundColor7: var(--uocBlau2); 
	/* --backgroundColor8: var(--uocBlau1);  */
	--backgroundColor9: var(--uocHintergrund); 
	--backgroundColor14: var(--uocBlau1); 
    --backgroundColor44: var(--uocBlau1); 
	/* Footer-Hintergrundfarbe der Links */
	--headerFooterBG: var(--uocBlau1);
	
	/* Hintergrundfarbe - Header, Footer, Rollenauswahl, Sprachauswahl und Tabellenzeile in Tabelle */
	/* --headerFooterBG: solid var(--uocBlau1); */
	
	--highlightBackgroundColor: #8ca6c0;
	
	--borderTile: 10px solid var(--uocBlau1);
	--borderDisabled: 1px solid var(--uocGrau);
}

/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* Entwicklung vereinfachen */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* Leiste mit u.a. Data-Dictionary-Fkt im Cust-Modus */
.debugJsf {
	background-color: #cecece !important;
}
#modusPanel {
	background-color: #cecece !important;
}
.wrapper{
	border: #cecece !important;
} 

/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* Header und Footer */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
#logoAndServicesHeader.gridWrap, .gridWrap {
	background: var(--uocBlau1);
}

/* ---------------------------------------------------- */
/* Logo Größe */
/* ---------------------------------------------------- */
.logoLink img {
	height: auto;
	width: 12.5em;
}

/* ---------------------------------------------------- */
/* Icons im Header weiss schalten */
/* ---------------------------------------------------- */
#logoAndServicesHeader button:before,
#logoAndServicesHeader a:before,
#logoAndServicesHeader span:before
{
	color: var(--uocWeiss);
}

#sessionCounter {
	color: var(--uocWeiss);
}

/* ---------------------------------------------------- */
/* Elemente im Footer weiss schalten */
/* ---------------------------------------------------- */
/* HIS-Logo */
/* #widgetRender\:13\:product_logo::before */
.iconfont-Logo-HISinOne1:before {
	color: var(--uocWeiss) !important;
}
/* Links im Footer */
#linklist_DragID .sLink {
	color: var(--uocWeiss);
}
/* Powered by CRIS.NRW */
#gridElement_20 {
	color: var(--uocWeiss);
}

/* Trennzeichen zwischen Impressum-Links einfärben */
.iconfont-hyphen_height_16.hyphen::before {
	color: var(--uocWeiss);
}

/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* Buttons */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */

/* ---------------------------------------------------- */
/* Buttons auf Startseite zu zuletzt verwendeten Fkten */
/* ---------------------------------------------------- */
.lastCalledItem {
	background-color: var(--uocBlau1) !important;
}
ul.lastCalledFunctionsPortletItemsList a:hover .lastCalledItem,
ul.lastCalledFunctionsPortletItemsList a:active .lastCalledItem,
ul.lastCalledFunctionsPortletItemsList a:focus .lastCalledItem {
	background-color: var(--uocBlau1) !important;
}

/* ---------------------------------------------------- */
/* Einzelne Buttons einfaerben */
/* ---------------------------------------------------- */
/* Delete-Icon */
.iconfont-delete:before {
	color: var(--uocBlau1) !important;
}

button.submit_image_text span {
	font: inherit;
}

button.submit_highlighted span {
	color:var(--uocWeiss);ad
}


/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* Tabellen-Verhalten  */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */

/* ---------------------------------------------------- */
/* Tabellen-Verhalten in Campus */
/* ---------------------------------------------------- */
.listRowEven:hover, .listRowOdd:hover {
	background-color: var(--uocHintergrund) !important;
	/* color: var(--uocWeiss); */
}
.listRowEven:hover button,
.listRowOdd:hover button {
	background-color: var(--uocHintergrund);
	/* color: var(--uocWeiss); */
}

/* Tabellen-Header */
.tableWithBorder th {
	background-color: var(--uocBlau1);
}
.tableHeader a {
	color: var(--uocWeiss);	
}
.tableHeader h3 {
	color:var(--uocWeiss);
}

.table thead {
	color: var(--uocWeiss);
}

/* ---------------------------------------------------- */
/* Tabellen-Verhalten in RES */
/* ---------------------------------------------------- */
.p-datatable .p-datatable-thead>tr>th {
	color: var(--uocWeiss);
}

/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* Input-Felder */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */

/* Kalender Icon größe an Textfeld anpassen Drittmittelprojekte suchen*/
.slInputWrap>.calendarWidth40 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
	margin: 0;
}

/* ---------------------------------------------------- */
/* Schlagwörter */
/* ---------------------------------------------------- */
/*Blauer Rahmen bei "Schlagwörter" entfernt, Farben für focus den anderen Feldern angepasst, Groesse des Feldes angepasst*/
.p-chips .p-chips-multiple-container:not(.p-disabled).p-focus {
    box-shadow: var(--highlightShadow);
    border: var(--borderColor3)!important;
    outline: none;
	transition: var(--highlightTransition);
}

.p-chips {
	width: 100%;
}

.p-chips .p-chips-multiple-container .p-chips-input-token {
    padding: 0;
}

.p-chips .p-chips-multiple-container {
	padding: 0.5rem ;    /*	 erweitert Eva Frechen 20.10.2025, weil sonst das Schlagwörterfeld zu klein wird.*/
	width: 100%;
}

/* ---------------------------------------------------- */
/* Read-Only und Disabled Felder Hintergrund */
/* ---------------------------------------------------- */
input[disabled="disabled"], select[disabled="disabled"], textarea[disabled="disabled"], input[disabled=""], select[disabled=""], textarea[disabled=""], input[readonly="readonly"], select[readonly="readonly"], textarea[readonly="readonly"], .input_readonly, .input_readonly.input_date, .ui-selectonemenu.ui-state-default.input_readonly, .ui-selectonemenu.ui-state-default.input_readonly label {
	background-color: var(--uocHintergrund) !important;
	border: var(--borderDisabled);
}

input[disabled], input[disabled]:hover, input[readonly], input[readonly]:hover {
	background-color: var(--uocHintergrund);
	border: var(--borderDisabled);
}

/* ---------------------------------------------------- */
/* Eingabefelder auch bei Dropdown und Datum wie andere */
/* ---------------------------------------------------- Ausgeblendet EMF 20.10.2025 - macht Erfassungsfelder unsichtbar
.p-autocomplete-input {
	border: var(--borderColor3);
}

.p-inputtext {
	border: var(--borderColor3);
}
*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*Quicklinks Startseite*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/

/* Überschrift der Quicklinks */
.tilesmenu_title {
	font-size: 1em;
	word-break: break-word;
	font-weight: 400;
	color: var(--uocBlau1);
}

/* Rahmen der Quicklinks */
.tileLink {
	border-color: var(--uocGrau);
	/* border: 2px solid; */
	background: var(--uocWeiss);
	/* color: var(--uocBlau1); */
    border-top: 10px solid var(--uocBlau1);
}

/* Gesamten Quicklink-Kasten ausfüllen */
.tileLink.tile_one::after ,
.tileLink.tile_two::after ,
.tileLink.tile_three::after,
.tileLink.tile_four::after,
.tileLink.tile_five::after ,
.tileLink.tile_six::after {
	background: none;
}

/*-----------------------------------------------------*/
/* Bild Startseite */
/*-----------------------------------------------------*/
img {
	width: 100%;
	height: auto;
}

/*-----------------------------------------------------*/
/* Hover- und Focus-Funktion Quicklink */
/*-----------------------------------------------------*/
/* Hover- und Focus-Action Quicklink-Kasten */
.tileLink:hover, .tileLink:focus {
	background-color: var(--uocBlau1) !important;
	border-top: 10px solid var(--uocBlau1);
	transition: none;
	
}

/* Schriftfarbe im hover fuer alle Kacheln anpassen */
.tileLink:hover .tilesmenu_title,
.tileLink:focus .tilesmenu_title {
	color: var(--uocWeiss);
}

/* Gesamten Quicklink-Kasten auch bei Hover berücksichtigen */
.tileLink.tile_one:hover::after,
.tileLink.tile_two:hover::after,
.tileLink.tile_threee:hover::after,
.tileLink.tile_four:hover::after,
.tileLink.tile_five:hover::after,
.tileLink.tile_six:hover::after {
	background: none;
}

/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* Druckversion ausblenden External Orgunits */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */


.CURRENT_ROLE_dekan.editExternalOrgunits .submitLookImage.genSearchPrint {
        display:none !important;
}

.CURRENT_ROLE_Doktorand.editExternalOrgunits .submitLookImage.genSearchPrint {
        display:none !important;
}

.CURRENT_ROLE_research_funding.editExternalOrgunits .submitLookImage.genSearchPrint {
        display:none !important;
}

.CURRENT_ROLE_research_funding_ukk.editExternalOrgunits .submitLookImage.genSearchPrint {
        display:none !important;
}

.CURRENT_ROLE_forschungsinfrastruktur.editExternalOrgunits .submitLookImage.genSearchPrint {
        display:none !important;
}

.CURRENT_ROLE_scientist.editExternalOrgunits .submitLookImage.genSearchPrint {
        display:none !important;
}

/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* Druckversion ausblenden:  Interne Personen */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */

.CURRENT_ROLE_anonymous.searchhisinonepersonorgunitrelation .submitLookImage.genSearchPrint {
        display:none !important;
}

.CURRENT_ROLE_librarian.searchhisinonepersonorgunitrelation .submitLookImage.genSearchPrint {
        display:none !important;
}

.CURRENT_ROLE_librarian_central.searchhisinonepersonorgunitrelation .submitLookImage.genSearchPrint {
        display:none !important;
}

.CURRENT_ROLE_dekan.searchhisinonepersonorgunitrelation .submitLookImage.genSearchPrint {
        display:none !important;
}

.CURRENT_ROLE_Doktorand.searchhisinonepersonorgunitrelation .submitLookImage.genSearchPrint {
        display:none !important;
}

.CURRENT_ROLE_research_funding.searchhisinonepersonorgunitrelation .submitLookImage.genSearchPrint {
        display:none !important;
}

.CURRENT_ROLE_research_funding_ukk.searchhisinonepersonorgunitrelation .submitLookImage.genSearchPrint {
        display:none !important;
}

.CURRENT_ROLE_leader.searchhisinonepersonorgunitrelation .submitLookImage.genSearchPrint {
        display:none !important;
}

.CURRENT_ROLE_technology_transfer.searchhisinonepersonorgunitrelation .submitLookImage.genSearchPrint {
        display:none !important;
}

.CURRENT_ROLE_technology_transfer_ukk.searchhisinonepersonorgunitrelation .submitLookImage.genSearchPrint {
        display:none !important;
}

.CURRENT_ROLE_tuv.searchhisinonepersonorgunitrelation .submitLookImage.genSearchPrint {
        display:none !important;
}

.CURRENT_ROLE_scientist.searchhisinonepersonorgunitrelation .submitLookImage.genSearchPrint {
        display:none !important;
}

.CURRENT_ROLE_controlling_fakultaet.searchhisinonepersonorgunitrelation .submitLookImage.genSearchPrint {
        display:none !important;
}

/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* Druckversion ausblenden:  Interne Organisationseinheiten */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */

.CURRENT_ROLE_anonymous.hisinonesearchorgunits .submitLookImage.genSearchPrint {
        display:none !important;
}

.CURRENT_ROLE_Doktorand.hisinonesearchorgunits .submitLookImage.genSearchPrint {
        display:none !important;
}

.CURRENT_ROLE_research_funding.hisinonesearchorgunits .submitLookImage.genSearchPrint {
        display:none !important;
}

.CURRENT_ROLE_research_funding_ukk.hisinonesearchorgunits .submitLookImage.genSearchPrint {
        display:none !important;
}

.CURRENT_ROLE_forschungsinfrastruktur.hisinonesearchorgunits .submitLookImage.genSearchPrint {
        display:none !important;
}

.CURRENT_ROLE_technology_transfer.hisinonesearchorgunits .submitLookImage.genSearchPrint {
        display:none !important;
}

.CURRENT_ROLE_technology_transfer_ukk.hisinonesearchorgunits .submitLookImage.genSearchPrint {
        display:none !important;
}


.CURRENT_ROLE_tuv.hisinonesearchorgunits .submitLookImage.genSearchPrint {
        display:none !important;
}

.CURRENT_ROLE_scientist.hisinonesearchorgunits .submitLookImage.genSearchPrint {
        display:none !important;
}

/*Anpassung EMF Start */
/* Ausblenden des Standardlogins - Erst zum GoLive einschalten */

#loginForm,
#widgetRender\:14\:passwordForm\:passwordForgot\:open 	{
    display: none;
}




#loginLinkElement {
	display: none;
}




/* Anmeldung Shibboleth - wird nur angezeigt, wenn man nicht eingeloggt ist - genutzter Oberflächentextschlüssel: cs.sys.portal.addServLeft */

.loggedin .anmeldeLink {
	display: none;
}


.anmeldeLink {
	background-color:var(--uocWeiss);
	padding: 5px 10px;
	margin-right: 10px;
	
}


.anmeldeLink:hover,
.anmeldeLink:focus {
	text-decoration: none;
	background-color: var(--highlightBackgroundColor) !important;
	box-shadow: var(--uocGrau);
	transition: var(--uocGrau);

}

.anmelden {
	color: var(--uocBlau1:);
	font-weight: bold;
	text-decoration: none;
}

.anmelden:hover,
.anmelden:focus {
	color: var(--uocWeiss);
	text-decoration: none;

} 

.loginToggle.link_button_highlighted {
	display: none;
}



/*neu: Link zu Dokumentenupload bei Projekten ausblenden 
res-project-edit-documents-tab { display: none; }

wieder einblenden */


/*neu Link zu Drittmittelanzeige anlegen bei Projekten ausblenden */
res-project-requests-actions { display: none; }



/*neu für 2023-12: 3 kleinen Symbole in Fußleiste einfärben */


.iconfont_2023_06-sign_language::before {
	color: #fff;
  }
  .iconfont_2023_06-simple_language::before {
	color: #fff;
    }
.iconfont-chart_organisation_mono::before {
	color: #fff;
    }



/*Anpassung EMF Ende */

