<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** mostrar searchtools do joomla */
.js-stools-container-filters {
  display: block;
  margin: 10px 0;
}

.js-stools .js-stools-container-filters-visible {
  display: block;
}

/** cÃ­rculos */

.dot-PublicacaoCriacaoCurso {
  height: 10px;
  width: 10px;
  background-color: #820053;
  border-radius: 50%;
  display: inline-block;
}

.dot-PublicacaoAlteracaoDesignacaoCurso {
  height: 10px;
  width: 10px;
  background-color: #2e6da4;
  border-radius: 50%;
  display: inline-block;
}

.dot-PublicacaoPlanoEstudos {
  height: 10px;
  width: 10px;
  background-color: #d9534f;
  border-radius: 50%;
  display: inline-block;
}


.dot-PublicacaoAlteracaoPlanoEstudos {
  height: 10px;
  width: 10px;
  background-color: #5bc0de;
  border-radius: 50%;
  display: inline-block;
}
.dot-PublicaoAlteracaoBacharelLicenciatura {
  height: 10px;
  width: 10px;
  background-color: #e396b5;
  border-radius: 50%;
  display: inline-block;
}

.dot-PublicacaoAtribuicaoGrauLicenciado {
  height: 10px;
  width: 10px;
  background-color: #f0ad4e;
  border-radius: 50%;
  display: inline-block;
}

.dot-PublicacaoAdequacaoBolonhaPublicacaoPlanoEstudos {
  height: 10px;
  width: 10px;
  background-color: #f70c95;
  border-radius: 50%;
  display: inline-block;
}


.dot-PublicacaoCriacaoCursoePlanoEstudos {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  background-color: #3f903f;
}

.dot-PublicacaoPlanoEstudosDges {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  background-color: #0af015;
}

/** timeline bootstrap */
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
  width:95%;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline&gt;li {
  margin-bottom: 20px;
  position: relative;
}

.timeline&gt;li:before,
.timeline&gt;li:after {
  content: " ";
  display: table;
}

.timeline&gt;li:after {
  clear: both;
}

.timeline&gt;li:before,
.timeline&gt;li:after {
  content: " ";
  display: table;
}

.timeline&gt;li:after {
  clear: both;
}

.timeline&gt;li&gt;.timeline-panel {
  width: 38%;
  float: left;
  text-align: justify;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline&gt;li&gt;.timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline&gt;li&gt;.timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline&gt;li&gt;.timeline-badge {
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  border:3px  solid #ccc;
  top: 16px;
  left: 50%;
  margin-left: -32px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
/** 

.timeline&gt;li&gt;.timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;

  
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 29px;
  border:3px solid black;

  
}
*/
.timeline&gt;li.timeline-inverted&gt;.timeline-panel {
  float: right;
}

.timeline&gt;li.timeline-inverted&gt;.timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline&gt;li.timeline-inverted&gt;.timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.PublicacaoCriacaoCurso {
  background-color:#820053 !important;

}

.timeline-badge.PublicacaoAlteracaoDesignacaoCurso {
  background-color: #2e6da4 !important;
}

.timeline-badge.PublicacaoPlanoEstudos {
  background-color: #d9534f !important;
}

.timeline-badge.PublicacaoAlteracaoPlanoEstudos {
  background-color: #5bc0de !important;
}

.timeline-badge.PublicaoAlteracaoBacharelLicenciatura {
  background-color: #e396b5 !important;
}

.timeline-badge.PublicacaoAtribuicaoGrauLicenciado {
  background-color: #f0ad4e !important;
}

.timeline-badge.PublicacaoAdequacaoBolonhaPublicacaoPlanoEstudos {
  background-color: #f70c95 !important;
}

.timeline-badge.PublicacaoCriacaoCursoePlanoEstudos {
  background-color: #3f903f !important;
}


.timeline-title {
  font-size: 12pt ;
  margin-top: 0;
  
}

.timeline-title.success {
  color: #3f903f !important;
  
}

.timeline-title.warning {
  color: #f0ad4e !important;
  
}

.timeline-title.info {
  color: #5bc0de;
  
}


.timeline-body&gt;p,
.timeline-body&gt;ul {
  margin-bottom: 0;
  text-align: justify;

}

.timeline-body&gt;p+p {
  margin-top: 5px;
}

@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }

  ul.timeline&gt;li&gt;.timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }

  ul.timeline&gt;li&gt;.timeline-badge {
    left: 5px;
    margin-left: 0;
    top: 16px;

    width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  border:3px  solid #ccc;
  }

  ul.timeline&gt;li&gt;.timeline-panel {
    float: right;
  }

  ul.timeline&gt;li&gt;.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  ul.timeline&gt;li&gt;.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}

.timeline-footer{
  padding:10px;
  background-color:#f4f4f4;
 height: 30px;
}
.timeline-footer &gt; a{
  cursor: pointer;
  text-decoration: none;
}


.icon-calendar-3 { color: #3f903f; font-size: 12pt; }


.thumbnail {
width: 38%;
margin: auto;
border: 1px solid #d4d4d4;
background-color: #f4f1f2;
border-radius: 2px;
padding: 20px;
position: relative;
-webkit-border-radius: 2px;
   -moz-border-radius: 2px;
        border-radius: 2px;
-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
   -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);


}

.cl1{
color: #e396b5;
}

.cl2{
  color: #000;
  }</pre></body></html>