/* ===== Body & Typography ===== */
body {
    background: #404040 !important;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #d8d9da !important;
    margin: 0;
    padding: 0;
}

label {
    padding: 15px;
    font-weight: 100 !important;
}

/* ===== Navbar ===== */
.navbar {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 1030;
    border-radius: 0 !important;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
}

.navbar-header {
    display: flex;
    align-items: center;
}

.navbar-toggle {
    margin-left: auto;
}

.navbar-fixed-id {
    margin-left: 15px;
}

@media (max-width: 768px) {
    .navbar-fixed-id {
        float: left;
    }
}

/* ===== Navbar Items ===== */
.navbar-nav > li.no-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 50px;
    padding: 0 15px;
    color: #9d9d9d;
}

.navbar-nav > li.no-link .subline {
    font-size: 75%;
    margin-top: -2px;
}

/* ===== Dropdown Menus ===== */
.navbar-nav .dropdown .dropdown-menu {
    background: #141414 !important;
    padding: 10px;
}

/* ===== Titles & Details ===== */
.title {
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.details {
    float: right;
    text-align: right;
    color: #d8d9da;
    font-size: 12px;
    max-height: 20px;
}

.legend {
    float: right;
    text-align: right;
    color: #d8d9da;
    font-size: 10px;
    background-color: #141414 !important;
    border: 1px #292929 solid;
    z-index: 1000;
}

.details td {
    padding: 2px;
}
.modal-content {
    color: #0f0f0f  ;
}
.modal-header {
    font-size: 12px;    
}
.modal-body td {
    color: #0f0f0f  ;
    font-size: 10px;    
}



/* ===== Dygraph ===== */
.dygraph-axis-label {
    color: #d8d9da !important;
    font-size: 11px;
}

.dygraph-ylabel {
    text-align: left !important;
    font-size: 12px;
    color: #ff6347 !important;
}

/* ===== Dashboard & Blocks ===== */
.dashboard-container {
    margin-top: 70px;
    padding: 0 10px;
}

.block {
    float: left;
    padding: 10px;
    width: 32%;
    height: 35%;
    min-width: 300px;
    background: #1f1d1d;
    border: 10px #292929 solid;
    margin: 10px;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
}

.chart-content {
    width: 100%;
    height: 80%;
    margin-top: 30px;
    overflow: hidden;
}

/* ===== Colors ===== */
.min, .avg, .max {
    color: #3cb6e3;
}

/* ===== UI Buttons ===== */
.comiseo-daterangepicker-triggerbutton.ui-button {
    margin-top: 10px;
}
