﻿/*CSS AUXILIAR*/

.topics #section-2 {
display:none;
}

.miolo .jwplayer {
float:left;
}

/*Alterar ícones dos tópicos da tela principal*/
.course-content #section-3.section-summary .section-title {
  background: #EFF7FC url(/theme/image.php?theme=professoronline&component=theme&image=images/m1) no-repeat left -8px;
}

.course-content #section-4.section-summary .section-title {
  background: #EFF7FC url(/theme/image.php?theme=professoronline&component=theme&image=images/m2) no-repeat left -8px;
}

.course-content #section-5.section-summary .section-title {
  background: #EFF7FC url(/theme/image.php?theme=professoronline&component=theme&image=images/m3) no-repeat left -8px;
}

.course-content #section-6.section-summary .section-title {
  background: #EFF7FC url(/theme/image.php?theme=professoronline&component=theme&image=images/m4) no-repeat left -8px;
}

/*Alterar ícones internos dos tópicos*/

.sectionname.iconM2 {
  background: #EFF7FC url(/theme/image.php/professoronline/theme/pix/images/m1) no-repeat left -8px;
}

.sectionname.iconM3 {
  background: #EFF7FC url(/theme/image.php/professoronline/theme/pix/images/m2) no-repeat left -8px;
}

.sectionname.iconM4 {
  background: #EFF7FC url(/theme/image.php/professoronline/theme/pix/images/m3) no-repeat left -8px;
}

.sectionname.iconM5 {
  background: #EFF7FC url(/theme/image.php/professoronline/theme/pix/images/m4) no-repeat left -8px;
}

/* Alterando a cor do texto*/

.destaque-texto{
	color:#a20404;
}

/* Alterar cor do link das pesquisas Questionnaire */

#page-mod-questionnaire-view #region-main a {
color: #0070a8;
}