@charset "utf-8";
/* CSS Document */

img {
    border:0;
}

body {
   background-color: white;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
    height: 100%;
}

p {
  text-align: justify !important;
}

h5 {

}

h5 span {
  color:#b81cb3;
}

legend {
  font-size:16px;
  height: 32px;
}

label {
  font-size: 13px;
}

a:link {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: none;
}
a:active {
    color: #000;
    text-decoration: none;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
border: 1px solid #89d8ce;
}

.dropdown-menu li>a:hover,.dropdown-menu li>a:focus,.dropdown-submenu:hover>a {
 background-color:#E35D7D !important;
 color:#fff;
  /* background-image:linear-gradient(bottom,rgb(184,74,182) 9%,rgb(196,96,194) 55%,rgb(230,117,228) 78%);
  background-image:-o-linear-gradient(bottom,rgb(184,74,182) 9%,rgb(196,96,194) 55%,rgb(230,117,228) 78%);
  background-image:-moz-linear-gradient(bottom,rgb(184,74,182) 9%,rgb(196,96,194) 55%,rgb(230,117,228) 78%);
  background-image:-webkit-linear-gradient(bottom,rgb(184,74,182) 9%,rgb(196,96,194) 55%,rgb(230,117,228) 78%);
  background-image:-ms-linear-gradient(bottom,rgb(184,74,182) 9%,rgb(196,96,194) 55%,rgb(230,117,228) 78%);
  background-image: -webkit-gradient( linear,left bottom,left top,color-stop(0.09,rgb(184,74,182)),color-stop(0.55,rgb(196,96,194)),color-stop(0.78,rgb(230,117,228))); */
}

.navbar-inner {
  border-radius: 7px 7px 0px 0px;
  border-bottom: 3px solid #89d8ce;
  float:right;
  margin-top: 15px;
  width:210px;
}

.registar {
    margin-top: 0px;
    border-bottom: none;
    border-radius: 0px 0px 7px 7px;
    width:210px;
    height:50px;
    padding-top: 10px;
}

.registar p {
  font-size: 11px;
  font-weight: bold;
}

.registar a {
  color: #89d8ce;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold !important;
}

.registar a:hover {
  text-decoration: underline;
}

.registar img {
  float:right;
  margin-top:-30px;
}

.registarempresa {
    border-radius: 7px;
    width:210px;
    height:100px;
    padding-top: 10px;
    background-color: white;
}

.caminho 
{
    font-size: 16px;
    color: #000000;
    background-color: #da8aad;
    padding: 0px;
}

p.casar {
  background-color: #f4e1e3;
  padding-left: 10px;
  padding-top:5px;
  border-radius: 5px;
}

/*.ui-widget-header {
border: none !important;
background: url('../js/images/ui-bg_gloss-wave_35_f6a828_500x100.png') 50% 50% repeat-x !important;
color: white;
font-weight: bold;
}

.ui-datepicker-prev:hover {
border:none !important;
background-color: transparent !important;
background: url('../js/images/ui-icons_888888_256x240.png') !important;
cursor: pointer;
}

.ui-datepicker-next:hover {
border:none !important;
background-color: transparent !important;
background-image: none;
cursor: pointer;
}

.ui-datepicker-trigger {
  margin-top:-10px;
  padding-left:5px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { 
  color:#333333;
}

.ui-state-default:hover, .ui-widget-header .ui-state-default:hover, .ui-state-hover { 
  border: 1px solid #c460c2;
  background: 50% top repeat-x;
  background-image: none;
}

.ui-state-highlight, .ui-state-default, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background: #f0b8ef url('') 50% top repeat-x;
  border:none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #c460c2;
}

.ui-state-focus .ui-icon {
background: url('../js/images/ui-icons_888888_256x240.png') !important;
} */

.titulo_conteudo {
    font-size: 18px;
    color: #e283df;
    padding:5px;
}

.sub_titulo_conteudo{
    font-size: 14px;
    color: #6cc6bb;
    padding:5px;
}

.popover-title {
padding: 8px 14px !important;
}

.sub_titulo_conteudo2{
    font-size: 14px;
    color: #878787;
    font-style: italic;
    font-weight: bold;
}

.sub_titulo_sombreado_conteudo 
{
    font-size: 14px;
    color: #717171;
    background-color: #dfdfdf;
}

.texto_conteudo {
    font-size: 12px;
    color: rgb(119, 119, 119);
    text-align: justify;
    padding:5px;
}

.texto_sublinhado_conteudo {
    font-size: 14px;
    color: #51b3a7;
    padding:5px;
}

.resumos_conteudo {
    font-size: 20px;
    color: #51b3a7;
    line-height: 20px;
}

.resumos_aspas_conteudo {
    font-size: 25px;
    color: #c1c1c1;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
}

.links-uteis 
{
    font-size: 14px;
    color: #6cc6bb;
    text-decoration: none;
}


.links-uteis:link, visited

{
    color: #6cc6bb;
}

.links-uteis:hover
{
    text-decoration: underline;
}

.tabela_conteudos
{
    background-color:#FFF;
}

/*accor menu

.menu_list {
        width: 200px;
}*/
.menu_head {
    padding: 5px 30px;
    cursor: pointer;
    position: relative;
    margin:1px;
    font-weight:bold;
    background:url(../img/left.png) center right no-repeat;
}
.menu_body {
    display:none;
}
.menu_body a {
    display:block;
    color:#717171;
    background-color:#eeeeee;
    padding-left:10px;

    /*  font-weight:bold;*/
    text-decoration:none;
}
.menu_body a:hover {
    color: #000000;
    text-decoration:underline;
}


.sitedir:hover {
    text-decoration: underline;
    background-color:#f2f2f2;
}


.boxfora{
    box-shadow: 5px 5px 10px #ccc;
    -webkit-box-shadow: 5px 5px 10px #ccc;
    -moz-box-shadow: 5px 5px 10px #ccc;
    background-color:white; 
    padding:10px;
}	

.boxdentro{
    border:1px #EDEDED solid;
    padding:5px;
    background-color:white;
}
.boxcontent {
    padding:2px;
    font-size: 11px;
    color: rgb(119, 119, 119);
    min-height: 100%;
    overflow: hidden;
}

div.likeboxwrap
{   
    width:313px;
    height:350px;
    overflow:hidden;
    text-align:center;
}

div.likeboxwrap iframe
{
    margin:-1px;
    border:none;
    overflow:hidden;
    width:315px;
    height:425px;
}

#container{
    /*width:500px;*/
    /*border:1px solid #eee;*/
    /*margin:100px auto;*/
}
#container h1{
    margin:0; padding:5px; 
    font-weight:normal; 
    color:#333;
}
#container p{
    color:#333; 
    margin:0; line-height:2em;
}
#pollcontainer{
    margin:5px; 
    /*border:1px solid #f3f3f3;*/
    background:#f9f9f9;
    padding:5px;
}
#loader{ display:none; text-align:center;}
.option{ margin:5px 0; }
.option p{ line-height:1.1em; font-size:0.85em; }
.bar{ height:10px; background:#D6234A; }
.yourvote{ background:#113399; }	

.contentor{
    width:980px;
    margin:0 auto;
    z-index: -1;
    /*    background-color: lightblue;*/
    overflow:hidden;
    padding:0 15px 15px 15px;
    background-color: transparent;
}

.parcela_first{
    position:relative;
    float:left;
}
.parcela{
    position:relative;
    float:left;
    margin-left: 15px;
}

.parcela_title{
    background: black url(../img3/forum_title_icon.png) no-repeat top left;
    box-shadow: 5px 5px 10px #ccc;
    -webkit-box-shadow: 5px 5px 10px #ccc;
    -moz-box-shadow: 5px 5px 10px #ccc;
    height:45px;
}
.parcela_title span{
    vertical-align: middle;
    line-height: 45px;
    color:#777777;
    font-size:16px;
    margin-left:60px;
    font-weight: bold;        
}
.parcela_first_inner{
    position:relative;
    float:left;
}
.parcela_inner{
    margin-left:10px;
    position:relative;
    float:left;
}

.parcela_title_inner span{
    vertical-align: middle;
    line-height: 45px;
    color:#777777;
    font-size:14px;
    margin-left:60px;
    font-weight: bold;        
}
.separador_h{
    min-height: 15px;
}
.separador_v{
    min-width: 10px;
}

.news-container{margin: auto;}

.news-container ul li div{
    padding:3px;
    width:335px;
    color:#777777;
}

#my_sondagem label, input, button, select, textarea {
  font-size: 13px !important;
}

#rodape{
    width:100%;
    overflow: hidden;
    margin-top:50px;

}

#rodape-1{
	background-color:#111;
  color:white;
	overflow:hidden;
	padding:20px 10px;
	border-bottom:3px solid #111111;
}
#rodape-1 strong{
    font-size: 12px;
    color:#e35d7d;
}
.rodacont{
    padding:0;
    width:1043px;
    margin:0 auto;

}

.rodabox{
    
    display:block;
    float:left;
    padding-left:20px;
    width:240px;
    text-align: left;
    font-size: 11px;
    line-height: 18px;
}
.rodabox h2{
  color: #FFF;
    font-size: 14px;
    text-align: left;
    font-variant: small-caps;
}
.rodabox ul{
    list-style-type: none;
    margin:0;
    padding:0 0 0 10px;
}
.rodabox ul li a{
    color:#fff;
}



#rodape-2{
    overflow:hidden;
    background-color:#111111;
    padding:20px 10px;
}

#rodape-3{

    /*background:#DCF0F7 url(../imagens/1.png) repeat top left;*/
    padding:40px 10px;
    text-align: right;
    vertical-align: middle;
    font-size: 10px;

}

#alinhado-3{
	display:block;
	margin-right:400px;
	
}

#rodape-3 strong{
    color:#e35d7d;
}
#rodape-3 a{
    background-color: transparent;
}

table.footercontactos tr td{
    vertical-align:middle;
    font-size: 11px;
    text-align: left;
    color: #FFF;
}


.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
    display: none !important;}

.loginfail{
    padding:5px;
    text-align: center;
    background-color:#ffcece;
    margin-bottom: 10px;
    border-color: #df8f8f;
    color: #665252;
}

.boxcontent div {margin-left:10px !important;}

.content-left {
float:left;
width:600px;
}
.content-right {
float:right;
width:360px;
}

.moduletable {
  padding: 19px 29px 29px 19px;
  margin: 0 auto 20px;
  background-color: white;
  border: 1px solid #E5E5E5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.column div.ja-moduletable, .column div.moduletable, .column div.ja-module, .column div.module {
margin-left: 20px;
margin-right: 20px;
}

div.ja-moduletable h3, div.moduletable h3 {
font-size: 14px;
}

div.ja-moduletable, div.moduletable {
background: white;
margin: 0 20px 45px 0;
padding: 20px 0 0 0;
position: relative;
}

div.ja-moduletable, div.moduletable {
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

div.ja-moduletable > h3, div.moduletable > h3 {
color: white;
font-size: 175%;
font-weight: normal;
left: -20px;
line-height: normal;
padding: 0 0 10px 0;
position: absolute;
text-transform: uppercase;
top: -20px;
z-index: 1;
}

div.ja-moduletable h3, div.moduletable h3 {
margin: 0 0 8px;
overflow: hidden;
padding: 0 0 5px;
}

div.ja-moduletable > h3 span, div.moduletable > h3 span {
display: inline-block;
margin: 0;
padding: 5px 10px 10px 10px;
height:20px;
color: white;
text-decoration: none;
font-size: 18px;
text-transform: uppercase;
font-family: 'Open Sans', sans-serif;
}

div.ja-moduletable > h3, div.moduletable > h3 {
color: white;
font-size: 20px;
font-weight: normal;
line-height: normal;
text-transform: uppercase;
}

div.ja-moduletable .ja-box-ct, div.moduletable .ja-box-ct {
padding: 30px 20px 20px 20px;
}

/*.back-blue {
 /* background-color:#62A9D5;
  margin-left:30px !important;
  margin-bottom: 5px !important;
  background-color: #C460C2 !important;
  border-top-right-radius:3px;
  border-bottom-right-radius:3px;
}*/
.back-pink {
 /* background-color: #C460C2 !important; */
  background-color: #e35d7d !important;
  margin-left:30px !important;
  margin-bottom: 5px !important;
  border-top-right-radius:2px;
  border-bottom-right-radius:2px;
}

.back-green {
 /* background-color:#A5AD2B;*/
  background-color: #e35d7d !important;
  margin-left:30px !important;
  margin-bottom: 5px !important;
  border-top-right-radius:2px;
  border-bottom-right-radius:2px;
}
.back-blue {
  background-color:#e35d7d;
  margin-left:30px !important;
  margin-bottom: 5px !important;
  border-top-right-radius:2px;
  border-bottom-right-radius:2px;
}
.arrow-blue {
  /*background: url(../img/arrowblue_bg.gif) no-repeat 30px bottom;*/
   background: url(../img/arrow_bg.gif) no-repeat 30px bottom;
  margin-left:-20px !important;
}
.arrow-pink {
/*  background: url(../img/arrowpink_bg.gif) no-repeat 30px bottom;*/
background: url(../img/arrow_bg.gif) no-repeat 30px bottom;
  margin-left:-20px !important;
}
.arrow-green {
 /* background: url(../img/arrowgreen_bg.gif) no-repeat 30px bottom;*/
 background: url(../img/arrow_bg.gif) no-repeat 30px bottom;
  margin-left:-20px !important;
}
.arrow-blue1 {
 /* background: url(../img/arrowblue1_bg.gif) no-repeat 30px bottom;*/
 background: url(../img/arrow_bg.gif) no-repeat 30px bottom;
  margin-left:-20px !important;
}



#slider .nivo-controlNav {
  position:absolute;
  bottom:-70px; /* Put the nav below the slider */
}
#slider .nivo-controlNav img {
  display:inline; /* Unhide the thumbnails */
  position:relative;
  margin-right:10px;
}

/*categorias artigos*/
.categoriasartigos li {
background-color:#797569;
color:white;
width:190px;
text-align:right;
margin-top:5px;
}
.categoriasartigos li .link {
padding:5px 10px 5px 5px;
}
.categoriasartigos li .link a {
color:white;
}
/*fim categorias artigos*/

/*artigos*/
.artigo {
margin-bottom:10px;
}
.artigo p {
text-align:justify;
}
.artigo h5 {
text-align:right;
color:#797569;
}
.artigo img {
max-width:75px;
margin:0 10px 0px 0;
border:1px #797569 solid;
float:left;
}
/*fim artigos*/

/*mostra artigo*/
.mostraartigo {
margin-bottom:10px;
}
.mostraartigo p {
text-align:justify;
padding-bottom:10px;
line-height:160%;
font-size:14px;
}
.mostraartigo h2 {
text-align:left;
color:#1f1f1f;
padding-bottom:10px;
}
.mostraartigo h5 {
font-size:18px; 
text-align:right;
color:#1f1f1f;
padding:25px 0 10px 0;
}
/*fim mostra artigo*/




/*empresas*/
.empresa {
margin-bottom:10px; 
}
.empresa h2 { text-align:left; }
.empresa p {
text-align:justify;
font-size:12px;
}
.empresa img {
max-width:150px;
margin:0 10px 5px 0;
float:left;
}
.empresa .link{
clear:both; 
text-align:right;
padding:5px;
margin:10px 0 10px 0;
color:#1f1f1f;
font-weight:bold;
text-transform:uppercase;
background-color:#EDEDEA;
}
.vertodas {
clear:both; 
text-align:right;
color:#1f1f1f;
font-weight:bold;
text-transform:uppercase;
}
/*fim empresas*/

/*galeria*/
.galeria ul {
  margin:0;
  padding:0;
  list-style: none;
  width:560px;
  overflow:hidden;
}
.galeria ul li {
  float:left;
  position: relative;
  padding:10px;
  margin:0px 0px; 
}
.galeria ul li .thumb {
  background: white;
  border: 1px solid #CCC;
  display: inline-block;
  outline: none;
  padding: 4px;
  position: relative;
  vertical-align: bottom;
}

.galeria ul li .thumb i {
  background-color: #ededed;
  background-position: center 45%;
  background-repeat: no-repeat;
  display: block;
  width: 150px;
  height: 100px;
}

.galeria ul li .thumb em {
  width: 165px;
  height: 125px;
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  background: url(../img/cut-corner.png) no-repeat;
}
/*fim galeria*/


/*galeria empresa*/
.galeriaempresa ul {
  margin:0;
  padding:0;
  list-style: none;
  width:360px;
  overflow:hidden;
}
.galeriaempresa ul li {
  float:left;
  position: relative;
  padding:10px;
  margin:0px 0px; 
}
.galeriaempresa ul li .thumb {
  background: white;
  border: 1px solid #CCC;
  display: inline-block;
  outline: none;
  padding: 4px;
  position: relative;
  vertical-align: bottom;
}

.galeriaempresa ul li .thumb i {
  background-color: #ededed;
  background-position: center 45%;
  background-repeat: no-repeat;
  display: block;
  width: 130px;
  height: 100px;
}

.galeriaempresa ul li .thumb em {
  width: 165px;
  height: 125px;
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  background: url(../img/cut-corner-empresas.png) no-repeat;
}
/*fim galeria empresa*/


.item .contentpaneopen {
/*border-bottom: 1px solid #E6E7E8;*/
margin-bottom: 20px;
padding: 0px 0px 20px 0px;
}

.contentheading {
font-size: 22px;
margin: 0px;
padding: 0px 0px 5px 0px;
color: #333333;
}

.contentheading a:link,.contentheading a:visited {
color: #333333;
text-decoration: none;
font-size:22px;
line-height: 24px;
}

.contentheading a:hover,.contentheading a:active {
border-bottom: 1px dotted #333333;
}
.article-tools {
color: #999;
font-size: 92%;
margin-bottom: 15px;
}

dl.article-info {
color: #999;
margin: 5px 0px 0px 0 !important;
}

dl.article-info {
float: left;
padding: 0;
margin: 0;
width: 70%;
}

.article-tools dl dd {
margin: 0px;
padding: 0px;
}

dl.article-info dd, dl.article-info dt {
padding: 0 5px 0 0;
margin: 0;
display: inline;
}

.italic {
font-style: italic;
}

dl.article-info .author {
color: #89d8ce;
font-weight: bold;
}

.article-content {
overflow: visible !important;
}

img.img-border {
border: 1px solid #E6E7E8;
display: block;
margin-bottom: 15px;
padding: 3px;
}


.pagin ul li span.pagenav {
  border-color: #6ca3b1;
}

.pagin {
  float: right;
  background: #111;
  padding:0;
  margin:0;
}

.pagin ul {
  margin: 0px;
  float: left;
}

.pagin ul li {
  background: url(../img/line-page.gif) no-repeat left bottom;
  padding: 0px;
  color: #7B7D80;
  display: block;
}
.pagin ul li {
  background: none;
  display: block;
  float: left;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.pagin li {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.pagin ul li span.pagenav {
  border-color: #6CA3B1;
}

.pagin ul li span.pagenav {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.pagin ul li span.pagenav {
  background: white;
  border-bottom: 6px solid #EC534D;
  padding: 10px 15px;
  margin: 0px;
  line-height: 1;
  color: #222;
  display: block;
}

.pagin ul li span.pagenav, .pagin ul li a.pagenav {
  padding: 0 5px;
}

.pagin li a {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.pagin ul li a.pagenav {
  border-bottom: 6px solid white;
  padding: 10px 12px;
  margin: 0px;
  line-height: 1;
  color: #7B7D80;
  display: block;
}

.pagin ul li span.pagebreak {
  background-color: #111;
  border-bottom: 6px solid white;
  padding: 10px 12px;
  margin: 0px;
  line-height: 1;
  color: #FFF;
  display: block;
}


/* Pagination */
div.paginations  {
  position: absolute;
  margin: 0px 0px 25px 0px;
  padding: 0px;
  padding-right:20px;
  right: 0px;
}

.pagin { float: right; background: #111; }

.pagin ul { margin: 0px;  }

.pagin ul li {
  background: url(../img/line-page.gif) no-repeat left bottom ;
  padding: 0px ;
  color: #7b7d80; 
  display: block;
}

.pagin ul li a.pagenav {
  border-bottom: 6px solid #fff;
  padding: 10px 12px ;
  margin: 0px ; 
  line-height: 1;
  color: #7b7d80;
  display: block;
}

.pagin ul li a:hover, 
.pagin ul li a:focus, 
.pagin ul li:active {
  color: #fff;
}

.pagin ul li span.pagenav {
  background: #fff; 
  border-bottom: 6px solid #e35d7d;
  padding: 10px 15px ;
  margin: 0px ; 
  line-height: 1;
  color: #222;
  display: block;
}

.ja-box-ct {
  width:130px;
}

#ja-botsl1 ul.menu {
  background: url(../img/line-menu.gif) repeat-x left top;
}


div.utilizador_menu ul {
  margin: 0px -20px 0px -20px;
}

div.utilizador_menu ul li {
  /*background: url(../img/line-menu.gif) repeat-x left bottom;*/
  border-bottom:1px #F7E1F1 solid;
  display: block;
  margin: 0;
  padding: 0;
}



div.utilizador_menu ul li a {
  background: url(../img/arrow-normal.png) no-repeat 20px center !important;
  display: block;
  margin: 0;
  padding: 12px 0 12px 40px !important;
  border: none !important;
  color: #000;
}

div.utilizador_menu ul li a:hover {
background-image: url(../img/arrow-active.png)!important;
color: #E35D7D;
}

#sliders {
  width:710px;
  color:white;
  height:300px;
  margin-top:15px;
}

.slideshow2 {
  width:100px;
  overflow: hidden;
}

.slider-wrapper {
  float:left;
  margin-left:-36px;
}

.destaque-desc {
  padding:20px;
}

.destaque-desc h2 a {
  color: #e35d7d;
  font-size: 32px;
  padding-top:0;
  margin-top:0;
}

.destaque-desc p {
  color: #777777;
  font-size: 11px;
}

.destaque-desc p a {
  color: #777777;
  font-size: 11px;
}

.listicon .ico-social {
background-position: center bottom !important;
background-repeat: no-repeat;
border: none !important;
display: block;
float: left;
font-size: 0;
height: 30px;
line-height: 0;
margin: 0px 9px 0px 0px;
padding: 0px !important;
text-decoration: none;
text-indent: -9999em;
width: 30px;
}

.ico-rss {
background-image: url(../img/icon-rss.png)!important;
}

.ico-facebook {
background-image: url(../img/icon-facebook.png) !important;
}

.ico-twitter {
background-image: url(../img/icon-twitter.png) !important;
}

.ico-inner {
background-image: url(../img/icon-inner.png) !important;
}

.ico-vimeo {
background-image: url(../img/icon-vimeo.png) !important;
}

.listicon .ico-social:hover, .listicon .ico-social:focus, .listicon .ico-social:focus {
background-position: center top !important;
}

a.pinklink:link, a.pinklink:visited{
    color: #89d8ce;
    text-decoration:none;
}
a.pinklink:hover, a.pinklink:active{
    text-decoration:underline;
}

#menufornecedores a:hover {
  background-color: #E35D7D !important;
  border:none !important;
}

a.smenufornecedores:link, a.smenufornecedores:visited{
  width:auto;
  background:#fff;
  opacity:0.9;
  filter:alpha(opacity=90);
  color:#000;
}

a.smenufornecedores:hover, a.smenufornecedores:active{
  color:#fff !important;
  font-weight: bold;
  border-left:none !important;
}

.pinkbtn{
    color:#e35d7d;
}


/*===========================================================*/
/*====================== METEOROLOGIA =======================*/
/*===========================================================*/

#meteo_container {
  margin-left:8px;
  width:315px;
  overflow:hidden; 
  background-color: transparent;
}

.wrap { 
  width: 9999px;
}

.slide_meteo {
  width:315px;
  position: relative; 
  float:left;
  background-color: transparent;
}

#meteo_container h1{
  color:#3f3f3f !important;
  margin-left:15px;
}

#meteo_container .country {
 font-size: 16px !important;
 font-weight: normal; 
}

#meteo_container tr {
  background-color:#eceef3;
  border-bottom: 1px dotted #dbdbdb;
}

#meteo_container .temperatura{
  font-size: 17px;
  font-weight: bold;
  padding-left:8px;
  padding-top: 10px;
  color:#3f3f3f !important;
}

#meteo_container td {
  color:#3f3f3f !important;
}

.meteo_separador{
    position:relative;
    float:left;
    width:120px;
    color:white;
}
.meteo_separador .bloco{
    position:relative;
    float:left;
    width:120px;
    padding:10px 0;
    color:white;
    text-align: center;
}
.meteo_separador .cidade{
    position:relative;
    float:left;
    width:120px;
    padding:16px 0;
    color:white;
    text-align: center;
}

.warning_v2 {
  border-color: #C09853 !important;
}

input[disabled] {
  background-color: #FFFFFF !important;
}

.table th, .table td {
  border-top:none;
}


.popover-content p {
  text-align: left !important;
}



/*MAIN MENU*/
.main-menu {
    padding:0;
    margin:0;
    border-top: 6px solid #FFA0B6;
    clear: both;
    position: relative;
    z-index: 150;
}

.main-menu ul {
    list-style: none;
}

ul.main-menu li.menu {
    width: 244px;
    height: 80px;
    float: left;
    background-color:white;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #CECBCB;
    border-right:1px #f2f2f2 solid;
    /*border-left:5px #FFA0B6 solid;*/
}
/*
.menu :hover {
  background-color: #eaeaea;
  border-bottom-color: #eaeaea;
}
*/
.main-menu li {
    list-style-type: none;
}
ul.main-menu a.menu {
    padding: 10px 0 15px 0;
    display: block;
    font: bold 13px Georgia, "Times New Roman", Times, serif;
    color: #333;
    text-decoration: none;
}

.submenu {
    position: absolute;
    top: 81px;
    left: 0;
    width: 238px;
    background-color:white;
    opacity: 0.9;
    -webkit-box-shadow: -2px 8px 6px -6px black;
       -moz-box-shadow: -2px 8px 6px -6px black;
            box-shadow: -2px 8px 6px -6px black;
    padding-right: 5px;
    border: 1px solid #D8D8D8;
    border-top: 0;
    z-index: 250;
}
.submenu ul {
    margin:0;
    border-top: 0;
    white-space: nowrap;
    text-align: left;
    /*background: white;*/
    font: 13px/25px Arial, Helvetica, sans-serif;
    /*padding: 10px 0 5px;*/
}

.submenu li {
    margin: 0;    
}

.submenu li a {
    display: block;
    background-color: white;
    /*margin: 10px;*/
    padding: 3px 20px;
    color: #333;
    text-decoration: none;
    border-left:5px #FFF solid;
}
.submenu li :hover {
    background-color: #f2f2f2;
    /*border-left:5px #FFA0B6 solid;*/
    border-left:5px #FFA0B6 solid;
}
/*MAIN MENU*/


.navbar-inner {
    background: none;
    background-color: white;
}

.barratitulo {
  padding:8px;
  background-color:#F4F4F4;
  font-weight:bold;
  color:#1f1f1f;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}