#quiz,
#followUs,
#relRadios,
#artistMenu a.ringtone,
#share{display:none !important}
::-webkit-input-placeholder {color:#CCC;}
#content{
	background-color: transparent!important;
	color:#666;
	min-height: 360px;
}
.plus > span {
	font-size: 25px;
	left: 7px;
	margin-top: 0px;
	position: absolute;
}
#onNetwork a {border-radius: 50%;}
.darkBlue.plus{padding-left: 30px;}
.darkBlue{
	background: #08A;
	border-radius: 3px;
	border: none;
	color:#FFF;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	padding: 5px 10px 5px 10px;
	position:relative;
	transition: color 100ms ease;
}
.darkBlue:hover{
	background: #0AD;
	box-shadow: 0 0 5px #aaa;
	color:#FFF;
}
.msgYellow{background-color: #FFA;}
.msgBlue{background-color: #F4FAFC;}
.msgYellow,
.msgBlue{
	color: #999;
	font-size: 0.9em;
	padding: 13px;
	position:relative;
}
.msgBlue > span{
	color:#666;
	font-size: 1.5em;
	padding: 5px 0;
}
.msgBlue a.darkBlue {
	padding-left: 30px;
	position: absolute;
	right: 30px;
}
#pending #seeSongList{
	right:15px;
	top: 15px;
}
input.addDataElem{
	box-sizing: border-box;
	color: #6d6d6d;
	display:block;
	font-size: 16px;
	margin-bottom:10px;
}
select.addDataElem{
	font-size: 16px;
	padding-left: 10px;
}
label.addLabel{
	color: #AAA;
	display: block;
	font-size: 12px;
}
.header{
	background-color: #f0f0f0;
	min-height: 45px;
	padding: 15px 10px;
}
.social{width: 405px;}
.tools span{
	display: inline-block;
	font-size:12px;
	margin-bottom: 5px;
}
.tools{
	display: inline-block;
	margin-top: 8px;
	position: relative;
	width: 47%;
}
.tools.medium{height:100px;}
.tools.denounced:before {border-top: 2px solid red;}
.tools.denounced span:first-child {color: red;}
.voteAction .bad i:before {
	-webkit-transform: scaleX(-1) scaleY(-1);
	position: relative;
	top: 5px;
	transform: scaleX(-1) scaleY(-1);
}
.tools.approved:before {border-top: 2px solid #0B800E;}
.voteAction > span,
.tools.pending .voteAction > span {
	color: #333;
	font-size: 12px;
	font-weight: normal;
	margin: 0 35px;
}
.tools .info{
	float: right;
	margin-right: 5px;
}
.social img{
	border-radius: 28px;
	border: 1px solid #CCC;
	float: left;
	height: 45px;
	width: 45px;
}
.social .user{
	float:left;
	margin-left: 10px;
	margin-top: 4px;
	width: 345px;
}
.social .date{
	color: #999;
	float:left;
	margin-left: 10px;
}
.voteAction var {
	font-size: 14px;
	padding: 0 10px;
}
.voteAction .votes{
	background-color: #E4E2E2;
	border-radius: 4px;
	padding: 8px 0;
}
.voteAction.hide{display:none}
.voteAction .ico:before{
	cursor: pointer;
	font-size:20px;
	margin-left: 7px;
}
#AddNavbar li{
	float: left;
	margin: 0 2px;
	min-width: 20px;
	padding: 3px 10px 3px 10px;
	position: relative;
}
#AddNavbar li.selected{background-color: #08a;}
#AddNavbar li.selected a{color: #fff;}
#AddNavbar li:before{
	border-top: 5px solid #DDD;
	content: "";
	left: 0;
	position: absolute;
	top: -6px;
	width: 100%;
}
#AddNavbar li.selected:before{border-top: 5px solid #08a;}
#AddNavbar a{padding: 0 5px;}
#AddNavbar {
	display:inline-block;
	font: 14px/1.45em Arial, sans-serif;
	margin-bottom:15px;
	margin-left:20px;
	width: 788px;
}
.ico.add, .ico.remove{
	color: #5C5C5C;
	cursor:pointer;
}
.good i{color: #08A;}
.good i:hover,
.good.voted i{color: #0AD;}
.bad i {color: rgb(192, 9, 9);}
.bad i:hover,
.bad.voted i{color: red}
button.blue.edit,
button.blue.save{
	float: right;
	font-size: 15px;
	font-weight: bold;
	padding: 0px 39px 0px 39px;
}
i.help.hover + .balloon{visibility:visible;}

@font-face {
	font-family: 'Vagalume';
	font-style:normal;
	font-weight:normal;
	src: url('https://s1.vagalume.com/fonts/Vagalume.eot?20161301') format('eot'),
	     url('https://s1.vagalume.com/fonts/Vagalume.woff?20161301') format('woff'),
	     url('https://s1.vagalume.com/fonts/Vagalume.ttf?20161301') format('truetype'),
	     url('https://s1.vagalume.com/fonts/Vagalume.svg?20161301') format('svg');
}

.ico:before {
	-webkit-font-smoothing: antialiased;
	content: attr(data-icon);
	display: inline-block; /* Usamos este inline block para facilitar o alinhamento na vertical */
	font-family:'Vagalume'; /* IE não entende fonte customizada na regra FONT simplificada, por isso a repetição */
	font-size:14px;
	font-style:normal;
	line-height:1em;
	speak: none;
	text-transform: none;
}
.toFill{
	border: 1px solid red !important;
	box-shadow: 0px 0px 0px 1px red !important;
}
input.toFill,
textarea.toFill{outline: 1px solid red;}
.notification .title{
	font-weight: bold;
	margin-bottom: 5px;
}

#bandAdminMsg{
	background-color: #FBFBFB;
	border: 1px solid #DDD;
	margin: 0 auto;
	padding: 10px;
	width: 600px;
}

/* MODERAÇÂO ITENS GENÉRICOS*/

.opening, .deleting{
	-moz-transition:height 0.5s;
	-ms-transition:height 0.5s;
	-webkit-transition:height 0.5s;
	height:0px !important;
	overflow:hidden;
	padding:0px !important;
	transition:height 0.5s;
}

/* V-MODAL */

/* Quando abrir o modal, fixar o body */

.bodyFixed{
	position: fixed;
    overflow-y: scroll;
    width: 100%;
}

.positionerAddSong #vModal {
	height: 520px;
	overflow: hidden;
	width: 590px;
}
.positionerAddSong .suggest-box{
	-webkit-box-shadow: none;
	box-shadow: none;
}
#vModalButtons {
	font-size: 12px;
	height: 40px;
	padding: 0 30px;
	right: 0;
}
#vModalCancel{
	-moz-transition: color 200ms ease-in-out;
	-ms-transition: color 200ms ease-in-out;
	-webkit-transition: color 200ms ease-in-out;
	color: #068;
	cursor: pointer;
	display: inline-block;
	transition: color 200ms ease-in-out;
}
#vModalCancel:hover {color: #0AD;}
#vModalOk {float: right;}
#vModalPositioner {
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1300px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	/* Pra que serve a propriedade a seguir? */
	height: auto;
	left: 50%;
	max-width: 990px;
	min-width: 320px;
	position: fixed;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 2000;
}

.ie8 #vModalPositioner{
	margin-left: -15%;
	margin-top: -15%;
}
#vModalTitle{
	border-bottom: 1px solid #CCC;
	color: #333;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 30px;
	padding: 15px 0;
}
#vModal{
	background: #fff;
	position: relative;
	margin: 0 auto;
	opacity: 0;
	-moz-background-clip: padding-box;
	-ms-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-radius: 8px;
	border: 8px rgba(170, 170, 170, 0.69) solid;
	-moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.16);
	-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-70deg);
	-moz-transform: rotateX(-70deg);
	-ms-transform: rotateX(-70deg);
	transform: rotateX(-70deg);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}
#vModal.show{
	-moz-transform: rotateX(0deg);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-ms-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	filter: alpha(opacity=100);
	opacity: 1;
	transform: rotateX(0deg);
}
#vModal.close{
	-moz-transform: rotateX(-70deg);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-ms-transform: rotateX(-70deg);
	-webkit-transform: rotateX(-70deg);
	filter: alpha(opacity=0);
	opacity: 0;
	transform: rotateX(-70deg);
}
#vModalContent{
	font-size: 12px;
	margin: 0;
	padding: 15px 30px 30px 30px;
}
#vModalBase{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999999;
	opacity: 0;
	background: rgba(85, 85, 85, 0.77);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-ms-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}
#vModalBase.show{opacity: 1;}
#vModalClose .close{
	position: absolute;
	right: 31px;
	text-align: center;
	text-indent: 0;
	top: 15px;
}
#pendingConfirm .email {
	font-size: 18px;
	margin-top: 20px;
}
#pendingConfirm span {font-size: 17px;}
#pendingConfirm {
	height: 110px;
	width: 470px;
}
#pendingConfirm span ,#pendingConfirm a,#pendingConfirm p,#pendingConfirm .email {
	display: block;
	text-align: center;
}
#pendingConfirm p {
	font-size: 11px;
	margin-top: 98px;
}
#pendingConfirm a {margin-top: 13px;}
#pendingConfirm .resendEmail,#pendingConfirm .changeEmail {top:160px;}
#pendingConfirm .resendEmail {left: 57px;}
#pendingConfirm .changeEmail {right: 57px;}

/*                FIM VMODAL                    */

#list{margin-top:25px;}
#list > div{
	background-color: #f8f8f8;
	border-bottom: 1px solid #EEE;
	height: 30px;
}
#list .listSong{font-size: 14px;}
#list .listSong li{
	border-bottom:1px solid #f4f4f4;
	color: #AAA;
	height:25px;
	line-height:25px;
	padding-left: 10px;
	position:relative;
}
#list .listSong li:last-child{border:none;}
.listSong > li {
	font-size: 14px;
	height: 25px;
	list-style: inside decimal-leading-zero;
}
#list > div{line-height: 31px;font-size: 16px;}
#list > div span{
	color: #068;
	cursor: pointer;
	font-weight: bold;
	margin-left: 33px;
}
.alphabetic:before {
	color: #333;
	content: "#";
	display: inline-block;
	position: relative;
	right: 19px;
}
#list > div span.asc:after {
	content: "\25be";
	display: inline-block;
	left: 5px;
	position: relative;
}
#list > div span.desc:after {
	content: "\25b4";
	display: inline-block;
	left: 5px;
	position: relative;
}
#list > div span:hover {color: #0AD;}
#list > div span.quality {
	float: right;
	position: relative;
	right: 10px;
}
#list .stars {font-size:10px;right: 15px;left: initial;}
.noSubtitle,
.rating {
	color: #E6683F;
	float: right;
	position: relative;
	right: 12px;
	top: 5px;
}
#list .withFlag li a:first-child:before {
	background: url('https://s1.vagalume.com/images/artv4.png') 1px -151px;
	content: '';
	display: inline-block;
	height: 20px;
	left: 50px;
	left: 5px;
	position: absolute;
	width: 20px;
}
#list .withFlag li a.flag2:before {background-position: -24px -150px;}
#list .withFlag li a:first-child {
	max-width: 470px;
	padding-left: 30px;
}
#list > div span.quality.hidden:after,
#list > div span.alphabetic.hidden:after{visibility: hidden;}
#list li:hover .create,
#list li:hover .edit{visibility: visible;}
#control .save,
#control .cancel{float: right;}
#control .cancel{
	color: #068;
	cursor: pointer;
	float: right;
	margin-right: 20px;
	margin-top: 7px;
}
#control .cancel:hover {
	-moz-transition: color 100ms ease-in-out;
	-ms-transition: color 100ms ease-in-out;
	-webkit-transition: color 100ms ease-in-out;
	color: #0AD;
	text-decoration: none;
	transition: color 100ms ease-in-out;
}
.balloon{
	font-size: 12px;
	padding: 5px;
	right: -10px
}
#pendingAlbums .balloon:before,
#pendingAlbums .balloon:after,
#addFasites .balloon:before,
#addFasites .balloon:after {left: 212px;}
div.alert{padding: 30px 0;}
.lyric_text.pair{text-align: right;}
#newLyrics{
	font-size:16px;
	width: 792px;
}
#fatal{
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: 2px solid red;
	padding: 10px;
}
.moderationOpts {
	background-color:#BBFF15;
	border-color: #DDD #DDD #CCC;
	border-radius: 3px;
	border: 1px solid;
	color: #666;
	cursor: pointer;
	font-weight: bold;
	line-height: 17px;
	padding: 14px 8px 12px 10px;
	position: absolute;
	right: 0;
	top: 17px;
}
.moderationOpts:after{
	content: "\25be";
	margin-left:10px;
}
.moderationOpts:hover{
	border-color: #CCC #CCC #BBB;
	box-shadow: 3px 3px 10px -5px rgba(0,0,0,0.3) inset;
}
.darkBlue.delete {background-color: #A00;}
.darkBlue.delete:hover {background-color: red;}
#content.loading2:after{top:80px;}
.loading2:after{
	content: 'F';
	display: inline-block;
	font-family: 'Vagalume';
	font-style: normal;
	font-size: 64px;
	left: 50%;
	position: absolute;
	speak: none;
	text-transform: none;
	opacity: .5;
	-webkit-font-smoothing: antialiased;
	transform: translateX(-50%);
	-webkit-animation-duration: .8s;
	-moz-animation-duration: .8s;
	-ms-animation-duration: .8s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: refresh;
	-moz-animation-name: refresh;
	-ms-animation-name: refresh;
	animation-name: refresh;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	animation-timing-function: linear;
}
.listHeader {
	background-color: #F7F7F7;
	border-bottom: 1px solid #eee;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 20px;
	padding: 5px;
}
.listHeader span {
	color: #666;
	position: relative;
}
.listHeader.redList {border-bottom: 2px solid #FF2700;}
.listHeader.yellowList {border-bottom: 2px solid #F0DB00;}
.listHeader.greenList {border-bottom: 2px solid #CF0;}
.songList > li {
	border-bottom: solid 1px #F7F7F7;
	color: #AAA;
	height: 25px;
	list-style: inside decimal-leading-zero;
	padding-left: 10px;
	position: relative;
}
.songList li:last-child{border-bottom:0;}
.songList li > a:first-child,
.songList li > span:first-child{
	height: 18px;
	margin-top: -4px;
	overflow: hidden;
	padding-bottom: 4px;
	padding-left: 12px;
	padding-top: 10px;
	position: relative;
	text-overflow: ellipsis;
	top: -3px;
	vertical-align: middle;
	white-space: nowrap;
    display: inline-block;
    top: -3px;
}
.seeLyrics {
	display: none;
	font-size: 12px;
	margin-left: 12px;
	padding: 3px 5px;
	position: absolute;
	right: 20%;
}
.songList li:hover .seeLyrics{display:inline-block}
.icohelp {
	background-color: #CCC;
	border-radius: 30px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding: 0px 9px 0px 7px;
}
.deleteSong,
.trash {
	cursor: pointer;
	display: none;
	margin-left: 12px;
	position: relative;
	top: 1px;
}
.deleteSong:hover,
.trash:hover{color:#333}
.deleteSong:before,
.trash:before {font-size: 16px;}
li:hover .deleteSong,
li:hover .trash{display:inline-block;}
textarea.vElem, select.vElem{font-size: 16px;}
#picMsg {
	background-color: #EEE;
	display: block;
	font-size: 11px;
	line-height: 17px;
	margin-top: 10px;
	padding: 5px 35px 5px 10px;
	position:relative;
}

#addDataAd {
	margin-top: 20px;
}

#artistNav .vArtV {
	height: 224px;
	overflow: hidden;
	position: relative;
}
#picMsg .icohelp{
	position:absolute;
	right: 5px;
	top: 5px;
}
.icohelp:before {
	background-color: #CCC;
	border-radius: 30px;
	color: #333;
	display: block;
	font-size: 12px;
	padding: 4px;
	position: absolute;
	right: 0;
}
#picMsg i {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.vArtV em{
	bottom: 0;
	position: absolute;
	width: 150px;
}

@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
@-webkit-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
@keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes refresh {
	from { -webkit-transform: rotate(0deg);   }
	to   { -webkit-transform: rotate(360deg); }
}

@keyframes refresh {
	from { transform: rotate(0deg);   }
	to   { transform: rotate(360deg); }
}

@-moz-keyframes refresh {
	from { -moz-transform: rotate(0deg);   }
	to   { -moz-transform: rotate(360deg); }
}
.bandAdminSent,
#lyrics .bandAdminSent,
.bandAdminSent.picture {
	background-color: #F8FFDA;
	border-color: #CCFF00;
}
#lyrics .bandAdminSent[data-type="fix"] {
	background-color: #FCFFEF;
}
.artLyrList .bandAdminSent,
.artAlbList .bandAdminSent,
li.bandAdminSent {
	background-color: #F8FFDA;
	border-bottom: solid 1px #CCFF00;
}
.countAlert.bandAdminSent,
li.bandAdminSent > .countAlert {
	background-color: #CCFF00;
	border-color: #485A00;
	color: black;
}
.bandAdminSent > .header {background-color: #EBFF9D;}
#myArtists li{
	margin-bottom:5px;
	position: relative;
}
#myArtists li:after {
	color: #AAA;
	content: "\25B8";
	font-size: 30px;
	position: absolute;
	right: 0;
	top: 0;
}
#myArtists li a{
	display: block;
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/* Vagalume (New Header) */
#superbanner {
    display: none;
}

.r7-main-navigation {
    display: none;
}

#topo {
    height: 72px;
}

header {
    height: 72px;
	background: #161715;
	border-bottom: 3px solid #313131;
	position: relative;
}

.painel .infoUser img {
    height: 35px;
    width: 35px;
    box-shadow: none;
    border-radius: 50%;
    border: 3px solid #202020;
	transition: border 0.2s ease;
}

#topo .painel .infoUser:after {
	display: none;
}

.menuLogin > li {
	margin-bottom: 22px;
}

#loginAbs {
    top: 50%;
    transform: translateY(-50%);
	margin-top: 11px;
}

#topo .menuLogin {
    top: -26px;
}

.logo {
    display: none;
}

form#search {
    display: none;
}

menu#navbar {
    display: none;
}

#topo .new-logo {
    width: 200px;
    height: 73px;
    display: block;
    position: relative;
    top: -3px;
    left: 30px;
}

#topo .back {
    height: 22px;
    width: 22px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
    object-fit: contain;
}

#topo .painel .infoUser {
    margin-top: -13px;
	opacity: 1;
}

#topo .painel .infoUser:hover img {
    border: 3px solid #cf0;
}

div#footVglLink {
    display: none;
}

#onPC {
    display: none;
}

#footVglSections > div:last-child {
    margin-top: -16px;
}

footer#rodape {
    background: #161715;
    height: 255px;
}

div#vgInfo {
    display: none;
}

div#footVglSections {
    height: 210px;
    padding-bottom: 0;
}

div#backgroundAd {
    height: 595px;
}

#rodape.spot:after {
    bottom: 255px;
}

#allSites > ul > li:nth-child(2) {
    display: none;
}

#allSites > ul > li:nth-child(5) {
    display: none;
}

#allSites > ul > li:nth-child(6) {
    display: none;
}
