@import "jquery-ui.min.css";

@import "//fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,700";
/* responsive */
.vox-paragraph-playing {
  background: #f1f1f1;
  outline: #aaa 2px dotted;
}
/* current offset */
/* widget */
.vox-box--wrap {
  display: inline-block;
  clear: both;
  position: relative;
  border: 1px solid #bababa;
  border-radius: 12px;
  height: 28px;
  overflow: hidden;
  width: 226px;
  box-sizing: content-box;
}
.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-box--wrap .txt,
.vox-box--wrap .voxbtn {
  float: left;
  background-color: #bec8d2;
  *display: block;
  height: 28px;
}
.vox-box--wrap .voxbtn {
  background-color: #bec8d2;
  background-image: url("vwrbtnblueS.png");
  background-repeat: no-repeat;
  margin: auto;
}
.vox-box--wrap .voxbtn span {
  display: none;
}
.vox-box--wrap .vox-box--play {
  width: 28px;
  background-position: 7px 0px;
  -webkit-border-radius: 12px 0 0 12px;
  -moz-border-radius: 12px 0 0 12px;
}
.vox-box--wrap .vox-box--play.disabled {
  cursor: default;
}
.vox-box--wrap .vox-box--pause {
  width: 28px;
  background-position: -93px 0px;
  -webkit-border-radius: 12px 0 0 12px;
  -moz-border-radius: 12px 0 0 12px;
}
.vox-box--wrap .vox-box--pause.disabled {
  cursor: default;
}
.vox-box--wrap .vox-box--loading {
  width: 28px;
  -webkit-border-radius: 12px 0 0 12px;
  -moz-border-radius: 12px 0 0 12px;
  background: #bec8d2 url("load_v1.gif") center center no-repeat;
  cursor: default;
}
.vox-box--wrap .vox-box--previous {
  width: 28px;
  background-position: -293px 0px;
}
.vox-box--wrap .vox-box--previous.disabled {
  cursor: default;
}
.vox-box--wrap .vox-box--next {
  width: 28px;
  background-position: -393px 0px;
}
.vox-box--wrap .vox-box--next.disabled {
  cursor: default;
}
.vox-box--wrap .vox-box--stop {
  width: 28px;
  background-position: -193px 0px;
}
.vox-box--wrap .vox-box--stop.disabled {
  cursor: default;
}
.vox-box--wrap .vox-box--volume {
  position: relative;
  width: 28px;
  height: 28px;
  background-image: url("vwrbtnblueS.png");
  background-position: -493px 0px;
  overflow: visible;
}
.vox-box--wrap .vox-box--volume.selected {
  background-color: white;
}
.vox-box--wrap .vox-box--volume.disabled {
  background: none ;
  background-color: #bec8d2;
  cursor: default;
}
.vox-slider-wrap {
  cursor: pointer;
  border-radius: 0 0 3px 3px;
  background-color: white;
  left: 113px;
  position: absolute;
  top: 27px;
  width: 28px;
  height: 100px;
  border: 1px solid #bababa;
  overflow: hidden ;
  z-index: 100000;
  border-top: none;
}
.vox-slider {
  position: absolute;
  bottom: 6px;
  width: 2px;
  height: 88px;
  left: 14px;
  background-color: #bec8d2;
  background-image: none;
}
.ui-slider-handle.ui-state-default {
  background: none;
  background-image: url("vwrbtnblueS.png");
  background-repeat: no-repeat;
  background-position: -900px;
  left: -13px;
  width: 24px;
  height: 12px;
  border: none;
  margin-bottom: -6px;
}
.vox-box--wrap .vox-box--download {
  width: 28px;
  background-position: -593px 0px;
}
.vox-box--wrap .vox-box--download.disabled {
  cursor: default;
}
.vox-box--wrap .vox-box--settings {
  width: 28px;
  background-position: -693px 0px;
}
.vox-box--wrap .vox-box--settings.disabled {
  cursor: default;
}
.vox-box--wrap .vox-box--toggle {
  background-position: -793px 0px;
  background-color: #bec8d2;
  width: 28px;
  -moz-border-radius: 0 12px 12px 0x;
  -webkit-border-radius: 0 12px 12px 0;
}
.vox-widget-wrapper {
  padding-bottom: 6px;
}
.vox-widget-wrapper * {
  outline: 0 !important;
}
.vox-widget-wrapper .ul-effects-wrapper {
  background-color: #bec8d2 !important;
}
.vox-widget-wrapper .vox-logo {
  position: absolute;
  top: 28px;
  left: 102px;
  margin: 4px ;
  width: 110px;
  height: 8px;
  background-image: url("vwrlogoS.png");
  display: block;
  display:none;
}
.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 #5 */.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;
}
/* panels */
#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: 280px;
  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: 280px;
  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("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("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("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: 10px;
  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;
}
