﻿html, body, div#app {
    height: 100%;
    font-size: 100%;
}

.general-background {
    background-color: #CED7D6;
    color: black;
}

h4 {
    position: relative;
    top: 5px;
    left: 5px;
}

div.full-height {
    height: 100%;
}

div.mud-container {
    padding: 0 !important;
}

.mud-tabs {
    height: 100%;
}

div.mud-main-content {
    height: 100%
}

.page-explanation {
    margin: 15px;
    border: solid 1px #CCCCCC;
    border-radius: 25px;
    padding: 5px;
    font-style: italic;
    font-size: 80%;
}

.header-title {
    font-size: 125%;
    font-weight: bold;
    color: black;
}

.file-upload-title {
    font-weight: lighter;
    color: black;
    font-size: 100% !important;
    text-align: center;
}

.nav-link {
    color: white;
    font-size: 100%;
}

    .nav-link:hover {
        color: #F8C507;
    }

.column-header {
    font-size: 90%;
}

.select-white-text > div > div > .mud-input-root-text {
    color: white !important;
}

.sticky-footer {
    position: fixed;
    bottom: 0;
}

.data-upload-warning {
    color: orange;
}

.data-upload-error {
    color: red;
}

.no-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.no-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

th:nth-child(4), th:nth-child(5) {
    word-break: break-all !important;
    /*word-spacing: 9999px;*/
}

.log-plot {
    padding-top: 20px;
    height: 100%;
}