body, html{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	font-family:"Segoe UI"
}
.content{
	width:100%;
	box-sizing: border-box;
	padding:20px;
	box-sizing: border-box;

}
.btn{
	width:10vw;
	height:10vw;
	float:left;
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
	border:1px solid #FFF;
	box-sizing: border-box;
	
}
.btn p{
	line-height:10vw;	
	color:#FFF;
	margin-top:25%;
}
.btn i{
	font-size: 5vw;
}

.padrao{
	background-color:#069;	
}
video{
	border-radius: 0px;
	background-color:#f1f3f4;
	border:1px solid #FFF;
	box-sizing: border-box;
	height:10vw;

	
}
.logoRadio{
	max-width:100%;	
}

.player{
	width:40vw;
	float:left;	
	box-sizing: border-box;	
}
.dadosPlayer{
	width:53vw;
	float:left;	
	box-sizing: border-box;
	height:20vw;
	border:1px solid #FFF;	
}

.w100{
	width:100%;
	float:left;	
	box-sizing: border-box;
}
.vw10{
	width:10vw;
	float:left;
	box-sizing: border-box;
	
}
.w10{
	width:10%;
	float:left;
	box-sizing: border-box;
	
}
.vw40{
	width:40vw;
	float:left;	
	box-sizing: border-box;
}
.w40{
	width:40%;
	float:left;	
	box-sizing: border-box;
}
.vw53{
	width:53vw;
	float:left;	
	box-sizing: border-box;
	height:20vw;
	border:1px solid #FFF;
}
.w60{
	width:60%;
	float:left;	
	box-sizing: border-box;
}
.categoria-Radios{
	width:10vw;
	float:left;	
	border:1px solid #FFF;
	box-sizing: border-box;
}

.divLogoRadio{
	float:left;	
    max-width: 38%;

}

.divDadosRadio{
	float:left;
	width:62%;	
}
.divFlag{
	float:left;
}
.flag{
	width:8vw;	
}
.listaH{
	height:6vw;	
	cursor:pointer;
}
.listaH p{
	line-height:6vw;	
	padding:0;
	margin:0;
}
.floatLeft{
	float:left;	
}
.gridLista{
	overflow-y:scroll;
	width:100%;
	height:30vw;	
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}



/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

input{
	width:49.7%;
	float:left;
	box-sizing: border-box;
	margin:2px;
	height:30px;
	line-height:30px;
}
.comandos{
	margin-left:0px;	
}

.w10{
	width:10%;
}
.w89{
	width:89%;
}
.listaTop{
	margin-top:0px;	
}

@media screen and (max-width: 600px) {
	.player{
		width:100%;
		float:left;	
		box-sizing: border-box;	
	}
	.dadosPlayer{
		width:100%;
		float:left;	
		box-sizing: border-box;
		height:20vw;
		border:1px solid #FFF;	
		display:table;
	}
	.gridLista{
		overflow-y:scroll;
		width:100%;
		height:60%;	
	}
	.comandos{
		margin-left:25vw;	
	}
	.listaH{
		height:auto;	
		cursor:pointer;
	}
	.divFlag{
		float:left;
		margin-top:12px;
	}
	.listaTop{
		margin-top:10px;	
	}	

}