/* ************
 * These Styles are Generated From a source file
 * Please do not edit
 */
#SaveToLibraryWidget a.widget {
  display: block;
  padding: 2px 6px;
  width: 1.4rem;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.8rem;
  text-decoration: none;
  background-color: blue;
  color: white;
}
/* ************
 * Lightbox Styles
 */
#AWCMinColorboxContent,
#AWCMinColorboxOverlay {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 9999;
}
/* ************
 * Overlay
 */
#AWCMinColorboxOverlay {
  height: 100%;
  width: 100%;
  position: fixed;
  opacity: 0.85;
  background: black;
}
/* ************
 * Content
 */
#AWCMinColorboxContent {
  background: #f7f7f7;
  border: 4px solid #555;
  border-radius: 4px;
  outline: 0;
  top: 10%;
  height: 80%;
  left: 10%;
  width: 80%;
}
#AWCMinColorboxContent a.close {
  text-decoration: none;
  position: absolute;
  top: 0px;
  right: 12px;
  font-size: 2rem;
  color: #999;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.lightbox-status {
  text-align: center;
}
.lightbox-status h2 {
  font-size: 2rem;
  margin-top: 16px;
}
/* ************
 * Spinner
 */
.spinner {
  margin: 20px auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
