/*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;
}

/* prtg.links.css */
a, input, input:focus, th:focus {
  outline: none;
}

a:link, a:active, a:visited {
  color: #00235D;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: underline;
}

a img {
  border: none;
}
/*
input {
  background-color: #f3f2f2;
}
*/
a.usermenu, a.usergroupmenu, a.reportmenu, a.mapmenu, a.schedulemenu, a.triggermenu, a.notificationmenu, a.groupmenu, a.librarymenu, a.libraryobjectmenu, a.rootgroupmenu, a.devicemenu, a.probemenu, a.probenodemenu, a.sensormenu, span.groupicon, span.deviceicon, span.probeicon, span.sensoricon, .sensq, .sensx, .sensp, .senso, .sensb, .sensq, .sensr, .sensy, .sensg, .simplelink {
  background-repeat: no-repeat;
  background-color: transparent;
  padding-bottom: 1px;
  padding-left: 16px;
  padding-top: 1px;
  background-size: 14px 14px;
}

a.isfavorite .ui-icon-flag {
  background-position: -16px -114px;
  height: 14px;
  display: inline-block;
  background-image: url("images/ui-icons_454545_256x240.png");
  vertical-align: top;
}

span.objectisnotfavorite, span.objectisfavorite {
  cursor: pointer;
}

a.groupmenu, a.rootgroupmenu, span.groupicon {
  background-image: url(/icons/group.png);
}

a.libraryobjectmenu, span.libraryobjecticon {
  background-image: url(/icons/libraryobject.png);
}

a.librarymenu, span.libraryicon {
  background-image: url(/icons/library.png);
}

a.devicemenu, span.deviceicon {
  background-image: url(/icons/device.png);
}
/* links in dialog text */
.ui-dialog p a[dependency][style*="background-image:url"]{
  background-repeat: no-repeat;
  padding-left: 16px;
  max-width: 12em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: text-bottom;
}
#table_messagetable a.sensormenu, #table_messagetable span.sensoricon {
  background-image: url(/icons/led_nostate.png);
  background-position: 0px 0px;
}

a.reportmenu {
  background-image: url(/icons/report.png);
}

a.probemenu, a.probenodemenu, span.probeicon {
  background-image: url(/icons/probe.png);
  background-position: left top;
}

a.probemenu.disconnected, a.probenodemenu.disconnected {
  background-image: url(/icons/probeoffline.png);
}

a.schedulemenu {
  background-image: url(/icons/schedule.png);
}

a.mapmenu {
  background-image: url(/icons/map.png);
}

a.notificationmenu {
  background-image: url(images/Glocke_003596_14x14.png);
}

a.usermenu {
  background-image: url(/icons/useraccount.png);
}

a.usergroupmenu {
  background-image: url(/icons/usergroup.png);
}

a.refresh {
  background-image: url(/images/refresh_black.png);
  background-repeat:no-repeat;
}

a.refresh.disabled {
  background-image: url(/images/refresh_disabled.png);
}

.working {
  background-image: url(/images/ajax-loader-small.gif)!important;
  background-position: 0 2px !important;
  background-repeat: no-repeat;
  height:14px;
}

h1 .working {
  background: none!important;
}

/*.sensx, .sensg, .sensy, .sensr, .sensq, .senso, .sensb, .sensp {
  width: 14px;
  height: 14px;
}
*/
.sensx {
  background-image: url(/icons/icon_unknown.svg);
}

.sensg {
  background-image: url(/icons/icon_up.svg);
}

.sensy {
  background-image: url(/icons/icon_warning.svg);
}

.sensr {
  background-image: url(/icons/icon_down.svg);
}

.sensq {
  background-image: url(/icons/icon_partdown.svg);
}

.senso {
  background-image: url(/icons/icon_downack.svg);
}

.sensb {
  background-image: url(/icons/icon_paused.svg);
}

.sensp {
  background-image: url(/icons/icon_unusual.svg);
}

.probemenu, .devicemenu, .sensormenu {
  width: 35em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 3px;
}

.sensormenu.nolimit {
  width: auto;
}

/* a.sensormenu.sensg, a.sensormenu.sensr, a.sensormenu.sensq, a.sensormenu.senso, a.sensormenu.sensb, a.sensormenu.sensy, a.sensormenu.sensp, a.sensormenu.sensx, */
div.sensg, div.sensr, div.sensq, div.senso, div.sensb, div.sensy, div.sensp, div.sensx, label.sensg, label.sensr, label.sensq, label.senso, label.sensb, label.sensy, label.sensp, label.sensx {
  width: auto;
}

div.sensg, div.sensr, div.sensq, div.senso, div.sensb, div.sensy, div.sensp, div.sensx, label.sensg, label.sensr, label.sensq, label.senso, label.sensb, label.sensy, label.sensp, label.sensx {
  display: inline;
  padding-right: 6px;
}

div.buttonbox a.devicemenu, div.buttonbox a.probemenu, div.buttonbox a.sensormenu, div.buttonbox a.groupmenu, div.buttonbox a.rootgroupmenu, div.buttonbox a.probenodemenu {
  padding-left: 0px;
}

div.buttonbox.ispausedbyparent .checknow {
  display: none;
}

div.buttonbox .acknow {
  display: none;
}

div.buttonbox.sensr .acknow {
  display: inline-block;
}

div.buttonbox {
  width: auto;
  background: none;
  height: 18px;
}

/* NOTE: Fix for PRTG-782 */
@-moz-document url-prefix() {
  div.buttonbox {
    overflow: visible;
  }
}

a.button .ui-icon, a.actionbutton .ui-icon, button.actionbutton .ui-icon {
  display: inline-block;
  height: 14px;
  margin-bottom: 4px;
  vertical-align: middle;
  margin-right: 8px;
}

.button, .actionbutton, .button:link, .actionbutton:link, .button:visited, .actionbutton: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, .ui-widget-content button.ui-state-default.button, .ui-datepicker-buttonpane button {
  display: inline-block;
  padding: 2px 10px;
  /*margin: 2px 2px;*/
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-weight: normal;
  text-decoration: none;
  border-radius: 0;
  transition: .1s;
}

input.button, input.actionbutton {
  height: 30px;
}

.tablebuttonbox .button, .tablebuttonbox .actionbutton {
  padding: 2px 6px 0px 4px;
  margin: 1px 5px 1px 0;
  line-height: 14px;
  position: relative;
}

.tablebuttonbox .button .icon, .tablebuttonbox .actionbutton .icon {
  margin-right: 4px;
  margin-left: -2px;
  margin-top: -2px;
}

.tablebuttonbox .button.right, .tablebuttonbox .actionbutton.right {
  position: absolute;
  right: 0;
}

a.actionbutton.approvebutton, a.actionbutton.button.btngrey {
    margin-right: 4px;
}

.actionbutton, .actionbutton:link, .actionbutton: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, .ui-datepicker-buttonpane .ui-datepicker-close {
  background: #00245d;
  color: #fff;
  border: 1px solid transparent;
  transition: .1s;
}

.approvegrowl, .denygrowl {
  color: #00245d;
}

.approvegrowl:hover, .denygrowl:hover {
  cursor: pointer;
  color: #000;
  transition: .1s;
}

.denygrowl {
  position: absolute;
  right: 0px;
  padding-right: 8px;
}

.button.btndisabled, .button.btndisabled:hover, .button.btndisabled:active {
  color: #fff;
  border: 1px solid transparent;
  background: #d5d6d7;
  cursor: default;
  text-decoration: none;
  transition: .1s;
}

.button .ui-icon, .actionbutton .ui-icon {
  background-image: url(images/ui-icons_ffffff_256x240.png);
  transition: .1s;
}

.tablebuttonbox .button {
  max-width: 250px;
  width: auto;
  transition: .1s;
}

.button.btnorange {
  background: #f7931e;
  color: #ffffff;
  border: 1px solid transparent;
  transition: .1s;
}

.button.btngreen {
  border: 1px solid transparent;
  background: #bbd63d;
  color: #000;
  text-decoration: underline;
  transition: .1s;
}

.button.btnsmall {
  padding: 2px 4px 2px 4px;
  height: auto;
  margin: 5px;
  line-height: 100%;
  transition: .1s;
}

.button.btngrey, .ui-widget-content button.ui-state-default.button.btngrey, .ui-datepicker-buttonpane .ui-datepicker-current {
  color: #212c52;
  border: 1px solid transparent;
  background: #d5d6d7;
  transition: .1s;
}

.button:hover, .actionbutton:hover, .ui-widget-content button.ui-state-default.actionbutton:hover, .ui-widget-content button.ui-state-default.button:hover {
  text-decoration: underline;
  background: #a0c9ec;
  color: #000;
  transition: .1s;
}

.button:hover > .ui-icon, .actionbutton:hover > .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
  transition: .1s;
}

.button:active, .actionbutton:active, .button.atwork, .actionbutton.atwork, .ui-widget-content button.ui-state-default.actionbutton:active, .ui-widget-content button.ui-state-default.button:active {
  background: #bbd63d;
  color: #000;
  text-shadow: 0 -1px 0 #bbb;
  transition: .1s;
}

.button.btngrey .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
  transition: .1s;
}

.ui-button-text-only span.ui-button-text {
  padding: 0;
}

#reportrunnerform .actionbutton, #reportrunnerform .actionbutton:link, #autoupdatedata .actionbutton, #autoupdatedata .actionbutton:link, #statusadmintools .actionbutton, #statusadmintools .actionbutton:link {
  display: inline-block;
}



body,html {
  font-family: "Segoe UI", Tahoma, Arial, Helvetica, Verdana,sans-serif;
  font-size: 12px;
  
  height: 100%;
}

html.autoheight {
  height: auto
}


@media only screen and (max-device-width: 480px) {
  html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6
  {
    -webkit-text-size-adjust: none;
  }

  body,p,h1,h2,h3,h4,div,td,th,dd,input,select,textarea,button,html {
    font-size: 14px;
  }
}

h1 {
  font-family: "Lucida Sans-Serif","Segoe UI", Tahoma, Arial, Helvetica, Verdana, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #00235D;
}

h2 {
  font-family: "Lucida Sans-Serif","Segoe UI", Tahoma, Arial, Helvetica, Verdana, sans-serif;
  font-weight: normal;
  color: #00235D;
  font-size: 18px;
  text-transform: uppercase;
  padding-left: 3px;
}

h3 {
  font-size: 13px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

hr {
  color: #fff;
  background-color: #fff;
  border: 0;
  height: 1px;
}

body {
  overflow: visible;
}

html {
  overflow: auto;
}

#login-container {
  background: #fff;
  height: 100%;
  width: 100%;
  display: inline-table;
}

#login-container .header {
  background-color: #b7b7b7;
  border-bottom: 1px solid #aaa;
  display: block;
  width: 100%;
  height: 20px;
  position: fixed;
}

#login-container .footer {
  background-color: #b7b7b7;
  border-top: 1px solid #aaa;
  display: block;
  width: 100%;
  height: 20px;
  position: fixed;
  bottom: 0px;
  font-size: 10px;
  color: #333;
}

#login-container .buttonbar {
  min-width: 415px;
  display: block;
  margin-top: 4px;
  margin-bottom: 29px;
}

#login-container .prtglogo {
  position: absolute;
  bottom: -3px;
  left: 3px
}

#login-container .paesslerlogo {
  position: absolute;
  bottom: 0;
  right: 3px;
}

#login-container .login-form {
  min-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  height: 80%;
  padding: 40px;
}

#login-container td {
  vertical-align: top;
}

#login-container h1 {
  font-size: 22px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 30px;
  width: 415px;
  font-family: "Lucida Sans-Serif","Segoe UI", Tahoma, Arial, Helvetica, Verdana, sans-serif;
  font-weight: normal;
  color: #00235D;
  text-transform: uppercase;
}

#login-container h2 {
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Lucida Sans-Serif","Segoe UI", Tahoma, Arial, Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
}

#login-container .prtg-logo-big {
  width: auto;
  padding-right: 40px;
}

#login-container label, #login-container input {
  display: block;
  width: 400px;
}

#login-container .gui-selector {
  text-align: left;
  padding: 20px 0 0 0;
  display: block;
}

#login-container .gui-selector p {
  margin: 0;
  padding: 0;
}

#login-container .gui-selector label {
  font-size: 12px;
  color: #000;
  display: inline;
  cursor: pointer;
  font-weight: normal;
}

#login-container .gui-selector label:hover {
  text-decoration: underline;
}

#login-container .gui-selector input {
  margin: 0;
  padding: 0;
  display: inline;
  width: auto;
}

#login-container .button,  #login-container .loginbutton {
  background: #00245d;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  line-height: 40px;
  padding: 2px 10px 5px 10px;
  line-height: 28px;
  margin: 20px 0px 10px 0;
  text-decoration: none;
  border: 1px solid transparent;
  min-width: 202px;
  text-shadow: none;
  width: auto;
  height: auto;
  transition: .1s;
}

#login-container .button,  #login-container .loginbutton:first-child {
  margin: 20px 4px 10px 0;
}

#login-container .button:hover,  #login-container .loginbutton:hover {
  background: #a0c9ec;
  color: #000;
  transition: .1s;
}

#login-container .defaultlogin {
  background: #d5d6d7;
  border: 1px solid transparent;
  color: #000;
  text-shadow: none;
}

#login-container label {
  color: #4D4D4D;
  padding: 5px 0;
  display: inline-block;
  margin: 0px;
  font-size: 12px;
}

#login-container input.text {
  font-size: 17px;
  font-weight: normal;
  padding: 5px;
  margin: 0;
  background: #fff;
  outline: none;
  border: 1px solid #c1c2c3;
}

#login-container input.text:focus {
  outline: none;
  border: 1px solid #00245d;
}

#login-container .forgotpw .downloadclients {
  display: block;
  padding: 0;
  clear: both;
}

#login-container .prtgversion {
  position: absolute;
  bottom: 3px;
  left: 3px
}

#login-container .copyright {
  position: absolute;
  bottom: 3px;
  right: 3px;
}

.login-cell {
  display: table-cell;
  vertical-align: middle;
  max-width: 950px;
}

.login-error, .errormessage {
  color: #DD2765;
  font-size: 14px;
  font-weight: bold;
}

.followprtg td.content {
  width: 350px;
  background: #eee;
  text-align: center;
  padding: 3px;
  height: 49px;
}

.controlfoot {
  display: none
}

div.help h1 {
  display: none;
}


.nagscreen-box {
  background-color: #f3f2f2;
  padding: 5px;
  display: inline-block;
  margin-bottom:15px;
  color: #000;
  width:830px;
}

#login-container .nagscreen-box {
  width:402px;
}

#login-container .nagscreen-head {
    color:#DD2765;
}

.setuppage .nagscreen-box {
	margin-left:10px;
}
.nagscreen-cell {
  vertical-align: top;
  text-align: center;
  padding: 0 5px;
}
.nagscreen-head {
  text-align: center;
  min-width: 210px;
  font-size: 16px;
  font-weight: bold;
  color:#d71920;
}

.nagscreen-text span:first-child {
  display: block;
  padding: 0 0 5px 0;
}
.nagscreen-action a {
  min-width: 200px;
}
.nagscreen-head2 {
  min-width:0;
  width:auto;
  font-size: 14px;
  font-weight: bold;
}
.nagscreen-whitetext {
  min-width:0;
  width:auto;
  color:#000;
  background:#fff;
  padding:5px;
}

.disablescreen {
  display:block;
  position:fixed;
  left:0px;
  top:0px;
  bottom:0px;
  right:0px;
  background:white;
  z-index:8999;
}

div.browserincompatiblemessage {
	background-color: #ffcb05;
	border:1px solid #fff;
	padding: 5px;
	display:block;
	z-index:9000;
	right:10px;
	left:10px;
	text-align:center;
	position:relative;
	position:fixed;
	left:50px;
	right:50px;
	top:100px;
	min-width:350px;
	max-width:600px;
	padding:5px;
}

div.browserincompatiblemessage h2 {
	color:#000;
}
div.browserincompatiblemessage p {
	background-color:#fff;
	padding:20px;
}

div.browserincompatiblemessage a {
	text-decoration:underline;
}


.newsfeed {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.newsfeed h2 {
  margin-top: 0;
  padding-left: 0;
}

.newsfeed-content {
  overflow: hidden;
  height: auto;
  height: calc(100% - 39px);
}

.newsfeed-content:hover {
  overflow-y: scroll;
  position: relative;
}

.newsfeed-content div {
  display: block;
}

.newsfeed-content h2 {
  font-weight: normal;
  font-size: 18px;
  margin: 0;
  padding-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 3px;
}

.newsfeed-content h3 {
  color: #888;
  margin: 0;
  padding: 0;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
}

.newsfeed-content p {
  color: #888;
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 36px;
  line-height: 120%;
  text-align: justify;
}

.newsfeed a {
  color: #888;
}

.newsfeed:hover a, .newsfeed:hover p, .newsfeed:hover h3, .:hover h2 {
  color: #000;
}

.newsfeed:hover .newsfeed-content * {
  padding-right: 5px;
  color: #000 !important;
}

#login-container .newsfeed {
  height: 176px;
  width: 390px;
  padding-top: 15px;
}

.setupcontainer .newsfeed {
  width: 400px;
  height: 550px;
  padding-top: 15px;
}



/** ################################################### */
/** include customer CSS (if available) */
/** ################################################### */