/*sensor colors*/
/*alarm colors*/
html, body {
  height: 100%;
  margin: 0px; }

/* general headings */
h1, h2, h3, h4, h5 {
  color: #2d3e50; }

h1 {
  margin-top: 35px;
  margin-bottom: 30px;
  margin-left: 22px;
  font-size: 27px; }

h3 {
  margin-bottom: 20px; }

hr {
  width: 100%;
  height: 2px;
  margin: 0 0 10px 0;
  background-color: #d1d3d5;
  color: #d1d3d5;
  border: 0 none; }

/****************************** body *******************/
body {
  font-family: "Roboto", sans-serif; }

/* home */
.aw-widget-current {
  width: 50px;
  float: right;
  margin-right: 40px;
  margin-top: -20px; }

.homepage-icon-div {
  background: #d1d3d5;
  min-width: 120px;
  min-height: 120px;
  width: calc(25% - 30px);
  margin: 15px;
  float: left; }

.homepage-icon-div:hover {
  background: #000000; }

.icon.homepage {
  background-size: 100% 100%;
  width: 100%;
  padding-top: 100%; }

.message-home-container {
  border-right: 2px solid !important;
  border-left: 2px solid !important;
  border-top: 2px solid !important;
  border-bottom: 2px solid !important;
  border-color: #d1d3d5 !important;
  border-radius: 0px !important; }

.title {
  font-size: 20px; }

.locationlable {
  color: #d1d3d5;
  font-size: 12px;
  font-weight: 10;
  margin: 0;
  padding: 0;
  position: absolute;
  display: block;
  background-color: #ffffff; }

#message-home-title {
  background: #fff; }

.message-home-table {
  font-size: 9px;
  color: #2d3e50;
  width: 100%; }
  .message-home-table tr {
    font-size: 15px; }
    .message-home-table tr td {
      padding: 4px;
      padding-top: 2px;
      padding-bottom: 2px;
      color: #2d3e50; }

.green-circle {
  background-color: #0f0; }

.sensor-home-container {
  width: 570px;
  margin-top: 15px !important;
  margin-bottom: 0px !important;
  border-right: 2px solid !important;
  border-left: 2px solid !important;
  border-top: 2px solid !important;
  border-bottom: 2px solid !important;
  border-color: #d1d3d5 !important;
  border-radius: 0px !important; }

.storage-space {
  width: 570px;
  margin-top: 0px !important;
  border-right: 2px solid !important;
  border-left: 2px solid !important;
  border-top: 2px solid !important;
  border-bottom: 2px solid !important;
  border-color: #d1d3d5 !important;
  border-radius: 0px !important; }

#sensor-home-title {
  background: #fff; }

.color-square {
  width: 10px;
  height: 10px;
  float: left;
  position: inline;
  background-color: #000;
  margin-top: 5px;
  margin-right: 5px; }

.live-home-table {
  font-size: 9px;
  color: #2d3e50; }
  .live-home-table tr {
    font-size: 15px; }
    .live-home-table tr td {
      padding: 4px;
      padding-top: 2px;
      padding-bottom: 2px;
      color: #2d3e50; }
    .live-home-table tr .center {
      text-align: center; }
    .live-home-table tr .home-value {
      width: 52px;
      text-align: left; }
      .live-home-table tr .home-value span {
        display: block;
        float: left; }
      .live-home-table tr .home-value .homeLive {
        width: 49px; }

#s1 {
  background-color: #58c9eb; }

#s2 {
  background-color: #955ba5; }

#s3 {
  background-color: #198657; }

#s4 {
  background-color: #f1c817; }

#s5 {
  background-color: #87cdb4; }

#s6 {
  background-color: #287fb9; }

#s7 {
  background-color: #287fb9; }

#s8 {
  background-color: #a7a9ac; }

#s9 {
  background-color: #dd9704; }

/* Sensor settings */
.SHMtable {
  border: 2px solid #d1d3d5;
  width: 100%;
  margin: 10px auto; }
  .SHMtable th {
    border: 2px solid #d1d3d5;
    padding: 5px;
    color: #d1d3d5; }
  .SHMtable td {
    border: 2px solid #d1d3d5;
    padding: 5px;
    color: #2d3e50; }
  .SHMtable .edit-button {
    background-color: #4b6a87 !important;
    color: #fff;
    cursor: pointer;
    text-align: center; }
  .SHMtable .log-button {
    background-color: #4b6a87 !important;
    color: #fff;
    cursor: pointer;
    text-align: center; }
  .SHMtable .Nulstil_btn {
    background-color: #4b6a87 !important;
    color: #fff;
    cursor: pointer;
    text-align: center; }

.status-box {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  border: none; }

.status-active, .status-warning, .status-error {
  display: block;
  height: 10px;
  width: 10px;
  border: solid 2px black;
  border-radius: 5px; }

.status-active {
  border-color: #8cc63f; }

.status-warning {
  border-color: #fada28; }

.status-error {
  border-color: #ef4036; }

div[value=aktiv] .status-active {
  background-color: #8cc63f; }

div[value=advarsel] .status-warning {
  background-color: #fada28; }

div[value=fejl] .status-error {
  background-color: #ef4036; }

.button-container {
  height: 50px;
  width: 80%; }

.simple.popup {
  position: absolute;
  top: calc( 10vh);
  left: calc(50vw - 300px);
  width: 600px;
  padding: 20px;
  padding: 20px;
  background-color: #fff;
  max-height: 570px;
  overflow: auto;
  border-style: solid;
  border-width: 3px;
  border-color: #2d3e50; }
  .simple.popup .button {
    float: right;
    margin-left: auto;
    margin-top: 20px; }

.confirm-box, .confirm-box-new, .confirm-box-delete {
  position: absolute;
  top: 100px;
  left: 40px;
  padding: 20px;
  width: 520px;
  border-style: solid;
  border-color: #2d3e50;
  background-color: #fff; }

.delete-button.button {
  font-size: 14px;
  line-height: 1.42857143;
  width: 50px;
  float: right; }

.edit-table {
  border: 2px solid #d1d3d5;
  max-width: 1200px; }
  .edit-table th {
    border: 2px solid #d1d3d5;
    padding: 5px;
    color: #d1d3d5; }
  .edit-table td {
    border: 2px solid #d1d3d5;
    padding: 5px;
    color: #2d3e50; }
  .edit-table .edit-button {
    background-color: #4b6a87;
    color: #fff;
    cursor: pointer; }
  .edit-table .edit-text {
    width: 383px; }
  .edit-table .edit-number {
    width: 383px; }

.nulstil-button, .toggle-button {
  color: blue;
  cursor: pointer;
  text-align: center; }

.nulstil-sensor, .new-sensor.popup, .new-v-sensor.popup, .toggle-filter {
  position: absolute;
  top: calc( 10vh);
  left: calc(50vw - 300px);
  width: 600px;
  padding: 20px;
  padding: 20px;
  background-color: #fff;
  max-height: 600px;
  overflow: auto;
  border-style: solid;
  border-width: 3px;
  border-color: #2d3e50; }

#nulstil-knap, .toggle-knap {
  margin-right: 20px; }

.new-table {
  border: 2px solid #d1d3d5;
  width: 100%;
  max-width: 1200px;
  margin-top: 20px;
  margin-bottom: 20px; }
  .new-table th {
    border: 2px solid #d1d3d5;
    padding: 5px;
    color: #d1d3d5; }
  .new-table td {
    border: 2px solid #d1d3d5;
    padding: 5px;
    color: #2d3e50; }
  .new-table .edit-button {
    background-color: #4b6a87;
    color: #fff;
    cursor: pointer; }
  .new-table .new-text {
    width: 373px; }
  .new-table .new-number {
    width: 373px; }

.button {
  float: left;
  background-color: #2d3e50;
  color: #fff;
  cursor: pointer;
  width: 200px;
  padding: 10px;
  height: 40px;
  text-align: center; }

.sttistic_button {
  float: left;
  background-color: #2d3e50;
  color: #fff;
  cursor: pointer;
  width: 200px;
  padding: 10px;
  height: 30px;
  text-align: center; }

#excelbutton {
  margin-right: 50%;
  margin-bottom: 20px; }

#errorbutton {
  margin-right: 50%;
  margin-bottom: 20px; }

.c-button.button {
  margin-left: 20px;
  text-align: center; }

.close-confirm-button, .close-confirm-button-new {
  margin-left: 20px; }

#menu-body {
  padding-right: 0px;
  padding-left: 0px; }

#thid, #thposition, #thname, #thtype, #thkanal, #thgain, #thoffset, #thbridge, #thpille {
  cursor: pointer; }

/* sensor error page */
.log {
  position: absolute;
  padding: 30px;
  left: 95px;
  top: 100px;
  max-width: 1200px;
  min-width: 600px;
  width: 80vw;
  height: calc(80vh - 160px);
  background-color: #fff;
  border-style: solid;
  border-color: #2d3e50;
  border-width: 3px; }
  .log #log-messages {
    height: calc(100% - 100px);
    overflow: scroll; }
    .log #log-messages span {
      margin-right: 20px; }

.confirm-box-setting {
  position: absolute;
  top: 200px;
  left: calc(50vw - 260px);
  padding: 20px;
  width: 520px;
  border-style: solid;
  border-color: #2d3e50;
  background-color: #fff; }

.setting-td {
  text-align: center;
  color: #fff !important;
  background-color: #4b6a87 !important;
  cursor: pointer; }

/* inputbox styles */
input {
  border-width: 0px; }

/* Global Styles */
body {
  background-color: #ffffff; }

.row {
  margin: 0px; }

.col-sm-12 {
  position: static; }

.col-lg-12 {
  position: static; }

#wrapper {
  padding-left: 0;
  margin-bottom: 80px; }

#page-wrapper {
  margin-left: 40px;
  padding: 0;
  background-color: #fff; }

.main-container {
  overflow-y: auto;
  overflow-x: auto;
  width: 1840px;
  height: calc(100vh - 120px);
  min-width: 1150px;
  margin-top: 40px; }

.bridge-container {
  width: 100%;
  height: 270px; }

.bridge-canvas {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: auto;
  margin-right: auto; }

#graphs-bridge-container {
  margin-left: auto;
  margin-right: auto; }

.container-fluid {
  padding: 0; }

.panel-info {
  border-color: #fff; }

.huge {
  font-size: 40px;
  line-height: normal; }

/* Top Navigation */
.navbar-fixed-top {
  height: 40px;
  min-height: 40px;
  background: #2d3e50;
  border: 0px;
  margin-bottom: 0px; }

#logout {
  position: fixed;
  right: 50px;
  cursor: pointer;
  line-height: 40px;
  color: #fff;
  height: 40px;
  z-index: 90000; }
  
#manual {
  position: fixed;
  right: 110px;
  cursor: pointer;
  line-height: 40px;
  color: #fff;
  height: 40px;
  z-index: 90000; }

/* Side Navigation */
.side-nav {
  position: fixed;
  top: 40px;
  left: 40px;
  width: 40px;
  margin-left: -40px;
  border: none;
  border-radius: 0;
  overflow-y: auto;
  background-color: #2d3e50;
  bottom: 80px;
  overflow-x: hidden;
  padding-bottom: 40px;
  z-index: 100; }

.side-nav > li > a {
  width: 40px;
  height: 45px;
  padding: 0; }

.side-nav li a:hover,
.side-nav li a:focus {
  outline: none;
  background-color: #324559 !important; }

.side-nav > li > img {
  height: 40px;
  width: 40px; }

.side-nav2 {
  position: fixed;
  top: 40px;
  left: 40px;
  bottom: 0;
  margin-left: 0;
  background-color: #415a75; }

.side-nav > li > ul {
  padding: 0; }

.side-nav > li > ul > li > a {
  display: block;
  padding: 10px 15px 10px 38px;
  text-decoration: none;
  color: #999; }

.side-nav > li > ul > li > a:hover {
  color: #fff; }

.nav2:hover {
  background-color: #fff; }

.li-nav2:hover > #hm-menu {
  display: block; }

.active {
  background: #fff; }

.sensor-menu {
  display: none;
  position: fixed;
  left: 80px;
  top: 40px;
  bottom: 80px;
  z-index: 999;
  width: 250px;
  background: #4b6a87; }

.sensor-menu:hover {
  display: block; }

.sensor-div {
  overflow-y: auto;
  font-size: 12px;
  color: #fff;
  padding: 10px;
  display: none;
  position: absolute;
  z-index: 100;
  top: 40px;
  left: 80px;
  width: 250px;
  bottom: 80px;
  background: #4b6a87; }

#fms-menu table {
  width: 70% !important; }

/* homepage dividers */
.error-panel {
  min-height: 150px; }

.error-messages {
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: red; }

.info-panel {
  padding: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: black; }

/* footer */
.footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 80px;
  background: #d1d3d5;
  left: 0px;
  z-index: 101; }
  .footer img {
    width: 200px;
    margin-right: 25px;
    margin-left: 25px;
    margin-top: 10px; }
  .footer .storebaelt {
    margin-top: 15px;
    left: 0px; }
  .footer .ameg {
    float: right;
    width: 300px !important; }
  .footer .ki {
    float: right;
    width: 50px;
    margin-top: 25px;
    right: 20px; }

/* Flot Chart Containers */
.flot-chart {
  display: block;
  height: 400px; }

.flot-chart-content {
  width: 100%;
  height: 100%; }

/* Custom Colored Panels */
.huge {
  font-size: 40px; }

.panel-green {
  border-color: #5cb85c; }

.panel-green > .panel-heading {
  border-color: #5cb85c;
  color: #fff;
  background-color: #5cb85c; }

.panel-green > a {
  color: #5cb85c; }

.panel-green > a:hover {
  color: #3d8b3d; }

.panel-red {
  border-color: #d9534f; }

.panel-red > .panel-heading {
  border-color: #d9534f;
  color: #fff;
  background-color: #d9534f; }

.panel-red > a {
  color: #d9534f; }

.panel-red > a:hover {
  color: #b52b27; }

.panel-yellow {
  border-color: #f0ad4e; }

.panel-yellow > .panel-heading {
  border-color: #f0ad4e;
  color: #fff;
  background-color: #f0ad4e; }

.panel-yellow > a {
  color: #f0ad4e; }

.panel-yellow > a:hover {
  color: #df8a13; }

[data-tip] {
  position: relative; }

[data-tip]:before {
  content: '';
  /* hides the tooltip when not hovered */
  display: none;
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #1a1a1a;
  position: absolute;
  top: 30px;
  left: 35px;
  z-index: 8;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0; }

[data-tip]:after {
  display: none;
  content: attr(data-tip);
  position: absolute;
  top: 35px;
  left: 0px;
  padding: 5px 8px;
  background: #1a1a1a;
  color: #fff;
  z-index: 9;
  font-size: 0.75em;
  height: 18px;
  line-height: 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
  word-wrap: normal; }

[data-tip]:hover:before,
[data-tip]:hover:after {
  display: block; }

.updatecssfile {
  color: #fff; }

.sensor-status-box {
  background-color: #fff;
  border: 2px solid; }

.weatherStation {
  position: absolute;
  border: none;
  width: 195px;
  height: 215px;
  padding: 5px; }

.weatherStation-data {
  display: block;
  text-align: center;
  margin: 0 auto; }

.weatherStation-data div {
  display: inline-block;
  margin: 10px auto; }

.weatherStation-row hr {
  height: 1px; }

.weatherStation-row p span {
  margin: 5px; }

.weatherStation-name {
  font-size: 12px;
  color: #333366;
  width: 100px;
  float: left; }

.cornerSettingsPanel {
  position: absolute;
  border: 2px solid #d1d3d5;
  width: 275px;
  height: 400px;
  padding: 0px 10px;
  background: #fff; }

.dropdown-options {
  border: 1px solid red; }

.overview_date {
  display: inline-block;
  min-width: 71px; }

.cornerSettingsPanel hr {
  width: 100%;
  height: 1px;
  margin: 0;
  background-color: #d1d3d5;
  color: #d1d3d5;
  border: 0 none; }

.cornerSettingsPanel h5 {
  margin-top: 10px;
  margin-bottom: 5px;
  display: inline-block; }

.cornerSettingsPanel button {
  background-color: #2d3e50;
  border: none;
  color: #fff;
  padding: 5px 5px;
  text-align: center;
  font-size: 13px;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  cursor: pointer;
  height: 26px;
  width: 95px; }

.cornerpanel_row button {
  background-color: #2d3e50;
  border: none;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  cursor: pointer;
  height: 26px;
  width: 95px; }

.cornerSettingsPanel select {
  background-color: #fff;
  border: 1px solid #2d3e50;
  color: #2d3e50;
  padding: 0px;
  text-align: center;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  margin: 0 0 0 5px;
  cursor: pointer;
  float: right;
  height: 26px;
  width: 140px; }

.cornerpanel_row select {
  background-color: #fff;
  border: 1px solid #2d3e50;
  color: #2d3e50;
  padding: 0px;
  text-align: center;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  margin: 0 0 0 5px;
  cursor: pointer;
  float: right;
  height: 26px;
  width: 140px; }

::placeholder {
  /* Most modern browsers support this now. */
  text-align: left;
  font-size: 13px;
  padding: 2px 2px; }

.cornerpanel_row {
  border: none;
  margin: 2px 0;
  width: 100%;
  height: 40px;
  display: table; }

.cornerpanel_row input {
  border: 0px solid #d1d3d5;
  font-size: 14px;
  text-align: right;
  width: 60px;
  height: 26px;
  line-height: 40px;
  display: table-cell;
  vertical-align: middle; }

.PopUpForm .cornerpanel_row input {
  border: 1px solid #d1d3d5; }

.threshold_block span {
  font-weight: 100;
  font-size: 13px;
  color: #d1d3d5;
  height: 13px;
  line-height: 13px;
  width: 8px;
  margin: 0;
  display: block;
  vertical-align: middle; }

.threshold_block {
  height: 40px;
  margin: 0;
  line-height: 40px;
  display: table-cell;
  vertical-align: middle;
  width: 8px; }

.cornerpanel_unit {
  font-size: 14px;
  width: 35px;
  padding: 0px 5px;
  color: #d1d3d5;
  height: 40px;
  line-height: 40px;
  display: inline-block; }

.cornerpanel_feedback {
  font-size: 14px;
  width: 70px;
  height: 26px;
  display: inline-block;
  vertical-align: central; }

.PopUpForm {
  padding: 10px;
  margin: 10px;
  display: table; }

.dataStatusLight {
  line-height: 40px;
  width: 50px;
  height: 26px;
  text-align: center;
  vertical-align: middle;
  display: table-cell; }

.dataStatusLight span {
  display: inline-block;
  height: 13px;
  width: 13px;
  border: 1px solid black;
  line-height: 13px;
  border-radius: 50%; }

.yellowWarning {
  background-color: orange; }

.redWarning {
  background-color: red; }

.sensor-ip {
  text-decoration: none !important; }

.sensor_status_lights {
  display: inline-block; }

tr .sensor_status_lights {
  display: table-cell; }

.sensor_overview_row span {
  display: inline-block;
  vertical-align: middle; }

.sensor_overview_row p {
  display: inline-block;
  vertical-align: middle;
  text-align: left; }

.sensor_overview_row_sensor_column {
  width: 12.5%; }

.sensor_overview_row_status_column {
  width: 12.5%; }

.sensor_overview_row_date_column {
  width: 25%; }

.sensor_overview_row_button_column {
  width: 25%; }

#legend-body.div {
  display: inline; }

.subtitle {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  color: #2d3e50;
  text-align: left;
  margin-right: 5px; }

.subtitle h5 {
  display: inline;
  text-align: left; }

/********************* ALARM CIRCLES ******************/
.circle {
  border: 1px solid black;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  display: inline-block;
  box-sizing: border-box; }

.green {
  background-color: #2de039; }

.yellow {
  background-color: #ffb300; }

.red {
  background-color: #f00; }

.grey {
  background-color: #d1d2d3; }

.white {
  background-color: #fff; }

/*sensor mistake columnns */
#sensor-mistake span {
  margin: 0 9px; }

.errorMessage_time {
  width: 130px;
  margin: 0 30px; }

.errorMessage_msgType {
  width: 50px;
  border: none;
  display: block;
  margin: 0 30px; }

.errorMessage_sensorType {
  width: 150px;
  margin: 0 30px;
  border: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden; }

#vest .errorMessage_sensorType {
  width: 180px; }

.errorMessage_location {
  width: 50px;
  margin: 0 30px;
  border: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden; }

#vest .errorMessage_location {
  width: 70px; }

.errorMessage_Maaling {
  width: 75px;
  margin: 0 30px; }

.errorMessage_position {
  width: 100px;
  margin: 0 30px;
  border: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden; }

#vest .errorMessage_position {
  width: 50px; }

.errorMessage_Retning {
  width: 50px;
  margin: 0 30px; }

.errorMessage_message {
  border: none;
  width: 240px;
  display: block;
  white-space: nowrap;
  overflow: hidden; }

#weatherStation {
  position: relative; }

#weatherStation h3 {
  float: left; }

#weather-widget {
  background: #fff;
  position: absolute;
  top: 25px;
  right: 5px; }

.weatherStation-row {
  display: block;
  width: 100%;
  height: 79px; }

.wind_direction_meter_overview {
  background-image: url("/images/3D_for_Web/wind_direction_meter.png");
  display: inline-block;
  position: relative;
  width: 79px;
  height: 83px;
  background-repeat: no-repeat;
  background-size: 79px 83px;
  bottom: -10px; }

.wind_direction_arror {
  position: absolute;
  left: 1px;
  top: 3px;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  transform: rotate(225deg);
  transform-origin: 75% 75%; }

.weatherStation-row-overview p {
  display: inline-block;
  line-height: 79px; }

/*.weatherStation-row-overview hr{
    height: 1px;
}*/
.weatherStation-row-overview span {
  padding: 2px;
  height: 20px;
  width: 30px;
  font-size: 13px;
  line-height: 18px;
  border-style: solid;
  border-color: #d1d3d5;
  border-width: 1px;
  min-width: 50px;
  text-align: right;
  display: block; }

.tooltip-updateBtn {
  position: relative;
  display: inline-block; }

input[type="number"][disabled] {
  background: white; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0 5PX 0 0; }

input[type="number"] {
  -moz-appearance: textfield; }

.PopUpBox {
  position: fixed;
  width: 350pxpx;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  margin-top: -200px;
  border: 3px solid #2d3e50;
  background-color: white;
  visibility: hidden;
  z-index: 1000; }

.PopUpBox h4 {
  float: left;
  margin: 5px 0 0 5px;
  color: white; }

.g-box {
  height: 18px;
  width: 50px;
  margin: 0;
  display: inline-block;
  position: relative;
  left: 0;
  top: 0; }

.g-box-value {
  height: 10px;
  margin: 0;
  display: inline-block;
  position: relative;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block; }

.g-box-container {
  height: 20px;
  font-size: 13px;
  line-height: 18px;
  border-style: solid;
  border-color: #d1d3d5;
  border-width: 1px;
  min-width: 50px;
  text-align: right;
  display: block;
  float: left; }

#ReportPopUpBox {
  position: fixed;
  width: 500px;
  height: 600px;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  margin-top: -250px;
  border: 3px solid #2d3e50;
  background-color: white;
  visibility: visible;
  z-index: 1000; }
  #ReportPopUpBox .ok_btn {
    position: absolute;
    background-color: #2d3e50;
    border: none;
    color: #fff;
    display: inline-block;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    height: 26px;
    width: 95px; }
  #ReportPopUpBox .container {
    width: 100%;
    height: 480px;
    padding: 10px;
    overflow: auto; }
    #ReportPopUpBox .container table tr {
      width: 100%;
      height: 20px;
      margin: 15px 0;
      padding: 0; }
      #ReportPopUpBox .container table tr th {
        height: 20px;
        padding: 0;
        margin: 0; }
      #ReportPopUpBox .container table tr .col-yeal {
        width: 150px; }
      #ReportPopUpBox .container table tr .col-month {
        width: 150px; }
      #ReportPopUpBox .container table tr .col-report {
        width: 200px; }

.AddCommend_PopUp {
  width: 500px;
  height: 320px;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  margin-top: -250px;
  border: 3px solid #2d3e50;
  position: fixed;
  background: white;
  display: none;
  z-index: 11; }

.DownLoadList_PopUp {
  width: 900px;
  height: 400px;
  top: 50%;
  left: 50%;
  margin-left: -450px;
  margin-top: -250px;
  border: 3px solid #2d3e50;
  position: fixed;
  background: white;
  display: none;
  z-index: 11; }

.popupheader {
  width: 100%;
  height: 30px;
  background: #2d3e50; }

.popupheader h4 {
  float: left;
  color: white;
  line-height: 13px;
  margin-left: 5px; }

.close-button {
  float: right;
  height: 30px;
  width: 30px;
  font-size: 30px;
  background: inherit;
  line-height: 30px;
  border: none;
  color: white; }

.email_content {
  width: 245px;
  height: 26px;
  margin: 0px 5px 0px 0px;
  display: inline-block;
  float: left;
  color: #2d3e50;
  background: white;
  text-align: left;
  line-height: 26px; }

.email_hr {
  width: 100%;
  height: 1px;
  background-color: #d1d3d5;
  color: #d1d3d5;
  border: 0 none;
  float: left;
  clear: both;
  display: block; }

/*.email_row span:hover{
   font-weight: bold;
}*/
.email_row > a {
  width: 40px;
  height: 26px;
  color: blue;
  line-height: 26px;
  font-size: 12px;
  margin: 0 5px 5px 0px;
  cursor: pointer; }

.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
  border: none; }

.switch input {
  display: none; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border: none; }

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2d3e50; }

/*input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}*/
input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px); }

.on_off_toggle {
  float: right;
  clear: both;
  line-height: 18px;
  font-size: 12px;
  position: relative;
  left: 0;
  top: 0; }

.on_off_toggle * {
  margin: 0;
  vertical-align: middle;
  z-index: 10; }

.setplot-setting-subtype {
  margin: 5px 0;
  font-size: 12px; }

.setplot-container-symble {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 14px; }

.setplot_unit {
  font-size: 13px;
  line-height: 18px;
  padding-left: 3px;
  height: 20px;
  color: #d1d3d5; }

.setplot_input {
  border: 1px solid #d1d3d5;
  display: inline-block;
  width: 40px;
  height: 20px;
  padding: 2px;
  text-align: center; }

.visalt-file-controls {
  position: relative;
  top: 43px;
  height: 30px; }

.visalt-file-controls * {
  line-height: 30px;
  vertical-align: middle;
  margin-left: 5px; }

.visalt-file-controls select {
  margin-right: 30px;
  vertical-align: top; }

.one_eighth {
  width: 12.5%;
  padding: 0;
  margin: 0; }

.one_fourth {
  width: 25%;
  padding: 0;
  margin: 0; }

.one_half {
  width: 50%;
  padding: 0;
  margin: 0; }

.one_devided_by_6 {
  width: 16.6666666667%;
  padding: 0;
  margin: 0; }

.one_devided_by_12 {
  width: 8.3333333333%;
  padding: 0;
  margin: 0; }

.one_devided_by_3 {
  width: 33.3333333333%;
  padding: 0;
  margin: 0; }

.weatherStation_live_data span {
  margin: 5px 0; }

.oest-row {
  width: 1802px; }

.col-xs-2 {
  width: 330px; }

.col-xs-8 {
  width: 1000px; }

.cover-btn {
  position: relative;
  display: block;
  margin: 0 auto;
  color: #fff;
  width: 150px;
  height: 36px;
  background-color: #2d3e50;
  opacity: 1;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

#wrapper {
  padding-left: 40px; }

#page-wrapper {
  padding-top: 0px; }

/*# sourceMappingURL=main.css.map */
