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 = (is_object($menumanager) && method_exists($menumanager,
'showmenu')) ? $menumanager->showmenu(
'topnb') : 0;
364$nbtopmenuentriesreal = $nbtopmenuentries;
365if (
$conf->browser->layout ==
'phone') {
366 $nbtopmenuentries = max($nbtopmenuentries, 10);
370print
'colorbackbody='.$colorbackbody.
"\n";
371print
'colorbackvmenu1='.$colorbackvmenu1.
"\n";
372print
'colorbackhmenu1='.$colorbackhmenu1.
"\n";
373print
'colorbacktitle1='.$colorbacktitle1.
"\n";
374print
'colorbacklineimpair1='.$colorbacklineimpair1.
"\n";
375print
'colorbacklineimpair2='.$colorbacklineimpair2.
"\n";
376print
'colorbacklinepair1='.$colorbacklinepair1.
"\n";
377print
'colorbacklinepair2='.$colorbacklinepair2.
"\n";
378print
'colorbacklinepairhover='.$colorbacklinepairhover.
"\n";
379print
'colorbacklinepairchecked='.$colorbacklinepairchecked.
"\n";
380print
'colortexttitlenotab='.$colortexttitlenotab.
"\n";
381print
'colortexttitle='.$colortexttitle.
"\n";
382print
'colortext='.$colortext.
"\n";
383print
'colortextlink='.$colortextlink.
"\n";
384print
'colortexttitlelink='.$colortexttitlelink.
"\n";
385print
'colortextbackhmenu='.$colortextbackhmenu.
"\n";
386print
'colortextbackvmenu='.$colortextbackvmenu.
"\n";
387print
'dol_hide_topmenu='.$dol_hide_topmenu.
"\n";
388print
'dol_hide_leftmenu='.$dol_hide_leftmenu.
"\n";
389print
'dol_optimize_smallscreen='.$dol_optimize_smallscreen.
"\n";
390print
'dol_no_mouse_hover='.$dol_no_mouse_hover.
"\n";
391print
'dol_screenwidth='.$_SESSION[
'dol_screenwidth'].
"\n";
392print
'dol_screenheight='.$_SESSION[
'dol_screenheight'].
"\n";
393print
'fontsize='.$fontsize.
"\n";
394print
'nbtopmenuentries='.$nbtopmenuentries.
"\n";
409 --colorbackhmenu1: rgb(<?php print $colorbackhmenu1; ?>);
410 --colorbackvmenu1: rgb(<?php print $colorbackvmenu1; ?>);
411 --colorbacktitle1: rgb(<?php print $colorbacktitle1; ?>);
412 --colorbacktabcard1: rgb(<?php print $colorbacktabcard1; ?>);
413 --colorbacktabactive: rgb(<?php print $colorbacktabactive; ?>);
414 --colorbacklineimpair1: rgb(<?php print $colorbacklineimpair1; ?>);
415 --colorbacklineimpair2: rgb(<?php print $colorbacklineimpair2; ?>);
416 --colorbacklinepair1: rgb(<?php print $colorbacklinepair1; ?>);
417 --colorbacklinepair2: rgb(<?php print $colorbacklinepair2; ?>);
418 --colorbacklinepairhover: rgb(<?php print $colorbacklinepairhover; ?>);
419 --colorbacklinepairchecked: rgb(<?php print $colorbacklinepairchecked; ?>);
420 --colorbacklinebreak: rgb(<?php print $colorbacklinebreak; ?>);
421 --colorbackbody: rgb(<?php print $colorbackbody; ?>);
422 --colorbackmobilemenu: #f8f8f8;
423 --colorbackgrey: #f6f6f6;
424 --colortexttitlenotab: rgb(<?php print $colortexttitlenotab; ?>);
425 --colortexttitlenotab2: rgb(<?php print $colortexttitlenotab2; ?>);
426 --colortexttitle: rgb(<?php print $colortexttitle; ?>);
427 --colortexttitlelink: rgba(<?php print $colortexttitlelink; ?>, 0.9);
428 --colortext: rgb(<?php print $colortext; ?>);
429 --colortextlink: rgb(<?php print $colortextlink; ?>);
430 --colortextlink: rgb(<?php print $colortextlink; ?>);
431 --colortextlink-h: <?php print $colortextlinkHsla[
'h']; ?>;
432 --colortextlink-l: <?php print $colortextlinkHsla[
'l']; ?>%;
433 --colortextlink-s: <?php print $colortextlinkHsla[
's']; ?>%;
434 --colortextlink-a: 1;
435 --colortextbackhmenu: #<?php print $colortextbackhmenu; ?>;
436 --colortextbackvmenu: #<?php print $colortextbackvmenu; ?>;
437 --colortopbordertitle1: rgb(<?php print $colortopbordertitle1; ?>);
438 --listetotal: #551188;
439 --inputbackgroundcolor: #FFF;
440 --inputbackgroundcolordisabled: #eee;
441 --inputcolordisabled: rgb(80, 80, 80);
442 --inputbordercolor: rgba(0,0,0,.2);
443 --tooltipbgcolor: <?php print $toolTipBgColor; ?>;
444 --tooltipfontcolor : <?php print $toolTipFontColor; ?>;
445 --oddevencolor: #202020;
446 --colorboxstatsborder: #ddd;
447 --dolgraphbg: rgba(255,255,255,0);
448 --fieldrequiredcolor: #000055;
449 --colortextbacktab: #<?php print $colortextbacktab; ?>;
450 --colorboxiconbg: #eee;
452 --tableforfieldcolor:#666;
453 --amountremaintopaycolor:#880000;
454 --amountpaymentcomplete:#008855;
455 --amountremaintopaybackcolor:none;
456 --productlinestockod: #002200;
457 --productlinestocktoolow: #884400;
458 --infoboxmoduleenabledbgcolor : linear-gradient(0.4turn, #fff, #fff, #fff, #e4efe8);
459 --tablevalidbgcolor: rgb(252, 248, 227);
460 --butactionbg : #<?php print $butactionbg; ?>;
461 --textbutaction : #<?php print $textbutaction; ?>;
464 --colorwhitelight: #eee;
465 --heightrow: <?php print $heightrow; ?>;
470 print
"/* For dark mode */\n";
472 print
"@media (prefers-color-scheme: dark) {";
474 print
"@media not print {";
477 --colorbackhmenu1: #3d3e40;
478 --colorbackvmenu1: #2b2c2e;
479 --colorbacktitle1: #3b3c3e;
480 --colorbacktabcard1: #1d1e20; /* Must be same than colorbackbody */
481 --colorbacktabactive: rgb(220,220,220);
482 --colorbacklineimpair1: #38393d;
483 --colorbacklineimpair2: #2b2d2f;
484 --colorbacklinepair1: #38393d;
485 --colorbacklinepair2: #2b2d2f;
486 --colorbacklinepairhover: #2b2d2f;
487 --colorbacklinepairchecked: #0e5ccd;
488 --colorbackbody: #1d1e20;
489 --colorbackmobilemenu: #080808;
490 --colorbackgrey: #0f0f0f;
491 --tooltipbgcolor: #2b2d2f;
492 --colortexttitlenotab: rgb(220,220,220);
493 --colortexttitlenotab2: rgb(220,220,220);
494 --colortexttitle: rgb(220,220,220);
495 --colortext: rgb(220,220,220);
496 --colortextlink: #4390dc;
497 --colortexttitlelink: #4390dc;
498 --colortextbackhmenu: rgb(220,220,220);
499 --colortextbackvmenu: rgb(220,220,220);
500 --tooltipfontcolor : rgb(220,220,220);
501 --listetotal: rgb(245, 83, 158);
502 --inputbackgroundcolor: rgb(70, 70, 70);
503 --inputbackgroundcolordisabled: rgb(60, 60, 60);
504 --inputcolordisabled: rgb(140, 140, 140);
505 --inputbordercolor: rgb(220,220,220);
506 --oddevencolor: rgb(220,220,220);
507 --colorboxstatsborder: rgb(65,100,138);
508 --dolgraphbg: #1d1e20;
509 --fieldrequiredcolor: rgb(250,183,59);
510 --colortextbacktab: rgb(220,220,220);
511 --colorboxiconbg: rgb(36,38,39);
512 --refidnocolor: rgb(220,220,220);
513 --tableforfieldcolor:rgb(220,220,220);
514 --amountremaintopaycolor:rgb(252,84,91);
515 --amountpaymentcomplete:rgb(101,184,77);
516 --amountremaintopaybackcolor:rbg(245,130,46);
517 --infoboxmoduleenabledbgcolor : linear-gradient(0.4turn, #000, #000, #000, #274231);
518 --tablevalidbgcolor: rgb(80, 64, 33);
521 --colorwhitelight: #333;
532<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
533 background-color: #FFFFFF;
535 font-size: <?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize; ?>;
543 background-color: var(--colorbackbody);
544 <?php print
'direction: '.$langs->trans(
"DIRECTION").
";\n"; ?>
548.sensiblehtmlcontent * {
552.thumbstat { font-weight: bold !important; }
553th a { font-weight: <?php echo($useboldtitle ?
'bold' :
'normal'); ?> !important; }
554a.tab { font-weight: 500 !important; }
556a:link, a:visited, a:hover, a:
active, .classlink { font-family: <?php print
$fontlist ?>; font-weight: normal; color: var(--colortextlink); text-decoration: none; }
557a:hover { text-decoration: underline; color: var(--colortextlink); }
558a.commonlink { color: var(--colortextlink) !important; text-decoration: none; }
566input.downloadexternallink {
571 margin-top: 0 !important;
575.refidno .button.smallpaddingimp {
576 padding: 3px !important;
577 padding-left: 6px !important;
578 padding-right: 6px !important;
581select.vmenusearchselectcombo {
582 background-color: unset;
585textarea:focus:not(.ia-input) {
586 border: 1px solid #aaa !important;
588input:focus:not(.input-icon-
user, .input-icon-password, .input-icon-security):not(.noborderfocus):not(.inputsearch_dropdownselectedfields):not(.
button):not(.buttonwebsite):not(.buttonreset):not(.select2-search__field):not(#top-bookmark-search-input):not(.search_component_input):not(.input-nobottom),
589 select:focus, .select2-container--open [aria-expanded=
"false"].select2-selection--single,
590 .select2-container--focus span.selection span.select2-selection:not(.noborderfocus):not(.massactionselect) {
592 border: 1px solid var(--inputbordercolor) !important;
594 border-bottom: 1px solid var(--inputbordercolor) !important;
595 border-bottom-left-radius: 0 !important;
596 border-bottom-right-radius: 0 !important;
600textarea.cke_source:focus
605th.wrapcolumntitle.liste_titre:not(.maxwidthsearch), td.wrapcolumntitle.liste_titre:not(.maxwidthsearch),
606th.wrapcolumntitle.liste_titre_sel:not(.maxwidthsearch), td.wrapcolumntitle.liste_titre_sel:not(.maxwidthsearch) {
610 text-overflow: ellipsis;
612th.wrapcolumntitle dl dt a span.fas.fa-list {
614 vertical-align: middle;
618.liste_titre input[
name=search_month], .liste_titre input[
name=search_month_start], .liste_titre input[
name=search_month_end] {
621select#date_startday, select#date_startmonth, select#date_endday, select#date_endmonth, select#reday, select#remonth
626input, input.flat, form.flat select, select, select.flat, .dataTables_length label select {
629input, input.flat, textarea, textarea.flat, form.flat select, select, select.flat, .dataTables_length label select {
630 color: var(--colortext);
633 margin: 0px 0px 0px 0px;
634 background-color: var(--inputbackgroundcolor);
636 border<?php echo !
getDolGlobalString(
'THEME_SHOW_BORDER_ON_INPUT') ?
'-bottom' :
''; ?>: solid 1px var(--inputbordercolor);
644span.massactionselect, input.inputsearch_dropdownselectedfields {
645 border-radius: 0 !important;
646 border-top: 0 !important;
647 border-left: 0 !important;
648 border-right: 0 !important;
649 background-color: unset !important;
657input[
type=
"text"]:not(.input-icon-security, .input-icon-
user, .input-icon-password),
658input[
type=
"password"]:not(.input-icon-security, .input-icon-
user, .input-icon-password) {
661.login_table .input-icon-
user, .login_table .input-icon-password {
662 padding-right: 42px !important;
675#mainbody input.button:not(.buttongen):not(.bordertransp), #mainbody a.button:not(.buttongen):not(.bordertransp) {
676 background: var(--butactionbg);
677 color: var(--textbutaction) !important;
679 border-collapse: collapse;
682 text-transform: uppercase;
685 padding: 0.6em 0.7em;
688#mainbody input.button:not(.buttongen):not(.bordertransp):hover, #mainbody a.button:not(.buttongen):not(.bordertransp):hover {
689 box-shadow: 0px 0px 6px 1px rgb(50 50 50 / 40%), 0px 0px 0px rgb(60 60 60 / 10%);
691#mainbody input.buttongen, #mainbody button.buttongen {
695input.button.massactionconfirmed {
706input:invalid, select:invalid, input.--error , select.--error {
707 border-color: #ea1212;
710section.setupsection {
711 padding: 20px !important;
712 background-color: var(--colorbacktitle1);
715section.setupsection:hover {
716 box-shadow: 0 0 5px #aaa;
719.field-error-icon { color: #ea1212 !important; }
722div.tabBar textarea:focus:not(.textarea-ai_feature):not(.cke_source) {
723 border: 1px solid #aaa !important;
725textarea.cke_source:focus
734 border-top:solid 1px var(--inputbordercolor);
735 border-left:solid 1px var(--inputbordercolor);
736 border-right:solid 1px var(--inputbordercolor);
737 border-bottom:solid 1px var(--inputbordercolor);
745input.removedassigned, input.removedassignedresource {
746 padding: 2px !important;
747 vertical-align: text-bottom;
751 padding-left: 1px !important;
752 padding-right: 1px !important;
755 vertical-align: middle;
757input.buttonpayment,
button.buttonpayment, div.buttonpayment {
763 background-image: none;
768 border: 2px solid #ccc;
769 background-color: #eee;
771 color: #888 !important;
774.nofocusvisible:focus-visible {
778div.buttonpayment input {
779 background-color: unset;
782 text-transform: uppercase;
786div.buttonpayment input:focus {
789input.buttonpaymentcb {
790 background-image: url(<?php echo
dol_buildpath($path.
'/theme/common/credit_card.png', 1) ?>);
791 background-size: 26px;
792 background-repeat: no-repeat;
795input.buttonpaymentcheque {
796 background-image: url(<?php echo
dol_buildpath($path.
'/theme/common/cheque.png', 1) ?>);
797 background-repeat: no-repeat;
800input.buttonpaymentcb {
801 background-image: url(<?php echo
dol_buildpath($path.
'/theme/common/credit_card.png', 1) ?>);
802 background-size: 24px;
803 background-repeat: no-repeat;
806input.buttonpaymentpaypal {
807 background-image: url(<?php echo
dol_buildpath($path.
'/paypal/img/object_paypal.png', 1) ?>);
808 background-repeat: no-repeat;
811input.buttonpaymentpaybox {
812 background-image: url(<?php echo
dol_buildpath($path.
'/paybox/img/object_paybox.png', 1) ?>);
813 background-repeat: no-repeat;
816input.buttonpaymentstripe {
817 background-image: url(<?php echo
dol_buildpath($path.
'/stripe/img/object_stripe.png', 1) ?>);
818 background-repeat: no-repeat;
821.logopublicpayment #dolpaymentlogo {
824 image-rendering: -webkit-optimize-contrast;
830 background-color: transparent;
831 color: var(--colortext) !important;
832 border: 1px solid #888;
833 margin: 0 0.45em !important;
836span.userimg.notfirst, div.userimg.notfirst {
839div.userimg.notfirst {
840 display: block-
inline;
846 padding-top: 5px !important;
847 padding-bottom: 5px !important;
851 padding-right: 4px !important;
852 margin-right: 4px !important;
853 border-right: 1px solid #ddd;
859span.timesheetalreadyrecorded input {
861 border-bottom: solid 1px rgba(0,0,0,0.1);
862 margin-right: 1px !important;
864td.onholidaymorning, td.onholidayafternoon {
865 background-color: #fdf6f2;
868 background-color: #f4eede;
870td.onholidayallday:not(.weekend) input {
871 background-color: #f8f7f0;
874 background-color: #eee;
879td.leftborder, td.hide0 {
880 border-left: 1px solid #ccc;
882td.leftborder, td.hide6 {
883 border-right: 1px solid #ccc;
886 border-right: 1px solid #ccc;
889td.linecoldescription.bomline {
893td.amount, span.amount, div.amount, b.amount {
896td.amountneg, span.amountneg, div.amountneg, b.amountneg
900td.amount.amountbadge, span.amount.amountbadge, div.amount.amountbadge, b.amount.amountbadge {
901 background-color: <?php echo $badgeStatus4; ?>;
906td.amountneg.amountbadge, span.amountneg.amountbadge, div.amountneg.amountbadge, b.amountneg.amountbadge
908 background-color: #660000;
914td.amount, span.amount, div.amount, b.amount,
915td.amountneg, span.amountneg, div.amountneg, b.amountneg,
916span.amount, span.amountneg {
923select.flat, form.flat select, .pageplusone {
927select.flat, form.flat select, .divadvancedsearchfieldcompinput {
940.paginationlastpage a {
945 filter: saturate(0.8);
949 color: var(--colortextlink);
951.optiongrey, .opacitymedium {
954.opacitymediumbycolor {
955 color: rgba(0, 0, 0, 0.4);
967 opacity: unset !important;
970 color: var(--colorwhite);
973 color: #888 !important;
976 color: var(--colorblack);
978.colorblack.totalnboflines {
983 font-size: unset !important;
987 transform: scale(1, -1);
990 transform: scale(-1, 1);
993 scroll-margin-top: 80px;
995.banner-
object-label {
999select:invalid, select.--error {
1004 background: var(--inputbackgroundcolordisabled);
1005 color: var(--inputcolordisabled);
1009 box-shadow: none !important;
1011.listactionlargetitle .liste_titre {
1015 padding: 0px !important;
1016 border: 0px !important;
1017 vertical-align: text-bottom;
1020input[
type=file] { background-color: transparent; border-top: none; border-left: none; border-right: none; box-shadow: none; }
1021input[
type=checkbox] { background-color: transparent; border: none; box-shadow: none; vertical-align: middle; }
1022input[
type=radio] { background-color: transparent; border: none; box-shadow: none; vertical-align: middle; }
1023input[
type=image] { background-color: transparent; border: none; box-shadow: none; }
1024input:-webkit-autofill {
1025 background-color: #FBFFEA !important;
1026 background-image:none !important;
1027 -webkit-box-shadow: 0 0 0 50px #FBFFEA inset;
1030input[
type=checkbox], input[
type=radio] {
1031 margin: 0 5px 0 1px;
1032 transform: scale(1.25);
1034.kanban input.checkforselect {
1040.placeholder { color: #ccc; }
1041select.placeholder { color: #ccc; }
1042.select2-selection__choice .placeholder { color: #aaa; }
1043::-webkit-input-placeholder { color:#ccc; }
1044:-moz-placeholder { color:#bbb; }
1045::-moz-placeholder { color:#bbb; }
1046:-ms-input-placeholder { color:#ccc; }
1047input:-moz-placeholder { color:#ccc; }
1048select.placeholder option:not(.opacitymediumbycolor):not(.opacitymedium) {
1049 color: var(--colortext);
1052input[
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; }
1054 border: 1px solid #AAAAAA !important;
1055 padding-
inline-start: 2em;
1056 padding-
inline-end: 2em;
1057 min-
inline-size:
auto;
1059.legendforfieldsetstep { padding-bottom: 10px; }
1060input#onlinepaymenturl, input#directdownloadlink {
1064.formconsumeproduce {
1065 background: #f0f0f0;
1067 padding: 20px 20px 20px 20px;
1071 border: solid 2px #444;
1074 background-color: #fffff4;
1078div#moretabsList, div#moretabsListaction {
1082hr { border: 0; border-top: 1px solid #ccc; }
1083.tabBar hr { margin-top: 20px; margin-bottom: 17px; }
1086table.tableforfield .button:not(.bordertransp):not(.buttonpayment),
1087table.tableforfield .buttonDelete:not(.bordertransp):not(.buttonpayment) {
1092.button:not(.bordertransp):not(.buttonpayment), .buttonDelete:not(.bordertransp):not(.buttonpayment) {
1093 border-color: #c5c5c5;
1094 border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
1095 display: inline-block;
1102 color:
#333333 !important;
1103 text-decoration: none !important;
1104 text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
1105 background-color: #f5f5f5;
1106 background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
1107 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
1108 background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
1109 background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
1110 background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
1111 background-repeat: repeat-x;
1112 border-color: #e6e6e6 #e6e6e6 #bfbfbf;
1113 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1114 border: 1px solid
#bbbbbb;
1115 border-bottom-color: #a2a2a2;
1117 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1119.button:focus, .buttonDelete:focus {
1120 box-shadow: 0px 0px 6px 1px rgba(0, 0, 60, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
1122.button:hover:not(.nohover), .buttonDelete:hover:not(.nohover) {
1123 box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
1125.button:
disabled, .buttonDelete:
disabled, .button.disabled, .buttonDelete.disabled {
1131 pointer-events: none;
1136.button_search, .button_removefilter {
1138 background-color: unset;
1140.button_search:hover, .button_removefilter:hover {
1150div.float, span.floatleft
1152 float:<?php print $left; ?>;
1156 float:<?php print $right; ?>;
1168 display:
inline-block;
1172 display:
inline-block !important;
1176 display:contents !important;
1185 padding-<?php echo $left; ?>: 3px;
1189 box-shadow: none !important;
1190 border-radius:0px !important;
1195 padding-left: 4px !important;
1196 padding-right: 4px !important;
1200 vertical-align: top;
1203 vertical-align: middle;
1206 vertical-align: bottom;
1209 vertical-align: text-bottom;
1215 width: 100% !important;
1217.centpercentwithout1imp {
1218 width: calc(100% - 1px) !important;
1220.centpercentwithoutmenu {
1221 width: calc(100% - 200px);
1223.quatrevingtpercent, .inputsearch {
1226.maxquatrevingtpercent {
1232.quatrevingtquinzepercent {
1235.quatrevingtpercentminusx {
1236 width: calc(80% - 52px);
1239 width: calc(100% - 52px);
1241textarea.centpercent {
1248 font-size: 85% !important;
1250.select2-results__option .smallincombo {
1270.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
1273.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 {
1280 transform: scaleX(-1) translate(<?php print($left == 'left' ? '' : '-'); ?>2px, 0);
1283 transform: rotate(90deg) translate(2px, <?php print($left ==
'left' ?
'' :
'-'); ?>4px);
1290 text-align: center !important;
1292.centeronsmartphone {
1298 place-items: center;
1310 text-align: <?php print $left; ?>;
1313 text-align: <?php print $right; ?>;
1316 text-align: justify;
1319 float: <?php echo $left; ?> !important;
1322 float: <?php echo $right; ?> !important;
1325 white-space: <?php print($dol_optimize_smallscreen ?
'normal' :
'nowrap'); ?>;
1327.nowraponsmartphone {
1328 white-space: <?php print($dol_optimize_smallscreen ?
'nowrap' :
'normal'); ?>;
1331 white-space: <?php print($dol_optimize_smallscreen ?
'normal' :
'nowrap'); ?>;
1333.liste_titre .nowrap {
1334 white-space: nowrap;
1337 white-space: nowrap;
1340 white-space: nowrap;
1341 display:
inline-block;
1343.wrapimp, .wrapimp pre {
1344 white-space: normal !important;
1347 word-wrap:
break-word;
1350 word-
break:
break-word !important;
1353 word-
break:
break-word;
1356 word-
break:
break-all;
1358td.wordbreak img, td.wordbreakimp img {
1362 font-weight: bold !important;
1365 font-weight: normal !important;
1368 text-transform: uppercase;
1374 text-decoration: none;
1377 text-decoration: none !important;
1383 padding: 0 !important;
1386 padding-<?php print $left; ?>: 0;
1389 padding-<?php print $right; ?>: 0;
1398 padding-<?php print $left; ?>: 0 !important;
1401 padding-<?php print $right; ?>: 0 !important;
1404 padding-top: 0 !important;
1406.nopaddingbottomimp {
1407 padding-bottom: 0 !important;
1416 padding-<?php print $left; ?>: 4px;
1419 padding-<?php print $left; ?>: 4px !important;
1422 padding-<?php print $left; ?>: 2px;
1425 padding-<?php print $left; ?>: 2px !important;
1428 padding-<?php print $right; ?>: 4px;
1431 padding-<?php print $right; ?>: 4px !important;
1434 padding-<?php print $right; ?>: 2px;
1437 padding-<?php print $right; ?>: 2px !important;
1446 padding-bottom: 4px;
1449 padding-bottom: 2px;
1452 margin-<?php print $left; ?>: 2px;
1455 margin-<?php print $right; ?>: 2px;
1458 margin-<?php print $left; ?>: 20px !important;
1460.marginleftlargeondesktop {
1461 margin-<?php print $left; ?>: 20px;
1464 padding: 6px !important;
1467 width: unset !important;
1470 height: unset !important;
1483 cursor: not-allowed !important;
1489 background-color: #fff;
1491.nobackground, .nobackground tr {
1492 background: unset !important;
1494.checkboxattachfilelabel {
1499 border: 1px solid #888 !important;
1503 max-height: <?php print
getDolGlobalInt(
'MAIN_CSS_SHORTMESSSAGECUT', 125); ?>px;
1506 word-
break:
break-word;
1509 max-height: <?php print
getDolGlobalInt(
'MAIN_CSS_LONGMESSSAGECUT', 250); ?>px;
1512 word-
break:
break-word;
1514.overflowellipsis .shortmessagecut, .overflowellipsis .longmessagecut {
1516 text-overflow: ellipsis;
1525 background-color: #e0e0e8;
1529 justify-content: flex-start;
1530 align-items: center;
1533div.urllink span.fa, div.urllink span.fas, div.urllink span.far {
1536div.urllink, div.urllink a {
1537 color: #339 !important;
1541 border: 1px solid #DFDFDF;
1542 border-radius: 10px;
1544 margin-bottom: 20px;
1548i.fa-mars::before, i.fa-venus::before, i.fa-genderless::before, i.fa-transgender::before {
1551 padding-<?php echo $left; ?>: 3px;
1553.stockmovemententry {
1555 transform: rotate(0.25turn);
1560 transform: rotate(0.3turn);
1566.publisherlogoinline {
1567 vertical-align: middle;
1575 white-space: nowrap;
1579 color : <?php print $textWarning; ?>
1581body[
class*=
"colorblind-"] .text-warning{
1582 color : <?php print $colorblind_deuteranopes_textWarning; ?>
1585 color : <?php print $textSuccess; ?>
1587body[
class*=
"colorblind-"] .text-success{
1588 color : <?php print $colorblind_deuteranopes_textSuccess; ?>
1592 color : <?php print $textDanger; ?>
1595.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,
1597 color: #ccc !important;
1599.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,
1600.editfieldlang:hover {
1601 color: var(--colortexttitle) !important;
1603a.editfielda.nohover *:hover:before {
1604 color: #ccc !important;
1611 float: none !important;
1614span.fa.fa-plus-circle.paddingleft {
1617 padding-bottom: 2px;
1620.size12x { font-size: 1.2em !important; }
1621.size15x { font-size: 1.5em !important; }
1622.size2x { font-size: 2em; }
1623.size4x { font-size: 4em !important; }
1624.fa-toggle-on, .fa-toggle-off { font-size: 2em; }
1625.websiteselectionsection .fa-toggle-on, .websiteselectionsection .fa-toggle-off,
1626.asetresetmodule .fa-toggle-on, .asetresetmodule .fa-toggle-off,
1627.tdwebsitesearchresult .fa-toggle-on, .tdwebsitesearchresult .fa-toggle-off {
1630.websiteselectionsection .fa-toggle-on, .websiteselectionsection .fa-toggle-off,
1631.tdwebsitesearchresult .fa-toggle-on, .tdwebsitesearchresult .fa-toggle-off {
1632 vertical-align: text-bottom;
1637 white-space: nowrap;
1638 vertical-align: middle;
1639 text-overflow: ellipsis;
1644<?php include
dol_buildpath($path.
'/theme/'.$theme.
'/badges.inc.php', 0); ?>
1645<?php include
dol_buildpath($path.
'/theme/'.$theme.
'/flags-sprite.inc.php', 0); ?>
1649 border-right: 1px solid #f4f4f4;
1653 border-left: 1px solid #f4f4f4;
1664 vertical-align: middle;
1666 padding-bottom: 1px;
1668 align-items: center;
1670.divsocialnetwork:not(:last-child) {
1671 padding-<?php print $right; ?>: 20px;
1674 background-color: rgba(0, 0, 0, 0.08);
1680 display:
inline-block;
1681 margin-<?php print $right; ?>: 12px;
1682 margin-<?php print $left; ?>: 2px;
1687.divsearchfieldfilter {
1688 text-overflow: clip;
1691 padding-bottom: 5px;
1695.divadvancedsearchfield:first-child {
1698.divadvancedsearchfield {
1701 padding-right: 15px;
1702 padding-bottom: 2px;
1705.divadvancedsearchfield span.select2.select2-container.select2-container--
default {
1706 padding-bottom: 4px;
1708.divadvancedsearchfieldcompinput {
1710 border-bottom: solid 1px var(--inputbordercolor);
1713.search_component_params {
1715 -webkit-flex-flow: row wrap;
1716 flex-flow: row wrap;
1719 padding-bottom: 3px;
1720 padding-<?php echo $left; ?>: 0;
1721 padding-<?php echo $right; ?>: 0;
1722 border-bottom: solid 1px var(--inputbordercolor);
1725.search_component_searchtext {
1728.search_component_params_text, .search_component_params_text:focus {
1729 border-bottom: none;
1731 margin: 0 !important;
1737 padding-bottom: 3px;
1740 display:
inline-block;
1745 display:
inline-block;
1764if (
$conf->browser->layout ==
'phone') {
1766.divsearchfieldfilter {
1767 white-space: nowrap;
1773.a-filter, .a-mesure {
1774 padding: 8px 10px 8px 6px;
1777 padding: 8px 10px 8px 10px;
1779.a-filter, .a-mesure, .a-selection {
1780 border-radius: 50px;
1781 background: var(--colortexttitlenotab);
1782 color: #fff !important;
1790.a-filter:before, .a-mesure:before {
1791 font-family:
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>";
1797 border-radius: 50px;
1798 background: var(--colorbacktitle1);
1811 top:calc(50% - 200px);
1812 left:calc(50% - 250px);
1816 border: 1px solid #bbb;
1817 box-shadow: 2px 2px 20px #ddd;
1827div.div-
for-modal-topright {
1835 border: 1px solid #bbb;
1836 box-shadow: 2px 2px 20px #ddd;
1853 list-style-
type: none;
1855input > ul.attendees {
1860 padding-bottom: 4px;
1864 padding-bottom: 10px;
1869 vertical-align: middle;
1871select.flat.selectlimit {
1875 margin-<?php echo $right; ?>: 10px !important;
1878 margin-<?php echo $left; ?>: 10px !important;
1880.marginleftonlyshort {
1881 margin-<?php echo $left; ?>: 4px !important;
1884 margin-<?php echo $left; ?>: 0px !important;
1887 margin-<?php echo $right; ?>: 0px !important;
1890 margin-<?php echo $right; ?>: 10px !important;
1892.marginrightonlyshort {
1893 margin-<?php echo $right; ?>: 4px !important;
1895.marginrightonlylarge {
1896 margin-<?php echo $right; ?>: 20px !important;
1899 margin-top: 10px !important;
1901.margintoponlyshort {
1902 margin-top: 3px !important;
1905 margin-bottom: 10px !important;
1907.marginbottomonlyshort {
1908 margin-bottom: 3px !important;
1911 margin-top: 0 !important;
1914 margin-bottom: 0 !important;
1917.selectlimit, .selectlimit:focus {
1918 border-left: none !important;
1919 border-top: none !important;
1920 border-right: none !important;
1923.strikefordisabled, .strikefordisabled span, .strikefordisabled div {
1924 text-decoration: line-through;
1931 text-overflow: unset;
1936 text-overflow: ellipsis;
1937 white-space: nowrap;
1941 text-overflow: ellipsis;
1946 text-overflow: ellipsis;
1947 white-space: nowrap;
1952 text-overflow: ellipsis;
1953 white-space: nowrap;
1958 text-overflow: ellipsis;
1959 white-space: nowrap;
1961.tdoverflowmax80imp {
1962 max-width: 80px !important;
1964 text-overflow: ellipsis;
1965 white-space: nowrap;
1970 text-overflow: ellipsis;
1971 white-space: nowrap;
1973.tdoverflowmax100imp {
1974 max-width: 100px !important;
1976 text-overflow: ellipsis;
1977 white-space: nowrap;
1982 text-overflow: ellipsis;
1983 white-space: nowrap;
1988 text-overflow: ellipsis;
1989 white-space: nowrap;
1994 text-overflow: ellipsis;
1995 white-space: nowrap;
2000 text-overflow: ellipsis;
2001 white-space: nowrap;
2006 text-overflow: ellipsis;
2007 white-space: nowrap;
2012 text-overflow: ellipsis;
2013 white-space: nowrap;
2018 text-overflow: ellipsis;
2019 white-space: nowrap;
2024 text-overflow: ellipsis;
2025 white-space: nowrap;
2031.divintowithtwolinesmax {
2033 display: -webkit-box;
2034 -webkit-box-orient: vertical;
2035 -webkit-line-clamp: 2;
2038.twolinesmax, .twolinesmax-normallineheight {
2039 display: -webkit-box;
2040 -webkit-box-orient: vertical;
2041 -webkit-line-clamp: 2;
2043 height:
auto !important;
2044 word-
break:
break-word;
2046.threelinesmax, .threelinesmax-normallineheight {
2047 display: -webkit-box;
2048 -webkit-box-orient: vertical;
2049 -webkit-line-clamp: 3;
2051 height:
auto !important;
2052 word-
break:
break-word;
2054.twolinesmax-normallineheight {
2055 line-height: normal;
2058 display: -webkit-box;
2059 -webkit-box-orient: vertical;
2060 -webkit-line-clamp: 10;
2064.tablelistofcalendars {
2065 margin-top: 25px !important;
2072 white-space: nowrap;
2074.amountpaymentcomplete {
2075 color: var(--amountpaymentcomplete);
2078 white-space: nowrap;
2080.amountpaymentcompletenoresize {
2081 color: var(--amountpaymentcomplete);
2082 white-space: nowrap;
2085 color: var(--amountremaintopaycolor);
2088 white-space: nowrap;
2090.amountremaintopaynoresize {
2091 color: var(--amountremaintopaycolor);
2092 white-space: nowrap;
2094.amountremaintopayback {
2097 white-space: nowrap;
2099.amountremaintopaybacknoresize {
2100 white-space: nowrap;
2102.amountpaymentneutral {
2103 color: var(--amountremaintopaybackcolor);
2106 white-space: nowrap;
2108.amountpaymentneutralnoresize {
2109 color: var(--amountremaintopaybackcolor);
2110 white-space: nowrap;
2113.onlinepaymentbody .amountpaymentcomplete {
2114 background-color: var(--amountpaymentcomplete);
2120.showonhover:hover *::before {
2121 visibility: visible !important;
2122 display:
inline-block !important;
2124.showonhover:not(:hover) *::before {
2126 display:
inline-block !important;
2132 margin-bottom: 12px;
2134#builddoc_form ~ .showlinkedobjectblock {
2139.moduledesclong p img,.moduledesclong p a img {
2140 max-width: 90% !important;
2141 height:
auto !important;
2145 border: 1px solid #ccc;
2146 box-shadow: 1px 1px 25px #aaa;
2147 max-width: calc(100% - 56px);
2149.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 {
2157.fa-map-marked-alt:before {
2162 -webkit-text-security: disc;
2174div.fiche>div.tabBar>form>div.div-
table-responsive {
2177.div-
table-responsive, .div-
table-responsive-no-min {
2181.div-
table-responsive {
2182 line-height: var(--heightrow);
2186div.fiche>form>div.div-
table-responsive {
2189div.fiche>form>div.div-
table-responsive, div.fiche>form>div.div-
table-responsive-no-min {
2194div.ticketpublicarealist>form>div.div-
table-responsive {
2202 justify-content: space-between;
2207.flex-item-uploadfile {
2208 border: 2px dashed #aaa;
2214 background: #f4f4f4;
2215 padding: 20px 10px 20px 10px;
2220 margin: 20px 20px 20px 20px;
2224 <?php
if (in_array(
$conf->browser->name, array(
'chrome',
'firefox',
'safari'))) {
2225 echo
'display: inline-flex;'.
"\n";
2227 flex-flow: row wrap;
2228 justify-content: flex-start;
2236.thumbstat, .thumbstat150 {
2242 justify-content: flex-start;
2243 align-
self: flex-start;
2246select.selectarrowonleft {
2249select.selectarrowonleft option {
2253table[summary=
"list_of_modules"] .fa-cog {
2261 white-space: nowrap;
2272.maxscreenheightless200 {
2273 max-height: <?php echo isset($_SESSION[
'dol_screenheight']) ? max(500, (
int) $_SESSION[
'dol_screenheight'] - 200) : 700; ?>px;
2275.maxscreenheightless300 {
2276 max-height: <?php echo isset($_SESSION[
'dol_screenheight']) ? max(400, (
int) $_SESSION[
'dol_screenheight'] - 300) : 700; ?>px;
2280 border-bottom: 0px !important;
2288.clearboth { clear:both; }
2290.hideobject { display: none; }
2291.showonsmartphone { display: none; }
2293.minwidth25 { min-width: 25px; }
2294.minwidth50 { min-width: 50px; }
2295.minwidth75 { min-width: 75px; }
2296.minwidth100 { min-width: 75px; }
2297.minwidth125 { min-width: 125px; }
2298.nominwidth { min-width: fit-content !important; }
2300@media only screen and (min-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC3', round($nbtopmenuentries * 47, 0) + 130); ?>px)
2302 .width20 { width: 20px; }
2303 .width25 { width: 25px; }
2304 .width50 { width: 50px; }
2305 .width75 { width: 75px; }
2306 .width100 { width: 100px; }
2307 .width200 { width: 200px; }
2308 .minwidth100 { min-width: 100px; }
2309 .minwidth150 { min-width: 150px; }
2310 .minwidth200 { min-width: 200px; }
2311 .minwidth250 { min-width: 250px; }
2312 .minwidth300 { min-width: 300px; }
2313 .minwidth400 { min-width: 400px; }
2314 .minwidth500 { min-width: 500px; }
2315 .minwidth50imp { min-width: 50px !important; }
2316 .minwidth75imp { min-width: 75px !important; }
2317 .minwidth100imp { min-width: 100px !important; }
2318 .minwidth125imp { min-width: 125px !important; }
2319 .minwidth200imp { min-width: 200px !important; }
2320 .minwidth250imp { min-width: 250px !important; }
2321 .minwidth300imp { min-width: 300px !important; }
2322 .minwidth400imp { min-width: 400px !important; }
2323 .minwidth500imp { min-width: 500px !important; }
2325.widthauto { width:
auto; }
2326.width20 { width: 20px; }
2327.width25 { width: 25px; }
2328.width40 { width: 40px; }
2329.width50 { width: 50px; }
2330.width75 { width: 75px; }
2331.width100 { width: 100px; }
2332.width125 { width: 125px; }
2333.width150 { width: 150px; }
2334.width200 { width: 200px; }
2335.width250 { width: 250px; }
2336.width300 { width: 300px; }
2337.width400 { width: 400px; }
2338.width500 { width: 500px; }
2339.maxwidth25 { max-width: 25px; }
2340.maxwidth40 { max-width: 40px; }
2341.maxwidth50 { max-width: 50px; }
2342.maxwidth75 { max-width: 75px; }
2343.maxwidthdate { max-width: 90px; }
2344.maxwidth100 { max-width: 100px; }
2345.maxwidth125 { max-width: 125px; }
2346.maxwidth150 { max-width: 150px; }
2347.maxwidth200 { max-width: 200px; }
2348.maxwidth250 { max-width: 250px; }
2349.maxwidth300 { max-width: 300px; }
2350.maxwidth400 { max-width: 400px; }
2351.maxwidth500 { max-width: 500px; }
2352.maxwidth750 { max-width: 750px; }
2353.maxwidth1000 { max-width: 1000px; }
2354.maxwidth50imp { max-width: 50px !important; }
2355.maxwidth75imp { max-width: 75px !important; }
2357.minwidth100onall { min-width: 100px !important; }
2358.minwidth125onall { min-width: 125px !important; }
2359.minwidth200onall { min-width: 200px !important; }
2360.minwidth250onall { min-width: 250px !important; }
2362.minheight20 { min-height: 20px; }
2363.minheight30 { min-height: 30px; }
2364.minheight40 { min-height: 40px; }
2365.titlefieldcreate { width: 20%; }
2366.titlefield { width: 25%; min-width: 150px; }
2367.titlefieldmiddle { width: 50%; }
2368.titlefieldmax45 { max-width: 45%; min-width: 180px; }
2369.imgmaxwidth100 { max-width: 100px; }
2370.imgmaxwidth180 { max-width: 180px; }
2371.imgmaxheight50 { max-height: 50px; }
2373.width20p { width:20%; }
2374.width25p { width:25%; }
2375.width40p { width:40%; }
2376.width50p { width:50%; }
2377.width60p { width:60%; }
2378.width75p { width:75%; }
2379.width80p { width:80%; }
2380.width100p { width:100%; }
2384@media only screen and (max-width: 1400px)
2387 .titlefieldcreate { width: 30% !important; }
2388 .minwidth50imp { min-width: 50px !important; }
2389 .minwidth75imp { min-width: 75px !important; }
2390 .minwidth100imp { min-width: 100px !important; }
2391 .minwidth125imp { min-width: 125px !important; }
2392 .minwidth150imp { min-width: 150px !important; }
2393 .minwidth200imp { min-width: 200px !important; }
2394 .minwidth250imp { min-width: 250px !important; }
2395 .minwidth300imp { min-width: 300px !important; }
2396 .minwidth400imp { min-width: 300px !important; }
2397 .minwidth500imp { min-width: 300px !important; }
2399 .linkedcol-element {
2405@media only screen and (max-width: 1000px)
2407 .titlefieldmax45 { min-width: 100px; }
2408 .maxwidthonsmartphone { max-width: 100px; }
2409 .minwidth50imp { min-width: 50px !important; }
2410 .minwidth75imp { min-width: 70px !important; }
2411 .minwidth100imp { min-width: 100px !important; }
2412 .minwidth125imp { min-width: 125px !important; }
2413 .minwidth150imp { min-width: 110px !important; }
2414 .minwidth200imp { min-width: 110px !important; }
2415 .minwidth250imp { min-width: 115px !important; }
2416 .minwidth300imp { min-width: 120px !important; }
2417 .minwidth400imp { min-width: 150px !important; }
2418 .minwidth500imp { min-width: 250px !important; }
2422select.widthcentpercentminusx, span.widthcentpercentminusx:not(.select2-selection), input.widthcentpercentminusx {
2423 width: calc(100% - 50px) !important;
2424 display:
inline-block;
2427select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-selection), input.widthcentpercentminusxx {
2428 width: calc(100% - 76px) !important;
2429 display:
inline-block;
2434@media only screen and (max-width: 768px)
2437 font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?>;
2440 font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?> !important;
2442 .divadvancedsearchfield {
2448 padding-<?php echo $right; ?>: 10px !important;
2451 table.liste tr.trkanban td {
2452 padding: 10px 6px 10px 6px;
2455 .hideonsmartphone { display: none; }
2456 .hideonsmartphoneimp { display: none !important; }
2457 .showonsmartphone { display: block !important; }
2459 .margintoponsmartphone { margin-top: 6px; }
2461 select.minwidth100imp, select.minwidth100, select.minwidth200, select.minwidth200imp, select.minwidth300 {
2462 width: calc(100% - 44px) !important;
2463 display:
inline-block;
2465 select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-selection), input.widthcentpercentminusxx {
2466 width: calc(100% - 76px) !important;
2467 display:
inline-block;
2471 input.maxwidthinputfileonsmartphone {
2475 input.buttonpayment,
button.buttonpayment, div.buttonpayment {
2479 .smallonsmartphone {
2483 .nopaddingtoponsmartphone {
2484 padding-top: 0 !important;
2486 .nopaddingbottomonsmartphone {
2487 padding-bottom: 0 !important;
2496@media only screen and (max-width: 570px)
2499 font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?>;
2503 font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?> !important;
2506 .marginleftlargeondesktop {
2507 margin-<?php print $left; ?>: 0;
2510 .login_vertical_align {
2513 .login_table input#username, .login_table input#password, .login_table input#securitycode {
2514 margin-left: 5px !important;
2516 div#login_left, div#login_right {
2517 min-width: 150px !important;
2518 padding-left: 5px !important;
2519 padding-right: 5px !important;
2521 .login_table div#login_right .tdinputlogin, .login_table div#login_right .tdinputlogin input {
2522 min-width: 150px !important;
2525 .divmainbodylarge { margin-left: 10px; margin-right: 10px; }
2527 .tdoverflowmax100onsmartphone {
2530 text-overflow: ellipsis;
2531 white-space: nowrap;
2533 .tdoverflowmax150onsmartphone {
2536 text-overflow: ellipsis;
2537 white-space: nowrap;
2541 margin-top: <?php print($dol_hide_topmenu ?
'12' :
'6'); ?>px !important;
2544 .border tbody tr td,
2546 .border tfoot tr td,
2547 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 {
2548 height: 40px !important;
2550 div.tabBar .listofinvoicetype
table tr, div.tabBar .listofinvoicetype
table tr td {
2551 height: 2.2em !important;
2554 div.tabs div.tab a.tab {
2557 text-overflow: ellipsis;
2558 white-space: nowrap;
2561 .quatrevingtpercent, .inputsearch {
2567 padding-bottom: 5px;
2570 .login_table .tdinputlogin {
2571 min-width: unset !important;
2573 input, input[
type=text], input[
type=password], select, textarea {
2579 .noenlargeonsmartphone { width : 50px !important; display:
inline !important; }
2580 .maxwidthonsmartphone, #search_newcompany.ui-autocomplete-input { max-width: 100px; }
2581 .maxwidth50onsmartphone { max-width: 40px; }
2582 .maxwidth75onsmartphone { max-width: 50px; }
2583 .maxwidth100onsmartphone { max-width: 70px; }
2584 .maxwidth125onsmartphone { max-width: 100px; }
2585 .maxwidth150onsmartphone { max-width: 120px; }
2586 .maxwidth150onsmartphoneimp { max-width: 120px !important; }
2587 .maxwidth200onsmartphone { max-width: 200px; }
2588 .maxwidth250onsmartphone { max-width: 250px; }
2589 .maxwidth300onsmartphone { max-width: 300px; }
2590 .maxwidth400onsmartphone { max-width: 400px; }
2591 .minwidth125 { min-width: 100px !important; }
2592 .minwidth150 { min-width: 110px !important; }
2593 .minwidth50imp { min-width: 50px !important; }
2594 .minwidth75imp { min-width: 75px !important; }
2595 .minwidth100imp { min-width: 100px !important; }
2596 .minwidth125imp { min-width: 125px !important; }
2597 .minwidth150imp { min-width: 110px !important; }
2598 .minwidth200imp { min-width: 110px !important; }
2599 .minwidth250imp { min-width: 115px !important; }
2600 .minwidth300imp { min-width: 120px !important; }
2601 .minwidth400imp { min-width: 150px !important; }
2602 .minwidth500imp { min-width: 250px !important; }
2603 .titlefield { width:
auto; min-width: unset; }
2604 .titlefieldcreate { min-width: 125px; }
2608 width: <?php print
dol_size(300,
'width'); ?>px;
2618 padding-<?php echo $right; ?>: 5px;
2619 padding-bottom: 5px;
2621 img.photoref, div.photoref {
2627 object-fit: contain;
2631 padding-<?php echo $right; ?>: 10px;
2634 div.statusref img, div.statusrefbis {
2635 padding-<?php echo $right; ?>: 3px !important;
2638 input.buttonpayment {
2644@media only screen and (max-width: 320px)
2646 .maxwidth300 { max-width: 260px; }
2649.linkobject { cursor: pointer; }
2651table.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 {
2652 color: var(--tableforfieldcolor);
2655<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2656.hideonprint { display: none !important; }
2672 white-space: nowrap;
2685 table-layout: fixed;
2688#id-right, #id-left {
2689 display:
table-cell;
2691 vertical-align: top;
2694<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2697 <?php
if ($colorbackhmenu1 ==
'255,255,255') { ?>
2698 border-bottom: 1px solid rgba(0,0,0,0.2);
2710 padding-bottom: 20px;
2711<?php
if (
GETPOST(
'optioncss',
'aZ09') !=
'print') { ?>
2712 padding-<?php print $left; ?>: <?php echo $leftmenuwidth + 9; ?>px;
2716.bodyforlist #
id-right {
2717 padding-bottom: 4px;
2719.bodyforlist.poslist #
id-right {
2725.classforhorizontalscrolloftabs #
id-container {
2728.classforhorizontalscrolloftabs .side-nav {
2732.classforhorizontalscrolloftabs #
id-right {
2733 width:calc(100% - 252px);
2734 display:
inline-block;
2740<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2743 background: var(--colorbackvmenu1);
2745 box-shadow: 3px 0 6px <?php echo($left ==
'left' ? -2 : 2); ?>px #eee;
2749 font-family:
"RobotoDraft",
"Roboto",sans-serif;
2750 <?php echo $left; ?>: 0;
2752 if (in_array(
$conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) {
2758 -webkit-transform: translateZ(0);
2759 -moz-transform: translateZ(0);
2760 -ms-transform: translateZ(0);
2761 -o-transform: translateZ(0);
2762 transform: translateZ(0);
2763 -webkit-transform-style: preserve-3d;
2764 -moz-transform-style: preserve-3d;
2765 -ms-transform-style: preserve-3d;
2766 -o-transform-style: preserve-3d;
2767 transform-style: preserve-3d;
2768 -webkit-transition-delay: 0.1s;
2769 -moz-transition-delay: 0.1s;
2770 transition-delay: 0.1s;
2771 -webkit-transition-duration: 0.2s;
2772 -moz-transition-duration: 0.2s;
2773 transition-duration: 0.2s;
2774 -webkit-transition-property: -webkit-transform;
2775 -moz-transition-property: -moz-transform;
2776 transition-property: transform;
2777 -webkit-transition-timing-
function: cubic-bezier(0.4, 0, 0.2, 1);
2778 -moz-transition-timing-
function: cubic-bezier(0.4, 0, 0.2, 1);
2779 transition-timing-
function: cubic-bezier(0.4, 0, 0.2, 1);
2780 -webkit-overflow-scrolling: touch;
2782 if (in_array(
$conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) {
2795.side-nav-vert, #
id-right {
2796 transition: padding-<?php echo $left; ?> 0.5s ease, margin-<?php echo $left; ?> 0.5s ease;
2799.side-nav, .login_block {
2800 transition: <?php echo $left; ?> 0.5s ease;
2803body.sidebar-collapse .side-nav-vert, body.sidebar-collapse #
id-right {
2812 margin-<?php echo $left; ?>: <?php echo $leftmenuwidth + 6; ?>px;
2816body.sidebar-collapse .side-nav, body.sidebar-collapse .login_block_other
2827body.bodytakepos #topmenu-login-dropdown {
2832<?php
if (in_array(
$conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) { ?>
2842 if (in_array(
$conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) {
2844 overflow-x: initial !important;
2854div.backgroundsemitransparent {
2855 background:rgba(255, 255, 255, 0.7);
2857 padding-right: 10px;
2864.login_block_getinfo {
2867.login_block_getinfo div.login_block_user {
2870.login_block_getinfo .atoplogin, .login_block_getinfo .atoplogin:hover {
2871 color: #333 !important;
2873.login_block_elem a span.atoplogin, .login_block_elem span.atoplogin {
2874 vertical-align: middle;
2879 padding-<?php print $left; ?>: 0 ! important;
2883 background: var(--colorbackvmenu1);
2884 border-right: 1px solid rgba(0,0,0,0.3);
2887 if (in_array(
$conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) { ?>
2888 top: 66px ! important;
2890 top: 60px ! important;
2894 margin-<?php print $left; ?>: 6px !important;
2895 margin-<?php print $right; ?>: 6px !important;
2900 margin-<?php print $left; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 6 : (empty(
$conf->dol_optimize_smallscreen) ?
'38' :
'6')); ?>px;
2901 margin-<?php print $right; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 6 : (empty(
$conf->dol_optimize_smallscreen) ?
'36' :
'6')); ?>px;
2902 <?php
if (!empty($dol_hide_topmenu) ||
GETPOST(
'dol_openinpopup',
'aZ09')) {
2903 print
'margin-top: 12px;';
2905 margin-bottom: 15px;
2907body.onlinepaymentbody div.fiche {
2908 margin: 20px !important;
2910div.fiche>
table:first-child {
2911 margin-bottom: 15px !important;
2913.page-modulehelp div.fiche {
2927 <?php
if (
$conf->browser->layout !=
'phone') {
2928 print
"float: ".$left.
";\n";
2930 <?php
if (
$conf->browser->layout !=
'phone') {
2931 print
"width: calc(50% - 16px);\n";
2933 <?php
if (
$conf->browser->layout ==
'phone') {
2934 print
"padding-bottom: 6px;\n";
2937div.fichetwothirdright {
2938 <?php
if (
$conf->browser->layout !=
'phone') {
2939 print
"float: ".$right.
";\n";
2941 <?php
if (
$conf->browser->layout !=
'phone') {
2942 print
"width: calc(50% - 16px);\n";
2944 <?php
if (
$conf->browser->layout ==
'phone') {
2945 print
"padding-bottom: 6px\n";
2949 <?php
if (
$conf->browser->layout !=
'phone') {
2950 print
"float: ".$left.
";\n";
2952 <?php
if (
$conf->browser->layout !=
'phone') {
2953 print
"width: calc(50% - 16px);\n";
2955 margin-bottom: 20px;
2958 <?php
if (
$conf->browser->layout !=
'phone') {
2959 print
"float: ".$right.
";\n";
2961 <?php
if (
$conf->browser->layout !=
'phone') {
2962 print
"width: calc(50% - 16px);\n";
2966 <?php
if (
$conf->browser->layout ==
'phone') {
2967 print
"margin-top: 10px;\n";
2972@media only screen and (max-width: 1499px)
2974 div.fichehalfleft-lg {
2978 div.fichehalfright-lg {
2983 .fichehalfright-lg .fichehalfright {
2988div.secondcolumn > div >
table.noborder {
3000@media only screen and (max-width: 900px)
3003 margin-<?php print $left; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 6 : ($dol_hide_leftmenu ?
'4' :
'20')); ?>px;
3004 margin-<?php print $right; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 8 : 16); ?>px;
3005 <?php
if (!empty(
$conf->dol_hide_leftmenu) && !empty(
$conf->dol_hide_topmenu)) {
3006 print
'margin-top: 4px;';
3008 margin-bottom: 15px;
3014 div.fichecenterbis {
3017 div.fichethirdleft {
3020 padding-bottom: 6px;
3022 div.fichetwothirdright {
3025 padding-bottom: 6px;
3031 div.fichehalfright {
3035 div.fichehalfright {
3038 div.firstcolumn div.box {
3041 div.secondcolumn div.box {
3047div.fichehalfright tr.liste_titre:first-child td
table.nobordernopadding td {
3051 padding: 0 !important;
3059td.nobordernopadding.widthpictotitle.col-picto {
3060 color: var(--colortexttitlenotab);
3064 margin-<?php echo $right; ?>: 8px;
3069span.widthpictotitle {
3072.table-list-of-attached-files .col-picto, .table-list-of-links .col-picto {
3073 opacity: 0.7 !important;
3077.table-list-of-attached-files .col-picto .widthpictotitle, .table-list-of-links .col-picto .widthpictotitle {
3087 vertical-align: middle;
3090.pictowarning, .pictoerror, .pictopreview, .pictonopreview {
3091 padding-<?php echo $left; ?>: 3px;
3095 color: <?php echo $badgeWarning; ?>;
3098 color: <?php echo $badgeDanger ?>;
3103.fiche .arearef img.pictoedit, .fiche .arearef span.pictoedit,
3104.fiche .fichecenter img.pictoedit, .fiche .fichecenter span.pictoedit,
3105.tagtdnote span.pictoedit {
3108img.hideonsmartphone.pictoactionview {
3109 vertical-align: bottom;
3117img.pictofixedwidth {
3124 padding-left: 1px !important;
3127 padding-bottom: 1px;
3134 padding-bottom: 10px;
3136div.attachareaformuserfileecm {
3142 padding-bottom: 5px;
3143 margin-bottom: 10px;
3145div.arearefnobottom {
3147 padding-bottom: 4px;
3152div.divphotoref:last-child {
3153 padding-<?php echo $right; ?>: 20px;
3156 padding-bottom: 10px;
3159 float: <?php echo $right; ?>;
3160 padding-<?php echo $left; ?>: 12px;
3162 margin-bottom: 10px;
3168 vertical-align: text-bottom;
3174 vertical-align: text-bottom;
3176img.photoref, div.photoref {
3177 border: 1px solid #CCC;
3178 box-shadow: 3px 3px 4px #DDD;
3182 object-fit: contain;
3184img.photokanban, div.photokanban {
3188 vertical-align: middle;
3191div.photoref .fa, div.photoref .fas, div.photoref .far {
3196 object-fit: contain;
3200 vertical-align:middle;
3203.difforspanimgright {
3204 display:
table-cell;
3205 padding-right: 10px;
3207img.photorefnoborder {
3211 object-fit: contain;
3212 border: 1px solid #AAA;
3213 border-radius: 100px;
3218 border-bottom: <?php echo $borderwidth ?>px solid var(--colortopbordertitle1);
3221.trextrafieldseparator td, .trextrafields_collapse_last td {
3222 border-bottom: 1px solid var(--colortopbordertitle1) !important;
3225 margin: 0 !important;
3226 padding-bottom: 0 !important;
3245$maxwidthloginblock = 110;
3246if (
getDolGlobalInt(
'THEME_TOPMENU_DISABLE_IMAGE') == 1 || !empty($user->conf->MAIN_OPTIMIZEFORTEXTBROWSER)) {
3249 $maxwidthloginblock = 180;
3255<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3258 background: var(--colorbackhmenu1);
3270<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3280li.tmenusel::after, li.tmenusel:hover::after {
3285 left: calc(50% - 6px);
3288 border-style: solid;
3289 border-width: 0px 6px 5px 6px;
3290 border-color: transparent transparent #ffffff transparent;
3294<?php
if ($disableimages) { ?>
3300<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3305 white-space: nowrap;
3307 border-<?php print $left; ?>: 0px;
3308 border-<?php print $right; ?>: 0px;
3309 padding: 0px 0px 0px 0px;
3310 margin: 0px 0px 0px 0px;
3312 font-weight: normal;
3314 text-decoration: none;
3317div.tmenudisabled, a.tmenudisabled {
3320a.tmenudisabled:link, a.tmenudisabled:visited, a.tmenudisabled:hover, a.tmenudisabled:
active {
3321 font-weight: normal;
3322 padding: 0px 5px 0px 5px;
3323 white-space: nowrap;
3324 color: var(--colortextbackhmenu);
3325 text-decoration: none;
3326 cursor: not-allowed;
3328span.mainmenuaspan.tmenudisabled {
3329 color: var(--colortextbackhmenu);
3331 cursor: not-allowed;
3334a.disabled, span.tmenu {
3336 text-decoration: none !important;
3340a.tmenu:link, a.tmenu:visited, a.tmenu:hover, a.tmenu:
active {
3341 font-weight: normal;
3342 padding: 0px 5px 0px 5px;
3343 white-space: nowrap;
3345 color: var(--colortextbackhmenu);
3346 text-decoration: none;
3348a.tmenusel:link, a.tmenusel:visited, a.tmenusel:hover, a.tmenusel:
active {
3349 font-weight: normal;
3350 padding: 0px 5px 0px 5px;
3351 margin: 0px 0px 0px 0px;
3352 white-space: nowrap;
3353 color: var(--colortextbackhmenu);
3354 text-decoration: none !important;
3359 padding: 0px 0px 0px 0px;
3360 margin: 0px 0px 0px 0px;
3367 background: var(--colorbackhmenu1);
3376li.tmenu, li.tmenusel {
3377 <?php print $minwidthtmenu ?
'min-width: '.$minwidthtmenu.
'px;' :
''; ?>
3379 vertical-align: bottom;
3381 float: <?php print $left; ?>;
3382 <?php
if (!$disableimages) { ?>
3383 height: <?php print $heightmenu; ?>px;
3384 padding: 0px 0px 2px 0px;
3386 padding: 0px 0px 0px 0px;
3391 margin: 0px 0px 0px 0px;
3392 font-weight: normal;
3398.tmenuend .tmenuleft { width: 0px; }
3399.tmenuend { display: none; }
3403 float: <?php print $left; ?>;
3405 <?php
if (empty(
$conf->dol_optimize_smallscreen)) { ?>
3407 <?php
if (!$disableimages) { ?>
3408 height: <?php print $heightmenu + 4; ?>px;
3418 text-overflow: ellipsis;
3419 white-space: nowrap;
3420 color: var(--colortextbackhmenu);
3421 <?php
if ($disableimages) { ?>
3426 height: <?php print $heightmenu; ?>px;
3430 padding-bottom: 5px;
3432 text-overflow: ellipsis;
3436 padding-<?php print $left; ?>: 2px;
3437 padding-<?php print $right; ?>: 2px;
3438 font-family: Roboto,<?php echo
$fontlist; ?>;
3445 background-repeat:no-repeat;
3447 height: <?php echo($heightmenu - 22); ?>px;
3451a.tmenuimage:focus, .mainmenu.topmenuimage:focus {
3468 width: <?php echo $disableimages ?
'auto' :
'44'; ?>px;
3472<?php
if (in_array(
getDolGlobalInt(
'THEME_TOPMENU_DISABLE_IMAGE'), array(2, 3, 4))) { ?>
3473.tmenulabel:not(.menuhider), .tmenulabel:not(.menuhider)::before {
3477a.tmenuimage:not(.menuhider), a.tmenuimage:not(.menuhider)::before,
3478div.tmenuimage:not(.menuhider), div.tmenuimage:not(.menuhider)::before,
3479span.tmenuimage:not(.menuhider), span.tmenuimage:not(.menuhider)::before {
3481 margin-top: 8px !important;
3487ul.tmenu:hover .tmenulabel:not(.menuhider), ul.tmenu:hover .tmenulabel:not(.menuhider)::before {
3491 text-overflow: ellipsis;
3495 display: initial !important;
3496 line-height: 0.6em !important;
3497 height: 1em !important;
3499 text-overflow: ellipsis;
3500 color: var(--colortextbackhmenu);
3503ul.tmenu:hover .tmenuimage:not(.menuhider), ul.tmenu:hover .tmenuimage:not(.menuhider)::before {
3506 margin-top: 0px !important;
3512li.tmenu:hover .tmenulabel:not(.menuhider), li.tmenu:hover .tmenulabel:not(.menuhider)::before {
3513 display: initial !important;
3515li.tmenu:hover .tmenuimage:not(.menuhider), li.tmenu:hover .tmenuimage:not(.menuhider):before {
3516 font-size: 1.1em !important;
3517 margin-top: 0px !important;
3523<?php
if (empty($dol_hide_topmenu)) { ?>
3524 <?php include
dol_buildpath($path.
'/theme/'.$theme.
'/main_menu_fa_icons.inc.php', 0); ?>
3529 $moduletomainmenu = array(
3530 'user' =>
'',
'syslog' =>
'',
'societe' =>
'companies',
'projet' =>
'project',
'propale' =>
'commercial',
'commande' =>
'commercial',
3531 'produit' =>
'products',
'service' =>
'products',
'stock' =>
'products',
3532 'don' =>
'accountancy',
'tax' =>
'accountancy',
'banque' =>
'accountancy',
'facture' =>
'accountancy',
'compta' =>
'accountancy',
'accounting' =>
'accountancy',
'adherent' =>
'members',
'import' =>
'tools',
'export' =>
'tools',
'mailing' =>
'tools',
3533 'contrat' =>
'commercial',
'ficheinter' =>
'commercial',
'ticket' =>
'ticket',
'deplacement' =>
'commercial',
3534 'fournisseur' =>
'companies',
3535 'barcode' =>
'',
'fckeditor' =>
'',
'categorie' =>
'',
3537 $mainmenuused =
'home';
3538 foreach (
$conf->modules as $val) {
3539 $mainmenuused .=
','.(isset($moduletomainmenu[$val]) ? $moduletomainmenu[$val] : $val);
3541 $mainmenuusedarray = array_unique(explode(
',', $mainmenuused));
3545 $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');
3547 $divnotrequired = array(
'multicurrency',
'salaries',
'ticket',
'margin',
'opensurvey',
'paybox',
'expensereport',
'incoterm',
'prelevement',
'propal',
'workflow',
'notification',
'supplier_proposal',
'cron',
'product',
'productbatch',
'expedition');
3548 foreach ($mainmenuusedarray as $val) {
3549 if (empty($val) || in_array($val, $divalreadydefined)) {
3552 if (in_array($val, $divnotrequired)) {
3559 $constformoduleicon =
'MAIN_MODULE_'.strtoupper($val).
'_ICON';
3561 if ($iconformodule) {
3562 if (preg_match(
'/^fa\-/', $iconformodule)) {
3565 $url =
dol_buildpath(
'/'.$val.
'/img/'.$iconformodule.
'.png', 1);
3570 foreach (
$conf->file->dol_document_root as $dirroot) {
3571 if (file_exists($dirroot.
"/".$val.
"/img/".$val.
".png")) {
3581 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";
3582 print
'div.mainmenu.'.$val.
' span::before {'.
"\n";
3583 print
'content: "\f249";'.
"\n";
3588 print
"div.mainmenu.".$val.
" {\n";
3589 print
" background-image: url(".$url.
");\n";
3590 print
" background-position-y: 3px;\n";
3591 print
" filter: saturate(0);\n";
3594 print
'/* icon for module '.$val.
' is a fa icon */'.
"\n";
3603 padding:0 0 0 0 !important;
3604 margin:0 0px 0 0 !important;
3605 <?php
if ($disableimages) { ?>
3610 <?php
if ($disableimages) { ?>
3615 text-decoration: none;
3629 background: #f0f0f0;
3636 display:
table-cell;
3637 vertical-align: middle;
3639.login_vertical_align {
3641 padding-bottom: 80px;
3644 padding-bottom: 30px;
3646 vertical-align: middle;
3650 color: #aaa !important;
3651 padding-bottom: 20px;
3656 text-shadow: 1px 1px 1px #FFF;
3663 padding-bottom:12px;
3666 background-color: #FFFFFF;
3668 box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(60,60,60,0.15);
3671 border:solid 1px rgba(80,80,80,.4);
3673 border-top:solid 1px #f8f8f8;
3675.login_table input#username, .login_table input#password, .login_table input#securitycode{
3684.login_table input#username:focus, .login_table input#password:focus, .login_table input#securitycode:focus {
3685 outline: none !important;
3687.login_table .trinputlogin {
3690.login_table .tdinputlogin {
3691 background-color: #fff;
3700.login_table .tdinputlogin .fa {
3705.login_table #tdpasswordlogin {
3708.login_table #tdpasswordlogin #togglepassword {
3716.login_table #tdpasswordlogin #togglepassword .fa {
3720#togglepassword .fa::before {
3723.trinputlogin:hover #togglepassword .fa::before, input#password:focus + #togglepassword .fa::before {
3724 visibility: visible;
3728 word-
break:
break-word;
3731.login_main_message {
3734 margin-bottom: 10px;
3736.login_main_message .error {
3737 border: 1px solid #caa;
3740div#login_left, div#login_right {
3741 display:
inline-block;
3744 padding-bottom: 10px;
3746 padding-right: 16px;
3748 vertical-align: middle;
3750div#login_right select#entity {
3756table.login_table_securitycode {
3757 border-spacing: 0px;
3759table.login_table_securitycode tr td {
3767 border: 1px solid #f4f4f4;
3769#img_logo, .img_logo {
3774.loginbuttonexternal {
3777 border: 1px solid #ccc;
3783.atoplogin.dropdown .dropdown-menu {
3790 padding-bottom: 3px;
3792 <?php print $left; ?>: 0;
3793<?php
if (in_array(
$conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) { ?>
3800 vertical-align: middle;
3801 background: var(--colorbackvmenu1);
3802 width: <?php echo $leftmenuwidth + 6; ?>px;
3804 <?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3808.sidebar-collapse div.login_block {
3812 color: var(--colortextbackvmenu);
3813 display:
inline-block;
3815div.login_block a .atoploginusername {
3816 color: var(--colortextbackhmenu);
3817 display:
inline-block;
3820 text-overflow: ellipsis;
3822div.login_block span.aversion {
3823 color: var(--colortextbackvmenu);
3824 filter: contrast(0.7);
3826div.login_block
table {
3832 float: <?php echo $right; ?>;
3835 color: var(--colortextvmenu);
3838 color: var(--colortextvmenu);
3839 text-decoration:underline;
3841div.login_block_user, div.login_block_other { clear: both; }
3842div.login_block_other { padding-top: 15px; }
3843div.login_block_tools { padding-top: 0px; }
3845.topnav div.login_block_user {
3846 display:
inline-block;
3847 vertical-align: middle;
3848 line-height: <?php echo $disableimages ?
'25' :
'70'; ?>px;
3849 height: <?php echo $disableimages ?
'25' :
'70'; ?>px;
3851.topnav div.login_block_other {
3852 display:
inline-block;
3853 vertical-align: middle;
3854 clear: <?php echo $disableimages ?
'none' :
'both'; ?>;
3856 text-align: <?php echo $right; ?>;
3857 margin-<?php echo $right; ?>: 8px;
3861.login_block_other .login_block_elem {
3866 float: <?php echo $right; ?>;
3867 vertical-align: middle;
3868 padding: 0px 3px 0px 3px !important;
3871.login_block_elem_name {
3875 white-space: nowrap;
3878 text-overflow: ellipsis;
3882.atoplogin, .atoplogin:hover {
3883 color: var(--colortextbackvmenu) !important;
3885.alogin, .alogin:hover {
3886 color: #888 !important;
3887 font-weight: normal !important;
3888 font-size: <?php echo is_numeric($fontsizesmaller) ? $fontsizesmaller.
'px' : $fontsizesmaller; ?> !important;
3890.alogin:hover, .atoplogin:hover {
3891 text-decoration:underline !important;
3893span.fa.atoplogin, span.fa.atoplogin:hover {
3895 text-decoration: none !important;
3897img.login, img.printer, img.entity {
3900 text-decoration: none;
3904.userimg.atoplogin img.userphoto, .userimgatoplogin img.userphoto,
3905.userimg.atoplogin span.userphoto, .userimgatoplogin span.userphoto {
3907 width: <?php echo $disableimages ?
'26' :
'30'; ?>px;
3908 height: <?php echo $disableimages ?
'26' :
'30'; ?>px;
3910 background-size: contain;
3911 background-color: #FFF;
3914 border-radius: 0.75em;
3917 background-size: contain;
3918 vertical-align: middle;
3920.userimg.atoplogin span.userphoto, .userimgatoplogin span.userphoto {
3921 vertical-align: middle;
3924.userimg.atoplogin span.userphoto::before, .userimgatoplogin span.userphoto::before {
3926 display:
inline-block;
3930span.userimg div.userphoto {
3931 background-color: #eee;
3932 border-radius: 0.72em;
3936 display:
inline-block;
3939 border-radius: 0.6em;
3942 background-size: contain;
3943 vertical-align: middle;
3945img.userphoto[alt=
"Gravatar avatar"], img.photouserphoto.dropdown-
user-image[alt=
"Gravatar avatar"] {
3948img.gravatar.photouserphoto {
3949 filter: grayscale(50%);
3951img.userphotopublicvcard {
3955 background-size: contain;
3957 border-color: rgba(128, 128, 128, 0.5);
3962form[
name=
"addtime"] img.userphoto, form[
name=
"addtime"] img.userphotosmall {
3963 border: 1px solid #444;
3966 background-image: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/object_user.png', 1); ?>);
3967 background-repeat: no-repeat;
3969.span-icon-password {
3970 background-image: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/lock.png', 1); ?>);
3971 background-repeat: no-repeat;
3978div.vmenu, td.vmenu {
3979 margin-<?php print $right; ?>: 2px;
3981 float: <?php print $left; ?>;
3983 padding-bottom: 0px;
3985 width: <?php echo $leftmenuwidth; ?>px;
3989 margin-<?php print $left; ?>: 4px;
3990 <?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3995 margin-<?php print $left; ?>: 8px !important
3998.vmenusearchselectcombo {
3999 width: <?php echo $leftmenuwidth - 20; ?>px;
4000 height: 38px !important;
4002.vmenusearchselectcombo > .select2-selection__rendered, .vmenusearchselectcombo > .select2-selection__arrow {
4003 line-height: 38px !important;
4004 height: 38px !important;
4009 padding-bottom: 3px;
4011 text-overflow: ellipsis;
4013#menu_contenu_logo { padding-right: 4px; }
4014.companylogo { padding-top: 4px; }
4015.searchform { padding-top: 10px; }
4016.searchform .bordertransp { border: 0; }
4017#divsearchforms2 form.searchform .button { border: none !important; }
4019a.vmenu:link, a.vmenu:visited, a.vmenu:hover, a.vmenu:
active, span.vmenu, span.vsmenu {
4020 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;
4022span.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; }
4023a.vmenu:link, a.vmenu:visited {
4024 color: var(--colortextbackvmenu);
4027a.vmenu, a.vsmenu:link, a.vsmenu:visited, a.vsmenu:hover, a.vsmenu:
active, span.vmenu, span.vsmenu {
4028 font-size:<?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize ?>; font-family: <?php print
$fontlist ?>; text-align: <?php print $left; ?>; font-weight: normal;
4029 color: var(--colortextbackvmenu);
4030 margin: 1px 1px 1px 8px;
4032span.vsmenudisabled:not(.spanlilevel0), font.vsmenudisabled:not(.spanlilevel0) {
4033 font-size:<?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize ?>;
4035span.vsmenudisabled, font.vsmenudisabled {
4037 text-align: <?php print $left; ?>;
4038 font-weight: normal;
4039 color: var(--colortextbackvmenu);
4040 white-space: nowrap;
4042a.vsmenu:link, a.vsmenu:visited {
4043 color: var(--colortextbackvmenu);
4044 white-space: nowrap;
4046span.vsmenudisabledmargin, font.vsmenudisabledmargin { margin: 1px 1px 1px 8px; }
4047li a.vsmenudisabled, li.vsmenudisabled { color: #aaa !important; cursor:
default !important; }
4049a.help:link, a.help:visited, a.help:hover, a.help:
active, span.help {
4050 text-align: <?php print $left; ?>; font-weight: normal; color: #999; text-decoration: none;
4058 color: var(--colortextbackhmenu);
4060 display:
inline-block;
4062 vertical-align: super;
4064 transform: rotate(<?php echo($left ==
'left' ?
'55deg' :
'305deg'); ?>);
4069 border-bottom: 0 !important;
4072 margin: <?php echo $disableimages ?
'-1' :
'6'; ?>px;
4076 height: <?php echo $disableimages ?
'18' :
'32'; ?>px;
4079 vertical-align: middle;
4081.menulogocontainer img.mycompany {
4082 object-fit: contain;
4085 image-rendering: -webkit-optimize-contrast;
4088#mainmenutd_companylogo::after {
4091li#mainmenutd_companylogo .tmenucenter {
4094li#mainmenutd_companylogo {
4095 min-width: unset !important;
4097<?php
if ($disableimages) { ?>
4098 li#mainmenutd_home {
4099 min-width: unset !important;
4101 li#mainmenutd_home .tmenucenter {
4106div.blockvmenupair, div.blockvmenuimpair
4109 text-align: <?php print $left; ?>;
4110 text-decoration: none;
4114 padding-bottom: 3px;
4115 margin: 1px 0px 8px 0px;
4117 color: var(--colortext);
4118 background: var(--colorbackvmenu1);
4120 padding-bottom: 10px;
4121 border-bottom: 1px solid #e8e8e8;
4123div.blockvmenubookmarks
4125 padding-bottom: 16px !important;
4128 border: none !important;
4129 padding-left: 0 !important;
4131a.vsmenu.addbookmarkpicto {
4132 padding-right: 10px;
4134div.blockvmenufirst {
4137 border-top: 1px solid #e0e0e0;
4140div.blockvmenusearch, div.blockvmenubookmarks
4144 text-align: <?php print $left; ?>;
4145 text-decoration: none;
4149 padding-bottom: 3px;
4150 margin: 1px 0px 2px 0px;
4151 background: var(--colorbackvmenu1);
4153 padding-bottom: 10px;
4156div.blockvmenusearchphone
4158 border-bottom: none;
4164<?php
if (empty(
$conf->dol_optimize_smallscreen)) { ?>
4168 text-decoration: none;
4172 padding-bottom: 3px;
4173 margin: 4px 0px 0px 0px;
4181 border-right: 1px solid #000000;
4182 border-bottom: 1px solid #000000;
4183 background: #b3c5cc;
4186 text-align: <?php print $left; ?>;
4187 text-decoration: none;
4191 background: #b3c5cc;
4196 background: #F4F4F4;
4198 border: 1px solid #bbb;
4209#mainContent, #leftContent .ui-layout-pane {
4214#mainContent, #leftContent .ui-layout-center {
4226 padding-bottom: 0 !important;
4231 padding: 0px 4px 14px 4px !important;
4247li.expanded > a.fmdirlia.jqft.ecmjqft {
4248 font-weight: bold !important;
4252 width: calc(100% - 100px);
4256 white-space:
break-spaces;
4257 word-
break:
break-all;
4265 text-align: <?php print $left; ?>;
4276 font-weight: normal !important;
4279 color: var(--colortextbacktab);
4282 padding-right: 24px;
4283 padding-bottom: 23px;
4284 margin: 0px 0px 20px 0px;
4286 border-right: 1px solid #CCC;
4287 border-left: 1px solid #CCC;
4288 border-top: 1px solid #CCC;
4289 border-bottom: 1px solid #CCC;
4291 background: var(--colorbacktabcard1);
4293div.tabBar .lastrecordtable {
4294 margin-bottom: 15px !important;
4296div.tabBar tr.titre td {
4299div.fiche
table:not(.
table-fiche-title) tr.titre td {
4311div.tabBarWithBottom {
4312 padding-bottom: 18px;
4313 border-bottom: 1px solid #aaa;
4315div.tabBar
table.tableforservicepart2:last-child {
4316 border-bottom: 1px solid #aaa;
4318.tableforservicepart1 .tdhrthin {
4322div.tabs div.tabsElem:first-of-
type a.tab {
4323 margin-left: 0px !important;
4327 color: var(--colortextlink) !important;
4329a.tab:link, a.tab:visited, a.tab:hover, a.tab#
active {
4331 padding: 10px 13px 10px;
4333 text-decoration: none;
4334 white-space: nowrap;
4335 background-image: none !important;
4338.tabactive, a.tab#
active {
4339 color: var(--colortextbacktab) !important;
4340 background: var(--colorbacktabcard1) !important;
4342 border-right: 1px solid #AAA !important;
4343 border-left: 1px solid #AAA !important;
4344 border-top: 2px solid #AAA !important;
4346.tabunactive, a.tab#unactive {
4347 border-right: 1px solid transparent;
4348 border-left: 1px solid transparent;
4349 border-top: 1px solid transparent;
4350 border-bottom: 0px !important;
4364 text-decoration: none;
4365 white-space: nowrap;
4369 background: #dee7ec;
4373 background: #dee7ec;
4378 text-decoration: none;
4379 white-space: nowrap;
4380 border-radius:3px 3px 0px 0px;
4382 border-<?php print $right; ?>: 1px solid #555555;
4383 border-<?php print $left; ?>: 1px solid #D8D8D8;
4384 border-top: 1px solid #D8D8D8;
4398 margin-bottom: 1.4em;
4401 margin: 30px 0em 30px 0em;
4405div.tabsActionNoBottom {
4409 margin-bottom: 16px !important;
4411div.tabsAction .dropdown .textbutton {
4412 text-align: <?php echo $left; ?>;
4419 border: 1px solid #888;
4423 padding-bottom: 5px;
4429 color:rgba(0,0,0,.5);
4430 margin-<?php print $right; ?>: 10px;
4431 text-shadow:1px 1px 1px #ffffff;
4433 font-weight: normal;
4434 padding: 4px 6px 2px 6px;
4436 text-decoration: none;
4437 white-space: nowrap;
4448<?php include
dol_buildpath($path.
'/theme/'.$theme.
'/btn.inc.php', 0); ?>
4461 border-collapse: collapse;
4464 padding-<?php print $left; ?>: 0px !important;
4465 padding-<?php print $right; ?>: 4px !important;
4468 list-style-
type:none;
4469 margin: 0px !important;
4470 padding: 0px !important;
4475tr.nocellnopadd td.nobordernopadding, tr.nocellnopadd td.nocellnopadd
4481 color: unset !important;
4485 padding: 4px !important;
4486 padding-left: 7px !important;
4487 padding-right: 7px !important;
4489input.button.smallpaddingimp, input.buttonreset.smallpaddingimp {
4491 font-weight: normal !important;
4495 color: var(--colortextlink);
4496 background-color: transparent;
4499input.buttonlink:hover {
4500 text-decoration: underline;
4506 text-decoration: underline;
4507 color: var(--colortextlink);
4508 background-color: transparent;
4513 border-collapse: collapse;
4516 padding-<?php print $left; ?>: 0px;
4517 padding-<?php print $right; ?>: 16px;
4518 padding-bottom: 4px;
4521.notopnoleftnoright {
4522 border-collapse: collapse;
4527 padding-bottom: 4px;
4528 margin: 0px 0px 0px 0px;
4531table.tableforemailform tr td {
4533 padding-bottom: 3px;
4536table.border,
table.bordernooddeven,
table.dataTable, .table-border, .table-border-col, .table-key-border-col, .table-val-border-col, div.border {
4538 border-collapse: collapse !important;
4539 padding: 1px 2px 1px 3px;
4542 border: 1px solid #BBB;
4546.bordernooddeven tbody tr,
4548.bordernooddeven tbody tr td,
4549div.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,
4550tr.liste_titre.box_titre td
table td, .bordernooddeven tr td {
4553.liste_titre.trheight5em {
4554 height: 4em !important;
4557table.border td,
table.bordernooddeven td, div.border div div.tagtd, div.table-border div div.tagtd {
4558 padding: 3px 8px 3px 8px;
4560 border-collapse: collapse;
4563td.border, div.tagtable div div.border {
4564 border-top: 1px solid #000000;
4565 border-right: 1px solid #000000;
4566 border-bottom: 1px solid #000000;
4567 border-left: 1px solid #000000;
4570.table-key-border-col {
4574.table-val-border-col {
4579.thsticky, .tdsticky {
4583.thstickyright, .tdstickyright {
4587.thstickygray, .tdstickygray {
4588 background-color: lightgray;
4590.thstickyghostwhite, .tdstickyghostwhite {
4591 background-color: ghostwhite;
4593.thstickyinherit, .tdstickyinherit {
4594 background-color: inherit;
4599.tagtable td[data-key=
"ref"], .tagtable th[data-key=
"ref"] {
4603 max-width: 150px !important;
4605 background-color: gainsboro;
4612.tagtable td.actioncolumn, .tagtable th.actioncolumn {
4616 max-width: 150px !important;
4618 background-color: gainsboro;
4626.nobordertop, .nobordertop tr:first-of-
type td {
4627 border-top: none !important;
4629.noborderbottom, tr.noborderbottom td, .noborderbottom tr:last-of-
type td {
4630 border-bottom: none !important;
4633 border-top: 1px solid var(--colortopbordertitle1);
4636 border-bottom: 1px solid var(--colortopbordertitle1);
4639 border: none !important;
4642.fichehalfright
table.noborder {
4643 margin: 0px 0px 0px 0px;
4647 background: var(--colorbacktitle1);
4652 <?php
if ($userborderontable) { ?>
4653 border-right: 1px solid #ccc;
4654 border-left: 1px solid #ccc;
4657table.liste,
table.noborder:not(.paymenttable):not(.margintable):not(.tableforcontact),
table.formdoc, div.noborder:not(.paymenttable):not(.margintable):not(.tableforcontact) {
4659 if ($userborderontable) { ?>
4662 border-left: 1px solid #ccc;
4663 border-right: 1px solid #ccc;
4665 border-left: 1px solid #f0f0f0;
4666 border-right: 1px solid #f0f0f0;
4670 width: calc(100% - 2px);
4672 border-collapse: separate !important;
4673 border-spacing: 0px;
4675 border-top-width: <?php echo $borderwidth ?>px;
4676 border-top-color: var(--colortopbordertitle1);
4677 border-top-style: solid;
4679 border-bottom-width: 1px;
4680 border-bottom-color: #BBB;
4681 border-bottom-style: solid;
4683 margin: 0px 0px 20px 0px;
4685 border-radius: 0.1em;
4687table.tagtable.liste.listwithfilterbefore {
4690table.noborder.boxtable {
4693table.noborder tr, div.noborder form {
4694 border-top-color: #FEFEFE;
4696 border-right-width: 1px;
4697 border-right-color: #BBBBBB;
4698 border-right-style: solid;
4700 border-left-width: 1px;
4701 border-left-color: #BBBBBB;
4702 border-left-style: solid;
4705table.paddingtopbottomonly tr td {
4707 padding-bottom: 2px;
4710table.nointerlines tr:not(:last-child) td {
4711 border-bottom: unset !important;
4712 border-top: unset !important;
4717table.noborder:not(.cal_month, .paymenttable, .margintable) {
4718 border-radius: <?php echo $borderradius; ?>px;
4720table.noborder.cal_month {
4721 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4722 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4724table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child td:first-child,
4725table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child th:first-child,
4726table.tagtable.liste:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child td:first-child,
4727table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.trfirstline td:first-child {
4728 border-top-left-radius: <?php echo $borderradius; ?>px;
4730table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child td:last-child,
4731table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child th:last-child,
4732table.tagtable.liste:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child th:last-child,
4733table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.trfirstline td:last-child {
4734 border-top-right-radius: <?php echo $borderradius; ?>px;
4736table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr:last-child td:first-child,
4737table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr:last-child th:first-child {
4738 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4740table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr:last-child td:last-child,
4741table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr:last-child th:last-child {
4742 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4744table.noborder thead tr:last-child td:first-child,
4745table.noborder thead tr:last-child th:first-child {
4746 border-bottom-left-radius: unset !important;
4748table.noborder thead tr:last-child td:last-child,
4749table.noborder thead tr:last-child th:last-child {
4750 border-bottom-right-radius: unset !important;
4753table.liste:not(.listwithfilterbefore) {
4754 border-top-left-radius: <?php echo $borderradius; ?>px;
4755 border-top-right-radius: <?php echo $borderradius; ?>px;
4758 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4759 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4761table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child td:first-child,
4762table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child th:first-child {
4763 border-top-left-radius: <?php echo $borderradius; ?>px;
4765table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child td:last-child,
4766table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child th:last-child {
4767 border-top-right-radius: <?php echo $borderradius; ?>px;
4769div.liste_titre_bydiv {
4770 border-top-left-radius: <?php echo $borderradius; ?>px;
4771 border-top-right-radius: <?php echo $borderradius; ?>px;
4773div.liste_titre_bydiv_nothingafter {
4774 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4775 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4776 border-bottom-width: 1px;
4777 border-bottom-color: #BBB;
4778 border-bottom-style: solid;
4780table.liste tr:last-child td:first-child,
4781table.liste > tr:last-child th:first-child,
table.liste tfoot tr:last-child th:first-child {
4782 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4784table.liste tr:last-child td:last-child,
4785table.liste > tr:last-child th:last-child,
table.liste tfoot tr:last-child th:last-child {
4786 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4789table#tablelines tr:last-of-
type td:first-child,
table#tablelines tr#trlinefordates,
table#tablelines tr#trlinefordates td,
4790table#tablelinesservice tr:last-of-
type td:first-child,
table#tablelinesservice tr#trlinefordates,
table#tablelinesservice tr#trlinefordates td {
4791 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4793table#tablelines tr:last-of-
type td:last-child,
table#tablelines tr#trlinefordates,
table#tablelines tr#trlinefordates td,
4794table#tablelinesservice tr:last-of-
type td:last-child,
table#tablelinesservice tr#trlinefordates,
table#tablelinesservice tr#trlinefordates td {
4795 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4800.liste_titre_filter {
4801 background: var(--colorbacktitle1) !important;
4803tr.liste_titre_filter td.liste_titre {
4805 padding-bottom: 3px;
4807.liste_titre_create td, .liste_titre_create th, .liste_titre_create .tagtd
4809 border-top-width: 1px;
4810 border-top-color: var(--colortopbordertitle1);
4811 border-top-style: solid;
4813tr#trlinefordates td {
4814 border-bottom: 0px !important;
4816.liste_titre_add td, .liste_titre_add th, .liste_titre_add .tagtd
4818 border-top-width: 2px;
4819 border-top-color: var(--colortopbordertitle1);
4820 border-top-style: solid;
4822.liste_titre_add td, .liste_titre_add .tagtd
4824 border-top-width: 1px;
4825 border-top-color: var(--colortopbordertitle1);
4826 border-top-style: solid;
4829td.linecoldescription {
4830 padding: 6px 10px 6px 12px !important;
4833table.liste th,
table.noborder th,
table.noborder tr.liste_titre td,
table.noborder tr.box_titre td {
4834 padding: 8px 8px 8px 10px;
4838table.noborder > tbody > tr > td,
4839div.noborder form div,
table.tableforservicepart1 td,
table.tableforservicepart2 td {
4840 padding: 8px 12px 8px 12px;
4843table.liste tr.trkanban td {
4844 padding: 12px 15px 12px 15px;
4848 padding: unset !important;
4849 border: unset !important;
4852table.liste td,
table.noborder td, div.noborder form div {
4853 padding: 8px 8px 8px 8px;
4855div.liste_titre_bydiv .divsearchfield {
4856 padding: 2px 1px 2px 6px;
4859table.nobordernopadding {
4860 border-collapse: collapse !important;
4863table.nobordernopadding tr {
4864 border: 0 !important;
4865 padding: 0 0 !important;
4867table.nobordernopadding tr td {
4868 border: 0 !important;
4871table.border tr td
table.nobordernopadding tr td {
4877 border-right-width: 1px !important;
4878 border-right-color: #BBB !important;
4879 border-right-style: solid !important;
4883 border-left-width: 1px !important;
4884 border-left-color: #BBB !important;
4885 border-left-style: solid !important;
4889table.listwithfilterbefore {
4890 border-top: none !important;
4893.tagtable, .table-border { display:
table; }
4894.tagtr, .table-border-row { display:
table-row; }
4895.tagtd, .table-border-col, .table-key-border-col, .table-val-border-col { display:
table-cell; }
4896.confirmquestions .tagtr .tagtd:not(:first-child) { padding-left: 10px; }
4897.confirmquestions { margin-top: 5px; }
4898.confirmquestions .tagtr .tagtd { height: 2em; vertical-align: middle; }
4907 color: var(--colortexttitlenotab);
4911 color: var(--colortexttitlenotab) !important;
4915 font-weight: normal;
4916 color: var(--refidnocolor);
4921 display:
inline-block;
4923div.refaddress div.address {
4929 float:<?php echo $right; ?>
4932 font-weight: normal;
4937 display:
inline-block;
4943 display:
inline-block;
4950 display:
inline-block;
4955div.pagination li.pagination a,
4956div.pagination li.pagination span {
4959 line-height: 1.42857143;
4960 color: var(--color-black);
4961 text-decoration: none;
4963div.pagination li.pagination span.inactive {
4968div.pagination li.litext a {
4970 padding-right: 10px;
4974div.pagination li.noborder a:hover {
4976 background-color: transparent;
4978div.pagination li:first-child a,
4979div.pagination li:first-child span {
4981 border-top-left-radius: 4px;
4982 border-bottom-left-radius: 4px;
4984div.pagination li:last-child a,
4985div.pagination li:last-child span {
4986 border-top-right-radius: 4px;
4987 border-bottom-right-radius: 4px;
4989div.pagination li a:hover,
4990div.pagination li span:hover,
4991div.pagination li a:focus,
4992div.pagination li span:focus {
4994 background-color: #eee;
4998div.pagination li .active a,
4999div.pagination li .active span,
5000div.pagination li .active a:hover,
5001div.pagination li .active span:hover,
5002div.pagination li .active a:focus,
5003div.pagination li .active span:focus {
5007 background-color: var(--colorbackhmenu1);
5008 border-color: #337ab7;
5010div.pagination .disabled span,
5011div.pagination .disabled span:hover,
5012div.pagination .disabled span:focus,
5013div.pagination .disabled a,
5014div.pagination .disabled a:hover,
5015div.pagination .disabled a:focus {
5017 cursor: not-allowed;
5018 background-color: #fff;
5021div.pagination li.pagination .active {
5022 text-decoration: underline;
5025.paginationafterarrows .nohover {
5026 box-shadow: none !important;
5028div.pagination li.paginationafterarrows {
5031.paginationatbottom {
5034table.hidepaginationprevious .paginationprevious {
5037table.hidepaginationnext .paginationnext {
5040.paginationafterarrows a.btnTitlePlus:hover span:before {
5046ul.noborder li:nth-child(odd):not(.liste_titre) {
5047 background-color: var(--colorbacklinepair2) !important;
5052.tmenucompanylogo.nohover, .tmenucompanylogo.nohover:hover {
5053 opacity: unset !important;
5055.nohoverborder:hover {
5059.oddeven:hover:not(.nohover), .evenodd:hover:not(.nohover), .oddevenimport:hover:not(.nohover), .evenoddimport:hover:not(.nohover), .impair:hover:not(.nohover), .pair:hover:not(.nohover) {
5060 background: rgb(<?php echo $colorbacklinepairhover; ?>) !important;
5064 background: rgb(<?php echo $colorbacklinepairchecked; ?>) !important;
5066<?php
if ($colorbacklinepairchecked) { ?>
5068 background: rgb(<?php echo $colorbacklinepairchecked; ?>) !important;
5073 background: unset !important;
5075.nohoverborder:hover {
5080.oddeven, .evenodd, .impair, .pair, .nohover .impair:hover, tr.impair td.nohover, tr.pair td.nohover, .tagtr.oddeven
5085 color: var(--oddevencolor);
5087.impair, .nohover .impair:hover, tr.impair td.nohover
5089 background: var(--colorbacklineimpair2);
5091.pair, .nohover .pair:hover, tr.pair td.nohover {
5092 background-color: var(--colorbacklinepair1);
5094tr.oddeven.oddevendouble {
5095 height: 60px !important;
5099 background-color: var(--colorbacklineimpair2);
5101table.dataTable tr.oddeven {
5102 background-color: var(--colorbacklinepair1) !important;
5106td.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 {
5107 background-color: var(--colorbacklineimpair2) !important;
5108 background: var(--colorbacklineimpair2) !important;
5110td.evenodd, tr.nohoverpair td, #trlinefordates td {
5111 background-color: var(--colorbacklinepair2) !important;
5112 background: var(--colorbacklinepair2) !important;
5116 border-bottom: 1pt solid #aaa !important;
5117 background-color: var(--colorbacklinebreak) !important;
5119.trforbreak.nobold td a, .trforbreak.nobold span.secondary {
5120 font-weight: normal !important;
5122tr.trforbreaknobg:nth-of-
type(n+3) td {
5124 border-top: 1pt dashed #aaa !important;
5128 padding: 5px 2px 5px 3px !important;
5130tr.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 {
5131 padding: 5px 2px 5px 3px;
5132 border-bottom: 1px solid #eee;
5134form.pair, form.impair {
5135 font-weight: normal;
5137tr.pair:last-of-
type td, tr.impair:last-of-
type td {
5138 border-bottom: 0px !important;
5140tr.pair td .nobordernopadding tr td, tr.impair td .nobordernopadding tr td {
5141 border-bottom: 0px !important;
5151div.liste_titre .tagtd {
5152 vertical-align: middle;
5155 min-height: 26px !important;
5158 padding-bottom: 2px;
5168 border-top-width: 1px;
5169 border-top-color: #BBB;
5170 border-top-style: solid;
5172div.liste_titre_bydiv {
5173 <?php
if ($userborderontable) { ?>
5174 border-top-width: <?php echo $borderwidth ?>px;
5175 border-top-color: var(--colortopbordertitle1);
5176 border-top-style: solid;
5178 border-collapse: collapse;
5180 padding: 2px 0px 2px 0;
5182 width: calc(100% - 2px);
5184div.liste_titre_bydiv_inlineblock {
5185 display:
inline-block;
5189tr.liste_titre, tr.liste_titre_sel, form.liste_titre, form.liste_titre_sel,
table.dataTable.tr, tagtr.liste_titre
5191 height: 26px !important;
5193div.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
5195 background: var(--colorbacktitle1);
5196 font-weight: <?php echo $useboldtitle ?
'bold' :
'normal'; ?>;
5199 color: var(--colortexttitle);
5201 text-align: <?php echo $left; ?>;
5203tr.liste_titre th, tr.liste_titre td, th.liste_titre
5205 border-bottom: 1px solid #aaa;
5208tr:first-child th.liste_titre, tr:first-child th.liste_titre_sel {
5209 border-bottom: 1px solid #FFF ! important;
5211tr.liste_titre th, th.liste_titre, tr.liste_titre td, td.liste_titre, form.liste_titre div, div.liste_titre
5214 font-weight: <?php echo $useboldtitle ?
'bold' :
'normal'; ?>;
5215 vertical-align: middle;
5218tr.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 {
5219 text-shadow: none !important;
5220 color: var(--colortexttitlelink);
5222tr.liste_titre_topborder td {
5223 border-top-width: <?php echo $borderwidth; ?>px;
5224 border-top-color: var(--colortopbordertitle1);
5225 border-top-style: solid;
5228 text-shadow: none !important;
5229 color: var(--colortexttitle);
5231.liste_titre td a.notasortlink {
5232 color: var(--colortextlink);
5234.liste_titre td a.notasortlink:hover {
5235 background: transparent;
5239table > 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,
5240table > 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,
5241form.liste_titre div.tagtd {
5242 border-bottom: none;
5245tr.liste_titre_filter th.liste_titre:not(.center), tr.liste_titre_filter th.liste_titre_sel:not(.center) {
5254tr.liste_titre_sel th, th.liste_titre_sel, tr.liste_titre_sel td, td.liste_titre_sel, form.liste_titre_sel div
5257 font-weight: normal;
5258 border-bottom: 1px solid #FDFFFF;
5262 background: transparent;
5266.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 {
5270.noborder tr.liste_total td, tr.liste_total td, form.liste_total div {
5271 white-space: nowrap;
5274.noborder tr.liste_total_wrap td, tr.liste_total_wrap td, form.liste_total_wrap div {
5275 white-space: normal;
5278tr.liste_sub_total, tr.liste_sub_total td {
5279 border-bottom: 2px solid #aaa;
5282.tableforservicepart1 .impair, .tableforservicepart1 .pair, .tableforservicepart2 .impair, .tableforservicepart2 .pair {
5285.tableforservicepart1 tbody tr td, .tableforservicepart2 tbody tr td {
5286 border-bottom: none;
5289.paymenttable, .margintable {
5290 margin: 0px 0px 0px 0px !important;
5292.paymenttable, .margintable:not(.margintablenotop) {
5293 border-top-width: <?php echo $borderwidth ?>px !important;
5294 border-top-color: var(--colortopbordertitle1) !important;
5295 border-top-style: solid !important;
5297.margintable.margintablenotop {
5298 border-top-width: 0;
5300.paymenttable tr td:first-child, .margintable tr td:first-child
5304.paymenttable, .margintable tr td {
5310 box-shadow: 0px 0px 0px #f4f4f4 !important;
5313 box-shadow: 2px 2px 5px #CCC !important;
5317 box-shadow: 0px 0px 5px #888;
5320div.tabBar .noborder {
5321 box-shadow: 0px 0px 0px #f4f4f4 !important;
5323div .tdtop:not(.tagtdnote) {
5324 vertical-align: top !important;
5325 padding-top: 6px !important;
5326 padding-bottom: 0px !important;
5329#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 {
5330 border-bottom: 1px solid #AAA !important;
5332#tablelines tr td, #tablelinesservice tr td {
5339.noborder > tbody > tr:nth-child(even):not(.liste_titre):not(.nooddeven),
5340.liste > tbody > tr:nth-child(even):not(.liste_titre):not(.nooddeven),
5341div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) > .border > tbody >
table:not(.tableforfieldedit) > tr:nth-of-
type(even):not(.liste_titre):not(.nooddeven),
5342.liste > tbody > tr:nth-of-
type(even):not(.liste_titre):not(.nooddeven),
5343div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) .oddeven.tagtr:nth-of-
type(even):not(.liste_titre):not(.nooddeven)
5345 background: linear-gradient(to bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
5346 background: -o-linear-gradient(bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
5347 background: -moz-linear-gradient(bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
5348 background: -webkit-linear-gradient(bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
5350.noborder > tbody > tr:nth-child(even):not(:last-of-
type) td:not(.liste_titre),
5351.liste > tbody > tr:nth-child(even):not(:last-of-
type) td:not(.liste_titre),
5352.noborder .tagtr:nth-child(even):not(:last-of-
type) .oddeven.tagtd:not(.liste_titre)
5354 border-bottom: 1px solid #e8e8e8;
5357.noborder > tbody > tr:nth-child(odd):not(.liste_titre):not(.nooddeven),
5358.liste > tbody > tr:nth-child(odd):not(.liste_titre):not(.nooddeven),
5359div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) > .border > tbody >
table:not(.tableforfieldedit) > tr:nth-of-
type(odd):not(.liste_titre):not(.nooddeven),
5360.liste > tbody > tr:nth-of-
type(odd):not(.liste_titre):not(.nooddeven),
5361div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) .oddeven.tagtr:nth-of-
type(odd):not(.liste_titre):not(.nooddeven)
5363 background: linear-gradient(to bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
5364 background: -o-linear-gradient(bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
5365 background: -moz-linear-gradient(bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
5366 background: -webkit-linear-gradient(bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
5368.noborder > tbody > tr:nth-child(odd):not(:last-child):not(.lastvisible) td:not(.liste_titre),
5369.liste > tbody > tr:nth-child(odd):not(:last-child):not(.lastvisible) td:not(.liste_titre),
5370.noborder .tagtr:nth-child(odd):not(:last-child):not(.lastvisible) .oddeven.tagtd:not(.liste_titre)
5372 border-bottom: 1px solid #e8e8e8;
5375ul.noborder li:nth-child(even):not(.liste_titre) {
5376 background-color: var(--colorbacklinepair2) !important;
5389 padding-bottom: 12px;
5391.boxstats, .boxstats130 {
5392 display:
inline-block;
5396 background: var(--colorbackbody);
5398.boxstats, .boxstats130, .boxstatscontent {
5399 white-space: nowrap;
5401 text-overflow: ellipsis;
5414@media only screen and (max-width: 768px)
5416 .tabBar .arearef .pagination.paginationref {
5417 max-width: calc(50%);
5420 div.pagination ul li {
5424 div.pagination .button-title-separator {
5428 .clearbothonsmartphone {
5431 .clearbothonsmartphone:not(.hideonsmartphone) {
5432 display: block !important;
5436 padding-left: 0 !important;
5437 margin-left: 0 !important;
5438 margin-right: 0 !important;
5445 .boxstats, .boxstats130 {
5447 border: 1px solid #ddd;
5457 .dashboardlineindicator {
5469 box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20);
5477span.boxstatstext span.fas {
5478 filter: grayscale(100%);
5480.boxstatsindicator.thumbstat150 {
5481 display:
inline-flex;
5483span.boxstatsindicator {
5485 font-weight: normal;
5486 color: rgb(<?php print $colortextlink; ?>);
5488span.dashboardlineindicator, span.dashboardlineindicatorlate {
5490 font-weight: normal;
5492a.dashboardlineindicatorlate:hover {
5493 text-decoration: none;
5495.dashboardlineindicatorlate img {
5498span.dashboardlineok {
5501span.dashboardlineko {
5505.dashboardlinelatecoin {
5510 padding: 1px 6px 1px 6px;
5511 background-color: #8c4446;
5512 color: #FFFFFF ! important;
5513 border-radius: .25em;
5516 margin-bottom: 20px !important;
5519 border-bottom-width: 1px;
5527.boxtablenomarginbottom {
5528 margin-bottom: 0 !important;
5530.boxtable .fichehalfright, .boxtable .fichehalfleft {
5536.boxworkingboard .tdboxstats {
5537 padding-left: 1px !important;
5538 padding-right: 1px !important;
5540a.valignmiddle.dashboardlineindicator {
5544 height: 30px !important;
5547 height: 50px !important;
5551 height: 26px !important;
5558 background: var(--colorbacktitle1);
5559 color: var(--colortexttitle);
5560 font-family: <?php print
$fontlist ?>, sans-serif;
5561 font-weight: <?php echo $useboldtitle ?
'bold' :
'normal'; ?>;
5562 border-bottom: 1px solid #FDFFFF;
5563 white-space: nowrap;
5566tr.box_titre td.boxclose {
5569img.boxhandle, img.boxclose {
5574 vertical-align: middle;
5577.formboxfilter input[
type=image]
5587.prod_entry_mode_free, .prod_entry_mode_predef {
5588 height: 26px !important;
5589 vertical-align: middle;
5593 border: 1px solid #888;
5600 white-space: nowrap;
5604 transition: color 0.4s;
5606.star:hover, .star.active {
5607 color: var(--butactionbg);
5610.search-component-assistance {
5613 background: var(--colorbackbody);
5614 border-width: 1px 1px 2px;
5615 border-style: solid;
5616 border-color: rgb(204, 204, 204);
5617 border-image: none; padding: 9px;
5618 box-shadow: rgba(136, 136, 136, 0.267) 1px 2px 10px;
5624.search-component-assistance .assistance-title {
5630.search-component-assistance .separator {
5634.search-component-assistance .end-separator {
5637.search-component-assistance .assistance-errors {
5640 margin: 5px 0px 5px 0px
5642.search-component-assistance .assistance-errors {
5647 margin: 0 !important;
5649.search-component-assistance .operand, .search-component-assistance .operator, .search-component-assistance .value {
5650 display:
inline-block;
5652.search-component-assistance .btn-div{
5656@media only screen and (max-width: 620px) {
5657 .search-component-assistance .operand, .operator, .value {
5658 display: block !important;
5660 .search-component-assistance .separator, .end-separator {
5670.ok { color: #114466; }
5671.warning { color: #887711 !important; }
5672.error { color: #550000 !important; font-weight: bold; }
5673.green { color: #118822 !important; }
5674.neutral { color: #444 !important; }
5680div.info, div.warning, div.error, div.green, div.neutral, section.neutral {
5683 padding-right: 10px;
5684 padding-bottom: 16px;
5685 margin: 1em 0em 1em 0em;
5689div.fiche div.info, div.fiche div.warning, div.fiche div.neutral {
5690 box-shadow: 1px 1px 6px #e4e4e4;
5691 margin: 1em 0em 1.2em 0em;
5695div.neutral, section.neutral {
5696 background: #f8f8f8;
5699 border-<?php print $left; ?>: solid 5px #aaa;
5705 border-<?php print $left; ?>: solid 5px #87bfc2;
5706 background: #eff8fc;
5711div.green div.greenborder, section.green, section.greenborder {
5712 border-<?php print $left; ?>: solid 5px #118822;
5714div.green, section.green {
5715 background: #e3f0e3;
5719div.warning, div.warningborder, section.warning, section.warningborder {
5720 border-<?php print $left; ?>: solid 5px #f2cf87;
5722div.warning, section.warning {
5723 background: #fcf8e3;
5725div.warning a, div.info a, div.error a {
5726 color: rgb(<?php echo $colortextlink; ?>);
5731 border-<?php print $left; ?>: solid 5px #f28787;
5732 background: #EFCFCF;
5740a.normal:link { font-weight: normal }
5741a.normal:visited { font-weight: normal }
5742a.normal:
active { font-weight: normal }
5743a.normal:hover { font-weight: normal }
5745a.impayee:link { font-weight: bold; color: #550000; }
5746a.impayee:visited { font-weight: bold; color: #550000; }
5747a.impayee:
active { font-weight: bold; color: #550000; }
5748a.impayee:hover { font-weight: bold; color: #550000; }
5761.framecontent iframe {
5772.opened-dash-board-wrap {
5773 margin-bottom: 25px;
5780.product_line_stock_ok { color: #002200; }
5781.product_line_stock_too_low { color: #884400; }
5783.fieldrequired { font-weight: bold; }
5784#tablesubscribe .fieldrequired {
5785 font-weight: inherit !important;
5786 color: inherit !important;
5788#tablesubscribe .fieldrequired:after {
5794td.widthpictotitle, .table-fiche-title img.widthpictotitle { width: 32px; font-size: 1.4em; text-align: <?php echo $left; ?>; }
5795table.titlemodulehelp tr td img.widthpictotitle { width: 80px; }
5797.dolgraphtitle { margin-top: 6px; margin-bottom: 4px; }
5798.dolgraphtitlecssboxes { }
5799.dolgraphchart canvas {
5802.legendColorBox, .legendLabel { border: none !important; }
5803div.dolgraph div.legend, div.dolgraph div.legend div { background-color: rgba(255,255,255,0) !important; }
5804div.dolgraph div.legend
table tbody tr { height:
auto; }
5805td.legendColorBox { padding: 2px 2px 2px 0 !important; }
5806td.legendLabel { padding: 2px 2px 2px 0 !important; }
5808 text-align: <?php echo $left; ?>;
5812 white-space: nowrap;
5822div.divphotoref > div > .photowithmargin, div.divphotoref > img.photowithmargin, div.divphotoref > a > .photowithmargin {
5823 margin-<?php echo $right; ?>: 15px;
5826 border: 1px solid #f0f0f0;
5831 text-align: center !important;
5834 margin-top: 6px !important;
5839 content:url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/logo_setup.svg', 1) ?>);
5840 display:
inline-block;
5845 content:url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/nographyet.svg', 1) ?>);
5846 display:
inline-block;
5848 background-repeat: no-repeat;
5855table.table-fiche-title tr.toptitle {
5860 text-decoration: none;
5861 text-transform: uppercase;
5866div.titre, tr.liste_titre .print-barre-liste {
5867 color: var(--colortexttitlenotab);
5875 color: var(--colortexttitlenotab);
5878 color: var(--colortexttitlenotab2);
5881table.notopnoleftnoright.table-fiche-title {
5882 margin-bottom: 15px;
5884.fichehalfleft
table.table-fiche-title, .fichehalfright
table.table-fiche-title {
5893table.table-fiche-title .col-title div.titre span {
5894 line-height: normal;
5897div.backgreypublicpayment {
5898 background-color: #f0f0f0;
5900 border-bottom: 1px solid #ddd;
5906.backgreypublicpayment a { color: #222 !important; }
5907.poweredbypublicpayment {
5917 text-decoration: none;
5920span.buttonpaymentsmall {
5931 min-width: 320px; font-size: 16px;
5934#tablepublicpayment {
5935 border: 1px solid #CCCCCC !important;
5938 margin-bottom: 20px;
5939 border-radius: 10px;
5941#tablepublicpayment .CTableRow1 { background-color: #F0F0F0 !important; }
5942#tablepublicpayment tr.liste_total { border-bottom: 1px solid #CCCCCC !important; }
5943#tablepublicpayment tr.liste_total td { border-top: none; }
5945.divmainbodylarge { margin-left: 40px; margin-right: 40px; }
5946.publicnewmemberform div.titre { font-size: 2em; }
5947#divsubscribe { max-width: 900px; }
5948#divsubscribe .eventlabel { font-size: 1.5em; }
5949#tablesubscribe { width: 100%; }
5950#tablesubscribe tr td { font-size: 1.15em; }
5951#tablesubscribe .price-registration { font-size: 1.5em; }
5955 border: 1px solid #ccc;
5973.effectpostit:before, .effectpostit:after
5984 box-shadow: 0 15px 10px #777;
5985 -webkit-transform: rotate(-3deg);
5986 -moz-transform: rotate(-3deg);
5987 -o-transform: rotate(-3deg);
5988 -ms-transform: rotate(-3deg);
5989 transform: rotate(-3deg);
5993 -webkit-transform: rotate(3deg);
5994 -moz-transform: rotate(3deg);
5995 -o-transform: rotate(3deg);
5996 -ms-transform: rotate(3deg);
5997 transform: rotate(3deg);
6014 maring-bottom: 10px;
6015 font-size: <?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize; ?> !important;
6017.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable {
6018 z-index: 1005 !important;
6020.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
6021 z-index:1006 !important;
6024.ui-dialog.ui-widget.ui-widget-content {
6025 border: 1px solid #e0e0e0;
6030 background-color: #f8f8f8 !important;
6033.ui-dialog .ui-dialog-buttonpane {
6034 padding: .5em 1em .3em .4em;
6036.ui-dialog .ui-dialog-content, .ui-dialog .ui-dialog-titlebar.ui-widget-header {
6037 padding-left: 1em !important;
6040 margin-right: 8px !important;
6065table.valid, div.valid {
6067 border-<?php print $left; ?>: solid 5px #f2cf87;
6073 padding-bottom: 4px;
6075 background: #fcf8e3;
6088.ui-dialog.highlight.ui-widget.ui-widget-content.ui-front {
6093 max-width: <?php print
dol_size(700,
'width'); ?>px !important;
6096div.ui-tooltip.mytooltip {
6099 box-shadow: 0 0 4px #888;
6101 font-stretch: condensed;
6102 background: var(--colorbacklineimpair2) !important;
6107@media only screen and (max-width: 768px)
6109 div.ui-tooltip.mytooltip {
6113@media only screen and (max-width: 480px)
6115 div.ui-tooltip.mytooltip {
6119@media only screen and (max-width: 320px)
6121 div.ui-tooltip.mytooltip {
6131.ui-datepicker-calendar .ui-state-
default, .ui-datepicker-calendar .ui-widget-content .ui-state-
default,
6132.ui-datepicker-calendar .ui-widget-header .ui-state-
default, .ui-datepicker-calendar .ui-
button,
6138div#ui-datepicker-div {
6140 box-shadow: 2px 5px 15px #aaa;
6145 z-index: 1010 !important;
6147.ui-datepicker .ui-datepicker
table {
6150.ui-datepicker .ui-widget-header {
6156.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
6161img.datecallink { padding-left: 2px !important; padding-right: 2px !important; }
6163select.ui-datepicker-year {
6164 margin-left: 2px !important;
6166.ui-datepicker-trigger, .ui-datepicker-notrigger {
6167 vertical-align: middle;
6171.ui-datepicker-notrigger {
6174.ui-datepicker-trigger {
6188 background-color: #FFFFFF;
6194 border-spacing: 0px;
6195 border-collapse: collapse;
6197.dp td, .tpHour td, .tpMinute td{padding:2px; font-size:10px;}
6199.dpHead,.tpHead,.tpHour td:Hover .tpHead{
6201 background-color: #888;
6207.dpButtons,.tpButtons {
6209 background-color: #888;
6214.dpButtons:Active,.tpButtons:Active{border: 1px outset black;}
6215.dpDayNames td,.dpExplanation {background-color:#D9DBE1; font-weight:bold; text-align:center; font-size:11px;}
6216.dpExplanation{ font-weight:normal; font-size:11px;}
6217.dpWeek td{text-align:center}
6219.dpToday,.dpReg,.dpSelected{
6222.dpToday{font-weight:bold; color:black; background-color:#f4f4f4;}
6223.dpReg:Hover,.dpToday:Hover{background-color:black;color:white}
6226.dpSelected{background-color:#0B63A2;color:white;font-weight:bold; }
6228.tpHour{border-top:1px solid #f4f4f4; border-right:1px solid #f4f4f4;}
6229.tpHour td {border-left:1px solid #f4f4f4; border-bottom:1px solid #f4f4f4; cursor:pointer;}
6230.tpHour td:Hover {background-color:black;color:white;}
6232.tpMinute {margin-top:5px;}
6233.tpMinute td:Hover {background-color:black; color:white; }
6234.tpMinute td {background-color:#D9DBE1; text-align:center; cursor:pointer;}
6240 background-color:transparent;
6245 vertical-align:middle;
6249 color: rgb(<?php print $colortextlink; ?>);
6254.categtextwhite, .treeview .categtextwhite.hover {
6255 color: #fff !important;
6258 color: #000 !important;
6270div.hidden, div.hiddenforpopup, header.hidden, tr.hidden, td.hidden,
6271img.hidden, span.hidden, br.hidden, div.showifmore, input.hidden {
6289.previewnotyetavailable {
6293.websiteformtoolbar {
6295 top: <?php echo empty($dol_hide_topmenu) ? ($disableimages ?
'36px' :
'50px') :
'0'; ?>;
6299.exampleapachesetup {
6303 border: 1px solid #aaa;
6307 background: #ddd; border: 1px solid #ccc; border-radius: 4px;
6312 background-color: transparent;
6313 background-image: none;
6314 color: #000 !important;
6317.bordertransp:not(.nobordertransp) {
6318 background-color: transparent;
6319 background-image: none;
6320 border: 1px solid #aaa;
6321 font-weight: normal;
6322 color: #444 !important;
6324.websitebar .button.bordertransp {
6326 text-decoration: unset !important;
6327 border: unset !important;
6331.websitebar .fa-plus-circle.btnTitle-icon {
6332 margin: 0px 4px 0px 4px !important;
6336 border-bottom: 1px solid #ccc;
6338 display:
inline-block;
6340.centpercent.websitebar {
6341 width: calc(100% - 10px);
6342 padding: 5px 5px 5px 5px;
6345.websitebar .buttonDelete, .websitebar .button {
6348.websitebar .button, .websitebar .buttonDelete
6350 padding: 2px 4px 2px 4px !important;
6351 margin: 2px 4px 2px 4px !important;
6352 line-height: normal;
6354.websitebar input.button.bordertransp, .websitebar input.buttonDelete.bordertransp {
6355 color: #444 !important;
6360 padding-<?php echo $right; ?>: 10px;
6361 vertical-align: middle;
6366.websiteselection, .websitetools {
6372 display:
inline-block;
6373 vertical-align: top;
6376.websiteiframenoborder {
6379span.websitebuttonsitepreview, a.websitebuttonsitepreview {
6380 vertical-align: middle;
6382span.websitebuttonsitepreview img, a.websitebuttonsitepreview img {
6384 display:
inline-block;
6386span.websitebuttonsitepreviewdisabled img, a.websitebuttonsitepreviewdisabled img {
6389.websiteiframenoborder {
6393 vertical-align: middle;
6397.websiteselectionsection {
6398 border-left: 1px solid #bbb;
6399 border-right: 1px solid #bbb;
6404.websitebar input#previewpageurl {
6408#divbodywebsite section p {
6412#divbodywebsite #websitetemplateconfigpage{
6414 margin: 50px
auto 0;
6422.dayevent .tagtr:first-of-
type {
6425.agendacell { height: 60px; }
6426table.cal_month { border-spacing: 0px; }
6427table.cal_month td:first-child { border-left: 0px; }
6428table.cal_month td:last-child { border-right: 0px; }
6429table.cal_month td { padding-left: 1px !important; padding-right: 1px !important; }
6430table.cal_month.cal_peruser td { padding-left: 0 !important; padding-right: 0 !important; }
6431.cal_current_month { border-top: 0; border-left: solid 1px #E0E0E0; border-right: 0; border-bottom: solid 1px #E0E0E0; }
6432.cal_current_month_peruserleft { border-top: 0; border-left: solid 2px #6C7C7B; border-right: 0; border-bottom: solid 1px #E0E0E0; }
6433.cal_current_month_oneday { border-right: solid 1px #E0E0E0; }
6434.cal_other_month { border-top: 0; border-left: solid 1px #E0E0E0; border-right: 0; border-bottom: solid 1px #C0C0C0; }
6435.cal_other_month_peruserleft { border-top: 0; border-left: solid 2px #6C7C7B !important; border-right: 0; }
6436.cal_current_month_right { border-right: solid 1px #E0E0E0; }
6437.cal_other_month_right { border-right: solid 1px #C0C0C0; }
6438.cal_other_month { background: #FCFCFC; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 1px; padding-top: 0px; padding-bottom: 0px; }
6439.cal_past_month { background: #EEEEEE; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 1px; padding-top: 0px; padding-bottom: 0px; }
6440.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; }
6441.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; }
6442.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; }
6443.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; }
6444.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; }
6445.cal_today_peruser_impair { }
6447.cal_peruser { padding: 0px; height: 22px !important; }
6448.cal_peruserviewname { max-width: 140px; height: 22px !important; }
6449.cal_impair { background: #FBFBFB; }
6450.cal_showmore { opacity: 0.5 }
6451.peruser_busy { background: #CC8888; }
6452.peruser_notbusy { background: #EEDDDD; opacity: 0.5; }
6453div.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); }
6454table.cal_event { border: none; border-collapse: collapse; margin-bottom: 1px; border-radius: 3px; min-height: 20px; }
6455table.cal_event td { border: none; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 2px; padding-top: 0px; padding-bottom: 0px; }
6456table.cal_event td.cal_event { padding: 4px 4px !important; padding-bottom: 2px !important; padding-top: 2px !important; }
6457table.cal_event td.cal_event_right { padding: 4px 4px !important; }
6458tr.trcalweek { height: 300px; }
6459tr.trcalday { height: 300px; }
6460.cal_event { font-size: 1em; }
6461.cal_event a:link { color: #111111; font-weight: normal !important; }
6462.cal_event a:visited { color: #111111; font-weight: normal !important; }
6463.cal_event a:
active { color: #111111; font-weight: normal !important; }
6464.cal_event_busy a:hover { color: #111111; font-weight: normal !important; color:rgba(255,255,255,.75); }
6473.calendarviewcontainertr { height: 100px; }
6476 background-size: 24px
auto;
6485td.peruser_holiday_imp {
6486 background-color: #aaa !important;
6489.cal_available { background: #0060d450; }
6490.cal_chosen { background: #0060d4; }
6499 border: solid 1px rgba(0,0,0,.3);
6500 background: var(--colorbackbody) !important;
6501 color: var(--colortext) !important;
6505.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
6507 background: rgb(<?php echo $colorbacktitle1; ?>);
6512 background: #007fff !important;
6513 color: #ffffff !important;
6516.ui-menu .ui-menu-item a {
6517 text-decoration:none;
6521 font-weight: normal;
6528.ui-
button { margin-left: -2px; <?php print(preg_match(
'/chrome/',
$conf->browser->name) ?
'padding-top: 1px;' :
''); ?> }
6533 line-height: 1em !important;
6541.ui-autocomplete-loading { background: white url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/working.gif', 1) ?>) right center no-repeat; }
6546 background-color:white;
6547 border:1px solid #888;
6551.ui-autocomplete ul {
6552 list-style-
type:none;
6556.ui-autocomplete ul li.selected { background-color: #D3E5EC;}
6557.ui-autocomplete ul li {
6558 list-style-
type:none;
6565.ui-autocomplete-input { margin: 0; padding: 4px; }
6574 text-overflow: ellipsis;
6582.editkey_textarea, .editkey_ckeditor, .editkey_string, .editkey_email, .editkey_numeric, .editkey_select, .editkey_autocomplete {
6583 background: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/edit.png', 1) ?>) right top no-repeat;
6589.editkey_datepicker {
6590 background: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/calendar.png', 1) ?>) right center no-repeat;
6596.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 {
6601.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 {
6616.treeview ul { background-color: transparent !important; margin-top: 0 !important; }
6617.treeview li { background-color: transparent !important; padding: 0 0 0 20px !important; min-height: 30px; }
6618.treeview .hitarea { width: 20px !important; margin-left: -20px !important; margin-top: 3px; }
6619.treeview li
table { min-height: 30px; }
6620.treeview .hover { color: var(--colortextlink) !important; text-decoration: underline !important; }
6652 font-family:sans-serif;
6655 border-spacing: 0px;
6656 border-collapse: collapse;
6663 border-style:groove;
6673div.jPicker
table.jPicker {
6674 padding-bottom: 20px;
6675 padding-right: 20px;
6679 height: 2px !important;
6686 background: unset !important;
6687 border: unset !important;
6689.jPicker .Preview div span {
6690 border: unset !important;
6691 width: unset !important;
6692 height: 50% !important;
6694.jPicker div[
class=
"Map"] {
6699 border: 1px solid #bbb !important;
6700 background-color: var(--colorbackbody) !important;
6701 box-shadow: 0px 0px 10px #ccc;
6702 width: 300px !important;
6705 vertical-align: middle;
6708 background-image: unset !important;
6710.jPicker .Grid span.QuickColor {
6711 border: unset !important;
6717 white-space: nowrap;
6719.jPicker .Preview div {
6720 height: 36px !important;
6722.jPicker input[
type=
"button"] {
6723 background: var(--butactionbg);
6724 color: var(--textbutaction);
6726 border-collapse: collapse;
6729.jPicker tr.Hex td.Text input {
6730 width: 60px !important;
6732.jPicker td.Text input {
6735 border: 1px solid #bbb !important;
6739A.color, A.color:
active, A.color:visited {
6742 text-decoration : none;
6748 border : 1px inset white;
6751 border : 1px outset white;
6753A.none, A.none:
active, A.none:visited, A.none:hover {
6756 text-decoration : none;
6763 border : 1px solid #b3c5cc;
6772 background-color : #b3c5cc;
6779 background-color : #b3c5cc;
6780 border : 2px outset;
6789 border : 1px outset white;
6798 text-align : center;
6815 border: solid 1px #ddd !important;
6818 color: unset !important;
6819 background-color: unset !important;
6827body.cke_show_borders {
6828 margin: 5px !important;
6830table.cke_dialog.cke_browser_webkit {
6831 border-collapse: separate;
6832 border-radius: 10px;
6835 border: 1px #bbb solid ! important;
6842.cke_wrapper { padding: 4px !important; }
6843a.cke_dialog_ui_button
6845 font-family: <?php print
$fontlist ?> !important;
6846 background-image: url(<?php echo $img_button ?>) !important;
6847 background-
position: bottom !important;
6848 border: 1px solid #C0C0C0 !important;
6849 border-radius:0px 2px 0px 2px !important;
6850 box-shadow: 3px 3px 4px #f4f4f4 !important;
6853 width: 40px !important;
6862a.cke_dialog_ui_button_ok span {
6863 text-shadow: none !important;
6864 color: #333 !important;
6866a.cke_button, a.cke_combo_button {
6867 height: 18px !important;
6869div.cke_notifications_area .cke_notification_warning {
6879.cke.cke_reset, .cke_inner.cke_reset, .cke_top.cke_reset_all {
6880 border-top-left-radius: <?php echo $borderradius; ?>px;
6881 border-top-right-radius: <?php echo $borderradius; ?>px;
6883.cke.cke_reset, .cke_inner.cke_reset, .cke_contents.cke_reset {
6884 border-bottom-left-radius: <?php echo $borderradius; ?>px;
6885 border-bottom-right-radius: <?php echo $borderradius; ?>px;
6889@media only screen and (max-width: 768px)
6891 .cke_inner:not(.cke_maximized) .cke_toolbar_separator,
6892 .cke_inner:not(.cke_maximized) .cke_combo,
6893 .cke_inner:not(.cke_maximized) .cke_button:not(.cke_button__maximize) {
6903td.linecoldescription .tox.tox-tinymce {
6906.tox .tox-edit-area::before {
6907 border: none !important;
6912.tox:not(.tox-tinymce-
inline) .tox-editor-header {
6913 padding: 0 !important;
6915.tox .tox-tbtn:not(.tox-tbtn--select):not(.tox-tbtn--bespoke):not(.tox-split-button__chevron) {
6916 width: 30px !important;
6918.tox .tox-toolbar__group {
6919 padding-left: 5px !important;
6920 padding-right: 5px !important;
6922button.tox-tbtn.tox-tbtn--select.tox-tbtn--bespoke[data-mce-
name=
"fontsize"] {
6925.tox:not(.tox-tinymce-
inline) .tox-editor-header {
6928 box-shadow: 0 2px 2px -2px rgba(34,47,62,.1),0 5px 5px -4px rgba(34,47,62,.09) !important;
6930.mce-content-body p {
6939 border: 1px solid #ddd;
6942.aceeditorstatusbar {
6945 padding-<?php echo $left; ?>: 10px;
6953.ace_status-indicator {
6957 border-left: 1px solid;
6959pre#editfilecontentaceeditorid {
6969 height: 72px !important;
6977.customreportsoutput, .customreportsoutputnotdata {
6980.customreportsoutputnotdata {
6993#types .btn-primary {
7002 display:
inline-block;
7007 vertical-align: top;
7010#types input.text, #types textarea {
7024 box-sizing:border-box;
7031#comment .comment-table {
7035#comment .comment-cell {
7038#comment .comment-info {
7040 border-right:1px solid #dedede;
7044 background:rgba(255,255,255,0.5);
7045 vertical-align:middle;
7048#comment .comment-info a {
7051#comment .comment-right {
7054#comment .comment-description {
7058#comment .comment-delete {
7061 vertical-align:middle;
7063#comment .comment-delete:hover {
7064 background:rgba(250,20,20,0.8);
7066#comment .comment-edit {
7069 vertical-align:middle;
7071#comment .comment-edit:hover {
7072 background:rgba(0,184,148,0.8);
7084 width: <?php print isset($_SESSION[
'dol_screenwidth']) ? max((
int) $_SESSION[
'dol_screenwidth'] - 830, 450) :
'450'; ?>px !important;
7087div#GanttChartDIVglisthead, div#GanttChartDIVgcharthead {
7091.gtaskname div, .gtaskname, .gstartdate div, .gstartdate, .genddate div, .genddate {
7092 font-size: unset !important;
7095div.gantt, .gtaskheading, .gmajorheading, .gminorheading, .gminorheadingwkend {
7096 font-size: unset !important;
7097 font-weight: normal !important;
7098 color: #000 !important;
7101 background: #f0f0f0 !important;
7104 background: rgb(108,152,185) !important;
7107 background: rgb(160,173,58) !important;
7111 text-overflow: ellipsis;
7113td.gminorheadingwkend {
7114 color: #888 !important;
7117 color: #666 !important;
7119.glistlbl, .glistgrid {
7120 width: 582px !important;
7122.gtaskname div, .gtaskname {
7123 min-width: 250px !important;
7124 max-width: 250px !important;
7125 width: 250px !important;
7127.gpccomplete div, .gpccomplete {
7128 min-width: 40px !important;
7129 max-width: 40px !important;
7130 width: 40px !important;
7132td.gtaskheading.gstartdate, td.gtaskheading.genddate {
7133 white-space:
break-spaces;
7135.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) {
7136 color: transparent !important;
7151 font-weight: normal;
7160 font-weight: normal;
7166 text-decoration: none;
7171 margin: 0 5px 5px 5px;
7176 margin: 0 10px 20px 10px;
7181 float: <?php print $left; ?>;
7182 border: solid 1px #f4f4f4;
7189 font-weight: normal;
7202 vertical-align: middle;
7206 display:
inline-block !important;
7209 width: calc(100% - 100px);
7211 white-space:
break-spaces;
7212 word-
break:
break-all;
7215 font-weight: bold !important;
7218 text-decoration: underline;
7222 vertical-align: middle;
7223 display:
inline-block !important;
7224 text-align: <?php echo $right; ?>;
7225 float: <?php echo $right; ?>;
7229div#ecm-layout-west {
7231 vertical-align: top;
7233div#ecm-layout-center {
7234 width: calc(100% - 405px);
7235 vertical-align: top;
7236 float: <?php echo $right; ?>;
7239.ecmjqft LI.directory { font-weight:normal; background: url(<?php echo
dol_buildpath($path.
'/theme/common/treemenu/folder2.png', 1); ?>) left top no-repeat; }
7240.ecmjqft LI.expanded { font-weight:normal; background: url(<?php echo
dol_buildpath($path.
'/theme/common/treemenu/folder2-expanded.png', 1); ?>) left top no-repeat; }
7241.ecmjqft LI.wait { font-weight:normal; background: url(<?php echo
dol_buildpath(
'/theme/'.$theme.
'/img/working.gif', 1); ?>) left top no-repeat; }
7251 top:
auto !important;
7252 bottom: 4px !important;
7255 top: <?php print $disableimages ?
'32' : ($heightmenu + 4); ?>px;
7258 min-width: <?php echo $dol_optimize_smallscreen ?
'200' :
'480'; ?>px;
7261 padding-left: 10px !important;
7262 padding-right: 10px !important;
7263 padding-top: 10px !important;
7264 word-wrap:
break-word;
7267.jnotify-container .jnotify-notification .jnotify-message {
7268 font-weight: normal;
7270 word-
break:
break-word;
7272.jnotify-container .jnotify-notification-warning .jnotify-close, .jnotify-container .jnotify-notification-warning .jnotify-message {
7273 color: #a28918 !important;
7275.jnotify-container .jnotify-close {
7276 top: 4px !important;
7277 font-size: 1.6em !important;
7281div.jnotify-background {
7282 opacity : 0.95 !important;
7283 box-shadow: 2px 2px 4px #8888 !important;
7287.bodylogin .jnotify-container {
7294 padding-left: unset !important;
7295 padding-right: unset !important;
7296 padding-top: unset !important;
7298.bodylogin .jnotify-container .jnotify-notification {
7299 margin: unset !important;
7301.bodylogin .jnotify-container .jnotify-notification .jnotify-background {
7302 border-radius: unset !important;
7304.bodylogin .jnotify-container .jnotify-notification .jnotify-message {
7316div.dolEventValid h1, div.dolEventValid h2 {
7318 background-color: #e3f0db;
7319 padding: 5px 5px 5px 5px;
7322div.dolEventError h1, div.dolEventError h2 {
7324 background-color: #d79eac;
7325 padding: 5px 5px 5px 5px;
7333.divmap, #google-visualization-geomap-embed-0, #google-visualization-geomap-embed-1, #google-visualization-geomap-embed-2 {
7341table.dataTable tr.odd td.sorting_1,
table.dataTable tr.even td.sorting_1 {
7342 background: none !important;
7344.sorting_asc { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_asc.png
', 1); ?>') no-repeat center right !important; }
7345.sorting_desc { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_desc.png
', 1); ?>') no-repeat center right !important; }
7346.sorting_asc_disabled { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_asc_disabled.png
', 1); ?>') no-repeat center right !important; }
7347.sorting_desc_disabled { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_desc_disabled.png
', 1); ?>') no-repeat center right !important; }
7348.dataTables_paginate {
7351.paginate_button_disabled {
7352 opacity: 1 !important;
7353 color: #888 !important;
7354 cursor:
default !important;
7356.paginate_disabled_previous:hover, .paginate_enabled_previous:hover, .paginate_disabled_next:hover, .paginate_enabled_next:hover
7358 font-weight: normal;
7360.paginate_enabled_previous:hover, .paginate_enabled_next:hover
7362 text-decoration: underline !important;
7366 text-decoration: underline !important;
7370 font-weight: normal !important;
7371 text-decoration: none !important;
7373.paging_full_numbers {
7374 height: inherit !important;
7376.paging_full_numbers a.paginate_active:hover, .paging_full_numbers a.paginate_button:hover {
7377 background-color: #DDD !important;
7379.paging_full_numbers, .paging_full_numbers a.paginate_active, .paging_full_numbers a.paginate_button {
7380 background-color: #FFF !important;
7381 border-radius: inherit !important;
7383.paging_full_numbers a.paginate_button_disabled:hover, .paging_full_numbers a.disabled:hover {
7384 background-color: #FFF !important;
7386.paginate_button, .paginate_active {
7387 border: 1px solid #ddd !important;
7388 padding: 6px 12px !important;
7389 margin-left: -1px !important;
7390 line-height: 1.42857143 !important;
7391 margin: 0 0 !important;
7398.ui-state-
disabled, .ui-widget-content .ui-state-
disabled, .ui-widget-header .ui-state-
disabled, .paginate_button_disabled {
7400 background-image: none;
7403div.dataTables_length {
7404 float: right !important;
7407div.dataTables_length select {
7410.dataTables_wrapper .dataTables_paginate {
7411 padding-top: 0px !important;
7419.heightofcombo:not(.pageplusone) {
7422.select2-container .select2-selection--single {
7426span.select2-selection--single.flat[aria-
disabled=
"true"] span.select2-selection__rendered {
7430span.select2.select2-container.select2-container--
default {
7431 text-align: initial;
7440input.select2-input {
7441 border-bottom: none ! important;
7444.select2-container--
default .select2-results__option--highlighted[aria-selected] {
7445 background-color: var(--colorbackhmenu1);
7446 color: var(--colortextbackhmenu);
7448.select2-container--
default .select2-results__option--highlighted[aria-selected] span {
7449 color: #fff !important;
7454 border-bottom: 1px solid #ccc !important;
7456li.select2-selection__choice {
7457 white-space:
break-spaces;
7460.select2-results .select2-highlighted.optionblue {
7461 color: #FFF !important;
7464.select2-container .select2-selection--multiple {
7465 min-height: 28px !important;
7467.select2-container--
default .select2-selection--multiple {
7468 border<?php echo
getDolGlobalString(
'THEME_SHOW_BORDER_ON_INPUT') ?
'' :
'-bottom'; ?>: solid 1px var(--inputbordercolor);
7471.select2-container--
default .select2-selection--multiple .select2-selection__choice {
7477.blockvmenusearch .select2-container--
default .select2-selection--single
7481.blockvmenubookmarks .select2-container--
default .select2-selection--single
7483 background-color: var(--colorbackvmenu1);
7485.select2-container--
default .select2-selection--single {
7486 background-color: var(--inputbackgroundcolor);
7488#blockvmenusearch .select2-container--default .select2-selection--single .select2-selection__placeholder {
7489 color: var(--colortextbackvmenu);
7491.select2-container--
default .select2-selection--single .select2-selection__rendered {
7494.select2-container .select2-choice {
7495 border-bottom: 1px solid #ccc;
7497.select2-container .select2-choice > .select2-chosen {
7500.select2-container .select2-choice .select2-arrow {
7503.select2-container-multi .select2-choices {
7504 background-image: none;
7506.select2-container .select2-choice {
7510.selectoptiondisabledwhite {
7511 background: #FFFFFF !important;
7516 border-left: none !important;
7517 background: none !important;
7521 border-top: none !important;
7522 border-left: none !important;
7523 border-right: none !important;
7524 border-bottom: 1px solid #ccc;
7526.select2-drop.select2-drop-above {
7527 box-shadow: none !important;
7529.select2-container--open .select2-dropdown--above {
7530 border-bottom: solid 1px rgba(0,0,0,.2);
7532.select2-drop.select2-drop-above.select2-drop-
active {
7533 border-top: 1px solid #ccc;
7534 border-bottom: 1px solid #ccc;
7536.select2-container--
default .select2-selection--single:not(.selectwidget) {
7547 border<?php echo
getDolGlobalString(
'THEME_SHOW_BORDER_ON_INPUT') ?
'' :
'-bottom'; ?>: solid 1px var(--inputbordercolor);
7549 box-shadow: none !important;
7551.select2-container--
default .select2-selection--single.selectwidget,
7552.select2-container--
default .select2-selection--single.selectwidget:hover,
7553.select2-container--
default .select2-selection--single.selectwidget:focus {
7558 border-bottom: solid 1px var(--inputbordercolor);
7560 box-shadow: none !important;
7563.select2-container--
default.select2-container--focus .select2-selection--multiple {
7568.select2-container--
default .select2-selection--multiple {
7569 border-bottom: solid 1px rgba(0,0,0,.2);
7573 border-radius: 0 !important;
7574 line-height: normal;
7577.select2-container--
default .select2-selection--multiple .select2-selection__rendered {
7580.select2-container--
default .select2-selection--multiple .select2-selection__choice {
7581 margin-top: 4px !important;
7583.select2-selection--multiple input.select2-search__field {
7584 border: none !important;
7586.select2-search__field
7589 border-top: none !important;
7590 border-left: none !important;
7591 border-right: none !important;
7592 border-bottom: solid 1px rgba(0,0,0,.2) !important;
7593 box-shadow: none !important;
7594 border-radius: 0 !important;
7596.select2-container-
active .select2-choice, .select2-container-
active .select2-choices
7601 border-bottom: none;
7602 box-shadow: none !important;
7607 box-shadow: 1px 2px 10px #8884;
7608 background-color: var(--colorbackbody);
7609 color: var(--colortext);
7611.select2-dropdown-open {
7612 background-color: var(--colorbackvmenu1);
7614.select2-dropdown-open .select2-choice, .select2-dropdown-open .select2-choices
7619 border-bottom: none;
7620 box-shadow: none !important;
7621 background-color: var(--colorbackvmenu1);
7627.select2-drop.select2-drop-above.select2-drop-
active, .select2-drop {
7630.select2-drop.select2-drop-above {
7633.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
7634 background-image: none;
7635 border-radius: 0 !important;
7637div.select2-drop-above
7639 background: var(--colorbackvmenu1);
7640 box-shadow: none !important;
7644 border: 1px solid #ccc;
7647.select2-search input {
7650a span.select2-chosen
7652 font-weight: normal !important;
7654.select2-container .select2-choice {
7655 background-image: none;
7658.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit
7660 background: var(--colorbackvmenu1);
7665.select2-results__option {
7666 word-
break:
break-word;
7667 text-align: <?php echo $left; ?>;
7669.select2-container.select2-container-
disabled .select2-choice, .select2-container-multi.select2-container-
disabled .select2-choices {
7670 background-color: var(--colorbackvmenu1);
7671 background-image: none;
7675.select2-container-
disabled .select2-choice .select2-arrow b {
7678.select2-container-multi .select2-choices .select2-search-choice {
7681.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices, .select2-container-multi .select2-choices,
7682.select2-container-multi.select2-container-
active .select2-choices
7684 border-bottom: 1px solid #ccc;
7687 border-left: 1px solid #ddd;
7689.select2-container--
default .select2-results>.select2-results__options{
7695.selecttype span.select2-dropdown.ui-dialog {
7698span#select2-taskid-container[title^=
'--'] {
7704#addbox .select2-container .select2-choice > .select2-chosen, #actionbookmark .select2-container .select2-choice > .select2-chosen {
7705 text-align: <?php echo $left; ?>;
7708.select2-container--
default .select2-selection--single .select2-selection__placeholder {
7712span#select2-boxbookmark-container, span#select2-boxcombo-container {
7713 text-align: <?php echo $left; ?>;
7715span#select2-boxcombo-container {
7718.select2-container .select2-selection--single .select2-selection__rendered {
7724#boxbookmark.boxcombo, #boxcombo.boxcombo {
7727 border-bottom: solid 1px rgba(0,0,0,.4) !important;
7730 padding: 0 0 5px 5px;
7731 vertical-align: top;
7735.select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr {
7736 padding: 3px 5px 3px 5px;
7737 margin: 0 0 2px 3px;
7742 border: 1px solid #ddd;
7744 box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
7745 background-clip: padding-box;
7746 -webkit-touch-callout: none;
7747 -webkit-
user-select: none;
7748 -moz-
user-select: none;
7749 -ms-
user-select: none;
7751 background-color: #e4e4e4;
7752 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));
7753 background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
7754 background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
7755 background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
7757.mytooltip .select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr {
7758 padding: 1px 3px 1px 3px;
7760.select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr a {
7761 font-weight: normal;
7763.select2-container-multi-dolibarr .select2-choices-dolibarr li {
7764 float: <?php echo $left; ?>;
7767.select2-container-multi-dolibarr .select2-choices-dolibarr {
7768 height:
auto !important;
7777span.select2.select2-container.select2-container--
default {
7778 text-align: initial;
7781ul.select2-results__options li {
7785select.multiselectononeline {
7787 vertical-align: middle;
7789 height: 28px !important;
7795@media only screen and (min-width: 767px)
7798 .select2-container.select2-container--open:not(.graphtype, .limit, .combolargeelem):not(.yesno) .select2-dropdown.ui-dialog {
7799 min-width: 300px !important;
7802 .select2-container.select2-container--open:not(.graphtype, .limit, .combolargeelem):not(.yesno) .select2-dropdown--below:not(.onrightofpage),
7803 .select2-container.select2-container--open:not(.graphtype, .limit, .combolargeelem):not(.yesno) .select2-dropdown--above:not(.onrightofpage) {
7804 min-width: 300px !important;
7807 .onrightofpage span.select2-dropdown.ui-dialog.select2-dropdown--below,
7808 .onrightofpage span.select2-dropdown.ui-dialog.select2-dropdown--above {
7809 min-width: 140px !important;
7811 .combolargeelem.select2-container.select2-container--open .select2-dropdown.ui-dialog {
7812 min-width: 320px !important;
7815 .select2-container--open .select2-dropdown--below {
7816 border-top: 1px solid var(--inputbordercolor);
7822.limit.select2-container.select2-container--open .select2-dropdown.ui-dialog {
7823 min-width: 100px !important;
7826.parentonrightofpage {
7835.noborderoncategories {
7836 border: none !important;
7837 border-radius: 5px !important;
7839 box-shadow: none !important;
7840 margin-top: 1px !important;
7841 margin-bottom: 0 !important;
7842 margin-<?php echo $left ?>: 0px !important;
7843 margin-<?php echo $right ?>: 3px !important;
7845span.noborderoncategories a, li.noborderoncategories a {
7846 line-height: normal;
7848span.noborderoncategories {
7849 padding: 3px 5px 3px 5px;
7851.categtextwhite, .treeview .categtextwhite.hover {
7852 color: #fff !important;
7855 color: #000 !important;
7867.multi-select-container {
7868 display:
inline-block;
7881 border: 1px solid #aaa;
7882 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
7886div.multi-select-menu[role=
"menu"] {
7887 min-width: 220px !important;
7890.multi-select-menu input {
7891 margin-right: 0.3em;
7896 display:
inline-block;
7898 white-space: nowrap;
7900 text-overflow: ellipsis;
7901 vertical-align: middle;
7902 background-color: #fff;
7906 border-bottom: solid 1px rgba(0,0,0,.2);
7910 <?php
if ($right ==
'left') { ?>
7911 padding-right: 22px;
7916.multi-select-
button:focus {
7918 border-bottom: 1px solid #666;
7921.multi-select-
button:after {
7923 display:
inline-block;
7926 border-style: solid;
7927 border-width: 0.4em 0.3em 0em 0.3em;
7928 border-color: #888 transparent transparent transparent;
7935.multi-select-container--open .multi-select-menu { display: block; }
7937.multi-select-container--open .multi-select-
button:after {
7938 border-width: 0 0.4em 0.4em 0.4em;
7939 border-color: transparent transparent #888 transparent;
7942.multi-select-menuitem {
7947label.multi-select-menuitem {
7957ul.ulselectedfields {
7965 vertical-align: middle;
7966 display:
inline-block;
7968.dropdown dd, .dropdown dt {
7974 text-align: <?php echo $left; ?>;
7984.dropdown dt a span, .multiSel span {
7986 display:
inline-block;
7987 padding: 0 3px 2px 0;
7989.maxwidthsearch .dropdown dt a span, .multiSel span {
7990 padding: 0 3px 2px 3px;
7992.dropdown span.value {
7996 background-color: #FFF;
7997 box-shadow: 1px 1px 10px #aaa;
7999 <?php echo $right; ?>:0px;
8008.dropdown dd ul.selectedfieldsleft {
8009 <?php echo $right; ?>:
auto;
8012 white-space: nowrap;
8013 font-weight: normal;
8014 padding: 7px 8px 7px 8px;
8015 color: var(--colortext);
8017.dropdown dd ul li:hover:not(.liinputsearch) {
8020.dropdown dd ul li input[
type=
"checkbox"] {
8021 margin-<?php echo $right; ?>: 3px;
8023.dropdown dd ul li a, .dropdown dd ul li span {
8026.dropdown dd ul li a {
8029.dropdown dd ul li span {
8032.dropdown dd ul li a:hover {
8033 background-color: #eee;
8036dd.dropdowndd ul li {
8037 text-overflow: ellipsis;
8039 white-space: nowrap;
8050 text-overflow: ellipsis;
8051 white-space: nowrap;
8054div.kanban.column div.ui-sortable-helper {
8055 transform: rotate(4deg);
8068 padding-bottom: 20px;
8076.searchpage .tagtr .tagtd {
8078 padding-bottom: 2px;
8080.searchpage .tagtr .tagtd .button {
8084.searchpage .searchform input {
8088.searchpage :focus-visible {
8092li.ui-li-divider .ui-link {
8093 color: #FFF !important;
8098a.ui-link, a.ui-link:hover, .ui-btn:hover, span.ui-btn-text:hover, span.ui-btn-inner:hover {
8099 text-decoration: none !important;
8109 font-size: <?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize; ?>;
8112.ui-btn-icon-right .ui-btn-inner {
8113 padding-right: 30px;
8115.ui-btn-icon-left .ui-btn-inner {
8118.ui-select .ui-btn-icon-right .ui-btn-inner {
8119 padding-right: 30px;
8121.ui-select .ui-btn-icon-left .ui-btn-inner {
8124.ui-select .ui-btn-icon-right .ui-icon {
8127.ui-btn-icon-left > .ui-btn-inner > .ui-icon, .ui-btn-icon-right > .ui-btn-inner > .ui-icon {
8133 white-space: nowrap;
8134 text-overflow: ellipsis;
8136.fiche .ui-controlgroup {
8138 padding-bottom: 0px;
8140div.ui-controlgroup-controls div.tabsElem
8144div.ui-controlgroup-controls div.tabsElem a
8146 box-shadow: 0 -3px 6px rgba(0,0,0,.2);
8148div.ui-controlgroup-controls div.tabsElem a#
active {
8149 box-shadow: 0 -3px 6px rgba(0,0,0,.3);
8152a.tab span.ui-btn-inner
8159 color: rgb(<?php print $colortext; ?>);
8161.liste_titre .ui-link {
8162 color: rgb(<?php print $colortexttitle; ?>) !important;
8166 word-wrap:
break-word;
8170.formdoc .ui-btn-inner
8172 white-space: normal;
8174 text-overflow: clip;
8182div.ui-radio, div.ui-checkbox
8184 display:
inline-block;
8185 border-bottom: 0px !important;
8187.ui-checkbox input, .ui-radio input {
8193div.ui-checkbox label+input, div.ui-radio label+input {
8198 padding-bottom: 10px; margin-bottom: 4px; border-bottom: 1px solid #AAAAAA !important;
8205.ui-field-contain label.ui-input-text {
8206 vertical-align: middle !important;
8208.ui-mobile fieldset {
8209 border-bottom: none !important;
8213.ui-li .ui-btn-inner a.ui-link-inherit, .ui-li-
static.ui-li {
8218 font-weight: normal;
8220.ui-focus, .ui-btn:focus {
8228 color: rgb(<?php print $colortexttitlenotab; ?>) !important;
8230.ui-bar-b, .lilevel0 {
8231 background-repeat: repeat-x;
8235 color: rgb(<?php print $colortexttitlenotab; ?>) !important;
8238 font-weight: normal !important;
8241.ui-li.ui-last-child, .ui-li.ui-field-contain.ui-last-child {
8242 border-bottom-width: 0px !important;
8245 color: rgb(<?php echo $colortexttitle; ?>) !important;
8248 box-shadow: none !important;
8249 border-bottom: 1px solid #ccc;
8252 border-right: 1px solid #ccc !important;
8255 border: 1px solid #ccc;
8258.ui-btn-up-c, .ui-btn-hover-c {
8262.ui-body-c .ui-link, .ui-body-c .ui-link:visited, .ui-body-c .ui-link:hover {
8263 color: rgb(<?php print $colortextlink; ?>);
8265.ui-btn-up-c .vsmenudisabled {
8266 color: #<?php echo $colorshadowtitle; ?> !important;
8267 text-shadow: none !important;
8275 background: transparent;
8288 color: rgb(<?php print $colortexttitlenotab; ?>) !important;
8291 border-top: 2px solid #444;
8292 background: #fff ! important;
8294.lilevel1 div div a {
8295 font-weight: bold !important;
8300 background: #fff ! important;
8305 background: #fff ! important;
8311 background: #fff ! important;
8317 background: #fff ! important;
8328 background: url(
'<?php echo dol_buildpath($path.'/theme/
'.$theme.'/img/menus/money.png
', 1) ?>') top left no-repeat;
8333 background: url(
'<?php echo dol_buildpath($path.'/theme/
'.$theme.'/img/menus/home.png
', 1) ?>') top left no-repeat;
8336.menu_choix1,.menu_choix2 {
8339 border: 1px solid #666;
8342.menu_choix1 a, .menu_choix2 a {
8345 text-decoration: none;
8351.menu_choix1 a:hover,.menu_choix2 a:hover {
8354.menu li.menu_choix1 {
8356 padding-right: 10px;
8357 padding-bottom: 2px;
8359.menu li.menu_choix2 {
8361 padding-right: 10px;
8362 padding-bottom: 2px;
8364@media only screen and (max-width: 767px)
8366 .menu_choix1 a, .menu_choix2 a {
8367 background-size: 36px 36px;
8371 .menu li.menu_choix1, .menu li.menu_choix2 {
8376 margin-right: 0 !important;
8390 border: 1px solid #888;
8392.publicnewmemberform div.tabBarWithBottom {
8393 border: 2px solid #e8e8e8;
8397 box-shadow: 2px 2px 10px #ddd;
8400.publicnewmemberform #tablesubscribe {
8417.publicnewticketform {
8422 padding-right: 50px;
8425@media only screen and (max-width: 767px)
8427 .ticketlargemargin {
8428 padding-left: 5px; padding-right: 5px;
8441#cd-timeline::before {
8449 background: #d7e4ed;
8451@media only screen and (min-width: 1170px) {
8455 #cd-timeline::before {
8465.cd-timeline-block:after {
8470.cd-timeline-block:first-child {
8473.cd-timeline-block:last-child {
8476@media only screen and (min-width: 1170px) {
8477 .cd-timeline-block {
8480 .cd-timeline-block:first-child {
8483 .cd-timeline-block:last-child {
8495 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);
8496 background: #d7e4ed;
8498.cd-timeline-img img {
8508.cd-timeline-img.cd-picture {
8509 background: #75ce66;
8511.cd-timeline-img.cd-movie {
8512 background: #c03b44;
8514.cd-timeline-img.cd-location {
8515 background: #f0ca45;
8517@media only screen and (min-width: 1170px) {
8524 -webkit-transform: translateZ(0);
8525 -webkit-backface-visibility: hidden;
8527 .cssanimations .cd-timeline-img.is-hidden {
8530 .cssanimations .cd-timeline-img.bounce-in {
8531 visibility: visible;
8532 -webkit-animation: cd-bounce-1 0.6s;
8533 -moz-animation: cd-bounce-1 0.6s;
8534 animation: cd-bounce-1 0.6s;
8538@-webkit-keyframes cd-bounce-1 {
8541 -webkit-transform: scale(0.5);
8546 -webkit-transform: scale(1.2);
8550 -webkit-transform: scale(1);
8553@-moz-keyframes cd-bounce-1 {
8556 -moz-transform: scale(0.5);
8561 -moz-transform: scale(1.2);
8565 -moz-transform: scale(1);
8568@keyframes cd-bounce-1 {
8571 -webkit-transform: scale(0.5);
8572 -moz-transform: scale(0.5);
8573 -ms-transform: scale(0.5);
8574 -o-transform: scale(0.5);
8575 transform: scale(0.5);
8580 -webkit-transform: scale(1.2);
8581 -moz-transform: scale(1.2);
8582 -ms-transform: scale(1.2);
8583 -o-transform: scale(1.2);
8584 transform: scale(1.2);
8588 -webkit-transform: scale(1);
8589 -moz-transform: scale(1);
8590 -ms-transform: scale(1);
8591 -o-transform: scale(1);
8592 transform: scale(1);
8595.cd-timeline-content {
8599 border-radius: 0.25em;
8601 background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
8602 background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
8603 background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
8604 background-image: linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
8606.cd-timeline-content:after {
8611.cd-timeline-content h2 {
8614.cd-timeline-content .cd-
date {
8616 font-size: 0.8125rem;
8618.cd-timeline-content .cd-
date {
8619 display:
inline-block;
8621.cd-timeline-content p {
8626.cd-timeline-content .cd-
date {
8631.cd-timeline-content::before {
8638 border: 7px solid transparent;
8639 border-right: 7px solid white;
8641@media only screen and (min-width: 768px) {
8642 .cd-timeline-content h2 {
8646 .cd-timeline-content {
8650 .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-
date {
8652 font-size: 0.875rem;
8655@media only screen and (min-width: 1170px) {
8656 .cd-timeline-content {
8661 .cd-timeline-content::before {
8664 border-color: transparent;
8665 border-left-color: white;
8667 .cd-timeline-content .cd-read-more {
8670 .cd-timeline-content .cd-
date {
8678 .cd-timeline-block:nth-child(even) .cd-timeline-content {
8681 .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
8685 border-color: transparent;
8686 border-right-color: white;
8688 .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
8691 .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-
date {
8704span.phpdebugbar-tooltip.phpdebugbar-tooltip-extra-wide, span.phpdebugbar-tooltip.phpdebugbar-tooltip-wide {
8705 width: 250px !important;
8707.phpdebugbar-indicator span.phpdebugbar-tooltip {
8708 opacity: .95 !important;
8710a.phpdebugbar-tab.phpdebugbar-
active {
8711 background-image: unset !important;
8713.phpdebugbar-indicator .fa {
8714 font-family:
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>";
8717div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-value.phpdebugbar-widgets-warning:before,
8718div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-value.phpdebugbar-widgets-error:before,
8719div.phpdebugbar-widgets-exceptions a.phpdebugbar-widgets-editor-link:before,
8720div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-database:before,
8721div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-duration:before,
8722div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-memory:before,
8723div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-row-count:before,
8724div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-copy-clipboard:before,
8725div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-stmt-id:before,
8726div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-render-time:before,
8727div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-memory:before,
8728div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-param-count:before,
8729div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-
type:before,
8730div.phpdebugbar-widgets-templates a.phpdebugbar-widgets-editor-link:before
8732 font-family:
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>" !important;
8740.jcrop-holder { background: unset !important; }
8747.dol-xaxis-vertical .flot-x-axis .flot-tick-label.tickLabel {
8748 text-orientation: sideways;
8750 writing-mode: vertical-rl;
8751 white-space: nowrap;
8765 background-color: rgba(0, 0, 0, 0.6);
8768 justify-content: center;
8769 align-items: center;
8772#dol-block-ui .message {
8773 padding: 15px 20px 15px 50px;
8775 background: #000 no-repeat 10px center;
8776 border-radius: 10px;
8777 font-family: sans-serif;
8785span.clipboardCPValueToPrint, div.clipboardCPValueToPrint {
8786 display:
inline-block;
8788span.clipboardCPValue.hidewithsize {
8789 width: 0 !important;
8790 display:
inline-block;
8792 white-space: nowrap;
8794 vertical-align: middle;
8796div.clipboardCPValue.hidewithsize {
8797 width: 0 !important;
8800 white-space: nowrap;
8803.clipboardCPShowOnHover .clipboardCPButton {
8812.clipboardCPTextDivInside {
8816 border: 1px solid #DDD;
8825 white-space: nowrap;
8827 box-shadow: 1px 1px 6px #ddd;
8835.radio_js_bloc_number {
8836 display:
inline-block;
8840 border:1px solid #ccc;
8847.radio_js_bloc_number.selected {
8848 transition:0.2s ease background;
8861 vertical-align: top;
8865#virtualcard-iframe {
8866 border: 1px solid #aaa;
8867 vertical-align: top;
8870 border-radius: 10px;
8872 box-shadow: 0 0 5px #bbb;
8875 pointer-events: none;
8889.highlightDragDropArea{
8890 border: 2px #000 dashed !important;
8891 background-color: #eee !important;
8893.highlightDragDropArea * :not(.dragDropAreaMessage *){
8895 filter: blur(1px) grayscale(90%);
8897.dragDropAreaMessage {
8901 transform: translate(-50%, -50%);
8911 border: 1px solid #bbb !important;
8918.opensurveydescription * {
8923 padding: 0 4px 0 4px;
8927 margin-right: 100px;
8931 background-color: #f0f0f0;
8935.survey_borders .resultats .nom {
8936 text-align: <?php echo $left; ?>
8938.survey_borders .resultats .sujet {
8950#bookinghoursection {
8958 border: 1px solid #000;
8961 margin-bottom: 15px;
8962 box-shadow: 10px 10px 10px #ddd;
8965 padding-bottom: 10px;
8974 min-width: 500px !important;
8976 left: inherit !important;
8977 top: inherit !important;
8978 border-radius: <?php echo $borderradius; ?>px !important;
8981 background-color: var(--colorbackgrey);
8983 padding-bottom: 6px;
8985 border-radius: <?php echo $borderradius; ?>px;
8995@media only screen and (max-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC1', round($nbtopmenuentries * 90, 0) + 340); ?>px)
9000 white-space: nowrap;
9002 text-overflow: ellipsis;
9003 color: #<?php echo $colortextbackhmenu; ?>;
9010 background-size: 24px
auto;
9013 li.tmenu, li.tmenusel {
9024@media only screen and (max-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC2', round($nbtopmenuentries * 66, 0) + 220); ?>px)
9026 li.tmenucompanylogo {
9031 max-width: <?php echo max(34, ceil(300 / ($nbtopmenuentriesreal + 2))); ?>px;
9032 text-overflow: clip;
9034 div.tmenucenter a.tmenulabel span.mainmenuaspan {
9035 display:
inline-block;
9039 a.tmenulabel:link, a.tmenulabel:visited, a.tmenulabel:hover, a.tmenulabel:
active {
9045 .menuhider div.tmenucenter {
9054 background-size: 20px
auto;
9057 div.login_block a .atoploginusername {
9060 div.login_block_tools > div {
9061 right: 53px !important;
9065@media only screen and (max-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC3', round($nbtopmenuentries * 44, 0) + 320); ?>px)
9067 div.login_block_tools > div {
9070 div#topmenu-global-search-dropdown,
9071 div#topmenu-quickadd-dropdown,
9072 div#topmenu-bookmark-dropdown,
9073 div#topmenu-uploadfile-dropdown,
9074 div#topmenu-login-dropdown {
9078 div#topmenu-global-search-dropdown,
9079 div#topmenu-quickadd-dropdown,
9080 div#topmenu-bookmark-dropdown,
9081 div#topmenu-uploadfile-dropdown {
9093 <?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
9099 li.tmenu, li.tmenusel {
9102 a.tmenu:link, a.tmenu:visited, a.tmenu:hover, a.tmenu:
active,
9103 a.tmenusel:link, a.tmenusel:visited, a.tmenusel:hover, a.tmenusel:
active {
9113 div.login_block_other, div.login_block_tools {
9114 display:
inline-block;
9117 .loginbuttonexternal {
9122 text-overflow: clip;
9125 background-size: 20px
auto;
9126 margin-top: 2px !important;
9134 width: <?php print
dol_size(300,
'width'); ?>px;
9141 padding-<?php echo $right; ?>: 5px;
9143 img.photoref, div.photoref {
9144 border: 1px solid rgba(0, 0, 0, 0.2);
9147 object-fit: contain;
9151 width:
auto !important;
9154 .tableforfield>tr>td:nth-child(2), .tableforfield>tbody>tr>td:nth-child(2), div.tableforfield div.tagtr>div.tagtd:nth-child(2) {
9155 word-
break:
break-word;
9158 table.table-fiche-title .col-title div.titre{
9167 word-
break:
break-word;
9170 .websiteselectionsection {
9172 border-right: unset;
9180 padding-right: 12px;
9188 .underbanner.underbanner-before-box {
9189 border-bottom: none;
9193 margin-bottom: 0.5em;
9204 .lilevel1 span.paddingright {
9208 img.userphotopublicvcard {
9215@media only screen and (max-width: 767px)
9226 td.widthpictotitle,
table.titlemodulehelp tr td img.widthpictotitle {
9231 min-width : 280px !important;
9234 .imgopensurveywizard, .imgautosize { width:95%; height:
auto; }
9238 width: <?php print
dol_size(350,
'width'); ?>px;
9253 .logopublicpayment #dolpaymentlogo {
9256 #tablepublicpayment {
9257 width:
auto !important;
9258 border: none !important;
9260 .poweredbypublicpayment {
9261 float: unset !important;
9262 top: unset !important;
9264 right: -10px !important;
9277 .bookcalform.boxtable .minwidth75 {
9280 .center.bookingtab {
9283 #bookinghoursection {
9288 a.tab:link, a.tab:visited, a.tab:hover, a.tab#
active {
9289 padding: 10px 3px 10px;
9293 white-space: normal;
9294 word-
break:
break-word;
9298@media only screen and (max-width: 1024px)
9300 div#ecm-layout-west {
9304 div#ecm-layout-center {
9308 input[
type=checkbox], input[
type=radio] {
9309 margin: 0 5px 0 1px;
9310 transform: scale(1.1);
9325include
dol_buildpath($path.
'/theme/'.$theme.
'/dropdown.inc.php', 0);
9326include
dol_buildpath($path.
'/theme/eldy/emaillayout.inc.php', 0);
9327include
dol_buildpath($path.
'/theme/'.$theme.
'/info-box.inc.php', 0);
9328include
dol_buildpath($path.
'/theme/'.$theme.
'/progress.inc.php', 0);
9329include
dol_buildpath($path.
'/theme/eldy/timeline.inc.php', 0);
9330include
dol_buildpath($path.
'/theme/'.$theme.
'/search-input.inc.css', 0);
9331include
dol_buildpath($path.
'/theme/'.$theme.
'/tooltips.inc.css', 0);
9332include
dol_buildpath($path.
'/theme/eldy/input-feedback.css', 0);
9338if (is_object(
$db)) {
9344::-webkit-scrollbar {
9350::-webkit-scrollbar-track-piece {
9351 background: #f4f4f4;
9353::-webkit-scrollbar-thumb {
9358.row-with-select[data-is-last-changed] * {
9359 -webkit-touch-callout: none;
9360 -webkit-
user-select: none;
9361 -khtml-
user-select: none;
9362 -moz-
user-select: none;
9363 -ms-
user-select: none;
9369div.flot-text .flot-tick-label .tickLabel, .fa-color-unset {
9375 -webkit-touch-callout: none;
9376 -webkit-
user-select: none;
9377 -khtml-
user-select: none;
9378 -moz-
user-select: none;
9379 -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.