/* These styles are generated from project.scss. */

.alert-debug {
    color: black;
    background-color: white;
    border-color: #d6e9c6;
}

.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.base-sidebar {
    background-color: #f8f9fa;
}

.input-daterange .input-time {
    flex: 0 1 70px;
}

.dashboard-sensor-value {
    font-size: x-large;
    font-weight: bold;
}

.dashboard-sensor-unit {
}

.dashboard-sensor-time {
    font-size: small;
}

#site-image-container {
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 400px;
    min-width: 600px;
}

#site-image-container .card {
    background-color: rgba(255, 255, 255, 0.45);
}

#site-image-container .card-body {
    padding: 0.25rem;
}

#site-image-container .card-text {
    margin-bottom: 0.25rem;
}

#site-image-container .dashboard-sensor-value {
    font-size: medium;
    font-weight: bold;
}

#site-image-container .dashboard-sensor-unit {
    font-size: small;
}
