/* Salto Backend Fixes */
.entity-browser-form .pager {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    background: white;
}

.entity-browser-form .form-actions {
  position: fixed;
  bottom: -.75rem;
  right: 2rem;
  z-index: 10;
}

/* Make paragraphs striped */
.entity-add-or-edit-form .draggable.odd {
	background-color: lightblue !important;
}

/* Hide Preview Button (doesn't work with panelized Pages)*/
#edit-preview {
  display: none;
}

/* Hide phone nr errors (bug: shown multiple times)*/
.field--name-field-mobile-number .form-item--error-message {
	display: none;
}

/* Better style for phone number field */
.mobile-number-field .form-type-textfield input {
  width: 150px;
  border: 1px solid lightgray;
  min-height: 2.4rem;
}

#toolbar-administration {
  z-index: 999999 !important;
}