@charset "UTF-8";
/*#####################################
  COPYRIGHT 2019 INFORMAX SOLUTION SAGL
#####################################*/
html, body { 
    -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
