html {
	color: #00FF00;
	font-family: Söhne, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Helvetica Neue, Arial, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	background: #000000;	
	background-image: url("/graph/bg_bk_green.jpg");
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}

a:link {
	color: #339933;
	text-decoration: none;
}
a:visited {
	color: #339933;
	text-decoration: none;
}
a:hover {
	color: #00ff00;
	text-decoration: none;
}

a:focus {
	color: #00ff00;
	text-decoration: none;
}

.headercontainer {
	width:100%;
	text-align:center;
}

h1 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

.sub-title {
  display: block;
  font-size: 18px;
  color: #339933;
  /* font-style:italic; */
}


.maincontainer{
	width:100%;
	text-align: center;
	/*background: red;*/
}

.text-suggest{
  margin: -20px 0px 0px 0px;
  font-size: 16px;
  color: #393;
  font-style: italic;
}

#videocontainer {
	margin:auto;
	width: auto;
	text-align:center;
	/* background: red; */
	/* border: 1px #030 solid; */
	border-radius: 4px;
	max-width: 400px;
}

#player {
	margin:auto;
	width:auto;
	z-index: -99;
	max-width:400px;
}

.footercontainer{
	width:100%;
	margin-top: 20px;
	text-align:center;
}
.myfooter{
	width:80%;
	margin:auto;
	text-align:center;
	font-size:12px;
}

/*.vjs-big-play-button {
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}*/
  
/*.vjs-control-bar {
	width: auto;
	font-size: 150% 
}*/

.vjs-poster{
	background-size: 100% !important;
	/*background-size: cover !important;*/
}

.lcd {
	background: #030;
	width: 300px;
	height: 30px;
	text-align: center;
	margin: auto;
	margin-top: 20px;
	border: 1px solid #060;
	border-radius: 4px;
	position: relative;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	position: relative;
	overflow: hidden;
}
.scrolling-text {
	display:block;
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	white-space: nowrap;
	font-size: 14px;
	color: #0f0;
	animation: scrollText 5s linear infinite;
}
@keyframes scrollText {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}


@keyframes blink {
	0% {
		opacity: 0.2;
	}
	50% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}
#NowPlaying {
	margin-top: 20px;
	color: #fff;
	font-weight: bold;
	animation: blink 1s linear infinite;
}






.ValleyniteLogoDiv {
	margin:20px;
}
.ValleyniteLogoImg {
	width: 64px;
}


.RadioQRcodeDiv {
	text-align: center;
	margin: auto;
	margin-top:20px;
}
.RadioQRcodeImg {
	width: 280px;
}


.vjs-big-play-button{
	visibility:hidden!important;
}
/* Nascondi i controlli del lettore video */
.video-js .vjs-control-bar {
    display: none!important;
}
