/* -----------------------------------------------------------
  Styles loaded for editors
-------------------------------------------------------------- */
.toolbar li {
  margin: 0;
}
#editor-tabs {
  background-color: white;
  font-family: Montserrat, sans-serif;
  font-size: 0.7rem;
  margin: 1rem 0;
  padding: 0.5rem;
}
#editor-tabs.floating {
  border: 1px solid gray;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);
  cursor: move;
  margin: 1rem;
  padding-left: 1.5rem;
  position: fixed;
  z-index: 9001;
}
#editor-tabs #drag-handle {
  background-color: gray;
  bottom: 0;
  color: white;
  cursor: move;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 1rem;
}
#editor-tabs ul {
  line-height: 100%;
  margin: 0;
  padding: 0;
}
#editor-tabs li {
  display: inline-block;
  margin: 0 0.25rem 0 0;
}
#editor-tabs a {
  background-color: lightgrey;
  border: 1px solid grey;
  color: #000;
  display: block;
  padding: 0.35rem 0.75rem;
  text-decoration: none;
}
#editor-tabs a.is-active {
  background-color: white;
}
#editor-tabs a:hover,
#editor-tabs a:focus {
  background-color: gainsboro;
  text-decoration: underline;
}
#content_moderation_control .entity-moderation-form {
  border: none;
  font-size: 0.7rem;
}
#content_moderation_control li {
  margin: 0 1.5rem 0 0;
}
#content_moderation_control input,
#content_moderation_control select {
  padding: 0.25rem;
}
#content_moderation_control input[type="submit"] {
  cursor: pointer;
  margin-bottom: 1rem;
  padding: 0.25rem 0.75rem;
}
