34if (!defined(
'NOREQUIRESOC')) {
35 define(
'NOREQUIRESOC',
'1');
38if (!defined(
'NOCSRFCHECK')) {
39 define(
'NOCSRFCHECK', 1);
41if (!defined(
'NOTOKENRENEWAL')) {
42 define(
'NOTOKENRENEWAL', 1);
44if (!defined(
'NOLOGIN')) {
48if (!defined(
'NOREQUIREHTML')) {
49 define(
'NOREQUIREHTML', 1);
51if (!defined(
'NOREQUIREAJAX')) {
52 define(
'NOREQUIREAJAX',
'1');
56define(
'ISLOADEDBYSTEELSHEET',
'1');
59require __DIR__.
'/theme_vars.inc.php';
60if (defined(
'THEME_ONLY_CONSTANT')) {
65@phan-var-force string $badgeDanger
66@phan-var-force string $badgeWarning
67@phan-var-force string $butactionbg
68@phan-var-force string $colorbackbody
69@phan-var-force string $colorbackhmenu1
70@phan-var-force string $colorbacklinebreak
71@phan-var-force string $colorbacklineimpair1
72@phan-var-force string $colorbacklineimpair2
73@phan-var-force string $colorbacklinepair1
74@phan-var-force string $colorbacklinepair2
75@phan-var-force string $colorbacklinepairchecked
76@phan-var-force string $colorbacklinepairhover
77@phan-var-force string $colorbacktabactive
78@phan-var-force string $colorbacktabcard1
79@phan-var-force string $colorbacktitle1
80@phan-var-force string $colorbackvmenu1
81@phan-var-force string $colorblind_deuteranopes_textSuccess
82@phan-var-force string $colorblind_deuteranopes_textWarning
83@phan-var-force string $colortext
84@phan-var-force string $colortextlink
85@phan-var-force string $colortexttitle
86@phan-var-force string $colortexttitlelink
87@phan-var-force string $colortexttitlenotab
88@phan-var-force string $colortexttitlenotab2
89@phan-var-force string $colortopbordertitle1
90@phan-var-force string $fontsize
91@phan-var-force string $textDanger
92@phan-var-force string $textSuccess
93@phan-var-force string $textWarning
94@phan-var-force string $textbutaction
95@phan-var-force string $toolTipBgColor
96@phan-var-force string $toolTipFontColor
99session_cache_limiter(
'public');
102require_once __DIR__.
'/../../main.inc.php';
103require_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
107if (empty($user->id) && !empty($_SESSION[
'dol_login'])) {
108 $user->fetch(0, $_SESSION[
'dol_login'],
'', 1);
114 $menumanager =
new MenuManager($db, empty($user->socid) ? 0 : 1);
123if (empty($dolibarr_nocache)) {
124 header(
'Cache-Control: max-age=10800, public, must-revalidate');
126 header(
'Cache-Control: no-cache');
130 $conf->theme =
GETPOST(
'theme',
'aZ09');
133 $langs->setDefaultLang(
GETPOST(
'lang',
'aZ09'));
136if (GETPOSTISSET(
'THEME_DARKMODEENABLED')) {
137 $conf->global->THEME_DARKMODEENABLED =
GETPOSTINT(
'THEME_DARKMODEENABLED');
140$langs->load(
"main", 0, 1);
141$right = ($langs->trans(
"DIRECTION") ==
'rtl' ?
'left' :
'right');
142$left = ($langs->trans(
"DIRECTION") ==
'rtl' ?
'right' :
'left');
152$fontlist =
'roboto,arial,tahoma,verdana,helvetica';
158$img_button =
dol_buildpath($path.
'/theme/'.$theme.
'/img/button_bg.png', 1);
159$dol_hide_topmenu = $conf->dol_hide_topmenu;
160$dol_hide_leftmenu = $conf->dol_hide_leftmenu;
161$dol_optimize_smallscreen = $conf->dol_optimize_smallscreen;
162$dol_no_mouse_hover = $conf->dol_no_mouse_hover;
174if (!isset($conf->global->THEME_ELDY_BACKBODY)) {
175 $conf->global->THEME_ELDY_BACKBODY = $colorbackbody;
177if (!isset($conf->global->THEME_ELDY_TOPMENU_BACK1)) {
178 $conf->global->THEME_ELDY_TOPMENU_BACK1 = $colorbackhmenu1;
180if (!isset($conf->global->THEME_ELDY_VERMENU_BACK1)) {
181 $conf->global->THEME_ELDY_VERMENU_BACK1 = $colorbackvmenu1;
183if (!isset($conf->global->THEME_ELDY_BACKTITLE1)) {
184 $conf->global->THEME_ELDY_BACKTITLE1 = $colorbacktitle1;
186if (!isset($conf->global->THEME_ELDY_USE_HOVER)) {
187 $conf->global->THEME_ELDY_USE_HOVER = $colorbacklinepairhover;
189if (!isset($conf->global->THEME_ELDY_USE_CHECKED)) {
190 $conf->global->THEME_ELDY_USE_CHECKED = $colorbacklinepairchecked;
192if (!isset($conf->global->THEME_ELDY_LINEBREAK)) {
193 $conf->global->THEME_ELDY_LINEBREAK = $colorbacklinebreak;
195if (!isset($conf->global->THEME_ELDY_TEXTTITLENOTAB)) {
196 $conf->global->THEME_ELDY_TEXTTITLENOTAB = $colortexttitlenotab;
198if (!isset($conf->global->THEME_ELDY_TEXTLINK)) {
199 $conf->global->THEME_ELDY_TEXTLINK = $colortextlink;
201if (!isset($conf->global->THEME_ELDY_BTNACTION)) {
202 $conf->global->THEME_ELDY_BTNACTION = $butactionbg;
204if (!isset($conf->global->THEME_ELDY_TEXTBTNACTION)) {
205 $conf->global->THEME_ELDY_TEXTBTNACTION = $textbutaction;
211 $conf->global->THEME_ELDY_BACKTABCARD1 =
'255,255,255';
212 $conf->global->THEME_ELDY_BACKTABACTIVE =
'234,234,234';
213 $conf->global->THEME_ELDY_TEXT =
'0,0,0';
214 $conf->global->THEME_ELDY_FONT_SIZE1 = $fontsize;
215 $conf->global->THEME_ELDY_FONT_SIZE2 =
'11';
219$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);
220$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);
221$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);
222$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);
223$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);
224$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);
225$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);
226$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);
227$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);
228$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);
229$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);
230$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);
231$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);
232$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);
233$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);
234$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);
235$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);
236$colortextlinkHsla =
colorHexToHsl($colortextlink,
false,
true);
237$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);
238$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);
239$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);
240$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);
241$heightrow = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_USECOMOACTROW') ?
'155%' :
'300%') : (empty($user->
conf->THEME_ELDY_USECOMOACTROW) ?
'155%' :
'300%');
244$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));
245$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));
246if (!empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED)) {
247 $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));
248 $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));
251if (empty($colortopbordertitle1)) {
252 $colortopbordertitle1 = $colorbackhmenu1;
257$tmppart = explode(
',', $colorbackhmenu1);
258$tmpval = (!empty($tmppart[0]) ? $tmppart[0] : 0) + (!empty($tmppart[1]) ? $tmppart[1] : 0) + (!empty($tmppart[2]) ? $tmppart[2] : 0);
260 $colortextbackhmenu =
'FFFFFF';
262 $colortextbackhmenu =
'000000';
266$tmppart = explode(
',', $colorbackvmenu1);
267$tmpval = (!empty($tmppart[0]) ? $tmppart[0] : 0) + (!empty($tmppart[1]) ? $tmppart[1] : 0) + (!empty($tmppart[2]) ? $tmppart[2] : 0);
269 $colortextbackvmenu =
'FFFFFF';
271 $colortextbackvmenu =
'222222';
277$tmppart = explode(
',', $colorbacktitle1);
278if ($colortexttitle ==
'') {
279 $tmpval = (!empty($tmppart[0]) ? $tmppart[0] : 0) + (!empty($tmppart[1]) ? $tmppart[1] : 0) + (!empty($tmppart[2]) ? $tmppart[2] : 0);
280 if ($tmpval <= 460) {
281 $colortexttitle =
'FFFFFF';
282 $colorshadowtitle =
'888888';
284 $colortexttitle =
'101010';
285 $colorshadowtitle =
'FFFFFF';
288 $colorshadowtitle =
'888888';
292$tmppart = explode(
',', $colorbacktabcard1);
293$tmpval = (!empty($tmppart[0]) ? $tmppart[0] : 0) + (!empty($tmppart[1]) ? $tmppart[1] : 0) + (!empty($tmppart[2]) ? $tmppart[2] : 0);
295 $colortextbacktab =
'FFFFFF';
297 $colortextbacktab =
'111111';
310if ($colorbacklinepairhover !=
'') {
313if ($colorbacklinepairchecked !=
'') {
314 $colorbacklinepairchecked = implode(
',',
colorStringToArray($colorbacklinepairchecked));
323$nbtopmenuentries = $menumanager->showmenu(
'topnb');
324$nbtopmenuentriesreal = $nbtopmenuentries;
325if ($conf->browser->layout ==
'phone') {
326 $nbtopmenuentries = max($nbtopmenuentries, 10);
330print
'colorbackbody='.$colorbackbody.
"\n";
331print
'colorbackvmenu1='.$colorbackvmenu1.
"\n";
332print
'colorbackhmenu1='.$colorbackhmenu1.
"\n";
333print
'colorbacktitle1='.$colorbacktitle1.
"\n";
334print
'colorbacklineimpair1='.$colorbacklineimpair1.
"\n";
335print
'colorbacklineimpair2='.$colorbacklineimpair2.
"\n";
336print
'colorbacklinepair1='.$colorbacklinepair1.
"\n";
337print
'colorbacklinepair2='.$colorbacklinepair2.
"\n";
338print
'colorbacklinepairhover='.$colorbacklinepairhover.
"\n";
339print
'colorbacklinepairchecked='.$colorbacklinepairchecked.
"\n";
340print
'colortexttitlenotab='.$colortexttitlenotab.
"\n";
341print
'colortexttitle='.$colortexttitle.
"\n";
342print
'colortext='.$colortext.
"\n";
343print
'colortextlink='.$colortextlink.
"\n";
344print
'colortexttitlelink='.$colortexttitlelink.
"\n";
345print
'colortextbackhmenu='.$colortextbackhmenu.
"\n";
346print
'colortextbackvmenu='.$colortextbackvmenu.
"\n";
347print
'dol_hide_topmenu='.$dol_hide_topmenu.
"\n";
348print
'dol_hide_leftmenu='.$dol_hide_leftmenu.
"\n";
349print
'dol_optimize_smallscreen='.$dol_optimize_smallscreen.
"\n";
350print
'dol_no_mouse_hover='.$dol_no_mouse_hover.
"\n";
351print
'dol_screenwidth='.$_SESSION[
'dol_screenwidth'].
"\n";
352print
'dol_screenheight='.$_SESSION[
'dol_screenheight'].
"\n";
353print
'fontsize='.$fontsize.
"\n";
354print
'nbtopmenuentries='.$nbtopmenuentries.
"\n";
368 --colorbackhmenu1: rgb(<?php print $colorbackhmenu1; ?>);
369 --colorbackvmenu1: rgb(<?php print $colorbackvmenu1; ?>);
370 --colorbacktitle1: rgb(<?php print $colorbacktitle1; ?>);
371 --colorbacktabcard1: rgb(<?php print $colorbacktabcard1; ?>);
372 --colorbacktabactive: rgb(<?php print $colorbacktabactive; ?>);
373 --colorbacklineimpair1: rgb(<?php print $colorbacklineimpair1; ?>);
374 --colorbacklineimpair2: rgb(<?php print $colorbacklineimpair2; ?>);
375 --colorbacklinepair1: rgb(<?php print $colorbacklinepair1; ?>);
376 --colorbacklinepair2: rgb(<?php print $colorbacklinepair2; ?>);
377 --colorbacklinepairhover: rgb(<?php print $colorbacklinepairhover; ?>);
378 --colorbacklinepairchecked: rgb(<?php print $colorbacklinepairchecked; ?>);
379 --colorbacklinebreak: rgb(<?php print $colorbacklinebreak; ?>);
380 --colorbackbody: rgb(<?php print $colorbackbody; ?>);
381 --colorbackmobilemenu: #f8f8f8;
382 --colorbackgrey: #f0f0f0;
383 --colortexttitlenotab: rgb(<?php print $colortexttitlenotab; ?>);
384 --colortexttitlenotab2: rgb(<?php print $colortexttitlenotab2; ?>);
385 --colortexttitle: rgb(<?php print $colortexttitle; ?>);
386 --colortexttitlelink: rgba(<?php print $colortexttitlelink; ?>, 0.9);
387 --colortext: rgb(<?php print $colortext; ?>);
388 --colortextlink: rgb(<?php print $colortextlink; ?>);
389 --colortextlink: rgb(<?php print $colortextlink; ?>);
390 --colortextlink-h: <?php print $colortextlinkHsla[
'h']; ?>;
391 --colortextlink-l: <?php print $colortextlinkHsla[
'l']; ?>%;
392 --colortextlink-s: <?php print $colortextlinkHsla[
's']; ?>%;
393 --colortextlink-a: 1;
394 --colortextbackhmenu: #<?php print $colortextbackhmenu; ?>;
395 --colortextbackvmenu: #<?php print $colortextbackvmenu; ?>;
396 --colortopbordertitle1: rgb(<?php print $colortopbordertitle1; ?>);
397 --listetotal: #551188;
398 --inputbackgroundcolor: #FFF;
399 --inputbackgroundcolordisabled: #eee;
400 --inputcolordisabled: rgb(80, 80, 80);
401 --inputbordercolor: rgba(0,0,0,.2);
402 --tooltipbgcolor: <?php print $toolTipBgColor; ?>;
403 --tooltipfontcolor : <?php print $toolTipFontColor; ?>;
404 --oddevencolor: #202020;
405 --colorboxstatsborder: #ddd;
406 --dolgraphbg: rgba(255,255,255,0);
407 --fieldrequiredcolor: #000055;
408 --colortextbacktab: #<?php print $colortextbacktab; ?>;
409 --colorboxiconbg: #eee;
411 --tableforfieldcolor:#666;
412 --amountremaintopaycolor:#880000;
413 --amountpaymentcomplete:#008855;
414 --amountremaintopaybackcolor:none;
415 --productlinestockod: #002200;
416 --productlinestocktoolow: #884400;
417 --infoboxmoduleenabledbgcolor : linear-gradient(0.4turn, #fff, #fff, #fff, #e4efe8);
418 --tablevalidbgcolor: rgb(252, 248, 227);
419 --butactionbg : #<?php print $butactionbg; ?>;
420 --textbutaction : #<?php print $textbutaction; ?>;
423 --heightrow: <?php print $heightrow; ?>;
428 print
"/* For dark mode */\n";
430 print
"@media (prefers-color-scheme: dark) {";
432 print
"@media not print {";
435 --colorbackhmenu1: #3d3e40;
436 --colorbackvmenu1: #2b2c2e;
437 --colorbacktitle1: #2b2d2f;
438 --colorbacktabcard1: #1d1e20; /* Must be same than colorbackbody */
439 --colorbacktabactive: rgb(220,220,220);
440 --colorbacklineimpair1: #38393d;
441 --colorbacklineimpair2: #2b2d2f;
442 --colorbacklinepair1: #38393d;
443 --colorbacklinepair2: #2b2d2f;
444 --colorbacklinepairhover: #2b2d2f;
445 --colorbacklinepairchecked: #0e5ccd;
446 --colorbackbody: #1d1e20;
447 --colorbackmobilemenu: #080808;
448 --colorbackgrey: #0f0f0f;
449 --tooltipbgcolor: #2b2d2f;
450 --colortexttitlenotab: rgb(220,220,220);
451 --colortexttitlenotab2: rgb(220,220,220);
452 --colortexttitle: rgb(220,220,220);
453 --colortext: rgb(220,220,220);
454 --colortextlink: #4390dc;
455 --colortexttitlelink: #4390dc;
456 --colortextbackhmenu: rgb(220,220,220);
457 --colortextbackvmenu: rgb(220,220,220);
458 --tooltipfontcolor : rgb(220,220,220);
459 --listetotal: rgb(245, 83, 158);
460 --inputbackgroundcolor: rgb(70, 70, 70);
461 --inputbackgroundcolordisabled: rgb(60, 60, 60);
462 --inputcolordisabled: rgb(140, 140, 140);
463 --inputbordercolor: rgb(220,220,220);
464 --oddevencolor: rgb(220,220,220);
465 --colorboxstatsborder: rgb(65,100,138);
466 --dolgraphbg: #1d1e20;
467 --fieldrequiredcolor: rgb(250,183,59);
468 --colortextbacktab: rgb(220,220,220);
469 --colorboxiconbg: rgb(36,38,39);
470 --refidnocolor: rgb(220,220,220);
471 --tableforfieldcolor:rgb(220,220,220);
472 --amountremaintopaycolor:rgb(252,84,91);
473 --amountpaymentcomplete:rgb(101,184,77);
474 --amountremaintopaybackcolor:rbg(245,130,46);
475 --infoboxmoduleenabledbgcolor : linear-gradient(0.4turn, #000, #000, #000, #274231);
476 --tablevalidbgcolor: rgb(80, 64, 33);
489<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
490 background-color: #FFFFFF;
492 font-size: <?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize; ?>;
494 font-family: <?php print $fontlist ?>;
500 background-color: var(--colorbackbody);
501 <?php print
'direction: '.$langs->trans(
"DIRECTION").
";\n"; ?>
505.sensiblehtmlcontent * {
509.thumbstat { font-weight: bold !important; }
510th a { font-weight: <?php echo($useboldtitle ?
'bold' :
'normal'); ?> !important; }
511a.tab { font-weight: 500 !important; }
513a:link, a:visited, a:hover, a:active, .classlink { font-family: <?php print $fontlist ?>; font-weight: normal; color: var(--colortextlink); text-decoration: none; }
514a:hover { text-decoration: underline; color: var(--colortextlink); }
515a.commonlink { color: var(--colortextlink) !important; text-decoration: none; }
520.tableforfield input, .refidno input {
529select.vmenusearchselectcombo {
530 background-color: unset;
535 border: 1px solid #aaa !important;
540input:focus, textarea:focus,
541button:focus:not(.button_search_x):not(.button_search):not(.button_removefilter), select:focus,
542.select2-container--focus span.selection span.select2-selection {
543 border-bottom: 1px solid #666;
546textarea.cke_source:focus
551th.wrapcolumntitle.liste_titre:not(.maxwidthsearch), td.wrapcolumntitle.liste_titre:not(.maxwidthsearch),
552th.wrapcolumntitle.liste_titre_sel:not(.maxwidthsearch), td.wrapcolumntitle.liste_titre_sel:not(.maxwidthsearch) {
556 text-overflow: ellipsis;
558th.wrapcolumntitle dl dt a span.fas.fa-list {
560 vertical-align: middle;
577.liste_titre input[
name=search_month], .liste_titre input[
name=search_month_start], .liste_titre input[
name=search_month_end] {
580select#date_startday, select#date_startmonth, select#date_endday, select#date_endmonth, select#reday, select#remonth
585input, input.flat, textarea, textarea.flat, form.flat select, select, select.flat, .dataTables_length label select {
586 color: var(--colortext);
588 border<?php echo !
getDolGlobalString(
'THEME_SHOW_BORDER_ON_INPUT') ?
'-bottom' :
''; ?>: solid 1px var(--inputbordercolor);
589 font-family: <?php print $fontlist ?>;
591 margin: 0px 0px 0px 0px;
592 background-color: var(--inputbackgroundcolor);
594 border<?php echo !
getDolGlobalString(
'THEME_SHOW_BORDER_ON_INPUT') ?
'-bottom' :
''; ?>: solid 1px var(--inputbordercolor);
614#mainbody input.button:not(.buttongen):not(.bordertransp), #mainbody a.button:not(.buttongen):not(.bordertransp) {
615 background: var(--butactionbg);
616 color: var(--textbutaction) !important;
618 border-collapse: collapse;
621 text-transform: uppercase;
624 padding: 0.6em 0.7em;
627#mainbody input.button:not(.buttongen):not(.bordertransp):hover, #mainbody a.button:not(.buttongen):not(.bordertransp):hover {
628 -webkit-box-shadow: 0px 0px 6px 1px rgb(50 50 50 / 40%), 0px 0px 0px rgb(60 60 60 / 10%);
629 box-shadow: 0px 0px 6px 1px rgb(50 50 50 / 40%), 0px 0px 0px rgb(60 60 60 / 10%);
631#mainbody input.buttongen, #mainbody button.buttongen {
635input.button.massactionconfirmed {
642input:invalid, select:invalid, input.--error , select.--error {
643 border-color: #ea1212;
646section.setupsection {
648 background-color: var(--colorbacktitle1);
652.field-error-icon { color: #ea1212 !important; }
656 border-top:solid 1px var(--inputbordercolor);
657 border-left:solid 1px var(--inputbordercolor);
658 border-right:solid 1px var(--inputbordercolor);
659 border-bottom:solid 1px var(--inputbordercolor);
661 background-color: #FFF;
667input.removedassigned, input.removedassignedresource {
668 padding: 2px !important;
669 vertical-align: text-bottom;
673 padding-left: 1px !important;
674 padding-right: 1px !important;
677 vertical-align: middle;
679input.buttonpayment,
button.buttonpayment, div.buttonpayment {
685 background-image: none;
690 border: 2px solid #ccc;
691 background-color: #eee;
693 color: #888 !important;
696.nofocusvisible:focus-visible {
700div.buttonpayment input {
701 background-color: unset;
702 border-bottom: unset;
704 text-transform: uppercase;
708div.buttonpayment input:focus {
711input.buttonpaymentcb {
712 background-image: url(<?php echo
dol_buildpath($path.
'/theme/common/credit_card.png', 1) ?>);
713 background-size: 26px;
714 background-repeat: no-repeat;
717input.buttonpaymentcheque {
718 background-image: url(<?php echo
dol_buildpath($path.
'/theme/common/cheque.png', 1) ?>);
719 background-repeat: no-repeat;
722input.buttonpaymentcb {
723 background-image: url(<?php echo
dol_buildpath($path.
'/theme/common/credit_card.png', 1) ?>);
724 background-size: 24px;
725 background-repeat: no-repeat;
728input.buttonpaymentpaypal {
729 background-image: url(<?php echo
dol_buildpath($path.
'/paypal/img/object_paypal.png', 1) ?>);
730 background-repeat: no-repeat;
733input.buttonpaymentpaybox {
734 background-image: url(<?php echo
dol_buildpath($path.
'/paybox/img/object_paybox.png', 1) ?>);
735 background-repeat: no-repeat;
738input.buttonpaymentstripe {
739 background-image: url(<?php echo
dol_buildpath($path.
'/stripe/img/object_stripe.png', 1) ?>);
740 background-repeat: no-repeat;
743.logopublicpayment #dolpaymentlogo {
746 image-rendering: -webkit-optimize-contrast;
751 background-color: transparent;
752 color: var(--colortext) !important;
753 border: 1px solid #888;
754 margin: 0 0.45em !important;
757span.userimg.notfirst, div.userimg.notfirst {
760div.userimg.notfirst {
761 display: block-
inline;
765span.timesheetalreadyrecorded input {
767 border-bottom: solid 1px rgba(0,0,0,0.1);
768 margin-right: 1px !important;
770td.onholidaymorning, td.onholidayafternoon {
771 background-color: #fdf6f2;
774 background-color: #f4eede;
776td.onholidayallday:not(.weekend) input {
777 background-color: #f8f7f0;
780 background-color: #eee;
785td.leftborder, td.hide0 {
786 border-left: 1px solid #ccc;
788td.leftborder, td.hide6 {
789 border-right: 1px solid #ccc;
792 border-right: 1px solid #ccc;
795td.linecoldescription.bomline {
799td.amount, span.amount, div.amount, b.amount {
809select.flat, form.flat select, .pageplusone {
813select.flat, form.flat select, .divadvancedsearchfieldcompinput {
816input.pageplusone, .divadvancedsearchfieldcompinput {
824 filter: saturate(0.8);
828 color: var(--colortextlink);
830.optiongrey, .opacitymedium {
833.opacitymediumbycolor {
834 color: rgba(0, 0, 0, 0.4);
846 color: var(--colorwhite);
849 color: #888 !important;
852 color: var(--colorblack);
854.colorblack.totalnboflines {
859 font-size: unset !important;
863 transform: scale(1, -1);
866 transform: scale(-1, 1);
869select:invalid, select.--error {
874 background: var(--inputbackgroundcolordisabled);
875 color: var(--inputcolordisabled);
879 box-shadow: none !important;
881.listactionlargetitle .liste_titre {
885 padding: 0px !important;
886 border: 0px !important;
887 vertical-align: text-bottom;
890input[
type=file] { background-color: transparent; border-top: none; border-left: none; border-right: none; box-shadow: none; }
891input[
type=checkbox] { background-color: transparent; border: none; box-shadow: none; vertical-align: middle; }
892input[
type=radio] { background-color: transparent; border: none; box-shadow: none; vertical-align: middle; }
893input[
type=image] { background-color: transparent; border: none; box-shadow: none; }
894input:-webkit-autofill {
895 background-color: #FBFFEA !important;
896 background-image:none !important;
897 -webkit-box-shadow: 0 0 0 50px #FBFFEA inset;
900input[
type=checkbox], input[
type=radio] {
903.kanban input.checkforselect {
909.placeholder { color: #ccc; }
910::-webkit-input-placeholder { color:#ccc; }
911:-moz-placeholder { color:#bbb; }
912::-moz-placeholder { color:#bbb; }
913:-ms-input-placeholder { color:#ccc; }
914input:-moz-placeholder { color:#ccc; }
916input[
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; }
918 border: 1px solid #AAAAAA !important;
919 padding-
inline-start: 2em;
920 padding-
inline-end: 2em;
921 min-
inline-size:
auto;
923.legendforfieldsetstep { padding-bottom: 10px; }
924input#onlinepaymenturl, input#directdownloadlink {
930 padding: 20px 0px 0px 0px;
934div#moretabsList, div#moretabsListaction {
938hr { border: 0; border-top: 1px solid #ccc; }
939.tabBar hr { margin-top: 20px; margin-bottom: 17px; }
942table.tableforfield .button:not(.bordertransp):not(.buttonpayment),
943table.tableforfield .buttonDelete:not(.bordertransp):not(.buttonpayment) {
948.button:not(.bordertransp):not(.buttonpayment), .buttonDelete:not(.bordertransp):not(.buttonpayment) {
949 border-color: #c5c5c5;
950 border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
951 display: inline-block;
955 font-family: <?php print $fontlist ?>;
958 color:
#333333 !important;
959 text-decoration: none !important;
960 text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
961 background-color: #f5f5f5;
962 background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
963 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
964 background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
965 background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
966 background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
967 background-repeat: repeat-x;
968 border-color: #e6e6e6 #e6e6e6 #bfbfbf;
969 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
970 border: 1px solid
#bbbbbb;
971 border-bottom-color: #a2a2a2;
972 -webkit-border-radius: 2px;
974 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
975 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
977.refidno .button.smallpaddingimp {
978 font-size: 0.85em !important;
980.button:focus, .buttonDelete:focus {
981 -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 60, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
982 box-shadow: 0px 0px 6px 1px rgba(0, 0, 60, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
984.button:hover:not(.nohover), .buttonDelete:hover:not(.nohover) {
985 -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
986 box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
988.button:
disabled, .buttonDelete:
disabled, .button.disabled, .buttonDelete.disabled {
991 -webkit-box-shadow: none;
995 pointer-events: none;
999 -webkit-box-shadow: none;
1001.button_search, .button_removefilter {
1003 background-color: unset;
1005.button_search:hover, .button_removefilter:hover {
1015div.float, span.floatleft
1017 float:<?php print $left; ?>;
1021 float:<?php print $right; ?>;
1033 display:
inline-block;
1037 display:
inline-block !important;
1046 padding-<?php echo $left; ?>: 3px;
1053 -webkit-box-shadow: none !important;
1054 box-shadow: none !important;
1055 -webkit-border-radius:0px !important;
1056 border-radius:0px !important;
1064 vertical-align: top;
1067 vertical-align: middle;
1070 vertical-align: bottom;
1073 vertical-align: text-bottom;
1079 width: 100% !important;
1081.centpercentwithout1imp {
1082 width: calc(100% - 1px) !important;
1084.centpercentwithoutmenu {
1085 width: calc(100% - 200px);
1087.quatrevingtpercent, .inputsearch {
1090.maxquatrevingtpercent {
1096.quatrevingtquinzepercent {
1099.quatrevingtpercentminusx {
1100 width: calc(80% - 52px);
1103 width: calc(100% - 52px);
1105textarea.centpercent {
1121.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
1124.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 {
1131 transform: scaleX(-1) translate(<?php print($left == 'left' ? '' : '-'); ?>2px, 0);
1134 transform: rotate(90deg) translate(0, <?php print($left ==
'left' ?
'' :
'-'); ?>2px);
1141 text-align: center !important;
1153 text-align: <?php print $left; ?>;
1156 text-align: <?php print $right; ?>;
1159 text-align: justify;
1162 float: left!important;
1165 float: right!important;
1168 white-space: <?php print($dol_optimize_smallscreen ?
'normal' :
'nowrap'); ?>;
1170.nowraponsmartphone {
1171 white-space: <?php print($dol_optimize_smallscreen ?
'nowrap' :
'normal'); ?>;
1174 white-space: <?php print($dol_optimize_smallscreen ?
'normal' :
'nowrap'); ?>;
1176.liste_titre .nowrap {
1177 white-space: nowrap;
1180 white-space: nowrap;
1183 white-space: nowrap;
1184 display:
inline-block;
1186.wrapimp, .wrapimp pre {
1187 white-space: normal !important;
1190 word-wrap:
break-word;
1193 word-
break:
break-word !important;
1196 word-
break:
break-word;
1199 word-
break:
break-all;
1201td.wordbreak img, td.wordbreakimp img {
1205 font-weight: bold !important;
1208 font-weight: normal !important;
1211 text-transform: uppercase;
1217 text-decoration: none;
1220 text-decoration: none !important;
1226 padding-<?php print $left; ?>: 0;
1229 padding-<?php print $right; ?>: 0;
1238 padding-<?php print $left; ?>: 0 !important;
1241 padding-<?php print $right; ?>: 0 !important;
1244 padding-top: 0 !important;
1246.nopaddingbottomimp {
1247 padding-bottom: 0 !important;
1250 padding-<?php print $left; ?>: 4px;
1253 padding-<?php print $left; ?>: 4px !important;
1256 padding-<?php print $left; ?>: 2px;
1259 padding-<?php print $left; ?>: 2px !important;
1262 padding-<?php print $right; ?>: 4px;
1265 padding-<?php print $right; ?>: 4px !important;
1268 padding-<?php print $right; ?>: 2px;
1271 padding-<?php print $right; ?>: 2px !important;
1280 padding-bottom: 4px;
1283 padding-bottom: 2px;
1286 margin-<?php print $left; ?>: 2px;
1289 margin-<?php print $right; ?>: 2px;
1292 padding: 6px !important;
1295 width: unset !important;
1304.classfortooltiponclick .fa-question-circle {
1311 cursor: not-allowed;
1317 background-color: #fff;
1319.nobackground, .nobackground tr {
1320 background: unset !important;
1322.checkboxattachfilelabel {
1327 border: 1px solid #888 !important;
1330 color : <?php print $textWarning; ?>
1334 max-height: <?php print
getDolGlobalInt(
'MAIN_CSS_SHORTMESSSAGECUT', 125); ?>px;
1339 max-height: <?php print
getDolGlobalInt(
'MAIN_CSS_LONGMESSSAGECUT', 250); ?>px;
1350 background-color: #e0e0e8;
1353div.urllink, div.urllink a {
1354 color: #339 !important;
1358 border: 1px solid #DFDFDF;
1359 border-radius: 10px;
1361 margin-bottom: 20px;
1365i.fa-mars::before, i.fa-venus::before, i.fa-genderless::before, i.fa-transgender::before {
1366 color: #888 !important;
1368 padding-<?php echo $left; ?>: 3px;
1370.stockmovemententry {
1372 transform: rotate(0.25turn);
1377 transform: rotate(0.3turn);
1383.publisherlogoinline {
1384 vertical-align: middle;
1392 white-space: nowrap;
1396 color : <?php print $textWarning; ?>
1398body[
class*=
"colorblind-"] .text-warning{
1399 color : <?php print $colorblind_deuteranopes_textWarning; ?>
1402 color : <?php print $textSuccess; ?>
1404body[
class*=
"colorblind-"] .text-success{
1405 color : <?php print $colorblind_deuteranopes_textSuccess; ?>
1409 color : <?php print $textDanger; ?>
1412.editfielda span.fa-pencil-alt, .editfielda span.fa-pencil-ruler, .editfielda span.fa-trash, .editfielda span.fa-crop, .editfielda span.fa-eye,
1414 color: #ccc !important;
1416.editfielda span.fa-pencil-alt:hover, .editfielda span.fa-pencil-ruler:hover, .editfielda span.fa-trash:hover, .editfielda span.fa-crop:hover,
1417.editfieldlang:hover {
1418 color: var(--colortexttitle) !important;
1420a.editfielda.nohover *:hover:before {
1421 color: #ccc !important;
1428 float: none !important;
1431span.fa.fa-plus-circle.paddingleft {
1434 padding-bottom: 2px;
1437.size12x { font-size: 1.2em !important; }
1438.size15x { font-size: 1.5em !important; }
1439.fa-toggle-on, .fa-toggle-off, .size2x { font-size: 2em; }
1440.websiteselectionsection .fa-toggle-on, .websiteselectionsection .fa-toggle-off,
1441.asetresetmodule .fa-toggle-on, .asetresetmodule .fa-toggle-off,
1442.tdwebsitesearchresult .fa-toggle-on, .tdwebsitesearchresult .fa-toggle-off {
1443 font-size: 1.5em; vertical-align: text-bottom;
1448 white-space: nowrap;
1449 vertical-align: middle;
1450 text-overflow: ellipsis;
1455<?php include
dol_buildpath($path.
'/theme/'.$theme.
'/badges.inc.php', 0); ?>
1456<?php include
dol_buildpath($path.
'/theme/'.$theme.
'/flags-sprite.inc.php', 0); ?>
1460 border-right: 1px solid #f4f4f4;
1464 border-left: 1px solid #f4f4f4;
1475 vertical-align: middle;
1477.divsocialnetwork:not(:last-child) {
1478 padding-<?php print $right; ?>: 20px;
1481 background-color: rgba(0, 0, 0, 0.08);
1487 display:
inline-block;
1488 margin-<?php print $right; ?>: 12px;
1489 margin-<?php print $left; ?>: 2px;
1494.divsearchfieldfilter {
1495 text-overflow: clip;
1497 white-space: nowrap;
1498 padding-bottom: 5px;
1502.divadvancedsearchfield:first-child {
1505.divadvancedsearchfield {
1508 padding-right: 15px;
1509 padding-bottom: 2px;
1512.divadvancedsearchfield span.select2.select2-container.select2-container--
default {
1513 padding-bottom: 4px;
1515.divadvancedsearchfieldcompinput {
1517 border-bottom: solid 1px var(--inputbordercolor);
1520.search_component_params {
1522 -webkit-flex-flow: row wrap;
1523 flex-flow: row wrap;
1526 padding-bottom: 3px;
1527 padding-<?php echo $left; ?>: 0;
1528 padding-<?php echo $right; ?>: 0;
1529 border-bottom: solid 1px var(--inputbordercolor);
1532.search_component_searchtext {
1535.search_component_params_text, .search_component_params_text:focus {
1536 border-bottom: none;
1538 margin: 0 !important;
1544 padding-bottom: 3px;
1547 display:
inline-block;
1552 display:
inline-block;
1571if ($conf->browser->layout ==
'phone') {
1573.divsearchfieldfilter {
1574 white-space: nowrap;
1580.a-filter, .a-mesure {
1581 border-radius: 50px;
1582 background: var(--colortexttitlenotab);
1584 padding: 8px 10px 8px 6px;
1592.a-filter:before, .a-mesure:before {
1593 font-family:
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>";
1599 border-radius: 50px;
1600 background: var(--colorbacktitle1);
1613 top:calc(50% - 200px);
1614 left:calc(50% - 250px);
1618 border: 1px solid #bbb;
1619 box-shadow: 2px 2px 20px #ddd;
1629div.div-
for-modal-topright {
1637 border: 1px solid #bbb;
1638 box-shadow: 2px 2px 20px #ddd;
1655 list-style-
type: none;
1657input > ul.attendees {
1662 padding-bottom: 4px;
1666 padding-bottom: 10px;
1671 vertical-align: middle;
1673select.flat.selectlimit {
1677 margin-<?php echo $right; ?>: 10px !important;
1680 margin-<?php echo $left; ?>: 10px !important;
1682.marginleftonlyshort {
1683 margin-<?php echo $left; ?>: 4px !important;
1686 margin-<?php echo $left; ?>: 0px !important;
1689 margin-<?php echo $right; ?>: 0px !important;
1692 margin-<?php echo $right; ?>: 10px !important;
1694.marginrightonlyshort {
1695 margin-<?php echo $right; ?>: 4px !important;
1697.marginrightonlylarge {
1698 margin-<?php echo $right; ?>: 20px !important;
1701 margin-top: 10px !important;
1703.margintoponlyshort {
1704 margin-top: 3px !important;
1707 margin-bottom: 10px !important;
1709.marginbottomonlyshort {
1710 margin-bottom: 3px !important;
1713 margin-top: 0 !important;
1716 margin-bottom: 0 !important;
1719.selectlimit, .selectlimit:focus {
1720 border-left: none !important;
1721 border-top: none !important;
1722 border-right: none !important;
1726 text-decoration: line-through;
1733 text-overflow: unset;
1738 text-overflow: ellipsis;
1739 white-space: nowrap;
1743 text-overflow: ellipsis;
1748 text-overflow: ellipsis;
1749 white-space: nowrap;
1754 text-overflow: ellipsis;
1755 white-space: nowrap;
1760 text-overflow: ellipsis;
1761 white-space: nowrap;
1763.tdoverflowmax80imp {
1764 max-width: 80px !important;
1766 text-overflow: ellipsis;
1767 white-space: nowrap;
1772 text-overflow: ellipsis;
1773 white-space: nowrap;
1775.tdoverflowmax100imp {
1776 max-width: 100px !important;
1778 text-overflow: ellipsis;
1779 white-space: nowrap;
1784 text-overflow: ellipsis;
1785 white-space: nowrap;
1790 text-overflow: ellipsis;
1791 white-space: nowrap;
1796 text-overflow: ellipsis;
1797 white-space: nowrap;
1802 text-overflow: ellipsis;
1803 white-space: nowrap;
1808 text-overflow: ellipsis;
1809 white-space: nowrap;
1814 text-overflow: ellipsis;
1815 white-space: nowrap;
1820 text-overflow: ellipsis;
1821 white-space: nowrap;
1826 text-overflow: ellipsis;
1827 white-space: nowrap;
1833.divintowithtwolinesmax {
1835 display: -webkit-box;
1836 -webkit-box-orient: vertical;
1837 -webkit-line-clamp: 2;
1841 display: -webkit-box;
1842 -webkit-box-orient: vertical;
1843 -webkit-line-clamp: 2;
1845 height:
auto !important;
1846 word-
break:
break-word;
1849 display: -webkit-box;
1850 -webkit-box-orient: vertical;
1851 -webkit-line-clamp: 10;
1855.tablelistofcalendars {
1856 margin-top: 25px !important;
1859 white-space: nowrap;
1861.amountpaymentcomplete {
1862 color: var(--amountpaymentcomplete);
1864 white-space: nowrap;
1867 color: var(--amountremaintopaycolor);
1869 white-space: nowrap;
1871.amountremaintopayback {
1873 white-space: nowrap;
1875.amountpaymentneutral {
1876 color: var(--amountremaintopaybackcolor);
1879 white-space: nowrap;
1882.onlinepaymentbody .amountpaymentcomplete {
1883 background-color: var(--amountpaymentcomplete);
1891 margin-bottom: 12px;
1893#builddoc_form ~ .showlinkedobjectblock {
1898.moduledesclong p img,.moduledesclong p a img {
1899 max-width: 90% !important;
1900 height:
auto !important;
1904 border: 1px solid #ccc;
1905 box-shadow: 1px 1px 25px #aaa;
1906 max-width: calc(100% - 56px);
1908.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 {
1916.fa-map-marked-alt:before {
1921 -webkit-text-security: disc;
1933div.fiche>div.tabBar>form>div.div-
table-responsive {
1936.div-
table-responsive, .div-
table-responsive-no-min {
1940.div-
table-responsive {
1941 line-height: var(--heightrow);
1945div.fiche>form>div.div-
table-responsive {
1948div.fiche>form>div.div-
table-responsive, div.fiche>form>div.div-
table-responsive-no-min {
1953div.ticketpublicarealist>form>div.div-
table-responsive {
1961 justify-content: space-between;
1966.flex-item-uploadfile {
1967 border: 2px solid #888;
1973 padding: 20px 10px 20px 10px;
1978 margin: 20px 20px 20px 20px;
1982 <?php
if (in_array($conf->browser->name, array(
'chrome',
'firefox'))) {
1983 echo
'display: inline-flex;'.
"\n";
1985 flex-flow: row wrap;
1986 justify-content: flex-start;
1994.thumbstat, .thumbstat150 {
2000 justify-content: flex-start;
2001 align-
self: flex-start;
2004select.selectarrowonleft {
2007select.selectarrowonleft option {
2011table[summary=
"list_of_modules"] .fa-cog {
2019 white-space: nowrap;
2030.maxscreenheightless200 {
2031 max-height: <?php echo isset($_SESSION[
'dol_screenheight']) ? max(500, (
int) $_SESSION[
'dol_screenheight'] - 200) : 700; ?>px;
2033.maxscreenheightless300 {
2034 max-height: <?php echo isset($_SESSION[
'dol_screenheight']) ? max(400, (
int) $_SESSION[
'dol_screenheight'] - 300) : 700; ?>px;
2038 border-bottom: 0px !important;
2046.clearboth { clear:both; }
2048.hideobject { display: none; }
2049.showonsmartphone { display: none; }
2051.minwidth25 { min-width: 25px; }
2052.minwidth50 { min-width: 50px; }
2053.minwidth75 { min-width: 75px; }
2054.nominwidth { min-width: fit-content !important; }
2056@media only screen and (min-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC3', round($nbtopmenuentries * 47, 0) + 130); ?>px)
2058 .width20 { width: 20px; }
2059 .width25 { width: 25px; }
2060 .width50 { width: 50px; }
2061 .width75 { width: 75px; }
2062 .width100 { width: 100px; }
2063 .width200 { width: 200px; }
2064 .minwidth100 { min-width: 100px; }
2065 .minwidth150 { min-width: 150px; }
2066 .minwidth200 { min-width: 200px; }
2067 .minwidth250 { min-width: 250px; }
2068 .minwidth300 { min-width: 300px; }
2069 .minwidth400 { min-width: 400px; }
2070 .minwidth500 { min-width: 500px; }
2071 .minwidth50imp { min-width: 50px !important; }
2072 .minwidth75imp { min-width: 75px !important; }
2073 .minwidth100imp { min-width: 100px !important; }
2074 .minwidth125imp { min-width: 125px !important; }
2075 .minwidth200imp { min-width: 200px !important; }
2076 .minwidth250imp { min-width: 250px !important; }
2077 .minwidth300imp { min-width: 300px !important; }
2078 .minwidth400imp { min-width: 400px !important; }
2079 .minwidth500imp { min-width: 500px !important; }
2081.widthauto { width:
auto; }
2082.width20 { width: 20px; }
2083.width25 { width: 25px; }
2084.width40 { width: 40px; }
2085.width50 { width: 50px; }
2086.width75 { width: 75px; }
2087.width100 { width: 100px; }
2088.width125 { width: 125px; }
2089.width150 { width: 150px; }
2090.width200 { width: 200px; }
2091.width250 { width: 250px; }
2092.width300 { width: 300px; }
2093.width400 { width: 400px; }
2094.width500 { width: 500px; }
2095.maxwidth25 { max-width: 25px; }
2096.maxwidth40 { max-width: 40px; }
2097.maxwidth50 { max-width: 50px; }
2098.maxwidth75 { max-width: 75px; }
2099.maxwidthdate { max-width: 85px; }
2100.maxwidth100 { max-width: 100px; }
2101.maxwidth125 { max-width: 125px; }
2102.maxwidth150 { max-width: 150px; }
2103.maxwidth200 { max-width: 200px; }
2104.maxwidth250 { max-width: 250px; }
2105.maxwidth300 { max-width: 300px; }
2106.maxwidth400 { max-width: 400px; }
2107.maxwidth500 { max-width: 500px; }
2108.maxwidth750 { max-width: 750px; }
2109.maxwidth1000 { max-width: 1000px; }
2110.maxwidth50imp { max-width: 50px !important; }
2111.maxwidth75imp { max-width: 75px !important; }
2113.minwidth100onall { min-width: 100px !important; }
2114.minwidth200onall { min-width: 200px !important; }
2115.minwidth250onall { min-width: 250px !important; }
2117.minheight20 { min-height: 20px; }
2118.minheight30 { min-height: 30px; }
2119.minheight40 { min-height: 40px; }
2120.titlefieldcreate { width: 20%; }
2121.titlefield { min-width: 150px; width: 25%; }
2122.titlefieldmiddle { width: 50%; }
2123.titlefieldmax45 { max-width: 45%; min-width: 180px; }
2124.imgmaxwidth180 { max-width: 180px; }
2125.imgmaxheight50 { max-height: 50px; }
2127.width20p { width:20%; }
2128.width25p { width:25%; }
2129.width40p { width:40%; }
2130.width50p { width:50%; }
2131.width60p { width:60%; }
2132.width75p { width:75%; }
2133.width80p { width:80%; }
2134.width100p { width:100%; }
2138@media only screen and (max-width: 1400px)
2141 .titlefieldcreate { width: 30% !important; }
2142 .minwidth50imp { min-width: 50px !important; }
2143 .minwidth75imp { min-width: 75px !important; }
2144 .minwidth100imp { min-width: 100px !important; }
2145 .minwidth125imp { min-width: 125px !important; }
2146 .minwidth150imp { min-width: 150px !important; }
2147 .minwidth200imp { min-width: 200px !important; }
2148 .minwidth250imp { min-width: 250px !important; }
2149 .minwidth300imp { min-width: 300px !important; }
2150 .minwidth400imp { min-width: 300px !important; }
2151 .minwidth500imp { min-width: 300px !important; }
2153 .linkedcol-element {
2159@media only screen and (max-width: 1000px)
2161 .titlefieldmax45 { min-width: 100px; }
2162 .maxwidthonsmartphone { max-width: 100px; }
2163 .minwidth50imp { min-width: 50px !important; }
2164 .minwidth75imp { min-width: 70px !important; }
2165 .minwidth100imp { min-width: 100px !important; }
2166 .minwidth125imp { min-width: 125px !important; }
2167 .minwidth150imp { min-width: 110px !important; }
2168 .minwidth200imp { min-width: 110px !important; }
2169 .minwidth250imp { min-width: 115px !important; }
2170 .minwidth300imp { min-width: 120px !important; }
2171 .minwidth400imp { min-width: 150px !important; }
2172 .minwidth500imp { min-width: 250px !important; }
2176select.widthcentpercentminusx, span.widthcentpercentminusx:not(.select2-selection), input.widthcentpercentminusx {
2177 width: calc(100% - 50px) !important;
2178 display:
inline-block;
2181select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-selection), input.widthcentpercentminusxx {
2182 width: calc(100% - 70px) !important;
2183 display:
inline-block;
2188@media only screen and (max-width: 768px)
2191 font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?>;
2194 font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?> !important;
2196 .divadvancedsearchfield {
2202 padding-<?php echo $right; ?>: 10px !important;
2205 table.liste tr.trkanban td {
2206 padding: 10px 6px 10px 6px;
2209 .hideonsmartphone { display: none; }
2210 .hideonsmartphoneimp { display: none !important; }
2211 .showonsmartphone { display: block !important; }
2213 .margintoponsmartphone { margin-top: 6px; }
2215 select.minwidth100imp, select.minwidth100, select.minwidth200, select.minwidth200imp, select.minwidth300 {
2216 width: calc(100% - 40px) !important;
2217 display:
inline-block;
2219 select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-selection), input.widthcentpercentminusxx {
2220 width: calc(100% - 70px) !important;
2221 display:
inline-block;
2225 input.maxwidthinputfileonsmartphone {
2229 input.buttonpayment,
button.buttonpayment, div.buttonpayment {
2233 .smallonsmartphone {
2237 .nopaddingtoponsmartphone {
2238 padding-top: 0 !important;
2240 .nopaddingbottomonsmartphone {
2241 padding-bottom: 0 !important;
2246@media only screen and (max-width: 570px)
2249 font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?>;
2253 font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?> !important;
2256 .login_vertical_align {
2259 .login_table input#username, .login_table input#password, .login_table input#securitycode {
2260 margin-left: 5px !important;
2262 div#login_left, div#login_right {
2263 min-width: 150px !important;
2264 padding-left: 5px !important;
2265 padding-right: 5px !important;
2267 .login_table div#login_right .tdinputlogin, .login_table div#login_right .tdinputlogin input {
2268 min-width: 150px !important;
2271 .divmainbodylarge { margin-left: 10px; margin-right: 10px; }
2273 .tdoverflowmax100onsmartphone {
2276 text-overflow: ellipsis;
2277 white-space: nowrap;
2279 .tdoverflowmax150onsmartphone {
2282 text-overflow: ellipsis;
2283 white-space: nowrap;
2287 margin-top: <?php print($dol_hide_topmenu ?
'12' :
'6'); ?>px !important;
2289 .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 {
2290 height: 40px !important;
2292 div.tabBar .listofinvoicetype
table tr, div.tabBar .listofinvoicetype
table tr td {
2293 height: 28px !important;
2296 div.tabs div.tab a.tab {
2299 text-overflow: ellipsis;
2300 white-space: nowrap;
2303 .quatrevingtpercent, .inputsearch {
2309 padding-bottom: 5px;
2312 .login_table .tdinputlogin {
2313 min-width: unset !important;
2315 input, input[
type=text], input[
type=password], select, textarea {
2321 .noenlargeonsmartphone { width : 50px !important; display:
inline !important; }
2322 .maxwidthonsmartphone, #search_newcompany.ui-autocomplete-input { max-width: 100px; }
2323 .maxwidth50onsmartphone { max-width: 40px; }
2324 .maxwidth75onsmartphone { max-width: 50px; }
2325 .maxwidth100onsmartphone { max-width: 70px; }
2326 .maxwidth125onsmartphone { max-width: 100px; }
2327 .maxwidth150onsmartphone { max-width: 120px; }
2328 .maxwidth150onsmartphoneimp { max-width: 120px !important; }
2329 .maxwidth200onsmartphone { max-width: 200px; }
2330 .maxwidth250onsmartphone { max-width: 250px; }
2331 .maxwidth300onsmartphone { max-width: 300px; }
2332 .maxwidth400onsmartphone { max-width: 400px; }
2333 .minwidth150 { min-width: 110px !important; }
2334 .minwidth50imp { min-width: 50px !important; }
2335 .minwidth75imp { min-width: 75px !important; }
2336 .minwidth100imp { min-width: 100px !important; }
2337 .minwidth125imp { min-width: 125px !important; }
2338 .minwidth150imp { min-width: 110px !important; }
2339 .minwidth200imp { min-width: 110px !important; }
2340 .minwidth250imp { min-width: 115px !important; }
2341 .minwidth300imp { min-width: 120px !important; }
2342 .minwidth400imp { min-width: 150px !important; }
2343 .minwidth500imp { min-width: 250px !important; }
2344 .titlefield { width:
auto; min-width: unset; }
2345 .titlefieldcreate { min-width: 125px; }
2349 width: <?php print
dol_size(300,
'width'); ?>px;
2359 padding-<?php echo $right; ?>: 5px;
2360 padding-bottom: 5px;
2362 img.photoref, div.photoref {
2364 -webkit-box-shadow: none;
2369 object-fit: contain;
2373 padding-<?php echo $right; ?>: 10px;
2376 div.statusref img, div.statusrefbis {
2377 padding-<?php echo $right; ?>: 3px !important;
2380 input.buttonpayment {
2386@media only screen and (max-width: 320px)
2388 .maxwidth300 { max-width: 260px; }
2391.linkobject { cursor: pointer; }
2393table.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 {
2394 color: var(--tableforfieldcolor);
2397<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2398.hideonprint { display: none !important; }
2414 white-space: nowrap;
2427 table-layout: fixed;
2430#id-right, #id-left {
2431 display:
table-cell;
2433 vertical-align: top;
2436<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2439 <?php
if ($colorbackhmenu1 ==
'255,255,255') { ?>
2440 border-bottom: 1px solid rgba(0,0,0,0.2);
2452 padding-bottom: 20px;
2453<?php
if (
GETPOST(
'optioncss',
'aZ09') !=
'print') { ?>
2454 padding-<?php print $left; ?>: <?php echo $leftmenuwidth + 9; ?>px;
2458.bodyforlist #
id-right {
2459 padding-bottom: 4px;
2464.classforhorizontalscrolloftabs #
id-container {
2467.classforhorizontalscrolloftabs .side-nav {
2471.classforhorizontalscrolloftabs #
id-right {
2472 width:calc(100% - 252px);
2473 display:
inline-block;
2479<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2482 background: var(--colorbackvmenu1);
2484 box-shadow: 3px 0 6px -2px #eee;
2488 font-family:
"RobotoDraft",
"Roboto",sans-serif;
2489 <?php echo $left; ?>: 0;
2491 if (in_array($conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) {
2497 -webkit-transform: translateZ(0);
2498 -moz-transform: translateZ(0);
2499 -ms-transform: translateZ(0);
2500 -o-transform: translateZ(0);
2501 transform: translateZ(0);
2502 -webkit-transform-style: preserve-3d;
2503 -moz-transform-style: preserve-3d;
2504 -ms-transform-style: preserve-3d;
2505 -o-transform-style: preserve-3d;
2506 transform-style: preserve-3d;
2507 -webkit-transition-delay: 0.1s;
2508 -moz-transition-delay: 0.1s;
2509 transition-delay: 0.1s;
2510 -webkit-transition-duration: 0.2s;
2511 -moz-transition-duration: 0.2s;
2512 transition-duration: 0.2s;
2513 -webkit-transition-property: -webkit-transform;
2514 -moz-transition-property: -moz-transform;
2515 transition-property: transform;
2516 -webkit-transition-timing-
function: cubic-bezier(0.4, 0, 0.2, 1);
2517 -moz-transition-timing-
function: cubic-bezier(0.4, 0, 0.2, 1);
2518 transition-timing-
function: cubic-bezier(0.4, 0, 0.2, 1);
2519 -webkit-overflow-scrolling: touch;
2521 if (in_array($conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) {
2534.side-nav-vert, #
id-right {
2535 transition: padding-left 0.5s ease, margin-left 0.5s ease;
2538.side-nav, .login_block {
2539 transition: left 0.5s ease;
2542body.sidebar-collapse .side-nav-vert, body.sidebar-collapse #
id-right {
2549 margin-<?php echo $left; ?>: <?php echo $leftmenuwidth + 6; ?>px;
2553body.sidebar-collapse .side-nav, body.sidebar-collapse .login_block_other
2567<?php
if (in_array($conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) { ?>
2577 if (in_array($conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) {
2579 overflow-x: initial !important;
2589div.backgroundsemitransparent {
2590 background:rgba(255, 255, 255, 0.7);
2592 padding-right: 10px;
2599.login_block_getinfo {
2602.login_block_getinfo div.login_block_user {
2605.login_block_getinfo .atoplogin, .login_block_getinfo .atoplogin:hover {
2606 color: #333 !important;
2608.login_block_elem a span.atoplogin, .login_block_elem span.atoplogin {
2609 vertical-align: middle;
2614 padding-<?php print $left; ?>: 0 ! important;
2618 background: var(--colorbackvmenu1);
2619 border-right: 1px solid rgba(0,0,0,0.3);
2622 if (in_array($conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) { ?>
2623 top: 66px ! important;
2625 top: 60px ! important;
2629 margin-<?php print $left; ?>: 6px !important;
2630 margin-<?php print $right; ?>: 6px !important;
2635 margin-<?php print $left; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 6 : (empty($conf->dol_optimize_smallscreen) ?
'35' :
'6')); ?>px;
2636 margin-<?php print $right; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 6 : (empty($conf->dol_optimize_smallscreen) ?
'33' :
'6')); ?>px;
2637 <?php
if (!empty($dol_hide_topmenu) ||
GETPOST(
'dol_openinpopup',
'aZ09')) {
2638 print
'margin-top: 12px;';
2640 margin-bottom: 15px;
2642body.onlinepaymentbody div.fiche {
2643 margin: 20px !important;
2645div.fiche>
table:first-child {
2646 margin-bottom: 15px !important;
2656 <?php
if ($conf->browser->layout !=
'phone') {
2657 print
"float: ".$left.
";\n";
2659 <?php
if ($conf->browser->layout !=
'phone') {
2660 print
"width: calc(50% - 16px);\n";
2662 <?php
if ($conf->browser->layout ==
'phone') {
2663 print
"padding-bottom: 6px;\n";
2666div.fichetwothirdright {
2667 <?php
if ($conf->browser->layout !=
'phone') {
2668 print
"float: ".$right.
";\n";
2670 <?php
if ($conf->browser->layout !=
'phone') {
2671 print
"width: calc(50% - 16px);\n";
2673 <?php
if ($conf->browser->layout ==
'phone') {
2674 print
"padding-bottom: 6px\n";
2678 <?php
if ($conf->browser->layout !=
'phone') {
2679 print
"float: ".$left.
";\n";
2681 <?php
if ($conf->browser->layout !=
'phone') {
2682 print
"width: calc(50% - 16px);\n";
2686 <?php
if ($conf->browser->layout !=
'phone') {
2687 print
"float: ".$right.
";\n";
2689 <?php
if ($conf->browser->layout !=
'phone') {
2690 print
"width: calc(50% - 16px);\n";
2694 <?php
if ($conf->browser->layout ==
'phone') {
2695 print
"margin-top: 10px;\n";
2700@media only screen and (max-width: 1499px)
2702 div.fichehalfleft-lg {
2706 div.fichehalfright-lg {
2711 .fichehalfright-lg .fichehalfright {
2724@media only screen and (max-width: 900px)
2727 margin-<?php print $left; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 6 : ($dol_hide_leftmenu ?
'4' :
'20')); ?>px;
2728 margin-<?php print $right; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 8 : 16); ?>px;
2729 <?php
if (!empty($conf->dol_hide_leftmenu) && !empty($conf->dol_hide_topmenu)) {
2730 print
'margin-top: 4px;';
2732 margin-bottom: 15px;
2738 div.fichecenterbis {
2741 div.fichethirdleft {
2744 padding-bottom: 6px;
2746 div.fichetwothirdright {
2749 padding-bottom: 6px;
2755 div.fichehalfright {
2759 div.fichehalfright {
2762 div.firstcolumn div.box {
2765 div.secondcolumn div.box {
2771div.fichehalfright tr.liste_titre:first-child td
table.nobordernopadding td {
2775 padding: 0 !important;
2783td.nobordernopadding.widthpictotitle.col-picto {
2784 color: var(--colortexttitlenotab);
2788 margin-<?php echo $right; ?>: 8px;
2793span.widthpictotitle {
2796.table-list-of-attached-files .col-picto, .table-list-of-links .col-picto {
2797 opacity: 0.7 !important;
2801.table-list-of-attached-files .col-picto .widthpictotitle, .table-list-of-links .col-picto .widthpictotitle {
2811 vertical-align: middle;
2814.pictowarning, .pictoerror, .pictopreview, .pictonopreview {
2815 padding-<?php echo $left; ?>: 3px;
2819 color: <?php echo $badgeWarning; ?>;
2822 color: <?php echo $badgeDanger ?>;
2827.fiche .arearef img.pictoedit, .fiche .arearef span.pictoedit,
2828.fiche .fichecenter img.pictoedit, .fiche .fichecenter span.pictoedit,
2829.tagtdnote span.pictoedit {
2832img.hideonsmartphone.pictoactionview {
2833 vertical-align: bottom;
2841img.pictofixedwidth {
2847 padding-left: 1px !important;
2850 padding-bottom: 1px;
2856 padding-bottom: 10px;
2858div.attachareaformuserfileecm {
2864 padding-bottom: 5px;
2865 margin-bottom: 10px;
2867div.arearefnobottom {
2869 padding-bottom: 4px;
2874div.divphotoref:last-child {
2875 padding-<?php echo $right; ?>: 20px;
2878 padding-bottom: 10px;
2881 float: <?php echo $right; ?>;
2882 padding-<?php echo $left; ?>: 12px;
2884 margin-bottom: 10px;
2890 vertical-align: text-bottom;
2896 vertical-align: text-bottom;
2898img.photoref, div.photoref {
2899 border: 1px solid #CCC;
2900 -webkit-box-shadow: 3px 3px 4px #DDD;
2901 box-shadow: 3px 3px 4px #DDD;
2905 object-fit: contain;
2907img.photokanban, div.photokanban {
2911 vertical-align: middle;
2914div.photoref .fa, div.photoref .fas, div.photoref .far {
2919 object-fit: contain;
2923 vertical-align:middle;
2926.difforspanimgright {
2927 display:
table-cell;
2928 padding-right: 10px;
2930img.photorefnoborder {
2934 object-fit: contain;
2935 border: 1px solid #AAA;
2936 border-radius: 100px;
2941 border-bottom: <?php echo $borderwidth ?>px solid var(--colortopbordertitle1);
2944.trextrafieldseparator td, .trextrafields_collapse_last td {
2945 border-bottom: 1px solid var(--colortopbordertitle1) !important;
2948 margin: 0 !important;
2949 padding-bottom: 0 !important;
2966$maxwidthloginblock = 110;
2967if (
getDolGlobalInt(
'THEME_TOPMENU_DISABLE_IMAGE') == 1 || !empty($user->conf->MAIN_OPTIMIZEFORTEXTBROWSER)) {
2970 $maxwidthloginblock = 180;
2976<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2979 background: var(--colorbackhmenu1);
2991<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3001li.tmenusel::after, li.tmenusel:hover::after {
3006 left: calc(50% - 6px);
3009 border-style: solid;
3010 border-width: 0px 6px 5px 6px;
3011 border-color: transparent transparent #ffffff transparent;
3015<?php
if ($disableimages) { ?>
3021<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3026 white-space: nowrap;
3028 border-<?php print $left; ?>: 0px;
3029 border-<?php print $right; ?>: 0px;
3030 padding: 0px 0px 0px 0px;
3031 margin: 0px 0px 0px 0px;
3033 font-weight: normal;
3035 text-decoration: none;
3038div.tmenudisabled, a.tmenudisabled {
3041a.tmenudisabled:link, a.tmenudisabled:visited, a.tmenudisabled:hover, a.tmenudisabled:active {
3042 font-weight: normal;
3043 padding: 0px 5px 0px 5px;
3044 white-space: nowrap;
3045 color: var(--colortextbackhmenu);
3046 text-decoration: none;
3047 cursor: not-allowed;
3049span.mainmenuaspan.tmenudisabled {
3050 color: var(--colortextbackhmenu);
3052 cursor: not-allowed;
3055a.disabled, span.tmenu {
3057 text-decoration: none !important;
3061a.tmenu:link, a.tmenu:visited, a.tmenu:hover, a.tmenu:active {
3062 font-weight: normal;
3063 padding: 0px 5px 0px 5px;
3064 white-space: nowrap;
3066 color: var(--colortextbackhmenu);
3067 text-decoration: none;
3069a.tmenusel:link, a.tmenusel:visited, a.tmenusel:hover, a.tmenusel:active {
3070 font-weight: normal;
3071 padding: 0px 5px 0px 5px;
3072 margin: 0px 0px 0px 0px;
3073 white-space: nowrap;
3074 color: var(--colortextbackhmenu);
3075 text-decoration: none !important;
3080 padding: 0px 0px 0px 0px;
3081 margin: 0px 0px 0px 0px;
3088 background: var(--colorbackhmenu1);
3097li.tmenu, li.tmenusel {
3098 <?php print $minwidthtmenu ?
'min-width: '.$minwidthtmenu.
'px;' :
''; ?>
3100 vertical-align: bottom;
3102 float: <?php print $left; ?>;
3103 <?php
if (!$disableimages) { ?>
3104 height: <?php print $heightmenu; ?>px;
3105 padding: 0px 0px 2px 0px;
3107 padding: 0px 0px 0px 0px;
3112 margin: 0px 0px 0px 0px;
3113 font-weight: normal;
3119.tmenuend .tmenuleft { width: 0px; }
3120.tmenuend { display: none; }
3124 float: <?php print $left; ?>;
3126 <?php
if (empty($conf->dol_optimize_smallscreen)) { ?>
3128 <?php
if (!$disableimages) { ?>
3129 height: <?php print $heightmenu + 4; ?>px;
3137 <?php
if ($disableimages) { ?>
3142 height: <?php print $heightmenu; ?>px;
3147 padding-bottom: 5px;
3149 text-overflow: ellipsis;
3153 padding-<?php print $left; ?>: 2px;
3154 padding-<?php print $right; ?>: 2px;
3155 font-family: Roboto,<?php echo $fontlist; ?>;
3162 background-repeat:no-repeat;
3164 height: <?php echo($heightmenu - 22); ?>px;
3168a.tmenuimage:focus, .mainmenu.topmenuimage:focus {
3185<?php
if (in_array(
getDolGlobalInt(
'THEME_TOPMENU_DISABLE_IMAGE'), array(2, 3, 4))) { ?>
3186.tmenulabel:not(.menuhider), .tmenulabel:not(.menuhider)::before {
3190a.tmenuimage:not(.menuhider), a.tmenuimage:not(.menuhider)::before,
3191div.tmenuimage:not(.menuhider), div.tmenuimage:not(.menuhider)::before,
3192span.tmenuimage:not(.menuhider), span.tmenuimage:not(.menuhider)::before {
3194 margin-top: 8px !important;
3200ul.tmenu:hover .tmenulabel:not(.menuhider), ul.tmenu:hover .tmenulabel:not(.menuhider)::before {
3204 text-overflow: ellipsis;
3208 display: initial !important;
3209 line-height: 0.6em !important;
3210 height: 1em !important;
3212 text-overflow: ellipsis;
3213 color: var(--colortextbackhmenu);
3216ul.tmenu:hover .tmenuimage:not(.menuhider), ul.tmenu:hover .tmenuimage:not(.menuhider)::before {
3219 margin-top: 0px !important;
3225li.tmenu:hover .tmenulabel:not(.menuhider), li.tmenu:hover .tmenulabel:not(.menuhider)::before {
3226 display: initial !important;
3228li.tmenu:hover .tmenuimage:not(.menuhider), li.tmenu:hover .tmenuimage:not(.menuhider):before {
3229 font-size: 1.1em !important;
3230 margin-top: 0px !important;
3236<?php
if (empty($dol_hide_topmenu)) { ?>
3237 <?php include
dol_buildpath($path.
'/theme/'.$theme.
'/main_menu_fa_icons.inc.php', 0); ?>
3242 $moduletomainmenu = array(
3243 'user' =>
'',
'syslog' =>
'',
'societe' =>
'companies',
'projet' =>
'project',
'propale' =>
'commercial',
'commande' =>
'commercial',
3244 'produit' =>
'products',
'service' =>
'products',
'stock' =>
'products',
3245 'don' =>
'accountancy',
'tax' =>
'accountancy',
'banque' =>
'accountancy',
'facture' =>
'accountancy',
'compta' =>
'accountancy',
'accounting' =>
'accountancy',
'adherent' =>
'members',
'import' =>
'tools',
'export' =>
'tools',
'mailing' =>
'tools',
3246 'contrat' =>
'commercial',
'ficheinter' =>
'commercial',
'ticket' =>
'ticket',
'deplacement' =>
'commercial',
3247 'fournisseur' =>
'companies',
3248 'barcode' =>
'',
'fckeditor' =>
'',
'categorie' =>
'',
3250 $mainmenuused =
'home';
3251 foreach ($conf->modules as $val) {
3252 $mainmenuused .=
','.(isset($moduletomainmenu[$val]) ? $moduletomainmenu[$val] : $val);
3254 $mainmenuusedarray = array_unique(explode(
',', $mainmenuused));
3258 $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');
3260 $divnotrequired = array(
'multicurrency',
'salaries',
'ticket',
'margin',
'opensurvey',
'paybox',
'expensereport',
'incoterm',
'prelevement',
'propal',
'workflow',
'notification',
'supplier_proposal',
'cron',
'product',
'productbatch',
'expedition');
3261 foreach ($mainmenuusedarray as $val) {
3262 if (empty($val) || in_array($val, $divalreadydefined)) {
3265 if (in_array($val, $divnotrequired)) {
3272 $constformoduleicon =
'MAIN_MODULE_'.strtoupper($val).
'_ICON';
3274 if ($iconformodule) {
3275 if (preg_match(
'/^fa\-/', $iconformodule)) {
3278 $url =
dol_buildpath(
'/'.$val.
'/img/'.$iconformodule.
'.png', 1);
3283 foreach ($conf->file->dol_document_root as $dirroot) {
3284 if (file_exists($dirroot.
"/".$val.
"/img/".$val.
".png")) {
3294 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";
3295 print
'div.mainmenu.'.$val.
' span::before {'.
"\n";
3296 print
'content: "\f249";'.
"\n";
3301 print
"div.mainmenu.".$val.
" {\n";
3302 print
" background-image: url(".$url.
");\n";
3303 print
" background-position-y: 3px;\n";
3304 print
" filter: saturate(0);\n";
3307 print
'/* icon for module '.$val.
' is a fa icon */'.
"\n";
3316 padding:0 0 0 0 !important;
3317 margin:0 0px 0 0 !important;
3318 <?php
if ($disableimages) { ?>
3323 <?php
if ($disableimages) { ?>
3328 text-decoration: none;
3342 background: #f0f0f0;
3349 display:
table-cell;
3350 vertical-align: middle;
3352.login_vertical_align {
3354 padding-bottom: 80px;
3357 padding-bottom: 30px;
3359 vertical-align: middle;
3363 color: #aaa !important;
3364 padding-bottom: 20px;
3368 text-shadow: 1px 1px 1px #FFF;
3375 padding-bottom:12px;
3378 background-color: #FFFFFF;
3380 -webkit-box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(60,60,60,0.15);
3381 box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(60,60,60,0.15);
3384 border:solid 1px rgba(80,80,80,.4);
3386 border-top:solid 1px #f8f8f8;
3388.login_table input#username, .login_table input#password, .login_table input#securitycode{
3396.login_table input#username:focus, .login_table input#password:focus, .login_table input#securitycode:focus {
3397 outline: none !important;
3399.login_table .trinputlogin {
3402.login_table .tdinputlogin {
3403 background-color: #fff;
3407.login_table .tdinputlogin {
3408 border-bottom: 1px solid #ccc;
3410.login_table .tdinputlogin .fa {
3416 word-
break:
break-word;
3419.login_main_message {
3422 margin-bottom: 10px;
3424.login_main_message .error {
3425 border: 1px solid #caa;
3428div#login_left, div#login_right {
3429 display:
inline-block;
3433 padding-right: 16px;
3435 vertical-align: middle;
3437div#login_right select#entity {
3443table.login_table_securitycode {
3444 border-spacing: 0px;
3446table.login_table_securitycode tr td {
3454 border: 1px solid #f4f4f4;
3456#img_logo, .img_logo {
3460.loginbuttonexternal {
3463 border: 1px solid #ccc;
3469.atoplogin.dropdown .dropdown-menu {
3476 padding-bottom: 3px;
3478 <?php print $left; ?>: 0;
3479<?php
if (in_array($conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) { ?>
3486 vertical-align: middle;
3487 background: var(--colorbackvmenu1);
3488 width: <?php echo $leftmenuwidth + 6; ?>px;
3490 <?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3494.sidebar-collapse div.login_block {
3498 color: var(--colortextbackvmenu);
3499 display:
inline-block;
3501div.login_block a .atoploginusername {
3502 color: var(--colortextbackhmenu);
3503 display:
inline-block;
3506 text-overflow: ellipsis;
3508div.login_block span.aversion {
3509 color: var(--colortextbackvmenu);
3510 filter: contrast(0.7);
3512div.login_block
table {
3518 float: <?php echo $right; ?>;
3521 color: var(--colortextvmenu);
3524 color: var(--colortextvmenu);
3525 text-decoration:underline;
3527div.login_block_user, div.login_block_other { clear: both; }
3528div.login_block_other { padding-top: 15px; }
3529div.login_block_tools { padding-top: 0px; }
3531.topnav div.login_block_user {
3532 display:
inline-block;
3533 vertical-align: middle;
3534 line-height: <?php echo $disableimages ?
'25' :
'70'; ?>px;
3535 height: <?php echo $disableimages ?
'25' :
'70'; ?>px;
3537.topnav div.login_block_other {
3538 display:
inline-block;
3539 vertical-align: middle;
3540 clear: <?php echo $disableimages ?
'none' :
'both'; ?>;
3542 text-align: <?php echo $right; ?>;
3543 margin-<?php echo $right; ?>: 8px;
3547.login_block_other .login_block_elem {
3552 float: <?php echo $right; ?>;
3553 vertical-align: middle;
3554 padding: 0px 3px 0px 3px !important;
3557.login_block_elem_name {
3561 white-space: nowrap;
3564 text-overflow: ellipsis;
3568.atoplogin, .atoplogin:hover {
3569 color: var(--colortextbackvmenu) !important;
3571.alogin, .alogin:hover {
3572 color: #888 !important;
3573 font-weight: normal !important;
3574 font-size: <?php echo is_numeric($fontsizesmaller) ? $fontsizesmaller.
'px' : $fontsizesmaller; ?> !important;
3576.alogin:hover, .atoplogin:hover {
3577 text-decoration:underline !important;
3579span.fa.atoplogin, span.fa.atoplogin:hover {
3581 text-decoration: none !important;
3583img.login, img.printer, img.entity {
3586 text-decoration: none;
3590.userimg.atoplogin img.userphoto, .userimgatoplogin img.userphoto {
3592 width: <?php echo $disableimages ?
'26' :
'30'; ?>px;
3593 height: <?php echo $disableimages ?
'26' :
'30'; ?>px;
3595 background-size: contain;
3596 background-color: #FFF;
3599 border-radius: 0.75em;
3602 background-size: contain;
3603 vertical-align: middle;
3605span.userimg div.userphoto {
3606 background-color: #eee;
3607 border-radius: 0.72em;
3611 display:
inline-block;
3614 border-radius: 0.6em;
3617 background-size: contain;
3618 vertical-align: middle;
3620img.userphoto[alt=
"Gravatar avatar"], img.photouserphoto.dropdown-
user-image[alt=
"Gravatar avatar"] {
3623img.userphotopublicvcard {
3627 background-size: contain;
3629 border-color: rgba(128, 128, 128, 0.5);
3634form[
name=
"addtime"] img.userphoto {
3635 border: 1px solid #444;
3638 background-image: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/object_user.png', 1); ?>);
3639 background-repeat: no-repeat;
3641.span-icon-password {
3642 background-image: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/lock.png', 1); ?>);
3643 background-repeat: no-repeat;
3650div.vmenu, td.vmenu {
3651 margin-<?php print $right; ?>: 2px;
3653 float: <?php print $left; ?>;
3655 padding-bottom: 0px;
3657 width: <?php echo $leftmenuwidth; ?>px;
3661 margin-<?php print $left; ?>: 4px;
3662 <?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3667.vmenusearchselectcombo {
3668 width: <?php echo $leftmenuwidth - 20; ?>px;
3673 padding-bottom: 3px;
3675 text-overflow: ellipsis;
3677#menu_contenu_logo { padding-right: 4px; }
3678.companylogo { padding-top: 4px; }
3679.searchform { padding-top: 10px; }
3680.searchform .bordertransp { border: 0; }
3681#divsearchforms2 form.searchform .button { border: none !important; }
3683a.vmenu:link, a.vmenu:visited, a.vmenu:hover, a.vmenu:active, span.vmenu, span.vsmenu {
3684 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;
3686span.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; }
3687a.vmenu:link, a.vmenu:visited {
3688 color: var(--colortextbackvmenu);
3691a.vsmenu:link, a.vsmenu:visited, a.vsmenu:hover, a.vsmenu:active, span.vmenu, span.vsmenu {
3692 font-size:<?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize ?>; font-family: <?php print $fontlist ?>; text-align: <?php print $left; ?>; font-weight: normal;
3693 color: var(--colortextbackvmenu);
3694 margin: 1px 1px 1px 8px;
3696span.vsmenudisabled:not(.spanlilevel0), font.vsmenudisabled:not(.spanlilevel0) {
3697 font-size:<?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize ?>;
3699span.vsmenudisabled, font.vsmenudisabled {
3700 font-family: <?php print $fontlist ?>;
3701 text-align: <?php print $left; ?>;
3702 font-weight: normal;
3703 color: var(--colortextbackvmenu);
3704 white-space: nowrap;
3706a.vsmenu:link, a.vsmenu:visited {
3707 color: var(--colortextbackvmenu);
3708 white-space: nowrap;
3710span.vsmenudisabledmargin, font.vsmenudisabledmargin { margin: 1px 1px 1px 8px; }
3712a.help:link, a.help:visited, a.help:hover, a.help:active, span.help {
3713 text-align: <?php print $left; ?>; font-weight: normal; color: #999; text-decoration: none;
3721 color: var(--colortextbackhmenu);
3723 display:
inline-block;
3725 vertical-align: super;
3727 transform: rotate(<?php echo($left ==
'left' ?
'55deg' :
'305deg'); ?>);
3732 border-bottom: 0 !important;
3735 margin: <?php echo $disableimages ?
'-1' :
'6'; ?>px;
3739 height: <?php echo $disableimages ?
'18' :
'32'; ?>px;
3742 vertical-align: middle;
3744.menulogocontainer img.mycompany {
3745 object-fit: contain;
3748 image-rendering: -webkit-optimize-contrast;
3751#mainmenutd_companylogo::after {
3754li#mainmenutd_companylogo .tmenucenter {
3757li#mainmenutd_companylogo {
3758 min-width: unset !important;
3760<?php
if ($disableimages) { ?>
3761 li#mainmenutd_home {
3762 min-width: unset !important;
3764 li#mainmenutd_home .tmenucenter {
3769div.blockvmenupair, div.blockvmenuimpair
3771 font-family: <?php print $fontlist ?>;
3772 text-align: <?php print $left; ?>;
3773 text-decoration: none;
3777 padding-bottom: 3px;
3778 margin: 1px 0px 8px 0px;
3780 color: var(--colortext);
3781 background: var(--colorbackvmenu1);
3783 padding-bottom: 10px;
3784 border-bottom: 1px solid #e8e8e8;
3786div.blockvmenubookmarks
3788 padding-bottom: 16px !important;
3791 border: none !important;
3792 padding-left: 0 !important;
3794a.vsmenu.addbookmarkpicto {
3795 padding-right: 10px;
3797div.blockvmenufirst {
3800 border-top: 1px solid #e0e0e0;
3803div.blockvmenusearch, div.blockvmenubookmarks
3805 font-family: <?php print $fontlist ?>;
3807 text-align: <?php print $left; ?>;
3808 text-decoration: none;
3812 padding-bottom: 3px;
3813 margin: 1px 0px 2px 0px;
3814 background: var(--colorbackvmenu1);
3816 padding-bottom: 10px;
3819div.blockvmenusearchphone
3821 border-bottom: none;
3827<?php
if (empty($conf->dol_optimize_smallscreen)) { ?>
3828 font-family: <?php print $fontlist ?>;
3831 text-decoration: none;
3835 padding-bottom: 3px;
3836 margin: 4px 0px 0px 0px;
3844 border-right: 1px solid #000000;
3845 border-bottom: 1px solid #000000;
3846 background: #b3c5cc;
3847 font-family: <?php print $fontlist ?>;
3849 text-align: <?php print $left; ?>;
3850 text-decoration: none;
3854 background: #b3c5cc;
3859 background: #F4F4F4;
3861 border: 1px solid #bbb;
3872#mainContent, #leftContent .ui-layout-pane {
3877#mainContent, #leftContent .ui-layout-center {
3889 padding-bottom: 0 !important;
3894 padding: 0px 4px 14px 4px !important;
3910li.expanded > a.fmdirlia.jqft.ecmjqft {
3911 font-weight: bold !important;
3915 width: calc(100% - 100px);
3919 white-space:
break-spaces;
3920 word-
break:
break-all;
3928 text-align: <?php print $left; ?>;
3938 font-weight: normal !important;
3941 color: var(--colortextbacktab);
3944 padding-right: 24px;
3945 padding-bottom: 23px;
3946 margin: 0px 0px 20px 0px;
3947 -webkit-border-radius: 3px;
3949 border-right: 1px solid #CCC;
3950 border-left: 1px solid #CCC;
3951 border-top: 1px solid #CCC;
3952 border-bottom: 1px solid #CCC;
3954 background: var(--colorbacktabcard1);
3956div.tabBar tr.titre td {
3959div.fiche
table:not(.table-fiche-title) tr.titre td {
3971div.tabBarWithBottom {
3972 padding-bottom: 18px;
3973 border-bottom: 1px solid #aaa;
3975div.tabBar
table.tableforservicepart2:last-child {
3976 border-bottom: 1px solid #aaa;
3978.tableforservicepart1 .tdhrthin {
3982div.tabs div.tabsElem:first-of-
type a.tab {
3983 margin-left: 0px !important;
3987 color: var(--colortextlink) !important;
3989a.tab:link, a.tab:visited, a.tab:hover, a.tab#active {
3990 font-family: <?php print $fontlist ?>;
3991 padding: 10px 13px 10px;
3993 text-decoration: none;
3994 white-space: nowrap;
3995 background-image: none !important;
3998.tabactive, a.tab#active {
3999 color: var(--colortextbacktab) !important;
4000 background: var(--colorbacktabcard1) !important;
4002 border-right: 1px solid #AAA !important;
4003 border-left: 1px solid #AAA !important;
4004 border-top: 2px solid #111 !important;
4006.tabunactive, a.tab#unactive {
4007 border-right: 1px solid transparent;
4008 border-left: 1px solid transparent;
4009 border-top: 1px solid transparent;
4010 border-bottom: 0px !important;
4019 text-decoration: underline;
4023 font-family: <?php print $fontlist ?>;
4024 text-decoration: none;
4025 white-space: nowrap;
4029 background: #dee7ec;
4033 background: #dee7ec;
4035 font-family: <?php print $fontlist ?>;
4038 text-decoration: none;
4039 white-space: nowrap;
4040 -webkit-border-radius:3px 3px 0px 0px;
4041 border-radius:3px 3px 0px 0px;
4043 border-<?php print $right; ?>: 1px solid #555555;
4044 border-<?php print $left; ?>: 1px solid #D8D8D8;
4045 border-top: 1px solid #D8D8D8;
4059 margin-bottom: 1.4em;
4062 margin: 20px 0em 20px 0em;
4066div.tabsActionNoBottom {
4070 margin-bottom: 16px !important;
4076 border: 1px solid #888;
4080 padding-bottom: 5px;
4086 color:rgba(0,0,0,.5);
4087 margin-<?php print $right; ?>: 10px;
4088 text-shadow:1px 1px 1px #ffffff;
4089 font-family: <?php print $fontlist ?>;
4090 font-weight: normal;
4091 padding: 4px 6px 2px 6px;
4093 text-decoration: none;
4094 white-space: nowrap;
4108<?php include
dol_buildpath($path.
'/theme/'.$theme.
'/btn.inc.php', 0); ?>
4121 background-repeat: repeat-x;
4122 margin-top: <?php echo($dol_hide_topmenu ?
'6' :
'0'); ?>px;
4126 border-collapse: collapse;
4129 padding-<?php print $left; ?>: 0px !important;
4130 padding-<?php print $right; ?>: 4px !important;
4133 list-style-
type:none;
4134 margin: 0px !important;
4135 padding: 0px !important;
4140tr.nocellnopadd td.nobordernopadding, tr.nocellnopadd td.nocellnopadd
4146 color: unset !important;
4150 padding: 4px !important;
4151 padding-left: 7px !important;
4152 padding-right: 7px !important;
4154input.button.smallpaddingimp, input.buttonreset.smallpaddingimp {
4156 font-weight: normal !important;
4160 color: var(--colortextlink);
4161 background-color: transparent;
4164input.buttonlink:hover {
4165 text-decoration: underline;
4171 text-decoration: underline;
4172 color: var(--colortextlink);
4173 background-color: transparent;
4178 border-collapse: collapse;
4181 padding-<?php print $left; ?>: 0px;
4182 padding-<?php print $right; ?>: 16px;
4183 padding-bottom: 4px;
4186.notopnoleftnoright {
4187 border-collapse: collapse;
4192 padding-bottom: 4px;
4193 margin: 0px 0px 0px 0px;
4196table.tableforemailform tr td {
4198 padding-bottom: 3px;
4201table.border,
table.bordernooddeven,
table.dataTable, .table-border, .table-border-col, .table-key-border-col, .table-val-border-col, div.border {
4203 border-collapse: collapse !important;
4204 padding: 1px 2px 1px 3px;
4207 border: 1px solid #BBB;
4210.border tbody tr, .bordernooddeven tbody tr, .border tbody tr td, .bordernooddeven tbody tr td,
4211div.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,
4212tr.liste_titre.box_titre td
table td, .bordernooddeven tr td {
4216table.border td,
table.bordernooddeven td, div.border div div.tagtd {
4217 padding: 3px 4px 3px 4px;
4219 border-collapse: collapse;
4222td.border, div.tagtable div div.border {
4223 border-top: 1px solid #000000;
4224 border-right: 1px solid #000000;
4225 border-bottom: 1px solid #000000;
4226 border-left: 1px solid #000000;
4229.table-key-border-col {
4233.table-val-border-col {
4238.thsticky, .tdsticky {
4242.thstickyright, .tdstickyright {
4246.thstickygray, .tdstickygray {
4247 background-color: lightgray;
4249.thstickyghostwhite, .tdstickyghostwhite {
4250 background-color: ghostwhite;
4252.thstickyinherit, .tdstickyinherit {
4253 background-color: inherit;
4258.tagtable td[data-key=
"ref"], .tagtable th[data-key=
"ref"] {
4262 max-width: 150px !important;
4264 background-color: gainsboro;
4271.tagtable td.actioncolumn, .tagtable th.actioncolumn {
4275 max-width: 150px !important;
4277 background-color: gainsboro;
4285.nobordertop, .nobordertop tr:first-of-
type td {
4286 border-top: none !important;
4288.noborderbottom, .noborderbottom tr:last-of-
type td {
4289 border-bottom: none !important;
4292 border-top: 1px solid var(--colortopbordertitle1);
4295 border-bottom: 1px solid var(--colortopbordertitle1);
4298.fichehalfright
table.noborder {
4299 margin: 0px 0px 0px 0px;
4303 background: var(--colorbacktitle1);
4308 <?php
if ($userborderontable) { ?>
4309 border-right: 1px solid #ccc;
4310 border-left: 1px solid #ccc;
4313table.liste,
table.noborder:not(.paymenttable):not(.margintable):not(.tableforcontact),
table.formdoc, div.noborder:not(.paymenttable):not(.margintable):not(.tableforcontact) {
4315 if ($userborderontable) { ?>
4318 border-left: 1px solid #ccc;
4319 border-right: 1px solid #ccc;
4321 border-left: 1px solid #f0f0f0;
4322 border-right: 1px solid #f0f0f0;
4326 width: calc(100% - 2px);
4328 border-collapse: separate !important;
4329 border-spacing: 0px;
4331 border-top-width: <?php echo $borderwidth ?>px;
4332 border-top-color: var(--colortopbordertitle1);
4333 border-top-style: solid;
4335 border-bottom-width: 1px;
4336 border-bottom-color: #BBB;
4337 border-bottom-style: solid;
4339 margin: 0px 0px 20px 0px;
4341 -webkit-border-radius: 0.1em;
4342 border-radius: 0.1em;
4344table.noborder tr, div.noborder form {
4345 border-top-color: #FEFEFE;
4347 border-right-width: 1px;
4348 border-right-color: #BBBBBB;
4349 border-right-style: solid;
4351 border-left-width: 1px;
4352 border-left-color: #BBBBBB;
4353 border-left-style: solid;
4356table.paddingtopbottomonly tr td {
4358 padding-bottom: 2px;
4361table.nointerlines tr:not(:last-child) td {
4362 border-bottom: unset !important;
4363 border-top: unset !important;
4368table.noborder:not(.cal_month, .paymenttable) {
4369 border-radius: <?php echo $borderradius; ?>px;
4371table.noborder.cal_month {
4372 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4373 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4375table.noborder:not(.paymenttable, .margintable) tr.liste_titre:first-child td:first-child,
4376table.noborder:not(.paymenttable, .margintable) tr.liste_titre:first-child th:first-child {
4377 border-top-left-radius: <?php echo $borderradius; ?>px;
4379table.noborder:not(.paymenttable, .margintable) tr.liste_titre:first-child td:last-child,
4380table.noborder:not(.paymenttable, .margintable) tr.liste_titre:first-child th:last-child {
4381 border-top-right-radius: <?php echo $borderradius; ?>px;
4383table.noborder:not(.paymenttable, .margintable) tr:last-child td:first-child,
4384table.noborder:not(.paymenttable, .margintable) tr:last-child th:first-child {
4385 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4387table.noborder:not(.paymenttable, .margintable) tr:last-child td:last-child,
4388table.noborder:not(.paymenttable, .margintable) tr:last-child th:last-child {
4389 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4391table.noborder thead tr:last-child td:first-child,
4392table.noborder thead tr:last-child th:first-child {
4393 border-bottom-left-radius: unset !important;
4395table.noborder thead tr:last-child td:last-child,
4396table.noborder thead tr:last-child th:last-child {
4397 border-bottom-right-radius: unset !important;
4400table.liste:not(.listwithfilterbefore) {
4401 border-top-left-radius: <?php echo $borderradius; ?>px;
4402 border-top-right-radius: <?php echo $borderradius; ?>px;
4405 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4406 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4408table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child td:first-child,
4409table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child th:first-child {
4410 border-top-left-radius: <?php echo $borderradius; ?>px;
4412table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child td:last-child,
4413table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child th:last-child {
4414 border-top-right-radius: <?php echo $borderradius; ?>px;
4416div.liste_titre_bydiv {
4417 border-top-left-radius: <?php echo $borderradius; ?>px;
4418 border-top-right-radius: <?php echo $borderradius; ?>px;
4420table.liste tr:last-child td:first-child,
4421table.liste tr:last-child th:first-child {
4422 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4424table.liste tr:last-child td:last-child,
4425table.liste tr:last-child th:last-child {
4426 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4429table#tablelines tr:last-of-
type td:first-child,
table#tablelines tr#trlinefordates,
table#tablelines tr#trlinefordates td {
4430 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4432table#tablelines tr:last-of-
type td:last-child,
table#tablelines tr#trlinefordates,
table#tablelines tr#trlinefordates td {
4433 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4438.liste_titre_filter {
4439 background: var(--colorbacktitle1) !important;
4441tr.liste_titre_filter td.liste_titre {
4443 padding-bottom: 3px;
4445.liste_titre_create td, .liste_titre_create th, .liste_titre_create .tagtd
4447 border-top-width: 1px;
4448 border-top-color: var(--colortopbordertitle1);
4449 border-top-style: solid;
4451tr#trlinefordates td {
4452 border-bottom: 0px !important;
4454.liste_titre_add td, .liste_titre_add th, .liste_titre_add .tagtd
4456 border-top-width: 2px;
4457 border-top-color: var(--colortopbordertitle1);
4458 border-top-style: solid;
4460.liste_titre_add td, .liste_titre_add .tagtd
4462 border-top-width: 1px;
4463 border-top-color: var(--colortopbordertitle1);
4464 border-top-style: solid;
4467table.liste th,
table.noborder th,
table.noborder tr.liste_titre td,
table.noborder tr.box_titre td {
4468 padding: 8px 8px 8px 10px;
4471table.liste td,
table.noborder td, div.noborder form div,
table.tableforservicepart1 td,
table.tableforservicepart2 td {
4472 padding: 4px 8px 4px 10px;
4475table.liste tr.trkanban td {
4476 padding: 12px 15px 12px 15px;
4480 padding: unset !important;
4481 border: unset !important;
4484table.liste td,
table.noborder td, div.noborder form div {
4485 padding: 8px 6px 8px 6px;
4487div.liste_titre_bydiv .divsearchfield {
4488 padding: 2px 1px 2px 6px;
4491table.nobordernopadding {
4492 border-collapse: collapse !important;
4495table.nobordernopadding tr {
4496 border: 0 !important;
4497 padding: 0 0 !important;
4499table.nobordernopadding tr td {
4500 border: 0 !important;
4503table.border tr td
table.nobordernopadding tr td {
4509 border-right-width: 1px !important;
4510 border-right-color: #BBB !important;
4511 border-right-style: solid !important;
4515 border-left-width: 1px !important;
4516 border-left-color: #BBB !important;
4517 border-left-style: solid !important;
4521table.listwithfilterbefore {
4522 border-top: none !important;
4525.tagtable, .table-border { display:
table; }
4526.tagtr, .table-border-row { display:
table-row; }
4527.tagtd, .table-border-col, .table-key-border-col, .table-val-border-col { display:
table-cell; }
4528.confirmquestions .tagtr .tagtd:not(:first-child) { padding-left: 10px; }
4529.confirmquestions { margin-top: 5px; }
4538 color: var(--colortexttitlenotab);
4542 color: var(--colortexttitlenotab) !important;
4546 font-weight: normal;
4547 color: var(--refidnocolor);
4552 display:
inline-block;
4554div.refaddress div.address {
4560 float:<?php echo $right; ?>
4563 font-weight: normal;
4568 display:
inline-block;
4574 display:
inline-block;
4581 display:
inline-block;
4586div.pagination li.pagination a,
4587div.pagination li.pagination span {
4590 line-height: 1.42857143;
4591 color: var(--color-black);
4592 text-decoration: none;
4594div.pagination li.pagination span.inactive {
4599div.pagination li.litext a {
4601 padding-right: 10px;
4605div.pagination li.noborder a:hover {
4607 background-color: transparent;
4609div.pagination li:first-child a,
4610div.pagination li:first-child span {
4612 border-top-left-radius: 4px;
4613 border-bottom-left-radius: 4px;
4615div.pagination li:last-child a,
4616div.pagination li:last-child span {
4617 border-top-right-radius: 4px;
4618 border-bottom-right-radius: 4px;
4620div.pagination li a:hover,
4621div.pagination li span:hover,
4622div.pagination li a:focus,
4623div.pagination li span:focus {
4625 background-color: #eee;
4629div.pagination li .active a,
4630div.pagination li .active span,
4631div.pagination li .active a:hover,
4632div.pagination li .active span:hover,
4633div.pagination li .active a:focus,
4634div.pagination li .active span:focus {
4638 background-color: var(--colorbackhmenu1);
4639 border-color: #337ab7;
4641div.pagination .disabled span,
4642div.pagination .disabled span:hover,
4643div.pagination .disabled span:focus,
4644div.pagination .disabled a,
4645div.pagination .disabled a:hover,
4646div.pagination .disabled a:focus {
4648 cursor: not-allowed;
4649 background-color: #fff;
4652div.pagination li.pagination .active {
4653 text-decoration: underline;
4656.paginationafterarrows .nohover {
4657 box-shadow: none !important;
4659div.pagination li.paginationafterarrows {
4662.paginationatbottom {
4665table.hidepaginationprevious .paginationprevious {
4668table.hidepaginationnext .paginationnext {
4671.paginationafterarrows a.btnTitlePlus:hover span:before {
4703ul.noborder li:nth-child(odd):not(.liste_titre) {
4704 background-color: var(--colorbacklinepair2) !important;
4710.tmenucompanylogo.nohover, .tmenucompanylogo.nohover:hover {
4711 opacity: unset !important;
4713.nohoverborder:hover {
4716 -webkit-box-shadow: unset;
4719.oddeven:hover, .evenodd:hover, .oddevenimport:hover, .evenoddimport:hover, .impair:hover, .pair:hover
4721 background: rgb(<?php echo $colorbacklinepairhover; ?>) !important;
4724 background: rgb(<?php echo $colorbacklinepairchecked; ?>) !important;
4726<?php
if ($colorbacklinepairchecked) { ?>
4728 background: rgb(<?php echo $colorbacklinepairchecked; ?>) !important;
4733 background: unset !important;
4735.nohoverborder:hover {
4738 -webkit-box-shadow: unset;
4741.oddeven, .evenodd, .impair, .pair, .nohover .impair:hover, tr.impair td.nohover, tr.pair td.nohover, .tagtr.oddeven
4743 font-family: <?php print $fontlist ?>;
4746 color: var(--oddevencolor);
4748.impair, .nohover .impair:hover, tr.impair td.nohover
4750 background: var(--colorbacklineimpair2);
4752.pair, .nohover .pair:hover, tr.pair td.nohover {
4753 background-color: var(--colorbacklinepair1);
4755tr.oddeven.oddevendouble {
4756 height: 60px !important;
4760 background-color: var(--colorbacklineimpair2);
4762table.dataTable tr.oddeven {
4763 background-color: var(--colorbacklinepair1) !important;
4767td.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 {
4768 background-color: var(--colorbacklineimpair2) !important;
4769 background: var(--colorbacklineimpair2) !important;
4771td.evenodd, tr.nohoverpair td, #trlinefordates td {
4772 background-color: var(--colorbacklinepair2) !important;
4773 background: var(--colorbacklinepair2) !important;
4777 border-bottom: 1pt solid black !important;
4778 background-color: var(--colorbacklinebreak) !important;
4780.trforbreak.nobold td a, .trforbreak.nobold span.secondary {
4781 font-weight: normal !important;
4785 padding: 5px 2px 5px 3px !important;
4787tr.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 {
4788 padding: 5px 2px 5px 3px;
4789 border-bottom: 1px solid #eee;
4791form.pair, form.impair {
4792 font-weight: normal;
4794tr.pair:last-of-
type td, tr.impair:last-of-
type td {
4795 border-bottom: 0px !important;
4797tr.pair td .nobordernopadding tr td, tr.impair td .nobordernopadding tr td {
4798 border-bottom: 0px !important;
4808div.liste_titre .tagtd {
4809 vertical-align: middle;
4812 min-height: 26px !important;
4815 padding-bottom: 2px;
4825 border-top-width: 1px;
4826 border-top-color: #BBB;
4827 border-top-style: solid;
4829div.liste_titre_bydiv {
4830 <?php
if ($userborderontable) { ?>
4831 border-top-width: <?php echo $borderwidth ?>px;
4832 border-top-color: var(--colortopbordertitle1);
4833 border-top-style: solid;
4835 border-collapse: collapse;
4837 padding: 2px 0px 2px 0;
4839 width: calc(100% - 2px);
4848tr.liste_titre, tr.liste_titre_sel, form.liste_titre, form.liste_titre_sel,
table.dataTable.tr, tagtr.liste_titre
4850 height: 26px !important;
4852div.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
4854 background: var(--colorbacktitle1);
4855 font-weight: <?php echo $useboldtitle ?
'bold' :
'normal'; ?>;
4858 color: var(--colortexttitle);
4859 font-family: <?php print $fontlist ?>;
4860 text-align: <?php echo $left; ?>;
4862tr.liste_titre th, tr.liste_titre td, th.liste_titre
4864 border-bottom: 1px solid #aaa;
4867tr:first-child th.liste_titre, tr:first-child th.liste_titre_sel {
4868 border-bottom: 1px solid #FFF ! important;
4870tr.liste_titre th, th.liste_titre, tr.liste_titre td, td.liste_titre, form.liste_titre div, div.liste_titre
4872 font-family: <?php print $fontlist ?>;
4873 font-weight: <?php echo $useboldtitle ?
'bold' :
'normal'; ?>;
4874 vertical-align: middle;
4877tr.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 {
4878 text-shadow: none !important;
4879 color: var(--colortexttitlelink);
4881tr.liste_titre_topborder td {
4882 border-top-width: <?php echo $borderwidth; ?>px;
4883 border-top-color: var(--colortopbordertitle1);
4884 border-top-style: solid;
4887 text-shadow: none !important;
4888 color: var(--colortexttitle);
4890.liste_titre td a.notasortlink {
4891 color: var(--colortextlink);
4893.liste_titre td a.notasortlink:hover {
4894 background: transparent;
4896tr.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 {
4898 border-bottom: none;
4900tr.liste_titre_filter th.liste_titre { text-align: unset; }
4905tr.liste_titre_sel th, th.liste_titre_sel, tr.liste_titre_sel td, td.liste_titre_sel, form.liste_titre_sel div
4907 font-family: <?php print $fontlist ?>;
4908 font-weight: normal;
4909 border-bottom: 1px solid #FDFFFF;
4913 background: transparent;
4917.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 {
4921.noborder tr.liste_total td, tr.liste_total td, form.liste_total div {
4922 white-space: nowrap;
4925.noborder tr.liste_total_wrap td, tr.liste_total_wrap td, form.liste_total_wrap div {
4926 white-space: normal;
4929tr.liste_sub_total, tr.liste_sub_total td {
4930 border-bottom: 2px solid #aaa;
4933.tableforservicepart1 .impair, .tableforservicepart1 .pair, .tableforservicepart2 .impair, .tableforservicepart2 .pair {
4936.tableforservicepart1 tbody tr td, .tableforservicepart2 tbody tr td {
4937 border-bottom: none;
4940.paymenttable, .margintable {
4941 margin: 0px 0px 0px 0px !important;
4943.paymenttable, .margintable:not(.margintablenotop) {
4944 border-top-width: <?php echo $borderwidth ?>px !important;
4945 border-top-color: var(--colortopbordertitle1) !important;
4946 border-top-style: solid !important;
4948.margintable.margintablenotop {
4949 border-top-width: 0;
4951.paymenttable tr td:first-child, .margintable tr td:first-child
4955.paymenttable, .margintable tr td {
4961 -webkit-box-shadow: 0px 0px 0px #f4f4f4 !important;
4962 box-shadow: 0px 0px 0px #f4f4f4 !important;
4965 -webkit-box-shadow: 2px 2px 5px #CCC !important;
4966 box-shadow: 2px 2px 5px #CCC !important;
4970 -webkit-box-shadow: 0px 0px 5px #888;
4971 box-shadow: 0px 0px 5px #888;
4974div.tabBar .noborder {
4975 -webkit-box-shadow: 0px 0px 0px #f4f4f4 !important;
4976 box-shadow: 0px 0px 0px #f4f4f4 !important;
4978div .tdtop:not(.tagtdnote) {
4979 vertical-align: top !important;
4980 padding-top: 8px !important;
4981 padding-bottom: 0px !important;
4984#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 {
4985 border-bottom: 1px solid #AAA !important;
4987#tablelines tr td, #tablelinesservice tr td {
4994.noborder > tbody > tr:nth-child(even):not(.liste_titre):not(.nooddeven),
4995.liste > tbody > tr:nth-child(even):not(.liste_titre):not(.nooddeven),
4996div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) > .border > tbody >
table:not(.tableforfieldedit) > tr:nth-of-
type(even):not(.liste_titre):not(.nooddeven),
4997.liste > tbody > tr:nth-of-
type(even):not(.liste_titre):not(.nooddeven),
4998div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) .oddeven.tagtr:nth-of-
type(even):not(.liste_titre):not(.nooddeven)
5000 background: linear-gradient(to bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
5001 background: -o-linear-gradient(bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
5002 background: -moz-linear-gradient(bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
5003 background: -webkit-linear-gradient(bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
5005.noborder > tbody > tr:nth-child(even):not(:last-of-
type) td:not(.liste_titre),
5006.liste > tbody > tr:nth-child(even):not(:last-of-
type) td:not(.liste_titre),
5007.noborder .tagtr:nth-child(even):not(:last-of-
type) .oddeven.tagtd:not(.liste_titre)
5009 border-bottom: 1px solid #e8e8e8;
5012.noborder > tbody > tr:nth-child(odd):not(.liste_titre):not(.nooddeven),
5013.liste > tbody > tr:nth-child(odd):not(.liste_titre):not(.nooddeven),
5014div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) > .border > tbody >
table:not(.tableforfieldedit) > tr:nth-of-
type(odd):not(.liste_titre):not(.nooddeven),
5015.liste > tbody > tr:nth-of-
type(odd):not(.liste_titre):not(.nooddeven),
5016div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) .oddeven.tagtr:nth-of-
type(odd):not(.liste_titre):not(.nooddeven)
5018 background: linear-gradient(to bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
5019 background: -o-linear-gradient(bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
5020 background: -moz-linear-gradient(bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
5021 background: -webkit-linear-gradient(bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
5023.noborder > tbody > tr:nth-child(odd):not(:last-child) td:not(.liste_titre),
5024.liste > tbody > tr:nth-child(odd):not(:last-child) td:not(.liste_titre),
5025.noborder .tagtr:nth-child(odd):not(:last-child) .oddeven.tagtd:not(.liste_titre)
5027 border-bottom: 1px solid #e8e8e8;
5030ul.noborder li:nth-child(even):not(.liste_titre) {
5031 background-color: var(--colorbacklinepair2) !important;
5044 padding-bottom: 12px;
5049.boxstats, .boxstats130 {
5050 display:
inline-block;
5057.boxstats, .boxstats130, .boxstatscontent {
5058 white-space: nowrap;
5060 text-overflow: ellipsis;
5072@media only screen and (max-width: 768px)
5074 .tabBar .arearef .pagination.paginationref {
5075 max-width: calc(50%);
5078 div.pagination ul li {
5082 div.pagination .button-title-separator {
5086 .clearbothonsmartphone {
5088 display: block !important;
5092 padding-left: 0 !important;
5093 margin-left: 0 !important;
5094 margin-right: 0 !important;
5101 .boxstats, .boxstats130 {
5103 border: 1px solid #ddd;
5113 .dashboardlineindicator {
5125 box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20);
5132.boxstatsindicator.thumbstat150 {
5133 display:
inline-flex;
5135span.boxstatsindicator {
5137 font-weight: normal;
5138 color: rgb(<?php print $colortextlink; ?>);
5140span.dashboardlineindicator, span.dashboardlineindicatorlate {
5142 font-weight: normal;
5144a.dashboardlineindicatorlate:hover {
5145 text-decoration: none;
5147.dashboardlineindicatorlate img {
5150span.dashboardlineok {
5153span.dashboardlineko {
5157.dashboardlinelatecoin {
5162 padding: 1px 6px 1px 6px;
5163 background-color: #8c4446;
5164 color: #FFFFFF ! important;
5165 border-radius: .25em;
5168 margin-bottom: 20px !important;
5171 border-bottom-width: 1px;
5179.boxtablenomarginbottom {
5180 margin-bottom: 0 !important;
5182.boxtable .fichehalfright, .boxtable .fichehalfleft {
5188.boxworkingboard .tdboxstats {
5189 padding-left: 1px !important;
5190 padding-right: 1px !important;
5192a.valignmiddle.dashboardlineindicator {
5196 height: 30px !important;
5199 height: 50px !important;
5203 height: 26px !important;
5210 background: var(--colorbacktitle1);
5211 color: var(--colortexttitle);
5212 font-family: <?php print $fontlist ?>, sans-serif;
5213 font-weight: <?php echo $useboldtitle ?
'bold' :
'normal'; ?>;
5214 border-bottom: 1px solid #FDFFFF;
5215 white-space: nowrap;
5218tr.box_titre td.boxclose {
5221img.boxhandle, img.boxclose {
5226 vertical-align: middle;
5229.formboxfilter input[
type=image]
5239.prod_entry_mode_free, .prod_entry_mode_predef {
5240 height: 26px !important;
5241 vertical-align: middle;
5245 border: 1px solid #888;
5255 transition: color 0.4s;
5257.star:hover, .star.active {
5258 color: <?php echo $badgeWarning ?>;
5261.search-component-assistance {
5264 background: var(--colorbacktitle1);
5265 border-width: 1px 1px 2px;
5266 border-style: solid;
5267 border-color: rgb(204, 204, 204);
5268 border-image: none; padding: 9px;
5269 box-shadow: rgba(136, 136, 136, 0.267) 1px 2px 10px;
5275.search-component-assistance .assistance-title {
5281.search-component-assistance .separator {
5282 border-left: 1px solid #ccc;
5286.search-component-assistance .end-separator {
5287 border-left: 1px solid #ccc;
5290.search-component-assistance .assistance-errors {
5293 margin: 5px 0px 5px 0px
5295.search-component-assistance .assistance-errors {
5305.ok { color: #114466; }
5306.warning { color: #887711 !important; }
5307.error { color: #550000 !important; font-weight: bold; }
5308.green { color: #118822 !important; }
5314div.info, div.warning, div.error {
5318 padding-bottom: 8px;
5319 margin: 1em 0em 1em 0em;
5325 border-<?php print $left; ?>: solid 5px #87cfd2;
5326 background: #eff8fc;
5330div.warning, div.warningborder {
5331 border-<?php print $left; ?>: solid 5px #f2cf87;
5334 background: #fcf8e3;
5336div.warning a, div.info a, div.error a {
5337 color: rgb(<?php echo $colortextlink; ?>);
5342 border-<?php print $left; ?>: solid 5px #f28787;
5343 background: #EFCFCF;
5351a.normal:link { font-weight: normal }
5352a.normal:visited { font-weight: normal }
5353a.normal:active { font-weight: normal }
5354a.normal:hover { font-weight: normal }
5356a.impayee:link { font-weight: bold; color: #550000; }
5357a.impayee:visited { font-weight: bold; color: #550000; }
5358a.impayee:active { font-weight: bold; color: #550000; }
5359a.impayee:hover { font-weight: bold; color: #550000; }
5372.framecontent iframe {
5383.opened-dash-board-wrap {
5384 margin-bottom: 25px;
5391.product_line_stock_ok { color: #002200; }
5392.product_line_stock_too_low { color: #884400; }
5394.fieldrequired { font-weight: bold; color: #000055; }
5396td.widthpictotitle, .table-fiche-title img.widthpictotitle { width: 32px; font-size: 1.4em; text-align: <?php echo $left; ?>; }
5397table.titlemodulehelp tr td img.widthpictotitle { width: 80px; }
5399.dolgraphtitle { margin-top: 6px; margin-bottom: 4px; }
5400.dolgraphtitlecssboxes { }
5401.dolgraphchart canvas {
5404.legendColorBox, .legendLabel { border: none !important; }
5405div.dolgraph div.legend, div.dolgraph div.legend div { background-color: rgba(255,255,255,0) !important; }
5406div.dolgraph div.legend
table tbody tr { height:
auto; }
5407td.legendColorBox { padding: 2px 2px 2px 0 !important; }
5408td.legendLabel { padding: 2px 2px 2px 0 !important; }
5410 text-align: <?php echo $left; ?>;
5414 white-space: nowrap;
5424div.divphotoref > div > .photowithmargin, div.divphotoref > img.photowithmargin, div.divphotoref > a > .photowithmargin {
5425 margin-<?php echo $right; ?>: 15px;
5428 border: 1px solid #f0f0f0;
5433 text-align: center !important;
5436 margin-top: 6px !important;
5441 content:url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/logo_setup.svg', 1) ?>);
5442 display:
inline-block;
5447 content:url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/nographyet.svg', 1) ?>);
5448 display:
inline-block;
5450 background-repeat: no-repeat;
5457table.table-fiche-title tr.toptitle {
5462 text-decoration: none;
5465 text-transform: uppercase;
5472 color: var(--colortexttitlenotab);
5475 color: var(--colortexttitlenotab);
5478 color: var(--colortexttitlenotab2);
5481table.notopnoleftnoright.table-fiche-title {
5482 margin-bottom: 15px;
5484.fichehalfleft
table.table-fiche-title, .fichehalfright
table.table-fiche-title {
5493table.table-fiche-title .col-title div.titre span {
5494 line-height: normal;
5497div.backgreypublicpayment {
5498 background-color: #f0f0f0;
5500 border-bottom: 1px solid #ddd;
5506.backgreypublicpayment a { color: #222 !important; }
5507.poweredbypublicpayment {
5516span.buttonpaymentsmall {
5521 min-width: 300px; font-size: 16px;
5525 min-width: 320px; font-size: 16px;
5528#tablepublicpayment { border: 1px solid #CCCCCC !important; width: 100%; padding: 20px; margin-bottom: 20px; }
5529#tablepublicpayment .CTableRow1 { background-color: #F0F0F0 !important; }
5530#tablepublicpayment tr.liste_total { border-bottom: 1px solid #CCCCCC !important; }
5531#tablepublicpayment tr.liste_total td { border-top: none; }
5533.divmainbodylarge { margin-left: 40px; margin-right: 40px; }
5534.publicnewmemberform div.titre { font-size: 2em; }
5535#divsubscribe { max-width: 900px; }
5536#divsubscribe .eventlabel { font-size: 1.5em; }
5537#tablesubscribe { width: 100%; }
5538#tablesubscribe tr td { font-size: 1.15em; }
5539#tablesubscribe .price-registration { font-size: 1.5em; }
5543 border: 1px solid #ccc;
5561.effectpostit:before, .effectpostit:after
5572 -webkit-box-shadow: 0 15px 10px #777;
5573 box-shadow: 0 15px 10px #777;
5574 -webkit-transform: rotate(-3deg);
5575 -moz-transform: rotate(-3deg);
5576 -o-transform: rotate(-3deg);
5577 -ms-transform: rotate(-3deg);
5578 transform: rotate(-3deg);
5582 -webkit-transform: rotate(3deg);
5583 -moz-transform: rotate(3deg);
5584 -o-transform: rotate(3deg);
5585 -ms-transform: rotate(3deg);
5586 transform: rotate(3deg);
5597.ui-dialog-titlebar {
5600 font-size: <?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize; ?> !important;
5602.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable {
5603 z-index: 1005 !important;
5605.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
5606 z-index:1006 !important;
5609.ui-dialog.ui-widget.ui-widget-content {
5610 border: 1px solid #e0e0e0;
5615 background-color: #f8f8f8 !important;
5637 border-<?php print $left; ?>: solid 5px #f2cf87;
5643 padding-bottom: 4px;
5645 background: #fcf8e3;
5658.ui-dialog.highlight.ui-widget.ui-widget-content.ui-front {
5663 max-width: <?php print
dol_size(700,
'width'); ?>px !important;
5666div.ui-tooltip.mytooltip {
5667 border-top: solid 1px #BBBBBB;
5668 border-<?php print $left; ?>: solid 1px #BBBBBB;
5669 border-<?php print $right; ?>: solid 1px #444444;
5670 border-bottom: solid 1px #444444;
5673 box-shadow: 0 0 4px grey;
5675 font-stretch: condensed;
5681@media only screen and (max-width: 768px)
5683 div.ui-tooltip.mytooltip {
5687@media only screen and (max-width: 480px)
5689 div.ui-tooltip.mytooltip {
5693@media only screen and (max-width: 320px)
5695 div.ui-tooltip.mytooltip {
5705.ui-datepicker-calendar .ui-state-
default, .ui-datepicker-calendar .ui-widget-content .ui-state-
default,
5706.ui-datepicker-calendar .ui-widget-header .ui-state-
default, .ui-datepicker-calendar .ui-
button,
5712div#ui-datepicker-div {
5714 box-shadow: 2px 5px 15px #aaa;
5720.ui-datepicker .ui-datepicker
table {
5723.ui-datepicker .ui-widget-header {
5728img.datecallink { padding-left: 2px !important; padding-right: 2px !important; }
5730select.ui-datepicker-year {
5731 margin-left: 2px !important;
5733.ui-datepicker-trigger {
5734 vertical-align: middle;
5741 -webkit-border-radius: 4px;
5743 border: 1px #E4ECEC outset;
5749 background-color: #FFFFFF;
5755 border-spacing: 0px;
5756 border-collapse: collapse;
5758.dp td, .tpHour td, .tpMinute td{padding:2px; font-size:10px;}
5760.dpHead,.tpHead,.tpHour td:Hover .tpHead{
5762 background-color: #888;
5768.dpButtons,.tpButtons {
5770 background-color: #888;
5775.dpButtons:Active,.tpButtons:Active{border: 1px outset black;}
5776.dpDayNames td,.dpExplanation {background-color:#D9DBE1; font-weight:bold; text-align:center; font-size:11px;}
5777.dpExplanation{ font-weight:normal; font-size:11px;}
5778.dpWeek td{text-align:center}
5780.dpToday,.dpReg,.dpSelected{
5783.dpToday{font-weight:bold; color:black; background-color:#f4f4f4;}
5784.dpReg:Hover,.dpToday:Hover{background-color:black;color:white}
5787.dpSelected{background-color:#0B63A2;color:white;font-weight:bold; }
5789.tpHour{border-top:1px solid #f4f4f4; border-right:1px solid #f4f4f4;}
5790.tpHour td {border-left:1px solid #f4f4f4; border-bottom:1px solid #f4f4f4; cursor:pointer;}
5791.tpHour td:Hover {background-color:black;color:white;}
5793.tpMinute {margin-top:5px;}
5794.tpMinute td:Hover {background-color:black; color:white; }
5795.tpMinute td {background-color:#D9DBE1; text-align:center; cursor:pointer;}
5801 background-color:transparent;
5806 vertical-align:middle;
5810 color: rgb(<?php print $colortextlink; ?>);
5815.categtextwhite, .treeview .categtextwhite.hover {
5816 color: #fff !important;
5819 color: #000 !important;
5831div.hidden, div.hiddenforpopup, header.hidden, tr.hidden, td.hidden,
5832img.hidden, span.hidden, br.hidden, div.showifmore {
5850.previewnotyetavailable {
5854.websiteformtoolbar {
5856 top: <?php echo empty($dol_hide_topmenu) ? ($disableimages ?
'36px' :
'50px') :
'0'; ?>;
5860.exampleapachesetup {
5864 border: 1px solid #aaa;
5868 background: #ddd; border: 1px solid #ccc; border-radius: 4px;
5873 background-color: transparent;
5874 background-image: none;
5875 color: #000 !important;
5878.bordertransp:not(.nobordertransp) {
5879 background-color: transparent;
5880 background-image: none;
5881 border: 1px solid #aaa;
5882 font-weight: normal;
5883 color: #444 !important;
5885.websitebar .button.bordertransp {
5887 text-decoration: unset !important;
5892 border-bottom: 1px solid #ccc;
5894 display:
inline-block;
5896.centpercent.websitebar {
5897 width: calc(100% - 10px);
5898 padding: 5px 5px 5px 5px;
5901.websitebar .buttonDelete, .websitebar .button {
5904.websitebar .button, .websitebar .buttonDelete
5906 padding: 2px 4px 2px 4px !important;
5907 margin: 2px 4px 2px 4px !important;
5908 line-height: normal;
5910.websitebar input.button.bordertransp, .websitebar input.buttonDelete.bordertransp {
5911 color: #444 !important;
5916 padding-<?php echo $right; ?>: 10px;
5917 vertical-align: middle;
5922.websiteselection, .websitetools {
5928 display:
inline-block;
5929 vertical-align: top;
5932.websiteiframenoborder {
5935span.websitebuttonsitepreview, a.websitebuttonsitepreview {
5936 vertical-align: middle;
5938span.websitebuttonsitepreview img, a.websitebuttonsitepreview img {
5940 display:
inline-block;
5942span.websitebuttonsitepreviewdisabled img, a.websitebuttonsitepreviewdisabled img {
5945.websiteiframenoborder {
5949 vertical-align: middle;
5953.websiteselectionsection {
5954 border-left: 1px solid #bbb;
5955 border-right: 1px solid #bbb;
5960.websitebar input#previewpageurl {
5964#divbodywebsite section p {
5973.dayevent .tagtr:first-of-
type {
5976.agendacell { height: 60px; }
5977table.cal_month { border-spacing: 0px; }
5978table.cal_month td:first-child { border-left: 0px; }
5979table.cal_month td:last-child { border-right: 0px; }
5980.cal_current_month { border-top: 0; border-left: solid 1px #E0E0E0; border-right: 0; border-bottom: solid 1px #E0E0E0; }
5981.cal_current_month_peruserleft { border-top: 0; border-left: solid 2px #6C7C7B; border-right: 0; border-bottom: solid 1px #E0E0E0; }
5982.cal_current_month_oneday { border-right: solid 1px #E0E0E0; }
5983.cal_other_month { border-top: 0; border-left: solid 1px #C0C0C0; border-right: 0; border-bottom: solid 1px #C0C0C0; }
5984.cal_other_month_peruserleft { border-top: 0; border-left: solid 2px #6C7C7B !important; border-right: 0; }
5985.cal_current_month_right { border-right: solid 1px #E0E0E0; }
5986.cal_other_month_right { border-right: solid 1px #C0C0C0; }
5987.cal_other_month { background: #FAFAFA; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 1px; padding-top: 0px; padding-bottom: 0px; }
5988.cal_past_month { background: #EEEEEE; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 1px; padding-top: 0px; padding-bottom: 0px; }
5989.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; }
5990.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; }
5991.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; }
5992.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; }
5993.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; }
5995.cal_peruser { padding: 0px; }
5996.cal_impair { background: #F8F8F8; }
5997.cal_today_peruser_impair { background: #F8F8F0; }
5998.peruser_busy { background: #CC8888; }
5999.peruser_notbusy { background: #EEDDDD; opacity: 0.5; }
6000div.event { margin-top: 4px; margin-bottom: 4px; margin-left: 2px; margin-right: 2px; border-radius: 4px; box-shadow: 2px 2px 5px rgba(100, 100, 100, 0.2); }
6001table.cal_event { border: none; border-collapse: collapse; margin-bottom: 1px; -webkit-border-radius: 3px; border-radius: 3px; min-height: 20px; }
6002table.cal_event td { border: none; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 2px; padding-top: 0px; padding-bottom: 0px; }
6003table.cal_event td.cal_event { padding: 4px 4px !important; padding-bottom: 2px !important; padding-top: 2px !important; }
6004table.cal_event td.cal_event_right { padding: 4px 4px !important; }
6005.cal_event { font-size: 1em; }
6006.cal_event a:link { color: #111111; font-weight: normal !important; }
6007.cal_event a:visited { color: #111111; font-weight: normal !important; }
6008.cal_event a:active { color: #111111; font-weight: normal !important; }
6009.cal_event_busy a:hover { color: #111111; font-weight: normal !important; color:rgba(255,255,255,.75); }
6011.cal_peruserviewname { max-width: 140px; height: 22px; }
6019.calendarviewcontainertr { height: 100px; }
6022 background-size: 24px
auto;
6029.cal_available { background: #0060d450; }
6030.cal_chosen { background: #0060d4; }
6037 border: solid 1px rgba(0,0,0,.3);
6038 background: var(--colorbackbody) !important;
6039 color: var(--colortext) !important;
6042.ui-autocomplete-loading { background: white url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/working.gif', 1) ?>) right center no-repeat; }
6047 background-color:white;
6048 border:1px solid #888;
6052.ui-autocomplete ul {
6053 list-style-
type:none;
6057.ui-autocomplete ul li.selected { background-color: #D3E5EC;}
6058.ui-autocomplete ul li {
6059 list-style-
type:none;
6074 text-overflow: ellipsis;
6082.editkey_textarea, .editkey_ckeditor, .editkey_string, .editkey_email, .editkey_numeric, .editkey_select, .editkey_autocomplete {
6083 background: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/edit.png', 1) ?>) right top no-repeat;
6089.editkey_datepicker {
6090 background: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/calendar.png', 1) ?>) right center no-repeat;
6096.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 {
6101.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 {
6116.treeview ul { background-color: transparent !important; margin-top: 0 !important; }
6117.treeview li { background-color: transparent !important; padding: 0 0 0 20px !important; min-height: 30px; }
6118.treeview .hitarea { width: 20px !important; margin-left: -20px !important; margin-top: 3px; }
6119.treeview li
table { min-height: 30px; }
6120.treeview .hover { color: var(--colortextlink) !important; text-decoration: underline !important; }
6152 font-family:sans-serif;
6155 border-spacing: 0px;
6156 border-collapse: collapse;
6163 border-style:groove;
6173div.jPicker
table.jPicker {
6174 padding-bottom: 20px;
6175 padding-right: 20px;
6179 height: 2px !important;
6183 background: unset !important;
6184 border: unset !important;
6186.jPicker .Preview div span {
6187 border: unset !important;
6188 width: unset !important;
6189 height: 50% !important;
6193 border: 1px solid #bbb !important;
6194 background-color: var(--colorbackbody) !important;
6195 box-shadow: 0px 0px 10px #ccc;
6198 background-image: unset !important;
6200.jPicker .Grid span.QuickColor {
6201 border: unset !important;
6207 white-space: nowrap;
6209.jPicker td.Text input {
6210 height: 1em !important;
6212.jPicker .Preview div {
6213 height: 36px !important;
6215.jPicker input[
type=
"button"] {
6216 background: var(--butactionbg);
6217 color: var(--textbutaction);
6219 border-collapse: collapse;
6223A.color, A.color:active, A.color:visited {
6226 text-decoration : none;
6232 border : 1px inset white;
6235 border : 1px outset white;
6237A.none, A.none:active, A.none:visited, A.none:hover {
6240 text-decoration : none;
6247 border : 1px solid #b3c5cc;
6256 background-color : #b3c5cc;
6263 background-color : #b3c5cc;
6264 border : 2px outset;
6273 border : 1px outset white;
6279 font-family : <?php print $fontlist ?>;
6282 text-align : center;
6286 font-family : <?php print $fontlist ?>;
6293 font-family : <?php print $fontlist ?>;
6299 border: solid 1px #ddd !important;
6304.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
6306 background: rgb(<?php echo $colorbacktitle1; ?>);
6310.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-
button:active, .ui-
button:active, .ui-
button.ui-state-active:hover {
6311 background: #007fff !important;
6312 color: #ffffff !important;
6315.ui-menu .ui-menu-item a {
6316 text-decoration:none;
6320 font-weight: normal;
6321 font-family:<?php echo $fontlist; ?>;
6325 font-family:<?php echo $fontlist; ?>;
6327.ui-
button { margin-left: -2px; <?php print(preg_match(
'/chrome/', $conf->browser->name) ?
'padding-top: 1px;' :
''); ?> }
6332 line-height: 1em !important;
6334.ui-autocomplete-input { margin: 0; padding: 4px; }
6341body.cke_show_borders {
6342 margin: 5px !important;
6346 border: 1px #bbb solid ! important;
6353.cke_wrapper { padding: 4px !important; }
6354a.cke_dialog_ui_button
6356 font-family: <?php print $fontlist ?> !important;
6357 background-image: url(<?php echo $img_button ?>) !important;
6358 background-
position: bottom !important;
6359 border: 1px solid #C0C0C0 !important;
6360 -webkit-border-radius:0px 2px 0px 2px !important;
6361 border-radius:0px 2px 0px 2px !important;
6362 -webkit-box-shadow: 3px 3px 4px #f4f4f4 !important;
6363 box-shadow: 3px 3px 4px #f4f4f4 !important;
6365.cke_dialog_ui_hbox_last
6367 vertical-align: bottom !important;
6369.cke_dialog_ui_hbox_last
6371 vertical-align: bottom !important;
6374 width: 40px !important;
6383a.cke_dialog_ui_button_ok span {
6384 text-shadow: none !important;
6385 color: #333 !important;
6387a.cke_button, a.cke_combo_button {
6388 height: 18px !important;
6390div.cke_notifications_area .cke_notification_warning {
6395@media only screen and (max-width: 768px)
6397 .cke_inner:not(.cke_maximized) .cke_toolbar_separator,
6398 .cke_inner:not(.cke_maximized) .cke_combo,
6399 .cke_inner:not(.cke_maximized) .cke_button:not(.cke_button__maximize) {
6409 border: 1px solid #ddd;
6412.aceeditorstatusbar {
6415 padding-<?php echo $left; ?>: 10px;
6423.ace_status-indicator {
6427 border-left: 1px solid;
6429pre#editfilecontentaceeditorid {
6439 height: 72px !important;
6447.customreportsoutput, .customreportsoutputnotdata {
6450.customreportsoutputnotdata {
6463#types .btn-primary {
6472 display:
inline-block;
6477 vertical-align: top;
6480#types input.text, #types textarea {
6494 box-sizing:border-box;
6501#comment .comment-table {
6505#comment .comment-cell {
6508#comment .comment-info {
6510 border-right:1px solid #dedede;
6514 background:rgba(255,255,255,0.5);
6515 vertical-align:middle;
6518#comment .comment-info a {
6521#comment .comment-right {
6524#comment .comment-description {
6528#comment .comment-delete {
6531 vertical-align:middle;
6533#comment .comment-delete:hover {
6534 background:rgba(250,20,20,0.8);
6536#comment .comment-edit {
6539 vertical-align:middle;
6541#comment .comment-edit:hover {
6542 background:rgba(0,184,148,0.8);
6554 width: <?php print isset($_SESSION[
'dol_screenwidth']) ? max((
int) $_SESSION[
'dol_screenwidth'] - 830, 450) :
'450'; ?>px !important;
6557div#GanttChartDIVglisthead, div#GanttChartDIVgcharthead {
6561.gtaskname div, .gtaskname, .gstartdate div, .gstartdate, .genddate div, .genddate {
6562 font-size: unset !important;
6565div.gantt, .gtaskheading, .gmajorheading, .gminorheading, .gminorheadingwkend {
6566 font-size: unset !important;
6567 font-weight: normal !important;
6568 color: #000 !important;
6571 background: #f0f0f0 !important;
6574 background: rgb(108,152,185) !important;
6577 background: rgb(160,173,58) !important;
6581 text-overflow: ellipsis;
6583td.gminorheadingwkend {
6584 color: #888 !important;
6587 color: #666 !important;
6589.glistlbl, .glistgrid {
6590 width: 582px !important;
6592.gtaskname div, .gtaskname {
6593 min-width: 250px !important;
6594 max-width: 250px !important;
6595 width: 250px !important;
6597.gpccomplete div, .gpccomplete {
6598 min-width: 40px !important;
6599 max-width: 40px !important;
6600 width: 40px !important;
6602td.gtaskheading.gstartdate, td.gtaskheading.genddate {
6603 white-space:
break-spaces;
6605.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) {
6606 color: transparent !important;
6621 font-weight: normal;
6630 font-weight: normal;
6636 text-decoration: none;
6641 margin: 0 5px 5px 5px;
6646 margin: 0 10px 20px 10px;
6651 float: <?php print $left; ?>;
6652 border: solid 1px #f4f4f4;
6659 font-weight: normal;
6672 vertical-align: middle;
6676 display:
inline-block !important;
6679 width: calc(100% - 100px);
6681 white-space:
break-spaces;
6682 word-
break:
break-all;
6684ul.ecmjqft a:active {
6685 font-weight: bold !important;
6688 text-decoration: underline;
6692 vertical-align: middle;
6693 display:
inline-block !important;
6694 text-align: <?php echo $right; ?>;
6695 float: <?php echo $right; ?>;
6699div#ecm-layout-west {
6701 vertical-align: top;
6703div#ecm-layout-center {
6704 width: calc(100% - 405px);
6705 vertical-align: top;
6706 float: <?php echo $right; ?>;
6709.ecmjqft LI.directory { font-weight:normal; background: url(<?php echo
dol_buildpath($path.
'/theme/common/treemenu/folder2.png', 1); ?>) left top no-repeat; }
6710.ecmjqft LI.expanded { font-weight:normal; background: url(<?php echo
dol_buildpath($path.
'/theme/common/treemenu/folder2-expanded.png', 1); ?>) left top no-repeat; }
6711.ecmjqft LI.wait { font-weight:normal; background: url(<?php echo
dol_buildpath(
'/theme/'.$theme.
'/img/working.gif', 1); ?>) left top no-repeat; }
6721 top:
auto !important;
6722 bottom: 4px !important;
6725 min-width: <?php echo $dol_optimize_smallscreen ?
'200' :
'480'; ?>px;
6728 padding-left: 10px !important;
6729 padding-right: 10px !important;
6730 padding-top: 10px !important;
6731 word-wrap:
break-word;
6733.jnotify-container .jnotify-notification .jnotify-message {
6734 font-weight: normal;
6736 word-
break:
break-word;
6738.jnotify-container .jnotify-notification-warning .jnotify-close, .jnotify-container .jnotify-notification-warning .jnotify-message {
6739 color: #a28918 !important;
6741.jnotify-container .jnotify-close {
6742 top: 4px !important;
6743 font-size: 1.6em !important;
6747div.jnotify-background {
6748 opacity : 0.95 !important;
6749 -webkit-box-shadow: 2px 2px 4px #8888 !important;
6750 box-shadow: 2px 2px 4px #8888 !important;
6754.bodylogin .jnotify-container {
6761 padding-left: unset !important;
6762 padding-right: unset !important;
6763 padding-top: unset !important;
6765.bodylogin .jnotify-container .jnotify-notification {
6766 margin: unset !important;
6768.bodylogin .jnotify-container .jnotify-notification .jnotify-background {
6769 border-radius: unset !important;
6771.bodylogin .jnotify-container .jnotify-notification .jnotify-message {
6783div.dolEventValid h1, div.dolEventValid h2 {
6785 background-color: #e3f0db;
6786 padding: 5px 5px 5px 5px;
6789div.dolEventError h1, div.dolEventError h2 {
6791 background-color: #d79eac;
6792 padding: 5px 5px 5px 5px;
6800.divmap, #google-visualization-geomap-embed-0, #google-visualization-geomap-embed-1, #google-visualization-geomap-embed-2 {
6808table.dataTable tr.odd td.sorting_1,
table.dataTable tr.even td.sorting_1 {
6809 background: none !important;
6811.sorting_asc { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_asc.png
', 1); ?>') no-repeat center right !important; }
6812.sorting_desc { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_desc.png
', 1); ?>') no-repeat center right !important; }
6813.sorting_asc_disabled { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_asc_disabled.png
', 1); ?>') no-repeat center right !important; }
6814.sorting_desc_disabled { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_desc_disabled.png
', 1); ?>') no-repeat center right !important; }
6815.dataTables_paginate {
6818.paginate_button_disabled {
6819 opacity: 1 !important;
6820 color: #888 !important;
6821 cursor:
default !important;
6823.paginate_disabled_previous:hover, .paginate_enabled_previous:hover, .paginate_disabled_next:hover, .paginate_enabled_next:hover
6825 font-weight: normal;
6827.paginate_enabled_previous:hover, .paginate_enabled_next:hover
6829 text-decoration: underline !important;
6833 text-decoration: underline !important;
6837 font-weight: normal !important;
6838 text-decoration: none !important;
6840.paging_full_numbers {
6841 height: inherit !important;
6843.paging_full_numbers a.paginate_active:hover, .paging_full_numbers a.paginate_button:hover {
6844 background-color: #DDD !important;
6846.paging_full_numbers, .paging_full_numbers a.paginate_active, .paging_full_numbers a.paginate_button {
6847 background-color: #FFF !important;
6848 border-radius: inherit !important;
6850.paging_full_numbers a.paginate_button_disabled:hover, .paging_full_numbers a.disabled:hover {
6851 background-color: #FFF !important;
6853.paginate_button, .paginate_active {
6854 border: 1px solid #ddd !important;
6855 padding: 6px 12px !important;
6856 margin-left: -1px !important;
6857 line-height: 1.42857143 !important;
6858 margin: 0 0 !important;
6865.ui-state-
disabled, .ui-widget-content .ui-state-
disabled, .ui-widget-header .ui-state-
disabled, .paginate_button_disabled {
6867 background-image: none;
6870div.dataTables_length {
6871 float: right !important;
6874div.dataTables_length select {
6877.dataTables_wrapper .dataTables_paginate {
6878 padding-top: 0px !important;
6886input.select2-input {
6887 border-bottom: none ! important;
6891 border-bottom: 1px solid #ccc !important;
6893.select2-results .select2-highlighted.optionblue {
6894 color: #FFF !important;
6897.select2-container .select2-selection--multiple {
6898 min-height: 28px !important;
6901.select2-container--
default .select2-selection--multiple .select2-selection__choice {
6906.blockvmenusearch .select2-container--
default .select2-selection--single,
6907.blockvmenubookmarks .select2-container--
default .select2-selection--single
6909 background-color: unset;
6911#blockvmenusearch .select2-container--default .select2-selection--single .select2-selection__placeholder {
6912 color: var(--colortextbackvmenu);
6914.select2-container--
default .select2-selection--single .select2-selection__rendered {
6917.select2-container .select2-choice {
6918 border-bottom: 1px solid #ccc;
6920.select2-container .select2-choice > .select2-chosen {
6923.select2-container .select2-choice .select2-arrow {
6926.select2-container-multi .select2-choices {
6927 background-image: none;
6929.select2-container .select2-choice {
6933.selectoptiondisabledwhite {
6934 background: #FFFFFF !important;
6939 border-left: none !important;
6940 background: none !important;
6944 border-top: none !important;
6945 border-left: none !important;
6946 border-right: none !important;
6947 border-bottom: 1px solid #ccc;
6949.select2-drop.select2-drop-above {
6950 box-shadow: none !important;
6952.select2-container--open .select2-dropdown--above {
6953 border-bottom: solid 1px rgba(0,0,0,.2);
6955.select2-drop.select2-drop-above.select2-drop-active {
6956 border-top: 1px solid #ccc;
6957 border-bottom: 1px solid #ccc;
6959.select2-container--
default .select2-selection--single
6965 border-bottom: solid 1px rgba(0,0,0,.2);
6966 -webkit-box-shadow: none !important;
6967 box-shadow: none !important;
6968 border-radius: 0 !important;
6970.select2-container--
default.select2-container--focus .select2-selection--multiple {
6975.select2-container--
default .select2-selection--multiple {
6976 border-bottom: solid 1px rgba(0,0,0,.2);
6980 border-radius: 0 !important;
6981 line-height: normal;
6983.select2-container--
default .select2-selection--multiple .select2-selection__rendered {
6986.select2-container--
default .select2-selection--multiple .select2-selection__choice {
6987 margin-top: 4px !important;
6989.select2-selection--multiple input.select2-search__field {
6990 border-bottom: none !important;
6992.select2-search__field
6995 border-top: none !important;
6996 border-left: none !important;
6997 border-right: none !important;
6998 border-bottom: solid 1px rgba(0,0,0,.2) !important;
6999 -webkit-box-shadow: none !important;
7000 box-shadow: none !important;
7001 border-radius: 0 !important;
7003.select2-container-active .select2-choice, .select2-container-active .select2-choices
7008 border-bottom: none;
7009 -webkit-box-shadow: none !important;
7010 box-shadow: none !important;
7012.select2-dropdown-open {
7013 background-color: #fff;
7015.select2-dropdown-open .select2-choice, .select2-dropdown-open .select2-choices
7020 border-bottom: none;
7021 -webkit-box-shadow: none !important;
7022 box-shadow: none !important;
7023 background-color: #fff;
7029.select2-drop.select2-drop-above.select2-drop-active, .select2-drop {
7032.select2-drop.select2-drop-above {
7035.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
7036 background-image: none;
7037 border-radius: 0 !important;
7039div.select2-drop-above
7042 -webkit-box-shadow: none !important;
7043 box-shadow: none !important;
7047 border: 1px solid #ccc;
7050.select2-search input {
7053a span.select2-chosen
7055 font-weight: normal !important;
7057.select2-container .select2-choice {
7058 background-image: none;
7061.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit
7063 background: #FFFFFF;
7068.select2-results__option {
7069 word-
break:
break-word;
7070 text-align: <?php echo $left; ?>;
7072.select2-container.select2-container-
disabled .select2-choice, .select2-container-multi.select2-container-
disabled .select2-choices {
7073 background-color: #FFFFFF;
7074 background-image: none;
7078.select2-container-
disabled .select2-choice .select2-arrow b {
7081.select2-container-multi .select2-choices .select2-search-choice {
7084.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices, .select2-container-multi .select2-choices,
7085.select2-container-multi.select2-container-active .select2-choices
7087 border-bottom: 1px solid #ccc;
7090 border-left: 1px solid #ddd;
7092.select2-container--
default .select2-results>.select2-results__options{
7098.selecttype span.select2-dropdown.ui-dialog {
7101span#select2-taskid-container[title^=
'--'] {
7107#addbox .select2-container .select2-choice > .select2-chosen, #actionbookmark .select2-container .select2-choice > .select2-chosen {
7108 text-align: <?php echo $left; ?>;
7111.select2-container--
default .select2-selection--single .select2-selection__placeholder {
7115span#select2-boxbookmark-container, span#select2-boxcombo-container {
7116 text-align: <?php echo $left; ?>;
7119.select2-container .select2-selection--single .select2-selection__rendered {
7125#boxbookmark.boxcombo, #boxcombo.boxcombo {
7128 border-bottom: solid 1px rgba(0,0,0,.4) !important;
7131 padding: 0 0 5px 5px;
7132 vertical-align: top;
7136.select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr {
7137 padding: 3px 5px 2px 5px;
7138 margin: 0 0 2px 3px;
7143 border: 1px solid #ddd;
7145 -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
7146 box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
7147 background-clip: padding-box;
7148 -webkit-touch-callout: none;
7149 -webkit-
user-select: none;
7150 -moz-
user-select: none;
7151 -ms-
user-select: none;
7153 background-color: #e4e4e4;
7154 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));
7155 background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
7156 background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
7157 background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
7159.select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr a {
7160 font-weight: normal;
7162.select2-container-multi-dolibarr .select2-choices-dolibarr li {
7163 float: <?php echo $left; ?>;
7166.select2-container-multi-dolibarr .select2-choices-dolibarr {
7167 height:
auto !important;
7176span.select2.select2-container.select2-container--
default {
7177 text-align: initial;
7180ul.select2-results__options li {
7184select.multiselectononeline {
7186 vertical-align: middle;
7188 height: 28px !important;
7193@media only screen and (min-width: 767px)
7196 .select2-container.select2-container--open:not(.graphtype, .limit, .combolargeelem):not(.yesno) .select2-dropdown.ui-dialog {
7197 min-width: 240px !important;
7199 .select2-container.select2-container--open:not(.graphtype, .limit, .combolargeelem):not(.yesno) .select2-dropdown--below:not(.onrightofpage),
7200 .select2-container.select2-container--open:not(.graphtype, .limit, .combolargeelem):not(.yesno) .select2-dropdown--above:not(.onrightofpage) {
7201 min-width: 240px !important;
7203 .onrightofpage span.select2-dropdown.ui-dialog.select2-dropdown--below,
7204 .onrightofpage span.select2-dropdown.ui-dialog.select2-dropdown--above {
7205 min-width: 140px !important;
7207 .combolargeelem.select2-container.select2-container--open .select2-dropdown.ui-dialog {
7208 min-width: 320px !important;
7211 .select2-container--open .select2-dropdown--below {
7212 border-top: 1px solid var(--inputbordercolor);
7218.limit.select2-container.select2-container--open .select2-dropdown.ui-dialog {
7219 min-width: 100px !important;
7222.parentonrightofpage {
7231.noborderoncategories {
7232 border: none !important;
7233 border-radius: 5px !important;
7235 -webkit-box-shadow: none !important;
7236 box-shadow: none !important;
7237 margin-bottom: 0 !important;
7239span.noborderoncategories a, li.noborderoncategories a {
7240 line-height: normal;
7242span.noborderoncategories {
7243 padding: 3px 5px 3px 5px;
7245.categtextwhite, .treeview .categtextwhite.hover {
7246 color: #fff !important;
7249 color: #000 !important;
7261.multi-select-container {
7262 display:
inline-block;
7275 border: 1px solid #aaa;
7276 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
7280div.multi-select-menu[role=
"menu"] {
7281 min-width: 220px !important;
7284.multi-select-menu input {
7285 margin-right: 0.3em;
7286 vertical-align: 0.1em;
7290 display:
inline-block;
7292 white-space: nowrap;
7294 text-overflow: ellipsis;
7295 vertical-align: middle;
7296 background-color: #fff;
7300 border-bottom: solid 1px rgba(0,0,0,.2);
7305.multi-select-
button:focus {
7307 border-bottom: 1px solid #666;
7310.multi-select-
button:after {
7312 display:
inline-block;
7315 border-style: solid;
7316 border-width: 0.5em 0.23em 0em 0.23em;
7317 border-color: #888 transparent transparent transparent;
7321.multi-select-container--open .multi-select-menu { display: block; }
7323.multi-select-container--open .multi-select-
button:after {
7324 border-width: 0 0.4em 0.4em 0.4em;
7325 border-color: transparent transparent #888 transparent;
7328.multi-select-menuitem {
7333label.multi-select-menuitem {
7343ul.ulselectedfields {
7351 vertical-align: middle;
7352 display:
inline-block;
7354.dropdown dd, .dropdown dt {
7360 text-align: <?php echo $left; ?>;
7370.dropdown dt a span, .multiSel span {
7372 display:
inline-block;
7373 padding: 0 3px 2px 0;
7375.maxwidthsearch .dropdown dt a span, .multiSel span {
7376 padding: 0 3px 2px 3px;
7378.dropdown span.value {
7382 background-color: #FFF;
7383 box-shadow: 1px 1px 10px #aaa;
7385 <?php echo $right; ?>:0px;
7394.dropdown dd ul.selectedfieldsleft {
7395 <?php echo $right; ?>:
auto;
7398 white-space: nowrap;
7399 font-weight: normal;
7400 padding: 7px 8px 7px 8px;
7404.dropdown dd ul li:hover {
7407.dropdown dd ul li input[
type=
"checkbox"] {
7408 margin-<?php echo $right; ?>: 3px;
7410.dropdown dd ul li a, .dropdown dd ul li span {
7414.dropdown dd ul li span {
7417.dropdown dd ul li a:hover {
7418 background-color: #eee;
7421dd.dropdowndd ul li {
7422 text-overflow: ellipsis;
7424 white-space: nowrap;
7435 text-overflow: ellipsis;
7436 white-space: nowrap;
7449 padding-bottom: 20px;
7457.searchpage .tagtr .tagtd {
7459 padding-bottom: 2px;
7461.searchpage .tagtr .tagtd .button {
7465.searchpage .searchform input {
7469li.ui-li-divider .ui-link {
7470 color: #FFF !important;
7475a.ui-link, a.ui-link:hover, .ui-btn:hover, span.ui-btn-text:hover, span.ui-btn-inner:hover {
7476 text-decoration: none !important;
7486 font-size: <?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize; ?>;
7489.ui-btn-icon-right .ui-btn-inner {
7490 padding-right: 30px;
7492.ui-btn-icon-left .ui-btn-inner {
7495.ui-select .ui-btn-icon-right .ui-btn-inner {
7496 padding-right: 30px;
7498.ui-select .ui-btn-icon-left .ui-btn-inner {
7501.ui-select .ui-btn-icon-right .ui-icon {
7504.ui-btn-icon-left > .ui-btn-inner > .ui-icon, .ui-btn-icon-right > .ui-btn-inner > .ui-icon {
7510 white-space: nowrap;
7511 text-overflow: ellipsis;
7513.fiche .ui-controlgroup {
7515 padding-bottom: 0px;
7517div.ui-controlgroup-controls div.tabsElem
7521div.ui-controlgroup-controls div.tabsElem a
7523 -webkit-box-shadow: 0 -3px 6px rgba(0,0,0,.2);
7524 box-shadow: 0 -3px 6px rgba(0,0,0,.2);
7526div.ui-controlgroup-controls div.tabsElem a#active {
7527 -webkit-box-shadow: 0 -3px 6px rgba(0,0,0,.3);
7528 box-shadow: 0 -3px 6px rgba(0,0,0,.3);
7531a.tab span.ui-btn-inner
7538 color: rgb(<?php print $colortext; ?>);
7540.liste_titre .ui-link {
7541 color: rgb(<?php print $colortexttitle; ?>) !important;
7545 word-wrap:
break-word;
7549.formdoc .ui-btn-inner
7551 white-space: normal;
7553 text-overflow: clip;
7561div.ui-radio, div.ui-checkbox
7563 display:
inline-block;
7564 border-bottom: 0px !important;
7566.ui-checkbox input, .ui-radio input {
7572div.ui-checkbox label+input, div.ui-radio label+input {
7577 padding-bottom: 10px; margin-bottom: 4px; border-bottom: 1px solid #AAAAAA !important;
7582 -webkit-border-radius: 0;
7585.ui-field-contain label.ui-input-text {
7586 vertical-align: middle !important;
7588.ui-mobile fieldset {
7589 border-bottom: none !important;
7593.ui-li .ui-btn-inner a.ui-link-inherit, .ui-li-
static.ui-li {
7598 font-weight: normal;
7600.ui-focus, .ui-btn:focus {
7601 -webkit-box-shadow: none;
7609 color: rgb(<?php print $colortexttitlenotab; ?>) !important;
7611.ui-bar-b, .lilevel0 {
7612 background-repeat: repeat-x;
7616 color: rgb(<?php print $colortexttitlenotab; ?>) !important;
7619 font-weight: normal !important;
7622.ui-li.ui-last-child, .ui-li.ui-field-contain.ui-last-child {
7623 border-bottom-width: 0px !important;
7626 color: rgb(<?php echo $colortexttitle; ?>) !important;
7629 box-shadow: none !important;
7630 border-bottom: 1px solid #ccc;
7633 border-right: 1px solid #ccc !important;
7636 border: 1px solid #ccc;
7639.ui-btn-up-c, .ui-btn-hover-c {
7643.ui-body-c .ui-link, .ui-body-c .ui-link:visited, .ui-body-c .ui-link:hover {
7644 color: rgb(<?php print $colortextlink; ?>);
7646.ui-btn-up-c .vsmenudisabled {
7647 color: #<?php echo $colorshadowtitle; ?> !important;
7648 text-shadow: none !important;
7656 background: transparent;
7669 color: rgb(<?php print $colortexttitlenotab; ?>) !important;
7672 border-top: 2px solid #444;
7673 background: #fff ! important;
7675.lilevel1 div div a {
7676 font-weight: bold !important;
7681 background: #fff ! important;
7686 background: #fff ! important;
7691 background: #fff ! important;
7696 background: #fff ! important;
7706 background: url(
'<?php echo dol_buildpath($path.'/theme/
'.$theme.'/img/menus/money.png
', 1) ?>') top left no-repeat;
7707 background-position-y: 15px;
7711 background: url(
'<?php echo dol_buildpath($path.'/theme/
'.$theme.'/img/menus/home.png
', 1) ?>') top left no-repeat;
7712 background-position-y: 15px;
7714.menu_choix1,.menu_choix2 {
7717 border: 1px solid #666;
7720.menu_choix1 a, .menu_choix2 a {
7723 text-decoration: none;
7729.menu_choix1 a:hover,.menu_choix2 a:hover {
7732.menu li.menu_choix1 {
7734 padding-right: 10px;
7735 padding-bottom: 2px;
7737.menu li.menu_choix2 {
7739 padding-right: 10px;
7740 padding-bottom: 2px;
7742@media only screen and (max-width: 767px)
7744 .menu_choix1 a, .menu_choix2 a {
7745 background-size: 36px 36px;
7749 .menu li.menu_choix1, .menu li.menu_choix2 {
7754 margin-right: 0 !important;
7768 border: 1px solid #888;
7770.publicnewmemberform div.tabBarWithBottom {
7771 border: 1px solid #e8e8e8;
7774 background-color: #f8f8f8;
7778.publicnewmemberform #tablesubscribe {
7791.publicnewticketform {
7796 padding-right: 50px;
7799@media only screen and (max-width: 767px)
7801 .ticketlargemargin {
7802 padding-left: 5px; padding-right: 5px;
7815#cd-timeline::before {
7823 background: #d7e4ed;
7825@media only screen and (min-width: 1170px) {
7829 #cd-timeline::before {
7839.cd-timeline-block:after {
7844.cd-timeline-block:first-child {
7847.cd-timeline-block:last-child {
7850@media only screen and (min-width: 1170px) {
7851 .cd-timeline-block {
7854 .cd-timeline-block:first-child {
7857 .cd-timeline-block:last-child {
7869 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);
7870 background: #d7e4ed;
7872.cd-timeline-img img {
7882.cd-timeline-img.cd-picture {
7883 background: #75ce66;
7885.cd-timeline-img.cd-movie {
7886 background: #c03b44;
7888.cd-timeline-img.cd-location {
7889 background: #f0ca45;
7891@media only screen and (min-width: 1170px) {
7898 -webkit-transform: translateZ(0);
7899 -webkit-backface-visibility: hidden;
7901 .cssanimations .cd-timeline-img.is-hidden {
7904 .cssanimations .cd-timeline-img.bounce-in {
7905 visibility: visible;
7906 -webkit-animation: cd-bounce-1 0.6s;
7907 -moz-animation: cd-bounce-1 0.6s;
7908 animation: cd-bounce-1 0.6s;
7912@-webkit-keyframes cd-bounce-1 {
7915 -webkit-transform: scale(0.5);
7920 -webkit-transform: scale(1.2);
7924 -webkit-transform: scale(1);
7927@-moz-keyframes cd-bounce-1 {
7930 -moz-transform: scale(0.5);
7935 -moz-transform: scale(1.2);
7939 -moz-transform: scale(1);
7942@keyframes cd-bounce-1 {
7945 -webkit-transform: scale(0.5);
7946 -moz-transform: scale(0.5);
7947 -ms-transform: scale(0.5);
7948 -o-transform: scale(0.5);
7949 transform: scale(0.5);
7954 -webkit-transform: scale(1.2);
7955 -moz-transform: scale(1.2);
7956 -ms-transform: scale(1.2);
7957 -o-transform: scale(1.2);
7958 transform: scale(1.2);
7962 -webkit-transform: scale(1);
7963 -moz-transform: scale(1);
7964 -ms-transform: scale(1);
7965 -o-transform: scale(1);
7966 transform: scale(1);
7969.cd-timeline-content {
7973 border-radius: 0.25em;
7975 background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
7976 background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
7977 background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
7978 background-image: linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
7980.cd-timeline-content:after {
7985.cd-timeline-content h2 {
7988.cd-timeline-content .cd-date {
7990 font-size: 0.8125rem;
7992.cd-timeline-content .cd-date {
7993 display:
inline-block;
7995.cd-timeline-content p {
8000.cd-timeline-content .cd-date {
8005.cd-timeline-content::before {
8012 border: 7px solid transparent;
8013 border-right: 7px solid white;
8015@media only screen and (min-width: 768px) {
8016 .cd-timeline-content h2 {
8020 .cd-timeline-content {
8024 .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
8026 font-size: 0.875rem;
8029@media only screen and (min-width: 1170px) {
8030 .cd-timeline-content {
8035 .cd-timeline-content::before {
8038 border-color: transparent;
8039 border-left-color: white;
8041 .cd-timeline-content .cd-read-more {
8044 .cd-timeline-content .cd-date {
8052 .cd-timeline-block:nth-child(even) .cd-timeline-content {
8055 .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
8059 border-color: transparent;
8060 border-right-color: white;
8062 .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
8065 .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
8078span.phpdebugbar-tooltip.phpdebugbar-tooltip-extra-wide, span.phpdebugbar-tooltip.phpdebugbar-tooltip-wide {
8079 width: 250px !important;
8081.phpdebugbar-indicator span.phpdebugbar-tooltip {
8082 opacity: .95 !important;
8084a.phpdebugbar-tab.phpdebugbar-active {
8085 background-image: unset !important;
8087.phpdebugbar-indicator .fa {
8088 font-family:
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>";
8091div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-value.phpdebugbar-widgets-warning:before,
8092div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-value.phpdebugbar-widgets-error:before,
8093div.phpdebugbar-widgets-exceptions a.phpdebugbar-widgets-editor-link:before,
8094div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-database:before,
8095div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-duration:before,
8096div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-memory:before,
8097div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-row-count:before,
8098div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-copy-clipboard:before,
8099div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-stmt-id:before,
8100div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-render-time:before,
8101div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-memory:before,
8102div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-param-count:before,
8103div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-
type:before,
8104div.phpdebugbar-widgets-templates a.phpdebugbar-widgets-editor-link:before
8106 font-family:
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>" !important;
8114.jcrop-holder { background: unset !important; }
8121.dol-xaxis-vertical .flot-x-axis .flot-tick-label.tickLabel {
8122 text-orientation: sideways;
8124 writing-mode: vertical-rl;
8125 white-space: nowrap;
8133span.clipboardCPValueToPrint, div.clipboardCPValueToPrint {
8134 display:
inline-block;
8136span.clipboardCPValue.hidewithsize {
8137 width: 0 !important;
8138 display:
inline-block;
8140 white-space: nowrap;
8142 vertical-align: middle;
8144div.clipboardCPValue.hidewithsize {
8145 width: 0 !important;
8148 white-space: nowrap;
8151.clipboardCPShowOnHover .clipboardCPButton {
8160.clipboardCPTextDivInside {
8164 border: 1px solid #DDD;
8173 white-space: nowrap;
8175 box-shadow: 1px 1px 6px #ddd;
8183.radio_js_bloc_number {
8184 display:
inline-block;
8188 border:1px solid #ccc;
8195.radio_js_bloc_number.selected {
8196 transition:0.2s ease background;
8209 vertical-align: top;
8213#virtualcard-iframe {
8214 border: 40px solid #aaa;
8215 vertical-align: top;
8218 border-radius: 10px;
8222 pointer-events: none;
8236.highlightDragDropArea{
8237 border: 2px #000 dashed !important;
8238 background-color: #eee !important;
8240.highlightDragDropArea * :not(.dragDropAreaMessage *){
8242 filter: blur(1px) grayscale(90%);
8244.dragDropAreaMessage {
8248 transform: translate(-50%, -50%);
8258 border: 1px solid #bbb !important;
8265.opensurveydescription * {
8270 padding: 0 4px 0 4px;
8274 margin-right: 100px;
8278 background-color: #f0f0f0;
8282.survey_borders .resultats .nom {
8283 text-align: <?php echo $left; ?>
8285.survey_borders .resultats .sujet {
8297#bookinghoursection {
8305 border: 1px solid #000;
8308 margin-bottom: 15px;
8316@media only screen and (max-width: 767px)
8318 .imgopensurveywizard, .imgautosize { width:95%; height:
auto; }
8322 width: <?php print
dol_size(350,
'width'); ?>px;
8328 -webkit-border-radius: 0;
8334 td.widthpictotitle { width: 30px; }
8336 .logopublicpayment #dolpaymentlogo {
8339 #tablepublicpayment {
8340 width:
auto !important;
8341 border: none !important;
8343 .poweredbypublicpayment {
8344 float: unset !important;
8345 top: unset !important;
8347 right: -10px !important;
8360 .bookcalform.boxtable .minwidth75 {
8363 .center.bookingtab {
8366 #bookinghoursection {
8372@media only screen and (max-width: 1024px)
8374 div#ecm-layout-west {
8378 div#ecm-layout-center {
8384 width: <?php echo $disableimages ?
'auto' :
'44'; ?>px;
8389@media only screen and (max-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC1', round($nbtopmenuentries * 90, 0) + 340); ?>px)
8394 white-space: nowrap;
8396 text-overflow: ellipsis;
8397 color: #<?php echo $colortextbackhmenu; ?>;
8404 background-size: 24px
auto;
8407 li.tmenu, li.tmenusel {
8418@media only screen and (max-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC2', round($nbtopmenuentries * 66, 0) + 220); ?>px)
8420 li.tmenucompanylogo {
8425 max-width: <?php echo max(24, ceil(300 / ($nbtopmenuentriesreal + 2))); ?>px;
8426 text-overflow: clip;
8428 .menuhider div.tmenucenter {
8437 background-size: 20px
auto;
8442@media only screen and (max-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC3', round($nbtopmenuentries * 44, 0) + 320); ?>px)
8444 div.login_block_tools > div {
8447 div#topmenu-global-search-dropdown,
8448 div#topmenu-quickadd-dropdown,
8449 div#topmenu-bookmark-dropdown,
8450 div#topmenu-uploadfile-dropdown,
8451 div#topmenu-login-dropdown {
8455 div#topmenu-global-search-dropdown,
8456 div#topmenu-quickadd-dropdown,
8457 div#topmenu-bookmark-dropdown,
8458 div#topmenu-uploadfile-dropdown {
8470 <?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
8476 li.tmenu, li.tmenusel {
8479 a.tmenu:link, a.tmenu:visited, a.tmenu:hover, a.tmenu:active,
8480 a.tmenusel:link, a.tmenusel:visited, a.tmenusel:hover, a.tmenusel:active {
8490 div.login_block_other, div.login_block_tools {
8491 display:
inline-block;
8494 .loginbuttonexternal {
8499 text-overflow: clip;
8502 background-size: 20px
auto;
8503 margin-top: 2px !important;
8511 width: <?php print
dol_size(300,
'width'); ?>px;
8515 min-width: 0 !important;
8518 padding-<?php echo $right; ?>: 5px;
8520 img.photoref, div.photoref {
8521 border: 1px solid rgba(0, 0, 0, 0.2);
8522 -webkit-box-shadow: none;
8525 object-fit: contain;
8529 width:
auto !important;
8532 .tableforfield>tr>td:first-child, .tableforfield>tbody>tr>td:first-child, div.tableforfield div.tagtr>div.tagtd:first-of-
type {
8535 .tableforfield>tr>td:nth-child(2), .tableforfield>tbody>tr>td:nth-child(2), div.tableforfield div.tagtr>div.tagtd:nth-child(2) {
8536 word-
break:
break-word;
8539 table.table-fiche-title .col-title div.titre{
8548 word-
break:
break-word;
8551 .websiteselectionsection {
8553 border-right: unset;
8561 padding-right: 12px;
8569 .underbanner.underbanner-before-box {
8570 border-bottom: none;
8574 margin-bottom: 0.5em;
8585 .lilevel1 span.paddingright {
8589 img.userphotopublicvcard {
8606include
dol_buildpath($path.
'/theme/'.$theme.
'/dropdown.inc.php', 0);
8607include
dol_buildpath($path.
'/theme/eldy/emaillayout.inc.php', 0);
8608include
dol_buildpath($path.
'/theme/'.$theme.
'/info-box.inc.php', 0);
8609include
dol_buildpath($path.
'/theme/'.$theme.
'/progress.inc.php', 0);
8610include
dol_buildpath($path.
'/theme/eldy/timeline.inc.php', 0);
8613 print $conf->global->THEME_CUSTOM_CSS;
8616if (is_object($db)) {
8622::-webkit-scrollbar {
8628::-webkit-scrollbar-track-piece {
8629 background: #f4f4f4;
8631::-webkit-scrollbar-thumb {
8638div.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,...
colorHexToHsl($hex, $alpha=false, $returnArray=false)
Color Hex to Hsl (used for style)
GETPOSTINT($paramname, $method=0)
Return the value of a $_GET or $_POST supervariable, converted into integer.
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.
getDolUserString($key, $default='', $tmpuser=null)
Return Dolibarr user constant string value.
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 a Dolibarr global constant string value.
treeview li table
No Email.
ui state ui widget content ui state ui widget header ui state a ui button
0 = Do not include form tag and submit button -1 = Do not include form tag but include submit button
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.
$conf db user
Active Directory does not allow anonymous connections.
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.