﻿body, html, form
{
    padding: 0;
    margin: 0;   
}
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-yd1vlz');
	src:url('fonts/icomoon.eot?#iefix-yd1vlz') format('embedded-opentype'),
		url('fonts/icomoon.woff?-yd1vlz') format('woff'),
		url('fonts/icomoon.ttf?-yd1vlz') format('truetype'),
		url('fonts/icomoon.svg?-yd1vlz#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.icon-headphones:before {
	content: "\e910";
}

.icon-music:before {
	content: "\e911";
}

.icon-mic:before {
	content: "\e91e";
}

.icon-play2:before {
	content: "\ea15";
}

.icon-pause:before {
	content: "\ea16";
}

.icon-play3:before {
	content: "\ea1c";
}

.icon-pause2:before {
	content: "\ea1d";
}

.icon-volume-high:before {
	content: "\ea26";
}

.icon-volume-medium:before {
	content: "\ea27";
}

.icon-volume-low:before {
	content: "\ea28";
}

.icon-volume-mute:before {
	content: "\ea29";
}

.icon-volume-increase:before {
	content: "\ea2b";
}

.icon-volume-decrease:before {
	content: "\ea2c";
}

.icon-apple:before {
	content: "\eabf";
}

.icon-android:before {
	content: "\eac1";
}

.icon-windows8:before {
	content: "\eac3";
}

a 
{
    text-decoration: none;   
    color:inherit;
}

div i 
{
    font-family: icomoon;   
    font-size: 15pt;
 
}
.BTItem
{
    cursor:pointer;   
}
.BTItem:hover
{
    background-color: #f7f7f7 !important;
    color: #808080;
}

.radio-uvel
{
    position: fixed;
    left: 0;
    right: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    bottom: 0px;
}
.DVTocando
{
    font-size: 8pt;
    font-family: Sans-Serif;   
}
.DVBTExp, .DVCont
{
    position: relative;
    clear: both;   
}
.DVBarraPlayer
{
    position: relative;
    clear:both;
    background: #333333;
    padding: 6px;
    overflow: hidden;
}
.DVBTExp img
{
    cursor: pointer;
}
.DVBTExp
{
    display: none;  
        margin-left: auto;
    margin-right: auto;
    position: relative; 
}
.radio-uvel label.title {
	position: absolute;
	font-size: 9px;
	color: white;
	right: 19px;
	width: 119px;
	text-align: center;
	font-style: italic;
	top:30px;
}

.radio-uvel label.song {
	position: absolute;
	font-size: 9px;
	color: white;
	right: 19px;
	width: 119px;
	text-align: center;
	font-style: italic;
	top:40px;
}


.radio-uvel a.play{
	position: absolute;
	left:280px;
	top: 17px;
}

.radio-uvel a.pause{
	position: absolute;
	margin-left: 50px;
	top: 17px;
}

.radio-uvel a.close {
	margin-top: -18px;
	position: absolute;
	right: -17px;
}
.DVBotaoControle
{
    
    
    cursor: pointer;
}
.DVFundoControles 
{
    border-radius: 4px;
    position: relative;
    float: right;
    padding: 6px 10px;
    margin-right: 6px;
    line-height: 20px;
}
