html, body, #app {
  height: 100vh;
  width: 100%;
}

a:hover, button:hover, select:hover {
  cursor:pointer;
}

.ui.menu {
    margin-bottom: 0;
    background-color: white;
}
.ui.secondary.menu {
background-color: white;
}

.ui.container {
    width: auto!important;
    margin-left: 0.5em!important;
    margin-right: 0.5em!important;
}

#dataviz thead tr:first-child > th {
     position: sticky !important;
     top: 0;
     z-index: 2;
}

.tree-view_item {
    padding: 10px;
    font-size: 1.4em;
}


.ui.pagination.menu .item {
    padding: 0 0 0 1.1em;
}

.ui.pagination.menu .active.item {
    padding: 0 0 0 1.1em;
}

#sv-list-menu .item {
padding: .2em 1em;
}

.ui.table thead th {
padding: 0.1em;
}

#dataviz .cell-bold-left {
  border-left-style: solid;
  border-left-width: 1px;
}

#dataviz .cell-bold-right {
  border-right-style: solid;
  border-right-width: 1px;
}

#dataviz tr.warning td.exceedance {
  background-color: #f2dede;
}

#dataviz tr.warning td.imprecise {
  background-color: #d9edf7;
}

#dataviz tr.warning td.incomplete {
    background-color: #D9F7D9;
}