34if (!defined(
'NOREQUIRESOC')) {
35 define(
'NOREQUIRESOC',
'1');
38if (!defined(
'NOCSRFCHECK')) {
39 define(
'NOCSRFCHECK', 1);
41if (!defined(
'NOTOKENRENEWAL')) {
42 define(
'NOTOKENRENEWAL', 1);
44if (!defined(
'NOLOGIN')) {
48if (!defined(
'NOREQUIREHTML')) {
49 define(
'NOREQUIREHTML', 1);
51if (!defined(
'NOREQUIREAJAX')) {
52 define(
'NOREQUIREAJAX',
'1');
56define(
'ISLOADEDBYSTEELSHEET',
'1');
59require __DIR__.
'/theme_vars.inc.php';
60if (defined(
'THEME_ONLY_CONSTANT')) {
65@phan-var-force string $badgeDanger
66@phan-var-force string $badgeWarning
67@phan-var-force string $butactionbg
68@phan-var-force string $colorbackbody
69@phan-var-force string $colorbackhmenu1
70@phan-var-force string $colorbacklinebreak
71@phan-var-force string $colorbacklineimpair1
72@phan-var-force string $colorbacklineimpair2
73@phan-var-force string $colorbacklinepair1
74@phan-var-force string $colorbacklinepair2
75@phan-var-force string $colorbacklinepairchecked
76@phan-var-force string $colorbacklinepairhover
77@phan-var-force string $colorbacktabactive
78@phan-var-force string $colorbacktabcard1
79@phan-var-force string $colorbacktitle1
80@phan-var-force string $colorbackvmenu1
81@phan-var-force string $colorblind_deuteranopes_textSuccess
82@phan-var-force string $colorblind_deuteranopes_textWarning
83@phan-var-force string $colortext
84@phan-var-force string $colortextlink
85@phan-var-force string $colortexttitle
86@phan-var-force string $colortexttitlelink
87@phan-var-force string $colortexttitlenotab
88@phan-var-force string $colortexttitlenotab2
89@phan-var-force string $colortopbordertitle1
90@phan-var-force string $fontsize
91@phan-var-force string $textDanger
92@phan-var-force string $textSuccess
93@phan-var-force string $textWarning
94@phan-var-force string $textbutaction
95@phan-var-force string $toolTipBgColor
96@phan-var-force string $toolTipFontColor
99session_cache_limiter(
'public');
102require_once __DIR__.
'/../../main.inc.php';
103require_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
146if (empty($user->id) && !empty($_SESSION[
'dol_login'])) {
147 $user->fetch(0, $_SESSION[
'dol_login'],
'', 1);
153 $menumanager =
new MenuManager($db, empty($user->socid) ? 0 : 1);
162if (empty($dolibarr_nocache)) {
163 header(
'Cache-Control: max-age=10800, public, must-revalidate');
165 header(
'Cache-Control: no-cache');
172 $langs->setDefaultLang(
GETPOST(
'lang',
'aZ09'));
175if (GETPOSTISSET(
'THEME_DARKMODEENABLED')) {
176 $conf->global->THEME_DARKMODEENABLED =
GETPOSTINT(
'THEME_DARKMODEENABLED');
179$langs->load(
"main", 0, 1);
180$right = ($langs->trans(
"DIRECTION") ==
'rtl' ?
'left' :
'right');
181$left = ($langs->trans(
"DIRECTION") ==
'rtl' ?
'right' :
'left');
191$fontlist =
'roboto,arial,tahoma,verdana,helvetica';
197$img_button =
dol_buildpath($path.
'/theme/'.$theme.
'/img/button_bg.png', 1);
198$dol_hide_topmenu =
$conf->dol_hide_topmenu;
199$dol_hide_leftmenu =
$conf->dol_hide_leftmenu;
200$dol_optimize_smallscreen =
$conf->dol_optimize_smallscreen;
201$dol_no_mouse_hover =
$conf->dol_no_mouse_hover;
213if (!isset(
$conf->global->THEME_ELDY_BACKBODY)) {
214 $conf->global->THEME_ELDY_BACKBODY = $colorbackbody;
216if (!isset(
$conf->global->THEME_ELDY_TOPMENU_BACK1)) {
217 $conf->global->THEME_ELDY_TOPMENU_BACK1 = $colorbackhmenu1;
219if (!isset(
$conf->global->THEME_ELDY_VERMENU_BACK1)) {
220 $conf->global->THEME_ELDY_VERMENU_BACK1 = $colorbackvmenu1;
222if (!isset(
$conf->global->THEME_ELDY_BACKTITLE1)) {
223 $conf->global->THEME_ELDY_BACKTITLE1 = $colorbacktitle1;
225if (!isset(
$conf->global->THEME_ELDY_USE_HOVER)) {
226 $conf->global->THEME_ELDY_USE_HOVER = $colorbacklinepairhover;
228if (!isset(
$conf->global->THEME_ELDY_USE_CHECKED)) {
229 $conf->global->THEME_ELDY_USE_CHECKED = $colorbacklinepairchecked;
231if (!isset(
$conf->global->THEME_ELDY_LINEBREAK)) {
232 $conf->global->THEME_ELDY_LINEBREAK = $colorbacklinebreak;
234if (!isset(
$conf->global->THEME_ELDY_TEXTTITLENOTAB)) {
235 $conf->global->THEME_ELDY_TEXTTITLENOTAB = $colortexttitlenotab;
237if (!isset(
$conf->global->THEME_ELDY_TEXTLINK)) {
238 $conf->global->THEME_ELDY_TEXTLINK = $colortextlink;
240if (!isset(
$conf->global->THEME_ELDY_BTNACTION)) {
241 $conf->global->THEME_ELDY_BTNACTION = $butactionbg;
243if (!isset(
$conf->global->THEME_ELDY_TEXTBTNACTION)) {
244 $conf->global->THEME_ELDY_TEXTBTNACTION = $textbutaction;
250 $conf->global->THEME_ELDY_BACKTABCARD1 =
'255,255,255';
251 $conf->global->THEME_ELDY_BACKTABACTIVE =
'234,234,234';
252 $conf->global->THEME_ELDY_TEXT =
'0,0,0';
253 $conf->global->THEME_ELDY_FONT_SIZE1 = $fontsize;
254 $conf->global->THEME_ELDY_FONT_SIZE2 =
'11';
258$colorbackhmenu1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_TOPMENU_BACK1', $colorbackhmenu1) : (empty($user->
conf->THEME_ELDY_TOPMENU_BACK1) ? $colorbackhmenu1 : $user->
conf->THEME_ELDY_TOPMENU_BACK1);
259$colorbackvmenu1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_VERMENU_BACK1', $colorbackvmenu1) : (empty($user->
conf->THEME_ELDY_VERMENU_BACK1) ? $colorbackvmenu1 : $user->
conf->THEME_ELDY_VERMENU_BACK1);
260$colortopbordertitle1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_TOPBORDER_TITLE1', $colortopbordertitle1) : (empty($user->
conf->THEME_ELDY_TOPBORDER_TITLE1) ? $colortopbordertitle1 : $user->
conf->THEME_ELDY_TOPBORDER_TITLE1);
261$colorbacktitle1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_BACKTITLE1', $colorbacktitle1) : (empty($user->
conf->THEME_ELDY_BACKTITLE1) ? $colorbacktitle1 : $user->
conf->THEME_ELDY_BACKTITLE1);
262$colorbacktabcard1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_BACKTABCARD1', $colorbacktabcard1) : (empty($user->
conf->THEME_ELDY_BACKTABCARD1) ? $colorbacktabcard1 : $user->
conf->THEME_ELDY_BACKTABCARD1);
263$colorbacktabactive = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_BACKTABACTIVE', $colorbacktabactive) : (empty($user->
conf->THEME_ELDY_BACKTABACTIVE) ? $colorbacktabactive : $user->
conf->THEME_ELDY_BACKTABACTIVE);
264$colorbacklineimpair1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_LINEIMPAIR1', $colorbacklineimpair1) : (empty($user->
conf->THEME_ELDY_LINEIMPAIR1) ? $colorbacklineimpair1 : $user->
conf->THEME_ELDY_LINEIMPAIR1);
265$colorbacklineimpair2 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_LINEIMPAIR2', $colorbacklineimpair2) : (empty($user->
conf->THEME_ELDY_LINEIMPAIR2) ? $colorbacklineimpair2 : $user->
conf->THEME_ELDY_LINEIMPAIR2);
266$colorbacklinepair1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_LINEPAIR1', $colorbacklinepair1) : (empty($user->
conf->THEME_ELDY_LINEPAIR1) ? $colorbacklinepair1 : $user->
conf->THEME_ELDY_LINEPAIR1);
267$colorbacklinepair2 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_LINEPAIR2', $colorbacklinepair2) : (empty($user->
conf->THEME_ELDY_LINEPAIR2) ? $colorbacklinepair2 : $user->
conf->THEME_ELDY_LINEPAIR2);
268$colorbacklinebreak = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_LINEBREAK', $colorbacklinebreak) : (empty($user->
conf->THEME_ELDY_LINEBREAK) ? $colorbacklinebreak : $user->
conf->THEME_ELDY_LINEBREAK);
269$colorbackbody = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_BACKBODY', $colorbackbody) : (empty($user->
conf->THEME_ELDY_BACKBODY) ? $colorbackbody : $user->
conf->THEME_ELDY_BACKBODY);
270$colortexttitlenotab = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_TEXTTITLENOTAB', $colortexttitlenotab) : (empty($user->
conf->THEME_ELDY_TEXTTITLENOTAB) ? $colortexttitlenotab : $user->
conf->THEME_ELDY_TEXTTITLENOTAB);
271$colortexttitle = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_TEXTTITLE', $colortext) : (empty($user->
conf->THEME_ELDY_TEXTTITLE) ? $colortexttitle : $user->
conf->THEME_ELDY_TEXTTITLE);
272$colortexttitlelink = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_TEXTTITLELINK', $colortexttitlelink) : (empty($user->
conf->THEME_ELDY_TEXTTITLELINK) ? $colortexttitlelink : $user->
conf->THEME_ELDY_TEXTTITLELINK);
273$colortext = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_TEXT', $colortext) : (empty($user->
conf->THEME_ELDY_TEXT) ? $colortext : $user->
conf->THEME_ELDY_TEXT);
274$colortextlink = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_TEXTLINK', $colortext) : (empty($user->
conf->THEME_ELDY_TEXTLINK) ? $colortextlink : $user->
conf->THEME_ELDY_TEXTLINK);
275$colortextlinkHsla =
colorHexToHsl($colortextlink,
false,
true);
276$butactionbg = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_BTNACTION', $butactionbg) : (empty($user->
conf->THEME_ELDY_BTNACTION) ? $butactionbg : $user->
conf->THEME_ELDY_BTNACTION);
277$textbutaction = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_TEXTBTNACTION', $textbutaction) : (empty($user->
conf->THEME_ELDY_TEXTBTNACTION) ? $textbutaction : $user->
conf->THEME_ELDY_TEXTBTNACTION);
278$fontsize = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_FONT_SIZE1', $fontsize) : (empty($user->
conf->THEME_ELDY_FONT_SIZE1) ? $fontsize : $user->
conf->THEME_ELDY_FONT_SIZE1);
279$fontsizesmaller = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_FONT_SIZE2', $fontsize) : (empty($user->
conf->THEME_ELDY_FONT_SIZE2) ? $fontsize : $user->
conf->THEME_ELDY_FONT_SIZE2);
280$heightrow = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (
getDolGlobalString(
'THEME_ELDY_USECOMOACTROW') ?
'300%' :
'155%') : (empty($user->
conf->THEME_ELDY_USECOMOACTROW) ?
'155%' :
'300%');
285if (!empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED)) {
286 $colorbacklinepairhover = ((!isset($user->conf->THEME_ELDY_USE_HOVER) || $user->conf->THEME_ELDY_USE_HOVER ===
'255,255,255') ?
'' : ($user->
conf->THEME_ELDY_USE_HOVER ===
'1' ?
'edf4fb' : $user->
conf->THEME_ELDY_USE_HOVER));
287 $colorbacklinepairchecked = ((!isset($user->conf->THEME_ELDY_USE_CHECKED) || $user->conf->THEME_ELDY_USE_CHECKED ===
'255,255,255') ?
'' : ($user->
conf->THEME_ELDY_USE_CHECKED ===
'1' ?
'edf4fb' : $user->
conf->THEME_ELDY_USE_CHECKED));
290if (empty($colortopbordertitle1)) {
291 $colortopbordertitle1 = $colorbackhmenu1;
296$tmppart = explode(
',', $colorbackhmenu1);
297$tmpval = (!empty($tmppart[0]) ? $tmppart[0] : 0) + (!empty($tmppart[1]) ? $tmppart[1] : 0) + (!empty($tmppart[2]) ? $tmppart[2] : 0);
299 $colortextbackhmenu =
'FFFFFF';
301 $colortextbackhmenu =
'000000';
305$tmppart = explode(
',', $colorbackvmenu1);
306$tmpval = (!empty($tmppart[0]) ? $tmppart[0] : 0) + (!empty($tmppart[1]) ? $tmppart[1] : 0) + (!empty($tmppart[2]) ? $tmppart[2] : 0);
308 $colortextbackvmenu =
'FFFFFF';
310 $colortextbackvmenu =
'222222';
316$tmppart = explode(
',', $colorbacktitle1);
317if ($colortexttitle ==
'') {
318 $tmpval = (!empty($tmppart[0]) ? $tmppart[0] : 0) + (!empty($tmppart[1]) ? $tmppart[1] : 0) + (!empty($tmppart[2]) ? $tmppart[2] : 0);
319 if ($tmpval <= 460) {
320 $colortexttitle =
'FFFFFF';
321 $colorshadowtitle =
'888888';
323 $colortexttitle =
'101010';
324 $colorshadowtitle =
'FFFFFF';
327 $colorshadowtitle =
'888888';
331$tmppart = explode(
',', $colorbacktabcard1);
332$tmpval = (!empty($tmppart[0]) ? $tmppart[0] : 0) + (!empty($tmppart[1]) ? $tmppart[1] : 0) + (!empty($tmppart[2]) ? $tmppart[2] : 0);
334 $colortextbacktab =
'FFFFFF';
336 $colortextbacktab =
'111111';
349if ($colorbacklinepairhover !=
'') {
352if ($colorbacklinepairchecked !=
'') {
353 $colorbacklinepairchecked = implode(
',',
colorStringToArray($colorbacklinepairchecked));
362$nbtopmenuentries = $menumanager->showmenu(
'topnb');
363$nbtopmenuentriesreal = $nbtopmenuentries;
364if (
$conf->browser->layout ==
'phone') {
365 $nbtopmenuentries = max($nbtopmenuentries, 10);
369print
'colorbackbody='.$colorbackbody.
"\n";
370print
'colorbackvmenu1='.$colorbackvmenu1.
"\n";
371print
'colorbackhmenu1='.$colorbackhmenu1.
"\n";
372print
'colorbacktitle1='.$colorbacktitle1.
"\n";
373print
'colorbacklineimpair1='.$colorbacklineimpair1.
"\n";
374print
'colorbacklineimpair2='.$colorbacklineimpair2.
"\n";
375print
'colorbacklinepair1='.$colorbacklinepair1.
"\n";
376print
'colorbacklinepair2='.$colorbacklinepair2.
"\n";
377print
'colorbacklinepairhover='.$colorbacklinepairhover.
"\n";
378print
'colorbacklinepairchecked='.$colorbacklinepairchecked.
"\n";
379print
'colortexttitlenotab='.$colortexttitlenotab.
"\n";
380print
'colortexttitle='.$colortexttitle.
"\n";
381print
'colortext='.$colortext.
"\n";
382print
'colortextlink='.$colortextlink.
"\n";
383print
'colortexttitlelink='.$colortexttitlelink.
"\n";
384print
'colortextbackhmenu='.$colortextbackhmenu.
"\n";
385print
'colortextbackvmenu='.$colortextbackvmenu.
"\n";
386print
'dol_hide_topmenu='.$dol_hide_topmenu.
"\n";
387print
'dol_hide_leftmenu='.$dol_hide_leftmenu.
"\n";
388print
'dol_optimize_smallscreen='.$dol_optimize_smallscreen.
"\n";
389print
'dol_no_mouse_hover='.$dol_no_mouse_hover.
"\n";
390print
'dol_screenwidth='.$_SESSION[
'dol_screenwidth'].
"\n";
391print
'dol_screenheight='.$_SESSION[
'dol_screenheight'].
"\n";
392print
'fontsize='.$fontsize.
"\n";
393print
'nbtopmenuentries='.$nbtopmenuentries.
"\n";
408 --colorbackhmenu1: rgb(<?php print $colorbackhmenu1; ?>);
409 --colorbackvmenu1: rgb(<?php print $colorbackvmenu1; ?>);
410 --colorbacktitle1: rgb(<?php print $colorbacktitle1; ?>);
411 --colorbacktabcard1: rgb(<?php print $colorbacktabcard1; ?>);
412 --colorbacktabactive: rgb(<?php print $colorbacktabactive; ?>);
413 --colorbacklineimpair1: rgb(<?php print $colorbacklineimpair1; ?>);
414 --colorbacklineimpair2: rgb(<?php print $colorbacklineimpair2; ?>);
415 --colorbacklinepair1: rgb(<?php print $colorbacklinepair1; ?>);
416 --colorbacklinepair2: rgb(<?php print $colorbacklinepair2; ?>);
417 --colorbacklinepairhover: rgb(<?php print $colorbacklinepairhover; ?>);
418 --colorbacklinepairchecked: rgb(<?php print $colorbacklinepairchecked; ?>);
419 --colorbacklinebreak: rgb(<?php print $colorbacklinebreak; ?>);
420 --colorbackbody: rgb(<?php print $colorbackbody; ?>);
421 --colorbackmobilemenu: #f8f8f8;
422 --colorbackgrey: #f0f0f0;
423 --colortexttitlenotab: rgb(<?php print $colortexttitlenotab; ?>);
424 --colortexttitlenotab2: rgb(<?php print $colortexttitlenotab2; ?>);
425 --colortexttitle: rgb(<?php print $colortexttitle; ?>);
426 --colortexttitlelink: rgba(<?php print $colortexttitlelink; ?>, 0.9);
427 --colortext: rgb(<?php print $colortext; ?>);
428 --colortextlink: rgb(<?php print $colortextlink; ?>);
429 --colortextlink: rgb(<?php print $colortextlink; ?>);
430 --colortextlink-h: <?php print $colortextlinkHsla[
'h']; ?>;
431 --colortextlink-l: <?php print $colortextlinkHsla[
'l']; ?>%;
432 --colortextlink-s: <?php print $colortextlinkHsla[
's']; ?>%;
433 --colortextlink-a: 1;
434 --colortextbackhmenu: #<?php print $colortextbackhmenu; ?>;
435 --colortextbackvmenu: #<?php print $colortextbackvmenu; ?>;
436 --colortopbordertitle1: rgb(<?php print $colortopbordertitle1; ?>);
437 --listetotal: #551188;
438 --inputbackgroundcolor: #FFF;
439 --inputbackgroundcolordisabled: #eee;
440 --inputcolordisabled: rgb(80, 80, 80);
441 --inputbordercolor: rgba(0,0,0,.2);
442 --tooltipbgcolor: <?php print $toolTipBgColor; ?>;
443 --tooltipfontcolor : <?php print $toolTipFontColor; ?>;
444 --oddevencolor: #202020;
445 --colorboxstatsborder: #ddd;
446 --dolgraphbg: rgba(255,255,255,0);
447 --fieldrequiredcolor: #000055;
448 --colortextbacktab: #<?php print $colortextbacktab; ?>;
449 --colorboxiconbg: #eee;
451 --tableforfieldcolor:#666;
452 --amountremaintopaycolor:#880000;
453 --amountpaymentcomplete:#008855;
454 --amountremaintopaybackcolor:none;
455 --productlinestockod: #002200;
456 --productlinestocktoolow: #884400;
457 --infoboxmoduleenabledbgcolor : linear-gradient(0.4turn, #fff, #fff, #fff, #e4efe8);
458 --tablevalidbgcolor: rgb(252, 248, 227);
459 --butactionbg : #<?php print $butactionbg; ?>;
460 --textbutaction : #<?php print $textbutaction; ?>;
463 --heightrow: <?php print $heightrow; ?>;
468 print
"/* For dark mode */\n";
470 print
"@media (prefers-color-scheme: dark) {";
472 print
"@media not print {";
475 --colorbackhmenu1: #3d3e40;
476 --colorbackvmenu1: #2b2c2e;
477 --colorbacktitle1: #2b2d2f;
478 --colorbacktabcard1: #1d1e20; /* Must be same than colorbackbody */
479 --colorbacktabactive: rgb(220,220,220);
480 --colorbacklineimpair1: #38393d;
481 --colorbacklineimpair2: #2b2d2f;
482 --colorbacklinepair1: #38393d;
483 --colorbacklinepair2: #2b2d2f;
484 --colorbacklinepairhover: #2b2d2f;
485 --colorbacklinepairchecked: #0e5ccd;
486 --colorbackbody: #1d1e20;
487 --colorbackmobilemenu: #080808;
488 --colorbackgrey: #0f0f0f;
489 --tooltipbgcolor: #2b2d2f;
490 --colortexttitlenotab: rgb(220,220,220);
491 --colortexttitlenotab2: rgb(220,220,220);
492 --colortexttitle: rgb(220,220,220);
493 --colortext: rgb(220,220,220);
494 --colortextlink: #4390dc;
495 --colortexttitlelink: #4390dc;
496 --colortextbackhmenu: rgb(220,220,220);
497 --colortextbackvmenu: rgb(220,220,220);
498 --tooltipfontcolor : rgb(220,220,220);
499 --listetotal: rgb(245, 83, 158);
500 --inputbackgroundcolor: rgb(70, 70, 70);
501 --inputbackgroundcolordisabled: rgb(60, 60, 60);
502 --inputcolordisabled: rgb(140, 140, 140);
503 --inputbordercolor: rgb(220,220,220);
504 --oddevencolor: rgb(220,220,220);
505 --colorboxstatsborder: rgb(65,100,138);
506 --dolgraphbg: #1d1e20;
507 --fieldrequiredcolor: rgb(250,183,59);
508 --colortextbacktab: rgb(220,220,220);
509 --colorboxiconbg: rgb(36,38,39);
510 --refidnocolor: rgb(220,220,220);
511 --tableforfieldcolor:rgb(220,220,220);
512 --amountremaintopaycolor:rgb(252,84,91);
513 --amountpaymentcomplete:rgb(101,184,77);
514 --amountremaintopaybackcolor:rbg(245,130,46);
515 --infoboxmoduleenabledbgcolor : linear-gradient(0.4turn, #000, #000, #000, #274231);
516 --tablevalidbgcolor: rgb(80, 64, 33);
529<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
530 background-color: #FFFFFF;
532 font-size: <?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize; ?>;
534 font-family: <?php print $fontlist ?>;
540 background-color: var(--colorbackbody);
541 <?php print
'direction: '.$langs->trans(
"DIRECTION").
";\n"; ?>
545.sensiblehtmlcontent * {
549.thumbstat { font-weight: bold !important; }
550th a { font-weight: <?php echo($useboldtitle ?
'bold' :
'normal'); ?> !important; }
551a.tab { font-weight: 500 !important; }
553a:link, a:visited, a:hover, a:active, .classlink { font-family: <?php print $fontlist ?>; font-weight: normal; color: var(--colortextlink); text-decoration: none; }
554a:hover { text-decoration: underline; color: var(--colortextlink); }
555a.commonlink { color: var(--colortextlink) !important; text-decoration: none; }
560.tableforfield input, .refidno input {
569select.vmenusearchselectcombo {
570 background-color: unset;
575 border: 1px solid #aaa !important;
582input:focus, textarea:focus,
583button:focus:not(.button_search_x):not(.button_search):not(.button_removefilter), select:focus,
584.select2-container--focus span.selection span.select2-selection {
585 border-bottom: 1px solid #666;
588textarea.cke_source:focus
593th.wrapcolumntitle.liste_titre:not(.maxwidthsearch), td.wrapcolumntitle.liste_titre:not(.maxwidthsearch),
594th.wrapcolumntitle.liste_titre_sel:not(.maxwidthsearch), td.wrapcolumntitle.liste_titre_sel:not(.maxwidthsearch) {
598 text-overflow: ellipsis;
600th.wrapcolumntitle dl dt a span.fas.fa-list {
602 vertical-align: middle;
606.liste_titre input[
name=search_month], .liste_titre input[
name=search_month_start], .liste_titre input[
name=search_month_end] {
609select#date_startday, select#date_startmonth, select#date_endday, select#date_endmonth, select#reday, select#remonth
614input, input.flat, form.flat select, select, select.flat, .dataTables_length label select {
617input, input.flat, textarea, textarea.flat, form.flat select, select, select.flat, .dataTables_length label select {
618 border<?php echo !
getDolGlobalString(
'THEME_SHOW_BORDER_ON_INPUT') ?
'-bottom' :
''; ?>: solid 1px var(--inputbordercolor);
619 color: var(--colortext);
620 font-family: <?php print $fontlist ?>;
622 margin: 0px 0px 0px 0px;
623 background-color: var(--inputbackgroundcolor);
625 border<?php echo !
getDolGlobalString(
'THEME_SHOW_BORDER_ON_INPUT') ?
'-bottom' :
''; ?>: solid 1px var(--inputbordercolor);
645#mainbody input.button:not(.buttongen):not(.bordertransp), #mainbody a.button:not(.buttongen):not(.bordertransp) {
646 background: var(--butactionbg);
647 color: var(--textbutaction) !important;
649 border-collapse: collapse;
652 text-transform: uppercase;
655 padding: 0.6em 0.7em;
658#mainbody input.button:not(.buttongen):not(.bordertransp):hover, #mainbody a.button:not(.buttongen):not(.bordertransp):hover {
659 -webkit-box-shadow: 0px 0px 6px 1px rgb(50 50 50 / 40%), 0px 0px 0px rgb(60 60 60 / 10%);
660 box-shadow: 0px 0px 6px 1px rgb(50 50 50 / 40%), 0px 0px 0px rgb(60 60 60 / 10%);
662#mainbody input.buttongen, #mainbody button.buttongen {
666input.button.massactionconfirmed {
673input:invalid, select:invalid, input.--error , select.--error {
674 border-color: #ea1212;
677section.setupsection {
679 background-color: var(--colorbacktitle1);
683.field-error-icon { color: #ea1212 !important; }
687 border-top:solid 1px var(--inputbordercolor);
688 border-left:solid 1px var(--inputbordercolor);
689 border-right:solid 1px var(--inputbordercolor);
690 border-bottom:solid 1px var(--inputbordercolor);
692 background-color: #FFF;
698input.removedassigned, input.removedassignedresource {
699 padding: 2px !important;
700 vertical-align: text-bottom;
704 padding-left: 1px !important;
705 padding-right: 1px !important;
708 vertical-align: middle;
710input.buttonpayment,
button.buttonpayment, div.buttonpayment {
716 background-image: none;
721 border: 2px solid #ccc;
722 background-color: #eee;
724 color: #888 !important;
727.nofocusvisible:focus-visible {
731div.buttonpayment input {
732 background-color: unset;
733 border-bottom: unset;
735 text-transform: uppercase;
739div.buttonpayment input:focus {
742input.buttonpaymentcb {
743 background-image: url(<?php echo
dol_buildpath($path.
'/theme/common/credit_card.png', 1) ?>);
744 background-size: 26px;
745 background-repeat: no-repeat;
748input.buttonpaymentcheque {
749 background-image: url(<?php echo
dol_buildpath($path.
'/theme/common/cheque.png', 1) ?>);
750 background-repeat: no-repeat;
753input.buttonpaymentcb {
754 background-image: url(<?php echo
dol_buildpath($path.
'/theme/common/credit_card.png', 1) ?>);
755 background-size: 24px;
756 background-repeat: no-repeat;
759input.buttonpaymentpaypal {
760 background-image: url(<?php echo
dol_buildpath($path.
'/paypal/img/object_paypal.png', 1) ?>);
761 background-repeat: no-repeat;
764input.buttonpaymentpaybox {
765 background-image: url(<?php echo
dol_buildpath($path.
'/paybox/img/object_paybox.png', 1) ?>);
766 background-repeat: no-repeat;
769input.buttonpaymentstripe {
770 background-image: url(<?php echo
dol_buildpath($path.
'/stripe/img/object_stripe.png', 1) ?>);
771 background-repeat: no-repeat;
774.logopublicpayment #dolpaymentlogo {
777 image-rendering: -webkit-optimize-contrast;
782 background-color: transparent;
783 color: var(--colortext) !important;
784 border: 1px solid #888;
785 margin: 0 0.45em !important;
788span.userimg.notfirst, div.userimg.notfirst {
791div.userimg.notfirst {
792 display: block-
inline;
796span.timesheetalreadyrecorded input {
798 border-bottom: solid 1px rgba(0,0,0,0.1);
799 margin-right: 1px !important;
801td.onholidaymorning, td.onholidayafternoon {
802 background-color: #fdf6f2;
805 background-color: #f4eede;
807td.onholidayallday:not(.weekend) input {
808 background-color: #f8f7f0;
811 background-color: #eee;
816td.leftborder, td.hide0 {
817 border-left: 1px solid #ccc;
819td.leftborder, td.hide6 {
820 border-right: 1px solid #ccc;
823 border-right: 1px solid #ccc;
826td.linecoldescription.bomline {
830td.amount, span.amount, div.amount, b.amount {
840select.flat, form.flat select, .pageplusone {
844select.flat, form.flat select, .divadvancedsearchfieldcompinput {
855 filter: saturate(0.8);
859 color: var(--colortextlink);
861.optiongrey, .opacitymedium {
864.opacitymediumbycolor {
865 color: rgba(0, 0, 0, 0.4);
877 color: var(--colorwhite);
880 color: #888 !important;
883 color: var(--colorblack);
885.colorblack.totalnboflines {
890 font-size: unset !important;
894 transform: scale(1, -1);
897 transform: scale(-1, 1);
900select:invalid, select.--error {
905 background: var(--inputbackgroundcolordisabled);
906 color: var(--inputcolordisabled);
910 box-shadow: none !important;
912.listactionlargetitle .liste_titre {
916 padding: 0px !important;
917 border: 0px !important;
918 vertical-align: text-bottom;
921input[
type=file] { background-color: transparent; border-top: none; border-left: none; border-right: none; box-shadow: none; }
922input[
type=checkbox] { background-color: transparent; border: none; box-shadow: none; vertical-align: middle; }
923input[
type=radio] { background-color: transparent; border: none; box-shadow: none; vertical-align: middle; }
924input[
type=image] { background-color: transparent; border: none; box-shadow: none; }
925input:-webkit-autofill {
926 background-color: #FBFFEA !important;
927 background-image:none !important;
928 -webkit-box-shadow: 0 0 0 50px #FBFFEA inset;
931input[
type=checkbox], input[
type=radio] {
934.kanban input.checkforselect {
940.placeholder { color: #ccc; }
941select.placeholder { color: #ccc; }
942.select2-selection__choice .placeholder { color: #aaa; }
943::-webkit-input-placeholder { color:#ccc; }
944:-moz-placeholder { color:#bbb; }
945::-moz-placeholder { color:#bbb; }
946:-ms-input-placeholder { color:#ccc; }
947input:-moz-placeholder { color:#ccc; }
948select.placeholder option:not(.opacitymediumbycolor):not(.opacitymedium) {
949 color: var(--colortext);
952input[
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; }
954 border: 1px solid #AAAAAA !important;
955 padding-
inline-start: 2em;
956 padding-
inline-end: 2em;
957 min-
inline-size:
auto;
959.legendforfieldsetstep { padding-bottom: 10px; }
960input#onlinepaymenturl, input#directdownloadlink {
966 padding: 20px 0px 0px 0px;
970div#moretabsList, div#moretabsListaction {
974hr { border: 0; border-top: 1px solid #ccc; }
975.tabBar hr { margin-top: 20px; margin-bottom: 17px; }
978table.tableforfield .button:not(.bordertransp):not(.buttonpayment),
979table.tableforfield .buttonDelete:not(.bordertransp):not(.buttonpayment) {
984.button:not(.bordertransp):not(.buttonpayment), .buttonDelete:not(.bordertransp):not(.buttonpayment) {
985 border-color: #c5c5c5;
986 border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
987 display: inline-block;
991 font-family: <?php print $fontlist ?>;
994 color:
#333333 !important;
995 text-decoration: none !important;
996 text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
997 background-color: #f5f5f5;
998 background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
999 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
1000 background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
1001 background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
1002 background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
1003 background-repeat: repeat-x;
1004 border-color: #e6e6e6 #e6e6e6 #bfbfbf;
1005 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1006 border: 1px solid
#bbbbbb;
1007 border-bottom-color: #a2a2a2;
1008 -webkit-border-radius: 2px;
1010 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1011 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1013.refidno .button.smallpaddingimp {
1014 font-size: 0.85em !important;
1016.button:focus, .buttonDelete:focus {
1017 -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 60, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
1018 box-shadow: 0px 0px 6px 1px rgba(0, 0, 60, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
1020.button:hover:not(.nohover), .buttonDelete:hover:not(.nohover) {
1021 -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
1022 box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
1024.button:
disabled, .buttonDelete:
disabled, .button.disabled, .buttonDelete.disabled {
1027 -webkit-box-shadow: none;
1031 pointer-events: none;
1035 -webkit-box-shadow: none;
1037.button_search, .button_removefilter {
1039 background-color: unset;
1041.button_search:hover, .button_removefilter:hover {
1051div.float, span.floatleft
1053 float:<?php print $left; ?>;
1057 float:<?php print $right; ?>;
1069 display:
inline-block;
1073 display:
inline-block !important;
1082 padding-<?php echo $left; ?>: 3px;
1089 -webkit-box-shadow: none !important;
1090 box-shadow: none !important;
1091 -webkit-border-radius:0px !important;
1092 border-radius:0px !important;
1100 vertical-align: top;
1103 vertical-align: middle;
1106 vertical-align: bottom;
1109 vertical-align: text-bottom;
1115 width: 100% !important;
1117.centpercentwithout1imp {
1118 width: calc(100% - 1px) !important;
1120.centpercentwithoutmenu {
1121 width: calc(100% - 200px);
1123.quatrevingtpercent, .inputsearch {
1126.maxquatrevingtpercent {
1132.quatrevingtquinzepercent {
1135.quatrevingtpercentminusx {
1136 width: calc(80% - 52px);
1139 width: calc(100% - 52px);
1141textarea.centpercent {
1157.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
1160.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 {
1167 transform: scaleX(-1) translate(<?php print($left == 'left' ? '' : '-'); ?>2px, 0);
1170 transform: rotate(90deg) translate(0, <?php print($left ==
'left' ?
'' :
'-'); ?>2px);
1177 text-align: center !important;
1189 text-align: <?php print $left; ?>;
1192 text-align: <?php print $right; ?>;
1195 text-align: justify;
1198 float: left!important;
1201 float: right!important;
1204 white-space: <?php print($dol_optimize_smallscreen ?
'normal' :
'nowrap'); ?>;
1206.nowraponsmartphone {
1207 white-space: <?php print($dol_optimize_smallscreen ?
'nowrap' :
'normal'); ?>;
1210 white-space: <?php print($dol_optimize_smallscreen ?
'normal' :
'nowrap'); ?>;
1212.liste_titre .nowrap {
1213 white-space: nowrap;
1216 white-space: nowrap;
1219 white-space: nowrap;
1220 display:
inline-block;
1222.wrapimp, .wrapimp pre {
1223 white-space: normal !important;
1226 word-wrap:
break-word;
1229 word-
break:
break-word !important;
1232 word-
break:
break-word;
1235 word-
break:
break-all;
1237td.wordbreak img, td.wordbreakimp img {
1241 font-weight: bold !important;
1244 font-weight: normal !important;
1247 text-transform: uppercase;
1253 text-decoration: none;
1256 text-decoration: none !important;
1262 padding-<?php print $left; ?>: 0;
1265 padding-<?php print $right; ?>: 0;
1274 padding-<?php print $left; ?>: 0 !important;
1277 padding-<?php print $right; ?>: 0 !important;
1280 padding-top: 0 !important;
1282.nopaddingbottomimp {
1283 padding-bottom: 0 !important;
1286 padding-<?php print $left; ?>: 4px;
1289 padding-<?php print $left; ?>: 4px !important;
1292 padding-<?php print $left; ?>: 2px;
1295 padding-<?php print $left; ?>: 2px !important;
1298 padding-<?php print $right; ?>: 4px;
1301 padding-<?php print $right; ?>: 4px !important;
1304 padding-<?php print $right; ?>: 2px;
1307 padding-<?php print $right; ?>: 2px !important;
1316 padding-bottom: 4px;
1319 padding-bottom: 2px;
1322 margin-<?php print $left; ?>: 2px;
1325 margin-<?php print $right; ?>: 2px;
1328 padding: 6px !important;
1331 width: unset !important;
1340.classfortooltiponclick .fa-question-circle {
1347 cursor: not-allowed;
1353 background-color: #fff;
1355.nobackground, .nobackground tr {
1356 background: unset !important;
1358.checkboxattachfilelabel {
1363 border: 1px solid #888 !important;
1366 color : <?php print $textWarning; ?>
1370 max-height: <?php print
getDolGlobalInt(
'MAIN_CSS_SHORTMESSSAGECUT', 125); ?>px;
1375 max-height: <?php print
getDolGlobalInt(
'MAIN_CSS_LONGMESSSAGECUT', 250); ?>px;
1386 background-color: #e0e0e8;
1389div.urllink, div.urllink a {
1390 color: #339 !important;
1394 border: 1px solid #DFDFDF;
1395 border-radius: 10px;
1397 margin-bottom: 20px;
1401i.fa-mars::before, i.fa-venus::before, i.fa-genderless::before, i.fa-transgender::before {
1402 color: #888 !important;
1404 padding-<?php echo $left; ?>: 3px;
1406.stockmovemententry {
1408 transform: rotate(0.25turn);
1413 transform: rotate(0.3turn);
1419.publisherlogoinline {
1420 vertical-align: middle;
1428 white-space: nowrap;
1432 color : <?php print $textWarning; ?>
1434body[
class*=
"colorblind-"] .text-warning{
1435 color : <?php print $colorblind_deuteranopes_textWarning; ?>
1438 color : <?php print $textSuccess; ?>
1440body[
class*=
"colorblind-"] .text-success{
1441 color : <?php print $colorblind_deuteranopes_textSuccess; ?>
1445 color : <?php print $textDanger; ?>
1448.editfielda span.fa-pencil-alt, .editfielda span.fa-pencil-ruler, .editfielda span.fa-trash, .editfielda span.fa-crop, .editfielda span.fa-eye,
1450 color: #ccc !important;
1452.editfielda span.fa-pencil-alt:hover, .editfielda span.fa-pencil-ruler:hover, .editfielda span.fa-trash:hover, .editfielda span.fa-crop:hover,
1453.editfieldlang:hover {
1454 color: var(--colortexttitle) !important;
1456a.editfielda.nohover *:hover:before {
1457 color: #ccc !important;
1464 float: none !important;
1467span.fa.fa-plus-circle.paddingleft {
1470 padding-bottom: 2px;
1473.size12x { font-size: 1.2em !important; }
1474.size15x { font-size: 1.5em !important; }
1475.fa-toggle-on, .fa-toggle-off, .size2x { font-size: 2em; }
1476.websiteselectionsection .fa-toggle-on, .websiteselectionsection .fa-toggle-off,
1477.asetresetmodule .fa-toggle-on, .asetresetmodule .fa-toggle-off,
1478.tdwebsitesearchresult .fa-toggle-on, .tdwebsitesearchresult .fa-toggle-off {
1479 font-size: 1.5em; vertical-align: text-bottom;
1484 white-space: nowrap;
1485 vertical-align: middle;
1486 text-overflow: ellipsis;
1491<?php include
dol_buildpath($path.
'/theme/'.$theme.
'/badges.inc.php', 0); ?>
1492<?php include
dol_buildpath($path.
'/theme/'.$theme.
'/flags-sprite.inc.php', 0); ?>
1496 border-right: 1px solid #f4f4f4;
1500 border-left: 1px solid #f4f4f4;
1511 vertical-align: middle;
1513.divsocialnetwork:not(:last-child) {
1514 padding-<?php print $right; ?>: 20px;
1517 background-color: rgba(0, 0, 0, 0.08);
1523 display:
inline-block;
1524 margin-<?php print $right; ?>: 12px;
1525 margin-<?php print $left; ?>: 2px;
1530.divsearchfieldfilter {
1531 text-overflow: clip;
1533 white-space: nowrap;
1534 padding-bottom: 5px;
1538.divadvancedsearchfield:first-child {
1541.divadvancedsearchfield {
1544 padding-right: 15px;
1545 padding-bottom: 2px;
1548.divadvancedsearchfield span.select2.select2-container.select2-container--
default {
1549 padding-bottom: 4px;
1551.divadvancedsearchfieldcompinput {
1553 border-bottom: solid 1px var(--inputbordercolor);
1556.search_component_params {
1558 -webkit-flex-flow: row wrap;
1559 flex-flow: row wrap;
1562 padding-bottom: 3px;
1563 padding-<?php echo $left; ?>: 0;
1564 padding-<?php echo $right; ?>: 0;
1565 border-bottom: solid 1px var(--inputbordercolor);
1568.search_component_searchtext {
1571.search_component_params_text, .search_component_params_text:focus {
1572 border-bottom: none;
1574 margin: 0 !important;
1580 padding-bottom: 3px;
1583 display:
inline-block;
1588 display:
inline-block;
1607if (
$conf->browser->layout ==
'phone') {
1609.divsearchfieldfilter {
1610 white-space: nowrap;
1616.a-filter, .a-mesure {
1617 border-radius: 50px;
1618 background: var(--colortexttitlenotab);
1620 padding: 8px 10px 8px 6px;
1628.a-filter:before, .a-mesure:before {
1629 font-family:
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>";
1635 border-radius: 50px;
1636 background: var(--colorbacktitle1);
1649 top:calc(50% - 200px);
1650 left:calc(50% - 250px);
1654 border: 1px solid #bbb;
1655 box-shadow: 2px 2px 20px #ddd;
1665div.div-
for-modal-topright {
1673 border: 1px solid #bbb;
1674 box-shadow: 2px 2px 20px #ddd;
1691 list-style-
type: none;
1693input > ul.attendees {
1698 padding-bottom: 4px;
1702 padding-bottom: 10px;
1707 vertical-align: middle;
1709select.flat.selectlimit {
1713 margin-<?php echo $right; ?>: 10px !important;
1716 margin-<?php echo $left; ?>: 10px !important;
1718.marginleftonlyshort {
1719 margin-<?php echo $left; ?>: 4px !important;
1722 margin-<?php echo $left; ?>: 0px !important;
1725 margin-<?php echo $right; ?>: 0px !important;
1728 margin-<?php echo $right; ?>: 10px !important;
1730.marginrightonlyshort {
1731 margin-<?php echo $right; ?>: 4px !important;
1733.marginrightonlylarge {
1734 margin-<?php echo $right; ?>: 20px !important;
1737 margin-top: 10px !important;
1739.margintoponlyshort {
1740 margin-top: 3px !important;
1743 margin-bottom: 10px !important;
1745.marginbottomonlyshort {
1746 margin-bottom: 3px !important;
1749 margin-top: 0 !important;
1752 margin-bottom: 0 !important;
1755.selectlimit, .selectlimit:focus {
1756 border-left: none !important;
1757 border-top: none !important;
1758 border-right: none !important;
1762 text-decoration: line-through;
1769 text-overflow: unset;
1774 text-overflow: ellipsis;
1775 white-space: nowrap;
1779 text-overflow: ellipsis;
1784 text-overflow: ellipsis;
1785 white-space: nowrap;
1790 text-overflow: ellipsis;
1791 white-space: nowrap;
1796 text-overflow: ellipsis;
1797 white-space: nowrap;
1799.tdoverflowmax80imp {
1800 max-width: 80px !important;
1802 text-overflow: ellipsis;
1803 white-space: nowrap;
1808 text-overflow: ellipsis;
1809 white-space: nowrap;
1811.tdoverflowmax100imp {
1812 max-width: 100px !important;
1814 text-overflow: ellipsis;
1815 white-space: nowrap;
1820 text-overflow: ellipsis;
1821 white-space: nowrap;
1826 text-overflow: ellipsis;
1827 white-space: nowrap;
1832 text-overflow: ellipsis;
1833 white-space: nowrap;
1838 text-overflow: ellipsis;
1839 white-space: nowrap;
1844 text-overflow: ellipsis;
1845 white-space: nowrap;
1850 text-overflow: ellipsis;
1851 white-space: nowrap;
1856 text-overflow: ellipsis;
1857 white-space: nowrap;
1862 text-overflow: ellipsis;
1863 white-space: nowrap;
1869.divintowithtwolinesmax {
1871 display: -webkit-box;
1872 -webkit-box-orient: vertical;
1873 -webkit-line-clamp: 2;
1876.twolinesmax, .twolinesmax-normallineheight {
1877 display: -webkit-box;
1878 -webkit-box-orient: vertical;
1879 -webkit-line-clamp: 2;
1881 height:
auto !important;
1882 word-
break:
break-word;
1884.twolinesmax-normallineheight {
1885 line-height: normal;
1888 display: -webkit-box;
1889 -webkit-box-orient: vertical;
1890 -webkit-line-clamp: 10;
1894.tablelistofcalendars {
1895 margin-top: 25px !important;
1898 white-space: nowrap;
1900.amountpaymentcomplete {
1901 color: var(--amountpaymentcomplete);
1903 white-space: nowrap;
1906 color: var(--amountremaintopaycolor);
1908 white-space: nowrap;
1910.amountremaintopayback {
1912 white-space: nowrap;
1914.amountpaymentneutral {
1915 color: var(--amountremaintopaybackcolor);
1918 white-space: nowrap;
1921.onlinepaymentbody .amountpaymentcomplete {
1922 background-color: var(--amountpaymentcomplete);
1930 margin-bottom: 12px;
1932#builddoc_form ~ .showlinkedobjectblock {
1937.moduledesclong p img,.moduledesclong p a img {
1938 max-width: 90% !important;
1939 height:
auto !important;
1943 border: 1px solid #ccc;
1944 box-shadow: 1px 1px 25px #aaa;
1945 max-width: calc(100% - 56px);
1947.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 {
1955.fa-map-marked-alt:before {
1960 -webkit-text-security: disc;
1972div.fiche>div.tabBar>form>div.div-
table-responsive {
1975.div-
table-responsive, .div-
table-responsive-no-min {
1979.div-
table-responsive {
1980 line-height: var(--heightrow);
1984div.fiche>form>div.div-
table-responsive {
1987div.fiche>form>div.div-
table-responsive, div.fiche>form>div.div-
table-responsive-no-min {
1992div.ticketpublicarealist>form>div.div-
table-responsive {
2000 justify-content: space-between;
2005.flex-item-uploadfile {
2006 border: 2px solid #888;
2011 background: #f4f4f4;
2012 padding: 20px 10px 20px 10px;
2017 margin: 20px 20px 20px 20px;
2021 <?php
if (in_array(
$conf->browser->name, array(
'chrome',
'firefox',
'safari'))) {
2022 echo
'display: inline-flex;'.
"\n";
2024 flex-flow: row wrap;
2025 justify-content: flex-start;
2033.thumbstat, .thumbstat150 {
2039 justify-content: flex-start;
2040 align-
self: flex-start;
2043select.selectarrowonleft {
2046select.selectarrowonleft option {
2050table[summary=
"list_of_modules"] .fa-cog {
2058 white-space: nowrap;
2069.maxscreenheightless200 {
2070 max-height: <?php echo isset($_SESSION[
'dol_screenheight']) ? max(500, (
int) $_SESSION[
'dol_screenheight'] - 200) : 700; ?>px;
2072.maxscreenheightless300 {
2073 max-height: <?php echo isset($_SESSION[
'dol_screenheight']) ? max(400, (
int) $_SESSION[
'dol_screenheight'] - 300) : 700; ?>px;
2077 border-bottom: 0px !important;
2085.clearboth { clear:both; }
2087.hideobject { display: none; }
2088.showonsmartphone { display: none; }
2090.minwidth25 { min-width: 25px; }
2091.minwidth50 { min-width: 50px; }
2092.minwidth75 { min-width: 75px; }
2093.nominwidth { min-width: fit-content !important; }
2095@media only screen and (min-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC3', round($nbtopmenuentries * 47, 0) + 130); ?>px)
2097 .width20 { width: 20px; }
2098 .width25 { width: 25px; }
2099 .width50 { width: 50px; }
2100 .width75 { width: 75px; }
2101 .width100 { width: 100px; }
2102 .width200 { width: 200px; }
2103 .minwidth100 { min-width: 100px; }
2104 .minwidth150 { min-width: 150px; }
2105 .minwidth200 { min-width: 200px; }
2106 .minwidth250 { min-width: 250px; }
2107 .minwidth300 { min-width: 300px; }
2108 .minwidth400 { min-width: 400px; }
2109 .minwidth500 { min-width: 500px; }
2110 .minwidth50imp { min-width: 50px !important; }
2111 .minwidth75imp { min-width: 75px !important; }
2112 .minwidth100imp { min-width: 100px !important; }
2113 .minwidth125imp { min-width: 125px !important; }
2114 .minwidth200imp { min-width: 200px !important; }
2115 .minwidth250imp { min-width: 250px !important; }
2116 .minwidth300imp { min-width: 300px !important; }
2117 .minwidth400imp { min-width: 400px !important; }
2118 .minwidth500imp { min-width: 500px !important; }
2120.widthauto { width:
auto; }
2121.width20 { width: 20px; }
2122.width25 { width: 25px; }
2123.width40 { width: 40px; }
2124.width50 { width: 50px; }
2125.width75 { width: 75px; }
2126.width100 { width: 100px; }
2127.width125 { width: 125px; }
2128.width150 { width: 150px; }
2129.width200 { width: 200px; }
2130.width250 { width: 250px; }
2131.width300 { width: 300px; }
2132.width400 { width: 400px; }
2133.width500 { width: 500px; }
2134.maxwidth25 { max-width: 25px; }
2135.maxwidth40 { max-width: 40px; }
2136.maxwidth50 { max-width: 50px; }
2137.maxwidth75 { max-width: 75px; }
2138.maxwidthdate { max-width: 95px; }
2139.maxwidth100 { max-width: 100px; }
2140.maxwidth125 { max-width: 125px; }
2141.maxwidth150 { max-width: 150px; }
2142.maxwidth200 { max-width: 200px; }
2143.maxwidth250 { max-width: 250px; }
2144.maxwidth300 { max-width: 300px; }
2145.maxwidth400 { max-width: 400px; }
2146.maxwidth500 { max-width: 500px; }
2147.maxwidth750 { max-width: 750px; }
2148.maxwidth1000 { max-width: 1000px; }
2149.maxwidth50imp { max-width: 50px !important; }
2150.maxwidth75imp { max-width: 75px !important; }
2152.minwidth100onall { min-width: 100px !important; }
2153.minwidth200onall { min-width: 200px !important; }
2154.minwidth250onall { min-width: 250px !important; }
2156.minheight20 { min-height: 20px; }
2157.minheight30 { min-height: 30px; }
2158.minheight40 { min-height: 40px; }
2159.titlefieldcreate { width: 20%; }
2160.titlefield { min-width: 150px; width: 25%; }
2161.titlefieldmiddle { width: 50%; }
2162.titlefieldmax45 { max-width: 45%; min-width: 180px; }
2163.imgmaxwidth180 { max-width: 180px; }
2164.imgmaxheight50 { max-height: 50px; }
2166.width20p { width:20%; }
2167.width25p { width:25%; }
2168.width40p { width:40%; }
2169.width50p { width:50%; }
2170.width60p { width:60%; }
2171.width75p { width:75%; }
2172.width80p { width:80%; }
2173.width100p { width:100%; }
2177@media only screen and (max-width: 1400px)
2180 .titlefieldcreate { width: 30% !important; }
2181 .minwidth50imp { min-width: 50px !important; }
2182 .minwidth75imp { min-width: 75px !important; }
2183 .minwidth100imp { min-width: 100px !important; }
2184 .minwidth125imp { min-width: 125px !important; }
2185 .minwidth150imp { min-width: 150px !important; }
2186 .minwidth200imp { min-width: 200px !important; }
2187 .minwidth250imp { min-width: 250px !important; }
2188 .minwidth300imp { min-width: 300px !important; }
2189 .minwidth400imp { min-width: 300px !important; }
2190 .minwidth500imp { min-width: 300px !important; }
2192 .linkedcol-element {
2198@media only screen and (max-width: 1000px)
2200 .titlefieldmax45 { min-width: 100px; }
2201 .maxwidthonsmartphone { max-width: 100px; }
2202 .minwidth50imp { min-width: 50px !important; }
2203 .minwidth75imp { min-width: 70px !important; }
2204 .minwidth100imp { min-width: 100px !important; }
2205 .minwidth125imp { min-width: 125px !important; }
2206 .minwidth150imp { min-width: 110px !important; }
2207 .minwidth200imp { min-width: 110px !important; }
2208 .minwidth250imp { min-width: 115px !important; }
2209 .minwidth300imp { min-width: 120px !important; }
2210 .minwidth400imp { min-width: 150px !important; }
2211 .minwidth500imp { min-width: 250px !important; }
2215select.widthcentpercentminusx, span.widthcentpercentminusx:not(.select2-selection), input.widthcentpercentminusx {
2216 width: calc(100% - 50px) !important;
2217 display:
inline-block;
2220select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-selection), input.widthcentpercentminusxx {
2221 width: calc(100% - 70px) !important;
2222 display:
inline-block;
2227@media only screen and (max-width: 768px)
2230 font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?>;
2233 font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?> !important;
2235 .divadvancedsearchfield {
2241 padding-<?php echo $right; ?>: 10px !important;
2244 table.liste tr.trkanban td {
2245 padding: 10px 6px 10px 6px;
2248 .hideonsmartphone { display: none; }
2249 .hideonsmartphoneimp { display: none !important; }
2250 .showonsmartphone { display: block !important; }
2252 .margintoponsmartphone { margin-top: 6px; }
2254 select.minwidth100imp, select.minwidth100, select.minwidth200, select.minwidth200imp, select.minwidth300 {
2255 width: calc(100% - 40px) !important;
2256 display:
inline-block;
2258 select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-selection), input.widthcentpercentminusxx {
2259 width: calc(100% - 70px) !important;
2260 display:
inline-block;
2264 input.maxwidthinputfileonsmartphone {
2268 input.buttonpayment,
button.buttonpayment, div.buttonpayment {
2272 .smallonsmartphone {
2276 .nopaddingtoponsmartphone {
2277 padding-top: 0 !important;
2279 .nopaddingbottomonsmartphone {
2280 padding-bottom: 0 !important;
2285@media only screen and (max-width: 570px)
2288 font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?>;
2292 font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?> !important;
2295 .login_vertical_align {
2298 .login_table input#username, .login_table input#password, .login_table input#securitycode {
2299 margin-left: 5px !important;
2301 div#login_left, div#login_right {
2302 min-width: 150px !important;
2303 padding-left: 5px !important;
2304 padding-right: 5px !important;
2306 .login_table div#login_right .tdinputlogin, .login_table div#login_right .tdinputlogin input {
2307 min-width: 150px !important;
2310 .divmainbodylarge { margin-left: 10px; margin-right: 10px; }
2312 .tdoverflowmax100onsmartphone {
2315 text-overflow: ellipsis;
2316 white-space: nowrap;
2318 .tdoverflowmax150onsmartphone {
2321 text-overflow: ellipsis;
2322 white-space: nowrap;
2326 margin-top: <?php print($dol_hide_topmenu ?
'12' :
'6'); ?>px !important;
2328 .border tbody tr, .border tbody tr td, div.tabBar
table.border tr, div.tabBar
table.border tr td, div.tabBar div.border .table-border-row, div.tabBar div.border .table-key-border-col, div.tabBar div.border .table-val-border-col {
2329 height: 40px !important;
2331 div.tabBar .listofinvoicetype
table tr, div.tabBar .listofinvoicetype
table tr td {
2332 height: 28px !important;
2335 div.tabs div.tab a.tab {
2338 text-overflow: ellipsis;
2339 white-space: nowrap;
2342 .quatrevingtpercent, .inputsearch {
2348 padding-bottom: 5px;
2351 .login_table .tdinputlogin {
2352 min-width: unset !important;
2354 input, input[
type=text], input[
type=password], select, textarea {
2360 .noenlargeonsmartphone { width : 50px !important; display:
inline !important; }
2361 .maxwidthonsmartphone, #search_newcompany.ui-autocomplete-input { max-width: 100px; }
2362 .maxwidth50onsmartphone { max-width: 40px; }
2363 .maxwidth75onsmartphone { max-width: 50px; }
2364 .maxwidth100onsmartphone { max-width: 70px; }
2365 .maxwidth125onsmartphone { max-width: 100px; }
2366 .maxwidth150onsmartphone { max-width: 120px; }
2367 .maxwidth150onsmartphoneimp { max-width: 120px !important; }
2368 .maxwidth200onsmartphone { max-width: 200px; }
2369 .maxwidth250onsmartphone { max-width: 250px; }
2370 .maxwidth300onsmartphone { max-width: 300px; }
2371 .maxwidth400onsmartphone { max-width: 400px; }
2372 .minwidth150 { min-width: 110px !important; }
2373 .minwidth50imp { min-width: 50px !important; }
2374 .minwidth75imp { min-width: 75px !important; }
2375 .minwidth100imp { min-width: 100px !important; }
2376 .minwidth125imp { min-width: 125px !important; }
2377 .minwidth150imp { min-width: 110px !important; }
2378 .minwidth200imp { min-width: 110px !important; }
2379 .minwidth250imp { min-width: 115px !important; }
2380 .minwidth300imp { min-width: 120px !important; }
2381 .minwidth400imp { min-width: 150px !important; }
2382 .minwidth500imp { min-width: 250px !important; }
2383 .titlefield { width:
auto; min-width: unset; }
2384 .titlefieldcreate { min-width: 125px; }
2388 width: <?php print
dol_size(300,
'width'); ?>px;
2398 padding-<?php echo $right; ?>: 5px;
2399 padding-bottom: 5px;
2401 img.photoref, div.photoref {
2403 -webkit-box-shadow: none;
2408 object-fit: contain;
2412 padding-<?php echo $right; ?>: 10px;
2415 div.statusref img, div.statusrefbis {
2416 padding-<?php echo $right; ?>: 3px !important;
2419 input.buttonpayment {
2425@media only screen and (max-width: 320px)
2427 .maxwidth300 { max-width: 260px; }
2430.linkobject { cursor: pointer; }
2432table.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 {
2433 color: var(--tableforfieldcolor);
2436<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2437.hideonprint { display: none !important; }
2453 white-space: nowrap;
2466 table-layout: fixed;
2469#id-right, #id-left {
2470 display:
table-cell;
2472 vertical-align: top;
2475<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2478 <?php
if ($colorbackhmenu1 ==
'255,255,255') { ?>
2479 border-bottom: 1px solid rgba(0,0,0,0.2);
2491 padding-bottom: 20px;
2492<?php
if (
GETPOST(
'optioncss',
'aZ09') !=
'print') { ?>
2493 padding-<?php print $left; ?>: <?php echo $leftmenuwidth + 9; ?>px;
2497.bodyforlist #
id-right {
2498 padding-bottom: 4px;
2503.classforhorizontalscrolloftabs #
id-container {
2506.classforhorizontalscrolloftabs .side-nav {
2510.classforhorizontalscrolloftabs #
id-right {
2511 width:calc(100% - 252px);
2512 display:
inline-block;
2518<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2521 background: var(--colorbackvmenu1);
2523 box-shadow: 3px 0 6px -2px #eee;
2527 font-family:
"RobotoDraft",
"Roboto",sans-serif;
2528 <?php echo $left; ?>: 0;
2530 if (in_array(
$conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) {
2536 -webkit-transform: translateZ(0);
2537 -moz-transform: translateZ(0);
2538 -ms-transform: translateZ(0);
2539 -o-transform: translateZ(0);
2540 transform: translateZ(0);
2541 -webkit-transform-style: preserve-3d;
2542 -moz-transform-style: preserve-3d;
2543 -ms-transform-style: preserve-3d;
2544 -o-transform-style: preserve-3d;
2545 transform-style: preserve-3d;
2546 -webkit-transition-delay: 0.1s;
2547 -moz-transition-delay: 0.1s;
2548 transition-delay: 0.1s;
2549 -webkit-transition-duration: 0.2s;
2550 -moz-transition-duration: 0.2s;
2551 transition-duration: 0.2s;
2552 -webkit-transition-property: -webkit-transform;
2553 -moz-transition-property: -moz-transform;
2554 transition-property: transform;
2555 -webkit-transition-timing-
function: cubic-bezier(0.4, 0, 0.2, 1);
2556 -moz-transition-timing-
function: cubic-bezier(0.4, 0, 0.2, 1);
2557 transition-timing-
function: cubic-bezier(0.4, 0, 0.2, 1);
2558 -webkit-overflow-scrolling: touch;
2560 if (in_array(
$conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) {
2573.side-nav-vert, #
id-right {
2574 transition: padding-left 0.5s ease, margin-left 0.5s ease;
2577.side-nav, .login_block {
2578 transition: left 0.5s ease;
2581body.sidebar-collapse .side-nav-vert, body.sidebar-collapse #
id-right {
2588 margin-<?php echo $left; ?>: <?php echo $leftmenuwidth + 6; ?>px;
2592body.sidebar-collapse .side-nav, body.sidebar-collapse .login_block_other
2606<?php
if (in_array(
$conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) { ?>
2616 if (in_array(
$conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) {
2618 overflow-x: initial !important;
2628div.backgroundsemitransparent {
2629 background:rgba(255, 255, 255, 0.7);
2631 padding-right: 10px;
2638.login_block_getinfo {
2641.login_block_getinfo div.login_block_user {
2644.login_block_getinfo .atoplogin, .login_block_getinfo .atoplogin:hover {
2645 color: #333 !important;
2647.login_block_elem a span.atoplogin, .login_block_elem span.atoplogin {
2648 vertical-align: middle;
2653 padding-<?php print $left; ?>: 0 ! important;
2657 background: var(--colorbackvmenu1);
2658 border-right: 1px solid rgba(0,0,0,0.3);
2661 if (in_array(
$conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) { ?>
2662 top: 66px ! important;
2664 top: 60px ! important;
2668 margin-<?php print $left; ?>: 6px !important;
2669 margin-<?php print $right; ?>: 6px !important;
2674 margin-<?php print $left; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 6 : (empty(
$conf->dol_optimize_smallscreen) ?
'35' :
'6')); ?>px;
2675 margin-<?php print $right; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 6 : (empty(
$conf->dol_optimize_smallscreen) ?
'33' :
'6')); ?>px;
2676 <?php
if (!empty($dol_hide_topmenu) ||
GETPOST(
'dol_openinpopup',
'aZ09')) {
2677 print
'margin-top: 12px;';
2679 margin-bottom: 15px;
2681body.onlinepaymentbody div.fiche {
2682 margin: 20px !important;
2684div.fiche>
table:first-child {
2685 margin-bottom: 15px !important;
2695 <?php
if (
$conf->browser->layout !=
'phone') {
2696 print
"float: ".$left.
";\n";
2698 <?php
if (
$conf->browser->layout !=
'phone') {
2699 print
"width: calc(50% - 16px);\n";
2701 <?php
if (
$conf->browser->layout ==
'phone') {
2702 print
"padding-bottom: 6px;\n";
2705div.fichetwothirdright {
2706 <?php
if (
$conf->browser->layout !=
'phone') {
2707 print
"float: ".$right.
";\n";
2709 <?php
if (
$conf->browser->layout !=
'phone') {
2710 print
"width: calc(50% - 16px);\n";
2712 <?php
if (
$conf->browser->layout ==
'phone') {
2713 print
"padding-bottom: 6px\n";
2717 <?php
if (
$conf->browser->layout !=
'phone') {
2718 print
"float: ".$left.
";\n";
2720 <?php
if (
$conf->browser->layout !=
'phone') {
2721 print
"width: calc(50% - 16px);\n";
2723 margin-bottom: 20px;
2726 <?php
if (
$conf->browser->layout !=
'phone') {
2727 print
"float: ".$right.
";\n";
2729 <?php
if (
$conf->browser->layout !=
'phone') {
2730 print
"width: calc(50% - 16px);\n";
2734 <?php
if (
$conf->browser->layout ==
'phone') {
2735 print
"margin-top: 10px;\n";
2740@media only screen and (max-width: 1499px)
2742 div.fichehalfleft-lg {
2746 div.fichehalfright-lg {
2751 .fichehalfright-lg .fichehalfright {
2756div.secondcolumn > div >
table.noborder {
2768@media only screen and (max-width: 900px)
2771 margin-<?php print $left; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 6 : ($dol_hide_leftmenu ?
'4' :
'20')); ?>px;
2772 margin-<?php print $right; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 8 : 16); ?>px;
2773 <?php
if (!empty(
$conf->dol_hide_leftmenu) && !empty(
$conf->dol_hide_topmenu)) {
2774 print
'margin-top: 4px;';
2776 margin-bottom: 15px;
2782 div.fichecenterbis {
2785 div.fichethirdleft {
2788 padding-bottom: 6px;
2790 div.fichetwothirdright {
2793 padding-bottom: 6px;
2799 div.fichehalfright {
2803 div.fichehalfright {
2806 div.firstcolumn div.box {
2809 div.secondcolumn div.box {
2815div.fichehalfright tr.liste_titre:first-child td
table.nobordernopadding td {
2819 padding: 0 !important;
2827td.nobordernopadding.widthpictotitle.col-picto {
2828 color: var(--colortexttitlenotab);
2832 margin-<?php echo $right; ?>: 8px;
2837span.widthpictotitle {
2840.table-list-of-attached-files .col-picto, .table-list-of-links .col-picto {
2841 opacity: 0.7 !important;
2845.table-list-of-attached-files .col-picto .widthpictotitle, .table-list-of-links .col-picto .widthpictotitle {
2855 vertical-align: middle;
2858.pictowarning, .pictoerror, .pictopreview, .pictonopreview {
2859 padding-<?php echo $left; ?>: 3px;
2863 color: <?php echo $badgeWarning; ?>;
2866 color: <?php echo $badgeDanger ?>;
2871.fiche .arearef img.pictoedit, .fiche .arearef span.pictoedit,
2872.fiche .fichecenter img.pictoedit, .fiche .fichecenter span.pictoedit,
2873.tagtdnote span.pictoedit {
2876img.hideonsmartphone.pictoactionview {
2877 vertical-align: bottom;
2885img.pictofixedwidth {
2891 padding-left: 1px !important;
2894 padding-bottom: 1px;
2900 padding-bottom: 10px;
2902div.attachareaformuserfileecm {
2908 padding-bottom: 5px;
2909 margin-bottom: 10px;
2911div.arearefnobottom {
2913 padding-bottom: 4px;
2918div.divphotoref:last-child {
2919 padding-<?php echo $right; ?>: 20px;
2922 padding-bottom: 10px;
2925 float: <?php echo $right; ?>;
2926 padding-<?php echo $left; ?>: 12px;
2928 margin-bottom: 10px;
2934 vertical-align: text-bottom;
2940 vertical-align: text-bottom;
2942img.photoref, div.photoref {
2943 border: 1px solid #CCC;
2944 -webkit-box-shadow: 3px 3px 4px #DDD;
2945 box-shadow: 3px 3px 4px #DDD;
2949 object-fit: contain;
2951img.photokanban, div.photokanban {
2955 vertical-align: middle;
2958div.photoref .fa, div.photoref .fas, div.photoref .far {
2963 object-fit: contain;
2967 vertical-align:middle;
2970.difforspanimgright {
2971 display:
table-cell;
2972 padding-right: 10px;
2974img.photorefnoborder {
2978 object-fit: contain;
2979 border: 1px solid #AAA;
2980 border-radius: 100px;
2985 border-bottom: <?php echo $borderwidth ?>px solid var(--colortopbordertitle1);
2988.trextrafieldseparator td, .trextrafields_collapse_last td {
2989 border-bottom: 1px solid var(--colortopbordertitle1) !important;
2992 margin: 0 !important;
2993 padding-bottom: 0 !important;
3010$maxwidthloginblock = 110;
3011if (
getDolGlobalInt(
'THEME_TOPMENU_DISABLE_IMAGE') == 1 || !empty($user->conf->MAIN_OPTIMIZEFORTEXTBROWSER)) {
3014 $maxwidthloginblock = 180;
3020<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3023 background: var(--colorbackhmenu1);
3035<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3045li.tmenusel::after, li.tmenusel:hover::after {
3050 left: calc(50% - 6px);
3053 border-style: solid;
3054 border-width: 0px 6px 5px 6px;
3055 border-color: transparent transparent #ffffff transparent;
3059<?php
if ($disableimages) { ?>
3065<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3070 white-space: nowrap;
3072 border-<?php print $left; ?>: 0px;
3073 border-<?php print $right; ?>: 0px;
3074 padding: 0px 0px 0px 0px;
3075 margin: 0px 0px 0px 0px;
3077 font-weight: normal;
3079 text-decoration: none;
3082div.tmenudisabled, a.tmenudisabled {
3085a.tmenudisabled:link, a.tmenudisabled:visited, a.tmenudisabled:hover, a.tmenudisabled:active {
3086 font-weight: normal;
3087 padding: 0px 5px 0px 5px;
3088 white-space: nowrap;
3089 color: var(--colortextbackhmenu);
3090 text-decoration: none;
3091 cursor: not-allowed;
3093span.mainmenuaspan.tmenudisabled {
3094 color: var(--colortextbackhmenu);
3096 cursor: not-allowed;
3099a.disabled, span.tmenu {
3101 text-decoration: none !important;
3105a.tmenu:link, a.tmenu:visited, a.tmenu:hover, a.tmenu:active {
3106 font-weight: normal;
3107 padding: 0px 5px 0px 5px;
3108 white-space: nowrap;
3110 color: var(--colortextbackhmenu);
3111 text-decoration: none;
3113a.tmenusel:link, a.tmenusel:visited, a.tmenusel:hover, a.tmenusel:active {
3114 font-weight: normal;
3115 padding: 0px 5px 0px 5px;
3116 margin: 0px 0px 0px 0px;
3117 white-space: nowrap;
3118 color: var(--colortextbackhmenu);
3119 text-decoration: none !important;
3124 padding: 0px 0px 0px 0px;
3125 margin: 0px 0px 0px 0px;
3132 background: var(--colorbackhmenu1);
3141li.tmenu, li.tmenusel {
3142 <?php print $minwidthtmenu ?
'min-width: '.$minwidthtmenu.
'px;' :
''; ?>
3144 vertical-align: bottom;
3146 float: <?php print $left; ?>;
3147 <?php
if (!$disableimages) { ?>
3148 height: <?php print $heightmenu; ?>px;
3149 padding: 0px 0px 2px 0px;
3151 padding: 0px 0px 0px 0px;
3156 margin: 0px 0px 0px 0px;
3157 font-weight: normal;
3163.tmenuend .tmenuleft { width: 0px; }
3164.tmenuend { display: none; }
3168 float: <?php print $left; ?>;
3170 <?php
if (empty(
$conf->dol_optimize_smallscreen)) { ?>
3172 <?php
if (!$disableimages) { ?>
3173 height: <?php print $heightmenu + 4; ?>px;
3181 <?php
if ($disableimages) { ?>
3186 height: <?php print $heightmenu; ?>px;
3191 padding-bottom: 5px;
3193 text-overflow: ellipsis;
3197 padding-<?php print $left; ?>: 2px;
3198 padding-<?php print $right; ?>: 2px;
3199 font-family: Roboto,<?php echo $fontlist; ?>;
3206 background-repeat:no-repeat;
3208 height: <?php echo($heightmenu - 22); ?>px;
3212a.tmenuimage:focus, .mainmenu.topmenuimage:focus {
3229<?php
if (in_array(
getDolGlobalInt(
'THEME_TOPMENU_DISABLE_IMAGE'), array(2, 3, 4))) { ?>
3230.tmenulabel:not(.menuhider), .tmenulabel:not(.menuhider)::before {
3234a.tmenuimage:not(.menuhider), a.tmenuimage:not(.menuhider)::before,
3235div.tmenuimage:not(.menuhider), div.tmenuimage:not(.menuhider)::before,
3236span.tmenuimage:not(.menuhider), span.tmenuimage:not(.menuhider)::before {
3238 margin-top: 8px !important;
3244ul.tmenu:hover .tmenulabel:not(.menuhider), ul.tmenu:hover .tmenulabel:not(.menuhider)::before {
3248 text-overflow: ellipsis;
3252 display: initial !important;
3253 line-height: 0.6em !important;
3254 height: 1em !important;
3256 text-overflow: ellipsis;
3257 color: var(--colortextbackhmenu);
3260ul.tmenu:hover .tmenuimage:not(.menuhider), ul.tmenu:hover .tmenuimage:not(.menuhider)::before {
3263 margin-top: 0px !important;
3269li.tmenu:hover .tmenulabel:not(.menuhider), li.tmenu:hover .tmenulabel:not(.menuhider)::before {
3270 display: initial !important;
3272li.tmenu:hover .tmenuimage:not(.menuhider), li.tmenu:hover .tmenuimage:not(.menuhider):before {
3273 font-size: 1.1em !important;
3274 margin-top: 0px !important;
3280<?php
if (empty($dol_hide_topmenu)) { ?>
3281 <?php include
dol_buildpath($path.
'/theme/'.$theme.
'/main_menu_fa_icons.inc.php', 0); ?>
3286 $moduletomainmenu = array(
3287 'user' =>
'',
'syslog' =>
'',
'societe' =>
'companies',
'projet' =>
'project',
'propale' =>
'commercial',
'commande' =>
'commercial',
3288 'produit' =>
'products',
'service' =>
'products',
'stock' =>
'products',
3289 'don' =>
'accountancy',
'tax' =>
'accountancy',
'banque' =>
'accountancy',
'facture' =>
'accountancy',
'compta' =>
'accountancy',
'accounting' =>
'accountancy',
'adherent' =>
'members',
'import' =>
'tools',
'export' =>
'tools',
'mailing' =>
'tools',
3290 'contrat' =>
'commercial',
'ficheinter' =>
'commercial',
'ticket' =>
'ticket',
'deplacement' =>
'commercial',
3291 'fournisseur' =>
'companies',
3292 'barcode' =>
'',
'fckeditor' =>
'',
'categorie' =>
'',
3294 $mainmenuused =
'home';
3295 foreach (
$conf->modules as $val) {
3296 $mainmenuused .=
','.(isset($moduletomainmenu[$val]) ? $moduletomainmenu[$val] : $val);
3298 $mainmenuusedarray = array_unique(explode(
',', $mainmenuused));
3302 $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');
3304 $divnotrequired = array(
'multicurrency',
'salaries',
'ticket',
'margin',
'opensurvey',
'paybox',
'expensereport',
'incoterm',
'prelevement',
'propal',
'workflow',
'notification',
'supplier_proposal',
'cron',
'product',
'productbatch',
'expedition');
3305 foreach ($mainmenuusedarray as $val) {
3306 if (empty($val) || in_array($val, $divalreadydefined)) {
3309 if (in_array($val, $divnotrequired)) {
3316 $constformoduleicon =
'MAIN_MODULE_'.strtoupper($val).
'_ICON';
3318 if ($iconformodule) {
3319 if (preg_match(
'/^fa\-/', $iconformodule)) {
3322 $url =
dol_buildpath(
'/'.$val.
'/img/'.$iconformodule.
'.png', 1);
3327 foreach (
$conf->file->dol_document_root as $dirroot) {
3328 if (file_exists($dirroot.
"/".$val.
"/img/".$val.
".png")) {
3338 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";
3339 print
'div.mainmenu.'.$val.
' span::before {'.
"\n";
3340 print
'content: "\f249";'.
"\n";
3345 print
"div.mainmenu.".$val.
" {\n";
3346 print
" background-image: url(".$url.
");\n";
3347 print
" background-position-y: 3px;\n";
3348 print
" filter: saturate(0);\n";
3351 print
'/* icon for module '.$val.
' is a fa icon */'.
"\n";
3360 padding:0 0 0 0 !important;
3361 margin:0 0px 0 0 !important;
3362 <?php
if ($disableimages) { ?>
3367 <?php
if ($disableimages) { ?>
3372 text-decoration: none;
3386 background: #f0f0f0;
3393 display:
table-cell;
3394 vertical-align: middle;
3396.login_vertical_align {
3398 padding-bottom: 80px;
3401 padding-bottom: 30px;
3403 vertical-align: middle;
3407 color: #aaa !important;
3408 padding-bottom: 20px;
3412 text-shadow: 1px 1px 1px #FFF;
3419 padding-bottom:12px;
3422 background-color: #FFFFFF;
3424 -webkit-box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(60,60,60,0.15);
3425 box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(60,60,60,0.15);
3428 border:solid 1px rgba(80,80,80,.4);
3430 border-top:solid 1px #f8f8f8;
3432.login_table input#username, .login_table input#password, .login_table input#securitycode{
3440.login_table input#username:focus, .login_table input#password:focus, .login_table input#securitycode:focus {
3441 outline: none !important;
3443.login_table .trinputlogin {
3446.login_table .tdinputlogin {
3447 background-color: #fff;
3451.login_table .tdinputlogin {
3452 border-bottom: 1px solid #ccc;
3454.login_table .tdinputlogin .fa {
3460 word-
break:
break-word;
3463.login_main_message {
3466 margin-bottom: 10px;
3468.login_main_message .error {
3469 border: 1px solid #caa;
3472div#login_left, div#login_right {
3473 display:
inline-block;
3477 padding-right: 16px;
3479 vertical-align: middle;
3481div#login_right select#entity {
3487table.login_table_securitycode {
3488 border-spacing: 0px;
3490table.login_table_securitycode tr td {
3498 border: 1px solid #f4f4f4;
3500#img_logo, .img_logo {
3504.loginbuttonexternal {
3507 border: 1px solid #ccc;
3513.atoplogin.dropdown .dropdown-menu {
3520 padding-bottom: 3px;
3522 <?php print $left; ?>: 0;
3523<?php
if (in_array(
$conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) { ?>
3530 vertical-align: middle;
3531 background: var(--colorbackvmenu1);
3532 width: <?php echo $leftmenuwidth + 6; ?>px;
3534 <?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3538.sidebar-collapse div.login_block {
3542 color: var(--colortextbackvmenu);
3543 display:
inline-block;
3545div.login_block a .atoploginusername {
3546 color: var(--colortextbackhmenu);
3547 display:
inline-block;
3550 text-overflow: ellipsis;
3552div.login_block span.aversion {
3553 color: var(--colortextbackvmenu);
3554 filter: contrast(0.7);
3556div.login_block
table {
3562 float: <?php echo $right; ?>;
3565 color: var(--colortextvmenu);
3568 color: var(--colortextvmenu);
3569 text-decoration:underline;
3571div.login_block_user, div.login_block_other { clear: both; }
3572div.login_block_other { padding-top: 15px; }
3573div.login_block_tools { padding-top: 0px; }
3575.topnav div.login_block_user {
3576 display:
inline-block;
3577 vertical-align: middle;
3578 line-height: <?php echo $disableimages ?
'25' :
'70'; ?>px;
3579 height: <?php echo $disableimages ?
'25' :
'70'; ?>px;
3581.topnav div.login_block_other {
3582 display:
inline-block;
3583 vertical-align: middle;
3584 clear: <?php echo $disableimages ?
'none' :
'both'; ?>;
3586 text-align: <?php echo $right; ?>;
3587 margin-<?php echo $right; ?>: 8px;
3591.login_block_other .login_block_elem {
3596 float: <?php echo $right; ?>;
3597 vertical-align: middle;
3598 padding: 0px 3px 0px 3px !important;
3601.login_block_elem_name {
3605 white-space: nowrap;
3608 text-overflow: ellipsis;
3612.atoplogin, .atoplogin:hover {
3613 color: var(--colortextbackvmenu) !important;
3615.alogin, .alogin:hover {
3616 color: #888 !important;
3617 font-weight: normal !important;
3618 font-size: <?php echo is_numeric($fontsizesmaller) ? $fontsizesmaller.
'px' : $fontsizesmaller; ?> !important;
3620.alogin:hover, .atoplogin:hover {
3621 text-decoration:underline !important;
3623span.fa.atoplogin, span.fa.atoplogin:hover {
3625 text-decoration: none !important;
3627img.login, img.printer, img.entity {
3630 text-decoration: none;
3634.userimg.atoplogin img.userphoto, .userimgatoplogin img.userphoto {
3636 width: <?php echo $disableimages ?
'26' :
'30'; ?>px;
3637 height: <?php echo $disableimages ?
'26' :
'30'; ?>px;
3639 background-size: contain;
3640 background-color: #FFF;
3643 border-radius: 0.75em;
3646 background-size: contain;
3647 vertical-align: middle;
3649span.userimg div.userphoto {
3650 background-color: #eee;
3651 border-radius: 0.72em;
3655 display:
inline-block;
3658 border-radius: 0.6em;
3661 background-size: contain;
3662 vertical-align: middle;
3664img.userphoto[alt=
"Gravatar avatar"], img.photouserphoto.dropdown-
user-image[alt=
"Gravatar avatar"] {
3667img.userphotopublicvcard {
3671 background-size: contain;
3673 border-color: rgba(128, 128, 128, 0.5);
3678form[
name=
"addtime"] img.userphoto {
3679 border: 1px solid #444;
3682 background-image: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/object_user.png', 1); ?>);
3683 background-repeat: no-repeat;
3685.span-icon-password {
3686 background-image: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/lock.png', 1); ?>);
3687 background-repeat: no-repeat;
3694div.vmenu, td.vmenu {
3695 margin-<?php print $right; ?>: 2px;
3697 float: <?php print $left; ?>;
3699 padding-bottom: 0px;
3701 width: <?php echo $leftmenuwidth; ?>px;
3705 margin-<?php print $left; ?>: 4px;
3706 <?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3711.vmenusearchselectcombo {
3712 width: <?php echo $leftmenuwidth - 20; ?>px;
3717 padding-bottom: 3px;
3719 text-overflow: ellipsis;
3721#menu_contenu_logo { padding-right: 4px; }
3722.companylogo { padding-top: 4px; }
3723.searchform { padding-top: 10px; }
3724.searchform .bordertransp { border: 0; }
3725#divsearchforms2 form.searchform .button { border: none !important; }
3727a.vmenu:link, a.vmenu:visited, a.vmenu:hover, a.vmenu:active, span.vmenu, span.vsmenu {
3728 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;
3730span.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; }
3731a.vmenu:link, a.vmenu:visited {
3732 color: var(--colortextbackvmenu);
3735a.vsmenu:link, a.vsmenu:visited, a.vsmenu:hover, a.vsmenu:active, span.vmenu, span.vsmenu {
3736 font-size:<?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize ?>; font-family: <?php print $fontlist ?>; text-align: <?php print $left; ?>; font-weight: normal;
3737 color: var(--colortextbackvmenu);
3738 margin: 1px 1px 1px 8px;
3740span.vsmenudisabled:not(.spanlilevel0), font.vsmenudisabled:not(.spanlilevel0) {
3741 font-size:<?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize ?>;
3743span.vsmenudisabled, font.vsmenudisabled {
3744 font-family: <?php print $fontlist ?>;
3745 text-align: <?php print $left; ?>;
3746 font-weight: normal;
3747 color: var(--colortextbackvmenu);
3748 white-space: nowrap;
3750a.vsmenu:link, a.vsmenu:visited {
3751 color: var(--colortextbackvmenu);
3752 white-space: nowrap;
3754span.vsmenudisabledmargin, font.vsmenudisabledmargin { margin: 1px 1px 1px 8px; }
3756a.help:link, a.help:visited, a.help:hover, a.help:active, span.help {
3757 text-align: <?php print $left; ?>; font-weight: normal; color: #999; text-decoration: none;
3765 color: var(--colortextbackhmenu);
3767 display:
inline-block;
3769 vertical-align: super;
3771 transform: rotate(<?php echo($left ==
'left' ?
'55deg' :
'305deg'); ?>);
3776 border-bottom: 0 !important;
3779 margin: <?php echo $disableimages ?
'-1' :
'6'; ?>px;
3783 height: <?php echo $disableimages ?
'18' :
'32'; ?>px;
3786 vertical-align: middle;
3788.menulogocontainer img.mycompany {
3789 object-fit: contain;
3792 image-rendering: -webkit-optimize-contrast;
3795#mainmenutd_companylogo::after {
3798li#mainmenutd_companylogo .tmenucenter {
3801li#mainmenutd_companylogo {
3802 min-width: unset !important;
3804<?php
if ($disableimages) { ?>
3805 li#mainmenutd_home {
3806 min-width: unset !important;
3808 li#mainmenutd_home .tmenucenter {
3813div.blockvmenupair, div.blockvmenuimpair
3815 font-family: <?php print $fontlist ?>;
3816 text-align: <?php print $left; ?>;
3817 text-decoration: none;
3821 padding-bottom: 3px;
3822 margin: 1px 0px 8px 0px;
3824 color: var(--colortext);
3825 background: var(--colorbackvmenu1);
3827 padding-bottom: 10px;
3828 border-bottom: 1px solid #e8e8e8;
3830div.blockvmenubookmarks
3832 padding-bottom: 16px !important;
3835 border: none !important;
3836 padding-left: 0 !important;
3838a.vsmenu.addbookmarkpicto {
3839 padding-right: 10px;
3841div.blockvmenufirst {
3844 border-top: 1px solid #e0e0e0;
3847div.blockvmenusearch, div.blockvmenubookmarks
3849 font-family: <?php print $fontlist ?>;
3851 text-align: <?php print $left; ?>;
3852 text-decoration: none;
3856 padding-bottom: 3px;
3857 margin: 1px 0px 2px 0px;
3858 background: var(--colorbackvmenu1);
3860 padding-bottom: 10px;
3863div.blockvmenusearchphone
3865 border-bottom: none;
3871<?php
if (empty(
$conf->dol_optimize_smallscreen)) { ?>
3872 font-family: <?php print $fontlist ?>;
3875 text-decoration: none;
3879 padding-bottom: 3px;
3880 margin: 4px 0px 0px 0px;
3888 border-right: 1px solid #000000;
3889 border-bottom: 1px solid #000000;
3890 background: #b3c5cc;
3891 font-family: <?php print $fontlist ?>;
3893 text-align: <?php print $left; ?>;
3894 text-decoration: none;
3898 background: #b3c5cc;
3903 background: #F4F4F4;
3905 border: 1px solid #bbb;
3916#mainContent, #leftContent .ui-layout-pane {
3921#mainContent, #leftContent .ui-layout-center {
3933 padding-bottom: 0 !important;
3938 padding: 0px 4px 14px 4px !important;
3954li.expanded > a.fmdirlia.jqft.ecmjqft {
3955 font-weight: bold !important;
3959 width: calc(100% - 100px);
3963 white-space:
break-spaces;
3964 word-
break:
break-all;
3972 text-align: <?php print $left; ?>;
3983 font-weight: normal !important;
3986 color: var(--colortextbacktab);
3989 padding-right: 24px;
3990 padding-bottom: 23px;
3991 margin: 0px 0px 20px 0px;
3992 -webkit-border-radius: 3px;
3994 border-right: 1px solid #CCC;
3995 border-left: 1px solid #CCC;
3996 border-top: 1px solid #CCC;
3997 border-bottom: 1px solid #CCC;
3999 background: var(--colorbacktabcard1);
4001div.tabBar tr.titre td {
4004div.fiche
table:not(.table-fiche-title) tr.titre td {
4016div.tabBarWithBottom {
4017 padding-bottom: 18px;
4018 border-bottom: 1px solid #aaa;
4020div.tabBar
table.tableforservicepart2:last-child {
4021 border-bottom: 1px solid #aaa;
4023.tableforservicepart1 .tdhrthin {
4027div.tabs div.tabsElem:first-of-
type a.tab {
4028 margin-left: 0px !important;
4032 color: var(--colortextlink) !important;
4034a.tab:link, a.tab:visited, a.tab:hover, a.tab#active {
4035 font-family: <?php print $fontlist ?>;
4036 padding: 10px 13px 10px;
4038 text-decoration: none;
4039 white-space: nowrap;
4040 background-image: none !important;
4043.tabactive, a.tab#active {
4044 color: var(--colortextbacktab) !important;
4045 background: var(--colorbacktabcard1) !important;
4047 border-right: 1px solid #AAA !important;
4048 border-left: 1px solid #AAA !important;
4049 border-top: 2px solid #111 !important;
4051.tabunactive, a.tab#unactive {
4052 border-right: 1px solid transparent;
4053 border-left: 1px solid transparent;
4054 border-top: 1px solid transparent;
4055 border-bottom: 0px !important;
4064 text-decoration: underline;
4068 font-family: <?php print $fontlist ?>;
4069 text-decoration: none;
4070 white-space: nowrap;
4074 background: #dee7ec;
4078 background: #dee7ec;
4080 font-family: <?php print $fontlist ?>;
4083 text-decoration: none;
4084 white-space: nowrap;
4085 -webkit-border-radius:3px 3px 0px 0px;
4086 border-radius:3px 3px 0px 0px;
4088 border-<?php print $right; ?>: 1px solid #555555;
4089 border-<?php print $left; ?>: 1px solid #D8D8D8;
4090 border-top: 1px solid #D8D8D8;
4104 margin-bottom: 1.4em;
4107 margin: 20px 0em 20px 0em;
4111div.tabsActionNoBottom {
4115 margin-bottom: 16px !important;
4121 border: 1px solid #888;
4125 padding-bottom: 5px;
4131 color:rgba(0,0,0,.5);
4132 margin-<?php print $right; ?>: 10px;
4133 text-shadow:1px 1px 1px #ffffff;
4134 font-family: <?php print $fontlist ?>;
4135 font-weight: normal;
4136 padding: 4px 6px 2px 6px;
4138 text-decoration: none;
4139 white-space: nowrap;
4150<?php include
dol_buildpath($path.
'/theme/'.$theme.
'/btn.inc.php', 0); ?>
4163 background-repeat: repeat-x;
4164 margin-top: <?php echo($dol_hide_topmenu ?
'6' :
'0'); ?>px;
4168 border-collapse: collapse;
4171 padding-<?php print $left; ?>: 0px !important;
4172 padding-<?php print $right; ?>: 4px !important;
4175 list-style-
type:none;
4176 margin: 0px !important;
4177 padding: 0px !important;
4182tr.nocellnopadd td.nobordernopadding, tr.nocellnopadd td.nocellnopadd
4188 color: unset !important;
4192 padding: 4px !important;
4193 padding-left: 7px !important;
4194 padding-right: 7px !important;
4196input.button.smallpaddingimp, input.buttonreset.smallpaddingimp {
4198 font-weight: normal !important;
4202 color: var(--colortextlink);
4203 background-color: transparent;
4206input.buttonlink:hover {
4207 text-decoration: underline;
4213 text-decoration: underline;
4214 color: var(--colortextlink);
4215 background-color: transparent;
4220 border-collapse: collapse;
4223 padding-<?php print $left; ?>: 0px;
4224 padding-<?php print $right; ?>: 16px;
4225 padding-bottom: 4px;
4228.notopnoleftnoright {
4229 border-collapse: collapse;
4234 padding-bottom: 4px;
4235 margin: 0px 0px 0px 0px;
4238table.tableforemailform tr td {
4240 padding-bottom: 3px;
4243table.border,
table.bordernooddeven,
table.dataTable, .table-border, .table-border-col, .table-key-border-col, .table-val-border-col, div.border {
4245 border-collapse: collapse !important;
4246 padding: 1px 2px 1px 3px;
4249 border: 1px solid #BBB;
4252.border tbody tr, .bordernooddeven tbody tr, .border tbody tr td, .bordernooddeven tbody tr td,
4253div.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,
4254tr.liste_titre.box_titre td
table td, .bordernooddeven tr td {
4257.liste_titre.trheight5em {
4258 height: 4em !important;
4261table.border td,
table.bordernooddeven td, div.border div div.tagtd {
4262 padding: 3px 4px 3px 4px;
4264 border-collapse: collapse;
4267td.border, div.tagtable div div.border {
4268 border-top: 1px solid #000000;
4269 border-right: 1px solid #000000;
4270 border-bottom: 1px solid #000000;
4271 border-left: 1px solid #000000;
4274.table-key-border-col {
4278.table-val-border-col {
4283.thsticky, .tdsticky {
4287.thstickyright, .tdstickyright {
4291.thstickygray, .tdstickygray {
4292 background-color: lightgray;
4294.thstickyghostwhite, .tdstickyghostwhite {
4295 background-color: ghostwhite;
4297.thstickyinherit, .tdstickyinherit {
4298 background-color: inherit;
4303.tagtable td[data-key=
"ref"], .tagtable th[data-key=
"ref"] {
4307 max-width: 150px !important;
4309 background-color: gainsboro;
4316.tagtable td.actioncolumn, .tagtable th.actioncolumn {
4320 max-width: 150px !important;
4322 background-color: gainsboro;
4330.nobordertop, .nobordertop tr:first-of-
type td {
4331 border-top: none !important;
4333.noborderbottom, .noborderbottom tr:last-of-
type td {
4334 border-bottom: none !important;
4337 border-top: 1px solid var(--colortopbordertitle1);
4340 border-bottom: 1px solid var(--colortopbordertitle1);
4343.fichehalfright
table.noborder {
4344 margin: 0px 0px 0px 0px;
4348 background: var(--colorbacktitle1);
4353 <?php
if ($userborderontable) { ?>
4354 border-right: 1px solid #ccc;
4355 border-left: 1px solid #ccc;
4358table.liste,
table.noborder:not(.paymenttable):not(.margintable):not(.tableforcontact),
table.formdoc, div.noborder:not(.paymenttable):not(.margintable):not(.tableforcontact) {
4360 if ($userborderontable) { ?>
4363 border-left: 1px solid #ccc;
4364 border-right: 1px solid #ccc;
4366 border-left: 1px solid #f0f0f0;
4367 border-right: 1px solid #f0f0f0;
4371 width: calc(100% - 2px);
4373 border-collapse: separate !important;
4374 border-spacing: 0px;
4376 border-top-width: <?php echo $borderwidth ?>px;
4377 border-top-color: var(--colortopbordertitle1);
4378 border-top-style: solid;
4380 border-bottom-width: 1px;
4381 border-bottom-color: #BBB;
4382 border-bottom-style: solid;
4384 margin: 0px 0px 20px 0px;
4386 -webkit-border-radius: 0.1em;
4387 border-radius: 0.1em;
4389table.noborder tr, div.noborder form {
4390 border-top-color: #FEFEFE;
4392 border-right-width: 1px;
4393 border-right-color: #BBBBBB;
4394 border-right-style: solid;
4396 border-left-width: 1px;
4397 border-left-color: #BBBBBB;
4398 border-left-style: solid;
4401table.paddingtopbottomonly tr td {
4403 padding-bottom: 2px;
4406table.nointerlines tr:not(:last-child) td {
4407 border-bottom: unset !important;
4408 border-top: unset !important;
4413table.noborder:not(.cal_month, .paymenttable) {
4414 border-radius: <?php echo $borderradius; ?>px;
4416table.noborder.cal_month {
4417 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4418 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4420table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child td:first-child,
4421table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child th:first-child,
4422table.tagtable.liste:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child td:first-child,
4423table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.trfirstline td:first-child {
4424 border-top-left-radius: <?php echo $borderradius; ?>px;
4426table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child td:last-child,
4427table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child th:last-child,
4428table.tagtable.liste:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child th:last-child,
4429table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.trfirstline td:last-child {
4430 border-top-right-radius: <?php echo $borderradius; ?>px;
4432table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr:last-child td:first-child,
4433table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr:last-child th:first-child {
4434 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4436table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr:last-child td:last-child,
4437table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr:last-child th:last-child {
4438 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4440table.noborder thead tr:last-child td:first-child,
4441table.noborder thead tr:last-child th:first-child {
4442 border-bottom-left-radius: unset !important;
4444table.noborder thead tr:last-child td:last-child,
4445table.noborder thead tr:last-child th:last-child {
4446 border-bottom-right-radius: unset !important;
4449table.liste:not(.listwithfilterbefore) {
4450 border-top-left-radius: <?php echo $borderradius; ?>px;
4451 border-top-right-radius: <?php echo $borderradius; ?>px;
4454 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4455 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4457table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child td:first-child,
4458table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child th:first-child {
4459 border-top-left-radius: <?php echo $borderradius; ?>px;
4461table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child td:last-child,
4462table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child th:last-child {
4463 border-top-right-radius: <?php echo $borderradius; ?>px;
4465div.liste_titre_bydiv {
4466 border-top-left-radius: <?php echo $borderradius; ?>px;
4467 border-top-right-radius: <?php echo $borderradius; ?>px;
4469div.liste_titre_bydiv_nothingafter {
4470 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4471 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4472 border-bottom-width: 1px;
4473 border-bottom-color: #BBB;
4474 border-bottom-style: solid;
4476table.liste tr:last-child td:first-child,
4477table.liste tr:last-child th:first-child {
4478 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4480table.liste tr:last-child td:last-child,
4481table.liste tr:last-child th:last-child {
4482 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4485table#tablelines tr:last-of-
type td:first-child,
table#tablelines tr#trlinefordates,
table#tablelines tr#trlinefordates td,
4486table#tablelinesservice tr:last-of-
type td:first-child,
table#tablelinesservice tr#trlinefordates,
table#tablelinesservice tr#trlinefordates td {
4487 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4489table#tablelines tr:last-of-
type td:last-child,
table#tablelines tr#trlinefordates,
table#tablelines tr#trlinefordates td,
4490table#tablelinesservice tr:last-of-
type td:last-child,
table#tablelinesservice tr#trlinefordates,
table#tablelinesservice tr#trlinefordates td {
4491 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4496.liste_titre_filter {
4497 background: var(--colorbacktitle1) !important;
4499tr.liste_titre_filter td.liste_titre {
4501 padding-bottom: 3px;
4503.liste_titre_create td, .liste_titre_create th, .liste_titre_create .tagtd
4505 border-top-width: 1px;
4506 border-top-color: var(--colortopbordertitle1);
4507 border-top-style: solid;
4509tr#trlinefordates td {
4510 border-bottom: 0px !important;
4512.liste_titre_add td, .liste_titre_add th, .liste_titre_add .tagtd
4514 border-top-width: 2px;
4515 border-top-color: var(--colortopbordertitle1);
4516 border-top-style: solid;
4518.liste_titre_add td, .liste_titre_add .tagtd
4520 border-top-width: 1px;
4521 border-top-color: var(--colortopbordertitle1);
4522 border-top-style: solid;
4525td.linecoldescription {
4526 padding: 6px 10px 6px 12px !important;
4529table.liste th,
table.noborder th,
table.noborder tr.liste_titre td,
table.noborder tr.box_titre td {
4530 padding: 8px 8px 8px 10px;
4533table.liste td,
table.noborder td, div.noborder form div,
table.tableforservicepart1 td,
table.tableforservicepart2 td {
4534 padding: 4px 8px 4px 10px;
4537table.liste tr.trkanban td {
4538 padding: 12px 15px 12px 15px;
4542 padding: unset !important;
4543 border: unset !important;
4546table.liste td,
table.noborder td, div.noborder form div {
4547 padding: 8px 8px 8px 8px;
4549div.liste_titre_bydiv .divsearchfield {
4550 padding: 2px 1px 2px 6px;
4553table.nobordernopadding {
4554 border-collapse: collapse !important;
4557table.nobordernopadding tr {
4558 border: 0 !important;
4559 padding: 0 0 !important;
4561table.nobordernopadding tr td {
4562 border: 0 !important;
4565table.border tr td
table.nobordernopadding tr td {
4571 border-right-width: 1px !important;
4572 border-right-color: #BBB !important;
4573 border-right-style: solid !important;
4577 border-left-width: 1px !important;
4578 border-left-color: #BBB !important;
4579 border-left-style: solid !important;
4583table.listwithfilterbefore {
4584 border-top: none !important;
4587.tagtable, .table-border { display:
table; }
4588.tagtr, .table-border-row { display:
table-row; }
4589.tagtd, .table-border-col, .table-key-border-col, .table-val-border-col { display:
table-cell; }
4590.confirmquestions .tagtr .tagtd:not(:first-child) { padding-left: 10px; }
4591.confirmquestions { margin-top: 5px; }
4600 color: var(--colortexttitlenotab);
4604 color: var(--colortexttitlenotab) !important;
4608 font-weight: normal;
4609 color: var(--refidnocolor);
4614 display:
inline-block;
4616div.refaddress div.address {
4622 float:<?php echo $right; ?>
4625 font-weight: normal;
4630 display:
inline-block;
4636 display:
inline-block;
4643 display:
inline-block;
4648div.pagination li.pagination a,
4649div.pagination li.pagination span {
4652 line-height: 1.42857143;
4653 color: var(--color-black);
4654 text-decoration: none;
4656div.pagination li.pagination span.inactive {
4661div.pagination li.litext a {
4663 padding-right: 10px;
4667div.pagination li.noborder a:hover {
4669 background-color: transparent;
4671div.pagination li:first-child a,
4672div.pagination li:first-child span {
4674 border-top-left-radius: 4px;
4675 border-bottom-left-radius: 4px;
4677div.pagination li:last-child a,
4678div.pagination li:last-child span {
4679 border-top-right-radius: 4px;
4680 border-bottom-right-radius: 4px;
4682div.pagination li a:hover,
4683div.pagination li span:hover,
4684div.pagination li a:focus,
4685div.pagination li span:focus {
4687 background-color: #eee;
4691div.pagination li .active a,
4692div.pagination li .active span,
4693div.pagination li .active a:hover,
4694div.pagination li .active span:hover,
4695div.pagination li .active a:focus,
4696div.pagination li .active span:focus {
4700 background-color: var(--colorbackhmenu1);
4701 border-color: #337ab7;
4703div.pagination .disabled span,
4704div.pagination .disabled span:hover,
4705div.pagination .disabled span:focus,
4706div.pagination .disabled a,
4707div.pagination .disabled a:hover,
4708div.pagination .disabled a:focus {
4710 cursor: not-allowed;
4711 background-color: #fff;
4714div.pagination li.pagination .active {
4715 text-decoration: underline;
4718.paginationafterarrows .nohover {
4719 box-shadow: none !important;
4721div.pagination li.paginationafterarrows {
4724.paginationatbottom {
4727table.hidepaginationprevious .paginationprevious {
4730table.hidepaginationnext .paginationnext {
4733.paginationafterarrows a.btnTitlePlus:hover span:before {
4765ul.noborder li:nth-child(odd):not(.liste_titre) {
4766 background-color: var(--colorbacklinepair2) !important;
4771.tmenucompanylogo.nohover, .tmenucompanylogo.nohover:hover {
4772 opacity: unset !important;
4774.nohoverborder:hover {
4777 -webkit-box-shadow: unset;
4779.oddeven:hover:not(.nohover), .evenodd:hover:not(.nohover), .oddevenimport:hover:not(.nohover), .evenoddimport:hover:not(.nohover), .impair:hover:not(.nohover), .pair:hover:not(.nohover) {
4780 background: rgb(<?php echo $colorbacklinepairhover; ?>) !important;
4784 background: rgb(<?php echo $colorbacklinepairchecked; ?>) !important;
4786<?php
if ($colorbacklinepairchecked) { ?>
4788 background: rgb(<?php echo $colorbacklinepairchecked; ?>) !important;
4793 background: unset !important;
4795.nohoverborder:hover {
4798 -webkit-box-shadow: unset;
4801.oddeven, .evenodd, .impair, .pair, .nohover .impair:hover, tr.impair td.nohover, tr.pair td.nohover, .tagtr.oddeven
4803 font-family: <?php print $fontlist ?>;
4806 color: var(--oddevencolor);
4808.impair, .nohover .impair:hover, tr.impair td.nohover
4810 background: var(--colorbacklineimpair2);
4812.pair, .nohover .pair:hover, tr.pair td.nohover {
4813 background-color: var(--colorbacklinepair1);
4815tr.oddeven.oddevendouble {
4816 height: 60px !important;
4820 background-color: var(--colorbacklineimpair2);
4822table.dataTable tr.oddeven {
4823 background-color: var(--colorbacklinepair1) !important;
4827td.oddeven,
table.nohover tr.impair,
table.nohover tr.pair,
table.nohover tr.impair td,
table.nohover tr.pair td, tr.nohover td, form.nohover, form.nohover:hover {
4828 background-color: var(--colorbacklineimpair2) !important;
4829 background: var(--colorbacklineimpair2) !important;
4831td.evenodd, tr.nohoverpair td, #trlinefordates td {
4832 background-color: var(--colorbacklinepair2) !important;
4833 background: var(--colorbacklinepair2) !important;
4837 border-bottom: 1pt solid black !important;
4838 background-color: var(--colorbacklinebreak) !important;
4840.trforbreak.nobold td a, .trforbreak.nobold span.secondary {
4841 font-weight: normal !important;
4845 padding: 5px 2px 5px 3px !important;
4847tr.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 {
4848 padding: 5px 2px 5px 3px;
4849 border-bottom: 1px solid #eee;
4851form.pair, form.impair {
4852 font-weight: normal;
4854tr.pair:last-of-
type td, tr.impair:last-of-
type td {
4855 border-bottom: 0px !important;
4857tr.pair td .nobordernopadding tr td, tr.impair td .nobordernopadding tr td {
4858 border-bottom: 0px !important;
4868div.liste_titre .tagtd {
4869 vertical-align: middle;
4872 min-height: 26px !important;
4875 padding-bottom: 2px;
4885 border-top-width: 1px;
4886 border-top-color: #BBB;
4887 border-top-style: solid;
4889div.liste_titre_bydiv {
4890 <?php
if ($userborderontable) { ?>
4891 border-top-width: <?php echo $borderwidth ?>px;
4892 border-top-color: var(--colortopbordertitle1);
4893 border-top-style: solid;
4895 border-collapse: collapse;
4897 padding: 2px 0px 2px 0;
4899 width: calc(100% - 2px);
4901div.liste_titre_bydiv_inlineblock {
4902 display:
inline-block;
4906tr.liste_titre, tr.liste_titre_sel, form.liste_titre, form.liste_titre_sel,
table.dataTable.tr, tagtr.liste_titre
4908 height: 26px !important;
4910div.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
4912 background: var(--colorbacktitle1);
4913 font-weight: <?php echo $useboldtitle ?
'bold' :
'normal'; ?>;
4916 color: var(--colortexttitle);
4917 font-family: <?php print $fontlist ?>;
4918 text-align: <?php echo $left; ?>;
4920tr.liste_titre th, tr.liste_titre td, th.liste_titre
4922 border-bottom: 1px solid #aaa;
4925tr:first-child th.liste_titre, tr:first-child th.liste_titre_sel {
4926 border-bottom: 1px solid #FFF ! important;
4928tr.liste_titre th, th.liste_titre, tr.liste_titre td, td.liste_titre, form.liste_titre div, div.liste_titre
4930 font-family: <?php print $fontlist ?>;
4931 font-weight: <?php echo $useboldtitle ?
'bold' :
'normal'; ?>;
4932 vertical-align: middle;
4935tr.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 {
4936 text-shadow: none !important;
4937 color: var(--colortexttitlelink);
4939tr.liste_titre_topborder td {
4940 border-top-width: <?php echo $borderwidth; ?>px;
4941 border-top-color: var(--colortopbordertitle1);
4942 border-top-style: solid;
4945 text-shadow: none !important;
4946 color: var(--colortexttitle);
4948.liste_titre td a.notasortlink {
4949 color: var(--colortextlink);
4951.liste_titre td a.notasortlink:hover {
4952 background: transparent;
4954tr.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 {
4956 border-bottom: none;
4958tr.liste_titre_filter th.liste_titre:not(.center) { text-align: unset; }
4965tr.liste_titre_sel th, th.liste_titre_sel, tr.liste_titre_sel td, td.liste_titre_sel, form.liste_titre_sel div
4967 font-family: <?php print $fontlist ?>;
4968 font-weight: normal;
4969 border-bottom: 1px solid #FDFFFF;
4973 background: transparent;
4977.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 {
4981.noborder tr.liste_total td, tr.liste_total td, form.liste_total div {
4982 white-space: nowrap;
4985.noborder tr.liste_total_wrap td, tr.liste_total_wrap td, form.liste_total_wrap div {
4986 white-space: normal;
4989tr.liste_sub_total, tr.liste_sub_total td {
4990 border-bottom: 2px solid #aaa;
4993.tableforservicepart1 .impair, .tableforservicepart1 .pair, .tableforservicepart2 .impair, .tableforservicepart2 .pair {
4996.tableforservicepart1 tbody tr td, .tableforservicepart2 tbody tr td {
4997 border-bottom: none;
5000.paymenttable, .margintable {
5001 margin: 0px 0px 0px 0px !important;
5003.paymenttable, .margintable:not(.margintablenotop) {
5004 border-top-width: <?php echo $borderwidth ?>px !important;
5005 border-top-color: var(--colortopbordertitle1) !important;
5006 border-top-style: solid !important;
5008.margintable.margintablenotop {
5009 border-top-width: 0;
5011.paymenttable tr td:first-child, .margintable tr td:first-child
5015.paymenttable, .margintable tr td {
5021 -webkit-box-shadow: 0px 0px 0px #f4f4f4 !important;
5022 box-shadow: 0px 0px 0px #f4f4f4 !important;
5025 -webkit-box-shadow: 2px 2px 5px #CCC !important;
5026 box-shadow: 2px 2px 5px #CCC !important;
5030 -webkit-box-shadow: 0px 0px 5px #888;
5031 box-shadow: 0px 0px 5px #888;
5034div.tabBar .noborder {
5035 -webkit-box-shadow: 0px 0px 0px #f4f4f4 !important;
5036 box-shadow: 0px 0px 0px #f4f4f4 !important;
5038div .tdtop:not(.tagtdnote) {
5039 vertical-align: top !important;
5040 padding-top: 8px !important;
5041 padding-bottom: 0px !important;
5044#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 {
5045 border-bottom: 1px solid #AAA !important;
5047#tablelines tr td, #tablelinesservice tr td {
5054.noborder > tbody > tr:nth-child(even):not(.liste_titre):not(.nooddeven),
5055.liste > tbody > tr:nth-child(even):not(.liste_titre):not(.nooddeven),
5056div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) > .border > tbody >
table:not(.tableforfieldedit) > tr:nth-of-
type(even):not(.liste_titre):not(.nooddeven),
5057.liste > tbody > tr:nth-of-
type(even):not(.liste_titre):not(.nooddeven),
5058div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) .oddeven.tagtr:nth-of-
type(even):not(.liste_titre):not(.nooddeven)
5060 background: linear-gradient(to bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
5061 background: -o-linear-gradient(bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
5062 background: -moz-linear-gradient(bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
5063 background: -webkit-linear-gradient(bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
5065.noborder > tbody > tr:nth-child(even):not(:last-of-
type) td:not(.liste_titre),
5066.liste > tbody > tr:nth-child(even):not(:last-of-
type) td:not(.liste_titre),
5067.noborder .tagtr:nth-child(even):not(:last-of-
type) .oddeven.tagtd:not(.liste_titre)
5069 border-bottom: 1px solid #e8e8e8;
5072.noborder > tbody > tr:nth-child(odd):not(.liste_titre):not(.nooddeven),
5073.liste > tbody > tr:nth-child(odd):not(.liste_titre):not(.nooddeven),
5074div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) > .border > tbody >
table:not(.tableforfieldedit) > tr:nth-of-
type(odd):not(.liste_titre):not(.nooddeven),
5075.liste > tbody > tr:nth-of-
type(odd):not(.liste_titre):not(.nooddeven),
5076div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) .oddeven.tagtr:nth-of-
type(odd):not(.liste_titre):not(.nooddeven)
5078 background: linear-gradient(to bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
5079 background: -o-linear-gradient(bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
5080 background: -moz-linear-gradient(bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
5081 background: -webkit-linear-gradient(bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
5083.noborder > tbody > tr:nth-child(odd):not(:last-child) td:not(.liste_titre),
5084.liste > tbody > tr:nth-child(odd):not(:last-child) td:not(.liste_titre),
5085.noborder .tagtr:nth-child(odd):not(:last-child) .oddeven.tagtd:not(.liste_titre)
5087 border-bottom: 1px solid #e8e8e8;
5090ul.noborder li:nth-child(even):not(.liste_titre) {
5091 background-color: var(--colorbacklinepair2) !important;
5104 padding-bottom: 12px;
5109.boxstats, .boxstats130 {
5110 display:
inline-block;
5117.boxstats, .boxstats130, .boxstatscontent {
5118 white-space: nowrap;
5120 text-overflow: ellipsis;
5132@media only screen and (max-width: 768px)
5134 .tabBar .arearef .pagination.paginationref {
5135 max-width: calc(50%);
5138 div.pagination ul li {
5142 div.pagination .button-title-separator {
5146 .clearbothonsmartphone {
5148 display: block !important;
5152 padding-left: 0 !important;
5153 margin-left: 0 !important;
5154 margin-right: 0 !important;
5161 .boxstats, .boxstats130 {
5163 border: 1px solid #ddd;
5173 .dashboardlineindicator {
5185 box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20);
5192.boxstatsindicator.thumbstat150 {
5193 display:
inline-flex;
5195span.boxstatsindicator {
5197 font-weight: normal;
5198 color: rgb(<?php print $colortextlink; ?>);
5200span.dashboardlineindicator, span.dashboardlineindicatorlate {
5202 font-weight: normal;
5204a.dashboardlineindicatorlate:hover {
5205 text-decoration: none;
5207.dashboardlineindicatorlate img {
5210span.dashboardlineok {
5213span.dashboardlineko {
5217.dashboardlinelatecoin {
5222 padding: 1px 6px 1px 6px;
5223 background-color: #8c4446;
5224 color: #FFFFFF ! important;
5225 border-radius: .25em;
5228 margin-bottom: 20px !important;
5231 border-bottom-width: 1px;
5239.boxtablenomarginbottom {
5240 margin-bottom: 0 !important;
5242.boxtable .fichehalfright, .boxtable .fichehalfleft {
5248.boxworkingboard .tdboxstats {
5249 padding-left: 1px !important;
5250 padding-right: 1px !important;
5252a.valignmiddle.dashboardlineindicator {
5256 height: 30px !important;
5259 height: 50px !important;
5263 height: 26px !important;
5270 background: var(--colorbacktitle1);
5271 color: var(--colortexttitle);
5272 font-family: <?php print $fontlist ?>, sans-serif;
5273 font-weight: <?php echo $useboldtitle ?
'bold' :
'normal'; ?>;
5274 border-bottom: 1px solid #FDFFFF;
5275 white-space: nowrap;
5278tr.box_titre td.boxclose {
5281img.boxhandle, img.boxclose {
5286 vertical-align: middle;
5289.formboxfilter input[
type=image]
5299.prod_entry_mode_free, .prod_entry_mode_predef {
5300 height: 26px !important;
5301 vertical-align: middle;
5305 border: 1px solid #888;
5315 transition: color 0.4s;
5317.star:hover, .star.active {
5318 color: <?php echo $badgeWarning ?>;
5321.search-component-assistance {
5324 background: var(--colorbackbody);
5325 border-width: 1px 1px 2px;
5326 border-style: solid;
5327 border-color: rgb(204, 204, 204);
5328 border-image: none; padding: 9px;
5329 box-shadow: rgba(136, 136, 136, 0.267) 1px 2px 10px;
5335.search-component-assistance .assistance-title {
5341.search-component-assistance .separator {
5345.search-component-assistance .end-separator {
5348.search-component-assistance .assistance-errors {
5351 margin: 5px 0px 5px 0px
5353.search-component-assistance .assistance-errors {
5358 margin: 0 !important;
5360.search-component-assistance .operand, .search-component-assistance .operator, .search-component-assistance .value {
5363.search-component-assistance .btn-div{
5367@media only screen and (max-width: 620px) {
5368 .search-component-assistance .operand, .operator, .value {
5369 display: block !important;
5371 .search-component-assistance .separator, .end-separator {
5381.ok { color: #114466; }
5382.warning { color: #887711 !important; }
5383.error { color: #550000 !important; font-weight: bold; }
5384.green { color: #118822 !important; }
5390div.info, div.warning, div.error {
5394 padding-bottom: 8px;
5395 margin: 1em 0em 1em 0em;
5401 border-<?php print $left; ?>: solid 5px #87cfd2;
5402 background: #eff8fc;
5405div.fiche div.info, div.fiche div.warning {
5406 box-shadow: 4px 4px 12px #e4e4e4;
5407 margin: 1em 0em 1.2em 0em;
5411div.warning, div.warningborder {
5412 border-<?php print $left; ?>: solid 5px #f2cf87;
5415 background: #fcf8e3;
5417div.warning a, div.info a, div.error a {
5418 color: rgb(<?php echo $colortextlink; ?>);
5423 border-<?php print $left; ?>: solid 5px #f28787;
5424 background: #EFCFCF;
5432a.normal:link { font-weight: normal }
5433a.normal:visited { font-weight: normal }
5434a.normal:active { font-weight: normal }
5435a.normal:hover { font-weight: normal }
5437a.impayee:link { font-weight: bold; color: #550000; }
5438a.impayee:visited { font-weight: bold; color: #550000; }
5439a.impayee:active { font-weight: bold; color: #550000; }
5440a.impayee:hover { font-weight: bold; color: #550000; }
5453.framecontent iframe {
5464.opened-dash-board-wrap {
5465 margin-bottom: 25px;
5472.product_line_stock_ok { color: #002200; }
5473.product_line_stock_too_low { color: #884400; }
5475.fieldrequired { font-weight: bold; color: #000055; }
5477td.widthpictotitle, .table-fiche-title img.widthpictotitle { width: 32px; font-size: 1.4em; text-align: <?php echo $left; ?>; }
5478table.titlemodulehelp tr td img.widthpictotitle { width: 80px; }
5480.dolgraphtitle { margin-top: 6px; margin-bottom: 4px; }
5481.dolgraphtitlecssboxes { }
5482.dolgraphchart canvas {
5485.legendColorBox, .legendLabel { border: none !important; }
5486div.dolgraph div.legend, div.dolgraph div.legend div { background-color: rgba(255,255,255,0) !important; }
5487div.dolgraph div.legend
table tbody tr { height:
auto; }
5488td.legendColorBox { padding: 2px 2px 2px 0 !important; }
5489td.legendLabel { padding: 2px 2px 2px 0 !important; }
5491 text-align: <?php echo $left; ?>;
5495 white-space: nowrap;
5505div.divphotoref > div > .photowithmargin, div.divphotoref > img.photowithmargin, div.divphotoref > a > .photowithmargin {
5506 margin-<?php echo $right; ?>: 15px;
5509 border: 1px solid #f0f0f0;
5514 text-align: center !important;
5517 margin-top: 6px !important;
5522 content:url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/logo_setup.svg', 1) ?>);
5523 display:
inline-block;
5528 content:url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/nographyet.svg', 1) ?>);
5529 display:
inline-block;
5531 background-repeat: no-repeat;
5538table.table-fiche-title tr.toptitle {
5543 text-decoration: none;
5546 text-transform: uppercase;
5553 color: var(--colortexttitlenotab);
5561 color: var(--colortexttitlenotab);
5564 color: var(--colortexttitlenotab2);
5567table.notopnoleftnoright.table-fiche-title {
5568 margin-bottom: 15px;
5570.fichehalfleft
table.table-fiche-title, .fichehalfright
table.table-fiche-title {
5579table.table-fiche-title .col-title div.titre span {
5580 line-height: normal;
5583div.backgreypublicpayment {
5584 background-color: #f0f0f0;
5586 border-bottom: 1px solid #ddd;
5592.backgreypublicpayment a { color: #222 !important; }
5593.poweredbypublicpayment {
5602span.buttonpaymentsmall {
5607 min-width: 300px; font-size: 16px;
5611 min-width: 320px; font-size: 16px;
5614#tablepublicpayment { border: 1px solid #CCCCCC !important; width: 100%; padding: 20px; margin-bottom: 20px; }
5615#tablepublicpayment .CTableRow1 { background-color: #F0F0F0 !important; }
5616#tablepublicpayment tr.liste_total { border-bottom: 1px solid #CCCCCC !important; }
5617#tablepublicpayment tr.liste_total td { border-top: none; }
5619.divmainbodylarge { margin-left: 40px; margin-right: 40px; }
5620.publicnewmemberform div.titre { font-size: 2em; }
5621#divsubscribe { max-width: 900px; }
5622#divsubscribe .eventlabel { font-size: 1.5em; }
5623#tablesubscribe { width: 100%; }
5624#tablesubscribe tr td { font-size: 1.15em; }
5625#tablesubscribe .price-registration { font-size: 1.5em; }
5629 border: 1px solid #ccc;
5647.effectpostit:before, .effectpostit:after
5658 -webkit-box-shadow: 0 15px 10px #777;
5659 box-shadow: 0 15px 10px #777;
5660 -webkit-transform: rotate(-3deg);
5661 -moz-transform: rotate(-3deg);
5662 -o-transform: rotate(-3deg);
5663 -ms-transform: rotate(-3deg);
5664 transform: rotate(-3deg);
5668 -webkit-transform: rotate(3deg);
5669 -moz-transform: rotate(3deg);
5670 -o-transform: rotate(3deg);
5671 -ms-transform: rotate(3deg);
5672 transform: rotate(3deg);
5683.ui-dialog-titlebar {
5686 font-size: <?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize; ?> !important;
5688.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable {
5689 z-index: 1005 !important;
5691.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
5692 z-index:1006 !important;
5695.ui-dialog.ui-widget.ui-widget-content {
5696 border: 1px solid #e0e0e0;
5701 background-color: #f8f8f8 !important;
5723 border-<?php print $left; ?>: solid 5px #f2cf87;
5729 padding-bottom: 4px;
5731 background: #fcf8e3;
5744.ui-dialog.highlight.ui-widget.ui-widget-content.ui-front {
5749 max-width: <?php print
dol_size(700,
'width'); ?>px !important;
5752div.ui-tooltip.mytooltip {
5753 border-top: solid 1px #BBBBBB;
5754 border-<?php print $left; ?>: solid 1px #BBBBBB;
5755 border-<?php print $right; ?>: solid 1px #444444;
5756 border-bottom: solid 1px #444444;
5759 box-shadow: 0 0 4px grey;
5761 font-stretch: condensed;
5767@media only screen and (max-width: 768px)
5769 div.ui-tooltip.mytooltip {
5773@media only screen and (max-width: 480px)
5775 div.ui-tooltip.mytooltip {
5779@media only screen and (max-width: 320px)
5781 div.ui-tooltip.mytooltip {
5791.ui-datepicker-calendar .ui-state-
default, .ui-datepicker-calendar .ui-widget-content .ui-state-
default,
5792.ui-datepicker-calendar .ui-widget-header .ui-state-
default, .ui-datepicker-calendar .ui-
button,
5798div#ui-datepicker-div {
5800 box-shadow: 2px 5px 15px #aaa;
5806.ui-datepicker .ui-datepicker
table {
5809.ui-datepicker .ui-widget-header {
5814img.datecallink { padding-left: 2px !important; padding-right: 2px !important; }
5816select.ui-datepicker-year {
5817 margin-left: 2px !important;
5819.ui-datepicker-trigger {
5820 vertical-align: middle;
5827 -webkit-border-radius: 4px;
5829 border: 1px #E4ECEC outset;
5835 background-color: #FFFFFF;
5841 border-spacing: 0px;
5842 border-collapse: collapse;
5844.dp td, .tpHour td, .tpMinute td{padding:2px; font-size:10px;}
5846.dpHead,.tpHead,.tpHour td:Hover .tpHead{
5848 background-color: #888;
5854.dpButtons,.tpButtons {
5856 background-color: #888;
5861.dpButtons:Active,.tpButtons:Active{border: 1px outset black;}
5862.dpDayNames td,.dpExplanation {background-color:#D9DBE1; font-weight:bold; text-align:center; font-size:11px;}
5863.dpExplanation{ font-weight:normal; font-size:11px;}
5864.dpWeek td{text-align:center}
5866.dpToday,.dpReg,.dpSelected{
5869.dpToday{font-weight:bold; color:black; background-color:#f4f4f4;}
5870.dpReg:Hover,.dpToday:Hover{background-color:black;color:white}
5873.dpSelected{background-color:#0B63A2;color:white;font-weight:bold; }
5875.tpHour{border-top:1px solid #f4f4f4; border-right:1px solid #f4f4f4;}
5876.tpHour td {border-left:1px solid #f4f4f4; border-bottom:1px solid #f4f4f4; cursor:pointer;}
5877.tpHour td:Hover {background-color:black;color:white;}
5879.tpMinute {margin-top:5px;}
5880.tpMinute td:Hover {background-color:black; color:white; }
5881.tpMinute td {background-color:#D9DBE1; text-align:center; cursor:pointer;}
5887 background-color:transparent;
5892 vertical-align:middle;
5896 color: rgb(<?php print $colortextlink; ?>);
5901.categtextwhite, .treeview .categtextwhite.hover {
5902 color: #fff !important;
5905 color: #000 !important;
5917div.hidden, div.hiddenforpopup, header.hidden, tr.hidden, td.hidden,
5918img.hidden, span.hidden, br.hidden, div.showifmore {
5936.previewnotyetavailable {
5940.websiteformtoolbar {
5942 top: <?php echo empty($dol_hide_topmenu) ? ($disableimages ?
'36px' :
'50px') :
'0'; ?>;
5946.exampleapachesetup {
5950 border: 1px solid #aaa;
5954 background: #ddd; border: 1px solid #ccc; border-radius: 4px;
5959 background-color: transparent;
5960 background-image: none;
5961 color: #000 !important;
5964.bordertransp:not(.nobordertransp) {
5965 background-color: transparent;
5966 background-image: none;
5967 border: 1px solid #aaa;
5968 font-weight: normal;
5969 color: #444 !important;
5971.websitebar .button.bordertransp {
5973 text-decoration: unset !important;
5974 border: unset !important;
5978.websitebar .fa-plus-circle.btnTitle-icon {
5979 margin: 0px 4px 0px 4px !important;
5983 border-bottom: 1px solid #ccc;
5985 display:
inline-block;
5987.centpercent.websitebar {
5988 width: calc(100% - 10px);
5989 padding: 5px 5px 5px 5px;
5992.websitebar .buttonDelete, .websitebar .button {
5995.websitebar .button, .websitebar .buttonDelete
5997 padding: 2px 4px 2px 4px !important;
5998 margin: 2px 4px 2px 4px !important;
5999 line-height: normal;
6001.websitebar input.button.bordertransp, .websitebar input.buttonDelete.bordertransp {
6002 color: #444 !important;
6007 padding-<?php echo $right; ?>: 10px;
6008 vertical-align: middle;
6013.websiteselection, .websitetools {
6019 display:
inline-block;
6020 vertical-align: top;
6023.websiteiframenoborder {
6026span.websitebuttonsitepreview, a.websitebuttonsitepreview {
6027 vertical-align: middle;
6029span.websitebuttonsitepreview img, a.websitebuttonsitepreview img {
6031 display:
inline-block;
6033span.websitebuttonsitepreviewdisabled img, a.websitebuttonsitepreviewdisabled img {
6036.websiteiframenoborder {
6040 vertical-align: middle;
6044.websiteselectionsection {
6045 border-left: 1px solid #bbb;
6046 border-right: 1px solid #bbb;
6051.websitebar input#previewpageurl {
6055#divbodywebsite section p {
6064.dayevent .tagtr:first-of-
type {
6067.agendacell { height: 60px; }
6068table.cal_month { border-spacing: 0px; }
6069table.cal_month td:first-child { border-left: 0px; }
6070table.cal_month td:last-child { border-right: 0px; }
6071table.cal_month td { padding-left: 1px !important; padding-right: 1px !important; }
6072table.cal_month.cal_peruser td { padding-left: 0 !important; padding-right: 0 !important; }
6073.cal_current_month { border-top: 0; border-left: solid 1px #E0E0E0; border-right: 0; border-bottom: solid 1px #E0E0E0; }
6074.cal_current_month_peruserleft { border-top: 0; border-left: solid 2px #6C7C7B; border-right: 0; border-bottom: solid 1px #E0E0E0; }
6075.cal_current_month_oneday { border-right: solid 1px #E0E0E0; }
6076.cal_other_month { border-top: 0; border-left: solid 1px #C0C0C0; border-right: 0; border-bottom: solid 1px #C0C0C0; }
6077.cal_other_month_peruserleft { border-top: 0; border-left: solid 2px #6C7C7B !important; border-right: 0; }
6078.cal_current_month_right { border-right: solid 1px #E0E0E0; }
6079.cal_other_month_right { border-right: solid 1px #C0C0C0; }
6080.cal_other_month { background: #FAFAFA; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 1px; padding-top: 0px; padding-bottom: 0px; }
6081.cal_past_month { background: #EEEEEE; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 1px; padding-top: 0px; padding-bottom: 0px; }
6082.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; }
6083.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; }
6084.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; }
6085.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; }
6086.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; }
6088.cal_peruser { padding: 0px; }
6089.cal_impair { background: #F8F8F8; }
6090.cal_today_peruser_impair { background: #F8F8F0; }
6091.peruser_busy { background: #CC8888; }
6092.peruser_notbusy { background: #EEDDDD; opacity: 0.5; }
6093div.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); }
6094table.cal_event { border: none; border-collapse: collapse; margin-bottom: 1px; -webkit-border-radius: 3px; border-radius: 3px; min-height: 20px; }
6095table.cal_event td { border: none; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 2px; padding-top: 0px; padding-bottom: 0px; }
6096table.cal_event td.cal_event { padding: 4px 4px !important; padding-bottom: 2px !important; padding-top: 2px !important; }
6097table.cal_event td.cal_event_right { padding: 4px 4px !important; }
6098.cal_event { font-size: 1em; }
6099.cal_event a:link { color: #111111; font-weight: normal !important; }
6100.cal_event a:visited { color: #111111; font-weight: normal !important; }
6101.cal_event a:active { color: #111111; font-weight: normal !important; }
6102.cal_event_busy a:hover { color: #111111; font-weight: normal !important; color:rgba(255,255,255,.75); }
6104.cal_peruserviewname { max-width: 140px; height: 22px; }
6112.calendarviewcontainertr { height: 100px; }
6115 background-size: 24px
auto;
6124td.peruser_holiday_imp {
6125 background-color: #aaa !important;
6128.cal_available { background: #0060d450; }
6129.cal_chosen { background: #0060d4; }
6136 border: solid 1px rgba(0,0,0,.3);
6137 background: var(--colorbackbody) !important;
6138 color: var(--colortext) !important;
6141.ui-autocomplete-loading { background: white url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/working.gif', 1) ?>) right center no-repeat; }
6146 background-color:white;
6147 border:1px solid #888;
6151.ui-autocomplete ul {
6152 list-style-
type:none;
6156.ui-autocomplete ul li.selected { background-color: #D3E5EC;}
6157.ui-autocomplete ul li {
6158 list-style-
type:none;
6173 text-overflow: ellipsis;
6181.editkey_textarea, .editkey_ckeditor, .editkey_string, .editkey_email, .editkey_numeric, .editkey_select, .editkey_autocomplete {
6182 background: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/edit.png', 1) ?>) right top no-repeat;
6188.editkey_datepicker {
6189 background: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/calendar.png', 1) ?>) right center no-repeat;
6195.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 {
6200.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 {
6215.treeview ul { background-color: transparent !important; margin-top: 0 !important; }
6216.treeview li { background-color: transparent !important; padding: 0 0 0 20px !important; min-height: 30px; }
6217.treeview .hitarea { width: 20px !important; margin-left: -20px !important; margin-top: 3px; }
6218.treeview li
table { min-height: 30px; }
6219.treeview .hover { color: var(--colortextlink) !important; text-decoration: underline !important; }
6251 font-family:sans-serif;
6254 border-spacing: 0px;
6255 border-collapse: collapse;
6262 border-style:groove;
6272div.jPicker
table.jPicker {
6273 padding-bottom: 20px;
6274 padding-right: 20px;
6278 height: 2px !important;
6282 background: unset !important;
6283 border: unset !important;
6285.jPicker .Preview div span {
6286 border: unset !important;
6287 width: unset !important;
6288 height: 50% !important;
6290.jPicker div[
class=
"Map"] {
6295 border: 1px solid #bbb !important;
6296 background-color: var(--colorbackbody) !important;
6297 box-shadow: 0px 0px 10px #ccc;
6298 width: 300px !important;
6301 background-image: unset !important;
6303.jPicker .Grid span.QuickColor {
6304 border: unset !important;
6310 white-space: nowrap;
6312.jPicker td.Text input {
6313 height: 1em !important;
6315.jPicker .Preview div {
6316 height: 36px !important;
6318.jPicker input[
type=
"button"] {
6319 background: var(--butactionbg);
6320 color: var(--textbutaction);
6322 border-collapse: collapse;
6326A.color, A.color:active, A.color:visited {
6329 text-decoration : none;
6335 border : 1px inset white;
6338 border : 1px outset white;
6340A.none, A.none:active, A.none:visited, A.none:hover {
6343 text-decoration : none;
6350 border : 1px solid #b3c5cc;
6359 background-color : #b3c5cc;
6366 background-color : #b3c5cc;
6367 border : 2px outset;
6376 border : 1px outset white;
6382 font-family : <?php print $fontlist ?>;
6385 text-align : center;
6389 font-family : <?php print $fontlist ?>;
6396 font-family : <?php print $fontlist ?>;
6402 border: solid 1px #ddd !important;
6407.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
6409 background: rgb(<?php echo $colorbacktitle1; ?>);
6413.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-
button:active, .ui-
button:active, .ui-
button.ui-state-active:hover {
6414 background: #007fff !important;
6415 color: #ffffff !important;
6418.ui-menu .ui-menu-item a {
6419 text-decoration:none;
6423 font-weight: normal;
6424 font-family:<?php echo $fontlist; ?>;
6428 font-family:<?php echo $fontlist; ?>;
6430.ui-
button { margin-left: -2px; <?php print(preg_match(
'/chrome/',
$conf->browser->name) ?
'padding-top: 1px;' :
''); ?> }
6435 line-height: 1em !important;
6437.ui-autocomplete-input { margin: 0; padding: 4px; }
6444body.cke_show_borders {
6445 margin: 5px !important;
6447table.cke_dialog.cke_browser_webkit {
6448 border-collapse: separate;
6449 border-radius: 10px;
6452 border: 1px #bbb solid ! important;
6459.cke_wrapper { padding: 4px !important; }
6460a.cke_dialog_ui_button
6462 font-family: <?php print $fontlist ?> !important;
6463 background-image: url(<?php echo $img_button ?>) !important;
6464 background-
position: bottom !important;
6465 border: 1px solid #C0C0C0 !important;
6466 -webkit-border-radius:0px 2px 0px 2px !important;
6467 border-radius:0px 2px 0px 2px !important;
6468 -webkit-box-shadow: 3px 3px 4px #f4f4f4 !important;
6469 box-shadow: 3px 3px 4px #f4f4f4 !important;
6472 width: 40px !important;
6482a.cke_dialog_ui_button_ok span {
6483 text-shadow: none !important;
6484 color: #333 !important;
6486a.cke_button, a.cke_combo_button {
6487 height: 18px !important;
6489div.cke_notifications_area .cke_notification_warning {
6494@media only screen and (max-width: 768px)
6496 .cke_inner:not(.cke_maximized) .cke_toolbar_separator,
6497 .cke_inner:not(.cke_maximized) .cke_combo,
6498 .cke_inner:not(.cke_maximized) .cke_button:not(.cke_button__maximize) {
6508 border: 1px solid #ddd;
6511.aceeditorstatusbar {
6514 padding-<?php echo $left; ?>: 10px;
6522.ace_status-indicator {
6526 border-left: 1px solid;
6528pre#editfilecontentaceeditorid {
6538 height: 72px !important;
6546.customreportsoutput, .customreportsoutputnotdata {
6549.customreportsoutputnotdata {
6562#types .btn-primary {
6571 display:
inline-block;
6576 vertical-align: top;
6579#types input.text, #types textarea {
6593 box-sizing:border-box;
6600#comment .comment-table {
6604#comment .comment-cell {
6607#comment .comment-info {
6609 border-right:1px solid #dedede;
6613 background:rgba(255,255,255,0.5);
6614 vertical-align:middle;
6617#comment .comment-info a {
6620#comment .comment-right {
6623#comment .comment-description {
6627#comment .comment-delete {
6630 vertical-align:middle;
6632#comment .comment-delete:hover {
6633 background:rgba(250,20,20,0.8);
6635#comment .comment-edit {
6638 vertical-align:middle;
6640#comment .comment-edit:hover {
6641 background:rgba(0,184,148,0.8);
6653 width: <?php print isset($_SESSION[
'dol_screenwidth']) ? max((
int) $_SESSION[
'dol_screenwidth'] - 830, 450) :
'450'; ?>px !important;
6656div#GanttChartDIVglisthead, div#GanttChartDIVgcharthead {
6660.gtaskname div, .gtaskname, .gstartdate div, .gstartdate, .genddate div, .genddate {
6661 font-size: unset !important;
6664div.gantt, .gtaskheading, .gmajorheading, .gminorheading, .gminorheadingwkend {
6665 font-size: unset !important;
6666 font-weight: normal !important;
6667 color: #000 !important;
6670 background: #f0f0f0 !important;
6673 background: rgb(108,152,185) !important;
6676 background: rgb(160,173,58) !important;
6680 text-overflow: ellipsis;
6682td.gminorheadingwkend {
6683 color: #888 !important;
6686 color: #666 !important;
6688.glistlbl, .glistgrid {
6689 width: 582px !important;
6691.gtaskname div, .gtaskname {
6692 min-width: 250px !important;
6693 max-width: 250px !important;
6694 width: 250px !important;
6696.gpccomplete div, .gpccomplete {
6697 min-width: 40px !important;
6698 max-width: 40px !important;
6699 width: 40px !important;
6701td.gtaskheading.gstartdate, td.gtaskheading.genddate {
6702 white-space:
break-spaces;
6704.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) {
6705 color: transparent !important;
6720 font-weight: normal;
6729 font-weight: normal;
6735 text-decoration: none;
6740 margin: 0 5px 5px 5px;
6745 margin: 0 10px 20px 10px;
6750 float: <?php print $left; ?>;
6751 border: solid 1px #f4f4f4;
6758 font-weight: normal;
6771 vertical-align: middle;
6775 display:
inline-block !important;
6778 width: calc(100% - 100px);
6780 white-space:
break-spaces;
6781 word-
break:
break-all;
6783ul.ecmjqft a:active {
6784 font-weight: bold !important;
6787 text-decoration: underline;
6791 vertical-align: middle;
6792 display:
inline-block !important;
6793 text-align: <?php echo $right; ?>;
6794 float: <?php echo $right; ?>;
6798div#ecm-layout-west {
6800 vertical-align: top;
6802div#ecm-layout-center {
6803 width: calc(100% - 405px);
6804 vertical-align: top;
6805 float: <?php echo $right; ?>;
6808.ecmjqft LI.directory { font-weight:normal; background: url(<?php echo
dol_buildpath($path.
'/theme/common/treemenu/folder2.png', 1); ?>) left top no-repeat; }
6809.ecmjqft LI.expanded { font-weight:normal; background: url(<?php echo
dol_buildpath($path.
'/theme/common/treemenu/folder2-expanded.png', 1); ?>) left top no-repeat; }
6810.ecmjqft LI.wait { font-weight:normal; background: url(<?php echo
dol_buildpath(
'/theme/'.$theme.
'/img/working.gif', 1); ?>) left top no-repeat; }
6820 top:
auto !important;
6821 bottom: 4px !important;
6824 min-width: <?php echo $dol_optimize_smallscreen ?
'200' :
'480'; ?>px;
6827 padding-left: 10px !important;
6828 padding-right: 10px !important;
6829 padding-top: 10px !important;
6830 word-wrap:
break-word;
6832.jnotify-container .jnotify-notification .jnotify-message {
6833 font-weight: normal;
6835 word-
break:
break-word;
6837.jnotify-container .jnotify-notification-warning .jnotify-close, .jnotify-container .jnotify-notification-warning .jnotify-message {
6838 color: #a28918 !important;
6840.jnotify-container .jnotify-close {
6841 top: 4px !important;
6842 font-size: 1.6em !important;
6846div.jnotify-background {
6847 opacity : 0.95 !important;
6848 -webkit-box-shadow: 2px 2px 4px #8888 !important;
6849 box-shadow: 2px 2px 4px #8888 !important;
6853.bodylogin .jnotify-container {
6860 padding-left: unset !important;
6861 padding-right: unset !important;
6862 padding-top: unset !important;
6864.bodylogin .jnotify-container .jnotify-notification {
6865 margin: unset !important;
6867.bodylogin .jnotify-container .jnotify-notification .jnotify-background {
6868 border-radius: unset !important;
6870.bodylogin .jnotify-container .jnotify-notification .jnotify-message {
6882div.dolEventValid h1, div.dolEventValid h2 {
6884 background-color: #e3f0db;
6885 padding: 5px 5px 5px 5px;
6888div.dolEventError h1, div.dolEventError h2 {
6890 background-color: #d79eac;
6891 padding: 5px 5px 5px 5px;
6899.divmap, #google-visualization-geomap-embed-0, #google-visualization-geomap-embed-1, #google-visualization-geomap-embed-2 {
6907table.dataTable tr.odd td.sorting_1,
table.dataTable tr.even td.sorting_1 {
6908 background: none !important;
6910.sorting_asc { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_asc.png
', 1); ?>') no-repeat center right !important; }
6911.sorting_desc { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_desc.png
', 1); ?>') no-repeat center right !important; }
6912.sorting_asc_disabled { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_asc_disabled.png
', 1); ?>') no-repeat center right !important; }
6913.sorting_desc_disabled { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_desc_disabled.png
', 1); ?>') no-repeat center right !important; }
6914.dataTables_paginate {
6917.paginate_button_disabled {
6918 opacity: 1 !important;
6919 color: #888 !important;
6920 cursor:
default !important;
6922.paginate_disabled_previous:hover, .paginate_enabled_previous:hover, .paginate_disabled_next:hover, .paginate_enabled_next:hover
6924 font-weight: normal;
6926.paginate_enabled_previous:hover, .paginate_enabled_next:hover
6928 text-decoration: underline !important;
6932 text-decoration: underline !important;
6936 font-weight: normal !important;
6937 text-decoration: none !important;
6939.paging_full_numbers {
6940 height: inherit !important;
6942.paging_full_numbers a.paginate_active:hover, .paging_full_numbers a.paginate_button:hover {
6943 background-color: #DDD !important;
6945.paging_full_numbers, .paging_full_numbers a.paginate_active, .paging_full_numbers a.paginate_button {
6946 background-color: #FFF !important;
6947 border-radius: inherit !important;
6949.paging_full_numbers a.paginate_button_disabled:hover, .paging_full_numbers a.disabled:hover {
6950 background-color: #FFF !important;
6952.paginate_button, .paginate_active {
6953 border: 1px solid #ddd !important;
6954 padding: 6px 12px !important;
6955 margin-left: -1px !important;
6956 line-height: 1.42857143 !important;
6957 margin: 0 0 !important;
6964.ui-state-
disabled, .ui-widget-content .ui-state-
disabled, .ui-widget-header .ui-state-
disabled, .paginate_button_disabled {
6966 background-image: none;
6969div.dataTables_length {
6970 float: right !important;
6973div.dataTables_length select {
6976.dataTables_wrapper .dataTables_paginate {
6977 padding-top: 0px !important;
6985input.select2-input {
6986 border-bottom: none ! important;
6990 border-bottom: 1px solid #ccc !important;
6992.select2-results .select2-highlighted.optionblue {
6993 color: #FFF !important;
6996.select2-container .select2-selection--multiple {
6997 min-height: 28px !important;
7000.select2-container--
default .select2-selection--multiple .select2-selection__choice {
7005.blockvmenusearch .select2-container--
default .select2-selection--single,
7006.blockvmenubookmarks .select2-container--
default .select2-selection--single
7008 background-color: unset;
7010#blockvmenusearch .select2-container--default .select2-selection--single .select2-selection__placeholder {
7011 color: var(--colortextbackvmenu);
7013.select2-container--
default .select2-selection--single .select2-selection__rendered {
7016.select2-container .select2-choice {
7017 border-bottom: 1px solid #ccc;
7019.select2-container .select2-choice > .select2-chosen {
7022.select2-container .select2-choice .select2-arrow {
7025.select2-container-multi .select2-choices {
7026 background-image: none;
7028.select2-container .select2-choice {
7032.selectoptiondisabledwhite {
7033 background: #FFFFFF !important;
7038 border-left: none !important;
7039 background: none !important;
7043 border-top: none !important;
7044 border-left: none !important;
7045 border-right: none !important;
7046 border-bottom: 1px solid #ccc;
7048.select2-drop.select2-drop-above {
7049 box-shadow: none !important;
7051.select2-container--open .select2-dropdown--above {
7052 border-bottom: solid 1px rgba(0,0,0,.2);
7054.select2-drop.select2-drop-above.select2-drop-active {
7055 border-top: 1px solid #ccc;
7056 border-bottom: 1px solid #ccc;
7058.select2-container--
default .select2-selection--single
7064 border-bottom: solid 1px rgba(0,0,0,.2);
7065 -webkit-box-shadow: none !important;
7066 box-shadow: none !important;
7067 border-radius: 0 !important;
7069.select2-container--
default.select2-container--focus .select2-selection--multiple {
7074.select2-container--
default .select2-selection--multiple {
7075 border-bottom: solid 1px rgba(0,0,0,.2);
7079 border-radius: 0 !important;
7080 line-height: normal;
7082.select2-container--
default .select2-selection--multiple .select2-selection__rendered {
7085.select2-container--
default .select2-selection--multiple .select2-selection__choice {
7086 margin-top: 4px !important;
7088.select2-selection--multiple input.select2-search__field {
7089 border-bottom: none !important;
7091.select2-search__field
7094 border-top: none !important;
7095 border-left: none !important;
7096 border-right: none !important;
7097 border-bottom: solid 1px rgba(0,0,0,.2) !important;
7098 -webkit-box-shadow: none !important;
7099 box-shadow: none !important;
7100 border-radius: 0 !important;
7102.select2-container-active .select2-choice, .select2-container-active .select2-choices
7107 border-bottom: none;
7108 -webkit-box-shadow: none !important;
7109 box-shadow: none !important;
7111.select2-dropdown-open {
7112 background-color: #fff;
7114.select2-dropdown-open .select2-choice, .select2-dropdown-open .select2-choices
7119 border-bottom: none;
7120 -webkit-box-shadow: none !important;
7121 box-shadow: none !important;
7122 background-color: #fff;
7128.select2-drop.select2-drop-above.select2-drop-active, .select2-drop {
7131.select2-drop.select2-drop-above {
7134.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
7135 background-image: none;
7136 border-radius: 0 !important;
7138div.select2-drop-above
7141 -webkit-box-shadow: none !important;
7142 box-shadow: none !important;
7146 border: 1px solid #ccc;
7149.select2-search input {
7152a span.select2-chosen
7154 font-weight: normal !important;
7156.select2-container .select2-choice {
7157 background-image: none;
7160.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit
7162 background: #FFFFFF;
7167.select2-results__option {
7168 word-
break:
break-word;
7169 text-align: <?php echo $left; ?>;
7171.select2-container.select2-container-
disabled .select2-choice, .select2-container-multi.select2-container-
disabled .select2-choices {
7172 background-color: #FFFFFF;
7173 background-image: none;
7177.select2-container-
disabled .select2-choice .select2-arrow b {
7180.select2-container-multi .select2-choices .select2-search-choice {
7183.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices, .select2-container-multi .select2-choices,
7184.select2-container-multi.select2-container-active .select2-choices
7186 border-bottom: 1px solid #ccc;
7189 border-left: 1px solid #ddd;
7191.select2-container--
default .select2-results>.select2-results__options{
7197.selecttype span.select2-dropdown.ui-dialog {
7200span#select2-taskid-container[title^=
'--'] {
7206#addbox .select2-container .select2-choice > .select2-chosen, #actionbookmark .select2-container .select2-choice > .select2-chosen {
7207 text-align: <?php echo $left; ?>;
7210.select2-container--
default .select2-selection--single .select2-selection__placeholder {
7214span#select2-boxbookmark-container, span#select2-boxcombo-container {
7215 text-align: <?php echo $left; ?>;
7218.select2-container .select2-selection--single .select2-selection__rendered {
7224#boxbookmark.boxcombo, #boxcombo.boxcombo {
7227 border-bottom: solid 1px rgba(0,0,0,.4) !important;
7230 padding: 0 0 5px 5px;
7231 vertical-align: top;
7235.select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr {
7236 padding: 3px 5px 3px 5px;
7237 margin: 0 0 2px 3px;
7242 border: 1px solid #ddd;
7244 -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
7245 box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
7246 background-clip: padding-box;
7247 -webkit-touch-callout: none;
7248 -webkit-
user-select: none;
7249 -moz-
user-select: none;
7250 -ms-
user-select: none;
7252 background-color: #e4e4e4;
7253 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));
7254 background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
7255 background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
7256 background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
7258.select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr a {
7259 font-weight: normal;
7261.select2-container-multi-dolibarr .select2-choices-dolibarr li {
7262 float: <?php echo $left; ?>;
7265.select2-container-multi-dolibarr .select2-choices-dolibarr {
7266 height:
auto !important;
7275span.select2.select2-container.select2-container--
default {
7276 text-align: initial;
7279ul.select2-results__options li {
7283select.multiselectononeline {
7285 vertical-align: middle;
7287 height: 28px !important;
7292@media only screen and (min-width: 767px)
7295 .select2-container.select2-container--open:not(.graphtype, .limit, .combolargeelem):not(.yesno) .select2-dropdown.ui-dialog {
7296 min-width: 240px !important;
7298 .select2-container.select2-container--open:not(.graphtype, .limit, .combolargeelem):not(.yesno) .select2-dropdown--below:not(.onrightofpage),
7299 .select2-container.select2-container--open:not(.graphtype, .limit, .combolargeelem):not(.yesno) .select2-dropdown--above:not(.onrightofpage) {
7300 min-width: 240px !important;
7302 .onrightofpage span.select2-dropdown.ui-dialog.select2-dropdown--below,
7303 .onrightofpage span.select2-dropdown.ui-dialog.select2-dropdown--above {
7304 min-width: 140px !important;
7306 .combolargeelem.select2-container.select2-container--open .select2-dropdown.ui-dialog {
7307 min-width: 320px !important;
7310 .select2-container--open .select2-dropdown--below {
7311 border-top: 1px solid var(--inputbordercolor);
7317.limit.select2-container.select2-container--open .select2-dropdown.ui-dialog {
7318 min-width: 100px !important;
7321.parentonrightofpage {
7330.noborderoncategories {
7331 border: none !important;
7332 border-radius: 5px !important;
7334 -webkit-box-shadow: none !important;
7335 box-shadow: none !important;
7336 margin-top: 1px !important;
7337 margin-bottom: 0 !important;
7339span.noborderoncategories a, li.noborderoncategories a {
7340 line-height: normal;
7342span.noborderoncategories {
7343 padding: 3px 5px 3px 5px;
7345.categtextwhite, .treeview .categtextwhite.hover {
7346 color: #fff !important;
7349 color: #000 !important;
7361.multi-select-container {
7362 display:
inline-block;
7375 border: 1px solid #aaa;
7376 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
7380div.multi-select-menu[role=
"menu"] {
7381 min-width: 220px !important;
7384.multi-select-menu input {
7385 margin-right: 0.3em;
7386 vertical-align: 0.1em;
7390 display:
inline-block;
7392 white-space: nowrap;
7394 text-overflow: ellipsis;
7395 vertical-align: middle;
7396 background-color: #fff;
7400 border-bottom: solid 1px rgba(0,0,0,.2);
7405.multi-select-
button:focus {
7407 border-bottom: 1px solid #666;
7410.multi-select-
button:after {
7412 display:
inline-block;
7415 border-style: solid;
7416 border-width: 0.5em 0.23em 0em 0.23em;
7417 border-color: #888 transparent transparent transparent;
7421.multi-select-container--open .multi-select-menu { display: block; }
7423.multi-select-container--open .multi-select-
button:after {
7424 border-width: 0 0.4em 0.4em 0.4em;
7425 border-color: transparent transparent #888 transparent;
7428.multi-select-menuitem {
7433label.multi-select-menuitem {
7443ul.ulselectedfields {
7451 vertical-align: middle;
7452 display:
inline-block;
7454.dropdown dd, .dropdown dt {
7460 text-align: <?php echo $left; ?>;
7470.dropdown dt a span, .multiSel span {
7472 display:
inline-block;
7473 padding: 0 3px 2px 0;
7475.maxwidthsearch .dropdown dt a span, .multiSel span {
7476 padding: 0 3px 2px 3px;
7478.dropdown span.value {
7482 background-color: #FFF;
7483 box-shadow: 1px 1px 10px #aaa;
7485 <?php echo $right; ?>:0px;
7494.dropdown dd ul.selectedfieldsleft {
7495 <?php echo $right; ?>:
auto;
7498 white-space: nowrap;
7499 font-weight: normal;
7500 padding: 7px 8px 7px 8px;
7504.dropdown dd ul li:hover {
7507.dropdown dd ul li input[
type=
"checkbox"] {
7508 margin-<?php echo $right; ?>: 3px;
7510.dropdown dd ul li a, .dropdown dd ul li span {
7514.dropdown dd ul li span {
7517.dropdown dd ul li a:hover {
7518 background-color: #eee;
7521dd.dropdowndd ul li {
7522 text-overflow: ellipsis;
7524 white-space: nowrap;
7535 text-overflow: ellipsis;
7536 white-space: nowrap;
7549 padding-bottom: 20px;
7557.searchpage .tagtr .tagtd {
7559 padding-bottom: 2px;
7561.searchpage .tagtr .tagtd .button {
7565.searchpage .searchform input {
7569li.ui-li-divider .ui-link {
7570 color: #FFF !important;
7575a.ui-link, a.ui-link:hover, .ui-btn:hover, span.ui-btn-text:hover, span.ui-btn-inner:hover {
7576 text-decoration: none !important;
7586 font-size: <?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize; ?>;
7589.ui-btn-icon-right .ui-btn-inner {
7590 padding-right: 30px;
7592.ui-btn-icon-left .ui-btn-inner {
7595.ui-select .ui-btn-icon-right .ui-btn-inner {
7596 padding-right: 30px;
7598.ui-select .ui-btn-icon-left .ui-btn-inner {
7601.ui-select .ui-btn-icon-right .ui-icon {
7604.ui-btn-icon-left > .ui-btn-inner > .ui-icon, .ui-btn-icon-right > .ui-btn-inner > .ui-icon {
7610 white-space: nowrap;
7611 text-overflow: ellipsis;
7613.fiche .ui-controlgroup {
7615 padding-bottom: 0px;
7617div.ui-controlgroup-controls div.tabsElem
7621div.ui-controlgroup-controls div.tabsElem a
7623 -webkit-box-shadow: 0 -3px 6px rgba(0,0,0,.2);
7624 box-shadow: 0 -3px 6px rgba(0,0,0,.2);
7626div.ui-controlgroup-controls div.tabsElem a#active {
7627 -webkit-box-shadow: 0 -3px 6px rgba(0,0,0,.3);
7628 box-shadow: 0 -3px 6px rgba(0,0,0,.3);
7631a.tab span.ui-btn-inner
7638 color: rgb(<?php print $colortext; ?>);
7640.liste_titre .ui-link {
7641 color: rgb(<?php print $colortexttitle; ?>) !important;
7645 word-wrap:
break-word;
7649.formdoc .ui-btn-inner
7651 white-space: normal;
7653 text-overflow: clip;
7661div.ui-radio, div.ui-checkbox
7663 display:
inline-block;
7664 border-bottom: 0px !important;
7666.ui-checkbox input, .ui-radio input {
7672div.ui-checkbox label+input, div.ui-radio label+input {
7677 padding-bottom: 10px; margin-bottom: 4px; border-bottom: 1px solid #AAAAAA !important;
7682 -webkit-border-radius: 0;
7685.ui-field-contain label.ui-input-text {
7686 vertical-align: middle !important;
7688.ui-mobile fieldset {
7689 border-bottom: none !important;
7693.ui-li .ui-btn-inner a.ui-link-inherit, .ui-li-
static.ui-li {
7698 font-weight: normal;
7700.ui-focus, .ui-btn:focus {
7701 -webkit-box-shadow: none;
7709 color: rgb(<?php print $colortexttitlenotab; ?>) !important;
7711.ui-bar-b, .lilevel0 {
7712 background-repeat: repeat-x;
7716 color: rgb(<?php print $colortexttitlenotab; ?>) !important;
7719 font-weight: normal !important;
7722.ui-li.ui-last-child, .ui-li.ui-field-contain.ui-last-child {
7723 border-bottom-width: 0px !important;
7726 color: rgb(<?php echo $colortexttitle; ?>) !important;
7729 box-shadow: none !important;
7730 border-bottom: 1px solid #ccc;
7733 border-right: 1px solid #ccc !important;
7736 border: 1px solid #ccc;
7739.ui-btn-up-c, .ui-btn-hover-c {
7743.ui-body-c .ui-link, .ui-body-c .ui-link:visited, .ui-body-c .ui-link:hover {
7744 color: rgb(<?php print $colortextlink; ?>);
7746.ui-btn-up-c .vsmenudisabled {
7747 color: #<?php echo $colorshadowtitle; ?> !important;
7748 text-shadow: none !important;
7756 background: transparent;
7769 color: rgb(<?php print $colortexttitlenotab; ?>) !important;
7772 border-top: 2px solid #444;
7773 background: #fff ! important;
7775.lilevel1 div div a {
7776 font-weight: bold !important;
7781 background: #fff ! important;
7786 background: #fff ! important;
7791 background: #fff ! important;
7796 background: #fff ! important;
7806 background: url(
'<?php echo dol_buildpath($path.'/theme/
'.$theme.'/img/menus/money.png
', 1) ?>') top left no-repeat;
7807 background-position-y: 15px;
7811 background: url(
'<?php echo dol_buildpath($path.'/theme/
'.$theme.'/img/menus/home.png
', 1) ?>') top left no-repeat;
7812 background-position-y: 15px;
7814.menu_choix1,.menu_choix2 {
7817 border: 1px solid #666;
7820.menu_choix1 a, .menu_choix2 a {
7823 text-decoration: none;
7829.menu_choix1 a:hover,.menu_choix2 a:hover {
7832.menu li.menu_choix1 {
7834 padding-right: 10px;
7835 padding-bottom: 2px;
7837.menu li.menu_choix2 {
7839 padding-right: 10px;
7840 padding-bottom: 2px;
7842@media only screen and (max-width: 767px)
7844 .menu_choix1 a, .menu_choix2 a {
7845 background-size: 36px 36px;
7849 .menu li.menu_choix1, .menu li.menu_choix2 {
7854 margin-right: 0 !important;
7868 border: 1px solid #888;
7870.publicnewmemberform div.tabBarWithBottom {
7871 border: 1px solid #e8e8e8;
7874 background-color: #f8f8f8;
7878.publicnewmemberform #tablesubscribe {
7895.publicnewticketform {
7900 padding-right: 50px;
7903@media only screen and (max-width: 767px)
7905 .ticketlargemargin {
7906 padding-left: 5px; padding-right: 5px;
7919#cd-timeline::before {
7927 background: #d7e4ed;
7929@media only screen and (min-width: 1170px) {
7933 #cd-timeline::before {
7943.cd-timeline-block:after {
7948.cd-timeline-block:first-child {
7951.cd-timeline-block:last-child {
7954@media only screen and (min-width: 1170px) {
7955 .cd-timeline-block {
7958 .cd-timeline-block:first-child {
7961 .cd-timeline-block:last-child {
7973 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);
7974 background: #d7e4ed;
7976.cd-timeline-img img {
7986.cd-timeline-img.cd-picture {
7987 background: #75ce66;
7989.cd-timeline-img.cd-movie {
7990 background: #c03b44;
7992.cd-timeline-img.cd-location {
7993 background: #f0ca45;
7995@media only screen and (min-width: 1170px) {
8002 -webkit-transform: translateZ(0);
8003 -webkit-backface-visibility: hidden;
8005 .cssanimations .cd-timeline-img.is-hidden {
8008 .cssanimations .cd-timeline-img.bounce-in {
8009 visibility: visible;
8010 -webkit-animation: cd-bounce-1 0.6s;
8011 -moz-animation: cd-bounce-1 0.6s;
8012 animation: cd-bounce-1 0.6s;
8016@-webkit-keyframes cd-bounce-1 {
8019 -webkit-transform: scale(0.5);
8024 -webkit-transform: scale(1.2);
8028 -webkit-transform: scale(1);
8031@-moz-keyframes cd-bounce-1 {
8034 -moz-transform: scale(0.5);
8039 -moz-transform: scale(1.2);
8043 -moz-transform: scale(1);
8046@keyframes cd-bounce-1 {
8049 -webkit-transform: scale(0.5);
8050 -moz-transform: scale(0.5);
8051 -ms-transform: scale(0.5);
8052 -o-transform: scale(0.5);
8053 transform: scale(0.5);
8058 -webkit-transform: scale(1.2);
8059 -moz-transform: scale(1.2);
8060 -ms-transform: scale(1.2);
8061 -o-transform: scale(1.2);
8062 transform: scale(1.2);
8066 -webkit-transform: scale(1);
8067 -moz-transform: scale(1);
8068 -ms-transform: scale(1);
8069 -o-transform: scale(1);
8070 transform: scale(1);
8073.cd-timeline-content {
8077 border-radius: 0.25em;
8079 background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
8080 background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
8081 background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
8082 background-image: linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
8084.cd-timeline-content:after {
8089.cd-timeline-content h2 {
8092.cd-timeline-content .cd-date {
8094 font-size: 0.8125rem;
8096.cd-timeline-content .cd-date {
8097 display:
inline-block;
8099.cd-timeline-content p {
8104.cd-timeline-content .cd-date {
8109.cd-timeline-content::before {
8116 border: 7px solid transparent;
8117 border-right: 7px solid white;
8119@media only screen and (min-width: 768px) {
8120 .cd-timeline-content h2 {
8124 .cd-timeline-content {
8128 .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
8130 font-size: 0.875rem;
8133@media only screen and (min-width: 1170px) {
8134 .cd-timeline-content {
8139 .cd-timeline-content::before {
8142 border-color: transparent;
8143 border-left-color: white;
8145 .cd-timeline-content .cd-read-more {
8148 .cd-timeline-content .cd-date {
8156 .cd-timeline-block:nth-child(even) .cd-timeline-content {
8159 .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
8163 border-color: transparent;
8164 border-right-color: white;
8166 .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
8169 .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
8182span.phpdebugbar-tooltip.phpdebugbar-tooltip-extra-wide, span.phpdebugbar-tooltip.phpdebugbar-tooltip-wide {
8183 width: 250px !important;
8185.phpdebugbar-indicator span.phpdebugbar-tooltip {
8186 opacity: .95 !important;
8188a.phpdebugbar-tab.phpdebugbar-active {
8189 background-image: unset !important;
8191.phpdebugbar-indicator .fa {
8192 font-family:
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>";
8195div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-value.phpdebugbar-widgets-warning:before,
8196div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-value.phpdebugbar-widgets-error:before,
8197div.phpdebugbar-widgets-exceptions a.phpdebugbar-widgets-editor-link:before,
8198div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-database:before,
8199div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-duration:before,
8200div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-memory:before,
8201div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-row-count:before,
8202div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-copy-clipboard:before,
8203div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-stmt-id:before,
8204div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-render-time:before,
8205div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-memory:before,
8206div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-param-count:before,
8207div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-
type:before,
8208div.phpdebugbar-widgets-templates a.phpdebugbar-widgets-editor-link:before
8210 font-family:
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>" !important;
8218.jcrop-holder { background: unset !important; }
8225.dol-xaxis-vertical .flot-x-axis .flot-tick-label.tickLabel {
8226 text-orientation: sideways;
8228 writing-mode: vertical-rl;
8229 white-space: nowrap;
8237span.clipboardCPValueToPrint, div.clipboardCPValueToPrint {
8238 display:
inline-block;
8240span.clipboardCPValue.hidewithsize {
8241 width: 0 !important;
8242 display:
inline-block;
8244 white-space: nowrap;
8246 vertical-align: middle;
8248div.clipboardCPValue.hidewithsize {
8249 width: 0 !important;
8252 white-space: nowrap;
8255.clipboardCPShowOnHover .clipboardCPButton {
8264.clipboardCPTextDivInside {
8268 border: 1px solid #DDD;
8277 white-space: nowrap;
8279 box-shadow: 1px 1px 6px #ddd;
8287.radio_js_bloc_number {
8288 display:
inline-block;
8292 border:1px solid #ccc;
8299.radio_js_bloc_number.selected {
8300 transition:0.2s ease background;
8313 vertical-align: top;
8317#virtualcard-iframe {
8318 border: 40px solid #aaa;
8319 vertical-align: top;
8322 border-radius: 10px;
8326 pointer-events: none;
8340.highlightDragDropArea{
8341 border: 2px #000 dashed !important;
8342 background-color: #eee !important;
8344.highlightDragDropArea * :not(.dragDropAreaMessage *){
8346 filter: blur(1px) grayscale(90%);
8348.dragDropAreaMessage {
8352 transform: translate(-50%, -50%);
8362 border: 1px solid #bbb !important;
8369.opensurveydescription * {
8374 padding: 0 4px 0 4px;
8378 margin-right: 100px;
8382 background-color: #f0f0f0;
8386.survey_borders .resultats .nom {
8387 text-align: <?php echo $left; ?>
8389.survey_borders .resultats .sujet {
8401#bookinghoursection {
8409 border: 1px solid #000;
8412 margin-bottom: 15px;
8420@media only screen and (max-width: 767px)
8422 .imgopensurveywizard, .imgautosize { width:95%; height:
auto; }
8426 width: <?php print
dol_size(350,
'width'); ?>px;
8432 -webkit-border-radius: 0;
8438 td.widthpictotitle { width: 30px; }
8440 .logopublicpayment #dolpaymentlogo {
8443 #tablepublicpayment {
8444 width:
auto !important;
8445 border: none !important;
8447 .poweredbypublicpayment {
8448 float: unset !important;
8449 top: unset !important;
8451 right: -10px !important;
8464 .bookcalform.boxtable .minwidth75 {
8467 .center.bookingtab {
8470 #bookinghoursection {
8476@media only screen and (max-width: 1024px)
8478 div#ecm-layout-west {
8482 div#ecm-layout-center {
8488 width: <?php echo $disableimages ?
'auto' :
'44'; ?>px;
8493@media only screen and (max-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC1', round($nbtopmenuentries * 90, 0) + 340); ?>px)
8498 white-space: nowrap;
8500 text-overflow: ellipsis;
8501 color: #<?php echo $colortextbackhmenu; ?>;
8508 background-size: 24px
auto;
8511 li.tmenu, li.tmenusel {
8522@media only screen and (max-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC2', round($nbtopmenuentries * 66, 0) + 220); ?>px)
8524 li.tmenucompanylogo {
8529 max-width: <?php echo max(24, ceil(300 / ($nbtopmenuentriesreal + 2))); ?>px;
8530 text-overflow: clip;
8532 .menuhider div.tmenucenter {
8541 background-size: 20px
auto;
8546@media only screen and (max-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC3', round($nbtopmenuentries * 44, 0) + 320); ?>px)
8548 div.login_block_tools > div {
8551 div#topmenu-global-search-dropdown,
8552 div#topmenu-quickadd-dropdown,
8553 div#topmenu-bookmark-dropdown,
8554 div#topmenu-uploadfile-dropdown,
8555 div#topmenu-login-dropdown {
8559 div#topmenu-global-search-dropdown,
8560 div#topmenu-quickadd-dropdown,
8561 div#topmenu-bookmark-dropdown,
8562 div#topmenu-uploadfile-dropdown {
8574 <?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
8580 li.tmenu, li.tmenusel {
8583 a.tmenu:link, a.tmenu:visited, a.tmenu:hover, a.tmenu:active,
8584 a.tmenusel:link, a.tmenusel:visited, a.tmenusel:hover, a.tmenusel:active {
8594 div.login_block_other, div.login_block_tools {
8595 display:
inline-block;
8598 .loginbuttonexternal {
8603 text-overflow: clip;
8606 background-size: 20px
auto;
8607 margin-top: 2px !important;
8615 width: <?php print
dol_size(300,
'width'); ?>px;
8619 min-width: 0 !important;
8622 padding-<?php echo $right; ?>: 5px;
8624 img.photoref, div.photoref {
8625 border: 1px solid rgba(0, 0, 0, 0.2);
8626 -webkit-box-shadow: none;
8629 object-fit: contain;
8633 width:
auto !important;
8636 .tableforfield>tr>td:first-child, .tableforfield>tbody>tr>td:first-child, div.tableforfield div.tagtr>div.tagtd:first-of-
type {
8639 .tableforfield>tr>td:nth-child(2), .tableforfield>tbody>tr>td:nth-child(2), div.tableforfield div.tagtr>div.tagtd:nth-child(2) {
8640 word-
break:
break-word;
8643 table.table-fiche-title .col-title div.titre{
8652 word-
break:
break-word;
8655 .websiteselectionsection {
8657 border-right: unset;
8665 padding-right: 12px;
8673 .underbanner.underbanner-before-box {
8674 border-bottom: none;
8678 margin-bottom: 0.5em;
8689 .lilevel1 span.paddingright {
8693 img.userphotopublicvcard {
8710include
dol_buildpath($path.
'/theme/'.$theme.
'/dropdown.inc.php', 0);
8711include
dol_buildpath($path.
'/theme/eldy/emaillayout.inc.php', 0);
8712include
dol_buildpath($path.
'/theme/'.$theme.
'/info-box.inc.php', 0);
8713include
dol_buildpath($path.
'/theme/'.$theme.
'/progress.inc.php', 0);
8714include
dol_buildpath($path.
'/theme/eldy/timeline.inc.php', 0);
8720if (is_object($db)) {
8726::-webkit-scrollbar {
8732::-webkit-scrollbar-track-piece {
8733 background: #f4f4f4;
8735::-webkit-scrollbar-thumb {
8742div.flot-text .flot-tick-label .tickLabel, .fa-color-unset {
colorStringToArray($stringcolor, $colorifnotfound=array(88, 88, 88))
Convert a string RGB value ('FFFFFF', '255,255,255') into an array RGB array(255,255,...
colorHexToHsl($hex, $alpha=false, $returnArray=false)
Color Hex to Hsl (used for style)
GETPOSTINT($paramname, $method=0)
Return the value of a $_GET or $_POST supervariable, converted into integer.
price($amount, $form=0, $outlangs='', $trunc=1, $rounding=-1, $forcerounding=-1, $currency_code='')
Function to format a value into an amount for visual output Function used into PDF and HTML pages.
getDolUserString($key, $default='', $tmpuser=null)
Return Dolibarr user constant string value.
getDolGlobalInt($key, $default=0)
Return a Dolibarr global constant int value.
dol_size($size, $type='')
Optimize a size for some browsers (phone, smarphone...)
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
dol_buildpath($path, $type=0, $returnemptyifnotfound=0)
Return path of url or filesystem.
getDolGlobalString($key, $default='')
Return a Dolibarr global constant string value.
treeview li table
No Email.
ui state ui widget content ui state ui widget header ui state a ui button
0 = Do not include form tag and submit button -1 = Do not include form tag but include submit button
conf($dolibarr_main_document_root)
Load conf file (file must exists)
if(!defined( 'NOREQUIREMENU')) if(!empty(GETPOST('seteventmessages', 'alpha'))) if(!function_exists("llxHeader")) top_httphead($contenttype='text/html', $forcenocache=0)
Show HTTP header.
global $conf
The following vars must be defined: $type2label $form $conf, $lang, The following vars may also be de...
$conf db user
Active Directory does not allow anonymous connections.
if(preg_match('/crypted:/i', $dolibarr_main_db_pass)||!empty($dolibarr_main_db_encrypted_pass)) $conf db type
$conf db name
Only used if Module[ID]Name translation string is not found.