/* COMMON ELEMENTS */

/* links */

a.borderfill:link,a.borderfill:active,a.borderfill:visited
{
 background-color: #ffffff;
 color: #408AB1;
 padding: 2px 4px;
 border-radius: 6px;
}

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

/*login box */

div#login_box_container
{
    /*background-color: rgba(124, 185, 48, 0.5);*/
    border: 1px solid #408AB1;
    padding: 8px;
    border-radius: 10px;
    font-size: 0.9em;
}

div#login_box_container table { width: 90%; margin: 0 auto; }
div#login_box_container table td { padding: 0px; }

div#login_box_container div.title{ text-transform: uppercase; color: #408AB1; text-align: center; font-size: 1.2em; }

/* default title */

div.title_main
{
    color: #77B127;
    font-size: 2.4em;
    text-shadow: 0px 1px 1px #555;
}

div.title_main_blue
{
    color: #408AB1;
    font-size: 2.4em;
    text-shadow: 0px 1px 1px #555;
}

/* left site links container */

div#left_side_links_container{ font-family: 'PT Sans', sans-serif; }


/* slide show (rhinoslider) container) */

#slider_top
{
    width:420px;
    height:190px;
    
    /*IE bugfix*/
    padding:0;
    margin:0;
}

#slider_top li { list-style:none; }


#slider_content_atelier
{
    width:350px;
    height:240px;
    
    /*IE bugfix*/
    padding:0;
    margin:0 auto;
}

#slider_content_atelier li { list-style:none; }





/* index.php */


div.box_gradient
{
    color: #fff;
    background-color: #408AB1;
    padding: 6px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px #777;  
}


/* projecto pedagogico */

table.ppcontainer{ width: 100%; }
table.ppcontainer td { width: 33.33%; text-align: center; vertical-align: middle;}



/* contactos */

table.clcontainer{ width: 100%; }
table.clcontainer td { width: 33.33%; vertical-align: middle;}

table.clcontainer span.cl_name{ font-size: 1.2em; font-weight: bold; }
table.clcontainer span.cl_title{ color: #497818; }


/* informacao - preçario */

table.ipcontainer{ width: 100%; }
table.ipcontainer td { width: 20%; vertical-align: middle; text-align: center;}




/* informacao - crescendo */


div.blog_crescendo_container
{
    width: 100%;
    text-align: center;
}

div.blog_crescendo_item
{
    margin: 5px;
    width: 150px;
    height: 130px;
    display: inline-block;
    text-align: center;
    font-weight: normal;
    font-size: 1.5em;
    /*text-shadow: 1px 1px #333;*/
    text-shadow: 1px 1px 0px #666;

    
    border-radius: 8px;
    border: 3px solid white;
    background: url('../images/conteudos/crescendo/pinheiro1.png') center 25px no-repeat;
    background-size: 100px;
    background-color: #fff;
    
    transition: all 150ms;
    cursor: pointer;
    
}

div.blog_crescendo_sala_rosa{ color:#FC26C7; background-image: url('../images/conteudos/crescendo/sala_rosa.png'); }
div.blog_crescendo_sala_rosa:hover{ border: 3px solid #FC26C7; }

div.blog_crescendo_sala_azulbebe{ color:#00D8DB; background-image: url('../images/conteudos/crescendo/sala_azulbebe.png');}
div.blog_crescendo_sala_azulbebe:hover{ border: 3px solid #00D8DB; }

div.blog_crescendo_sala_amarela1{ color:#E5FF00;  background-image: url('../images/conteudos/crescendo/sala_amarela1.png');}
div.blog_crescendo_sala_amarela1:hover{ border: 3px solid #E5FF00; }

div.blog_crescendo_sala_amarela2{ color:#FFD900; background-image: url('../images/conteudos/crescendo/sala_amarela2.png');}
div.blog_crescendo_sala_amarela2:hover{ border: 3px solid #FFD900; }

div.blog_crescendo_sala_lilas{ color:#DB00DB;  background-image: url('../images/conteudos/crescendo/sala_lilas.png'); }
div.blog_crescendo_sala_lilas:hover{ border: 3px solid #DB00DB; }

div.blog_crescendo_sala_vermelha{ color:#DE1E00;  background-image: url('../images/conteudos/crescendo/sala_vermelha.png');}
div.blog_crescendo_sala_vermelha:hover{ border: 3px solid #DE1E00; }

div.blog_crescendo_sala_azul{ color:#004CFF;  background-image: url('../images/conteudos/crescendo/sala_azul.png');}
div.blog_crescendo_sala_azul:hover{ border: 3px solid #004CFF; }

div.blog_crescendo_atl{ color:#8600ED;  background-image: url('../images/conteudos/crescendo/atl.png');}
div.blog_crescendo_atl:hover{ border: 3px solid #8600ED; }

div.blog_crescendo_sala_laranja{ color:#E89F00;  background-image: url('../images/conteudos/crescendo/sala_laranja.png');}
div.blog_crescendo_sala_laranja:hover{ border: 3px solid #FF9D00; }

div.blog_crescendo_sala_verde{ color:#0BDB00;  background-image: url('../images/conteudos/crescendo/sala_verde.png');}
div.blog_crescendo_sala_verde:hover{ border: 3px solid #0BDB00; }  

div.blog_crescendo_atelier{ color:#00E0E0;  background-image: url('../images/conteudos/crescendo/atelier.png');}
div.blog_crescendo_atelier:hover{ border: 3px solid #00E0E0; }  


/*

div.blog_crescendo_bercario{ color:#00AAC4; border: 1px solid #00AAC4; background-image: url('../images/conteudos/crescendo/bercario.png'); }
div.blog_crescendo_bercario:hover{ box-shadow: 0 0 20px #00AAC4, 0 0 20px #00AAC4 inset; }

div.blog_crescendo_sala_azulbebe{ color:#91B5B5; border: 1px solid #91B5B5; }
div.blog_crescendo_sala_azulbebe:hover{ box-shadow: 0 0 20px #91B5B5, 0 0 20px #91B5B5 inset; }

div.blog_crescendo_sala_amarela1{ color:#E3D400; border: 1px solid #E3D400; }
div.blog_crescendo_sala_amarela1:hover{ box-shadow: 0 0 20px #E3D400, 0 0 20px #E3D400 inset; }

div.blog_crescendo_sala_amarela2{ color:#EBD452; border: 1px solid #EBD452; }
div.blog_crescendo_sala_amarela2:hover{ box-shadow: 0 0 20px #EBD452, 0 0 20px #EBD452 inset; }

div.blog_crescendo_sala_lilas{ color:#A385FF; border: 1px solid #A385FF; }
div.blog_crescendo_sala_lilas:hover{ box-shadow: 0 0 20px #A385FF, 0 0 20px #A385FF inset; }

div.blog_crescendo_sala_vermelha{ color:#DE1E00; border: 1px solid #DE1E00; }
div.blog_crescendo_sala_vermelha:hover{ box-shadow: 0 0 20px #DE1E00, 0 0 20px #DE1E00 inset; }

div.blog_crescendo_sala_azul{ color:#0008F7; border: 1px solid #0008F7; }
div.blog_crescendo_sala_azul:hover{ box-shadow: 0 0 20px #0008F7, 0 0 20px #0008F7 inset; }

div.blog_crescendo_atl{ color:#A3A3A3; border: 1px solid #A3A3A3; }
div.blog_crescendo_atl:hover{ box-shadow: 0 0 20px #A3A3A3, 0 0 20px #A3A3A3 inset; }

div.blog_crescendo_sala_laranja{ color:#E89F00; border: 1px solid #E89F00; }
div.blog_crescendo_sala_laranja:hover{ box-shadow: 0 0 20px #E89F00, 0 0 20px #E89F00 inset; }

div.blog_crescendo_sala_verde{ color:#14A603; border: 1px solid #14A603; }
div.blog_crescendo_sala_verde:hover{ box-shadow: 0 0 20px #14A603, 0 0 20px #14A603 inset; }  

div.blog_crescendo_atelier{ color:#00E0E0; border: 1px solid #00E0E0; }
div.blog_crescendo_atelier:hover{ box-shadow: 0 0 20px #00E0E0, 0 0 20px #00E0E0 inset; }  


*/

/*

sala_rosa
sala_azulbebe
sala_amarela1
sala_amarela2
sala_lilas
sala_vermelha
sala_azul
atl
sala_laranja
sala_verde
atelier

*/



div.title_main_sala_rosa{ color: #FC26C7; font-size: 3em; text-shadow: 0px 1px 1px #555; }
div.title_main_sala_azulbebe{ color: #00D8DB; font-size: 3em; text-shadow: 0px 1px 1px #555; }
div.title_main_sala_amarela1{ color: #E5FF00; font-size: 3em; text-shadow: 0px 1px 1px #555; }
div.title_main_sala_amarela2{ color: #FFD900; font-size: 3em; text-shadow: 0px 1px 1px #555; }
div.title_main_sala_lilas{ color: #DB00DB; font-size: 3em; text-shadow: 0px 1px 1px #555; }
div.title_main_sala_vermelha{ color: #DE1E00; font-size: 3em; text-shadow: 0px 1px 1px #555; }
div.title_main_sala_azul{ color: #004CFF; font-size: 3em; text-shadow: 0px 1px 1px #555; }
div.title_main_atl{ color: #8600ED; font-size: 3em; text-shadow: 0px 1px 1px #555; }
div.title_main_sala_laranja{ color: #E89F00; font-size: 3em; text-shadow: 0px 1px 1px #555; }
div.title_main_sala_verde{ color: #0BDB00; font-size: 3em; text-shadow: 0px 1px 1px #555; }
div.title_main_atelier{ color: #00E0E0; font-size: 3em; text-shadow: 0px 1px 1px #555; }


div.title_main_cpsi{ color: #9400F0; font-size: 3em; text-shadow: 0px 1px 1px #555; }


/* article contents */

div.blog_crescendo_article_container {width: 100%; }
div.blog_crescendo_article_container div.title{ font-size: 1.4em; font-weight: 500; color: #183806; }
div.blog_crescendo_article_container div.info{ font-size: 0.9em; text-align: right; }
div.blog_crescendo_article_container div.mage{ font-size: 0.9em;  }




/* TABLES */

/* users table */

table.users_list
{
    width: 100%;
}

table.users_list th
{
    font-weight: bold;
    border-bottom: 2px solid #408AB1;
    padding: 3px;
}


table.users_list td
{
    border: 1px solid #408AB1;
    padding: 3px;
    vertical-align: middle !important;
}



table.admin_users_form
{
    width: 100%;
}

table.admin_users_form td
{
    vertical-align: middle !important;
}



/*
    datepicker highlights
    */

.dp_hl_vividgreen a
{
    background: #FFBA1A  !important;
    border-color: #FFBA1A !important;
    color: white !important;
}

.dp_hl_darkyellow a
{
    background: #000084 !important;
    border-color: #000084 !important;
    color: white !important;
}

.dp_hl_firered a
{
    background: #930093  !important;
    border-color: #930093 !important;
    color: white !important;
}
