/* Minification failed. Returning unminified contents.
(3862,20): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
(3872,10): run-time error CSS1030: Expected identifier, found ' '
 */
html
{
  background-color:#333333;
}

@font-face
{
    font-family: futura-medium;
    src: url("../font/futura.eot") /* EOT file for IE */;
}
@font-face
{
    font-family: futura-medium;
    src: url("../font/futura.TTF") /* TTF file for CSS3 browsers */;
}

/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

body
{
    
    height: 100%;
    display:none;
    width: 100%;
}


/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px)
{

    body
    {
        
    }

}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2)
{

    /*	.logo {
                                                		background: url(logo2x.jpg) no-repeat;
                                                		background-size: 212px 303px;
                                                	}*/

}

html, body, #container, .row1, .menu, .panel
{
    margin: 0px;
    height: 100%;
    overflow: hidden;
}

html, body
{
    height: 100%;
}

#container
{
    min-height: 100%;
    position: relative;
}

.panel
{
}



#container
{
    background: url(../imagens/bg-content.jpg) repeat;
}



body
{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: "Helvetica Neue" , Helvetica, Arial, sans-serif;
    color: #FFF;
    font-size: 13px;
}

.clear
{
    clear: both;
}

.topo
{
    width: 100%;
    height: 50px;
    background: url(../imagens/bg-topo.jpg);
}

.ico-menu
{
    float: left;
    width: 36px;
    padding-top: 10px;
    padding-left: 10px;
}

.ico-menu-ajuda
{
    float: left;
    display:block;
    width: 36px;    
    padding-top: 10px;
    padding-left: 5px;
	padding-right:0px;
}

.ico-menu-contato
{
    float: left;
    width: 36px;
    display:none;    
    padding-top: 10px;
    padding-left: 5px;
	padding-right:5px;
}

.ico-menu-assine
{
    float: left;
    position:absolute;
    width: 96px;
    padding-top: 7px;
    margin-left: 135px;
}

.loading {
	position: absolute; 
	margin-top: 15px; 
	margin-left: 60px; 
	display: none;
	}

.logo
{
    float: left;
    position: absolute;
    left: 50%;
    margin-left: -100px;
}

.combo-artistas
{
    float: right;
    padding-top: 10px;
    padding-right: 30px;
}


/* /////LOGIN ///// */
.box-login
{
    width: 400px;
    height: 200px;
    background: url(../imagens/bg-box1.jpg) repeat-x;
    position: absolute;
    left: 50%;
    top: 30%;
    margin-left: -200px;
    padding-top: 28px;
    padding-left: 50px;
    border-radius: 5px 5px 5px 5px;
    border: solid thin #393f47;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #a6afba;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: #000 1px 1px 1px;
}

.box-login .label
{
    width: 75px;
    text-align: left;
}
.box-login .user
{
    background: url(../imagens/ico-usuario.png) no-repeat;
    padding-left: 25px;
}

.box-login .password
{
    background: url(../imagens/ico-senha.png) no-repeat;
    padding-left: 25px;
}


.box-login .field
{
    width: 180px;
    height: 30px;
    background: url(../imagens/bg-field.jpg) repeat-x;
    border-radius: 5px 5px 5px 5px;
    border: solid thin #393f47;
    color: #a6afba;
    padding-left: 10px;
}


.box-login .links
{
    text-align: right;
    padding-top: 18px;
    padding-right: 15px;
    margin-bottom: 15px;
}

.box-login .links a
{
    color: #c6d0dc;
    font-size: 10px;
    font-weight: bold;
    text-transform: none;
    text-shadow: #000 1px 1px 1px;
    text-decoration: none;
}

.box-login .links a:hover
{
    color: #a6afba;
    text-decoration: underline;
    cursor: pointer;
}




.box-login .button
{
    width: 90px;
    height: 28px;
    background: url(../imagens/bg-field.jpg) repeat-x;
    border-radius: 5px 5px 5px 5px;
    border: solid thin #393f47;
    color: #a6afba;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: #000 1px 1px 1px;
    cursor: pointer;
    float: right;
    margin-right: 40px;
}


#topoLogin
{
    width: 100%;
    height: 50px;
    background: url(../imagens/bg-topo.jpg);
    position: fixed;
}

#msgLogin
{
    width: 120px;
}

#Enviar
{
    width: 90px;
    height: 28px;
    background: url(../imagens/bg-field.jpg) repeat-x;
    border-radius: 5px 5px 5px 5px;
    border: solid thin #393f47;
    color: #a6afba;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: #000 1px 1px 1px;
    cursor: pointer;
    margin-right: 5px;
}

#Cancelar
{
    width: 90px;
    height: 28px;
    background: url(../imagens/bg-field.jpg) repeat-x;
    border-radius: 5px 5px 5px 5px;
    border: solid thin #393f47;
    color: #a6afba;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: #000 1px 1px 1px;
    cursor: pointer;
}

#msgInvalido
{
    /*border: 1px solid #FFF;*/
    float: left;
    margin-top: 5%;
}


/*///// CONTENT MENU /////*/
.menu
{
    background: #2d3544;
    border-right: 1px solid #202224;
    padding-top: 20px;
}







/*///// ADMIN /////*/

.admin
{
    padding-left: 15px;
    padding-bottom: 5px;
}


.botoes
{
    padding-left: 15px;
    padding-bottom: 10px;
}

.botoes ul.bts li
{
    width: 65px;
    height: 15px;
    list-style-type: none;
    display: inline-block;
    text-align: center;
    padding-top: 24px;
}

.botoes ul.bts li a
{
    font-size: 0.6em;
    font-weight: bold;
    color: #a6afba;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: #000 1px 1px 1px;
}


.botoes ul.bts li.perfil
{
    background: url(../imagens/bt-perfil.png);
}
.botoes ul.bts li.status
{
    background: url(../imagens/bt-status.png);
}
.botoes ul.bts li.opcoes
{
    background: url(../imagens/bt-opcoes.png);
}
.botoes ul.bts li.sair
{
    background: url(../imagens/bt-sair.png);
}
.botoes ul.bts li.ajuda
{
    background: url(../imagens/ico-ajuda3.png);
}

.btnSair
{
    font-size: 0.6em;
    font-weight: bold;
    color: #a6afba;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: #000 1px 1px 1px;
}

.btnOpcoes
{
    font-size: 0.6em;
    font-weight: bold;
    color: #a6afba;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: #000 1px 1px 1px;
}

.btnPerfil
{
    font-size: 0.6em;
    font-weight: bold;
    color: #a6afba;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: #000 1px 1px 1px;
}

.avatar
{
    float: right;
    padding-right: 2%;
    padding-top: 5px;
}

ul.music, ul.music li, ul.music li a, ul.music li img
{
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    text-decoration: none;
}
ul.music li
{
    /*margin:15px 15px 15px 0;*/
    float: left;
    position: relative;
}


.menu ul.music li
{
    margin: 15px 15px 15px 0;
    float: left;
    position: relative;
}

ul.music li a
{
    display: block;
    position: relative;
    float: left;
    width: 36px;
    height: 36px;
    text-indent: -1000em;
    overflow: hidden;
    z-index: 1;
}
ul.music li img
{
    position: absolute;
    width: 36px;
    height: 36px;
    border: 0;
}

/* Vinyl Sleeve */
ul.music li.vinyl img
{
    width: 36px;
    height: 36px;
    left: 2px;
    top: 1px;
}
ul.music li.vinyl a
{
    background: url(../imagens/artista-vinil.png) 0 0 no-repeat;
    width: 48px;
    height: 38px;
}

.dados
{
    float: left;
    padding-left: 0px;
    padding-top: 20px;
}
.dados h1
{
    font-size: 1.25em;
    text-shadow: #000 1px 1px 1px;
}

.dados h2
{
    font-size: 0.9em;
    color: #9abddd;
    font-weight: normal;
}




/*///// USUARIO LOGADO/////*/
ul.music, ul.music li, ul.music li a, ul.music li img
{
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    text-decoration: none;
}
ul.music li
{
    /*margin:15px 15px 15px 0;*/
    float: left;
    position: relative;
}


.menu ul.music li
{
    margin: 15px 15px 15px 0;
    float: left;
    position: relative;
}

ul.music li a
{
    display: block;
    position: relative;
    float: left;
    width: 36px;
    height: 36px;
    text-indent: -1000em;
    overflow: hidden;
    z-index: 1;
}
ul.music li img
{
    position: absolute;
    width: 36px;
    height: 36px;
    border: 0;
}

/* Vinyl Sleeve */
ul.music li.vinyl img
{
    width: 36px;
    height: 36px;
    left: 2px;
    top: 1px;
}
ul.music li.vinyl a
{
    background: url(../imagens/artista-vinil.png) 0 0 no-repeat;
    width: 48px;
    height: 38px;
}

.login-avatar
{
    float: left;
    padding-right: 4px;
    padding-top: 0px;
}

.login-dados
{
    float: left;
    padding-left: 0px;
    padding-top: 20px;
}
.login-dados h1
{
    font-size:14px;
	line-height:1em;
    text-shadow: #000 1px 1px 1px;
	margin:0px;
}

.login-dados h2
{
    font-size: 11px;
    color: #9abddd;
    font-weight: normal;
	margin:0px;
}












/*///// BOTÕES DE NAVEGAÇÃO /////*/

.nav ul li
{
    height: 46px;
   /* background: url(../imagens/bg-menu.jpg);*/
    list-style-type: none;
    font-size: 0.85em;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: #000 1px 1px 1px;
    color: #a6afba;
}


.nav ul a
{
    height: 36px;
    color: #a6afba;
    text-decoration: none;
    padding-top: 10px;
    padding-left: 15px;
    display: block;
	border-top: 1px solid #484d55;	
	
	background: #353c46; /* Old browsers */

background: -moz-linear-gradient(top,  #353c46 0%, #31373e 50%, #2b2f33 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#353c46), color-stop(50%,#31373e), color-stop(100%,#2b2f33)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #353c46 0%,#31373e 50%,#2b2f33 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #353c46 0%,#31373e 50%,#2b2f33 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #353c46 0%,#31373e 50%,#2b2f33 100%); /* IE10+ */

background: linear-gradient(to bottom,  #353c46 0%,#31373e 50%,#2b2f33 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353c46', endColorstr='#2b2f33',GradientType=0 ); /* IE6-9 */


}

.nav .submenu li a.selected
{
    background: #3c4554;
    }

.nav ul a:hover, .nav .selected
{
   background: #3c4554; /* Old browsers */

background: -moz-linear-gradient(top,  #3c4554 0%, #303847 50%, #252c39 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c4554), color-stop(50%,#303847), color-stop(100%,#252c39)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #3c4554 0%,#303847 50%,#252c39 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #3c4554 0%,#303847 50%,#252c39 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #3c4554 0%,#303847 50%,#252c39 100%); /* IE10+ */

background: linear-gradient(to bottom,  #3c4554 0%,#303847 50%,#252c39 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c4554', endColorstr='#252c39',GradientType=0 ); /* IE6-9 */

}

.nav .ico
{
    float: left;
}

.nav .txt
{
    float: left;
    text-align: left;
    margin-top: 6px;
    padding-left: 10px;
    padding-right: 10px;
}

/*///// SUBMENU /////*/
.nav .submenu li {
	height: 35px;
	text-transform: none;
	font-weight:bold;
}


.nav .submenu li a{
	height: 30px;
    font-size: 1.2em;
    padding-left: 35px;
    padding-top: 5px;
    width: 100%;
	background:#323c4c;
	border-top:none;
}

.nav .submenu li a:hover{
 background:#364254;
}


.ui-front
{
    z-index: 550;
}



/*///// BARRA TITULO /////*/
.tit-bar, .data
{
    height: 32px;
    background: url(../imagens/bg-data.png) repeat-x;
	
    margin-top: 10px;
    border: solid thin #25282b;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tit-txt
{
    float: left;
    padding-left: 8px;
    padding-top: 8px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #a6afba;
    text-shadow: #000 1px 1px 1px;
}


.data-txt
{
    float: left;
    padding-left: 8px;
    padding-top: 11px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-shadow: #000 1px 1px 1px;
}


/*///// SELECT DATA /////*/
.data-select
{
    float: right;
    color: #62656a;
    padding-right: 0px;
}

.data-select ul
{
    height: 30px;
    line-height: 30px;
    list-style-type: none;
    margin-top: 0px;
    padding-top: 0px;
    background-image: url(../imagens/bg-divider.jpg);
    background-repeat: no-repeat;
    background-position: right;
}

.data-select ul a
{
    line-height: 30px;
    display: block;
    background-image: url(../imagens/bg-divider.jpg);
    background-repeat: no-repeat;
    background-position: left;
    padding-right: 12px;
    padding-left: 12px;
    color: #62656a;
    text-decoration: none;
    font-weight: bold;
}

.data-select ul li
{
    float: left;
}

.data-select ul a:hover
{
    background: #96b4d4;
    color: #455d78;
    text-shadow: #a2bcd7 1px 1px 1px;
    text-decoration: none;		
    cursor:pointer;
}


.data-select ul .selected
{
    text-transform:uppercase;
    padding: 0;
    margin: 0;
}


.data-select ul .selected a
{
    background: #96b4d4 !important;
    color: #455d78 !important;
    text-shadow: #a2bcd7 1px 1px 1px;
    text-decoration: none;	
    cursor:pointer;
    width:120px;
	border-radius:3px;    
}




.data-calendario
{
    float: right;
    line-height: 30px;
    width: 25px;
    padding-top: 3px;
    padding-right: 15px;
    padding-left: 15px;
}






/*///// BOXES PRINCIPAIS /////*/
.boxes
{
    height: 100px;
    background: url(../imagens/bg-boxes.jpg) repeat-x;
    border-radius: 5px 5px 5px 5px;
    border: solid thin #393f47;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 3px;
    margin-bottom: 3px;
    color: #7d8590;
    text-shadow: #000 1px 1px 1px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
}



.selected a
{
    background: url(../imagens/bg-boxes-on.jpg) repeat-x !important;
    color: #c6d0dc !important;
}


.boxes a
{
    height: 100px;
    display: block;
    background: url(../imagens/bg-boxes.jpg) repeat-x;
    text-decoration: none;
    color: #7d8590;
}

.boxes a:hover
{
    background: url(../imagens/bg-boxes-on.jpg) repeat-x;
	cursor:pointer;

}


.boxes a:active
{
    color: #a6afba !important;
}

.boxes table
{
    height: 98px;
    padding-top: 1px;
}

.boxes .musicas
{
    width: 50%;
    border-right: 1px solid #33383f;
}


.boxes .musicas .dados
{
    width: 100%;
    padding-top: 5px;
    text-align: center;
}

.boxes .dados
{
    width: 100%;
    padding-top: 15px;
    text-align: center;
}

.boxes .valor
{
    font-size: 26px;
    margin-top: -6px;
}

.boxes .label
{
    margin-top: -4px;
}

.boxes .espontaneas
{
    padding-left: 10px;
    border-left: 1px solid #454d56;
    border-bottom: 1px solid #33383f;
}


.boxes .patrocinadas
{
    padding-left: 10px;
    border-left: 1px solid #454d56;
    border-top: 1px solid #454d56;
}

.espontaneas .icone, .patrocinadas .icone
{
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
}

.espontaneas .dados, .patrocinadas .dados
{
    float: left;
    width: 55%;
    padding-top: 3px;
    text-align: center;
    font-size: 9px !important;
}

.espontaneas .valor, .patrocinadas .valor
{
    font-size: 24px;
    margin-top: 0px;
}

.boxes .trend
{
    padding-left: 12px;
    padding-right: 10px;
    margin-top: -80px;
    float: right;
    z-index: 50;
    font-size: 11px;
}

.boxes .up
{
    background: url(../imagens/ico-up.png) no-repeat !important;
}
.boxes .down
{
    background: url(../imagens/ico-down.png) no-repeat !important;
}

.espontaneas .trend
{
    padding-left: 15px;
    margin-top: 4px;
    float: right;
}

.patrocinadas .trend
{
    padding-left: 12px;
    margin-top: 4px;
    float: right;
}



#chartExecucoes
{
    height: 160px;
}
/*///// GRAFICO PRINCIPAL /////*/
.graph
{
    background: #2b2c2e url(../imagens/bg-graph.jpg) repeat-x; /* background-size:100% 100%; -webkit-background-size: 100% 100%; -o-background-size: 100% 100%; -khtml-background-size: 100% 100%; -moz-background-size: 100% 100%;     */
    border-radius: 5px 5px 5px 5px;
    border: solid thin #393f47;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0px;
    height: 160px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    color: #a6afba;
    text-shadow: #000 1px 1px 1px;
}




/*///// TITULOS BOXES /////*/
.title-musicas
{
    background: url(../imagens/ico-top-musicas.png) no-repeat;
    height: 20px;
    margin-top: 5px;
    padding-left: 25px;
    padding-top: 2px;
    padding-bottom: 3px;
    color: #a6afba;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: #000 1px 1px 1px;
}

.title-quantidade
{
    background: url(../imagens/ico-quantidade.png) no-repeat;
    height: 21px;
    margin-top: 5px;
    padding-left: 25px;
    padding-top: 3px;
    color: #a6afba;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: #000 1px 1px 1px;
}

.title-patrocionio
{
    background: url(../imagens/ico-patrocinio.png) no-repeat;
    height: 20px;
    margin-top: 5px;
    padding-left: 28px;
    padding-top: 6px;
    color: #a6afba;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: #000 1px 1px 1px;
}

.title-albuns
{
    background: url(../imagens/ico-albuns.png) no-repeat;
    height: 20px;
    margin-top: 5px;
    padding-left: 25px;
    padding-top: 4px;
    color: #a6afba;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: #000 1px 1px 1px;
}

.title-radios
{
    background: url(../imagens/ico-top-radios.png) no-repeat;
    height: 20px;
    margin-top: 1px;
    margin-bottom: 3px;
    padding-left: 28px;
    padding-top: 6px;
    color: #a6afba;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: #000 1px 1px 1px;
}

.title-difusao
{
    background: url(../imagens/ico-difusao.png) no-repeat;
    height: 21px;
    margin-top: 5px;
    padding-left: 27px;
    padding-top: 6px;
    color: #a6afba;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: #000 1px 1px 1px;
}

.title-regioes
{
    background: url(../imagens/ico-top-regioes.png) no-repeat;
    height: 20px;
    margin-top: 1px;
    margin-bottom: 3px;
    padding-left: 28px;
    padding-top: 6px;
    color: #a6afba;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: #000 1px 1px 1px;
}

.title-micro
{
    background: url(../imagens/ico-micro-regioes.png) no-repeat;
    height: 20px;
    margin-top: 4px;
    padding-left: 28px;
    padding-top: 6px;
    color: #a6afba;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: #000 1px 1px 1px;
}




/*///// BOXES /////*/
.box1
{
	
    background: url(../imagens/bg-box1.jpg);
    height: 330px;
    border-radius: 5px 5px 5px 5px;
    border: solid thin #393f47;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;    
    margin-top:4px !important;
}

.box2
{
    background: url(../imagens/bg-box1.jpg);
    height: 10%;
    border-radius: 5px 5px 5px 5px;
    border: solid thin #393f47;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0px;
}

.box3
{
    background: url(../imagens/bg-box1.jpg);
    height: 19%;
    border-radius: 5px 5px 5px 5px;
    border: solid thin #393f47;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 1%;
	
}

.box4
{
    background: url(../imagens/bg-box1.jpg);
    height: 230px;
    border-radius: 5px 5px 5px 5px;
    border: solid thin #393f47;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 4px;
}

.box5
{
    background: url(../imagens/bg-box1.jpg);
    height: 49%;
    border-radius: 5px 5px 5px 5px;
    border: solid thin #393f47;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 1%;
	
}

.box6
{
    background: url(../imagens/bg-box1.jpg);
    height: 100%;
    border-radius: 5px 5px 5px 5px;
    border: solid thin #393f47;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top:0;
}

.box7
{
    background: url(../imagens/bg-box1.jpg);
    height: 30%;
    border-radius: 5px 5px 5px 5px;
    border: solid thin #393f47;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0px;
}

/*///// SETAS TREND /////*/
.up
{
    background: url(../imagens/ico-up2.png) no-repeat;
}
.down
{
    background: url(../imagens/ico-down2.png) no-repeat;
}



/*///// BOX TOP MUSICAS /////*/
.top-musicas
{
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: #a6afba;
    text-shadow: #000 1px 1px 1px;
	width:100%
	
}

.top-musicas-selected
{
    cursor:pointer;
    background: url(../imagens/bg-boxes-on.jpg) repeat-x !important;
    border-radius: 10px;
    border: solid thin #393f47;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



.top-musicas .title
{
    background: url(../imagens/bg-stripes.png);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 9px;
    text-align: center;
}

.top-musicas .txt
{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    margin-top: 15px;
}

.graph-musicas
{    
}

#graph5
{
    width: 130px;
    height: 130px;
    margin-top: 15px;
}

#graph4
{
    width: 130px;
    height: 130px;
    margin-top: 15px;
}

#graph3
{
    width: 130px;
    height: 130px;
    margin-top: 15px;
}

#graph2
{
    width: 130px;
    height: 130px;
    margin-top: 15px;
}

#graph1
{
    width: 130px;
    height: 130px;
    margin-top: 15px;
}

#graphRegiao1
{
    width: 130px;
    height: 130px;
    margin-top: 15px;
}

#graphRegiao2
{
    width: 130px;
    height: 130px;
    margin-top: 15px;
}

#graphRegiao3
{
    width: 130px;
    height: 130px;
    margin-top: 15px;
}

#graphRegiao4
{
    width: 130px;
    height: 130px;
    margin-top: 15px;
}

#graphRegiao5
{
    width: 130px;
    height: 130px;
    margin-top: 15px;
}

ul.graph-pizza, ul.graph-pizza li, ul.graph-pizza li a, ul.graph-pizza li span
{
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    text-decoration: none;
}
ul.graph-pizza li
{
    float: left;
    position: relative;
}


ul.graph-pizza li div
{
    display: block;
    position: relative;
    float: left;
    width: 200px;
    height: 200px;
    text-indent: -1000em;
    overflow: hidden;
    z-index: 1;
}
ul.graph-pizza li span
{
    position: absolute;
    width: 200px;
    height: 200px;
    border: 0;
}

/* overlay */
ul.graph-pizza li.overhead span
{
    width: 200px;
    height: 200px;
    left: 2px;
    top: 1px;
}
ul.graph-pizza li.overhead div
{
    background: url(../imagens/graph-musicas.png) 0 0 no-repeat;
    width: 200px;
    height: 200px;
    margin-left: 10px;
    padding-bottom: 20px;
}


.top-musicas .top5
{
    width: 100%;
    padding-top: 15px;

}

.top-musicas .legenda
{
    width: 14px;
    padding-right: 10px;
}
.top-musicas .execucoes
{
    width: 55px;
}

.top-musicas .valor
{
    background: url(../imagens/bg-numeros.jpg) repeat-x;
    height:42px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    margin-bottom: 5px;
    margin-top: 5px;
    border-radius: 4px;
    color: #a6afba;
    text-shadow: #000 1px 1px 1px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.top-musicas .label
{
    font-size: 8px;
    text-align: center;
    margin-top: -5px;
}

.top-musicas .musica
{
    padding-left: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.top-musicas .desc
{
    font-size: 12px;
    text-transform: none;
    font-weight: normal;
}

.top-musicas .trend
{
    float: right;
    padding-right: 10px;
    padding-left: 14px;
    color: #a6afba;
    text-shadow: #000 1px 1px 1px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}

.top-musicas .ultimo-periodo
{
   height:54px;
}


.top-musicas .barra-periodo
{
    float: left;
    width: 10px;
    min-height: 4px;
    background: #30363e;
    border-radius: 3px 3px 2px 2px;
    margin-right: 2px;
}


/*///// BOX GAUGE /////*/
.promotiontrend
{
    text-align:center;
    width:100%;
    margin-top: 4%;
	margin-bottom:2%;
    color: #A6AFBA;
    text-shadow: #000 1px 1px 1px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.gauge{
	width:100%;
	text-align:center;
	
	}
	
.GaugeCanvas
{    
    width: 200px !important;
    height: 100px !important;
    margin-top: 5px;
    text-align: center;
}

.divLabelsPromotion
{
    text-align: center;
    margin-top: -5px;
    color: #A6AFBA;
    text-shadow: #000 1px 1px 1px;
    text-transform: uppercase;
    font-weight: bold;
}


.pGaugePercent
{
    width:100%;
    color: #A6AFBA;
    text-align:center;
    text-shadow: #000 1px 1px 1px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
	margin-top:-5px;
	}

.pGaugeData
{
    width:100%;
    text-align:center;
    color: #A6AFBA;
    text-shadow: #000 1px 1px 1px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 9px;
}




/*///// BOX TOP RÁDIOS /////*/

.top-radios
{
    color: #a6afba;
    text-shadow: #000 1px 1px 1px;
	padding-left:5% !important;
}

.graph-radios
{
    float: left;
    width: 20%;
    margin-top: 0px;
}

.top-radios .dados
{
    margin-top: -10px;
    width: 115px;
}

.top-radios .title
{
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-left: 20px;
}

.top-radios .valor
{
    background: url(../imagens/bg-numeros.jpg) repeat-x;
    width: 70px;
    height: 42px;
    padding-left: 7px;
    padding-right: 10px;
    padding-top: 2px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 26px;
    border-radius: 4px;
    color: #a6afba;
    text-shadow: #000 1px 1px 1px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.top-radios .valor2
{
    background: url(../imagens/bg-numeros.jpg) repeat-x;
    width: 70px;
    height: 38px;
    padding-left: 7px;
    padding-right: 10px;
    padding-top: 2px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 26px;
    border-radius: 4px;
    color: #a6afba;
    text-shadow: #000 1px 1px 1px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.top-radios .label
{
    font-size: 8px;
    text-align: center;
    margin-top: -4px;
}


.top-radios .desc
{
    width: 86%;
    background: url(../imagens/bg-stripes.png);
    font-family: futura-medium, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
    margin-left: 45px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.top-radios .seta
{
    position: absolute;
    width: 60px;
    height: 125px;
    background: url(../imagens/seta.png) no-repeat;
    z-index: 10;
    margin-top: 180px;
}




/*///// BOX TOP REGIÕES /////*/
.top-regioes
{
    color: #a6afba;
    text-shadow: #000 1px 1px 1px;
	padding-left:5% !important;
	}

.graph-regioes
{
    float: left;
    width: 20%;
    margin-top: 0px;
}

ul.graph-sul, ul.graph-sul li, ul.graph-sul li a, ul.graph-sul li .grafico, ul.graph-sudeste, ul.graph-sudeste li, ul.graph-sudeste li a, ul.graph-sudeste li .grafico, ul.graph-norte, ul.graph-norte li, ul.graph-norte li a, ul.graph-norte li .grafico, ul.graph-nordeste, ul.graph-nordeste li, ul.graph-nordeste li a, ul.graph-nordeste li .grafico, ul.graph-centro, ul.graph-centro li, ul.graph-centro li a, ul.graph-centro li .grafico
{
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    text-decoration: none;
}

ul.graph-sul li, ul.graph-sudeste li, ul.graph-norte li, ul.graph-nordeste li, ul.graph-centro li
{
    float: left;
    position: relative;
}


ul.graph-sul li div, ul.graph-sudeste li div, ul.graph-norte li div, ul.graph-nordeste li div, ul.graph-centro li div
{
    display: block;
    position: relative;
    float: left;
    width: 130px;
    height: 130px;
    text-indent: -1000em;
    overflow: hidden;
    z-index: 1;
}

ul.graph-sul li .grafico, ul.graph-sudeste li .grafico, ul.graph-norte li .grafico, ul.graph-nordeste li .grafico, ul.graph-centro li .grafico
{
    position: absolute;
    width: 130px;
    height: 130px;
    border: 0;
}

/* overlay */
ul.graph-sul li.overhead .grafico, ul.graph-sudeste li.overhead .grafico, ul.graph-norte li.overhead .grafico, ul.graph-nordeste li.overhead .grafico, ul.graph-centro li.overhead .grafico
{
    width: 130px;
    height: 130px;
    left: 2px;
    top: 1px;
}

ul.graph-sul li.overhead div
{
    background: url(../imagens/graph-sul.png) 0 0 no-repeat;
    width: 130px;
    height: 130px;
}


ul.graph-sudeste li.overhead div
{
    background: url(../imagens/graph-sudeste.png) 0 0 no-repeat;
    width: 130px;
    height: 130px;
}

ul.graph-norte li.overhead div
{
    background: url(../imagens/graph-norte.png) 0 0 no-repeat;
    width: 130px;
    height: 130px;
}


ul.graph-nordeste li.overhead div
{
    background: url(../imagens/graph-nordeste.png) 0 0 no-repeat;
    width: 130px;
    height: 130px;
}

ul.graph-centro li.overhead div
{
    background: url(../imagens/graph-centro.png) 0 0 no-repeat;
    width: 130px;
    height: 130px;
}

ul.graph-sul .porcentagem, ul.graph-sudeste .porcentagem, ul.graph-norte .porcentagem, ul.graph-nordeste .porcentagem, ul.graph-centro .porcentagem
{
    width: 42px;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 2;
    top: 28px;
    left: 45px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

.top-regioes .dados
{
    margin-top: 5px;
    width: 115px;
}

.top-regioes .title
{
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-left: 20px;
    margin-top: 0px;
}

.top-regioes .valor
{
    background: url(../imagens/bg-numeros.jpg) repeat-x;
    width: 70px;
    height: 42px;
    padding-left: 7px;
    padding-right: 10px;
    padding-top: 2px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 26px;
    border-radius: 4px;
    color: #a6afba;
    text-shadow: #000 1px 1px 1px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}


.top-regioes .label
{
    font-size: 8px;
    text-align: center;
    margin-top: -4px;
}


.top-regioes .desc
{
    width: 86%;
    background: url(../imagens/bg-stripes.png);
    font-family: futura-medium, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-top: 28px;
    margin-left: 45px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.top-regioes .seta
{
    position: absolute;
    width: 60px;
    height: 100px;
    background: url(../imagens/seta2.png);
    z-index: 10;
    margin-top: 197px;
}






/*///// BOXES QUANTIDADE E MÉDIA DE MÚSICAS /////*/

.quantidade .icone {
	margin-right: 11px;
	padding-top: 2px;
	float: left;
	}


.quantidade .valor
{
    float: left;
    padding-left: 12px;
    color: #a6afba;
    text-shadow: #000 1px 1px 1px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    width:auto;
}



	
 .quantidade .label{
	 	margin-left:5px;
	 	font-size:14px;
    }

.labelRadio
{
font-size:14px;    
}

.labelX
{
    
font-size:12px;    
}



.quantidade .trend
{
    float: right;
    padding-right: 15px;
    padding-left: 14px;
  padding-top:3px;
	margin-top:0px;
	color: #a6afba;
    text-shadow: #000 1px 1px 1px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}






/*///// BOXES PATROCINIO E DIFUSAO /////*/

.graph-barras
{
    width: 90%;
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 4%;
    text-shadow: #000 1px 1px 1px;
	height:19%


 }


.graph-barras .label1
{
    text-align: center;
    color: #a6afba;
    text-shadow: #000 1px 1px 1px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
	
}
.graph-barras .label2
{
    float: right;
    color: #a6afba;
    text-shadow: #000 1px 1px 1px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
}

.graph-barras .label3
{
    color: #a6afba;
    text-shadow: #000 1px 1px 1px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 5px;
}

.graph-barras .label4
{
    color: #a6afba;
    text-shadow: #000 1px 1px 1px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 10px;
}

.graph-barras .label5
{
    color: #a6afba;
    text-shadow: #000 1px 1px 1px;
    text-transform: uppercase;
    text-align: center !important;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 5px;
}

.patrocinio-difusao .graph-barras
{
    margin-top: 23px;
}

.patrocinio-difusao .graph-barras .label1
{
    margin-bottom: 10px;
}
.patrocinio-difusao .graph-barras .label2
{
    margin-bottom: 10px;
}


.graph-barras .barra1
{
    background: url(../imagens/graph-barras1.jpg) repeat-x;
    height: 15px;
    padding-left: 8px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right: 2px solid #333;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}

.graph-barras .barra2
{
    background: url(../imagens/graph-barras2.jpg) repeat-x;
    height: 15px;
    padding-right: 8px;
    padding-left: 8px;
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-weight: bold;
    font-size: 13px;
}

.graph-barras .barra3
{
    background: url(../imagens/graph-barras3.jpg) repeat-x;
    height: 15px;
    padding-left: 8px;
    padding-right: 5px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right: 2px solid #333;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}

.graph-barras .barra4
{
    background: url(../imagens/graph-barras4.jpg) repeat-x;
    height: 15px;
    padding-left: 5px;
    padding-right: 5px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right: 2px solid #333;
    font-weight: bold;
    font-size: 13px;
}

.graph-barras .barra5
{
    background: url(../imagens/graph-barras5.jpg) repeat-x;
    height: 15px;
    padding-right: 8px;
    padding-left: 8px;
    text-align: right;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-weight: bold;
    font-size: 13px;
}




/*///// BOX TOP ALBUNS /////*/
.top-albuns
{
    /*padding-top: 2%;*/
}

.top-albuns .disco
{
    float: left;
    padding-left: 15px;
}


.top-albuns .valor
{
    float: left;
    background: url(../imagens/bg-numeros.jpg) repeat-x;
    height: 42px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 2px;
    margin-top: 0;
    margin-left: 13px;
    border-radius: 4px;
    color: #a6afba;
    text-shadow: #000 1px 1px 1px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
	text-align:center
}

.top-albuns .label
{
    font-size: 8px;
    text-align: center;
    margin-top: -5px;
}


.top-albuns .trend
{
    float: right;
    padding-right: 15px;
    padding-left: 14px;
    margin-top: 6px;
    color: #a6afba;
    text-shadow: #000 1px 1px 1px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}



/*///// BOX TOP MICRO REGIÕES /////*/
.top-micro
{
    padding-top: 5px;
}

.top-micro .title
{
    font-size: 10px;
    color: #a6afba;
    font-weight: bold;
    text-shadow: #000 1px 1px 1px;
    text-transform: uppercase;
    padding-left: 16px;
    padding-top: 7px;
}

.top-micro .valor
{
    float: left;
    background: url(../imagens/bg-numeros.jpg) repeat-x;
    height: 38px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 2px;
    margin-top: 3px;
    margin-left: 13px;
    border-radius: 4px;
    color: #a6afba;
    text-shadow: #000 1px 1px 1px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 21px;
    text-align: center;
}

.top-micro .label
{
    font-size: 8px;
    text-align: center;
    margin-top: -5px;
}


.top-micro .trend
{
    float: right;
    padding-right: 15px;
    padding-left: 14px;
    margin-top: 12px;
    color: #a6afba;
    text-shadow: #000 1px 1px 1px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}




/* ///// TEMPO REAL ///// */
.container-tempo-real
{
    position: absolute;    
    z-index: 50;
}


.top-tempo-real
{
    background: url(../imagens/bg-tempo-real.jpg) repeat-x;
    height: 42px;
    border: solid thin #393f47;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-top: 7px;
}

.top-tempo-real .bt
{
    margin-top: -18px;
    text-align: center;
}

.title-tempo-real
{
    background: url(../imagens/ico-tempo-real.png) no-repeat;
    height: 20px;
    margin-top: 0px;
    padding-left: 28px;
    padding-top: 5px;
    padding-bottom: 3px;
    color: #a6afba;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: #000 1px 1px 1px;
}

.content-tempo-real
{
    background:#2c3138;
    height: 357px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: solid thin #393f47;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0px;
}




.mapa
{
    background: #a8c0db;
    height: 325px;
}


.lista-execucoes
{    
    font-size: 11px;
    color: #a6afba;
    text-shadow: #000 1px 1px 1px;
    padding-top: 5px;
}

.lista-execucoes .audio
{
    float: left;
    vertical-align: middle;
    width: 100%;
    height: 40px;
    line-height: 15px;
    border-bottom: 1px solid #343940;
    display: block;
}

.lista-execucoes .last
{
    border-bottom: 0px solid #343940;
}



.content-tempo-real .audio table:hover
{
    background: url(../imagens/bg-lista.jpg);
    color: #303337;
    
    z-index: 2;
    text-decoration: none;
    text-shadow: #fff 1px 1px 1px;
}




.audio a
{
    display: block;
    color: #a6afba;
    text-decoration: none;
    padding-left: 8px;
    padding-right: 5px;
    position: relative;
}



.audio a:hover .play
{
    position: absolute;
    top: -1px;
    right: 5px;
    width: 35px;
    height: 35px;
    background: url(../imagens/play.png);
    z-index: 13;
}



.destaque-execucoes
{
    width: 100%;
    height: 135px;
    margin-top: 5px;
    text-align: center;
}


.destaque-execucoes .title
{
    background: url(../imagens/bg-stripes.png);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    padding-top: 15px;
    height: 25px;
    width: 101%;
}

.destaque-radios
{
    width: 100%;
    margin-left: 10px;
}



.radio1
{
    float: left;
    width: 33.33%;
    margin-top: 5px;
    color: #a6afba;
    text-shadow: #000 1px 1px 1px;
    text-align: center;
}


.destaque-radios .dados
{
    margin-top: 0px;
    width: 85px;
}

.destaque-radios .txt-radio
{
    font-size: 8px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.destaque-radios .txt-musica
{
    font-size: 8px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-top: 3px;
}

ul.radio-logo, ul.radio-logo, ul.radio-logo li a, ul.radio-logo li img
{
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    text-decoration: none;
}

ul.radio-logo li
{
    float: left;
    position: relative;
}


ul.radio-logo li div
{
    display: block;
    position: relative;
    float: left;
    width: 85px;
    height: 85px;
    text-indent: -1000em;
    overflow: hidden;
    z-index: 1;
}

ul.radio-logo li .logo
{
    position: absolute;
    width: 85px;
    height: 85px;
    border: 0;
}

/* overlay */
ul.radio-logo li.overhead .logo
{
    width: 55px;
    height: 55px;
    left: 16px;
    top: 16px;
}

ul.radio-logo li.overhead div
{
    background: url(../imagens/destaque-execucoes.png) 0 0 no-repeat;
    width: 85px;
    height: 85px;
}


#menuDinamico1
{
    height: 100%;
}

.graphReportArea
{    
    overflow-x: hidden;
    overflow-y: auto;    
}

.report
{
    z-index: -1;
    margin-right: 10px;    
    color: #fff;
    font-size: 16px;
    font-weight: bold;    
}




/*///// BOX TOP RÁDIOS detalhe /////*/ 
.top-radios .detalhe
{
    float: left;
    width: 98%;
}


.top-radios .detalhe .title
{
    background: url(../imagens/bg-stripes.png);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 9px;
    text-align: center;
}



.top-radios .detalhe .dados .title
{
    background: none;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-left: 20px;
}


.top-radios .detalhe .desc
{
    width: 90%;
    margin-top: 20px;
 
}



.top-radios .top3
{
    width: 49%;
    padding-top: 8px;
}

.top-radios .top3 .item
{
    padding-top: 4px;
    padding-left: 5px;
	 height: 60px;
}


.top-radios .top3 .valor
{
    background: url(../imagens/bg-numeros.jpg) repeat-x;
    height: 42px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    margin-bottom: 5px;
    margin-top: 5px;
    border-radius: 4px;
    color: #a6afba;
    text-shadow: #000 1px 1px 1px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-left: 0;
}


.top-radios .top3 .label
{
    font-size: 8px;
    text-align: center;
    margin-top: -3px;
}


.top-radios .top3 .musica, .top-radios .top3 .radio
{
    padding-left: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.top-radios .top3 .info
{
    background: none;
    font-size: 11px;
    text-transform: none;
    font-weight: normal;
}

.top-radios .top3 .trend
{
    float: right;
    padding-right: 10px;
    padding-left: 14px;
    color: #a6afba;
    text-shadow: #000 1px 1px 1px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}






 /*///// BOX TOP REGIõES detalhe /////*/

.top-regioes .detalhe
{
    float: left;
    width: 98%;
}

.top-regioes .detalhe .title
{
    background: url(../imagens/bg-stripes.png);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 9px;
    text-align: center;
}



.top-regioes .detalhe .dados
{
	margin-top:-12px;

}


.top-regioes .detalhe .dados .title
{
    background: none;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}



.top-regioes .regionInside
{
    width: 90%;
    margin-top: 45px;
 
}

.top-regioes .top3
{
    width: 49%;
    padding-top: 4px;
    height: 60px;
}

.top-regioes .margintop
{
    padding-top: 10px;
}

.top-regioes .top3 .valor
{
    background: url(../imagens/bg-numeros.jpg) repeat-x;
    height: 42px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 5px;
    border-radius: 4px;
    color: #a6afba;
    text-shadow: #000 1px 1px 1px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.top-regioes .top3 .label
{
    font-size: 8px;
    text-align: center;
    margin-top: -3px;
}

.top-regioes .top3 .estado a, .top-regioes .top3 .selected-local a
{
    color: #a6afba;
    text-decoration: none;
    display: block;
}

.top-regioes .top3 .estado a:hover
{
    background: url(../imagens/bg-boxes-on.jpg) repeat-x !important;
    border-radius: 5px 5px 5px 5px;
}

.top-regioes .top3 .selected-local
{
    background: url(../imagens/bg-boxes-on.jpg) repeat-x !important;
    border-radius: 5px 5px 5px 5px;
    border: solid thin #393f47;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.top-regioes .top3 .selected-local a
{
    color: #a6afba;
    text-decoration: none;
}

.top-regioes .top3 .local
{
    padding-left: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.top-regioes .top3 .cidade
{
    padding-left: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}
.top-regioes .top3 .item
{
    height: 64px;
}

.top-regioes .top3 .info
{
    background: none;
    font-size: 10px;
    text-transform: none;
    font-weight: normal;
}

.top-regioes .top3 .trend
{
    float: right;
    padding-right: 10px;
    padding-left: 14px;
    color: #a6afba;
    text-shadow: #000 1px 1px 1px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}





/*OVERLAY*/
#overlay
{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url(../imagens/overlay.png);
    display: none;
    z-index: 7000;
}

#blackScreen
{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url(../imagens/overlay.png);
    display: none;
    z-index: 550;
}


#loading
{
    position: fixed;
    width: 100px;
    height: 32px;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -16px;
    display: block;
    text-align: right;
    color: #fff;
    font-family: verdana;
    font-size: 10px;
    line-height: 32px;
}

.imgRadius
{
    border: 1px solid black;
    width: 50px;
    height: 50px;
}

.boxOuvir
{
    border-color: #a6afba;
    border: 1px solid;
    position: absolute;
    top: 35px;
    right: 0px;
    width: 76px !important;
    height: 44px !important;
}


/* POP UP TEMPO REAL */
.play-musica
{
    position: absolute;
    right: -5px;
    top: 60px;
    width: 88px !important;
    height: 35px !important;
}

.play-musica a
{
    width: 88px;
    height: 35px;
    display: block;
    background: url(../imagens/play-identificado.png) no-repeat;
    background-position: top left;
    text-decoration: none;
}

.play-musica a:hover
{
    background: url(../imagens/play-identificado.png) no-repeat;
    background-position: top right;
}


.play-radio
{
    position: absolute;
    right: 85px;
    top: 60px;
    width: 65px !important;
    height: 35px !important;
}

.play-radio a
{
    width: 65px;
    height: 35px;
    display: block;
    background: url(../imagens/play-radio.png) no-repeat;
    background-position: top left;
    text-decoration: none;
}

.play-radio a:hover
{
    background: url(../imagens/play-radio.png) no-repeat;
    background-position: top right;
}


.play-musica-pause
{
    position: absolute;
    right: -5px;
    top: 60px;
    width: 88px !important;
    height: 35px !important;
}

.play-musica-pause a
{
    width: 88px;
    height: 35px;
    display: block;
    background: url(../imagens/pause-identificado.png) no-repeat;
    background-position: top left;
    text-decoration: none;
}

.play-musica-pause a:hover
{
    background: url(../imagens/pause-identificado.png) no-repeat;
    background-position: top right;
}


.play-radio-pause
{
    position: absolute;
    right: 85px;
    top: 60px;
    width: 65px !important;
    height: 35px !important;
}

.play-radio-pause a
{
    width: 65px;
    height: 35px;
    display: block;
    background: url(../imagens/pause-radio.png) no-repeat;
    background-position: top left;
    text-decoration: none;
}

.play-radio-pause a:hover
{
    background: url(../imagens/pause-radio.png) no-repeat;
    background-position: top right;
}


#map_canvas img
{
    max-width: none;
}

#divGridExecutions img
{
    max-width: none;
}

.link-radio
{
    width: 52px;
    position: absolute;
    height: 20px;
    font-family: "Helvetica Neue" , Helvetica, Arial, sans-serif;
    top: 63px;
    left: 18px;
    background: #3d454e url(../imagens/ico-link.png) 2px 1px no-repeat;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.link-radio a
{
    color: #a6afba;
    position: absolute;
    left: 25px;
    padding-top: 5px;
    font-size: 9px;
    font-weight: bold;
    text-shadow: #000 1px 1px 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.link-radio a:hover
{
    color: #c6d0dc;
}


.exec-result
{
    background: #6b7585;
    color: #FFFFFF;
    height: 12px;
    border-radius: 10px;
    margin-left: 6px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    font-size:12px;
    padding-bottom: 3px;
}

.txt-result
{
    font-size: 9px;
}



.heightControl
{
    height:580px;
}

.sideBar
{
    overflow:hidden;
	margin-top:4px;
        
    }




/*///// RELATÓRIOS /////*/


/*/////BARRA TITULO /////*/
.tit-relatorio
{
    height: 32px;
    background: url(../imagens/bg-data.png) repeat-x;
    margin-top: 10px;
    border: solid thin #25282b;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


.divMusicas
{
    overflow: auto;
}

.relatorio-txt
{
    float: left;
    padding-left: 8px;
    padding-top: 7px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #a6afba;
    text-shadow: #000 1px 1px 1px;
}

.tit-relatorio .data-txt
{
    float: left;
    padding-left: 8px;
    padding-top: 10px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #a6afba;
    text-shadow: #000 1px 1px 1px;
}

.bt-exportar {
	float:right; 	
	cursor:pointer;
	
	}

/*.tit-relatorio .data-calendario
{
    float: none;
    line-height: 30px;
    width: 25px;
    padding-top: 3px;
    padding-right: 15px;
    padding-left: 15px;
}*/

.bt-filtros
{
    float: right;
    cursor: pointer;
    line-height: 30px;
}

.bt-filtros a
{
    font-weight: bold;
    color: #75787b;
    text-decoration: none;
    text-shadow: #000 1px 1px 1px;
    width: 115px;
    padding-top: 0px;
    padding-right: 4px;
    padding-left: 12px;
    display: block;
	font-size:12px;
}

.bt-filtros a:hover
{
    background: url(../imagens/bg-menu-on.jpg) 0px -5px;
    border-top-right-radius: 5px;
    color: #9fa8b2;
	cursor:pointer;
}

.tit-relatorio .selected
{
    background: url(../imagens/bg-menu-on.jpg) 0px -5px;
    border-top-right-radius: 5px;
    color: #9fa8b2;
}

.bt-mais
{
    position: absolute;
    background: url(../imagens/ico-filtros-mais.png);
    width: 45px;
    height: 12px;
    margin-left: 45px;
}

.relative
{
    position: relative;
    margin-right: 0.1px;
}

.filtros
{
    position: absolute;
    z-index: 99;
    background: #2d3645;
}

.filtros .tit
{
    background: url(../imagens/bg-menu.jpg);
    height: 36px;
    padding-left: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #a6afba;
    text-transform: uppercase;
    text-shadow: #000 1px 1px 1px;
}

.filtros .titbig
{
    background: url(../imagens/bg-menu-big.jpg);
    height: 49px;
    padding-left: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #a6afba;
    text-transform: uppercase;
    text-shadow: #000 1px 1px 1px;
}

.filtros .divider
{
    border-right: 1px #222428 solid;
}

.filtros input:focus, .filtros textarea:focus
{
    outline: none;
}

/*///// FILTROS MúSICAS /////*/

.filtros .tit-musicas
{
    background: url(../imagens/ico-top-musicas.png) no-repeat;
    height: 25px;
    padding-left: 28px;
    padding-top: 3px;
    margin-top: 12px;
}

.filtros .tit-tags
{
    background: url(../imagens/ico-tags.png) no-repeat;
    height: 25px;
    padding-left: 28px;
    padding-top: 3px;
    margin-top: 12px;
}

.filtros .content-musicas
{
    width: 28%;
    height: 160px;
    margin: 0;
    padding: 0;
}

.filtros .search
{
    background: url(../imagens/bg-filtro.jpg);
    height: 30px;
    border-bottom: 1px solid #202224;
    padding-left: 10px;
    padding-top: 5px;
}

.filtros .search-ico
{
    position: absolute;
    margin-top: 4px;
    margin-left: 8px;
    z-index: 199;
}

.filtros .ico {
position: absolute;
margin-top: 8px;
margin-left: 10px;
z-index: 199;
}
.icoAlone {
position: absolute;
margin-top: 8px;
margin-left: 10px;
z-index: 199;
}


.filtros .lista-musicas
{
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 122px;
    padding-top: 8px;
    padding-left: 0px;
    font-size: 11px;
    color: #a6afba;
    text-shadow: #000 1px 1px 1px;
}

.filtros .lista-generos
{
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 130px;
    padding-top: 8px;
    padding-left: 0px;
    font-size: 11px;
    color: #a6afba;
    text-shadow: #000 1px 1px 1px;
}

.filtros .lista-tags
{
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 130px;
    padding-top: 8px;
    padding-left: 0px;
    font-size: 11px;
    color: #a6afba;
    text-shadow: #000 1px 1px 1px;
}

.filtros .item
{
    float: left;
    width: 100%;
    height: 25px;
    border-bottom: 1px solid #3e4654;
    padding-top: 7px;
    padding-left: 10px;
    display: block;
}

.filtros .itemInLine
{
    float: left;
    height: 25px;
    padding-top: 7px;
    padding-left: 10px;
    display: block;
}

.filtros .item-last
{
    border-bottom: 0px solid #3e4654;
}

.filtros .item input[type="checkbox"]
{
    margin-right: 8px;
}

/*///// FILTROS LOCAIS /////*/

.filtros .tit-locais
{
    background: url(../imagens/ico-top-regioes.png) no-repeat;
    height: 25px;
    padding-left: 28px;
    padding-top: 3px;
    margin-top: 12px;
}

.filtros .content-locais
{
    width: 35%;
    min-width:380px;
    height: 160px;
    margin: 0;
    padding: 0;
}

.filtros .select-local
{
    background: url(../imagens/bg-filtro.jpg);
    height: 27px;
    border-bottom: 1px solid #202224;
    padding-top: 8px;
    font-size: 10px;
    font-weight: bold;
    color: #a6afba;
    text-transform: uppercase;
    text-align: center;
}

.select-local .local
{
    padding-right: 13px;
}

.filtros .lista-locais
{
    height: 123px;
    overflow: auto;
    text-align: center;
    padding-top: 8px;
}

.filtros .locais-campo
{
    background: -moz-linear-gradient(top, #1e1e21 0%, #303135 36%, #303135 63%, #292a2d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e1e21), color-stop(36%,#303135), color-stop(63%,#303135), color-stop(100%,#292a2d)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1e1e21 0%,#303135 36%,#303135 63%,#292a2d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1e1e21 0%,#303135 36%,#303135 63%,#292a2d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1e1e21 0%,#303135 36%,#303135 63%,#292a2d 100%); /* IE10+ */
    background: linear-gradient(to bottom, #1e1e21 0%,#303135 36%,#303135 63%,#292a2d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e21', endColorstr='#292a2d',GradientType=0 ); /* IE6-9 */
    width: 90%;
    margin-left: 10px;
    height: 99%;
    border: 1px solid #202224;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding-left: 10px;
    padding-top: 5px;
    color: #FFF;
}


/*///// FILTROS     S /////*/

.filtros .tit-radios
{
    background: url(../imagens/ico-top-radios.png) no-repeat;
    height: 25px;
    padding-left: 28px;
    padding-top: 3px;
    margin-top: 12px;
}

.filtros .content-radios
{
    height: 160px;
    margin: 0;
    padding: 0;
}

.filtros .select-radios
{
    float: left;
    width: 34%;
    text-align: center;
    padding-top: 12px;
}

.filtros .item-estrelas
{
    width: auto;
    height: 25px;
    border-bottom: 1px solid #3e4654;
    padding-top: 7px;
    padding-left: 8px;
    display: block;
    text-align: left;
}


.filtros .item-estrelas input[type="checkbox"]
{
    margin-right: 4px;
}

.filtros .item-last
{
    border-bottom: 0px solid #3e4654;
}
.filtros .lista-radios
{
    float: left;
    width: 62%;
    height: 180px;
    border-left: 1px #222428 solid;
}

.filtros .lista-radios .search
{
    background: url(../imagens/bg-filtro.jpg);
    height: 30px;
    border-bottom: 1px solid #202224;
    padding-left: 10px;
    padding-top: 5px;
}

.filtros .lista-radios .search-ico
{
    position: absolute;
    margin-top: 4px;
    margin-left: 8px;
    z-index: 199;
}


.filtros .lista-radios .lista
{
    height: 122px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 8px;
    text-align: left;
    font-size: 11px;
    color: #a6afba;
    text-shadow: #000 1px 1px 1px;
}
/*///// BT APLICAR /////*/

.bt-aplicar
{
    border-top: 1px solid #202224;
    background: #26292d;
    height: 20px;
    padding-top: 8px;
    padding-bottom: 10px;
}

.bt-aplicar a
{
    background: url(../imagens/bg-bt.jpg);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #26292d;
    color: #a6afba;
    font-size: 12px;
    font-weight: bold;
    text-shadow: #000 1px 1px 1px;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 5px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 6px;
    margin-top: 5px;
}


.bt-aplicar a:hover
{
    color: #c6d0dc;
}




/*/////tags locais /////*/

.tag
{
    background: url(../imagens/bg-tag1.png) no-repeat;
    height: 25px;
    line-height: 25px;
    padding: 5px;
    padding-top: 3.5px;
    padding-left: 8px;
}

.tag-txt
{
    background: url(../imagens/bg-tag2.png) repeat-x;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    line-height: 25px;
    color: #a6afba;
    text-shadow: #000 1px 1px 1px;
   /*  padding-right: 15px;*/
   padding-left: 8px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.tag-fechar{
	 background: url(../imagens/bg-tag3.png) ;
	 width:20px;
	 padding:7px 10px 8px 0px;
	margin-left:10px;
	  border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	
	}

.tag-fechar a{
    color: #677180;
	text-shadow:none;
    font-size: 10px;
    text-decoration: none;
    padding-left: 10px;
}

.tag-fechar a:hover
{
    color: #cedae8;
}




/*/////TITULO RESULTADOS /////*/
.tit-result
{
    font-size: 12px;
    font-weight: bold;
    
    text-transform: uppercase;
    color: #fff;
    text-shadow: #000 1px 1px 1px;
    margin-bottom: 4px;
}

.result-empty
{    
    margin-top: 5px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 3px;
    }
.ttFirstLine
{
    width:100%;
    font-size:12px;
    float:left;    
    text-transform:none;
    }
.ttSecondLine
{    
    font-size:11px;
    width:100%;
    margin-top:5px;
    float:left;
    text-transform:none;
    }
    
 .ttbig
 {
     text-transform:uppercase;
     margin-right: 10px;
     font-size:16px;
     }
.ttItem
{
    float:left;    
    overflow:hidden;
    }
    
.ttItem-first
{
    max-width:300px;
    }
    .campTitle
    {
        height: 50px;
background-color: #7C8593;
margin-top: 16px;
margin-bottom:-1px;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}

.result-data
{
    background: url(../imagens/ico-data.png) no-repeat;    
    margin-top: 6px;
    padding-left: 25px;
    padding-top: 4px;
    padding-bottom: 3px;
}

.result-promo
{
    background: url(../imagens/ico-promo.png) no-repeat;    
    margin-top: 6px;
    padding-left: 25px;
    padding-top: 4px;
    padding-bottom: 3px;
}

.result-musica
{
    background: url(../imagens/ico-top-musicas.png) no-repeat;    
    margin-top: 6px;
    padding-left: 25px;
    padding-top: 4px;
    padding-bottom: 3px;
}


.result-radios
{
    background: url(../imagens/ico-top-radios.png) no-repeat;    
    margin-top: 6px;
    padding-left: 28px;
    padding-top: 5px;
}

.result-status
{
    background: url(../imagens/ico-status.png) no-repeat;    
    margin-top: 4px;
    padding-left: 28px;
    padding-top: 6px;
}

.result-warning
{
    background: url(../imagens/warning.png) no-repeat;    
    margin-top: 5px;
    padding-left: 25px;
    padding-top: 2px;
    padding-bottom: 3px;
}

.result-locais
{
    background: url(../imagens/ico-locais.png) no-repeat;    
    margin-top: 4px;
    padding-left: 28px;
    padding-top: 6px;
}


.exec-result-margeless
{
    background: #6b7585;
    color: #FFFFFF;
    height: 12px;
    border-radius: 10px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 3px;
}


.exec-result
{
    background: #6b7585;
    color: #FFFFFF;
    height: 12px;
    border-radius: 10px;
    margin-left: 6px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 3px;
}

.txt-result
{
    font-size: 9px;
}


.listaradios
{
    height: 122px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 8px;
    text-align: left;
    font-size: 11px;
    color: #a6afba;
    text-shadow: #000 1px 1px 1px;
}

.listaradiosConsultaStatus
{
    height: 410px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 8px;
    text-align: left;
    font-size: 11px;
    color: #a6afba;
    text-shadow: #000 1px 1px 1px;
}


.content-tags
{
    width: 28%;
    
    margin: 0;
    padding: 0;
}

.select-status
{
    width: 93%;
    font-size: 11px;
    color: #A6AFBA;
    text-shadow: #000 1px 1px 1px;
}


.bt-exportar
{
    margin-right:5px;
    }


/*///// advancedAnalysys /////*/
.removeButton
{
    z-index:10;
    float: right;    
    color: #000;    
    font-size: 12px;    
    background-color: transparent;    
    cursor: pointer;
    padding-top:5px;
    padding-right:2px;
    display:none;
}

.divGraph
{
    width: 100%;
    height: 100%;
    background: #2B2C2E url(../imagens/bg-graph.jpg) repeat-x;
}
.divBoxes
{
    max-height: 100px;
    text-align:center;
    overflow-y: none;
    
}

.scrollClass
{
   overflow-y: hidden;
   display:none;
   
   height:70px;       
}

.songList
{
    width: 100%;
    overflow-y: hidden;
    text-align:center;        
    background: url(../imagens/bg-box1.jpg);
}

 .invisibleInput
 {
	background: transparent; width: 140px; height: 25px; float: left; margin:2px;
	z-index:100;
    color:#ffffff;
	border:0px;	
	border-radius:5px;
	padding: 3px 5px 3px 5px;	
 }
 
.boxItem
{
    background: url(../imagens/bg-boxes.jpg) repeat-x;
    border-radius: 3px;
    text-align: left;     
    float: left;   
    font-size: 11px;
    z-index:5;    
    font-family: Helvetica Neue;    
    width: 145px;
    margin: 2px; 
    margin-left:5px;   
    cursor: pointer;
    height: 30px;   
}
.boxItem:hover
{
    background: url(../imagens/bg-lista.jpg);
    color: #303337;    
    z-index: 2;
    font-weight:bold;
    text-decoration: none;
    text-shadow: #000 1px 1px 1px;
}

.boxItemSmall
{
    background: url(../imagens/bg-boxes.jpg) repeat-x;
    border-radius: 3px;
    text-align: left;     
    float: left;   
    font-size: 11px;
    z-index:5;    
    font-family: Helvetica Neue;    
    width: 50px;
    margin: 2px; 
    margin-left:5px;   
    cursor: pointer;
    height: 30px;   
}
.boxItemSmall:hover
{
    background: url(../imagens/bg-lista.jpg);
    color: #303337;    
    z-index: 2;
    font-weight:bold;
    text-decoration: none;
    text-shadow: #000 1px 1px 1px;
}


.boxItemSong
{
    background: url(../imagens/bg-boxes.jpg) repeat-x;
    border-radius: 3px;
    text-align: left;        
    font-size: 11px;
    z-index:5;    
    font-family: Helvetica Neue;    
    width: 94%;
    margin: 2px; 
    margin-left:5px;   
    cursor: pointer;
    height: 30px;    
      
}

.boxItemSong:hover
{
    background: url(../imagens/bg-lista.jpg);
    color: #303337;    
    z-index: 2;
    font-weight:bold;
    text-decoration: none;
    text-shadow: #000 1px 1px 1px;
}


.lblTitulo
{        
    cursor:pointer;         
    float:left;
     text-decoration: none;    
    padding-left:5px;         
    margin-top:8px;          
    vertical-align:middle; 
    color: #A6AFBA;
    font-weight:bold;
    max-width:79%;
    overflow:hidden;
    text-shadow: #000 1px 1px 1px;
}

.selectedItem
{    
    color:#A6AFBA; !important;    
    background: url(../imagens/bg-menu-on.jpg);
    
}

.selectedItem .removeButton
{
    display:block;
    }

.boxItem: hover
{
    background-color: #282828;
}


#analysysContent
{    
    height: 540px;
}


/* lista de musicas tendencia */

.filtertitulo
{
    background: url(../imagens/bg-menu.jpg);
    height: 36px;
    padding-left: 10px;    
    font-size: 12px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    font-weight: bold;
    color: #a6afba;
    text-transform: uppercase;
    text-shadow: #000 1px 1px 1px;    
}
.tit-musicas
{
    background: url(../imagens/ico-top-musicas.png) no-repeat left center;
    height: 25px;
    padding-left: 28px;    
    padding-top:10px;        
}

.search
{
    background: url(../imagens/bg-filtro.jpg);
    height: 30px;
    border-bottom: 1px solid #202224;
    padding-left: 10px;
    padding-top: 5px;
}

.search-ico
{
    position: absolute;
 margin-top: 8px;
margin-left: 10px;
    z-index: 199;
}

.search-campo
{
	border-color: #9CABBF;
    border: 1px solid;
	background: #DAE3E9;
	color: #41474A;
    width: 80%;
    height: 30px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	padding-left: 25px;
}
.search-campo:focus
{
    outline: none;
border-color: #BAC2CC;
box-shadow: 0 0 8px #BAC2CC;
    }


.filtroAdvanced
{
    background: #2d3645;
    height:150px;
}

.filtroAdvanced .tit
{
    background: url(../imagens/bg-menu.jpg);
    height: 36px;
    padding-left: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #a6afba;
    text-transform: uppercase;
    text-shadow: #000 1px 1px 1px;
}

.filtroAdvanced .tit-locais
{
    background: url(../imagens/ico-top-regioes.png) no-repeat;
    height: 25px;
    padding-left: 28px;
    padding-top: 3px;
    margin-top: 12px;
}

.filtroAdvanced .divider
{  
}

.filtroAdvanced .select-local {
background: url(../imagens/bg-filtro.jpg);
height: 27px;
border-bottom: 1px solid #202224;
padding-top: 8px;
font-size: 10px;
font-weight: bold;
color: #A6AFBA;
text-transform: uppercase;
text-align: left;
}

.filtroAdvanced .select-local .local
{
    padding-left: 13px;
}

.reportingAnalysis
{
    
    }
    
    .reportingMenu
    {}
    
    
    .ribbon{position:absolute; right:0px; top:0px; margin:0px; padding:0px; z-index:1000;}
    
    .lblTituloTour
    {
    font-size:16px;
    
     margin-top:8px;
    }
	
	
	
	
	
	
	
/* //////// RANKING //////// */
.ranking {
	  
}

.ranking .valor{
    float: right;
    background: url(../imagens/bg-numeros.jpg) repeat-x;
    height: 38px;
    padding-top: 6px;
    margin-top: 4px;
	margin-right:10px;
    border-radius: 4px;
    color: #a6afba;
    text-shadow: #000 1px 1px 1px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
	line-height:20px;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}

.ranking .label{
    font-size: 8px;
    text-align: center;
    margin-top: 0px;
		line-height:8px;

}


.ranking .up{
	float:left;
	width:15px;
    background: url(../imagens/ico-up2.png) no-repeat;
}
.ranking .down{
	float:left;
	width:15px;
    background: url(../imagens/ico-down2.png) no-repeat;
}


.ranking .updown{
	float:left;
	width:15px;
    background: url(../imagens/ico-updown2.png) no-repeat;
}

.lblTituloAssine
{
        font-size:16px;
        text-align:center;
        width:100%;
    }
   

.button:active {
	position:relative;
	top:1px;
}



/* STYLES PERIODOS  */

.imgArrowDown
{    	
    float: right;
    margin-top: -20px;
    padding-right:7px;
    cursor:pointer;
}
.imgArrowDown:hover
{
        opacity:0.6;
filter:alpha(opacity=60); /* For IE8 and earlier */
    }
.imgArrowDown:active {
	position:relative;
	top:2px;
}

.divOptions
{    
    width: 143px;
  /*  border:1px solid #202224;*/
    right: 14px;
    float: right;
    height: 315px;
    top: 41px;                
    position:absolute;
    display:none;    
    background-color:#2D3645;
    z-index:5000;    
    -webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
padding-bottom: 5px;

}

.divOptions .title
{    
    background: url(../imagens/bg-menu.jpg);
    height: 3px;
    padding-left: 10px;
    padding-top: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #A6AFBA;
    text-transform: uppercase;
    text-shadow: #000 1px 1px 1px;
}

.divOptions .option
{
    width:100%;    
    cursor:pointer;
    display:block;
    color: #A6AFBA;
    font-size:11px;    
    text-shadow: #000 1px 1px 1px;    
    text-transform: uppercase;
    font-weight: bold;    
}

.divOptions .checked
{
   width: 15px;
float: right;
height: 13px;
margin-top: -19px;
margin-right: 10px;
background-image: url(../imagens/check_black.png);
background-position: right center;
background-repeat: no-repeat;
    }
    


.divOptions .divisor
{
    
    height:1px;
    width:100%;
    background-color:#3E4654;
    margin-top: 1x;
    margin-bottom: 1px;
    }
    
.divOptions .divisor2
{
    height:2px;  
    width:100%;
    background-color:#424a59;
    margin-top: 1x;
    margin-bottom: 1px;
    }
    
    .divOptions .a
    {
        
    line-height: 30px;
    display: block;    
    background-repeat: no-repeat;
    background-position: left;
    padding-right: 12px;
    padding-left: 12px;
      color: #A6AFBA;
    text-decoration: none;
    font-weight: bold;
        }
        
        .divOptions .a:hover
        {
            background: #96b4d4;
    color: #455d78;
    text-shadow: #a2bcd7 1px 1px 1px;
    text-decoration: none;		
    cursor:pointer;
        }
        
        
        
        
.boxLoading
{
  position:absolute;    
  opacity:0.45;
  background-color:#000;
  text-align:center;  
}

.boxErrorLabel
{
    cursor:pointer;    
    font-size:10px;
}

.boxErrorLabel:hover
{
    cursor:pointer; 
    text-decoration:underline;   
}

.boxError
{
  position:absolute;    
  opacity:0.60;
  background-color:#000;
  text-align:center;  
  z-index:2;
}

.shareIcon {
right: -10px;
position: absolute;
top: 33px;
}

.shareIcon:active 
{    
	top:34px;
}

.imgPlayPause
{
 
}
    
.imgPlayPause:active
{
    position:relative;
    top:1px;
}


.shareTwitter
{
    width:20px;
        height:20px;
        position:absolute;
        top:70px;
        left:80px;
    }
    
    .shareFacebook
{
        width:20px;
        height:20px;
        position:absolute;
        top:70px;
        left:105px;
    }
    
.shareTwitter:active
{        
    top:71px;
    }
        
.shareFacebook:active
{    
   top:71px;
    }

.lblRealData
{
        
}
.divShareLista
{    
    display:none;        
    margin-left: 5px;
}

.divShareListaGrid
{    
    display:none;
    right: 5px;
    position: absolute;
    text-align: right;    
}

.shareTwitterLista
{
        width:15px;
        height:15px;                
        cursor:pointer;
    }
 
    .shareFacebookLista
{
        width:15px;
        height:15px;        
        cursor:pointer;
    }
    
.shareTwitterLista:active
{        
    position:relative;    
    top:1px;
    }
        
.shareFacebookLista:active
{    
   position:relative;    
    top:1px;   
    }
    
.content-tempo-real .audio table:hover > .divShareLista:first-child
{
    display:block;
}

.content-tempo-real .audio table:hover > .lblRealData:first-child
{
    display:block;
}    


.divShareListaGrid
{    
    display:none;
    right: 5px;
    position: absolute;
    text-align: right;    
}

.shareTwitterListaGrid
{
        width:20px;
        height:20px;                
        cursor:pointer;
    }
 
    .shareFacebookListaGrid
{
        width:20px;        
        height:20px;        
        margin-left:2px;
        cursor:pointer;
    }
    
.shareTwitterListaGrid:active
{        
    position:relative;    
    top:1px;
    }
        
.shareFacebookListaGrid:active
{    
   position:relative;    
    top:1px;   
    }
    
    
.songExpiredTooltip
{
   width: 140px;
    text-align: center;
    height: 30px;
    background-color: #A6AFBA;
    border: 0;
    border-radius: 5px;
    z-index: 9002;
    position: absolute;
   
}

.TooltipDiv
{   
    text-align: center;
    height: 30px;
    width:auto;
    background-color: #A6AFBA;
    border: 0;
    color:#33383F;
    font-weight:bold;    
    font-size:13px;
    opacity:0.95;
    border-radius: 5px;
    z-index: 9010;
    position: absolute;   
}
.TooltipDivLabel
{   
   padding-top:5px;
   padding-right:30px;   
   padding-bottom:5px;
   height:100%;
   width:100%;
   z-index: 9003;   
}


.songExpiredTooltipLabel
{
    margin-top:5px;
     font-family: "Helvetica Neue" , Helvetica, Arial, sans-serif;    
    font-size: 12px;
    color: #30353B;
    font-weight:bold;
}

.topoAlert
{
    width: 100%;
    display:none;
    height: 30px;
    background-color:#EE8;    
}

.alertClose
{
       float: right;       
        margin-top: 6px;
        right: 10px;
        cursor:pointer;
    }
    
 .alertlabel
 {
    font-family: "Helvetica Neue" , Helvetica, Arial, sans-serif; 
    width: 80%;
    float: left;    
    margin-left:5px;
    margin-top: 5px;
    color: #515861;
}
.alertlabelTitle
{
 font-family: "Helvetica Neue" , Helvetica, Arial, sans-serif; 
    
    float: left;    
    margin-left:5px;
    margin-top: 5px;
    color: #515861;       
    font-weight:bold;
}
    .alertClose
    {
        position:relative;
        top:1px;
        opacity:0.8;
        }
        
        
        
        .grStatus
{	
	height:35px;
}

.grStatus .bar
{
	width:95%;
	height:17px;
	border-radius: 7px;	
}

.barItem
{
	float: left;
	height:17px;
	opacity:0.78;
}

.barItem:hover
{
	opacity:1;

}
.barItem:first-child
{
	border-bottom-left-radius: 7px;
	border-top-left-radius: 7px;	
}
.barItem:last-child
{
	border-bottom-right-radius: 7px;
	border-top-right-radius: 7px;	
}

.ativo
{
	background-color: Green;
}
.inativo
{
	background-color: #FF0000;
}



.agencyPromoDetail
{
    height:380px;
    border:1px solid #2A2D33;
    background-color:#30353B;
    border-radius:5px;
    
    }
    
    .titleDetails
    {
        width: 100%;
        margin: 7px;
        text-align: center;
        font-size: 17px;
        height: 25px;
        margin-top: 10px;
        }
        
        .imgTitleDetailAdd
        {
                float:left;
                margin-top: -5px;
                cursor:pointer;
            }
        
.addNewNestedItem
{
    height:30px;
    width:90%;
    border: 1px solid #2A2D33;
    background-color: #30353B;
    border-radius: 5px;    
}

.addNewNestedItemInput
{
    width: 60px;
    min-height:23px;
    max-height:23px;
    font-size:9px!important;
    margin-left:5px;    
    margin-right:10px;
}


.tooltipStatus
{
   width: 170px;
    text-align: center;
    height: 30px;
    background-color: #A6AFBA;
    border: 0;
    border-radius: 5px;
    z-index: 9010;
    position: absolute;
}

.tooltipStatusLabel
{
    margin-top:5px;
    font-family: "Helvetica Neue" , Helvetica, Arial, sans-serif;    
    font-size: 12px;
    color: #30353B;
    font-weight:bold;
}

#panelFiltro
{
    z-index:2001;
}
#panelFiltroPromotion
{
    z-index:2001;
}

.settingsAgencyDetail
{
 display:none;
 height:35px;
    }
    
    
 .logoParceiro
 {
    width: 100%;
height: 208px;
text-align: center;
background: url(../imagens/bg-content.jpg) repeat;
}

.imgLogoParceiro
{
   width: 300px;
height: 150px;
margin-top:50px;
    }
    
 .imgComboOpen
 {
  position: relative;
float: right;
width: 17px;
right: 13px;
top: -20px;
cursor: pointer;
}




.inputDate
{    
    width:80%;        
}

.inputDateError
{    
    border:1px solid #ff0000!important;     
}


.topRankingLocations
{
    width:16%;    
    float:left;
    margin-left:2%;
    margin-right:5px;
    text-align:center;       
}

.topRanking
{
    float: left;
background: url(../imagens/bg-numeros.jpg) repeat-x;
height: 40px;
margin-top: 1px;
border-radius: 4px;
color: #A6AFBA;
text-shadow: #000 1px 1px 1px;
text-transform: uppercase;
font-weight: bold;
line-height: 20px;
font-size: 13px;
text-align: center;
width: 100%;
}

.topRanking .down {
    float: left;
   width: 48px;    
    background: url(../imagens/ico-down2.png) no-repeat;
}

.topRanking .up 
{
    float: left;
    width: 48px;    
    background: url(../imagens/ico-up2.png) no-repeat;
}

.topRanking .updown
{
    float: left;
  width: 48px;
    background: url(../imagens/ico-updown2.png) no-repeat;
    }

.topRanking .State
{
    background: url(../imagens/bg-stripes.png);
    width: 100%;
    height:17px;
    float:left;
    font-size:12px;
    }
    
    
.box7 .label1 {
text-align: center;
color: #A6AFBA;
text-shadow: #000 1px 1px 1px;
text-transform: uppercase;
font-weight: bold;
font-size: 12px;
margin-bottom: 5px;
}

.UniqueSong
{
    width:94%;    
    float:left;
    height:40px;
    margin-left:2%;
    margin-right:5px;
    text-align:center;       
}

.UniqueSongBox
{
    float: left;
    text-align:left;
background: url(../imagens/bg-numeros.jpg) repeat-x;
height: 40px;
vertical-align: middle; 
display: table-cell;
border-radius: 4px;
color: #A6AFBA;
text-shadow: #000 1px 1px 1px;
text-transform: uppercase;
font-weight: bold;
line-height: 20px;
font-size: 13px;
text-align: center;
width: 90%;
}

.UniqueSongBox .mainBox {
float: left;
padding-left: 12px;
color: #A6AFBA;
text-shadow: #000 1px 1px 1px;
text-transform: uppercase;
font-weight: bold;
height:22px;
font-size: 20px;
width: auto;
}

.UniqueSongBox .icone
{
    float:left;
    margin-top:10px;
    }
    
 .UniqueSongBox .trendBox
{
    float:right;
    margin-top:10px;
    }
    
    
.UniqueSongBox .labelbox
{
        float:left;
        margin-top:10px;
        font-size:10px;
        margin-left:5px;
}

.UniqueSongBox .down {
    float: left;
   width: 48px;    
    background: url(../imagens/ico-down2.png) no-repeat;
}

.UniqueSongBox .up 
{
    float: left;
    width: 48px;    
    background: url(../imagens/ico-up2.png) no-repeat;
}

.UniqueSongBox .updown
{
    float: left;
  width: 48px;
    background: url(../imagens/ico-updown2.png) no-repeat;
    }
    
    
    
  .ico-notificacao
  {
      width:36px;           
      float:left;
      margin-top: 14px;
margin-left: 8px;
cursor:pointer;
      }
      
.divChat
{    
    width: 192px;
border: 1px solid #202224;
right: 14px;
float: right;
height: 228px;
top: 41px;
position: absolute;
display: none;
opacity:0.8;
background-color: #2D3645;
z-index: 5000;
-webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
border-radius: 6px;
border-radius: 6px;
}

.divChat .messages
{
    width:100%;     
    height:200px;
    opacity:0.9;
    float:left;       
}

.divChat .verMais
{
    width:100%;
    float:left;
    text-align:center;
    height:27px;
    cursor:pointer;
    background-color: #3E4654
    }
    
   
   
.legRankingBox
{
    width:100%;    
    float: left;    
    text-align:center;
    vertical-align: middle; 
    display: table-cell;
    margin-top: 2px;
}

.legRankingBox .updown {
float: left;
width: 10px;
height: 15px;
margin-top: 15%;
margin-left: -13px;
background: url(../imagens/ico-updown2.png) no-repeat;
}
.legRankingBox .down {
float: left;
width: 10px;
height: 15px;
margin-top: 15%;
margin-left: -13px;
background: url(../imagens/ico-down2.png) no-repeat;
}
.legRankingBox .up {
float: left;
width: 10px;
height: 15px;
margin-top: 15%;
margin-left: -13px;
background: url(../imagens/ico-up2.png) no-repeat;
}

.legRankingBox .rnkContent
{
    padding-top: 25%;
    margin-left: 3px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
}



/*
botoes bootstrap
*/
.btn {
  display: inline-block;
  padding: 4px 12px 2px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  min-height: 36px;
}

.btn-small
{
    min-height:20px;
    padding: 0px 5px 0px 5px;
    }
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 2px 8px 0px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  min-height:30px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn label
{
    top: -5px;
position: relative;
cursor:pointer;
    }
/*
fim botoes bootstrap
*/


.floatet
{ 
        float:left;
    }


.floatright
{    
    float:right;
    }
    
.inside.margin
{
    margin-left:8px;
    }
    
       .divisorInside
{
    
    height:1px;
    width:100%;
    background-color:#898D95;
    margin-top: 1px;
    margin-bottom: 1px;
    }


.menuarrow
{
    width: 30px;
float: right;
margin-top: 5px;
}


.cellClicable
{
    
    }
.cellClicable:hover
{
    background-color:#ccc!important;
    }
    
    
    
.lblNumeroBold
{
    font-weight:bold;color:#C8C8C8;
    }
    
    
 .dvRealTimeTitle
{
    height:15px;
    }
.dvtitle
{
    margin-top:4px;
    margin-left:10px;    
    color: #fff;
    background: url(../imagens/bg-stripes.png);
font-size: 11px;
font-weight: bold;
text-align:center;
text-transform: uppercase;
text-shadow: #000 1px 1px 1px;
text-transform:uppercase
}


.imgComboOpenCampaign
{
    position: relative;
float: right;
width: 13px;
right: 20px;
top: 5px;
cursor: pointer;
    }
    

.aBlack
{
    color:#FFF;
    text-decoration: underline;
    }
    
.aWhite
{
       color: #000;
text-decoration: underline;
    }
    
    
.searchBox
{
    background: #2b2c2e url(../imagens/bg-graph.jpg) repeat-x; /* background-size:100% 100%; -webkit-background-size: 100% 100%; -o-background-size: 100% 100%; -khtml-background-size: 100% 100%; -moz-background-size: 100% 100%;     */    
    border: solid thin #393f47;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0px;
    height: 55px;    
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    color: #a6afba;
    text-shadow: #000 1px 1px 1px;
}


.mnOptions
{
    float: left;
    cursor:pointer;
margin-top: 14px;
padding: 3px;
background-color: #26292B;
margin-left: 10px;
border-radius: 8px;
    }
    
 
 .mnOptionsBox
 {
     float: right;
position: relative;
height: 0px;

width: 0px;
     }
     
     
   .mnOptionsFloat  {
         width: 115px;
position: relative;
height: 53px;
background-color: #282B2F;
z-index: 10000;
display: none;
right: 112px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
         }
         
.mnOptionsFloat .opt {
width: 100%;
cursor: pointer;
display: block;
color: #A6AFBA;
font-size: 10px;
text-shadow: #000 1px 1px 1px;
text-transform: uppercase;
font-weight: bold;
}

.mnOptionsFloat .divisor {
height: 1px;
width: 100%;
background-color: #3E4654;
margin-top: 1x;
margin-bottom: 1px;
}

.mnOptionsFloat a{
line-height: 25px;
display: block;
background: #282B2F;
background-repeat: no-repeat;
background-position: left;
padding-right: 12px;
padding-left: 12px;
font-weight: bold;
text-decoration: none;
cursor: pointer;
}


.mnOptionsFloat a:hover {
background: #96B4D4;
color: #455D78;
text-shadow: #A2BCD7 1px 1px 1px;
text-decoration: none;
cursor: pointer;
}

.share-dv
{
        float:right;        
        display:none;
        width:60px;
        height:32px;
        margin-left:5px;
    }
    
.share-dv img
{
    margin-top:5px;
    cursor:pointer;
    margin-left:5px;    
    }
    
    
    
.imgComboOpenFilters {
position: relative;
float: right;
width: 13px;
right: 19px;
top: -23px;
cursor: pointer;
}

#combo-artistas
{
    max-width: 200px;
    }
    
#combo-artista .selector
{
    max-width:200px;
    }

.selector span
{
    max-width:175px;
    }
#cboArtista
{
    max-width:200px;
    }
    
    
.contatoDemoSent
{
        height:100%;
        width:100%;        
        text-align:center;
    }
    
.contatoDemo{
        height:100%;
        width:100%;        
        }
        
.contatoDemo .titulos 
{
    height:270px;
    float:left;
    width: 150px;    
    }
    
    
.contatoDemo .inputs 
{
    height:270px;
    float:left;
    width: 215px;
    
    }
    
 .contatoDemo .inputs input
 {
     float: left;
     }
    

.contatoDemo .selector
{
    margin-left: 2px;
    text-align: left;
    }    

.contatoDemo .titulos .rowContato
{
    width:100%;
    text-transform:uppercase;
    height: 35px;    
    }

.contatoDemo .inputs .rowContato
{
    width:100%;
    height: 35px;
    }

.contatoDemo .titulos .rowContato label
{
    position:relative;
    top:10px;
    float:left;
    }
    
.contatoDemo .rowContato
{
    width:100%;
    float:left;
    height:40px;    
    text-align:center;
    }
    
.contatoDemo .contatoLoading
{
        position: relative;
top: 10px;
display:none;
    }
    
    
#ppShare .comment
{    
    height: 45px;
    float: left;
width: 570px;
border: 0px;
background:#404851;
resize:none;
outline:none;
color:#fff;
    }
    
#ppShare .ttitle
{
   width: 100%;
text-align: left;
float: left;
height: 60px;
    }
#ppShare .ttitle div
{
       float: left;
font-size: 20px;
    }
    
#ppShare .shareKind
{
    float:left;
    margin-left:2px;
    }
    
#ppShare .bottom
{
    float:left;
    margin-top:10px;
    }
    
#ppShare .imgUsuario
{
    width:50px;
    height:50px;
    border-radius:20px;
    margin-right:10px;
    float:left;
    }
    
#ppShare .ttloggedUser
{
    font-weight:bold;    
    margin-top:10px;
    }
    
#ppShare .dvContentShare
{
    float:left;
    background:#404851;
    text-align:center;
    }
    
#ppShare .imgShare
{
    max-width: 95%;
    max-height: 280px;
    }
    
.row_green
{
    background-color:#6E8A96!important;    
    }
    .row_red
{
    background-color:#6E8A96!important;    
    }
    
.btnDeleteAlertCancelar,.btnDeleteAlertOk
{
    width:80px;
    }
.ppDeleteAlertTitle
{
    text-align:center;
    }



.mInputHHMM
{  width: 93%;
  height: 20px;
  padding-left: 7px;
  margin-left: 7px;
    }
    
.leftAlign
{
    float:left;
    }
