@charset "utf-8";

/**
 *------------------------------------------------------------------------------
 * PLATAFORMA AMPLITUDE V-1
 * GURU Style
 *------------------------------------------------------------------------------
 * @website	plataformamplitude.org
 * @authors     SKYTRAILS
 * @System      j!4
 *------------------------------------------------------------------------------
 */



/* ////////////////////////////////////////////////////

  _        GURU - Página do Curso
  ////////////////////////////////////////////////////*/

/*
 * GURU STAGE
*/
#guru-component{
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 30px;
    background: #fff;
}
/*
 * GURU STAGE - PÁGINA DO PROFESSOR E ALUNO
*/
/*Tab de logout*/
#g_logout{
    display: none;
}

/*
 * GURU STAGE - PÁGINA DO CURSO
*/
.view-guruPrograms #guru-component{
    padding: 0px !important;
    background: Transparent !important;
}

/*Remover o titulo do Curso*/
.gru-course-title.title_guru.d-none.d-md-block {
    display: none !important;
  }



 
  /*ROW das Abas: Descrição, Conteúdo, Exercise*/
  /*ROW*/
  #guru-component .moderm-layout .guru-course-view > ul.uk-tab {
    border: 0;
    margin-bottom: 2em !important;
    border-bottom: 1px solid rgb(182, 182, 182);
  }
  /*LI*/
  #guru-component .moderm-layout .guru-course-view > ul.uk-tab > li {
    padding: 0;
    margin-bottom: 0px;
  }
  /*A*/
  #guru-component .moderm-layout .guru-course-view > ul.uk-tab > li > a {
    background-color: transparent;
    padding: 0.9em 5px !important;
    margin: 0 0.5em;
    border: 0;
    border-radius: 0px;
    position: relative;
    color:#6a7180
  }
  #guru-component .moderm-layout .guru-course-view > ul.uk-tab > li:hover > a {
    color: #616979;
  }
  #guru-component .moderm-layout .guru-course-view > ul.uk-tab > li > a::after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  left: 25%;
  right: 25%;
  bottom: -2px;
  height: 3px;;
  transition: var(--gru-trans-base);
}
#guru-component .moderm-layout .guru-course-view > ul.uk-tab > li:hover > a::after {
    background-color: #616979;
    left: 0;
    right: 0;
    opacity: 1;
  }

  /*active link*/
  #guru-component .moderm-layout .guru-course-view > ul.uk-tab > li.uk-active > a {
    background-color: transparent;
    color: royalblue;
  }
  #guru-component .moderm-layout .guru-course-view > ul.uk-tab > li.uk-active:hover > a {
    background-color: transparent;
    color: royalblue;
  }
  #guru-component .moderm-layout .guru-course-view > ul.uk-tab > li.uk-active > a::after {
    background-color: royalblue;
  }
  #guru-component .moderm-layout .guru-course-view > ul.uk-tab > li.uk-active:hover > a::after {
    background-color: royalblue;
  }
  #guru-component .moderm-layout .guru-course-view > ul.uk-tab > li.uk-active > a::after {
  content: "";
  display: block;
  position: absolute;
  opacity: 1;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 3px;
  transition: var(--gru-trans-base);
  }


  /*PALCO CURSO*/
  .tab-content #tab1{}

  /*PALCO DESCRIÇÃO*/
  .tab-content #tab2{
    padding: 30px;
  }

  /*PALCO FICHEIROS ESERCISSIO*/
  .tab-content #tab4{
    padding: 30px;
  }
  /*Container da lista de cursos*/
.gru-course-detail.moderm-layout .tab-content {
    border: 0px;
    border-radius: 0px;
    padding: 0px;
     background-color: #FFF;
     box-shadow: 0 0 24px rgba(0,0,0,0.1);
  }
  .guru-course-view .tab-content {
    margin: 0;
    padding: 0;
  }
  /*BOTÕES GERAL*/
  #guru-component .uk-button {
    -webkit-appearance: none;
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: #444;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 1rem 1rem;
    background: #eee;
    vertical-align: middle;
    line-height: 30px;
    min-height: 30px;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
  }
  div#guru-component .uk-button, 
  div#guru-component .uk-form .uk-button {
    min-height: inherit;
    line-height: inherit;
    border-radius: 3px;
  }
  #guru-component .uk-button:not(:disabled) {
    cursor: pointer;
  }
  #guru-component .uk-button-primary {
    background-color: #FF7F6B;
    border-color: #FF7F6B;
    background-color: yellowgreen;
    border-color: yellowgreen;
    color: #443B4A;
    font-size: 0.9rem;
    font-weight: 500;
  }
  /*BOTOES DO ACORDION
  */
  #guru-component .table-of-contents .show_sub,
  #guru-component .table-of-contents .close_sub{
    background-color: #5c6b75 !important;
    margin-top: 10px;
    padding: 0.4rem 1rem;

  }
  #guru-component .table-of-contents .show_sub{
    margin-left: 20px;

  }
  #guru-component .table-of-contents .close_sub{
    margin-left: 5px;
  }



  /*Labels "Duration" "Quiz" "Level" etc...*/
  .uk-width-1-2.uk-hidden-small.wk-width-1-2.wk-hidden-small.hidden-phone {
    display: none;
  }
  

  #guru-component .chapter_wrap .guru-tab-title {
    padding: 0 15px;
    border-bottom: 2px solid #eee;
    border: 1px solid #E9EFF2;
    border-radius: 0px;
    background: #F7F8FA;
    font-weight: bold;
    cursor: pointer;
  }
  
  @media (min-width: 768px) {
    #guru-component .chapter_wrap .guru-tab-title {
        /* padding: 20px 15px; */
        background: #F7F8FA;
        border: 1px solid #E9EFF2;
        border-radius: 0px;
        padding: 0 15px;        
    }
}
@media (max-width: 768px) {
    #guru-component .uk-grid > div {
        margin-bottom: 0;
    }
}
/*Corrigir erro numero 4*/
@media (max-width: 768px) {
    div#guru-component .hidden-phone {
    /* display: none; */
    display: block;
    visibility: hidden;
    }}
    
  /*Aba principal de cada secção de curso */
  #guru-component .chapter_wrap .chapter_title .day {
    padding-top: 20px; 
    padding-bottom: 15px;
}

/*Tab das Lições videos etc*/
  #guru-component .chapter_wrap .lessons_wrap {
    margin-bottom: 0px;
    background-color: white;
  }
/*
LISTA DE LIÇÕES
*/
  
  #guru-component .chapter_wrap .lessons_wrap .subcat ul .lesson_name a{
    padding-left: 0px;
    transition: all 0.25s ease-in-out;
  }
  #guru-component .chapter_wrap .lessons_wrap .subcat ul .lesson_name:hover a{
    padding-left: 7px;
  }
  #guru-component .chapter_wrap .lessons_wrap .subcat ul .lesson_name:hover .inactive-lesson{
    padding-left: 0; /*Não funciona porque acima não estou a atacar o "a" tag*/
  }

  @media (min-width: 960px){
    .lessons_wrap .subcat > ul {
         padding-left: 30px !important;
         padding-right: 30px
        }
    }
  .lessons_wrap .subcat > ul {
    padding-left: 20px !important;
    padding-right: 20px
  }
/*Define a formatação para todos os elementos texto da lista (Tempo incluído)*/
  .lessons_wrap .subcat ul li {
    color: #5c6b75;
    font-size: 0.85rem;
  }
/*Define formatação do nome das lições*/
  .lesson_name a {
    text-decoration: none;
    font-size: 0.95rem;
    color: royalblue;
    transition: all 0.25s ease-in-out;
  }
  .lesson_name a:hover {
    text-decoration: none;
    /* color: rgb(15, 66, 218); */
  }
  .lesson_name .inactive-lesson, 
  .lesson_name .inactive-lesson:hover {
    color: #999;
    pointer-events: none;
  }
  /*Define formatação do tempo de aula*/
  .lessons_wrap .subcat ul li div div:nth-child(3) {
    display: flex;
    justify-content: center;
    line-height: 1;
    padding-top: 9px;
  }

  /*
   * MY PROFILE
   */
   #guru-myprofile {
    background: #fff;
    padding: 30px;
  }

  /*////////////////////////////////////////////////////

_     PROFESSORES - PÁGINA CURSO
////////////////////////////////////////////////////*/
.dhtmlgoodies_tree li.tree-branch {
    background-color: white !important;
  }
  .dhtmlgoodies_tree li.tree-branch > a {
    padding: 1em 0;
    margin: 2px 0;
  }
.dhtmlgoodies_tree li.tree-leaf {
    background-color: #f0f4f9;
    padding: 10px 0;
  }
.dhtmlgoodies_tree li a, #floatingContainer li a {
    color: #000;
    text-decoration: none;
    padding-left: 1px;
    line-height: 13px;
    margin-left: 2px;
    display: inline-block;
  }