.fundo-popup{
	width:100%;
	height:100%;
	background:#000;
	opacity:0.5;
	position:fixed;
	top:0px;
	left:0px;
	z-index:200;	
}
.contorno-popup{
	min-width:360px;
	background:#2C323A;
	position:fixed;	
	z-index:99999999;
	left:50%;
	top:50%;
	padding-top:15px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:15px;
	border-radius:20px;
}
.contorno-popup h1 {
    color: #FFF;
    display: table;
    font-weight: 300;
    font-size: 20px;
}
.btt-fechar-popup{
	width:22px;
	height:23px;
	position:absolute;
	right:25px;
	top:25px;
	background:url(../imagens/icone-excluir.png);	
}
.btt-fechar-popup:hover{
	background:url(../imagens/icone-excluir-hover.png);
}
.contorno-veiculos{
	width:360px;
	height:455px;
	margin-top:-227.555px;
	margin-left:-180px;	
}
.contorno-colaboradores {
    width: 425px;
    height: 445px;
    margin-left: -212.555px;
    margin-top: -222.5px;
}
.contorno-aulas{
	width:360px;
	height:455px;
	margin-top:-227.555px;
	margin-left:-180px;		
}

.contorno-formulario-definir{
	widows:360px;
	height:480px;
	margin-top:-240px;
	margin-left:-180px;
}

.definir-box{
	border: 1px solid #3E4651;
	background: #3A414C;
	font-size:12px;
	color:#FFF;
	padding: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.contorno-formulario-deseja-tocar{
	width:400px;
	height:340px;
	margin-top:-170px;
	margin-left:-200px;		
}
.contorno-formulario-ajuda {
    width: 550px;
    height: 470px;
    margin-top: -235px;
    margin-left: -275px;
}
.contorno-formulario-ajuda iframe{
    width: 100%;
}
.contorno-formulario-unidade{
	width:400px;
	height:auto;
	margin-top:-250px;
	margin-left:-200px;		
}

.contorno-formulario-exportar{
	width:400px;
	height:250px;
	margin-top:-125px;
	margin-left:-200px;		
}

.contorno-formulario-horarios{
	width:400px;
	margin-left:-200px;	
	height:560px; 
	margin-top:-250px;	
	color:#FFF;
	font-size:13px;
}
.contorno-formulario-horarios .titulo-musica{
	margin-bottom:15px;	
}
.contorno-formulario-horarios select{
	width: calc(50% - 5px);
	padding-left:15px;
	min-width:0px;
	float:left;
    height: 40px;
    border: 0px;
    margin-bottom: 15px;	
}
.contorno-formulario-horarios select+select{
	margin-left:10px;
}

.contorno-formulario-horarios label{
	text-align:center;
	float:left;
	width:14.28%;
}
.contorno-formulario-avaliacao{
	width:400px;
	margin-left:-200px;	
	height:auto; 
	margin-top:-170px;	
	color:#FFF;
	font-size:13px;	
}
.contorno-formulario-avaliacao .texto-avaliacao-playlist{
	font-size:12px;
	margin-top:20px;
	margin-bottom:35px;
}
.contorno-formulario-avaliacao .texto-ja-avaliou-playlist{
	font-size:12px;
	margin-top:20px;
	margin-bottom:25px;
}
.star-avaliacao{
	display:table;
	margin:0 auto;
	margin-bottom:30px;	
}
.star-avaliacao img + img{
	
}
.star-avaliacao img{
	cursor:pointer;	
}
.contorno-formulario-tocando{
	width:360px;
	height:285px;
	margin-top:-142.5px;
	margin-left:-180px;	
}
.contorno-formulario-tocando img{
	margin:10px auto 0px auto;
	display:block;	
}
.contorno-formulario-tocando h1{
	text-align:center;
	margin-bottom:20px;
	width:100%;
}
.contorno-formulario-playlist{
	width:360px;
	height:230px;
	margin-top:-115px;
	margin-left:-180px;		
		
}
.contorno-formulario-spot{
	width:360px;
	height:445px;
	margin-top:-257.50px;
	margin-left:-180px;				
}
.contorno-formulario-deseja-tocar .btt-acao,
.contorno-formulario-exportar .btt-acao{
	margin-top:10px;
}
.contorno-formulario-deseja-tocar .titulo-musica,
.contorno-formulario-exportar .titulo-musica{
	color:#FFF;
	margin-bottom:5px;
	font-size:12px;	
}
.teste a{
	float:left;	
}
.selecione{
	float:left;	
	width:350px;
}
.selecione select{
	height:45px;
	width:100%;	
	margin-top:15px;
	padding-left:10px;
	color:#999;
}
.roll{
	position:relative; 
	overflow:hidden; 
	height:200px;	
}
.roll-in{
	width:200%; 
	position:absolute; 
	top:0px;
	left:0px;	
}
.botoes-roll{
	width:100%;
}
.botoes-roll-50{
	float:left; 
	width:50%;	
}