@font-face {
  font-family: "LenovoMotoSupport";
  src: url("/fonts/LenovoMotoFont.woff") format('woff');
}
.wLookup_modal {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 801;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
}
.wLookup_modal * {
  float: none;
}
.wLookup_modal_wrapper {
  font-size: 10px;
  display: flex;
  flex-direction: column;
  height: 700px;
  width: 900px;
  background-color: white;
  border-radius: 8px;
  position: relative;
}
@media only screen and (max-width: 370px) {
  .wLookup_modal_wrapper {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}
.wLookup_modal_wrapper input {
  outline: none;
  float: left;
  border: 1px solid #C6C6C6;
  font-size: 1.3rem;
  margin: 3px 6px 3px 0;
  padding: 8px 7px;
}
.wLookup_modal_wrapper button {
  padding: 0 9px 0 9px;
  height: auto;
}
.wLookup_modal_wrapper .wlHeader {
  display: block;
  /*background-color: gray;*/
  /*height: 45px;*/
  width: 100%;
  padding: 5px;
}
.wLookup_modal_wrapper .wlHeader .snSearch_wrapper {
  position: relative;
  width: fit-content;
  height: fit-content;
}
@media only screen and (max-width: 370px) {
  .wLookup_modal_wrapper .wlHeader .snSearch_wrapper {
    width: 100%;
  }
}
.wLookup_modal_wrapper .wlHeader .snSearch_wrapper label {
  position: absolute;
  top: 5px;
  left: 5px;
  color: gray;
}
.wLookup_modal_wrapper .wlHeader .snSearch_wrapper input {
  border-radius: 5px;
  padding: 12px 10px;
  float: none;
}
@media only screen and (max-width: 370px) {
  .wLookup_modal_wrapper .wlHeader .snSearch_wrapper input {
    width: 100%;
  }
}
.wLookup_modal_wrapper .wlHeader .snSearch_wrapper button {
  background-color: unset;
  /*                    height: 26px;
                                    width: 26px;*/
  border-radius: 25px;
  outline: none;
  border: none;
  color: white;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: calc(50% - 13px);
  cursor: pointer;
}
.wLookup_modal_wrapper .wlHeader .snSearch_wrapper button::after {
  font-family: "LenovoMotoSupport";
  content: "";
  color: #1976a1;
  font-size: 26px;
}
.wLookup_modal_wrapper .close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 20px;
  font-weight: bold;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.wLookup_modal_wrapper h1::before {
  font-family: "LenovoMotoSupport";
  content: "";
  margin-right: 10px;
}
.wLookup_modal_wrapper .content {
  overflow: auto;
  width: 100%;
  padding: 10px;
  /*display:flex;*/
  margin-top: 10px;
}
.wLookup_modal_wrapper .content > div {
  display: none;
}
.wLookup_modal_wrapper .content > div.active {
  display: block;
}
.wLookup_modal_wrapper .content > div {
  width: 100%;
}
.wLookup_modal_wrapper .content #warrantyInfo .devInfoWrapper {
  margin-top: 25px;
  display: flex;
}
.wLookup_modal_wrapper .content #warrantyInfo .devInfoWrapper label {
  font-weight: bold;
  margin-right: 5px;
  margin-left: 5px;
}
.wLookup_modal_wrapper .content #warrantyInfo .wSummary {
  font-size: 15px;
  font-weight: bold;
}
.wLookup_modal_wrapper .content #warrantyInfo .wSummary span {
  color: green;
}
.wLookup_modal_wrapper .content #warrantyInfo .wSummary.warn span {
  color: #ce7532;
}
.wLookup_modal_wrapper .content #warrantyInfo .wSummary.oow span {
  color: red;
}
.wLookup_modal_wrapper .content #warrantyInfo .warrHistoryWrapper {
  margin-top: 10px;
  max-width: 500px;
}
.wLookup_modal_wrapper .content #warrantyInfo .warrHistoryWrapper .warrHistoryItemWrapper {
  border-bottom: 1px solid #979797;
}
.wLookup_modal_wrapper .content #warrantyInfo .warrHistoryWrapper .warrHistoryItemWrapper .wItemHeader {
  display: flex;
  padding: 10px;
  justify-content: space-between;
  font-size: 15px;
  font-weight: bold;
}
.wLookup_modal_wrapper .content #warrantyInfo .warrHistoryWrapper .warrHistoryItemWrapper .wItemHeader .wItemToggle {
  rotate: 180deg;
  transition: rotate 0.2s;
}
.wLookup_modal_wrapper .content #warrantyInfo .warrHistoryWrapper .warrHistoryItemWrapper .wItemHeader .wItemToggle::after {
  font-family: "LenovoMotoSupport";
  content: "";
}
.wLookup_modal_wrapper .content #warrantyInfo .warrHistoryWrapper .warrHistoryItemWrapper .warrHistoryItemContent {
  display: none;
  background-color: #f8f8f8;
  padding: 10px;
}
.wLookup_modal_wrapper .content #warrantyInfo .warrHistoryWrapper .warrHistoryItemWrapper .warrHistoryItemContent table {
  width: 100%;
  margin-bottom: 10px;
}
.wLookup_modal_wrapper .content #warrantyInfo .warrHistoryWrapper .warrHistoryItemWrapper .warrHistoryItemContent td {
  /*                    padding: 5px;
                                                padding-left: 10px;*/
  width: calc(100%/3);
  font-weight: bold;
}
.wLookup_modal_wrapper .content #warrantyInfo .warrHistoryWrapper .warrHistoryItemWrapper .warrHistoryItemContent label {
  color: #8d8d8d;
}
@media only screen and (max-width: 370px) {
  .wLookup_modal_wrapper .content #warrantyInfo .warrHistoryWrapper .warrHistoryItemWrapper .warrHistoryItemContent label {
    width: 100%;
    display: block;
  }
}
.wLookup_modal_wrapper .content #warrantyInfo .warrHistoryWrapper .warrHistoryItemWrapper.active .warrHistoryItemContent {
  display: block;
}
.wLookup_modal_wrapper .content #warrantyInfo .warrHistoryWrapper .warrHistoryItemWrapper.active .wItemHeader .wItemToggle {
  rotate: 0deg;
}
.wTimeline {
  position: relative;
  display: flex;
  margin-top: 50px;
  margin-left: 50px;
  width: 400px;
  height: 30px;
  padding: 3px;
  border-radius: 5px;
  align-items: center;
}
@media only screen and (max-width: 370px) {
  .wTimeline {
    width: 90%;
    margin-left: 0;
    margin-right: 0;
  }
}
.wTimeline .timelinePart {
  position: relative;
  flex: 1;
  min-height: 80%;
  background-color: lightgray;
  /*border-right: 1px solid black;*/
}
.wTimeline .timelinePart .point {
  position: absolute;
  height: calc(30px/3);
  width: calc(30px/3);
  border-radius: calc(30px/3);
  background-color: white;
  border: 1.5px solid black;
  top: calc(50% - (30px/(3*2)));
  right: calc(0% - (30px/(3*2)));
  z-index: 10;
}
.wTimeline .timelinePart .point .pointHelper {
  position: relative;
}
.wTimeline .timelinePart .fpoint {
  position: absolute;
  height: calc(30px/3);
  width: calc(30px/3);
  border-radius: calc(30px/3);
  background-color: white;
  border: 1.5px solid black;
  top: calc(50% - (30px/(3*2)));
  left: 3px;
  z-index: 10;
}
.wTimeline .timelinePart .fpoint .pointHelper {
  position: relative;
}
.wTimeline .timelinePart .info_wapper {
  position: absolute;
  top: -45px;
  left: 50%;
  height: 40px;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}
.wTimeline .timelinePart .info_wapper label {
  font-weight: bold;
  font-size: 10px;
}
.wTimeline .timelinePart .info_wapper .info {
  font-size: 10px;
}
.wTimeline .timelinePart .info_wapper .guideLine {
  border-left: 1px solid black;
  flex: 1;
}
.wTimeline .timelinePart .bottomHelper {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  /*display:none;*/
}
.wTimeline .timelinePart .bottomHelper .info_wapper {
  top: 5px;
  height: 30px;
  flex-direction: column-reverse;
}
.wTimeline .timelinePart .bottomHelper .info_wapper label {
  color: green;
}
.wTimeline .timelinePart .bottomHelper.extension .info_wapper {
  height: 50px;
}
.wTimeline .timelinePart .bottomHelper.extension .info_wapper label {
  color: #25aeed;
}
.wTimeline .timelinePart.extension {
  background-color: #25aeed;
}
.wTimeline .timelinePart:first-child {
  /*border-left: 1px solid black;*/
  border-radius: 5px 0 0 5px;
  padding-left: 5px;
}
.wTimeline .timelinePart:last-child {
  /*border-left: 1px solid black;*/
  border-radius: 0 5px 5px 0;
  padding-right: 5px;
}
.wTimeline .timelinePart:last-child .point {
  right: 3px;
}
.wTimeline .timelinePart.active {
  background-color: green;
}
.wTimeline.green .timelinePart.active {
  height: 100%;
}
.wTimeline.green .bottomHelper {
  display: flex;
}
.wTimeline.gray .timelinePart:not(.active) {
  height: 100%;
}
.wTimeline.gray .bottomHelper {
  display: flex;
}
/*# sourceMappingURL=wlookup.css.map */