#tenant_reports_builder .eq-panel-expanded .eqjs-qc-attrelement > a,
#backoffice_reports_builder .eq-panel-expanded .eqjs-qc-attrelement > a {
  max-width: none;
}
/* SSO outbound simplification */

#system_sso_configuration div.form-group:has(label[for='responseissuerformat']) {
  display: none;
}
.d-flex {
  display: flex !important;
}
.flex-column {
  flex-direction: column !important;
}
.w-33 {
  width: 33%;
}
.w-23 {
  width: 23%;
}
.w-40 {
  width: 40%;
}
.w-83 {
  width: 83%;
}
.w-27 {
  width: 27%;
}
.w-100 {
  width: 100%;
}
.w-50 {
  width: 50%;
}
.p-5 {
  padding: 3rem;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.px-5 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.w-17 {
  width: 17%;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
#system_sso_configuration div.form-group:has(label[for='subjectissuerformat']) {
  display: none;
}
#system_sso_configuration div.form-group:has(label[for='tokenname']) {
  display: none;
}
/*
#system_sso_configuration div.form-group:has(label[for='relaystatename']){
display:none;
}
*/

#system_sso_configuration div.form-group:has(label[for='authenticationcontextclass']) {
  display: none;
}
#system_sso_configuration div.form-group:has(label[for='subjectconfirmationmethod']) {
  display: none;
}
#system_sso_configuration div.form-group:has(label[for='audiencerestriction']) {
  display: none;
}
#system_sso_configuration div.form-group:has(label[for='suppressnameid']) {
  display: none;
}
#system_sso_configuration div.form-group:has(label[for='validitylengthinseconds']) {
  display: none;
}
/* END SSO outbound simplification */

/*  HIDE SCHEDULED TASK CANCEL BUTTON */

#tenant_scheduledtasks #scheduledtaskdetails #btnScheduledTaskReset,
#system_scheduledtasks #scheduledtaskdetails #btnScheduledTaskReset {
  display: none;
}
#tenant_company_datatransfertemplates .dropdown-menu a[ng-click='deleteDataTransferTemplateUploadClick($index)'] {
  display: none;
}
#system_ssoinbound_manage label[for='encryptedToken'],
#system_ssoinbound_manage label[for='certThumbprint'],
#system_ssoinbound_manage label[for='encryptedToken'] ~ div,
#system_ssoinbound_manage label[for='certThumbprint'] ~ div {
  display: none;
}
