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'));
176if (GETPOSTISSET(
'THEME_DARKMODEENABLED')) {
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 = $menumanager->showmenu(
'topnb');
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 --heightrow: <?php print $heightrow; ?>;
469 print
"/* For dark mode */\n";
471 print
"@media (prefers-color-scheme: dark) {";
473 print
"@media not print {";
476 --colorbackhmenu1: #3d3e40;
477 --colorbackvmenu1: #2b2c2e;
478 --colorbacktitle1: #3b3c3e;
479 --colorbacktabcard1: #1d1e20; /* Must be same than colorbackbody */
480 --colorbacktabactive: rgb(220,220,220);
481 --colorbacklineimpair1: #38393d;
482 --colorbacklineimpair2: #2b2d2f;
483 --colorbacklinepair1: #38393d;
484 --colorbacklinepair2: #2b2d2f;
485 --colorbacklinepairhover: #2b2d2f;
486 --colorbacklinepairchecked: #0e5ccd;
487 --colorbackbody: #1d1e20;
488 --colorbackmobilemenu: #080808;
489 --colorbackgrey: #0f0f0f;
490 --tooltipbgcolor: #2b2d2f;
491 --colortexttitlenotab: rgb(220,220,220);
492 --colortexttitlenotab2: rgb(220,220,220);
493 --colortexttitle: rgb(220,220,220);
494 --colortext: rgb(220,220,220);
495 --colortextlink: #4390dc;
496 --colortexttitlelink: #4390dc;
497 --colortextbackhmenu: rgb(220,220,220);
498 --colortextbackvmenu: rgb(220,220,220);
499 --tooltipfontcolor : rgb(220,220,220);
500 --listetotal: rgb(245, 83, 158);
501 --inputbackgroundcolor: rgb(70, 70, 70);
502 --inputbackgroundcolordisabled: rgb(60, 60, 60);
503 --inputcolordisabled: rgb(140, 140, 140);
504 --inputbordercolor: rgb(220,220,220);
505 --oddevencolor: rgb(220,220,220);
506 --colorboxstatsborder: rgb(65,100,138);
507 --dolgraphbg: #1d1e20;
508 --fieldrequiredcolor: rgb(250,183,59);
509 --colortextbacktab: rgb(220,220,220);
510 --colorboxiconbg: rgb(36,38,39);
511 --refidnocolor: rgb(220,220,220);
512 --tableforfieldcolor:rgb(220,220,220);
513 --amountremaintopaycolor:rgb(252,84,91);
514 --amountpaymentcomplete:rgb(101,184,77);
515 --amountremaintopaybackcolor:rbg(245,130,46);
516 --infoboxmoduleenabledbgcolor : linear-gradient(0.4turn, #000, #000, #000, #274231);
517 --tablevalidbgcolor: rgb(80, 64, 33);
530<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
531 background-color: #FFFFFF;
533 font-size: <?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize; ?>;
541 background-color: var(--colorbackbody);
542 <?php print
'direction: '.$langs->trans(
"DIRECTION").
";\n"; ?>
546.sensiblehtmlcontent * {
550.thumbstat { font-weight: bold !important; }
551th a { font-weight: <?php echo($useboldtitle ?
'bold' :
'normal'); ?> !important; }
552a.tab { font-weight: 500 !important; }
554a:link, a:visited, a:hover, a:
active, .classlink { font-family: <?php print
$fontlist ?>; font-weight: normal; color: var(--colortextlink); text-decoration: none; }
555a:hover { text-decoration: underline; color: var(--colortextlink); }
556a.commonlink { color: var(--colortextlink) !important; text-decoration: none; }
564input.downloadexternallink {
569 margin-top: 0 !important;
573.refidno .button.smallpaddingimp {
574 padding: 3px !important;
575 padding-left: 6px !important;
576 padding-right: 6px !important;
579select.vmenusearchselectcombo {
580 background-color: unset;
583textarea:focus:not(.ia-input) {
584 border: 1px solid #aaa !important;
586input: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),
587 select:focus, .select2-container--open [aria-expanded=
"false"].select2-selection--single,
588 .select2-container--focus span.selection span.select2-selection:not(.noborderfocus):not(.massactionselect) {
590 border: 1px solid var(--inputbordercolor) !important;
592 border-bottom: 1px solid var(--inputbordercolor) !important;
593 border-bottom-left-radius: 0 !important;
594 border-bottom-right-radius: 0 !important;
598textarea.cke_source:focus
603th.wrapcolumntitle.liste_titre:not(.maxwidthsearch), td.wrapcolumntitle.liste_titre:not(.maxwidthsearch),
604th.wrapcolumntitle.liste_titre_sel:not(.maxwidthsearch), td.wrapcolumntitle.liste_titre_sel:not(.maxwidthsearch) {
608 text-overflow: ellipsis;
610th.wrapcolumntitle dl dt a span.fas.fa-list {
612 vertical-align: middle;
616.liste_titre input[
name=search_month], .liste_titre input[
name=search_month_start], .liste_titre input[
name=search_month_end] {
619select#date_startday, select#date_startmonth, select#date_endday, select#date_endmonth, select#reday, select#remonth
624input, input.flat, form.flat select, select, select.flat, .dataTables_length label select {
627input, input.flat, textarea, textarea.flat, form.flat select, select, select.flat, .dataTables_length label select {
628 color: var(--colortext);
631 margin: 0px 0px 0px 0px;
632 background-color: var(--inputbackgroundcolor);
634 border<?php echo !
getDolGlobalString(
'THEME_SHOW_BORDER_ON_INPUT') ?
'-bottom' :
''; ?>: solid 1px var(--inputbordercolor);
642span.massactionselect, input.inputsearch_dropdownselectedfields {
643 border-radius: 0 !important;
644 border-top: 0 !important;
645 border-left: 0 !important;
646 border-right: 0 !important;
647 background-color: unset !important;
655input[
type=
"text"]:not(.input-icon-security, .input-icon-
user, .input-icon-password),
656input[
type=
"password"]:not(.input-icon-security, .input-icon-
user, .input-icon-password) {
659.login_table .input-icon-
user, .login_table .input-icon-password {
660 padding-right: 42px !important;
673#mainbody input.button:not(.buttongen):not(.bordertransp), #mainbody a.button:not(.buttongen):not(.bordertransp) {
674 background: var(--butactionbg);
675 color: var(--textbutaction) !important;
677 border-collapse: collapse;
680 text-transform: uppercase;
683 padding: 0.6em 0.7em;
686#mainbody input.button:not(.buttongen):not(.bordertransp):hover, #mainbody a.button:not(.buttongen):not(.bordertransp):hover {
687 box-shadow: 0px 0px 6px 1px rgb(50 50 50 / 40%), 0px 0px 0px rgb(60 60 60 / 10%);
689#mainbody input.buttongen, #mainbody button.buttongen {
693input.button.massactionconfirmed {
704input:invalid, select:invalid, input.--error , select.--error {
705 border-color: #ea1212;
708section.setupsection {
709 padding: 20px !important;
710 background-color: var(--colorbacktitle1);
713section.setupsection:hover {
714 box-shadow: 0 0 5px #aaa;
717.field-error-icon { color: #ea1212 !important; }
720div.tabBar textarea:focus:not(.textarea-ai_feature):not(.cke_source) {
721 border: 1px solid #aaa !important;
723textarea.cke_source:focus
732 border-top:solid 1px var(--inputbordercolor);
733 border-left:solid 1px var(--inputbordercolor);
734 border-right:solid 1px var(--inputbordercolor);
735 border-bottom:solid 1px var(--inputbordercolor);
737 background-color: #FFF;
743input.removedassigned, input.removedassignedresource {
744 padding: 2px !important;
745 vertical-align: text-bottom;
749 padding-left: 1px !important;
750 padding-right: 1px !important;
753 vertical-align: middle;
755input.buttonpayment,
button.buttonpayment, div.buttonpayment {
761 background-image: none;
766 border: 2px solid #ccc;
767 background-color: #eee;
769 color: #888 !important;
772.nofocusvisible:focus-visible {
776div.buttonpayment input {
777 background-color: unset;
780 text-transform: uppercase;
784div.buttonpayment input:focus {
787input.buttonpaymentcb {
788 background-image: url(<?php echo
dol_buildpath($path.
'/theme/common/credit_card.png', 1) ?>);
789 background-size: 26px;
790 background-repeat: no-repeat;
793input.buttonpaymentcheque {
794 background-image: url(<?php echo
dol_buildpath($path.
'/theme/common/cheque.png', 1) ?>);
795 background-repeat: no-repeat;
798input.buttonpaymentcb {
799 background-image: url(<?php echo
dol_buildpath($path.
'/theme/common/credit_card.png', 1) ?>);
800 background-size: 24px;
801 background-repeat: no-repeat;
804input.buttonpaymentpaypal {
805 background-image: url(<?php echo
dol_buildpath($path.
'/paypal/img/object_paypal.png', 1) ?>);
806 background-repeat: no-repeat;
809input.buttonpaymentpaybox {
810 background-image: url(<?php echo
dol_buildpath($path.
'/paybox/img/object_paybox.png', 1) ?>);
811 background-repeat: no-repeat;
814input.buttonpaymentstripe {
815 background-image: url(<?php echo
dol_buildpath($path.
'/stripe/img/object_stripe.png', 1) ?>);
816 background-repeat: no-repeat;
819.logopublicpayment #dolpaymentlogo {
822 image-rendering: -webkit-optimize-contrast;
828 background-color: transparent;
829 color: var(--colortext) !important;
830 border: 1px solid #888;
831 margin: 0 0.45em !important;
834span.userimg.notfirst, div.userimg.notfirst {
837div.userimg.notfirst {
838 display: block-
inline;
844 padding-top: 5px !important;
845 padding-bottom: 5px !important;
849 padding-right: 4px !important;
850 margin-right: 4px !important;
851 border-right: 1px solid #ddd;
857span.timesheetalreadyrecorded input {
859 border-bottom: solid 1px rgba(0,0,0,0.1);
860 margin-right: 1px !important;
862td.onholidaymorning, td.onholidayafternoon {
863 background-color: #fdf6f2;
866 background-color: #f4eede;
868td.onholidayallday:not(.weekend) input {
869 background-color: #f8f7f0;
872 background-color: #eee;
877td.leftborder, td.hide0 {
878 border-left: 1px solid #ccc;
880td.leftborder, td.hide6 {
881 border-right: 1px solid #ccc;
884 border-right: 1px solid #ccc;
887td.linecoldescription.bomline {
891td.amount, span.amount, div.amount, b.amount {
894td.amountneg, span.amountneg, div.amountneg, b.amountneg
898td.amount.amountbadge, span.amount.amountbadge, div.amount.amountbadge, b.amount.amountbadge {
899 background-color: <?php echo $badgeStatus4; ?>;
904td.amountneg.amountbadge, span.amountneg.amountbadge, div.amountneg.amountbadge, b.amountneg.amountbadge
906 background-color: #660000;
912td.amount, span.amount, div.amount, b.amount,
913td.amountneg, span.amountneg, div.amountneg, b.amountneg,
914span.amount, span.amountneg {
921select.flat, form.flat select, .pageplusone {
925select.flat, form.flat select, .divadvancedsearchfieldcompinput {
938.paginationlastpage a {
943 filter: saturate(0.8);
947 color: var(--colortextlink);
949.optiongrey, .opacitymedium {
952.opacitymediumbycolor {
953 color: rgba(0, 0, 0, 0.4);
965 opacity: unset !important;
968 color: var(--colorwhite);
971 color: #888 !important;
974 color: var(--colorblack);
976.colorblack.totalnboflines {
981 font-size: unset !important;
985 transform: scale(1, -1);
988 transform: scale(-1, 1);
991 scroll-margin-top: 80px;
993.banner-
object-label {
997select:invalid, select.--error {
1002 background: var(--inputbackgroundcolordisabled);
1003 color: var(--inputcolordisabled);
1007 box-shadow: none !important;
1009.listactionlargetitle .liste_titre {
1013 padding: 0px !important;
1014 border: 0px !important;
1015 vertical-align: text-bottom;
1018input[
type=file] { background-color: transparent; border-top: none; border-left: none; border-right: none; box-shadow: none; }
1019input[
type=checkbox] { background-color: transparent; border: none; box-shadow: none; vertical-align: middle; }
1020input[
type=radio] { background-color: transparent; border: none; box-shadow: none; vertical-align: middle; }
1021input[
type=image] { background-color: transparent; border: none; box-shadow: none; }
1022input:-webkit-autofill {
1023 background-color: #FBFFEA !important;
1024 background-image:none !important;
1025 -webkit-box-shadow: 0 0 0 50px #FBFFEA inset;
1028input[
type=checkbox], input[
type=radio] {
1029 margin: 0 5px 0 1px;
1030 transform: scale(1.25);
1032.kanban input.checkforselect {
1038.placeholder { color: #ccc; }
1039select.placeholder { color: #ccc; }
1040.select2-selection__choice .placeholder { color: #aaa; }
1041::-webkit-input-placeholder { color:#ccc; }
1042:-moz-placeholder { color:#bbb; }
1043::-moz-placeholder { color:#bbb; }
1044:-ms-input-placeholder { color:#ccc; }
1045input:-moz-placeholder { color:#ccc; }
1046select.placeholder option:not(.opacitymediumbycolor):not(.opacitymedium) {
1047 color: var(--colortext);
1050input[
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; }
1052 border: 1px solid #AAAAAA !important;
1053 padding-
inline-start: 2em;
1054 padding-
inline-end: 2em;
1055 min-
inline-size:
auto;
1057.legendforfieldsetstep { padding-bottom: 10px; }
1058input#onlinepaymenturl, input#directdownloadlink {
1062.formconsumeproduce {
1063 background: #f0f0f0;
1065 padding: 20px 20px 20px 20px;
1069 border: solid 2px #444;
1072 background-color: #fffff4;
1076div#moretabsList, div#moretabsListaction {
1080hr { border: 0; border-top: 1px solid #ccc; }
1081.tabBar hr { margin-top: 20px; margin-bottom: 17px; }
1084table.tableforfield .button:not(.bordertransp):not(.buttonpayment),
1085table.tableforfield .buttonDelete:not(.bordertransp):not(.buttonpayment) {
1090.button:not(.bordertransp):not(.buttonpayment), .buttonDelete:not(.bordertransp):not(.buttonpayment) {
1091 border-color: #c5c5c5;
1092 border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
1093 display: inline-block;
1100 color:
#333333 !important;
1101 text-decoration: none !important;
1102 text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
1103 background-color: #f5f5f5;
1104 background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
1105 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
1106 background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
1107 background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
1108 background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
1109 background-repeat: repeat-x;
1110 border-color: #e6e6e6 #e6e6e6 #bfbfbf;
1111 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1112 border: 1px solid
#bbbbbb;
1113 border-bottom-color: #a2a2a2;
1115 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1117.button:focus, .buttonDelete:focus {
1118 box-shadow: 0px 0px 6px 1px rgba(0, 0, 60, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
1120.button:hover:not(.nohover), .buttonDelete:hover:not(.nohover) {
1121 box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
1123.button:
disabled, .buttonDelete:
disabled, .button.disabled, .buttonDelete.disabled {
1129 pointer-events: none;
1134.button_search, .button_removefilter {
1136 background-color: unset;
1138.button_search:hover, .button_removefilter:hover {
1148div.float, span.floatleft
1150 float:<?php print $left; ?>;
1154 float:<?php print $right; ?>;
1166 display:
inline-block;
1170 display:
inline-block !important;
1174 display:contents !important;
1183 padding-<?php echo $left; ?>: 3px;
1187 box-shadow: none !important;
1188 border-radius:0px !important;
1193 padding-left: 4px !important;
1194 padding-right: 4px !important;
1198 vertical-align: top;
1201 vertical-align: middle;
1204 vertical-align: bottom;
1207 vertical-align: text-bottom;
1213 width: 100% !important;
1215.centpercentwithout1imp {
1216 width: calc(100% - 1px) !important;
1218.centpercentwithoutmenu {
1219 width: calc(100% - 200px);
1221.quatrevingtpercent, .inputsearch {
1224.maxquatrevingtpercent {
1230.quatrevingtquinzepercent {
1233.quatrevingtpercentminusx {
1234 width: calc(80% - 52px);
1237 width: calc(100% - 52px);
1239textarea.centpercent {
1246 font-size: 85% !important;
1248.select2-results__option .smallincombo {
1268.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
1271.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 {
1278 transform: scaleX(-1) translate(<?php print($left == 'left' ? '' : '-'); ?>2px, 0);
1281 transform: rotate(90deg) translate(2px, <?php print($left ==
'left' ?
'' :
'-'); ?>4px);
1288 text-align: center !important;
1290.centeronsmartphone {
1296 place-items: center;
1308 text-align: <?php print $left; ?>;
1311 text-align: <?php print $right; ?>;
1314 text-align: justify;
1317 float: <?php echo $left; ?> !important;
1320 float: <?php echo $right; ?> !important;
1323 white-space: <?php print($dol_optimize_smallscreen ?
'normal' :
'nowrap'); ?>;
1325.nowraponsmartphone {
1326 white-space: <?php print($dol_optimize_smallscreen ?
'nowrap' :
'normal'); ?>;
1329 white-space: <?php print($dol_optimize_smallscreen ?
'normal' :
'nowrap'); ?>;
1331.liste_titre .nowrap {
1332 white-space: nowrap;
1335 white-space: nowrap;
1338 white-space: nowrap;
1339 display:
inline-block;
1341.wrapimp, .wrapimp pre {
1342 white-space: normal !important;
1345 word-wrap:
break-word;
1348 word-
break:
break-word !important;
1351 word-
break:
break-word;
1354 word-
break:
break-all;
1356td.wordbreak img, td.wordbreakimp img {
1360 font-weight: bold !important;
1363 font-weight: normal !important;
1366 text-transform: uppercase;
1372 text-decoration: none;
1375 text-decoration: none !important;
1381 padding: 0 !important;
1384 padding-<?php print $left; ?>: 0;
1387 padding-<?php print $right; ?>: 0;
1396 padding-<?php print $left; ?>: 0 !important;
1399 padding-<?php print $right; ?>: 0 !important;
1402 padding-top: 0 !important;
1404.nopaddingbottomimp {
1405 padding-bottom: 0 !important;
1414 padding-<?php print $left; ?>: 4px;
1417 padding-<?php print $left; ?>: 4px !important;
1420 padding-<?php print $left; ?>: 2px;
1423 padding-<?php print $left; ?>: 2px !important;
1426 padding-<?php print $right; ?>: 4px;
1429 padding-<?php print $right; ?>: 4px !important;
1432 padding-<?php print $right; ?>: 2px;
1435 padding-<?php print $right; ?>: 2px !important;
1444 padding-bottom: 4px;
1447 padding-bottom: 2px;
1450 margin-<?php print $left; ?>: 2px;
1453 margin-<?php print $right; ?>: 2px;
1456 margin-<?php print $left; ?>: 20px !important;
1458.marginleftlargeondesktop {
1459 margin-<?php print $left; ?>: 20px;
1462 padding: 6px !important;
1465 width: unset !important;
1468 height: unset !important;
1481 cursor: not-allowed !important;
1487 background-color: #fff;
1489.nobackground, .nobackground tr {
1490 background: unset !important;
1492.checkboxattachfilelabel {
1497 border: 1px solid #888 !important;
1501 max-height: <?php print
getDolGlobalInt(
'MAIN_CSS_SHORTMESSSAGECUT', 125); ?>px;
1504 word-
break:
break-word;
1507 max-height: <?php print
getDolGlobalInt(
'MAIN_CSS_LONGMESSSAGECUT', 250); ?>px;
1510 word-
break:
break-word;
1512.overflowellipsis .shortmessagecut, .overflowellipsis .longmessagecut {
1514 text-overflow: ellipsis;
1523 background-color: #e0e0e8;
1527 justify-content: flex-start;
1528 align-items: center;
1531div.urllink span.fa, div.urllink span.fas, div.urllink span.far {
1534div.urllink, div.urllink a {
1535 color: #339 !important;
1539 border: 1px solid #DFDFDF;
1540 border-radius: 10px;
1542 margin-bottom: 20px;
1546i.fa-mars::before, i.fa-venus::before, i.fa-genderless::before, i.fa-transgender::before {
1549 padding-<?php echo $left; ?>: 3px;
1551.stockmovemententry {
1553 transform: rotate(0.25turn);
1558 transform: rotate(0.3turn);
1564.publisherlogoinline {
1565 vertical-align: middle;
1573 white-space: nowrap;
1577 color : <?php print $textWarning; ?>
1579body[
class*=
"colorblind-"] .text-warning{
1580 color : <?php print $colorblind_deuteranopes_textWarning; ?>
1583 color : <?php print $textSuccess; ?>
1585body[
class*=
"colorblind-"] .text-success{
1586 color : <?php print $colorblind_deuteranopes_textSuccess; ?>
1590 color : <?php print $textDanger; ?>
1593.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,
1595 color: #ccc !important;
1597.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,
1598.editfieldlang:hover {
1599 color: var(--colortexttitle) !important;
1601a.editfielda.nohover *:hover:before {
1602 color: #ccc !important;
1609 float: none !important;
1612span.fa.fa-plus-circle.paddingleft {
1615 padding-bottom: 2px;
1618.size12x { font-size: 1.2em !important; }
1619.size15x { font-size: 1.5em !important; }
1620.size2x { font-size: 2em; }
1621.size4x { font-size: 4em !important; }
1622.fa-toggle-on, .fa-toggle-off { font-size: 2em; }
1623.websiteselectionsection .fa-toggle-on, .websiteselectionsection .fa-toggle-off,
1624.asetresetmodule .fa-toggle-on, .asetresetmodule .fa-toggle-off,
1625.tdwebsitesearchresult .fa-toggle-on, .tdwebsitesearchresult .fa-toggle-off {
1628.websiteselectionsection .fa-toggle-on, .websiteselectionsection .fa-toggle-off,
1629.tdwebsitesearchresult .fa-toggle-on, .tdwebsitesearchresult .fa-toggle-off {
1630 vertical-align: text-bottom;
1635 white-space: nowrap;
1636 vertical-align: middle;
1637 text-overflow: ellipsis;
1642<?php include
dol_buildpath($path.
'/theme/'.$theme.
'/badges.inc.php', 0); ?>
1643<?php include
dol_buildpath($path.
'/theme/'.$theme.
'/flags-sprite.inc.php', 0); ?>
1647 border-right: 1px solid #f4f4f4;
1651 border-left: 1px solid #f4f4f4;
1662 vertical-align: middle;
1664 padding-bottom: 1px;
1666 align-items: center;
1668.divsocialnetwork:not(:last-child) {
1669 padding-<?php print $right; ?>: 20px;
1672 background-color: rgba(0, 0, 0, 0.08);
1678 display:
inline-block;
1679 margin-<?php print $right; ?>: 12px;
1680 margin-<?php print $left; ?>: 2px;
1685.divsearchfieldfilter {
1686 text-overflow: clip;
1689 padding-bottom: 5px;
1693.divadvancedsearchfield:first-child {
1696.divadvancedsearchfield {
1699 padding-right: 15px;
1700 padding-bottom: 2px;
1703.divadvancedsearchfield span.select2.select2-container.select2-container--
default {
1704 padding-bottom: 4px;
1706.divadvancedsearchfieldcompinput {
1708 border-bottom: solid 1px var(--inputbordercolor);
1711.search_component_params {
1713 -webkit-flex-flow: row wrap;
1714 flex-flow: row wrap;
1717 padding-bottom: 3px;
1718 padding-<?php echo $left; ?>: 0;
1719 padding-<?php echo $right; ?>: 0;
1720 border-bottom: solid 1px var(--inputbordercolor);
1723.search_component_searchtext {
1726.search_component_params_text, .search_component_params_text:focus {
1727 border-bottom: none;
1729 margin: 0 !important;
1735 padding-bottom: 3px;
1738 display:
inline-block;
1743 display:
inline-block;
1762if (
$conf->browser->layout ==
'phone') {
1764.divsearchfieldfilter {
1765 white-space: nowrap;
1771.a-filter, .a-mesure {
1772 padding: 8px 10px 8px 6px;
1775 padding: 8px 10px 8px 10px;
1777.a-filter, .a-mesure, .a-selection {
1778 border-radius: 50px;
1779 background: var(--colortexttitlenotab);
1780 color: #fff !important;
1788.a-filter:before, .a-mesure:before {
1789 font-family:
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>";
1795 border-radius: 50px;
1796 background: var(--colorbacktitle1);
1809 top:calc(50% - 200px);
1810 left:calc(50% - 250px);
1814 border: 1px solid #bbb;
1815 box-shadow: 2px 2px 20px #ddd;
1825div.div-
for-modal-topright {
1833 border: 1px solid #bbb;
1834 box-shadow: 2px 2px 20px #ddd;
1851 list-style-
type: none;
1853input > ul.attendees {
1858 padding-bottom: 4px;
1862 padding-bottom: 10px;
1867 vertical-align: middle;
1869select.flat.selectlimit {
1873 margin-<?php echo $right; ?>: 10px !important;
1876 margin-<?php echo $left; ?>: 10px !important;
1878.marginleftonlyshort {
1879 margin-<?php echo $left; ?>: 4px !important;
1882 margin-<?php echo $left; ?>: 0px !important;
1885 margin-<?php echo $right; ?>: 0px !important;
1888 margin-<?php echo $right; ?>: 10px !important;
1890.marginrightonlyshort {
1891 margin-<?php echo $right; ?>: 4px !important;
1893.marginrightonlylarge {
1894 margin-<?php echo $right; ?>: 20px !important;
1897 margin-top: 10px !important;
1899.margintoponlyshort {
1900 margin-top: 3px !important;
1903 margin-bottom: 10px !important;
1905.marginbottomonlyshort {
1906 margin-bottom: 3px !important;
1909 margin-top: 0 !important;
1912 margin-bottom: 0 !important;
1915.selectlimit, .selectlimit:focus {
1916 border-left: none !important;
1917 border-top: none !important;
1918 border-right: none !important;
1921.strikefordisabled, .strikefordisabled span, .strikefordisabled div {
1922 text-decoration: line-through;
1929 text-overflow: unset;
1934 text-overflow: ellipsis;
1935 white-space: nowrap;
1939 text-overflow: ellipsis;
1944 text-overflow: ellipsis;
1945 white-space: nowrap;
1950 text-overflow: ellipsis;
1951 white-space: nowrap;
1956 text-overflow: ellipsis;
1957 white-space: nowrap;
1959.tdoverflowmax80imp {
1960 max-width: 80px !important;
1962 text-overflow: ellipsis;
1963 white-space: nowrap;
1968 text-overflow: ellipsis;
1969 white-space: nowrap;
1971.tdoverflowmax100imp {
1972 max-width: 100px !important;
1974 text-overflow: ellipsis;
1975 white-space: nowrap;
1980 text-overflow: ellipsis;
1981 white-space: nowrap;
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;
2029.divintowithtwolinesmax {
2031 display: -webkit-box;
2032 -webkit-box-orient: vertical;
2033 -webkit-line-clamp: 2;
2036.twolinesmax, .twolinesmax-normallineheight {
2037 display: -webkit-box;
2038 -webkit-box-orient: vertical;
2039 -webkit-line-clamp: 2;
2041 height:
auto !important;
2042 word-
break:
break-word;
2044.threelinesmax, .threelinesmax-normallineheight {
2045 display: -webkit-box;
2046 -webkit-box-orient: vertical;
2047 -webkit-line-clamp: 3;
2049 height:
auto !important;
2050 word-
break:
break-word;
2052.twolinesmax-normallineheight {
2053 line-height: normal;
2056 display: -webkit-box;
2057 -webkit-box-orient: vertical;
2058 -webkit-line-clamp: 10;
2062.tablelistofcalendars {
2063 margin-top: 25px !important;
2070 white-space: nowrap;
2072.amountpaymentcomplete {
2073 color: var(--amountpaymentcomplete);
2076 white-space: nowrap;
2078.amountpaymentcompletenoresize {
2079 color: var(--amountpaymentcomplete);
2080 white-space: nowrap;
2083 color: var(--amountremaintopaycolor);
2086 white-space: nowrap;
2088.amountremaintopaynoresize {
2089 color: var(--amountremaintopaycolor);
2090 white-space: nowrap;
2092.amountremaintopayback {
2095 white-space: nowrap;
2097.amountremaintopaybacknoresize {
2098 white-space: nowrap;
2100.amountpaymentneutral {
2101 color: var(--amountremaintopaybackcolor);
2104 white-space: nowrap;
2106.amountpaymentneutralnoresize {
2107 color: var(--amountremaintopaybackcolor);
2108 white-space: nowrap;
2111.onlinepaymentbody .amountpaymentcomplete {
2112 background-color: var(--amountpaymentcomplete);
2118.showonhover:hover *::before {
2119 visibility: visible !important;
2120 display:
inline-block !important;
2122.showonhover:not(:hover) *::before {
2124 display:
inline-block !important;
2130 margin-bottom: 12px;
2132#builddoc_form ~ .showlinkedobjectblock {
2137.moduledesclong p img,.moduledesclong p a img {
2138 max-width: 90% !important;
2139 height:
auto !important;
2143 border: 1px solid #ccc;
2144 box-shadow: 1px 1px 25px #aaa;
2145 max-width: calc(100% - 56px);
2147.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 {
2155.fa-map-marked-alt:before {
2160 -webkit-text-security: disc;
2172div.fiche>div.tabBar>form>div.div-
table-responsive {
2175.div-
table-responsive, .div-
table-responsive-no-min {
2179.div-
table-responsive {
2180 line-height: var(--heightrow);
2184div.fiche>form>div.div-
table-responsive {
2187div.fiche>form>div.div-
table-responsive, div.fiche>form>div.div-
table-responsive-no-min {
2192div.ticketpublicarealist>form>div.div-
table-responsive {
2200 justify-content: space-between;
2205.flex-item-uploadfile {
2206 border: 2px dashed #aaa;
2212 background: #f4f4f4;
2213 padding: 20px 10px 20px 10px;
2218 margin: 20px 20px 20px 20px;
2222 <?php
if (in_array(
$conf->browser->name, array(
'chrome',
'firefox',
'safari'))) {
2223 echo
'display: inline-flex;'.
"\n";
2225 flex-flow: row wrap;
2226 justify-content: flex-start;
2234.thumbstat, .thumbstat150 {
2240 justify-content: flex-start;
2241 align-
self: flex-start;
2244select.selectarrowonleft {
2247select.selectarrowonleft option {
2251table[summary=
"list_of_modules"] .fa-cog {
2259 white-space: nowrap;
2270.maxscreenheightless200 {
2271 max-height: <?php echo isset($_SESSION[
'dol_screenheight']) ? max(500, (
int) $_SESSION[
'dol_screenheight'] - 200) : 700; ?>px;
2273.maxscreenheightless300 {
2274 max-height: <?php echo isset($_SESSION[
'dol_screenheight']) ? max(400, (
int) $_SESSION[
'dol_screenheight'] - 300) : 700; ?>px;
2278 border-bottom: 0px !important;
2286.clearboth { clear:both; }
2288.hideobject { display: none; }
2289.showonsmartphone { display: none; }
2291.minwidth25 { min-width: 25px; }
2292.minwidth50 { min-width: 50px; }
2293.minwidth75 { min-width: 75px; }
2294.minwidth100 { min-width: 75px; }
2295.minwidth125 { min-width: 125px; }
2296.nominwidth { min-width: fit-content !important; }
2298@media only screen and (min-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC3', round($nbtopmenuentries * 47, 0) + 130); ?>px)
2300 .width20 { width: 20px; }
2301 .width25 { width: 25px; }
2302 .width50 { width: 50px; }
2303 .width75 { width: 75px; }
2304 .width100 { width: 100px; }
2305 .width200 { width: 200px; }
2306 .minwidth100 { min-width: 100px; }
2307 .minwidth150 { min-width: 150px; }
2308 .minwidth200 { min-width: 200px; }
2309 .minwidth250 { min-width: 250px; }
2310 .minwidth300 { min-width: 300px; }
2311 .minwidth400 { min-width: 400px; }
2312 .minwidth500 { min-width: 500px; }
2313 .minwidth50imp { min-width: 50px !important; }
2314 .minwidth75imp { min-width: 75px !important; }
2315 .minwidth100imp { min-width: 100px !important; }
2316 .minwidth125imp { min-width: 125px !important; }
2317 .minwidth200imp { min-width: 200px !important; }
2318 .minwidth250imp { min-width: 250px !important; }
2319 .minwidth300imp { min-width: 300px !important; }
2320 .minwidth400imp { min-width: 400px !important; }
2321 .minwidth500imp { min-width: 500px !important; }
2323.widthauto { width:
auto; }
2324.width20 { width: 20px; }
2325.width25 { width: 25px; }
2326.width40 { width: 40px; }
2327.width50 { width: 50px; }
2328.width75 { width: 75px; }
2329.width100 { width: 100px; }
2330.width125 { width: 125px; }
2331.width150 { width: 150px; }
2332.width200 { width: 200px; }
2333.width250 { width: 250px; }
2334.width300 { width: 300px; }
2335.width400 { width: 400px; }
2336.width500 { width: 500px; }
2337.maxwidth25 { max-width: 25px; }
2338.maxwidth40 { max-width: 40px; }
2339.maxwidth50 { max-width: 50px; }
2340.maxwidth75 { max-width: 75px; }
2341.maxwidthdate { max-width: 90px; }
2342.maxwidth100 { max-width: 100px; }
2343.maxwidth125 { max-width: 125px; }
2344.maxwidth150 { max-width: 150px; }
2345.maxwidth200 { max-width: 200px; }
2346.maxwidth250 { max-width: 250px; }
2347.maxwidth300 { max-width: 300px; }
2348.maxwidth400 { max-width: 400px; }
2349.maxwidth500 { max-width: 500px; }
2350.maxwidth750 { max-width: 750px; }
2351.maxwidth1000 { max-width: 1000px; }
2352.maxwidth50imp { max-width: 50px !important; }
2353.maxwidth75imp { max-width: 75px !important; }
2355.minwidth100onall { min-width: 100px !important; }
2356.minwidth125onall { min-width: 125px !important; }
2357.minwidth200onall { min-width: 200px !important; }
2358.minwidth250onall { min-width: 250px !important; }
2360.minheight20 { min-height: 20px; }
2361.minheight30 { min-height: 30px; }
2362.minheight40 { min-height: 40px; }
2363.titlefieldcreate { width: 20%; }
2364.titlefield { width: 25%; min-width: 150px; }
2365.titlefieldmiddle { width: 50%; }
2366.titlefieldmax45 { max-width: 45%; min-width: 180px; }
2367.imgmaxwidth100 { max-width: 100px; }
2368.imgmaxwidth180 { max-width: 180px; }
2369.imgmaxheight50 { max-height: 50px; }
2371.width20p { width:20%; }
2372.width25p { width:25%; }
2373.width40p { width:40%; }
2374.width50p { width:50%; }
2375.width60p { width:60%; }
2376.width75p { width:75%; }
2377.width80p { width:80%; }
2378.width100p { width:100%; }
2382@media only screen and (max-width: 1400px)
2385 .titlefieldcreate { width: 30% !important; }
2386 .minwidth50imp { min-width: 50px !important; }
2387 .minwidth75imp { min-width: 75px !important; }
2388 .minwidth100imp { min-width: 100px !important; }
2389 .minwidth125imp { min-width: 125px !important; }
2390 .minwidth150imp { min-width: 150px !important; }
2391 .minwidth200imp { min-width: 200px !important; }
2392 .minwidth250imp { min-width: 250px !important; }
2393 .minwidth300imp { min-width: 300px !important; }
2394 .minwidth400imp { min-width: 300px !important; }
2395 .minwidth500imp { min-width: 300px !important; }
2397 .linkedcol-element {
2403@media only screen and (max-width: 1000px)
2405 .titlefieldmax45 { min-width: 100px; }
2406 .maxwidthonsmartphone { max-width: 100px; }
2407 .minwidth50imp { min-width: 50px !important; }
2408 .minwidth75imp { min-width: 70px !important; }
2409 .minwidth100imp { min-width: 100px !important; }
2410 .minwidth125imp { min-width: 125px !important; }
2411 .minwidth150imp { min-width: 110px !important; }
2412 .minwidth200imp { min-width: 110px !important; }
2413 .minwidth250imp { min-width: 115px !important; }
2414 .minwidth300imp { min-width: 120px !important; }
2415 .minwidth400imp { min-width: 150px !important; }
2416 .minwidth500imp { min-width: 250px !important; }
2420select.widthcentpercentminusx, span.widthcentpercentminusx:not(.select2-selection), input.widthcentpercentminusx {
2421 width: calc(100% - 50px) !important;
2422 display:
inline-block;
2425select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-selection), input.widthcentpercentminusxx {
2426 width: calc(100% - 76px) !important;
2427 display:
inline-block;
2432@media only screen and (max-width: 768px)
2435 font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?>;
2438 font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?> !important;
2440 .divadvancedsearchfield {
2446 padding-<?php echo $right; ?>: 10px !important;
2449 table.liste tr.trkanban td {
2450 padding: 10px 6px 10px 6px;
2453 .hideonsmartphone { display: none; }
2454 .hideonsmartphoneimp { display: none !important; }
2455 .showonsmartphone { display: block !important; }
2457 .margintoponsmartphone { margin-top: 6px; }
2459 select.minwidth100imp, select.minwidth100, select.minwidth200, select.minwidth200imp, select.minwidth300 {
2460 width: calc(100% - 44px) !important;
2461 display:
inline-block;
2463 select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-selection), input.widthcentpercentminusxx {
2464 width: calc(100% - 76px) !important;
2465 display:
inline-block;
2469 input.maxwidthinputfileonsmartphone {
2473 input.buttonpayment,
button.buttonpayment, div.buttonpayment {
2477 .smallonsmartphone {
2481 .nopaddingtoponsmartphone {
2482 padding-top: 0 !important;
2484 .nopaddingbottomonsmartphone {
2485 padding-bottom: 0 !important;
2494@media only screen and (max-width: 570px)
2497 font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?>;
2501 font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?> !important;
2504 .marginleftlargeondesktop {
2505 margin-<?php print $left; ?>: 0;
2508 .login_vertical_align {
2511 .login_table input#username, .login_table input#password, .login_table input#securitycode {
2512 margin-left: 5px !important;
2514 div#login_left, div#login_right {
2515 min-width: 150px !important;
2516 padding-left: 5px !important;
2517 padding-right: 5px !important;
2519 .login_table div#login_right .tdinputlogin, .login_table div#login_right .tdinputlogin input {
2520 min-width: 150px !important;
2523 .divmainbodylarge { margin-left: 10px; margin-right: 10px; }
2525 .tdoverflowmax100onsmartphone {
2528 text-overflow: ellipsis;
2529 white-space: nowrap;
2531 .tdoverflowmax150onsmartphone {
2534 text-overflow: ellipsis;
2535 white-space: nowrap;
2539 margin-top: <?php print($dol_hide_topmenu ?
'12' :
'6'); ?>px !important;
2542 .border tbody tr td,
2544 .border tfoot tr td,
2545 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 {
2546 height: 40px !important;
2548 div.tabBar .listofinvoicetype
table tr, div.tabBar .listofinvoicetype
table tr td {
2549 height: 2.2em !important;
2552 div.tabs div.tab a.tab {
2555 text-overflow: ellipsis;
2556 white-space: nowrap;
2559 .quatrevingtpercent, .inputsearch {
2565 padding-bottom: 5px;
2568 .login_table .tdinputlogin {
2569 min-width: unset !important;
2571 input, input[
type=text], input[
type=password], select, textarea {
2577 .noenlargeonsmartphone { width : 50px !important; display:
inline !important; }
2578 .maxwidthonsmartphone, #search_newcompany.ui-autocomplete-input { max-width: 100px; }
2579 .maxwidth50onsmartphone { max-width: 40px; }
2580 .maxwidth75onsmartphone { max-width: 50px; }
2581 .maxwidth100onsmartphone { max-width: 70px; }
2582 .maxwidth125onsmartphone { max-width: 100px; }
2583 .maxwidth150onsmartphone { max-width: 120px; }
2584 .maxwidth150onsmartphoneimp { max-width: 120px !important; }
2585 .maxwidth200onsmartphone { max-width: 200px; }
2586 .maxwidth250onsmartphone { max-width: 250px; }
2587 .maxwidth300onsmartphone { max-width: 300px; }
2588 .maxwidth400onsmartphone { max-width: 400px; }
2589 .minwidth125 { min-width: 100px !important; }
2590 .minwidth150 { min-width: 110px !important; }
2591 .minwidth50imp { min-width: 50px !important; }
2592 .minwidth75imp { min-width: 75px !important; }
2593 .minwidth100imp { min-width: 100px !important; }
2594 .minwidth125imp { min-width: 125px !important; }
2595 .minwidth150imp { min-width: 110px !important; }
2596 .minwidth200imp { min-width: 110px !important; }
2597 .minwidth250imp { min-width: 115px !important; }
2598 .minwidth300imp { min-width: 120px !important; }
2599 .minwidth400imp { min-width: 150px !important; }
2600 .minwidth500imp { min-width: 250px !important; }
2601 .titlefield { width:
auto; min-width: unset; }
2602 .titlefieldcreate { min-width: 125px; }
2606 width: <?php print
dol_size(300,
'width'); ?>px;
2616 padding-<?php echo $right; ?>: 5px;
2617 padding-bottom: 5px;
2619 img.photoref, div.photoref {
2625 object-fit: contain;
2629 padding-<?php echo $right; ?>: 10px;
2632 div.statusref img, div.statusrefbis {
2633 padding-<?php echo $right; ?>: 3px !important;
2636 input.buttonpayment {
2642@media only screen and (max-width: 320px)
2644 .maxwidth300 { max-width: 260px; }
2647.linkobject { cursor: pointer; }
2649table.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 {
2650 color: var(--tableforfieldcolor);
2653<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2654.hideonprint { display: none !important; }
2670 white-space: nowrap;
2683 table-layout: fixed;
2686#id-right, #id-left {
2687 display:
table-cell;
2689 vertical-align: top;
2692<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2695 <?php
if ($colorbackhmenu1 ==
'255,255,255') { ?>
2696 border-bottom: 1px solid rgba(0,0,0,0.2);
2708 padding-bottom: 20px;
2709<?php
if (
GETPOST(
'optioncss',
'aZ09') !=
'print') { ?>
2710 padding-<?php print $left; ?>: <?php echo $leftmenuwidth + 9; ?>px;
2714.bodyforlist #
id-right {
2715 padding-bottom: 4px;
2717.bodyforlist.poslist #
id-right {
2723.classforhorizontalscrolloftabs #
id-container {
2726.classforhorizontalscrolloftabs .side-nav {
2730.classforhorizontalscrolloftabs #
id-right {
2731 width:calc(100% - 252px);
2732 display:
inline-block;
2738<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2741 background: var(--colorbackvmenu1);
2743 box-shadow: 3px 0 6px <?php echo($left ==
'left' ? -2 : 2); ?>px #eee;
2747 font-family:
"RobotoDraft",
"Roboto",sans-serif;
2748 <?php echo $left; ?>: 0;
2750 if (in_array(
$conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) {
2756 -webkit-transform: translateZ(0);
2757 -moz-transform: translateZ(0);
2758 -ms-transform: translateZ(0);
2759 -o-transform: translateZ(0);
2760 transform: translateZ(0);
2761 -webkit-transform-style: preserve-3d;
2762 -moz-transform-style: preserve-3d;
2763 -ms-transform-style: preserve-3d;
2764 -o-transform-style: preserve-3d;
2765 transform-style: preserve-3d;
2766 -webkit-transition-delay: 0.1s;
2767 -moz-transition-delay: 0.1s;
2768 transition-delay: 0.1s;
2769 -webkit-transition-duration: 0.2s;
2770 -moz-transition-duration: 0.2s;
2771 transition-duration: 0.2s;
2772 -webkit-transition-property: -webkit-transform;
2773 -moz-transition-property: -moz-transform;
2774 transition-property: transform;
2775 -webkit-transition-timing-
function: cubic-bezier(0.4, 0, 0.2, 1);
2776 -moz-transition-timing-
function: cubic-bezier(0.4, 0, 0.2, 1);
2777 transition-timing-
function: cubic-bezier(0.4, 0, 0.2, 1);
2778 -webkit-overflow-scrolling: touch;
2780 if (in_array(
$conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) {
2793.side-nav-vert, #
id-right {
2794 transition: padding-<?php echo $left; ?> 0.5s ease, margin-<?php echo $left; ?> 0.5s ease;
2797.side-nav, .login_block {
2798 transition: <?php echo $left; ?> 0.5s ease;
2801body.sidebar-collapse .side-nav-vert, body.sidebar-collapse #
id-right {
2810 margin-<?php echo $left; ?>: <?php echo $leftmenuwidth + 6; ?>px;
2814body.sidebar-collapse .side-nav, body.sidebar-collapse .login_block_other
2825body.bodytakepos #topmenu-login-dropdown {
2830<?php
if (in_array(
$conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) { ?>
2840 if (in_array(
$conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) {
2842 overflow-x: initial !important;
2852div.backgroundsemitransparent {
2853 background:rgba(255, 255, 255, 0.7);
2855 padding-right: 10px;
2862.login_block_getinfo {
2865.login_block_getinfo div.login_block_user {
2868.login_block_getinfo .atoplogin, .login_block_getinfo .atoplogin:hover {
2869 color: #333 !important;
2871.login_block_elem a span.atoplogin, .login_block_elem span.atoplogin {
2872 vertical-align: middle;
2877 padding-<?php print $left; ?>: 0 ! important;
2881 background: var(--colorbackvmenu1);
2882 border-right: 1px solid rgba(0,0,0,0.3);
2885 if (in_array(
$conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) { ?>
2886 top: 66px ! important;
2888 top: 60px ! important;
2892 margin-<?php print $left; ?>: 6px !important;
2893 margin-<?php print $right; ?>: 6px !important;
2898 margin-<?php print $left; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 6 : (empty(
$conf->dol_optimize_smallscreen) ?
'38' :
'6')); ?>px;
2899 margin-<?php print $right; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 6 : (empty(
$conf->dol_optimize_smallscreen) ?
'36' :
'6')); ?>px;
2900 <?php
if (!empty($dol_hide_topmenu) ||
GETPOST(
'dol_openinpopup',
'aZ09')) {
2901 print
'margin-top: 12px;';
2903 margin-bottom: 15px;
2905body.onlinepaymentbody div.fiche {
2906 margin: 20px !important;
2908div.fiche>
table:first-child {
2909 margin-bottom: 15px !important;
2911.page-modulehelp div.fiche {
2925 <?php
if (
$conf->browser->layout !=
'phone') {
2926 print
"float: ".$left.
";\n";
2928 <?php
if (
$conf->browser->layout !=
'phone') {
2929 print
"width: calc(50% - 16px);\n";
2931 <?php
if (
$conf->browser->layout ==
'phone') {
2932 print
"padding-bottom: 6px;\n";
2935div.fichetwothirdright {
2936 <?php
if (
$conf->browser->layout !=
'phone') {
2937 print
"float: ".$right.
";\n";
2939 <?php
if (
$conf->browser->layout !=
'phone') {
2940 print
"width: calc(50% - 16px);\n";
2942 <?php
if (
$conf->browser->layout ==
'phone') {
2943 print
"padding-bottom: 6px\n";
2947 <?php
if (
$conf->browser->layout !=
'phone') {
2948 print
"float: ".$left.
";\n";
2950 <?php
if (
$conf->browser->layout !=
'phone') {
2951 print
"width: calc(50% - 16px);\n";
2953 margin-bottom: 20px;
2956 <?php
if (
$conf->browser->layout !=
'phone') {
2957 print
"float: ".$right.
";\n";
2959 <?php
if (
$conf->browser->layout !=
'phone') {
2960 print
"width: calc(50% - 16px);\n";
2964 <?php
if (
$conf->browser->layout ==
'phone') {
2965 print
"margin-top: 10px;\n";
2970@media only screen and (max-width: 1499px)
2972 div.fichehalfleft-lg {
2976 div.fichehalfright-lg {
2981 .fichehalfright-lg .fichehalfright {
2986div.secondcolumn > div >
table.noborder {
2998@media only screen and (max-width: 900px)
3001 margin-<?php print $left; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 6 : ($dol_hide_leftmenu ?
'4' :
'20')); ?>px;
3002 margin-<?php print $right; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 8 : 16); ?>px;
3003 <?php
if (!empty(
$conf->dol_hide_leftmenu) && !empty(
$conf->dol_hide_topmenu)) {
3004 print
'margin-top: 4px;';
3006 margin-bottom: 15px;
3012 div.fichecenterbis {
3015 div.fichethirdleft {
3018 padding-bottom: 6px;
3020 div.fichetwothirdright {
3023 padding-bottom: 6px;
3029 div.fichehalfright {
3033 div.fichehalfright {
3036 div.firstcolumn div.box {
3039 div.secondcolumn div.box {
3045div.fichehalfright tr.liste_titre:first-child td
table.nobordernopadding td {
3049 padding: 0 !important;
3057td.nobordernopadding.widthpictotitle.col-picto {
3058 color: var(--colortexttitlenotab);
3062 margin-<?php echo $right; ?>: 8px;
3067span.widthpictotitle {
3070.table-list-of-attached-files .col-picto, .table-list-of-links .col-picto {
3071 opacity: 0.7 !important;
3075.table-list-of-attached-files .col-picto .widthpictotitle, .table-list-of-links .col-picto .widthpictotitle {
3085 vertical-align: middle;
3088.pictowarning, .pictoerror, .pictopreview, .pictonopreview {
3089 padding-<?php echo $left; ?>: 3px;
3093 color: <?php echo $badgeWarning; ?>;
3096 color: <?php echo $badgeDanger ?>;
3101.fiche .arearef img.pictoedit, .fiche .arearef span.pictoedit,
3102.fiche .fichecenter img.pictoedit, .fiche .fichecenter span.pictoedit,
3103.tagtdnote span.pictoedit {
3106img.hideonsmartphone.pictoactionview {
3107 vertical-align: bottom;
3115img.pictofixedwidth {
3122 padding-left: 1px !important;
3125 padding-bottom: 1px;
3132 padding-bottom: 10px;
3134div.attachareaformuserfileecm {
3140 padding-bottom: 5px;
3141 margin-bottom: 10px;
3143div.arearefnobottom {
3145 padding-bottom: 4px;
3150div.divphotoref:last-child {
3151 padding-<?php echo $right; ?>: 20px;
3154 padding-bottom: 10px;
3157 float: <?php echo $right; ?>;
3158 padding-<?php echo $left; ?>: 12px;
3160 margin-bottom: 10px;
3166 vertical-align: text-bottom;
3172 vertical-align: text-bottom;
3174img.photoref, div.photoref {
3175 border: 1px solid #CCC;
3176 box-shadow: 3px 3px 4px #DDD;
3180 object-fit: contain;
3182img.photokanban, div.photokanban {
3186 vertical-align: middle;
3189div.photoref .fa, div.photoref .fas, div.photoref .far {
3194 object-fit: contain;
3198 vertical-align:middle;
3201.difforspanimgright {
3202 display:
table-cell;
3203 padding-right: 10px;
3205img.photorefnoborder {
3209 object-fit: contain;
3210 border: 1px solid #AAA;
3211 border-radius: 100px;
3216 border-bottom: <?php echo $borderwidth ?>px solid var(--colortopbordertitle1);
3219.trextrafieldseparator td, .trextrafields_collapse_last td {
3220 border-bottom: 1px solid var(--colortopbordertitle1) !important;
3223 margin: 0 !important;
3224 padding-bottom: 0 !important;
3243$maxwidthloginblock = 110;
3244if (
getDolGlobalInt(
'THEME_TOPMENU_DISABLE_IMAGE') == 1 || !empty($user->conf->MAIN_OPTIMIZEFORTEXTBROWSER)) {
3247 $maxwidthloginblock = 180;
3253<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3256 background: var(--colorbackhmenu1);
3268<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3278li.tmenusel::after, li.tmenusel:hover::after {
3283 left: calc(50% - 6px);
3286 border-style: solid;
3287 border-width: 0px 6px 5px 6px;
3288 border-color: transparent transparent #ffffff transparent;
3292<?php
if ($disableimages) { ?>
3298<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3303 white-space: nowrap;
3305 border-<?php print $left; ?>: 0px;
3306 border-<?php print $right; ?>: 0px;
3307 padding: 0px 0px 0px 0px;
3308 margin: 0px 0px 0px 0px;
3310 font-weight: normal;
3312 text-decoration: none;
3315div.tmenudisabled, a.tmenudisabled {
3318a.tmenudisabled:link, a.tmenudisabled:visited, a.tmenudisabled:hover, a.tmenudisabled:
active {
3319 font-weight: normal;
3320 padding: 0px 5px 0px 5px;
3321 white-space: nowrap;
3322 color: var(--colortextbackhmenu);
3323 text-decoration: none;
3324 cursor: not-allowed;
3326span.mainmenuaspan.tmenudisabled {
3327 color: var(--colortextbackhmenu);
3329 cursor: not-allowed;
3332a.disabled, span.tmenu {
3334 text-decoration: none !important;
3338a.tmenu:link, a.tmenu:visited, a.tmenu:hover, a.tmenu:
active {
3339 font-weight: normal;
3340 padding: 0px 5px 0px 5px;
3341 white-space: nowrap;
3343 color: var(--colortextbackhmenu);
3344 text-decoration: none;
3346a.tmenusel:link, a.tmenusel:visited, a.tmenusel:hover, a.tmenusel:
active {
3347 font-weight: normal;
3348 padding: 0px 5px 0px 5px;
3349 margin: 0px 0px 0px 0px;
3350 white-space: nowrap;
3351 color: var(--colortextbackhmenu);
3352 text-decoration: none !important;
3357 padding: 0px 0px 0px 0px;
3358 margin: 0px 0px 0px 0px;
3365 background: var(--colorbackhmenu1);
3374li.tmenu, li.tmenusel {
3375 <?php print $minwidthtmenu ?
'min-width: '.$minwidthtmenu.
'px;' :
''; ?>
3377 vertical-align: bottom;
3379 float: <?php print $left; ?>;
3380 <?php
if (!$disableimages) { ?>
3381 height: <?php print $heightmenu; ?>px;
3382 padding: 0px 0px 2px 0px;
3384 padding: 0px 0px 0px 0px;
3389 margin: 0px 0px 0px 0px;
3390 font-weight: normal;
3396.tmenuend .tmenuleft { width: 0px; }
3397.tmenuend { display: none; }
3401 float: <?php print $left; ?>;
3403 <?php
if (empty(
$conf->dol_optimize_smallscreen)) { ?>
3405 <?php
if (!$disableimages) { ?>
3406 height: <?php print $heightmenu + 4; ?>px;
3416 text-overflow: ellipsis;
3417 white-space: nowrap;
3418 color: var(--colortextbackhmenu);
3419 <?php
if ($disableimages) { ?>
3424 height: <?php print $heightmenu; ?>px;
3428 padding-bottom: 5px;
3430 text-overflow: ellipsis;
3434 padding-<?php print $left; ?>: 2px;
3435 padding-<?php print $right; ?>: 2px;
3436 font-family: Roboto,<?php echo
$fontlist; ?>;
3443 background-repeat:no-repeat;
3445 height: <?php echo($heightmenu - 22); ?>px;
3449a.tmenuimage:focus, .mainmenu.topmenuimage:focus {
3466 width: <?php echo $disableimages ?
'auto' :
'44'; ?>px;
3470<?php
if (in_array(
getDolGlobalInt(
'THEME_TOPMENU_DISABLE_IMAGE'), array(2, 3, 4))) { ?>
3471.tmenulabel:not(.menuhider), .tmenulabel:not(.menuhider)::before {
3475a.tmenuimage:not(.menuhider), a.tmenuimage:not(.menuhider)::before,
3476div.tmenuimage:not(.menuhider), div.tmenuimage:not(.menuhider)::before,
3477span.tmenuimage:not(.menuhider), span.tmenuimage:not(.menuhider)::before {
3479 margin-top: 8px !important;
3485ul.tmenu:hover .tmenulabel:not(.menuhider), ul.tmenu:hover .tmenulabel:not(.menuhider)::before {
3489 text-overflow: ellipsis;
3493 display: initial !important;
3494 line-height: 0.6em !important;
3495 height: 1em !important;
3497 text-overflow: ellipsis;
3498 color: var(--colortextbackhmenu);
3501ul.tmenu:hover .tmenuimage:not(.menuhider), ul.tmenu:hover .tmenuimage:not(.menuhider)::before {
3504 margin-top: 0px !important;
3510li.tmenu:hover .tmenulabel:not(.menuhider), li.tmenu:hover .tmenulabel:not(.menuhider)::before {
3511 display: initial !important;
3513li.tmenu:hover .tmenuimage:not(.menuhider), li.tmenu:hover .tmenuimage:not(.menuhider):before {
3514 font-size: 1.1em !important;
3515 margin-top: 0px !important;
3521<?php
if (empty($dol_hide_topmenu)) { ?>
3522 <?php include
dol_buildpath($path.
'/theme/'.$theme.
'/main_menu_fa_icons.inc.php', 0); ?>
3527 $moduletomainmenu = array(
3528 'user' =>
'',
'syslog' =>
'',
'societe' =>
'companies',
'projet' =>
'project',
'propale' =>
'commercial',
'commande' =>
'commercial',
3529 'produit' =>
'products',
'service' =>
'products',
'stock' =>
'products',
3530 'don' =>
'accountancy',
'tax' =>
'accountancy',
'banque' =>
'accountancy',
'facture' =>
'accountancy',
'compta' =>
'accountancy',
'accounting' =>
'accountancy',
'adherent' =>
'members',
'import' =>
'tools',
'export' =>
'tools',
'mailing' =>
'tools',
3531 'contrat' =>
'commercial',
'ficheinter' =>
'commercial',
'ticket' =>
'ticket',
'deplacement' =>
'commercial',
3532 'fournisseur' =>
'companies',
3533 'barcode' =>
'',
'fckeditor' =>
'',
'categorie' =>
'',
3535 $mainmenuused =
'home';
3536 foreach (
$conf->modules as $val) {
3537 $mainmenuused .=
','.(isset($moduletomainmenu[$val]) ? $moduletomainmenu[$val] : $val);
3539 $mainmenuusedarray = array_unique(explode(
',', $mainmenuused));
3543 $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');
3545 $divnotrequired = array(
'multicurrency',
'salaries',
'ticket',
'margin',
'opensurvey',
'paybox',
'expensereport',
'incoterm',
'prelevement',
'propal',
'workflow',
'notification',
'supplier_proposal',
'cron',
'product',
'productbatch',
'expedition');
3546 foreach ($mainmenuusedarray as $val) {
3547 if (empty($val) || in_array($val, $divalreadydefined)) {
3550 if (in_array($val, $divnotrequired)) {
3557 $constformoduleicon =
'MAIN_MODULE_'.strtoupper($val).
'_ICON';
3559 if ($iconformodule) {
3560 if (preg_match(
'/^fa\-/', $iconformodule)) {
3563 $url =
dol_buildpath(
'/'.$val.
'/img/'.$iconformodule.
'.png', 1);
3568 foreach (
$conf->file->dol_document_root as $dirroot) {
3569 if (file_exists($dirroot.
"/".$val.
"/img/".$val.
".png")) {
3579 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";
3580 print
'div.mainmenu.'.$val.
' span::before {'.
"\n";
3581 print
'content: "\f249";'.
"\n";
3586 print
"div.mainmenu.".$val.
" {\n";
3587 print
" background-image: url(".$url.
");\n";
3588 print
" background-position-y: 3px;\n";
3589 print
" filter: saturate(0);\n";
3592 print
'/* icon for module '.$val.
' is a fa icon */'.
"\n";
3601 padding:0 0 0 0 !important;
3602 margin:0 0px 0 0 !important;
3603 <?php
if ($disableimages) { ?>
3608 <?php
if ($disableimages) { ?>
3613 text-decoration: none;
3627 background: #f0f0f0;
3634 display:
table-cell;
3635 vertical-align: middle;
3637.login_vertical_align {
3639 padding-bottom: 80px;
3642 padding-bottom: 30px;
3644 vertical-align: middle;
3648 color: #aaa !important;
3649 padding-bottom: 20px;
3654 text-shadow: 1px 1px 1px #FFF;
3661 padding-bottom:12px;
3664 background-color: #FFFFFF;
3666 box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(60,60,60,0.15);
3669 border:solid 1px rgba(80,80,80,.4);
3671 border-top:solid 1px #f8f8f8;
3673.login_table input#username, .login_table input#password, .login_table input#securitycode{
3682.login_table input#username:focus, .login_table input#password:focus, .login_table input#securitycode:focus {
3683 outline: none !important;
3685.login_table .trinputlogin {
3688.login_table .tdinputlogin {
3689 background-color: #fff;
3698.login_table .tdinputlogin .fa {
3703.login_table #tdpasswordlogin {
3706.login_table #tdpasswordlogin #togglepassword {
3714.login_table #tdpasswordlogin #togglepassword .fa {
3718#togglepassword .fa::before {
3721.trinputlogin:hover #togglepassword .fa::before, input#password:focus + #togglepassword .fa::before {
3722 visibility: visible;
3726 word-
break:
break-word;
3729.login_main_message {
3732 margin-bottom: 10px;
3734.login_main_message .error {
3735 border: 1px solid #caa;
3738div#login_left, div#login_right {
3739 display:
inline-block;
3742 padding-bottom: 10px;
3744 padding-right: 16px;
3746 vertical-align: middle;
3748div#login_right select#entity {
3754table.login_table_securitycode {
3755 border-spacing: 0px;
3757table.login_table_securitycode tr td {
3765 border: 1px solid #f4f4f4;
3767#img_logo, .img_logo {
3772.loginbuttonexternal {
3775 border: 1px solid #ccc;
3781.atoplogin.dropdown .dropdown-menu {
3788 padding-bottom: 3px;
3790 <?php print $left; ?>: 0;
3791<?php
if (in_array(
$conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) { ?>
3798 vertical-align: middle;
3799 background: var(--colorbackvmenu1);
3800 width: <?php echo $leftmenuwidth + 6; ?>px;
3802 <?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3806.sidebar-collapse div.login_block {
3810 color: var(--colortextbackvmenu);
3811 display:
inline-block;
3813div.login_block a .atoploginusername {
3814 color: var(--colortextbackhmenu);
3815 display:
inline-block;
3818 text-overflow: ellipsis;
3820div.login_block span.aversion {
3821 color: var(--colortextbackvmenu);
3822 filter: contrast(0.7);
3824div.login_block
table {
3830 float: <?php echo $right; ?>;
3833 color: var(--colortextvmenu);
3836 color: var(--colortextvmenu);
3837 text-decoration:underline;
3839div.login_block_user, div.login_block_other { clear: both; }
3840div.login_block_other { padding-top: 15px; }
3841div.login_block_tools { padding-top: 0px; }
3843.topnav div.login_block_user {
3844 display:
inline-block;
3845 vertical-align: middle;
3846 line-height: <?php echo $disableimages ?
'25' :
'70'; ?>px;
3847 height: <?php echo $disableimages ?
'25' :
'70'; ?>px;
3849.topnav div.login_block_other {
3850 display:
inline-block;
3851 vertical-align: middle;
3852 clear: <?php echo $disableimages ?
'none' :
'both'; ?>;
3854 text-align: <?php echo $right; ?>;
3855 margin-<?php echo $right; ?>: 8px;
3859.login_block_other .login_block_elem {
3864 float: <?php echo $right; ?>;
3865 vertical-align: middle;
3866 padding: 0px 3px 0px 3px !important;
3869.login_block_elem_name {
3873 white-space: nowrap;
3876 text-overflow: ellipsis;
3880.atoplogin, .atoplogin:hover {
3881 color: var(--colortextbackvmenu) !important;
3883.alogin, .alogin:hover {
3884 color: #888 !important;
3885 font-weight: normal !important;
3886 font-size: <?php echo is_numeric($fontsizesmaller) ? $fontsizesmaller.
'px' : $fontsizesmaller; ?> !important;
3888.alogin:hover, .atoplogin:hover {
3889 text-decoration:underline !important;
3891span.fa.atoplogin, span.fa.atoplogin:hover {
3893 text-decoration: none !important;
3895img.login, img.printer, img.entity {
3898 text-decoration: none;
3902.userimg.atoplogin img.userphoto, .userimgatoplogin img.userphoto,
3903.userimg.atoplogin span.userphoto, .userimgatoplogin span.userphoto {
3905 width: <?php echo $disableimages ?
'26' :
'30'; ?>px;
3906 height: <?php echo $disableimages ?
'26' :
'30'; ?>px;
3908 background-size: contain;
3909 background-color: #FFF;
3912 border-radius: 0.75em;
3915 background-size: contain;
3916 vertical-align: middle;
3918.userimg.atoplogin span.userphoto, .userimgatoplogin span.userphoto {
3919 vertical-align: middle;
3922.userimg.atoplogin span.userphoto::before, .userimgatoplogin span.userphoto::before {
3924 display:
inline-block;
3928span.userimg div.userphoto {
3929 background-color: #eee;
3930 border-radius: 0.72em;
3934 display:
inline-block;
3937 border-radius: 0.6em;
3940 background-size: contain;
3941 vertical-align: middle;
3943img.userphoto[alt=
"Gravatar avatar"], img.photouserphoto.dropdown-
user-image[alt=
"Gravatar avatar"] {
3946img.gravatar.photouserphoto {
3947 filter: grayscale(50%);
3949img.userphotopublicvcard {
3953 background-size: contain;
3955 border-color: rgba(128, 128, 128, 0.5);
3960form[
name=
"addtime"] img.userphoto, form[
name=
"addtime"] img.userphotosmall {
3961 border: 1px solid #444;
3964 background-image: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/object_user.png', 1); ?>);
3965 background-repeat: no-repeat;
3967.span-icon-password {
3968 background-image: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/lock.png', 1); ?>);
3969 background-repeat: no-repeat;
3976div.vmenu, td.vmenu {
3977 margin-<?php print $right; ?>: 2px;
3979 float: <?php print $left; ?>;
3981 padding-bottom: 0px;
3983 width: <?php echo $leftmenuwidth; ?>px;
3987 margin-<?php print $left; ?>: 4px;
3988 <?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3993 margin-<?php print $left; ?>: 8px !important
3996.vmenusearchselectcombo {
3997 width: <?php echo $leftmenuwidth - 20; ?>px;
3998 height: 38px !important;
4000.vmenusearchselectcombo > .select2-selection__rendered, .vmenusearchselectcombo > .select2-selection__arrow {
4001 line-height: 38px !important;
4002 height: 38px !important;
4007 padding-bottom: 3px;
4009 text-overflow: ellipsis;
4011#menu_contenu_logo { padding-right: 4px; }
4012.companylogo { padding-top: 4px; }
4013.searchform { padding-top: 10px; }
4014.searchform .bordertransp { border: 0; }
4015#divsearchforms2 form.searchform .button { border: none !important; }
4017a.vmenu:link, a.vmenu:visited, a.vmenu:hover, a.vmenu:
active, span.vmenu, span.vsmenu {
4018 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;
4020span.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; }
4021a.vmenu:link, a.vmenu:visited {
4022 color: var(--colortextbackvmenu);
4025a.vmenu, a.vsmenu:link, a.vsmenu:visited, a.vsmenu:hover, a.vsmenu:
active, span.vmenu, span.vsmenu {
4026 font-size:<?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize ?>; font-family: <?php print
$fontlist ?>; text-align: <?php print $left; ?>; font-weight: normal;
4027 color: var(--colortextbackvmenu);
4028 margin: 1px 1px 1px 8px;
4030span.vsmenudisabled:not(.spanlilevel0), font.vsmenudisabled:not(.spanlilevel0) {
4031 font-size:<?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize ?>;
4033span.vsmenudisabled, font.vsmenudisabled {
4035 text-align: <?php print $left; ?>;
4036 font-weight: normal;
4037 color: var(--colortextbackvmenu);
4038 white-space: nowrap;
4040a.vsmenu:link, a.vsmenu:visited {
4041 color: var(--colortextbackvmenu);
4042 white-space: nowrap;
4044span.vsmenudisabledmargin, font.vsmenudisabledmargin { margin: 1px 1px 1px 8px; }
4045li a.vsmenudisabled, li.vsmenudisabled { color: #aaa !important; cursor:
default !important; }
4047a.help:link, a.help:visited, a.help:hover, a.help:
active, span.help {
4048 text-align: <?php print $left; ?>; font-weight: normal; color: #999; text-decoration: none;
4056 color: var(--colortextbackhmenu);
4058 display:
inline-block;
4060 vertical-align: super;
4062 transform: rotate(<?php echo($left ==
'left' ?
'55deg' :
'305deg'); ?>);
4067 border-bottom: 0 !important;
4070 margin: <?php echo $disableimages ?
'-1' :
'6'; ?>px;
4074 height: <?php echo $disableimages ?
'18' :
'32'; ?>px;
4077 vertical-align: middle;
4079.menulogocontainer img.mycompany {
4080 object-fit: contain;
4083 image-rendering: -webkit-optimize-contrast;
4086#mainmenutd_companylogo::after {
4089li#mainmenutd_companylogo .tmenucenter {
4092li#mainmenutd_companylogo {
4093 min-width: unset !important;
4095<?php
if ($disableimages) { ?>
4096 li#mainmenutd_home {
4097 min-width: unset !important;
4099 li#mainmenutd_home .tmenucenter {
4104div.blockvmenupair, div.blockvmenuimpair
4107 text-align: <?php print $left; ?>;
4108 text-decoration: none;
4112 padding-bottom: 3px;
4113 margin: 1px 0px 8px 0px;
4115 color: var(--colortext);
4116 background: var(--colorbackvmenu1);
4118 padding-bottom: 10px;
4119 border-bottom: 1px solid #e8e8e8;
4121div.blockvmenubookmarks
4123 padding-bottom: 16px !important;
4126 border: none !important;
4127 padding-left: 0 !important;
4129a.vsmenu.addbookmarkpicto {
4130 padding-right: 10px;
4132div.blockvmenufirst {
4135 border-top: 1px solid #e0e0e0;
4138div.blockvmenusearch, div.blockvmenubookmarks
4142 text-align: <?php print $left; ?>;
4143 text-decoration: none;
4147 padding-bottom: 3px;
4148 margin: 1px 0px 2px 0px;
4149 background: var(--colorbackvmenu1);
4151 padding-bottom: 10px;
4154div.blockvmenusearchphone
4156 border-bottom: none;
4162<?php
if (empty(
$conf->dol_optimize_smallscreen)) { ?>
4166 text-decoration: none;
4170 padding-bottom: 3px;
4171 margin: 4px 0px 0px 0px;
4179 border-right: 1px solid #000000;
4180 border-bottom: 1px solid #000000;
4181 background: #b3c5cc;
4184 text-align: <?php print $left; ?>;
4185 text-decoration: none;
4189 background: #b3c5cc;
4194 background: #F4F4F4;
4196 border: 1px solid #bbb;
4207#mainContent, #leftContent .ui-layout-pane {
4212#mainContent, #leftContent .ui-layout-center {
4224 padding-bottom: 0 !important;
4229 padding: 0px 4px 14px 4px !important;
4245li.expanded > a.fmdirlia.jqft.ecmjqft {
4246 font-weight: bold !important;
4250 width: calc(100% - 100px);
4254 white-space:
break-spaces;
4255 word-
break:
break-all;
4263 text-align: <?php print $left; ?>;
4274 font-weight: normal !important;
4277 color: var(--colortextbacktab);
4280 padding-right: 24px;
4281 padding-bottom: 23px;
4282 margin: 0px 0px 20px 0px;
4284 border-right: 1px solid #CCC;
4285 border-left: 1px solid #CCC;
4286 border-top: 1px solid #CCC;
4287 border-bottom: 1px solid #CCC;
4289 background: var(--colorbacktabcard1);
4291div.tabBar .lastrecordtable {
4292 margin-bottom: 15px !important;
4294div.tabBar tr.titre td {
4297div.fiche
table:not(.
table-fiche-title) tr.titre td {
4309div.tabBarWithBottom {
4310 padding-bottom: 18px;
4311 border-bottom: 1px solid #aaa;
4313div.tabBar
table.tableforservicepart2:last-child {
4314 border-bottom: 1px solid #aaa;
4316.tableforservicepart1 .tdhrthin {
4320div.tabs div.tabsElem:first-of-
type a.tab {
4321 margin-left: 0px !important;
4325 color: var(--colortextlink) !important;
4327a.tab:link, a.tab:visited, a.tab:hover, a.tab#
active {
4329 padding: 10px 13px 10px;
4331 text-decoration: none;
4332 white-space: nowrap;
4333 background-image: none !important;
4336.tabactive, a.tab#
active {
4337 color: var(--colortextbacktab) !important;
4338 background: var(--colorbacktabcard1) !important;
4340 border-right: 1px solid #AAA !important;
4341 border-left: 1px solid #AAA !important;
4342 border-top: 2px solid #111 !important;
4344.tabunactive, a.tab#unactive {
4345 border-right: 1px solid transparent;
4346 border-left: 1px solid transparent;
4347 border-top: 1px solid transparent;
4348 border-bottom: 0px !important;
4362 text-decoration: none;
4363 white-space: nowrap;
4367 background: #dee7ec;
4371 background: #dee7ec;
4376 text-decoration: none;
4377 white-space: nowrap;
4378 border-radius:3px 3px 0px 0px;
4380 border-<?php print $right; ?>: 1px solid #555555;
4381 border-<?php print $left; ?>: 1px solid #D8D8D8;
4382 border-top: 1px solid #D8D8D8;
4396 margin-bottom: 1.4em;
4399 margin: 30px 0em 30px 0em;
4403div.tabsActionNoBottom {
4407 margin-bottom: 16px !important;
4409div.tabsAction .dropdown .textbutton {
4410 text-align: <?php echo $left; ?>;
4417 border: 1px solid #888;
4421 padding-bottom: 5px;
4427 color:rgba(0,0,0,.5);
4428 margin-<?php print $right; ?>: 10px;
4429 text-shadow:1px 1px 1px #ffffff;
4431 font-weight: normal;
4432 padding: 4px 6px 2px 6px;
4434 text-decoration: none;
4435 white-space: nowrap;
4446<?php include
dol_buildpath($path.
'/theme/'.$theme.
'/btn.inc.php', 0); ?>
4459 border-collapse: collapse;
4462 padding-<?php print $left; ?>: 0px !important;
4463 padding-<?php print $right; ?>: 4px !important;
4466 list-style-
type:none;
4467 margin: 0px !important;
4468 padding: 0px !important;
4473tr.nocellnopadd td.nobordernopadding, tr.nocellnopadd td.nocellnopadd
4479 color: unset !important;
4483 padding: 4px !important;
4484 padding-left: 7px !important;
4485 padding-right: 7px !important;
4487input.button.smallpaddingimp, input.buttonreset.smallpaddingimp {
4489 font-weight: normal !important;
4493 color: var(--colortextlink);
4494 background-color: transparent;
4497input.buttonlink:hover {
4498 text-decoration: underline;
4504 text-decoration: underline;
4505 color: var(--colortextlink);
4506 background-color: transparent;
4511 border-collapse: collapse;
4514 padding-<?php print $left; ?>: 0px;
4515 padding-<?php print $right; ?>: 16px;
4516 padding-bottom: 4px;
4519.notopnoleftnoright {
4520 border-collapse: collapse;
4525 padding-bottom: 4px;
4526 margin: 0px 0px 0px 0px;
4529table.tableforemailform tr td {
4531 padding-bottom: 3px;
4534table.border,
table.bordernooddeven,
table.dataTable, .table-border, .table-border-col, .table-key-border-col, .table-val-border-col, div.border {
4536 border-collapse: collapse !important;
4537 padding: 1px 2px 1px 3px;
4540 border: 1px solid #BBB;
4544.bordernooddeven tbody tr,
4546.bordernooddeven tbody tr td,
4547div.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,
4548tr.liste_titre.box_titre td
table td, .bordernooddeven tr td {
4551.liste_titre.trheight5em {
4552 height: 4em !important;
4555table.border td,
table.bordernooddeven td, div.border div div.tagtd, div.table-border div div.tagtd {
4556 padding: 3px 8px 3px 8px;
4558 border-collapse: collapse;
4561td.border, div.tagtable div div.border {
4562 border-top: 1px solid #000000;
4563 border-right: 1px solid #000000;
4564 border-bottom: 1px solid #000000;
4565 border-left: 1px solid #000000;
4568.table-key-border-col {
4572.table-val-border-col {
4577.thsticky, .tdsticky {
4581.thstickyright, .tdstickyright {
4585.thstickygray, .tdstickygray {
4586 background-color: lightgray;
4588.thstickyghostwhite, .tdstickyghostwhite {
4589 background-color: ghostwhite;
4591.thstickyinherit, .tdstickyinherit {
4592 background-color: inherit;
4597.tagtable td[data-key=
"ref"], .tagtable th[data-key=
"ref"] {
4601 max-width: 150px !important;
4603 background-color: gainsboro;
4610.tagtable td.actioncolumn, .tagtable th.actioncolumn {
4614 max-width: 150px !important;
4616 background-color: gainsboro;
4624.nobordertop, .nobordertop tr:first-of-
type td {
4625 border-top: none !important;
4627.noborderbottom, tr.noborderbottom td, .noborderbottom tr:last-of-
type td {
4628 border-bottom: none !important;
4631 border-top: 1px solid var(--colortopbordertitle1);
4634 border-bottom: 1px solid var(--colortopbordertitle1);
4637 border: none !important;
4640.fichehalfright
table.noborder {
4641 margin: 0px 0px 0px 0px;
4645 background: var(--colorbacktitle1);
4650 <?php
if ($userborderontable) { ?>
4651 border-right: 1px solid #ccc;
4652 border-left: 1px solid #ccc;
4655table.liste,
table.noborder:not(.paymenttable):not(.margintable):not(.tableforcontact),
table.formdoc, div.noborder:not(.paymenttable):not(.margintable):not(.tableforcontact) {
4657 if ($userborderontable) { ?>
4660 border-left: 1px solid #ccc;
4661 border-right: 1px solid #ccc;
4663 border-left: 1px solid #f0f0f0;
4664 border-right: 1px solid #f0f0f0;
4668 width: calc(100% - 2px);
4670 border-collapse: separate !important;
4671 border-spacing: 0px;
4673 border-top-width: <?php echo $borderwidth ?>px;
4674 border-top-color: var(--colortopbordertitle1);
4675 border-top-style: solid;
4677 border-bottom-width: 1px;
4678 border-bottom-color: #BBB;
4679 border-bottom-style: solid;
4681 margin: 0px 0px 20px 0px;
4683 border-radius: 0.1em;
4685table.tagtable.liste.listwithfilterbefore {
4688table.noborder.boxtable {
4691table.noborder tr, div.noborder form {
4692 border-top-color: #FEFEFE;
4694 border-right-width: 1px;
4695 border-right-color: #BBBBBB;
4696 border-right-style: solid;
4698 border-left-width: 1px;
4699 border-left-color: #BBBBBB;
4700 border-left-style: solid;
4703table.paddingtopbottomonly tr td {
4705 padding-bottom: 2px;
4708table.nointerlines tr:not(:last-child) td {
4709 border-bottom: unset !important;
4710 border-top: unset !important;
4715table.noborder:not(.cal_month, .paymenttable, .margintable) {
4716 border-radius: <?php echo $borderradius; ?>px;
4718table.noborder.cal_month {
4719 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4720 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4722table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child td:first-child,
4723table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child th:first-child,
4724table.tagtable.liste:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child td:first-child,
4725table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.trfirstline td:first-child {
4726 border-top-left-radius: <?php echo $borderradius; ?>px;
4728table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child td:last-child,
4729table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child th:last-child,
4730table.tagtable.liste:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child th:last-child,
4731table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.trfirstline td:last-child {
4732 border-top-right-radius: <?php echo $borderradius; ?>px;
4734table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr:last-child td:first-child,
4735table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr:last-child th:first-child {
4736 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4738table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr:last-child td:last-child,
4739table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr:last-child th:last-child {
4740 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4742table.noborder thead tr:last-child td:first-child,
4743table.noborder thead tr:last-child th:first-child {
4744 border-bottom-left-radius: unset !important;
4746table.noborder thead tr:last-child td:last-child,
4747table.noborder thead tr:last-child th:last-child {
4748 border-bottom-right-radius: unset !important;
4751table.liste:not(.listwithfilterbefore) {
4752 border-top-left-radius: <?php echo $borderradius; ?>px;
4753 border-top-right-radius: <?php echo $borderradius; ?>px;
4756 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4757 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4759table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child td:first-child,
4760table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child th:first-child {
4761 border-top-left-radius: <?php echo $borderradius; ?>px;
4763table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child td:last-child,
4764table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child th:last-child {
4765 border-top-right-radius: <?php echo $borderradius; ?>px;
4767div.liste_titre_bydiv {
4768 border-top-left-radius: <?php echo $borderradius; ?>px;
4769 border-top-right-radius: <?php echo $borderradius; ?>px;
4771div.liste_titre_bydiv_nothingafter {
4772 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4773 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4774 border-bottom-width: 1px;
4775 border-bottom-color: #BBB;
4776 border-bottom-style: solid;
4778table.liste tr:last-child td:first-child,
4779table.liste > tr:last-child th:first-child,
table.liste tfoot tr:last-child th:first-child {
4780 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4782table.liste tr:last-child td:last-child,
4783table.liste > tr:last-child th:last-child,
table.liste tfoot tr:last-child th:last-child {
4784 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4787table#tablelines tr:last-of-
type td:first-child,
table#tablelines tr#trlinefordates,
table#tablelines tr#trlinefordates td,
4788table#tablelinesservice tr:last-of-
type td:first-child,
table#tablelinesservice tr#trlinefordates,
table#tablelinesservice tr#trlinefordates td {
4789 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4791table#tablelines tr:last-of-
type td:last-child,
table#tablelines tr#trlinefordates,
table#tablelines tr#trlinefordates td,
4792table#tablelinesservice tr:last-of-
type td:last-child,
table#tablelinesservice tr#trlinefordates,
table#tablelinesservice tr#trlinefordates td {
4793 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4798.liste_titre_filter {
4799 background: var(--colorbacktitle1) !important;
4801tr.liste_titre_filter td.liste_titre {
4803 padding-bottom: 3px;
4805.liste_titre_create td, .liste_titre_create th, .liste_titre_create .tagtd
4807 border-top-width: 1px;
4808 border-top-color: var(--colortopbordertitle1);
4809 border-top-style: solid;
4811tr#trlinefordates td {
4812 border-bottom: 0px !important;
4814.liste_titre_add td, .liste_titre_add th, .liste_titre_add .tagtd
4816 border-top-width: 2px;
4817 border-top-color: var(--colortopbordertitle1);
4818 border-top-style: solid;
4820.liste_titre_add td, .liste_titre_add .tagtd
4822 border-top-width: 1px;
4823 border-top-color: var(--colortopbordertitle1);
4824 border-top-style: solid;
4827td.linecoldescription {
4828 padding: 6px 10px 6px 12px !important;
4831table.liste th,
table.noborder th,
table.noborder tr.liste_titre td,
table.noborder tr.box_titre td {
4832 padding: 8px 8px 8px 10px;
4836table.noborder > tbody > tr > td,
4837div.noborder form div,
table.tableforservicepart1 td,
table.tableforservicepart2 td {
4838 padding: 8px 12px 8px 12px;
4841table.liste tr.trkanban td {
4842 padding: 12px 15px 12px 15px;
4846 padding: unset !important;
4847 border: unset !important;
4850table.liste td,
table.noborder td, div.noborder form div {
4851 padding: 8px 8px 8px 8px;
4853div.liste_titre_bydiv .divsearchfield {
4854 padding: 2px 1px 2px 6px;
4857table.nobordernopadding {
4858 border-collapse: collapse !important;
4861table.nobordernopadding tr {
4862 border: 0 !important;
4863 padding: 0 0 !important;
4865table.nobordernopadding tr td {
4866 border: 0 !important;
4869table.border tr td
table.nobordernopadding tr td {
4875 border-right-width: 1px !important;
4876 border-right-color: #BBB !important;
4877 border-right-style: solid !important;
4881 border-left-width: 1px !important;
4882 border-left-color: #BBB !important;
4883 border-left-style: solid !important;
4887table.listwithfilterbefore {
4888 border-top: none !important;
4891.tagtable, .table-border { display:
table; }
4892.tagtr, .table-border-row { display:
table-row; }
4893.tagtd, .table-border-col, .table-key-border-col, .table-val-border-col { display:
table-cell; }
4894.confirmquestions .tagtr .tagtd:not(:first-child) { padding-left: 10px; }
4895.confirmquestions { margin-top: 5px; }
4896.confirmquestions .tagtr .tagtd { height: 2em; vertical-align: middle; }
4905 color: var(--colortexttitlenotab);
4909 color: var(--colortexttitlenotab) !important;
4913 font-weight: normal;
4914 color: var(--refidnocolor);
4919 display:
inline-block;
4921div.refaddress div.address {
4927 float:<?php echo $right; ?>
4930 font-weight: normal;
4935 display:
inline-block;
4941 display:
inline-block;
4948 display:
inline-block;
4953div.pagination li.pagination a,
4954div.pagination li.pagination span {
4957 line-height: 1.42857143;
4958 color: var(--color-black);
4959 text-decoration: none;
4961div.pagination li.pagination span.inactive {
4966div.pagination li.litext a {
4968 padding-right: 10px;
4972div.pagination li.noborder a:hover {
4974 background-color: transparent;
4976div.pagination li:first-child a,
4977div.pagination li:first-child span {
4979 border-top-left-radius: 4px;
4980 border-bottom-left-radius: 4px;
4982div.pagination li:last-child a,
4983div.pagination li:last-child span {
4984 border-top-right-radius: 4px;
4985 border-bottom-right-radius: 4px;
4987div.pagination li a:hover,
4988div.pagination li span:hover,
4989div.pagination li a:focus,
4990div.pagination li span:focus {
4992 background-color: #eee;
4996div.pagination li .active a,
4997div.pagination li .active span,
4998div.pagination li .active a:hover,
4999div.pagination li .active span:hover,
5000div.pagination li .active a:focus,
5001div.pagination li .active span:focus {
5005 background-color: var(--colorbackhmenu1);
5006 border-color: #337ab7;
5008div.pagination .disabled span,
5009div.pagination .disabled span:hover,
5010div.pagination .disabled span:focus,
5011div.pagination .disabled a,
5012div.pagination .disabled a:hover,
5013div.pagination .disabled a:focus {
5015 cursor: not-allowed;
5016 background-color: #fff;
5019div.pagination li.pagination .active {
5020 text-decoration: underline;
5023.paginationafterarrows .nohover {
5024 box-shadow: none !important;
5026div.pagination li.paginationafterarrows {
5029.paginationatbottom {
5032table.hidepaginationprevious .paginationprevious {
5035table.hidepaginationnext .paginationnext {
5038.paginationafterarrows a.btnTitlePlus:hover span:before {
5044ul.noborder li:nth-child(odd):not(.liste_titre) {
5045 background-color: var(--colorbacklinepair2) !important;
5050.tmenucompanylogo.nohover, .tmenucompanylogo.nohover:hover {
5051 opacity: unset !important;
5053.nohoverborder:hover {
5057.oddeven:hover:not(.nohover), .evenodd:hover:not(.nohover), .oddevenimport:hover:not(.nohover), .evenoddimport:hover:not(.nohover), .impair:hover:not(.nohover), .pair:hover:not(.nohover) {
5058 background: rgb(<?php echo $colorbacklinepairhover; ?>) !important;
5062 background: rgb(<?php echo $colorbacklinepairchecked; ?>) !important;
5064<?php
if ($colorbacklinepairchecked) { ?>
5066 background: rgb(<?php echo $colorbacklinepairchecked; ?>) !important;
5071 background: unset !important;
5073.nohoverborder:hover {
5078.oddeven, .evenodd, .impair, .pair, .nohover .impair:hover, tr.impair td.nohover, tr.pair td.nohover, .tagtr.oddeven
5083 color: var(--oddevencolor);
5085.impair, .nohover .impair:hover, tr.impair td.nohover
5087 background: var(--colorbacklineimpair2);
5089.pair, .nohover .pair:hover, tr.pair td.nohover {
5090 background-color: var(--colorbacklinepair1);
5092tr.oddeven.oddevendouble {
5093 height: 60px !important;
5097 background-color: var(--colorbacklineimpair2);
5099table.dataTable tr.oddeven {
5100 background-color: var(--colorbacklinepair1) !important;
5104td.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 {
5105 background-color: var(--colorbacklineimpair2) !important;
5106 background: var(--colorbacklineimpair2) !important;
5108td.evenodd, tr.nohoverpair td, #trlinefordates td {
5109 background-color: var(--colorbacklinepair2) !important;
5110 background: var(--colorbacklinepair2) !important;
5114 border-bottom: 1pt solid #aaa !important;
5115 background-color: var(--colorbacklinebreak) !important;
5117.trforbreak.nobold td a, .trforbreak.nobold span.secondary {
5118 font-weight: normal !important;
5120tr.trforbreaknobg:nth-of-
type(n+3) td {
5122 border-top: 1pt dashed #aaa !important;
5126 padding: 5px 2px 5px 3px !important;
5128tr.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 {
5129 padding: 5px 2px 5px 3px;
5130 border-bottom: 1px solid #eee;
5132form.pair, form.impair {
5133 font-weight: normal;
5135tr.pair:last-of-
type td, tr.impair:last-of-
type td {
5136 border-bottom: 0px !important;
5138tr.pair td .nobordernopadding tr td, tr.impair td .nobordernopadding tr td {
5139 border-bottom: 0px !important;
5149div.liste_titre .tagtd {
5150 vertical-align: middle;
5153 min-height: 26px !important;
5156 padding-bottom: 2px;
5166 border-top-width: 1px;
5167 border-top-color: #BBB;
5168 border-top-style: solid;
5170div.liste_titre_bydiv {
5171 <?php
if ($userborderontable) { ?>
5172 border-top-width: <?php echo $borderwidth ?>px;
5173 border-top-color: var(--colortopbordertitle1);
5174 border-top-style: solid;
5176 border-collapse: collapse;
5178 padding: 2px 0px 2px 0;
5180 width: calc(100% - 2px);
5182div.liste_titre_bydiv_inlineblock {
5183 display:
inline-block;
5187tr.liste_titre, tr.liste_titre_sel, form.liste_titre, form.liste_titre_sel,
table.dataTable.tr, tagtr.liste_titre
5189 height: 26px !important;
5191div.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
5193 background: var(--colorbacktitle1);
5194 font-weight: <?php echo $useboldtitle ?
'bold' :
'normal'; ?>;
5197 color: var(--colortexttitle);
5199 text-align: <?php echo $left; ?>;
5201tr.liste_titre th, tr.liste_titre td, th.liste_titre
5203 border-bottom: 1px solid #aaa;
5206tr:first-child th.liste_titre, tr:first-child th.liste_titre_sel {
5207 border-bottom: 1px solid #FFF ! important;
5209tr.liste_titre th, th.liste_titre, tr.liste_titre td, td.liste_titre, form.liste_titre div, div.liste_titre
5212 font-weight: <?php echo $useboldtitle ?
'bold' :
'normal'; ?>;
5213 vertical-align: middle;
5216tr.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 {
5217 text-shadow: none !important;
5218 color: var(--colortexttitlelink);
5220tr.liste_titre_topborder td {
5221 border-top-width: <?php echo $borderwidth; ?>px;
5222 border-top-color: var(--colortopbordertitle1);
5223 border-top-style: solid;
5226 text-shadow: none !important;
5227 color: var(--colortexttitle);
5229.liste_titre td a.notasortlink {
5230 color: var(--colortextlink);
5232.liste_titre td a.notasortlink:hover {
5233 background: transparent;
5237table > 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,
5238table > 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,
5239form.liste_titre div.tagtd {
5240 border-bottom: none;
5243tr.liste_titre_filter th.liste_titre:not(.center), tr.liste_titre_filter th.liste_titre_sel:not(.center) {
5252tr.liste_titre_sel th, th.liste_titre_sel, tr.liste_titre_sel td, td.liste_titre_sel, form.liste_titre_sel div
5255 font-weight: normal;
5256 border-bottom: 1px solid #FDFFFF;
5260 background: transparent;
5264.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 {
5268.noborder tr.liste_total td, tr.liste_total td, form.liste_total div {
5269 white-space: nowrap;
5272.noborder tr.liste_total_wrap td, tr.liste_total_wrap td, form.liste_total_wrap div {
5273 white-space: normal;
5276tr.liste_sub_total, tr.liste_sub_total td {
5277 border-bottom: 2px solid #aaa;
5280.tableforservicepart1 .impair, .tableforservicepart1 .pair, .tableforservicepart2 .impair, .tableforservicepart2 .pair {
5283.tableforservicepart1 tbody tr td, .tableforservicepart2 tbody tr td {
5284 border-bottom: none;
5287.paymenttable, .margintable {
5288 margin: 0px 0px 0px 0px !important;
5290.paymenttable, .margintable:not(.margintablenotop) {
5291 border-top-width: <?php echo $borderwidth ?>px !important;
5292 border-top-color: var(--colortopbordertitle1) !important;
5293 border-top-style: solid !important;
5295.margintable.margintablenotop {
5296 border-top-width: 0;
5298.paymenttable tr td:first-child, .margintable tr td:first-child
5302.paymenttable, .margintable tr td {
5308 box-shadow: 0px 0px 0px #f4f4f4 !important;
5311 box-shadow: 2px 2px 5px #CCC !important;
5315 box-shadow: 0px 0px 5px #888;
5318div.tabBar .noborder {
5319 box-shadow: 0px 0px 0px #f4f4f4 !important;
5321div .tdtop:not(.tagtdnote) {
5322 vertical-align: top !important;
5323 padding-top: 6px !important;
5324 padding-bottom: 0px !important;
5327#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 {
5328 border-bottom: 1px solid #AAA !important;
5330#tablelines tr td, #tablelinesservice tr td {
5337.noborder > tbody > tr:nth-child(even):not(.liste_titre):not(.nooddeven),
5338.liste > tbody > tr:nth-child(even):not(.liste_titre):not(.nooddeven),
5339div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) > .border > tbody >
table:not(.tableforfieldedit) > tr:nth-of-
type(even):not(.liste_titre):not(.nooddeven),
5340.liste > tbody > tr:nth-of-
type(even):not(.liste_titre):not(.nooddeven),
5341div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) .oddeven.tagtr:nth-of-
type(even):not(.liste_titre):not(.nooddeven)
5343 background: linear-gradient(to bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
5344 background: -o-linear-gradient(bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
5345 background: -moz-linear-gradient(bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
5346 background: -webkit-linear-gradient(bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
5348.noborder > tbody > tr:nth-child(even):not(:last-of-
type) td:not(.liste_titre),
5349.liste > tbody > tr:nth-child(even):not(:last-of-
type) td:not(.liste_titre),
5350.noborder .tagtr:nth-child(even):not(:last-of-
type) .oddeven.tagtd:not(.liste_titre)
5352 border-bottom: 1px solid #e8e8e8;
5355.noborder > tbody > tr:nth-child(odd):not(.liste_titre):not(.nooddeven),
5356.liste > tbody > tr:nth-child(odd):not(.liste_titre):not(.nooddeven),
5357div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) > .border > tbody >
table:not(.tableforfieldedit) > tr:nth-of-
type(odd):not(.liste_titre):not(.nooddeven),
5358.liste > tbody > tr:nth-of-
type(odd):not(.liste_titre):not(.nooddeven),
5359div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) .oddeven.tagtr:nth-of-
type(odd):not(.liste_titre):not(.nooddeven)
5361 background: linear-gradient(to bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
5362 background: -o-linear-gradient(bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
5363 background: -moz-linear-gradient(bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
5364 background: -webkit-linear-gradient(bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
5366.noborder > tbody > tr:nth-child(odd):not(:last-child):not(.lastvisible) td:not(.liste_titre),
5367.liste > tbody > tr:nth-child(odd):not(:last-child):not(.lastvisible) td:not(.liste_titre),
5368.noborder .tagtr:nth-child(odd):not(:last-child):not(.lastvisible) .oddeven.tagtd:not(.liste_titre)
5370 border-bottom: 1px solid #e8e8e8;
5373ul.noborder li:nth-child(even):not(.liste_titre) {
5374 background-color: var(--colorbacklinepair2) !important;
5387 padding-bottom: 12px;
5389.boxstats, .boxstats130 {
5390 display:
inline-block;
5394 background: var(--colorbackbody);
5396.boxstats, .boxstats130, .boxstatscontent {
5397 white-space: nowrap;
5399 text-overflow: ellipsis;
5412@media only screen and (max-width: 768px)
5414 .tabBar .arearef .pagination.paginationref {
5415 max-width: calc(50%);
5418 div.pagination ul li {
5422 div.pagination .button-title-separator {
5426 .clearbothonsmartphone {
5429 .clearbothonsmartphone:not(.hideonsmartphone) {
5430 display: block !important;
5434 padding-left: 0 !important;
5435 margin-left: 0 !important;
5436 margin-right: 0 !important;
5443 .boxstats, .boxstats130 {
5445 border: 1px solid #ddd;
5455 .dashboardlineindicator {
5467 box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20);
5475span.boxstatstext span.fas {
5476 filter: grayscale(100%);
5478.boxstatsindicator.thumbstat150 {
5479 display:
inline-flex;
5481span.boxstatsindicator {
5483 font-weight: normal;
5484 color: rgb(<?php print $colortextlink; ?>);
5486span.dashboardlineindicator, span.dashboardlineindicatorlate {
5488 font-weight: normal;
5490a.dashboardlineindicatorlate:hover {
5491 text-decoration: none;
5493.dashboardlineindicatorlate img {
5496span.dashboardlineok {
5499span.dashboardlineko {
5503.dashboardlinelatecoin {
5508 padding: 1px 6px 1px 6px;
5509 background-color: #8c4446;
5510 color: #FFFFFF ! important;
5511 border-radius: .25em;
5514 margin-bottom: 20px !important;
5517 border-bottom-width: 1px;
5525.boxtablenomarginbottom {
5526 margin-bottom: 0 !important;
5528.boxtable .fichehalfright, .boxtable .fichehalfleft {
5534.boxworkingboard .tdboxstats {
5535 padding-left: 1px !important;
5536 padding-right: 1px !important;
5538a.valignmiddle.dashboardlineindicator {
5542 height: 30px !important;
5545 height: 50px !important;
5549 height: 26px !important;
5556 background: var(--colorbacktitle1);
5557 color: var(--colortexttitle);
5558 font-family: <?php print
$fontlist ?>, sans-serif;
5559 font-weight: <?php echo $useboldtitle ?
'bold' :
'normal'; ?>;
5560 border-bottom: 1px solid #FDFFFF;
5561 white-space: nowrap;
5564tr.box_titre td.boxclose {
5567img.boxhandle, img.boxclose {
5572 vertical-align: middle;
5575.formboxfilter input[
type=image]
5585.prod_entry_mode_free, .prod_entry_mode_predef {
5586 height: 26px !important;
5587 vertical-align: middle;
5591 border: 1px solid #888;
5598 white-space: nowrap;
5602 transition: color 0.4s;
5604.star:hover, .star.active {
5605 color: var(--butactionbg);
5608.search-component-assistance {
5611 background: var(--colorbackbody);
5612 border-width: 1px 1px 2px;
5613 border-style: solid;
5614 border-color: rgb(204, 204, 204);
5615 border-image: none; padding: 9px;
5616 box-shadow: rgba(136, 136, 136, 0.267) 1px 2px 10px;
5622.search-component-assistance .assistance-title {
5628.search-component-assistance .separator {
5632.search-component-assistance .end-separator {
5635.search-component-assistance .assistance-errors {
5638 margin: 5px 0px 5px 0px
5640.search-component-assistance .assistance-errors {
5645 margin: 0 !important;
5647.search-component-assistance .operand, .search-component-assistance .operator, .search-component-assistance .value {
5648 display:
inline-block;
5650.search-component-assistance .btn-div{
5654@media only screen and (max-width: 620px) {
5655 .search-component-assistance .operand, .operator, .value {
5656 display: block !important;
5658 .search-component-assistance .separator, .end-separator {
5668.ok { color: #114466; }
5669.warning { color: #887711 !important; }
5670.error { color: #550000 !important; font-weight: bold; }
5671.green { color: #118822 !important; }
5672.neutral { color: #444 !important; }
5678div.info, div.warning, div.error, div.green, div.neutral, section.neutral {
5681 padding-right: 10px;
5682 padding-bottom: 16px;
5683 margin: 1em 0em 1em 0em;
5687div.fiche div.info, div.fiche div.warning, div.fiche div.neutral {
5688 box-shadow: 1px 1px 6px #e4e4e4;
5689 margin: 1em 0em 1.2em 0em;
5693div.neutral, section.neutral {
5694 background: #f8f8f8;
5697 border-<?php print $left; ?>: solid 5px #aaa;
5703 border-<?php print $left; ?>: solid 5px #87bfc2;
5704 background: #eff8fc;
5709div.green div.greenborder, section.green, section.greenborder {
5710 border-<?php print $left; ?>: solid 5px #118822;
5712div.green, section.green {
5713 background: #e3f0e3;
5717div.warning, div.warningborder, section.warning, section.warningborder {
5718 border-<?php print $left; ?>: solid 5px #f2cf87;
5720div.warning, section.warning {
5721 background: #fcf8e3;
5723div.warning a, div.info a, div.error a {
5724 color: rgb(<?php echo $colortextlink; ?>);
5729 border-<?php print $left; ?>: solid 5px #f28787;
5730 background: #EFCFCF;
5738a.normal:link { font-weight: normal }
5739a.normal:visited { font-weight: normal }
5740a.normal:
active { font-weight: normal }
5741a.normal:hover { font-weight: normal }
5743a.impayee:link { font-weight: bold; color: #550000; }
5744a.impayee:visited { font-weight: bold; color: #550000; }
5745a.impayee:
active { font-weight: bold; color: #550000; }
5746a.impayee:hover { font-weight: bold; color: #550000; }
5759.framecontent iframe {
5770.opened-dash-board-wrap {
5771 margin-bottom: 25px;
5778.product_line_stock_ok { color: #002200; }
5779.product_line_stock_too_low { color: #884400; }
5781.fieldrequired { font-weight: bold; color: #000055; }
5782#tablesubscribe .fieldrequired {
5783 font-weight: inherit !important;
5784 color: inherit !important;
5786#tablesubscribe .fieldrequired:after {
5792td.widthpictotitle, .table-fiche-title img.widthpictotitle { width: 32px; font-size: 1.4em; text-align: <?php echo $left; ?>; }
5793table.titlemodulehelp tr td img.widthpictotitle { width: 80px; }
5795.dolgraphtitle { margin-top: 6px; margin-bottom: 4px; }
5796.dolgraphtitlecssboxes { }
5797.dolgraphchart canvas {
5800.legendColorBox, .legendLabel { border: none !important; }
5801div.dolgraph div.legend, div.dolgraph div.legend div { background-color: rgba(255,255,255,0) !important; }
5802div.dolgraph div.legend
table tbody tr { height:
auto; }
5803td.legendColorBox { padding: 2px 2px 2px 0 !important; }
5804td.legendLabel { padding: 2px 2px 2px 0 !important; }
5806 text-align: <?php echo $left; ?>;
5810 white-space: nowrap;
5820div.divphotoref > div > .photowithmargin, div.divphotoref > img.photowithmargin, div.divphotoref > a > .photowithmargin {
5821 margin-<?php echo $right; ?>: 15px;
5824 border: 1px solid #f0f0f0;
5829 text-align: center !important;
5832 margin-top: 6px !important;
5837 content:url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/logo_setup.svg', 1) ?>);
5838 display:
inline-block;
5843 content:url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/nographyet.svg', 1) ?>);
5844 display:
inline-block;
5846 background-repeat: no-repeat;
5853table.table-fiche-title tr.toptitle {
5858 text-decoration: none;
5859 text-transform: uppercase;
5864div.titre, tr.liste_titre .print-barre-liste {
5865 color: var(--colortexttitlenotab);
5873 color: var(--colortexttitlenotab);
5876 color: var(--colortexttitlenotab2);
5879table.notopnoleftnoright.table-fiche-title {
5880 margin-bottom: 15px;
5882.fichehalfleft
table.table-fiche-title, .fichehalfright
table.table-fiche-title {
5891table.table-fiche-title .col-title div.titre span {
5892 line-height: normal;
5895div.backgreypublicpayment {
5896 background-color: #f0f0f0;
5898 border-bottom: 1px solid #ddd;
5904.backgreypublicpayment a { color: #222 !important; }
5905.poweredbypublicpayment {
5914span.buttonpaymentsmall {
5925 min-width: 320px; font-size: 16px;
5928#tablepublicpayment {
5929 border: 1px solid #CCCCCC !important;
5932 margin-bottom: 20px;
5933 border-radius: 10px;
5935#tablepublicpayment .CTableRow1 { background-color: #F0F0F0 !important; }
5936#tablepublicpayment tr.liste_total { border-bottom: 1px solid #CCCCCC !important; }
5937#tablepublicpayment tr.liste_total td { border-top: none; }
5939.divmainbodylarge { margin-left: 40px; margin-right: 40px; }
5940.publicnewmemberform div.titre { font-size: 2em; }
5941#divsubscribe { max-width: 900px; }
5942#divsubscribe .eventlabel { font-size: 1.5em; }
5943#tablesubscribe { width: 100%; }
5944#tablesubscribe tr td { font-size: 1.15em; }
5945#tablesubscribe .price-registration { font-size: 1.5em; }
5949 border: 1px solid #ccc;
5967.effectpostit:before, .effectpostit:after
5978 box-shadow: 0 15px 10px #777;
5979 -webkit-transform: rotate(-3deg);
5980 -moz-transform: rotate(-3deg);
5981 -o-transform: rotate(-3deg);
5982 -ms-transform: rotate(-3deg);
5983 transform: rotate(-3deg);
5987 -webkit-transform: rotate(3deg);
5988 -moz-transform: rotate(3deg);
5989 -o-transform: rotate(3deg);
5990 -ms-transform: rotate(3deg);
5991 transform: rotate(3deg);
6008 maring-bottom: 10px;
6009 font-size: <?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize; ?> !important;
6011.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable {
6012 z-index: 1005 !important;
6014.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
6015 z-index:1006 !important;
6018.ui-dialog.ui-widget.ui-widget-content {
6019 border: 1px solid #e0e0e0;
6024 background-color: #f8f8f8 !important;
6027.ui-dialog .ui-dialog-buttonpane {
6028 padding: .5em 1em .3em .4em;
6030.ui-dialog .ui-dialog-content, .ui-dialog .ui-dialog-titlebar.ui-widget-header {
6031 padding-left: 1em !important;
6034 margin-right: 8px !important;
6059table.valid, div.valid {
6061 border-<?php print $left; ?>: solid 5px #f2cf87;
6067 padding-bottom: 4px;
6069 background: #fcf8e3;
6082.ui-dialog.highlight.ui-widget.ui-widget-content.ui-front {
6087 max-width: <?php print
dol_size(700,
'width'); ?>px !important;
6090div.ui-tooltip.mytooltip {
6093 box-shadow: 0 0 4px #888;
6095 font-stretch: condensed;
6096 background: var(--colorbacklineimpair2) !important;
6101@media only screen and (max-width: 768px)
6103 div.ui-tooltip.mytooltip {
6107@media only screen and (max-width: 480px)
6109 div.ui-tooltip.mytooltip {
6113@media only screen and (max-width: 320px)
6115 div.ui-tooltip.mytooltip {
6125.ui-datepicker-calendar .ui-state-
default, .ui-datepicker-calendar .ui-widget-content .ui-state-
default,
6126.ui-datepicker-calendar .ui-widget-header .ui-state-
default, .ui-datepicker-calendar .ui-
button,
6132div#ui-datepicker-div {
6134 box-shadow: 2px 5px 15px #aaa;
6139 z-index: 1010 !important;
6141.ui-datepicker .ui-datepicker
table {
6144.ui-datepicker .ui-widget-header {
6150.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
6155img.datecallink { padding-left: 2px !important; padding-right: 2px !important; }
6157select.ui-datepicker-year {
6158 margin-left: 2px !important;
6160.ui-datepicker-trigger, .ui-datepicker-notrigger {
6161 vertical-align: middle;
6165.ui-datepicker-notrigger {
6168.ui-datepicker-trigger {
6182 background-color: #FFFFFF;
6188 border-spacing: 0px;
6189 border-collapse: collapse;
6191.dp td, .tpHour td, .tpMinute td{padding:2px; font-size:10px;}
6193.dpHead,.tpHead,.tpHour td:Hover .tpHead{
6195 background-color: #888;
6201.dpButtons,.tpButtons {
6203 background-color: #888;
6208.dpButtons:Active,.tpButtons:Active{border: 1px outset black;}
6209.dpDayNames td,.dpExplanation {background-color:#D9DBE1; font-weight:bold; text-align:center; font-size:11px;}
6210.dpExplanation{ font-weight:normal; font-size:11px;}
6211.dpWeek td{text-align:center}
6213.dpToday,.dpReg,.dpSelected{
6216.dpToday{font-weight:bold; color:black; background-color:#f4f4f4;}
6217.dpReg:Hover,.dpToday:Hover{background-color:black;color:white}
6220.dpSelected{background-color:#0B63A2;color:white;font-weight:bold; }
6222.tpHour{border-top:1px solid #f4f4f4; border-right:1px solid #f4f4f4;}
6223.tpHour td {border-left:1px solid #f4f4f4; border-bottom:1px solid #f4f4f4; cursor:pointer;}
6224.tpHour td:Hover {background-color:black;color:white;}
6226.tpMinute {margin-top:5px;}
6227.tpMinute td:Hover {background-color:black; color:white; }
6228.tpMinute td {background-color:#D9DBE1; text-align:center; cursor:pointer;}
6234 background-color:transparent;
6239 vertical-align:middle;
6243 color: rgb(<?php print $colortextlink; ?>);
6248.categtextwhite, .treeview .categtextwhite.hover {
6249 color: #fff !important;
6252 color: #000 !important;
6264div.hidden, div.hiddenforpopup, header.hidden, tr.hidden, td.hidden,
6265img.hidden, span.hidden, br.hidden, div.showifmore, input.hidden {
6283.previewnotyetavailable {
6287.websiteformtoolbar {
6289 top: <?php echo empty($dol_hide_topmenu) ? ($disableimages ?
'36px' :
'50px') :
'0'; ?>;
6293.exampleapachesetup {
6297 border: 1px solid #aaa;
6301 background: #ddd; border: 1px solid #ccc; border-radius: 4px;
6306 background-color: transparent;
6307 background-image: none;
6308 color: #000 !important;
6311.bordertransp:not(.nobordertransp) {
6312 background-color: transparent;
6313 background-image: none;
6314 border: 1px solid #aaa;
6315 font-weight: normal;
6316 color: #444 !important;
6318.websitebar .button.bordertransp {
6320 text-decoration: unset !important;
6321 border: unset !important;
6325.websitebar .fa-plus-circle.btnTitle-icon {
6326 margin: 0px 4px 0px 4px !important;
6330 border-bottom: 1px solid #ccc;
6332 display:
inline-block;
6334.centpercent.websitebar {
6335 width: calc(100% - 10px);
6336 padding: 5px 5px 5px 5px;
6339.websitebar .buttonDelete, .websitebar .button {
6342.websitebar .button, .websitebar .buttonDelete
6344 padding: 2px 4px 2px 4px !important;
6345 margin: 2px 4px 2px 4px !important;
6346 line-height: normal;
6348.websitebar input.button.bordertransp, .websitebar input.buttonDelete.bordertransp {
6349 color: #444 !important;
6354 padding-<?php echo $right; ?>: 10px;
6355 vertical-align: middle;
6360.websiteselection, .websitetools {
6366 display:
inline-block;
6367 vertical-align: top;
6370.websiteiframenoborder {
6373span.websitebuttonsitepreview, a.websitebuttonsitepreview {
6374 vertical-align: middle;
6376span.websitebuttonsitepreview img, a.websitebuttonsitepreview img {
6378 display:
inline-block;
6380span.websitebuttonsitepreviewdisabled img, a.websitebuttonsitepreviewdisabled img {
6383.websiteiframenoborder {
6387 vertical-align: middle;
6391.websiteselectionsection {
6392 border-left: 1px solid #bbb;
6393 border-right: 1px solid #bbb;
6398.websitebar input#previewpageurl {
6402#divbodywebsite section p {
6406#divbodywebsite #websitetemplateconfigpage{
6408 margin: 50px
auto 0;
6416.dayevent .tagtr:first-of-
type {
6419.agendacell { height: 60px; }
6420table.cal_month { border-spacing: 0px; }
6421table.cal_month td:first-child { border-left: 0px; }
6422table.cal_month td:last-child { border-right: 0px; }
6423table.cal_month td { padding-left: 1px !important; padding-right: 1px !important; }
6424table.cal_month.cal_peruser td { padding-left: 0 !important; padding-right: 0 !important; }
6425.cal_current_month { border-top: 0; border-left: solid 1px #E0E0E0; border-right: 0; border-bottom: solid 1px #E0E0E0; }
6426.cal_current_month_peruserleft { border-top: 0; border-left: solid 2px #6C7C7B; border-right: 0; border-bottom: solid 1px #E0E0E0; }
6427.cal_current_month_oneday { border-right: solid 1px #E0E0E0; }
6428.cal_other_month { border-top: 0; border-left: solid 1px #C0C0C0; border-right: 0; border-bottom: solid 1px #C0C0C0; }
6429.cal_other_month_peruserleft { border-top: 0; border-left: solid 2px #6C7C7B !important; border-right: 0; }
6430.cal_current_month_right { border-right: solid 1px #E0E0E0; }
6431.cal_other_month_right { border-right: solid 1px #C0C0C0; }
6432.cal_other_month { background: #FAFAFA; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 1px; padding-top: 0px; padding-bottom: 0px; }
6433.cal_past_month { background: #EEEEEE; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 1px; padding-top: 0px; padding-bottom: 0px; }
6434.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; }
6435.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; }
6436.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; }
6437.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; }
6438.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; }
6439.cal_today_peruser_impair { }
6441.cal_peruser { padding: 0px; height: 22px !important; }
6442.cal_peruserviewname { max-width: 140px; height: 22px !important; }
6443.cal_impair { background: #FBFBFB; }
6444.peruser_busy { background: #CC8888; }
6445.peruser_notbusy { background: #EEDDDD; opacity: 0.5; }
6446div.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); }
6447table.cal_event { border: none; border-collapse: collapse; margin-bottom: 1px; border-radius: 3px; min-height: 20px; }
6448table.cal_event td { border: none; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 2px; padding-top: 0px; padding-bottom: 0px; }
6449table.cal_event td.cal_event { padding: 4px 4px !important; padding-bottom: 2px !important; padding-top: 2px !important; }
6450table.cal_event td.cal_event_right { padding: 4px 4px !important; }
6451tr.trcalweek { height: 300px; }
6452tr.trcalday { height: 300px; }
6453.cal_event { font-size: 1em; }
6454.cal_event a:link { color: #111111; font-weight: normal !important; }
6455.cal_event a:visited { color: #111111; font-weight: normal !important; }
6456.cal_event a:
active { color: #111111; font-weight: normal !important; }
6457.cal_event_busy a:hover { color: #111111; font-weight: normal !important; color:rgba(255,255,255,.75); }
6466.calendarviewcontainertr { height: 100px; }
6469 background-size: 24px
auto;
6478td.peruser_holiday_imp {
6479 background-color: #aaa !important;
6482.cal_available { background: #0060d450; }
6483.cal_chosen { background: #0060d4; }
6492 border: solid 1px rgba(0,0,0,.3);
6493 background: var(--colorbackbody) !important;
6494 color: var(--colortext) !important;
6498.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
6500 background: rgb(<?php echo $colorbacktitle1; ?>);
6505 background: #007fff !important;
6506 color: #ffffff !important;
6509.ui-menu .ui-menu-item a {
6510 text-decoration:none;
6514 font-weight: normal;
6521.ui-
button { margin-left: -2px; <?php print(preg_match(
'/chrome/',
$conf->browser->name) ?
'padding-top: 1px;' :
''); ?> }
6526 line-height: 1em !important;
6534.ui-autocomplete-loading { background: white url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/working.gif', 1) ?>) right center no-repeat; }
6539 background-color:white;
6540 border:1px solid #888;
6544.ui-autocomplete ul {
6545 list-style-
type:none;
6549.ui-autocomplete ul li.selected { background-color: #D3E5EC;}
6550.ui-autocomplete ul li {
6551 list-style-
type:none;
6558.ui-autocomplete-input { margin: 0; padding: 4px; }
6567 text-overflow: ellipsis;
6575.editkey_textarea, .editkey_ckeditor, .editkey_string, .editkey_email, .editkey_numeric, .editkey_select, .editkey_autocomplete {
6576 background: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/edit.png', 1) ?>) right top no-repeat;
6582.editkey_datepicker {
6583 background: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/calendar.png', 1) ?>) right center no-repeat;
6589.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 {
6594.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 {
6609.treeview ul { background-color: transparent !important; margin-top: 0 !important; }
6610.treeview li { background-color: transparent !important; padding: 0 0 0 20px !important; min-height: 30px; }
6611.treeview .hitarea { width: 20px !important; margin-left: -20px !important; margin-top: 3px; }
6612.treeview li
table { min-height: 30px; }
6613.treeview .hover { color: var(--colortextlink) !important; text-decoration: underline !important; }
6645 font-family:sans-serif;
6648 border-spacing: 0px;
6649 border-collapse: collapse;
6656 border-style:groove;
6666div.jPicker
table.jPicker {
6667 padding-bottom: 20px;
6668 padding-right: 20px;
6672 height: 2px !important;
6679 background: unset !important;
6680 border: unset !important;
6682.jPicker .Preview div span {
6683 border: unset !important;
6684 width: unset !important;
6685 height: 50% !important;
6687.jPicker div[
class=
"Map"] {
6692 border: 1px solid #bbb !important;
6693 background-color: var(--colorbackbody) !important;
6694 box-shadow: 0px 0px 10px #ccc;
6695 width: 300px !important;
6698 vertical-align: middle;
6701 background-image: unset !important;
6703.jPicker .Grid span.QuickColor {
6704 border: unset !important;
6710 white-space: nowrap;
6712.jPicker .Preview div {
6713 height: 36px !important;
6715.jPicker input[
type=
"button"] {
6716 background: var(--butactionbg);
6717 color: var(--textbutaction);
6719 border-collapse: collapse;
6722.jPicker tr.Hex td.Text input {
6723 width: 60px !important;
6725.jPicker td.Text input {
6728 border: 1px solid #bbb !important;
6732A.color, A.color:
active, A.color:visited {
6735 text-decoration : none;
6741 border : 1px inset white;
6744 border : 1px outset white;
6746A.none, A.none:
active, A.none:visited, A.none:hover {
6749 text-decoration : none;
6756 border : 1px solid #b3c5cc;
6765 background-color : #b3c5cc;
6772 background-color : #b3c5cc;
6773 border : 2px outset;
6782 border : 1px outset white;
6791 text-align : center;
6808 border: solid 1px #ddd !important;
6811 color: unset !important;
6812 background-color: unset !important;
6820body.cke_show_borders {
6821 margin: 5px !important;
6823table.cke_dialog.cke_browser_webkit {
6824 border-collapse: separate;
6825 border-radius: 10px;
6828 border: 1px #bbb solid ! important;
6835.cke_wrapper { padding: 4px !important; }
6836a.cke_dialog_ui_button
6838 font-family: <?php print
$fontlist ?> !important;
6839 background-image: url(<?php echo $img_button ?>) !important;
6840 background-
position: bottom !important;
6841 border: 1px solid #C0C0C0 !important;
6842 border-radius:0px 2px 0px 2px !important;
6843 box-shadow: 3px 3px 4px #f4f4f4 !important;
6846 width: 40px !important;
6855a.cke_dialog_ui_button_ok span {
6856 text-shadow: none !important;
6857 color: #333 !important;
6859a.cke_button, a.cke_combo_button {
6860 height: 18px !important;
6862div.cke_notifications_area .cke_notification_warning {
6872.cke.cke_reset, .cke_inner.cke_reset, .cke_top.cke_reset_all {
6873 border-top-left-radius: <?php echo $borderradius; ?>px;
6874 border-top-right-radius: <?php echo $borderradius; ?>px;
6876.cke.cke_reset, .cke_inner.cke_reset, .cke_contents.cke_reset {
6877 border-bottom-left-radius: <?php echo $borderradius; ?>px;
6878 border-bottom-right-radius: <?php echo $borderradius; ?>px;
6882@media only screen and (max-width: 768px)
6884 .cke_inner:not(.cke_maximized) .cke_toolbar_separator,
6885 .cke_inner:not(.cke_maximized) .cke_combo,
6886 .cke_inner:not(.cke_maximized) .cke_button:not(.cke_button__maximize) {
6896td.linecoldescription .tox.tox-tinymce {
6899.tox .tox-edit-area::before {
6900 border: none !important;
6905.tox:not(.tox-tinymce-
inline) .tox-editor-header {
6906 padding: 0 !important;
6908.tox .tox-tbtn:not(.tox-tbtn--select):not(.tox-tbtn--bespoke):not(.tox-split-button__chevron) {
6909 width: 30px !important;
6911.tox .tox-toolbar__group {
6912 padding-left: 5px !important;
6913 padding-right: 5px !important;
6915button.tox-tbtn.tox-tbtn--select.tox-tbtn--bespoke[data-mce-
name=
"fontsize"] {
6918.tox:not(.tox-tinymce-
inline) .tox-editor-header {
6921 box-shadow: 0 2px 2px -2px rgba(34,47,62,.1),0 5px 5px -4px rgba(34,47,62,.09) !important;
6923.mce-content-body p {
6932 border: 1px solid #ddd;
6935.aceeditorstatusbar {
6938 padding-<?php echo $left; ?>: 10px;
6946.ace_status-indicator {
6950 border-left: 1px solid;
6952pre#editfilecontentaceeditorid {
6962 height: 72px !important;
6970.customreportsoutput, .customreportsoutputnotdata {
6973.customreportsoutputnotdata {
6986#types .btn-primary {
6995 display:
inline-block;
7000 vertical-align: top;
7003#types input.text, #types textarea {
7017 box-sizing:border-box;
7024#comment .comment-table {
7028#comment .comment-cell {
7031#comment .comment-info {
7033 border-right:1px solid #dedede;
7037 background:rgba(255,255,255,0.5);
7038 vertical-align:middle;
7041#comment .comment-info a {
7044#comment .comment-right {
7047#comment .comment-description {
7051#comment .comment-delete {
7054 vertical-align:middle;
7056#comment .comment-delete:hover {
7057 background:rgba(250,20,20,0.8);
7059#comment .comment-edit {
7062 vertical-align:middle;
7064#comment .comment-edit:hover {
7065 background:rgba(0,184,148,0.8);
7077 width: <?php print isset($_SESSION[
'dol_screenwidth']) ? max((
int) $_SESSION[
'dol_screenwidth'] - 830, 450) :
'450'; ?>px !important;
7080div#GanttChartDIVglisthead, div#GanttChartDIVgcharthead {
7084.gtaskname div, .gtaskname, .gstartdate div, .gstartdate, .genddate div, .genddate {
7085 font-size: unset !important;
7088div.gantt, .gtaskheading, .gmajorheading, .gminorheading, .gminorheadingwkend {
7089 font-size: unset !important;
7090 font-weight: normal !important;
7091 color: #000 !important;
7094 background: #f0f0f0 !important;
7097 background: rgb(108,152,185) !important;
7100 background: rgb(160,173,58) !important;
7104 text-overflow: ellipsis;
7106td.gminorheadingwkend {
7107 color: #888 !important;
7110 color: #666 !important;
7112.glistlbl, .glistgrid {
7113 width: 582px !important;
7115.gtaskname div, .gtaskname {
7116 min-width: 250px !important;
7117 max-width: 250px !important;
7118 width: 250px !important;
7120.gpccomplete div, .gpccomplete {
7121 min-width: 40px !important;
7122 max-width: 40px !important;
7123 width: 40px !important;
7125td.gtaskheading.gstartdate, td.gtaskheading.genddate {
7126 white-space:
break-spaces;
7128.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) {
7129 color: transparent !important;
7144 font-weight: normal;
7153 font-weight: normal;
7159 text-decoration: none;
7164 margin: 0 5px 5px 5px;
7169 margin: 0 10px 20px 10px;
7174 float: <?php print $left; ?>;
7175 border: solid 1px #f4f4f4;
7182 font-weight: normal;
7195 vertical-align: middle;
7199 display:
inline-block !important;
7202 width: calc(100% - 100px);
7204 white-space:
break-spaces;
7205 word-
break:
break-all;
7208 font-weight: bold !important;
7211 text-decoration: underline;
7215 vertical-align: middle;
7216 display:
inline-block !important;
7217 text-align: <?php echo $right; ?>;
7218 float: <?php echo $right; ?>;
7222div#ecm-layout-west {
7224 vertical-align: top;
7226div#ecm-layout-center {
7227 width: calc(100% - 405px);
7228 vertical-align: top;
7229 float: <?php echo $right; ?>;
7232.ecmjqft LI.directory { font-weight:normal; background: url(<?php echo
dol_buildpath($path.
'/theme/common/treemenu/folder2.png', 1); ?>) left top no-repeat; }
7233.ecmjqft LI.expanded { font-weight:normal; background: url(<?php echo
dol_buildpath($path.
'/theme/common/treemenu/folder2-expanded.png', 1); ?>) left top no-repeat; }
7234.ecmjqft LI.wait { font-weight:normal; background: url(<?php echo
dol_buildpath(
'/theme/'.$theme.
'/img/working.gif', 1); ?>) left top no-repeat; }
7244 top:
auto !important;
7245 bottom: 4px !important;
7248 top: <?php print $disableimages ?
'32' : ($heightmenu + 4); ?>px;
7251 min-width: <?php echo $dol_optimize_smallscreen ?
'200' :
'480'; ?>px;
7254 padding-left: 10px !important;
7255 padding-right: 10px !important;
7256 padding-top: 10px !important;
7257 word-wrap:
break-word;
7260.jnotify-container .jnotify-notification .jnotify-message {
7261 font-weight: normal;
7263 word-
break:
break-word;
7265.jnotify-container .jnotify-notification-warning .jnotify-close, .jnotify-container .jnotify-notification-warning .jnotify-message {
7266 color: #a28918 !important;
7268.jnotify-container .jnotify-close {
7269 top: 4px !important;
7270 font-size: 1.6em !important;
7274div.jnotify-background {
7275 opacity : 0.95 !important;
7276 box-shadow: 2px 2px 4px #8888 !important;
7280.bodylogin .jnotify-container {
7287 padding-left: unset !important;
7288 padding-right: unset !important;
7289 padding-top: unset !important;
7291.bodylogin .jnotify-container .jnotify-notification {
7292 margin: unset !important;
7294.bodylogin .jnotify-container .jnotify-notification .jnotify-background {
7295 border-radius: unset !important;
7297.bodylogin .jnotify-container .jnotify-notification .jnotify-message {
7309div.dolEventValid h1, div.dolEventValid h2 {
7311 background-color: #e3f0db;
7312 padding: 5px 5px 5px 5px;
7315div.dolEventError h1, div.dolEventError h2 {
7317 background-color: #d79eac;
7318 padding: 5px 5px 5px 5px;
7326.divmap, #google-visualization-geomap-embed-0, #google-visualization-geomap-embed-1, #google-visualization-geomap-embed-2 {
7334table.dataTable tr.odd td.sorting_1,
table.dataTable tr.even td.sorting_1 {
7335 background: none !important;
7337.sorting_asc { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_asc.png
', 1); ?>') no-repeat center right !important; }
7338.sorting_desc { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_desc.png
', 1); ?>') no-repeat center right !important; }
7339.sorting_asc_disabled { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_asc_disabled.png
', 1); ?>') no-repeat center right !important; }
7340.sorting_desc_disabled { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_desc_disabled.png
', 1); ?>') no-repeat center right !important; }
7341.dataTables_paginate {
7344.paginate_button_disabled {
7345 opacity: 1 !important;
7346 color: #888 !important;
7347 cursor:
default !important;
7349.paginate_disabled_previous:hover, .paginate_enabled_previous:hover, .paginate_disabled_next:hover, .paginate_enabled_next:hover
7351 font-weight: normal;
7353.paginate_enabled_previous:hover, .paginate_enabled_next:hover
7355 text-decoration: underline !important;
7359 text-decoration: underline !important;
7363 font-weight: normal !important;
7364 text-decoration: none !important;
7366.paging_full_numbers {
7367 height: inherit !important;
7369.paging_full_numbers a.paginate_active:hover, .paging_full_numbers a.paginate_button:hover {
7370 background-color: #DDD !important;
7372.paging_full_numbers, .paging_full_numbers a.paginate_active, .paging_full_numbers a.paginate_button {
7373 background-color: #FFF !important;
7374 border-radius: inherit !important;
7376.paging_full_numbers a.paginate_button_disabled:hover, .paging_full_numbers a.disabled:hover {
7377 background-color: #FFF !important;
7379.paginate_button, .paginate_active {
7380 border: 1px solid #ddd !important;
7381 padding: 6px 12px !important;
7382 margin-left: -1px !important;
7383 line-height: 1.42857143 !important;
7384 margin: 0 0 !important;
7391.ui-state-
disabled, .ui-widget-content .ui-state-
disabled, .ui-widget-header .ui-state-
disabled, .paginate_button_disabled {
7393 background-image: none;
7396div.dataTables_length {
7397 float: right !important;
7400div.dataTables_length select {
7403.dataTables_wrapper .dataTables_paginate {
7404 padding-top: 0px !important;
7412.heightofcombo:not(.pageplusone) {
7415.select2-container .select2-selection--single {
7419span.select2-selection--single.flat[aria-
disabled=
"true"] span.select2-selection__rendered {
7423span.select2.select2-container.select2-container--
default {
7424 text-align: initial;
7433input.select2-input {
7434 border-bottom: none ! important;
7437.select2-container--
default .select2-results__option--highlighted[aria-selected] {
7438 background-color: var(--colorbackhmenu1);
7439 color: var(--colortextbackhmenu);
7441.select2-container--
default .select2-results__option--highlighted[aria-selected] span {
7442 color: #fff !important;
7447 border-bottom: 1px solid #ccc !important;
7449li.select2-selection__choice {
7450 white-space:
break-spaces;
7453.select2-results .select2-highlighted.optionblue {
7454 color: #FFF !important;
7457.select2-container .select2-selection--multiple {
7458 min-height: 28px !important;
7460.select2-container--
default .select2-selection--multiple {
7461 border<?php echo
getDolGlobalString(
'THEME_SHOW_BORDER_ON_INPUT') ?
'' :
'-bottom'; ?>: solid 1px var(--inputbordercolor);
7464.select2-container--
default .select2-selection--multiple .select2-selection__choice {
7470.blockvmenusearch .select2-container--
default .select2-selection--single
7474.blockvmenubookmarks .select2-container--
default .select2-selection--single
7476 background-color: var(--colorbackvmenu1);
7478.select2-container--
default .select2-selection--single {
7479 background-color: var(--inputbackgroundcolor);
7481#blockvmenusearch .select2-container--default .select2-selection--single .select2-selection__placeholder {
7482 color: var(--colortextbackvmenu);
7484.select2-container--
default .select2-selection--single .select2-selection__rendered {
7487.select2-container .select2-choice {
7488 border-bottom: 1px solid #ccc;
7490.select2-container .select2-choice > .select2-chosen {
7493.select2-container .select2-choice .select2-arrow {
7496.select2-container-multi .select2-choices {
7497 background-image: none;
7499.select2-container .select2-choice {
7503.selectoptiondisabledwhite {
7504 background: #FFFFFF !important;
7509 border-left: none !important;
7510 background: none !important;
7514 border-top: none !important;
7515 border-left: none !important;
7516 border-right: none !important;
7517 border-bottom: 1px solid #ccc;
7519.select2-drop.select2-drop-above {
7520 box-shadow: none !important;
7522.select2-container--open .select2-dropdown--above {
7523 border-bottom: solid 1px rgba(0,0,0,.2);
7525.select2-drop.select2-drop-above.select2-drop-
active {
7526 border-top: 1px solid #ccc;
7527 border-bottom: 1px solid #ccc;
7529.select2-container--
default .select2-selection--single:not(.selectwidget) {
7540 border<?php echo
getDolGlobalString(
'THEME_SHOW_BORDER_ON_INPUT') ?
'' :
'-bottom'; ?>: solid 1px var(--inputbordercolor);
7542 box-shadow: none !important;
7544.select2-container--
default .select2-selection--single.selectwidget,
7545.select2-container--
default .select2-selection--single.selectwidget:hover,
7546.select2-container--
default .select2-selection--single.selectwidget:focus {
7551 border-bottom: solid 1px var(--inputbordercolor);
7553 box-shadow: none !important;
7556.select2-container--
default.select2-container--focus .select2-selection--multiple {
7561.select2-container--
default .select2-selection--multiple {
7562 border-bottom: solid 1px rgba(0,0,0,.2);
7566 border-radius: 0 !important;
7567 line-height: normal;
7570.select2-container--
default .select2-selection--multiple .select2-selection__rendered {
7573.select2-container--
default .select2-selection--multiple .select2-selection__choice {
7574 margin-top: 4px !important;
7576.select2-selection--multiple input.select2-search__field {
7577 border: none !important;
7579.select2-search__field
7582 border-top: none !important;
7583 border-left: none !important;
7584 border-right: none !important;
7585 border-bottom: solid 1px rgba(0,0,0,.2) !important;
7586 box-shadow: none !important;
7587 border-radius: 0 !important;
7589.select2-container-
active .select2-choice, .select2-container-
active .select2-choices
7594 border-bottom: none;
7595 box-shadow: none !important;
7600 box-shadow: 1px 2px 10px #8884;
7601 background-color: var(--colorbackbody);
7602 color: var(--colortext);
7604.select2-dropdown-open {
7605 background-color: var(--colorbackvmenu1);
7607.select2-dropdown-open .select2-choice, .select2-dropdown-open .select2-choices
7612 border-bottom: none;
7613 box-shadow: none !important;
7614 background-color: var(--colorbackvmenu1);
7620.select2-drop.select2-drop-above.select2-drop-
active, .select2-drop {
7623.select2-drop.select2-drop-above {
7626.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
7627 background-image: none;
7628 border-radius: 0 !important;
7630div.select2-drop-above
7632 background: var(--colorbackvmenu1);
7633 box-shadow: none !important;
7637 border: 1px solid #ccc;
7640.select2-search input {
7643a span.select2-chosen
7645 font-weight: normal !important;
7647.select2-container .select2-choice {
7648 background-image: none;
7651.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit
7653 background: var(--colorbackvmenu1);
7658.select2-results__option {
7659 word-
break:
break-word;
7660 text-align: <?php echo $left; ?>;
7662.select2-container.select2-container-
disabled .select2-choice, .select2-container-multi.select2-container-
disabled .select2-choices {
7663 background-color: var(--colorbackvmenu1);
7664 background-image: none;
7668.select2-container-
disabled .select2-choice .select2-arrow b {
7671.select2-container-multi .select2-choices .select2-search-choice {
7674.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices, .select2-container-multi .select2-choices,
7675.select2-container-multi.select2-container-
active .select2-choices
7677 border-bottom: 1px solid #ccc;
7680 border-left: 1px solid #ddd;
7682.select2-container--
default .select2-results>.select2-results__options{
7688.selecttype span.select2-dropdown.ui-dialog {
7691span#select2-taskid-container[title^=
'--'] {
7697#addbox .select2-container .select2-choice > .select2-chosen, #actionbookmark .select2-container .select2-choice > .select2-chosen {
7698 text-align: <?php echo $left; ?>;
7701.select2-container--
default .select2-selection--single .select2-selection__placeholder {
7705span#select2-boxbookmark-container, span#select2-boxcombo-container {
7706 text-align: <?php echo $left; ?>;
7708span#select2-boxcombo-container {
7711.select2-container .select2-selection--single .select2-selection__rendered {
7717#boxbookmark.boxcombo, #boxcombo.boxcombo {
7720 border-bottom: solid 1px rgba(0,0,0,.4) !important;
7723 padding: 0 0 5px 5px;
7724 vertical-align: top;
7728.select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr {
7729 padding: 3px 5px 3px 5px;
7730 margin: 0 0 2px 3px;
7735 border: 1px solid #ddd;
7737 box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
7738 background-clip: padding-box;
7739 -webkit-touch-callout: none;
7740 -webkit-
user-select: none;
7741 -moz-
user-select: none;
7742 -ms-
user-select: none;
7744 background-color: #e4e4e4;
7745 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));
7746 background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
7747 background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
7748 background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
7750.mytooltip .select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr {
7751 padding: 1px 3px 1px 3px;
7753.select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr a {
7754 font-weight: normal;
7756.select2-container-multi-dolibarr .select2-choices-dolibarr li {
7757 float: <?php echo $left; ?>;
7760.select2-container-multi-dolibarr .select2-choices-dolibarr {
7761 height:
auto !important;
7770span.select2.select2-container.select2-container--
default {
7771 text-align: initial;
7774ul.select2-results__options li {
7778select.multiselectononeline {
7780 vertical-align: middle;
7782 height: 28px !important;
7788@media only screen and (min-width: 767px)
7791 .select2-container.select2-container--open:not(.graphtype, .limit, .combolargeelem):not(.yesno) .select2-dropdown.ui-dialog {
7792 min-width: 300px !important;
7795 .select2-container.select2-container--open:not(.graphtype, .limit, .combolargeelem):not(.yesno) .select2-dropdown--below:not(.onrightofpage),
7796 .select2-container.select2-container--open:not(.graphtype, .limit, .combolargeelem):not(.yesno) .select2-dropdown--above:not(.onrightofpage) {
7797 min-width: 300px !important;
7800 .onrightofpage span.select2-dropdown.ui-dialog.select2-dropdown--below,
7801 .onrightofpage span.select2-dropdown.ui-dialog.select2-dropdown--above {
7802 min-width: 140px !important;
7804 .combolargeelem.select2-container.select2-container--open .select2-dropdown.ui-dialog {
7805 min-width: 320px !important;
7808 .select2-container--open .select2-dropdown--below {
7809 border-top: 1px solid var(--inputbordercolor);
7815.limit.select2-container.select2-container--open .select2-dropdown.ui-dialog {
7816 min-width: 100px !important;
7819.parentonrightofpage {
7828.noborderoncategories {
7829 border: none !important;
7830 border-radius: 5px !important;
7832 box-shadow: none !important;
7833 margin-top: 1px !important;
7834 margin-bottom: 0 !important;
7835 margin-<?php echo $left ?>: 0px !important;
7836 margin-<?php echo $right ?>: 3px !important;
7838span.noborderoncategories a, li.noborderoncategories a {
7839 line-height: normal;
7841span.noborderoncategories {
7842 padding: 3px 5px 3px 5px;
7844.categtextwhite, .treeview .categtextwhite.hover {
7845 color: #fff !important;
7848 color: #000 !important;
7860.multi-select-container {
7861 display:
inline-block;
7874 border: 1px solid #aaa;
7875 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
7879div.multi-select-menu[role=
"menu"] {
7880 min-width: 220px !important;
7883.multi-select-menu input {
7884 margin-right: 0.3em;
7889 display:
inline-block;
7891 white-space: nowrap;
7893 text-overflow: ellipsis;
7894 vertical-align: middle;
7895 background-color: #fff;
7899 border-bottom: solid 1px rgba(0,0,0,.2);
7903 <?php
if ($right ==
'left') { ?>
7904 padding-right: 22px;
7909.multi-select-
button:focus {
7911 border-bottom: 1px solid #666;
7914.multi-select-
button:after {
7916 display:
inline-block;
7919 border-style: solid;
7920 border-width: 0.4em 0.3em 0em 0.3em;
7921 border-color: #888 transparent transparent transparent;
7928.multi-select-container--open .multi-select-menu { display: block; }
7930.multi-select-container--open .multi-select-
button:after {
7931 border-width: 0 0.4em 0.4em 0.4em;
7932 border-color: transparent transparent #888 transparent;
7935.multi-select-menuitem {
7940label.multi-select-menuitem {
7950ul.ulselectedfields {
7958 vertical-align: middle;
7959 display:
inline-block;
7961.dropdown dd, .dropdown dt {
7967 text-align: <?php echo $left; ?>;
7977.dropdown dt a span, .multiSel span {
7979 display:
inline-block;
7980 padding: 0 3px 2px 0;
7982.maxwidthsearch .dropdown dt a span, .multiSel span {
7983 padding: 0 3px 2px 3px;
7985.dropdown span.value {
7989 background-color: #FFF;
7990 box-shadow: 1px 1px 10px #aaa;
7992 <?php echo $right; ?>:0px;
8001.dropdown dd ul.selectedfieldsleft {
8002 <?php echo $right; ?>:
auto;
8005 white-space: nowrap;
8006 font-weight: normal;
8007 padding: 7px 8px 7px 8px;
8008 color: var(--colortext);
8010.dropdown dd ul li:hover:not(.liinputsearch) {
8013.dropdown dd ul li input[
type=
"checkbox"] {
8014 margin-<?php echo $right; ?>: 3px;
8016.dropdown dd ul li a, .dropdown dd ul li span {
8019.dropdown dd ul li a {
8022.dropdown dd ul li span {
8025.dropdown dd ul li a:hover {
8026 background-color: #eee;
8029dd.dropdowndd ul li {
8030 text-overflow: ellipsis;
8032 white-space: nowrap;
8043 text-overflow: ellipsis;
8044 white-space: nowrap;
8047div.kanban.column div.ui-sortable-helper {
8048 transform: rotate(4deg);
8061 padding-bottom: 20px;
8069.searchpage .tagtr .tagtd {
8071 padding-bottom: 2px;
8073.searchpage .tagtr .tagtd .button {
8077.searchpage .searchform input {
8081.searchpage :focus-visible {
8085li.ui-li-divider .ui-link {
8086 color: #FFF !important;
8091a.ui-link, a.ui-link:hover, .ui-btn:hover, span.ui-btn-text:hover, span.ui-btn-inner:hover {
8092 text-decoration: none !important;
8102 font-size: <?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize; ?>;
8105.ui-btn-icon-right .ui-btn-inner {
8106 padding-right: 30px;
8108.ui-btn-icon-left .ui-btn-inner {
8111.ui-select .ui-btn-icon-right .ui-btn-inner {
8112 padding-right: 30px;
8114.ui-select .ui-btn-icon-left .ui-btn-inner {
8117.ui-select .ui-btn-icon-right .ui-icon {
8120.ui-btn-icon-left > .ui-btn-inner > .ui-icon, .ui-btn-icon-right > .ui-btn-inner > .ui-icon {
8126 white-space: nowrap;
8127 text-overflow: ellipsis;
8129.fiche .ui-controlgroup {
8131 padding-bottom: 0px;
8133div.ui-controlgroup-controls div.tabsElem
8137div.ui-controlgroup-controls div.tabsElem a
8139 box-shadow: 0 -3px 6px rgba(0,0,0,.2);
8141div.ui-controlgroup-controls div.tabsElem a#
active {
8142 box-shadow: 0 -3px 6px rgba(0,0,0,.3);
8145a.tab span.ui-btn-inner
8152 color: rgb(<?php print $colortext; ?>);
8154.liste_titre .ui-link {
8155 color: rgb(<?php print $colortexttitle; ?>) !important;
8159 word-wrap:
break-word;
8163.formdoc .ui-btn-inner
8165 white-space: normal;
8167 text-overflow: clip;
8175div.ui-radio, div.ui-checkbox
8177 display:
inline-block;
8178 border-bottom: 0px !important;
8180.ui-checkbox input, .ui-radio input {
8186div.ui-checkbox label+input, div.ui-radio label+input {
8191 padding-bottom: 10px; margin-bottom: 4px; border-bottom: 1px solid #AAAAAA !important;
8198.ui-field-contain label.ui-input-text {
8199 vertical-align: middle !important;
8201.ui-mobile fieldset {
8202 border-bottom: none !important;
8206.ui-li .ui-btn-inner a.ui-link-inherit, .ui-li-
static.ui-li {
8211 font-weight: normal;
8213.ui-focus, .ui-btn:focus {
8221 color: rgb(<?php print $colortexttitlenotab; ?>) !important;
8223.ui-bar-b, .lilevel0 {
8224 background-repeat: repeat-x;
8228 color: rgb(<?php print $colortexttitlenotab; ?>) !important;
8231 font-weight: normal !important;
8234.ui-li.ui-last-child, .ui-li.ui-field-contain.ui-last-child {
8235 border-bottom-width: 0px !important;
8238 color: rgb(<?php echo $colortexttitle; ?>) !important;
8241 box-shadow: none !important;
8242 border-bottom: 1px solid #ccc;
8245 border-right: 1px solid #ccc !important;
8248 border: 1px solid #ccc;
8251.ui-btn-up-c, .ui-btn-hover-c {
8255.ui-body-c .ui-link, .ui-body-c .ui-link:visited, .ui-body-c .ui-link:hover {
8256 color: rgb(<?php print $colortextlink; ?>);
8258.ui-btn-up-c .vsmenudisabled {
8259 color: #<?php echo $colorshadowtitle; ?> !important;
8260 text-shadow: none !important;
8268 background: transparent;
8281 color: rgb(<?php print $colortexttitlenotab; ?>) !important;
8284 border-top: 2px solid #444;
8285 background: #fff ! important;
8287.lilevel1 div div a {
8288 font-weight: bold !important;
8293 background: #fff ! important;
8298 background: #fff ! important;
8304 background: #fff ! important;
8310 background: #fff ! important;
8321 background: url(
'<?php echo dol_buildpath($path.'/theme/
'.$theme.'/img/menus/money.png
', 1) ?>') top left no-repeat;
8326 background: url(
'<?php echo dol_buildpath($path.'/theme/
'.$theme.'/img/menus/home.png
', 1) ?>') top left no-repeat;
8329.menu_choix1,.menu_choix2 {
8332 border: 1px solid #666;
8335.menu_choix1 a, .menu_choix2 a {
8338 text-decoration: none;
8344.menu_choix1 a:hover,.menu_choix2 a:hover {
8347.menu li.menu_choix1 {
8349 padding-right: 10px;
8350 padding-bottom: 2px;
8352.menu li.menu_choix2 {
8354 padding-right: 10px;
8355 padding-bottom: 2px;
8357@media only screen and (max-width: 767px)
8359 .menu_choix1 a, .menu_choix2 a {
8360 background-size: 36px 36px;
8364 .menu li.menu_choix1, .menu li.menu_choix2 {
8369 margin-right: 0 !important;
8383 border: 1px solid #888;
8385.publicnewmemberform div.tabBarWithBottom {
8386 border: 2px solid #e8e8e8;
8390 box-shadow: 2px 2px 10px #ddd;
8393.publicnewmemberform #tablesubscribe {
8410.publicnewticketform {
8415 padding-right: 50px;
8418@media only screen and (max-width: 767px)
8420 .ticketlargemargin {
8421 padding-left: 5px; padding-right: 5px;
8434#cd-timeline::before {
8442 background: #d7e4ed;
8444@media only screen and (min-width: 1170px) {
8448 #cd-timeline::before {
8458.cd-timeline-block:after {
8463.cd-timeline-block:first-child {
8466.cd-timeline-block:last-child {
8469@media only screen and (min-width: 1170px) {
8470 .cd-timeline-block {
8473 .cd-timeline-block:first-child {
8476 .cd-timeline-block:last-child {
8488 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);
8489 background: #d7e4ed;
8491.cd-timeline-img img {
8501.cd-timeline-img.cd-picture {
8502 background: #75ce66;
8504.cd-timeline-img.cd-movie {
8505 background: #c03b44;
8507.cd-timeline-img.cd-location {
8508 background: #f0ca45;
8510@media only screen and (min-width: 1170px) {
8517 -webkit-transform: translateZ(0);
8518 -webkit-backface-visibility: hidden;
8520 .cssanimations .cd-timeline-img.is-hidden {
8523 .cssanimations .cd-timeline-img.bounce-in {
8524 visibility: visible;
8525 -webkit-animation: cd-bounce-1 0.6s;
8526 -moz-animation: cd-bounce-1 0.6s;
8527 animation: cd-bounce-1 0.6s;
8531@-webkit-keyframes cd-bounce-1 {
8534 -webkit-transform: scale(0.5);
8539 -webkit-transform: scale(1.2);
8543 -webkit-transform: scale(1);
8546@-moz-keyframes cd-bounce-1 {
8549 -moz-transform: scale(0.5);
8554 -moz-transform: scale(1.2);
8558 -moz-transform: scale(1);
8561@keyframes cd-bounce-1 {
8564 -webkit-transform: scale(0.5);
8565 -moz-transform: scale(0.5);
8566 -ms-transform: scale(0.5);
8567 -o-transform: scale(0.5);
8568 transform: scale(0.5);
8573 -webkit-transform: scale(1.2);
8574 -moz-transform: scale(1.2);
8575 -ms-transform: scale(1.2);
8576 -o-transform: scale(1.2);
8577 transform: scale(1.2);
8581 -webkit-transform: scale(1);
8582 -moz-transform: scale(1);
8583 -ms-transform: scale(1);
8584 -o-transform: scale(1);
8585 transform: scale(1);
8588.cd-timeline-content {
8592 border-radius: 0.25em;
8594 background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
8595 background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
8596 background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
8597 background-image: linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
8599.cd-timeline-content:after {
8604.cd-timeline-content h2 {
8607.cd-timeline-content .cd-
date {
8609 font-size: 0.8125rem;
8611.cd-timeline-content .cd-
date {
8612 display:
inline-block;
8614.cd-timeline-content p {
8619.cd-timeline-content .cd-
date {
8624.cd-timeline-content::before {
8631 border: 7px solid transparent;
8632 border-right: 7px solid white;
8634@media only screen and (min-width: 768px) {
8635 .cd-timeline-content h2 {
8639 .cd-timeline-content {
8643 .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-
date {
8645 font-size: 0.875rem;
8648@media only screen and (min-width: 1170px) {
8649 .cd-timeline-content {
8654 .cd-timeline-content::before {
8657 border-color: transparent;
8658 border-left-color: white;
8660 .cd-timeline-content .cd-read-more {
8663 .cd-timeline-content .cd-
date {
8671 .cd-timeline-block:nth-child(even) .cd-timeline-content {
8674 .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
8678 border-color: transparent;
8679 border-right-color: white;
8681 .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
8684 .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-
date {
8697span.phpdebugbar-tooltip.phpdebugbar-tooltip-extra-wide, span.phpdebugbar-tooltip.phpdebugbar-tooltip-wide {
8698 width: 250px !important;
8700.phpdebugbar-indicator span.phpdebugbar-tooltip {
8701 opacity: .95 !important;
8703a.phpdebugbar-tab.phpdebugbar-
active {
8704 background-image: unset !important;
8706.phpdebugbar-indicator .fa {
8707 font-family:
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>";
8710div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-value.phpdebugbar-widgets-warning:before,
8711div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-value.phpdebugbar-widgets-error:before,
8712div.phpdebugbar-widgets-exceptions a.phpdebugbar-widgets-editor-link:before,
8713div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-database:before,
8714div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-duration:before,
8715div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-memory:before,
8716div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-row-count:before,
8717div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-copy-clipboard:before,
8718div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-stmt-id:before,
8719div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-render-time:before,
8720div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-memory:before,
8721div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-param-count:before,
8722div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-
type:before,
8723div.phpdebugbar-widgets-templates a.phpdebugbar-widgets-editor-link:before
8725 font-family:
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>" !important;
8733.jcrop-holder { background: unset !important; }
8740.dol-xaxis-vertical .flot-x-axis .flot-tick-label.tickLabel {
8741 text-orientation: sideways;
8743 writing-mode: vertical-rl;
8744 white-space: nowrap;
8758 background-color: rgba(0, 0, 0, 0.6);
8761 justify-content: center;
8762 align-items: center;
8765#dol-block-ui .message {
8766 padding: 15px 20px 15px 50px;
8768 background: #000 no-repeat 10px center;
8769 border-radius: 10px;
8770 font-family: sans-serif;
8778span.clipboardCPValueToPrint, div.clipboardCPValueToPrint {
8779 display:
inline-block;
8781span.clipboardCPValue.hidewithsize {
8782 width: 0 !important;
8783 display:
inline-block;
8785 white-space: nowrap;
8787 vertical-align: middle;
8789div.clipboardCPValue.hidewithsize {
8790 width: 0 !important;
8793 white-space: nowrap;
8796.clipboardCPShowOnHover .clipboardCPButton {
8805.clipboardCPTextDivInside {
8809 border: 1px solid #DDD;
8818 white-space: nowrap;
8820 box-shadow: 1px 1px 6px #ddd;
8828.radio_js_bloc_number {
8829 display:
inline-block;
8833 border:1px solid #ccc;
8840.radio_js_bloc_number.selected {
8841 transition:0.2s ease background;
8854 vertical-align: top;
8858#virtualcard-iframe {
8859 border: 1px solid #aaa;
8860 vertical-align: top;
8863 border-radius: 10px;
8865 box-shadow: 0 0 5px #bbb;
8868 pointer-events: none;
8882.highlightDragDropArea{
8883 border: 2px #000 dashed !important;
8884 background-color: #eee !important;
8886.highlightDragDropArea * :not(.dragDropAreaMessage *){
8888 filter: blur(1px) grayscale(90%);
8890.dragDropAreaMessage {
8894 transform: translate(-50%, -50%);
8904 border: 1px solid #bbb !important;
8911.opensurveydescription * {
8916 padding: 0 4px 0 4px;
8920 margin-right: 100px;
8924 background-color: #f0f0f0;
8928.survey_borders .resultats .nom {
8929 text-align: <?php echo $left; ?>
8931.survey_borders .resultats .sujet {
8943#bookinghoursection {
8951 border: 1px solid #000;
8954 margin-bottom: 15px;
8955 box-shadow: 10px 10px 10px #ddd;
8958 padding-bottom: 10px;
8967 min-width: 500px !important;
8969 left: inherit !important;
8970 top: inherit !important;
8971 border-radius: <?php echo $borderradius; ?>px !important;
8974 background-color: var(--colorbackgrey);
8976 padding-bottom: 6px;
8978 border-radius: <?php echo $borderradius; ?>px;
8988@media only screen and (max-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC1', round($nbtopmenuentries * 90, 0) + 340); ?>px)
8993 white-space: nowrap;
8995 text-overflow: ellipsis;
8996 color: #<?php echo $colortextbackhmenu; ?>;
9003 background-size: 24px
auto;
9006 li.tmenu, li.tmenusel {
9017@media only screen and (max-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC2', round($nbtopmenuentries * 66, 0) + 220); ?>px)
9019 li.tmenucompanylogo {
9024 max-width: <?php echo max(34, ceil(300 / ($nbtopmenuentriesreal + 2))); ?>px;
9025 text-overflow: clip;
9027 div.tmenucenter a.tmenulabel span.mainmenuaspan {
9028 display:
inline-block;
9032 a.tmenulabel:link, a.tmenulabel:visited, a.tmenulabel:hover, a.tmenulabel:
active {
9038 .menuhider div.tmenucenter {
9047 background-size: 20px
auto;
9050 div.login_block a .atoploginusername {
9053 div.login_block_tools > div {
9054 right: 53px !important;
9058@media only screen and (max-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC3', round($nbtopmenuentries * 44, 0) + 320); ?>px)
9060 div.login_block_tools > div {
9063 div#topmenu-global-search-dropdown,
9064 div#topmenu-quickadd-dropdown,
9065 div#topmenu-bookmark-dropdown,
9066 div#topmenu-uploadfile-dropdown,
9067 div#topmenu-login-dropdown {
9071 div#topmenu-global-search-dropdown,
9072 div#topmenu-quickadd-dropdown,
9073 div#topmenu-bookmark-dropdown,
9074 div#topmenu-uploadfile-dropdown {
9086 <?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
9092 li.tmenu, li.tmenusel {
9095 a.tmenu:link, a.tmenu:visited, a.tmenu:hover, a.tmenu:
active,
9096 a.tmenusel:link, a.tmenusel:visited, a.tmenusel:hover, a.tmenusel:
active {
9106 div.login_block_other, div.login_block_tools {
9107 display:
inline-block;
9110 .loginbuttonexternal {
9115 text-overflow: clip;
9118 background-size: 20px
auto;
9119 margin-top: 2px !important;
9127 width: <?php print
dol_size(300,
'width'); ?>px;
9134 padding-<?php echo $right; ?>: 5px;
9136 img.photoref, div.photoref {
9137 border: 1px solid rgba(0, 0, 0, 0.2);
9140 object-fit: contain;
9144 width:
auto !important;
9147 .tableforfield>tr>td:nth-child(2), .tableforfield>tbody>tr>td:nth-child(2), div.tableforfield div.tagtr>div.tagtd:nth-child(2) {
9148 word-
break:
break-word;
9151 table.table-fiche-title .col-title div.titre{
9160 word-
break:
break-word;
9163 .websiteselectionsection {
9165 border-right: unset;
9173 padding-right: 12px;
9181 .underbanner.underbanner-before-box {
9182 border-bottom: none;
9186 margin-bottom: 0.5em;
9197 .lilevel1 span.paddingright {
9201 img.userphotopublicvcard {
9208@media only screen and (max-width: 767px)
9219 td.widthpictotitle,
table.titlemodulehelp tr td img.widthpictotitle {
9224 min-width : 280px !important;
9227 .imgopensurveywizard, .imgautosize { width:95%; height:
auto; }
9231 width: <?php print
dol_size(350,
'width'); ?>px;
9246 .logopublicpayment #dolpaymentlogo {
9249 #tablepublicpayment {
9250 width:
auto !important;
9251 border: none !important;
9253 .poweredbypublicpayment {
9254 float: unset !important;
9255 top: unset !important;
9257 right: -10px !important;
9270 .bookcalform.boxtable .minwidth75 {
9273 .center.bookingtab {
9276 #bookinghoursection {
9281 a.tab:link, a.tab:visited, a.tab:hover, a.tab#
active {
9282 padding: 10px 3px 10px;
9286 white-space: normal;
9287 word-
break:
break-word;
9291@media only screen and (max-width: 1024px)
9293 div#ecm-layout-west {
9297 div#ecm-layout-center {
9301 input[
type=checkbox], input[
type=radio] {
9302 margin: 0 5px 0 1px;
9303 transform: scale(1.1);
9318include
dol_buildpath($path.
'/theme/'.$theme.
'/dropdown.inc.php', 0);
9319include
dol_buildpath($path.
'/theme/eldy/emaillayout.inc.php', 0);
9320include
dol_buildpath($path.
'/theme/'.$theme.
'/info-box.inc.php', 0);
9321include
dol_buildpath($path.
'/theme/'.$theme.
'/progress.inc.php', 0);
9322include
dol_buildpath($path.
'/theme/eldy/timeline.inc.php', 0);
9323include
dol_buildpath($path.
'/theme/'.$theme.
'/search-input.inc.css', 0);
9324include
dol_buildpath($path.
'/theme/'.$theme.
'/tooltips.inc.css', 0);
9325include
dol_buildpath($path.
'/theme/eldy/input-feedback.css', 0);
9331if (is_object(
$db)) {
9337::-webkit-scrollbar {
9343::-webkit-scrollbar-track-piece {
9344 background: #f4f4f4;
9346::-webkit-scrollbar-thumb {
9351.row-with-select[data-is-last-changed] * {
9352 -webkit-touch-callout: none;
9353 -webkit-
user-select: none;
9354 -khtml-
user-select: none;
9355 -moz-
user-select: none;
9356 -ms-
user-select: none;
9362div.flot-text .flot-tick-label .tickLabel, .fa-color-unset {
9368 -webkit-touch-callout: none;
9369 -webkit-
user-select: none;
9370 -khtml-
user-select: none;
9371 -moz-
user-select: none;
9372 -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)
GETPOSTINT($paramname, $method=0)
Return the value of a $_GET or $_POST supervariable, converted into integer.
price($amount, $form=0, $outlangs='', $trunc=1, $rounding=-1, $forcerounding=-1, $currency_code='')
Function to format a value into an amount for visual output Function used into PDF and HTML pages.
getDolUserString($key, $default='', $tmpuser=null)
Return Dolibarr user constant string value.
getDolGlobalInt($key, $default=0)
Return a Dolibarr global constant int value.
dol_size($size, $type='')
Optimize a size for some browsers (phone, smarphone...)
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
dol_buildpath($path, $type=0, $returnemptyifnotfound=0)
Return path of url or filesystem.
getDolGlobalString($key, $default='')
Return a Dolibarr global constant string value.
multi select button
0 = Do not include form tag and submit button -1 = Do not include form tag but include submit button
treeview li table
No Email.
if(!defined( 'NOREQUIREMENU')) if(!empty(GETPOST('seteventmessages', 'alpha'))) if(!function_exists("llxHeader")) top_httphead($contenttype='text/html', $forcenocache=0)
Show HTTP header.
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.