.app-sidebar__toggle::before{
/*	display: none;*/
}
.headerRegister, .header-primary{
	background: #FF0000;
	color: #FFF;
}
.headerUpdate{
	background: #007bff;
	color: #FFF;
}
.notBlock{
	display: none;
}
/*Estilos login*/
#divLoading{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(254,254,255, .65);
	z-index: 9999;
	display: none;
}
#divLoading img{
	width: 50px;
	height: 50px;
}
.required{
	color: red;
	font-size: 13pt;
	font-weight: bold;
}
@media (max-width: 576px) {
  #topCritical, #criticalDetail, #totalFindings, #findingTrend, #cumplimientoAuto, #detalleDM, #detalleDM3, #detalleDMplan, #detalleDMauto, #comparacionScore, #criticalCont, #criticalList, #resultPais, #totalScoreData, #totalScore, #totalScoreS5, #totalScoreS6, #totalScoreS7, #X7, #X8, #X9, #X10, #X11, #X12 {
    max-width: 340px;
  }

  #frecuenciaOpFSA, #fod1, #frecuenciaOpSEA, #fod2, #frecuenciaFSA, #fod3, #frecuenciaSEA, #fod4, #tab1, #porcentajeDictamen, #top10pregunta, #top10pais, #top10auditor {
    max-width: 320px;
  }
}

.dropdown-menu .show {
	max-height: 366.2px; will-change: transform; top: 0px; left: 0px;
}

.dropEvid {
  position: relative;
  margin-left:-12px;
  margin-bottom: -10px;
  cursor: pointer;
}

.cursor-pointer{
  cursor: pointer;
}