@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("/assets/material-icons.ttf") format("truetype");
}

/* line 8, ../../../app/assets/stylesheets/icons/material-icons.scss */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* Rules for sizing the icon. */
/* line 34, ../../../app/assets/stylesheets/icons/material-icons.scss */
.material-icons.md-14 {
  font-size: 14px;
  width: 14px;
}

/* line 35, ../../../app/assets/stylesheets/icons/material-icons.scss */
.material-icons.md-16 {
  font-size: 16px;
}

/* line 36, ../../../app/assets/stylesheets/icons/material-icons.scss */
.material-icons.md-18 {
  font-size: 18px;
}

/* line 37, ../../../app/assets/stylesheets/icons/material-icons.scss */
.material-icons.md-20 {
  font-size: 20px;
}

/* line 38, ../../../app/assets/stylesheets/icons/material-icons.scss */
.material-icons.md-24 {
  font-size: 24px;
}

/* line 39, ../../../app/assets/stylesheets/icons/material-icons.scss */
.material-icons.md-30 {
  font-size: 30px;
}

/* line 40, ../../../app/assets/stylesheets/icons/material-icons.scss */
.material-icons.md-36 {
  font-size: 36px;
}

/* line 41, ../../../app/assets/stylesheets/icons/material-icons.scss */
.material-icons.md-48 {
  font-size: 48px;
}

/* Rules for using icons as black on a light background. */
/* line 44, ../../../app/assets/stylesheets/icons/material-icons.scss */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

/* line 45, ../../../app/assets/stylesheets/icons/material-icons.scss */
.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
/* line 48, ../../../app/assets/stylesheets/icons/material-icons.scss */
.material-icons.md-light {
  color: white;
}

/* line 49, ../../../app/assets/stylesheets/icons/material-icons.scss */
.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

/* line 51, ../../../app/assets/stylesheets/icons/material-icons.scss */
.material-button-text {
  position: relative;
  top: -2px;
  left: 3px;
}
/*

 */


.jsplayer_container {
  height: 100%;
  margin: 0 auto;
  padding: 0px;
  background-color: black;
  color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  font-size: 12px;
}

.jsplayer_container:hover .jsplayer_controls {
  background: rgba(0, 0, 0, 0.9);
}

.jsplayer_mediaplayer {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0px;
  background-color: black;
  color: white;
}

.jsplayer_mediaplayer:fullscreen {
  max-width: none;
  height: 100%;
}

.jsplayer_mediaplayer:-webkit-full-screen {
  max-width: none;
  width: 100%;
}

.jsplayer_loading {
  background: black;
  background-image: url('/images/loading.gif');
  background-repeat: no-repeat;
  background-position: center center;
  @include opacity(0.5);
}

.jsplayer_overlay {
  background-image:url("/images/playpause_overlay.png");
  background-repeat:no-repeat;
  background-size:contain;
  background-position: center;
  width:50%;
  height:50%;
  position:absolute;
  left:0%;
  right:0%;
  top:0%;
  bottom:0%;
  margin:auto;
  cursor:pointer;
}

.jsplayer_advertisment {
  display: none;
  position: absolute;
  background: black;
  width: 100%;
  color: white;
  opacity: 0.5;
}

.jsplayer_controls {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 30px;
  flex: 1;
  flex-wrap: wrap;
  background: rgba(0, 0, 0, 0.3);
  //transform: translateY(100%); // initially hidden !!!
}

.jsplayer_controls_visible {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  transform: translateY(0);
}

.jsplayer_controls_hidden  {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  transform: translateY(100%);
}

.jsplayer_controls_buttons {
  height: 35px;
}

.jsplayer_controls_gap {
  flex: 0;
  width: 4px;
  min-width: 4px;
  max-width: 4px;
  display: inline-block;
}

.jsplayer_controls_button {
  display: flex;
  align-items: center;
  white-space: nowrap;
  outline: 0;
  padding: 0;
  border: 0;
  line-height: 24px;
  background: none;
  color: white;
  cursor: pointer;
}

.jsplayer_controls_button i {
  width: 24px;
  height: 24px;
  font-size: 24px;
}

.jsplayer_controls_time_button {
  display: flex;
  align-items: center;
  white-space: nowrap;
  /*max-width: 100px;*/
  outline: 0;
  padding: 0;
  border: 0;
  background: none;
  color: white;
  cursor: pointer;
}

.jsplayer_controls_time_button span {
  flex: 1;
  text-align: left;
  width: 150px;
  min-width: 150px;
  white-space: nowrap;
  font-size: 16px;
  color: white;
}

.jsplayer_controls_icon {

}

.jsplayer_controls_button span {
  flex: 1;
  text-align: right;
  white-space: nowrap;
  font-size: 10px;
}

.jsplayer_controls_button:focus {
  border-color: #ffc600;
}

.jsplayer_controls_slider {
  height: 100%;
}

/* unholy css to style input type="range" */

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  background: transparent;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0);
  background: #0c0c0c;
  border-radius: 4.0px;
  border: 1px solid #893d28;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0);
  background: #0c0c0c;
  border-radius: 4.0px;
  border: 1px solid #893d28;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 15px;
  width: 18px;
  margin-top: -4px;
  /* Chrome! */
  border: 2px solid DimGray;
  border-radius: 50px;
  background: #ffffff;
  //box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0);
  background: #0c0c0c;
  border-radius: 4.0px;
  border: 1px solid #893d28;
}

input[type=range]::-moz-range-thumb {
  height: 15px;
  width: 18px;
  margin-top: -4px;
  border: 2px solid DimGray;
  border-radius: 50px;
  background: #ffffff;
  //box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 95%;
  height: 8.4px;
  cursor: pointer;
  background: #0c0c0c;
  border-radius: 4.0px;
  border: 1px solid #893d28;
}

input[type=range]::-ms-thumb {
  height: 15px;
  width: 18px;
  margin-top: 0px;
  border-radius: 50px;
  border: 2px solid DimGray;
  //box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  cursor: pointer;
}

.jsplayer_pg_control {
  //position: relative;
  height:15px;
  margin-top: 1px;
  margin-left: 8px;
  margin-right: 8px;
}

.jsplayer_pg_bar {
  position: relative;
  width: 100%;
  height: 15px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  /* background-color: #606060; */
  background-color: #f56644;
  border-radius: 10px;
  cursor: pointer;
  opacity: 0.5;
}

.jsplayer_pg_bar:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
}

.jsplayer_pg_bar_body {
  position: absolute;
  width: 0%;
  height: 15px;
  border-radius: 10px;
  /* background-color: #ffc600; */
  background-color: #10395e;
  opacity: 1.0;
}

.jsplayer_pg_bar_dragger {
  position: relative;
  width: 15px;
  height: 15px;
  margin-top: 0px;
  margin-left: -7px;
  left: 0%;
  border-radius: 50%;
  background: #ffffff;
}

.jsplayer_pg_bar_strip_bar {
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
}

/* @-webkit-keyframes 'strip_bar' {
	0%{
    background-position-x:0%;
	}
	100% {
		background-position-x:100%;
	}
}

@-moz-keyframes 'strip_bar' {
	0%{
		background-position-x:0%;
	}
	100% {
		background-position-x:100%;
	}
}

@keyframes 'strip_bar' {
	0%{
		background-position-x:0%;
	}
	100% {
		background-position-x:100%;
	}
} */

@keyframes strip_bar {
  0% {
    background-position-x: 0%;
  }

  100% {
    background-position-x: 100%;
  }
}

.jsplayer_strip_bar {
  //position: absolute;
  //width: 100%;
  //margin: 0 auto;
  //height: 10px;
  //cursor: pointer;

  background-image: repeating-linear-gradient(135deg,
      /*
      #e6b400,
      #e6b400 10px,
      #ffd84d 10px,
      #ffd84d 20px
    */
      #10395e,
      #10395e 10px,
      white 10px,
      white 20px);

  background-size: 56px 56px;
  background-position-x: 0%;
  -webkit-animation: strip_bar 40s infinite linear forwards;
}

/* SUBTITLES */

.jsplayer_texttrack {
  position: absolute;
  width: 100%;
  height: fit-content;
  display: flex;
  text-align: center;
  justify-content: space-around;
  align-items: flex-end;
  bottom: 15px;
  scale: 1.5;
}

.jsplayer_texttrack_text {
  padding: 5px;
  max-width: 50%;
  justify-content: space-around;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  font-family : sans-serif;
  font-size : 10pt;
  border: 0px;
  border-radius: 5px;
}

.jsplayer_texttrack_button {
  color: white;
  background: none;
  border: 0;
  font-size: 20px;
}

.jsplayer_texttrack_active {
  width: 100%;
  height: 5px;
  //margin-top: -5px;
  background-color: red;
}

.jsplayer_texttrack_up {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  transform: translateY(-35px);
}

.jsplayer_texttrack_down {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  transform: translateY(0);
}

.jsplayer_notice {
  height: 100%;
  margin: 0 auto;
  padding: 0px;
  box-sizing: border-box;
  background-color: black;
  color: white;
  opacity: 0.5;
}

.jsplayer_notice_inner {
  height: 100%;
}

.jsplayer_notice_text_wrapper {
  height: 20%;
  margin: 0 auto;
  padding-top: 30px;
  box-sizing: border-box;
  text-align: center;
  font-size: 12pt;
  cursor: pointer
}

.jsplayer_notice_image_wrapper {
  height: 80%;
  margin: 0 auto;
  padding: 0px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  cursor: pointer
}

.jsplayer_notice_image_image {
  height: 100%;
  margin: 0px;
  padding: 0px;

  background-image: url('/images/live.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20%;
  cursor: pointer;
}
/*
  *# require play/jsplayer_null
  *# require play/jsplayer_system

*/

