@font-face {
  font-family: 'quick-control';
  src: url('../fonts/quick-control/quick-control.eot?21480677');
  src: url('../fonts/quick-control/quick-control.eot?21480677#iefix') format('embedded-opentype'),
       url('../fonts/quick-control/quick-control.woff2?21480677') format('woff2'),
       url('../fonts/quick-control/quick-control.woff?21480677') format('woff'),
       url('../fonts/quick-control/quick-control.ttf?21480677') format('truetype'),
       url('../fonts/quick-control/quick-control.svg?21480677#quick-control') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'quick-control';
    src: url('../font/quick-control.svg?21480677#quick-control') format('svg');
  }
}
*/
[class^="qci-"]:before, [class*=" qci-"]:before {
  font-family: "quick-control";
  font-style: normal;
  font-weight: normal;
  speak: never;
  color: inherit;
  display: inline-block;
  text-decoration: inherit;
  width: inherit;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */


  /* you can be more comfortable with increased icons size */
  font-size: 200%;

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.qci-ac-power:before { content: '\e803'; } /* '' */
.qci-ev-managed-charge:before { content: '\e80a'; } /* '' */
.qci-ev-solar-charge:before { content: '\e80b'; } /* '' */
.qci-ev-immediate-charge:before { content: '\e80c'; } /* '' */
.qci-ev-stop-charging:before { content: '\e80d'; } /* '' */
.qci-icon-battery:before { content: '\e812'; } /* '' */
.qci-icon-open-new-window:before { content: '\e813'; } /* '' */
.qci-thermometer:before { content: '\e814'; } /* '' */
.qci-ac-fan:before { content: '\e815'; } /* '' */
.qci-ac-mode-auto:before { content: '\e816'; } /* '' */
.qci-ac-mode-cool:before { content: '\e817'; } /* '' */
.qci-ac-mode-fan:before { content: '\e819'; } /* '' */
.qci-ac-mode-heat:before { content: '\e81a'; } /* '' */
.qci-ac-mode-dry:before { content: '\e81b'; } /* '' */
.qci-ev-pause:before { content: '\e81c'; } /* '' */

.qc-icon {
  color: #333333;
  display: flex;
  justify-content: center;
}