.form-control:valid, .form-select:valid{
    background-image: none;
}
    
.form-control:invalid, .form-select:invalid {
    background-image: none;
}

#meters-table .clickable-row {

    cursor:pointer;

}

html {
    font-size: 15px;
}

body {
    font-size: 0.95rem;
}

@media (min-width: 992px) {
    .container {
        max-width: 1180px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1320px;
    }
}

.card,
.card-body,
.card-header,
.card-footer,
.modal-content,
.offcanvas,
.table,
.table th,
.table td,
.btn,
.form-control,
.form-select {
    font-size: 0.95em;
}

.table.table-sm th,
.table.table-sm td {
    padding: 0.35rem 0.5rem;
}

.btn-sm {
    padding: 0.25rem 0.55rem;
    font-size: 0.85rem;
}