@import "https://web-archive.nli.org.il/National_Library/cs_/https://wr-paris.voxygen.fr/client/jquery-ui.min.css";
@import "https://web-archive.nli.org.il/National_Library/cs_/https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,700";

/* WRAPPER */

.voxygen-wrapper {
  position: relative;
  margin-bottom: 13px;
  min-height: 2em;
}


/* HANDLE */

#voxygen-handle {
  position: absolute;
  cursor: pointer;
  color: #1d1d1d;
  font-size: 12px;
  text-transform:uppercase;
  padding-left:25px;
  margin-top: 0;
}
#voxygen-handle::before {
  content: '';
  position: absolute;
  left: 0;
  top: -3px;
  height: 22px;
  width: 22px;
  background-image: url("/National_Library/oe_/https://paris.fr/images/voxygen/vox-icon.png");
  background-repeat: no-repeat;
  background-position: -396px 0px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #voxygen-handle::before {
    background-image: url("/National_Library/oe_/https://paris.fr/images/voxygen/vox-icon@2x.png");
    background-size: 264px 44px;
    background-position: -198px 0px;
  }
}


/* PLAYER */

.vox-box--wrap {
  background-color: #fff;
  border-radius: 5px;
  display: block;
  padding: 13px 15px;
  position: relative;
  width: 100%;
}

.vox-box--wrap .voxbtn {
  background-image: url("/National_Library/oe_/https://paris.fr/images/voxygen/vox-icon.png");
  background-repeat: no-repeat;
  display: none;
  height: 22px;
  width: 22px;
  margin-bottom: -3px;
}
.vox-box--wrap .voxbtn:not(:last-child) {
  margin-right: 7px;
}
.vox-box--wrap .voxbtn span {
  display: none;
}

.vox-box--wrap #vox-playpause {
  display: inline-block;
}
.vox-box--wrap .vox-box--play {
  background-position: 0px 0px;
}
.vox-box--wrap .vox-box--play:hover {
  background-position: 0px -44px;
}
.vox-box--wrap .vox-box--pause {
  background-position: -44px 0px;
}
.vox-box--wrap .vox-box--pause:hover {
  background-position: -44px -44px;
}
.vox-box--wrap .vox-box--stop {
  display: inline-block;
  background-position: -88px 0px;
}
.vox-box--wrap .vox-box--stop:hover {
  background-position: -88px -44px;
}
.vox-box--wrap .vox-box--previous {
  display: inline-block;
  background-position: -132px 0px;
}
.vox-box--wrap .vox-box--previous:hover {
  background-position: -132px -44px;
}
.vox-box--wrap .vox-box--next {
  display: inline-block;
  background-position: -176px 0px;
}
.vox-box--wrap .vox-box--next:hover {
  background-position: -176px -44px;
}
.vox-box--wrap .vox-box--download {
  display: inline-block;
  background-position: -264px 0px;
}
.vox-box--wrap .vox-box--download:hover {
  background-position: -264px -44px;
}
.vox-box--wrap .vox-box--settings {
  display: inline-block;
  background-position: -308px 0px;
}
.vox-box--wrap .vox-box--settings:hover {
  background-position: -308px -44px;
}
.vox-box--wrap .vox-box--toggle {
  display: inline-block;
  float: right;
  background-position: -352px 0px;
}
.vox-box--wrap .vox-box--toggle:hover {
  background-position: -352px -44px;
}

/* loading */

.vox-box--wrap .vox-box--loading {
  background-position: -440px 0px;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}

/* volume */
.vox-box--wrap .vox-box--volume {
  display: inline-block;
  background-position: -220px 0px;
}
.vox-box--wrap .vox-box--volume:hover,
.vox-box--wrap .vox-box--volume.selected {
  background-position: -220px -44px;
}
.vox-slider-wrap {
  cursor: pointer;
  background-color: #d7edf2;
  position: absolute;
  left: 126px;
  top: 40px;
  width: 31px;
  height: 90px;
  overflow: hidden;
  z-index: 999;
}
.vox-slider {
  position: absolute;
  bottom: 15px;
  width: 2px;
  height: 68px;
  left: 14px;
  background-color: #707070;
  background-image: none;
}
.ui-slider-handle.ui-state-default {
  /* reset */
  background: none;
  border: none;
  cursor: pointer;

  position: absolute;
  left: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-bottom: -14px;
  background-color: #707070;
}
.ui-slider-handle.ui-state-hover,
.ui-slider-handle.ui-state-active {
  background-color: #e51e56;
}

.vox-box--wrap .vox-box--play.disabled,
.vox-box--wrap .vox-box--pause.disabled,
.vox-box--wrap .vox-box--loading,
.vox-box--wrap .vox-box--previous.disabled,
.vox-box--wrap .vox-box--next.disabled,
.vox-box--wrap .vox-box--stop.disabled,
.vox-box--wrap .vox-box--volume.disabled,
.vox-box--wrap .vox-box--download.disabled,
.vox-box--wrap .vox-box--settings.disabled {
  cursor: default;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .vox-box--wrap .voxbtn {
    background-image: url("/National_Library/oe_/https://paris.fr/images/voxygen/vox-icon@2x.png");
    background-size: 264px 44px;
  }
  .vox-box--wrap .vox-box--play { background-position: 0px 0px;}
  .vox-box--wrap .vox-box--play:hover { background-position: 0px -22px; }
  .vox-box--wrap .vox-box--pause { background-position: -22px 0px; }
  .vox-box--wrap .vox-box--pause:hover { background-position: -22px -22px;}
  .vox-box--wrap .vox-box--stop { background-position: -44px 0px; }
  .vox-box--wrap .vox-box--stop:hover { background-position: -44px -22px; }
  .vox-box--wrap .vox-box--previous { background-position: -66px 0px; }
  .vox-box--wrap .vox-box--previous:hover { background-position: -66px -22px; }
  .vox-box--wrap .vox-box--next { background-position: -88px 0px; }
  .vox-box--wrap .vox-box--next:hover { background-position: -88px -22px;}
  .vox-box--wrap .vox-box--download { background-position: -132px 0px; }
  .vox-box--wrap .vox-box--download:hover { background-position: -132px -22px; }
  .vox-box--wrap .vox-box--settings { background-position: -154px 0px; }
  .vox-box--wrap .vox-box--settings:hover { background-position: -154px -22px; }
  .vox-box--wrap .vox-box--toggle { background-position: -176px 0px; }
  .vox-box--wrap .vox-box--toggle:hover { background-position: -176px -22px; }

  .vox-box--wrap .vox-box--loading { background-position: -220px 0px; }

  .vox-box--wrap .vox-box--volume { background-position: -110px 0px; }
  .vox-box--wrap .vox-box--volume:hover,
  .vox-box--wrap .vox-box--volume.selected {
    background-position: -110px -22px;
  }
}


/* LOGO */

.vox-widget-wrapper .vox-logo {
  display: none;
}


/* responsive */
.vox-paragraph-playing {
  background: #f1f1f1;
  outline: #aaa 2px dotted;
}

/* current offset */
/* widget */

.vox-widget-outside-viewport.widgetUp {
  position: fixed;
  z-index: 10000;
  top: 130px;
  -webkit-backface-visibility: hidden;
}
.vox-widget-outside-viewport.widgetDown {
  position: fixed;
  z-index: 10000;
  bottom: 12px;
  -webkit-backface-visibility: hidden;
}
.vox-box--wrap .vox--hide {
  float: left;
}
.vox-widget-wrapper * {
  outline: 0 !important;
}
.vox-widget-wrapper .ul-effects-wrapper {
  background-color: #bec8d2 !important;
}
.ui-button-text {
  display: block;
  line-height: normal;
  font-weight: normal;
  font-size: 1.1em;
  cursor: pointer;
  text-align: center;
}
input.ui-helper-hidden-accessible {
  position: absolute;
}

/* highlight themes */
/* theme #1 */.vox-css--thm-1 .vox-highlight-a {
  outline: #bababa dotted 1px;
}
.vox-css--thm-1 .vox-highlight-w {
  background-color: #8dc63f;
  color: #000;
}
.vox-css--thm-1 a .vox-highlight-w {
  background-color: #8dc63f;
  color: #000;
}
#vox-css--thm-1 .vox-border {
  background-color: #8dc63f;
}
/* theme #2 */.vox-css--thm-2 .vox-highlight-a {
  outline: #bababa dotted 1px;
}
.vox-css--thm-2 .vox-highlight-w {
  background-color: #dfdc04;
  color: #000;
}
.vox-css--thm-2 a .vox-highlight-w {
  background-color: #dfdc04;
  color: #000;
}
#vox-css--thm-2 .vox-border {
  background-color: #dfdc04;
}
/* theme #3 */.vox-css--thm-3 .vox-highlight-a {
  outline: #bababa dotted 1px;
}
.vox-css--thm-3 .vox-highlight-w {
  background-color: #c4e4f4;
  color: #000;
}
.vox-css--thm-3 a .vox-highlight-w {
  background-color: #c4e4f4;
  color: #000;
}
#vox-css--thm-3 .vox-border {
  background-color: #c4e4f4;
}
/* theme #4 */.vox-css--thm-4 .vox-highlight-a {
  outline: #bababa dotted 1px;
}
.vox-css--thm-4 .vox-highlight-w {
  background-color: #fff;
  color: #000;
}
.vox-css--thm-4 a .vox-highlight-w {
  background-color: #fff;
  color: #000;
}
#vox-css--thm-4 .vox-border {
  background-color: #fff;
}
/* theme #5 */.vox-css--thm-5 .vox-highlight-a {
  outline: #bababa dotted 1px;
}
.vox-css--thm-5 .vox-highlight-w {
  background-color: #000;
  color: #fff;
}
.vox-css--thm-5 a .vox-highlight-w {
  background-color: #000;
  color: #fff;
}
#vox-css--thm-5 .vox-border {
  background-color: #000;
}

/* PANEL */
#vox-panel-bg {
  font-size: 16px;
}
#vox-panel-bg {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.vox-panel {
  position: relative;
  top: 15%;
  margin: 0 auto;
  width: 320px;
}
.vox-panel * {
  font-family: "Source Sans Pro", sans-serif;
  outline: 0 !important;
}
.vox-panel header {
  width: 100%;
  padding: 11px 20px;
  border: 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background-color: #32393d;
}
.vox-panel footer {
  width: 100%;
  padding: 11px 20px;
  border: 0 ;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  background-color: #32393d;
}
.vox-panel header a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
}
.vox-panel header a span {
  display: block;
  float: right;
  text-indent: -9999px;
  margin-top: 5px;
  width: 15px;
  height: 15px;
  background: transparent url("https://web-archive.nli.org.il/National_Library/oe_/https://wr-paris.voxygen.fr/client/sprite_v1.png") 0 -700px no-repeat;
}
.vox-panel header a:hover span {
  background-position: -50px -700px;
}
.vox-panel header a:hover,
.vox-panel header a:active {
  color: #fff;
}
.vox-panel footer a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 200;
  line-height: 24px;
}
.vox-panel footer a:hover,
.vox-panel footer a:active {
  color: #fff;
}
.vox-panel section {
  display: block;
  background: #fff;
  padding: 20px 19px;
  border: 1px solid #bababa;
  border-width: 0 1px;
}
.vox-panel .vox-panel-body > section:first-child {
  background-image: none;
}
.vox-panel #vox-css {
  min-height: 32px;
  margin-top: 17px;
}
.vox-panel #vox-css > div {
  float: left;
  margin-right: 11px;
  padding: 3px;
  width: 26px;
  height: 26px;
  border: 1px #bababa solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.vox-panel #vox-css > div:hover {
  background: #c4e4f4;
}
.vox-panel #vox-css .vox-border {
  position: relative;
  border: 1px solid #bababa;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.vox-panel #vox-css .vox-icon {
  position: absolute;
  background: transparent url("https://web-archive.nli.org.il/National_Library/oe_/https://wr-paris.voxygen.fr/client/sprite_v1.png") 0 -650px no-repeat;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  z-index: 10001;
  bottom: -14px;
  left: 2px;
  display: none;
}
.vox-panel #vox-css .vox-selected .vox-icon {
  display: block;
}
.vox-panel section h3 {
  font-size: 18px;
  line-height: 24px;
}
.vox-panel section p {
  font-size: 14px;
  line-height: 18px;
}
.vox-panel section > label {
  display: inline-block;
  margin-bottom: 0;
  color: #000000;
}
.vox-switch-wrapper {
  cursor: pointer;
  min-width: 52px;
  float: right;
  position: relative;
  overflow: hidden;
  height: 22px;
  display: inline-block;
  border: 1px solid #bababa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.vox-switch {
  position: absolute;
  font-size: 14px;
  line-height: 10px;
  text-transform: uppercase;
  background: #c4e4f4 url("https://web-archive.nli.org.il/National_Library/oe_/https://wr-paris.voxygen.fr/client/sprite_v1.png") 5px -744px no-repeat;
  top: -1px;
  margin-left: -1px;
  margin-right: -1px;
  border: 1px solid #bababa;
  height: 22px;
  width: 17px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.vox-text--switch-on-state {
  visibility: hidden;
  font-size: 14px;
  line-height: 10px;
  text-transform: uppercase;
  padding: 6px 7px;
  margin-top: -22px;
  height: 100%;
  position: relative;
  background: #e7501e;
  width: 100%;
  color: #fff;
  padding-right: 26px;
}
.vox-on .vox-text--switch-on-state {
  visibility: visible;
  margin-top: 0;
}
.vox-text--switch-off-state {
  visibility: visible;
  font-size: 14px;
  line-height: 10px;
  text-transform: uppercase;
  padding: 6px 7px;
  height: 22px;
  text-align: right;
  position: relative;
  background: #fff;
  color: #bababa;
  padding-left: 26px;
}
.vox-on .vox-text--switch-off-state {
  visibility: hidden;
}
.vox-panel .ui-corner-left,
.vox-panel .ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.vox-panel .ui-corner-right,
.vox-panel .ui-corner-br {
  border-bottom-right-radius: 3px;
}
.vox-panel .ui-corner-left,
.vox-panel .ui-corner-tl {
  border-top-left-radius: 3px;
}
.vox-panel .ui-corner-right,
.vox-panel .ui-corner-tr {
  border-top-right-radius: 3px;
}
.vox-panel .ui-buttonset {
  margin-right: 0px;
  margin-top: 17px;
}
.vox-panel .ui-buttonset .ui-button {
  width: 33%;
}
.vox-panel .ui-button-text {
  color: #000;
  padding-top: 3px;
  padding-bottom: 3px;
  display: block ;
  line-height: normal;
  font-weigth: normal;
  font-size: 1.1em ;
  cursor: pointer ;
  text-align: center;
  word-wrap: normal ;
  padding-left: 0em ;
  padding-right: 0em;
}
.vox-panel .ui-state-default {
  background: #fff;
}
.vox-panel .ui-state-active {
  background: #e7501e;
}

/* styleguide override */
.vox-panel .heading {
  border: none;
  margin-bottom: 0;
  padding: 0;
}
