body {
    background-color: #f8f9fa;
}

.navbar {
    background-color: #0074D9;
}

.breadcrumb {
    padding: .75rem 0rem;
}

#chart_plants {
    width: 100%;
    height: 400px;
}

#chart_inverters {
    width: 100%;
    height: 400px;
}

#chart_inverter {
    width: 100%;
    height: 400px;
}

#chart_analysis {
    width: 100%;
    height: 100%;
    min-height: 600px;
}

table.dataTable thead th, table.dataTable tfoot th {
    font-weight: normal!important;
}
.dataTables_info {
    display: none!important;
}

.nav-tabs {
    border-bottom: 0!important;
}

.resolvedAlarm {
    opacity: 0.4;
}

.resolvedAlarm:hover {
    opacity: 1;
}
