body {
    font-family: "Open Sans", sans-serif;
    background-color: #C0C0C0;
}

h6 {
    margin-top: 0;
}

h1, h2, h3, h4, h5, h6, p, .form-label {
    color: #000000;
}

.uptime_indicator {
    color: #FFFFFF;
    margin-bottom: 2rem;
}

.tooltip-inner {
    white-space: pre-wrap;
}

.app__container {
    margin: 3% 5%;
}

.graph-dropdown, .graph-downdown-label {
    font-size: 1.35rem !important;
}

.sidebar-btn, .sidebar-btn:hover {
    color: #FFFFFF;
    position: fixed;
    bottom: 0;
    z-index: 9999;
}

.spinner {
    position: absolute;
    top: 40vh;
    left: 50%;
    z-index: 9999;
}

.code-container {
    color: #000000;
    background: #9E9D9D;
    border-radius: 25em;
    padding: .2em;
}

.app__header {
    display: flex;
    justify-content: center;
    color: #fff;
    font-family: "Segoe UI", sans-serif;
}

.table__header {
    display: flex;
    justify-content: center;
    font-family: "Segoe UI", sans-serif;
    margin-bottom: 0.1rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #292929;
}

.nav-pills a{
    color:#fff;
}

.nav-pills a:hover{
    color:#BABABA;
}

.header__graph {
    justify-content: center;
    display: flex;
    margin-top: 1rem;
    margin-left: 1rem;
    margin-bottom: -5rem;
    letter-spacing: 0.10rem;
    z-index: 1000;
    position: relative;
    font-family: "Segoe UI", sans-serif;
}

.header__card {
    font-family: "Segoe UI", sans-serif;
    letter-spacing: 0.10rem;
    justify-content: center;
    display: flex;
    margin-bottom: 3rem;
}


.app__header__title {
    letter-spacing: 0.18rem;
}

.app__header__title--grey {
    color: #000000;
}

.nav-pills>li>a.active,
.nav-pills>li>a:hover,
.nav-pills>li>a:focus {
  background-color: black;
  color: white;
}

.flex-column--grey {
    color: #000000;
}

.app__menu__img {
    height: 50px;
    width: auto;
}

.app__content {
    display: flex;
    margin-top: 20px;
}

.graph__title {
    color: #fff !important;
    letter-spacing: 0.3rem !important;
    padding: 25px 25px 0px 25px;
    margin-bottom: 0px !important;
    font-size: 1em;
}

.slider {
    padding: 15px;
}

.auto__checkbox {
    margin-right: 10px;
}

.auto__label {
    color: #DFE3E8;
}

.auto__container {
    display: flex;
    justify-content: space-between;
    color: #DFE3E8;
    padding: 0px 15px;
}

.auto__p {
    margin-bottom: 0;
}

.graph__container {
    background-color: #FFFFFF;
    border-radius: 0.55rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.sidebar {
    box-shadow: 0.5rem 0.4rem #9E9D9D;
}

.first {
    margin-bottom: 15px;
}

.second {
    margin-top: 15px;
}

/*TODO: Collapse sidebar on smaller devices*/
@media only screen and (max-width: 600px) {
    .histogram__direction {
        margin: 15px 0px 20px 0px;
    }
    .app__content {
        display: block;
    }
    .app__menu__img {
        height: 30px;
        width: auto;
    }
    .app__header {
        display: flex;
        flex-direction: column;
    }
    .app__header__desc {
        order: 1;
        text-align: center;
    }
    .app__header__logo {
        order: 0;
    }
    .app__header__title {
        font-size: 1.5em;
        padding-top: 15px;
    }
}
