h1, h2, h3, h4, h5, h6, p, body, pre, blockquote {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

/* This is actually the title-primary class */
/* h1 { 
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 8px;
} */

h1 {
    font-size: 20px;
    font-weight: 500;
}

h2 {
    font-size: 16px;
    font-weight: 500;
}

h3 {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
}

a {
    color: #31708f;
}

body {
    background-color: #eff0f0 !important;
    padding-top: 50px;
}

.navbar-brand i {
    margin-top: -7px;
    max-height: 50px;
}

.scrollable-menu {
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
}

.scrollable-large {
    max-height: 840px;
    overflow-y: scroll;
}

.bottom-align-text {
    margin-top: 16px;
    text-align: right;
}

.bottom-column-right {
    float: right;
    display: table-cell;
    text-align: right;
    vertical-align: baseline;
}

.bottom-column-left {
    float: left;
    display: table-cell;
    text-align: left;
    vertical-align: baseline;
}

.v-centered-panel-column {
    min-height: 90px;
    display: flex;
    align-items: center;
}

.standard-panel {
    background-color: #fff;
    border-color: #d0d1d2;
    border-radius: 1px;
}

.standard-panel .panel-heading {
    padding: 2px 15px;
    background-color: #e1e2e3;
    border-color: #bdbfc2;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
}

.standard-panel .panel-heading div:first-child {
    display: flex;
    justify-content: space-between;
}

.standard-panel .panel-body {
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    position: relative; /* needed for absolute positioning of inner objects */
}

/*Class for secondary key figure*/
.small_stat {
    margin-top: -6px;
    font-size: 24px;
    font-family: "Rawline", sans-serif;
}

.bold {
    font-weight: 700;
}

.smaller_stat {
    font-size: 16px;
    font-weight: bold;
}

/*Smaller font size for fontawesome in this class*/
.small_stat .fa {
    font-size: 14px;
}

/*Equals sign for fontawesome*/
.fa-equal:before {
    content: "=";
}

/*Duplicate of small_stat (for compatibility)*/
.huge {
    font-size: 24px;
    font-family: "Rawline", sans-serif;
}

/*Class for primary key figure*/
.enormous {
    margin-top: -12px;
    margin-bottom: -2px;
    font-size: 42px;
    font-family: "Rawline", sans-serif;
    font-weight: 600;
}

td.enormous {
    margin-top: -8px;
}

.btn-default.active {
    font-weight: bold;
}

.enormouslink:hover {
    color: #245269 /* make consistent in future */
}

hr.thin {
    margin: 0px;
}

.title-primary {
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 8px;
}

.title-secondary {
    font-size: 16px;
}

.title-tertiary {
    font-size: 12px;
    color: #999999
}

.title-secondary small {
    color: #999999;
    font-size: 12px;
}

.schedule-only-reason {
    cursor: pointer;
}

.schedule-only-reason-hidden {
    display: None;
}

.link-aligned {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
}

.larger-link-aligned {
    font-weight: 700;
    font-size: 16px;
    line-height: 14px;
    cursor: pointer;
}

.title-bar-container {
    display: flex;
    justify-content: space-between;
    padding: 15px 10px 0px 10px;
    border-bottom: 1px solid #ddd;
    flex-wrap: wrap;
    align-items: baseline;
}

.title-bar-group {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
}

.title-bar-group > div {
    flex: 0 0 auto;
    padding-left: 5px;
    padding-right: 5px;
}

.title-bar-group > button {
    /* flex: 0 0 auto; */
    margin-left: 2px;
    margin-right: 2px;
}

.title-bar-group > button:first-of-type {
    /* flex: 0 0 auto; */
    margin-left: 5px;
}

.title-bar-group > button:last-of-type {
    /* flex: 0 0 auto; */
    margin-right: 5px;
}

.title-bar-group .btn {
    vertical-align: baseline;
}

.small {
    font-size: small;
}

.vcenter-row {
    display: flex;
    align-items: center;
}

.col-with-divider div[class*="col-"] {
    border-left: solid 1px #ddd;
}

.col-with-divider div[class*="col-"]:first-child {
    border: 0 none;
}

.multi-panel td:first-child {
    text-align: right;
    padding-right: 6px;
    width: 50%;
}

.multi-panel td:last-child {
    text-align: left;
    padding-left: 0px;
    font-size: 12px;
    width: 50%;
    vertical-align: bottom;
    padding-bottom: 4px;
}

.multi-panel .panel-with-data > div[class^="col-"] {
    border-right: solid 1px #ddd;
    border-left: solid 1px #ddd;
    margin-right: -1px;
    border-spacing: 0px;
    max-width: 150px;
}

.multi-panel .panel-with-data > div:last-child {
    border-right: 0 none;
}

.multi-panel .panel-with-data > div:first-child {
    border-left: 0 none;
}

.multi-panel {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

.dropdown-header {
    padding: 3px 12px;
}

.nav-pills > li.pill-aligned {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    font-weight: bold;
}

.nav-pills > li.active > a {
    background-color: #5799c7 !important;
}

.load-spinner-content {
    display: none;
}

.load-spinner-spinner div {
    display:flex;
    justify-content: center;
    align-items: center;
}

hr {
    border-top: 1px solid #d2d3d5;
}

.child-row-element {
    background: white !important;
}

.no-data-yet-today-message {
    text-align: center;
    font-style: italic;
}

.flex-panel-container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-flow: row wrap;
}

.button-well {
    display: flex;
    justify-content: space-around;
}

.alert {
    margin-bottom: 0px;
}

/* Heatmap div styles. */
div.heatmap-container:not(.disabled) [data-heatmap-cell] {
    cursor: pointer;
    transition-property: fill;
    transition-duration: 0.5s;
}

div.heatmap-container [data-heatmap-cell].empty {
    pointer-events: none;
}

div.heatmap-container:not(.disabled) [data-heatmap-cell]:hover, div.heatmap-container:not(.disabled) .correlated[data-heatmap-cell]:not(.disabled) {
    fill: #3b7fb0 !important;
}

svg .heatmap-text {
    pointer-events: none;
}

#heatmaps > div.heatmap-container svg {
    width: 100% !important;
    height: 100% !important;
}

#start-heatmaps > div.heatmap-container svg {
    width: 100% !important;
    height: 100% !important;
}