@charset "UTF-8";

/*
Theme Name: Autel TPMS V2.1
*/

.text-max-width-180 {
  max-width: 180px;
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sup-p-content-list-content .sup-p-content-pdf {
  display: none;
}

.sup-p-content-list-content li:hover .sup-p-content-pdf {
  display: block;
}




.support-date-field input.date {
  width: 100%
}

.support-date-field .dateClear {
  top: 3px;
  position: absolute;
  right: 9px;
  padding: 5px;
  cursor: pointer
}

.support-date-field .dateClear .ficon-cross:before {
  font-size: 1.2em;
  color: #999999
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  z-index: 1;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#e3e3e3', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #d9d9d9;
  border-bottom-color: #bfbfbf;
  border-radius: 6px;
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)
}

.btn:hover,.btn:active,.btn.active,.btn.disabled,.btn[disabled] {
  background-color: #e6e6e6;
}

.btn:active,.btn.active {
  background-color: #ccc \9
}

.btn:first-child {

}

.btn:hover {
  color: #1a1a1a;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  -webkit-transition: background-position .1s linear;
  transition: background-position .1s linear
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.btn.active,.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)
}

.btn.disabled,.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: .65;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  border-radius: 5px
}

.btn-large [class^="icon-"] {
  margin-top: 1px
}

.btn-small {
  padding: 3px 16px;
  font-size: 12px;
  line-height: 20.875px;
  border-radius: 4px
}

.btn-small [class^="icon-"] {
  margin-top: -1px
}

.btn-mini {
  padding: 2px 6px;
  font-size: 12px;
  line-height: 19.875px
}

.btn-mini [class^="icon-"] {
  margin-right: -3px;
  margin-left: -3px
}

.btn-quoted {
  padding: 0 7px 0 8px;
  font-size: 12px;
  line-height: 0.8;
  height: 17px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-radius: 3px
}

.btn-quoted:before {
  content: "..."
}

.btn-icon {
  padding: 3px 6px
}

.btn-primary,.btn-primary:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25)
}

.btn-primary.active {
  color: rgba(255,255,255,0.75)
}

.btn-danger,.btn-danger:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25)
}

.btn-danger.active {
  color: rgba(255,255,255,0.75)
}

.btn-primary {
  background-color: #626060;
  background-image: -moz-linear-gradient(top, #6c6a6a, #525151);
  background-image: -ms-linear-gradient(top, #6c6a6a, #525151);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6c6a6a), to(#525151));
  background-image: -webkit-linear-gradient(top, #6c6a6a, #525151);
  background-image: -o-linear-gradient(top, #6c6a6a, #525151);
  background-image: linear-gradient(to bottom, #6c6a6a,#525151);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#696767', endColorstr='#504e4e', GradientType=0);
  border-color: #525151 #525151 #2c2b2b;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled] {
  background-color: #525151;
}

.btn-primary:active,.btn-primary.active {
  background-color: #393737;
}

.btn-danger {
  background-color: #8c221a;
  background-image: -moz-linear-gradient(top, #9d261d, #721c15);
  background-image: -ms-linear-gradient(top, #9d261d, #721c15);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9d261d), to(#721c15));
  background-image: -webkit-linear-gradient(top, #9d261d, #721c15);
  background-image: -o-linear-gradient(top, #9d261d, #721c15);
  background-image: linear-gradient(to bottom, #9d261d,#721c15);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99251c', endColorstr='#6e1b14', GradientType=0);
  border-color: #721c15 #721c15 #310c09;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-danger:hover,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled] {
  background-color: #721c15;
}

.btn-danger:active,.btn-danger.active {
  background-color: #47110d \9
}

button.btn,input[type="submit"].btn {

}

button.btn::-moz-focus-inner,input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0
}

button.btn.btn-large,input[type="submit"].btn.btn-large {

}

button.btn.btn-small,input[type="submit"].btn.btn-small {

}

button.btn.btn-mini,input[type="submit"].btn.btn-mini {

}

.btn-group {
  position: relative;
}

.btn-group:before,.btn-group:after {
  display: table;
  content: ""
}

.btn-group:after {
  clear: both
}

.btn-group:first-child {

}

.btn-group+.btn-group {
  margin-left: 5px
}

.btn-toolbar {
  margin-top: 10.9375px;
  margin-bottom: 10.9375px
}

.btn-toolbar .btn-group {
  display: inline-block;
}

.btn-group>.btn {
  position: relative;
  float: left;
  margin-left: -1px;
  border-radius: 0
}

.btn-group>.btn:first-child {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.btn-group>.btn:last-child,.btn-group>.dropdown-toggle {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.btn-group>.btn.large:first-child {
  margin-left: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px
}

.btn-group>.btn.large:last-child,.btn-group>.large.dropdown-toggle {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px
}

.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active {
  z-index: 2
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
  outline: 0
}

.btn-group>.dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}

.btn-group>.btn-mini.dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px
}

.btn-group>.btn-small.dropdown-toggle {

}

.btn-group>.btn-large.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #525151
}

.btn .caret {
  margin-top: 7px;
  margin-left: 0
}

.btn:hover .caret,.open.btn-group .caret {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10000);
  opacity: 100
}

.btn-mini .caret {
  margin-top: 5px
}

.btn-small .caret {
  margin-top: 6px
}

.btn-large .caret {
  margin-top: 6px;
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px
}

.dropup .btn-large .caret {
  border-bottom: 5px solid #000;
  border-top: 0
}


.ratioBox {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 100%;
}
.ratioBox   > img,
.ratioBox > video,
.ratioBox > .mediaBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sup-p-content-list-content .sup-p-content-pdf {
  display: none;
}
.sup-p-content-list-content li .sup-p-content-list-inner:hover .sup-p-content-pdf {
  display: block;
}
.sup-p-content-pdf-item {
  display: flex !important;
  align-items: center;
}
.sup-p-content-pdf-item .sup-p-content-pdf-icon {
  margin-right: 4px;
  transform: scale(0.7);
}
.sup-p-content-pdf-item .fullTitle {
  display: none;
}
.sup-p-content-pdf-item:hover .fullTitle {
  display: inline-block;
  word-break: break-all;
}
.sup-p-content-pdf-item .shortTitle {
  display: inline-block;
}
.sup-p-content-pdf-item:hover .shortTitle {
  display: none;
}
.sup-p-content-list-content .sup-p-content-pdf li {
  box-sizing: border-box;
}
.sup-list-content-title {
  padding: 0 10px;
}
body .sup-p-content-list-content li .sup-p-content-list-inner:hover .sup-p-content-position {
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

@media screen and (max-width: 768px) {
  .sup-p-content-pdf-item .shortTitle {
    display: none;
  }
  .sup-p-content-pdf-item .fullTitle {
    display: inline-block;
    word-break: break-all;
  }
}

.screen-reader-response {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.wpcf7-not-valid-tip {
  color: #ff0000;
  font-size: 13px;
  margin-top: 5px;
}
