34if (!defined(
'NOREQUIRESOC')) {
35 define(
'NOREQUIRESOC',
'1');
38if (!defined(
'NOCSRFCHECK')) {
39 define(
'NOCSRFCHECK', 1);
41if (!defined(
'NOTOKENRENEWAL')) {
42 define(
'NOTOKENRENEWAL', 1);
44if (!defined(
'NOLOGIN')) {
48if (!defined(
'NOREQUIREHTML')) {
49 define(
'NOREQUIREHTML', 1);
51if (!defined(
'NOREQUIREAJAX')) {
52 define(
'NOREQUIREAJAX',
'1');
56define(
'ISLOADEDBYSTEELSHEET',
'1');
59require __DIR__.
'/theme_vars.inc.php';
60if (defined(
'THEME_ONLY_CONSTANT')) {
65@phan-var-force string $badgeDanger
66@phan-var-force string $badgeWarning
67@phan-var-force string $butactionbg
68@phan-var-force string $colorbackbody
69@phan-var-force string $colorbackhmenu1
70@phan-var-force string $colorbacklinebreak
71@phan-var-force string $colorbacklineimpair1
72@phan-var-force string $colorbacklineimpair2
73@phan-var-force string $colorbacklinepair1
74@phan-var-force string $colorbacklinepair2
75@phan-var-force string $colorbacklinepairchecked
76@phan-var-force string $colorbacklinepairhover
77@phan-var-force string $colorbacktabactive
78@phan-var-force string $colorbacktabcard1
79@phan-var-force string $colorbacktitle1
80@phan-var-force string $colorbackvmenu1
81@phan-var-force string $colorblind_deuteranopes_textSuccess
82@phan-var-force string $colorblind_deuteranopes_textWarning
83@phan-var-force string $colortext
84@phan-var-force string $colortextlink
85@phan-var-force string $colortexttitle
86@phan-var-force string $colortexttitlelink
87@phan-var-force string $colortexttitlenotab
88@phan-var-force string $colortexttitlenotab2
89@phan-var-force string $colortopbordertitle1
90@phan-var-force string $fontsize
91@phan-var-force string $textDanger
92@phan-var-force string $textSuccess
93@phan-var-force string $textWarning
94@phan-var-force string $textbutaction
95@phan-var-force string $toolTipBgColor
96@phan-var-force string $toolTipFontColor
99session_cache_limiter(
'public');
102require_once __DIR__.
'/../../main.inc.php';
103require_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
146if (empty($user->id) && !empty($_SESSION[
'dol_login'])) {
147 $user->fetch(0, $_SESSION[
'dol_login'],
'', 1);
153 $menumanager =
new MenuManager($db, empty($user->socid) ? 0 : 1);
162if (empty($dolibarr_nocache)) {
163 header(
'Cache-Control: max-age=10800, public, must-revalidate');
165 header(
'Cache-Control: no-cache');
172 $langs->setDefaultLang(
GETPOST(
'lang',
'aZ09'));
175if (GETPOSTISSET(
'THEME_DARKMODEENABLED')) {
176 $conf->global->THEME_DARKMODEENABLED =
GETPOSTINT(
'THEME_DARKMODEENABLED');
179$langs->load(
"main", 0, 1);
180$right = ($langs->trans(
"DIRECTION") ==
'rtl' ?
'left' :
'right');
181$left = ($langs->trans(
"DIRECTION") ==
'rtl' ?
'right' :
'left');
191$fontlist =
'roboto,arial,tahoma,verdana,helvetica';
197$img_button =
dol_buildpath($path.
'/theme/'.$theme.
'/img/button_bg.png', 1);
198$dol_hide_topmenu =
$conf->dol_hide_topmenu;
199$dol_hide_leftmenu =
$conf->dol_hide_leftmenu;
200$dol_optimize_smallscreen =
$conf->dol_optimize_smallscreen;
201$dol_no_mouse_hover =
$conf->dol_no_mouse_hover;
213if (!isset(
$conf->global->THEME_ELDY_BACKBODY)) {
214 $conf->global->THEME_ELDY_BACKBODY = $colorbackbody;
216if (!isset(
$conf->global->THEME_ELDY_TOPMENU_BACK1)) {
217 $conf->global->THEME_ELDY_TOPMENU_BACK1 = $colorbackhmenu1;
219if (!isset(
$conf->global->THEME_ELDY_VERMENU_BACK1)) {
220 $conf->global->THEME_ELDY_VERMENU_BACK1 = $colorbackvmenu1;
222if (!isset(
$conf->global->THEME_ELDY_BACKTITLE1)) {
223 $conf->global->THEME_ELDY_BACKTITLE1 = $colorbacktitle1;
225if (!isset(
$conf->global->THEME_ELDY_USE_HOVER)) {
226 $conf->global->THEME_ELDY_USE_HOVER = $colorbacklinepairhover;
228if (!isset(
$conf->global->THEME_ELDY_USE_CHECKED)) {
229 $conf->global->THEME_ELDY_USE_CHECKED = $colorbacklinepairchecked;
231if (!isset(
$conf->global->THEME_ELDY_LINEBREAK)) {
232 $conf->global->THEME_ELDY_LINEBREAK = $colorbacklinebreak;
234if (!isset(
$conf->global->THEME_ELDY_TEXTTITLENOTAB)) {
235 $conf->global->THEME_ELDY_TEXTTITLENOTAB = $colortexttitlenotab;
237if (!isset(
$conf->global->THEME_ELDY_TEXTLINK)) {
238 $conf->global->THEME_ELDY_TEXTLINK = $colortextlink;
240if (!isset(
$conf->global->THEME_ELDY_BTNACTION)) {
241 $conf->global->THEME_ELDY_BTNACTION = $butactionbg;
243if (!isset(
$conf->global->THEME_ELDY_TEXTBTNACTION)) {
244 $conf->global->THEME_ELDY_TEXTBTNACTION = $textbutaction;
250 $conf->global->THEME_ELDY_BACKTABCARD1 =
'255,255,255';
251 $conf->global->THEME_ELDY_BACKTABACTIVE =
'234,234,234';
252 $conf->global->THEME_ELDY_TEXT =
'0,0,0';
253 $conf->global->THEME_ELDY_FONT_SIZE1 = $fontsize;
254 $conf->global->THEME_ELDY_FONT_SIZE2 =
'11';
258$colorbackhmenu1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_TOPMENU_BACK1') ? $colorbackhmenu1 :
$conf->global->THEME_ELDY_TOPMENU_BACK1) : (empty($user->
conf->THEME_ELDY_TOPMENU_BACK1) ? $colorbackhmenu1 : $user->
conf->THEME_ELDY_TOPMENU_BACK1);
259$colorbackvmenu1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_VERMENU_BACK1') ? $colorbackvmenu1 :
$conf->global->THEME_ELDY_VERMENU_BACK1) : (empty($user->
conf->THEME_ELDY_VERMENU_BACK1) ? $colorbackvmenu1 : $user->
conf->THEME_ELDY_VERMENU_BACK1);
260$colortopbordertitle1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_TOPBORDER_TITLE1') ? $colortopbordertitle1 :
$conf->global->THEME_ELDY_TOPBORDER_TITLE1) : (empty($user->
conf->THEME_ELDY_TOPBORDER_TITLE1) ? $colortopbordertitle1 : $user->
conf->THEME_ELDY_TOPBORDER_TITLE1);
261$colorbacktitle1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_BACKTITLE1') ? $colorbacktitle1 :
$conf->global->THEME_ELDY_BACKTITLE1) : (empty($user->
conf->THEME_ELDY_BACKTITLE1) ? $colorbacktitle1 : $user->
conf->THEME_ELDY_BACKTITLE1);
262$colorbacktabcard1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_BACKTABCARD1') ? $colorbacktabcard1 :
$conf->global->THEME_ELDY_BACKTABCARD1) : (empty($user->
conf->THEME_ELDY_BACKTABCARD1) ? $colorbacktabcard1 : $user->
conf->THEME_ELDY_BACKTABCARD1);
263$colorbacktabactive = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_BACKTABACTIVE') ? $colorbacktabactive :
$conf->global->THEME_ELDY_BACKTABACTIVE) : (empty($user->
conf->THEME_ELDY_BACKTABACTIVE) ? $colorbacktabactive : $user->
conf->THEME_ELDY_BACKTABACTIVE);
264$colorbacklineimpair1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_LINEIMPAIR1') ? $colorbacklineimpair1 :
$conf->global->THEME_ELDY_LINEIMPAIR1) : (empty($user->
conf->THEME_ELDY_LINEIMPAIR1) ? $colorbacklineimpair1 : $user->
conf->THEME_ELDY_LINEIMPAIR1);
265$colorbacklineimpair2 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_LINEIMPAIR2') ? $colorbacklineimpair2 :
$conf->global->THEME_ELDY_LINEIMPAIR2) : (empty($user->
conf->THEME_ELDY_LINEIMPAIR2) ? $colorbacklineimpair2 : $user->
conf->THEME_ELDY_LINEIMPAIR2);
266$colorbacklinepair1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_LINEPAIR1') ? $colorbacklinepair1 :
$conf->global->THEME_ELDY_LINEPAIR1) : (empty($user->
conf->THEME_ELDY_LINEPAIR1) ? $colorbacklinepair1 : $user->
conf->THEME_ELDY_LINEPAIR1);
267$colorbacklinepair2 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_LINEPAIR2') ? $colorbacklinepair2 :
$conf->global->THEME_ELDY_LINEPAIR2) : (empty($user->
conf->THEME_ELDY_LINEPAIR2) ? $colorbacklinepair2 : $user->
conf->THEME_ELDY_LINEPAIR2);
268$colorbacklinebreak = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_LINEBREAK') ? $colorbacklinebreak :
$conf->global->THEME_ELDY_LINEBREAK) : (empty($user->
conf->THEME_ELDY_LINEBREAK) ? $colorbacklinebreak : $user->
conf->THEME_ELDY_LINEBREAK);
269$colorbackbody = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_BACKBODY') ? $colorbackbody :
$conf->global->THEME_ELDY_BACKBODY) : (empty($user->
conf->THEME_ELDY_BACKBODY) ? $colorbackbody : $user->
conf->THEME_ELDY_BACKBODY);
270$colortexttitlenotab = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_TEXTTITLENOTAB') ? $colortexttitlenotab :
$conf->global->THEME_ELDY_TEXTTITLENOTAB) : (empty($user->
conf->THEME_ELDY_TEXTTITLENOTAB) ? $colortexttitlenotab : $user->
conf->THEME_ELDY_TEXTTITLENOTAB);
271$colortexttitle = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_TEXTTITLE') ? $colortext :
$conf->global->THEME_ELDY_TEXTTITLE) : (empty($user->
conf->THEME_ELDY_TEXTTITLE) ? $colortexttitle : $user->
conf->THEME_ELDY_TEXTTITLE);
272$colortexttitlelink = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_TEXTTITLELINK') ? $colortexttitlelink :
$conf->global->THEME_ELDY_TEXTTITLELINK) : (empty($user->
conf->THEME_ELDY_TEXTTITLELINK) ? $colortexttitlelink : $user->
conf->THEME_ELDY_TEXTTITLELINK);
273$colortext = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_TEXT') ? $colortext :
$conf->global->THEME_ELDY_TEXT) : (empty($user->
conf->THEME_ELDY_TEXT) ? $colortext : $user->
conf->THEME_ELDY_TEXT);
274$colortextlink = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_TEXTLINK') ? $colortext :
$conf->global->THEME_ELDY_TEXTLINK) : (empty($user->
conf->THEME_ELDY_TEXTLINK) ? $colortextlink : $user->
conf->THEME_ELDY_TEXTLINK);
275$colortextlinkHsla =
colorHexToHsl($colortextlink,
false,
true);
276$butactionbg = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_BTNACTION') ? $butactionbg :
$conf->global->THEME_ELDY_BTNACTION) : (empty($user->
conf->THEME_ELDY_BTNACTION) ? $butactionbg : $user->
conf->THEME_ELDY_BTNACTION);
277$textbutaction = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_TEXTBTNACTION') ? $textbutaction :
$conf->global->THEME_ELDY_TEXTBTNACTION) : (empty($user->
conf->THEME_ELDY_TEXTBTNACTION) ? $textbutaction : $user->
conf->THEME_ELDY_TEXTBTNACTION);
278$fontsize = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_FONT_SIZE1') ? $fontsize :
$conf->global->THEME_ELDY_FONT_SIZE1) : (empty($user->
conf->THEME_ELDY_FONT_SIZE1) ? $fontsize : $user->
conf->THEME_ELDY_FONT_SIZE1);
279$fontsizesmaller = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_FONT_SIZE2') ? $fontsize :
$conf->global->THEME_ELDY_FONT_SIZE2) : (empty($user->
conf->THEME_ELDY_FONT_SIZE2) ? $fontsize : $user->
conf->THEME_ELDY_FONT_SIZE2);
280$heightrow = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_USECOMOACTROW') ?
'155%' :
'300%') : (empty($user->
conf->THEME_ELDY_USECOMOACTROW) ?
'155%' :
'300%');
283$colorbacklinepairhover = ((!isset(
$conf->global->THEME_ELDY_USE_HOVER) || (string)
$conf->global->THEME_ELDY_USE_HOVER ===
'255,255,255') ?
'' : (
$conf->global->THEME_ELDY_USE_HOVER ===
'1' ?
'edf4fb' :
$conf->global->THEME_ELDY_USE_HOVER));
284$colorbacklinepairchecked = ((!isset(
$conf->global->THEME_ELDY_USE_CHECKED) || (string)
$conf->global->THEME_ELDY_USE_CHECKED ===
'255,255,255') ?
'' : (
$conf->global->THEME_ELDY_USE_CHECKED ===
'1' ?
'edf4fb' :
$conf->global->THEME_ELDY_USE_CHECKED));
285if (!empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED)) {
286 $colorbacklinepairhover = ((!isset($user->conf->THEME_ELDY_USE_HOVER) || $user->conf->THEME_ELDY_USE_HOVER ===
'255,255,255') ?
'' : ($user->
conf->THEME_ELDY_USE_HOVER ===
'1' ?
'edf4fb' : $user->
conf->THEME_ELDY_USE_HOVER));
287 $colorbacklinepairchecked = ((!isset($user->conf->THEME_ELDY_USE_CHECKED) || $user->conf->THEME_ELDY_USE_CHECKED ===
'255,255,255') ?
'' : ($user->
conf->THEME_ELDY_USE_CHECKED ===
'1' ?
'edf4fb' : $user->
conf->THEME_ELDY_USE_CHECKED));
290if (empty($colortopbordertitle1)) {
291 $colortopbordertitle1 = $colorbackhmenu1;
296$tmppart = explode(
',', $colorbackhmenu1);
297$tmpval = (!empty($tmppart[0]) ? $tmppart[0] : 0) + (!empty($tmppart[1]) ? $tmppart[1] : 0) + (!empty($tmppart[2]) ? $tmppart[2] : 0);
299 $colortextbackhmenu =
'FFFFFF';
301 $colortextbackhmenu =
'000000';
305$tmppart = explode(
',', $colorbackvmenu1);
306$tmpval = (!empty($tmppart[0]) ? $tmppart[0] : 0) + (!empty($tmppart[1]) ? $tmppart[1] : 0) + (!empty($tmppart[2]) ? $tmppart[2] : 0);
308 $colortextbackvmenu =
'FFFFFF';
310 $colortextbackvmenu =
'222222';
316$tmppart = explode(
',', $colorbacktitle1);
317if ($colortexttitle ==
'') {
318 $tmpval = (!empty($tmppart[0]) ? $tmppart[0] : 0) + (!empty($tmppart[1]) ? $tmppart[1] : 0) + (!empty($tmppart[2]) ? $tmppart[2] : 0);
319 if ($tmpval <= 460) {
320 $colortexttitle =
'FFFFFF';
321 $colorshadowtitle =
'888888';
323 $colortexttitle =
'101010';
324 $colorshadowtitle =
'FFFFFF';
327 $colorshadowtitle =
'888888';
331$tmppart = explode(
',', $colorbacktabcard1);
332$tmpval = (!empty($tmppart[0]) ? $tmppart[0] : 0) + (!empty($tmppart[1]) ? $tmppart[1] : 0) + (!empty($tmppart[2]) ? $tmppart[2] : 0);
334 $colortextbacktab =
'FFFFFF';
336 $colortextbacktab =
'111111';
349if ($colorbacklinepairhover !=
'') {
352if ($colorbacklinepairchecked !=
'') {
353 $colorbacklinepairchecked = implode(
',',
colorStringToArray($colorbacklinepairchecked));
362$nbtopmenuentries = $menumanager->showmenu(
'topnb');
363$nbtopmenuentriesreal = $nbtopmenuentries;
364if (
$conf->browser->layout ==
'phone') {
365 $nbtopmenuentries = max($nbtopmenuentries, 10);
369print
'colorbackbody='.$colorbackbody.
"\n";
370print
'colorbackvmenu1='.$colorbackvmenu1.
"\n";
371print
'colorbackhmenu1='.$colorbackhmenu1.
"\n";
372print
'colorbacktitle1='.$colorbacktitle1.
"\n";
373print
'colorbacklineimpair1='.$colorbacklineimpair1.
"\n";
374print
'colorbacklineimpair2='.$colorbacklineimpair2.
"\n";
375print
'colorbacklinepair1='.$colorbacklinepair1.
"\n";
376print
'colorbacklinepair2='.$colorbacklinepair2.
"\n";
377print
'colorbacklinepairhover='.$colorbacklinepairhover.
"\n";
378print
'colorbacklinepairchecked='.$colorbacklinepairchecked.
"\n";
379print
'colortexttitlenotab='.$colortexttitlenotab.
"\n";
380print
'colortexttitle='.$colortexttitle.
"\n";
381print
'colortext='.$colortext.
"\n";
382print
'colortextlink='.$colortextlink.
"\n";
383print
'colortexttitlelink='.$colortexttitlelink.
"\n";
384print
'colortextbackhmenu='.$colortextbackhmenu.
"\n";
385print
'colortextbackvmenu='.$colortextbackvmenu.
"\n";
386print
'dol_hide_topmenu='.$dol_hide_topmenu.
"\n";
387print
'dol_hide_leftmenu='.$dol_hide_leftmenu.
"\n";
388print
'dol_optimize_smallscreen='.$dol_optimize_smallscreen.
"\n";
389print
'dol_no_mouse_hover='.$dol_no_mouse_hover.
"\n";
390print
'dol_screenwidth='.$_SESSION[
'dol_screenwidth'].
"\n";
391print
'dol_screenheight='.$_SESSION[
'dol_screenheight'].
"\n";
392print
'fontsize='.$fontsize.
"\n";
393print
'nbtopmenuentries='.$nbtopmenuentries.
"\n";
407 --colorbackhmenu1: rgb(<?php print $colorbackhmenu1; ?>);
408 --colorbackvmenu1: rgb(<?php print $colorbackvmenu1; ?>);
409 --colorbacktitle1: rgb(<?php print $colorbacktitle1; ?>);
410 --colorbacktabcard1: rgb(<?php print $colorbacktabcard1; ?>);
411 --colorbacktabactive: rgb(<?php print $colorbacktabactive; ?>);
412 --colorbacklineimpair1: rgb(<?php print $colorbacklineimpair1; ?>);
413 --colorbacklineimpair2: rgb(<?php print $colorbacklineimpair2; ?>);
414 --colorbacklinepair1: rgb(<?php print $colorbacklinepair1; ?>);
415 --colorbacklinepair2: rgb(<?php print $colorbacklinepair2; ?>);
416 --colorbacklinepairhover: rgb(<?php print $colorbacklinepairhover; ?>);
417 --colorbacklinepairchecked: rgb(<?php print $colorbacklinepairchecked; ?>);
418 --colorbacklinebreak: rgb(<?php print $colorbacklinebreak; ?>);
419 --colorbackbody: rgb(<?php print $colorbackbody; ?>);
420 --colorbackmobilemenu: #f8f8f8;
421 --colorbackgrey: #f0f0f0;
422 --colortexttitlenotab: rgb(<?php print $colortexttitlenotab; ?>);
423 --colortexttitlenotab2: rgb(<?php print $colortexttitlenotab2; ?>);
424 --colortexttitle: rgb(<?php print $colortexttitle; ?>);
425 --colortexttitlelink: rgba(<?php print $colortexttitlelink; ?>, 0.9);
426 --colortext: rgb(<?php print $colortext; ?>);
427 --colortextlink: rgb(<?php print $colortextlink; ?>);
428 --colortextlink: rgb(<?php print $colortextlink; ?>);
429 --colortextlink-h: <?php print $colortextlinkHsla[
'h']; ?>;
430 --colortextlink-l: <?php print $colortextlinkHsla[
'l']; ?>%;
431 --colortextlink-s: <?php print $colortextlinkHsla[
's']; ?>%;
432 --colortextlink-a: 1;
433 --colortextbackhmenu: #<?php print $colortextbackhmenu; ?>;
434 --colortextbackvmenu: #<?php print $colortextbackvmenu; ?>;
435 --colortopbordertitle1: rgb(<?php print $colortopbordertitle1; ?>);
436 --listetotal: #551188;
437 --inputbackgroundcolor: #FFF;
438 --inputbackgroundcolordisabled: #eee;
439 --inputcolordisabled: rgb(80, 80, 80);
440 --inputbordercolor: rgba(0,0,0,.2);
441 --tooltipbgcolor: <?php print $toolTipBgColor; ?>;
442 --tooltipfontcolor : <?php print $toolTipFontColor; ?>;
443 --oddevencolor: #202020;
444 --colorboxstatsborder: #ddd;
445 --dolgraphbg: rgba(255,255,255,0);
446 --fieldrequiredcolor: #000055;
447 --colortextbacktab: #<?php print $colortextbacktab; ?>;
448 --colorboxiconbg: #eee;
450 --tableforfieldcolor:#666;
451 --amountremaintopaycolor:#880000;
452 --amountpaymentcomplete:#008855;
453 --amountremaintopaybackcolor:none;
454 --productlinestockod: #002200;
455 --productlinestocktoolow: #884400;
456 --infoboxmoduleenabledbgcolor : linear-gradient(0.4turn, #fff, #fff, #fff, #e4efe8);
457 --tablevalidbgcolor: rgb(252, 248, 227);
458 --butactionbg : #<?php print $butactionbg; ?>;
459 --textbutaction : #<?php print $textbutaction; ?>;
462 --heightrow: <?php print $heightrow; ?>;
467 print
"/* For dark mode */\n";
469 print
"@media (prefers-color-scheme: dark) {";
471 print
"@media not print {";
474 --colorbackhmenu1: #3d3e40;
475 --colorbackvmenu1: #2b2c2e;
476 --colorbacktitle1: #2b2d2f;
477 --colorbacktabcard1: #1d1e20; /* Must be same than colorbackbody */
478 --colorbacktabactive: rgb(220,220,220);
479 --colorbacklineimpair1: #38393d;
480 --colorbacklineimpair2: #2b2d2f;
481 --colorbacklinepair1: #38393d;
482 --colorbacklinepair2: #2b2d2f;
483 --colorbacklinepairhover: #2b2d2f;
484 --colorbacklinepairchecked: #0e5ccd;
485 --colorbackbody: #1d1e20;
486 --colorbackmobilemenu: #080808;
487 --colorbackgrey: #0f0f0f;
488 --tooltipbgcolor: #2b2d2f;
489 --colortexttitlenotab: rgb(220,220,220);
490 --colortexttitlenotab2: rgb(220,220,220);
491 --colortexttitle: rgb(220,220,220);
492 --colortext: rgb(220,220,220);
493 --colortextlink: #4390dc;
494 --colortexttitlelink: #4390dc;
495 --colortextbackhmenu: rgb(220,220,220);
496 --colortextbackvmenu: rgb(220,220,220);
497 --tooltipfontcolor : rgb(220,220,220);
498 --listetotal: rgb(245, 83, 158);
499 --inputbackgroundcolor: rgb(70, 70, 70);
500 --inputbackgroundcolordisabled: rgb(60, 60, 60);
501 --inputcolordisabled: rgb(140, 140, 140);
502 --inputbordercolor: rgb(220,220,220);
503 --oddevencolor: rgb(220,220,220);
504 --colorboxstatsborder: rgb(65,100,138);
505 --dolgraphbg: #1d1e20;
506 --fieldrequiredcolor: rgb(250,183,59);
507 --colortextbacktab: rgb(220,220,220);
508 --colorboxiconbg: rgb(36,38,39);
509 --refidnocolor: rgb(220,220,220);
510 --tableforfieldcolor:rgb(220,220,220);
511 --amountremaintopaycolor:rgb(252,84,91);
512 --amountpaymentcomplete:rgb(101,184,77);
513 --amountremaintopaybackcolor:rbg(245,130,46);
514 --infoboxmoduleenabledbgcolor : linear-gradient(0.4turn, #000, #000, #000, #274231);
515 --tablevalidbgcolor: rgb(80, 64, 33);
528<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
529 background-color: #FFFFFF;
531 font-size: <?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize; ?>;
533 font-family: <?php print $fontlist ?>;
539 background-color: var(--colorbackbody);
540 <?php print
'direction: '.$langs->trans(
"DIRECTION").
";\n"; ?>
544.sensiblehtmlcontent * {
548.thumbstat { font-weight: bold !important; }
549th a { font-weight: <?php echo($useboldtitle ?
'bold' :
'normal'); ?> !important; }
550a.tab { font-weight: 500 !important; }
552a:link, a:visited, a:hover, a:active, .classlink { font-family: <?php print $fontlist ?>; font-weight: normal; color: var(--colortextlink); text-decoration: none; }
553a:hover { text-decoration: underline; color: var(--colortextlink); }
554a.commonlink { color: var(--colortextlink) !important; text-decoration: none; }
559.tableforfield input, .refidno input {
568select.vmenusearchselectcombo {
569 background-color: unset;
574 border: 1px solid #aaa !important;
579input:focus, textarea:focus,
580button:focus:not(.button_search_x):not(.button_search):not(.button_removefilter), select:focus,
581.select2-container--focus span.selection span.select2-selection {
582 border-bottom: 1px solid #666;
585textarea.cke_source:focus
590th.wrapcolumntitle.liste_titre:not(.maxwidthsearch), td.wrapcolumntitle.liste_titre:not(.maxwidthsearch),
591th.wrapcolumntitle.liste_titre_sel:not(.maxwidthsearch), td.wrapcolumntitle.liste_titre_sel:not(.maxwidthsearch) {
595 text-overflow: ellipsis;
597th.wrapcolumntitle dl dt a span.fas.fa-list {
599 vertical-align: middle;
603.liste_titre input[
name=search_month], .liste_titre input[
name=search_month_start], .liste_titre input[
name=search_month_end] {
606select#date_startday, select#date_startmonth, select#date_endday, select#date_endmonth, select#reday, select#remonth
611input, input.flat, textarea, textarea.flat, form.flat select, select, select.flat, .dataTables_length label select {
612 color: var(--colortext);
614 border<?php echo !
getDolGlobalString(
'THEME_SHOW_BORDER_ON_INPUT') ?
'-bottom' :
''; ?>: solid 1px var(--inputbordercolor);
615 font-family: <?php print $fontlist ?>;
617 margin: 0px 0px 0px 0px;
618 background-color: var(--inputbackgroundcolor);
620 border<?php echo !
getDolGlobalString(
'THEME_SHOW_BORDER_ON_INPUT') ?
'-bottom' :
''; ?>: solid 1px var(--inputbordercolor);
640#mainbody input.button:not(.buttongen):not(.bordertransp), #mainbody a.button:not(.buttongen):not(.bordertransp) {
641 background: var(--butactionbg);
642 color: var(--textbutaction) !important;
644 border-collapse: collapse;
647 text-transform: uppercase;
650 padding: 0.6em 0.7em;
653#mainbody input.button:not(.buttongen):not(.bordertransp):hover, #mainbody a.button:not(.buttongen):not(.bordertransp):hover {
654 -webkit-box-shadow: 0px 0px 6px 1px rgb(50 50 50 / 40%), 0px 0px 0px rgb(60 60 60 / 10%);
655 box-shadow: 0px 0px 6px 1px rgb(50 50 50 / 40%), 0px 0px 0px rgb(60 60 60 / 10%);
657#mainbody input.buttongen, #mainbody button.buttongen {
661input.button.massactionconfirmed {
668input:invalid, select:invalid, input.--error , select.--error {
669 border-color: #ea1212;
672section.setupsection {
674 background-color: var(--colorbacktitle1);
678.field-error-icon { color: #ea1212 !important; }
682 border-top:solid 1px var(--inputbordercolor);
683 border-left:solid 1px var(--inputbordercolor);
684 border-right:solid 1px var(--inputbordercolor);
685 border-bottom:solid 1px var(--inputbordercolor);
687 background-color: #FFF;
693input.removedassigned, input.removedassignedresource {
694 padding: 2px !important;
695 vertical-align: text-bottom;
699 padding-left: 1px !important;
700 padding-right: 1px !important;
703 vertical-align: middle;
705input.buttonpayment,
button.buttonpayment, div.buttonpayment {
711 background-image: none;
716 border: 2px solid #ccc;
717 background-color: #eee;
719 color: #888 !important;
722.nofocusvisible:focus-visible {
726div.buttonpayment input {
727 background-color: unset;
728 border-bottom: unset;
730 text-transform: uppercase;
734div.buttonpayment input:focus {
737input.buttonpaymentcb {
738 background-image: url(<?php echo
dol_buildpath($path.
'/theme/common/credit_card.png', 1) ?>);
739 background-size: 26px;
740 background-repeat: no-repeat;
743input.buttonpaymentcheque {
744 background-image: url(<?php echo
dol_buildpath($path.
'/theme/common/cheque.png', 1) ?>);
745 background-repeat: no-repeat;
748input.buttonpaymentcb {
749 background-image: url(<?php echo
dol_buildpath($path.
'/theme/common/credit_card.png', 1) ?>);
750 background-size: 24px;
751 background-repeat: no-repeat;
754input.buttonpaymentpaypal {
755 background-image: url(<?php echo
dol_buildpath($path.
'/paypal/img/object_paypal.png', 1) ?>);
756 background-repeat: no-repeat;
759input.buttonpaymentpaybox {
760 background-image: url(<?php echo
dol_buildpath($path.
'/paybox/img/object_paybox.png', 1) ?>);
761 background-repeat: no-repeat;
764input.buttonpaymentstripe {
765 background-image: url(<?php echo
dol_buildpath($path.
'/stripe/img/object_stripe.png', 1) ?>);
766 background-repeat: no-repeat;
769.logopublicpayment #dolpaymentlogo {
772 image-rendering: -webkit-optimize-contrast;
777 background-color: transparent;
778 color: var(--colortext) !important;
779 border: 1px solid #888;
780 margin: 0 0.45em !important;
783span.userimg.notfirst, div.userimg.notfirst {
786div.userimg.notfirst {
787 display: block-
inline;
791span.timesheetalreadyrecorded input {
793 border-bottom: solid 1px rgba(0,0,0,0.1);
794 margin-right: 1px !important;
796td.onholidaymorning, td.onholidayafternoon {
797 background-color: #fdf6f2;
800 background-color: #f4eede;
802td.onholidayallday:not(.weekend) input {
803 background-color: #f8f7f0;
806 background-color: #eee;
811td.leftborder, td.hide0 {
812 border-left: 1px solid #ccc;
814td.leftborder, td.hide6 {
815 border-right: 1px solid #ccc;
818 border-right: 1px solid #ccc;
821td.linecoldescription.bomline {
825td.amount, span.amount, div.amount, b.amount {
835select.flat, form.flat select, .pageplusone {
839select.flat, form.flat select, .divadvancedsearchfieldcompinput {
850 filter: saturate(0.8);
854 color: var(--colortextlink);
856.optiongrey, .opacitymedium {
859.opacitymediumbycolor {
860 color: rgba(0, 0, 0, 0.4);
872 color: var(--colorwhite);
875 color: #888 !important;
878 color: var(--colorblack);
880.colorblack.totalnboflines {
885 font-size: unset !important;
889 transform: scale(1, -1);
892 transform: scale(-1, 1);
895select:invalid, select.--error {
900 background: var(--inputbackgroundcolordisabled);
901 color: var(--inputcolordisabled);
905 box-shadow: none !important;
907.listactionlargetitle .liste_titre {
911 padding: 0px !important;
912 border: 0px !important;
913 vertical-align: text-bottom;
916input[
type=file] { background-color: transparent; border-top: none; border-left: none; border-right: none; box-shadow: none; }
917input[
type=checkbox] { background-color: transparent; border: none; box-shadow: none; vertical-align: middle; }
918input[
type=radio] { background-color: transparent; border: none; box-shadow: none; vertical-align: middle; }
919input[
type=image] { background-color: transparent; border: none; box-shadow: none; }
920input:-webkit-autofill {
921 background-color: #FBFFEA !important;
922 background-image:none !important;
923 -webkit-box-shadow: 0 0 0 50px #FBFFEA inset;
926input[
type=checkbox], input[
type=radio] {
929.kanban input.checkforselect {
935.placeholder { color: #ccc; }
936select.placeholder { color: #ccc; }
937::-webkit-input-placeholder { color:#ccc; }
938:-moz-placeholder { color:#bbb; }
939::-moz-placeholder { color:#bbb; }
940:-ms-input-placeholder { color:#ccc; }
941input:-moz-placeholder { color:#ccc; }
942select.placeholder option:not(.opacitymediumbycolor):not(.opacitymedium) {
943 color: var(--colortext);
946input[
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; }
948 border: 1px solid #AAAAAA !important;
949 padding-
inline-start: 2em;
950 padding-
inline-end: 2em;
951 min-
inline-size:
auto;
953.legendforfieldsetstep { padding-bottom: 10px; }
954input#onlinepaymenturl, input#directdownloadlink {
960 padding: 20px 0px 0px 0px;
964div#moretabsList, div#moretabsListaction {
968hr { border: 0; border-top: 1px solid #ccc; }
969.tabBar hr { margin-top: 20px; margin-bottom: 17px; }
972table.tableforfield .button:not(.bordertransp):not(.buttonpayment),
973table.tableforfield .buttonDelete:not(.bordertransp):not(.buttonpayment) {
978.button:not(.bordertransp):not(.buttonpayment), .buttonDelete:not(.bordertransp):not(.buttonpayment) {
979 border-color: #c5c5c5;
980 border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
981 display: inline-block;
985 font-family: <?php print $fontlist ?>;
988 color:
#333333 !important;
989 text-decoration: none !important;
990 text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
991 background-color: #f5f5f5;
992 background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
993 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
994 background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
995 background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
996 background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
997 background-repeat: repeat-x;
998 border-color: #e6e6e6 #e6e6e6 #bfbfbf;
999 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1000 border: 1px solid
#bbbbbb;
1001 border-bottom-color: #a2a2a2;
1002 -webkit-border-radius: 2px;
1004 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1005 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1007.refidno .button.smallpaddingimp {
1008 font-size: 0.85em !important;
1010.button:focus, .buttonDelete:focus {
1011 -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 60, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
1012 box-shadow: 0px 0px 6px 1px rgba(0, 0, 60, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
1014.button:hover:not(.nohover), .buttonDelete:hover:not(.nohover) {
1015 -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
1016 box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
1018.button:
disabled, .buttonDelete:
disabled, .button.disabled, .buttonDelete.disabled {
1021 -webkit-box-shadow: none;
1025 pointer-events: none;
1029 -webkit-box-shadow: none;
1031.button_search, .button_removefilter {
1033 background-color: unset;
1035.button_search:hover, .button_removefilter:hover {
1045div.float, span.floatleft
1047 float:<?php print $left; ?>;
1051 float:<?php print $right; ?>;
1063 display:
inline-block;
1067 display:
inline-block !important;
1076 padding-<?php echo $left; ?>: 3px;
1083 -webkit-box-shadow: none !important;
1084 box-shadow: none !important;
1085 -webkit-border-radius:0px !important;
1086 border-radius:0px !important;
1094 vertical-align: top;
1097 vertical-align: middle;
1100 vertical-align: bottom;
1103 vertical-align: text-bottom;
1109 width: 100% !important;
1111.centpercentwithout1imp {
1112 width: calc(100% - 1px) !important;
1114.centpercentwithoutmenu {
1115 width: calc(100% - 200px);
1117.quatrevingtpercent, .inputsearch {
1120.maxquatrevingtpercent {
1126.quatrevingtquinzepercent {
1129.quatrevingtpercentminusx {
1130 width: calc(80% - 52px);
1133 width: calc(100% - 52px);
1135textarea.centpercent {
1151.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
1154.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 {
1161 transform: scaleX(-1) translate(<?php print($left == 'left' ? '' : '-'); ?>2px, 0);
1164 transform: rotate(90deg) translate(0, <?php print($left ==
'left' ?
'' :
'-'); ?>2px);
1171 text-align: center !important;
1183 text-align: <?php print $left; ?>;
1186 text-align: <?php print $right; ?>;
1189 text-align: justify;
1192 float: left!important;
1195 float: right!important;
1198 white-space: <?php print($dol_optimize_smallscreen ?
'normal' :
'nowrap'); ?>;
1200.nowraponsmartphone {
1201 white-space: <?php print($dol_optimize_smallscreen ?
'nowrap' :
'normal'); ?>;
1204 white-space: <?php print($dol_optimize_smallscreen ?
'normal' :
'nowrap'); ?>;
1206.liste_titre .nowrap {
1207 white-space: nowrap;
1210 white-space: nowrap;
1213 white-space: nowrap;
1214 display:
inline-block;
1216.wrapimp, .wrapimp pre {
1217 white-space: normal !important;
1220 word-wrap:
break-word;
1223 word-
break:
break-word !important;
1226 word-
break:
break-word;
1229 word-
break:
break-all;
1231td.wordbreak img, td.wordbreakimp img {
1235 font-weight: bold !important;
1238 font-weight: normal !important;
1241 text-transform: uppercase;
1247 text-decoration: none;
1250 text-decoration: none !important;
1256 padding-<?php print $left; ?>: 0;
1259 padding-<?php print $right; ?>: 0;
1268 padding-<?php print $left; ?>: 0 !important;
1271 padding-<?php print $right; ?>: 0 !important;
1274 padding-top: 0 !important;
1276.nopaddingbottomimp {
1277 padding-bottom: 0 !important;
1280 padding-<?php print $left; ?>: 4px;
1283 padding-<?php print $left; ?>: 4px !important;
1286 padding-<?php print $left; ?>: 2px;
1289 padding-<?php print $left; ?>: 2px !important;
1292 padding-<?php print $right; ?>: 4px;
1295 padding-<?php print $right; ?>: 4px !important;
1298 padding-<?php print $right; ?>: 2px;
1301 padding-<?php print $right; ?>: 2px !important;
1310 padding-bottom: 4px;
1313 padding-bottom: 2px;
1316 margin-<?php print $left; ?>: 2px;
1319 margin-<?php print $right; ?>: 2px;
1322 padding: 6px !important;
1325 width: unset !important;
1334.classfortooltiponclick .fa-question-circle {
1341 cursor: not-allowed;
1347 background-color: #fff;
1349.nobackground, .nobackground tr {
1350 background: unset !important;
1352.checkboxattachfilelabel {
1357 border: 1px solid #888 !important;
1360 color : <?php print $textWarning; ?>
1364 max-height: <?php print
getDolGlobalInt(
'MAIN_CSS_SHORTMESSSAGECUT', 125); ?>px;
1369 max-height: <?php print
getDolGlobalInt(
'MAIN_CSS_LONGMESSSAGECUT', 250); ?>px;
1380 background-color: #e0e0e8;
1383div.urllink, div.urllink a {
1384 color: #339 !important;
1388 border: 1px solid #DFDFDF;
1389 border-radius: 10px;
1391 margin-bottom: 20px;
1395i.fa-mars::before, i.fa-venus::before, i.fa-genderless::before, i.fa-transgender::before {
1396 color: #888 !important;
1398 padding-<?php echo $left; ?>: 3px;
1400.stockmovemententry {
1402 transform: rotate(0.25turn);
1407 transform: rotate(0.3turn);
1413.publisherlogoinline {
1414 vertical-align: middle;
1422 white-space: nowrap;
1426 color : <?php print $textWarning; ?>
1428body[
class*=
"colorblind-"] .text-warning{
1429 color : <?php print $colorblind_deuteranopes_textWarning; ?>
1432 color : <?php print $textSuccess; ?>
1434body[
class*=
"colorblind-"] .text-success{
1435 color : <?php print $colorblind_deuteranopes_textSuccess; ?>
1439 color : <?php print $textDanger; ?>
1442.editfielda span.fa-pencil-alt, .editfielda span.fa-pencil-ruler, .editfielda span.fa-trash, .editfielda span.fa-crop, .editfielda span.fa-eye,
1444 color: #ccc !important;
1446.editfielda span.fa-pencil-alt:hover, .editfielda span.fa-pencil-ruler:hover, .editfielda span.fa-trash:hover, .editfielda span.fa-crop:hover,
1447.editfieldlang:hover {
1448 color: var(--colortexttitle) !important;
1450a.editfielda.nohover *:hover:before {
1451 color: #ccc !important;
1458 float: none !important;
1461span.fa.fa-plus-circle.paddingleft {
1464 padding-bottom: 2px;
1467.size12x { font-size: 1.2em !important; }
1468.size15x { font-size: 1.5em !important; }
1469.fa-toggle-on, .fa-toggle-off, .size2x { font-size: 2em; }
1470.websiteselectionsection .fa-toggle-on, .websiteselectionsection .fa-toggle-off,
1471.asetresetmodule .fa-toggle-on, .asetresetmodule .fa-toggle-off,
1472.tdwebsitesearchresult .fa-toggle-on, .tdwebsitesearchresult .fa-toggle-off {
1473 font-size: 1.5em; vertical-align: text-bottom;
1478 white-space: nowrap;
1479 vertical-align: middle;
1480 text-overflow: ellipsis;
1485<?php include
dol_buildpath($path.
'/theme/'.$theme.
'/badges.inc.php', 0); ?>
1486<?php include
dol_buildpath($path.
'/theme/'.$theme.
'/flags-sprite.inc.php', 0); ?>
1490 border-right: 1px solid #f4f4f4;
1494 border-left: 1px solid #f4f4f4;
1505 vertical-align: middle;
1507.divsocialnetwork:not(:last-child) {
1508 padding-<?php print $right; ?>: 20px;
1511 background-color: rgba(0, 0, 0, 0.08);
1517 display:
inline-block;
1518 margin-<?php print $right; ?>: 12px;
1519 margin-<?php print $left; ?>: 2px;
1524.divsearchfieldfilter {
1525 text-overflow: clip;
1527 white-space: nowrap;
1528 padding-bottom: 5px;
1532.divadvancedsearchfield:first-child {
1535.divadvancedsearchfield {
1538 padding-right: 15px;
1539 padding-bottom: 2px;
1542.divadvancedsearchfield span.select2.select2-container.select2-container--
default {
1543 padding-bottom: 4px;
1545.divadvancedsearchfieldcompinput {
1547 border-bottom: solid 1px var(--inputbordercolor);
1550.search_component_params {
1552 -webkit-flex-flow: row wrap;
1553 flex-flow: row wrap;
1556 padding-bottom: 3px;
1557 padding-<?php echo $left; ?>: 0;
1558 padding-<?php echo $right; ?>: 0;
1559 border-bottom: solid 1px var(--inputbordercolor);
1562.search_component_searchtext {
1565.search_component_params_text, .search_component_params_text:focus {
1566 border-bottom: none;
1568 margin: 0 !important;
1574 padding-bottom: 3px;
1577 display:
inline-block;
1582 display:
inline-block;
1601if (
$conf->browser->layout ==
'phone') {
1603.divsearchfieldfilter {
1604 white-space: nowrap;
1610.a-filter, .a-mesure {
1611 border-radius: 50px;
1612 background: var(--colortexttitlenotab);
1614 padding: 8px 10px 8px 6px;
1622.a-filter:before, .a-mesure:before {
1623 font-family:
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>";
1629 border-radius: 50px;
1630 background: var(--colorbacktitle1);
1643 top:calc(50% - 200px);
1644 left:calc(50% - 250px);
1648 border: 1px solid #bbb;
1649 box-shadow: 2px 2px 20px #ddd;
1659div.div-
for-modal-topright {
1667 border: 1px solid #bbb;
1668 box-shadow: 2px 2px 20px #ddd;
1685 list-style-
type: none;
1687input > ul.attendees {
1692 padding-bottom: 4px;
1696 padding-bottom: 10px;
1701 vertical-align: middle;
1703select.flat.selectlimit {
1707 margin-<?php echo $right; ?>: 10px !important;
1710 margin-<?php echo $left; ?>: 10px !important;
1712.marginleftonlyshort {
1713 margin-<?php echo $left; ?>: 4px !important;
1716 margin-<?php echo $left; ?>: 0px !important;
1719 margin-<?php echo $right; ?>: 0px !important;
1722 margin-<?php echo $right; ?>: 10px !important;
1724.marginrightonlyshort {
1725 margin-<?php echo $right; ?>: 4px !important;
1727.marginrightonlylarge {
1728 margin-<?php echo $right; ?>: 20px !important;
1731 margin-top: 10px !important;
1733.margintoponlyshort {
1734 margin-top: 3px !important;
1737 margin-bottom: 10px !important;
1739.marginbottomonlyshort {
1740 margin-bottom: 3px !important;
1743 margin-top: 0 !important;
1746 margin-bottom: 0 !important;
1749.selectlimit, .selectlimit:focus {
1750 border-left: none !important;
1751 border-top: none !important;
1752 border-right: none !important;
1756 text-decoration: line-through;
1763 text-overflow: unset;
1768 text-overflow: ellipsis;
1769 white-space: nowrap;
1773 text-overflow: ellipsis;
1778 text-overflow: ellipsis;
1779 white-space: nowrap;
1784 text-overflow: ellipsis;
1785 white-space: nowrap;
1790 text-overflow: ellipsis;
1791 white-space: nowrap;
1793.tdoverflowmax80imp {
1794 max-width: 80px !important;
1796 text-overflow: ellipsis;
1797 white-space: nowrap;
1802 text-overflow: ellipsis;
1803 white-space: nowrap;
1805.tdoverflowmax100imp {
1806 max-width: 100px !important;
1808 text-overflow: ellipsis;
1809 white-space: nowrap;
1814 text-overflow: ellipsis;
1815 white-space: nowrap;
1820 text-overflow: ellipsis;
1821 white-space: nowrap;
1826 text-overflow: ellipsis;
1827 white-space: nowrap;
1832 text-overflow: ellipsis;
1833 white-space: nowrap;
1838 text-overflow: ellipsis;
1839 white-space: nowrap;
1844 text-overflow: ellipsis;
1845 white-space: nowrap;
1850 text-overflow: ellipsis;
1851 white-space: nowrap;
1856 text-overflow: ellipsis;
1857 white-space: nowrap;
1863.divintowithtwolinesmax {
1865 display: -webkit-box;
1866 -webkit-box-orient: vertical;
1867 -webkit-line-clamp: 2;
1870.twolinesmax, .twolinesmax-normallineheight {
1871 display: -webkit-box;
1872 -webkit-box-orient: vertical;
1873 -webkit-line-clamp: 2;
1875 height:
auto !important;
1876 word-
break:
break-word;
1878.twolinesmax-normallineheight {
1879 line-height: normal;
1882 display: -webkit-box;
1883 -webkit-box-orient: vertical;
1884 -webkit-line-clamp: 10;
1888.tablelistofcalendars {
1889 margin-top: 25px !important;
1892 white-space: nowrap;
1894.amountpaymentcomplete {
1895 color: var(--amountpaymentcomplete);
1897 white-space: nowrap;
1900 color: var(--amountremaintopaycolor);
1902 white-space: nowrap;
1904.amountremaintopayback {
1906 white-space: nowrap;
1908.amountpaymentneutral {
1909 color: var(--amountremaintopaybackcolor);
1912 white-space: nowrap;
1915.onlinepaymentbody .amountpaymentcomplete {
1916 background-color: var(--amountpaymentcomplete);
1924 margin-bottom: 12px;
1926#builddoc_form ~ .showlinkedobjectblock {
1931.moduledesclong p img,.moduledesclong p a img {
1932 max-width: 90% !important;
1933 height:
auto !important;
1937 border: 1px solid #ccc;
1938 box-shadow: 1px 1px 25px #aaa;
1939 max-width: calc(100% - 56px);
1941.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 {
1949.fa-map-marked-alt:before {
1954 -webkit-text-security: disc;
1966div.fiche>div.tabBar>form>div.div-
table-responsive {
1969.div-
table-responsive, .div-
table-responsive-no-min {
1973.div-
table-responsive {
1974 line-height: var(--heightrow);
1978div.fiche>form>div.div-
table-responsive {
1981div.fiche>form>div.div-
table-responsive, div.fiche>form>div.div-
table-responsive-no-min {
1986div.ticketpublicarealist>form>div.div-
table-responsive {
1994 justify-content: space-between;
1999.flex-item-uploadfile {
2000 border: 2px solid #888;
2005 background: #f4f4f4;
2006 padding: 20px 10px 20px 10px;
2011 margin: 20px 20px 20px 20px;
2015 <?php
if (in_array(
$conf->browser->name, array(
'chrome',
'firefox'))) {
2016 echo
'display: inline-flex;'.
"\n";
2018 flex-flow: row wrap;
2019 justify-content: flex-start;
2027.thumbstat, .thumbstat150 {
2033 justify-content: flex-start;
2034 align-
self: flex-start;
2037select.selectarrowonleft {
2040select.selectarrowonleft option {
2044table[summary=
"list_of_modules"] .fa-cog {
2052 white-space: nowrap;
2063.maxscreenheightless200 {
2064 max-height: <?php echo isset($_SESSION[
'dol_screenheight']) ? max(500, (
int) $_SESSION[
'dol_screenheight'] - 200) : 700; ?>px;
2066.maxscreenheightless300 {
2067 max-height: <?php echo isset($_SESSION[
'dol_screenheight']) ? max(400, (
int) $_SESSION[
'dol_screenheight'] - 300) : 700; ?>px;
2071 border-bottom: 0px !important;
2079.clearboth { clear:both; }
2081.hideobject { display: none; }
2082.showonsmartphone { display: none; }
2084.minwidth25 { min-width: 25px; }
2085.minwidth50 { min-width: 50px; }
2086.minwidth75 { min-width: 75px; }
2087.nominwidth { min-width: fit-content !important; }
2089@media only screen and (min-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC3', round($nbtopmenuentries * 47, 0) + 130); ?>px)
2091 .width20 { width: 20px; }
2092 .width25 { width: 25px; }
2093 .width50 { width: 50px; }
2094 .width75 { width: 75px; }
2095 .width100 { width: 100px; }
2096 .width200 { width: 200px; }
2097 .minwidth100 { min-width: 100px; }
2098 .minwidth150 { min-width: 150px; }
2099 .minwidth200 { min-width: 200px; }
2100 .minwidth250 { min-width: 250px; }
2101 .minwidth300 { min-width: 300px; }
2102 .minwidth400 { min-width: 400px; }
2103 .minwidth500 { min-width: 500px; }
2104 .minwidth50imp { min-width: 50px !important; }
2105 .minwidth75imp { min-width: 75px !important; }
2106 .minwidth100imp { min-width: 100px !important; }
2107 .minwidth125imp { min-width: 125px !important; }
2108 .minwidth200imp { min-width: 200px !important; }
2109 .minwidth250imp { min-width: 250px !important; }
2110 .minwidth300imp { min-width: 300px !important; }
2111 .minwidth400imp { min-width: 400px !important; }
2112 .minwidth500imp { min-width: 500px !important; }
2114.widthauto { width:
auto; }
2115.width20 { width: 20px; }
2116.width25 { width: 25px; }
2117.width40 { width: 40px; }
2118.width50 { width: 50px; }
2119.width75 { width: 75px; }
2120.width100 { width: 100px; }
2121.width125 { width: 125px; }
2122.width150 { width: 150px; }
2123.width200 { width: 200px; }
2124.width250 { width: 250px; }
2125.width300 { width: 300px; }
2126.width400 { width: 400px; }
2127.width500 { width: 500px; }
2128.maxwidth25 { max-width: 25px; }
2129.maxwidth40 { max-width: 40px; }
2130.maxwidth50 { max-width: 50px; }
2131.maxwidth75 { max-width: 75px; }
2132.maxwidthdate { max-width: 85px; }
2133.maxwidth100 { max-width: 100px; }
2134.maxwidth125 { max-width: 125px; }
2135.maxwidth150 { max-width: 150px; }
2136.maxwidth200 { max-width: 200px; }
2137.maxwidth250 { max-width: 250px; }
2138.maxwidth300 { max-width: 300px; }
2139.maxwidth400 { max-width: 400px; }
2140.maxwidth500 { max-width: 500px; }
2141.maxwidth750 { max-width: 750px; }
2142.maxwidth1000 { max-width: 1000px; }
2143.maxwidth50imp { max-width: 50px !important; }
2144.maxwidth75imp { max-width: 75px !important; }
2146.minwidth100onall { min-width: 100px !important; }
2147.minwidth200onall { min-width: 200px !important; }
2148.minwidth250onall { min-width: 250px !important; }
2150.minheight20 { min-height: 20px; }
2151.minheight30 { min-height: 30px; }
2152.minheight40 { min-height: 40px; }
2153.titlefieldcreate { width: 20%; }
2154.titlefield { min-width: 150px; width: 25%; }
2155.titlefieldmiddle { width: 50%; }
2156.titlefieldmax45 { max-width: 45%; min-width: 180px; }
2157.imgmaxwidth180 { max-width: 180px; }
2158.imgmaxheight50 { max-height: 50px; }
2160.width20p { width:20%; }
2161.width25p { width:25%; }
2162.width40p { width:40%; }
2163.width50p { width:50%; }
2164.width60p { width:60%; }
2165.width75p { width:75%; }
2166.width80p { width:80%; }
2167.width100p { width:100%; }
2171@media only screen and (max-width: 1400px)
2174 .titlefieldcreate { width: 30% !important; }
2175 .minwidth50imp { min-width: 50px !important; }
2176 .minwidth75imp { min-width: 75px !important; }
2177 .minwidth100imp { min-width: 100px !important; }
2178 .minwidth125imp { min-width: 125px !important; }
2179 .minwidth150imp { min-width: 150px !important; }
2180 .minwidth200imp { min-width: 200px !important; }
2181 .minwidth250imp { min-width: 250px !important; }
2182 .minwidth300imp { min-width: 300px !important; }
2183 .minwidth400imp { min-width: 300px !important; }
2184 .minwidth500imp { min-width: 300px !important; }
2186 .linkedcol-element {
2192@media only screen and (max-width: 1000px)
2194 .titlefieldmax45 { min-width: 100px; }
2195 .maxwidthonsmartphone { max-width: 100px; }
2196 .minwidth50imp { min-width: 50px !important; }
2197 .minwidth75imp { min-width: 70px !important; }
2198 .minwidth100imp { min-width: 100px !important; }
2199 .minwidth125imp { min-width: 125px !important; }
2200 .minwidth150imp { min-width: 110px !important; }
2201 .minwidth200imp { min-width: 110px !important; }
2202 .minwidth250imp { min-width: 115px !important; }
2203 .minwidth300imp { min-width: 120px !important; }
2204 .minwidth400imp { min-width: 150px !important; }
2205 .minwidth500imp { min-width: 250px !important; }
2209select.widthcentpercentminusx, span.widthcentpercentminusx:not(.select2-selection), input.widthcentpercentminusx {
2210 width: calc(100% - 50px) !important;
2211 display:
inline-block;
2214select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-selection), input.widthcentpercentminusxx {
2215 width: calc(100% - 70px) !important;
2216 display:
inline-block;
2221@media only screen and (max-width: 768px)
2224 font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?>;
2227 font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?> !important;
2229 .divadvancedsearchfield {
2235 padding-<?php echo $right; ?>: 10px !important;
2238 table.liste tr.trkanban td {
2239 padding: 10px 6px 10px 6px;
2242 .hideonsmartphone { display: none; }
2243 .hideonsmartphoneimp { display: none !important; }
2244 .showonsmartphone { display: block !important; }
2246 .margintoponsmartphone { margin-top: 6px; }
2248 select.minwidth100imp, select.minwidth100, select.minwidth200, select.minwidth200imp, select.minwidth300 {
2249 width: calc(100% - 40px) !important;
2250 display:
inline-block;
2252 select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-selection), input.widthcentpercentminusxx {
2253 width: calc(100% - 70px) !important;
2254 display:
inline-block;
2258 input.maxwidthinputfileonsmartphone {
2262 input.buttonpayment,
button.buttonpayment, div.buttonpayment {
2266 .smallonsmartphone {
2270 .nopaddingtoponsmartphone {
2271 padding-top: 0 !important;
2273 .nopaddingbottomonsmartphone {
2274 padding-bottom: 0 !important;
2279@media only screen and (max-width: 570px)
2282 font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?>;
2286 font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?> !important;
2289 .login_vertical_align {
2292 .login_table input#username, .login_table input#password, .login_table input#securitycode {
2293 margin-left: 5px !important;
2295 div#login_left, div#login_right {
2296 min-width: 150px !important;
2297 padding-left: 5px !important;
2298 padding-right: 5px !important;
2300 .login_table div#login_right .tdinputlogin, .login_table div#login_right .tdinputlogin input {
2301 min-width: 150px !important;
2304 .divmainbodylarge { margin-left: 10px; margin-right: 10px; }
2306 .tdoverflowmax100onsmartphone {
2309 text-overflow: ellipsis;
2310 white-space: nowrap;
2312 .tdoverflowmax150onsmartphone {
2315 text-overflow: ellipsis;
2316 white-space: nowrap;
2320 margin-top: <?php print($dol_hide_topmenu ?
'12' :
'6'); ?>px !important;
2322 .border tbody tr, .border tbody tr td, div.tabBar
table.border tr, div.tabBar
table.border tr td, div.tabBar div.border .table-border-row, div.tabBar div.border .table-key-border-col, div.tabBar div.border .table-val-border-col {
2323 height: 40px !important;
2325 div.tabBar .listofinvoicetype
table tr, div.tabBar .listofinvoicetype
table tr td {
2326 height: 28px !important;
2329 div.tabs div.tab a.tab {
2332 text-overflow: ellipsis;
2333 white-space: nowrap;
2336 .quatrevingtpercent, .inputsearch {
2342 padding-bottom: 5px;
2345 .login_table .tdinputlogin {
2346 min-width: unset !important;
2348 input, input[
type=text], input[
type=password], select, textarea {
2354 .noenlargeonsmartphone { width : 50px !important; display:
inline !important; }
2355 .maxwidthonsmartphone, #search_newcompany.ui-autocomplete-input { max-width: 100px; }
2356 .maxwidth50onsmartphone { max-width: 40px; }
2357 .maxwidth75onsmartphone { max-width: 50px; }
2358 .maxwidth100onsmartphone { max-width: 70px; }
2359 .maxwidth125onsmartphone { max-width: 100px; }
2360 .maxwidth150onsmartphone { max-width: 120px; }
2361 .maxwidth150onsmartphoneimp { max-width: 120px !important; }
2362 .maxwidth200onsmartphone { max-width: 200px; }
2363 .maxwidth250onsmartphone { max-width: 250px; }
2364 .maxwidth300onsmartphone { max-width: 300px; }
2365 .maxwidth400onsmartphone { max-width: 400px; }
2366 .minwidth150 { min-width: 110px !important; }
2367 .minwidth50imp { min-width: 50px !important; }
2368 .minwidth75imp { min-width: 75px !important; }
2369 .minwidth100imp { min-width: 100px !important; }
2370 .minwidth125imp { min-width: 125px !important; }
2371 .minwidth150imp { min-width: 110px !important; }
2372 .minwidth200imp { min-width: 110px !important; }
2373 .minwidth250imp { min-width: 115px !important; }
2374 .minwidth300imp { min-width: 120px !important; }
2375 .minwidth400imp { min-width: 150px !important; }
2376 .minwidth500imp { min-width: 250px !important; }
2377 .titlefield { width:
auto; min-width: unset; }
2378 .titlefieldcreate { min-width: 125px; }
2382 width: <?php print
dol_size(300,
'width'); ?>px;
2392 padding-<?php echo $right; ?>: 5px;
2393 padding-bottom: 5px;
2395 img.photoref, div.photoref {
2397 -webkit-box-shadow: none;
2402 object-fit: contain;
2406 padding-<?php echo $right; ?>: 10px;
2409 div.statusref img, div.statusrefbis {
2410 padding-<?php echo $right; ?>: 3px !important;
2413 input.buttonpayment {
2419@media only screen and (max-width: 320px)
2421 .maxwidth300 { max-width: 260px; }
2424.linkobject { cursor: pointer; }
2426table.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 {
2427 color: var(--tableforfieldcolor);
2430<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2431.hideonprint { display: none !important; }
2447 white-space: nowrap;
2460 table-layout: fixed;
2463#id-right, #id-left {
2464 display:
table-cell;
2466 vertical-align: top;
2469<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2472 <?php
if ($colorbackhmenu1 ==
'255,255,255') { ?>
2473 border-bottom: 1px solid rgba(0,0,0,0.2);
2485 padding-bottom: 20px;
2486<?php
if (
GETPOST(
'optioncss',
'aZ09') !=
'print') { ?>
2487 padding-<?php print $left; ?>: <?php echo $leftmenuwidth + 9; ?>px;
2491.bodyforlist #
id-right {
2492 padding-bottom: 4px;
2497.classforhorizontalscrolloftabs #
id-container {
2500.classforhorizontalscrolloftabs .side-nav {
2504.classforhorizontalscrolloftabs #
id-right {
2505 width:calc(100% - 252px);
2506 display:
inline-block;
2512<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2515 background: var(--colorbackvmenu1);
2517 box-shadow: 3px 0 6px -2px #eee;
2521 font-family:
"RobotoDraft",
"Roboto",sans-serif;
2522 <?php echo $left; ?>: 0;
2524 if (in_array(
$conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) {
2530 -webkit-transform: translateZ(0);
2531 -moz-transform: translateZ(0);
2532 -ms-transform: translateZ(0);
2533 -o-transform: translateZ(0);
2534 transform: translateZ(0);
2535 -webkit-transform-style: preserve-3d;
2536 -moz-transform-style: preserve-3d;
2537 -ms-transform-style: preserve-3d;
2538 -o-transform-style: preserve-3d;
2539 transform-style: preserve-3d;
2540 -webkit-transition-delay: 0.1s;
2541 -moz-transition-delay: 0.1s;
2542 transition-delay: 0.1s;
2543 -webkit-transition-duration: 0.2s;
2544 -moz-transition-duration: 0.2s;
2545 transition-duration: 0.2s;
2546 -webkit-transition-property: -webkit-transform;
2547 -moz-transition-property: -moz-transform;
2548 transition-property: transform;
2549 -webkit-transition-timing-
function: cubic-bezier(0.4, 0, 0.2, 1);
2550 -moz-transition-timing-
function: cubic-bezier(0.4, 0, 0.2, 1);
2551 transition-timing-
function: cubic-bezier(0.4, 0, 0.2, 1);
2552 -webkit-overflow-scrolling: touch;
2554 if (in_array(
$conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) {
2567.side-nav-vert, #
id-right {
2568 transition: padding-left 0.5s ease, margin-left 0.5s ease;
2571.side-nav, .login_block {
2572 transition: left 0.5s ease;
2575body.sidebar-collapse .side-nav-vert, body.sidebar-collapse #
id-right {
2582 margin-<?php echo $left; ?>: <?php echo $leftmenuwidth + 6; ?>px;
2586body.sidebar-collapse .side-nav, body.sidebar-collapse .login_block_other
2600<?php
if (in_array(
$conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) { ?>
2610 if (in_array(
$conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) {
2612 overflow-x: initial !important;
2622div.backgroundsemitransparent {
2623 background:rgba(255, 255, 255, 0.7);
2625 padding-right: 10px;
2632.login_block_getinfo {
2635.login_block_getinfo div.login_block_user {
2638.login_block_getinfo .atoplogin, .login_block_getinfo .atoplogin:hover {
2639 color: #333 !important;
2641.login_block_elem a span.atoplogin, .login_block_elem span.atoplogin {
2642 vertical-align: middle;
2647 padding-<?php print $left; ?>: 0 ! important;
2651 background: var(--colorbackvmenu1);
2652 border-right: 1px solid rgba(0,0,0,0.3);
2655 if (in_array(
$conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) { ?>
2656 top: 66px ! important;
2658 top: 60px ! important;
2662 margin-<?php print $left; ?>: 6px !important;
2663 margin-<?php print $right; ?>: 6px !important;
2668 margin-<?php print $left; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 6 : (empty(
$conf->dol_optimize_smallscreen) ?
'35' :
'6')); ?>px;
2669 margin-<?php print $right; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 6 : (empty(
$conf->dol_optimize_smallscreen) ?
'33' :
'6')); ?>px;
2670 <?php
if (!empty($dol_hide_topmenu) ||
GETPOST(
'dol_openinpopup',
'aZ09')) {
2671 print
'margin-top: 12px;';
2673 margin-bottom: 15px;
2675body.onlinepaymentbody div.fiche {
2676 margin: 20px !important;
2678div.fiche>
table:first-child {
2679 margin-bottom: 15px !important;
2689 <?php
if (
$conf->browser->layout !=
'phone') {
2690 print
"float: ".$left.
";\n";
2692 <?php
if (
$conf->browser->layout !=
'phone') {
2693 print
"width: calc(50% - 16px);\n";
2695 <?php
if (
$conf->browser->layout ==
'phone') {
2696 print
"padding-bottom: 6px;\n";
2699div.fichetwothirdright {
2700 <?php
if (
$conf->browser->layout !=
'phone') {
2701 print
"float: ".$right.
";\n";
2703 <?php
if (
$conf->browser->layout !=
'phone') {
2704 print
"width: calc(50% - 16px);\n";
2706 <?php
if (
$conf->browser->layout ==
'phone') {
2707 print
"padding-bottom: 6px\n";
2711 <?php
if (
$conf->browser->layout !=
'phone') {
2712 print
"float: ".$left.
";\n";
2714 <?php
if (
$conf->browser->layout !=
'phone') {
2715 print
"width: calc(50% - 16px);\n";
2717 margin-bottom: 20px;
2720 <?php
if (
$conf->browser->layout !=
'phone') {
2721 print
"float: ".$right.
";\n";
2723 <?php
if (
$conf->browser->layout !=
'phone') {
2724 print
"width: calc(50% - 16px);\n";
2728 <?php
if (
$conf->browser->layout ==
'phone') {
2729 print
"margin-top: 10px;\n";
2734@media only screen and (max-width: 1499px)
2736 div.fichehalfleft-lg {
2740 div.fichehalfright-lg {
2745 .fichehalfright-lg .fichehalfright {
2750div.secondcolumn > div >
table.noborder {
2762@media only screen and (max-width: 900px)
2765 margin-<?php print $left; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 6 : ($dol_hide_leftmenu ?
'4' :
'20')); ?>px;
2766 margin-<?php print $right; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 8 : 16); ?>px;
2767 <?php
if (!empty(
$conf->dol_hide_leftmenu) && !empty(
$conf->dol_hide_topmenu)) {
2768 print
'margin-top: 4px;';
2770 margin-bottom: 15px;
2776 div.fichecenterbis {
2779 div.fichethirdleft {
2782 padding-bottom: 6px;
2784 div.fichetwothirdright {
2787 padding-bottom: 6px;
2793 div.fichehalfright {
2797 div.fichehalfright {
2800 div.firstcolumn div.box {
2803 div.secondcolumn div.box {
2809div.fichehalfright tr.liste_titre:first-child td
table.nobordernopadding td {
2813 padding: 0 !important;
2821td.nobordernopadding.widthpictotitle.col-picto {
2822 color: var(--colortexttitlenotab);
2826 margin-<?php echo $right; ?>: 8px;
2831span.widthpictotitle {
2834.table-list-of-attached-files .col-picto, .table-list-of-links .col-picto {
2835 opacity: 0.7 !important;
2839.table-list-of-attached-files .col-picto .widthpictotitle, .table-list-of-links .col-picto .widthpictotitle {
2849 vertical-align: middle;
2852.pictowarning, .pictoerror, .pictopreview, .pictonopreview {
2853 padding-<?php echo $left; ?>: 3px;
2857 color: <?php echo $badgeWarning; ?>;
2860 color: <?php echo $badgeDanger ?>;
2865.fiche .arearef img.pictoedit, .fiche .arearef span.pictoedit,
2866.fiche .fichecenter img.pictoedit, .fiche .fichecenter span.pictoedit,
2867.tagtdnote span.pictoedit {
2870img.hideonsmartphone.pictoactionview {
2871 vertical-align: bottom;
2879img.pictofixedwidth {
2885 padding-left: 1px !important;
2888 padding-bottom: 1px;
2894 padding-bottom: 10px;
2896div.attachareaformuserfileecm {
2902 padding-bottom: 5px;
2903 margin-bottom: 10px;
2905div.arearefnobottom {
2907 padding-bottom: 4px;
2912div.divphotoref:last-child {
2913 padding-<?php echo $right; ?>: 20px;
2916 padding-bottom: 10px;
2919 float: <?php echo $right; ?>;
2920 padding-<?php echo $left; ?>: 12px;
2922 margin-bottom: 10px;
2928 vertical-align: text-bottom;
2934 vertical-align: text-bottom;
2936img.photoref, div.photoref {
2937 border: 1px solid #CCC;
2938 -webkit-box-shadow: 3px 3px 4px #DDD;
2939 box-shadow: 3px 3px 4px #DDD;
2943 object-fit: contain;
2945img.photokanban, div.photokanban {
2949 vertical-align: middle;
2952div.photoref .fa, div.photoref .fas, div.photoref .far {
2957 object-fit: contain;
2961 vertical-align:middle;
2964.difforspanimgright {
2965 display:
table-cell;
2966 padding-right: 10px;
2968img.photorefnoborder {
2972 object-fit: contain;
2973 border: 1px solid #AAA;
2974 border-radius: 100px;
2979 border-bottom: <?php echo $borderwidth ?>px solid var(--colortopbordertitle1);
2982.trextrafieldseparator td, .trextrafields_collapse_last td {
2983 border-bottom: 1px solid var(--colortopbordertitle1) !important;
2986 margin: 0 !important;
2987 padding-bottom: 0 !important;
3004$maxwidthloginblock = 110;
3005if (
getDolGlobalInt(
'THEME_TOPMENU_DISABLE_IMAGE') == 1 || !empty($user->conf->MAIN_OPTIMIZEFORTEXTBROWSER)) {
3008 $maxwidthloginblock = 180;
3014<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3017 background: var(--colorbackhmenu1);
3029<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3039li.tmenusel::after, li.tmenusel:hover::after {
3044 left: calc(50% - 6px);
3047 border-style: solid;
3048 border-width: 0px 6px 5px 6px;
3049 border-color: transparent transparent #ffffff transparent;
3053<?php
if ($disableimages) { ?>
3059<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3064 white-space: nowrap;
3066 border-<?php print $left; ?>: 0px;
3067 border-<?php print $right; ?>: 0px;
3068 padding: 0px 0px 0px 0px;
3069 margin: 0px 0px 0px 0px;
3071 font-weight: normal;
3073 text-decoration: none;
3076div.tmenudisabled, a.tmenudisabled {
3079a.tmenudisabled:link, a.tmenudisabled:visited, a.tmenudisabled:hover, a.tmenudisabled:active {
3080 font-weight: normal;
3081 padding: 0px 5px 0px 5px;
3082 white-space: nowrap;
3083 color: var(--colortextbackhmenu);
3084 text-decoration: none;
3085 cursor: not-allowed;
3087span.mainmenuaspan.tmenudisabled {
3088 color: var(--colortextbackhmenu);
3090 cursor: not-allowed;
3093a.disabled, span.tmenu {
3095 text-decoration: none !important;
3099a.tmenu:link, a.tmenu:visited, a.tmenu:hover, a.tmenu:active {
3100 font-weight: normal;
3101 padding: 0px 5px 0px 5px;
3102 white-space: nowrap;
3104 color: var(--colortextbackhmenu);
3105 text-decoration: none;
3107a.tmenusel:link, a.tmenusel:visited, a.tmenusel:hover, a.tmenusel:active {
3108 font-weight: normal;
3109 padding: 0px 5px 0px 5px;
3110 margin: 0px 0px 0px 0px;
3111 white-space: nowrap;
3112 color: var(--colortextbackhmenu);
3113 text-decoration: none !important;
3118 padding: 0px 0px 0px 0px;
3119 margin: 0px 0px 0px 0px;
3126 background: var(--colorbackhmenu1);
3135li.tmenu, li.tmenusel {
3136 <?php print $minwidthtmenu ?
'min-width: '.$minwidthtmenu.
'px;' :
''; ?>
3138 vertical-align: bottom;
3140 float: <?php print $left; ?>;
3141 <?php
if (!$disableimages) { ?>
3142 height: <?php print $heightmenu; ?>px;
3143 padding: 0px 0px 2px 0px;
3145 padding: 0px 0px 0px 0px;
3150 margin: 0px 0px 0px 0px;
3151 font-weight: normal;
3157.tmenuend .tmenuleft { width: 0px; }
3158.tmenuend { display: none; }
3162 float: <?php print $left; ?>;
3164 <?php
if (empty(
$conf->dol_optimize_smallscreen)) { ?>
3166 <?php
if (!$disableimages) { ?>
3167 height: <?php print $heightmenu + 4; ?>px;
3175 <?php
if ($disableimages) { ?>
3180 height: <?php print $heightmenu; ?>px;
3185 padding-bottom: 5px;
3187 text-overflow: ellipsis;
3191 padding-<?php print $left; ?>: 2px;
3192 padding-<?php print $right; ?>: 2px;
3193 font-family: Roboto,<?php echo $fontlist; ?>;
3200 background-repeat:no-repeat;
3202 height: <?php echo($heightmenu - 22); ?>px;
3206a.tmenuimage:focus, .mainmenu.topmenuimage:focus {
3223<?php
if (in_array(
getDolGlobalInt(
'THEME_TOPMENU_DISABLE_IMAGE'), array(2, 3, 4))) { ?>
3224.tmenulabel:not(.menuhider), .tmenulabel:not(.menuhider)::before {
3228a.tmenuimage:not(.menuhider), a.tmenuimage:not(.menuhider)::before,
3229div.tmenuimage:not(.menuhider), div.tmenuimage:not(.menuhider)::before,
3230span.tmenuimage:not(.menuhider), span.tmenuimage:not(.menuhider)::before {
3232 margin-top: 8px !important;
3238ul.tmenu:hover .tmenulabel:not(.menuhider), ul.tmenu:hover .tmenulabel:not(.menuhider)::before {
3242 text-overflow: ellipsis;
3246 display: initial !important;
3247 line-height: 0.6em !important;
3248 height: 1em !important;
3250 text-overflow: ellipsis;
3251 color: var(--colortextbackhmenu);
3254ul.tmenu:hover .tmenuimage:not(.menuhider), ul.tmenu:hover .tmenuimage:not(.menuhider)::before {
3257 margin-top: 0px !important;
3263li.tmenu:hover .tmenulabel:not(.menuhider), li.tmenu:hover .tmenulabel:not(.menuhider)::before {
3264 display: initial !important;
3266li.tmenu:hover .tmenuimage:not(.menuhider), li.tmenu:hover .tmenuimage:not(.menuhider):before {
3267 font-size: 1.1em !important;
3268 margin-top: 0px !important;
3274<?php
if (empty($dol_hide_topmenu)) { ?>
3275 <?php include
dol_buildpath($path.
'/theme/'.$theme.
'/main_menu_fa_icons.inc.php', 0); ?>
3280 $moduletomainmenu = array(
3281 'user' =>
'',
'syslog' =>
'',
'societe' =>
'companies',
'projet' =>
'project',
'propale' =>
'commercial',
'commande' =>
'commercial',
3282 'produit' =>
'products',
'service' =>
'products',
'stock' =>
'products',
3283 'don' =>
'accountancy',
'tax' =>
'accountancy',
'banque' =>
'accountancy',
'facture' =>
'accountancy',
'compta' =>
'accountancy',
'accounting' =>
'accountancy',
'adherent' =>
'members',
'import' =>
'tools',
'export' =>
'tools',
'mailing' =>
'tools',
3284 'contrat' =>
'commercial',
'ficheinter' =>
'commercial',
'ticket' =>
'ticket',
'deplacement' =>
'commercial',
3285 'fournisseur' =>
'companies',
3286 'barcode' =>
'',
'fckeditor' =>
'',
'categorie' =>
'',
3288 $mainmenuused =
'home';
3289 foreach (
$conf->modules as $val) {
3290 $mainmenuused .=
','.(isset($moduletomainmenu[$val]) ? $moduletomainmenu[$val] : $val);
3292 $mainmenuusedarray = array_unique(explode(
',', $mainmenuused));
3296 $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');
3298 $divnotrequired = array(
'multicurrency',
'salaries',
'ticket',
'margin',
'opensurvey',
'paybox',
'expensereport',
'incoterm',
'prelevement',
'propal',
'workflow',
'notification',
'supplier_proposal',
'cron',
'product',
'productbatch',
'expedition');
3299 foreach ($mainmenuusedarray as $val) {
3300 if (empty($val) || in_array($val, $divalreadydefined)) {
3303 if (in_array($val, $divnotrequired)) {
3310 $constformoduleicon =
'MAIN_MODULE_'.strtoupper($val).
'_ICON';
3312 if ($iconformodule) {
3313 if (preg_match(
'/^fa\-/', $iconformodule)) {
3316 $url =
dol_buildpath(
'/'.$val.
'/img/'.$iconformodule.
'.png', 1);
3321 foreach (
$conf->file->dol_document_root as $dirroot) {
3322 if (file_exists($dirroot.
"/".$val.
"/img/".$val.
".png")) {
3332 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";
3333 print
'div.mainmenu.'.$val.
' span::before {'.
"\n";
3334 print
'content: "\f249";'.
"\n";
3339 print
"div.mainmenu.".$val.
" {\n";
3340 print
" background-image: url(".$url.
");\n";
3341 print
" background-position-y: 3px;\n";
3342 print
" filter: saturate(0);\n";
3345 print
'/* icon for module '.$val.
' is a fa icon */'.
"\n";
3354 padding:0 0 0 0 !important;
3355 margin:0 0px 0 0 !important;
3356 <?php
if ($disableimages) { ?>
3361 <?php
if ($disableimages) { ?>
3366 text-decoration: none;
3380 background: #f0f0f0;
3387 display:
table-cell;
3388 vertical-align: middle;
3390.login_vertical_align {
3392 padding-bottom: 80px;
3395 padding-bottom: 30px;
3397 vertical-align: middle;
3401 color: #aaa !important;
3402 padding-bottom: 20px;
3406 text-shadow: 1px 1px 1px #FFF;
3413 padding-bottom:12px;
3416 background-color: #FFFFFF;
3418 -webkit-box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(60,60,60,0.15);
3419 box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(60,60,60,0.15);
3422 border:solid 1px rgba(80,80,80,.4);
3424 border-top:solid 1px #f8f8f8;
3426.login_table input#username, .login_table input#password, .login_table input#securitycode{
3434.login_table input#username:focus, .login_table input#password:focus, .login_table input#securitycode:focus {
3435 outline: none !important;
3437.login_table .trinputlogin {
3440.login_table .tdinputlogin {
3441 background-color: #fff;
3445.login_table .tdinputlogin {
3446 border-bottom: 1px solid #ccc;
3448.login_table .tdinputlogin .fa {
3454 word-
break:
break-word;
3457.login_main_message {
3460 margin-bottom: 10px;
3462.login_main_message .error {
3463 border: 1px solid #caa;
3466div#login_left, div#login_right {
3467 display:
inline-block;
3471 padding-right: 16px;
3473 vertical-align: middle;
3475div#login_right select#entity {
3481table.login_table_securitycode {
3482 border-spacing: 0px;
3484table.login_table_securitycode tr td {
3492 border: 1px solid #f4f4f4;
3494#img_logo, .img_logo {
3498.loginbuttonexternal {
3501 border: 1px solid #ccc;
3507.atoplogin.dropdown .dropdown-menu {
3514 padding-bottom: 3px;
3516 <?php print $left; ?>: 0;
3517<?php
if (in_array(
$conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) { ?>
3524 vertical-align: middle;
3525 background: var(--colorbackvmenu1);
3526 width: <?php echo $leftmenuwidth + 6; ?>px;
3528 <?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3532.sidebar-collapse div.login_block {
3536 color: var(--colortextbackvmenu);
3537 display:
inline-block;
3539div.login_block a .atoploginusername {
3540 color: var(--colortextbackhmenu);
3541 display:
inline-block;
3544 text-overflow: ellipsis;
3546div.login_block span.aversion {
3547 color: var(--colortextbackvmenu);
3548 filter: contrast(0.7);
3550div.login_block
table {
3556 float: <?php echo $right; ?>;
3559 color: var(--colortextvmenu);
3562 color: var(--colortextvmenu);
3563 text-decoration:underline;
3565div.login_block_user, div.login_block_other { clear: both; }
3566div.login_block_other { padding-top: 15px; }
3567div.login_block_tools { padding-top: 0px; }
3569.topnav div.login_block_user {
3570 display:
inline-block;
3571 vertical-align: middle;
3572 line-height: <?php echo $disableimages ?
'25' :
'70'; ?>px;
3573 height: <?php echo $disableimages ?
'25' :
'70'; ?>px;
3575.topnav div.login_block_other {
3576 display:
inline-block;
3577 vertical-align: middle;
3578 clear: <?php echo $disableimages ?
'none' :
'both'; ?>;
3580 text-align: <?php echo $right; ?>;
3581 margin-<?php echo $right; ?>: 8px;
3585.login_block_other .login_block_elem {
3590 float: <?php echo $right; ?>;
3591 vertical-align: middle;
3592 padding: 0px 3px 0px 3px !important;
3595.login_block_elem_name {
3599 white-space: nowrap;
3602 text-overflow: ellipsis;
3606.atoplogin, .atoplogin:hover {
3607 color: var(--colortextbackvmenu) !important;
3609.alogin, .alogin:hover {
3610 color: #888 !important;
3611 font-weight: normal !important;
3612 font-size: <?php echo is_numeric($fontsizesmaller) ? $fontsizesmaller.
'px' : $fontsizesmaller; ?> !important;
3614.alogin:hover, .atoplogin:hover {
3615 text-decoration:underline !important;
3617span.fa.atoplogin, span.fa.atoplogin:hover {
3619 text-decoration: none !important;
3621img.login, img.printer, img.entity {
3624 text-decoration: none;
3628.userimg.atoplogin img.userphoto, .userimgatoplogin img.userphoto {
3630 width: <?php echo $disableimages ?
'26' :
'30'; ?>px;
3631 height: <?php echo $disableimages ?
'26' :
'30'; ?>px;
3633 background-size: contain;
3634 background-color: #FFF;
3637 border-radius: 0.75em;
3640 background-size: contain;
3641 vertical-align: middle;
3643span.userimg div.userphoto {
3644 background-color: #eee;
3645 border-radius: 0.72em;
3649 display:
inline-block;
3652 border-radius: 0.6em;
3655 background-size: contain;
3656 vertical-align: middle;
3658img.userphoto[alt=
"Gravatar avatar"], img.photouserphoto.dropdown-
user-image[alt=
"Gravatar avatar"] {
3661img.userphotopublicvcard {
3665 background-size: contain;
3667 border-color: rgba(128, 128, 128, 0.5);
3672form[
name=
"addtime"] img.userphoto {
3673 border: 1px solid #444;
3676 background-image: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/object_user.png', 1); ?>);
3677 background-repeat: no-repeat;
3679.span-icon-password {
3680 background-image: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/lock.png', 1); ?>);
3681 background-repeat: no-repeat;
3688div.vmenu, td.vmenu {
3689 margin-<?php print $right; ?>: 2px;
3691 float: <?php print $left; ?>;
3693 padding-bottom: 0px;
3695 width: <?php echo $leftmenuwidth; ?>px;
3699 margin-<?php print $left; ?>: 4px;
3700 <?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3705.vmenusearchselectcombo {
3706 width: <?php echo $leftmenuwidth - 20; ?>px;
3711 padding-bottom: 3px;
3713 text-overflow: ellipsis;
3715#menu_contenu_logo { padding-right: 4px; }
3716.companylogo { padding-top: 4px; }
3717.searchform { padding-top: 10px; }
3718.searchform .bordertransp { border: 0; }
3719#divsearchforms2 form.searchform .button { border: none !important; }
3721a.vmenu:link, a.vmenu:visited, a.vmenu:hover, a.vmenu:active, span.vmenu, span.vsmenu {
3722 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;
3724span.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; }
3725a.vmenu:link, a.vmenu:visited {
3726 color: var(--colortextbackvmenu);
3729a.vsmenu:link, a.vsmenu:visited, a.vsmenu:hover, a.vsmenu:active, span.vmenu, span.vsmenu {
3730 font-size:<?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize ?>; font-family: <?php print $fontlist ?>; text-align: <?php print $left; ?>; font-weight: normal;
3731 color: var(--colortextbackvmenu);
3732 margin: 1px 1px 1px 8px;
3734span.vsmenudisabled:not(.spanlilevel0), font.vsmenudisabled:not(.spanlilevel0) {
3735 font-size:<?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize ?>;
3737span.vsmenudisabled, font.vsmenudisabled {
3738 font-family: <?php print $fontlist ?>;
3739 text-align: <?php print $left; ?>;
3740 font-weight: normal;
3741 color: var(--colortextbackvmenu);
3742 white-space: nowrap;
3744a.vsmenu:link, a.vsmenu:visited {
3745 color: var(--colortextbackvmenu);
3746 white-space: nowrap;
3748span.vsmenudisabledmargin, font.vsmenudisabledmargin { margin: 1px 1px 1px 8px; }
3750a.help:link, a.help:visited, a.help:hover, a.help:active, span.help {
3751 text-align: <?php print $left; ?>; font-weight: normal; color: #999; text-decoration: none;
3759 color: var(--colortextbackhmenu);
3761 display:
inline-block;
3763 vertical-align: super;
3765 transform: rotate(<?php echo($left ==
'left' ?
'55deg' :
'305deg'); ?>);
3770 border-bottom: 0 !important;
3773 margin: <?php echo $disableimages ?
'-1' :
'6'; ?>px;
3777 height: <?php echo $disableimages ?
'18' :
'32'; ?>px;
3780 vertical-align: middle;
3782.menulogocontainer img.mycompany {
3783 object-fit: contain;
3786 image-rendering: -webkit-optimize-contrast;
3789#mainmenutd_companylogo::after {
3792li#mainmenutd_companylogo .tmenucenter {
3795li#mainmenutd_companylogo {
3796 min-width: unset !important;
3798<?php
if ($disableimages) { ?>
3799 li#mainmenutd_home {
3800 min-width: unset !important;
3802 li#mainmenutd_home .tmenucenter {
3807div.blockvmenupair, div.blockvmenuimpair
3809 font-family: <?php print $fontlist ?>;
3810 text-align: <?php print $left; ?>;
3811 text-decoration: none;
3815 padding-bottom: 3px;
3816 margin: 1px 0px 8px 0px;
3818 color: var(--colortext);
3819 background: var(--colorbackvmenu1);
3821 padding-bottom: 10px;
3822 border-bottom: 1px solid #e8e8e8;
3824div.blockvmenubookmarks
3826 padding-bottom: 16px !important;
3829 border: none !important;
3830 padding-left: 0 !important;
3832a.vsmenu.addbookmarkpicto {
3833 padding-right: 10px;
3835div.blockvmenufirst {
3838 border-top: 1px solid #e0e0e0;
3841div.blockvmenusearch, div.blockvmenubookmarks
3843 font-family: <?php print $fontlist ?>;
3845 text-align: <?php print $left; ?>;
3846 text-decoration: none;
3850 padding-bottom: 3px;
3851 margin: 1px 0px 2px 0px;
3852 background: var(--colorbackvmenu1);
3854 padding-bottom: 10px;
3857div.blockvmenusearchphone
3859 border-bottom: none;
3865<?php
if (empty(
$conf->dol_optimize_smallscreen)) { ?>
3866 font-family: <?php print $fontlist ?>;
3869 text-decoration: none;
3873 padding-bottom: 3px;
3874 margin: 4px 0px 0px 0px;
3882 border-right: 1px solid #000000;
3883 border-bottom: 1px solid #000000;
3884 background: #b3c5cc;
3885 font-family: <?php print $fontlist ?>;
3887 text-align: <?php print $left; ?>;
3888 text-decoration: none;
3892 background: #b3c5cc;
3897 background: #F4F4F4;
3899 border: 1px solid #bbb;
3910#mainContent, #leftContent .ui-layout-pane {
3915#mainContent, #leftContent .ui-layout-center {
3927 padding-bottom: 0 !important;
3932 padding: 0px 4px 14px 4px !important;
3948li.expanded > a.fmdirlia.jqft.ecmjqft {
3949 font-weight: bold !important;
3953 width: calc(100% - 100px);
3957 white-space:
break-spaces;
3958 word-
break:
break-all;
3966 text-align: <?php print $left; ?>;
3976 font-weight: normal !important;
3979 color: var(--colortextbacktab);
3982 padding-right: 24px;
3983 padding-bottom: 23px;
3984 margin: 0px 0px 20px 0px;
3985 -webkit-border-radius: 3px;
3987 border-right: 1px solid #CCC;
3988 border-left: 1px solid #CCC;
3989 border-top: 1px solid #CCC;
3990 border-bottom: 1px solid #CCC;
3992 background: var(--colorbacktabcard1);
3994div.tabBar tr.titre td {
3997div.fiche
table:not(.table-fiche-title) tr.titre td {
4009div.tabBarWithBottom {
4010 padding-bottom: 18px;
4011 border-bottom: 1px solid #aaa;
4013div.tabBar
table.tableforservicepart2:last-child {
4014 border-bottom: 1px solid #aaa;
4016.tableforservicepart1 .tdhrthin {
4020div.tabs div.tabsElem:first-of-
type a.tab {
4021 margin-left: 0px !important;
4025 color: var(--colortextlink) !important;
4027a.tab:link, a.tab:visited, a.tab:hover, a.tab#active {
4028 font-family: <?php print $fontlist ?>;
4029 padding: 10px 13px 10px;
4031 text-decoration: none;
4032 white-space: nowrap;
4033 background-image: none !important;
4036.tabactive, a.tab#active {
4037 color: var(--colortextbacktab) !important;
4038 background: var(--colorbacktabcard1) !important;
4040 border-right: 1px solid #AAA !important;
4041 border-left: 1px solid #AAA !important;
4042 border-top: 2px solid #111 !important;
4044.tabunactive, a.tab#unactive {
4045 border-right: 1px solid transparent;
4046 border-left: 1px solid transparent;
4047 border-top: 1px solid transparent;
4048 border-bottom: 0px !important;
4057 text-decoration: underline;
4061 font-family: <?php print $fontlist ?>;
4062 text-decoration: none;
4063 white-space: nowrap;
4067 background: #dee7ec;
4071 background: #dee7ec;
4073 font-family: <?php print $fontlist ?>;
4076 text-decoration: none;
4077 white-space: nowrap;
4078 -webkit-border-radius:3px 3px 0px 0px;
4079 border-radius:3px 3px 0px 0px;
4081 border-<?php print $right; ?>: 1px solid #555555;
4082 border-<?php print $left; ?>: 1px solid #D8D8D8;
4083 border-top: 1px solid #D8D8D8;
4097 margin-bottom: 1.4em;
4100 margin: 20px 0em 20px 0em;
4104div.tabsActionNoBottom {
4108 margin-bottom: 16px !important;
4114 border: 1px solid #888;
4118 padding-bottom: 5px;
4124 color:rgba(0,0,0,.5);
4125 margin-<?php print $right; ?>: 10px;
4126 text-shadow:1px 1px 1px #ffffff;
4127 font-family: <?php print $fontlist ?>;
4128 font-weight: normal;
4129 padding: 4px 6px 2px 6px;
4131 text-decoration: none;
4132 white-space: nowrap;
4146<?php include
dol_buildpath($path.
'/theme/'.$theme.
'/btn.inc.php', 0); ?>
4159 background-repeat: repeat-x;
4160 margin-top: <?php echo($dol_hide_topmenu ?
'6' :
'0'); ?>px;
4164 border-collapse: collapse;
4167 padding-<?php print $left; ?>: 0px !important;
4168 padding-<?php print $right; ?>: 4px !important;
4171 list-style-
type:none;
4172 margin: 0px !important;
4173 padding: 0px !important;
4178tr.nocellnopadd td.nobordernopadding, tr.nocellnopadd td.nocellnopadd
4184 color: unset !important;
4188 padding: 4px !important;
4189 padding-left: 7px !important;
4190 padding-right: 7px !important;
4192input.button.smallpaddingimp, input.buttonreset.smallpaddingimp {
4194 font-weight: normal !important;
4198 color: var(--colortextlink);
4199 background-color: transparent;
4202input.buttonlink:hover {
4203 text-decoration: underline;
4209 text-decoration: underline;
4210 color: var(--colortextlink);
4211 background-color: transparent;
4216 border-collapse: collapse;
4219 padding-<?php print $left; ?>: 0px;
4220 padding-<?php print $right; ?>: 16px;
4221 padding-bottom: 4px;
4224.notopnoleftnoright {
4225 border-collapse: collapse;
4230 padding-bottom: 4px;
4231 margin: 0px 0px 0px 0px;
4234table.tableforemailform tr td {
4236 padding-bottom: 3px;
4239table.border,
table.bordernooddeven,
table.dataTable, .table-border, .table-border-col, .table-key-border-col, .table-val-border-col, div.border {
4241 border-collapse: collapse !important;
4242 padding: 1px 2px 1px 3px;
4245 border: 1px solid #BBB;
4248.border tbody tr, .bordernooddeven tbody tr, .border tbody tr td, .bordernooddeven tbody tr td,
4249div.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,
4250tr.liste_titre.box_titre td
table td, .bordernooddeven tr td {
4253.liste_titre.trheight5em {
4254 height: 4em !important;
4257table.border td,
table.bordernooddeven td, div.border div div.tagtd {
4258 padding: 3px 4px 3px 4px;
4260 border-collapse: collapse;
4263td.border, div.tagtable div div.border {
4264 border-top: 1px solid #000000;
4265 border-right: 1px solid #000000;
4266 border-bottom: 1px solid #000000;
4267 border-left: 1px solid #000000;
4270.table-key-border-col {
4274.table-val-border-col {
4279.thsticky, .tdsticky {
4283.thstickyright, .tdstickyright {
4287.thstickygray, .tdstickygray {
4288 background-color: lightgray;
4290.thstickyghostwhite, .tdstickyghostwhite {
4291 background-color: ghostwhite;
4293.thstickyinherit, .tdstickyinherit {
4294 background-color: inherit;
4299.tagtable td[data-key=
"ref"], .tagtable th[data-key=
"ref"] {
4303 max-width: 150px !important;
4305 background-color: gainsboro;
4312.tagtable td.actioncolumn, .tagtable th.actioncolumn {
4316 max-width: 150px !important;
4318 background-color: gainsboro;
4326.nobordertop, .nobordertop tr:first-of-
type td {
4327 border-top: none !important;
4329.noborderbottom, .noborderbottom tr:last-of-
type td {
4330 border-bottom: none !important;
4333 border-top: 1px solid var(--colortopbordertitle1);
4336 border-bottom: 1px solid var(--colortopbordertitle1);
4339.fichehalfright
table.noborder {
4340 margin: 0px 0px 0px 0px;
4344 background: var(--colorbacktitle1);
4349 <?php
if ($userborderontable) { ?>
4350 border-right: 1px solid #ccc;
4351 border-left: 1px solid #ccc;
4354table.liste,
table.noborder:not(.paymenttable):not(.margintable):not(.tableforcontact),
table.formdoc, div.noborder:not(.paymenttable):not(.margintable):not(.tableforcontact) {
4356 if ($userborderontable) { ?>
4359 border-left: 1px solid #ccc;
4360 border-right: 1px solid #ccc;
4362 border-left: 1px solid #f0f0f0;
4363 border-right: 1px solid #f0f0f0;
4367 width: calc(100% - 2px);
4369 border-collapse: separate !important;
4370 border-spacing: 0px;
4372 border-top-width: <?php echo $borderwidth ?>px;
4373 border-top-color: var(--colortopbordertitle1);
4374 border-top-style: solid;
4376 border-bottom-width: 1px;
4377 border-bottom-color: #BBB;
4378 border-bottom-style: solid;
4380 margin: 0px 0px 20px 0px;
4382 -webkit-border-radius: 0.1em;
4383 border-radius: 0.1em;
4385table.noborder tr, div.noborder form {
4386 border-top-color: #FEFEFE;
4388 border-right-width: 1px;
4389 border-right-color: #BBBBBB;
4390 border-right-style: solid;
4392 border-left-width: 1px;
4393 border-left-color: #BBBBBB;
4394 border-left-style: solid;
4397table.paddingtopbottomonly tr td {
4399 padding-bottom: 2px;
4402table.nointerlines tr:not(:last-child) td {
4403 border-bottom: unset !important;
4404 border-top: unset !important;
4409table.noborder:not(.cal_month, .paymenttable) {
4410 border-radius: <?php echo $borderradius; ?>px;
4412table.noborder.cal_month {
4413 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4414 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4416table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child td:first-child,
4417table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child th:first-child,
4418table.tagtable.liste:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child td:first-child,
4419table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.trfirstline td:first-child {
4420 border-top-left-radius: <?php echo $borderradius; ?>px;
4422table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child td:last-child,
4423table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child th:last-child,
4424table.tagtable.liste:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child th:last-child,
4425table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.trfirstline td:last-child {
4426 border-top-right-radius: <?php echo $borderradius; ?>px;
4428table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr:last-child td:first-child,
4429table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr:last-child th:first-child {
4430 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4432table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr:last-child td:last-child,
4433table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr:last-child th:last-child {
4434 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4436table.noborder thead tr:last-child td:first-child,
4437table.noborder thead tr:last-child th:first-child {
4438 border-bottom-left-radius: unset !important;
4440table.noborder thead tr:last-child td:last-child,
4441table.noborder thead tr:last-child th:last-child {
4442 border-bottom-right-radius: unset !important;
4445table.liste:not(.listwithfilterbefore) {
4446 border-top-left-radius: <?php echo $borderradius; ?>px;
4447 border-top-right-radius: <?php echo $borderradius; ?>px;
4450 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4451 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4453table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child td:first-child,
4454table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child th:first-child {
4455 border-top-left-radius: <?php echo $borderradius; ?>px;
4457table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child td:last-child,
4458table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child th:last-child {
4459 border-top-right-radius: <?php echo $borderradius; ?>px;
4461div.liste_titre_bydiv {
4462 border-top-left-radius: <?php echo $borderradius; ?>px;
4463 border-top-right-radius: <?php echo $borderradius; ?>px;
4465div.liste_titre_bydiv_nothingafter {
4466 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4467 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4468 border-bottom-width: 1px;
4469 border-bottom-color: #BBB;
4470 border-bottom-style: solid;
4472table.liste tr:last-child td:first-child,
4473table.liste tr:last-child th:first-child {
4474 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4476table.liste tr:last-child td:last-child,
4477table.liste tr:last-child th:last-child {
4478 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4481table#tablelines tr:last-of-
type td:first-child,
table#tablelines tr#trlinefordates,
table#tablelines tr#trlinefordates td,
4482table#tablelinesservice tr:last-of-
type td:first-child,
table#tablelinesservice tr#trlinefordates,
table#tablelinesservice tr#trlinefordates td {
4483 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4485table#tablelines tr:last-of-
type td:last-child,
table#tablelines tr#trlinefordates,
table#tablelines tr#trlinefordates td,
4486table#tablelinesservice tr:last-of-
type td:last-child,
table#tablelinesservice tr#trlinefordates,
table#tablelinesservice tr#trlinefordates td {
4487 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4492.liste_titre_filter {
4493 background: var(--colorbacktitle1) !important;
4495tr.liste_titre_filter td.liste_titre {
4497 padding-bottom: 3px;
4499.liste_titre_create td:not(.linecoldescription), .liste_titre_create th, .liste_titre_create .tagtd
4501 border-top-width: 1px;
4502 border-top-color: var(--colortopbordertitle1);
4503 border-top-style: solid;
4505tr#trlinefordates td {
4506 border-bottom: 0px !important;
4508.liste_titre_add td, .liste_titre_add th, .liste_titre_add .tagtd
4510 border-top-width: 2px;
4511 border-top-color: var(--colortopbordertitle1);
4512 border-top-style: solid;
4514.liste_titre_add td, .liste_titre_add .tagtd
4516 border-top-width: 1px;
4517 border-top-color: var(--colortopbordertitle1);
4518 border-top-style: solid;
4521td.linecoldescription {
4522 padding: 6px 10px 6px 12px !important;
4525table.liste th,
table.noborder th,
table.noborder tr.liste_titre td,
table.noborder tr.box_titre td {
4526 padding: 8px 8px 8px 10px;
4529table.liste td,
table.noborder td, div.noborder form div,
table.tableforservicepart1 td,
table.tableforservicepart2 td {
4530 padding: 4px 8px 4px 10px;
4533table.liste tr.trkanban td {
4534 padding: 12px 15px 12px 15px;
4538 padding: unset !important;
4539 border: unset !important;
4542table.liste td,
table.noborder td, div.noborder form div {
4543 padding: 8px 6px 8px 6px;
4545div.liste_titre_bydiv .divsearchfield {
4546 padding: 2px 1px 2px 6px;
4549table.nobordernopadding {
4550 border-collapse: collapse !important;
4553table.nobordernopadding tr {
4554 border: 0 !important;
4555 padding: 0 0 !important;
4557table.nobordernopadding tr td {
4558 border: 0 !important;
4561table.border tr td
table.nobordernopadding tr td {
4567 border-right-width: 1px !important;
4568 border-right-color: #BBB !important;
4569 border-right-style: solid !important;
4573 border-left-width: 1px !important;
4574 border-left-color: #BBB !important;
4575 border-left-style: solid !important;
4579table.listwithfilterbefore {
4580 border-top: none !important;
4583.tagtable, .table-border { display:
table; }
4584.tagtr, .table-border-row { display:
table-row; }
4585.tagtd, .table-border-col, .table-key-border-col, .table-val-border-col { display:
table-cell; }
4586.confirmquestions .tagtr .tagtd:not(:first-child) { padding-left: 10px; }
4587.confirmquestions { margin-top: 5px; }
4596 color: var(--colortexttitlenotab);
4600 color: var(--colortexttitlenotab) !important;
4604 font-weight: normal;
4605 color: var(--refidnocolor);
4610 display:
inline-block;
4612div.refaddress div.address {
4618 float:<?php echo $right; ?>
4621 font-weight: normal;
4626 display:
inline-block;
4632 display:
inline-block;
4639 display:
inline-block;
4644div.pagination li.pagination a,
4645div.pagination li.pagination span {
4648 line-height: 1.42857143;
4649 color: var(--color-black);
4650 text-decoration: none;
4652div.pagination li.pagination span.inactive {
4657div.pagination li.litext a {
4659 padding-right: 10px;
4663div.pagination li.noborder a:hover {
4665 background-color: transparent;
4667div.pagination li:first-child a,
4668div.pagination li:first-child span {
4670 border-top-left-radius: 4px;
4671 border-bottom-left-radius: 4px;
4673div.pagination li:last-child a,
4674div.pagination li:last-child span {
4675 border-top-right-radius: 4px;
4676 border-bottom-right-radius: 4px;
4678div.pagination li a:hover,
4679div.pagination li span:hover,
4680div.pagination li a:focus,
4681div.pagination li span:focus {
4683 background-color: #eee;
4687div.pagination li .active a,
4688div.pagination li .active span,
4689div.pagination li .active a:hover,
4690div.pagination li .active span:hover,
4691div.pagination li .active a:focus,
4692div.pagination li .active span:focus {
4696 background-color: var(--colorbackhmenu1);
4697 border-color: #337ab7;
4699div.pagination .disabled span,
4700div.pagination .disabled span:hover,
4701div.pagination .disabled span:focus,
4702div.pagination .disabled a,
4703div.pagination .disabled a:hover,
4704div.pagination .disabled a:focus {
4706 cursor: not-allowed;
4707 background-color: #fff;
4710div.pagination li.pagination .active {
4711 text-decoration: underline;
4714.paginationafterarrows .nohover {
4715 box-shadow: none !important;
4717div.pagination li.paginationafterarrows {
4720.paginationatbottom {
4723table.hidepaginationprevious .paginationprevious {
4726table.hidepaginationnext .paginationnext {
4729.paginationafterarrows a.btnTitlePlus:hover span:before {
4761ul.noborder li:nth-child(odd):not(.liste_titre) {
4762 background-color: var(--colorbacklinepair2) !important;
4767.tmenucompanylogo.nohover, .tmenucompanylogo.nohover:hover {
4768 opacity: unset !important;
4770.nohoverborder:hover {
4773 -webkit-box-shadow: unset;
4775.oddeven:hover:not(.nohover), .evenodd:hover:not(.nohover), .oddevenimport:hover:not(.nohover), .evenoddimport:hover:not(.nohover), .impair:hover:not(.nohover), .pair:hover:not(.nohover) {
4776 background: rgb(<?php echo $colorbacklinepairhover; ?>) !important;
4780 background: rgb(<?php echo $colorbacklinepairchecked; ?>) !important;
4782<?php
if ($colorbacklinepairchecked) { ?>
4784 background: rgb(<?php echo $colorbacklinepairchecked; ?>) !important;
4789 background: unset !important;
4791.nohoverborder:hover {
4794 -webkit-box-shadow: unset;
4797.oddeven, .evenodd, .impair, .pair, .nohover .impair:hover, tr.impair td.nohover, tr.pair td.nohover, .tagtr.oddeven
4799 font-family: <?php print $fontlist ?>;
4802 color: var(--oddevencolor);
4804.impair, .nohover .impair:hover, tr.impair td.nohover
4806 background: var(--colorbacklineimpair2);
4808.pair, .nohover .pair:hover, tr.pair td.nohover {
4809 background-color: var(--colorbacklinepair1);
4811tr.oddeven.oddevendouble {
4812 height: 60px !important;
4816 background-color: var(--colorbacklineimpair2);
4818table.dataTable tr.oddeven {
4819 background-color: var(--colorbacklinepair1) !important;
4823td.oddeven,
table.nohover tr.impair,
table.nohover tr.pair,
table.nohover tr.impair td,
table.nohover tr.pair td, tr.nohover td, form.nohover, form.nohover:hover {
4824 background-color: var(--colorbacklineimpair2) !important;
4825 background: var(--colorbacklineimpair2) !important;
4827td.evenodd, tr.nohoverpair td, #trlinefordates td {
4828 background-color: var(--colorbacklinepair2) !important;
4829 background: var(--colorbacklinepair2) !important;
4833 border-bottom: 1pt solid black !important;
4834 background-color: var(--colorbacklinebreak) !important;
4836.trforbreak.nobold td a, .trforbreak.nobold span.secondary {
4837 font-weight: normal !important;
4841 padding: 5px 2px 5px 3px !important;
4843tr.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 {
4844 padding: 5px 2px 5px 3px;
4845 border-bottom: 1px solid #eee;
4847form.pair, form.impair {
4848 font-weight: normal;
4850tr.pair:last-of-
type td, tr.impair:last-of-
type td {
4851 border-bottom: 0px !important;
4853tr.pair td .nobordernopadding tr td, tr.impair td .nobordernopadding tr td {
4854 border-bottom: 0px !important;
4864div.liste_titre .tagtd {
4865 vertical-align: middle;
4868 min-height: 26px !important;
4871 padding-bottom: 2px;
4881 border-top-width: 1px;
4882 border-top-color: #BBB;
4883 border-top-style: solid;
4885div.liste_titre_bydiv {
4886 <?php
if ($userborderontable) { ?>
4887 border-top-width: <?php echo $borderwidth ?>px;
4888 border-top-color: var(--colortopbordertitle1);
4889 border-top-style: solid;
4891 border-collapse: collapse;
4893 padding: 2px 0px 2px 0;
4895 width: calc(100% - 2px);
4897div.liste_titre_bydiv_inlineblock {
4898 display:
inline-block;
4902tr.liste_titre, tr.liste_titre_sel, form.liste_titre, form.liste_titre_sel,
table.dataTable.tr, tagtr.liste_titre
4904 height: 26px !important;
4906div.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
4908 background: var(--colorbacktitle1);
4909 font-weight: <?php echo $useboldtitle ?
'bold' :
'normal'; ?>;
4912 color: var(--colortexttitle);
4913 font-family: <?php print $fontlist ?>;
4914 text-align: <?php echo $left; ?>;
4916tr.liste_titre th, tr.liste_titre td, th.liste_titre
4918 border-bottom: 1px solid #aaa;
4921tr:first-child th.liste_titre, tr:first-child th.liste_titre_sel {
4922 border-bottom: 1px solid #FFF ! important;
4924tr.liste_titre th, th.liste_titre, tr.liste_titre td, td.liste_titre, form.liste_titre div, div.liste_titre
4926 font-family: <?php print $fontlist ?>;
4927 font-weight: <?php echo $useboldtitle ?
'bold' :
'normal'; ?>;
4928 vertical-align: middle;
4931tr.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 {
4932 text-shadow: none !important;
4933 color: var(--colortexttitlelink);
4935tr.liste_titre_topborder td {
4936 border-top-width: <?php echo $borderwidth; ?>px;
4937 border-top-color: var(--colortopbordertitle1);
4938 border-top-style: solid;
4941 text-shadow: none !important;
4942 color: var(--colortexttitle);
4944.liste_titre td a.notasortlink {
4945 color: var(--colortextlink);
4947.liste_titre td a.notasortlink:hover {
4948 background: transparent;
4950tr.liste_titre:last-child th.liste_titre, tr.liste_titre:last-child th.liste_titre_sel, tr.liste_titre td.liste_titre, tr.liste_titre td.liste_titre_sel, form.liste_titre div.tagtd {
4952 border-bottom: none;
4954tr.liste_titre_filter th.liste_titre { text-align: unset; }
4961tr.liste_titre_sel th, th.liste_titre_sel, tr.liste_titre_sel td, td.liste_titre_sel, form.liste_titre_sel div
4963 font-family: <?php print $fontlist ?>;
4964 font-weight: normal;
4965 border-bottom: 1px solid #FDFFFF;
4969 background: transparent;
4973.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 {
4977.noborder tr.liste_total td, tr.liste_total td, form.liste_total div {
4978 white-space: nowrap;
4981.noborder tr.liste_total_wrap td, tr.liste_total_wrap td, form.liste_total_wrap div {
4982 white-space: normal;
4985tr.liste_sub_total, tr.liste_sub_total td {
4986 border-bottom: 2px solid #aaa;
4989.tableforservicepart1 .impair, .tableforservicepart1 .pair, .tableforservicepart2 .impair, .tableforservicepart2 .pair {
4992.tableforservicepart1 tbody tr td, .tableforservicepart2 tbody tr td {
4993 border-bottom: none;
4996.paymenttable, .margintable {
4997 margin: 0px 0px 0px 0px !important;
4999.paymenttable, .margintable:not(.margintablenotop) {
5000 border-top-width: <?php echo $borderwidth ?>px !important;
5001 border-top-color: var(--colortopbordertitle1) !important;
5002 border-top-style: solid !important;
5004.margintable.margintablenotop {
5005 border-top-width: 0;
5007.paymenttable tr td:first-child, .margintable tr td:first-child
5011.paymenttable, .margintable tr td {
5017 -webkit-box-shadow: 0px 0px 0px #f4f4f4 !important;
5018 box-shadow: 0px 0px 0px #f4f4f4 !important;
5021 -webkit-box-shadow: 2px 2px 5px #CCC !important;
5022 box-shadow: 2px 2px 5px #CCC !important;
5026 -webkit-box-shadow: 0px 0px 5px #888;
5027 box-shadow: 0px 0px 5px #888;
5030div.tabBar .noborder {
5031 -webkit-box-shadow: 0px 0px 0px #f4f4f4 !important;
5032 box-shadow: 0px 0px 0px #f4f4f4 !important;
5034div .tdtop:not(.tagtdnote) {
5035 vertical-align: top !important;
5036 padding-top: 8px !important;
5037 padding-bottom: 0px !important;
5040#tablelines tr.liste_titre td, #tablelinesservice tr.liste_titre td, .paymenttable tr.liste_titre td, .margintable tr.liste_titre td, .tableforservicepart1 tr.liste_titre td {
5041 border-bottom: 1px solid #AAA !important;
5043#tablelines tr td, #tablelinesservice tr td {
5050.noborder > tbody > tr:nth-child(even):not(.liste_titre):not(.nooddeven),
5051.liste > tbody > tr:nth-child(even):not(.liste_titre):not(.nooddeven),
5052div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) > .border > tbody >
table:not(.tableforfieldedit) > tr:nth-of-
type(even):not(.liste_titre):not(.nooddeven),
5053.liste > tbody > tr:nth-of-
type(even):not(.liste_titre):not(.nooddeven),
5054div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) .oddeven.tagtr:nth-of-
type(even):not(.liste_titre):not(.nooddeven)
5056 background: linear-gradient(to bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
5057 background: -o-linear-gradient(bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
5058 background: -moz-linear-gradient(bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
5059 background: -webkit-linear-gradient(bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
5061.noborder > tbody > tr:nth-child(even):not(:last-of-
type) td:not(.liste_titre),
5062.liste > tbody > tr:nth-child(even):not(:last-of-
type) td:not(.liste_titre),
5063.noborder .tagtr:nth-child(even):not(:last-of-
type) .oddeven.tagtd:not(.liste_titre)
5065 border-bottom: 1px solid #e8e8e8;
5068.noborder > tbody > tr:nth-child(odd):not(.liste_titre):not(.nooddeven),
5069.liste > tbody > tr:nth-child(odd):not(.liste_titre):not(.nooddeven),
5070div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) > .border > tbody >
table:not(.tableforfieldedit) > tr:nth-of-
type(odd):not(.liste_titre):not(.nooddeven),
5071.liste > tbody > tr:nth-of-
type(odd):not(.liste_titre):not(.nooddeven),
5072div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) .oddeven.tagtr:nth-of-
type(odd):not(.liste_titre):not(.nooddeven)
5074 background: linear-gradient(to bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
5075 background: -o-linear-gradient(bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
5076 background: -moz-linear-gradient(bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
5077 background: -webkit-linear-gradient(bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
5079.noborder > tbody > tr:nth-child(odd):not(:last-child) td:not(.liste_titre),
5080.liste > tbody > tr:nth-child(odd):not(:last-child) td:not(.liste_titre),
5081.noborder .tagtr:nth-child(odd):not(:last-child) .oddeven.tagtd:not(.liste_titre)
5083 border-bottom: 1px solid #e8e8e8;
5086ul.noborder li:nth-child(even):not(.liste_titre) {
5087 background-color: var(--colorbacklinepair2) !important;
5100 padding-bottom: 12px;
5105.boxstats, .boxstats130 {
5106 display:
inline-block;
5113.boxstats, .boxstats130, .boxstatscontent {
5114 white-space: nowrap;
5116 text-overflow: ellipsis;
5128@media only screen and (max-width: 768px)
5130 .tabBar .arearef .pagination.paginationref {
5131 max-width: calc(50%);
5134 div.pagination ul li {
5138 div.pagination .button-title-separator {
5142 .clearbothonsmartphone {
5144 display: block !important;
5148 padding-left: 0 !important;
5149 margin-left: 0 !important;
5150 margin-right: 0 !important;
5157 .boxstats, .boxstats130 {
5159 border: 1px solid #ddd;
5169 .dashboardlineindicator {
5181 box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20);
5188.boxstatsindicator.thumbstat150 {
5189 display:
inline-flex;
5191span.boxstatsindicator {
5193 font-weight: normal;
5194 color: rgb(<?php print $colortextlink; ?>);
5196span.dashboardlineindicator, span.dashboardlineindicatorlate {
5198 font-weight: normal;
5200a.dashboardlineindicatorlate:hover {
5201 text-decoration: none;
5203.dashboardlineindicatorlate img {
5206span.dashboardlineok {
5209span.dashboardlineko {
5213.dashboardlinelatecoin {
5218 padding: 1px 6px 1px 6px;
5219 background-color: #8c4446;
5220 color: #FFFFFF ! important;
5221 border-radius: .25em;
5224 margin-bottom: 20px !important;
5227 border-bottom-width: 1px;
5235.boxtablenomarginbottom {
5236 margin-bottom: 0 !important;
5238.boxtable .fichehalfright, .boxtable .fichehalfleft {
5244.boxworkingboard .tdboxstats {
5245 padding-left: 1px !important;
5246 padding-right: 1px !important;
5248a.valignmiddle.dashboardlineindicator {
5252 height: 30px !important;
5255 height: 50px !important;
5259 height: 26px !important;
5266 background: var(--colorbacktitle1);
5267 color: var(--colortexttitle);
5268 font-family: <?php print $fontlist ?>, sans-serif;
5269 font-weight: <?php echo $useboldtitle ?
'bold' :
'normal'; ?>;
5270 border-bottom: 1px solid #FDFFFF;
5271 white-space: nowrap;
5274tr.box_titre td.boxclose {
5277img.boxhandle, img.boxclose {
5282 vertical-align: middle;
5285.formboxfilter input[
type=image]
5295.prod_entry_mode_free, .prod_entry_mode_predef {
5296 height: 26px !important;
5297 vertical-align: middle;
5301 border: 1px solid #888;
5311 transition: color 0.4s;
5313.star:hover, .star.active {
5314 color: <?php echo $badgeWarning ?>;
5317.search-component-assistance {
5320 background: var(--colorbackbody);
5321 border-width: 1px 1px 2px;
5322 border-style: solid;
5323 border-color: rgb(204, 204, 204);
5324 border-image: none; padding: 9px;
5325 box-shadow: rgba(136, 136, 136, 0.267) 1px 2px 10px;
5331.search-component-assistance .assistance-title {
5337.search-component-assistance .separator {
5341.search-component-assistance .end-separator {
5344.search-component-assistance .assistance-errors {
5347 margin: 5px 0px 5px 0px
5349.search-component-assistance .assistance-errors {
5354 margin: 0 !important;
5356.search-component-assistance .operand, .search-component-assistance .operator, .search-component-assistance .value {
5359.search-component-assistance .btn-div{
5363@media only screen and (max-width: 620px) {
5364 .search-component-assistance .operand, .operator, .value {
5365 display: block !important;
5367 .search-component-assistance .separator, .end-separator {
5377.ok { color: #114466; }
5378.warning { color: #887711 !important; }
5379.error { color: #550000 !important; font-weight: bold; }
5380.green { color: #118822 !important; }
5386div.info, div.warning, div.error {
5390 padding-bottom: 8px;
5391 margin: 1em 0em 1em 0em;
5397 border-<?php print $left; ?>: solid 5px #87cfd2;
5398 background: #eff8fc;
5401div.fiche div.info, div.fiche div.warning {
5402 box-shadow: 4px 4px 12px #e4e4e4;
5403 margin: 1em 0em 1.2em 0em;
5407div.warning, div.warningborder {
5408 border-<?php print $left; ?>: solid 5px #f2cf87;
5411 background: #fcf8e3;
5413div.warning a, div.info a, div.error a {
5414 color: rgb(<?php echo $colortextlink; ?>);
5419 border-<?php print $left; ?>: solid 5px #f28787;
5420 background: #EFCFCF;
5428a.normal:link { font-weight: normal }
5429a.normal:visited { font-weight: normal }
5430a.normal:active { font-weight: normal }
5431a.normal:hover { font-weight: normal }
5433a.impayee:link { font-weight: bold; color: #550000; }
5434a.impayee:visited { font-weight: bold; color: #550000; }
5435a.impayee:active { font-weight: bold; color: #550000; }
5436a.impayee:hover { font-weight: bold; color: #550000; }
5449.framecontent iframe {
5460.opened-dash-board-wrap {
5461 margin-bottom: 25px;
5468.product_line_stock_ok { color: #002200; }
5469.product_line_stock_too_low { color: #884400; }
5471.fieldrequired { font-weight: bold; color: #000055; }
5473td.widthpictotitle, .table-fiche-title img.widthpictotitle { width: 32px; font-size: 1.4em; text-align: <?php echo $left; ?>; }
5474table.titlemodulehelp tr td img.widthpictotitle { width: 80px; }
5476.dolgraphtitle { margin-top: 6px; margin-bottom: 4px; }
5477.dolgraphtitlecssboxes { }
5478.dolgraphchart canvas {
5481.legendColorBox, .legendLabel { border: none !important; }
5482div.dolgraph div.legend, div.dolgraph div.legend div { background-color: rgba(255,255,255,0) !important; }
5483div.dolgraph div.legend
table tbody tr { height:
auto; }
5484td.legendColorBox { padding: 2px 2px 2px 0 !important; }
5485td.legendLabel { padding: 2px 2px 2px 0 !important; }
5487 text-align: <?php echo $left; ?>;
5491 white-space: nowrap;
5501div.divphotoref > div > .photowithmargin, div.divphotoref > img.photowithmargin, div.divphotoref > a > .photowithmargin {
5502 margin-<?php echo $right; ?>: 15px;
5505 border: 1px solid #f0f0f0;
5510 text-align: center !important;
5513 margin-top: 6px !important;
5518 content:url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/logo_setup.svg', 1) ?>);
5519 display:
inline-block;
5524 content:url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/nographyet.svg', 1) ?>);
5525 display:
inline-block;
5527 background-repeat: no-repeat;
5534table.table-fiche-title tr.toptitle {
5539 text-decoration: none;
5542 text-transform: uppercase;
5549 color: var(--colortexttitlenotab);
5557 color: var(--colortexttitlenotab);
5560 color: var(--colortexttitlenotab2);
5563table.notopnoleftnoright.table-fiche-title {
5564 margin-bottom: 15px;
5566.fichehalfleft
table.table-fiche-title, .fichehalfright
table.table-fiche-title {
5575table.table-fiche-title .col-title div.titre span {
5576 line-height: normal;
5579div.backgreypublicpayment {
5580 background-color: #f0f0f0;
5582 border-bottom: 1px solid #ddd;
5588.backgreypublicpayment a { color: #222 !important; }
5589.poweredbypublicpayment {
5598span.buttonpaymentsmall {
5603 min-width: 300px; font-size: 16px;
5607 min-width: 320px; font-size: 16px;
5610#tablepublicpayment { border: 1px solid #CCCCCC !important; width: 100%; padding: 20px; margin-bottom: 20px; }
5611#tablepublicpayment .CTableRow1 { background-color: #F0F0F0 !important; }
5612#tablepublicpayment tr.liste_total { border-bottom: 1px solid #CCCCCC !important; }
5613#tablepublicpayment tr.liste_total td { border-top: none; }
5615.divmainbodylarge { margin-left: 40px; margin-right: 40px; }
5616.publicnewmemberform div.titre { font-size: 2em; }
5617#divsubscribe { max-width: 900px; }
5618#divsubscribe .eventlabel { font-size: 1.5em; }
5619#tablesubscribe { width: 100%; }
5620#tablesubscribe tr td { font-size: 1.15em; }
5621#tablesubscribe .price-registration { font-size: 1.5em; }
5625 border: 1px solid #ccc;
5643.effectpostit:before, .effectpostit:after
5654 -webkit-box-shadow: 0 15px 10px #777;
5655 box-shadow: 0 15px 10px #777;
5656 -webkit-transform: rotate(-3deg);
5657 -moz-transform: rotate(-3deg);
5658 -o-transform: rotate(-3deg);
5659 -ms-transform: rotate(-3deg);
5660 transform: rotate(-3deg);
5664 -webkit-transform: rotate(3deg);
5665 -moz-transform: rotate(3deg);
5666 -o-transform: rotate(3deg);
5667 -ms-transform: rotate(3deg);
5668 transform: rotate(3deg);
5679.ui-dialog-titlebar {
5682 font-size: <?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize; ?> !important;
5684.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable {
5685 z-index: 1005 !important;
5687.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
5688 z-index:1006 !important;
5691.ui-dialog.ui-widget.ui-widget-content {
5692 border: 1px solid #e0e0e0;
5697 background-color: #f8f8f8 !important;
5719 border-<?php print $left; ?>: solid 5px #f2cf87;
5725 padding-bottom: 4px;
5727 background: #fcf8e3;
5740.ui-dialog.highlight.ui-widget.ui-widget-content.ui-front {
5745 max-width: <?php print
dol_size(700,
'width'); ?>px !important;
5748div.ui-tooltip.mytooltip {
5749 border-top: solid 1px #BBBBBB;
5750 border-<?php print $left; ?>: solid 1px #BBBBBB;
5751 border-<?php print $right; ?>: solid 1px #444444;
5752 border-bottom: solid 1px #444444;
5755 box-shadow: 0 0 4px grey;
5757 font-stretch: condensed;
5763@media only screen and (max-width: 768px)
5765 div.ui-tooltip.mytooltip {
5769@media only screen and (max-width: 480px)
5771 div.ui-tooltip.mytooltip {
5775@media only screen and (max-width: 320px)
5777 div.ui-tooltip.mytooltip {
5787.ui-datepicker-calendar .ui-state-
default, .ui-datepicker-calendar .ui-widget-content .ui-state-
default,
5788.ui-datepicker-calendar .ui-widget-header .ui-state-
default, .ui-datepicker-calendar .ui-
button,
5794div#ui-datepicker-div {
5796 box-shadow: 2px 5px 15px #aaa;
5802.ui-datepicker .ui-datepicker
table {
5805.ui-datepicker .ui-widget-header {
5810img.datecallink { padding-left: 2px !important; padding-right: 2px !important; }
5812select.ui-datepicker-year {
5813 margin-left: 2px !important;
5815.ui-datepicker-trigger {
5816 vertical-align: middle;
5823 -webkit-border-radius: 4px;
5825 border: 1px #E4ECEC outset;
5831 background-color: #FFFFFF;
5837 border-spacing: 0px;
5838 border-collapse: collapse;
5840.dp td, .tpHour td, .tpMinute td{padding:2px; font-size:10px;}
5842.dpHead,.tpHead,.tpHour td:Hover .tpHead{
5844 background-color: #888;
5850.dpButtons,.tpButtons {
5852 background-color: #888;
5857.dpButtons:Active,.tpButtons:Active{border: 1px outset black;}
5858.dpDayNames td,.dpExplanation {background-color:#D9DBE1; font-weight:bold; text-align:center; font-size:11px;}
5859.dpExplanation{ font-weight:normal; font-size:11px;}
5860.dpWeek td{text-align:center}
5862.dpToday,.dpReg,.dpSelected{
5865.dpToday{font-weight:bold; color:black; background-color:#f4f4f4;}
5866.dpReg:Hover,.dpToday:Hover{background-color:black;color:white}
5869.dpSelected{background-color:#0B63A2;color:white;font-weight:bold; }
5871.tpHour{border-top:1px solid #f4f4f4; border-right:1px solid #f4f4f4;}
5872.tpHour td {border-left:1px solid #f4f4f4; border-bottom:1px solid #f4f4f4; cursor:pointer;}
5873.tpHour td:Hover {background-color:black;color:white;}
5875.tpMinute {margin-top:5px;}
5876.tpMinute td:Hover {background-color:black; color:white; }
5877.tpMinute td {background-color:#D9DBE1; text-align:center; cursor:pointer;}
5883 background-color:transparent;
5888 vertical-align:middle;
5892 color: rgb(<?php print $colortextlink; ?>);
5897.categtextwhite, .treeview .categtextwhite.hover {
5898 color: #fff !important;
5901 color: #000 !important;
5913div.hidden, div.hiddenforpopup, header.hidden, tr.hidden, td.hidden,
5914img.hidden, span.hidden, br.hidden, div.showifmore {
5932.previewnotyetavailable {
5936.websiteformtoolbar {
5938 top: <?php echo empty($dol_hide_topmenu) ? ($disableimages ?
'36px' :
'50px') :
'0'; ?>;
5942.exampleapachesetup {
5946 border: 1px solid #aaa;
5950 background: #ddd; border: 1px solid #ccc; border-radius: 4px;
5955 background-color: transparent;
5956 background-image: none;
5957 color: #000 !important;
5960.bordertransp:not(.nobordertransp) {
5961 background-color: transparent;
5962 background-image: none;
5963 border: 1px solid #aaa;
5964 font-weight: normal;
5965 color: #444 !important;
5967.websitebar .button.bordertransp {
5969 text-decoration: unset !important;
5970 border: unset !important;
5974.websitebar .fa-plus-circle.btnTitle-icon {
5975 margin: 0px 4px 0px 4px !important;
5979 border-bottom: 1px solid #ccc;
5981 display:
inline-block;
5983.centpercent.websitebar {
5984 width: calc(100% - 10px);
5985 padding: 5px 5px 5px 5px;
5988.websitebar .buttonDelete, .websitebar .button {
5991.websitebar .button, .websitebar .buttonDelete
5993 padding: 2px 4px 2px 4px !important;
5994 margin: 2px 4px 2px 4px !important;
5995 line-height: normal;
5997.websitebar input.button.bordertransp, .websitebar input.buttonDelete.bordertransp {
5998 color: #444 !important;
6003 padding-<?php echo $right; ?>: 10px;
6004 vertical-align: middle;
6009.websiteselection, .websitetools {
6015 display:
inline-block;
6016 vertical-align: top;
6019.websiteiframenoborder {
6022span.websitebuttonsitepreview, a.websitebuttonsitepreview {
6023 vertical-align: middle;
6025span.websitebuttonsitepreview img, a.websitebuttonsitepreview img {
6027 display:
inline-block;
6029span.websitebuttonsitepreviewdisabled img, a.websitebuttonsitepreviewdisabled img {
6032.websiteiframenoborder {
6036 vertical-align: middle;
6040.websiteselectionsection {
6041 border-left: 1px solid #bbb;
6042 border-right: 1px solid #bbb;
6047.websitebar input#previewpageurl {
6051#divbodywebsite section p {
6060.dayevent .tagtr:first-of-
type {
6063.agendacell { height: 60px; }
6064table.cal_month { border-spacing: 0px; }
6065table.cal_month td:first-child { border-left: 0px; }
6066table.cal_month td:last-child { border-right: 0px; }
6067.cal_current_month { border-top: 0; border-left: solid 1px #E0E0E0; border-right: 0; border-bottom: solid 1px #E0E0E0; }
6068.cal_current_month_peruserleft { border-top: 0; border-left: solid 2px #6C7C7B; border-right: 0; border-bottom: solid 1px #E0E0E0; }
6069.cal_current_month_oneday { border-right: solid 1px #E0E0E0; }
6070.cal_other_month { border-top: 0; border-left: solid 1px #C0C0C0; border-right: 0; border-bottom: solid 1px #C0C0C0; }
6071.cal_other_month_peruserleft { border-top: 0; border-left: solid 2px #6C7C7B !important; border-right: 0; }
6072.cal_current_month_right { border-right: solid 1px #E0E0E0; }
6073.cal_other_month_right { border-right: solid 1px #C0C0C0; }
6074.cal_other_month { background: #FAFAFA; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 1px; padding-top: 0px; padding-bottom: 0px; }
6075.cal_past_month { background: #EEEEEE; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 1px; padding-top: 0px; padding-bottom: 0px; }
6076.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; }
6077.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; }
6078.cal_today { background: #FDFDF0; border-left: solid 1px #E0E0E0; border-bottom: solid 1px #E0E0E0; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 1px; padding-top: 0px; padding-bottom: 0px; }
6079.cal_today_peruser { background: #FDFDF0; border-right: solid 1px #E0E0E0; border-bottom: solid 1px #E0E0E0; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 1px; padding-top: 0px; padding-bottom: 0px; }
6080.cal_today_peruser_peruserleft { background: #FDFDF0; border-left: solid 2px #6C7C7B; border-right: solid 1px #E0E0E0; border-bottom: solid 1px #E0E0E0; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 1px; padding-top: 0px; padding-bottom: 0px; }
6082.cal_peruser { padding: 0px; }
6083.cal_impair { background: #F8F8F8; }
6084.cal_today_peruser_impair { background: #F8F8F0; }
6085.peruser_busy { background: #CC8888; }
6086.peruser_notbusy { background: #EEDDDD; opacity: 0.5; }
6087div.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); }
6088table.cal_event { border: none; border-collapse: collapse; margin-bottom: 1px; -webkit-border-radius: 3px; border-radius: 3px; min-height: 20px; }
6089table.cal_event td { border: none; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 2px; padding-top: 0px; padding-bottom: 0px; }
6090table.cal_event td.cal_event { padding: 4px 4px !important; padding-bottom: 2px !important; padding-top: 2px !important; }
6091table.cal_event td.cal_event_right { padding: 4px 4px !important; }
6092.cal_event { font-size: 1em; }
6093.cal_event a:link { color: #111111; font-weight: normal !important; }
6094.cal_event a:visited { color: #111111; font-weight: normal !important; }
6095.cal_event a:active { color: #111111; font-weight: normal !important; }
6096.cal_event_busy a:hover { color: #111111; font-weight: normal !important; color:rgba(255,255,255,.75); }
6098.cal_peruserviewname { max-width: 140px; height: 22px; }
6106.calendarviewcontainertr { height: 100px; }
6109 background-size: 24px
auto;
6116.cal_available { background: #0060d450; }
6117.cal_chosen { background: #0060d4; }
6124 border: solid 1px rgba(0,0,0,.3);
6125 background: var(--colorbackbody) !important;
6126 color: var(--colortext) !important;
6129.ui-autocomplete-loading { background: white url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/working.gif', 1) ?>) right center no-repeat; }
6134 background-color:white;
6135 border:1px solid #888;
6139.ui-autocomplete ul {
6140 list-style-
type:none;
6144.ui-autocomplete ul li.selected { background-color: #D3E5EC;}
6145.ui-autocomplete ul li {
6146 list-style-
type:none;
6161 text-overflow: ellipsis;
6169.editkey_textarea, .editkey_ckeditor, .editkey_string, .editkey_email, .editkey_numeric, .editkey_select, .editkey_autocomplete {
6170 background: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/edit.png', 1) ?>) right top no-repeat;
6176.editkey_datepicker {
6177 background: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/calendar.png', 1) ?>) right center no-repeat;
6183.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 {
6188.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 {
6203.treeview ul { background-color: transparent !important; margin-top: 0 !important; }
6204.treeview li { background-color: transparent !important; padding: 0 0 0 20px !important; min-height: 30px; }
6205.treeview .hitarea { width: 20px !important; margin-left: -20px !important; margin-top: 3px; }
6206.treeview li
table { min-height: 30px; }
6207.treeview .hover { color: var(--colortextlink) !important; text-decoration: underline !important; }
6239 font-family:sans-serif;
6242 border-spacing: 0px;
6243 border-collapse: collapse;
6250 border-style:groove;
6260div.jPicker
table.jPicker {
6261 padding-bottom: 20px;
6262 padding-right: 20px;
6266 height: 2px !important;
6270 background: unset !important;
6271 border: unset !important;
6273.jPicker .Preview div span {
6274 border: unset !important;
6275 width: unset !important;
6276 height: 50% !important;
6280 border: 1px solid #bbb !important;
6281 background-color: var(--colorbackbody) !important;
6282 box-shadow: 0px 0px 10px #ccc;
6285 background-image: unset !important;
6287.jPicker .Grid span.QuickColor {
6288 border: unset !important;
6294 white-space: nowrap;
6296.jPicker td.Text input {
6297 height: 1em !important;
6299.jPicker .Preview div {
6300 height: 36px !important;
6302.jPicker input[
type=
"button"] {
6303 background: var(--butactionbg);
6304 color: var(--textbutaction);
6306 border-collapse: collapse;
6310A.color, A.color:active, A.color:visited {
6313 text-decoration : none;
6319 border : 1px inset white;
6322 border : 1px outset white;
6324A.none, A.none:active, A.none:visited, A.none:hover {
6327 text-decoration : none;
6334 border : 1px solid #b3c5cc;
6343 background-color : #b3c5cc;
6350 background-color : #b3c5cc;
6351 border : 2px outset;
6360 border : 1px outset white;
6366 font-family : <?php print $fontlist ?>;
6369 text-align : center;
6373 font-family : <?php print $fontlist ?>;
6380 font-family : <?php print $fontlist ?>;
6386 border: solid 1px #ddd !important;
6391.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
6393 background: rgb(<?php echo $colorbacktitle1; ?>);
6397.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-
button:active, .ui-
button:active, .ui-
button.ui-state-active:hover {
6398 background: #007fff !important;
6399 color: #ffffff !important;
6402.ui-menu .ui-menu-item a {
6403 text-decoration:none;
6407 font-weight: normal;
6408 font-family:<?php echo $fontlist; ?>;
6412 font-family:<?php echo $fontlist; ?>;
6414.ui-
button { margin-left: -2px; <?php print(preg_match(
'/chrome/',
$conf->browser->name) ?
'padding-top: 1px;' :
''); ?> }
6419 line-height: 1em !important;
6421.ui-autocomplete-input { margin: 0; padding: 4px; }
6428body.cke_show_borders {
6429 margin: 5px !important;
6433 border: 1px #bbb solid ! important;
6440.cke_wrapper { padding: 4px !important; }
6441a.cke_dialog_ui_button
6443 font-family: <?php print $fontlist ?> !important;
6444 background-image: url(<?php echo $img_button ?>) !important;
6445 background-
position: bottom !important;
6446 border: 1px solid #C0C0C0 !important;
6447 -webkit-border-radius:0px 2px 0px 2px !important;
6448 border-radius:0px 2px 0px 2px !important;
6449 -webkit-box-shadow: 3px 3px 4px #f4f4f4 !important;
6450 box-shadow: 3px 3px 4px #f4f4f4 !important;
6452.cke_dialog_ui_hbox_last
6454 vertical-align: bottom !important;
6456.cke_dialog_ui_hbox_last
6458 vertical-align: bottom !important;
6461 width: 40px !important;
6470a.cke_dialog_ui_button_ok span {
6471 text-shadow: none !important;
6472 color: #333 !important;
6474a.cke_button, a.cke_combo_button {
6475 height: 18px !important;
6477div.cke_notifications_area .cke_notification_warning {
6482@media only screen and (max-width: 768px)
6484 .cke_inner:not(.cke_maximized) .cke_toolbar_separator,
6485 .cke_inner:not(.cke_maximized) .cke_combo,
6486 .cke_inner:not(.cke_maximized) .cke_button:not(.cke_button__maximize) {
6496 border: 1px solid #ddd;
6499.aceeditorstatusbar {
6502 padding-<?php echo $left; ?>: 10px;
6510.ace_status-indicator {
6514 border-left: 1px solid;
6516pre#editfilecontentaceeditorid {
6526 height: 72px !important;
6534.customreportsoutput, .customreportsoutputnotdata {
6537.customreportsoutputnotdata {
6550#types .btn-primary {
6559 display:
inline-block;
6564 vertical-align: top;
6567#types input.text, #types textarea {
6581 box-sizing:border-box;
6588#comment .comment-table {
6592#comment .comment-cell {
6595#comment .comment-info {
6597 border-right:1px solid #dedede;
6601 background:rgba(255,255,255,0.5);
6602 vertical-align:middle;
6605#comment .comment-info a {
6608#comment .comment-right {
6611#comment .comment-description {
6615#comment .comment-delete {
6618 vertical-align:middle;
6620#comment .comment-delete:hover {
6621 background:rgba(250,20,20,0.8);
6623#comment .comment-edit {
6626 vertical-align:middle;
6628#comment .comment-edit:hover {
6629 background:rgba(0,184,148,0.8);
6641 width: <?php print isset($_SESSION[
'dol_screenwidth']) ? max((
int) $_SESSION[
'dol_screenwidth'] - 830, 450) :
'450'; ?>px !important;
6644div#GanttChartDIVglisthead, div#GanttChartDIVgcharthead {
6648.gtaskname div, .gtaskname, .gstartdate div, .gstartdate, .genddate div, .genddate {
6649 font-size: unset !important;
6652div.gantt, .gtaskheading, .gmajorheading, .gminorheading, .gminorheadingwkend {
6653 font-size: unset !important;
6654 font-weight: normal !important;
6655 color: #000 !important;
6658 background: #f0f0f0 !important;
6661 background: rgb(108,152,185) !important;
6664 background: rgb(160,173,58) !important;
6668 text-overflow: ellipsis;
6670td.gminorheadingwkend {
6671 color: #888 !important;
6674 color: #666 !important;
6676.glistlbl, .glistgrid {
6677 width: 582px !important;
6679.gtaskname div, .gtaskname {
6680 min-width: 250px !important;
6681 max-width: 250px !important;
6682 width: 250px !important;
6684.gpccomplete div, .gpccomplete {
6685 min-width: 40px !important;
6686 max-width: 40px !important;
6687 width: 40px !important;
6689td.gtaskheading.gstartdate, td.gtaskheading.genddate {
6690 white-space:
break-spaces;
6692.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) {
6693 color: transparent !important;
6708 font-weight: normal;
6717 font-weight: normal;
6723 text-decoration: none;
6728 margin: 0 5px 5px 5px;
6733 margin: 0 10px 20px 10px;
6738 float: <?php print $left; ?>;
6739 border: solid 1px #f4f4f4;
6746 font-weight: normal;
6759 vertical-align: middle;
6763 display:
inline-block !important;
6766 width: calc(100% - 100px);
6768 white-space:
break-spaces;
6769 word-
break:
break-all;
6771ul.ecmjqft a:active {
6772 font-weight: bold !important;
6775 text-decoration: underline;
6779 vertical-align: middle;
6780 display:
inline-block !important;
6781 text-align: <?php echo $right; ?>;
6782 float: <?php echo $right; ?>;
6786div#ecm-layout-west {
6788 vertical-align: top;
6790div#ecm-layout-center {
6791 width: calc(100% - 405px);
6792 vertical-align: top;
6793 float: <?php echo $right; ?>;
6796.ecmjqft LI.directory { font-weight:normal; background: url(<?php echo
dol_buildpath($path.
'/theme/common/treemenu/folder2.png', 1); ?>) left top no-repeat; }
6797.ecmjqft LI.expanded { font-weight:normal; background: url(<?php echo
dol_buildpath($path.
'/theme/common/treemenu/folder2-expanded.png', 1); ?>) left top no-repeat; }
6798.ecmjqft LI.wait { font-weight:normal; background: url(<?php echo
dol_buildpath(
'/theme/'.$theme.
'/img/working.gif', 1); ?>) left top no-repeat; }
6808 top:
auto !important;
6809 bottom: 4px !important;
6812 min-width: <?php echo $dol_optimize_smallscreen ?
'200' :
'480'; ?>px;
6815 padding-left: 10px !important;
6816 padding-right: 10px !important;
6817 padding-top: 10px !important;
6818 word-wrap:
break-word;
6820.jnotify-container .jnotify-notification .jnotify-message {
6821 font-weight: normal;
6823 word-
break:
break-word;
6825.jnotify-container .jnotify-notification-warning .jnotify-close, .jnotify-container .jnotify-notification-warning .jnotify-message {
6826 color: #a28918 !important;
6828.jnotify-container .jnotify-close {
6829 top: 4px !important;
6830 font-size: 1.6em !important;
6834div.jnotify-background {
6835 opacity : 0.95 !important;
6836 -webkit-box-shadow: 2px 2px 4px #8888 !important;
6837 box-shadow: 2px 2px 4px #8888 !important;
6841.bodylogin .jnotify-container {
6848 padding-left: unset !important;
6849 padding-right: unset !important;
6850 padding-top: unset !important;
6852.bodylogin .jnotify-container .jnotify-notification {
6853 margin: unset !important;
6855.bodylogin .jnotify-container .jnotify-notification .jnotify-background {
6856 border-radius: unset !important;
6858.bodylogin .jnotify-container .jnotify-notification .jnotify-message {
6870div.dolEventValid h1, div.dolEventValid h2 {
6872 background-color: #e3f0db;
6873 padding: 5px 5px 5px 5px;
6876div.dolEventError h1, div.dolEventError h2 {
6878 background-color: #d79eac;
6879 padding: 5px 5px 5px 5px;
6887.divmap, #google-visualization-geomap-embed-0, #google-visualization-geomap-embed-1, #google-visualization-geomap-embed-2 {
6895table.dataTable tr.odd td.sorting_1,
table.dataTable tr.even td.sorting_1 {
6896 background: none !important;
6898.sorting_asc { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_asc.png
', 1); ?>') no-repeat center right !important; }
6899.sorting_desc { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_desc.png
', 1); ?>') no-repeat center right !important; }
6900.sorting_asc_disabled { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_asc_disabled.png
', 1); ?>') no-repeat center right !important; }
6901.sorting_desc_disabled { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_desc_disabled.png
', 1); ?>') no-repeat center right !important; }
6902.dataTables_paginate {
6905.paginate_button_disabled {
6906 opacity: 1 !important;
6907 color: #888 !important;
6908 cursor:
default !important;
6910.paginate_disabled_previous:hover, .paginate_enabled_previous:hover, .paginate_disabled_next:hover, .paginate_enabled_next:hover
6912 font-weight: normal;
6914.paginate_enabled_previous:hover, .paginate_enabled_next:hover
6916 text-decoration: underline !important;
6920 text-decoration: underline !important;
6924 font-weight: normal !important;
6925 text-decoration: none !important;
6927.paging_full_numbers {
6928 height: inherit !important;
6930.paging_full_numbers a.paginate_active:hover, .paging_full_numbers a.paginate_button:hover {
6931 background-color: #DDD !important;
6933.paging_full_numbers, .paging_full_numbers a.paginate_active, .paging_full_numbers a.paginate_button {
6934 background-color: #FFF !important;
6935 border-radius: inherit !important;
6937.paging_full_numbers a.paginate_button_disabled:hover, .paging_full_numbers a.disabled:hover {
6938 background-color: #FFF !important;
6940.paginate_button, .paginate_active {
6941 border: 1px solid #ddd !important;
6942 padding: 6px 12px !important;
6943 margin-left: -1px !important;
6944 line-height: 1.42857143 !important;
6945 margin: 0 0 !important;
6952.ui-state-
disabled, .ui-widget-content .ui-state-
disabled, .ui-widget-header .ui-state-
disabled, .paginate_button_disabled {
6954 background-image: none;
6957div.dataTables_length {
6958 float: right !important;
6961div.dataTables_length select {
6964.dataTables_wrapper .dataTables_paginate {
6965 padding-top: 0px !important;
6973input.select2-input {
6974 border-bottom: none ! important;
6978 border-bottom: 1px solid #ccc !important;
6980.select2-results .select2-highlighted.optionblue {
6981 color: #FFF !important;
6984.select2-container .select2-selection--multiple {
6985 min-height: 28px !important;
6988.select2-container--
default .select2-selection--multiple .select2-selection__choice {
6993.blockvmenusearch .select2-container--
default .select2-selection--single,
6994.blockvmenubookmarks .select2-container--
default .select2-selection--single
6996 background-color: unset;
6998#blockvmenusearch .select2-container--default .select2-selection--single .select2-selection__placeholder {
6999 color: var(--colortextbackvmenu);
7001.select2-container--
default .select2-selection--single .select2-selection__rendered {
7004.select2-container .select2-choice {
7005 border-bottom: 1px solid #ccc;
7007.select2-container .select2-choice > .select2-chosen {
7010.select2-container .select2-choice .select2-arrow {
7013.select2-container-multi .select2-choices {
7014 background-image: none;
7016.select2-container .select2-choice {
7020.selectoptiondisabledwhite {
7021 background: #FFFFFF !important;
7026 border-left: none !important;
7027 background: none !important;
7031 border-top: none !important;
7032 border-left: none !important;
7033 border-right: none !important;
7034 border-bottom: 1px solid #ccc;
7036.select2-drop.select2-drop-above {
7037 box-shadow: none !important;
7039.select2-container--open .select2-dropdown--above {
7040 border-bottom: solid 1px rgba(0,0,0,.2);
7042.select2-drop.select2-drop-above.select2-drop-active {
7043 border-top: 1px solid #ccc;
7044 border-bottom: 1px solid #ccc;
7046.select2-container--
default .select2-selection--single
7052 border-bottom: solid 1px rgba(0,0,0,.2);
7053 -webkit-box-shadow: none !important;
7054 box-shadow: none !important;
7055 border-radius: 0 !important;
7057.select2-container--
default.select2-container--focus .select2-selection--multiple {
7062.select2-container--
default .select2-selection--multiple {
7063 border-bottom: solid 1px rgba(0,0,0,.2);
7067 border-radius: 0 !important;
7068 line-height: normal;
7070.select2-container--
default .select2-selection--multiple .select2-selection__rendered {
7073.select2-container--
default .select2-selection--multiple .select2-selection__choice {
7074 margin-top: 4px !important;
7076.select2-selection--multiple input.select2-search__field {
7077 border-bottom: none !important;
7079.select2-search__field
7082 border-top: none !important;
7083 border-left: none !important;
7084 border-right: none !important;
7085 border-bottom: solid 1px rgba(0,0,0,.2) !important;
7086 -webkit-box-shadow: none !important;
7087 box-shadow: none !important;
7088 border-radius: 0 !important;
7090.select2-container-active .select2-choice, .select2-container-active .select2-choices
7095 border-bottom: none;
7096 -webkit-box-shadow: none !important;
7097 box-shadow: none !important;
7099.select2-dropdown-open {
7100 background-color: #fff;
7102.select2-dropdown-open .select2-choice, .select2-dropdown-open .select2-choices
7107 border-bottom: none;
7108 -webkit-box-shadow: none !important;
7109 box-shadow: none !important;
7110 background-color: #fff;
7116.select2-drop.select2-drop-above.select2-drop-active, .select2-drop {
7119.select2-drop.select2-drop-above {
7122.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
7123 background-image: none;
7124 border-radius: 0 !important;
7126div.select2-drop-above
7129 -webkit-box-shadow: none !important;
7130 box-shadow: none !important;
7134 border: 1px solid #ccc;
7137.select2-search input {
7140a span.select2-chosen
7142 font-weight: normal !important;
7144.select2-container .select2-choice {
7145 background-image: none;
7148.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit
7150 background: #FFFFFF;
7155.select2-results__option {
7156 word-
break:
break-word;
7157 text-align: <?php echo $left; ?>;
7159.select2-container.select2-container-
disabled .select2-choice, .select2-container-multi.select2-container-
disabled .select2-choices {
7160 background-color: #FFFFFF;
7161 background-image: none;
7165.select2-container-
disabled .select2-choice .select2-arrow b {
7168.select2-container-multi .select2-choices .select2-search-choice {
7171.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices, .select2-container-multi .select2-choices,
7172.select2-container-multi.select2-container-active .select2-choices
7174 border-bottom: 1px solid #ccc;
7177 border-left: 1px solid #ddd;
7179.select2-container--
default .select2-results>.select2-results__options{
7185.selecttype span.select2-dropdown.ui-dialog {
7188span#select2-taskid-container[title^=
'--'] {
7194#addbox .select2-container .select2-choice > .select2-chosen, #actionbookmark .select2-container .select2-choice > .select2-chosen {
7195 text-align: <?php echo $left; ?>;
7198.select2-container--
default .select2-selection--single .select2-selection__placeholder {
7202span#select2-boxbookmark-container, span#select2-boxcombo-container {
7203 text-align: <?php echo $left; ?>;
7206.select2-container .select2-selection--single .select2-selection__rendered {
7212#boxbookmark.boxcombo, #boxcombo.boxcombo {
7215 border-bottom: solid 1px rgba(0,0,0,.4) !important;
7218 padding: 0 0 5px 5px;
7219 vertical-align: top;
7223.select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr {
7224 padding: 3px 5px 2px 5px;
7225 margin: 0 0 2px 3px;
7230 border: 1px solid #ddd;
7232 -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
7233 box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
7234 background-clip: padding-box;
7235 -webkit-touch-callout: none;
7236 -webkit-
user-select: none;
7237 -moz-
user-select: none;
7238 -ms-
user-select: none;
7240 background-color: #e4e4e4;
7241 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));
7242 background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
7243 background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
7244 background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
7246.select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr a {
7247 font-weight: normal;
7249.select2-container-multi-dolibarr .select2-choices-dolibarr li {
7250 float: <?php echo $left; ?>;
7253.select2-container-multi-dolibarr .select2-choices-dolibarr {
7254 height:
auto !important;
7263span.select2.select2-container.select2-container--
default {
7264 text-align: initial;
7267ul.select2-results__options li {
7271select.multiselectononeline {
7273 vertical-align: middle;
7275 height: 28px !important;
7280@media only screen and (min-width: 767px)
7283 .select2-container.select2-container--open:not(.graphtype, .limit, .combolargeelem):not(.yesno) .select2-dropdown.ui-dialog {
7284 min-width: 240px !important;
7286 .select2-container.select2-container--open:not(.graphtype, .limit, .combolargeelem):not(.yesno) .select2-dropdown--below:not(.onrightofpage),
7287 .select2-container.select2-container--open:not(.graphtype, .limit, .combolargeelem):not(.yesno) .select2-dropdown--above:not(.onrightofpage) {
7288 min-width: 240px !important;
7290 .onrightofpage span.select2-dropdown.ui-dialog.select2-dropdown--below,
7291 .onrightofpage span.select2-dropdown.ui-dialog.select2-dropdown--above {
7292 min-width: 140px !important;
7294 .combolargeelem.select2-container.select2-container--open .select2-dropdown.ui-dialog {
7295 min-width: 320px !important;
7298 .select2-container--open .select2-dropdown--below {
7299 border-top: 1px solid var(--inputbordercolor);
7305.limit.select2-container.select2-container--open .select2-dropdown.ui-dialog {
7306 min-width: 100px !important;
7309.parentonrightofpage {
7318.noborderoncategories {
7319 border: none !important;
7320 border-radius: 5px !important;
7322 -webkit-box-shadow: none !important;
7323 box-shadow: none !important;
7324 margin-bottom: 0 !important;
7326span.noborderoncategories a, li.noborderoncategories a {
7327 line-height: normal;
7329span.noborderoncategories {
7330 padding: 3px 5px 3px 5px;
7332.categtextwhite, .treeview .categtextwhite.hover {
7333 color: #fff !important;
7336 color: #000 !important;
7348.multi-select-container {
7349 display:
inline-block;
7362 border: 1px solid #aaa;
7363 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
7367div.multi-select-menu[role=
"menu"] {
7368 min-width: 220px !important;
7371.multi-select-menu input {
7372 margin-right: 0.3em;
7373 vertical-align: 0.1em;
7377 display:
inline-block;
7379 white-space: nowrap;
7381 text-overflow: ellipsis;
7382 vertical-align: middle;
7383 background-color: #fff;
7387 border-bottom: solid 1px rgba(0,0,0,.2);
7392.multi-select-
button:focus {
7394 border-bottom: 1px solid #666;
7397.multi-select-
button:after {
7399 display:
inline-block;
7402 border-style: solid;
7403 border-width: 0.5em 0.23em 0em 0.23em;
7404 border-color: #888 transparent transparent transparent;
7408.multi-select-container--open .multi-select-menu { display: block; }
7410.multi-select-container--open .multi-select-
button:after {
7411 border-width: 0 0.4em 0.4em 0.4em;
7412 border-color: transparent transparent #888 transparent;
7415.multi-select-menuitem {
7420label.multi-select-menuitem {
7430ul.ulselectedfields {
7438 vertical-align: middle;
7439 display:
inline-block;
7441.dropdown dd, .dropdown dt {
7447 text-align: <?php echo $left; ?>;
7457.dropdown dt a span, .multiSel span {
7459 display:
inline-block;
7460 padding: 0 3px 2px 0;
7462.maxwidthsearch .dropdown dt a span, .multiSel span {
7463 padding: 0 3px 2px 3px;
7465.dropdown span.value {
7469 background-color: #FFF;
7470 box-shadow: 1px 1px 10px #aaa;
7472 <?php echo $right; ?>:0px;
7481.dropdown dd ul.selectedfieldsleft {
7482 <?php echo $right; ?>:
auto;
7485 white-space: nowrap;
7486 font-weight: normal;
7487 padding: 7px 8px 7px 8px;
7491.dropdown dd ul li:hover {
7494.dropdown dd ul li input[
type=
"checkbox"] {
7495 margin-<?php echo $right; ?>: 3px;
7497.dropdown dd ul li a, .dropdown dd ul li span {
7501.dropdown dd ul li span {
7504.dropdown dd ul li a:hover {
7505 background-color: #eee;
7508dd.dropdowndd ul li {
7509 text-overflow: ellipsis;
7511 white-space: nowrap;
7522 text-overflow: ellipsis;
7523 white-space: nowrap;
7536 padding-bottom: 20px;
7544.searchpage .tagtr .tagtd {
7546 padding-bottom: 2px;
7548.searchpage .tagtr .tagtd .button {
7552.searchpage .searchform input {
7556li.ui-li-divider .ui-link {
7557 color: #FFF !important;
7562a.ui-link, a.ui-link:hover, .ui-btn:hover, span.ui-btn-text:hover, span.ui-btn-inner:hover {
7563 text-decoration: none !important;
7573 font-size: <?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize; ?>;
7576.ui-btn-icon-right .ui-btn-inner {
7577 padding-right: 30px;
7579.ui-btn-icon-left .ui-btn-inner {
7582.ui-select .ui-btn-icon-right .ui-btn-inner {
7583 padding-right: 30px;
7585.ui-select .ui-btn-icon-left .ui-btn-inner {
7588.ui-select .ui-btn-icon-right .ui-icon {
7591.ui-btn-icon-left > .ui-btn-inner > .ui-icon, .ui-btn-icon-right > .ui-btn-inner > .ui-icon {
7597 white-space: nowrap;
7598 text-overflow: ellipsis;
7600.fiche .ui-controlgroup {
7602 padding-bottom: 0px;
7604div.ui-controlgroup-controls div.tabsElem
7608div.ui-controlgroup-controls div.tabsElem a
7610 -webkit-box-shadow: 0 -3px 6px rgba(0,0,0,.2);
7611 box-shadow: 0 -3px 6px rgba(0,0,0,.2);
7613div.ui-controlgroup-controls div.tabsElem a#active {
7614 -webkit-box-shadow: 0 -3px 6px rgba(0,0,0,.3);
7615 box-shadow: 0 -3px 6px rgba(0,0,0,.3);
7618a.tab span.ui-btn-inner
7625 color: rgb(<?php print $colortext; ?>);
7627.liste_titre .ui-link {
7628 color: rgb(<?php print $colortexttitle; ?>) !important;
7632 word-wrap:
break-word;
7636.formdoc .ui-btn-inner
7638 white-space: normal;
7640 text-overflow: clip;
7648div.ui-radio, div.ui-checkbox
7650 display:
inline-block;
7651 border-bottom: 0px !important;
7653.ui-checkbox input, .ui-radio input {
7659div.ui-checkbox label+input, div.ui-radio label+input {
7664 padding-bottom: 10px; margin-bottom: 4px; border-bottom: 1px solid #AAAAAA !important;
7669 -webkit-border-radius: 0;
7672.ui-field-contain label.ui-input-text {
7673 vertical-align: middle !important;
7675.ui-mobile fieldset {
7676 border-bottom: none !important;
7680.ui-li .ui-btn-inner a.ui-link-inherit, .ui-li-
static.ui-li {
7685 font-weight: normal;
7687.ui-focus, .ui-btn:focus {
7688 -webkit-box-shadow: none;
7696 color: rgb(<?php print $colortexttitlenotab; ?>) !important;
7698.ui-bar-b, .lilevel0 {
7699 background-repeat: repeat-x;
7703 color: rgb(<?php print $colortexttitlenotab; ?>) !important;
7706 font-weight: normal !important;
7709.ui-li.ui-last-child, .ui-li.ui-field-contain.ui-last-child {
7710 border-bottom-width: 0px !important;
7713 color: rgb(<?php echo $colortexttitle; ?>) !important;
7716 box-shadow: none !important;
7717 border-bottom: 1px solid #ccc;
7720 border-right: 1px solid #ccc !important;
7723 border: 1px solid #ccc;
7726.ui-btn-up-c, .ui-btn-hover-c {
7730.ui-body-c .ui-link, .ui-body-c .ui-link:visited, .ui-body-c .ui-link:hover {
7731 color: rgb(<?php print $colortextlink; ?>);
7733.ui-btn-up-c .vsmenudisabled {
7734 color: #<?php echo $colorshadowtitle; ?> !important;
7735 text-shadow: none !important;
7743 background: transparent;
7756 color: rgb(<?php print $colortexttitlenotab; ?>) !important;
7759 border-top: 2px solid #444;
7760 background: #fff ! important;
7762.lilevel1 div div a {
7763 font-weight: bold !important;
7768 background: #fff ! important;
7773 background: #fff ! important;
7778 background: #fff ! important;
7783 background: #fff ! important;
7793 background: url(
'<?php echo dol_buildpath($path.'/theme/
'.$theme.'/img/menus/money.png
', 1) ?>') top left no-repeat;
7794 background-position-y: 15px;
7798 background: url(
'<?php echo dol_buildpath($path.'/theme/
'.$theme.'/img/menus/home.png
', 1) ?>') top left no-repeat;
7799 background-position-y: 15px;
7801.menu_choix1,.menu_choix2 {
7804 border: 1px solid #666;
7807.menu_choix1 a, .menu_choix2 a {
7810 text-decoration: none;
7816.menu_choix1 a:hover,.menu_choix2 a:hover {
7819.menu li.menu_choix1 {
7821 padding-right: 10px;
7822 padding-bottom: 2px;
7824.menu li.menu_choix2 {
7826 padding-right: 10px;
7827 padding-bottom: 2px;
7829@media only screen and (max-width: 767px)
7831 .menu_choix1 a, .menu_choix2 a {
7832 background-size: 36px 36px;
7836 .menu li.menu_choix1, .menu li.menu_choix2 {
7841 margin-right: 0 !important;
7855 border: 1px solid #888;
7857.publicnewmemberform div.tabBarWithBottom {
7858 border: 1px solid #e8e8e8;
7861 background-color: #f8f8f8;
7865.publicnewmemberform #tablesubscribe {
7882.publicnewticketform {
7887 padding-right: 50px;
7890@media only screen and (max-width: 767px)
7892 .ticketlargemargin {
7893 padding-left: 5px; padding-right: 5px;
7906#cd-timeline::before {
7914 background: #d7e4ed;
7916@media only screen and (min-width: 1170px) {
7920 #cd-timeline::before {
7930.cd-timeline-block:after {
7935.cd-timeline-block:first-child {
7938.cd-timeline-block:last-child {
7941@media only screen and (min-width: 1170px) {
7942 .cd-timeline-block {
7945 .cd-timeline-block:first-child {
7948 .cd-timeline-block:last-child {
7960 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);
7961 background: #d7e4ed;
7963.cd-timeline-img img {
7973.cd-timeline-img.cd-picture {
7974 background: #75ce66;
7976.cd-timeline-img.cd-movie {
7977 background: #c03b44;
7979.cd-timeline-img.cd-location {
7980 background: #f0ca45;
7982@media only screen and (min-width: 1170px) {
7989 -webkit-transform: translateZ(0);
7990 -webkit-backface-visibility: hidden;
7992 .cssanimations .cd-timeline-img.is-hidden {
7995 .cssanimations .cd-timeline-img.bounce-in {
7996 visibility: visible;
7997 -webkit-animation: cd-bounce-1 0.6s;
7998 -moz-animation: cd-bounce-1 0.6s;
7999 animation: cd-bounce-1 0.6s;
8003@-webkit-keyframes cd-bounce-1 {
8006 -webkit-transform: scale(0.5);
8011 -webkit-transform: scale(1.2);
8015 -webkit-transform: scale(1);
8018@-moz-keyframes cd-bounce-1 {
8021 -moz-transform: scale(0.5);
8026 -moz-transform: scale(1.2);
8030 -moz-transform: scale(1);
8033@keyframes cd-bounce-1 {
8036 -webkit-transform: scale(0.5);
8037 -moz-transform: scale(0.5);
8038 -ms-transform: scale(0.5);
8039 -o-transform: scale(0.5);
8040 transform: scale(0.5);
8045 -webkit-transform: scale(1.2);
8046 -moz-transform: scale(1.2);
8047 -ms-transform: scale(1.2);
8048 -o-transform: scale(1.2);
8049 transform: scale(1.2);
8053 -webkit-transform: scale(1);
8054 -moz-transform: scale(1);
8055 -ms-transform: scale(1);
8056 -o-transform: scale(1);
8057 transform: scale(1);
8060.cd-timeline-content {
8064 border-radius: 0.25em;
8066 background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
8067 background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
8068 background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
8069 background-image: linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
8071.cd-timeline-content:after {
8076.cd-timeline-content h2 {
8079.cd-timeline-content .cd-date {
8081 font-size: 0.8125rem;
8083.cd-timeline-content .cd-date {
8084 display:
inline-block;
8086.cd-timeline-content p {
8091.cd-timeline-content .cd-date {
8096.cd-timeline-content::before {
8103 border: 7px solid transparent;
8104 border-right: 7px solid white;
8106@media only screen and (min-width: 768px) {
8107 .cd-timeline-content h2 {
8111 .cd-timeline-content {
8115 .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
8117 font-size: 0.875rem;
8120@media only screen and (min-width: 1170px) {
8121 .cd-timeline-content {
8126 .cd-timeline-content::before {
8129 border-color: transparent;
8130 border-left-color: white;
8132 .cd-timeline-content .cd-read-more {
8135 .cd-timeline-content .cd-date {
8143 .cd-timeline-block:nth-child(even) .cd-timeline-content {
8146 .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
8150 border-color: transparent;
8151 border-right-color: white;
8153 .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
8156 .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
8169span.phpdebugbar-tooltip.phpdebugbar-tooltip-extra-wide, span.phpdebugbar-tooltip.phpdebugbar-tooltip-wide {
8170 width: 250px !important;
8172.phpdebugbar-indicator span.phpdebugbar-tooltip {
8173 opacity: .95 !important;
8175a.phpdebugbar-tab.phpdebugbar-active {
8176 background-image: unset !important;
8178.phpdebugbar-indicator .fa {
8179 font-family:
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>";
8182div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-value.phpdebugbar-widgets-warning:before,
8183div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-value.phpdebugbar-widgets-error:before,
8184div.phpdebugbar-widgets-exceptions a.phpdebugbar-widgets-editor-link:before,
8185div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-database:before,
8186div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-duration:before,
8187div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-memory:before,
8188div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-row-count:before,
8189div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-copy-clipboard:before,
8190div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-stmt-id:before,
8191div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-render-time:before,
8192div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-memory:before,
8193div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-param-count:before,
8194div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-
type:before,
8195div.phpdebugbar-widgets-templates a.phpdebugbar-widgets-editor-link:before
8197 font-family:
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>" !important;
8205.jcrop-holder { background: unset !important; }
8212.dol-xaxis-vertical .flot-x-axis .flot-tick-label.tickLabel {
8213 text-orientation: sideways;
8215 writing-mode: vertical-rl;
8216 white-space: nowrap;
8224span.clipboardCPValueToPrint, div.clipboardCPValueToPrint {
8225 display:
inline-block;
8227span.clipboardCPValue.hidewithsize {
8228 width: 0 !important;
8229 display:
inline-block;
8231 white-space: nowrap;
8233 vertical-align: middle;
8235div.clipboardCPValue.hidewithsize {
8236 width: 0 !important;
8239 white-space: nowrap;
8242.clipboardCPShowOnHover .clipboardCPButton {
8251.clipboardCPTextDivInside {
8255 border: 1px solid #DDD;
8264 white-space: nowrap;
8266 box-shadow: 1px 1px 6px #ddd;
8274.radio_js_bloc_number {
8275 display:
inline-block;
8279 border:1px solid #ccc;
8286.radio_js_bloc_number.selected {
8287 transition:0.2s ease background;
8300 vertical-align: top;
8304#virtualcard-iframe {
8305 border: 40px solid #aaa;
8306 vertical-align: top;
8309 border-radius: 10px;
8313 pointer-events: none;
8327.highlightDragDropArea{
8328 border: 2px #000 dashed !important;
8329 background-color: #eee !important;
8331.highlightDragDropArea * :not(.dragDropAreaMessage *){
8333 filter: blur(1px) grayscale(90%);
8335.dragDropAreaMessage {
8339 transform: translate(-50%, -50%);
8349 border: 1px solid #bbb !important;
8356.opensurveydescription * {
8361 padding: 0 4px 0 4px;
8365 margin-right: 100px;
8369 background-color: #f0f0f0;
8373.survey_borders .resultats .nom {
8374 text-align: <?php echo $left; ?>
8376.survey_borders .resultats .sujet {
8388#bookinghoursection {
8396 border: 1px solid #000;
8399 margin-bottom: 15px;
8407@media only screen and (max-width: 767px)
8409 .imgopensurveywizard, .imgautosize { width:95%; height:
auto; }
8413 width: <?php print
dol_size(350,
'width'); ?>px;
8419 -webkit-border-radius: 0;
8425 td.widthpictotitle { width: 30px; }
8427 .logopublicpayment #dolpaymentlogo {
8430 #tablepublicpayment {
8431 width:
auto !important;
8432 border: none !important;
8434 .poweredbypublicpayment {
8435 float: unset !important;
8436 top: unset !important;
8438 right: -10px !important;
8451 .bookcalform.boxtable .minwidth75 {
8454 .center.bookingtab {
8457 #bookinghoursection {
8463@media only screen and (max-width: 1024px)
8465 div#ecm-layout-west {
8469 div#ecm-layout-center {
8475 width: <?php echo $disableimages ?
'auto' :
'44'; ?>px;
8480@media only screen and (max-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC1', round($nbtopmenuentries * 90, 0) + 340); ?>px)
8485 white-space: nowrap;
8487 text-overflow: ellipsis;
8488 color: #<?php echo $colortextbackhmenu; ?>;
8495 background-size: 24px
auto;
8498 li.tmenu, li.tmenusel {
8509@media only screen and (max-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC2', round($nbtopmenuentries * 66, 0) + 220); ?>px)
8511 li.tmenucompanylogo {
8516 max-width: <?php echo max(24, ceil(300 / ($nbtopmenuentriesreal + 2))); ?>px;
8517 text-overflow: clip;
8519 .menuhider div.tmenucenter {
8528 background-size: 20px
auto;
8533@media only screen and (max-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC3', round($nbtopmenuentries * 44, 0) + 320); ?>px)
8535 div.login_block_tools > div {
8538 div#topmenu-global-search-dropdown,
8539 div#topmenu-quickadd-dropdown,
8540 div#topmenu-bookmark-dropdown,
8541 div#topmenu-uploadfile-dropdown,
8542 div#topmenu-login-dropdown {
8546 div#topmenu-global-search-dropdown,
8547 div#topmenu-quickadd-dropdown,
8548 div#topmenu-bookmark-dropdown,
8549 div#topmenu-uploadfile-dropdown {
8561 <?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
8567 li.tmenu, li.tmenusel {
8570 a.tmenu:link, a.tmenu:visited, a.tmenu:hover, a.tmenu:active,
8571 a.tmenusel:link, a.tmenusel:visited, a.tmenusel:hover, a.tmenusel:active {
8581 div.login_block_other, div.login_block_tools {
8582 display:
inline-block;
8585 .loginbuttonexternal {
8590 text-overflow: clip;
8593 background-size: 20px
auto;
8594 margin-top: 2px !important;
8602 width: <?php print
dol_size(300,
'width'); ?>px;
8606 min-width: 0 !important;
8609 padding-<?php echo $right; ?>: 5px;
8611 img.photoref, div.photoref {
8612 border: 1px solid rgba(0, 0, 0, 0.2);
8613 -webkit-box-shadow: none;
8616 object-fit: contain;
8620 width:
auto !important;
8623 .tableforfield>tr>td:first-child, .tableforfield>tbody>tr>td:first-child, div.tableforfield div.tagtr>div.tagtd:first-of-
type {
8626 .tableforfield>tr>td:nth-child(2), .tableforfield>tbody>tr>td:nth-child(2), div.tableforfield div.tagtr>div.tagtd:nth-child(2) {
8627 word-
break:
break-word;
8630 table.table-fiche-title .col-title div.titre{
8639 word-
break:
break-word;
8642 .websiteselectionsection {
8644 border-right: unset;
8652 padding-right: 12px;
8660 .underbanner.underbanner-before-box {
8661 border-bottom: none;
8665 margin-bottom: 0.5em;
8676 .lilevel1 span.paddingright {
8680 img.userphotopublicvcard {
8697include
dol_buildpath($path.
'/theme/'.$theme.
'/dropdown.inc.php', 0);
8698include
dol_buildpath($path.
'/theme/eldy/emaillayout.inc.php', 0);
8699include
dol_buildpath($path.
'/theme/'.$theme.
'/info-box.inc.php', 0);
8700include
dol_buildpath($path.
'/theme/'.$theme.
'/progress.inc.php', 0);
8701include
dol_buildpath($path.
'/theme/eldy/timeline.inc.php', 0);
8704 print
$conf->global->THEME_CUSTOM_CSS;
8707if (is_object($db)) {
8713::-webkit-scrollbar {
8719::-webkit-scrollbar-track-piece {
8720 background: #f4f4f4;
8722::-webkit-scrollbar-thumb {
8729div.flot-text .flot-tick-label .tickLabel, .fa-color-unset {
colorStringToArray($stringcolor, $colorifnotfound=array(88, 88, 88))
Convert a string RGB value ('FFFFFF', '255,255,255') into an array RGB array(255,255,...
colorHexToHsl($hex, $alpha=false, $returnArray=false)
Color Hex to Hsl (used for style)
GETPOSTINT($paramname, $method=0)
Return the value of a $_GET or $_POST supervariable, converted into integer.
price($amount, $form=0, $outlangs='', $trunc=1, $rounding=-1, $forcerounding=-1, $currency_code='')
Function to format a value into an amount for visual output Function used into PDF and HTML pages.
getDolUserString($key, $default='', $tmpuser=null)
Return Dolibarr user constant string value.
getDolGlobalInt($key, $default=0)
Return a Dolibarr global constant int value.
dol_size($size, $type='')
Optimize a size for some browsers (phone, smarphone...)
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
dol_buildpath($path, $type=0, $returnemptyifnotfound=0)
Return path of url or filesystem.
getDolGlobalString($key, $default='')
Return a Dolibarr global constant string value.
treeview li table
No Email.
ui state ui widget content ui state ui widget header ui state a ui button
0 = Do not include form tag and submit button -1 = Do not include form tag but include submit button
conf($dolibarr_main_document_root)
Load conf file (file must exists)
if(!defined( 'NOREQUIREMENU')) if(!empty(GETPOST('seteventmessages', 'alpha'))) if(!function_exists("llxHeader")) top_httphead($contenttype='text/html', $forcenocache=0)
Show HTTP header.
global $conf
The following vars must be defined: $type2label $form $conf, $lang, The following vars may also be de...
$conf db user
Active Directory does not allow anonymous connections.
if(preg_match('/crypted:/i', $dolibarr_main_db_pass)||!empty($dolibarr_main_db_encrypted_pass)) $conf db type
$conf db name
Only used if Module[ID]Name translation string is not found.