@charset "UTF-8";
#targets .target {
  background-color: #EEE;
  color: #999;
  margin: 1px;
  border: 1px solid #999;
  border-radius: 10px;
  background-image: url("../img/unknown.svg");
  background-repeat: no-repeat;
  background-position: 4px center;
  padding: 2px;
  padding-left: 40px;
  background-size: 30px 30px;
}
#targets .target.offline {
  background-color: #ffcccc;
  color: #c00;
  border-color: #c00;
  background-image: url("../img/offline.svg");
}
#targets .target.halfline {
  background-color: #ffdd99;
  color: #960;
  border-color: #960;
  background-image: url("../img/halfline.svg");
}
#targets .target.online {
  background-color: #aaffaa;
  color: #0a0;
  border-color: #0a0;
  background-image: url("../img/online.svg");
}
#targets .target .title {
  font-size: 40px;
  line-height: 50px;
}

.breadcrumb {
  font-family: "Roboto Condensed";
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}
.breadcrumb *, .breadcrumb *:hover {
  transition: all 0s ease;
}
.breadcrumb li {
  display: inline-block;
  position: relative;
  font-size: 0;
  margin-right: 7px;
  box-sizing: content-box;
}
@media screen and (max-width: 800px) {
  .breadcrumb li {
    display: block;
    margin-right: 0;
    padding-left: 3px;
    padding-right: 3px;
  }
}
.breadcrumb li span {
  display: inline-block;
  font-size: 40px;
  line-height: 48px;
  overflow: hidden;
}
.breadcrumb li span.shortpath {
  display: inline-block;
}
@media screen and (max-width: 800px) {
  .breadcrumb li span.shortpath {
    display: none;
  }
}
.breadcrumb li span.fullpath {
  display: none;
}
@media screen and (max-width: 800px) {
  .breadcrumb li span.fullpath {
    display: inline-block;
  }
}
@media print {
  .breadcrumb li span {
    font-size: 20px;
    line-height: 24px;
  }
}
.breadcrumb li span.icon {
  background-image: url("../img/unknown.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px 30px;
  min-width: 35px;
}
@media print {
  .breadcrumb li span.icon {
    background-size: 20px 20px;
    min-width: 25px;
  }
}
.breadcrumb li a.action {
  display: none;
  margin: 0;
  padding: 0;
  margin-right: 2px;
  opacity: 0.2;
}
.breadcrumb li a.action.important {
  opacity: 0.9;
}
.breadcrumb li a.action:hover {
  opacity: 1;
}
.breadcrumb li a.action img {
  height: 40px;
  width: auto;
  vertical-align: middle;
  padding-bottom: 4px;
  box-sizing: border-box;
}
@media print {
  .breadcrumb li a.action img {
    height: 24px;
  }
}
.breadcrumb li:last-child::before, .breadcrumb li:last-child::after {
  background: white;
}
@media screen and (max-width: 800px) {
  .breadcrumb li.ellipsis:not(:last-child) {
    display: none;
  }
}
.breadcrumb li.ellipsis:not(:last-child) span {
  max-width: 120px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 800px) and (max-width: 1400px) {
  .breadcrumb li.ellipsis:not(:last-child) span {
    max-width: 10px;
  }
}
.breadcrumb li.ellipsis:not(:last-child) span:hover {
  max-width: none;
  width: auto;
}
@media print {
  .breadcrumb li.ellipsis:not(:last-child):not(:last-child) span {
    max-width: none;
    width: auto;
    text-overflow: none;
    white-space: auto;
    overflow: auto;
  }
}
.breadcrumb li:not(:last-child):hover::before, .breadcrumb li:not(:last-child):hover::after {
  background: white;
}
.breadcrumb li::before, .breadcrumb li::after {
  content: "";
  position: absolute;
  left: 0;
  height: 50%;
  width: 100%;
  background: white;
  border-left: 2px solid #666;
  border-right: 2px solid #333;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .breadcrumb li::before, .breadcrumb li::after {
    border-left: none;
    border-right: none;
  }
}
.breadcrumb li::before {
  top: -2px;
  transform: skew(30deg);
  border-top: 2px solid #666;
}
@media screen and (max-width: 800px) {
  .breadcrumb li::before {
    transform: none;
  }
}
.breadcrumb li::after {
  bottom: -1px;
  transform: skew(-30deg);
  border-bottom: 2px solid #333;
}
@media screen and (max-width: 800px) {
  .breadcrumb li::after {
    transform: none;
  }
}
.breadcrumb span.statuslist {
  display: inline-block;
}
.breadcrumb span.lastok,
.breadcrumb span.lastcheck,
.breadcrumb span.uptime,
.breadcrumb span.statuslist,
.breadcrumb span.latency {
  display: none;
  position: relative;
  line-height: 2.3;
  font-size: 20px;
  padding: 0 3px;
  color: #666;
  z-index: 2;
}
.breadcrumb span.lastok.recent,
.breadcrumb span.lastcheck.recent,
.breadcrumb span.uptime.recent,
.breadcrumb span.statuslist.recent,
.breadcrumb span.latency.recent {
  color: red;
}
@media print {
  .breadcrumb span.lastok,
  .breadcrumb span.lastcheck,
  .breadcrumb span.uptime,
  .breadcrumb span.statuslist,
  .breadcrumb span.latency {
    font-size: 12px;
  }
}
.breadcrumb span.statuslist .up, .breadcrumb span.statuslist .down {
  vertical-align: middle;
  display: inline-block;
  font-size: 0;
  width: 1px;
  height: 24px;
}
.breadcrumb span.statuslist .up {
  color: green;
  background-color: #060;
}
.breadcrumb span.statuslist .down {
  color: red;
  background-color: #C33;
}
.breadcrumb span.statuslist .half {
  color: orange;
  background-color: #F90;
}
.breadcrumb span.uptime {
  cursor: pointer;
  color: white;
  background-color: #666;
  border-radius: 20px;
  line-height: 40px;
  margin: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.breadcrumb span.uptime.low {
  background-color: #C60;
}
.breadcrumb span.uptime.verylow {
  background-color: #C00;
}
.breadcrumb .moment {
  display: inline-block;
}
.breadcrumb a {
  display: inline-block;
  position: relative;
  line-height: 2.5;
  padding: 0 10px;
  color: #333;
  text-decoration: none;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .breadcrumb a {
    padding: 0 0;
  }
}
.breadcrumb li:first-child {
  background-color: white;
  border-left: 2px solid #666;
  left: -5px;
  box-sizing: content-box;
}
.breadcrumb li:first-child:hover {
  background-color: white;
}
.breadcrumb li:first-child::before, .breadcrumb li:first-child::after {
  left: 5px;
  border-left-color: transparent;
}
.breadcrumb.online li span.icon {
  background-image: url("../img/online.svg");
}
.breadcrumb.online li:last-child::before, .breadcrumb.online li:last-child::after {
  background: #aaffaa;
}
.breadcrumb.online li:hover::before, .breadcrumb.online li:hover::after {
  background: #77ff77;
}
.breadcrumb.online li::before, .breadcrumb.online li::after {
  background: #aaffaa;
}
.breadcrumb.online li:first-child {
  background-color: #aaffaa;
}
.breadcrumb.online li:first-child:hover {
  background-color: #77ff77;
}
.breadcrumb.online a.notes {
  display: inline-block;
}
.breadcrumb.online span.latency {
  display: inline-block;
}
.breadcrumb.online span.lastcheck {
  display: inline-block;
}
.breadcrumb.online span.uptime {
  display: inline-block;
}
.breadcrumb.halfline li span.icon {
  background-image: url("../img/halfline.svg");
}
.breadcrumb.halfline li:last-child::before, .breadcrumb.halfline li:last-child::after {
  background: #ffdd99;
}
.breadcrumb.halfline li:hover::before, .breadcrumb.halfline li:hover::after {
  background: #ffcc66;
}
.breadcrumb.halfline li::before, .breadcrumb.halfline li::after {
  background: #ffdd99;
}
.breadcrumb.halfline li:first-child {
  background-color: #ffdd99;
}
.breadcrumb.halfline li:first-child:hover {
  background-color: #ffcc66;
}
.breadcrumb.halfline a.ack, .breadcrumb.halfline a.silence, .breadcrumb.halfline a.notes {
  display: inline-block;
}
.breadcrumb.halfline span.lastok, .breadcrumb.halfline span.uptime {
  display: inline-block;
}
.breadcrumb.halfline span.lastok.recent,
.breadcrumb.halfline span.lastcheck.recent,
.breadcrumb.halfline span.latency.recent {
  color: #666;
}
.breadcrumb.offline li span.icon {
  background-image: url("../img/offline.svg");
}
.breadcrumb.offline li:last-child::before, .breadcrumb.offline li:last-child::after {
  background: #ffcccc;
}
.breadcrumb.offline li:hover::before, .breadcrumb.offline li:hover::after {
  background: #ff9999;
}
.breadcrumb.offline li::before, .breadcrumb.offline li::after {
  background: #ffcccc;
}
.breadcrumb.offline li:first-child {
  background-color: #ffcccc;
}
.breadcrumb.offline li:first-child:hover {
  background-color: #ff9999;
}
.breadcrumb.offline a.ack, .breadcrumb.offline a.silence, .breadcrumb.offline a.notes {
  display: inline-block;
}
.breadcrumb.offline span.uptime {
  display: inline-block;
}
.breadcrumb.offline span.lastok {
  display: inline-block;
}

#refresh {
  position: fixed;
  top: 0;
  right: 0;
  padding: 7px;
  background-color: #CCC;
  border-left: 1px solid #999;
  border-bottom: 1px solid #666;
  border-bottom-left-radius: 20px;
  opacity: 0.2;
  font-size: 0;
  width: 20px;
  height: 20px;
  background-image: url("../img/refresh-pause.svg");
  background-repeat: no-repeat;
  background-size: 60% 60%;
  background-position: 10px 5px;
}
#refresh.run {
  background-image: url("../img/refresh-play.svg");
  opacity: 0.8;
  background-color: #CFC;
  border-left: 2px solid #9F9;
  border-bottom: 2px solid #6F6;
}
#refresh:hover {
  cursor: pointer;
  opacity: 1;
  box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.2);
}

#refreshbar {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #0F0;
  width: 0%;
  height: 2px;
  transition: width 1s;
}
#refreshbar.run {
  transition: width 62s;
  width: 100%;
}

.noteslist {
  width: 450px;
  margin: 0 auto;
  margin-top: 5px;
  margin-left: 20px;
}
.noteslist .bubble {
  background-color: #323540;
  color: #9fa2a7;
  font-size: 0.8em;
  line-height: 1.75;
  padding: 15px 25px;
  margin-bottom: 50px;
  cursor: default;
  border-radius: 5px;
  color: #acbad1;
  border-color: #acbad1;
}
.noteslist .bubble:nth-child(2n) {
  border-left: 7px solid;
}
.noteslist .bubble:nth-child(2n):after {
  content: "";
  margin-top: -30px;
  padding-top: 0px;
  position: relative;
  bottom: -45px;
  left: 20px;
  border-width: 30px 0 0 30px;
  border-style: solid;
  border-color: #26272b transparent;
  display: block;
  width: 0;
}
.noteslist .bubble:nth-child(2n+1) {
  border-right: 7px solid;
}
.noteslist .bubble:nth-child(2n+1):after {
  content: "";
  margin-top: -30px;
  padding-top: 0px;
  position: relative;
  bottom: -45px;
  left: 350px;
  border-width: 30px 30px 0 0;
  border-style: solid;
  border-color: #26272b transparent;
  display: block;
  width: 0;
}
.noteslist .bubble .txt:before {
  content: "“";
  font-family: Georgia;
  font-size: 40px;
  line-height: 0;
  display: inline-block;
  display: -webkit-inline-box;
}
.noteslist .bubble .txt {
  color: #EEE;
  font-size: 12px;
  margin-bottom: 5px;
}
.noteslist .bubble .date {
  font-style: italic;
  text-align: right;
  margin-bottom: 5px;
}
.noteslist .bubble .user {
  font-style: italic;
  float: right;
}
.noteslist .bubble .user:before {
  content: "";
}
.noteslist .bubble .target {
  font-weight: bold;
  font-size: 14px;
}
.noteslist .bubble:nth-child(2n):after, .noteslist .bubble:nth-child(2n+1):after {
  border-color: #323540 transparent;
}
.noteslist .bubble.self {
  border-color: #288830;
  background-color: #232b24;
}
.noteslist .bubble.self:nth-child(2n):after, .noteslist .bubble.self:nth-child(2n+1):after {
  border-color: #232b24 transparent;
}
.noteslist .bubble.self .user {
  color: #288830;
}
.noteslist .bubble.self .date {
  color: #288830;
}
.noteslist .bubble.new {
  border-color: #cdcf50;
  background-color: #37382c;
}
.noteslist .bubble.new:nth-child(2n):after, .noteslist .bubble.new:nth-child(2n+1):after {
  border-color: #37382c transparent;
}
.noteslist .bubble.new .user {
  color: #cdcf50;
}
.noteslist .bubble.new .date {
  color: #cdcf50;
}
.noteslist .bubble .button {
  float: left;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #CCC;
  padding-left: 5px;
  padding-right: 5px;
  opacity: 0.2;
  margin-right: 5px;
  background-color: #666;
}
.noteslist .bubble .button:hover {
  opacity: 1;
}
.noteslist .bubble .button.del {
  background-color: #C66;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff4d3;
  font-size: 14px;
  font-family: "Roboto", "Fjalla One", "Verdana", "helvetica neue", helvetica, arial, sans-serif;
}

h1 {
  text-align: center;
}

h2 {
  color: #5f7d8b;
  margin-bottom: 0;
}

h3 {
  color: #666;
  font-style: italic;
  font-size: 26px;
  text-align: center;
  margin-top: 0;
}

@media screen and (max-height: 500px) {
  h1, h2, h3 {
    margin: 0;
    padding: 0;
  }
}

* {
  transition: all 0.5s ease-out;
}

*:hover {
  transition: all 0.1s ease;
}

#content {
  background-color: white;
  padding: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 800px) {
  #content {
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#title {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 800px) {
  #title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

#title h1 {
  color: #607d8b;
  margin: 0;
  padding: 0;
  line-height: 100px;
  font-size: 64px;
  font-weight: lighter;
  vertical-align: middle;
  height: 100px;
}
@media screen and (max-width: 800px) {
  #title h1 {
    font-size: 30px;
    line-height: 50px;
  }
}

#title h1 img {
  vertical-align: middle;
}

#title h1 span {
  color: #ffc107;
  vertical-align: middle;
}

#tilemenu {
  text-align: center;
  margin-bottom: 50px;
}
#tilemenu p.title {
  text-align: center;
  margin-bottom: 10px;
  color: #ffc107;
  font-size: 20px;
}
#tilemenu .tile {
  text-align: center;
  border: 1px solid rgba(95, 125, 139, 0.2509803922);
  background-color: #eee;
  border-radius: 7px;
  padding: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 23px;
  line-height: 50px;
  color: #5f7d8b;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 50%;
  display: inline-block;
}
#tilemenu .tile.active {
  background-color: #ffecb3;
}
#tilemenu .tile:hover {
  background-color: #ffecb3;
  color: #5f7d8b;
  cursor: pointer;
}
#tilemenu .tile.locked {
  opacity: 0.3;
  filter: grayscale(1);
}
#tilemenu .tile.locked:hover {
  cursor: not-allowed;
}
#tilemenu .tile img {
  width: auto;
  height: 40px;
  vertical-align: middle;
  margin-right: 5px;
}

form #tilemenu {
  margin-bottom: 10px;
}

#historytargetlist {
  box-sizing: content-box;
  width: 100%;
  font-size: 0;
}
#historytargetlist .target {
  box-sizing: border-box;
  display: inline-block;
  padding: 3px;
  width: 25%;
}
@media screen and (min-width: 800px) and (max-width: 1400px) {
  #historytargetlist .target {
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  #historytargetlist .target {
    width: 100%;
  }
}
#historytargetlist .target a {
  box-sizing: border-box;
  display: inline-block;
  border: none;
  width: 100%;
  border-radius: 7px;
  padding: 7px;
  text-decoration: none;
  color: #ffc107;
  background-color: #0a3640;
  font-size: 16px;
}
#historytargetlist .target a span {
  color: white;
  float: right;
}
#historytargetlist .target a:hover {
  background-color: #188098;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-family: verdana;
}

th, td {
  text-align: right;
  font-size: 14px;
  border-collapse: collapse;
  color: #0a3640;
  padding: 1px;
}
th a, td a {
  color: #6d5200;
  text-decoration: none;
}
th strong, td strong {
  font-weight: bolder;
}
th small, td small {
  font-size: 12px;
}
th.left, td.left {
  text-align: left;
}
th.center, td.center {
  text-align: center;
}
th.right, td.right {
  text-align: right;
}

td {
  border-bottom: 1px dotted #AAA;
  font-size: 14px;
}

th {
  background-color: #fff4d3;
  text-transform: uppercase;
  font-size: 16px;
}

tr.total td {
  background-color: #0a3640;
  color: #ffc107;
  border-bottom: none;
}

table img {
  width: auto;
  height: 32px;
  vertical-align: middle;
}

table tr.success td {
  background-color: #EFE;
}

table tr.error td {
  background-color: #FEE;
}

.dataTables_length, .dataTables_filter {
  margin: 7px;
}

.toggle {
  cursor: pointer;
}

.toggle:hover {
  color: #333;
}

.toggletarget {
  display: none;
}
.toggletarget.open {
  display: inline-block;
}

/* Status in history view */
p.history-status {
  font-weight: bolder;
  line-height: 20px;
  font-size: 16px;
  color: #0a3640;
  padding-left: 20px;
  margin: 0;
}
p.history-status label {
  display: inline-block;
  width: 200px;
  font-weight: normal;
  text-decoration: none;
  color: #188098;
}
p.history-status small {
  font-weight: normal;
}
p.history-status strong {
  color: red;
}

#tools {
  background-color: white;
}
#tools h1 {
  margin-top: 10px;
  margin-bottom: 20px;
}
#tools a.button {
  width: 48px;
  height: 48px;
  display: inline-block;
  text-decoration: none;
  background-image: url("../img/unknown.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  margin: 5px;
  opacity: 0.8;
}
#tools a.button:hover {
  opacity: 1;
}
#tools a.button.ip {
  background-image: url("../img/ip.svg");
}
#tools a.button.mail {
  background-image: url("../img/mail.svg");
}
#tools a.button.phone {
  background-image: url("../img/phone.svg");
}
#tools a.button.vpn {
  background-image: url("../img/vpn.svg");
}
#tools a.button.ftp {
  background-image: url("../img/ftp.svg");
}
#tools a.button.gateway {
  background-image: url("../img/gateway.svg");
}
#tools a.button.wagoscan {
  background-image: url("../img/scan.svg");
}
#tools a.button.backup {
  background-image: url("../img/backup.svg");
}
#tools a.button.traceroute {
  background-image: url("../img/traceroute.svg");
  opacity: 0.2;
  filter: grayscale(1);
}
#tools a.button.traceroute.traceroutable {
  opacity: 1;
  filter: grayscale(0);
}
#tools a.button.lastdb {
  background-image: url("../img/lastdb.svg");
}
#tools a.button.lastfile {
  background-image: url("../img/lastfile.svg");
}
#tools a.button.ping {
  opacity: 0.2;
  filter: grayscale(1);
}
#tools a.button.ping.one {
  background-image: url("../img/ping-1.svg");
}
#tools a.button.ping.three {
  background-image: url("../img/ping-3.svg");
}
#tools a.button.ping.ten {
  background-image: url("../img/ping-10.svg");
}
#tools a.button.ping.pingable {
  opacity: 1;
  filter: grayscale(0);
}
#tools a.button.csv {
  background-image: url("../img/csv.svg");
}
#tools label {
  color: grey;
  display: inline-block;
  width: 200px;
}
#tools p {
  margin: 5px;
}

.pnotes {
  padding: 10px;
  display: table;
  background: linear-gradient(135deg, #ffff88 81%, #ffff88 82%, #ffff88 82%, #ffffc6 100%);
  border: 1px solid #E8E8E8;
  border-top: 6px solid #fdfd86;
  border-bottom-right-radius: 60px 5px;
  color: rgba(0, 0, 80, 0.6);
  width: 100px;
  text-align: center;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
  transform: rotate(-1deg);
  margin-left: 20px;
}
.pnotes .txt {
  display: table-cell;
  vertical-align: middle;
}

.shell {
  margin: 7px;
  padding: 5px;
  border: 1px solid #CCC;
  background-color: #111;
  color: #9F9;
  font-family: monospace;
  font-size: 12px;
}

.moment:hover {
  cursor: help;
}

form {
  font-weight: bolder;
  line-height: 20px;
  font-size: 16px;
  color: #0a3640;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
  background-color: #F7F7F7;
  border: 1px solid #EEE;
}
form label {
  display: inline-block;
  width: 200px;
  font-weight: normal;
  text-decoration: none;
  color: #188098;
}

#footer {
  background-color: #fff4d3;
  padding-top: 20px;
  text-align: center;
}
@media screen and (max-width: 450px) {
  #footer img {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 10px;
  }
}

@media screen and (max-width: 800px) {
  progress {
    display: none;
  }
}
@media print {
  #footer {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */