/* ====================================================== */
/* *********************** MOODLE *********************** */
/* ====================================================== */
.format-onetopic .onetopic .tab_content {
    padding: 0px 12px;
}
.course-content ul.topics li.section .summary {margin-left: 0px; margin-right: 0px; background-image:url(https://moodle.unesp.br/ava/theme/funep/APAEDV/imgs/fundo.png);}
.course-content .topics .section .summary .no-overflow {width: 100%;}

/* ====================================================== */
/* *********************** AGENDA *********************** */
/* ====================================================== */
.funep-margin {margin-left: 25px; margin-right: 25px;}
section#funep-cabecalho-agenda-equipe {
    padding: 5px 10px;
    background-color: #f0eedf;
    border-top: 2px solid #d5d5d5;
    box-shadow: 0px 4px 7px rgba(0,0,0,0.5);
    margin-bottom: 25px;
}
section#funep-cabecalho-agenda-equipe p {
    text-align: center;
    color: #f6691d;
    font-weight: bold;
}
section#funep-conteudo p, section#funep-rodape p, section#funep-conteudo-atividade p {
    text-align: justify;
    font-size: 16px;
    margin: 8px auto;
}
section#funep-conteudo ul.letra-minusculo {list-style-type:lower-alpha;}
section#funep-conteudo ul.algarismo-romano {list-style-type:upper-roman;}
section#funep-conteudo ul li, section#funep-conteudo-atividade ul li {
    list-style: outside;
    color: #000;
}
section#funep-conteudo ol li{
    list-style: decimal;
}
section#funep-conteudo div.destaque {
    width: 80%;
    margin: 10px auto;
    padding: 5px 10px;
    background-color: #f0eedf;
}
section#funep-conteudo div.destaque p {
    text-align: center;
    color: #f6691d;
    font-weight: bold;
}
section#funep-conteudo div.destaque-agenda-nacional {
    width: 95%;
    margin: 10px auto;
    padding: 5px 10px;
    background-color: #f0eedf;
}
section#funep-conteudo div.destaque-agenda-nacional p {
    text-align: justify;
}
section#funep-conteudo .bloco-video {margin:auto;text-align: center;}
section#funep-conteudo .bloco-video #frame-youtube {
    width: 560px;
    height: 315px;
}

section#funep-conteudo .coluna-12-12 {width: 100%;}
section#funep-conteudo .flutua-esquerda {float: left;}
section#funep-conteudo .limita-area-icone {
    position:relative;
    max-width: 11em;
    margin:auto;
    text-align:center;
    transition: transform 0.3s;
    transform: scale(0.9);
}
section#funep-conteudo .limita-area-icone:hover {
    transform: scale(1);
}
section#funep-conteudo .icone-agenda-atv-abertura {width: 50%; margin-top: 17%;}

section#funep-cabecalho .cabecalho-agenda p {
    text-align: center;
    color: #FFF;
    font-family: Montserrat, arial, times new roman;
    font-size: 30px;
    line-height: 1;
	padding: 1%;
}
section#funep-cabecalho .cabecalho-agenda p.data {
    font-size: 22px;
}
section#funep-cabecalho {
    margin-bottom: 25px;
	background-color: #2EA756;
}
section#funep-conteudo div.quadro-mensagem {
    background: #FEFCED;
    border-radius: 7px;
    margin: 5px auto;
}
div.quadro-mensagem-titulo {
    background: #F0EEDF;
    border-radius: 7px 7px 0px 0px;
    padding: 5px 10px;
}
div.quadro-mensagem-mensagem {
    background: #FEFCED;
    padding: 5px 10px;
}
section#funep-conteudo p.texto-citacao {
    margin-left: 20%;
    line-height: 20px;
    font-size: 13px;
}

/*botao voltar*/

.bt {
border:1px solid #25692A;
border-radius:4px;
display:inline-block;
cursor:pointer;
font-family:Verdana;
font-weight:bold;
font-size:13px;
padding:6px 10px;
text-decoration:none;
} 

.bt-lj {
border-color:#eb9b48;
background:linear-gradient(to bottom, #f7d6b3 5%, #eb9b48 100%);
box-shadow:inset 0px 1px 0px 0px #fdf7f0;
color:#333 !important;
text-shadow:0px 1px 0px #ffee66;
}

.bt-lj:hover {
background:linear-gradient(to bottom, #eb9b48 5%, #f7d6b3 100%);
}

.bt:active {
position:relative;
top:2px;}

/*Fim*/

/*Div Imagens*/
section#funep-imagens:after {
    content: '';
    display: block;
    clear: both;
}

section#funep-imagens .coluna-3-12 {width: 25%;}
section#funep-imagens .coluna-4-12 {width: 33.333333333333333%;}
section#funep-imagens .coluna-6-12 {width: 50%; height:220px!important;}
section#funep-imagens .coluna-12-12 {width: 100%;}
section#funep-imagens .flutua-esquerda {float: left;}

section#funep-icones .limita-area-icone {
    position:relative;
    max-width: 11em;
    margin:auto;
    text-align:center;
}

/*Fim*/

/* DIV ICONES DA AGENDA*/
section#funep-icones {
    margin: 20px auto;
    padding-top: 5px;
    padding-bottom: 5px;
	background-color: #2EA756;
}
section#funep-icones:after {
    content: '';
    display: block;
    clear: both;
}

section#funep-icones .coluna-3-12 {width: 25%;}
section#funep-icones .coluna-4-12 {width: 33.333333333333333%;}
section#funep-icones .coluna-6-12 {width: 50%;}
section#funep-icones .coluna-12-12 {width: 100%;}
section#funep-icones .flutua-esquerda {float: left;}
section#funep-icones .limita-area-icone {
    position:relative;
    max-width: 11em;
    margin:auto;
    text-align:center;
    transition: transform 0.3s;
    transform: scale(0.9);
}
section#funep-icones .limita-area-icone:hover {
    transform: scale(1);
}

section#funep-icones .fundo-icone-svg {
    width: 100%;
    margin:auto;
}
section#funep-icones .espaco-icone {
    position: absolute;
    width: 70%;
    height: auto;
    top: 5%;
    left: 15%;
}
section#funep-icones div.menu-txt-icones {
    margin: -20px auto 20px auto;
}
section#funep-icones div.menu-txt-icones p {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}
section#funep-icones div.menu-txt-icones p a {color: #267ebb}
section#funep-icones .icone-agenda-calendario {margin-top: 8%}
section#funep-icones .icone-agenda-video {margin-top: 10%}
section#funep-icones .icone-agenda-fale-professor {width: 140%; margin-top: 10%;margin-left: -17%}
section#funep-icones .icone-agenda-leitura {width: 100%; margin-top: 8%;}
section#funep-icones .icone-agenda-atv-forum {width: 125%; margin-top: 8%;}
section#funep-icones .icone-agenda-atv-tarefa {width: 70%; margin-top: 17%;}
section#funep-icones .icone-agenda-atv-pesquisa {width: 72%; margin-top: 17%;}
section#funep-icones .icone-agenda-atv-palestra {width: 125%; margin-top: 20%;}

section#funep-icones div.menu-txt-icones p a.icone-txt-video{color: #cd3697!important}
section#funep-icones div.menu-txt-icones p a.icone-txt-calendario{color: #35aba2!important}
section#funep-icones div.menu-txt-icones p a.icone-txt-leitura{color: #ee7a52!important}
section#funep-icones div.menu-txt-icones p a.icone-txt-forum-discussao{color: #39546d!important}
section#funep-icones div.menu-txt-icones p a.icone-txt-tarefa{color: #267ebb!important}