﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
#googleMapContainer { height: 600px; position: relative; overflow: hidden; }
.mt-element-list .mt-list-container.list-simple.selectedMeasuringPoints { padding: 0px !important; border: none; }
.mt-element-list .mt-list-container.list-simple.selectedMeasuringPoints ul > .mt-list-item > .list-item-content { padding: 0px !important; }
#kt_body{
    overflow-y: scroll!important;
    padding-right: 0px!important;
}
#customSelectionsListContainer ol {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

#customSelectionsListContainer ol li.item, #customSelectionsListContainer ol li.empty, #customSelectionsListContainer ol li.placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}

#customSelectionsListContainer ol li.item div.handle {
    display: block;
    height: 30px;
    margin: 5px 0;
    cursor: move;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    font-weight: 400;
    border: 1px solid #ccc;
    background: #fafafa;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#customSelectionsListContainer ol li.item div.handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 27px;
    white-space: nowrap;
    border-radius: 0px;
    overflow: hidden;
    border: 1px solid #e7505a;
    background: #ed6b75;
}
#createCustomSelectionButton{
    text-align: center;
    width: 37px;
}
#selectedMeasuringPointsList{
    list-style: none;
    padding: 0px;
    padding-top: 10px;
}
#selectedMeasuringPointsList h3{
    color: #a2a7b7;
    font-size: 14px;
}
#customSelectionsListContainer ol li.item div.handle:hover { background: #e7505a; border-color: #e7505a;  }
#customSelectionsListContainer ol li.item div.handle i {
    margin-left: -5px;
    color: #ffffff;
    font-size: 16px;
}

#customSelectionsListContainer ol li.item div.handle:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 100%;
    text-align: center;
    text-indent: 0;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}

#customSelectionsListContainer ol li.item div.content {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px 5px 40px;
    color: #333;
    text-decoration: none;
    font-weight: 400;
    border: 1px solid #ccc;
    background: #fafafa;
    cursor: pointer;
}

#customSelectionsListContainer ol li.item div.content:hover { background-color: #ccc;}
ul.checkbox-list { padding-left: 0px; margin-left: 0px; list-style: none; }
ul.checkbox-list li { margin-left: 0px; list-style-type: none; }
ul.checkbox-list li input { margin-right: 10px; }
.updateDateLabel { margin-left: 20px; font-size: 12px;}
#networkGraphDeviceAssessment, #networkGraphMeasuresPerTimeStep {
    height: 400px;
}
#networkGraphMeasuresPerTimeStep {
    margin-top: 40px;
}
#pressureEachLoggerGraph, #temperatureEachLoggerGraph, #measureFlowEachLoggerGraph, #averagePressureForEachLoggerGraph, #averagePressureStandardDeviationGraph, #loggersPressureClassesGraph, #loggersPressureMapGraph {
    height: 200px; 
}
#averagePressureEachLoggerGraph, #averageTemperatureEachLoggerGraph, #averageMeasureFlowEachLoggerGraph {
    height: 200px;
}
.graph-label {
    font-size: 11px;
    color: #b0b0b0;
    text-align: center;
    margin-top: 10px!important;
    margin-bottom: 0px;
}
.tab-pane .alert {
    margin-top: 20px;
}
.amcharts-main-div a{ display: none!important; }
#loggersPressureMapGraph { height: 200px; position: relative; }
.noGraphResultsMessage {
    position: absolute;
    top: 100px;
    left: 300px;
    color: #b0b0b0;
    font-size: 12px;
}
.noGraphSMResultsMessage {
    position: absolute;
    top: 100px;
    left: 130px;
    color: #b0b0b0;
    font-size: 12px;
}
.checkboxContainer {
    font-size: 12px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
.portlet.light > .portlet-title {
    border-bottom: 0px !important;
    margin-bottom: 0px !important;
}
a.fullscreen { text-decoration: none; }
.no-cut-title { min-height: 51px !important; }

#dashboardProgressBarDialog .close, #dashboardProgressBarDialog button[data-dismiss="modal"] { display: none !important; }
.portlet-fullscreen #dashboardLoggersFiltersContainer { padding-left: 15px; }
#hoursFiltersContainer { margin-left: -15px; }
#hoursFiltersContainer a { margin-top: 10px; }
#hoursFiltersContainer > button {
    background-color: #222!important;
    border-color: #222;}
#hoursFiltersContainer > button.inactive {
    background-color: #32c5d2!important;
    border-color: #32c5d2;
    opacity: 0.65 !important;
}
#LOGGERS_AVERAGE_PRESSURES_GRAPH text, #LOGGERS_AVERAGE_TEMPERATURES_GRAPH text, #LOGGERS_AVERAGE_FLOWS_GRAPH text{
      font-weight: bold;
      font-family: 'Roboto'!important;
 }
.togglePortletFilters {
    color: #fff;
}
.steelGrayLegend{
    color: #b4b6b6;
    font-size: 12px;
    float: right;
}
.dashboardDataInfo { font-weight: 600; }
.dashboardDataInfo .label, .dashboardDataInfo .updateTime, .dashboardDataInfo .totalHandledMeasures {
    font-size: 12px;
    display: inline-block;
}
#hoursFiltersContainer > button.inactive {
    background-color: #9ad4f5!important;
    border-color: #bbe0f7;
    opacity: 0.65 !important;
    font-size: 10px;
    border-radius: 5px;
    padding: 5px 13px;
}
#hoursFiltersContainer > button.active, #hoursFiltersContainer > button {
    background-color: #019ef7!important;
    border-color: #019ef7!important;
    opacity: 0.65 !important;
    font-size: 10px;
    border-radius: 5px;
    padding: 5px 13px;
    color: #fff;
}
#hoursFiltersContainer {
    margin: 10px 0px 0px 0px!important;
}
.portlet.box.green{
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.portlet.box.green .caption{
    font-weight: bold!important;
    margin-bottom: 5px;
    padding-bottom: 10px;
    padding-top: 5px;
    padding-left: 5px;
    border-bottom: 1px solid #f4f7f9;
}
.network-title{
    display: inline-block;
    padding: 10px 10px 10px 0px;
}
#networkDetailsView .card-body{
    padding-top: 0px!important;
}
.dashboardDataInfo{
    font-weight: 100!important;
}
#networkDetailsView .card-header{
    background-color: #fafafa;
}
.dashboardDataInfo .label {
    font-weight: bold!important;
}
.dashboardDataInfo .tools{
    padding-top: 7px;
}
#customSelectionsListContainer{
    padding: 0px 20px 0px 20px;
}
.measuringPointSelectableItemLoggersContainer{
    padding-left:20px;
}
.measuringPointSelectableItem{
    margin-bottom: 5px;
}
.icheck-list{
    padding: 10px;
}
.measuringPointSelectableItem { font-weight: 600; cursor: pointer; }
.measuringPointSelectableItem .opened, .measuringPointSelectableItem .closed { display: none;}
.measuringPointSelectableItem.opened .opened { display: inline; }
.measuringPointSelectableItem.closed .closed { display: inline; }
#editNetworkDataButton{
    color:rgb(89, 89, 89);
    text-decoration: none!important;
}
#networkDataRecapItems{
    margin-top: 5px;
    margin-bottom: 5px;
    color:rgb(89, 89, 89);
    font-size:13px;
}
#editNetworkDataButton{
    position: relative;
    top: -3px;
}
#dashboardProgressBarDialog .loading-text{
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 18px;
}
.modal-section-text{
    background-color: #f5f8fa;
    padding: 10px;
}
#RSSI_AVERAGE_AND_NUMBER_OF_MEASURES{
    width: 100%;
    position: relative;
}
.amcharts-main-div{width: 100%!important;}
#dashboardProgressBarDialog .modal-footer{
    display:none!important;
}
#dashboardProgressBarDialog .modal-header .btn{
    display: none!important;
}
.amcharts-chart-div, .amcharts-chart-div svg{
    width: 100%!important;
}

#dashboardLoggersFiltersContainer .portlet-title .tools {
    display: inline;
    float: right;
    margin-right: 5px;
}
svg g text{
    font-family: 'Roboto'!important;
}
.badge {
    display: inline!important;
}