﻿/*
    NOTE: we include this css in iport and savvy so the element classes need to be unique so they dont overwrite savvy and iport css
*/
/* iport chart standalone web app styles */
.left {
  float: left;
}
.right {
  float: right;
}
.iport-chart-body {
  margin: 0px;
  padding: 0px;
  color: #000;
  font-family: verdana, sans-serif;
  font-size: 12px;
  width: 100%;
  height: 100%;
  background: #fff;
  /* stop selection on non input elements  */
  /*
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
*/
}
.iport-chart-wrapper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}
/*.iport-chart-error-msg { color: #ff7900; }*/
a.iport-chart-btn:hover {
  -moz-box-shadow: 0 0 2px #888;
  -webkit-box-shadow: 0 0 2px #888;
  box-shadow: 0 0 2px #888;
}
/*----------------------------------------------------------------*/
/* home page */
/*
.chart-view .chart { position: absolute; top:50px; bottom: 0; left: 0; right: 0; }
*/
.chart-view {
  display: flex;
  display: -ms-flexbox;
  flex-flow: column;
  -ms-flex-direction: column;
  height: 100%;
  overflow: hidden;
  /* remove borders on images for IE */
  /*--------------------------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------------------------*/
  /* iport chart embedded styles */
  /*--------------------------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------------------------*/
  /* -------------------------------------------- */
  /* colors */
  /*------------------------------------------------*/
  /* grid */
  /*------------------------------------------------*/
  /*----------------------------------------------------------------*/
  /*---------------------------------------------------------------------------------------*/
  /* aust map */
}
.chart-view .table {
  display: table;
}
.chart-view .row {
  display: table-row;
}
.chart-view .cell {
  display: table-cell;
}
.chart-view table {
  border-collapse: collapse;
}
.chart-view img {
  border-width: 0px;
}
.chart-view .chart-orange {
  color: #ff7900;
}
.chart-view .chart-orangebg {
  background: #ff7900;
}
.chart-view .chart-dark-greybg {
  background: #7f7f7f;
}
.chart-view .chart-bluebg {
  background: #0094ff;
}
.chart-view .series {
  display: none;
  font-family: Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  white-space: nowrap;
}
.chart-view .series span {
  margin-right: 5px;
}
.chart-view select {
  padding: 2px;
  font-family: Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  border-radius: 5px;
  outline: none;
}
.chart-view .chart-error-message {
  position: absolute;
  top: 50px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
.chart-view .chart-container {
  left: 15px;
  right: 15px;
  bottom: 15px;
  padding: 0px;
  border: 0px solid #999;
  border-radius: 10px;
  flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  display: flex;
  display: -ms-flexbox;
}
.chart-view .chart-container .the-chart {
  width: 100%;
}
.chart-view .chart-filter-container {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2px;
}
.chart-view .chart-filter-container .last-updated-date {
  margin-right: 5px;
}
.chart-view .chart-filter-view {
  overflow: hidden;
}
.chart-view .chart-filter-view .items-container .dropdown {
  float: left;
  margin-left: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 2px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.chart-view .chart-filter-view .items-container .dropdown:first-child {
  margin-left: 65px;
}
.chart-view .chart-filter-view .items-container div.tab:first-child {
  margin-left: 65px;
}
.chart-view .chart-filter-view .items-container .tab {
  white-space: nowrap;
}
.chart-view .chart-grid-container {
  height: 100%;
}
.chart-view .chart-grid-container .grid-title {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  padding-bottom: 5px;
}
.chart-view .chart-grid-container .grid-subtitle {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  padding-bottom: 5px;
}
.chart-view .chart-grid-container .the-grid {
  top: 0px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 0;
  height: 100%;
}
.chart-view .chart-loading-container {
  position: absolute;
  background: #fff;
  width: 26px;
  height: 26px;
  /*border: 1px solid #ccc;
        border-radius: 5px;*/
  top: 50%;
  left: 50%;
  z-index: 9999999;
  text-align: center;
  display: none;
}
.chart-view .chart-loading-container .loading-spinner {
  background: url("../images/iport-chart-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  margin-top: 5px;
  margin-left: 5px;
}
.chart-view .chart-menu-container {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  justify-content: space-between;
  min-height: 22px;
}
.chart-view .chart-menu-view {
  text-align: center;
  margin: auto;
  /* chartDataMenuView */
}
.chart-view .chart-menu-view ul {
  padding: 0px;
  margin-top: 10px;
}
.chart-view .chart-menu-view .menu {
  display: inline-block;
}
.chart-view .chart-menu-view .menu ul {
  list-style: none;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-direction: row;
  justify-content: flex-start;
  -ms-flex-pack: start;
}
.chart-view .chart-menu-view .menu ul li {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#eaeaea));
  background: -moz-linear-gradient(100% 100% 90deg, #eaeaea, #f8f8f8);
  background: -ms-linear-gradient(top, #f8f8f8 0%, #eaeaea 100%);
  background: linear-gradient(top, #f8f8f8 0%, #eaeaea 100%);
}
.chart-view .chart-menu-view .menu ul li a {
  display: block;
  width: 48px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-size: 11px;
}
.chart-view .chart-menu-view .menu ul li:hover {
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#eaeaea));
  background: -moz-linear-gradient(100% 100% 90deg, #eaeaea, #f0f0f0);
  background: -ms-linear-gradient(top, #f0f0f0 0%, #eaeaea 100%);
  background: linear-gradient(top, #f0f0f0 0%, #eaeaea 100%);
  cursor: pointer;
}
.chart-view .chart-menu-view .menu ul li:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.chart-view .chart-menu-view .menu ul li:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-right: 1px solid #ccc;
}
.chart-view .chart-menu-view .menu-options-container {
  position: absolute;
  box-sizing: content-box;
  z-index: 3;
}
.chart-view .chart-menu-view .menu-options-container .menu-options {
  background: #fff;
  min-width: 160px;
  padding: 10px;
  padding-top: 0px;
  z-index: 999;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.chart-view .chart-menu-view .menu-options-container .menu-options .mj-widget {
  font-size: 12px;
}
.chart-view .chart-menu-view .menu-options-container .menu-options .dropdown {
  margin-top: 5px;
}
.chart-view .chart-menu-view .menu-options-container .menu-options .dropdown .name {
  float: left;
  margin-top: 5px;
}
.chart-view .chart-menu-view .menu-options-container .menu-options .dropdown .name .scheme-color-btn {
  float: right;
}
.chart-view .chart-menu-view .menu-options-container .menu-options.chart-display-menu-view .average-center-offset-checkbox {
  text-align: left;
}
.chart-view .chart-menu-view .menu-options-container .menu-options.chart-display-menu-view .show-timestamp-checkbox {
  text-align: left;
}
.chart-view .chart-menu-view .menu-options-container .menu-options.chart-display-menu-view .timestamp {
  width: 100px;
  white-space: nowrap;
  display: inline-block;
}
.chart-view .chart-menu-view .iport-chart-field {
  margin-top: 5px;
  text-align: left;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: nowrap;
  ms-flex-wrap: none;
  flex-direction: row;
  -ms-flex-direction: row;
}
.chart-view .chart-menu-view .iport-chart-field label {
  display: inline-block;
  line-height: 25px;
  white-space: nowrap;
}
.chart-view .chart-menu-view .iport-chart-field select {
  height: 25px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 12px;
  outline: none;
  display: inline-block;
}
.chart-view .chart-menu-view .iport-chart-field input {
  height: 15px;
  padding: 5px;
  width: 150px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  display: inline-block;
}
.chart-view .chart-menu-view .iport-chart-field input[readonly='readonly'] {
  background: #efefef;
  pointer-events: none;
  cursor: default;
}
.chart-view .chart-menu-view .iport-chart-field .xx-small {
  width: 30px;
}
.chart-view .chart-menu-view .iport-chart-field .x-small {
  width: 55px;
}
.chart-view .chart-menu-view .iport-chart-field .small {
  width: 70px;
}
.chart-view .chart-menu-view .iport-chart-field .medium {
  width: 90px;
}
.chart-view .chart-menu-view .iport-chart-field .large {
  width: 100px;
}
.chart-view .chart-menu-view .iport-chart-field .x-large {
  width: 150px;
}
.chart-view .chart-menu-view .iport-chart-field .xx-large {
  width: 185px;
}
.chart-view .chart-menu-view .iport-chart-field button {
  border-radius: 5px;
  border: 1px solid #CBC6C6;
  padding: 5px;
  width: 50px;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#eaeaea));
  background: -moz-linear-gradient(100% 100% 90deg, #eaeaea, #f8f8f8);
  background: -ms-linear-gradient(top, #f8f8f8 0%, #eaeaea 100%);
  background: linear-gradient(top, #f8f8f8 0%, #eaeaea 100%);
}
.chart-view .chart-menu-view .iport-chart-field button:hover {
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#eaeaea));
  background: -moz-linear-gradient(100% 100% 90deg, #eaeaea, #f0f0f0);
  background: -ms-linear-gradient(top, #f0f0f0 0%, #eaeaea 100%);
  background: linear-gradient(top, #f0f0f0 0%, #eaeaea 100%);
}
.chart-view .chart-menu-view .hotspots-detail-cell {
  display: table-cell;
  width: 40px;
}
.chart-view .chart-menu-view .chart-data-menu-view {
  width: 300px;
  text-align: left;
  padding: 10px;
}
.chart-view .chart-menu-view .chart-data-menu-view .dimensions {
  margin-top: 5px;
}
.chart-view .chart-menu-view .chart-data-menu-view .cols {
  display: inline-block;
  vertical-align: top;
}
.chart-view .chart-menu-view .chart-data-menu-view .rows {
  display: inline-block;
  vertical-align: top;
}
.chart-view .chart-menu-view .chart-data-menu-view .data-dropdown {
  margin: 5px;
  display: inline-block;
  width: 200px;
}
.chart-view .chart-menu-view .chart-data-menu-view .radiobuttons {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 85px;
}
.chart-view .chart-menu-view .chart-data-menu-view .radiobuttons .mj-item {
  margin-right: 5px;
}
.chart-view .chart-menu-view .chart-data-menu-view .headings {
  margin-left: 205px;
}
.chart-view .chart-menu-view .chart-data-menu-view .headings td {
  padding: 3px;
}
.chart-view #chart-menu-right {
  flex-direction: column;
  -ms-flex-direction: column;
  display: flex;
  display: -ms-flexbox;
  align-items: flex-end;
  -ms-flex-align: end;
  margin-right: 5px;
}
.chart-view .chart-aust-map-view {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  top: 15px;
  font-size: 11px;
}
.chart-view .chart-aust-map-view .heading {
  font-weight: bold;
  padding: 5px;
  color: #000;
}
.chart-view .chart-aust-map-view .map {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.chart-view .chart-aust-map-view .table.states {
  /*width: 100%;
    height: 100%;*/
  border-collapse: collapse;
  color: #000;
  font-size: 11px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
}
.chart-view .chart-aust-map-view .table.states .section {
  width: 33.3%;
  height: 100%;
}
.chart-view .chart-aust-map-view .state {
  color: #000;
  vertical-align: middle;
  text-align: center;
}
.chart-view .chart-aust-map-view .state .text {
  position: relative;
  z-index: 2;
  white-space: nowrap;
}
.chart-view .chart-aust-map-view .state .gap {
  width: 4px;
  height: 4px;
}
.chart-view .chart-aust-map-view .wa {
  height: 100%;
  border-right: 2px solid #fff;
}
.chart-view .chart-aust-map-view .wa .text {
  top: 45%;
}
.chart-view .chart-aust-map-view .empty {
  height: 14%;
}
.chart-view .chart-aust-map-view .nt {
  height: 47%;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.chart-view .chart-aust-map-view .nt .text {
  top: 60%;
}
.chart-view .chart-aust-map-view .sa {
  height: 51%;
  border-right: 2px solid #fff;
}
.chart-view .chart-aust-map-view .sa .text {
  top: 10%;
}
.chart-view .chart-aust-map-view .qld {
  height: 47%;
  border-bottom: 2px solid #fff;
}
.chart-view .chart-aust-map-view .qld .text {
  top: 80%;
}
.chart-view .chart-aust-map-view .nsw {
  height: 20%;
  border-bottom: 2px solid #fff;
}
.chart-view .chart-aust-map-view .nsw .text {
  top: 50%;
}
.chart-view .chart-aust-map-view .vic {
  height: 16%;
}
.chart-view .chart-aust-map-view .vic .text {
  top: 30%;
}
.chart-view .chart-aust-map-view .tas {
  height: 15%;
}
.chart-view .chart-aust-map-view .tas .text {
  top: 30%;
}
.chart-view .chart-aust-map-view .nat {
  position: absolute;
  left: -20px;
  bottom: 15px;
  z-index: 2;
}
.chart-view .chart-aust-map-view .act {
  position: absolute;
  left: -20px;
  bottom: 0px;
  z-index: 2;
}
.chart-view .chart-aust-map-view .bigmap.national {
  background: url("../images/iport-chart-australia-map-outline-large.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 100%;
  height: 100%;
}
.chart-view .chart-aust-map-view .normal-map.national {
  background: url("../images/iport-chart-australia-map3.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 100%;
  height: 100%;
}
.chart-view .chart-aust-map-view .bigmap.not-national {
  background: url("../images/iport-chart-australia-map-large.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 100%;
  height: 100%;
}
.chart-view .chart-aust-map-view .normal-map.not-national {
  background: url("../images/iport-chart-australia-map2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 100%;
  height: 100%;
}
.chart-view .last-updated-date {
  right: 5px;
  top: 5px;
  font-size: 11px;
  margin-top: 5px;
  white-space: nowrap;
}
.chart-view .color-btn {
  display: inline-block;
  width: 35px;
  height: 25px;
  border-radius: 5px;
  background-color: #eee;
  border: 1px solid #ccc;
}
.chart-view .hotspot-range {
  padding: 5px;
}
.advanced-color-btn {
  text-decoration: underline;
  color: #0094ff;
  cursor: pointer;
  cursor: hand;
  margin-right: 5px;
}
.color-setting-container {
  background: #fff;
  width: 770px;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 5px;
}
.color-setting-container .color-setting-add {
  color: #ff7900;
  font-size: 25px;
  cursor: hand;
  pointer: hand;
}
.color-setting-container .grid-color-setting .mj-grid-header-cell {
  color: #ff7900;
}
.color-setting-container .custom-colour-button {
  color: #0094ff;
  margin-right: 15px;
  text-decoration: underline;
}
.color-setting-container .custom-colour-button.bluebtn {
  float: right;
  background: #0094ff;
  color: white;
  height: 25px;
  width: 60px;
  padding-top: 5px;
  text-decoration: none;
  text-align: center;
}
.color-setting-container hr {
  border: 1px solid rgba(204, 204, 204, 0.31);
}
/*----------------------------------------------------------------*/
/* jqwidgets css changes */
.jqx-chart-label-text {
  font-size: 9px;
  font-family: verdana, sans-serif;
}
/*----------------------------------------------------------------*/
/* help view */
.chart-help-view {
  margin: 5px;
}
/*-----------------------------------------------*/
/* bad browser view dialog */
.chart-bad-browser-view {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -50px;
}
.chart-bad-browser-view .content {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  height: 100px;
}
.mj-grid-cell.delete {
  background-image: url("../images/delete.png");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
/* header */
.iport-chart-logo {
  margin: 10px;
  width: 40px;
  height: 18px;
  background: url("/images/iport-chart-iPort-small.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 18px;
}
.iport-chart-logo img {
  height: 20px;
}
.iport-logo-background {
  background: url("/images/iport-chart-iPort-small.png");
  background-repeat: no-repeat;
  background-position-y: 8px;
  background-position-x: 5px;
}
.toast {
  visibility: hidden;
  text-align: center;
  background-color: orange;
  margin-left: 20px;
  box-shadow: 0px 0px 24px -1px #383838;
}
.color-picker-container {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 5px;
  padding-bottom: 25px;
}
.iport-text-chart {
  overflow: auto;
  text-align: left;
}
.iport-text-chart span {
  white-space: nowrap;
  display: inline-block;
  padding-bottom: 10px;
}
.the-grid.alternate-rows > div.iport-text-chart > span:nth-child(4n+3) {
  background: #eee;
}
.chart-filter-view .items-container .tab,
.chart-filter-view .items-container .separator {
  float: left;
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 2px;
}
#mobile-last-updated-date {
  display: none;
}
.chart-display-menu-view {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: nowrap;
  -ms-flex-wrap: none;
}