@import "../lib/toastr/2.1.1/content/content/toastr.css";

:root {
    --color-text-invert: #f7f7f7;
    --color-text: #3A3A3A;
    --color-text-highlight: #1A2024;

    --color-background: #f7f7f7;
    --color-card-background: #E3E3E3;
    --color-outlines: #D1D1D1;
    --color-highlight: #0083CB;
    --color-highlight-light: #19adff;
    --color-highlight-dark: #0076B7;
    --color-scrollbar-background: #e3e3e3;
    --color-scrollbar-thumb: #767a7d36;
    --color-surface-bars: #5d6265;
}

body {
    padding: 8px;
    font-family: arial, sans-serif;
    font-size: small;
    background-color: var(--color-background);
    color: var(--color-text);
    border-radius: 0;
}

.login-body {
    padding: 8px;
    font-family: arial, sans-serif;
    font-size: small;
    background-color: #010203;
    color: #f7f7f7;
    border-radius: 0;
}

label {
    font-weight: normal;
    font-size: medium;
}

#redirectLogo {
    justify-items: left;
    height: 85px;
    margin-left: 4px;
}

.form-group label {
    font-weight: normal;
    font-size: 13px;
    margin-top: 8px;
}

.form-group .form-indent label {
    font-weight: normal;
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.condenesed-label.condenesed-label {
    margin-top: 0px;
    margin-bottom: 0px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid var(--color-outlines);
    -webkit-text-fill-color: var(--color-text);
    -webkit-box-shadow: 0 0 0px 1000px var(--color-background) inset;
    transition: background-color 5000s ease-in-out 0s;
}

.form-control{
    font-size: 13px;
    background-color: var(--color-background);
    border: 1px solid var(--color-outlines);
    color: var(--color-text);
    font-weight: normal;
    border-radius: 0px;
}
select.form-control{
    cursor: pointer;
}
input.form-control:read-only,
textarea.form-control:read-only,
select.form-control:disabled{
    background-color: var(--color-outlines);
    cursor:default;
}

.form-control:focus {
    border-color: #ccc;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 8px #ccc;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 230px;
    border: 1px solid #ddd;
    z-index: 1;
}

.dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}


.tickLabel {
    color: #7e858b;
    font-size: small;
}

.currentPositionLabel {
    color: var(--color-text-highlight);
    font-size: medium;
}

/* Wrapping element */
.body-content {
    padding-top: 4px;
    padding-bottom: 0px;
    font-size: medium;
}


/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

.btn.btn-menu-collapser + hr {
    margin-right: 8px;
}

h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: large;
    font-family: arial, sans-serif;
}

h2 {
    font-size: xx-large;
    margin-top: 0px;
    margin-bottom: 0px;
}

#logo {
    
    justify-items: left;
    height: 85px;
    margin-left: 4px;
}

.logolarge {
    height: 110px !important;
    margin-bottom: 8px;
    margin-left: auto !important;
    margin-right: auto;
    width: fit-content;
}

.aiva,
.aiva-no-hover{
    font-family: "Blender-Pro-Book", arial, sans-serif;
    font-size: xxx-large;
    font-weight: normal;
    line-height: 0.8;
}

.aiva:hover{
    filter: brightness(0.9);
}

h3 {
    font-size: medium;
}

a {
    color: var(--color-highlight);
    font-size: inherit;
    text-decoration: none;
}

a:hover, a:focus {
    color: var(--color-highlight-light);

    text-decoration: none;
}

header {
    border-bottom: 1px solid var(--color-outlines);
    border-top: 3px solid var(--color-outlines);
    background: var(--color-background);
}

header a {
    color: var(--color-text-highlight)
}

.powered-by {
    display: flex;
    align-items: center;
    justify-content: center;
}

.powered-by a {
    color: var(--color-text-highlight);
}

.imgContainer {
    background-color: var(--color-highlight);
}

.report-output {
    color: var(--color-highlight);
    font-weight: normal;
}

.thOverflow {
    position: sticky;
    top: 0;
    background-color: var(--color-card-background)
}

th {
    position: sticky;
    top: 0;
    background-color: transparent;
}

.table {

    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    margin-left: 4px;
    overflow: hidden;
    width: 96%;
    margin-bottom: 0px;
}

.table > thead > tr > th {
    border-bottom-width: 1px;
    padding: 0px;
    margin-left: 10px;
    border-color: var(--color-outlines);
    font-weight: normal;
    vertical-align: top;
}

.table > thead > tr > th > a {
    color: var(--color-text);
    font-weight: normal;
}

.table > tbody > tr > td, .table > thead > tr > td {
    border-color: var(--color-outlines);
    padding: 2px 2px 4px 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-top: none;
}

.table-recentreportlist a {
    font-size: medium;
    color: var(--color-text);
}


.striplinks {
    background: var(--color-background);
    border-bottom: 1px solid var(--color-outlines);
}

.form-horizontal {
    padding-top: 10px;
}

/*this overrides bootstrap default setting so text labels on horizontal forms align to the LHS*/
.form-horizontal .control-label {
    font-size: 13px;
    margin-top: 8px;
    margin-bottom: 0;
    text-align: left;
}

.form-group {
    margin-bottom: 0px;
}

.form-group.required .control-label:after {
    content: " *";
}

.form-control:focus {
    border-color: #ccc;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 8px #ccc;
}

div.topnavmain {
    height: 100px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    border: none;
}

div.topnavstitch {
    height: 50px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    border: none;
}

div.topnavtitle {
    position: absolute;
    top: 50px;
    left: 10px;
    width: 1125px;
    padding-top: 10px;
    font-weight: normal;
}

div.topnavleftbuttons {
    position: absolute;
    top: 20px;
    left: 10px;
    width: 830px;
    height: 50px;
    border: none;
}

div.topnavrightbuttons {
    position: absolute;
    top: 20px;
    left: 900px;
    width: 2000px;
    height: 150px;
    border: none;
}

div.topnavright1buttons {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 45px;
    border: none;
}

div.topnavright2buttons {
    position: absolute;
    top: 45px;
    left: 0px;
    width: 100px;
    height: 45px;
    border: none;
}

div.topnavright3buttons {
    position: absolute;
    top: 90px;
    left: 0px;
    width: 100px;
    height: 45px;
    border: none;
}

div.videoImageContainer {
    position: absolute;
    top: 0px;
    left: 350px;
    width: 700px;
    height: 650px;
    border: none;
}

div.controlsmain {
    position: relative;
    top: 10px;
    left: 0;
    width: 1325px;
    height: 1200px;
    border: none;
}

div.controlsmainright {
    position: absolute;
    top: 0;
    left: 1080px;
    width: 500px;
    height: 800px;
    border: none;
}

div.depthGraphContainer {
    position: absolute;
    top: 610px;
    left: 350px;
    width: 704px;
    height: 190px;
    border: none;
}

div.viewInfoContainer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 320px;
    height: 578px;
    border: none;
    background-color: #cfd2d3;
}


div.depthimageinfo {
    position: absolute;
    top: 610px;
    left: 0px;
    width: 320px;
    height: 190px;
    border: 1px solid #7e858b;
    background-color: #cfd2d3;
}


select {
    background-color: var(--color-background);
    color: var(--color-text);
    font-size: medium;
}

#myFullDepthScale {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 800px;
    width: 60px;
    background-color: var(--color-background);
    display: inline-block;
    border: none;
}

#myDepthScale {
    position: absolute;
    height: 800px;
    width: 60px;
    top: 0px;
    left: 126px;
    top: 0px;
    left: 126px;
    background-color: var(--color-background);
    border: none;
}

#myWellSchematic {
    position: absolute;
    height: 800px;
    width: 132px;
    top: 0px;
    left: 186px;
    background-color: var(--color-background);
    border: none;
}

#myFullWellSchematic {
    position: absolute;
    height: 800px;
    width: 66px;
    top: 0px;
    left: 60px;
    background-color: var(--color-background);
    border: none;
}

#myDepthProgressBar {
    position: absolute;
    height: 800px;
    width: 30px;
    top: 0px;
    left: 318px;
    background-color: var(--color-background);
    border: none;
}

#mySideCameraIcons {
    position: absolute;
    height: 800px;
    width: 100px;
    top: 0px;
    left: 373px;
    background-color: var(--color-background);
    border: none;
}

#myDownCameraIcons {
    position: absolute;
    height: 800px;
    width: 25px;
    top: 0px;
    left: 473px;
    background-color: var(--color-background);
    border: none;
}

#myVideoIcons {
    position: absolute;
    height: 800px;
    width: 25px;
    top: 0px;
    left: 348px;
    background-color: var(--color-background);
    border: none;
}

#myDepthScale span {
    position: relative;
    pointer-events: none;
}

#myFullDepthScale span {
    position: relative;
    pointer-events: none;
}

#myWellSchematic span {
    position: relative;
    pointer-events: none;
}

#myFullWellSchematic span {
    position: relative;
    pointer-events: none;
}

#mydivTop {
    height: 3px;
    width: 60px;
    position: absolute;
    z-index: 9;
    cursor: move;
    background-color: var(--color-highlight);
    border: 0px;
    text-align: center;
}

#currentView {
    width: inherit;
    color: var(--color-highlight);
    font-size: medium;
}

#currentDescription {
    width: inherit;
    color: var(--color-highlight);
    font-size: medium;
}

#currentdepth {
    color: var(--color-highlight);
    font-size: medium;
}

#imageinfo {
    color: var(--color-highlight);
    font-size: medium;
}


#imageLock1 {
    color: var(--color-highlight);
    font-size: medium;
}

#imageLock2 {
    color: var(--color-highlight);
    font-size: medium;
}

#mydivBottom {
    height: 3px;
    width: 60px;
    position: absolute;
    z-index: 9;
    cursor: move;
    background-color: var(--color-highlight);
    border: 0px;
    text-align: center;
}

#myDepthGraph {
    height: 190px;
    width: 704px;
    background-color: var(--color-background);
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* collapsible sections https://stackoverflow.com/questions/15095933/pure-css-collapse-expand-div#15742338  */

#answer,
#show,
#hide:target {
    display: none;
    width: 1220px;
}

#hide:target + #show,
#hide:target ~ #answer {
    display: inherit;
}

/* SQUARED TWO */
.evCheckbox {
    width: 22px;
    height: 22px;
    background: var(--color-background);
    position: relative;
    white-space: nowrap;
}

label[for=evCheckbox] {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 1px;
    top: 1px;
    background-color: var(--color-background);
}

.evCheckbox label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 4px;
    left: 4px;
    border: 3px solid var(--color-outlines);
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.evCheckbox label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.evCheckbox input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.navbar-toggle {
    padding: 0px 0px;
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 10px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-nav > li > a {
    display: inline-block;
    padding-top: 11px;
    padding-bottom: 9px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: var(--color-highlight);
    color: var(--color-text);
}

.navbar-header .navbar-toggle .icon-bar {
    background-color: var(--color-text);
}


.grid {
    height: 90%;
    justify-items: stretch;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-areas: 'title-left title-centre title-right''left content right' 'footer-left footer-centre footer-right';
}

.grid-main {
    grid-area: content;
    justify-items: center;
    align-self: center;
    min-width: 280px;

}

.grid-main-mfa {
    grid-area: content;
    grid-row: 1/2;
    justify-items: center;
    align-self: center;
    transform: translateY(50%);

}

.grid-a {
    grid-area: left;
    width: 380px;
    margin-left: 64px;
    margin-right: 64px;
    align-self: stretch;
}

.grid-c {
    grid-area: right;
    grid-row: 1/3;
    justify-items: center;
    align-self: center;
    min-width: 280px;
}

hr {
    margin: 0px;
    border-top: 1px solid var(--color-outlines);
}

.grid-app {
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: auto auto 1fr;
    grid-template-rows: min-content 1fr 1fr;
    grid-template-areas: 'menu toolbar toolbar' 'menu popout main' 'menu popout main';
}

.toolbar {
    grid-area: toolbar;
}

.main {
    grid-area: main;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
}

.main-v2 {
    grid-area: main;
    overflow: hidden;
    background-color: var(--color-background);
    padding-left: 4px;
}

.main-v3 {
    grid-area: main;
    min-width: 400px;
    overflow-x: auto;
    margin-left: auto;
    margin-right: auto;

}

.long {
    height: 100%;
    min-height: fit-content;
    overflow-y: auto;

}

.solo {
    margin-left: auto;
    margin-right: auto;
    width: 500px;
}

.menu {
    grid-area: menu;
    width: 248px;
    border-right: 1px solid var(--color-outlines);
    border-bottom-color: var(--color-outlines);
    transition: 0.5s;
    overflow-x: hidden;
    z-index: 1000;
}

.card {
    border-radius: 4px;
    background: var(--color-card-background);
    border: 1px solid var(--color-outlines);
    padding-bottom: 4px;
}

.card-header {
    border-radius: 4px 4px 0 0;
    margin: 0;
    padding: 4px 8px;
    background: var(--color-background);
    color: var(--color-text-highlight);
}

.card-with-header {
    background: var(--color-card-background);
    border: solid var(--color-outlines);
    padding-bottom: 4px;
    border-radius: 0 0 5px 5px;
    border-width: 0 1px 1px 1px;
}

.card-header-outline {
    border-radius: 4px 4px 0 0;
    margin: 0;
    padding: 4px 8px;
    background: var(--color-background);
    color: var(--color-text-highlight);
    border: 1px solid var(--color-outlines);
}

.menu-sub-group {
    margin-top: 16px;
    border-radius: 4px;
    margin-right: 8px;
    background: var(--color-card-background);
    border: 1px solid var(--color-outlines);
    padding-bottom: 4px;
}

.menu-sub-group-header {
    border-radius: 4px 4px 0 0;
    margin: 0;
    padding: 4px 8px;
    background: var(--color-background);
    color: var(--color-text-highlight);
}

.menu-sub-group-text {
    color:var(--color-text-highlight);
    font-weight: bold;
    padding-left:8px;
    margin-bottom:16px
}
.menu-sub-group-text-title{
    padding-left: 8px;
    margin:0px;
}

.menu-overview-icon {
    color:var(--color-highlight);
    font-size:medium;
}

.menu-overview-icon:hover {
    color:var(--color-highlight-dark);
    cursor:pointer;
}

.menu-sub-group-header-chevron {
    float: right;
}

.open-menu {
    width: calc(18em);
}

.open-menu #grid-app-hideable-menu, .open-menu #btn-close-menu {
    display: inline;
}

#btn-close-menu:hover,
#btn-open-menu:hover{
    color: var(--color-highlight-dark)
}

.open-menu #btn-open-menu {
    display: none;
}

.closed-menu {
    width: 20px;
}

.closed-menu #grid-app-hideable-menu, .closed-menu #btn-close-menu {
    display: none;
}

.closed-menu #btn-open-menu {
    display: inline;
}

.perfImageMenu {
    grid-area: perfva-images;
    width: 312px;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: var(--color-outlines);
    transition: 0.5s;
    overflow-x: hidden;
    z-index: 1;
}

.open-perfImage-menu {
    width: 312px;
}

.open-perfImage-menu #grid-app-hideable-menu, .open-perfImage-menu #btn-close-perfImages-menu {
    display: inline;
}

.open-perfImage-menu #perfVaImages {
    display: block;
}

.open-perfImage-menu #btn-open-perfImages-menu {
    display: none;
}

.closed-perfImage-menu {
    width: 35.63px;
}

.closed-perfImage-menu #grid-app-hideable-menu, .closed-perfImage-menu #btn-close-perfImages-menu {
    display: none;
}

.closed-perfImage-menu #btn-open-perfImages-menu {
    display: inline;
}

.closed-perfImage-menu #perfVaImages {
    display: none;
}

.menu ul {
    list-style: none;
    padding-left: 0px;
    margin: 0px;
}

.menu ul li {
    margin: 4px 0;
}

.header-select + ul li:first-child {
    margin: 0;
}

.table-header {
    color: var(--color-text);
}

.filter-grid-paging-container, .filter-grid-filter-container {
    align-self: center;
    margin: 0px 10px 7px 0px;
}

.filter-grid {
    display: flex;
    padding-left: 15px;
    flex-wrap: wrap;
}

input, textarea, select {
    caret-color: #CFD2D3;
    max-width: 500px;
}

@media (max-width: 812.02px) {
    .large-screen-only {
        display: none;
        padding: 0px;
        width: 0px;
        font-weight: normal;
    }
}

.flex-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    border-top: 1px solid var(--color-outlines);
}

.col {
    margin: 5px;
}

h4 {
    padding-left: 0px;
    margin-top: 1.5em;
    font-size: medium;
}

.navbar-brand {
    height: 25px;
    padding: 5px 0px;
}

.column-head {
    font-size: inherit;
    border-radius: 0px;
    background-color: var(--color-background);
    color: var(--color-text);
    padding-top: 1px;
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-left: 15px;
    border-radius: 0px;
    text-align: left;
}

.sortable-column-head {
    font-size: inherit;
    border-radius: 0px;
    color: var(--color-text);
    padding-top: 1px;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-left: 0.5rem;
    border-radius: 0px;
}

.sortable-column-head-right {
    width: calc(100% - 10px);
}

.sortable-column-head:hover,
.sortable-column-head:focus,
.sortable-column-head.focus {
    text-decoration: none;
    color: var(--color-text);
}


.sortable-column-head > .icon {
    color: var(--color-highlight);
}

.sortable-column-head:hover > .icon,
.sortable-column-head:focus > .icon {
    filter: brightness(0.9);
}

.selectable-table-row {
    border-bottom: solid 1px transparent;
    cursor:pointer
}

.table-tools {
    display: none;
    cursor:pointer;
}

.selectable-table-row:hover .table-tools,
.selectable-table-row:focus .table-tools,
.selectable-table-row.focus .table-tools {
    display: block;
    color: var(--color-text);
}

.selectable-table-row .table-tools:hover,
.selectable-table-row .table-tools:focus,
.selectable-table-row .table-tools.focus {
    display: block;
    color: var(--color-text);

}

.selected-table-row:hover .table-tools,
.selected-table-row:focus .table-tools,
.selected-table-row.focus .table-tools {
    display: block;
    color: var(--color-highlight);
}

.selected-table-row .table-tools:hover,
.selected-table-row .table-tools:focus,
.selected-table-row .table-tools.focus {
    display: block;
    color: var(--color-highlight);
    filter: brightness(0.9);
}

.clickable-icon {
    color: var(--color-text);
}

.selectable-table-row:hover,
.selectable-table-row:focus,
.selectable-table-row.focus {
    color: var(--color-text-highlight);
    font-weight: bold;
}

.selectable-table-row > td .clickable-icon:hover,
.selectable-table-row > td .clickable-icon:focus,
.selectable-table-row > td .clickable-icon.focus {
    color: var(--color-text-highlight);
}

.selected-table-row {
    color: var(--color-highlight);
    font-weight: bold;
    cursor:default
}

.subRow > td > span {
    padding-left: 1em
}

.selected-table-row > td .clickable-icon {
    color: var(--color-highlight);
}

.selected-table-row:hover,
.selected-table-row:focus,
.selected-table-row.focus {
    color: var(--color-highlight);
    filter: brightness(0.9);
}

.selected-table-row > td .clickable-icon:hover,
.selected-table-row > td .clickable-icon:focus,
.selected-table-row > td .clickable-icon.focus {
    color: var(--color-highlight);
    filter: brightness(0.9);
}

.modal-content {
    background-color: var(--color-card-background);
    margin: 5% auto 15% auto;
    border: 1px solid var(--color-outlines);
    border-radius: 4px;
    width: 40%;
    min-width: 350px;
    z-index: 1100;
    display: flex;
    flex-direction: column;
}

.modal-bottom-buttons {
    justify-content: center;
    width: 100%;
    display: flex;
    margin-bottom: 8px;
    margin-top: 8px;
}

.modal-single-bottom-button {
    width: 100%;
    margin: 0 8px 0 8px;
}

.telemetry-labels {
    font-size: 10.8px;
    padding-left: 8px;
    display: block;
}

/* The Modal (background) */
.modal-confirm {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1100; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgba(0, 0, 0, 0.75);
    padding-top: 50px;
    box-sizing: border-box;
}

.close {
    position: absolute;
    right: 35px;
    top: 15px;
    font-size: 40px;
    font-weight: bold;
    color: #f1f1f1;
    box-sizing: border-box;
    opacity: 1.0;
}

.close:hover,
.close:focus {
    color: var(--color-highlight);
    cursor: pointer;
    box-sizing: border-box;
    opacity: 1.0;
}

/* Clear floats */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.no-stitch {
    display: none;
}

.spinner-load-complete {
    display: none;
}

.spinner {
    grid-area: 1 / 1;
    font-size: xx-large;
    color: var(--color-highlight);
}

.header-select {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    background-color: transparent;
    border: 0;
    font-size: 13px;
    color: var(--color-highlight);
    padding: 4px;
    cursor: pointer;
}

.header-select option {
    color: var(--color-text);
}

.header-select:hover {
    filter: brightness(0.9);
}

@media (max-width: 812.02px) {
    body {
        padding-bottom: 0;
        padding-top: 4px;
    }

    .grid-app {
        height: calc(100% - 30px);
    }

    .grid-results {
        display: grid;
        height: 100%;
        grid-template-rows: auto 1fr;
        /*grid-template-areas: 'filter' 'table';*/
    }

    .mobile-scrollable {
        overflow-y: auto;
    }

    .large-screen-only {
        display: none;
        padding: 0px;
        width: 0px;
        font-weight: normal;
    }
}

@media (min-width: 812.02px) {
    .mobile-only {
        display: none;
    }

    #btn-close-menu, #btn-close-perfImages-menu {
        display: inline;
    }

    #btn-open-menu, #btn-open-perfImages-menu {
        display: none;
    }
}

@media screen and (max-width: 300px) {
    .cancelbtn, .deletebtn {
        width: 100%;
        box-sizing: border-box;
    }
}

.menu-spinner-class {
    display: none;
    grid-area: 1/1;
    font-size: xx-large;
    color: var(--color-highlight);
    background-color: var(--color-card-background);
    opacity: 0.75;
}


/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: var(--color-scrollbar-background);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--color-scrollbar-thumb);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--color-surface-bars);
}

.openseadragon-container canvas {
    background-color: var(--color-background) !important;
}

.btn {
    background-color: inherit;
    color: var(--color-text);
    font-size: inherit;
    border-radius: 0;
    border: 0;
    padding: 0 12px;
}

.btn:active,
.btn:focus,
.btn:focus:hover,
.btn:focus:active,
.btn:hover:focus:active {
    color: var(--color-text);
    outline: none !important;
    text-decoration: none;
    outline-offset: 0px;
}

.btn > .icon {
    color: var(--color-text);
    display: flex;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.btn:hover,
.btn:hover > .icon {
    font-weight: 550;
    color: var(--color-text-highlight);
}

.btn input:disabled,
.btn input[disabled],
.btn[disabled],
.btn:disabled {
    cursor: not-allowed;
    opacity: .65;
}

.btn[disabled]:hover,
.btn:disabled:hover {
    font-weight: normal;
}

.btn-no-hover:hover,
.btn-no-hover:hover > .icon {
    font-weight: normal;
}

/* Dark Buttons */
.btn-icon {
    font-size: inherit;
    border-radius: 0;
    border: 0;
    padding: 0 12px;
    margin-left: 0;
    background-color: inherit;
    color: var(--color-highlight);
}

.btn-icon > .icon {
    color: var(--color-highlight);
}

.btn-icon:hover,
.btn-icon:hover > .icon {
    color: var(--color-highlight);
    filter: brightness(0.9);
}

.btn-icon:disabled:hover,
.btn-icon[disabled]:hover > .icon {
    color: var(--color-highlight);
    filter: brightness(0.9);
}

.btn-icon:active,
.btn-icon:focus,
.btn-icon:focus:hover,
.btn-icon:focus:active,
.btn-icon:hover:focus:active {
    color: var(--color-highlight);
}

.btn-highlight-outline {
    width: 120px;
    display: flex;
    justify-content: center;
    border-radius: 8px;
    margin: 4px 8px 4px calc(50% - 60px);
    padding-top: 1px;
    background: var(--color-background);
    color: var(--color-text-highlight);
    border: 2px solid var(--color-highlight);
}

.btn-highlight-outline:hover {
    border: 2px solid var(--color-highlight-dark);
    font-weight: 550;
}

.btn-highlight-solid {
    width: 120px;
    display: flex;
    justify-content: center;
    border-radius: 8px;
    margin: 4px 8px 4px calc(50% - 60px);
    padding-top: 1px;
    background: var(--color-highlight);
    color: var(--color-text-invert);
    border: 2px solid var(--color-highlight);
}

.btn-highlight-solid:hover,
.btn-highlight-solid:active,
.btn-highlight-solid:focus:hover,
.btn-highlight-solid:focus:active,
.btn-highlight-solid:hover:focus:active
{
    background-color: var(--color-highlight-dark);
    border: 2px solid var(--color-highlight-dark);
    color: var(--color-text-invert);
    font-weight: 550;
}

.btn-left {
    margin: 4px 8px 4px calc(25% - 60px);
}

.btn-right {
    margin: 4px calc(25% - 60px) 4px 8px;
}

.file-selecter.file-selecter {
    margin-top: 0;
    text-align: left;
    white-space: normal;
    margin-bottom: 8px;
}

.form-file-container + .modal-bottom-buttons {
    margin-top: 0;
}

/* Menu Buttons */
.btn-menu {
    width: 95%;
    text-align: left;
    gap: 0.5rem;
    align-items: center;
    padding-left: 0px;
    margin-left: 5px;
    display: grid;
    grid-template-columns: 24px auto;
}

.btn-menu-collapser {
    background-color: inherit;
    color: var(--color-highlight);
    padding: 6px 8px;
    margin-top: -0.5em;
}

.btn-menu-collapser:focus {
    background-color: inherit;
    color: var(--color-highlight);
}

.tooltip.top .tooltip-inner {
    background-color: red;
}

.tooltip.top .tooltip-arrow {
    border-top-color: red;
}

.menu-content{
    /*min-height: calc(100vh - 112px);*/
}

.supportHubHomePageContent{
    display: grid;
    grid-template-areas: "icon title" "icon desc";
    grid-template-columns: 1fr 1fr;
    border: 1px solid var(--color-outlines);
    border-radius: 4px;
    background-color: var(--color-background)
}

.supportHubHomePageContent:hover{
    cursor:pointer;
    box-shadow: 0 0 16px var(--color-outlines);
}

.supportHubHomePageContent:hover svg{
    color: var(--color-highlight-dark);
}

.clickableText{
    color: var(--color-highlight)
}

.clickableText:hover{
    color: var(--color-highlight-dark);
    cursor:pointer;
    font-weight: bold;
}

.releaseNoteContainer{
    padding-left:16px;
    margin-left:8px;
    border-left: 4px solid var(--color-highlight);
    padding-bottom:16px;
}

.releaseNoteContainer::after{
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border: 4px solid var(--color-highlight);
    background-color:var(--color-background);
    top:0px;
    left:2px;
    border-radius: 50%;
}

.faqCategoryHeader{
    color: var(--color-text-highlight);
    padding: 8px;
    margin: 0px;
    text-align:left;
    border-left:4px solid var(--color-highlight);
}
.faqCategoryHeaderIcon{
    color:var(--color-highlight);
    margin-right:8px;
}
.faqQuestionContainer{
    display: flex;
    justify-content: space-between;
    cursor:pointer;
}

.faqQuestionTitle{
    color: var(--color-text-highlight);
    padding: 4px;
    margin-bottom: 0px;
    text-align: left;
}

.subscriptionTable th, .subscriptionTable td{
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid var(--color-outlines); 
}

.subscriptionTable th, .subscriptionTable td{
    background-color: var(--color-background);
}

.subscriptionTable tr:last-child td{
    padding: 8px;
    text-align: left;
    border-width: 0 ;
}

.subscriptionTable tr:hover{
    color:var(--color-text-highlight);
    cursor: pointer;
    font-weight:bold
}

.subscriptionRecentCard,
.subscriptionRecentCardNoHover{
    padding: 8px;
    width: 100%;
    background: var(--color-background);
    border-radius: 8px;
    border: 1px solid var(--color-outlines)
}
.subscriptionRecentCard:hover{
    cursor: pointer;
    box-shadow: 0 0 4px var(--color-outlines);
}

.subscriptionSectionHeader{
    border-left: 4px solid var(--color-highlight);
    padding: 0 4px;
    font-size: x-large;
    margin-bottom: 8px;
    margin-top: 0;
}

.shimmer {
    color: var(--color-outlines);
    display: inline-block;
    mask: linear-gradient(100deg, #000 30%, #0005, #000 70%);
    mask-position: right;
    mask-size: 300%;
    animation: shimmer 2s infinite;
    font-size: 50px;
}

@keyframes shimmer {
    100% {
        mask-position: left
    }
}

.loadBlockGrey {
    display: inline-block;
    height: 10px;
    border-radius: 10px;
    background-color: var(--color-outlines)
}

.loadBlockBlue {
    display: inline-block;
    height: 10px;
    border-radius: 10px;
    background-color: var(--color-highlight)
}

.validationMessage {
    color: red;
}