.quote-container {
  position: relative;
  margin: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.quote-container::before,
.quote-container::after {
  content: '"';
  font-size: 1.5em;
  color: #ccc;
  position: absolute;
}

.quote-container::before {
  top: -10px;
  left: -20px;
}

.quote-container::after {
  bottom: -20px;
  right: -20px;
}









/*BOOTSTRAP MODIFICADORES*/

.page-header{
  padding:10px;
}

.sessoes_admin {
  width: 80%;

  /*min-width:250px;*/
  margin: 20px auto;
  margin-bottom: 60px;
  padding: 15px;
  border-radius: 15px;
/*box-shadow:1em 0 0.4em#337AB7, -1em 0 0.4em #337AB7;*/
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
text-align:center;
}


.sessoes_admin.aulas {
  background-color: #39646d;

}
.sessoes_admin.aulas h3{
    color: #fefefe;
  }

.quadro_aulas_professor{
background-color: #f8fcff;
}



.form_seleciona_oferta{
  width:100%;
  max-width: 400px;
  background-color: #fafafa;
  margin: 20px auto;
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 15px;
/*box-shadow:1em 0 0.4em#337AB7, -1em 0 0.4em #337AB7;*/ 
text-align:center;

}


#form_resposta{
  margin:0px;
}


#oferta_selecionada{
  width:100%;
}

.btn{
/*margin:5px 5px;*/
white-space: normal;

}


.tab_secao{
  padding: 20px;
}

.btn_loading2{
margin: 0% 50%;
}

.btn-group{
  width:100%;
}

.bg-info {
  background-color: #fff;
}


.comentarios_review td:nth-child(2){
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}

.apaga_comentario{
  width:20px;
  height:20px;
  position:relative;
  left:-10px;
  top:20px;
  padding: 0px;
}

.apaga_comentario img{
  width:10px;
  height:10px; 
}

th{
  text-align: center;
}

form .checkbox input[type="checkbox"], 
form .checkbox-inline input[type="checkbox"], 
form .radio input[type="radio"], 
form .radio-inline input[type="radio"] {
  margin: 10px;
  position: relative;
}
form input[type="text"]{
  margin: 3px;
}

table{
  table-layout: fixed;
}


details{
  padding: 1% 2% 1%;
  margin:  0% 5% 1%;
  border-top: 1px solid black;
    background-color: #FFFDFC;
}

details .zzz{
  margin: 10px;
}

details[open] summary ~ * {
  animation: open 0.3s ease-in-out;

}

@keyframes open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
details summary::-webkit-details-marker {
  display: none;
}

details summary {
  width: 100%;
  padding: 0.5rem 0;
  
  position: relative;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 300;
  list-style: none;
}

details summary:after {
  content: "+";
  color: black;
  position: absolute;
  font-size: 1.75rem;
  line-height: 0;
  margin-top: 0.75rem;
  right: 0;
  top: 0px;
  font-weight: 200;
  transform-origin: center;
  transition: 200ms linear;
}
details[open] summary:after {
  transform: rotate(45deg);
  font-size: 2rem;
}
details summary {
  outline: 0;
}
details p {
  font-size: 0.95rem;
  margin: 0 0 1rem;
  padding-top: 1rem;
}
details[open]{
 height:300px;
  overflow-y: scroll;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #EED9BC #ffffff;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 16px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #EED9BC;
    border-radius: 10px;
    border: 3px solid #ffffff;
  }



small, .small {
  font-size: 65%;
} 



.progress{
  margin: 5px 5px 10px 5px;
}

/*
.text-center{
margin:20px;
}*/

.filter-green{
  filter: invert(48%) sepia(79%) saturate(1476%) hue-rotate(86deg) brightness(60%) contrast(119%);
}

.completed .progress-bar, .completed
{
  border-color: #78B678;
  background-color: #e9ecef;
  color: #78B678;
}

.novo .progress-bar, .novo {
  border-color: #e9ecef;
  background-color: #e9ecef;
  color: #e9ecef;
}


.modal-content{
  padding:40px 5px 40px 5px;
  text-align: left;
}

.centered-form {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .centered-form .form-group {
            width: 50%;
        }



blockquote{
  margin-left: 20px;
  /*color: orange;*/
}

.modal-footer{
  display: block;
  text-align: center;
}




/* center the blockquote in the page */
.blockquote-wrapper {
   display: flex;
   /*height: 100vh;*/
   padding: 0 20px;
    background-color: #292a2b;
}

/* Blockquote main style */
.blockquote {
    position: relative;
    max-width: 820px;
    margin: 80px auto;
    align-self: center;

}


.inner_highlight{
 
  color: #fff;
}

/* Blockquote header */
.blockquote h1 {
    position: relative; /* for pseudos */
    color: #e74848;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    border: 2px solid #fff;
    border: solid 2px;
    border-radius:20px;
    padding: 25px;
}

/* Blockquote right double quotes */
.blockquote h1:after {
    content:"";
    position: absolute;
    border: 2px solid #e74848;
    border-radius: 0 50px 0 0;
    width: 60px;
    height: 60px;
    bottom: -62px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3; 
}

.blockquote h1:before {
    content:"";
    position: absolute;
    width: 80px;
    border: 6px solid #292a2b;
    bottom: -3px;
    left: 50px;
    z-index: 2;
}



.thought-balloon {
    position: relative;
    background: #fdfdfd;
    border: 2px solid #222;
    border-radius: 20px;
    padding: 20px;
    max-width: 300px;
    font-size: 1.2em;
    color: #333;
    margin: 20px;
    text-align: center;
    box-shadow: 4px 4px 0 #222;
    font-style: italic;
    font-weight: bold;
}

.thought-balloon:after {
    content: "";
    position: absolute;
    bottom: -20px; /* Posiciona abaixo do balão */
    left: 20px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #222;
    border-radius: 50%;
}

.thought-balloon:before {
    content: "";
    position: absolute;
    bottom: -40px; /* Posiciona mais abaixo */
    left: 10px;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 2px solid #222;
    border-radius: 50%;
}







/* increase header size after 600px */
@media all and (min-width: 600px) {
    .blockquote h1 {
        font-size: 1.5rem;
        line-height: 1.3;
   }

}

/* Blockquote subheader */
.blockquote h4 {
    position: relative;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding-top: 15px;
    z-index: 1;
    margin-left:150px;
    padding-left:12px;
}

 
.blockquote h4:first-letter {
  margin-left:-12px;
}




/*CONTEUDO*//*GERAL*/

body{
/*
font-family: 'Montserrat', sans-serif;
font-family: 'Lora', serif;
font-family: 'Rye', cursive;
font-family: 'Rokkitt', serif;
font-family: 'Martel', serif;
*/
  font-family: 'Bitter', serif;
  overflow-y: scroll;
  font-size: 20px
}

p{
  margin:5px 5px 20px 5px;
}

h1,h2,h3,h4,h5,h6{
/*margin-top: 20px;*/
font-family: 'Pathway Gothic One', sans-serif;
color:black;

}

button {
font-family: 'Pathway Gothic One', sans-serif;
}

cite{
  margin: 20px;
  color: grey;
  font-size: 0.9em;
}




.icones_svg{
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: invert(100%);
  -webkit-filter: invert(100%);
  filter:drop-shadow();

}

.insere_na_sessao{

  float: right;
  margin: 10px;
}



.tabela_conteudo{
  max-width: 120px;
}


#modal_info_estrutura{
  color:#31708F;
}

.required:after {
  content:" *";
  color:red;
}
#novo_usuario{ 
  width:100%;
  margin:0 auto;
  padding: 10px;
  background-color: #F7FBFB;

}

.container{
  /*background-color: #fefefe;*/ 
  margin:0 auto;
  max-width:1200px;
  padding: 15px;
  line-height: 1.7;
}


.oculto_sanfona {
  display:none;

}

.accordion{
    margin-bottom: 3px;
}

.accordion-body{
  background-color: rgba(255, 255, 255, 0.5); /* Adjust the RGBA values and alpha (transparency) value */
  backdrop-filter: blur(8px); /* Adjust the blur radius as needed */
  text-align: center;
  padding:10px;


}

.lista_conteudo_ref{
  color:#666;
  font-size: 0.8em;
  margin: 0 0 0 25px;
}
.lista_conteudo{
/*font-size: 1.4em;*/
}


#painel_busca_por_termo blockquote{
  background-color: aliceblue;
  text-align: left;
  padding: 0px;
  border-radius: 10px;
  margin:10 auto;
}

#menu{
  margin: 0px;
}

#conteudo_menu{
  width: 100%;
}

#conteudo_menu .card{
   background-color: rgb(255, 255, 255, 0.5);

}



.btn-primary,.btn-secondary, .btn-success, .btn-warning, .btn-info, .btn-danger,
.btn-primary:hover, .btn-success:hover, .btn-warning:hover, .btn-info:hover, .btn-danger:hover
{
  color:#FFF;
}

.btn-primary,.btn-secondary, .btn-success, .btn-warning, .btn-info, .btn-danger{
  margin: 2px;
}



/*botoes de subniveis - customização do dsm5*/

.botoes_secoes_jq{
  width:100%;
  margin: 5px;
}


#form_questoes{
  width:80%;
  margin:0 auto;
}

#contexto_questao{


 background: rgba(119, 119, 119,0.8);
}

.modal { overflow-y: auto }

/*PERFIL*/

.agrupamento{
  margin: 20px 60px;
}

.meta_sessao{
  font-size: 16px;
}

.btn-link:hover, .btn-link:active{
  text-decoration: none;
}


.btn_conteudos_aninhadas{
  text-align: left;  
  width: 100%;
  color: #555;
  font-weight: 400;
  border-style: solid;
  border-color: #dedede;
  background-color: #FFF;
  margin: 0 auto;
  margin-bottom: 5px;
  font-size: 20px;

}

.btn_conteudos_aninhadas span{
  border-radius: 0.25em;  
  vertical-align: baseline;
}


.btn_conteudos_aninhadas:hover{
  color: #555;
  border-color: #333;
}

.outline_borda{
/* border: solid 4px;
border-style: ridge;*/
margin: 5px;
border: 2px solid #FFF;
outline: 3px solid #fff;
outline-offset: -6px;
}

.outline_borda:focus, .outline_borda:hover{
/*box-shadow: none;
color: #FFF;*/
}

.btn_sessao_paralela{
  cursor: pointer;
  width:24%;
  height: 160px;
  overflow-y:auto;
  position: relative;
  padding: 5px;
  font-size: 16px;
  display:block;
  margin:0.5%;
  float: left;
}

.btn_sessao_via_tags, .btn_iniciar_revisao{
  cursor: pointer;
  width:24%;

  overflow-y:auto;
  padding: 5px;
  font-size: 16px;
  display:block;
  margin:0.5%;

  float: left;
}

.grupo_btn_sessao {
  clear: both;
}




.panorama{
  background-color: #f7f7f7;
  color: #333;
}



.btn .panorama {
  padding:0rem 0.1rem;
  border-color: #bbb;
}




#revisao_user .revisao_user{

  padding: 3px;
  border-radius: 5px;
  float:left;
  font-size: 16px;
  margin: 2px; 
  background-color: azure;

}

#revisao_user{
  clear:both;
  display: flow-root;
}

#revisao_amigos .revisao_user{

  padding: 3px;
  border-radius: 5px;
  float:left;
  font-size: 16px;
  margin: 2px; 
  background-color: blanchedalmond;

}

#revisao_amigos{
  clear:both;
  display: flow-root;
}

.result_busca{
  background-color: #f7f7f7;
    border-color: #bbb;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    margin: 10 auto;  
    max-width: 500px;
    text-align: center;
}

.ativ_tags{
  color: #F3F0FF;
}
.ativ_grifo{
  color: orange;
}
.ativ_forum{
  color: #a8d3f7;
}
.ativ_sintese{
  
    color: rebeccapurple; 
}
.ativ_quote{
  color: rosybrown;
}

.ativ_resumeglobal, .ativ_enviapratica{
  display:none;
}




.comentario_icone{
  margin: 3px;
}






#my_dataviz{
   width: 100%;
   height: 100%;
}

#my_dataviz, #my_dataviz_v{
/* font-family: 'Ubuntu Mono', monospace;*/
text-align: center;
overflow: scroll;

}


#my_dataviz line, #my_dataviz_v line{
  /*stroke: #EBEBEB;*/
}

#slider_grafico{
  width: 100%;
}

#tooltip_slider{
  position: relative;
  top: -50px;
  left: 0;
  padding: 1px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: none;
}

#tags_usuario_no_item{
  display: none;
}

#tag{
  background-color: #fff;
  width:100%;
}


.revisao_tags, .revisao_sintese{
  margin: 5px;
  border: solid 1px #346;
  padding: 5px;
  font-size: 12px;
  border-radius: 0.25rem;
}

.revisao_tags{
  background-color:#D7CEFF;
} 


.relat_estudados{
  color: #555;
}

.back-to-top {
  position: fixed;
  bottom: 2em;
  right: 0px;
  text-decoration: none;
  color: #000000;
  background-color: rgba(235, 235, 235, 0.80);
  font-size: 12px;
  padding: 1em;
  display: none;
}

.back-to-top:hover {
  background-color: #F9E093;
  text-decoration: none;
}


.back-to-top-modal {

  position: fixed;
/* bottom: 2em;
right: 0px;*/
text-decoration: none;
color: #000000;
background-color: rgba(235, 235, 235, 0.80);
font-size: 12px;
padding: 1em;
display: none;
z-index: 1;
float-left: 5px;
}

.back-to-top-modal:hover {
  background-color: #F9E093;
  text-decoration: none;
}

.wraper-button{
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}

.modal-content{
  position: relative;
}

.modal-header{
  flex-wrap: wrap;
}

#questoes_modal .modal-body{
  padding: 1px;
}

#tooltip_rotulo{
      opacity:0;
      background-color: white;
      border: solid;
      border-width: 1px;
      border-radius: 5px;
      padding: 10px;
      text-align: center;
      width: 100%;
}

.button_conteudos{
  border-width: 1px;
      border-radius: 5px;
      padding: 10px;
      text-align: center;
      margin: 1px;
      color: #FFF;
      border:0;
}

.botao_forum{
  position: fixed;
  bottom: 2em;
  right: 0px;
  text-decoration: none;
  color: #000000;
  background-color: rgba(235, 235, 235, 0.80);
  font-size: 12px;
  padding: 1em;

}


#headingbotao button{
  margin: 0;
}







.rotulo{
    gap: 15px;            /* Espaço entre os blocos */
    background-color: #fafafa;
    width: 90%;
    min-width: 250px;
    margin: 20px auto 60px auto;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    text-emphasis: center;
}

#aula_selecionada{

    width:100%;
display: inline-block; 
    vertical-align: top;
  padding: 30px ;
  text-align: center;
} 


#quadro_aulas_programadas{

  width:100%;
display: inline-block; 
    vertical-align: top;
  padding: 30px 
}

.aula_programada{
   display: flex;
    margin: 2px;
    font-size: 12px;
}


.rotulo_tempo_previsto{
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  bottom: 5px;
  right:5px;
  display: block;
  margin: 20px;


}




#container_info_estrutura{
  border:0px;
}


.card_sessao_atual{

  margin:0 auto;
  margin: 20px;
  padding:20px;
  background-color: #EDEDED;
  font-size: 20px;

}

.aulas_container{

  float: left;

  overflow-y:auto;
  overflow-x:hidden; 
  width:100%;
  clear: both;
  margin: 30px 0 30px 0;
}

.bloco_aulas_disponiveis{
  display:block;
  margin:0 auto;
}



.aula_disponivel_admin{
/* width:200px; */
overflow-y:auto; 
/*padding: 10px 20px 10px 10px;*/
/*font-size: 18px;*/
text-align: left;
/* width: 95%;*/
}


.hide {
  display: none;
}

.estrela_completo, .tempototalaula{
    float: right;
        margin: -40px 0px 20px 10px;
    color: cadetblue;
    font-size: 14px;
}



.overlook_user{
  background-color: #FFF;
  font-size: 12px;


}

.cria_aulas_automatico_btn{
   margin: 0px 5px 50px 15px;
}
.cria_aulas_automatico_opt{
  margin: 5px;
}

.cria_aulas_automatico_opt:hover{
  cursor: pointer;
  color: palegreen;
  margin: 5px;
}

.overlook_user td img{
  margin: 0 auto;
}

.overlook_user .atomo iframe {
  height:80px;
  margin: 0 auto;
}


.coluna_cont_overlook{
  width:30%;
}


.overlook_user tr{
  background-color: rgba(0, 0, 0, 0.075); 
}


.overlook_user .atomo {
  display: flex;
  height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: auto;
}



.botoes_quadro_aulas_admin{
  text-align: right;
}

.autor_lista_quadro{
  color:#398494;
  font-size: 16px;
}

.selecionados {
  padding: 10px;
  width: 40px;
  margin-bottom: 10px;
  float: right;  
}

.colecao_aulas {
  margin-bottom: 10px;
}

.tr_divisor_tabela{
  background-color: #FFF;
  height: 100px;
  text-align: center;
}

.atualiza_conteudo{
  margin: 30px;
  text-align: center;
}

.thumb{
  margin: 10px;
}




/*BUSCA_conteudo*/
pre{
  color: #444444;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  margin:0px;
  word-break: keep-all;
  display:none;
}


/*TREINO*/

#form_forum{
  background-color: #fff;
  padding: 0 0 15px 0;
}

#modelo{
  background-color:#F7FBFB;;
  padding: 15px 15px 50px 15px;
  margin-bottom: 200px;
}

#conteudo_artigo{
  padding:20px;
}


.inciso{
  text-indent: 40px;
}

.alinea{
  text-indent: 70px;
}


.dados_cabecalho{
  padding: 0 10px 20px 10px;
}

.nome_aula{
  margin-bottom: 20px;
}

#enunciado{
  margin:20px;
}
#enunciado div{
  width:100%;
}




.botao_padrao{

  margin:3px;
  text-shadow: 0 0 0.2em #87F, 0 0 0.2em #87F,
  0 0 0.2em #87F;


}

.video_abertura{
  height: 360px;
  width: 640px;
}

.sintese{
  margin:10px;
  text-shadow: 0 0 0.2em #F87, 0 0 0.2em #F87
  width:100%;
}

.controles_atividade{
  margin:15px auto;
  text-align: center;
}

.btn_enviar_dados, #btn_enviar{
  width:130px;
  height: 100px;
  margin: 10 auto;
}

.btn_quote{
  font-size: 20px;
  height: 70px;
  margin: 10 auto;
 
}

.btn_quote_compartilha{
margin-left: auto; 
margin-right: 0;
}

.container_botao{
width:100%;
}
.container_botao.compartilha{
text-align: right;
}






#salvar{
  float: left;
  margin: 5px 0;

}


.excluir{
  margin: 0px 10px 0px 0px;

}



.zzz{
	margin:20px;

}



.recuo{
  margin:0px 50px 0px 70px;
}

.caixa_comentarios{
  margin: -5px 50px 20px 20px;
}




.subniveis{
  line-height: 1.4;
}

.artigo {
  font-size: 24px;
}

.paragrafo, .paragrafo_unico {
  margin-left:20px;
  margin-top: 20px;
  font-size: 22px;

}

.subnivel{
  margin-left:40px;
  margin-top: 1em;
  font-size: 20px;
}

.subnivel2,.pena {
  padding: 1px;
      margin: 25px 55px 10px;
  font-size: 18px;
}




.quebra_linha{
  white-space: pre-wrap;
  font-size: 16px;
}

/*tag*/
.resposta_tag{
	margin-bottom: 4px;
}

.btn-group-vertical>.btn-group:not(:first-child), .btn-group-vertical>.btn:not(:first-child) {
  border-top: 0px;
}


.h_{
  color: #FFFFFF;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin:0.1em;
  padding: 3px 6px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}



.highlight_forum { 

/* background-color: #D9E4FA;
border-color: #46b8da; */
-moz-user-select: none;
background-image: none;
border: 0px ;
border-left: 10px solid rgb(163,220,237);
cursor: pointer;
display: inline-block;
margin:0.1em;
padding: 9px 10px;
text-align: justify; 
vertical-align: middle;
white-space: nowrap;
/* font-size: 18px;*/
border-color: #F0AD4E;
border-style: solid;


}


.highlight { 
  padding: 3px;
  color: orange;
  font-weight: bold;
  
}

.highlightfraco{
  padding: 3px;
  color: rosybrown;
  font-weight: bold;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}



.highlight-primeira::before,
.highlight-ultima::after {
    font-size: 2.2em;
    color: rosybrown;
    vertical-align: middle;
    line-height: 1px;
    position: relative;
    
}

.highlight-primeira::before {
    content: "\201C";
    margin-right: 0px;
    bottom: -7px;
}

.highlight-ultima::after {
    content: "\201D";
    margin-left: 0px;
    top: 7px;
}



.highlight_correto{
  padding: 3px;
  color: #00ca5a;
  font-weight: bold;
}



.highlightrevisao{
  padding: 3px;
  color: #7aabd6;
  font-weight: bold;
}


.button-container{
  display: contents;
}



.button-container button {
    border: none; /* Remover qualquer borda padrão */
    border-right: 1px dotted; /* Adicionar borda direita */
    background-color: cornsilk;
    border-width: thin;
}

.button-container button:first-child {
    border-left: 1px dotted; /* Remover borda direita do último botão */
    border-width: thin;
}







.total_itensquestoes{
  margin-bottom: 10px;
}




.highlight_paragrafo {

  white-space: normal;

} 

.highlight_blockquote{
  border-color: #F0AD4E;
  border-style: solid;
  border-width: 2px;
/*color: #fff;*/
}

.inner_highlight{
  font-weight: bolder;
  color: #F0AD4E;
  font-size:x-large;
}

.h_conteudo_relacionada{

  background-color: #FFEDF6;
  border-color: #FCB5DB;
  color: #FFFFFF;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin:0.1em;
  padding: 3px 3px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;

}

.h_user{
/*background-color: #428BCA;
border-color: #357EBD;*/
color: #428BCA;
/*margin:0.5em;*/
}

.h_user_item{
  background-color: #F0AD4E;
  border-color: #EEA236;
}

.h_demais_users{
  color: #8B55CA;

}

.comentarios_review td{
  padding: 20px;
}


.lista_amigos{
  text-align: left;
}



/*ANIMAÇÃO loading*/

.spin {
  -webkit-animation: spin .92s infinite linear;
  -moz-animation: spin .92s infinite linear;
  -o-animation: spin .92s infinite linear;
  animation: spin .92s infinite linear;
  -webkit-.spin : 50% 58%;
  .spin:50% 58%;
  -ms-.spin :50% 58%; /* IE 9 */
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}




/*MOBILE*/

.slide {

  animation-duration: 2s;
  animation-name: slidein;
}


@keyframes slidein {
  from {
    margin-left: 0%;

  }

  to {
    margin-left: -200%;

  }
}

#sintese{
  margin: 0 auto;
  width:60%;
  margin-bottom: 10px;
  margin-top: 10px;
}


.badge{
  font-size: 20px;
  color: #fff;
}




/*#atividades_treino{
position: fixed;
top: 190px;
right: 20px;
width: 20%; 
background-color: rgba(0, 0, 0, 0.1);


overflow:hidden;

}*/

#atividades_treino{
  position: static;
  width: 100%; 
  margin-top: 15px;
}

.menu_atividades {
  margin-bottom: 50px;
  padding: 30px 
}

.texto_comentario{
  height: 200px;
}


.modal-lg {
  width: 99%;
  height: 900px;
}
.modal-dialog {
  max-width: 1200px;
}




.dicas_regex {
  width:120px;
  float: right;
  margin: 0px;
  margin-bottom: 10px;
  border-radius: 10px;
  border-color: #FFFDFC;
}
.dicas_regex summary{
text-align: right;
font-size: small;
padding: 1px 25px 1px 0px;

}

.dicas_regex[open] {
   animation: open 0.3s ease-in-out;

  width: 400px;
  font-size: 2rem;
}



@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px){

  .container{
    background-color: #fefefe;
    padding: 5px;
  }

  .video_abertura{
    height: 135;
    width: 240;
  }

  .sessoes_admin {

    margin: 5px auto;
    width: 95%;
  }






  .modal-lg {
    width: 99%;
    height: 900px; 

  }
  .modal-dialog {
    margin:10 auto;
    max-width: 99%;
    padding: 10px;

  }




/* Force table to not be like tables anymore */
table, thead, tbody, th, td, tr { 
  display: block; 
}

/* Hide table headers (but not display: none;, for accessibility) */
thead tr { 
  position: absolute;
  top: -9999px;
  left: -9999px;
}

tr { 
  border: 1px solid #efefef; 
  margin: 15px;
}

.table td { 
/*border-bottom: 1px solid #fff; */
}


td { 
/* Behavelike a "row" */
border: none;
border-bottom: 1px solid #fff; 
position: relative;
padding-left: 50%; 
}

.btn_sessao_paralela{
  cursor: pointer;
  width:100%;
  height: 110px;
  padding: 10px;
  margin:10px auto;
  overflow-y:auto;

  display:block;
}

}
