@charset "utf-8";
@import url("../css/reset.css");

html, body {height:100%;  position: relative;} 

body{
    margin:0;
    padding:0;
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: left top;
    background-image: url("../images/bg_geral.gif");
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    color:#656565;
	position: relative;
}

.scroll{
    overflow:scroll;	
}

.subtotal{background-color:#f3fafc;}
.total{background-color:#ddefef;}

.pstrength-info{
    border-bottom:none !important	
}

.pstrength-bar {
    border: medium none !important;
    bottom: 10px;
    float: right;
    height: 3px !important;
    margin: 0;
    padding: 0 !important;
    position: absolute;
    right: 0;
}

.newfrqado{
    border-top:2px solid #333333 !important;
}
/*----------------- LINKS GERAIS ----------------- */

a, a:link, a:hover, a:visited, a:active{
    font-weight:bold;
    color:#1b87c3;
    text-decoration:none;
}

a:hover, a:active{
    text-decoration:underline;
}

/* <<<<<<<<<<<<<< FIM LINKS GERAIS <<<<<<<<<<<<<< */

/*----------------- AVISO NAVEGADOR ----------------- */

#aviso_browser {
    left:50%;
    position:relative;
    display:inline-block;
    width:976px;
    border:#c3c3c3 solid 1px;
    margin:5px 0 5px -488px;
    background:#1a1a1a;	
}

.aviso_browser_atualize {
    float:left;
    width:140px;
    color:#000;
    font-size:16px;
    font-weight:bold;
    padding:15px;
    text-align:center;
    background:#ffff00;
}

.aviso_browser_msg {
    font-size:14px;
    font-weight:bold;
    float:left;
    color:#fff;
    padding:18px 18px 18px 28px;
    width:700px;
}

.aviso_browser_msg a{
    color:#ffff00;
}

#aviso_browser .botao_fechar {
    margin-top:22px;
    margin-right:22px;
    height:25px;
    width:26px;
    float:right;
    display:block;
    overflow:hidden;
    text-indent:30px;
    background:url("../images/bt_fechar.png") no-repeat;
}

/* <<<<<<<<<<<<<< FIM AVISO NAVEGADOR <<<<<<<<<<<<<< */

#barra_topo{
    /*width:100%;
    height:30px;
    background:#1b87c3;*/
	width: 100%;
    height: 30px;
    background: #1b87c3;
    left: 0;
    min-width: 1117px;
    position: absolute;
    top: 0;
    -moz-user-select: -moz-none;
}

#barra_topo a{
    color:#FFFFFF;
}

#logomarca {
    height: 40px;
    left: 0;
    position: absolute;
    top: 37px;
    width: 244px;
}

#logomarca a {
    background: url("../images/logo_extranet.gif") no-repeat scroll 0 0 #FFFFFF;
    float: left;
    height: 40px;
    overflow: hidden;
    text-indent: -500px;
    width: 244px;
}

#logomarca h1 {
    float:left;
}

#geral{
    width:948px;
    position:relative;
    background:#fff url("../images/bg_menu_areas.gif") repeat-y 14px 0;
    margin:0 auto;
    padding:0 14px;
    min-height:100%;
    border-left:1px solid #e7e7e7;
    border-right:1px solid #e7e7e7;	
	top: 30px;
}

#conteudo{
    padding-bottom:130px; /*altura do rodape*/
}

* html #geral, #conteudo { /*forçar altura no IE*/
    height: 100%;
}

#topo{
    height:140px;
    background:#FFFFFF;
    position:relative;
}

/*----------------- LOGIN ----------------- */

.bg_login {
    background: url("../images/bg_geral_claro.gif");
}

#login_geral{
    width:979px;
    height:425px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-212px;/* metade altura 425/2 */
    margin-left:-490px;/* metade largura 979/2 */
}

#login_area{
    float:left;
    width:340px;
    height:278px;
    background:url("../images/login_degrade.gif") repeat-x;
}

#login_logo{
    width:979px;
    height:44px;
    background:url("../images/login_logo_extranet.png") no-repeat;
}

#login_seta{
    margin-top:20px;
    width:979px;
    height:11px;
    background:url("../images/login_seta.png") no-repeat 40px;
}

#login_conteudo{
    width:979px;
    display:inline-block;
}

#login_imagem{
    float:right;
    margin-left:1px;
    width:638px;
    height:278px;
    background:url("../images/login_img_padrao.jpg") no-repeat;
}

#login_links{
    margin-top:17px;
}

#login_links li{
    margin-bottom:1px;
    margin-bottom:4px\9; /*hack ie 8 e 9*/
    *margin-bottom:1px; /*hack ie 7*/
}


#login_erro {
    color: #FFFFFF;
    margin-left: 20px;
    margin-top: 20px;
    position: absolute;
}

/* <<<<<<<<<<<<<< LOGIN FIM <<<<<<<<<<<<<< */

/*----------------- CAIXA LOGIN ----------------- */

#login_area_campos{
    width:300px;
    height:179px;
    margin-left:20px;
    margin-top:60px;
}

#login_area_campos span {
    display:none;
}

#login_area_campos #login_usuario {
    height:42px;
    margin:0 0 1px 0;
    background:url("../images/login_input_1.gif") no-repeat left top;
}

#login_area_campos #login_senha {
    height:42px;
    background:url("../images/login_input_2.gif") no-repeat left top;
}

#form_login_usuario input {
    width:300px;
    height:42px;
    border:none;
    color:#fff;
    *margin-top:8px;
    font-weight:normal;
    font-size:22px;
    text-align:center;
    background:transparent;
}

#form_login_usuario #login_usuario input:focus {
    background:url("../images/login_input_1_hover.gif") no-repeat left top;
}

#form_login_usuario #login_senha input:focus {
    background:url("../images/login_input_2_hover.gif") no-repeat left top;
}

#login_area_campos button.btn {
    display:block;
    width: 300px;
    height: 43px;
    cursor: pointer;
    border:none;
    background:url("../images/login_bt_entrar.gif") no-repeat;	
}

#login_area_campos button.btn:hover {
    background:url("../images/login_bt_entrar_hover.gif") no-repeat;	
}

#esqueci_senha{
    margin:20px 0;
}

#esqueci_senha a{
    display:block;
    height:30px;
    background:url("../images/login_esqueci_senha.png") no-repeat center;	
}

/* <<<<<<<<<<<<<< FIM CAIXA LOGIN <<<<<<<<<<<<<< */

/*----------------- CAIXA ESTATISTICA ----------------- */

#caixa_busca, #caixa_estatistica{
    position:absolute;
    top:30px;
    padding-top:14px;
    width:293px;
    height:40px;
    background:#383838;
    color:#fff;
}

#caixa_estatistica{
    right:303px;
}

div#estatisticasbar a {	
    color:#FFF;
    text-decoration:none;
    font-size:12px;
    font-weight:bold;
    display: block; 
    width: 253px; 
    height: 21px;
    margin-top:1px;
    margin-left:0px;
    padding-top:4px;
    padding-left:10px;
}

div#estatisticasbar { 
    background: url("../images/bg_geral_estatisticas.gif") no-repeat 0 0; 
    width: 263px;	
    height: 24px;
    margin-left:15px;
}

/* <<<<<<<<<<<<<< CAIXA ESTATISTICA FIM <<<<<<<<<<<<<< */	

/*----------------- LIST estatistica ----------------- */


div#estatisticasbar ul a {	
    color:#676767;
    text-decoration:none;
    font-size:12px;
    font-weight:bold;
    display: block; 
    width: 253px; 
    height: 21px;
    margin-top:1px;
    margin-left:18px;
    padding-top:4px;
    padding-left:10px;
}

div#estatisticasbar ul {
    z-index:999; 
    background: #F8F8F8; 
    width: 263px;
    position:absolute;
    display:none;
    -moz-box-shadow: 0px 0px 4px #999;
    -webkit-box-shadow: 0px 0px 4px #999;
    box-shadow: 0px 0px 4px #999;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
}

div#estatisticas:hover div#estatisticasbar ul {
    display:block;
}

div#estatisticas div#estatisticasbar ul li, div#estatisticas:hover div#estatisticasbar ul li {	
    background:#f4f4f4;
}

div#estatisticas:hover div#estatisticasbar ul li:hover {	
    background:url("../images/seta_marcador.png") no-repeat scroll 9px center transparent;
}
/* <<<<<<<<<<<<<< LIST estatistica FIM <<<<<<<<<<<<<< */	

/*----------------- LIST buscaentreanos ----------------- */

div#listmenubar_busca_de ul a, div#listmenubar_busca_ate ul a {	
    color:#676767;
    text-decoration:none;
    font-size:12px;
    font-weight:bold;
    display: block; 
    height: 21px;
    margin-top:1px;
    padding-top:1px;
    padding-bottom:3px;
    padding-left:5px;
    background-image:none;
    width:100%;
}

div#listmenubar_busca_de ul, div#listmenubar_busca_ate ul {
    z-index:999; 
    background: #F8F8F8; 
    width: 64px;
    position:absolute;
    display:none;
    -moz-box-shadow: 0px 0px 4px #999;
    -webkit-box-shadow: 0px 0px 4px #999;
    box-shadow: 0px 0px 4px #999;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
}

div#listmenubar_busca_de:hover ul, div#listmenubar_busca_ate:hover ul {
    display:block;
}

div#listmenubar_busca_de ul li, div#listmenubar_busca_de:hover ul li, div#listmenubar_busca_ate ul li, div#listmenubar_busca_ate:hover ul li {	
    background:#f4f4f4;
    margin-left:0px;
    float:left;
    width:100%;
}

div#listmenubar_busca_de:hover ul li:hover, div#listmenubar_busca_ate:hover ul li:hover {	
    background:#FFFFFF;
}

/* <<<<<<<<<<<<<< LIST buscaentreanos FIM <<<<<<<<<<<<<< */

/*----------------- CAIXA BUSCA ----------------- */

#caixa_busca {
    right:0;
}

fieldset.search {
    width:278px;
    float:left;
    margin:0;
    padding:0;
}

fieldset.search div{
    float:left;
    width:235px;
    height:24px;
    background:url("../images/bg_busca.gif") no-repeat left top;
    margin:1px 0 0 15px;
    padding:0;
}

.search input.box {
    float:left;
    *margin-top:4px;
    margin-left:8px;
    *margin-left:-5px;
    width:219px;
    height:24px;
    border:none;
    color:#828282;
    font-weight:bold;
    background:transparent;
}

.search button.btn {
    border: none;	
    width: 25px;
    height: 24px;
    cursor: pointer;
    margin-top:1px;
    background:url("../images/bt_busca.gif") no-repeat right top;	
    float:right;
}
/* <<<<<<<<<<<<<< FIM CAIXA BUSCA <<<<<<<<<<<<<< */

/*----------------- IDENTIFICACAO ----------------- */

#identificacao{
    position:absolute;
    bottom:10px;
    right:0;
    font-size:11px;
    color:#383838;
    text-align:right;
    line-height:17px;

}

.data{
    color:#1b87c3;
    margin-top:114px;
}

#ico_alterar_senha, #ico_logout{
    float:right;
    display:block;
    margin-left:10px;
    width:17px;
    height:17px;
    overflow:hidden;
    text-indent:30px;
}

#ico_alterar_senha{ background:url("../images/ico_alterar_senha.gif") no-repeat; }
#ico_logout{ background:url("../images/ico_sair.gif") no-repeat; margin-left:4px; }

/* <<<<<<<<<<<<<< FIM IDENTIFICACAO <<<<<<<<<<<<<< */

/*----------------- MENU PRINCIPAL ----------------- */

#nav, #nav a {
    font-size:12px;
    font-weight:normal;
    color:#000;
}

#nav a:hover, a:active{
    color:#1b87c3;
}

#nav #nav_downloads a {
    color:#1b87c3;
}

#nav {
    padding:0 0 20px 15px;
    background:#fff url("../images/quebra_inicio.gif") no-repeat left top;
    height:115px; /*altura geral*/
}

#nav div {
    float:left;
    width:236px;
    text-indent:10px;
    background:#fff url("../images/divisor_menu_principal_repeat.gif") repeat-y left top;
    padding-left:1px;
    height:115px;  /*altura geral*/
}

#nav div ul{
    float:left;
}

#nav ul.coluna2{
    margin-left:25px;
}

#nav #nav_servicos{
    padding-left:0;
    background:#fff;
}

#nav #nav_areas{
    width:324px;
}
#nav #nav_outros{
    width:148px;
}
#nav #nav_downloads{
    width:222px;
}

#nav #nav_downloads h2{
    background:#7e7e7e url("../images/quebra_fim.gif") no-repeat right top;
}

#nav div div{
    text-indent:0;
    color:#000;
    background:none;
    padding-left:10px;
    width:100%
}

#nav h2{
    text-transform:uppercase;
    font-size:14px;
    color:#fff;
    background-color:#1a1a1a;
    margin-bottom:15px;
    line-height:30px;
}

/* <<<<<<<<<<<<<< MENU PRINCIPAL <<<<<<<<<<<<<< */

/*----------------- CONTEUDO SECAO ----------------- */

#titulo_secao{
    font-size:22px;
    text-transform:uppercase;
    background:#1a1a1a;
    color:#fff;
    padding:14px;
    margin:0;
}

#conteudo_secao{
    float:right;
    width:663px;
    margin-bottom:15px;
}

#conteudo_secao_busca{
    width:948px;
    padding-bottom:130px;
}

span.destaque_texto{
    color:#fd0077;
    font-weight:bold;
}

/*#conteudo_secao h2{
        text-indent:30px;
        font-size:28px;
        background:#f4f4f4;
        color:#000;
        line-height: 79px;
        border-bottom:1px solid #fff;
        margin-bottom:30px;
}*/

#conteudo_secao h2 {
    font-size: 28px;
    background: #F4F4F4;
    color: black;
    border-bottom: 1px solid white;
    padding: 25px 30px;
    margin-bottom:30px;
}

#conteudo_secao h2.no_margin{
    margin-bottom:0px;
}

.barra_navegacao{
    display:inline-block;
    background:#dcdcdc;
    height:54px;
    border-bottom:1px solid #fff;
    width:663px;
}

.conteudo_final h3{
    margin-bottom:25px;
    font-size:22px;
    color:#000;
}

div#conteudo_final.material_arquivo h3{
    margin-top:30px;	
}

.conteudo_final h3.titulo_noticias{
    margin:0;
    font-size:22px;
    color:#000;
}

.data_destaque_noticias {
    font-size:11px;
    color:#919191;
    margin-top:7px;
    margin-left:1px;
}

.responsavel_publicacao{
    font-size:11px;
    color:#919191;
    margin-left:1px;
    margin-bottom:25px;
}

.responsavel_publicacao a{
    font-weight:normal;
}

.conteudo_final h3.subtitulo_destacado{
    margin:25px 0 25px 30px;
    font-size:22px;
    color:#000;
}

.conteudo_noticia img{
    max-width: 600px;	
}

.conteudo_noticia p{
    margin-bottom:15px;	
}

.conteudo_final li{
    background:url("../images/seta_marcador.png") no-repeat scroll left 5px transparent;
    padding-left:20px;
}

.conteudo_final ul.procedimentos li{
    margin-bottom:10px;
}

div.margens{
    margin: 0 30px 30px 30px;
}

h3.margens{
    margin:30px 0;
    font-size:22px;
}

p.subtitulo{
    margin:10px 0 10px;
    color:#000;
    font-weight:bold;
}

div#conteudo_final.margens p strong{
    font-weight:bold;
    color:#000000;	
}


/* <<<<<<<<<<<<<< FIM CONTEUDO SECAO <<<<<<<<<<<<<< */

/*----------------- BARRA NAVEGACAO BUSCA ----------------- */

.barra_navegacao_busca {
    display:inline-block;
    padding:20px 0;
    background:#dcdcdc;
    border-bottom:1px solid #fff;
    width:948px;
}


.txt_resultado_busca p {
    float:left;
    width:550px;
    margin-left:15px;
    color:#000;
    font-size:16px;
    font-weight:bold;
}

/* <<<<<<<<<<<<<< BARRA NAVEGACAO BUSCA FIM <<<<<<<<<<<<<< */

/*----------------- FILTROS BUSCA ----------------- */

.busca_filtros{
    height:54px;
    padding:0 15px;
    border-top:1px solid #454545;
    background:#1a1a1a;
}

#filtros_datas{
    float:left;
}

#filtros_datas li{
    display:inline;
    float:left;
    border-left:1px solid #454545;
}

#filtros_datas a{
    display:inline-block;
    padding:0 9px;
    color:#56afe0;
    text-transform:uppercase;
    font-weight:normal;
    font-size:12px;
    line-height:53px;
    background:#1a1a1a;
}

#filtros_datas a:hover{
    color:#fff;
    text-decoration:none;
    background:#2b2b2b;
}

#filtros_datas .last{
    border-right:#454545 solid 1px;
}

#filtros_anos{
    float:right;
    display:inline-block;
    line-height:54px;
    width:380px;
}

#filtros_anos li{
    margin-left:5px;
    font-size:12px;
    color:#dcdcdc;
    text-transform:uppercase;
    font-weight:normal;
    display:inline;
    float:right;
}

#filtros_anos .last{
    margin-top:15px;
    margin-left:15px;
}

a.botao_buscar{
    display:block;
    color:#fff;
    line-height:24px;
    font-weight:normal;
    font-size: 13px;
    text-transform:none;
    text-decoration: none;
    padding:0 30px 0 9px;
    cursor:pointer;
    background:#1b87c3 url(../images/seta_branca_botoes.png) right 10px no-repeat;
}

a.botao_buscar:hover {
    background:#39ada8 url(../images/seta_branca_botoes.png) right 10px no-repeat;
}

#listmenubar_busca_de a, #listmenubar_busca_ate a{
    display:block;
    margin-top:15px;
    padding:0;
    width:64px;
    line-height:24px;
    color:#676767;
    text-decoration:none;
    font-size:12px;
    font-weight:bold;
    text-indent:10px;
    background: url("../images/bg_listmenu_busca.gif") no-repeat 0 0; 
}

/* <<<<<<<<<<<<<< FILTROS BUSCA FIM <<<<<<<<<<<<<< */

/*----------------- LEGENDA IMAGES NOTICIAS ----------------- */

.image_noticia {
    border:0;
    margin-top:30px;
}

.image_noticia caption {
    font-size:12px;
    color: #656565;
    background:#e0e0e0;
    padding:10px;
    border:0;
}

/* <<<<<<<<<<<<<< LEGENDA IMAGES NOTICIAS FIM <<<<<<<<<<<<<< */

/*----------------- LIST MENU ----------------- */

#listmenu{
    width:263px;
    height:24px;
    margin-left:30px;
    margin-top:14px;
}

div#listmenubar a {	
    color:#676767;
    text-decoration:none;
    font-size:12px;
    font-weight:bold;
    display: block; 
    width: 253px; 
    height: 21px;
    margin-top:1px;
    margin-left:0px;
    padding-top:4px;
    padding-left:8px;
}

div#listmenubar { 
    background: url("../images/bg_listmenu.gif") no-repeat 0 0; 
    width: 263px;	
    height: 24px;
}

div#listmenubar ul { 
    z-index:999;
    background: #F8F8F8; 
    width: 263px;
    position:absolute;
    display:none;
    -moz-box-shadow: 0px 0px 4px #999;
    -webkit-box-shadow: 0px 0px 4px #999;
    box-shadow: 0px 0px 4px #999;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
}

div#listmenu:hover div#listmenubar ul {
    display:block;
}

div#listmenu div#listmenubar ul li, div#listmenu:hover div#listmenubar ul li {	
    background:#f4f4f4;
}

div#listmenu:hover div#listmenubar ul li:hover {	
    background:url("../images/seta_marcador.png") no-repeat scroll 9px center transparent;
}
/* <<<<<<<<<<<<<< LIST MENU FIM <<<<<<<<<<<<<< */	

/*----------------- DESTAQUE AREAS ----------------- */

.destaque_clipping{
    display:inline-block;
    border-bottom:1px solid #fff;
    width:492px;
}

.destaque_area_1{
    display:inline-block;
    background:#f0f0f0;
    border-bottom:1px solid #fff;
    width:663px;
}

.destaque_area_1.last{
    border-bottom:none;
}

.destaque_area_1:hover{
    background:#fff;
}

.destaque_area_1 img,.destaque_clipping img{
    float:left;
}

.destaque_area_conteudo{
    float:right;
    margin:25px 30px 25px 0;
    width:350px;
}

.destaque_area_conteudo_galeria{
    float:right;
    margin:16px 30px 5px 0;
    width:438px;
}

.destaque_area_conteudo_topo{
    margin-top:50px;
}

.destaque_area_1 .caminho a{
    font-size:11px;
    font-weight:normal;
    color:#1b87c3;
}

.data_destaque_area {
    font-size:11px;
    color:#919191;
    margin-top:10px;
    clear:both;
}

.data_destaque_home {
    font-size:11px;
    color:#919191;
    margin-top:5px;
}

.agenda_descricao {
    clear: both;
    margin: 15px 20px 10px 0;
    display:none;
}

.destaque_area_1 .destaque_area_conteudo_galeria .data_destaque_area {
    font-size:11px;
    color:#919191;
    margin-top:10px;
}

.destaque_area_1 h3{
    margin:8px 0;
    /*alterado*/
    font-size:22px;
    color:#1b87c3;
    font-weight:normal;
    /*alterado*/
}

.destaque_area_conteudo_arquivos{
    float:left;
    margin:8px 30px 17px 30px;
    *padding-bottom:17px;
    width:603px;
}

.destaque_area_conteudo_lojas{
    float:left;
    width:663px; 
}

.destaque_home_conteudo_arquivos{
    float:left;
    margin:12px;
    *padding-bottom:17px;
    width:490px;
}

.destaque_home_conteudo_arquivos h3{
    padding:0px;
    margin:0px;
}

.destaque_home_conteudo_arquivos h3 a{
    font-size:16px !important;
    font-weight:bold !important;
}

.destaque_home_clipping {
    float: left;
    margin: 8px 20px 8px;
    width: 320px;
}

.destaque_area_1 .destaque_area_conteudo_arquivos h3{
    margin:8px 0 0 0;
}

.destaque_area_box{
    float:left;
    width:227px;
    margin:25px 0 15px 30px;
    *padding-bottom:15px;
}

.destaque_area_1 .destaque_area_box h3 a{
    font-size:28px;
    font-weight:normal;
}

.destaque_area_1 h3 a{
    font-size:22px;
    color:#1b87c3;
    font-weight:normal;
}

.destaque_area_1 .destaque_area_conteudo_galeria h3{
    margin:0;
}

.fontblack h3 a{
    color:#000;
}

.fontblack h3 a:hover{
    color:#1b87c3;
}

.info_extra {
    font-size:16px;
    color:#000;
    font-weight:normal;
}

.info_extra_conteudo {
    font-size:16px;
    color:#000;
    font-weight:normal;
    padding-top:15px;
    padding-bottom:15px;
}

.info_extra_clipping {
    font-size:13px;
    color:#000;
    font-weight:normal;
}

.dados_arquivo {
    font-size:16px;
    color:#000;
    font-weight:normal;
}

.paginacao {
    float:right;
    width:350px;
    margin:20px 10px 0 0;
    padding:0;
}

.paginacao ul{
    display:inline;
    float:right;
    margin-right:15px;
}

.paginacao li{
    display:inline;
    margin:0 0px;
    padding:0 4px;
    background: url("../images/separador_paginacao.gif") no-repeat left; 
}

.paginacao li.previous, .paginacao li.next{
    background:none;
}

.paginacao a{
    color:#000;
    font-size:12px;
    font-weight:normal;
}

.paginacao a:hover{
    color:#1b87c3;
    font-size:12px;
    font-weight:normal;
    text-decoration:underline;
}

.paginacao .active{
    color:#000;
    font-size:12px;
    font-weight:bold;
}

.paginacao .active a{
    font-weight:bold;
}

.paginacao .first{
    background:none;
}

.paginacao .last{
    padding-right:18px;
    padding-bottom:2px;
    *padding-bottom:4px;
    /*background:none;*/
    font-weight:bold;
}

.paginacao .last a{
    padding-right:18px;
    padding-bottom:2px;
    *padding-bottom:4px;
    background:url("../images/seta_paginacao.png") no-repeat center right;
    font-weight:bold;
}

/**************************/
.paginacao_busca {
    margin-right:15px;
    text-align:right;
    clear:both;
    float:right;
    width:350px;
    padding:0;
}

.paginacao_busca ul{
    display:inline;
    float:right;
    margin-right:15px;
}

.paginacao_busca li{
    display:inline;
    margin:0 0px;
    padding:0 4px;
    background: url("../images/separador_paginacao.gif") no-repeat left; 
}

.paginacao_busca li.previous, .paginacao_busca li.next{
    background:none;
}

.paginacao_busca a{
    color:#000;
    font-size:12px;
    font-weight:normal;
}

.paginacao_busca a:hover{
    color:#1b87c3;
    font-size:12px;
    font-weight:normal;
    text-decoration:underline;
}

.paginacao_busca .active{
    color:#000;
    font-size:12px;
    font-weight:bold;
}

.paginacao_busca .active a{
    font-weight:bold;
}

.paginacao_busca .first{
    background:none;
}

.paginacao_busca .last{
    padding-right:18px;
    padding-bottom:2px;
    *padding-bottom:4px;
    background:none;
    font-weight:bold;
}

.paginacao_busca .last a{
    padding-right:18px;
    padding-bottom:2px;
    *padding-bottom:4px;
    background:url("../images/seta_paginacao.png") no-repeat center right;
    font-weight:bold;
}

/**************************/

/* <<<<<<<<<<<<<< FIM DESTAQUE AREAS <<<<<<<<<<<<<< */

/*----------------- RESULTADO BUSCA ----------------- */

.resultado_busca{
    border-bottom:1px solid #fff;
    width:948px;
    font-size:11px;
    color:#919191;
    background:#f0f0f0;
}

.resultado_busca:hover{
    background:#fff;
}

.resultado_busca h3 a{
    font-size:22px;
    color:#1b87c3;
    font-weight:normal;
}

.resultado_busca p{
    margin-top:5px;
    font-size:13px;
    color:#656565;
    font-weight:normal;
}

.resultado_busca_item{
    padding:17px;
    width:918px;
}

/* <<<<<<<<<<<<<< FIM RESULTADO BUSCA <<<<<<<<<<<<<< */

/*----------------- DIVISOR ----------------- */

.divisor {
    float:left;
    border-top:#FFF 1px solid;
    width:603px;
    line-height:55px;
    padding: 0 30px;
    color:#000;
    font-size:16px;
    font-weight:bold;
    background:#dcdcdc;
}

.divisor_pedidos {
    float:left;
    width:603px;
    line-height:55px;
    padding: 0 30px;
    margin-bottom:30px;
    color:#000;
    font-size:16px;
    font-weight:bold;
    background:#dcdcdc;
}

/* <<<<<<<<<<<<<< FIM DIVISOR <<<<<<<<<<<<<< */

/*----------------- DADOS PEDIDO ----------------- */

.dados_pedido {
    float:left;
    /*width:633px;*/
    padding-left:22px;
    background:#FFFFFF;
}

#conteudo_secao .dados_pedido h2{
    color:#000;
    font-size:16px;
    font-weight:bold;
    border-bottom:#56afe0 solid 3px;
    padding-bottom:6px;
    margin-bottom:30px;
    background:none;
    text-indent:0px;
	padding-left:0px;
    line-height:normal;
}

.dados_pedido p {
    margin-bottom:30px;
}

.dados_pedido p.firstline  {
    margin-bottom:15px;
}

.esquerda{float:left !important; margin:0 5px 0 0 !important;}

.botao_pedidos {
    display:block;
    float:right;
    color:#FFFFFF !important;
    font-weight:normal !important;
    font-size: 13px;
    text-decoration: none !important;
    padding: 5px 30px 5px 10px;
    margin:0 0 0 5px;
    background:#1b87c3 url(../images/seta_branca_botoes.png) right 10px no-repeat;
    border:0;
    cursor: pointer;
}

.botao_pedidos_left {
    display:block;
    float:left;
    clear:both;
    color:#FFFFFF !important;
    font-weight:normal !important;
    font-size: 13px;
    text-decoration: none !important;
    padding: 5px 30px 5px 10px;
    margin:5px 0;
    background:#1b87c3 url(../images/seta_branca_botoes.png) right 10px no-repeat;
    border:0;
}

.botao_pedidos:hover,.botao_pedidos_left:hover {
    background:#2e9ddb url(../images/seta_branca_botoes.png) right 10px no-repeat;
}

a.botao_visualizar_pedidos{
    display:block;
    float:right;
    color:#fff;
    font-weight:normal;
    font-size: 13px;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    margin:0 0 0 5px;
    background:#1b87c3;
}

a.botao_visualizar_pedidos:hover {
    background:#39ada8;
}

a.botao_voltar{
    display:block;
    float:right;
    color:#fff;
    font-weight:normal;
    font-size: 13px;
    text-decoration: none;
    padding: 5px 10px 5px 30px;
    margin:0 0 0 5px;
    background:#aaaaaa url(../images/seta_branca_botoes_2.png) left 10px no-repeat;
}

a.botao_voltar:hover {
    background:#999999 url(../images/seta_branca_botoes_2.png) left 10px no-repeat;
}


a.botao_avancar{
    display:block;
    float:right;
    color:#fff;
    font-weight:normal;
    font-size: 13px;
    text-decoration: none;
    padding: 5px 30px 5px 10px;
    margin:0 0 0 5px;
    background:#aaaaaa url(../images/seta_branca_botoes.png) right 10px no-repeat;
}

a.botao_avancar:hover {
    background:#999999 url(../images/seta_branca_botoes.png) right 10px no-repeat;
}


a.botao_procurar{
    display:block;
    float:right;
    color:#fff;
    font-weight:normal;
    font-size: 13px;
    text-decoration: none;
    padding: 7px 10px 7px 10px;
    margin:0;
    background:#aaaaaa;
}

a.botao_procurar:hover {
    background:#999999;
}

/*-------------------------*/

.resumo_pedido {
    width:100%;
}

.resumo_pedido .info_botao {
    display:inline-block;
    width:633px;
    margin:10px 0 30px 0;
    border:none;
}

.resumo_pedido .info_botao p {
    float:left;
    color:#000;
    font-weight:bold;
}

.margem_info_botao {
    display:inline-block;
    float:right;
    width:633px;
    margin:30px 0;
}

.resumo_pedido p.intermediario {
    margin:25px 0;
}

.resumo_pedido div{
    display:inline-block;
    padding:4px 0;
    border-bottom:#c1c1c0 1px dotted;
}

.resumo_pedido div.first{
    border-top:#c1c1c0 1px dotted;
}

div#display_selecionado, div#tb_briefing2{
    border-bottom:none !important;
}

.formulariopedidosmateriais input{
    margin-top:20px !important;
    margin-bottom:20px !important;
}

.fixed_pro_name{
    width:300px;
    overflow:hidden;
    white-space:nowrap;
}

.fixed_pro_name div{
    width:300px;
    overflow:hidden;
    white-space:nowrap;
}

.resumo_pedido .formulariopedidos{
    padding:4px 0;
    width:100%;
}

.resumo_pedido label{
    padding:6px 0;
    float:left;
    width:208px;
    font-weight:bold;	
}

.resumo_pedido label.light{
    width:170px !important;	
}

.resumo_pedido label.origem_nota{
    width:92px;
}

.resumo_pedido label.labelnotas{
    width:48px;
}

.resumo_pedido label.small_label{
    width:130px;
}

.resumo_pedido input[type=text],.resumo_pedido input[type=file],.resumo_pedido input[type=password]{
    float:right;
    width:431px;
    color:#656565;
    height:28px;
    line-height:28px;
    text-indent:10px;
    border:#dad7d7 1px solid;
    background:#f8f8f8;
    font-weight:normal;
}

.formVitrine{
    width:140px !important;
    margin-left:2px;
}

.formProfundidadeVitrine{
    width:140px !important;
	margin-left:2px;
}
.botao_vitrine {
    display:block;
    float:right;
    color:#FFFFFF !important;
    font-weight:normal !important;
    font-size: 13px;
    text-decoration: none !important;
    padding: 5px 30px 5px 10px;
    margin:0 0 0 5px;
    background:#1b87c3 url(../images/mais_vitrine.png) right 10px no-repeat;
    border:0;
}
.botao_vitrine:hover {
    background:#39ada8 url(../images/mais_vitrine.png) right 10px no-repeat;
}

.botao_vitrine_excluir {
    background: #AAAAAA url("../images/menos_vitrine.png") no-repeat scroll left 10px ;
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 13px;
    font-weight:normal !important;
    margin: 0 0 0 5px;
    padding: 5px 10px 5px 30px;
    text-decoration: none !important;
}
.botao_vitrine_excluir:hover {
    background:#999999 url(../images/menos_vitrine.png) left 10px no-repeat;
}

form#comentario_form div.formulariopedidos{
    width: 100%;
    display: inline-block;
    padding: 8px 0;
}

form#comentario_form div.formulariopedidos label{
    padding:6px 0;
    float:left;
    width:100px;
    font-weight:bold;
    color:#00A8D1;	
}

form#comentario_form div.formulariopedidos input#NOM_EMAIL{
    float:right;
    width:631px;
    color:#009CC2;
    height:28px;
    line-height:28px;
    text-indent:10px;
    border:1px solid #BEBEBE;
    background:#FFFFFF;
    font-weight:normal;
}

label.input_user{
    padding-left:3px;	
}

label.input_user:hover{
    border:1px solid #FFFFFF !important;
}

.input_user {
    background: none repeat scroll 0 0 #FFFFFF !important;
    border: 1px solid #FFFFFF !important;
    margin-right: 1px;
    float:left !important;
}

.input_user_50{
    width:100px !important;
}

.input_user_100{
    width:100px !important;
}

.input_user_150{
    width:170px !important;
}

.input_user_200{
    width:220px !important;
}

.input_user:hover {
    border: 1px dotted #DAD7D7 !important;
}

.input_user:focus {
    background: none repeat scroll 0 0 #F8F8F8 !important;
    border: 1px solid #DAD7D7 !important;
}

/* controle usuários ****************/

.cad_descricao {
    color: #999999;
    display: block;
    font-weight: normal;
    padding: 20px 0 20px;
}

.ui-icon {
    left: 0.2em;
    margin: 0 5px 0 0;
    position: absolute;
    top: 2px;
    background-image: url("../cms/css/themes/gray_lightness/images/icons-blue.png");
    background-repeat: no-repeat;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99999px;
    width: 16px;
    display:block;
}

a.btn:hover .ui-icon{
    background-image: url("../cms/css/themes/gray_lightness/images/icons-lgray.png");
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

a.btn {
    display: block;
    float: left;
    margin: 5px;
    padding: 0.4em 1em 0.4em 20px;
    position: relative;
    background: url("../cms/css/themes/gray_lightness/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png") repeat-x scroll 50% 50% #F6F6F6;
    border: 1px solid #DDDDDD;
    color: #0B6ABA;
    font-weight: bold;
    outline: medium none;
}

a.btn:hover {
    background: url("../cms/css/themes/gray_lightness/images/ui-bg_highlight-soft_25_0073ea_1x100.png") repeat-x scroll 50% 50% #F6F6F6;
    border: 1px solid #9D9D9D;
    color: #333333;
    font-weight: bold;
    outline: medium none;
}

a.btn_no_text {
    padding: 10px;
}


/************************************/

input.error{
    border:1px solid #d96a3f !important;
    background:#f77a4a !important;	
    color: #FFFFFF !important;
}

select.error{
    border:1px solid #d96a3f !important;
    background:#f77a4a !important;  
    color: #FFFFFF !important;
}
textarea.error{
    border:1px solid #d96a3f !important;
    background:#f77a4a !important;  
    color: #FFFFFF !important;
}

label.error {
    color: #D96A3F;
    font-family: arial;
    font-size: 9px;
    margin: 0;
    padding: 4px;
    width: auto;
}

.resumo_pedido input#cep {
    float: left;
    width: 177px;
}
.resumo_pedido input#telefone{
    float:left;
    width:132px;
}

.resumo_pedido input#ddd{
    margin-right:4px;
    float:left;
    width:39px;
}


.resumo_pedido input#notas{
    margin-right:4px;
    float:left;
    width:120px;
}

.resumo_pedido input#movimentos{
    margin-right:4px;
    float:left;
    width:557px;
}

.resumo_pedido input#notas_cnpj{
    margin-right:4px;
    float:left;
    width:633px;
}

.resumo_pedido select{
    float:left;
    width:432px;
    color:#656565;
    border:#dad7d7 1px solid;
    background:#f8f8f8;
    font-weight:normal;
    padding: 5px;
}

.briefing_horas select{
    float:left;  /*   Cristiano: deve ser colocado estas propriedades independente e não no select genérico. */
    width:432px; /*   Cristiano: deve ser colocado estas propriedades independente e não no select genérico. */
    color:#656565;
    border:#dad7d7 1px solid;
    background:#f8f8f8;
    font-weight:normal;
    padding: 5px;
}

.resumo_pedido select#estados{
    width:58px;
}

.resumo_pedido select#origemnb{
    width:58px;
    margin-right:30px;
}

.resumo_pedido select#selectloja{
    width:633px;
}

.resumo_pedido .input_extra{
    margin-top:5px;
    float:right;
    width:429px;
    color:#656565;
    height:28px;
    line-height:28px;
    text-indent:10px;
    border:#dad7d7 1px solid;
    background:#f8f8f8;
    font-weight:normal;
}

.resumo_pedido textarea{
    resize:none;
    float:left;
    width:431px;
    color:#656565;
    height:78px;
    line-height:28px;
    text-indent:10px;
    border:#dad7d7 1px solid;
    background:#f8f8f8;
    font-weight:normal;	
}

.resumo_pedido textarea#comentariosfull{
    width:633px;
}

.resumo_pedido .item {
    float:left;
    margin:6px 0 8px 0;
    width:200px;
    font-weight:bold;
}
.resumo_pedido .between {
    float: left;
    margin: 7px 12px;
    *margin: 7px 9px;
    color: #999999;
    font-style: italic;
    font-weight: normal;
}
.resumo_pedido .informa {
    float: left;
    margin: 7px 12px;
    color: #656565;
    font-weight: normal;
}
.resumo_pedido .date {
    float:left !important;
    margin:0px;
    width:120px !important;
    font-weight:bold;
}
.resumo_pedido .medio {
    float:left !important;
    margin:0px;
    width:262px !important;
    font-weight:bold;
}

.resumo_pedido .short {
    float:left !important;
    margin:0px;
    width:80px !important;
    font-weight:bold;
    margin-left: 8px;

}

.resumo_pedido .micro {
    float:left !important;
    margin:0px;
    width:60px !important;
    font-weight:bold;
}

.resumo_pedido .ddd {
    float:left !important;
    margin:0px;
    margin-right:4px;
    width:40px !important;
    font-weight:bold;
}

.resumo_pedido .telefone {
    float:left !important;
    margin:0px;
    width:230px !important;
    font-weight:bold;
}

.resumo_pedido .cep {
    float:left !important;
    margin:0px;
    width:226px !important;
    font-weight:bold;
}

.resumo_pedido .full {
    float:left !important;
    margin:0px;
    width:100% !important;
}

.resumo_pedido .item_dado{
    margin:6px 0 8px 0;
    display:inline-block;
    width:433px;
}

.resumo_pedido .seleciona_radio {
    display:inline-block;
    margin:5px 30px 0 0;
}

.resumo_pedido .item_complemento{
    color:#999;
    float:right;
    /**width:433px; Alterado Rodrigo - RKAM 16/02/2015*/
    width:490px;
    font-style:italic;
    font-weight:normal;
}

.resumo_pedido .item_complemento ul li{
    width: 33%;
    float: left;
    padding-bottom: 6px;
    padding-top: 6px;
    font-style: normal;
}

.resumo_pedido .destaque{
    font-size:16px;
    font-weight:bold;
    color: #000;
}

input.botao_voltar{
    display:block;
    float:right;
    color:#fff;
    font-weight:normal;
    font-size: 13px;
    text-decoration: none;
    padding: 5px 10px 5px 30px;
    margin:0 0 0 5px;
    background:#aaaaaa url(../images/seta_branca_botoes_2.png) left 10px no-repeat;
    border:0px solid;
}

input.botao_voltar:hover {
    background:#999999 url(../images/seta_branca_botoes_2.png) left 10px no-repeat;
}



.divisor_pedidos_itens_carrinho {
    display:inline-block;
    width:663px;
    border-top:#fff solid 1px;
    border-bottom:#d4d4d4 solid 1px;
    background:#f8f8f8;
}

.divisor_pedidos_itens_carrinho p{
    float:left;
    line-height:55px;
    padding: 1px 0 0 30px;
    color:#fd0077;
    font-size:16px;
    font-weight:bold;
}

.divisor_pedidos_itens_carrinho div{
    float:right;
    padding: 15px 15px 15px 0 ;
}

/* <<<<<<<<<<<<<< FIM DADOS PEDIDO <<<<<<<<<<<<<< */

/*----------------- AGENDA ----------------- */

.destaque_area_conteudo_agenda{
    float:right;
    width:468px;
    background:#f0f0f0;
    padding:0 0 16px 30px;;
    border-left:#fff 1px solid;
}

.destaque_area_conteudo_agenda:hover{
    background:#fff;
}

.agenda {
    display:inline-block;
    width:663px;
    border-bottom:1px solid #fff;
    cursor:pointer;
}

.agenda h3{
    margin:16px 30px 0 0;
}

.agenda h3 a{
    color:#1b87c3;
    font-size:22px;
    font-weight:normal;
    text-decoration:none !important;
}

.agenda_data_atual {
    background:#00a8d1;	
}

.agenda_data_futura{
    background:#56afe0;	
}

.agenda_data_anterior {
    background:#f0f0f0;	
}

.agenda_data{
    float:left;
    color:#FFF;
    font-size:20px;
    text-align:center;
    width:164px;
    margin-top:19px;
    line-height:22px;
}

.agenda_data_cor_anterior{
    color:#b7b7b7;
}

.agenda_data span{
    font-size:30px;
    line-height:25px;
}

/* <<<<<<<<<<<<<< FIM AGENDA <<<<<<<<<<<<<< */

/*----------------- COMENTÁRIOS ----------------- */

.comentarios{
    display:inline-block;
    width:633px;
    background:#fff;
    padding:30px 10px 30px 20px;
    border-top:#cbcbcb 1px solid;
    *padding-bottom:22px;
}

.comentarios h3{
    font-size:22px;
    color: #00a8d1;
    margin-bottom:30px;
}

a.botao_comentar{
    display:block;
    float:right;
    color:#fff;
    font-weight:normal;
    font-size: 13px;
    text-decoration: none;
    padding: 5px 30px 5px 10px;
    background:#00a8d1 url(../images/seta_branca_botoes.png) right 10px no-repeat;
}

a.botao_comentar:hover {
    background:#00bae7 url(../images/seta_branca_botoes.png) right 10px no-repeat;
}

.comentarios li {
    padding-top:15px;
    border-top:#dfdfdf solid 1px;
    margin-top:15px;
}

.comentarios .first {
    border:0;
    margin-top:50px;
}

.comentarios .first_borda {
    margin-top:56px;
}

.comentarios .last {
    border-bottom:#dfdfdf solid 1px;
    padding-bottom:15px;
    margin-bottom:10px;
}

.comentarios .margem_top {
    margin-top:50px;
}

span.comentario_nome {
    color:#00a8d1;
    font-weight:bold;
}

span.comentario_hora {
    font-weight:bold;
}

p.caracteres {
    float:left;
    font-size:11px;
    color:#909090;
}

p.aprovacao{
    border-bottom:#56afe0 solid 3px;
    padding-bottom:6px;
    margin-bottom:30px;	
}


p.noticia_anexos{
    border-bottom:#56afe0 solid 3px;
    padding-bottom:6px;
    margin-bottom:15px;	
    font-size:16px;
    font-weight:bold;
    margin-top:30px;
}

p.noticia_anexos_arquivos {
    border-bottom: 1px dotted #C1C1C0;
    line-height: 22px;
    padding-bottom: 4px;
    padding-top: 4px;
}

#campo_comentario textarea {
    resize:none;
    margin: 5px 0 10px 0;
    font-family:Arial, Helvetica, sans-serif;
    color:#009cc2;
    width:621px;
    height:152px;
    border:#bebebe solid 1px;
    padding: 5px;
    font-weight:normal;
    font-size:13px;
    text-align:left;
    background:#FFF;
}

/* <<<<<<<<<<<<<< FIM COMENTARIOS <<<<<<<<<<<<<< */

/*----------------- MATERIAIS ----------------- */

.materiais{
    display:inline-block;
    width:633px;
    background:#fff;
    padding:30px 0px 30px 30px;
    border-top:#cbcbcb 1px solid;
    *padding-bottom:22px;
}

.materiais_conteudo{
    display:inline-block;
    width:603px;
    padding:30px;
    *padding-bottom:22px;
}

.botao_abaixo {
    margin-bottom:30px;
}

a.botao_materiais{
    display:inline-block;
    color:#FFFFFF !important;
    font-weight:normal;
    font-size: 13px;
    text-decoration: none;
    padding: 5px 30px 5px 10px;
    margin-top:25px;
    cursor:pointer;
    background:#1b87c3 url(../images/seta_branca_botoes.png) right 10px no-repeat;
}

a.botao_materiais:hover {
    background:#39ada8 url(../images/seta_branca_botoes.png) right 10px no-repeat;
}

a.botao_preencher{
	display:block;
    color:#FFFFFF !important;
    font-weight:normal;
    font-size: 13px;
    text-decoration: none;
    padding: 5px 30px 5px 10px;
    cursor:pointer;
    background:#1b87c3 url(../images/seta_branca_botoes.png) right 10px no-repeat;
}

a.botao_preencher:hover {
    background:#39ada8 url(../images/seta_branca_botoes.png) right 10px no-repeat;
}

.materiais h3{
    font-size:22px;
    color: #000;
    margin-bottom:15px;
}

.materiais strong{
    font-size:14px;
    font-weight:bold;
    color: #000;
}

.materiais p{
    padding-bottom:15px;
}

.materiais_destaque{
    color:#000;
    font-weight:bold;
}

.materiais_first {
    margin-top:30px;
}

.materiais_img{
    text-align:center;
    width:633px;
    padding:30px 0;
    border-bottom:#dfdfdf 1px solid;
}

.materiais_img img{
    border:#eaeaea 1px solid;
}

.materiais_last {
    border:0;
    padding-bottom:0;
}

/* <<<<<<<<<<<<<< FIM MATERIAIS <<<<<<<<<<<<<< */

/*----------------- SUB ITENS ----------------- */

.sub_itens{
    display:inline-block;
    width:663px;
    background:#fff;
    padding:0;
    border-top:#cbcbcb 1px solid;
    padding-bottom:0px;
}

.sub_itens_item {
    width:633px;
    float:right;
    background:#f0f0f0;
    padding:0 0 6px 30px;;
    border-bottom:#fff 1px solid;
}

.sub_itens_item:hover{
    background:#fff;
}

.sub_itens_item h3 {
    margin:7px 30px 0 0;
    font-size:16px;
    color:#1b87c3;
    font-weight:bold;
}

.sub_itens_pedido{
    display:inline-block;
    width:663px;
    padding:0;
    padding-bottom:30px;
}

.sub_itens_item_pedido h3 {
    margin:7px 30px 0 0;
    font-size:16px;
    color:#1b87c3;
    font-weight:bold;
}

.sub_itens_item_pedido {
    width:633px;
    float:right;
    padding:0 0 6px 30px;;
    background:url(../images/seta_media.gif) no-repeat 30px 9px;
    text-indent:25px;
    border-bottom:#cbcbcb 1px solid;
}

.sub_itens_precificador{
    display:inline-block;
    padding:0;
}

.sub_itens_item_precificador h3 {
    margin:7px 30px 0 0;
    font-size:16px;
    color:#1b87c3;
    font-weight:bold;
}

.sub_itens_item_precificador {
    width:609px;
    float:left;
    padding:0 0 6px 24px;;
    background:url(../images/seta_media.gif) no-repeat 0 9px;
    text-indent:0px;
    border-bottom:#cbcbcb 1px solid;
}

/* <<<<<<<<<<<<<< FIM SUB ITENS <<<<<<<<<<<<<< */

/*----------------- VITRINES ----------------- */

.destaque_area_conteudo_vitrine{
    float:right;
    width:468px;
    background:#f0f0f0;
    padding:0 0 6px 30px;;
    border-left:#fff 1px solid;
}

.destaque_area_conteudo_vitrine:hover{
    background:#fff;
}

.vitrine {
    display:inline-block;
    width:663px;
    border-bottom:1px solid #fff;
    background:#f0f0f0;	
}

.vitrine_margens {
    padding-bottom:10px;
}

.vitrine_destaque {
    background:#56afe0;
}

.vitrine h3{
    margin:7px 30px 0 0;
    font-size:16px;
    color:#1b87c3;
    font-weight:bold;
}

.vitrine_destaque h3, .vitrine_destaque a{
    margin:16px 30px 0 0;
    font-size:22px;
    font-weight:normal;
}

.vitrine_data{
    float:left;
    font-size:16px;
    color:#000;
    font-weight:normal;
    text-align:center;
    width:144px;
    margin-top:5px;
    line-height:22px;
    padding:0 10px 0 10px;
}

.vitrine_data_destaque{
    color:#FFF;
    font-size:20px;
    margin-top:28px;
}

/* <<<<<<<<<<<<<< FIM VITRINES <<<<<<<<<<<<<< */

/*----------------- ANIVERSARIANTES ----------------- */

.destaque_area_conteudo_aniversariantes{
    float:right;
    width:468px;
    background:#f0f0f0;
    padding:0 0 6px 30px;;
    border-left:#fff 1px solid;
}

.aniversariantes{
    display:inline-block;
    width:663px;
    border-bottom:1px solid #fff;
    background:#f0f0f0;	
}

.aniversariantes h3{
    margin:7px 30px 0 0;
    font-size:16px;
    color:#000;
    font-weight:bold;
}

h3.aniversariantes_hoje{
    color:#fd0077 ;
}

.aniversariantes_data{
    float:left;
    font-size:16px;
    color:#000;
    font-weight:normal;
    text-align:center;
    width:144px;
    margin-top:5px;
    line-height:22px;
    padding:0 10px 0 10px;
}

/* <<<<<<<<<<<<<< FIM ANIVERSARIANTES <<<<<<<<<<<<<< */

/*----------------- NOTICIAS ----------------- */

.data_lateral_noticia {
    color: #000000;
    float: left;
    font-size: 16px;
    margin: 20px 0 30px 30px;
}

.resumo_info_extra{
    margin-top:5px;	
}

.destaque_noticia_conteudo_arquivos{
    float:left;
    margin:8px 30px 17px 30px;
    *padding-bottom:17px;
    width:490px;
}

.data_noticias {
    float:left;
    width:135px;
    font-size:16px;
    color:#000;
    font-weight:normal;
    text-indent:30px;
    margin-top:21px;
}

.destaque_area_conteudo_noticias{
    float:right;
    margin:10px 30px 20px 0;
    width:498px;
} 

/* <<<<<<<<<<<<<< FIM NOTICIAS <<<<<<<<<<<<<< */

/*----------------- THUMBS HOVER VIDEOS ----------------- */

.img_hovervideo {
    float:left;
    position:relative;
}

.img_hovervideo img {
    position:absolute;
    top:0;
    left:0;
}

.img_hovervideo a {
    display:block;
    position:relative;
    z-index:1;
    width:165px;
    height:122px;
    top:0;
    left:0;
    background:url(../images/video_hover_thumb.png) 0 0 no-repeat;
}

/* <<<<<<<<<<<<<< FIM THUMBS HOVER VIDEOS <<<<<<<<<<<<<< */

/*----------------- GALERIA FOTOS ----------------- */

.album{
    width:663px;
    float:left;
    padding-bottom:25px;
    *padding-bottom:0;
}

.album .image_album {
    position:relative;
    float: left; 
    margin: 0 0 1px 1px;
    width:164px; 
    height:130px;
}

.galeria_over{
    background:url(../images/hover_galeria.png) no-repeat 0 0;
    margin:0;
    padding:0
}

/* <<<<<<<<<<<<<< FIM GALERIA FOTOS <<<<<<<<<<<<<< */

/*----------------- LINKS PERSONALIZADOS ----------------- */

.link_escuro a{
    color:#56afe0;
    font-weight:normal;
}

.link_escuro a:active, .link_escuro a.active{
    color:#fff;
    text-decoration:none;
}

/*----------------- MENU AREAS ----------------- */

#menu_internas{
    float:left;
    width:255px;
    padding:15px;
    min-height:466px;
}

.menu_conteiner{
    margin:0;
    padding:0;
}

#menu_lista_internas{
    padding:22px 12px;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 13px;
    background:#1a1a1a;
    line-height:21px;
}	

#menu_lista_internas li{
    border-bottom:1px solid #454545;
    padding:2px 0 6px;
}

#menu_lista_internas, #menu_lista_internas a, #menu_lista_internas a:link, #menu_lista_internas a:visited{
    color:#c7c7c7;
    font-weight:normal;
}

#menu_lista_internas a:active, #menu_lista_internas a.active{
    color:#fff;
    text-decoration:none;
}

#menu_lista_internas a span{
    color:#fd0077;
}

/* <<<<<<<<<<<<<< FIM MENU AREAS <<<<<<<<<<<<<< */


/*----------------- HOME LATERAL ----------------- */

#home_lateral{
    float:right;
    width:361px;
    padding: 0 15px;
    margin:30px 0 15px;
}

#home_lateral .home_lateral_conteiner{
    margin:0;
    padding:0;
}

#home_lateral .cases {
    background:#1a1a1a;
    margin-bottom:8px;
}

#home_lateral .banner{
    background:#1a1a1a;
    margin-bottom:8px;
}

#home_lateral .noticias_mercado {
    background:#1a1a1a;
    padding:12px 12px 0px 12px;
    margin-bottom:8px;
}

.noticias_mercado h3{
    color:#FFFFFF;
    font-weight:bold;
    font-size:16px;
    padding-bottom:6px;
    border-bottom:#454545 solid 1px;
}

#tabs_cases h3{
    color:#FFFFFF;
    font-weight:bold;
    font-size:16px;
    padding-bottom:6px;
}

.noticia_item {
    padding:14px 0;
    border-bottom:#454545 solid 1px;
}

.noticia_item p{
    color:#fff;
}

.noticia_item a{
    font-weight:normal;
    color:#41c3bc;
}

.noticia_item p.fonte_noticia_mercado{
    color:#808080;
    font-size:11px;
    margin-top:4px;
}

.noticia_item.last {
    border:none;
}

.noticias_mercado .botao_ver_mais {
    display:inline-block;
    margin-top:12px;
    padding-bottom:12px;
    width:337px;
}

.noticias_mercado a.ver_mais_noticias {
    float:right;
    color:#01d885;
    font-weight:normal;
    font-size: 13px;
    text-decoration: none;
    padding: 5px 20px 5px 10px;
    background: url("../images/seta_verde.png") right 10px no-repeat;
}

.noticias_mercado a.ver_mais_noticias:hover {
    text-decoration:underline;
}

#home_lateral .moedas {
    background:#1a1a1a;
    margin-bottom:8px;
    padding:12px 12px 15px 12px;
}

#home_lateral .moedas h3{
    display:block;
    color:#FFFFFF;
    font-weight:bold;
    font-size:16px;
    padding-bottom:6px;
    border-bottom:#454545 solid 1px;
}

.moedas p.fonte_noticia_mercado{
    color:#808080;
    font-size:11px;
    margin-top:4px;
}

/* <<<<<<<<<<<<<< FIM HOME LATERAL <<<<<<<<<<<<<< */

/*----------------- CONTEUDO SECAO HOME----------------- */

#home_conteudo_secao{
    float:left;
    width:528px;
    margin-bottom: 15px;

}

#conteudo_home{
    margin: 30px 0 30px 15px;
}

#conteudo_home .noticias {
    margin-bottom:20px;
}

#conteudo_home .acesso_rapido {
    margin-bottom:20px;
}

#conteudo_home .acesso_rapido h3{
    color:#000;
    font-weight:normal;
    font-size:18px;
    *margin-bottom:2px;
}

#conteudo_home .destaques {
    display:inline-block;
    margin-bottom:20px;
}

.destaque_home_item {
    float:left;
    width:161px;
    height:178px;
    margin-right:15px;
    background:#000;
}

.destaque_home_item_txt {
    margin:20px 10px 10px 10px;
}

.destaque_home_item_txt p{
    font-size:13px;
    color:#dcdcdc;
}

.destaque_home_item_txt a{
    color:#5ab9d0;
}

#conteudo_home .indicadores {
    background:#CCC;
}

/* <<<<<<<<<<<<<< FIM CONTEUDO SECAO <<<<<<<<<<<<<< */

/*----------------- LIST MENU HOME ----------------- */

.listmenu_home{
    width:513px;
    overflow:hidden;
}

div.listmenubar_home a {	
    color:#fff;
    text-decoration:none;
    font-size:13px;
    font-weight:bold;
    display: block; 
    width: 513px; 
    height: 21px;
    margin-top:1px;
    margin-left:0px;
    padding-top:4px;
    padding-left:10px;
}

div.listmenubar_home { 
    background: url("../images/bg_listmenu_home.gif") no-repeat 0 0; 
    width: 513px;	
    height: 24px;
}

/* <<<<<<<<<<<<<< LIST MENU HOME FIM <<<<<<<<<<<<<< */

.left{
    text-align:left !important;
}
.rigth{
    text-align:right !important;
}

/*----------------- TABELA MOEDAS HOME ----------------- */

#tabela_moedas_home table{
    width:361px;
    border-collapse:collapse;
    color:#fff;
    margin-top:15px;
}

#tabela_moedas_home .col_compra,.col_venda.,col_variacao{
    text-align:left;

}

#tabela_moedas_home td{
    text-align:left;
}

#tabela_moedas_home th{
    color:#00a8d1;
    font-weight:normal;
    font-size:13px;
}

/* <<<<<<<<<<<<<< FIM TABELA MOEDAS HOME <<<<<<<<<<<<<< */

/*----------------- RODAPE ----------------- */

#rodape{
    height:130px;
    width:948px;	
    background:#333;
    color:#ccc;
    position:absolute;
    bottom:0;
}

#menu_footer{
    background:#000;
    padding:5px 20px;
}

#menu_footer span{
    color: #fff;
}

#menu_footer ul{ 
    display:inline; 
}

#menu_footer li{
    display:inline;
    margin-left:6px;
    padding-left:10px;
    line-height:14px;
}

#menu_footer li{ 
    background: url("../images/divisor_rodape.gif") no-repeat left; 
} 

#copyleft{
    padding:20px 20px 0 0;
    text-align:right;
}	

/* <<<<<<<<<<<<<< FIM RODAPE <<<<<<<<<<<<<< */

/*----------------- UNIFORMES ----------------- */

.uniformes {
    display:inline-block;
    width:633px;
    padding:30px 0;
    border-bottom:#dfdfdf solid 1px;
}

.uniformes p{
    font-size:13px;
    font-style:italic;
    color:#656565;
    margin:15px 0 0 0;
    padding:0;
}

.uniformes.first {
    padding-top:0;
}

.uniformes.last {
    border:none;
}

.uniformes label{
    padding:6px 0;
    float:left;
    width:50px;
    color: #666666;
    font-size:13px;
    font-weight:bold;
}

.uniformes input[type=text]{
    width:70px;
    color:#656565;
    height:28px;
    line-height:28px;
    text-indent:10px;
    border:#dad7d7 1px solid;
    background:#f8f8f8;
    font-weight:normal;
    margin-bottom:3px;
    *margin-bottom:1px;
}

.uniforme_img {
    float:left;
    margin-right:30px;
}

.dados_uniforme {
    float:left;
}

.dados_uniforme h4{
    font-size:16px;
    font-weight:bold;
    color:#000;
    margin-bottom:15px;
}

/* <<<<<<<<<<<<<< FIM UNIFORMES <<<<<<<<<<<<<< */

/*----------------- PRECIFICADORES ----------------- */

.precificadores_divisao {
    display:inline-block;
    margin:0;
    padding:0;
    border-bottom:#dfdfdf solid 1px;
}

.precificadores_divisao h2 {
    margin:30px 0 30px 0;
    font-size:16;
    font-weight:bold;
    border:none;
    padding:0;
}

.precificadores {
    display:inline-block;
    float:left;
    padding:30px 0;
    *padding:0;
    margin-right:52px;
}

.precificadores p{
    font-size:13px;
    font-style:italic;
    color:#656565;
    margin:0 0 10px 0;
    padding:0;
}

.precificadores.firstline {
    padding-top:0;
}

.precificadores.last {
    border:none;
    margin:0;
}

.precificadores label{
    padding:6px 0;
    float:left;
    width:80px;
    color: #666666;
    font-size:13px;
}

.precificadores input[type=text]{
    width:70px;
    color:#656565;
    height:28px;
    line-height:28px;
    text-indent:10px;
    border:#dad7d7 1px solid;
    background:#f8f8f8;
    font-weight:normal;
    margin-bottom:3px;
    *margin-bottom:1px;
}

.precificador_img {
    margin-bottom:10px;
}

.dados_precificador h4{
    font-size:16px;
    font-weight:bold;
    color:#000;
}

/* <<<<<<<<<<<<<< FIM PRECIFICADORES <<<<<<<<<<<<<< */


/*----------------- TABELA CALENDARIO PROMOCIONAL ----------------- */

#pedidos #calendario_promocional .col_campanha{
    width:288px;
    border-right: 0px !important;
}

#pedidos #calendario_promocional td:first-child{
    text-indent:10px !important;
}

#pedidos #calendario_promocional th:first-child{
    text-indent:20px !important;
}


#calendario_promocional table{
    width:100%;
    border-collapse:collapse;
    color:#656565;
}

#calendario_promocional .col_campanha{
    background:#ecf9f8;
    text-transform:uppercase;
    text-align:left;
    width:288px;
    border-right: #FFF solid 15px;
}

#calendario_promocional .col_veiculacao,.col_data,.col_periodo{
    background:#fff;
    text-transform:uppercase;
    text-align:center;	
    border-right: #FFF solid 15px;
}


#calendario_promocional .col_periodo{
    border-right: none;
}

#calendario_promocional tr.last{
    border-bottom:none;
}

#calendario_promocional td{
    border-top:1px solid #d4d4d4;
    padding:4px;
    text-transform:uppercase;
    text-align:center;
}

#calendario_promocional td:first-child{
    text-align:left;
    text-indent:35px;
}

#calendario_promocional td:last-child{
    border-right: none;
}

#calendario_promocional th{
    padding:20px 0;
    font-size:18px;
    font-weight:normal;
    color:#000;
    text-transform:none;
    text-align:center;
}

#calendario_promocional th:first-child{
    text-align:left;
    text-indent:35px;
}

#botaoImprimir{
    float:right;
    margin:23px 26px 0 0;
}

/*----------------- TABELA REL ESTATISTICAS ----------------- */


#rel_estatisticas table{
    width:100%;
    border-collapse:collapse;
    color:#656565;
}

#rel_estatisticas .col_campanha{
    background:#ecf9f8;
    text-align:left;
    width:288px;
    border-right: #FFF solid 15px;
}

#rel_estatisticas .col_veiculacao,.col_data,.col_periodo{
    background:#fff;
    text-align:center;	
    border-right: #FFF solid 15px;
}



#rel_estatisticas tr.last{
    border-bottom:none;
    border-right:1px solid #d4d4d4;
}

#rel_estatisticas td{
    border-top:1px solid #d4d4d4;
    padding:4px;
    text-align:center;
}

#rel_estatisticas td:first-child{
    text-align:left;
    text-indent:35px;
}

#rel_estatisticas td:last-child{
    border-top:1px solid #d4d4d4;
}

#rel_estatisticas th{
    padding:20px 0;
    font-size:18px;
    font-weight:normal;
    color:#000;
    text-transform:none;
    text-align:center;
    border-top:1px solid #d4d4d4;
}

#rel_estatisticas th:first-child{
    border-top:1px solid #d4d4d4;
    text-align:left;
    text-indent:35px;

}

/* <<<<<<<<<<<<<< FIM TABELA CALENDARIO PROMOCIONAL <<<<<<<<<<<<<< */

/*----------------- TABELA ARTIGOS ----------------- */

#tabela_artigos table{
    width:633px;
    text-transform:uppercase;
    text-align:center;	
    color:#656565;
    margin-bottom:30px;
}

#tabela_artigos .col_download{
    width:26px;
}

#tabela_artigos .col_nome{
    width:300px;
}

#tabela_artigos .col_tamanho,.col_data{
    width:150px;
    border-right:#eaeaea solid 1px;
}

#tabela_artigos td{
    text-transform:uppercase;
    text-align:center;
    line-height:38px;
    border:#eaeaea solid 1px;
}

#tabela_artigos th{
    border:#eaeaea solid 1px;
    font-size:13px;
    font-weight:bold;
    color:#000;
    text-transform:none;
    text-align:center;
    line-height:38px;
    background:#f4f4f4 url("../images/ordenador.gif") right 6px no-repeat; 
}

#tabela_artigos th:first-child{
    background:#f4f4f4; 
}

#tabela_artigos tbody tr.odd td {
    background-color:#FFF;
}

#tabela_artigos tbody tr.even td {
    background-color:#f8f8f8;
}

#tabela_artigos tbody tr:hover td{
    background:#ecf9f8; 
}

#tabela_artigos thead tr .headerSortDown, #tabela_artigos thead tr .headerSortUp {
    background-color: #ecf9f8;
}

/* <<<<<<<<<<<<<< FIM TABELA ARTIGOS <<<<<<<<<<<<<< */

/*----------------- TABELA NOTAS DEBITO ----------------- */

#tabela_notas_debito table{
    width:633px;
    text-transform:uppercase;
    text-align:center;	
    color:#656565;
    margin-bottom:30px;
}

#tabela_notas_debito td{
    text-transform:uppercase;
    text-align:center;
    line-height:38px;
    border:#eaeaea solid 1px;
}

#tabela_notas_debito th{
    border:#eaeaea solid 1px;
    font-size:13px;
    font-weight:bold;
    color:#000;
    text-transform:none;
    text-align:center;
    line-height:38px;
    background:#f4f4f4;
}

#tabela_notas_debito tr:hover {
    background-color: #ecf9f8;
}

/* <<<<<<<<<<<<<< FIM TABELA NOTAS DEBITO <<<<<<<<<<<<<< */

/*----------------- TABELA PEDIDO MATERIAIS ----------------- */

#tab_pedido_materiais table{
    width:663px;
    border-collapse:collapse;
    color:#656565;
}

#tab_pedido_materiais a{
    font-weight: normal;
    color:#1b87c3;
}

#tab_pedido_materiais .col_quantidade{
    background:#fff;
    text-transform:uppercase;
    text-align:left;
    width:80px;
    border-right: #FFF solid 15px;
}

#tab_pedido_materiais .col_item{
    background:#fff;
    text-transform:uppercase;	
    border-right: #FFF solid 15px;
}

#tab_pedido_materiais tr.last{
    border-bottom:none;
}

#tab_pedido_materiais td{
    border-top:1px solid #d4d4d4;
    padding:4px;
    text-transform:uppercase;
    text-align:left;
    text-indent:25px;
}

#tab_pedido_materiais th{
    padding:10px 0;
    font-size:18px;
    font-weight:normal;
    color:#000;
    text-transform:none;
    text-align:left;
    text-indent:25px;
}

#tab_pedido_materiais td:first-child{
    text-align:center;
    text-indent: 0px;
}

#tab_pedido_materiais th:first-child{
    text-align:center;
    text-indent:0;
}

#tab_pedido_materiais strong{
    font-weight:bold;
    color:#000;
}

/* <<<<<<<<<<<<<< FIM PEDIDO MATERIAIS <<<<<<<<<<<<<< */

/*----------------- TABS NOTICIAS ----------------- */

#tabs-noticias,#tabs-clippings{
    font-size:16px;
    font-weight:bold;
    line-height:22px;
}

/**INICIO - RODRIGO BERTELLI - RKAM ADICIONADO PARA NOVOS AJUSTES DE NOTICIAS NOTIFICATION*/
#tabs_noticias .ui-tabs-panel{
padding: 0px;
}

#tabs-noticias a,#tabs-clippings a{
    color:#000;
}

#tabs-clippings a.data{
    color:#48B9AC;
}

#tabs_noticias span{
    display:inline-block;
    width:65px;
    color:#48b9ac;
}

#tabs_noticias #tabs-clippings span{
    color:#01a8d1;
}

#tabs_noticias div.destaque a, #tabs_noticias div.destaque span{
    color:#fd0077;
}

#tabs_noticias #tabs-clippings div.destaque span{
    color:#fd0077;
}

/**INICIO - RODRIGO BERTELLI - RKAM ALTERADO ESPAÇAMENTO*/
#tabs_noticias .botao_ver_mais {
    border-top:#dfdfdf solid 1px;
    display:inline-block;
    padding-bottom:5px;
    width:493px;
}

#tabs_noticias a.ver_mais_noticias {
    float:right;
    color:#000;
    font-weight:normal;
    font-size: 13px;
    text-decoration: none;
    margin-top:9px;
    padding: 5px 20px 0 10px;
    background: url("../images/seta_preta.png") right 13px no-repeat;
}

.botao_ver_mais_arg {
    background: none repeat scroll 0 0 #FFFFFF;
    display: inline-block;
    width: 100%;
}

.botao_ver_mais_arg a.ver_mais_noticias {
    background: url("../images/seta_preta.png") no-repeat scroll right 13px transparent;
    color: #000000;
    float: right;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 2px;
    margin-right: 10px;
    margin-top: 2px;
    padding: 7px 20px 7px 7px;
    text-decoration: none;
}

.botao_ver_mais_arg a.ver_mais_noticias:hover {
    text-decoration:underline;	
}

#tabs_noticias a.ver_mais_noticias:hover {
    text-decoration:underline;
}

/* <<<<<<<<<<<<<< FIM TABS NOTICIAS <<<<<<<<<<<<<< */

/*----------------- TABS NOTICIAS ----------------- */

#tabs_cases .botao_ver_mais {
    border-top:#454545 solid 1px;
    display:inline-block;
    margin-top:14px;
    padding-bottom:6px;
    width:336px;
}

#tabs_cases a.ver_mais_noticias {
    float:right;
    color:#00a8d1 !important;
    font-weight:normal;
    font-size: 13px;
    text-decoration: none;
    margin-top:12px;
    padding: 5px 20px 0 0;
    background: url("../images/seta_azul.png") right 10px no-repeat;
}

#tabs_cases a.ver_mais_noticias:hover {
    text-decoration:underline;
}

.case_item p{
    color:#fff;
}

.case_item a{
    font-weight:normal;
    color:#00a8d1 !important;
}

/* <<<<<<<<<<<<<< FIM TABS NOTICIAS <<<<<<<<<<<<<< */


/*----------------- TABS CARTAO HERING ----------------- */

.item_cartao {
    display:inline-block;
    border-bottom:#c1c1c0 dotted 1px;
    line-height:30px;
    width:493px;
}

.item_cartao.last {
    border-bottom:#dfdfdf solid 1px;
    margin-bottom:31px;
}

.item_cartao span {
    float:left;
    text-transform:uppercase;
    font-size:18px;
    color:#1b87c3;
}

.item_cartao span.cartao_txt {
    float:left;
    font-size:13px;
    color:#656565;
    width:250px;
}


.item_cartao a{
    display:block;
    float:left;
    width:26px;
    height:13px;
    margin: 9px 20px 0 2px;
}

.item_cartao .imagem_info{
    background:#FF9 url(../images/info_cartao.gif) 0 0 no-repeat;
}

/* <<<<<<<<<<<<<< FIM TABS CARTAO HERING <<<<<<<<<<<<<< */

/*----------------- TABS INDICADORES ----------------- */

#tabs-indicadores .botao_ver_mais {
    border-top:#dfdfdf solid 1px;
    display:inline-block;
    padding-top:3px;
    padding-bottom:8px;
    width:493px;
}

#tabs-indicadores a.ver_mais_noticias {
    float:right;
    color:#000;
    font-weight:normal;
    font-size: 13px;
    text-decoration: none;
    margin-top:9px;
    padding: 5px 20px 0 10px;
    background: url("../images/seta_preta.png") right 10px no-repeat;
}

#tabs-indicadores a.ver_mais_noticias:hover {
    text-decoration:underline;
}

#indicadores_grupo {
    display:inline-block;
    float:right;
    font-size:13px;
    text-transform:uppercase;
    width:305px;
}

.item_indicadores {
    display:inline-block;
    border-bottom:#c1c1c0 dotted 1px;
    line-height:30px;
    width:305px;
}

.item_indicadores span {
    float:left;
    color:#656565;
}

.item_indicadores span.ranking_indicadores {
    float:left;
    color:#000;
    font-weight:bold;
    padding-left:2px;
    width:25px;
}

.item_indicadores span.tm_pa {
    float:left;
    color:#1b87c3;
}

.item_indicadores.last {
    border:none;
}

#indicadores_grupo_tm_pa{
    float:left;
    width:154px;
}

#indicadores_setas_tm {
    margin-top:37px;
    width:154px;
    border-bottom:#c1c1c0 dotted 1px;
    text-align:center;
}

#indicadores_setas_pa {
    margin-top:13px;
    width:154px;
}

#indicadores_setas_tm .meio, #indicadores_setas_pa .meio {
    display:inline-block;
    text-align:right;
    margin-bottom:10px;
}

#indicadores_setas_tm p, #indicadores_setas_pa p{
    color:#666;
    font-size:11px;
    text-align:center;
    margin-bottom:2px;
    text-transform:uppercase;
}

#indicadores_setas_tm span, #indicadores_setas_pa span{
    float:left;
    color:#1b87c3;
    font-size:25px;
    width:88px;
    padding-right:20px;
}

#indicadores_setas_tm img, #indicadores_setas_pa img{
    float:right;
    padding-right:15px;
    margin-top:5px;
}

.trlight{
    background:#FEFEFE;
}
.trdark{
    background:#F3F3F3;
}
/* <<<<<<<<<<<<<< FIM TABS INDICADORES <<<<<<<<<<<<<< */

/*----------------- ACCORDION ----------------- */

#accordion {
    float:left;
    width:663px;
    /*margin-bottom: 130px;*/
}

/* <<<<<<<<<<<<<< FIM ACCORDION <<<<<<<<<<<<<< */

/*----------------- BANNER HOME ----------------- */

#banner_home{
    width:948px;
    height:264px;
    background:#666;
}

/* <<<<<<<<<<<<<< FIM BANNER HOME <<<<<<<<<<<<<< */

/*----------------- OPCOES DOWNLOAD ----------------- */

#opcoes_download {
    display:inline-block;
    width:100%;
    border:#ecebeb solid 1px;
    background:#fbfbfb;
    padding:2px;
    margin-bottom:5px;
}

#opcoes_download a{
    display:block;
    float:left;
    width:31px;
    height:37px;
    margin-left:10px;
}
#opcoes_download .ico_excel{
    background:url(../images/ico_excel.gif);
}
#opcoes_download .ico_pdf{
    margin-left:0;
    background:url(../images/ico_pdf.gif);
}
#opcoes_download .ico_print{
    margin-right:5px;
    margin-top:3px;
    float:right;
    background:url(../images/print.png);
    background-repeat:no-repeat;
}

/* <<<<<<<<<<<<<< FIM OPCOES DOWNLOAD <<<<<<<<<<<<<< */



/*----------------- IFRAME PEDIDOS ----------------- */

#iframe_pedidos {
    display:inline-block;
    width:676px;
    height:auto;
    padding:30px;
    background:#FFF;
}

#iframe_pedidos .imagem_pedido{
    float:left;
    width:279px;
    height:350px;
    border:#dad7d7 solid 1px;
    text-align:center;
    overflow:hidden;
}
#iframe_pedidos .imagem_pedido img{
    max-width:279px;
}

#iframe_pedidos .dados_pedido {
    float:left;
    width:365px;
    margin:0;
}

#iframe_pedidos .dados_pedido h2{
    margin-bottom:17px;	
    color:#000;
    font-size:16px;
    font-weight:bold;
    border-bottom:#56afe0 solid 3px;
    padding-bottom:6px;
    margin-bottom:30px;
    background:none;
    text-indent:0px;
    line-height:normal;
}

#iframe_pedidos .dados_pedido .resumo_pedido {
    width:100%;
}

#iframe_pedidos .dados_pedido .resumo_pedido .item {
    float:left;
    width:160px;
}

#iframe_pedidos .dados_pedido .resumo_pedido .item_dado{
    width:205px;
}
#iframe_pedidos .dados_pedido .resumo_pedido .com_input{
    width:110px;
    margin-left:10px;
}

#iframe_pedidos .dados_pedido .info_botao_iframe {
    display:inline-block;
    width:365px;
    margin-top:30px;
    border:none;
    padding:0;
}

#iframe_pedidos .resumo_pedido input[type=text]{
    display:inline-block;
    float:left;
    width:70px;
}

#iframe_pedidos .resumo_pedido textarea{
    width:100%;
}

/* <<<<<<<<<<<<<< FIM IFRAME PEDIDOS <<<<<<<<<<<<<< */



/*----------------- IFRAME PEDIDODETALHES ----------------- */

#iframe_pedido_detalhes {
    width:600px;
    position:absolute;
    display:inline-block;
    padding:30px;
    background:#FFF;
}

#iframe_pedido_detalhes .dados_pedido {
    float:left;
    width:100%;
    margin:0;
    padding:0;
}
#iframe_pedido_detalhes .dados_pedido h2{
    color:#000;
    font-size:16px;
    font-weight:bold;
    border-bottom:#56afe0 solid 3px;
    padding-bottom:6px;
    margin-bottom:30px;
    background:none;
    text-indent:0px;
    line-height:normal;
}

#iframe_pedido_detalhes .dados_pedido .resumo_pedido .item {
    float:left;
    width:150px;
}

#iframe_pedido_detalhes .dados_pedido .resumo_pedido .item_dado{
    width:190px;
    float:right;	
}

#iframe_pedido_detalhes .dados_pedido .info_botao_iframe {
    display:inline-block;
    width:100%;
    margin-top:30px;
    border:none;
    padding:0;
}

#iframe_pedido_detalhes .resumo_pedido input[type=text],#iframe_altera_senha .resumo_pedido input[type=password]{
    width:190px;	
}

#iframe_pedido_detalhes .resumo_pedido label{
    width:150px;
}

#iframe_pedido_detalhes .resumo_pedido label.error{
    color: #FD0077;
    font-size: 11px;
    text-align: right;
    width: 100%;
}

#iframe_pedido_detalhes .formulariopedidos, #iframe_altera_senha .resumo_pedido{
    width:100%;
}

/* <<<<<<<<<<<<<< FIM IFRAME PEDIDODETALHES <<<<<<<<<<<<<< */

#pedido_totais{
    margin-top:15px;
    font-size:14px;
    text-align:right;
}

#iframe_pedido_frase{
    color:#666;
    font-size:11px;
    text-align:left;
    margin-bottom:2px;
    margin-top:20px;

}


body.white{background:#FFFFFF; background-image:none;}
body.white div.relatorio{min-width:918px; overflow:visible; display:block; position:relative}

/*----------------- IFRAME TROCASENHA ----------------- */

#iframe_altera_senha {
    background: none repeat scroll 0 0 #FFFFFF;
    display: inline-block;
    min-height: 400px;
    left: 50%;
    margin-left: -300px;
    margin-top: -230px;
    padding: 30px;
    position: absolute;
    top: 50%;
    width: 365px;
}

#iframe_altera_senha .dados_pedido {
    float:left;
    width:365px;
    margin:0;
    padding:0;
}
#iframe_altera_senha .dados_pedido h2{
    color:#000;
    font-size:16px;
    font-weight:bold;
    border-bottom:#56afe0 solid 3px;
    padding-bottom:6px;
    margin-bottom:30px;
    background:none;
    text-indent:0px;
    line-height:normal;
}

#iframe_altera_senha .dados_pedido .resumo_pedido .item {
    float:left;
    width:150px;
}

#iframe_altera_senha .dados_pedido .resumo_pedido .item_dado{
    width:190px;
    float:right;	
}

#iframe_altera_senha .dados_pedido .info_botao_iframe {
    display:inline-block;
    width:365px;
    margin-top:30px;
    border:none;
    padding:0;
}

#iframe_altera_senha .resumo_pedido input[type=text],#iframe_altera_senha .resumo_pedido input[type=password]{
    width:190px;	
}

#iframe_altera_senha .resumo_pedido label{
    width:150px;
}

#iframe_altera_senha .resumo_pedido label.error{
    color: #FD0077;
    font-size: 11px;
    text-align: right;
    width: 365px;
}

#iframe_altera_senha .formulariopedidos, #iframe_altera_senha .resumo_pedido{
    width:365px;
    position:relative;
}

/* <<<<<<<<<<<<<< FIM IFRAME TROCASENHA <<<<<<<<<<<<<< */

/*----------------- IFRAME CONSOLIDADO ----------------- */

#iframe_consolidado {
    display:inline-block;
    padding:30px;
    background:#FFF;
}

#iframe_consolidado .dados_pedido {
    display:inline-block;
    width:auto;
    margin:0;
}

#iframe_consolidado .dados_pedido #opcoes_download {
    display:inline-block;
    width:920px;
}

#iframe_consolidado .dados_pedido h2{
    margin-bottom:10px;	
}

#iframe_consolidado .dados_pedido h2 span{
    color: #656565;
}

#iframe_consolidado .dados_pedido h2.destaque{
    color: #fd0077;
    border:0;
    margin-top:12px;
    margin-bottom:0;
}

#iframe_consolidado .dados_pedido .resumo_pedido {
    display:inline-block;
    width:auto;

}

/* <<<<<<<<<<<<<< FIM IFRAME TROCASENHA <<<<<<<<<<<<<< */

div.relatorio{
    margin:30px;
}

div.relatorio h2{
    margin-bottom:17px;	
    color:#000;
    font-size:16px;
    font-weight:bold;
    border-bottom:#56afe0 solid 3px;
    padding-bottom:6px;
    margin-bottom:30px;
    background:none;
    text-indent:0px;
    line-height:normal;
}

div.relatorio h2.destaque{
    color: #fd0077;
    border:0;
    margin-top:12px;
    margin-bottom:0;
    clear:both;
}

/*----------------- TABELA CONSOLIDADO ----------------- */

.white-bottom{
    border-bottom:1px solid #FFFFFF !important;
    text-align:center !important;
}

#tabela_consolidado {
    margin:0;
    padding:0;
    border:none;
}

#tabela_consolidado{
    font-size:12px;
    text-align:center;	
    color:#666666;
    width:940px;
}

#tabela_consolidado .col_mes, .col_ano, .col_valor_vendido, .col_percent_valor_vendido, .col_pecas, .col_percent_pecas, .col_atend, .col_percent_atend, .col_ticket_medio, .col_percent_ticket_medio, .col_preco_medio, .col_percent_preco_medio, .col_pa, .col_percent_pa, .col_ranking_vendas {
    border:#cccccc solid 1px;
}

#tabela_consolidado td {
    border: 1px solid #CCCCCC;
    font-size: 11px;
    padding: 3px;
    text-align: right;
}

#tabela_consolidado th{
    font-size:13px;
    color:#000;
    font-weight:bold;
    text-align:center;
    background:#f4f4f4;
    border:#cccccc solid 1px;
    padding:3px;
    text-align:center;
}

#tabela_consolidado .col_mes {
    width:30px;
}

#tabela_consolidado .col_ano {
    width:65px;
}

#tabela_consolidado .col_valor_vendido {
    width:90px;
}

#tabela_consolidado .col_pecas, .col_atend , .col_ticket_medio, .col_preco_medio, .col_pa, .col_ranking_vendas {
    width:70px;
}


#tabela_consolidado .col_percent_valor_vendido, .col_percent_pecas, .col_percent_atend, .col_percent_ticket_medio, .col_percent_preco_medio, .col_percent_pa {
    width:50px;
}

#tabela_consolidado .background_linha {
    background: #f8f8f8
}

/***************************************/
.tabela_consolidado {
    margin:0;
    padding:0;
    border:none;
}

.tabela_consolidado{
    font-size:12px;
    text-align:center;	
    color:#666666;
    width:100%;
}

.tabela_consolidado .col_mes, .col_ano, .col_valor_vendido, .col_percent_valor_vendido, .col_pecas, .col_percent_pecas, .col_atend, .col_percent_atend, .col_ticket_medio, .col_percent_ticket_medio, .col_preco_medio, .col_percent_preco_medio, .col_pa, .col_percent_pa, .col_ranking_vendas {
    border:#cccccc solid 1px;
}

.tabela_consolidado tr:hover, .tabela_consolidado td:hover{
    background-color:#FFFFC4 !important;
    color:#000000 !important;	
}

.tabela_consolidado td{
    border:#cccccc solid 1px;
    padding:1px;
    text-align: right;
    font-size:12px;

}

.tabela_consolidado th{
    font-size:13px;
    color:#000;
    font-weight:bold;
    text-align:center;
    background:#f4f4f4;
    border:#cccccc solid 1px;
    padding:3px;
    text-align:center;
}

.tabela_consolidado .col_mes {
    width:30px;
}

.tabela_consolidado .col_ano {
    width:65px;
}

.tabela_consolidado .col_valor_vendido {
    width:90px;
}

.tabela_consolidado .col_pecas, .col_atend , .col_ticket_medio, .col_preco_medio, .col_pa, .col_ranking_vendas {
    width:70px;
}


.tabela_consolidado .col_percent_valor_vendido, .col_percent_pecas, .col_percent_atend, .col_percent_ticket_medio, .col_percent_preco_medio, .col_percent_pa {
    width:50px;
}

.tabela_consolidado .background_linha {
    background: #f8f8f8
}



/*
tr:nth-child(odd) {background: #FFF}


#tabela_consolidado tbody tr:hover td{
        background:#ecf9f8; 
}*/


/* <<<<<<<<<<<<<< FIM TABELA ARTIGOS <<<<<<<<<<<<<< */



.clear {clear:both;}
.variacao_geral{background:#fff url("../images/bg_menu_areas_cor.gif") repeat-y 14px 0  !important;} /*altera o bg da DIV geral*/ 
.variacao_home{background:#fff url("../images/bg_menu_home.gif") repeat-y 14px 0  !important;} /*altera o bg da DIV geral*/ 
.no_border{border:0;}
.no_margin{margin:0 !important;}
.no_margin_top{margin-top:0 !important;}
.no_margin_bottom{margin-bottom:0 !important;}
.no_margin_left{margin-left:0 !important;}
.no_margin-right{margin-right:0 !important;}
.no_background {background:#fff !important;}
.background {background:#f8f8f8;}
.linha {border-bottom:#cbcbcb 1px solid;}
.linha_top {border-top:#cbcbcb 1px solid;}
.margem_top {margin-top:30px;}
.margem_bottom {padding-bottom:30px;}
.invisivel{display:none;}
/* JQUERY - MARCOS */

#comentarios{display:none;}



.ui-corner-all, .pagination li a, .pagination li, #tooltip, ul#dashboard-buttons li a, .fixed #sidebar, #dashboard-buttons ul li, #dashboard-buttons ul li a, #dashboard-buttons, .content-box {
    border-radius: 3px 3px 3px 3px;
}

/* Response Messages */

.response-msg {
    padding:6px 10px 10px 45px !important;
    font-size:0.96em;
    margin:0 0 10px !important;
}

.response-msg span {
    display:block;
    font-weight:bold;
    padding:0 0 4px;
}

div.error {
    background:#f9e5e6 url('../cms/images/icons/error.png') 10px 50% no-repeat;
    color:#b50007;
    border:#e8aaad solid 1px;
}

.notice  {
    background:#f9f9e5 url('../cms/images/icons/notice.png') 10px 50% no-repeat;
    color:#828400;
    border:#e8e3aa solid 1px;
}

.inf {
    background:#e5ecf9 url('../cms/images/icons/info.png') 10px 50% no-repeat;
    color:#0055b5;
    border:#aac6e8 solid 1px;
}

.success {
    background:#e9f9e5 url('../cms/images/icons/success.png') 10px 50% no-repeat;
    color:#1c8400;
    border:#b4e8aa solid 1px !important;
}

.other-box {
    margin:15px 0;
}

.cont {
    border-top:#fff solid 1px;
    padding:8px;
    line-height:1.4em;
}

.other-box h3 {
    font-size:1.2em;
    font-weight:bold;
}

.gray-box {
    background:#eaeaea;
    border:#c0c0c0 solid 1px;
}

.yellow-box {
    background:#fff6bf;
    border:#fdd845 solid 1px;	
}


#relatorio_produtoCategoria {
    border:#cccccc solid 1px;
    margin:0;
    padding:20px;
    text-align: left;
    color:#666666;
    font-size:12px;
    width:925px;
    color:#000;
    background:#ffffff;
    clear:both;
}

#relatorio_produtoSubCat {
    border:#cccccc solid 1px;
    border-right:0px;
    margin:0;
    padding:5px;
    text-align: left;
    color:#666666;
    font-size:12px;
    width:900px;
    color:#000;
    background:#f4f4f4;
    float:right;
    clear:both;
}
#relatorio_produtoLinha {
    border:#cccccc solid 1px;
    border-right:0px;
    margin:0;
    padding:5px;
    text-align: left;
    color:#666666;
    font-size:12px;
    width:875px;
    color:#000;
    background:#ffffff;
    float:right;
    clear:both;
}
#relatorio_produtoSexo {
    border:#cccccc solid 1px;
    border-right:0px;
    margin:0;
    padding:5px;
    text-align: left;
    color:#666666;
    font-size:12px;
    width:825px;
    color:#000;
    background: #ffffff;
    float:right;
    clear:both;
}
#relatorio_produtoGrupo {
    border:#cccccc solid 1px;
    border-right:0px;
    margin:0;
    padding:5px;
    text-align: left;
    color:#666666;
    font-size:12px;
    width:850px;
    color:#000;
    background:#f4f4f4;
    float:right;
    clear:both;
}
#relatorio_produtoSubGrupo {
    border:#cccccc solid 1px;
    border-right:0px;
    margin:0;
    padding:5px;
    text-align: left;
    color:#666666;
    font-size:12px;
    width:800px;
    color:#000;
    background:#f4f4f4;
    float:right;
    clear:both;
}

#relatorio_produtoCategoria:hover, #relatorio_produtoSubCat:hover, #relatorio_produtoLinha:hover, #relatorio_produtoSexo:hover, #relatorio_produtoGrupo:hover ,#relatorio_produtoSubGrupo:hover, #relatorio_produtoGrupo:hover
{ 
    background-color:#e6f6f5;
}
#tabs_mkt_materiais{
    margin-bottom: 20px;
    margin-left: 4px;
    width: 649px;
}

#tabs_mkt_materiais a{
    cursor: default;
    width: 50px;
}
#tabs_campanhas{
    border:none !important;
    overflow:hidden;
}
.form_interno label{
    width:170px !important;
}
.form_interno h2{
    background: none repeat scroll 0 0 transparent !important;
    border-bottom: medium none !important;
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: normal !important;
    margin-bottom: 5px !important;
    padding-bottom: 6px !important;
    text-indent: 0 !important;
}
.formulario_ranking_busca {
    float:right;
    width:400px;
    color:#656565;
    height:28px;
    line-height:28px;
    text-indent:10px;
    border:#dad7d7 1px solid;
    background:#f8f8f8;
    font-weight:normal;
}
.formulario_busca_dollar {
    float:right;
    width:200px;
    color:#656565;
    height:28px;
    line-height:28px;
    border:#dad7d7 1px solid;
    background:#f8f8f8;
    font-weight:normal;
}
/*----------------- AVISO PROCESSOS ----------------- */

#aviso_processos {
    display:inline-block;
    width:511px;
    height:55px;
    border:#c3c3c3 solid 1px;
    background:#b3b3b3;   
    margin-bottom:20px;
}

.aviso_processos_msg {
    font-size:14px;
    font-weight:bold;
    float:left;
    color:#fff;
    padding:12px;
    width:400px;
}

#aviso_processos .botao_fechar {
    margin-top:16px;
    margin-right:12px;
    height:25px;
    width:26px;
    float:right;
    display:block;
    overflow:hidden;
    text-indent:30px;
    background:url("../images/bt_fechar.png") no-repeat;
}

/*--------------------------------------------------*/

span.box {
    display: block;
    float: left;
    text-align: justify;
    width: 431px;
}

#geral #conteudo #conteudo_secao .dados_pedido #marketing_materiais .resumo_pedido .formulariopedidos .box b {
    color: #ff0084;
    font-weight: bold;
}
.fonte_vermelha {
    color:#FF0000;
}

.destaque-imagem-preenchido {
	float:right; 
	width:21px; 
	margin: 0 auto; 
	padding: 0px 6px 0px 0px;
}

.destaque-botao-preecher {
	float:right; 
	width:120px; 
	margin: 0 auto; 
	padding: 0px 0px 0px 0px;
}

.destaque-descricao-lojas {
	float:left; 
	width:441px; 
	margin: 0 auto; 
	padding: 5px 0px 0px 50px; 
	font-size:12px; 
	font-weight:bold;
}

.destaque-sub-itens {
    background:#f0f0f0;
    padding:0 0 0 0;;
    border-bottom:#fff 1px solid;	
}

.destaque-sub-itens:hover{
    background:#fff;
}

.info_extra_titulo {
    font-size:12px;
    color:#000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border:1px solid #BEBEBE;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	margin-right: 5px;
	padding: 4px 18px;
}

.titulo-franquiado {
    padding-top: 17px !important; 
    font-size: 15px; 
    min-height: 25px;
    font-weight: bold !important;
}

.titulo-dados-fraqueado {
    padding-top: 17px !important; 
    font-size: 18px; 
    min-height: 25px;
    font-weight: bold !important;
}

.uppercase_input {
    text-transform: uppercase;
}

input.botao_avancar{
    cursor: pointer;
    border: 0;
    display:block;
    float:right;
    color:#fff;
    font-weight:normal;
    font-size: 13px;
    text-decoration: none;
    padding: 5px 30px 5px 10px;
    margin:0 0 0 5px;
    background:#aaaaaa url(../images/seta_branca_botoes.png) right 10px no-repeat;
}

input.botao_avancar:hover {
    background:#999999 url(../images/seta_branca_botoes.png) right 10px no-repeat;
}


.btn_adicionar {
    display:block;
    float:right;
    margin-right: 14px;
    color:#FFFFFF !important;
    font-weight:normal !important;
    font-size: 13px;
    text-decoration: none !important;
    padding: 5px 27px 5px 5px;
    background:#1b87c3 url(../images/mais_vitrine.png) right 10px no-repeat;
    border:0;
    width: 120px;
    text-align: center; 
}
.btn_adicionar:hover {
    background:#39ada8 url(../images/mais_vitrine.png) right 10px no-repeat;
}

.btn_remover_excluir {
    margin-right: 15px;
    margin-left: 10px;
    display:block;
    float:right;
    color:#FFFFFF !important;
    font-weight:normal !important;
    font-size: 13px;
    text-decoration: none !important;
    padding: 5px 27px 5px 5px;
    background: #AAAAAA url(../images/menos_vitrine.png) no-repeat scroll right 10px ;
    border:0;
    background-position: right 12px top 10px;
    width: 120px;
    text-align: center; 
}
.btn_remover_excluir:hover {
    background:#999999 url(../images/menos_vitrine.png) right 8px top 10px no-repeat;
}



/* ------ Buttons for forms ----- */

.btn-dynamic.add {
    cursor: pointer;
    margin:0px auto;
    float:left;
    display:block;
    border-bottom: 0 !important;
    margin-left: 208px;
}

.btn-dynamic.remove {
    cursor: pointer;
    margin:0px auto;
    float:left;
    display:block;
    border-bottom: 0 !important;
    margin-left: 5px;
    margin-top: 3px;
}

.btn-dynamic a {
    display:block;
    float:none;
    text-decoration:none;
}

.btn-dynamic.botao {
    line-height:16px; 
    padding:0 1px 0 5px;
    background:url(../images/btn_bg_left_grey.png) no-repeat left top;
}

.btn-dynamic.botao:hover {
    background-position:left bottom;
}

.btn-dynamic.botao a {
    padding:4px 13px 4px 4px;
    background:url(../images/btn_bg_grey.png) no-repeat right top;
    color:#333;
}

.btn-dynamic.botao a:hover {
    background-position:right bottom; 
    text-decoration:none;
    color:#000;
}

.btn-dynamic.botao span {
    text-indent:20px;
    display:block;
}

.btn-dynamic.botao.add span { background:url(../images/add.png) no-repeat left center; }
.btn-dynamic.botao.remove span { background:url(../images/delete.png) no-repeat right center; height: 16px; width: 19px;}

.resumo_pedido .email {
    float:left !important;
    margin:0px;
    width:230px !important;
    font-weight:bold;
}

.tabela_inputs {
    width:100%; 
    text-align: center; 
    margin-bottom: 2px;
}

.tabela_inputs td {
    padding-bottom: 5px;
}

.tabela_inputs th {
    padding-bottom: 5px;
    text-align: center;
}
.tblRadio .between {
    float: left;
    margin: 7px 7px 7px 0px;
    *margin: 7px 9px;
    color: #999999;
    font-style: italic;
    font-weight: normal;
}
.formulariopedidos .clslabelMensagem{
    width: 67%;
    font-weight: normal;
    text-align: justify;
    /**padding: 25%;*/

}
.divisor_pedidos_job {
    float:left;
    width:603px;
    line-height:20px;
    padding: 30px 30px;
    margin-bottom:30px;
    color:#000;
    font-size:16px;
    font-weight:bold;
    background:#dcdcdc;
}
.resumo_pedido .item_complemento_aviso{
    color:#fd0077;
    float:right;
    /**width:433px; Alterado Rodrigo - RKAM 16/02/2015*/
    width:431px;
	margin: 5px 0;
    font-style:italic;
    font-weight:normal;
}

.dados_pedido_outdoor {
    /*float:left;*/
    width:633px;
    padding-left:7px;
    background:#FFFFFF;
}

.formularioOutdoorRed{
   width:100%;  
}

.formularioOutdoor label{
    padding:6px 0;
    float:left;
    width:100px;
    font-weight:bold;
    color:#00A8D1;  
}

.formularioOutdoorRed label{
    padding:6px 0;
    /**float:left;*/
    /**width:400px;*/
    font-weight:bold;
    color:#fd0077;  
}

.resumo_pedido .nowidth{
    padding:6px 0;
    float:left;
    width:420px;
    font-weight:normal;   
}

/*----------------- TABELA CALENDARIO PROMOCIONAL ----------------- */



#outdoor_takeone table{
    width:100%;
    border-collapse:collapse;
    color:#656565;
}


#outdoor_takeone tr.last{
    border-bottom:none;
}

#outdoor_takeone td{
    border-top:1px solid #d4d4d4;
    padding:4px;
    text-align:left;
    font-size:11px;
}

#outdoor_takeone th{
    /**padding:20px 0;*/
    font-size:12px;
    font-weight:bold;
    color:#000;
    background:#ecf9f8;
    /**text-transform:none;*/
    text-align:left;
}


/**INICIO - ADICIONADO RODRIGO BERTELLI - RKAM 12/05/2016 */
.resumo_pedido .data {
    float:left !important;
    margin:0px;
    width:100px !important;
    font-weight:bold;
}

.resumo_pedido .tam {
    float:left !important;
    margin:0px;
    width:50px !important;
    font-weight:bold;
}
/**FIM - ADICIONADO RODRIGO BERTELLI - RKAM 12/05/2016 */

/**INICIO ESTILOS NOTIFICATION*/

.button-default {
  -webkit-transition: 0.25s ease-out 0.1s color;
  -moz-transition: 0.25s ease-out 0.1s color;
  -o-transition: 0.25s ease-out 0.1s color;
  transition: 0.25s ease-out 0.1s color;
  background: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  outline: none;
  position: relative;
}
.show-notifications {
  position: relative;
}
.show-notifications:hover #icon-bell,
.show-notifications:focus #icon-bell,
.show-notifications.active #icon-bell {
  fill: #34495e;
}
.show-notifications #icon-bell {
  fill: white;
}
.show-notifications .notifications-count { 
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: red;
    color: white;
    height: 16px;
    line-height: 15px;
    position: absolute;
    right: 2px;
    text-align: center;
    top: 1px;
    width: 16px;
    font-size: 10px;
    font-weight: 600;
}
.ativaNotification {
   -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.25s ease-out 0.1s opacity;
  -moz-transition: 0.25s ease-out 0.1s opacity;
  -o-transition: 0.25s ease-out 0.1s opacity;
  transition: 0.25s ease-out 0.1s opacity;
  background: #e5e5e5;
  margin-top: 40px;
  opacity: 100;
  position: absolute;
  z-index: 100;
  margin-left: -339px;
  /**top: 50px;*/
	box-shadow: 0 4px 8px 2px rgba(0,0,0,0.2);
	
}
.inicialNotification {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.25s ease-out 0.1s opacity;
  -moz-transition: 0.25s ease-out 0.1s opacity;
  -o-transition: 0.25s ease-out 0.1s opacity;
  transition: 0.25s ease-out 0.1s opacity;
  background: #ecf0f1;
  border: 1px solid #bdc3c7;
  left: 10px;
  opacity: 0;
  position: absolute;
  top: -999px;
  display:none;
}
.notifications:after {
  border: 9px solid transparent;
  border-bottom-color: #1b87c3;
  content: '';
  display: block;
  height: 0;
  left: 340px;
  position: absolute;
  top: -18px;
  width: 0;
}
.notifications h3,
.notifications .show-all {
  background: #1b87c3;
  color: #fefefe;
  margin: 0;
  padding: 10px;
  width: 350px;
  font-size: 13px;
}
.notifications h3 {
  cursor: default;
  font-size: 14px;
  font-weight: normal;
  text-align:left;
}
.notifications .show-all {
  display: block;
  text-align: center;
  text-decoration: none;
  background:#f4f4f4 !important;
  color:#999;
}
.notifications .show-all:hover,
.notifications .show-all:focus {
  text-decoration: none;
  background:#fafafa !important;
}
.notifications .notifications-list {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.notifications .notifications-list .item {
  /*-webkit-transition: -webkit-transform 0.25s ease-out 0.1s;
  -moz-transition: -moz-transform 0.25s ease-out 0.1s;
  -o-transition: -o-transform 0.25s ease-out 0.1s;
  transition: transform 0.25s ease-out 0.1s;
  border-top: 1px solid #bdc3c7;
  color: #7f8c8d;
  cursor: default;
  display: block;
  padding: 10px;
  position: relative;
  white-space: nowrap;
  width: 350px;*/
 
   -webkit-transition: -webkit-transform 0.25s ease-out 0.1s;
    -moz-transition: -moz-transform 0.25s ease-out 0.1s;
    -o-transition: -o-transform 0.25s ease-out 0.1s;
    transition: transform 0.25s ease-out 0.1s;
    color: #7f8c8d;
    cursor: default;
    display: block;
    padding: 12px;
    margin: 8px 16px;
    position: relative;
    white-space: nowrap;
    width: 314px;
    background: white;
    box-shadow: 0 1px 1px 1px rgba(0,0,0,0.1);

}
.notifications .notifications-list .item:before,
.notifications .notifications-list .item .details,
.notifications .notifications-list .item .button-dismiss {
  display: inline-block;
  vertical-align: middle;
}
.notifications .notifications-list .item:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #1b87c3;
  content: '';
  height: 8px;
  width: 8px;
}
.notifications .notifications-list .item .details {
  margin-left: 10px;
  white-space: normal;
  width: 91% !important;
}
.notifications .notifications-list .item .details .title,
.notifications .notifications-list .item .details .date {
  display: block;
}

.notifications .notifications-list .item .details .title{
    font-size: 13px;
    font-weight: normal;
    text-align: justify;

	color: #000;
}
.notifications .notifications-list .item .details .title:hover{
	text-decoration:none!important;
}
.notifications .notifications-list .item .details .date {
  color: #95a5a6;
  font-size: .85em;
  margin-top: 3px;
}
.notifications .notifications-list .item .button-dismiss {
  color: #bdc3c7;
  font-size: 2.25em;
}
.notifications .notifications-list .item .button-dismiss:hover,
.notifications .notifications-list .item .button-dismiss:focus {
  color: #95a5a6;
}
.notifications .notifications-list .item.no-data {
  display: none;
  text-align: center;
}
.notifications .notifications-list .item.no-data:before {
  display: none;
}
.notifications .notifications-list .item.expired {
  color: #bdc3c7;
}
.notifications .notifications-list .item.expired:before {
  background: #bdc3c7;
}
.notifications .notifications-list .item.expired .details .date {
  color: #bdc3c7;
}
.notifications .notifications-list .item.dismissed {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.notifications.empty .notifications-list .no-data {
  display: block;
  padding: 10px;
}

.notifications .notifications-list .item .details span {
padding-left: 10px;
padding-right: 10px;
}

.notifications .notifications-list .item:hover {
	background:#f4f4f4;
	
}
	
#divNotification{
    margin-top: -10px!important;*/
    z-index: 99999;
    float: left;
}

#btnNotification{
    float: right !important;
}
/**INICIO - RODRIGO BERTELLI - RKAM ADICIONADO PARA NOVOS AJUSTES DE NOTICIA E BOAS PRATICAS*/
.noticia_item_praticas {
    padding: 15px 0px 0px 0px;
    border-bottom:#454545 solid 1px;
    height: 100px;
}

.noticia_imagem{
    width: 40%; 
    float:left;
    margin: 10 10 10 10;
}
.noticia_imagem img{
    width: 150px;
}
/* variables */
/* mixins */
/**FIM ESTILOS NOTIFICATION*/

.noticia_destaque_imagem{
    width: 48%;
    float: left;
}
.noticia_descricao{
    height: 150px;
    width: 51%;
    float:right;
    margin:8px 0;
    font-size:18px;
    color:#1b87c3;
    font-weight:normal;
    text-align: left;
    
}

.noticia_descricao label, .noticia_descricao_sem_imagem label{
    color: #333;
    letter-spacing: 0;
    -webkit-box-flex: 0;
    flex: 0 1 0;
    flex-basis: auto;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 9pt;
    font-weight: bold;
}
.noticia_descricao span, .noticia_descricao_sem_imagem span{
    font-size: 8pt;
    color: #999 !important;
    display: inline-block;
    text-transform: uppercase;
    width: 170px !important;
    font-weight: bold;
}
.noticia_item_destaque{
    height: 130px;
    border: 0px;
    border-bottom: #dfdfdf solid 1px;
    padding:20px 0;
}

.noticia_desc_center a{
    color: #1b87c3 !important;
    text-decoration:none; 
}

.border_last{
    border-bottom: 0px !important;    
}

.noticia_descricao_sem_imagem{
    margin:8px 0;
    font-size:18px;
    color:#1b87c3;
    font-weight:normal;
    margin: 10px 0px 10px 0px;
}

.noticia_descricao:hover, .noticia_descricao_sem_imagem:hover{
	text-decoration:underline;
    
}

.noticia_item_destaque_sem_imagem{
    /**height: 80px;
    border: 0px;*/
    border-bottom: #dfdfdf solid 1px;
    /**padding:20px 0;*/
}

#tabs-noticias a{
    text-decoration: none;

}

#conteudo_secao .dados_pedido h6{
    color:#000;
    font-size:14px;
    font-weight:bold;
    border-bottom:#56afe0 solid 3px;
    padding-bottom:6px;
    margin-bottom:30px;
    background:none;
    text-indent:0px;
    padding-left:0px;
    line-height:normal;
}

/**FIM - RODRIGO BERTELLI - RKAM ADICIONADO PARA NOVOS AJUSTES DE NOTICIA E BOAS PRATICAS*/

#div_banner_principal,#div_banner_filhos{
    margin-left: 10px;
}
#divImgFilho{
    margin-top: 10px; 
    width: 49%; 
}

.destaque_area_conteudo_arquivos_briefing{
    float:left;
    margin:8px 30px 17px 0px;
    *padding-bottom:17px;
    width:100%;
}

/**INICIO 03/04/2017 - RODRIGO BERTELLI - RKAM ADICIONADO PAGINA DE BANNERS*/
.banner-page-titulo-borda {
    /**position:absolute;
    overflow:hidden;
    z-index:2;
    left:0;
    top:0;
    width:2px;
    height:100%;
    _height:600px;*/
}
.banner-page-titulo-fundo {
    display:block;
    /**z-index:1;
    position:absolute;
    top:0;
    left:0;*/
    /**width:100%;
    height:100%;*/
    height:80px;
    cursor: pointer;
    background-color:#131417;
    border-left: 2px solid #1b87c3;
}
.banner-page-titulo :hover {
    opacity: 0.95;
}
.banner-page-titulo-texto {
    z-index:2;
    position:relative;
    color:#fff;
    /**font-size:22px;*/
    padding:13px 16px 16px 18px;
    /**border-right:#1c1d20 1px solid;*/
    float:left;
    margin-right:27px;
    _margin-right:0;
    /**max-width:257px;
    _width:257px;*/
    font-weight:normal;
    text-align: justify;
}
/**.banner-page-titulo-seta {
    width:11px;
    height:17px;
    z-index:2;
    position:absolute;
    right:30px;
    margin-top:-50px;
    background-repeat:no-repeat;
    background-image:url('../images/sprite1.png');
    background-position:0 -12px;
    background-color: #1b87c3;
    
}*/
#div_banner_principal,#div_banner_filhos{
    margin-left: 10px;
}
.tblBanner td{
   /** margin-top: 10px; */
    /**width: 49%;*/
    /**border-collapse:separate; 
    border-spacing: 0 1em; */
    border-spacing: 5px !important;
	max-width: 319px;
}

.destaque_area_conteudo_arquivos_briefing{
    float:left;
    margin:8px 30px 17px 0px;
    *padding-bottom:17px;
    width:100%;
}
/**ADICIONADO RODRIGO BERTELLI - ENVOLTI 09/07/2018 */

.destaque_area_conteudo_books{
    float:left;
    margin:8px 30px 17px 30px;
    *padding-bottom:17px;
    /**width:603px;*/
}

.destaque_area_1 .destaque_area_conteudo_books h3{
    margin:8px 0 0 0;
}
.destaque_area_1 .destaque_area_conteudo_books .data_destaque_area {
    font-size:11px;
    color:#919191;
    margin-top:10px;
}

.imgFotoFachada{
    margin-top: 5px; 
    margin-left: 135px; 
    position: absolute; 
    cursor: pointer; 
    display: none;
}

/**ADICIONADO RODRIGO BERTELLI - ENVOLTI 09/07/2018 */


