.custom {
    z-index: 999999;
    position: absolute;
    bottom: 2.9px;
    margin-left: 38%;
    font-size:10px;
    display: none;
    text-decoration: none;
    text-underline: none;
    cursor:pointer;
    border:1px solid #ffffff;
    padding:5px;
}

.custom_audio {
    z-index: 999999;
    position: absolute;
    bottom: 6px;
    right: 79px;
    font-size:10px;
    display: none;
    text-decoration: none;
    text-underline: none;
    cursor:pointer;
    padding:5px;
}

.space_{
	margin-left: 10px;
 	border:1px solid #ffffff;
 	padding:5px;
 	border-radius: 4px;
}

.custom_audio_div_center{
	position: absolute;
	width: 60%;
  	top:45%;
  	left: 50%;
  	-ms-transform: translateX(-50%) translateY(-50%);
  	-webkit-transform: translate(-50%,-50%);
  	transform: translate(-50%,-50%);
}

.label1_idioma{
	font-size: 40px;
    height: 80px;
    width: 180px;
    padding-top:30px;
    display: inline-block;
    border: 0.06666em solid #635e5e;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 4px;
    color:#fff;
    text-align: center;
}

.icon_muted:before{
	font-family: VideoJS;
	cursor: pointer;
	content: "\f104";
	color: #fff;
	font-size: 4.5em;
	position: absolute;
	margin-left: 10px;
	top:38px;
	z-index: 999999;
	text-shadow: -2px 0px 8px #000000;
}

/* 
.custom_muted:before{
	font-family: VideoJS;
	cursor: pointer;
	content: "\f104";
	font-size: 4.5em;
	position: absolute;
	margin-left: 10px;
	top:38px;
	z-index: 999999;
	text-shadow: -2px 0px 8px #000000;
}
 */

.livestatus:before{
	font-family: Arial;
	content: "LIVE";
	color:#fff;
	font-size: 1.5em;
	position: absolute;
	margin-left: 10px;
	top:10px;
	z-index: 99999;
	text-shadow: -2px 0px 8px #000000;
	background: rgb(255 0 0 / 68%);
    padding: 5px;
    border-radius: 5px;
}

.marker_print {
    z-index: 999998;
    font-size:12px;
    position: absolute;
    top: 20%;
    display: none;
    width:100%;
    padding:5px;
}
.marker_print_text {
	background-color: rgba(0,0,0,0.75);
	padding:10px;
	border-radius:2px;
	text-decoration: none;
    text-underline: none;
    color:#ffffff;
}
.marker_print_text a{
	color:#ffffff;
	text-decoration: none;
    text-underline: none;
}
.restart:before{
	font-family: VideoJS;
    content: "\f116";
    top: 50%;
    left: 50%;
    position: absolute;
    font-size: 1.5em;
    cursor:pointer;
    background: #0000006e;
    border-radius: 70px;
    box-shadow: 0px 0px 20px 0px black;
}
.restart{
	font-family: VideoJS;
    content: "\f116";
    top: 50%;
    left: 50%;
    margin-top: -0.5em;
    margin-left: -0.5em;
    position: absolute;
    font-size: 4em;
    cursor:pointer;
    visibility: hidden;
}