/* CSS Document - Generic Styles: All Sites*/
/*---Constant Attributes---*/
a,
a:visited {
  font-size: 13px;
  text-decoration: none;
  font-weight: 700;
}
a:hover {
  text-decoration: none;
  font-weight: 700;
}
.modalDialog a:hover > span {
  color: #000;
}
.modalDialog a:hover {
  color: #000;
}
body {
  margin: 0;
  border: 0;
  padding: 0;
  height: 100%;
  max-height: 100%;
  background: #ffffff;
  font-family: arial, verdana, sans-serif;
  font-size: 76%;
  overflow: hidden;
}
* html body {
  padding: 60px 0 40px 0;
}
h1 {
  font-size: 4em;
  margin: 0;
  padding: 0;
}
h2 {
  font-size: 14px;
}
h2.panelh {
  margin-top: -2px;
  text-align: center;
}
h2.panelh.sitepref {
  margin: 10px 0 0 5px;
}
h2.panelh_landing {
  margin: 12px 0 12px 0;
}
h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0 2px 0 2px;
  font-weight: normal;
}
h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0 2px 0 2px;
  font-weight: normal;
}
hr {
  clear: both;
  border: 0;
  height: 1px;
  color: #888;
  background-color: #888;
}
p {
  margin: 5px 0 2px 0;
}
time {
  border-style: solid;
  border-width: 1px;
}

input[type="button"] {
  cursor: pointer;
}

.disabled {
  opacity: 0.7;
  pointer-events: none;
}
.closebtn {
  margin-left: 15px;
  color: black;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 14px;
  cursor: pointer;
  transition: 0.3s;
  padding-right: 5px;
}

/*----id----*/
#container {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  position: fixed;
  top: 60px; /*area above grey background*/
  left: 0;
  bottom: 30px;
  right: 0;
  overflow: hidden; /*overflow-y:auto;*/
  padding: 5px 0 20px 0;
  text-align: center;
  width: 100%;
}
#container img {
  border: none;
}
#footer {
  z-index: 51;
  font-size: 13.6px;
  display: table;
  border-spacing: 0px;
  border-collapse: collapse;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  border-top: 2px solid #bbbbbb;
  padding: 4px 4px;
}
#footer .left-container {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 3px 8px 3px 8px;
  margin: 0px;
}

#footer #footer_time.right-container {
  display: table-cell;
  vertical-align: middle;
  padding: 3px 8px 3px 0px;
  text-align: right;
}

#graph-no-label td {
  padding: 17px 0 0 0;
  text-align: center;
}
#h4 a {
  font-size: 12px;
  text-align: center;
  font-weight: 600;
}

#header_wrapper {
  position: fixed;
  width: 100%;
  z-index: 1;
}
#header_wrapper.shrink #header,
#header_wrapper.shrink .main_menu {
  display: none;
}

#header {
  display: table;
  clear: both;
  table-layout: fixed;
  position: relative;
  width: 100% !important;
  height: 30px;
  overflow: hidden;
}
#header img {
  margin: 0 0 0 0;
}
#header_logo {
  float: left;
  margin: 17px 0 0 1%;
}
#indexheader {
  width: 100%;
  min-width: 320px;
  position: absolute;
  display: table;
}
#indexheader_img {
  height: 50px;
  width: 150px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  margin-left: 10px;
  position: absolute;
}

#left {
  display: table-cell;
  height: 100%;
  width: 200px;
}
#left_container {
  position: absolute;
  line-height: 30px;
  background-color: #e5e5e5;
  height: 100%;
  width: 200px;
  padding: 5px;
  left: 5px;
  float: left;
}
#left .loggedin {
  vertical-align: middle;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding-left: 20px;
  font-size: 12px;
  text-decoration: none;
  font-weight: 700;
}
#middle {
  height: 100%;
  margin: 0px;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  position: relative;
}
#middle .middle_container {
  position: absolute;
  top: 0px;
  bottom: 0px;
  height: 20px;
  width: 100%;
  margin: auto;
}
#right {
  display: table-cell;
  height: 100%;
  width: 200px;
}
#right .logout_text {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 15px;
  right: 95px;
  z-index: 12;
}

#map_container {
  width: 775px;
  height: 20px;
  position: relative;
  z-index: 4;
  margin: auto;
  margin-top: -44px;
}

#nav a {
  font-size: 12px;
  text-align: center;
  font-weight: 600;
}
#nav_sites {
  position: absolute;
  left: 0;
  top: 60px;
  height: calc(100% - 60px - 30px);
  z-index: 9;
  background-color: #e5e5e5;
  display: flex;
  flex-flow: column;
}
#nav_sites #sites_inner_wrapper {
  width: calc(100% + 20px);
  max-height: 92%;
  overflow-y: auto;
  overflow-x: hidden;
  direction: rtl;
}
#nav_sites ul li.selected_site {
  padding: 0px;
  background-color: transparent;
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px,
    rgb(0 0 0 / 6%) 0px 2px 4px -1px;
  border-bottom: 1px solid #8c8c8c;
}
#nav_sites ul {
  margin-top: 0px;
  margin-bottom: 0px;
  direction: ltr;
  color: #ffffff;
  padding: 0px;
  list-style: none;
}
#nav_sites .bottom_right_border_fill {
  flex-grow: 1;
  border-right: 1px solid #aaa8a8;
  width: calc(100% - 3px);
}
#nav_sites ul li {
  float: none;
}
#nav_sites ul li span.neutralst {
  background-color: transparent;
}
#nav_sites ul li.selected_site span.neutralst {
  background-color: #ededed;
}
#nav_sites #sites_inner_wrapper ul li:not(.selected_site) {
  width: calc(100% - 20px);
}
#nav_sites ul li {
  border-top: 1px solid #8c8c8c;
  border-right: 1px solid #8c8c8c;
  border-radius: 0px 5px 5px 0px;
}
#nav_sites ul li.selected_site + li {
  border-top: none;
}
#nav_sites ul li:last-child {
  border-bottom: 1px solid #8c8c8c;
}

#nav_sites ul li:not(.selected_site):hover {
  background-color: #ededed;
}
#nav_sites ul li:not(.selected_site).yellowst:hover {
  background-color: #fffda4;
}
#nav_sites ul li:not(.selected_site).redst:hover {
  background-color: #e36161;
}
#nav_sites ul li:not(.selected_site).orangest:hover {
  background-color: #ff9f5a;
}

#nav_sites ul li a span {
  display: block;
  text-align: center;
  padding: 7px 10px;
  text-decoration: none;
  font-size: 12px;
  border-radius: 0px 5px 5px 0px;
}
#nav_sites ul li.selected_site a span {
}

#nav_sites.fix-menu {
  position: fixed;
  top: 30px;
  height: calc(100% - 60px);
}

#nav_sites #non-active_sites_inner_wrapper > ul > li {
  cursor: pointer;
}
#nav_sites #non-active_sites_inner_wrapper > ul > li.retired_selected {
  width: calc(100% + 20px);
}
#nav_sites #non-active_sites_inner_wrapper > ul > li > a > span {
  background-color: #e5e5e5;
  color: #7b7b7b;
}
#nav_sites #non-active_sites_inner_wrapper > ul > li li a span {
  white-space: nowrap;
  border-radius: 5px;
  background-color: #b40080;
  color: #fff;
  font-weight: normal;
}
#nav_sites #non-active_sites_inner_wrapper > ul > li:hover > a > span {
  color: #525252;
}
#nav_sites #non-active_sites_inner_wrapper > ul > li > ul > li {
  border-radius: 5px;
}

#nav_sites #non-active_sites_inner_wrapper > ul > li > ul {
  display: none;
}
#nav_sites #non-active_sites_inner_wrapper > ul > li:hover > ul {
  display: block;
}

#navgroups.fix-menu {
  position: fixed;
  width: 100%;
  top: 0;
  margin-top: 0px;
}

#navgroups {
  height: 28px;
  z-index: 6;
  border-top: solid 2px #bbbbbb;
  opacity: 1;
  transition: opacity 0.5s;
  position: relative;
}
#navgroups ul {
  margin: 0;
  padding: 2px 0 0 0;
  list-style-type: none;
}
#navgroups ul li {
  padding: 0px;
  position: relative;
  display: inline-block;
}

#navgroups ul li:hover > ul {
  display: block;
}
#navgroups ul li > ul {
  margin-top: 6px;
  display: none;
  left: 0;
  position: absolute;
  width: 200px;
  text-align: left;
  padding-inline-start: 0px;
  border: 2px solid #969696;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  padding-top: 0px;
}
#navgroups ul li a:hover > .submenu_arr {
  border-top-color: #2f2f2f !important;
}
#navgroups ul li:hover .submenu_arr {
  border-top-color: #2f2f2f !important;
}
#navgroups .submenu_arr {
  margin-top: 4px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid white;
  font-size: 0;
  line-height: 0;
  float: left;
  position: absolute;
  display: inline-block;
  margin-left: 8px;
}
#navgroups.purplest .submenu_arr {
  border-top-color: #ffffff;
}
#navgroups ul li > ul li {
  display: block;
  line-height: 35px;
}
#navgroups ul li > ul li a {
  background-color: #b5b5b5;
  border: 1px solid #bbbbbb;
  color: #333;
  display: block;
  padding: 0px;
  border-radius: 0px;
}
#navgroups ul li > ul li a:hover {
  background-color: #9c9c9c;
  color: #fff;
}
#navgroups .navgroups_submenu > li.active > a {
  border-radius: 0px;
}

#navgroups ul li.page_tab,
#navgroups ul li.selected_pagebg {
  margin-top: 5px;
}

#navgroups ul li a,
#navgroups ul li > span {
  color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
  padding: 4px 18px 6px 18px;
  border-radius: 6px 6px 0 0;
  outline: none;
  text-decoration: none;
}
#navgroups ul li a:hover {
  color: #000;
}

#right_container {
  position: absolute;
  line-height: 30px;
  background-color: #e5e5e5;
  height: 700px;
  width: 1200px;
  padding: 5px;
  right: 5px;
}

#help_page .main_help_links > a.goto_link {
  display: block;
  margin-top: 2px;
}

/*********************** START ESM CONTENT ****************************/
.esm_column_container {
  display: table;
  width: 100%;
  height: 100%;
}
.esm_content_container {
  height: 100%;
  display: table;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  background: #e5e5e5;
  margin: auto;
}
/* #site_menu_buffer {
  min-width: 120px;
  max-width: 120px;
  width: 120px;
} */

#holisticView {
  padding-bottom: 45px;
  margin: auto;
  margin-top: 15px;
}
#siteheadings {
  clear: both;
}
#white {
  color: #ffffff;
  font-size: 12px;
}
#white:hover {
  color: #000000;
}

/*--class--*/
.allow_scroll_x {
  overflow-x: auto;
} /*allow scroll to main body horizontally*/
.add_scroll_y {
  overflow-y: auto !important;
} /*allow scroll to main body vertically, !important to override other default classes*/
.add_min_width {
  min-width: 1060px;
} /*turn the div into a fixed size and scroll is visible if the width is smaller than this*/
.add_min_height {
  min-height: 620px;
} /*turn the div into a fixed size and scroll is visible if the height is smaller than this*/
.add_scroll_container {
  min-width: 1060px;
  position: absolute;
  overflow-y: auto;
} /*turn horizontally scroll (parent div) on and also this div to have vertically scroll*/
.black {
  color: #000000;
  font-size: 12px;
}
.blackb {
  color: #000000;
  font-weight: bold;
  font-size: 12px;
}
.blue {
  font-family: Arial, Helvetica, sans-serif;
  color: #0000ff;
  font-size: 12px;
  font-weight: 800;
}
.blue10 {
  font-size: 10px;
  color: #171994;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
}
.blue_bg {
  background-color: #3f8bd6;
}
.btn {
  background: #cccccc; /* Old browsers */
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  border: 1px solid;
  cursor: pointer;
  border-color: #ccc #666 #666 #ccc;
  background: -webkit-linear-gradient(
    left top,
    left bottom,
    from(#ffffff),
    to(#cccccc)
  );
  background: -moz-radial-gradient(top, #ffffff, #cccccc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc'),
	-o-linear-gradient(top,  #cccccc 0%,#ffffff 100%);
}
.btn_txt {
  font-weight: bold;
  cursor: pointer;
}
/*index: colour strip, header: colour strip new */
.cancel {
  padding: 3px 30px 0 25px;
}
.cancel a {
  font-size: 0.8em;
}
.cancelinput {
  font-size: 0.8em;
  color: #1a75ce;
  border: none;
  background: none;
  font-weight: bold;
}
.colour_strip {
  height: 23px;
  font-size: 13px;
  padding-top: 4px;
  z-index: 4;
  min-width: 400px;
  width: 100%;
  border-top: 2px solid #bbbbbb;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
}
.colour_strip_div {
  height: 20px;
  border-bottom: 2px solid #53829d;
}
.colour_strip_new {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: none;
  justify-content: center;
}
.colour_strip_new a {
  color: #ffffff;
  font-weight: bold;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 3px 20px 3px 20px;
  font-size: 12px;
}
.ctr {
  text-align: center;
}
.darkblue {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #161594;
  font-weight: bold;
}

ul.enlarge {
  list-style-type: none; /*remove the bullet point*/
}
ul.enlarge li {
  position: absolute;
  z-index: 1;
}
ul.enlarge span {
  position: absolute;
  margin: auto;
  top: -539px;
  left: 35px;
}
ul.enlarge li:hover {
  position: absolute;
  z-index: 50;
  cursor: pointer;
}

ul.enlarge li.show {
  position: absolute;
  z-index: 50;
  cursor: pointer;
}

/* Animation for zoom image */
/* Animation for backdrop */
.zoom_button {
  z-index: 1;
  opacity: 1;
  transition: 0s opacity;
}
#backdrop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.7);
  pointer-events: none;
  z-index: 5;
  display: none;
  opacity: 1;
  /*transition: visibility 0s linear, opacity 0.4s linear;*/
}
.zoom_wrapper {
  display: none;
}
/*ul.enlarge li:hover>.zoom_wrapper	{ display:block; opacity: 1; transition-delay: 0.6s;}*/
/*ul.enlarge li:hover + #backdrop	{display:block; opacity: 1; transition-delay: 0.6s;}*/

.zoom_wrapper.show {
  display: block;
  opacity: 1;
  transition-delay: 0s !important;
}
#backdrop.show {
  display: block;
  opacity: 1;
  transition-delay: 0s !important;
}
.zoom_wrapper.force_hide {
  display: none !important;
  opacity: 0.5 !important;
  transition-delay: 0s !important;
}

.enlarge_div {
  width: 0;
  height: 0;
  background-color: #000000;
  position: relative;
  z-index: 5;
  opacity: 0.4;
  filter: alpha(opacity=40);
  left: -2px;
  top: 29px;
}
.error_msg {
  background-color: #ffff66;
  font-size: 12px;
  color: #9e311d;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
}
.esm_cloud_wrapper {
  background: #e5e5e5;
  position: fixed;
  width: 100%;
  top: 60px;
  height: calc(100% - 60px - 30px);
  z-index: 0;
}

.esr_contact_table {
  border: #cccccc thin solid;
  background-color: #d2eef7;
  font-size: 12px;
}
.esr_input {
  width: 305px;
}
.esr_input.bg_highlighted {
  background-color: #ffff66;
}
.esr_overview {
  vertical-align: top;
  text-align: right;
  padding-top: 5px;
}
.esr_recaptcha {
  border: #999999 thin solid;
  padding: 7px 5px 5px 7px;
  float: right;
  margin-top: 5px;
}
.esr_recaptcha.bg_highlighted {
  background-color: #ffff66;
}
.esr_req {
  padding_-right: 20px;
  font-size: 10px;
  color: #171994;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
}
.esr_site {
  width: 311px;
}
.esr_site.bg_highlighted {
  background-color: #ffff66;
}
.esr_contact {
  width: 296px;
}

/* SENSORMAP STYLES for labels*/
.fridge_sensor {
  width: 30px;
  height: 10px;
  position: absolute;
  z-index: 3;
  border: ridge 2px #0246fb;
}
.circle_mod {
  width: 12px;
  height: 12px;
  border-radius: 10px;
  border: ridge 1px #0246fb;
  position: absolute;
}
.rack_strip {
  width: 36px;
  height: 5px;
  border-radius: 0px;
  border: ridge 1px #0246fb;
  position: absolute;
}
.bg_small_rec {
  width: 30px;
  height: 25px;
  position: absolute;
  border-radius: 2px;
  border: 0px;
  background-repeat: no-repeat;
  background-size: 24px 19px;
  background-position: center;
  top: 2px;
  left: 1px;
}
.bg_square {
  width: 33px;
  height: 33px;
  position: absolute;
  border-radius: 2px;
  border: 0px;
  background-repeat: no-repeat;
  background-size: 26px 25px;
  background-position: center;
  top: 3px;
  left: 3px;
}

.form {
  border-color: #999999;
  background-color: #e6e6e6;
}
.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}
.glopref_hdg {
  color: #ffffff;
  font-size: 1.1em;
  font-weight: bold;
}
.graph {
  margin: 15px 0 15px 0;
  width: 100%;
}
.graph.history {
  max-height: 550px;
  background-color: #dfdfdf;
  position: absolute;
}
.graph-border {
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
}
.group_header a {
  color: #000000;
  font-weight: bold;
  font-size: 12px;
}
.h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  margin: 20px 10px 10px 10px;
  text-align: center;
}
.h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #1a75ce;
  text-align: center;
  margin: 0;
}

.hdr_text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 550;
  text-align: center;
}
.highlight {
  background-color: #ffff66;
  width: 220px;
}
.siteheadings_new {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  padding-top: 5px;
  margin: 0 200px 0 200px;
  height: 30px;
  color: #000;
}
.hovertable {
  border: ridge #1a75ce 4px;
  font-size: 13px;
} /*not used*/
.hovertable td {
  background-color: #e5e5e5;
  font-weight: bold;
  padding: 0;
  text-align: right;
  opacity: 1;
  filter: alpha(opacity=1.0);
} /*not used*/
.hoverdiv {
  border-collapse: collapse;
  padding: 1px 1px 1px 1px;
  border: ridge #fff 2px;
  text-align: center;
  font-size: 12px;
  height: 1.4em;
  z-index: 4;
}
.ind-hdr-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  font-size: 25px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 28px;
}
.ipw {
  width: 220px;
  margin-left: 2px;
}
body .password-field {
  position: relative;
}
body .password-field input::placeholder {
  color: #000; 
  font-weight: bold;
}
body .password-field #pw_toggler {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.label {
  height: 16px;
  width: 65px;
  position: absolute;
  z-index: 4;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 1px 1px 1px 1px;
  border: ridge 2px #fff;
  background-color: #e5e5e5;
}
.landing_input {
  width: 195px;
}
.landing_button {
  padding: 5px 2px 10px 0;
}
.lft {
  float: left;
}
.loggedin a:hover {
  color: #000000;
}
.loggedin a {
  font-size: 12px;
}
.loggedin_pipe {
  font-size: 13px;
  text-decoration: none;
  font-weight: 700;
}
.ltgrey {
  color: #ddd;
}
.menu {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.minwidth_his {
  min-width: 1060px;
}
.nav {
  font-size: 12px;
  text-align: center;
}
/*navigation is for header site headings unordered list*/
.navigation {
  list-style: none;
  margin: 0;
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0;
  justify-content: center;
  -ms-flex-direction: row;
}
.navigation a {
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 4px 20px 4px 20px;
  border-bottom: none;
}
.navigation a:hover {
  color: #fffccc;
} /*Not used over-ridden by header code*/
.no_ul {
  text-decoration: none;
}
.ok_btn {
  width: 50px;
  color: #000000;
  font-weight: normal;
}
.pa a {
  padding: 0 4px 0 4px;
}
.panel {
  border: #cccccc solid 1px;
  background-color: #f0f0f0;
  margin-top: 5px;
}
.panel.landing {
  width: 21em;
  margin: 5px auto;
  padding-left: 7px;
}
.panel.sitepref {
  width: 25em;
  margin: 15px auto;
}

.plr td {
  padding: 0 15px 0 15px;
  height: 21px;
}

.prefs_msg {
  font: Arial, Helvetica, sans-serif;
  color: #000000;
  font-weight: bold;
  margin-top: 5px;
  height: 20px;
}
.prefs_width {
  width: 90px;
}

.text-red {
  color: #ff0000;
}
.text-orange {
  color: #ff8b3d;
}
.text-white {
  color: white;
}

.readcell57 {
  width: 60px;
}
.red {
  color: #ff0000;
  font-weight: bold;
  font-size: 14px;
}
.red12bc {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #9e311d;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
}
.room_label {
  position: absolute;
  z-index: 4;
  font-size: 13px;
  font-weight: bold;
}
.rgt {
  float: right;
}
.sensorlabel {
  width: 100%;
  position: absolute;
  z-index: 3;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.sensor {
  width: 46px;
  height: 17px;
  position: absolute;
  z-index: 3;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border: ridge 2px #fff;
}
.sensor_label {
  position: absolute;
  z-index: 4;
  font-size: 10px;
  font-weight: bold;
}
.siteheadings_topmargin {
  margin-top: 7px;
}
.siteprefs_input {
  margin: 10px 50px 0 0;
  width: 180px;
}
.specborder {
  border-collapse: collapse;
}
.specborder td,
.specborder th {
  border: 1px solid #999999;
  border-collapse: collapse;
}
.table {
  border: 0;
  width: 100%;
  padding: 2px;
}
td.td_label {
  overflow: hidden;
  display: block;
  width: 70px;
  height: 16px;
}
.topmargin {
  margin-top: 0;
}
.topmargin_site6 {
  margin-top: 0;
}
.topmargin_site7 {
  margin-top: 0;
}
.text {
  position: absolute;
  z-index: 4;
}
.txtl {
  text-align: left;
}
.txtr {
  text-align: right;
}
.vertical {
  width: 10px;
  height: 20px;
}
.whitebc {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  text-decoration: none;
}

.info {
  width: 180px;
  height: 70px;
  font-size: 12px;
  font-weight: normal;
  margin-left: 325px;
  margin-top: 51px;
  z-index: 999;
  position: absolute;
  color: #666;
  background-color: #dfdfdf;
  border: #000 1px ridge;
  box-shadow: 5px 5px 10px #000;
  display: none;
}
.jquery-tooltip-css {
  color: #666 !important;
  background-color: #dfdfdf !important;
  border: #000 1px ridge !important;
  border-radius: 0px !important;
  font-size: 12px !important;
  box-shadow: 5px 5px 10px #000 !important;
}
#center_container:hover .info {
  display: block;
}

/** SOME INDEX.PHP STYLES **/

#forgot_btn {
  font-size: 10px;
  color: #7a2626;
  margin-bottom: 5px;
}

#sendEmail_btn {
  color: #fff !important;
  background: #60a3bc;
  padding: 12px;
  width: 100%;
  border-radius: 50px;
  display: inline-block;
  border: none;
  margin-top: 20px;
}

#sendEmail_btn:hover {
  text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
  transition: all 0.4s ease 0s;
}

/* The popup form - hidden by default */
.forgotpw_popup {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  width: 24em;
}

.forgotpw_popup.visible {
  display: block;
}

/* Add styles to the form container */
.form-container {
  max-width: 100%;
  padding: 35px;
  background-color: #f0f0f0;
  -webkit-box-shadow: 6px 8px 11px -8px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 6px 8px 11px -8px rgba(0, 0, 0, 0.32);
  box-shadow: 6px 8px 11px -8px rgba(0, 0, 0, 0.32);
}

/* Full-width input fields */
.form-container input[type="text"] {
  width: 80%;
  padding: 15px;
  margin: 20px 0 22px 0;
  background: white;
}

.form-container .disabled {
  color: dimgrey;
  background-color: lightgrey !important;
}

/* When the inputs get focus, do something */
.form-container input[type="text"]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #4caf50;
  color: black;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .sendEmail {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover,
.open-button:hover {
  opacity: 1;
}

.forgotHeading {
  font-size: 12px;
  margin-top: -2px;
}

.login_table {
  width: 100%;
}

.login_table tr {
  width: 100%;
  float: right;
}
.reset_password_container {
  margin-top: -2px;
  width: 300px;
  text-align: right;
}
.input_box {
  width: 6em;
  text-align: left;
}

#close_icon {
  position: absolute;
  right: 30px;
  top: 5px;
  opacity: 0.3;
}
#close_icon:hover {
  opacity: 1;
}
#close_icon:before,
#close_icon:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 20px;
  width: 2px;
  background-color: #333;
}
#close_icon:before {
  transform: rotate(45deg);
}
#close_icon:after {
  transform: rotate(-45deg);
}

#cancel_forgot {
  font-size: 12px;
  opacity: 0.6;
  margin-left: 10px;
  color: #000;
}
#cancel_forgot:hover {
  opacity: 1;
}

.menu a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  font-size: 12px;
  cursor: pointer;
  font-weight: 600;
}

.logout_text {
  position: absolute;
  margin-right: 60px;
  right: 0;
  z-index: 12; /* Drag pop ups z-index: 10; menu z-index: 11; */
}

.main_menu {
  z-index: 11;
  width: 100%;
  top: 0;
  right: 0;
  position: absolute;
  border-radius: 15px;
  display: inline-block;
  height: 30px;
  line-height: 50px;
  width: 300px;
}

.main_menu ul li ul {
  display: none;
  margin-top: 4px;
}
.main_menu ul li ul li {
  display: block;
}
.main_menu ul li ul li:hover {
  background-color: #f4f4f4;
}
.main_menu ul li ul li svg {
  margin-left: 20px;
  margin-right: 20px;
}

.main_menu li li {
  background-color: #fefefe;
}

.drop-box {
  height: 30px;
  margin-top: 0px;
  /* width:65px; */
  margin-left: 215px;
}

.main_menu ul li ul {
  margin-top: 0px;
}
#dropMenu #ul {
  margin-top: 2px;
}
.menu a {
  display: flex;
  position: relative;
  align-items: center;
}
#dropMenu ul li:hover > ul {
  display: block;
}

#dropMenu ul li > ul {
  padding: 0px;
  line-height: 35px;
  top: 0px;
  position: absolute;
  left: -226px;
  border: 2px solid #969696;
  box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px,
    rgb(0 0 0 / 30%) 0px 8px 16px -8px;
  padding-top: 0px;
}

#dropMenu ul li:hover a {
  color: #000;
}

#dropMenu ul li > ul li a {
  background-color: #b5b5b5;
  border: 1px solid #bbbbbb;
  color: #333;
  display: block;
  border-radius: 0px;
  width: 220px;
}

#dropMenu ul li > ul li a:hover {
  background-color: #9c9c9c;
  color: #fff;
}

#dropMenu .navgroups_submenu > li.active > a {
  background-color: #e5e5e5 !important;
  color: #181797 !important;
  border-radius: 0px;
}

.modalDialog {
  display: none;
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}

.modalDialog:target {
  opacity: 1;
  pointer-events: auto;
  display: block;
}

.modalDialog a {
  pointer-events: all;
}

.modalDialog > div {
  width: 400px;
  position: relative;
  margin: 10% auto;
  border-radius: 3px;
  background: #fff;
  background: -moz-linear-gradient(#fff, #999);
  background: -webkit-linear-gradient(#fff, #999);
  background: -o-linear-gradient(#fff, #999);
}

.close {
  position: absolute;
  right: 5px;
  top: 7px;
  width: 32px;
  height: 32px;
}
.close:before,
.close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 25px;
  width: 0.18em;
  background-color: #cccccc;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

/*****************************************************
*****************************************************
  * *
  * * * START OF HEADER MENU STYLES and help/about pop up pages 
  * *
*****************************************************
******************************************************/

.list_icon {
  margin-left: 15px;
  margin-right: 15px;
}

.help {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  border-bottom: 1px #d7d9dd solid;
  position: relative;
}
.help svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
}
.help:hover a {
  color: #6d6c6c;
}
.help:hover .blue-box {
  background-color: #3fa6fd;
  position: absolute;
  margin-left: 0;
  height: 100%;
  width: 4px;
}
.help:hover #home {
  fill: #6d6c6c;
}

.about {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  border-bottom: 1px #d7d9dd solid;
  position: relative;
}
.about svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
}
.about:hover a {
  color: #6d6c6c;
}
.about:hover .blue-box {
  background-color: #3fa6fd;
  position: absolute;
  margin-left: 0;
  height: 100%;
  width: 4px;
}
.about:hover #home {
  fill: #6d6c6c;
}

.global_prefs {
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
  border-bottom: 1px #d7d9dd solid;
  position: relative;
}
.global_prefs svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
}
.global_prefs:hover a {
  color: #6d6c6c;
}
.global_prefs:hover .blue-box {
  background-color: #3fa6fd;
  position: absolute;
  margin-left: 0;
  height: 100%;
  width: 4px;
}
.global_prefs:hover #gear {
  fill: #6d6c6c;
}

.sys_settings {
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
  border-bottom: 1px #d7d9dd solid;
  position: relative;
}
.sys_settings svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
}
.sys_settings:hover a {
  color: #6d6c6c;
}
.sys_settings:hover .blue-box {
  background-color: #3fa6fd;
  position: absolute;
  margin-left: 0;
  height: 100%;
  width: 4px;
}
.sys_settings:hover #gear {
  fill: #6d6c6c;
}

.metermaster_page {
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
  border-bottom: 1px #d7d9dd solid;
  position: relative;
}
.metermaster_page svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
}
.metermaster_page:hover a {
  color: #6d6c6c;
}
.metermaster_page:hover .blue-box {
  background-color: #3fa6fd;
  position: absolute;
  margin-left: 0;
  height: 100%;
  width: 4px;
}
.metermaster_page:hover #mail {
  fill: #6d6c6c;
}

#release_notes_table {
  text-align: left;
  line-height: 40px;
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid #1d1e22;
  width: 100%;
  margin: 15px auto;
  font-size: 12px;
}

#release_notes_table thead tr:first-child {
  background: #1d1e22;
  color: #fff;
  border: none;
  text-align: center;
}

#release_notes_table th:first-child,
#release_notes_table td:first-child {
  padding: 0 15px 0 20px;
}

#release_notes_table th {
  font-weight: 500;
}

#release_notes_table thead tr:last-child th {
  border-bottom: 1px solid #696969;
}

#release_notes_table tbody tr:hover {
  background-color: #f2f2f2;
  cursor: default;
}

#release_notes_table tbody tr:last-child td {
  border: none;
}

#release_notes_table tbody td {
  border-bottom: 1px solid #ddd;
}

#release_notes_table td.release_note_number {
  width: 105px;
  text-align: center;
}

#release_notes_table td.release_note_date {
  width: 116px;
}

#release_notes_table td.deployment_note_date {
  width: 110px;
}

#revision_numbering_table {
  border-collapse: collapse;
  font-size: 11px;
  border: 1px solid black;
}

#revision_numbering_table .info_title {
  width: 55px;
}
#revision_numbering_table td {
  border: 1px solid black;
}

#averaged_areas_table {
  border-collapse: collapse;
  font-size: 11px;
  border: 1px solid black;
}
#hardware_ids_table {
  border-collapse: collapse;
  font-size: 11px;
  border: 1px solid black;
}
#hardware_ids_table td {
  border: 1px solid black;
  padding: 10px;
}
#user_levels_table {
  border-collapse: collapse;
  font-size: 11px;
  border: 1px solid black;
}

#averaged_areas_table td {
  border: 1px solid black;
  padding: 8px;
}
#user_levels_table td {
  border: 1px solid black;
  padding: 8px;
}
#user_levels_table .user_level_type {
  width: 80px;
}
#user_levels_table .user_level_spec {
  width: 85px;
}

#averaged_areas_table .info_img {
  text-align: center;
}

#reporting_limits_page li {
  margin-bottom: 8px;
}

.back_icon {
  position: absolute;
  padding: 6px;
  cursor: pointer;
}

/**
  ESM REVISION PAGES STYLES
**/

.heading_module_popup {
  text-align: center;
  background-color: #1d1e22;
  color: #fff;
  padding: 15px;
  display: block !important;
}
#release_date {
  text-align: left;
}
#release_number {
  text-align: center;
}

#inner_content {
  display: block !important;
  padding: 10px;
  text-align: left;
}

#release_version_page #release_heading {
  height: 30px;
}
#release_version_page #description {
  padding: 10px;
}

#release_version_page #details {
  padding: 15px;
}

#version_date{
  display: flex;
}

#release_version_date {
  padding-left: 10px;
  padding-bottom: 5px;
  text-align: left; 
}

#deployment_version_date  {
  position: absolute;
  right: 10px;
}


/************
  About Page style for dynamic table
*************/
.about_fixed_header {
  width: 100%;
}

table.about_fixed {
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  border-color: grey;
  width: 97%;
  font-size: 12px;
  border-collapse: collapse;
}
.about_fixed td {
  padding: 5px;
  border: 1px solid black;
}

.about_fixed_header thead tr {
  display: block;
}

.about_fixed_header thead {
  color: black;
  font-size: 15px;
}

.about_fixed_header td {
  padding: 0px 10px;
  font-size: 12px;
}

.contact_cell {
  border: none !important;
  line-height: 5px !important;
}

.contact_cell_head {
  border: none !important;
  line-height: 13px !important;
}

.date_cell {
  font-size: 11px;
  font-style: italic;
}
#about_content {
  display: block !important;
  overflow-y: scroll;
  max-height: 300px;
}
.about_fixed .logger_heading {
  font-size: 11px;
  text-align: center;
}
.about_fixed .logger_row {
  font-size: 11px;
  font-style: italic;
  text-align: center;
}

#loggers_table thead {
  display: block;
}
#loggers_table tbody {
  display: block;
}

/*Notification*/

#notification {
  float: left;
  margin-right: 20px;
  font-size: 14px;
  font-weight: bold;
}
#notification {
  color: #333333;
  text-decoration: none;
}
#notification a:hover {
  color: #006699;
  text-decoration: none;
}

#notification {
  position: absolute;
  right: 43px;
  top: 5px;
  z-index: 12;
}
#notificationContainer {
  margin-top: 4px;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.5s linear;
  background-color: white;
  max-width: 600px;
}
#notificationContainer.hidden {
  visibility: hidden;
  opacity: 0;
}
#notification_count {
  padding: 3px 7px 3px 7px;
  background: #e00000;
  color: #ffffff;
  font-weight: bold;
  margin-left: 14px;
  margin-top: -2px !important;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  position: absolute;
  margin-top: -11px;
  font-size: 11px;
  z-index: 1;
}

#notificationLink .bell_icon {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 23px;
  width: 23px;
  bottom: 0;
}
#notificationLink .bell_icon.static {
  background-image: url("https://att.metermaster.co.nz/img/bell-icon.png?version=2");
}
#notificationLink:not(.fixed_tooltip):hover > .bell_icon.static {
  visibility: hidden;
}
#notificationLink:not(.fixed_tooltip):hover > .bell_icon.gif {
  visibility: visible;
}
#notificationLink .bell_icon.gif {
  background-image: url("https://att.metermaster.co.nz/img/bell-icon.gif?version=2");
  visibility: hidden;
}
/* #notificationContainer .notification_heading {
  border-bottom: 2px solid #e3e3e3;
} */

#notificationContainer .notifications_wrapper .single_notification {
  height: 50px;
  align-items: center;
  background-color: white;
  border-top: 1px solid #d7d9dd;
  cursor: pointer;
  transition: box-shadow 0.4s;
}
/* #notificationContainer .notifications_wrapper .single_notification:last-child {
  border-radius: 0px 0px 15px 15px;
} */
#notificationContainer .notifications_wrapper .single_notification:hover {
  background-color: #f1f1f1;
  box-shadow: inset 12px 0 1px -10px #3fa6fd;
}
#notificationContainer .notifications_wrapper .single_notification.focus {
  box-shadow: inset 12px 0 1px -7px #3fa6fd;
}

#notificationContainer .notifications_wrapper .single_notification.focus .notification_link_content {
  color: black;
}
#notificationContainer .notifications_wrapper .single_notification .notification_link_content {
  align-items: center;
  margin-right: 8px;
  padding: 3px 5px;
  pointer-events: none;
}
#notificationContainer .notifications_wrapper .single_notification .notif_icon {
  width: 45px;
  height: 45px;
  background-size: contain;
  background-position: center;
  /* border: 1px solid #c7c7c7; */
  border-radius: 40px;
  /* box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px; */
  display: flex;
  align-items: center;
  justify-content: center;
}
#notificationContainer .notifications_wrapper .single_notification .notif_icon i.fa {
  font-size: 25px;
}
#notificationContainer .notifications_wrapper .single_notification .notif_desc {
  padding-left: 12px;
  font-size: 12px;
}
#notificationContainer .notifications_wrapper .single_notification .notif_action {
  display: flex;
  width: 100px;
  height: 100%;
  margin-left: auto;
  border-left: 1px solid #d7d9dd;
  border-right: 3px solid #d9d9d9;
  font-size: 11px;
  align-content: center;
}
#notificationContainer .notifications_wrapper .single_notification .notif_action_btn {
  font-weight: normal;
}
#notificationContainer .notifications_wrapper .single_notification .notif_action_btn:hover {
  font-weight: bold;
}

/*****************************************************
*****************************************************
  * *
  * * * END OF HEADER MENU STYLES  
  * *
*****************************************************
******************************************************/

/*Site Headings - inner <span> determines text colour*/
.selected_site {
  color: #ffffff;
}
.selected_site:hover {
  color: #000;
}

.alarm_site {
  color: #ffffff;
}
.alarm_site:hover {
  color: #000;
}
.alarm_site.purplest_text:hover {
  color: #ddddff;
}

/*header item BG*/
.selected_pagebg > a:first-child {
  background-color: #e5e5e5;
  border: 1px solid #bbbbbb;
  border-bottom: none;
}
.site_tab {
  border-radius: 6px 6px 0 0;
  border: 1px solid #bbbbbb;
  background-color: #ffffff;
  z-index: 10;
}
.page_tab {
  padding: 4px 1px 5px 1px;
}

/*Alarm Status*/
.redst {
  color: #ffffff;
  background-color: #ff0000;
}
.redst:hover {
  color: #000000;
}

.orangest {
  color: #ffffff;
  background-color: #ff6a00;
}
.orangest:hover {
  color: #000000;
}

.yellowst {
  color: #1a75ce;
  background-color: #fffb2a;
}
.yellowst:hover {
  color: #000000;
}

.purplest {
  color: #ffffff;
  background-color: #b40080;
}
.purplest:hover {
  color: #ddddff;
}

.ylwst_text {
  color: #1a75ce;
}
.ylwst_text:hover {
  color: #000;
}

.prplst_text {
  color: #ffffff;
}
.prplst_text:hover {
  color: #ddddff;
}

/*styles in alphabet order*/
.scrolly {
  overflow-y: auto !important;
}

/*style for highlighting keyword*/
span.hlw {
  background-color: yellow;
}

/*Media Queries-----------------------------------------------------------*/

#auth_countdown_timer {
  position: absolute;
  right: 8px;
  top: 2px;
  font-weight: bold;
  font-style: italic;
  font-size: 12px;
}

/* Autocomplete / Suggestions styling */
.autocomplete-suggestions {
  border: 1px solid #999;
  background: #fff;
  overflow: auto;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete-suggestion:hover {
  cursor: pointer;
}
.autocomplete-selected {
  background: #f0f0f0;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399ff;
} /* Removed so no highlighting occurs */
.autocomplete-group {
  padding: 2px 5px;
}
.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}
.autocomplete-suggestions .grouped_suggestions {
  padding: 3px;
  border: 1px solid #898989;
}

/* Overriding multiple select styles*/
.ms-drop input[type="radio"],
.ms-drop input[type="checkbox"] {
  margin-top: 0px !important;
}
