﻿/* Copyright 2019-2020 Epic Systems Corporation */
#paperless-container > .pretext {
  margin-bottom: 1rem;
}

.paperlessnotif-container {
  margin-bottom: 0.5rem;
}

input.prettycheck:focus + label:before {
  outline: 1px dotted #000000;
  outline: 5px auto -webkit-focus-ring-color;
}

.paperlessunderstand-container {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

div.errormessage {
  margin-top: 0.3rem;
}

#paperless_status_change_error {
  margin-bottom: 0.25rem;
}

@media only screen and (max-width: 768px) {
  input.prettycheck {
    width: 100%;
  }
}
