@media screen and (max-width: 500px) {
  .show-larger-screens-only {
      display: none;
  }
}
.mdl-layout__content {
  background-color: #424242;
}
.page-content {
  margin: 0 auto;
  max-width: 1000px;
}

.disabled {
  color: #ccc !important;
}

.sendBtn {
  opacity: 0.4;
  transition: 0.3s;
}

.reEnable {
  color: rgb(255,110,64) !important;
}

#statusBubble {
  transition: all 500 ease-in-out;
}

.mdl-progress>.bufferbar {
    background-image: linear-gradient(to right,rgb(255,110,64),rgb(255,110,64)),linear-gradient(to right,rgb(66,66,66),rgb(66,66,66));
}

.mdl-progress>.progressbar {
    background-color: rgb(66,66,66);
}

#fw_progress {
    width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.fw_infoTable { /* Full webapp only */
  width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#btn_FirmwareUpdate {
    width: 90%;
	margin-left: auto;
	margin-right: auto;
} 

#btn_FirmwareUpdateProceed {
  width: 90%;
margin-left: auto;
margin-right: auto;
} 

#btn_LogDownload {
    width: 50%;
	margin-left: auto;
	margin-right: auto;
}

#btn_DiagRecorder_style {
  width: 50%;
margin-left: auto;
margin-right: auto;
}

.sl {
  font-size: 30px !important;
}

.mdl-layout-title { /* Different on full webapp */
  color: #102027;
  font-family: 'Exo 2', sans-serif;
  font-size: 46px;
}

.fullWidth {
  width: calc(100% - 12px);
}
.thirdWidth {
  width: calc(33% - 12px);
}
.halfWidth {
  width: calc(45% - 12px);
}
.Width70 {
  width: calc(70% - 12px);
}
.Width85 {
  width: calc(85% - 12px);
}

.a {
  text-decoration: none;
}

.close {
  position: absolute;
  top: 16px;
  right: 16px;
}

.mdl-dialog {
  top: 5%;
  width:310px;
}

.mdl-button {
  min-width: 1%;
}

.diag-diagnostics {
  width: 500px !important;
  max-width: 100% !important;
}
.mdl-dialog__title {
  font-size: 22px !important;
}

.diag-fw {
  width: 360px !important;
  max-width: 100% !important;
}
.mdl-dialog__title {
  font-size: 22px !important;
}

th, tr, td { 
  height:0px !important; 
  padding-top:2px !important; 
  padding-bottom:2px !important; 
  padding-left:5px !important;
  padding-right:5px !important;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #555;
  color: #fff;
  text-align: center;
  font-size:14px;
  border-radius: 6px;
  padding: 5px 0;
  opacity: 0;
  transition: opacity 0.3s;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 120%; /* >100% is padding from text to bubble*/
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.5s;
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%; /* To the left of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #555 transparent transparent;
}

.mdl-chip__contact {
  margin-right: 0px;
}