/*prtgmini.css*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


@charset "UTF-8";select{text-overflow:ellipsis;vertical-align:bottom}.nagscreen-box{padding:12px 20px 12px 40px;width:100%;position:relative;display:flex;flex-wrap:wrap;align-items:flex-end}.nagscreen-box:before{content:'';position:absolute;left:0;top:0;bottom:0;font-size:3rem;color:#fff;width:20px}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@font-face{font-family:prtg;src:url(/css/fonts/prtg.woff2) format("woff2"),url(/css/fonts/prtg.woff) format("woff"),url(/css/fonts/prtg.ttf) format("truetype"),url(/css/fonts/prtg.svg#prtg) format("svg");font-weight:400;font-style:normal}@font-face{font-family:prtg;src:url(/css/fonts/prtg.woff) format("woff"),url(/css/fonts/prtg.ttf) format("truetype"),url(/css/fonts/prtg.svg#prtg) format("svg");font-weight:400;font-style:normal}.downloadclients a:before,.forgotpw a:before,a.arrow:before{font-family:prtg!important;font-style:normal;text-decoration:none;text-align:center;text-transform:none;line-height:1.3;margin:0 .2em 0 0;padding:.3ex .1ex .1ex;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class*=" glyph-"],[class^=glyph-]{font-family:prtg!important;speak:none;text-rendering:optimizeLegibility;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class*=" glyph-"]:before,
[class^=glyph-]:before{margin:0 .2em}.glyph-graph-left-double:before{content:""}.glyph-graph-right-double:before{content:""}.glyph-graph-minus:before{content:""}.glyph-graph-left:before{content:""}.glyph-graph-right:before{content:""}.glyph-graph-plus:before{content:""}.glyph-graph-reload:before{content:""}.glyph-document-history:before{content:""}.glyph-floppy:before{content:""}.glyph-gauge:before{content:""}.glyph-tile-view:before{content:""}.glyph-sunburst-view:before{content:""}.glyph-welcome_review:before{content:""}.glyph-Support:before{content:""}.glyph-ClientApps:before{content:""}.glyph-Installer_RP:before{content:""}.glyph-Desktop:before{content:""}.glyph-ClientApp_EC:before{content:""}.glyph-prtg-cloud:before{content:""}.glyph-database2:before{content:""}.glyph-cube:before{content:""}.glyph-cubes:before{content:""}.glyph-tasks:before{content:""}.glyph-server:before{content:""}.glyph-safari2:before{content:""}.glyph-chrome2:before{content:""}.glyph-firefox2:before{content:
""}.glyph-opera2:before{content:""}.glyph-internet-explorer:before{content:""}.glyph-edge2:before{content:""}.glyph-cluster_filled:before{content:""}.glyph-cluster:before{content:""}.glyph-comment-empty:before{content:""}.glyph-comment:before{content:""}.glyph-address-book2:before{content:""}.glyph-address-book-o:before{content:""}.glyph-id-badge:before{content:""}.glyph-id-card:before{content:""}.glyph-id-card-o:before{content:""}.glyph-user2:before{content:""}.glyph-user-plus2:before{content:""}.glyph-user-times:before{content:""}.glyph-users2:before{content:""}.glyph-paste2:before{content:""}.glyph-doc:before{content:""}.glyph-docs:before{content:""}.glyph-doc-text:before{content:""}.glyph-doc-inv:before{content:""}.glyph-doc-text-inv:before{content:""}.glyph-file-pdf2:before{content:""}.glyph-file-excel2:before{content:""}.glyph-file-code:before{content:""}.glyph-file-image:before{content:""}.glyph-sticky-note:before{content:""}.glyph-sticky-note-o:before{content:""}
.glyph-clone:before{content:""}.glyph-folder-empty:before{content:""}.glyph-folder-open-empty:before{content:""}.glyph-folder2:before{content:""}.glyph-folder-open2:before{content:""}.glyph-resize-full-alt:before{content:""}.glyph-arrows-cw:before{content:""}.glyph-shuffle2:before{content:""}.glyph-history2:before{content:""}.glyph-down-big:before{content:""}.glyph-left-big:before{content:""}.glyph-right-big:before{content:""}.glyph-up-big:before{content:""}.glyph-exchange:before{content:""}.glyph-sort:before{content:""}.glyph-sort-down:before{content:""}.glyph-sort-up:before{content:""}.glyph-sort-alt-up:before{content:""}.glyph-sort-alt-down:before{content:""}.glyph-sort-name-up:before{content:""}.glyph-sort-name-down:before{content:""}.glyph-sort-number-up:before{content:""}.glyph-sort-number-down:before{content:""}.glyph-resize-vertical:before{content:""}.glyph-resize-horizontal:before{content:""}.glyph-move:before{content:""}.glyph-down-circled2:before{content:""}
.glyph-up-circled2:before{content:""}.glyph-left-circled2:before{content:""}.glyph-right-circled2:before{content:""}.glyph-down-dir:before{content:""}.glyph-up-dir:before{content:""}.glyph-left-dir:before{content:""}.glyph-right-dir:before{content:""}.glyph-cw:before{content:""}.glyph-ccw:before{content:""}.glyph-level-down:before{content:""}.glyph-angle-double-left:before{content:""}.glyph-angle-double-right:before{content:""}.glyph-angle-double-up:before{content:""}.glyph-angle-double-down:before{content:""}.glyph-down-open:before{content:""}.glyph-left-open:before{content:""}.glyph-right-open-after:after,.glyph-right-open:before{content:""}.glyph-up-open:before{content:""}.cancel-action .cancel:before,.glyph-angle-left:before{content:""}.downloadclients a:before,.forgotpw a:before,.glyph-angle-right-after:after,.glyph-angle-right:before,a.arrow:before{content:""}.glyph-angle-up:before{content:""}.glyph-angle-down:before{content:""}.glyph-angle-circled-left:before{content:""}
.glyph-angle-circled-right:before{content:""}.glyph-angle-circled-up:before{content:""}.glyph-angle-circled-down:before{content:""}.glyph-right-hand:before{content:""}.glyph-left-hand:before{content:""}.glyph-up-hand:before{content:""}.glyph-down-hand:before{content:""}.glyph-level-up:before{content:""}.glyph-spin3:before{content:""}.glyph-left-circled:before{content:""}.glyph-right-circled:before{content:""}.glyph-up-circled:before{content:""}.glyph-down-circled:before{content:""}.glyph-down:before{content:""}.glyph-up:before{content:""}.glyph-trash-empty:before{content:""}.glyph-picture:before{content:""}.glyph-menu5:before{content:""}.glyph-th:before{content:""}.glyph-th-list:before{content:""}.glyph-align-left:before{content:""}.glyph-scissors2:before{content:""}.glyph-chart-bar:before{content:""}.glyph-chart-area:before{content:""}.glyph-chart-pie:before{content:""}.glyph-chart-line:before{content:""}.glyph-link2:before{content:""}.glyph-attach:before{content:""}
.glyph-filter2:before{content:""}.glyph-pin:before{content:""}.glyph-print:before{content:""}.glyph-bold2:before{content:""}.glyph-resize-small:before{content:""}.glyph-resize-full:before{content:""}.glyph-code:before{content:""}.glyph-unlink:before{content:""}.glyph-crop2:before{content:""}.glyph-magnet2:before{content:""}.glyph-align-center:before{content:""}.glyph-align-right:before{content:""}.glyph-align-justify:before{content:""}.glyph-list3:before{content:""}.glyph-indent-left:before{content:""}.glyph-indent-right:before{content:""}.glyph-strike:before{content:""}.glyph-italic2:before{content:""}.glyph-underline2:before{content:""}.glyph-text-width2:before{content:""}.glyph-font2:before{content:""}.glyph-list-bullet:before{content:""}.glyph-list-numbered2:before{content:""}.glyph-magic:before{content:""}.glyph-terminal2:before{content:""}.glyph-superscript3:before{content:""}.glyph-subscript3:before{content:""}.glyph-object-group:before{content:""}
.glyph-object-ungroup:before{content:""}.glyph-power2:before{content:""}.glyph-off:before{content:""}.glyph-plus-circled:before{content:""}.glyph-minus-circled:before{content:""}.glyph-minus-squared-alt:before{content:""}.glyph-dot-circled:before{content:""}.glyph-plus-squared-alt:before{content:""}.glyph-sliders:before{content:""}.glyph-wrench2:before{content:""}.glyph-cog2:before{content:""}.glyph-cog-alt:before{content:""}.glyph-ellipsis-vert:before{content:""}.glyph-pencil3:before{content:""}.glyph-edit:before{content:""}.glyph-toggle-off:before{content:""}.glyph-toggle-on:before{content:""}.glyph-check-empty:before{content:""}.glyph-check:before{content:""}.glyph-circle:before{content:""}.glyph-circle-empty:before{content:""}.glyph-circle-thin:before{content:""}.glyph-link-ext:before{content:""}.glyph-export:before{content:""}.glyph-zoom-in2:before{content:""}.glyph-zoom-out2:before{content:""}.glyph-cancel:before{content:""}.glyph-off2:before{content:""}.glyph-play-1:before{
content:""}.glyph-pause3:before{content:""}.glyph-signal:before{content:""}.glyph-plus2:before{content:""}.glyph-minus2:before{content:""}.glyph-cancel-1-after:after,.glyph-cancel-1:before{content:""}.glyph-ok:before{content:""}.glyph-plus-circled2:before{content:""}.glyph-minus-circled2:before{content:""}.glyph-minus-squared-alt2:before{content:""}.glyph-dot-circled2:before{content:""}.glyph-plus-squared-alt2:before{content:""}.glyph-logout:before{content:""}.glyph-login:before{content:""}.glyph-newspaper2:before{content:""}.glyph-book2:before{content:""}.glyph-tag:before{content:""}.glyph-tags:before{content:""}.glyph-qrcode2:before{content:""}.glyph-location3:before{content:""}.glyph-map3:before{content:""}.glyph-map-o:before{content:""}.glyph-street-view:before{content:""}.glyph-clock3:before{content:""}.glyph-download4:before{content:""}.glyph-upload4:before{content:""}.glyph-mail-alt:before{content:""}.glyph-mail5:before{content:""}.glyph-lock-open:before{content:""}
.glyph-lock-open-alt:before{content:""}.glyph-lock2:before{content:""}.glyph-bell2:before{content:""}.glyph-bell-alt:before{content:""}.glyph-bell-off:before{content:""}.glyph-calc:before{content:""}.glyph-table3:before{content:""}.glyph-calendar-empty:before{content:""}.glyph-calendar2:before{content:""}.glyph-lightbulb:before{content:""}.glyph-help:before{content:""}.glyph-asterisk:before{content:""}.glyph-search2:before{content:""}.glyph-block:before{content:""}.glyph-th-large:before{content:""}.glyph-flow-cascade:before{content:""}.glyph-sitemap:before{content:""}.glyph-ellipsis:before{content:""}.glyph-language:before{content:""}.glyph-retweet:before{content:""}.glyph-export-alt:before{content:""}.glyph-link-ext-alt:before{content:""}.glyph-share-squared:before{content:""}.glyph-attention:before{content:""}.glyph-attention-circled:before{content:""}.glyph-info-circled:before{content:""}.glyph-help-circled:before{content:""}.glyph-target2:before{content:""}
.glyph-bookmark2:before{content:""}.glyph-bookmark-empty:before{content:""}.glyph-columns:before{content:""}.glyph-list-alt:before{content:""}.glyph-credit-card2:before{content:""}.glyph-star:before{content:""}.glyph-star-empty2:before{content:""}.glyph-star-half-alt:before{content:""}.glyph-flag2:before{content:""}.glyph-flag-empty:before{content:""}.glyph-briefcase2:before{content:""}.glyph-suitcase:before{content:""}.glyph-road2:before{content:""}.glyph-fire2:before{content:""}.glyph-binoculars2:before{content:""}.glyph-puzzle:before{content:""}.glyph-attention-alt:before{content:""}.glyph-share3:before{content:""}.glyph-infinity:before{content:""}.glyph-home4:before{content:""}.glyph-coffee:before{content:""}.glyph-eraser:before{content:""}.glyph-anchor:before{content:""}.glyph-bullseye:before{content:""}.glyph-circle-notch:before{content:""}.glyph-gift2:before{content:""}.glyph-ticket2:before{content:""}.glyph-building:before{content:""}.glyph-building-filled:before{content:
""}.glyph-spin6:before{content:""}.glyph-generic-sensor:before{content:""}.glyph-status-5:before,.glyph-status-down:before{content:""}.glyph-status-14:before,.glyph-status-partdown:before{content:""}.glyph-status-13:before,.glyph-status-downack:before{content:""}.glyph-status-11:before,.glyph-status-12:before,.glyph-status-7:before,.glyph-status-8:before,.glyph-status-9:before,.glyph-status-paused:before{content:""}.glyph-status-0:before,.glyph-status-1:before,.glyph-status-2:before,.glyph-status-6:before,.glyph-status-unknown:before{content:""}.glyph-status-10:before,.glyph-status-unusual:before{content:""}.glyph-status-3:before,.glyph-status-up:before{content:""}.glyph-status-4:before,.glyph-status-warning:before{content:""}.glyph-stack:before{content:""}.glyph-database:before{content:""}.glyph-display:before{content:""}.glyph-laptop:before{content:""}.glyph-mobile:before{content:""}.glyph-tablet:before{content:""}.glyph-tux:before{content:""}.glyph-appleinc:before{content:""}
.glyph-android:before{content:""}.glyph-windows8:before{content:""}.glyph-sensor:before{content:""}.glyph-bubble:before{content:""}.glyph-bubbles:before{content:""}.glyph-bubbles2:before{content:""}.glyph-bubble2:before{content:""}.glyph-bubbles3:before{content:""}.glyph-bubbles4:before{content:""}.glyph-address-book:before{content:""}.glyph-copy:before{content:""}.glyph-paste:before{content:""}.glyph-folder:before{content:""}.glyph-folder-open:before{content:""}.glyph-folder-plus:before{content:""}.glyph-folder-minus:before{content:""}.glyph-folder-download:before{content:""}.glyph-folder-upload:before{content:""}.glyph-clipboard:before{content:""}.glyph-circle-left:before{content:""}.glyph-shift:before{content:""}.glyph-image:before{content:""}.glyph-images:before{content:""}.glyph-quotes-left:before{content:""}.glyph-quotes-right:before{content:""}.glyph-tab:before{content:""}.glyph-move-up:before{content:""}.glyph-move-down:before{content:""}.glyph-command:before{content:""}
.glyph-ctrl:before{content:""}.glyph-opt:before{content:""}.glyph-crop:before{content:""}.glyph-make-group:before{content:""}.glyph-ungroup:before{content:""}.glyph-scissors:before{content:""}.glyph-filter:before{content:""}.glyph-text-height:before{content:""}.glyph-bold:before{content:""}.glyph-omega:before{content:""}.glyph-sigma:before{content:""}.glyph-page-break:before{content:""}.glyph-superscript:before{content:""}.glyph-subscript:before{content:""}.glyph-superscript2:before{content:""}.glyph-subscript2:before{content:""}.glyph-text-color:before{content:""}.glyph-pagebreak:before{content:""}.glyph-clear-formatting:before{content:""}.glyph-table:before{content:""}.glyph-table2:before{content:""}.glyph-insert-template:before{content:""}.glyph-cogs:before{content:""}.glyph-newspaper:before{content:""}.glyph-connection:before{content:""}.glyph-podcast:before{content:""}.glyph-feed:before{content:""}.glyph-book:before{content:""}.glyph-books:before{content:""}
.glyph-file-text:before{content:""}.glyph-profile:before{content:""}.glyph-price-tag:before{content:""}.glyph-price-tags:before{content:""}.glyph-qrcode:before{content:""}.glyph-location:before{content:""}.glyph-location2:before{content:""}.glyph-compass:before{content:""}.glyph-compass2:before{content:""}.glyph-map:before{content:""}.glyph-map2:before{content:""}.glyph-history:before{content:""}.glyph-clock:before{content:""}.glyph-clock2:before{content:""}.glyph-stopwatch:before{content:""}.glyph-drawer:before{content:""}.glyph-drawer2:before{content:""}.glyph-upload:before{content:""}.glyph-download:before{content:""}.glyph-box-remove:before{content:""}.glyph-box-add:before{content:""}.glyph-cloud-download:before{content:""}.glyph-cloud-upload:before{content:""}.glyph-cloud-check:before{content:""}.glyph-cloud:before{content:""}.glyph-download2:before{content:""}.glyph-upload2:before{content:""}.glyph-download3:before{content:""}.glyph-upload3:before{content:""}
.glyph-calculator:before{content:""}.glyph-calendar:before{content:""}.glyph-credit-card:before{content:""}@font-face{font-family:Noto;src:url(/css/fonts/NotoSans-Regular.eot);src:url(/css/fonts/NotoSans-Regular.woff2) format("woff2"),url(/css/fonts/NotoSans-Regular.woff) format("woff"),url(/css/fonts/NotoSans-Regular.ttf) format("truetype"),url(/css/fonts/NotoSans-Regular.svg#Noto) format("svg"),url(/css/fonts/NotoSans-Regular.eot?#iefix) format("embedded-opentype");font-weight:400;font-style:normal}@font-face{font-family:NotoItalic;src:url(/css/fonts/NotoSans-Italic.eot);src:url(/css/fonts/NotoSans-Italic.woff2) format("woff2"),url(/css/fonts/NotoSans-Italic.woff) format("woff"),url(/css/fonts/NotoSans-Italic.ttf) format("truetype"),url(/css/fonts/NotoSans-Italic.svg#NotoItalic) format("svg"),url(/css/fonts/NotoSans-Italic.eot?#iefix) format("embedded-opentype");font-weight:400;font-style:normal}@font-face{font-family:NotoBold;src:url(/css/fonts/NotoSans-Bold.eot);src:url(/css/fonts/NotoSans-Bold.woff2) 
format("woff2"),url(/css/fonts/NotoSans-Bold.woff) format("woff"),url(/css/fonts/NotoSans-Bold.ttf) format("truetype"),url(/css/fonts/NotoSans-Bold.svg#NotoBold) format("svg"),url(/css/fonts/NotoSans-Bold.eot?#iefix) format("embedded-opentype");font-weight:400;font-style:normal}@font-face{font-family:Roboto;src:url(/css/fonts/Roboto-Regular.eot);src:url(/css/fonts/Roboto-Regular.woff2) format("woff2"),url(/css/fonts/Roboto-Regular.woff) format("woff"),url(/css/fonts/Roboto-Regular.ttf) format("truetype"),url(/css/fonts/Roboto-Regular.svg#Roboto) format("svg"),url(/css/fonts/Roboto-Regular.eot?#iefix) format("embedded-opentype");font-weight:400;font-style:normal}@font-face{font-family:Roboto-Medium;src:url(/css/fonts/Roboto-Medium.eot);src:url(/css/fonts/Roboto-Medium.woff2) format("woff2"),url(/css/fonts/Roboto-Medium.woff) format("woff"),url(/css/fonts/Roboto-Medium.ttf) format("truetype"),url(/css/fonts/Roboto-Medium.svg#Roboto-Medium) format("svg"),url(/css/fonts/Roboto-Medium.eot?#iefix) 
format("embedded-opentype");font-weight:400;font-style:normal}@font-face{font-family:Roboto-Italic;src:url(/css/fonts/Roboto-Italic.eot);src:url(/css/fonts/Roboto-Italic.woff2) format("woff2"),url(/css/fonts/Roboto-Italic.woff) format("woff"),url(/css/fonts/Roboto-Italic.ttf) format("truetype"),url(/css/fonts/Roboto-Italic.svg#Roboto-Italic) format("svg"),url(/css/fonts/Roboto-Italic.eot?#iefix) format("embedded-opentype");font-weight:400;font-style:normal}@font-face{font-family:Roboto-MediumItalic;src:url(/css/fonts/Roboto-MediumItalic.eot);src:url(/css/fonts/Roboto-MediumItalic.woff2) format("woff2"),url(/css/fonts/Roboto-MediumItalic.woff) format("woff"),url(/css/fonts/Roboto-MediumItalic.ttf) format("truetype"),url(/css/fonts/Roboto-MediumItalic.svg#Roboto-MediumItalic) format("svg"),url(/css/fonts/Roboto-MediumItalic.eot?#iefix) format("embedded-opentype");font-weight:400;font-style:normal}.font-normal{font-family:"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif;font-weight:400}
.language_br .font-normal,.language_de .font-normal,.language_en .font-normal,.language_fr .font-normal,.language_nl .font-normal,.language_ru .font-normal,.language_sp .font-normal{font-family:Roboto,"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif;font-weight:400}.font-decor{font-family:"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif;font-weight:400}.language_br .font-decor,.language_de .font-decor,.language_en .font-decor,.language_fr .font-decor,.language_nl .font-decor,.language_ru .font-decor,.language_sp .font-decor{font-family:Noto,"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif;font-weight:400}.font-decor-italic{font-family:"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif;font-weight:400}.language_br .font-decor-italic,.language_de .font-decor-italic,.language_en .font-decor-italic,.language_fr .font-decor-italic,.language_nl .font-decor-italic,.language_ru .font-decor-italic,.language_sp .font-decor-italic{font-family:NotoItalic,"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif;
font-weight:400}.font-decor-bold{font-family:"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif;font-weight:600}.language_br .font-decor-bold,.language_de .font-decor-bold,.language_en .font-decor-bold,.language_fr .font-decor-bold,.language_nl .font-decor-bold,.language_ru .font-decor-bold,.language_sp .font-decor-bold{font-family:NotoBold,"Segoe UI Semibold","Arial Black",sans-serif;font-weight:400}.font-bold{font-family:"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif;font-weight:600}.language_br .font-bold,.language_de .font-bold,.language_en .font-bold,.language_fr .font-bold,.language_nl .font-bold,.language_ru .font-bold,.language_sp .font-bold{font-family:Roboto-Medium,"Segoe UI Semibold","Arial Black",sans-serif;font-weight:400}.font-italic{font-family:"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif}.language_br .font-italic,.language_de .font-italic,.language_en .font-italic,.language_fr .font-italic,.language_nl .font-italic,.language_ru .font-italic,.language_sp .font-italic{font-family
:Roboto-Italic,"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif;font-weight:400}.font-bold-italic{font-family:"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif;font-weight:600}.language_br .font-bold-italic,.language_de .font-bold-italic,.language_en .font-bold-italic,.language_fr .font-bold-italic,.language_nl .font-bold-italic,.language_ru .font-bold-italic,.language_sp .font-bold-italic{font-family:Roboto-MediumItalic,"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif;font-weight:400}b,strong{font-family:"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif;font-weight:600}.language_br b,.language_br strong,.language_de b,.language_de strong,.language_en b,.language_en strong,.language_fr b,.language_fr strong,.language_nl b,.language_nl strong,.language_ru b,.language_ru strong,.language_sp b,.language_sp strong{font-family:Roboto-Medium,"Segoe UI Semibold","Arial Black",sans-serif;font-weight:400}em,i{font-family:"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif}.language_br em,.language_br i,
.language_de em,.language_de i,.language_en em,.language_en i,.language_fr em,.language_fr i,.language_nl em,.language_nl i,.language_ru em,.language_ru i,.language_sp em,.language_sp i{font-family:Roboto-Italic,"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif;font-weight:400}b em,b i,em b,em strong,i b,i strong,strong em,strong i{font-family:"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif;font-weight:600}.language_br b em,.language_br b i,.language_br em b,.language_br em strong,.language_br i b,.language_br i strong,.language_br strong em,.language_br strong i,.language_de b em,.language_de b i,.language_de em b,.language_de em strong,.language_de i b,.language_de i strong,.language_de strong em,.language_de strong i,.language_en b em,.language_en b i,.language_en em b,.language_en em strong,.language_en i b,.language_en i strong,.language_en strong em,.language_en strong i,.language_fr b em,.language_fr b i,.language_fr em b,.language_fr em strong,.language_fr i b,.language_fr i strong,
.language_fr strong em,.language_fr strong i,.language_nl b em,.language_nl b i,.language_nl em b,.language_nl em strong,.language_nl i b,.language_nl i strong,.language_nl strong em,.language_nl strong i,.language_ru b em,.language_ru b i,.language_ru em b,.language_ru em strong,.language_ru i b,.language_ru i strong,.language_ru strong em,.language_ru strong i,.language_sp b em,.language_sp b i,.language_sp em b,.language_sp em strong,.language_sp i b,.language_sp i strong,.language_sp strong em,.language_sp strong i{font-family:Roboto-MediumItalic,"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif;font-weight:400}*{box-sizing:border-box}html{font-size:13px;max-width:100vw;height:100vh;overflow:auto;font-family:"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif;font-weight:400}body{font-size:1rem;background-color:#f7f7f7;color:#575756;font-family:"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif;font-weight:400}body.language_br,body.language_cz,body.language_de,body.language_en,body.language_fr,
body.language_nl,body.language_sp{font-family:Roboto,"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif;font-weight:400}h1{font-family:"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif;font-size:1.3842rem;font-weight:400;color:#00a3da;white-space:nowrap}.language_br h1,.language_de h1,.language_en h1,.language_fr h1,.language_nl h1,.language_ru h1,.language_sp h1{font-family:Noto,"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif;font-weight:400}h1 b{font-family:"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif;font-weight:600;font-size:1.3842rem;color:#00a3da;white-space:nowrap}.language_br h1 b,.language_de h1 b,.language_en h1 b,.language_fr h1 b,.language_nl h1 b,.language_ru h1 b,.language_sp h1 b{font-family:NotoBold,"Segoe UI Semibold","Arial Black",sans-serif;font-weight:400}h2,h2 *{font-family:"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif;font-weight:400;color:#00a3da;font-size:1.2304rem}.language_br h2,.language_br h2 *,.language_de h2,.language_de h2 *,.language_en h2,
.language_en h2 *,.language_fr h2,.language_fr h2 *,.language_nl h2,.language_nl h2 *,.language_ru h2,.language_ru h2 *,.language_sp h2,.language_sp h2 *{font-family:Noto,"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif;font-weight:400}.language_en h2,.language_en h2 *{text-transform:capitalize}h3{font-size:.9997rem;font-weight:400;margin:0;padding:0}p{margin-top:6px;margin-bottom:12px}p img{width:auto;max-width:100%}ul{margin:6px 0 0 6px;padding:0 0 0 17px}ul li{padding-bottom:4px}table{font-family:"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif;font-weight:400}.language_br table,.language_de table,.language_en table,.language_fr table,.language_nl table,.language_ru table,.language_sp table{font-family:Roboto,"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif;font-weight:400}a,input,input:focus,th:focus{outline:0}img{max-width:100%;height:auto}.link,.ui-widget-content a,a,a:active,a:visited{cursor:pointer;color:#050f34;text-decoration:none}.link.secondary,.ui-widget-content a.secondary,
a.secondary,a:active.secondary,a:visited.secondary{cursor:pointer;text-decoration:underline;color:#00a3da}.link.disabled_link,.ui-widget-content a.disabled_link,a.disabled_link,a:active.disabled_link,a:visited.disabled_link{color:#575756;text-decoration:none;pointer-events:none;cursor:default}.link:hover,.ui-widget-content a:hover,a:hover{color:#00a3da;text-decoration:none}.link:hover.secondary,.ui-widget-content a:hover.secondary,a:hover.secondary{color:#050f34;text-decoration:none}a img{border:none;width:auto;max-width:100%}.downloadclients a:before,.forgotpw a:before,a.arrow:before{padding-right:3px;line-height:normal}.downloadclients a:hover,.forgotpw a:hover,a.arrow:hover{text-decoration:none}.small{font-size:.9rem}.intext-left,img.intext-left{float:left;padding:0 8px 8px 0;max-width:50%;min-width:337px}p span.intext-left,p span.intext-right{display:inline-block}.intext-right,img.intext-right{float:right;padding:0 0 0 8px;max-width:60%}.image-caption,.image-caption-left{font-size:.9rem;font-family:
"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif;width:auto;display:inline-block;position:absolute;bottom:0;padding:1px 12px;color:#b7b7b7;background-color:#fff}.language_br .image-caption,.language_br .image-caption-left,.language_de .image-caption,.language_de .image-caption-left,.language_en .image-caption,.language_en .image-caption-left,.language_fr .image-caption,.language_fr .image-caption-left,.language_nl .image-caption,.language_nl .image-caption-left,.language_ru .image-caption,.language_ru .image-caption-left,.language_sp .image-caption,.language_sp .image-caption-left{font-family:Roboto-Italic,"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif;font-weight:400}.image-caption{text-align:right;right:0}.image-caption-left{text-align:left;left:0}.gallery{display:flex;flex-wrap:wrap;justify-content:flex-start}.gallery.columns-2>*{flex:1 50%;padding-right:12px;display:inline-block;max-width:50%}.gallery img{width:100%;height:auto}.bordered{border:1px solid #efeeee}.media-content:after{content:'';
display:table;float:none;width:100%;clear:both}.prtg-logo-themed{background:url(../../images/prtg_logo_gray.png) left top/contain no-repeat;width:250px;height:150px}dummy{position:relative;display:block}#container{background-color:transparent;padding:42px 0 0;top:0;position:relative;height:100%;width:100%}.helpOpened #container{margin-bottom:200px}#main{margin-top:0;margin-bottom:22px;padding:22px 10px 5px;position:relative;width:100%;box-sizing:border-box;height:auto;overflow:visible}#main.main-welcome{padding-top:0}#content{height:auto;margin-bottom:10px;position:relative}.box{padding:12px 20px;background-color:#fff;box-shadow:0 .90909px 2px 0 rgba(0,0,0,.14),0 1.36364px 1px -2px rgba(0,0,0,.2),0 .45455px 5px 0 rgba(0,0,0,.12)}.box.download-item{margin:0 auto 20px;max-width:1280px}#main>h1,.sitecaption{display:flex;align-items:baseline;flex:1 100%;padding-left:10px;background-color:#efeeee;padding-bottom:3px;margin:6px -10px -10px 0}@media only screen and (min-width:680px){#main{padding:22px 30px 5px}
#main>h1,.sitecaption{margin:6px -30px 0;padding-left:30px}}
#main>h1 i,.sitecaption i{font-family:"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif;font-weight:400;font-style:normal;flex:none}.language_br #main>h1 i,.language_br .sitecaption i,.language_de #main>h1 i,.language_de .sitecaption i,.language_en #main>h1 i,.language_en .sitecaption i,.language_fr #main>h1 i,.language_fr .sitecaption i,.language_nl #main>h1 i,.language_nl .sitecaption i,.language_ru #main>h1 i,.language_ru .sitecaption i,.language_sp #main>h1 i,.language_sp .sitecaption i{font-family:NotoItalic,"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif;font-weight:400}#main>h1 b,.sitecaption b{font-family:"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif;font-style:normal;font-weight:400}.language_br #main>h1 b,.language_br .sitecaption b,.language_de #main>h1 b,.language_de .sitecaption b,.language_en #main>h1 b,.language_en .sitecaption b,.language_fr #main>h1 b,.language_fr .sitecaption b,.language_nl #main>h1 b,.language_nl .sitecaption b,.language_ru #main>h1 b,
.language_ru .sitecaption b,.language_sp #main>h1 b,.language_sp .sitecaption b{font-family:NotoBold,"Segoe UI Semibold","Arial Black",sans-serif;font-weight:400}.sensormenu.nolimit{width:auto}.sensorstatusmessage .status{white-space:normal}.prtg-box{display:inline-block;margin-bottom:5px;padding:5px}.InitialDisplayNone,.display0,.displayNone,.hidden,.hide,.report .paneldHead #nirvana{display:none!important}.newbadge{background:#ec0e68;border:1px solid #fff;color:#fff;padding:1px 5px;margin-left:6px}#favstarinput{display:block;background:0 0;padding:4px 0 4px 4px}.sensorgraph,.sparkline{width:110px;height:18px;position:relative;cursor:pointer}html .ui-widget-content{color:#575756}.colorflag-worst{background-color:#e30613}.colorflag-really-bad{background-color:#ec510a}.colorflag-bad{background-color:#f59c00}.colorflag-not-ok{background-color:#f5c500}.colorflag-ok{background-color:#b8c419}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-button{background:#b7b7b7}::-webkit-scrollbar-track-piece{
background:rgba(183,183,183,.5)}::-webkit-scrollbar-thumb{background:#808282}.force-visible{visibility:visible!important}i.tip{background-color:#ec0e68;color:#fff;text-transform:uppercase;padding:0 7px 0 5px;font-family:"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif;font-weight:600}.language_br i.tip,.language_de i.tip,.language_en i.tip,.language_fr i.tip,.language_nl i.tip,.language_ru i.tip,.language_sp i.tip{font-family:NotoBold,"Segoe UI Semibold","Arial Black",sans-serif;font-weight:400}.eye-catcher{min-height:2px;background-color:#00a3da;color:#efeeee}.nagscreen-box{padding-left:30px;margin:0 0 10px}.nagscreen-box:before{background-color:#e30613}.nagscreen-head{display:block;width:100%;margin:0;font-family:"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif;font-weight:600}.language_br .nagscreen-head,.language_de .nagscreen-head,.language_en .nagscreen-head,.language_fr .nagscreen-head,.language_nl .nagscreen-head,.language_ru .nagscreen-head,.language_sp .nagscreen-head{font-family:
Roboto-Medium,"Segoe UI Semibold","Arial Black",sans-serif;font-weight:400}.nagscreen-head br{display:none}.nagscreen-cell{margin:0}.actionbutton:focus,.actionbutton:hover,.actionbutton:link:focus,.actionbutton:link:hover,.actionbutton:visited:focus,.actionbutton:visited:hover,.button:focus,.button:hover,.button:link:focus,.button:link:hover,.button:visited:focus,.button:visited:hover,.ui-datepicker-buttonpane .ui-widget-content button.ui-state-default.ui-datepicker-close.ui-priority-primary:link:focus,.ui-datepicker-buttonpane .ui-widget-content button.ui-state-default.ui-datepicker-close.ui-priority-primary:link:hover,.ui-datepicker-buttonpane .ui-widget-content button.ui-state-default.ui-datepicker-close.ui-priority-primary:visited:focus,.ui-datepicker-buttonpane .ui-widget-content button.ui-state-default.ui-datepicker-close.ui-priority-primary:visited:hover,.ui-datepicker-buttonpane button.ui-datepicker-close.ui-priority-primary:focus,
.ui-datepicker-buttonpane button.ui-datepicker-close.ui-priority-primary:hover,.ui-widget-content .ui-datepicker-buttonpane button.ui-state-default.ui-datepicker-close.ui-priority-primary:link:focus,.ui-widget-content .ui-datepicker-buttonpane button.ui-state-default.ui-datepicker-close.ui-priority-primary:link:hover,.ui-widget-content .ui-datepicker-buttonpane button.ui-state-default.ui-datepicker-close.ui-priority-primary:visited:focus,.ui-widget-content .ui-datepicker-buttonpane button.ui-state-default.ui-datepicker-close.ui-priority-primary:visited:hover,.ui-widget-content button.ui-state-default.actionbutton:focus,.ui-widget-content button.ui-state-default.actionbutton:hover,.ui-widget-content button.ui-state-default.actionbutton:link:focus,.ui-widget-content button.ui-state-default.actionbutton:link:hover,.ui-widget-content button.ui-state-default.actionbutton:visited:focus,.ui-widget-content button.ui-state-default.actionbutton:visited:hover,button:focus,button:hover{text-decoration:none;background:
#050f34;color:#fff;transition:.1s;box-shadow:none}.actionbutton,.actionbutton:link,.actionbutton:visited,.button,.button:link,.button:visited,.ui-datepicker-buttonpane .ui-widget-content button.ui-state-default.ui-datepicker-close.ui-priority-primary,.ui-datepicker-buttonpane .ui-widget-content button.ui-state-default.ui-datepicker-close.ui-priority-primary:link,.ui-datepicker-buttonpane .ui-widget-content button.ui-state-default.ui-datepicker-close.ui-priority-primary:visited,.ui-datepicker-buttonpane button.ui-datepicker-close.ui-priority-primary,.ui-datepicker-buttonpane button.ui-datepicker-close.ui-priority-primary:link,.ui-datepicker-buttonpane button.ui-datepicker-close.ui-priority-primary:visited,.ui-widget-content .ui-datepicker-buttonpane button.ui-state-default.ui-datepicker-close.ui-priority-primary,.ui-widget-content .ui-datepicker-buttonpane button.ui-state-default.ui-datepicker-close.ui-priority-primary:link,
.ui-widget-content .ui-datepicker-buttonpane button.ui-state-default.ui-datepicker-close.ui-priority-primary:visited,.ui-widget-content button.ui-state-default.actionbutton,.ui-widget-content button.ui-state-default.actionbutton:link,.ui-widget-content button.ui-state-default.actionbutton:visited,button{display:inline-block;border:none;background-color:#00a3da;color:#fff;padding:.3em .5em;font-size:1rem;line-height:20px;text-align:center;vertical-align:middle;cursor:pointer;font-weight:400;text-decoration:none;border-radius:0;transition:.1s;box-shadow:0 1px 0 0 rgba(0,0,0,.05);margin-bottom:4px}@media print{.actionbutton,.actionbutton:link,.actionbutton:visited,.button,.button:link,.button:visited,.ui-datepicker-buttonpane .ui-widget-content button.ui-state-default.ui-datepicker-close.ui-priority-primary,.ui-datepicker-buttonpane .ui-widget-content button.ui-state-default.ui-datepicker-close.ui-priority-primary:link,
.ui-datepicker-buttonpane .ui-widget-content button.ui-state-default.ui-datepicker-close.ui-priority-primary:visited,.ui-datepicker-buttonpane button.ui-datepicker-close.ui-priority-primary,.ui-datepicker-buttonpane button.ui-datepicker-close.ui-priority-primary:link,.ui-datepicker-buttonpane button.ui-datepicker-close.ui-priority-primary:visited,.ui-widget-content .ui-datepicker-buttonpane button.ui-state-default.ui-datepicker-close.ui-priority-primary,.ui-widget-content .ui-datepicker-buttonpane button.ui-state-default.ui-datepicker-close.ui-priority-primary:link,.ui-widget-content .ui-datepicker-buttonpane button.ui-state-default.ui-datepicker-close.ui-priority-primary:visited,.ui-widget-content button.ui-state-default.actionbutton,.ui-widget-content button.ui-state-default.actionbutton:link,.ui-widget-content button.ui-state-default.actionbutton:visited,button{box-shadow:none}}
.actionbutton:active,.actionbutton:link:active,.actionbutton:visited:active,.button:active,.button:link:active,.button:visited:active,.ui-datepicker-buttonpane .ui-widget-content button.ui-state-default.ui-datepicker-close.ui-priority-primary:active,.ui-datepicker-buttonpane .ui-widget-content button.ui-state-default.ui-datepicker-close.ui-priority-primary:link:active,.ui-datepicker-buttonpane .ui-widget-content button.ui-state-default.ui-datepicker-close.ui-priority-primary:visited:active,.ui-datepicker-buttonpane button.ui-datepicker-close.ui-priority-primary:active,.ui-datepicker-buttonpane button.ui-datepicker-close.ui-priority-primary:link:active,.ui-datepicker-buttonpane button.ui-datepicker-close.ui-priority-primary:visited:active,.ui-widget-content .ui-datepicker-buttonpane button.ui-state-default.ui-datepicker-close.ui-priority-primary:active,.ui-widget-content .ui-datepicker-buttonpane button.ui-state-default.ui-datepicker-close.ui-priority-primary:link:active,
.ui-widget-content .ui-datepicker-buttonpane button.ui-state-default.ui-datepicker-close.ui-priority-primary:visited:active,.ui-widget-content button.ui-state-default.actionbutton:active,.ui-widget-content button.ui-state-default.actionbutton:link:active,.ui-widget-content button.ui-state-default.actionbutton:visited:active,button:active{text-decoration:none;background:#fff;color:#00a3da;transition:.1s}.button.btnblue,button.btnblue{text-decoration:none;background-color:#050f34}.button.btnblue:hover,button.btnblue:hover{text-decoration:none;background:#fff;color:#00a3da;border:1px solid #efeeee;transition:.1s}.button.btndisabled,.button[disabled],button.btndisabled,button[disabled]{color:#575756;border:none;background:#efeeee}.button.btndisabled:hover,.button[disabled]:hover,button.btndisabled:hover,button[disabled]:hover{color:#575756;border:none;background:#d6d7d8;transition:.1s}.button.btnlink,button.btnlink{color:#00a3da;border:none;background:0 0;text-decoration:underline;box-shadow:none;transition:.1s;
padding:0;margin:.3em .5em}.button.btnlink:hover,button.btnlink:hover{border:none;background:0 0;text-decoration:none;color:#050f34}.button.btnBuyNow,button.btnBuyNow{font-family:"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif;font-weight:600;min-width:150px}.language_br .button.btnBuyNow,.language_br button.btnBuyNow,.language_de .button.btnBuyNow,.language_de button.btnBuyNow,.language_en .button.btnBuyNow,.language_en button.btnBuyNow,.language_fr .button.btnBuyNow,.language_fr button.btnBuyNow,.language_nl .button.btnBuyNow,.language_nl button.btnBuyNow,.language_ru .button.btnBuyNow,.language_ru button.btnBuyNow,.language_sp .button.btnBuyNow,.language_sp button.btnBuyNow{font-family:Roboto-Medium,"Segoe UI Semibold","Arial Black",sans-serif;font-weight:400}.button.btngrey,.button.btntransparent,.button.btnwhite,.ui-datepicker-buttonpane .ui-datepicker-current,.ui-datepicker-buttonpane button,button.btngrey,button.btntransparent,button.btnwhite,button.ui-state-default{text-decoration:none;
background-color:#fff;color:#00a3da;border:1px solid #d6d7d8;font-family:"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif;font-weight:600}.language_br .button.btngrey,.language_br .button.btntransparent,.language_br .button.btnwhite,.language_br .ui-datepicker-buttonpane .ui-datepicker-current,.language_br .ui-datepicker-buttonpane button,.language_br button.btngrey,.language_br button.btntransparent,.language_br button.btnwhite,.language_br button.ui-state-default,.language_de .button.btngrey,.language_de .button.btntransparent,.language_de .button.btnwhite,.language_de .ui-datepicker-buttonpane .ui-datepicker-current,.language_de .ui-datepicker-buttonpane button,.language_de button.btngrey,.language_de button.btntransparent,.language_de button.btnwhite,.language_de button.ui-state-default,.language_en .button.btngrey,.language_en .button.btntransparent,.language_en .button.btnwhite,.language_en .ui-datepicker-buttonpane .ui-datepicker-current,.language_en .ui-datepicker-buttonpane button,
.language_en button.btngrey,.language_en button.btntransparent,.language_en button.btnwhite,.language_en button.ui-state-default,.language_fr .button.btngrey,.language_fr .button.btntransparent,.language_fr .button.btnwhite,.language_fr .ui-datepicker-buttonpane .ui-datepicker-current,.language_fr .ui-datepicker-buttonpane button,.language_fr button.btngrey,.language_fr button.btntransparent,.language_fr button.btnwhite,.language_fr button.ui-state-default,.language_nl .button.btngrey,.language_nl .button.btntransparent,.language_nl .button.btnwhite,.language_nl .ui-datepicker-buttonpane .ui-datepicker-current,.language_nl .ui-datepicker-buttonpane button,.language_nl button.btngrey,.language_nl button.btntransparent,.language_nl button.btnwhite,.language_nl button.ui-state-default,.language_ru .button.btngrey,.language_ru .button.btntransparent,.language_ru .button.btnwhite,.language_ru .ui-datepicker-buttonpane .ui-datepicker-current,.language_ru .ui-datepicker-buttonpane button,.language_ru button.btngrey,
.language_ru button.btntransparent,.language_ru button.btnwhite,.language_ru button.ui-state-default,.language_sp .button.btngrey,.language_sp .button.btntransparent,.language_sp .button.btnwhite,.language_sp .ui-datepicker-buttonpane .ui-datepicker-current,.language_sp .ui-datepicker-buttonpane button,.language_sp button.btngrey,.language_sp button.btntransparent,.language_sp button.btnwhite,.language_sp button.ui-state-default,.ui-datepicker-buttonpane .language_br .ui-datepicker-current,.ui-datepicker-buttonpane .language_br button,.ui-datepicker-buttonpane .language_de .ui-datepicker-current,.ui-datepicker-buttonpane .language_de button,.ui-datepicker-buttonpane .language_en .ui-datepicker-current,.ui-datepicker-buttonpane .language_en button,.ui-datepicker-buttonpane .language_fr .ui-datepicker-current,.ui-datepicker-buttonpane .language_fr button,.ui-datepicker-buttonpane .language_nl .ui-datepicker-current,.ui-datepicker-buttonpane .language_nl button,
.ui-datepicker-buttonpane .language_ru .ui-datepicker-current,.ui-datepicker-buttonpane .language_ru button,.ui-datepicker-buttonpane .language_sp .ui-datepicker-current,.ui-datepicker-buttonpane .language_sp button{font-family:Roboto-Medium,"Segoe UI Semibold","Arial Black",sans-serif;font-weight:400}.button.btngrey:hover,.button.btntransparent:hover,.button.btnwhite:hover,.ui-datepicker-buttonpane .ui-datepicker-current:hover,.ui-datepicker-buttonpane button:hover,button.btngrey:hover,button.btntransparent:hover,button.btnwhite:hover,button.ui-state-default:hover{text-decoration:none;box-shadow:none;background-color:#00a3da;border:1px solid #00a3da;color:#fff}.buttonicon,.buttonimage,.welcomebutton .buttonicon{width:45px;height:45px;display:block;border-radius:50%;background-size:22px;background-position:center;background-repeat:no-repeat;padding:6px;margin:3px 6px 3px 0;text-align:center;background-color:#00a3da}.buttonicon:hover,.buttonimage:hover{-webkit-filter:invert(1) contrast(31%) sepia(100%) 
hue-rotate(142deg) saturate(9);filter:invert(1) contrast(31%) sepia(100%) hue-rotate(142deg) saturate(9);background-color:transparent;border:1px solid #fff;cursor:pointer;text-decoration:none}.buttonicon,.welcomebutton .buttonicon{font-size:1.7rem;color:#fff;line-height:45px;padding:0}.buttonicon:hover,.welcomebutton .buttonicon:hover{-webkit-filter:none;filter:none;background-color:transparent;border:1px solid #00a3da;color:#00a3da;cursor:pointer;text-decoration:none}.tablebuttonbox .actionbutton,.tablebuttonbox .button,.tablebuttonbox .ui-datepicker-buttonpane button.ui-datepicker-close.ui-priority-primary,.ui-datepicker-buttonpane .tablebuttonbox button.ui-datepicker-close.ui-priority-primary{width:20px;height:16px;margin:0 3px;padding:0;white-space:normal;text-overflow:clip;background-color:transparent;border:none}.tablebuttonbox .actionbutton .icon,.tablebuttonbox .button .icon,.tablebuttonbox .ui-datepicker-buttonpane button.ui-datepicker-close.ui-priority-primary .icon,
.ui-datepicker-buttonpane .tablebuttonbox button.ui-datepicker-close.ui-priority-primary .icon{width:20px;height:16px;line-height:16px;text-align:center;background-color:transparent;color:#00a3da;display:block}.tablebuttonbox .actionbutton .icon:before,.tablebuttonbox .button .icon:before,.tablebuttonbox .ui-datepicker-buttonpane button.ui-datepicker-close.ui-priority-primary .icon:before,.ui-datepicker-buttonpane .tablebuttonbox button.ui-datepicker-close.ui-priority-primary .icon:before{margin:0;padding:0}.tablebuttonbox .actionbutton:hover,.tablebuttonbox .button:hover,.tablebuttonbox .ui-datepicker-buttonpane button.ui-datepicker-close.ui-priority-primary:hover,.ui-datepicker-buttonpane .tablebuttonbox button.ui-datepicker-close.ui-priority-primary:hover{border:none;background:0 0}.tablebuttonbox .actionbutton:hover .icon,.tablebuttonbox .button:hover .icon,.tablebuttonbox .ui-datepicker-buttonpane button.ui-datepicker-close.ui-priority-primary:hover .icon,
.ui-datepicker-buttonpane .tablebuttonbox button.ui-datepicker-close.ui-priority-primary:hover .icon{background-color:#00a3da;color:#fff}.tablebuttonbox .actionbutton.btndisabled,.tablebuttonbox .button.btndisabled,.tablebuttonbox .ui-datepicker-buttonpane button.btndisabled.ui-datepicker-close.ui-priority-primary,.ui-datepicker-buttonpane .tablebuttonbox button.btndisabled.ui-datepicker-close.ui-priority-primary{display:none}.cancel-action{display:flex}.cancel-action .btn{color:#808282}.cancel-action .btn.cancel{padding:10px;margin-left:15px;font-size:1.1rem}input,keygen,select,textarea{padding:6px;border:none;border-bottom:1px solid #d6d7d8;background-color:transparent;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;cursor:auto;text-rendering:auto;color:inherit;letter-spacing:normal;word-spacing:normal;text-transform:none;text-indent:0;text-shadow:none;display:inline-block;text-align:start;margin:0;font-family:"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif;
font-weight:400}.language_br input,.language_br keygen,.language_br select,.language_br textarea,.language_de input,.language_de keygen,.language_de select,.language_de textarea,.language_en input,.language_en keygen,.language_en select,.language_en textarea,.language_fr input,.language_fr keygen,.language_fr select,.language_fr textarea,.language_nl input,.language_nl keygen,.language_nl select,.language_nl textarea,.language_ru input,.language_ru keygen,.language_ru select,.language_ru textarea,.language_sp input,.language_sp keygen,.language_sp select,.language_sp textarea{font-family:Roboto,"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif;font-weight:400}input:focus,input:hover,keygen:focus,keygen:hover,select:focus,select:hover,textarea:focus,textarea:hover{outline:0;border-bottom-color:#00a3da}input:disabled,input[readonly],keygen:disabled,keygen[readonly],select:disabled,select[readonly],textarea:disabled,textarea[readonly]{color:#b7b7b7!important;pointer-events:none!important;border-bottom-style:
dotted}input:disabled~:not(.locked),input:disabled~:not(.locked) :after,input:disabled~:not(.locked) :before,input[readonly]~:not(.locked),input[readonly]~:not(.locked) :after,input[readonly]~:not(.locked) :before,keygen:disabled~:not(.locked),keygen:disabled~:not(.locked) :after,keygen:disabled~:not(.locked) :before,keygen[readonly]~:not(.locked),keygen[readonly]~:not(.locked) :after,keygen[readonly]~:not(.locked) :before,select:disabled~:not(.locked),select:disabled~:not(.locked) :after,select:disabled~:not(.locked) :before,select[readonly]~:not(.locked),select[readonly]~:not(.locked) :after,select[readonly]~:not(.locked) :before,textarea:disabled~:not(.locked),textarea:disabled~:not(.locked) :after,textarea:disabled~:not(.locked) :before,textarea[readonly]~:not(.locked),textarea[readonly]~:not(.locked) :after,textarea[readonly]~:not(.locked) :before{color:#b7b7b7!important;pointer-events:none!important}input[type=button],input[type=reset],input[type=submit],keygen[type=button],keygen[type=reset],
keygen[type=submit],select[type=button],select[type=reset],select[type=submit],textarea[type=button],textarea[type=reset],textarea[type=submit]{border-bottom:none}div.readonlyproperty{color:#b7b7b7;border-bottom:none;font-family:"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif}.language_br div.readonlyproperty,.language_de div.readonlyproperty,.language_en div.readonlyproperty,.language_fr div.readonlyproperty,.language_nl div.readonlyproperty,.language_ru div.readonlyproperty,.language_sp div.readonlyproperty{font-family:Roboto-Italic,"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif;font-weight:400}input{padding-left:3px}select{text-indent:.01px;background-color:#fff;background-image:url(/css/images/angle-down-black.svg);background-position:center right;background-repeat:no-repeat;background-size:10px;padding-right:20px;color:#575756;font-size:inherit;overflow:hidden;white-space:nowrap;cursor:pointer;border:0;border-bottom:1px solid #d6d7d8;-webkit-appearance:none;-moz-appearance:none;appearance:none
}select::-ms-expand{display:none}select[multiple=multiple]{overflow:auto}select option{background:#fff;border-bottom:1px solid #efeeee;color:#575756;padding:.3em 1em}select optgroup{color:#808282;background-color:#efeeee;font-family:"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif;font-weight:600}.language_br select optgroup,.language_de select optgroup,.language_en select optgroup,.language_fr select optgroup,.language_nl select optgroup,.language_ru select optgroup,.language_sp select optgroup{font-family:Roboto-Medium,"Segoe UI Semibold","Arial Black",sans-serif;font-weight:400}input.hasDatepicker{margin-right:-17px;padding:5px}textarea{background-color:rgba(239,238,238,.3)}input.validateerror,textarea.validateerror{border-bottom:1px solid #e30613}.inputfield select{border-right:1px solid #d6d7d8}.sensorlookupnew{background-color:transparent}.searchbox{max-width:200px;position:relative}.searchbox input{width:100%;padding-right:16px;padding-bottom:1px}.cancel-action .searchbox .cancel,
.searchbox .cancel-action .cancel,.searchbox .ui-icon{position:absolute;right:0;top:6px;width:auto}.newsfeed{position:relative;width:100%;height:176px;overflow:hidden}.newsfeed h2{margin-top:0;padding-left:0}.newsfeed a{color:#575756}.logo-box{width:140px;float:left;padding-right:10px;margin:auto}.prtg-logo-big{height:78px;width:auto}.setupcontainer .newsfeed{width:auto;min-width:270px;height:550px;padding-top:15px}.newsfeed-content{overflow:hidden;height:calc(100% - 54px);padding-right:20px}.newsfeed-content:hover{overflow-y:auto}.newsfeed-content div{display:block}.newsfeed-content h2{margin:0;padding-bottom:15px;padding-left:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1.3rem}.newsfeed-content h3{margin:0;padding:0;font-size:1.2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.newsfeed-content p{color:#b7b7b7;margin:0 0 12px;padding:0;font-size:10px;overflow:hidden;text-overflow:ellipsis;max-height:36px;line-height:120%;text-align:justify}.newsfeed-content:hover a,
.newsfeed-content:hover p{color:#575756}.newsfeed-content:hover h2,.newsfeed-content:hover h3{color:#00a3da;text-decoration:underline}.newsfeed-content:hover h2 a,.newsfeed-content:hover h3 a{color:#00a3da}.newsfeed-content:hover h2 a:hover,.newsfeed-content:hover h3 a:hover{color:#050f34}.footer{background-color:#575756;padding:5px 6px 0;position:fixed;bottom:0;width:100%;color:#d6d7d8}.footer .paesslerlogo a{width:110px;display:inline-block}.copyright{float:right}.copyright a{color:#fff}.login-form{padding:0 12px}.login-cell{width:auto;max-width:1280px;margin:10vh auto 40px;display:block;padding:20px 0}.login-cell:after{content:'';position:relative;width:100%;height:0;display:table}.cell-left{float:left;width:50%;padding:0 40px}.cell-login{width:100%;padding-bottom:20px}.cell-login h1{margin-top:0;white-space:normal;font-size:2rem}.cell-news{width:calc(100% - 40px);min-width:340px;border-left:none;border-top:1px solid #d6d7d8;padding:10px 0;margin:0 20px}@media only screen and (min-width:620px){.cell-news{
width:calc(100% - 80px);padding:20px 0;margin:0 40px}}
.cell-news .newsfeed{height:363px;max-width:500px;min-width:340px;width:auto;padding-top:15px;margin:auto}.cell-news .newsfeed>h2{font-size:1.5rem}@media only screen and (min-width:1000px){.logo-box{width:390px;float:none;padding-right:0}.setupcontainer .logo-box{width:100%;min-width:270px}.login-cell{padding:40px 0}.cell-login{width:60%;padding-bottom:0}.cell-news{width:40%;border-top:none;margin:0;padding:0 40px 0 10px;border-left:1px solid #d6d7d8}.cell-news .newsfeed{width:390px}}
.cell-banner{width:100%}.loginform{margin:60px auto;max-width:540px}.loginform label{font-family:"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif;font-weight:600;width:140px;padding-right:20px;text-align:right;font-size:1.3rem}.language_br .loginform label,.language_de .loginform label,.language_en .loginform label,.language_fr .loginform label,.language_nl .loginform label,.language_ru .loginform label,.language_sp .loginform label{font-family:Roboto-Medium,"Segoe UI Semibold","Arial Black",sans-serif;font-weight:400}.loginform input{min-width:150px;width:calc(100% - 140px)}.loginform .controlgroup{width:100%;margin:0 0 12px;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-end}.errormessage{font-family:"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif;font-weight:600;color:#e30613;padding-left:140px}.language_br .errormessage,.language_de .errormessage,.language_en .errormessage,.language_fr .errormessage,.language_nl .errormessage,.language_ru .errormessage,
.language_sp .errormessage{font-family:Roboto-Medium,"Segoe UI Semibold","Arial Black",sans-serif;font-weight:400}.buttonbar{margin-top:40px;text-align:right}.buttonbar input{min-width:0;width:auto}.buttonbar input.defaultlogin{margin-right:20px}.buttonbar .big{min-width:215px;font-size:1.2rem}.downloadclients,.forgotpw{margin:0 0 8px;display:block}.downloadclients a,.forgotpw a{padding-right:8px}.forgot-password-main-container{margin:auto 12px}.forgot-password-main-container .header{display:flex;justify-content:space-between;align-items:center;background-color:#575756;padding:auto 10px;margin:auto -12px}.forgot-password-main-container .footer{margin-left:-12px}.forgot-password-main-container .nagscreen-box{max-width:none}.forgot-password-main-container .nagscreen-box:before{background-color:#00a3da}.forgot-password-main-container .nagscreen-box .error{color:#e30613}.forgot-password-main-container .forgot-password-wrapper{display:flex;flex-wrap:wrap;max-width:730px;margin:10px auto;padding:40px 20px}
.forgot-password-main-container .forgot-password-wrapper .forgot-password-cell,.forgot-password-main-container .forgot-password-wrapper .news-feed-cell{padding:10px 20px;width:100%}.forgot-password-main-container .forgot-password-wrapper .news-feed-cell{flex:1 30%;padding-left:30px;border-top:1px solid #d6d7d8}.forgot-password-main-container .forgot-password-wrapper .forgot-password-cell{display:flex;flex-direction:column}.forgot-password-main-container .forgot-password-wrapper .forgot-password-label{font-family:"Segoe UI",Tahoma,Arial,Helvetica,Verdana,sans-serif;font-weight:600;padding-right:20px;font-size:1.3rem}.language_br .forgot-password-main-container .forgot-password-wrapper .forgot-password-label,.language_de .forgot-password-main-container .forgot-password-wrapper .forgot-password-label,.language_en .forgot-password-main-container .forgot-password-wrapper .forgot-password-label,.language_fr .forgot-password-main-container .forgot-password-wrapper .forgot-password-label,
.language_nl .forgot-password-main-container .forgot-password-wrapper .forgot-password-label,.language_ru .forgot-password-main-container .forgot-password-wrapper .forgot-password-label,.language_sp .forgot-password-main-container .forgot-password-wrapper .forgot-password-label{font-family:Roboto-Medium,"Segoe UI Semibold","Arial Black",sans-serif;font-weight:400}.forgot-password-main-container .forgot-password-wrapper .controlgroup{margin-top:40px;max-width:none;display:flex;flex-wrap:wrap}@media only screen and (min-width:620px){.forgot-password-main-container .nagscreen-box{max-width:75%}.forgot-password-main-container .forgot-password-wrapper{margin:10vh auto}.forgot-password-main-container .forgot-password-wrapper .controlgroup{max-width:75%}}
@media only screen and (min-width:1280px){.forgot-password-main-container .forgot-password-wrapper{max-width:1230px;justify-content:center}.forgot-password-main-container .forgot-password-wrapper .forgot-password-cell,.forgot-password-main-container .forgot-password-wrapper .news-feed-cell{max-width:none;max-width:60%}.forgot-password-main-container .forgot-password-wrapper .news-feed-cell{max-width:40%;border-top:0;border-left:1px solid #d6d7d8}.forgot-password-main-container .forgot-password-wrapper .forgot-password-cell{flex:0 60%}.forgot-password-main-container .forgot-password-wrapper .controlgroup{flex-wrap:nowrap}}
.forgot-password-main-container .forgot-password-wrapper .controlgroup .text{width:100%}.forgot-password-main-container .forgot-password-wrapper h1{font-size:2rem;white-space:normal;margin-top:0}.forgot-password-main-container .forgot-password-wrapper .button{min-width:100px}

/** ################################################### */
/** include customer CSS (if available) */
/** ################################################### */
/*
//        You can use this file to modify the appearance of the PRTG web interface
//        as described in https://kb.paessler.com/en/topic/33
//        
//        Please note that you are using an unsupported and deprecated feature. 
//        Your changes will be broken or removed with future PRTG updates.
//        
//        If you modify this file, PLEASE LET US KNOW what you're changing and why!
//        Just drop an email to support@paessler.com and help us understand your 
//        needs. Thank you!       
*/