.controller-auth_source_saml.action-index table.list td.config {
  text-align: left;
}

.controller-auth_source_saml.action-index table.list .try-connection-auth-sources {
  display: none;
}

.controller-auth_source_saml.action-index table.list .try-connection-auth-sources td {
  text-align: left;
  word-break:break-all;
}

/* field_lychee_saml_auth_onthefly（「ユーザーが存在しなければ自動作成する」）のラベルが折り返されないように十分な幅を取る */
@media screen and (min-width: 900px) {
  /* フォームはnew, edit, create（新規作成エラー時）, update（更新エラー時）のactionで描画される */
  .controller-auth_source_saml .tabular p {
    padding-left: 250px;
  }

  .controller-auth_source_saml .tabular label {
    margin-left: -250px;
    width: 245px;
  }
}

#auth_source_saml_form p.hide {
  display: none;
}

#lychee_saml_auth_redirect_to_auth_request_box {
  width: 20rem;
  margin: 0 auto;
}

#lychee_saml_auth_redirect_to_auth_request_box .separator-container {
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 2em;
}

#lychee_saml_auth_redirect_to_auth_request_box .separator-container::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px solid #ccc;
  z-index: 1;
}

#lychee_saml_auth_redirect_to_auth_request_box .text {
  display: inline-block;
  background: #fff;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}

#lychee_saml_auth_redirect_to_auth_request_box .button-container {
  margin-top: 1em;
}

#lychee_saml_auth_redirect_to_auth_request_box .button-container > .button_to > input[type="submit"] {
  margin-left: inherit;
  width: 100%;
  text-overflow: ellipsis;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  height: auto;
}
