.device {
    cursor: pointer;
    height: 90px;
    border: 1px solid rgb(255, 255, 255, 0.15);
    border-radius: 5px;
    margin: 5px;
    background-color: #333;
    overflow: hidden;
  }

  .device.active {
    background-color: rgb(33, 37, 41);
    color: #FFF;
    border-color: #fb0;
  }

  .nav-item .fa {
    font-size: 30px;
  }

  .nav-link.active {
    color: #fb0 !important;
  }

  #myTabContent {
    background-color: rgb(33, 37, 41);
    border: 1px solid #495057;
    border-top: 0px;
  }

  .tab-content {
    padding: 15px;
  }

  en {
    display: none;
  }

  #dash-tab-pane .pie {
    display: inline-block;
    text-align: center;
    width: 100%;
    max-width: 110px;
    position: relative;
  }

  #dash-tab-pane .pie .percent {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    line-height: 30px;
    width: 100px;
    margin-left: -50px;
  }

  #dash-tab-pane .pie canvas {
    width: 100%;
  }

  #dash-tab-pane #temperature {
    padding-bottom: 100%;
    width: 100%;
    height: 0;
    position: relative;
  }

  #dash-tab-pane #temperature #bar {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 33%;
    right: 33%;
    background: #fb0;
  }

  #dash-tab-pane #temperature #bar .percent {
    color: #fff;
  }

  #dash-tab-pane #temperature #bar #mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ccc;
  }



  #dash-tab-pane #iface {
    background: #222;
    color: #ddd;
    text-align: center;
    border-radius: 4px;
  }

  #dash-tab-pane #iface .hdmi,
  #dash-tab-pane #iface .sdi {
    display: inline-block;
    margin: 10px 15px;
  }

  #dash-tab-pane #iface .hdmi>div {
    background-image: url(../img/input.png);
    margin: 0 auto;
    width: 68px;
    height: 26px;
    margin-top: 14px;
    margin-bottom: 14px;
    background-position: 0px -54px;
  }

  #dash-tab-pane #iface .sdi>div {
    background-image: url(../img/input.png);
    margin: 0 auto;
    width: 45px;
    height: 54px;
    background-position: 0px 0px;
  }

  #dash-tab-pane #iface .disable>div,
  #dadash-tab-panesh #iface .disable .info {
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
  }

  #recBar,#pushBar{
    background: #555;
    color: #ddd;
    text-align: center;
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 20px;
  }