html {
    font-family: 'Lato', sans-serif;
    font-size:10px;
    text-align: left;
}
body {
  background-color: #f6f5f6;


}
footer {
   position: fixed;
   bottom: 0;
   width: 100%;
   height: 60px;
}
.footer {
  display: none;
  padding: 50px 0px 50px 0px;
}
h1 {
    font-size:16px;
    padding: 5px;
    color: #806600; /* Sensor IT yellow Darkest */
    background: #E2E0E5;
}
input[type=text]:read-only {
    background: #D3D3D3;
}
input:disabled {
    background: #dddddd;
    cursor: no-drop;
}


/* ------------------------------------------------------ */
/* Terms and Conditions                                   */
/* ------------------------------------------------------ */

h1.sensorit {
    font-size:35px;
    padding: 15px 0px 15px 0px;;
    margin-top: 30px;
    color: #806600;
} 
h2.sensorit {
    font-size:18px;
    padding: 5px;
    color: black;
    background: #E2E0E5;
    text-align: left;
} 
p.sensorit {
    font-size:14px;
    text-align: left;
    padding-bottom: 20px;
}
.tac-container {
  margin: 20px 100px 50px 100px;
}

/* ------------------------------------------------------ */
/* Base template                                          */
/* ------------------------------------------------------ */

.base-header-container {
	background: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	margin: 5px;
	height: 70px;
	display: grid;
	grid-template-columns: 60% 40%;
        grid-gap: 10px;
}
.base-header-logo {
        display: flex;
        justify-content: left;
        align-items: center;
}
.base-header-right {
        justify-content: right;
        align-items: bottom;
}
.base-header-clock {
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        text-align: right;
        margin: 0 auto;
        padding: 5px 15px 0px 0px;
}
.base-header-menu {
        display: flex;
        font-size: 14px;
        justify-content: right;
}

/* ------------------------------------------------------ */
/* Login page                                             */
/* ------------------------------------------------------ */

.login-container {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translate(-50%);
  height: 600px;
  justify-content: center;
  align-items: center;
}
.login-form-container {
  width: 550px;
  text-align: center;
}
.login-logo {
	padding-bottom: 30px;
}
.login-form-flash {
  height: 3em;
}
.login-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  width: 400px;
  margin : 0 auto;
}
.login-form-label {
  text-align: left;
}
.login-form-field {
  text-align: left;
}
.login-form-remember {
	padding: 0px 0 10px 0;
	text-align: left;
}
.login-form-text1 {
  height: 3em;
  padding: 3px 0px 3px 0px;
}
.login-form-gap {
  height: 50px;
}
.login-form-captcha {
        display: flex;
        justify-content: center;
        align-items: center;
	padding: 5px 0 15px 0;
}
.login-form-button {
}
.login-form-label {
        font-family: 'Lato', sans-serif;
        font-size: 12px;
        font-weight: bold;
        padding: 10px 15px;
}
.login-form-field input[type="text"] {
    width: 200px;
    padding: 10px 15px;
    margin: 8px 0;
    display: inline-block;
    box-sizing: content-box;
    margin: 0 auto;
}
.login-form-field input[type="password"] {
    width: 200px;
    padding: 10px 15px;
    margin: 8px 0;
    display: inline-block;
    box-sizing: content-box;
    margin: 0 auto;
}
.login-form-button input[type="submit"] {
    width: 200px;
font-size: 12px;
font-weight:bold;
    color: white;
background-color: #806600;
    padding: 10px 30px;
    margin: 2px 0;
    border: none;
    cursor: pointer;
	text-align: center;
	border-radius:5px;
}
.login-form-button input[type="submit"]:hover {
  background-color: #FFCC00;
}

.contact-support-modal {
  display: none;
        border: 1px solid #ccc;
}

/* ------------------------------------------------------ */
/* Index page                                             */
/* ------------------------------------------------------ */

.dashboard-container {
	display:inline-block;
	width: 100%;
	z-index: 100;
}
/*
.dashboard-div-left {
	width: 17%;
	float: left;
	background-color: #FFFFFF;
}
.dashboard-div-right {
	width: 83%;
	float: right;
}
*/

.dashboard-div-left {
	width: 0%;
	float: left;
	background-color: #FFFFFF;
}

.dashboard-div-right {
	width: 100%;
	float: right;
}

.dashboard-div-left-user {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #AA8800; /* Sensor IT yellow middle */
        text-align: left;
	padding: 5px 0px 5px 5px;
}

.dashboard-div-header-container {
    padding: 0px 10px 10px 0px;
	margin-left: 10px;
}
.dashboard-div-header-title {
    font-size:30px;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    color: #806600;
    background: #fff;
    text-align: center;
}
.dashboard-div-content-container {
        padding: 0px 10px 0px 10px;
}


.select-organisations-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.select-organisations-modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  border: 1px solid #888;
  width: 500px;
  height: 150px;
}
.select-organisations-modal-title {
  font-size: 16px;
  font-weight: bold;
  color: #806600;
  padding: 10px 0px 10px 0px;
  margin: 2px 2px 15px 2px;
  text-align:center;
  background: #FFF2CC;
}
.select-organisations-modal-select {
  margin : 0 auto;
}
.select-organisations-modal-buttons {
  padding: 5px 20px 5px 0px;
  float: right;
}


/* ------------------------------------------------------ */
/* Breadcrumb                                             */
/* ------------------------------------------------------ */

.breadcrumb-div {
    text-align: left;
}

ul.breadcrumb {
  margin: 0px;
  padding: 8px 12px;
  list-style: none;
  background-color: #eee;
}

ul.breadcrumb li {
  display: inline;
  font-size: 12px;
}

ul.breadcrumb li+li:before {
  padding: 8px;
  color: 806600;
  content: "/\00a0";
}

ul.breadcrumb li a {
  color: #9B9A9C; /* Sensor IT dark grey */
  text-decoration: none;
}

ul.breadcrumb li a:hover {
  color: #FFCC00; /* Sensor IT yellow low */
  text-decoration: underline;
}

li.breadcrumb {
  padding: 0px;
}



.user-registration-container {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.user-registration {
	font-size: 12px;
        font-weight: bold;
	text-align: left;
}
.user-registration label {
        width: 200px;
}
.user-registration input[type=text], input[type=password] {
	font-size: 12px;
        width: 250px;
        padding: 10px 15px;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
	border: 1px;
}
.header_datetime {
	font-family: 'Lato', sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
}
.header_loggedin {
	font-size: 12px;
}


/* ------------------------------------------------------ */
/* Side menu                                              */
/* ------------------------------------------------------ */

 /* Fixed sidenav, full height */
.sidenav {
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: #fff;
  overflow-x: hidden;
  padding-top: 20px;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 14px;
  color: #806600;
  display: block;
  border: none;
  background: none;
  width:100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  font-weight: normal;
}
.dropdown-btn:disabled {
  color: #9f9fa0;
  color: #dddddd;
}
.sidenav i {
  padding-right: 10px;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: #FFCC00;
  background: #AA8800;
}

/* Main content */
.main {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 20px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active {
/*  background-color: green;
  color: white; */
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #fff;
  padding-left: 20px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}

@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}


/* ------------------------------------------------------ */

.user-registration-container {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.user-registration {
	font-size: 12px;
        font-weight: bold;
	text-align: left;
}
.user-registration label {
        width: 200px;
}
.user-registration input[type=text], input[type=password] {
	font-size: 12px;
        width: 250px;
        padding: 10px 15px;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
        box-sizing: content-box;
        margin: 0 auto;
}
.user-registration input[type=submit], button {
        font-size: 10px;
        font-weight:bold;
        color: white;
        background-color: #806600;
        padding: 10px 30px;
        margin: 2px 0;
        border: none;
        cursor: pointer;
        text-align: center;
        border-radius:5px;
}
.user-registration input[type=submit]:hover, button:hover {
  background-color: #FFCC00;
}
.user-registration td {
	vertical-align: middle;
	padding-bottom: 10px;
}
.index_table {
	border: 1px solid;
	border-color: #AA8800;
	background-color: #FFF2CC; /* Sensor IT yellow washed out low */
	vertical-align: bottom;
}
.index_table_inner {
	font-size: 15px;
	font-style: bold;
	font-weight: normal;
	border: 1px solid;
	border-color: #AA8800;
	background-color: #FFF2CC;
	vertical-align: bottom;
}
.index_table_inner2 {
	font-size: 15px;
	font-weight: bold;
	border: 1px solid;
	border-color: #AA8800;
	background-color: #FFFFFF;
	vertical-align: bottom;
}
.index_table_inner_td {
	vertical-align: bottom;
        margin-left: auto;
        margin-right: auto;
}



/* Remove */
.dashboard-div-left-label {
	font-size: 14px;
        text-align: left;
        vertical-align: middle;
}
.dashboard-div-left-dropdown {
	color: #806600;
        text-align: left;
        vertical-align: middle;
        min-width: 180px;
        max-width: 180px;
        z-index: 1;
	padding: 5px 0px 5px 5px;
}



/* ------------------------------------------------------ */
/* Dashboard Zones
/* ------------------------------------------------------ */

.dashboard-zones-div-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 10px;
}
.dashboard-zones-zone-title {
	font-size: 18px;
	font-weight: bold;
  color: #806600; /* Sensor IT yellow Darkest */
	background: #E2E0E5;/* Sensor IT light grey */
	text-align: left;
  padding: 5px 0px 5px 10px;
  margin-bottom: 5px;
}
.dashboard-zones-div-content {
/*	background: #E2E0E5; */ /* Sensor IT light grey */
	background: #FFFFFF;
	display: grid;
	height: 200px;
	cursor: pointer;
}
.dashboard-zones-div-content:hover {
        background: #FFCC00;
}
.dashboard-zones-title {
	font-size: 22px;
	font-weight: bold;
	color: #AA8800;
	padding-top: 20px;
}
.dashboard-zones-table {
	width: 65%;
}
.dashboard-zones-agent-label {
	font-size: 18px;
	color: #000000;
	text-align: left;
	padding-left: 20px;
}
.dashboard-zones-agent-value {
	font-size: 18px;
	text-align: right;
	padding-right: 20px;
}
.dashboard-zones-status {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 5px;
}
.dashboard-zones-status-blocktitle {
	font-size: 16px;
	color: #FFFFFF;
	background: #9B9A9C; /* Sensor IT dark grey */
	vertical-align: middle;
}
.dashboard-zones-status-green {
	background: #008000;
	height: 50px;
	position: relative;
}
.dashboard-zones-status-yellow {
	background: #ffde38;
	height: 50px;
	position: relative;
}
.dashboard-zones-status-red {
	background: #f41a1a;
	height: 50px;
	position: relative;
}
.dashboard-zones-status-title {
}
.dashboard-zones-status-text {
	font-size: 30px;
	font-weight: bold;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
}
.dashboard-zones-event {
	display: grid;
	grid-template-columns: 1fr 3fr;
}
.dashboard-zones-event-warning {
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	background: #ffde38;
        border: 1px solid #ccc;
}
.dashboard-zones-event-alert {
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	background: #fcc5c5;
        border: 1px solid #ccc;
}
.dashboard-zones-event-text {
	font-size: 10px;
	padding-left: 5px;
}




.dashboard-zones-popup-content {
	background: #FFFFFF;
	display: grid;
	height: 200px;
	cursor: pointer;
}
.dashboard-zones-popup-content:hover {
        background: #FFCC00;
}
.dashboard-zones-popup-title {
	font-size: 14px;
	font-weight: bold;
  color: #806600; /* Sensor IT yellow Darkest */
	padding-top: 5px;
	padding-bottom: 10px;
}
.dashboard-zones-popup-agentsensor {
	display: grid;
	grid-template-columns: 1fr 1fr;
        grid-gap: 5px;
}
.dashboard-zones-popup-agentsensor-label {
	font-size: 12px;
	color: #000000;
	text-align: left;
	padding-left: 5px;
}
.dashboard-zones-popup-agentsensor-img {
	width: 40px;
	height: 40px;
}
.dashboard-zones-popup-agentsensor-value {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	margin: auto;
	padding-right: 5px;
}
.dashboard-zones-popup-status {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 5px;
	padding-top: 10px;
}
.dashboard-zones-popup-status-green {
  color: white;
	background: #008000;
	height: 30px;
	position: relative;
}
.dashboard-zones-popup-status-yellow {
	background: #ffde38;
	height: 30px;
	position: relative;
}
.dashboard-zones-popup-status-red {
  color: white;
	background: #f41a1a;
	height: 30px;
	position: relative;
}
.dashboard-zones-popup-status-title {
	padding-bottom: 5px;
}
.dashboard-zones-popup-status-text {
	font-size: 14px;
	font-weight: bold;
        position: absolute;
        top: 65%;
        left: 50%;
        transform: translate(-50%, -50%);
}



/* ---------------------------------------------
 * Dashboard System Health
 * --------------------------------------------- */

.site-dashboard-system-health-container {
}
.site-dashboard-system-health-variables-container {
        height: 40px;
        background-color: #fff;
	      display: grid;
	      grid-template-columns: 1fr 1fr 1fr 2fr;
        grid-gap: 20px;
        padding: 0px 0px 0px 20px;
        grid-gap: 20px;
}
.site-dashboard-system-health-variables-container-checkboxes-container {
	      display: grid;
	      grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 50px;
        align-items: center;
        text-align: left;
        margin-left: 30px;
}

.site-dashboard-system-health-variables-label {
}
.site-dashboard-system-health-variables-value {
}

.site-dashboard-system-health-agents-container {
  margin-top: 10px;
  overflow: hidden;
  min-height: 600px;
}
.site-dashboard-system-health-agent-container {
        width: 25%;
        float: left;
}
.site-dashboard-system-health-agent-item {
        background-color: #fff;
        border: 3px solid #fff;
        cursor: pointer;
	      display: grid;
	      grid-template-columns: 70% 30%;
        height: 70px;
}
.site-dashboard-system-health-agent-data {
}
.site-dashboard-system-health-agent-ts {
	      font-size: 18px;
	      font-weight: bold;
        line-height: 70px;
}
.site-dashboard-system-health-agent-site {
  	font-size: 14px;
    font-weight: bold;
    color: #806600;
    text-align: left;
    padding-left: 3px;
    padding-top: 5px;
}
.site-dashboard-system-health-agent-zone {
	font-size: 14px;
    text-align: left;
    padding-left: 3px;
    padding-top: 5px;
    white-space: nowrap;
}
.site-dashboard-system-health-agent-agent {
	font-size: 14px;
    text-align: left;
    padding-left: 3px;
    padding-top: 5px;
    margin-right: 5px;
    white-space: nowrap;
}
#info-box-agent-health {
  display: none;
  position: absolute;
  width: 300px;
  top: 0px;
  left: 0px;
  z-index: 11;
  background-color: #ffffff;
  border: 2px solid #BF0A30;
  border-radius: 5px;
  padding: 5px;
  font-family: arial;
}
.site-dashboard-system-health-agents-sensors-container {
  display: none;
        display: flex;
        flex-direction: row;
        background-color: #fff;
        border: 2px dotted #ccc;
        border-style: dashed;
        border-radius: 5px;
	      display: none;
}
.site-dashboard-system-health-agents-sensors {
	      display: grid;
	      grid-template-columns: 10% 70% 20%;
}
.site-dashboard-system-health-agents-sensor-icon {
}
.site-dashboard-system-health-agents-sensor-icon-img {
        width: 20px;
        height: 20px;
	float: left;
}
.site-dashboard-system-health-agents-sensor-desc {
    text-align: left;
    top: 50%;
    margin: 0;
    transform: translateY(+25%);
}
.site-dashboard-system-health-agents-sensor-ts {
    margin-right: 5px;
    margin: 0;
    transform: translateY(+25%);
    margin-right: 3px;
}












.dashboard-agents-one-gauge-title {
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.dashboard-agents-one-gauge-title-small {
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.dashboard-agents-one-gauge-large {
	display: block;
	margin: auto;
        width: 65%;
	padding-bottom: 10px;
}
.dashboard-agents-one-gauge-small {
	display: block;
	margin: auto;
        width: 75%;
	padding-bottom: 10px;
}
.dashboard-agents-one-radio {
    align-items: top;
    text-align: left;
}
.dashboard-agents-one-ddl {
	color: #806600;
        min-width: 80px;
}

.dashboard-agents-one-div-sensors {
	background: #FFFFFF;
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
        grid-gap: 10px;
}
.dashboard-agents-one-div-graph {
	background: #FFFFFF;
	display: grid;
	grid-template-columns: 1fr 5fr;
        grid-gap: 0px;
}
.dashboard-agents-one-title {
	font-size: 18px;
	color: #FFFFFF;
	background: #AA8800;
}


.dashboard-agents-multi-div-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 10px;
}
.dashboard-agents-multi-div-content {
	background: #FFFFFF;
	height: 230px;
	cursor: pointer;
        border: 3px solid #FFFFFF;
}
.dashboard-agents-multi-div-content-sensors {
	display: grid;
	grid-template-columns: 4fr 1fr;
}
.dashboard-agents-multi-div-content:hover {
        border: 3px solid #FFCC00;
}
.dashboard-agents-multi-div-content-sensors-primary {
}
.dashboard-agents-multi-div-content-sensors-secondary {
       	margin:0 auto;
}
.dashboard-agents-multi-title {
	font-size: 14px;
	color: #FFFFFF;
	background: #AA8800;
	text-align: left;
	padding: 5px;
}
.dashboard-agents-multi-title a:link{
	text-decoration: none;
}
.dashboard-agents-multi-title a:hover{
	color: #cccccc;
}
.dashboard-agents-multi-div-content-sensors-main {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.dashboard-agents-multi-gauge-title {
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.dashboard-agents-multi-sensor-icon {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.dashboard-agents-multi-gauge-icon-img {
        height: 50px;
        width: 50px;
}
.dashboard-agents-multi-gauge {
	background: #FFFFFF;
	display: block;
	margin: auto;
        height: 70%;
}
.dashboard-agents-multi-sensor-label {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
}
.dashboard-agents-multi-sensor-icon-img {
    height: 50px;
    width: 50px;
}
.dashboard-agents-multi-sensor-val {
	color: #806600;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}


.dashboard-pagination-container {
	display:inline-block;
	width: 100%;
}
.dashboard-pagination {
	float: center;
}




.readings_table_header {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: bolder;
	text-align: center;
	color: #806600;
	background: #FFFFFF;
}




.table_row_colour:nth-of-type(odd) {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
        background-color:#F7F9F6;
}
.table_row_colour:nth-of-type(even) {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
}
.mnt-table-list-icon-img {
    height: 15px;
    width: auto;
}



.container {
	margin-left: 20px;
	margin-right: 20px;
}
#readings_var {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
    horizontal-align: left;
    vertical-align: middle;
    font-weight: bold;
	border-radius: 5px;
	background-color: #E2E0E5;
    margin: 5px;
}
#readings_var input[type=text], input[type=date], select {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
}
#readings_var button {
	font-size: 10px;
	font-weight:bold;
    color: white;
	background-color: #806600;
    padding: 10px 30px;
    margin: 2px 0;
    border: none;
    cursor: pointer;
	text-align: center;
	border-radius:5px;
}
#showing {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	padding-right: 15px;
    margin: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
    horizontal-align: left;
    vertical-align: middle;
    font-weight: bold;
	border-radius:5px;
	background-color: #E2E0E5;
}
#readings_container_top {
        display: flex;
}
#readings_data_container {
	flex: 40%;
	display:flex;
	padding: 15px;
    height: 600px;
    overflow: auto;
}
#readings_data {
	flex: 40%;
	padding: 15px;
    height: 600px;
    overflow: auto;
}
#readings_graph {
	flex: 60%;
	padding: 15px;
}
.readings_val_center {
	font-family: 'Lato', sans-serif;
	text-align: center;
	font-size: 12px;
}
.readings_val_right {
	font-family: 'Lato', sans-serif;
	text-align: right;
	padding-right: 15px;
	font-size: 12px;
}
.flash {
	font-family: 'Lato', sans-serif;
        background-color: #f6f5f6;
        color: red;
	height: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}
#cssmenu ul:before {
  content: '';
  display: block;
}
#cssmenu ul:after {
  content: '';
  display: table;
  clear: both;
}
.main-menu {
    vertical-align: bottom;
    text-align: left;
    margin: 0 auto;
}




button:hover {
  background-color: #FFCC00;
}
.no-input[type=text], .no-input[type=password], .no-input[type=date], .no-select {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
        width: 100%;
        padding: 5px 5px;
        margin: 10 0;
        display: inline-block;
        border: 1px solid #ccc;
        box-sizing: border-box;
}
#agents_sensors_config {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	padding: 10px;
	border-radius: 5px;
	font-weight: bolder;
	background-color: #E2E0E5;
}
#agents_sensors_building {
    padding:0px 20px;
    margin: 0 auto;
    width: 40%;
}
#data_row img {
    border: none;
    display: block;
    margin: 0 auto;
}
#index_alerts {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	padding: 5px;
	border-radius: 5px;
    height: 600px;
    overflow: auto;
}
#index_alerts td.header {
	font-size: 12px;
	padding: 5px;
	border-radius: 5px;
	font-weight: bolder;
	background-color: #E2E0E5;
}
#index_alerts td.data {
	padding: 2px;
}

.fg-dial {
    font-size: 150%;
    font-weight: bold;
    left: 0;
    position: relative;
    text-align: center;
    top: -100px;
    width: 100%;
}
.fg-dial-label {
    font-size: 200%;
    font-weight: bold;
    left: 0;
    position: relative;
    text-align: center;
    top: -60px;
    width: 100%;
}




.base_mnt_top_container {
        display: grid;
	grid-template-columns: 6fr 1fr;
        grid-gap: 10px;
}
.base_mnt_top_container_title {
	background: #E2E0E5;
/*	border: 1px solid blue;*/
	text-align: left;
}
.base_mnt_top_container_form {
        background: #fff;
	padding: 0px 10px 0px 10px;
}
.base_mnt_top_container_buttons {
  position: relative;
}
.button_mnt, .button_mnt_bottom1, .button_mnt_bottom2 {
	font-size: 10px;
	font-weight:bold;
  color: white;
	background-color: #806600;
  border: none;
  cursor: pointer;
	text-align: center;
	border-radius:5px;
	width: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 2px 0;
}
.button_mnt_bottom1 {
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -75px;
}
.button_mnt_bottom2 {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -75px;
}
.button_mnt_notvisible {
  display: none;
}
.button_mnt:hover {
        background-color: #FFCC00;
}
.button_mnt_bottom1:hover {
        background-color: #FFCC00;
}
.button_mnt_bottom2:hover {
        background-color: #FFCC00;
}
.button_mnt_small {
	font-size: 10px;
	font-weight:bold;
        color: white;
	background-color: #806600;
        border: none;
        cursor: pointer;
	text-align: center;
	border-radius:5px;
	width: 75px;
        padding: 10px 0px 10px 0px;
        margin-top: 4px;
        margin-left: 20px;
}
.button_mnt_small:hover {
        background-color: #FFCC00;
}
.base_mnt_main_form {
	text-align:left;
	width: 100%;
}
.form_container {
        background: #fff;
	height: 100%;
	width: 100%;
}



#base_mnt_bottom_container label {
	font-weight: bolder;
	margin:5px;
	padding:5px 0;
	display: box;
}
#base_mnt_bottom_container input {
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
    width: 25%;
	padding:5px 0;
}
#base_mnt_main_container {
    display: flex;
}
#base_mnt_main_container div {
    flex: 1;
    display: inline-block;
    white-space: nowrap;
    padding-right: 25px;
}
#base_mnt_list_container {
    overflow: auto;
    padding-top: 10px;
}
#base_mnt_list_container td.header {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	padding: 5px;
	border-radius: 5px;
	font-weight: bolder;
	background-color: #E2E0E5;
}
#base_mnt_list_container td.data {
	padding: 2px;
}
#agents_mnt_additional_container {
    height: 200px;
}
#agents_mnt_additional_container_buttons {
    display: flex;
}
#agents_mnt_additional_container_buttons div {
	flex: 1;
}
#agents_mnt_additional_container_buttons .button_text {
	display: inline;
    width: 100px;
}
#agents_mnt_additional_container_buttons .button_text:disabled {
  background-color: #cccccc;
}
#agents_mnt_additional_container table  {
	padding: 5px 20px;
}
#agents_mnt_additional_container td.header {
	font-size: 12px;
	padding: 5px;
	border-radius: 5px;
	font-weight: bolder;
	background-color: #E2E0E5;
}
#agents_mnt_additional_container td.data {
	padding: 2px;
}


.agents_mnt_button_add_sensor {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: relative;
  bottom: 23px;
  right: 28px;
  width: 280px;
}
#modal_content{
  font-size: 10px;
  display: none;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}



.button_text:disabled {
        background-color: #dddddd;
	cursor: default;
}
.button {
	font-size: 10px;
	font-weight:bold;
    color: white;
	background-color: #806600;
    padding: 10px 30px;
    margin: 2px 0;
    border: none;
    cursor: pointer;
	text-align: center;
	border-radius:5px;
}


/* ---------------------------------------------
 * Maintenance
 * --------------------------------------------- */

.zones_mnt_svg_buttons {
}

/* users maintenance */

.password-login-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.password-login-modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  border: 1px solid #888;
  width: 400px;
  height: 220px;
}
.password-login-modal-title {
  font-size: 16px;
  font-weight: bold;
  color: #806600;
  padding: 10px 0px 10px 0px;
  margin: 2px 2px 15px 2px;
  text-align:center;
  background: #FFF2CC;
}
.password-login-result {
  width: 100%;
  text-align:center;
  color: red;
  height: 2em;
}
.password-login-modal-select {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 0px 10px 0px;
}
.password-login-modal-buttons {
  padding: 5px 20px 10px 0px;
  float: right;
}

.password-api-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.password-api-modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  border: 1px solid #888;
  width: 400px;
  height: 220px;
}
.password-api-modal-title {
  font-size: 16px;
  font-weight: bold;
  color: #806600;
  padding: 10px 0px 10px 0px;
  margin: 2px 2px 15px 2px;
  text-align:center;
  background: #FFF2CC;
}
.password-api-result {
  width: 100%;
  text-align:center;
  color: red;
  height: 2em;
}
.password-api-modal-select {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 0px 10px 0px;
}
.password-api-modal-buttons {
  padding: 5px 20px 10px 0px;
  float: right;
}

.request-api-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.request-api-modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  border: 1px solid #888;
  width: 930px;
  height: 400px;
}
.request-api-modal-title {
  font-size: 16px;
  font-weight: bold;
  color: #806600;
  padding: 10px 0px 10px 0px;
  margin: 2px 2px 15px 2px;
  text-align:center;
  background: #FFF2CC;
}
.request-api-result {
  width: 100%;
  text-align:center;
  color: red;
  height: 2em;
}
.request-api-modal-select {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 0px 10px 0px;
}
.request-api-modal-text {
  margin-left: 10px;
  margin-right: 10px;
  resize: none;
  overflow: auto;
  outline: none;
  border: 1px solid #888;
}
.request-api-modal-buttons {
  padding: 5px 20px 10px 0px;
  float: right;
}


/* Agent Sensors  Maintenance */

.agent-sensors-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.agent-sensors-modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  border: 1px solid #888;
  width: 850px;
  height: 500px;
}
.agent-sensors-modal-title {
  font-size: 16px;
  font-weight: bold;
  color: #806600;
  padding: 10px 0px 10px 0px;
  margin: 2px 2px 15px 2px;
  text-align:center;
  background: #FFF2CC;
}
.agent-sensor-update-result {
  width: 100%;
  text-align:center;
  color: red;
  height: 2em;
}
.agent-sensors-modal-grid {
  align-items: center;
  padding: 0px 0px 10px 0px;
  height: 150px;
    overflow: auto;
}
.agent-sensors-modal-grid-header-10 {
  width: 10%;
  color: white;
  background: #806600;
  text-align: center;
}
.agent-sensors-modal-grid-header-30 {
  width: 30%;
  color: white;
  background: #806600;
  text-align: center;
}
.agent-sensors-modal-grid-header-60 {
  width: 60%;
  color: white;
  background: #806600;
  text-align: center;
}
.agent-sensors-modal-grid-row {
  text-align: right;
  padding-left: 10px;
  text-align: left;
}
.agent-sensors-modal-detail-title {
  color: white;
  font-weight: bold;
  background: #806600;
  text-align: center;
  padding: 2px 0px 2px 0px;
  margin: 0px 2px 0px 2px;
}
.agent-sensors-modal-detail {
  align-items: center;
  padding: 10px 20px 10px 20px;
  height: 170px;
}
.agent-sensors-modal-buttons {
  padding: 5px 20px 10px 0px;
  float: right;
}



/* Alerts */

.alert-notifications-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.alert-notifications-modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  border: 1px solid #888;
  width: 700px;
  height: 350px;
}
.alert-notifications-modal-title {
  font-size: 16px;
  font-weight: bold;
  color: #806600;
  padding: 10px 0px 10px 0px;
  margin: 2px 2px 15px 2px;
  text-align:center;
  background: #FFF2CC;
}
.alert-notifications-result {
  width: 100%;
  text-align:center;
  color: red;
  height: 2em;
}
.alert-notifications-modal-select {
  justify-content: center;
  align-items: center;
  padding: 0px 0px 10px 0px;
}
.alert-notifications-modal-select-layout {
  display: grid;
	grid-template-columns: 1fr 2fr 1fr 2fr 1fr 2fr;
  grid-gap: 10px;
}
.alert-notifications-modal-select-label {
	font-weight: bold;
  padding: 3px 0px 0px 20px;
}
.alert-notifications-modal-select-input {
  float: left;
}
.alert-notifications-modal-select-input-text {
  width: 75%;
}
.alert-notifications-modal-select-input-select {
  float: left;
	padding: 3px 0px 3px 3px;
}
.alert-notifications-modal-grid {
  align-items: center;
  padding: 0px 0px 10px 0px;
  height: 200px;
    overflow: auto;
}
.alert-notifications-modal-grid-header {
  color: white;
  background: #806600;
}
.alert-notifications-modal-buttons {
  padding: 5px 20px 10px 0px;
  float: right;
}

/* Alerts maintenance */

.notifications-counter-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.notifications-counter-modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  border: 1px solid #888;
  width: 800px;
  height: 300px;
}
.notifications-counter-modal-title {
  font-size: 16px;
  font-weight: bold;
  color: #806600;
  padding: 10px 0px 10px 0px;
  margin: 2px 2px 15px 2px;
  text-align:center;
  background: #FFF2CC;
}

.notifications-counter-modal-select {
  justify-content: left;
  align-items: left;
  padding: 0px 0px 10px 0px;
  width: 300px;
}
.notifications-counter-modal-select-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 10px;
}
.notifications-counter-modal-select-label {
  font-weight: bold;
  padding: 3px 0px 0px 20px;
}
.notifications-counter-modal-select-input {
  float: left;
}
.notifications-counter-modal-select-input-text {
  width: 75%;
}
.notifications-counter-modal-select-input-select {
  float: left;
  padding: 3px 0px 3px 3px;
}

.notifications-counter-modal-grid {
  align-items: center;
  padding: 0px 0px 10px 0px;
  height: 150px;
    overflow: auto;
}
.notifications-counter-modal-grid-header-type {
  width: 16%;
  color: white;
  background: #806600;
}
.notifications-counter-modal-grid-header-month {
  width: 7%;
  color: white;
  background: #806600;
}
.notifications-counter-modal-grid-row-type {
	font-weight: bold;
  background: #E2E0E5; /* Sensor IT light grey */
  text-align: left;
  padding: 2px 0px 2px 5px;;
}
.notifications-counter-modal-grid-row-month {
  text-align: right;
  padding-right: 5px;
}
.notifications-counter-modal-buttons {
  padding: 5px 20px 10px 0px;
  float: right;
}

.api-counter-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.api-counter-modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  border: 1px solid #888;
  width: 850px;
  height: 300px;
}
.api-counter-modal-title {
  font-size: 16px;
  font-weight: bold;
  color: #806600;
  padding: 10px 0px 10px 0px;
  margin: 2px 2px 15px 2px;
  text-align:center;
  background: #FFF2CC;
}

.api-counter-modal-select {
  justify-content: left;
  align-items: left;
  padding: 0px 0px 10px 0px;
  width: 300px;
}
.api-counter-modal-select-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 10px;
}
.api-counter-modal-select-label {
  font-weight: bold;
  padding: 3px 0px 0px 20px;
}
.api-counter-modal-select-input {
  float: left;
}
.api-counter-modal-select-input-text {
  width: 75%;
}
.api-counter-modal-select-input-select {
  float: left;
  padding: 3px 0px 3px 3px;
}

.api-counter-modal-grid {
  align-items: center;
  padding: 0px 0px 10px 0px;
  height: 150px;
    overflow: auto;
}
.api-counter-modal-grid-header-user {
  width: 20%;
  color: white;
  background: #806600;
}
.api-counter-modal-grid-header-month {
  width: 6.6%;
  color: white;
  background: #806600;
}
.api-counter-modal-grid-row-type {
	font-weight: bold;
  background: #E2E0E5; /* Sensor IT light grey */
  text-align: left;
  padding: 2px 0px 2px 5px;;
}
.api-counter-modal-grid-row-month {
  text-align: right;
  padding-right: 5px;
}
.api-counter-modal-buttons {
  padding: 5px 20px 10px 0px;
  float: right;
}


/* Dashboard maintenance */

.dashboard-mnt-top-container-title {
}
.dashboard-mnt-top-container {
  display: grid;
	grid-template-columns: 80% 20%;
  grid-gap: 10px;
}
.dashboard-mnt-top-container-variables {
  padding: 5px 10px 10px 5px;
  display: grid;
	grid-template-columns: 1fr 3fr 1fr 3fr;
  grid-gap: 20px;
	background: #FFFFFF;
}
.dashboard-mnt-top-variables-label {
	font-size: 12px;
	font-weight:bold;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
}
.dashboard-mnt-top-variables-input {
	text-align: left;
}
.dashboard-mnt-top-variables-input input{
	font-size: 12px;
}
.dashboard-mnt-top-variables-input-text {
  width: 100%;
	padding: 4px 0px 4px 0px;
}
.dashboard-mnt-top-variables-input-ddl {
  width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.dashboard-mnt-top-container-buttons {
}
.dashboard-mnt-bottom-container {
	margin-top: 10px;
	background: #FFFFFF;
}
.dashboard-mnt-sensors-container {
	margin-top: 10px;
}

.dashboard-mnt-widget-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.dashboard-mnt-widget-modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  border: 1px solid #888;
  width: 620px;
  height: 355px;
  text-align:left;
}
.dashboard-mnt-widget-modal-title {
  font-size: 16px;
  font-weight: bold;
  color: #806600;
  padding: 10px 0px 10px 0px;
  margin: 2px 2px 15px 2px;
  text-align:center;
  background: #FFF2CC;
}
.dashboard-mnt-widget-result {
  width: 100%;
  text-align:center;
  color: red;
  height: 1em;
}
.dashboard-mnt-widget-container {
	display: grid;
	grid-template-columns: 1fr 2fr;
  grid-gap: 10px;
}
.dashboard-mnt-widget-fields {
  align-items: center;
  padding: 0px 20px 0px 20px;
}
.dashboard-mnt-widget-fields-input-ddl {
  width: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.dashboard-mnt-widget-fields-span {
  position: absolute;
  vertical-align: middle;
}
.dashboard-mnt-widget-img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
}
.dashboard-mnt-widget-img-50 {
  width: 50%;
}
.dashboard-mnt-widget-img-100 {
  width: 100%;
}
.dashboard-mnt-widget-modal-buttons {
  padding: 15px 20px 10px 0px;
  float: right;
}




/* ---------------------------------------------
 * Dashboard Site
 * --------------------------------------------- */

.dashboard-site-container {
        width: 100%;
}
.dashboard-site-sensors-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  padding-bottom: 10px;
}
.dashboard-site-sensors-item-col1, .dashboard-site-sensors-item-col2, .dashboard-site-sensors-item-col3, .dashboard-site-sensors-item-col4 {
  background-color: #fff;
	position: relative;
  border: 3px solid #fff;
  cursor: pointer;
}
.dashboard-site-sensors-item-col1 {
}
.dashboard-site-sensors-item-col1 .tooltiptext{
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
}
.dashboard-site-sensors-item-col2 {
  grid-column: span 2;
}
.dashboard-site-sensors-item-col2 .tooltiptext {
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
}
.dashboard-site-sensors-item-col3 {
  grid-column: span 3;
}
.dashboard-site-sensors-item-col3 .tooltiptext {
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
}
.dashboard-site-sensors-item-col4 {
  grid-column: span 4;
}
.dashboard-site-sensors-item-col4 .tooltiptext {
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
}
.dashboard-site-sensors-item-col1:hover, .dashboard-site-sensors-item-col2:hover, .dashboard-site-sensors-item-col3:hover, .dashboard-site-sensors-item-col4:hover {
  border: 3px solid #FFCC00;
}
.dashboard-site-sensors-item-col1:hover .tooltiptext, .dashboard-site-sensors-item-col2:hover .tooltiptext, .dashboard-site-sensors-item-col3:hover .tooltiptext, .dashboard-site-sensors-item-col4:hover .tooltiptext {
  transition-delay: 1s;
  visibility: visible;
}
.dashboard-site-sensors-item-row2 {
  grid-row: span 2;
}
.dashboard-site-sensors-item-select.select {
  border: 3px solid #FFCC00;
}
.dashboard-site-sensors-title {
/*  height: 15px; */
/*	background-color: #FFF2CC; /* Sensor IT yellow washed out low */
/*  padding-top: 2px; */
}
.dashboard-site-sensors-top {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
  background-color: #ECEBEB;
  background-color: #FFF;
}
.dashboard-site-sensors-top-left {
  height: 30px;
  line-height: 30px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.dashboard-site-sensors-top-mid {
 height: 30px;
 line-height: 30px;
 display: flex;
 justify-content: center;
}
.dashboard-site-sensors-top-right {
 height: 30px;
 line-height: 30px;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
 padding-right: 5px;
}
.dashboard-site-sensors-mid {
  height: 115px; /* Changed from 130 to 115 */
  line-height: 100px;
	vertical-align: middle;
	text-align: center;
  font-size:42px;
	float: center;
}
.dashboard-site-sensors-mid-small {
  height: 130px; /* Orginal: 130 */
  line-height: 100px;
	vertical-align: middle;
	text-align: center;
  font-size:20px;
	float: center;
}
.dashboard-site-sensors-mid-icon {
  height: 115px; /* Orginal: 120 */
  text-align: center;
}
.dashboard-site-sensors-mid-icon img {
  width: 80px;
  height: 80px;
  margin: auto;
  display: block;
}
.dashboard-site-sensors-bottom {
	position: absolute;
  font-size:14px;
	font-weight: bold;
  margin: 0;
  top: 80%;
  left: 50%;
  transform: translateX(-50%) translateY(-20%);
}
.dashboard-site-sensors-item-icon-img {
  width: 28px;
  height: 28px;
	float: left;
}
.dashboard-site-sensors-item-canvas {
}

.dashboard-site-graphs-container {
	display: grid;
  grid-gap: 10px;
	grid-template-columns: 1fr 1fr;
        align-items: center;
}
.dashboard-site-graphs-item {
  height: 300px;
  background-color: #fff;
}
.dashboard-site-graphs-item-top {
	display: grid;
	grid-template-columns: 1fr 4fr 1fr;
}
.dashboard-site-graphs-item-icon {
        height: 30px;
        line-height: 30px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.dashboard-site-graphs-item-icon-img {
        height: 30px;
        width: 30px;
	float: left;
}
.dashboard-site-graphs-item-mid {
        height: 30px;
        line-height: 30px;
}
.dashboard-site-graphs-item-mid-img {
        height: 30px;
        line-height: 30px;
}
.dashboard-site-graphs-item-units {
        height: 30px;
        line-height: 30px;
	display: table-cell;
	font-weight: bold;
	vertical-align: middle;
	text-align: right;
	float: right;
	padding-right: 10px;
}
.dashboard-site-graphs-item-graph {
  height: 270px;
  position:relative;
}
.dashboard-site-graphs-item-graph-canvas {
  position:absolute;
  top:0px;
  padding-left: 0px;
}
.dashboard-site-notifications-container {
  display: none;
}
.dashboard-site-notifications-title {
  font-size:20px;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
  color: #806600;
  background: #fff;
  text-align: center;
}


.dashboard-site-views-container {
	position: relative;
        background-color: #fff;
        height: 700px;
  margin-bottom: 10px;
}
.dashboard-site-views-tab {
  position: absolute;
  z-index: 9;
  top: 5px;
  left: 55px;
  overflow: hidden;
  background-color: rgba(255,255,255, 0.3);
}
.dashboard-site-views-tab button {
  font-family: 'Lato', sans-serif;
  font-size:10px;
  font-weight: normal;
  color: black;
  background-color: rgba(255,255,255, 0.3);
  background-repeat:no-repeat;
  border: 1px solid #ccc;
  float: left;
  outline: none;
  cursor: pointer;
  padding: 10px 12px;
  transition: 0.3s;
  width: 85px;
  margin-left: 2px;
}
.dashboard-site-views-tab button:hover {
  background-color: #ddd;
}
.dashboard-site-views-tab button.active {
  border: 1px solid #BF0A30;
  background-color: rgba(255,255,255, 0);
}
.dashboard-site-views-tab button[disabled]:hover {
  cursor : not-allowed !important;
}
.dashboard-site-svg-container {
	display: none;
	position: relative;
  width: 100%;
  height: 100%;
}
.dashboard-site-svg {
	position: absolute;
  top: 0;
  left: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	background: #FFFFFF;
  width: 100%;
  height: 100%;
}
.dashboard-site-svg-controls {
	text-align: left;
  position: relative;
}
#site {
        width: 100%;
        height: 100%;
}
.polygon-selected {
  stroke-width:10px;
  stroke: purple;
}
#dashboard-site-svg polygon:hover {
  stroke: #002868 !important;
  stroke-width:2px;
  stroke-linejoin: round;
  fill: #002868 !important;
  fill-opacity: 0.5;
  cursor: pointer;
}
polygon .agent:hover {
  cursor: pointer;
}
.svg_zone:hover {
  fill: #002868 !important;
  fill-opacity: 0.5;
  cursor: pointer;
}


/* ---------------------------------------------
 * Dashboard Zones
 * --------------------------------------------- */

.site-dashboard-zones-container {
        width: 100%;
}
.site-dashboard-zones-sensors-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  padding-bottom: 10px;
}
.site-dashboard-zones-sensors-item {
  height: 150px;
  background-color: #fff;
	position: relative;
  border: 3px solid #fff;
  cursor: pointer;
}
.site-dashboard-zones-sensors-item:hover {
  border: 3px solid #FFCC00;
}
.site-dashboard-zones-sensors-top {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
  background-color: #ECEBEB;
  background-color: #FFF;
}
.site-dashboard-zones-sensors-top-left {
        height: 30px;
        line-height: 30px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.site-dashboard-zones-sensors-top-mid {
        height: 30px;
        line-height: 30px;
        display: flex;
        justify-content: center;
}
.site-dashboard-zones-sensors-top-right {
        height: 30px;
        line-height: 30px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.site-dashboard-zones-sensors-mid {
        height: 130px;
        line-height: 100px;
	vertical-align: middle;
	text-align: center;
  font-size:42px;
	float: center;
}
.site-dashboard-zones-sensors-bottom {
	position: absolute;
        font-size:14px;
	font-weight: bold;
        margin: 0;
        top: 80%;
        left: 50%;
        transform: translateX(-50%) translateY(-20%);
}
.site-dashboard-zones-sensors-item-icon-img {
        width: 30px;
        height: 30px;
	float: left;
}
.site-dashboard-zones-sensors-item-canvas {
}

.site-dashboard-zones-graphs-container {
	display: grid;
  grid-gap: 10px;
	grid-template-columns: 1fr 1fr;
        align-items: center;
}
.site-dashboard-zones-graphs-item {
  height: 300px;
  background-color: #fff;
}
.site-dashboard-zones-graphs-item-top {
	display: grid;
	grid-template-columns: 1fr 4fr 1fr;
}
.site-dashboard-zones-graphs-item-icon {
        height: 30px;
        line-height: 30px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.site-dashboard-zones-graphs-item-icon-img {
        height: 30px;
        width: 30px;
	float: left;
}
.site-dashboard-zones-graphs-item-mid {
        height: 30px;
        line-height: 30px;
}
.site-dashboard-zones-graphs-item-mid-img {
        height: 30px;
        line-height: 30px;
}
.site-dashboard-zones-graphs-item-units {
        height: 30px;
        line-height: 30px;
	display: table-cell;
	font-weight: bold;
	vertical-align: middle;
	text-align: right;
	float: right;
	padding-right: 10px;
}
.site-dashboard-zones-graphs-item-graph {
position:relative;
}
.site-dashboard-zones-graphs-item-graph-canvas {
  position:absolute;
  top:0px;
  padding-top: 20px;
}


.site-dashboard-zones-views-container {
	position: relative;
        background-color: #fff;
        height: 700px;
  margin-bottom: 10px;
}
.site-dashboard-zones-views-tab {
  position: absolute;
  z-index: 9;
  top: 5px;
  left: 55px;
  overflow: hidden;
  background-color: rgba(255,255,255, 0.3);
}
.site-dashboard-zones-views-tab button {
  font-family: 'Lato', sans-serif;
  font-size:10px;
  font-weight: normal;
  color: black;
  background-color: rgba(255,255,255, 0.3);
  background-repeat:no-repeat;
  border: 1px solid #ccc;
  float: left;
  outline: none;
  cursor: pointer;
  padding: 10px 12px;
  transition: 0.3s;
  width: 85px;
  margin-left: 2px;
}
.site-dashboard-zones-views-tab button:hover {
  background-color: #ddd;
}
.site-dashboard-zones-views-tab button.active {
  border: 1px solid #BF0A30;
  background-color: rgba(255,255,255, 0);
/*  background-color: #ccc;*/
}
.site-dashboard-zones-views-tab button[disabled]:hover {
  cursor : not-allowed !important;
}
.site-svg-container {
	display: none;
	position: relative;
        width: 100%;
        height: 100%;
}
.site-svg {
	position: absolute;
        top: 0;
        left: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	background: #FFFFFF;
        width: 100%;
        height: 100%;
}
.svg-controls {
	text-align: left;
        position: relative;
}
.dashboard-sites-popup {
        background-color: #ffffff;
        border: 2px solid #BF0A30;
        border-radius: 5px;
        padding: 5px;
}
/*#site {
        width: 100%;
        height: 100%;
}
.polygon-selected {
  stroke-width:10px;
  stroke: purple;
}
#site-svg polygon:hover {
  stroke: #002868 !important;
  stroke-width:2px;
  stroke-linejoin: round;
  fill: #002868 !important;
  fill-opacity: 0.5;
  cursor: pointer;
}
.agent:hover {
  cursor: pointer;
}*/
#info-box {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 11;
  background-color: #ffffff;
  border: 2px solid #BF0A30;
  border-radius: 5px;
  padding: 5px;
  font-family: arial;
}
.dashboard-zones-zone-popup-div-content {
  display: none;
	background: #eeEEEF;
}
.dashboard-zones-zone-popup {
}
.dashboard-zones-zone-popup-container {
  display: grid;
  grid-template-columns: 10fr 1fr;
}
.dashboard-zones-zone-popup-desc {
	font-size: 12px;
	text-align: left;
  vertical-align: middle;
}
.dashboard-zones-agents-popup-div-content {
  display: none;
	background: #eeEEEF;
}
.dashboard-zones-agent-popup {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  z-index: 1;
  background-color: #ffeeff;
  border: 2px solid #BF0A30;
  border-radius: 5px;
  padding: 5px;
  font-family: arial;
}
.dashboard-zones-agent-popup-title {
	font-size: 10px;
	color: #FFFFFF;
	background: #AA8800;
	text-align: center;
	padding: 5px;
	margin-bottom: 5px;
}
.dashboard-zones-agent-popup-sensor-container {
  display: grid;
	grid-template-columns: 1fr 4fr 1fr;
}
.dashboard-zones-agent-popup-sensor-img {
  line-height: 30px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.dashboard-zones-agent-popup-sensor-icon-img {
    height: 30px;
    width: 30px;
}
.dashboard-zones-agent-popup-sensor-desc {
  line-height: 30px;
	font-size: 12px;
	text-align: left;
  vertical-align: middle;
}
.dashboard-zones-agent-popup-sensor-val {
  line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
  vertical-align: middle;
  padding-right: 2px;
}


/* ------------------------------------------------------ */
/* Data Readings
/* ------------------------------------------------------ */

.data-readings-top-container-title {
}
.data-readings-top-container {
        display: grid;
	grid-template-columns: 80% 20%;
        grid-gap: 10px;
}
.data-readings-top-container-variables {
        display: grid;
	grid-template-columns: 1fr 3fr 1fr 2fr 1fr;
        grid-gap: 5px;
	background: #FFFFFF;
}
.data-readings-top-variables-label {
	font-size: 12px;
	font-weight:bold;
	vertical-align: center;
	text-align: left;
	padding-top: 10px;
	padding-left: 20px;
}
.data-readings-top-variables-input {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
.data-readings-top-variables-input input{
	font-size: 12px;
}
.data-readings-top-variables-input-ddl {
        width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.data-readings-top-container-buttons {
}
.data-readings-bottom-container {
	margin-top: 10px;
	background: #FFFFFF;
}
.data-readings-bottom-container-graph {
	height: 600px;
	padding-top: 20px;
	padding-right: 10px;
  cursor: crosshair !important;
}
.data-readings-bottom-container-graph .plot {
  cursor: crosshair !important;
}
.data-readings-bottom-container-graph-canvas .hoverlayer  {
  position: relative;
/*      left: 0;
      right: 0;
      margin:auto;*/
}
.data-readings-stats-container {
       margin-top: 10px;
}
.data-readings-stats-limits-container {
        display: grid;
	      grid-template-columns: 2fr 1fr 1fr 1fr;
        grid-gap: 10px;
}
.data-readings-stats-limits-label {
  text-align: left;
  padding-left: 20px;
  line-height: 50px;
	font-size: 20px;
	font-weight:bold;
	      background: #E2E0E5;
}
.data-readings-stats-limits-value {
  text-align: right;
  padding-right: 40px;
  line-height: 50px;
	font-size: 24px;
	      background: #FFFFFF;
}
.data-readings-stats-limits-icon {
  height: 25px;
  width: 25px;
  float: left;
  padding-left: 20px;
  margin: 0;
  top: 50%;
  transform: translateY(+50%);
}
.data-readings-stats-limits-timestamp {
  text-align: center;
  line-height: 50px;
	font-size: 16px;
	background: #f4f0f5;
}
.data-readings-stats-distribution-container {
        display: grid;
	      grid-template-columns: 2fr 1fr 1fr 1fr;
        grid-gap: 10px;
       margin-top: 10px;
}
.data-readings-stats-distribution-label {
  text-align: left;
  padding-left: 20px;
  line-height: 50px;
	font-size: 20px;
	font-weight:bold;
  background: #E2E0E5;
}
.data-readings-stats-distribution-value {
  text-align: right;
  padding-right: 20px;
  line-height: 50px;
	font-size: 24px;
	      background: #FFFFFF;
}
.data-readings-stats-distribution-value-icon {
  height: 25px;
  width: 25px;
  float: left;
  padding-left: 20px;
  margin: 0;
  top: 50%;
  transform: translateY(+50%);
}


/* ------------------------------------------------------ */
/* Data Notifications
/* ------------------------------------------------------ */

.data-notifications-list {
  padding: 0px 0px 20px 0px;
}
.data-notifications-list-search-container {
        display: grid;
	grid-template-columns: 20% 40% 40%;
        grid-gap: 10px;
	margin-top: 10px;
	padding: 10px 0px 10px 0px;
	background: #FFFFFF;
}
.data-notifications-list-searchbox {
    white-space: nowrap;
    padding-left: 15px;
        align-items: center;
}
.data-notifications-list-searchbox label {
        font-weight: bolder;
        margin:5px;
        padding:5px 0;
        display: box;
}
.data-notifications-list-searchbox input {
        border-bottom:1px solid #ddd;
        border-left:1px solid #c3c3c3;
        border-right:1px solid #c3c3c3;
        border-top:1px solid #7c7c7c;
    width: 100px;
        padding:5px 0;
}
.data-notifications-list-checkboxes {
	display: flex;
        align-items: center;
}
input.data-notifications-list-checkboxes {
}
.data-notifications-list-checkboxes-box {
	font-size: 12px;
	font-weight:bold;
	padding: 0px 10px 0px 10px;
}
.data-notifications-list-checkboxes-box label{
	padding-left: 5px;
}
.data-notifications-list-info {
        display: grid;
	grid-template-columns: 25% 25% 25% 25%;
        align-items: left;
        padding: 5px 0;
	margin-right: 20px;
}
.data-notifications-list-info-label {
	float: right;
        align-items: left;
	font-size: 14px;
	font-weight:bold;
	padding-left: 20px;
}
.data-notifications-list-info-field {
	font-size: 14px;
}


.data-notifications-top-container-title {
  padding: 5px 5px;
  text-align: left;
	font-size: 12px;
	font-weight:bold;
        background-color: #E2E0E5;
}
.data-notifications-top-container {
        display: grid;
	grid-template-columns: 80% 20%;
        grid-gap: 10px;
  margin-bottom: 10px;
}
.data-notifications-top-container-variables {
        display: grid;
	grid-template-columns: 12% 33% 12% 33%;
        grid-gap: 5px;
	background: #FFFFFF;
}
.data-notifications-top-variables-label {
	font-size: 12px;
	font-weight:bold;
	vertical-align: center;
	text-align: left;
	padding-top: 10px;
	padding-left: 20px;
}
.data-notifications-top-variables-label-checkboxes {
  display: grid;
	grid-template-columns: 1fr 1fr;
}
.data-notifications-top-variables-input {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
.data-notifications-top-variables-input-ddl {
        width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.data-notifications-top-container-buttons {
  position: relative;
}
.data-notifications-bottom-container {
	margin-top: 10px;
	background: #FFFFFF;
}
.data-notifications-bottom-container-notifications {
	height: 500px;
	padding-top: 20px;
	padding-right: 35px;
	overflow: auto;
}
.data-notifications-list .header {
        font-family: 'Lato', sans-serif;
        font-size: 12px;
        padding: 5px;
        border-radius: 5px;
        font-weight: bolder;
        background-color: #E2E0E5;
}
.data-notifications-header-row .header {
}
.data-notifications-header-row .header-nobackground {
}
.data-notifications-list-row .data {
	padding: 2px;
  position: relative;
}
.data-notifications-list-row .data-sensor {
  vertical-align: center;
}
.data-notifications-list-row:nth-of-type(odd) {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
        background-color:#F7F9F6;
}
.data-notifications-list-row:nth-of-type(even) {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
}
.data-notifications-list-row-icon-img {
    height: 13px;
    width: auto;
}
.data-notifications-list-row-icon-sensor {
    height: 17px;
    width: auto;
}

.notifications-sent-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.notifications-sent-modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  border: 1px solid #888;
  width: 550px;
  height: 270px;
}
.notifications-sent-modal-title {
  font-size: 16px;
  font-weight: bold;
  color: #806600;
  padding: 10px 0px 10px 0px;
  margin: 2px 2px 15px 2px;
  text-align:center;
  background: #FFF2CC;
}
.notifications-sent-modal-grid {
  align-items: center;
  padding: 0px 0px 10px 0px;
  height: 150px;
  overflow: auto;
}
.notifications-sent-modal-grid-header-10 {
  width: 10%;
  color: white;
  background: #806600;
  text-align: center;
}
.notifications-sent-modal-grid-header-30 {
  width: 30%;
  color: white;
  background: #806600;
  text-align: center;
}
.notifications-sent-modal-grid-header-60 {
  width: 60%;
  color: white;
  background: #806600;
  text-align: center;
}
.notifications-sent-modal-grid-row-left {
  text-align: left;
  padding-left: 10px;
}
.notifications-sent-modal-grid-row-right {
  text-align: right;
  padding-right: 10px;
}
.notifications-sent-modal-grid-row-center {
  text-align: center;
}
.notifications-sent-modal-buttons {
  padding: 5px 20px 10px 0px;
  float: right;
}


/* ------------------------------------------------------ */
/* Data Analytics     
/* ------------------------------------------------------ */

.data-analytics-top-container-title {
}
.data-analytics-top-container {
        display: grid;
	grid-template-columns: 80% 20%;
        grid-gap: 10px;
}
.data-analytics-top-container-variables {
        display: grid;
	grid-template-columns: 1fr 3fr 1fr 2fr 1fr;
        grid-gap: 5px;
	background: #FFFFFF;
}
.data-analytics-top-variables-label {
	font-size: 12px;
	font-weight:bold;
	vertical-align: center;
	text-align: left;
	padding-top: 10px;
	padding-left: 20px;
}
.data-analytics-top-variables-input {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
.data-analytics-top-variables-input input{
	font-size: 12px;
}
.data-analytics-top-variables-input-ddl {
        width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.data-analytics-top-container-buttons {
}
.data-analytics-bottom-container {
	margin-top: 10px;
	background: #FFFFFF;
}
.data-analytics-bottom-container-graph {
	height: 700px;
	padding-top: 20px;
	padding-right: 10px;
}
.data-analytics-bottom-container-graph-canvas {
      max-height:680px;
      position: relative;
      left: 0;
      right: 0;
      margin:auto;
}



/* ------------------------------------------------------ */
/* email                                                  */
/* ------------------------------------------------------ */

.email-alert-container {
  margin: 20px 50px 0px 50px;
}
.email-alert-table-logo {
  margin: 20px 0px 50px 0px;
}
.email-alert-table-content {
}
.email-alert-table-var {
    font-size:16px;
  	font-weight:bold;
    padding: 5px;
    color: black;
    background: #E2E0E5;
    text-align: left;
    width: 30%:
}
.email-alert-table-val {
    font-size:16px;
    width: 70%;
    text-align: left;
    padding: 5px;
}
.email-alert-table-footer {
    font-size:14px;
    padding: 20px 50px 0px 50px;
}







/* Style the tab */

/* Style the buttons that are used to open the tab content */

/* Change background color of buttons on hover */

/* Create an active/current tablink class */

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}






.dashboard-sites-div-container {
	display: grid;
	grid-template-columns: auto auto auto;
        grid-gap: 10px;
}


.dashboard-sites-div-container-single {
}
.dashboard-sites-map-single {
        top: 0;
        left: 0;
        width: 1024;
        height: 600px;
}
.dashboard-sites-div-site {
	background: #FFFFFF;
	position: relative;
	text-align: center;
}
.dashboard-sites-map {
        top: 0;
        left: 0;
        width: 300px;
        height: 300px;
}
.dashboard-sites-text {
	font-size: 12px;
	font-weight:bold;
        background: rgba(226, 224, 229, 0.55);
        padding: 10px 15px;
        margin: 8px 0;
        border: 2px solid #000000;
	border-radius: 5px;
        box-sizing: content-box;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        cursor: pointer;
}
.dashboard-sites-text:hover {
        background: #FFCC00;
}
.dashboard-sites-map-popup-content {
	font-size: 12px;
	font-weight:bold;
        padding: 10px 15px;
        margin: 8px 0;
        border: 2px solid #000000;
	border-radius: 5px;
        box-sizing: content-box;
}


.sites-mnt-svg-container {
	position: relative;
        height: 200px;
        width: 200px;
	justify-content: center;
        border: 1px solid #ccc;
	margin-bottom: 5px;
        cursor: pointer;
}
.sites-mnt-svg {
	position: absolute;
        top: 0;
        left: 0;
	margin: auto;
	display: flex;
	justify-content: center;
        width: 100%;
        height: 100%;
}

.svg {
  width:100%;
  height:100%;
  display:block;
}

[div-tooltip]:before {
    position : absolute;
    background-color: #f6f5f6;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #ccc;
    z-index: 0;
    content : attr(div-tooltip);
    opacity : 0;
}
[div-tooltip]:hover:before {
    opacity : 1;
}

.tooltiptext {
  visibility: hidden;
  position : absolute;
  width: 144px;
  background-color: #806600;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 1px;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  transition-delay: 2s;
}



/* ------------------------------------------------------ */
/*  Temporary                                             */
/* ------------------------------------------------------ */

#sensorit-navigator{
	width: 250px;
	height:100%;
	position: fixed;
	top: 250;
	left: -250px;
	background: rgba(52, 152, 219,0.7);
	float: left;
	z-index: 10;
}
#nav{
	width: 250px;
	height: auto;
	display: block;
	margin: 0 ;
	padding: 0;
}
.nav_tab{
	width: 250px;
	height: 50px;
	display: block;
}
.nav_tab a p{
	color: rgba(255,255,255,0.8);
	font-size: 18px;
	padding: 15px 0;
	text-align: center;
	transition:0.35s ease;
	-webkit-transition:0.35s ease;
	-moz-transition:0.35s ease;
}
.nav_tab a p:hover{
	background: rgba(255,255,255,0.9);
	color: rgba(0,0,0,1);
	letter-spacing: 2px;
	transition:0.35s ease;
	-webkit-transition:0.35s ease;
	-moz-transition:0.35s ease;
	}
.menu-icon{
	width: 150px;
	height: 35px;
	position: relative;
  margin-top: 40px;
  margin-left: 20px;
	z-index: 10;
}

.menu-icon div {
  width: 30px;
  height: 5px;
  background: #806600;
  margin: 5px ;
  transition: all 0.35s;
  border-radius: 2px;
}
.on .line_one {transform: rotate(45deg) translate(7px, 7px);}
.on .line_two {opacity: 0;}
.on .line_three {transform: rotate(-45deg) translate(7px, -7px);}



