/*** Certificate styles ***/

.print-instructions {
  width: 400px;
  margin: 0 auto 2rem auto;
}

.certificate {
  position: relative;
  width: 1252px;
  height: 968px;
  margin: 0 auto 2rem auto;
  padding: 0;
  background-image: url("");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.certificate-headline,
.certificate-recognition,
.certificate-name,
.certificate-completed,
.certificate-course-name,
.certificate-course-date,
.certificate-signature,
.certificate-qr {
  position: absolute;
  width: 100%;
  text-align: center;
  font-family: acumin-pro;
}

.certificate-recognition,
.certificate-completed,
.certificate-course-date,
.signature-name,
.signature-title {
  font-size: 20px;
}

.certificate-headline {
  top: 220px;
  font-size: 62px;
  font-weight: 700;
}

.certificate-recognition {
  top: 340px;
}

.certificate-name {
  top: 374px;
  font-size: 50px;
  font-weight: 700;
}

.certificate-completed {
  top: 460px;
}

.certificate-course-name {
  top: 500px;
  font-size: 52px;
  font-weight: 700;
}

.certificate-course-date {
  top: 588px;
}

.certificate-signature {
  top: 649px;
  height: 300px;
  width: 500px;
}

.certificate-signature.signature1 {
  left: 120px;
}

.certificate-signature.signature2 {
  left: 635px;
}

.certificate-signature .signature-line {
  position: relative;
  top: -50px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #000;
}

.certificate-signature .signature-image {
  position: relative;
  height: 100px;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.certificate-signature .signature-name {
  position: relative;
  top: -30px;
}

.certificate-signature .signature-title {
  position: relative;
  top: -35px;
  font-style: italic;
}

.certificate-qr {
  background-color: #fff;
  width: 100px;
  padding: 2px;
  height: 120px;
  bottom: 66px;
  left: 68px;
}

.certificate-qr span {
  display: block;
  font-weight: 600;
}

.certificate-qr img {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 2px;
}


@media print {

  .header-global,
  .admin-bar-slot,
  .breadcrumbs,
  .print-instructions,
  footer {
    display: none;
  }
  
  .certificate {
    margin: 5px auto;
  }

}



/*** Admin/edit pages ***/

#upload-certificates label {
  display: block;
  font-weight: bold;
  font-size: 1.2rem;
}

#upload-certificates label span {
  font-weight: normal;
  font-size: 1rem;
}

#upload-certificates input[type=text] {
  width: 30rem;
}

.student .edit-link {
  color: #ccc !important;
}

#edit-student label {width: 10rem;
}

#edit-student input[type=text] {
  width: 100%;
  max-width: 15rem;
}

#edit-student input#full-name {
  max-width: 100%;
}

#edit-student #delete {
  color: #fff !important;
}

.introduction p,
.errors p,
.results li {
  font-size: .9rem;
}
.errors p a {
  color: #8e6f3e !important;
}

.introduction ul.honors {
  display: block;
  list-style-type: disc !important;
  margin-block-start: 1em !important;
  margin-block-end: 1em !important;
  margin-inline-start: 0px !important;
  margin-inline-end: 0px !important;
  padding-inline-start: 1em !important;
}

.introduction ul.honors li {
  list-style-type: disc !important;
  font-size: .8rem !important;
  margin-bottom: .5em !important;
}

.instructions li {
  margin-bottom: .5rem;
}

.image-list .image-thumbnail {
  width: 120px;
}

.image-list .image-thumbnail img {
  max-width: 100px;
}

.semester-controls .semesters {
  min-width: 175px;
  max-width: 225px;
}

.semester-controls .semesters ul li span,
.semester-controls .semesters ul li a {
  font-size: .8rem;
  margin-right: .75em;
}

.semester-controls .semesters ul li .name {
  font-weight: bold;
}

.semester-controls .semesters ul li a.btn {
  padding: 2px 5px;
  margin-right: 0;
}

.semester-controls .semesters ul li a.btn:hover {
  color: #fff !important;
}