/* gauges */
.gauges-container { display: flex; margin-top: 10px; margin-right: 5px; }
.gauges-container .gauge { width: 200px; height: 270px; 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: 24px; bottom: 126px; 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 .small-gauge-align { float: none !important; margin-top: 10px; }
.gauges-container .gauge .main-gauge-info  { float: right; width: 186px; }
.gauges-container .gauge .main-gauge-info table { text-transform: uppercase; width: 100%; font-size: 10px; }
.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; }
.gauges-container .gauge .main-gauge-info table .main-tr td:nth-child(1) { background-color:  #ffe500; }
.gauges-container .gauge .main-gauge-info table .main-tr td:nth-child(2) { background-color: #8ac1ed; }
.gauges-container .gauge .main-gauge-info table .main-tr span { font-size: 18px; font-family: 'yva_textbold' !important; }


.gauges-container .gauge .small-gauge-align table td { height: 18px; }

.gauges-container .gauge .gauge-overlay { position: absolute; width: 100%; background-color: #FFFFFF; opacity: 0.7; z-index: 2; }
.gauges-container .gauge .small-gauge-overlay { height: 220px;  margin-top: -165px; }
.gauges-container .gauge .main-gauge-overlay { height: 255px;  margin-top: -140px; }
.clickable a { z-index: 5; position: relative; opacity: 0.3; }
/* hichcharts custom styles */
.shadow {-webkit-filter: grayscale(1); filter: grayscale(1); }

.main-gauge-shadow,
.small-gauge-shadow { background-image: url('../images/gauges/shadow.png'); height: 2px; background-size: 100%; position: absolute; bottom: 121px; background-repeat: no-repeat; }
.main-gauge-shadow  {width: 170px; left: 23px;}
.small-gauge-shadow { width: 127px; left: 4px; }

.highcharts-yaxis-labels { -webkit-filter: grayscale(0); filter: grayscale(0);}
.chart-container-small { height: 148px; min-width: 180px; width: 180px; }
.chart-container { height: 158px; min-width: 200px; width: 200px; }


