/* CSS for SteelSeries Gauges; new version 2.7.7. for CMX AI
 * Mark Crossley
 * v2.5.0 - 03 Dec 2014
 * SizeSml=181, SizeStd=221, sizeLrg=261
 * 14-Feb-2025	Leo	added gaugeSmall, at-gauteSmall, gaugeMedium, at-gaugeMeium, gaugeLarge and at-gaugeLarte from old CMX gouges.css to be included in gauges.html (not gauges.htm)
 */

.odo {
  position: absolute;
  top: 67%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.gauge {
  padding: 5px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-top: 1vh;
}
.gaugeSizeSml,
.ax-gaugeSmall {
  width: 181px;
  height: 181px;
}
/* leo: Standard size used by AI: 221 */
.gaugeSizeStd,
.ax-gaugeStandard {
  width: 221px;
  height: 221px;
}
.gaugeSizeLrg,
.ax-gaugeLarge {
  width: 261px;
  height: 261px; 
}

/* Leo: added also old ones from CMX */ 
.gaugeSmall {
    max-width:261px;		/*leo: increased from 181 */
    max-height: 261px;		/*leo: increased from 181 */
    width:120%;			/*leo: increased from 100% */
    height:120%;
}
.at-gaugeSmall {
	width: 261px;		/*leo: increased from 221 */
	margin-left:8px;
	margin-right:8px;
}


.gaugeMedium {
    max-width: 221px;
    max-height:221px;
}
.at-gaugeMedium {
	width: 261px;
	margin-left:8px;
	margin-right:8px;
}

.gaugeLarge {
    max-width:261px;
    max-height:261px;
    width:100%;
    height:100%;
}

.at-gaugeLarge {
	width:301px;
	margin-left:8px;
	margin-right:8px;
}



label {
	/*vertical-align: -0.25em;*/
	padding-left: 0.5em;
}

.unitsTable {
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #CCF;
  box-shadow: rgba(0,0,0,0.3) 2px 2px 2px;
  border-radius: 4px;
  text-align: left;
  min-width: 260px;
}
.cellRight {
  display: table-cell;
  text-align: right;
  font-size: 9px;
  vertical-align: middle;
}
.credits {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 70%;
  font-style: italic;
  letter-spacing: 0.3em;
}

.ddimgtooltip{
  z-index: 2000;
  box-shadow: var(--shadow); /*shadow for CSS3 capable browsers.*/
  border-radius: 10px;
  display: none;
  position: absolute;
  border: 3px ridge var(--theme)!important;
  background: var(--add5);
  color: var(--sub5);
  padding: 0 7px 3px 7px;
  /*font-family: sans-serif;*/
  font-size: 82%;
}

.ddimgtooltip h5 {
	line-height:1em;
	padding: 0;
}

.tipinfo{
  text-align: left;
  padding: 3px 0 3px 2px;
}

.tipimg{
  width: 438px;
  height: 175px;
}
