/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .content-title .content-button-container .toggle-map
 */
/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .filter .row-clickable .mobile-table-detail .float-right-bottom
 * .hide-selection .hide-select-all .small-padding .fixed-width
 * .hide-header
 */
/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .filter 
 */
/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .mobile .is-active
 */
/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .mobile .is-active
 */
/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .card-content .form-container .form-item
 */
/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .detail-content .label .field
 */
/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .active
 */
/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .error-badge
 */
#audit-trail-me .detail-content {
  padding: 0 3rem;
}
#audit-trail-me .detail-content .label, #audit-trail-me .detail-content label {
  color: #9f9f9f;
  font-weight: normal;
}
#audit-trail-me .detail-content .form-item, #audit-trail-me .detail-content .el-form-item__label {
  line-height: 0.95rem;
}
#audit-trail-me .detail-content .field {
  font-weight: bold;
  word-break: break-word;
}
#audit-trail-me .detail-content .field.underline {
  text-decoration: underline;
}
#audit-trail-me .detail-content .el-divider {
  background-color: #EFEFEF;
  margin: 0.75rem 0;
}
#audit-trail-me .detail-content.mobile {
  padding: 0;
}
#audit-trail-me .detail-content.mobile .label.mobile-float-right {
  text-align: right;
  margin-right: 1rem;
}
#audit-trail-me .detail-content.mobile .field {
  line-height: 1.375rem;
}
#audit-trail-me .detail-content.mobile .el-row {
  margin: 0.5rem 0;
}
#audit-trail-me .detail-content.mobile .el-row .el-col:first-child {
  margin-bottom: 0.5rem;
}
#audit-trail-me .detail-content.mobile .el-image {
  width: 40px;
  height: 40px;
}
#audit-trail-me .detail-content .el-image {
  width: 60px;
  height: 60px;
  margin-right: 0.5rem;
  border-radius: 1rem;
}
#audit-trail-me a {
  color: #169ca6;
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}
#audit-trail-me a:hover {
  color: #107d89;
}
#audit-trail-me .el-form-item {
  margin: auto;
}
#audit-trail-me .el-tabs {
  margin: 2rem auto;
}
#audit-trail-me .el-tabs .el-tabs__nav-scroll {
  padding-left: 4rem;
  padding-right: 4rem;
  height: 3rem;
  background-color: #E0E0E0;
}
#audit-trail-me .el-tabs .el-tabs__nav-scroll .el-tabs__nav {
  height: 100%;
}
#audit-trail-me .el-tabs .el-tabs__nav-scroll .el-tabs__nav .el-tabs__active-bar {
  background-color: transparent;
}
#audit-trail-me .el-tabs .el-tabs__nav-scroll .el-tabs__nav .el-tabs__item {
  padding-top: 0.25rem;
  font-weight: bold;
  color: black;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
#audit-trail-me .el-tabs .el-tabs__nav-scroll .el-tabs__nav .el-tabs__item.is-active {
  background-color: #ffffff;
  height: 100%;
  -webkit-text-decoration: underline 2px #169ca6;
          text-decoration: underline 2px #169ca6;
}
