﻿.front-page {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), #ffffff), url("Images/Haem-B-3D-vdW.png");
    background-size: 400px;
    background-repeat: no-repeat;
}


.quickgrid[theme=default] .col-title {
    padding: 0 !important;
}

.btn-primary, .btn-outline-primary:hover {
    background-color: indigo !important;
    border-color: indigo !important;
    color: white !important;
 }

.btn-danger{
    background-color: #EB053A;
}
.text-primary{
    color: indigo !important;
}

.accordion-header {
    background-color: #FDF2FF !important;
}

.section-header{
    min-width: 240px;
    font-weight: bold;
    white-space: nowrap;
    user-select: none;
    border-right: 1px dotted indigo;
    padding-right: 8px;
}

.text-hmbs {
    color: #512373 !important;
}

.text-cpox {
    color: #BE5014 !important;
}

.text-ppox {
    color: #074F69 !important;
}

.data-field{
    background-color: #FDF2FF;
    padding: 0.5em;
    border: 1px dotted indigo;
    min-height: 2.5em;
    vertical-align: middle;
}

.data-field-readonly {
    background-color: aliceblue;
    color: deepskyblue;
    font-weight: bold;
    border: 1px solid deepskyblue;
}

.bg-hmbs {
    background-color: #512373 !important;
    color: white;
}

.bg-ppox {
    background-color: #074F69 !important;
    color: white;
}

.bg-cpox {
    background-color: #BE5014 !important;
    color: white;
}

.btn-outline-primary {
    color: indigo !important;
    border-color: indigo !important;
}

.quickgrid {
    --col-gap: 0rem !important;
    padding: 0px;
}

.var {
    font-family: 'Encode Sans Condensed';
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.var-id {
    min-width: 64px;
    max-width: 72px;
    background-color: aliceblue;
    text-align: end;
}

.col-header-content{
    display: block  !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.var-text {
    min-width: 200px;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
}

.var-text-narrow {
    min-width: 80px;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.var-lab {
    max-width: 6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.var-acmg {
    font-weight: bold;
    text-align: center;
    width: 36px;
}

.var-col-narrow {
    width: 30px;
}

.acmg-lb {
    background-color: #92D050 !important;
    color: white;
}

.acmg-b {
    background-color: #00B050 !important;
    color: white;
}

.acmg-p {
    background-color: #FF0000 !important;
    color: white;
}

.acmg-vus {
    background-color: #19C3FF !important;
    color: white;
}

.acmg-lp {
    background-color: #FD911B !important;
    color: white;
}

.quickgrid tr:hover {
    background-color: #f0f8ff !important;
    color: blue !important;
    cursor: pointer;
}
