#editreportform select {
    max-width: fit-content;
}

table.reportform {
    display: block;
    /*overflow-x: auto;
    overflow-y: auto;*/
    overflow: scroll;
    max-height: /*100vh*/ 70vh;
    border: 1px solid rgba(143, 143, 143, 0.25);
}
table.reportform thead {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 20;
    box-shadow: 0px 1px rgba(143, 143, 143, 0.25);
    /*display: block;
    width: max-content;*/
}
table.reportform th, table.reportform td {
    /*min-width: 20em;*/
    font-size: 15px;
}
table.reportform input, table.reportform select, table.reportform label {
    font-size: 15px !important;
}
table.reportform .nowrap {
    white-space: nowrap;
}
table.reportform select {
    min-width: 15em;
}
/*
table.reportform a.deleterow, table.reportform a.addemploymentrow {
    position: relative;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    padding: 0;
    margin: 0;
}
table.reportform a.deleterow i, table.reportform a.addemploymentrow i {
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
table.reportform a.deleterow:hover {
    background-color: darkred;
}*/
table.reportform a.addemploymentrow:hover {
    background-color: lightseagreen;
}
table.reportform tr {
    border: none;
}
table.reportform tbody tr.employeerow {
    border-top: 2px solid rgba(143, 143, 143, 0.25);
}
table.reportform tbody tr:last-child {
    border-bottom: 2px solid rgba(143, 143, 143, 0.25);
}
table.reportform .non-statistical {
    background-color: #f9fff9;
}

table.reportform tbody tr td.name,
table.reportform thead th:first-child {
    left: 0;
    position: -webkit-sticky;
    position: sticky;
    background-color: inherit;
    z-index: 10;
    box-shadow: inset -2px 0px 0px 0px rgba(143, 143, 143, 0.25), 0px -2px 0px 0px rgba(143, 143, 143, 0.25);
}
table.reportform tr {
    background-color: white;
}

#rowcount {
    max-width: fit-content;
    display: inline;
}
#addrows {
    margin-left: 2em;
}

#editinfo {
    margin-bottom: 2em;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: space-between;
    flex-direction: row-reverse;
}
#lastedited {
    font-style: italic;
}

.workshop_leader input {
    display: inline;
    max-width: fit-content;
}
.workshop_leader label {
    display: inline;
}
.worktimepercent_subtypes {
    display: block;
    margin-left: 1em;
}
/*
table.reportform .lastname,
table.reportform .firstname,
table.reportform .gender,
table.reportform .languages,
table.reportform .actions {
    min-width: 15em;
}*/

table.reportform td > input:first-child,
table.reportform td > select:first-child {
    display: inline;
    margin-bottom: 1em;
}

table.reportform .name input {
    min-width: 10em;
}

table.reportform .name p {
    margin-bottom: 1em;
}

#select-all-label {
    font-weight: bold;
    margin: 2em 0 1em 0;
}

div.reportlistitem {
    margin-bottom: 3em;
}
div.reportlistitem p {
    margin-bottom: 0;
}

div.specifiedworktimepercent {
    margin-top: 1em;
}
div.specifiedworktimepercent label {
    margin-top: 0;
}

#reportlink {
    float: right;
}

div.operationinformation {
    margin-bottom: 1.5em;
}

label.secondary {
    font-weight: 400;
}

div.updatedatasource label {
    font-style: italic;
}

div.toggle-year {
    margin: 1.5em 0;
}
div.togglecontrol, div.togglecontrol h2, div.togglecontrol h3 {
    width: fit-content;
}
div.togglecontrol h2:hover, div.togglecontrol h3:hover {
   color: #516c78;
   cursor: pointer;
}

#sendreport {
    float: right;
}
p.worktimepercent {
    margin: 0;
}

#selectreportingyearform {
    width: auto !important;
    margin: auto !important;
}

.reportsummary {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}
.reportsummary > div {
    margin-bottom: 2em;
}
.reportsummarycontent {
    border-radius: 10px;
    padding: 2em 1em;
    border: 4px solid black;
    position: relative;
    padding-bottom: 8em;
    height: /*20em;*/ 100%;
}
.reportsummarycontent.ready {
    box-shadow: 0.6rem 0.7rem 0 -4px #34B59D, 0.6rem 0.7rem 0 0 #34B59D;
}
.reportsummarycontent.ready::after {
    content: "\f058";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #34B59D;
    font-size: 5em;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.reportsummarycontent.incomplete {
    box-shadow: 0.6rem 0.7rem 0 -4px #F26F5B, 0.6rem 0.7rem 0 0 #F26F5B;
}
.reportsummarycontent.incomplete::after {
    content: "\f06a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #F26F5B;
    font-size: 5em;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.reportsummarycontent.inactive {
    box-shadow: 0.6rem 0.7rem 0 -4px #FFD45A, 0.6rem 0.7rem 0 0 #FFD45A;
}
.reportsummarycontent.inactive::after {
    content: "\f057";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #FFD45A;
    font-size: 5em;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.reportsummarydata {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
}
.reportstatusdescription {
    font-family: "Poppins";
    margin: 0;
}

table.personyeartable .mainheader {
    text-align: center;
}
.reportoverviewactions {
    margin-bottom: 2rem;
}
.reporttitle {
	height: 4em;
}
.small.button.reportaction {
	border: none;
	box-shadow: 0.2rem 0.2rem 0 -4px #fff, 0.2rem 0.2rem 0 0 #0A1D38;
}
.editreport p {
    margin: 2em 0 0 0;
    font-size: 0.9em;
}
.editreport.incomplete {
    background-color: #FC8A78;
}
.editreport.incomplete:hover {
	background-color: #F26F5B;
}
.reportingyeartools {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 2rem;
}
.reportingyeartools h3 {
    margin-right: 2rem;
}
#changereportingyear {
    background-color: #7DC9BB;
    margin: 0 0.4rem 1rem 0;
}
#changereportingyear:hover {
    background-color: #36B39D;
    color: #FFFFFF !important;
}

#editinfo-staffreport {
    margin-bottom: 2em;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: space-between;
    flex-direction: row;
}

.reportchildpages {
    margin-bottom: 2rem;
}

.button.small.reportpagelink {
    border: 5px solid #929CC8;
    background-color: #fff;
    color: #0B1922 !important;
    height: 2.5rem;
    padding: 0 1.5rem;
    vertical-align: text-bottom;
    line-height: 2rem;
}
.button.small.reportpagelink:hover {
			background-color: #929CC8;
			color: #0B1922;
}

.person_year_descriptions {
    margin: 2rem 0;
}

.editworktimepercents.error {
    background-color: #FFD3D3;
}
a.editstaffreport {
    margin-top: 0 !important;
}
table.reportingschedule .datepicker {
    display: inline;
    width: auto;
}
table.reportingschedule .timepicker {
    display: inline;
    width: 5rem;
}
table.reportingschedule .reportingyear {
    width: max-content;
}
table.reportingschedule a.reportingexception {
    float: right;
    margin-right: 0.4rem !important;
}
table.reportingschedule td.editreporting {
    text-align: right;
}
table.reportingschedule td.editreporting a {
    margin-right: 0.4rem !important;
    margin-top: 0rem;
    margin-bottom: 0.5rem;
    vertical-align: text-top;
}
table.reportingschedule a.openreporting {
    background-color: #F8A674;
}
table.reportingschedule a.openreporting:hover {
    background-color: #F68F59;
}
table.reportingschedule a.closereporting {
    margin-right: 0.4rem !important;
    background-color: #F58B7C;
}
table.reportingschedule a.closereporting:hover {
    background-color: #F26E5B;
}
.reportingexceptiondescription p {
    margin-bottom: 0.5rem;
}
p.reportsendertitle, p.reportsender {
    font-family: "Poppins";
    margin: 0;
    font-size: smaller;
}
.reportingschedule .reportingyear {
    display: block;
}
h2.reportoverview-header {
    margin-bottom: 3rem;
}
div.row.worktimepercent label {
    margin-top: 0;
}
div.reportingstatus-navigation {
    margin-bottom: 1.5rem;
}
#reportingstatustable a.openreporting {
    background-color: #F8A674;
}
#reportingstatustable a.openreporting:hover {
    background-color: #F68F59;
}
#reportingstatustable a.closereporting {
    margin-right: 0.4rem !important;
    background-color: #F58B7C;
}
#reportingstatustable a.closereporting:hover {
    background-color: #F26E5B;
}
table.reportingschedule .input-information, table.reportingschedule .input-information::before {
    font-size: 0.8rem;
}
.reportingstatusactions {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    justify-content: space-between;
    align-items: baseline;
}
button.reportingstatusfilter {
    margin-right: 1rem;
    margin-top: 0px;
    background-color: rgb(255, 255, 255);
    border-width: 4px;
    border-style: solid;
    border-color: rgb(125, 201, 187);
    border-image: initial;
}
.reportingstatusfilters button.reportingstatusfilter.selected {
    margin-top: 0px;
    background-color: rgb(125, 201, 187);
}
.reportingstatusfilters button.reportingstatusfilter:hover, .reportingstatusfilters button.reportingstatusfilter.selected:hover {
    background-color: rgb(54, 179, 157);
    border-color: rgb(54, 179, 157);
}
.reportingstatusfilters {
    justify-content: flex-start;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    width: fit-content;
}
.organisation-tasklist-content {
    display: flex;
    flex-wrap: wrap;
}
.organisation-tasklist-content > div {
    margin-bottom: 2rem;
}