﻿body {
    margin:0;
    padding:0;
    background-color:#efefef;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-size: cover;
    background-repeat:no-repeat;
    color:#000;
    font-family:Roboto, helvetica;
    font-size:14px;
}

body.login {
    margin:0;
    padding:0;
    background-color:#000;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-size: cover;
    background-repeat:no-repeat;
    color:#fff;
    font-family:Roboto, helvetica;
    font-size:14px;
}

.fl
{
    float:left;
}

.fr
{
    float:right;
}

.clear
{
    clear:both;
}

.centralizar_div
{
    margin:0 auto;
}

.divLogin
{
    width:570px;
    margin-top:170px;
}

.logo_login
{
    text-align:center;
    margin:0 auto 40px auto;
	width:558px;
	height:91px;
}

.caixa_login
{
    width:171px;
    height:26px;
    border:1px solid #00bbee;
    background-color:#fff;
    color:#000;
    padding:4px;
}

.links_login
{
    padding-top:10px;
    padding-bottom:10px;
}

.links_login a
{
    font-size:11px;
    color:#00bbee;
    text-decoration:none;
}

.botao_login
{
    border:1px solid #00bbee;
    width:68px;
    height:38px;
    color:#000;
    background-color:#fff;
}

.divPrincipal
{
    width:903px;
    background-color:#f1f1f1;
    margin-top:60px;
}

.divColunaPrincipal
{
    width:47%;
}

.divColunaCentro
{
    background-color:#00bbee;
    width:1px;
    height:400px;
    margin-right:25px;
    margin-left:25px;
    margin-top:100px;
}

.logo_interno
{
    border-right:1px solid #00bbee;
    padding-right:9px;
    margin-right:14px;
    height:90px;
}

.logo_interno img{height:72px;}

.dados_evento
{
    font-size:12px;
    color:black;
    margin-bottom:20px;
}

.dados_evento p
{
    font-size:12px;
    color:#00bbee;
    font-weight:bold;
    display:inline;
}

.dados_evento ul
{
    margin:0;
    padding:0;
    list-style:none;
}

.dados_evento li
{
    margin-bottom:15px;
}

.coluna_50
{
    width:50%;
}

.titulo_momentos_contratados
{
    font-size:18px;
    color:#009bb7;
    margin-top:10px;
}

.tabelaMomentos, .tabelaMomentos a
{
    font-size:18px;
    color:black;
    text-decoration:none;
}

.tabelaMomentos td
{
    height:44px !important;
}

.tabelaMomentos tr
{
    border-bottom:1px solid #361b0f;
}

.linhaTabMomentoSel, .linhaTabMomentoSel a
{
    color:#009bb7;
}

.titulo_minha_lista_musicas, .titulo_minha_lista_musicas a
{
    clear:both;
    font-size:18px;
    color:#009bb7;
    margin-bottom:20px;
    text-decoration:none;
}

.momentoSelecionadoDireita
{
    font-size:18px;
    color:#009bb7;
    margin-bottom:20px;
}

.logo_musica
{
    margin-bottom:20px;
    margin-right:25px;
}

.titulo_nome_musica
{
    font-size:22px;
    font-weight:bold;
    color:#009bb7;
    margin:0;
    padding:0;
}

.sub_titulo_nome_musica
{
    font-size:12px;
    font-style:italic;
    color:#009bb7;
    margin:0;
    padding:0;
    margin-top:10px;
}

.titulo_atencao
{
    font-size:18px;
    color:#009bb7;
    margin:0;
    padding:0;
}

.titulo_atencao_subtitulo
{
    font-size:12px;
    color:black;
    margin:0;
    padding:0;
    margin-bottom:20px;
}

.botao_salvar_lista, .botao_enviar_musicas, .botao_baixar_zip
{
    border:1px solid #999;
    background-color:transparent;
    color:#999;
    padding:7px;
    margin-top:15px;
    cursor:pointer;
    float:right;
}

td {color:black;}

td.login {color:white;}

.tabelaMusicas td
{
    height:34px !important;
    font-size:12px;
    color:#e6fffd;
}

.linha_inferior_musica
{
    border-bottom:1px solid #353535;
}

.div_fundo_musicas_top
{
    /*background-image:url('../img/borda_tabela_musicas_top.png');*/
    background-color:#00bbee;
    height:12px;
    /*width:380px;*/
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.div_fundo_musicas_bottom
{
    /*background-image:url('../img/borda_tabela_musicas_bottom.png');*/
    background-color:#00bbee;
    height:12px;
    /*width:380px;*/
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.div_fundo_musicas_center
{
    /*background-image:url('../img/borda_tabela_musicas_center.png');*/
    background-color:#00bbee;
    /*width:360px;*/
    padding-left:10px;
    padding-right:10px;
}

.chkSelCss
{

}

.botao_play_musica_item
{
    width:20px;
    height:20px;
    background-color:#424242;
    cursor:pointer;
    margin-bottom:3px;
    margin-top:3px;
    border-radius:50%;
}

.botao_play_musica_item img
{
    margin-left: 7px;
    margin-top: 7px;
    width: 7px;
}

.hide
{
    display:none;
}

#cboxContent
{
    background-color:#00bbee;
}

.botao_estou_ciente
{
    border:1px solid white;
    background-color:transparent;
    color:#e6fffd;
    padding:10px;
    font-size:18px;
    text-align:center;
    cursor:pointer;
}

.dados_evento a
{
    text-decoration:none;
    color:#00bbee;
}

#pnlResumoMusicas .linha_inferior_musica
{
    border:none;
}

#pnlResumoMusicas .divLinhaSeparadora
{
    height:1px;
    background-color:#353535;
    clear:both;
}