/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */

/**
 * Fonte Adicional - Open Sans
 */
@font-face {
  src:  url('fonts/OpenSans-Regular.eot'),
        url('fonts/OpenSans-Regular.ttf') format('truetype');
  font-family: 'Open Sans';
}

@font-face {
  src:  url('fonts/dinbd.eot'),
        url('fonts/dinbd.ttf') format('truetype');
  font-family: 'dinbd';
}


/*
 * Body
 */

body {
  margin: 0;
  padding: 0;
  background-color: #f7eee5;
  
  font-family: 'Open Sans',"Trebuchet MS",sans-serif;
  font-style: normal;
  font-size: 12px;
  color: #565656
  /*font-weight: 400;*/
}

table {
	width:100%;
}


.view-mode-sem_acesso h2.node-title a {
    color: rgb(86, 86, 86);
}

/*
 *  * Teaser content message box
 *   */

.sem-acesso {
    background-color: #EFE1D0;
    border-right: 1px solid #DBCDBE;
    border-bottom: 1px solid #DBCDBE;
    padding: 10px;
    margin-top: 80px;
    clear: both;
}

.sem-acesso a {
    font-weight: bold;
}


#page {
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 * See the element-focusable rule in system.base.css.
 */

#skip-link {
  margin: 0;
}
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/*
 * Header
 */

#header {
  min-height: 140px;
}
.print-logo #logo {
 float: none;
}

#logo { /* Wrapping link for logo */
  float: left; /* LTR */
  margin-top: 24px;
  margin-left: 10px;
  margin-right: 20px;
  margin-bottom: 24px;
  height: 62px;
  padding: 0;
}
#logo img {
  vertical-align: bottom;
}

#name-and-slogan { /* Wrapper for website name and slogan */
  float: left;
}

#site-name { /* The name of the website */
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}
#site-name a:link,
#site-name a:visited {
  color: #000;
  text-decoration: none;
}
#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

#site-slogan { /* The slogan (or tagline) of a website */
  margin: 0;
  font-size: 1em;
}

.region-header { /* Wrapper for any blocks placed in the header region */
/*  clear: both; /* Clear the logo */
}

.region-header div.login-register-block {
  float:right;
  margin-top: 25px;
}

.region-header .login-register-block a {
  color: #FFF;
  text-decoration: none;
  font-family: "Open Sans","Trebuchet MS",sans-serif;
  font-size: 13px;
  padding: 6px 5px 6px 5px;
  line-height: 30px;
}

.region-header .login-register-block .login {
  /*background-color: #7d97bc;*/
  background-image: url('../images/pixilc.png') ;
  background-repeat:repeat;
}

.region-header .login-register-block .register {
  /*background-color: #bdcbde;*/
  margin-right: 20px;
  background-image: url('../images/pixil.png') ;
  background-repeat:repeat;
}

header nav#secondary-menu {
  /*background-color: #7D97BC;*/
  background-image: url('../images/pixil.png') ;
  float: right;
  height: 30px;
  margin-right: 20px;
  margin-top: 25px;
  position: relative; /* required by the last login message */
}
header nav#secondary-menu a {
  text-decoration: none;
  color: #FFF;
  padding-left: 5px;
}
header nav#secondary-menu li {
  float: left;
  line-height:2.4;
}

header nav#secondary-menu li.last {
  padding-right: 0px;
}

header nav#secondary-menu li.last a {
	background: url('../images/logout.png') no-repeat 10px 7px;
	width: 50px;
	display: block;
	text-align: right;
	padding-right: 10px;
}

header nav#secondary-menu .last-login-message {
  position: absolute; /* must have in order to not change the size of the parent element */
  left: 1px;
  white-space: nowrap;
  margin-top: 3px;
}

header nav#secondary-menu .last-login-message span {
  font-size: 10px;
  color: #FFF;
  font-weight: normal;
}

header .secondary-related-menu {
  clear: both;
  float: left;
}
header .secondary-related-menu ul {
  float: left;
  margin: 0;
  padding: 0;
}
header .secondary-related-menu > ul > li a.active-trail ,
header .secondary-related-menu > ul > li a.active {
    background-image: url('../images/pixil.png') ;
    background-repeat:repeat;
    padding: 0 5px;
}
header .secondary-related-menu > ul > li {
  list-style: none;
  float: left;
  background-image: url('../images/separator.png') ;
  padding: 0px 10px;
  background-repeat: no-repeat;
  background-position: right center;
  height: 30px;

}

header .secondary-related-menu > ul > li.trail {
    background-color: rgba(151, 146, 146, 0.3);
}

header .secondary-related-menu > ul >  li.last {
  background-image: none;
  list-style: none;
}

header .secondary-related-menu > ul > li.trail {
    background-color: rgba(151, 146, 146, 0.3);
}


header .secondary-related-menu > ul > li a {
  text-decoration: none;
  font-size: 13px;
  color: #FFF;
  font-weight: bold;
  z-index: 200;
}

/*
 * Drop down submenu for the secondary related items
 */
/*header .secondary-related-menu >  ul.menu > li {
  position: relative;
}*/
header .secondary-related-menu ul li .popup-menu .last-article {
    padding: 0px 10px;
    max-width: 350px;
    min-width: 350px;
    float: right;
}

header .secondary-related-menu ul li .popup-menu .last-article.suplemento {
    padding: 0px 10px;
    min-width: 58%;
    float: left;
}

header .secondary-related-menu ul li .popup-menu .visivel {
    display: block;
}
header .secondary-related-menu ul li .popup-menu .invisivel {
    display: none;
}
header .secondary-related-menu ul li .popup-menu .last-article h2 a {
    color: rgb(94,95,94);
    text-decoration: none;
    display: block;
    padding-top: 15px;
    line-height: 1em;
    font-size: 1.0em
}

header .secondary-related-menu ul li .popup-menu .last-article article {
	border: 0px;
}

header .secondary-related-menu ul li .popup-menu .submenu {
    padding: 0px 10px;
    padding-top: 20px;
    float: left;
}

header .secondary-related-menu ul li .popup-menu .submenu.suplementos {
    padding: 0px 10px;
    width: 37%;
    padding-top: 5px;
    float: right;
}

header .secondary-related-menu ul li .popup-menu .submenu.suplementos ul li.activo a {
    background-color: lightgray;
}


header .secondary-related-menu ul li .popup-menu {
  z-index: 150;
  border: 1px solid #CCCCCC;
  background-color: #F7EEE5;
}
header .secondary-related-menu .popup-menu ul li {
  clear: both;
  list-style: none;
  padding: 0px 10px;
}

header .secondary-related-menu .popup-menu ul li a {
  color: #565656;
  background-color: #F7EEE5;
}


/*
header .secondary-related-menu ul.menu li .popup-menu .menu li {
  float: left;
  clear: both;
}
*/

/*
 * Main (container for everything else)
 */

#main {
  padding-top: 1em;
}

/*
 * Content
 */

#content {
   min-width: 640px;
}

.region-highlighted {
}

.breadcrumb { /* The path to the current page in the form of a list of links */
}

.breadcrumb ol {
  margin: 0;
  padding: 0;
}

.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.breadcrumb, .breadcrumb a, .breadcrumb a:visited, .breadcrumb a:link {
  text-decoration: none;
  font-size: 11px;
  color: #888;
  font-family: "Open Sans","Trebuchet MS",sans-serif;
}

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

.toptags ul.link {
  margin: 0px;
}

.toptag-title {
  text-transform: uppercase;
  margin-right: 20px;
}

.toptag, .toptags ul.link li a, .toptags ul.link li a:hover, .toptags ul.link li a:visited {
  font-family: "Open Sans","Trebuchet MS",sans-serif;
  font-size: 13px;
  color: #565656;
  text-decoration: none;
}

h1.title, /* The title of the page */
h2.node-title, /* Title of a piece of content when it is given in a list of content */
h2.block-title, /* Block title */
h2.title, /* Comment section heading */
h2.comment-form, /* Comment form heading */
h3.title { /* Comment title */
  margin: 0;
}

tr.even { /* Some tables have rows marked even or odd. */
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

tr.odd {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

div.messages { /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */
  margin: 1.5em 0; /* Drupal core uses "6px 0" margin */
}
div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

div.status { /* Normal priority messages */
}

div.warning,
tr.warning { /* Medium priority messages */
  /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}

div.error,
tr.error { /* High priority messages. See also the .error declaration below. */
}

.error { /* Errors that are separate from div.messages status messages. */
  /* color: #e55; */ /* Drupal core uses a #e55 background */
}

.warning { /* Warnings that are separate from div.messages status messages. */
  /* color: #e09010; */ /* Drupal core uses a #e09010 background */
}

.tabs { /* See also the tabs.css file. */
}

.region-help { /* Help text on a page */
}

.more-help-link { /* Link to more help */
}

.region-content { /* Wrapper for the actual page content */
}

ul.inline { /* List of links generated by theme_links() */
  display: inline;
  padding: 0;
}
ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0; /* LTR */
}

span.field-label { /* The inline field label used by the Fences module */
  padding: 0 1em 0 0; /* LTR */
}

.item-list .pager { /* A list of page numbers when more than 1 page of content is available */
  padding: 0;
}
.item-list .pager li { /* Each page number in the pager list */
  padding: 0 0.5em;
}

.feed-icon { /* The link to the RSS or Atom feed for the current list of content */
}

.more-link { /* Aggregator, blog, and forum more link */
}

/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */

.region-sidebar-first {
}

/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */

.sidebar-second .region-sidebar-second {
    padding:0;
    min-width:300px; /* very important */
}

.sidebar-second .region-sidebar-second div.block {
    clear: both;
}



.region-sidebar-second div.muheader{
    border-bottom: 1px solid #cecdcd;
    padding: 10px 0;
}

.region-sidebar-second div.muheader{
    padding-top: 15px;
    color: #2D62AE;
    text-decoration: none;
    display: block;
}
div#block-views-ve-multimedia-block .view-content div.views-field-title a{
    padding-top:5px;
    text-transform: uppercase;
    color: #2D62AE;
    text-decoration: none;
    display: block;
    font-size:12px;
}

.region-sidebar-second div.view-header{
}
.region-sidebar-second div.view-header div{
    display:block;
    overflow:hidden;
}
.region-sidebar-second div.view-header a{
    float:right;
}
.region-sidebar-second div.view-header span{
    font-size: 18px;
    color: #565656;
    margin: 0;
    padding: 0;
    float:left;
    display:block;
    line-height:1.5em;
    font-weight:bold;

}
.region-sidebar-second {
    line-height:1.2em;
}

h2.node-title a{
    color: rgb(94,95,94);  /* Color: Blue */
/*  color: #2d62ae;   Color: Blue */
    text-decoration:none;
    display:block;
    padding-top:15px;
    line-height:1em;
}

h2.node-title a:hover {
  text-decoration: underline;
}

.region-sidebar-second ul.links a{
    color: #2d62ae;
    text-decoration:none;
}
.region-sidebar-second .form-checkboxes .form-item, .form-radios .form-item  {
    padding:4px;
}

/* view-id-ve_sondagems */
.view-id-ve_sondagems li {
    list-style:none;
     }

article.node-poll p.submitted {
    display:none;
}

article.node-poll  ul.links.inline{
    display:none;
}

/* multimedia */
.view-content span.views-field-field-video{
    float:left;
}
.view-content span.views-field-field-video span.field-content{
    margin:0 20px 0 0;
}

.view-content .views-row div.views-field-field-op-video-embed .field-content{
    margin:0 20px 0 0;
    float:left;
}
.view-content span.views-field-title a{
    padding-top:15px;
    text-transform: uppercase;
    color: #2D62AE;
    text-decoration: none;
    display: block;
}


div.rss-foot{
	float:right;
	padding:3px;
}

/*polls*/

.region-sidebar-second #block-views-ve-block-polls-block {
    background-color: #FFF;
}
.region-sidebar-second div.view-ve-block-polls div.view-content{
    padding: 0px;
}
.region-sidebar-second #block-views-ve-block-polls-block li.statistics_counter{ 
    display: none;
}
.region-sidebar-second #block-views-ve-block-polls-block li.pager-current{
    display: none;
} 

.region-sidebar-second div#block-views-ve-block-polls-block {
    overflow: hidden;
    clear: both;
}
.region-sidebar-second div#block-views-ve-block-polls-block h2.block-title {
    background: url('../images/tags_sondagem.png') no-repeat left center transparent;

}
.region-sidebar-second div.view-ve-block-polls h2.node-title a {
    color: #bbb1a3;
    font-size: 12px;
}
.region-sidebar-second div.view-ve-block-polls p.submitted {
    display: none; /*lost some cpu cycles here*/
}

.region-sidebar-second div.view-ve-block-polls div.view-content header {
    padding: 0px 10px;
}


.poll .vote-form .choices {
    margin:0;
    width:100%;/*go figure*/
    border-bottom:1px solid #e4e4e4;
    padding:0 10px;

}

.view-ve-block-polls ul.links {
    display:none;
}

.poll div.form-actions {
    padding:0 10px;
}
.poll input.form-submit {
    background-color:#bcb2a5;
    border:none;
    border-radius:5px;
    color:white;
    padding:0 5px;
    margin:10px 0;
}


.poll a.nolink{
    text-decoration:none;
    color:black;

}
.poll {
    padding:0;
}

.poll .total{
    color: #BBB1A3;
    text-decoration:none;
    padding: 5px;
}

.poll .percent{
    color:#565554;
    border-radius:5px;
    background-color:#4494cf;
    float:right;
    color:white;
    line-height: 1.2em;
}

.poll .text{
    padding-top:5px;
    color:#565554;
}

.poll .bar .foreground{
    height:20px;
    background-color:#bcb2a5;
    margin:0;
    border-radius:5px;
}

.poll .bar{
    height:20px;
    background-color:#f4e8dc;
    margin:0 10px;
    border-radius:5px;
}

.poll .bar .text, .bar, .bar .percent, .bar .foreground{
    margin:0 10px;
}

.region-sidebar-second div.view-content div.views-row {
    border-bottom: 1px solid #cecdcd;
    clear:both;
    display:block;
    overflow:hidden;
    padding-bottom:10px;
    margin:10px 0;
}

.region-sidebar-second div.view-ve-right-center div.views-field{
}

.region-sidebar-second div.view-ve-right-center div.views-field div{
    float:left;
}

/* tags */
.block-tagclouds,  #block-custom-blocks-tagclouds-clone {
    font-size:18px;
    display:block;
    clear:both;
    padding-bottom:30px;
    overflow:hidden;
    border-bottom: 1px solid #cecdcd;
    background-color:white;
}

.block-tagclouds div.more-link,  #block-custom-blocks-tagclouds-clone div.more-link {
    display:none;

}
.block-tagclouds h2.block-title,
#block-views-ve-block-polls-block h2.block-title,
#block-custom-blocks-tagclouds-clone h2.block-title
{
    font-size: 18px;
    color: #565656;
    margin: 0;
    float:left;
    display:block;
    line-height:1.5em;
    clear:both;
    width:100%;
    border-bottom: 1px solid #cecdcd;
    padding:5px 33px;
    background: url('../images/tags_icon.png') no-repeat left center transparent;
}


.block-tagclouds span.tagclouds-term, .block-tagclouds2 span.tagclouds-term, #block-custom-blocks-tagclouds-clone span.tagclouds-term {
    display:block;
    float:left;


}
.block-tagclouds span.tagclouds-term a, .block-tagclouds2 span.tagclouds-term a, #block-custom-blocks-tagclouds-clone span.tagclouds-term a {
    color: #555655;
    text-decoration:none;
    display:block;
    padding:15px 15px 0 15px;
    font-weight:bold;
}

/*
 * When on a side bar, let's become smaller
 */

.sidebar .block-tagclouds span.tagclouds-term a,
.sidebar .block-tagclouds2 span.tagclouds-term a,
.sidebar #block-custom-blocks-tagclouds-clone span.tagclouds-term a { 
  padding: 5px 5px 3px 5px;
}

.sidebar .block-tagclouds,
.sidebar #block-custom-blocks-tagclouds-clone {
  font-size: 10px;
}



.region-sidebar-second .view-ve-right-center .views-field-title .field-content a,
	.region-sidebar-second #block-views-ve-top-articles-block div.views-row  span.field-content  a ,
.region-sidebar-second .view-ve-right-center .views-field-title .field-content a,
	.region-sidebar-second #block-views-ve-top-articles-block-2 div.views-row  span.field-content  a {
    color: #2d62ae;
    text-decoration:none;
    display:block;
    padding-top:15px;

}
.region-sidebar-second #block-views-ve-top-articles-block div.views-field.views-field-totalcount,
.region-sidebar-second #block-views-ve-top-articles-block-2 div.views-field.views-field-totalcount{
	display:block;
	font-weight:bold;
	padding-top:5px;
}
.region-sidebar-second #block-views-ve-top-articles-block div.view-content div.views-row div.views-field div.field-content,
.region-sidebar-second #block-views-ve-top-articles-block-2 div.view-content div.views-row div.views-field div.field-content
{
	margin:0 20px 0 0;
	float:left;
}

.region-sidebar-second div.view-ve-right-center div.views-field div.field-content{
    padding:5px 20px 0 0;
}


/*
 * Footer
 */

#footer {
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 25px;
	background-color: #555;
	margin-bottom: 30px;
	color: #FFF;
}


#footer a {
	text-decoration: none;
	color: #FFF;
}

#footer div.login-register-block {
        float:right;
}

#footer .login-register-block a {
        color: #FFF;
        text-decoration: none;
        font-family: "Open Sans","Trebuchet MS",sans-serif;
        font-size: 13px;
        padding: 6px 5px 5px 5px;
        line-height: 30px;
}

#footer .login-register-block .login {
  /*background-color: #898887;*/
  background-image: url('../images/pixil.png') ;
  background-repeat:repeat;
}

#footer .login-register-block .register {
  /*background-color: #bcbab9;*/
  margin-right: 20px;
  background-image: url('../images/pixilc.png') ;
  background-repeat:repeat;
}


#footer .social-networks-links {
        background: url('../images/social-networks.png') no-repeat center center transparent;
        float: left;

}
#footer .social-networks-links a {
        float: left;
        display: block;
        height: 20px;
        width: 20px;
        margin: 5px 0px 5px 5px;
}
#footer .social-networks-links a:first-child {
  margin: 5px 0px 5px 0px;
}

div#footer {
        overflow: hidden;
}

#footer .footer-menu div.footer-menu-list, #footer .footer-menu div.footer-hp-submenu {
  clear: both;
  border-bottom: solid 1px;
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}

#footer .footer-menu div.footer-menu-list {
  border-top: solid 1px;
}


#footer .footer-menu .footer-menu-list li.last {
  margin-right: 0;
}

#footer .footer-menu .footer-menu-list li {
  float: left;
  list-style: none;
  margin-right: 9px;
  line-height: normal;
  min-width: 60px;
}

#footer .footer-menu .footer-menu-list > li {
	margin-bottom: 15px;
	display: inline-block;
	float: none;
}
/*#footer .footer-menu .footer-menu-list > ul.menu {
  float: left;
}*/

#footer .footer-menu .footer-menu-list li > a {
  text-transform: uppercase;
  font-family: "dinbd";
  font-size: 11px;
  padding: 0px 5px 0px 10px;
  height: 23px;
  line-height: 23px;
  display: block;
}


#footer .footer-menu ul.menu {
  padding: 0;
}

#footer .footer-menu .footer-hp-submenu ul {
  margin-top: 0;
  margin-bottom: 0;
}
#footer .footer-menu .footer-hp-submenu a {
  font-weight: bold;
  font-size: 12px;
}


#footer .footer-menu .footer-menu-list ul.menu li {
  clear: left;
  font-size: 11px;
}
/*
 * Menu colors ordered: Contribuinte - Fiscal - Juridico - Contabilidade - Laboral - Imobiliario - Jornal - Loja Online
 */
/*
#footer .footer-menu .footer-menu-list ul.menu li:nth-child(1) > a {
 background-color: #FF9A66;
}
#footer .footer-menu .footer-menu-list ul.menu li:nth-child(2) > a {
 background-color: #68BD45;
}
#footer .footer-menu .footer-menu-list ul.menu li:nth-child(3) > a {
 background-color: #911B23;
}
#footer .footer-menu .footer-menu-list ul.menu li:nth-child(4) > a {
 background-color: #1F3466;
}
#footer .footer-menu .footer-menu-list ul.menu li:nth-child(5) > a {
 background-color: #008FBF;
}
#footer .footer-menu .footer-menu-list ul.menu li:nth-child(6) > a {
 background-color: #D91F2C;
}
#footer .footer-menu .footer-menu-list ul.menu li:nth-child(7) > a {
 background-color: #EA6D24;
}
#footer .footer-menu .footer-menu-list ul.menu li:nth-child(8) > a {
 background-color: #640D0D;
}
*/

.footer-menu .footer-menu-list li.first a {
  background-color: #2C62AE;
}

.footer-menu .footer-menu-list li.last a {
  background-color: #2C62AE;
}
#footer .footer-menu .footer-menu-list li ul.menu li a {
  text-transform: none;
  font-family: "Open Sans";
  font-size: 11px;
  background-color: #555;
  padding: 0;
}





#footer .footer-end {
        font-family: "Open Sans","Trebuchet MS",sans-serif;
        font-size: 11px;
}

#footer .footer-end a {
	margin-right: 8px;
}

#footer .footer-end-1 {
	float:left;
	margin-right: 10px;
}

#footer .footer-end-2 {
        float:left;
}

#footer div.footer-end-3 {
  float: right;
	display: block;
}
#footer .footer-end-1 span {
	border-radius: 10px;
	background-color: #FFF;
	padding: 0px 10px;
}
#footer .footer-end-1 span a {
  color: #555;
}

/* Topo button */
div#floatTopo{
    position: fixed;
    bottom: 10px;
    right:30px;

}

span.article-pre-title{
  font-weight:bold;
}

a.article-pre-title:hover {
  text-decoration: underline;
}

a.article-pre-title {
  text-decoration: none;
}

/*
 * Page bottom
 */

.region-bottom { /* Wrapper for any blocks placed in the page bottom region */
}

/*
 * Drupal Views
 */

div#block-views-ve-hp-highlights-block
{
border-bottom:1px solid #cecdcd;
}

DIV.view-Cronistas .field-content img {
    border:1px solid #8ccce5;
    float:left;
    background-color:white;
    margin-right:20px;
display:block;
}
DIV.view-Cronistas .hid img {
    display:none;
}

DIV.view-Cronistas .views-field-title .field-content a {
   font-size:12px;
   text-decoration:none;
   color: #2D62AE;
   text-transform:uppercase;
}
DIV.view-Cronistas .views-field-title-1{
    padding-top:5px;
}
DIV.view-Cronistas .views-field-title-1 .field-content a {
   font-size:12px;
   text-decoration:none;
   color:#565656;
}

/*
 * Search results
 */
.search-results div.search-image-thumb {
  float: left;
  margin: 10px 10px 0 0;
}

/*
 * Main Content
 */

.max-article-width {
    max-width: 60%;
}

.view-taxonomy-term .view-content .views-row {
    float: left;
    width: 100%;
}

.view-taxonomy-term .view-content .views-row .node-openpublish-article {
    float: left;
    width: 100%;
}

/*
 *  Center Bar
 */
#content div#center-bar {
  float: right;
  width: 35%;
  background-color: #f3e8dc;
  margin-left: 10px;
}
#content #center-bar div.region-center-bar {
}
#center-bar .view-ve-top-articles,
#center-bar .view-ve-right-center {
  display: block;
}
#center-bar .view-ve-top-articles .view-header a,
#center-bar .view-ve-right-center .view-header a {
  display: none;
}
#center-bar .view-ve-top-articles .view-content .views-field-totalcount {
  float: right;
  background-color: #bcb1a5;
  color: #FFF;
  border-radius: 50px;
  padding: 0 5px;
  min-width: 15px;
  text-align: center;
}
#center-bar .view-ve-top-articles .view-content .views-field-field-op-main-image {
  float: left;
  margin-right: 10px;
}
#center-bar .view-ve-top-articles .view-content .views-field-title {
  line-height: 15px;
  margin-top: 5px;
}
#center-bar .view-header {
  padding: 5px 0 5px 50px;
  background: #bcb1a5 10px center no-repeat url('../images/center-highlights.png');
  font-size: 18px;
  font-weight: bold;
} 
#center-bar .view-content .views-row {
  display: block;
  border-bottom: solid 1px #f7eee5;
  font-size: 13px;
  padding: 10px 20px 10px 10px;
  overflow: hidden;
}
#center-bar .view-content .views-row a {
  text-decoration: none;
  color: #565656;
}
#center-bar .view-content .views-row a:hover {
  text-decoration: underline;
}

#main #content article.clearfix:after {
  clear: none;
}
#main #content article.node-teaser div.clearfix:after {
  clear: none;
}

/*  carouselle */ 
#page #below-content{
	padding:10px;
}
#page #below-content .view .view-content .item-list{
	display:block;
	overflow:hidden;
	float:left
}
#page #below-content .view .view-content .item-list ul {
	padding: 0 0 0 15px;	
}
#page #below-content .view .view-content .item-list ul li {
	float:left;
	list-style:none;
	width:140px;
	padding-right:20px;
	height:270px;
}

#below-content .item-list{
	display: inline-block;
	vertical-align: middle;
	overflow:hidden;
	margin:0;
	width:815px;
	
}
#page #below-content .view-content {
	border:none;
	padding:10px 10px 0 10px;
	clear:both;
	display:block;
	overflow:hidden;
}

div.views-field-field-root-section div.field-content{
	height: 24px;
	padding-right: 20px;
	margin-left: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#page #below-content input.carousel-control  {
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 49px;
	cursor: pointer;
	line-height: 999px;
	zoom: 1;
	border: 0;
	text-indent: -9999px;
	float:left;
	margin-top:120px;
}
#page #below-content input.carousel-control.next.carousel-next {
	background: url('../images/cnext.png') 0 0 no-repeat;
}
#page #below-content input.carousel-control.next.carousel-next.disabled {
	background: url('../images/cnexto.png') 0 0 no-repeat;
}
#page #below-content input.carousel-control.previous.carousel-previous {
	background: url('../images/cprev.png') 0 0 no-repeat;
}
#page #below-content input.carousel-control.previous.carousel-previous.disabled{
	background: url('../images/cprevo.png') 0 0 no-repeat;
}

#page #below-content .view-content .views-field-field-op-main-image .field-content img {
	border:1px solid #8CCCE5;
}
#page #below-content .view-content .views-field-title .field-content a {
	text-decoration:none;
	color:#565656;
}

#page #below-content .view-content .views-field-field-op-section-term .field-content a {
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}

#page #below-content .view-content .views-field-field-op-section-term .field-content{
	height:24px;
	padding-right:20px;
	margin-left:10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#below-content #block-views-sections-carousel-block-1{
	background-color:#f3e8db;
	margin-bottom:5px;
}

/* Related articles */
/*div#block-views-similarterms-block {
    width:640px;
}*/
div#block-views-similarterms-block h2 {
    border-bottom:1px solid #CECDCD;
}
div#block-views-similarterms-block .view .view-content {
    display:block;
    overflow:hidden;
}
div#block-views-similarterms-block .view .view-content .views-row {
    float:left;
    width:140px;
    margin-right:15px;
    min-height:150px;
    padding:3px 0;
}

div#block-views-similarterms-block .view .view-content .views-row .views-field-field-root-section div.field-content {
  height: auto;
  line-height: 24px;
}
div#block-views-similarterms-block .view .view-content .views-row .views-field-title a {
  font-weight: bold;
  text-decoration: none;
  font-size: 11px;
}
div#block-views-similarterms-block .view .view-content .views-row .views-field-field-root-section {
  font-size: 9px;
}

/* unecessary
div#block-views-similarterms-block .view .view-content .views-row .views-field-field-pretitle {
    height:24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-transform:uppercase;
    font-weight: bold;
    color:#68bd45;
}
*/
div#block-views-similarterms-block .view .view-content .views-row .views-field-field-root-section .field-content {
  padding: 0;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
div#block-views-similarterms-block .view .view-content .views-row .views-field-title {
    height:1240x;
    text-overflow: ellipsis;
    overflow: hidden;
    }

/* Menu popper */
DIV.menu-popper {
	position:absolute;
	background-color:#F7EEE5;
	border:1px solid #d9cfc5;
	width: 770px;
	height:240px;
	margin: 5px 0 0 -15px;
	z-index: 999;
	display:block;
	overflow:hidden;
}

DIV.menu-popper.hid {
	display:none;
	}

DIV.menu-popper .submen{
	width:175px;
	height:240px;
	float:left;
}
DIV.menu-popper .menugal{
	height:240px;
	float:left;
	width:595px;
}

/* Publications */
div.view-publications{
	padding-top: 35px;
}

div#publications div.particle{
}
div#publications div.particle div.particle-content{
	display:block;
	overflow:hidden;
	border-bottom: 1px solid #cecdcd;
	padding-bottom: 25px;
 	margin-bottom: 20px;
}
div#publications div.particle div.particle-content div.particle-l{
	float:left;
	margin-right:20px;
}
div#publications div.particle div.particle-content div.particle-r{
	/*float:left;*/
	margin-left:24px;
	width:690px;
}
div#publications div.particle div.particle-content div.particle-r div.particle-text-content div.column{
	float:left;
	width:220px;
	margin-right:30px;
}
div#publications div.particle div.particle-content div.particle-links{
	clear:both;
	padding-left:153px;
	padding-top:12px;
}
div#publications div.particle div.particle-content div.particle-links .sign a {
	display:block;
	padding:0 10px;
	background-color: #109CF1;
	border-radius:5px;
	margin-right:5px;
	float:left;
	color:white;
	text-decoration:none;
}
div#publications div.particle div.particle-content div.particle-links .try a {
	display:block;
	padding:0 10px;
	background-color: #A6A7A0;
	border-radius:5px;
	margin-right:5px;
	float:left;
	color:white;
	text-decoration:none;
}
div#publications li.statistics_counter{
	display:none;
}

/* Subscriptions */

/*DIV#assinaturas{
    width:518px;
    height:363px;
    background-image:url("../images/assi.png");
    margin:100px auto;
}
DIV#assinaturas .col{
    display:block;
    width:168px;
    height:358px;
    float:left;
    color:#777675;
}
DIV#assinaturas .col.o{
    width:180px;
}
DIV#assinaturas .col.o.l{
    width:167px;
}
DIV#assinaturas .col .l{
    background-image: url("../images/under.png");
    background-repeat:repeat-x;
    background-position:bottom;
    margin:0 10px;
    padding:5px 0;
    font-size: 9px;
    line-height:1.4;
    display:block;
    overflow:hidden;
}
DIV#assinaturas .col .l.last{
    background-image:none;
}
DIV#assinaturas .col .b{
    background-image: url("../images/bbackground.png");
    padding:5px 10px 10px 9px;
    margin:0 0 0 1px;
}
DIV#assinaturas .col .b.low{
    background-position:top;
    background-image: url("../images/bbackground2.png");
    background-color:#cececd;
}
DIV#assinaturas .col .l1{
    text-align:center;
    height:30px;
    color:white;
    margin-top:20px;
}
DIV#assinaturas .col .lc1{
    text-align:center;
    height:47px;
    color:white;
    padding-top:4px;
}

DIV#assinaturas .col .l span.basket{
    margin-top:3px;
    background-image:url(../images/basket.png);
    display:block;
    float:right;
    background-repeat:no-repeat;
    background-position:right;

}
DIV#assinaturas .col .l span.basket a.cash{
    background-image:url(../images/bbasket.png);
    background-repeat:no-repeat;
    background-position:left;
    display:block;
    padding:3px 23px 3px 3px;
    text-decoration:none;
    color:white;
    font-size: 9px;
    min-width: 16px;
    text-align: right;
}
DIV#assinaturas .col .rb{
    background-image: url("../images/rbackground.png");
    padding:6px 10px 10px 9px;
    margin:0 0 0 2px;
    background-position:top;
    background-color:#d0d0d0;
}
DIV#assinaturas .col .rb.low{
    background-position:top;
    background-image: url("../images/rbackground2.png");
    background-color:#cececd;
}*/
/* forum */

body.page-forum #content,
body.node-type-forum #content { /* Remove extra left margin, only in forum */
  margin-left: 0px;
}


.forum-node-create-links .forum-add-node {
  margin: 10px 10px 20px 0;
}

#advanced-forum-forum-topic-list-sort-form input,
.view-advanced-forum-active-topics .views-submit-button input,
.view-advanced-forum-new-topics .views-submit-button input,
.view-advanced-forum-unanswered-topics .views-submit-button input {
  height: 21px;
}

.view-advanced-forum-active-topics .views-exposed-form .views-exposed-widget .form-submit,
.view-advanced-forum-new-topics .views-exposed-form .views-exposed-widget .form-submit,
.view-advanced-forum-unanswered-topics .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 2.2em;
}

#forum-sort select,
.forum-tools select,
select#edit-forum {
  border: 1px solid #565656;
  margin-right: 10px;
}

/*
body.section-forum ul.action-links li{
	list-style:none;
	border-radius: 10px;
	background-color: white;
	padding: 0px 10px;
	margin:10px;
	float:right;
}
body.section-forum ul.action-links li a{
	text-decoration:none;
	color: #555;
	margin-right: 8px;
}
body.section-forum table#forum-0 th {
	background-color: #565656;
	color:white;
	padding:10px;
	text-align:center;
}

body.section-forum table#forum-0 tr.odd td,tr.even td{
	margin:5px 0;
	}

body.section-forum table#forum-0 tr.even td div.name, tr.odd td div.name{
	color:red;
	padding:10px;
}

body.section-forum table#forum-0 tr.even td, tr.odd td{
}

body.section-forum table#forum-0 tr.even td.container , tr.odd td.container{
	background-color:#555;
	border-radius:0 0 25px 25px;
	color:white;
}
body.section-forum table#forum-0 tr.even td.container a, tr.odd td.container a{
	color:white;
}

body.section-forum table#forum-0 tr td.topics, td.replies{
	text-align:center;
}

#forum div.indent{
	margin-left:70px;
}
*/

article.node-profile header{
	float:left;
}
article.node-profile header{
	padding-top:30px;
}
article.node-profile{
	background-color:#F3E7DB;
	display:block;
	overflow:hidden;
	padding:5px;
}
	
article.node-profile div.field-item{
	float:right;
	
}

/* Formations */
div.formation-item{
	display:block;
	overflow:hidden;
}
div.formation-image{
	float:left;
	width:414px;
	padding-right:10px;
	min-height:70px;
}
div.formation-item{
	padding:10px 0;
	/*border-bottom: 1px solid #CECDCD;*/
}
div.formation-3rd-col {
	line-height:1.8em;

}
div#formation {
	font-family: "Open Sans","Trebuchet MS",sans-serif; 
	font-size: 14px;
}

div.formation-3rd-col a.fprice {
	padding: 0 4px;
	padding-right: 100px;
	background-color: #109cf1;
	border-radius: 5px;
	margin-right: 5px;
	color:white;
	text-decoration:none;
	background-image: url('../images/insc.png') ;
	background-repeat: no-repeat;
	background-position: right;
  float: left;
  display: block;
  height: 16px;
  line-height: 16px;
}

a.sectop {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

/* Formations */
div.view-formations-calendar a,
div.view-formations a{
	text-decoration:none;
}

div.view-formations div.views-field-field-price{
	float:right;
}

div.view-formations div.views-row{
	border-bottom: 1px solid #CECDCD;
	padding:5px 0;
	}

div.view-formations div.field-content a{
	padding: 0 4px;
	padding-right: 100px;
	background-color: #109cf1;
	border-radius: 5px;
	margin:10px 5px 0 0;
	color: white;
	text-decoration: none;
	background-image: url('../images/insc.png');
	background-repeat: no-repeat;
	background-position: right;
  float: right;
  display: block;
  height: 16px;
  line-height: 16px;
}
div.view-formations-calendar div#formations-top-chooser ,
div.view-formations div#formations-top-chooser {
	background-color: #F3E7DB;
	display:block;
	overflow:hidden;
	margin:15px 0;
}

div.view-formations-calendar div#formations-top-chooser div, 
div.view-formations div#formations-top-chooser div {
	float:left;
	padding:5px 10px;
}

div.view-formations-calendar div#formations-top-chooser div.sel,
div.view-formations div#formations-top-chooser div.sel {
	background-color:#b6aea3;
	color:white;
}
div.view-formations h2.node-title.formations a{
        color:#565656;
        padding-top:5px;
}


div.view-formations div.fpre{
        text-transform:uppercase;
        color:#2D62AE;
        font-weight:bolder;
}

/** Less than IE9 specific rules **/

.lt-ie9 #main #content {
  width: 623px;
  float: left;
  margin-left: 0px;
  }

.lt-ie9 #main .sidebars {
  float: left;
  width: 300px;
  margin-left: 10px;
}

.lt-ie9 #main .sidebars > section {
  margin-left: 0px;
}

.lt-ie9 .views-field-field-op-main-image .field-content a {
  min-width: 80px;
  display: block;
}

.lt-ie9 .view-frontpage-highlight .field-name-field-op-main-image a {
  min-width: 100px;
  display: block;
}

body.content_nl #content {
	margin-left: 0px;
}

#edit-spamicide {
	display: none !important;
}
