/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */

.carnaval {
   width: 910px;
   height: 650px;
   background-image: url('/agrupamento/images/noticias/carnaval2_site.jpg');
}

.cnl {
   width: 936px;
   /* height: 272px; */
   background-image: url('/agrupamento/images/noticias/2013_semana_leitura_fundo4.jpg');
   background-repeat: no-repeat;
   background-color: #7A000F;
   padding:0px;
}

.keyfor { background-color: #eff7fa; }

/* Calendário de eventos */

div#slidecalendar {
  position: absolute;
  width: 980px;
  left:-20px;
  height: 475px;
  background-color: #333333;
  top: -473px;
  z-index: 100;
}

div#slidecalendar ul {
  position: absolute;
  top: 475px;
  left:348px;
  margin: 0;
  border: 0;
  z-index: 5;
}

div#slidecalendar ul li {
  position: relative;
  list-style: none;
  display: inline;
  top: 0px;
  left: 0px;
  margin: 0;
}

div#slidecalendar ul li a img {
  border: 0;
}


/* *********************** */

div.infobox {
  /* float: left; */
  /* width: 210px; */
  padding: 5px 5px;
  boder-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0px 0px 5px #DCDCDC;
  -webkit-box-shadow: 0px 0px 5px #DCDCDC;
  -moz-box-shadow: 0px 0px 5px #DCDCDC;   

  background-color: #F3F3F3; /* para browsers sem suporte para css3 */
  
  margin: 15px 6px 0 7px;
}

/* ------------- FUNDO ------------------*/
 
body {
  background: url('/agrupamento/images/fundamentais/polaroid.png'); 
  /* background: url('/agrupamento/images/fundamentais/primavera_background.jpg');  */
}

.wrapper {
  background-color:white;
    box-shadow: 0 0 10px #666;
  -webkit-box-shadow: 0 0 10px #666; 
  -moz-box-shadow: 0 -10px 10px #666;
}

div.decor {
  position: relative;
  z-index: 1;
  width: 960px;
  margin: 0 auto;
  
}

.bg_esquerda {
   position:absolute;
   left: -179px;
   top: 0px;
}

.bg_direita {
   position:absolute;
   left: 970px;
   top: -230px;
}


/* ---------------------- */

 
.custom-logo {
  display: inline-block;
  width: 210px;
  height: 90px;
  background: url(../../../images/yootheme/logo.png) 50% 50% no-repeat;
  background-size: contain;
}

/* Only Phones (Portrait) */
@media (max-width: 479px) {

  .custom-logo { height: 60px; }
  
}


/*
* Estilos do toze
*/

.toze-cor-azul .module-title {
  color: #00A5E4;
}

/* ESTA COR FICA BEM NA PÁGINA INICIAL: #C3EBD1 */

/* Links */
a:hover { text-decoration: underline; }
a.button-default:hover { text-decoration: none; }
a.button-primary:hover { text-decoration: none; }

.inicio div#main { display:none; } 

/* ABERTURA DO ANO LETIVO 2013-2014 */

p#unico {
  padding-bottom: 20px;
}

table.agenda {
  font-size: 12px;
  text-align:left;
  border-collapse: collapse;
  border: 1px solid #69c;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  

}

table.agenda th {
  
  font-size:14px;
  color: #039;
  border-bottom: 1px dashed #69C;
  padding: 12px 17px;
}

table.agenda td {
  color: #669;
  padding: 7px 17px;
}

/* PARA BOXES STYLE */

/* .mod-line 
O que estava -> linhas cinzas ao redor
.mod-line {
  border: 1px solid #00d;
  border-bottom-color: #00b;
  border: 1px solid #ccc;
  border-bottom-color: #ccc;
}

*/
.mod-line {
  border: 1px solid #fff;
  border-bottom-color: #fff;
  box-shadow: none;
}

.isblog #system .item {
  border: 1px solid #00d;
  border-bottom-color: #00b;
  border: 1px solid #ccc;
  border-bottom-color: #ccc;  
}

.noblog #content {
  border: 1px solid #00d;
  border-bottom-color: #00b;
  border: 1px solid #ccc;
  border-bottom-color: #ccc;  
}

/*
#menubar {
  border-top: 1px solid #00d;
  border-bottom: 1px solid #00d;
  background: yellow;
  padding:10px;
}
*/

#menubar{padding:5px
5px 5px 0;background:#ccc;border-radius:4px;
/* background-image:url('/agrupamento/images/fundamentais/xmas_bg_n.gif'); */
/* height:50px; */
}

.menu-dropdown a.level1 > span {
 color:#000;
}

.menu-dropdown a.active > span {
 color:#00088D;
 font-weight:bold;
}

.menu-dropdown span.separator > span {
 color:#000;
}

.menu-dropdown span.level1 > span {
 color:#000;
}


/*
.menu-dropdown li.level1:hover .level1,
.menu-dropdown li.remain .level1,
.menu-dropdown li.active .level1 { color: yellow; }
*/

#search{margin:2px
2px 0 0}

h1, h2, h3, h4, h5, h6 {
  color: #00088D;
}

/* --- */ 
#headerbar {
  margin-bottom:0;
}

/* ESTILOS PARA TABELAS */
table.bordered {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    /*width: 100%;    */
    font-size:12px;
}

table.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}

table.bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
table.bordered td, table.bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 5px 5px;
    text-align: left;    
}

table.bordered th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

table.bordered td:first-child, table.bordered th:first-child {
    border-left: none;
}

table.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

table.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

table.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

table.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

table.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

/* COR DAS LETRAS DAS TABS QUANDO HOVER */
ul.jwts_tabbernav li a:hover {color:#051396;border:1px solid #aaa;border-bottom:none;background:#f2f2f2;text-decoration:none;}

/* Para noticia da ciencia com os pais */
.verceu {
  background-color: rgb(0, 0, 24); 
  color: rgb(255, 255, 255); 
  background-image: url(http://agesc-arouca.pt/agrupamento/images/ad-astra1.jpg); 
  background-repeat: no-repeat;
  background-position: 0% 100%;
  line-height:24px;
}

.verceu h1 { color: #fff; }
/* ------------------------------- */

/* -- Esconder propaganda do flippingpages --*/
div#fbFooter+div {
  display:none !important;
}

.modprincipal
{
  background-color: #000;
}

/* Para diminuir o tamanho do texto nos separadores do widgetkit acordião
Utilizado: menu autovaliação > avaliação interna internos
*/
h3.toggler { font-size: small; }

.anoletivo2015 {
  border-radius:10px;
  background-color: #F0F8FF;
}
