/* common_only is a stepping stone to help us break up common.css.
 * It allows you remove parts of common, rewrite them in scss partials, but
 * not have to worry about breaking random old pages that include common.css.
 *
 * The other key advantage here is that we get to keep the history of common.css.
*/
/* Old Colors
 * Use of variables from the above import files is preferred.
*/
/* Legacy blue styles
 * $blue: #00a9e0; remapped to $blue
 * $backgroundLightBlue: lighten($blue, 53%); use $blue--lightest instead
 * $blueLightest: #dcebfa; use $blue--lightest instead
 */
/* Rationalized blue styles */
/* Blues variables imported from mkiColorVariables
 * $blue
 * $blue--lighter
 * $blue--lightest
 * $blue--darker
 * $blue--darkest
 */
/* Underdog */
/* Node Details Page */
/* Global Alert Widget */
/* Button overrides
 * Creating our own mixin to allow us to use the button-variant mixin
 * that bootstrap provides.
 * Our additions set hover, active, and disabled states using color variables
 * rather than bootstrap's "darken" and "opacity" methods.
 */
.alert {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 30px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

a.q, a.q:visited {
  color: #444;
}

a.q {
  text-decoration: none;
}

a img {
  border: none;
}

a:hover:not(.mds-button, .mds-global-nav-item, .mds-tab, .mds-rebuild-tabs-link, .mds-header-utility):not([class*=cds-]), a:active:not(.mds-button, .mds-global-nav-item, .mds-tab, .mds-rebuild-tabs-link, .mds-header-utility):not([class*=cds-]) {
  text-decoration: underline;
}

/* clearfix http://nicolasgallagher.com/micro-clearfix-hack/ */
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
} /* For IE 6/7 (trigger hasLayout) */
.small_print {
  font-size: 0.8em;
}

#body_container {
  margin: 2px auto 20px;
}

.clear {
  clear: both;
}

.nodisplay {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

.thinsp {
  padding-left: 0.2em;
}

.rp_nowrap {
  white-space: nowrap;
  padding-right: 1.2em;
  text-align: right;
}

.deftext {
  font-style: italic;
  color: #666;
}

div.gs { /* small gap */
  margin: 0.8ex 0px;
}

.narrow {
  width: 640px;
}

div.scroll {
  height: 200px;
  width: 350px;
  overflow: auto;
  border: 0px;
  background-color: white;
  padding: 2px;
}

div#main {
  padding-top: 1em;
  width: 100%;
}

#minor_main {
  padding: 1em 0em 0em 1.5em;
  width: 100%;
}

#login_main {
  padding-top: 1em;
  margin: 0 40px 0 40px;
}

.account_bar {
  white-space: nowrap;
  font-size: smaller;
  text-align: right;
}

.logo {
  float: left;
  padding: 0 0 6px 5px;
}

span.normal {
  font-weight: lighter;
  color: #aaa;
}

tr#admin {
  background-color: #eee;
}

.dashboard {
  font: 1em/1.3em Arial, Arial, Helvetica, sans-serif;
  margin: 0 auto;
}

h1.dashboard {
  margin-top: 70px;
  margin-bottom: 0px;
  font: bold 3em Arial, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

h2.dashboard {
  font: 1.2em/1.5em Arial, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  color: #222;
}

h3.dashboard {
  margin-top: 80px;
  margin-bottom: 0px;
  font: 1.4em Arial, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

table.dashboard, table.lean, table.leanbase {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

tr.top {
  vertical-align: top;
}

tr.base, table.leanbase {
  vertical-align: baseline;
}

tr.middle {
  vertical-align: middle;
}

td {
  padding: 0;
}

.news {
  margin: 0 auto;
  margin-top: 80px;
  width: 600px;
}

.fieldWithErrors, div.errf {
  padding: 2px;
  background-color: red;
  display: table;
}

input.errf, textarea.errf {
  outline: 2px solid red; /* XXX IE7 does not understand */
}

.lean_error {
  border: 1px solid red;
  padding: 3px 6px;
  margin: 4px 0;
  background-color: #f0f0f0;
  color: #000;
}

#errorExplanation {
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
  margin-left: 20px;
}

div.good {
  border-color: #9c9;
  color: #060;
  background-color: #e2f9e3;
}

div.working {
  border-color: #9c9;
  color: #000;
  background-color: #fafafa;
}

div.bad {
  border-color: #c99;
  color: #fff;
  background-color: #c00;
}

table.fancy_table {
  font-size: 100%;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  border-spacing: 0;
  border-collapse: collapse;
  white-space: nowrap;
}

table.fancy_table > thead > tr > th,
table.fancy_table > tbody > tr > th,
table.fancy_table > tfoot > tr > th {
  border: 1px solid #c4d0d3;
  border-bottom: 1px solid #8cacbb;
  border-right: 1px solid #8cacbb;
  border-left: 1px solid #8cacbb;
  padding: 3px;
  text-align: center;
  background-color: #dee7ec;
}

table.fancy_table > thead > tr > td,
table.fancy_table > tbody > tr > td,
table.fancy_table > tfoot > tr > td {
  border: 1px solid #dee7ec;
  padding: 3px;
}

table.fancy_table td.key {
  font-weight: bold;
}

/* Sortable tables */
table.fancy_table a.sortheader {
  color: #666666;
  font-weight: bold;
  text-decoration: none;
  display: block;
}

table.fancy_table span.sortarrow {
  color: black;
  text-decoration: none;
}

/* a link, like 'destroy', or 'update' */
table.fancy_table td.action {
  font-weight: bold;
}

/* Borderless detail table styles.  Every th and td in a borderless_detail_table
   must be styled like this. */
th.bd, td.bd {
  background-color: #ffffff;
  border: none;
}

/* --- jquery.tablesorter headers */
th.header {
  background-image: url(/images/sort_small.gif);
  cursor: pointer;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 20px;
  border-right: 1px solid #dad9c7;
  margin-left: -1px;
}

th.headerSortUp {
  background-image: url(/images/sort_small_asc.gif);
  background-color: #3399FF;
}

th.headerSortDown {
  background-image: url(/images/sort_small_desc.gif);
  background-color: #3399FF;
}

/* --- end jquery.tablesorter */
/* table.nice_table is only used by users/list */
table.nice_table {
  font-size: 100%;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  border-spacing: 0;
  border-collapse: collapse;
  white-space: nowrap;
  border-bottom: 20px;
}

table.nice_table th {
  /* border: 1px solid #8cacbb; */
  color: #000000;
  /* background:#E5E5E5 none repeat scroll 0%; */
  border-bottom: 2px solid #888;
  padding: 8px;
  text-align: center;
  /* font-size:95%; */
}

td.td_nice {
  /* border: 1px solid #8cacbb; */
  border-bottom: 1px solid #BBBBBB;
  /* border: 1px solid #b5c9d3; */
  padding: 8px;
}

/* end table.nice_table */
/* begin configure tables */
table.cfg {
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0 0 1.3em 0;
  width: 100%;
}

h1 + table.cfg, table.cfg.cfg_first {
  margin-top: 0.2em; /* smaller margin for first config option in each section */
}

table.cfg.cfgc {
  margin: 0.5em 0;
}

/* table.cfg rows are vertical-align: baseline by default.
   If you want vertical-align: top, use tr class="top". */
table.cfg > tbody > tr,
table.cfg > tr {
  vertical-align: baseline;
}

table.cfg > tbody > tr.top,
table.cfg > tr.top {
  vertical-align: top;
}

td.cfgq {
  width: 13.4em;
  padding-right: 1.6em;
  vertical-align: top;
}
td.cfgq.baseline {
  vertical-align: baseline;
}

td.clientvpn_page_label {
  width: 16em;
}

#floorplan_container td.cfgq {
  width: 40px;
}

td.cfgs {
  padding: 0.1em 0;
}

label.hidden_config_label {
  display: none;
}

/* end configure tables */
div.graph_div {
  border-style: none;
}

div.graph_sep {
  border: solid 1px #eee;
}

.status_good, .status_bad {
  font-weight: bold;
}

.status_good {
  color: green;
}

.status_bad {
  color: red;
}

.mki-fade {
  color: #888888;
}

span.beta_label {
  color: red;
  font-size: 0.7em;
  padding: 0 0 0 0.5em;
  padding-right: 0;
  padding-top: 0;
  vertical-align: super;
  text-transform: uppercase;
}

.graph {
  width: 50px;
  border: 1px solid #444;
  padding: 1px;
  margin-right: 4px;
  margin-top: 2px;
}

.mki-fade .graph {
  border: 1px solid #888;
}

.mbar, .mbar_y, .mbar_r, .mbar_gy,
.rmbar, .rmbar_y, .rmbar_r, .rmbar_gy {
  font: 0.4em sans-serif;
  height: 0.9em;
}

.rmbar, .rmbar_y, .rmbar_r, .rmbar_gy {
  margin: 0 0 0 auto;
}

.mbar, .rmbar {
  background: #7ac142;
}

.mki-fade .mbar, .mki-fade .rmbar {
  background: #a3df73;
}

.mbar_y, .rmbar_y {
  background: #ffd200;
}

.mbar_r, .rmbar_r {
  background: #f91313;
}

.mbar_gy, .rmbar_gy {
  background: #666;
}

.lowlight .mbar_gy, .lowlight .rmbar_gy {
  background: #bbb;
}

.graph .bar {
  display: block;
  background: #7ac142;
  text-align: center;
  font: 0.4em sans-serif;
  color: #333;
  height: 0.7em;
  line-height: 1em;
}

.graph .bar.weak {
  background: #ffd200;
}

.graph .bar.very_weak {
  background: #f91313;
}

.mki-fade .graph .bar {
  background: #a3df73;
}

.bar2 {
  display: block;
  background: #00C659;
  text-align: center;
  font: 0.4em sans-serif;
  color: #333;
  height: 8px;
  line-height: 1em;
}

.page_title {
  color: #727171;
  font-size: 1.6em;
  float: left;
  margin-top: 20px;
}

.page_nav {
  float: right;
}

.inline_form {
  white-space: nowrap;
  display: inline;
}

table.adminDashboardTable tr td {
  padding-top: 2px;
}

.adminDashboardTitle {
  font-size: 120%;
  font-weight: bold;
  display: inline;
  white-space: nowrap;
  padding-right: 10px;
}

.tips {
  width: 100%;
  background-color: #d2e1e6;
}

.cornerTL {
  background-image: url("/images/tl-line.gif");
  height: 10px;
  font-size: 2px; /* IE is dumb */
  margin-right: 10px; /* hack: clip the TR corner so the line doesn't show behind corner */
}

.cornerTR {
  float: right;
  margin-top: -10px;
  background-image: url("/images/tr.gif");
  height: 10px;
  width: 10px;
  font-size: 2px; /* IE is dumb */
}

.cornerBL {
  background-image: url("/images/bl-line.gif");
  height: 10px;
  font-size: 2px; /* IE is dumb */
  margin-right: 10px; /* hack: clip the TR corner so the line doesn't show behind corner */
}

.cornerBR {
  float: right;
  margin-top: -10px;
  background-image: url("/images/br.gif");
  height: 10px;
  width: 10px;
  font-size: 2px; /* IE is dumb */
}

.panel-heading {
  clear: both;
  border-bottom: 1px solid #d8d8d8;
  font-size: 1.5em;
  color: black;
}

.panel-inside {
  padding: 8px 12px 8px 12px;
  background-color: #ffffff;
  border-left: 1px solid #39b97c;
  border-right: 1px solid #39b97c;
}

.panel {
  padding: 0;
  margin: 0;
  overflow: auto;
}

.blurry-text {
  color: transparent;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}

.dimtext {
  color: var(--base-text-weak-default);
  font-weight: normal;
}

.superdim {
  color: #bbb;
  font-weight: normal;
}

table.node_status {
  font-size: 11px;
  border-collapse: collapse;
  border-spacing: 0;
}

td.ns_label, td.ns_data {
  vertical-align: top;
  padding: 0;
}

.node_link {
  vertical-align: top;
  font-size: 11px;
}

/* ----  InPlaceEditor style --------------------------------------------- */
.inplaceeditor_edit {
  /*   font-style: italic; */
  color: #999;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
}

a.inplaceeditor_edit {
  /*   font-style: italic; */
  color: #999;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
}

/* --- jquery.jeditable style */
.editable_highlight {
  background-color: #ffff99;
}

/* --- end jquery.jeditable */
.node_status_heading {
  margin: 1px 0 0;
  padding: 4px 0 2px;
  line-height: 15px;
  font-size: 11px;
  font-weight: bold;
  margin-top: 10px;
  border-top: 1px solid #eee;
}

.node_performance_heading {
  margin: 1px 0 0;
  padding: 4px 0 2px;
  font-weight: bold;
}

/* Begin rules for app/helpers/application_helper.rb :: toggled_helplink() */
.config_explanation .hide_when_collapsed, .config_explanation.expanded .hide_when_expanded {
  display: none;
}

.config_explanation.expanded .hide_when_collapsed {
  display: block;
}

/* End rules for app/helpers/application_helper.rb :: toggled_helplink() */
/* Begin rules for public/javascript/application.min.js :: jQuery.fn.dim() */
.controls_dimmer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -37;
}

.controls_dimmer.active {
  z-index: 37;
  background: url("/images/backgrounds/white_o50.png") repeat;
}

/* End rules for public/javascript/application.min.js :: jQuery.fn.dim() */
/* begin rules for Google Maps-like buttons */
div.gmap_button {
  white-space: nowrap;
  font-size: 12px;
  color: black;
  cursor: pointer;
  background-color: #fff;
}

div.gmap_button.gmap_buttondown {
  background-color: #eeee99;
}

div.gmap_button0 {
  border: 1px solid #000000;
}

div.gmap_button1 {
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-color: white #b0b0b0 #b0b0b0 white;
}

div.gmap_button2 {
  font-weight: bold;
  padding: 0 6px;
}

div.gmap_menu_pointer {
  position: absolute;
  top: 3px;
  right: 7px;
  width: 13px;
  height: 9px;
  background-image: url(/images/menu_pointers.gif);
}

/* end rules for Google Maps-like buttons */
/* begin hover help */
.hover_help_contents {
  padding: 0.5em 0.8em;
  background-color: #fff0b4;
  font-size: 12px;
  color: rgb(34, 34, 34);
  width: auto;
  border: 1px solid #a88f2a;
  text-decoration: none;
}

.hhsh_tl, .hhsh_bl, .hhsh_tr, .hhsh_br,
.hhptr_down, .hhptr_up, .hhptr_left, .hhptr_right {
  background-image: url("/images/mainsprite.png");
  background-repeat: no-repeat;
}

.hhsh_tl {
  background-position: -45px -45px;
}

.hhsh_bl {
  background-position: -45px -51px;
}

.hhsh_tr {
  background-position: -52px -45px;
}

.hhsh_br {
  background-position: -52px -51px;
}

.hhsh_t {
  background-image: url(/images/shadow_drop1_t.png);
  background-repeat: repeat-x;
  background-position: bottom center;
}

.hhsh_b {
  background-image: url(/images/shadow_drop1_b.png);
  background-repeat: repeat-x;
  background-position: top center;
}

.hhsh_l {
  background-image: url(/images/shadow_drop1_l.png);
  background-repeat: repeat-y;
  background-position: center right;
}

.hhsh_r {
  background-image: url(/images/shadow_drop1_r.png);
  background-repeat: repeat-y;
  background-position: center left;
}

.hhptr_down {
  background-position: -67px -49px;
  width: 13px;
  height: 14px;
  z-index: 1;
}

.hhptr_up {
  background-position: -85px -45px;
  width: 13px;
  height: 14px;
  z-index: 1;
}

.hhptr_left {
  background-position: -82px -67px;
  width: 14px;
  height: 13px;
  z-index: 1;
}

.hhptr_right {
  background-position: -86px -85px;
  width: 14px;
  height: 13px;
  z-index: 1;
}

/* end hover help */
/* map3 */
.map3bg_light {
  filter: alpha(opacity=25);
  opacity: 0.25;
  -moz-opacity: 0.25;
}

.map3bg_dark {
  filter: alpha(opacity=36);
  opacity: 0.36;
  -moz-opacity: 0.36;
}

#nodemap_tooltip {
  position: absolute;
  display: none;
  color: black;
  font-size: 11px;
}

.nodemap_tooltip_contents {
  padding: 1px 4px 1px 3px;
  background-color: #fff0b4;
  border: 1px solid #a88f2a;
}

.hhsh_tls, .hhsh_bls, .hhsh_trs, .hhsh_brs,
.hhsh_ls, .hhsh_bs, .hhsh_ts, .hhsh_rs,
.hhptr_ups, .hhptr_downs, .hhptr_lefts, .hhptr_rights {
  background-image: url("/images/mainsprite.png");
  background-repeat: no-repeat;
}

.hhsh_tls {
  background-position: -32px -54px;
}

.hhsh_bls {
  background-position: -32px -58px;
}

.hhsh_trs {
  background-position: -36px -54px;
}

.hhsh_brs {
  background-position: -36px -58px;
}

.hhsh_ts, .hhsh_bs {
  background-image: url(/images/shadow_drop2_tb.png);
  background-repeat: repeat-x;
}

.hhsh_bs {
  background-position: 0 -4px;
}

.hhsh_ls, .hhsh_rs {
  background-image: url(/images/shadow_drop2_lr.png);
  background-repeat: repeat-y;
}

.hhsh_rs {
  background-position: -4px 0;
}

.hhptr_downs, .hhptr_ups, .hhptr_lefts, .hhptr_rights {
  position: absolute;
  z-index: 1;
}

.hhptr_downs {
  background-position: -69px -53px;
  width: 9px;
  height: 10px;
}

.hhptr_ups {
  background-position: -87px -45px;
  width: 9px;
  height: 10px;
}

.hhptr_lefts {
  background-position: -82px -69px;
  width: 10px;
  height: 9px;
}

.hhptr_rights {
  background-position: -90px -87px;
  width: 10px;
  height: 9px;
}

#nodemap_tooltip div.o85 {
  padding: 1px 4px 1px;
}

.o85 {
  background-color: rgba(255, 255, 255, 0.85);
}

.o85png, .o85.o85png {
  background-color: none;
  background-image: url(/images/backgrounds/white_o85.png);
  background-repeat: repeat;
}

img.up_pointer, td.up_pointer {
  background-image: url(/images/up_pointer_white_o85.png);
  background-repeat: no-repeat;
  background-position: top center;
}

img.down_pointer, td.down_pointer {
  background-image: url(/images/down_pointer_white_o85.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}

img.left_pointer, td.left_pointer {
  background-image: url(/images/left_pointer_white_o85.png);
  background-repeat: no-repeat;
  background-position: center left;
}

img.right_pointer, td.right_pointer {
  background-image: url(/images/right_pointer_white_o85.png);
  background-repeat: no-repeat;
  background-position: center right;
}

img.warning12 {
  width: 12px;
  height: 11px;
  background-image: url("/images/mainsprite.png");
  background-position: -6px -45px;
  border: 0 none;
}

img.clock10 {
  width: 10px;
  height: 10px;
  background-image: url("/images/mainsprite.png");
  background-position: -21px -45px;
  border: 0 none;
}

div.map3pref {
  font-size: 11px;
}

/* drop-down menus */
div.dmenuctr {
  border: 1px solid black;
  background-color: white;
  color: black;
}

div.dmenuctr1 {
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-color: white #b0b0b0 #b0b0b0 white;
  padding: 2px 0 4px;
}

div.dmenugap, h3.dmenu {
  margin: 0.5em 0 0;
}

h3.dmenu_first {
  margin: 0;
}

h3.dmenu, h3.dmenu_first {
  font-size: 100%;
  padding: 0 6px;
}

input.dmenu {
  margin-left: 0;
}

div.dmenuitem {
  padding: 1px 6px;
}

div.dmenuitem:hover {
  background-color: #ffeac0;
  cursor: pointer;
}

div.dropdown_rating {
  clear: both;
  float: none;
}

div.dropdown_rating label {
  clear: left;
  float: left;
  text-align: right;
  display: block;
  width: 70px;
}

div.dropdown_rating select {
  clear: right;
  float: left;
  margin-left: 10px;
  width: 150px;
}

/* node icons */
/* If you update the "?VERSION" number, also change l3.js. */
img.ni {
  width: 26px;
  height: 22px;
  background-image: url(/images/node_icons/unknown_all.png?5);
}

img.ni_mini {
  background-image: url(/images/node_icons/mini_all.png?5);
}

img.ni_indoor {
  background-image: url(/images/node_icons/indoor_all.png?5);
}

img.ni_outdoor {
  background-image: url(/images/node_icons/outdoor_all.png?5);
}

img.ni_solar {
  background-image: url(/images/node_icons/solar_all.png?5);
}

img.ni_wallplug, img.ni_wallmount {
  background-image: url(/images/node_icons/wallmount_all.png?5);
}

img.ni_mr11 {
  background-image: url(/images/node_icons/mr11_all.png?5);
}

img.ni_mr12 {
  background-image: url(/images/node_icons/mr12_all.png?5);
}

img.ni_mr14 {
  background-image: url(/images/node_icons/mr14_all.png?5);
}

img.ni_mr16 {
  background-image: url(/images/node_icons/mr16_all.png?5);
}

img.ni_mr24 {
  background-image: url(/images/node_icons/mr24_all.png?5);
}

img.ni_mr58 {
  background-image: url(/images/node_icons/mr58_all.png?5);
}

img.ni_mr62 {
  background-image: url(/images/node_icons/mr62_all.png?5);
}

img.ni_mr66 {
  background-image: url(/images/node_icons/mr66_all.png?5);
}

img.ni_ms {
  background-image: url(/images/node_icons/ms_all.png?5);
}

img.ni_mv {
  background-image: url(/images/node_icons/mv_all.png?5);
}

img.ni_rogue {
  background-image: url(/images/node_icons/rogue_aps.png?5);
}

img.ni_ma20 {
  background: no-repeat url(/images/node_icons/ma20_all.png?5);
  width: 40px;
}

img.ni_active {
  background-position: 0px 0px;
}

img.ni_active_gw {
  background-position: -26px 0px;
}

img.ni_alerting, img.ni_alert {
  background-position: 0px -22px;
}

img.ni_alerting_gw, img.ni_alert_gw {
  background-position: -26px -22px;
}

img.ni_unreachable {
  background-position: 0px -44px;
}

img.ni_unreachable_gw {
  background-position: -26px -44px;
}

img.ni_dormant, img.ni_unseen {
  background-position: 0px -66px;
}

img.ni_dormant_gw, img.ni_unseen_gw {
  background-position: -26px -66px;
}

img.ni_blank {
  background-position: 0px -110px;
}

img.ni_blank_gw {
  background-position: -26px -110px;
}

img.ni_known_rogue_ap {
  background-position: 0 0;
}

img.ni_unknown_rogue_ap {
  background-position: 0 -22px;
}

/* printable node icons */
div.pni, div.pcni {
  width: 26px;
  height: 22px;
  position: relative;
  overflow: hidden;
}

div.pcni {
  margin: 0 auto;
}

img.pni_active {
  position: absolute;
  left: 0;
  top: 0;
}

img.pni_active_gw {
  position: absolute;
  left: -26px;
  top: 0;
}

img.pni_alerting, img.pni_alert {
  position: absolute;
  left: 0;
  top: -22px;
}

img.pni_alerting_gw, img.pni_alert_gw {
  position: absolute;
  left: -26px;
  top: -22px;
}

img.pni_unreachable {
  position: absolute;
  left: 0;
  top: -44px;
}

img.pni_unreachable_gw {
  position: absolute;
  left: -26px;
  top: -44px;
}

img.pni_dormant, img.pni_unseen {
  position: absolute;
  left: 0;
  top: -66px;
}

img.pni_dormant_gw, img.pni_unseen_gw {
  position: absolute;
  left: -26px;
  top: -66px;
}

img.pni_blank {
  position: absolute;
  left: 0;
  top: -110px;
}

img.pni_blank_gw {
  position: absolute;
  left: -26px;
  top: -110px;
}

img.pni_known_rogue_ap {
  position: absolute;
  left: 0;
  top: 0;
}

img.pni_unknown_rogue_ap {
  position: absolute;
  left: 0;
  top: -22px;
}

/* node small icons */
img.ni_sm {
  width: 20px;
  height: 17px;
  background-image: url(/images/node_icons/unknown_small.png?5);
}

img.ni_sm_mini {
  background-image: url(/images/node_icons/mini_small.png?5);
}

img.ni_sm_indoor {
  background-image: url(/images/node_icons/indoor_small.png?5);
}

img.ni_sm_outdoor {
  background-image: url(/images/node_icons/outdoor_small.png?5);
}

img.ni_sm_solar {
  background-image: url(/images/node_icons/solar_small.png?5);
}

img.ni_sm_wallplug, img.ni_sm_wallmount {
  background-image: url(/images/node_icons/wallmount_small.png?5);
}

img.ni_sm_mr11 {
  background-image: url(/images/node_icons/mr11_small.png?5);
}

img.ni_sm_mr14 {
  background-image: url(/images/node_icons/mr14_small.png?5);
}

img.ni_sm_mr58 {
  background-image: url(/images/node_icons/mr58_small.png?5);
}

img.ni_sm_active {
  background-position: 0px 0px;
}

img.ni_sm_active_gw {
  background-position: -20px 0px;
}

img.ni_sm_warning, img.ni_sm_alert {
  background-position: 0px -17px;
}

img.ni_sm_warning_gw, img.ni_sm_alert_gw {
  background-position: -20px -17px;
}

img.ni_sm_inactive {
  background-position: 0px -34px;
}

img.ni_sm_inactive_gw {
  background-position: -20px -34px;
}

img.ni_sm_dead, img.ni_sm_unseen {
  background-position: 0px -51px;
}

img.ni_sm_dead_gw, img.ni_sm_unseen_gw {
  background-position: -20px -51px;
}

img.ni_sm_blank {
  background-position: 0px -85px;
}

img.ni_sm_blank_gw {
  background-position: -20px -85px;
}

/* printable node small icons */
div.pni_sm, div.pcni_sm {
  width: 20px;
  height: 17px;
  position: relative;
  overflow: hidden;
}

div.pcni_sm {
  margin: 0 auto;
}

img.pni_sm_active {
  position: absolute;
  left: 0;
  top: 0;
}

img.pni_sm_active_gw {
  position: absolute;
  left: -20px;
  top: 0;
}

img.pni_sm_warning, img.pni_sm_alert, img.pni_sm_alerting {
  position: absolute;
  left: 0;
  top: -17px;
}

img.pni_sm_warning_gw, img.pni_sm_alert_gw, img.pni_sm_alerting_gw {
  position: absolute;
  left: -20px;
  top: -17px;
}

img.pni_sm_inactive, img.pni_sm_unreachable {
  position: absolute;
  left: 0;
  top: -34px;
}

img.pni_sm_inactive_gw, img.pni_sm_unreachable_gw {
  position: absolute;
  left: -20px;
  top: -34px;
}

img.pni_sm_dead, img.pni_sm_unseen, img.pni_sm_dormant {
  position: absolute;
  left: 0;
  top: -51px;
}

img.pni_sm_dead_gw, img.pni_sm_unseen_gw, img.pni_sm_dormant_gw {
  position: absolute;
  left: -20px;
  top: -51px;
}

img.pni_sm_blank {
  position: absolute;
  left: 0;
  top: -85px;
}

img.pni_sm_blank_gw {
  position: absolute;
  left: -20px;
  top: -85px;
}

/* node status sprites */
img.maplegend {
  background-image: url("/images/mainsprite.png");
}

img.maplegend.s0, img.maplegend.s1, img.maplegend.s23 {
  height: 12px;
  position: relative;
  bottom: -1px;
}

img.maplegend.s0 {
  width: 12px;
  background-position: -6px -78px;
}

img.maplegend.s1 {
  width: 12px;
  background-position: -19px -78px;
}

img.maplegend.s23 {
  width: 25px;
  background-position: -32px -78px;
}

img.maplegend.g0 {
  width: 13px;
  height: 16px;
  background-position: -20px -91px;
  vertical-align: middle;
}

img.maplegend.g1 {
  width: 13px;
  height: 16px;
  background-position: -6px -91px;
  vertical-align: middle;
}

/* node status sprites */
img.nss {
  height: 20px;
  background-image: url(/images/dingle-pno-z0/dingle-pno-z0-sprite.png);
  vertical-align: middle;
}

img.nss.s0g0 {
  width: 15px;
  background-position: 0px 0px;
}

img.nss.s1g0 {
  width: 15px;
  background-position: -16px 0px;
}

img.nss.s23g0 {
  width: 31px;
  background-position: -32px 0px;
}

img.nss.s0g1 {
  width: 17px;
  background-position: -64px 0px;
}

img.nss.s1g1 {
  width: 17px;
  background-position: -82px 0px;
}

img.nss.s23g1 {
  width: 35px;
  background-position: -100px 0px;
}

.w100 {
  width: 100%;
}

/* resizable flot graphs */
.flotresizer { /* outer div */
  position: relative;
  overflow: hidden;
}

.flotresizee { /* inner div, passed to flot */
  width: 100%;
  height: 100%;
  position: absolute;
}

/* Colored bullet HTML */
span.colbult, span.colbult_l2 {
  font-weight: bold;
  text-shadow: rgba(64, 64, 64, 0.5) 0 0 0.1em;
}

span.colbult_l1 {
  display: inline-block;
  position: relative;
  width: 1em;
}

span.colbult_l2 {
  display: inline-block;
  position: absolute;
  font-size: 150%;
  bottom: -0.2ex;
  right: 0;
}

/* End colored bullet HTML */
div.smlspace {
  height: 3px;
}

div.medspace {
  height: 6px;
}

div.bigspace {
  height: 10px;
}

.dashboard_new_update_account_form input {
  margin: 0;
}

div.signup_form > table > tbody > tr.formrow > td {
  padding: 1px 0 2px 0;
}

div.signup_form > table > tbody > tr.formrow > td > input[type=checkbox] {
  margin: 0 6px 0 0;
}

input[readonly] {
  background: #eee;
}

@media print {
  .noprint {
    display: none;
  }
}
@media screen {
  .noscreen {
    display: none;
  }
}
.ui-autocomplete {
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 20px;
}

a {
  color: #1D770B;
}

.label,
.ns_label {
  width: 105px;
  padding-right: 10px;
  color: #777;
  vertical-align: top;
}
