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';
151if (empty($user->id) && !empty($_SESSION[
'dol_login'])) {
152 $user->fetch(0, $_SESSION[
'dol_login'],
'', 1);
160 $menumanager->loadMenu();
167header(
'Cache-Control: max-age=10800, public, must-revalidate');
173 $langs->setDefaultLang(
GETPOST(
'lang',
'aZ09'));
177 $conf->global->THEME_DARKMODEENABLED =
GETPOSTINT(
'THEME_DARKMODEENABLED');
180$langs->load(
"main", 0, 1);
181$right = ($langs->trans(
"DIRECTION") ==
'rtl' ?
'left' :
'right');
182$left = ($langs->trans(
"DIRECTION") ==
'rtl' ?
'right' :
'left');
192$fontlist =
'roboto,arial,tahoma,verdana,helvetica';
198$img_button =
dol_buildpath($path.
'/theme/'.$theme.
'/img/button_bg.png', 1);
199$dol_hide_topmenu =
$conf->dol_hide_topmenu;
200$dol_hide_leftmenu =
$conf->dol_hide_leftmenu;
201$dol_optimize_smallscreen =
$conf->dol_optimize_smallscreen;
202$dol_no_mouse_hover =
$conf->dol_no_mouse_hover;
214if (!isset(
$conf->global->THEME_ELDY_BACKBODY)) {
215 $conf->global->THEME_ELDY_BACKBODY = $colorbackbody;
217if (!isset(
$conf->global->THEME_ELDY_TOPMENU_BACK1)) {
218 $conf->global->THEME_ELDY_TOPMENU_BACK1 = $colorbackhmenu1;
220if (!isset(
$conf->global->THEME_ELDY_VERMENU_BACK1)) {
221 $conf->global->THEME_ELDY_VERMENU_BACK1 = $colorbackvmenu1;
223if (!isset(
$conf->global->THEME_ELDY_BACKTITLE1)) {
224 $conf->global->THEME_ELDY_BACKTITLE1 = $colorbacktitle1;
226if (!isset(
$conf->global->THEME_ELDY_USE_HOVER)) {
227 $conf->global->THEME_ELDY_USE_HOVER = $colorbacklinepairhover;
229if (!isset(
$conf->global->THEME_ELDY_USE_CHECKED)) {
230 $conf->global->THEME_ELDY_USE_CHECKED = $colorbacklinepairchecked;
232if (!isset(
$conf->global->THEME_ELDY_LINEBREAK)) {
233 $conf->global->THEME_ELDY_LINEBREAK = $colorbacklinebreak;
235if (!isset(
$conf->global->THEME_ELDY_TEXTTITLENOTAB)) {
236 $conf->global->THEME_ELDY_TEXTTITLENOTAB = $colortexttitlenotab;
238if (!isset(
$conf->global->THEME_ELDY_TEXTLINK)) {
239 $conf->global->THEME_ELDY_TEXTLINK = $colortextlink;
241if (!isset(
$conf->global->THEME_ELDY_BTNACTION)) {
242 $conf->global->THEME_ELDY_BTNACTION = $butactionbg;
244if (!isset(
$conf->global->THEME_ELDY_TEXTBTNACTION)) {
245 $conf->global->THEME_ELDY_TEXTBTNACTION = $textbutaction;
251 $conf->global->THEME_ELDY_BACKTABCARD1 =
'255,255,255';
252 $conf->global->THEME_ELDY_BACKTABACTIVE =
'234,234,234';
253 $conf->global->THEME_ELDY_TEXT =
'0,0,0';
254 $conf->global->THEME_ELDY_FONT_SIZE1 = $fontsize;
255 $conf->global->THEME_ELDY_FONT_SIZE2 =
'0.7em';
259$colorbackhmenu1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_TOPMENU_BACK1', $colorbackhmenu1) :
getDolUserString(
'THEME_ELDY_TOPMENU_BACK1', $colorbackhmenu1);
260$colorbackvmenu1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_VERMENU_BACK1', $colorbackvmenu1) :
getDolUserString(
'THEME_ELDY_VERMENU_BACK1', $colorbackvmenu1);
261$colortopbordertitle1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_TOPBORDER_TITLE1', $colortopbordertitle1) :
getDolUserString(
'THEME_ELDY_TOPBORDER_TITLE1', $colortopbordertitle1);
262$colorbacktitle1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_BACKTITLE1', $colorbacktitle1) :
getDolUserString(
'THEME_ELDY_BACKTITLE1', $colorbacktitle1);
263$colorbacktabcard1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_BACKTABCARD1', $colorbacktabcard1) :
getDolUserString(
'THEME_ELDY_BACKTABCARD1', $colorbacktabcard1);
264$colorbacktabactive = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_BACKTABACTIVE', $colorbacktabactive) :
getDolUserString(
'THEME_ELDY_BACKTABACTIVE', $colorbacktabactive);
265$colorbacklineimpair1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_LINEIMPAIR1', $colorbacklineimpair1) :
getDolUserString(
'THEME_ELDY_LINEIMPAIR1', $colorbacklineimpair1);
266$colorbacklineimpair2 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_LINEIMPAIR2', $colorbacklineimpair2) :
getDolUserString(
'THEME_ELDY_LINEIMPAIR2', $colorbacklineimpair2);
267$colorbacklinepair1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_LINEPAIR1', $colorbacklinepair1) :
getDolUserString(
'THEME_ELDY_LINEPAIR1', $colorbacklinepair1);
268$colorbacklinepair2 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_LINEPAIR2', $colorbacklinepair2) :
getDolUserString(
'THEME_ELDY_LINEPAIR2', $colorbacklinepair2);
269$colorbacklinebreak = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_LINEBREAK', $colorbacklinebreak) :
getDolUserString(
'THEME_ELDY_LINEBREAK', $colorbacklinebreak);
270$colorbackbody = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_BACKBODY', $colorbackbody) :
getDolUserString(
'THEME_ELDY_BACKBODY', $colorbackbody);
271$colortexttitlenotab = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_TEXTTITLENOTAB', $colortexttitlenotab) :
getDolUserString(
'THEME_ELDY_TEXTTITLENOTAB', $colortexttitlenotab);
272$colortexttitle = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_TEXTTITLE', $colortext) :
getDolUserString(
'THEME_ELDY_TEXTTITLE', $colortexttitle);
273$colortexttitlelink = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_TEXTTITLELINK', $colortexttitlelink) :
getDolUserString(
'THEME_ELDY_TEXTTITLELINK', $colortexttitlelink);
275$colortextlink = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_TEXTLINK', $colortext) :
getDolUserString(
'THEME_ELDY_TEXTLINK', $colortextlink);
276$colortextlinkHsla =
colorHexToHsl($colortextlink,
false,
true);
277$butactionbg = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_BTNACTION', $butactionbg) :
getDolUserString(
'THEME_ELDY_BTNACTION', $butactionbg);
278$textbutaction = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_TEXTBTNACTION', $textbutaction) :
getDolUserString(
'THEME_ELDY_TEXTBTNACTION', $textbutaction);
279$fontsize = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_FONT_SIZE1', $fontsize) :
getDolUserString(
'THEME_ELDY_FONT_SIZE1', $fontsize);
280$fontsizesmaller = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ?
getDolGlobalString(
'THEME_ELDY_FONT_SIZE2', $fontsize) :
getDolUserString(
'THEME_ELDY_FONT_SIZE2', $fontsize);
281$heightrow = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (
getDolGlobalString(
'THEME_ELDY_USECOMOACTROW') ?
'300%' :
'155%') : (
getDolUserString(
'THEME_ELDY_USECOMOACTROW') ?
'300%' :
'155%');
286if (!empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED)) {
287 $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')));
288 $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')));
291if (empty($colortopbordertitle1)) {
292 $colortopbordertitle1 = $colorbackhmenu1;
297$tmppart = explode(
',', $colorbackhmenu1);
298$tmpval = (!empty($tmppart[0]) ? $tmppart[0] : 0) + (!empty($tmppart[1]) ? $tmppart[1] : 0) + (!empty($tmppart[2]) ? $tmppart[2] : 0);
300 $colortextbackhmenu =
'FFFFFF';
302 $colortextbackhmenu =
'000000';
306$tmppart = explode(
',', $colorbackvmenu1);
307$tmpval = (!empty($tmppart[0]) ? $tmppart[0] : 0) + (!empty($tmppart[1]) ? $tmppart[1] : 0) + (!empty($tmppart[2]) ? $tmppart[2] : 0);
309 $colortextbackvmenu =
'FFFFFF';
311 $colortextbackvmenu =
'222222';
317$tmppart = explode(
',', $colorbacktitle1);
318if ($colortexttitle ==
'') {
319 $tmpval = (!empty($tmppart[0]) ? $tmppart[0] : 0) + (!empty($tmppart[1]) ? $tmppart[1] : 0) + (!empty($tmppart[2]) ? $tmppart[2] : 0);
320 if ($tmpval <= 460) {
321 $colortexttitle =
'FFFFFF';
322 $colorshadowtitle =
'888888';
324 $colortexttitle =
'101010';
325 $colorshadowtitle =
'FFFFFF';
328 $colorshadowtitle =
'888888';
332$tmppart = explode(
',', $colorbacktabcard1);
333$tmpval = (!empty($tmppart[0]) ? $tmppart[0] : 0) + (!empty($tmppart[1]) ? $tmppart[1] : 0) + (!empty($tmppart[2]) ? $tmppart[2] : 0);
335 $colortextbacktab =
'FFFFFF';
337 $colortextbacktab =
'111111';
350if ($colorbacklinepairhover !=
'') {
353if ($colorbacklinepairchecked !=
'') {
354 $colorbacklinepairchecked = implode(
',',
colorStringToArray($colorbacklinepairchecked));
363$nbtopmenuentries = is_object($menumanager) ? $menumanager->showmenu(
'topnb') : 0;
364$nbtopmenuentriesreal = $nbtopmenuentries;
365if (
$conf->browser->layout ==
'phone') {
366 $nbtopmenuentries = max($nbtopmenuentries, 10);
370print
'colorbackbody='.$colorbackbody.
"\n";
371print
'colorbackvmenu1='.$colorbackvmenu1.
"\n";
372print
'colorbackhmenu1='.$colorbackhmenu1.
"\n";
373print
'colorbacktitle1='.$colorbacktitle1.
"\n";
374print
'colorbacklineimpair1='.$colorbacklineimpair1.
"\n";
375print
'colorbacklineimpair2='.$colorbacklineimpair2.
"\n";
376print
'colorbacklinepair1='.$colorbacklinepair1.
"\n";
377print
'colorbacklinepair2='.$colorbacklinepair2.
"\n";
378print
'colorbacklinepairhover='.$colorbacklinepairhover.
"\n";
379print
'colorbacklinepairchecked='.$colorbacklinepairchecked.
"\n";
380print
'colortexttitlenotab='.$colortexttitlenotab.
"\n";
381print
'colortexttitle='.$colortexttitle.
"\n";
382print
'colortext='.$colortext.
"\n";
383print
'colortextlink='.$colortextlink.
"\n";
384print
'colortexttitlelink='.$colortexttitlelink.
"\n";
385print
'colortextbackhmenu='.$colortextbackhmenu.
"\n";
386print
'colortextbackvmenu='.$colortextbackvmenu.
"\n";
387print
'dol_hide_topmenu='.$dol_hide_topmenu.
"\n";
388print
'dol_hide_leftmenu='.$dol_hide_leftmenu.
"\n";
389print
'dol_optimize_smallscreen='.$dol_optimize_smallscreen.
"\n";
390print
'dol_no_mouse_hover='.$dol_no_mouse_hover.
"\n";
391print
'dol_screenwidth='.$_SESSION[
'dol_screenwidth'].
"\n";
392print
'dol_screenheight='.$_SESSION[
'dol_screenheight'].
"\n";
393print
'fontsize='.$fontsize.
"\n";
394print
'nbtopmenuentries='.$nbtopmenuentries.
"\n";
409 --colorbackhmenu1: rgb(<?php print $colorbackhmenu1; ?>);
410 --colorbackvmenu1: rgb(<?php print $colorbackvmenu1; ?>);
411 --colorbacktitle1: rgb(<?php print $colorbacktitle1; ?>);
412 --colorbacktabcard1: rgb(<?php print $colorbacktabcard1; ?>);
413 --colorbacktabactive: rgb(<?php print $colorbacktabactive; ?>);
414 --colorbacklineimpair1: rgb(<?php print $colorbacklineimpair1; ?>);
415 --colorbacklineimpair2: rgb(<?php print $colorbacklineimpair2; ?>);
416 --colorbacklinepair1: rgb(<?php print $colorbacklinepair1; ?>);
417 --colorbacklinepair2: rgb(<?php print $colorbacklinepair2; ?>);
418 --colorbacklinepairhover: rgb(<?php print $colorbacklinepairhover; ?>);
419 --colorbacklinepairchecked: rgb(<?php print $colorbacklinepairchecked; ?>);
420 --colorbacklinebreak: rgb(<?php print $colorbacklinebreak; ?>);
421 --colorbackbody: rgb(<?php print $colorbackbody; ?>);
422 --colorbackmobilemenu: #f8f8f8;
423 --colorbackgrey: #f6f6f6;
424 --colortexttitlenotab: rgb(<?php print $colortexttitlenotab; ?>);
425 --colortexttitlenotab2: rgb(<?php print $colortexttitlenotab2; ?>);
426 --colortexttitle: rgb(<?php print $colortexttitle; ?>);
427 --colortexttitlelink: rgba(<?php print $colortexttitlelink; ?>, 0.9);
428 --colortext: rgb(<?php print $colortext; ?>);
429 --colortextlink: rgb(<?php print $colortextlink; ?>);
430 --colortextlink: rgb(<?php print $colortextlink; ?>);
431 --colortextlink-h: <?php print $colortextlinkHsla[
'h']; ?>;
432 --colortextlink-l: <?php print $colortextlinkHsla[
'l']; ?>%;
433 --colortextlink-s: <?php print $colortextlinkHsla[
's']; ?>%;
434 --colortextlink-a: 1;
435 --colortextbackhmenu: #<?php print $colortextbackhmenu; ?>;
436 --colortextbackvmenu: #<?php print $colortextbackvmenu; ?>;
437 --colortopbordertitle1: rgb(<?php print $colortopbordertitle1; ?>);
438 --listetotal: #551188;
439 --inputbackgroundcolor: #FFF;
440 --inputbackgroundcolordisabled: #eee;
441 --inputcolordisabled: rgb(80, 80, 80);
442 --inputbordercolor: rgba(0,0,0,.2);
443 --tooltipbgcolor: <?php print $toolTipBgColor; ?>;
444 --tooltipfontcolor : <?php print $toolTipFontColor; ?>;
445 --oddevencolor: #202020;
446 --colorboxstatsborder: #ddd;
447 --dolgraphbg: rgba(255,255,255,0);
448 --fieldrequiredcolor: #000055;
449 --colortextbacktab: #<?php print $colortextbacktab; ?>;
450 --colorboxiconbg: #eee;
452 --tableforfieldcolor:#666;
453 --amountremaintopaycolor:#880000;
454 --amountpaymentcomplete:#008855;
455 --amountremaintopaybackcolor:none;
456 --productlinestockod: #002200;
457 --productlinestocktoolow: #884400;
458 --infoboxmoduleenabledbgcolor : linear-gradient(0.4turn, #fff, #fff, #fff, #e4efe8);
459 --tablevalidbgcolor: rgb(252, 248, 227);
460 --butactionbg : #<?php print $butactionbg; ?>;
461 --textbutaction : #<?php print $textbutaction; ?>;
464 --colorwhitelight: #eee;
465 --heightrow: <?php print $heightrow; ?>;
470 print
"/* For dark mode */\n";
472 print
"@media (prefers-color-scheme: dark) {";
474 print
"@media not print {";
477 --colorbackhmenu1: #3d3e40;
478 --colorbackvmenu1: #2b2c2e;
479 --colorbacktitle1: #3b3c3e;
480 --colorbacktabcard1: #1d1e20; /* Must be same than colorbackbody */
481 --colorbacktabactive: rgb(220,220,220);
482 --colorbacklineimpair1: #38393d;
483 --colorbacklineimpair2: #2b2d2f;
484 --colorbacklinepair1: #38393d;
485 --colorbacklinepair2: #2b2d2f;
486 --colorbacklinepairhover: #2b2d2f;
487 --colorbacklinepairchecked: #0e5ccd;
488 --colorbackbody: #1d1e20;
489 --colorbackmobilemenu: #080808;
490 --colorbackgrey: #0f0f0f;
491 --tooltipbgcolor: #2b2d2f;
492 --colortexttitlenotab: rgb(220,220,220);
493 --colortexttitlenotab2: rgb(220,220,220);
494 --colortexttitle: rgb(220,220,220);
495 --colortext: rgb(220,220,220);
496 --colortextlink: #4390dc;
497 --colortexttitlelink: #4390dc;
498 --colortextbackhmenu: rgb(220,220,220);
499 --colortextbackvmenu: rgb(220,220,220);
500 --tooltipfontcolor : rgb(220,220,220);
501 --listetotal: rgb(245, 83, 158);
502 --inputbackgroundcolor: rgb(70, 70, 70);
503 --inputbackgroundcolordisabled: rgb(60, 60, 60);
504 --inputcolordisabled: rgb(140, 140, 140);
505 --inputbordercolor: rgb(220,220,220);
506 --oddevencolor: rgb(220,220,220);
507 --colorboxstatsborder: rgb(65,100,138);
508 --dolgraphbg: #1d1e20;
509 --fieldrequiredcolor: rgb(250,183,59);
510 --colortextbacktab: rgb(220,220,220);
511 --colorboxiconbg: rgb(36,38,39);
512 --refidnocolor: rgb(220,220,220);
513 --tableforfieldcolor:rgb(220,220,220);
514 --amountremaintopaycolor:rgb(252,84,91);
515 --amountpaymentcomplete:rgb(101,184,77);
516 --amountremaintopaybackcolor:rbg(245,130,46);
517 --infoboxmoduleenabledbgcolor : linear-gradient(0.4turn, #000, #000, #000, #274231);
518 --tablevalidbgcolor: rgb(80, 64, 33);
521 --colorwhitelight: #333;
532<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
533 background-color: #FFFFFF;
535 font-size: <?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize; ?>;
543 background-color: var(--colorbackbody);
544 <?php print
'direction: '.$langs->trans(
"DIRECTION").
";\n"; ?>
548.sensiblehtmlcontent * {
552.thumbstat { font-weight: bold !important; }
553th a { font-weight: <?php echo($useboldtitle ?
'bold' :
'normal'); ?> !important; }
554a.tab { font-weight: 500 !important; }
556a:link, a:visited, a:hover, a:
active, .classlink { font-family: <?php print
$fontlist ?>; font-weight: normal; color: var(--colortextlink); text-decoration: none; }
557a:hover { text-decoration: underline; color: var(--colortextlink); }
558a.commonlink { color: var(--colortextlink) !important; text-decoration: none; }
566input.downloadexternallink {
571 margin-top: 0 !important;
575.refidno .button.smallpaddingimp {
576 padding: 3px !important;
577 padding-left: 6px !important;
578 padding-right: 6px !important;
581select.vmenusearchselectcombo {
582 background-color: unset;
585textarea:focus:not(.ia-input, .cke_source) {
586 border: 1px solid #aaa !important;
588input:focus:not(.input-icon-
user, .input-icon-password, .input-icon-security):not(.noborderfocus):not(.inputsearch_dropdownselectedfields):not(.
button):not(.buttonwebsite):not(.buttonreset):not(.select2-search__field):not(#top-bookmark-search-input):not(.search_component_input):not(.input-nobottom),
589 select:focus, .select2-container--open [aria-expanded=
"false"].select2-selection--single,
590 .select2-container--focus span.selection span.select2-selection:not(.noborderfocus):not(.massactionselect) {
592 border: 1px solid var(--inputbordercolor) !important;
594 border-bottom: 1px solid var(--inputbordercolor) !important;
595 border-bottom-left-radius: 0 !important;
596 border-bottom-right-radius: 0 !important;
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 color: var(--colortext);
633 margin: 0px 0px 0px 0px;
634 background-color: var(--inputbackgroundcolor);
636 border<?php echo !
getDolGlobalString(
'THEME_SHOW_BORDER_ON_INPUT') ?
'-bottom' :
''; ?>: solid 1px var(--inputbordercolor);
644span.massactionselect, input.inputsearch_dropdownselectedfields {
645 border-radius: 0 !important;
646 border-top: 0 !important;
647 border-left: 0 !important;
648 border-right: 0 !important;
649 background-color: unset !important;
657input[
type=
"text"]:not(.input-icon-security, .input-icon-
user, .input-icon-password),
658input[
type=
"password"]:not(.input-icon-security, .input-icon-
user, .input-icon-password) {
661.login_table .input-icon-
user, .login_table .input-icon-password {
662 padding-right: 42px !important;
675#mainbody input.button:not(.buttongen):not(.bordertransp), #mainbody a.button:not(.buttongen):not(.bordertransp) {
676 background: var(--butactionbg);
677 color: var(--textbutaction) !important;
679 border-collapse: collapse;
682 text-transform: uppercase;
685 padding: 0.6em 0.7em;
688#mainbody input.button:not(.buttongen):not(.bordertransp):hover, #mainbody a.button:not(.buttongen):not(.bordertransp):hover {
689 box-shadow: 0px 0px 6px 1px rgb(50 50 50 / 40%), 0px 0px 0px rgb(60 60 60 / 10%);
691#mainbody input.buttongen, #mainbody button.buttongen {
695input.button.massactionconfirmed {
706input:invalid, select:invalid, input.--error , select.--error {
707 border-color: #ea1212;
710section.setupsection {
711 padding: 20px !important;
712 background-color: var(--colorbacktitle1);
715section.setupsection:hover {
716 box-shadow: 0 0 5px #aaa;
719.field-error-icon { color: #ea1212 !important; }
722div.tabBar textarea:focus:not(.textarea-ai_feature):not(.cke_source) {
723 border: 1px solid #aaa !important;
725textarea.cke_source:focus
734 border-top:solid 1px var(--inputbordercolor);
735 border-left:solid 1px var(--inputbordercolor);
736 border-right:solid 1px var(--inputbordercolor);
737 border-bottom:solid 1px var(--inputbordercolor);
745input.removedassigned, input.removedassignedresource {
746 padding: 2px !important;
747 vertical-align: text-bottom;
751 padding-left: 1px !important;
752 padding-right: 1px !important;
755 vertical-align: middle;
757input.buttonpayment,
button.buttonpayment, div.buttonpayment {
763 background-image: none;
768 border: 2px solid #ccc;
769 background-color: #eee;
771 color: #888 !important;
774.nofocusvisible:focus-visible {
778div.buttonpayment input {
779 background-color: unset;
782 text-transform: uppercase;
786div.buttonpayment input:focus {
789input.buttonpaymentcb {
790 background-image: url(<?php echo
dol_buildpath($path.
'/theme/common/credit_card.png', 1) ?>);
791 background-size: 26px;
792 background-repeat: no-repeat;
795input.buttonpaymentcheque {
796 background-image: url(<?php echo
dol_buildpath($path.
'/theme/common/cheque.png', 1) ?>);
797 background-repeat: no-repeat;
800input.buttonpaymentcb {
801 background-image: url(<?php echo
dol_buildpath($path.
'/theme/common/credit_card.png', 1) ?>);
802 background-size: 24px;
803 background-repeat: no-repeat;
806input.buttonpaymentpaypal {
807 background-image: url(<?php echo
dol_buildpath($path.
'/paypal/img/object_paypal.png', 1) ?>);
808 background-repeat: no-repeat;
811input.buttonpaymentpaybox {
812 background-image: url(<?php echo
dol_buildpath($path.
'/paybox/img/object_paybox.png', 1) ?>);
813 background-repeat: no-repeat;
816input.buttonpaymentstripe {
817 background-image: url(<?php echo
dol_buildpath($path.
'/stripe/img/object_stripe.png', 1) ?>);
818 background-repeat: no-repeat;
821.logopublicpayment #dolpaymentlogo {
824 image-rendering: -webkit-optimize-contrast;
830 background-color: transparent;
831 color: var(--colortext) !important;
832 border: 1px solid #888;
833 margin: 0 0.45em !important;
836span.userimg.notfirst, div.userimg.notfirst {
839div.userimg.notfirst {
840 display: block-
inline;
846 padding-top: 5px !important;
847 padding-bottom: 5px !important;
851 padding-right: 4px !important;
852 margin-right: 4px !important;
853 border-right: 1px solid #ddd;
859span.timesheetalreadyrecorded input {
861 border-bottom: solid 1px rgba(0,0,0,0.1);
862 margin-right: 1px !important;
864td.onholidaymorning, td.onholidayafternoon {
865 background-color: #fdf6f2;
868 background-color: #f4eede;
870td.onholidayallday:not(.weekend) input {
871 background-color: #f8f7f0;
874 background-color: #eee;
879td.leftborder, td.hide0 {
880 border-left: 1px solid #ccc;
882td.leftborder, td.hide6 {
883 border-right: 1px solid #ccc;
886 border-right: 1px solid #ccc;
889td.linecoldescription.bomline {
893td.amount, span.amount, div.amount, b.amount {
896td.amountneg, span.amountneg, div.amountneg, b.amountneg
900td.amount.amountbadge, span.amount.amountbadge, div.amount.amountbadge, b.amount.amountbadge {
901 background-color: <?php echo $badgeStatus4; ?>;
906td.amountneg.amountbadge, span.amountneg.amountbadge, div.amountneg.amountbadge, b.amountneg.amountbadge
908 background-color: #660000;
914td.amount, span.amount, div.amount, b.amount,
915td.amountneg, span.amountneg, div.amountneg, b.amountneg,
916span.amount, span.amountneg {
923select.flat, form.flat select, .pageplusone {
927select.flat, form.flat select, .divadvancedsearchfieldcompinput {
940.paginationlastpage a {
945 filter: saturate(0.8);
949 color: var(--colortextlink);
951.optiongrey, .opacitymedium {
954.opacitymediumbycolor {
955 color: rgba(0, 0, 0, 0.4);
971 opacity: unset !important;
974 color: var(--colorwhite);
977 color: #888 !important;
980 color: var(--colorblack);
982.colorblack.totalnboflines {
987 font-size: unset !important;
991 transform: scale(1, -1);
994 transform: scale(-1, 1);
997 scroll-margin-top: 80px;
999.banner-
object-label {
1003select:invalid, select.--error {
1008 background: var(--inputbackgroundcolordisabled);
1009 color: var(--inputcolordisabled);
1013 box-shadow: none !important;
1015.listactionlargetitle .liste_titre {
1019 padding: 0px !important;
1020 border: 0px !important;
1021 vertical-align: text-bottom;
1024input[
type=file] { background-color: transparent; border-top: none; border-left: none; border-right: none; box-shadow: none; }
1025input[
type=checkbox] { background-color: transparent; border: none; box-shadow: none; vertical-align: middle; }
1026input[
type=radio] { background-color: transparent; border: none; box-shadow: none; vertical-align: middle; }
1027input[
type=image] { background-color: transparent; border: none; box-shadow: none; }
1028input:-webkit-autofill {
1029 background-color: #FBFFEA !important;
1030 background-image:none !important;
1031 -webkit-box-shadow: 0 0 0 50px #FBFFEA inset;
1034input[
type=checkbox], input[
type=radio] {
1035 margin: 0 5px 0 1px;
1036 transform: scale(1.25);
1038.kanban input.checkforselect {
1044.placeholder { color: #ccc; }
1045select.placeholder { color: #ccc; }
1046.select2-selection__choice .placeholder { color: #aaa; }
1047::-webkit-input-placeholder { color:#ccc; }
1048:-moz-placeholder { color:#bbb; }
1049::-moz-placeholder { color:#bbb; }
1050:-ms-input-placeholder { color:#ccc; }
1051input:-moz-placeholder { color:#ccc; }
1052select.placeholder option:not(.opacitymediumbycolor):not(.opacitymedium) {
1053 color: var(--colortext);
1056input[
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; }
1058 border: 1px solid #AAAAAA !important;
1059 padding-
inline-start: 2em;
1060 padding-
inline-end: 2em;
1061 min-
inline-size:
auto;
1063.legendforfieldsetstep { padding-bottom: 10px; }
1064input#onlinepaymenturl, input#directdownloadlink {
1068.formconsumeproduce {
1069 background: #f0f0f0;
1071 padding: 20px 20px 20px 20px;
1075 border: solid 2px #444;
1078 background-color: #fffff4;
1082div#moretabsList, div#moretabsListaction {
1086hr { border: 0; border-top: 1px solid #ccc; }
1087.tabBar hr { margin-top: 20px; margin-bottom: 17px; }
1090table.tableforfield .button:not(.bordertransp):not(.buttonpayment),
1091table.tableforfield .buttonDelete:not(.bordertransp):not(.buttonpayment) {
1096.button:not(.bordertransp):not(.buttonpayment), .buttonDelete:not(.bordertransp):not(.buttonpayment) {
1097 border-color: #c5c5c5;
1098 border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
1099 display: inline-block;
1106 color:
#333333 !important;
1107 text-decoration: none !important;
1108 text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
1109 background-color: #f5f5f5;
1110 background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
1111 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
1112 background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
1113 background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
1114 background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
1115 background-repeat: repeat-x;
1116 border-color: #e6e6e6 #e6e6e6 #bfbfbf;
1117 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1118 border: 1px solid
#bbbbbb;
1119 border-bottom-color: #a2a2a2;
1121 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1123.button:focus, .buttonDelete:focus {
1124 box-shadow: 0px 0px 6px 1px rgba(0, 0, 60, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
1126.button:hover:not(.nohover), .buttonDelete:hover:not(.nohover) {
1127 box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
1129.button:
disabled, .buttonDelete:
disabled, .button.disabled, .buttonDelete.disabled {
1135 pointer-events: none;
1140.button_search, .button_removefilter {
1142 background-color: unset;
1144.button_search:hover, .button_removefilter:hover {
1154div.float, span.floatleft
1156 float:<?php print $left; ?>;
1160 float:<?php print $right; ?>;
1172 display:
inline-block;
1176 display:
inline-block !important;
1180 display:contents !important;
1189 padding-<?php echo $left; ?>: 3px;
1193 box-shadow: none !important;
1194 border-radius:0px !important;
1199 padding-left: 4px !important;
1200 padding-right: 4px !important;
1204 vertical-align: top;
1207 vertical-align: middle;
1210 vertical-align: bottom;
1213 vertical-align: text-bottom;
1219 width: 100% !important;
1221.centpercentwithout1imp {
1222 width: calc(100% - 1px) !important;
1224.centpercentwithoutmenu {
1225 width: calc(100% - 200px);
1227.quatrevingtpercent, .inputsearch {
1230.maxquatrevingtpercent {
1236.quatrevingtquinzepercent {
1239.quatrevingtpercentminusx {
1240 width: calc(80% - 52px);
1243 width: calc(100% - 52px);
1245textarea.centpercent {
1252 font-size: 85% !important;
1254.select2-results__option .smallincombo {
1259 padding-top: 0 !important;
1260 padding-bottom: 0 !important;
1261 vertical-align: middle;
1265 vertical-align: middle;
1280.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
1283.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 {
1290 transform: scaleX(-1) translate(<?php print($left == 'left' ? '' : '-'); ?>2px, 0);
1293 transform: rotate(90deg) translate(2px, <?php print($left ==
'left' ?
'' :
'-'); ?>4px);
1300 text-align: center !important;
1302.centeronsmartphone {
1308 place-items: center;
1320 text-align: <?php print $left; ?>;
1323 text-align: <?php print $right; ?>;
1326 text-align: justify;
1329 float: <?php echo $left; ?> !important;
1332 float: <?php echo $right; ?> !important;
1335 white-space: <?php print($dol_optimize_smallscreen ?
'normal' :
'nowrap'); ?>;
1337.nowraponsmartphone {
1338 white-space: <?php print($dol_optimize_smallscreen ?
'nowrap' :
'normal'); ?>;
1341 white-space: <?php print($dol_optimize_smallscreen ?
'normal' :
'nowrap'); ?>;
1343.liste_titre .nowrap {
1344 white-space: nowrap;
1347 white-space: nowrap;
1350 white-space: nowrap;
1351 display:
inline-block;
1353.wrapimp, .wrapimp pre {
1354 white-space: normal !important;
1357 word-wrap:
break-word;
1360 word-
break:
break-word !important;
1363 word-
break:
break-word;
1366 word-
break:
break-all;
1368td.wordbreak img, td.wordbreakimp img {
1372 font-weight: bold !important;
1375 font-weight: normal !important;
1378 text-transform: uppercase;
1384 text-decoration: none;
1387 text-decoration: none !important;
1393 padding: 0 !important;
1396 padding-<?php print $left; ?>: 0;
1399 padding-<?php print $right; ?>: 0;
1408 padding-<?php print $left; ?>: 0 !important;
1411 padding-<?php print $right; ?>: 0 !important;
1414 padding-top: 0 !important;
1416.nopaddingbottomimp {
1417 padding-bottom: 0 !important;
1426 padding-<?php print $left; ?>: 4px;
1429 padding-<?php print $left; ?>: 4px !important;
1432 padding-<?php print $left; ?>: 2px;
1435 padding-<?php print $left; ?>: 2px !important;
1438 padding-<?php print $right; ?>: 4px;
1441 padding-<?php print $right; ?>: 4px !important;
1444 padding-<?php print $right; ?>: 2px;
1447 padding-<?php print $right; ?>: 2px !important;
1456 padding-bottom: 4px;
1459 padding-bottom: 2px;
1462 margin-<?php print $left; ?>: 2px;
1465 margin-<?php print $right; ?>: 2px;
1468 margin-<?php print $left; ?>: 20px !important;
1470.marginleftlargeondesktop {
1471 margin-<?php print $left; ?>: 20px;
1474 padding: 6px !important;
1477 width: unset !important;
1480 height: unset !important;
1493 cursor: not-allowed !important;
1499 background-color: #fff;
1501.nobackground, .nobackground tr {
1502 background: unset !important;
1504.checkboxattachfilelabel {
1509 border: 1px solid #888 !important;
1513 max-height: <?php print
getDolGlobalInt(
'MAIN_CSS_SHORTMESSSAGECUT', 125); ?>px;
1516 word-
break:
break-word;
1519 max-height: <?php print
getDolGlobalInt(
'MAIN_CSS_LONGMESSSAGECUT', 250); ?>px;
1522 word-
break:
break-word;
1524.overflowellipsis .shortmessagecut, .overflowellipsis .longmessagecut {
1526 text-overflow: ellipsis;
1535 background-color: #e0e0e8;
1539 justify-content: flex-start;
1540 align-items: center;
1543div.urllink span.fa, div.urllink span.fas, div.urllink span.far {
1546div.urllink, div.urllink a {
1547 color: #339 !important;
1551 border: 1px solid #DFDFDF;
1552 border-radius: 10px;
1554 margin-bottom: 20px;
1558i.fa-mars::before, i.fa-venus::before, i.fa-genderless::before, i.fa-transgender::before {
1561 padding-<?php echo $left; ?>: 3px;
1563.stockmovemententry {
1565 transform: rotate(0.25turn);
1570 transform: rotate(0.3turn);
1576.publisherlogoinline {
1577 vertical-align: middle;
1585 white-space: nowrap;
1589 color : <?php print $textWarning; ?>
1591body[
class*=
"colorblind-"] .text-warning{
1592 color : <?php print $colorblind_deuteranopes_textWarning; ?>
1595 color : <?php print $textSuccess; ?>
1597body[
class*=
"colorblind-"] .text-success{
1598 color : <?php print $colorblind_deuteranopes_textSuccess; ?>
1602 color : <?php print $textDanger; ?>
1605.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,
1607 color: #ccc !important;
1609.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,
1610.editfieldlang:hover {
1611 color: var(--colortexttitle) !important;
1613a.editfielda.nohover *:hover:before {
1614 color: #ccc !important;
1621 float: none !important;
1624span.fa.fa-plus-circle.paddingleft {
1627 padding-bottom: 2px;
1630.size12x { font-size: 1.2em !important; }
1631.size15x { font-size: 1.5em !important; }
1632.size2x { font-size: 2em; }
1633.size4x { font-size: 4em !important; }
1634.fa-toggle-on, .fa-toggle-off { font-size: 2em; }
1635.websiteselectionsection .fa-toggle-on, .websiteselectionsection .fa-toggle-off,
1636.asetresetmodule .fa-toggle-on, .asetresetmodule .fa-toggle-off,
1637.tdwebsitesearchresult .fa-toggle-on, .tdwebsitesearchresult .fa-toggle-off {
1640.websiteselectionsection .fa-toggle-on, .websiteselectionsection .fa-toggle-off,
1641.tdwebsitesearchresult .fa-toggle-on, .tdwebsitesearchresult .fa-toggle-off {
1642 vertical-align: text-bottom;
1647 white-space: nowrap;
1648 vertical-align: middle;
1649 text-overflow: ellipsis;
1654<?php include
dol_buildpath($path.
'/theme/'.$theme.
'/badges.inc.php', 0); ?>
1655<?php include
dol_buildpath($path.
'/theme/'.$theme.
'/flags-sprite.inc.php', 0); ?>
1659 border-right: 1px solid #f4f4f4;
1663 border-left: 1px solid #f4f4f4;
1674 vertical-align: middle;
1676 padding-bottom: 1px;
1678 align-items: center;
1680.divsocialnetwork:not(:last-child) {
1681 padding-<?php print $right; ?>: 20px;
1684 background-color: rgba(0, 0, 0, 0.08);
1690 display:
inline-block;
1691 margin-<?php print $right; ?>: 12px;
1692 margin-<?php print $left; ?>: 2px;
1697.divsearchfieldfilter {
1698 text-overflow: clip;
1701 padding-bottom: 5px;
1705.divadvancedsearchfield:first-child {
1708.divadvancedsearchfield {
1711 padding-right: 15px;
1712 padding-bottom: 2px;
1715.divadvancedsearchfield span.select2.select2-container.select2-container--
default {
1716 padding-bottom: 4px;
1718.divadvancedsearchfieldcompinput {
1720 border-bottom: solid 1px var(--inputbordercolor);
1723.search_component_params {
1725 -webkit-flex-flow: row wrap;
1726 flex-flow: row wrap;
1729 padding-bottom: 3px;
1730 padding-<?php echo $left; ?>: 0;
1731 padding-<?php echo $right; ?>: 0;
1732 border-bottom: solid 1px var(--inputbordercolor);
1735.search_component_searchtext {
1738.search_component_params_text, .search_component_params_text:focus {
1739 border-bottom: none;
1741 margin: 0 !important;
1747 padding-bottom: 3px;
1750 display:
inline-block;
1755 display:
inline-block;
1774if (
$conf->browser->layout ==
'phone') {
1776.divsearchfieldfilter {
1777 white-space: nowrap;
1783.a-filter, .a-mesure {
1784 padding: 8px 10px 8px 6px;
1787 padding: 8px 10px 8px 10px;
1789.a-filter, .a-mesure, .a-selection {
1790 border-radius: 50px;
1791 background: var(--colortexttitlenotab);
1792 color: #fff !important;
1800.a-filter:before, .a-mesure:before {
1801 font-family:
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>";
1807 border-radius: 50px;
1808 background: var(--colorbacktitle1);
1821 top:calc(50% - 200px);
1822 left:calc(50% - 250px);
1826 border: 1px solid #bbb;
1827 box-shadow: 2px 2px 20px #ddd;
1837div.div-
for-modal-topright {
1845 border: 1px solid #bbb;
1846 box-shadow: 2px 2px 20px #ddd;
1863 list-style-
type: none;
1865input > ul.attendees {
1870 padding-bottom: 4px;
1874 padding-bottom: 10px;
1879 vertical-align: middle;
1881select.flat.selectlimit {
1885 margin-<?php echo $right; ?>: 10px !important;
1888 margin-<?php echo $left; ?>: 10px !important;
1890.marginleftonlyshort {
1891 margin-<?php echo $left; ?>: 4px !important;
1894 margin-<?php echo $left; ?>: 0px !important;
1897 margin-<?php echo $right; ?>: 0px !important;
1900 margin-<?php echo $right; ?>: 10px !important;
1902.marginrightonlyshort {
1903 margin-<?php echo $right; ?>: 4px !important;
1905.marginrightonlylarge {
1906 margin-<?php echo $right; ?>: 20px !important;
1909 margin-top: 10px !important;
1911.margintoponlyshort {
1912 margin-top: 3px !important;
1915 margin-bottom: 10px !important;
1917.marginbottomonlyshort {
1918 margin-bottom: 3px !important;
1921 margin-top: 0 !important;
1924 margin-bottom: 0 !important;
1927.selectlimit, .selectlimit:focus {
1928 border-left: none !important;
1929 border-top: none !important;
1930 border-right: none !important;
1933.strikefordisabled, .strikefordisabled span, .strikefordisabled div {
1934 text-decoration: line-through;
1941 text-overflow: unset;
1946 text-overflow: ellipsis;
1947 white-space: nowrap;
1951 text-overflow: ellipsis;
1956 text-overflow: ellipsis;
1957 white-space: nowrap;
1962 text-overflow: ellipsis;
1963 white-space: nowrap;
1968 text-overflow: ellipsis;
1969 white-space: nowrap;
1971.tdoverflowmax80imp {
1972 max-width: 80px !important;
1974 text-overflow: ellipsis;
1975 white-space: nowrap;
1980 text-overflow: ellipsis;
1981 white-space: nowrap;
1983.tdoverflowmax100imp {
1984 max-width: 100px !important;
1986 text-overflow: ellipsis;
1987 white-space: nowrap;
1992 text-overflow: ellipsis;
1993 white-space: nowrap;
1998 text-overflow: ellipsis;
1999 white-space: nowrap;
2004 text-overflow: ellipsis;
2005 white-space: nowrap;
2010 text-overflow: ellipsis;
2011 white-space: nowrap;
2016 text-overflow: ellipsis;
2017 white-space: nowrap;
2022 text-overflow: ellipsis;
2023 white-space: nowrap;
2028 text-overflow: ellipsis;
2029 white-space: nowrap;
2034 text-overflow: ellipsis;
2035 white-space: nowrap;
2041.divintowithtwolinesmax {
2043 display: -webkit-box;
2044 -webkit-box-orient: vertical;
2045 -webkit-line-clamp: 2;
2048.twolinesmax, .twolinesmax-normallineheight {
2049 display: -webkit-box;
2050 -webkit-box-orient: vertical;
2051 -webkit-line-clamp: 2;
2053 height:
auto !important;
2054 word-
break:
break-word;
2056.threelinesmax, .threelinesmax-normallineheight {
2057 display: -webkit-box;
2058 -webkit-box-orient: vertical;
2059 -webkit-line-clamp: 3;
2061 height:
auto !important;
2062 word-
break:
break-word;
2064.twolinesmax-normallineheight {
2065 line-height: normal;
2068 display: -webkit-box;
2069 -webkit-box-orient: vertical;
2070 -webkit-line-clamp: 10;
2074.tablelistofcalendars {
2075 margin-top: 25px !important;
2082 white-space: nowrap;
2084.amountpaymentcomplete {
2085 color: var(--amountpaymentcomplete);
2088 white-space: nowrap;
2090.amountpaymentcompletenoresize {
2091 color: var(--amountpaymentcomplete);
2092 white-space: nowrap;
2095 color: var(--amountremaintopaycolor);
2098 white-space: nowrap;
2100.amountremaintopaynoresize {
2101 color: var(--amountremaintopaycolor);
2102 white-space: nowrap;
2104.amountremaintopayback {
2107 white-space: nowrap;
2109.amountremaintopaybacknoresize {
2110 white-space: nowrap;
2112.amountpaymentneutral {
2113 color: var(--amountremaintopaybackcolor);
2116 white-space: nowrap;
2118.amountpaymentneutralnoresize {
2119 color: var(--amountremaintopaybackcolor);
2120 white-space: nowrap;
2123.onlinepaymentbody .amountpaymentcomplete {
2124 background-color: var(--amountpaymentcomplete);
2130.showonhover:hover *::before {
2131 visibility: visible !important;
2132 display:
inline-block !important;
2134.showonhover:not(:hover) *::before {
2136 display:
inline-block !important;
2142 margin-bottom: 12px;
2144#builddoc_form ~ .showlinkedobjectblock {
2149.moduledesclong p img,.moduledesclong p a img {
2150 max-width: 90% !important;
2151 height:
auto !important;
2155 border: 1px solid #ccc;
2156 box-shadow: 1px 1px 25px #aaa;
2157 max-width: calc(100% - 56px);
2159.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 {
2167.fa-map-marked-alt:before {
2172 -webkit-text-security: disc;
2184div.fiche>div.tabBar>form>div.div-
table-responsive {
2187.div-
table-responsive, .div-
table-responsive-no-min {
2191.div-
table-responsive {
2192 line-height: var(--heightrow);
2196div.fiche>form>div.div-
table-responsive {
2199div.fiche>form>div.div-
table-responsive, div.fiche>form>div.div-
table-responsive-no-min {
2204div.ticketpublicarealist>form>div.div-
table-responsive {
2212 justify-content: space-between;
2217.flex-item-uploadfile {
2218 border: 2px dashed #aaa;
2224 background: #f4f4f4;
2225 padding: 20px 10px 20px 10px;
2230 margin: 20px 20px 20px 20px;
2234 <?php
if (in_array(
$conf->browser->name, array(
'chrome',
'firefox',
'safari'))) {
2235 echo
'display: inline-flex;'.
"\n";
2237 flex-flow: row wrap;
2238 justify-content: flex-start;
2246.thumbstat, .thumbstat150 {
2252 justify-content: flex-start;
2253 align-
self: flex-start;
2256select.selectarrowonleft {
2259select.selectarrowonleft option {
2263table[summary=
"list_of_modules"] .fa-cog {
2271 white-space: nowrap;
2282.maxscreenheightless200 {
2283 max-height: <?php echo isset($_SESSION[
'dol_screenheight']) ? max(500, (
int) $_SESSION[
'dol_screenheight'] - 200) : 700; ?>px;
2285.maxscreenheightless300 {
2286 max-height: <?php echo isset($_SESSION[
'dol_screenheight']) ? max(400, (
int) $_SESSION[
'dol_screenheight'] - 300) : 700; ?>px;
2290 border-bottom: 0px !important;
2298.clearboth { clear:both; }
2300.hideobject { display: none; }
2301.showonsmartphone { display: none; }
2303.minwidth25 { min-width: 25px; }
2304.minwidth50 { min-width: 50px; }
2305.minwidth75 { min-width: 75px; }
2306.minwidth100 { min-width: 75px; }
2307.minwidth125 { min-width: 125px; }
2308.nominwidth { min-width: fit-content !important; }
2310@media only screen and (min-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC3', round($nbtopmenuentries * 47, 0) + 130); ?>px)
2312 .width20 { width: 20px; }
2313 .width25 { width: 25px; }
2314 .width50 { width: 50px; }
2315 .width75 { width: 75px; }
2316 .width100 { width: 100px; }
2317 .width200 { width: 200px; }
2318 .minwidth100 { min-width: 100px; }
2319 .minwidth150 { min-width: 150px; }
2320 .minwidth200 { min-width: 200px; }
2321 .minwidth250 { min-width: 250px; }
2322 .minwidth300 { min-width: 300px; }
2323 .minwidth400 { min-width: 400px; }
2324 .minwidth500 { min-width: 500px; }
2325 .minwidth50imp { min-width: 50px !important; }
2326 .minwidth75imp { min-width: 75px !important; }
2327 .minwidth100imp { min-width: 100px !important; }
2328 .minwidth125imp { min-width: 125px !important; }
2329 .minwidth200imp { min-width: 200px !important; }
2330 .minwidth250imp { min-width: 250px !important; }
2331 .minwidth300imp { min-width: 300px !important; }
2332 .minwidth400imp { min-width: 400px !important; }
2333 .minwidth500imp { min-width: 500px !important; }
2335.widthauto { width:
auto; }
2336.width20 { width: 20px; }
2337.width25 { width: 25px; }
2338.width40 { width: 40px; }
2339.width50 { width: 50px; }
2340.width75 { width: 75px; }
2341.width100 { width: 100px; }
2342.width125 { width: 125px; }
2343.width150 { width: 150px; }
2344.width200 { width: 200px; }
2345.width250 { width: 250px; }
2346.width300 { width: 300px; }
2347.width400 { width: 400px; }
2348.width500 { width: 500px; }
2349.maxwidth25 { max-width: 25px; }
2350.maxwidth40 { max-width: 40px; }
2351.maxwidth50 { max-width: 50px; }
2352.maxwidth75 { max-width: 75px; }
2353.maxwidthdate { max-width: 90px; }
2354.maxwidth100 { max-width: 100px; }
2355.maxwidth125 { max-width: 125px; }
2356.maxwidth150 { max-width: 150px; }
2357.maxwidth200 { max-width: 200px; }
2358.maxwidth250 { max-width: 250px; }
2359.maxwidth300 { max-width: 300px; }
2360.maxwidth400 { max-width: 400px; }
2361.maxwidth500 { max-width: 500px; }
2362.maxwidth750 { max-width: 750px; }
2363.maxwidth1000 { max-width: 1000px; }
2364.maxwidth50imp { max-width: 50px !important; }
2365.maxwidth75imp { max-width: 75px !important; }
2367.minwidth100onall { min-width: 100px !important; }
2368.minwidth125onall { min-width: 125px !important; }
2369.minwidth200onall { min-width: 200px !important; }
2370.minwidth250onall { min-width: 250px !important; }
2372.minheight20 { min-height: 20px; }
2373.minheight30 { min-height: 30px; }
2374.minheight40 { min-height: 40px; }
2375.titlefieldcreate { width: 20%; }
2376.titlefield { width: 25%; min-width: 150px; }
2377.titlefieldmiddle { width: 50%; }
2378.titlefieldmax45 { max-width: 45%; min-width: 180px; }
2379.imgmaxwidth100 { max-width: 100px; }
2380.imgmaxwidth180 { max-width: 180px; }
2381.imgmaxheight50 { max-height: 50px; }
2383.width20p { width:20%; }
2384.width25p { width:25%; }
2385.width40p { width:40%; }
2386.width50p { width:50%; }
2387.width60p { width:60%; }
2388.width75p { width:75%; }
2389.width80p { width:80%; }
2390.width100p { width:100%; }
2394@media only screen and (max-width: 1400px)
2397 .titlefieldcreate { width: 30% !important; }
2398 .minwidth50imp { min-width: 50px !important; }
2399 .minwidth75imp { min-width: 75px !important; }
2400 .minwidth100imp { min-width: 100px !important; }
2401 .minwidth125imp { min-width: 125px !important; }
2402 .minwidth150imp { min-width: 150px !important; }
2403 .minwidth200imp { min-width: 200px !important; }
2404 .minwidth250imp { min-width: 250px !important; }
2405 .minwidth300imp { min-width: 300px !important; }
2406 .minwidth400imp { min-width: 300px !important; }
2407 .minwidth500imp { min-width: 300px !important; }
2409 .linkedcol-element {
2415@media only screen and (max-width: 1000px)
2417 .titlefieldmax45 { min-width: 100px; }
2418 .maxwidthonsmartphone { max-width: 100px; }
2419 .minwidth50imp { min-width: 50px !important; }
2420 .minwidth75imp { min-width: 70px !important; }
2421 .minwidth100imp { min-width: 100px !important; }
2422 .minwidth125imp { min-width: 125px !important; }
2423 .minwidth150imp { min-width: 110px !important; }
2424 .minwidth200imp { min-width: 110px !important; }
2425 .minwidth250imp { min-width: 115px !important; }
2426 .minwidth300imp { min-width: 120px !important; }
2427 .minwidth400imp { min-width: 150px !important; }
2428 .minwidth500imp { min-width: 250px !important; }
2432select.widthcentpercentminusx, span.widthcentpercentminusx:not(.select2-selection), input.widthcentpercentminusx {
2433 width: calc(100% - 50px) !important;
2434 display:
inline-block;
2437select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-selection), input.widthcentpercentminusxx {
2438 width: calc(100% - 76px) !important;
2439 display:
inline-block;
2444@media only screen and (max-width: 768px)
2447 font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?>;
2450 font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?> !important;
2452 .divadvancedsearchfield {
2458 padding-<?php echo $right; ?>: 10px !important;
2461 table.liste tr.trkanban td {
2462 padding: 10px 6px 10px 6px;
2465 .hideonsmartphone { display: none; }
2466 .hideonsmartphoneimp { display: none !important; }
2467 .showonsmartphone { display: block !important; }
2469 .margintoponsmartphone { margin-top: 6px; }
2471 select.minwidth100imp, select.minwidth100, select.minwidth200, select.minwidth200imp, select.minwidth300 {
2472 width: calc(100% - 44px) !important;
2473 display:
inline-block;
2475 select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-selection), input.widthcentpercentminusxx {
2476 width: calc(100% - 76px) !important;
2477 display:
inline-block;
2481 input.maxwidthinputfileonsmartphone {
2485 input.buttonpayment,
button.buttonpayment, div.buttonpayment {
2489 .smallonsmartphone {
2493 .nopaddingtoponsmartphone {
2494 padding-top: 0 !important;
2496 .nopaddingbottomonsmartphone {
2497 padding-bottom: 0 !important;
2506@media only screen and (max-width: 570px)
2509 font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?>;
2513 font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?> !important;
2516 .marginleftlargeondesktop {
2517 margin-<?php print $left; ?>: 0;
2520 .login_vertical_align {
2523 .login_table input#username, .login_table input#password, .login_table input#securitycode {
2524 margin-left: 5px !important;
2526 div#login_left, div#login_right {
2527 min-width: 150px !important;
2528 padding-left: 5px !important;
2529 padding-right: 5px !important;
2531 .login_table div#login_right .tdinputlogin, .login_table div#login_right .tdinputlogin input {
2532 min-width: 150px !important;
2535 .divmainbodylarge { margin-left: 10px; margin-right: 10px; }
2537 .tdoverflowmax100onsmartphone {
2540 text-overflow: ellipsis;
2541 white-space: nowrap;
2543 .tdoverflowmax150onsmartphone {
2546 text-overflow: ellipsis;
2547 white-space: nowrap;
2551 margin-top: <?php print($dol_hide_topmenu ?
'12' :
'6'); ?>px !important;
2554 .border tbody tr td,
2556 .border tfoot tr td,
2557 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 {
2558 height: 40px !important;
2560 div.tabBar .listofinvoicetype
table tr, div.tabBar .listofinvoicetype
table tr td {
2561 height: 2.2em !important;
2564 div.tabs div.tab a.tab {
2567 text-overflow: ellipsis;
2568 white-space: nowrap;
2571 .quatrevingtpercent, .inputsearch {
2577 padding-bottom: 5px;
2580 .login_table .tdinputlogin {
2581 min-width: unset !important;
2583 input, input[
type=text], input[
type=password], select, textarea {
2589 .noenlargeonsmartphone { width : 50px !important; display:
inline !important; }
2590 .maxwidthonsmartphone, #search_newcompany.ui-autocomplete-input { max-width: 100px; }
2591 .maxwidth50onsmartphone { max-width: 40px; }
2592 .maxwidth75onsmartphone { max-width: 50px; }
2593 .maxwidth100onsmartphone { max-width: 70px; }
2594 .maxwidth125onsmartphone { max-width: 100px; }
2595 .maxwidth150onsmartphone { max-width: 120px; }
2596 .maxwidth150onsmartphoneimp { max-width: 120px !important; }
2597 .maxwidth200onsmartphone { max-width: 200px; }
2598 .maxwidth250onsmartphone { max-width: 250px; }
2599 .maxwidth300onsmartphone { max-width: 300px; }
2600 .maxwidth400onsmartphone { max-width: 400px; }
2601 .minwidth125 { min-width: 100px !important; }
2602 .minwidth150 { min-width: 110px !important; }
2603 .minwidth50imp { min-width: 50px !important; }
2604 .minwidth75imp { min-width: 75px !important; }
2605 .minwidth100imp { min-width: 100px !important; }
2606 .minwidth125imp { min-width: 125px !important; }
2607 .minwidth150imp { min-width: 110px !important; }
2608 .minwidth200imp { min-width: 110px !important; }
2609 .minwidth250imp { min-width: 115px !important; }
2610 .minwidth300imp { min-width: 120px !important; }
2611 .minwidth400imp { min-width: 150px !important; }
2612 .minwidth500imp { min-width: 250px !important; }
2613 .titlefield { width:
auto; min-width: unset; }
2614 .titlefieldcreate { min-width: 125px; }
2618 width: <?php print
dol_size(300,
'width'); ?>px;
2628 padding-<?php echo $right; ?>: 5px;
2629 padding-bottom: 5px;
2631 img.photoref, div.photoref {
2637 object-fit: contain;
2641 padding-<?php echo $right; ?>: 10px;
2644 div.statusref img, div.statusrefbis {
2645 padding-<?php echo $right; ?>: 3px !important;
2648 input.buttonpayment {
2654@media only screen and (max-width: 320px)
2656 .maxwidth300 { max-width: 260px; }
2659.linkobject { cursor: pointer; }
2661table.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 {
2662 color: var(--tableforfieldcolor);
2665<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2666.hideonprint { display: none !important; }
2682 white-space: nowrap;
2695 table-layout: fixed;
2698#id-right, #id-left {
2699 display:
table-cell;
2701 vertical-align: top;
2704<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2707 <?php
if ($colorbackhmenu1 ==
'255,255,255') { ?>
2708 border-bottom: 1px solid rgba(0,0,0,0.2);
2720 padding-bottom: 20px;
2721<?php
if (
GETPOST(
'optioncss',
'aZ09') !=
'print') { ?>
2722 padding-<?php print $left; ?>: <?php echo $leftmenuwidth + 9; ?>px;
2726.bodyforlist #
id-right {
2727 padding-bottom: 4px;
2729.bodyforlist.poslist #
id-right {
2735.classforhorizontalscrolloftabs #
id-container {
2738.classforhorizontalscrolloftabs .side-nav {
2742.classforhorizontalscrolloftabs #
id-right {
2743 width:calc(100% - 252px);
2744 display:
inline-block;
2750<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2753 background: var(--colorbackvmenu1);
2755 box-shadow: 3px 0 6px <?php echo($left ==
'left' ? -2 : 2); ?>px #eee;
2759 font-family:
"RobotoDraft",
"Roboto",sans-serif;
2760 <?php echo $left; ?>: 0;
2762 if (in_array(
$conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) {
2768 -webkit-transform: translateZ(0);
2769 -moz-transform: translateZ(0);
2770 -ms-transform: translateZ(0);
2771 -o-transform: translateZ(0);
2772 transform: translateZ(0);
2773 -webkit-transform-style: preserve-3d;
2774 -moz-transform-style: preserve-3d;
2775 -ms-transform-style: preserve-3d;
2776 -o-transform-style: preserve-3d;
2777 transform-style: preserve-3d;
2778 -webkit-transition-delay: 0.1s;
2779 -moz-transition-delay: 0.1s;
2780 transition-delay: 0.1s;
2781 -webkit-transition-duration: 0.2s;
2782 -moz-transition-duration: 0.2s;
2783 transition-duration: 0.2s;
2784 -webkit-transition-property: -webkit-transform;
2785 -moz-transition-property: -moz-transform;
2786 transition-property: transform;
2787 -webkit-transition-timing-
function: cubic-bezier(0.4, 0, 0.2, 1);
2788 -moz-transition-timing-
function: cubic-bezier(0.4, 0, 0.2, 1);
2789 transition-timing-
function: cubic-bezier(0.4, 0, 0.2, 1);
2790 -webkit-overflow-scrolling: touch;
2792 if (in_array(
$conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) {
2805.side-nav-vert, #
id-right {
2806 transition: padding-<?php echo $left; ?> 0.5s ease, margin-<?php echo $left; ?> 0.5s ease;
2809.side-nav, .login_block {
2810 transition: <?php echo $left; ?> 0.5s ease;
2813body.sidebar-collapse .side-nav-vert, body.sidebar-collapse #
id-right {
2822 margin-<?php echo $left; ?>: <?php echo $leftmenuwidth + 6; ?>px;
2826body.sidebar-collapse .side-nav, body.sidebar-collapse .login_block_other
2837body.bodytakepos #topmenu-login-dropdown {
2842<?php
if (in_array(
$conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) { ?>
2852 if (in_array(
$conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) {
2854 overflow-x: initial !important;
2864div.backgroundsemitransparent {
2865 background:rgba(255, 255, 255, 0.7);
2867 padding-right: 10px;
2874.login_block_getinfo {
2877.login_block_getinfo div.login_block_user {
2880.login_block_getinfo .atoplogin, .login_block_getinfo .atoplogin:hover {
2881 color: #333 !important;
2883.login_block_elem a span.atoplogin, .login_block_elem span.atoplogin {
2884 vertical-align: middle;
2889 padding-<?php print $left; ?>: 0 ! important;
2893 background: var(--colorbackvmenu1);
2894 border-right: 1px solid rgba(0,0,0,0.3);
2897 if (in_array(
$conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) { ?>
2898 top: 66px ! important;
2900 top: 60px ! important;
2904 margin-<?php print $left; ?>: 6px !important;
2905 margin-<?php print $right; ?>: 6px !important;
2910 margin-<?php print $left; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 6 : (empty(
$conf->dol_optimize_smallscreen) ?
'38' :
'6')); ?>px;
2911 margin-<?php print $right; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 6 : (empty(
$conf->dol_optimize_smallscreen) ?
'36' :
'6')); ?>px;
2912 <?php
if (!empty($dol_hide_topmenu) ||
GETPOST(
'dol_openinpopup',
'aZ09')) {
2913 print
'margin-top: 12px;';
2915 margin-bottom: 15px;
2917body.onlinepaymentbody div.fiche {
2918 margin: 20px !important;
2920div.fiche>
table:first-child {
2921 margin-bottom: 15px !important;
2923.page-modulehelp div.fiche {
2937 <?php
if (
$conf->browser->layout !=
'phone') {
2938 print
"float: ".$left.
";\n";
2940 <?php
if (
$conf->browser->layout !=
'phone') {
2941 print
"width: calc(50% - 16px);\n";
2943 <?php
if (
$conf->browser->layout ==
'phone') {
2944 print
"padding-bottom: 6px;\n";
2947div.fichetwothirdright {
2948 <?php
if (
$conf->browser->layout !=
'phone') {
2949 print
"float: ".$right.
";\n";
2951 <?php
if (
$conf->browser->layout !=
'phone') {
2952 print
"width: calc(50% - 16px);\n";
2954 <?php
if (
$conf->browser->layout ==
'phone') {
2955 print
"padding-bottom: 6px\n";
2959 <?php
if (
$conf->browser->layout !=
'phone') {
2960 print
"float: ".$left.
";\n";
2962 <?php
if (
$conf->browser->layout !=
'phone') {
2963 print
"width: calc(50% - 16px);\n";
2965 margin-bottom: 20px;
2968 <?php
if (
$conf->browser->layout !=
'phone') {
2969 print
"float: ".$right.
";\n";
2971 <?php
if (
$conf->browser->layout !=
'phone') {
2972 print
"width: calc(50% - 16px);\n";
2976 <?php
if (
$conf->browser->layout ==
'phone') {
2977 print
"margin-top: 10px;\n";
2982@media only screen and (max-width: 1499px)
2984 div.fichehalfleft-lg {
2988 div.fichehalfright-lg {
2993 .fichehalfright-lg .fichehalfright {
2998div.secondcolumn > div >
table.noborder {
3010@media only screen and (max-width: 900px)
3013 margin-<?php print $left; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 6 : ($dol_hide_leftmenu ?
'4' :
'20')); ?>px;
3014 margin-<?php print $right; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 8 : 16); ?>px;
3015 <?php
if (!empty(
$conf->dol_hide_leftmenu) && !empty(
$conf->dol_hide_topmenu)) {
3016 print
'margin-top: 4px;';
3018 margin-bottom: 15px;
3024 div.fichecenterbis {
3027 div.fichethirdleft {
3030 padding-bottom: 6px;
3032 div.fichetwothirdright {
3035 padding-bottom: 6px;
3041 div.fichehalfright {
3045 div.fichehalfright {
3048 div.firstcolumn div.box {
3051 div.secondcolumn div.box {
3057div.fichehalfright tr.liste_titre:first-child td
table.nobordernopadding td {
3061 padding: 0 !important;
3069td.nobordernopadding.widthpictotitle.col-picto {
3070 color: var(--colortexttitlenotab);
3074 margin-<?php echo $right; ?>: 8px;
3079span.widthpictotitle {
3082.table-list-of-attached-files .col-picto, .table-list-of-links .col-picto {
3083 opacity: 0.7 !important;
3087.table-list-of-attached-files .col-picto .widthpictotitle, .table-list-of-links .col-picto .widthpictotitle {
3097 vertical-align: middle;
3100.pictowarning, .pictoerror, .pictopreview, .pictonopreview {
3101 padding-<?php echo $left; ?>: 3px;
3105 color: <?php echo $badgeWarning; ?>;
3108 color: <?php echo $badgeDanger ?>;
3113.fiche .arearef img.pictoedit, .fiche .arearef span.pictoedit,
3114.fiche .fichecenter img.pictoedit, .fiche .fichecenter span.pictoedit,
3115.tagtdnote span.pictoedit {
3118img.hideonsmartphone.pictoactionview {
3119 vertical-align: bottom;
3127img.pictofixedwidth {
3134 padding-left: 1px !important;
3137 padding-bottom: 1px;
3144 padding-bottom: 10px;
3146div.attachareaformuserfileecm {
3152 padding-bottom: 5px;
3153 margin-bottom: 10px;
3155div.arearefnobottom {
3157 padding-bottom: 4px;
3162div.divphotoref:last-child {
3163 padding-<?php echo $right; ?>: 20px;
3166 padding-bottom: 10px;
3169 float: <?php echo $right; ?>;
3170 padding-<?php echo $left; ?>: 12px;
3172 margin-bottom: 10px;
3178 vertical-align: text-bottom;
3184 vertical-align: text-bottom;
3186img.photoref, div.photoref {
3187 border: 1px solid #CCC;
3188 box-shadow: 3px 3px 4px #DDD;
3192 object-fit: contain;
3194img.photokanban, div.photokanban {
3198 vertical-align: middle;
3201div.photoref .fa, div.photoref .fas, div.photoref .far {
3206 object-fit: contain;
3210 vertical-align:middle;
3213.difforspanimgright {
3214 display:
table-cell;
3215 padding-right: 10px;
3217img.photorefnoborder {
3221 object-fit: contain;
3222 border: 1px solid #AAA;
3223 border-radius: 100px;
3228 border-bottom: <?php echo $borderwidth ?>px solid var(--colortopbordertitle1);
3231.trextrafieldseparator td, .trextrafields_collapse_last td {
3232 border-bottom: 1px solid var(--colortopbordertitle1) !important;
3235 margin: 0 !important;
3236 padding-bottom: 0 !important;
3255$maxwidthloginblock = 110;
3256if (
getDolGlobalInt(
'THEME_TOPMENU_DISABLE_IMAGE') == 1 || !empty($user->conf->MAIN_OPTIMIZEFORTEXTBROWSER)) {
3259 $maxwidthloginblock = 180;
3265<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3268 background: var(--colorbackhmenu1);
3280<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3290li.tmenusel::after, li.tmenusel:hover::after {
3295 left: calc(50% - 6px);
3298 border-style: solid;
3299 border-width: 0px 6px 5px 6px;
3300 border-color: transparent transparent #ffffff transparent;
3304<?php
if ($disableimages) { ?>
3310<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3315 white-space: nowrap;
3317 border-<?php print $left; ?>: 0px;
3318 border-<?php print $right; ?>: 0px;
3319 padding: 0px 0px 0px 0px;
3320 margin: 0px 0px 0px 0px;
3322 font-weight: normal;
3324 text-decoration: none;
3327div.tmenudisabled, a.tmenudisabled {
3330a.tmenudisabled:link, a.tmenudisabled:visited, a.tmenudisabled:hover, a.tmenudisabled:
active {
3331 font-weight: normal;
3332 padding: 0px 5px 0px 5px;
3333 white-space: nowrap;
3334 color: var(--colortextbackhmenu);
3335 text-decoration: none;
3336 cursor: not-allowed;
3338span.mainmenuaspan.tmenudisabled {
3339 color: var(--colortextbackhmenu);
3341 cursor: not-allowed;
3344a.disabled, span.tmenu {
3346 text-decoration: none !important;
3350a.tmenu:link, a.tmenu:visited, a.tmenu:hover, a.tmenu:
active {
3351 font-weight: normal;
3352 padding: 0px 5px 0px 5px;
3353 white-space: nowrap;
3355 color: var(--colortextbackhmenu);
3356 text-decoration: none;
3358a.tmenusel:link, a.tmenusel:visited, a.tmenusel:hover, a.tmenusel:
active {
3359 font-weight: normal;
3360 padding: 0px 5px 0px 5px;
3361 margin: 0px 0px 0px 0px;
3362 white-space: nowrap;
3363 color: var(--colortextbackhmenu);
3364 text-decoration: none !important;
3369 padding: 0px 0px 0px 0px;
3370 margin: 0px 0px 0px 0px;
3377 background: var(--colorbackhmenu1);
3386li.tmenu, li.tmenusel {
3387 <?php print $minwidthtmenu ?
'min-width: '.$minwidthtmenu.
'px;' :
''; ?>
3389 vertical-align: bottom;
3391 float: <?php print $left; ?>;
3392 <?php
if (!$disableimages) { ?>
3393 height: <?php print $heightmenu; ?>px;
3394 padding: 0px 0px 2px 0px;
3396 padding: 0px 0px 0px 0px;
3401 margin: 0px 0px 0px 0px;
3402 font-weight: normal;
3408.tmenuend .tmenuleft { width: 0px; }
3409.tmenuend { display: none; }
3413 float: <?php print $left; ?>;
3415 <?php
if (empty(
$conf->dol_optimize_smallscreen)) { ?>
3417 <?php
if (!$disableimages) { ?>
3418 height: <?php print $heightmenu + 4; ?>px;
3428 text-overflow: ellipsis;
3429 white-space: nowrap;
3430 color: var(--colortextbackhmenu);
3431 <?php
if ($disableimages) { ?>
3436 height: <?php print $heightmenu; ?>px;
3440 padding-bottom: 5px;
3442 text-overflow: ellipsis;
3446 padding-<?php print $left; ?>: 2px;
3447 padding-<?php print $right; ?>: 2px;
3448 font-family: Roboto,<?php echo
$fontlist; ?>;
3455 background-repeat:no-repeat;
3457 height: <?php echo($heightmenu - 22); ?>px;
3461a.tmenuimage:focus, .mainmenu.topmenuimage:focus {
3478 width: <?php echo $disableimages ?
'auto' :
'44'; ?>px;
3482<?php
if (in_array(
getDolGlobalInt(
'THEME_TOPMENU_DISABLE_IMAGE'), array(2, 3, 4))) { ?>
3483.tmenulabel:not(.menuhider), .tmenulabel:not(.menuhider)::before {
3487a.tmenuimage:not(.menuhider), a.tmenuimage:not(.menuhider)::before,
3488div.tmenuimage:not(.menuhider), div.tmenuimage:not(.menuhider)::before,
3489span.tmenuimage:not(.menuhider), span.tmenuimage:not(.menuhider)::before {
3491 margin-top: 8px !important;
3497ul.tmenu:hover .tmenulabel:not(.menuhider), ul.tmenu:hover .tmenulabel:not(.menuhider)::before {
3501 text-overflow: ellipsis;
3505 display: initial !important;
3506 line-height: 0.6em !important;
3507 height: 1em !important;
3509 text-overflow: ellipsis;
3510 color: var(--colortextbackhmenu);
3513ul.tmenu:hover .tmenuimage:not(.menuhider), ul.tmenu:hover .tmenuimage:not(.menuhider)::before {
3516 margin-top: 0px !important;
3522li.tmenu:hover .tmenulabel:not(.menuhider), li.tmenu:hover .tmenulabel:not(.menuhider)::before {
3523 display: initial !important;
3525li.tmenu:hover .tmenuimage:not(.menuhider), li.tmenu:hover .tmenuimage:not(.menuhider):before {
3526 font-size: 1.1em !important;
3527 margin-top: 0px !important;
3533<?php
if (empty($dol_hide_topmenu)) { ?>
3534 <?php include
dol_buildpath($path.
'/theme/'.$theme.
'/main_menu_fa_icons.inc.php', 0); ?>
3539 $moduletomainmenu = array(
3540 'user' =>
'',
'syslog' =>
'',
'societe' =>
'companies',
'projet' =>
'project',
'propale' =>
'commercial',
'commande' =>
'commercial',
3541 'produit' =>
'products',
'service' =>
'products',
'stock' =>
'products',
3542 'don' =>
'accountancy',
'tax' =>
'accountancy',
'banque' =>
'accountancy',
'facture' =>
'accountancy',
'compta' =>
'accountancy',
'accounting' =>
'accountancy',
'adherent' =>
'members',
'import' =>
'tools',
'export' =>
'tools',
'mailing' =>
'tools',
3543 'contrat' =>
'commercial',
'ficheinter' =>
'commercial',
'ticket' =>
'ticket',
'deplacement' =>
'commercial',
3544 'fournisseur' =>
'companies',
3545 'barcode' =>
'',
'fckeditor' =>
'',
'categorie' =>
'',
3547 $mainmenuused =
'home';
3548 foreach (
$conf->modules as $val) {
3549 $mainmenuused .=
','.(isset($moduletomainmenu[$val]) ? $moduletomainmenu[$val] : $val);
3551 $mainmenuusedarray = array_unique(explode(
',', $mainmenuused));
3555 $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');
3557 $divnotrequired = array(
'multicurrency',
'salaries',
'ticket',
'margin',
'opensurvey',
'paybox',
'expensereport',
'incoterm',
'prelevement',
'propal',
'workflow',
'notification',
'supplier_proposal',
'cron',
'product',
'productbatch',
'expedition');
3558 foreach ($mainmenuusedarray as $val) {
3559 if (empty($val) || in_array($val, $divalreadydefined)) {
3562 if (in_array($val, $divnotrequired)) {
3569 $constformoduleicon =
'MAIN_MODULE_'.strtoupper($val).
'_ICON';
3571 if ($iconformodule) {
3572 if (preg_match(
'/^fa\-/', $iconformodule)) {
3575 $url =
dol_buildpath(
'/'.$val.
'/img/'.$iconformodule.
'.png', 1);
3580 foreach (
$conf->file->dol_document_root as $dirroot) {
3581 if (file_exists($dirroot.
"/".$val.
"/img/".$val.
".png")) {
3591 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";
3592 print
'div.mainmenu.'.$val.
' span::before {'.
"\n";
3593 print
'content: "\f249";'.
"\n";
3598 print
"div.mainmenu.".$val.
" {\n";
3599 print
" background-image: url(".$url.
");\n";
3600 print
" background-position-y: 3px;\n";
3601 print
" filter: saturate(0);\n";
3604 print
'/* icon for module '.$val.
' is a fa icon */'.
"\n";
3613 padding:0 0 0 0 !important;
3614 margin:0 0px 0 0 !important;
3615 <?php
if ($disableimages) { ?>
3620 <?php
if ($disableimages) { ?>
3625 text-decoration: none;
3639 background: #f0f0f0;
3646 display:
table-cell;
3647 vertical-align: middle;
3649.login_vertical_align {
3651 padding-bottom: 80px;
3654 padding-bottom: 30px;
3656 vertical-align: middle;
3660 color: #aaa !important;
3661 padding-bottom: 20px;
3666 text-shadow: 1px 1px 1px #FFF;
3673 padding-bottom:12px;
3676 background-color: #FFFFFF;
3678 box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(60,60,60,0.15);
3681 border:solid 1px rgba(80,80,80,.4);
3683 border-top:solid 1px #f8f8f8;
3685.login_table input#username, .login_table input#password, .login_table input#securitycode{
3694.login_table input#username:focus, .login_table input#password:focus, .login_table input#securitycode:focus {
3695 outline: none !important;
3697.login_table .trinputlogin {
3700.login_table .tdinputlogin {
3701 background-color: #fff;
3710.login_table .tdinputlogin .fa {
3715.login_table #tdpasswordlogin {
3718.login_table #tdpasswordlogin #togglepassword {
3726.login_table #tdpasswordlogin #togglepassword .fa {
3730#togglepassword .fa::before {
3733.trinputlogin:hover #togglepassword .fa::before, input#password:focus + #togglepassword .fa::before {
3734 visibility: visible;
3738 word-
break:
break-word;
3741.login_main_message {
3744 margin-bottom: 10px;
3746.login_main_message .error {
3747 border: 1px solid #caa;
3750div#login_left, div#login_right {
3751 display:
inline-block;
3754 padding-bottom: 10px;
3756 padding-right: 16px;
3758 vertical-align: middle;
3760div#login_right select#entity {
3766table.login_table_securitycode {
3767 border-spacing: 0px;
3769table.login_table_securitycode tr td {
3777 border: 1px solid #f4f4f4;
3779#img_logo, .img_logo {
3784.loginbuttonexternal {
3787 border: 1px solid #ccc;
3793.atoplogin.dropdown .dropdown-menu {
3800 padding-bottom: 3px;
3802 <?php print $left; ?>: 0;
3803<?php
if (in_array(
$conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) { ?>
3810 vertical-align: middle;
3811 background: var(--colorbackvmenu1);
3812 width: <?php echo $leftmenuwidth + 6; ?>px;
3814 <?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3818.sidebar-collapse div.login_block {
3822 color: var(--colortextbackvmenu);
3823 display:
inline-block;
3825div.login_block a .atoploginusername {
3826 color: var(--colortextbackhmenu);
3827 display:
inline-block;
3830 text-overflow: ellipsis;
3832div.login_block span.aversion {
3833 color: var(--colortextbackvmenu);
3834 filter: contrast(0.7);
3836div.login_block
table {
3842 float: <?php echo $right; ?>;
3845 color: var(--colortextvmenu);
3848 color: var(--colortextvmenu);
3849 text-decoration:underline;
3851div.login_block_user, div.login_block_other { clear: both; }
3852div.login_block_other { padding-top: 15px; }
3853div.login_block_tools { padding-top: 0px; }
3855.topnav div.login_block_user {
3856 display:
inline-block;
3857 vertical-align: middle;
3858 line-height: <?php echo $disableimages ?
'25' :
'70'; ?>px;
3859 height: <?php echo $disableimages ?
'25' :
'70'; ?>px;
3861.topnav div.login_block_other {
3862 display:
inline-block;
3863 vertical-align: middle;
3864 clear: <?php echo $disableimages ?
'none' :
'both'; ?>;
3866 text-align: <?php echo $right; ?>;
3867 margin-<?php echo $right; ?>: 8px;
3871.login_block_other .login_block_elem {
3876 float: <?php echo $right; ?>;
3877 vertical-align: middle;
3878 padding: 0px 3px 0px 3px !important;
3881.login_block_elem_name {
3885 white-space: nowrap;
3888 text-overflow: ellipsis;
3892.atoplogin, .atoplogin:hover {
3893 color: var(--colortextbackvmenu) !important;
3895.alogin, .alogin:hover {
3896 color: #888 !important;
3897 font-weight: normal !important;
3898 font-size: <?php echo is_numeric($fontsizesmaller) ? $fontsizesmaller.
'px' : $fontsizesmaller; ?> !important;
3900.alogin:hover, .atoplogin:hover {
3901 text-decoration:underline !important;
3903span.fa.atoplogin, span.fa.atoplogin:hover {
3905 text-decoration: none !important;
3907img.login, img.printer, img.entity {
3910 text-decoration: none;
3914.userimg.atoplogin img.userphoto, .userimgatoplogin img.userphoto,
3915.userimg.atoplogin span.userphoto, .userimgatoplogin span.userphoto {
3917 width: <?php echo $disableimages ?
'26' :
'30'; ?>px;
3918 height: <?php echo $disableimages ?
'26' :
'30'; ?>px;
3920 background-size: contain;
3921 background-color: #FFF;
3924 border-radius: 0.75em;
3927 background-size: contain;
3928 vertical-align: middle;
3930.userimg.atoplogin span.userphoto, .userimgatoplogin span.userphoto {
3931 vertical-align: middle;
3934.userimg.atoplogin span.userphoto::before, .userimgatoplogin span.userphoto::before {
3936 display:
inline-block;
3940span.userimg div.userphoto {
3941 background-color: #eee;
3942 border-radius: 0.72em;
3946 display:
inline-block;
3949 border-radius: 0.6em;
3952 background-size: contain;
3953 vertical-align: middle;
3955img.userphoto[alt=
"Gravatar avatar"], img.photouserphoto.dropdown-
user-image[alt=
"Gravatar avatar"] {
3958img.gravatar.photouserphoto {
3959 filter: grayscale(50%);
3961img.userphotopublicvcard {
3965 background-size: contain;
3967 border-color: rgba(128, 128, 128, 0.5);
3972form[
name=
"addtime"] img.userphoto, form[
name=
"addtime"] img.userphotosmall {
3973 border: 1px solid #444;
3976 background-image: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/object_user.png', 1); ?>);
3977 background-repeat: no-repeat;
3979.span-icon-password {
3980 background-image: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/lock.png', 1); ?>);
3981 background-repeat: no-repeat;
3988div.vmenu, td.vmenu {
3989 margin-<?php print $right; ?>: 2px;
3991 float: <?php print $left; ?>;
3993 padding-bottom: 0px;
3995 width: <?php echo $leftmenuwidth; ?>px;
3999 margin-<?php print $left; ?>: 4px;
4000 <?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
4005 margin-<?php print $left; ?>: 8px !important
4008.vmenusearchselectcombo {
4009 width: <?php echo $leftmenuwidth - 20; ?>px;
4010 height: 38px !important;
4012.vmenusearchselectcombo > .select2-selection__rendered, .vmenusearchselectcombo > .select2-selection__arrow {
4013 line-height: 38px !important;
4014 height: 38px !important;
4019 padding-bottom: 3px;
4021 text-overflow: ellipsis;
4023#menu_contenu_logo { padding-right: 4px; }
4024.companylogo { padding-top: 4px; }
4025.searchform { padding-top: 10px; }
4026.searchform .bordertransp { border: 0; }
4027#divsearchforms2 form.searchform .button { border: none !important; }
4029a.vmenu:link, a.vmenu:visited, a.vmenu:hover, a.vmenu:
active, span.vmenu, span.vsmenu {
4030 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;
4032span.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; }
4033a.vmenu:link, a.vmenu:visited {
4034 color: var(--colortextbackvmenu);
4037a.vmenu, a.vsmenu:link, a.vsmenu:visited, a.vsmenu:hover, a.vsmenu:
active, span.vmenu, span.vsmenu {
4038 font-size:<?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize ?>; font-family: <?php print
$fontlist ?>; text-align: <?php print $left; ?>; font-weight: normal;
4039 color: var(--colortextbackvmenu);
4040 margin: 1px 1px 1px 8px;
4042span.vsmenudisabled:not(.spanlilevel0), font.vsmenudisabled:not(.spanlilevel0) {
4043 font-size:<?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize ?>;
4045span.vsmenudisabled, font.vsmenudisabled {
4047 text-align: <?php print $left; ?>;
4048 font-weight: normal;
4049 color: var(--colortextbackvmenu);
4050 white-space: nowrap;
4052a.vsmenu:link, a.vsmenu:visited {
4053 color: var(--colortextbackvmenu);
4054 white-space: nowrap;
4056span.vsmenudisabledmargin, font.vsmenudisabledmargin { margin: 1px 1px 1px 8px; }
4057li a.vsmenudisabled, li.vsmenudisabled { color: #aaa !important; cursor:
default !important; }
4059a.help:link, a.help:visited, a.help:hover, a.help:
active, span.help {
4060 text-align: <?php print $left; ?>; font-weight: normal; color: #999; text-decoration: none;
4068 color: var(--colortextbackhmenu);
4070 display:
inline-block;
4072 vertical-align: super;
4074 transform: rotate(<?php echo($left ==
'left' ?
'55deg' :
'305deg'); ?>);
4079 border-bottom: 0 !important;
4082 margin: <?php echo $disableimages ?
'-1' :
'6'; ?>px;
4086 height: <?php echo $disableimages ?
'18' :
'32'; ?>px;
4089 vertical-align: middle;
4091.menulogocontainer img.mycompany {
4092 object-fit: contain;
4095 image-rendering: -webkit-optimize-contrast;
4098#mainmenutd_companylogo::after {
4101li#mainmenutd_companylogo .tmenucenter {
4104li#mainmenutd_companylogo {
4105 min-width: unset !important;
4107<?php
if ($disableimages) { ?>
4108 li#mainmenutd_home {
4109 min-width: unset !important;
4111 li#mainmenutd_home .tmenucenter {
4116div.blockvmenupair, div.blockvmenuimpair
4119 text-align: <?php print $left; ?>;
4120 text-decoration: none;
4124 padding-bottom: 3px;
4125 margin: 1px 0px 8px 0px;
4127 color: var(--colortext);
4128 background: var(--colorbackvmenu1);
4130 padding-bottom: 10px;
4131 border-bottom: 1px solid #e8e8e8;
4133div.blockvmenubookmarks
4135 padding-bottom: 16px !important;
4138 border: none !important;
4139 padding-left: 0 !important;
4141a.vsmenu.addbookmarkpicto {
4142 padding-right: 10px;
4144div.blockvmenufirst {
4147 border-top: 1px solid #e0e0e0;
4150div.blockvmenusearch, div.blockvmenubookmarks
4154 text-align: <?php print $left; ?>;
4155 text-decoration: none;
4159 padding-bottom: 3px;
4160 margin: 1px 0px 2px 0px;
4161 background: var(--colorbackvmenu1);
4163 padding-bottom: 10px;
4166div.blockvmenusearchphone
4168 border-bottom: none;
4174<?php
if (empty(
$conf->dol_optimize_smallscreen)) { ?>
4178 text-decoration: none;
4182 padding-bottom: 3px;
4183 margin: 4px 0px 0px 0px;
4191 border-right: 1px solid #000000;
4192 border-bottom: 1px solid #000000;
4193 background: #b3c5cc;
4196 text-align: <?php print $left; ?>;
4197 text-decoration: none;
4201 background: #b3c5cc;
4206 background: #F4F4F4;
4208 border: 1px solid #bbb;
4219#mainContent, #leftContent .ui-layout-pane {
4224#mainContent, #leftContent .ui-layout-center {
4236 padding-bottom: 0 !important;
4241 padding: 0px 4px 14px 4px !important;
4257li.expanded > a.fmdirlia.jqft.ecmjqft {
4258 font-weight: bold !important;
4262 width: calc(100% - 100px);
4266 white-space:
break-spaces;
4267 word-
break:
break-all;
4275 text-align: <?php print $left; ?>;
4286 font-weight: normal !important;
4289 color: var(--colortextbacktab);
4292 padding-right: 24px;
4293 padding-bottom: 23px;
4294 margin: 0px 0px 20px 0px;
4296 border-right: 1px solid #CCC;
4297 border-left: 1px solid #CCC;
4298 border-top: 1px solid #CCC;
4299 border-bottom: 1px solid #CCC;
4301 background: var(--colorbacktabcard1);
4303div.tabBar .lastrecordtable {
4304 margin-bottom: 15px !important;
4306div.tabBar tr.titre td {
4309div.fiche
table:not(.
table-fiche-title) tr.titre td {
4321div.tabBarWithBottom {
4322 padding-bottom: 18px;
4323 border-bottom: 1px solid #aaa;
4325div.tabBar
table.tableforservicepart2:last-child {
4326 border-bottom: 1px solid #aaa;
4328.tableforservicepart1 .tdhrthin {
4332div.tabs div.tabsElem:first-of-
type a.tab {
4333 margin-left: 0px !important;
4337 color: var(--colortextlink) !important;
4339a.tab:link, a.tab:visited, a.tab:hover, a.tab#
active {
4341 padding: 10px 13px 10px;
4343 text-decoration: none;
4344 white-space: nowrap;
4345 background-image: none !important;
4348.tabactive, a.tab#
active {
4349 color: var(--colortextbacktab) !important;
4350 background: var(--colorbacktabcard1) !important;
4352 border-right: 1px solid #AAA !important;
4353 border-left: 1px solid #AAA !important;
4354 border-top: 2px solid #AAA !important;
4356.tabunactive, a.tab#unactive {
4357 border-right: 1px solid transparent;
4358 border-left: 1px solid transparent;
4359 border-top: 1px solid transparent;
4360 border-bottom: 0px !important;
4374 text-decoration: none;
4375 white-space: nowrap;
4379 background: #dee7ec;
4383 background: #dee7ec;
4388 text-decoration: none;
4389 white-space: nowrap;
4390 border-radius:3px 3px 0px 0px;
4392 border-<?php print $right; ?>: 1px solid #555555;
4393 border-<?php print $left; ?>: 1px solid #D8D8D8;
4394 border-top: 1px solid #D8D8D8;
4408 margin-bottom: 1.4em;
4411 margin: 30px 0em 30px 0em;
4415div.tabsActionNoBottom {
4419 margin-bottom: 16px !important;
4421div.tabsAction .dropdown .textbutton {
4422 text-align: <?php echo $left; ?>;
4429 border: 1px solid #888;
4433 padding-bottom: 5px;
4439 color:rgba(0,0,0,.5);
4440 margin-<?php print $right; ?>: 10px;
4441 text-shadow:1px 1px 1px #ffffff;
4443 font-weight: normal;
4444 padding: 4px 6px 2px 6px;
4446 text-decoration: none;
4447 white-space: nowrap;
4458<?php include
dol_buildpath($path.
'/theme/'.$theme.
'/btn.inc.php', 0); ?>
4471 border-collapse: collapse;
4474 padding-<?php print $left; ?>: 0px !important;
4475 padding-<?php print $right; ?>: 4px !important;
4478 list-style-
type:none;
4479 margin: 0px !important;
4480 padding: 0px !important;
4485tr.nocellnopadd td.nobordernopadding, tr.nocellnopadd td.nocellnopadd
4491 color: unset !important;
4495 padding: 4px !important;
4496 padding-left: 7px !important;
4497 padding-right: 7px !important;
4499input.button.smallpaddingimp, input.buttonreset.smallpaddingimp {
4501 font-weight: normal !important;
4505 color: var(--colortextlink);
4506 background-color: transparent;
4509input.buttonlink:hover {
4510 text-decoration: underline;
4516 text-decoration: underline;
4517 color: var(--colortextlink);
4518 background-color: transparent;
4523 border-collapse: collapse;
4526 padding-<?php print $left; ?>: 0px;
4527 padding-<?php print $right; ?>: 16px;
4528 padding-bottom: 4px;
4531.notopnoleftnoright {
4532 border-collapse: collapse;
4537 padding-bottom: 4px;
4538 margin: 0px 0px 0px 0px;
4541table.tableforemailform tr td {
4543 padding-bottom: 3px;
4546table.border,
table.bordernooddeven,
table.dataTable, .table-border, .table-border-col, .table-key-border-col, .table-val-border-col, div.border {
4548 border-collapse: collapse !important;
4549 padding: 1px 2px 1px 3px;
4552 border: 1px solid #BBB;
4556.bordernooddeven tbody tr,
4558.bordernooddeven tbody tr td,
4559div.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,
4560tr.liste_titre.box_titre td
table td, .bordernooddeven tr td {
4563.liste_titre.trheight5em {
4564 height: 4em !important;
4567table.border td,
table.bordernooddeven td, div.border div div.tagtd, div.table-border div div.tagtd {
4568 padding: 3px 8px 3px 8px;
4570 border-collapse: collapse;
4573td.border, div.tagtable div div.border {
4574 border-top: 1px solid #000000;
4575 border-right: 1px solid #000000;
4576 border-bottom: 1px solid #000000;
4577 border-left: 1px solid #000000;
4580.table-key-border-col {
4584.table-val-border-col {
4589.thsticky, .tdsticky {
4593.thstickyright, .tdstickyright {
4597.thstickygray, .tdstickygray {
4598 background-color: lightgray;
4600.thstickyghostwhite, .tdstickyghostwhite {
4601 background-color: ghostwhite;
4603.thstickyinherit, .tdstickyinherit {
4604 background-color: inherit;
4609.tagtable td[data-key=
"ref"], .tagtable th[data-key=
"ref"] {
4613 max-width: 150px !important;
4615 background-color: gainsboro;
4622.tagtable td.actioncolumn, .tagtable th.actioncolumn {
4626 max-width: 150px !important;
4628 background-color: gainsboro;
4636.nobordertop, .nobordertop tr:first-of-
type td {
4637 border-top: none !important;
4639.noborderbottom, tr.noborderbottom td, .noborderbottom tr:last-of-
type td {
4640 border-bottom: none !important;
4643 border-top: 1px solid var(--colortopbordertitle1);
4646 border-bottom: 1px solid var(--colortopbordertitle1);
4649 border: none !important;
4652.fichehalfright
table.noborder {
4653 margin: 0px 0px 0px 0px;
4657 background: var(--colorbacktitle1);
4662 <?php
if ($userborderontable) { ?>
4663 border-right: 1px solid #ccc;
4664 border-left: 1px solid #ccc;
4667table.liste,
table.noborder:not(.paymenttable):not(.margintable):not(.tableforcontact),
table.formdoc, div.noborder:not(.paymenttable):not(.margintable):not(.tableforcontact) {
4669 if ($userborderontable) { ?>
4672 border-left: 1px solid #ccc;
4673 border-right: 1px solid #ccc;
4675 border-left: 1px solid #f0f0f0;
4676 border-right: 1px solid #f0f0f0;
4680 width: calc(100% - 2px);
4682 border-collapse: separate !important;
4683 border-spacing: 0px;
4685 border-top-width: <?php echo $borderwidth ?>px;
4686 border-top-color: var(--colortopbordertitle1);
4687 border-top-style: solid;
4689 border-bottom-width: 1px;
4690 border-bottom-color: #BBB;
4691 border-bottom-style: solid;
4693 margin: 0px 0px 20px 0px;
4695 border-radius: 0.1em;
4697table.tagtable.liste.listwithfilterbefore {
4700table.noborder.boxtable {
4703table.noborder tr, div.noborder form {
4704 border-top-color: #FEFEFE;
4706 border-right-width: 1px;
4707 border-right-color: #BBBBBB;
4708 border-right-style: solid;
4710 border-left-width: 1px;
4711 border-left-color: #BBBBBB;
4712 border-left-style: solid;
4715table.paddingtopbottomonly tr td {
4717 padding-bottom: 2px;
4720table.nointerlines tr:not(:last-child) td {
4721 border-bottom: unset !important;
4722 border-top: unset !important;
4727table.noborder:not(.cal_month, .paymenttable, .margintable) {
4728 border-radius: <?php echo $borderradius; ?>px;
4730table.noborder.cal_month {
4731 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4732 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4734table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child td:first-child,
4735table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child th:first-child,
4736table.tagtable.liste:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child td:first-child,
4737table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.trfirstline td:first-child {
4738 border-top-left-radius: <?php echo $borderradius; ?>px;
4740table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child td:last-child,
4741table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child th:last-child,
4742table.tagtable.liste:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child th:last-child,
4743table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.trfirstline td:last-child {
4744 border-top-right-radius: <?php echo $borderradius; ?>px;
4746table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr:last-child td:first-child,
4747table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr:last-child th:first-child {
4748 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4750table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr:last-child td:last-child,
4751table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr:last-child th:last-child {
4752 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4754table.noborder thead tr:last-child td:first-child,
4755table.noborder thead tr:last-child th:first-child {
4756 border-bottom-left-radius: unset !important;
4758table.noborder thead tr:last-child td:last-child,
4759table.noborder thead tr:last-child th:last-child {
4760 border-bottom-right-radius: unset !important;
4763table.liste:not(.listwithfilterbefore) {
4764 border-top-left-radius: <?php echo $borderradius; ?>px;
4765 border-top-right-radius: <?php echo $borderradius; ?>px;
4768 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4769 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4771table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child td:first-child,
4772table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child th:first-child {
4773 border-top-left-radius: <?php echo $borderradius; ?>px;
4775table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child td:last-child,
4776table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child th:last-child {
4777 border-top-right-radius: <?php echo $borderradius; ?>px;
4779div.liste_titre_bydiv {
4780 border-top-left-radius: <?php echo $borderradius; ?>px;
4781 border-top-right-radius: <?php echo $borderradius; ?>px;
4783div.liste_titre_bydiv_nothingafter {
4784 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4785 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4786 border-bottom-width: 1px;
4787 border-bottom-color: #BBB;
4788 border-bottom-style: solid;
4790table.liste tr:last-child td:first-child,
4791table.liste > tr:last-child th:first-child,
table.liste tfoot tr:last-child th:first-child {
4792 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4794table.liste tr:last-child td:last-child,
4795table.liste > tr:last-child th:last-child,
table.liste tfoot tr:last-child th:last-child {
4796 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4799table#tablelines tr:last-of-
type td:first-child,
table#tablelines tr#trlinefordates,
table#tablelines tr#trlinefordates td,
4800table#tablelinesservice tr:last-of-
type td:first-child,
table#tablelinesservice tr#trlinefordates,
table#tablelinesservice tr#trlinefordates td {
4801 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4803table#tablelines tr:last-of-
type td:last-child,
table#tablelines tr#trlinefordates,
table#tablelines tr#trlinefordates td,
4804table#tablelinesservice tr:last-of-
type td:last-child,
table#tablelinesservice tr#trlinefordates,
table#tablelinesservice tr#trlinefordates td {
4805 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4810.liste_titre_filter {
4811 background: var(--colorbacktitle1) !important;
4813tr.liste_titre_filter td.liste_titre {
4815 padding-bottom: 3px;
4817.liste_titre_create td, .liste_titre_create th, .liste_titre_create .tagtd
4819 border-top-width: 1px;
4820 border-top-color: var(--colortopbordertitle1);
4821 border-top-style: solid;
4823tr#trlinefordates td {
4824 border-bottom: 0px !important;
4826.liste_titre_add td, .liste_titre_add th, .liste_titre_add .tagtd
4828 border-top-width: 2px;
4829 border-top-color: var(--colortopbordertitle1);
4830 border-top-style: solid;
4832.liste_titre_add td, .liste_titre_add .tagtd
4834 border-top-width: 1px;
4835 border-top-color: var(--colortopbordertitle1);
4836 border-top-style: solid;
4839td.linecoldescription {
4840 padding: 6px 10px 6px 12px !important;
4843table.liste th,
table.noborder th,
table.noborder tr.liste_titre td,
table.noborder tr.box_titre td {
4844 padding: 8px 8px 8px 10px;
4848table.noborder > tbody > tr > td,
4849div.noborder form div,
table.tableforservicepart1 td,
table.tableforservicepart2 td {
4850 padding: 8px 12px 8px 12px;
4853table.liste tr.trkanban td {
4854 padding: 12px 15px 12px 15px;
4858 padding: unset !important;
4859 border: unset !important;
4862table.liste td,
table.noborder td, div.noborder form div {
4863 padding: 8px 8px 8px 8px;
4865div.liste_titre_bydiv .divsearchfield {
4866 padding: 2px 1px 2px 6px;
4869table.nobordernopadding {
4870 border-collapse: collapse !important;
4873table.nobordernopadding tr {
4874 border: 0 !important;
4875 padding: 0 0 !important;
4877table.nobordernopadding tr td {
4878 border: 0 !important;
4881table.border tr td
table.nobordernopadding tr td {
4887 border-right-width: 1px !important;
4888 border-right-color: #BBB !important;
4889 border-right-style: solid !important;
4893 border-left-width: 1px !important;
4894 border-left-color: #BBB !important;
4895 border-left-style: solid !important;
4899table.listwithfilterbefore {
4900 border-top: none !important;
4903.tagtable, .table-border { display:
table; }
4904.tagtr, .table-border-row { display:
table-row; }
4905.tagtd, .table-border-col, .table-key-border-col, .table-val-border-col { display:
table-cell; }
4906.confirmquestions .tagtr .tagtd:not(:first-child) { padding-left: 10px; }
4907.confirmquestions { margin-top: 5px; }
4908.confirmquestions .tagtr .tagtd { height: 2em; vertical-align: middle; }
4917 color: var(--colortexttitlenotab);
4921 color: var(--colortexttitlenotab) !important;
4925 font-weight: normal;
4926 color: var(--refidnocolor);
4931 display:
inline-block;
4933div.refaddress div.address {
4939 float:<?php echo $right; ?>
4942 font-weight: normal;
4947 display:
inline-block;
4953 display:
inline-block;
4960 display:
inline-block;
4965div.pagination li.pagination a,
4966div.pagination li.pagination span {
4969 line-height: 1.42857143;
4970 color: var(--color-black);
4971 text-decoration: none;
4973div.pagination li.pagination span.inactive {
4978div.pagination li.litext a {
4980 padding-right: 10px;
4984div.pagination li.noborder a:hover {
4986 background-color: transparent;
4988div.pagination li:first-child a,
4989div.pagination li:first-child span {
4991 border-top-left-radius: 4px;
4992 border-bottom-left-radius: 4px;
4994div.pagination li:last-child a,
4995div.pagination li:last-child span {
4996 border-top-right-radius: 4px;
4997 border-bottom-right-radius: 4px;
4999div.pagination li a:hover,
5000div.pagination li span:hover,
5001div.pagination li a:focus,
5002div.pagination li span:focus {
5004 background-color: #eee;
5008div.pagination li .active a,
5009div.pagination li .active span,
5010div.pagination li .active a:hover,
5011div.pagination li .active span:hover,
5012div.pagination li .active a:focus,
5013div.pagination li .active span:focus {
5017 background-color: var(--colorbackhmenu1);
5018 border-color: #337ab7;
5020div.pagination .disabled span,
5021div.pagination .disabled span:hover,
5022div.pagination .disabled span:focus,
5023div.pagination .disabled a,
5024div.pagination .disabled a:hover,
5025div.pagination .disabled a:focus {
5027 cursor: not-allowed;
5028 background-color: #fff;
5031div.pagination li.pagination .active {
5032 text-decoration: underline;
5035.paginationafterarrows .nohover {
5036 box-shadow: none !important;
5038div.pagination li.paginationafterarrows {
5041.paginationatbottom {
5044table.hidepaginationprevious .paginationprevious {
5047table.hidepaginationnext .paginationnext {
5050.paginationafterarrows a.btnTitlePlus:hover span:before {
5056ul.noborder li:nth-child(odd):not(.liste_titre) {
5057 background-color: var(--colorbacklinepair2) !important;
5062.tmenucompanylogo.nohover, .tmenucompanylogo.nohover:hover {
5063 opacity: unset !important;
5065.nohoverborder:hover {
5069.oddeven:hover:not(.nohover), .evenodd:hover:not(.nohover), .oddevenimport:hover:not(.nohover), .evenoddimport:hover:not(.nohover), .impair:hover:not(.nohover), .pair:hover:not(.nohover) {
5070 background: rgb(<?php echo $colorbacklinepairhover; ?>) !important;
5074 background: rgb(<?php echo $colorbacklinepairchecked; ?>) !important;
5076<?php
if ($colorbacklinepairchecked) { ?>
5078 background: rgb(<?php echo $colorbacklinepairchecked; ?>) !important;
5083 background: unset !important;
5085.nohoverborder:hover {
5090.oddeven, .evenodd, .impair, .pair, .nohover .impair:hover, tr.impair td.nohover, tr.pair td.nohover, .tagtr.oddeven
5095 color: var(--oddevencolor);
5097.impair, .nohover .impair:hover, tr.impair td.nohover
5099 background: var(--colorbacklineimpair2);
5101.pair, .nohover .pair:hover, tr.pair td.nohover {
5102 background-color: var(--colorbacklinepair1);
5104tr.oddeven.oddevendouble {
5105 height: 60px !important;
5109 background-color: var(--colorbacklineimpair2);
5111table.dataTable tr.oddeven {
5112 background-color: var(--colorbacklinepair1) !important;
5116td.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 {
5117 background-color: var(--colorbacklineimpair2) !important;
5118 background: var(--colorbacklineimpair2) !important;
5120td.evenodd, tr.nohoverpair td, #trlinefordates td {
5121 background-color: var(--colorbacklinepair2) !important;
5122 background: var(--colorbacklinepair2) !important;
5126 border-bottom: 1pt solid #aaa !important;
5127 background-color: var(--colorbacklinebreak) !important;
5129.trforbreak.nobold td a, .trforbreak.nobold span.secondary {
5130 font-weight: normal !important;
5132tr.trforbreaknobg:nth-of-
type(n+3) td {
5134 border-top: 1pt dashed #aaa !important;
5138 padding: 5px 2px 5px 3px !important;
5140tr.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 {
5141 padding: 5px 2px 5px 3px;
5142 border-bottom: 1px solid #eee;
5144form.pair, form.impair {
5145 font-weight: normal;
5147tr.pair:last-of-
type td, tr.impair:last-of-
type td {
5148 border-bottom: 0px !important;
5150tr.pair td .nobordernopadding tr td, tr.impair td .nobordernopadding tr td {
5151 border-bottom: 0px !important;
5161div.liste_titre .tagtd {
5162 vertical-align: middle;
5165 min-height: 26px !important;
5168 padding-bottom: 2px;
5178 border-top-width: 1px;
5179 border-top-color: #BBB;
5180 border-top-style: solid;
5182div.liste_titre_bydiv {
5183 <?php
if ($userborderontable) { ?>
5184 border-top-width: <?php echo $borderwidth ?>px;
5185 border-top-color: var(--colortopbordertitle1);
5186 border-top-style: solid;
5188 border-collapse: collapse;
5190 padding: 2px 0px 2px 0;
5192 width: calc(100% - 2px);
5194div.liste_titre_bydiv_inlineblock {
5195 display:
inline-block;
5199tr.liste_titre, tr.liste_titre_sel, form.liste_titre, form.liste_titre_sel,
table.dataTable.tr, tagtr.liste_titre
5201 height: 26px !important;
5203div.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
5205 background: var(--colorbacktitle1);
5206 font-weight: <?php echo $useboldtitle ?
'bold' :
'normal'; ?>;
5209 color: var(--colortexttitle);
5211 text-align: <?php echo $left; ?>;
5213tr.liste_titre th, tr.liste_titre td, th.liste_titre
5215 border-bottom: 1px solid #aaa;
5218tr:first-child th.liste_titre, tr:first-child th.liste_titre_sel {
5219 border-bottom: 1px solid #FFF ! important;
5221tr.liste_titre th, th.liste_titre, tr.liste_titre td, td.liste_titre, form.liste_titre div, div.liste_titre
5224 font-weight: <?php echo $useboldtitle ?
'bold' :
'normal'; ?>;
5225 vertical-align: middle;
5228tr.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 {
5229 text-shadow: none !important;
5230 color: var(--colortexttitlelink);
5232tr.liste_titre_topborder td {
5233 border-top-width: <?php echo $borderwidth; ?>px;
5234 border-top-color: var(--colortopbordertitle1);
5235 border-top-style: solid;
5238 text-shadow: none !important;
5239 color: var(--colortexttitle);
5241.liste_titre td a.notasortlink {
5242 color: var(--colortextlink);
5244.liste_titre td a.notasortlink:hover {
5245 background: transparent;
5249table > tr.liste_titre:last-child th.liste_titre,
table > tr.liste_titre:last-child th.liste_titre_sel,
table > tr.liste_titre td.liste_titre,
table > tr.liste_titre td.liste_titre_sel,
5250table > tbody > tr.liste_titre:last-child th.liste_titre,
table > tbody > tr.liste_titre:last-child th.liste_titre_sel,
table > tbody > tr.liste_titre td.liste_titre,
table > tbody > tr.liste_titre td.liste_titre_sel,
5251form.liste_titre div.tagtd {
5252 border-bottom: none;
5255tr.liste_titre_filter th.liste_titre:not(.center), tr.liste_titre_filter th.liste_titre_sel:not(.center) {
5264tr.liste_titre_sel th, th.liste_titre_sel, tr.liste_titre_sel td, td.liste_titre_sel, form.liste_titre_sel div
5267 font-weight: normal;
5268 border-bottom: 1px solid #FDFFFF;
5272 background: transparent;
5276.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 {
5280.noborder tr.liste_total td, tr.liste_total td, form.liste_total div {
5281 white-space: nowrap;
5284.noborder tr.liste_total_wrap td, tr.liste_total_wrap td, form.liste_total_wrap div {
5285 white-space: normal;
5288tr.liste_sub_total, tr.liste_sub_total td {
5289 border-bottom: 2px solid #aaa;
5292.tableforservicepart1 .impair, .tableforservicepart1 .pair, .tableforservicepart1 .oddeven, .tableforservicepart2 .impair, .tableforservicepart2 .pair, .tableforservicepart2 .oddeven {
5295.tableforservicepart1 tbody tr td, .tableforservicepart2 tbody tr td {
5296 border-bottom: none;
5299.paymenttable, .margintable {
5300 margin: 0px 0px 0px 0px !important;
5302.paymenttable, .margintable:not(.margintablenotop) {
5303 border-top-width: <?php echo $borderwidth ?>px !important;
5304 border-top-color: var(--colortopbordertitle1) !important;
5305 border-top-style: solid !important;
5307.margintable.margintablenotop {
5308 border-top-width: 0;
5310.paymenttable tr td:first-child, .margintable tr td:first-child
5314.paymenttable, .margintable tr td {
5320 box-shadow: 0px 0px 0px #f4f4f4 !important;
5323 box-shadow: 2px 2px 5px #CCC !important;
5327 box-shadow: 0px 0px 5px #888;
5330div.tabBar .noborder {
5331 box-shadow: 0px 0px 0px #f4f4f4 !important;
5333div .tdtop:not(.tagtdnote) {
5334 vertical-align: top !important;
5335 padding-top: 6px !important;
5336 padding-bottom: 0px !important;
5339#tablelines tr.liste_titre td, #tablelinesservice tr.liste_titre td, .paymenttable tr.liste_titre td, .margintable tr.liste_titre td:not(.noborder), .tableforservicepart1 tr.liste_titre td {
5340 border-bottom: 1px solid #AAA !important;
5342#tablelines tr td, #tablelinesservice tr td {
5349.noborder > tbody > tr:nth-child(even):not(.liste_titre):not(.nooddeven),
5350.liste > tbody > tr:nth-child(even):not(.liste_titre):not(.nooddeven),
5351div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) > .border > tbody >
table:not(.tableforfieldedit) > tr:nth-of-
type(even):not(.liste_titre):not(.nooddeven),
5352.liste > tbody > tr:nth-of-
type(even):not(.liste_titre):not(.nooddeven),
5353div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) .oddeven.tagtr:nth-of-
type(even):not(.liste_titre):not(.nooddeven)
5355 background: linear-gradient(to bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
5356 background: -o-linear-gradient(bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
5357 background: -moz-linear-gradient(bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
5358 background: -webkit-linear-gradient(bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
5360.noborder > tbody > tr:nth-child(even):not(:last-of-
type) td:not(.liste_titre),
5361.liste > tbody > tr:nth-child(even):not(:last-of-
type) td:not(.liste_titre),
5362.noborder .tagtr:nth-child(even):not(:last-of-
type) .oddeven.tagtd:not(.liste_titre)
5364 border-bottom: 1px solid #e8e8e8;
5367.noborder > tbody > tr:nth-child(odd):not(.liste_titre):not(.nooddeven),
5368.liste > tbody > tr:nth-child(odd):not(.liste_titre):not(.nooddeven),
5369div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) > .border > tbody >
table:not(.tableforfieldedit) > tr:nth-of-
type(odd):not(.liste_titre):not(.nooddeven),
5370.liste > tbody > tr:nth-of-
type(odd):not(.liste_titre):not(.nooddeven),
5371div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) .oddeven.tagtr:nth-of-
type(odd):not(.liste_titre):not(.nooddeven)
5373 background: linear-gradient(to bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
5374 background: -o-linear-gradient(bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
5375 background: -moz-linear-gradient(bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
5376 background: -webkit-linear-gradient(bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
5378.noborder > tbody > tr:nth-child(odd):not(:last-child):not(.lastvisible) td:not(.liste_titre),
5379.liste > tbody > tr:nth-child(odd):not(:last-child):not(.lastvisible) td:not(.liste_titre),
5380.noborder .tagtr:nth-child(odd):not(:last-child):not(.lastvisible) .oddeven.tagtd:not(.liste_titre)
5382 border-bottom: 1px solid #e8e8e8;
5385ul.noborder li:nth-child(even):not(.liste_titre) {
5386 background-color: var(--colorbacklinepair2) !important;
5399 padding-bottom: 12px;
5401.boxstats, .boxstats130 {
5402 display:
inline-block;
5406 background: var(--colorbackbody);
5408.boxstats, .boxstats130, .boxstatscontent {
5409 white-space: nowrap;
5411 text-overflow: ellipsis;
5424@media only screen and (max-width: 768px)
5426 .tabBar .arearef .pagination.paginationref {
5427 max-width: calc(50%);
5430 div.pagination ul li {
5434 div.pagination .button-title-separator {
5438 .clearbothonsmartphone {
5441 .clearbothonsmartphone:not(.hideonsmartphone) {
5442 display: block !important;
5446 padding-left: 0 !important;
5447 margin-left: 0 !important;
5448 margin-right: 0 !important;
5455 .boxstats, .boxstats130 {
5457 border: 1px solid #ddd;
5467 .dashboardlineindicator {
5479 box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20);
5487span.boxstatstext span.fas {
5488 filter: grayscale(100%);
5490.boxstatsindicator.thumbstat150 {
5491 display:
inline-flex;
5493span.boxstatsindicator {
5495 font-weight: normal;
5496 color: rgb(<?php print $colortextlink; ?>);
5498span.dashboardlineindicator, span.dashboardlineindicatorlate {
5500 font-weight: normal;
5502a.dashboardlineindicatorlate:hover {
5503 text-decoration: none;
5505.dashboardlineindicatorlate img {
5508span.dashboardlineok {
5511span.dashboardlineko {
5515.dashboardlinelatecoin {
5520 padding: 1px 6px 1px 6px;
5521 background-color: #8c4446;
5522 color: #FFFFFF ! important;
5523 border-radius: .25em;
5526 margin-bottom: 20px !important;
5529 border-bottom-width: 1px;
5537.boxtablenomarginbottom {
5538 margin-bottom: 0 !important;
5540.boxtable .fichehalfright, .boxtable .fichehalfleft {
5546.boxworkingboard .tdboxstats {
5547 padding-left: 1px !important;
5548 padding-right: 1px !important;
5550a.valignmiddle.dashboardlineindicator {
5554 height: 30px !important;
5557 height: 50px !important;
5561 height: 26px !important;
5568 background: var(--colorbacktitle1);
5569 color: var(--colortexttitle);
5570 font-family: <?php print
$fontlist ?>, sans-serif;
5571 font-weight: <?php echo $useboldtitle ?
'bold' :
'normal'; ?>;
5572 border-bottom: 1px solid #FDFFFF;
5573 white-space: nowrap;
5576tr.box_titre td.boxclose {
5579img.boxhandle, img.boxclose {
5584 vertical-align: middle;
5587.formboxfilter input[
type=image]
5597.prod_entry_mode_free, .prod_entry_mode_predef {
5598 height: 26px !important;
5599 vertical-align: middle;
5603 border: 1px solid #888;
5610 white-space: nowrap;
5614 transition: color 0.4s;
5616.star:hover, .star.active {
5617 color: var(--butactionbg);
5620.search-component-assistance {
5623 background: var(--colorbackbody);
5624 border-width: 1px 1px 2px;
5625 border-style: solid;
5626 border-color: rgb(204, 204, 204);
5627 border-image: none; padding: 9px;
5628 box-shadow: rgba(136, 136, 136, 0.267) 1px 2px 10px;
5634.search-component-assistance .assistance-title {
5640.search-component-assistance .separator {
5644.search-component-assistance .end-separator {
5647.search-component-assistance .assistance-errors {
5650 margin: 5px 0px 5px 0px
5652.search-component-assistance .assistance-errors {
5657 margin: 0 !important;
5659.search-component-assistance .operand, .search-component-assistance .operator, .search-component-assistance .value {
5660 display:
inline-block;
5662.search-component-assistance .btn-div{
5666@media only screen and (max-width: 620px) {
5667 .search-component-assistance .operand, .operator, .value {
5668 display: block !important;
5670 .search-component-assistance .separator, .end-separator {
5680.ok { color: #114466; }
5681.warning { color: #887711 !important; }
5682.error { color: #550000 !important; font-weight: bold; }
5683.green { color: #118822 !important; }
5684.neutral { color: #444 !important; }
5690div.info, div.warning, div.error, div.green, div.neutral, section.neutral {
5693 padding-right: 10px;
5694 padding-bottom: 16px;
5695 margin: 1em 0em 1em 0em;
5699div.fiche div.info, div.fiche div.warning, div.fiche div.neutral {
5700 box-shadow: 1px 1px 6px #e4e4e4;
5701 margin: 1em 0em 1.2em 0em;
5705div.neutral, section.neutral {
5706 background: #f8f8f8;
5709 border-<?php print $left; ?>: solid 5px #aaa;
5715 border-<?php print $left; ?>: solid 5px #87bfc2;
5716 background: #eff8fc;
5721div.green div.greenborder, section.green, section.greenborder {
5722 border-<?php print $left; ?>: solid 5px #118822;
5724div.green, section.green {
5725 background: #e3f0e3;
5729div.warning, div.warningborder, section.warning, section.warningborder {
5730 border-<?php print $left; ?>: solid 5px #f2cf87;
5732div.warning, section.warning {
5733 background: #fcf8e3;
5735div.warning a, div.info a, div.error a {
5736 color: rgb(<?php echo $colortextlink; ?>);
5741 border-<?php print $left; ?>: solid 5px #f28787;
5742 background: #EFCFCF;
5750a.normal:link { font-weight: normal }
5751a.normal:visited { font-weight: normal }
5752a.normal:
active { font-weight: normal }
5753a.normal:hover { font-weight: normal }
5755a.impayee:link { font-weight: bold; color: #550000; }
5756a.impayee:visited { font-weight: bold; color: #550000; }
5757a.impayee:
active { font-weight: bold; color: #550000; }
5758a.impayee:hover { font-weight: bold; color: #550000; }
5771.framecontent iframe {
5782.opened-dash-board-wrap {
5783 margin-bottom: 25px;
5790.product_line_stock_ok { color: #002200; }
5791.product_line_stock_too_low { color: #884400; }
5793.fieldrequired { font-weight: bold; }
5794#tablesubscribe .fieldrequired {
5795 font-weight: inherit !important;
5796 color: inherit !important;
5798#tablesubscribe .fieldrequired:after {
5804td.widthpictotitle, .table-fiche-title img.widthpictotitle { width: 32px; font-size: 1.4em; text-align: <?php echo $left; ?>; }
5805table.titlemodulehelp tr td img.widthpictotitle { width: 80px; }
5807.dolgraphtitle { margin-top: 6px; margin-bottom: 4px; }
5808.dolgraphtitlecssboxes { }
5809.dolgraphchart canvas {
5812.legendColorBox, .legendLabel { border: none !important; }
5813div.dolgraph div.legend, div.dolgraph div.legend div { background-color: rgba(255,255,255,0) !important; }
5814div.dolgraph div.legend
table tbody tr { height:
auto; }
5815td.legendColorBox { padding: 2px 2px 2px 0 !important; }
5816td.legendLabel { padding: 2px 2px 2px 0 !important; }
5818 text-align: <?php echo $left; ?>;
5822 white-space: nowrap;
5832div.divphotoref > div > .photowithmargin, div.divphotoref > img.photowithmargin, div.divphotoref > a > .photowithmargin {
5833 margin-<?php echo $right; ?>: 15px;
5836 border: 1px solid #f0f0f0;
5841 text-align: center !important;
5844 margin-top: 6px !important;
5849 content:url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/logo_setup.svg', 1) ?>);
5850 display:
inline-block;
5855 content:url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/nographyet.svg', 1) ?>);
5856 display:
inline-block;
5858 background-repeat: no-repeat;
5865table.table-fiche-title tr.toptitle {
5870 text-decoration: none;
5871 text-transform: uppercase;
5876div.titre, tr.liste_titre .print-barre-liste {
5877 color: var(--colortexttitlenotab);
5885 color: var(--colortexttitlenotab);
5888 color: var(--colortexttitlenotab2);
5891table.notopnoleftnoright.table-fiche-title {
5892 margin-bottom: 15px;
5894.fichehalfleft
table.table-fiche-title, .fichehalfright
table.table-fiche-title {
5903table.table-fiche-title .col-title div.titre span {
5904 line-height: normal;
5907div.backgreypublicpayment {
5908 background-color: #f0f0f0;
5910 border-bottom: 1px solid #ddd;
5916.backgreypublicpayment a { color: #222 !important; }
5917.poweredbypublicpayment {
5927 text-decoration: none;
5930span.buttonpaymentsmall {
5941 min-width: 320px; font-size: 16px;
5944#tablepublicpayment {
5945 border: 1px solid #CCCCCC !important;
5948 margin-bottom: 20px;
5949 border-radius: 10px;
5951#tablepublicpayment .CTableRow1 { background-color: #F0F0F0 !important; }
5952#tablepublicpayment tr.liste_total { border-bottom: 1px solid #CCCCCC !important; }
5953#tablepublicpayment tr.liste_total td { border-top: none; }
5955.divmainbodylarge { margin-left: 40px; margin-right: 40px; }
5956.publicnewmemberform div.titre { font-size: 2em; }
5957#divsubscribe { max-width: 900px; }
5958#divsubscribe .eventlabel { font-size: 1.5em; }
5959#tablesubscribe { width: 100%; }
5960#tablesubscribe tr td { font-size: 1.15em; }
5961#tablesubscribe .price-registration { font-size: 1.5em; }
5965 border: 1px solid #ccc;
5983.effectpostit:before, .effectpostit:after
5994 box-shadow: 0 15px 10px #777;
5995 -webkit-transform: rotate(-3deg);
5996 -moz-transform: rotate(-3deg);
5997 -o-transform: rotate(-3deg);
5998 -ms-transform: rotate(-3deg);
5999 transform: rotate(-3deg);
6003 -webkit-transform: rotate(3deg);
6004 -moz-transform: rotate(3deg);
6005 -o-transform: rotate(3deg);
6006 -ms-transform: rotate(3deg);
6007 transform: rotate(3deg);
6024 maring-bottom: 10px;
6025 font-size: <?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize; ?> !important;
6027.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable {
6028 z-index: 1005 !important;
6030.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
6031 z-index:1006 !important;
6034.ui-dialog.ui-widget.ui-widget-content {
6035 border: 1px solid #e0e0e0;
6040 background-color: #f8f8f8 !important;
6043.ui-dialog .ui-dialog-buttonpane {
6044 padding: .5em 1em .3em .4em;
6046.ui-dialog .ui-dialog-content, .ui-dialog .ui-dialog-titlebar.ui-widget-header {
6047 padding-left: 1em !important;
6050 margin-right: 8px !important;
6075table.valid, div.valid {
6077 border-<?php print $left; ?>: solid 5px #f2cf87;
6083 padding-bottom: 4px;
6085 background: #fcf8e3;
6098.ui-dialog.highlight.ui-widget.ui-widget-content.ui-front {
6103 max-width: <?php print
dol_size(700,
'width'); ?>px !important;
6106div.ui-tooltip.mytooltip {
6109 box-shadow: 0 0 4px #888;
6111 font-stretch: condensed;
6112 background: var(--colorbacklineimpair2) !important;
6117@media only screen and (max-width: 768px)
6119 div.ui-tooltip.mytooltip {
6123@media only screen and (max-width: 480px)
6125 div.ui-tooltip.mytooltip {
6129@media only screen and (max-width: 320px)
6131 div.ui-tooltip.mytooltip {
6141.ui-datepicker-calendar .ui-state-
default, .ui-datepicker-calendar .ui-widget-content .ui-state-
default,
6142.ui-datepicker-calendar .ui-widget-header .ui-state-
default, .ui-datepicker-calendar .ui-
button,
6148div#ui-datepicker-div {
6150 box-shadow: 2px 5px 15px #aaa;
6155 z-index: 1010 !important;
6157.ui-datepicker .ui-datepicker
table {
6160.ui-datepicker .ui-widget-header {
6166.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
6171img.datecallink { padding-left: 2px !important; padding-right: 2px !important; }
6173select.ui-datepicker-year {
6174 margin-left: 2px !important;
6176.ui-datepicker-trigger, .ui-datepicker-notrigger {
6177 vertical-align: middle;
6181.ui-datepicker-notrigger {
6184.ui-datepicker-trigger {
6198 background-color: #FFFFFF;
6204 border-spacing: 0px;
6205 border-collapse: collapse;
6207.dp td, .tpHour td, .tpMinute td{padding:2px; font-size:10px;}
6209.dpHead,.tpHead,.tpHour td:Hover .tpHead{
6211 background-color: #888;
6217.dpButtons,.tpButtons {
6219 background-color: #888;
6224.dpButtons:Active,.tpButtons:Active{border: 1px outset black;}
6225.dpDayNames td,.dpExplanation {background-color:#D9DBE1; font-weight:bold; text-align:center; font-size:11px;}
6226.dpExplanation{ font-weight:normal; font-size:11px;}
6227.dpWeek td{text-align:center}
6229.dpToday,.dpReg,.dpSelected{
6232.dpToday{font-weight:bold; color:black; background-color:#f4f4f4;}
6233.dpReg:Hover,.dpToday:Hover{background-color:black;color:white}
6236.dpSelected{background-color:#0B63A2;color:white;font-weight:bold; }
6238.tpHour{border-top:1px solid #f4f4f4; border-right:1px solid #f4f4f4;}
6239.tpHour td {border-left:1px solid #f4f4f4; border-bottom:1px solid #f4f4f4; cursor:pointer;}
6240.tpHour td:Hover {background-color:black;color:white;}
6242.tpMinute {margin-top:5px;}
6243.tpMinute td:Hover {background-color:black; color:white; }
6244.tpMinute td {background-color:#D9DBE1; text-align:center; cursor:pointer;}
6250 background-color:transparent;
6255 vertical-align:middle;
6259 color: rgb(<?php print $colortextlink; ?>);
6264.categtextwhite, .treeview .categtextwhite.hover {
6265 color: #fff !important;
6268 color: #000 !important;
6272 margin: 5px !important;
6284div.hidden, div.hiddenforpopup, header.hidden, tr.hidden, td.hidden,
6285img.hidden, span.hidden, br.hidden, div.showifmore, input.hidden {
6303.previewnotyetavailable {
6307.websiteformtoolbar {
6309 top: <?php echo empty($dol_hide_topmenu) ? ($disableimages ?
'36px' :
'50px') :
'0'; ?>;
6313.exampleapachesetup {
6317 border: 1px solid #aaa;
6321 background: #ddd; border: 1px solid #ccc; border-radius: 4px;
6326 background-color: transparent;
6327 background-image: none;
6328 color: #000 !important;
6331.bordertransp:not(.nobordertransp) {
6332 background-color: transparent;
6333 background-image: none;
6334 border: 1px solid #aaa;
6335 font-weight: normal;
6336 color: #444 !important;
6338.websitebar .button.bordertransp {
6340 text-decoration: unset !important;
6341 border: unset !important;
6345.websitebar .fa-plus-circle.btnTitle-icon {
6346 margin: 0px 4px 0px 4px !important;
6350 border-bottom: 1px solid #ccc;
6352 display:
inline-block;
6354.centpercent.websitebar {
6355 width: calc(100% - 10px);
6356 padding: 5px 5px 5px 5px;
6359.websitebar .buttonDelete, .websitebar .button {
6362.websitebar .button, .websitebar .buttonDelete
6364 padding: 2px 4px 2px 4px !important;
6365 margin: 2px 4px 2px 4px !important;
6366 line-height: normal;
6368.websitebar input.button.bordertransp, .websitebar input.buttonDelete.bordertransp {
6369 color: #444 !important;
6374 padding-<?php echo $right; ?>: 10px;
6375 vertical-align: middle;
6380.websiteselection, .websitetools {
6386 display:
inline-block;
6387 vertical-align: top;
6390.websiteiframenoborder {
6393span.websitebuttonsitepreview, a.websitebuttonsitepreview {
6394 vertical-align: middle;
6396span.websitebuttonsitepreview img, a.websitebuttonsitepreview img {
6398 display:
inline-block;
6400span.websitebuttonsitepreviewdisabled img, a.websitebuttonsitepreviewdisabled img {
6403.websiteiframenoborder {
6407 vertical-align: middle;
6411.websiteselectionsection {
6412 border-left: 1px solid #bbb;
6413 border-right: 1px solid #bbb;
6418.websitebar input#previewpageurl {
6422#divbodywebsite section p {
6426#divbodywebsite #websitetemplateconfigpage{
6428 margin: 50px
auto 0;
6436.dayevent .tagtr:first-of-
type {
6439.agendacell { height: 60px; }
6440table.cal_month { border-spacing: 0px; }
6441table.cal_month td:first-child { border-left: 0px; }
6442table.cal_month td:last-child { border-right: 0px; }
6443table.cal_month td { padding-left: 1px !important; padding-right: 1px !important; }
6444table.cal_month.cal_peruser td { padding-left: 0 !important; padding-right: 0 !important; }
6445.cal_current_month { border-top: 0; border-left: solid 1px #E0E0E0; border-right: 0; border-bottom: solid 1px #E0E0E0; }
6446.cal_current_month_peruserleft { border-top: 0; border-left: solid 2px #6C7C7B; border-right: 0; border-bottom: solid 1px #E0E0E0; }
6447.cal_current_month_oneday { border-right: solid 1px #E0E0E0; }
6448.cal_other_month { border-top: 0; border-left: solid 1px #E0E0E0; border-right: 0; border-bottom: solid 1px #C0C0C0; }
6449.cal_other_month_peruserleft { border-top: 0; border-left: solid 2px #6C7C7B !important; border-right: 0; }
6450.cal_current_month_right { border-right: solid 1px #E0E0E0; }
6451.cal_other_month_right { border-right: solid 1px #C0C0C0; }
6452.cal_other_month { background: #FCFCFC; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 1px; padding-top: 0px; padding-bottom: 0px; }
6453.cal_past_month { background: #EEEEEE; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 1px; padding-top: 0px; padding-bottom: 0px; }
6454.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; }
6455.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; }
6456.cal_today { 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; }
6457.cal_today_peruser { 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; }
6458.cal_today_peruser_peruserleft { 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; }
6459.cal_today_peruser_impair { }
6461.cal_peruser { padding: 0px; height: 22px !important; }
6462.cal_peruserviewname { max-width: 140px; height: 22px !important; }
6463.cal_impair { background: #FBFBFB; }
6464.cal_showmore { opacity: 0.5 }
6465.peruser_busy { background: #CC8888; }
6466.peruser_notbusy { background: #EEDDDD; opacity: 0.5; }
6467div.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); }
6468table.cal_event { border: none; border-collapse: collapse; margin-bottom: 1px; border-radius: 3px; min-height: 20px; }
6469table.cal_event td { border: none; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 2px; padding-top: 0px; padding-bottom: 0px; }
6470table.cal_event td.cal_event { padding: 4px 4px !important; padding-bottom: 2px !important; padding-top: 2px !important; }
6471table.cal_event td.cal_event_right { padding: 4px 4px !important; }
6472tr.trcalweek { height: 300px; }
6473tr.trcalday { height: 300px; }
6474.cal_event { font-size: 1em; }
6475.cal_event a:link { color: #111111; font-weight: normal !important; }
6476.cal_event a:visited { color: #111111; font-weight: normal !important; }
6477.cal_event a:
active { color: #111111; font-weight: normal !important; }
6478.cal_event_busy a:hover { color: #111111; font-weight: normal !important; color:rgba(255,255,255,.75); }
6487.calendarviewcontainertr { height: 100px; }
6490 background-size: 24px
auto;
6499td.peruser_holiday_imp {
6500 background-color: #aaa !important;
6503.cal_available { background: #0060d450; }
6504.cal_chosen { background: #0060d4; }
6513 border: solid 1px rgba(0,0,0,.3);
6514 background: var(--colorbackbody) !important;
6515 color: var(--colortext) !important;
6519.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
6521 background: rgb(<?php echo $colorbacktitle1; ?>);
6526 background: #007fff !important;
6527 color: #ffffff !important;
6530.ui-menu .ui-menu-item a {
6531 text-decoration:none;
6535 font-weight: normal;
6542.ui-
button { margin-left: -2px; <?php print(preg_match(
'/chrome/',
$conf->browser->name) ?
'padding-top: 1px;' :
''); ?> }
6547 line-height: 1em !important;
6555.ui-autocomplete-loading { background: white url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/working.gif', 1) ?>) right center no-repeat; }
6560 background-color:white;
6561 border:1px solid #888;
6565.ui-autocomplete ul {
6566 list-style-
type:none;
6570.ui-autocomplete ul li.selected { background-color: #D3E5EC;}
6571.ui-autocomplete ul li {
6572 list-style-
type:none;
6579.ui-autocomplete-input { margin: 0; padding: 4px; }
6588 text-overflow: ellipsis;
6596.editkey_textarea, .editkey_ckeditor, .editkey_string, .editkey_email, .editkey_numeric, .editkey_select, .editkey_autocomplete {
6597 background: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/edit.png', 1) ?>) right top no-repeat;
6603.editkey_datepicker {
6604 background: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/calendar.png', 1) ?>) right center no-repeat;
6610.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 {
6615.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 {
6630.treeview ul { background-color: transparent !important; margin-top: 0 !important; }
6631.treeview li { background-color: transparent !important; padding: 0 0 0 20px !important; min-height: 30px; }
6632.treeview .hitarea { width: 20px !important; margin-left: -20px !important; margin-top: 3px; }
6633.treeview li
table { min-height: 30px; }
6634.treeview .hover { color: var(--colortextlink) !important; text-decoration: underline !important; }
6666 font-family:sans-serif;
6669 border-spacing: 0px;
6670 border-collapse: collapse;
6677 border-style:groove;
6687div.jPicker
table.jPicker {
6688 padding-bottom: 20px;
6689 padding-right: 20px;
6693 height: 2px !important;
6700 background: unset !important;
6701 border: unset !important;
6703.jPicker .Preview div span {
6704 border: unset !important;
6705 width: unset !important;
6706 height: 50% !important;
6708.jPicker div[
class=
"Map"] {
6713 border: 1px solid #bbb !important;
6714 background-color: var(--colorbackbody) !important;
6715 box-shadow: 0px 0px 10px #ccc;
6716 width: 300px !important;
6719 vertical-align: middle;
6722 background-image: unset !important;
6724.jPicker .Grid span.QuickColor {
6725 border: unset !important;
6731 white-space: nowrap;
6733.jPicker .Preview div {
6734 height: 36px !important;
6736.jPicker input[
type=
"button"] {
6737 background: var(--butactionbg);
6738 color: var(--textbutaction);
6740 border-collapse: collapse;
6743.jPicker tr.Hex td.Text input {
6744 width: 60px !important;
6746.jPicker td.Text input {
6749 border: 1px solid #bbb !important;
6753A.color, A.color:
active, A.color:visited {
6756 text-decoration : none;
6762 border : 1px inset white;
6765 border : 1px outset white;
6767A.none, A.none:
active, A.none:visited, A.none:hover {
6770 text-decoration : none;
6777 border : 1px solid #b3c5cc;
6786 background-color : #b3c5cc;
6793 background-color : #b3c5cc;
6794 border : 2px outset;
6803 border : 1px outset white;
6812 text-align : center;
6829 border: solid 1px #ddd !important;
6832 color: unset !important;
6833 background-color: unset !important;
6841body.cke_show_borders {
6842 margin: 5px !important;
6844table.cke_dialog.cke_browser_webkit {
6845 border-collapse: separate;
6846 border-radius: 10px;
6849 border: 1px #bbb solid ! important;
6856.cke_wrapper { padding: 4px !important; }
6857a.cke_dialog_ui_button
6859 font-family: <?php print
$fontlist ?> !important;
6860 background-image: url(<?php echo $img_button ?>) !important;
6861 background-
position: bottom !important;
6862 border: 1px solid #C0C0C0 !important;
6863 border-radius:0px 2px 0px 2px !important;
6864 box-shadow: 3px 3px 4px #f4f4f4 !important;
6867 width: 40px !important;
6876a.cke_dialog_ui_button_ok span {
6877 text-shadow: none !important;
6878 color: #333 !important;
6880a.cke_button, a.cke_combo_button {
6881 height: 18px !important;
6883div.cke_notifications_area .cke_notification_warning {
6893.cke.cke_reset, .cke_inner.cke_reset, .cke_top.cke_reset_all {
6894 border-top-left-radius: <?php echo $borderradius; ?>px;
6895 border-top-right-radius: <?php echo $borderradius; ?>px;
6897.cke.cke_reset, .cke_inner.cke_reset, .cke_contents.cke_reset {
6898 border-bottom-left-radius: <?php echo $borderradius; ?>px;
6899 border-bottom-right-radius: <?php echo $borderradius; ?>px;
6903@media only screen and (max-width: 768px)
6905 .cke_inner:not(.cke_maximized) .cke_toolbar_separator,
6906 .cke_inner:not(.cke_maximized) .cke_combo,
6907 .cke_inner:not(.cke_maximized) .cke_button:not(.cke_button__maximize) {
6917td.linecoldescription .tox.tox-tinymce {
6920.tox .tox-edit-area::before {
6921 border: none !important;
6926.tox:not(.tox-tinymce-
inline) .tox-editor-header {
6927 padding: 0 !important;
6929.tox .tox-tbtn:not(.tox-tbtn--select):not(.tox-tbtn--bespoke):not(.tox-split-button__chevron) {
6930 width: 30px !important;
6932.tox .tox-toolbar__group {
6933 padding-left: 5px !important;
6934 padding-right: 5px !important;
6936button.tox-tbtn.tox-tbtn--select.tox-tbtn--bespoke[data-mce-
name=
"fontsize"] {
6939.tox:not(.tox-tinymce-
inline) .tox-editor-header {
6942 box-shadow: 0 2px 2px -2px rgba(34,47,62,.1),0 5px 5px -4px rgba(34,47,62,.09) !important;
6944.mce-content-body p {
6953 border: 1px solid #ddd;
6956.aceeditorstatusbar {
6959 padding-<?php echo $left; ?>: 10px;
6967.ace_status-indicator {
6971 border-left: 1px solid;
6973pre#editfilecontentaceeditorid {
6983 height: 72px !important;
6991.customreportsoutput, .customreportsoutputnotdata {
6994.customreportsoutputnotdata {
7007#types .btn-primary {
7016 display:
inline-block;
7021 vertical-align: top;
7024#types input.text, #types textarea {
7038 box-sizing:border-box;
7045#comment .comment-table {
7049#comment .comment-cell {
7052#comment .comment-info {
7054 border-right:1px solid #dedede;
7058 background:rgba(255,255,255,0.5);
7059 vertical-align:middle;
7062#comment .comment-info a {
7065#comment .comment-right {
7068#comment .comment-description {
7072#comment .comment-delete {
7075 vertical-align:middle;
7077#comment .comment-delete:hover {
7078 background:rgba(250,20,20,0.8);
7080#comment .comment-edit {
7083 vertical-align:middle;
7085#comment .comment-edit:hover {
7086 background:rgba(0,184,148,0.8);
7098 width: <?php print isset($_SESSION[
'dol_screenwidth']) ? max((
int) $_SESSION[
'dol_screenwidth'] - 830, 450) :
'450'; ?>px !important;
7101div#GanttChartDIVglisthead, div#GanttChartDIVgcharthead {
7105.gtaskname div, .gtaskname, .gstartdate div, .gstartdate, .genddate div, .genddate {
7106 font-size: unset !important;
7109div.gantt, .gtaskheading, .gmajorheading, .gminorheading, .gminorheadingwkend {
7110 font-size: unset !important;
7111 font-weight: normal !important;
7112 color: #000 !important;
7115 background: #f0f0f0 !important;
7118 background: rgb(108,152,185) !important;
7121 background: rgb(160,173,58) !important;
7125 text-overflow: ellipsis;
7127td.gminorheadingwkend {
7128 color: #888 !important;
7131 color: #666 !important;
7133.glistlbl, .glistgrid {
7134 width: 582px !important;
7136.gtaskname div, .gtaskname {
7137 min-width: 250px !important;
7138 max-width: 250px !important;
7139 width: 250px !important;
7141.gpccomplete div, .gpccomplete {
7142 min-width: 40px !important;
7143 max-width: 40px !important;
7144 width: 40px !important;
7146td.gtaskheading.gstartdate, td.gtaskheading.genddate {
7147 white-space:
break-spaces;
7149.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) {
7150 color: transparent !important;
7165 font-weight: normal;
7174 font-weight: normal;
7180 text-decoration: none;
7185 margin: 0 5px 5px 5px;
7190 margin: 0 10px 20px 10px;
7195 float: <?php print $left; ?>;
7196 border: solid 1px #f4f4f4;
7203 font-weight: normal;
7216 vertical-align: middle;
7220 display:
inline-block !important;
7223 width: calc(100% - 100px);
7225 white-space:
break-spaces;
7226 word-
break:
break-all;
7229 font-weight: bold !important;
7232 text-decoration: underline;
7236 vertical-align: middle;
7237 display:
inline-block !important;
7238 text-align: <?php echo $right; ?>;
7239 float: <?php echo $right; ?>;
7243div#ecm-layout-west {
7245 vertical-align: top;
7247div#ecm-layout-center {
7248 width: calc(100% - 405px);
7249 vertical-align: top;
7250 float: <?php echo $right; ?>;
7253.ecmjqft LI.directory { font-weight:normal; background: url(<?php echo
dol_buildpath($path.
'/theme/common/treemenu/folder2.png', 1); ?>) left top no-repeat; }
7254.ecmjqft LI.expanded { font-weight:normal; background: url(<?php echo
dol_buildpath($path.
'/theme/common/treemenu/folder2-expanded.png', 1); ?>) left top no-repeat; }
7255.ecmjqft LI.wait { font-weight:normal; background: url(<?php echo
dol_buildpath(
'/theme/'.$theme.
'/img/working.gif', 1); ?>) left top no-repeat; }
7265 top:
auto !important;
7266 bottom: 4px !important;
7269 top: <?php print $disableimages ?
'32' : ($heightmenu + 4); ?>px;
7272 min-width: <?php echo $dol_optimize_smallscreen ?
'200' :
'480'; ?>px;
7275 padding-left: 10px !important;
7276 padding-right: 10px !important;
7277 padding-top: 10px !important;
7278 word-wrap:
break-word;
7281.jnotify-container .jnotify-notification .jnotify-message {
7282 font-weight: normal;
7284 word-
break:
break-word;
7286.jnotify-container .jnotify-notification-warning .jnotify-close, .jnotify-container .jnotify-notification-warning .jnotify-message {
7287 color: #a28918 !important;
7289.jnotify-container .jnotify-close {
7290 top: 4px !important;
7291 font-size: 1.6em !important;
7295div.jnotify-background {
7296 opacity : 0.95 !important;
7297 box-shadow: 2px 2px 4px #8888 !important;
7301.bodylogin .jnotify-container {
7308 padding-left: unset !important;
7309 padding-right: unset !important;
7310 padding-top: unset !important;
7312.bodylogin .jnotify-container .jnotify-notification {
7313 margin: unset !important;
7315.bodylogin .jnotify-container .jnotify-notification .jnotify-background {
7316 border-radius: unset !important;
7318.bodylogin .jnotify-container .jnotify-notification .jnotify-message {
7330div.dolEventValid h1, div.dolEventValid h2 {
7332 background-color: #e3f0db;
7333 padding: 5px 5px 5px 5px;
7336div.dolEventError h1, div.dolEventError h2 {
7338 background-color: #d79eac;
7339 padding: 5px 5px 5px 5px;
7347.divmap, #google-visualization-geomap-embed-0, #google-visualization-geomap-embed-1, #google-visualization-geomap-embed-2 {
7355table.dataTable tr.odd td.sorting_1,
table.dataTable tr.even td.sorting_1 {
7356 background: none !important;
7358.sorting_asc { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_asc.png
', 1); ?>') no-repeat center right !important; }
7359.sorting_desc { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_desc.png
', 1); ?>') no-repeat center right !important; }
7360.sorting_asc_disabled { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_asc_disabled.png
', 1); ?>') no-repeat center right !important; }
7361.sorting_desc_disabled { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_desc_disabled.png
', 1); ?>') no-repeat center right !important; }
7362.dataTables_paginate {
7365.paginate_button_disabled {
7366 opacity: 1 !important;
7367 color: #888 !important;
7368 cursor:
default !important;
7370.paginate_disabled_previous:hover, .paginate_enabled_previous:hover, .paginate_disabled_next:hover, .paginate_enabled_next:hover
7372 font-weight: normal;
7374.paginate_enabled_previous:hover, .paginate_enabled_next:hover
7376 text-decoration: underline !important;
7380 text-decoration: underline !important;
7384 font-weight: normal !important;
7385 text-decoration: none !important;
7387.paging_full_numbers {
7388 height: inherit !important;
7390.paging_full_numbers a.paginate_active:hover, .paging_full_numbers a.paginate_button:hover {
7391 background-color: #DDD !important;
7393.paging_full_numbers, .paging_full_numbers a.paginate_active, .paging_full_numbers a.paginate_button {
7394 background-color: #FFF !important;
7395 border-radius: inherit !important;
7397.paging_full_numbers a.paginate_button_disabled:hover, .paging_full_numbers a.disabled:hover {
7398 background-color: #FFF !important;
7400.paginate_button, .paginate_active {
7401 border: 1px solid #ddd !important;
7402 padding: 6px 12px !important;
7403 margin-left: -1px !important;
7404 line-height: 1.42857143 !important;
7405 margin: 0 0 !important;
7412.ui-state-
disabled, .ui-widget-content .ui-state-
disabled, .ui-widget-header .ui-state-
disabled, .paginate_button_disabled {
7414 background-image: none;
7417div.dataTables_length {
7418 float: right !important;
7421div.dataTables_length select {
7424.dataTables_wrapper .dataTables_paginate {
7425 padding-top: 0px !important;
7433.heightofcombo:not(.pageplusone) {
7436.select2-container .select2-selection--single {
7440span.select2-selection--single.flat[aria-
disabled=
"true"] span.select2-selection__rendered {
7444span.select2.select2-container.select2-container--
default {
7445 text-align: initial;
7454input.select2-input {
7455 border-bottom: none ! important;
7458.select2-container--
default .select2-results__option--highlighted[aria-selected] {
7459 background-color: var(--colorbackhmenu1);
7460 color: var(--colortextbackhmenu);
7462.select2-container--
default .select2-results__option--highlighted[aria-selected] span {
7463 color: #fff !important;
7468 border-bottom: 1px solid #ccc !important;
7470li.select2-selection__choice {
7471 white-space:
break-spaces;
7474.select2-results .select2-highlighted.optionblue {
7475 color: #FFF !important;
7478.select2-container .select2-selection--multiple {
7479 min-height: 28px !important;
7481.select2-container--
default .select2-selection--multiple {
7482 border<?php echo
getDolGlobalString(
'THEME_SHOW_BORDER_ON_INPUT') ?
'' :
'-bottom'; ?>: solid 1px var(--inputbordercolor);
7485.select2-container--
default .select2-selection--multiple .select2-selection__choice {
7491.blockvmenusearch .select2-container--
default .select2-selection--single
7495.blockvmenubookmarks .select2-container--
default .select2-selection--single
7497 background-color: var(--colorbackvmenu1);
7499.select2-container--
default .select2-selection--single {
7500 background-color: var(--inputbackgroundcolor);
7502#blockvmenusearch .select2-container--default .select2-selection--single .select2-selection__placeholder {
7503 color: var(--colortextbackvmenu);
7505.select2-container--
default .select2-selection--single .select2-selection__rendered {
7508.select2-container .select2-choice {
7509 border-bottom: 1px solid #ccc;
7511.select2-container .select2-choice > .select2-chosen {
7514.select2-container .select2-choice .select2-arrow {
7517.select2-container-multi .select2-choices {
7518 background-image: none;
7520.select2-container .select2-choice {
7524.selectoptiondisabledwhite {
7525 background: #FFFFFF !important;
7530 border-left: none !important;
7531 background: none !important;
7535 border-top: none !important;
7536 border-left: none !important;
7537 border-right: none !important;
7538 border-bottom: 1px solid #ccc;
7540.select2-drop.select2-drop-above {
7541 box-shadow: none !important;
7543.select2-container--open .select2-dropdown--above {
7544 border-bottom: solid 1px rgba(0,0,0,.2);
7546.select2-drop.select2-drop-above.select2-drop-
active {
7547 border-top: 1px solid #ccc;
7548 border-bottom: 1px solid #ccc;
7550.select2-container--
default .select2-selection--single:not(.selectwidget) {
7561 border<?php echo
getDolGlobalString(
'THEME_SHOW_BORDER_ON_INPUT') ?
'' :
'-bottom'; ?>: solid 1px var(--inputbordercolor);
7563 box-shadow: none !important;
7565.select2-container--
default .select2-selection--single.selectwidget,
7566.select2-container--
default .select2-selection--single.selectwidget:hover,
7567.select2-container--
default .select2-selection--single.selectwidget:focus {
7572 border-bottom: solid 1px var(--inputbordercolor);
7574 box-shadow: none !important;
7577.select2-container--
default.select2-container--focus .select2-selection--multiple {
7582.select2-container--
default .select2-selection--multiple {
7583 border-bottom: solid 1px rgba(0,0,0,.2);
7587 border-radius: 0 !important;
7588 line-height: normal;
7591.select2-container--
default .select2-selection--multiple .select2-selection__rendered {
7594.select2-container--
default .select2-selection--multiple .select2-selection__choice {
7595 margin-top: 4px !important;
7597.select2-selection--multiple input.select2-search__field {
7598 border: none !important;
7600.select2-search__field
7603 border-top: none !important;
7604 border-left: none !important;
7605 border-right: none !important;
7606 border-bottom: solid 1px rgba(0,0,0,.2) !important;
7607 box-shadow: none !important;
7608 border-radius: 0 !important;
7610.select2-container-
active .select2-choice, .select2-container-
active .select2-choices
7615 border-bottom: none;
7616 box-shadow: none !important;
7621 box-shadow: 1px 2px 10px #8884;
7622 background-color: var(--colorbackbody);
7623 color: var(--colortext);
7625.select2-dropdown-open {
7626 background-color: var(--colorbackvmenu1);
7628.select2-dropdown-open .select2-choice, .select2-dropdown-open .select2-choices
7633 border-bottom: none;
7634 box-shadow: none !important;
7635 background-color: var(--colorbackvmenu1);
7641.select2-drop.select2-drop-above.select2-drop-
active, .select2-drop {
7644.select2-drop.select2-drop-above {
7647.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
7648 background-image: none;
7649 border-radius: 0 !important;
7651div.select2-drop-above
7653 background: var(--colorbackvmenu1);
7654 box-shadow: none !important;
7658 border: 1px solid #ccc;
7661.select2-search input {
7664a span.select2-chosen
7666 font-weight: normal !important;
7668.select2-container .select2-choice {
7669 background-image: none;
7672.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit
7674 background: var(--colorbackvmenu1);
7679.select2-results__option {
7680 word-
break:
break-word;
7681 text-align: <?php echo $left; ?>;
7683.select2-container.select2-container-
disabled .select2-choice, .select2-container-multi.select2-container-
disabled .select2-choices {
7684 background-color: var(--colorbackvmenu1);
7685 background-image: none;
7689.select2-container-
disabled .select2-choice .select2-arrow b {
7692.select2-container-multi .select2-choices .select2-search-choice {
7695.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices, .select2-container-multi .select2-choices,
7696.select2-container-multi.select2-container-
active .select2-choices
7698 border-bottom: 1px solid #ccc;
7701 border-left: 1px solid #ddd;
7703.select2-container--
default .select2-results>.select2-results__options{
7709.selecttype span.select2-dropdown.ui-dialog {
7712span#select2-taskid-container[title^=
'--'] {
7718#addbox .select2-container .select2-choice > .select2-chosen, #actionbookmark .select2-container .select2-choice > .select2-chosen {
7719 text-align: <?php echo $left; ?>;
7722.select2-container--
default .select2-selection--single .select2-selection__placeholder {
7726span#select2-boxbookmark-container, span#select2-boxcombo-container {
7727 text-align: <?php echo $left; ?>;
7729span#select2-boxcombo-container {
7732.select2-container .select2-selection--single .select2-selection__rendered {
7738#boxbookmark.boxcombo, #boxcombo.boxcombo {
7741 border-bottom: solid 1px rgba(0,0,0,.4) !important;
7744 padding: 0 0 5px 5px;
7745 vertical-align: top;
7749.select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr {
7750 padding: 3px 5px 3px 5px;
7751 margin: 0 0 2px 3px;
7756 border: 1px solid #ddd;
7758 box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
7759 background-clip: padding-box;
7760 -webkit-touch-callout: none;
7761 -webkit-
user-select: none;
7762 -moz-
user-select: none;
7763 -ms-
user-select: none;
7765 background-color: #e4e4e4;
7766 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));
7767 background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
7768 background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
7769 background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
7771.mytooltip .select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr {
7772 padding: 1px 3px 1px 3px;
7774.select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr a {
7775 font-weight: normal;
7777.select2-container-multi-dolibarr .select2-choices-dolibarr li {
7778 float: <?php echo $left; ?>;
7781.select2-container-multi-dolibarr .select2-choices-dolibarr {
7782 height:
auto !important;
7791span.select2.select2-container.select2-container--
default {
7792 text-align: initial;
7795ul.select2-results__options li {
7799select.multiselectononeline {
7801 vertical-align: middle;
7803 height: 28px !important;
7809@media only screen and (min-width: 767px)
7812 .select2-container.select2-container--open:not(.graphtype, .limit, .combolargeelem):not(.yesno) .select2-dropdown.ui-dialog {
7813 min-width: 300px !important;
7816 .select2-container.select2-container--open:not(.graphtype, .limit, .combolargeelem):not(.yesno) .select2-dropdown--below:not(.onrightofpage),
7817 .select2-container.select2-container--open:not(.graphtype, .limit, .combolargeelem):not(.yesno) .select2-dropdown--above:not(.onrightofpage) {
7818 min-width: 300px !important;
7821 .onrightofpage span.select2-dropdown.ui-dialog.select2-dropdown--below,
7822 .onrightofpage span.select2-dropdown.ui-dialog.select2-dropdown--above {
7823 min-width: 140px !important;
7825 .combolargeelem.select2-container.select2-container--open .select2-dropdown.ui-dialog {
7826 min-width: 320px !important;
7829 .select2-container--open .select2-dropdown--below {
7830 border-top: 1px solid var(--inputbordercolor);
7836.limit.select2-container.select2-container--open .select2-dropdown.ui-dialog {
7837 min-width: 100px !important;
7840.parentonrightofpage {
7849.noborderoncategories {
7850 border: none !important;
7851 border-radius: 5px !important;
7853 box-shadow: none !important;
7854 margin-top: 1px !important;
7855 margin-bottom: 0 !important;
7856 margin-<?php echo $left ?>: 0px !important;
7857 margin-<?php echo $right ?>: 3px !important;
7859span.noborderoncategories a, li.noborderoncategories a {
7860 line-height: normal;
7862span.noborderoncategories {
7863 padding: 3px 5px 3px 5px;
7865.categtextwhite, .treeview .categtextwhite.hover {
7866 color: #fff !important;
7869 color: #000 !important;
7881.multi-select-container {
7882 display:
inline-block;
7895 border: 1px solid #aaa;
7896 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
7900div.multi-select-menu[role=
"menu"] {
7901 min-width: 220px !important;
7904.multi-select-menu input {
7905 margin-right: 0.3em;
7910 display:
inline-block;
7912 white-space: nowrap;
7914 text-overflow: ellipsis;
7915 vertical-align: middle;
7916 background-color: #fff;
7920 border-bottom: solid 1px rgba(0,0,0,.2);
7924 <?php
if ($right ==
'left') { ?>
7925 padding-right: 22px;
7930.multi-select-
button:focus {
7932 border-bottom: 1px solid #666;
7935.multi-select-
button:after {
7937 display:
inline-block;
7940 border-style: solid;
7941 border-width: 0.4em 0.3em 0em 0.3em;
7942 border-color: #888 transparent transparent transparent;
7949.multi-select-container--open .multi-select-menu { display: block; }
7951.multi-select-container--open .multi-select-
button:after {
7952 border-width: 0 0.4em 0.4em 0.4em;
7953 border-color: transparent transparent #888 transparent;
7956.multi-select-menuitem {
7961label.multi-select-menuitem {
7971ul.ulselectedfields {
7979 vertical-align: middle;
7980 display:
inline-block;
7982.dropdown dd, .dropdown dt {
7988 text-align: <?php echo $left; ?>;
7998.dropdown dt a span, .multiSel span {
8000 display:
inline-block;
8001 padding: 0 3px 2px 0;
8003.maxwidthsearch .dropdown dt a span, .multiSel span {
8004 padding: 0 3px 2px 3px;
8006.dropdown span.value {
8010 background-color: #FFF;
8011 box-shadow: 1px 1px 10px #aaa;
8013 <?php echo $right; ?>:0px;
8022.dropdown dd ul.selectedfieldsleft {
8023 <?php echo $right; ?>:
auto;
8026 white-space: nowrap;
8027 font-weight: normal;
8028 padding: 7px 8px 7px 8px;
8029 color: var(--colortext);
8031.dropdown dd ul li:hover:not(.liinputsearch) {
8034.dropdown dd ul li input[
type=
"checkbox"] {
8035 margin-<?php echo $right; ?>: 3px;
8037.dropdown dd ul li a, .dropdown dd ul li span {
8040.dropdown dd ul li a {
8043.dropdown dd ul li span {
8046.dropdown dd ul li a:hover {
8047 background-color: #eee;
8050dd.dropdowndd ul li {
8051 text-overflow: ellipsis;
8053 white-space: nowrap;
8064 text-overflow: ellipsis;
8065 white-space: nowrap;
8068div.kanban.column div.ui-sortable-helper {
8069 transform: rotate(4deg);
8082 padding-bottom: 20px;
8090.searchpage .tagtr .tagtd {
8092 padding-bottom: 2px;
8094.searchpage .tagtr .tagtd .button {
8098.searchpage .searchform input {
8102.searchpage :focus-visible {
8106li.ui-li-divider .ui-link {
8107 color: #FFF !important;
8112a.ui-link, a.ui-link:hover, .ui-btn:hover, span.ui-btn-text:hover, span.ui-btn-inner:hover {
8113 text-decoration: none !important;
8123 font-size: <?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize; ?>;
8126.ui-btn-icon-right .ui-btn-inner {
8127 padding-right: 30px;
8129.ui-btn-icon-left .ui-btn-inner {
8132.ui-select .ui-btn-icon-right .ui-btn-inner {
8133 padding-right: 30px;
8135.ui-select .ui-btn-icon-left .ui-btn-inner {
8138.ui-select .ui-btn-icon-right .ui-icon {
8141.ui-btn-icon-left > .ui-btn-inner > .ui-icon, .ui-btn-icon-right > .ui-btn-inner > .ui-icon {
8147 white-space: nowrap;
8148 text-overflow: ellipsis;
8150.fiche .ui-controlgroup {
8152 padding-bottom: 0px;
8154div.ui-controlgroup-controls div.tabsElem
8158div.ui-controlgroup-controls div.tabsElem a
8160 box-shadow: 0 -3px 6px rgba(0,0,0,.2);
8162div.ui-controlgroup-controls div.tabsElem a#
active {
8163 box-shadow: 0 -3px 6px rgba(0,0,0,.3);
8166a.tab span.ui-btn-inner
8173 color: rgb(<?php print $colortext; ?>);
8175.liste_titre .ui-link {
8176 color: rgb(<?php print $colortexttitle; ?>) !important;
8180 word-wrap:
break-word;
8184.formdoc .ui-btn-inner
8186 white-space: normal;
8188 text-overflow: clip;
8196div.ui-radio, div.ui-checkbox
8198 display:
inline-block;
8199 border-bottom: 0px !important;
8201.ui-checkbox input, .ui-radio input {
8207div.ui-checkbox label+input, div.ui-radio label+input {
8212 padding-bottom: 10px; margin-bottom: 4px; border-bottom: 1px solid #AAAAAA !important;
8219.ui-field-contain label.ui-input-text {
8220 vertical-align: middle !important;
8222.ui-mobile fieldset {
8223 border-bottom: none !important;
8227.ui-li .ui-btn-inner a.ui-link-inherit, .ui-li-
static.ui-li {
8232 font-weight: normal;
8234.ui-focus, .ui-btn:focus {
8242 color: rgb(<?php print $colortexttitlenotab; ?>) !important;
8244.ui-bar-b, .lilevel0 {
8245 background-repeat: repeat-x;
8249 color: rgb(<?php print $colortexttitlenotab; ?>) !important;
8252 font-weight: normal !important;
8255.ui-li.ui-last-child, .ui-li.ui-field-contain.ui-last-child {
8256 border-bottom-width: 0px !important;
8259 color: rgb(<?php echo $colortexttitle; ?>) !important;
8262 box-shadow: none !important;
8263 border-bottom: 1px solid #ccc;
8266 border-right: 1px solid #ccc !important;
8269 border: 1px solid #ccc;
8272.ui-btn-up-c, .ui-btn-hover-c {
8276.ui-body-c .ui-link, .ui-body-c .ui-link:visited, .ui-body-c .ui-link:hover {
8277 color: rgb(<?php print $colortextlink; ?>);
8279.ui-btn-up-c .vsmenudisabled {
8280 color: #<?php echo $colorshadowtitle; ?> !important;
8281 text-shadow: none !important;
8289 background: transparent;
8302 color: rgb(<?php print $colortexttitlenotab; ?>) !important;
8305 border-top: 2px solid #444;
8306 background: #fff ! important;
8308.lilevel1 div div a {
8309 font-weight: bold !important;
8314 background: #fff ! important;
8319 background: #fff ! important;
8325 background: #fff ! important;
8331 background: #fff ! important;
8342 background: url(
'<?php echo dol_buildpath($path.'/theme/
'.$theme.'/img/menus/money.png
', 1) ?>') top left no-repeat;
8347 background: url(
'<?php echo dol_buildpath($path.'/theme/
'.$theme.'/img/menus/home.png
', 1) ?>') top left no-repeat;
8350.menu_choix1,.menu_choix2 {
8353 border: 1px solid #666;
8356.menu_choix1 a, .menu_choix2 a {
8359 text-decoration: none;
8365.menu_choix1 a:hover,.menu_choix2 a:hover {
8368.menu li.menu_choix1 {
8370 padding-right: 10px;
8371 padding-bottom: 2px;
8373.menu li.menu_choix2 {
8375 padding-right: 10px;
8376 padding-bottom: 2px;
8378@media only screen and (max-width: 767px)
8380 .menu_choix1 a, .menu_choix2 a {
8381 background-size: 36px 36px;
8385 .menu li.menu_choix1, .menu li.menu_choix2 {
8390 margin-right: 0 !important;
8404 border: 1px solid #888;
8406.publicnewmemberform div.tabBarWithBottom {
8407 border: 2px solid #e8e8e8;
8411 box-shadow: 2px 2px 10px #ddd;
8414.publicnewmemberform #tablesubscribe {
8431.publicnewticketform {
8436 padding-right: 50px;
8439@media only screen and (max-width: 767px)
8441 .ticketlargemargin {
8442 padding-left: 5px; padding-right: 5px;
8455#cd-timeline::before {
8463 background: #d7e4ed;
8465@media only screen and (min-width: 1170px) {
8469 #cd-timeline::before {
8479.cd-timeline-block:after {
8484.cd-timeline-block:first-child {
8487.cd-timeline-block:last-child {
8490@media only screen and (min-width: 1170px) {
8491 .cd-timeline-block {
8494 .cd-timeline-block:first-child {
8497 .cd-timeline-block:last-child {
8509 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);
8510 background: #d7e4ed;
8512.cd-timeline-img img {
8522.cd-timeline-img.cd-picture {
8523 background: #75ce66;
8525.cd-timeline-img.cd-movie {
8526 background: #c03b44;
8528.cd-timeline-img.cd-location {
8529 background: #f0ca45;
8531@media only screen and (min-width: 1170px) {
8538 -webkit-transform: translateZ(0);
8539 -webkit-backface-visibility: hidden;
8541 .cssanimations .cd-timeline-img.is-hidden {
8544 .cssanimations .cd-timeline-img.bounce-in {
8545 visibility: visible;
8546 -webkit-animation: cd-bounce-1 0.6s;
8547 -moz-animation: cd-bounce-1 0.6s;
8548 animation: cd-bounce-1 0.6s;
8552@-webkit-keyframes cd-bounce-1 {
8555 -webkit-transform: scale(0.5);
8560 -webkit-transform: scale(1.2);
8564 -webkit-transform: scale(1);
8567@-moz-keyframes cd-bounce-1 {
8570 -moz-transform: scale(0.5);
8575 -moz-transform: scale(1.2);
8579 -moz-transform: scale(1);
8582@keyframes cd-bounce-1 {
8585 -webkit-transform: scale(0.5);
8586 -moz-transform: scale(0.5);
8587 -ms-transform: scale(0.5);
8588 -o-transform: scale(0.5);
8589 transform: scale(0.5);
8594 -webkit-transform: scale(1.2);
8595 -moz-transform: scale(1.2);
8596 -ms-transform: scale(1.2);
8597 -o-transform: scale(1.2);
8598 transform: scale(1.2);
8602 -webkit-transform: scale(1);
8603 -moz-transform: scale(1);
8604 -ms-transform: scale(1);
8605 -o-transform: scale(1);
8606 transform: scale(1);
8609.cd-timeline-content {
8613 border-radius: 0.25em;
8615 background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
8616 background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
8617 background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
8618 background-image: linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
8620.cd-timeline-content:after {
8625.cd-timeline-content h2 {
8628.cd-timeline-content .cd-
date {
8630 font-size: 0.8125rem;
8632.cd-timeline-content .cd-
date {
8633 display:
inline-block;
8635.cd-timeline-content p {
8640.cd-timeline-content .cd-
date {
8645.cd-timeline-content::before {
8652 border: 7px solid transparent;
8653 border-right: 7px solid white;
8655@media only screen and (min-width: 768px) {
8656 .cd-timeline-content h2 {
8660 .cd-timeline-content {
8664 .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-
date {
8666 font-size: 0.875rem;
8669@media only screen and (min-width: 1170px) {
8670 .cd-timeline-content {
8675 .cd-timeline-content::before {
8678 border-color: transparent;
8679 border-left-color: white;
8681 .cd-timeline-content .cd-read-more {
8684 .cd-timeline-content .cd-
date {
8692 .cd-timeline-block:nth-child(even) .cd-timeline-content {
8695 .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
8699 border-color: transparent;
8700 border-right-color: white;
8702 .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
8705 .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-
date {
8718span.phpdebugbar-tooltip.phpdebugbar-tooltip-extra-wide, span.phpdebugbar-tooltip.phpdebugbar-tooltip-wide {
8719 width: 250px !important;
8721.phpdebugbar-indicator span.phpdebugbar-tooltip {
8722 opacity: .95 !important;
8724a.phpdebugbar-tab.phpdebugbar-
active {
8725 background-image: unset !important;
8727.phpdebugbar-indicator .fa {
8728 font-family:
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>";
8731div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-value.phpdebugbar-widgets-warning:before,
8732div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-value.phpdebugbar-widgets-error:before,
8733div.phpdebugbar-widgets-exceptions a.phpdebugbar-widgets-editor-link:before,
8734div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-database:before,
8735div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-duration:before,
8736div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-memory:before,
8737div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-row-count:before,
8738div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-copy-clipboard:before,
8739div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-stmt-id:before,
8740div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-render-time:before,
8741div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-memory:before,
8742div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-param-count:before,
8743div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-
type:before,
8744div.phpdebugbar-widgets-templates a.phpdebugbar-widgets-editor-link:before
8746 font-family:
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>" !important;
8754.jcrop-holder { background: unset !important; }
8761.dol-xaxis-vertical .flot-x-axis .flot-tick-label.tickLabel {
8762 text-orientation: sideways;
8764 writing-mode: vertical-rl;
8765 white-space: nowrap;
8779 background-color: rgba(0, 0, 0, 0.6);
8782 justify-content: center;
8783 align-items: center;
8786#dol-block-ui .message {
8787 padding: 15px 20px 15px 50px;
8789 background: #000 no-repeat 10px center;
8790 border-radius: 10px;
8791 font-family: sans-serif;
8799span.clipboardCPValueToPrint, div.clipboardCPValueToPrint {
8800 display:
inline-block;
8802span.clipboardCPValue.hidewithsize {
8803 width: 0 !important;
8804 display:
inline-block;
8806 white-space: nowrap;
8808 vertical-align: middle;
8810div.clipboardCPValue.hidewithsize {
8811 width: 0 !important;
8814 white-space: nowrap;
8817.clipboardCPShowOnHover .clipboardCPButton {
8826.clipboardCPTextDivInside {
8830 border: 1px solid #DDD;
8839 white-space: nowrap;
8841 box-shadow: 1px 1px 6px #ddd;
8849.radio_js_bloc_number {
8850 display:
inline-block;
8854 border:1px solid #ccc;
8861.radio_js_bloc_number.selected {
8862 transition:0.2s ease background;
8875 vertical-align: top;
8879#virtualcard-iframe {
8880 border: 1px solid #aaa;
8881 vertical-align: top;
8884 border-radius: 10px;
8886 box-shadow: 0 0 5px #bbb;
8889 pointer-events: none;
8903.highlightDragDropArea{
8904 border: 2px #000 dashed !important;
8905 background-color: #eee !important;
8907.highlightDragDropArea * :not(.dragDropAreaMessage *){
8909 filter: blur(1px) grayscale(90%);
8911.dragDropAreaMessage {
8915 transform: translate(-50%, -50%);
8925 border: 1px solid #bbb !important;
8932.opensurveydescription * {
8937 padding: 0 4px 0 4px;
8941 margin-right: 100px;
8945 background-color: #f0f0f0;
8949.survey_borders .resultats .nom {
8950 text-align: <?php echo $left; ?>
8952.survey_borders .resultats .sujet {
8964#bookinghoursection {
8972 border: 1px solid #000;
8975 margin-bottom: 15px;
8976 box-shadow: 10px 10px 10px #ddd;
8979 padding-bottom: 10px;
8988 min-width: 500px !important;
8990 left: inherit !important;
8991 top: inherit !important;
8992 border-radius: <?php echo $borderradius; ?>px !important;
8995 background-color: var(--colorbackgrey);
8997 padding-bottom: 6px;
8999 border-radius: <?php echo $borderradius; ?>px;
9009@media only screen and (max-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC1', round($nbtopmenuentries * 90, 0) + 340); ?>px)
9014 white-space: nowrap;
9016 text-overflow: ellipsis;
9017 color: #<?php echo $colortextbackhmenu; ?>;
9024 background-size: 24px
auto;
9027 li.tmenu, li.tmenusel {
9038@media only screen and (max-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC2', round($nbtopmenuentries * 66, 0) + 220); ?>px)
9040 li.tmenucompanylogo {
9045 max-width: <?php echo max(34, ceil(300 / ($nbtopmenuentriesreal + 2))); ?>px;
9046 text-overflow: clip;
9048 div.tmenucenter a.tmenulabel span.mainmenuaspan {
9049 display:
inline-block;
9053 a.tmenulabel:link, a.tmenulabel:visited, a.tmenulabel:hover, a.tmenulabel:
active {
9059 .menuhider div.tmenucenter {
9068 background-size: 20px
auto;
9071 div.login_block a .atoploginusername {
9074 div.login_block_tools > div {
9075 right: 53px !important;
9079@media only screen and (max-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC3', round($nbtopmenuentries * 44, 0) + 320); ?>px)
9081 div.login_block_tools > div {
9084 div#topmenu-global-search-dropdown,
9085 div#topmenu-quickadd-dropdown,
9086 div#topmenu-bookmark-dropdown,
9087 div#topmenu-uploadfile-dropdown,
9088 div#topmenu-login-dropdown {
9092 div#topmenu-global-search-dropdown,
9093 div#topmenu-quickadd-dropdown,
9094 div#topmenu-bookmark-dropdown,
9095 div#topmenu-uploadfile-dropdown {
9107 <?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
9113 li.tmenu, li.tmenusel {
9116 a.tmenu:link, a.tmenu:visited, a.tmenu:hover, a.tmenu:
active,
9117 a.tmenusel:link, a.tmenusel:visited, a.tmenusel:hover, a.tmenusel:
active {
9127 div.login_block_other, div.login_block_tools {
9128 display:
inline-block;
9131 .loginbuttonexternal {
9136 text-overflow: clip;
9139 background-size: 20px
auto;
9140 margin-top: 2px !important;
9148 width: <?php print
dol_size(300,
'width'); ?>px;
9155 padding-<?php echo $right; ?>: 5px;
9157 img.photoref, div.photoref {
9158 border: 1px solid rgba(0, 0, 0, 0.2);
9161 object-fit: contain;
9165 width:
auto !important;
9168 .tableforfield>tr>td:nth-child(2), .tableforfield>tbody>tr>td:nth-child(2), div.tableforfield div.tagtr>div.tagtd:nth-child(2) {
9169 word-
break:
break-word;
9172 table.table-fiche-title .col-title div.titre{
9181 word-
break:
break-word;
9184 .websiteselectionsection {
9186 border-right: unset;
9194 padding-right: 12px;
9202 .underbanner.underbanner-before-box {
9203 border-bottom: none;
9207 margin-bottom: 0.5em;
9218 .lilevel1 span.paddingright {
9222 img.userphotopublicvcard {
9229@media only screen and (max-width: 767px)
9240 td.widthpictotitle,
table.titlemodulehelp tr td img.widthpictotitle {
9245 min-width : 280px !important;
9248 .imgopensurveywizard, .imgautosize { width:95%; height:
auto; }
9252 width: <?php print
dol_size(350,
'width'); ?>px;
9267 .logopublicpayment #dolpaymentlogo {
9270 #tablepublicpayment {
9271 width:
auto !important;
9272 border: none !important;
9274 .poweredbypublicpayment {
9275 float: unset !important;
9276 top: unset !important;
9278 right: -10px !important;
9291 .bookcalform.boxtable .minwidth75 {
9294 .center.bookingtab {
9297 #bookinghoursection {
9302 a.tab:link, a.tab:visited, a.tab:hover, a.tab#
active {
9303 padding: 10px 3px 10px;
9307 white-space: normal;
9308 word-
break:
break-word;
9312@media only screen and (max-width: 1024px)
9314 div#ecm-layout-west {
9318 div#ecm-layout-center {
9322 input[
type=checkbox], input[
type=radio] {
9323 margin: 0 5px 0 1px;
9324 transform: scale(1.1);
9339include
dol_buildpath($path.
'/theme/'.$theme.
'/dropdown.inc.php', 0);
9340include
dol_buildpath($path.
'/theme/eldy/emaillayout.inc.php', 0);
9341include
dol_buildpath($path.
'/theme/'.$theme.
'/info-box.inc.php', 0);
9342include
dol_buildpath($path.
'/theme/'.$theme.
'/progress.inc.php', 0);
9343include
dol_buildpath($path.
'/theme/eldy/timeline.inc.php', 0);
9344include
dol_buildpath($path.
'/theme/'.$theme.
'/search-input.inc.css', 0);
9345include
dol_buildpath($path.
'/theme/'.$theme.
'/tooltips.inc.css', 0);
9346include
dol_buildpath($path.
'/theme/eldy/input-feedback.css', 0);
9352if (is_object(
$db)) {
9358::-webkit-scrollbar {
9364::-webkit-scrollbar-track-piece {
9365 background: #f4f4f4;
9367::-webkit-scrollbar-thumb {
9372.row-with-select[data-is-last-changed] * {
9373 -webkit-touch-callout: none;
9374 -webkit-
user-select: none;
9375 -khtml-
user-select: none;
9376 -moz-
user-select: none;
9377 -ms-
user-select: none;
9383div.flot-text .flot-tick-label .tickLabel, .fa-color-unset {
9389 -webkit-touch-callout: none;
9390 -webkit-
user-select: none;
9391 -khtml-
user-select: none;
9392 -moz-
user-select: none;
9393 -ms-
user-select: none;
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)
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.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0, $nodefault=0)
Return value of a param into GET or POST supervariable.
dol_size($size, $type='')
Optimize a size for some browsers (phone, smarphone...)
GETPOSTINT($paramname, $method=0, $nodefault=0)
Return the value of a $_GET or $_POST supervariable, converted into integer.
dol_buildpath($path, $type=0, $returnemptyifnotfound=0)
Return path of url or filesystem.
GETPOSTISSET($paramname)
Return true if we are in a context of submitting the parameter $paramname from a POST of a form.
getDolGlobalString($key, $default='')
Return a Dolibarr global constant string value.
multi select button
0 = Do not include form tag and submit button -1 = Do not include form tag but include submit button
treeview li table
No Email.
if(!defined( 'NOREQUIREMENU')) if(!empty(GETPOST('seteventmessages', 'alpha'))) if(!function_exists("llxHeader")) top_httphead($contenttype='text/html', $forcenocache=0)
Show HTTP header.
print $langs trans('Date')." left Ref Label right Qty right Price right TotalHT right TotalTTC right right right right right right right right right centpercent right TotalHT right n right VAT right n right TotalVAT right n No sujeto a RE IRPF right TotalLT1 right n right TotalLT2 right n right TotalTTC right n takeposcustomercurrency takeposcustomercurrency takeposcustomercurrency takeposcustomercurrency right TotalTTC takeposcustomercurrency right takeposcustomercurrency n right Paid right PaymentTypeShortLIQ right SELECT p pos_change as p datep as p p num_paiement as f pf amount as amount
print $langs trans('Date')." left Ref Label right Qty right Price right TotalHT right TotalTTC right right right right right right right right right centpercent right TotalHT right n right VAT right n right TotalVAT right n No sujeto a RE IRPF right TotalLT1 right n right TotalLT2 right n right TotalTTC right n takeposcustomercurrency takeposcustomercurrency takeposcustomercurrency takeposcustomercurrency right TotalTTC takeposcustomercurrency right takeposcustomercurrency n right Paid right PaymentTypeShortLIQ right SELECT p pos_change as p datep as date
$conf db user
Active Directory does not allow anonymous connections.
if(preg_match('/(crypted|dolcrypt):/i', $dolibarr_main_db_pass)||!empty($dolibarr_main_db_encrypted_pass)) $conf db type
'integer', 'integer:ObjectClass:PathToClass[:AddCreateButtonOrNot[:Filter[:Sortfield]]]',...
$conf db name
Only used if Module[ID]Name translation string is not found.