body {
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  min-height: 100vh; }

a {
  color: #00B7FF; }

table.cameras-table td, table.cameras-table th {
  vertical-align: middle;
  text-align: center; }

.camera-preview {
  min-width: 100px;
  min-height: 100px;
  max-width: 100px;
  max-height: 100px; }

.vis-item.vis-dot {
  background-color: transparent;
  border-color: transparent; }

.vis-custom-time.select-left {
  border-right: solid 30px;
  border-image: radial-gradient(farthest-side at -50%, black, transparent) 1 100%;
  background-color: transparent; }

.vis-custom-time.select-right {
  border-left: solid 30px;
  border-image: radial-gradient(farthest-side at 150%, black, transparent) 1 100%;
  margin-left: -30px;
  background-color: transparent; }

div.empty-list > .qr_codes-list {
  display: none; }

div:not(.empty-list) > .no-qr_codes-message {
  display: none; }

.hot-label {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0px 2px; }

ul.qr_code-list > li {
  display: inline-block;
  border-radius: 4px;
  border: 2px solid transparent;
  margin: 2px 4px;
  padding: 1px 3px;
  cursor: pointer;
  user-select: none; }

ul.qr_code-list > li.active {
  color: white;
  background-color: rgba(92, 184, 92, 0.7);
  border-color: #4cae4c; }

#create_new.allow .deny_create, #create_new:not(.allow) .btn {
  display: none;
}

/*# sourceMappingURL=style.css.map */
