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;
616.liste_titre input[
name=search_month], .liste_titre input[
name=search_month_start], .liste_titre input[
name=search_month_end] {
619select#date_startday, select#date_startmonth, select#date_endday, select#date_endmonth, select#reday, select#remonth
624input, input.flat, textarea, textarea.flat, form.flat select, select, select.flat, .dataTables_length label select {
625 color: var(--colortext);
627 border<?php echo !
getDolGlobalString(
'THEME_SHOW_BORDER_ON_INPUT') ?
'-bottom' :
''; ?>: solid 1px var(--inputbordercolor);
628 font-family: <?php print $fontlist ?>;
630 margin: 0px 0px 0px 0px;
631 background-color: var(--inputbackgroundcolor);
633 border<?php echo !
getDolGlobalString(
'THEME_SHOW_BORDER_ON_INPUT') ?
'-bottom' :
''; ?>: solid 1px var(--inputbordercolor);
653#mainbody input.button:not(.buttongen):not(.bordertransp), #mainbody a.button:not(.buttongen):not(.bordertransp) {
654 background: var(--butactionbg);
655 color: var(--textbutaction) !important;
657 border-collapse: collapse;
660 text-transform: uppercase;
663 padding: 0.6em 0.7em;
666#mainbody input.button:not(.buttongen):not(.bordertransp):hover, #mainbody a.button:not(.buttongen):not(.bordertransp):hover {
667 -webkit-box-shadow: 0px 0px 6px 1px rgb(50 50 50 / 40%), 0px 0px 0px rgb(60 60 60 / 10%);
668 box-shadow: 0px 0px 6px 1px rgb(50 50 50 / 40%), 0px 0px 0px rgb(60 60 60 / 10%);
670#mainbody input.buttongen, #mainbody button.buttongen {
674input.button.massactionconfirmed {
681input:invalid, select:invalid, input.--error , select.--error {
682 border-color: #ea1212;
685section.setupsection {
687 background-color: var(--colorbacktitle1);
691.field-error-icon { color: #ea1212 !important; }
695 border-top:solid 1px var(--inputbordercolor);
696 border-left:solid 1px var(--inputbordercolor);
697 border-right:solid 1px var(--inputbordercolor);
698 border-bottom:solid 1px var(--inputbordercolor);
700 background-color: #FFF;
706input.removedassigned, input.removedassignedresource {
707 padding: 2px !important;
708 vertical-align: text-bottom;
712 padding-left: 1px !important;
713 padding-right: 1px !important;
716 vertical-align: middle;
718input.buttonpayment,
button.buttonpayment, div.buttonpayment {
724 background-image: none;
729 border: 2px solid #ccc;
730 background-color: #eee;
732 color: #888 !important;
735.nofocusvisible:focus-visible {
739div.buttonpayment input {
740 background-color: unset;
741 border-bottom: unset;
743 text-transform: uppercase;
747div.buttonpayment input:focus {
750input.buttonpaymentcb {
751 background-image: url(<?php echo
dol_buildpath($path.
'/theme/common/credit_card.png', 1) ?>);
752 background-size: 26px;
753 background-repeat: no-repeat;
756input.buttonpaymentcheque {
757 background-image: url(<?php echo
dol_buildpath($path.
'/theme/common/cheque.png', 1) ?>);
758 background-repeat: no-repeat;
761input.buttonpaymentcb {
762 background-image: url(<?php echo
dol_buildpath($path.
'/theme/common/credit_card.png', 1) ?>);
763 background-size: 24px;
764 background-repeat: no-repeat;
767input.buttonpaymentpaypal {
768 background-image: url(<?php echo
dol_buildpath($path.
'/paypal/img/object_paypal.png', 1) ?>);
769 background-repeat: no-repeat;
772input.buttonpaymentpaybox {
773 background-image: url(<?php echo
dol_buildpath($path.
'/paybox/img/object_paybox.png', 1) ?>);
774 background-repeat: no-repeat;
777input.buttonpaymentstripe {
778 background-image: url(<?php echo
dol_buildpath($path.
'/stripe/img/object_stripe.png', 1) ?>);
779 background-repeat: no-repeat;
782.logopublicpayment #dolpaymentlogo {
785 image-rendering: -webkit-optimize-contrast;
790 background-color: transparent;
791 color: var(--colortext) !important;
792 border: 1px solid #888;
793 margin: 0 0.45em !important;
796span.userimg.notfirst, div.userimg.notfirst {
799div.userimg.notfirst {
800 display: block-
inline;
804span.timesheetalreadyrecorded input {
806 border-bottom: solid 1px rgba(0,0,0,0.1);
807 margin-right: 1px !important;
809td.onholidaymorning, td.onholidayafternoon {
810 background-color: #fdf6f2;
813 background-color: #f4eede;
815td.onholidayallday:not(.weekend) input {
816 background-color: #f8f7f0;
819 background-color: #eee;
824td.leftborder, td.hide0 {
825 border-left: 1px solid #ccc;
827td.leftborder, td.hide6 {
828 border-right: 1px solid #ccc;
831 border-right: 1px solid #ccc;
834td.linecoldescription.bomline {
838td.amount, span.amount, div.amount, b.amount {
848select.flat, form.flat select, .pageplusone {
852select.flat, form.flat select, .divadvancedsearchfieldcompinput {
863 filter: saturate(0.8);
867 color: var(--colortextlink);
869.optiongrey, .opacitymedium {
872.opacitymediumbycolor {
873 color: rgba(0, 0, 0, 0.4);
885 color: var(--colorwhite);
888 color: #888 !important;
891 color: var(--colorblack);
893.colorblack.totalnboflines {
898 font-size: unset !important;
902 transform: scale(1, -1);
905 transform: scale(-1, 1);
908select:invalid, select.--error {
913 background: var(--inputbackgroundcolordisabled);
914 color: var(--inputcolordisabled);
918 box-shadow: none !important;
920.listactionlargetitle .liste_titre {
924 padding: 0px !important;
925 border: 0px !important;
926 vertical-align: text-bottom;
929input[
type=file] { background-color: transparent; border-top: none; border-left: none; border-right: none; box-shadow: none; }
930input[
type=checkbox] { background-color: transparent; border: none; box-shadow: none; vertical-align: middle; }
931input[
type=radio] { background-color: transparent; border: none; box-shadow: none; vertical-align: middle; }
932input[
type=image] { background-color: transparent; border: none; box-shadow: none; }
933input:-webkit-autofill {
934 background-color: #FBFFEA !important;
935 background-image:none !important;
936 -webkit-box-shadow: 0 0 0 50px #FBFFEA inset;
939input[
type=checkbox], input[
type=radio] {
942.kanban input.checkforselect {
948.placeholder { color: #ccc; }
949::-webkit-input-placeholder { color:#ccc; }
950:-moz-placeholder { color:#bbb; }
951::-moz-placeholder { color:#bbb; }
952:-ms-input-placeholder { color:#ccc; }
953input:-moz-placeholder { color:#ccc; }
955input[
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; }
957 border: 1px solid #AAAAAA !important;
958 padding-
inline-start: 2em;
959 padding-
inline-end: 2em;
960 min-
inline-size:
auto;
962.legendforfieldsetstep { padding-bottom: 10px; }
963input#onlinepaymenturl, input#directdownloadlink {
969 padding: 20px 0px 0px 0px;
973div#moretabsList, div#moretabsListaction {
977hr { border: 0; border-top: 1px solid #ccc; }
978.tabBar hr { margin-top: 20px; margin-bottom: 17px; }
981table.tableforfield .button:not(.bordertransp):not(.buttonpayment),
982table.tableforfield .buttonDelete:not(.bordertransp):not(.buttonpayment) {
987.button:not(.bordertransp):not(.buttonpayment), .buttonDelete:not(.bordertransp):not(.buttonpayment) {
988 border-color: #c5c5c5;
989 border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
990 display: inline-block;
994 font-family: <?php print $fontlist ?>;
997 color:
#333333 !important;
998 text-decoration: none !important;
999 text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
1000 background-color: #f5f5f5;
1001 background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
1002 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
1003 background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
1004 background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
1005 background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
1006 background-repeat: repeat-x;
1007 border-color: #e6e6e6 #e6e6e6 #bfbfbf;
1008 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1009 border: 1px solid
#bbbbbb;
1010 border-bottom-color: #a2a2a2;
1011 -webkit-border-radius: 2px;
1013 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1014 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1016.refidno .button.smallpaddingimp {
1017 font-size: 0.85em !important;
1019.button:focus, .buttonDelete:focus {
1020 -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 60, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
1021 box-shadow: 0px 0px 6px 1px rgba(0, 0, 60, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
1023.button:hover:not(.nohover), .buttonDelete:hover:not(.nohover) {
1024 -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
1025 box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
1027.button:
disabled, .buttonDelete:
disabled, .button.disabled, .buttonDelete.disabled {
1030 -webkit-box-shadow: none;
1034 pointer-events: none;
1038 -webkit-box-shadow: none;
1040.button_search, .button_removefilter {
1042 background-color: unset;
1044.button_search:hover, .button_removefilter:hover {
1054div.float, span.floatleft
1056 float:<?php print $left; ?>;
1060 float:<?php print $right; ?>;
1072 display:
inline-block;
1076 display:
inline-block !important;
1085 padding-<?php echo $left; ?>: 3px;
1092 -webkit-box-shadow: none !important;
1093 box-shadow: none !important;
1094 -webkit-border-radius:0px !important;
1095 border-radius:0px !important;
1103 vertical-align: top;
1106 vertical-align: middle;
1109 vertical-align: bottom;
1112 vertical-align: text-bottom;
1118 width: 100% !important;
1120.centpercentwithout1imp {
1121 width: calc(100% - 1px) !important;
1123.centpercentwithoutmenu {
1124 width: calc(100% - 200px);
1126.quatrevingtpercent, .inputsearch {
1129.maxquatrevingtpercent {
1135.quatrevingtquinzepercent {
1138.quatrevingtpercentminusx {
1139 width: calc(80% - 52px);
1142 width: calc(100% - 52px);
1144textarea.centpercent {
1160.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
1163.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 {
1170 transform: scaleX(-1) translate(<?php print($left == 'left' ? '' : '-'); ?>2px, 0);
1173 transform: rotate(90deg) translate(0, <?php print($left ==
'left' ?
'' :
'-'); ?>2px);
1180 text-align: center !important;
1192 text-align: <?php print $left; ?>;
1195 text-align: <?php print $right; ?>;
1198 text-align: justify;
1201 float: left!important;
1204 float: right!important;
1207 white-space: <?php print($dol_optimize_smallscreen ?
'normal' :
'nowrap'); ?>;
1209.nowraponsmartphone {
1210 white-space: <?php print($dol_optimize_smallscreen ?
'nowrap' :
'normal'); ?>;
1213 white-space: <?php print($dol_optimize_smallscreen ?
'normal' :
'nowrap'); ?>;
1215.liste_titre .nowrap {
1216 white-space: nowrap;
1219 white-space: nowrap;
1222 white-space: nowrap;
1223 display:
inline-block;
1225.wrapimp, .wrapimp pre {
1226 white-space: normal !important;
1229 word-wrap:
break-word;
1232 word-
break:
break-word !important;
1235 word-
break:
break-word;
1238 word-
break:
break-all;
1240td.wordbreak img, td.wordbreakimp img {
1244 font-weight: bold !important;
1247 font-weight: normal !important;
1250 text-transform: uppercase;
1256 text-decoration: none;
1259 text-decoration: none !important;
1265 padding-<?php print $left; ?>: 0;
1268 padding-<?php print $right; ?>: 0;
1277 padding-<?php print $left; ?>: 0 !important;
1280 padding-<?php print $right; ?>: 0 !important;
1283 padding-top: 0 !important;
1285.nopaddingbottomimp {
1286 padding-bottom: 0 !important;
1289 padding-<?php print $left; ?>: 4px;
1292 padding-<?php print $left; ?>: 4px !important;
1295 padding-<?php print $left; ?>: 2px;
1298 padding-<?php print $left; ?>: 2px !important;
1301 padding-<?php print $right; ?>: 4px;
1304 padding-<?php print $right; ?>: 4px !important;
1307 padding-<?php print $right; ?>: 2px;
1310 padding-<?php print $right; ?>: 2px !important;
1319 padding-bottom: 4px;
1322 padding-bottom: 2px;
1325 margin-<?php print $left; ?>: 2px;
1328 margin-<?php print $right; ?>: 2px;
1331 padding: 6px !important;
1334 width: unset !important;
1343.classfortooltiponclick .fa-question-circle {
1350 cursor: not-allowed;
1356 background-color: #fff;
1358.nobackground, .nobackground tr {
1359 background: unset !important;
1361.checkboxattachfilelabel {
1366 border: 1px solid #888 !important;
1369 color : <?php print $textWarning; ?>
1373 max-height: <?php print
getDolGlobalInt(
'MAIN_CSS_SHORTMESSSAGECUT', 125); ?>px;
1378 max-height: <?php print
getDolGlobalInt(
'MAIN_CSS_LONGMESSSAGECUT', 250); ?>px;
1389 background-color: #e0e0e8;
1392div.urllink, div.urllink a {
1393 color: #339 !important;
1397 border: 1px solid #DFDFDF;
1398 border-radius: 10px;
1400 margin-bottom: 20px;
1404i.fa-mars::before, i.fa-venus::before, i.fa-genderless::before, i.fa-transgender::before {
1405 color: #888 !important;
1407 padding-<?php echo $left; ?>: 3px;
1409.stockmovemententry {
1411 transform: rotate(0.25turn);
1416 transform: rotate(0.3turn);
1422.publisherlogoinline {
1423 vertical-align: middle;
1431 white-space: nowrap;
1435 color : <?php print $textWarning; ?>
1437body[
class*=
"colorblind-"] .text-warning{
1438 color : <?php print $colorblind_deuteranopes_textWarning; ?>
1441 color : <?php print $textSuccess; ?>
1443body[
class*=
"colorblind-"] .text-success{
1444 color : <?php print $colorblind_deuteranopes_textSuccess; ?>
1448 color : <?php print $textDanger; ?>
1451.editfielda span.fa-pencil-alt, .editfielda span.fa-pencil-ruler, .editfielda span.fa-trash, .editfielda span.fa-crop, .editfielda span.fa-eye,
1453 color: #ccc !important;
1455.editfielda span.fa-pencil-alt:hover, .editfielda span.fa-pencil-ruler:hover, .editfielda span.fa-trash:hover, .editfielda span.fa-crop:hover,
1456.editfieldlang:hover {
1457 color: var(--colortexttitle) !important;
1459a.editfielda.nohover *:hover:before {
1460 color: #ccc !important;
1467 float: none !important;
1470span.fa.fa-plus-circle.paddingleft {
1473 padding-bottom: 2px;
1476.size12x { font-size: 1.2em !important; }
1477.size15x { font-size: 1.5em !important; }
1478.fa-toggle-on, .fa-toggle-off, .size2x { font-size: 2em; }
1479.websiteselectionsection .fa-toggle-on, .websiteselectionsection .fa-toggle-off,
1480.asetresetmodule .fa-toggle-on, .asetresetmodule .fa-toggle-off,
1481.tdwebsitesearchresult .fa-toggle-on, .tdwebsitesearchresult .fa-toggle-off {
1482 font-size: 1.5em; vertical-align: text-bottom;
1487 white-space: nowrap;
1488 vertical-align: middle;
1489 text-overflow: ellipsis;
1494<?php include
dol_buildpath($path.
'/theme/'.$theme.
'/badges.inc.php', 0); ?>
1495<?php include
dol_buildpath($path.
'/theme/'.$theme.
'/flags-sprite.inc.php', 0); ?>
1499 border-right: 1px solid #f4f4f4;
1503 border-left: 1px solid #f4f4f4;
1514 vertical-align: middle;
1516.divsocialnetwork:not(:last-child) {
1517 padding-<?php print $right; ?>: 20px;
1520 background-color: rgba(0, 0, 0, 0.08);
1526 display:
inline-block;
1527 margin-<?php print $right; ?>: 12px;
1528 margin-<?php print $left; ?>: 2px;
1533.divsearchfieldfilter {
1534 text-overflow: clip;
1536 white-space: nowrap;
1537 padding-bottom: 5px;
1541.divadvancedsearchfield:first-child {
1544.divadvancedsearchfield {
1547 padding-right: 15px;
1548 padding-bottom: 2px;
1551.divadvancedsearchfield span.select2.select2-container.select2-container--
default {
1552 padding-bottom: 4px;
1554.divadvancedsearchfieldcompinput {
1556 border-bottom: solid 1px var(--inputbordercolor);
1559.search_component_params {
1561 -webkit-flex-flow: row wrap;
1562 flex-flow: row wrap;
1565 padding-bottom: 3px;
1566 padding-<?php echo $left; ?>: 0;
1567 padding-<?php echo $right; ?>: 0;
1568 border-bottom: solid 1px var(--inputbordercolor);
1571.search_component_searchtext {
1574.search_component_params_text, .search_component_params_text:focus {
1575 border-bottom: none;
1577 margin: 0 !important;
1583 padding-bottom: 3px;
1586 display:
inline-block;
1591 display:
inline-block;
1610if (
$conf->browser->layout ==
'phone') {
1612.divsearchfieldfilter {
1613 white-space: nowrap;
1619.a-filter, .a-mesure {
1620 border-radius: 50px;
1621 background: var(--colortexttitlenotab);
1623 padding: 8px 10px 8px 6px;
1631.a-filter:before, .a-mesure:before {
1632 font-family:
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>";
1638 border-radius: 50px;
1639 background: var(--colorbacktitle1);
1652 top:calc(50% - 200px);
1653 left:calc(50% - 250px);
1657 border: 1px solid #bbb;
1658 box-shadow: 2px 2px 20px #ddd;
1668div.div-
for-modal-topright {
1676 border: 1px solid #bbb;
1677 box-shadow: 2px 2px 20px #ddd;
1694 list-style-
type: none;
1696input > ul.attendees {
1701 padding-bottom: 4px;
1705 padding-bottom: 10px;
1710 vertical-align: middle;
1712select.flat.selectlimit {
1716 margin-<?php echo $right; ?>: 10px !important;
1719 margin-<?php echo $left; ?>: 10px !important;
1721.marginleftonlyshort {
1722 margin-<?php echo $left; ?>: 4px !important;
1725 margin-<?php echo $left; ?>: 0px !important;
1728 margin-<?php echo $right; ?>: 0px !important;
1731 margin-<?php echo $right; ?>: 10px !important;
1733.marginrightonlyshort {
1734 margin-<?php echo $right; ?>: 4px !important;
1736.marginrightonlylarge {
1737 margin-<?php echo $right; ?>: 20px !important;
1740 margin-top: 10px !important;
1742.margintoponlyshort {
1743 margin-top: 3px !important;
1746 margin-bottom: 10px !important;
1748.marginbottomonlyshort {
1749 margin-bottom: 3px !important;
1752 margin-top: 0 !important;
1755 margin-bottom: 0 !important;
1758.selectlimit, .selectlimit:focus {
1759 border-left: none !important;
1760 border-top: none !important;
1761 border-right: none !important;
1765 text-decoration: line-through;
1772 text-overflow: unset;
1777 text-overflow: ellipsis;
1778 white-space: nowrap;
1782 text-overflow: ellipsis;
1787 text-overflow: ellipsis;
1788 white-space: nowrap;
1793 text-overflow: ellipsis;
1794 white-space: nowrap;
1799 text-overflow: ellipsis;
1800 white-space: nowrap;
1802.tdoverflowmax80imp {
1803 max-width: 80px !important;
1805 text-overflow: ellipsis;
1806 white-space: nowrap;
1811 text-overflow: ellipsis;
1812 white-space: nowrap;
1814.tdoverflowmax100imp {
1815 max-width: 100px !important;
1817 text-overflow: ellipsis;
1818 white-space: nowrap;
1823 text-overflow: ellipsis;
1824 white-space: nowrap;
1829 text-overflow: ellipsis;
1830 white-space: nowrap;
1835 text-overflow: ellipsis;
1836 white-space: nowrap;
1841 text-overflow: ellipsis;
1842 white-space: nowrap;
1847 text-overflow: ellipsis;
1848 white-space: nowrap;
1853 text-overflow: ellipsis;
1854 white-space: nowrap;
1859 text-overflow: ellipsis;
1860 white-space: nowrap;
1865 text-overflow: ellipsis;
1866 white-space: nowrap;
1872.divintowithtwolinesmax {
1874 display: -webkit-box;
1875 -webkit-box-orient: vertical;
1876 -webkit-line-clamp: 2;
1880 display: -webkit-box;
1881 -webkit-box-orient: vertical;
1882 -webkit-line-clamp: 2;
1884 height:
auto !important;
1885 word-
break:
break-word;
1888 display: -webkit-box;
1889 -webkit-box-orient: vertical;
1890 -webkit-line-clamp: 10;
1894.tablelistofcalendars {
1895 margin-top: 25px !important;
1898 white-space: nowrap;
1900.amountpaymentcomplete {
1901 color: var(--amountpaymentcomplete);
1903 white-space: nowrap;
1906 color: var(--amountremaintopaycolor);
1908 white-space: nowrap;
1910.amountremaintopayback {
1912 white-space: nowrap;
1914.amountpaymentneutral {
1915 color: var(--amountremaintopaybackcolor);
1918 white-space: nowrap;
1921.onlinepaymentbody .amountpaymentcomplete {
1922 background-color: var(--amountpaymentcomplete);
1930 margin-bottom: 12px;
1932#builddoc_form ~ .showlinkedobjectblock {
1937.moduledesclong p img,.moduledesclong p a img {
1938 max-width: 90% !important;
1939 height:
auto !important;
1943 border: 1px solid #ccc;
1944 box-shadow: 1px 1px 25px #aaa;
1945 max-width: calc(100% - 56px);
1947.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 {
1955.fa-map-marked-alt:before {
1960 -webkit-text-security: disc;
1972div.fiche>div.tabBar>form>div.div-
table-responsive {
1975.div-
table-responsive, .div-
table-responsive-no-min {
1979.div-
table-responsive {
1980 line-height: var(--heightrow);
1984div.fiche>form>div.div-
table-responsive {
1987div.fiche>form>div.div-
table-responsive, div.fiche>form>div.div-
table-responsive-no-min {
1992div.ticketpublicarealist>form>div.div-
table-responsive {
2000 justify-content: space-between;
2005.flex-item-uploadfile {
2006 border: 2px solid #888;
2011 background: #f4f4f4;
2012 padding: 20px 10px 20px 10px;
2017 margin: 20px 20px 20px 20px;
2021 <?php
if (in_array(
$conf->browser->name, array(
'chrome',
'firefox'))) {
2022 echo
'display: inline-flex;'.
"\n";
2024 flex-flow: row wrap;
2025 justify-content: flex-start;
2033.thumbstat, .thumbstat150 {
2039 justify-content: flex-start;
2040 align-
self: flex-start;
2043select.selectarrowonleft {
2046select.selectarrowonleft option {
2050table[summary=
"list_of_modules"] .fa-cog {
2058 white-space: nowrap;
2069.maxscreenheightless200 {
2070 max-height: <?php echo isset($_SESSION[
'dol_screenheight']) ? max(500, (
int) $_SESSION[
'dol_screenheight'] - 200) : 700; ?>px;
2072.maxscreenheightless300 {
2073 max-height: <?php echo isset($_SESSION[
'dol_screenheight']) ? max(400, (
int) $_SESSION[
'dol_screenheight'] - 300) : 700; ?>px;
2077 border-bottom: 0px !important;
2085.clearboth { clear:both; }
2087.hideobject { display: none; }
2088.showonsmartphone { display: none; }
2090.minwidth25 { min-width: 25px; }
2091.minwidth50 { min-width: 50px; }
2092.minwidth75 { min-width: 75px; }
2093.nominwidth { min-width: fit-content !important; }
2095@media only screen and (min-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC3', round($nbtopmenuentries * 47, 0) + 130); ?>px)
2097 .width20 { width: 20px; }
2098 .width25 { width: 25px; }
2099 .width50 { width: 50px; }
2100 .width75 { width: 75px; }
2101 .width100 { width: 100px; }
2102 .width200 { width: 200px; }
2103 .minwidth100 { min-width: 100px; }
2104 .minwidth150 { min-width: 150px; }
2105 .minwidth200 { min-width: 200px; }
2106 .minwidth250 { min-width: 250px; }
2107 .minwidth300 { min-width: 300px; }
2108 .minwidth400 { min-width: 400px; }
2109 .minwidth500 { min-width: 500px; }
2110 .minwidth50imp { min-width: 50px !important; }
2111 .minwidth75imp { min-width: 75px !important; }
2112 .minwidth100imp { min-width: 100px !important; }
2113 .minwidth125imp { min-width: 125px !important; }
2114 .minwidth200imp { min-width: 200px !important; }
2115 .minwidth250imp { min-width: 250px !important; }
2116 .minwidth300imp { min-width: 300px !important; }
2117 .minwidth400imp { min-width: 400px !important; }
2118 .minwidth500imp { min-width: 500px !important; }
2120.widthauto { width:
auto; }
2121.width20 { width: 20px; }
2122.width25 { width: 25px; }
2123.width40 { width: 40px; }
2124.width50 { width: 50px; }
2125.width75 { width: 75px; }
2126.width100 { width: 100px; }
2127.width125 { width: 125px; }
2128.width150 { width: 150px; }
2129.width200 { width: 200px; }
2130.width250 { width: 250px; }
2131.width300 { width: 300px; }
2132.width400 { width: 400px; }
2133.width500 { width: 500px; }
2134.maxwidth25 { max-width: 25px; }
2135.maxwidth40 { max-width: 40px; }
2136.maxwidth50 { max-width: 50px; }
2137.maxwidth75 { max-width: 75px; }
2138.maxwidthdate { max-width: 85px; }
2139.maxwidth100 { max-width: 100px; }
2140.maxwidth125 { max-width: 125px; }
2141.maxwidth150 { max-width: 150px; }
2142.maxwidth200 { max-width: 200px; }
2143.maxwidth250 { max-width: 250px; }
2144.maxwidth300 { max-width: 300px; }
2145.maxwidth400 { max-width: 400px; }
2146.maxwidth500 { max-width: 500px; }
2147.maxwidth750 { max-width: 750px; }
2148.maxwidth1000 { max-width: 1000px; }
2149.maxwidth50imp { max-width: 50px !important; }
2150.maxwidth75imp { max-width: 75px !important; }
2152.minwidth100onall { min-width: 100px !important; }
2153.minwidth200onall { min-width: 200px !important; }
2154.minwidth250onall { min-width: 250px !important; }
2156.minheight20 { min-height: 20px; }
2157.minheight30 { min-height: 30px; }
2158.minheight40 { min-height: 40px; }
2159.titlefieldcreate { width: 20%; }
2160.titlefield { min-width: 150px; width: 25%; }
2161.titlefieldmiddle { width: 50%; }
2162.titlefieldmax45 { max-width: 45%; min-width: 180px; }
2163.imgmaxwidth180 { max-width: 180px; }
2164.imgmaxheight50 { max-height: 50px; }
2166.width20p { width:20%; }
2167.width25p { width:25%; }
2168.width40p { width:40%; }
2169.width50p { width:50%; }
2170.width60p { width:60%; }
2171.width75p { width:75%; }
2172.width80p { width:80%; }
2173.width100p { width:100%; }
2177@media only screen and (max-width: 1400px)
2180 .titlefieldcreate { width: 30% !important; }
2181 .minwidth50imp { min-width: 50px !important; }
2182 .minwidth75imp { min-width: 75px !important; }
2183 .minwidth100imp { min-width: 100px !important; }
2184 .minwidth125imp { min-width: 125px !important; }
2185 .minwidth150imp { min-width: 150px !important; }
2186 .minwidth200imp { min-width: 200px !important; }
2187 .minwidth250imp { min-width: 250px !important; }
2188 .minwidth300imp { min-width: 300px !important; }
2189 .minwidth400imp { min-width: 300px !important; }
2190 .minwidth500imp { min-width: 300px !important; }
2192 .linkedcol-element {
2198@media only screen and (max-width: 1000px)
2200 .titlefieldmax45 { min-width: 100px; }
2201 .maxwidthonsmartphone { max-width: 100px; }
2202 .minwidth50imp { min-width: 50px !important; }
2203 .minwidth75imp { min-width: 70px !important; }
2204 .minwidth100imp { min-width: 100px !important; }
2205 .minwidth125imp { min-width: 125px !important; }
2206 .minwidth150imp { min-width: 110px !important; }
2207 .minwidth200imp { min-width: 110px !important; }
2208 .minwidth250imp { min-width: 115px !important; }
2209 .minwidth300imp { min-width: 120px !important; }
2210 .minwidth400imp { min-width: 150px !important; }
2211 .minwidth500imp { min-width: 250px !important; }
2215select.widthcentpercentminusx, span.widthcentpercentminusx:not(.select2-selection), input.widthcentpercentminusx {
2216 width: calc(100% - 50px) !important;
2217 display:
inline-block;
2220select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-selection), input.widthcentpercentminusxx {
2221 width: calc(100% - 70px) !important;
2222 display:
inline-block;
2227@media only screen and (max-width: 768px)
2230 font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?>;
2233 font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?> !important;
2235 .divadvancedsearchfield {
2241 padding-<?php echo $right; ?>: 10px !important;
2244 table.liste tr.trkanban td {
2245 padding: 10px 6px 10px 6px;
2248 .hideonsmartphone { display: none; }
2249 .hideonsmartphoneimp { display: none !important; }
2250 .showonsmartphone { display: block !important; }
2252 .margintoponsmartphone { margin-top: 6px; }
2254 select.minwidth100imp, select.minwidth100, select.minwidth200, select.minwidth200imp, select.minwidth300 {
2255 width: calc(100% - 40px) !important;
2256 display:
inline-block;
2258 select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-selection), input.widthcentpercentminusxx {
2259 width: calc(100% - 70px) !important;
2260 display:
inline-block;
2264 input.maxwidthinputfileonsmartphone {
2268 input.buttonpayment,
button.buttonpayment, div.buttonpayment {
2272 .smallonsmartphone {
2276 .nopaddingtoponsmartphone {
2277 padding-top: 0 !important;
2279 .nopaddingbottomonsmartphone {
2280 padding-bottom: 0 !important;
2285@media only screen and (max-width: 570px)
2288 font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?>;
2292 font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?> !important;
2295 .login_vertical_align {
2298 .login_table input#username, .login_table input#password, .login_table input#securitycode {
2299 margin-left: 5px !important;
2301 div#login_left, div#login_right {
2302 min-width: 150px !important;
2303 padding-left: 5px !important;
2304 padding-right: 5px !important;
2306 .login_table div#login_right .tdinputlogin, .login_table div#login_right .tdinputlogin input {
2307 min-width: 150px !important;
2310 .divmainbodylarge { margin-left: 10px; margin-right: 10px; }
2312 .tdoverflowmax100onsmartphone {
2315 text-overflow: ellipsis;
2316 white-space: nowrap;
2318 .tdoverflowmax150onsmartphone {
2321 text-overflow: ellipsis;
2322 white-space: nowrap;
2326 margin-top: <?php print($dol_hide_topmenu ?
'12' :
'6'); ?>px !important;
2328 .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 {
2329 height: 40px !important;
2331 div.tabBar .listofinvoicetype
table tr, div.tabBar .listofinvoicetype
table tr td {
2332 height: 28px !important;
2335 div.tabs div.tab a.tab {
2338 text-overflow: ellipsis;
2339 white-space: nowrap;
2342 .quatrevingtpercent, .inputsearch {
2348 padding-bottom: 5px;
2351 .login_table .tdinputlogin {
2352 min-width: unset !important;
2354 input, input[
type=text], input[
type=password], select, textarea {
2360 .noenlargeonsmartphone { width : 50px !important; display:
inline !important; }
2361 .maxwidthonsmartphone, #search_newcompany.ui-autocomplete-input { max-width: 100px; }
2362 .maxwidth50onsmartphone { max-width: 40px; }
2363 .maxwidth75onsmartphone { max-width: 50px; }
2364 .maxwidth100onsmartphone { max-width: 70px; }
2365 .maxwidth125onsmartphone { max-width: 100px; }
2366 .maxwidth150onsmartphone { max-width: 120px; }
2367 .maxwidth150onsmartphoneimp { max-width: 120px !important; }
2368 .maxwidth200onsmartphone { max-width: 200px; }
2369 .maxwidth250onsmartphone { max-width: 250px; }
2370 .maxwidth300onsmartphone { max-width: 300px; }
2371 .maxwidth400onsmartphone { max-width: 400px; }
2372 .minwidth150 { min-width: 110px !important; }
2373 .minwidth50imp { min-width: 50px !important; }
2374 .minwidth75imp { min-width: 75px !important; }
2375 .minwidth100imp { min-width: 100px !important; }
2376 .minwidth125imp { min-width: 125px !important; }
2377 .minwidth150imp { min-width: 110px !important; }
2378 .minwidth200imp { min-width: 110px !important; }
2379 .minwidth250imp { min-width: 115px !important; }
2380 .minwidth300imp { min-width: 120px !important; }
2381 .minwidth400imp { min-width: 150px !important; }
2382 .minwidth500imp { min-width: 250px !important; }
2383 .titlefield { width:
auto; min-width: unset; }
2384 .titlefieldcreate { min-width: 125px; }
2388 width: <?php print
dol_size(300,
'width'); ?>px;
2398 padding-<?php echo $right; ?>: 5px;
2399 padding-bottom: 5px;
2401 img.photoref, div.photoref {
2403 -webkit-box-shadow: none;
2408 object-fit: contain;
2412 padding-<?php echo $right; ?>: 10px;
2415 div.statusref img, div.statusrefbis {
2416 padding-<?php echo $right; ?>: 3px !important;
2419 input.buttonpayment {
2425@media only screen and (max-width: 320px)
2427 .maxwidth300 { max-width: 260px; }
2430.linkobject { cursor: pointer; }
2432table.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 {
2433 color: var(--tableforfieldcolor);
2436<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2437.hideonprint { display: none !important; }
2453 white-space: nowrap;
2466 table-layout: fixed;
2469#id-right, #id-left {
2470 display:
table-cell;
2472 vertical-align: top;
2475<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2478 <?php
if ($colorbackhmenu1 ==
'255,255,255') { ?>
2479 border-bottom: 1px solid rgba(0,0,0,0.2);
2491 padding-bottom: 20px;
2492<?php
if (
GETPOST(
'optioncss',
'aZ09') !=
'print') { ?>
2493 padding-<?php print $left; ?>: <?php echo $leftmenuwidth + 9; ?>px;
2497.bodyforlist #
id-right {
2498 padding-bottom: 4px;
2503.classforhorizontalscrolloftabs #
id-container {
2506.classforhorizontalscrolloftabs .side-nav {
2510.classforhorizontalscrolloftabs #
id-right {
2511 width:calc(100% - 252px);
2512 display:
inline-block;
2518<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2521 background: var(--colorbackvmenu1);
2523 box-shadow: 3px 0 6px -2px #eee;
2527 font-family:
"RobotoDraft",
"Roboto",sans-serif;
2528 <?php echo $left; ?>: 0;
2530 if (in_array(
$conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) {
2536 -webkit-transform: translateZ(0);
2537 -moz-transform: translateZ(0);
2538 -ms-transform: translateZ(0);
2539 -o-transform: translateZ(0);
2540 transform: translateZ(0);
2541 -webkit-transform-style: preserve-3d;
2542 -moz-transform-style: preserve-3d;
2543 -ms-transform-style: preserve-3d;
2544 -o-transform-style: preserve-3d;
2545 transform-style: preserve-3d;
2546 -webkit-transition-delay: 0.1s;
2547 -moz-transition-delay: 0.1s;
2548 transition-delay: 0.1s;
2549 -webkit-transition-duration: 0.2s;
2550 -moz-transition-duration: 0.2s;
2551 transition-duration: 0.2s;
2552 -webkit-transition-property: -webkit-transform;
2553 -moz-transition-property: -moz-transform;
2554 transition-property: transform;
2555 -webkit-transition-timing-
function: cubic-bezier(0.4, 0, 0.2, 1);
2556 -moz-transition-timing-
function: cubic-bezier(0.4, 0, 0.2, 1);
2557 transition-timing-
function: cubic-bezier(0.4, 0, 0.2, 1);
2558 -webkit-overflow-scrolling: touch;
2560 if (in_array(
$conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) {
2573.side-nav-vert, #
id-right {
2574 transition: padding-left 0.5s ease, margin-left 0.5s ease;
2577.side-nav, .login_block {
2578 transition: left 0.5s ease;
2581body.sidebar-collapse .side-nav-vert, body.sidebar-collapse #
id-right {
2588 margin-<?php echo $left; ?>: <?php echo $leftmenuwidth + 6; ?>px;
2592body.sidebar-collapse .side-nav, body.sidebar-collapse .login_block_other
2606<?php
if (in_array(
$conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) { ?>
2616 if (in_array(
$conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) {
2618 overflow-x: initial !important;
2628div.backgroundsemitransparent {
2629 background:rgba(255, 255, 255, 0.7);
2631 padding-right: 10px;
2638.login_block_getinfo {
2641.login_block_getinfo div.login_block_user {
2644.login_block_getinfo .atoplogin, .login_block_getinfo .atoplogin:hover {
2645 color: #333 !important;
2647.login_block_elem a span.atoplogin, .login_block_elem span.atoplogin {
2648 vertical-align: middle;
2653 padding-<?php print $left; ?>: 0 ! important;
2657 background: var(--colorbackvmenu1);
2658 border-right: 1px solid rgba(0,0,0,0.3);
2661 if (in_array(
$conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) { ?>
2662 top: 66px ! important;
2664 top: 60px ! important;
2668 margin-<?php print $left; ?>: 6px !important;
2669 margin-<?php print $right; ?>: 6px !important;
2674 margin-<?php print $left; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 6 : (empty(
$conf->dol_optimize_smallscreen) ?
'35' :
'6')); ?>px;
2675 margin-<?php print $right; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 6 : (empty(
$conf->dol_optimize_smallscreen) ?
'33' :
'6')); ?>px;
2676 <?php
if (!empty($dol_hide_topmenu) ||
GETPOST(
'dol_openinpopup',
'aZ09')) {
2677 print
'margin-top: 12px;';
2679 margin-bottom: 15px;
2681body.onlinepaymentbody div.fiche {
2682 margin: 20px !important;
2684div.fiche>
table:first-child {
2685 margin-bottom: 15px !important;
2695 <?php
if (
$conf->browser->layout !=
'phone') {
2696 print
"float: ".$left.
";\n";
2698 <?php
if (
$conf->browser->layout !=
'phone') {
2699 print
"width: calc(50% - 16px);\n";
2701 <?php
if (
$conf->browser->layout ==
'phone') {
2702 print
"padding-bottom: 6px;\n";
2705div.fichetwothirdright {
2706 <?php
if (
$conf->browser->layout !=
'phone') {
2707 print
"float: ".$right.
";\n";
2709 <?php
if (
$conf->browser->layout !=
'phone') {
2710 print
"width: calc(50% - 16px);\n";
2712 <?php
if (
$conf->browser->layout ==
'phone') {
2713 print
"padding-bottom: 6px\n";
2717 <?php
if (
$conf->browser->layout !=
'phone') {
2718 print
"float: ".$left.
";\n";
2720 <?php
if (
$conf->browser->layout !=
'phone') {
2721 print
"width: calc(50% - 16px);\n";
2723 margin-bottom: 20px;
2726 <?php
if (
$conf->browser->layout !=
'phone') {
2727 print
"float: ".$right.
";\n";
2729 <?php
if (
$conf->browser->layout !=
'phone') {
2730 print
"width: calc(50% - 16px);\n";
2734 <?php
if (
$conf->browser->layout ==
'phone') {
2735 print
"margin-top: 10px;\n";
2740@media only screen and (max-width: 1499px)
2742 div.fichehalfleft-lg {
2746 div.fichehalfright-lg {
2751 .fichehalfright-lg .fichehalfright {
2756div.secondcolumn > div >
table.noborder {
2768@media only screen and (max-width: 900px)
2771 margin-<?php print $left; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 6 : ($dol_hide_leftmenu ?
'4' :
'20')); ?>px;
2772 margin-<?php print $right; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 8 : 16); ?>px;
2773 <?php
if (!empty(
$conf->dol_hide_leftmenu) && !empty(
$conf->dol_hide_topmenu)) {
2774 print
'margin-top: 4px;';
2776 margin-bottom: 15px;
2782 div.fichecenterbis {
2785 div.fichethirdleft {
2788 padding-bottom: 6px;
2790 div.fichetwothirdright {
2793 padding-bottom: 6px;
2799 div.fichehalfright {
2803 div.fichehalfright {
2806 div.firstcolumn div.box {
2809 div.secondcolumn div.box {
2815div.fichehalfright tr.liste_titre:first-child td
table.nobordernopadding td {
2819 padding: 0 !important;
2827td.nobordernopadding.widthpictotitle.col-picto {
2828 color: var(--colortexttitlenotab);
2832 margin-<?php echo $right; ?>: 8px;
2837span.widthpictotitle {
2840.table-list-of-attached-files .col-picto, .table-list-of-links .col-picto {
2841 opacity: 0.7 !important;
2845.table-list-of-attached-files .col-picto .widthpictotitle, .table-list-of-links .col-picto .widthpictotitle {
2855 vertical-align: middle;
2858.pictowarning, .pictoerror, .pictopreview, .pictonopreview {
2859 padding-<?php echo $left; ?>: 3px;
2863 color: <?php echo $badgeWarning; ?>;
2866 color: <?php echo $badgeDanger ?>;
2871.fiche .arearef img.pictoedit, .fiche .arearef span.pictoedit,
2872.fiche .fichecenter img.pictoedit, .fiche .fichecenter span.pictoedit,
2873.tagtdnote span.pictoedit {
2876img.hideonsmartphone.pictoactionview {
2877 vertical-align: bottom;
2885img.pictofixedwidth {
2891 padding-left: 1px !important;
2894 padding-bottom: 1px;
2900 padding-bottom: 10px;
2902div.attachareaformuserfileecm {
2908 padding-bottom: 5px;
2909 margin-bottom: 10px;
2911div.arearefnobottom {
2913 padding-bottom: 4px;
2918div.divphotoref:last-child {
2919 padding-<?php echo $right; ?>: 20px;
2922 padding-bottom: 10px;
2925 float: <?php echo $right; ?>;
2926 padding-<?php echo $left; ?>: 12px;
2928 margin-bottom: 10px;
2934 vertical-align: text-bottom;
2940 vertical-align: text-bottom;
2942img.photoref, div.photoref {
2943 border: 1px solid #CCC;
2944 -webkit-box-shadow: 3px 3px 4px #DDD;
2945 box-shadow: 3px 3px 4px #DDD;
2949 object-fit: contain;
2951img.photokanban, div.photokanban {
2955 vertical-align: middle;
2958div.photoref .fa, div.photoref .fas, div.photoref .far {
2963 object-fit: contain;
2967 vertical-align:middle;
2970.difforspanimgright {
2971 display:
table-cell;
2972 padding-right: 10px;
2974img.photorefnoborder {
2978 object-fit: contain;
2979 border: 1px solid #AAA;
2980 border-radius: 100px;
2985 border-bottom: <?php echo $borderwidth ?>px solid var(--colortopbordertitle1);
2988.trextrafieldseparator td, .trextrafields_collapse_last td {
2989 border-bottom: 1px solid var(--colortopbordertitle1) !important;
2992 margin: 0 !important;
2993 padding-bottom: 0 !important;
3010$maxwidthloginblock = 110;
3011if (
getDolGlobalInt(
'THEME_TOPMENU_DISABLE_IMAGE') == 1 || !empty($user->conf->MAIN_OPTIMIZEFORTEXTBROWSER)) {
3014 $maxwidthloginblock = 180;
3020<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3023 background: var(--colorbackhmenu1);
3035<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3045li.tmenusel::after, li.tmenusel:hover::after {
3050 left: calc(50% - 6px);
3053 border-style: solid;
3054 border-width: 0px 6px 5px 6px;
3055 border-color: transparent transparent #ffffff transparent;
3059<?php
if ($disableimages) { ?>
3065<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3070 white-space: nowrap;
3072 border-<?php print $left; ?>: 0px;
3073 border-<?php print $right; ?>: 0px;
3074 padding: 0px 0px 0px 0px;
3075 margin: 0px 0px 0px 0px;
3077 font-weight: normal;
3079 text-decoration: none;
3082div.tmenudisabled, a.tmenudisabled {
3085a.tmenudisabled:link, a.tmenudisabled:visited, a.tmenudisabled:hover, a.tmenudisabled:active {
3086 font-weight: normal;
3087 padding: 0px 5px 0px 5px;
3088 white-space: nowrap;
3089 color: var(--colortextbackhmenu);
3090 text-decoration: none;
3091 cursor: not-allowed;
3093span.mainmenuaspan.tmenudisabled {
3094 color: var(--colortextbackhmenu);
3096 cursor: not-allowed;
3099a.disabled, span.tmenu {
3101 text-decoration: none !important;
3105a.tmenu:link, a.tmenu:visited, a.tmenu:hover, a.tmenu:active {
3106 font-weight: normal;
3107 padding: 0px 5px 0px 5px;
3108 white-space: nowrap;
3110 color: var(--colortextbackhmenu);
3111 text-decoration: none;
3113a.tmenusel:link, a.tmenusel:visited, a.tmenusel:hover, a.tmenusel:active {
3114 font-weight: normal;
3115 padding: 0px 5px 0px 5px;
3116 margin: 0px 0px 0px 0px;
3117 white-space: nowrap;
3118 color: var(--colortextbackhmenu);
3119 text-decoration: none !important;
3124 padding: 0px 0px 0px 0px;
3125 margin: 0px 0px 0px 0px;
3132 background: var(--colorbackhmenu1);
3141li.tmenu, li.tmenusel {
3142 <?php print $minwidthtmenu ?
'min-width: '.$minwidthtmenu.
'px;' :
''; ?>
3144 vertical-align: bottom;
3146 float: <?php print $left; ?>;
3147 <?php
if (!$disableimages) { ?>
3148 height: <?php print $heightmenu; ?>px;
3149 padding: 0px 0px 2px 0px;
3151 padding: 0px 0px 0px 0px;
3156 margin: 0px 0px 0px 0px;
3157 font-weight: normal;
3163.tmenuend .tmenuleft { width: 0px; }
3164.tmenuend { display: none; }
3168 float: <?php print $left; ?>;
3170 <?php
if (empty(
$conf->dol_optimize_smallscreen)) { ?>
3172 <?php
if (!$disableimages) { ?>
3173 height: <?php print $heightmenu + 4; ?>px;
3181 <?php
if ($disableimages) { ?>
3186 height: <?php print $heightmenu; ?>px;
3191 padding-bottom: 5px;
3193 text-overflow: ellipsis;
3197 padding-<?php print $left; ?>: 2px;
3198 padding-<?php print $right; ?>: 2px;
3199 font-family: Roboto,<?php echo $fontlist; ?>;
3206 background-repeat:no-repeat;
3208 height: <?php echo($heightmenu - 22); ?>px;
3212a.tmenuimage:focus, .mainmenu.topmenuimage:focus {
3229<?php
if (in_array(
getDolGlobalInt(
'THEME_TOPMENU_DISABLE_IMAGE'), array(2, 3, 4))) { ?>
3230.tmenulabel:not(.menuhider), .tmenulabel:not(.menuhider)::before {
3234a.tmenuimage:not(.menuhider), a.tmenuimage:not(.menuhider)::before,
3235div.tmenuimage:not(.menuhider), div.tmenuimage:not(.menuhider)::before,
3236span.tmenuimage:not(.menuhider), span.tmenuimage:not(.menuhider)::before {
3238 margin-top: 8px !important;
3244ul.tmenu:hover .tmenulabel:not(.menuhider), ul.tmenu:hover .tmenulabel:not(.menuhider)::before {
3248 text-overflow: ellipsis;
3252 display: initial !important;
3253 line-height: 0.6em !important;
3254 height: 1em !important;
3256 text-overflow: ellipsis;
3257 color: var(--colortextbackhmenu);
3260ul.tmenu:hover .tmenuimage:not(.menuhider), ul.tmenu:hover .tmenuimage:not(.menuhider)::before {
3263 margin-top: 0px !important;
3269li.tmenu:hover .tmenulabel:not(.menuhider), li.tmenu:hover .tmenulabel:not(.menuhider)::before {
3270 display: initial !important;
3272li.tmenu:hover .tmenuimage:not(.menuhider), li.tmenu:hover .tmenuimage:not(.menuhider):before {
3273 font-size: 1.1em !important;
3274 margin-top: 0px !important;
3280<?php
if (empty($dol_hide_topmenu)) { ?>
3281 <?php include
dol_buildpath($path.
'/theme/'.$theme.
'/main_menu_fa_icons.inc.php', 0); ?>
3286 $moduletomainmenu = array(
3287 'user' =>
'',
'syslog' =>
'',
'societe' =>
'companies',
'projet' =>
'project',
'propale' =>
'commercial',
'commande' =>
'commercial',
3288 'produit' =>
'products',
'service' =>
'products',
'stock' =>
'products',
3289 'don' =>
'accountancy',
'tax' =>
'accountancy',
'banque' =>
'accountancy',
'facture' =>
'accountancy',
'compta' =>
'accountancy',
'accounting' =>
'accountancy',
'adherent' =>
'members',
'import' =>
'tools',
'export' =>
'tools',
'mailing' =>
'tools',
3290 'contrat' =>
'commercial',
'ficheinter' =>
'commercial',
'ticket' =>
'ticket',
'deplacement' =>
'commercial',
3291 'fournisseur' =>
'companies',
3292 'barcode' =>
'',
'fckeditor' =>
'',
'categorie' =>
'',
3294 $mainmenuused =
'home';
3295 foreach (
$conf->modules as $val) {
3296 $mainmenuused .=
','.(isset($moduletomainmenu[$val]) ? $moduletomainmenu[$val] : $val);
3298 $mainmenuusedarray = array_unique(explode(
',', $mainmenuused));
3302 $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');
3304 $divnotrequired = array(
'multicurrency',
'salaries',
'ticket',
'margin',
'opensurvey',
'paybox',
'expensereport',
'incoterm',
'prelevement',
'propal',
'workflow',
'notification',
'supplier_proposal',
'cron',
'product',
'productbatch',
'expedition');
3305 foreach ($mainmenuusedarray as $val) {
3306 if (empty($val) || in_array($val, $divalreadydefined)) {
3309 if (in_array($val, $divnotrequired)) {
3316 $constformoduleicon =
'MAIN_MODULE_'.strtoupper($val).
'_ICON';
3318 if ($iconformodule) {
3319 if (preg_match(
'/^fa\-/', $iconformodule)) {
3322 $url =
dol_buildpath(
'/'.$val.
'/img/'.$iconformodule.
'.png', 1);
3327 foreach (
$conf->file->dol_document_root as $dirroot) {
3328 if (file_exists($dirroot.
"/".$val.
"/img/".$val.
".png")) {
3338 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";
3339 print
'div.mainmenu.'.$val.
' span::before {'.
"\n";
3340 print
'content: "\f249";'.
"\n";
3345 print
"div.mainmenu.".$val.
" {\n";
3346 print
" background-image: url(".$url.
");\n";
3347 print
" background-position-y: 3px;\n";
3348 print
" filter: saturate(0);\n";
3351 print
'/* icon for module '.$val.
' is a fa icon */'.
"\n";
3360 padding:0 0 0 0 !important;
3361 margin:0 0px 0 0 !important;
3362 <?php
if ($disableimages) { ?>
3367 <?php
if ($disableimages) { ?>
3372 text-decoration: none;
3386 background: #f0f0f0;
3393 display:
table-cell;
3394 vertical-align: middle;
3396.login_vertical_align {
3398 padding-bottom: 80px;
3401 padding-bottom: 30px;
3403 vertical-align: middle;
3407 color: #aaa !important;
3408 padding-bottom: 20px;
3412 text-shadow: 1px 1px 1px #FFF;
3419 padding-bottom:12px;
3422 background-color: #FFFFFF;
3424 -webkit-box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(60,60,60,0.15);
3425 box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(60,60,60,0.15);
3428 border:solid 1px rgba(80,80,80,.4);
3430 border-top:solid 1px #f8f8f8;
3432.login_table input#username, .login_table input#password, .login_table input#securitycode{
3440.login_table input#username:focus, .login_table input#password:focus, .login_table input#securitycode:focus {
3441 outline: none !important;
3443.login_table .trinputlogin {
3446.login_table .tdinputlogin {
3447 background-color: #fff;
3451.login_table .tdinputlogin {
3452 border-bottom: 1px solid #ccc;
3454.login_table .tdinputlogin .fa {
3460 word-
break:
break-word;
3463.login_main_message {
3466 margin-bottom: 10px;
3468.login_main_message .error {
3469 border: 1px solid #caa;
3472div#login_left, div#login_right {
3473 display:
inline-block;
3477 padding-right: 16px;
3479 vertical-align: middle;
3481div#login_right select#entity {
3487table.login_table_securitycode {
3488 border-spacing: 0px;
3490table.login_table_securitycode tr td {
3498 border: 1px solid #f4f4f4;
3500#img_logo, .img_logo {
3504.loginbuttonexternal {
3507 border: 1px solid #ccc;
3513.atoplogin.dropdown .dropdown-menu {
3520 padding-bottom: 3px;
3522 <?php print $left; ?>: 0;
3523<?php
if (in_array(
$conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) { ?>
3530 vertical-align: middle;
3531 background: var(--colorbackvmenu1);
3532 width: <?php echo $leftmenuwidth + 6; ?>px;
3534 <?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3538.sidebar-collapse div.login_block {
3542 color: var(--colortextbackvmenu);
3543 display:
inline-block;
3545div.login_block a .atoploginusername {
3546 color: var(--colortextbackhmenu);
3547 display:
inline-block;
3550 text-overflow: ellipsis;
3552div.login_block span.aversion {
3553 color: var(--colortextbackvmenu);
3554 filter: contrast(0.7);
3556div.login_block
table {
3562 float: <?php echo $right; ?>;
3565 color: var(--colortextvmenu);
3568 color: var(--colortextvmenu);
3569 text-decoration:underline;
3571div.login_block_user, div.login_block_other { clear: both; }
3572div.login_block_other { padding-top: 15px; }
3573div.login_block_tools { padding-top: 0px; }
3575.topnav div.login_block_user {
3576 display:
inline-block;
3577 vertical-align: middle;
3578 line-height: <?php echo $disableimages ?
'25' :
'70'; ?>px;
3579 height: <?php echo $disableimages ?
'25' :
'70'; ?>px;
3581.topnav div.login_block_other {
3582 display:
inline-block;
3583 vertical-align: middle;
3584 clear: <?php echo $disableimages ?
'none' :
'both'; ?>;
3586 text-align: <?php echo $right; ?>;
3587 margin-<?php echo $right; ?>: 8px;
3591.login_block_other .login_block_elem {
3596 float: <?php echo $right; ?>;
3597 vertical-align: middle;
3598 padding: 0px 3px 0px 3px !important;
3601.login_block_elem_name {
3605 white-space: nowrap;
3608 text-overflow: ellipsis;
3612.atoplogin, .atoplogin:hover {
3613 color: var(--colortextbackvmenu) !important;
3615.alogin, .alogin:hover {
3616 color: #888 !important;
3617 font-weight: normal !important;
3618 font-size: <?php echo is_numeric($fontsizesmaller) ? $fontsizesmaller.
'px' : $fontsizesmaller; ?> !important;
3620.alogin:hover, .atoplogin:hover {
3621 text-decoration:underline !important;
3623span.fa.atoplogin, span.fa.atoplogin:hover {
3625 text-decoration: none !important;
3627img.login, img.printer, img.entity {
3630 text-decoration: none;
3634.userimg.atoplogin img.userphoto, .userimgatoplogin img.userphoto {
3636 width: <?php echo $disableimages ?
'26' :
'30'; ?>px;
3637 height: <?php echo $disableimages ?
'26' :
'30'; ?>px;
3639 background-size: contain;
3640 background-color: #FFF;
3643 border-radius: 0.75em;
3646 background-size: contain;
3647 vertical-align: middle;
3649span.userimg div.userphoto {
3650 background-color: #eee;
3651 border-radius: 0.72em;
3655 display:
inline-block;
3658 border-radius: 0.6em;
3661 background-size: contain;
3662 vertical-align: middle;
3664img.userphoto[alt=
"Gravatar avatar"], img.photouserphoto.dropdown-
user-image[alt=
"Gravatar avatar"] {
3667img.userphotopublicvcard {
3671 background-size: contain;
3673 border-color: rgba(128, 128, 128, 0.5);
3678form[
name=
"addtime"] img.userphoto {
3679 border: 1px solid #444;
3682 background-image: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/object_user.png', 1); ?>);
3683 background-repeat: no-repeat;
3685.span-icon-password {
3686 background-image: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/lock.png', 1); ?>);
3687 background-repeat: no-repeat;
3694div.vmenu, td.vmenu {
3695 margin-<?php print $right; ?>: 2px;
3697 float: <?php print $left; ?>;
3699 padding-bottom: 0px;
3701 width: <?php echo $leftmenuwidth; ?>px;
3705 margin-<?php print $left; ?>: 4px;
3706 <?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3711.vmenusearchselectcombo {
3712 width: <?php echo $leftmenuwidth - 20; ?>px;
3717 padding-bottom: 3px;
3719 text-overflow: ellipsis;
3721#menu_contenu_logo { padding-right: 4px; }
3722.companylogo { padding-top: 4px; }
3723.searchform { padding-top: 10px; }
3724.searchform .bordertransp { border: 0; }
3725#divsearchforms2 form.searchform .button { border: none !important; }
3727a.vmenu:link, a.vmenu:visited, a.vmenu:hover, a.vmenu:active, span.vmenu, span.vsmenu {
3728 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;
3730span.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; }
3731a.vmenu:link, a.vmenu:visited {
3732 color: var(--colortextbackvmenu);
3735a.vsmenu:link, a.vsmenu:visited, a.vsmenu:hover, a.vsmenu:active, span.vmenu, span.vsmenu {
3736 font-size:<?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize ?>; font-family: <?php print $fontlist ?>; text-align: <?php print $left; ?>; font-weight: normal;
3737 color: var(--colortextbackvmenu);
3738 margin: 1px 1px 1px 8px;
3740span.vsmenudisabled:not(.spanlilevel0), font.vsmenudisabled:not(.spanlilevel0) {
3741 font-size:<?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize ?>;
3743span.vsmenudisabled, font.vsmenudisabled {
3744 font-family: <?php print $fontlist ?>;
3745 text-align: <?php print $left; ?>;
3746 font-weight: normal;
3747 color: var(--colortextbackvmenu);
3748 white-space: nowrap;
3750a.vsmenu:link, a.vsmenu:visited {
3751 color: var(--colortextbackvmenu);
3752 white-space: nowrap;
3754span.vsmenudisabledmargin, font.vsmenudisabledmargin { margin: 1px 1px 1px 8px; }
3756a.help:link, a.help:visited, a.help:hover, a.help:active, span.help {
3757 text-align: <?php print $left; ?>; font-weight: normal; color: #999; text-decoration: none;
3765 color: var(--colortextbackhmenu);
3767 display:
inline-block;
3769 vertical-align: super;
3771 transform: rotate(<?php echo($left ==
'left' ?
'55deg' :
'305deg'); ?>);
3776 border-bottom: 0 !important;
3779 margin: <?php echo $disableimages ?
'-1' :
'6'; ?>px;
3783 height: <?php echo $disableimages ?
'18' :
'32'; ?>px;
3786 vertical-align: middle;
3788.menulogocontainer img.mycompany {
3789 object-fit: contain;
3792 image-rendering: -webkit-optimize-contrast;
3795#mainmenutd_companylogo::after {
3798li#mainmenutd_companylogo .tmenucenter {
3801li#mainmenutd_companylogo {
3802 min-width: unset !important;
3804<?php
if ($disableimages) { ?>
3805 li#mainmenutd_home {
3806 min-width: unset !important;
3808 li#mainmenutd_home .tmenucenter {
3813div.blockvmenupair, div.blockvmenuimpair
3815 font-family: <?php print $fontlist ?>;
3816 text-align: <?php print $left; ?>;
3817 text-decoration: none;
3821 padding-bottom: 3px;
3822 margin: 1px 0px 8px 0px;
3824 color: var(--colortext);
3825 background: var(--colorbackvmenu1);
3827 padding-bottom: 10px;
3828 border-bottom: 1px solid #e8e8e8;
3830div.blockvmenubookmarks
3832 padding-bottom: 16px !important;
3835 border: none !important;
3836 padding-left: 0 !important;
3838a.vsmenu.addbookmarkpicto {
3839 padding-right: 10px;
3841div.blockvmenufirst {
3844 border-top: 1px solid #e0e0e0;
3847div.blockvmenusearch, div.blockvmenubookmarks
3849 font-family: <?php print $fontlist ?>;
3851 text-align: <?php print $left; ?>;
3852 text-decoration: none;
3856 padding-bottom: 3px;
3857 margin: 1px 0px 2px 0px;
3858 background: var(--colorbackvmenu1);
3860 padding-bottom: 10px;
3863div.blockvmenusearchphone
3865 border-bottom: none;
3871<?php
if (empty(
$conf->dol_optimize_smallscreen)) { ?>
3872 font-family: <?php print $fontlist ?>;
3875 text-decoration: none;
3879 padding-bottom: 3px;
3880 margin: 4px 0px 0px 0px;
3888 border-right: 1px solid #000000;
3889 border-bottom: 1px solid #000000;
3890 background: #b3c5cc;
3891 font-family: <?php print $fontlist ?>;
3893 text-align: <?php print $left; ?>;
3894 text-decoration: none;
3898 background: #b3c5cc;
3903 background: #F4F4F4;
3905 border: 1px solid #bbb;
3916#mainContent, #leftContent .ui-layout-pane {
3921#mainContent, #leftContent .ui-layout-center {
3933 padding-bottom: 0 !important;
3938 padding: 0px 4px 14px 4px !important;
3954li.expanded > a.fmdirlia.jqft.ecmjqft {
3955 font-weight: bold !important;
3959 width: calc(100% - 100px);
3963 white-space:
break-spaces;
3964 word-
break:
break-all;
3972 text-align: <?php print $left; ?>;
3982 font-weight: normal !important;
3985 color: var(--colortextbacktab);
3988 padding-right: 24px;
3989 padding-bottom: 23px;
3990 margin: 0px 0px 20px 0px;
3991 -webkit-border-radius: 3px;
3993 border-right: 1px solid #CCC;
3994 border-left: 1px solid #CCC;
3995 border-top: 1px solid #CCC;
3996 border-bottom: 1px solid #CCC;
3998 background: var(--colorbacktabcard1);
4000div.tabBar tr.titre td {
4003div.fiche
table:not(.table-fiche-title) tr.titre td {
4015div.tabBarWithBottom {
4016 padding-bottom: 18px;
4017 border-bottom: 1px solid #aaa;
4019div.tabBar
table.tableforservicepart2:last-child {
4020 border-bottom: 1px solid #aaa;
4022.tableforservicepart1 .tdhrthin {
4026div.tabs div.tabsElem:first-of-
type a.tab {
4027 margin-left: 0px !important;
4031 color: var(--colortextlink) !important;
4033a.tab:link, a.tab:visited, a.tab:hover, a.tab#active {
4034 font-family: <?php print $fontlist ?>;
4035 padding: 10px 13px 10px;
4037 text-decoration: none;
4038 white-space: nowrap;
4039 background-image: none !important;
4042.tabactive, a.tab#active {
4043 color: var(--colortextbacktab) !important;
4044 background: var(--colorbacktabcard1) !important;
4046 border-right: 1px solid #AAA !important;
4047 border-left: 1px solid #AAA !important;
4048 border-top: 2px solid #111 !important;
4050.tabunactive, a.tab#unactive {
4051 border-right: 1px solid transparent;
4052 border-left: 1px solid transparent;
4053 border-top: 1px solid transparent;
4054 border-bottom: 0px !important;
4063 text-decoration: underline;
4067 font-family: <?php print $fontlist ?>;
4068 text-decoration: none;
4069 white-space: nowrap;
4073 background: #dee7ec;
4077 background: #dee7ec;
4079 font-family: <?php print $fontlist ?>;
4082 text-decoration: none;
4083 white-space: nowrap;
4084 -webkit-border-radius:3px 3px 0px 0px;
4085 border-radius:3px 3px 0px 0px;
4087 border-<?php print $right; ?>: 1px solid #555555;
4088 border-<?php print $left; ?>: 1px solid #D8D8D8;
4089 border-top: 1px solid #D8D8D8;
4103 margin-bottom: 1.4em;
4106 margin: 20px 0em 20px 0em;
4110div.tabsActionNoBottom {
4114 margin-bottom: 16px !important;
4120 border: 1px solid #888;
4124 padding-bottom: 5px;
4130 color:rgba(0,0,0,.5);
4131 margin-<?php print $right; ?>: 10px;
4132 text-shadow:1px 1px 1px #ffffff;
4133 font-family: <?php print $fontlist ?>;
4134 font-weight: normal;
4135 padding: 4px 6px 2px 6px;
4137 text-decoration: none;
4138 white-space: nowrap;
4152<?php include
dol_buildpath($path.
'/theme/'.$theme.
'/btn.inc.php', 0); ?>
4165 background-repeat: repeat-x;
4166 margin-top: <?php echo($dol_hide_topmenu ?
'6' :
'0'); ?>px;
4170 border-collapse: collapse;
4173 padding-<?php print $left; ?>: 0px !important;
4174 padding-<?php print $right; ?>: 4px !important;
4177 list-style-
type:none;
4178 margin: 0px !important;
4179 padding: 0px !important;
4184tr.nocellnopadd td.nobordernopadding, tr.nocellnopadd td.nocellnopadd
4190 color: unset !important;
4194 padding: 4px !important;
4195 padding-left: 7px !important;
4196 padding-right: 7px !important;
4198input.button.smallpaddingimp, input.buttonreset.smallpaddingimp {
4200 font-weight: normal !important;
4204 color: var(--colortextlink);
4205 background-color: transparent;
4208input.buttonlink:hover {
4209 text-decoration: underline;
4215 text-decoration: underline;
4216 color: var(--colortextlink);
4217 background-color: transparent;
4222 border-collapse: collapse;
4225 padding-<?php print $left; ?>: 0px;
4226 padding-<?php print $right; ?>: 16px;
4227 padding-bottom: 4px;
4230.notopnoleftnoright {
4231 border-collapse: collapse;
4236 padding-bottom: 4px;
4237 margin: 0px 0px 0px 0px;
4240table.tableforemailform tr td {
4242 padding-bottom: 3px;
4245table.border,
table.bordernooddeven,
table.dataTable, .table-border, .table-border-col, .table-key-border-col, .table-val-border-col, div.border {
4247 border-collapse: collapse !important;
4248 padding: 1px 2px 1px 3px;
4251 border: 1px solid #BBB;
4254.border tbody tr, .bordernooddeven tbody tr, .border tbody tr td, .bordernooddeven tbody tr td,
4255div.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,
4256tr.liste_titre.box_titre td
table td, .bordernooddeven tr td {
4260table.border td,
table.bordernooddeven td, div.border div div.tagtd {
4261 padding: 3px 4px 3px 4px;
4263 border-collapse: collapse;
4266td.border, div.tagtable div div.border {
4267 border-top: 1px solid #000000;
4268 border-right: 1px solid #000000;
4269 border-bottom: 1px solid #000000;
4270 border-left: 1px solid #000000;
4273.table-key-border-col {
4277.table-val-border-col {
4282.thsticky, .tdsticky {
4286.thstickyright, .tdstickyright {
4290.thstickygray, .tdstickygray {
4291 background-color: lightgray;
4293.thstickyghostwhite, .tdstickyghostwhite {
4294 background-color: ghostwhite;
4296.thstickyinherit, .tdstickyinherit {
4297 background-color: inherit;
4302.tagtable td[data-key=
"ref"], .tagtable th[data-key=
"ref"] {
4306 max-width: 150px !important;
4308 background-color: gainsboro;
4315.tagtable td.actioncolumn, .tagtable th.actioncolumn {
4319 max-width: 150px !important;
4321 background-color: gainsboro;
4329.nobordertop, .nobordertop tr:first-of-
type td {
4330 border-top: none !important;
4332.noborderbottom, .noborderbottom tr:last-of-
type td {
4333 border-bottom: none !important;
4336 border-top: 1px solid var(--colortopbordertitle1);
4339 border-bottom: 1px solid var(--colortopbordertitle1);
4342.fichehalfright
table.noborder {
4343 margin: 0px 0px 0px 0px;
4347 background: var(--colorbacktitle1);
4352 <?php
if ($userborderontable) { ?>
4353 border-right: 1px solid #ccc;
4354 border-left: 1px solid #ccc;
4357table.liste,
table.noborder:not(.paymenttable):not(.margintable):not(.tableforcontact),
table.formdoc, div.noborder:not(.paymenttable):not(.margintable):not(.tableforcontact) {
4359 if ($userborderontable) { ?>
4362 border-left: 1px solid #ccc;
4363 border-right: 1px solid #ccc;
4365 border-left: 1px solid #f0f0f0;
4366 border-right: 1px solid #f0f0f0;
4370 width: calc(100% - 2px);
4372 border-collapse: separate !important;
4373 border-spacing: 0px;
4375 border-top-width: <?php echo $borderwidth ?>px;
4376 border-top-color: var(--colortopbordertitle1);
4377 border-top-style: solid;
4379 border-bottom-width: 1px;
4380 border-bottom-color: #BBB;
4381 border-bottom-style: solid;
4383 margin: 0px 0px 20px 0px;
4385 -webkit-border-radius: 0.1em;
4386 border-radius: 0.1em;
4388table.noborder tr, div.noborder form {
4389 border-top-color: #FEFEFE;
4391 border-right-width: 1px;
4392 border-right-color: #BBBBBB;
4393 border-right-style: solid;
4395 border-left-width: 1px;
4396 border-left-color: #BBBBBB;
4397 border-left-style: solid;
4400table.paddingtopbottomonly tr td {
4402 padding-bottom: 2px;
4405table.nointerlines tr:not(:last-child) td {
4406 border-bottom: unset !important;
4407 border-top: unset !important;
4412table.noborder:not(.cal_month, .paymenttable) {
4413 border-radius: <?php echo $borderradius; ?>px;
4415table.noborder.cal_month {
4416 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4417 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4419table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child td:first-child,
4420table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child th:first-child,
4421table.tagtable.liste:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child td:first-child,
4422table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.trfirstline td:first-child {
4423 border-top-left-radius: <?php echo $borderradius; ?>px;
4425table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child td:last-child,
4426table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child th:last-child,
4427table.tagtable.liste:not(.listwithfilterbefore, .paymenttable, .margintable) tr.liste_titre:first-child th:last-child,
4428table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr.trfirstline td:last-child {
4429 border-top-right-radius: <?php echo $borderradius; ?>px;
4431table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr:last-child td:first-child,
4432table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr:last-child th:first-child {
4433 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4435table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr:last-child td:last-child,
4436table.noborder:not(.listwithfilterbefore, .paymenttable, .margintable) tr:last-child th:last-child {
4437 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4439table.noborder thead tr:last-child td:first-child,
4440table.noborder thead tr:last-child th:first-child {
4441 border-bottom-left-radius: unset !important;
4443table.noborder thead tr:last-child td:last-child,
4444table.noborder thead tr:last-child th:last-child {
4445 border-bottom-right-radius: unset !important;
4448table.liste:not(.listwithfilterbefore) {
4449 border-top-left-radius: <?php echo $borderradius; ?>px;
4450 border-top-right-radius: <?php echo $borderradius; ?>px;
4453 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4454 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4456table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child td:first-child,
4457table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child th:first-child {
4458 border-top-left-radius: <?php echo $borderradius; ?>px;
4460table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child td:last-child,
4461table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child th:last-child {
4462 border-top-right-radius: <?php echo $borderradius; ?>px;
4464div.liste_titre_bydiv {
4465 border-top-left-radius: <?php echo $borderradius; ?>px;
4466 border-top-right-radius: <?php echo $borderradius; ?>px;
4468div.liste_titre_bydiv_nothingafter {
4469 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4470 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4471 border-bottom-width: 1px;
4472 border-bottom-color: #BBB;
4473 border-bottom-style: solid;
4475table.liste tr:last-child td:first-child,
4476table.liste tr:last-child th:first-child {
4477 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4479table.liste tr:last-child td:last-child,
4480table.liste tr:last-child th:last-child {
4481 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4484table#tablelines tr:last-of-
type td:first-child,
table#tablelines tr#trlinefordates,
table#tablelines tr#trlinefordates td {
4485 border-bottom-left-radius: <?php echo $borderradius; ?>px;
4487table#tablelines tr:last-of-
type td:last-child,
table#tablelines tr#trlinefordates,
table#tablelines tr#trlinefordates td {
4488 border-bottom-right-radius: <?php echo $borderradius; ?>px;
4493.liste_titre_filter {
4494 background: var(--colorbacktitle1) !important;
4496tr.liste_titre_filter td.liste_titre {
4498 padding-bottom: 3px;
4500.liste_titre_create td, .liste_titre_create th, .liste_titre_create .tagtd
4502 border-top-width: 1px;
4503 border-top-color: var(--colortopbordertitle1);
4504 border-top-style: solid;
4506tr#trlinefordates td {
4507 border-bottom: 0px !important;
4509.liste_titre_add td, .liste_titre_add th, .liste_titre_add .tagtd
4511 border-top-width: 2px;
4512 border-top-color: var(--colortopbordertitle1);
4513 border-top-style: solid;
4515.liste_titre_add td, .liste_titre_add .tagtd
4517 border-top-width: 1px;
4518 border-top-color: var(--colortopbordertitle1);
4519 border-top-style: solid;
4522table.liste th,
table.noborder th,
table.noborder tr.liste_titre td,
table.noborder tr.box_titre td {
4523 padding: 8px 8px 8px 10px;
4526table.liste td,
table.noborder td, div.noborder form div,
table.tableforservicepart1 td,
table.tableforservicepart2 td {
4527 padding: 4px 8px 4px 10px;
4530table.liste tr.trkanban td {
4531 padding: 12px 15px 12px 15px;
4535 padding: unset !important;
4536 border: unset !important;
4539table.liste td,
table.noborder td, div.noborder form div {
4540 padding: 8px 6px 8px 6px;
4542div.liste_titre_bydiv .divsearchfield {
4543 padding: 2px 1px 2px 6px;
4546table.nobordernopadding {
4547 border-collapse: collapse !important;
4550table.nobordernopadding tr {
4551 border: 0 !important;
4552 padding: 0 0 !important;
4554table.nobordernopadding tr td {
4555 border: 0 !important;
4558table.border tr td
table.nobordernopadding tr td {
4564 border-right-width: 1px !important;
4565 border-right-color: #BBB !important;
4566 border-right-style: solid !important;
4570 border-left-width: 1px !important;
4571 border-left-color: #BBB !important;
4572 border-left-style: solid !important;
4576table.listwithfilterbefore {
4577 border-top: none !important;
4580.tagtable, .table-border { display:
table; }
4581.tagtr, .table-border-row { display:
table-row; }
4582.tagtd, .table-border-col, .table-key-border-col, .table-val-border-col { display:
table-cell; }
4583.confirmquestions .tagtr .tagtd:not(:first-child) { padding-left: 10px; }
4584.confirmquestions { margin-top: 5px; }
4593 color: var(--colortexttitlenotab);
4597 color: var(--colortexttitlenotab) !important;
4601 font-weight: normal;
4602 color: var(--refidnocolor);
4607 display:
inline-block;
4609div.refaddress div.address {
4615 float:<?php echo $right; ?>
4618 font-weight: normal;
4623 display:
inline-block;
4629 display:
inline-block;
4636 display:
inline-block;
4641div.pagination li.pagination a,
4642div.pagination li.pagination span {
4645 line-height: 1.42857143;
4646 color: var(--color-black);
4647 text-decoration: none;
4649div.pagination li.pagination span.inactive {
4654div.pagination li.litext a {
4656 padding-right: 10px;
4660div.pagination li.noborder a:hover {
4662 background-color: transparent;
4664div.pagination li:first-child a,
4665div.pagination li:first-child span {
4667 border-top-left-radius: 4px;
4668 border-bottom-left-radius: 4px;
4670div.pagination li:last-child a,
4671div.pagination li:last-child span {
4672 border-top-right-radius: 4px;
4673 border-bottom-right-radius: 4px;
4675div.pagination li a:hover,
4676div.pagination li span:hover,
4677div.pagination li a:focus,
4678div.pagination li span:focus {
4680 background-color: #eee;
4684div.pagination li .active a,
4685div.pagination li .active span,
4686div.pagination li .active a:hover,
4687div.pagination li .active span:hover,
4688div.pagination li .active a:focus,
4689div.pagination li .active span:focus {
4693 background-color: var(--colorbackhmenu1);
4694 border-color: #337ab7;
4696div.pagination .disabled span,
4697div.pagination .disabled span:hover,
4698div.pagination .disabled span:focus,
4699div.pagination .disabled a,
4700div.pagination .disabled a:hover,
4701div.pagination .disabled a:focus {
4703 cursor: not-allowed;
4704 background-color: #fff;
4707div.pagination li.pagination .active {
4708 text-decoration: underline;
4711.paginationafterarrows .nohover {
4712 box-shadow: none !important;
4714div.pagination li.paginationafterarrows {
4717.paginationatbottom {
4720table.hidepaginationprevious .paginationprevious {
4723table.hidepaginationnext .paginationnext {
4726.paginationafterarrows a.btnTitlePlus:hover span:before {
4758ul.noborder li:nth-child(odd):not(.liste_titre) {
4759 background-color: var(--colorbacklinepair2) !important;
4765.tmenucompanylogo.nohover, .tmenucompanylogo.nohover:hover {
4766 opacity: unset !important;
4768.nohoverborder:hover {
4771 -webkit-box-shadow: unset;
4774.oddeven:hover, .evenodd:hover, .oddevenimport:hover, .evenoddimport:hover, .impair:hover, .pair:hover
4776 background: rgb(<?php echo $colorbacklinepairhover; ?>) !important;
4779 background: rgb(<?php echo $colorbacklinepairchecked; ?>) !important;
4781<?php
if ($colorbacklinepairchecked) { ?>
4783 background: rgb(<?php echo $colorbacklinepairchecked; ?>) !important;
4788 background: unset !important;
4790.nohoverborder:hover {
4793 -webkit-box-shadow: unset;
4796.oddeven, .evenodd, .impair, .pair, .nohover .impair:hover, tr.impair td.nohover, tr.pair td.nohover, .tagtr.oddeven
4798 font-family: <?php print $fontlist ?>;
4801 color: var(--oddevencolor);
4803.impair, .nohover .impair:hover, tr.impair td.nohover
4805 background: var(--colorbacklineimpair2);
4807.pair, .nohover .pair:hover, tr.pair td.nohover {
4808 background-color: var(--colorbacklinepair1);
4810tr.oddeven.oddevendouble {
4811 height: 60px !important;
4815 background-color: var(--colorbacklineimpair2);
4817table.dataTable tr.oddeven {
4818 background-color: var(--colorbacklinepair1) !important;
4822td.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 {
4823 background-color: var(--colorbacklineimpair2) !important;
4824 background: var(--colorbacklineimpair2) !important;
4826td.evenodd, tr.nohoverpair td, #trlinefordates td {
4827 background-color: var(--colorbacklinepair2) !important;
4828 background: var(--colorbacklinepair2) !important;
4832 border-bottom: 1pt solid black !important;
4833 background-color: var(--colorbacklinebreak) !important;
4835.trforbreak.nobold td a, .trforbreak.nobold span.secondary {
4836 font-weight: normal !important;
4840 padding: 5px 2px 5px 3px !important;
4842tr.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 {
4843 padding: 5px 2px 5px 3px;
4844 border-bottom: 1px solid #eee;
4846form.pair, form.impair {
4847 font-weight: normal;
4849tr.pair:last-of-
type td, tr.impair:last-of-
type td {
4850 border-bottom: 0px !important;
4852tr.pair td .nobordernopadding tr td, tr.impair td .nobordernopadding tr td {
4853 border-bottom: 0px !important;
4863div.liste_titre .tagtd {
4864 vertical-align: middle;
4867 min-height: 26px !important;
4870 padding-bottom: 2px;
4880 border-top-width: 1px;
4881 border-top-color: #BBB;
4882 border-top-style: solid;
4884div.liste_titre_bydiv {
4885 <?php
if ($userborderontable) { ?>
4886 border-top-width: <?php echo $borderwidth ?>px;
4887 border-top-color: var(--colortopbordertitle1);
4888 border-top-style: solid;
4890 border-collapse: collapse;
4892 padding: 2px 0px 2px 0;
4894 width: calc(100% - 2px);
4896div.liste_titre_bydiv_inlineblock {
4897 display:
inline-block;
4901tr.liste_titre, tr.liste_titre_sel, form.liste_titre, form.liste_titre_sel,
table.dataTable.tr, tagtr.liste_titre
4903 height: 26px !important;
4905div.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
4907 background: var(--colorbacktitle1);
4908 font-weight: <?php echo $useboldtitle ?
'bold' :
'normal'; ?>;
4911 color: var(--colortexttitle);
4912 font-family: <?php print $fontlist ?>;
4913 text-align: <?php echo $left; ?>;
4915tr.liste_titre th, tr.liste_titre td, th.liste_titre
4917 border-bottom: 1px solid #aaa;
4920tr:first-child th.liste_titre, tr:first-child th.liste_titre_sel {
4921 border-bottom: 1px solid #FFF ! important;
4923tr.liste_titre th, th.liste_titre, tr.liste_titre td, td.liste_titre, form.liste_titre div, div.liste_titre
4925 font-family: <?php print $fontlist ?>;
4926 font-weight: <?php echo $useboldtitle ?
'bold' :
'normal'; ?>;
4927 vertical-align: middle;
4930tr.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 {
4931 text-shadow: none !important;
4932 color: var(--colortexttitlelink);
4934tr.liste_titre_topborder td {
4935 border-top-width: <?php echo $borderwidth; ?>px;
4936 border-top-color: var(--colortopbordertitle1);
4937 border-top-style: solid;
4940 text-shadow: none !important;
4941 color: var(--colortexttitle);
4943.liste_titre td a.notasortlink {
4944 color: var(--colortextlink);
4946.liste_titre td a.notasortlink:hover {
4947 background: transparent;
4949tr.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 {
4951 border-bottom: none;
4953tr.liste_titre_filter th.liste_titre { text-align: unset; }
4960tr.liste_titre_sel th, th.liste_titre_sel, tr.liste_titre_sel td, td.liste_titre_sel, form.liste_titre_sel div
4962 font-family: <?php print $fontlist ?>;
4963 font-weight: normal;
4964 border-bottom: 1px solid #FDFFFF;
4968 background: transparent;
4972.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 {
4976.noborder tr.liste_total td, tr.liste_total td, form.liste_total div {
4977 white-space: nowrap;
4980.noborder tr.liste_total_wrap td, tr.liste_total_wrap td, form.liste_total_wrap div {
4981 white-space: normal;
4984tr.liste_sub_total, tr.liste_sub_total td {
4985 border-bottom: 2px solid #aaa;
4988.tableforservicepart1 .impair, .tableforservicepart1 .pair, .tableforservicepart2 .impair, .tableforservicepart2 .pair {
4991.tableforservicepart1 tbody tr td, .tableforservicepart2 tbody tr td {
4992 border-bottom: none;
4995.paymenttable, .margintable {
4996 margin: 0px 0px 0px 0px !important;
4998.paymenttable, .margintable:not(.margintablenotop) {
4999 border-top-width: <?php echo $borderwidth ?>px !important;
5000 border-top-color: var(--colortopbordertitle1) !important;
5001 border-top-style: solid !important;
5003.margintable.margintablenotop {
5004 border-top-width: 0;
5006.paymenttable tr td:first-child, .margintable tr td:first-child
5010.paymenttable, .margintable tr td {
5016 -webkit-box-shadow: 0px 0px 0px #f4f4f4 !important;
5017 box-shadow: 0px 0px 0px #f4f4f4 !important;
5020 -webkit-box-shadow: 2px 2px 5px #CCC !important;
5021 box-shadow: 2px 2px 5px #CCC !important;
5025 -webkit-box-shadow: 0px 0px 5px #888;
5026 box-shadow: 0px 0px 5px #888;
5029div.tabBar .noborder {
5030 -webkit-box-shadow: 0px 0px 0px #f4f4f4 !important;
5031 box-shadow: 0px 0px 0px #f4f4f4 !important;
5033div .tdtop:not(.tagtdnote) {
5034 vertical-align: top !important;
5035 padding-top: 8px !important;
5036 padding-bottom: 0px !important;
5039#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 {
5040 border-bottom: 1px solid #AAA !important;
5042#tablelines tr td, #tablelinesservice tr td {
5049.noborder > tbody > tr:nth-child(even):not(.liste_titre):not(.nooddeven),
5050.liste > tbody > tr:nth-child(even):not(.liste_titre):not(.nooddeven),
5051div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) > .border > tbody >
table:not(.tableforfieldedit) > tr:nth-of-
type(even):not(.liste_titre):not(.nooddeven),
5052.liste > tbody > tr:nth-of-
type(even):not(.liste_titre):not(.nooddeven),
5053div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) .oddeven.tagtr:nth-of-
type(even):not(.liste_titre):not(.nooddeven)
5055 background: linear-gradient(to bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
5056 background: -o-linear-gradient(bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
5057 background: -moz-linear-gradient(bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
5058 background: -webkit-linear-gradient(bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
5060.noborder > tbody > tr:nth-child(even):not(:last-of-
type) td:not(.liste_titre),
5061.liste > tbody > tr:nth-child(even):not(:last-of-
type) td:not(.liste_titre),
5062.noborder .tagtr:nth-child(even):not(:last-of-
type) .oddeven.tagtd:not(.liste_titre)
5064 border-bottom: 1px solid #e8e8e8;
5067.noborder > tbody > tr:nth-child(odd):not(.liste_titre):not(.nooddeven),
5068.liste > tbody > tr:nth-child(odd):not(.liste_titre):not(.nooddeven),
5069div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) > .border > tbody >
table:not(.tableforfieldedit) > tr:nth-of-
type(odd):not(.liste_titre):not(.nooddeven),
5070.liste > tbody > tr:nth-of-
type(odd):not(.liste_titre):not(.nooddeven),
5071div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) .oddeven.tagtr:nth-of-
type(odd):not(.liste_titre):not(.nooddeven)
5073 background: linear-gradient(to bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
5074 background: -o-linear-gradient(bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
5075 background: -moz-linear-gradient(bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
5076 background: -webkit-linear-gradient(bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
5078.noborder > tbody > tr:nth-child(odd):not(:last-child) td:not(.liste_titre),
5079.liste > tbody > tr:nth-child(odd):not(:last-child) td:not(.liste_titre),
5080.noborder .tagtr:nth-child(odd):not(:last-child) .oddeven.tagtd:not(.liste_titre)
5082 border-bottom: 1px solid #e8e8e8;
5085ul.noborder li:nth-child(even):not(.liste_titre) {
5086 background-color: var(--colorbacklinepair2) !important;
5099 padding-bottom: 12px;
5104.boxstats, .boxstats130 {
5105 display:
inline-block;
5112.boxstats, .boxstats130, .boxstatscontent {
5113 white-space: nowrap;
5115 text-overflow: ellipsis;
5127@media only screen and (max-width: 768px)
5129 .tabBar .arearef .pagination.paginationref {
5130 max-width: calc(50%);
5133 div.pagination ul li {
5137 div.pagination .button-title-separator {
5141 .clearbothonsmartphone {
5143 display: block !important;
5147 padding-left: 0 !important;
5148 margin-left: 0 !important;
5149 margin-right: 0 !important;
5156 .boxstats, .boxstats130 {
5158 border: 1px solid #ddd;
5168 .dashboardlineindicator {
5180 box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20);
5187.boxstatsindicator.thumbstat150 {
5188 display:
inline-flex;
5190span.boxstatsindicator {
5192 font-weight: normal;
5193 color: rgb(<?php print $colortextlink; ?>);
5195span.dashboardlineindicator, span.dashboardlineindicatorlate {
5197 font-weight: normal;
5199a.dashboardlineindicatorlate:hover {
5200 text-decoration: none;
5202.dashboardlineindicatorlate img {
5205span.dashboardlineok {
5208span.dashboardlineko {
5212.dashboardlinelatecoin {
5217 padding: 1px 6px 1px 6px;
5218 background-color: #8c4446;
5219 color: #FFFFFF ! important;
5220 border-radius: .25em;
5223 margin-bottom: 20px !important;
5226 border-bottom-width: 1px;
5234.boxtablenomarginbottom {
5235 margin-bottom: 0 !important;
5237.boxtable .fichehalfright, .boxtable .fichehalfleft {
5243.boxworkingboard .tdboxstats {
5244 padding-left: 1px !important;
5245 padding-right: 1px !important;
5247a.valignmiddle.dashboardlineindicator {
5251 height: 30px !important;
5254 height: 50px !important;
5258 height: 26px !important;
5265 background: var(--colorbacktitle1);
5266 color: var(--colortexttitle);
5267 font-family: <?php print $fontlist ?>, sans-serif;
5268 font-weight: <?php echo $useboldtitle ?
'bold' :
'normal'; ?>;
5269 border-bottom: 1px solid #FDFFFF;
5270 white-space: nowrap;
5273tr.box_titre td.boxclose {
5276img.boxhandle, img.boxclose {
5281 vertical-align: middle;
5284.formboxfilter input[
type=image]
5294.prod_entry_mode_free, .prod_entry_mode_predef {
5295 height: 26px !important;
5296 vertical-align: middle;
5300 border: 1px solid #888;
5310 transition: color 0.4s;
5312.star:hover, .star.active {
5313 color: <?php echo $badgeWarning ?>;
5316.search-component-assistance {
5319 background: var(--colorbackbody);
5320 border-width: 1px 1px 2px;
5321 border-style: solid;
5322 border-color: rgb(204, 204, 204);
5323 border-image: none; padding: 9px;
5324 box-shadow: rgba(136, 136, 136, 0.267) 1px 2px 10px;
5330.search-component-assistance .assistance-title {
5336.search-component-assistance .separator {
5340.search-component-assistance .end-separator {
5343.search-component-assistance .assistance-errors {
5346 margin: 5px 0px 5px 0px
5348.search-component-assistance .assistance-errors {
5353 margin: 0 !important;
5355.search-component-assistance .operand, .search-component-assistance .operator, .search-component-assistance .value {
5358.search-component-assistance .btn-div{
5362@media only screen and (max-width: 620px) {
5363 .search-component-assistance .operand, .operator, .value {
5366 .search-component-assistance .separator, .end-separator {
5376.ok { color: #114466; }
5377.warning { color: #887711 !important; }
5378.error { color: #550000 !important; font-weight: bold; }
5379.green { color: #118822 !important; }
5385div.info, div.warning, div.error {
5389 padding-bottom: 8px;
5390 margin: 1em 0em 1em 0em;
5396 border-<?php print $left; ?>: solid 5px #87cfd2;
5397 background: #eff8fc;
5401 box-shadow: 4px 4px 12px #e4e4e4;
5402 margin: 1em 0em 1.2em 0em;
5406div.warning, div.warningborder {
5407 border-<?php print $left; ?>: solid 5px #f2cf87;
5410 background: #fcf8e3;
5412div.warning a, div.info a, div.error a {
5413 color: rgb(<?php echo $colortextlink; ?>);
5418 border-<?php print $left; ?>: solid 5px #f28787;
5419 background: #EFCFCF;
5427a.normal:link { font-weight: normal }
5428a.normal:visited { font-weight: normal }
5429a.normal:active { font-weight: normal }
5430a.normal:hover { font-weight: normal }
5432a.impayee:link { font-weight: bold; color: #550000; }
5433a.impayee:visited { font-weight: bold; color: #550000; }
5434a.impayee:active { font-weight: bold; color: #550000; }
5435a.impayee:hover { font-weight: bold; color: #550000; }
5448.framecontent iframe {
5459.opened-dash-board-wrap {
5460 margin-bottom: 25px;
5467.product_line_stock_ok { color: #002200; }
5468.product_line_stock_too_low { color: #884400; }
5470.fieldrequired { font-weight: bold; color: #000055; }
5472td.widthpictotitle, .table-fiche-title img.widthpictotitle { width: 32px; font-size: 1.4em; text-align: <?php echo $left; ?>; }
5473table.titlemodulehelp tr td img.widthpictotitle { width: 80px; }
5475.dolgraphtitle { margin-top: 6px; margin-bottom: 4px; }
5476.dolgraphtitlecssboxes { }
5477.dolgraphchart canvas {
5480.legendColorBox, .legendLabel { border: none !important; }
5481div.dolgraph div.legend, div.dolgraph div.legend div { background-color: rgba(255,255,255,0) !important; }
5482div.dolgraph div.legend
table tbody tr { height:
auto; }
5483td.legendColorBox { padding: 2px 2px 2px 0 !important; }
5484td.legendLabel { padding: 2px 2px 2px 0 !important; }
5486 text-align: <?php echo $left; ?>;
5490 white-space: nowrap;
5500div.divphotoref > div > .photowithmargin, div.divphotoref > img.photowithmargin, div.divphotoref > a > .photowithmargin {
5501 margin-<?php echo $right; ?>: 15px;
5504 border: 1px solid #f0f0f0;
5509 text-align: center !important;
5512 margin-top: 6px !important;
5517 content:url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/logo_setup.svg', 1) ?>);
5518 display:
inline-block;
5523 content:url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/nographyet.svg', 1) ?>);
5524 display:
inline-block;
5526 background-repeat: no-repeat;
5533table.table-fiche-title tr.toptitle {
5538 text-decoration: none;
5541 text-transform: uppercase;
5548 color: var(--colortexttitlenotab);
5556 color: var(--colortexttitlenotab);
5559 color: var(--colortexttitlenotab2);
5562table.notopnoleftnoright.table-fiche-title {
5563 margin-bottom: 15px;
5565.fichehalfleft
table.table-fiche-title, .fichehalfright
table.table-fiche-title {
5574table.table-fiche-title .col-title div.titre span {
5575 line-height: normal;
5578div.backgreypublicpayment {
5579 background-color: #f0f0f0;
5581 border-bottom: 1px solid #ddd;
5587.backgreypublicpayment a { color: #222 !important; }
5588.poweredbypublicpayment {
5597span.buttonpaymentsmall {
5602 min-width: 300px; font-size: 16px;
5606 min-width: 320px; font-size: 16px;
5609#tablepublicpayment { border: 1px solid #CCCCCC !important; width: 100%; padding: 20px; margin-bottom: 20px; }
5610#tablepublicpayment .CTableRow1 { background-color: #F0F0F0 !important; }
5611#tablepublicpayment tr.liste_total { border-bottom: 1px solid #CCCCCC !important; }
5612#tablepublicpayment tr.liste_total td { border-top: none; }
5614.divmainbodylarge { margin-left: 40px; margin-right: 40px; }
5615.publicnewmemberform div.titre { font-size: 2em; }
5616#divsubscribe { max-width: 900px; }
5617#divsubscribe .eventlabel { font-size: 1.5em; }
5618#tablesubscribe { width: 100%; }
5619#tablesubscribe tr td { font-size: 1.15em; }
5620#tablesubscribe .price-registration { font-size: 1.5em; }
5624 border: 1px solid #ccc;
5642.effectpostit:before, .effectpostit:after
5653 -webkit-box-shadow: 0 15px 10px #777;
5654 box-shadow: 0 15px 10px #777;
5655 -webkit-transform: rotate(-3deg);
5656 -moz-transform: rotate(-3deg);
5657 -o-transform: rotate(-3deg);
5658 -ms-transform: rotate(-3deg);
5659 transform: rotate(-3deg);
5663 -webkit-transform: rotate(3deg);
5664 -moz-transform: rotate(3deg);
5665 -o-transform: rotate(3deg);
5666 -ms-transform: rotate(3deg);
5667 transform: rotate(3deg);
5678.ui-dialog-titlebar {
5681 font-size: <?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize; ?> !important;
5683.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable {
5684 z-index: 1005 !important;
5686.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
5687 z-index:1006 !important;
5690.ui-dialog.ui-widget.ui-widget-content {
5691 border: 1px solid #e0e0e0;
5696 background-color: #f8f8f8 !important;
5718 border-<?php print $left; ?>: solid 5px #f2cf87;
5724 padding-bottom: 4px;
5726 background: #fcf8e3;
5739.ui-dialog.highlight.ui-widget.ui-widget-content.ui-front {
5744 max-width: <?php print
dol_size(700,
'width'); ?>px !important;
5747div.ui-tooltip.mytooltip {
5748 border-top: solid 1px #BBBBBB;
5749 border-<?php print $left; ?>: solid 1px #BBBBBB;
5750 border-<?php print $right; ?>: solid 1px #444444;
5751 border-bottom: solid 1px #444444;
5754 box-shadow: 0 0 4px grey;
5756 font-stretch: condensed;
5762@media only screen and (max-width: 768px)
5764 div.ui-tooltip.mytooltip {
5768@media only screen and (max-width: 480px)
5770 div.ui-tooltip.mytooltip {
5774@media only screen and (max-width: 320px)
5776 div.ui-tooltip.mytooltip {
5786.ui-datepicker-calendar .ui-state-
default, .ui-datepicker-calendar .ui-widget-content .ui-state-
default,
5787.ui-datepicker-calendar .ui-widget-header .ui-state-
default, .ui-datepicker-calendar .ui-
button,
5793div#ui-datepicker-div {
5795 box-shadow: 2px 5px 15px #aaa;
5801.ui-datepicker .ui-datepicker
table {
5804.ui-datepicker .ui-widget-header {
5809img.datecallink { padding-left: 2px !important; padding-right: 2px !important; }
5811select.ui-datepicker-year {
5812 margin-left: 2px !important;
5814.ui-datepicker-trigger {
5815 vertical-align: middle;
5822 -webkit-border-radius: 4px;
5824 border: 1px #E4ECEC outset;
5830 background-color: #FFFFFF;
5836 border-spacing: 0px;
5837 border-collapse: collapse;
5839.dp td, .tpHour td, .tpMinute td{padding:2px; font-size:10px;}
5841.dpHead,.tpHead,.tpHour td:Hover .tpHead{
5843 background-color: #888;
5849.dpButtons,.tpButtons {
5851 background-color: #888;
5856.dpButtons:Active,.tpButtons:Active{border: 1px outset black;}
5857.dpDayNames td,.dpExplanation {background-color:#D9DBE1; font-weight:bold; text-align:center; font-size:11px;}
5858.dpExplanation{ font-weight:normal; font-size:11px;}
5859.dpWeek td{text-align:center}
5861.dpToday,.dpReg,.dpSelected{
5864.dpToday{font-weight:bold; color:black; background-color:#f4f4f4;}
5865.dpReg:Hover,.dpToday:Hover{background-color:black;color:white}
5868.dpSelected{background-color:#0B63A2;color:white;font-weight:bold; }
5870.tpHour{border-top:1px solid #f4f4f4; border-right:1px solid #f4f4f4;}
5871.tpHour td {border-left:1px solid #f4f4f4; border-bottom:1px solid #f4f4f4; cursor:pointer;}
5872.tpHour td:Hover {background-color:black;color:white;}
5874.tpMinute {margin-top:5px;}
5875.tpMinute td:Hover {background-color:black; color:white; }
5876.tpMinute td {background-color:#D9DBE1; text-align:center; cursor:pointer;}
5882 background-color:transparent;
5887 vertical-align:middle;
5891 color: rgb(<?php print $colortextlink; ?>);
5896.categtextwhite, .treeview .categtextwhite.hover {
5897 color: #fff !important;
5900 color: #000 !important;
5912div.hidden, div.hiddenforpopup, header.hidden, tr.hidden, td.hidden,
5913img.hidden, span.hidden, br.hidden, div.showifmore {
5931.previewnotyetavailable {
5935.websiteformtoolbar {
5937 top: <?php echo empty($dol_hide_topmenu) ? ($disableimages ?
'36px' :
'50px') :
'0'; ?>;
5941.exampleapachesetup {
5945 border: 1px solid #aaa;
5949 background: #ddd; border: 1px solid #ccc; border-radius: 4px;
5954 background-color: transparent;
5955 background-image: none;
5956 color: #000 !important;
5959.bordertransp:not(.nobordertransp) {
5960 background-color: transparent;
5961 background-image: none;
5962 border: 1px solid #aaa;
5963 font-weight: normal;
5964 color: #444 !important;
5966.websitebar .button.bordertransp {
5968 text-decoration: unset !important;
5973 border-bottom: 1px solid #ccc;
5975 display:
inline-block;
5977.centpercent.websitebar {
5978 width: calc(100% - 10px);
5979 padding: 5px 5px 5px 5px;
5982.websitebar .buttonDelete, .websitebar .button {
5985.websitebar .button, .websitebar .buttonDelete
5987 padding: 2px 4px 2px 4px !important;
5988 margin: 2px 4px 2px 4px !important;
5989 line-height: normal;
5991.websitebar input.button.bordertransp, .websitebar input.buttonDelete.bordertransp {
5992 color: #444 !important;
5997 padding-<?php echo $right; ?>: 10px;
5998 vertical-align: middle;
6003.websiteselection, .websitetools {
6009 display:
inline-block;
6010 vertical-align: top;
6013.websiteiframenoborder {
6016span.websitebuttonsitepreview, a.websitebuttonsitepreview {
6017 vertical-align: middle;
6019span.websitebuttonsitepreview img, a.websitebuttonsitepreview img {
6021 display:
inline-block;
6023span.websitebuttonsitepreviewdisabled img, a.websitebuttonsitepreviewdisabled img {
6026.websiteiframenoborder {
6030 vertical-align: middle;
6034.websiteselectionsection {
6035 border-left: 1px solid #bbb;
6036 border-right: 1px solid #bbb;
6041.websitebar input#previewpageurl {
6045#divbodywebsite section p {
6054.dayevent .tagtr:first-of-
type {
6057.agendacell { height: 60px; }
6058table.cal_month { border-spacing: 0px; }
6059table.cal_month td:first-child { border-left: 0px; }
6060table.cal_month td:last-child { border-right: 0px; }
6061.cal_current_month { border-top: 0; border-left: solid 1px #E0E0E0; border-right: 0; border-bottom: solid 1px #E0E0E0; }
6062.cal_current_month_peruserleft { border-top: 0; border-left: solid 2px #6C7C7B; border-right: 0; border-bottom: solid 1px #E0E0E0; }
6063.cal_current_month_oneday { border-right: solid 1px #E0E0E0; }
6064.cal_other_month { border-top: 0; border-left: solid 1px #C0C0C0; border-right: 0; border-bottom: solid 1px #C0C0C0; }
6065.cal_other_month_peruserleft { border-top: 0; border-left: solid 2px #6C7C7B !important; border-right: 0; }
6066.cal_current_month_right { border-right: solid 1px #E0E0E0; }
6067.cal_other_month_right { border-right: solid 1px #C0C0C0; }
6068.cal_other_month { background: #FAFAFA; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 1px; padding-top: 0px; padding-bottom: 0px; }
6069.cal_past_month { background: #EEEEEE; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 1px; padding-top: 0px; padding-bottom: 0px; }
6070.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; }
6071.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; }
6072.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; }
6073.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; }
6074.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; }
6076.cal_peruser { padding: 0px; }
6077.cal_impair { background: #F8F8F8; }
6078.cal_today_peruser_impair { background: #F8F8F0; }
6079.peruser_busy { background: #CC8888; }
6080.peruser_notbusy { background: #EEDDDD; opacity: 0.5; }
6081div.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); }
6082table.cal_event { border: none; border-collapse: collapse; margin-bottom: 1px; -webkit-border-radius: 3px; border-radius: 3px; min-height: 20px; }
6083table.cal_event td { border: none; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 2px; padding-top: 0px; padding-bottom: 0px; }
6084table.cal_event td.cal_event { padding: 4px 4px !important; padding-bottom: 2px !important; padding-top: 2px !important; }
6085table.cal_event td.cal_event_right { padding: 4px 4px !important; }
6086.cal_event { font-size: 1em; }
6087.cal_event a:link { color: #111111; font-weight: normal !important; }
6088.cal_event a:visited { color: #111111; font-weight: normal !important; }
6089.cal_event a:active { color: #111111; font-weight: normal !important; }
6090.cal_event_busy a:hover { color: #111111; font-weight: normal !important; color:rgba(255,255,255,.75); }
6092.cal_peruserviewname { max-width: 140px; height: 22px; }
6100.calendarviewcontainertr { height: 100px; }
6103 background-size: 24px
auto;
6110.cal_available { background: #0060d450; }
6111.cal_chosen { background: #0060d4; }
6118 border: solid 1px rgba(0,0,0,.3);
6119 background: var(--colorbackbody) !important;
6120 color: var(--colortext) !important;
6123.ui-autocomplete-loading { background: white url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/working.gif', 1) ?>) right center no-repeat; }
6128 background-color:white;
6129 border:1px solid #888;
6133.ui-autocomplete ul {
6134 list-style-
type:none;
6138.ui-autocomplete ul li.selected { background-color: #D3E5EC;}
6139.ui-autocomplete ul li {
6140 list-style-
type:none;
6155 text-overflow: ellipsis;
6163.editkey_textarea, .editkey_ckeditor, .editkey_string, .editkey_email, .editkey_numeric, .editkey_select, .editkey_autocomplete {
6164 background: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/edit.png', 1) ?>) right top no-repeat;
6170.editkey_datepicker {
6171 background: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/calendar.png', 1) ?>) right center no-repeat;
6177.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 {
6182.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 {
6197.treeview ul { background-color: transparent !important; margin-top: 0 !important; }
6198.treeview li { background-color: transparent !important; padding: 0 0 0 20px !important; min-height: 30px; }
6199.treeview .hitarea { width: 20px !important; margin-left: -20px !important; margin-top: 3px; }
6200.treeview li
table { min-height: 30px; }
6201.treeview .hover { color: var(--colortextlink) !important; text-decoration: underline !important; }
6233 font-family:sans-serif;
6236 border-spacing: 0px;
6237 border-collapse: collapse;
6244 border-style:groove;
6254div.jPicker
table.jPicker {
6255 padding-bottom: 20px;
6256 padding-right: 20px;
6260 height: 2px !important;
6264 background: unset !important;
6265 border: unset !important;
6267.jPicker .Preview div span {
6268 border: unset !important;
6269 width: unset !important;
6270 height: 50% !important;
6274 border: 1px solid #bbb !important;
6275 background-color: var(--colorbackbody) !important;
6276 box-shadow: 0px 0px 10px #ccc;
6279 background-image: unset !important;
6281.jPicker .Grid span.QuickColor {
6282 border: unset !important;
6288 white-space: nowrap;
6290.jPicker td.Text input {
6291 height: 1em !important;
6293.jPicker .Preview div {
6294 height: 36px !important;
6296.jPicker input[
type=
"button"] {
6297 background: var(--butactionbg);
6298 color: var(--textbutaction);
6300 border-collapse: collapse;
6304A.color, A.color:active, A.color:visited {
6307 text-decoration : none;
6313 border : 1px inset white;
6316 border : 1px outset white;
6318A.none, A.none:active, A.none:visited, A.none:hover {
6321 text-decoration : none;
6328 border : 1px solid #b3c5cc;
6337 background-color : #b3c5cc;
6344 background-color : #b3c5cc;
6345 border : 2px outset;
6354 border : 1px outset white;
6360 font-family : <?php print $fontlist ?>;
6363 text-align : center;
6367 font-family : <?php print $fontlist ?>;
6374 font-family : <?php print $fontlist ?>;
6380 border: solid 1px #ddd !important;
6385.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
6387 background: rgb(<?php echo $colorbacktitle1; ?>);
6391.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 {
6392 background: #007fff !important;
6393 color: #ffffff !important;
6396.ui-menu .ui-menu-item a {
6397 text-decoration:none;
6401 font-weight: normal;
6402 font-family:<?php echo $fontlist; ?>;
6406 font-family:<?php echo $fontlist; ?>;
6408.ui-
button { margin-left: -2px; <?php print(preg_match(
'/chrome/',
$conf->browser->name) ?
'padding-top: 1px;' :
''); ?> }
6413 line-height: 1em !important;
6415.ui-autocomplete-input { margin: 0; padding: 4px; }
6422body.cke_show_borders {
6423 margin: 5px !important;
6427 border: 1px #bbb solid ! important;
6434.cke_wrapper { padding: 4px !important; }
6435a.cke_dialog_ui_button
6437 font-family: <?php print $fontlist ?> !important;
6438 background-image: url(<?php echo $img_button ?>) !important;
6439 background-
position: bottom !important;
6440 border: 1px solid #C0C0C0 !important;
6441 -webkit-border-radius:0px 2px 0px 2px !important;
6442 border-radius:0px 2px 0px 2px !important;
6443 -webkit-box-shadow: 3px 3px 4px #f4f4f4 !important;
6444 box-shadow: 3px 3px 4px #f4f4f4 !important;
6446.cke_dialog_ui_hbox_last
6448 vertical-align: bottom !important;
6450.cke_dialog_ui_hbox_last
6452 vertical-align: bottom !important;
6455 width: 40px !important;
6464a.cke_dialog_ui_button_ok span {
6465 text-shadow: none !important;
6466 color: #333 !important;
6468a.cke_button, a.cke_combo_button {
6469 height: 18px !important;
6471div.cke_notifications_area .cke_notification_warning {
6476@media only screen and (max-width: 768px)
6478 .cke_inner:not(.cke_maximized) .cke_toolbar_separator,
6479 .cke_inner:not(.cke_maximized) .cke_combo,
6480 .cke_inner:not(.cke_maximized) .cke_button:not(.cke_button__maximize) {
6490 border: 1px solid #ddd;
6493.aceeditorstatusbar {
6496 padding-<?php echo $left; ?>: 10px;
6504.ace_status-indicator {
6508 border-left: 1px solid;
6510pre#editfilecontentaceeditorid {
6520 height: 72px !important;
6528.customreportsoutput, .customreportsoutputnotdata {
6531.customreportsoutputnotdata {
6544#types .btn-primary {
6553 display:
inline-block;
6558 vertical-align: top;
6561#types input.text, #types textarea {
6575 box-sizing:border-box;
6582#comment .comment-table {
6586#comment .comment-cell {
6589#comment .comment-info {
6591 border-right:1px solid #dedede;
6595 background:rgba(255,255,255,0.5);
6596 vertical-align:middle;
6599#comment .comment-info a {
6602#comment .comment-right {
6605#comment .comment-description {
6609#comment .comment-delete {
6612 vertical-align:middle;
6614#comment .comment-delete:hover {
6615 background:rgba(250,20,20,0.8);
6617#comment .comment-edit {
6620 vertical-align:middle;
6622#comment .comment-edit:hover {
6623 background:rgba(0,184,148,0.8);
6635 width: <?php print isset($_SESSION[
'dol_screenwidth']) ? max((
int) $_SESSION[
'dol_screenwidth'] - 830, 450) :
'450'; ?>px !important;
6638div#GanttChartDIVglisthead, div#GanttChartDIVgcharthead {
6642.gtaskname div, .gtaskname, .gstartdate div, .gstartdate, .genddate div, .genddate {
6643 font-size: unset !important;
6646div.gantt, .gtaskheading, .gmajorheading, .gminorheading, .gminorheadingwkend {
6647 font-size: unset !important;
6648 font-weight: normal !important;
6649 color: #000 !important;
6652 background: #f0f0f0 !important;
6655 background: rgb(108,152,185) !important;
6658 background: rgb(160,173,58) !important;
6662 text-overflow: ellipsis;
6664td.gminorheadingwkend {
6665 color: #888 !important;
6668 color: #666 !important;
6670.glistlbl, .glistgrid {
6671 width: 582px !important;
6673.gtaskname div, .gtaskname {
6674 min-width: 250px !important;
6675 max-width: 250px !important;
6676 width: 250px !important;
6678.gpccomplete div, .gpccomplete {
6679 min-width: 40px !important;
6680 max-width: 40px !important;
6681 width: 40px !important;
6683td.gtaskheading.gstartdate, td.gtaskheading.genddate {
6684 white-space:
break-spaces;
6686.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) {
6687 color: transparent !important;
6702 font-weight: normal;
6711 font-weight: normal;
6717 text-decoration: none;
6722 margin: 0 5px 5px 5px;
6727 margin: 0 10px 20px 10px;
6732 float: <?php print $left; ?>;
6733 border: solid 1px #f4f4f4;
6740 font-weight: normal;
6753 vertical-align: middle;
6757 display:
inline-block !important;
6760 width: calc(100% - 100px);
6762 white-space:
break-spaces;
6763 word-
break:
break-all;
6765ul.ecmjqft a:active {
6766 font-weight: bold !important;
6769 text-decoration: underline;
6773 vertical-align: middle;
6774 display:
inline-block !important;
6775 text-align: <?php echo $right; ?>;
6776 float: <?php echo $right; ?>;
6780div#ecm-layout-west {
6782 vertical-align: top;
6784div#ecm-layout-center {
6785 width: calc(100% - 405px);
6786 vertical-align: top;
6787 float: <?php echo $right; ?>;
6790.ecmjqft LI.directory { font-weight:normal; background: url(<?php echo
dol_buildpath($path.
'/theme/common/treemenu/folder2.png', 1); ?>) left top no-repeat; }
6791.ecmjqft LI.expanded { font-weight:normal; background: url(<?php echo
dol_buildpath($path.
'/theme/common/treemenu/folder2-expanded.png', 1); ?>) left top no-repeat; }
6792.ecmjqft LI.wait { font-weight:normal; background: url(<?php echo
dol_buildpath(
'/theme/'.$theme.
'/img/working.gif', 1); ?>) left top no-repeat; }
6802 top:
auto !important;
6803 bottom: 4px !important;
6806 min-width: <?php echo $dol_optimize_smallscreen ?
'200' :
'480'; ?>px;
6809 padding-left: 10px !important;
6810 padding-right: 10px !important;
6811 padding-top: 10px !important;
6812 word-wrap:
break-word;
6814.jnotify-container .jnotify-notification .jnotify-message {
6815 font-weight: normal;
6817 word-
break:
break-word;
6819.jnotify-container .jnotify-notification-warning .jnotify-close, .jnotify-container .jnotify-notification-warning .jnotify-message {
6820 color: #a28918 !important;
6822.jnotify-container .jnotify-close {
6823 top: 4px !important;
6824 font-size: 1.6em !important;
6828div.jnotify-background {
6829 opacity : 0.95 !important;
6830 -webkit-box-shadow: 2px 2px 4px #8888 !important;
6831 box-shadow: 2px 2px 4px #8888 !important;
6835.bodylogin .jnotify-container {
6842 padding-left: unset !important;
6843 padding-right: unset !important;
6844 padding-top: unset !important;
6846.bodylogin .jnotify-container .jnotify-notification {
6847 margin: unset !important;
6849.bodylogin .jnotify-container .jnotify-notification .jnotify-background {
6850 border-radius: unset !important;
6852.bodylogin .jnotify-container .jnotify-notification .jnotify-message {
6864div.dolEventValid h1, div.dolEventValid h2 {
6866 background-color: #e3f0db;
6867 padding: 5px 5px 5px 5px;
6870div.dolEventError h1, div.dolEventError h2 {
6872 background-color: #d79eac;
6873 padding: 5px 5px 5px 5px;
6881.divmap, #google-visualization-geomap-embed-0, #google-visualization-geomap-embed-1, #google-visualization-geomap-embed-2 {
6889table.dataTable tr.odd td.sorting_1,
table.dataTable tr.even td.sorting_1 {
6890 background: none !important;
6892.sorting_asc { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_asc.png
', 1); ?>') no-repeat center right !important; }
6893.sorting_desc { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_desc.png
', 1); ?>') no-repeat center right !important; }
6894.sorting_asc_disabled { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_asc_disabled.png
', 1); ?>') no-repeat center right !important; }
6895.sorting_desc_disabled { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_desc_disabled.png
', 1); ?>') no-repeat center right !important; }
6896.dataTables_paginate {
6899.paginate_button_disabled {
6900 opacity: 1 !important;
6901 color: #888 !important;
6902 cursor:
default !important;
6904.paginate_disabled_previous:hover, .paginate_enabled_previous:hover, .paginate_disabled_next:hover, .paginate_enabled_next:hover
6906 font-weight: normal;
6908.paginate_enabled_previous:hover, .paginate_enabled_next:hover
6910 text-decoration: underline !important;
6914 text-decoration: underline !important;
6918 font-weight: normal !important;
6919 text-decoration: none !important;
6921.paging_full_numbers {
6922 height: inherit !important;
6924.paging_full_numbers a.paginate_active:hover, .paging_full_numbers a.paginate_button:hover {
6925 background-color: #DDD !important;
6927.paging_full_numbers, .paging_full_numbers a.paginate_active, .paging_full_numbers a.paginate_button {
6928 background-color: #FFF !important;
6929 border-radius: inherit !important;
6931.paging_full_numbers a.paginate_button_disabled:hover, .paging_full_numbers a.disabled:hover {
6932 background-color: #FFF !important;
6934.paginate_button, .paginate_active {
6935 border: 1px solid #ddd !important;
6936 padding: 6px 12px !important;
6937 margin-left: -1px !important;
6938 line-height: 1.42857143 !important;
6939 margin: 0 0 !important;
6946.ui-state-
disabled, .ui-widget-content .ui-state-
disabled, .ui-widget-header .ui-state-
disabled, .paginate_button_disabled {
6948 background-image: none;
6951div.dataTables_length {
6952 float: right !important;
6955div.dataTables_length select {
6958.dataTables_wrapper .dataTables_paginate {
6959 padding-top: 0px !important;
6967input.select2-input {
6968 border-bottom: none ! important;
6972 border-bottom: 1px solid #ccc !important;
6974.select2-results .select2-highlighted.optionblue {
6975 color: #FFF !important;
6978.select2-container .select2-selection--multiple {
6979 min-height: 28px !important;
6982.select2-container--
default .select2-selection--multiple .select2-selection__choice {
6987.blockvmenusearch .select2-container--
default .select2-selection--single,
6988.blockvmenubookmarks .select2-container--
default .select2-selection--single
6990 background-color: unset;
6992#blockvmenusearch .select2-container--default .select2-selection--single .select2-selection__placeholder {
6993 color: var(--colortextbackvmenu);
6995.select2-container--
default .select2-selection--single .select2-selection__rendered {
6998.select2-container .select2-choice {
6999 border-bottom: 1px solid #ccc;
7001.select2-container .select2-choice > .select2-chosen {
7004.select2-container .select2-choice .select2-arrow {
7007.select2-container-multi .select2-choices {
7008 background-image: none;
7010.select2-container .select2-choice {
7014.selectoptiondisabledwhite {
7015 background: #FFFFFF !important;
7020 border-left: none !important;
7021 background: none !important;
7025 border-top: none !important;
7026 border-left: none !important;
7027 border-right: none !important;
7028 border-bottom: 1px solid #ccc;
7030.select2-drop.select2-drop-above {
7031 box-shadow: none !important;
7033.select2-container--open .select2-dropdown--above {
7034 border-bottom: solid 1px rgba(0,0,0,.2);
7036.select2-drop.select2-drop-above.select2-drop-active {
7037 border-top: 1px solid #ccc;
7038 border-bottom: 1px solid #ccc;
7040.select2-container--
default .select2-selection--single
7046 border-bottom: solid 1px rgba(0,0,0,.2);
7047 -webkit-box-shadow: none !important;
7048 box-shadow: none !important;
7049 border-radius: 0 !important;
7051.select2-container--
default.select2-container--focus .select2-selection--multiple {
7056.select2-container--
default .select2-selection--multiple {
7057 border-bottom: solid 1px rgba(0,0,0,.2);
7061 border-radius: 0 !important;
7062 line-height: normal;
7064.select2-container--
default .select2-selection--multiple .select2-selection__rendered {
7067.select2-container--
default .select2-selection--multiple .select2-selection__choice {
7068 margin-top: 4px !important;
7070.select2-selection--multiple input.select2-search__field {
7071 border-bottom: none !important;
7073.select2-search__field
7076 border-top: none !important;
7077 border-left: none !important;
7078 border-right: none !important;
7079 border-bottom: solid 1px rgba(0,0,0,.2) !important;
7080 -webkit-box-shadow: none !important;
7081 box-shadow: none !important;
7082 border-radius: 0 !important;
7084.select2-container-active .select2-choice, .select2-container-active .select2-choices
7089 border-bottom: none;
7090 -webkit-box-shadow: none !important;
7091 box-shadow: none !important;
7093.select2-dropdown-open {
7094 background-color: #fff;
7096.select2-dropdown-open .select2-choice, .select2-dropdown-open .select2-choices
7101 border-bottom: none;
7102 -webkit-box-shadow: none !important;
7103 box-shadow: none !important;
7104 background-color: #fff;
7110.select2-drop.select2-drop-above.select2-drop-active, .select2-drop {
7113.select2-drop.select2-drop-above {
7116.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
7117 background-image: none;
7118 border-radius: 0 !important;
7120div.select2-drop-above
7123 -webkit-box-shadow: none !important;
7124 box-shadow: none !important;
7128 border: 1px solid #ccc;
7131.select2-search input {
7134a span.select2-chosen
7136 font-weight: normal !important;
7138.select2-container .select2-choice {
7139 background-image: none;
7142.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit
7144 background: #FFFFFF;
7149.select2-results__option {
7150 word-
break:
break-word;
7151 text-align: <?php echo $left; ?>;
7153.select2-container.select2-container-
disabled .select2-choice, .select2-container-multi.select2-container-
disabled .select2-choices {
7154 background-color: #FFFFFF;
7155 background-image: none;
7159.select2-container-
disabled .select2-choice .select2-arrow b {
7162.select2-container-multi .select2-choices .select2-search-choice {
7165.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices, .select2-container-multi .select2-choices,
7166.select2-container-multi.select2-container-active .select2-choices
7168 border-bottom: 1px solid #ccc;
7171 border-left: 1px solid #ddd;
7173.select2-container--
default .select2-results>.select2-results__options{
7179.selecttype span.select2-dropdown.ui-dialog {
7182span#select2-taskid-container[title^=
'--'] {
7188#addbox .select2-container .select2-choice > .select2-chosen, #actionbookmark .select2-container .select2-choice > .select2-chosen {
7189 text-align: <?php echo $left; ?>;
7192.select2-container--
default .select2-selection--single .select2-selection__placeholder {
7196span#select2-boxbookmark-container, span#select2-boxcombo-container {
7197 text-align: <?php echo $left; ?>;
7200.select2-container .select2-selection--single .select2-selection__rendered {
7206#boxbookmark.boxcombo, #boxcombo.boxcombo {
7209 border-bottom: solid 1px rgba(0,0,0,.4) !important;
7212 padding: 0 0 5px 5px;
7213 vertical-align: top;
7217.select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr {
7218 padding: 3px 5px 2px 5px;
7219 margin: 0 0 2px 3px;
7224 border: 1px solid #ddd;
7226 -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
7227 box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
7228 background-clip: padding-box;
7229 -webkit-touch-callout: none;
7230 -webkit-
user-select: none;
7231 -moz-
user-select: none;
7232 -ms-
user-select: none;
7234 background-color: #e4e4e4;
7235 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));
7236 background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
7237 background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
7238 background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
7240.select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr a {
7241 font-weight: normal;
7243.select2-container-multi-dolibarr .select2-choices-dolibarr li {
7244 float: <?php echo $left; ?>;
7247.select2-container-multi-dolibarr .select2-choices-dolibarr {
7248 height:
auto !important;
7257span.select2.select2-container.select2-container--
default {
7258 text-align: initial;
7261ul.select2-results__options li {
7265select.multiselectononeline {
7267 vertical-align: middle;
7269 height: 28px !important;
7274@media only screen and (min-width: 767px)
7277 .select2-container.select2-container--open:not(.graphtype, .limit, .combolargeelem):not(.yesno) .select2-dropdown.ui-dialog {
7278 min-width: 240px !important;
7280 .select2-container.select2-container--open:not(.graphtype, .limit, .combolargeelem):not(.yesno) .select2-dropdown--below:not(.onrightofpage),
7281 .select2-container.select2-container--open:not(.graphtype, .limit, .combolargeelem):not(.yesno) .select2-dropdown--above:not(.onrightofpage) {
7282 min-width: 240px !important;
7284 .onrightofpage span.select2-dropdown.ui-dialog.select2-dropdown--below,
7285 .onrightofpage span.select2-dropdown.ui-dialog.select2-dropdown--above {
7286 min-width: 140px !important;
7288 .combolargeelem.select2-container.select2-container--open .select2-dropdown.ui-dialog {
7289 min-width: 320px !important;
7292 .select2-container--open .select2-dropdown--below {
7293 border-top: 1px solid var(--inputbordercolor);
7299.limit.select2-container.select2-container--open .select2-dropdown.ui-dialog {
7300 min-width: 100px !important;
7303.parentonrightofpage {
7312.noborderoncategories {
7313 border: none !important;
7314 border-radius: 5px !important;
7316 -webkit-box-shadow: none !important;
7317 box-shadow: none !important;
7318 margin-bottom: 0 !important;
7320span.noborderoncategories a, li.noborderoncategories a {
7321 line-height: normal;
7323span.noborderoncategories {
7324 padding: 3px 5px 3px 5px;
7326.categtextwhite, .treeview .categtextwhite.hover {
7327 color: #fff !important;
7330 color: #000 !important;
7342.multi-select-container {
7343 display:
inline-block;
7356 border: 1px solid #aaa;
7357 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
7361div.multi-select-menu[role=
"menu"] {
7362 min-width: 220px !important;
7365.multi-select-menu input {
7366 margin-right: 0.3em;
7367 vertical-align: 0.1em;
7371 display:
inline-block;
7373 white-space: nowrap;
7375 text-overflow: ellipsis;
7376 vertical-align: middle;
7377 background-color: #fff;
7381 border-bottom: solid 1px rgba(0,0,0,.2);
7386.multi-select-
button:focus {
7388 border-bottom: 1px solid #666;
7391.multi-select-
button:after {
7393 display:
inline-block;
7396 border-style: solid;
7397 border-width: 0.5em 0.23em 0em 0.23em;
7398 border-color: #888 transparent transparent transparent;
7402.multi-select-container--open .multi-select-menu { display: block; }
7404.multi-select-container--open .multi-select-
button:after {
7405 border-width: 0 0.4em 0.4em 0.4em;
7406 border-color: transparent transparent #888 transparent;
7409.multi-select-menuitem {
7414label.multi-select-menuitem {
7424ul.ulselectedfields {
7432 vertical-align: middle;
7433 display:
inline-block;
7435.dropdown dd, .dropdown dt {
7441 text-align: <?php echo $left; ?>;
7451.dropdown dt a span, .multiSel span {
7453 display:
inline-block;
7454 padding: 0 3px 2px 0;
7456.maxwidthsearch .dropdown dt a span, .multiSel span {
7457 padding: 0 3px 2px 3px;
7459.dropdown span.value {
7463 background-color: #FFF;
7464 box-shadow: 1px 1px 10px #aaa;
7466 <?php echo $right; ?>:0px;
7475.dropdown dd ul.selectedfieldsleft {
7476 <?php echo $right; ?>:
auto;
7479 white-space: nowrap;
7480 font-weight: normal;
7481 padding: 7px 8px 7px 8px;
7485.dropdown dd ul li:hover {
7488.dropdown dd ul li input[
type=
"checkbox"] {
7489 margin-<?php echo $right; ?>: 3px;
7491.dropdown dd ul li a, .dropdown dd ul li span {
7495.dropdown dd ul li span {
7498.dropdown dd ul li a:hover {
7499 background-color: #eee;
7502dd.dropdowndd ul li {
7503 text-overflow: ellipsis;
7505 white-space: nowrap;
7516 text-overflow: ellipsis;
7517 white-space: nowrap;
7530 padding-bottom: 20px;
7538.searchpage .tagtr .tagtd {
7540 padding-bottom: 2px;
7542.searchpage .tagtr .tagtd .button {
7546.searchpage .searchform input {
7550li.ui-li-divider .ui-link {
7551 color: #FFF !important;
7556a.ui-link, a.ui-link:hover, .ui-btn:hover, span.ui-btn-text:hover, span.ui-btn-inner:hover {
7557 text-decoration: none !important;
7567 font-size: <?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize; ?>;
7570.ui-btn-icon-right .ui-btn-inner {
7571 padding-right: 30px;
7573.ui-btn-icon-left .ui-btn-inner {
7576.ui-select .ui-btn-icon-right .ui-btn-inner {
7577 padding-right: 30px;
7579.ui-select .ui-btn-icon-left .ui-btn-inner {
7582.ui-select .ui-btn-icon-right .ui-icon {
7585.ui-btn-icon-left > .ui-btn-inner > .ui-icon, .ui-btn-icon-right > .ui-btn-inner > .ui-icon {
7591 white-space: nowrap;
7592 text-overflow: ellipsis;
7594.fiche .ui-controlgroup {
7596 padding-bottom: 0px;
7598div.ui-controlgroup-controls div.tabsElem
7602div.ui-controlgroup-controls div.tabsElem a
7604 -webkit-box-shadow: 0 -3px 6px rgba(0,0,0,.2);
7605 box-shadow: 0 -3px 6px rgba(0,0,0,.2);
7607div.ui-controlgroup-controls div.tabsElem a#active {
7608 -webkit-box-shadow: 0 -3px 6px rgba(0,0,0,.3);
7609 box-shadow: 0 -3px 6px rgba(0,0,0,.3);
7612a.tab span.ui-btn-inner
7619 color: rgb(<?php print $colortext; ?>);
7621.liste_titre .ui-link {
7622 color: rgb(<?php print $colortexttitle; ?>) !important;
7626 word-wrap:
break-word;
7630.formdoc .ui-btn-inner
7632 white-space: normal;
7634 text-overflow: clip;
7642div.ui-radio, div.ui-checkbox
7644 display:
inline-block;
7645 border-bottom: 0px !important;
7647.ui-checkbox input, .ui-radio input {
7653div.ui-checkbox label+input, div.ui-radio label+input {
7658 padding-bottom: 10px; margin-bottom: 4px; border-bottom: 1px solid #AAAAAA !important;
7663 -webkit-border-radius: 0;
7666.ui-field-contain label.ui-input-text {
7667 vertical-align: middle !important;
7669.ui-mobile fieldset {
7670 border-bottom: none !important;
7674.ui-li .ui-btn-inner a.ui-link-inherit, .ui-li-
static.ui-li {
7679 font-weight: normal;
7681.ui-focus, .ui-btn:focus {
7682 -webkit-box-shadow: none;
7690 color: rgb(<?php print $colortexttitlenotab; ?>) !important;
7692.ui-bar-b, .lilevel0 {
7693 background-repeat: repeat-x;
7697 color: rgb(<?php print $colortexttitlenotab; ?>) !important;
7700 font-weight: normal !important;
7703.ui-li.ui-last-child, .ui-li.ui-field-contain.ui-last-child {
7704 border-bottom-width: 0px !important;
7707 color: rgb(<?php echo $colortexttitle; ?>) !important;
7710 box-shadow: none !important;
7711 border-bottom: 1px solid #ccc;
7714 border-right: 1px solid #ccc !important;
7717 border: 1px solid #ccc;
7720.ui-btn-up-c, .ui-btn-hover-c {
7724.ui-body-c .ui-link, .ui-body-c .ui-link:visited, .ui-body-c .ui-link:hover {
7725 color: rgb(<?php print $colortextlink; ?>);
7727.ui-btn-up-c .vsmenudisabled {
7728 color: #<?php echo $colorshadowtitle; ?> !important;
7729 text-shadow: none !important;
7737 background: transparent;
7750 color: rgb(<?php print $colortexttitlenotab; ?>) !important;
7753 border-top: 2px solid #444;
7754 background: #fff ! important;
7756.lilevel1 div div a {
7757 font-weight: bold !important;
7762 background: #fff ! important;
7767 background: #fff ! important;
7772 background: #fff ! important;
7777 background: #fff ! important;
7787 background: url(
'<?php echo dol_buildpath($path.'/theme/
'.$theme.'/img/menus/money.png
', 1) ?>') top left no-repeat;
7788 background-position-y: 15px;
7792 background: url(
'<?php echo dol_buildpath($path.'/theme/
'.$theme.'/img/menus/home.png
', 1) ?>') top left no-repeat;
7793 background-position-y: 15px;
7795.menu_choix1,.menu_choix2 {
7798 border: 1px solid #666;
7801.menu_choix1 a, .menu_choix2 a {
7804 text-decoration: none;
7810.menu_choix1 a:hover,.menu_choix2 a:hover {
7813.menu li.menu_choix1 {
7815 padding-right: 10px;
7816 padding-bottom: 2px;
7818.menu li.menu_choix2 {
7820 padding-right: 10px;
7821 padding-bottom: 2px;
7823@media only screen and (max-width: 767px)
7825 .menu_choix1 a, .menu_choix2 a {
7826 background-size: 36px 36px;
7830 .menu li.menu_choix1, .menu li.menu_choix2 {
7835 margin-right: 0 !important;
7849 border: 1px solid #888;
7851.publicnewmemberform div.tabBarWithBottom {
7852 border: 1px solid #e8e8e8;
7855 background-color: #f8f8f8;
7859.publicnewmemberform #tablesubscribe {
7876.publicnewticketform {
7881 padding-right: 50px;
7884@media only screen and (max-width: 767px)
7886 .ticketlargemargin {
7887 padding-left: 5px; padding-right: 5px;
7900#cd-timeline::before {
7908 background: #d7e4ed;
7910@media only screen and (min-width: 1170px) {
7914 #cd-timeline::before {
7924.cd-timeline-block:after {
7929.cd-timeline-block:first-child {
7932.cd-timeline-block:last-child {
7935@media only screen and (min-width: 1170px) {
7936 .cd-timeline-block {
7939 .cd-timeline-block:first-child {
7942 .cd-timeline-block:last-child {
7954 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);
7955 background: #d7e4ed;
7957.cd-timeline-img img {
7967.cd-timeline-img.cd-picture {
7968 background: #75ce66;
7970.cd-timeline-img.cd-movie {
7971 background: #c03b44;
7973.cd-timeline-img.cd-location {
7974 background: #f0ca45;
7976@media only screen and (min-width: 1170px) {
7983 -webkit-transform: translateZ(0);
7984 -webkit-backface-visibility: hidden;
7986 .cssanimations .cd-timeline-img.is-hidden {
7989 .cssanimations .cd-timeline-img.bounce-in {
7990 visibility: visible;
7991 -webkit-animation: cd-bounce-1 0.6s;
7992 -moz-animation: cd-bounce-1 0.6s;
7993 animation: cd-bounce-1 0.6s;
7997@-webkit-keyframes cd-bounce-1 {
8000 -webkit-transform: scale(0.5);
8005 -webkit-transform: scale(1.2);
8009 -webkit-transform: scale(1);
8012@-moz-keyframes cd-bounce-1 {
8015 -moz-transform: scale(0.5);
8020 -moz-transform: scale(1.2);
8024 -moz-transform: scale(1);
8027@keyframes cd-bounce-1 {
8030 -webkit-transform: scale(0.5);
8031 -moz-transform: scale(0.5);
8032 -ms-transform: scale(0.5);
8033 -o-transform: scale(0.5);
8034 transform: scale(0.5);
8039 -webkit-transform: scale(1.2);
8040 -moz-transform: scale(1.2);
8041 -ms-transform: scale(1.2);
8042 -o-transform: scale(1.2);
8043 transform: scale(1.2);
8047 -webkit-transform: scale(1);
8048 -moz-transform: scale(1);
8049 -ms-transform: scale(1);
8050 -o-transform: scale(1);
8051 transform: scale(1);
8054.cd-timeline-content {
8058 border-radius: 0.25em;
8060 background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
8061 background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
8062 background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
8063 background-image: linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
8065.cd-timeline-content:after {
8070.cd-timeline-content h2 {
8073.cd-timeline-content .cd-date {
8075 font-size: 0.8125rem;
8077.cd-timeline-content .cd-date {
8078 display:
inline-block;
8080.cd-timeline-content p {
8085.cd-timeline-content .cd-date {
8090.cd-timeline-content::before {
8097 border: 7px solid transparent;
8098 border-right: 7px solid white;
8100@media only screen and (min-width: 768px) {
8101 .cd-timeline-content h2 {
8105 .cd-timeline-content {
8109 .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
8111 font-size: 0.875rem;
8114@media only screen and (min-width: 1170px) {
8115 .cd-timeline-content {
8120 .cd-timeline-content::before {
8123 border-color: transparent;
8124 border-left-color: white;
8126 .cd-timeline-content .cd-read-more {
8129 .cd-timeline-content .cd-date {
8137 .cd-timeline-block:nth-child(even) .cd-timeline-content {
8140 .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
8144 border-color: transparent;
8145 border-right-color: white;
8147 .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
8150 .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
8163span.phpdebugbar-tooltip.phpdebugbar-tooltip-extra-wide, span.phpdebugbar-tooltip.phpdebugbar-tooltip-wide {
8164 width: 250px !important;
8166.phpdebugbar-indicator span.phpdebugbar-tooltip {
8167 opacity: .95 !important;
8169a.phpdebugbar-tab.phpdebugbar-active {
8170 background-image: unset !important;
8172.phpdebugbar-indicator .fa {
8173 font-family:
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>";
8176div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-value.phpdebugbar-widgets-warning:before,
8177div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-value.phpdebugbar-widgets-error:before,
8178div.phpdebugbar-widgets-exceptions a.phpdebugbar-widgets-editor-link:before,
8179div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-database:before,
8180div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-duration:before,
8181div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-memory:before,
8182div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-row-count:before,
8183div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-copy-clipboard:before,
8184div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-stmt-id:before,
8185div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-render-time:before,
8186div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-memory:before,
8187div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-param-count:before,
8188div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-
type:before,
8189div.phpdebugbar-widgets-templates a.phpdebugbar-widgets-editor-link:before
8191 font-family:
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>" !important;
8199.jcrop-holder { background: unset !important; }
8206.dol-xaxis-vertical .flot-x-axis .flot-tick-label.tickLabel {
8207 text-orientation: sideways;
8209 writing-mode: vertical-rl;
8210 white-space: nowrap;
8218span.clipboardCPValueToPrint, div.clipboardCPValueToPrint {
8219 display:
inline-block;
8221span.clipboardCPValue.hidewithsize {
8222 width: 0 !important;
8223 display:
inline-block;
8225 white-space: nowrap;
8227 vertical-align: middle;
8229div.clipboardCPValue.hidewithsize {
8230 width: 0 !important;
8233 white-space: nowrap;
8236.clipboardCPShowOnHover .clipboardCPButton {
8245.clipboardCPTextDivInside {
8249 border: 1px solid #DDD;
8258 white-space: nowrap;
8260 box-shadow: 1px 1px 6px #ddd;
8268.radio_js_bloc_number {
8269 display:
inline-block;
8273 border:1px solid #ccc;
8280.radio_js_bloc_number.selected {
8281 transition:0.2s ease background;
8294 vertical-align: top;
8298#virtualcard-iframe {
8299 border: 40px solid #aaa;
8300 vertical-align: top;
8303 border-radius: 10px;
8307 pointer-events: none;
8321.highlightDragDropArea{
8322 border: 2px #000 dashed !important;
8323 background-color: #eee !important;
8325.highlightDragDropArea * :not(.dragDropAreaMessage *){
8327 filter: blur(1px) grayscale(90%);
8329.dragDropAreaMessage {
8333 transform: translate(-50%, -50%);
8343 border: 1px solid #bbb !important;
8350.opensurveydescription * {
8355 padding: 0 4px 0 4px;
8359 margin-right: 100px;
8363 background-color: #f0f0f0;
8367.survey_borders .resultats .nom {
8368 text-align: <?php echo $left; ?>
8370.survey_borders .resultats .sujet {
8382#bookinghoursection {
8390 border: 1px solid #000;
8393 margin-bottom: 15px;
8401@media only screen and (max-width: 767px)
8403 .imgopensurveywizard, .imgautosize { width:95%; height:
auto; }
8407 width: <?php print
dol_size(350,
'width'); ?>px;
8413 -webkit-border-radius: 0;
8419 td.widthpictotitle { width: 30px; }
8421 .logopublicpayment #dolpaymentlogo {
8424 #tablepublicpayment {
8425 width:
auto !important;
8426 border: none !important;
8428 .poweredbypublicpayment {
8429 float: unset !important;
8430 top: unset !important;
8432 right: -10px !important;
8445 .bookcalform.boxtable .minwidth75 {
8448 .center.bookingtab {
8451 #bookinghoursection {
8457@media only screen and (max-width: 1024px)
8459 div#ecm-layout-west {
8463 div#ecm-layout-center {
8469 width: <?php echo $disableimages ?
'auto' :
'44'; ?>px;
8474@media only screen and (max-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC1', round($nbtopmenuentries * 90, 0) + 340); ?>px)
8479 white-space: nowrap;
8481 text-overflow: ellipsis;
8482 color: #<?php echo $colortextbackhmenu; ?>;
8489 background-size: 24px
auto;
8492 li.tmenu, li.tmenusel {
8503@media only screen and (max-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC2', round($nbtopmenuentries * 66, 0) + 220); ?>px)
8505 li.tmenucompanylogo {
8510 max-width: <?php echo max(24, ceil(300 / ($nbtopmenuentriesreal + 2))); ?>px;
8511 text-overflow: clip;
8513 .menuhider div.tmenucenter {
8522 background-size: 20px
auto;
8527@media only screen and (max-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC3', round($nbtopmenuentries * 44, 0) + 320); ?>px)
8529 div.login_block_tools > div {
8532 div#topmenu-global-search-dropdown,
8533 div#topmenu-quickadd-dropdown,
8534 div#topmenu-bookmark-dropdown,
8535 div#topmenu-uploadfile-dropdown,
8536 div#topmenu-login-dropdown {
8540 div#topmenu-global-search-dropdown,
8541 div#topmenu-quickadd-dropdown,
8542 div#topmenu-bookmark-dropdown,
8543 div#topmenu-uploadfile-dropdown {
8555 <?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
8561 li.tmenu, li.tmenusel {
8564 a.tmenu:link, a.tmenu:visited, a.tmenu:hover, a.tmenu:active,
8565 a.tmenusel:link, a.tmenusel:visited, a.tmenusel:hover, a.tmenusel:active {
8575 div.login_block_other, div.login_block_tools {
8576 display:
inline-block;
8579 .loginbuttonexternal {
8584 text-overflow: clip;
8587 background-size: 20px
auto;
8588 margin-top: 2px !important;
8596 width: <?php print
dol_size(300,
'width'); ?>px;
8600 min-width: 0 !important;
8603 padding-<?php echo $right; ?>: 5px;
8605 img.photoref, div.photoref {
8606 border: 1px solid rgba(0, 0, 0, 0.2);
8607 -webkit-box-shadow: none;
8610 object-fit: contain;
8614 width:
auto !important;
8617 .tableforfield>tr>td:first-child, .tableforfield>tbody>tr>td:first-child, div.tableforfield div.tagtr>div.tagtd:first-of-
type {
8620 .tableforfield>tr>td:nth-child(2), .tableforfield>tbody>tr>td:nth-child(2), div.tableforfield div.tagtr>div.tagtd:nth-child(2) {
8621 word-
break:
break-word;
8624 table.table-fiche-title .col-title div.titre{
8633 word-
break:
break-word;
8636 .websiteselectionsection {
8638 border-right: unset;
8646 padding-right: 12px;
8654 .underbanner.underbanner-before-box {
8655 border-bottom: none;
8659 margin-bottom: 0.5em;
8670 .lilevel1 span.paddingright {
8674 img.userphotopublicvcard {
8691include
dol_buildpath($path.
'/theme/'.$theme.
'/dropdown.inc.php', 0);
8692include
dol_buildpath($path.
'/theme/eldy/emaillayout.inc.php', 0);
8693include
dol_buildpath($path.
'/theme/'.$theme.
'/info-box.inc.php', 0);
8694include
dol_buildpath($path.
'/theme/'.$theme.
'/progress.inc.php', 0);
8695include
dol_buildpath($path.
'/theme/eldy/timeline.inc.php', 0);
8698 print
$conf->global->THEME_CUSTOM_CSS;
8701if (is_object($db)) {
8707::-webkit-scrollbar {
8713::-webkit-scrollbar-track-piece {
8714 background: #f4f4f4;
8716::-webkit-scrollbar-thumb {
8723div.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.