@font-face {
  font-family: 'US101';
  src: url("../fonts/US101.eot") format("eot"), url("../fonts/US101.woff") format("woff"), url("../fonts/US101.ttf") format("truetype"), url("../fonts/US101.svg#U.S.101") format("svg");
  font-weight: normal;
  font-style: normal;
}
.accordion * {
  margin: 0;
}
.accordion:first-of-type > a.heading {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.accordion:last-of-type > a.heading:not(.active) {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.accordion > a.heading {
  cursor: pointer;
  display: block;
  text-decoration: none;
  text-align: center;
  border-bottom: 1px solid #999999;
  color: black;
  background: linear-gradient(#eeeeee, #bbbbbb) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.accordion > a.heading h1 {
  font-size: 1.2em;
  font-family: sans-serif;
  font-weight: normal;
}
.accordion > a.heading + .content {
  height: 0px;
  padding: 0px 5px;
  transition: all 0.4s ease-out 0s;
  overflow-y: auto;
}
.accordion > a.heading.active + .content {
  padding: 5px;
  height: 250px;
  overflow-y: auto;
}
.network .accordion > a.heading.active + .content {
  height: auto;
}
#notifications {
  position: absolute;
  left: 10px;
  top: 10px;
  max-width: 325px;
  min-width: 225px;
  z-index: 50;
  display: block;
}
#notifications .notification {
  color: black;
  height: 32px;
  font-size: 14pt;
  width: 100%;
  height: 100%;
}
#notifications .notification .notify-short:hover {
  background-color: #969696;
  cursor: pointer;
}
#notifications .notification .notify-short,
#notifications .notification .notify-content {
  background-color: whitesmoke;
}
#notifications .notification .notify-short > span,
#notifications .notification .notify-content > span,
#notifications .notification .notify-short > div,
#notifications .notification .notify-content > div {
  margin-left: 5px;
}
#notifications .notification .notify-short > span {
  display: inline-block;
}
#notifications .notification .notify-short > span.notify-item-id {
  font-weight: bold;
  text-align: left;
  padding-right: 5px;
}
#notifications .notification .notify-short > span.notify-item-angle {
  width: 75px;
}
#notifications .notification .notify-content > *.notify-spotter:before {
  content: "Radar: ";
}
#notifications .notification .notify-content > *.notify-item-latlon:before {
  content: 'Lat/Long: ';
}
#notifications .notification .notify-content > *.notify-item-mgrs:before {
  content: 'MGRS: ';
}
#notifications .notification .notify-content > *.notify-item-speed:before {
  content: 'Speed: ';
}
#notifications .notification .notify-content > *.notify-item-heading:before {
  content: 'Heading: ';
}
#notifications .notification .notify-content > *.notify-item-displacement:before {
  content: 'Displacement: ';
}
#notifications .notification .notify-content > *.notify-item-total-distance:before {
  content: 'Total Distance: ';
}
#notifications .notification .notify-content > *.notify-item-duration:before {
  content: 'Duration: ';
}
#notifications .notification .notify-content > *.notify-item-rcs:before {
  content: 'Radar Cross Section: ';
}
#notifications .notification .notify-content > *.notify-item-intent:before {
  content: 'Intent: ';
}
#notifications .notification .notify-content > *.notify-item-type:before {
  content: 'Type: ';
}
#notifications .notification .notify-content > *.notify-item-comments:before {
  content: 'Comments: ';
}
#notifications .notification .notify-content > *.notify-item-comments input {
  max-width: 75%;
  margin-bottom: 7px;
}
#notifications .notification .notify-content > *.notify-item-comments ul {
  padding-left: 30px;
  margin: 10px 0px;
}
#notifications .notification .notify-content > *.notify-item-comments ul li {
  color: darkblue;
  font-size: 12pt;
}
#notifications .notification .notify-content > *.notify-item-latlon-start:before {
  content: 'Start: ';
}
#notifications .notification .notify-content > *.notify-item-latlon-end:before {
  content: 'End: ';
}
#notifications .notification .notify-content > *.notify-item-source:before {
  content: 'Source: ';
}
#notifications .notification .notify-content > *.notify-item-avg-speed:before {
  content: 'Average Speed: ';
}
#notifications .notification .notify-content > *.notify-item-avg-heading:before {
  content: 'Average Heading: ';
}
#notifications .notification .notify-content > *.notify-item-avg-rcs:before {
  content: 'Average RCS: ';
}
#notifications .notification .notify-content > *.notify-item-total-displacement:before {
  content: 'Displacement: ';
}
#notifications .notification .close-button {
  font-family: sans-serif;
  border-left: 1px solid black;
  background-color: #646464;
  color: red;
  cursor: pointer;
  width: 10px;
  float: right;
  padding-right: 5px;
  padding-left: 2px;
}
#notifications .notification .close-button:hover {
  background-color: black;
}
#notifications .notification .notify-content {
  height: 0px;
  overflow: hidden;
  padding-left: 5px;
  margin-left: 10px;
  margin-right: 20px;
}
#notifications .notification:not(.expanded) .notify-short,
#notifications .notification .notify-content {
  box-shadow: 1px 4px 4px 1px rgba(100, 100, 100, 0.9);
}
#notifications .notification.expanded .notify-content {
  height: auto;
  margin-bottom: 5px;
}
/* enough for all the tabs */
#main-window {
  min-width: 360px;
}
#main-window .content select {
  width: 100%;
}
#main-window .zones .toggle {
  cursor: pointer;
  margin-top: 10px;
  height: 30px;
  /* hack to get the text to center vertically */
  line-height: 30px;
}
#main-window .zones .toggle.on {
  background-color: rgba(0, 50, 0, 0.5);
  color: #000000;
}
#main-window .zones .toggle:not(.on) {
  background-color: whitesmoke;
  color: #242423;
}
#main-window .zones .toggle:hover.on {
  background-color: rgba(50, 150, 50, 0.5);
  color: #ffffff;
}
#main-window .zones .toggle:hover.off {
  background-color: #969696;
  color: #ffcc00;
}
#main-window .actions input[type=text] {
  width: 100%;
}
#main-window .actions option.active-action {
  background-color: #00CC33;
}
#main-window .actions option.active-action.selected {
  background: green;
}
#main-window .devices #delete-device,
#main-window .devices #update-device {
  float: right;
}
#main-window .devices option.unlicensed {
  background-color: lightgray;
}
#main-window .devices option.overridden {
  color: red;
}
#main-window .ptz .ptz-control,
#main-window .ptz .presets {
  margin-top: 10px;
}
#main-window .ptz .ptz-control .table .row .cell button {
  width: 34px;
  height: 30px;
}
#main-window .ptz .ptz-control .table .row .cell .selected {
  background-color: green;
}
#main-window .ptz .camera {
  display: inline;
}
#main-window .ptz .presets select.preset {
  width: 135px;
}
#main-window .ptz label {
  padding-right: 10px;
}
#main-window .ui-settings input[type=range] {
  width: 100%;
}
#main-window .ui-settings .lhs,
#main-window .ui-settings .rhs {
  width: 44%;
  height: 20px;
  display: inline-block;
}
#main-window .ui-settings .lhs {
  margin-left: 10px;
}
#main-window .ui-settings .delete-color {
  float: right;
}
#main-window .ui-settings #ui-zones ~ .content label[for^=ui-show] {
  margin-left: 0px;
}
#main-window .maps .download {
  float: right;
}
#main-window .maps .delete {
  background-color: red;
  color: white;
}
#main-window .maps input {
  width: 100%;
}
#track-logs {
  border: 1px solid lightgray;
  resize: vertical;
  height: 250px;
  max-height: calc(100vh - 220px);
  overflow: auto;
}
#track-logs li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#track-logs li.last {
  color: #ebbe35;
}
#track-logs .option {
  width: 100%;
  padding: 5px;
  cursor: pointer;
}
#track-logs .option:hover {
  background-color: gray;
}
#track-logs .option.selected {
  background-color: black;
  color: white;
}
.help:not(label):not(.no-ico) {
  /* so it will be on top of other elements */
  position: relative;
  background: url(../images/icons/help.png) no-repeat;
  background-size: 18px;
  margin-top: -18px;
  float: right;
  width: 18px;
  height: 18px;
}
.help:not(label):not(.no-ico):hover {
  cursor: pointer;
}
#tooltip {
  background-color: black;
  color: white;
  font-size: 10pt;
  border-radius: 5px;
  position: absolute;
  padding: 5px;
  min-width: 100px;
  max-width: 250px;
  z-index: 500;
}
#upgrade-progress {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 200;
  /* Don't go beyond the screen size when padding is applied */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding-top: 10%;
}
#upgrade-progress .title {
  font-family: 'US101';
  font-size: 14pt;
  margin-bottom: 1em;
}
#upgrade-progress .content {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#upgrade-progress .content progress {
  width: 100%;
}
#canvases,
#main {
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
body {
  background-color: #656565;
}
#canvases {
  background-color: #656565;
  color: white;
}
[ng-cloak] {
  display: none !important;
}
html {
  box-sizing: border-box;
  font-family: Arial;
}
fieldset {
  margin: 0px;
  padding: 0px;
  border: none;
}
.fa {
  font-family: Arial;
}
.fa:before {
  font-family: FontAwesome;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
* {
  outline: none;
}
ng-form,
schedule-list,
schedule-details,
filter-details,
filter-list,
actions-list,
action-item,
action-detail,
devices-list,
device-item,
device-detail,
zones-list,
zone-item,
zone-detail,
zone-alert,
zone-ignore,
zone-action-list,
network-packet {
  display: block;
}
.fa.ico.dark {
  color: rgba(0, 0, 0, 0.7);
}
.fa.ico.dark:hover {
  color: #000;
}
.delete-button {
  white-space: nowrap;
}
.delete-button.sm > button {
  padding: 0px 5px;
}
.delete-button.sm > button.ico {
  padding: 0px !important;
}
.delete-button:not(.sm) .fa {
  margin-left: 5px;
}
.fr {
  float: right;
}
.mt-5 {
  margin-top: 5px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mr-4 {
  margin-right: 4px;
}
.b {
  font-weight: bold;
}
.nowrap {
  white-space: nowrap;
}
::-webkit-input-placeholder {
  color: #555;
}
::-moz-placeholder {
  color: #555;
}
:-ms-input-placeholder {
  color: #555;
}
.ctrls > .ol-control button,
.button,
button,
input:not([type='range']),
select,
textarea {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.ctrls > .ol-control button:focus,
.button:focus,
button:focus,
input:not([type='range']):focus,
select:focus,
textarea:focus {
  border-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6);
}
.ctrls-label {
  outline: none;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 4px;
}
.ctrls > .ol-control button,
.button,
button {
  outline: none;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.ctrls > .ol-control button.sm,
.button.sm,
button.sm {
  padding: 0px 4px;
  font-size: 0.8em;
}
.ctrls > .ol-control button,
.button,
button,
.ctrls > .ol-control button:focus,
.button:focus,
button:focus {
  color: #fff;
  background-color: #333;
  border-color: #a2a2a2;
}
.ctrls > .ol-control button:hover,
.button:hover,
button:hover {
  color: #ebbe35;
  background-color: #292929;
}
.ctrls > .ol-control button[disabled],
.button[disabled],
button[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
}
.ctrls > .ol-control button:active,
.button:active,
button:active,
.ctrls > .ol-control button.active,
.button.active,
button.active {
  color: #ebbe35;
  border-color: #ebbe35;
}
.ctrls > .ol-control button[disabled],
.button[disabled],
button[disabled] {
  color: #a2a2a2;
  border-color: transparent;
  text-decoration: none;
}
.ctrls > .ol-control button.primary,
.button.primary,
button.primary,
.ctrls > .ol-control button.primary:focus,
.button.primary:focus,
button.primary:focus {
  color: #000;
  background-color: #e9b71e;
}
.ctrls > .ol-control button.primary:hover,
.button.primary:hover,
button.primary:hover {
  color: #000;
  background-color: #edc54c;
}
.ctrls > .ol-control button.danger,
.button.danger,
button.danger,
.ctrls > .ol-control button.danger:focus,
.button.danger:focus,
button.danger:focus {
  color: #000;
  border-color: #d43f3a;
  background-color: #d43f3a;
}
.ctrls > .ol-control button.danger:hover,
.button.danger:hover,
button.danger:hover {
  background-color: #de6764;
}
.ctrls > .ol-control button.link,
.button.link,
button.link {
  color: #fff;
  font-weight: normal;
  padding: 2px 4px;
  background-color: transparent;
}
fieldset[disabled] .ctrls > .ol-control button.link,
fieldset[disabled] .button.link,
fieldset[disabled] button.link,
.ctrls > .ol-control button.link[disabled],
.button.link[disabled],
button.link[disabled] {
  background-color: transparent !important;
  box-shadow: none !important;
}
.ctrls > .ol-control button.link,
.button.link,
button.link,
.ctrls > .ol-control button.link:focus,
.button.link:focus,
button.link:focus {
  border-color: transparent;
}
.ctrls > .ol-control button.link:hover,
.button.link:hover,
button.link:hover {
  color: #ebbe35;
}
.ctrls > .ol-control button.link:active,
.button.link:active,
button.link:active,
.ctrls > .ol-control button.link.active,
.button.link.active,
button.link.active {
  color: #ebbe35;
  border-color: #ebbe35;
}
.ctrls > .ol-control button.link.disabled,
.button.link.disabled,
button.link.disabled {
  color: #a2a2a2;
  border-color: transparent;
  text-decoration: none;
}
.ctrls > .ol-control button.ico,
.button.ico,
button.ico {
  padding: 0px 2px;
  line-height: initial;
}
.ctrls > .ol-control button.left,
.button.left,
button.left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ctrls > .ol-control button.right,
.button.right,
button.right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ctrls > .ol-control button.middle,
.button.middle,
button.middle {
  border-radius: 0;
}
.ctrls > .ol-control button.warning,
.button.warning,
button.warning {
  background-color: #A50000;
}
.ctrls > .ol-control button.busy,
.button.busy,
button.busy {
  position: relative;
}
.ctrls > .ol-control button.busy:before,
.button.busy:before,
button.busy:before {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -7px;
  animation: fa-spin 2s infinite linear;
  font: normal normal normal 14px/1 FontAwesome;
  content: '\f110';
}
fieldset[disabled] button,
button[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
}
fieldset[disabled] button,
button[disabled] {
  color: #a2a2a2;
  border-color: transparent;
  text-decoration: none;
}
button.fa-plus,
button.fa-minus {
  padding-top: 2px;
}
.focus-input {
  display: inline-block;
  width: 75px;
}
select {
  outline: none;
  height: 23px;
  color: #fff;
  background-color: #333;
  border-color: #333;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select > option {
  color: #a2a2a2;
  background-color: #333;
}
select > option:checked {
  border: solid 1px #ebbe35;
  border-radius: 2px;
  margin-bottom: 2px;
  margin-right: 2px;
}
select[disabled] {
  color: gray;
}
select.inactive {
  color: #a2a2a2;
  text-decoration: line-through;
}
select.darker {
  background-color: #191919;
  border-color: #191919;
}
select:focus {
  width: 100%;
  z-index: 3;
}
fieldset[disabled] select,
select[disabled] {
  background-color: transparent;
  box-shadow: none;
}
select.link {
  color: #fff;
  font-weight: normal;
  background-color: transparent;
}
fieldset[disabled] select.link,
select.link[disabled] {
  background-color: transparent;
  box-shadow: none;
}
select.link,
select.link:hover,
select.link:focus {
  border-color: transparent;
}
select.link:hover,
select.link:focus {
  color: #a2a2a2;
  background-color: transparent;
}
fieldset[disabled] select.link:hover,
select.link[disabled]:hover,
fieldset[disabled] select.link:focus,
select.link[disabled]:focus {
  color: #333;
  text-decoration: none;
}
select.link:active,
select.link.active {
  border-color: #ebbe35;
}
.dropdown-wrap {
  width: 100%;
  display: inline-block;
  position: relative;
}
.dropdown-wrap:before {
  content: '';
  position: absolute;
  z-index: 5;
  top: 8px;
  right: 10px;
  border: 7px solid;
  border-color: transparent;
  pointer-events: none;
  border-top-color: #aaa;
}
.dropdown-wrap > select {
  padding-left: 10px;
  padding-right: 25px;
}
.dropdown-wrap > select.link {
  padding: 2px 25px 2px 4px;
}
textarea {
  resize: vertical;
}
textarea,
input:not([type='range']):not([type='checkbox']):not([type='color']):not([type='radio']) {
  outline: none;
  width: auto;
  width: 100%;
  min-width: 0px;
  border: 1px solid #333;
  border-radius: 4px;
  padding: 1px 6px;
  color: #000;
  background-color: #a2a2a2;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-color: #a2a2a2;
}
textarea.inactive,
input:not([type='range']):not([type='checkbox']):not([type='color']):not([type='radio']).inactive {
  color: #a2a2a2;
  background: #333;
  text-decoration: line-through;
  border: none;
}
fieldset[disabled] textarea,
fieldset[disabled] input:not([type='range']):not([type='checkbox']):not([type='color']):not([type='radio']),
textarea[disabled],
input:not([type='range']):not([type='checkbox']):not([type='color']):not([type='radio'])[disabled],
textarea.disabled,
input:not([type='range']):not([type='checkbox']):not([type='color']):not([type='radio']).disabled {
  background-color: transparent;
  color: #fff;
}
textarea.link,
input:not([type='range']):not([type='checkbox']):not([type='color']):not([type='radio']).link {
  padding: 4px 12px;
  color: #fff;
  background-color: transparent;
}
input[type='color'] {
  padding: 0px;
  min-width: 60px;
}
input[type='number'] {
  padding-right: 0px !important;
}
/* Chrome, Safari, Edge, Opera */
input.no-spinners::-webkit-outer-spin-button,
input.no-spinners::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
/* Firefox */
input.no-spinners[type=number] {
  -moz-appearance: textfield;
}
#approach-rate-filter-div {
  width: 70%;
}
.approach-rate-filter-checkboxes {
  vertical-align: middle;
}
#approach-rate-filter-input {
  margin-left: 15%;
  width: 35%;
}
#altitude-change-filter-input {
  margin-left: 28%;
  width: 35%;
}
#approach-rate-or-header {
  padding-right: 6%;
}
#approach-action-header {
  margin-left: 41%;
  margin-top: 2%;
  margin-bottom: 0%;
}
.input-group {
  display: flex;
  position: relative;
  width: 100%;
}
.input-group.space-between {
  justify-content: space-between;
}
.input-group > .input-group-btn {
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group > input:not([type='color']):not([type='checkbox']) {
  flex: 1 1 auto;
  width: 100%;
  min-width: 10px;
}
.input-group > span.m {
  line-height: 19px;
}
.input-group > label {
  white-space: nowrap;
  line-height: 19px;
  margin-right: 5px;
}
.input-group > label:not(:first-child) {
  margin-left: 5px;
}
.input-group > .r {
  margin-left: auto;
}
.input-group button {
  padding: 0px 4px;
  font-size: 0.8em;
}
label.inactive {
  text-decoration: line-through;
  color: #a2a2a2;
}
.bn {
  border: none;
}
form[proxy-dirty],
ng-form[proxy-dirty] {
  border: solid 1px transparent;
}
form,
ng-form,
form button,
ng-form button,
form button:focus,
ng-form button:focus,
form select,
ng-form select,
form select:focus,
ng-form select:focus,
form input,
ng-form input,
form input:focus,
ng-form input:focus,
form textarea,
ng-form textarea,
form textarea:focus,
ng-form textarea:focus {
  transition: border-color ease-in-out 0.15s;
}
form.ui-dirty,
ng-form.ui-dirty,
form button.ui-dirty,
ng-form button.ui-dirty,
form button:focus.ui-dirty,
ng-form button:focus.ui-dirty,
form select.ui-dirty,
ng-form select.ui-dirty,
form select:focus.ui-dirty,
ng-form select:focus.ui-dirty,
form input.ui-dirty,
ng-form input.ui-dirty,
form input:focus.ui-dirty,
ng-form input:focus.ui-dirty,
form textarea.ui-dirty,
ng-form textarea.ui-dirty,
form textarea:focus.ui-dirty,
ng-form textarea:focus.ui-dirty {
  border-color: #fff77d !important;
}
form.ng-invalid,
ng-form.ng-invalid,
form button.ng-invalid,
ng-form button.ng-invalid,
form button:focus.ng-invalid,
ng-form button:focus.ng-invalid,
form select.ng-invalid,
ng-form select.ng-invalid,
form select:focus.ng-invalid,
ng-form select:focus.ng-invalid,
form input.ng-invalid,
ng-form input.ng-invalid,
form input:focus.ng-invalid,
ng-form input:focus.ng-invalid,
form textarea.ng-invalid,
ng-form textarea.ng-invalid,
form textarea:focus.ng-invalid,
ng-form textarea:focus.ng-invalid {
  border-color: rgba(255, 0, 0, 0.5) !important;
}
form input[type=range],
ng-form input[type=range],
form input[type=range]:focus,
ng-form input[type=range]:focus,
form input[type=checkbox],
ng-form input[type=checkbox],
form input[type=checkbox]:focus,
ng-form input[type=checkbox]:focus {
  outline: 1px solid transparent;
  transition: outline-color ease-in-out 0.15s;
}
form input[type=range].ui-dirty,
ng-form input[type=range].ui-dirty,
form input[type=range]:focus.ui-dirty,
ng-form input[type=range]:focus.ui-dirty,
form input[type=checkbox].ui-dirty,
ng-form input[type=checkbox].ui-dirty,
form input[type=checkbox]:focus.ui-dirty,
ng-form input[type=checkbox]:focus.ui-dirty {
  outline-color: #fff77d !important;
}
form select.ui-updated,
ng-form select.ui-updated {
  animation: highlght_gray 1s;
}
form textarea.ui-updated,
ng-form textarea.ui-updated,
form input.ui-updated,
ng-form input.ui-updated {
  animation: highlght_light_gray 1s;
}
form.ignore-dirty.ui-dirty:not(.ng-invalid),
ng-form.ignore-dirty.ui-dirty:not(.ng-invalid),
form.ignore-dirty button.ui-dirty:not(.ng-invalid),
ng-form.ignore-dirty button.ui-dirty:not(.ng-invalid),
form.ignore-dirty button:focus.ui-dirty:not(.ng-invalid),
ng-form.ignore-dirty button:focus.ui-dirty:not(.ng-invalid),
form.ignore-dirty select.ui-dirty:not(.ng-invalid),
ng-form.ignore-dirty select.ui-dirty:not(.ng-invalid),
form.ignore-dirty select:focus.ui-dirty:not(.ng-invalid),
ng-form.ignore-dirty select:focus.ui-dirty:not(.ng-invalid),
form.ignore-dirty input.ui-dirty:not(.ng-invalid),
ng-form.ignore-dirty input.ui-dirty:not(.ng-invalid),
form.ignore-dirty input:focus.ui-dirty:not(.ng-invalid),
ng-form.ignore-dirty input:focus.ui-dirty:not(.ng-invalid),
form.ignore-dirty textarea.ui-dirty:not(.ng-invalid),
ng-form.ignore-dirty textarea.ui-dirty:not(.ng-invalid),
form.ignore-dirty textarea:focus.ui-dirty:not(.ng-invalid),
ng-form.ignore-dirty textarea:focus.ui-dirty:not(.ng-invalid),
form.ignore-dirty input[type=checkbox].ui-dirty:not(.ng-invalid),
ng-form.ignore-dirty input[type=checkbox].ui-dirty:not(.ng-invalid),
form.ignore-dirty input[type=checkbox]:focus.ui-dirty:not(.ng-invalid),
ng-form.ignore-dirty input[type=checkbox]:focus.ui-dirty:not(.ng-invalid) {
  border-color: transparent !important;
}
.h-flex {
  display: flex;
  width: 100%;
}
.h-flex .full {
  flex: 1 1 auto;
  width: 100%;
}
.h-flex > .r {
  margin-left: auto;
}
a.button {
  text-decoration: none;
}
a[href]:not(.button) {
  color: #e9b71e;
}
a[href]:not(.button):hover {
  color: #edc54c;
}
ul.list {
  overflow-y: auto;
  padding: 0px;
}
ul.list > li {
  overflow: hidden;
  list-style-type: none;
  margin: 5px;
  border: solid 1px #191919;
  cursor: pointer;
  position: relative;
}
ul.list > li:hover,
ul.list > li.active {
  border-color: #a2a2a2;
  background-color: #262626;
}
ul.list > li.active {
  border-color: #ebbe35;
}
ul.list.alerts > li {
  cursor: default;
}
ul.list.alerts > li:hover,
ul.list.alerts > li.active {
  border: solid 1px #191919;
  background-color: #191919;
}
.pos-r {
  position: relative;
}
.notify-count {
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 30px;
  background-color: #ebbe35;
  color: #000;
  padding: 0px 4px;
  font-size: 0.8em;
}
.pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}
filter-groups-component .caret,
button.caret-btn > .caret,
.panel > .head > .caret {
  padding: 0px;
  display: inline-block;
}
filter-groups-component .caret:before,
button.caret-btn > .caret:before,
.panel > .head > .caret:before {
  transition: transform 0.15s ease-in-out;
  padding: 4px;
  transform-origin: 9px;
  display: inline-block;
  font-family: FontAwesome;
  content: '\f054';
  font-size: 12px;
  width: 20px;
  height: 20px;
}
.panel > .head > .caret:before {
  transform-origin: 8px;
}
button.caret-btn,
button.caret-btn:active,
button.caret-btn:focus {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
button.caret-btn.open > .caret:before,
button.caret-btn:hover > .caret:before {
  transform: rotate(90deg);
}
.panel.active > .head > .caret:before,
.panel > .head:hover > .caret:before {
  transform: rotate(90deg);
}
.panel {
  border: solid 1px transparent;
  border-bottom-color: #4d4d4d;
  background-color: #333;
}
.panel.tp {
  border-bottom-color: rgba(77, 77, 77, 0.3);
  background-color: rgba(51, 51, 51, 0.3);
}
.panel.tp.selected {
  background-color: rgba(235, 190, 53, 0.7);
}
.panel > .head {
  cursor: pointer;
  padding: 2px 5px 2px 0px;
}
.panel > .head div,
.panel > .head button {
  display: inline-block;
}
.panel > .head .title-name {
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline;
  line-height: 22px;
}
.panel > .head .input-group .title-name {
  width: 100%;
}
.panel > .head.flex {
  display: flex;
  position: relative;
  width: 100%;
}
.panel > .head.flex .title-name {
  flex: 1 1 auto;
  width: 100%;
}
.panel > .head.flex .title-name.nowrap {
  white-space: nowrap;
}
.panel > .head.flex input.title-name {
  height: 20px;
}
.panel > .head .view {
  display: inline;
}
.panel > .head .edit {
  display: none;
}
.panel > .head .edit .input-group {
  margin: 2px 0;
}
.panel > .head .on-view {
  display: inline;
}
.panel > .head .on-edit {
  display: none;
}
.panel > .head .cmds {
  transition: opacity 0.25s ease-in-out;
  opacity: 0.2;
  white-space: nowrap;
}
.panel > .content {
  background-color: #3f3f3f;
  width: 100%;
  transition: padding 0.3s ease, visibility 0s linear 0.3s;
  min-height: 0px;
  height: 0px;
  padding: 0px 3px 0px 10px;
  visibility: hidden;
}
.panel > .content.compact {
  transition: padding 0.15s ease, visibility 0s linear 0.15s;
  padding: 0px 3px;
}
.panel:hover > .head,
.panel.active > .head {
  background-color: #191919;
}
.panel:hover > .head .cmds,
.panel.active > .head .cmds {
  opacity: 1;
}
.panel.tp:hover > .head,
.panel.tp.active > .head {
  background-color: rgba(25, 25, 25, 0.3);
}
.panel.active > .head .view {
  display: none;
}
.panel.active > .head .edit {
  display: inline;
}
.panel.active > .content {
  border-color: #ebbe35;
  min-height: 30px;
  transition: padding 0.3s ease, visibility 0s;
  height: auto;
  visibility: visible;
  padding: 10px 3px 10px 10px;
}
.panel.active > .content.compact {
  transition: padding 0.15s ease, visibility 0s;
  padding: 3px;
}
.panel.active.top-level > .head {
  color: #ebbe35;
}
.panel.active.top-level > .head .fa {
  transition: color ease-in-out 0.15s;
  color: #edc54c;
}
.panel.active.top-level > .head .fa:hover {
  color: #ebbe35;
}
.panel.active.top-level > .head .cmds .fa {
  color: #fff;
}
.panel.active.top-level > .head .cmds .fa:hover {
  color: #ebbe35;
}
.panel.active > .head .on-view {
  display: none;
}
.panel.active > .head .on-edit {
  display: inline;
}
.panel:not(.active) > .content .on-edit {
  display: none;
}
.panel.top-level:not(.active) > .head.flex .title-name {
  white-space: nowrap;
}
.panel.top-level:not(.active) > .content {
  min-height: 0px;
  height: 0px;
  padding: 0px 3px 0px 10px;
  visibility: hidden;
}
.panel.top-level:not(.active) > .content.compact {
  padding: 0px 3px;
}
.panel.top-level:not(.active) ::-webkit-input-placeholder {
  color: transparent;
}
.panel.top-level:not(.active) ::-moz-placeholder {
  color: transparent;
}
.panel.top-level:not(.active) :-ms-input-placeholder {
  color: transparent;
}
.panel.top-level:not(.active) input {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
  font-weight: bold;
}
.panel.removed {
  display: none;
}
.panel.removed > .head .title-name {
  text-decoration: line-through;
}
.check {
  border: none;
  display: block;
  text-align: left;
}
.check.fw {
  width: 100%;
}
.check:before {
  display: inline-block;
  width: 18px;
  line-height: 16px;
  vertical-align: top;
  margin-left: 3px;
  font-family: Arial;
  content: '◻';
  color: #fff;
}
.check:hover:before {
  color: #ebbe35;
}
.check.active:before {
  content: '✓';
  color: #ebbe35;
}
.check.active.partial:before {
  content: '■';
  font-size: 1.3em;
  padding-top: 1px;
}
#main {
  position: absolute;
  display: flex;
  flex-direction: row;
}
#main > .main-window-wrap,
#main > .ctrls,
#main > .setup {
  height: 100%;
  z-index: 1;
  position: relative;
}
#main > .main-window-wrap {
  z-index: 2;
}
#main > .main-window-wrap:not(.show) {
  width: 0 !important;
}
#main > .main-window-wrap > .tab {
  background-color: #191919;
  cursor: pointer;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 40px;
  margin-top: -40px;
}
#main > .main-window-wrap > .tab .fa {
  font-size: 1.5em;
}
#main > .main-window-wrap > .tab .fa:before {
  position: absolute;
  top: 9px;
  left: 2px;
}
#main > .main-window-wrap > .tab.left .fa:before {
  transform: scaleX(-1);
  left: 0px;
}
#main > .main-window-wrap > .tab.left .notify-count {
  display: none;
}
#main > .main-window-wrap > .tab:hover .fa:before {
  color: #ebbe35;
}
#main .link svg {
  fill: #ffffff;
}
#main .link.active svg,
#main .link:hover svg {
  fill: #ebbe35;
}
#main .link.menu-item.fa {
  color: #ffffff;
  width: 44px;
  height: 44px;
}
#main .link.menu-item.fa:before {
  margin: 7px;
  display: block;
}
#main .link.menu-item.fa.active,
#main .link.menu-item.fa:hover {
  color: #ebbe35;
}
#main > .main-window-wrap:not(.resizing),
#main > .main-window-wrap:not(.resizing) > div {
  transition: width 0.25s ease-in-out;
}
#main .dh-handle {
  z-index: 1003;
  height: 5px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #191919;
}
#main .dh-handle:hover {
  background-color: #3f3f3f;
  cursor: ns-resize;
}
#main .dw-handle {
  z-index: 1003;
  width: 5px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #191919;
}
#main .dw-handle:hover {
  background-color: #3f3f3f;
  cursor: ew-resize;
}
#main iframe.resizing {
  pointer-events: none;
}
#main > .main-window-wrap {
  background-color: #191919;
  color: #fff;
  order: 0;
  width: 350px;
  position: relative;
}
#main > .main-window-wrap > .tab {
  right: -20px;
}
#main > .main-window-wrap > .main-window {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 350px;
  display: flex;
  flex-direction: column;
}
#main > .main-window-wrap > .main-window > .section-wrap.fh {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
#main > .main-window-wrap > .main-window > .section-wrap.fh > .section {
  flex: 1 1 auto;
  position: relative;
}
#main > .main-window-wrap > .main-window > .section-wrap.fh > .section > .contents {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}
#main > .main-window-wrap > .main-window > .section-wrap.min {
  min-height: 0px;
}
#main > .main-window-wrap > .main-window > .section-wrap.status-bar {
  order: 100;
  min-height: 28px;
  z-index: 10004;
}
#main > .main-window-wrap > .main-window > .section-wrap.bl {
  order: 99;
  z-index: 1;
}
#main > .main-window-wrap > .main-window > .filters {
  order: 101;
}
#main > .main-window-wrap .video-feed {
  position: relative;
  padding: 0px 10px;
}
#main > .main-window-wrap .video-feed .btns {
  position: absolute;
  top: -25px;
  right: 15px;
}
#main > .main-window-wrap .video-feed .video-img {
  position: relative;
  overflow: hidden;
  min-height: 150px;
}
#main > .main-window-wrap .video-feed .cam-name {
  top: 2px;
  left: 12px;
  opacity: 0.5;
  background-color: rgba(25, 25, 25, 0.2);
  padding: 2px;
  position: absolute;
}
#main > .main-window-wrap .video-feed video,
#main > .main-window-wrap .video-feed img {
  width: 100%;
  height: auto;
}
#main > .main-window-wrap .video-feed img {
  display: block !important;
  transition: opacity 0.2s ease-out;
  opacity: 1;
}
#main > .main-window-wrap .video-feed .lag img {
  transition: opacity 1s ease-in;
  opacity: 0.7;
}
#main > .main-window-wrap .video-feed .video-img.stopped {
  transition: background-color 2s ease-in;
  background-color: #f00;
}
#main > .main-window-wrap .video-feed .video-img.stopped > video {
  opacity: 0.7;
}
#main > .main-window-wrap .video-feed .video-img:-webkit-full-screen {
  width: 100%;
  height: 100%;
  background: #000;
}
#main > .main-window-wrap .video-feed .video-img:-webkit-full-screen video {
  height: 100%;
}
#main > .main-window-wrap .video-feed .video-img .video-controls {
  opacity: 0;
}
#main > .main-window-wrap .video-feed .video-img:not(:hover) .video-controls {
  transition: opacity 0.7s 1s ease-in-out;
}
#main > .main-window-wrap .video-feed .video-img:hover .video-controls {
  opacity: 1;
}
#main > .main-window-wrap .video-feed .video-controls {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  background-color: rgba(0, 0, 0, 0.5);
}
#main > .main-window-wrap .video-feed .video-controls .time {
  font-size: 12px;
  padding: 4px 4px 2px 4px;
}
#main > .main-window-wrap .video-feed .video-controls .progress {
  flex: 1 1 auto;
  min-width: 0px;
  border: solid 1px #ebbe35;
  cursor: pointer;
  position: relative;
}
#main > .main-window-wrap .video-feed .video-controls .progress .bar {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(235, 190, 53, 0.5);
}
#main > .main-window-wrap .video-feed .video-controls .progress .hover-time {
  text-align: center;
  position: absolute;
  bottom: calc(100% + 2px);
  background-color: rgba(25, 25, 25, 0.5);
  border-radius: 3px;
  padding: 3px;
  pointer-events: none;
  opacity: 0;
}
#main > .main-window-wrap .video-feed .video-controls .progress .hover-time.show {
  opacity: 1;
}
#main > .main-window-wrap .video-feed .video-controls button {
  padding: 0px 3px;
}
#main > .main-window-wrap .video-feed .video-controls button.fa-undo:before {
  display: block;
  transform: rotate(180deg);
}
#main > .main-window-wrap .bl .video-feed .btns {
  right: auto;
  left: 15px;
}
#main > .main-window-wrap .title {
  padding: 5px 20px;
}
#main > .main-window-wrap .title a {
  cursor: pointer;
}
#main > .main-window-wrap .title a:hover,
#main > .main-window-wrap .title a.active {
  text-decoration: underline;
}
#main > .main-window-wrap .title .rt {
  float: right;
}
#main > .main-window-wrap .highlt-sec,
#main > .main-window-wrap .filter-sec {
  overflow: auto;
  margin: 0px 10px 10px 10px;
  border: solid #333 1px;
  background-color: #3f3f3f;
}
#main > .main-window-wrap .highlt-sec {
  padding: 5px;
  height: 100%;
}
#main > .main-window-wrap .highlt-sec table.tracks-info tr td:first-child {
  text-align: right;
  padding-right: 5px;
}
#main > .main-window-wrap .highlt-sec li {
  list-style-type: none;
}
#main > .main-window-wrap .ctrls-wrap > .ctrls {
  padding: 5px 10px;
  width: 100%;
  display: flex;
}
#main > .main-window-wrap .ctrls-wrap > .ctrls > .r {
  margin-left: auto;
}
#main > .main-window-wrap .ctrls-wrap > .ctrls track-sort,
#main > .main-window-wrap .ctrls-wrap > .ctrls track-sort > .dropdown-wrap,
#main > .main-window-wrap .ctrls-wrap > .ctrls track-sort > .sort-dir {
  display: inline-block;
}
#main > .main-window-wrap .ctrls-wrap > .ctrls track-sort > .dropdown-wrap {
  width: calc(100% - 15px);
}
#main > .main-window-wrap .ctrls-wrap > .ctrls track-sort > .dropdown-wrap:before {
  border-color: transparent;
}
#main > .main-window-wrap .ctrls-wrap > .ctrls track-sort > .dropdown-wrap > select {
  padding: 0px;
  cursor: pointer;
  opacity: 0;
  position: absolute;
}
#main > .main-window-wrap .ctrls-wrap > .ctrls track-sort > .dropdown-wrap > select:not(:active) {
  box-shadow: none;
}
#main > .main-window-wrap .ctrls-wrap > .ctrls track-sort > .dropdown-wrap span {
  pointer-events: none;
  font-size: 14px;
}
#main > .main-window-wrap .ctrls-wrap > .ctrls track-sort > .sort-dir {
  width: 15px;
  padding: 3px;
  cursor: pointer;
  opacity: 0.8;
}
#main > .main-window-wrap .ctrls-wrap > .ctrls track-sort > .sort-dir:hover {
  opacity: 1;
}
#main > .main-window-wrap .ctrls-wrap > .ctrls track-sort > .sort-dir.reverse > .ico {
  transform: rotate(180deg);
}
#main > .main-window-wrap .filter-pane {
  position: relative;
}
#main > .main-window-wrap .filter-pane .times {
  padding: 10px;
  border-bottom: solid #a2a2a2 1px;
}
#main > .main-window-wrap .filter-pane .times .time-title {
  width: 60px;
}
#main > .main-window-wrap .filter-pane .resetFilters {
  position: absolute;
  right: 20px;
  top: 5px;
}
#main > .main-window-wrap .filter-pane .filters-list {
  left: 100%;
  bottom: 0;
  position: absolute;
  background-color: #191919;
  border: solid #a2a2a2 1px;
  border-radius: 3px;
  padding: 10px 25px 10px 10px;
  padding: 0px;
  white-space: nowrap;
  width: 400px;
  transition: bottom 0.15s ease-in-out;
  margin: 0px;
}
#main > .main-window-wrap .filter-pane .filters-list > .filters {
  height: 300px;
  transition: height 0.15s ease-in-out;
}
#main > .main-window-wrap .filter-pane .filters-list ul {
  padding: 0px 5px;
}
#main > .main-window-wrap .filter-pane .filters-list li {
  list-style: none;
}
#main > .main-window-wrap .filter-pane .filters-list button {
  padding: 0px 4px;
  margin-bottom: 2px;
}
#main > .main-window-wrap .filter-pane .filters-list .check {
  border: none;
  display: block;
  text-align: left;
}
#main > .main-window-wrap .filter-pane .filters-list .check.fw {
  width: 100%;
}
#main > .main-window-wrap .filter-pane .filters-list .check:before {
  display: inline-block;
  width: 18px;
  line-height: 16px;
  vertical-align: top;
  margin-left: 3px;
  font-family: Arial;
  content: '◻';
  color: #fff;
}
#main > .main-window-wrap .filter-pane .filters-list .check:hover:before {
  color: #ebbe35;
}
#main > .main-window-wrap .filter-pane .filters-list .check.active:before {
  content: '✓';
  color: #ebbe35;
}
#main > .main-window-wrap .filter-pane .filters-list .check.active.partial:before {
  content: '■';
  font-size: 1.3em;
  padding-top: 1px;
}
#main > .main-window-wrap .filter-pane .filters-list button.fa:before {
  width: 14px;
  display: inline-block;
}
#main > .main-window-wrap .filter-pane .gfilters {
  white-space: normal !important;
}
#main > .main-window-wrap .filter-pane .gfilters .filter-type {
  margin-left: 20px;
}
#main > .main-window-wrap .filter-pane .gfilters.inline button {
  white-space: normal !important;
  display: inline !important;
  width: auto !important;
}
#main > .main-window-wrap .filter-sec {
  overflow-y: auto;
  padding: 0px;
  height: calc(100% - 10px);
}
#main > .main-window-wrap .filter-sec ul {
  margin: 0px;
}
#main > .main-window-wrap .filter-sec li.vs-repeat-before-content,
#main > .main-window-wrap .filter-sec li.vs-repeat-after-content {
  width: auto !important;
  border: none;
}
#main > .main-window-wrap .paging {
  display: flex;
  justify-content: center;
  text-align: center;
}
#main > .main-window-wrap .alert-info {
  padding: 5px;
}
#main > .main-window-wrap .alert-info.level-1 {
  background-color: #FFFFFF;
  color: #000;
}
#main > .main-window-wrap .alert-info.level-2 {
  background-color: #FFF260;
  color: #000;
}
#main > .main-window-wrap .alert-info.level-3 {
  background-color: #F26C4F;
}
#main > .main-window-wrap .alert-info.level-4 {
  background-color: #9c1d00;
}
#main .lh-input {
  line-height: 19px;
}
#main intent-img .wrap:hover {
  opacity: 0.7;
  cursor: pointer;
}
#main intent-img .bg {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 5px;
  left: 5px;
}
#main intent-img img.intent-overlay {
  width: 60px;
  height: 60px;
  background: transparent;
  position: absolute;
  top: 0px;
  left: 0px;
}
#main intent-img img.type-overlay {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  left: 10px;
}
#main .track-data {
  height: 62px;
  position: relative;
}
#main .track-data intent-img {
  position: absolute;
  top: 0px;
  left: 0px;
}
#main .track-data .inline-info {
  margin-left: 60px;
  padding: 5px;
  display: flex;
  text-align: center;
  justify-content: space-between;
  white-space: nowrap;
}
#main .track-comments ul {
  padding: 0px;
  margin: 5px;
}
#main .tracks-info > .datum,
#main .ai-stats > .datum {
  min-width: 50%;
  display: inline-block;
  padding-right: 15px;
  margin-bottom: 5px;
  border-bottom: solid 1px #4d4d4d;
}
#main .tracks-info > .datum > div,
#main .ai-stats > .datum > div {
  display: flex;
  justify-content: space-between;
}
#main .tracks-info > .datum .val,
#main .ai-stats > .datum .val {
  display: inline;
  padding-left: 5px;
}
#main track-info fieldset {
  position: relative;
}
#main .loading-track-history {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#main > .ctrls {
  pointer-events: none;
  background-color: transparent;
  order: 1;
  flex: 1 1 auto;
  position: relative;
}
#main > .ctrls ::selection {
  background-color: red;
  color: white;
}
#main > .ctrls .ptz-image {
  pointer-events: initial;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  padding: 2px;
  margin-left: 2px;
  margin-right: 2px;
  transition: opacity 0.5s ease-in-out;
  opacity: 0.7;
  min-width: 420px;
  min-height: 320px;
}
#main > .ctrls .ptz-image.tl {
  top: 2px;
  left: 45px;
}
#main > .ctrls .ptz-image.tr {
  top: 2px;
  right: 45px;
}
#main > .ctrls .ptz-image.br {
  bottom: 2px;
  right: 45px;
}
#main > .ctrls .ptz-image.bl {
  bottom: 2px;
  left: 45px;
}
#main > .ctrls .ptz-image.pinned {
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
}
#main > .ctrls .ptz {
  color: white;
  position: absolute;
  display: flex;
  transition: opacity 0.5s ease-in-out;
  opacity: 0.7;
}
#main > .ctrls .ptz > ul,
#main > .ctrls .ptz > div {
  pointer-events: initial;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  display: inline-block;
}
#main > .ctrls .ptz .ptz-control {
  display: flex;
}
#main > .ctrls .ptz.tl {
  top: 2px;
  left: 2px;
  align-items: flex-start;
  align-content: flex-start;
}
#main > .ctrls .ptz.tr {
  top: 2px;
  right: 2px;
  align-items: flex-start;
  align-content: flex-start;
}
#main > .ctrls .ptz.tr > .cameras {
  order: 2;
}
#main > .ctrls .ptz.br {
  bottom: 2px;
  right: 2px;
  align-items: flex-end;
  align-content: flex-end;
}
#main > .ctrls .ptz.br > .cameras {
  order: 2;
}
#main > .ctrls .ptz.br > .cameras ul:first-child {
  order: 2;
}
#main > .ctrls .ptz.bl {
  bottom: 2px;
  left: 2px;
  align-items: flex-end;
  align-content: flex-end;
}
#main > .ctrls .ptz.bl > .cameras ul:first-child {
  order: 2;
}
#main > .ctrls .ptz:hover {
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
}
#main > .ctrls .ptz .cameras {
  display: flex;
  flex-direction: column;
}
#main > .ctrls .ptz .cameras button.handle {
  line-height: 0px;
  padding: 0px;
}
#main > .ctrls .ptz .cameras > ul {
  margin: 3px;
  padding: 0px;
}
#main > .ctrls .ptz .cameras > ul li {
  list-style-type: none;
}
#main > .ctrls .ptz .cameras > ul button.link {
  width: 37px;
  height: 37px;
}
#main > .ctrls .ptz .cameras > ul button.tracking {
  background-color: rgba(235, 190, 53, 0.2);
}
#main > .ctrls .ptz .cameras > ul button.current {
  background-color: rgba(235, 190, 53, 0.5);
}
#main > .ctrls .ptz .cameras svg {
  width: 35px;
  height: 35px;
}
#main > .ctrls .ptz > .ptz-control {
  padding: 5px;
  margin-left: 2px;
  margin-right: 2px;
}
#main > .ctrls .ptz > .ptz-control > .joystick,
#main > .ctrls .ptz > .ptz-control > div.presets {
  display: inline-block;
  vertical-align: top;
}
#main > .ctrls .ptz > .ptz-control > .joystick {
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  width: 150px;
  margin-top: 50px;
}
#main > .ctrls .ptz > .ptz-control > .joystick > .overrides {
  width: 170px;
  margin-top: -50px;
  height: 50px;
  text-align: center;
  margin-bottom: 2px;
  position: absolute;
}
#main > .ctrls .ptz > .ptz-control > .joystick > .overrides .cam-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main > .ctrls .ptz > .ptz-control > .joystick > .grid {
  margin-bottom: 10px;
  padding-bottom: 2px;
  background-image: url(../images/icons/ptz.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
#main > .ctrls .ptz > .ptz-control > .joystick > .grid .g-row {
  display: block;
  height: 40px;
  white-space: nowrap;
}
#main > .ctrls .ptz > .ptz-control > .joystick > .grid .g-cell {
  display: inline-block;
  padding: 0px;
  width: 40px;
  height: 40px;
  position: relative;
}
#main > .ctrls .ptz > .ptz-control > .joystick > .show-presets {
  position: absolute;
  right: -20px;
  bottom: 0px;
}
#main > .ctrls .ptz > .ptz-control > .joystick > .show-video-feeds {
  position: absolute;
  right: -20px;
  top: 0px;
}
#main > .ctrls .ptz > .ptz-control > .joystick > .show-focus {
  position: absolute;
  right: -20px;
  top: 40px;
}
#main > .ctrls .ptz > .ptz-control > div.presets {
  margin-left: 5px;
  border-left: solid 1px rgba(255, 255, 255, 0.3);
  padding-left: 5px;
  position: relative;
  width: 200px;
  height: 180px;
}
#main > .ctrls .ptz > .ptz-control > div.presets > .wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
}
#main > .ctrls .ptz > .ptz-control > div.presets > .wrap > .tab-container {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
#main > .ctrls .ptz > .ptz-control > div.presets > .wrap > .tab-container > .content {
  flex: 1 1 auto;
  padding: 0px;
  overflow: initial;
  position: relative;
}
#main > .ctrls .ptz > .ptz-control > div.presets > .wrap > .tab-container > .content > .list {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}
#main > .ctrls .ptz > .ptz-control > div.presets > .wrap > .tab-container > .content > .list .panel .head {
  padding-left: 5px;
}
#main > .ctrls .ptz > .ptz-control > div.presets > .wrap > .tab-container .input-group {
  padding: 5px;
}
#main > .ctrls .ptz .ptz-home svg {
  pointer-events: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  left: 5px;
}
#main > .ctrls .ptz .show-video {
  position: absolute;
  right: 10px;
  bottom: -10px;
}
#main > .ctrls .ptz .goto-video {
  position: absolute;
  left: -14px;
  bottom: 14px;
}
#main > .ctrls .ptz .ptz-home,
#main > .ctrls .ptz .zoom,
#main > .ctrls .ptz .arrow {
  pointer-events: initial;
  outline: none;
  cursor: pointer;
  opacity: 0.6;
}
#main > .ctrls .ptz .ptz-home:focus,
#main > .ctrls .ptz .zoom:focus,
#main > .ctrls .ptz .arrow:focus,
#main > .ctrls .ptz .ptz-home:hover,
#main > .ctrls .ptz .zoom:hover,
#main > .ctrls .ptz .arrow:hover {
  opacity: 0.7;
}
#main > .ctrls .ptz .ptz-home:active,
#main > .ctrls .ptz .zoom:active,
#main > .ctrls .ptz .arrow:active,
#main > .ctrls .ptz .ptz-home.active,
#main > .ctrls .ptz .zoom.active,
#main > .ctrls .ptz .arrow.active {
  opacity: 1;
}
#main > .ctrls .ptz .arrow {
  margin: 0px;
}
#main > .ctrls .ptz .arrow,
#main > .ctrls .ptz .arrow:before {
  width: 20px;
  height: 30px;
}
#main > .ctrls .ptz .arrow:before {
  background-image: url(../images/icons/ptz-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
}
#main > .ctrls .ptz .arrow.ptz-up:before {
  transform: rotate(-90deg);
  bottom: 5px;
  right: 10px;
}
#main > .ctrls .ptz .arrow.ptz-right:before {
  transform: rotate(0deg);
  top: 5px;
  left: 10px;
}
#main > .ctrls .ptz .arrow.ptz-down:before {
  transform: rotate(90deg);
  top: 5px;
  left: 10px;
}
#main > .ctrls .ptz .arrow.ptz-left:before {
  transform: rotate(180deg);
  top: 5px;
  right: 10px;
}
#main > .ctrls .ptz .arrow.sm,
#main > .ctrls .ptz .arrow.sm:before {
  width: 10px;
  height: 15px;
}
#main > .ctrls .ptz .arrow.ptz-up-left:before {
  transform: rotate(-135deg);
  bottom: 5px;
  right: 7px;
}
#main > .ctrls .ptz .arrow.ptz-up-right:before {
  transform: rotate(-45deg);
  bottom: 5px;
  left: 7px;
}
#main > .ctrls .ptz .arrow.ptz-down-left:before {
  transform: rotate(135deg);
  top: 5px;
  right: 7px;
  top: 7px;
  right: 8px;
}
#main > .ctrls .ptz .arrow.ptz-down-right:before {
  transform: rotate(45deg);
  top: 5px;
  left: 7px;
  top: 7px;
  left: 8px;
}
#main > .ctrls .ptz.continuous .arrow.active:before {
  background-image: url(../images/icons/ptz-arrow-green.svg);
}
#main > .ctrls .ptz .zoom {
  width: 15px;
  height: 15px;
  position: relative;
}
#main > .ctrls .ptz .zoom:before,
#main > .ctrls .ptz .zoom:after {
  content: "";
  position: absolute;
  background-color: #ebbe35;
  left: 0;
  top: 5px;
  height: 5px;
  width: 15px;
}
#main > .ctrls .ptz .zoom:after {
  transform: rotate(90deg);
}
#main > .ctrls .ptz .zoom.ptz-zoom-out {
  position: absolute;
  left: 10px;
  bottom: -10px;
}
#main > .ctrls .ptz .zoom.ptz-zoom-out:after {
  background-color: transparent !important;
}
#main > .ctrls .ptz .zoom.ptz-zoom-in {
  position: absolute;
  right: -10px;
  bottom: 18px;
}
#main > .ctrls .ptz.continuous .zoom.active:before,
#main > .ctrls .ptz.continuous .zoom.active:after {
  background-color: green;
}
#main > .ctrls .ptz.show-video {
  opacity: 0.4;
}
#main > .ctrls .ptz.show-video:hover {
  opacity: 1;
}
#main > .ctrls .ptz.show-video > .ptz-control {
  background-color: transparent;
}
#main > .ctrls > .zoom-ctrl {
  pointer-events: initial;
}
#main > .setup {
  order: 2;
  width: 50px;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 0px;
}
#main > .setup > .icos-wrap,
#main > .setup > .settings-wrap {
  pointer-events: initial;
}
#main > .setup > .tab {
  left: -20px;
}
#main > .setup > div {
  position: relative;
}
#main > .setup > div > .title {
  text-align: left;
  top: 0;
}
#main > .setup > .list,
#main > .setup > .settings {
  overflow: auto;
}
#main > .setup > .list {
  background-color: green;
  display: flex;
  flex-direction: column;
  flex: 2 1 auto;
}
#main > .setup > .settings {
  background-color: orange;
}
#main > .setup > .e-area {
  background-color: yellow;
}
#main > .setup > .e-area {
  flex: 1 1 auto;
}
#main > .setup > .icos-wrap ul,
#main > .setup > .settings-wrap {
  display: none;
}
#main > .setup.show {
  width: 50px;
}
#main > .setup.show > .icos-wrap ul,
#main > .setup.show > .settings-wrap {
  display: block;
}
#main > .setup.selected {
  width: 525px;
}
#main > .setup .icos-wrap {
  width: 50px;
  position: absolute;
  top: 0px;
  right: 0px;
}
#main > .setup .settings-wrap {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 475px;
  background-color: #333;
  color: white;
  max-height: calc(100% - 80px);
  overflow-y: auto;
}
#main > .setup .settings-wrap .draggable {
  color: black;
}
#main > .setup .settings-wrap .draggable select[size] {
  background-color: white;
}
#main .tab-container {
  position: relative;
}
#main .tab-container > .title {
  padding: 5px;
  background-color: #191919;
  font-weight: bold;
}
#main .tab-container.tp > .title {
  background-color: transparent;
}
#main .tab-container > .content,
#main .tab-container > ng-form {
  padding: 0px 10px 10px 10px;
}
#main .tab-container > .content.compact,
#main .tab-container > ng-form.compact {
  padding: 0px 3px 3px 3px;
}
#main .available-actions .input-group {
  margin-bottom: 5px;
}
#main .available-actions .panel.active-action > .head {
  background-color: #00cc33;
  color: #000;
}
#main .available-actions .common {
  margin-bottom: 10px;
}
#main .dayswatchCollection {
  display: flex;
}
#main .dayswatchCollection button {
  flex: 1 1 auto;
  width: 0px;
  padding: 4px 0px;
  margin-right: 5px;
}
#main .priority-zone.not-exists {
  color: gray;
}
#main .priority-zone.not-exists select {
  color: gray;
}
#main .priority-zone span {
  width: 100%;
  word-break: break-all;
}
#main .priority-zone .dropdown-wrap.priority {
  min-width: 120px;
  width: 120px;
}
#main #zone-list .alert-zone-filter,
#main #zone-list .ignore-zone-filter,
#main #zone-list .topo-zone-filter {
  display: none;
}
#main #zone-list.showAlerts .alert-zone-filter {
  display: block;
}
#main #zone-list.showIgnore .ignore-zone-filter {
  display: block;
}
#main #zone-list.showTopo .topo-zone-filter {
  display: block;
}
#main .new-zone {
  border: solid 1px #ebbe35;
  padding: 5px;
}
#main ui-settings .fa-undo {
  font-size: 0.9em;
}
div.select {
  position: relative;
}
div.select > .cover {
  display: block;
}
div.select > ul {
  display: none;
  position: absolute;
  top: 32px;
  width: 100%;
  padding: 5px;
  max-height: 200px;
}
div.select > ul li {
  width: 100%;
}
div.select > ul li a {
  text-decoration: none;
}
div.select.active > ul {
  display: block;
}
@keyframes highlght_gray {
  0% {
    background-color: green;
  }
  100% {
    background-color: #333;
  }
}
@keyframes highlght_light_gray {
  0% {
    background-color: green;
  }
  100% {
    background-color: #a2a2a2;
  }
}
#canvas-map {
  width: 100%;
  height: 100%;
}
.filter-list-item > .title-name {
  margin-left: 10px;
}
.pr {
  position: relative;
}
.ctrls .ol-scale-line,
.ctrls .ol-rotate,
.ctrls .ol-full-screen {
  pointer-events: initial;
  position: absolute;
  border-radius: 0px;
}
.ctrls .ol-scale-line {
  background: #333;
  bottom: 5px;
  padding: 3px;
  left: 40px;
}
.ctrls .ol-full-screen,
.ctrls .ol-rotate {
  padding: 0px;
  top: initial;
  right: initial;
  left: 10px;
}
.ctrls .ol-rotate {
  bottom: 123px;
}
.ctrls .ol-full-screen {
  bottom: 5px;
}
.ctrls .ol-control:hover {
  background-color: inherit;
}
.ctrls .ol-control button {
  border-radius: 0px;
  padding: 0;
  font-weight: 700;
  margin: 0;
  height: 23px;
  width: 23px;
}
.ol-viewport.ol-grab {
  cursor: pointer;
}
.ol-viewport.arc-grab-moving,
.ol-viewport.arc-grab-move,
.ol-viewport.ol-grab-rotating,
.ol-viewport.ol-grab-rotate {
  cursor: ew-resize;
}
.ol-viewport.arc-grab-rotating,
.ol-viewport.arc-grab-rotate {
  cursor: move;
}
.ol-hidden {
  display: none;
}
.ol-compass {
  display: block;
  font-weight: 400;
  font-size: 1.2em;
  will-change: transform;
}
.ol-scale-line-inner {
  border: 1px solid #eee;
  border-top: none;
  color: #eee;
  font-size: 10px;
  text-align: center;
  margin: 1px;
  will-change: contents,width;
}
dbconnection-warning,
time-warning {
  pointer-events: none;
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 65535;
}
dbconnection-warning .warning,
time-warning .warning {
  pointer-events: initial;
  background-color: #191919;
  border: solid #a2a2a2 1px;
  border-radius: 3px;
  color: #FFF;
  padding: 5px;
}
dbconnection-warning .critical {
  pointer-events: initial;
  background-color: #9c1d00;
  border: solid #191919 1px;
  border-radius: 3px;
  color: #FFF;
  padding: 5px;
}
pop-down {
  z-index: 1004;
  position: relative;
  display: inline-block;
}
pop-down > ul {
  position: absolute;
  background-color: #191919;
  border: solid #a2a2a2 1px;
  border-radius: 3px;
  margin: 0px;
  padding: 0px;
  white-space: nowrap;
  display: none;
}
pop-down > ul.show {
  display: block;
}
pop-down li,
pop-down button {
  width: 100%;
  list-style: none;
  text-align: left;
}
.item-ui-settings label {
  min-width: 100px;
}
.spotter-ui label {
  min-width: 100px;
}
.select-all {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
  cursor: pointer;
}
.fill-container {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 10px;
  left: 10px;
}
.vs {
  border: solid #333 1px;
  background-color: #3f3f3f;
  height: 100%;
}
htracks-component,
tracks-component {
  height: 100%;
}
htrack-snapshot-component {
  width: 100%;
  display: block;
}
cam-object-detection-box-component {
  top: 0px;
  width: 100%;
  display: block;
  position: absolute;
}
.snr-filter-zones tr.delete {
  opacity: 0.5;
}
track-filter-warnings ul {
  padding: 10px;
  margin: 0px;
}
track-filter-warnings li {
  list-style: none;
  padding: 2px;
}
track-filter-warnings i {
  text-decoration: underline;
}
track-filter-warnings button {
  width: 100%;
}
.time-picker {
  display: inline-block;
  position: relative;
  border-width: 1px;
}
.time-picker .time {
  position: relative;
  display: flex;
  max-width: 75px;
  height: 19px;
}
.time-picker .time input:not([type='range']):not([type='checkbox']):not([type='color']) {
  background-color: #a2a2a2;
  color: #000;
  display: inline-block;
  vertical-align: top;
  padding: 1px 2px;
  width: 23px;
  height: 19px;
}
.time-picker .time button {
  display: inline-block;
  vertical-align: top;
  height: 19px;
  padding: 1px 2px;
}
.time-picker .clock {
  display: none;
  border-radius: 50%;
  width: 127px;
  height: 127px;
  position: absolute;
  z-index: 9999;
  top: -55px;
  left: -27px;
  background-color: rgba(25, 25, 25, 0.6);
}
.time-picker .clock.hours,
.time-picker .clock.minutes {
  display: initial;
}
.time-picker .clock > .hours,
.time-picker .clock > .minutes {
  display: none;
}
.time-picker .clock.hours > .hours {
  display: initial;
}
.time-picker .clock.hours > .hours > div:nth-last-child(-n+12) {
  display: none;
}
.time-picker .clock.hours.twentyFour > .hours > div:nth-last-child(-n+12) {
  display: initial;
}
.time-picker .clock.minutes > .minutes {
  display: initial;
}
.time-picker .clock.hours.twentyFour {
  width: 172px;
  height: 172px;
}
.time-picker .clock.hours.twentyFour {
  top: -77.5px;
  left: -61.5px;
}
.time-picker .clock.minutes.twentyFour {
  top: -55px;
  left: -39px;
}
.time-picker .clock > .digits > .digit {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -11px;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 50%;
  padding-top: 3px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  background-color: tranparent;
}
.time-picker .clock > .digits > .digit.active,
.time-picker .clock > .digits > .digit:hover {
  background-color: gold;
  color: #000;
}
.time-picker .clock > .digits > .digit:nth-child(1) {
  transform: rotate(300deg) translate(52.5px) rotate(-300deg);
}
.time-picker .clock > .digits > .digit:nth-child(2) {
  transform: rotate(330deg) translate(52.5px) rotate(-330deg);
}
.time-picker .clock > .digits > .digit:nth-child(3) {
  transform: rotate(0deg) translate(52.5px) rotate(0deg);
}
.time-picker .clock > .digits > .digit:nth-child(4) {
  transform: rotate(30deg) translate(52.5px) rotate(-30deg);
}
.time-picker .clock > .digits > .digit:nth-child(5) {
  transform: rotate(60deg) translate(52.5px) rotate(-60deg);
}
.time-picker .clock > .digits > .digit:nth-child(6) {
  transform: rotate(90deg) translate(52.5px) rotate(-90deg);
}
.time-picker .clock > .digits > .digit:nth-child(7) {
  transform: rotate(120deg) translate(52.5px) rotate(-120deg);
}
.time-picker .clock > .digits > .digit:nth-child(8) {
  transform: rotate(150deg) translate(52.5px) rotate(-150deg);
}
.time-picker .clock > .digits > .digit:nth-child(9) {
  transform: rotate(180deg) translate(52.5px) rotate(-180deg);
}
.time-picker .clock > .digits > .digit:nth-child(10) {
  transform: rotate(210deg) translate(52.5px) rotate(-210deg);
}
.time-picker .clock > .digits > .digit:nth-child(11) {
  transform: rotate(240deg) translate(52.5px) rotate(-240deg);
}
.time-picker .clock > .digits > .digit:nth-child(12) {
  transform: rotate(270deg) translate(52.5px) rotate(-270deg);
}
.time-picker .clock > .digits > .digit:nth-child(13) {
  transform: rotate(300deg) translate(75px) rotate(-300deg);
}
.time-picker .clock > .digits > .digit:nth-child(14) {
  transform: rotate(330deg) translate(75px) rotate(-330deg);
}
.time-picker .clock > .digits > .digit:nth-child(15) {
  transform: rotate(0deg) translate(75px) rotate(0deg);
}
.time-picker .clock > .digits > .digit:nth-child(16) {
  transform: rotate(30deg) translate(75px) rotate(-30deg);
}
.time-picker .clock > .digits > .digit:nth-child(17) {
  transform: rotate(60deg) translate(75px) rotate(-60deg);
}
.time-picker .clock > .digits > .digit:nth-child(18) {
  transform: rotate(90deg) translate(75px) rotate(-90deg);
}
.time-picker .clock > .digits > .digit:nth-child(19) {
  transform: rotate(120deg) translate(75px) rotate(-120deg);
}
.time-picker .clock > .digits > .digit:nth-child(20) {
  transform: rotate(150deg) translate(75px) rotate(-150deg);
}
.time-picker .clock > .digits > .digit:nth-child(21) {
  transform: rotate(180deg) translate(75px) rotate(-180deg);
}
.time-picker .clock > .digits > .digit:nth-child(22) {
  transform: rotate(210deg) translate(75px) rotate(-210deg);
}
.time-picker .clock > .digits > .digit:nth-child(23) {
  transform: rotate(240deg) translate(75px) rotate(-240deg);
}
.time-picker .clock > .digits > .digit:nth-child(24) {
  transform: rotate(270deg) translate(75px) rotate(-270deg);
}
.time-picker.open .time {
  z-index: 9998;
}
.time-picker.open .clock {
  z-index: 9999;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #191919;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
/* Include this file in your html if you are using the CSP mode. */
.uib-datepicker-popup.dropdown-menu {
  display: block;
  float: none;
  margin: 0;
}
.uib-button-bar {
  padding: 10px 9px 2px;
}
.uib-datepicker .uib-title {
  width: 100%;
}
.uib-day button,
.uib-month button,
.uib-year button {
  min-width: 100%;
}
.uib-left,
.uib-right {
  width: 100%;
}
.uib-position-measure {
  display: block !important;
  visibility: hidden !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}
.uib-position-scrollbar-measure {
  position: absolute !important;
  top: -9999px !important;
  width: 50px !important;
  height: 50px !important;
  overflow: scroll !important;
}
.uib-position-body-scrollbar-measure {
  overflow: scroll !important;
}
.glyphicon:before {
  font-family: FontAwesome;
}
.glyphicon-chevron-left:before {
  content: "\f053";
}
.glyphicon-chevron-right:before {
  content: "\f054";
}
.glyphicon-chevron-up:before {
  content: "\f053";
}
.glyphicon-chevron-down:before {
  content: "\f054";
}
.uib-datepicker i {
  font-style: normal;
}
.uib-datepicker button {
  padding: 0px 4px;
}
.uib-datepicker .text-muted {
  color: rgba(255, 255, 255, 0.3);
}
.uib-timepicker {
  width: 120px;
}
.uib-timepicker button {
  font-size: 10px;
  line-height: 12px;
  height: 20px;
}
body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
ui-alert {
  color: #fff;
}
ui-alert .overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
}
ui-alert .content {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}
ui-alert .content * {
  pointer-events: none;
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}
ui-alert .content > .url {
  text-align: center;
}
ui-alert .content > .info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 0.9em;
}
ui-alert .content > .info label {
  width: 33%;
  white-space: nowrap;
  font-weight: bold;
}
ui-alert .content > .info label span {
  white-space: normal;
  font-weight: normal;
}
ui-alert .alert {
  width: 800px;
  margin-left: -400px;
  left: 50%;
  top: 5%;
  max-height: 90%;
  position: fixed;
  padding: 17px;
  border-radius: 5px;
  background-color: #333;
  text-align: center;
  overflow: auto;
  z-index: 10001;
}
@media all and (max-width: 540px) {
  ui-alert .alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
ui-alert .alert .adv {
  text-align: left;
}
ui-alert .alert h2 {
  font-size: 2em;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}
ui-alert .alert p {
  font-size: 1.3em;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 25px 0;
  padding: 0;
  line-height: normal;
}
ui-alert .alert .icon {
  width: 80px;
  height: 80px;
  border: 4px solid #333;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}
ui-alert .alert .icon::before,
ui-alert .alert .icon::after {
  content: "";
  position: absolute;
  border-radius: 2px;
  width: 5px;
}
ui-alert .alert.info .icon {
  border-color: #C9DAE1;
}
ui-alert .alert.info .icon::before {
  background-color: #C9DAE1;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
}
ui-alert .alert.info .icon::after {
  background-color: #C9DAE1;
  height: 29px;
  bottom: 17px;
  margin-left: -2px;
}
ui-alert .alert.warn .icon {
  border-color: #F8BB86;
}
ui-alert .alert.warn .icon::before {
  background-color: #F8BB86;
  height: 47px;
  top: 10px;
  margin-left: -2px;
}
ui-alert .alert.warn .icon::after {
  background-color: #F8BB86;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  bottom: 10px;
  margin-left: -3px;
}
ui-alert .alert.success .icon {
  border-color: #A5DC86;
}
ui-alert .alert.success .icon::before {
  background-color: #A5DC86;
  left: 46px;
  top: 18px;
  height: 46px;
  transform: rotate(45deg);
}
ui-alert .alert.success .icon::after {
  background-color: #A5DC86;
  left: 23px;
  top: 35px;
  height: 25px;
  transform: rotate(-45deg);
}
ui-alert .alert.error .icon {
  border-color: #F27474;
}
ui-alert .alert.error .icon::before {
  background-color: #F27474;
  left: 38px;
  top: 16px;
  height: 46px;
  transform: rotate(45deg);
}
ui-alert .alert.error .icon::after {
  background-color: #F27474;
  right: 38px;
  top: 16px;
  height: 46px;
  transform: rotate(-45deg);
}
ui-alert .alert .sa-icon.sa-error {
  border-color: #F27474;
}
ui-alert .alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}
ui-alert .alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}
ui-alert .alert .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}
ui-alert .alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}
ui-alert .alert .sa-icon.sa-warning {
  border-color: #F8BB86;
}
ui-alert .alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}
ui-alert .alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}
ui-alert .alert .sa-icon.sa-info {
  border-color: #C9DAE1;
}
ui-alert .alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1;
}
ui-alert .alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1;
}
ui-alert .alert .sa-icon.sa-success {
  border-color: #A5DC86;
}
ui-alert .alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
ui-alert .alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
ui-alert .alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
ui-alert .alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
ui-alert .alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}
ui-alert .alert .buttons.center button {
  float: none;
  margin-left: 10px;
  margin-right: 10px;
}
ui-alert .alert .buttons.embiggen button {
  align: center;
  font-size: 20px;
}
ui-alert .alert .buttons button {
  float: right;
  margin-right: 20px;
}
filter-macro-list,
filter-macro,
filter-macros {
  display: block;
}
filter-groups-component filter-macro button.fa-clone,
filter-macros filter-macro button.fa-clone {
  font-size: 0.8em;
  padding: 3px 2px 1px 2px !important;
}
filter-groups-component filter-macro ul,
filter-macros filter-macro ul {
  padding: 0px !important;
}
filter-groups-component ul,
filter-macros ul {
  padding: 0px;
  margin: 0px;
  white-space: normal !important;
}
filter-groups-component ul li,
filter-macros ul li {
  list-style: none;
  background-color: #333;
  position: relative;
}
filter-groups-component ul li input,
filter-macros ul li input {
  margin-bottom: 3px;
}
filter-groups-component ul .delete-button-filler,
filter-macros ul .delete-button-filler {
  flex: 1 0 auto;
  width: 20px;
}
filter-groups-component ul button.fa-plus,
filter-macros ul button.fa-plus,
filter-groups-component ul button.fa-minus,
filter-macros ul button.fa-minus {
  float: right;
  padding-top: 2px !important;
}
filter-groups-component ul .filter-type,
filter-macros ul .filter-type {
  margin-left: 10px;
}
filter-groups-component ul button,
filter-macros ul button {
  white-space: normal !important;
  display: inline !important;
  width: auto !important;
}
filter-groups-component .schedule .ctrls,
filter-macros .schedule .ctrls {
  display: flex;
}
filter-groups-component .schedule .ctrls > .r,
filter-macros .schedule .ctrls > .r {
  margin-left: auto;
}
filter-groups-component .interval,
filter-macros .interval {
  display: flex;
  position: relative;
  width: 100%;
}
filter-groups-component .interval input,
filter-macros .interval input {
  flex: 1 1 auto;
}
filter-groups-component .interval .days,
filter-macros .interval .days {
  white-space: nowrap;
}
filter-groups-component .interval button,
filter-macros .interval button {
  margin-bottom: 0px;
}
.icon {
  background-size: 30px 30px;
  background-position: center;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}
.calibrating,
.clickable {
  cursor: crosshair !important;
}
.track-hover {
  cursor: pointer;
}
body {
  overflow: hidden;
  margin: 0px;
}
.about label:not([for]) {
  display: block;
}
ul#main-menu {
  position: absolute;
  top: 50px;
  right: 4px;
  font-family: sans-serif;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
ul#main-menu li {
  background-color: #333;
  cursor: pointer;
  border: solid 1px transparent;
  fill: #ffffff;
}
ul#main-menu li.active,
ul#main-menu li:hover {
  fill: #ebbe35;
}
ul#main-menu svg {
  display: block;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  padding: 5px;
}
.selectable {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}
*:not(input):not(textarea) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.draggable {
  position: fixed;
  top: 10px;
  right: 100px;
  z-index: 150;
  background-color: whitesmoke;
  border: 1px solid black;
  border-radius: 5px 5px 0px 0px;
  box-shadow: 3px 3px 4px 1px rgba(100, 100, 100, 0.9);
}
select[size] {
  resize: vertical;
  overflow: auto;
  height: 70px;
}
.filter-group select.filters {
  display: block;
  max-width: 90%;
}
.filter-group .delete-filter,
.filter-group .update-filter {
  float: right;
}
.filter-group .exclude:not(:first-of-type) {
  margin-left: 15px;
}
.filter-group .filter.inverted.heading > label:first-of-type:after {
  content: ' (< X\00b0):';
}
.filter-group .filter.inverted.heading > label:last-of-type:after {
  content: ' (> X\00b0):';
}
.filter-group .filter.inverted.duration > label:after {
  content: ' (< X sec):';
}
.filter-group .filter.inverted.rcs > label:after {
  content: ' (< X m\00b2):';
}
.filter-group .filter:not(.inverted).heading > label:first-of-type:after {
  content: ' (\2265\00a0 X\00b0):';
}
.filter-group .filter:not(.inverted).heading > label:last-of-type:after {
  content: ' (\2264\00a0 X\00b0):';
}
.filter-group .filter:not(.inverted).duration > label:after {
  content: ' (\2265\00a0 X sec):';
}
.filter-group .filter:not(.inverted).rcs > label:after {
  content: ' (\2265\00a0 X m\00b2):';
}
.filter-group .filter .schedule-start-time,
.filter-group .filter .schedule-end-time {
  display: inline-block;
}
.filter-group .filter.schedule select.day-groups {
  display: inline-block;
  width: 115px;
}
.filter-group .filter.schedule .days {
  text-align: center;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  width: 185px;
}
.filter-group .filter.schedule .days .day {
  font-family: 'US101';
  display: inline-block;
  width: 22px;
  margin-top: 0px;
}
.filter-group .filter.schedule .days .day:not(:last-of-type) {
  margin-right: 5px;
}
.filter-group .filter.schedule label {
  margin-right: 5px;
}
.filter-group .filter.schedule label.schedule-end-time {
  margin-left: 5px;
}
.filter-group .filter.schedule select[size] {
  width: 100%;
}
.filter-group .filter.schedule .toggle {
  cursor: pointer;
  color: black;
  background-color: white;
  border-radius: 4px;
}
.filter-group .filter.schedule .toggle:not(.on) {
  background-color: white;
  box-shadow: 1px 1px 1px black, inset 0px 0px 2px black, inset -1px -1px 3px #888;
  -webkit-transition-property: box-shadow;
  -webkit-transition-duration: 0.2s;
  -moz-transition-property: box-shadow;
  -moz-transition-duration: 0.2s;
  -o-transition-property: box-shadow;
  -o-transition-duration: 0.2s;
  transition-property: box-shadow;
  transition-duration: 0.2s;
}
.filter-group .filter.schedule .toggle.on {
  background-color: #ccc;
  box-shadow: 0px 0px 1px black, inset 1px 1px 3px black, inset 2px 2px 2px #888;
  -webkit-transition-property: box-shadow;
  -webkit-transition-duration: 0.2s;
  -moz-transition-property: box-shadow;
  -moz-transition-duration: 0.2s;
  -o-transition-property: box-shadow;
  -o-transition-duration: 0.2s;
  transition-property: box-shadow;
  transition-duration: 0.2s;
}
.toggle {
  cursor: pointer;
  color: black;
  background-color: white;
  text-align: center;
  display: inline-block;
  padding: 12px;
  margin: 1px;
  border-radius: 4px;
}
.toggle:not(.on) {
  background-color: white;
  box-shadow: 1px 1px 1px black, inset 0px 0px 2px black, inset -1px -1px 3px #888;
  -webkit-transition-property: box-shadow;
  -webkit-transition-duration: 0.2s;
  -moz-transition-property: box-shadow;
  -moz-transition-duration: 0.2s;
  -o-transition-property: box-shadow;
  -o-transition-duration: 0.2s;
  transition-property: box-shadow;
  transition-duration: 0.2s;
}
.toggle.on {
  background-color: #ccc;
  box-shadow: 0px 0px 1px black, inset 1px 1px 3px black, inset 2px 2px 2px #888;
  -webkit-transition-property: box-shadow;
  -webkit-transition-duration: 0.2s;
  -moz-transition-property: box-shadow;
  -moz-transition-duration: 0.2s;
  -o-transition-property: box-shadow;
  -o-transition-duration: 0.2s;
  transition-property: box-shadow;
  transition-duration: 0.2s;
}
.zone-settings {
  overflow: hidden;
}
.zone-settings .inactive {
  display: none;
}
.zone-settings .content#actions {
  padding-top: 0px;
}
.zone-settings .content#actions label {
  display: inline-block;
}
.zone-settings .content select[size] {
  width: 100%;
}
.zone-settings .content button.delete,
.zone-settings .content button.update {
  float: right;
}
.zone-settings .content .colors label {
  display: inline-block;
  margin-right: 10px;
}
#add-zone-action {
  z-index: 300;
}
#add-zone-action select {
  width: 100%;
}
#add-zone-action .available-actions {
  min-width: 250px;
  resize: both;
}
#zone-action-filter-list {
  min-width: 300px;
  z-index: 275;
}
#zone-action-filter-list .content select[size] {
  width: 100%;
  resize: both;
}
#zone-action-filter-list .content button.delete {
  float: right;
}
#zone-action-filters {
  min-width: 300px;
  z-index: 300;
}
#zone-action-filters.edit .add-only {
  display: none;
}
#zone-action-filters .content select[size] {
  width: 100%;
}
#zone-action-filters .content button.delete,
#zone-action-filters .content button.update {
  float: right;
}
.hidden {
  -webkit-transition: visibility 0s 1s, height 0.5s ease-out 0s, opacity 0.5s ease-out 0s;
  -moz-transition: visibility 0s 1s, height 0.5s ease-out 0s, opacity 0.5s ease-out 0s;
  -o-transition: visibility 0s 1s, height 0.5s ease-out 0s, opacity 0.5s ease-out 0s;
  visibility: hidden;
  opacity: 0;
  height: 0px !important;
  display: none !important;
}
.status-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: monospace;
  background-color: black;
  overflow: hidden;
}
.status-bar span {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}
#settings-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 50;
}
#settings-icon svg {
  width: 30px;
  height: 30px;
}
#lock {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 50px;
  background-size: 30px 30px;
  height: 30px;
  z-index: 50;
  cursor: pointer;
}
#lock > span {
  margin: 10px;
  padding-top: 5px;
  color: #fff;
  font-weight: bold;
}
#lock.locked svg.unlocked {
  display: none;
}
#lock:not(.locked) svg.locked {
  display: none;
}
#lock svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}
#lock svg:hover {
  fill: #ebbe35;
}
#settings:hover {
  cursor: pointer;
}
#canvases {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.draggable .title {
  background-color: black;
  color: #ffcc00;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding-left: 2px;
  cursor: move;
  font-family: "US101";
}
.draggable .title .text {
  padding: 2px 5px 2px 2px;
}
.draggable .title .close-button {
  color: whitesmoke;
  position: absolute;
  top: 0px;
  right: 0px;
  border-top-right-radius: 5px;
  padding: 2px 5px 2px 5px;
}
.draggable .title .close-button:hover {
  font-weight: bold;
  cursor: pointer;
  color: red;
}
.content {
  overflow: hidden;
}
.content.schedule-content {
  overflow: visible;
}
.content .close {
  float: right;
}
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 200;
  /* Don't go beyond the screen size when padding is applied */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.7);
}
.modal.level2 {
  z-index: 250;
}
#setup-modal {
  text-align: center;
  padding-top: 10%;
}
#setup-modal .title {
  font-family: 'US101';
  font-size: 14pt;
  margin-bottom: 1em;
}
#setup-modal #setup-progress {
  width: 400px;
}
#setup-modal #setup-logger {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#setup-modal #setup-logger span {
  display: block;
}
#auth-modal {
  text-align: center;
  padding-top: 10%;
}
#auth-modal .title {
  font-family: 'US101';
  font-size: 14pt;
  margin-bottom: 1em;
}
#auth-modal .content {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#auth-modal .content input {
  width: 100%;
}
#auth-modal .content button {
  float: right;
}
#reacquire {
  text-align: center;
  padding-top: 10%;
}
/* Just for convenience */
.template.hidden {
  display: none;
}
.zone-settings-button {
  position: absolute;
  width: 20px;
  height: 20px;
  z-index: 50;
  cursor: pointer;
}
.zone-settings-button {
  background-image: url(../images/icons/zone-settings.png);
  background-size: 100% 100%;
}
.zone-settings-button:hover {
  background-image: url(../images/icons/zone-settings-sel.png);
  background-size: 100% 100%;
}
.tracker-div,
.camera-div {
  position: absolute;
  background-color: #242423;
  padding: 3px 3px 3px 3px;
  border-radius: 3px;
  z-index: 50;
  font-family: 'US101';
  color: whitesmoke;
}
.tracker-div a,
.camera-div a {
  text-decoration: none;
  color: #ffcc00;
}
#map-slider {
  position: absolute;
  bottom: 35px;
  left: 10px;
}
#map-slider.tl {
  bottom: auto;
  top: 30px;
}
#map-slider button {
  display: block;
  border-radius: 0px;
  padding: 0px;
  width: 23px;
  height: 23px;
}
#map-slider button.sm {
  height: 17px;
  margin: auto;
}
#map-slider button.sm .fa {
  vertical-align: 3px;
}
#map-slider input {
  display: none;
  position: absolute;
  width: 248px;
  height: 3px;
  padding: 0px;
  bottom: 24px;
  left: 50%;
  margin-left: 0px;
  -webkit-transform: rotate(90deg) scale(-1);
  -moz-transform: rotate(90deg) scale(-1);
  -o-transform: rotate(90deg) scale(-1);
  -ms-transform: rotate(90deg) scale(-1);
  transform: rotate(90deg) scale(-1);
  -webkit-transform-origin: 0 50% 0;
  -moz-transform-origin: 0 50% 0;
  -o-transform-origin: 0 50% 0;
  -ms-transform-origin: 0 50% 0;
  transform-origin: 0 50% 0;
  background: rgba(0, 0, 0, 0);
  background-image: url(../images/icons/zoom-bar.png);
  background-repeat: repeat-y;
  background-size: 100% 100%;
  /*-webkit-appearance: slider-vertical;*/
  /*
        &[type='range']::-webkit-slider-thumb {
            height: 30px;
            width: 30px;

            background-image: url(../images/icons/zoom-box.png);
            background-size: 100% 100%;

            &:hover, &:focus {
                background-image: url(../images/icons/zoom-box-sel.png);
            }
        }
        */
}
#interf {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  max-height: 30%;
  cursor: default;
  z-index: 50;
}
#interf > div {
  pointer-events: initial;
  text-align: center;
  font-size: 13pt;
  padding: 5px 0px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 3px 3px 4px 1px rgba(100, 100, 100, 0.9);
}
#interf .alert-1 {
  background-color: #FFFFFF;
}
#interf .alert-2 {
  background-color: #FFF260;
}
#interf .alert-2:before {
  content: "WARNING: ";
  font-weight: bold;
}
#interf .alert-3 {
  background-color: #F26C4F;
}
#interf .alert-3:before {
  content: "ERROR: ";
  font-weight: bold;
}
#interf .alert-4 {
  background-color: #FF0000;
}
#interf .alert-4:before {
  content: "CRITICAL: ";
  font-weight: bold;
}
#interf .alert .dismiss {
  color: black;
  float: right;
  padding-right: 7px;
  cursor: pointer;
  font-weight: bold;
}
#interf span {
  margin: 0px 2px;
}
.table {
  display: table;
}
.table .row {
  display: table-row;
}
.table .row .cell {
  display: table-cell;
}
.collapse {
  cursor: pointer;
  background-color: lightgray;
}
.collapse.collapsed:before {
  content: "+ ";
}
.collapse:not(.collapsed):before {
  content: "- ";
}
.collapse:hover {
  background-color: gray;
}
.collapse-body.collapsed {
  display: none;
}
#refresh-modal {
  text-align: center;
  padding-top: 10%;
  z-index: 10002;
}
#refresh-modal .title {
  font-family: 'US101';
  font-size: 14pt;
  margin-bottom: 1em;
}
#refresh-modal .content {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#refresh-modal .content input {
  width: 100%;
}
#refresh-modal .content button {
  float: right;
}
#refresh-modal .countdown {
  margin: 0px 3px;
}
.tabs {
  width: 100%;
  border-bottom: 1px solid black;
}
.tabs > .tab {
  width: 32px;
  height: 32px;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  margin: 0px;
  border-radius: 1px 1px 0 0;
  padding: 3px;
}
.tabs > .tab:hover {
  cursor: pointer;
}
.tabs > .tab:not(.selected) {
  background-color: #999;
}
.tabs > .tab:not(.selected):hover {
  background-color: #aaa;
}
.tabs > .tab.selected {
  background-color: white;
}
.tabs > .tab img {
  width: 32px;
  height: 32px;
  pointer-events: none;
}
#version-warning {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 65535;
  padding: 5px;
  font-weight: bold;
  left: 50%;
}
#version-warning.beta {
  background-color: orange;
  margin-left: -47px;
}
#version-warning.alpha {
  background-color: red;
  margin-left: -94px;
}
#version-warning.beta:after {
  content: "Beta version";
}
#version-warning.alpha:after {
  content: "Development-only version";
}
#progress {
  min-width: 300px;
  background-color: #777777;
}
#progress progress {
  width: 100%;
}
.scroll {
  overflow: auto;
  max-height: 500px;
}
#edit-presets.edit-presets:before {
  content: "Edit Presets";
}
#edit-presets.view-presets:before {
  content: "View Presets";
}
#logo img {
  max-height: 50px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  pointer-events: none;
}
#add-status-handler-action {
  z-index: 300;
}
#add-status-handler-action select {
  width: 100%;
}
#add-status-handler-action .available-actions {
  min-width: 250px;
  resize: both;
}
.radio-div {
  display: flex;
}
.radio-div input[type='radio'] {
  width: 25px;
}
button#set-nickname {
  margin-top: 5px;
}
.tab-container label {
  margin-top: 2px;
}
br#aboutTabAdminViewInfo {
  line-height: 2;
}
button#restore-config-button {
  margin-top: 3px;
  margin-right: 5px;
}
