/* gauges */
.gauges-container { display: flex;margin-top: 20px;margin-right: 10px;height: 250px;}
.gauge-title {text-align: center;min-height: 40px;}
.gauges-container .gauge { width: 200px; height: 200px; display: inline; position: relative; }
.gauges-container .gauge:nth-child(1) { margin-right: 15px; }
.gauges-container .gauge .gauge-icon { position: absolute; width: 35px; height: 35px; z-index: 1; right: 23px;bottom: 56px;background-size: 100%; -webkit-box-shadow: 4px 4px 5px -4px rgba(0,0,0,0.75); -moz-box-shadow: 4px 4px 5px -4px rgba(0,0,0,0.75); box-shadow: 4px 4px 5px -4px rgba(0,0,0,0.75); border-radius: 5px; background-repeat: no-repeat;}
.gauges-container .gauge .realization-small-container{font-size:8px;font-weight:900;justify-content: center;display: flex;background-color: white;position: absolute;width: 31px;height: 11px;z-index: 3;right: 114px; bottom: 56px;}
.gauges-container .gauge .realization-big-container{font-size:8px;font-weight:900;justify-content: center;display: flex;background-color: white;position: absolute;width: 31px;height: 11px;z-index: 3;right: 76px; bottom: 17px;}
.gauges-container .gauge .small-gauge-align { float: none !important; margin-top: 10px; padding-left: 4px !important;padding-right: 3px !important;}
.gauges-container .gauge .main-gauge-info  { float: right; width: 178px; padding-right: 5px; }
.gauges-container .gauge .main-gauge-info table { text-transform: uppercase; width: 100%; font-size: 9px; }
.gauges-container .gauge .main-gauge-info table a { color: inherit; display: flex; height: 100%; width: 100%; align-items: center; justify-content: center; text-decoration: none !important; }
.gauges-container .gauge .main-gauge-info table td { border: 1px solid gray; text-align: center; width: 50%; height: 36px; cursor: pointer; }
.gauges-container .gauge .main-gauge-info table th { text-align: center; }
.gauges-container .gauge .main-gauge-info table .borderless { border: none; }
.gauges-container .gauge .main-gauge-info table .active-button { background-color: #f70000; color: white; }
.gauges-container .gauge .main-gauge-info table .main-tr { height: 41px; }
.gauges-container .gauge .main-gauge-info table .main-tr td { cursor: initial !important;  border: none; }
.gauges-container .gauge .main-gauge-info table .main-tr td:nth-child(1) { background-color: #9BC4E8; }
.gauges-container .gauge .main-gauge-info table .main-tr td:nth-child(2) { background-color: #EBD84F;}
.gauges-container .gauge .main-gauge-info table .main-tr span { font-size: 12px;  }

.middle-gauge {margin-top: 39px; }
.main-tr > td,th {padding: 0px 0px !important; }

.highcharts-yaxis-labels { -webkit-filter: grayscale(0); filter: grayscale(0);}
.chart-container-small { height: 138px; min-width: 180px; width: 180px; }
.chart-container { height: 147px; min-width: 200px; width: 200px; }
.gauge-large-icon {
    position: absolute;
    width: 200px;
    height: 146.7px;
    min-width: 200px;
    min-height: 146.7px;
    z-index: 1;
    right: -2px;
    bottom: -8px;
    background-size: 100%;
    -webkit-box-shadow: 0px 0px 0px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 0px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 0px -1px rgba(0,0,0,0.75);
    border-radius: 5px;
    background-repeat: no-repeat;
}

.gauge-middle-icon {
    position: absolute;
    width: 180px;
    height: 94px;
    min-width: 180px;
    min-height: 94px;
    z-index: 1;
    right: 15px;
    bottom: 52px;
    background-size: 100%;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
    border-radius: -4px;
    background-repeat: no-repeat;
}

@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .gauge-large-icon {
        right: -6px;
    }
    .gauge-middle-icon {
        right: 17px !important;
    }
}
