﻿:root {
    --color-flow: #999999;
    --color-containerborder: #888888;
    --color-hovercolor: #ececec;
    --color-hoveryellow: #ffff88;
    --color-selectedflow: #ffbb77;
    --color-background: #f4f4f4;
    --color-attentionbackground: #7777ff;
    --color-placeholder: #999999;
    --color-yellow: #ffba30;
    --color-performancebox: #ffcc88;
    --color-blueinput: #3366cc;
    --color-lightgrey: #dadada;
    --color-selectedorange: #ffcc88;
    --color-verylightgrey: #eeeeee;
    --color-grey: #bbbbbb;
    --color-darkgrey: #666666;
    --color-green:#6dc296;
    --color-transparent: rgba(255, 255, 255, 0.5);
}
html {
    font-size: 15px;
    box-sizing: content-box;
}
body {
    background-color: var(--color-background);
    font-family: sans-serif;
    color: black;
    overflow-y: scroll;
    font-size: 0.8rem;
    padding-left: 5rem;
    padding-right: 5rem;
}
a{
    text-decoration:none;
}

.popup {
    position: fixed;
    z-index: 9;
    max-height: 100vh;
    max-width: 70vw;
    overflow: auto;
    background-color: white;
    margin-bottom: 3rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 0.5rem !important;
    padding-bottom: 3rem;
    border: 0.15rem solid var(--color-lightgrey);
    flex-direction: column;
    color: black;
    box-sizing: border-box;
}
.popup, #top {
    filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(127, 80, 60, 0.05));
}
.popupdrag {
    cursor: move;
    min-height: 2rem;
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    align-items: center;
}
div {
    display: flex;

}
.chkfilter {
    align-items: center;
    min-width: 12rem;
    margin-right: 3rem;
}
.whiteheader {
    font-size: 4rem;
    color: white;
    margin-left: 50%;
    margin-top: 10rem;
    font-weight: bold;
    letter-spacing: .1rem;
}
.matrixfilters {
    flex-wrap: wrap;
    height: 11rem;
    margin-right: auto;
    flex-direction: column;

}
.ywstartbackground {
    background-repeat: no-repeat;
    background-size: cover; /* Scales the image to cover the element */
    background-position: center; /* Centers the image so that edges are cropped */
    margin-left: -6rem;
    margin-right: -6rem;
    height: 28rem;
    background-image: url("/images/YW24_Background.jpg");
}
.fadeoverflow {
    mask-image: linear-gradient(90deg, #000 80%, transparent);
    display: flex;
    overflow: hidden;
}
.closebutton {
    font-weight: bold;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--color-blueinput);

    margin-right: -0.8rem;
    
}
.headerassignjobrole {
    background-color: var(--color-blueinput);
    color: white;
    font-weight: normal;
    margin-bottom: 1rem;
    margin-left: -2rem;
    margin-right: -2rem;
}
.topstartpagebox {
    background-color: var(--color-yellow);
    color: white;
    font-weight: normal;
    font-size:1.2rem;
    margin-bottom: 1rem;
    margin-left: -2rem;
    margin-right: -2rem;
    margin-top:-1.4rem;
}
.tablematrixinput td {
    border: 1px solid var(--color-lightgrey);
    padding: 0.3rem;
}

.goaltable td {
    border: 1px solid var(--color-grey);
    padding: 0.5rem !important;
    text-align: center;
}
.goaltable th {
   
    padding: 0.5rem !important;
    text-align: center;
}
.goalcontainer {
    flex-direction: column;
    width: 65rem;
    padding: 1rem;

    margin-top: 2rem;
    border: var(--color-grey) 1px solid;
    border-radius: 2rem;
    background-color: white;
}
.inlineclosebutton {
    font-weight: bold;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--color-blueinput);

}
.line {
    border-top: 0.12rem solid var(--color-lightgrey);
    margin-bottom:2rem;
}
.searchbox {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left:0.7rem;
    font-size: 1rem;
    border-radius: 1rem;
    background-color: white;
}
span,p{
    padding:0.3rem;
}
p{
    margin-top:0rem;
}
.sortarrow {
    color:var(--color-lightgrey);
}
.topmenubutton {
 
    font-size: 1.0rem;
    cursor: pointer;
    padding: 0.8rem;
    margin: 0.25rem;
    transition: 0.5s;
    border-radius: 1.1rem;
    text-underline-offset: 0.3rem;
}
.dropdown {
    position: absolute;
    z-index: 4;
    border: 0.15rem solid var(--color-lightgrey);
    left: -0.15rem;
    top: 2rem;
    right: -0.15rem;
    background-color: white;
    flex-direction: column;
}
.topmenubutton:hover {
    background-color: var(--color-hovercolor);
    text-decoration: underline;
    text-decoration-thickness: 0.2rem;
    text-decoration-color: var(--color-yellow);
}
.yellowunderscore {
    text-decoration: underline;
    text-decoration-color: var(--color-yellow);
    text-decoration-thickness: 0.2rem;
}
.yellowbottom {
    border-bottom: 0.2rem solid var(--color-yellow);
    border-top: 0.2rem solid rgb(255,255,255,0);
}
.jobroletable td, .jobroletable th {
    border-bottom: 0.15rem solid var(--color-verylightgrey);
    padding: 1rem 0.3rem 1rem 0.3rem;
}
table.jobroletable thead {
    text-align: left;
    border-bottom: 0.12rem solid var(--color-lightgrey);
}
.lineseparator {
    border-bottom: 0.12rem solid var(--color-lightgrey);
    font-weight: bold;
    padding-bottom: 0.2rem;
    padding-left: 0.5rem;
    margin-bottom:0rem;
}
.attentiontext {
    font-weight: bold;
    border-radius: 5rem;
    margin: 1rem auto 1rem auto;
    padding: 1.5rem;
    background-color: var(--color-attentionbackground);
    font-size: 1.2rem;
    color: white;
}
.infotext {
    font-size: 0.7rem;
    font-style: italic;
    color:var(--color-darkgrey);
}
.invisiblelayer {
    z-index:50;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
input[type="radio"]:checked + .matrixlabel {
    font-weight: bold;
    background-color:var(--color-blueinput);
    color: white; /* Change color on selection */
}
.matrixlabel{
    padding:0.5rem;
}
.jobroletable {
    border-collapse: collapse;
    margin-bottom:2rem;
}
.contentcontainer {
    background-color: white;
    margin-bottom:3rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top:2rem;
    padding-bottom:3rem;
    border: 0.15rem solid var(--color-lightgrey);
    flex-direction:column;
    color:black;
}
.standardtable {
    color: var(--color-darkgrey);
    border-collapse: collapse;
    margin-bottom: 1rem;
}
h1 {
    font-weight: normal;
    font-size: 1rem;
    margin-bottom: 1rem;
    text-transform: uppercase;

}
h2 {
    font-weight: normal;
    font-size: 0.9rem;
    margin-bottom: 4rem;
}
h3 {
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 1rem;

}
h4 {
    font-weight: normal;
    font-size: 1rem;

}
h5 {
    color: var(--color-darkgrey);
    font-size: 0.8rem;
}
table.standardtable th {
    text-align: left;
    padding-left: 0.5rem;
    padding-right: 1rem;
}
table.standardtable thead {
    text-align: left;
    border-bottom: 0.12rem solid var(--color-lightgrey);
}

table.standardtable td{
    padding:0.1rem;
}
.tableinput {
    width: 90%;
    padding: 0.2rem;
}
.selectedmatrixjobgrade td {
    background-color: var(--color-selectedorange) !important;
}
.matrixhover tr:hover td {
    background-color: var(--color-hoveryellow);
    cursor: pointer;
    transition: 0.5s;
}

.matrixtable {
    border-collapse: collapse;
}
.matrixtable td, .matrixtable th {
    border: 0.15rem solid black;
    background-color: white;

}
.matrixtable td:not(:first-child), .matrixtable th:not(:first-child) {
    align-items: center;
    min-width: 10rem;
    text-align: center;
}
.matrixtable td:first-child, .matrixtable th:first-child {
    text-align: center;
    background-color: var(--color-verylightgrey);
    padding: 0.3rem;
}
.matrixtable th:nth-child(odd) {
    background-color: var(--color-grey);

}
label{
    cursor:pointer;
}
input[type=checkbox], input[type=radio] {
    transform: scale(1.2);
    cursor: pointer;
    margin-right: 1rem;
    margin-left: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

input, textarea, select {
    font-size: 0.8rem;
    resize: none;
    background-color: transparent;
    border: 0.15rem solid transparent;
}
input, textarea {
    cursor: text;
    
}
input:read-only::placeholder, textarea:read-only::placeholder {
    color: transparent;
}
input:focus:read-only, textarea:focus:read-only {
    outline: none;
    border: 0.15rem solid transparent;
}
select {
    cursor:pointer;
}

input[type="file"] {
    display: none;
}
.inputheader{
    font-weight:bold;
    font-size:0.7rem;
    margin-left:0.5rem;

}
.customfileupload {
    display: flex;
    cursor: pointer;
    /*    background-color: #fafafa;*/
    padding: 0.5rem;
    align-items: center;
    margin-left: 1rem;
}

.customfileuploadbutton {
    background-color: #dddddd;
    border-radius: 3rem;
    padding: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;

}
.customfileuploadarrow {
    margin-top: -0.8rem;
    font-size: 2rem;
}
.customfileuploadtext {
    padding: 0.5rem;
    flex-grow: 1;
    border: 0.15rem solid var(--color-hovercolor);
    border-radius: 1rem;
    background-color: transparent;
    margin-right: 1rem;
}

option {
    line-height: 3rem;
    padding: 3rem;
    text-indent: 5px;
}
.standardinput, .blueinput, .largeinput {

    margin-bottom: 0.5rem;
    background-color: #ffffff;

    height: fit-content;
}
.standardinput {
    border: 0.15rem solid transparent;
    background-color: #ffffff;
    padding: 0.5rem;
    font-family: sans-serif;
}
.bluetableinput {
    background-color: transparent;
}
.blueinput, .bluetableinput {
    
    padding: 0.2rem;
    font-family: sans-serif;
    color: var(--color-blueinput);
    border: 0.15rem solid var(--color-blueinput) !important;
}
.largeinput {
    font-size: 1.0rem;
    border: 0.15rem solid transparent;
    background-color: #ffffff;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    padding-left:0.5rem;
    font-family: sans-serif;
}
input.blueinput[type="text"]{

}
.blueinput::placeholder, .bluetableinput::placeholder {
    color: var(--color-blueinput);
}

.blueinput:disabled, .bluetableinput:disabled {
    border: 0.15rem solid transparent !important;
    color: black;
    -webkit-appearance: none; /* For Safari */
    -moz-appearance: none; /* For Firefox */
    appearance: none;
}
.standardinput::placeholder {
   
}
.standardinput:read-write::placeholder {
    color: var(--color-placeholder);
}
input::placeholder {
    font-style: italic;
}

*:read-write {
    border: 0.15rem solid var(--color-containerborder);
}
.linkbutton {
    color: blue;
    cursor: pointer;

    transition: 0.5s;
    padding: 0.3rem;
    border-radius: 0.5rem;
    white-space: nowrap;
    height: fit-content;
}
.linkbutton:hover {
    background-color: var(--color-verylightgrey);
}
.link {
    color: blue;
    cursor: pointer;

}

.hide{
    display:none !important;
}
.hidemaintainspace{
    visibility:hidden;
}
.editcolumn{
    min-width:10rem;
    text-align:right;
}
.flowarrows {

    margin-bottom: 3rem;
}
.jobrolescontainer {
    justify-content: center;
    flex-direction:column;
}
.jobrolename {
    
    font-size:1.2rem;
    color:black;
    font-weight:bold;
}
.flowarrow {
    border: 0.2rem solid var(--color-flow);
    border-radius: 6rem;
    width: 3rem;
    height: 3rem;
    text-align: center;
    align-content: center;
    margin-bottom: 1rem;
    align-self: center;

    cursor: default;
}
.flowarrowtext {
    font-weight: bold;
    font-size: 2rem;
    transform: scaleY(1.5);
    color: var(--color-flow);
    margin-top: 0rem;
    margin-left: 0.7rem;
}
.flowcontainer {
    text-align: center;
    font-size: 1rem;

    width: 10rem;
    flex-direction: column;
}
.activeflowstep {
    cursor:pointer;
    background-color:white;
}
.selecteditem {
    background-color: var(--color-selectedflow);
    cursor: default;
}
.standardbutton, .yellowbutton, .greybutton {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    cursor: pointer;
    min-width: 9rem;
    text-align: center;
    font-weight: bold;
    width: fit-content;
    height:fit-content;
    justify-content: center;
}
.standardbutton {
    background-color: var(--color-lightgrey);
    border: 0.15rem solid var(--color-lightgrey);
    color: black;
}
.yellowbutton {
    border: 0.15rem solid var(--color-lightgrey);
    background-color: var(--color-yellow);
    color: white;
}
.hideifbelowempty:has(+ div:empty) {
    display: none;
}
.greybutton {
    border: 0.15rem solid var(--color-lightgrey);
    background-color: var(--color-lightgrey);
    color: black;
}
.clickable{
    cursor:pointer;  
}
.clickable:hover, .standardtable tr:hover {
    background-color: var(--color-hovercolor);
    transition: 0.5s;
}
.removehover tr:hover {
    background-color: transparent !important;
}

.settingsbutton {
    padding: 0.9rem;
    margin: -0.3rem;
    justify-content: center;
    text-align: center;
    border-radius: 1rem;
    cursor: pointer;
    text-underline-offset: 0.5rem;
    transition: 0.5s;
}
.settingsbutton:hover {
    background-color: var(--color-hovercolor);
    text-decoration: underline;
    text-decoration-thickness: 0.3rem;
    text-decoration-color: var(--color-yellow);
}
#divcontent {
    margin-top: 7rem;
    margin-left: auto;
    margin-right: auto;
    width: 85rem;
    padding-bottom:3rem;
    flex-direction: column;
}
.smallmenu {
    position: absolute;
    z-index: 4;
    border: 0.15rem solid var(--color-lightgrey);
    padding: 1rem;
    background-color: white;
    top: 6rem;
    flex-direction: column;
}
#cogwheelcontainer {
    margin-right: 2rem;
}
#canvascogwheel {
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    border-radius: 1.5rem;
    transition: 0.5s;
    padding: 0.5rem;
    margin: -0.3rem;
}

.hovergrey:hover {
    background-color: var(--color-hovercolor);
    transition: 0.5s;
}

#canvasaccountinitials {
    width: 4rem;
    height: 4rem;
    cursor: pointer;
}
#divtopmenubuttons {

    align-self: center;
}

#accountandsettings {
    flex-flow: row-reverse;
    flex-grow: 1;
    align-items: center;

}
#top {
    border-bottom: solid 1px var(--color-darkgrey);

    position: fixed;
    z-index: 2;
    width: 100%;
    background-color: #ffffff;
    left: 0;
    top: 0;
    justify-content: center;
}

