/*
 *  Core CSS
 *  Author: Atelier35
 *  Author URI: https://atelier35.pt/
 *  Version: 2026.0
 */

html {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    height: 100%;
}

body {
    background: url(../../images/background.png) repeat scroll center top #EAE8E5;
    color: #6C6B66;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 26px;
    height: 100%;
}

a, a:link, a:visited {
    color: #87B542;
    text-decoration: none;
}

a:hover, a:focus {
    color: #87B542;
    text-decoration: underline;
}

a img {
    border: medium none;
}

a:hover img, a:focus img {
    opacity: 0.8;
}

small, .small {
    font-size: 75%;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: normal;
}

h1, h2, h3, h4, h5 {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #87B542;
}

.posts h2, .posts .article h2, .article.featured h2 {
    font-size: 20px;
    margin: 10px 0 5px;
}

.posts hr, .featured hr, hr.featured {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color;
    border-image: none;
    border-right: 0 none;
    border-style: dashed none none;
    border-width: 1px 0 0;
    clear: both;
    margin-bottom: 30px;
}

.posts .article {
    padding-bottom: 25px;
}

div {
    margin: 0;
    padding: 0;
}

.nostrong {
    font-weight: normal;
}

.nobullets {
    list-style-type: none;
    padding: 0 0 0 20px;
}

.lower-alpha {
    list-style-type: lower-alpha;
}

.list2 li {
    padding-bottom: 10px;
}

.upper {
    text-transform: uppercase;
}

.normal {
    text-transform: none;
}

.txt-center {
    text-align: center;
}

.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

.green {
    color: #87B542;
}

.darkgreen {
    color: #365c57;
}

.lightgreen_bkg {
    background-color: #dae182;
}

.lightgreen2_bkg {
    background-color: #f9ffc1;
}

.lightgreen3_bkg {
    background-color: #e7f19d;
}

.lightgreen_bkg a:hover, .lightgreen_bkg a:focus,
.lightgreen2_bkg a:hover, .lightgreen2_bkg a:focus,
.lightgreen3_bkg a:hover, .lightgreen3_bkg a:focus {
    /*font-size:1em;*/
    color: #0066cc;
    text-decoration: underline;
}

.text-shadow {
    text-shadow: 1px 1px 0px #FFF;
}

#header, #footer, .section {
    display: block;
}

div.page {
    height: auto;
    min-height: 100%;
}

#header {
    background: url(../../images/header_2.png) repeat-x scroll center top, url(../../images/header.png) repeat-x scroll center top transparent;
    height: 228px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

#header .section {
    height: 150px;
}

.section.container, #header .nav {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 960px;
}

#header h1 a {
    background: url(../../images/logo.png) no-repeat scroll left top transparent;
    display: block;
    height: 90px;
    left: 0;
    position: absolute;
    text-indent: -9999px;
    top: 25px;
    width: 470px;
}

#header h2 {
    color: #6C6B66;
    float: left;
    font-size: 16px;
    padding-left: 110px;
    padding-top: 82px;
}

#header .edition {
    position: absolute;
    right: 30px;
    top: 30px;
    text-align: right;
}

#header .edition a,
#header .edition a:link,
#header .edition a:visited {
    color: #6C6B66;
}

#header .edition a:hover,
#header .edition a:focus {
    color: #87B542;
}

#content {
    /*background: url(../../images/2026/background.png?v=2026.1) repeat-y scroll center top;*/
    padding-bottom: 200px;
}

#content {
    overflow: hidden;
}

#content .container {
    /* margin-bottom: 100px; */
}

.modules {
    border-top: 1px dashed #8F8F8F;
    margin-top: 25px;
    padding-top: 25px;
}

#footer {
    /*background: url(../../images/footer.png) repeat-x scroll center top transparent;*/
    height: 200px;
    margin-top: -200px;
}

#footer .section.container {
    float: none;
}

#footer > .section.container {
    overflow: visible;
}

#footer .sponsor {
    display: block;
    padding: 0;
    margin: 20px 0 10px;
    float: right;
    width: 250px;
    text-align: right;
}

.posts.article img, .featured img {
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.box-shadow {
    background: transparent url(../../images/bkg-transparent.png) 0 0 repeat scroll;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.white-section {
    background-color: #FFFFFF;
}

.block {
    border: 2px solid #365c57;
}

.logo-block {
    width: 240px;
    height: 280px;
    margin: 0 auto;
}

.logo {
    position: absolute;
    top: 6px;
    right: 50px;
    z-index: 10002;
}

.logo-txt {
    height: 65px;
    margin: 0 20px 0 0;
    display: inline-block;
    padding: 0;
    vertical-align: bottom;
}

.logo-txt span {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #3a551d;
    line-height: 45px;
    font-size: 32px;
    font-weight: bold;
    margin: 10px 0;
    display: block;
}

.logo-sponsor {
    display: inline-block;
}

.logo-sponsor a, .logo-sponsor a:link, .logo-sponsor a:visited {
    display: inline-block;
}

.logo-sponsor a:hover, .logo-sponsor a:focus {
    text-decoration: none;
}

.line:after {
    clear: both;
    content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
    display: block;
    font-size: xx-large;
    height: 0 !important;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
}

.unit:after {
    content: " ";
    display: block;
    /*position: absolute;*/
}

.unit {
    float: left;
    display: block;
}

.size1of1 {
    float: none;
}

.size1of4, .quartered-list li {
    width: 25%;
}

body.ie7 .size1of4 {
    width: 24.99%;
}

.size1of3 {
    width: 33.33333%;
}

body.ie7 .size1of3 {
    width: 33.3%;
}

.size1of2 {
    width: 50%;
}

body.ie7 .size1of2 {
    width: 49.99%;
}

.size2of3 {
    width: 66.66666%;
}

body.ie7 .size2of3 {
    width: 66.6%;
}

.size3of4 {
    width: 75%;
}

body.ie7 .size3of4 {
    width: 74.99%;
}

.size1of5 {
    width: 20%;
}

.size2of5 {
    width: 40%;
}

.size3of5 {
    width: 60%;
}

.size4of5 {
    width: 80%;
}

.size1of6 {
    width: 16.666666%;
}

body.ie7 .size1of6 {
    width: 16.6%;
}

.size1of7 {
    width: 14%;
}

.size1of8 {
    width: 12.5%;
}

.in15 {
    padding: 0 15px;
}

.ab15 {
    padding: 15px;
}

.in10 {
    padding: 0 10px;
}

.inr5 {
    padding-right: 5px;
}

.inl5 {
    padding-left: 5px;
}

.inr10 {
    padding-right: 10px;
}

.inl10 {
    padding-left: 10px;
}

.inr15 {
    padding-right: 15px;
}

.inl15 {
    padding-left: 15px;
}

.bottom5 {
    margin-bottom: 5px;
}

.bottom10 {
    margin-bottom: 10px;
}

.bottom30 {
    margin-bottom: 30px;
}

.top5 {
    margin-top: 5px;
}

.top10 {
    margin-top: 10px;
}

.top30 {
    margin-top: 30px;
}

.top60 {
    margin-top: 60px;
}

.out15 {
    margin: 15px 0;
}

.out30 {
    margin: 30px 0;
}

.icon, .download .txt {
    float: left;
    display: inline-block;
}

a:hover .icon, a:focus .icon {
    opacity: 0.8;
}

.pdf256 {
    background: transparent url(../../images/icons/256px/pdf.png) 0 0 no-repeat scroll;
    width: 256px;
    height: 256px;
    line-height: 256px;
}

.pdf64 {
    background: transparent url(../../images/icons/64px/pdf.png) 0 0 no-repeat scroll;
    width: 64px;
    height: 64px;
    line-height: 64px;
}

.download .txt {
    word-wrap: break-word;
    width: 80%;
    margin-left: 10px;
}

.contacts_map {
    display: block;
    height: 300px;
    margin: 0 auto;
    width: 400px;
    padding-bottom: 20px;
}

.contacts_map .map {
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

/*--- downloads ---*/
.downloads {
    margin-bottom: 15px;
}

div.downloads {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    margin-left: 30px;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

div.downloads {
    border-top: 1px solid #DFE4DD;
}

.downloads div.item {
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    display: block;
    overflow: hidden;
}

.downloads div.item {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #DFE4DD;
    background-image: url(../images/botao_pdf.png);
    background-position: center left;
    background-repeat: no-repeat;
}

.downloads div.item a {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    height: 52px;
    margin: 0;
    padding: 0;
}

.downloads div.item a {
    display: block;
    text-decoration: none;
}

.downloads .item .botao-download {
    position: absolute;
    top: 0;
    left: 0;
}

.botao-download {
    width: 52px;
    margin: 0;
    padding: 8px 0 12px 0;
    line-height: 32px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #999;
    background-image: url(../images/botao_download.png);
    background-position: center left;
    background-repeat: no-repeat;
}

.downloads .item h3 {
    padding-top: 6px;
}

.downloads .item h3, .downloads .item p {
    margin: 0;
    padding: 0 0 0 62px;
}

.downloads h3 {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
}

.downloads p {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    font-weight: normal;
    font-size: 13px;
    line-height: 150%;
}

.pane_block .title {
    font-weight: bold;
}

.pane_block .school {
    font-size: 14px;
}

.search_block {
    float: right;
    margin: 5px 0 12px;
    width: auto;
    display: inline-block;
    height: 28px;
    line-height: 28px;
}

/* table configuration
---------------------------------------------------------------------- */
table.simple {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
    width: 100%;
    /*table-layout: fixed*/;
    font-size: inherit;
    border-collapse: collapse;
    border-spacing: 0;
}

table.results {
    table-layout: fixed;
}

.simple td, .simple th {
    text-align: left !important;
}

.simple th {
    background: none repeat scroll 0 0 rgba(254, 254, 254, 0.4);
    font-weight: 600;
}

.simple tr.even {
    /*background: none repeat scroll 0 0 #F9F9F9*/;
}

.simple th, .simple td {
    padding: 1em !important;
}

.school-list th, .school-list td {
    padding: .8em !important;
}

.simple td, .simple th {
    /*border-right: 1px solid #6e5e4c;*/
    box-shadow: 1px 0 1px #FFFFFF;
}

.simple td:first-child, .simple th:first-child {
    /*border-left: 1px solid #6e5e4c;*/
}

.simple tr:first-child {
    /*border-top: 1px solid #6e5e4c;*/
}

.simple tr, .simple td {
    border-bottom: 1px solid #6e5e4c !important;
    box-shadow: 0 1px 1px #FFFFFF;
}

.simple th.center, .simple td.center {
    text-align: center !important;
    display: table-cell !important;
}

.simple th.right, .simple td.right {
    text-align: right !important;
    display: table-cell !important;
}

.simple th.w32, .simple td.w32 {
    width: 32%;
}

.simple th.quarter, .simple td.quarter {
    width: 25%;
}

.simple th.w25, .simple td.w25 {
    width: 25%;
}

.simple th.w20, .simple td.w20 {
    width: 20%;
}

.simple th.w17, .simple td.w17 {
    width: 17%;
}

.simple th.w12, .simple td.w12 {
    width: 12%;
}

.simple th.w10, .simple td.w10 {
    width: 10%;
}

.simple td.small {
    font-size: 86.4%;
}

.simple td.actions {
    font-size: 94.4%;
}

.simple th.sort {
    cursor: n-resize;
}

.simple th.sort.asc {
    cursor: n-resize;
}

.simple th.sort.desc {
    cursor: s-resize;
}

.simple tr:hover {
    background-color: rgba(250, 247, 238, 0.9) !important;
    /*background-color:#dbebb0 !important;*/
}

.simple tr.thead:hover {
    background-color: transparent !important;
}
