32if (!defined(
'NOREQUIRESOC')) {
 
   33  define(
'NOREQUIRESOC', 
'1');
 
   36if (!defined(
'NOCSRFCHECK')) {
 
   37  define(
'NOCSRFCHECK', 1);
 
   39if (!defined(
'NOTOKENRENEWAL')) {
 
   40  define(
'NOTOKENRENEWAL', 1);
 
   42if (!defined(
'NOLOGIN')) {
 
   46if (!defined(
'NOREQUIREHTML')) {
 
   47  define(
'NOREQUIREHTML', 1);
 
   49if (!defined(
'NOREQUIREAJAX')) {
 
   50  define(
'NOREQUIREAJAX', 
'1');
 
   54define(
'ISLOADEDBYSTEELSHEET', 
'1');
 
   57require __DIR__.
'/theme_vars.inc.php';
 
   58if (defined(
'THEME_ONLY_CONSTANT')) {
 
   62session_cache_limiter(
'public');
 
   65require_once __DIR__.
'/../../main.inc.php'; 
 
   66require_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
 
   70if (empty($user->id) && !empty($_SESSION[
'dol_login'])) {
 
   71  $user->fetch(
'', $_SESSION[
'dol_login'], 
'', 1);
 
   75  $menumanager = 
new MenuManager($db, empty($user->socid) ? 0 : 1);
 
   83if (empty($dolibarr_nocache)) {
 
   84  header(
'Cache-Control: max-age=10800, public, must-revalidate');
 
   86  header(
'Cache-Control: no-cache');
 
   90  $conf->theme = 
GETPOST(
'theme', 
'aZ09'); 
 
   93  $langs->setDefaultLang(
GETPOST(
'lang', 
'aZ09')); 
 
   96if (GETPOSTISSET(
'THEME_DARKMODEENABLED')) {
 
   97  $conf->global->THEME_DARKMODEENABLED = 
GETPOST(
'THEME_DARKMODEENABLED', 
'int'); 
 
  100$langs->load(
"main", 0, 1);
 
  101$right = ($langs->trans(
"DIRECTION") == 
'rtl' ? 
'left' : 
'right');
 
  102$left = ($langs->trans(
"DIRECTION") == 
'rtl' ? 
'right' : 
'left');
 
  108  $theme = $conf->global->MAIN_OVERWRITE_THEME_RES;
 
  112$fontlist = 
'roboto,arial,tahoma,verdana,helvetica'; 
 
  114$img_button = 
dol_buildpath($path.
'/theme/'.$theme.
'/img/button_bg.png', 1);
 
  115$dol_hide_topmenu = $conf->dol_hide_topmenu;
 
  116$dol_hide_leftmenu = $conf->dol_hide_leftmenu;
 
  117$dol_optimize_smallscreen = $conf->dol_optimize_smallscreen;
 
  118$dol_no_mouse_hover = $conf->dol_no_mouse_hover;
 
  125$useboldtitle = (isset($conf->global->THEME_ELDY_USEBOLDTITLE) ? $conf->global->THEME_ELDY_USEBOLDTITLE : 0);
 
  130if (!isset($conf->global->THEME_ELDY_BACKBODY)) {
 
  131  $conf->global->THEME_ELDY_BACKBODY = $colorbackbody;
 
  133if (!isset($conf->global->THEME_ELDY_TOPMENU_BACK1)) {
 
  134  $conf->global->THEME_ELDY_TOPMENU_BACK1 = $colorbackhmenu1;
 
  136if (!isset($conf->global->THEME_ELDY_VERMENU_BACK1)) {
 
  137  $conf->global->THEME_ELDY_VERMENU_BACK1 = $colorbackvmenu1;
 
  139if (!isset($conf->global->THEME_ELDY_BACKTITLE1)) {
 
  140  $conf->global->THEME_ELDY_BACKTITLE1 = $colorbacktitle1;
 
  142if (!isset($conf->global->THEME_ELDY_USE_HOVER)) {
 
  143  $conf->global->THEME_ELDY_USE_HOVER = $colorbacklinepairhover;
 
  145if (!isset($conf->global->THEME_ELDY_USE_CHECKED)) {
 
  146  $conf->global->THEME_ELDY_USE_CHECKED = $colorbacklinepairchecked;
 
  148if (!isset($conf->global->THEME_ELDY_LINEBREAK)) {
 
  149  $conf->global->THEME_ELDY_LINEBREAK = $colorbacklinebreak;
 
  151if (!isset($conf->global->THEME_ELDY_TEXTTITLENOTAB)) {
 
  152  $conf->global->THEME_ELDY_TEXTTITLENOTAB = $colortexttitlenotab;
 
  154if (!isset($conf->global->THEME_ELDY_TEXTLINK)) {
 
  155  $conf->global->THEME_ELDY_TEXTLINK = $colortextlink;
 
  157if (!isset($conf->global->THEME_ELDY_BTNACTION)) {
 
  158  $conf->global->THEME_ELDY_BTNACTION = $butactionbg;
 
  160if (!isset($conf->global->THEME_ELDY_TEXTBTNACTION)) {
 
  161  $conf->global->THEME_ELDY_TEXTBTNACTION = $textbutaction;
 
  167  $conf->global->THEME_ELDY_BACKTABCARD1 = 
'255,255,255'; 
 
  168  $conf->global->THEME_ELDY_BACKTABACTIVE = 
'234,234,234';
 
  169  $conf->global->THEME_ELDY_TEXT = 
'0,0,0';
 
  170  $conf->global->THEME_ELDY_FONT_SIZE1 = $fontsize;
 
  171  $conf->global->THEME_ELDY_FONT_SIZE2 = 
'11';
 
  175$colorbackhmenu1     = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_TOPMENU_BACK1') ? $colorbackhmenu1 : $conf->global->THEME_ELDY_TOPMENU_BACK1) : (empty($user->
conf->THEME_ELDY_TOPMENU_BACK1) ? $colorbackhmenu1 : $user->
conf->THEME_ELDY_TOPMENU_BACK1);
 
  176$colorbackvmenu1     = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_VERMENU_BACK1') ? $colorbackvmenu1 : $conf->global->THEME_ELDY_VERMENU_BACK1) : (empty($user->
conf->THEME_ELDY_VERMENU_BACK1) ? $colorbackvmenu1 : $user->
conf->THEME_ELDY_VERMENU_BACK1);
 
  177$colortopbordertitle1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_TOPBORDER_TITLE1') ? $colortopbordertitle1 : $conf->global->THEME_ELDY_TOPBORDER_TITLE1) : (empty($user->
conf->THEME_ELDY_TOPBORDER_TITLE1) ? $colortopbordertitle1 : $user->
conf->THEME_ELDY_TOPBORDER_TITLE1);
 
  178$colorbacktitle1     = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_BACKTITLE1') ? $colorbacktitle1 : $conf->global->THEME_ELDY_BACKTITLE1) : (empty($user->
conf->THEME_ELDY_BACKTITLE1) ? $colorbacktitle1 : $user->
conf->THEME_ELDY_BACKTITLE1);
 
  179$colorbacktabcard1   = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_BACKTABCARD1') ? $colorbacktabcard1 : $conf->global->THEME_ELDY_BACKTABCARD1) : (empty($user->
conf->THEME_ELDY_BACKTABCARD1) ? $colorbacktabcard1 : $user->
conf->THEME_ELDY_BACKTABCARD1);
 
  180$colorbacktabactive  = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_BACKTABACTIVE') ? $colorbacktabactive : $conf->global->THEME_ELDY_BACKTABACTIVE) : (empty($user->
conf->THEME_ELDY_BACKTABACTIVE) ? $colorbacktabactive : $user->
conf->THEME_ELDY_BACKTABACTIVE);
 
  181$colorbacklineimpair1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_LINEIMPAIR1') ? $colorbacklineimpair1 : $conf->global->THEME_ELDY_LINEIMPAIR1) : (empty($user->
conf->THEME_ELDY_LINEIMPAIR1) ? $colorbacklineimpair1 : $user->
conf->THEME_ELDY_LINEIMPAIR1);
 
  182$colorbacklineimpair2 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_LINEIMPAIR2') ? $colorbacklineimpair2 : $conf->global->THEME_ELDY_LINEIMPAIR2) : (empty($user->
conf->THEME_ELDY_LINEIMPAIR2) ? $colorbacklineimpair2 : $user->
conf->THEME_ELDY_LINEIMPAIR2);
 
  183$colorbacklinepair1  = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_LINEPAIR1') ? $colorbacklinepair1 : $conf->global->THEME_ELDY_LINEPAIR1) : (empty($user->
conf->THEME_ELDY_LINEPAIR1) ? $colorbacklinepair1 : $user->
conf->THEME_ELDY_LINEPAIR1);
 
  184$colorbacklinepair2  = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_LINEPAIR2') ? $colorbacklinepair2 : $conf->global->THEME_ELDY_LINEPAIR2) : (empty($user->
conf->THEME_ELDY_LINEPAIR2) ? $colorbacklinepair2 : $user->
conf->THEME_ELDY_LINEPAIR2);
 
  185$colorbacklinebreak  = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_LINEBREAK') ? $colorbacklinebreak : $conf->global->THEME_ELDY_LINEBREAK) : (empty($user->
conf->THEME_ELDY_LINEBREAK) ? $colorbacklinebreak : $user->
conf->THEME_ELDY_LINEBREAK);
 
  186$colorbackbody       = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_BACKBODY') ? $colorbackbody : $conf->global->THEME_ELDY_BACKBODY) : (empty($user->
conf->THEME_ELDY_BACKBODY) ? $colorbackbody : $user->
conf->THEME_ELDY_BACKBODY);
 
  187$colortexttitlenotab = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_TEXTTITLENOTAB') ? $colortexttitlenotab : $conf->global->THEME_ELDY_TEXTTITLENOTAB) : (empty($user->
conf->THEME_ELDY_TEXTTITLENOTAB) ? $colortexttitlenotab : $user->
conf->THEME_ELDY_TEXTTITLENOTAB);
 
  188$colortexttitle      = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_TEXTTITLE') ? $colortext : $conf->global->THEME_ELDY_TEXTTITLE) : (empty($user->
conf->THEME_ELDY_TEXTTITLE) ? $colortexttitle : $user->
conf->THEME_ELDY_TEXTTITLE);
 
  189$colortexttitlelink  = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_TEXTTITLELINK') ? $colortexttitlelink : $conf->global->THEME_ELDY_TEXTTITLELINK) : (empty($user->
conf->THEME_ELDY_TEXTTITLELINK) ? $colortexttitlelink : $user->
conf->THEME_ELDY_TEXTTITLELINK);
 
  190$colortext           = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_TEXT') ? $colortext : $conf->global->THEME_ELDY_TEXT) : (empty($user->
conf->THEME_ELDY_TEXT) ? $colortext : $user->
conf->THEME_ELDY_TEXT);
 
  191$colortextlink       = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_TEXTLINK') ? $colortext : $conf->global->THEME_ELDY_TEXTLINK) : (empty($user->
conf->THEME_ELDY_TEXTLINK) ? $colortextlink : $user->
conf->THEME_ELDY_TEXTLINK);
 
  192$butactionbg         = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_BTNACTION') ? $butactionbg : $conf->global->THEME_ELDY_BTNACTION) : (empty($user->
conf->THEME_ELDY_BTNACTION) ? $butactionbg : $user->
conf->THEME_ELDY_BTNACTION);
 
  193$textbutaction     = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_TEXTBTNACTION') ? $textbutaction : $conf->global->THEME_ELDY_TEXTBTNACTION) : (empty($user->
conf->THEME_ELDY_TEXTBTNACTION) ? $textbutaction : $user->
conf->THEME_ELDY_TEXTBTNACTION);
 
  194$fontsize            = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_FONT_SIZE1') ? $fontsize : $conf->global->THEME_ELDY_FONT_SIZE1) : (empty($user->
conf->THEME_ELDY_FONT_SIZE1) ? $fontsize : $user->
conf->THEME_ELDY_FONT_SIZE1);
 
  195$fontsizesmaller     = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_FONT_SIZE2') ? $fontsize : $conf->global->THEME_ELDY_FONT_SIZE2) : (empty($user->
conf->THEME_ELDY_FONT_SIZE2) ? $fontsize : $user->
conf->THEME_ELDY_FONT_SIZE2);
 
  196$heightrow       = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_USECOMOACTROW') ? 
'155%' : 
'300%') : (!
getDolGlobalString(
'THEME_ELDY_USECOMOACTROW') ? 
'155%' : 
'300%');
 
  199$colorbacklinepairhover = ((!isset($conf->global->THEME_ELDY_USE_HOVER) || (string) $conf->global->THEME_ELDY_USE_HOVER === 
'255,255,255') ? 
'' : ($conf->global->THEME_ELDY_USE_HOVER === 
'1' ? 
'edf4fb' : $conf->global->THEME_ELDY_USE_HOVER));
 
  200$colorbacklinepairchecked = ((!isset($conf->global->THEME_ELDY_USE_CHECKED) || (string) $conf->global->THEME_ELDY_USE_CHECKED === 
'255,255,255') ? 
'' : ($conf->global->THEME_ELDY_USE_CHECKED === 
'1' ? 
'edf4fb' : $conf->global->THEME_ELDY_USE_CHECKED));
 
  201if (!empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED)) {
 
  202  $colorbacklinepairhover = ((!isset($user->conf->THEME_ELDY_USE_HOVER) || $user->conf->THEME_ELDY_USE_HOVER === 
'255,255,255') ? 
'' : ($user->
conf->THEME_ELDY_USE_HOVER === 
'1' ? 
'edf4fb' : $user->
conf->THEME_ELDY_USE_HOVER));
 
  203  $colorbacklinepairchecked = ((!isset($user->conf->THEME_ELDY_USE_CHECKED) || $user->conf->THEME_ELDY_USE_CHECKED === 
'255,255,255') ? 
'' : ($user->
conf->THEME_ELDY_USE_CHECKED === 
'1' ? 
'edf4fb' : $user->
conf->THEME_ELDY_USE_CHECKED));
 
  206if (empty($colortopbordertitle1)) {
 
  207  $colortopbordertitle1 = $colorbackhmenu1;
 
  212$tmppart = explode(
',', $colorbackhmenu1);
 
  213$tmpval = (!empty($tmppart[0]) ? $tmppart[0] : 0) + (!empty($tmppart[1]) ? $tmppart[1] : 0) + (!empty($tmppart[2]) ? $tmppart[2] : 0);
 
  215  $colortextbackhmenu = 
'FFFFFF';
 
  217  $colortextbackhmenu = 
'000000';
 
  221$tmppart = explode(
',', $colorbackvmenu1);
 
  222$tmpval = (!empty($tmppart[0]) ? $tmppart[0] : 0) + (!empty($tmppart[1]) ? $tmppart[1] : 0) + (!empty($tmppart[2]) ? $tmppart[2] : 0);
 
  224  $colortextbackvmenu = 
'FFFFFF';
 
  226  $colortextbackvmenu = 
'000000';
 
  232$tmppart = explode(
',', $colorbacktitle1);
 
  233if ($colortexttitle == 
'') {
 
  234  $tmpval = (!empty($tmppart[0]) ? $tmppart[0] : 0) + (!empty($tmppart[1]) ? $tmppart[1] : 0) + (!empty($tmppart[2]) ? $tmppart[2] : 0);
 
  235  if ($tmpval <= 460) {
 
  236    $colortexttitle = 
'FFFFFF';
 
  237    $colorshadowtitle = 
'888888';
 
  239    $colortexttitle = 
'101010';
 
  240    $colorshadowtitle = 
'FFFFFF';
 
  243  $colorshadowtitle = 
'888888';
 
  247$tmppart = explode(
',', $colorbacktabcard1);
 
  248$tmpval = (!empty($tmppart[0]) ? $tmppart[0] : 0) + (!empty($tmppart[1]) ? $tmppart[1] : 0) + (!empty($tmppart[2]) ? $tmppart[2] : 0);
 
  250  $colortextbacktab = 
'FFFFFF';
 
  252  $colortextbacktab = 
'111111';
 
  265if ($colorbacklinepairhover != 
'') {
 
  268if ($colorbacklinepairchecked != 
'') {
 
  277$nbtopmenuentries = $menumanager->showmenu(
'topnb');
 
  278$nbtopmenuentriesreal = $nbtopmenuentries;
 
  279if ($conf->browser->layout == 
'phone') {
 
  280  $nbtopmenuentries = max($nbtopmenuentries, 10);
 
  284print 
'colorbackbody='.$colorbackbody.
"\n";
 
  285print 
'colorbackvmenu1='.$colorbackvmenu1.
"\n";
 
  286print 
'colorbackhmenu1='.$colorbackhmenu1.
"\n";
 
  287print 
'colorbacktitle1='.$colorbacktitle1.
"\n";
 
  288print 
'colorbacklineimpair1='.$colorbacklineimpair1.
"\n";
 
  289print 
'colorbacklineimpair2='.$colorbacklineimpair2.
"\n";
 
  290print 
'colorbacklinepair1='.$colorbacklinepair1.
"\n";
 
  291print 
'colorbacklinepair2='.$colorbacklinepair2.
"\n";
 
  292print 
'colorbacklinepairhover='.$colorbacklinepairhover.
"\n";
 
  293print 
'colorbacklinepairchecked='.$colorbacklinepairchecked.
"\n";
 
  294print 
'colortexttitlenotab='.$colortexttitlenotab.
"\n";
 
  295print 
'colortexttitle='.$colortexttitle.
"\n";
 
  296print 
'colortext='.$colortext.
"\n";
 
  297print 
'colortextlink='.$colortextlink.
"\n";
 
  298print 
'colortexttitlelink='.$colortexttitlelink.
"\n";
 
  299print 
'colortextbackhmenu='.$colortextbackhmenu.
"\n";
 
  300print 
'colortextbackvmenu='.$colortextbackvmenu.
"\n";
 
  301print 
'dol_hide_topmenu='.$dol_hide_topmenu.
"\n";
 
  302print 
'dol_hide_leftmenu='.$dol_hide_leftmenu.
"\n";
 
  303print 
'dol_optimize_smallscreen='.$dol_optimize_smallscreen.
"\n";
 
  304print 
'dol_no_mouse_hover='.$dol_no_mouse_hover.
"\n";
 
  305print 
'dol_screenwidth='.$_SESSION[
'dol_screenwidth'].
"\n";
 
  306print 
'dol_screenheight='.$_SESSION[
'dol_screenheight'].
"\n";
 
  307print 
'fontsize='.$fontsize.
"\n";
 
  308print 
'nbtopmenuentries='.$nbtopmenuentries.
"\n";
 
  320  --colorbackhmenu1: rgb(<?php print $colorbackhmenu1; ?>);
 
  321  --colorbackvmenu1: rgb(<?php print $colorbackvmenu1; ?>);
 
  322  --colorbacktitle1: rgb(<?php print $colorbacktitle1; ?>);
 
  323  --colorbacktabcard1: rgb(<?php print $colorbacktabcard1; ?>);
 
  324  --colorbacktabactive: rgb(<?php print $colorbacktabactive; ?>);
 
  325  --colorbacklineimpair1: rgb(<?php print $colorbacklineimpair1; ?>);
 
  326  --colorbacklineimpair2: rgb(<?php print $colorbacklineimpair2; ?>);
 
  327  --colorbacklinepair1: rgb(<?php print $colorbacklinepair1; ?>);
 
  328  --colorbacklinepair2: rgb(<?php print $colorbacklinepair2; ?>);
 
  329  --colorbacklinepairhover: rgb(<?php print $colorbacklinepairhover; ?>);
 
  330  --colorbacklinepairchecked: rgb(<?php print $colorbacklinepairchecked; ?>);
 
  331  --colorbacklinebreak: rgb(<?php print $colorbacklinebreak; ?>);
 
  332  --colorbackbody: rgb(<?php print $colorbackbody; ?>);
 
  333  --colorbackmobilemenu: #f8f8f8;
 
  334  --colorbackgrey: #f0f0f0;
 
  335  --colortexttitlenotab: rgb(<?php print $colortexttitlenotab; ?>);
 
  336  --colortexttitlenotab2: rgb(<?php print $colortexttitlenotab2; ?>);
 
  337  --colortexttitle: rgb(<?php print $colortexttitle; ?>);
 
  338  --colortexttitlelink: rgba(<?php print $colortexttitlelink; ?>, 0.9);
 
  339  --colortext: rgb(<?php print $colortext; ?>);
 
  340  --colortextlink: rgb(<?php print $colortextlink; ?>);
 
  341  --colortextbackhmenu: #<?php print $colortextbackhmenu; ?>;
 
  342  --colortextbackvmenu: #<?php print $colortextbackvmenu; ?>;
 
  343  --colortopbordertitle1: rgb(<?php print $colortopbordertitle1; ?>);
 
  344  --listetotal: #551188;
 
  345  --inputbackgroundcolor: #FFF;
 
  346  --inputbackgroundcolordisabled: #eee;
 
  347  --inputcolordisabled: rgb(80, 80, 80);
 
  348  --inputbordercolor: rgba(0,0,0,.2);
 
  349  --tooltipbgcolor: <?php print $toolTipBgColor; ?>;
 
  350  --tooltipfontcolor : <?php print $toolTipFontColor; ?>;
 
  351  --oddevencolor: #202020;
 
  352  --colorboxstatsborder: #ddd;
 
  353  --dolgraphbg: rgba(255,255,255,0);
 
  354  --fieldrequiredcolor: #000055;
 
  355  --colortextbacktab: #<?php print $colortextbacktab; ?>;
 
  356  --colorboxiconbg: #eee;
 
  358  --tableforfieldcolor:#666;
 
  359  --amountremaintopaycolor:#880000;
 
  360  --amountpaymentcomplete:#008855;
 
  361  --amountremaintopaybackcolor:none;
 
  362  --productlinestockod: #002200;
 
  363  --productlinestocktoolow: #884400;
 
  364  --infoboxmoduleenabledbgcolor : linear-gradient(0.4turn, #fff, #fff, #fff, #e4efe8);
 
  365  --tablevalidbgcolor: rgb(252, 248, 227);
 
  366  --butactionbg : #<?php print $butactionbg; ?>;
 
  367  --textbutaction : #<?php print $textbutaction; ?>;
 
  370  --heightrow: <?php print $heightrow; ?>;
 
  375  print 
"/* For dark mode */\n";
 
  377    print 
"@media (prefers-color-scheme: dark) {";  
 
  379    print 
"@media not print {";
 
  382              --colorbackhmenu1: #3d3e40; 
  383              --colorbackvmenu1: #2b2c2e; 
  384              --colorbacktitle1: #2b2d2f; 
  385              --colorbacktabcard1: #1d1e20;       /* Must be same than colorbackbody */ 
  386              --colorbacktabactive: rgb(220,220,220); 
  387              --colorbacklineimpair1: #38393d; 
  388              --colorbacklineimpair2: #2b2d2f; 
  389              --colorbacklinepair1: #38393d; 
  390              --colorbacklinepair2: #2b2d2f; 
  391              --colorbacklinepairhover: #2b2d2f; 
  392              --colorbacklinepairchecked: #0e5ccd; 
  393              --colorbackbody: #1d1e20; 
  394        --colorbackmobilemenu: #080808; 
  395        --colorbackgrey: #0f0f0f; 
  396              --tooltipbgcolor: #2b2d2f; 
  397              --colortexttitlenotab: rgb(220,220,220); 
  398              --colortexttitlenotab2: rgb(220,220,220); 
  399              --colortexttitle: rgb(220,220,220); 
  400              --colortext: rgb(220,220,220); 
  401              --colortextlink: #4390dc; 
  402              --colortexttitlelink: #4390dc; 
  403              --colortextbackhmenu: rgb(220,220,220); 
  404              --colortextbackvmenu: rgb(220,220,220); 
  405        --tooltipfontcolor : rgb(220,220,220); 
  406              --listetotal: rgb(245, 83, 158); 
  407              --inputbackgroundcolor: rgb(70, 70, 70); 
  408        --inputbackgroundcolordisabled: rgb(60, 60, 60); 
  409        --inputcolordisabled: rgb(140, 140, 140); 
  410              --inputbordercolor: rgb(220,220,220); 
  411              --oddevencolor: rgb(220,220,220); 
  412              --colorboxstatsborder: rgb(65,100,138); 
  413              --dolgraphbg: #1d1e20; 
  414              --fieldrequiredcolor: rgb(250,183,59); 
  415              --colortextbacktab: rgb(220,220,220); 
  416              --colorboxiconbg: rgb(36,38,39); 
  417              --refidnocolor: rgb(220,220,220); 
  418              --tableforfieldcolor:rgb(220,220,220); 
  419              --amountremaintopaycolor:rgb(252,84,91); 
  420              --amountpaymentcomplete:rgb(101,184,77); 
  421              --amountremaintopaybackcolor:rbg(245,130,46); 
  422        --infoboxmoduleenabledbgcolor : linear-gradient(0.4turn, #000, #000, #000, #274231); 
  423        --tablevalidbgcolor: rgb(80, 64, 33); 
  436<?php 
if (
GETPOST(
'optioncss', 
'aZ09') == 
'print') {  ?>
 
  437  background-color: #FFFFFF;
 
  439  font-size: <?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize; ?>;
 
  441  font-family: <?php print $fontlist ?>;
 
  447  background-color: var(--colorbackbody);
 
  448  <?php print 
'direction: '.$langs->trans(
"DIRECTION").
";\n"; ?>
 
  452.sensiblehtmlcontent * {
 
  456.thumbstat { font-weight: bold !important; }
 
  457th a { font-weight: <?php echo($useboldtitle ? 
'bold' : 
'normal'); ?> !important; }
 
  458a.tab { font-weight: 500 !important; }
 
  460a:link, a:visited, a:hover, a:active, .classlink { font-family: <?php print $fontlist ?>; font-weight: normal; color: var(--colortextlink); text-decoration: none;  }
 
  461a:hover { text-decoration: underline; color: var(--colortextlink); }
 
  462a.commonlink { color: var(--colortextlink) !important; text-decoration: none; }
 
  467.tableforfield input, .refidno input {
 
  476select.vmenusearchselectcombo {
 
  477  background-color: unset;
 
  482  border: 1px solid #aaa !important;
 
  484input:focus, textarea:focus, 
button:focus:not(.button_search_x):not(.button_search):not(.button_removefilter), select:focus {
 
  485  border-bottom: 1px solid #666;
 
  488textarea.cke_source:focus
 
  493th.wrapcolumntitle.liste_titre:not(.maxwidthsearch), td.wrapcolumntitle.liste_titre:not(.maxwidthsearch),
 
  494th.wrapcolumntitle.liste_titre_sel:not(.maxwidthsearch), td.wrapcolumntitle.liste_titre_sel:not(.maxwidthsearch) {
 
  498  text-overflow: ellipsis;
 
  500th.wrapcolumntitle dl dt a span.fas.fa-list {
 
  502  vertical-align: middle;
 
  519.liste_titre input[
name=search_month], .liste_titre input[
name=search_month_start], .liste_titre input[
name=search_month_end] {
 
  522select#date_startday, select#date_startmonth, select#date_endday, select#date_endmonth, select#reday, select#remonth
 
  527input, input.flat, textarea, textarea.flat, form.flat select, select, select.flat, .dataTables_length label select {
 
  528  color: var(--colortext);
 
  530  border<?php echo !
getDolGlobalString(
'THEME_SHOW_BORDER_ON_INPUT') ? 
'-bottom' : 
''; ?>: solid 1px var(--inputbordercolor);
 
  531  font-family: <?php print $fontlist ?>;
 
  533  margin: 0px 0px 0px 0px;
 
  534  background-color: var(--inputbackgroundcolor);
 
  536    border<?php echo !
getDolGlobalString(
'THEME_SHOW_BORDER_ON_INPUT') ? 
'-bottom' : 
''; ?>: solid 1px var(--inputbordercolor);
 
  556#mainbody input.button:not(.buttongen):not(.bordertransp), #mainbody a.button:not(.buttongen):not(.bordertransp) { 
  557  background: var(--butactionbg);
 
  558  color: var(--textbutaction) !important;
 
  560  border-collapse: collapse;
 
  563  text-transform: uppercase;
 
  566  padding: 0.6em 0.7em;
 
  569#mainbody input.button:not(.buttongen):not(.bordertransp):hover, #mainbody a.button:not(.buttongen):not(.bordertransp):hover { 
  570  -webkit-box-shadow: 0px 0px 6px 1px rgb(50 50 50 / 40%), 0px 0px 0px rgb(60 60 60 / 10%);
 
  571  box-shadow: 0px 0px 6px 1px rgb(50 50 50 / 40%), 0px 0px 0px rgb(60 60 60 / 10%);
 
  573#mainbody input.buttongen, #mainbody button.buttongen { 
  577input.button.massactionconfirmed {
 
  584input:invalid, select:invalid, input.--error , select.--error {
 
  585  border-color: #ea1212;
 
  588section.setupsection {
 
  590  background-color: var(--colorbacktitle1);
 
  594.field-error-icon { color: #ea1212 !important; }
 
  598  border-top:solid 1px var(--inputbordercolor);
 
  599  border-left:solid 1px var(--inputbordercolor);
 
  600  border-right:solid 1px var(--inputbordercolor);
 
  601  border-bottom:solid 1px var(--inputbordercolor);
 
  603  background-color: #FFF;
 
  609input.removedassigned  {
 
  610  padding: 2px !important;
 
  611  vertical-align: text-bottom;
 
  615  padding-left: 1px !important;
 
  616  padding-right: 1px !important;
 
  619  vertical-align: middle;
 
  621input.buttonpayment, 
button.buttonpayment, div.buttonpayment {
 
  627  background-image: none;
 
  632  border: 2px solid #ccc;
 
  633  background-color: #eee;
 
  635  color: #888 !important;
 
  638.nofocusvisible:focus-visible {
 
  642div.buttonpayment input {
 
  643  background-color: unset;
 
  644  border-bottom: unset;
 
  646  text-transform: uppercase;
 
  650div.buttonpayment input:focus {
 
  653input.buttonpaymentcb {
 
  654  background-image: url(<?php echo 
dol_buildpath($path.
'/theme/common/credit_card.png', 1) ?>);
 
  655  background-size: 26px;
 
  656  background-repeat: no-repeat;
 
  659input.buttonpaymentcheque {
 
  660  background-image: url(<?php echo 
dol_buildpath($path.
'/theme/common/cheque.png', 1) ?>);
 
  661  background-repeat: no-repeat;
 
  664input.buttonpaymentcb {
 
  665  background-image: url(<?php echo 
dol_buildpath($path.
'/theme/common/credit_card.png', 1) ?>);
 
  666  background-size: 24px;
 
  667  background-repeat: no-repeat;
 
  670input.buttonpaymentpaypal {
 
  671  background-image: url(<?php echo 
dol_buildpath($path.
'/paypal/img/object_paypal.png', 1) ?>);
 
  672  background-repeat: no-repeat;
 
  675input.buttonpaymentpaybox {
 
  676  background-image: url(<?php echo 
dol_buildpath($path.
'/paybox/img/object_paybox.png', 1) ?>);
 
  677  background-repeat: no-repeat;
 
  680input.buttonpaymentstripe {
 
  681  background-image: url(<?php echo 
dol_buildpath($path.
'/stripe/img/object_stripe.png', 1) ?>);
 
  682  background-repeat: no-repeat;
 
  685.logopublicpayment #dolpaymentlogo {
 
  688  image-rendering: -webkit-optimize-contrast;   
 
  693  background-color: transparent;
 
  694  color: var(--colortext) !important;
 
  695  border: 2px solid var( --butactionbg);
 
  696  margin: 0 0.45em !important;
 
  699span.userimg.notfirst, div.userimg.notfirst {
 
  702div.userimg.notfirst {
 
  703  display: block-
inline;
 
  707span.timesheetalreadyrecorded input {
 
  709  border-bottom: solid 1px rgba(0,0,0,0.1);
 
  710  margin-right: 1px !important;
 
  712td.onholidaymorning, td.onholidayafternoon {
 
  713  background-color: #fdf6f2;
 
  716  background-color: #f4eede;
 
  718td.onholidayallday:not(.weekend) input {
 
  719  background-color: #f8f7f0;
 
  722  background-color: #eee;
 
  725  background-color: #f8f8f8;
 
  727td.leftborder, td.hide0 {
 
  728  border-left: 1px solid #ccc;
 
  730td.leftborder, td.hide6 {
 
  731  border-right: 1px solid #ccc;
 
  734  border-right: 1px solid #ccc;
 
  738td.amount, span.amount, div.amount, b.amount {
 
  744select.flat, form.flat select, .pageplusone, .divadvancedsearchfieldcompinput, {
 
  749input.pageplusone, .divadvancedsearchfieldcompinput, {
 
  755  filter: saturate(0.8);
 
  759  color: var(--colortextlink);
 
  761.optiongrey, .opacitymedium {
 
  764.opacitymediumbycolor {
 
  765  color: rgba(0, 0, 0, 0.4);
 
  777  color: var(--colorwhite);
 
  780  color: #888 !important;
 
  783  color: var(--colorblack);
 
  786  font-size: unset !important;
 
  790  transform: scale(1, -1);
 
  793  transform: scale(-1, 1);
 
  796select:invalid, select.--error {
 
  799input:disabled, textarea:disabled, select[disabled=
'disabled']
 
  801  background: var(--inputbackgroundcolordisabled);
 
  802  color: var(--inputcolordisabled);
 
  806  box-shadow: none !important;
 
  808.listactionlargetitle .liste_titre {
 
  812  padding: 0px !important;
 
  813  border: 0px !important;
 
  814  vertical-align: text-bottom;
 
  817input[
type=file]     { background-color: transparent; border-top: none; border-left: none; border-right: none; box-shadow: none; }
 
  818input[
type=checkbox] { background-color: transparent; border: none; box-shadow: none; vertical-align: middle; }
 
  819input[
type=radio]    { background-color: transparent; border: none; box-shadow: none; vertical-align: middle; }
 
  820input[
type=image]    { background-color: transparent; border: none; box-shadow: none; }
 
  821input:-webkit-autofill {
 
  822  background-color: #FBFFEA !important;
 
  823  background-image:none !important;
 
  824  -webkit-box-shadow: 0 0 0 50px #FBFFEA inset;
 
  827input[
type=checkbox], input[
type=radio] {
 
  830.kanban input.checkforselect {
 
  836.placeholder { color: #ccc; }
 
  837::-webkit-input-placeholder { color:#ccc; }
 
  838:-moz-placeholder { color:#bbb; }       
 
  839::-moz-placeholder { color:#bbb; }      
 
  840:-ms-input-placeholder { color:#ccc; }    
 
  841input:-moz-placeholder { color:#ccc; }
 
  843input[
name=
price], input[
name=weight], input[
name=volume], input[
name=surface], input[
name=sizeheight], input[
name=net_measure], select[
name=incoterm_id] { margin-right: 6px; }
 
  845  border: 1px solid #AAAAAA !important;
 
  846  padding-
inline-start: 2em;
 
  847  padding-
inline-end: 2em;
 
  848  min-
inline-size: 
auto;
 
  850.legendforfieldsetstep { padding-bottom: 10px; }
 
  851input#onlinepaymenturl, input#directdownloadlink {
 
  857  padding: 20px 0px 0px 0px;
 
  861div#moretabsList, div#moretabsListaction {
 
  865hr { border: 0; border-top: 1px solid #ccc; }
 
  866.tabBar hr { margin-top: 20px; margin-bottom: 17px; }
 
  869table.tableforfield .button:not(.bordertransp):not(.buttonpayment),
 
  870table.tableforfield .buttonDelete:not(.bordertransp):not(.buttonpayment) {
 
  875.button:not(.bordertransp):not(.buttonpayment), .buttonDelete:not(.bordertransp):not(.buttonpayment) {
 
  876  border-color: #c5c5c5;
 
  877  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
 
  878  display: inline-block;
 
  882  font-family: <?php print $fontlist ?>;
 
  885  color: 
#333333 !important; 
  886  text-decoration: none !important;
 
  887  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
 
  888  background-color: #f5f5f5;
 
  889  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
 
  890  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
 
  891  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
 
  892  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
 
  893  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
 
  894  background-repeat: repeat-x;
 
  895  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
 
  896  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 
  897  border: 1px solid 
#bbbbbb; 
  898  border-bottom-color: #a2a2a2;
 
  899  -webkit-border-radius: 2px;
 
  901  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
 
  902  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
 
  904.refidno .button.smallpaddingimp {
 
  905  font-size: 0.85em !important;
 
  907.button:focus, .buttonDelete:focus  {
 
  908  -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 60, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
 
  909  box-shadow: 0px 0px 6px 1px rgba(0, 0, 60, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
 
  911.button:hover:not(.nohover), .buttonDelete:hover:not(.nohover)   {
 
  912  -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
 
  913  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
 
  915.button:disabled, .buttonDelete:disabled, .button.disabled, .buttonDelete.disabled {
 
  918  -webkit-box-shadow: none;
 
  922  pointer-events: none;
 
  926  -webkit-box-shadow: none;
 
  928.button_search, .button_removefilter {
 
  930  background-color: unset;
 
  932.button_search:hover, .button_removefilter:hover {
 
  942div.float, span.floatleft
 
  944  float:<?php print $left; ?>;
 
  948  float:<?php print $right; ?>;
 
  956  display:
inline-block;
 
  960  display:
inline-block !important;
 
  969  padding-<?php echo $left; ?>: 3px;
 
  976  -webkit-box-shadow: none !important;
 
  977  box-shadow: none !important;
 
  978  -webkit-border-radius:0px !important;
 
  979  border-radius:0px !important;
 
  990  vertical-align: middle;
 
  993  vertical-align: bottom;
 
  996  vertical-align: text-bottom;
 
 1002  width: 100% !important;
 
 1004.centpercentwithout1imp {
 
 1005  width: calc(100% - 1px) !important;
 
 1007.centpercentwithoutmenu {
 
 1008  width: calc(100% - 200px);
 
 1010.quatrevingtpercent, .inputsearch {
 
 1013.maxquatrevingtpercent {
 
 1019.quatrevingtquinzepercent {
 
 1022.quatrevingtpercentminusx {
 
 1023  width: calc(80% - 52px);
 
 1025textarea.centpercent {
 
 1038.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
 
 1041.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
 
 1048  transform: scaleX(-1) translate(<?php print($left == 'left' ? '' : '-'); ?>2px, 0);
 
 1051  transform: rotate(90deg) translate(0, <?php print($left == 
'left' ? 
'' : 
'-'); ?>2px);
 
 1058  text-align: center !important;
 
 1070  text-align: <?php print $left; ?>;
 
 1073  text-align: <?php print $right; ?>;
 
 1076  text-align: justify;
 
 1079  float: left!important;
 
 1082  float: right!important;
 
 1085  white-space: <?php print($dol_optimize_smallscreen ? 
'normal' : 
'nowrap'); ?>;
 
 1087.nowraponsmartphone {
 
 1088  white-space: <?php print($dol_optimize_smallscreen ? 
'nowrap' : 
'normal'); ?>;
 
 1091  white-space: <?php print($dol_optimize_smallscreen ? 
'normal' : 
'nowrap'); ?>;
 
 1093.liste_titre .nowrap {
 
 1094  white-space: nowrap;
 
 1097  white-space: nowrap;
 
 1100  white-space: nowrap;
 
 1101  display: 
inline-block;
 
 1104  white-space: normal !important;
 
 1107  word-wrap: 
break-word;
 
 1110  word-
break: 
break-word;
 
 1113  word-
break: 
break-word; 
 
 1116  word-
break: 
break-all;
 
 1122  font-weight: bold !important;
 
 1125  font-weight: normal !important;
 
 1128  text-transform: uppercase;
 
 1131  text-decoration: none;
 
 1134  text-decoration: none !important;
 
 1146  padding-left: 0 !important;
 
 1149  padding-right: 0 !important;
 
 1152  padding-<?php print $left; ?>: 4px;
 
 1155  padding-<?php print $left; ?>: 4px !important;
 
 1158  padding-<?php print $left; ?>: 2px;
 
 1161  padding-<?php print $left; ?>: 2px !important;
 
 1164  padding-<?php print $right; ?>: 4px;
 
 1167  padding-<?php print $right; ?>: 4px !important;
 
 1170  padding-<?php print $right; ?>: 2px;
 
 1173  padding-<?php print $right; ?>: 2px !important;
 
 1182  padding-bottom: 4px;
 
 1185  padding-bottom: 2px;
 
 1188  margin-<?php print $left; ?>: 2px;
 
 1191  margin-<?php print $right; ?>: 2px;
 
 1194  margin-<?php print $left; ?>: unset;
 
 1197  margin-<?php print $right; ?>: unset;
 
 1200  width: unset !important;
 
 1209.classfortooltiponclick .fa-question-circle {
 
 1216  cursor: not-allowed;
 
 1222  background-color: #fff;
 
 1224.nobackground, .nobackground tr {
 
 1225  background: unset !important;
 
 1227.checkboxattachfilelabel {
 
 1232  border: 1px solid #888 !important;
 
 1235  color : <?php print $textWarning; ?>
 
 1249  background-color: #e0e0e8;
 
 1252div.urllink, div.urllink a {
 
 1253  color: #339 !important;
 
 1256i.fa-mars::before, i.fa-venus::before, i.fa-genderless::before, i.fa-transgender::before  {
 
 1257  color: #888 !important;
 
 1259  padding-<?php echo $left; ?>: 3px;
 
 1261.stockmovemententry {
 
 1263  transform: rotate(0.25turn);
 
 1268  transform: rotate(0.3turn);
 
 1276  color : <?php print $textWarning; ?>
 
 1278body[
class*=
"colorblind-"] .text-warning{
 
 1279  color : <?php print $colorblind_deuteranopes_textWarning; ?>
 
 1282  color : <?php print $textSuccess; ?>
 
 1284body[
class*=
"colorblind-"] .text-success{
 
 1285  color : <?php print $colorblind_deuteranopes_textSuccess; ?>
 
 1289  color : <?php print $textDanger; ?>
 
 1292.editfielda span.fa-pencil-alt, .editfielda span.fa-pencil-ruler, .editfielda span.fa-trash, .editfielda span.fa-crop,
 
 1294  color: #ccc !important;
 
 1296.editfielda span.fa-pencil-alt:hover, .editfielda span.fa-pencil-ruler:hover, .editfielda span.fa-trash:hover, .editfielda span.fa-crop:hover,
 
 1297.editfieldlang:hover {
 
 1298  color: var(--colortexttitle) !important;
 
 1300a.editfielda.nohover *:hover:before {
 
 1301  color: #ccc !important;
 
 1308  float: none !important;
 
 1311span.fa.fa-plus-circle.paddingleft {
 
 1314  padding-bottom: 2px;
 
 1317.size12x { font-size: 1.2em !important; }
 
 1318.size15x { font-size: 1.5em !important; }
 
 1319.fa-toggle-on, .fa-toggle-off, .size2x { font-size: 2em; }
 
 1320.websiteselectionsection .fa-toggle-on, .websiteselectionsection .fa-toggle-off,
 
 1321.asetresetmodule .fa-toggle-on, .asetresetmodule .fa-toggle-off,
 
 1322.tdwebsitesearchresult .fa-toggle-on, .tdwebsitesearchresult .fa-toggle-off {
 
 1323  font-size: 1.5em; vertical-align: text-bottom;
 
 1328  white-space: nowrap;
 
 1329  vertical-align: middle;
 
 1330  text-overflow: ellipsis;
 
 1335<?php include 
dol_buildpath($path.
'/theme/'.$theme.
'/badges.inc.php', 0); ?>
 
 1336<?php include 
dol_buildpath($path.
'/theme/'.$theme.
'/flags-sprite.inc.php', 0); ?>
 
 1340  border-right: 1px solid #f4f4f4;
 
 1344  border-left: 1px solid #f4f4f4;
 
 1355  vertical-align: middle;
 
 1357.divsocialnetwork:not(:last-child) {
 
 1358  padding-<?php print $right; ?>: 20px;
 
 1361  background-color: rgba(0, 0, 0, 0.08);
 
 1367  display: 
inline-block;
 
 1368  margin-<?php print $right; ?>: 12px;
 
 1369  margin-<?php print $left; ?>: 2px;
 
 1374.divsearchfieldfilter {
 
 1375  text-overflow: clip;
 
 1377  white-space: nowrap;
 
 1378  padding-bottom: 5px;
 
 1382.divadvancedsearchfield:first-child {
 
 1385.divadvancedsearchfield {
 
 1388  padding-right: 15px;
 
 1389  padding-bottom: 2px;
 
 1392.divadvancedsearchfield span.select2.select2-container.select2-container--
default {
 
 1393  padding-bottom: 4px;
 
 1395.divadvancedsearchfieldcompinput {
 
 1397  border-bottom: solid 1px var(--inputbordercolor);
 
 1400.search_component_params {
 
 1402  -webkit-flex-flow: row wrap;
 
 1403  flex-flow: row wrap;
 
 1406  padding-bottom: 3px;
 
 1407  padding-<?php echo $left; ?>: 0;
 
 1408  padding-<?php echo $right; ?>: 0;
 
 1409  border-bottom: solid 1px var(--inputbordercolor);
 
 1412.search_component_searchtext {
 
 1415.search_component_params_text, .search_component_params_text:focus {
 
 1416  border-bottom: none;
 
 1418  margin: 0 !important;
 
 1424  padding-bottom: 3px;
 
 1431  display: 
inline-block;
 
 1450if ($conf->browser->layout == 
'phone') {
 
 1452.divsearchfieldfilter {
 
 1453     white-space: nowrap;
 
 1459.a-filter, .a-mesure {
 
 1460  border-radius: 50px;
 
 1461  background: var(--colortexttitlenotab);
 
 1463  padding: 8px 10px 8px 6px;
 
 1471.a-filter:before, .a-mesure:before {
 
 1472  font-family: 
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>";
 
 1477.a-filter-disabled, .a-mesure-disabled {
 
 1478  border-radius: 50px;
 
 1479  background: var(--colorbacktitle1);
 
 1492  top:calc(50% - 200px);
 
 1493  left:calc(50% - 250px);
 
 1497  border: 1px solid #bbb;
 
 1498  box-shadow: 2px 2px 20px #ddd;
 
 1508div.div-
for-modal-topright {
 
 1516  border: 1px solid #bbb;
 
 1517  box-shadow: 2px 2px 20px #ddd;
 
 1534  list-style-
type: none;
 
 1536input > ul.attendees {
 
 1541  padding-bottom: 4px;
 
 1545  padding-bottom: 10px;
 
 1550  vertical-align: middle;
 
 1552select.flat.selectlimit {
 
 1555.selectlimit, .marginrightonly {
 
 1556  margin-<?php echo $right; ?>: 10px !important;
 
 1559  margin-<?php echo $left; ?>: 10px !important;
 
 1561.marginleftonlyshort {
 
 1562  margin-<?php echo $left; ?>: 4px !important;
 
 1565  margin-<?php echo $left; ?>: 0px !important;
 
 1568  margin-<?php echo $right; ?>: 10px !important;
 
 1570.marginrightonlyshort {
 
 1571  margin-<?php echo $right; ?>: 4px !important;
 
 1574  margin-top: 10px !important;
 
 1576.margintoponlyshort {
 
 1577  margin-top: 3px !important;
 
 1580  margin-bottom: 10px !important;
 
 1582.marginbottomonlyshort {
 
 1583  margin-bottom: 3px !important;
 
 1586  margin-top: 0 !important;
 
 1589  margin-bottom: 0 !important;
 
 1592.selectlimit, .selectlimit:focus {
 
 1593  border-left: none !important;
 
 1594  border-top: none !important;
 
 1595  border-right: none !important;
 
 1599  text-decoration: line-through;
 
 1606   text-overflow: unset;
 
 1611  text-overflow: ellipsis;
 
 1612  white-space: nowrap;
 
 1616  text-overflow: ellipsis;
 
 1621  text-overflow: ellipsis;
 
 1622  white-space: nowrap;
 
 1627  text-overflow: ellipsis;
 
 1628  white-space: nowrap;
 
 1633  text-overflow: ellipsis;
 
 1634  white-space: nowrap;
 
 1636.tdoverflowmax80imp {     
 
 1637  max-width: 80px !important;
 
 1639  text-overflow: ellipsis;
 
 1640  white-space: nowrap;
 
 1645  text-overflow: ellipsis;
 
 1646  white-space: nowrap;
 
 1648.tdoverflowmax100imp {      
 
 1649  max-width: 100px !important;
 
 1651  text-overflow: ellipsis;
 
 1652  white-space: nowrap;
 
 1657  text-overflow: ellipsis;
 
 1658  white-space: nowrap;
 
 1663  text-overflow: ellipsis;
 
 1664  white-space: nowrap;
 
 1669  text-overflow: ellipsis;
 
 1670  white-space: nowrap;
 
 1675  text-overflow: ellipsis;
 
 1676  white-space: nowrap;
 
 1681  text-overflow: ellipsis;
 
 1682  white-space: nowrap;
 
 1687  text-overflow: ellipsis;
 
 1688  white-space: nowrap;
 
 1693  text-overflow: ellipsis;
 
 1694  white-space: nowrap;
 
 1699  text-overflow: ellipsis;
 
 1700  white-space: nowrap;
 
 1706.divintowithtwolinesmax {
 
 1708  display: -webkit-box;
 
 1709  -webkit-box-orient: vertical;
 
 1710  -webkit-line-clamp: 2;
 
 1714  display: -webkit-box;
 
 1715  -webkit-box-orient: vertical;
 
 1716  -webkit-line-clamp: 2;
 
 1718  height: 
auto !important;
 
 1721  display: -webkit-box;
 
 1722  -webkit-box-orient: vertical;
 
 1723  -webkit-line-clamp: 10;
 
 1727.tablelistofcalendars {
 
 1728  margin-top: 25px !important;
 
 1732.amountpaymentcomplete {
 
 1733  color: var(--amountpaymentcomplete);
 
 1737  color: var(--amountremaintopaycolor);
 
 1740.amountremaintopayback {
 
 1743.amountpaymentneutral {
 
 1744  color: var(--amountremaintopaybackcolor);
 
 1749.onlinepaymentbody .amountpaymentcomplete {
 
 1750  background-color: var(--amountpaymentcomplete);
 
 1758  margin-bottom: 12px;
 
 1760#builddoc_form ~ .showlinkedobjectblock { 
 1765.moduledesclong p img,.moduledesclong p a img {
 
 1766  max-width: 90% !important;
 
 1767  height: 
auto !important;
 
 1771  border: 1px solid #ccc;
 
 1772  box-shadow: 1px 1px 25px #aaa;
 
 1773  max-width: calc(100% - 56px);
 
 1775.fa-file-text-o, .fa-file-code-o, .fa-file-powerpoint-o, .fa-file-excel-o, .fa-file-word-o, .fa-file-o, .fa-file-image-o, .fa-file-video-o, .fa-file-audio-o, .fa-file-archive-o, .fa-file-pdf-o {
 
 1791div.fiche>div.tabBar>form>div.div-table-responsive {
 
 1794.div-table-responsive, .div-table-responsive-no-min {
 
 1798.div-table-responsive {
 
 1799  line-height: var(--heightrow);
 
 1802div.fiche>form>div.div-table-responsive, div.fiche>form>div.div-table-responsive-no-min {
 
 1805div.fiche>form>div.div-table-responsive {
 
 1810  <?php 
if (in_array($conf->browser->name, array(
'chrome', 
'firefox', 
'safari'))) {
 
 1811    echo 
'display: inline-flex;'.
"\n";
 
 1813  flex-flow: row wrap;
 
 1814  justify-content: flex-start;
 
 1822.thumbstat, .thumbstat150 {
 
 1828  justify-content: flex-start;
 
 1829  align-
self: flex-start;
 
 1832select.selectarrowonleft {
 
 1835select.selectarrowonleft option {
 
 1839table[summary=
"list_of_modules"] .fa-cog {
 
 1847  white-space: nowrap;
 
 1858.maxscreenheightless200 {
 
 1859  max-height: <?php echo isset($_SESSION[
'dol_screenheight']) ? max(500, (
int) $_SESSION[
'dol_screenheight'] - 200) : 700; ?>px;  
 
 1861.maxscreenheightless300 {
 
 1862  max-height: <?php echo isset($_SESSION[
'dol_screenheight']) ? max(400, (
int) $_SESSION[
'dol_screenheight'] - 300) : 700; ?>px;  
 
 1866  border-bottom: 0px !important;
 
 1873.clearboth  { clear:both; }
 
 1874.hideobject { display: none; }
 
 1875.minwidth25  { min-width: 25px; }
 
 1876.minwidth50  { min-width: 50px; }
 
 1877.minwidth75  { min-width: 75px; }
 
 1878.nominwidth { min-width: fit-content !important; }
 
 1880@media only screen and (min-width: <?php echo !
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC3') ? round($nbtopmenuentries * 47, 0) + 130 : $conf->global->THEME_ELDY_WITDHOFFSET_FOR_REDUC3; ?>px)
 
 1882  .width20  { width: 20px; }
 
 1883  .width25  { width: 25px; }
 
 1884  .width50  { width: 50px; }
 
 1885  .width75  { width: 75px; }
 
 1886  .width100 { width: 100px; }
 
 1887  .width200 { width: 200px; }
 
 1888  .minwidth100 { min-width: 100px; }
 
 1889  .minwidth150 { min-width: 150px; }
 
 1890  .minwidth200 { min-width: 200px; }
 
 1891  .minwidth250 { min-width: 250px; }
 
 1892  .minwidth300 { min-width: 300px; }
 
 1893  .minwidth400 { min-width: 400px; }
 
 1894  .minwidth500 { min-width: 500px; }
 
 1895  .minwidth50imp  { min-width: 50px !important; }
 
 1896  .minwidth75imp  { min-width: 75px !important; }
 
 1897  .minwidth100imp { min-width: 100px !important; }
 
 1898  .minwidth125imp { min-width: 125px !important; }
 
 1899  .minwidth200imp { min-width: 200px !important; }
 
 1900  .minwidth250imp { min-width: 250px !important; }
 
 1901  .minwidth300imp { min-width: 300px !important; }
 
 1902  .minwidth400imp { min-width: 400px !important; }
 
 1903  .minwidth500imp { min-width: 500px !important; }
 
 1905.widthauto { width: 
auto; }
 
 1906.width20  { width: 20px; }
 
 1907.width25  { width: 25px; }
 
 1908.width40  { width: 40px; }
 
 1909.width50  { width: 50px; }
 
 1910.width75  { width: 75px; }
 
 1911.width100 { width: 100px; }
 
 1912.width125 { width: 125px; }
 
 1913.width150 { width: 150px; }
 
 1914.width200 { width: 200px; }
 
 1915.width250 { width: 250px; }
 
 1916.width300 { width: 300px; }
 
 1917.width400 { width: 400px; }
 
 1918.width500 { width: 500px; }
 
 1919.maxwidth25  { max-width: 25px; }
 
 1920.maxwidth40  { max-width: 40px; }
 
 1921.maxwidth50  { max-width: 50px; }
 
 1922.maxwidth75  { max-width: 75px; }
 
 1923.maxwidthdate  { max-width: 85px; }
 
 1924.maxwidth100 { max-width: 100px; }
 
 1925.maxwidth125 { max-width: 125px; }
 
 1926.maxwidth150 { max-width: 150px; }
 
 1927.maxwidth200 { max-width: 200px; }
 
 1928.maxwidth250 { max-width: 250px; }
 
 1929.maxwidth300 { max-width: 300px; }
 
 1930.maxwidth400 { max-width: 400px; }
 
 1931.maxwidth500 { max-width: 500px; }
 
 1932.maxwidth750 { max-width: 750px; }
 
 1933.maxwidth1000 { max-width: 1000px; }
 
 1934.maxwidth50imp  { max-width: 50px !important; }
 
 1935.maxwidth75imp  { max-width: 75px !important; }
 
 1937.minwidth100onall { min-width: 100px !important; }
 
 1938.minwidth200onall { min-width: 200px !important; }
 
 1939.minwidth250onall { min-width: 250px !important; }
 
 1941.minheight20 { min-height: 20px; }
 
 1942.minheight30 { min-height: 30px; }
 
 1943.minheight40 { min-height: 40px; }
 
 1944.titlefieldcreate { width: 20%; }
 
 1945.titlefield       {  min-width: 150px; width: 25%; }
 
 1946.titlefieldmiddle { width: 50%; }
 
 1947.imgmaxwidth180 { max-width: 180px; }
 
 1948.imgmaxheight50 { max-height: 50px; }
 
 1950.width20p { width:20%; }
 
 1951.width25p { width:25%; }
 
 1952.width40p { width:40%; }
 
 1953.width50p { width:50%; }
 
 1954.width60p { width:60%; }
 
 1955.width75p { width:75%; }
 
 1956.width80p { width:80%; }
 
 1957.width100p { width:100%; }
 
 1961@media only screen and (max-width: 1400px)
 
 1964  .titlefieldcreate { width: 30% !important; }
 
 1965  .minwidth50imp  { min-width: 50px !important; }
 
 1966  .minwidth75imp  { min-width: 75px !important; }
 
 1967  .minwidth100imp { min-width: 100px !important; }
 
 1968  .minwidth125imp { min-width: 125px !important; }
 
 1969  .minwidth150imp { min-width: 150px !important; }
 
 1970  .minwidth200imp { min-width: 200px !important; }
 
 1971  .minwidth250imp { min-width: 250px !important; }
 
 1972  .minwidth300imp { min-width: 300px !important; }
 
 1973  .minwidth400imp { min-width: 300px !important; }
 
 1974  .minwidth500imp { min-width: 300px !important; }
 
 1976  .linkedcol-element {
 
 1982@media only screen and (max-width: 1000px)
 
 1984  .maxwidthonsmartphone { max-width: 100px; }
 
 1985  .minwidth50imp  { min-width: 50px !important; }
 
 1986  .minwidth75imp  { min-width: 70px !important; }
 
 1987  .minwidth100imp { min-width: 100px !important; }
 
 1988  .minwidth125imp { min-width: 125px !important; }
 
 1989  .minwidth150imp { min-width: 110px !important; }
 
 1990  .minwidth200imp { min-width: 110px !important; }
 
 1991  .minwidth250imp { min-width: 115px !important; }
 
 1992  .minwidth300imp { min-width: 120px !important; }
 
 1993  .minwidth400imp { min-width: 150px !important; }
 
 1994  .minwidth500imp { min-width: 250px !important; }
 
 1998select.widthcentpercentminusx, span.widthcentpercentminusx:not(.select2-selection), input.widthcentpercentminusx {
 
 1999  width: calc(100% - 50px) !important;
 
 2000  display: 
inline-block;
 
 2002select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-selection), input.widthcentpercentminusxx {
 
 2003  width: calc(100% - 70px) !important;
 
 2004  display: 
inline-block;
 
 2008@media only screen and (max-width: 767px)
 
 2011    font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?>;
 
 2014    font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?> !important;
 
 2016  .divadvancedsearchfield {
 
 2022    padding-right: 10px !important;
 
 2025  .hideonsmartphone { display: none; }
 
 2026  .hideonsmartphoneimp { display: none !important; }
 
 2028  .margintoponsmartphone { margin-top: 6px; }
 
 2030  select.minwidth100imp, select.minwidth100, select.minwidth200, select.minwidth200imp, select.minwidth300 {
 
 2031    width: calc(100% - 40px) !important;
 
 2032    display: 
inline-block;
 
 2034  select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-selection), input.widthcentpercentminusxx {
 
 2035    width: calc(100% - 70px) !important;
 
 2036    display: 
inline-block;
 
 2039  input.maxwidthinputfileonsmartphone {
 
 2043  input.buttonpayment, 
button.buttonpayment, div.buttonpayment {
 
 2047  .smallonsmartphone {
 
 2051  .nopaddingtoponsmartphone {
 
 2052    padding-top: 0 !important;
 
 2054  .nopaddingbottomonsmartphone {
 
 2055    padding-bottom: 0 !important;
 
 2060@media only screen and (max-width: 570px)
 
 2063    font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?>;
 
 2067    font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?> !important;
 
 2070  .login_vertical_align {
 
 2073  .login_table input#username, .login_table input#password, .login_table input#securitycode {
 
 2074    margin-left: 5px !important;
 
 2076  div#login_left, div#login_right {
 
 2077    min-width: 150px !important;
 
 2078    padding-left: 5px !important;
 
 2079    padding-right: 5px !important;
 
 2081  .login_table div#login_right .tdinputlogin, .login_table div#login_right .tdinputlogin input {
 
 2082    min-width: 150px !important;
 
 2085  .divmainbodylarge { margin-left: 10px; margin-right: 10px; }
 
 2087  .tdoverflowonsmartphone {
 
 2090    text-overflow: ellipsis;
 
 2091    white-space: nowrap;
 
 2093  .tdoverflowmax100onsmartphone {     
 
 2096    text-overflow: ellipsis;
 
 2097    white-space: nowrap;
 
 2099  .tdoverflowmax150onsmartphone {     
 
 2102    text-overflow: ellipsis;
 
 2103    white-space: nowrap;
 
 2107    margin-top: <?php print($dol_hide_topmenu ? 
'12' : 
'6'); ?>px !important;
 
 2109  .border tbody tr, .border tbody tr td, div.tabBar table.border tr, div.tabBar table.border tr td, div.tabBar div.border .table-border-row, div.tabBar div.border .table-key-border-col, div.tabBar div.border .table-val-border-col {
 
 2110    height: 40px !important;
 
 2113  div.tabs div.tab a.tab  {
 
 2116    text-overflow: ellipsis;
 
 2117    white-space: nowrap;
 
 2120  .quatrevingtpercent, .inputsearch {
 
 2126    padding-bottom: 5px;
 
 2129  .login_table .tdinputlogin {
 
 2130    min-width: unset !important;
 
 2132  input, input[
type=text], input[
type=password], select, textarea     {
 
 2138  .noenlargeonsmartphone { width : 50px !important; display: 
inline !important; }
 
 2139  .maxwidthonsmartphone, #search_newcompany.ui-autocomplete-input { max-width: 100px; }
 
 2140  .maxwidth50onsmartphone { max-width: 40px; }
 
 2141  .maxwidth75onsmartphone { max-width: 50px; }
 
 2142  .maxwidth100onsmartphone { max-width: 70px; }
 
 2143  .maxwidth125onsmartphone { max-width: 100px; }
 
 2144  .maxwidth150onsmartphone { max-width: 120px; }
 
 2145  .maxwidth150onsmartphoneimp { max-width: 120px !important; }
 
 2146  .maxwidth200onsmartphone { max-width: 200px; }
 
 2147  .maxwidth250onsmartphone { max-width: 250px; }
 
 2148  .maxwidth300onsmartphone { max-width: 300px; }
 
 2149  .maxwidth400onsmartphone { max-width: 400px; }
 
 2150  .minwidth50imp  { min-width: 50px !important; }
 
 2151  .minwidth75imp  { min-width: 75px !important; }
 
 2152  .minwidth100imp { min-width: 100px !important; }
 
 2153  .minwidth125imp { min-width: 125px !important; }
 
 2154  .minwidth150imp { min-width: 110px !important; }
 
 2155  .minwidth200imp { min-width: 110px !important; }
 
 2156  .minwidth250imp { min-width: 115px !important; }
 
 2157  .minwidth300imp { min-width: 120px !important; }
 
 2158  .minwidth400imp { min-width: 150px !important; }
 
 2159  .minwidth500imp { min-width: 250px !important; }
 
 2160  .titlefield { width: 
auto; min-width: unset; }
 
 2161  .titlefieldcreate { width: 
auto; }
 
 2165    width: <?php print 
dol_size(300, 
'width'); ?>px;
 
 2175    padding-<?php echo $right; ?>: 5px;
 
 2176    padding-bottom: 5px;
 
 2178  img.photoref, div.photoref {
 
 2180    -webkit-box-shadow: none;
 
 2185    object-fit: contain;
 
 2189    padding-right: 10px;
 
 2193    padding-right: 3px !important;
 
 2196    padding-right: 3px !important;
 
 2199     input.buttonpayment {
 
 2203.linkobject { cursor: pointer; }
 
 2205table.tableforfield tr:not(.liste_titre)>td:first-of-
type, tr.trforfield:not(.liste_titre)>td:first-of-
type, div.tableforfield div.tagtr:not(.liste_titre)>div.tagtd:first-of-
type {
 
 2206  color: var(--tableforfieldcolor);
 
 2209<?php 
if (
GETPOST(
'optioncss', 
'aZ09') == 
'print') { ?>
 
 2210.hideonprint { display: none !important; }
 
 2226  white-space: nowrap;
 
 2239  table-layout: fixed;
 
 2242#id-right, #id-left { 
 2243  display: table-cell;
 
 2245  vertical-align: top;
 
 2257  padding-bottom: 20px;
 
 2258<?php 
if (
GETPOST(
'optioncss', 
'aZ09') != 
'print') { ?>
 
 2259  padding-<?php print $left; ?>: 229px;
 
 2263.bodyforlist #
id-right {
 
 2264  padding-bottom: 4px;
 
 2269.classforhorizontalscrolloftabs #
id-container {
 
 2272.classforhorizontalscrolloftabs .side-nav {
 
 2276.classforhorizontalscrolloftabs #
id-right {
 
 2277  width:calc(100% - 210px);
 
 2278  display: 
inline-block;
 
 2284<?php 
if (
GETPOST(
'optioncss', 
'aZ09') == 
'print') { ?>
 
 2287  background: var(--colorbackvmenu1);
 
 2288  border-<?php echo $right; ?>: 1px solid rgba(0,0,0,0.2);
 
 2289  box-shadow: 3px 0 6px -2px #eee;
 
 2293  font-family: 
"RobotoDraft",
"Roboto",sans-serif;
 
 2294  <?php echo $left; ?>: 0;
 
 2296  if (in_array($conf->browser->layout, array(
'phone', 
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) {
 
 2302  -webkit-transform: translateZ(0);
 
 2303  -moz-transform: translateZ(0);
 
 2304  -ms-transform: translateZ(0);
 
 2305  -o-transform: translateZ(0);
 
 2306  transform: translateZ(0);
 
 2307  -webkit-transform-style: preserve-3d;
 
 2308  -moz-transform-style: preserve-3d;
 
 2309  -ms-transform-style: preserve-3d;
 
 2310  -o-transform-style: preserve-3d;
 
 2311  transform-style: preserve-3d;
 
 2312  -webkit-transition-delay: 0.1s;
 
 2313  -moz-transition-delay: 0.1s;
 
 2314  transition-delay: 0.1s;
 
 2315  -webkit-transition-duration: 0.2s;
 
 2316  -moz-transition-duration: 0.2s;
 
 2317  transition-duration: 0.2s;
 
 2318  -webkit-transition-property: -webkit-transform;
 
 2319  -moz-transition-property: -moz-transform;
 
 2320  transition-property: transform;
 
 2321  -webkit-transition-timing-
function: cubic-bezier(0.4, 0, 0.2, 1);
 
 2322  -moz-transition-timing-
function: cubic-bezier(0.4, 0, 0.2, 1);
 
 2323  transition-timing-
function: cubic-bezier(0.4, 0, 0.2, 1);
 
 2324  -webkit-overflow-scrolling: touch;
 
 2326  if (in_array($conf->browser->layout, array(
'phone', 
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) {
 
 2339.side-nav-vert, #
id-right {
 
 2340  transition: padding-left 0.5s ease, margin-left 0.5s ease;
 
 2343.side-nav, .login_block {
 
 2344  transition: left 0.5s ease;
 
 2347body.sidebar-collapse .side-nav-vert, body.sidebar-collapse #
id-right {
 
 2354  margin-<?php echo $left; ?>: 228px;
 
 2358body.sidebar-collapse .side-nav, body.sidebar-collapse .login_block_other
 
 2372<?php 
if (in_array($conf->browser->layout, array(
'phone', 
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) { ?>
 
 2382  if (in_array($conf->browser->layout, array(
'phone', 
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) {
 
 2384  overflow-x: initial !important;
 
 2394div.backgroundsemitransparent {
 
 2395  background:rgba(255, 255, 255, 0.7);
 
 2397  padding-right: 10px;
 
 2404.login_block_getinfo {
 
 2407.login_block_getinfo div.login_block_user {
 
 2410.login_block_getinfo .atoplogin, .login_block_getinfo .atoplogin:hover {
 
 2411  color: #333 !important;
 
 2413.login_block_elem a span.atoplogin, .login_block_elem span.atoplogin {
 
 2414  vertical-align: middle;
 
 2419  padding-<?php print $left; ?>: 0 ! important;
 
 2423  background: var(--colorbackvmenu1);
 
 2424  border-right: 1px solid rgba(0,0,0,0.3);
 
 2427  if (in_array($conf->browser->layout, array(
'phone', 
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) { ?>
 
 2428  top: 66px ! important;
 
 2430  top: 60px ! important;
 
 2434  margin-<?php print $left; ?>: 6px !important;
 
 2435  margin-<?php print $right; ?>: 6px !important;
 
 2440  margin-<?php print $left; ?>: <?php print(
GETPOST(
'optioncss', 
'aZ09') == 
'print' ? 6 : (empty($conf->dol_optimize_smallscreen) ? 
'30' : 
'6')); ?>px;
 
 2441  margin-<?php print $right; ?>: <?php print(
GETPOST(
'optioncss', 
'aZ09') == 
'print' ? 6 : (empty($conf->dol_optimize_smallscreen) ? 
'28' : 
'6')); ?>px;
 
 2442  <?php 
if (!empty($dol_hide_leftmenu) && !empty($dol_hide_topmenu)) {
 
 2443    print 
'margin-top: 12px;';
 
 2445  margin-bottom: 15px;
 
 2447body.onlinepaymentbody div.fiche {  
 
 2448  margin: 20px !important;
 
 2450div.fiche>table:first-child {
 
 2451  margin-bottom: 15px !important;
 
 2461  <?php 
if ($conf->browser->layout != 
'phone') {
 
 2462    print 
"float: ".$left.
";\n";
 
 2464  <?php 
if ($conf->browser->layout != 
'phone') {
 
 2465    print 
"width: calc(50% - 14px);\n";
 
 2467  <?php 
if ($conf->browser->layout == 
'phone') {
 
 2468    print 
"padding-bottom: 6px;\n";
 
 2471div.fichetwothirdright {
 
 2472  <?php 
if ($conf->browser->layout != 
'phone') {
 
 2473    print 
"float: ".$right.
";\n";
 
 2475  <?php 
if ($conf->browser->layout != 
'phone') {
 
 2476    print 
"width: calc(50% - 14px);\n";
 
 2478  <?php 
if ($conf->browser->layout == 
'phone') {
 
 2479    print 
"padding-bottom: 6px\n";
 
 2483  <?php 
if ($conf->browser->layout != 
'phone') {
 
 2484    print 
"float: ".$left.
";\n";
 
 2486  <?php 
if ($conf->browser->layout != 
'phone') {
 
 2487    print 
"width: calc(50% - 14px);\n";
 
 2491  <?php 
if ($conf->browser->layout != 
'phone') {
 
 2492    print 
"float: ".$right.
";\n";
 
 2494  <?php 
if ($conf->browser->layout != 
'phone') {
 
 2495    print 
"width: calc(50% - 14px);\n";
 
 2499  <?php 
if ($conf->browser->layout == 
'phone') {
 
 2500    print 
"margin-top: 10px;\n";
 
 2505@media only screen and (max-width: 1499px)
 
 2507  div.fichehalfleft-lg {
 
 2511  div.fichehalfright-lg {
 
 2516  .fichehalfright-lg .fichehalfright {
 
 2529@media only screen and (max-width: 900px)
 
 2532    margin-<?php print $left; ?>: <?php print(
GETPOST(
'optioncss', 
'aZ09') == 
'print' ? 6 : ($dol_hide_leftmenu ? 
'4' : 
'20')); ?>px;
 
 2533    margin-<?php print $right; ?>: <?php print(
GETPOST(
'optioncss', 
'aZ09') == 
'print' ? 8 : 16); ?>px;
 
 2534    <?php 
if (!empty($conf->dol_hide_leftmenu) && !empty($conf->dol_hide_topmenu)) {
 
 2535      print 
'margin-top: 4px;';
 
 2537    margin-bottom: 15px;
 
 2543  div.fichecenterbis {
 
 2546  div.fichethirdleft {
 
 2549    padding-bottom: 6px;
 
 2551  div.fichetwothirdright {
 
 2554    padding-bottom: 6px;
 
 2560  div.fichehalfright {
 
 2564  div.fichehalfright {
 
 2567  div.firstcolumn div.box {
 
 2570  div.secondcolumn div.box {
 
 2576div.fichehalfright tr.liste_titre:first-child td table.nobordernopadding td {
 
 2580  padding: 0 !important;
 
 2588td.nobordernopadding.widthpictotitle.col-picto {
 
 2593  margin-<?php echo $right; ?>: 8px;
 
 2599span.widthpictotitle {
 
 2602.table-list-of-attached-files .col-picto, .table-list-of-links .col-picto {
 
 2603  opacity: 0.7 !important;
 
 2607.table-list-of-attached-files .col-picto .widthpictotitle, .table-list-of-links .col-picto .widthpictotitle {
 
 2617  vertical-align: middle;
 
 2620.pictowarning, .pictoerror, .pictopreview, .pictonopreview {
 
 2621  padding-<?php echo $left; ?>: 3px;
 
 2625  color: <?php echo $badgeWarning; ?>;
 
 2628  color: <?php echo $badgeDanger ?>;
 
 2633.fiche .arearef img.pictoedit, .fiche .arearef span.pictoedit,
 
 2634.fiche .fichecenter img.pictoedit, .fiche .fichecenter span.pictoedit,
 
 2635.tagtdnote span.pictoedit {
 
 2638img.hideonsmartphone.pictoactionview {
 
 2639  vertical-align: bottom;
 
 2643  text-align: <?php echo $left; ?>;
 
 2649  padding-left: 1px !important;
 
 2652  padding-bottom: 1px;
 
 2658  padding-bottom: 10px;
 
 2660div.attachareaformuserfileecm {
 
 2666  padding-bottom: 5px;
 
 2667  margin-bottom: 10px;
 
 2669div.arearefnobottom {
 
 2671  padding-bottom: 4px;
 
 2676div.divphotoref:last-child {
 
 2677  padding-<?php echo $right; ?>: 20px;
 
 2680  padding-bottom: 10px;
 
 2686  margin-bottom: 10px;
 
 2692  vertical-align: text-bottom;
 
 2698     vertical-align: text-bottom;
 
 2700img.photoref, div.photoref {
 
 2701  border: 1px solid #CCC;
 
 2702  -webkit-box-shadow: 3px 3px 4px #DDD;
 
 2703  box-shadow: 3px 3px 4px #DDD;
 
 2707  object-fit: contain;
 
 2709img.photokanban, div.photokanban {
 
 2713  vertical-align: middle;
 
 2716div.photoref .fa, div.photoref .fas, div.photoref .far {
 
 2721  object-fit: contain;
 
 2725  vertical-align:middle;
 
 2728.difforspanimgright {
 
 2729  display: table-cell;
 
 2730  padding-right: 10px;
 
 2732img.photorefnoborder {
 
 2736  object-fit: contain;
 
 2737  border: 1px solid #AAA;
 
 2738  border-radius: 100px;
 
 2743  border-bottom: <?php echo $borderwidth ?>px solid var(--colortopbordertitle1);
 
 2746.trextrafieldseparator td, .trextrafields_collapse_last td {
 
 2747  border-bottom: 1px solid var(--colortopbordertitle1) !important;
 
 2750  margin: 0 !important;
 
 2751  padding-bottom: 0 !important;
 
 2768$maxwidthloginblock = 110;
 
 2772  $maxwidthloginblock = 180;
 
 2778<?php 
if (
GETPOST(
'optioncss', 
'aZ09') == 
'print') {  ?>
 
 2781  background: var(--colorbackhmenu1);
 
 2793<?php 
if (
GETPOST(
'optioncss', 
'aZ09') == 
'print') {  ?>
 
 2800li.tmenusel::after, li.tmenusel:hover::after {
 
 2805  left: calc(50% - 6px);
 
 2808  border-style: solid;
 
 2809  border-width: 0px 6px 5px 6px;
 
 2810  border-color: transparent transparent #ffffff transparent;
 
 2814<?php 
if ($disableimages) { ?>
 
 2820<?php 
if (
GETPOST(
'optioncss', 
'aZ09') == 
'print') {  ?>
 
 2825  white-space: nowrap;
 
 2827  border-<?php print $left; ?>: 0px;
 
 2828  border-<?php print $right; ?>: 0px;
 
 2829  padding: 0px 0px 0px 0px; 
 
 2830  margin: 0px 0px 0px 0px;  
 
 2832  font-weight: normal;
 
 2834  text-decoration: none;
 
 2837div.tmenudisabled, a.tmenudisabled {
 
 2840a.tmenudisabled:link, a.tmenudisabled:visited, a.tmenudisabled:hover, a.tmenudisabled:active {
 
 2841  font-weight: normal;
 
 2842  padding: 0px 5px 0px 5px;
 
 2843  white-space: nowrap;
 
 2844  color: var(--colortextbackhmenu);
 
 2845  text-decoration: none;
 
 2846  cursor: not-allowed;
 
 2848span.mainmenuaspan.tmenudisabled {
 
 2849  color: var(--colortextbackhmenu);
 
 2851  cursor: not-allowed;
 
 2854a.disabled, span.tmenu {
 
 2856  text-decoration: none !important;
 
 2860a.tmenu:link, a.tmenu:visited, a.tmenu:hover, a.tmenu:active {
 
 2861  font-weight: normal;
 
 2862  padding: 0px 5px 0px 5px;
 
 2863  white-space: nowrap;
 
 2865  color: var(--colortextbackhmenu);
 
 2866  text-decoration: none;
 
 2868a.tmenusel:link, a.tmenusel:visited, a.tmenusel:hover, a.tmenusel:active {
 
 2869  font-weight: normal;
 
 2870  padding: 0px 5px 0px 5px;
 
 2871  margin: 0px 0px 0px 0px;
 
 2872  white-space: nowrap;
 
 2873  color: var(--colortextbackhmenu);
 
 2874  text-decoration: none !important;
 
 2879  padding: 0px 0px 0px 0px;
 
 2880  margin: 0px 0px 0px 0px;
 
 2887  background: var(--colorbackhmenu1);
 
 2896li.tmenu, li.tmenusel {
 
 2897  <?php print $minwidthtmenu ? 
'min-width: '.$minwidthtmenu.
'px;' : 
''; ?>
 
 2899  vertical-align: bottom;
 
 2901  float: <?php print $left; ?>;
 
 2902    <?php 
if (!$disableimages) { ?>
 
 2903  height: <?php print $heightmenu; ?>px;
 
 2904  padding: 0px 0px 2px 0px;
 
 2906  padding: 0px 0px 0px 0px;
 
 2911  margin: 0px 0px 0px 0px;
 
 2912  font-weight: normal;
 
 2918.tmenuend .tmenuleft { width: 0px; }
 
 2919.tmenuend { display: none; }
 
 2923  float: <?php print $left; ?>;
 
 2925  <?php 
if (empty($conf->dol_optimize_smallscreen)) { ?>
 
 2927    <?php 
if (!$disableimages) { ?>
 
 2928  height: <?php print $heightmenu + 4; ?>px;
 
 2936  <?php 
if ($disableimages) { ?>
 
 2941  height: <?php print $heightmenu; ?>px;
 
 2946  padding-bottom: 5px;
 
 2948  text-overflow: ellipsis;
 
 2952  padding-<?php print $left; ?>: 2px;
 
 2953  padding-<?php print $right; ?>: 2px;
 
 2954  font-family: Roboto,<?php echo $fontlist; ?>;
 
 2960  background-repeat:no-repeat;
 
 2962  height: <?php echo($heightmenu - 22); ?>px;
 
 2966a.tmenuimage:focus, .mainmenu.topmenuimage:focus {
 
 2983<?php 
if (empty($dol_hide_topmenu)) { ?>
 
 2984  <?php include 
dol_buildpath($path.
'/theme/'.$theme.
'/main_menu_fa_icons.inc.php', 0); ?>
 
 2989  $moduletomainmenu = array(
 
 2990    'user'=>
'', 
'syslog'=>
'', 
'societe'=>
'companies', 
'projet'=>
'project', 
'propale'=>
'commercial', 
'commande'=>
'commercial',
 
 2991    'produit'=>
'products', 
'service'=>
'products', 
'stock'=>
'products',
 
 2992    'don'=>
'accountancy', 
'tax'=>
'accountancy', 
'banque'=>
'accountancy', 
'facture'=>
'accountancy', 
'compta'=>
'accountancy', 
'accounting'=>
'accountancy', 
'adherent'=>
'members', 
'import'=>
'tools', 
'export'=>
'tools', 
'mailing'=>
'tools',
 
 2993    'contrat'=>
'commercial', 
'ficheinter'=>
'commercial', 
'ticket'=>
'ticket', 
'deplacement'=>
'commercial',
 
 2994    'fournisseur'=>
'companies',
 
 2995    'barcode'=>
'', 
'fckeditor'=>
'', 
'categorie'=>
'',
 
 2997  $mainmenuused = 
'home';
 
 2998  foreach ($conf->modules as $val) {
 
 2999    $mainmenuused .= 
','.(isset($moduletomainmenu[$val]) ? $moduletomainmenu[$val] : $val);
 
 3001  $mainmenuusedarray = array_unique(explode(
',', $mainmenuused));
 
 3005  $divalreadydefined = array(
'home', 
'companies', 
'products', 
'mrp', 
'commercial', 
'externalsite', 
'accountancy', 
'project', 
'tools', 
'members', 
'agenda', 
'ftp', 
'holiday', 
'hrm', 
'bookmark', 
'cashdesk', 
'takepos', 
'ecm', 
'geoipmaxmind', 
'gravatar', 
'clicktodial', 
'paypal', 
'stripe', 
'webservices', 
'website');
 
 3007  $divnotrequired = array(
'multicurrency', 
'salaries', 
'ticket', 
'margin', 
'opensurvey', 
'paybox', 
'expensereport', 
'incoterm', 
'prelevement', 
'propal', 
'workflow', 
'notification', 
'supplier_proposal', 
'cron', 
'product', 
'productbatch', 
'expedition');
 
 3008  foreach ($mainmenuusedarray as $val) {
 
 3009    if (empty($val) || in_array($val, $divalreadydefined)) {
 
 3012    if (in_array($val, $divnotrequired)) {
 
 3019    $constformoduleicon = 
'MAIN_MODULE_'.strtoupper($val).
'_ICON';
 
 3021    if ($iconformodule) {
 
 3022      if (preg_match(
'/^fa\-/', $iconformodule)) {
 
 3025        $url =  
dol_buildpath(
'/'.$val.
'/img/'.$iconformodule.
'.png', 1);
 
 3030      foreach ($conf->file->dol_document_root as $dirroot) {
 
 3031        if (file_exists($dirroot.
"/".$val.
"/img/".$val.
".png")) {
 
 3041      print 
"/* A mainmenu entry was found but img file ".$val.
".png not found (check /".$val.
"/img/".$val.
".png), so we use a generic one */\n";
 
 3042      print 
'div.mainmenu.'.$val.
' span::before {'.
"\n";
 
 3043      print 
'content: "\f249";'.
"\n";
 
 3048        print 
"div.mainmenu.".$val.
" {\n";
 
 3049        print 
" background-image: url(".$url.
");\n";
 
 3050        print 
" background-position-y: 3px;\n";
 
 3051        print 
" filter: saturate(0);\n";
 
 3054        print 
'/* icon for module '.$val.
' is a fa icon */'.
"\n";
 
 3063  padding:0 0 0 0 !important;
 
 3064  margin:0 0px 0 0 !important;
 
 3065  <?php 
if ($disableimages) { ?>
 
 3070  <?php 
if ($disableimages) { ?>
 
 3075  text-decoration: none;
 
 3089  background: #f0f0f0;
 
 3096  display: table-cell;
 
 3097  vertical-align: middle;
 
 3099.login_vertical_align {
 
 3101  padding-bottom: 80px;
 
 3104  padding-bottom: 30px;
 
 3106  vertical-align: middle;
 
 3110  color: #aaa !important;
 
 3111  padding-bottom: 20px;
 
 3115  text-shadow: 1px 1px 1px #FFF;
 
 3122  padding-bottom:12px;
 
 3125  background-color: #FFFFFF;
 
 3127  -webkit-box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(60,60,60,0.15);
 
 3128  box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(60,60,60,0.15);
 
 3131  border:solid 1px rgba(80,80,80,.4);
 
 3133  border-top:solid 1px #f8f8f8;
 
 3135.login_table input#username, .login_table input#password, .login_table input#securitycode{
 
 3143.login_table input#username:focus, .login_table input#password:focus, .login_table input#securitycode:focus {
 
 3144  outline: none !important;
 
 3146.login_table .trinputlogin {
 
 3149.login_table .tdinputlogin {
 
 3150  background-color: #fff;
 
 3154.login_table .tdinputlogin {
 
 3155  border-bottom: 1px solid #ccc;
 
 3157.login_table .tdinputlogin .fa {
 
 3163  word-
break: 
break-word;
 
 3166.login_main_message {
 
 3169  margin-bottom: 10px;
 
 3171.login_main_message .error {
 
 3172  border: 1px solid #caa;
 
 3175div#login_left, div#login_right {
 
 3176  display: 
inline-block;
 
 3180  padding-right: 16px;
 
 3182  vertical-align: middle;
 
 3184div#login_right select#entity {
 
 3187table.login_table tr td table.none tr td {
 
 3190table.login_table_securitycode {
 
 3191  border-spacing: 0px;
 
 3193table.login_table_securitycode tr td {
 
 3201  border: 1px solid #f4f4f4;
 
 3203#img_logo, .img_logo { 
 3207.loginbuttonexternal {
 
 3210  border: 1px solid #ccc;
 
 3216.atoplogin.dropdown .dropdown-menu {
 
 3223  padding-bottom: 3px;
 
 3225  <?php print $left; ?>: 0;
 
 3226<?php 
if (in_array($conf->browser->layout, array(
'phone', 
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) { ?>
 
 3233  vertical-align: middle;
 
 3234  background: var(--colorbackvmenu1);
 
 3237  <?php 
if (
GETPOST(
'optioncss', 
'aZ09') == 
'print') { ?>
 
 3241.sidebar-collapse div.login_block {
 
 3245  color: var(--colortexthmenu);
 
 3246  display: 
inline-block;
 
 3248div.login_block a .atoploginusername {
 
 3249  color: var(--colortextbackhmenu);
 
 3250  display: 
inline-block;
 
 3253  text-overflow: ellipsis;
 
 3255div.login_block span.aversion {
 
 3256  color: var(--colortexthmenu);
 
 3257  filter: contrast(0.7);
 
 3259div.login_block table {
 
 3268  color: var(--colortextvmenu);
 
 3271  color: var(--colortextvmenu);
 
 3272  text-decoration:underline;
 
 3274div.login_block_user, div.login_block_other { clear: both; }
 
 3275div.login_block_other { padding-top: 15px; }
 
 3277.topnav div.login_block_user {
 
 3278  display: 
inline-block;
 
 3279  vertical-align: middle;
 
 3280  line-height: <?php echo $disableimages ? 
'25' : 
'70'; ?>px;
 
 3281  height: <?php echo $disableimages ? 
'25' : 
'70'; ?>px;
 
 3283.topnav div.login_block_other {
 
 3284  display: 
inline-block;
 
 3285  vertical-align: middle;
 
 3286  clear: <?php echo $disableimages ? 
'none' : 
'both'; ?>;
 
 3293.login_block_other .login_block_elem {
 
 3299  vertical-align: middle;
 
 3300  padding: 0px 3px 0px 3px !important;
 
 3303.login_block_elem_name {
 
 3307  white-space: nowrap;
 
 3310  text-overflow: ellipsis;
 
 3314.atoplogin, .atoplogin:hover {
 
 3315  color: var(--colortexthmenu) !important;
 
 3317.alogin, .alogin:hover {
 
 3318  color: #888 !important;
 
 3319  font-weight: normal !important;
 
 3320  font-size: <?php echo is_numeric($fontsizesmaller) ? $fontsizesmaller.
'px' : $fontsizesmaller; ?> !important;
 
 3322.alogin:hover, .atoplogin:hover {
 
 3323  text-decoration:underline !important;
 
 3325span.fa.atoplogin, span.fa.atoplogin:hover {
 
 3327  text-decoration: none !important;
 
 3329img.login, img.printer, img.entity {
 
 3332  text-decoration: none;
 
 3336.userimg.atoplogin img.userphoto, .userimgatoplogin img.userphoto {   
 
 3340  background-size: contain;
 
 3341  vertical-align: text-bottom;
 
 3342  background-color: #FFF;
 
 3345  border-radius: 0.75em;
 
 3348  background-size: contain;
 
 3349  vertical-align: middle;
 
 3352  border-radius: 0.6em;
 
 3355  background-size: contain;
 
 3356  vertical-align: middle;
 
 3358img.userphoto[alt=
"Gravatar avatar"], img.photouserphoto.dropdown-
user-image[alt=
"Gravatar avatar"] {
 
 3361img.userphotopublicvcard {
 
 3365  background-size: contain;
 
 3367  border-color: rgba(128, 128, 128, 0.5);
 
 3372form[
name=
"addtime"] img.userphoto {
 
 3373  border: 1px solid #444;
 
 3376  background-image: url(<?php echo 
dol_buildpath($path.
'/theme/'.$theme.
'/img/object_user.png', 1); ?>);
 
 3377  background-repeat: no-repeat;
 
 3379.span-icon-password {
 
 3380  background-image: url(<?php echo 
dol_buildpath($path.
'/theme/'.$theme.
'/img/lock.png', 1); ?>);
 
 3381  background-repeat: no-repeat;
 
 3388div.vmenu, td.vmenu {
 
 3389  margin-<?php print $right; ?>: 2px;
 
 3391  float: <?php print $left; ?>;
 
 3393  padding-bottom: 0px;
 
 3399  margin-<?php print $left; ?>: 4px;
 
 3400  <?php 
if (
GETPOST(
'optioncss', 
'aZ09') == 
'print') { ?>
 
 3405.vmenusearchselectcombo {
 
 3411  padding-bottom: 3px;
 
 3413  text-overflow: ellipsis;
 
 3415#menu_contenu_logo { padding-right: 4px; } 
 3416.companylogo { padding-top: 4px; }
 
 3417.searchform { padding-top: 10px; }
 
 3418.searchform .bordertransp { border: 0; }
 
 3419#divsearchforms2 form.searchform .button { border: none !important; } 
 3421a.vmenu:link, a.vmenu:visited, a.vmenu:hover, a.vmenu:active, span.vmenu, span.vsmenu {
 
 3422  white-space: nowrap; font-size:<?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize ?>; font-family: <?php print $fontlist ?>; text-align: <?php print $left; ?>; font-weight: bold;
 
 3424span.vmenudisabled, font.vmenudisabled  { font-size:<?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize ?>; font-family: <?php print $fontlist ?>; text-align: <?php print $left; ?>; font-weight: bold; color: #aaa; margin-left: 4px; white-space: nowrap; }
 
 3425a.vmenu:link, a.vmenu:visited {
 
 3426  color: var(--colortextbackvmenu);
 
 3429a.vsmenu:link, a.vsmenu:visited, a.vsmenu:hover, a.vsmenu:active, span.vsmenu { font-size:<?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize ?>; font-family: <?php print $fontlist ?>; text-align: <?php print $left; ?>; font-weight: normal; color: #202020; margin: 1px 1px 1px 8px; }
 
 3430span.vsmenudisabled:not(.spanlilevel0), font.vsmenudisabled:not(.spanlilevel0) {
 
 3431  font-size:<?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize ?>;
 
 3433span.vsmenudisabled, font.vsmenudisabled {
 
 3434  font-family: <?php print $fontlist ?>;
 
 3435  text-align: <?php print $left; ?>;
 
 3436  font-weight: normal;
 
 3437  color: var(--colortextbackvmenu);
 
 3438  white-space: nowrap;
 
 3440a.vsmenu:link, a.vsmenu:visited {
 
 3441  color: var(--colortextbackvmenu);
 
 3442  white-space: nowrap;
 
 3444span.vsmenudisabledmargin, font.vsmenudisabledmargin { margin: 1px 1px 1px 8px; }
 
 3446a.help:link, a.help:visited, a.help:hover, a.help:active, span.help {
 
 3447  text-align: <?php print $left; ?>; font-weight: normal; color: #999; text-decoration: none;
 
 3455  color: var(--colortextbackhmenu);
 
 3457  display: 
inline-block;
 
 3459  vertical-align: super;
 
 3461  transform: rotate(<?php echo($left == 
'left' ? 
'55deg' : 
'305deg'); ?>);
 
 3466  border-bottom: 0 !important;
 
 3469  margin: <?php echo $disableimages ? 
'-1' : 
'6'; ?>px;
 
 3473  height: <?php echo $disableimages ? 
'18' : 
'32'; ?>px;
 
 3476  vertical-align: middle;
 
 3478.backgroundforcompanylogo {
 
 3479  background-color: rgba(255,255,255,0.7);
 
 3482.menulogocontainer img.mycompany {
 
 3483  object-fit: contain;
 
 3486  image-rendering: -webkit-optimize-contrast;
 
 3488#mainmenutd_companylogo::after { 
 3491li#mainmenutd_companylogo .tmenucenter {
 
 3494li#mainmenutd_companylogo {
 
 3495  min-width: unset !important;
 
 3497<?php 
if ($disableimages) { ?>
 
 3498  li#mainmenutd_home {
 
 3499    min-width: unset !important;
 
 3501  li#mainmenutd_home .tmenucenter {
 
 3506div.blockvmenupair, div.blockvmenuimpair
 
 3508  font-family: <?php print $fontlist ?>;
 
 3509  text-align: <?php print $left; ?>;
 
 3510  text-decoration: none;
 
 3514  padding-bottom: 3px;
 
 3515  margin: 1px 0px 8px 0px;
 
 3517  color: var(--colortext);
 
 3518  background: var(--colorbackvmenu1);
 
 3520  padding-bottom: 10px;
 
 3521  border-bottom: 1px solid #e8e8e8;
 
 3523div.blockvmenubookmarks
 
 3525  padding-bottom: 16px !important;
 
 3528  border: none !important;
 
 3529  padding-left: 0 !important;
 
 3531a.vsmenu.addbookmarkpicto {
 
 3532  padding-right: 10px;
 
 3534div.blockvmenufirst {
 
 3537  border-top: 1px solid #e0e0e0;
 
 3540div.blockvmenusearch, div.blockvmenubookmarks
 
 3542  font-family: <?php print $fontlist ?>;
 
 3544  text-align: <?php print $left; ?>;
 
 3545  text-decoration: none;
 
 3549  padding-bottom: 3px;
 
 3550  margin: 1px 0px 2px 0px;
 
 3551  background: var(--colorbackvmenu1);
 
 3553  padding-bottom: 10px;
 
 3556div.blockvmenusearchphone
 
 3558  border-bottom: none;
 
 3564<?php 
if (empty($conf->dol_optimize_smallscreen)) { ?>
 
 3565  font-family: <?php print $fontlist ?>;
 
 3568  text-decoration: none;
 
 3572  padding-bottom: 3px;
 
 3573  margin: 4px 0px 0px 0px;
 
 3581  border-right: 1px solid #000000;
 
 3582  border-bottom: 1px solid #000000;
 
 3583  background: #b3c5cc;
 
 3584  font-family: <?php print $fontlist ?>;
 
 3586  text-align: <?php print $left; ?>;
 
 3587  text-decoration: none;
 
 3591  background: #b3c5cc;
 
 3596  background: #F4F4F4;
 
 3598  border: 1px solid #bbb;
 
 3609#mainContent, #leftContent .ui-layout-pane { 
 3614#mainContent, #leftContent .ui-layout-center { 
 3626  padding-bottom: 0 !important;
 
 3631  padding: 0px 4px 14px 4px !important;
 
 3647li.expanded > a.fmdirlia.jqft.ecmjqft {
 
 3648  font-weight: bold !important;
 
 3652  width: calc(100% - 100px);
 
 3656  white-space: 
break-spaces;
 
 3657  word-
break: 
break-all;
 
 3665  text-align: <?php print $left; ?>;
 
 3666  margin-left: 6px !important;
 
 3667  margin-right: 6px !important;
 
 3675  font-weight: normal !important;
 
 3678  color: var(--colortextbacktab);
 
 3681  padding-right: 24px;
 
 3682  padding-bottom: 23px;
 
 3683  margin: 0px 0px 20px 0px;
 
 3684  -webkit-border-radius: 3px;
 
 3686  border-right: 1px solid #CCC;
 
 3687  border-left: 1px solid #CCC;
 
 3688  border-top: 1px solid #CCC;
 
 3689  border-bottom: 1px solid #CCC;
 
 3691  background: var(--colorbacktabcard1);
 
 3693div.tabBar tr.titre td {
 
 3696div.fiche table:not(.table-fiche-title) tr.titre td {
 
 3708div.tabBarWithBottom {
 
 3709  padding-bottom: 18px;
 
 3710  border-bottom: 1px solid #aaa;
 
 3712div.tabBar table.tableforservicepart2:last-child {
 
 3713  border-bottom: 1px solid #aaa;
 
 3715.tableforservicepart1 .tdhrthin {
 
 3728  margin-bottom: 1.4em;
 
 3731  margin: 20px 0em 20px 0em;
 
 3735div.tabsActionNoBottom {
 
 3739  margin-bottom: 16px !important;
 
 3745  border: 1px solid #888;
 
 3749  padding-bottom: 5px;
 
 3755  color:rgba(0,0,0,.5);
 
 3756  margin-<?php print $right; ?>: 10px;
 
 3757  text-shadow:1px 1px 1px #ffffff;
 
 3758  font-family: <?php print $fontlist ?>;
 
 3759  font-weight: normal;
 
 3760  padding: 4px 6px 2px 6px;
 
 3762  text-decoration: none;
 
 3763  white-space: nowrap;
 
 3771div.tabs div.tabsElem:first-of-
type a.tab {
 
 3772  margin-left: 0px !important;
 
 3776  color: var(--colortextlink) !important;
 
 3778a.tab:link, a.tab:visited, a.tab:hover, a.tab#active {
 
 3779  font-family: <?php print $fontlist ?>;
 
 3780  padding: 12px 13px 12px;
 
 3782  text-decoration: none;
 
 3783  white-space: nowrap;
 
 3784  background-image: none !important;
 
 3787.tabactive, a.tab#active {
 
 3788  color: var(--colortextbacktab) !important;
 
 3789  background: var(--colorbacktabcard1) !important;
 
 3791  border-right: 1px solid #AAA !important;
 
 3792  border-left: 1px solid #AAA !important;
 
 3793  border-top: 2px solid #111 !important;
 
 3795.tabunactive, a.tab#unactive {
 
 3796  border-right: 1px solid transparent;
 
 3797  border-left: 1px solid transparent;
 
 3798  border-top: 1px solid transparent;
 
 3799  border-bottom: 0px !important;
 
 3808  text-decoration: underline;
 
 3812  font-family: <?php print $fontlist ?>;
 
 3813  text-decoration: none;
 
 3814  white-space: nowrap;
 
 3818  background: #dee7ec;
 
 3822  background: #dee7ec;
 
 3824  font-family: <?php print $fontlist ?>;
 
 3827  text-decoration: none;
 
 3828  white-space: nowrap;
 
 3829  -webkit-border-radius:3px 3px 0px 0px;
 
 3830  border-radius:3px 3px 0px 0px;
 
 3832  border-<?php print $right; ?>: 1px solid #555555;
 
 3833  border-<?php print $left; ?>: 1px solid #D8D8D8;
 
 3834  border-top: 1px solid #D8D8D8;
 
 3840<?php include 
dol_buildpath($path.
'/theme/'.$theme.
'/btn.inc.php', 0); ?>
 
 3853  background-repeat: repeat-x;
 
 3854  margin-top: <?php echo($dol_hide_topmenu ? 
'6' : 
'0'); ?>px;
 
 3858  border-collapse: collapse;
 
 3861  padding-<?php print $left; ?>: 0px !important;
 
 3862  padding-<?php print $right; ?>: 4px !important;
 
 3865  list-style-
type:none;
 
 3866  margin: 0px !important;
 
 3867  padding: 0px !important;
 
 3872tr.nocellnopadd td.nobordernopadding, tr.nocellnopadd td.nocellnopadd
 
 3878  color: unset !important;
 
 3882  padding: 4px !important;
 
 3885  color: var(--colortextlink);
 
 3886  background-color: transparent;
 
 3889input.buttonlink:hover {
 
 3890  text-decoration: underline;
 
 3896  text-decoration: underline;
 
 3897  color: var(--colortextlink);
 
 3898  background-color: transparent;
 
 3903  border-collapse: collapse;
 
 3906  padding-<?php print $left; ?>: 0px;
 
 3907  padding-<?php print $right; ?>: 16px;
 
 3908  padding-bottom: 4px;
 
 3911.notopnoleftnoright {
 
 3912  border-collapse: collapse;
 
 3917  padding-bottom: 4px;
 
 3918  margin: 0px 0px 0px 0px;
 
 3921table.tableforemailform tr td {
 
 3923  padding-bottom: 3px;
 
 3926table.border, table.bordernooddeven, table.dataTable, .table-border, .table-border-col, .table-key-border-col, .table-val-border-col, div.border {
 
 3928  border-collapse: collapse !important;
 
 3929  padding: 1px 2px 1px 3px;     
 
 3932  border: 1px solid #BBB;
 
 3935.border tbody tr, .bordernooddeven tbody tr, .border tbody tr td, .bordernooddeven tbody tr td,
 
 3936div.tabBar table.border tr, div.tabBar table.border tr td, div.tabBar div.border .table-border-row, div.tabBar div.border .table-key-border-col, div.tabBar div.border .table-val-border-col,
 
 3937tr.liste_titre.box_titre td table td, .bordernooddeven tr td {
 
 3941table.border td, table.bordernooddeven td, div.border div div.tagtd {
 
 3942  padding: 3px 4px 3px 4px;
 
 3944  border-collapse: collapse;
 
 3947td.border, div.tagtable div div.border {
 
 3948  border-top: 1px solid #000000;
 
 3949  border-right: 1px solid #000000;
 
 3950  border-bottom: 1px solid #000000;
 
 3951  border-left: 1px solid #000000;
 
 3954.table-key-border-col {
 
 3958.table-val-border-col {
 
 3963.thsticky, .tdsticky {
 
 3967.thstickyright, .tdstickyright {
 
 3971.thstickygray, .tdstickygray {
 
 3972  background-color: lightgray;
 
 3974.thstickyghostwhite, .tdstickyghostwhite {
 
 3975  background-color: ghostwhite;
 
 3977.thstickyinherit, .tdstickyinherit {
 
 3978  background-color: inherit;
 
 3983.tagtable td[data-key=
"ref"], .tagtable th[data-key=
"ref"] {
 
 3987  max-width: 150px !important;
 
 3989  background-color: gainsboro;
 
 3996.tagtable td.actioncolumn, .tagtable th.actioncolumn {
 
 4000  max-width: 150px !important;
 
 4002  background-color: gainsboro;
 
 4010.nobordertop, .nobordertop tr:first-of-
type td {
 
 4011  border-top: none !important;
 
 4013.noborderbottom, .noborderbottom tr:last-of-
type td {
 
 4014  border-bottom: none !important;
 
 4017  border-top: 1px solid var(--colortopbordertitle1);
 
 4020  border-bottom: 1px solid var(--colortopbordertitle1);
 
 4023.fichehalfright table.noborder {
 
 4024  margin: 0px 0px 0px 0px;
 
 4028  background: var(--colorbacktitle1);
 
 4033  <?php 
if ($userborderontable) { ?>
 
 4034  border-right: 1px solid #ccc;
 
 4035  border-left: 1px solid #ccc;
 
 4038table.liste, table.noborder:not(.paymenttable):not(.margintable):not(.tableforcontact), table.formdoc, div.noborder:not(.paymenttable):not(.margintable):not(.tableforcontact) {
 
 4040  if ($userborderontable) { ?>
 
 4043  border-left: 1px solid #ccc;
 
 4044  border-right: 1px solid #ccc;
 
 4046  border-left: 1px solid #f0f0f0;
 
 4047  border-right: 1px solid #f0f0f0;
 
 4050table.liste, table.noborder, table.formdoc, div.noborder {
 
 4051  width: calc(100% - 2px);  
 
 4053  border-collapse: separate !important;
 
 4054  border-spacing: 0px;
 
 4056  border-top-width: <?php echo $borderwidth ?>px;
 
 4057  border-top-color: var(--colortopbordertitle1);
 
 4058  border-top-style: solid;
 
 4060  border-bottom-width: 1px;
 
 4061  border-bottom-color:  #BBB;
 
 4062  border-bottom-style: solid;
 
 4064  margin: 0px 0px 20px 0px;
 
 4066  -webkit-border-radius: 0.1em;
 
 4067  border-radius: 0.1em;
 
 4069table.noborder tr, div.noborder form {
 
 4070  border-top-color: #FEFEFE;
 
 4072  border-right-width: 1px;
 
 4073  border-right-color: #BBBBBB;
 
 4074  border-right-style: solid;
 
 4076  border-left-width: 1px;
 
 4077  border-left-color: #BBBBBB;
 
 4078  border-left-style: solid;
 
 4081table.paddingtopbottomonly tr td {
 
 4083  padding-bottom: 2px;
 
 4086.liste_titre_filter {
 
 4087  background: var(--colorbacktitle1) !important;
 
 4089tr.liste_titre_filter td.liste_titre {
 
 4091  padding-bottom: 3px;
 
 4093.liste_titre_create td, .liste_titre_create th, .liste_titre_create .tagtd
 
 4095  border-top-width: 1px;
 
 4096  border-top-color: var(--colortopbordertitle1);
 
 4097  border-top-style: solid;
 
 4099tr#trlinefordates td {
 
 4100  border-bottom: 0px !important;
 
 4102.liste_titre_add td, .liste_titre_add th, .liste_titre_add .tagtd
 
 4104  border-top-width: 2px;
 
 4105  border-top-color: var(--colortopbordertitle1);
 
 4106  border-top-style: solid;
 
 4108.liste_titre_add td, .liste_titre_add .tagtd
 
 4110  border-top-width: 1px;
 
 4111  border-top-color: var(--colortopbordertitle1);
 
 4112  border-top-style: solid;
 
 4115table.liste th, table.noborder th, table.noborder tr.liste_titre td, table.noborder tr.box_titre td {
 
 4116  padding: 8px 6px 8px 6px;     
 
 4119table.liste td, table.noborder td, div.noborder form div, table.tableforservicepart1 td, table.tableforservicepart2 td {
 
 4120  padding: 4px 6px 4px 6px;     
 
 4123table.liste tr.trkanban td {
 
 4124  padding: 10px 14px 10px 14px;     
 
 4128  padding: unset !important;
 
 4129  border: unset !important;
 
 4132table.liste td, table.noborder td, div.noborder form div {
 
 4133  padding: 8px 6px 8px 6px;     
 
 4135div.liste_titre_bydiv .divsearchfield {
 
 4136  padding: 2px 1px 2px 6px;     
 
 4139table.nobordernopadding {
 
 4140  border-collapse: collapse !important;
 
 4143table.nobordernopadding tr {
 
 4144  border: 0 !important;
 
 4145  padding: 0 0 !important;
 
 4147table.nobordernopadding tr td {
 
 4148  border: 0 !important;
 
 4151table.border tr td table.nobordernopadding tr td {
 
 4157  border-right-width: 1px !important;
 
 4158  border-right-color: #BBB !important;
 
 4159  border-right-style: solid !important;
 
 4163  border-left-width: 1px !important;
 
 4164  border-left-color: #BBB !important;
 
 4165  border-left-style: solid !important;
 
 4169table.listwithfilterbefore {
 
 4170  border-top: none !important;
 
 4173.tagtable, .table-border { display: table; }
 
 4174.tagtr, .table-border-row  { display: table-row; }
 
 4175.tagtd, .table-border-col, .table-key-border-col, .table-val-border-col { display: table-cell; }
 
 4176.confirmquestions .tagtr .tagtd:not(:first-child)  { padding-left: 10px; }
 
 4177.confirmquestions { margin-top: 5px; }
 
 4186  color: var(--colortexttitlenotab);
 
 4190  color: var(--colortexttitlenotab) !important;
 
 4194  font-weight: normal;
 
 4195  color: var(--refidnocolor);
 
 4200  display: 
inline-block;
 
 4202div.refaddress div.address {
 
 4211  font-weight: normal;
 
 4216  display: 
inline-block;
 
 4222  display: 
inline-block;
 
 4226  padding-bottom: 5px;
 
 4229  display: 
inline-block;
 
 4234div.pagination li.pagination a,
 
 4235div.pagination li.pagination span {
 
 4238  line-height: 1.42857143;
 
 4239  color: var(--color-black);
 
 4240  text-decoration: none;
 
 4242div.pagination li.pagination span.inactive {
 
 4247div.pagination li.litext a {
 
 4249  padding-right: 10px;
 
 4253div.pagination li.noborder a:hover {
 
 4255  background-color: transparent;
 
 4257div.pagination li:first-child a,
 
 4258div.pagination li:first-child span {
 
 4260  border-top-left-radius: 4px;
 
 4261  border-bottom-left-radius: 4px;
 
 4263div.pagination li:last-child a,
 
 4264div.pagination li:last-child span {
 
 4265  border-top-right-radius: 4px;
 
 4266  border-bottom-right-radius: 4px;
 
 4268div.pagination li a:hover,
 
 4269div.pagination li span:hover,
 
 4270div.pagination li a:focus,
 
 4271div.pagination li span:focus {
 
 4273  background-color: #eee;
 
 4277div.pagination li .active a,
 
 4278div.pagination li .active span,
 
 4279div.pagination li .active a:hover,
 
 4280div.pagination li .active span:hover,
 
 4281div.pagination li .active a:focus,
 
 4282div.pagination li .active span:focus {
 
 4286  background-color: var(--colorbackhmenu1);
 
 4287  border-color: #337ab7;
 
 4289div.pagination .disabled span,
 
 4290div.pagination .disabled span:hover,
 
 4291div.pagination .disabled span:focus,
 
 4292div.pagination .disabled a,
 
 4293div.pagination .disabled a:hover,
 
 4294div.pagination .disabled a:focus {
 
 4296  cursor: not-allowed;
 
 4297  background-color: #fff;
 
 4300div.pagination li.pagination .active {
 
 4301  text-decoration: underline;
 
 4304.paginationafterarrows .nohover {
 
 4305  box-shadow: none !important;
 
 4307div.pagination li.paginationafterarrows {
 
 4310.paginationatbottom {
 
 4313table.hidepaginationprevious .paginationprevious {
 
 4316table.hidepaginationnext .paginationnext {
 
 4319.paginationafterarrows a.btnTitlePlus:hover span:before {
 
 4351ul.noborder li:nth-child(odd):not(.liste_titre) {
 
 4352  background-color: var(--colorbacklinepair2) !important;
 
 4358.tmenucompanylogo.nohover, .tmenucompanylogo.nohover:hover {
 
 4359  opacity: unset !important;
 
 4361.nohoverborder:hover {
 
 4364  -webkit-box-shadow: unset;
 
 4367.oddeven:hover, .evenodd:hover, .oddevenimport:hover, .evenoddimport:hover, .impair:hover, .pair:hover
 
 4369  background: rgb(<?php echo $colorbacklinepairhover; ?>) !important;
 
 4372  background: rgb(<?php echo $colorbacklinepairchecked; ?>) !important;   
 
 4374<?php 
if ($colorbacklinepairchecked) { ?>
 
 4376  background: rgb(<?php echo $colorbacklinepairchecked; ?>) !important; 
 
 4381  background: unset !important;
 
 4383.nohoverborder:hover {
 
 4386  -webkit-box-shadow: unset;
 
 4389.oddeven, .evenodd, .impair, .pair, .nohover .impair:hover, tr.impair td.nohover, tr.pair td.nohover, .tagtr.oddeven
 
 4391  font-family: <?php print $fontlist ?>;
 
 4394  color: var(--oddevencolor);
 
 4396.impair, .nohover .impair:hover, tr.impair td.nohover
 
 4398  background: var(--colorbacklineimpair2);
 
 4400.pair, .nohover .pair:hover, tr.pair td.nohover {
 
 4401  background-color: var(--colorbacklinepair1);
 
 4403tr.oddeven.oddevendouble {
 
 4404  height: 60px !important;
 
 4408  background-color: var(--colorbacklineimpair2);
 
 4410table.dataTable tr.oddeven {
 
 4411  background-color: var(--colorbacklinepair1) !important;
 
 4415td.oddeven, table.nohover tr.impair, table.nohover tr.pair, table.nohover tr.impair td, table.nohover tr.pair td, tr.nohover td, form.nohover, form.nohover:hover {
 
 4416  background-color: var(--colorbacklineimpair2) !important;
 
 4417  background: var(--colorbacklineimpair2) !important;
 
 4419td.evenodd, tr.nohoverpair td, #trlinefordates td {
 
 4420  background-color: var(--colorbacklinepair2) !important;
 
 4421  background: var(--colorbacklinepair2) !important;
 
 4425  border-bottom: 1pt solid black !important;
 
 4426  background-color: var(--colorbacklinebreak) !important;
 
 4428.trforbreak.nobold td a, .trforbreak.nobold span.secondary {
 
 4429  font-weight: normal !important;
 
 4433  padding: 5px 2px 5px 3px !important;
 
 4435tr.pair td, tr.impair td, form.impair div.tagtd, form.pair div.tagtd, div.impair div.tagtd, div.pair div.tagtd, div.liste_titre div.tagtd {
 
 4436  padding: 5px 2px 5px 3px;
 
 4437  border-bottom: 1px solid #eee;
 
 4439form.pair, form.impair {
 
 4440  font-weight: normal;
 
 4442tr.pair:last-of-
type td, tr.impair:last-of-
type td {
 
 4443  border-bottom: 0px !important;
 
 4445tr.pair td .nobordernopadding tr td, tr.impair td .nobordernopadding tr td {
 
 4446  border-bottom: 0px !important;
 
 4456div.liste_titre .tagtd {
 
 4457  vertical-align: middle;
 
 4460  min-height: 26px !important;  
 
 4463  padding-bottom: 2px;
 
 4473  border-top-width: 1px;
 
 4474  border-top-color: #BBB;
 
 4475  border-top-style: solid;
 
 4477div.liste_titre_bydiv {
 
 4478  <?php 
if ($userborderontable) { ?>
 
 4479  border-top-width: <?php echo $borderwidth ?>px;
 
 4480  border-top-color: var(--colortopbordertitle1);
 
 4481  border-top-style: solid;
 
 4483  border-collapse: collapse;
 
 4485  padding: 2px 0px 2px 0;
 
 4487  width: calc(100% - 2px);  
 
 4496tr.liste_titre, tr.liste_titre_sel, form.liste_titre, form.liste_titre_sel, table.dataTable.tr, tagtr.liste_titre
 
 4498  height: 26px !important;
 
 4500div.liste_titre_bydiv, .liste_titre div.tagtr, tr.liste_titre, tr.liste_titre_sel, .tagtr.liste_titre, .tagtr.liste_titre_sel, form.liste_titre, form.liste_titre_sel, table.dataTable thead tr
 
 4502  background: var(--colorbacktitle1);
 
 4503  font-weight: <?php echo $useboldtitle ? 
'bold' : 
'normal'; ?>;
 
 4506  color: var(--colortexttitle);
 
 4507  font-family: <?php print $fontlist ?>;
 
 4508  text-align: <?php echo $left; ?>;
 
 4510tr.liste_titre th, tr.liste_titre td, th.liste_titre
 
 4512  border-bottom: 1px solid #aaa;
 
 4515tr:first-child th.liste_titre, tr:first-child th.liste_titre_sel {
 
 4516  border-bottom: 1px solid #FFF ! important;
 
 4518tr.liste_titre th, th.liste_titre, tr.liste_titre td, td.liste_titre, form.liste_titre div, div.liste_titre
 
 4520  font-family: <?php print $fontlist ?>;
 
 4521  font-weight: <?php echo $useboldtitle ? 
'bold' : 
'normal'; ?>;
 
 4522  vertical-align: middle;
 
 4525tr.liste_titre th a, th.liste_titre a, tr.liste_titre td a, td.liste_titre a, form.liste_titre div a, div.liste_titre a {
 
 4526  text-shadow: none !important;
 
 4527  color: var(--colortexttitlelink);
 
 4529tr.liste_titre_topborder td {
 
 4530  border-top-width: <?php echo $borderwidth; ?>px;
 
 4531  border-top-color: var(--colortopbordertitle1);
 
 4532  border-top-style: solid;
 
 4535  text-shadow: none !important;
 
 4536  color: var(--colortexttitle);
 
 4538.liste_titre td a.notasortlink {
 
 4539  color: var(--colortextlink);
 
 4541.liste_titre td a.notasortlink:hover {
 
 4542  background: transparent;
 
 4544tr.liste_titre:last-child th.liste_titre, tr.liste_titre:last-child th.liste_titre_sel, tr.liste_titre td.liste_titre, tr.liste_titre td.liste_titre_sel, form.liste_titre div.tagtd {        
 
 4546  border-bottom: none;
 
 4548tr.liste_titre_filter th.liste_titre { text-align: unset; }
 
 4553tr.liste_titre_sel th, th.liste_titre_sel, tr.liste_titre_sel td, td.liste_titre_sel, form.liste_titre_sel div
 
 4555  font-family: <?php print $fontlist ?>;
 
 4556  font-weight: normal;
 
 4557  border-bottom: 1px solid #FDFFFF;
 
 4561  background: transparent;
 
 4565.noborder tr.liste_total td, tr.liste_total td, form.liste_total div, .noborder tr.liste_total_wrap td, tr.liste_total_wrap td, form.liste_total_wrap div {
 
 4569.noborder tr.liste_total td, tr.liste_total td, form.liste_total div {
 
 4570  white-space: nowrap;
 
 4573.noborder tr.liste_total_wrap td, tr.liste_total_wrap td, form.liste_total_wrap div {
 
 4574  white-space: normal;
 
 4577tr.liste_sub_total, tr.liste_sub_total td {
 
 4578  border-bottom: 2px solid #aaa;
 
 4581.tableforservicepart1 .impair, .tableforservicepart1 .pair, .tableforservicepart2 .impair, .tableforservicepart2 .pair {
 
 4584.tableforservicepart1 tbody tr td, .tableforservicepart2 tbody tr td {
 
 4585  border-bottom: none;
 
 4588.paymenttable, .margintable {
 
 4589  margin: 0px 0px 0px 0px !important;
 
 4591.paymenttable, .margintable:not(.margintablenotop) {
 
 4592  border-top-width: <?php echo $borderwidth ?>px !important;
 
 4593  border-top-color: var(--colortopbordertitle1) !important;
 
 4594  border-top-style: solid !important;
 
 4596.margintable.margintablenotop {
 
 4597  border-top-width: 0;
 
 4599.paymenttable tr td:first-child, .margintable tr td:first-child
 
 4603.paymenttable, .margintable tr td {
 
 4609  -webkit-box-shadow: 0px 0px 0px #f4f4f4 !important;
 
 4610  box-shadow: 0px 0px 0px #f4f4f4 !important;
 
 4613  -webkit-box-shadow: 2px 2px 5px #CCC !important;
 
 4614  box-shadow: 2px 2px 5px #CCC !important;
 
 4618  -webkit-box-shadow: 0px 0px 5px #888;
 
 4619  box-shadow: 0px 0px 5px #888;
 
 4622div.tabBar .noborder {
 
 4623  -webkit-box-shadow: 0px 0px 0px #f4f4f4 !important;
 
 4624  box-shadow: 0px 0px 0px #f4f4f4 !important;
 
 4626div .tdtop:not(.tagtdnote) {
 
 4627  vertical-align: top !important;
 
 4628  padding-top: 8px !important;
 
 4629  padding-bottom: 0px !important;
 
 4632#tablelines tr.liste_titre td, #tablelinesservice tr.liste_titre td, .paymenttable tr.liste_titre td, .margintable tr.liste_titre td, .tableforservicepart1 tr.liste_titre td { 
 4633  border-bottom: 1px solid #AAA !important;
 
 4635#tablelines tr td, #tablelinesservice tr td { 
 4642.noborder > tbody > tr:nth-child(even):not(.liste_titre):not(.nooddeven),
 
 4643.liste > tbody > tr:nth-child(even):not(.liste_titre):not(.nooddeven),
 
 4644div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) > .border > tbody > table:not(.tableforfieldedit) > tr:nth-of-
type(even):not(.liste_titre):not(.nooddeven),
 
 4645.liste > tbody > tr:nth-of-
type(even):not(.liste_titre):not(.nooddeven),
 
 4646div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) .oddeven.tagtr:nth-of-
type(even):not(.liste_titre):not(.nooddeven)
 
 4648  background: linear-gradient(to bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
 
 4649  background: -o-linear-gradient(bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
 
 4650  background: -moz-linear-gradient(bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
 
 4651  background: -webkit-linear-gradient(bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
 
 4653.noborder > tbody > tr:nth-child(even):not(:last-of-
type) td:not(.liste_titre),
 
 4654.liste > tbody > tr:nth-child(even):not(:last-of-
type) td:not(.liste_titre),
 
 4655.noborder .tagtr:nth-child(even):not(:last-of-
type) .oddeven.tagtd:not(.liste_titre)
 
 4657  border-bottom: 1px solid #e8e8e8;
 
 4660.noborder > tbody > tr:nth-child(odd):not(.liste_titre):not(.nooddeven),
 
 4661.liste > tbody > tr:nth-child(odd):not(.liste_titre):not(.nooddeven),
 
 4662div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) > .border > tbody > table:not(.tableforfieldedit) > tr:nth-of-
type(odd):not(.liste_titre):not(.nooddeven),
 
 4663.liste > tbody > tr:nth-of-
type(odd):not(.liste_titre):not(.nooddeven),
 
 4664div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) .oddeven.tagtr:nth-of-
type(odd):not(.liste_titre):not(.nooddeven)
 
 4666  background: linear-gradient(to bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
 
 4667  background: -o-linear-gradient(bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
 
 4668  background: -moz-linear-gradient(bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
 
 4669  background: -webkit-linear-gradient(bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
 
 4671.noborder > tbody > tr:nth-child(odd):not(:last-child) td:not(.liste_titre),
 
 4672.liste > tbody > tr:nth-child(odd):not(:last-child) td:not(.liste_titre),
 
 4673.noborder .tagtr:nth-child(odd):not(:last-child) .oddeven.tagtd:not(.liste_titre)
 
 4675  border-bottom: 1px solid #e8e8e8;
 
 4678ul.noborder li:nth-child(even):not(.liste_titre) {
 
 4679  background-color: var(--colorbacklinepair2) !important;
 
 4692  padding-bottom: 12px;
 
 4697.boxstats, .boxstats130 {
 
 4698  display: 
inline-block;
 
 4705.boxstats, .boxstats130, .boxstatscontent {
 
 4706  white-space: nowrap;
 
 4708  text-overflow: ellipsis;
 
 4720@media only screen and (max-width: 767px)
 
 4722  .tabBar .arearef .pagination.paginationref {
 
 4723    max-width: calc(50%);
 
 4726  .clearbothonsmartphone {
 
 4728    display: block !important;
 
 4732    padding-left: 0 !important;
 
 4733    margin-left: 0 !important;
 
 4734    margin-right: 0 !important;
 
 4741  .boxstats, .boxstats130 {
 
 4743    border: 1px solid #ddd;
 
 4753  .dashboardlineindicator {
 
 4765  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20);
 
 4772.boxstatsindicator.thumbstat150 { 
 
 4773  display: 
inline-flex;
 
 4775span.boxstatsindicator {
 
 4777  font-weight: normal;
 
 4778  color: rgb(<?php print $colortextlink; ?>);
 
 4780span.dashboardlineindicator, span.dashboardlineindicatorlate {
 
 4782  font-weight: normal;
 
 4784a.dashboardlineindicatorlate:hover {
 
 4785  text-decoration: none;
 
 4787.dashboardlineindicatorlate img {
 
 4790span.dashboardlineok {
 
 4793span.dashboardlineko {
 
 4797.dashboardlinelatecoin {
 
 4802  padding: 1px 6px 1px 6px;
 
 4803  background-color: #8c4446;
 
 4804  color: #FFFFFF ! important;
 
 4805  border-radius: .25em;
 
 4808  margin-bottom: 20px !important;
 
 4811  border-bottom-width: 1px;
 
 4819.boxtablenomarginbottom {
 
 4820  margin-bottom: 0 !important;
 
 4822.boxtable .fichehalfright, .boxtable .fichehalfleft {
 
 4828.boxworkingboard .tdboxstats {
 
 4829  padding-left: 1px !important;
 
 4830  padding-right: 1px !important;
 
 4832a.valignmiddle.dashboardlineindicator {
 
 4836  height: 30px !important;
 
 4840  height: 26px !important;
 
 4847  background: var(--colorbacktitle1);
 
 4848  color: var(--colortexttitle);
 
 4849  font-family: <?php print $fontlist ?>, sans-serif;
 
 4850  font-weight: <?php echo $useboldtitle ? 
'bold' : 
'normal'; ?>;
 
 4851  border-bottom: 1px solid #FDFFFF;
 
 4852  white-space: nowrap;
 
 4855tr.box_titre td.boxclose {
 
 4858img.boxhandle, img.boxclose {
 
 4863  vertical-align: middle;
 
 4866.formboxfilter input[
type=image]
 
 4876.prod_entry_mode_free, .prod_entry_mode_predef {
 
 4877  height: 26px !important;
 
 4878  vertical-align: middle;
 
 4882  border: 1px solid #888;
 
 4891.ok      { color: #114466; }
 
 4892.warning { color: #887711 !important; }
 
 4893.error   { color: #550000 !important; font-weight: bold; }
 
 4894.green   { color: #118822 !important; }
 
 4902  border-<?php print $left; ?>: solid 5px #87cfd2;
 
 4906  padding-bottom: 8px;
 
 4907  margin: 0.5em 0em 0.5em 0em;
 
 4908  background: #eff8fc;
 
 4913  border-<?php print $left; ?>: solid 5px #f2cf87;
 
 4917  padding-bottom: 8px;
 
 4918  margin: 0.5em 0em 0.5em 0em;
 
 4919  background: #fcf8e3;
 
 4921div.warning a, div.info a, div.error a {
 
 4922  color: rgb(<?php echo $colortextlink; ?>);
 
 4927  border-<?php print $left; ?>: solid 5px #f28787;
 
 4931  padding-bottom: 8px;
 
 4932  margin: 0.5em 0em 0.5em 0em;
 
 4933  background: #EFCFCF;
 
 4941a.normal:link { font-weight: normal }
 
 4942a.normal:visited { font-weight: normal }
 
 4943a.normal:active { font-weight: normal }
 
 4944a.normal:hover { font-weight: normal }
 
 4946a.impayee:link { font-weight: bold; color: #550000; }
 
 4947a.impayee:visited { font-weight: bold; color: #550000; }
 
 4948a.impayee:active { font-weight: bold; color: #550000; }
 
 4949a.impayee:hover { font-weight: bold; color: #550000; }
 
 4962.framecontent iframe {
 
 4973.opened-dash-board-wrap {
 
 4974  margin-bottom: 25px;
 
 4981.product_line_stock_ok { color: #002200; }
 
 4982.product_line_stock_too_low { color: #884400; }
 
 4984.fieldrequired { font-weight: bold; color: #000055; }
 
 4986td.widthpictotitle, .table-fiche-title img.widthpictotitle { width: 32px; font-size: 1.4em; text-align: <?php echo $left; ?>; }
 
 4987table.titlemodulehelp tr td img.widthpictotitle { width: 80px; }
 
 4989.dolgraphtitle { margin-top: 6px; margin-bottom: 4px; }
 
 4990.dolgraphtitlecssboxes {  }
 
 4991.dolgraphchart canvas {
 
 4994.legendColorBox, .legendLabel { border: none !important; }
 
 4995div.dolgraph div.legend, div.dolgraph div.legend div { background-color: rgba(255,255,255,0) !important; }
 
 4996div.dolgraph div.legend table tbody tr { height: 
auto; }
 
 4997td.legendColorBox { padding: 2px 2px 2px 0 !important; }
 
 4998td.legendLabel { padding: 2px 2px 2px 0 !important; }
 
 5000  text-align: <?php echo $left; ?>;
 
 5004  white-space: nowrap;
 
 5014div.divphotoref > img.photowithmargin, div.divphotoref > a > .photowithmargin {   
 
 5018  border: 1px solid #f0f0f0;
 
 5023  text-align: center !important;
 
 5026  margin-top: 6px !important;
 
 5031  content:url(<?php echo 
dol_buildpath($path.
'/theme/'.$theme.
'/img/logo_setup.svg', 1) ?>);  
 
 5032  display: 
inline-block;
 
 5037  content:url(<?php echo 
dol_buildpath($path.
'/theme/'.$theme.
'/img/nographyet.svg', 1) ?>);
 
 5038  display: 
inline-block;
 
 5040  background-repeat: no-repeat;
 
 5049  text-decoration: none;
 
 5051  padding-bottom: 5px;
 
 5052  text-transform: uppercase;
 
 5059  color: var(--colortexttitlenotab);
 
 5062  color: var(--colortexttitlenotab);
 
 5065  color: var(--colortexttitlenotab2);
 
 5068table.centpercent.notopnoleftnoright.table-fiche-title {
 
 5069  margin-bottom: 10px !important;
 
 5071table.table-fiche-title .col-title div.titre, .col-right .btnTitle-icon {
 
 5075div.backgreypublicpayment {
 
 5076  background-color: #f0f0f0;
 
 5078  border-bottom: 1px solid #ddd;
 
 5084.backgreypublicpayment a { color: #222 !important; }
 
 5085.poweredbypublicpayment {
 
 5094span.buttonpaymentsmall {
 
 5099  min-width: 300px; font-size: 16px;
 
 5103  min-width: 320px; font-size: 16px;
 
 5106#tablepublicpayment { border: 1px solid #CCCCCC !important; width: 100%; padding: 20px; margin-bottom: 20px; } 
 5107#tablepublicpayment .CTableRow1  { background-color: #F0F0F0 !important; } 
 5108#tablepublicpayment tr.liste_total { border-bottom: 1px solid #CCCCCC !important; } 
 5109#tablepublicpayment tr.liste_total td { border-top: none; } 
 5111.divmainbodylarge { margin-left: 40px; margin-right: 40px; }
 
 5112.publicnewmemberform div.titre { font-size: 2em; }
 
 5113#divsubscribe { max-width: 900px; } 
 5114#divsubscribe .eventlabel { font-size: 1.5em; } 
 5115#tablesubscribe { width: 100%; } 
 5116#tablesubscribe tr td { font-size: 1.15em; } 
 5117#tablesubscribe .price-registration { font-size: 1.5em; } 
 5121  border: 1px solid #ccc;
 
 5139.effectpostit:before, .effectpostit:after
 
 5150  -webkit-box-shadow: 0 15px 10px #777;
 
 5151  box-shadow: 0 15px 10px #777;
 
 5152  -webkit-transform: rotate(-3deg);
 
 5153  -moz-transform: rotate(-3deg);
 
 5154  -o-transform: rotate(-3deg);
 
 5155  -ms-transform: rotate(-3deg);
 
 5156  transform: rotate(-3deg);
 
 5160  -webkit-transform: rotate(3deg);
 
 5161  -moz-transform: rotate(3deg);
 
 5162  -o-transform: rotate(3deg);
 
 5163  -ms-transform: rotate(3deg);
 
 5164  transform: rotate(3deg);
 
 5175.ui-dialog-titlebar {
 
 5178  font-size: <?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize; ?> !important;
 
 5180.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable {
 
 5181  z-index: 1005 !important;   
 
 5183.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
 
 5184  z-index:1006 !important;    
 
 5187.ui-dialog.ui-widget.ui-widget-content {
 
 5188  border: 1px solid #e0e0e0;
 
 5193  background-color: #f8f8f8 !important;
 
 5215  border-<?php print $left; ?>: solid 5px #f2cf87;
 
 5221  padding-bottom: 4px;
 
 5223  background: #fcf8e3;
 
 5236.ui-dialog.highlight.ui-widget.ui-widget-content.ui-front {
 
 5241  max-width: <?php print 
dol_size(700, 
'width'); ?>px !important;
 
 5244div.ui-tooltip.mytooltip {
 
 5245  border-top: solid 1px #BBBBBB;
 
 5246  border-<?php print $left; ?>: solid 1px #BBBBBB;
 
 5247  border-<?php print $right; ?>: solid 1px #444444;
 
 5248  border-bottom: solid 1px #444444;
 
 5251  box-shadow: 0 0 4px grey;
 
 5253  font-stretch: condensed;
 
 5259@media only screen and (max-width: 768px)
 
 5261  div.ui-tooltip.mytooltip {
 
 5265@media only screen and (max-width: 480px)
 
 5267  div.ui-tooltip.mytooltip {
 
 5271@media only screen and (max-width: 320px)
 
 5273  div.ui-tooltip.mytooltip {
 
 5283.ui-datepicker-calendar .ui-state-
default, .ui-datepicker-calendar .ui-widget-content .ui-state-
default,
 
 5284.ui-datepicker-calendar .ui-widget-header .ui-state-
default, .ui-datepicker-calendar .ui-
button,
 
 5285html .ui-datepicker-calendar .ui-
button.ui-state-disabled:hover, html .ui-
button.ui-state-disabled:active
 
 5290img.datecallink { padding-left: 2px !important; padding-right: 2px !important; }
 
 5292.ui-datepicker-trigger {
 
 5293  vertical-align: middle;
 
 5300  -webkit-border-radius: 4px;
 
 5302  border: 1px #E4ECEC outset;
 
 5308  background-color: #FFFFFF;
 
 5314  border-spacing: 0px;
 
 5315  border-collapse: collapse;
 
 5317.dp td, .tpHour td, .tpMinute td{padding:2px; font-size:10px;}
 
 5319.dpHead,.tpHead,.tpHour td:Hover .tpHead{
 
 5321  background-color: #888;
 
 5327.dpButtons,.tpButtons {
 
 5329  background-color: #888;
 
 5334.dpButtons:Active,.tpButtons:Active{border: 1px outset black;}
 
 5335.dpDayNames td,.dpExplanation {background-color:#D9DBE1; font-weight:bold; text-align:center; font-size:11px;}
 
 5336.dpExplanation{ font-weight:normal; font-size:11px;}
 
 5337.dpWeek td{text-align:center}
 
 5339.dpToday,.dpReg,.dpSelected{
 
 5342.dpToday{font-weight:bold; color:black; background-color:#f4f4f4;}
 
 5343.dpReg:Hover,.dpToday:Hover{background-color:black;color:white}
 
 5346.dpSelected{background-color:#0B63A2;color:white;font-weight:bold; }
 
 5348.tpHour{border-top:1px solid #f4f4f4; border-right:1px solid #f4f4f4;}
 
 5349.tpHour td {border-left:1px solid #f4f4f4; border-bottom:1px solid #f4f4f4; cursor:pointer;}
 
 5350.tpHour td:Hover {background-color:black;color:white;}
 
 5352.tpMinute {margin-top:5px;}
 
 5353.tpMinute td:Hover {background-color:black; color:white; }
 
 5354.tpMinute td {background-color:#D9DBE1; text-align:center; cursor:pointer;}
 
 5360  background-color:transparent;
 
 5365  vertical-align:middle;
 
 5369  color: rgb(<?php print $colortextlink; ?>);
 
 5374.categtextwhite, .treeview .categtextwhite.hover {
 
 5375  color: #fff !important;
 
 5378  color: #000 !important;
 
 5390div.hidden, div.hiddenforpopup, header.hidden, tr.hidden, td.hidden, img.hidden, span.hidden, div.showifmore {
 
 5408.previewnotyetavailable {
 
 5412.websiteformtoolbar {
 
 5414  top: <?php echo empty($dol_hide_topmenu) ? ($disableimages ? 
'36px' : 
'50px') : 
'0'; ?>;
 
 5418.exampleapachesetup {
 
 5422  border: 1px solid #aaa;
 
 5426  background: #ddd; border: 1px solid #ccc; border-radius: 4px;
 
 5431  background-color: transparent;
 
 5432  background-image: none;
 
 5433  color: #000 !important;
 
 5436.bordertransp:not(.nobordertransp) {
 
 5437  background-color: transparent;
 
 5438  background-image: none;
 
 5439  border: 1px solid #aaa;
 
 5440  font-weight: normal;
 
 5441  color: #444 !important;
 
 5443.websitebar .button.bordertransp {
 
 5445  text-decoration: unset !important;
 
 5450  border-bottom: 1px solid #ccc;
 
 5452  display: 
inline-block;
 
 5453  padding: 5px 5px 5px 5px;
 
 5455.centpercent.websitebar {
 
 5456  width: calc(100% - 10px);
 
 5459.websitebar .buttonDelete, .websitebar .button {
 
 5462.websitebar .button, .websitebar .buttonDelete
 
 5464  padding: 2px 4px 2px 4px !important;
 
 5465  margin: 2px 4px 2px 4px  !important;
 
 5466  line-height: normal;
 
 5468.websitebar input.button.bordertransp, .websitebar input.buttonDelete.bordertransp {
 
 5469  color: #444 !important;
 
 5474  padding-<?php echo $right; ?>: 10px;
 
 5475  vertical-align: middle;
 
 5480.websiteselection, .websitetools {
 
 5486  display: 
inline-block;
 
 5487  vertical-align: top;
 
 5490.websiteiframenoborder {
 
 5493span.websitebuttonsitepreview, a.websitebuttonsitepreview {
 
 5494  vertical-align: middle;
 
 5496span.websitebuttonsitepreview img, a.websitebuttonsitepreview img {
 
 5498  display: 
inline-block;
 
 5500span.websitebuttonsitepreviewdisabled img, a.websitebuttonsitepreviewdisabled img {
 
 5503.websiteiframenoborder {
 
 5507  vertical-align: middle;
 
 5511.websiteselectionsection {
 
 5512  border-left: 1px solid #bbb;
 
 5513  border-right: 1px solid #bbb;
 
 5518.websitebar input#previewpageurl {
 
 5522#divbodywebsite section p { 
 5531.dayevent .tagtr:first-of-
type {
 
 5534.agendacell { height: 60px; }
 
 5535table.cal_month    { border-spacing: 0px; }
 
 5536table.cal_month td:first-child  { border-left: 0px; }
 
 5537table.cal_month td:last-child   { border-right: 0px; }
 
 5538.cal_current_month { border-top: 0; border-left: solid 1px #E0E0E0; border-right: 0; border-bottom: solid 1px #E0E0E0; }
 
 5539.cal_current_month_peruserleft { border-top: 0; border-left: solid 2px #6C7C7B; border-right: 0; border-bottom: solid 1px #E0E0E0; }
 
 5540.cal_current_month_oneday { border-right: solid 1px #E0E0E0; }
 
 5541.cal_other_month   { border-top: 0; border-left: solid 1px #C0C0C0; border-right: 0; border-bottom: solid 1px #C0C0C0; }
 
 5542.cal_other_month_peruserleft { border-top: 0; border-left: solid 2px #6C7C7B !important; border-right: 0; }
 
 5543.cal_current_month_right { border-right: solid 1px #E0E0E0; }
 
 5544.cal_other_month_right   { border-right: solid 1px #C0C0C0; }
 
 5545.cal_other_month   {  background: #EAEAEA; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 1px; padding-top: 0px; padding-bottom: 0px; }
 
 5546.cal_past_month    {  background: #EEEEEE; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 1px; padding-top: 0px; padding-bottom: 0px; }
 
 5547.cal_current_month { background: #FFFFFF; border-left: solid 1px #E0E0E0; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 1px; padding-top: 0px; padding-bottom: 0px; }
 
 5548.cal_current_month_peruserleft { background: #FFFFFF; border-left: solid 2px #6C7C7B; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 1px; padding-top: 0px; padding-bottom: 0px; }
 
 5549.cal_today         { background: #FDFDF0; border-left: solid 1px #E0E0E0; border-bottom: solid 1px #E0E0E0; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 1px; padding-top: 0px; padding-bottom: 0px; }
 
 5550.cal_today_peruser { background: #FDFDF0; border-right: solid 1px #E0E0E0; border-bottom: solid 1px #E0E0E0; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 1px; padding-top: 0px; padding-bottom: 0px; }
 
 5551.cal_today_peruser_peruserleft { background: #FDFDF0; border-left: solid 2px #6C7C7B; border-right: solid 1px #E0E0E0; border-bottom: solid 1px #E0E0E0; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 1px; padding-top: 0px; padding-bottom: 0px; }
 
 5553.cal_peruser       { padding: 0px; }
 
 5554.cal_impair        { background: #F8F8F8; }
 
 5555.cal_today_peruser_impair { background: #F8F8F0; }
 
 5556.peruser_busy      { background: #CC8888; }
 
 5557.peruser_notbusy   { background: #EEDDDD; opacity: 0.5; }
 
 5558div.event { margin: 8px; border-radius: 4px; box-shadow: 2px 2px 5px rgba(100, 100, 100, 0.2); }
 
 5559table.cal_event    { border: none; border-collapse: collapse; margin-bottom: 1px; -webkit-border-radius: 3px; border-radius: 3px; min-height: 20px; }
 
 5560table.cal_event td { border: none; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 2px; padding-top: 0px; padding-bottom: 0px; }
 
 5561table.cal_event td.cal_event { padding: 4px 4px !important; padding-bottom: 2px !important; padding-top: 2px !important; }
 
 5562table.cal_event td.cal_event_right { padding: 4px 4px !important; }
 
 5563.cal_event              { font-size: 1em; }
 
 5564.cal_event a:link       { color: #111111; font-weight: normal !important; }
 
 5565.cal_event a:visited    { color: #111111; font-weight: normal !important; }
 
 5566.cal_event a:active     { color: #111111; font-weight: normal !important; }
 
 5567.cal_event_busy a:hover { color: #111111; font-weight: normal !important; color:rgba(255,255,255,.75); }
 
 5569.cal_peruserviewname { max-width: 140px; height: 22px; }
 
 5571.calendarviewcontainertr { height: 100px; }
 
 5574  background-size: 24px 
auto;
 
 5581.cal_available { background: #0060d450; }
 
 5582.cal_chosen { background: #0060d4; }
 
 5589  border: solid 1px rgba(0,0,0,.3);
 
 5590  background: var(--colorbackbody) !important;
 
 5591  color: var(--colortext) !important;
 
 5594.ui-autocomplete-loading { background: white url(<?php echo 
dol_buildpath($path.
'/theme/'.$theme.
'/img/working.gif', 1) ?>) right center no-repeat; }
 
 5599       background-color:white;
 
 5600       border:1px solid #888;
 
 5604.ui-autocomplete ul {
 
 5605       list-style-
type:none;
 
 5609.ui-autocomplete ul li.selected { background-color: #D3E5EC;}
 
 5610.ui-autocomplete ul li {
 
 5611       list-style-
type:none;
 
 5626  text-overflow: ellipsis;
 
 5634.editkey_textarea, .editkey_ckeditor, .editkey_string, .editkey_email, .editkey_numeric, .editkey_select, .editkey_autocomplete {
 
 5635  background: url(<?php echo 
dol_buildpath($path.
'/theme/'.$theme.
'/img/edit.png', 1) ?>) right top no-repeat;
 
 5641.editkey_datepicker {
 
 5642  background: url(<?php echo 
dol_buildpath($path.
'/theme/'.$theme.
'/img/calendar.png', 1) ?>) right center no-repeat;
 
 5648.editval_textarea.active:hover, .editval_ckeditor.active:hover, .editval_string.active:hover, .editval_email.active:hover, .editval_numeric.active:hover, .editval_select.active:hover, .editval_autocomplete.active:hover, .editval_datepicker.active:hover {
 
 5653.viewval_textarea.active:hover, .viewval_ckeditor.active:hover, .viewval_string.active:hover, .viewval_email.active:hover, .viewval_numeric.active:hover, .viewval_select.active:hover, .viewval_autocomplete.active:hover, .viewval_datepicker.active:hover {
 
 5668.treeview ul { background-color: transparent !important; margin-top: 0 !important;  }
 
 5669.treeview li { background-color: transparent !important; padding: 0 0 0 20px !important; min-height: 30px; }
 
 5670.treeview .hitarea { width: 20px !important; margin-left: -20px !important; margin-top: 3px; }
 
 5671.treeview li table { min-height: 30px; }
 
 5672.treeview .hover { color: var(--colortextlink) !important; text-decoration: underline !important; }
 
 5704  font-family:sans-serif;
 
 5707  border-spacing: 0px;
 
 5708  border-collapse: collapse;
 
 5715  border-style:groove;
 
 5727  border: 1px solid #bbb !important;
 
 5729A.color, A.color:active, A.color:visited {
 
 5732 text-decoration : none;
 
 5738 border : 1px inset white;
 
 5741 border : 1px outset white;
 
 5743A.none, A.none:active, A.none:visited, A.none:hover {
 
 5746 text-decoration : none;
 
 5753 border : 1px solid #b3c5cc;
 
 5762 background-color : #b3c5cc;
 
 5769 background-color : #b3c5cc;
 
 5770 border : 2px outset;
 
 5779 border : 1px outset white;
 
 5785 font-family : <?php print $fontlist ?>;
 
 5788 text-align : center;
 
 5792 font-family : <?php print $fontlist ?>;
 
 5799 font-family : <?php print $fontlist ?>;
 
 5805  border: solid 1px #ddd !important;
 
 5810.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
 
 5811  border: 1px solid #888;
 
 5812  background: rgb(<?php echo $colorbacktitle1; ?>);
 
 5816.ui-menu .ui-menu-item a {
 
 5817  text-decoration:none;
 
 5821  font-weight: normal;
 
 5822  font-family:<?php echo $fontlist; ?>;
 
 5826  font-family:<?php echo $fontlist; ?>;
 
 5828.ui-
button { margin-left: -2px; <?php print(preg_match(
'/chrome/', $conf->browser->name) ? 
'padding-top: 1px;' : 
''); ?> }
 
 5833  line-height: 1em !important;
 
 5835.ui-autocomplete-input { margin: 0; padding: 4px; }
 
 5842body.cke_show_borders {
 
 5843  margin: 5px !important;
 
 5847  border: 1px #bbb solid ! important;
 
 5854.cke_wrapper { padding: 4px !important; }
 
 5855a.cke_dialog_ui_button
 
 5857  font-family: <?php print $fontlist ?> !important;
 
 5858  background-image: url(<?php echo $img_button ?>) !important;
 
 5859  background-
position: bottom !important;
 
 5860  border: 1px solid #C0C0C0 !important;
 
 5861  -webkit-border-radius:0px 2px 0px 2px !important;
 
 5862  border-radius:0px 2px 0px 2px !important;
 
 5863  -webkit-box-shadow: 3px 3px 4px #f4f4f4 !important;
 
 5864  box-shadow: 3px 3px 4px #f4f4f4 !important;
 
 5866.cke_dialog_ui_hbox_last
 
 5868  vertical-align: bottom !important;
 
 5870.cke_dialog_ui_hbox_last
 
 5872  vertical-align: bottom !important;
 
 5875  width: 40px !important;
 
 5884a.cke_dialog_ui_button_ok span {
 
 5885  text-shadow: none !important;
 
 5886  color: #333 !important;
 
 5894  border: 1px solid #ddd;
 
 5897.aceeditorstatusbar {
 
 5900    padding-<?php echo $left; ?>: 10px;
 
 5908.ace_status-indicator {
 
 5912    border-left: 1px solid;
 
 5914pre#editfilecontentaceeditorid {
 
 5924  height: 72px !important;
 
 5932.customreportsoutput, .customreportsoutputnotdata {
 
 5935.customreportsoutputnotdata {
 
 5948#types .btn-primary { 
 5957  display:
inline-block;
 
 5962  vertical-align: top;
 
 5965#types input.text, #types textarea { 
 5979  box-sizing:border-box;
 
 5986#comment .comment-table { 
 5990#comment .comment-cell { 
 5993#comment .comment-info { 
 5995  border-right:1px solid #dedede;
 
 5999  background:rgba(255,255,255,0.5);
 
 6000  vertical-align:middle;
 
 6003#comment .comment-info a { 
 6006#comment .comment-right { 
 6009#comment .comment-description { 
 6013#comment .comment-delete { 
 6016  vertical-align:middle;
 
 6018#comment .comment-delete:hover { 
 6019  background:rgba(250,20,20,0.8);
 
 6021#comment .comment-edit { 
 6024  vertical-align:middle;
 
 6026#comment .comment-edit:hover { 
 6027  background:rgba(0,184,148,0.8);
 
 6039  width: <?php print isset($_SESSION[
'dol_screenwidth']) ? max((
int) $_SESSION[
'dol_screenwidth'] - 830, 450) : 
'450'; ?>px !important;
 
 6042div#GanttChartDIVglisthead, div#GanttChartDIVgcharthead {
 
 6046.gtaskname div, .gtaskname, .gstartdate div, .gstartdate, .genddate div, .genddate {
 
 6047  font-size: unset !important;
 
 6050div.gantt, .gtaskheading, .gmajorheading, .gminorheading, .gminorheadingwkend {
 
 6051  font-size: unset !important;
 
 6052  font-weight: normal !important;
 
 6053  color: #000 !important;
 
 6056  background: #f0f0f0 !important;
 
 6059  background: rgb(108,152,185) !important;
 
 6062  background: rgb(160,173,58) !important;
 
 6066  text-overflow: ellipsis;
 
 6068td.gminorheadingwkend {
 
 6069  color: #888 !important;
 
 6072  color: #666 !important;
 
 6074.glistlbl, .glistgrid {
 
 6075  width: 582px !important;
 
 6077.gtaskname div, .gtaskname {
 
 6078  min-width: 250px !important;
 
 6079  max-width: 250px !important;
 
 6080  width: 250px !important;
 
 6082.gpccomplete div, .gpccomplete {
 
 6083  min-width: 40px !important;
 
 6084  max-width: 40px !important;
 
 6085  width: 40px !important;
 
 6087td.gtaskheading.gstartdate, td.gtaskheading.genddate {
 
 6088  white-space: 
break-spaces;
 
 6090.gtasktableh tr:nth-child(2) td:nth-child(2), .gtasktableh tr:nth-child(2) td:nth-child(3), .gtasktableh tr:nth-child(2) td:nth-child(4), .gtasktableh tr:nth-child(2) td:nth-child(5), .gtasktableh tr:nth-child(2) td:nth-child(6), .gtasktableh tr:nth-child(2) td:nth-child(7) {
 
 6091  color: transparent !important;
 
 6106  font-weight: normal;
 
 6115  font-weight: normal;
 
 6121  text-decoration: none;
 
 6126  margin: 0 5px 5px 5px;
 
 6131  margin: 0 10px 20px 10px;
 
 6136  float: <?php print $left; ?>;
 
 6137  border: solid 1px #f4f4f4;
 
 6144  font-weight: normal;
 
 6157  vertical-align: middle;
 
 6161  display: 
inline-block !important;
 
 6164  width: calc(100% - 100px);
 
 6166  white-space: 
break-spaces;
 
 6167  word-
break: 
break-all;
 
 6169ul.ecmjqft a:active {
 
 6170  font-weight: bold !important;
 
 6173  text-decoration: underline;
 
 6177  vertical-align: middle;
 
 6178  display: 
inline-block !important;
 
 6184div#ecm-layout-west {
 
 6186  vertical-align: top;
 
 6188div#ecm-layout-center {
 
 6189  width: calc(100% - 390px);
 
 6190  vertical-align: top;
 
 6194.ecmjqft LI.directory { font-weight:normal; background: url(<?php echo 
dol_buildpath($path.
'/theme/common/treemenu/folder2.png', 1); ?>) left top no-repeat; }
 
 6195.ecmjqft LI.expanded { font-weight:normal; background: url(<?php echo 
dol_buildpath($path.
'/theme/common/treemenu/folder2-expanded.png', 1); ?>) left top no-repeat; }
 
 6196.ecmjqft LI.wait { font-weight:normal; background: url(<?php echo 
dol_buildpath(
'/theme/'.$theme.
'/img/working.gif', 1); ?>) left top no-repeat; }
 
 6206  top: 
auto !important;
 
 6207  bottom: 4px !important;
 
 6210  min-width: <?php echo $dol_optimize_smallscreen ? 
'200' : 
'480'; ?>px;
 
 6213  padding-left: 10px !important;
 
 6214  padding-right: 10px !important;
 
 6215  word-wrap: 
break-word;
 
 6217.jnotify-container .jnotify-notification .jnotify-message {
 
 6218  font-weight: normal;
 
 6220  word-
break: 
break-word;
 
 6222.jnotify-container .jnotify-notification-warning .jnotify-close, .jnotify-container .jnotify-notification-warning .jnotify-message {
 
 6223  color: #a28918 !important;
 
 6227div.jnotify-background {
 
 6228  opacity : 0.95 !important;
 
 6229  -webkit-box-shadow: 2px 2px 4px #888 !important;
 
 6230  box-shadow: 2px 2px 4px #888 !important;
 
 6238div.dolEventValid h1, div.dolEventValid h2 {
 
 6240  background-color: #e3f0db;
 
 6241  padding: 5px 5px 5px 5px;
 
 6244div.dolEventError h1, div.dolEventError h2 {
 
 6246  background-color: #d79eac;
 
 6247  padding: 5px 5px 5px 5px;
 
 6255.divmap, #google-visualization-geomap-embed-0, #google-visualization-geomap-embed-1, #google-visualization-geomap-embed-2 {
 
 6263table.dataTable tr.odd td.sorting_1, table.dataTable tr.even td.sorting_1 {
 
 6264  background: none !important;
 
 6266.sorting_asc  { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_asc.png
', 1); ?>') no-repeat center right !important; }
 
 6267.sorting_desc { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_desc.png
', 1); ?>') no-repeat center right !important; }
 
 6268.sorting_asc_disabled  { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_asc_disabled.png
', 1); ?>') no-repeat center right !important; }
 
 6269.sorting_desc_disabled { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_desc_disabled.png
', 1); ?>') no-repeat center right !important; }
 
 6270.dataTables_paginate {
 
 6273.paginate_button_disabled {
 
 6274  opacity: 1 !important;
 
 6275  color: #888 !important;
 
 6276  cursor: 
default !important;
 
 6278.paginate_disabled_previous:hover, .paginate_enabled_previous:hover, .paginate_disabled_next:hover, .paginate_enabled_next:hover
 
 6280  font-weight: normal;
 
 6282.paginate_enabled_previous:hover, .paginate_enabled_next:hover
 
 6284  text-decoration: underline !important;
 
 6288  text-decoration: underline !important;
 
 6292  font-weight: normal !important;
 
 6293  text-decoration: none !important;
 
 6295.paging_full_numbers {
 
 6296  height: inherit !important;
 
 6298.paging_full_numbers a.paginate_active:hover, .paging_full_numbers a.paginate_button:hover {
 
 6299  background-color: #DDD !important;
 
 6301.paging_full_numbers, .paging_full_numbers a.paginate_active, .paging_full_numbers a.paginate_button {
 
 6302  background-color: #FFF !important;
 
 6303  border-radius: inherit !important;
 
 6305.paging_full_numbers a.paginate_button_disabled:hover, .paging_full_numbers a.disabled:hover {
 
 6306  background-color: #FFF !important;
 
 6308.paginate_button, .paginate_active {
 
 6309  border: 1px solid #ddd !important;
 
 6310  padding: 6px 12px !important;
 
 6311  margin-left: -1px !important;
 
 6312  line-height: 1.42857143 !important;
 
 6313  margin: 0 0 !important;
 
 6320.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled, .paginate_button_disabled {
 
 6322  background-image: none;
 
 6325div.dataTables_length {
 
 6326  float: right !important;
 
 6329div.dataTables_length select {
 
 6332.dataTables_wrapper .dataTables_paginate {
 
 6333  padding-top: 0px !important;
 
 6341span#select2-taskid-container[title^=
'--'] {
 
 6345input.select2-input {
 
 6346  border-bottom: none ! important;
 
 6350  border-bottom: 1px solid #ccc !important;
 
 6352.select2-results .select2-highlighted.optionblue {
 
 6353  color: #FFF !important;
 
 6356.select2-container .select2-selection--multiple {
 
 6357  min-height: 28px !important;
 
 6360.select2-container--
default .select2-selection--multiple .select2-selection__choice {
 
 6361  border: 1px solid #e4e4e4;
 
 6364.blockvmenusearch .select2-container--
default .select2-selection--single,
 
 6365.blockvmenubookmarks .select2-container--
default .select2-selection--single
 
 6367  background-color: unset;
 
 6369.select2-container--
default .select2-selection--single .select2-selection__rendered {
 
 6372.select2-container .select2-choice {
 
 6373  border-bottom: 1px solid #ccc;
 
 6375.select2-container .select2-choice > .select2-chosen {
 
 6378.select2-container .select2-choice .select2-arrow {
 
 6381.select2-container-multi .select2-choices {
 
 6382  background-image: none;
 
 6384.select2-container .select2-choice {
 
 6388.selectoptiondisabledwhite {
 
 6389  background: #FFFFFF !important;
 
 6394  border-left: none !important;
 
 6395  background: none !important;
 
 6399  border-top: none !important;
 
 6400  border-left: none !important;
 
 6401  border-right: none !important;
 
 6402  border-bottom: 1px solid #ccc;
 
 6404.select2-drop.select2-drop-above {
 
 6405  box-shadow: none !important;
 
 6407.select2-container--open .select2-dropdown--above {
 
 6408  border-bottom: solid 1px rgba(0,0,0,.2);
 
 6410.select2-drop.select2-drop-above.select2-drop-active {
 
 6411  border-top: 1px solid #ccc;
 
 6412  border-bottom: 1px solid #ccc;
 
 6414.select2-container--
default .select2-selection--single
 
 6420  border-bottom: solid 1px rgba(0,0,0,.2);
 
 6421  -webkit-box-shadow: none !important;
 
 6422  box-shadow: none !important;
 
 6423  border-radius: 0 !important;
 
 6425.select2-container--
default.select2-container--focus .select2-selection--multiple {
 
 6430.select2-container--
default .select2-selection--multiple {
 
 6431  border-bottom: solid 1px rgba(0,0,0,.2);
 
 6435  border-radius: 0 !important;
 
 6437.select2-selection--multiple input.select2-search__field {
 
 6438  border-bottom: none !important;
 
 6440.select2-search__field
 
 6443  border-top: none !important;
 
 6444  border-left: none !important;
 
 6445  border-right: none !important;
 
 6446  border-bottom: solid 1px rgba(0,0,0,.2) !important;
 
 6447  -webkit-box-shadow: none !important;
 
 6448  box-shadow: none !important;
 
 6449  border-radius: 0 !important;
 
 6451.select2-container-active .select2-choice, .select2-container-active .select2-choices
 
 6456  border-bottom: none;
 
 6457  -webkit-box-shadow: none !important;
 
 6458  box-shadow: none !important;
 
 6460.select2-dropdown-open {
 
 6461  background-color: #fff;
 
 6463.select2-dropdown-open .select2-choice, .select2-dropdown-open .select2-choices
 
 6468  border-bottom: none;
 
 6469  -webkit-box-shadow: none !important;
 
 6470  box-shadow: none !important;
 
 6471  background-color: #fff;
 
 6477.select2-drop.select2-drop-above.select2-drop-active, .select2-drop {
 
 6480.select2-drop.select2-drop-above {
 
 6483.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
 
 6484  background-image: none;
 
 6485  border-radius: 0 !important;
 
 6487div.select2-drop-above
 
 6490  -webkit-box-shadow: none !important;
 
 6491  box-shadow: none !important;
 
 6495  border: 1px solid #ccc;
 
 6498.select2-search input {
 
 6501a span.select2-chosen
 
 6503  font-weight: normal !important;
 
 6505.select2-container .select2-choice {
 
 6506  background-image: none;
 
 6509.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit
 
 6511  background: #FFFFFF;
 
 6516.select2-results__option {
 
 6517  word-
break: 
break-word;
 
 6518  text-align: <?php echo $left; ?>;
 
 6520.select2-container.select2-container-disabled .select2-choice, .select2-container-multi.select2-container-disabled .select2-choices {
 
 6521  background-color: #FFFFFF;
 
 6522  background-image: none;
 
 6526.select2-container-disabled .select2-choice .select2-arrow b {
 
 6529.select2-container-multi .select2-choices .select2-search-choice {
 
 6532.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices, .select2-container-multi .select2-choices,
 
 6533.select2-container-multi.select2-container-active .select2-choices
 
 6535  border-bottom: 1px solid #ccc;
 
 6538  border-left: 1px solid #ddd;
 
 6540.select2-container--
default .select2-results>.select2-results__options{
 
 6545#addbox .select2-container .select2-choice > .select2-chosen, #actionbookmark .select2-container .select2-choice > .select2-chosen { 
 6546  text-align: <?php echo $left; ?>;
 
 6549.select2-container--
default .select2-selection--single .select2-selection__placeholder {
 
 6553span#select2-boxbookmark-container, span#select2-boxcombo-container {
 
 6554  text-align: <?php echo $left; ?>;
 
 6557.select2-container .select2-selection--single .select2-selection__rendered {
 
 6561#boxbookmark.boxcombo, #boxcombo.boxcombo { 
 6564  border-bottom: solid 1px rgba(0,0,0,.4) !important;
 
 6567  padding: 0 0 5px 5px;
 
 6568  vertical-align: top;
 
 6572.select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr {
 
 6573  padding: 3px 5px 2px 5px;
 
 6574  margin: 0 0 2px 3px;
 
 6579  border: 1px solid #ddd;
 
 6581  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
 
 6582  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
 
 6583  background-clip: padding-box;
 
 6584  -webkit-touch-callout: none;
 
 6585  -webkit-
user-select: none;
 
 6586  -moz-
user-select: none;
 
 6587  -ms-
user-select: none;
 
 6589  background-color: #e4e4e4;
 
 6590  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
 
 6591  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
 
 6592  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
 
 6593  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
 
 6595.select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr a {
 
 6596  font-weight: normal;
 
 6598.select2-container-multi-dolibarr .select2-choices-dolibarr li {
 
 6599  float: <?php echo $left; ?>;
 
 6602.select2-container-multi-dolibarr .select2-choices-dolibarr {
 
 6603  height: 
auto !important;
 
 6612span.select2.select2-container.select2-container--
default {
 
 6613  text-align: initial;
 
 6616ul.select2-results__options li {
 
 6620select.multiselectononeline {
 
 6622  vertical-align: middle;
 
 6624  height: 28px !important;
 
 6629@media only screen and (min-width: 767px)
 
 6632  .select2-container.select2-container--open:not(.graphtype) .select2-dropdown.ui-dialog {
 
 6633    min-width: 240px !important;
 
 6635  .select2-container.select2-container--open:not(.graphtype) .select2-dropdown--below:not(.onrightofpage),
 
 6636  .select2-container.select2-container--open:not(.graphtype) .select2-dropdown--above:not(.onrightofpage) {
 
 6637    min-width: 240px !important;
 
 6639  .onrightofpage span.select2-dropdown.ui-dialog.select2-dropdown--below,
 
 6640  .onrightofpage span.select2-dropdown.ui-dialog.select2-dropdown--above {
 
 6641    min-width: 140px !important;
 
 6644  .select2-container--open .select2-dropdown--below {
 
 6645    border-top: 1px solid var(--inputbordercolor);
 
 6650.parentonrightofpage {
 
 6659.noborderoncategories {
 
 6660  border: none !important;
 
 6661  border-radius: 5px !important;
 
 6663  -webkit-box-shadow: none !important;
 
 6664  box-shadow: none !important;
 
 6665  margin-bottom: 0 !important;
 
 6667span.noborderoncategories a, li.noborderoncategories a {
 
 6668  line-height: normal;
 
 6670span.noborderoncategories {
 
 6671  padding: 3px 5px 3px 5px;
 
 6673.categtextwhite, .treeview .categtextwhite.hover {
 
 6674  color: #fff !important;
 
 6677  color: #000 !important;
 
 6689.multi-select-container {
 
 6690  display: 
inline-block;
 
 6703  border: 1px solid #aaa;
 
 6704  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
 
 6708div.multi-select-menu[role=
"menu"] {
 
 6709  min-width: 220px !important;
 
 6712.multi-select-menu input {
 
 6713  margin-right: 0.3em;
 
 6714  vertical-align: 0.1em;
 
 6718  display: 
inline-block;
 
 6720  white-space: nowrap;
 
 6722  text-overflow: ellipsis;
 
 6723  vertical-align: middle;
 
 6724  background-color: #fff;
 
 6728  border-bottom: solid 1px rgba(0,0,0,.2);
 
 6733.multi-select-
button:focus {
 
 6735  border-bottom: 1px solid #666;
 
 6738.multi-select-
button:after {
 
 6740  display: 
inline-block;
 
 6743  border-style: solid;
 
 6744  border-width: 0.5em 0.23em 0em 0.23em;
 
 6745  border-color: #888 transparent transparent transparent;
 
 6749.multi-select-container--open .multi-select-menu { display: block; }
 
 6751.multi-select-container--open .multi-select-
button:after {
 
 6752  border-width: 0 0.4em 0.4em 0.4em;
 
 6753  border-color: transparent transparent #888 transparent;
 
 6756.multi-select-menuitem {
 
 6761label.multi-select-menuitem {
 
 6771ul.ulselectedfields {
 
 6779  vertical-align: middle;
 
 6780  display: 
inline-block;
 
 6782.dropdown dd, .dropdown dt {
 
 6788  text-align: <?php echo $left; ?>;
 
 6798.dropdown dt a span, .multiSel span {
 
 6800  display:
inline-block;
 
 6801  padding: 0 3px 2px 0;
 
 6803.maxwidthsearch .dropdown dt a span, .multiSel span {
 
 6804  padding: 0 3px 2px 3px;
 
 6806.dropdown span.value {
 
 6810  background-color: #FFF;
 
 6811  box-shadow: 1px 1px 10px #aaa;
 
 6813  <?php echo $right; ?>:0px;            
 
 6822.dropdown dd ul.selectedfieldsleft {
 
 6823  <?php echo $right; ?>: 
auto;
 
 6826  white-space: nowrap;
 
 6827  font-weight: normal;
 
 6828  padding: 7px 8px 7px 8px;
 
 6832.dropdown dd ul li:hover {
 
 6835.dropdown dd ul li input[
type=
"checkbox"] {
 
 6836  margin-<?php echo $right; ?>: 3px;
 
 6838.dropdown dd ul li a, .dropdown dd ul li span {
 
 6842.dropdown dd ul li span {
 
 6845.dropdown dd ul li a:hover {
 
 6846  background-color: #eee;
 
 6849dd.dropdowndd ul li {
 
 6850  text-overflow: ellipsis;
 
 6852  white-space: nowrap;
 
 6863  text-overflow: ellipsis;
 
 6864  white-space: nowrap;
 
 6877  padding-bottom: 20px;
 
 6885.searchpage .tagtr .tagtd {
 
 6887  padding-bottom: 2px;
 
 6889.searchpage .tagtr .tagtd .button {
 
 6893.searchpage .searchform input {
 
 6897li.ui-li-divider .ui-link {
 
 6898  color: #FFF !important;
 
 6903a.ui-link, a.ui-link:hover, .ui-btn:hover, span.ui-btn-text:hover, span.ui-btn-inner:hover {
 
 6904  text-decoration: none !important;
 
 6914  font-size: <?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize; ?>;
 
 6917.ui-btn-icon-right .ui-btn-inner {
 
 6918  padding-right: 30px;
 
 6920.ui-btn-icon-left .ui-btn-inner {
 
 6923.ui-select .ui-btn-icon-right .ui-btn-inner {
 
 6924  padding-right: 30px;
 
 6926.ui-select .ui-btn-icon-left .ui-btn-inner {
 
 6929.ui-select .ui-btn-icon-right .ui-icon {
 
 6932.ui-btn-icon-left > .ui-btn-inner > .ui-icon, .ui-btn-icon-right > .ui-btn-inner > .ui-icon {
 
 6938  white-space: nowrap;      
 
 6939  text-overflow: ellipsis;
 
 6941.fiche .ui-controlgroup {
 
 6943  padding-bottom: 0px;
 
 6945div.ui-controlgroup-controls div.tabsElem
 
 6949div.ui-controlgroup-controls div.tabsElem a
 
 6951  -webkit-box-shadow: 0 -3px 6px rgba(0,0,0,.2);
 
 6952  box-shadow: 0 -3px 6px rgba(0,0,0,.2);
 
 6954div.ui-controlgroup-controls div.tabsElem a#active {
 
 6955  -webkit-box-shadow: 0 -3px 6px rgba(0,0,0,.3);
 
 6956  box-shadow: 0 -3px 6px rgba(0,0,0,.3);
 
 6959a.tab span.ui-btn-inner
 
 6966  color: rgb(<?php print $colortext; ?>);
 
 6968.liste_titre .ui-link {
 
 6969  color: rgb(<?php print $colortexttitle; ?>) !important;
 
 6973  word-wrap: 
break-word;
 
 6977.formdoc .ui-btn-inner
 
 6979  white-space: normal;
 
 6981  text-overflow: clip; 
 
 6989div.ui-radio, div.ui-checkbox
 
 6991  display: 
inline-block;
 
 6992  border-bottom: 0px !important;
 
 6994.ui-checkbox input, .ui-radio input {
 
 7000div.ui-checkbox label+input, div.ui-radio label+input {
 
 7005  padding-bottom: 10px; margin-bottom: 4px; border-bottom: 1px solid #AAAAAA !important;
 
 7010  -webkit-border-radius: 0;
 
 7013.ui-field-contain label.ui-input-text {
 
 7014  vertical-align: middle !important;
 
 7016.ui-mobile fieldset {
 
 7017  border-bottom: none !important;
 
 7021.ui-li .ui-btn-inner a.ui-link-inherit, .ui-li-
static.ui-li {
 
 7026  font-weight: normal;
 
 7028.ui-focus, .ui-btn:focus {
 
 7029  -webkit-box-shadow: none;
 
 7037  color: rgb(<?php print $colortexttitlenotab; ?>) !important;
 
 7039.ui-bar-b, .lilevel0 {
 
 7040  background-repeat: repeat-x;
 
 7044  color: rgb(<?php print $colortexttitlenotab; ?>) !important;
 
 7047  font-weight: normal !important;
 
 7050.ui-li.ui-last-child, .ui-li.ui-field-contain.ui-last-child {
 
 7051  border-bottom-width: 0px !important;
 
 7054  color: rgb(<?php echo $colortexttitle; ?>) !important;
 
 7057  box-shadow: none !important;
 
 7058  border-bottom: 1px solid #ccc;
 
 7061  border-right: 1px solid #ccc !important;
 
 7064  border: 1px solid #ccc;
 
 7067.ui-btn-up-c, .ui-btn-hover-c {
 
 7071.ui-body-c .ui-link, .ui-body-c .ui-link:visited, .ui-body-c .ui-link:hover {
 
 7072  color: rgb(<?php print $colortextlink; ?>);
 
 7074.ui-btn-up-c .vsmenudisabled {
 
 7075  color: #<?php echo $colorshadowtitle; ?> !important;
 
 7076  text-shadow: none !important;
 
 7084  background: transparent;
 
 7097  color: rgb(<?php print $colortexttitlenotab; ?>) !important;
 
 7100  border-top: 2px solid #444;
 
 7101  background: #fff ! important;
 
 7103.lilevel1 div div a {
 
 7104  font-weight: bold !important;
 
 7109  background: #fff ! important;
 
 7114  background: #fff ! important;
 
 7119  background: #fff ! important;
 
 7124  background: #fff ! important;
 
 7134  background: url(
'<?php echo dol_buildpath($path.'/theme/
'.$theme.'/img/menus/money.png
', 1) ?>') top left no-repeat;
 
 7135  background-position-y: 15px;
 
 7139  background: url(
'<?php echo dol_buildpath($path.'/theme/
'.$theme.'/img/menus/home.png
', 1) ?>') top left no-repeat;
 
 7140  background-position-y: 15px;
 
 7142.menu_choix1,.menu_choix2 {
 
 7145  border: 1px solid #666;
 
 7148.menu_choix1 a, .menu_choix2 a {
 
 7151  text-decoration: none;
 
 7157.menu_choix1 a:hover,.menu_choix2 a:hover {
 
 7160.menu li.menu_choix1 {
 
 7162  padding-right: 10px;
 
 7163  padding-bottom: 2px;
 
 7165.menu li.menu_choix2 {
 
 7167  padding-right: 10px;
 
 7168  padding-bottom: 2px;
 
 7170@media only screen and (max-width: 767px)
 
 7172  .menu_choix1 a, .menu_choix2 a {
 
 7173    background-size: 36px 36px;
 
 7177  .menu li.menu_choix1, .menu li.menu_choix2 {
 
 7182    margin-right: 0 !important;
 
 7196  border: 1px solid #888;
 
 7198.publicnewmemberform div.tabBarWithBottom {
 
 7199  border: 1px solid #e8e8e8;
 
 7202  background-color: #f8f8f8;
 
 7206.publicnewmemberform #tablesubscribe {
 
 7219.publicnewticketform {
 
 7224  padding-right: 50px;
 
 7227@media only screen and (max-width: 767px)
 
 7229  .ticketlargemargin {
 
 7230    padding-left: 5px; padding-right: 5px;
 
 7243#cd-timeline::before { 
 7251  background: #d7e4ed;
 
 7253@media only screen and (min-width: 1170px) {
 
 7257  #cd-timeline::before { 
 7267.cd-timeline-block:after {
 
 7272.cd-timeline-block:first-child {
 
 7275.cd-timeline-block:last-child {
 
 7278@media only screen and (min-width: 1170px) {
 
 7279  .cd-timeline-block {
 
 7282  .cd-timeline-block:first-child {
 
 7285  .cd-timeline-block:last-child {
 
 7297  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
 
 7298  background: #d7e4ed;
 
 7300.cd-timeline-img img {
 
 7310.cd-timeline-img.cd-picture {
 
 7311  background: #75ce66;
 
 7313.cd-timeline-img.cd-movie {
 
 7314  background: #c03b44;
 
 7316.cd-timeline-img.cd-location {
 
 7317  background: #f0ca45;
 
 7319@media only screen and (min-width: 1170px) {
 
 7326  -webkit-transform: translateZ(0);
 
 7327  -webkit-backface-visibility: hidden;
 
 7329  .cssanimations .cd-timeline-img.is-hidden {
 
 7332  .cssanimations .cd-timeline-img.bounce-in {
 
 7333  visibility: visible;
 
 7334  -webkit-animation: cd-bounce-1 0.6s;
 
 7335  -moz-animation: cd-bounce-1 0.6s;
 
 7336  animation: cd-bounce-1 0.6s;
 
 7340@-webkit-keyframes cd-bounce-1 {
 
 7343  -webkit-transform: scale(0.5);
 
 7348  -webkit-transform: scale(1.2);
 
 7352  -webkit-transform: scale(1);
 
 7355@-moz-keyframes cd-bounce-1 {
 
 7358  -moz-transform: scale(0.5);
 
 7363  -moz-transform: scale(1.2);
 
 7367  -moz-transform: scale(1);
 
 7370@keyframes cd-bounce-1 {
 
 7373  -webkit-transform: scale(0.5);
 
 7374  -moz-transform: scale(0.5);
 
 7375  -ms-transform: scale(0.5);
 
 7376  -o-transform: scale(0.5);
 
 7377  transform: scale(0.5);
 
 7382  -webkit-transform: scale(1.2);
 
 7383  -moz-transform: scale(1.2);
 
 7384  -ms-transform: scale(1.2);
 
 7385  -o-transform: scale(1.2);
 
 7386  transform: scale(1.2);
 
 7390  -webkit-transform: scale(1);
 
 7391  -moz-transform: scale(1);
 
 7392  -ms-transform: scale(1);
 
 7393  -o-transform: scale(1);
 
 7394  transform: scale(1);
 
 7397.cd-timeline-content {
 
 7401  border-radius: 0.25em;
 
 7403  background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
 
 7404  background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
 
 7405  background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
 
 7406  background-image: linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
 
 7408.cd-timeline-content:after {
 
 7413.cd-timeline-content h2 {
 
 7416.cd-timeline-content .cd-date {
 
 7418  font-size: 0.8125rem;
 
 7420.cd-timeline-content .cd-date {
 
 7421  display: 
inline-block;
 
 7423.cd-timeline-content p {
 
 7428.cd-timeline-content .cd-date {
 
 7433.cd-timeline-content::before {
 
 7440  border: 7px solid transparent;
 
 7441  border-right: 7px solid white;
 
 7443@media only screen and (min-width: 768px) {
 
 7444  .cd-timeline-content h2 {
 
 7448  .cd-timeline-content {
 
 7452  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
 
 7454  font-size: 0.875rem;
 
 7457@media only screen and (min-width: 1170px) {
 
 7458  .cd-timeline-content {
 
 7463  .cd-timeline-content::before {
 
 7466  border-color: transparent;
 
 7467  border-left-color: white;
 
 7469  .cd-timeline-content .cd-read-more {
 
 7472  .cd-timeline-content .cd-date {
 
 7480  .cd-timeline-block:nth-child(even) .cd-timeline-content {
 
 7483  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
 
 7487  border-color: transparent;
 
 7488  border-right-color: white;
 
 7490  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
 
 7493  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
 
 7506span.phpdebugbar-tooltip.phpdebugbar-tooltip-extra-wide, span.phpdebugbar-tooltip.phpdebugbar-tooltip-wide {
 
 7507  width: 250px !important;
 
 7509.phpdebugbar-indicator span.phpdebugbar-tooltip {
 
 7510  opacity: .95 !important;
 
 7512a.phpdebugbar-tab.phpdebugbar-active {
 
 7513  background-image: unset !important;
 
 7515.phpdebugbar-indicator .fa {
 
 7516  font-family: 
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>";
 
 7519div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-value.phpdebugbar-widgets-warning:before,
 
 7520div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-value.phpdebugbar-widgets-error:before,
 
 7521div.phpdebugbar-widgets-exceptions a.phpdebugbar-widgets-editor-link:before,
 
 7522div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-database:before,
 
 7523div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-duration:before,
 
 7524div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-memory:before,
 
 7525div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-row-count:before,
 
 7526div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-copy-clipboard:before,
 
 7527div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-stmt-id:before,
 
 7528div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-render-time:before,
 
 7529div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-memory:before,
 
 7530div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-param-count:before,
 
 7531div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-
type:before,
 
 7532div.phpdebugbar-widgets-templates a.phpdebugbar-widgets-editor-link:before
 
 7534  font-family: 
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>" !important;
 
 7542.jcrop-holder { background: unset !important; }
 
 7549.dol-xaxis-vertical .flot-x-axis .flot-tick-label.tickLabel {
 
 7550  text-orientation: sideways;
 
 7552  writing-mode: vertical-rl;
 
 7553  white-space: nowrap;
 
 7561span.clipboardCPValueToPrint, div.clipboardCPValueToPrint {
 
 7562  display: 
inline-block;
 
 7564span.clipboardCPValue.hidewithsize {
 
 7565  width: 0 !important;
 
 7566  display: 
inline-block;  
 
 7568  white-space: nowrap;
 
 7570  vertical-align: middle;
 
 7572div.clipboardCPValue.hidewithsize {
 
 7573  width: 0 !important;
 
 7576  white-space: nowrap;
 
 7579.clipboardCPShowOnHover .clipboardCPButton {
 
 7588.clipboardCPTextDivInside {
 
 7592  border: 1px solid #DDD;
 
 7601  white-space: nowrap;
 
 7603  box-shadow: 1px 1px 6px #ddd;
 
 7611.radio_js_bloc_number {
 
 7612  display:
inline-block;
 
 7616  border:1px solid #ccc;
 
 7623.radio_js_bloc_number.selected {
 
 7624  transition:0.2s ease background;
 
 7637  vertical-align: top;
 
 7641#virtualcard-iframe { 
 7642  border: 40px solid #aaa;
 
 7643  vertical-align: top;
 
 7646  border-radius: 10px;
 
 7650  pointer-events: none;
 
 7664.highlightDragDropArea{
 
 7665  border: 2px #000 dashed !important;
 
 7666  background-color: #eee !important;
 
 7668.highlightDragDropArea * :not(.dragDropAreaMessage *){
 
 7670  filter: blur(1px) grayscale(90%);
 
 7672.dragDropAreaMessage {
 
 7676  transform: translate(-50%, -50%);
 
 7686  border: 1px solid #bbb !important;
 
 7693.opensurveydescription * {
 
 7698  padding: 0 4px 0 4px;
 
 7702  margin-right: 100px;
 
 7706  background-color: #f0f0f0;
 
 7710.survey_borders .resultats .nom {
 
 7711  text-align: <?php echo $left; ?>
 
 7713.survey_borders .resultats .sujet {
 
 7722@media only screen and (max-width: 767px)
 
 7724  .imgopensurveywizard, .imgautosize { width:95%; height: 
auto; }
 
 7728    width: <?php print 
dol_size(350, 
'width'); ?>px;
 
 7734    -webkit-border-radius: 0;
 
 7740  td.widthpictotitle { width: 30px; }
 
 7742  .box-flex-container {
 
 7743    margin: 0 0 0 -8px !important;
 
 7746  .logopublicpayment #dolpaymentlogo {
 
 7749  #tablepublicpayment { 
 7750    width:  
auto !important;
 
 7751    border: none !important;
 
 7753  .poweredbypublicpayment {
 
 7754    float: unset !important;
 
 7755    top: unset !important;
 
 7757    right: -10px !important;
 
 7771@media only screen and (max-width: 1024px)
 
 7773  div#ecm-layout-west {
 
 7777  div#ecm-layout-center {
 
 7783  width: <?php echo $disableimages ? 
'auto' : 
'44'; ?>px;
 
 7788@media only screen and (max-width: <?php echo !
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC1') ? round($nbtopmenuentries * 90, 0) + 340 : $conf->global->THEME_ELDY_WITDHOFFSET_FOR_REDUC1; ?>px) 
 
 7792    white-space: nowrap;
 
 7794      text-overflow: ellipsis;
 
 7795      color: #<?php echo $colortextbackhmenu; ?>;
 
 7802    background-size: 24px 
auto;
 
 7805  li.tmenu, li.tmenusel {
 
 7816@media only screen and (max-width: <?php echo !
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC2') ? round($nbtopmenuentries * 69, 0) + 130 : $conf->global->THEME_ELDY_WITDHOFFSET_FOR_REDUC2; ?>px) 
 
 7818  li.tmenucompanylogo {
 
 7823    max-width: <?php echo max(24, ceil(300 / ($nbtopmenuentriesreal + 2))); ?>px; 
 
 7824    text-overflow: clip;
 
 7826  .menuhider div.tmenucenter {
 
 7835    background-size: 20px 
auto;
 
 7840@media only screen and (max-width: 570px)
 
 7843    border-right: 1px solid rgba(0,0,0,0.3);
 
 7848  <?php 
if (
GETPOST(
'optioncss', 
'aZ09') == 
'print') {  ?>
 
 7854  li.tmenu, li.tmenusel {
 
 7857  a.tmenu:link, a.tmenu:visited, a.tmenu:hover, a.tmenu:active,
 
 7858  a.tmenusel:link, a.tmenusel:visited, a.tmenusel:hover, a.tmenusel:active {
 
 7864    border-right: 1px solid rgba(0,0,0,0.3);
 
 7866  .loginbuttonexternal {
 
 7871      text-overflow: clip;
 
 7874    background-size: 20px 
auto;
 
 7875    margin-top: 2px !important;
 
 7883    width: <?php print 
dol_size(300, 
'width'); ?>px;
 
 7887    min-width: 0 !important;
 
 7892  img.photoref, div.photoref {
 
 7893    border: 1px solid rgba(0, 0, 0, 0.2);
 
 7894    -webkit-box-shadow: none;
 
 7897    object-fit: contain;
 
 7901    width: 
auto !important;   
 
 7904  .tableforfield>tr>td:first-child, .tableforfield>tbody>tr>td:first-child, div.tableforfield div.tagtr>div.tagtd:first-of-
type {
 
 7907  .tableforfield>tr>td:nth-child(2), .tableforfield>tbody>tr>td:nth-child(2), div.tableforfield div.tagtr>div.tagtd:nth-child(2) {
 
 7908    word-
break: 
break-word;
 
 7911  table.table-fiche-title .col-title div.titre{
 
 7920    word-
break: 
break-word;
 
 7923  .websiteselectionsection {
 
 7925    border-right: unset;
 
 7929  .a-mesure, .a-mesure-disabled {
 
 7933    padding-right: 12px;
 
 7936  .a-mesure, .a-mesure-disabled {
 
 7941  .underbanner.underbanner-before-box {
 
 7942    border-bottom: none;
 
 7946    margin-bottom: 0.5em;
 
 7957  .lilevel1 span.paddingright {
 
 7961  img.userphotopublicvcard {
 
 7970include 
dol_buildpath($path.
'/theme/'.$theme.
'/dropdown.inc.php', 0);
 
 7971include 
dol_buildpath($path.
'/theme/'.$theme.
'/info-box.inc.php', 0);
 
 7972include 
dol_buildpath($path.
'/theme/'.$theme.
'/progress.inc.php', 0);
 
 7973include 
dol_buildpath($path.
'/theme/eldy/timeline.inc.php', 0); 
 
 7976  print $conf->global->THEME_CUSTOM_CSS;
 
 7979if (is_object($db)) {
 
 7985::-webkit-scrollbar {
 
 7991::-webkit-scrollbar-track-piece {
 
 7992  background: #f4f4f4;
 
 7994::-webkit-scrollbar-thumb {
 
 8001div.flot-text .flot-tick-label .tickLabel, .fa-color-unset {
 
colorStringToArray($stringcolor, $colorifnotfound=array(88, 88, 88))
Convert a string RGB value ('FFFFFF', '255,255,255') into an array RGB array(255,255,...
 
price($amount, $form=0, $outlangs='', $trunc=1, $rounding=-1, $forcerounding=-1, $currency_code='')
Function to format a value into an amount for visual output Function used into PDF and HTML pages.
 
getDolGlobalInt($key, $default=0)
Return a Dolibarr global constant int value.
 
dol_size($size, $type='')
Optimize a size for some browsers (phone, smarphone, ...)
 
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
 
dol_buildpath($path, $type=0, $returnemptyifnotfound=0)
Return path of url or filesystem.
 
getDolGlobalString($key, $default='')
Return dolibarr global constant string value.
 
conf($dolibarr_main_document_root)
Load conf file (file must exists)
 
if(!defined( 'NOREQUIREMENU')) if(!empty(GETPOST('seteventmessages', 'alpha'))) if(!function_exists("llxHeader")) top_httphead($contenttype='text/html', $forcenocache=0)
Show HTTP header.
 
ui dialog ui datepicker calendar ui widget content ui state ui datepicker calendar ui widget header ui state ui datepicker calendar ui button
0 = Do not include form tag and submit button -1 = Do not include form tag but include submit button
 
if(preg_match('/crypted:/i', $dolibarr_main_db_pass)||!empty($dolibarr_main_db_encrypted_pass)) $conf db type
 
$conf db name
Only used if Module[ID]Name translation string is not found.