/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
@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: #f5f5f5;
}
#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: "Spotter: ";
}
#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: #f5f5f5;
  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 label.license-points:before {
  content: "Points: ";
}
#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[for] {
  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) {
  /* 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):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;
}
#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: #555555;
}
::-moz-placeholder {
  color: #555555;
}
:-ms-input-placeholder {
  color: #555555;
}
.button,
button,
input:not([type='range']),
select,
textarea {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.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);
}
.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;
}
.button,
button,
.button:focus,
button:focus {
  color: #fff;
  background-color: #333333;
  border-color: #a2a2a2;
}
.button:hover,
button:hover {
  color: #ebbe35;
  background-color: #292929;
}
fieldset[disabled] .button,
fieldset[disabled] button,
.button[disabled],
button[disabled] {
  cursor: not-allowed;
  opacity: .65;
}
.button:active,
button:active,
.button.active,
button.active {
  color: #ebbe35;
  border-color: #ebbe35;
}
fieldset[disabled] .button,
fieldset[disabled] button,
.button[disabled],
button[disabled] {
  color: #a2a2a2;
  border-color: transparent;
  text-decoration: none;
}
.button.primary,
button.primary,
.button.primary:focus,
button.primary:focus {
  color: #000;
  background-color: #e9b71e;
}
.button.primary:hover,
button.primary:hover {
  color: #000;
  background-color: #edc54c;
}
.button.link,
button.link {
  color: #fff;
  font-weight: normal;
  padding: 2px 4px;
  background-color: transparent;
}
fieldset[disabled] .button.link,
fieldset[disabled] button.link,
.button.link[disabled],
button.link[disabled] {
  background-color: transparent;
  box-shadow: none;
}
.button.link,
button.link,
.button.link:focus,
button.link:focus {
  border-color: transparent;
}
.button.link:hover,
button.link:hover {
  color: #ebbe35;
}
.button.link:active,
button.link:active,
.button.link.active,
button.link.active {
  color: #ebbe35;
  border-color: #ebbe35;
}
.button.link.disabled,
button.link.disabled {
  color: #a2a2a2;
  border-color: transparent;
  text-decoration: none;
}
.button.ico,
button.ico {
  padding: 0px 2px;
  line-height: initial;
}
.button.left,
button.left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.button.right,
button.right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.button.middle,
button.middle {
  border-radius: 0;
}
.button.warning,
button.warning {
  background-color: #A50000;
}
select {
  outline: none;
  height: 23px;
  color: #fff;
  background-color: #333333;
  border-color: #333333;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select > option {
  color: #a2a2a2;
  background-color: #333333;
}
select > option:checked {
  border: solid 1px #ebbe35;
  border-radius: 2px;
  margin-bottom: 2px;
  margin-right: 2px;
}
select[disabled] {
  color: gray;
}
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: #333333;
  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']) {
  outline: none;
  width: auto;
  width: 100%;
  border: 1px solid #333333;
  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;
}
fieldset[disabled] textarea,
fieldset[disabled] input:not([type='range']):not([type='checkbox']):not([type='color']),
textarea[disabled],
input:not([type='range']):not([type='checkbox']):not([type='color'])[disabled],
textarea.disabled,
input:not([type='range']):not([type='checkbox']):not([type='color']).disabled {
  background-color: transparent;
  color: #fff;
}
textarea.link,
input:not([type='range']):not([type='checkbox']):not([type='color']).link {
  padding: 4px 12px;
  color: #fff;
  background-color: transparent;
}
input[type='color'] {
  padding: 0px;
  min-width: 60px;
}
input[type='number'] {
  padding-right: 0px !important;
}
input[type='number'].no-spinner {
  -moz-appearance: textfield;
}
input[type='number'].no-spinner::-webkit-outer-spin-button,
input[type='number'].no-spinner::-webkit-inner-spin-button {
  display: none;
}
.input-group {
  display: flex;
  position: relative;
  width: 100%;
}
.input-group > .input-group-btn {
  position: relative;
  font-size: 0;
  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;
}
ng-form:not(.ignore-dirty),
ng-form:not(.ignore-dirty) button,
ng-form:not(.ignore-dirty) button:focus,
ng-form:not(.ignore-dirty) select,
ng-form:not(.ignore-dirty) select:focus,
ng-form:not(.ignore-dirty) input,
ng-form:not(.ignore-dirty) input:focus,
ng-form:not(.ignore-dirty) textarea,
ng-form:not(.ignore-dirty) textarea:focus {
  transition: border-color ease-in-out 0.15s;
}
ng-form:not(.ignore-dirty).ui-dirty,
ng-form:not(.ignore-dirty) button.ui-dirty,
ng-form:not(.ignore-dirty) button:focus.ui-dirty,
ng-form:not(.ignore-dirty) select.ui-dirty,
ng-form:not(.ignore-dirty) select:focus.ui-dirty,
ng-form:not(.ignore-dirty) input.ui-dirty,
ng-form:not(.ignore-dirty) input:focus.ui-dirty,
ng-form:not(.ignore-dirty) textarea.ui-dirty,
ng-form:not(.ignore-dirty) textarea:focus.ui-dirty {
  border-color: #fff77d !important;
}
ng-form:not(.ignore-dirty).ng-invalid,
ng-form:not(.ignore-dirty) button.ng-invalid,
ng-form:not(.ignore-dirty) button:focus.ng-invalid,
ng-form:not(.ignore-dirty) select.ng-invalid,
ng-form:not(.ignore-dirty) select:focus.ng-invalid,
ng-form:not(.ignore-dirty) input.ng-invalid,
ng-form:not(.ignore-dirty) input:focus.ng-invalid,
ng-form:not(.ignore-dirty) textarea.ng-invalid,
ng-form:not(.ignore-dirty) textarea:focus.ng-invalid {
  border-color: rgba(255, 0, 0, 0.5) !important;
}
ng-form:not(.ignore-dirty) input[type=checkbox],
ng-form:not(.ignore-dirty) input[type=checkbox]:focus {
  outline: 1px solid transparent;
  transition: outline-color ease-in-out 0.15s;
}
ng-form:not(.ignore-dirty) input[type=checkbox].ui-dirty,
ng-form:not(.ignore-dirty) input[type=checkbox]:focus.ui-dirty {
  outline-color: #fff77d !important;
}
ng-form:not(.ignore-dirty) select.ui-updated {
  animation: highlght_gray 1s;
}
ng-form:not(.ignore-dirty) textarea.ui-updated,
ng-form:not(.ignore-dirty) input.ui-updated {
  animation: highlght_light_gray 1s;
}
.h-flex {
  display: flex;
  width: 100%;
}
.h-flex .full {
  flex: 1 1 auto;
  width: 100%;
}
.h-flex > .r {
  margin-left: auto;
}
a[href] {
  color: #e9b71e;
}
a[href]:hover {
  color: #edc54c;
}
ul.list {
  overflow-y: auto;
  padding: 0px;
}
ul.list li {
  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;
}
.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;
}
.panel {
  border: solid 1px transparent;
  border-bottom-color: #4d4d4d;
  background-color: #333333;
}
.panel.tp {
  border-bottom-color: rgba(77, 77, 77, 0.3);
  background-color: rgba(51, 51, 51, 0.3);
}
.panel > .head {
  cursor: pointer;
  padding: 2px 5px 2px 0px;
}
.panel > .head div,
.panel > .head button {
  display: inline-block;
}
.panel > .head .fa-pencil,
.panel > .head .fa-caret-right,
.panel > .head .fa-caret-down {
  padding: 2px 5px;
  transition: opacity 0.15s ease-in-out;
  opacity: 0.7;
}
.panel > .head .fa-pencil:hover,
.panel > .head .fa-caret-right:hover,
.panel > .head .fa-caret-down:hover {
  opacity: 1;
}
.panel > .head .title-name {
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline;
}
.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.active > .head > .caret {
  transform: rotate(90deg);
}
.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.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) ::-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;
}
#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.hide {
  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 > .main-window-wrap:not(.resizing),
#main > .main-window-wrap:not(.resizing) > div {
  transition: width 0.25s ease-in-out;
}
#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 .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 #333333 1px;
  background-color: #3f3f3f;
}
#main > .main-window-wrap .highlt-sec {
  padding: 5px;
  height: 20vh;
  max-height: 50vh;
  resize: vertical;
}
#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 > ul {
  overflow-y: auto;
  position: absolute;
  top: -38px;
  left: 100%;
  background-color: #191919;
  border: solid #a2a2a2 1px;
  border-radius: 3px;
  padding: 10px 20px 10px 10px;
  white-space: nowrap;
}
#main > .main-window-wrap .filter-pane ul {
  padding-left: 10px;
}
#main > .main-window-wrap .filter-pane li {
  list-style: none;
}
#main > .main-window-wrap .filter-pane button {
  padding: 0px 4px 0px 0px;
  margin-bottom: 2px;
}
#main > .main-window-wrap .filter-pane .link.check {
  border: none;
  display: block;
  width: 100%;
  text-align: left;
}
#main > .main-window-wrap .filter-pane .link.check:before {
  display: inline-block;
  width: 18px;
  line-height: 16px;
  vertical-align: top;
  margin-left: 3px;
  content: '◻';
  color: #fff;
}
#main > .main-window-wrap .filter-pane .link.check:hover:before {
  color: #ebbe35;
}
#main > .main-window-wrap .filter-pane .link.check.active:before {
  content: '✓';
  color: #ebbe35;
}
#main > .main-window-wrap .filter-pane button.fa:before {
  width: 14px;
  display: inline-block;
}
#main > .main-window-wrap .filter-sec {
  overflow-y: auto;
  padding: 0px;
  height: calc(100% - 10px);
}
#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 .lh-input {
  line-height: 19px;
}
#main intent-img img,
#main intent-img svg {
  width: 50px;
  height: 50px;
}
#main .track-data {
  height: 52px;
  position: relative;
}
#main .track-data intent-img {
  position: absolute;
  top: 0px;
  left: 0px;
}
#main .track-data .inline-info {
  margin-left: 50px;
  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 {
  min-width: 50%;
  display: inline-block;
  padding-right: 15px;
  margin-bottom: 5px;
  border-bottom: solid 1px #4d4d4d;
}
#main .tracks-info > .datum > div {
  display: flex;
  justify-content: space-between;
}
#main .tracks-info > .datum .val {
  display: inline;
  padding-left: 5px;
}
#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 {
  min-width: 390px;
  color: white;
  position: absolute;
  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.tl {
  top: 2px;
  left: 2px;
}
#main > .ctrls .ptz.tr {
  top: 2px;
  right: 2px;
}
#main > .ctrls .ptz.br {
  bottom: 2px;
  right: 2px;
}
#main > .ctrls .ptz.bl {
  bottom: 2px;
  left: 2px;
}
#main > .ctrls .ptz > .cameras,
#main > .ctrls .ptz > .ptz-control,
#main > .ctrls .ptz > .presets {
  display: inline-block;
  vertical-align: top;
  margin-left: 1px;
}
#main > .ctrls .ptz.br > .cameras,
#main > .ctrls .ptz.bl > .cameras,
#main > .ctrls .ptz.br > .ptz-control,
#main > .ctrls .ptz.bl > .ptz-control,
#main > .ctrls .ptz.br > .presets,
#main > .ctrls .ptz.bl > .presets {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 1px;
}
#main > .ctrls .ptz:hover {
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
}
#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 svg {
  width: 35px;
  height: 35px;
}
#main > .ctrls .ptz > .ptz-control {
  padding: 5px;
}
#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 > 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 .goto-video {
  position: absolute;
  left: -10px;
}
#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 > .zoom-ctrl {
  pointer-events: initial;
}
#main > .setup {
  order: 2;
  width: 50px;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#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.selected {
  width: 425px;
}
#main > .setup.hide {
  width: 0px;
}
#main > .setup.hide > .icos-wrap ul,
#main > .setup.hide > .settings-wrap {
  display: none;
}
#main > .setup .icos-wrap {
  width: 50px;
  position: absolute;
  top: 0px;
  right: 0px;
}
#main > .setup .settings-wrap {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 375px;
  background-color: #333333;
  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: rgba(25, 25, 25, 0.3);
}
#main .tab-container > .content,
#main .tab-container > ng-form {
  padding: 0px 10px 10px 10px;
}
#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 .available-actions .dayswatchCollection {
  display: flex;
}
#main .available-actions .dayswatchCollection button {
  flex: 1 1 auto;
  width: 0px;
  padding: 4px 0px;
  margin-right: 5px;
}
#main #zone-list .alert-zone-filter,
#main #zone-list .ignore-zone-filter {
  display: none;
}
#main #zone-list.showAlerts .alert-zone-filter {
  display: block;
}
#main #zone-list.showIgnore .ignore-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: #008000;
  }
  100% {
    background-color: #333333;
  }
}
@keyframes highlght_light_gray {
  0% {
    background-color: #008000;
  }
  100% {
    background-color: #a2a2a2;
  }
}
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 .alert {
  width: 478px;
  margin-left: -239px;
  left: 50%;
  top: 5%;
  max-height: 90%;
  position: fixed;
  padding: 17px;
  border-radius: 5px;
  background-color: #333333;
  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 #333333;
  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;
}
.icon {
  background-size: 30px 30px;
  background-position: center;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}
.clickable {
  cursor: crosshair;
}
.track-hover {
  cursor: pointer;
}
body {
  overflow: hidden;
  margin: 0px;
}
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: #333333;
  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) {
  -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: #f5f5f5;
  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 {
  margin-top: 10px;
}
.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.displacement > label:after,
.filter-group .filter.inverted.totalDistance > label:after {
  content: ' (< X m):';
}
.filter-group .filter.inverted.speed > label:after {
  content: ' (< X kph):';
}
.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).displacement > label:after,
.filter-group .filter:not(.inverted).totalDistance > label:after {
  content: ' (\2265\00a0 X m):';
}
.filter-group .filter:not(.inverted).speed > label:after {
  content: ' (\2265\00a0 X kph):';
}
.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 #000000, inset 0px 0px 2px #000000, inset -1px -1px 3px #888888;
  -webkit-transition-property: box-shadow;
  -webkit-transition-duration: .2s;
  -moz-transition-property: box-shadow;
  -moz-transition-duration: .2s;
  -o-transition-property: box-shadow;
  -o-transition-duration: .2s;
  transition-property: box-shadow;
  transition-duration: .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: .2s;
  -moz-transition-property: box-shadow;
  -moz-transition-duration: .2s;
  -o-transition-property: box-shadow;
  -o-transition-duration: .2s;
  transition-property: box-shadow;
  transition-duration: .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 #000000, inset 0px 0px 2px #000000, inset -1px -1px 3px #888888;
  -webkit-transition-property: box-shadow;
  -webkit-transition-duration: .2s;
  -moz-transition-property: box-shadow;
  -moz-transition-duration: .2s;
  -o-transition-property: box-shadow;
  -o-transition-duration: .2s;
  transition-property: box-shadow;
  transition-duration: .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: .2s;
  -moz-transition-property: box-shadow;
  -moz-transition-duration: .2s;
  -o-transition-property: box-shadow;
  -o-transition-duration: .2s;
  transition-property: box-shadow;
  transition-duration: .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;
}
.license-points:after {
  content: " available";
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 50px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
}
.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 {
  text-align: center;
  font-family: monospace;
  background-color: black;
  overflow: hidden;
}
#settings {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 50;
}
#settings svg {
  width: 30px;
  height: 30px;
}
#lock {
  position: absolute;
  top: 10px;
  right: 50px;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  z-index: 50;
  cursor: pointer;
}
#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: #f5f5f5;
  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 .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 {
  text-align: center;
  padding-top: 10%;
}
#setup .title {
  font-family: 'US101';
  font-size: 14pt;
  margin-bottom: 1em;
}
#setup #setup-progress {
  width: 400px;
}
#setup #setup-logger {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#setup #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: #f5f5f5;
}
.tracker-div a,
.camera-div a {
  text-decoration: none;
  color: #ffcc00;
}
#map-slider {
  position: absolute;
  bottom: 60px;
  left: 10px;
}
#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;
}
