﻿div.PrintBorder {
    grid-column: 3;
    border: medium solid;
    border-radius: 0.5em 0.5em;
    margin-block: 1em;
    padding: 0 1em;
}

div.PrintBorder h1 {
    border: thin solid;
    border-radius: 0 .5em;
    font-size: 1.5rem;
    width: min-content;
    padding-inline: 0.5em;
    padding-block: .25rem;
    white-space: nowrap;
    line-height: 1;
    position: relative;
    top: calc(-1.9 * 1.5rem);
}
div.SearchRow{
display:flex;
align-items:center;
}

.AppInfoRow > div > div {
    margin: 0 1vw;
}

.AppInfoRow > div > button {
    margin: 0 10px;
}

div.PrintButtonContainer{
    margin:20px 0 20px 0;
}

div.TraineeProfileRow {
    display: flex;
    flex-direction: row;
    justify-content:space-between
}

div.PrintSubBorder h1 {
    border: thin solid;
    border-radius: 0 .5em;
    font-size: 1.5rem;
    width: min-content;
    padding-inline: 0.5em;
    padding-block: .25rem;
    white-space: nowrap;
    line-height: 1;
    position: relative;
    top: calc(-1.1 * 1.5rem);
}

div.PrintSubBorder {
    grid-column: 3;
    border: medium solid;
    border-radius: 0.5em 0.5em;
    margin: 0 0 30px 0;
    padding: .5em;
}


div.PrintButtonContainer{
    display:flex;
    flex-direction:row;
    justify-content: space-between;
}


div.QstDiv {
    max-width: 80vw;
    border-radius: 2vh;
    border: 2px solid;
    display: flex;
    flex-direction: column;
}

div.QuestionCloseButtonContainer {
    display: flex;
    justify-content: end;
}

div.QuestionCloseButton {
    margin: 1vh 1vw;
}

    div.QuestionCloseButton:hover {
        cursor: pointer;
    }

div.QuestionContent {
    margin: 20px 40px 20px 40px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

div.MessageElement {
    border: 2px solid;
    margin:10px 2px;
}
div.QuestionHeadline {
    font-weight: bold;
    font-style: italic;
    margin: 2px 10px;
}
div.MessageElement > div{
    margin:2px 15px;
}

div.MessageElement:hover{
    cursor: pointer;
}
div.MsgDisplayUnread {
    font-weight: bold;
}

div.MsgDisplayRead {
    font-style: italic;
}

div.InnerMessageContainer {
    max-width: 20vw;
    max-height: 90vh;
    height: 90vh;
    overflow-x: hidden;
    overflow-y: auto;
}


div.QuestionItem {
    max-width: 20vw;
}


div.QuestionContentInner {
    max-height: 30vh;
    overflow-x: hidden;
    overflow-y: auto;
}
    div.QuestionItem::after {
        content: "";
        display: block;
        top: 0;
        width: 20vw;
        border-style: solid;
        border-width: 1px;
    }

div.WeeklyReportContainer {
    height: 95vh;
    display: flex;
    justify-content: center;
}

div.WeeklyReportListContainer {
    width: 90%;
    display: flex;
    flex-direction: column;
}

div.ReportListContainer {
    display: flex;
    flex-direction: column;
    max-width: 30%;
}

div.WeeklyReportList {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 99%;
    width: 30vw;
    display: flex;
    flex-direction: column;
}

div.ArbeitQuestionContainer {
    display: flex;
}

div.WeeklyReportListBorder {
    height: 90vh;
    width: 100%;
    border: 1px solid;
    margin: 10px 0 0 0;
    border-radius: 1vh;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 10px;
}

div.WeeklyReportListBorderSmall {
    height: 90vh;
    width: 100%;
    border: 1px solid;
    margin: 10px 0 0 0;
    border-radius: 1vh;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 10px;
}

div.CalendarWeekItem {
    height: 100px;
    border: 1px solid;
    display: flex;
    align-items: center;
    font-weight: bold;
    justify-content: space-between;
}

div.PrintWeek {
    margin: 0 1vw 0 1vw;
}

div.ShowWeek {
    margin: 0 1vw 0 1vw;
}

div.width25pc {
    width: 25%;
}

div.width50pc {
    width: 50%;
}

div.width75pc {
    width: 75%;
}

div.width100pc {
    width: 100%;
}

div.width15pc {
    width: 15%;
}

div.width35pc {
    width: 35%;
}

div.width5pc {
    width: 5%;
}

div.width45pc {
    width: 45%;
}

div.width33pc {
    width: 33%
}

div.CalendarWeekNumber {
    margin: 0 1vw 0 1vw;
}


div.CalendarWeekItemDateContainer {
    margin: 0 10px 0 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

div.CalendarWeekItemButtonContainer {
    display: flex;
    flex-direction: row;
    justify-content: end;
}


div.WeeklyReportItemElementText {
}

div.WeeklyReportItemContainerHeadlineRow {
}

div.TextMarginlr2vw {
    margin: 0 1vw 0 1vw;
}

div.ReportHalfSize {
    max-height: 50vh;
    height: 50vh;
}

div.WeeklyReportItemEntry {
    vertical-align: top;
}

div.Container30pc {
    max-width: 30%;
}

div.Container40pc {
    max-width: 40%;
}

div.Container60pc {
    max-width: 60%;
}

div.Container70pc {
    max-width: 70%;
}

div.Container72pc {
    max-width: 72%;
}

div.DisplayFlexRow {
    display: flex;
    flex-direction: row;
}


div.WeeklyReportItemRow {
    display: table-row;
}

div.WeeklyReportContent {
    display: flex;
}

div.DisplayNone {
    display: none;
}

div.DisplayBlock {
    display: block;
}


div.DisplayFlex {
    display: flex;
}

div.FlexAutoSize {
    flex: 0 0 auto;
}

div.FlexMaxRemaining {
    flex: 1;
}

div.QuestionCollectionContainerVisible {
    position: absolute;
    border: 1px solid;
    margin: -15vh 0 0 2vw;
    border-radius: 1vh;
}

div.QuestionCollectionContainer {
    display: none;
}

div.InnerContainer {
    border: 1px solid;
}

div.WeeklyReportInflateContainer {
    display: none;
}

div.WeeklyReportInflateContainerVisible {
    display: block;
    padding: 1vh 0 1vh 0;
}

div.WeeklyReportWeekdayContainer {
    margin: 1vh;
}

div.WeeklyReportWeekdayHeadline {
    display: flex;
}

select.LocationSelection {
}

option.LocationSelectionItem {
}

select.SelectCenterFill {
    width: 100%;
}


button.CalendarWeekItemShow {
    height: 64px;
    width: 64px;
    border-radius: 1vh;
}

button.WeeklyReportDeleteButton {
    margin: 15px 0 0 0;
}

button.QuestionShowButton {
    border: 0px;
    width: 25px;
    height: 25px;
}

button.ExpanderButton {
    height: 3vh;
    width: 100%;
    border: 0px;
}

button.TechnicalReportButton {
    width: 100%;
}

img.activatedYear {
    margin: 2px 10px;
}

img.inactivYear {
    margin: 2px 10px;
}

p.activatedYearText {
    font-weight: bold;
    margin: 2px 10px;
}

p.inactiveYearText {
    font-weight: 100;
    margin: 2px 10px;
}


p.Questionmark:before {
    content: '?';
    display: inline-block;
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
    width: 18px;
    height: 18px;
    font-size: 18px;
    line-height: 1.8ex;
    border-radius: 1.2ex;
    margin-right: 4px;
    padding: 1px;
    text-decoration: none;
}

p.OpenCloseBut:before {
    content: '˅';
    display: inline-block;
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
    width: 18px;
    height: 18px;
    font-size: 18px;
    line-height: 1.8ex;
    border-radius: 1.2ex;
    margin-right: 4px;
    padding: 1px;
    text-decoration: none;
}

textarea.WeeklyReportDescriptionField {
    width: 100%;
}


input.TextboxSmall {
    width: 4vw;
}

input.TextboxMedium {
    width: 8vw;
}

input.TextboxLarge {
    width: 12vw;
}

/*TechnicalReport*/

div.TechnicalReportRequestDateInfoRow {
    margin: 1vh 2vw 1vh 2vw;
    display: flex;
    justify-content: center;
}

div.TechnicalReportMainContainer {
    display: flex;
    flex-direction: row;
    height: 97vh;
}

div.TechnicalReportListContainer {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
}

div.TechnicalReportContentContainer {
    display: none;
}

div.TechnicalReportContentContainervisible {
    display: flex;
    flex-direction: column;
    flex: 1;
}

div.TechnicalReportItem {
    display: flex;
    flex-direction: row;
}

div.TechnicalReportDateInfoRow {
    margin: 1vh 2vw 1vh 2vw;
    display: flex;
}

div.TechnicalReportDate {
    margin: 0 1vw 0 1vw;
}

div.TechnicalReportDeadline {
}

div.TechnicalReportHeadline {
    margin: 2vh 1vw 2vh 1vw;
}

div.CurrentTechnicalReportContainer {
    margin: 0 2vw 0 2vw;
    display: flex;
    flex-direction: column;
    flex: 1;
}



div.TechnicalReportAdditionalFileItem {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

div.TechnicalReportFileList {
    width: 100%;
}

div.TechnicalReportList {
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1;
}

div.TechnicalReportRequestContainer {
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1;
    max-height: 30vh;
    height: 30vh;
}

div.ReportRequestItemElement {
    display: flex;
    flex-direction: row;
}

button.TechnicalReportRequestButton {
    width: 100%;
}

div.Marginlr2vw {
    margin: 1vh 1vw;
}

div.TechnicalReportAddFilesContent {
    margin: 1vh 0;
}

div.TechnicalReportNewButtonContainer {
}

div.FileItemName {
    max-width: 15vw;
    min-width: 15vw;
}

div.TechnicalReportButtonContainer {
    margin: 1vh 0;
}

div.TechnicalReportNewButtonContainer {
    margin: 1vh 0;
    flex: 0 0 auto;
}


textarea.TechnicalReportTopicContent {
    flex: 1;
}

textarea.TechnicalReportDescriptionContent {
    flex: 1;
}

p.FriendlyText {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 7vw;
    margin: 0;
}

.logincontainer {
    margin: 0 5vw;
}
.logincontent {
    padding: 10vh 5vw;
}

div.logincontainer * {
    margin: 2vh;
}

.LargeActive {
    display: none;
}

.XLargeActive {
    display: block;
}
.SmallActive {
    display: none;
}


.LargeActiveFlex {
    display: none;
}

.XLargeActiveFlex {
    display: flex;
}

.SmallActiveFlex {
    display: none;
}

.LargeActiveContent {
    display: none;
}

.XLargeActiveContent {
    display: contents;
}

.SmallActiveContent {
    display: none;
}

.table-9-cols {
    grid-template-columns: repeat(9, 1fr);
}
.table-8-cols {
    grid-template-columns: repeat(8, 1fr);
}
.table-7-cols {
    grid-template-columns: repeat(7, 1fr);
}
.table-6-cols {
    grid-template-columns: repeat(6, 1fr);
}
.table-5-cols {
    grid-template-columns: repeat(5, 1fr);
}
.table-4-cols {
    grid-template-columns: repeat(4, 1fr);
}
.table-3-cols{
    grid-template-columns:2fr 0.5fr 0.5fr;
}
.table-3-cols-equal {
    grid-template-columns: 0.5fr 0.5fr 0.5fr;
}
.table-2-cols{
    grid-template-columns: 5fr 1fr;
}

.margin2-0{
    margin:20px 0 20px 0;
}
.UBLCodeMargin30lr{
    margin:0 30px;
}

.table-row-border-bottom {
    border-bottom: 1px solid !important;
}

.TechnicalReportFlexRowContainer{
    display:flex;
    flex-direction:row;
}
div.ReportFullSize {
    max-height: 90vh;
    height: 90vh;
}

div.ReportFullSizeShrinked {
    max-height: 90vh;
    height: 90vh;
}

.height30vh {
    height: 30vh;
    max-height: 30vh;
}
.ProfileFlexRowContainer {
 flex-direction:row;
}

.CorneredDisplay {
padding:10px;
}

.Small80vw {
    width: auto;
}