/**
 * @file
 * access unpublished access form module css.
 *
 */

/* confirm form page*/
.access-unpublished-content {
  max-width: 1400px;
  margin: 40px auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.access-unpublished-content .auc-text-section,
.access-unpublished-content .auc-buttons,
.access-unpublished-content .auc-text-long {
  padding: 10px 0;
}
.access-unpublished-content .auc-buttons #edit-actions-submit {
  border: 1px solid #00739D;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  text-align: center;
  background-color: rgb(0, 115, 157);
  font-size: 1rem;
  line-height: 3rem;
  display: inline-block;
  height: 3rem;
  padding-top: 0;
  padding-right: 0.5rem;
  padding-bottom: 0;
  padding-left: 0.5rem;
  width: 9.75rem;
  color: rgb(249, 250, 250);
}

.access-unpublished-content .auc-buttons #edit-actions-submit:hover {
  background-color: rgb(0, 86, 112);
  border-color: rgb(0, 86, 112);
  text-decoration: underline;
}

.access-unpublished-content .form-checkbox {
  opacity: 1;
  appearance: auto;
}

.access-unpublished-content label {
  margin: 0;
}

.access-unpublished-content label:after {
  opacity: 0!important;
}

.access-unpublished-content .form-item--error-message {
  margin: 0 0 0 8px;
  color: #a51b00;
}

/* Workflow revoke page*/
.workflowstate-wrapper {
  position: fixed;
  bottom: 0;
  right: 0;
}

.workflowstate-wrapper a {
  border: 1px solid #00739D;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  text-align: center;
  background-color: rgb(0, 115, 157);
  font-size: 1rem;
  line-height: 3rem;
  display: inline-block;
  height: 3rem;
  padding-top: 0;
  padding-right: 0.5rem;
  padding-bottom: 0;
  padding-left: 0.5rem;
  width: 9.75rem;
  color: rgb(249, 250, 250);
}

.workflowstate-wrapper a:hover {
  background-color: rgb(0, 86, 112);
  border-color: rgb(0, 86, 112);
}

.auc-h1 {
  color: #0a0a0a !important;
}
