.errorlist { list-style-type: none; margin-left: -3em; }
.errorlist li { color: red; }

.registered-device { color: #ff851b; }
.unregistered-device { color: #001f3f; }

.minwidth { width: 1px; }

.borderless { /* Avoid intra-row borders */
     border-top: none !important;
     border-bottom: none !important;
 }

/* console log format (displayed in popover) */
.console-log {
    font-size: smaller;
    font-family: "Courier New", Courier, monospace;
}

/* Apply this margin to container when using bootstrap fluid */
.container-fluid {
    padding-left: 10%;
    padding-right: 10%;
}

/* Best columng with for daterange field */
.daterange_col {
    width: 25em;
}