/*DIRTY LOGIN FUDGE*/

#form-login-new.dirtyFudge {
  width: 100%;
}

html {
  height: 100%;
  font-size: 12px;
}

i {
  font-family: "Noto Sans Symbols 2", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 120%;
}

body {
  font-family: Roboto, Calibri, Helvetica, Arial, Verdana, sans-serif;
  width: 100%;
  height: 100%;
  overflow: auto;
  margin: 0;
  padding: 0;
}

input {
  border-radius: 3px;
}

table,
th,
td {
  font-weight: normal;
}

pre,
table.fixed tbody {
  font-family: courier, monospace;
  font-size: 100%;
  margin-top: 10px;
}

table.fixed tbody td.amber {
  background: #e80;
}

table.fixed tbody td.red {
  background: #e00;
}

table.fixed td.kpi,
table.fixed th.kpi,
table.fixed td.key,
table.fixed th.key {
  height: 30px;
  text-align: center;
}

table.fixed td.summ,
table.fixed th.summ {
  height: 30px;
  text-align: right;
}

table.fixed td.key.config,
table.fixed td.key.reconfig {
  cursor: pointer;
}

table.fixed thead {
  text-align: left;
  font-size: 110%;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

#wait {
  display: none;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#alerter {
  display: none;
  position: fixed;
  top: 100px;
  width: 40px;
  height: auto;
}

#maintenance {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 5px;
  transition: all .2s ease-in-out;
  cursor: pointer;
  font-size: 160%;
  color: #fff;
  text-align: center;
  line-height: 150%;
  z-index: 100;
}

#maintenance.small {
  width: 152px;
  height: 26px;
  top: 4px;
  left: 4px;
}

.banner {
  background: url(images/monitiq-round.png) no-repeat 50% 30px;
  padding-top: 300px;
  margin: 0 5%;
  animation: hue 30s infinite;
}

@keyframes hue {
  0% {
    filter: hue-rotate(0deg);
  }

  100% {
    filter: hue-rotate(359deg);
  }
}

header {
  height: 80px;
  display: block;
  box-sizing: border-box;
  width: 100%;
}

.header-logo {
  position: absolute;
  margin: 10px 0 0 5px;
  width: 180px;
  height: 36px;
  background-size: 90%;
}

.point {
  position: absolute;
  background: #e80;
  width: 6px;
  height: 6px;
  right: 1px;
  margin-top: 7px;
  border-radius: 3px;
}

.point.red {
  background: #d00;
}

header .title {
  display: block;
  position: absolute;
}

header #message {
  display: none;
  top: 0;
  width: calc(100% - 20px);
  height: 40px;
  position: absolute;
  z-index: 999;
  padding: 20px 10px 0 10px;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  }

  header #message.active {
  display: block;
  background-color: rgb(127, 165, 255);
}

header #message.active.error {
  display: block;
  background-color: #d00;
  color: #fff;
}

header #message.active.warning {
  display: block;
  background-color: #e80;
  color: #000;
}

div#themeSwitcher {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 23px;
  left: 543px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}

div#themeSwitcher:before {
  content: 'a'
}

div.refreshApp {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 20px;
  left: 567px;
}

div.refreshApp:hover {
  cursor: pointer;
}

nav.main,
nav.inner,
menu.left {
  display: block;
  left: 0;
  margin: 50px 0 0 0;
  padding: 0;
}

nav.main {
  position: absolute;
}

nav.inner {
  position: absolute;
  left: 200px;
  top: -50px;
}

menu.left {
  position: absolute;
  top: 72px;
  height: auto;
}

nav.main li {
  box-sizing: border-box;
  list-style: none;
  float: left;
  text-align: center;
  cursor: pointer;
  display: block;
}

nav.main li a {
  text-decoration: none;
  display: block;
  width: 100%;
  color: #333;
}

nav.main li.active a {
  color: #fff;
}

nav.main li .navTri {
  display: none;
}

nav.main li.active .navTri {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #999;
  position: relative;
  top: 0;
  margin: 0 auto;
  text-decoration: none;
}

nav.main li.active a:hover {
  text-decoration: none;
}

nav.inner li,
.addButton {
  color: #ddd;
  box-sizing: border-box;
  list-style: none;
  background: url(images/button.png) no-repeat 0 0;
  float: left;
  text-align: center;
  width: 150px;
  height: 36px;
  cursor: pointer;
  margin: 2px 0 0 5px;
  padding: 8px 10px 0;
}

.floating {
  float: right;
}

.addButton {
  background: url(images/add-button.png) no-repeat 0 0;
  text-align: left;
  padding-left: 40px;
  margin: 10px 0;
}

#wrapper {
  box-sizing: border-box;
  min-width: 100%;
  height: auto;
  padding: 0 1px;
}

#notices {
  color: #000;
  font-size: 120%;
  margin: 0;
}

#notices h4.my-notices {
  margin: 0 0 0 1px;
  padding: 0 0 0 17px;
  cursor: pointer;
  background: url(images/twisty-closed.png) no-repeat 2px 5px #ccc;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-radius: 4px;
}

#notices h4.my-notices.open {
  background: url(images/twisty-open.png) no-repeat 2px 5px #bbb;
}

#notices-inner {
  background: url(images/info.png) no-repeat 9px 9px #bbb;
  padding: 5px 5px 5px 30px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 5px;
  display: none;
}

#notices-inner.open {
  display: block;
}

#notices-inner .notices-inner {
  background-color: #ccc;
  margin-bottom: 5px;
  padding: 5px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-radius: 5px;
}

#alerts {
  position: relative;
  padding: 0 3px;
  width: 520px;
  top: 30px;
}

#alerts h4.my-alerts {
  margin: 8px 0 0 1px;
  padding: 5px 0 5px 17px;
  cursor: pointer;
  border: 1px solid #f00;
  border-bottom-color: #600;
  border-right-color: #600;
  border-radius: 4px;
  background: url(images/twisty-closed.png) no-repeat 2px 50% #d15d55;
  background: url(images/twisty-closed.png) no-repeat 2px 50%, linear-gradient(to bottom, #d15d55 0%, #d00003 48%);
  width: 559px;
  color: #fff;
}

#alerts h4.my-alerts.open {
  background: url(images/twisty-open.png) no-repeat 2px 50% #d15d55;
}

#alerts-inner {
  display: none;
}

#alerts-inner.open {
  display: block;
}

#doackall {
  display: block;
  border-radius: 4px;
  cursor: pointer;
  padding: 3px 0;
  margin: 0 1px 1px 0;
}

#doackall:active {
  margin: 1px 0 0 1px;
}

table.alert-table {
  table-layout: fixed;
  overflow: hidden;
}

table.alert-table thead td,
#inner-info table.alert-table thead th {
  text-align: left;
  border: 1px solid #000;
  padding: 3px 10px;
}

table.alert-table tbody tr {
  height: 34px;
  border-top: 1px solid #222;
}

table.alert-table tbody td.lnk,
table.alert-table thead td.lnk {
  cursor: pointer;
}

table.alert-table tbody td.lnk {
  padding: 3px 1px;
  margin: 0;
  border-right: 1px solid #222;
  word-wrap: break-word;
}

table.alert-table thead th {
  padding: 3px 5px;
  margin: 1px;
  border-right: 1px solid #222;
  font-size: 1.3em;

}

table.alert-table tbody td {
  border-bottom: none;
  border-right: 1px solid #222;
  padding: 3px 5px;
}

table.alert-table tbody td.missing {
  background: #999;
  text-align: center;
}

#inner-info table.alert-table tbody td.missing:after {
  content: '-';
}

table.alert-table tbody td.green {
  background: #090;
  text-align: center;
}

#inner-info table.alert-table tbody td.green:after {
  content: '\02713';
}

table.alert-table tbody td.amber {
  background: #e80;
  text-align: center;
}

#inner-info table.alert-table tbody td.amber:after {
  content: '!';
}

table.alert-table tbody td.red {
  background: #d00;
  text-align: center;
}

#inner-info table.alert-table tbody td.red:after {
  content: 'x';
}

table.alert-table>thead>tr th.c2 {
  width: 48%;
}

table.alert-table>thead>tr th.c3,
table.alert-table>thead>tr th.c4,
table.alert-table>thead>tr th.c5,
table.alert-table>thead>tr th.c6 {
  width: 13%;
}

table.alert-table>thead>tr th.c1 {
  width: 0;
  padding: 3px 2px;
}

#inner-mynot table {
  border: 1px solid #000;
  margin: 20px 0 0 0;
}

.overview-por {
  float: left;
  width: calc(100% - 2px);
  margin: 0;
  padding: 0 0 0 3px;
}

#inner-info .overview-por {
  width: 155px;
}

#info-wrap .right-wrap-por {
  min-width: 560px;
  margin: 0 0 10px;
}

#inner-info .right-wrap-por {
  display: none;
  margin: 0;
}

.overview-por h1 {
  margin-top: 0;
  padding-top: 0;
}

.overview-por h2 {
  font-size: 140%;
  margin: 4px 0 2px 2px;
}

.overview-por h3 {
  font-size: 130%;
  margin: 0 0 2px;
}

.overview-por h4 {
  font-size: 120%;
  margin: 8px 0 2px 6px;
}

#accordion div.service-group h4 div.route {
  font-size: 75%;
}

.overview-por h5 {
  font-size: 110%;
  margin: 8px 0 2px 8px;
}

#accordion div.container,
#accordion div.service-group {
  margin: 0 0 12px 0;
  padding: 5px 1px 5px 1px;
}

#accordion .service-group h4 {
  margin: 0;
  padding-left: 10px;
  cursor: pointer;
  border: 0;
  display: inline-block;
  width: 500px;
}

#accordion .container h3 {
  text-align: left;
  padding-left: 10px;
  cursor: pointer;
  margin: 0;
  display: inline-block;
  width: 500px;
}

#accordion .flag {
  vertical-align: top;
  margin: 3px 0 0 5px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #aaa;
  cursor: pointer;
  transform: rotate(0deg);
  transition: all .1s ease-in-out;
}

#accordion .green>.flag {
  border-left-color: #0b0;
}

#accordion .amber>.flag {
  border-left-color: #e80;
}

#accordion .red>.flag {
  border-left-color: #d00;
}

#accordion div.container.open>.flag,
#accordion div.service-group.open>.flag {
  transform: rotate(90deg);
}

#info-wrap-por {
  margin: 0;
}

#sync {
  height: 0;
  width: 0;
  margin: 0;
}

#info-wrap-por #info-por {
  display: none;
  overflow: auto;
  clear: left;
  margin: 0;
  padding: 0 0 20px 0;
}

.info-inner {
  padding: 40px 0 10px 5px;
}

.pdf {
  font-size: 150%;
  display: block;
  min-height: 32px;
  background: url(images/pdf-32x32.png) no-repeat 2px 3px;
  border-top: 1px solid #111;
  border-left: 1px solid #111;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  border-radius: 5px;
  margin: 5px 0;
  padding: 3px 0 3px 40px;
}

.pdf a,
.pdf a:link,
.pdf a:visited {
  color: #fff;
  text-decoration: none;
}

.pdf a:hover {
  color: #d00;
  text-decoration: none;
}

#wrap-por {
  display: none;
  margin: 0;
}

#wrap-por #overview-por {
  line-height: 130%;
  font-size: 130%;
}

#wrap-por #overview-por p {
  margin: 10px 0;
}

#wrap-por #inner-svc {
  padding: 22px 0 0 9px;
}

#wrap-por input,
select#timezone {
  background-color: #ccc;
}

#wrap-por #info-wrap-por #info-mon {
  margin-top: 0;
}

table {
  border-collapse: collapse;
}

#wrap-por #info-wrap-por table.fixed thead td,
#wrap-por #info-wrap-por table.fixed tfoot td {
  font-size: 110%;
  padding-top: .3em;
  padding-bottom: .3em;
}

#wrap-por #info-wrap-por table.fixed tfoot td.zoom {
  font-size: 90%;
  cursor: pointer;
}

.filter-light {
  display: inline-block;
  width: 44px;
  height: 32px;
  margin: 0;
  padding: 0;
}

.filter-light.f0 {
  background: url(images/leds/filter-n.png) no-repeat 6px 6px;
}

.filter-light.f1 {
  background: url(images/leds/filter-g.png) no-repeat 6px 6px;
}

.filter-light.f2 {
  background: url(images/leds/filter-a.png) no-repeat 6px 6px;
}

.filter-light.f3 {
  background: url(images/leds/filter-r.png) no-repeat 6px 6px;
}

.lights,
.lights ul {
  background-color: #000;
  display: block;
  float: left;
  width: 9px;
  height: 27px;
  margin: 0 10px 0 0;
  padding: 0;
}

.lights li {
  list-style: none;
  height: 9px;
  width: 9px;
  cursor: pointer;
}

.lights li.r {
  background: url(images/leds/red-s.png) no-repeat 0 0;
}

.lights li.a {
  background: url(images/leds/amber-s.png) no-repeat 0 0;
}

.lights li.g {
  background: url(images/leds/green-s.png) no-repeat 0 0;
}

#wrap-por .thead {
  font-size: 100%;
}

#wrap-por .tbody {
  padding: 0;
  margin-bottom: 15px;
  overflow-x: hidden;
  overflow-y: hidden;
}

#wrap-por .td {
  width: 30px;
  height: 17px;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid transparent;
  margin: 0 0 0 1px;
}

#wrap-por .tbody .td {
  cursor: pointer;
  vertical-align: top;
  transition: border-radius 0.1s linear;
}

#wrap-por .overview-por {
  transition: all .4s ease-in-out;
}

#wrap-por .overview-por.slide {
  margin-left: -600px;
}

#wrap-por .overview-por .tbody .td.green:after {
  content: '\02713';
}

#wrap-por .overview-por .tbody .td.amber {
  background: #e80;
  color: #000;
}

#wrap-por .overview-por .tbody .td.amber:after {
  content: '!';
}

#wrap-por .overview-por .tbody .td.red {
  background: #d00;
  color: #fff;
}

#wrap-por .overview-por .tbody .td.red:after {
  content: 'x';
}

#wrap-por .overview-por .tbody .td.missing:after {
  content: '-';
}

#wrap-por .tbody span.td.active,
#wrap-por .tbody span.td.activecol {
  border-radius: 50%;
  width: 17px;
  margin: 0 6px 0 8px;
}

#wrap-por .tbody span.td.missing.active,
#wrap-por .tbody span.td.missing.activecol,
#wrap-por .tbody span.td.amber.active,
#wrap-por .tbody span.td.amber.activecol {
  margin: 0 7px 0 7px;
}

.activecol {
  border-radius: 50%;
}

#wrap-por .host {
  width: 113px;
  height: 17px;
  padding-left: 1px;
  text-align: left;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid transparent;
  margin: 0 0 0 1px;
}

#wrap-por .tbody .host {
  padding-left: 2px;
  position: relative;
  overflow: hidden;
  vertical-align: top;
  cursor: pointer;
  line-height: 17px;
  background-color: #d9d9d9;
  border: 1px solid #bbb;
  border-radius: 4px;
}

#wrap-por .thead span.host {
  width: 115px;
}

#wrap-por .tbody .host.maintenance {
  padding-left: 18px;
  width: 97px;
}

.highlight {
  background-color: #ff6;
  color: #000;
}

#wrap-por #inner-norm .overview-por .tbody .td:hover,
#wrap-por #inner-norm .overview-por .tbody .host:hover {
  cursor: pointer;
}

#wrap-por .tbody .info {
  border: 1px solid transparent;
}

#wrap-por .thead .td {
  min-height: 30px;
  overflow-wrap: anywhere;
  display: inline-flex;
}

#wrap-por .thead .td.col {
  cursor: pointer;
  transition: all 0.1s linear;
  background: rgba(73, 175, 205, 0.2);
}

#wrap-por table.fixed th.data,
#wrap-por table.fixed td.data {
  display: none;
}

#wrap-por table.fixed th.data.show,
#wrap-por table.fixed td.data.show {
  display: table-cell;
}

#cancel {
  margin: 3px 0 14px 0;
  cursor: pointer;
  top: 10px;
  display: inline-block;
}

#cancel:before {
  content: 'dismiss';
}

#info-wrap {
  position: absolute;
  top: 0;
  margin: 0 0 0 600px;
  min-width: 570px;
  padding-right: 10px;
  display: none;
  overflow: scroll;
  transition: all .2s ease-in-out;
}

#info-wrap.slide {
  top: 50px;
  margin-left: 3px;
  min-width: 570px;
  z-index: 100;
}

#trend {
  display: block;
  padding: 0 0 1em 0;
  margin: 0;
  padding: 0;
}

#trend > h3 {
  cursor: pointer;
  color: #06c;
  font-size: 120%;
}

#trendtable {
  display: none;
}

#trendtable div.header {
  margin-bottom: 15px;
}

#trendgraph {
  min-width: 500px;
  max-height: 400px;
  transition: all .3s linear;
}

.sep {
  margin-top: 10px;
  height: 2px;
  background-color: #06c;
}

#info-wrap #graph {
  color: #fff;
  padding: 0;
}

#info-wrap #graph div.graph {
  height: 400px;
  margin: 0;
  padding: 0;
}

.graph>div>svg {
  border-radius: 4px;
}

#info-wrap #graph div.script {
  height: 0;
  display: none;
  margin: 0;
}

#info-wrap #graph div.graph-table {
  color: #000;
  background-color: #fff;
  max-height: 300px;
  overflow: auto;
  border: 1px solid #fff;
  border-radius: 5px;
  display: none;
  margin: 1px 0 10px 0;
  padding: 10px 0;
  width: 100%;
}

#inner-view.info-inner h2 {
  font-size: 100%;
  margin: 0 0 10px 0;
}

#info-wrap #graph .graph-wrapper {
  margin: 10px 0;
  min-width: 500px;
}

#info-wrap #graph .graph-wrapper h3 {
  color: #000;
  background: url(images/slide-right.png) no-repeat 0 2px #fff;
  border-radius: 4px;
  cursor: pointer;
  margin: 1px 0 0 0;
  padding: 0 0 0 15px;
}

#info-wrap #graph .graph-wrapper h3.open {
  background: url(images/slide-down.png) no-repeat 0 2px #fff;
}

#info-wrap #graph div.graph-table table {
  text-align: center;
  border-collapse: collapse;
}

#info-wrap #graph div.graph-table table td {
  border: 1px solid #999;
  margin: 0;
  padding: 1px 2px;
}

#info-wrap #graph div.graph-table table td span.f-btn {
  background: url(images/f-btn.png) no-repeat left center;
  cursor: pointer;
  margin: 0 5px;
  padding: 10px;
}

#info-wrap #graph div.graph-table table td span.f-none-btn {
  background: url(images/f-none-btn.png) no-repeat left center;
  cursor: pointer;
  margin: 0 5px;
  padding: 10px;
}

.table-wrapper {
  margin-top: 10px;
  border-radius: 5px;
}

.table-wrapper p.rule {
  margin-left: 20px;
}

.table-wrapper p.counter {
  margin-left: 20px;
  font-style: italic;
}

div.notification-filter {
  position: relative;
  margin: 0;
  top: 5px;
}

.filter {
  display: none;
  width: 350px;
  border: 1px solid #777;
  padding-bottom: 10px;
  position: relative;
  border-radius: 5px;
  clear: left;
  background: #333;
  color: #fff;
}

.filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.filter>div {
  margin: 10px 10px 0;
  padding: 5px 5px 7px 10px;
  height: 100%;
  overflow: hidden;
}

.filter>div:hover {
  border-radius: 5px;
  background: #444;
}

.filter>div:last-child {
  margin-top: 5px;
}

.filter .channel>div,
.filter .delivery>div {
  float: left;
  width: 35%;
}

.filter .channel div:first-child,
.filter .delivery div:first-child {
  width: 80px;
}

.filter .closed ul li,
.filter .acknowledged ul li {
  display: inline;
}

.filter .closed ul li label,
.filter .acknowledged ul li label {
  position: relative;
  bottom: 2px;
  padding-right: 5px;
}

.filter .closed div:first-child,
.filter .acknowledged div:first-child {
  width: 214px;
}

.filter .buttons {
  height: 20px;
}

.filter .buttons:hover {
  background: none;
}

.filter .buttons .save:hover {
  background: #2faf05;
}

.filter .buttons .cancel:hover {
  background: #d31515;
}

.filter .buttons>div {
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 3px;
  float: right;
}

table.notification-table {
  width: 100%;
}

table.notification-table tr {
  height: 25px;
}

table.notification-table td {
  border: 1px solid #999;
  padding: 2px 5px;
}

table.notification-table td.Alerts {
  background: url(images/alert.png) no-repeat 5px 50%;
  padding-left: 25px;
}

table.notification-table td.lnk {
  cursor: pointer;
}

table.notification-table td.lnk.Alerts {
  background: url(images/alert.png) no-repeat 5px 50%, linear-gradient(to bottom, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 5%, rgba(102, 102, 102, 1) 12%, rgba(71, 71, 71, 1) 24%, rgba(44, 44, 44, 1) 50%, rgba(43, 43, 43, 1) 81%, rgba(28, 28, 28, 1) 91%, rgba(19, 19, 19, 1) 100%);
}

table.notification-table td.Announcements {
  background: url(images/announcement.png) no-repeat 5px 50%;
  padding-left: 25px;
}

table.notification-table td.Escalations {
  background: url(images/escalation.png) no-repeat 5px 50%;
  padding-left: 25px;
}

table.my-subscriptions td {
  border: 1px solid #999;
  padding: 2px 15px;
}

table.my-subscriptions thead td {
  text-align: center;
  font-size: 120%;
}

#inner-esc div {
  float: left;
  padding-right: 50px;
}

table.escalation-table td,
table.escalation-request-table td {
  border: 1px solid #999;
  text-align: center;
  padding: 2px 15px;
}

#form-my-password {
  display: table-cell;
  padding-left: 64px;
  height: 64px;
  background: url(images/change-password.png?1) no-repeat 0 0;
  cursor: pointer;
}

#form-change-my-password span#strength-outer {
  display: inline-block;
  width: 100px;
  height: 7px;
  border: 1px solid #999;
  margin: 3px 0 0 7px;
  padding: 1px;
}

#form-change-my-password div#strength {
  position: relative;
  top: -5px;
  width: 0;
  height: 5px;
  background: url(images/strength.png) no-repeat 0 0;
  margin: 0;
  padding: 0;
}

img {
  border: none;
}

.leaf-node.container,
.names tr.container.collapsed span.expander {
  height: 18px;
  padding-left: 20px;
  background: url(images/types.png) no-repeat 0 0;
}

.jstree-open>.leaf-node.container,
.names tr.container.expanded span.expander {
  height: 18px;
  padding-left: 20px;
  background: url(images/types.png) no-repeat 0 -18px;
}

.leaf-node.service-group,
.names tr.service-group span.expander {
  height: 18px;
  padding-left: 20px;
  background: url(images/types.png) no-repeat 0 -36px;
}

.leaf-node.service {
  height: 18px;
  padding-left: 20px;
  background: url(images/types.png) no-repeat 0 -54px;
}

.leaf-node.monitor {
  height: 18px;
  padding-left: 20px;
  background: url(images/types.png) no-repeat 0 -72px;
}

.leaf-node.rule {
  height: 18px;
  padding-left: 20px;
  background: url(images/types.png) no-repeat 0 -90px;
}

.leaf-node.alert {
  height: 18px;
  padding-left: 20px;
  background: url(images/types.png) no-repeat 0 -108px;
}

.modal-form {
  min-width: 600px;
  color: #fff;
  background-color: rgba(191, 191, 255, 0.7);
  border: 0;
  border-radius: 10px;
  display: none;
  margin: 0;
  padding: 15px;
}

.form-contact {
  margin: 17px 0 0 0;
  float: left;
  width: 350px;
}

.form-contact h2 {
  margin: 20px 0 0 60px;
  font-size: 90%;
  text-transform: uppercase;
}

.form-contact h3,
.form-contact p {
  margin: 10px 0 0 60px;
}

.form-contact-box {
  margin: 10px 0 20px 50px;
  padding: 10px;
  border: 1px solid #999;
  border-radius: 5px;
}

#form-repo .form-contact-box {
  margin: 0;
}

#form-login-new,
#form-repo {
  width: 929px;
  color: #000;
  background: url(images/new-monitiq-banner.png) no-repeat 0 40px, url(images/new-monitiq-banner-bottom.jpg) no-repeat 0 100% #fff;
  border: 0;
  border-radius: 5px;
  display: none;
  margin: 10px auto;
  padding: 0;
  min-height: 680px;
}

#form-repo {
  display: block;
}

.form-outer {
  box-sizing: border-box;
  border: 3px solid #fff;
  border-radius: 5px;
  width: 100%;
  color: #000;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

#form-login-new .form-outer,
#form-repo .form-outer {
  margin: 180px 0 0 0;
}

.form-title {
  width: 100%;
  cursor: move;
  margin: 0;
  padding: 0 0 3px;
}

.form-title h1 {
  margin: 0;
  padding: 0 15px 0 10px;
}

#form-login-new .form-title,
#form-repo .form-title {
  cursor: default;
}

#form-login-new .form-title h1,
#form-repo .form-title h1 {
  margin: 0 0 30px 40px;
}

.form-close {
  width: 10px;
  height: 10px;
  background: url(images/close.png) no-repeat 0 0;
  cursor: pointer;
}

.form-help {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: auto;
  margin: 0;
  padding: 0 0 3px;
}

#form-login-new .form-help {
  border: none;
  padding: 0 5px;
  margin: 20px 0 0 30px;
}

.form-link {
  position: relative;
  top: 10px;
}

.form-link a,
.form-link a:link,
.form-link a:visited {
  display: block;
  font-size: 130%;
  padding: 0 0 0 40px;
  color: #9561a8;
  background: url(images/chevron-closed.png) no-repeat 5px 2px;
  text-decoration: none;
}

.form-link a:hover,
.form-link a:active {
  color: #000;
}

.form-help h2,
.form-optional h2 {
  font-size: 90%;
  background: url(images/slide-down.png) no-repeat 0 1px;
  margin: 0 5px;
  padding: 0 0 0 15px;
}

#form-login-new .form-help h2 {
  font-size: 150%;
  background: url(images/chevron-closed.png) no-repeat 15px 5px;
  margin: 10px 5px 0 0;
  padding: 0 0 0 50px;
}

#form-login-new .form-help h2.open {
  background: url(images/chevron-open.png) no-repeat 15px 5px;
}

.form-help h2:hover {
  background-color: #ff9;
  cursor: pointer;
}

.form-help-detail {
  font-size: 110%;
  display: none;
  padding: 5px 10px;
}

#form-login-new .form-help-detail {
  padding: 7px 60px 5px 15px;
}

.form-error {
  font-size: 110%;
  background-color: #faa;
  display: none;
  padding: 5px 10px;
}

.form {
  width: 100%;
}

.form-icon {
  float: left;
  border: 0;
}

.form-icon img {
  float: left;
  margin: 10px 10px 10px 0;
}

.form-inner {
  margin: 10px 10px 0 150px;
}

#form-login-new .form-inner {
  margin-left: 480px;
}

#form-repo .form-inner {
  margin: 0 50px 0 50px;
}

.form-inner .entry {
  display: block;
  margin: 5px 0;
  padding: 1px 0;
}

#form-login-new .form-inner .entry {
  margin: 5px 0 0 50px;
}

.form-inner .label {
  display: inline-block;
  width: 150px;
  text-align: right;
  vertical-align: top;
  padding-top: 5px;
}

.form-inner .label.info {
  background: url(images/information.png) no-repeat right 0;
  height: 20px;
}

#form-login-new .form-inner .label {
  width: 70px;
  text-align: left;
  font-size: 120%;
  margin-top: 4px;
}

.form-inner .field {
  display: inline-block;
  text-align: left;
  padding-left: 5px;
}

.form-optional {
  border-top: 1px solid blue;
  border-bottom: 1px solid blue;
  width: 100%;
  margin: 5px 0;
  padding: 0 0 3px;
}

.form-control {
  border-top: 1px solid #000;
  display: block;
  clear: both;
  text-align: right;
  width: auto;
  padding: 6px 2px;
}

#form-login-new .form-control {
  border: none;
  clear: none;
  margin: 20px 90px 0 0;
}

.form-control .form-ok,
.form-control .form-cancel {
  font-size: 120%;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  background: url(images/btn-bg.png) repeat-x 0 0;
  border-radius: 5px;
  cursor: pointer;
  margin: 4px;
  padding: 3px 10px;
}

.form-control .form-ok:hover {
  background: url(images/btn-green.png) repeat-x 0 0;
  border-color: #0f0;
}

.form-control .form-cancel:hover {
  background: url(images/btn-red.png) repeat-x 0 0;
  border-color: #d00;
}

.form-group-outer {
  background-color: #ccc;
  padding: 2px;
}

.form-group-outer h3 {
  display: inline-block;
  background: url(images/slide-down.png) no-repeat 0 1px;
  margin: 0 5px;
  padding: 0 0 0 15px;
}

.form-group-inner {
  border: 1px solid #666;
  display: none;
  padding: 2px;
}

.form-group-inner tbody td {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  padding: 0 2px;
}

#svc-wrap,
#snap-wrap {
  margin: 15px 0 0 0;
  padding: 0;
}

#map-canvas {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.gm-style div,
.gm-style span,
.gm-style label,
.gm-style a {
  color: #000;
  font-family: Roboto, Calibri, Helvetica, Arial, Verdana, sans-serif;
}

.gm-style div.map-info {
  padding: 0 10px 10px;
}

.pin-text {
  padding-left: 15px;
}

.pin-text.green {
  background: url(images/leds/green-s.png) no-repeat 0 3px;
}

.pin-text.amber {
  background: url(images/leds/amber-s.png) no-repeat 0 3px;
}

.pin-text.red {
  background: url(images/leds/red-s.png) no-repeat 0 3px;
}

.map-info table {
  border-collapse: collapse;
  margin: 0 0 5px 20px;
}

.map-info thead td {
  padding: 1px 4px;
}

.map-info tbody td {
  border: 1px solid #111;
  padding: 0 4px;
}

.map-info tbody td.amber {
  background-color: #e80;
  color: #000;
}

.map-info tbody td.red {
  background-color: #d00;
  color: #000;
}

.snapgood {
  background: url(images/snapgood.png) no-repeat 0 0;
  height: 80px;
  padding: 0 0 0 150px;
}

.snapbad {
  background: url(images/snapbad.png) no-repeat 0 0;
  height: 80px;
  padding: 0 0 0 150px;
}

.twisty-detail pre {
  line-height: 150%;
  padding: 5px;
}

#accordion .wrap {
  display: none;
  width: auto;
  vertical-align: top;
  padding: 6px 0 0 0;
  overflow-x: auto;
}

#accordion .hscroller {
  overflow-x: hidden;
}

#accordion .span {
  display: inline-block;
  vertical-align: top;
  min-width: 90px;
  margin: 0;
  padding: 0;
}

#accordion-wrap {
  position: relative;
  margin: 58px 0 0 1px;
  overflow: auto;
}

#accordion {
  width: 100%;
}

ul {
  margin: 0;
  padding: 0;
}

p,
table.form-group-table {
  margin: 5px 0;
}

.align-center {
  text-align: center;
}

#show,
#wrap-por #inner-svc,
#wrap-por #inner-snap,
#wrap-por #inner-cal,
#wrap-por #inner-esc,
#wrap-por #inner-hist,
#wrap-por #inner-desi,
#wrap-por #inner-dash,
#wrap-por #inner-user,
#wrap-por #inner-pers,
#wrap-por #inner-filt,
#wrap-por #inner-mynot,
#wrap-por #inner-view,
.jqcontextmenu,
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle,
.twisty-detail,
#configDiv.wide #treeDiv #tree {
  display: none;
}

menu.left ul,
.form-optional-detail {
  padding: 0;
}

#alerts-inner,
#escalations-inner {
  padding: 0 2px 0 3px;
  width: 495px;
}

#alerts-inner table.alert-table,
#escalations-inner table.alert-table,
#wrap-por #info-wrap-por #info-mon table.fixed,
table.notification-table,
table.my-subscriptions,
table.escalation-table,
table.escalation-request-table {
  border-collapse: collapse;
}

#alerts-inner table.alert-table {
  width: 574px;
}

#wrap-por #info-wrap-por,
#wrap-por #info-wrap-por #info-por,
#wrap-por #inner-norm,
#wrap-por #inner-curr,
#wrap-por #inner-info,
#wrap-por #inner-pref,
#wrap-por #inner-stru,
#accordion .wrap.open,
#accordion>.wrap,
#accordion .span.block {
  display: block;
}

#wrap-por #inner-info {
  padding-top: 5px;
}

.lights li.r-off,
.lights li.a-off,
.lights li.g-off {
  background: url(images/leds/grey-s.png) no-repeat 0 0;
}

#info-wrap #graph div.graph-table table tr.title td,
table#events td.nc {
  border-bottom: none;
}

#info-wrap #graph div.graph-table table tr.control td,
table#events td.no {
  border-top: none;
}

table.notification-table thead td,
table.escalation-table thead td,
table.escalation-request-table thead td {
  font-size: 120%;
}

.treeTable tbody tr:hover,
#tableContainer tr.host:hover,
#tableContainer tr.service-group:hover {
  background-color: #555;
}

span.hint {
  margin: 0 0 0 5px;
  color: #fff;
}

.right-wrap-por .toolbar {
  margin: 0;
  display: inline-block;
  margin-bottom: 10px;
  width: fit-content;
}

select#aggr-time {
  position: relative;
  top: -1px;
  border-radius: 3px;
  vertical-align: middle;
  padding: 3px 5px;
  font-size: 100%;
  font-family: Roboto, Calibri, Helvetica, Arial, Verdana, sans-serif;
  height: 25px;
  margin: 0 4px;
  color: #fff;
  background-color: #49afcd;
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.aggr-info {
  margin: 10px 0;
  padding: 10px;
  max-width: 800px;
  display: none;
  font-size: 120%;
  line-height: 130%;
}

#info-wrap .right-wrap-por h3 {
  padding: 1px 0 1px 3px;
  border-radius: 3px;
}

#info-wrap .right-wrap-por h3.missing {
  background: #999;
}

#info-wrap .right-wrap-por h3.missing:before {
  content: '-\02003';
}

#info-wrap .right-wrap-por h3.green {
  color: #fff;
}

#info-wrap .right-wrap-por h3.green:before {
  content: '\02713\02003';
}

#info-wrap .right-wrap-por h3.amber {
  background: #e80;
}

#info-wrap .right-wrap-por h3.amber:before {
  content: '!\02003';
}

#info-wrap .right-wrap-por h3.red {
  background: #d00;
  color: #fff;
}

#info-wrap .right-wrap-por h3.red:before {
  content: 'x\02003';
}

#badge {
  display: inline-block;
  border-radius: 7px;
  padding: 0 6px;
  font-size: 90%;
  border-top: 1px solid rgba(0, 0, 0, .3);
  border-left: 1px solid rgba(0, 0, 0, .3);
  border-right: 1px solid rgba(255, 255, 255, .5);
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}

#badge.missing {
  background: #ccc;
  color: #000;
}

#badge.green {
  background: #0c0;
  color: #fff;
}

#badge.amber {
  background: #e80;
  color: #000;
}

#badge.red {
  background: #d00;
  color: #fff;
}

.detail-wrapper td.missing {
  background: #ccc;
}

.detail-wrapper td.green {
  background: #0c0;
  color: #fff;
}

.detail-wrapper td.amber {
  background: #e80;
  color: #000;
}

.detail-wrapper td.red {
  background: #d00;
  color: #fff;
}

.detail-wrapper sup {
  margin: 0 2px 0 2px;
  padding: 0 4px;
  border-radius: 50%;
}

.detail-wrapper td sup {
  padding: 0 3px;
  border: 1px solid #000;
  color: #000;
}

.detail-wrapper p sup.missing {
  background: #ccc;
  border-color: #ccc;
  color: #000;
}

.detail-wrapper p sup.green {
  background: #0c0;
  border-color: #0c0;
  color: #fff;
}

.detail-wrapper p sup.amber {
  background: #e80;
  border-color: #e80;
  color: #000;
}

.detail-wrapper p sup.red {
  background: #d00;
  border-color: #f00;
  color: #fff;
}

div#reveal,
div#hide-table {
  padding: 0;
  z-index: 99;
  width: 19px;
  height: 19px;
  border: none;
  display: inline-block;
  font-size: 32px;
  line-height: 16px;
  ;
  padding: 0;
  cursor: pointer;
  text-align: center;
  transform: rotate(0deg);
  transition: all .3s linear;
}

div#reveal {
  position: fixed;
  top: 90px;
  left: 6px;
}

div#reveal:after,
div#hide-table::after {
  content: '+';
}

div#reveal.active,
div#hide-table.active {
  z-index: 99;
  transform: rotate(45deg);
}

#inner-norm .overview-por .toolbar {
  position: absolute;
  z-index: 98;
  top: 90px;
  width: 535px;
  left: -600px;
  display: inline-block;
  opacity: 0;
  transition: all .3s linear;
}

#inner-norm .overview-por .toolbar.active {
  z-index: 98;
  left: 40px;
  ;
  opacity: 1;
}

.note-wrapper sup.red,
.note-wrapper sup.amber {
  cursor: pointer;
}

#sliderag {
  display: none;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 23px;
  left: 514px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: all .3s linear;
  line-height: 122%;
}

#sliderag:after {
  content: '\2199';
}

#sliderag.slide {
  transform: rotate(180deg);
}

.etabs {
  margin: 0 0 20px 0;
  padding: 0;
}

.tab-container {
  box-sizing: border-box;
  margin: 48px 0 0 5px;
  padding-left: 80px;
  position: absolute;
  z-index: 1;
  display: none;
  width: 560px;
  color: #fff;
  background-color: #444;
  border-radius: 4px;
  border: 0;
  opacity: 0.95;
}

.tab-container.active {
  display: block;
}

.tab {
  position: relative;
  top: -2px;
  display: inline-block;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #bbb;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  width: calc(25% - 4px);
  text-align: center;
}

.tab a {
  line-height: 24px;
  display: block;
  padding: 0 10px;
  outline: none;
  text-decoration: none;
  color: #000;
}

.tab.active {
  color: #fff;
  background: transparent;
  border-color: #06c;
  border-left: none;
  border-right: none;
  position: relative;
  padding-top: 1px;
  top: -1px;
}

.tab a.active {
  color: #fff;
}

#tags-panel .outer-content {
  color: #fff;
  border-radius: 0 0 4px 4px;
  max-height: 400px;
  margin-left: -50px;
  overflow-y: auto;
}

#tags-panel input.filename {
  margin: 15px 0 0 10px;
}

#fileinput {
  display: inline;
}

#tags-panel .content div.row {
  padding-left: 10px;
  font-size: 120%;
  cursor: default;
  height: 1.5em;
}

#tags-panel .content div.row>input {
  vertical-align: middle;
}

#tags-panel .content div.state {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  cursor: pointer;
  height: inherit;
}

#tags-panel .content div.state.active:after {
  content: '\02713';
}

#tags-panel .content div.state:hover:after {
  content: 'X';
  color: #d00;
}

#tags-panel .content div.row.deleted {
  color: #ccc;
  text-decoration: line-through;
}

#tags-panel div.select-all {
  margin: 5px 0 20px -40px;
  font-size: 140%;
  font-weight: bolder;
}

#tags-panel div.select-all>input,
#tags-panel div.select-all-tags>input {
  vertical-align: middle;
}

#tags-panel div.separator {
  font-size: 140%;
  padding: 5px 0 10px 10px;
  border-top: 1px solid #fff;
  font-weight: bolder;
}

#tags-panel div.separator>input {
  margin-right: 7px;
}

#tags-panel .tag {
  margin: 5px;
  display: inline-block;
  padding: 3px 6px;
  border: 1px solid #49afcd;
  border-radius: 6px;
  cursor: pointer;
}

#tags-panel .tag.on {
  background: #fff;
  color: #49afcd;
}

#tags-panel .tag.on:after {
  width: 24px;
  display: inline-block;
  text-align: right;
  content: ' \02713';
}

#tags-panel .tag.on:hover:after {
  content: ' X';
}

#tags-panel .tag.off {
  background: #ddd;
  color: #666;
  text-decoration: line-through;
}

#tags-panel .tag.off:after {
  width: 24px;
  display: inline-block;
  text-align: right;
  content: ' X';
}

#tags-panel .tag.off:hover:after {
  content: ' \02713';
}

#tags .btn {
  padding-right: 0;
}

#tags-panel .tag-button-sort {
  display: inline-flex;
  border-radius: 4px;
  border-width: 0;
  width: 24px;
  height: 24px;
  background-color: rgb(77, 124, 253);
  color: #fff;
  cursor: pointer;
  font-size: 80%;
}

#tags-panel .tag-button-cancel {
  display: inline-flex;
  border-radius: 4px;
  border-width: 0;
  width: 24px;
  height: 24px;
  background-color: #e00;
  color: #fff;
  cursor: pointer;
}
#tags-panel .tag-button-cancel:after {
  content: 'x';
}

#tags-panel .tag-button-ok {
  display: inline-flex;
  border-radius: 4px;
  border-width: 0;
  width: 24px;
  height: 24px;
  background-color: #090;
  color: #fff;
  cursor: pointer;
}
#tags-panel .tag-button-ok:after {
  content: '\02713';
}

/**
 * How to make 3-corner-rounded triangle in CSS (SO)
 * adapted from http://stackoverflow.com/q/14446677/1397351
 */
.triangle {
  position: relative;
  text-align: left;
}

.triangle.red {
  background: #d00;
}

.triangle.amber {
  background: #e80;
}

.triangle.green {
  background: #090;
}

.triangle:before,
.triangle:after {
  content: '';
  position: absolute;
  background-color: inherit;
}

.triangle,
.triangle:before,
.triangle:after {
  width: 40px;
  height: 40px;
  border-top-right-radius: 30%;
}

.triangle {
  transform: rotate(-60deg) skewX(-30deg) scale(1, .866);
}

.triangle:before {
  transform: rotate(-135deg) skewX(-45deg) scale(1.414, .707) translate(0, -50%);
}

.triangle:after {
  transform: rotate(135deg) skewY(-45deg) scale(.707, 1.414) translate(50%);
  content: '';
}

.bang {
  width: 70px;
  height: 70px;
  color: #fff;
  font-size: 90px;
  position: absolute;
  z-index: 1;
  transform: rotate(45deg) scale(1, .5) translate(-30%, -30%);
  text-align: center;
}

.triangle.green .bang:after {
  content: '\02713';
}

.triangle.amber .bang:after {
  content: '!';
}

.triangle.red .bang:after {
  content: 'x';
}

.triangle.notifications,
.triangle.notifications:before,
.triangle.notifications:after,
.triangle.notifications .bang {
  transform: rotate(0) scale(1, 1) translate(-10%, -10%);
}

.triangle.notifications {
  width: 40px;
  height: 40px;
}

.triangle.notifications:after {
  content: '';
}

.triangle.notifications .bang {
  width: 65px;
  height: 65px;
  background: #999;
  border-radius: 50%;
  font-size: 55px;
}

.triangle.notifications .bang:after {
  content: '!';
}

.tri-outer {
  display: inline-block;
  width: 70px;
  height: 65px;
}

.pref-panel {
  display: inline-block;
  background: #eee;
  width: 300px;
  padding: 20px 10px 10px 27px;
  border-radius: 4px;
  margin: 10px 10px 10px 0;
  font-size: 11pt;
  vertical-align: top;
}

.tri-pane {
  display: inline-block;
  width: 80px;
  vertical-align: top;
}

.info-pane {
  display: inline-block;
  width: 210px;
  vertical-align: top;
}

.info-pane h1 {
  margin-top: -10px;
}

.info-pane h1.red {
  color: #d00;
}

.info-pane h1.amber {
  color: #e80;
}

.info-pane h1.notifications {
  color: #555;
}

.tri-outer {
  display: block;
  width: 65px;
  height: 65px;
  float: right;
}

.tri-title {
  color: #555;
  margin-top: 25px;
}

.tri-readme {
  color: #999;
  margin: 22px 0 0 -20px;
}

.info-small {
  position: absolute;
  margin-left: 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #aaa;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 130%;
  font-family: courier, serif;
}

.info-small:after {
  content: 'i';
}

.pref-pane {
  background: #bbb;
  display: inline-block;
  width: 160px;
  vertical-align: middle;
  cursor: pointer;
}

.pref-pane:first-child {
  margin-right: 4px;
}

.pref-pane h2 {
  color: #555;
  margin: 10px 0 10px 22px;
  display: inline-block;
  vertical-align: middle;
}

.last-update {
  margin-top: 15px;
  color: #999;
  font-size: 90%;
}

.last-update:before {
  content: 'Last updated ';
}

.pref-wrap {
  width: 330px;
  margin: 10px 0 0 -20px;
  position: relative;
}

.pref-check {
  position: relative;
  float: right;
  margin: 10px 10px 0 0;
  display: block;
  width: 24px;
  height: 24px;
  border: 5px solid #999;
  border-radius: 50%;
}

.pref-check.checked {
  border: 5px solid #090;
  color: #090;
  font-size: 21px;
  text-align: center;
  line-height: 26px;
  font-weight: bold;
}

.pref-check.checked:after {
  content: '✔';
}

.hcbtn {
  position: relative;
  top: -389px;
  margin-right: 36px;
  float: right;
  padding: 6px;
}

.hcbtn .btn {
  padding: 6px;
}
