html{
	font-size: 16px;
}

body,a,p,textarea,input,div,span,table,tr,td,h,.xspTextLabel,.xspTextViewColumn,.xspInputFieldEditBox,.xspComboBox,.xspInputFieldTextArea,.xspListBox,.xspTextComputedField,.xspInputFieldFileUpload,.xspInputFieldSecret,.xspInputFieldFileUpload,.xspDataTableFileDownloadName,.xspButtonSubmit,.xspButtonCancel,.xspButtonCommand,.buttonAction, .xspPickerButton, .dijitComboBoxMenuPopup *{
	font-family: 'StandardFont',Calibri,Trebuchet MS,Arial,Verdana; 
	font-size:1rem;
	font-weight: 400;
	color:#405065;
	line-height:1.5;
	text-size-adjust:none;
	-moz-text-size-adjust:none;
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
	margin:0px;
	padding:0px;
	scroll-behavior:smooth;
}

a:not(.frameFooter a){
	color:var(--cd-primary-color);
	text-decoration:underline;
}

a{
	transition:all 0.3s linear;
}

a:hover{
	color:var(--cd-secondary-color);
}

h2 {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 35px 0px 0px;
}

table{
	border-spacing:0px;
    border-collapse:collapse;
}


.frameHeader {
    justify-content: flex-end;
    align-items: center;
    min-height: 124px;
    padding: 0px 24px;
    column-gap: 24px;
    border: 24px solid white;
    border-bottom-width: 0px;
    transition: all .3s ease;
}

.frameHeader * {
    white-space: nowrap;
}

.frameHeaderLogo {
	display:inline-block;
	width:79px;
	min-width: 79px;
	height:54px;
	background-image: url(logoFalkFoundationBlue150.png);
	background-repeat: no-repeat;
	background-size: cover;
	order: 1;
	filter: grayscale(1) brightness(5);
}

.frameHeaderTitle {
    margin-left: 0px;
    margin-right: auto;
    color: var(--cd-primary-color);
    font-size: 2.4rem;
    text-shadow: none;
    filter: grayscale(1) brightness(5);
    order: 5;
}

.frameHeader:hover,
.frameHeader.onScroll {
    background-color: var(--cd-background-color);
}

.frameHeader:hover .frameHeaderLogo,
.frameHeader:hover .frameHeaderTitle,
.frameHeader.onScroll .frameHeaderLogo,
.frameHeader.onScroll .frameHeaderTitle {
    filter: none;
}

.frameHeaderSystem {
    top: 75px;
    right: -5px;
}

.frameHeaderQuickAccess{
	display:flex;
    column-gap:24px;
    order:10;
}

.frameHeaderQuickAccessButton{
	width: auto;
	height: auto;
	padding:0px;
	line-height: 1.5;
	text-align:center;
	cursor:pointer;
	text-decoration:none !important;
	transition:all 0.3s linear;
	background-color: transparent !important;
}

.frameHeaderQuickAccessButton:hover, .frameHeaderQuickAccessButton.active, .frameHeaderQuickAccessButton.myProfile:hover {
   box-shadow: none;
}

.frameHeaderQuickAccessButton .frameHeaderMenuTitle{
	font-size: 1rem;
	font-weight: 700;
	color: white;
}

.frameHeader:hover .frameHeaderQuickAccessButton .frameHeaderMenuTitle,
.frameHeader.onScroll .frameHeaderQuickAccessButton .frameHeaderMenuTitle{
	color: var(--cd-primary-color);
}

.frameHeader .frameHeaderQuickAccessButton.active .frameHeaderMenuTitle{
	color: var(--cd-primary-color);
}

.frameHeader:hover .frameHeaderQuickAccessButton.active .frameHeaderMenuTitle,
.frameHeader:hover .frameHeaderQuickAccessButton:hover .frameHeaderMenuTitle,
.frameHeader.onScroll .frameHeaderQuickAccessButton.active .frameHeaderMenuTitle,
.frameHeader.onScroll .frameHeaderQuickAccessButton:hover .frameHeaderMenuTitle{
	color: var(--cd-secondary-color);
}

.frameHeaderQuickAccessButton.active .frameHeaderMenuTitle{
	color: var(--cd-secondary-color);
}	

.frameHeaderQuickAccessButton.menu{
	order: 11;
}

.frameHeaderQuickAccessButton.dashboard{
	order: 10;
}

.frameHeaderQuickAccessButton.myProfile {
	position: relative;
	top:0px;
	right: 0px;
	order: 20;
}

.frameHeaderQuickAccessButton.login {
	position: relative;
	top:0px;
	right: 0px;
	order: 30;
}

.frameHeaderQuickAccessButton img{
	display:none;
}

.frameFooter {
	position: relative;
	padding: 30px 20px 40px;
    border: 24px solid white;
    border-width: 24px 24px 24px;
}

.frameFooter .innerContainer {
    display: flex;
    flex-wrap: wrap;
    max-width: 1150px;
    margin: 0px auto;
}

.frameFooter .footerExternal {
    flex: 1 0 100%;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    column-gap: 20px;
    flex-wrap: nowrap;
    padding: 20px 0px 0px;
    margin: 30px 0px 0px;
    border-top: 1px solid hsla(0,0%,100%,.2);
    order: 90;
}

.frameFooter .footerExternal .copyright{
	margin-right: auto;
	order: 10;
}

.frameFooter .footerExternal .imprint{
	order: 20;
}

.frameFooter .footerExternal .dataPrivacy{
	order: 30;
}

.frameContent{
    background-color: var(--cd-background-color);
    margin: 124px 0px 00px 0px;
    padding: 24px;
    position: relative;
    width: 100%;
    border: 24px solid white;
    border-bottom-width: 3px;
    z-index: 3;
}

.frameContent.dashboard{
	margin-top:115px;
}

.actionbar {
    width: 100%;
    background-color: var(--cd-background-color);
}

.actionbar.fixedOnTop {
    position:sticky;
    top: 124px;
    padding: 0px calc((100% - 1150px) / 2);
    border-color: var(--cd-background-color);
    border-style: solid;
    border-width: 10px 0px 10px;
}

.actionbar.bottomOfPage{
	margin-top: 20px;
	width: 100%;
	justify-content: flex-end;
	background: transparent;
	order: 9999;
}

.actionbar.proposalEvaluation {
    margin: 5px 0px 10px;
    padding: 5px 0px 10px;
    border-width: 0px 0px 1px 1px;
    justify-content: center;
    border-style: solid;
    border-color: lightgray;
}

.contentWrapper {
    margin: 0px auto;
}

.content:not(.content * .content) {
    margin: 0px auto;
    max-width: 1150px;
    min-height: 450px;
}

.contentBlock {
	margin-top: 80px;
}

.contentBlock.withoutTitle {
	margin-top: 20px;
}

.contentBlock.container{
	background-color: transparent;
	padding: 0px !important;
}

.contentBlock.container.float100{
	margin: 0px;
	width: 100%;
}

.contentBlock.container.inline{
	padding: 0px !important;
}

.contentBlock.container.dashboardWelcome{
	flex: 1 1 calc(50% - 20px);
	order: 10;
}

.contentBlock.container.dashboardUser{
	flex: 1 1 calc(50% - 20px);
	order: 20;
}

.contentBlock.proposalRating{
	flex: 0 0 300px;
	order: 20;
	position: sticky;
    top: 235px;
}

.contentBlock.proposalRating .contentDescr{
	display: table-cell;
	text-align:left;
}

.contentBlock.proposalRating .contentCont .ratingStarContainer{
	justify-content: flex-end;
}

.contentBlock.proposalRating .ratingAllContainer{
	border-top: 1px solid lightgray;
	padding-top:15px;
	margin-top: 15px;
}


.contentBlockTitle {
    position: absolute;
    top: -55px;
    left: 0px;
    padding: 0px;
    color: var(--cd-primary-color);
    background: transparent;
    font-size: 1.8rem;
    font-weight: bold;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contentDescr {
    display: block;
    width:auto;
	min-width:auto;
	height:auto;
	position: relative;
    padding: 10px 0px 5px;
    text-align: left;
    border: 0px;
}

.contentDescr *:not(.contentBlockLightTitle),
.viewHeader *,
.listHeader * {
	text-align: left;
    font-size: 0.75rem !important;
    color: var(--cd-descr-color) !important;
    font-weight: 400;
}

.contentCont {
    display: flex;
    flex-wrap: wrap;
    place-items: baseline;
    box-sizing: border-box;
    vertical-align: top;
    padding: 0px 0px 10px 0px;
    word-break: break-word;
}

.dijitContainer.forProposalAuthor .dijitTabController{
	display:none;
}

.statusBarWrapper.granFacultyStatistic{
	flex:1 0;
	height:15px;
	margin:3px 0px 0px 10px;
}

.granListSubmission {
	border: 0px;
}

.granListSubmission .granRow{
	display:flex;
	column-gap: 10px;
	margin-bottom: 10px;
}

.granListSubmission .granRowData {
    display: flex;
    gap: 0px 10px;
    flex-wrap: wrap;
}

.granListSubmission .granLogo {
	height: 60px;
	filter:grayscale(100);
}

.granListSubmission .granTitle{
	font-weight: 700;
	flex: 1 1;
	order: 10;
}

.granListSubmission .granDeadline{
	display:inline-block;
	flex: 1 0 100%;
	margin-left: auto;
	order: 20;
}

.granListSubmission .granDeadline *{
	font-size:0.8rem;
}

.proposalRow tr,
.proposalHeader tr{
	display: flex;
    flex-wrap: wrap;
    gap: 0px 5px;
}

.proposalRow .viewColumn.propNumber,
.proposalHeader .viewHeader.propNumber {
    order: 5;
    flex: 0 0 40px;
}

.proposalRow .viewColumn.propTitle,
.proposalHeader .viewHeader.propTitle {
    order: 10;
    flex: 1 0 50%;
}

.proposalRow .viewColumn.propTitle span {
	font-weight: bold;
}

.proposalRow .viewColumn.propAuthor,
.proposalHeader .viewHeader.propAuthor {
    order: 20;
    flex: 1 0 calc(50% - 20px - 40px - 20px);
    text-align: right;
}

.proposalRow .viewColumn.propStatus,
.proposalHeader .viewHeader.propStatus {
    order: 30;
    flex: 1 0 120px;
}

.proposalRow .viewColumn.propEvalSent,
.proposalHeader .viewHeader.propEvalSent {
    order: 40;
    flex: 1 0 160px;
}

.proposalRow .viewColumn.propID,
.proposalHeader .viewHeader.propID {
    order: 50;
    flex: 1 0 120px;
    text-align: right;
}

.proposalHeader .viewHeader.propOfDistinction,
.proposalRow .viewColumn.propOfDistinction {
	order:49;
    width: 20px;
    text-align: center;
}

.proposalHeader .lineBreak1,
.proposalRow .lineBreak1{
	display: block;
	flex: 1 0 100%;
    order: 21;
}

.proposalRatingHintForSO{
    flex: 1 0 100%;
    position: sticky;
    top: 178px;
    z-index: 10;
    background-color: var(--cd-primary-xxlight-color);
}

.userSignedUpImg,
.registrationDoneImg{
	width:67px;
}

.viewColumn.dateTime, 
.viewHeader.dateTime{
	width:160px;
}

.contentHint *{
	font-size: 0.8rem;
}

.contentBlock .dijitTabContainer {
    background: white;
    padding: 10px 0px 20px;
    box-sizing: border-box;
    box-shadow: none;
}

.dijitTabController{
	height: 50px !important;
}

.dijitTabListWrapper{
	height: 35px !important;
}

.dijitTabContainer * .dijitTab {
    padding:2px 15px 2px 0px;
}

.dijitTabContainer * .dijitTab * {
    font-size: 1.8rem;
}

.dijitTabContainer * .dijitTabChecked *, 
.dijitTabContainer * .dijitTabHover *{
	color: #50647f;
	border-bottom: 0px solid #50647f;
}

.dijitTabContainer * .dijitTabCheckedHover{
	background: transparent !important;
}

.xspButtonSubmit, 
.xspButtonCancel, 
.xspButtonCommand, 
.xspPickerButton, 
.xspPickerButton1, 
.xspPickerButton2, 
.xspPickerButton3 {
    color: white;
    height: auto;
    width: auto;
    min-width: auto;
    padding: 6px 16px;
    margin: 0px !important;
    background-color: var(--cd-secondary-light-color);
    border: 0px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s linear;
}

.xspButtonSubmit:hover, 
.xspButtonCancel:hover, 
.xspButtonCommand:hover, 
.xspPickerButton:hover, 
.xspPickerButton1:hover, 
.xspPickerButton2:hover, 
.xspPickerButton3:hover {
    color: white;
    background-color: var(--cd-secondary-color) !important;
}

.xspButtonCommand.mainAction {
    width: 100%;
    font-size: initial;
    margin: 0px auto 0px auto;
    float: none;
    clear: both;
    padding: 6px 16px;
}

.xspButtonCommand.mainAction.showAsLink {
	background-color: transparent;
	padding: 6px 0px;
    color: var(--cd-secondary-light-color);
}

.xspButtonCommand.mainAction.showAsLink:hover {
    background-color: transparent !important;
	color: var(--cd-secondary-color);
}

.xspButtonCommand.mainAction.showAsLink img{
	filter: brightness(0) saturate(100%) invert(67%) sepia(62%) saturate(3668%) hue-rotate(2deg) brightness(97%) contrast(101%);
}

.xspButtonCommand.mainAction.showAsLink:hover img{
	filter: brightness(0) saturate(100%) invert(56%) sepia(53%) saturate(4645%) hue-rotate(1deg) brightness(93%) contrast(103%);
}

.xspInputFieldEditBox, .xspInputFieldSecret, .xspComboBox, .dijitTextBox, .xspTextArea, .xspInputFieldDateTimePicker, .dijitTextArea, .listMember, .xspListBox{
	line-height:2.1;
	padding:0px 5px;
	appearance: none;
}

.xspComboBox {
    background-image: url(arrowDownContur12Light.png) !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 5px) center !important;
    padding-right: 25px;
}

.xspMessage, .contentMessage {
    padding: 1px 0px;
	color: var(--cd-attention-color);
    background-color: transparent;
    font-weight: 800;
}


.xspInputFieldEditBox:has(+ span):has(.xspMessage){
	background-color: #ff9f9f;
	border: 1px solid red; 
}

.dashboardTileStatus .statusImg{
	margin-top: 3px;
}


@media all and (max-width: 1260px){
	.actionbar.fixedOnTop {
	    top: 124px;
	    width: calc(100% + 48px);
	    padding: 0px 24px;
	    margin-left: -24px;
	}
}

@media all and (max-width: 1000px){
	.frameHeaderTitle {
	    font-size: 2rem;
	}
}

@media all and (max-width: 800px){
	.frameHeaderTitle {
	    font-size: 1.5rem;
	}
}

@media all and (max-width: 599px){
	.frameHeaderTitle {
	    font-size: 1rem;
	}
	
	.frameHeaderQuickAccessMobile{
		display:flex;
	}
	
	.frameHeaderQuickAccessButton.myProfile {
	    display: inline-block;
	}
	
	.dashboardTile {
	    width: 100%;
	    margin-right: 0px;
	}
	
	.userSignedUpImg{
		width:40px;
	}	
}