/* $Id: style.css,v 1.38.2.2 2009/04/27 14:20:53 goba Exp $ */ * {
    margin: 0;
}
html, body {

}
body {
    background: #fff;
    color: #323232;
    margin: 0;
    padding: 0;
}
input {
    font-family:  'Open Sans', sans-serif;
    color: #494949;
}
textarea, select {
    font: 12px / 160% Verdana, sans-serif;
    color: #494949;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 2px;
    padding: 0;
    font-weight: normal;
}
tbody {
    border: 0;
}
h1 {
    font-size: 16px;
    line-height: 20px;
}
h2 {
    font-size: 15px;
    line-height: 19px;
}
h3 {
    font-size: 14px;
    line-height: 19px;
}
h4 {
    font-size: 13px;
    line-height: 17px;
}
h5 {
    font-size: 13px;
    line-height: 17px;
}
h6 {
    font-size: 13px;
    line-height: 17px;
}
ul, quote, code, fieldset {
    margin: .5em 0;
}
p {
    margin: 0px 0 10px;
    padding: 0;
}
a:link, a:visited {
    color: #323232;
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #8F733C;
}
a:active, a.active {
    outline: none;
}
hr {
    margin: 0;
    padding: 0;
    border: none;
    height: 1px;
    background: #5294c1;
}
ul {
    margin: 0.5em 0 1em;
    padding: 0;
}
ol {
    margin: 0.75em 0 1.25em;
    padding: 0;
}
ol li, ul li {
    margin: 0.4em 0 0.4em .5em; /* LTR */
}
ul.menu, .item-list ul {
    margin: 0.35em 0 0 -0.5em; /* LTR */
    padding: 0;
}
ul.menu ul, .item-list ul ul {
    margin-left: 0em; /* LTR */
}
ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
    margin: 0.15em 0 0.15em .5em; /* LTR */
}
ul.menu li, .item-list ul li, li.leaf {
    padding: 0 0 .2em 1.5em;
    list-style-type: none;
    list-style-image: none;
}
.node ul li, .node ul.menu li, .node .item-list ul li, .node li.leaf {
    padding: 0 0 15px 2px;
    list-style-position: inside;
}
.node ul ul , .node ul.menu ul , .node .item-list ul ul , .node ul ul  {
    /*padding-top: 5px;*/
    margin-left: 15px;
    margin-bottom: 0;
}
.node ul ul li, .node ul.menu ul li, .node .item-list ul ul li, .node ul ul li.leaf {
    padding: 15px 0 0 2px;
}
ol li {
    padding: 0 0 .3em;
    margin-left: 2em; /* LTR */
}
ul li.expanded {
    float: left;
}
ul.inline li {
    background: none;
    margin: 0;
    padding: 0 1em 0 0; /* LTR */
}
ol.task-list {
    margin-left: 0; /* LTR */
    list-style-type: none;
    list-style-image: none;
}
ol.task-list li {
    padding: 0.5em 1em 0.5em 2em; /* LTR */
}
ol.task-list li.done {
    color: #393;
}
ol.task-list li.active {
    margin-right: 1em; /* LTR */
}
fieldset ul.clear-block li {
    margin: 0;
    padding: 0;
    background-image: none;
}
dl {
    margin: 0.5em 0 1em 1.5em; /* LTR */
}
dl dt {
}
dl dd {
    margin: 0 0 .5em 1.5em; /* LTR */
}
img, a img {
    border: none;
}
table {
    margin: 0;
    width: 100%;
}
thead th {
    border-bottom: 0 none;
    color: #494949;
    font-weight: bold;
}
th a:link, th a:visited {
    color: #6f9dbd;
}
td, th {
    padding: .3em .5em;
}

/**
 * Local tasks
 */
 ul.primary, ul.primary li, ul.secondary, ul.secondary li {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
}
#tabs-wrapper {
    border: 1px dashed #97B816;
    display: block;
    margin: 15px 0;
    padding: 7px 10px;
}
ul.primary {
    padding: 0;
    float: left; /* LTR */
}
ul.secondary {
    clear: both;
    text-align: left; /* LTR */
    border-bottom: 1px solid #e9eff3;
    margin: -0.2em -26px 1em;
    padding: 0 26px 0.6em;
}
ul.primary li a {
    background-color: transparent;
    border-style: none;
    border-width: 0;
    margin-right: 2px;
    text-decoration: none;
}
ul.primary li.active a {
    background-color: #FFFFFF;
    border-color: #BBBBBB;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
    border: 1px solid red;
}
html.js fieldset.collapsible {
    border: 1px solid #B0D7EC;
}
html.js fieldset.collapsible div.fieldset-wrapper {
    padding: 5px 10px;
}
html.js fieldset.collapsible legend a {
    padding-left: 19px;
}
html.js fieldset.collapsed legend a {
    background-position: 2px 0px;
}
.clear {
    clear: both;
}

body {
    font: 15px / 19px 'Open Sans', sans-serif;
}
.center {
    width: 1170px;
    margin: auto;
}
i {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
}
i.home:after {
    content: '\e800';
}
i.cidadao:after,
i.citizen:after {
    content: '\e801';
}
i.lupa:after,
i.search:after {
    content: '\e802';
}
i.empresas:after,
i.companies:after {
    content: '\e803';
}
.right-arrow i:after {
    content: '\e810';
}
.left-arrow i:after {
    content: '\e80f';
}


.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.float-r {
    float: right;
}
div.table {
    display: table;
}
span.nolink {
    cursor: default;
}
hr {
    background-color: #8F733C;
}
.see-all {
    margin-top: 15px;
    margin-bottom: 5px;
}
.node-evento .field-name-field-live-stream a:link,
.node-evento .field-name-field-live-stream a:visited,
.see-all input.form-submit,
.see-all a:link,
.see-all a:visited {
    cursor: pointer;
    border: 0 none;
    background-color: #6D8D9B;
    color: #fff;
    padding: 6px 10px;
    display: inline-block;
    font-size: 14px;

    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
}
.node-evento .field-name-field-live-stream a:hover,
.see-all input.form-submit:hover,
.see-all a:hover {
    background: #3F667A;
}
.node {
    min-height: 230px;
}
.node-unpublished {
    background-color: transparent;
    opacity: 0.6;
}
.views-field-created,
.date,
.views-field-field-data-limite,
.page-node .field-name-field-data-limite{
    font-size: 14px;
    color: #023F5A;
    font-weight: 400;
}
.node-type-instrucao .field-name-field-data-limite,
.node-type-legislacao .field-name-field-data-limite{
    font-size:15px;
    color:#023F5A;
}
.views-field-field-tipo-paper a:link,
.views-field-field-tipo-paper a:visited,
.field-name-field-area-de-interesse a:link,
.field-name-field-area-de-interesse a:visited,
.views-field-field-area-de-interesse a:link,
.views-field-field-area-de-interesse a:visited,
.field-name-field-tags a:link,
.field-name-field-tags a:visited,
.views-field-field-tags a:link,
.views-field-field-atividade a:visited,
.views-field-field-atividade a:link,
.views-field-field-tags a:visited,
.views-field-field-tipo-intervencao a:link,
.views-field-field-tipo-intervencao a:visited,
.tag a:link,
.tag a:visited {
    border-radius: 10px;
    background: #E6ECEC;
    color: #3F667A;
    display: inline-block;
    padding: 3px 6px;
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    margin-right: 5px;
    margin-bottom: 3px;

    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
}
.views-field-field-tipo-paper a:hover,
.field-name-field-area-de-interesse a:hover,
.views-field-field-area-de-interesse a:hover,
.views-field-field-tipo-intervencao a:hover,
.field-name-field-tags a:hover,
.views-field-field-tags a:hover,
.views-field-field-atividade a:hover,
.tag a:hover {
    background-color: #CED9DE;
    /*color: #CED9DE;*/
}
.field-name-field-tags a.maincat:link,
.field-name-field-tags a.maincat:visited,
.view-papers .views-field-field-area-de-interesse a:link,
.view-papers .views-field-field-area-de-interesse a:visited,
.tag a.maincat:link,
.tag a.maincat:visited {
    background-color: #F4F1EB;
    color: #A28E66;
}
.views-field-field-area-de-interesse a {
    margin-bottom: 5px;
}
.view .field-content.tag {
    margin: 5px 0;
}
.view .field-content.tag i {
    font-size: 20px;
    color: #023F5A;
    line-height: 20px;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.title-7,
.title-7 a:link,
.title-7 a:visited,
.title-8,
.title-8 a:link,
.title-8 a:visited {
    font-weight : bold;
    font-size : 20px;
    line-height : 22px;
}
.title-8,
.title-8 a:link,
.title-8 a:visited {
    font-size : 17px;
    line-height : 22px;
}
.title-9,
.title-9 a:link,
.title-9 a:visited {
    font-weight : 600;
    font-size : 15px;
    line-height : 19px;
}
span.small {
    font-size: 0.8em;
}
.confort-text {
    margin: 10px 0 35px;
}
div.table {
    display: table;
    width: 100%;
}
div.table div.row {
    display: table-row;
}
div.table div.cell {
    display: table-cell;
    vertical-align: top;
}
div.table div.cell.node-webform {
    width: 49% !important;
}
div.table div.row div.cell.cell-divider {
    width: 1%;
}
.locale-untranslated {
    font-size: 15px;
    line-height: 1;
    height: 17px;
    font-weight: 600;
    color: #323232;
    padding: 5px 5px 5px 15px;
    display: inline-block;
    text-decoration:none;
    color: #999;
}
.page404 .locale-untranslated {
    display: none;
}
#main-content .node .field-name-field-content-group table {
    border-collapse: collapse;
    border: 0 none;
    clear: both;
    margin-top: 0px;
    white-space: normal;
    width: 100%;
}
#main-content .node .field-name-field-content-group table thead th {
    border: 0 none;
    color: #023F5A;
    padding: 5px 10px;
    vertical-align: middle;
}
#main-content .node .field-name-field-content-group table tr.even,
#main-content .node .field-name-field-content-group table tr.odd {
    border-top: 1px solid #D0C6B2;
    background: transparent;
    border-bottom: 0 none;
}
#main-content .node .field-name-field-content-group table.zebra tr.even,
#main-content .node .field-name-field-content-group table.zebra tr.odd {
    border: 0 none;
}
#main-content .node .field-name-field-content-group table.zebra thead tr {
    border-bottom: 1px solid #D0C6B2;
}
#main-content .node .field-name-field-content-group table.zebra tr.even {
    background: #F9F8F5;
}
#main-content .node .field-name-field-content-group table td {
    border: 0 none;
    padding: 5px 15px;
    text-align: left;
    vertical-align: top;
    font-size: 13px;
    line-height: 17px;
}
@media only screen and (min-width : 0px) and (max-width : 1200px) {
    #main-content .simulador-response-item table th,
    #main-content .simulador-response-item table td,
    #main-content .node .field-name-field-content-group table th,
    #main-content .node .field-name-field-content-group table td {
        display: none;
    }
    #main-content .simulador-response-item table th.mobile-visible,
    #main-content .simulador-response-item table td.mobile-visible,
    #main-content .node .field-name-field-content-group table th.mobile-visible,
    #main-content .node .field-name-field-content-group table td.mobile-visible {
        display: table-cell;
    }
}
.node p,
.field-collection-item-field-content-group p {
    line-height: 1.5;
    font-size: 15px;
}
.field-collection-item-field-content-group h2 {
    font-weight: 600;
    font-size: 18px;
    color: #8F733C;
    padding: 0 0 10px;
}
.field-collection-item-field-content-group ol li a:visited,
.field-collection-item-field-content-group ol li a:link,
.field-collection-item-field-content-group ul li a:visited,
.field-collection-item-field-content-group ul li a:link,
.field-collection-item-field-content-group p a:visited,
.field-collection-item-field-content-group p a:link {
    color: #023F5A;
    text-decoration: underline;
}
.field-collection-item-field-content-group h3 {
    font-weight: 600;
    font-size: 16px;
    color: #8F733C;
    padding: 0 0 10px;
}
a#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #6D8D9B;
    color: #fff;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    font-size: 30px;
}
a#back-to-top i:after {
    content: '\e810';
}
#back-to-top.visible {
    opacity: 1;
}
:target {
    display: block;
    position: relative;
    top: -180px;
    visibility: hidden;
}
.twitter-tweet-rendered {
    margin-top: 0 !important;
}