/* The assignment padlock: event / gate / sector, one look for the whole CMS.

   Shared rather than per page, because the same three glyphs appear on the Command Center row, its
   telemetry panel, the device page and the map popup, and they had drifted into three different
   looks. The rule they express lives in wwwroot/js/assignment.js. */
/* 11px, not 9. A padlock is an emoji and renders as a picture rather than a letterform, so at nine
   pixels it is a smudge and the whole mark may as well not be there. */
.asg-lk { font-size: 11px; line-height: 1; opacity: 1 !important; flex: 0 0 auto; cursor: help; }
.asg-lk-on  { color: #e8b45e; }   /* closed padlock: held from the Command Center */
.asg-lk-off { color: #5c7086; }   /* open padlock: the operator may change it */
/* Dash: this device has not reported it. Dim on purpose, but it was dimmer than the row's own text
   and disappeared into the background, which reads as "no mark here" rather than "nothing said". */
.asg-lk-unk { color: #6f8398; }

/* The lock/unlock buttons carry the same glyph, so the control and the mark it produces read as one
   thing rather than as two conventions the operator has to connect. */
.asg-btn-glyph { margin-right: 4px; font-size: 10px; }
