/**
 * 2008-2020 Librasoft
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to a commercial license from Librasoft SAS
 * Use, copy, modification or distribution of this source file without written
 * license agreement from the Librasoft SAS is strictly forbidden.
 *
 *
 * @author    Librasoft SAS <support@librasoft.fr>
 * @copyright 2008-2020 Librasoft
 * @license   All Rights Reserved - Commercial licence
 */

body {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}