﻿body {
}
.show-mainmenu{
    display:none;
}
#sensorDiv > select{
    width:50% !important;
    display:inline;
}
#map .leaflet-control-scale{
    display:none;
}
.list-container .fixed-table-container {
    padding-bottom: 0 !important;
}
.fixed-at-left.fixed-single > .fix-popu-ctrl-toleft {
    width: 356px;
}

.fsensor-normal-status, .googleContentFix .fsensor-normal-status {
    background-color: #008cd0;
    fill: #008cd0;
    color: black;
}

.gm-style .pin_label.fsensor-normal-status {
    color: #008cd0;
    background-color: transparent;
    text-shadow: none !important;
}

.fsensor-normal-status > td {
    color: #008cd0 !important;
}

.fsensor-info-status, .googleContentFix .fsensor-info-status {
    background-color: #008000;
    fill: #008000;
    color: black;
}

.gm-style .pin_label.fsensor-info-status {
    color: #008000;
    background-color: transparent;
    text-shadow: none !important;
}

.fsensor-info-status > td {
    color: #008000;
}

.fsensor-info-10-status, .googleContentFix .fsensor-info-10-status {
    background-color: #fcce29;
    fill: #fcce29;
    color: white;
}

.gm-style .pin_label.fsensor-info-10-status {
    color: #fcce29;
    background-color: transparent;
    text-shadow: none !important;
}

.fsensor-info-10-status > td {
    color: #fcce29;
}

.fsensor-info-30-status, .googleContentFix .fsensor-info-30-status {
    background-color: #f97821;
    fill: #f97821;
    color: white;
}

.gm-style .pin_label.fsensor-info-30-status {
    color: #f97821;
    background-color: transparent;
    text-shadow: none !important;
}

.fsensor-info-30-status > td {
    color: #f97821;
}

.fsensor-info-50-status, .googleContentFix .fsensor-info-50-status {
    background-color: #e53b3a;
    fill: #e53b3a;
    color: white;
}

.gm-style .pin_label.fsensor-info-50-status {
    color: #e53b3a;
    background-color: transparent;
    text-shadow: none !important;
}

.fsensor-info-50-status > td {
    color: #e53b3a;
}

.fsensor-check-status, .googleContentFix .fsensor-check-status {
    background-color: #7091a0;
    fill: #7091a0;
    color: black;
}

.gm-style .pin_label.fsensor-check-status {
    color: #7091a0;
    background-color: transparent;
    /*text-shadow: none !important;*/
}

.fsensor-check-status > td {
    color: #7091a0;
}
.metertable .table-hover >  tbody > tr:not(:hover) {
    background-color: transparent !important;
}
.metertable .table-hover > tbody > tr:hover > td, .metertable .table-hover > tbody > tr:hover > th, .metertable table > tbody > tr.meter-active > td {
    background-color: rgba(80,80,80,0.1001) !important;
}

.list-container {
    height: calc( 100% - 140px ) !important;
}
.list-container .metertable {
    height: calc(100% - 40px) !important;
}