35if (!defined(
'NOREQUIRESOC')) {
36 define(
'NOREQUIRESOC',
'1');
39if (!defined(
'NOCSRFCHECK')) {
40 define(
'NOCSRFCHECK', 1);
42if (!defined(
'NOTOKENRENEWAL')) {
43 define(
'NOTOKENRENEWAL', 1);
45if (!defined(
'NOLOGIN')) {
49if (!defined(
'NOREQUIREHTML')) {
50 define(
'NOREQUIREHTML', 1);
52if (!defined(
'NOREQUIREAJAX')) {
53 define(
'NOREQUIREAJAX',
'1');
57define(
'ISLOADEDBYSTEELSHEET',
'1');
60require __DIR__.
'/theme_vars.inc.php';
61if (defined(
'THEME_ONLY_CONSTANT')) {
66@phan-var-force string $badgeDanger
67@phan-var-force string $badgeWarning
68@phan-var-force string $butactionbg
69@phan-var-force string $colorbackbody
70@phan-var-force string $colorbackhmenu1
71@phan-var-force string $colorbacklinebreak
72@phan-var-force string $colorbacklineimpair1
73@phan-var-force string $colorbacklineimpair2
74@phan-var-force string $colorbacklinepair1
75@phan-var-force string $colorbacklinepair2
76@phan-var-force string $colorbacklinepairchecked
77@phan-var-force string $colorbacklinepairhover
78@phan-var-force string $colorbacktabactive
79@phan-var-force string $colorbacktabcard1
80@phan-var-force string $colorbacktitle1
81@phan-var-force string $colorbackvmenu1
82@phan-var-force string $colorblind_deuteranopes_textSuccess
83@phan-var-force string $colorblind_deuteranopes_textWarning
84@phan-var-force string $colortext
85@phan-var-force string $colortextlink
86@phan-var-force string $colortexttitle
87@phan-var-force string $colortexttitlelink
88@phan-var-force string $colortexttitlenotab
89@phan-var-force string $colortexttitlenotab2
90@phan-var-force string $colortopbordertitle1
91@phan-var-force string $fontsize
92@phan-var-force string $textDanger
93@phan-var-force string $textSuccess
94@phan-var-force string $textWarning
95@phan-var-force string $textbutaction
96@phan-var-force string $toolTipBgColor
97@phan-var-force string $toolTipFontColor
100session_cache_limiter(
'public');
103require_once __DIR__.
'/../../main.inc.php';
104require_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
149if (empty($user->id) && !empty($_SESSION[
'dol_login'])) {
150 $user->fetch(0, $_SESSION[
'dol_login'],
'', 1);
156 $menumanager =
new MenuManager($db, empty($user->socid) ? 0 : 1);
165if (empty($dolibarr_nocache)) {
166 header(
'Cache-Control: max-age=10800, public, must-revalidate');
168 header(
'Cache-Control: no-cache');
175 $langs->setDefaultLang(
GETPOST(
'lang',
'aZ09'));
178if (GETPOSTISSET(
'THEME_DARKMODEENABLED')) {
179 $conf->global->THEME_DARKMODEENABLED =
GETPOSTINT(
'THEME_DARKMODEENABLED');
182$langs->load(
"main", 0, 1);
183$right = ($langs->trans(
"DIRECTION") ==
'rtl' ?
'left' :
'right');
184$left = ($langs->trans(
"DIRECTION") ==
'rtl' ?
'right' :
'left');
194$fontlist =
'roboto,arial,tahoma,verdana,helvetica';
200$img_button =
dol_buildpath($path.
'/theme/'.$theme.
'/img/button_bg.png', 1);
201$dol_hide_topmenu =
$conf->dol_hide_topmenu;
202$dol_hide_leftmenu =
$conf->dol_hide_leftmenu;
203$dol_optimize_smallscreen =
$conf->dol_optimize_smallscreen;
204$dol_no_mouse_hover =
$conf->dol_no_mouse_hover;
216if (!isset(
$conf->global->THEME_ELDY_BACKBODY)) {
217 $conf->global->THEME_ELDY_BACKBODY = $colorbackbody;
219if (!isset(
$conf->global->THEME_ELDY_TOPMENU_BACK1)) {
220 $conf->global->THEME_ELDY_TOPMENU_BACK1 = $colorbackhmenu1;
222if (!isset(
$conf->global->THEME_ELDY_VERMENU_BACK1)) {
223 $conf->global->THEME_ELDY_VERMENU_BACK1 = $colorbackvmenu1;
225if (!isset(
$conf->global->THEME_ELDY_BACKTITLE1)) {
226 $conf->global->THEME_ELDY_BACKTITLE1 = $colorbacktitle1;
228if (!isset(
$conf->global->THEME_ELDY_USE_HOVER)) {
229 $conf->global->THEME_ELDY_USE_HOVER = $colorbacklinepairhover;
231if (!isset(
$conf->global->THEME_ELDY_USE_CHECKED)) {
232 $conf->global->THEME_ELDY_USE_CHECKED = $colorbacklinepairchecked;
234if (!isset(
$conf->global->THEME_ELDY_LINEBREAK)) {
235 $conf->global->THEME_ELDY_LINEBREAK = $colorbacklinebreak;
237if (!isset(
$conf->global->THEME_ELDY_TEXTTITLENOTAB)) {
238 $conf->global->THEME_ELDY_TEXTTITLENOTAB = $colortexttitlenotab;
240if (!isset(
$conf->global->THEME_ELDY_TEXTLINK)) {
241 $conf->global->THEME_ELDY_TEXTLINK = $colortextlink;
243if (!isset(
$conf->global->THEME_ELDY_BTNACTION)) {
244 $conf->global->THEME_ELDY_BTNACTION = $butactionbg;
246if (!isset(
$conf->global->THEME_ELDY_TEXTBTNACTION)) {
247 $conf->global->THEME_ELDY_TEXTBTNACTION = $textbutaction;
253 $conf->global->THEME_ELDY_BACKTABCARD1 =
'255,255,255';
254 $conf->global->THEME_ELDY_BACKTABACTIVE =
'234,234,234';
255 $conf->global->THEME_ELDY_TEXT =
'0,0,0';
256 $conf->global->THEME_ELDY_FONT_SIZE1 = $fontsize;
257 $conf->global->THEME_ELDY_FONT_SIZE2 =
'0.7em';
261$colorbackhmenu1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_TOPMENU_BACK1', $colorbackhmenu1) :
getDolUserString(
'THEME_ELDY_TOPMENU_BACK1', $colorbackhmenu1);
262$colorbackvmenu1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_VERMENU_BACK1', $colorbackvmenu1) :
getDolUserString(
'THEME_ELDY_VERMENU_BACK1', $colorbackvmenu1);
263$colortopbordertitle1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_TOPBORDER_TITLE1', $colortopbordertitle1) :
getDolUserString(
'THEME_ELDY_TOPBORDER_TITLE1', $colortopbordertitle1);
264$colorbacktitle1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_BACKTITLE1', $colorbacktitle1) :
getDolUserString(
'THEME_ELDY_BACKTITLE1', $colorbacktitle1);
265$colorbacktabcard1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_BACKTABCARD1', $colorbacktabcard1) :
getDolUserString(
'THEME_ELDY_BACKTABCARD1', $colorbacktabcard1);
266$colorbacktabactive = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_BACKTABACTIVE', $colorbacktabactive) :
getDolUserString(
'THEME_ELDY_BACKTABACTIVE', $colorbacktabactive);
267$colorbacklineimpair1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_LINEIMPAIR1', $colorbacklineimpair1) :
getDolUserString(
'THEME_ELDY_LINEIMPAIR1', $colorbacklineimpair1);
268$colorbacklineimpair2 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_LINEIMPAIR2', $colorbacklineimpair2) :
getDolUserString(
'THEME_ELDY_LINEIMPAIR2', $colorbacklineimpair2);
269$colorbacklinepair1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_LINEPAIR1', $colorbacklinepair1) :
getDolUserString(
'THEME_ELDY_LINEPAIR1', $colorbacklinepair1);
270$colorbacklinepair2 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_LINEPAIR2', $colorbacklinepair2) :
getDolUserString(
'THEME_ELDY_LINEPAIR2', $colorbacklinepair2);
271$colorbacklinebreak = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_LINEBREAK', $colorbacklinebreak) :
getDolUserString(
'THEME_ELDY_LINEBREAK', $colorbacklinebreak);
272$colorbackbody = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_BACKBODY', $colorbackbody) :
getDolUserString(
'THEME_ELDY_BACKBODY', $colorbackbody);
273$colortexttitlenotab = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_TEXTTITLENOTAB', $colortexttitlenotab) :
getDolUserString(
'THEME_ELDY_TEXTTITLENOTAB', $colortexttitlenotab);
274$colortexttitle = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_TEXTTITLE', $colortext) :
getDolUserString(
'THEME_ELDY_TEXTTITLE', $colortexttitle);
275$colortexttitlelink = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_TEXTTITLELINK', $colortexttitlelink) :
getDolUserString(
'THEME_ELDY_TEXTTITLELINK', $colortexttitlelink);
277$colortextlink = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_TEXTLINK', $colortext) :
getDolUserString(
'THEME_ELDY_TEXTLINK', $colortextlink);
278$colortextlinkHsla =
colorHexToHsl($colortextlink,
false,
true);
279$butactionbg = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_BTNACTION', $butactionbg) :
getDolUserString(
'THEME_ELDY_BTNACTION', $butactionbg);
280$textbutaction = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_TEXTBTNACTION', $textbutaction) :
getDolUserString(
'THEME_ELDY_TEXTBTNACTION', $textbutaction);
281$fontsize = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_FONT_SIZE1', $fontsize) :
getDolUserString(
'THEME_ELDY_FONT_SIZE1', $fontsize);
282$fontsizesmaller = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_FONT_SIZE2', $fontsize) :
getDolUserString(
'THEME_ELDY_FONT_SIZE2', $fontsize);
283$heightrow = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (
getDolGlobalString(
'THEME_ELDY_USECOMOACTROW') ?
'300%' :
'155%') : (
getDolUserString(
'THEME_ELDY_USECOMOACTROW') ?
'300%' :
'155%');
288if (!empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED)) {
289 $colorbacklinepairhover = ((!isset($user->conf->THEME_ELDY_USE_HOVER) || $user->conf->THEME_ELDY_USE_HOVER ===
'255,255,255') ?
'' : (
getDolUserString(
'THEME_ELDY_USE_HOVER') ===
'1' ?
'edf4fb' :
getDolUserString(
'THEME_ELDY_USE_HOVER')));
290 $colorbacklinepairchecked = ((!isset($user->conf->THEME_ELDY_USE_CHECKED) || $user->conf->THEME_ELDY_USE_CHECKED ===
'255,255,255') ?
'' : (
getDolUserString(
'THEME_ELDY_USE_CHECKED') ===
'1' ?
'edf4fb' :
getDolUserString(
'THEME_ELDY_USE_CHECKED')));
293if (empty($colortopbordertitle1)) {
294 $colortopbordertitle1 = $colorbackhmenu1;
299$tmppart = explode(
',', $colorbackhmenu1);
300$tmpval = (!empty($tmppart[0]) ? $tmppart[0] : 0) + (!empty($tmppart[1]) ? $tmppart[1] : 0) + (!empty($tmppart[2]) ? $tmppart[2] : 0);
302 $colortextbackhmenu =
'FFFFFF';
304 $colortextbackhmenu =
'000000';
308$tmppart = explode(
',', $colorbackvmenu1);
309$tmpval = (!empty($tmppart[0]) ? $tmppart[0] : 0) + (!empty($tmppart[1]) ? $tmppart[1] : 0) + (!empty($tmppart[2]) ? $tmppart[2] : 0);
311 $colortextbackvmenu =
'FFFFFF';
313 $colortextbackvmenu =
'222222';
319$tmppart = explode(
',', $colorbacktitle1);
320if ($colortexttitle ==
'') {
321 $tmpval = (!empty($tmppart[0]) ? $tmppart[0] : 0) + (!empty($tmppart[1]) ? $tmppart[1] : 0) + (!empty($tmppart[2]) ? $tmppart[2] : 0);
322 if ($tmpval <= 460) {
323 $colortexttitle =
'FFFFFF';
324 $colorshadowtitle =
'888888';
326 $colortexttitle =
'101010';
327 $colorshadowtitle =
'FFFFFF';
330 $colorshadowtitle =
'888888';
334$tmppart = explode(
',', $colorbacktabcard1);
335$tmpval = (!empty($tmppart[0]) ? $tmppart[0] : 0) + (!empty($tmppart[1]) ? $tmppart[1] : 0) + (!empty($tmppart[2]) ? $tmppart[2] : 0);
337 $colortextbacktab =
'FFFFFF';
339 $colortextbacktab =
'111111';
352if ($colorbacklinepairhover !=
'') {
355if ($colorbacklinepairchecked !=
'') {
356 $colorbacklinepairchecked = implode(
',',
colorStringToArray($colorbacklinepairchecked));
365$nbtopmenuentries = $menumanager->showmenu(
'topnb');
366$nbtopmenuentriesreal = $nbtopmenuentries;
367if (
$conf->browser->layout ==
'phone') {
368 $nbtopmenuentries = max($nbtopmenuentries, 10);
372print
'colorbackbody='.$colorbackbody.
"\n";
373print
'colorbackvmenu1='.$colorbackvmenu1.
"\n";
374print
'colorbackhmenu1='.$colorbackhmenu1.
"\n";
375print
'colorbacktitle1='.$colorbacktitle1.
"\n";
376print
'colorbacklineimpair1='.$colorbacklineimpair1.
"\n";
377print
'colorbacklineimpair2='.$colorbacklineimpair2.
"\n";
378print
'colorbacklinepair1='.$colorbacklinepair1.
"\n";
379print
'colorbacklinepair2='.$colorbacklinepair2.
"\n";
380print
'colorbacklinepairhover='.$colorbacklinepairhover.
"\n";
381print
'colorbacklinepairchecked='.$colorbacklinepairchecked.
"\n";
382print
'colortexttitlenotab='.$colortexttitlenotab.
"\n";
383print
'colortexttitle='.$colortexttitle.
"\n";
384print
'colortext='.$colortext.
"\n";
385print
'colortextlink='.$colortextlink.
"\n";
386print
'colortexttitlelink='.$colortexttitlelink.
"\n";
387print
'colortextbackhmenu='.$colortextbackhmenu.
"\n";
388print
'colortextbackvmenu='.$colortextbackvmenu.
"\n";
389print
'dol_hide_topmenu='.$dol_hide_topmenu.
"\n";
390print
'dol_hide_leftmenu='.$dol_hide_leftmenu.
"\n";
391print
'dol_optimize_smallscreen='.$dol_optimize_smallscreen.
"\n";
392print
'dol_no_mouse_hover='.$dol_no_mouse_hover.
"\n";
393print
'dol_screenwidth='.$_SESSION[
'dol_screenwidth'].
"\n";
394print
'dol_screenheight='.$_SESSION[
'dol_screenheight'].
"\n";
395print
'fontsize='.$fontsize.
"\n";
396print
'nbtopmenuentries='.$nbtopmenuentries.
"\n";
411 --colorbackhmenu1: rgb(<?php print $colorbackhmenu1; ?>);
412 --colorbackvmenu1: rgb(<?php print $colorbackvmenu1; ?>);
413 --colorbacktitle1: rgb(<?php print $colorbacktitle1; ?>);
414 --colorbacktabcard1: rgb(<?php print $colorbacktabcard1; ?>);
415 --colorbacktabactive: rgb(<?php print $colorbacktabactive; ?>);
416 --colorbacklineimpair1: rgb(<?php print $colorbacklineimpair1; ?>);
417 --colorbacklineimpair2: rgb(<?php print $colorbacklineimpair2; ?>);
418 --colorbacklinepair1: rgb(<?php print $colorbacklinepair1; ?>);
419 --colorbacklinepair2: rgb(<?php print $colorbacklinepair2; ?>);
420 --colorbacklinepairhover: rgb(<?php print $colorbacklinepairhover; ?>);
421 --colorbacklinepairchecked: rgb(<?php print $colorbacklinepairchecked; ?>);
422 --colorbacklinebreak: rgb(<?php print $colorbacklinebreak; ?>);
423 --colorbackbody: rgb(<?php print $colorbackbody; ?>);
424 --colorbackmobilemenu: #f8f8f8;
425 --colorbackgrey: #f0f0f0;
426 --colortexttitlenotab: rgb(<?php print $colortexttitlenotab; ?>);
427 --colortexttitlenotab2: rgb(<?php print $colortexttitlenotab2; ?>);
428 --colortexttitle: rgb(<?php print $colortexttitle; ?>);
429 --colortexttitlelink: rgba(<?php print $colortexttitlelink; ?>, 0.9);
430 --colortext: rgb(<?php print $colortext; ?>);
431 --colortextlink: rgb(<?php print $colortextlink; ?>);
432 --colortextlink: rgb(<?php print $colortextlink; ?>);
433 --colortextlink-h: <?php print $colortextlinkHsla[
'h']; ?>;
434 --colortextlink-l: <?php print $colortextlinkHsla[
'l']; ?>%;
435 --colortextlink-s: <?php print $colortextlinkHsla[
's']; ?>%;
436 --colortextlink-a: 1;
437 --colortextbackhmenu: #<?php print $colortextbackhmenu; ?>;
438 --colortextbackvmenu: #<?php print $colortextbackvmenu; ?>;
439 --colortopbordertitle1: rgb(<?php print $colortopbordertitle1; ?>);
440 --listetotal: #551188;
441 --inputbackgroundcolor: #FFF;
442 --inputbackgroundcolordisabled: #eee;
443 --inputcolordisabled: rgb(80, 80, 80);
444 --inputbordercolor: rgba(0,0,0,.2);
445 --tooltipbgcolor: <?php print $toolTipBgColor; ?>;
446 --tooltipfontcolor : <?php print $toolTipFontColor; ?>;
447 --oddevencolor: #202020;
448 --colorboxstatsborder: #ddd;
449 --dolgraphbg: rgba(255,255,255,0);
450 --fieldrequiredcolor: #000055;
451 --colortextbacktab: #<?php print $colortextbacktab; ?>;
452 --colorboxiconbg: #eee;
454 --tableforfieldcolor:#666;
455 --amountremaintopaycolor:#880000;
456 --amountpaymentcomplete:#008855;
457 --amountremaintopaybackcolor:none;
458 --productlinestockod: #002200;
459 --productlinestocktoolow: #884400;
460 --infoboxmoduleenabledbgcolor : linear-gradient(0.4turn, #fff, #fff, #fff, #e4efe8);
461 --tablevalidbgcolor: rgb(252, 248, 227);
462 --butactionbg : #<?php print $butactionbg; ?>;
463 --textbutaction : #<?php print $textbutaction; ?>;
466 --heightrow: <?php print $heightrow; ?>;
471 print
"/* For dark mode */\n";
473 print
"@media (prefers-color-scheme: dark) {";
475 print
"@media not print {";
478 --colorbackhmenu1: #3d3e40;
479 --colorbackvmenu1: #2b2c2e;
480 --colorbacktitle1: #3b3c3e;
481 --colorbacktabcard1: #1d1e20; /* Must be same than colorbackbody */
482 --colorbacktabactive: rgb(220,220,220);
483 --colorbacklineimpair1: #38393d;
484 --colorbacklineimpair2: #2b2d2f;
485 --colorbacklinepair1: #38393d;
486 --colorbacklinepair2: #2b2d2f;
487 --colorbacklinepairhover: #2b2d2f;
488 --colorbacklinepairchecked: #0e5ccd;
489 --colorbackbody: #1d1e20;
490 --colorbackmobilemenu: #080808;
491 --colorbackgrey: #0f0f0f;
492 --tooltipbgcolor: #2b2d2f;
493 --colortexttitlenotab: rgb(220,220,220);
494 --colortexttitlenotab2: rgb(220,220,220);
495 --colortexttitle: rgb(220,220,220);
496 --colortext: rgb(220,220,220);
497 --colortextlink: #4390dc;
498 --colortexttitlelink: #4390dc;
499 --colortextbackhmenu: rgb(220,220,220);
500 --colortextbackvmenu: rgb(220,220,220);
501 --tooltipfontcolor : rgb(220,220,220);
502 --listetotal: rgb(245, 83, 158);
503 --inputbackgroundcolor: rgb(70, 70, 70);
504 --inputbackgroundcolordisabled: rgb(60, 60, 60);
505 --inputcolordisabled: rgb(140, 140, 140);
506 --inputbordercolor: rgb(220,220,220);
507 --oddevencolor: rgb(220,220,220);
508 --colorboxstatsborder: rgb(65,100,138);
509 --dolgraphbg: #1d1e20;
510 --fieldrequiredcolor: rgb(250,183,59);
511 --colortextbacktab: rgb(220,220,220);
512 --colorboxiconbg: rgb(36,38,39);
513 --refidnocolor: rgb(220,220,220);
514 --tableforfieldcolor:rgb(220,220,220);
515 --amountremaintopaycolor:rgb(252,84,91);
516 --amountpaymentcomplete:rgb(101,184,77);
517 --amountremaintopaybackcolor:rbg(245,130,46);
518 --infoboxmoduleenabledbgcolor : linear-gradient(0.4turn, #000, #000, #000, #274231);
519 --tablevalidbgcolor: rgb(80, 64, 33);
532<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
533 background-color: #FFFFFF;
535 font-size: <?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize; ?>;
537 font-family: <?php print $fontlist ?>;
543 background-color: var(--colorbackbody);
544 <?php print
'direction: '.$langs->trans(
"DIRECTION").
";\n"; ?>
548.sensiblehtmlcontent * {
552.thumbstat { font-weight: bold !important; }
553th a { font-weight: <?php echo($useboldtitle ?
'bold' :
'normal'); ?> !important; }
554a.tab { font-weight: 500 !important; }
556a:link, a:visited, a:hover, a:active, .classlink { font-family: <?php print $fontlist ?>; font-weight: normal; color: var(--colortextlink); text-decoration: none; }
557a:hover { text-decoration: underline; color: var(--colortextlink); }
558a.commonlink { color: var(--colortextlink) !important; text-decoration: none; }
567 margin-top: 0 !important;
570.refidno .button.smallpaddingimp {
571 padding: 3px !important;
572 padding-left: 6px !important;
573 padding-right: 6px !important;
581select.vmenusearchselectcombo {
582 background-color: unset;
587 border: 1px solid #aaa !important;
594input:focus, textarea:focus,
595button:focus:not(.button_search_x):not(.button_search):not(.button_removefilter), select:focus,
596.select2-container--focus span.selection span.select2-selection {
597 border-bottom: 1px solid #666;
600textarea.cke_source:focus
605th.wrapcolumntitle.liste_titre:not(.maxwidthsearch), td.wrapcolumntitle.liste_titre:not(.maxwidthsearch),
606th.wrapcolumntitle.liste_titre_sel:not(.maxwidthsearch), td.wrapcolumntitle.liste_titre_sel:not(.maxwidthsearch) {
610 text-overflow: ellipsis;
612th.wrapcolumntitle dl dt a span.fas.fa-list {
614 vertical-align: middle;
618.liste_titre input[
name=search_month], .liste_titre input[
name=search_month_start], .liste_titre input[
name=search_month_end] {
621select#date_startday, select#date_startmonth, select#date_endday, select#date_endmonth, select#reday, select#remonth
626input, input.flat, form.flat select, select, select.flat, .dataTables_length label select {
629input, input.flat, textarea, textarea.flat, form.flat select, select, select.flat, .dataTables_length label select {
630 border<?php echo !
getDolGlobalString(
'THEME_SHOW_BORDER_ON_INPUT') ?
'-bottom' :
''; ?>: solid 1px var(--inputbordercolor);
631 color: var(--colortext);
632 font-family: <?php print $fontlist ?>;
634 margin: 0px 0px 0px 0px;
635 background-color: var(--inputbackgroundcolor);
637 border<?php echo !
getDolGlobalString(
'THEME_SHOW_BORDER_ON_INPUT') ?
'-bottom' :
''; ?>: solid 1px var(--inputbordercolor);
657#mainbody input.button:not(.buttongen):not(.bordertransp), #mainbody a.button:not(.buttongen):not(.bordertransp) {
658 background: var(--butactionbg);
659 color: var(--textbutaction) !important;
661 border-collapse: collapse;
664 text-transform: uppercase;
667 padding: 0.6em 0.7em;
670#mainbody input.button:not(.buttongen):not(.bordertransp):hover, #mainbody a.button:not(.buttongen):not(.bordertransp):hover {
671 box-shadow: 0px 0px 6px 1px rgb(50 50 50 / 40%), 0px 0px 0px rgb(60 60 60 / 10%);
673#mainbody input.buttongen, #mainbody button.buttongen {
677input.button.massactionconfirmed {
688input:invalid, select:invalid, input.--error , select.--error {
689 border-color: #ea1212;
692section.setupsection {
694 background-color: var(--colorbacktitle1);
697section.setupsection:hover {
698 box-shadow: 0 0 5px #aaa;
701.field-error-icon { color: #ea1212 !important; }
704div.tabBar textarea:focus:not(.textarea-ai_feature):not(.cke_source) {
705 border: 1px solid #aaa !important;
707textarea.cke_source:focus
716 border-top:solid 1px var(--inputbordercolor);
717 border-left:solid 1px var(--inputbordercolor);
718 border-right:solid 1px var(--inputbordercolor);
719 border-bottom:solid 1px var(--inputbordercolor);
721 background-color: #FFF;
727input.removedassigned, input.removedassignedresource {
728 padding: 2px !important;
729 vertical-align: text-bottom;
733 padding-left: 1px !important;
734 padding-right: 1px !important;
737 vertical-align: middle;
739input.buttonpayment,
button.buttonpayment, div.buttonpayment {
745 background-image: none;
750 border: 2px solid #ccc;
751 background-color: #eee;
753 color: #888 !important;
756.nofocusvisible:focus-visible {
760div.buttonpayment input {
761 background-color: unset;
762 border-bottom: unset;
764 text-transform: uppercase;
768div.buttonpayment input:focus {
771input.buttonpaymentcb {
772 background-image: url(<?php echo
dol_buildpath($path.
'/theme/common/credit_card.png', 1) ?>);
773 background-size: 26px;
774 background-repeat: no-repeat;
777input.buttonpaymentcheque {
778 background-image: url(<?php echo
dol_buildpath($path.
'/theme/common/cheque.png', 1) ?>);
779 background-repeat: no-repeat;
782input.buttonpaymentcb {
783 background-image: url(<?php echo
dol_buildpath($path.
'/theme/common/credit_card.png', 1) ?>);
784 background-size: 24px;
785 background-repeat: no-repeat;
788input.buttonpaymentpaypal {
789 background-image: url(<?php echo
dol_buildpath($path.
'/paypal/img/object_paypal.png', 1) ?>);
790 background-repeat: no-repeat;
793input.buttonpaymentpaybox {
794 background-image: url(<?php echo
dol_buildpath($path.
'/paybox/img/object_paybox.png', 1) ?>);
795 background-repeat: no-repeat;
798input.buttonpaymentstripe {
799 background-image: url(<?php echo
dol_buildpath($path.
'/stripe/img/object_stripe.png', 1) ?>);
800 background-repeat: no-repeat;
803.logopublicpayment #dolpaymentlogo {
806 image-rendering: -webkit-optimize-contrast;
812 background-color: transparent;
813 color: var(--colortext) !important;
814 border: 1px solid #888;
815 margin: 0 0.45em !important;
818span.userimg.notfirst, div.userimg.notfirst {
821div.userimg.notfirst {
822 display: block-
inline;
826span.timesheetalreadyrecorded input {
828 border-bottom: solid 1px rgba(0,0,0,0.1);
829 margin-right: 1px !important;
831td.onholidaymorning, td.onholidayafternoon {
832 background-color: #fdf6f2;
835 background-color: #f4eede;
837td.onholidayallday:not(.weekend) input {
838 background-color: #f8f7f0;
841 background-color: #eee;
846td.leftborder, td.hide0 {
847 border-left: 1px solid #ccc;
849td.leftborder, td.hide6 {
850 border-right: 1px solid #ccc;
853 border-right: 1px solid #ccc;
856td.linecoldescription.bomline {
860td.amount, span.amount, div.amount, b.amount {
863td.amountneg, span.amountneg, div.amountneg, b.amountneg
867td.amount.amountbadge, span.amount.amountbadge, div.amount.amountbadge, b.amount.amountbadge {
868 background-color: <?php echo $badgeStatus4; ?>;
873td.amountneg.amountbadge, span.amountneg.amountbadge, div.amountneg.amountbadge, b.amountneg.amountbadge
875 background-color: #660000;
881td.amount, span.amount, div.amount, b.amount,
882td.amountneg, span.amountneg, div.amountneg, b.amountneg,
883span.amount, span.amountneg {
890select.flat, form.flat select, .pageplusone {
894select.flat, form.flat select, .divadvancedsearchfieldcompinput {
905 filter: saturate(0.8);
909 color: var(--colortextlink);
911.optiongrey, .opacitymedium {
914.opacitymediumbycolor {
915 color: rgba(0, 0, 0, 0.4);
927 color: var(--colorwhite);
930 color: #888 !important;
933 color: var(--colorblack);
935.colorblack.totalnboflines {
940 font-size: unset !important;
944 transform: scale(1, -1);
947 transform: scale(-1, 1);
950select:invalid, select.--error {
955 background: var(--inputbackgroundcolordisabled);
956 color: var(--inputcolordisabled);
960 box-shadow: none !important;
962.listactionlargetitle .liste_titre {
966 padding: 0px !important;
967 border: 0px !important;
968 vertical-align: text-bottom;
971input[
type=file] { background-color: transparent; border-top: none; border-left: none; border-right: none; box-shadow: none; }
972input[
type=checkbox] { background-color: transparent; border: none; box-shadow: none; vertical-align: middle; }
973input[
type=radio] { background-color: transparent; border: none; box-shadow: none; vertical-align: middle; }
974input[
type=image] { background-color: transparent; border: none; box-shadow: none; }
975input:-webkit-autofill {
976 background-color: #FBFFEA !important;
977 background-image:none !important;
978 -webkit-box-shadow: 0 0 0 50px #FBFFEA inset;
981input[
type=checkbox], input[
type=radio] {
983 transform: scale(1.25);
985.kanban input.checkforselect {
991.placeholder { color: #ccc; }
992select.placeholder { color: #ccc; }
993.select2-selection__choice .placeholder { color: #aaa; }
994::-webkit-input-placeholder { color:#ccc; }
995:-moz-placeholder { color:#bbb; }
996::-moz-placeholder { color:#bbb; }
997:-ms-input-placeholder { color:#ccc; }
998input:-moz-placeholder { color:#ccc; }
999select.placeholder option:not(.opacitymediumbycolor):not(.opacitymedium) {
1000 color: var(--colortext);
1003input[
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; }
1005 border: 1px solid #AAAAAA !important;
1006 padding-
inline-start: 2em;
1007 padding-
inline-end: 2em;
1008 min-
inline-size:
auto;
1010.legendforfieldsetstep { padding-bottom: 10px; }
1011input#onlinepaymenturl, input#directdownloadlink {
1015.formconsumeproduce {
1016 background: #f3f3f3;
1017 padding: 20px 0px 0px 0px;
1021div#moretabsList, div#moretabsListaction {
1025hr { border: 0; border-top: 1px solid #ccc; }
1026.tabBar hr { margin-top: 20px; margin-bottom: 17px; }
1029table.tableforfield .button:not(.bordertransp):not(.buttonpayment),
1030table.tableforfield .buttonDelete:not(.bordertransp):not(.buttonpayment) {
1035.button:not(.bordertransp):not(.buttonpayment), .buttonDelete:not(.bordertransp):not(.buttonpayment) {
1036 border-color: #c5c5c5;
1037 border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
1038 display: inline-block;
1042 font-family: <?php print $fontlist ?>;
1045 color:
#333333 !important;
1046 text-decoration: none !important;
1047 text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
1048 background-color: #f5f5f5;
1049 background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
1050 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
1051 background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
1052 background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
1053 background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
1054 background-repeat: repeat-x;
1055 border-color: #e6e6e6 #e6e6e6 #bfbfbf;
1056 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1057 border: 1px solid
#bbbbbb;
1058 border-bottom-color: #a2a2a2;
1060 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1062.button:focus, .buttonDelete:focus {
1063 box-shadow: 0px 0px 6px 1px rgba(0, 0, 60, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
1065.button:hover:not(.nohover), .buttonDelete:hover:not(.nohover) {
1066 box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
1068.button:
disabled, .buttonDelete:
disabled, .button.disabled, .buttonDelete.disabled {
1074 pointer-events: none;
1079.button_search, .button_removefilter {
1081 background-color: unset;
1083.button_search:hover, .button_removefilter:hover {
1093div.float, span.floatleft
1095 float:<?php print $left; ?>;
1099 float:<?php print $right; ?>;
1111 display:
inline-block;
1115 display:
inline-block !important;
1124 padding-<?php echo $left; ?>: 3px;
1131 box-shadow: none !important;
1132 border-radius:0px !important;
1140 vertical-align: top;
1143 vertical-align: middle;
1146 vertical-align: bottom;
1149 vertical-align: text-bottom;
1155 width: 100% !important;
1157.centpercentwithout1imp {
1158 width: calc(100% - 1px) !important;
1160.centpercentwithoutmenu {
1161 width: calc(100% - 200px);
1163.quatrevingtpercent, .inputsearch {
1166.maxquatrevingtpercent {
1172.quatrevingtquinzepercent {
1175.quatrevingtpercentminusx {
1176 width: calc(80% - 52px);
1179 width: calc(100% - 52px);
1181textarea.centpercent {
1197.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
1200.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 {
1207 transform: scaleX(-1) translate(<?php print($left == 'left' ? '' : '-'); ?>2px, 0);
1210 transform: rotate(90deg) translate(2px, <?php print($left ==
'left' ?
'' :
'-'); ?>4px);
1217 text-align: center !important;
1222 place-items: center;
1234 text-align: <?php print $left; ?>;
1237 text-align: <?php print $right; ?>;
1240 text-align: justify;
1243 float: <?php echo $left; ?> !important;
1246 float: <?php echo $right; ?> !important;
1249 white-space: <?php print($dol_optimize_smallscreen ?
'normal' :
'nowrap'); ?>;
1251.nowraponsmartphone {
1252 white-space: <?php print($dol_optimize_smallscreen ?
'nowrap' :
'normal'); ?>;
1255 white-space: <?php print($dol_optimize_smallscreen ?
'normal' :
'nowrap'); ?>;
1257.liste_titre .nowrap {
1258 white-space: nowrap;
1261 white-space: nowrap;
1264 white-space: nowrap;
1265 display:
inline-block;
1267.wrapimp, .wrapimp pre {
1268 white-space: normal !important;
1271 word-wrap:
break-word;
1274 word-
break:
break-word !important;
1277 word-
break:
break-word;
1280 word-
break:
break-all;
1282td.wordbreak img, td.wordbreakimp img {
1286 font-weight: bold !important;
1289 font-weight: normal !important;
1292 text-transform: uppercase;
1298 text-decoration: none;
1301 text-decoration: none !important;
1307 padding-<?php print $left; ?>: 0;
1310 padding-<?php print $right; ?>: 0;
1319 padding-<?php print $left; ?>: 0 !important;
1322 padding-<?php print $right; ?>: 0 !important;
1325 padding-top: 0 !important;
1327.nopaddingbottomimp {
1328 padding-bottom: 0 !important;
1331 padding-<?php print $left; ?>: 4px;
1334 padding-<?php print $left; ?>: 4px !important;
1337 padding-<?php print $left; ?>: 2px;
1340 padding-<?php print $left; ?>: 2px !important;
1343 padding-<?php print $right; ?>: 4px;
1346 padding-<?php print $right; ?>: 4px !important;
1349 padding-<?php print $right; ?>: 2px;
1352 padding-<?php print $right; ?>: 2px !important;
1361 padding-bottom: 4px;
1364 padding-bottom: 2px;
1367 margin-<?php print $left; ?>: 2px;
1370 margin-<?php print $right; ?>: 2px;
1373 margin-<?php print $left; ?>: 20px !important;
1376 padding: 6px !important;
1379 width: unset !important;
1388.classfortooltiponclick .fa-question-circle {
1395 cursor: not-allowed !important;
1401 background-color: #fff;
1403.nobackground, .nobackground tr {
1404 background: unset !important;
1406.checkboxattachfilelabel {
1411 border: 1px solid #888 !important;
1414 color : <?php print $textWarning; ?>
1418 max-height: <?php print
getDolGlobalInt(
'MAIN_CSS_SHORTMESSSAGECUT', 125); ?>px;
1423 max-height: <?php print
getDolGlobalInt(
'MAIN_CSS_LONGMESSSAGECUT', 250); ?>px;
1434 background-color: #e0e0e8;
1437div.urllink, div.urllink a {
1438 color: #339 !important;
1442 border: 1px solid #DFDFDF;
1443 border-radius: 10px;
1445 margin-bottom: 20px;
1449i.fa-mars::before, i.fa-venus::before, i.fa-genderless::before, i.fa-transgender::before {
1450 color: #888 !important;
1452 padding-<?php echo $left; ?>: 3px;
1454.stockmovemententry {
1456 transform: rotate(0.25turn);
1461 transform: rotate(0.3turn);
1467.publisherlogoinline {
1468 vertical-align: middle;
1476 white-space: nowrap;
1480 color : <?php print $textWarning; ?>
1482body[
class*=
"colorblind-"] .text-warning{
1483 color : <?php print $colorblind_deuteranopes_textWarning; ?>
1486 color : <?php print $textSuccess; ?>
1488body[
class*=
"colorblind-"] .text-success{
1489 color : <?php print $colorblind_deuteranopes_textSuccess; ?>
1493 color : <?php print $textDanger; ?>
1496.editfielda span.fa-pencil-alt, .editfielda span.fa-pencil-ruler, .editfielda span.fa-trash, .editfielda span.fa-crop, .editfielda span.fa-eye, .editfielda span.fa-magic,
1498 color: #ccc !important;
1500.editfielda span.fa-pencil-alt:hover, .editfielda span.fa-pencil-ruler:hover, .editfielda span.fa-trash:hover, .editfielda span.fa-crop:hover, .editfielda span.fa-magic:hover,
1501.editfieldlang:hover {
1502 color: var(--colortexttitle) !important;
1504a.editfielda.nohover *:hover:before {
1505 color: #ccc !important;
1512 float: none !important;
1515span.fa.fa-plus-circle.paddingleft {
1518 padding-bottom: 2px;
1521.size12x { font-size: 1.2em !important; }
1522.size15x { font-size: 1.5em !important; }
1523.size2x { font-size: 2em; }
1524.size4x { font-size: 4em !important; }
1525.fa-toggle-on, .fa-toggle-off { font-size: 2em; }
1526.websiteselectionsection .fa-toggle-on, .websiteselectionsection .fa-toggle-off,
1527.asetresetmodule .fa-toggle-on, .asetresetmodule .fa-toggle-off,
1528.tdwebsitesearchresult .fa-toggle-on, .tdwebsitesearchresult .fa-toggle-off {
1529 font-size: 1.5em; vertical-align: text-bottom;
1534 white-space: nowrap;
1535 vertical-align: middle;
1536 text-overflow: ellipsis;
1541<?php include
dol_buildpath($path.
'/theme/'.$theme.
'/badges.inc.php', 0); ?>
1542<?php include
dol_buildpath($path.
'/theme/'.$theme.
'/flags-sprite.inc.php', 0); ?>
1546 border-right: 1px solid #f4f4f4;
1550 border-left: 1px solid #f4f4f4;
1561 vertical-align: middle;
1563.divsocialnetwork:not(:last-child) {
1564 padding-<?php print $right; ?>: 20px;
1567 background-color: rgba(0, 0, 0, 0.08);
1573 display:
inline-block;
1574 margin-<?php print $right; ?>: 12px;
1575 margin-<?php print $left; ?>: 2px;
1580.divsearchfieldfilter {
1581 text-overflow: clip;
1583 white-space: nowrap;
1584 padding-bottom: 5px;
1588.divadvancedsearchfield:first-child {
1591.divadvancedsearchfield {
1594 padding-right: 15px;
1595 padding-bottom: 2px;
1598.divadvancedsearchfield span.select2.select2-container.select2-container--
default {
1599 padding-bottom: 4px;
1601.divadvancedsearchfieldcompinput {
1603 border-bottom: solid 1px var(--inputbordercolor);
1606.search_component_params {
1608 -webkit-flex-flow: row wrap;
1609 flex-flow: row wrap;
1612 padding-bottom: 3px;
1613 padding-<?php echo $left; ?>: 0;
1614 padding-<?php echo $right; ?>: 0;
1615 border-bottom: solid 1px var(--inputbordercolor);
1618.search_component_searchtext {
1621.search_component_params_text, .search_component_params_text:focus {
1622 border-bottom: none;
1624 margin: 0 !important;
1630 padding-bottom: 3px;
1633 display:
inline-block;
1638 display:
inline-block;
1657if (
$conf->browser->layout ==
'phone') {
1659.divsearchfieldfilter {
1660 white-space: nowrap;
1666.a-filter, .a-mesure {
1667 border-radius: 50px;
1668 background: var(--colortexttitlenotab);
1670 padding: 8px 10px 8px 6px;
1678.a-filter:before, .a-mesure:before {
1679 font-family:
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>";
1685 border-radius: 50px;
1686 background: var(--colorbacktitle1);
1699 top:calc(50% - 200px);
1700 left:calc(50% - 250px);
1704 border: 1px solid #bbb;
1705 box-shadow: 2px 2px 20px #ddd;
1715div.div-
for-modal-topright {
1723 border: 1px solid #bbb;
1724 box-shadow: 2px 2px 20px #ddd;
1741 list-style-
type: none;
1743input > ul.attendees {
1748 padding-bottom: 4px;
1752 padding-bottom: 10px;
1757 vertical-align: middle;
1759select.flat.selectlimit {
1763 margin-<?php echo $right; ?>: 10px !important;
1766 margin-<?php echo $left; ?>: 10px !important;
1768.marginleftonlyshort {
1769 margin-<?php echo $left; ?>: 4px !important;
1772 margin-<?php echo $left; ?>: 0px !important;
1775 margin-<?php echo $right; ?>: 0px !important;
1778 margin-<?php echo $right; ?>: 10px !important;
1780.marginrightonlyshort {
1781 margin-<?php echo $right; ?>: 4px !important;
1783.marginrightonlylarge {
1784 margin-<?php echo $right; ?>: 20px !important;
1787 margin-top: 10px !important;
1789.margintoponlyshort {
1790 margin-top: 3px !important;
1793 margin-bottom: 10px !important;
1795.marginbottomonlyshort {
1796 margin-bottom: 3px !important;
1799 margin-top: 0 !important;
1802 margin-bottom: 0 !important;
1805.selectlimit, .selectlimit:focus {
1806 border-left: none !important;
1807 border-top: none !important;
1808 border-right: none !important;
1812 text-decoration: line-through;
1819 text-overflow: unset;
1824 text-overflow: ellipsis;
1825 white-space: nowrap;
1829 text-overflow: ellipsis;
1834 text-overflow: ellipsis;
1835 white-space: nowrap;
1840 text-overflow: ellipsis;
1841 white-space: nowrap;
1846 text-overflow: ellipsis;
1847 white-space: nowrap;
1849.tdoverflowmax80imp {
1850 max-width: 80px !important;
1852 text-overflow: ellipsis;
1853 white-space: nowrap;
1858 text-overflow: ellipsis;
1859 white-space: nowrap;
1861.tdoverflowmax100imp {
1862 max-width: 100px !important;
1864 text-overflow: ellipsis;
1865 white-space: nowrap;
1870 text-overflow: ellipsis;
1871 white-space: nowrap;
1876 text-overflow: ellipsis;
1877 white-space: nowrap;
1882 text-overflow: ellipsis;
1883 white-space: nowrap;
1888 text-overflow: ellipsis;
1889 white-space: nowrap;
1894 text-overflow: ellipsis;
1895 white-space: nowrap;
1900 text-overflow: ellipsis;
1901 white-space: nowrap;
1906 text-overflow: ellipsis;
1907 white-space: nowrap;
1912 text-overflow: ellipsis;
1913 white-space: nowrap;
1919.divintowithtwolinesmax {
1921 display: -webkit-box;
1922 -webkit-box-orient: vertical;
1923 -webkit-line-clamp: 2;
1926.twolinesmax, .twolinesmax-normallineheight {
1927 display: -webkit-box;
1928 -webkit-box-orient: vertical;
1929 -webkit-line-clamp: 2;
1931 height:
auto !important;
1932 word-
break:
break-word;
1934.twolinesmax-normallineheight {
1935 line-height: normal;
1938 display: -webkit-box;
1939 -webkit-box-orient: vertical;
1940 -webkit-line-clamp: 10;
1944.tablelistofcalendars {
1945 margin-top: 25px !important;
1948 white-space: nowrap;
1950.amountpaymentcomplete {
1951 color: var(--amountpaymentcomplete);
1953 white-space: nowrap;
1956 color: var(--amountremaintopaycolor);
1958 white-space: nowrap;
1960.amountremaintopayback {
1962 white-space: nowrap;
1964.amountpaymentneutral {
1965 color: var(--amountremaintopaybackcolor);
1968 white-space: nowrap;
1971.onlinepaymentbody .amountpaymentcomplete {
1972 background-color: var(--amountpaymentcomplete);
1980 margin-bottom: 12px;
1982#builddoc_form ~ .showlinkedobjectblock {
1987.moduledesclong p img,.moduledesclong p a img {
1988 max-width: 90% !important;
1989 height:
auto !important;
1993 border: 1px solid #ccc;
1994 box-shadow: 1px 1px 25px #aaa;
1995 max-width: calc(100% - 56px);
1997.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 {
2005.fa-map-marked-alt:before {
2010 -webkit-text-security: disc;
2022div.fiche>div.tabBar>form>div.div-
table-responsive {
2025.div-
table-responsive, .div-
table-responsive-no-min {
2029.div-
table-responsive {
2030 line-height: var(--heightrow);
2034div.fiche>form>div.div-
table-responsive {
2037div.fiche>form>div.div-
table-responsive, div.fiche>form>div.div-
table-responsive-no-min {
2042div.ticketpublicarealist>form>div.div-
table-responsive {
2050 justify-content: space-between;
2055.flex-item-uploadfile {
2056 border: 2px solid #888;
2061 background: #f4f4f4;
2062 padding: 20px 10px 20px 10px;
2067 margin: 20px 20px 20px 20px;
2071 <?php
if (in_array(
$conf->browser->name, array(
'chrome',
'firefox',
'safari'))) {
2072 echo
'display: inline-flex;'.
"\n";
2074 flex-flow: row wrap;
2075 justify-content: flex-start;
2083.thumbstat, .thumbstat150 {
2089 justify-content: flex-start;
2090 align-
self: flex-start;
2093select.selectarrowonleft {
2096select.selectarrowonleft option {
2100table[summary=
"list_of_modules"] .fa-cog {
2108 white-space: nowrap;
2119.maxscreenheightless200 {
2120 max-height: <?php echo isset($_SESSION[
'dol_screenheight']) ? max(500, (
int) $_SESSION[
'dol_screenheight'] - 200) : 700; ?>px;
2122.maxscreenheightless300 {
2123 max-height: <?php echo isset($_SESSION[
'dol_screenheight']) ? max(400, (
int) $_SESSION[
'dol_screenheight'] - 300) : 700; ?>px;
2127 border-bottom: 0px !important;
2135.clearboth { clear:both; }
2137.hideobject { display: none; }
2138.showonsmartphone { display: none; }
2140.minwidth25 { min-width: 25px; }
2141.minwidth50 { min-width: 50px; }
2142.minwidth75 { min-width: 75px; }
2143.nominwidth { min-width: fit-content !important; }
2145@media only screen and (min-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC3', round($nbtopmenuentries * 47, 0) + 130); ?>px)
2147 .width20 { width: 20px; }
2148 .width25 { width: 25px; }
2149 .width50 { width: 50px; }
2150 .width75 { width: 75px; }
2151 .width100 { width: 100px; }
2152 .width200 { width: 200px; }
2153 .minwidth100 { min-width: 100px; }
2154 .minwidth150 { min-width: 150px; }
2155 .minwidth200 { min-width: 200px; }
2156 .minwidth250 { min-width: 250px; }
2157 .minwidth300 { min-width: 300px; }
2158 .minwidth400 { min-width: 400px; }
2159 .minwidth500 { min-width: 500px; }
2160 .minwidth50imp { min-width: 50px !important; }
2161 .minwidth75imp { min-width: 75px !important; }
2162 .minwidth100imp { min-width: 100px !important; }
2163 .minwidth125imp { min-width: 125px !important; }
2164 .minwidth200imp { min-width: 200px !important; }
2165 .minwidth250imp { min-width: 250px !important; }
2166 .minwidth300imp { min-width: 300px !important; }
2167 .minwidth400imp { min-width: 400px !important; }
2168 .minwidth500imp { min-width: 500px !important; }
2170.widthauto { width:
auto; }
2171.width20 { width: 20px; }
2172.width25 { width: 25px; }
2173.width40 { width: 40px; }
2174.width50 { width: 50px; }
2175.width75 { width: 75px; }
2176.width100 { width: 100px; }
2177.width125 { width: 125px; }
2178.width150 { width: 150px; }
2179.width200 { width: 200px; }
2180.width250 { width: 250px; }
2181.width300 { width: 300px; }
2182.width400 { width: 400px; }
2183.width500 { width: 500px; }
2184.maxwidth25 { max-width: 25px; }
2185.maxwidth40 { max-width: 40px; }
2186.maxwidth50 { max-width: 50px; }
2187.maxwidth75 { max-width: 75px; }
2188.maxwidthdate { max-width: 95px; }
2189.maxwidth100 { max-width: 100px; }
2190.maxwidth125 { max-width: 125px; }
2191.maxwidth150 { max-width: 150px; }
2192.maxwidth200 { max-width: 200px; }
2193.maxwidth250 { max-width: 250px; }
2194.maxwidth300 { max-width: 300px; }
2195.maxwidth400 { max-width: 400px; }
2196.maxwidth500 { max-width: 500px; }
2197.maxwidth750 { max-width: 750px; }
2198.maxwidth1000 { max-width: 1000px; }
2199.maxwidth50imp { max-width: 50px !important; }
2200.maxwidth75imp { max-width: 75px !important; }
2202.minwidth100onall { min-width: 100px !important; }
2203.minwidth125onall { min-width: 125px !important; }
2204.minwidth200onall { min-width: 200px !important; }
2205.minwidth250onall { min-width: 250px !important; }
2207.minheight20 { min-height: 20px; }
2208.minheight30 { min-height: 30px; }
2209.minheight40 { min-height: 40px; }
2210.titlefieldcreate { width: 20%; }
2211.titlefield { width: 25%; min-width: 150px; }
2212.titlefieldmiddle { width: 50%; }
2213.titlefieldmax45 { max-width: 45%; min-width: 180px; }
2214.imgmaxwidth100 { max-width: 100px; }
2215.imgmaxwidth180 { max-width: 180px; }
2216.imgmaxheight50 { max-height: 50px; }
2218.width20p { width:20%; }
2219.width25p { width:25%; }
2220.width40p { width:40%; }
2221.width50p { width:50%; }
2222.width60p { width:60%; }
2223.width75p { width:75%; }
2224.width80p { width:80%; }
2225.width100p { width:100%; }
2229@media only screen and (max-width: 1400px)
2232 .titlefieldcreate { width: 30% !important; }
2233 .minwidth50imp { min-width: 50px !important; }
2234 .minwidth75imp { min-width: 75px !important; }
2235 .minwidth100imp { min-width: 100px !important; }
2236 .minwidth125imp { min-width: 125px !important; }
2237 .minwidth150imp { min-width: 150px !important; }
2238 .minwidth200imp { min-width: 200px !important; }
2239 .minwidth250imp { min-width: 250px !important; }
2240 .minwidth300imp { min-width: 300px !important; }
2241 .minwidth400imp { min-width: 300px !important; }
2242 .minwidth500imp { min-width: 300px !important; }
2244 .linkedcol-element {
2250@media only screen and (max-width: 1000px)
2252 .titlefieldmax45 { min-width: 100px; }
2253 .maxwidthonsmartphone { max-width: 100px; }
2254 .minwidth50imp { min-width: 50px !important; }
2255 .minwidth75imp { min-width: 70px !important; }
2256 .minwidth100imp { min-width: 100px !important; }
2257 .minwidth125imp { min-width: 125px !important; }
2258 .minwidth150imp { min-width: 110px !important; }
2259 .minwidth200imp { min-width: 110px !important; }
2260 .minwidth250imp { min-width: 115px !important; }
2261 .minwidth300imp { min-width: 120px !important; }
2262 .minwidth400imp { min-width: 150px !important; }
2263 .minwidth500imp { min-width: 250px !important; }
2267select.widthcentpercentminusx, span.widthcentpercentminusx:not(.select2-selection), input.widthcentpercentminusx {
2268 width: calc(100% - 50px) !important;
2269 display:
inline-block;
2272select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-selection), input.widthcentpercentminusxx {
2273 width: calc(100% - 70px) !important;
2274 display:
inline-block;
2279@media only screen and (max-width: 768px)
2282 font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?>;
2285 font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?> !important;
2287 .divadvancedsearchfield {
2293 padding-<?php echo $right; ?>: 10px !important;
2296 table.liste tr.trkanban td {
2297 padding: 10px 6px 10px 6px;
2300 .hideonsmartphone { display: none; }
2301 .hideonsmartphoneimp { display: none !important; }
2302 .showonsmartphone { display: block !important; }
2304 .margintoponsmartphone { margin-top: 6px; }
2306 select.minwidth100imp, select.minwidth100, select.minwidth200, select.minwidth200imp, select.minwidth300 {
2307 width: calc(100% - 40px) !important;
2308 display:
inline-block;
2310 select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-selection), input.widthcentpercentminusxx {
2311 width: calc(100% - 70px) !important;
2312 display:
inline-block;
2316 input.maxwidthinputfileonsmartphone {
2320 input.buttonpayment,
button.buttonpayment, div.buttonpayment {
2324 .smallonsmartphone {
2328 .nopaddingtoponsmartphone {
2329 padding-top: 0 !important;
2331 .nopaddingbottomonsmartphone {
2332 padding-bottom: 0 !important;
2337@media only screen and (max-width: 570px)
2340 font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?>;
2344 font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?> !important;
2347 .login_vertical_align {
2350 .login_table input#username, .login_table input#password, .login_table input#securitycode {
2351 margin-left: 5px !important;
2353 div#login_left, div#login_right {
2354 min-width: 150px !important;
2355 padding-left: 5px !important;
2356 padding-right: 5px !important;
2358 .login_table div#login_right .tdinputlogin, .login_table div#login_right .tdinputlogin input {
2359 min-width: 150px !important;
2362 .divmainbodylarge { margin-left: 10px; margin-right: 10px; }
2364 .tdoverflowmax100onsmartphone {
2367 text-overflow: ellipsis;
2368 white-space: nowrap;
2370 .tdoverflowmax150onsmartphone {
2373 text-overflow: ellipsis;
2374 white-space: nowrap;
2378 margin-top: <?php print($dol_hide_topmenu ?
'12' :
'6'); ?>px !important;
2380 .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 {
2381 height: 40px !important;
2383 div.tabBar .listofinvoicetype
table tr, div.tabBar .listofinvoicetype
table tr td {
2384 height: 28px !important;
2387 div.tabs div.tab a.tab {
2390 text-overflow: ellipsis;
2391 white-space: nowrap;
2394 .quatrevingtpercent, .inputsearch {
2400 padding-bottom: 5px;
2403 .login_table .tdinputlogin {
2404 min-width: unset !important;
2406 input, input[
type=text], input[
type=password], select, textarea {
2412 .noenlargeonsmartphone { width : 50px !important; display:
inline !important; }
2413 .maxwidthonsmartphone, #search_newcompany.ui-autocomplete-input { max-width: 100px; }
2414 .maxwidth50onsmartphone { max-width: 40px; }
2415 .maxwidth75onsmartphone { max-width: 50px; }
2416 .maxwidth100onsmartphone { max-width: 70px; }
2417 .maxwidth125onsmartphone { max-width: 100px; }
2418 .maxwidth150onsmartphone { max-width: 120px; }
2419 .maxwidth150onsmartphoneimp { max-width: 120px !important; }
2420 .maxwidth200onsmartphone { max-width: 200px; }
2421 .maxwidth250onsmartphone { max-width: 250px; }
2422 .maxwidth300onsmartphone { max-width: 300px; }
2423 .maxwidth400onsmartphone { max-width: 400px; }
2424 .minwidth150 { min-width: 110px !important; }
2425 .minwidth50imp { min-width: 50px !important; }
2426 .minwidth75imp { min-width: 75px !important; }
2427 .minwidth100imp { min-width: 100px !important; }
2428 .minwidth125imp { min-width: 125px !important; }
2429 .minwidth150imp { min-width: 110px !important; }
2430 .minwidth200imp { min-width: 110px !important; }
2431 .minwidth250imp { min-width: 115px !important; }
2432 .minwidth300imp { min-width: 120px !important; }
2433 .minwidth400imp { min-width: 150px !important; }
2434 .minwidth500imp { min-width: 250px !important; }
2435 .titlefield { width:
auto; min-width: unset; }
2436 .titlefieldcreate { min-width: 125px; }
2440 width: <?php print
dol_size(300,
'width'); ?>px;
2450 padding-<?php echo $right; ?>: 5px;
2451 padding-bottom: 5px;
2453 img.photoref, div.photoref {
2459 object-fit: contain;
2463 padding-<?php echo $right; ?>: 10px;
2466 div.statusref img, div.statusrefbis {
2467 padding-<?php echo $right; ?>: 3px !important;
2470 input.buttonpayment {
2476@media only screen and (max-width: 320px)
2478 .maxwidth300 { max-width: 260px; }
2481.linkobject { cursor: pointer; }
2483table.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 {
2484 color: var(--tableforfieldcolor);
2487<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2488.hideonprint { display: none !important; }
2504 white-space: nowrap;
2517 table-layout: fixed;
2520#id-right, #id-left {
2521 display:
table-cell;
2523 vertical-align: top;
2526<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2529 <?php
if ($colorbackhmenu1 ==
'255,255,255') { ?>
2530 border-bottom: 1px solid rgba(0,0,0,0.2);
2542 padding-bottom: 20px;
2543<?php
if (
GETPOST(
'optioncss',
'aZ09') !=
'print') { ?>
2544 padding-<?php print $left; ?>: <?php echo $leftmenuwidth + 9; ?>px;
2548.bodyforlist #
id-right {
2549 padding-bottom: 4px;
2551.bodyforlist.poslist #
id-right {
2557.classforhorizontalscrolloftabs #
id-container {
2560.classforhorizontalscrolloftabs .side-nav {
2564.classforhorizontalscrolloftabs #
id-right {
2565 width:calc(100% - 252px);
2566 display:
inline-block;
2572<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2575 background: var(--colorbackvmenu1);
2577 box-shadow: 3px 0 6px <?php echo ($left ==
'left' ? -2 : 2); ?>px #eee;
2581 font-family:
"RobotoDraft",
"Roboto",sans-serif;
2582 <?php echo $left; ?>: 0;
2584 if (in_array(
$conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) {
2590 -webkit-transform: translateZ(0);
2591 -moz-transform: translateZ(0);
2592 -ms-transform: translateZ(0);
2593 -o-transform: translateZ(0);
2594 transform: translateZ(0);
2595 -webkit-transform-style: preserve-3d;
2596 -moz-transform-style: preserve-3d;
2597 -ms-transform-style: preserve-3d;
2598 -o-transform-style: preserve-3d;
2599 transform-style: preserve-3d;
2600 -webkit-transition-delay: 0.1s;
2601 -moz-transition-delay: 0.1s;
2602 transition-delay: 0.1s;
2603 -webkit-transition-duration: 0.2s;
2604 -moz-transition-duration: 0.2s;
2605 transition-duration: 0.2s;
2606 -webkit-transition-property: -webkit-transform;
2607 -moz-transition-property: -moz-transform;
2608 transition-property: transform;
2609 -webkit-transition-timing-
function: cubic-bezier(0.4, 0, 0.2, 1);
2610 -moz-transition-timing-
function: cubic-bezier(0.4, 0, 0.2, 1);
2611 transition-timing-
function: cubic-bezier(0.4, 0, 0.2, 1);
2612 -webkit-overflow-scrolling: touch;
2614 if (in_array(
$conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) {
2627.side-nav-vert, #
id-right {
2628 transition: padding-<?php echo $left; ?> 0.5s ease, margin-<?php echo $left; ?> 0.5s ease;
2631.side-nav, .login_block {
2632 transition: <?php echo $left; ?> 0.5s ease;
2635body.sidebar-collapse .side-nav-vert, body.sidebar-collapse #
id-right {
2644 margin-<?php echo $left; ?>: <?php echo $leftmenuwidth + 6; ?>px;
2648body.sidebar-collapse .side-nav, body.sidebar-collapse .login_block_other
2659body.bodytakepos #topmenu-login-dropdown {
2664<?php
if (in_array(
$conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) { ?>
2674 if (in_array(
$conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) {
2676 overflow-x: initial !important;
2686div.backgroundsemitransparent {
2687 background:rgba(255, 255, 255, 0.7);
2689 padding-right: 10px;
2696.login_block_getinfo {
2699.login_block_getinfo div.login_block_user {
2702.login_block_getinfo .atoplogin, .login_block_getinfo .atoplogin:hover {
2703 color: #333 !important;
2705.login_block_elem a span.atoplogin, .login_block_elem span.atoplogin {
2706 vertical-align: middle;
2711 padding-<?php print $left; ?>: 0 ! important;
2715 background: var(--colorbackvmenu1);
2716 border-right: 1px solid rgba(0,0,0,0.3);
2719 if (in_array(
$conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) { ?>
2720 top: 66px ! important;
2722 top: 60px ! important;
2726 margin-<?php print $left; ?>: 6px !important;
2727 margin-<?php print $right; ?>: 6px !important;
2732 margin-<?php print $left; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 6 : (empty(
$conf->dol_optimize_smallscreen) ?
'35' :
'6')); ?>px;
2733 margin-<?php print $right; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 6 : (empty(
$conf->dol_optimize_smallscreen) ?
'33' :
'6')); ?>px;
2734 <?php
if (!empty($dol_hide_topmenu) ||
GETPOST(
'dol_openinpopup',
'aZ09')) {
2735 print
'margin-top: 12px;';
2737 margin-bottom: 15px;
2739body.onlinepaymentbody div.fiche {
2740 margin: 20px !important;
2742div.fiche>
table:first-child {
2743 margin-bottom: 15px !important;
2753 <?php
if (
$conf->browser->layout !=
'phone') {
2754 print
"float: ".$left.
";\n";
2756 <?php
if (
$conf->browser->layout !=
'phone') {
2757 print
"width: calc(50% - 16px);\n";
2759 <?php
if (
$conf->browser->layout ==
'phone') {
2760 print
"padding-bottom: 6px;\n";
2763div.fichetwothirdright {
2764 <?php
if (
$conf->browser->layout !=
'phone') {
2765 print
"float: ".$right.
";\n";
2767 <?php
if (
$conf->browser->layout !=
'phone') {
2768 print
"width: calc(50% - 16px);\n";
2770 <?php
if (
$conf->browser->layout ==
'phone') {
2771 print
"padding-bottom: 6px\n";
2775 <?php
if (
$conf->browser->layout !=
'phone') {
2776 print
"float: ".$left.
";\n";
2778 <?php
if (
$conf->browser->layout !=
'phone') {
2779 print
"width: calc(50% - 16px);\n";
2781 margin-bottom: 20px;
2784 <?php
if (
$conf->browser->layout !=
'phone') {
2785 print
"float: ".$right.
";\n";
2787 <?php
if (
$conf->browser->layout !=
'phone') {
2788 print
"width: calc(50% - 16px);\n";
2792 <?php
if (
$conf->browser->layout ==
'phone') {
2793 print
"margin-top: 10px;\n";
2798@media only screen and (max-width: 1499px)
2800 div.fichehalfleft-lg {
2804 div.fichehalfright-lg {
2809 .fichehalfright-lg .fichehalfright {
2814div.secondcolumn > div >
table.noborder {
2826@media only screen and (max-width: 900px)
2829 margin-<?php print $left; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 6 : ($dol_hide_leftmenu ?
'4' :
'20')); ?>px;
2830 margin-<?php print $right; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 8 : 16); ?>px;
2831 <?php
if (!empty(
$conf->dol_hide_leftmenu) && !empty(
$conf->dol_hide_topmenu)) {
2832 print
'margin-top: 4px;';
2834 margin-bottom: 15px;
2840 div.fichecenterbis {
2843 div.fichethirdleft {
2846 padding-bottom: 6px;
2848 div.fichetwothirdright {
2851 padding-bottom: 6px;
2857 div.fichehalfright {
2861 div.fichehalfright {
2864 div.firstcolumn div.box {
2867 div.secondcolumn div.box {
2873div.fichehalfright tr.liste_titre:first-child td
table.nobordernopadding td {
2877 padding: 0 !important;
2885td.nobordernopadding.widthpictotitle.col-picto {
2886 color: var(--colortexttitlenotab);
2890 margin-<?php echo $right; ?>: 8px;
2895span.widthpictotitle {
2898.table-list-of-attached-files .col-picto, .table-list-of-links .col-picto {
2899 opacity: 0.7 !important;
2903.table-list-of-attached-files .col-picto .widthpictotitle, .table-list-of-links .col-picto .widthpictotitle {
2913 vertical-align: middle;
2916.pictowarning, .pictoerror, .pictopreview, .pictonopreview {
2917 padding-<?php echo $left; ?>: 3px;
2921 color: <?php echo $badgeWarning; ?>;
2924 color: <?php echo $badgeDanger ?>;
2929.fiche .arearef img.pictoedit, .fiche .arearef span.pictoedit,
2930.fiche .fichecenter img.pictoedit, .fiche .fichecenter span.pictoedit,
2931.tagtdnote span.pictoedit {
2934img.hideonsmartphone.pictoactionview {
2935 vertical-align: bottom;
2943img.pictofixedwidth {
2949 padding-left: 1px !important;
2952 padding-bottom: 1px;
2958 padding-bottom: 10px;
2960div.attachareaformuserfileecm {
2966 padding-bottom: 5px;
2967 margin-bottom: 10px;
2969div.arearefnobottom {
2971 padding-bottom: 4px;
2976div.divphotoref:last-child {
2977 padding-<?php echo $right; ?>: 20px;
2980 padding-bottom: 10px;
2983 float: <?php echo $right; ?>;
2984 padding-<?php echo $left; ?>: 12px;
2986 margin-bottom: 10px;
2992 vertical-align: text-bottom;
2998 vertical-align: text-bottom;
3000img.photoref, div.photoref {
3001 border: 1px solid #CCC;
3002 box-shadow: 3px 3px 4px #DDD;
3006 object-fit: contain;
3008img.photokanban, div.photokanban {
3012 vertical-align: middle;
3015div.photoref .fa, div.photoref .fas, div.photoref .far {
3020 object-fit: contain;
3024 vertical-align:middle;
3027.difforspanimgright {
3028 display:
table-cell;
3029 padding-right: 10px;
3031img.photorefnoborder {
3035 object-fit: contain;
3036 border: 1px solid #AAA;
3037 border-radius: 100px;
3042 border-bottom: <?php echo $borderwidth ?>px solid var(--colortopbordertitle1);
3045.trextrafieldseparator td, .trextrafields_collapse_last td {
3046 border-bottom: 1px solid var(--colortopbordertitle1) !important;
3049 margin: 0 !important;
3050 padding-bottom: 0 !important;
3067$maxwidthloginblock = 110;
3068if (
getDolGlobalInt(
'THEME_TOPMENU_DISABLE_IMAGE') == 1 || !empty($user->conf->MAIN_OPTIMIZEFORTEXTBROWSER)) {
3071 $maxwidthloginblock = 180;
3077<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3080 background: var(--colorbackhmenu1);
3092<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3102li.tmenusel::after, li.tmenusel:hover::after {
3107 left: calc(50% - 6px);
3110 border-style: solid;
3111 border-width: 0px 6px 5px 6px;
3112 border-color: transparent transparent #ffffff transparent;
3116<?php
if ($disableimages) { ?>
3122<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3127 white-space: nowrap;
3129 border-<?php print $left; ?>: 0px;
3130 border-<?php print $right; ?>: 0px;
3131 padding: 0px 0px 0px 0px;
3132 margin: 0px 0px 0px 0px;
3134 font-weight: normal;
3136 text-decoration: none;
3139div.tmenudisabled, a.tmenudisabled {
3142a.tmenudisabled:link, a.tmenudisabled:visited, a.tmenudisabled:hover, a.tmenudisabled:active {
3143 font-weight: normal;
3144 padding: 0px 5px 0px 5px;
3145 white-space: nowrap;
3146 color: var(--colortextbackhmenu);
3147 text-decoration: none;
3148 cursor: not-allowed;
3150span.mainmenuaspan.tmenudisabled {
3151 color: var(--colortextbackhmenu);
3153 cursor: not-allowed;
3156a.disabled, span.tmenu {
3158 text-decoration: none !important;
3162a.tmenu:link, a.tmenu:visited, a.tmenu:hover, a.tmenu:active {
3163 font-weight: normal;
3164 padding: 0px 5px 0px 5px;
3165 white-space: nowrap;
3167 color: var(--colortextbackhmenu);
3168 text-decoration: none;
3170a.tmenusel:link, a.tmenusel:visited, a.tmenusel:hover, a.tmenusel:active {
3171 font-weight: normal;
3172 padding: 0px 5px 0px 5px;
3173 margin: 0px 0px 0px 0px;
3174 white-space: nowrap;
3175 color: var(--colortextbackhmenu);
3176 text-decoration: none !important;
3181 padding: 0px 0px 0px 0px;
3182 margin: 0px 0px 0px 0px;
3189 background: var(--colorbackhmenu1);
3198li.tmenu, li.tmenusel {
3199 <?php print $minwidthtmenu ?
'min-width: '.$minwidthtmenu.
'px;' :
''; ?>
3201 vertical-align: bottom;
3203 float: <?php print $left; ?>;
3204 <?php
if (!$disableimages) { ?>
3205 height: <?php print $heightmenu; ?>px;
3206 padding: 0px 0px 2px 0px;
3208 padding: 0px 0px 0px 0px;
3213 margin: 0px 0px 0px 0px;
3214 font-weight: normal;
3220.tmenuend .tmenuleft { width: 0px; }
3221.tmenuend { display: none; }
3225 float: <?php print $left; ?>;
3227 <?php
if (empty(
$conf->dol_optimize_smallscreen)) { ?>
3229 <?php
if (!$disableimages) { ?>
3230 height: <?php print $heightmenu + 4; ?>px;
3238 <?php
if ($disableimages) { ?>
3243 height: <?php print $heightmenu; ?>px;
3248 padding-bottom: 5px;
3250 text-overflow: ellipsis;
3254 padding-<?php print $left; ?>: 2px;
3255 padding-<?php print $right; ?>: 2px;
3256 font-family: Roboto,<?php echo $fontlist; ?>;
3263 background-repeat:no-repeat;
3265 height: <?php echo($heightmenu - 22); ?>px;
3269a.tmenuimage:focus, .mainmenu.topmenuimage:focus {
3286 width: <?php echo $disableimages ?
'auto' :
'44'; ?>px;
3290<?php
if (in_array(
getDolGlobalInt(
'THEME_TOPMENU_DISABLE_IMAGE'), array(2, 3, 4))) { ?>
3291.tmenulabel:not(.menuhider), .tmenulabel:not(.menuhider)::before {
3295a.tmenuimage:not(.menuhider), a.tmenuimage:not(.menuhider)::before,
3296div.tmenuimage:not(.menuhider), div.tmenuimage:not(.menuhider)::before,
3297span.tmenuimage:not(.menuhider), span.tmenuimage:not(.menuhider)::before {
3299 margin-top: 8px !important;
3305ul.tmenu:hover .tmenulabel:not(.menuhider), ul.tmenu:hover .tmenulabel:not(.menuhider)::before {
3309 text-overflow: ellipsis;
3313 display: initial !important;
3314 line-height: 0.6em !important;
3315 height: 1em !important;
3317 text-overflow: ellipsis;
3318 color: var(--colortextbackhmenu);
3321ul.tmenu:hover .tmenuimage:not(.menuhider), ul.tmenu:hover .tmenuimage:not(.menuhider)::before {
3324 margin-top: 0px !important;
3330li.tmenu:hover .tmenulabel:not(.menuhider), li.tmenu:hover .tmenulabel:not(.menuhider)::before {
3331 display: initial !important;
3333li.tmenu:hover .tmenuimage:not(.menuhider), li.tmenu:hover .tmenuimage:not(.menuhider):before {
3334 font-size: 1.1em !important;
3335 margin-top: 0px !important;
3341<?php
if (empty($dol_hide_topmenu)) { ?>
3342 <?php include
dol_buildpath($path.
'/theme/'.$theme.
'/main_menu_fa_icons.inc.php', 0); ?>
3347 $moduletomainmenu = array(
3348 'user' =>
'',
'syslog' =>
'',
'societe' =>
'companies',
'projet' =>
'project',
'propale' =>
'commercial',
'commande' =>
'commercial',
3349 'produit' =>
'products',
'service' =>
'products',
'stock' =>
'products',
3350 'don' =>
'accountancy',
'tax' =>
'accountancy',
'banque' =>
'accountancy',
'facture' =>
'accountancy',
'compta' =>
'accountancy',
'accounting' =>
'accountancy',
'adherent' =>
'members',
'import' =>
'tools',
'export' =>
'tools',
'mailing' =>
'tools',
3351 'contrat' =>
'commercial',
'ficheinter' =>
'commercial',
'ticket' =>
'ticket',
'deplacement' =>
'commercial',
3352 'fournisseur' =>
'companies',
3353 'barcode' =>
'',
'fckeditor' =>
'',
'categorie' =>
'',
3355 $mainmenuused =
'home';
3356 foreach (
$conf->modules as $val) {
3357 $mainmenuused .=
','.(isset($moduletomainmenu[$val]) ? $moduletomainmenu[$val] : $val);
3359 $mainmenuusedarray = array_unique(explode(
',', $mainmenuused));
3363 $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');
3365 $divnotrequired = array(
'multicurrency',
'salaries',
'ticket',
'margin',
'opensurvey',
'paybox',
'expensereport',
'incoterm',
'prelevement',
'propal',
'workflow',
'notification',
'supplier_proposal',
'cron',
'product',
'productbatch',
'expedition');
3366 foreach ($mainmenuusedarray as $val) {
3367 if (empty($val) || in_array($val, $divalreadydefined)) {
3370 if (in_array($val, $divnotrequired)) {
3377 $constformoduleicon =
'MAIN_MODULE_'.strtoupper($val).
'_ICON';
3379 if ($iconformodule) {
3380 if (preg_match(
'/^fa\-/', $iconformodule)) {
3383 $url =
dol_buildpath(
'/'.$val.
'/img/'.$iconformodule.
'.png', 1);
3388 foreach (
$conf->file->dol_document_root as $dirroot) {
3389 if (file_exists($dirroot.
"/".$val.
"/img/".$val.
".png")) {
3399 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";
3400 print
'div.mainmenu.'.$val.
' span::before {'.
"\n";
3401 print
'content: "\f249";'.
"\n";
3406 print
"div.mainmenu.".$val.
" {\n";
3407 print
" background-image: url(".$url.
");\n";
3408 print
" background-position-y: 3px;\n";
3409 print
" filter: saturate(0);\n";
3412 print
'/* icon for module '.$val.
' is a fa icon */'.
"\n";
3421 padding:0 0 0 0 !important;
3422 margin:0 0px 0 0 !important;
3423 <?php
if ($disableimages) { ?>
3428 <?php
if ($disableimages) { ?>
3433 text-decoration: none;
3447 background: #f0f0f0;
3454 display:
table-cell;
3455 vertical-align: middle;
3457.login_vertical_align {
3459 padding-bottom: 80px;
3462 padding-bottom: 30px;
3464 vertical-align: middle;
3468 color: #aaa !important;
3469 padding-bottom: 20px;
3474 text-shadow: 1px 1px 1px #FFF;
3481 padding-bottom:12px;
3484 background-color: #FFFFFF;
3486 box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(60,60,60,0.15);
3489 border:solid 1px rgba(80,80,80,.4);
3491 border-top:solid 1px #f8f8f8;
3493.login_table input#username, .login_table input#password, .login_table input#securitycode{
3501.login_table input#username:focus, .login_table input#password:focus, .login_table input#securitycode:focus {
3502 outline: none !important;
3504.login_table .trinputlogin {
3507.login_table .tdinputlogin {
3508 background-color: #fff;
3512.login_table .tdinputlogin {
3513 border-bottom: 1px solid #ccc;
3515.login_table .tdinputlogin .fa {
3520.login_table #tdpasswordlogin {
3523.login_table #tdpasswordlogin #togglepassword {
3531.login_table #tdpasswordlogin #togglepassword .fa {
3535#togglepassword .fa::before {
3538.trinputlogin:hover #togglepassword .fa::before, input#password:focus + #togglepassword .fa::before {
3539 visibility: visible;
3543 word-
break:
break-word;
3546.login_main_message {
3549 margin-bottom: 10px;
3551.login_main_message .error {
3552 border: 1px solid #caa;
3555div#login_left, div#login_right {
3556 display:
inline-block;
3559 padding-bottom: 10px;
3561 padding-right: 16px;
3563 vertical-align: middle;
3565div#login_right select#entity {
3571table.login_table_securitycode {
3572 border-spacing: 0px;
3574table.login_table_securitycode tr td {
3582 border: 1px solid #f4f4f4;
3584#img_logo, .img_logo {
3588.loginbuttonexternal {
3591 border: 1px solid #ccc;
3597.atoplogin.dropdown .dropdown-menu {
3604 padding-bottom: 3px;
3606 <?php print $left; ?>: 0;
3607<?php
if (in_array(
$conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) { ?>
3614 vertical-align: middle;
3615 background: var(--colorbackvmenu1);
3616 width: <?php echo $leftmenuwidth + 6; ?>px;
3618 <?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3622.sidebar-collapse div.login_block {
3626 color: var(--colortextbackvmenu);
3627 display:
inline-block;
3629div.login_block a .atoploginusername {
3630 color: var(--colortextbackhmenu);
3631 display:
inline-block;
3634 text-overflow: ellipsis;
3636div.login_block span.aversion {
3637 color: var(--colortextbackvmenu);
3638 filter: contrast(0.7);
3640div.login_block
table {
3646 float: <?php echo $right; ?>;
3649 color: var(--colortextvmenu);
3652 color: var(--colortextvmenu);
3653 text-decoration:underline;
3655div.login_block_user, div.login_block_other { clear: both; }
3656div.login_block_other { padding-top: 15px; }
3657div.login_block_tools { padding-top: 0px; }
3659.topnav div.login_block_user {
3660 display:
inline-block;
3661 vertical-align: middle;
3662 line-height: <?php echo $disableimages ?
'25' :
'70'; ?>px;
3663 height: <?php echo $disableimages ?
'25' :
'70'; ?>px;
3665.topnav div.login_block_other {
3666 display:
inline-block;
3667 vertical-align: middle;
3668 clear: <?php echo $disableimages ?
'none' :
'both'; ?>;
3670 text-align: <?php echo $right; ?>;
3671 margin-<?php echo $right; ?>: 8px;
3675.login_block_other .login_block_elem {
3680 float: <?php echo $right; ?>;
3681 vertical-align: middle;
3682 padding: 0px 3px 0px 3px !important;
3685.login_block_elem_name {
3689 white-space: nowrap;
3692 text-overflow: ellipsis;
3696.atoplogin, .atoplogin:hover {
3697 color: var(--colortextbackvmenu) !important;
3699.alogin, .alogin:hover {
3700 color: #888 !important;
3701 font-weight: normal !important;
3702 font-size: <?php echo is_numeric($fontsizesmaller) ? $fontsizesmaller.
'px' : $fontsizesmaller; ?> !important;
3704.alogin:hover, .atoplogin:hover {
3705 text-decoration:underline !important;
3707span.fa.atoplogin, span.fa.atoplogin:hover {
3709 text-decoration: none !important;
3711img.login, img.printer, img.entity {
3714 text-decoration: none;
3718.userimg.atoplogin img.userphoto, .userimgatoplogin img.userphoto {
3720 width: <?php echo $disableimages ?
'26' :
'30'; ?>px;
3721 height: <?php echo $disableimages ?
'26' :
'30'; ?>px;
3723 background-size: contain;
3724 background-color: #FFF;
3727 border-radius: 0.75em;
3730 background-size: contain;
3731 vertical-align: middle;
3733span.userimg div.userphoto {
3734 background-color: #eee;
3735 border-radius: 0.72em;
3739 display:
inline-block;
3742 border-radius: 0.6em;
3745 background-size: contain;
3746 vertical-align: middle;
3748img.userphoto[alt=
"Gravatar avatar"], img.photouserphoto.dropdown-
user-image[alt=
"Gravatar avatar"] {
3751img.userphotopublicvcard {
3755 background-size: contain;
3757 border-color: rgba(128, 128, 128, 0.5);
3762form[
name=
"addtime"] img.userphoto {
3763 border: 1px solid #444;
3766 background-image: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/object_user.png', 1); ?>);
3767 background-repeat: no-repeat;
3769.span-icon-password {
3770 background-image: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/lock.png', 1); ?>);
3771 background-repeat: no-repeat;
3778div.vmenu, td.vmenu {
3779 margin-<?php print $right; ?>: 2px;
3781 float: <?php print $left; ?>;
3783 padding-bottom: 0px;
3785 width: <?php echo $leftmenuwidth; ?>px;
3789 margin-<?php print $left; ?>: 4px;
3790 <?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3795 margin-<?php print $left; ?>: 8px !important
3798.vmenusearchselectcombo {
3799 width: <?php echo $leftmenuwidth - 20; ?>px;
3804 padding-bottom: 3px;
3806 text-overflow: ellipsis;
3808#menu_contenu_logo { padding-right: 4px; }
3809.companylogo { padding-top: 4px; }
3810.searchform { padding-top: 10px; }
3811.searchform .bordertransp { border: 0; }
3812#divsearchforms2 form.searchform .button { border: none !important; }
3814a.vmenu:link, a.vmenu:visited, a.vmenu:hover, a.vmenu:active, span.vmenu, span.vsmenu {
3815 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;
3817span.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; }
3818a.vmenu:link, a.vmenu:visited {
3819 color: var(--colortextbackvmenu);
3822a.vmenu, a.vsmenu:link, a.vsmenu:visited, a.vsmenu:hover, a.vsmenu:active, span.vmenu, span.vsmenu {
3823 font-size:<?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize ?>; font-family: <?php print $fontlist ?>; text-align: <?php print $left; ?>; font-weight: normal;
3824 color: var(--colortextbackvmenu);
3825 margin: 1px 1px 1px 8px;
3827span.vsmenudisabled:not(.spanlilevel0), font.vsmenudisabled:not(.spanlilevel0) {
3828 font-size:<?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize ?>;
3830span.vsmenudisabled, font.vsmenudisabled {
3831 font-family: <?php print $fontlist ?>;
3832 text-align: <?php print $left; ?>;
3833 font-weight: normal;
3834 color: var(--colortextbackvmenu);
3835 white-space: nowrap;
3837a.vsmenu:link, a.vsmenu:visited {
3838 color: var(--colortextbackvmenu);
3839 white-space: nowrap;
3841span.vsmenudisabledmargin, font.vsmenudisabledmargin { margin: 1px 1px 1px 8px; }
3843a.help:link, a.help:visited, a.help:hover, a.help:active, span.help {
3844 text-align: <?php print $left; ?>; font-weight: normal; color: #999; text-decoration: none;
3852 color: var(--colortextbackhmenu);
3854 display:
inline-block;
3856 vertical-align: super;
3858 transform: rotate(<?php echo($left ==
'left' ?
'55deg' :
'305deg'); ?>);
3863 border-bottom: 0 !important;
3866 margin: <?php echo $disableimages ?
'-1' :
'6'; ?>px;
3870 height: <?php echo $disableimages ?
'18' :
'32'; ?>px;
3873 vertical-align: middle;
3875.menulogocontainer img.mycompany {
3876 object-fit: contain;
3879 image-rendering: -webkit-optimize-contrast;
3882#mainmenutd_companylogo::after {
3885li#mainmenutd_companylogo .tmenucenter {
3888li#mainmenutd_companylogo {
3889 min-width: unset !important;
3891<?php
if ($disableimages) { ?>
3892 li#mainmenutd_home {
3893 min-width: unset !important;
3895 li#mainmenutd_home .tmenucenter {
3900div.blockvmenupair, div.blockvmenuimpair
3902 font-family: <?php print $fontlist ?>;
3903 text-align: <?php print $left; ?>;
3904 text-decoration: none;
3908 padding-bottom: 3px;
3909 margin: 1px 0px 8px 0px;
3911 color: var(--colortext);
3912 background: var(--colorbackvmenu1);
3914 padding-bottom: 10px;
3915 border-bottom: 1px solid #e8e8e8;
3917div.blockvmenubookmarks
3919 padding-bottom: 16px !important;
3922 border: none !important;
3923 padding-left: 0 !important;
3925a.vsmenu.addbookmarkpicto {
3926 padding-right: 10px;
3928div.blockvmenufirst {
3931 border-top: 1px solid #e0e0e0;
3934div.blockvmenusearch, div.blockvmenubookmarks
3936 font-family: <?php print $fontlist ?>;
3938 text-align: <?php print $left; ?>;
3939 text-decoration: none;
3943 padding-bottom: 3px;
3944 margin: 1px 0px 2px 0px;
3945 background: var(--colorbackvmenu1);
3947 padding-bottom: 10px;
3950div.blockvmenusearchphone
3952 border-bottom: none;
3958<?php
if (empty(
$conf->dol_optimize_smallscreen)) { ?>
3959 font-family: <?php print $fontlist ?>;
3962 text-decoration: none;
3966 padding-bottom: 3px;
3967 margin: 4px 0px 0px 0px;
3975 border-right: 1px solid #000000;
3976 border-bottom: 1px solid #000000;
3977 background: #b3c5cc;
3978 font-family: <?php print $fontlist ?>;
3980 text-align: <?php print $left; ?>;
3981 text-decoration: none;
3985 background: #b3c5cc;
3990 background: #F4F4F4;
3992 border: 1px solid #bbb;
4003#mainContent, #leftContent .ui-layout-pane {
4008#mainContent, #leftContent .ui-layout-center {
4020 padding-bottom: 0 !important;
4025 padding: 0px 4px 14px 4px !important;
4041li.expanded > a.fmdirlia.jqft.ecmjqft {
4042 font-weight: bold !important;
4046 width: calc(100% - 100px);
4050 white-space:
break-spaces;
4051 word-
break:
break-all;
4059 text-align: <?php print $left; ?>;
4070 font-weight: normal !important;
4073 color: var(--colortextbacktab);
4076 padding-right: 24px;
4077 padding-bottom: 23px;
4078 margin: 0px 0px 20px 0px;
4080 border-right: 1px solid #CCC;
4081 border-left: 1px solid #CCC;
4082 border-top: 1px solid #CCC;
4083 border-bottom: 1px solid #CCC;
4085 background: var(--colorbacktabcard1);
4087div.tabBar tr.titre td {
4090div.fiche
table:not(.table-fiche-title) tr.titre td {
4102div.tabBarWithBottom {
4103 padding-bottom: 18px;
4104 border-bottom: 1px solid #aaa;
4106div.tabBar
table.tableforservicepart2:last-child {
4107 border-bottom: 1px solid #aaa;
4109.tableforservicepart1 .tdhrthin {
4113div.tabs div.tabsElem:first-of-
type a.tab {
4114 margin-left: 0px !important;
4118 color: var(--colortextlink) !important;
4120a.tab:link, a.tab:visited, a.tab:hover, a.tab#active {
4121 font-family: <?php print $fontlist ?>;
4122 padding: 10px 13px 10px;
4124 text-decoration: none;
4125 white-space: nowrap;
4126 background-image: none !important;
4129.tabactive, a.tab#active {
4130 color: var(--colortextbacktab) !important;
4131 background: var(--colorbacktabcard1) !important;
4133 border-right: 1px solid #AAA !important;
4134 border-left: 1px solid #AAA !important;
4135 border-top: 2px solid #111 !important;
4137.tabunactive, a.tab#unactive {
4138 border-right: 1px solid transparent;
4139 border-left: 1px solid transparent;
4140 border-top: 1px solid transparent;
4141 border-bottom: 0px !important;
4150 text-decoration: underline;
4154 font-family: <?php print $fontlist ?>;
4155 text-decoration: none;
4156 white-space: nowrap;
4160 background: #dee7ec;
4164 background: #dee7ec;
4166 font-family: <?php print $fontlist ?>;
4169 text-decoration: none;
4170 white-space: nowrap;
4171 border-radius:3px 3px 0px 0px;
4173 border-<?php print $right; ?>: 1px solid #555555;
4174 border-<?php print $left; ?>: 1px solid #D8D8D8;
4175 border-top: 1px solid #D8D8D8;
4189 margin-bottom: 1.4em;
4192 margin: 20px 0em 20px 0em;
4196div.tabsActionNoBottom {
4200 margin-bottom: 16px !important;
4206 border: 1px solid #888;
4210 padding-bottom: 5px;
4216 color:rgba(0,0,0,.5);
4217 margin-<?php print $right; ?>: 10px;
4218 text-shadow:1px 1px 1px #ffffff;
4219 font-family: <?php print $fontlist ?>;
4220 font-weight: normal;
4221 padding: 4px 6px 2px 6px;
4223 text-decoration: none;
4224 white-space: nowrap;
4235<?php include
dol_buildpath($path.
'/theme/'.$theme.
'/btn.inc.php', 0); ?>
4248 background-repeat: repeat-x;
4249 margin-top: <?php echo($dol_hide_topmenu ?
'6' :
'0'); ?>px;
4253 border-collapse: collapse;
4256 padding-<?php print $left; ?>: 0px !important;
4257 padding-<?php print $right; ?>: 4px !important;
4260 list-style-
type:none;
4261 margin: 0px !important;
4262 padding: 0px !important;
4267tr.nocellnopadd td.nobordernopadding, tr.nocellnopadd td.nocellnopadd
4273 color: unset !important;
4277 padding: 4px !important;
4278 padding-left: 7px !important;
4279 padding-right: 7px !important;
4281input.button.smallpaddingimp, input.buttonreset.smallpaddingimp {
4283 font-weight: normal !important;
4287 color: var(--colortextlink);
4288 background-color: transparent;
4291input.buttonlink:hover {
4292 text-decoration: underline;
4298 text-decoration: underline;
4299 color: var(--colortextlink);
4300 background-color: transparent;
4305 border-collapse: collapse;
4308 padding-<?php print $left; ?>: 0px;
4309 padding-<?php print $right; ?>: 16px;
4310 padding-bottom: 4px;
4313.notopnoleftnoright {
4314 border-collapse: collapse;
4319 padding-bottom: 4px;
4320 margin: 0px 0px 0px 0px;
4323table.tableforemailform tr td {
4325 padding-bottom: 3px;
4328table.border,
table.bordernooddeven,
table.dataTable, .table-border, .table-border-col, .table-key-border-col, .table-val-border-col, div.border {
4330 border-collapse: collapse !important;
4331 padding: 1px 2px 1px 3px;
4334 border: 1px solid #BBB;
4337.border tbody tr, .bordernooddeven tbody tr, .border tbody tr td, .bordernooddeven tbody tr td,
4338div.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,
4339tr.liste_titre.box_titre td
table td, .bordernooddeven tr td {
4342.liste_titre.trheight5em {
4343 height: 4em !important;
4346table.border td,
table.bordernooddeven td, div.border div div.tagtd {
4347 padding: 3px 4px 3px 4px;
4349 border-collapse: collapse;
4352td.border, div.tagtable div div.border {
4353 border-top: 1px solid #000000;
4354 border-right: 1px solid #000000;
4355 border-bottom: 1px solid #000000;
4356 border-left: 1px solid #000000;
4359.table-key-border-col {
4363.table-val-border-col {
4368.thsticky, .tdsticky {
4372.thstickyright, .tdstickyright {
4376.thstickygray, .tdstickygray {
4377 background-color: lightgray;
4379.thstickyghostwhite, .tdstickyghostwhite {
4380 background-color: ghostwhite;
4382.thstickyinherit, .tdstickyinherit {
4383 background-color: inherit;
4388.tagtable td[data-key=
"ref"], .tagtable th[data-key=
"ref"] {
4392 max-width: 150px !important;
4394 background-color: gainsboro;
4401.tagtable td.actioncolumn, .tagtable th.actioncolumn {
4405 max-width: 150px !important;
4407 background-color: gainsboro;
4415.nobordertop, .nobordertop tr:first-of-
type td {
4416 border-top: none !important;
4418.noborderbottom, .noborderbottom tr:last-of-
type td {
4419 border-bottom: none !important;
4422 border-top: 1px solid var(--colortopbordertitle1);
4425 border-bottom: 1px solid var(--colortopbordertitle1);
4428.fichehalfright
table.noborder {
4429 margin: 0px 0px 0px 0px;
4433 background: var(--colorbacktitle1);
4438 <?php
if ($userborderontable) { ?>
4439 border-right: 1px solid #ccc;
4440 border-left: 1px solid #ccc;
4443table.liste,
table.noborder:not(.paymenttable):not(.margintable):not(.tableforcontact),
table.formdoc, div.noborder:not(.paymenttable):not(.margintable):not(.tableforcontact) {
4445 if ($userborderontable) { ?>
4448 border-left: 1px solid #ccc;
4449 border-right: 1px solid #ccc;
4451 border-left: 1px solid #f0f0f0;
4452 border-right: 1px solid #f0f0f0;
4456 width: calc(100% - 2px);
4458 border-collapse: separate !important;
4459 border-spacing: 0px;
4461 border-top-width: <?php echo $borderwidth ?>px;
4462 border-top-color: var(--colortopbordertitle1);
4463 border-top-style: solid;
4465 border-bottom-width: 1px;
4466 border-bottom-color: #BBB;
4467 border-bottom-style: solid;
4469 margin: 0px 0px 20px 0px;
4471 border-radius: 0.1em;
4473table.noborder tr, div.noborder form {
4474 border-top-color: #FEFEFE;
4476 border-right-width: 1px;
4477 border-right-color: #BBBBBB;
4478 border-right-style: solid;
4480 border-left-width: 1px;
4481 border-left-color: #BBBBBB;
4482 border-left-style: solid;
4485table.paddingtopbottomonly tr td {
4487 padding-bottom: 2px;
4490table.nointerlines tr:not(:last-child) td {
4491 border-bottom: unset !important;
4492 border-top: unset !important;
4497table.noborder:not(.cal_month, .paymenttable) {
4498 border-radius: <?php echo $borderradius; ?>px;
4500table.noborder.cal_month {
4501 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4502 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4504table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child td:first-child,
4505table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child th:first-child,
4506table.tagtable.liste:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child td:first-child,
4507table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.trfirstline td:first-child {
4508 border-top-left-radius: <?php echo $borderradius; ?>px;
4510table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child td:last-child,
4511table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child th:last-child,
4512table.tagtable.liste:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child th:last-child,
4513table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.trfirstline td:last-child {
4514 border-top-right-radius: <?php echo $borderradius; ?>px;
4516table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr:last-child td:first-child,
4517table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr:last-child th:first-child {
4518 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4520table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr:last-child td:last-child,
4521table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr:last-child th:last-child {
4522 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4524table.noborder thead tr:last-child td:first-child,
4525table.noborder thead tr:last-child th:first-child {
4526 border-bottom-left-radius: unset !important;
4528table.noborder thead tr:last-child td:last-child,
4529table.noborder thead tr:last-child th:last-child {
4530 border-bottom-right-radius: unset !important;
4533table.liste:not(.listwithfilterbefore) {
4534 border-top-left-radius: <?php echo $borderradius; ?>px;
4535 border-top-right-radius: <?php echo $borderradius; ?>px;
4538 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4539 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4541table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child td:first-child,
4542table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child th:first-child {
4543 border-top-left-radius: <?php echo $borderradius; ?>px;
4545table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child td:last-child,
4546table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child th:last-child {
4547 border-top-right-radius: <?php echo $borderradius; ?>px;
4549div.liste_titre_bydiv {
4550 border-top-left-radius: <?php echo $borderradius; ?>px;
4551 border-top-right-radius: <?php echo $borderradius; ?>px;
4553div.liste_titre_bydiv_nothingafter {
4554 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4555 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4556 border-bottom-width: 1px;
4557 border-bottom-color: #BBB;
4558 border-bottom-style: solid;
4560table.liste tr:last-child td:first-child,
4561table.liste tr:last-child th:first-child {
4562 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4564table.liste tr:last-child td:last-child,
4565table.liste tr:last-child th:last-child {
4566 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4569table#tablelines tr:last-of-
type td:first-child,
table#tablelines tr#trlinefordates,
table#tablelines tr#trlinefordates td,
4570table#tablelinesservice tr:last-of-
type td:first-child,
table#tablelinesservice tr#trlinefordates,
table#tablelinesservice tr#trlinefordates td {
4571 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4573table#tablelines tr:last-of-
type td:last-child,
table#tablelines tr#trlinefordates,
table#tablelines tr#trlinefordates td,
4574table#tablelinesservice tr:last-of-
type td:last-child,
table#tablelinesservice tr#trlinefordates,
table#tablelinesservice tr#trlinefordates td {
4575 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4580.liste_titre_filter {
4581 background: var(--colorbacktitle1) !important;
4583tr.liste_titre_filter td.liste_titre {
4585 padding-bottom: 3px;
4587.liste_titre_create td, .liste_titre_create th, .liste_titre_create .tagtd
4589 border-top-width: 1px;
4590 border-top-color: var(--colortopbordertitle1);
4591 border-top-style: solid;
4593tr#trlinefordates td {
4594 border-bottom: 0px !important;
4596.liste_titre_add td, .liste_titre_add th, .liste_titre_add .tagtd
4598 border-top-width: 2px;
4599 border-top-color: var(--colortopbordertitle1);
4600 border-top-style: solid;
4602.liste_titre_add td, .liste_titre_add .tagtd
4604 border-top-width: 1px;
4605 border-top-color: var(--colortopbordertitle1);
4606 border-top-style: solid;
4609td.linecoldescription {
4610 padding: 6px 10px 6px 12px !important;
4613table.liste th,
table.noborder th,
table.noborder tr.liste_titre td,
table.noborder tr.box_titre td {
4614 padding: 8px 8px 8px 10px;
4617table.liste td,
table.noborder td, div.noborder form div,
table.tableforservicepart1 td,
table.tableforservicepart2 td {
4618 padding: 4px 8px 4px 10px;
4621table.liste tr.trkanban td {
4622 padding: 12px 15px 12px 15px;
4626 padding: unset !important;
4627 border: unset !important;
4630table.liste td,
table.noborder td, div.noborder form div {
4631 padding: 8px 8px 8px 8px;
4633div.liste_titre_bydiv .divsearchfield {
4634 padding: 2px 1px 2px 6px;
4637table.nobordernopadding {
4638 border-collapse: collapse !important;
4641table.nobordernopadding tr {
4642 border: 0 !important;
4643 padding: 0 0 !important;
4645table.nobordernopadding tr td {
4646 border: 0 !important;
4649table.border tr td
table.nobordernopadding tr td {
4655 border-right-width: 1px !important;
4656 border-right-color: #BBB !important;
4657 border-right-style: solid !important;
4661 border-left-width: 1px !important;
4662 border-left-color: #BBB !important;
4663 border-left-style: solid !important;
4667table.listwithfilterbefore {
4668 border-top: none !important;
4671.tagtable, .table-border { display:
table; }
4672.tagtr, .table-border-row { display:
table-row; }
4673.tagtd, .table-border-col, .table-key-border-col, .table-val-border-col { display:
table-cell; }
4674.confirmquestions .tagtr .tagtd:not(:first-child) { padding-left: 10px; }
4675.confirmquestions { margin-top: 5px; }
4684 color: var(--colortexttitlenotab);
4688 color: var(--colortexttitlenotab) !important;
4692 font-weight: normal;
4693 color: var(--refidnocolor);
4698 display:
inline-block;
4700div.refaddress div.address {
4706 float:<?php echo $right; ?>
4709 font-weight: normal;
4714 display:
inline-block;
4720 display:
inline-block;
4727 display:
inline-block;
4732div.pagination li.pagination a,
4733div.pagination li.pagination span {
4736 line-height: 1.42857143;
4737 color: var(--color-black);
4738 text-decoration: none;
4740div.pagination li.pagination span.inactive {
4745div.pagination li.litext a {
4747 padding-right: 10px;
4751div.pagination li.noborder a:hover {
4753 background-color: transparent;
4755div.pagination li:first-child a,
4756div.pagination li:first-child span {
4758 border-top-left-radius: 4px;
4759 border-bottom-left-radius: 4px;
4761div.pagination li:last-child a,
4762div.pagination li:last-child span {
4763 border-top-right-radius: 4px;
4764 border-bottom-right-radius: 4px;
4766div.pagination li a:hover,
4767div.pagination li span:hover,
4768div.pagination li a:focus,
4769div.pagination li span:focus {
4771 background-color: #eee;
4775div.pagination li .active a,
4776div.pagination li .active span,
4777div.pagination li .active a:hover,
4778div.pagination li .active span:hover,
4779div.pagination li .active a:focus,
4780div.pagination li .active span:focus {
4784 background-color: var(--colorbackhmenu1);
4785 border-color: #337ab7;
4787div.pagination .disabled span,
4788div.pagination .disabled span:hover,
4789div.pagination .disabled span:focus,
4790div.pagination .disabled a,
4791div.pagination .disabled a:hover,
4792div.pagination .disabled a:focus {
4794 cursor: not-allowed;
4795 background-color: #fff;
4798div.pagination li.pagination .active {
4799 text-decoration: underline;
4802.paginationafterarrows .nohover {
4803 box-shadow: none !important;
4805div.pagination li.paginationafterarrows {
4808.paginationatbottom {
4811table.hidepaginationprevious .paginationprevious {
4814table.hidepaginationnext .paginationnext {
4817.paginationafterarrows a.btnTitlePlus:hover span:before {
4849ul.noborder li:nth-child(odd):not(.liste_titre) {
4850 background-color: var(--colorbacklinepair2) !important;
4855.tmenucompanylogo.nohover, .tmenucompanylogo.nohover:hover {
4856 opacity: unset !important;
4858.nohoverborder:hover {
4862.oddeven:hover:not(.nohover), .evenodd:hover:not(.nohover), .oddevenimport:hover:not(.nohover), .evenoddimport:hover:not(.nohover), .impair:hover:not(.nohover), .pair:hover:not(.nohover) {
4863 background: rgb(<?php echo $colorbacklinepairhover; ?>) !important;
4867 background: rgb(<?php echo $colorbacklinepairchecked; ?>) !important;
4869<?php
if ($colorbacklinepairchecked) { ?>
4871 background: rgb(<?php echo $colorbacklinepairchecked; ?>) !important;
4876 background: unset !important;
4878.nohoverborder:hover {
4883.oddeven, .evenodd, .impair, .pair, .nohover .impair:hover, tr.impair td.nohover, tr.pair td.nohover, .tagtr.oddeven
4885 font-family: <?php print $fontlist ?>;
4888 color: var(--oddevencolor);
4890.impair, .nohover .impair:hover, tr.impair td.nohover
4892 background: var(--colorbacklineimpair2);
4894.pair, .nohover .pair:hover, tr.pair td.nohover {
4895 background-color: var(--colorbacklinepair1);
4897tr.oddeven.oddevendouble {
4898 height: 60px !important;
4902 background-color: var(--colorbacklineimpair2);
4904table.dataTable tr.oddeven {
4905 background-color: var(--colorbacklinepair1) !important;
4909td.oddeven,
table.nohover tr.impair,
table.nohover tr.pair,
table.nohover tr.impair td,
table.nohover tr.pair td, tr.nohover td, tr.nohover td:hover, form.nohover, form.nohover:hover {
4910 background-color: var(--colorbacklineimpair2) !important;
4911 background: var(--colorbacklineimpair2) !important;
4913td.evenodd, tr.nohoverpair td, #trlinefordates td {
4914 background-color: var(--colorbacklinepair2) !important;
4915 background: var(--colorbacklinepair2) !important;
4919 border-bottom: 1pt solid #aaa !important;
4920 background-color: var(--colorbacklinebreak) !important;
4922.trforbreak.nobold td a, .trforbreak.nobold span.secondary {
4923 font-weight: normal !important;
4925tr.trforbreaknobg:nth-of-
type(n+3) td {
4927 border-top: 1pt dashed #aaa !important;
4931 padding: 5px 2px 5px 3px !important;
4933tr.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 {
4934 padding: 5px 2px 5px 3px;
4935 border-bottom: 1px solid #eee;
4937form.pair, form.impair {
4938 font-weight: normal;
4940tr.pair:last-of-
type td, tr.impair:last-of-
type td {
4941 border-bottom: 0px !important;
4943tr.pair td .nobordernopadding tr td, tr.impair td .nobordernopadding tr td {
4944 border-bottom: 0px !important;
4954div.liste_titre .tagtd {
4955 vertical-align: middle;
4958 min-height: 26px !important;
4961 padding-bottom: 2px;
4971 border-top-width: 1px;
4972 border-top-color: #BBB;
4973 border-top-style: solid;
4975div.liste_titre_bydiv {
4976 <?php
if ($userborderontable) { ?>
4977 border-top-width: <?php echo $borderwidth ?>px;
4978 border-top-color: var(--colortopbordertitle1);
4979 border-top-style: solid;
4981 border-collapse: collapse;
4983 padding: 2px 0px 2px 0;
4985 width: calc(100% - 2px);
4987div.liste_titre_bydiv_inlineblock {
4988 display:
inline-block;
4992tr.liste_titre, tr.liste_titre_sel, form.liste_titre, form.liste_titre_sel,
table.dataTable.tr, tagtr.liste_titre
4994 height: 26px !important;
4996div.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
4998 background: var(--colorbacktitle1);
4999 font-weight: <?php echo $useboldtitle ?
'bold' :
'normal'; ?>;
5002 color: var(--colortexttitle);
5003 font-family: <?php print $fontlist ?>;
5004 text-align: <?php echo $left; ?>;
5006tr.liste_titre th, tr.liste_titre td, th.liste_titre
5008 border-bottom: 1px solid #aaa;
5011tr:first-child th.liste_titre, tr:first-child th.liste_titre_sel {
5012 border-bottom: 1px solid #FFF ! important;
5014tr.liste_titre th, th.liste_titre, tr.liste_titre td, td.liste_titre, form.liste_titre div, div.liste_titre
5016 font-family: <?php print $fontlist ?>;
5017 font-weight: <?php echo $useboldtitle ?
'bold' :
'normal'; ?>;
5018 vertical-align: middle;
5021tr.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 {
5022 text-shadow: none !important;
5023 color: var(--colortexttitlelink);
5025tr.liste_titre_topborder td {
5026 border-top-width: <?php echo $borderwidth; ?>px;
5027 border-top-color: var(--colortopbordertitle1);
5028 border-top-style: solid;
5031 text-shadow: none !important;
5032 color: var(--colortexttitle);
5034.liste_titre td a.notasortlink {
5035 color: var(--colortextlink);
5037.liste_titre td a.notasortlink:hover {
5038 background: transparent;
5040tr.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 {
5041 border-bottom: none;
5043tr.liste_titre_filter th.liste_titre:not(.center), tr.liste_titre_filter th.liste_titre_sel:not(.center) {
5052tr.liste_titre_sel th, th.liste_titre_sel, tr.liste_titre_sel td, td.liste_titre_sel, form.liste_titre_sel div
5054 font-family: <?php print $fontlist ?>;
5055 font-weight: normal;
5056 border-bottom: 1px solid #FDFFFF;
5060 background: transparent;
5064.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 {
5068.noborder tr.liste_total td, tr.liste_total td, form.liste_total div {
5069 white-space: nowrap;
5072.noborder tr.liste_total_wrap td, tr.liste_total_wrap td, form.liste_total_wrap div {
5073 white-space: normal;
5076tr.liste_sub_total, tr.liste_sub_total td {
5077 border-bottom: 2px solid #aaa;
5080.tableforservicepart1 .impair, .tableforservicepart1 .pair, .tableforservicepart2 .impair, .tableforservicepart2 .pair {
5083.tableforservicepart1 tbody tr td, .tableforservicepart2 tbody tr td {
5084 border-bottom: none;
5087.paymenttable, .margintable {
5088 margin: 0px 0px 0px 0px !important;
5090.paymenttable, .margintable:not(.margintablenotop) {
5091 border-top-width: <?php echo $borderwidth ?>px !important;
5092 border-top-color: var(--colortopbordertitle1) !important;
5093 border-top-style: solid !important;
5095.margintable.margintablenotop {
5096 border-top-width: 0;
5098.paymenttable tr td:first-child, .margintable tr td:first-child
5102.paymenttable, .margintable tr td {
5108 box-shadow: 0px 0px 0px #f4f4f4 !important;
5111 box-shadow: 2px 2px 5px #CCC !important;
5115 box-shadow: 0px 0px 5px #888;
5118div.tabBar .noborder {
5119 box-shadow: 0px 0px 0px #f4f4f4 !important;
5121div .tdtop:not(.tagtdnote) {
5122 vertical-align: top !important;
5123 padding-top: 6px !important;
5124 padding-bottom: 0px !important;
5127#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 {
5128 border-bottom: 1px solid #AAA !important;
5130#tablelines tr td, #tablelinesservice tr td {
5137.noborder > tbody > tr:nth-child(even):not(.liste_titre):not(.nooddeven),
5138.liste > tbody > tr:nth-child(even):not(.liste_titre):not(.nooddeven),
5139div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) > .border > tbody >
table:not(.tableforfieldedit) > tr:nth-of-
type(even):not(.liste_titre):not(.nooddeven),
5140.liste > tbody > tr:nth-of-
type(even):not(.liste_titre):not(.nooddeven),
5141div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) .oddeven.tagtr:nth-of-
type(even):not(.liste_titre):not(.nooddeven)
5143 background: linear-gradient(to bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
5144 background: -o-linear-gradient(bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
5145 background: -moz-linear-gradient(bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
5146 background: -webkit-linear-gradient(bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
5148.noborder > tbody > tr:nth-child(even):not(:last-of-
type) td:not(.liste_titre),
5149.liste > tbody > tr:nth-child(even):not(:last-of-
type) td:not(.liste_titre),
5150.noborder .tagtr:nth-child(even):not(:last-of-
type) .oddeven.tagtd:not(.liste_titre)
5152 border-bottom: 1px solid #e8e8e8;
5155.noborder > tbody > tr:nth-child(odd):not(.liste_titre):not(.nooddeven),
5156.liste > tbody > tr:nth-child(odd):not(.liste_titre):not(.nooddeven),
5157div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) > .border > tbody >
table:not(.tableforfieldedit) > tr:nth-of-
type(odd):not(.liste_titre):not(.nooddeven),
5158.liste > tbody > tr:nth-of-
type(odd):not(.liste_titre):not(.nooddeven),
5159div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) .oddeven.tagtr:nth-of-
type(odd):not(.liste_titre):not(.nooddeven)
5161 background: linear-gradient(to bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
5162 background: -o-linear-gradient(bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
5163 background: -moz-linear-gradient(bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
5164 background: -webkit-linear-gradient(bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
5166.noborder > tbody > tr:nth-child(odd):not(:last-child) td:not(.liste_titre),
5167.liste > tbody > tr:nth-child(odd):not(:last-child) td:not(.liste_titre),
5168.noborder .tagtr:nth-child(odd):not(:last-child) .oddeven.tagtd:not(.liste_titre)
5170 border-bottom: 1px solid #e8e8e8;
5173ul.noborder li:nth-child(even):not(.liste_titre) {
5174 background-color: var(--colorbacklinepair2) !important;
5187 padding-bottom: 12px;
5192.boxstats, .boxstats130 {
5193 display:
inline-block;
5200.boxstats, .boxstats130, .boxstatscontent {
5201 white-space: nowrap;
5203 text-overflow: ellipsis;
5215@media only screen and (max-width: 768px)
5217 .tabBar .arearef .pagination.paginationref {
5218 max-width: calc(50%);
5221 div.pagination ul li {
5225 div.pagination .button-title-separator {
5229 .clearbothonsmartphone {
5231 display: block !important;
5235 padding-left: 0 !important;
5236 margin-left: 0 !important;
5237 margin-right: 0 !important;
5244 .boxstats, .boxstats130 {
5246 border: 1px solid #ddd;
5256 .dashboardlineindicator {
5268 box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20);
5275.boxstatsindicator.thumbstat150 {
5276 display:
inline-flex;
5278span.boxstatsindicator {
5280 font-weight: normal;
5281 color: rgb(<?php print $colortextlink; ?>);
5283span.dashboardlineindicator, span.dashboardlineindicatorlate {
5285 font-weight: normal;
5287a.dashboardlineindicatorlate:hover {
5288 text-decoration: none;
5290.dashboardlineindicatorlate img {
5293span.dashboardlineok {
5296span.dashboardlineko {
5300.dashboardlinelatecoin {
5305 padding: 1px 6px 1px 6px;
5306 background-color: #8c4446;
5307 color: #FFFFFF ! important;
5308 border-radius: .25em;
5311 margin-bottom: 20px !important;
5314 border-bottom-width: 1px;
5322.boxtablenomarginbottom {
5323 margin-bottom: 0 !important;
5325.boxtable .fichehalfright, .boxtable .fichehalfleft {
5331.boxworkingboard .tdboxstats {
5332 padding-left: 1px !important;
5333 padding-right: 1px !important;
5335a.valignmiddle.dashboardlineindicator {
5339 height: 30px !important;
5342 height: 50px !important;
5346 height: 26px !important;
5353 background: var(--colorbacktitle1);
5354 color: var(--colortexttitle);
5355 font-family: <?php print $fontlist ?>, sans-serif;
5356 font-weight: <?php echo $useboldtitle ?
'bold' :
'normal'; ?>;
5357 border-bottom: 1px solid #FDFFFF;
5358 white-space: nowrap;
5361tr.box_titre td.boxclose {
5364img.boxhandle, img.boxclose {
5369 vertical-align: middle;
5372.formboxfilter input[
type=image]
5382.prod_entry_mode_free, .prod_entry_mode_predef {
5383 height: 26px !important;
5384 vertical-align: middle;
5388 border: 1px solid #888;
5395 white-space: nowrap;
5399 transition: color 0.4s;
5401.star:hover, .star.active {
5402 color: <?php echo $badgeWarning ?>;
5405.search-component-assistance {
5408 background: var(--colorbackbody);
5409 border-width: 1px 1px 2px;
5410 border-style: solid;
5411 border-color: rgb(204, 204, 204);
5412 border-image: none; padding: 9px;
5413 box-shadow: rgba(136, 136, 136, 0.267) 1px 2px 10px;
5419.search-component-assistance .assistance-title {
5425.search-component-assistance .separator {
5429.search-component-assistance .end-separator {
5432.search-component-assistance .assistance-errors {
5435 margin: 5px 0px 5px 0px
5437.search-component-assistance .assistance-errors {
5442 margin: 0 !important;
5444.search-component-assistance .operand, .search-component-assistance .operator, .search-component-assistance .value {
5445 display:
inline-block;
5447.search-component-assistance .btn-div{
5451@media only screen and (max-width: 620px) {
5452 .search-component-assistance .operand, .operator, .value {
5453 display: block !important;
5455 .search-component-assistance .separator, .end-separator {
5465.ok { color: #114466; }
5466.warning { color: #887711 !important; }
5467.error { color: #550000 !important; font-weight: bold; }
5468.green { color: #118822 !important; }
5474div.info, div.warning, div.error {
5478 padding-bottom: 8px;
5479 margin: 1em 0em 1em 0em;
5485 border-<?php print $left; ?>: solid 5px #87cfd2;
5486 background: #eff8fc;
5489div.fiche div.info, div.fiche div.warning {
5490 box-shadow: 4px 4px 12px #e4e4e4;
5491 margin: 1em 0em 1.2em 0em;
5495div.green div.greenborder, section.green, section.greenborder {
5496 border-<?php print $left; ?>: solid 5px #118822;
5498div.green, section.green {
5499 background: #e3f0e3;
5503div.warning, div.warningborder, section.warning, section.warningborder {
5504 border-<?php print $left; ?>: solid 5px #f2cf87;
5506div.warning, section.warning {
5507 background: #fcf8e3;
5509div.warning a, div.info a, div.error a {
5510 color: rgb(<?php echo $colortextlink; ?>);
5515 border-<?php print $left; ?>: solid 5px #f28787;
5516 background: #EFCFCF;
5524a.normal:link { font-weight: normal }
5525a.normal:visited { font-weight: normal }
5526a.normal:active { font-weight: normal }
5527a.normal:hover { font-weight: normal }
5529a.impayee:link { font-weight: bold; color: #550000; }
5530a.impayee:visited { font-weight: bold; color: #550000; }
5531a.impayee:active { font-weight: bold; color: #550000; }
5532a.impayee:hover { font-weight: bold; color: #550000; }
5545.framecontent iframe {
5556.opened-dash-board-wrap {
5557 margin-bottom: 25px;
5564.product_line_stock_ok { color: #002200; }
5565.product_line_stock_too_low { color: #884400; }
5567.fieldrequired { font-weight: bold; color: #000055; }
5569td.widthpictotitle, .table-fiche-title img.widthpictotitle { width: 32px; font-size: 1.4em; text-align: <?php echo $left; ?>; }
5570table.titlemodulehelp tr td img.widthpictotitle { width: 80px; }
5572.dolgraphtitle { margin-top: 6px; margin-bottom: 4px; }
5573.dolgraphtitlecssboxes { }
5574.dolgraphchart canvas {
5577.legendColorBox, .legendLabel { border: none !important; }
5578div.dolgraph div.legend, div.dolgraph div.legend div { background-color: rgba(255,255,255,0) !important; }
5579div.dolgraph div.legend
table tbody tr { height:
auto; }
5580td.legendColorBox { padding: 2px 2px 2px 0 !important; }
5581td.legendLabel { padding: 2px 2px 2px 0 !important; }
5583 text-align: <?php echo $left; ?>;
5587 white-space: nowrap;
5597div.divphotoref > div > .photowithmargin, div.divphotoref > img.photowithmargin, div.divphotoref > a > .photowithmargin {
5598 margin-<?php echo $right; ?>: 15px;
5601 border: 1px solid #f0f0f0;
5606 text-align: center !important;
5609 margin-top: 6px !important;
5614 content:url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/logo_setup.svg', 1) ?>);
5615 display:
inline-block;
5620 content:url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/nographyet.svg', 1) ?>);
5621 display:
inline-block;
5623 background-repeat: no-repeat;
5630table.table-fiche-title tr.toptitle {
5635 text-decoration: none;
5638 text-transform: uppercase;
5645 color: var(--colortexttitlenotab);
5653 color: var(--colortexttitlenotab);
5656 color: var(--colortexttitlenotab2);
5659table.notopnoleftnoright.table-fiche-title {
5660 margin-bottom: 15px;
5662.fichehalfleft
table.table-fiche-title, .fichehalfright
table.table-fiche-title {
5671table.table-fiche-title .col-title div.titre span {
5672 line-height: normal;
5675div.backgreypublicpayment {
5676 background-color: #f0f0f0;
5678 border-bottom: 1px solid #ddd;
5684.backgreypublicpayment a { color: #222 !important; }
5685.poweredbypublicpayment {
5694span.buttonpaymentsmall {
5699 min-width: 300px; font-size: 16px;
5703 min-width: 320px; font-size: 16px;
5706#tablepublicpayment { border: 1px solid #CCCCCC !important; width: 100%; padding: 20px; margin-bottom: 20px; }
5707#tablepublicpayment .CTableRow1 { background-color: #F0F0F0 !important; }
5708#tablepublicpayment tr.liste_total { border-bottom: 1px solid #CCCCCC !important; }
5709#tablepublicpayment tr.liste_total td { border-top: none; }
5711.divmainbodylarge { margin-left: 40px; margin-right: 40px; }
5712.publicnewmemberform div.titre { font-size: 2em; }
5713#divsubscribe { max-width: 900px; }
5714#divsubscribe .eventlabel { font-size: 1.5em; }
5715#tablesubscribe { width: 100%; }
5716#tablesubscribe tr td { font-size: 1.15em; }
5717#tablesubscribe .price-registration { font-size: 1.5em; }
5721 border: 1px solid #ccc;
5739.effectpostit:before, .effectpostit:after
5750 box-shadow: 0 15px 10px #777;
5751 -webkit-transform: rotate(-3deg);
5752 -moz-transform: rotate(-3deg);
5753 -o-transform: rotate(-3deg);
5754 -ms-transform: rotate(-3deg);
5755 transform: rotate(-3deg);
5759 -webkit-transform: rotate(3deg);
5760 -moz-transform: rotate(3deg);
5761 -o-transform: rotate(3deg);
5762 -ms-transform: rotate(3deg);
5763 transform: rotate(3deg);
5774.ui-dialog-titlebar {
5777 maring-bottom: 10px;
5778 font-size: <?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize; ?> !important;
5780.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable {
5781 z-index: 1005 !important;
5783.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
5784 z-index:1006 !important;
5787.ui-dialog.ui-widget.ui-widget-content {
5788 border: 1px solid #e0e0e0;
5793 background-color: #f8f8f8 !important;
5796.ui-dialog .ui-dialog-buttonpane {
5797 padding: .5em 1em .3em .4em;
5819 border-<?php print $left; ?>: solid 5px #f2cf87;
5825 padding-bottom: 4px;
5827 background: #fcf8e3;
5840.ui-dialog.highlight.ui-widget.ui-widget-content.ui-front {
5845 max-width: <?php print
dol_size(700,
'width'); ?>px !important;
5848div.ui-tooltip.mytooltip {
5851 box-shadow: 0 0 4px #888;
5853 font-stretch: condensed;
5854 background: var(--colorbacklineimpair2) !important;
5859@media only screen and (max-width: 768px)
5861 div.ui-tooltip.mytooltip {
5865@media only screen and (max-width: 480px)
5867 div.ui-tooltip.mytooltip {
5871@media only screen and (max-width: 320px)
5873 div.ui-tooltip.mytooltip {
5883.ui-datepicker-calendar .ui-state-
default, .ui-datepicker-calendar .ui-widget-content .ui-state-
default,
5884.ui-datepicker-calendar .ui-widget-header .ui-state-
default, .ui-datepicker-calendar .ui-
button,
5890div#ui-datepicker-div {
5892 box-shadow: 2px 5px 15px #aaa;
5898.ui-datepicker .ui-datepicker
table {
5901.ui-datepicker .ui-widget-header {
5907.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
5912img.datecallink { padding-left: 2px !important; padding-right: 2px !important; }
5914select.ui-datepicker-year {
5915 margin-left: 2px !important;
5917.ui-datepicker-trigger {
5918 vertical-align: middle;
5926 border: 1px #E4ECEC outset;
5932 background-color: #FFFFFF;
5938 border-spacing: 0px;
5939 border-collapse: collapse;
5941.dp td, .tpHour td, .tpMinute td{padding:2px; font-size:10px;}
5943.dpHead,.tpHead,.tpHour td:Hover .tpHead{
5945 background-color: #888;
5951.dpButtons,.tpButtons {
5953 background-color: #888;
5958.dpButtons:Active,.tpButtons:Active{border: 1px outset black;}
5959.dpDayNames td,.dpExplanation {background-color:#D9DBE1; font-weight:bold; text-align:center; font-size:11px;}
5960.dpExplanation{ font-weight:normal; font-size:11px;}
5961.dpWeek td{text-align:center}
5963.dpToday,.dpReg,.dpSelected{
5966.dpToday{font-weight:bold; color:black; background-color:#f4f4f4;}
5967.dpReg:Hover,.dpToday:Hover{background-color:black;color:white}
5970.dpSelected{background-color:#0B63A2;color:white;font-weight:bold; }
5972.tpHour{border-top:1px solid #f4f4f4; border-right:1px solid #f4f4f4;}
5973.tpHour td {border-left:1px solid #f4f4f4; border-bottom:1px solid #f4f4f4; cursor:pointer;}
5974.tpHour td:Hover {background-color:black;color:white;}
5976.tpMinute {margin-top:5px;}
5977.tpMinute td:Hover {background-color:black; color:white; }
5978.tpMinute td {background-color:#D9DBE1; text-align:center; cursor:pointer;}
5984 background-color:transparent;
5989 vertical-align:middle;
5993 color: rgb(<?php print $colortextlink; ?>);
5998.categtextwhite, .treeview .categtextwhite.hover {
5999 color: #fff !important;
6002 color: #000 !important;
6014div.hidden, div.hiddenforpopup, header.hidden, tr.hidden, td.hidden,
6015img.hidden, span.hidden, br.hidden, div.showifmore {
6033.previewnotyetavailable {
6037.websiteformtoolbar {
6039 top: <?php echo empty($dol_hide_topmenu) ? ($disableimages ?
'36px' :
'50px') :
'0'; ?>;
6043.exampleapachesetup {
6047 border: 1px solid #aaa;
6051 background: #ddd; border: 1px solid #ccc; border-radius: 4px;
6056 background-color: transparent;
6057 background-image: none;
6058 color: #000 !important;
6061.bordertransp:not(.nobordertransp) {
6062 background-color: transparent;
6063 background-image: none;
6064 border: 1px solid #aaa;
6065 font-weight: normal;
6066 color: #444 !important;
6068.websitebar .button.bordertransp {
6070 text-decoration: unset !important;
6071 border: unset !important;
6075.websitebar .fa-plus-circle.btnTitle-icon {
6076 margin: 0px 4px 0px 4px !important;
6080 border-bottom: 1px solid #ccc;
6082 display:
inline-block;
6084.centpercent.websitebar {
6085 width: calc(100% - 10px);
6086 padding: 5px 5px 5px 5px;
6089.websitebar .buttonDelete, .websitebar .button {
6092.websitebar .button, .websitebar .buttonDelete
6094 padding: 2px 4px 2px 4px !important;
6095 margin: 2px 4px 2px 4px !important;
6096 line-height: normal;
6098.websitebar input.button.bordertransp, .websitebar input.buttonDelete.bordertransp {
6099 color: #444 !important;
6104 padding-<?php echo $right; ?>: 10px;
6105 vertical-align: middle;
6110.websiteselection, .websitetools {
6116 display:
inline-block;
6117 vertical-align: top;
6120.websiteiframenoborder {
6123span.websitebuttonsitepreview, a.websitebuttonsitepreview {
6124 vertical-align: middle;
6126span.websitebuttonsitepreview img, a.websitebuttonsitepreview img {
6128 display:
inline-block;
6130span.websitebuttonsitepreviewdisabled img, a.websitebuttonsitepreviewdisabled img {
6133.websiteiframenoborder {
6137 vertical-align: middle;
6141.websiteselectionsection {
6142 border-left: 1px solid #bbb;
6143 border-right: 1px solid #bbb;
6148.websitebar input#previewpageurl {
6152#divbodywebsite section p {
6156#divbodywebsite #websitetemplateconfigpage{
6158 margin: 50px
auto 0;
6166.dayevent .tagtr:first-of-
type {
6169.agendacell { height: 60px; }
6170table.cal_month { border-spacing: 0px; }
6171table.cal_month td:first-child { border-left: 0px; }
6172table.cal_month td:last-child { border-right: 0px; }
6173table.cal_month td { padding-left: 1px !important; padding-right: 1px !important; }
6174table.cal_month.cal_peruser td { padding-left: 0 !important; padding-right: 0 !important; }
6175.cal_current_month { border-top: 0; border-left: solid 1px #E0E0E0; border-right: 0; border-bottom: solid 1px #E0E0E0; }
6176.cal_current_month_peruserleft { border-top: 0; border-left: solid 2px #6C7C7B; border-right: 0; border-bottom: solid 1px #E0E0E0; }
6177.cal_current_month_oneday { border-right: solid 1px #E0E0E0; }
6178.cal_other_month { border-top: 0; border-left: solid 1px #C0C0C0; border-right: 0; border-bottom: solid 1px #C0C0C0; }
6179.cal_other_month_peruserleft { border-top: 0; border-left: solid 2px #6C7C7B !important; border-right: 0; }
6180.cal_current_month_right { border-right: solid 1px #E0E0E0; }
6181.cal_other_month_right { border-right: solid 1px #C0C0C0; }
6182.cal_other_month { background: #FAFAFA; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 1px; padding-top: 0px; padding-bottom: 0px; }
6183.cal_past_month { background: #EEEEEE; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 1px; padding-top: 0px; padding-bottom: 0px; }
6184.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; }
6185.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; }
6186.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; }
6187.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; }
6188.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; }
6190.cal_peruser { padding: 0px; }
6191.cal_impair { background: #F8F8F8; }
6192.cal_today_peruser_impair { background: #F8F8F0; }
6193.peruser_busy { background: #CC8888; }
6194.peruser_notbusy { background: #EEDDDD; opacity: 0.5; }
6195div.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); }
6196table.cal_event { border: none; border-collapse: collapse; margin-bottom: 1px; border-radius: 3px; min-height: 20px; }
6197table.cal_event td { border: none; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 2px; padding-top: 0px; padding-bottom: 0px; }
6198table.cal_event td.cal_event { padding: 4px 4px !important; padding-bottom: 2px !important; padding-top: 2px !important; }
6199table.cal_event td.cal_event_right { padding: 4px 4px !important; }
6200.cal_event { font-size: 1em; }
6201.cal_event a:link { color: #111111; font-weight: normal !important; }
6202.cal_event a:visited { color: #111111; font-weight: normal !important; }
6203.cal_event a:active { color: #111111; font-weight: normal !important; }
6204.cal_event_busy a:hover { color: #111111; font-weight: normal !important; color:rgba(255,255,255,.75); }
6206.cal_peruserviewname { max-width: 140px; height: 22px; }
6214.calendarviewcontainertr { height: 100px; }
6217 background-size: 24px
auto;
6226td.peruser_holiday_imp {
6227 background-color: #aaa !important;
6230.cal_available { background: #0060d450; }
6231.cal_chosen { background: #0060d4; }
6238 border: solid 1px rgba(0,0,0,.3);
6239 background: var(--colorbackbody) !important;
6240 color: var(--colortext) !important;
6243.ui-autocomplete-loading { background: white url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/working.gif', 1) ?>) right center no-repeat; }
6248 background-color:white;
6249 border:1px solid #888;
6253.ui-autocomplete ul {
6254 list-style-
type:none;
6258.ui-autocomplete ul li.selected { background-color: #D3E5EC;}
6259.ui-autocomplete ul li {
6260 list-style-
type:none;
6275 text-overflow: ellipsis;
6283.editkey_textarea, .editkey_ckeditor, .editkey_string, .editkey_email, .editkey_numeric, .editkey_select, .editkey_autocomplete {
6284 background: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/edit.png', 1) ?>) right top no-repeat;
6290.editkey_datepicker {
6291 background: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/calendar.png', 1) ?>) right center no-repeat;
6297.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 {
6302.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 {
6317.treeview ul { background-color: transparent !important; margin-top: 0 !important; }
6318.treeview li { background-color: transparent !important; padding: 0 0 0 20px !important; min-height: 30px; }
6319.treeview .hitarea { width: 20px !important; margin-left: -20px !important; margin-top: 3px; }
6320.treeview li
table { min-height: 30px; }
6321.treeview .hover { color: var(--colortextlink) !important; text-decoration: underline !important; }
6353 font-family:sans-serif;
6356 border-spacing: 0px;
6357 border-collapse: collapse;
6364 border-style:groove;
6374div.jPicker
table.jPicker {
6375 padding-bottom: 20px;
6376 padding-right: 20px;
6380 height: 2px !important;
6384 background: unset !important;
6385 border: unset !important;
6387.jPicker .Preview div span {
6388 border: unset !important;
6389 width: unset !important;
6390 height: 50% !important;
6392.jPicker div[
class=
"Map"] {
6397 border: 1px solid #bbb !important;
6398 background-color: var(--colorbackbody) !important;
6399 box-shadow: 0px 0px 10px #ccc;
6400 width: 300px !important;
6403 background-image: unset !important;
6405.jPicker .Grid span.QuickColor {
6406 border: unset !important;
6412 white-space: nowrap;
6414.jPicker .Preview div {
6415 height: 36px !important;
6417.jPicker input[
type=
"button"] {
6418 background: var(--butactionbg);
6419 color: var(--textbutaction);
6421 border-collapse: collapse;
6425A.color, A.color:active, A.color:visited {
6428 text-decoration : none;
6434 border : 1px inset white;
6437 border : 1px outset white;
6439A.none, A.none:active, A.none:visited, A.none:hover {
6442 text-decoration : none;
6449 border : 1px solid #b3c5cc;
6458 background-color : #b3c5cc;
6465 background-color : #b3c5cc;
6466 border : 2px outset;
6475 border : 1px outset white;
6481 font-family : <?php print $fontlist ?>;
6484 text-align : center;
6488 font-family : <?php print $fontlist ?>;
6495 font-family : <?php print $fontlist ?>;
6501 border: solid 1px #ddd !important;
6506.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
6508 background: rgb(<?php echo $colorbacktitle1; ?>);
6512.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 {
6513 background: #007fff !important;
6514 color: #ffffff !important;
6517.ui-menu .ui-menu-item a {
6518 text-decoration:none;
6522 font-weight: normal;
6523 font-family:<?php echo $fontlist; ?>;
6527 font-family:<?php echo $fontlist; ?>;
6529.ui-
button { margin-left: -2px; <?php print(preg_match(
'/chrome/',
$conf->browser->name) ?
'padding-top: 1px;' :
''); ?> }
6534 line-height: 1em !important;
6536.ui-autocomplete-input { margin: 0; padding: 4px; }
6543body.cke_show_borders {
6544 margin: 5px !important;
6546table.cke_dialog.cke_browser_webkit {
6547 border-collapse: separate;
6548 border-radius: 10px;
6551 border: 1px #bbb solid ! important;
6558.cke_wrapper { padding: 4px !important; }
6559a.cke_dialog_ui_button
6561 font-family: <?php print $fontlist ?> !important;
6562 background-image: url(<?php echo $img_button ?>) !important;
6563 background-
position: bottom !important;
6564 border: 1px solid #C0C0C0 !important;
6565 border-radius:0px 2px 0px 2px !important;
6566 box-shadow: 3px 3px 4px #f4f4f4 !important;
6569 width: 40px !important;
6578a.cke_dialog_ui_button_ok span {
6579 text-shadow: none !important;
6580 color: #333 !important;
6582a.cke_button, a.cke_combo_button {
6583 height: 18px !important;
6585div.cke_notifications_area .cke_notification_warning {
6595.cke.cke_reset, .cke_inner.cke_reset, .cke_top.cke_reset_all {
6596 border-top-left-radius: <?php echo $borderradius; ?>px;
6597 border-top-right-radius: <?php echo $borderradius; ?>px;
6599.cke.cke_reset, .cke_inner.cke_reset, .cke_contents.cke_reset {
6600 border-bottom-left-radius: <?php echo $borderradius; ?>px;
6601 border-bottom-right-radius: <?php echo $borderradius; ?>px;
6605@media only screen and (max-width: 768px)
6607 .cke_inner:not(.cke_maximized) .cke_toolbar_separator,
6608 .cke_inner:not(.cke_maximized) .cke_combo,
6609 .cke_inner:not(.cke_maximized) .cke_button:not(.cke_button__maximize) {
6619 border: 1px solid #ddd;
6622.aceeditorstatusbar {
6625 padding-<?php echo $left; ?>: 10px;
6633.ace_status-indicator {
6637 border-left: 1px solid;
6639pre#editfilecontentaceeditorid {
6649 height: 72px !important;
6657.customreportsoutput, .customreportsoutputnotdata {
6660.customreportsoutputnotdata {
6673#types .btn-primary {
6682 display:
inline-block;
6687 vertical-align: top;
6690#types input.text, #types textarea {
6704 box-sizing:border-box;
6711#comment .comment-table {
6715#comment .comment-cell {
6718#comment .comment-info {
6720 border-right:1px solid #dedede;
6724 background:rgba(255,255,255,0.5);
6725 vertical-align:middle;
6728#comment .comment-info a {
6731#comment .comment-right {
6734#comment .comment-description {
6738#comment .comment-delete {
6741 vertical-align:middle;
6743#comment .comment-delete:hover {
6744 background:rgba(250,20,20,0.8);
6746#comment .comment-edit {
6749 vertical-align:middle;
6751#comment .comment-edit:hover {
6752 background:rgba(0,184,148,0.8);
6764 width: <?php print isset($_SESSION[
'dol_screenwidth']) ? max((
int) $_SESSION[
'dol_screenwidth'] - 830, 450) :
'450'; ?>px !important;
6767div#GanttChartDIVglisthead, div#GanttChartDIVgcharthead {
6771.gtaskname div, .gtaskname, .gstartdate div, .gstartdate, .genddate div, .genddate {
6772 font-size: unset !important;
6775div.gantt, .gtaskheading, .gmajorheading, .gminorheading, .gminorheadingwkend {
6776 font-size: unset !important;
6777 font-weight: normal !important;
6778 color: #000 !important;
6781 background: #f0f0f0 !important;
6784 background: rgb(108,152,185) !important;
6787 background: rgb(160,173,58) !important;
6791 text-overflow: ellipsis;
6793td.gminorheadingwkend {
6794 color: #888 !important;
6797 color: #666 !important;
6799.glistlbl, .glistgrid {
6800 width: 582px !important;
6802.gtaskname div, .gtaskname {
6803 min-width: 250px !important;
6804 max-width: 250px !important;
6805 width: 250px !important;
6807.gpccomplete div, .gpccomplete {
6808 min-width: 40px !important;
6809 max-width: 40px !important;
6810 width: 40px !important;
6812td.gtaskheading.gstartdate, td.gtaskheading.genddate {
6813 white-space:
break-spaces;
6815.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) {
6816 color: transparent !important;
6831 font-weight: normal;
6840 font-weight: normal;
6846 text-decoration: none;
6851 margin: 0 5px 5px 5px;
6856 margin: 0 10px 20px 10px;
6861 float: <?php print $left; ?>;
6862 border: solid 1px #f4f4f4;
6869 font-weight: normal;
6882 vertical-align: middle;
6886 display:
inline-block !important;
6889 width: calc(100% - 100px);
6891 white-space:
break-spaces;
6892 word-
break:
break-all;
6894ul.ecmjqft a:active {
6895 font-weight: bold !important;
6898 text-decoration: underline;
6902 vertical-align: middle;
6903 display:
inline-block !important;
6904 text-align: <?php echo $right; ?>;
6905 float: <?php echo $right; ?>;
6909div#ecm-layout-west {
6911 vertical-align: top;
6913div#ecm-layout-center {
6914 width: calc(100% - 405px);
6915 vertical-align: top;
6916 float: <?php echo $right; ?>;
6919.ecmjqft LI.directory { font-weight:normal; background: url(<?php echo
dol_buildpath($path.
'/theme/common/treemenu/folder2.png', 1); ?>) left top no-repeat; }
6920.ecmjqft LI.expanded { font-weight:normal; background: url(<?php echo
dol_buildpath($path.
'/theme/common/treemenu/folder2-expanded.png', 1); ?>) left top no-repeat; }
6921.ecmjqft LI.wait { font-weight:normal; background: url(<?php echo
dol_buildpath(
'/theme/'.$theme.
'/img/working.gif', 1); ?>) left top no-repeat; }
6931 top:
auto !important;
6932 bottom: 4px !important;
6935 min-width: <?php echo $dol_optimize_smallscreen ?
'200' :
'480'; ?>px;
6938 padding-left: 10px !important;
6939 padding-right: 10px !important;
6940 padding-top: 10px !important;
6941 word-wrap:
break-word;
6943.jnotify-container .jnotify-notification .jnotify-message {
6944 font-weight: normal;
6946 word-
break:
break-word;
6948.jnotify-container .jnotify-notification-warning .jnotify-close, .jnotify-container .jnotify-notification-warning .jnotify-message {
6949 color: #a28918 !important;
6951.jnotify-container .jnotify-close {
6952 top: 4px !important;
6953 font-size: 1.6em !important;
6957div.jnotify-background {
6958 opacity : 0.95 !important;
6959 box-shadow: 2px 2px 4px #8888 !important;
6963.bodylogin .jnotify-container {
6970 padding-left: unset !important;
6971 padding-right: unset !important;
6972 padding-top: unset !important;
6974.bodylogin .jnotify-container .jnotify-notification {
6975 margin: unset !important;
6977.bodylogin .jnotify-container .jnotify-notification .jnotify-background {
6978 border-radius: unset !important;
6980.bodylogin .jnotify-container .jnotify-notification .jnotify-message {
6992div.dolEventValid h1, div.dolEventValid h2 {
6994 background-color: #e3f0db;
6995 padding: 5px 5px 5px 5px;
6998div.dolEventError h1, div.dolEventError h2 {
7000 background-color: #d79eac;
7001 padding: 5px 5px 5px 5px;
7009.divmap, #google-visualization-geomap-embed-0, #google-visualization-geomap-embed-1, #google-visualization-geomap-embed-2 {
7017table.dataTable tr.odd td.sorting_1,
table.dataTable tr.even td.sorting_1 {
7018 background: none !important;
7020.sorting_asc { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_asc.png
', 1); ?>') no-repeat center right !important; }
7021.sorting_desc { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_desc.png
', 1); ?>') no-repeat center right !important; }
7022.sorting_asc_disabled { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_asc_disabled.png
', 1); ?>') no-repeat center right !important; }
7023.sorting_desc_disabled { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_desc_disabled.png
', 1); ?>') no-repeat center right !important; }
7024.dataTables_paginate {
7027.paginate_button_disabled {
7028 opacity: 1 !important;
7029 color: #888 !important;
7030 cursor:
default !important;
7032.paginate_disabled_previous:hover, .paginate_enabled_previous:hover, .paginate_disabled_next:hover, .paginate_enabled_next:hover
7034 font-weight: normal;
7036.paginate_enabled_previous:hover, .paginate_enabled_next:hover
7038 text-decoration: underline !important;
7042 text-decoration: underline !important;
7046 font-weight: normal !important;
7047 text-decoration: none !important;
7049.paging_full_numbers {
7050 height: inherit !important;
7052.paging_full_numbers a.paginate_active:hover, .paging_full_numbers a.paginate_button:hover {
7053 background-color: #DDD !important;
7055.paging_full_numbers, .paging_full_numbers a.paginate_active, .paging_full_numbers a.paginate_button {
7056 background-color: #FFF !important;
7057 border-radius: inherit !important;
7059.paging_full_numbers a.paginate_button_disabled:hover, .paging_full_numbers a.disabled:hover {
7060 background-color: #FFF !important;
7062.paginate_button, .paginate_active {
7063 border: 1px solid #ddd !important;
7064 padding: 6px 12px !important;
7065 margin-left: -1px !important;
7066 line-height: 1.42857143 !important;
7067 margin: 0 0 !important;
7074.ui-state-
disabled, .ui-widget-content .ui-state-
disabled, .ui-widget-header .ui-state-
disabled, .paginate_button_disabled {
7076 background-image: none;
7079div.dataTables_length {
7080 float: right !important;
7083div.dataTables_length select {
7086.dataTables_wrapper .dataTables_paginate {
7087 padding-top: 0px !important;
7095.heightofcombo:not(.pageplusone) {
7098.select2-container .select2-selection--single {
7102span.select2-selection--single.flat[aria-
disabled=
"true"] span.select2-selection__rendered {
7106span.select2.select2-container.select2-container--
default {
7107 text-align: initial;
7116input.select2-input {
7117 border-bottom: none ! important;
7120.select2-container--
default .select2-results__option--highlighted[aria-selected] {
7121 background-color: var(--colorbackhmenu1);
7122 color: var(--colortextbackhmenu);
7124.select2-container--
default .select2-results__option--highlighted[aria-selected] span {
7125 color: #fff !important;
7130 border-bottom: 1px solid #ccc !important;
7132.select2-results .select2-highlighted.optionblue {
7133 color: #FFF !important;
7136.select2-container .select2-selection--multiple {
7137 min-height: 28px !important;
7140.select2-container--
default .select2-selection--multiple .select2-selection__choice {
7145.blockvmenusearch .select2-container--
default .select2-selection--single,
7146.blockvmenubookmarks .select2-container--
default .select2-selection--single
7148 background-color: var(--colorbackvmenu1);
7150.select2-container--
default .select2-selection--single {
7151 background-color: var(--inputbackgroundcolor);
7153#blockvmenusearch .select2-container--default .select2-selection--single .select2-selection__placeholder {
7154 color: var(--colortextbackvmenu);
7156.select2-container--
default .select2-selection--single .select2-selection__rendered {
7159.select2-container .select2-choice {
7160 border-bottom: 1px solid #ccc;
7162.select2-container .select2-choice > .select2-chosen {
7165.select2-container .select2-choice .select2-arrow {
7168.select2-container-multi .select2-choices {
7169 background-image: none;
7171.select2-container .select2-choice {
7175.selectoptiondisabledwhite {
7176 background: #FFFFFF !important;
7181 border-left: none !important;
7182 background: none !important;
7186 border-top: none !important;
7187 border-left: none !important;
7188 border-right: none !important;
7189 border-bottom: 1px solid #ccc;
7191.select2-drop.select2-drop-above {
7192 box-shadow: none !important;
7194.select2-container--open .select2-dropdown--above {
7195 border-bottom: solid 1px rgba(0,0,0,.2);
7197.select2-drop.select2-drop-above.select2-drop-active {
7198 border-top: 1px solid #ccc;
7199 border-bottom: 1px solid #ccc;
7201.select2-container--
default .select2-selection--single
7207 border-bottom: solid 1px rgba(0,0,0,.2);
7208 box-shadow: none !important;
7209 border-radius: 0 !important;
7211.select2-container--
default.select2-container--focus .select2-selection--multiple {
7216.select2-container--
default .select2-selection--multiple {
7217 border-bottom: solid 1px rgba(0,0,0,.2);
7221 border-radius: 0 !important;
7222 line-height: normal;
7224.select2-container--
default .select2-selection--multiple .select2-selection__rendered {
7227.select2-container--
default .select2-selection--multiple .select2-selection__choice {
7228 margin-top: 4px !important;
7230.select2-selection--multiple input.select2-search__field {
7231 border-bottom: none !important;
7233.select2-search__field
7236 border-top: none !important;
7237 border-left: none !important;
7238 border-right: none !important;
7239 border-bottom: solid 1px rgba(0,0,0,.2) !important;
7240 box-shadow: none !important;
7241 border-radius: 0 !important;
7243.select2-container-active .select2-choice, .select2-container-active .select2-choices
7248 border-bottom: none;
7249 box-shadow: none !important;
7254 box-shadow: 1px 2px 10px #8884;
7255 background-color: var(--colorbackbody);
7256 color: var(--colortext);
7258.select2-dropdown-open {
7259 background-color: var(--colorbackvmenu1);
7261.select2-dropdown-open .select2-choice, .select2-dropdown-open .select2-choices
7266 border-bottom: none;
7267 box-shadow: none !important;
7268 background-color: var(--colorbackvmenu1);
7274.select2-drop.select2-drop-above.select2-drop-active, .select2-drop {
7277.select2-drop.select2-drop-above {
7280.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
7281 background-image: none;
7282 border-radius: 0 !important;
7284div.select2-drop-above
7286 background: var(--colorbackvmenu1);
7287 box-shadow: none !important;
7291 border: 1px solid #ccc;
7294.select2-search input {
7297a span.select2-chosen
7299 font-weight: normal !important;
7301.select2-container .select2-choice {
7302 background-image: none;
7305.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit
7307 background: var(--colorbackvmenu1);
7312.select2-results__option {
7313 word-
break:
break-word;
7314 text-align: <?php echo $left; ?>;
7316.select2-container.select2-container-
disabled .select2-choice, .select2-container-multi.select2-container-
disabled .select2-choices {
7317 background-color: var(--colorbackvmenu1);
7318 background-image: none;
7322.select2-container-
disabled .select2-choice .select2-arrow b {
7325.select2-container-multi .select2-choices .select2-search-choice {
7328.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices, .select2-container-multi .select2-choices,
7329.select2-container-multi.select2-container-active .select2-choices
7331 border-bottom: 1px solid #ccc;
7334 border-left: 1px solid #ddd;
7336.select2-container--
default .select2-results>.select2-results__options{
7342.selecttype span.select2-dropdown.ui-dialog {
7345span#select2-taskid-container[title^=
'--'] {
7351#addbox .select2-container .select2-choice > .select2-chosen, #actionbookmark .select2-container .select2-choice > .select2-chosen {
7352 text-align: <?php echo $left; ?>;
7355.select2-container--
default .select2-selection--single .select2-selection__placeholder {
7359span#select2-boxbookmark-container, span#select2-boxcombo-container {
7360 text-align: <?php echo $left; ?>;
7362span#select2-boxcombo-container {
7365.select2-container .select2-selection--single .select2-selection__rendered {
7371#boxbookmark.boxcombo, #boxcombo.boxcombo {
7374 border-bottom: solid 1px rgba(0,0,0,.4) !important;
7377 padding: 0 0 5px 5px;
7378 vertical-align: top;
7382.select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr {
7383 padding: 3px 5px 3px 5px;
7384 margin: 0 0 2px 3px;
7389 border: 1px solid #ddd;
7391 box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
7392 background-clip: padding-box;
7393 -webkit-touch-callout: none;
7394 -webkit-
user-select: none;
7395 -moz-
user-select: none;
7396 -ms-
user-select: none;
7398 background-color: #e4e4e4;
7399 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));
7400 background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
7401 background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
7402 background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
7404.mytooltip .select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr {
7405 padding: 1px 3px 1px 3px;
7407.select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr a {
7408 font-weight: normal;
7410.select2-container-multi-dolibarr .select2-choices-dolibarr li {
7411 float: <?php echo $left; ?>;
7414.select2-container-multi-dolibarr .select2-choices-dolibarr {
7415 height:
auto !important;
7424span.select2.select2-container.select2-container--
default {
7425 text-align: initial;
7428ul.select2-results__options li {
7432select.multiselectononeline {
7434 vertical-align: middle;
7436 height: 28px !important;
7441@media only screen and (min-width: 767px)
7444 .select2-container.select2-container--open:not(.graphtype, .limit, .combolargeelem):not(.yesno) .select2-dropdown.ui-dialog {
7445 min-width: 240px !important;
7447 .select2-container.select2-container--open:not(.graphtype, .limit, .combolargeelem):not(.yesno) .select2-dropdown--below:not(.onrightofpage),
7448 .select2-container.select2-container--open:not(.graphtype, .limit, .combolargeelem):not(.yesno) .select2-dropdown--above:not(.onrightofpage) {
7449 min-width: 240px !important;
7451 .onrightofpage span.select2-dropdown.ui-dialog.select2-dropdown--below,
7452 .onrightofpage span.select2-dropdown.ui-dialog.select2-dropdown--above {
7453 min-width: 140px !important;
7455 .combolargeelem.select2-container.select2-container--open .select2-dropdown.ui-dialog {
7456 min-width: 320px !important;
7459 .select2-container--open .select2-dropdown--below {
7460 border-top: 1px solid var(--inputbordercolor);
7466.limit.select2-container.select2-container--open .select2-dropdown.ui-dialog {
7467 min-width: 100px !important;
7470.parentonrightofpage {
7479.noborderoncategories {
7480 border: none !important;
7481 border-radius: 5px !important;
7483 box-shadow: none !important;
7484 margin-top: 1px !important;
7485 margin-bottom: 0 !important;
7487span.noborderoncategories a, li.noborderoncategories a {
7488 line-height: normal;
7490span.noborderoncategories {
7491 padding: 3px 5px 3px 5px;
7493.categtextwhite, .treeview .categtextwhite.hover {
7494 color: #fff !important;
7497 color: #000 !important;
7509.multi-select-container {
7510 display:
inline-block;
7523 border: 1px solid #aaa;
7524 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
7528div.multi-select-menu[role=
"menu"] {
7529 min-width: 220px !important;
7532.multi-select-menu input {
7533 margin-right: 0.3em;
7538 display:
inline-block;
7540 white-space: nowrap;
7542 text-overflow: ellipsis;
7543 vertical-align: middle;
7544 background-color: #fff;
7548 border-bottom: solid 1px rgba(0,0,0,.2);
7552 <?php
if ($right ==
'left') { ?>
7553 padding-right: 22px;
7558.multi-select-
button:focus {
7560 border-bottom: 1px solid #666;
7563.multi-select-
button:after {
7565 display:
inline-block;
7568 border-style: solid;
7569 border-width: 0.4em 0.3em 0em 0.3em;
7570 border-color: #888 transparent transparent transparent;
7577.multi-select-container--open .multi-select-menu { display: block; }
7579.multi-select-container--open .multi-select-
button:after {
7580 border-width: 0 0.4em 0.4em 0.4em;
7581 border-color: transparent transparent #888 transparent;
7584.multi-select-menuitem {
7589label.multi-select-menuitem {
7599ul.ulselectedfields {
7607 vertical-align: middle;
7608 display:
inline-block;
7610.dropdown dd, .dropdown dt {
7616 text-align: <?php echo $left; ?>;
7626.dropdown dt a span, .multiSel span {
7628 display:
inline-block;
7629 padding: 0 3px 2px 0;
7631.maxwidthsearch .dropdown dt a span, .multiSel span {
7632 padding: 0 3px 2px 3px;
7634.dropdown span.value {
7638 background-color: #FFF;
7639 box-shadow: 1px 1px 10px #aaa;
7641 <?php echo $right; ?>:0px;
7650.dropdown dd ul.selectedfieldsleft {
7651 <?php echo $right; ?>:
auto;
7654 white-space: nowrap;
7655 font-weight: normal;
7656 padding: 7px 8px 7px 8px;
7660.dropdown dd ul li:hover {
7663.dropdown dd ul li input[
type=
"checkbox"] {
7664 margin-<?php echo $right; ?>: 3px;
7666.dropdown dd ul li a, .dropdown dd ul li span {
7669.dropdown dd ul li a {
7672.dropdown dd ul li span {
7675.dropdown dd ul li a:hover {
7676 background-color: #eee;
7679dd.dropdowndd ul li {
7680 text-overflow: ellipsis;
7682 white-space: nowrap;
7693 text-overflow: ellipsis;
7694 white-space: nowrap;
7697div.kanban.column div.ui-sortable-helper {
7698 transform: rotate(4deg);
7711 padding-bottom: 20px;
7719.searchpage .tagtr .tagtd {
7721 padding-bottom: 2px;
7723.searchpage .tagtr .tagtd .button {
7727.searchpage .searchform input {
7731li.ui-li-divider .ui-link {
7732 color: #FFF !important;
7737a.ui-link, a.ui-link:hover, .ui-btn:hover, span.ui-btn-text:hover, span.ui-btn-inner:hover {
7738 text-decoration: none !important;
7748 font-size: <?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize; ?>;
7751.ui-btn-icon-right .ui-btn-inner {
7752 padding-right: 30px;
7754.ui-btn-icon-left .ui-btn-inner {
7757.ui-select .ui-btn-icon-right .ui-btn-inner {
7758 padding-right: 30px;
7760.ui-select .ui-btn-icon-left .ui-btn-inner {
7763.ui-select .ui-btn-icon-right .ui-icon {
7766.ui-btn-icon-left > .ui-btn-inner > .ui-icon, .ui-btn-icon-right > .ui-btn-inner > .ui-icon {
7772 white-space: nowrap;
7773 text-overflow: ellipsis;
7775.fiche .ui-controlgroup {
7777 padding-bottom: 0px;
7779div.ui-controlgroup-controls div.tabsElem
7783div.ui-controlgroup-controls div.tabsElem a
7785 box-shadow: 0 -3px 6px rgba(0,0,0,.2);
7787div.ui-controlgroup-controls div.tabsElem a#active {
7788 box-shadow: 0 -3px 6px rgba(0,0,0,.3);
7791a.tab span.ui-btn-inner
7798 color: rgb(<?php print $colortext; ?>);
7800.liste_titre .ui-link {
7801 color: rgb(<?php print $colortexttitle; ?>) !important;
7805 word-wrap:
break-word;
7809.formdoc .ui-btn-inner
7811 white-space: normal;
7813 text-overflow: clip;
7821div.ui-radio, div.ui-checkbox
7823 display:
inline-block;
7824 border-bottom: 0px !important;
7826.ui-checkbox input, .ui-radio input {
7832div.ui-checkbox label+input, div.ui-radio label+input {
7837 padding-bottom: 10px; margin-bottom: 4px; border-bottom: 1px solid #AAAAAA !important;
7844.ui-field-contain label.ui-input-text {
7845 vertical-align: middle !important;
7847.ui-mobile fieldset {
7848 border-bottom: none !important;
7852.ui-li .ui-btn-inner a.ui-link-inherit, .ui-li-
static.ui-li {
7857 font-weight: normal;
7859.ui-focus, .ui-btn:focus {
7867 color: rgb(<?php print $colortexttitlenotab; ?>) !important;
7869.ui-bar-b, .lilevel0 {
7870 background-repeat: repeat-x;
7874 color: rgb(<?php print $colortexttitlenotab; ?>) !important;
7877 font-weight: normal !important;
7880.ui-li.ui-last-child, .ui-li.ui-field-contain.ui-last-child {
7881 border-bottom-width: 0px !important;
7884 color: rgb(<?php echo $colortexttitle; ?>) !important;
7887 box-shadow: none !important;
7888 border-bottom: 1px solid #ccc;
7891 border-right: 1px solid #ccc !important;
7894 border: 1px solid #ccc;
7897.ui-btn-up-c, .ui-btn-hover-c {
7901.ui-body-c .ui-link, .ui-body-c .ui-link:visited, .ui-body-c .ui-link:hover {
7902 color: rgb(<?php print $colortextlink; ?>);
7904.ui-btn-up-c .vsmenudisabled {
7905 color: #<?php echo $colorshadowtitle; ?> !important;
7906 text-shadow: none !important;
7914 background: transparent;
7927 color: rgb(<?php print $colortexttitlenotab; ?>) !important;
7930 border-top: 2px solid #444;
7931 background: #fff ! important;
7933.lilevel1 div div a {
7934 font-weight: bold !important;
7939 background: #fff ! important;
7944 background: #fff ! important;
7950 background: #fff ! important;
7956 background: #fff ! important;
7967 background: url(
'<?php echo dol_buildpath($path.'/theme/
'.$theme.'/img/menus/money.png
', 1) ?>') top left no-repeat;
7968 background-position-y: 15px;
7972 background: url(
'<?php echo dol_buildpath($path.'/theme/
'.$theme.'/img/menus/home.png
', 1) ?>') top left no-repeat;
7973 background-position-y: 15px;
7975.menu_choix1,.menu_choix2 {
7978 border: 1px solid #666;
7981.menu_choix1 a, .menu_choix2 a {
7984 text-decoration: none;
7990.menu_choix1 a:hover,.menu_choix2 a:hover {
7993.menu li.menu_choix1 {
7995 padding-right: 10px;
7996 padding-bottom: 2px;
7998.menu li.menu_choix2 {
8000 padding-right: 10px;
8001 padding-bottom: 2px;
8003@media only screen and (max-width: 767px)
8005 .menu_choix1 a, .menu_choix2 a {
8006 background-size: 36px 36px;
8010 .menu li.menu_choix1, .menu li.menu_choix2 {
8015 margin-right: 0 !important;
8029 border: 1px solid #888;
8031.publicnewmemberform div.tabBarWithBottom {
8032 border: 2px solid #e8e8e8;
8036 box-shadow: 2px 2px 10px #ddd;
8039.publicnewmemberform #tablesubscribe {
8056.publicnewticketform {
8061 padding-right: 50px;
8064@media only screen and (max-width: 767px)
8066 .ticketlargemargin {
8067 padding-left: 5px; padding-right: 5px;
8080#cd-timeline::before {
8088 background: #d7e4ed;
8090@media only screen and (min-width: 1170px) {
8094 #cd-timeline::before {
8104.cd-timeline-block:after {
8109.cd-timeline-block:first-child {
8112.cd-timeline-block:last-child {
8115@media only screen and (min-width: 1170px) {
8116 .cd-timeline-block {
8119 .cd-timeline-block:first-child {
8122 .cd-timeline-block:last-child {
8134 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);
8135 background: #d7e4ed;
8137.cd-timeline-img img {
8147.cd-timeline-img.cd-picture {
8148 background: #75ce66;
8150.cd-timeline-img.cd-movie {
8151 background: #c03b44;
8153.cd-timeline-img.cd-location {
8154 background: #f0ca45;
8156@media only screen and (min-width: 1170px) {
8163 -webkit-transform: translateZ(0);
8164 -webkit-backface-visibility: hidden;
8166 .cssanimations .cd-timeline-img.is-hidden {
8169 .cssanimations .cd-timeline-img.bounce-in {
8170 visibility: visible;
8171 -webkit-animation: cd-bounce-1 0.6s;
8172 -moz-animation: cd-bounce-1 0.6s;
8173 animation: cd-bounce-1 0.6s;
8177@-webkit-keyframes cd-bounce-1 {
8180 -webkit-transform: scale(0.5);
8185 -webkit-transform: scale(1.2);
8189 -webkit-transform: scale(1);
8192@-moz-keyframes cd-bounce-1 {
8195 -moz-transform: scale(0.5);
8200 -moz-transform: scale(1.2);
8204 -moz-transform: scale(1);
8207@keyframes cd-bounce-1 {
8210 -webkit-transform: scale(0.5);
8211 -moz-transform: scale(0.5);
8212 -ms-transform: scale(0.5);
8213 -o-transform: scale(0.5);
8214 transform: scale(0.5);
8219 -webkit-transform: scale(1.2);
8220 -moz-transform: scale(1.2);
8221 -ms-transform: scale(1.2);
8222 -o-transform: scale(1.2);
8223 transform: scale(1.2);
8227 -webkit-transform: scale(1);
8228 -moz-transform: scale(1);
8229 -ms-transform: scale(1);
8230 -o-transform: scale(1);
8231 transform: scale(1);
8234.cd-timeline-content {
8238 border-radius: 0.25em;
8240 background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
8241 background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
8242 background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
8243 background-image: linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
8245.cd-timeline-content:after {
8250.cd-timeline-content h2 {
8253.cd-timeline-content .cd-date {
8255 font-size: 0.8125rem;
8257.cd-timeline-content .cd-date {
8258 display:
inline-block;
8260.cd-timeline-content p {
8265.cd-timeline-content .cd-date {
8270.cd-timeline-content::before {
8277 border: 7px solid transparent;
8278 border-right: 7px solid white;
8280@media only screen and (min-width: 768px) {
8281 .cd-timeline-content h2 {
8285 .cd-timeline-content {
8289 .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
8291 font-size: 0.875rem;
8294@media only screen and (min-width: 1170px) {
8295 .cd-timeline-content {
8300 .cd-timeline-content::before {
8303 border-color: transparent;
8304 border-left-color: white;
8306 .cd-timeline-content .cd-read-more {
8309 .cd-timeline-content .cd-date {
8317 .cd-timeline-block:nth-child(even) .cd-timeline-content {
8320 .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
8324 border-color: transparent;
8325 border-right-color: white;
8327 .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
8330 .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
8343span.phpdebugbar-tooltip.phpdebugbar-tooltip-extra-wide, span.phpdebugbar-tooltip.phpdebugbar-tooltip-wide {
8344 width: 250px !important;
8346.phpdebugbar-indicator span.phpdebugbar-tooltip {
8347 opacity: .95 !important;
8349a.phpdebugbar-tab.phpdebugbar-active {
8350 background-image: unset !important;
8352.phpdebugbar-indicator .fa {
8353 font-family:
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>";
8356div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-value.phpdebugbar-widgets-warning:before,
8357div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-value.phpdebugbar-widgets-error:before,
8358div.phpdebugbar-widgets-exceptions a.phpdebugbar-widgets-editor-link:before,
8359div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-database:before,
8360div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-duration:before,
8361div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-memory:before,
8362div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-row-count:before,
8363div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-copy-clipboard:before,
8364div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-stmt-id:before,
8365div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-render-time:before,
8366div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-memory:before,
8367div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-param-count:before,
8368div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-
type:before,
8369div.phpdebugbar-widgets-templates a.phpdebugbar-widgets-editor-link:before
8371 font-family:
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>" !important;
8379.jcrop-holder { background: unset !important; }
8386.dol-xaxis-vertical .flot-x-axis .flot-tick-label.tickLabel {
8387 text-orientation: sideways;
8389 writing-mode: vertical-rl;
8390 white-space: nowrap;
8404 background-color: rgba(0, 0, 0, 0.6);
8407 justify-content: center;
8408 align-items: center;
8411#dol-block-ui .message {
8412 padding: 15px 20px 15px 50px;
8414 background: #000 no-repeat 10px center;
8415 border-radius: 10px;
8416 font-family: sans-serif;
8424span.clipboardCPValueToPrint, div.clipboardCPValueToPrint {
8425 display:
inline-block;
8427span.clipboardCPValue.hidewithsize {
8428 width: 0 !important;
8429 display:
inline-block;
8431 white-space: nowrap;
8433 vertical-align: middle;
8435div.clipboardCPValue.hidewithsize {
8436 width: 0 !important;
8439 white-space: nowrap;
8442.clipboardCPShowOnHover .clipboardCPButton {
8451.clipboardCPTextDivInside {
8455 border: 1px solid #DDD;
8464 white-space: nowrap;
8466 box-shadow: 1px 1px 6px #ddd;
8474.radio_js_bloc_number {
8475 display:
inline-block;
8479 border:1px solid #ccc;
8486.radio_js_bloc_number.selected {
8487 transition:0.2s ease background;
8500 vertical-align: top;
8504#virtualcard-iframe {
8505 border: 1px solid #aaa;
8506 vertical-align: top;
8509 border-radius: 10px;
8511 box-shadow: 0 0 5px #bbb;
8514 pointer-events: none;
8528.highlightDragDropArea{
8529 border: 2px #000 dashed !important;
8530 background-color: #eee !important;
8532.highlightDragDropArea * :not(.dragDropAreaMessage *){
8534 filter: blur(1px) grayscale(90%);
8536.dragDropAreaMessage {
8540 transform: translate(-50%, -50%);
8550 border: 1px solid #bbb !important;
8557.opensurveydescription * {
8562 padding: 0 4px 0 4px;
8566 margin-right: 100px;
8570 background-color: #f0f0f0;
8574.survey_borders .resultats .nom {
8575 text-align: <?php echo $left; ?>
8577.survey_borders .resultats .sujet {
8589#bookinghoursection {
8597 border: 1px solid #000;
8600 margin-bottom: 15px;
8610 min-width: 400px !important;
8612 left: inherit !important;
8613 top: inherit !important;
8614 border-radius: <?php echo $borderradius; ?>px !important;
8617 background-color: var(--colorbackgrey);
8619 padding-bottom: 6px;
8621 border-radius: <?php echo $borderradius; ?>px;
8631@media only screen and (max-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC1', round($nbtopmenuentries * 90, 0) + 340); ?>px)
8636 white-space: nowrap;
8638 text-overflow: ellipsis;
8639 color: #<?php echo $colortextbackhmenu; ?>;
8646 background-size: 24px
auto;
8649 li.tmenu, li.tmenusel {
8660@media only screen and (max-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC2', round($nbtopmenuentries * 66, 0) + 220); ?>px)
8662 li.tmenucompanylogo {
8667 max-width: <?php echo max(34, ceil(300 / ($nbtopmenuentriesreal + 2))); ?>px;
8668 text-overflow: clip;
8670 div.tmenucenter a.tmenulabel span.mainmenuaspan {
8671 display:
inline-block;
8675 a.tmenulabel:link, a.tmenulabel:visited, a.tmenulabel:hover, a.tmenulabel:active {
8681 .menuhider div.tmenucenter {
8690 background-size: 20px
auto;
8693 div.login_block a .atoploginusername {
8696 div.login_block_tools > div {
8697 right: 53px !important;
8701@media only screen and (max-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC3', round($nbtopmenuentries * 44, 0) + 320); ?>px)
8703 div.login_block_tools > div {
8706 div#topmenu-global-search-dropdown,
8707 div#topmenu-quickadd-dropdown,
8708 div#topmenu-bookmark-dropdown,
8709 div#topmenu-uploadfile-dropdown,
8710 div#topmenu-login-dropdown {
8714 div#topmenu-global-search-dropdown,
8715 div#topmenu-quickadd-dropdown,
8716 div#topmenu-bookmark-dropdown,
8717 div#topmenu-uploadfile-dropdown {
8729 <?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
8735 li.tmenu, li.tmenusel {
8738 a.tmenu:link, a.tmenu:visited, a.tmenu:hover, a.tmenu:active,
8739 a.tmenusel:link, a.tmenusel:visited, a.tmenusel:hover, a.tmenusel:active {
8749 div.login_block_other, div.login_block_tools {
8750 display:
inline-block;
8753 .loginbuttonexternal {
8758 text-overflow: clip;
8761 background-size: 20px
auto;
8762 margin-top: 2px !important;
8770 width: <?php print
dol_size(300,
'width'); ?>px;
8774 min-width: 0 !important;
8777 padding-<?php echo $right; ?>: 5px;
8779 img.photoref, div.photoref {
8780 border: 1px solid rgba(0, 0, 0, 0.2);
8783 object-fit: contain;
8787 width:
auto !important;
8790 .tableforfield>tr>td:first-child, .tableforfield>tbody>tr>td:first-child, div.tableforfield div.tagtr>div.tagtd:first-of-
type {
8793 .tableforfield>tr>td:nth-child(2), .tableforfield>tbody>tr>td:nth-child(2), div.tableforfield div.tagtr>div.tagtd:nth-child(2) {
8794 word-
break:
break-word;
8797 table.table-fiche-title .col-title div.titre{
8806 word-
break:
break-word;
8809 .websiteselectionsection {
8811 border-right: unset;
8819 padding-right: 12px;
8827 .underbanner.underbanner-before-box {
8828 border-bottom: none;
8832 margin-bottom: 0.5em;
8843 .lilevel1 span.paddingright {
8847 img.userphotopublicvcard {
8854@media only screen and (max-width: 767px)
8857 min-width : 280px !important;
8860 .imgopensurveywizard, .imgautosize { width:95%; height:
auto; }
8864 width: <?php print
dol_size(350,
'width'); ?>px;
8875 td.widthpictotitle { width: 30px; }
8877 .logopublicpayment #dolpaymentlogo {
8880 #tablepublicpayment {
8881 width:
auto !important;
8882 border: none !important;
8884 .poweredbypublicpayment {
8885 float: unset !important;
8886 top: unset !important;
8888 right: -10px !important;
8901 .bookcalform.boxtable .minwidth75 {
8904 .center.bookingtab {
8907 #bookinghoursection {
8912 a.tab:link, a.tab:visited, a.tab:hover, a.tab#active {
8913 padding: 10px 3px 10px;
8917@media only screen and (max-width: 1024px)
8919 div#ecm-layout-west {
8923 div#ecm-layout-center {
8927 input[
type=checkbox], input[
type=radio] {
8928 margin: 0 5px 0 1px;
8929 transform: scale(1.1);
8944include
dol_buildpath($path.
'/theme/'.$theme.
'/dropdown.inc.php', 0);
8945include
dol_buildpath($path.
'/theme/eldy/emaillayout.inc.php', 0);
8946include
dol_buildpath($path.
'/theme/'.$theme.
'/info-box.inc.php', 0);
8947include
dol_buildpath($path.
'/theme/'.$theme.
'/progress.inc.php', 0);
8948include
dol_buildpath($path.
'/theme/eldy/timeline.inc.php', 0);
8949include
dol_buildpath($path.
'/theme/'.$theme.
'/search-input.inc.css', 0);
8955if (is_object($db)) {
8961::-webkit-scrollbar {
8967::-webkit-scrollbar-track-piece {
8968 background: #f4f4f4;
8970::-webkit-scrollbar-thumb {
8977div.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
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|dolcrypt):/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.