.right-panel {
  position: fixed;
  top: 0px;
  bottom: 0px;
  width: 1150px;
  right: -1170px;
  /*right: 0px;*/
  /*opacity: 0.5;*/
  z-index: 9999;
  background-color: white;
  box-shadow: 0px 1px 6px 2px rgba(100, 100, 100, 0.5);
  -webkit-box-shadow: 0px 1px 6px 2px rgba(100, 100, 100, 0.5);
  -moz-box-shadow: 0px 1px 6px 2px rgba(100, 100, 100, 0.5);
  -ms-box-shadow: 0px 1px 6px 2px rgba(100, 100, 100, 0.5);
  transition: right 200ms ease-in, opacity 200ms ease-in;
}

.right-panel.active {
  right: 0px;
  opacity: 1;
}

.disabledLink {
  cursor: not-allowed !important;
}

.mediaContent img, .mediaContent video {
  width: 100%;
  height: 370px;
}

.mediaBtn.active {
  background-color: #64bde1!important
}

.mediaBtn[disabled] {
  pointer-events: auto !important;
  cursor: not-allowed !important;
}

.table-hover > tbody > tr:hover > td {
  cursor: pointer;
}

.detail-close {
  transform: translateX(10px);
}

.detail-close:hover {
  color: #ddd;
  cursor: pointer;
}

.detail-footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  right: 0px;
}

.detail-table {
  width: 100%;
}

.detail-table td {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
}

.detail-img-td {
  width: 200px;
}

.detail-img-td img {
  display: block;
  width: 90%;
  margin: auto;
  height: auto;
  max-height: 100%;
}

.detail-name {
  width: 80px;
  text-align: justify;
}

.detail-panel-heading {

}

#dataTable tr.active td {
  background-color: #dcf5ff;
}

#detailInsertTime {
  width: 400px;
}

#detailOutTime {
  width: 400px;
}

/** 驾驶员识别统计*/
#compareResultTable button {
  cursor: default;
  border-radius: 0;
}

.driverPthotoBox {
  height: 260px;
  padding: 10px 10px 10px 5px;
  border: 1px solid #ddd;
}

.imgBox {
  height: 228px;
  padding: 5px;
  text-align: center;
}

.noDriverImg {
  display: none;
  margin-top: 100px;
}

.driverPthoto {
  width: 100%;
  height: 100%;
}

.tableHeader {
  margin: 0;
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
  border: 1px solid #ddd;
  border-bottom: none;
  background-color: #f3f3f3;
}

.compareInfo {
  display: flex;
  line-height: 33px;
  margin-bottom: 6px;
  padding-right: 6px;
  justify-content: space-between;
}

.compareInfo span, .driverAddress {
  font-size: 13px;
  color: #999;
}

#similarity {
  font-size: 20px;
  font-weight: bold;
}

.compareResultBox {
  display: flex;
  text-align: center;
  border: 1px solid #ddd;
}

.compareResultInfo {
  height: 40px;
  flex: 1;
  color: #fff;
  padding: 10px 0;
  box-sizing: border-box;
  background-color: orangered;
}

.success {
  background-color: rgb(82, 192, 26);
}

.errorInfo {
  background-color: #E50C0C;
}

.compareSimilarity {
  height: 40px;
  line-height: 40px;
  flex: 1;
  box-sizing: border-box;
}

.rightTopImg {
  display: flex;
  height: 172px;
  margin-bottom: 10px;
}

.rightImgBox {
  flex: 1;
  padding: 10px;
  text-align: center;
  border: 1px solid #ddd;
}

.comparePthoto {
  height: 100%;
  max-width: 100%;
}

.noCompareImg {
  display: none;
  margin-top: 60px;
}

.rightTopImg button {
  height: 100%;
  width: 40px;
  white-space: pre-wrap;
}

#compareTable th, #compareTable td {
  padding: 6px;
}

#compareTable th {
  width: 70px;
  text-align: center;
  background-color: #f9f9f9;
}
