.disable-autofill-background-default {
  input:-webkit-autofill,
  input:-webkit-autofill:hover, 
  input:-webkit-autofill:focus,
  textarea:-webkit-autofill,
  textarea:-webkit-autofill:hover,
  textarea:-webkit-autofill:focus,
  select:-webkit-autofill,
  select:-webkit-autofill:hover,
  select:-webkit-autofill:focus {
      transition: background-color 5000s !important;
  }
}

.list-item-disabled {
  opacity: 0.5;
   filter: alpha(opacity=50); /* For IE8 and earlier */
   cursor: not-allowed !important;
 }

.filler {
	flex: 1 1 auto;
	display: inline-block !important;
}

.sticky {
	position: sticky;
	z-index: 750;
	top: 0;
}

.inline {
	display: inline-block;
}

.contents {
	display: contents;
}

.page-element {
	display: contents;
}

.mat-spinner {
    margin: auto;
  }

  .mat-full-width {
    width: 100%;
  }

  .spread {
    margin: 2rem;
  }

  .spread-thin {
    margin: 1rem;
  }

  .overlay {
    position: sticky !important;

    &.top {
      top: 0;
    }

    &.bottom {
      bottom: 0;
    }
  }