* {
color-adjust: exact!important;
-webkit-print-color-adjust: exact!important;
print-color-adjust: exact!important;
}
@media print {
.detail-icon, .dropdown, .form-control, .filter-brush-container, .sym, .navbar, .btn, .detail {
display: none;
}
@page {
margin: 0 0 0 0;
}
}
.select-view {
position: relative;
top: -6px;
left: -13px;
}
.breadcrumb {
background-color: white;
position: relative;
top: 13px;
}
.navbar-brand, .breadcrumb-item {
color: rgba(0,0,0,.5) !important;
}
.navbar-brand:hover {
color: rgba(0,0,0,.7) !important;
}
.navbar-top {
height: 54px;
}
.sym {
cursor: pointer;
display: inline;
color: #007bff;
}
.fixed-table-body {
overflow: visible !important;
}
.fixed-top {
background-color: rgba(255,255,255,0.75);
}
.navbar-nav.mr-auto.breadcrumb {
background-color: transparent;
}
.table-container {
display: none;
font-size: 0.8rem;
}
#histogram-plot {
width: 100%;
height: 300px;
border:none;
}
#search-iframe {
width: 100%;
height: min(530px, 50vh)
}
.linkout-btn {
font-size: 0.8rem;
white-space: nowrap;
text-align: right;
}
.loading {
height: 100%;
padding-top: 25%;
}
#heatmap-plot-modal {
z-index: 9999;
}
.modal-body {
max-width: calc(100vw - 50px);
overflow-x: auto;
}
.active-row {
border-top: 2px solid #6ea8fe !important;
border-bottom: 2px solid #6ea8fe;
}
th {
white-space: nowrap;
height: 150px;
border: 0 !important;
overflow: visible;
}
#table {
max-width: 100%;
width: auto;
}
.bootstrap-table {
margin: auto !important;
width: fit-content !important;
}
td {
position: relative;
}
#table td,
#table th {
padding: 0 5px !important;
font-size: 12px !important;
background-clip: padding-box;
white-space: nowrap;
height: 18px;
line-height: 0.8;
}
.table td.plotcell {
padding: 0;
}
#pagination {
padding-top: 0.5rem;
display: none;
}
th .th-inner {
transform: translate(-10px, 30px) rotate(-45deg);
width: 1em;
overflow: visible !important;
transform-origin: top left;
margin-bottom: 5px;
}
#vis-container {
height: calc(100vh - 105px);
padding-top: 50px;
}
.fa {
display: inline-block;
width: 24px;
height: 24px;
background-size: 100%;
}
.fa-minus {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z"/></svg>');
}
.fa-plus {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z"/></svg>');
}
.num-cell {
white-space: nowrap;
}
.form-control {
height: 35px;
border: none !important;
width: 5em;
}
.filter-control {
padding-bottom: 2px;
}
.fixed-table-container {
border: none !important;
}
.filter-brush-container {
height: 48px;
position: relative;
}
.no-labels {
position: absolute;
top: 12px;
}
.card {
margin: 0.5em;
}
.container-fluid {
overflow: auto;
margin-top: 50px;
}
.dropdown-item {
line-height: normal;
}
#page-container {
position: relative;
min-height: 100vh;
}
#content-wrap {
padding-bottom: 54px;
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 54px;
}
.badge-light {
background-color: #cbcbcb;
color: #222222;
}
.katex-html {
display: none;
}
.navbar-toggler-icon {
width: 1em;
height: 1em;
}
.navbar-toggler {
background-color: white;
}
#right-top-nav {
margin: auto;
}
.btn-table {
border: none;
}
.description-box {
margin: 0;
}
#sidebar {
position: fixed;
right: 0;
top: 3rem;
z-index: 9999;
margin-right: 7px;
}
#sidebar-card {
width: 13rem;
background-color: rgba(255,255,255,0.75);
}
.sidebar-btn {
background-color: rgba(255,255,255,0.75);
}
.sidebar-btn:hover {
background-color: rgba(203,203,203,0.75);
cursor: pointer;
}
.navbar-toggler {
border: none;
}
#close-description {
position: absolute;
left: calc(100vw - 72px);
top: 0;
padding: 0.2rem;
}
.description-card-body {
background-color: rgba(255,255,255,0.75);
width: 100vw;
border: none;
padding: 0;
}
#innerDescription {
margin: 0 auto;
max-width: 800px;
}
.ic:hover {
color: grey;
}
.nav-btn {
display: block !important;
}
.sym-container svg {
position: absolute;
top: 0;
left: 0;
cursor: pointer;
}
.sym-container svg:hover {
color: grey;
}
.sym-container .bi-caret-down {
top: 8px;
}
.hide-sym {
margin-left: 14px;
}
.pulsating-button {
animation: pulsate 2s infinite;
margin-left: 2rem;
margin-right: 2rem;
margin-top: 10px;
}
@keyframes pulsate {
0% { transform: scale(1); }
50% { transform: scale(1.05); }
100% { transform: scale(1); }
}
.hide-sym:hover {
color: grey;
}
#plot-size-control {
position: absolute;
bottom: 52px;
z-index: 2;
right: calc(50% - 50px);
}
.popover {
z-index: 9999 !important;
}
.datavzrd-img {
max-width: 85vw;
max-height: 85vh;
width: auto;
height: auto;
display: block;
margin: 5rem auto;
}
.linkout-raw-value {
display: none;
}
.detail-pills-wrapper {
display: flex;
flex-wrap: wrap;
max-width: 25vw;
line-height: 1.3;
}
#filter-columns-input {
min-width: 140px;
}
#colum-filter-icon:hover {
cursor: pointer;
color: grey;
}
#landing-table h1 {
font-weight: 900;
font-size: inherit;
}
#landing-table h2 {
font-weight: 800;
font-size: inherit;
}
#landing-table h3 {
font-weight: 700;
font-size: inherit;
}
#landing-table h4 {
font-weight: 600;
font-size: inherit;
}
#landing-table h5 {
font-weight: 500;
font-size: inherit;
}