@media (any-hover: hover) {
    a:hover {
        background: rgb(128,128,128,.2);
        transition: 0.3s;
    }
}

.active {
    background-color: grey !important;
}

.submit-button {
    background-color: transparent;
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}

.submit-button:hover {
    box-shadow: 0 15px 32px 0 rgba(0,0,0,0.24), 0 15px 50px 0 rgba(0,0,0,0.19);
    background-color: #eeeeee;
    transition: 0.3s;
}

/*.DayPicker {
  z-index:1001 !important;
}*/

.logo-div {
    display: flex;
    justify-content: center;
}

.logo-div-text {
    height: 50%;
    z-index: 1;
    font-size: 200%
}

.logo-div-img {
    height: 50%;
    margin: auto;
    z-index: 1;
    padding-bottom: 30px;
}

.logo-div-html-a {
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    height: fit-content;
    margin: auto;
}

.logo-div-main {
    position: relative;
    width: 100%;
    height: 10%;
    flex-direction: column;
    flex-wrap: wrap;
}

.inner-div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    vertical-align: top;
    position: relative;
    height: fit-content;
}

.banner-div {
    display: flex;
    width: 100%;
    vertical-align: top;
    position: relative;
    height: 40px;
    justify-content: center;
    padding-bottom: 15px;
}

.banner-button {
    background-color: transparent;
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}

.banner-button-mid {
    border-right: 1px solid;
}

.banner-button-last {
    cursor: pointer;
}

.banner-button:hover {
    box-shadow: 0 15px 32px 0 rgba(0,0,0,0.24), 0 15px 50px 0 rgba(0,0,0,0.19);
    background-color: #eeeeee;
    transition: 0.3s;
}

.banner-button-last:hover {
    box-shadow: 0 15px 32px 0 rgba(0,0,0,0.24), 0 15px 50px 0 rgba(0,0,0,0.19);
    background-color: #eeeeee;
    transition: 0.3s;
}

.active-project-graph-filter {
    display: flex;
    width: 10%;
    flex-direction: column;
    margin-left: 1%;
}

.active-project-graph-filter-banner-button {
    background-color: transparent;
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}

.active-project-graph-filter-banner-button:hover {
    box-shadow: 0 15px 32px 0 rgba(0,0,0,0.24), 0 15px 50px 0 rgba(0,0,0,0.19);
    background-color: #eeeeee;
    transition: 0.3s;
}

.working-div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    vertical-align: top;
    position: relative;
    height: fit-content;
    justify-content: center;
    min-height: 30vh;
    border-top: 5px solid black;
    padding-top: 0.5%;
}

.base-layout {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    position: absolute;
    height: fit-content;
    min-height: 100vh;
    width: 100%;
    flex-grow: 1;
    /*background: linear-gradient(to bottom, #eeeeee 5vh, #599cf5 10vh, #599cf5 10vh, #eeeeee 100vh)*/
}

.div-dash-table-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    border-right: 1px #dddddd solid;
    border-bottom: 1px #dddddd solid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    vertical-align: top;
    background: white;
    position: relative;
    overflowX: auto;
    padding: 1%;
    min-height: 30vh;
    min-width: 30%;
    padding-right: 2%;
    /*background-color: #eeeeee;*/
}

/*
Graph css styling, not sure how to implement it as there is not className parameter
.js-plotly-graph{} and js.graph{} see to be elements
.div-active-graph {
    background-color: black;
    minWidth: 30%;
    minHeight: 30vh;
}
*/

.div-table-default {
    width: 70%;
    margin-top: 1%;
    margin-bottom: 1%;
}

.div-project-breakdown {
    width: 70%;
    margin-top: 1%;
    margin-bottom: 1%;
}

.div-production-report {
    width: 90%;
    margin-top: 1%;
    margin-bottom: 1%;
}

.div-interviewer-breakdown {
    width: 90%;
    margin-top: 1%;
    margin-bottom: 1%;
}

/*.dash-spreadsheet.dash-freeze-top, .dash-spreadsheet.dash-virtualized {
     max-height: 10000px;
}*/

.div-dash-table-container-selection-field {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-height: 50px;
    justify-content: space-between;
    width: 90%;
    min-width: 30%;
    z-index:1001 !important;
}

.div-dash-table-container-project-title {
    display: block;
    font-size: 20px;
    text-align: center;
    border: 2px black solid;
    margin-right: 1%;
    margin-left: 1%;
    margin-top: 1%;
    width: 100%;
    min-width: 30%
}

.div-user-login {
    border-right: 1px #dddddd solid;
    border-bottom: 1px #dddddd solid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-left: 40%;
    margin-top: 20em;
    width: 20%;
    height: fit-content;
    diplay: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    padding: 10px;
}

.user-login{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 30px;
    width: 90%;
    position: relative;
    margin: 5px;
}

.user-pass{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 30px;
    width: 90%;
    position: relative;
    margin: 5px;
}

.login-button {
    background-color: transparent;
    border: black solid 1px;
    color: black;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    margin: 5px;
}

.login-button:hover {
    box-shadow: 0 15px 32px 0 rgba(0,0,0,0.24), 0 15px 50px 0 rgba(0,0,0,0.19);
    background-color: #eeeeee;
    transition: 0.3s;
}

.div-change-password {
    border-right: 1px #dddddd solid;
    border-bottom: 1px #dddddd solid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-left: 40%;
    margin-top: 20em;
    width: 20%;
    height: fit-content;
    diplay: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    padding: 10px;
}

.dash-table-container .row {
    display: block;
    margin: 0;
}

.dash-table-container .column {
    display: block;
    margin: 0;
}

.dash-table-tooltip {
    max-width: 500px !important;
    min-width: 10px !important;
    text-align: center !important;
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.DateRangePickerInput {
    Width: 100%;
}

.DateRangePickerInput__withBorder {
    Width: 100%;
}

.DateInput {
  Width: 43%;
  box-sizing: border-box;
}

.DateInput_input {
    box-sizing: border-box;
    Width: 100%;
    font-size: 14px;
}

.DateRangePickerInput_arrow_svg {
    width: 100%
}

.dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner {
   // min-height: 30px;
  //  height: 20px;
}

.dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner th {
    background-color: #fafafa;
    height: 30px;
}

.dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner td, .dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner th {
    background-clip: padding-box;
    padding: 0px;
    overflow-x: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    text-align: right;
}