/* CSS Document */
/* está ser ser usado na área do formador 19-11-2020*/

.modal_600_iframe {
  display:none;
  position: fixed;
	padding:20px;
  z-index: 99999999;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%); 
  width:640px;
  min-height:500px;
  overflow:auto;
  border-radius:0;
  border:2px solid #ddd;
  background-color:rgba(255,255,255,1.0);
/*	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.19);
-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.19);
box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.19);
 */
}

.modal_800_iframe {
  display:none;
  position: fixed;
  z-index: 99999999;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%); 
  width:800px;
  height:70%;
  overflow:auto;
  border-radius:0;
  border:2px solid #dddddd;
  background-color:rgb(255,255,255,1.0);


}

#barra_botoes{ margin-top:20px; margin-bottom:20px;}

#select_files{

	height:400px;
	width:200px;
	font-size:0.9em;
	padding:10px;
	background-color:#fbfbfb;
	
	border:2px solid #333333;

	position: fixed;
z-index: 99999999;
left: 90%; top: 60%;
transform: translate(-90%, -60%);


	
	}
	
.iframe {max-width:100%; width: 100% !important; height: 500px !important;}
	
	
/* ---------sala--------------------- */	

.fieldset-modulos{border-top:1px solid #d09b2c; border-right:0; border-bottom:0; border-left:0; padding:40px 0;}



.explicacao{	font-size:0.9em !important; padding:20px 10px 0 20px; border-radius:10px; background-color:#F4F5EE;
}


.indice_n1{ margin-left:5px;}
.indice_n2{ margin-left:20px;}
.indice_n2_1{ margin-left:10px;}
.indice_n3{ margin-left:40px;}
.indice_n3_1{ margin-left:10px;}
.lista_indice_n2 { margin:10px 0 10px 0}
.lista_indice_n3 { margin:10px 0 10px 0}



/* janela de conteudos do curso*/

[class*="CourseContent_col-"] {
  float: left;
  padding: 15px;
}



/*coluna do menu*/
.CourseContent_col-1{
	width:20.0%;
	min-width:250px;
	
	/*border:1px solid #f4f4f4;
	border-radius:10px;*/
	float:left;
	background-color:#ffffff;
	margin-bottom:10px;
	}

/*coluna conteudeo*/
.CourseContent_col-2{
	border-left:1px solid #f4f4f4;
	width:76%;
	/*border-radius:10px;
	background-color:#fbfbfb;*/
	padding-left:10px;
	margin-bottom:10px;
	float:right;
	line-height:1.8em;
}






/*#CourseContent_col2 a{color:#d09b2c}
#CourseContent_col2 a:hover{ text-decoration:underline;}
*/
/*outras zonas do site*/
#col_01_login{float:left; width:35%; margin-right:15%;}
#col_02_login{float:left; width:45%}

/*#col_01{float:left; margin-top:1.5%; max-width: 100%; height: auto;}*/

#col_01{float:left; width:40%; max-width:600px; margin-right:2%; margin-bottom:40px;}
#col_01 img{max-width: 100% !important; height: auto !important;}



/**/

/*@media all and  (min-width: 769px) and (max-width: 1200px) {
  .CourseContent_col-1{ max-width:100px !important;}
  .CourseContent_col-2{ max-width:60% !important;}
 
  
}
*/

	
	@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="CourseContent_col-"] {
    width: 100%;
  }
}


.legenda{ font-size:0.9em !important; color:#333333}
.legenda a { color:#336699;}