.SA_publishers {
  margin: -8px;
  height: 100%;
}
.SA_publishers .mTable {
  height: 100%;
}
.SA_publisherApplicationIcon {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 2px;
  background-color: #fff;
  border-radius: 3px;
  object-fit: contain;
}
.SA_applications {
  margin: -8px;
  height: 100%;
}
.SA_applications .mTable {
  height: 100%;
}
.SA_jobs {
  margin: -8px;
  height: 100%;
}
.SA_jobs .mTable {
  height: 100%;
}
.SA_vocabulary {
  margin: -8px;
  height: 100%;
}
.SA_vocabulary .mTable {
  height: 100%;
}


.applicationCertificateStatus {
  padding-left: 10px;
  position: relative;
}
.applicationCertificateStatus:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0px;
  top: 2px;
  width: 4px;
  height: 10px;
  background-color: rgb(0, 255, 0);
  box-shadow: inset 0 0 1px rgba(0,0,0,0.5);
}
.applicationCertificateStatus-ending:before {
  background-color: rgb(255, 128, 0);
}
.applicationCertificateStatus-obsolete:before {
  background-color: rgb(255, 0, 0);
}
.applicationCertificateStatus-invalid:before {
  background-color: rgb(255, 0, 0);
}
.applicationCertificateStatus-no:before {
  display: none;
}


.tDialog-readersZoneAdmin .mElementsWithLabels_element .mCheckbox.mInline-50 {
  height: 21px;
}
.tDialog-readersZoneAdmin .mElementsWithLabels_element .mCheckbox.mInline-50 .mCheckbox_checkbox {
  right: 0;
  margin: 0 auto;
  top: 4px;
}
.tDialog-readersZoneAdmin .mElementsWithLabels_row:hover {
  background-color: var(--gray-c);
}

.userSession {
  padding-left: 10px;
  position: relative;
}
.userSession:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0px;
  top: 2px;
  width: 4px;
  height: 10px;
  background-color: rgb(200, 200, 200);
  box-shadow: inset 0 0 1px rgba(0,0,0,0.5);
}
.userSession-active:before {
  background-color: var(--activeLED);
}
