35if (!defined(
'NOREQUIRESOC')) {
36 define(
'NOREQUIRESOC',
'1');
39if (!defined(
'NOCSRFCHECK')) {
40 define(
'NOCSRFCHECK', 1);
42if (!defined(
'NOTOKENRENEWAL')) {
43 define(
'NOTOKENRENEWAL', 1);
45if (!defined(
'NOLOGIN')) {
49if (!defined(
'NOREQUIREHTML')) {
50 define(
'NOREQUIREHTML', 1);
52if (!defined(
'NOREQUIREAJAX')) {
53 define(
'NOREQUIREAJAX',
'1');
57define(
'ISLOADEDBYSTEELSHEET',
'1');
60require __DIR__.
'/theme_vars.inc.php';
61if (defined(
'THEME_ONLY_CONSTANT')) {
66@phan-var-force string $badgeDanger
67@phan-var-force string $badgeWarning
68@phan-var-force string $butactionbg
69@phan-var-force string $colorbackbody
70@phan-var-force string $colorbackhmenu1
71@phan-var-force string $colorbacklinebreak
72@phan-var-force string $colorbacklineimpair1
73@phan-var-force string $colorbacklineimpair2
74@phan-var-force string $colorbacklinepair1
75@phan-var-force string $colorbacklinepair2
76@phan-var-force string $colorbacklinepairchecked
77@phan-var-force string $colorbacklinepairhover
78@phan-var-force string $colorbacktabactive
79@phan-var-force string $colorbacktabcard1
80@phan-var-force string $colorbacktitle1
81@phan-var-force string $colorbackvmenu1
82@phan-var-force string $colorblind_deuteranopes_textSuccess
83@phan-var-force string $colorblind_deuteranopes_textWarning
84@phan-var-force string $colortext
85@phan-var-force string $colortextlink
86@phan-var-force string $colortexttitle
87@phan-var-force string $colortexttitlelink
88@phan-var-force string $colortexttitlenotab
89@phan-var-force string $colortexttitlenotab2
90@phan-var-force string $colortopbordertitle1
91@phan-var-force string $fontsize
92@phan-var-force string $textDanger
93@phan-var-force string $textSuccess
94@phan-var-force string $textWarning
95@phan-var-force string $textbutaction
96@phan-var-force string $toolTipBgColor
97@phan-var-force string $toolTipFontColor
100session_cache_limiter(
'public');
103require_once __DIR__.
'/../../main.inc.php';
104require_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
149if (empty($user->id) && !empty($_SESSION[
'dol_login'])) {
150 $user->fetch(0, $_SESSION[
'dol_login'],
'', 1);
156 $menumanager =
new MenuManager($db, empty($user->socid) ? 0 : 1);
165if (empty($dolibarr_nocache)) {
166 header(
'Cache-Control: max-age=10800, public, must-revalidate');
168 header(
'Cache-Control: no-cache');
172 $conf->theme =
GETPOST(
'theme',
'aZ09');
175 $langs->setDefaultLang(
GETPOST(
'lang',
'aZ09'));
178if (GETPOSTISSET(
'THEME_DARKMODEENABLED')) {
179 $conf->global->THEME_DARKMODEENABLED =
GETPOSTINT(
'THEME_DARKMODEENABLED');
182$langs->load(
"main", 0, 1);
183$right = ($langs->trans(
"DIRECTION") ==
'rtl' ?
'left' :
'right');
184$left = ($langs->trans(
"DIRECTION") ==
'rtl' ?
'right' :
'left');
194$fontlist =
'roboto,arial,tahoma,verdana,helvetica';
200$img_button =
dol_buildpath($path.
'/theme/'.$theme.
'/img/button_bg.png', 1);
201$dol_hide_topmenu = $conf->dol_hide_topmenu;
202$dol_hide_leftmenu = $conf->dol_hide_leftmenu;
203$dol_optimize_smallscreen = $conf->dol_optimize_smallscreen;
204$dol_no_mouse_hover = $conf->dol_no_mouse_hover;
216if (!isset($conf->global->THEME_ELDY_BACKBODY)) {
217 $conf->global->THEME_ELDY_BACKBODY = $colorbackbody;
219if (!isset($conf->global->THEME_ELDY_TOPMENU_BACK1)) {
220 $conf->global->THEME_ELDY_TOPMENU_BACK1 = $colorbackhmenu1;
222if (!isset($conf->global->THEME_ELDY_VERMENU_BACK1)) {
223 $conf->global->THEME_ELDY_VERMENU_BACK1 = $colorbackvmenu1;
225if (!isset($conf->global->THEME_ELDY_BACKTITLE1)) {
226 $conf->global->THEME_ELDY_BACKTITLE1 = $colorbacktitle1;
228if (!isset($conf->global->THEME_ELDY_USE_HOVER)) {
229 $conf->global->THEME_ELDY_USE_HOVER = $colorbacklinepairhover;
231if (!isset($conf->global->THEME_ELDY_USE_CHECKED)) {
232 $conf->global->THEME_ELDY_USE_CHECKED = $colorbacklinepairchecked;
234if (!isset($conf->global->THEME_ELDY_LINEBREAK)) {
235 $conf->global->THEME_ELDY_LINEBREAK = $colorbacklinebreak;
237if (!isset($conf->global->THEME_ELDY_TEXTTITLENOTAB)) {
238 $conf->global->THEME_ELDY_TEXTTITLENOTAB = $colortexttitlenotab;
240if (!isset($conf->global->THEME_ELDY_TEXTLINK)) {
241 $conf->global->THEME_ELDY_TEXTLINK = $colortextlink;
243if (!isset($conf->global->THEME_ELDY_BTNACTION)) {
244 $conf->global->THEME_ELDY_BTNACTION = $butactionbg;
246if (!isset($conf->global->THEME_ELDY_TEXTBTNACTION)) {
247 $conf->global->THEME_ELDY_TEXTBTNACTION = $textbutaction;
253 $conf->global->THEME_ELDY_BACKTABCARD1 =
'255,255,255';
254 $conf->global->THEME_ELDY_BACKTABACTIVE =
'234,234,234';
255 $conf->global->THEME_ELDY_TEXT =
'0,0,0';
256 $conf->global->THEME_ELDY_FONT_SIZE1 = $fontsize;
257 $conf->global->THEME_ELDY_FONT_SIZE2 =
'0.7em';
261$colorbackhmenu1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_TOPMENU_BACK1', $colorbackhmenu1) :
getDolUserString(
'THEME_ELDY_TOPMENU_BACK1', $colorbackhmenu1);
262$colorbackvmenu1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_VERMENU_BACK1', $colorbackvmenu1) :
getDolUserString(
'THEME_ELDY_VERMENU_BACK1', $colorbackvmenu1);
263$colortopbordertitle1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_TOPBORDER_TITLE1', $colortopbordertitle1) :
getDolUserString(
'THEME_ELDY_TOPBORDER_TITLE1', $colortopbordertitle1);
264$colorbacktitle1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_BACKTITLE1', $colorbacktitle1) :
getDolUserString(
'THEME_ELDY_BACKTITLE1', $colorbacktitle1);
265$colorbacktabcard1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_BACKTABCARD1', $colorbacktabcard1) :
getDolUserString(
'THEME_ELDY_BACKTABCARD1', $colorbacktabcard1);
266$colorbacktabactive = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_BACKTABACTIVE', $colorbacktabactive) :
getDolUserString(
'THEME_ELDY_BACKTABACTIVE', $colorbacktabactive);
267$colorbacklineimpair1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_LINEIMPAIR1', $colorbacklineimpair1) :
getDolUserString(
'THEME_ELDY_LINEIMPAIR1', $colorbacklineimpair1);
268$colorbacklineimpair2 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_LINEIMPAIR2', $colorbacklineimpair2) :
getDolUserString(
'THEME_ELDY_LINEIMPAIR2', $colorbacklineimpair2);
269$colorbacklinepair1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_LINEPAIR1', $colorbacklinepair1) :
getDolUserString(
'THEME_ELDY_LINEPAIR1', $colorbacklinepair1);
270$colorbacklinepair2 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_LINEPAIR2', $colorbacklinepair2) :
getDolUserString(
'THEME_ELDY_LINEPAIR2', $colorbacklinepair2);
271$colorbacklinebreak = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_LINEBREAK', $colorbacklinebreak) :
getDolUserString(
'THEME_ELDY_LINEBREAK', $colorbacklinebreak);
272$colorbackbody = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_BACKBODY', $colorbackbody) :
getDolUserString(
'THEME_ELDY_BACKBODY', $colorbackbody);
273$colortexttitlenotab = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_TEXTTITLENOTAB', $colortexttitlenotab) :
getDolUserString(
'THEME_ELDY_TEXTTITLENOTAB', $colortexttitlenotab);
274$colortexttitle = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_TEXTTITLE', $colortext) :
getDolUserString(
'THEME_ELDY_TEXTTITLE', $colortexttitle);
275$colortexttitlelink = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_TEXTTITLELINK', $colortexttitlelink) :
getDolUserString(
'THEME_ELDY_TEXTTITLELINK', $colortexttitlelink);
277$colortextlink = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_TEXTLINK', $colortext) :
getDolUserString(
'THEME_ELDY_TEXTLINK', $colortextlink);
278$colortextlinkHsla =
colorHexToHsl($colortextlink,
false,
true);
279$butactionbg = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_BTNACTION', $butactionbg) :
getDolUserString(
'THEME_ELDY_BTNACTION', $butactionbg);
280$textbutaction = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_TEXTBTNACTION', $textbutaction) :
getDolUserString(
'THEME_ELDY_TEXTBTNACTION', $textbutaction);
281$fontsize = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_FONT_SIZE1', $fontsize) :
getDolUserString(
'THEME_ELDY_FONT_SIZE1', $fontsize);
282$fontsizesmaller = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_FONT_SIZE2', $fontsize) :
getDolUserString(
'THEME_ELDY_FONT_SIZE2', $fontsize);
283$heightrow = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (
getDolGlobalString(
'THEME_ELDY_USECOMOACTROW') ?
'300%' :
'155%') : (
getDolUserString(
'THEME_ELDY_USECOMOACTROW') ?
'300%' :
'155%');
288if (!empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED)) {
289 $colorbacklinepairhover = ((!isset($user->conf->THEME_ELDY_USE_HOVER) || $user->conf->THEME_ELDY_USE_HOVER ===
'255,255,255') ?
'' : (
getDolUserString(
'THEME_ELDY_USE_HOVER') ===
'1' ?
'edf4fb' :
getDolUserString(
'THEME_ELDY_USE_HOVER')));
290 $colorbacklinepairchecked = ((!isset($user->conf->THEME_ELDY_USE_CHECKED) || $user->conf->THEME_ELDY_USE_CHECKED ===
'255,255,255') ?
'' : (
getDolUserString(
'THEME_ELDY_USE_CHECKED') ===
'1' ?
'edf4fb' :
getDolUserString(
'THEME_ELDY_USE_CHECKED')));
293if (empty($colortopbordertitle1)) {
294 $colortopbordertitle1 = $colorbackhmenu1;
299$tmppart = explode(
',', $colorbackhmenu1);
300$tmpval = (!empty($tmppart[0]) ? $tmppart[0] : 0) + (!empty($tmppart[1]) ? $tmppart[1] : 0) + (!empty($tmppart[2]) ? $tmppart[2] : 0);
302 $colortextbackhmenu =
'FFFFFF';
304 $colortextbackhmenu =
'000000';
308$tmppart = explode(
',', $colorbackvmenu1);
309$tmpval = (!empty($tmppart[0]) ? $tmppart[0] : 0) + (!empty($tmppart[1]) ? $tmppart[1] : 0) + (!empty($tmppart[2]) ? $tmppart[2] : 0);
311 $colortextbackvmenu =
'FFFFFF';
313 $colortextbackvmenu =
'222222';
319$tmppart = explode(
',', $colorbacktitle1);
320if ($colortexttitle ==
'') {
321 $tmpval = (!empty($tmppart[0]) ? $tmppart[0] : 0) + (!empty($tmppart[1]) ? $tmppart[1] : 0) + (!empty($tmppart[2]) ? $tmppart[2] : 0);
322 if ($tmpval <= 460) {
323 $colortexttitle =
'FFFFFF';
324 $colorshadowtitle =
'888888';
326 $colortexttitle =
'101010';
327 $colorshadowtitle =
'FFFFFF';
330 $colorshadowtitle =
'888888';
334$tmppart = explode(
',', $colorbacktabcard1);
335$tmpval = (!empty($tmppart[0]) ? $tmppart[0] : 0) + (!empty($tmppart[1]) ? $tmppart[1] : 0) + (!empty($tmppart[2]) ? $tmppart[2] : 0);
337 $colortextbacktab =
'FFFFFF';
339 $colortextbacktab =
'111111';
352if ($colorbacklinepairhover !=
'') {
355if ($colorbacklinepairchecked !=
'') {
356 $colorbacklinepairchecked = implode(
',',
colorStringToArray($colorbacklinepairchecked));
365$nbtopmenuentries = $menumanager->showmenu(
'topnb');
366$nbtopmenuentriesreal = $nbtopmenuentries;
367if ($conf->browser->layout ==
'phone') {
368 $nbtopmenuentries = max($nbtopmenuentries, 10);
372print
'colorbackbody='.$colorbackbody.
"\n";
373print
'colorbackvmenu1='.$colorbackvmenu1.
"\n";
374print
'colorbackhmenu1='.$colorbackhmenu1.
"\n";
375print
'colorbacktitle1='.$colorbacktitle1.
"\n";
376print
'colorbacklineimpair1='.$colorbacklineimpair1.
"\n";
377print
'colorbacklineimpair2='.$colorbacklineimpair2.
"\n";
378print
'colorbacklinepair1='.$colorbacklinepair1.
"\n";
379print
'colorbacklinepair2='.$colorbacklinepair2.
"\n";
380print
'colorbacklinepairhover='.$colorbacklinepairhover.
"\n";
381print
'colorbacklinepairchecked='.$colorbacklinepairchecked.
"\n";
382print
'colortexttitlenotab='.$colortexttitlenotab.
"\n";
383print
'colortexttitle='.$colortexttitle.
"\n";
384print
'colortext='.$colortext.
"\n";
385print
'colortextlink='.$colortextlink.
"\n";
386print
'colortexttitlelink='.$colortexttitlelink.
"\n";
387print
'colortextbackhmenu='.$colortextbackhmenu.
"\n";
388print
'colortextbackvmenu='.$colortextbackvmenu.
"\n";
389print
'dol_hide_topmenu='.$dol_hide_topmenu.
"\n";
390print
'dol_hide_leftmenu='.$dol_hide_leftmenu.
"\n";
391print
'dol_optimize_smallscreen='.$dol_optimize_smallscreen.
"\n";
392print
'dol_no_mouse_hover='.$dol_no_mouse_hover.
"\n";
393print
'dol_screenwidth='.$_SESSION[
'dol_screenwidth'].
"\n";
394print
'dol_screenheight='.$_SESSION[
'dol_screenheight'].
"\n";
395print
'fontsize='.$fontsize.
"\n";
396print
'nbtopmenuentries='.$nbtopmenuentries.
"\n";
411 --colorbackhmenu1: rgb(<?php print $colorbackhmenu1; ?>);
412 --colorbackvmenu1: rgb(<?php print $colorbackvmenu1; ?>);
413 --colorbacktitle1: rgb(<?php print $colorbacktitle1; ?>);
414 --colorbacktabcard1: rgb(<?php print $colorbacktabcard1; ?>);
415 --colorbacktabactive: rgb(<?php print $colorbacktabactive; ?>);
416 --colorbacklineimpair1: rgb(<?php print $colorbacklineimpair1; ?>);
417 --colorbacklineimpair2: rgb(<?php print $colorbacklineimpair2; ?>);
418 --colorbacklinepair1: rgb(<?php print $colorbacklinepair1; ?>);
419 --colorbacklinepair2: rgb(<?php print $colorbacklinepair2; ?>);
420 --colorbacklinepairhover: rgb(<?php print $colorbacklinepairhover; ?>);
421 --colorbacklinepairchecked: rgb(<?php print $colorbacklinepairchecked; ?>);
422 --colorbacklinebreak: rgb(<?php print $colorbacklinebreak; ?>);
423 --colorbackbody: rgb(<?php print $colorbackbody; ?>);
424 --colorbackmobilemenu: #f8f8f8;
425 --colorbackgrey: #f0f0f0;
426 --colortexttitlenotab: rgb(<?php print $colortexttitlenotab; ?>);
427 --colortexttitlenotab2: rgb(<?php print $colortexttitlenotab2; ?>);
428 --colortexttitle: rgb(<?php print $colortexttitle; ?>);
429 --colortexttitlelink: rgba(<?php print $colortexttitlelink; ?>, 0.9);
430 --colortext: rgb(<?php print $colortext; ?>);
431 --colortextlink: rgb(<?php print $colortextlink; ?>);
432 --colortextlink: rgb(<?php print $colortextlink; ?>);
433 --colortextlink-h: <?php print $colortextlinkHsla[
'h']; ?>;
434 --colortextlink-l: <?php print $colortextlinkHsla[
'l']; ?>%;
435 --colortextlink-s: <?php print $colortextlinkHsla[
's']; ?>%;
436 --colortextlink-a: 1;
437 --colortextbackhmenu: #<?php print $colortextbackhmenu; ?>;
438 --colortextbackvmenu: #<?php print $colortextbackvmenu; ?>;
439 --colortopbordertitle1: rgb(<?php print $colortopbordertitle1; ?>);
440 --listetotal: #551188;
441 --inputbackgroundcolor: #FFF;
442 --inputbackgroundcolordisabled: #eee;
443 --inputcolordisabled: rgb(80, 80, 80);
444 --inputbordercolor: rgba(0,0,0,.2);
445 --tooltipbgcolor: <?php print $toolTipBgColor; ?>;
446 --tooltipfontcolor : <?php print $toolTipFontColor; ?>;
447 --oddevencolor: #202020;
448 --colorboxstatsborder: #ddd;
449 --dolgraphbg: rgba(255,255,255,0);
450 --fieldrequiredcolor: #000055;
451 --colortextbacktab: #<?php print $colortextbacktab; ?>;
452 --colorboxiconbg: #eee;
454 --tableforfieldcolor:#666;
455 --amountremaintopaycolor:#880000;
456 --amountpaymentcomplete:#008855;
457 --amountremaintopaybackcolor:none;
458 --productlinestockod: #002200;
459 --productlinestocktoolow: #884400;
460 --infoboxmoduleenabledbgcolor : linear-gradient(0.4turn, #fff, #fff, #fff, #e4efe8);
461 --tablevalidbgcolor: rgb(252, 248, 227);
462 --butactionbg : #<?php print $butactionbg; ?>;
463 --textbutaction : #<?php print $textbutaction; ?>;
466 --heightrow: <?php print $heightrow; ?>;
471 print
"/* For dark mode */\n";
473 print
"@media (prefers-color-scheme: dark) {";
475 print
"@media not print {";
478 --colorbackhmenu1: #3d3e40;
479 --colorbackvmenu1: #2b2c2e;
480 --colorbacktitle1: #3b3c3e;
481 --colorbacktabcard1: #1d1e20; /* Must be same than colorbackbody */
482 --colorbacktabactive: rgb(220,220,220);
483 --colorbacklineimpair1: #38393d;
484 --colorbacklineimpair2: #2b2d2f;
485 --colorbacklinepair1: #38393d;
486 --colorbacklinepair2: #2b2d2f;
487 --colorbacklinepairhover: #2b2d2f;
488 --colorbacklinepairchecked: #0e5ccd;
489 --colorbackbody: #1d1e20;
490 --colorbackmobilemenu: #080808;
491 --colorbackgrey: #0f0f0f;
492 --tooltipbgcolor: #2b2d2f;
493 --colortexttitlenotab: rgb(220,220,220);
494 --colortexttitlenotab2: rgb(220,220,220);
495 --colortexttitle: rgb(220,220,220);
496 --colortext: rgb(220,220,220);
497 --colortextlink: #4390dc;
498 --colortexttitlelink: #4390dc;
499 --colortextbackhmenu: rgb(220,220,220);
500 --colortextbackvmenu: rgb(220,220,220);
501 --tooltipfontcolor : rgb(220,220,220);
502 --listetotal: rgb(245, 83, 158);
503 --inputbackgroundcolor: rgb(70, 70, 70);
504 --inputbackgroundcolordisabled: rgb(60, 60, 60);
505 --inputcolordisabled: rgb(140, 140, 140);
506 --inputbordercolor: rgb(220,220,220);
507 --oddevencolor: rgb(220,220,220);
508 --colorboxstatsborder: rgb(65,100,138);
509 --dolgraphbg: #1d1e20;
510 --fieldrequiredcolor: rgb(250,183,59);
511 --colortextbacktab: rgb(220,220,220);
512 --colorboxiconbg: rgb(36,38,39);
513 --refidnocolor: rgb(220,220,220);
514 --tableforfieldcolor:rgb(220,220,220);
515 --amountremaintopaycolor:rgb(252,84,91);
516 --amountpaymentcomplete:rgb(101,184,77);
517 --amountremaintopaybackcolor:rbg(245,130,46);
518 --infoboxmoduleenabledbgcolor : linear-gradient(0.4turn, #000, #000, #000, #274231);
519 --tablevalidbgcolor: rgb(80, 64, 33);
532<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
533 background-color: #FFFFFF;
535 font-size: <?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize; ?>;
543 background-color: var(--colorbackbody);
544 <?php print
'direction: '.$langs->trans(
"DIRECTION").
";\n"; ?>
548.sensiblehtmlcontent * {
552.thumbstat { font-weight: bold !important; }
553th a { font-weight: <?php echo($useboldtitle ?
'bold' :
'normal'); ?> !important; }
554a.tab { font-weight: 500 !important; }
556a:link, a:visited, a:hover, a:
active, .classlink { font-family: <?php print
$fontlist ?>; font-weight: normal; color: var(--colortextlink); text-decoration: none; }
557a:hover { text-decoration: underline; color: var(--colortextlink); }
558a.commonlink { color: var(--colortextlink) !important; text-decoration: none; }
566input.downloadexternallink {
571 margin-top: 0 !important;
575.refidno .button.smallpaddingimp {
576 padding: 3px !important;
577 padding-left: 6px !important;
578 padding-right: 6px !important;
581select.vmenusearchselectcombo {
582 background-color: unset;
586 border: 1px solid #aaa !important;
588input:focus:not(.input-icon-
user, .input-icon-password, .input-icon-security):not(.noborderfocus):not(.inputsearch_dropdownselectedfields):not(.
button):not(.buttonwebsite):not(.buttonreset):not(.select2-search__field):not(#top-bookmark-search-input):not(.search_component_input):not(.input-nobottom),
589 select:focus, .select2-container--open [aria-expanded=
"false"].select2-selection--single,
590 .select2-container--focus span.selection span.select2-selection:not(.noborderfocus):not(.massactionselect) {
592 border: 1px solid #666 !important;
594 border-bottom: 1px solid #666;
598textarea.cke_source:focus
603th.wrapcolumntitle.liste_titre:not(.maxwidthsearch), td.wrapcolumntitle.liste_titre:not(.maxwidthsearch),
604th.wrapcolumntitle.liste_titre_sel:not(.maxwidthsearch), td.wrapcolumntitle.liste_titre_sel:not(.maxwidthsearch) {
608 text-overflow: ellipsis;
610th.wrapcolumntitle dl dt a span.fas.fa-list {
612 vertical-align: middle;
616.liste_titre input[
name=search_month], .liste_titre input[
name=search_month_start], .liste_titre input[
name=search_month_end] {
619select#date_startday, select#date_startmonth, select#date_endday, select#date_endmonth, select#reday, select#remonth
624input, input.flat, form.flat select, select, select.flat, .dataTables_length label select {
627input, input.flat, textarea, textarea.flat, form.flat select, select, select.flat, .dataTables_length label select {
628 color: var(--colortext);
631 margin: 0px 0px 0px 0px;
632 background-color: var(--inputbackgroundcolor);
634 border<?php echo !
getDolGlobalString(
'THEME_SHOW_BORDER_ON_INPUT') ?
'-bottom' :
''; ?>: solid 1px var(--inputbordercolor);
642span.massactionselect, input.inputsearch_dropdownselectedfields {
643 border-radius: 0 !important;
644 border-top: 0 !important;
645 border-left: 0 !important;
646 border-right: 0 !important;
647 background-color: unset !important;
655input[
type=
"text"]:not(.input-icon-security, .input-icon-
user, .input-icon-password),
656input[
type=
"password"]:not(.input-icon-security, .input-icon-
user, .input-icon-password) {
659.login_table .input-icon-
user, .login_table .input-icon-password {
660 padding-right: 42px !important;
673#mainbody input.button:not(.buttongen):not(.bordertransp), #mainbody a.button:not(.buttongen):not(.bordertransp) {
674 background: var(--butactionbg);
675 color: var(--textbutaction) !important;
677 border-collapse: collapse;
680 text-transform: uppercase;
683 padding: 0.6em 0.7em;
686#mainbody input.button:not(.buttongen):not(.bordertransp):hover, #mainbody a.button:not(.buttongen):not(.bordertransp):hover {
687 box-shadow: 0px 0px 6px 1px rgb(50 50 50 / 40%), 0px 0px 0px rgb(60 60 60 / 10%);
689#mainbody input.buttongen, #mainbody button.buttongen {
693input.button.massactionconfirmed {
704input:invalid, select:invalid, input.--error , select.--error {
705 border-color: #ea1212;
708section.setupsection {
710 background-color: var(--colorbacktitle1);
713section.setupsection:hover {
714 box-shadow: 0 0 5px #aaa;
717.field-error-icon { color: #ea1212 !important; }
720div.tabBar textarea:focus:not(.textarea-ai_feature):not(.cke_source) {
721 border: 1px solid #aaa !important;
723textarea.cke_source:focus
732 border-top:solid 1px var(--inputbordercolor);
733 border-left:solid 1px var(--inputbordercolor);
734 border-right:solid 1px var(--inputbordercolor);
735 border-bottom:solid 1px var(--inputbordercolor);
737 background-color: #FFF;
743input.removedassigned, input.removedassignedresource {
744 padding: 2px !important;
745 vertical-align: text-bottom;
749 padding-left: 1px !important;
750 padding-right: 1px !important;
753 vertical-align: middle;
755input.buttonpayment,
button.buttonpayment, div.buttonpayment {
761 background-image: none;
766 border: 2px solid #ccc;
767 background-color: #eee;
769 color: #888 !important;
772.nofocusvisible:focus-visible {
776div.buttonpayment input {
777 background-color: unset;
780 text-transform: uppercase;
784div.buttonpayment input:focus {
787input.buttonpaymentcb {
788 background-image: url(<?php echo
dol_buildpath($path.
'/theme/common/credit_card.png', 1) ?>);
789 background-size: 26px;
790 background-repeat: no-repeat;
793input.buttonpaymentcheque {
794 background-image: url(<?php echo
dol_buildpath($path.
'/theme/common/cheque.png', 1) ?>);
795 background-repeat: no-repeat;
798input.buttonpaymentcb {
799 background-image: url(<?php echo
dol_buildpath($path.
'/theme/common/credit_card.png', 1) ?>);
800 background-size: 24px;
801 background-repeat: no-repeat;
804input.buttonpaymentpaypal {
805 background-image: url(<?php echo
dol_buildpath($path.
'/paypal/img/object_paypal.png', 1) ?>);
806 background-repeat: no-repeat;
809input.buttonpaymentpaybox {
810 background-image: url(<?php echo
dol_buildpath($path.
'/paybox/img/object_paybox.png', 1) ?>);
811 background-repeat: no-repeat;
814input.buttonpaymentstripe {
815 background-image: url(<?php echo
dol_buildpath($path.
'/stripe/img/object_stripe.png', 1) ?>);
816 background-repeat: no-repeat;
819.logopublicpayment #dolpaymentlogo {
822 image-rendering: -webkit-optimize-contrast;
828 background-color: transparent;
829 color: var(--colortext) !important;
830 border: 1px solid #888;
831 margin: 0 0.45em !important;
834span.userimg.notfirst, div.userimg.notfirst {
837div.userimg.notfirst {
838 display: block-
inline;
840.center.inline-block.dateheight {
845span.timesheetalreadyrecorded input {
847 border-bottom: solid 1px rgba(0,0,0,0.1);
848 margin-right: 1px !important;
850td.onholidaymorning, td.onholidayafternoon {
851 background-color: #fdf6f2;
854 background-color: #f4eede;
856td.onholidayallday:not(.weekend) input {
857 background-color: #f8f7f0;
860 background-color: #eee;
865td.leftborder, td.hide0 {
866 border-left: 1px solid #ccc;
868td.leftborder, td.hide6 {
869 border-right: 1px solid #ccc;
872 border-right: 1px solid #ccc;
875td.linecoldescription.bomline {
879td.amount, span.amount, div.amount, b.amount {
882td.amountneg, span.amountneg, div.amountneg, b.amountneg
886td.amount.amountbadge, span.amount.amountbadge, div.amount.amountbadge, b.amount.amountbadge {
887 background-color: <?php echo $badgeStatus4; ?>;
892td.amountneg.amountbadge, span.amountneg.amountbadge, div.amountneg.amountbadge, b.amountneg.amountbadge
894 background-color: #660000;
900td.amount, span.amount, div.amount, b.amount,
901td.amountneg, span.amountneg, div.amountneg, b.amountneg,
902span.amount, span.amountneg {
909select.flat, form.flat select, .pageplusone {
913select.flat, form.flat select, .divadvancedsearchfieldcompinput {
926.paginationlastpage a {
931 filter: saturate(0.8);
935 color: var(--colortextlink);
937.optiongrey, .opacitymedium {
940.opacitymediumbycolor {
941 color: rgba(0, 0, 0, 0.4);
953 opacity: unset !important;
956 color: var(--colorwhite);
959 color: #888 !important;
962 color: var(--colorblack);
964.colorblack.totalnboflines {
969 font-size: unset !important;
973 transform: scale(1, -1);
976 transform: scale(-1, 1);
979 scroll-margin-top: 80px;
981.banner-
object-label {
985select:invalid, select.--error {
990 background: var(--inputbackgroundcolordisabled);
991 color: var(--inputcolordisabled);
995 box-shadow: none !important;
997.listactionlargetitle .liste_titre {
1001 padding: 0px !important;
1002 border: 0px !important;
1003 vertical-align: text-bottom;
1006input[
type=file] { background-color: transparent; border-top: none; border-left: none; border-right: none; box-shadow: none; }
1007input[
type=checkbox] { background-color: transparent; border: none; box-shadow: none; vertical-align: middle; }
1008input[
type=radio] { background-color: transparent; border: none; box-shadow: none; vertical-align: middle; }
1009input[
type=image] { background-color: transparent; border: none; box-shadow: none; }
1010input:-webkit-autofill {
1011 background-color: #FBFFEA !important;
1012 background-image:none !important;
1013 -webkit-box-shadow: 0 0 0 50px #FBFFEA inset;
1016input[
type=checkbox], input[
type=radio] {
1017 margin: 0 5px 0 1px;
1018 transform: scale(1.25);
1020.kanban input.checkforselect {
1026.placeholder { color: #ccc; }
1027select.placeholder { color: #ccc; }
1028.select2-selection__choice .placeholder { color: #aaa; }
1029::-webkit-input-placeholder { color:#ccc; }
1030:-moz-placeholder { color:#bbb; }
1031::-moz-placeholder { color:#bbb; }
1032:-ms-input-placeholder { color:#ccc; }
1033input:-moz-placeholder { color:#ccc; }
1034select.placeholder option:not(.opacitymediumbycolor):not(.opacitymedium) {
1035 color: var(--colortext);
1038input[
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; }
1040 border: 1px solid #AAAAAA !important;
1041 padding-
inline-start: 2em;
1042 padding-
inline-end: 2em;
1043 min-
inline-size:
auto;
1045.legendforfieldsetstep { padding-bottom: 10px; }
1046input#onlinepaymenturl, input#directdownloadlink {
1050.formconsumeproduce {
1051 background: #f0f0f0;
1053 padding: 20px 0px 20px 0px;
1057 border: solid 2px #444;
1060 background-color: #fffff4;
1063div#moretabsList, div#moretabsListaction {
1067hr { border: 0; border-top: 1px solid #ccc; }
1068.tabBar hr { margin-top: 20px; margin-bottom: 17px; }
1071table.tableforfield .button:not(.bordertransp):not(.buttonpayment),
1072table.tableforfield .buttonDelete:not(.bordertransp):not(.buttonpayment) {
1077.button:not(.bordertransp):not(.buttonpayment), .buttonDelete:not(.bordertransp):not(.buttonpayment) {
1078 border-color: #c5c5c5;
1079 border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
1080 display: inline-block;
1087 color:
#333333 !important;
1088 text-decoration: none !important;
1089 text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
1090 background-color: #f5f5f5;
1091 background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
1092 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
1093 background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
1094 background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
1095 background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
1096 background-repeat: repeat-x;
1097 border-color: #e6e6e6 #e6e6e6 #bfbfbf;
1098 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1099 border: 1px solid
#bbbbbb;
1100 border-bottom-color: #a2a2a2;
1102 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1104.button:focus, .buttonDelete:focus {
1105 box-shadow: 0px 0px 6px 1px rgba(0, 0, 60, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
1107.button:hover:not(.nohover), .buttonDelete:hover:not(.nohover) {
1108 box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
1110.button:
disabled, .buttonDelete:
disabled, .button.disabled, .buttonDelete.disabled {
1116 pointer-events: none;
1121.button_search, .button_removefilter {
1123 background-color: unset;
1125.button_search:hover, .button_removefilter:hover {
1135div.float, span.floatleft
1137 float:<?php print $left; ?>;
1141 float:<?php print $right; ?>;
1153 display:
inline-block;
1157 display:
inline-block !important;
1161 display:contents !important;
1170 padding-<?php echo $left; ?>: 3px;
1174 box-shadow: none !important;
1175 border-radius:0px !important;
1180 padding-left: 4px !important;
1181 padding-right: 4px !important;
1185 vertical-align: top;
1188 vertical-align: middle;
1191 vertical-align: bottom;
1194 vertical-align: text-bottom;
1200 width: 100% !important;
1202.centpercentwithout1imp {
1203 width: calc(100% - 1px) !important;
1205.centpercentwithoutmenu {
1206 width: calc(100% - 200px);
1208.quatrevingtpercent, .inputsearch {
1211.maxquatrevingtpercent {
1217.quatrevingtquinzepercent {
1220.quatrevingtpercentminusx {
1221 width: calc(80% - 52px);
1224 width: calc(100% - 52px);
1226textarea.centpercent {
1232.select2-results__option .smallincombo {
1249.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
1252.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 {
1259 transform: scaleX(-1) translate(<?php print($left == 'left' ? '' : '-'); ?>2px, 0);
1262 transform: rotate(90deg) translate(2px, <?php print($left ==
'left' ?
'' :
'-'); ?>4px);
1269 text-align: center !important;
1274 place-items: center;
1286 text-align: <?php print $left; ?>;
1289 text-align: <?php print $right; ?>;
1292 text-align: justify;
1295 float: <?php echo $left; ?> !important;
1298 float: <?php echo $right; ?> !important;
1301 white-space: <?php print($dol_optimize_smallscreen ?
'normal' :
'nowrap'); ?>;
1303.nowraponsmartphone {
1304 white-space: <?php print($dol_optimize_smallscreen ?
'nowrap' :
'normal'); ?>;
1307 white-space: <?php print($dol_optimize_smallscreen ?
'normal' :
'nowrap'); ?>;
1309.liste_titre .nowrap {
1310 white-space: nowrap;
1313 white-space: nowrap;
1316 white-space: nowrap;
1317 display:
inline-block;
1319.wrapimp, .wrapimp pre {
1320 white-space: normal !important;
1323 word-wrap:
break-word;
1326 word-
break:
break-word !important;
1329 word-
break:
break-word;
1332 word-
break:
break-all;
1334td.wordbreak img, td.wordbreakimp img {
1338 font-weight: bold !important;
1341 font-weight: normal !important;
1344 text-transform: uppercase;
1350 text-decoration: none;
1353 text-decoration: none !important;
1359 padding: 0 !important;
1362 padding-<?php print $left; ?>: 0;
1365 padding-<?php print $right; ?>: 0;
1374 padding-<?php print $left; ?>: 0 !important;
1377 padding-<?php print $right; ?>: 0 !important;
1380 padding-top: 0 !important;
1382.nopaddingbottomimp {
1383 padding-bottom: 0 !important;
1392 padding-<?php print $left; ?>: 4px;
1395 padding-<?php print $left; ?>: 4px !important;
1398 padding-<?php print $left; ?>: 2px;
1401 padding-<?php print $left; ?>: 2px !important;
1404 padding-<?php print $right; ?>: 4px;
1407 padding-<?php print $right; ?>: 4px !important;
1410 padding-<?php print $right; ?>: 2px;
1413 padding-<?php print $right; ?>: 2px !important;
1422 padding-bottom: 4px;
1425 padding-bottom: 2px;
1428 margin-<?php print $left; ?>: 2px;
1431 margin-<?php print $right; ?>: 2px;
1434 margin-<?php print $left; ?>: 20px !important;
1436.marginleftlargeondesktop {
1437 margin-<?php print $left; ?>: 20px;
1440 padding: 6px !important;
1443 width: unset !important;
1446 height: unset !important;
1459 cursor: not-allowed !important;
1465 background-color: #fff;
1467.nobackground, .nobackground tr {
1468 background: unset !important;
1470.checkboxattachfilelabel {
1475 border: 1px solid #888 !important;
1479 max-height: <?php print
getDolGlobalInt(
'MAIN_CSS_SHORTMESSSAGECUT', 125); ?>px;
1482 word-
break:
break-word;
1485 max-height: <?php print
getDolGlobalInt(
'MAIN_CSS_LONGMESSSAGECUT', 250); ?>px;
1488 word-
break:
break-word;
1492 text-overflow: ellipsis;
1501 background-color: #e0e0e8;
1505 justify-content: flex-start;
1506 align-items: center;
1509div.urllink span.fa, div.urllink span.fas, div.urllink span.far {
1512div.urllink, div.urllink a {
1513 color: #339 !important;
1517 border: 1px solid #DFDFDF;
1518 border-radius: 10px;
1520 margin-bottom: 20px;
1524i.fa-mars::before, i.fa-venus::before, i.fa-genderless::before, i.fa-transgender::before {
1527 padding-<?php echo $left; ?>: 3px;
1529.stockmovemententry {
1531 transform: rotate(0.25turn);
1536 transform: rotate(0.3turn);
1542.publisherlogoinline {
1543 vertical-align: middle;
1551 white-space: nowrap;
1555 color : <?php print $textWarning; ?>
1557body[
class*=
"colorblind-"] .text-warning{
1558 color : <?php print $colorblind_deuteranopes_textWarning; ?>
1561 color : <?php print $textSuccess; ?>
1563body[
class*=
"colorblind-"] .text-success{
1564 color : <?php print $colorblind_deuteranopes_textSuccess; ?>
1568 color : <?php print $textDanger; ?>
1571.editfielda span.fa-pencil-alt, .editfielda span.fa-pencil-ruler, .editfielda span.fa-trash, .editfielda span.fa-crop, .editfielda span.fa-eye, .editfielda span.fa-magic,
1573 color: #ccc !important;
1575.editfielda span.fa-pencil-alt:hover, .editfielda span.fa-pencil-ruler:hover, .editfielda span.fa-trash:hover, .editfielda span.fa-crop:hover, .editfielda span.fa-magic:hover,
1576.editfieldlang:hover {
1577 color: var(--colortexttitle) !important;
1579a.editfielda.nohover *:hover:before {
1580 color: #ccc !important;
1587 float: none !important;
1590span.fa.fa-plus-circle.paddingleft {
1593 padding-bottom: 2px;
1596.size12x { font-size: 1.2em !important; }
1597.size15x { font-size: 1.5em !important; }
1598.size2x { font-size: 2em; }
1599.size4x { font-size: 4em !important; }
1600.fa-toggle-on, .fa-toggle-off { font-size: 2em; }
1601.websiteselectionsection .fa-toggle-on, .websiteselectionsection .fa-toggle-off,
1602.asetresetmodule .fa-toggle-on, .asetresetmodule .fa-toggle-off,
1603.tdwebsitesearchresult .fa-toggle-on, .tdwebsitesearchresult .fa-toggle-off {
1604 font-size: 1.5em; vertical-align: text-bottom;
1609 white-space: nowrap;
1610 vertical-align: middle;
1611 text-overflow: ellipsis;
1616<?php include
dol_buildpath($path.
'/theme/'.$theme.
'/badges.inc.php', 0); ?>
1617<?php include
dol_buildpath($path.
'/theme/'.$theme.
'/flags-sprite.inc.php', 0); ?>
1621 border-right: 1px solid #f4f4f4;
1625 border-left: 1px solid #f4f4f4;
1636 vertical-align: middle;
1638 padding-bottom: 1px;
1640 align-items: center;
1642.divsocialnetwork:not(:last-child) {
1643 padding-<?php print $right; ?>: 20px;
1646 background-color: rgba(0, 0, 0, 0.08);
1652 display:
inline-block;
1653 margin-<?php print $right; ?>: 12px;
1654 margin-<?php print $left; ?>: 2px;
1659.divsearchfieldfilter {
1660 text-overflow: clip;
1663 padding-bottom: 5px;
1667.divadvancedsearchfield:first-child {
1670.divadvancedsearchfield {
1673 padding-right: 15px;
1674 padding-bottom: 2px;
1677.divadvancedsearchfield span.select2.select2-container.select2-container--
default {
1678 padding-bottom: 4px;
1680.divadvancedsearchfieldcompinput {
1682 border-bottom: solid 1px var(--inputbordercolor);
1685.search_component_params {
1687 -webkit-flex-flow: row wrap;
1688 flex-flow: row wrap;
1691 padding-bottom: 3px;
1692 padding-<?php echo $left; ?>: 0;
1693 padding-<?php echo $right; ?>: 0;
1694 border-bottom: solid 1px var(--inputbordercolor);
1697.search_component_searchtext {
1700.search_component_params_text, .search_component_params_text:focus {
1701 border-bottom: none;
1703 margin: 0 !important;
1709 padding-bottom: 3px;
1712 display:
inline-block;
1717 display:
inline-block;
1736if ($conf->browser->layout ==
'phone') {
1738.divsearchfieldfilter {
1739 white-space: nowrap;
1745.a-filter, .a-mesure {
1746 border-radius: 50px;
1747 background: var(--colortexttitlenotab);
1749 padding: 8px 10px 8px 6px;
1757.a-filter:before, .a-mesure:before {
1758 font-family:
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>";
1764 border-radius: 50px;
1765 background: var(--colorbacktitle1);
1778 top:calc(50% - 200px);
1779 left:calc(50% - 250px);
1783 border: 1px solid #bbb;
1784 box-shadow: 2px 2px 20px #ddd;
1794div.div-
for-modal-topright {
1802 border: 1px solid #bbb;
1803 box-shadow: 2px 2px 20px #ddd;
1820 list-style-
type: none;
1822input > ul.attendees {
1827 padding-bottom: 4px;
1831 padding-bottom: 10px;
1836 vertical-align: middle;
1838select.flat.selectlimit {
1842 margin-<?php echo $right; ?>: 10px !important;
1845 margin-<?php echo $left; ?>: 10px !important;
1847.marginleftonlyshort {
1848 margin-<?php echo $left; ?>: 4px !important;
1851 margin-<?php echo $left; ?>: 0px !important;
1854 margin-<?php echo $right; ?>: 0px !important;
1857 margin-<?php echo $right; ?>: 10px !important;
1859.marginrightonlyshort {
1860 margin-<?php echo $right; ?>: 4px !important;
1862.marginrightonlylarge {
1863 margin-<?php echo $right; ?>: 20px !important;
1866 margin-top: 10px !important;
1868.margintoponlyshort {
1869 margin-top: 3px !important;
1872 margin-bottom: 10px !important;
1874.marginbottomonlyshort {
1875 margin-bottom: 3px !important;
1878 margin-top: 0 !important;
1881 margin-bottom: 0 !important;
1884.selectlimit, .selectlimit:focus {
1885 border-left: none !important;
1886 border-top: none !important;
1887 border-right: none !important;
1891 text-decoration: line-through;
1898 text-overflow: unset;
1903 text-overflow: ellipsis;
1904 white-space: nowrap;
1908 text-overflow: ellipsis;
1913 text-overflow: ellipsis;
1914 white-space: nowrap;
1919 text-overflow: ellipsis;
1920 white-space: nowrap;
1925 text-overflow: ellipsis;
1926 white-space: nowrap;
1928.tdoverflowmax80imp {
1929 max-width: 80px !important;
1931 text-overflow: ellipsis;
1932 white-space: nowrap;
1937 text-overflow: ellipsis;
1938 white-space: nowrap;
1940.tdoverflowmax100imp {
1941 max-width: 100px !important;
1943 text-overflow: ellipsis;
1944 white-space: nowrap;
1949 text-overflow: ellipsis;
1950 white-space: nowrap;
1955 text-overflow: ellipsis;
1956 white-space: nowrap;
1961 text-overflow: ellipsis;
1962 white-space: nowrap;
1967 text-overflow: ellipsis;
1968 white-space: nowrap;
1973 text-overflow: ellipsis;
1974 white-space: nowrap;
1979 text-overflow: ellipsis;
1980 white-space: nowrap;
1985 text-overflow: ellipsis;
1986 white-space: nowrap;
1991 text-overflow: ellipsis;
1992 white-space: nowrap;
1998.divintowithtwolinesmax {
2000 display: -webkit-box;
2001 -webkit-box-orient: vertical;
2002 -webkit-line-clamp: 2;
2005.twolinesmax, .twolinesmax-normallineheight {
2006 display: -webkit-box;
2007 -webkit-box-orient: vertical;
2008 -webkit-line-clamp: 2;
2010 height:
auto !important;
2011 word-
break:
break-word;
2013.threelinesmax, .threelinesmax-normallineheight {
2014 display: -webkit-box;
2015 -webkit-box-orient: vertical;
2016 -webkit-line-clamp: 3;
2018 height:
auto !important;
2019 word-
break:
break-word;
2021.twolinesmax-normallineheight {
2022 line-height: normal;
2025 display: -webkit-box;
2026 -webkit-box-orient: vertical;
2027 -webkit-line-clamp: 10;
2031.tablelistofcalendars {
2032 margin-top: 25px !important;
2039 white-space: nowrap;
2041.amountpaymentcomplete {
2042 color: var(--amountpaymentcomplete);
2045 white-space: nowrap;
2047.amountpaymentcompletenoresize {
2048 color: var(--amountpaymentcomplete);
2049 white-space: nowrap;
2052 color: var(--amountremaintopaycolor);
2055 white-space: nowrap;
2057.amountremaintopaynoresize {
2058 color: var(--amountremaintopaycolor);
2059 white-space: nowrap;
2061.amountremaintopayback {
2064 white-space: nowrap;
2066.amountremaintopaybacknoresize {
2067 white-space: nowrap;
2069.amountpaymentneutral {
2070 color: var(--amountremaintopaybackcolor);
2073 white-space: nowrap;
2075.amountpaymentneutralnoresize {
2076 color: var(--amountremaintopaybackcolor);
2077 white-space: nowrap;
2080.onlinepaymentbody .amountpaymentcomplete {
2081 background-color: var(--amountpaymentcomplete);
2087.showonhover:hover *::before {
2088 visibility: visible !important;
2089 display:
inline-block !important;
2091.showonhover:not(:hover) *::before {
2093 display:
inline-block !important;
2099 margin-bottom: 12px;
2101#builddoc_form ~ .showlinkedobjectblock {
2106.moduledesclong p img,.moduledesclong p a img {
2107 max-width: 90% !important;
2108 height:
auto !important;
2112 border: 1px solid #ccc;
2113 box-shadow: 1px 1px 25px #aaa;
2114 max-width: calc(100% - 56px);
2116.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 {
2124.fa-map-marked-alt:before {
2129 -webkit-text-security: disc;
2141div.fiche>div.tabBar>form>div.div-
table-responsive {
2144.div-
table-responsive, .div-
table-responsive-no-min {
2148.div-
table-responsive {
2149 line-height: var(--heightrow);
2153div.fiche>form>div.div-
table-responsive {
2156div.fiche>form>div.div-
table-responsive, div.fiche>form>div.div-
table-responsive-no-min {
2161div.ticketpublicarealist>form>div.div-
table-responsive {
2169 justify-content: space-between;
2174.flex-item-uploadfile {
2175 border: 2px dashed #aaa;
2181 background: #f4f4f4;
2182 padding: 20px 10px 20px 10px;
2187 margin: 20px 20px 20px 20px;
2191 <?php
if (in_array($conf->browser->name, array(
'chrome',
'firefox',
'safari'))) {
2192 echo
'display: inline-flex;'.
"\n";
2194 flex-flow: row wrap;
2195 justify-content: flex-start;
2203.thumbstat, .thumbstat150 {
2209 justify-content: flex-start;
2210 align-
self: flex-start;
2213select.selectarrowonleft {
2216select.selectarrowonleft option {
2220table[summary=
"list_of_modules"] .fa-cog {
2228 white-space: nowrap;
2239.maxscreenheightless200 {
2240 max-height: <?php echo isset($_SESSION[
'dol_screenheight']) ? max(500, (
int) $_SESSION[
'dol_screenheight'] - 200) : 700; ?>px;
2242.maxscreenheightless300 {
2243 max-height: <?php echo isset($_SESSION[
'dol_screenheight']) ? max(400, (
int) $_SESSION[
'dol_screenheight'] - 300) : 700; ?>px;
2247 border-bottom: 0px !important;
2255.clearboth { clear:both; }
2257.hideobject { display: none; }
2258.showonsmartphone { display: none; }
2260.minwidth25 { min-width: 25px; }
2261.minwidth50 { min-width: 50px; }
2262.minwidth75 { min-width: 75px; }
2263.minwidth100 { min-width: 75px; }
2264.minwidth125 { min-width: 125px; }
2265.nominwidth { min-width: fit-content !important; }
2267@media only screen and (min-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC3', round($nbtopmenuentries * 47, 0) + 130); ?>px)
2269 .width20 { width: 20px; }
2270 .width25 { width: 25px; }
2271 .width50 { width: 50px; }
2272 .width75 { width: 75px; }
2273 .width100 { width: 100px; }
2274 .width200 { width: 200px; }
2275 .minwidth100 { min-width: 100px; }
2276 .minwidth150 { min-width: 150px; }
2277 .minwidth200 { min-width: 200px; }
2278 .minwidth250 { min-width: 250px; }
2279 .minwidth300 { min-width: 300px; }
2280 .minwidth400 { min-width: 400px; }
2281 .minwidth500 { min-width: 500px; }
2282 .minwidth50imp { min-width: 50px !important; }
2283 .minwidth75imp { min-width: 75px !important; }
2284 .minwidth100imp { min-width: 100px !important; }
2285 .minwidth125imp { min-width: 125px !important; }
2286 .minwidth200imp { min-width: 200px !important; }
2287 .minwidth250imp { min-width: 250px !important; }
2288 .minwidth300imp { min-width: 300px !important; }
2289 .minwidth400imp { min-width: 400px !important; }
2290 .minwidth500imp { min-width: 500px !important; }
2292.widthauto { width:
auto; }
2293.width20 { width: 20px; }
2294.width25 { width: 25px; }
2295.width40 { width: 40px; }
2296.width50 { width: 50px; }
2297.width75 { width: 75px; }
2298.width100 { width: 100px; }
2299.width125 { width: 125px; }
2300.width150 { width: 150px; }
2301.width200 { width: 200px; }
2302.width250 { width: 250px; }
2303.width300 { width: 300px; }
2304.width400 { width: 400px; }
2305.width500 { width: 500px; }
2306.maxwidth25 { max-width: 25px; }
2307.maxwidth40 { max-width: 40px; }
2308.maxwidth50 { max-width: 50px; }
2309.maxwidth75 { max-width: 75px; }
2310.maxwidthdate { max-width: 90px; }
2311.maxwidth100 { max-width: 100px; }
2312.maxwidth125 { max-width: 125px; }
2313.maxwidth150 { max-width: 150px; }
2314.maxwidth200 { max-width: 200px; }
2315.maxwidth250 { max-width: 250px; }
2316.maxwidth300 { max-width: 300px; }
2317.maxwidth400 { max-width: 400px; }
2318.maxwidth500 { max-width: 500px; }
2319.maxwidth750 { max-width: 750px; }
2320.maxwidth1000 { max-width: 1000px; }
2321.maxwidth50imp { max-width: 50px !important; }
2322.maxwidth75imp { max-width: 75px !important; }
2324.minwidth100onall { min-width: 100px !important; }
2325.minwidth125onall { min-width: 125px !important; }
2326.minwidth200onall { min-width: 200px !important; }
2327.minwidth250onall { min-width: 250px !important; }
2329.minheight20 { min-height: 20px; }
2330.minheight30 { min-height: 30px; }
2331.minheight40 { min-height: 40px; }
2332.titlefieldcreate { width: 20%; }
2333.titlefield { width: 25%; min-width: 150px; }
2334.titlefieldmiddle { width: 50%; }
2335.titlefieldmax45 { max-width: 45%; min-width: 180px; }
2336.imgmaxwidth100 { max-width: 100px; }
2337.imgmaxwidth180 { max-width: 180px; }
2338.imgmaxheight50 { max-height: 50px; }
2340.width20p { width:20%; }
2341.width25p { width:25%; }
2342.width40p { width:40%; }
2343.width50p { width:50%; }
2344.width60p { width:60%; }
2345.width75p { width:75%; }
2346.width80p { width:80%; }
2347.width100p { width:100%; }
2351@media only screen and (max-width: 1400px)
2354 .titlefieldcreate { width: 30% !important; }
2355 .minwidth50imp { min-width: 50px !important; }
2356 .minwidth75imp { min-width: 75px !important; }
2357 .minwidth100imp { min-width: 100px !important; }
2358 .minwidth125imp { min-width: 125px !important; }
2359 .minwidth150imp { min-width: 150px !important; }
2360 .minwidth200imp { min-width: 200px !important; }
2361 .minwidth250imp { min-width: 250px !important; }
2362 .minwidth300imp { min-width: 300px !important; }
2363 .minwidth400imp { min-width: 300px !important; }
2364 .minwidth500imp { min-width: 300px !important; }
2366 .linkedcol-element {
2372@media only screen and (max-width: 1000px)
2374 .titlefieldmax45 { min-width: 100px; }
2375 .maxwidthonsmartphone { max-width: 100px; }
2376 .minwidth50imp { min-width: 50px !important; }
2377 .minwidth75imp { min-width: 70px !important; }
2378 .minwidth100imp { min-width: 100px !important; }
2379 .minwidth125imp { min-width: 125px !important; }
2380 .minwidth150imp { min-width: 110px !important; }
2381 .minwidth200imp { min-width: 110px !important; }
2382 .minwidth250imp { min-width: 115px !important; }
2383 .minwidth300imp { min-width: 120px !important; }
2384 .minwidth400imp { min-width: 150px !important; }
2385 .minwidth500imp { min-width: 250px !important; }
2389select.widthcentpercentminusx, span.widthcentpercentminusx:not(.select2-selection), input.widthcentpercentminusx {
2390 width: calc(100% - 50px) !important;
2391 display:
inline-block;
2394select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-selection), input.widthcentpercentminusxx {
2395 width: calc(100% - 76px) !important;
2396 display:
inline-block;
2401@media only screen and (max-width: 768px)
2404 font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?>;
2407 font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?> !important;
2409 .divadvancedsearchfield {
2415 padding-<?php echo $right; ?>: 10px !important;
2418 table.liste tr.trkanban td {
2419 padding: 10px 6px 10px 6px;
2422 .hideonsmartphone { display: none; }
2423 .hideonsmartphoneimp { display: none !important; }
2424 .showonsmartphone { display: block !important; }
2426 .margintoponsmartphone { margin-top: 6px; }
2428 select.minwidth100imp, select.minwidth100, select.minwidth200, select.minwidth200imp, select.minwidth300 {
2429 width: calc(100% - 44px) !important;
2430 display:
inline-block;
2432 select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-selection), input.widthcentpercentminusxx {
2433 width: calc(100% - 76px) !important;
2434 display:
inline-block;
2438 input.maxwidthinputfileonsmartphone {
2442 input.buttonpayment,
button.buttonpayment, div.buttonpayment {
2446 .smallonsmartphone {
2450 .nopaddingtoponsmartphone {
2451 padding-top: 0 !important;
2453 .nopaddingbottomonsmartphone {
2454 padding-bottom: 0 !important;
2463@media only screen and (max-width: 570px)
2466 font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?>;
2470 font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?> !important;
2473 .marginleftlargeondesktop {
2474 margin-<?php print $left; ?>: 0;
2477 .login_vertical_align {
2480 .login_table input#username, .login_table input#password, .login_table input#securitycode {
2481 margin-left: 5px !important;
2483 div#login_left, div#login_right {
2484 min-width: 150px !important;
2485 padding-left: 5px !important;
2486 padding-right: 5px !important;
2488 .login_table div#login_right .tdinputlogin, .login_table div#login_right .tdinputlogin input {
2489 min-width: 150px !important;
2492 .divmainbodylarge { margin-left: 10px; margin-right: 10px; }
2494 .tdoverflowmax100onsmartphone {
2497 text-overflow: ellipsis;
2498 white-space: nowrap;
2500 .tdoverflowmax150onsmartphone {
2503 text-overflow: ellipsis;
2504 white-space: nowrap;
2508 margin-top: <?php print($dol_hide_topmenu ?
'12' :
'6'); ?>px !important;
2511 .border tbody tr td,
2513 .border tfoot tr td,
2514 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 {
2515 height: 40px !important;
2517 div.tabBar .listofinvoicetype
table tr, div.tabBar .listofinvoicetype
table tr td {
2518 height: 2.2em !important;
2521 div.tabs div.tab a.tab {
2524 text-overflow: ellipsis;
2525 white-space: nowrap;
2528 .quatrevingtpercent, .inputsearch {
2534 padding-bottom: 5px;
2537 .login_table .tdinputlogin {
2538 min-width: unset !important;
2540 input, input[
type=text], input[
type=password], select, textarea {
2546 .noenlargeonsmartphone { width : 50px !important; display:
inline !important; }
2547 .maxwidthonsmartphone, #search_newcompany.ui-autocomplete-input { max-width: 100px; }
2548 .maxwidth50onsmartphone { max-width: 40px; }
2549 .maxwidth75onsmartphone { max-width: 50px; }
2550 .maxwidth100onsmartphone { max-width: 70px; }
2551 .maxwidth125onsmartphone { max-width: 100px; }
2552 .maxwidth150onsmartphone { max-width: 120px; }
2553 .maxwidth150onsmartphoneimp { max-width: 120px !important; }
2554 .maxwidth200onsmartphone { max-width: 200px; }
2555 .maxwidth250onsmartphone { max-width: 250px; }
2556 .maxwidth300onsmartphone { max-width: 300px; }
2557 .maxwidth400onsmartphone { max-width: 400px; }
2558 .minwidth125 { min-width: 100px !important; }
2559 .minwidth150 { min-width: 110px !important; }
2560 .minwidth50imp { min-width: 50px !important; }
2561 .minwidth75imp { min-width: 75px !important; }
2562 .minwidth100imp { min-width: 100px !important; }
2563 .minwidth125imp { min-width: 125px !important; }
2564 .minwidth150imp { min-width: 110px !important; }
2565 .minwidth200imp { min-width: 110px !important; }
2566 .minwidth250imp { min-width: 115px !important; }
2567 .minwidth300imp { min-width: 120px !important; }
2568 .minwidth400imp { min-width: 150px !important; }
2569 .minwidth500imp { min-width: 250px !important; }
2570 .titlefield { width:
auto; min-width: unset; }
2571 .titlefieldcreate { min-width: 125px; }
2575 width: <?php print
dol_size(300,
'width'); ?>px;
2585 padding-<?php echo $right; ?>: 5px;
2586 padding-bottom: 5px;
2588 img.photoref, div.photoref {
2594 object-fit: contain;
2598 padding-<?php echo $right; ?>: 10px;
2601 div.statusref img, div.statusrefbis {
2602 padding-<?php echo $right; ?>: 3px !important;
2605 input.buttonpayment {
2611@media only screen and (max-width: 320px)
2613 .maxwidth300 { max-width: 260px; }
2616.linkobject { cursor: pointer; }
2618table.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 {
2619 color: var(--tableforfieldcolor);
2622<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2623.hideonprint { display: none !important; }
2639 white-space: nowrap;
2652 table-layout: fixed;
2655#id-right, #id-left {
2656 display:
table-cell;
2658 vertical-align: top;
2661<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2664 <?php
if ($colorbackhmenu1 ==
'255,255,255') { ?>
2665 border-bottom: 1px solid rgba(0,0,0,0.2);
2677 padding-bottom: 20px;
2678<?php
if (
GETPOST(
'optioncss',
'aZ09') !=
'print') { ?>
2679 padding-<?php print $left; ?>: <?php echo $leftmenuwidth + 9; ?>px;
2683.bodyforlist #
id-right {
2684 padding-bottom: 4px;
2686.bodyforlist.poslist #
id-right {
2692.classforhorizontalscrolloftabs #
id-container {
2695.classforhorizontalscrolloftabs .side-nav {
2699.classforhorizontalscrolloftabs #
id-right {
2700 width:calc(100% - 252px);
2701 display:
inline-block;
2707<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2710 background: var(--colorbackvmenu1);
2712 box-shadow: 3px 0 6px <?php echo ($left ==
'left' ? -2 : 2); ?>px #eee;
2716 font-family:
"RobotoDraft",
"Roboto",sans-serif;
2717 <?php echo $left; ?>: 0;
2719 if (in_array($conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) {
2725 -webkit-transform: translateZ(0);
2726 -moz-transform: translateZ(0);
2727 -ms-transform: translateZ(0);
2728 -o-transform: translateZ(0);
2729 transform: translateZ(0);
2730 -webkit-transform-style: preserve-3d;
2731 -moz-transform-style: preserve-3d;
2732 -ms-transform-style: preserve-3d;
2733 -o-transform-style: preserve-3d;
2734 transform-style: preserve-3d;
2735 -webkit-transition-delay: 0.1s;
2736 -moz-transition-delay: 0.1s;
2737 transition-delay: 0.1s;
2738 -webkit-transition-duration: 0.2s;
2739 -moz-transition-duration: 0.2s;
2740 transition-duration: 0.2s;
2741 -webkit-transition-property: -webkit-transform;
2742 -moz-transition-property: -moz-transform;
2743 transition-property: transform;
2744 -webkit-transition-timing-
function: cubic-bezier(0.4, 0, 0.2, 1);
2745 -moz-transition-timing-
function: cubic-bezier(0.4, 0, 0.2, 1);
2746 transition-timing-
function: cubic-bezier(0.4, 0, 0.2, 1);
2747 -webkit-overflow-scrolling: touch;
2749 if (in_array($conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) {
2762.side-nav-vert, #
id-right {
2763 transition: padding-<?php echo $left; ?> 0.5s ease, margin-<?php echo $left; ?> 0.5s ease;
2766.side-nav, .login_block {
2767 transition: <?php echo $left; ?> 0.5s ease;
2770body.sidebar-collapse .side-nav-vert, body.sidebar-collapse #
id-right {
2779 margin-<?php echo $left; ?>: <?php echo $leftmenuwidth + 6; ?>px;
2783body.sidebar-collapse .side-nav, body.sidebar-collapse .login_block_other
2794body.bodytakepos #topmenu-login-dropdown {
2799<?php
if (in_array($conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) { ?>
2809 if (in_array($conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) {
2811 overflow-x: initial !important;
2821div.backgroundsemitransparent {
2822 background:rgba(255, 255, 255, 0.7);
2824 padding-right: 10px;
2831.login_block_getinfo {
2834.login_block_getinfo div.login_block_user {
2837.login_block_getinfo .atoplogin, .login_block_getinfo .atoplogin:hover {
2838 color: #333 !important;
2840.login_block_elem a span.atoplogin, .login_block_elem span.atoplogin {
2841 vertical-align: middle;
2846 padding-<?php print $left; ?>: 0 ! important;
2850 background: var(--colorbackvmenu1);
2851 border-right: 1px solid rgba(0,0,0,0.3);
2854 if (in_array($conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) { ?>
2855 top: 66px ! important;
2857 top: 60px ! important;
2861 margin-<?php print $left; ?>: 6px !important;
2862 margin-<?php print $right; ?>: 6px !important;
2867 margin-<?php print $left; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 6 : (empty($conf->dol_optimize_smallscreen) ?
'38' :
'6')); ?>px;
2868 margin-<?php print $right; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 6 : (empty($conf->dol_optimize_smallscreen) ?
'36' :
'6')); ?>px;
2869 <?php
if (!empty($dol_hide_topmenu) ||
GETPOST(
'dol_openinpopup',
'aZ09')) {
2870 print
'margin-top: 12px;';
2872 margin-bottom: 15px;
2874body.onlinepaymentbody div.fiche {
2875 margin: 20px !important;
2877div.fiche>
table:first-child {
2878 margin-bottom: 15px !important;
2880.page-modulehelp div.fiche {
2894 <?php
if ($conf->browser->layout !=
'phone') {
2895 print
"float: ".$left.
";\n";
2897 <?php
if ($conf->browser->layout !=
'phone') {
2898 print
"width: calc(50% - 16px);\n";
2900 <?php
if ($conf->browser->layout ==
'phone') {
2901 print
"padding-bottom: 6px;\n";
2904div.fichetwothirdright {
2905 <?php
if ($conf->browser->layout !=
'phone') {
2906 print
"float: ".$right.
";\n";
2908 <?php
if ($conf->browser->layout !=
'phone') {
2909 print
"width: calc(50% - 16px);\n";
2911 <?php
if ($conf->browser->layout ==
'phone') {
2912 print
"padding-bottom: 6px\n";
2916 <?php
if ($conf->browser->layout !=
'phone') {
2917 print
"float: ".$left.
";\n";
2919 <?php
if ($conf->browser->layout !=
'phone') {
2920 print
"width: calc(50% - 16px);\n";
2922 margin-bottom: 20px;
2925 <?php
if ($conf->browser->layout !=
'phone') {
2926 print
"float: ".$right.
";\n";
2928 <?php
if ($conf->browser->layout !=
'phone') {
2929 print
"width: calc(50% - 16px);\n";
2933 <?php
if ($conf->browser->layout ==
'phone') {
2934 print
"margin-top: 10px;\n";
2939@media only screen and (max-width: 1499px)
2941 div.fichehalfleft-lg {
2945 div.fichehalfright-lg {
2950 .fichehalfright-lg .fichehalfright {
2955div.secondcolumn > div >
table.noborder {
2967@media only screen and (max-width: 900px)
2970 margin-<?php print $left; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 6 : ($dol_hide_leftmenu ?
'4' :
'20')); ?>px;
2971 margin-<?php print $right; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 8 : 16); ?>px;
2972 <?php
if (!empty($conf->dol_hide_leftmenu) && !empty($conf->dol_hide_topmenu)) {
2973 print
'margin-top: 4px;';
2975 margin-bottom: 15px;
2981 div.fichecenterbis {
2984 div.fichethirdleft {
2987 padding-bottom: 6px;
2989 div.fichetwothirdright {
2992 padding-bottom: 6px;
2998 div.fichehalfright {
3002 div.fichehalfright {
3005 div.firstcolumn div.box {
3008 div.secondcolumn div.box {
3014div.fichehalfright tr.liste_titre:first-child td
table.nobordernopadding td {
3018 padding: 0 !important;
3026td.nobordernopadding.widthpictotitle.col-picto {
3027 color: var(--colortexttitlenotab);
3031 margin-<?php echo $right; ?>: 8px;
3036span.widthpictotitle {
3039.table-list-of-attached-files .col-picto, .table-list-of-links .col-picto {
3040 opacity: 0.7 !important;
3044.table-list-of-attached-files .col-picto .widthpictotitle, .table-list-of-links .col-picto .widthpictotitle {
3054 vertical-align: middle;
3057.pictowarning, .pictoerror, .pictopreview, .pictonopreview {
3058 padding-<?php echo $left; ?>: 3px;
3062 color: <?php echo $badgeWarning; ?>;
3065 color: <?php echo $badgeDanger ?>;
3070.fiche .arearef img.pictoedit, .fiche .arearef span.pictoedit,
3071.fiche .fichecenter img.pictoedit, .fiche .fichecenter span.pictoedit,
3072.tagtdnote span.pictoedit {
3075img.hideonsmartphone.pictoactionview {
3076 vertical-align: bottom;
3084img.pictofixedwidth {
3091 padding-left: 1px !important;
3094 padding-bottom: 1px;
3101 padding-bottom: 10px;
3103div.attachareaformuserfileecm {
3109 padding-bottom: 5px;
3110 margin-bottom: 10px;
3112div.arearefnobottom {
3114 padding-bottom: 4px;
3119div.divphotoref:last-child {
3120 padding-<?php echo $right; ?>: 20px;
3123 padding-bottom: 10px;
3126 float: <?php echo $right; ?>;
3127 padding-<?php echo $left; ?>: 12px;
3129 margin-bottom: 10px;
3135 vertical-align: text-bottom;
3141 vertical-align: text-bottom;
3143img.photoref, div.photoref {
3144 border: 1px solid #CCC;
3145 box-shadow: 3px 3px 4px #DDD;
3149 object-fit: contain;
3151img.photokanban, div.photokanban {
3155 vertical-align: middle;
3158div.photoref .fa, div.photoref .fas, div.photoref .far {
3163 object-fit: contain;
3167 vertical-align:middle;
3170.difforspanimgright {
3171 display:
table-cell;
3172 padding-right: 10px;
3174img.photorefnoborder {
3178 object-fit: contain;
3179 border: 1px solid #AAA;
3180 border-radius: 100px;
3185 border-bottom: <?php echo $borderwidth ?>px solid var(--colortopbordertitle1);
3188.trextrafieldseparator td, .trextrafields_collapse_last td {
3189 border-bottom: 1px solid var(--colortopbordertitle1) !important;
3192 margin: 0 !important;
3193 padding-bottom: 0 !important;
3212$maxwidthloginblock = 110;
3213if (
getDolGlobalInt(
'THEME_TOPMENU_DISABLE_IMAGE') == 1 || !empty($user->conf->MAIN_OPTIMIZEFORTEXTBROWSER)) {
3216 $maxwidthloginblock = 180;
3222<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3225 background: var(--colorbackhmenu1);
3237<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3247li.tmenusel::after, li.tmenusel:hover::after {
3252 left: calc(50% - 6px);
3255 border-style: solid;
3256 border-width: 0px 6px 5px 6px;
3257 border-color: transparent transparent #ffffff transparent;
3261<?php
if ($disableimages) { ?>
3267<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3272 white-space: nowrap;
3274 border-<?php print $left; ?>: 0px;
3275 border-<?php print $right; ?>: 0px;
3276 padding: 0px 0px 0px 0px;
3277 margin: 0px 0px 0px 0px;
3279 font-weight: normal;
3281 text-decoration: none;
3284div.tmenudisabled, a.tmenudisabled {
3287a.tmenudisabled:link, a.tmenudisabled:visited, a.tmenudisabled:hover, a.tmenudisabled:
active {
3288 font-weight: normal;
3289 padding: 0px 5px 0px 5px;
3290 white-space: nowrap;
3291 color: var(--colortextbackhmenu);
3292 text-decoration: none;
3293 cursor: not-allowed;
3295span.mainmenuaspan.tmenudisabled {
3296 color: var(--colortextbackhmenu);
3298 cursor: not-allowed;
3301a.disabled, span.tmenu {
3303 text-decoration: none !important;
3307a.tmenu:link, a.tmenu:visited, a.tmenu:hover, a.tmenu:
active {
3308 font-weight: normal;
3309 padding: 0px 5px 0px 5px;
3310 white-space: nowrap;
3312 color: var(--colortextbackhmenu);
3313 text-decoration: none;
3315a.tmenusel:link, a.tmenusel:visited, a.tmenusel:hover, a.tmenusel:
active {
3316 font-weight: normal;
3317 padding: 0px 5px 0px 5px;
3318 margin: 0px 0px 0px 0px;
3319 white-space: nowrap;
3320 color: var(--colortextbackhmenu);
3321 text-decoration: none !important;
3326 padding: 0px 0px 0px 0px;
3327 margin: 0px 0px 0px 0px;
3334 background: var(--colorbackhmenu1);
3343li.tmenu, li.tmenusel {
3344 <?php print $minwidthtmenu ?
'min-width: '.$minwidthtmenu.
'px;' :
''; ?>
3346 vertical-align: bottom;
3348 float: <?php print $left; ?>;
3349 <?php
if (!$disableimages) { ?>
3350 height: <?php print $heightmenu; ?>px;
3351 padding: 0px 0px 2px 0px;
3353 padding: 0px 0px 0px 0px;
3358 margin: 0px 0px 0px 0px;
3359 font-weight: normal;
3365.tmenuend .tmenuleft { width: 0px; }
3366.tmenuend { display: none; }
3370 float: <?php print $left; ?>;
3372 <?php
if (empty($conf->dol_optimize_smallscreen)) { ?>
3374 <?php
if (!$disableimages) { ?>
3375 height: <?php print $heightmenu + 4; ?>px;
3383 <?php
if ($disableimages) { ?>
3388 height: <?php print $heightmenu; ?>px;
3393 padding-bottom: 5px;
3395 text-overflow: ellipsis;
3399 padding-<?php print $left; ?>: 2px;
3400 padding-<?php print $right; ?>: 2px;
3401 font-family: Roboto,<?php echo
$fontlist; ?>;
3408 background-repeat:no-repeat;
3410 height: <?php echo($heightmenu - 22); ?>px;
3414a.tmenuimage:focus, .mainmenu.topmenuimage:focus {
3431 width: <?php echo $disableimages ?
'auto' :
'44'; ?>px;
3435<?php
if (in_array(
getDolGlobalInt(
'THEME_TOPMENU_DISABLE_IMAGE'), array(2, 3, 4))) { ?>
3436.tmenulabel:not(.menuhider), .tmenulabel:not(.menuhider)::before {
3440a.tmenuimage:not(.menuhider), a.tmenuimage:not(.menuhider)::before,
3441div.tmenuimage:not(.menuhider), div.tmenuimage:not(.menuhider)::before,
3442span.tmenuimage:not(.menuhider), span.tmenuimage:not(.menuhider)::before {
3444 margin-top: 8px !important;
3450ul.tmenu:hover .tmenulabel:not(.menuhider), ul.tmenu:hover .tmenulabel:not(.menuhider)::before {
3454 text-overflow: ellipsis;
3458 display: initial !important;
3459 line-height: 0.6em !important;
3460 height: 1em !important;
3462 text-overflow: ellipsis;
3463 color: var(--colortextbackhmenu);
3466ul.tmenu:hover .tmenuimage:not(.menuhider), ul.tmenu:hover .tmenuimage:not(.menuhider)::before {
3469 margin-top: 0px !important;
3475li.tmenu:hover .tmenulabel:not(.menuhider), li.tmenu:hover .tmenulabel:not(.menuhider)::before {
3476 display: initial !important;
3478li.tmenu:hover .tmenuimage:not(.menuhider), li.tmenu:hover .tmenuimage:not(.menuhider):before {
3479 font-size: 1.1em !important;
3480 margin-top: 0px !important;
3486<?php
if (empty($dol_hide_topmenu)) { ?>
3487 <?php include
dol_buildpath($path.
'/theme/'.$theme.
'/main_menu_fa_icons.inc.php', 0); ?>
3492 $moduletomainmenu = array(
3493 'user' =>
'',
'syslog' =>
'',
'societe' =>
'companies',
'projet' =>
'project',
'propale' =>
'commercial',
'commande' =>
'commercial',
3494 'produit' =>
'products',
'service' =>
'products',
'stock' =>
'products',
3495 'don' =>
'accountancy',
'tax' =>
'accountancy',
'banque' =>
'accountancy',
'facture' =>
'accountancy',
'compta' =>
'accountancy',
'accounting' =>
'accountancy',
'adherent' =>
'members',
'import' =>
'tools',
'export' =>
'tools',
'mailing' =>
'tools',
3496 'contrat' =>
'commercial',
'ficheinter' =>
'commercial',
'ticket' =>
'ticket',
'deplacement' =>
'commercial',
3497 'fournisseur' =>
'companies',
3498 'barcode' =>
'',
'fckeditor' =>
'',
'categorie' =>
'',
3500 $mainmenuused =
'home';
3501 foreach ($conf->modules as $val) {
3502 $mainmenuused .=
','.(isset($moduletomainmenu[$val]) ? $moduletomainmenu[$val] : $val);
3504 $mainmenuusedarray = array_unique(explode(
',', $mainmenuused));
3508 $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');
3510 $divnotrequired = array(
'multicurrency',
'salaries',
'ticket',
'margin',
'opensurvey',
'paybox',
'expensereport',
'incoterm',
'prelevement',
'propal',
'workflow',
'notification',
'supplier_proposal',
'cron',
'product',
'productbatch',
'expedition');
3511 foreach ($mainmenuusedarray as $val) {
3512 if (empty($val) || in_array($val, $divalreadydefined)) {
3515 if (in_array($val, $divnotrequired)) {
3522 $constformoduleicon =
'MAIN_MODULE_'.strtoupper($val).
'_ICON';
3524 if ($iconformodule) {
3525 if (preg_match(
'/^fa\-/', $iconformodule)) {
3528 $url =
dol_buildpath(
'/'.$val.
'/img/'.$iconformodule.
'.png', 1);
3533 foreach ($conf->file->dol_document_root as $dirroot) {
3534 if (file_exists($dirroot.
"/".$val.
"/img/".$val.
".png")) {
3544 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";
3545 print
'div.mainmenu.'.$val.
' span::before {'.
"\n";
3546 print
'content: "\f249";'.
"\n";
3551 print
"div.mainmenu.".$val.
" {\n";
3552 print
" background-image: url(".$url.
");\n";
3553 print
" background-position-y: 3px;\n";
3554 print
" filter: saturate(0);\n";
3557 print
'/* icon for module '.$val.
' is a fa icon */'.
"\n";
3566 padding:0 0 0 0 !important;
3567 margin:0 0px 0 0 !important;
3568 <?php
if ($disableimages) { ?>
3573 <?php
if ($disableimages) { ?>
3578 text-decoration: none;
3592 background: #f0f0f0;
3599 display:
table-cell;
3600 vertical-align: middle;
3602.login_vertical_align {
3604 padding-bottom: 80px;
3607 padding-bottom: 30px;
3609 vertical-align: middle;
3613 color: #aaa !important;
3614 padding-bottom: 20px;
3619 text-shadow: 1px 1px 1px #FFF;
3626 padding-bottom:12px;
3629 background-color: #FFFFFF;
3631 box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(60,60,60,0.15);
3634 border:solid 1px rgba(80,80,80,.4);
3636 border-top:solid 1px #f8f8f8;
3638.login_table input#username, .login_table input#password, .login_table input#securitycode{
3647.login_table input#username:focus, .login_table input#password:focus, .login_table input#securitycode:focus {
3648 outline: none !important;
3650.login_table .trinputlogin {
3653.login_table .tdinputlogin {
3654 background-color: #fff;
3663.login_table .tdinputlogin .fa {
3668.login_table #tdpasswordlogin {
3671.login_table #tdpasswordlogin #togglepassword {
3679.login_table #tdpasswordlogin #togglepassword .fa {
3683#togglepassword .fa::before {
3686.trinputlogin:hover #togglepassword .fa::before, input#password:focus + #togglepassword .fa::before {
3687 visibility: visible;
3691 word-
break:
break-word;
3694.login_main_message {
3697 margin-bottom: 10px;
3699.login_main_message .error {
3700 border: 1px solid #caa;
3703div#login_left, div#login_right {
3704 display:
inline-block;
3707 padding-bottom: 10px;
3709 padding-right: 16px;
3711 vertical-align: middle;
3713div#login_right select#entity {
3719table.login_table_securitycode {
3720 border-spacing: 0px;
3722table.login_table_securitycode tr td {
3730 border: 1px solid #f4f4f4;
3732#img_logo, .img_logo {
3737.loginbuttonexternal {
3740 border: 1px solid #ccc;
3746.atoplogin.dropdown .dropdown-menu {
3753 padding-bottom: 3px;
3755 <?php print $left; ?>: 0;
3756<?php
if (in_array($conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) { ?>
3763 vertical-align: middle;
3764 background: var(--colorbackvmenu1);
3765 width: <?php echo $leftmenuwidth + 6; ?>px;
3767 <?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3771.sidebar-collapse div.login_block {
3775 color: var(--colortextbackvmenu);
3776 display:
inline-block;
3778div.login_block a .atoploginusername {
3779 color: var(--colortextbackhmenu);
3780 display:
inline-block;
3783 text-overflow: ellipsis;
3785div.login_block span.aversion {
3786 color: var(--colortextbackvmenu);
3787 filter: contrast(0.7);
3789div.login_block
table {
3795 float: <?php echo $right; ?>;
3798 color: var(--colortextvmenu);
3801 color: var(--colortextvmenu);
3802 text-decoration:underline;
3804div.login_block_user, div.login_block_other { clear: both; }
3805div.login_block_other { padding-top: 15px; }
3806div.login_block_tools { padding-top: 0px; }
3808.topnav div.login_block_user {
3809 display:
inline-block;
3810 vertical-align: middle;
3811 line-height: <?php echo $disableimages ?
'25' :
'70'; ?>px;
3812 height: <?php echo $disableimages ?
'25' :
'70'; ?>px;
3814.topnav div.login_block_other {
3815 display:
inline-block;
3816 vertical-align: middle;
3817 clear: <?php echo $disableimages ?
'none' :
'both'; ?>;
3819 text-align: <?php echo $right; ?>;
3820 margin-<?php echo $right; ?>: 8px;
3824.login_block_other .login_block_elem {
3829 float: <?php echo $right; ?>;
3830 vertical-align: middle;
3831 padding: 0px 3px 0px 3px !important;
3834.login_block_elem_name {
3838 white-space: nowrap;
3841 text-overflow: ellipsis;
3845.atoplogin, .atoplogin:hover {
3846 color: var(--colortextbackvmenu) !important;
3848.alogin, .alogin:hover {
3849 color: #888 !important;
3850 font-weight: normal !important;
3851 font-size: <?php echo is_numeric($fontsizesmaller) ? $fontsizesmaller.
'px' : $fontsizesmaller; ?> !important;
3853.alogin:hover, .atoplogin:hover {
3854 text-decoration:underline !important;
3856span.fa.atoplogin, span.fa.atoplogin:hover {
3858 text-decoration: none !important;
3860img.login, img.printer, img.entity {
3863 text-decoration: none;
3867.userimg.atoplogin img.userphoto, .userimgatoplogin img.userphoto,
3868.userimg.atoplogin span.userphoto, .userimgatoplogin span.userphoto {
3870 width: <?php echo $disableimages ?
'26' :
'30'; ?>px;
3871 height: <?php echo $disableimages ?
'26' :
'30'; ?>px;
3873 background-size: contain;
3874 background-color: #FFF;
3877 border-radius: 0.75em;
3880 background-size: contain;
3881 vertical-align: middle;
3883.userimg.atoplogin span.userphoto, .userimgatoplogin span.userphoto {
3884 vertical-align: middle;
3887.userimg.atoplogin span.userphoto::before, .userimgatoplogin span.userphoto::before {
3889 display:
inline-block;
3893span.userimg div.userphoto {
3894 background-color: #eee;
3895 border-radius: 0.72em;
3899 display:
inline-block;
3902 border-radius: 0.6em;
3905 background-size: contain;
3906 vertical-align: middle;
3908img.userphoto[alt=
"Gravatar avatar"], img.photouserphoto.dropdown-
user-image[alt=
"Gravatar avatar"] {
3911img.gravatar.photouserphoto {
3912 filter: grayscale(50%);
3914img.userphotopublicvcard {
3918 background-size: contain;
3920 border-color: rgba(128, 128, 128, 0.5);
3925form[
name=
"addtime"] img.userphoto, form[
name=
"addtime"] img.userphotosmall {
3926 border: 1px solid #444;
3929 background-image: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/object_user.png', 1); ?>);
3930 background-repeat: no-repeat;
3932.span-icon-password {
3933 background-image: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/lock.png', 1); ?>);
3934 background-repeat: no-repeat;
3941div.vmenu, td.vmenu {
3942 margin-<?php print $right; ?>: 2px;
3944 float: <?php print $left; ?>;
3946 padding-bottom: 0px;
3948 width: <?php echo $leftmenuwidth; ?>px;
3952 margin-<?php print $left; ?>: 4px;
3953 <?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3958 margin-<?php print $left; ?>: 8px !important
3961.vmenusearchselectcombo {
3962 width: <?php echo $leftmenuwidth - 20; ?>px;
3963 height: 38px !important;
3965.vmenusearchselectcombo > .select2-selection__rendered, .vmenusearchselectcombo > .select2-selection__arrow {
3966 line-height: 38px !important;
3967 height: 38px !important;
3972 padding-bottom: 3px;
3974 text-overflow: ellipsis;
3976#menu_contenu_logo { padding-right: 4px; }
3977.companylogo { padding-top: 4px; }
3978.searchform { padding-top: 10px; }
3979.searchform .bordertransp { border: 0; }
3980#divsearchforms2 form.searchform .button { border: none !important; }
3982a.vmenu:link, a.vmenu:visited, a.vmenu:hover, a.vmenu:
active, span.vmenu, span.vsmenu {
3983 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;
3985span.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; }
3986a.vmenu:link, a.vmenu:visited {
3987 color: var(--colortextbackvmenu);
3990a.vmenu, a.vsmenu:link, a.vsmenu:visited, a.vsmenu:hover, a.vsmenu:
active, span.vmenu, span.vsmenu {
3991 font-size:<?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize ?>; font-family: <?php print
$fontlist ?>; text-align: <?php print $left; ?>; font-weight: normal;
3992 color: var(--colortextbackvmenu);
3993 margin: 1px 1px 1px 8px;
3995span.vsmenudisabled:not(.spanlilevel0), font.vsmenudisabled:not(.spanlilevel0) {
3996 font-size:<?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize ?>;
3998span.vsmenudisabled, font.vsmenudisabled {
4000 text-align: <?php print $left; ?>;
4001 font-weight: normal;
4002 color: var(--colortextbackvmenu);
4003 white-space: nowrap;
4005a.vsmenu:link, a.vsmenu:visited {
4006 color: var(--colortextbackvmenu);
4007 white-space: nowrap;
4009span.vsmenudisabledmargin, font.vsmenudisabledmargin { margin: 1px 1px 1px 8px; }
4010li a.vsmenudisabled, li.vsmenudisabled { color: #aaa !important; cursor:
default !important; }
4012a.help:link, a.help:visited, a.help:hover, a.help:
active, span.help {
4013 text-align: <?php print $left; ?>; font-weight: normal; color: #999; text-decoration: none;
4021 color: var(--colortextbackhmenu);
4023 display:
inline-block;
4025 vertical-align: super;
4027 transform: rotate(<?php echo($left ==
'left' ?
'55deg' :
'305deg'); ?>);
4032 border-bottom: 0 !important;
4035 margin: <?php echo $disableimages ?
'-1' :
'6'; ?>px;
4039 height: <?php echo $disableimages ?
'18' :
'32'; ?>px;
4042 vertical-align: middle;
4044.menulogocontainer img.mycompany {
4045 object-fit: contain;
4048 image-rendering: -webkit-optimize-contrast;
4051#mainmenutd_companylogo::after {
4054li#mainmenutd_companylogo .tmenucenter {
4057li#mainmenutd_companylogo {
4058 min-width: unset !important;
4060<?php
if ($disableimages) { ?>
4061 li#mainmenutd_home {
4062 min-width: unset !important;
4064 li#mainmenutd_home .tmenucenter {
4069div.blockvmenupair, div.blockvmenuimpair
4072 text-align: <?php print $left; ?>;
4073 text-decoration: none;
4077 padding-bottom: 3px;
4078 margin: 1px 0px 8px 0px;
4080 color: var(--colortext);
4081 background: var(--colorbackvmenu1);
4083 padding-bottom: 10px;
4084 border-bottom: 1px solid #e8e8e8;
4086div.blockvmenubookmarks
4088 padding-bottom: 16px !important;
4091 border: none !important;
4092 padding-left: 0 !important;
4094a.vsmenu.addbookmarkpicto {
4095 padding-right: 10px;
4097div.blockvmenufirst {
4100 border-top: 1px solid #e0e0e0;
4103div.blockvmenusearch, div.blockvmenubookmarks
4107 text-align: <?php print $left; ?>;
4108 text-decoration: none;
4112 padding-bottom: 3px;
4113 margin: 1px 0px 2px 0px;
4114 background: var(--colorbackvmenu1);
4116 padding-bottom: 10px;
4119div.blockvmenusearchphone
4121 border-bottom: none;
4127<?php
if (empty($conf->dol_optimize_smallscreen)) { ?>
4131 text-decoration: none;
4135 padding-bottom: 3px;
4136 margin: 4px 0px 0px 0px;
4144 border-right: 1px solid #000000;
4145 border-bottom: 1px solid #000000;
4146 background: #b3c5cc;
4149 text-align: <?php print $left; ?>;
4150 text-decoration: none;
4154 background: #b3c5cc;
4159 background: #F4F4F4;
4161 border: 1px solid #bbb;
4172#mainContent, #leftContent .ui-layout-pane {
4177#mainContent, #leftContent .ui-layout-center {
4189 padding-bottom: 0 !important;
4194 padding: 0px 4px 14px 4px !important;
4210li.expanded > a.fmdirlia.jqft.ecmjqft {
4211 font-weight: bold !important;
4215 width: calc(100% - 100px);
4219 white-space:
break-spaces;
4220 word-
break:
break-all;
4228 text-align: <?php print $left; ?>;
4239 font-weight: normal !important;
4242 color: var(--colortextbacktab);
4245 padding-right: 24px;
4246 padding-bottom: 23px;
4247 margin: 0px 0px 20px 0px;
4249 border-right: 1px solid #CCC;
4250 border-left: 1px solid #CCC;
4251 border-top: 1px solid #CCC;
4252 border-bottom: 1px solid #CCC;
4254 background: var(--colorbacktabcard1);
4256div.tabBar tr.titre td {
4259div.fiche
table:not(.
table-fiche-title) tr.titre td {
4271div.tabBarWithBottom {
4272 padding-bottom: 18px;
4273 border-bottom: 1px solid #aaa;
4275div.tabBar
table.tableforservicepart2:last-child {
4276 border-bottom: 1px solid #aaa;
4278.tableforservicepart1 .tdhrthin {
4282div.tabs div.tabsElem:first-of-
type a.tab {
4283 margin-left: 0px !important;
4287 color: var(--colortextlink) !important;
4289a.tab:link, a.tab:visited, a.tab:hover, a.tab#
active {
4291 padding: 10px 13px 10px;
4293 text-decoration: none;
4294 white-space: nowrap;
4295 background-image: none !important;
4298.tabactive, a.tab#
active {
4299 color: var(--colortextbacktab) !important;
4300 background: var(--colorbacktabcard1) !important;
4302 border-right: 1px solid #AAA !important;
4303 border-left: 1px solid #AAA !important;
4304 border-top: 2px solid #111 !important;
4306.tabunactive, a.tab#unactive {
4307 border-right: 1px solid transparent;
4308 border-left: 1px solid transparent;
4309 border-top: 1px solid transparent;
4310 border-bottom: 0px !important;
4319 text-decoration: underline;
4324 text-decoration: none;
4325 white-space: nowrap;
4329 background: #dee7ec;
4333 background: #dee7ec;
4338 text-decoration: none;
4339 white-space: nowrap;
4340 border-radius:3px 3px 0px 0px;
4342 border-<?php print $right; ?>: 1px solid #555555;
4343 border-<?php print $left; ?>: 1px solid #D8D8D8;
4344 border-top: 1px solid #D8D8D8;
4358 margin-bottom: 1.4em;
4361 margin: 30px 0em 30px 0em;
4365div.tabsActionNoBottom {
4369 margin-bottom: 16px !important;
4371div.tabsAction .dropdown .textbutton {
4372 text-align: <?php echo $left; ?>;
4379 border: 1px solid #888;
4383 padding-bottom: 5px;
4389 color:rgba(0,0,0,.5);
4390 margin-<?php print $right; ?>: 10px;
4391 text-shadow:1px 1px 1px #ffffff;
4393 font-weight: normal;
4394 padding: 4px 6px 2px 6px;
4396 text-decoration: none;
4397 white-space: nowrap;
4408<?php include
dol_buildpath($path.
'/theme/'.$theme.
'/btn.inc.php', 0); ?>
4421 background-repeat: repeat-x;
4422 margin-top: <?php echo($dol_hide_topmenu ?
'6' :
'0'); ?>px;
4426 border-collapse: collapse;
4429 padding-<?php print $left; ?>: 0px !important;
4430 padding-<?php print $right; ?>: 4px !important;
4433 list-style-
type:none;
4434 margin: 0px !important;
4435 padding: 0px !important;
4440tr.nocellnopadd td.nobordernopadding, tr.nocellnopadd td.nocellnopadd
4446 color: unset !important;
4450 padding: 4px !important;
4451 padding-left: 7px !important;
4452 padding-right: 7px !important;
4454input.button.smallpaddingimp, input.buttonreset.smallpaddingimp {
4456 font-weight: normal !important;
4460 color: var(--colortextlink);
4461 background-color: transparent;
4464input.buttonlink:hover {
4465 text-decoration: underline;
4471 text-decoration: underline;
4472 color: var(--colortextlink);
4473 background-color: transparent;
4478 border-collapse: collapse;
4481 padding-<?php print $left; ?>: 0px;
4482 padding-<?php print $right; ?>: 16px;
4483 padding-bottom: 4px;
4486.notopnoleftnoright {
4487 border-collapse: collapse;
4492 padding-bottom: 4px;
4493 margin: 0px 0px 0px 0px;
4496table.tableforemailform tr td {
4498 padding-bottom: 3px;
4501table.border,
table.bordernooddeven,
table.dataTable, .table-border, .table-border-col, .table-key-border-col, .table-val-border-col, div.border {
4503 border-collapse: collapse !important;
4504 padding: 1px 2px 1px 3px;
4507 border: 1px solid #BBB;
4511.bordernooddeven tbody tr,
4513.bordernooddeven tbody tr td,
4514div.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,
4515tr.liste_titre.box_titre td
table td, .bordernooddeven tr td {
4518.liste_titre.trheight5em {
4519 height: 4em !important;
4522table.border td,
table.bordernooddeven td, div.border div div.tagtd, div.table-border div div.tagtd {
4523 padding: 3px 8px 3px 8px;
4525 border-collapse: collapse;
4528td.border, div.tagtable div div.border {
4529 border-top: 1px solid #000000;
4530 border-right: 1px solid #000000;
4531 border-bottom: 1px solid #000000;
4532 border-left: 1px solid #000000;
4535.table-key-border-col {
4539.table-val-border-col {
4544.thsticky, .tdsticky {
4548.thstickyright, .tdstickyright {
4552.thstickygray, .tdstickygray {
4553 background-color: lightgray;
4555.thstickyghostwhite, .tdstickyghostwhite {
4556 background-color: ghostwhite;
4558.thstickyinherit, .tdstickyinherit {
4559 background-color: inherit;
4564.tagtable td[data-key=
"ref"], .tagtable th[data-key=
"ref"] {
4568 max-width: 150px !important;
4570 background-color: gainsboro;
4577.tagtable td.actioncolumn, .tagtable th.actioncolumn {
4581 max-width: 150px !important;
4583 background-color: gainsboro;
4591.nobordertop, .nobordertop tr:first-of-
type td {
4592 border-top: none !important;
4594.noborderbottom, tr.noborderbottom td, .noborderbottom tr:last-of-
type td {
4595 border-bottom: none !important;
4598 border-top: 1px solid var(--colortopbordertitle1);
4601 border-bottom: 1px solid var(--colortopbordertitle1);
4604 border: none !important;
4607.fichehalfright
table.noborder {
4608 margin: 0px 0px 0px 0px;
4612 background: var(--colorbacktitle1);
4617 <?php
if ($userborderontable) { ?>
4618 border-right: 1px solid #ccc;
4619 border-left: 1px solid #ccc;
4622table.liste,
table.noborder:not(.paymenttable):not(.margintable):not(.tableforcontact),
table.formdoc, div.noborder:not(.paymenttable):not(.margintable):not(.tableforcontact) {
4624 if ($userborderontable) { ?>
4627 border-left: 1px solid #ccc;
4628 border-right: 1px solid #ccc;
4630 border-left: 1px solid #f0f0f0;
4631 border-right: 1px solid #f0f0f0;
4635 width: calc(100% - 2px);
4637 border-collapse: separate !important;
4638 border-spacing: 0px;
4640 border-top-width: <?php echo $borderwidth ?>px;
4641 border-top-color: var(--colortopbordertitle1);
4642 border-top-style: solid;
4644 border-bottom-width: 1px;
4645 border-bottom-color: #BBB;
4646 border-bottom-style: solid;
4648 margin: 0px 0px 20px 0px;
4650 border-radius: 0.1em;
4652table.tagtable.liste.listwithfilterbefore {
4655table.noborder.boxtable {
4658table.noborder tr, div.noborder form {
4659 border-top-color: #FEFEFE;
4661 border-right-width: 1px;
4662 border-right-color: #BBBBBB;
4663 border-right-style: solid;
4665 border-left-width: 1px;
4666 border-left-color: #BBBBBB;
4667 border-left-style: solid;
4670table.paddingtopbottomonly tr td {
4672 padding-bottom: 2px;
4675table.nointerlines tr:not(:last-child) td {
4676 border-bottom: unset !important;
4677 border-top: unset !important;
4682table.noborder:not(.cal_month, .paymenttable, .margintable) {
4683 border-radius: <?php echo $borderradius; ?>px;
4685table.noborder.cal_month {
4686 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4687 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4689table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child td:first-child,
4690table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child th:first-child,
4691table.tagtable.liste:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child td:first-child,
4692table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.trfirstline td:first-child {
4693 border-top-left-radius: <?php echo $borderradius; ?>px;
4695table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child td:last-child,
4696table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child th:last-child,
4697table.tagtable.liste:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child th:last-child,
4698table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.trfirstline td:last-child {
4699 border-top-right-radius: <?php echo $borderradius; ?>px;
4701table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr:last-child td:first-child,
4702table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr:last-child th:first-child {
4703 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4705table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr:last-child td:last-child,
4706table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr:last-child th:last-child {
4707 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4709table.noborder thead tr:last-child td:first-child,
4710table.noborder thead tr:last-child th:first-child {
4711 border-bottom-left-radius: unset !important;
4713table.noborder thead tr:last-child td:last-child,
4714table.noborder thead tr:last-child th:last-child {
4715 border-bottom-right-radius: unset !important;
4718table.liste:not(.listwithfilterbefore) {
4719 border-top-left-radius: <?php echo $borderradius; ?>px;
4720 border-top-right-radius: <?php echo $borderradius; ?>px;
4723 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4724 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4726table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child td:first-child,
4727table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child th:first-child {
4728 border-top-left-radius: <?php echo $borderradius; ?>px;
4730table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child td:last-child,
4731table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child th:last-child {
4732 border-top-right-radius: <?php echo $borderradius; ?>px;
4734div.liste_titre_bydiv {
4735 border-top-left-radius: <?php echo $borderradius; ?>px;
4736 border-top-right-radius: <?php echo $borderradius; ?>px;
4738div.liste_titre_bydiv_nothingafter {
4739 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4740 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4741 border-bottom-width: 1px;
4742 border-bottom-color: #BBB;
4743 border-bottom-style: solid;
4745table.liste tr:last-child td:first-child,
4746table.liste > tr:last-child th:first-child,
table.liste tfoot tr:last-child th:first-child {
4747 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4749table.liste tr:last-child td:last-child,
4750table.liste > tr:last-child th:last-child,
table.liste tfoot tr:last-child th:last-child {
4751 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4754table#tablelines tr:last-of-
type td:first-child,
table#tablelines tr#trlinefordates,
table#tablelines tr#trlinefordates td,
4755table#tablelinesservice tr:last-of-
type td:first-child,
table#tablelinesservice tr#trlinefordates,
table#tablelinesservice tr#trlinefordates td {
4756 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4758table#tablelines tr:last-of-
type td:last-child,
table#tablelines tr#trlinefordates,
table#tablelines tr#trlinefordates td,
4759table#tablelinesservice tr:last-of-
type td:last-child,
table#tablelinesservice tr#trlinefordates,
table#tablelinesservice tr#trlinefordates td {
4760 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4765.liste_titre_filter {
4766 background: var(--colorbacktitle1) !important;
4768tr.liste_titre_filter td.liste_titre {
4770 padding-bottom: 3px;
4772.liste_titre_create td, .liste_titre_create th, .liste_titre_create .tagtd
4774 border-top-width: 1px;
4775 border-top-color: var(--colortopbordertitle1);
4776 border-top-style: solid;
4778tr#trlinefordates td {
4779 border-bottom: 0px !important;
4781.liste_titre_add td, .liste_titre_add th, .liste_titre_add .tagtd
4783 border-top-width: 2px;
4784 border-top-color: var(--colortopbordertitle1);
4785 border-top-style: solid;
4787.liste_titre_add td, .liste_titre_add .tagtd
4789 border-top-width: 1px;
4790 border-top-color: var(--colortopbordertitle1);
4791 border-top-style: solid;
4794td.linecoldescription {
4795 padding: 6px 10px 6px 12px !important;
4798table.liste th,
table.noborder th,
table.noborder tr.liste_titre td,
table.noborder tr.box_titre td {
4799 padding: 8px 8px 8px 10px;
4803table.noborder > tbody > tr > td,
4804div.noborder form div,
table.tableforservicepart1 td,
table.tableforservicepart2 td {
4805 padding: 8px 12px 8px 12px;
4808table.liste tr.trkanban td {
4809 padding: 12px 15px 12px 15px;
4813 padding: unset !important;
4814 border: unset !important;
4817table.liste td,
table.noborder td, div.noborder form div {
4818 padding: 8px 8px 8px 8px;
4820div.liste_titre_bydiv .divsearchfield {
4821 padding: 2px 1px 2px 6px;
4824table.nobordernopadding {
4825 border-collapse: collapse !important;
4828table.nobordernopadding tr {
4829 border: 0 !important;
4830 padding: 0 0 !important;
4832table.nobordernopadding tr td {
4833 border: 0 !important;
4836table.border tr td
table.nobordernopadding tr td {
4842 border-right-width: 1px !important;
4843 border-right-color: #BBB !important;
4844 border-right-style: solid !important;
4848 border-left-width: 1px !important;
4849 border-left-color: #BBB !important;
4850 border-left-style: solid !important;
4854table.listwithfilterbefore {
4855 border-top: none !important;
4858.tagtable, .table-border { display:
table; }
4859.tagtr, .table-border-row { display:
table-row; }
4860.tagtd, .table-border-col, .table-key-border-col, .table-val-border-col { display:
table-cell; }
4861.confirmquestions .tagtr .tagtd:not(:first-child) { padding-left: 10px; }
4862.confirmquestions { margin-top: 5px; }
4863.confirmquestions .tagtr .tagtd { height: 2em; vertical-align: middle; }
4872 color: var(--colortexttitlenotab);
4876 color: var(--colortexttitlenotab) !important;
4880 font-weight: normal;
4881 color: var(--refidnocolor);
4886 display:
inline-block;
4888div.refaddress div.address {
4894 float:<?php echo $right; ?>
4897 font-weight: normal;
4902 display:
inline-block;
4908 display:
inline-block;
4915 display:
inline-block;
4920div.pagination li.pagination a,
4921div.pagination li.pagination span {
4924 line-height: 1.42857143;
4925 color: var(--color-black);
4926 text-decoration: none;
4928div.pagination li.pagination span.inactive {
4933div.pagination li.litext a {
4935 padding-right: 10px;
4939div.pagination li.noborder a:hover {
4941 background-color: transparent;
4943div.pagination li:first-child a,
4944div.pagination li:first-child span {
4946 border-top-left-radius: 4px;
4947 border-bottom-left-radius: 4px;
4949div.pagination li:last-child a,
4950div.pagination li:last-child span {
4951 border-top-right-radius: 4px;
4952 border-bottom-right-radius: 4px;
4954div.pagination li a:hover,
4955div.pagination li span:hover,
4956div.pagination li a:focus,
4957div.pagination li span:focus {
4959 background-color: #eee;
4963div.pagination li .active a,
4964div.pagination li .active span,
4965div.pagination li .active a:hover,
4966div.pagination li .active span:hover,
4967div.pagination li .active a:focus,
4968div.pagination li .active span:focus {
4972 background-color: var(--colorbackhmenu1);
4973 border-color: #337ab7;
4975div.pagination .disabled span,
4976div.pagination .disabled span:hover,
4977div.pagination .disabled span:focus,
4978div.pagination .disabled a,
4979div.pagination .disabled a:hover,
4980div.pagination .disabled a:focus {
4982 cursor: not-allowed;
4983 background-color: #fff;
4986div.pagination li.pagination .active {
4987 text-decoration: underline;
4990.paginationafterarrows .nohover {
4991 box-shadow: none !important;
4993div.pagination li.paginationafterarrows {
4996.paginationatbottom {
4999table.hidepaginationprevious .paginationprevious {
5002table.hidepaginationnext .paginationnext {
5005.paginationafterarrows a.btnTitlePlus:hover span:before {
5011ul.noborder li:nth-child(odd):not(.liste_titre) {
5012 background-color: var(--colorbacklinepair2) !important;
5017.tmenucompanylogo.nohover, .tmenucompanylogo.nohover:hover {
5018 opacity: unset !important;
5020.nohoverborder:hover {
5024.oddeven:hover:not(.nohover), .evenodd:hover:not(.nohover), .oddevenimport:hover:not(.nohover), .evenoddimport:hover:not(.nohover), .impair:hover:not(.nohover), .pair:hover:not(.nohover) {
5025 background: rgb(<?php echo $colorbacklinepairhover; ?>) !important;
5029 background: rgb(<?php echo $colorbacklinepairchecked; ?>) !important;
5031<?php
if ($colorbacklinepairchecked) { ?>
5033 background: rgb(<?php echo $colorbacklinepairchecked; ?>) !important;
5038 background: unset !important;
5040.nohoverborder:hover {
5045.oddeven, .evenodd, .impair, .pair, .nohover .impair:hover, tr.impair td.nohover, tr.pair td.nohover, .tagtr.oddeven
5050 color: var(--oddevencolor);
5052.impair, .nohover .impair:hover, tr.impair td.nohover
5054 background: var(--colorbacklineimpair2);
5056.pair, .nohover .pair:hover, tr.pair td.nohover {
5057 background-color: var(--colorbacklinepair1);
5059tr.oddeven.oddevendouble {
5060 height: 60px !important;
5064 background-color: var(--colorbacklineimpair2);
5066table.dataTable tr.oddeven {
5067 background-color: var(--colorbacklinepair1) !important;
5071td.oddeven,
table.nohover tr.impair,
table.nohover tr.pair,
table.nohover tr.impair td,
table.nohover tr.pair td, tr.nohover td, tr.nohover td:hover, form.nohover, form.nohover:hover {
5072 background-color: var(--colorbacklineimpair2) !important;
5073 background: var(--colorbacklineimpair2) !important;
5075td.evenodd, tr.nohoverpair td, #trlinefordates td {
5076 background-color: var(--colorbacklinepair2) !important;
5077 background: var(--colorbacklinepair2) !important;
5081 border-bottom: 1pt solid #aaa !important;
5082 background-color: var(--colorbacklinebreak) !important;
5084.trforbreak.nobold td a, .trforbreak.nobold span.secondary {
5085 font-weight: normal !important;
5087tr.trforbreaknobg:nth-of-
type(n+3) td {
5089 border-top: 1pt dashed #aaa !important;
5093 padding: 5px 2px 5px 3px !important;
5095tr.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 {
5096 padding: 5px 2px 5px 3px;
5097 border-bottom: 1px solid #eee;
5099form.pair, form.impair {
5100 font-weight: normal;
5102tr.pair:last-of-
type td, tr.impair:last-of-
type td {
5103 border-bottom: 0px !important;
5105tr.pair td .nobordernopadding tr td, tr.impair td .nobordernopadding tr td {
5106 border-bottom: 0px !important;
5116div.liste_titre .tagtd {
5117 vertical-align: middle;
5120 min-height: 26px !important;
5123 padding-bottom: 2px;
5133 border-top-width: 1px;
5134 border-top-color: #BBB;
5135 border-top-style: solid;
5137div.liste_titre_bydiv {
5138 <?php
if ($userborderontable) { ?>
5139 border-top-width: <?php echo $borderwidth ?>px;
5140 border-top-color: var(--colortopbordertitle1);
5141 border-top-style: solid;
5143 border-collapse: collapse;
5145 padding: 2px 0px 2px 0;
5147 width: calc(100% - 2px);
5149div.liste_titre_bydiv_inlineblock {
5150 display:
inline-block;
5154tr.liste_titre, tr.liste_titre_sel, form.liste_titre, form.liste_titre_sel,
table.dataTable.tr, tagtr.liste_titre
5156 height: 26px !important;
5158div.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
5160 background: var(--colorbacktitle1);
5161 font-weight: <?php echo $useboldtitle ?
'bold' :
'normal'; ?>;
5164 color: var(--colortexttitle);
5166 text-align: <?php echo $left; ?>;
5168tr.liste_titre th, tr.liste_titre td, th.liste_titre
5170 border-bottom: 1px solid #aaa;
5173tr:first-child th.liste_titre, tr:first-child th.liste_titre_sel {
5174 border-bottom: 1px solid #FFF ! important;
5176tr.liste_titre th, th.liste_titre, tr.liste_titre td, td.liste_titre, form.liste_titre div, div.liste_titre
5179 font-weight: <?php echo $useboldtitle ?
'bold' :
'normal'; ?>;
5180 vertical-align: middle;
5183tr.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 {
5184 text-shadow: none !important;
5185 color: var(--colortexttitlelink);
5187tr.liste_titre_topborder td {
5188 border-top-width: <?php echo $borderwidth; ?>px;
5189 border-top-color: var(--colortopbordertitle1);
5190 border-top-style: solid;
5193 text-shadow: none !important;
5194 color: var(--colortexttitle);
5196.liste_titre td a.notasortlink {
5197 color: var(--colortextlink);
5199.liste_titre td a.notasortlink:hover {
5200 background: transparent;
5202tr.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 {
5203 border-bottom: none;
5205tr.liste_titre_filter th.liste_titre:not(.center), tr.liste_titre_filter th.liste_titre_sel:not(.center) {
5214tr.liste_titre_sel th, th.liste_titre_sel, tr.liste_titre_sel td, td.liste_titre_sel, form.liste_titre_sel div
5217 font-weight: normal;
5218 border-bottom: 1px solid #FDFFFF;
5222 background: transparent;
5226.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 {
5230.noborder tr.liste_total td, tr.liste_total td, form.liste_total div {
5231 white-space: nowrap;
5234.noborder tr.liste_total_wrap td, tr.liste_total_wrap td, form.liste_total_wrap div {
5235 white-space: normal;
5238tr.liste_sub_total, tr.liste_sub_total td {
5239 border-bottom: 2px solid #aaa;
5242.tableforservicepart1 .impair, .tableforservicepart1 .pair, .tableforservicepart2 .impair, .tableforservicepart2 .pair {
5245.tableforservicepart1 tbody tr td, .tableforservicepart2 tbody tr td {
5246 border-bottom: none;
5249.paymenttable, .margintable {
5250 margin: 0px 0px 0px 0px !important;
5252.paymenttable, .margintable:not(.margintablenotop) {
5253 border-top-width: <?php echo $borderwidth ?>px !important;
5254 border-top-color: var(--colortopbordertitle1) !important;
5255 border-top-style: solid !important;
5257.margintable.margintablenotop {
5258 border-top-width: 0;
5260.paymenttable tr td:first-child, .margintable tr td:first-child
5264.paymenttable, .margintable tr td {
5270 box-shadow: 0px 0px 0px #f4f4f4 !important;
5273 box-shadow: 2px 2px 5px #CCC !important;
5277 box-shadow: 0px 0px 5px #888;
5280div.tabBar .noborder {
5281 box-shadow: 0px 0px 0px #f4f4f4 !important;
5283div .tdtop:not(.tagtdnote) {
5284 vertical-align: top !important;
5285 padding-top: 6px !important;
5286 padding-bottom: 0px !important;
5289#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 {
5290 border-bottom: 1px solid #AAA !important;
5292#tablelines tr td, #tablelinesservice tr td {
5299.noborder > tbody > tr:nth-child(even):not(.liste_titre):not(.nooddeven),
5300.liste > tbody > tr:nth-child(even):not(.liste_titre):not(.nooddeven),
5301div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) > .border > tbody >
table:not(.tableforfieldedit) > tr:nth-of-
type(even):not(.liste_titre):not(.nooddeven),
5302.liste > tbody > tr:nth-of-
type(even):not(.liste_titre):not(.nooddeven),
5303div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) .oddeven.tagtr:nth-of-
type(even):not(.liste_titre):not(.nooddeven)
5305 background: linear-gradient(to bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
5306 background: -o-linear-gradient(bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
5307 background: -moz-linear-gradient(bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
5308 background: -webkit-linear-gradient(bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
5310.noborder > tbody > tr:nth-child(even):not(:last-of-
type) td:not(.liste_titre),
5311.liste > tbody > tr:nth-child(even):not(:last-of-
type) td:not(.liste_titre),
5312.noborder .tagtr:nth-child(even):not(:last-of-
type) .oddeven.tagtd:not(.liste_titre)
5314 border-bottom: 1px solid #e8e8e8;
5317.noborder > tbody > tr:nth-child(odd):not(.liste_titre):not(.nooddeven),
5318.liste > tbody > tr:nth-child(odd):not(.liste_titre):not(.nooddeven),
5319div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) > .border > tbody >
table:not(.tableforfieldedit) > tr:nth-of-
type(odd):not(.liste_titre):not(.nooddeven),
5320.liste > tbody > tr:nth-of-
type(odd):not(.liste_titre):not(.nooddeven),
5321div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) .oddeven.tagtr:nth-of-
type(odd):not(.liste_titre):not(.nooddeven)
5323 background: linear-gradient(to bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
5324 background: -o-linear-gradient(bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
5325 background: -moz-linear-gradient(bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
5326 background: -webkit-linear-gradient(bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
5328.noborder > tbody > tr:nth-child(odd):not(:last-child) td:not(.liste_titre),
5329.liste > tbody > tr:nth-child(odd):not(:last-child) td:not(.liste_titre),
5330.noborder .tagtr:nth-child(odd):not(:last-child) .oddeven.tagtd:not(.liste_titre)
5332 border-bottom: 1px solid #e8e8e8;
5335ul.noborder li:nth-child(even):not(.liste_titre) {
5336 background-color: var(--colorbacklinepair2) !important;
5349 padding-bottom: 12px;
5351.boxstats, .boxstats130 {
5352 display:
inline-block;
5356 background: var(--colorbackbody);
5358.boxstats, .boxstats130, .boxstatscontent {
5359 white-space: nowrap;
5361 text-overflow: ellipsis;
5374@media only screen and (max-width: 768px)
5376 .tabBar .arearef .pagination.paginationref {
5377 max-width: calc(50%);
5380 div.pagination ul li {
5384 div.pagination .button-title-separator {
5388 .clearbothonsmartphone {
5391 .clearbothonsmartphone:not(.hideonsmartphone) {
5392 display: block !important;
5396 padding-left: 0 !important;
5397 margin-left: 0 !important;
5398 margin-right: 0 !important;
5405 .boxstats, .boxstats130 {
5407 border: 1px solid #ddd;
5417 .dashboardlineindicator {
5429 box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20);
5437.boxstatsindicator.thumbstat150 {
5438 display:
inline-flex;
5440span.boxstatsindicator {
5442 font-weight: normal;
5443 color: rgb(<?php print $colortextlink; ?>);
5445span.dashboardlineindicator, span.dashboardlineindicatorlate {
5447 font-weight: normal;
5449a.dashboardlineindicatorlate:hover {
5450 text-decoration: none;
5452.dashboardlineindicatorlate img {
5455span.dashboardlineok {
5458span.dashboardlineko {
5462.dashboardlinelatecoin {
5467 padding: 1px 6px 1px 6px;
5468 background-color: #8c4446;
5469 color: #FFFFFF ! important;
5470 border-radius: .25em;
5473 margin-bottom: 20px !important;
5476 border-bottom-width: 1px;
5484.boxtablenomarginbottom {
5485 margin-bottom: 0 !important;
5487.boxtable .fichehalfright, .boxtable .fichehalfleft {
5493.boxworkingboard .tdboxstats {
5494 padding-left: 1px !important;
5495 padding-right: 1px !important;
5497a.valignmiddle.dashboardlineindicator {
5501 height: 30px !important;
5504 height: 50px !important;
5508 height: 26px !important;
5515 background: var(--colorbacktitle1);
5516 color: var(--colortexttitle);
5517 font-family: <?php print
$fontlist ?>, sans-serif;
5518 font-weight: <?php echo $useboldtitle ?
'bold' :
'normal'; ?>;
5519 border-bottom: 1px solid #FDFFFF;
5520 white-space: nowrap;
5523tr.box_titre td.boxclose {
5526img.boxhandle, img.boxclose {
5531 vertical-align: middle;
5534.formboxfilter input[
type=image]
5544.prod_entry_mode_free, .prod_entry_mode_predef {
5545 height: 26px !important;
5546 vertical-align: middle;
5550 border: 1px solid #888;
5557 white-space: nowrap;
5561 transition: color 0.4s;
5563.star:hover, .star.active {
5564 color: var(--butactionbg);
5567.search-component-assistance {
5570 background: var(--colorbackbody);
5571 border-width: 1px 1px 2px;
5572 border-style: solid;
5573 border-color: rgb(204, 204, 204);
5574 border-image: none; padding: 9px;
5575 box-shadow: rgba(136, 136, 136, 0.267) 1px 2px 10px;
5581.search-component-assistance .assistance-title {
5587.search-component-assistance .separator {
5591.search-component-assistance .end-separator {
5594.search-component-assistance .assistance-errors {
5597 margin: 5px 0px 5px 0px
5599.search-component-assistance .assistance-errors {
5604 margin: 0 !important;
5606.search-component-assistance .operand, .search-component-assistance .operator, .search-component-assistance .value {
5607 display:
inline-block;
5609.search-component-assistance .btn-div{
5613@media only screen and (max-width: 620px) {
5614 .search-component-assistance .operand, .operator, .value {
5615 display: block !important;
5617 .search-component-assistance .separator, .end-separator {
5627.ok { color: #114466; }
5628.warning { color: #887711 !important; }
5629.error { color: #550000 !important; font-weight: bold; }
5630.green { color: #118822 !important; }
5631.neutral { color: #444 !important; }
5637div.info, div.warning, div.error, div.green, div.neutral {
5641 padding-bottom: 16px;
5642 margin: 1em 0em 1em 0em;
5646div.fiche div.info, div.fiche div.warning, div.fiche div.neutral {
5647 box-shadow: 1px 1px 6px #e4e4e4;
5648 margin: 1em 0em 1.2em 0em;
5653 border-<?php print $left; ?>: solid 5px #aaa;
5654 background: #f8f8f8;
5659 border-<?php print $left; ?>: solid 5px #87cfd2;
5660 background: #eff8fc;
5665div.green div.greenborder, section.green, section.greenborder {
5666 border-<?php print $left; ?>: solid 5px #118822;
5668div.green, section.green {
5669 background: #e3f0e3;
5673div.warning, div.warningborder, section.warning, section.warningborder {
5674 border-<?php print $left; ?>: solid 5px #f2cf87;
5676div.warning, section.warning {
5677 background: #fcf8e3;
5679div.warning a, div.info a, div.error a {
5680 color: rgb(<?php echo $colortextlink; ?>);
5685 border-<?php print $left; ?>: solid 5px #f28787;
5686 background: #EFCFCF;
5694a.normal:link { font-weight: normal }
5695a.normal:visited { font-weight: normal }
5696a.normal:
active { font-weight: normal }
5697a.normal:hover { font-weight: normal }
5699a.impayee:link { font-weight: bold; color: #550000; }
5700a.impayee:visited { font-weight: bold; color: #550000; }
5701a.impayee:
active { font-weight: bold; color: #550000; }
5702a.impayee:hover { font-weight: bold; color: #550000; }
5715.framecontent iframe {
5726.opened-dash-board-wrap {
5727 margin-bottom: 25px;
5734.product_line_stock_ok { color: #002200; }
5735.product_line_stock_too_low { color: #884400; }
5737.fieldrequired { font-weight: bold; color: #000055; }
5738#tablesubscribe .fieldrequired {
5739 font-weight: inherit !important;
5740 color: inherit !important;
5742#tablesubscribe .fieldrequired:after {
5748td.widthpictotitle, .table-fiche-title img.widthpictotitle { width: 32px; font-size: 1.4em; text-align: <?php echo $left; ?>; }
5749table.titlemodulehelp tr td img.widthpictotitle { width: 80px; }
5751.dolgraphtitle { margin-top: 6px; margin-bottom: 4px; }
5752.dolgraphtitlecssboxes { }
5753.dolgraphchart canvas {
5756.legendColorBox, .legendLabel { border: none !important; }
5757div.dolgraph div.legend, div.dolgraph div.legend div { background-color: rgba(255,255,255,0) !important; }
5758div.dolgraph div.legend
table tbody tr { height:
auto; }
5759td.legendColorBox { padding: 2px 2px 2px 0 !important; }
5760td.legendLabel { padding: 2px 2px 2px 0 !important; }
5762 text-align: <?php echo $left; ?>;
5766 white-space: nowrap;
5776div.divphotoref > div > .photowithmargin, div.divphotoref > img.photowithmargin, div.divphotoref > a > .photowithmargin {
5777 margin-<?php echo $right; ?>: 15px;
5780 border: 1px solid #f0f0f0;
5785 text-align: center !important;
5788 margin-top: 6px !important;
5793 content:url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/logo_setup.svg', 1) ?>);
5794 display:
inline-block;
5799 content:url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/nographyet.svg', 1) ?>);
5800 display:
inline-block;
5802 background-repeat: no-repeat;
5809table.table-fiche-title tr.toptitle {
5814 text-decoration: none;
5817 text-transform: uppercase;
5824 color: var(--colortexttitlenotab);
5832 color: var(--colortexttitlenotab);
5835 color: var(--colortexttitlenotab2);
5838table.notopnoleftnoright.table-fiche-title {
5839 margin-bottom: 15px;
5841.fichehalfleft
table.table-fiche-title, .fichehalfright
table.table-fiche-title {
5850table.table-fiche-title .col-title div.titre span {
5851 line-height: normal;
5854div.backgreypublicpayment {
5855 background-color: #f0f0f0;
5857 border-bottom: 1px solid #ddd;
5863.backgreypublicpayment a { color: #222 !important; }
5864.poweredbypublicpayment {
5873span.buttonpaymentsmall {
5884 min-width: 320px; font-size: 16px;
5887#tablepublicpayment {
5888 border: 1px solid #CCCCCC !important;
5891 margin-bottom: 20px;
5894#tablepublicpayment .CTableRow1 { background-color: #F0F0F0 !important; }
5895#tablepublicpayment tr.liste_total { border-bottom: 1px solid #CCCCCC !important; }
5896#tablepublicpayment tr.liste_total td { border-top: none; }
5898.divmainbodylarge { margin-left: 40px; margin-right: 40px; }
5899.publicnewmemberform div.titre { font-size: 2em; }
5900#divsubscribe { max-width: 900px; }
5901#divsubscribe .eventlabel { font-size: 1.5em; }
5902#tablesubscribe { width: 100%; }
5903#tablesubscribe tr td { font-size: 1.15em; }
5904#tablesubscribe .price-registration { font-size: 1.5em; }
5908 border: 1px solid #ccc;
5926.effectpostit:before, .effectpostit:after
5937 box-shadow: 0 15px 10px #777;
5938 -webkit-transform: rotate(-3deg);
5939 -moz-transform: rotate(-3deg);
5940 -o-transform: rotate(-3deg);
5941 -ms-transform: rotate(-3deg);
5942 transform: rotate(-3deg);
5946 -webkit-transform: rotate(3deg);
5947 -moz-transform: rotate(3deg);
5948 -o-transform: rotate(3deg);
5949 -ms-transform: rotate(3deg);
5950 transform: rotate(3deg);
5967 maring-bottom: 10px;
5968 font-size: <?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize; ?> !important;
5970.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable {
5971 z-index: 1005 !important;
5973.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
5974 z-index:1006 !important;
5977.ui-dialog.ui-widget.ui-widget-content {
5978 border: 1px solid #e0e0e0;
5983 background-color: #f8f8f8 !important;
5986.ui-dialog .ui-dialog-buttonpane {
5987 padding: .5em 1em .3em .4em;
5989.ui-dialog .ui-dialog-content, .ui-dialog .ui-dialog-titlebar.ui-widget-header {
5990 padding-left: 1em !important;
6017 border-<?php print $left; ?>: solid 5px #f2cf87;
6023 padding-bottom: 4px;
6025 background: #fcf8e3;
6038.ui-dialog.highlight.ui-widget.ui-widget-content.ui-front {
6043 max-width: <?php print
dol_size(700,
'width'); ?>px !important;
6046div.ui-tooltip.mytooltip {
6049 box-shadow: 0 0 4px #888;
6051 font-stretch: condensed;
6052 background: var(--colorbacklineimpair2) !important;
6057@media only screen and (max-width: 768px)
6059 div.ui-tooltip.mytooltip {
6063@media only screen and (max-width: 480px)
6065 div.ui-tooltip.mytooltip {
6069@media only screen and (max-width: 320px)
6071 div.ui-tooltip.mytooltip {
6081.ui-datepicker-calendar .ui-state-
default, .ui-datepicker-calendar .ui-widget-content .ui-state-
default,
6082.ui-datepicker-calendar .ui-widget-header .ui-state-
default, .ui-datepicker-calendar .ui-
button,
6088div#ui-datepicker-div {
6090 box-shadow: 2px 5px 15px #aaa;
6095 z-index: 1010 !important;
6097.ui-datepicker .ui-datepicker
table {
6100.ui-datepicker .ui-widget-header {
6106.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
6111img.datecallink { padding-left: 2px !important; padding-right: 2px !important; }
6113select.ui-datepicker-year {
6114 margin-left: 2px !important;
6116.ui-datepicker-trigger, .ui-datepicker-notrigger {
6117 vertical-align: middle;
6121.ui-datepicker-notrigger {
6124.ui-datepicker-trigger {
6138 background-color: #FFFFFF;
6144 border-spacing: 0px;
6145 border-collapse: collapse;
6147.dp td, .tpHour td, .tpMinute td{padding:2px; font-size:10px;}
6149.dpHead,.tpHead,.tpHour td:Hover .tpHead{
6151 background-color: #888;
6157.dpButtons,.tpButtons {
6159 background-color: #888;
6164.dpButtons:Active,.tpButtons:Active{border: 1px outset black;}
6165.dpDayNames td,.dpExplanation {background-color:#D9DBE1; font-weight:bold; text-align:center; font-size:11px;}
6166.dpExplanation{ font-weight:normal; font-size:11px;}
6167.dpWeek td{text-align:center}
6169.dpToday,.dpReg,.dpSelected{
6172.dpToday{font-weight:bold; color:black; background-color:#f4f4f4;}
6173.dpReg:Hover,.dpToday:Hover{background-color:black;color:white}
6176.dpSelected{background-color:#0B63A2;color:white;font-weight:bold; }
6178.tpHour{border-top:1px solid #f4f4f4; border-right:1px solid #f4f4f4;}
6179.tpHour td {border-left:1px solid #f4f4f4; border-bottom:1px solid #f4f4f4; cursor:pointer;}
6180.tpHour td:Hover {background-color:black;color:white;}
6182.tpMinute {margin-top:5px;}
6183.tpMinute td:Hover {background-color:black; color:white; }
6184.tpMinute td {background-color:#D9DBE1; text-align:center; cursor:pointer;}
6190 background-color:transparent;
6195 vertical-align:middle;
6199 color: rgb(<?php print $colortextlink; ?>);
6204.categtextwhite, .treeview .categtextwhite.hover {
6205 color: #fff !important;
6208 color: #000 !important;
6220div.hidden, div.hiddenforpopup, header.hidden, tr.hidden, td.hidden,
6221img.hidden, span.hidden, br.hidden, div.showifmore, input.hidden {
6239.previewnotyetavailable {
6243.websiteformtoolbar {
6245 top: <?php echo empty($dol_hide_topmenu) ? ($disableimages ?
'36px' :
'50px') :
'0'; ?>;
6249.exampleapachesetup {
6253 border: 1px solid #aaa;
6257 background: #ddd; border: 1px solid #ccc; border-radius: 4px;
6262 background-color: transparent;
6263 background-image: none;
6264 color: #000 !important;
6267.bordertransp:not(.nobordertransp) {
6268 background-color: transparent;
6269 background-image: none;
6270 border: 1px solid #aaa;
6271 font-weight: normal;
6272 color: #444 !important;
6274.websitebar .button.bordertransp {
6276 text-decoration: unset !important;
6277 border: unset !important;
6281.websitebar .fa-plus-circle.btnTitle-icon {
6282 margin: 0px 4px 0px 4px !important;
6286 border-bottom: 1px solid #ccc;
6288 display:
inline-block;
6290.centpercent.websitebar {
6291 width: calc(100% - 10px);
6292 padding: 5px 5px 5px 5px;
6295.websitebar .buttonDelete, .websitebar .button {
6298.websitebar .button, .websitebar .buttonDelete
6300 padding: 2px 4px 2px 4px !important;
6301 margin: 2px 4px 2px 4px !important;
6302 line-height: normal;
6304.websitebar input.button.bordertransp, .websitebar input.buttonDelete.bordertransp {
6305 color: #444 !important;
6310 padding-<?php echo $right; ?>: 10px;
6311 vertical-align: middle;
6316.websiteselection, .websitetools {
6322 display:
inline-block;
6323 vertical-align: top;
6326.websiteiframenoborder {
6329span.websitebuttonsitepreview, a.websitebuttonsitepreview {
6330 vertical-align: middle;
6332span.websitebuttonsitepreview img, a.websitebuttonsitepreview img {
6334 display:
inline-block;
6336span.websitebuttonsitepreviewdisabled img, a.websitebuttonsitepreviewdisabled img {
6339.websiteiframenoborder {
6343 vertical-align: middle;
6347.websiteselectionsection {
6348 border-left: 1px solid #bbb;
6349 border-right: 1px solid #bbb;
6354.websitebar input#previewpageurl {
6358#divbodywebsite section p {
6362#divbodywebsite #websitetemplateconfigpage{
6364 margin: 50px
auto 0;
6372.dayevent .tagtr:first-of-
type {
6375.agendacell { height: 60px; }
6376table.cal_month { border-spacing: 0px; }
6377table.cal_month td:first-child { border-left: 0px; }
6378table.cal_month td:last-child { border-right: 0px; }
6379table.cal_month td { padding-left: 1px !important; padding-right: 1px !important; }
6380table.cal_month.cal_peruser td { padding-left: 0 !important; padding-right: 0 !important; }
6381.cal_current_month { border-top: 0; border-left: solid 1px #E0E0E0; border-right: 0; border-bottom: solid 1px #E0E0E0; }
6382.cal_current_month_peruserleft { border-top: 0; border-left: solid 2px #6C7C7B; border-right: 0; border-bottom: solid 1px #E0E0E0; }
6383.cal_current_month_oneday { border-right: solid 1px #E0E0E0; }
6384.cal_other_month { border-top: 0; border-left: solid 1px #C0C0C0; border-right: 0; border-bottom: solid 1px #C0C0C0; }
6385.cal_other_month_peruserleft { border-top: 0; border-left: solid 2px #6C7C7B !important; border-right: 0; }
6386.cal_current_month_right { border-right: solid 1px #E0E0E0; }
6387.cal_other_month_right { border-right: solid 1px #C0C0C0; }
6388.cal_other_month { background: #FAFAFA; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 1px; padding-top: 0px; padding-bottom: 0px; }
6389.cal_past_month { background: #EEEEEE; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 1px; padding-top: 0px; padding-bottom: 0px; }
6390.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; }
6391.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; }
6392.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; }
6393.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; }
6394.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; }
6396.cal_peruser { padding: 0px; height: 22px !important; }
6397.cal_peruserviewname { max-width: 140px; height: 22px !important; }
6398.cal_impair { background: #F8F8F8; }
6399.cal_today_peruser_impair { background: #F8F8F0; }
6400.peruser_busy { background: #CC8888; }
6401.peruser_notbusy { background: #EEDDDD; opacity: 0.5; }
6402div.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); }
6403table.cal_event { border: none; border-collapse: collapse; margin-bottom: 1px; border-radius: 3px; min-height: 20px; }
6404table.cal_event td { border: none; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 2px; padding-top: 0px; padding-bottom: 0px; }
6405table.cal_event td.cal_event { padding: 4px 4px !important; padding-bottom: 2px !important; padding-top: 2px !important; }
6406table.cal_event td.cal_event_right { padding: 4px 4px !important; }
6407.cal_event { font-size: 1em; }
6408.cal_event a:link { color: #111111; font-weight: normal !important; }
6409.cal_event a:visited { color: #111111; font-weight: normal !important; }
6410.cal_event a:
active { color: #111111; font-weight: normal !important; }
6411.cal_event_busy a:hover { color: #111111; font-weight: normal !important; color:rgba(255,255,255,.75); }
6420.calendarviewcontainertr { height: 100px; }
6423 background-size: 24px
auto;
6432td.peruser_holiday_imp {
6433 background-color: #aaa !important;
6436.cal_available { background: #0060d450; }
6437.cal_chosen { background: #0060d4; }
6446 border: solid 1px rgba(0,0,0,.3);
6447 background: var(--colorbackbody) !important;
6448 color: var(--colortext) !important;
6452.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
6454 background: rgb(<?php echo $colorbacktitle1; ?>);
6459 background: #007fff !important;
6460 color: #ffffff !important;
6463.ui-menu .ui-menu-item a {
6464 text-decoration:none;
6468 font-weight: normal;
6475.ui-
button { margin-left: -2px; <?php print(preg_match(
'/chrome/', $conf->browser->name) ?
'padding-top: 1px;' :
''); ?> }
6480 line-height: 1em !important;
6488.ui-autocomplete-loading { background: white url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/working.gif', 1) ?>) right center no-repeat; }
6493 background-color:white;
6494 border:1px solid #888;
6498.ui-autocomplete ul {
6499 list-style-
type:none;
6503.ui-autocomplete ul li.selected { background-color: #D3E5EC;}
6504.ui-autocomplete ul li {
6505 list-style-
type:none;
6512.ui-autocomplete-input { margin: 0; padding: 4px; }
6521 text-overflow: ellipsis;
6529.editkey_textarea, .editkey_ckeditor, .editkey_string, .editkey_email, .editkey_numeric, .editkey_select, .editkey_autocomplete {
6530 background: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/edit.png', 1) ?>) right top no-repeat;
6536.editkey_datepicker {
6537 background: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/calendar.png', 1) ?>) right center no-repeat;
6543.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 {
6548.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 {
6563.treeview ul { background-color: transparent !important; margin-top: 0 !important; }
6564.treeview li { background-color: transparent !important; padding: 0 0 0 20px !important; min-height: 30px; }
6565.treeview .hitarea { width: 20px !important; margin-left: -20px !important; margin-top: 3px; }
6566.treeview li
table { min-height: 30px; }
6567.treeview .hover { color: var(--colortextlink) !important; text-decoration: underline !important; }
6599 font-family:sans-serif;
6602 border-spacing: 0px;
6603 border-collapse: collapse;
6610 border-style:groove;
6620div.jPicker
table.jPicker {
6621 padding-bottom: 20px;
6622 padding-right: 20px;
6626 height: 2px !important;
6633 background: unset !important;
6634 border: unset !important;
6636.jPicker .Preview div span {
6637 border: unset !important;
6638 width: unset !important;
6639 height: 50% !important;
6641.jPicker div[
class=
"Map"] {
6646 border: 1px solid #bbb !important;
6647 background-color: var(--colorbackbody) !important;
6648 box-shadow: 0px 0px 10px #ccc;
6649 width: 300px !important;
6652 vertical-align: middle;
6655 background-image: unset !important;
6657.jPicker .Grid span.QuickColor {
6658 border: unset !important;
6664 white-space: nowrap;
6666.jPicker .Preview div {
6667 height: 36px !important;
6669.jPicker input[
type=
"button"] {
6670 background: var(--butactionbg);
6671 color: var(--textbutaction);
6673 border-collapse: collapse;
6676.jPicker tr.Hex td.Text input {
6677 width: 60px !important;
6679.jPicker td.Text input {
6682 border: 1px solid #bbb !important;
6686A.color, A.color:
active, A.color:visited {
6689 text-decoration : none;
6695 border : 1px inset white;
6698 border : 1px outset white;
6700A.none, A.none:
active, A.none:visited, A.none:hover {
6703 text-decoration : none;
6710 border : 1px solid #b3c5cc;
6719 background-color : #b3c5cc;
6726 background-color : #b3c5cc;
6727 border : 2px outset;
6736 border : 1px outset white;
6745 text-align : center;
6762 border: solid 1px #ddd !important;
6765 color: unset !important;
6766 background-color: unset !important;
6774body.cke_show_borders {
6775 margin: 5px !important;
6777table.cke_dialog.cke_browser_webkit {
6778 border-collapse: separate;
6779 border-radius: 10px;
6782 border: 1px #bbb solid ! important;
6789.cke_wrapper { padding: 4px !important; }
6790a.cke_dialog_ui_button
6792 font-family: <?php print
$fontlist ?> !important;
6793 background-image: url(<?php echo $img_button ?>) !important;
6794 background-
position: bottom !important;
6795 border: 1px solid #C0C0C0 !important;
6796 border-radius:0px 2px 0px 2px !important;
6797 box-shadow: 3px 3px 4px #f4f4f4 !important;
6800 width: 40px !important;
6809a.cke_dialog_ui_button_ok span {
6810 text-shadow: none !important;
6811 color: #333 !important;
6813a.cke_button, a.cke_combo_button {
6814 height: 18px !important;
6816div.cke_notifications_area .cke_notification_warning {
6826.cke.cke_reset, .cke_inner.cke_reset, .cke_top.cke_reset_all {
6827 border-top-left-radius: <?php echo $borderradius; ?>px;
6828 border-top-right-radius: <?php echo $borderradius; ?>px;
6830.cke.cke_reset, .cke_inner.cke_reset, .cke_contents.cke_reset {
6831 border-bottom-left-radius: <?php echo $borderradius; ?>px;
6832 border-bottom-right-radius: <?php echo $borderradius; ?>px;
6836@media only screen and (max-width: 768px)
6838 .cke_inner:not(.cke_maximized) .cke_toolbar_separator,
6839 .cke_inner:not(.cke_maximized) .cke_combo,
6840 .cke_inner:not(.cke_maximized) .cke_button:not(.cke_button__maximize) {
6850 border: 1px solid #ddd;
6853.aceeditorstatusbar {
6856 padding-<?php echo $left; ?>: 10px;
6864.ace_status-indicator {
6868 border-left: 1px solid;
6870pre#editfilecontentaceeditorid {
6880 height: 72px !important;
6888.customreportsoutput, .customreportsoutputnotdata {
6891.customreportsoutputnotdata {
6904#types .btn-primary {
6913 display:
inline-block;
6918 vertical-align: top;
6921#types input.text, #types textarea {
6935 box-sizing:border-box;
6942#comment .comment-table {
6946#comment .comment-cell {
6949#comment .comment-info {
6951 border-right:1px solid #dedede;
6955 background:rgba(255,255,255,0.5);
6956 vertical-align:middle;
6959#comment .comment-info a {
6962#comment .comment-right {
6965#comment .comment-description {
6969#comment .comment-delete {
6972 vertical-align:middle;
6974#comment .comment-delete:hover {
6975 background:rgba(250,20,20,0.8);
6977#comment .comment-edit {
6980 vertical-align:middle;
6982#comment .comment-edit:hover {
6983 background:rgba(0,184,148,0.8);
6995 width: <?php print isset($_SESSION[
'dol_screenwidth']) ? max((
int) $_SESSION[
'dol_screenwidth'] - 830, 450) :
'450'; ?>px !important;
6998div#GanttChartDIVglisthead, div#GanttChartDIVgcharthead {
7002.gtaskname div, .gtaskname, .gstartdate div, .gstartdate, .genddate div, .genddate {
7003 font-size: unset !important;
7006div.gantt, .gtaskheading, .gmajorheading, .gminorheading, .gminorheadingwkend {
7007 font-size: unset !important;
7008 font-weight: normal !important;
7009 color: #000 !important;
7012 background: #f0f0f0 !important;
7015 background: rgb(108,152,185) !important;
7018 background: rgb(160,173,58) !important;
7022 text-overflow: ellipsis;
7024td.gminorheadingwkend {
7025 color: #888 !important;
7028 color: #666 !important;
7030.glistlbl, .glistgrid {
7031 width: 582px !important;
7033.gtaskname div, .gtaskname {
7034 min-width: 250px !important;
7035 max-width: 250px !important;
7036 width: 250px !important;
7038.gpccomplete div, .gpccomplete {
7039 min-width: 40px !important;
7040 max-width: 40px !important;
7041 width: 40px !important;
7043td.gtaskheading.gstartdate, td.gtaskheading.genddate {
7044 white-space:
break-spaces;
7046.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) {
7047 color: transparent !important;
7062 font-weight: normal;
7071 font-weight: normal;
7077 text-decoration: none;
7082 margin: 0 5px 5px 5px;
7087 margin: 0 10px 20px 10px;
7092 float: <?php print $left; ?>;
7093 border: solid 1px #f4f4f4;
7100 font-weight: normal;
7113 vertical-align: middle;
7117 display:
inline-block !important;
7120 width: calc(100% - 100px);
7122 white-space:
break-spaces;
7123 word-
break:
break-all;
7126 font-weight: bold !important;
7129 text-decoration: underline;
7133 vertical-align: middle;
7134 display:
inline-block !important;
7135 text-align: <?php echo $right; ?>;
7136 float: <?php echo $right; ?>;
7140div#ecm-layout-west {
7142 vertical-align: top;
7144div#ecm-layout-center {
7145 width: calc(100% - 405px);
7146 vertical-align: top;
7147 float: <?php echo $right; ?>;
7150.ecmjqft LI.directory { font-weight:normal; background: url(<?php echo
dol_buildpath($path.
'/theme/common/treemenu/folder2.png', 1); ?>) left top no-repeat; }
7151.ecmjqft LI.expanded { font-weight:normal; background: url(<?php echo
dol_buildpath($path.
'/theme/common/treemenu/folder2-expanded.png', 1); ?>) left top no-repeat; }
7152.ecmjqft LI.wait { font-weight:normal; background: url(<?php echo
dol_buildpath(
'/theme/'.$theme.
'/img/working.gif', 1); ?>) left top no-repeat; }
7162 top:
auto !important;
7163 bottom: 4px !important;
7166 min-width: <?php echo $dol_optimize_smallscreen ?
'200' :
'480'; ?>px;
7169 padding-left: 10px !important;
7170 padding-right: 10px !important;
7171 padding-top: 10px !important;
7172 word-wrap:
break-word;
7175.jnotify-container .jnotify-notification .jnotify-message {
7176 font-weight: normal;
7178 word-
break:
break-word;
7180.jnotify-container .jnotify-notification-warning .jnotify-close, .jnotify-container .jnotify-notification-warning .jnotify-message {
7181 color: #a28918 !important;
7183.jnotify-container .jnotify-close {
7184 top: 4px !important;
7185 font-size: 1.6em !important;
7189div.jnotify-background {
7190 opacity : 0.95 !important;
7191 box-shadow: 2px 2px 4px #8888 !important;
7195.bodylogin .jnotify-container {
7202 padding-left: unset !important;
7203 padding-right: unset !important;
7204 padding-top: unset !important;
7206.bodylogin .jnotify-container .jnotify-notification {
7207 margin: unset !important;
7209.bodylogin .jnotify-container .jnotify-notification .jnotify-background {
7210 border-radius: unset !important;
7212.bodylogin .jnotify-container .jnotify-notification .jnotify-message {
7224div.dolEventValid h1, div.dolEventValid h2 {
7226 background-color: #e3f0db;
7227 padding: 5px 5px 5px 5px;
7230div.dolEventError h1, div.dolEventError h2 {
7232 background-color: #d79eac;
7233 padding: 5px 5px 5px 5px;
7241.divmap, #google-visualization-geomap-embed-0, #google-visualization-geomap-embed-1, #google-visualization-geomap-embed-2 {
7249table.dataTable tr.odd td.sorting_1,
table.dataTable tr.even td.sorting_1 {
7250 background: none !important;
7252.sorting_asc { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_asc.png
', 1); ?>') no-repeat center right !important; }
7253.sorting_desc { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_desc.png
', 1); ?>') no-repeat center right !important; }
7254.sorting_asc_disabled { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_asc_disabled.png
', 1); ?>') no-repeat center right !important; }
7255.sorting_desc_disabled { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_desc_disabled.png
', 1); ?>') no-repeat center right !important; }
7256.dataTables_paginate {
7259.paginate_button_disabled {
7260 opacity: 1 !important;
7261 color: #888 !important;
7262 cursor:
default !important;
7264.paginate_disabled_previous:hover, .paginate_enabled_previous:hover, .paginate_disabled_next:hover, .paginate_enabled_next:hover
7266 font-weight: normal;
7268.paginate_enabled_previous:hover, .paginate_enabled_next:hover
7270 text-decoration: underline !important;
7274 text-decoration: underline !important;
7278 font-weight: normal !important;
7279 text-decoration: none !important;
7281.paging_full_numbers {
7282 height: inherit !important;
7284.paging_full_numbers a.paginate_active:hover, .paging_full_numbers a.paginate_button:hover {
7285 background-color: #DDD !important;
7287.paging_full_numbers, .paging_full_numbers a.paginate_active, .paging_full_numbers a.paginate_button {
7288 background-color: #FFF !important;
7289 border-radius: inherit !important;
7291.paging_full_numbers a.paginate_button_disabled:hover, .paging_full_numbers a.disabled:hover {
7292 background-color: #FFF !important;
7294.paginate_button, .paginate_active {
7295 border: 1px solid #ddd !important;
7296 padding: 6px 12px !important;
7297 margin-left: -1px !important;
7298 line-height: 1.42857143 !important;
7299 margin: 0 0 !important;
7306.ui-state-
disabled, .ui-widget-content .ui-state-
disabled, .ui-widget-header .ui-state-
disabled, .paginate_button_disabled {
7308 background-image: none;
7311div.dataTables_length {
7312 float: right !important;
7315div.dataTables_length select {
7318.dataTables_wrapper .dataTables_paginate {
7319 padding-top: 0px !important;
7327.heightofcombo:not(.pageplusone) {
7330.select2-container .select2-selection--single {
7334span.select2-selection--single.flat[aria-
disabled=
"true"] span.select2-selection__rendered {
7338span.select2.select2-container.select2-container--
default {
7339 text-align: initial;
7348input.select2-input {
7349 border-bottom: none ! important;
7352.select2-container--
default .select2-results__option--highlighted[aria-selected] {
7353 background-color: var(--colorbackhmenu1);
7354 color: var(--colortextbackhmenu);
7356.select2-container--
default .select2-results__option--highlighted[aria-selected] span {
7357 color: #fff !important;
7362 border-bottom: 1px solid #ccc !important;
7364li.select2-selection__choice {
7365 white-space:
break-spaces;
7368.select2-results .select2-highlighted.optionblue {
7369 color: #FFF !important;
7372.select2-container .select2-selection--multiple {
7373 min-height: 28px !important;
7376.select2-container--
default .select2-selection--multiple .select2-selection__choice {
7381.blockvmenusearch .select2-container--
default .select2-selection--single
7385.blockvmenubookmarks .select2-container--
default .select2-selection--single
7387 background-color: var(--colorbackvmenu1);
7389.select2-container--
default .select2-selection--single {
7390 background-color: var(--inputbackgroundcolor);
7392#blockvmenusearch .select2-container--default .select2-selection--single .select2-selection__placeholder {
7393 color: var(--colortextbackvmenu);
7395.select2-container--
default .select2-selection--single .select2-selection__rendered {
7398.select2-container .select2-choice {
7399 border-bottom: 1px solid #ccc;
7401.select2-container .select2-choice > .select2-chosen {
7404.select2-container .select2-choice .select2-arrow {
7407.select2-container-multi .select2-choices {
7408 background-image: none;
7410.select2-container .select2-choice {
7414.selectoptiondisabledwhite {
7415 background: #FFFFFF !important;
7420 border-left: none !important;
7421 background: none !important;
7425 border-top: none !important;
7426 border-left: none !important;
7427 border-right: none !important;
7428 border-bottom: 1px solid #ccc;
7430.select2-drop.select2-drop-above {
7431 box-shadow: none !important;
7433.select2-container--open .select2-dropdown--above {
7434 border-bottom: solid 1px rgba(0,0,0,.2);
7436.select2-drop.select2-drop-above.select2-drop-
active {
7437 border-top: 1px solid #ccc;
7438 border-bottom: 1px solid #ccc;
7440.select2-container--
default .select2-selection--single:not(.selectwidget) {
7451 border<?php echo
getDolGlobalString(
'THEME_SHOW_BORDER_ON_INPUT') ?
'' :
'-bottom'; ?>: solid 1px var(--inputbordercolor);
7453 box-shadow: none !important;
7455.select2-container--
default .select2-selection--single.selectwidget,
7456.select2-container--
default .select2-selection--single.selectwidget:hover,
7457.select2-container--
default .select2-selection--single.selectwidget:focus {
7462 border-bottom: solid 1px var(--inputbordercolor);
7464 box-shadow: none !important;
7466.select2-container--
default.select2-container--focus .select2-selection--multiple {
7471.select2-container--
default .select2-selection--multiple {
7472 border-bottom: solid 1px rgba(0,0,0,.2);
7476 border-radius: 0 !important;
7477 line-height: normal;
7479.select2-container--
default .select2-selection--multiple .select2-selection__rendered {
7482.select2-container--
default .select2-selection--multiple .select2-selection__choice {
7483 margin-top: 4px !important;
7485.select2-selection--multiple input.select2-search__field {
7486 border: none !important;
7488.select2-search__field
7491 border-top: none !important;
7492 border-left: none !important;
7493 border-right: none !important;
7494 border-bottom: solid 1px rgba(0,0,0,.2) !important;
7495 box-shadow: none !important;
7496 border-radius: 0 !important;
7498.select2-container-
active .select2-choice, .select2-container-
active .select2-choices
7503 border-bottom: none;
7504 box-shadow: none !important;
7509 box-shadow: 1px 2px 10px #8884;
7510 background-color: var(--colorbackbody);
7511 color: var(--colortext);
7513.select2-dropdown-open {
7514 background-color: var(--colorbackvmenu1);
7516.select2-dropdown-open .select2-choice, .select2-dropdown-open .select2-choices
7521 border-bottom: none;
7522 box-shadow: none !important;
7523 background-color: var(--colorbackvmenu1);
7529.select2-drop.select2-drop-above.select2-drop-
active, .select2-drop {
7532.select2-drop.select2-drop-above {
7535.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
7536 background-image: none;
7537 border-radius: 0 !important;
7539div.select2-drop-above
7541 background: var(--colorbackvmenu1);
7542 box-shadow: none !important;
7546 border: 1px solid #ccc;
7549.select2-search input {
7552a span.select2-chosen
7554 font-weight: normal !important;
7556.select2-container .select2-choice {
7557 background-image: none;
7560.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit
7562 background: var(--colorbackvmenu1);
7567.select2-results__option {
7568 word-
break:
break-word;
7569 text-align: <?php echo $left; ?>;
7571.select2-container.select2-container-
disabled .select2-choice, .select2-container-multi.select2-container-
disabled .select2-choices {
7572 background-color: var(--colorbackvmenu1);
7573 background-image: none;
7577.select2-container-
disabled .select2-choice .select2-arrow b {
7580.select2-container-multi .select2-choices .select2-search-choice {
7583.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices, .select2-container-multi .select2-choices,
7584.select2-container-multi.select2-container-
active .select2-choices
7586 border-bottom: 1px solid #ccc;
7589 border-left: 1px solid #ddd;
7591.select2-container--
default .select2-results>.select2-results__options{
7597.selecttype span.select2-dropdown.ui-dialog {
7600span#select2-taskid-container[title^=
'--'] {
7606#addbox .select2-container .select2-choice > .select2-chosen, #actionbookmark .select2-container .select2-choice > .select2-chosen {
7607 text-align: <?php echo $left; ?>;
7610.select2-container--
default .select2-selection--single .select2-selection__placeholder {
7614span#select2-boxbookmark-container, span#select2-boxcombo-container {
7615 text-align: <?php echo $left; ?>;
7617span#select2-boxcombo-container {
7620.select2-container .select2-selection--single .select2-selection__rendered {
7626#boxbookmark.boxcombo, #boxcombo.boxcombo {
7629 border-bottom: solid 1px rgba(0,0,0,.4) !important;
7632 padding: 0 0 5px 5px;
7633 vertical-align: top;
7637.select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr {
7638 padding: 3px 5px 3px 5px;
7639 margin: 0 0 2px 3px;
7644 border: 1px solid #ddd;
7646 box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
7647 background-clip: padding-box;
7648 -webkit-touch-callout: none;
7649 -webkit-
user-select: none;
7650 -moz-
user-select: none;
7651 -ms-
user-select: none;
7653 background-color: #e4e4e4;
7654 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));
7655 background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
7656 background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
7657 background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
7659.mytooltip .select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr {
7660 padding: 1px 3px 1px 3px;
7662.select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr a {
7663 font-weight: normal;
7665.select2-container-multi-dolibarr .select2-choices-dolibarr li {
7666 float: <?php echo $left; ?>;
7669.select2-container-multi-dolibarr .select2-choices-dolibarr {
7670 height:
auto !important;
7679span.select2.select2-container.select2-container--
default {
7680 text-align: initial;
7683ul.select2-results__options li {
7687select.multiselectononeline {
7689 vertical-align: middle;
7691 height: 28px !important;
7697@media only screen and (min-width: 767px)
7700 .select2-container.select2-container--open:not(.graphtype, .limit, .combolargeelem):not(.yesno) .select2-dropdown.ui-dialog {
7701 min-width: 260px !important;
7704 .select2-container.select2-container--open:not(.graphtype, .limit, .combolargeelem):not(.yesno) .select2-dropdown--below:not(.onrightofpage),
7705 .select2-container.select2-container--open:not(.graphtype, .limit, .combolargeelem):not(.yesno) .select2-dropdown--above:not(.onrightofpage) {
7706 min-width: 260px !important;
7709 .onrightofpage span.select2-dropdown.ui-dialog.select2-dropdown--below,
7710 .onrightofpage span.select2-dropdown.ui-dialog.select2-dropdown--above {
7711 min-width: 140px !important;
7713 .combolargeelem.select2-container.select2-container--open .select2-dropdown.ui-dialog {
7714 min-width: 320px !important;
7717 .select2-container--open .select2-dropdown--below {
7718 border-top: 1px solid var(--inputbordercolor);
7724.limit.select2-container.select2-container--open .select2-dropdown.ui-dialog {
7725 min-width: 100px !important;
7728.parentonrightofpage {
7737.noborderoncategories {
7738 border: none !important;
7739 border-radius: 5px !important;
7741 box-shadow: none !important;
7742 margin-top: 1px !important;
7743 margin-bottom: 0 !important;
7744 margin-<?php echo $left ?>: 0px !important;
7745 margin-<?php echo $right ?>: 3px !important;
7747span.noborderoncategories a, li.noborderoncategories a {
7748 line-height: normal;
7750span.noborderoncategories {
7751 padding: 3px 5px 3px 5px;
7753.categtextwhite, .treeview .categtextwhite.hover {
7754 color: #fff !important;
7757 color: #000 !important;
7769.multi-select-container {
7770 display:
inline-block;
7783 border: 1px solid #aaa;
7784 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
7788div.multi-select-menu[role=
"menu"] {
7789 min-width: 220px !important;
7792.multi-select-menu input {
7793 margin-right: 0.3em;
7798 display:
inline-block;
7800 white-space: nowrap;
7802 text-overflow: ellipsis;
7803 vertical-align: middle;
7804 background-color: #fff;
7808 border-bottom: solid 1px rgba(0,0,0,.2);
7812 <?php
if ($right ==
'left') { ?>
7813 padding-right: 22px;
7818.multi-select-
button:focus {
7820 border-bottom: 1px solid #666;
7823.multi-select-
button:after {
7825 display:
inline-block;
7828 border-style: solid;
7829 border-width: 0.4em 0.3em 0em 0.3em;
7830 border-color: #888 transparent transparent transparent;
7837.multi-select-container--open .multi-select-menu { display: block; }
7839.multi-select-container--open .multi-select-
button:after {
7840 border-width: 0 0.4em 0.4em 0.4em;
7841 border-color: transparent transparent #888 transparent;
7844.multi-select-menuitem {
7849label.multi-select-menuitem {
7859ul.ulselectedfields {
7867 vertical-align: middle;
7868 display:
inline-block;
7870.dropdown dd, .dropdown dt {
7876 text-align: <?php echo $left; ?>;
7886.dropdown dt a span, .multiSel span {
7888 display:
inline-block;
7889 padding: 0 3px 2px 0;
7891.maxwidthsearch .dropdown dt a span, .multiSel span {
7892 padding: 0 3px 2px 3px;
7894.dropdown span.value {
7898 background-color: #FFF;
7899 box-shadow: 1px 1px 10px #aaa;
7901 <?php echo $right; ?>:0px;
7910.dropdown dd ul.selectedfieldsleft {
7911 <?php echo $right; ?>:
auto;
7914 white-space: nowrap;
7915 font-weight: normal;
7916 padding: 7px 8px 7px 8px;
7918 color: var(--colortext);
7920.dropdown dd ul li:hover:not(.liinputsearch) {
7923.dropdown dd ul li input[
type=
"checkbox"] {
7924 margin-<?php echo $right; ?>: 3px;
7926.dropdown dd ul li a, .dropdown dd ul li span {
7929.dropdown dd ul li a {
7932.dropdown dd ul li span {
7935.dropdown dd ul li a:hover {
7936 background-color: #eee;
7939dd.dropdowndd ul li {
7940 text-overflow: ellipsis;
7942 white-space: nowrap;
7953 text-overflow: ellipsis;
7954 white-space: nowrap;
7957div.kanban.column div.ui-sortable-helper {
7958 transform: rotate(4deg);
7971 padding-bottom: 20px;
7979.searchpage .tagtr .tagtd {
7981 padding-bottom: 2px;
7983.searchpage .tagtr .tagtd .button {
7987.searchpage .searchform input {
7991.searchpage :focus-visible {
7995li.ui-li-divider .ui-link {
7996 color: #FFF !important;
8001a.ui-link, a.ui-link:hover, .ui-btn:hover, span.ui-btn-text:hover, span.ui-btn-inner:hover {
8002 text-decoration: none !important;
8012 font-size: <?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize; ?>;
8015.ui-btn-icon-right .ui-btn-inner {
8016 padding-right: 30px;
8018.ui-btn-icon-left .ui-btn-inner {
8021.ui-select .ui-btn-icon-right .ui-btn-inner {
8022 padding-right: 30px;
8024.ui-select .ui-btn-icon-left .ui-btn-inner {
8027.ui-select .ui-btn-icon-right .ui-icon {
8030.ui-btn-icon-left > .ui-btn-inner > .ui-icon, .ui-btn-icon-right > .ui-btn-inner > .ui-icon {
8036 white-space: nowrap;
8037 text-overflow: ellipsis;
8039.fiche .ui-controlgroup {
8041 padding-bottom: 0px;
8043div.ui-controlgroup-controls div.tabsElem
8047div.ui-controlgroup-controls div.tabsElem a
8049 box-shadow: 0 -3px 6px rgba(0,0,0,.2);
8051div.ui-controlgroup-controls div.tabsElem a#
active {
8052 box-shadow: 0 -3px 6px rgba(0,0,0,.3);
8055a.tab span.ui-btn-inner
8062 color: rgb(<?php print $colortext; ?>);
8064.liste_titre .ui-link {
8065 color: rgb(<?php print $colortexttitle; ?>) !important;
8069 word-wrap:
break-word;
8073.formdoc .ui-btn-inner
8075 white-space: normal;
8077 text-overflow: clip;
8085div.ui-radio, div.ui-checkbox
8087 display:
inline-block;
8088 border-bottom: 0px !important;
8090.ui-checkbox input, .ui-radio input {
8096div.ui-checkbox label+input, div.ui-radio label+input {
8101 padding-bottom: 10px; margin-bottom: 4px; border-bottom: 1px solid #AAAAAA !important;
8108.ui-field-contain label.ui-input-text {
8109 vertical-align: middle !important;
8111.ui-mobile fieldset {
8112 border-bottom: none !important;
8116.ui-li .ui-btn-inner a.ui-link-inherit, .ui-li-
static.ui-li {
8121 font-weight: normal;
8123.ui-focus, .ui-btn:focus {
8131 color: rgb(<?php print $colortexttitlenotab; ?>) !important;
8133.ui-bar-b, .lilevel0 {
8134 background-repeat: repeat-x;
8138 color: rgb(<?php print $colortexttitlenotab; ?>) !important;
8141 font-weight: normal !important;
8144.ui-li.ui-last-child, .ui-li.ui-field-contain.ui-last-child {
8145 border-bottom-width: 0px !important;
8148 color: rgb(<?php echo $colortexttitle; ?>) !important;
8151 box-shadow: none !important;
8152 border-bottom: 1px solid #ccc;
8155 border-right: 1px solid #ccc !important;
8158 border: 1px solid #ccc;
8161.ui-btn-up-c, .ui-btn-hover-c {
8165.ui-body-c .ui-link, .ui-body-c .ui-link:visited, .ui-body-c .ui-link:hover {
8166 color: rgb(<?php print $colortextlink; ?>);
8168.ui-btn-up-c .vsmenudisabled {
8169 color: #<?php echo $colorshadowtitle; ?> !important;
8170 text-shadow: none !important;
8178 background: transparent;
8191 color: rgb(<?php print $colortexttitlenotab; ?>) !important;
8194 border-top: 2px solid #444;
8195 background: #fff ! important;
8197.lilevel1 div div a {
8198 font-weight: bold !important;
8203 background: #fff ! important;
8208 background: #fff ! important;
8214 background: #fff ! important;
8220 background: #fff ! important;
8231 background: url(
'<?php echo dol_buildpath($path.'/theme/
'.$theme.'/img/menus/money.png
', 1) ?>') top left no-repeat;
8236 background: url(
'<?php echo dol_buildpath($path.'/theme/
'.$theme.'/img/menus/home.png
', 1) ?>') top left no-repeat;
8239.menu_choix1,.menu_choix2 {
8242 border: 1px solid #666;
8245.menu_choix1 a, .menu_choix2 a {
8248 text-decoration: none;
8254.menu_choix1 a:hover,.menu_choix2 a:hover {
8257.menu li.menu_choix1 {
8259 padding-right: 10px;
8260 padding-bottom: 2px;
8262.menu li.menu_choix2 {
8264 padding-right: 10px;
8265 padding-bottom: 2px;
8267@media only screen and (max-width: 767px)
8269 .menu_choix1 a, .menu_choix2 a {
8270 background-size: 36px 36px;
8274 .menu li.menu_choix1, .menu li.menu_choix2 {
8279 margin-right: 0 !important;
8293 border: 1px solid #888;
8295.publicnewmemberform div.tabBarWithBottom {
8296 border: 2px solid #e8e8e8;
8300 box-shadow: 2px 2px 10px #ddd;
8303.publicnewmemberform #tablesubscribe {
8320.publicnewticketform {
8325 padding-right: 50px;
8328@media only screen and (max-width: 767px)
8330 .ticketlargemargin {
8331 padding-left: 5px; padding-right: 5px;
8344#cd-timeline::before {
8352 background: #d7e4ed;
8354@media only screen and (min-width: 1170px) {
8358 #cd-timeline::before {
8368.cd-timeline-block:after {
8373.cd-timeline-block:first-child {
8376.cd-timeline-block:last-child {
8379@media only screen and (min-width: 1170px) {
8380 .cd-timeline-block {
8383 .cd-timeline-block:first-child {
8386 .cd-timeline-block:last-child {
8398 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);
8399 background: #d7e4ed;
8401.cd-timeline-img img {
8411.cd-timeline-img.cd-picture {
8412 background: #75ce66;
8414.cd-timeline-img.cd-movie {
8415 background: #c03b44;
8417.cd-timeline-img.cd-location {
8418 background: #f0ca45;
8420@media only screen and (min-width: 1170px) {
8427 -webkit-transform: translateZ(0);
8428 -webkit-backface-visibility: hidden;
8430 .cssanimations .cd-timeline-img.is-hidden {
8433 .cssanimations .cd-timeline-img.bounce-in {
8434 visibility: visible;
8435 -webkit-animation: cd-bounce-1 0.6s;
8436 -moz-animation: cd-bounce-1 0.6s;
8437 animation: cd-bounce-1 0.6s;
8441@-webkit-keyframes cd-bounce-1 {
8444 -webkit-transform: scale(0.5);
8449 -webkit-transform: scale(1.2);
8453 -webkit-transform: scale(1);
8456@-moz-keyframes cd-bounce-1 {
8459 -moz-transform: scale(0.5);
8464 -moz-transform: scale(1.2);
8468 -moz-transform: scale(1);
8471@keyframes cd-bounce-1 {
8474 -webkit-transform: scale(0.5);
8475 -moz-transform: scale(0.5);
8476 -ms-transform: scale(0.5);
8477 -o-transform: scale(0.5);
8478 transform: scale(0.5);
8483 -webkit-transform: scale(1.2);
8484 -moz-transform: scale(1.2);
8485 -ms-transform: scale(1.2);
8486 -o-transform: scale(1.2);
8487 transform: scale(1.2);
8491 -webkit-transform: scale(1);
8492 -moz-transform: scale(1);
8493 -ms-transform: scale(1);
8494 -o-transform: scale(1);
8495 transform: scale(1);
8498.cd-timeline-content {
8502 border-radius: 0.25em;
8504 background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
8505 background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
8506 background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
8507 background-image: linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
8509.cd-timeline-content:after {
8514.cd-timeline-content h2 {
8517.cd-timeline-content .cd-
date {
8519 font-size: 0.8125rem;
8521.cd-timeline-content .cd-
date {
8522 display:
inline-block;
8524.cd-timeline-content p {
8529.cd-timeline-content .cd-
date {
8534.cd-timeline-content::before {
8541 border: 7px solid transparent;
8542 border-right: 7px solid white;
8544@media only screen and (min-width: 768px) {
8545 .cd-timeline-content h2 {
8549 .cd-timeline-content {
8553 .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-
date {
8555 font-size: 0.875rem;
8558@media only screen and (min-width: 1170px) {
8559 .cd-timeline-content {
8564 .cd-timeline-content::before {
8567 border-color: transparent;
8568 border-left-color: white;
8570 .cd-timeline-content .cd-read-more {
8573 .cd-timeline-content .cd-
date {
8581 .cd-timeline-block:nth-child(even) .cd-timeline-content {
8584 .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
8588 border-color: transparent;
8589 border-right-color: white;
8591 .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
8594 .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-
date {
8607span.phpdebugbar-tooltip.phpdebugbar-tooltip-extra-wide, span.phpdebugbar-tooltip.phpdebugbar-tooltip-wide {
8608 width: 250px !important;
8610.phpdebugbar-indicator span.phpdebugbar-tooltip {
8611 opacity: .95 !important;
8613a.phpdebugbar-tab.phpdebugbar-
active {
8614 background-image: unset !important;
8616.phpdebugbar-indicator .fa {
8617 font-family:
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>";
8620div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-value.phpdebugbar-widgets-warning:before,
8621div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-value.phpdebugbar-widgets-error:before,
8622div.phpdebugbar-widgets-exceptions a.phpdebugbar-widgets-editor-link:before,
8623div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-database:before,
8624div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-duration:before,
8625div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-memory:before,
8626div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-row-count:before,
8627div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-copy-clipboard:before,
8628div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-stmt-id:before,
8629div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-render-time:before,
8630div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-memory:before,
8631div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-param-count:before,
8632div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-
type:before,
8633div.phpdebugbar-widgets-templates a.phpdebugbar-widgets-editor-link:before
8635 font-family:
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>" !important;
8643.jcrop-holder { background: unset !important; }
8650.dol-xaxis-vertical .flot-x-axis .flot-tick-label.tickLabel {
8651 text-orientation: sideways;
8653 writing-mode: vertical-rl;
8654 white-space: nowrap;
8668 background-color: rgba(0, 0, 0, 0.6);
8671 justify-content: center;
8672 align-items: center;
8675#dol-block-ui .message {
8676 padding: 15px 20px 15px 50px;
8678 background: #000 no-repeat 10px center;
8679 border-radius: 10px;
8680 font-family: sans-serif;
8688span.clipboardCPValueToPrint, div.clipboardCPValueToPrint {
8689 display:
inline-block;
8691span.clipboardCPValue.hidewithsize {
8692 width: 0 !important;
8693 display:
inline-block;
8695 white-space: nowrap;
8697 vertical-align: middle;
8699div.clipboardCPValue.hidewithsize {
8700 width: 0 !important;
8703 white-space: nowrap;
8706.clipboardCPShowOnHover .clipboardCPButton {
8715.clipboardCPTextDivInside {
8719 border: 1px solid #DDD;
8728 white-space: nowrap;
8730 box-shadow: 1px 1px 6px #ddd;
8738.radio_js_bloc_number {
8739 display:
inline-block;
8743 border:1px solid #ccc;
8750.radio_js_bloc_number.selected {
8751 transition:0.2s ease background;
8764 vertical-align: top;
8768#virtualcard-iframe {
8769 border: 1px solid #aaa;
8770 vertical-align: top;
8773 border-radius: 10px;
8775 box-shadow: 0 0 5px #bbb;
8778 pointer-events: none;
8792.highlightDragDropArea{
8793 border: 2px #000 dashed !important;
8794 background-color: #eee !important;
8796.highlightDragDropArea * :not(.dragDropAreaMessage *){
8798 filter: blur(1px) grayscale(90%);
8800.dragDropAreaMessage {
8804 transform: translate(-50%, -50%);
8814 border: 1px solid #bbb !important;
8821.opensurveydescription * {
8826 padding: 0 4px 0 4px;
8830 margin-right: 100px;
8834 background-color: #f0f0f0;
8838.survey_borders .resultats .nom {
8839 text-align: <?php echo $left; ?>
8841.survey_borders .resultats .sujet {
8853#bookinghoursection {
8861 border: 1px solid #000;
8864 margin-bottom: 15px;
8865 box-shadow: 10px 10px 10px #ddd;
8868 padding-bottom: 10px;
8877 min-width: 400px !important;
8879 left: inherit !important;
8880 top: inherit !important;
8881 border-radius: <?php echo $borderradius; ?>px !important;
8884 background-color: var(--colorbackgrey);
8886 padding-bottom: 6px;
8888 border-radius: <?php echo $borderradius; ?>px;
8898@media only screen and (max-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC1', round($nbtopmenuentries * 90, 0) + 340); ?>px)
8903 white-space: nowrap;
8905 text-overflow: ellipsis;
8906 color: #<?php echo $colortextbackhmenu; ?>;
8913 background-size: 24px
auto;
8916 li.tmenu, li.tmenusel {
8927@media only screen and (max-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC2', round($nbtopmenuentries * 66, 0) + 220); ?>px)
8929 li.tmenucompanylogo {
8934 max-width: <?php echo max(34, ceil(300 / ($nbtopmenuentriesreal + 2))); ?>px;
8935 text-overflow: clip;
8937 div.tmenucenter a.tmenulabel span.mainmenuaspan {
8938 display:
inline-block;
8942 a.tmenulabel:link, a.tmenulabel:visited, a.tmenulabel:hover, a.tmenulabel:
active {
8948 .menuhider div.tmenucenter {
8957 background-size: 20px
auto;
8960 div.login_block a .atoploginusername {
8963 div.login_block_tools > div {
8964 right: 53px !important;
8968@media only screen and (max-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC3', round($nbtopmenuentries * 44, 0) + 320); ?>px)
8970 div.login_block_tools > div {
8973 div#topmenu-global-search-dropdown,
8974 div#topmenu-quickadd-dropdown,
8975 div#topmenu-bookmark-dropdown,
8976 div#topmenu-uploadfile-dropdown,
8977 div#topmenu-login-dropdown {
8981 div#topmenu-global-search-dropdown,
8982 div#topmenu-quickadd-dropdown,
8983 div#topmenu-bookmark-dropdown,
8984 div#topmenu-uploadfile-dropdown {
8996 <?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
9002 li.tmenu, li.tmenusel {
9005 a.tmenu:link, a.tmenu:visited, a.tmenu:hover, a.tmenu:
active,
9006 a.tmenusel:link, a.tmenusel:visited, a.tmenusel:hover, a.tmenusel:
active {
9016 div.login_block_other, div.login_block_tools {
9017 display:
inline-block;
9020 .loginbuttonexternal {
9025 text-overflow: clip;
9028 background-size: 20px
auto;
9029 margin-top: 2px !important;
9037 width: <?php print
dol_size(300,
'width'); ?>px;
9044 padding-<?php echo $right; ?>: 5px;
9046 img.photoref, div.photoref {
9047 border: 1px solid rgba(0, 0, 0, 0.2);
9050 object-fit: contain;
9054 width:
auto !important;
9057 .tableforfield>tr>td:nth-child(2), .tableforfield>tbody>tr>td:nth-child(2), div.tableforfield div.tagtr>div.tagtd:nth-child(2) {
9058 word-
break:
break-word;
9061 table.table-fiche-title .col-title div.titre{
9070 word-
break:
break-word;
9073 .websiteselectionsection {
9075 border-right: unset;
9083 padding-right: 12px;
9091 .underbanner.underbanner-before-box {
9092 border-bottom: none;
9096 margin-bottom: 0.5em;
9107 .lilevel1 span.paddingright {
9111 img.userphotopublicvcard {
9118@media only screen and (max-width: 767px)
9124 td.widthpictotitle,
table.titlemodulehelp tr td img.widthpictotitle {
9129 min-width : 280px !important;
9132 .imgopensurveywizard, .imgautosize { width:95%; height:
auto; }
9136 width: <?php print
dol_size(350,
'width'); ?>px;
9151 .logopublicpayment #dolpaymentlogo {
9154 #tablepublicpayment {
9155 width:
auto !important;
9156 border: none !important;
9158 .poweredbypublicpayment {
9159 float: unset !important;
9160 top: unset !important;
9162 right: -10px !important;
9175 .bookcalform.boxtable .minwidth75 {
9178 .center.bookingtab {
9181 #bookinghoursection {
9186 a.tab:link, a.tab:visited, a.tab:hover, a.tab#
active {
9187 padding: 10px 3px 10px;
9191 white-space: normal;
9192 word-
break:
break-word;
9196@media only screen and (max-width: 1024px)
9198 div#ecm-layout-west {
9202 div#ecm-layout-center {
9206 input[
type=checkbox], input[
type=radio] {
9207 margin: 0 5px 0 1px;
9208 transform: scale(1.1);
9223include
dol_buildpath($path.
'/theme/'.$theme.
'/dropdown.inc.php', 0);
9224include
dol_buildpath($path.
'/theme/eldy/emaillayout.inc.php', 0);
9225include
dol_buildpath($path.
'/theme/'.$theme.
'/info-box.inc.php', 0);
9226include
dol_buildpath($path.
'/theme/'.$theme.
'/progress.inc.php', 0);
9227include
dol_buildpath($path.
'/theme/eldy/timeline.inc.php', 0);
9228include
dol_buildpath($path.
'/theme/'.$theme.
'/search-input.inc.css', 0);
9229include
dol_buildpath($path.
'/theme/'.$theme.
'/tooltips.inc.css', 0);
9235if (is_object($db)) {
9241::-webkit-scrollbar {
9247::-webkit-scrollbar-track-piece {
9248 background: #f4f4f4;
9250::-webkit-scrollbar-thumb {
9255.row-with-select[data-is-last-changed] * {
9256 -webkit-touch-callout: none;
9257 -webkit-
user-select: none;
9258 -khtml-
user-select: none;
9259 -moz-
user-select: none;
9260 -ms-
user-select: none;
9266div.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.
multi select button
0 = Do not include form tag and submit button -1 = Do not include form tag but include submit button
treeview li table
No Email.
if(!defined( 'NOREQUIREMENU')) if(!empty(GETPOST('seteventmessages', 'alpha'))) if(!function_exists("llxHeader")) top_httphead($contenttype='text/html', $forcenocache=0)
Show HTTP header.
if(getDolGlobalString( 'TAKEPOS_SHOW_CUSTOMER')) print $langs trans('Date')." left Label right Qty right Price right TotalHT right TotalTTC right right right right right right right right right centpercent right TotalHT right n right VAT right n right TotalVAT right n No sujeto a RE IRPF right TotalLT1 right n right TotalLT2 right n right TotalTTC right n takeposcustomercurrency takeposcustomercurrency takeposcustomercurrency takeposcustomercurrency right TotalTTC takeposcustomercurrency right takeposcustomercurrency n right PaymentTypeShortLIQ right SELECT p pos_change as p datep as p p num_paiement as f pf amount as amount
if(getDolGlobalString( 'TAKEPOS_SHOW_CUSTOMER')) print $langs trans('Date')." left Label right Qty right Price right TotalHT right TotalTTC right right right right right right right right right centpercent right TotalHT right n right VAT right n right TotalVAT right n No sujeto a RE IRPF right TotalLT1 right n right TotalLT2 right n right TotalTTC right n takeposcustomercurrency takeposcustomercurrency takeposcustomercurrency takeposcustomercurrency right TotalTTC takeposcustomercurrency right takeposcustomercurrency n right PaymentTypeShortLIQ right SELECT p pos_change as p datep as date
$conf db user
Active Directory does not allow anonymous connections.
if(preg_match('/(crypted|dolcrypt):/i', $dolibarr_main_db_pass)||!empty($dolibarr_main_db_encrypted_pass)) $conf db type
'integer', 'integer:ObjectClass:PathToClass[:AddCreateButtonOrNot[:Filter[:Sortfield]]]',...
$conf db name
Only used if Module[ID]Name translation string is not found.