.wf-loading .title-k, .wf-loading .width_container{
    visibility: hidden;
 }

.title-k{font-family: kepler-std-semicondensed-dis, Helvetica, Arial, sans-serif;}

.waiting_div{
	position: fixed;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display:flex;justify-content:center;align-items:center;
}
.waiting_div img{
	width: 15%;
}
	
.report_container{
	
	background-color: #ffffff;
	width: 210mm;
	margin: auto;
	padding: 50px;
	/*height: 29.7cm;*/

	
	
}

.page_in_pdf{
	background-color: white;
	border:6px solid white;
	height: 296mm;overflow: hidden;position:relative;
}
.modul_report_container{
	border: 1px solid black;
	margin-bottom: 15px;
	text-align: center;
	padding: 20px
}
.second_modul_countries, .modul_languages{

	margin-bottom: 15px;
	text-align: center;
	padding: 20px
}

.modul_report_container.header{
	border-bottom: none;
}



.report_upgrade_logo{
	
	    margin-top: -43px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}
.report_upgrade_logo_pdf{
	padding-top: 0px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}
.report_upgrade_logo img, .report_upgrade_logo_pdf img{
	width: 100%;
}

.report_date {
    
    font-weight: 200;
    font-size: 16px;
    margin-top: 15px;
}

.report_course_name {
    
    font-size: 55px;
    line-height: 55px;
}

.report_separator{
	width: 70px;
    margin: 5px auto;
    border-top: 5px solid #1d1d1d;

}

.report_title,.second_modul_title{
    text-transform: uppercase;
    line-height: 18px;
    font-size: 18px;
    font-weight: 200;
    /*letter-spacing: 3px;*/
}

.graphic_block{
	width: 33%;
	padding: 15px;
	float: left;
	height: 250px;
	position: relative;
}

.block_to_center{
	display:flex;justify-content:center;align-items:center;
	height: 250px;
}

.number_in_report, .number_average{
	color: #1aacbd;
	font-size: 40px;
	line-height: 40px;
    font-weight: 200;
}
.min_text{
	color: #000000;
	font-size: 30px;
	line-height: 0px;
    font-weight: 200;
}
.number_average{
	margin-top: 5px;
}
.duration_average{
	background-image: url(../images/cronometro.png);
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: center center;
    width: 110px;
    height: 110px;
    margin: auto;
    padding: 5px;
    display:flex;justify-content:center;align-items:center;
}

.title_in_report{
	    font-weight: 200;
    font-size: 18px;
    line-height: 18px
}
.graphic_block_2{
	position: relative;
}
.circle_graphic,.text_inside_circle{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.line_separator_in_report{
	width: 40%;
    margin: 10px auto;
    border-top: 1px solid #1d1d1d;
}

.vertical_separator_main_left{

	width: 8px;
    height: 60%;
    position: absolute;
    right: 5%;
    top: 20%;
    background-image: url(../images/report_separator.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
.vertical_separator_country.main_right{
	right: -5%;
}


/*paises*/
.second_modul_title{
	margin-bottom: 15px;
}

.country_title{
	text-transform: uppercase;
}

.graphic_block_country_3{
	position: relative;
}

.graphic_block_country{
	width: 33%;
	padding: 0px 15px;
	float: left;
	height: 125px;
	margin-bottom: 15px;
	position: relative;
}
.block_to_center_country{
	display:flex;justify-content:center;align-items:center;
	height: 125px;
}
.country_separator{
	clear: both;
	width: 90%;
    margin: 15px auto;
    border-top: 1px solid #1d1d1d;
}
.graphic_block_country .text_inside_circle .number_in_report{
	font-size: 36px;
    line-height: 36px;
}
.graphic_block_country .text_inside_circle .title_in_report{
	font-size: 16px;
    line-height: 16px;
}

.vertical_separator_country{
	width: 1px;
    height: 60%;
    background-color: #1d1d1d;
    position: absolute;
    right: 0;
    top: 20%;
}

.vertical_separator_country_right{
	width: 8px;
	height: 60%;
	position: absolute;
    right: 0;
    top: 20%;
 	background-image: url(../images/report_separator.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
	
/*alumnos*/

.all_students_container{
	margin:0px;
}

.fourth_modul_students{
	/*border: 1px solid black;*/
	margin-bottom: 15px;
	padding:25px 0px;
}
.fourth_modul_students .second_modul_title{
	text-align: center;
}

.report_box_inline{
	float: left;
}


.report_box{
	display:flex;justify-content:left;align-items:center;
	height: 38px;
	overflow: hidden;
	padding-left: 10px;
	border: 1px solid;
	font-weight: 200;
	font-size: 16px;
	line-height: 16px;
	margin-left: -4px;
	border-left: none;
}
.report_box.first_box{
	margin-left: 0px;
	padding-left: 5px;
	border-left: 1px solid;
}
/*.report_box.last_box{
	border-right: none;
}*/

.box_title{
	font-weight: 500;
}

.second_row .report_box{
	border-top: none;
}

.new_student{
	width: 100%;
	height: 50px;
	clear: both;
}
