* {
    font-family: system-ui, sans-serif;
    font-weight: 400;
}

.seperator {
    border-bottom: 1px solid grey;
    margin: 0;
}

.bg-eQ-grey {
    background-color: rgb(31, 31, 31);
}

.bg-eQ-light {
    background-color: rgb(209, 209, 209);
}

.maxheight50pct {
    max-height: 50%;
}

.maxheight75pct {
    max-height: 75%;
}

.height-50vh {
    height: 50vh;
}

#infodiv {
    position: relative;
    /* top: -7px;
    left: -10%; */
    /* top: -1.8em;
    left: -0em; */
    z-index: 3000;
}


.clickable:hover {
    /* color: rgb(32, 32, 32); */
    font-weight: bold;
    cursor: pointer;
    background-color: rgba(211, 211, 211, 0.137);
}

p {
    margin: 0;
    padding: 0;
}

.fs-7 {
    font-size: 0.8rem;
}

.fs-8 {
    font-size: 0.7rem;
}

.w-fit {
    width: fit-content;
}

.w-10 {
    width: 10%;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

.w-45 {
    width: 45%;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%
}

.w-80 {
    width: 80%
}

.w-90 {
    width: 90%
}

.w-3em {
    width: 3em;
}

.w-3rem {
    width: 3rem;
}

.w-4rem {
    width: 4rem;
}

.w-5rem {
    width: 5rem;
}

.w-6rem {
    width: 6rem;
}

.w-6em {
    width: 6em;
}

.w-7rem {
    width: 7rem;
}

.w-7em {
    width: 7em;
}

.w-8rem {
    width: 8rem;
}

.w-8em {
    width: 8em;
}

.w-9em {
    width: 9em;
}

.w-10em {
    width: 10em;
}

.w-11em {
    width: 11em;
}

.w-12em {
    width: 12em;
}

.w-13em {
    width: 13em;
}

.w-14em {
    width: 14em;
}

.w-15em {
    width: 15em;
}

.w-10rem {
    width: 10em;
}

.w-11rem {
    width: 11em;
}

.w-12rem {
    width: 12em;
}

.w-13rem {
    width: 13em;
}

.w-14rem {
    width: 14em;
}

.w-15rem {
    width: 15em;
}

.w-20em {
    width: 20em;
}

.w-30em {
    min-width: 30em;
}

.w-20rem {
    width: 20rem;
}

.w-30rem {
    width: 30rem;
}

.h-sm {
    height: 1.5rem;
}

.h-2rem {
    height: 2rem;
}

.h-3em {
    height: 3em;
}

.h-100 {
    height: 100%
}

.pos-relative {
    position: relative;
}

.bg-eQdark {
    background-color: rgb(33, 37, 41);
}

.bg-header {
    background-color: var(--bs-light);
    color: black;
    font-weight: bold;
    /* padding: 0 8px; */
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 0px
}

.bg-asset-present {
    color: var(--bs-dark);
    font-weight: normal;
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 10%, rgb(0, 255, 100, 0.15) 50%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 1) 100%);
    padding: 0 0px
}

.bg-asset-missing {
    color: var(--bs-dark);
    font-weight: normal;
    background: white;
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 10%, rgba(255, 73, 73, 0.15) 50%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 1) 100%);
    ;
    padding: 0 0px
}

.bg-asset-all {
    color: var(--bs-dark);
    font-weight: normal;
    background: white;
    /* border: 1px solid rgba(255, 255, 255, 0.15); */
    padding: 0 0px
}

.bg-asset-recent {
    color: var(--bs-light);
    font-weight: normal;
    background-color: rgb(0, 26, 255, 0.01);
    border: 1px solid rgb(0, 26, 255, 0.01);
    padding: 0 0px
}

.flex {
    display: flex;
}

.flex-row-free {
    display: flex;
    flex-flow: row wrap;
}

.flex-row-nowrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.flex-col-nowrap {
    display: flex;
    flex-flow: column nowrap;
}

.flex-col {
    display: flex;
    flex-flow: column wrap;
}

.flex-gap-1 {
    gap: 1em 1em;
}

.text-nowrap {
    white-space: nowrap;
}

.ellipses {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#items:hover {
    background-color: grey;
}

#searchboxfixed {
    width: 100%;
    min-width: 100%;
    overflow: scroll;
    height: 55vh;
    z-index: 3000;
}

.searchbox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    visibility: hidden;
    background-color: white;
    color: black;
    font-size: .9em;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 10px;
    top: 3em;
    left: 2rem;
    width: 100%;
    max-width: 90%;
    min-height: 25vh;
    position: absolute;
    overflow: scroll;
    z-index: 3000;
}

.searchbox .sb-list {
    min-height: 20vh;
    max-height: 45vh;
    overflow-y: visible;
}




.searchbox li {
    padding: 3px;
    border-bottom: 1px solid rgb(190, 190, 190);
}

.searchbox ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

input {
    /* outline: 1px solid #f8f9fa; */
    border-radius: 3px;
    border: none;
}

input:focus {
    outline: 6px solid rgba(126, 182, 255, 0.616);
}

input[type="checkbox"] {
    transform: scale(1.3);
    margin-left: .2em;
}

.modal {
    display: none;
    border: 5px white;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 3000;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.4);
}

#regtagbut {
    z-index: 3000;
}

#datacontainer {
    max-height: 90vh;
}

/* 
/* #history {
    max-height: calc(100vh - 50vh)
} */
/* 
#datacontainer::-webkit-scrollbar {
    width: 1rem;
    background-color: grey;
}

#datacontainer::-webkit-scrollbar-track {
    background-color: var(--bs-dark);
    box-shadow: inset 0 0 6px #F5F5F5;
    width: 1rem;
}

#datacontainer::-webkit-scrollbar-thumb {
    background-color: lightgrey;
    border-radius: .3rem;
    border: 2px solid rgb(255, 255, 255);
} */

*/ .winheight {
    height: calc(100%)
}

/* .databox {
    max-height: calc(60vh - 100px);
} */

.maxw-5 {
    max-width: 5%;
}

.maxw-10 {
    max-width: 10%;
}

.maxw-15 {
    max-width: 15%;
}

.maxw-20 {
    max-width: 20%;
}

.maxw-25 {
    max-width: 25%;
}

.maxw-30 {
    max-width: 30%;
}

.maxw-35 {
    max-width: 35%;
}

.maxw-40 {
    max-width: 40%;
}

.maxw-45 {
    max-width: 45%;
}

.minw-5 {
    min-width: 5%;
}

.minw-10 {
    min-width: 10%;
}

.minw-15 {
    min-width: 15%;
}

.minw-20 {
    min-width: 20%;
}

.minw-25 {
    min-width: 25%;
}

.minw-30 {
    min-width: 30%;
}

.minw-35 {
    min-width: 35%;
}

.minw-40 {
    min-width: 40%;
}

.minw-45 {
    min-width: 45%;
}

.minw-50 {
    min-width: 50%;
}

.minw-10rem {
    min-width: 10rem;
}

.minw-12rem {
    min-width: 12rem;
}

.minw-14rem {
    min-width: 14rem;
}

.minw-15rem {
    min-width: 15rem;
}

.minw-16rem {
    min-width: 16rem;
}

.minw-18rem {
    min-width: 18rem;
}

.minw-20rem {
    min-width: 20rem;
}

.minw-22rem {
    min-width: 22rem;
}

.minw-24rem {
    min-width: 24rem;
}

.minw-25rem {
    min-width: 25rem;
}

.minw-26rem {
    min-width: 26rem;
}

.minw-28rem {
    min-width: 28rem;
}

.minw-30rem {
    min-width: 30rem;
}

.maxw-10rem {
    max-width: 10rem;
}

.maxw-12rem {
    max-width: 12rem;
}

.maxw-14rem {
    max-width: 14rem;
}

.maxw-15rem {
    max-width: 15rem;
}

.maxw-16rem {
    max-width: 16rem;
}

.maxw-18rem {
    max-width: 18rem;
}

.maxw-20rem {
    max-width: 20rem;
}

.maxw-22rem {
    max-width: 22rem;
}

.maxw-24rem {
    max-width: 24rem;
}

.maxw-25rem {
    max-width: 25rem;
}

.maxw-26rem {
    max-width: 26rem;
}

.maxw-28rem {
    max-width: 28rem;
}

.maxw-30rem {
    max-width: 30rem;
}


.w-inherit {
    width: inherit
}

#cols {
    display: flex;
    flex-wrap: nowrap
}

#history {
    display: flex;
    flex-wrap: nowrap
}


.column {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0
}

.col-header {
    display: flex;
    /* flex-direction: row; */
    flex-wrap: nowrap;
    text-wrap: wrap;
    min-width: 100%;
    min-height: 5em;
    max-height: 5em;
    text-align: center;
    font-weight: bold;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
}

.row-cell {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: start;
    justify-content: center;
    padding: 2px;
    width: 100%;
    min-height: 1.2rem;
    max-height: 1.2rem;
    line-height: 1.2rem;
    text-align: start;
    font-weight: normal;
    word-wrap: none;
    text-wrap: nowrap;
    text-overflow: ellipsis;
}

/* TEst */

.fs-3 {
    font-size: 1.4rem;
}

.fs-4 {
    font-size: 1.2rem;
}

.fs-5 {
    font-size: 1rem;
}

.fs-6 {
    font-size: 0.8rem;
}


.row-cell:hover {
    background-color: rgba(211, 211, 211, 0.137);
    cursor: cell;
    font-weight: bold;
    /* font-size: inherit; */
}

.m-2 {
    margin: 2em;
}

.text-start {
    text-align: start;
}

.text-center {
    text-align: center;
}

.text-end {
    text-align: end;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}


.inp {
    display: flex;
    min-width: fit-content;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: stretch;
    background-color: #e4e4e4;
    border: 1px solid #bebebe;
    border-radius: 4px;
}

.inp.inp-prefix {
    display: inline-flex;
    font-size: inherit;
    background-color: inherit;
    margin: 0;
    padding: 0 0.5em;
    border: none;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.inp.inp-field {
    display: inline-flex;
    flex-grow: 2;
    margin: 0;
    height: 100%;
    font-size: inherit;
    min-width: fit-content;
    background-color: #f3f3f3;
    border: none;
    border-radius: 4px;
    outline: none;
    padding: 2px 0.3em;
}

.inp.inp-field:focus {
    outline: rgba(95, 165, 255, 0.6) 5px solid
}

.inp.bg-default {
    background-color: #e4e4e4;
    border: 1px solid #bebebe;
}

.inp.bg-dark {
    color: #ffffff;
    background-color: #222222;
    border: 1px solid #222222
}

.inp.bg-cyan {
    background-color: cyan;
    border: 1px solid #222222
}