body {
  background: #00a0df;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: local("Lato Hairline"),local("Lato-Hairline"),url(../assets/font/Lato-Hairline.woff2) format("woff2");
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local("Lato Light"),local("Lato-Light"),url(../assets/font/Lato-Light.woff2) format("woff2");
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"),local("Lato-Regular"),url(../assets/font/Lato-Regular.woff2) format("woff2");
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local("Lato Bold"),local("Lato-Bold"),url(../assets/font/Lato-Bold.woff2) format("woff2");
}

@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 100;
  src: local("Lato Hairline Italic"),local("Lato-HairlineItalic"),url(../assets/font/Lato-HairlineItalic.woff2) format("woff2");
}

.text-blue {
  color: #00AEFF;
}

.text-dark {
  color: #11181D;
}

.text-grey {
  color: #616770;
}

.text-light-grey {
  color: #DEDEDF;
}

.text-dark-grey {
  color: #2B3038;
}

.text-red {
  color: #D50606;
}

.text-green {
  color: #78AF27;
}

.text-off-white {
  color: #F0F0F0;
}

.text-yellow {
  color: #FFF049;
}

.text-orange {
  color: #FFA302;
}

.text-teal {
  color: #52D9CB;
}

.text-light-blue {
  color: #E9F0F4;
}

.col {
  border: 0px solid transparent;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}

.icon {
  font-family: 'ubnt';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.appInputFeedback {
  clear: both;
}

input[type="text"].no-border {
  padding-top: 0rem;
  padding-bottom: 0rem;
  padding-left: 0rem;
  padding-right: 0rem;
  border-color: transparent !important;
  position: relative;
  top: -6px;
}

input[type="checkbox"]:before {
  content: "" !important;
}

.inAppAlert {
  position: fixed;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 1000;
}

.inAppAlert .cancel {
  position: absolute;
  bottom: 34px;
  right: 160px;
  cursor: pointer;
}

.inAppAlert .appInfoBox {
  background: #fff;
}

input[type='text'],
input[type='password'] {
  min-width: 100%;
}

input[type='file'] {
  height: 100%;
}

.input--progress {
  width: 0%;
  height: 4px;
  background: #13bb72;
  margin: 0;
  margin-left: 0 !important;
  padding: 0;
}

.fileUpload button {
  max-height: 34px;
}

.fileUpload button div:first-child {
  position: relative;
  top: -1px;
  margin: 0 auto;
  display: none;
  width: 1.2rem;
  height: 1.2rem;
}

.fileUpload button div:first-child div {
  width: 1.2rem;
  height: 1.2rem;
}

input[type='checkbox']+label {
  padding-left: 8px;
}

input[type='checkbox']:before {
  content: "\e6d1";
}

input[type='submit'] {
  border-style: solid;
  border-width: 1px;
  text-align: center;
  text-transform: uppercase;
  padding: 1em 1.3em;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  font-size: 0.71429rem;
  letter-spacing: 0.07143em;
  line-height: normal;
  color: #fff;
  text-decoration: none;
  border-color: #0099d5;
  background-color: #00a0df;
}

input[type='submit']:hover {
  color: #fff;
  text-decoration: none;
  background-color: #00abee;
}

.input-range-value {
  max-width: 200px;
  width: 100%;
  text-align: center;
  margin-top: -0.3em;
  display: block;
  opacity: 0;
}

.input-range-value.visible {
  opacity: 1;
}

.input-range-value p {
  margin: 0;
  padding: 0;
  position: relative;
  top: 4px;
  height: 1em;
}

input[type='range'] {
  max-width: 200px;
  width: 100%;
  position: relative;
  z-index: 90;
}

input[type='range']::-webkit-slider-thumb {
  background: #00a0df;
}

input[type='range']::-ms-fill-lower {
  background: #00a0df;
}

input[type='range']::-moz-range-thumb {
  background: #00a0df;
}

input[type='range']::-ms-track {
  height: 24px;
  margin: 0px;
  border: 0px;
  padding: 0px;
  color: transparent;
  background-color: transparent;
}

input[type='range']::-ms-fill-lower,
input[type='range']::-ms-fill-upper {
  height: 6px;
}

input[type='range']::-ms-thumb {
  height: 16px;
  width: 16px;
  display: block;
  border-radius: 50%;
  margin-top: 2px;
  background: #00a0df;
  position: relative;
  z-index: 100;
}

input[type='range']:focus::-webkit-slider-thumb:after {
  content: '';
  position: relative;
  display: block;
  top: -22px;
  left: -18px;
  width: 32px;
  text-align: center;
  color: #FFFFFF;
  padding: 4px 10px;
  font-size: 12px;
}

input[type='range']:focus::-moz-range-thumb:after {
  position: relative;
  display: block;
  top: -22px;
  left: -18px;
  width: 32px;
  text-align: center;
  color: #FFFFFF;
  padding: 4px 10px;
  font-size: 12px;
}

input[type=range]::-moz-focus-outer {
  border: 0;
}

.appLight input[type='range'] {
  padding: 18px 0px;
}

.appLight input[type='range'] {
  padding: 18px 0px;
}

.appLight input[type='range'] {
  padding: 18px 0px;
}

.appLight input[type='range']:focus::-webkit-slider-thumb:after {
  color: #000000;
}

.appLight input[type='range']:focus::-ms-thumb:after {
  color: #000000;
}

.appLight input[type='range']:focus::-moz-range-thumb:after {
  color: #000000;
}

.range-slider {
  display: none;
}

.msie-9 .range-slider,
.msie-10 .range-slider,
.ios .range-slider {
  display: block;
  width: 100%;
  height: 44px;
  max-width: 200px;
}

.msie-9 .range-slider .range-slider-bg,
.msie-10 .range-slider .range-slider-bg,
.ios .range-slider .range-slider-bg {
  position: relative;
  display: block;
  top: 19px;
  background: #f0f0f0;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  z-index: 50;
}

.msie-9 .range-slider .range-slider-handle,
.msie-10 .range-slider .range-slider-handle,
.ios .range-slider .range-slider-handle {
  display: block;
  border-radius: 9px;
  width: 18px;
  height: 18px;
  position: relative;
  background: #00a0df;
  top: 7px;
  cursor: pointer;
  z-index: 60;
  text-align: center;
}

.msie-9 .range-slider .range-slider-handle .range-slider-value,
.msie-10 .range-slider .range-slider-handle .range-slider-value,
.ios .range-slider .range-slider-handle .range-slider-value {
  position: relative;
  width: 120px;
  top: -16px;
  left: -52px;
  display: none;
}

.msie-9 .range-slider .range-slider-handle.active .range-slider-value,
.msie-10 .range-slider .range-slider-handle.active .range-slider-value,
.ios .range-slider .range-slider-handle.active .range-slider-value {
  display: block;
}

.edge input[type='range'] {
  margin-top: -0.5em;
}

.edge .sliderControl {
  max-height: 20px;
  overflow: hidden;
}

.appMainButton:hover {
  cursor: pointer;
}

.appMainButton span {
  display: inline-block;
}

.appMainButton span:hover {
  cursor: pointer;
}

.appMainButton .button__icon {
  vertical-align: middle;
  margin-top: -0.14286em;
  margin-right: 0.7em;
}

button {
  cursor: pointer;
}

.appMainButton.white .downloadLink a:link,
.appMainButton.white .downloadLink a:visited {
  padding-top: 2px;
  color: #FFFFFF;
}

.ubntGlobalHeaderContainer {
  position: fixed;
  width: 100%;
  background: #00a0df;
  height: 56px;
  clear: both;
  z-index: 100;
}

.appGlobalHeader {
  position: relative;
  width: 58%;
  margin: 0 auto;
  z-index: 50;
  background: #00a0df;
  padding-top: 4px;
}

.appGlobalHeader .appGlobalHeader__logo {
  padding-left: 1.25rem;
  cursor: default;
}

.appGlobalHeader .appGlobalHeader__logo a:link,
.appGlobalHeader .appGlobalHeader__logo a:visited {
  cursor: default;
  text-decoration: none;
}

.appGlobalHeader .appGlobalHeader__logo:first-child {
  padding-left: 0;
  padding-right: 0.75rem;
}

.appGlobalHeader .appGlobalHeader__logo .ubnt-icon--ubnt-logo-u2 {
  position: relative;
  float: left;
  top: 12px;
  left: 6px;
  font-size: 24px;
  padding-right: 1.0rem;
  border-right: 1px dotted #FFFFFF;
}

.appGlobalHeader .appGlobalHeader__logo .ubnt-icon--unifi-video {
  position: relative;
  float: left;
  top: -20px;
  left: -4px;
  font-size: 84px;
}

.appGlobalHeader .appMainButton--primary {
  border-color: transparent;
}

.appGlobalHeader div[ubnt-button] {
  position: absolute;
  right: 0px;
}

.appTabsContainer {
  width: 100%;
  margin-top: 62px;
}

.login {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.login .centered-box {
  height: 352px;
}

.login .appGlobalHeader {
  position: absolute;
  top: 50%;
  margin-top: -240px;
  width: 400px;
  max-width: 400px;
  min-width: 400px;
}

.login h2 {
  color: #00AEFF;
}

.login input {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 14px;
}

.login input[type='submit'] {
  float: right;
  max-width: 120px;
}

.login .centered-box {
  padding: 50px;
}

.login .iconText.appIconText {
  float: left;
  clear: both;
  width: 100%;
  color: #AAAAAA;
  font-size: 0.8em;
  margin-bottom: 20px;
}

.login .iconText.appIconText a:link,
.login .iconText.appIconText a:visited {
  color: #AAAAAA;
}

.login .appInputFeedback {
  margin-bottom: 0.42857rem;
}

.login a:link,
.login a:visited,
.login a:hover,
.login a:active {
  text-decoration: underline;
}

.center-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 240px;
  margin-left: -120px;
}

.setup .appGlobalHeader {
  width: 600px;
}

.appGlobalViewer {
  position: relative;
  top: 64px;
  width: 100%;
  height: 760px;
  clear: both;
  background: #000000;
  z-index: 50;
  overflow: hidden;
  margin-bottom: 64px;
}

.appGlobalViewer img {
  position: relative;
  width: 100%;
  height: 100%;
}

.appGlobalViewer .appGlobalViewer__buffer {
  position: absolute;
  bottom: 12px;
  left: 12px;
  z-index: 100;
}

.appGlobalViewer .appGlobalViewer__buffer .appStatusBall {
  width: 10px;
  height: 10px;
  margin-right: 4px;
  background: rgba(100,100,100,0.5);
}

.appGlobalViewer .appGlobalViewerButtons {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.5;
}

.appGlobalViewer .appGlobalSideNavToggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
}

.appGlobalViewer .appGlobalSideNav {
  position: absolute;
  top: 0;
  width: 100%;
  background: transparent;
  transition: all 0.5s;
}

.appGlobalViewer .appGlobalSideNav nav {
  transition: transform 0.5s;
}

.appGlobalViewer .appGlobalSideNav .appGlobalSideNav__primaryMenu,
.appGlobalViewer .appGlobalSideNav .appGlobalSideNav__secondaryMenu {
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  width: 54px;
  background: #191c21;
  padding-bottom: 40px;
  z-index: 100;
}

.appGlobalViewer .appGlobalSideNav .appGlobalSideNav__primaryMenu {
  min-height: 100%;
}

.appGlobalViewer .appGlobalSideNav .appGlobalSideNavTooltip {
  right: 62px;
  left: auto;
  z-index: 100;
}

.appGlobalViewer .appGlobalSideNav .appGlobalSideNavTooltip .appGlobalSideNavTooltip__control {
  position: relative;
  top: 4px;
}

.appGlobalViewer .appGlobalSideNav .appGlobalSideNavTooltip:before {
  border-left-color: #565f63;
  border-right-color: transparent;
  right: -28px;
  left: auto;
  z-index: 90;
}

.appGlobalViewer .appGlobalSideNav .appGlobalSideNavTooltip:after {
  left: auto;
  right: -27px;
  border-right-color: transparent;
  border-left-color: #111111;
  border-style: solid outset solid solid;
  z-index: 100;
}

.appGlobalViewer .appGlobalSideNav .appGlobalSideNav__item.last__item {
  padding-bottom: 80px;
}

.appGlobalViewer .appGlobalSideNav .appGlobalSideNav__item:hover {
  transition: 0.5s all;
}

.appGlobalViewer .appGlobalSideNav .appGlobalSideNav__item:hover .appGlobalSideNavTooltip {
  display: block;
}

.appGlobalViewer .appGlobalSideNav .appGlobalSideNav__item:hover .appGlobalSideNavTooltip .appGlobalSideNavTooltip__control {
  display: none;
}

.appGlobalViewer .appGlobalSideNav .appGlobalSideNav__item:hover .appGlobalSideNavTooltip .subtitle {
  display: none;
}

.appGlobalViewer .appGlobalSideNav .appGlobalSideNav__item.active .appGlobalSideNavTooltip {
  display: block;
  top: -18px;
  height: auto;
  min-width: 200px;
  min-height: 68px;
  z-index: 100;
}

.appGlobalViewer .appGlobalSideNav .appGlobalSideNav__item.active .appGlobalSideNavTooltip input,
.appGlobalViewer .appGlobalSideNav .appGlobalSideNav__item.active .appGlobalSideNavTooltip select {
  width: 100%;
  z-index: 100;
}

.appGlobalViewer .appGlobalSideNav .appGlobalSideNav__item.active .appGlobalSideNavTooltip input {
  margin-top: 10px;
}

.appGlobalViewer .appGlobalSideNav .appGlobalSideNav__item.active .appGlobalSideNavTooltip .input-range-value.visible {
  position: relative;
  top: -1.1em;
}

.appGlobalViewer .appGlobalSideNav .appGlobalSideNav__item.active .appGlobalSideNavTooltip select {
  position: relative;
  top: -6px;
}

.appGlobalViewer .appGlobalSideNav .appGlobalSideNav__item.active .appGlobalSideNavTooltip input[type='range'] {
  max-width: 200px;
  width: 100%;
  top: -8px;
}

.edge .appGlobalViewer .appGlobalSideNav .appGlobalSideNav__item.active .appGlobalSideNavTooltip input[type='range'] {
  top: -22px;
}

.appGlobalViewer .appGlobalSideNav .appGlobalSideNav__item.active .appGlobalSideNavTooltip input[type='range']::-webkit-slider-thumb {
  background: #00a0df;
}

.appGlobalViewer .appGlobalSideNav .appGlobalSideNav__item.active .appGlobalSideNavTooltip input[type='range']::-ms-thumb {
  background: #00a0df;
}

.appGlobalViewer .appGlobalSideNav .appGlobalSideNav__item.active .appGlobalSideNavTooltip input[type='range']::-moz-range-thumb {
  background: #00a0df;
}

.appGlobalViewer .appGlobalSideNav .appGlobalSideNav__item.active .appGlobalSideNavTooltip input[type='range']::-ms-fill-lower {
  background: #00a0df;
}

.appGlobalViewer .appGlobalSideNav .appGlobalSideNav__item.active .appGlobalSideNavTooltip input[type='range']:focus {
  top: -8px;
}

.edge .appGlobalViewer .appGlobalSideNav .appGlobalSideNav__item.active .appGlobalSideNavTooltip input[type='range']:focus {
  top: -22px;
}

.appGlobalViewer .appGlobalSideNav .appGlobalSideNav__item.active .appGlobalSideNavTooltip span {
  display: block;
  width: 100%;
  margin-left: 8px;
  margin-top: 4px;
  position: relative;
  font-size: 11px;
  text-align: left;
}

.appGlobalViewer .appGlobalSideNav .appGlobalSideNav__item.active .appGlobalSideNavTooltip .subtitle {
  display: block;
}

.appGlobalViewer .appGlobalSideNav .appGlobalSideNav__item.active .appGlobalSideNavTooltip .appGlobalSideNavTooltip__control {
  display: block;
  padding: 12px 8px;
}

.appGlobalViewer .appGlobalSideNav .appGlobalSideNav__item.active .appGlobalSideNavTooltip:before {
  top: 18px;
  right: -29px;
}

.appGlobalViewer .appGlobalSideNav .appGlobalSideNav__item.active .appGlobalSideNavTooltip:after {
  top: 18px;
  right: -28px;
}

.appGlobalViewer .appGlobalSideNav .appGlobalSideNav__item.active .appGlobalSideNavTooltip span {
  display: block;
  clear: both;
}

:-webkit-full-screen .appGlobalViewer {
  width: 100%;
  height: 100%;
  top: 0;
  margin-bottom: 0px;
}

:-webkit-full-screen .appGlobalViewer .appGlobalSideNav .appGlobalSideNav__primaryMenu {
  min-height: 100%;
}

:-moz-full-screen .appGlobalViewer {
  width: 100%;
  height: 100%;
  top: 0;
  margin-bottom: 0px;
}

:-moz-full-screen .appGlobalViewer .appGlobalSideNav .appGlobalSideNav__primaryMenu {
  min-height: 100%;
}

:-ms-fullscreen .appGlobalViewer {
  width: 100%;
  height: 100%;
  top: 0;
  margin-bottom: 0px;
}

:-ms-fullscreen .appGlobalViewer .appGlobalSideNav .appGlobalSideNav__primaryMenu {
  min-height: 100%;
}

:full-screen .appGlobalViewer {
  width: 100%;
  height: 100%;
  top: 0;
  margin-bottom: 0px;
}

:full-screen .appGlobalViewer .appGlobalSideNav .appGlobalSideNav__primaryMenu {
  min-height: 100%;
}

:fullscreen .appGlobalViewer {
  width: 100%;
  height: 100%;
  top: 0;
  margin-bottom: 0px;
}

:fullscreen .appGlobalViewer .appGlobalSideNav .appGlobalSideNav__primaryMenu {
  min-height: 100%;
}

.msie-9 .ubnt-icon--fullscreen,
.msie-10 .ubnt-icon--fullscreen {
  display: none;
}

.msie-9 .appGlobalSideNav__item,
.msie-10 .appGlobalSideNav__item {
  display: block;
  padding-left: 16px;
  padding-right: 16px;
}

.chrome .appGlobalSideNav__item .appGlobalSideNavTooltip:after {
  right: -27px;
}

.network-chart,
.stats-list {
  padding-bottom: 6px;
  margin-top: 0px;
  float: left;
}

.network-chart {
  position: relative;
  top: 4px;
}

.network-chart dl {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: left;
}

.network-chart dd {
  font-weight: 300;
  font-size: 1.8rem;
  padding-bottom: 6px;
  position: absolute;
  width: 62px;
  height: 1.8rem;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: 0px;
}

.network-chart dt {
  text-transform: uppercase;
  color: #929698;
  font-size: 12px;
}

.network-chart span {
  font-weight: 100;
  font-size: 16px;
}

.network-chart .meter-actual {
  width: 100%;
  height: auto;
}

.network-chart .meter-actual svg {
  position: relative;
  top: 20px;
}

.network-chart .meter-path,
.network-chart .meter-bg-path,
.network-chart .meter-fix-path {
  fill: none;
  stroke-width: 8px;
}

.network-chart .meter-bg-path {
  stroke: #626870;
}

.network-chart .meter-fix-path {
  stroke: #FFFFFF;
}

.stats-list {
  padding-top: 32px;
}

.stats-list div {
  height: 72px;
  padding-bottom: 10px;
}

.stats-list dd {
  font-weight: 300;
  font-size: 24px;
  padding-bottom: 6px;
  position: relative;
}

.stats-list dt {
  text-transform: uppercase;
  color: #929698;
  font-size: 12px;
}

.stats-list span {
  font-weight: 100;
  font-size: 16px;
}

.stats-list .flot-tick-label {
  color: whitesmoke;
}

.legend {
  display: none;
}

.downloadLink a,
.requestLink a {
  float: left;
  display: inline-block;
}

.downloadLink .download,
.requestLink .download {
  display: inline-block;
  margin-left: 10px;
}

.downloadLink .download.ubnt-icon--download,
.requestLink .download.ubnt-icon--download {
  width: 1rem;
  height: 1rem;
}

.downloadLink .download.ubnt-icon--download:before,
.requestLink .download.ubnt-icon--download:before {
  content: "\e6cb";
}

.appPopoverContainer {
  width: 100%;
}

.appPopoverContainer .appFormGroup {
  position: relative;
  z-index: 0;
}

.popOverDirective {
  display: none;
}

.appPopover {
  width: 32rem;
  position: absolute;
  z-index: 60;
}

.appPopover .appPopover__header {
  min-height: 40px;
}

.appPopover .appPopover__header .appMainButton--cozy {
  padding: 0.35714rem 0.57143rem 0.35714rem;
}

.appPopover .appPopover__header button {
  float: left;
}

.appPopover .appPopover__header .appSpinner {
  float: left;
  position: relative;
  top: 11px;
  left: 14px;
}

.appPopover .appMenu .appMenu__item {
  position: relative;
  height: 2.8rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}

.appPopover .appMenu .appMenu__item .name {
  flex: 0 0 45%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.appPopover .appMenu .appMenu__item .statusBar {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.appPopover .appMenu .appMenu__item .statusBar .ubnt-icon--lock-open {
  opacity: 0.3;
}

.appPopover .appMenu .appMenu__item .statusBar .appWifiIcon {
  position: static;
}

.appPopover .appMenu .appMenu__item .statusBar .frequency {
  white-space: nowrap;
}

.appPopover .appMenu .appMenu__item .statusBar .encryption {
  flex: 0 0 20px;
}

.appPopover .appMenu .appMenu__item .statusBar .quality {
  flex: 0 0 32px;
}

.appPopover .appMenu .appMenu__item .statusBar .freqIcon {
  display: inline-block;
  width: auto;
  min-width: 72px;
  height: 20px;
  color: #003FAB;
  border: 1px solid #003FAB;
  border-radius: 3px;
  font-size: 9px;
  text-align: center;
  padding-top: 4px;
  font-weight: 700;
  padding-right: 4px;
  padding-left: 4px;
  margin-right: 8px;
}

.appPopover .appMenu .appMenu__item .statusBar .freqIcon.freq-2 {
  width: auto;
  color: #00a0df;
  border: 1px solid #00a0df;
}

.appPopover .appMenu--scrollable {
  overflow-x: hidden;
}

.appPopover__close {
  position: absolute;
  cursor: pointer;
  font-size: 0.85714rem;
  top: 1rem;
  right: 1rem;
}

.log {
  z-index: 250;
}

.logContent span {
  padding-right: 2em;
  width: 5%;
  float: left;
}

.logContent p {
  margin-bottom: 0.5em;
  width: 95%;
  float: left;
}

.appControlModal .logContent {
  font-family: monospace;
  overflow-x: scroll;
}

.appControlModal .logContent p {
  white-space: nowrap;
}

::-webkit-scrollbar-corner {
  background: rgba(0,0,0,0.5);
}

.chart-legend {
  display: none;
}

.chart-title {
  margin-bottom: 0px;
}

.appSetupBox {
  height: auto;
  min-height: 200%;
  overflow: hidden;
}

.appSetupBox .appWalkthrough__nav {
  list-style-type: none;
  display: block;
  height: 48px;
  position: absolute;
  margin: 0;
  padding: 0;
  margin-left: -24px;
  top: 40px;
  width: 100%;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}

.appSetupBox .appWalkthrough__nav .appWalkthrough__item {
  display: inline-block;
  position: relative;
  float: left;
  text-transform: uppercase;
  font-size: 0.8em;
  color: #AAAAAA;
}

.appSetupBox .appWalkthrough__nav .appWalkthrough__title {
  width: 25%;
  text-align: center;
  display: inline-block;
  position: relative;
  float: left;
  font-size: 0.75em;
}

.appSetupBox .appWalkthrough__nav .appWalkthrough__title:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-color: #AAAAAA;
  border-radius: 10px;
  margin: 0 auto;
  position: relative;
  top: -0.5em;
  color: #f0f0f0;
  padding-top: 0.175em;
  padding-left: -0.125em;
}

.appSetupBox .appWalkthrough__nav .appWalkthrough__title.active {
  cursor: pointer;
  color: #535860;
}

.appSetupBox .appWalkthrough__nav .appWalkthrough__title.active:before {
  background-color: #00a0df;
}

.appSetupBox .appWalkthrough__nav .appWalkthrough__title:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  right: -30%;
  width: 64%;
  height: 1px;
  border-top: 1px solid #AAAAAA;
  background-color: transparent;
  margin: 0;
}

.appSetupBox .appWalkthrough__nav .appWalkthrough__item.spacer:before {
  content: '';
}

.appSetupBox .appWalkthrough__nav .appWalkthrough__title:first-child:before {
  content: "1";
}

.appSetupBox .appWalkthrough__nav .appWalkthrough__title:nth-child(2):before {
  content: "2";
}

.appSetupBox .appWalkthrough__nav .appWalkthrough__title:nth-child(3):before {
  content: "3";
}

.appSetupBox .appWalkthrough__nav .appWalkthrough__title:nth-child(4):before {
  content: "4";
}

.appSetupBox .appWalkthrough__nav .appWalkthrough__title:nth-child(4):after {
  display: none;
}

.appSetupBox.ethernet .appWalkthrough__nav .appWalkthrough__title {
  width: 33.33333%;
}

.appSetupBox.ethernet .appWalkthrough__nav .appWalkthrough__title:after {
  right: -38%;
  width: 76%;
}

.appSetupBox.ethernet .appWalkthrough__nav .appWalkthrough__title:nth-child(3):after {
  display: none;
}

.appSetupBox .appInfoBox__header {
  padding-left: 0;
}

.appSetupBox .appLoadingContainer {
  position: relative;
  width: 100%;
  height: 100%;
}

.appSetupBox .appLoadingContainer .appInputGroup {
  margin-top: 120px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  width: 160px;
}

.appSetupBox .appLoadingContainer .appInputGroup .appSpinner {
  width: 20px;
  float: left;
  margin-right: 10px;
}

.appSetupBox .appLoadingContainer .appInputGroup p {
  width: 130px;
}

.appSetupBox .appInfoBox__content {
  width: 400%;
  position: relative;
  transition: left 0.5s;
  top: 40px;
  min-height: 700px;
}

.appSetupBox .appFormGroup {
  clear: both;
  padding-top: 20px;
  margin-bottom: 0px;
}

.appSetupBox .appFormGroup label,
.appSetupBox .appFormGroup input {
  float: left;
}

.appSetupBox .appFormGroup label {
  padding-top: 8px;
  width: 30%;
}

.appSetupBox .appFormGroup input,
.appSetupBox .appFormGroup input[type='text'],
.appSetupBox .appFormGroup .select--full {
  width: 70%;
  min-width: 70%;
}

.appSetupBox .appFormGroup .passwordShow {
  position: relative;
  left: 30%;
  height: 12px;
}

.appSetupBox .appFormGroup.save {
  margin-top: 20px;
  position: relative;
  left: 30%;
}

.appSetupBox .appFormGroup.save button {
  margin-right: 44px;
}

.appSetupBox .appInfoBox__body {
  position: relative;
  float: left;
  display: inline-block;
  width: 25%;
  padding: 20px;
  height: 100%;
  max-height: 100%;
  z-index: 50;
}

.appSetupBox .appInfoBox__body .popOverDirective {
  position: absolute;
  z-index: 60;
}

.appSetupBox .appInfoBox__body .appIconText {
  color: #AAAAAA;
}

.appSetupBox .appInfoBox__body .appFormGroup.save {
  margin-top: 0;
  padding-top: 0;
  margin-top: 40px;
}

.appSetupBox .appInfoBox__body .appFormGroup.save.wifi {
  margin-top: 60px;
}

.appSetupBox .appInfoBox__body.intro {
  text-align: center;
}

.appSetupBox .appInfoBox__body.intro .appFormGroup.save {
  left: 0;
}

.appSetupBox .appInfoBox__body.terms {
  padding: 20px;
}

.appSetupBox .appInfoBox__body.terms .appInfoBox__header {
  text-align: center;
  padding-bottom: 20px;
}

.appSetupBox .appInfoBox__terms {
  max-height: 240px;
  height: 240px;
  overflow-y: scroll;
  border: 1px solid #969ba3;
  padding: 40px;
  margin-bottom: 20px;
}

.appSetupBox .appInfoBox__reference {
  position: relative;
  width: 100%;
}

.appSetupBox .appInfoBox__camera {
  width: 40px;
  height: auto;
  position: relative;
  top: 6px;
  padding-right: 6px;
}

.appSetupBox .appInfoBox__feed,
.appSetupBox .appInfoBox__info {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 6px;
  float: left;
}

.appSetupBox .appInfoBox__info {
  clear: both;
  color: #929698;
  padding-top: 0px;
  padding-bottom: 20px;
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: center;
  height: 40px;
  font-size: 0.8em;
}

.appSetupBox .appInfoBox__info div {
  width: 50%;
  float: left;
  margin-top: 10px;
  padding-bottom: 12px;
  height: 100%;
}

.appSetupBox .appInfoBox__info div.alignRight {
  padding-top: 4px;
  padding-right: 12px;
}

.appSetupBox .appInfoBox__info div.alignLeft {
  padding-left: 12px;
  padding-top: 4px;
  border-left: 1px solid #929698;
}

.appSetupBox .appInfoBox__message {
  padding-top: 20px;
  clear: both;
}

.appSetupBox .percent-80 {
  width: 100%;
  margin-bottom: 8px;
}

.appSetupBox .appInputFeedback {
  width: 70%;
  max-width: 70%;
  left: 30%;
  padding-top: 10px;
}

.page {
  width: 100%;
  height: auto;
  min-height: 100%;
  background: #FFF;
  overflow-x: hidden;
}

.page.main-content:before {
  content: '';
  background: #00a0df;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}

.page.setup {
  min-height: 120%;
}

.page.terms .terms-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.page.blue {
  background: #00a0df;
}

.page.status .appInfoBox__content {
  padding-left: 1em;
}

.page .content {
  width: 58%;
  max-width: 960px;
  min-width: 568px;
  height: auto;
  margin: 0 auto;
  z-index: 10;
}

.page .content .appLoadingContainer {
  position: relative;
  width: 100%;
  height: 100vh;
  top: -100px;
}

.page .content .appLoadingContainer .appInputGroup {
  margin-top: 120px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  width: 160px;
}

.page .content .appLoadingContainer .appInputGroup .appSpinner {
  width: 20px;
  float: left;
  margin-right: 10px;
}

.page .content .appLoadingContainer .appInputGroup p {
  width: 130px;
}

.page .content .settings-content {
  min-height: 100%;
  min-height: 100vh;
}

.page .content .appLabel--primary {
  font-weight: 400;
  font-size: 0.9rem;
  color: #616770;
}

.page .content .appFormGroup.text-clear {
  padding-top: 20px;
}

.page .content .appFormGroup.radio .appInputGroup {
  margin-right: 10px;
  margin-top: 4px;
}

.page .content .appFormGroup.save {
  padding-bottom: 40px;
}

.page .content .appFormGroup.save .appMainButton,
.page .content .appFormGroup.save a {
  width: 50%;
  float: left;
}

.page .content .appFormGroup.save a {
  display: inline-block;
  padding: 0.7em 1.3em;
  text-align: center;
}

.page .content .appFormGroup img {
  max-width: 100%;
  width: 50%;
  margin-left: 25%;
}

.page .content .appFormGroup .appWifiIcon {
  width: 32px;
  height: 32px;
  position: relative;
  top: -8px;
  left: -10px;
  margin: 0;
}

.page .content .appFormGroup ul.plain-list {
  list-style-type: none;
  display: block;
  width: 100%;
}

.page .content .appFormGroup ul.plain-list li {
  height: 16px;
  display: block;
  width: 100%;
  clear: both;
  margin-top: 8px;
}

.page .content .appFormGroup ul.plain-list li span {
  float: left;
  width: 40%;
  margin-bottom: 10px;
  line-height: 1.3rem;
}

.page .content .appFormGroup ul.plain-list li span.selectableListItem {
  margin-top: -4px;
  margin-bottom: 1.25em;
}

.page .content .appFormGroup ul.plain-list li span.iconText {
  width: 33%;
  position: relative;
  top: -4px;
}

.page .content .appFormGroup ul.plain-list li span+span {
  width: 60%;
  float: right;
  max-height: 16px;
}

.page .content .appFormGroup ul.plain-list.fifty-fifty li span {
  width: 50%;
}

.page .content .appFormGroup ul.plain-list.fifty-fifty li span+span {
  width: 50%;
}

.page .content .appFormGroup .appInputGroup--cozy {
  height: 16px;
  margin-bottom: 10px;
}

.page .content .appFormGroup .slider {
  width: 100%;
}

.page .content>div:not(.no-bottom-padding) {
  padding-bottom: 40px;
}

.centered-box {
  position: absolute;
  top: 50%;
  height: auto;
  margin-top: -180px;
  width: 400px;
  left: 50%;
  margin-left: -200px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 2px 1px rgba(100,100,100,0.2);
  -moz-box-shadow: 0px 0px 2px 1px rgba(100,100,100,0.2);
  box-shadow: 0px 0px 2px 1px rgba(100,100,100,0.2);
  padding: 24px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #bfbfbf;
}

.centered-box .appInfoBox {
  width: 100%;
  height: 100%;
  padding: 0px;
  border: 0 none;
  border-radius: 0px;
}

.centered-box .appInfoBox .appAlertIcon {
  font-size: 4em;
  margin: 0 auto;
  width: 100%;
}

.centered-box .appInfoBox .ubnt-icon--alert {
  margin: 0;
  position: relative;
  left: 15%;
  top: 20px;
}

.centered-box.setup {
  top: 60px;
  margin-top: 0px;
  width: 600px;
  margin-left: -300px;
  min-height: 100%;
}

.row {
  padding-bottom: 16px;
}

.row+.row {
  padding-bottom: 8px;
}

.appSaveSection {
  border-top-width: 1px;
  border-top-style: solid;
  color: #616770;
  border-top-color: #c4c4c4;
  padding-top: 40px;
}

.appShowVideo button {
  position: absolute;
  right: 0;
}

.appShowVideo button span:before {
  font-size: 1.3rem;
}

.appFooter {
  text-align: left;
  position: relative;
}

.appFooter .links {
  text-align: right;
}

.appFooter .appFooter__item {
  float: right;
  cursor: pointer;
}

.appFooter .appFooter__item:last-child {
  margin-right: 0;
}

.row+.row.appReturnToTop {
  padding-bottom: 4em;
}

.no-margin-bottom {
  margin-bottom: 0px;
}

.active-nav-tab-indicator {
  width: 100px;
  height: 3px;
  background-color: #00a0df;
  position: relative;
  top: -3px;
  clear: both;
  opacity: 0;
  transform: translateX(0px);
}

[ui-view].tabs-view.ng-enter,
[ui-view].tabs-view.ng-leave {
  position: relative;
  min-width: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-in-out;
}

[ui-view].tabs-view {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-in-out;
  transform: translateX(0px);
  opacity: 1;
}

[ui-view].tabs-view.ng-enter {
  transform: translateX(150%);
  opacity: 1;
  z-index: 10;
}

[ui-view].tabs-view.ng-enter-active {
  transform: translateX(0px);
  opacity: 1;
}

[ui-view].tabs-view.ng-leave {
  opacity: 0;
}

[ui-view].tabs-view.ng-leave-active {
  opacity: 0;
}

.system .appFormGroup label {
  width: 100%;
}

.system .appFormGroup input {
  width: 100%;
}

.system .appFormGroup input+div.passwordShow {
  width: 16%;
  text-align: right;
  float: left;
  padding-top: 0.55em;
}

.system .appFormGroup input[type="password"] {
  width: 78%;
  margin-right: 2%;
  float: left;
  margin-bottom: 20px;
}

.system .appFormGroup input.showPassword,
.system .appFormGroup input.percent-80 {
  width: 78%;
  min-width: 78%;
  margin-right: 2%;
  float: left;
  margin-bottom: 20px;
}

.system .appFormGroup .uploadButton {
  width: 50%;
  margin-left: 0px;
  margin-top: 24px;
}

.system .appFormGroup .plain-list {
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.system .appSubHeading {
  padding-top: 40px;
}

.system .appSubHeading.no-padding {
  padding-top: 0px;
}

.wifi .percent-80,
.system .percent-80 {
  float: left;
  width: 84%;
  margin-bottom: 24px;
}

.wifi .passwordShow,
.system .passwordShow {
  width: 16%;
  text-align: right;
  float: left;
  padding-top: 0.55em;
}

.wifi .hideInput,
.system .hideInput {
  width: 100%;
  float: left;
  clear: both;
  text-align: left;
  padding-top: 0em;
  padding-bottom: 0.55em;
  position: relative;
  top: -0.55em;
}

.app-test h3 {
  cursor: pointer;
}

.app-test .appTableContainer {
  height: 0px;
  overflow: hidden;
  transition: all 2s;
}

.app-test .appTableContainer.active {
  height: auto;
}

.msie-9 .appGlobalHeader .appMainButton--primary {
  position: relative;
  top: -40px;
  float: right;
}

.msie-9 .appShowVideo button {
  position: relative;
  float: right;
  right: 0;
}

.msie-9 .appInfoBox__icon {
  display: none;
}

.msie-9 .select--full {
  background-image: none;
  padding-right: 1em;
  padding-bottom: 0.65em;
}

.msie-9 .systemVideoButton {
  position: relative;
  width: 100%;
}

.msie-9 .systemVideoButton .appShowVideo {
  position: relative;
  float: right;
}

@media screen and (min-width: 569px) {
  .col {
    margin-left: 2%;
    padding: 0 1.5%;
  }

  .row .col:first-child {
    margin-left: 0;
  }

  .span_1 {
    width: 23.5%;
    border-left-width: 0;
    padding: 0 1.5%;
    margin-left: 2%;
  }

  .span_2 {
    width: 49%;
    border-left-width: 0;
    padding: 0 1.5%;
    margin-left: 2%;
  }

  .span_3 {
    width: 74.5%;
    border-left-width: 0;
    padding: 0 1.5%;
    margin-left: 2%;
  }

  .span_4 {
    margin-left: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 568px) {
  .appGlobalHeader {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .appGlobalHeader .appMainButton--primary {
    position: absolute;
    top: 8px;
    right: 20px;
    width: 100px;
  }

  .appTabsContainer {
    width: 100%;
  }

  .appTabs {
    width: 200%;
    height: 60px;
    transition: transform 0.33s ease-in-out;
  }

  .appTabs .tabs__item {
    width: auto;
    float: left;
  }

  .center-logo {
    width: 180px;
    margin-left: -90px;
  }

  .appPopover {
    width: 100%;
  }

  .appPopover .appMenu .appMenu__item div.channelIcon,
  .appPopover .appMenu .appMenu__item .chan {
    display: none;
  }

  .appSetupBox {
    width: 100%;
  }

  .appSetupBox .popOverDirective {
    width: 100%;
  }

  .appSetupBox .popOverDirective .appPopover .appMenu .appMenu__item .name {
    font-size: 0.8em;
  }

  .appSetupBox .appWalkthrough__nav {
    margin-left: -12px;
  }

  .appSetupBox .appFormGroup {
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
  }

  .appSetupBox .appFormGroup .passwordShow.no-mobile-margin {
    left: 0%;
  }

  .appSetupBox .appFormGroup.no-margin {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }

  .appSetupBox .appInfoBox__terms {
    max-height: 320px;
  }

  .page .content {
    width: 100%;
    min-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .centered-box.setup {
    top: 60px;
    margin-top: 0px;
    width: 100%;
    margin-left: 0px;
    min-height: 100%;
    left: 0%;
    padding: 10px;
  }

  .appFooter {
    padding-bottom: 2rem;
    text-align: center;
  }

  .appFooter .links,
  .appFooter span {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 90%;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .appFooter .links {
    width: 70%;
    margin: 0 15%;
  }

  .appFooter .appFooter__item {
    float: left;
  }

  .appFooter .appFooter__item:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 568px) {
  .col {
    margin-left: 2%;
    padding: 0 20px;
  }

  .row .col:first-child {
    margin-left: 0;
  }

  .span_1,
  .span_2,
  .span_3,
  .span_4 {
    margin-left: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  .page .content .system .appFormGroup ul.plain-list.fifty-fifty li span {
    width: 100%;
  }

  .settings-content.network .mobile-flex {
    display: flex;
    flex-direction: column-reverse;
  }

  .settings-content.wifi .mobile-flex {
    display: flex;
    flex-direction: column-reverse;
  }

  .login .appGlobalHeader {
    margin-top: 0px;
    width: 100%;
    top: 20px;
    left: 10px;
  }

  .login .appGlobalHeader a:link,
  .login .appGlobalHeader a:visited,
  .login .appGlobalHeader a:hover,
  .login .appGlobalHeader a:active {
    text-decoration: none;
  }

  .login .box {
    width: 90%;
    margin-left: -45%;
    margin-top: 0px;
    top: 0px;
  }
}

@media only screen and (min-width: 569px) and (max-width: 980px) {
  .appGlobalHeader {
    min-width: 568px;
    max-width: 960px;
  }
}

@media screen and (min-width: 569px) and (max-width: 1220px) {
  .page .content .system .appFormGroup ul.plain-list.fifty-fifty li span {
    width: 100%;
  }
}