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')) {
64session_cache_limiter(
'public');
67require_once __DIR__.
'/../../main.inc.php';
68require_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
72if (empty($user->id) && !empty($_SESSION[
'dol_login'])) {
73 $user->fetch(
'', $_SESSION[
'dol_login'],
'', 1);
78 $menumanager =
new MenuManager($db, empty($user->socid) ? 0 : 1);
86if (empty($dolibarr_nocache)) {
87 header(
'Cache-Control: max-age=10800, public, must-revalidate');
89 header(
'Cache-Control: no-cache');
93 $conf->theme =
GETPOST(
'theme',
'aZ09');
96 $langs->setDefaultLang(
GETPOST(
'lang',
'aZ09'));
99if (GETPOSTISSET(
'THEME_DARKMODEENABLED')) {
100 $conf->global->THEME_DARKMODEENABLED =
GETPOSTINT(
'THEME_DARKMODEENABLED');
103$langs->load(
"main", 0, 1);
104$right = ($langs->trans(
"DIRECTION") ==
'rtl' ?
'left' :
'right');
105$left = ($langs->trans(
"DIRECTION") ==
'rtl' ?
'right' :
'left');
115$fontlist =
'roboto,arial,tahoma,verdana,helvetica';
121$img_button =
dol_buildpath($path.
'/theme/'.$theme.
'/img/button_bg.png', 1);
122$dol_hide_topmenu = $conf->dol_hide_topmenu;
123$dol_hide_leftmenu = $conf->dol_hide_leftmenu;
124$dol_optimize_smallscreen = $conf->dol_optimize_smallscreen;
125$dol_no_mouse_hover = $conf->dol_no_mouse_hover;
132$useboldtitle = (isset($conf->global->THEME_ELDY_USEBOLDTITLE) ? $conf->global->THEME_ELDY_USEBOLDTITLE : 0);
137if (!isset($conf->global->THEME_ELDY_BACKBODY)) {
138 $conf->global->THEME_ELDY_BACKBODY = $colorbackbody;
140if (!isset($conf->global->THEME_ELDY_TOPMENU_BACK1)) {
141 $conf->global->THEME_ELDY_TOPMENU_BACK1 = $colorbackhmenu1;
143if (!isset($conf->global->THEME_ELDY_VERMENU_BACK1)) {
144 $conf->global->THEME_ELDY_VERMENU_BACK1 = $colorbackvmenu1;
146if (!isset($conf->global->THEME_ELDY_BACKTITLE1)) {
147 $conf->global->THEME_ELDY_BACKTITLE1 = $colorbacktitle1;
149if (!isset($conf->global->THEME_ELDY_USE_HOVER)) {
150 $conf->global->THEME_ELDY_USE_HOVER = $colorbacklinepairhover;
152if (!isset($conf->global->THEME_ELDY_USE_CHECKED)) {
153 $conf->global->THEME_ELDY_USE_CHECKED = $colorbacklinepairchecked;
155if (!isset($conf->global->THEME_ELDY_LINEBREAK)) {
156 $conf->global->THEME_ELDY_LINEBREAK = $colorbacklinebreak;
158if (!isset($conf->global->THEME_ELDY_TEXTTITLENOTAB)) {
159 $conf->global->THEME_ELDY_TEXTTITLENOTAB = $colortexttitlenotab;
161if (!isset($conf->global->THEME_ELDY_TEXTLINK)) {
162 $conf->global->THEME_ELDY_TEXTLINK = $colortextlink;
164if (!isset($conf->global->THEME_ELDY_BTNACTION)) {
165 $conf->global->THEME_ELDY_BTNACTION = $butactionbg;
167if (!isset($conf->global->THEME_ELDY_TEXTBTNACTION)) {
168 $conf->global->THEME_ELDY_TEXTBTNACTION = $textbutaction;
174 $conf->global->THEME_ELDY_BACKTABCARD1 =
'255,255,255';
175 $conf->global->THEME_ELDY_BACKTABACTIVE =
'234,234,234';
176 $conf->global->THEME_ELDY_TEXT =
'0,0,0';
177 $conf->global->THEME_ELDY_FONT_SIZE1 = $fontsize;
178 $conf->global->THEME_ELDY_FONT_SIZE2 =
'11';
182$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);
183$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);
184$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);
185$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);
186$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);
187$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);
188$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);
189$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);
190$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);
191$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);
192$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);
193$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);
194$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);
195$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);
196$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);
197$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);
198$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);
199$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);
200$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);
201$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);
202$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);
203$heightrow = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!
getDolGlobalString(
'THEME_ELDY_USECOMOACTROW') ?
'155%' :
'300%') : (empty($user->
conf->THEME_ELDY_USECOMOACTROW) ?
'155%' :
'300%');
206$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));
207$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));
208if (!empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED)) {
209 $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));
210 $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));
213if (empty($colortopbordertitle1)) {
214 $colortopbordertitle1 = $colorbackhmenu1;
219$tmppart = explode(
',', $colorbackhmenu1);
220$tmpval = (!empty($tmppart[0]) ? $tmppart[0] : 0) + (!empty($tmppart[1]) ? $tmppart[1] : 0) + (!empty($tmppart[2]) ? $tmppart[2] : 0);
222 $colortextbackhmenu =
'FFFFFF';
224 $colortextbackhmenu =
'000000';
228$tmppart = explode(
',', $colorbackvmenu1);
229$tmpval = (!empty($tmppart[0]) ? $tmppart[0] : 0) + (!empty($tmppart[1]) ? $tmppart[1] : 0) + (!empty($tmppart[2]) ? $tmppart[2] : 0);
231 $colortextbackvmenu =
'FFFFFF';
233 $colortextbackvmenu =
'222222';
239$tmppart = explode(
',', $colorbacktitle1);
240if ($colortexttitle ==
'') {
241 $tmpval = (!empty($tmppart[0]) ? $tmppart[0] : 0) + (!empty($tmppart[1]) ? $tmppart[1] : 0) + (!empty($tmppart[2]) ? $tmppart[2] : 0);
242 if ($tmpval <= 460) {
243 $colortexttitle =
'FFFFFF';
244 $colorshadowtitle =
'888888';
246 $colortexttitle =
'101010';
247 $colorshadowtitle =
'FFFFFF';
250 $colorshadowtitle =
'888888';
254$tmppart = explode(
',', $colorbacktabcard1);
255$tmpval = (!empty($tmppart[0]) ? $tmppart[0] : 0) + (!empty($tmppart[1]) ? $tmppart[1] : 0) + (!empty($tmppart[2]) ? $tmppart[2] : 0);
257 $colortextbacktab =
'FFFFFF';
259 $colortextbacktab =
'111111';
272if ($colorbacklinepairhover !=
'') {
275if ($colorbacklinepairchecked !=
'') {
276 $colorbacklinepairchecked = implode(
',',
colorStringToArray($colorbacklinepairchecked));
284$nbtopmenuentries = $menumanager->showmenu(
'topnb');
285$nbtopmenuentriesreal = $nbtopmenuentries;
286if ($conf->browser->layout ==
'phone') {
287 $nbtopmenuentries = max($nbtopmenuentries, 10);
291print
'colorbackbody='.$colorbackbody.
"\n";
292print
'colorbackvmenu1='.$colorbackvmenu1.
"\n";
293print
'colorbackhmenu1='.$colorbackhmenu1.
"\n";
294print
'colorbacktitle1='.$colorbacktitle1.
"\n";
295print
'colorbacklineimpair1='.$colorbacklineimpair1.
"\n";
296print
'colorbacklineimpair2='.$colorbacklineimpair2.
"\n";
297print
'colorbacklinepair1='.$colorbacklinepair1.
"\n";
298print
'colorbacklinepair2='.$colorbacklinepair2.
"\n";
299print
'colorbacklinepairhover='.$colorbacklinepairhover.
"\n";
300print
'colorbacklinepairchecked='.$colorbacklinepairchecked.
"\n";
301print
'colortexttitlenotab='.$colortexttitlenotab.
"\n";
302print
'colortexttitle='.$colortexttitle.
"\n";
303print
'colortext='.$colortext.
"\n";
304print
'colortextlink='.$colortextlink.
"\n";
305print
'colortexttitlelink='.$colortexttitlelink.
"\n";
306print
'colortextbackhmenu='.$colortextbackhmenu.
"\n";
307print
'colortextbackvmenu='.$colortextbackvmenu.
"\n";
308print
'dol_hide_topmenu='.$dol_hide_topmenu.
"\n";
309print
'dol_hide_leftmenu='.$dol_hide_leftmenu.
"\n";
310print
'dol_optimize_smallscreen='.$dol_optimize_smallscreen.
"\n";
311print
'dol_no_mouse_hover='.$dol_no_mouse_hover.
"\n";
312print
'dol_screenwidth='.$_SESSION[
'dol_screenwidth'].
"\n";
313print
'dol_screenheight='.$_SESSION[
'dol_screenheight'].
"\n";
314print
'fontsize='.$fontsize.
"\n";
315print
'nbtopmenuentries='.$nbtopmenuentries.
"\n";
329 --colorbackhmenu1: rgb(<?php print $colorbackhmenu1; ?>);
330 --colorbackvmenu1: rgb(<?php print $colorbackvmenu1; ?>);
331 --colorbacktitle1: rgb(<?php print $colorbacktitle1; ?>);
332 --colorbacktabcard1: rgb(<?php print $colorbacktabcard1; ?>);
333 --colorbacktabactive: rgb(<?php print $colorbacktabactive; ?>);
334 --colorbacklineimpair1: rgb(<?php print $colorbacklineimpair1; ?>);
335 --colorbacklineimpair2: rgb(<?php print $colorbacklineimpair2; ?>);
336 --colorbacklinepair1: rgb(<?php print $colorbacklinepair1; ?>);
337 --colorbacklinepair2: rgb(<?php print $colorbacklinepair2; ?>);
338 --colorbacklinepairhover: rgb(<?php print $colorbacklinepairhover; ?>);
339 --colorbacklinepairchecked: rgb(<?php print $colorbacklinepairchecked; ?>);
340 --colorbacklinebreak: rgb(<?php print $colorbacklinebreak; ?>);
341 --colorbackbody: rgb(<?php print $colorbackbody; ?>);
342 --colorbackmobilemenu: #f8f8f8;
343 --colorbackgrey: #f0f0f0;
344 --colortexttitlenotab: rgb(<?php print $colortexttitlenotab; ?>);
345 --colortexttitlenotab2: rgb(<?php print $colortexttitlenotab2; ?>);
346 --colortexttitle: rgb(<?php print $colortexttitle; ?>);
347 --colortexttitlelink: rgba(<?php print $colortexttitlelink; ?>, 0.9);
348 --colortext: rgb(<?php print $colortext; ?>);
349 --colortextlink: rgb(<?php print $colortextlink; ?>);
350 --colortextbackhmenu: #<?php print $colortextbackhmenu; ?>;
351 --colortextbackvmenu: #<?php print $colortextbackvmenu; ?>;
352 --colortopbordertitle1: rgb(<?php print $colortopbordertitle1; ?>);
353 --listetotal: #551188;
354 --inputbackgroundcolor: #FFF;
355 --inputbackgroundcolordisabled: #eee;
356 --inputcolordisabled: rgb(80, 80, 80);
357 --inputbordercolor: rgba(0,0,0,.2);
358 --tooltipbgcolor: <?php print $toolTipBgColor; ?>;
359 --tooltipfontcolor : <?php print $toolTipFontColor; ?>;
360 --oddevencolor: #202020;
361 --colorboxstatsborder: #ddd;
362 --dolgraphbg: rgba(255,255,255,0);
363 --fieldrequiredcolor: #000055;
364 --colortextbacktab: #<?php print $colortextbacktab; ?>;
365 --colorboxiconbg: #eee;
367 --tableforfieldcolor:#666;
368 --amountremaintopaycolor:#880000;
369 --amountpaymentcomplete:#008855;
370 --amountremaintopaybackcolor:none;
371 --productlinestockod: #002200;
372 --productlinestocktoolow: #884400;
373 --infoboxmoduleenabledbgcolor : linear-gradient(0.4turn, #fff, #fff, #fff, #e4efe8);
374 --tablevalidbgcolor: rgb(252, 248, 227);
375 --butactionbg : #<?php print $butactionbg; ?>;
376 --textbutaction : #<?php print $textbutaction; ?>;
379 --heightrow: <?php print $heightrow; ?>;
384 print
"/* For dark mode */\n";
386 print
"@media (prefers-color-scheme: dark) {";
388 print
"@media not print {";
391 --colorbackhmenu1: #3d3e40;
392 --colorbackvmenu1: #2b2c2e;
393 --colorbacktitle1: #2b2d2f;
394 --colorbacktabcard1: #1d1e20; /* Must be same than colorbackbody */
395 --colorbacktabactive: rgb(220,220,220);
396 --colorbacklineimpair1: #38393d;
397 --colorbacklineimpair2: #2b2d2f;
398 --colorbacklinepair1: #38393d;
399 --colorbacklinepair2: #2b2d2f;
400 --colorbacklinepairhover: #2b2d2f;
401 --colorbacklinepairchecked: #0e5ccd;
402 --colorbackbody: #1d1e20;
403 --colorbackmobilemenu: #080808;
404 --colorbackgrey: #0f0f0f;
405 --tooltipbgcolor: #2b2d2f;
406 --colortexttitlenotab: rgb(220,220,220);
407 --colortexttitlenotab2: rgb(220,220,220);
408 --colortexttitle: rgb(220,220,220);
409 --colortext: rgb(220,220,220);
410 --colortextlink: #4390dc;
411 --colortexttitlelink: #4390dc;
412 --colortextbackhmenu: rgb(220,220,220);
413 --colortextbackvmenu: rgb(220,220,220);
414 --tooltipfontcolor : rgb(220,220,220);
415 --listetotal: rgb(245, 83, 158);
416 --inputbackgroundcolor: rgb(70, 70, 70);
417 --inputbackgroundcolordisabled: rgb(60, 60, 60);
418 --inputcolordisabled: rgb(140, 140, 140);
419 --inputbordercolor: rgb(220,220,220);
420 --oddevencolor: rgb(220,220,220);
421 --colorboxstatsborder: rgb(65,100,138);
422 --dolgraphbg: #1d1e20;
423 --fieldrequiredcolor: rgb(250,183,59);
424 --colortextbacktab: rgb(220,220,220);
425 --colorboxiconbg: rgb(36,38,39);
426 --refidnocolor: rgb(220,220,220);
427 --tableforfieldcolor:rgb(220,220,220);
428 --amountremaintopaycolor:rgb(252,84,91);
429 --amountpaymentcomplete:rgb(101,184,77);
430 --amountremaintopaybackcolor:rbg(245,130,46);
431 --infoboxmoduleenabledbgcolor : linear-gradient(0.4turn, #000, #000, #000, #274231);
432 --tablevalidbgcolor: rgb(80, 64, 33);
445<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
446 background-color: #FFFFFF;
448 font-size: <?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize; ?>;
450 font-family: <?php print $fontlist ?>;
456 background-color: var(--colorbackbody);
457 <?php print
'direction: '.$langs->trans(
"DIRECTION").
";\n"; ?>
461.sensiblehtmlcontent * {
465.thumbstat { font-weight: bold !important; }
466th a { font-weight: <?php echo($useboldtitle ?
'bold' :
'normal'); ?> !important; }
467a.tab { font-weight: 500 !important; }
469a:link, a:visited, a:hover, a:active, .classlink { font-family: <?php print $fontlist ?>; font-weight: normal; color: var(--colortextlink); text-decoration: none; }
470a:hover { text-decoration: underline; color: var(--colortextlink); }
471a.commonlink { color: var(--colortextlink) !important; text-decoration: none; }
476.tableforfield input, .refidno input {
485select.vmenusearchselectcombo {
486 background-color: unset;
491 border: 1px solid #aaa !important;
496input:focus, textarea:focus,
497button:focus:not(.button_search_x):not(.button_search):not(.button_removefilter), select:focus,
498.select2-container--focus span.selection span.select2-selection {
499 border-bottom: 1px solid #666;
502textarea.cke_source:focus
507th.wrapcolumntitle.liste_titre:not(.maxwidthsearch), td.wrapcolumntitle.liste_titre:not(.maxwidthsearch),
508th.wrapcolumntitle.liste_titre_sel:not(.maxwidthsearch), td.wrapcolumntitle.liste_titre_sel:not(.maxwidthsearch) {
512 text-overflow: ellipsis;
514th.wrapcolumntitle dl dt a span.fas.fa-list {
516 vertical-align: middle;
533.liste_titre input[
name=search_month], .liste_titre input[
name=search_month_start], .liste_titre input[
name=search_month_end] {
536select#date_startday, select#date_startmonth, select#date_endday, select#date_endmonth, select#reday, select#remonth
541input, input.flat, textarea, textarea.flat, form.flat select, select, select.flat, .dataTables_length label select {
542 color: var(--colortext);
544 border<?php echo !
getDolGlobalString(
'THEME_SHOW_BORDER_ON_INPUT') ?
'-bottom' :
''; ?>: solid 1px var(--inputbordercolor);
545 font-family: <?php print $fontlist ?>;
547 margin: 0px 0px 0px 0px;
548 background-color: var(--inputbackgroundcolor);
550 border<?php echo !
getDolGlobalString(
'THEME_SHOW_BORDER_ON_INPUT') ?
'-bottom' :
''; ?>: solid 1px var(--inputbordercolor);
570#mainbody input.button:not(.buttongen):not(.bordertransp), #mainbody a.button:not(.buttongen):not(.bordertransp) {
571 background: var(--butactionbg);
572 color: var(--textbutaction) !important;
574 border-collapse: collapse;
577 text-transform: uppercase;
580 padding: 0.6em 0.7em;
583#mainbody input.button:not(.buttongen):not(.bordertransp):hover, #mainbody a.button:not(.buttongen):not(.bordertransp):hover {
584 -webkit-box-shadow: 0px 0px 6px 1px rgb(50 50 50 / 40%), 0px 0px 0px rgb(60 60 60 / 10%);
585 box-shadow: 0px 0px 6px 1px rgb(50 50 50 / 40%), 0px 0px 0px rgb(60 60 60 / 10%);
587#mainbody input.buttongen, #mainbody button.buttongen {
591input.button.massactionconfirmed {
598input:invalid, select:invalid, input.--error , select.--error {
599 border-color: #ea1212;
602section.setupsection {
604 background-color: var(--colorbacktitle1);
608.field-error-
icon { color: #ea1212 !important; }
612 border-top:solid 1px var(--inputbordercolor);
613 border-left:solid 1px var(--inputbordercolor);
614 border-right:solid 1px var(--inputbordercolor);
615 border-bottom:solid 1px var(--inputbordercolor);
617 background-color: #FFF;
623input.removedassigned {
624 padding: 2px !important;
625 vertical-align: text-bottom;
629 padding-left: 1px !important;
630 padding-right: 1px !important;
633 vertical-align: middle;
635input.buttonpayment,
button.buttonpayment, div.buttonpayment {
641 background-image: none;
646 border: 2px solid #ccc;
647 background-color: #eee;
649 color: #888 !important;
652.nofocusvisible:focus-visible {
656div.buttonpayment input {
657 background-color: unset;
658 border-bottom: unset;
660 text-transform: uppercase;
664div.buttonpayment input:focus {
667input.buttonpaymentcb {
668 background-image: url(<?php echo
dol_buildpath($path.
'/theme/common/credit_card.png', 1) ?>);
669 background-size: 26px;
670 background-repeat: no-repeat;
673input.buttonpaymentcheque {
674 background-image: url(<?php echo
dol_buildpath($path.
'/theme/common/cheque.png', 1) ?>);
675 background-repeat: no-repeat;
678input.buttonpaymentcb {
679 background-image: url(<?php echo
dol_buildpath($path.
'/theme/common/credit_card.png', 1) ?>);
680 background-size: 24px;
681 background-repeat: no-repeat;
684input.buttonpaymentpaypal {
685 background-image: url(<?php echo
dol_buildpath($path.
'/paypal/img/object_paypal.png', 1) ?>);
686 background-repeat: no-repeat;
689input.buttonpaymentpaybox {
690 background-image: url(<?php echo
dol_buildpath($path.
'/paybox/img/object_paybox.png', 1) ?>);
691 background-repeat: no-repeat;
694input.buttonpaymentstripe {
695 background-image: url(<?php echo
dol_buildpath($path.
'/stripe/img/object_stripe.png', 1) ?>);
696 background-repeat: no-repeat;
699.logopublicpayment #dolpaymentlogo {
702 image-rendering: -webkit-optimize-contrast;
707 background-color: transparent;
708 color: var(--colortext) !important;
709 border: 1px solid #888;
710 margin: 0 0.45em !important;
713span.userimg.notfirst, div.userimg.notfirst {
716div.userimg.notfirst {
717 display: block-
inline;
721span.timesheetalreadyrecorded input {
723 border-bottom: solid 1px rgba(0,0,0,0.1);
724 margin-right: 1px !important;
726td.onholidaymorning, td.onholidayafternoon {
727 background-color: #fdf6f2;
730 background-color: #f4eede;
732td.onholidayallday:not(.weekend) input {
733 background-color: #f8f7f0;
736 background-color: #eee;
741td.leftborder, td.hide0 {
742 border-left: 1px solid #ccc;
744td.leftborder, td.hide6 {
745 border-right: 1px solid #ccc;
748 border-right: 1px solid #ccc;
751td.linecoldescription.bomline {
755td.amount, span.amount, div.amount, b.amount {
765select.flat, form.flat select, .pageplusone {
769select.flat, form.flat select, .divadvancedsearchfieldcompinput {
772input.pageplusone, .divadvancedsearchfieldcompinput {
780 filter: saturate(0.8);
784 color: var(--colortextlink);
786.optiongrey, .opacitymedium {
789.opacitymediumbycolor {
790 color: rgba(0, 0, 0, 0.4);
802 color: var(--colorwhite);
805 color: #888 !important;
808 color: var(--colorblack);
810.colorblack.totalnboflines {
815 font-size: unset !important;
819 transform: scale(1, -1);
822 transform: scale(-1, 1);
825select:invalid, select.--error {
830 background: var(--inputbackgroundcolordisabled);
831 color: var(--inputcolordisabled);
835 box-shadow: none !important;
837.listactionlargetitle .liste_titre {
841 padding: 0px !important;
842 border: 0px !important;
843 vertical-align: text-bottom;
846input[
type=file] { background-color: transparent; border-top: none; border-left: none; border-right: none; box-shadow: none; }
847input[
type=checkbox] { background-color: transparent; border: none; box-shadow: none; vertical-align: middle; }
848input[
type=radio] { background-color: transparent; border: none; box-shadow: none; vertical-align: middle; }
849input[
type=image] { background-color: transparent; border: none; box-shadow: none; }
850input:-webkit-autofill {
851 background-color: #FBFFEA !important;
852 background-image:none !important;
853 -webkit-box-shadow: 0 0 0 50px #FBFFEA inset;
856input[
type=checkbox], input[
type=radio] {
859.kanban input.checkforselect {
865.placeholder { color: #ccc; }
866::-webkit-input-placeholder { color:#ccc; }
867:-moz-placeholder { color:#bbb; }
868::-moz-placeholder { color:#bbb; }
869:-ms-input-placeholder { color:#ccc; }
870input:-moz-placeholder { color:#ccc; }
872input[
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; }
874 border: 1px solid #AAAAAA !important;
875 padding-
inline-start: 2em;
876 padding-
inline-end: 2em;
877 min-
inline-size:
auto;
879.legendforfieldsetstep { padding-bottom: 10px; }
880input#onlinepaymenturl, input#directdownloadlink {
886 padding: 20px 0px 0px 0px;
890div#moretabsList, div#moretabsListaction {
894hr { border: 0; border-top: 1px solid #ccc; }
895.tabBar hr { margin-top: 20px; margin-bottom: 17px; }
898table.tableforfield .button:not(.bordertransp):not(.buttonpayment),
899table.tableforfield .buttonDelete:not(.bordertransp):not(.buttonpayment) {
904.button:not(.bordertransp):not(.buttonpayment), .buttonDelete:not(.bordertransp):not(.buttonpayment) {
905 border-color: #c5c5c5;
906 border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
907 display: inline-block;
911 font-family: <?php print $fontlist ?>;
914 color:
#333333 !important;
915 text-decoration: none !important;
916 text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
917 background-color: #f5f5f5;
918 background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
919 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
920 background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
921 background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
922 background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
923 background-repeat: repeat-x;
924 border-color: #e6e6e6 #e6e6e6 #bfbfbf;
925 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
926 border: 1px solid
#bbbbbb;
927 border-bottom-color: #a2a2a2;
928 -webkit-border-radius: 2px;
930 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
931 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
933.refidno .button.smallpaddingimp {
934 font-size: 0.85em !important;
936.button:focus, .buttonDelete:focus {
937 -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 60, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
938 box-shadow: 0px 0px 6px 1px rgba(0, 0, 60, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
940.button:hover:not(.nohover), .buttonDelete:hover:not(.nohover) {
941 -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
942 box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
944.button:
disabled, .buttonDelete:
disabled, .button.disabled, .buttonDelete.disabled {
947 -webkit-box-shadow: none;
951 pointer-events: none;
955 -webkit-box-shadow: none;
957.button_search, .button_removefilter {
959 background-color: unset;
961.button_search:hover, .button_removefilter:hover {
971div.float, span.floatleft
973 float:<?php print $left; ?>;
977 float:<?php print $right; ?>;
989 display:
inline-block;
993 display:
inline-block !important;
1002 padding-<?php echo $left; ?>: 3px;
1009 -webkit-box-shadow: none !important;
1010 box-shadow: none !important;
1011 -webkit-border-radius:0px !important;
1012 border-radius:0px !important;
1020 vertical-align: top;
1023 vertical-align: middle;
1026 vertical-align: bottom;
1029 vertical-align: text-bottom;
1035 width: 100% !important;
1037.centpercentwithout1imp {
1038 width: calc(100% - 1px) !important;
1040.centpercentwithoutmenu {
1041 width: calc(100% - 200px);
1043.quatrevingtpercent, .inputsearch {
1046.maxquatrevingtpercent {
1052.quatrevingtquinzepercent {
1055.quatrevingtpercentminusx {
1056 width: calc(80% - 52px);
1059 width: calc(100% - 52px);
1061textarea.centpercent {
1074.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
1077.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 {
1084 transform: scaleX(-1) translate(<?php print($left == 'left' ? '' : '-'); ?>2px, 0);
1087 transform: rotate(90deg) translate(0, <?php print($left ==
'left' ?
'' :
'-'); ?>2px);
1094 text-align: center !important;
1106 text-align: <?php print $left; ?>;
1109 text-align: <?php print $right; ?>;
1112 text-align: justify;
1115 float: left!important;
1118 float: right!important;
1121 white-space: <?php print($dol_optimize_smallscreen ?
'normal' :
'nowrap'); ?>;
1123.nowraponsmartphone {
1124 white-space: <?php print($dol_optimize_smallscreen ?
'nowrap' :
'normal'); ?>;
1127 white-space: <?php print($dol_optimize_smallscreen ?
'normal' :
'nowrap'); ?>;
1129.liste_titre .nowrap {
1130 white-space: nowrap;
1133 white-space: nowrap;
1136 white-space: nowrap;
1137 display:
inline-block;
1139.wrapimp, .wrapimp pre {
1140 white-space: normal !important;
1143 word-wrap:
break-word;
1146 word-
break:
break-word !important;
1149 word-
break:
break-word;
1152 word-
break:
break-all;
1154td.wordbreak img, td.wordbreakimp img {
1158 font-weight: bold !important;
1161 font-weight: normal !important;
1164 text-transform: uppercase;
1167 text-decoration: none;
1170 text-decoration: none !important;
1176 padding-<?php print $left; ?>: 0;
1179 padding-<?php print $right; ?>: 0;
1182 padding-<?php print $left; ?>: 0 !important;
1185 padding-<?php print $right; ?>: 0 !important;
1188 padding-<?php print $left; ?>: 4px;
1191 padding-<?php print $left; ?>: 4px !important;
1194 padding-<?php print $left; ?>: 2px;
1197 padding-<?php print $left; ?>: 2px !important;
1200 padding-<?php print $right; ?>: 4px;
1203 padding-<?php print $right; ?>: 4px !important;
1206 padding-<?php print $right; ?>: 2px;
1209 padding-<?php print $right; ?>: 2px !important;
1218 padding-bottom: 4px;
1221 padding-bottom: 2px;
1224 margin-<?php print $left; ?>: 2px;
1227 margin-<?php print $right; ?>: 2px;
1230 width: unset !important;
1239.classfortooltiponclick .fa-question-circle {
1246 cursor: not-allowed;
1252 background-color: #fff;
1254.nobackground, .nobackground tr {
1255 background: unset !important;
1257.checkboxattachfilelabel {
1262 border: 1px solid #888 !important;
1265 color : <?php print $textWarning; ?>
1269 max-height: <?php print
getDolGlobalInt(
'MAIN_CSS_SHORTMESSSAGECUT', 125); ?>px;
1274 max-height: <?php print
getDolGlobalInt(
'MAIN_CSS_LONGMESSSAGECUT', 250); ?>px;
1285 background-color: #e0e0e8;
1288div.urllink, div.urllink a {
1289 color: #339 !important;
1293 border: 1px solid #DFDFDF;
1294 border-radius: 10px;
1296 margin-bottom: 20px;
1300i.fa-mars::before, i.fa-venus::before, i.fa-genderless::before, i.fa-transgender::before {
1301 color: #888 !important;
1303 padding-<?php echo $left; ?>: 3px;
1305.stockmovemententry {
1307 transform: rotate(0.25turn);
1312 transform: rotate(0.3turn);
1318.publisherlogoinline {
1319 vertical-align: middle;
1327 white-space: nowrap;
1331 color : <?php print $textWarning; ?>
1333body[
class*=
"colorblind-"] .text-warning{
1334 color : <?php print $colorblind_deuteranopes_textWarning; ?>
1337 color : <?php print $textSuccess; ?>
1339body[
class*=
"colorblind-"] .text-success{
1340 color : <?php print $colorblind_deuteranopes_textSuccess; ?>
1344 color : <?php print $textDanger; ?>
1347.editfielda span.fa-pencil-alt, .editfielda span.fa-pencil-ruler, .editfielda span.fa-trash, .editfielda span.fa-crop, .editfielda span.fa-eye,
1349 color: #ccc !important;
1351.editfielda span.fa-pencil-alt:hover, .editfielda span.fa-pencil-ruler:hover, .editfielda span.fa-trash:hover, .editfielda span.fa-crop:hover,
1352.editfieldlang:hover {
1353 color: var(--colortexttitle) !important;
1355a.editfielda.nohover *:hover:before {
1356 color: #ccc !important;
1363 float: none !important;
1366span.fa.fa-plus-circle.paddingleft {
1369 padding-bottom: 2px;
1372.size12x { font-size: 1.2em !important; }
1373.size15x { font-size: 1.5em !important; }
1374.fa-toggle-on, .fa-toggle-off, .size2x { font-size: 2em; }
1375.websiteselectionsection .fa-toggle-on, .websiteselectionsection .fa-toggle-off,
1376.asetresetmodule .fa-toggle-on, .asetresetmodule .fa-toggle-off,
1377.tdwebsitesearchresult .fa-toggle-on, .tdwebsitesearchresult .fa-toggle-off {
1378 font-size: 1.5em; vertical-align: text-bottom;
1383 white-space: nowrap;
1384 vertical-align: middle;
1385 text-overflow: ellipsis;
1390<?php include
dol_buildpath($path.
'/theme/'.$theme.
'/badges.inc.php', 0); ?>
1391<?php include
dol_buildpath($path.
'/theme/'.$theme.
'/flags-sprite.inc.php', 0); ?>
1395 border-right: 1px solid #f4f4f4;
1399 border-left: 1px solid #f4f4f4;
1410 vertical-align: middle;
1412.divsocialnetwork:not(:last-child) {
1413 padding-<?php print $right; ?>: 20px;
1416 background-color: rgba(0, 0, 0, 0.08);
1422 display:
inline-block;
1423 margin-<?php print $right; ?>: 12px;
1424 margin-<?php print $left; ?>: 2px;
1429.divsearchfieldfilter {
1430 text-overflow: clip;
1432 white-space: nowrap;
1433 padding-bottom: 5px;
1437.divadvancedsearchfield:first-child {
1440.divadvancedsearchfield {
1443 padding-right: 15px;
1444 padding-bottom: 2px;
1447.divadvancedsearchfield span.select2.select2-container.select2-container--
default {
1448 padding-bottom: 4px;
1450.divadvancedsearchfieldcompinput {
1452 border-bottom: solid 1px var(--inputbordercolor);
1455.search_component_params {
1457 -webkit-flex-flow: row wrap;
1458 flex-flow: row wrap;
1461 padding-bottom: 3px;
1462 padding-<?php echo $left; ?>: 0;
1463 padding-<?php echo $right; ?>: 0;
1464 border-bottom: solid 1px var(--inputbordercolor);
1467.search_component_searchtext {
1470.search_component_params_text, .search_component_params_text:focus {
1471 border-bottom: none;
1473 margin: 0 !important;
1479 padding-bottom: 3px;
1482 display:
inline-block;
1487 display:
inline-block;
1506if ($conf->browser->layout ==
'phone') {
1508.divsearchfieldfilter {
1509 white-space: nowrap;
1515.a-filter, .a-mesure {
1516 border-radius: 50px;
1517 background: var(--colortexttitlenotab);
1519 padding: 8px 10px 8px 6px;
1527.a-filter:before, .a-mesure:before {
1528 font-family:
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>";
1534 border-radius: 50px;
1535 background: var(--colorbacktitle1);
1548 top:calc(50% - 200px);
1549 left:calc(50% - 250px);
1553 border: 1px solid #bbb;
1554 box-shadow: 2px 2px 20px #ddd;
1564div.div-
for-modal-topright {
1572 border: 1px solid #bbb;
1573 box-shadow: 2px 2px 20px #ddd;
1590 list-style-
type: none;
1592input > ul.attendees {
1597 padding-bottom: 4px;
1601 padding-bottom: 10px;
1606 vertical-align: middle;
1608select.flat.selectlimit {
1612 margin-<?php echo $right; ?>: 10px !important;
1615 margin-<?php echo $left; ?>: 10px !important;
1617.marginleftonlyshort {
1618 margin-<?php echo $left; ?>: 4px !important;
1621 margin-<?php echo $left; ?>: 0px !important;
1624 margin-<?php echo $right; ?>: 0px !important;
1627 margin-<?php echo $right; ?>: 10px !important;
1629.marginrightonlyshort {
1630 margin-<?php echo $right; ?>: 4px !important;
1632.marginrightonlylarge {
1633 margin-<?php echo $right; ?>: 20px !important;
1636 margin-top: 10px !important;
1638.margintoponlyshort {
1639 margin-top: 3px !important;
1642 margin-bottom: 10px !important;
1644.marginbottomonlyshort {
1645 margin-bottom: 3px !important;
1648 margin-top: 0 !important;
1651 margin-bottom: 0 !important;
1654.selectlimit, .selectlimit:focus {
1655 border-left: none !important;
1656 border-top: none !important;
1657 border-right: none !important;
1661 text-decoration: line-through;
1668 text-overflow: unset;
1673 text-overflow: ellipsis;
1674 white-space: nowrap;
1678 text-overflow: ellipsis;
1683 text-overflow: ellipsis;
1684 white-space: nowrap;
1689 text-overflow: ellipsis;
1690 white-space: nowrap;
1695 text-overflow: ellipsis;
1696 white-space: nowrap;
1698.tdoverflowmax80imp {
1699 max-width: 80px !important;
1701 text-overflow: ellipsis;
1702 white-space: nowrap;
1707 text-overflow: ellipsis;
1708 white-space: nowrap;
1710.tdoverflowmax100imp {
1711 max-width: 100px !important;
1713 text-overflow: ellipsis;
1714 white-space: nowrap;
1719 text-overflow: ellipsis;
1720 white-space: nowrap;
1725 text-overflow: ellipsis;
1726 white-space: nowrap;
1731 text-overflow: ellipsis;
1732 white-space: nowrap;
1737 text-overflow: ellipsis;
1738 white-space: nowrap;
1743 text-overflow: ellipsis;
1744 white-space: nowrap;
1749 text-overflow: ellipsis;
1750 white-space: nowrap;
1755 text-overflow: ellipsis;
1756 white-space: nowrap;
1761 text-overflow: ellipsis;
1762 white-space: nowrap;
1768.divintowithtwolinesmax {
1770 display: -webkit-box;
1771 -webkit-box-orient: vertical;
1772 -webkit-line-clamp: 2;
1776 display: -webkit-box;
1777 -webkit-box-orient: vertical;
1778 -webkit-line-clamp: 2;
1780 height:
auto !important;
1781 word-
break:
break-word;
1784 display: -webkit-box;
1785 -webkit-box-orient: vertical;
1786 -webkit-line-clamp: 10;
1790.tablelistofcalendars {
1791 margin-top: 25px !important;
1794 white-space: nowrap;
1796.amountpaymentcomplete {
1797 color: var(--amountpaymentcomplete);
1799 white-space: nowrap;
1802 color: var(--amountremaintopaycolor);
1804 white-space: nowrap;
1806.amountremaintopayback {
1808 white-space: nowrap;
1810.amountpaymentneutral {
1811 color: var(--amountremaintopaybackcolor);
1814 white-space: nowrap;
1817.onlinepaymentbody .amountpaymentcomplete {
1818 background-color: var(--amountpaymentcomplete);
1826 margin-bottom: 12px;
1828#builddoc_form ~ .showlinkedobjectblock {
1833.moduledesclong p img,.moduledesclong p a img {
1834 max-width: 90% !important;
1835 height:
auto !important;
1839 border: 1px solid #ccc;
1840 box-shadow: 1px 1px 25px #aaa;
1841 max-width: calc(100% - 56px);
1843.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 {
1851.fa-map-marked-alt:before {
1856 -webkit-text-security: disc;
1868div.fiche>div.tabBar>form>div.div-
table-responsive {
1871.div-
table-responsive, .div-
table-responsive-no-min {
1875.div-
table-responsive {
1876 line-height: var(--heightrow);
1880div.fiche>form>div.div-
table-responsive {
1883div.fiche>form>div.div-
table-responsive, div.fiche>form>div.div-
table-responsive-no-min {
1888div.ticketpublicarealist>form>div.div-
table-responsive {
1896 justify-content: space-between;
1903 <?php
if (in_array($conf->browser->name, array(
'chrome',
'firefox'))) {
1904 echo
'display: inline-flex;'.
"\n";
1906 flex-flow: row wrap;
1907 justify-content: flex-start;
1915.thumbstat, .thumbstat150 {
1921 justify-content: flex-start;
1922 align-
self: flex-start;
1925select.selectarrowonleft {
1928select.selectarrowonleft option {
1932table[summary=
"list_of_modules"] .fa-cog {
1940 white-space: nowrap;
1951.maxscreenheightless200 {
1952 max-height: <?php echo isset($_SESSION[
'dol_screenheight']) ? max(500, (
int) $_SESSION[
'dol_screenheight'] - 200) : 700; ?>px;
1954.maxscreenheightless300 {
1955 max-height: <?php echo isset($_SESSION[
'dol_screenheight']) ? max(400, (
int) $_SESSION[
'dol_screenheight'] - 300) : 700; ?>px;
1959 border-bottom: 0px !important;
1967.clearboth { clear:both; }
1969.hideobject { display: none; }
1970.showonsmartphone { display: none; }
1972.minwidth25 { min-width: 25px; }
1973.minwidth50 { min-width: 50px; }
1974.minwidth75 { min-width: 75px; }
1975.nominwidth { min-width: fit-content !important; }
1977@media only screen and (min-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC3', round($nbtopmenuentries * 47, 0) + 130); ?>px)
1979 .width20 { width: 20px; }
1980 .width25 { width: 25px; }
1981 .width50 { width: 50px; }
1982 .width75 { width: 75px; }
1983 .width100 { width: 100px; }
1984 .width200 { width: 200px; }
1985 .minwidth100 { min-width: 100px; }
1986 .minwidth150 { min-width: 150px; }
1987 .minwidth200 { min-width: 200px; }
1988 .minwidth250 { min-width: 250px; }
1989 .minwidth300 { min-width: 300px; }
1990 .minwidth400 { min-width: 400px; }
1991 .minwidth500 { min-width: 500px; }
1992 .minwidth50imp { min-width: 50px !important; }
1993 .minwidth75imp { min-width: 75px !important; }
1994 .minwidth100imp { min-width: 100px !important; }
1995 .minwidth125imp { min-width: 125px !important; }
1996 .minwidth200imp { min-width: 200px !important; }
1997 .minwidth250imp { min-width: 250px !important; }
1998 .minwidth300imp { min-width: 300px !important; }
1999 .minwidth400imp { min-width: 400px !important; }
2000 .minwidth500imp { min-width: 500px !important; }
2002.widthauto { width:
auto; }
2003.width20 { width: 20px; }
2004.width25 { width: 25px; }
2005.width40 { width: 40px; }
2006.width50 { width: 50px; }
2007.width75 { width: 75px; }
2008.width100 { width: 100px; }
2009.width125 { width: 125px; }
2010.width150 { width: 150px; }
2011.width200 { width: 200px; }
2012.width250 { width: 250px; }
2013.width300 { width: 300px; }
2014.width400 { width: 400px; }
2015.width500 { width: 500px; }
2016.maxwidth25 { max-width: 25px; }
2017.maxwidth40 { max-width: 40px; }
2018.maxwidth50 { max-width: 50px; }
2019.maxwidth75 { max-width: 75px; }
2020.maxwidthdate { max-width: 85px; }
2021.maxwidth100 { max-width: 100px; }
2022.maxwidth125 { max-width: 125px; }
2023.maxwidth150 { max-width: 150px; }
2024.maxwidth200 { max-width: 200px; }
2025.maxwidth250 { max-width: 250px; }
2026.maxwidth300 { max-width: 300px; }
2027.maxwidth400 { max-width: 400px; }
2028.maxwidth500 { max-width: 500px; }
2029.maxwidth750 { max-width: 750px; }
2030.maxwidth1000 { max-width: 1000px; }
2031.maxwidth50imp { max-width: 50px !important; }
2032.maxwidth75imp { max-width: 75px !important; }
2034.minwidth100onall { min-width: 100px !important; }
2035.minwidth200onall { min-width: 200px !important; }
2036.minwidth250onall { min-width: 250px !important; }
2038.minheight20 { min-height: 20px; }
2039.minheight30 { min-height: 30px; }
2040.minheight40 { min-height: 40px; }
2041.titlefieldcreate { width: 20%; }
2042.titlefield { min-width: 150px; width: 25%; }
2043.titlefieldmiddle { width: 50%; }
2044.imgmaxwidth180 { max-width: 180px; }
2045.imgmaxheight50 { max-height: 50px; }
2047.width20p { width:20%; }
2048.width25p { width:25%; }
2049.width40p { width:40%; }
2050.width50p { width:50%; }
2051.width60p { width:60%; }
2052.width75p { width:75%; }
2053.width80p { width:80%; }
2054.width100p { width:100%; }
2058@media only screen and (max-width: 1400px)
2061 .titlefieldcreate { width: 30% !important; }
2062 .minwidth50imp { min-width: 50px !important; }
2063 .minwidth75imp { min-width: 75px !important; }
2064 .minwidth100imp { min-width: 100px !important; }
2065 .minwidth125imp { min-width: 125px !important; }
2066 .minwidth150imp { min-width: 150px !important; }
2067 .minwidth200imp { min-width: 200px !important; }
2068 .minwidth250imp { min-width: 250px !important; }
2069 .minwidth300imp { min-width: 300px !important; }
2070 .minwidth400imp { min-width: 300px !important; }
2071 .minwidth500imp { min-width: 300px !important; }
2073 .linkedcol-element {
2079@media only screen and (max-width: 1000px)
2081 .maxwidthonsmartphone { max-width: 100px; }
2082 .minwidth50imp { min-width: 50px !important; }
2083 .minwidth75imp { min-width: 70px !important; }
2084 .minwidth100imp { min-width: 100px !important; }
2085 .minwidth125imp { min-width: 125px !important; }
2086 .minwidth150imp { min-width: 110px !important; }
2087 .minwidth200imp { min-width: 110px !important; }
2088 .minwidth250imp { min-width: 115px !important; }
2089 .minwidth300imp { min-width: 120px !important; }
2090 .minwidth400imp { min-width: 150px !important; }
2091 .minwidth500imp { min-width: 250px !important; }
2095select.widthcentpercentminusx, span.widthcentpercentminusx:not(.select2-selection), input.widthcentpercentminusx {
2096 width: calc(100% - 50px) !important;
2097 display:
inline-block;
2100select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-selection), input.widthcentpercentminusxx {
2101 width: calc(100% - 70px) !important;
2102 display:
inline-block;
2107@media only screen and (max-width: 768px)
2110 font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?>;
2113 font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?> !important;
2115 .divadvancedsearchfield {
2121 padding-<?php echo $right; ?>: 10px !important;
2124 table.liste tr.trkanban td {
2125 padding: 10px 6px 10px 6px;
2128 .hideonsmartphone { display: none; }
2129 .hideonsmartphoneimp { display: none !important; }
2130 .showonsmartphone { display: block !important; }
2132 .margintoponsmartphone { margin-top: 6px; }
2134 select.minwidth100imp, select.minwidth100, select.minwidth200, select.minwidth200imp, select.minwidth300 {
2135 width: calc(100% - 40px) !important;
2136 display:
inline-block;
2138 select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-selection), input.widthcentpercentminusxx {
2139 width: calc(100% - 70px) !important;
2140 display:
inline-block;
2144 input.maxwidthinputfileonsmartphone {
2148 input.buttonpayment,
button.buttonpayment, div.buttonpayment {
2152 .smallonsmartphone {
2156 .nopaddingtoponsmartphone {
2157 padding-top: 0 !important;
2159 .nopaddingbottomonsmartphone {
2160 padding-bottom: 0 !important;
2165@media only screen and (max-width: 570px)
2168 font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?>;
2172 font-size: <?php print is_numeric($fontsize) ? ($fontsize).
'px' : $fontsize; ?> !important;
2175 .login_vertical_align {
2178 .login_table input#username, .login_table input#password, .login_table input#securitycode {
2179 margin-left: 5px !important;
2181 div#login_left, div#login_right {
2182 min-width: 150px !important;
2183 padding-left: 5px !important;
2184 padding-right: 5px !important;
2186 .login_table div#login_right .tdinputlogin, .login_table div#login_right .tdinputlogin input {
2187 min-width: 150px !important;
2190 .divmainbodylarge { margin-left: 10px; margin-right: 10px; }
2192 .tdoverflowmax100onsmartphone {
2195 text-overflow: ellipsis;
2196 white-space: nowrap;
2198 .tdoverflowmax150onsmartphone {
2201 text-overflow: ellipsis;
2202 white-space: nowrap;
2206 margin-top: <?php print($dol_hide_topmenu ?
'12' :
'6'); ?>px !important;
2208 .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 {
2209 height: 40px !important;
2211 div.tabBar .listofinvoicetype
table tr, div.tabBar .listofinvoicetype
table tr td {
2212 height: 28px !important;
2215 div.tabs div.tab a.tab {
2218 text-overflow: ellipsis;
2219 white-space: nowrap;
2222 .quatrevingtpercent, .inputsearch {
2228 padding-bottom: 5px;
2231 .login_table .tdinputlogin {
2232 min-width: unset !important;
2234 input, input[
type=text], input[
type=password], select, textarea {
2240 .noenlargeonsmartphone { width : 50px !important; display:
inline !important; }
2241 .maxwidthonsmartphone, #search_newcompany.ui-autocomplete-input { max-width: 100px; }
2242 .maxwidth50onsmartphone { max-width: 40px; }
2243 .maxwidth75onsmartphone { max-width: 50px; }
2244 .maxwidth100onsmartphone { max-width: 70px; }
2245 .maxwidth125onsmartphone { max-width: 100px; }
2246 .maxwidth150onsmartphone { max-width: 120px; }
2247 .maxwidth150onsmartphoneimp { max-width: 120px !important; }
2248 .maxwidth200onsmartphone { max-width: 200px; }
2249 .maxwidth250onsmartphone { max-width: 250px; }
2250 .maxwidth300onsmartphone { max-width: 300px; }
2251 .maxwidth400onsmartphone { max-width: 400px; }
2252 .minwidth50imp { min-width: 50px !important; }
2253 .minwidth75imp { min-width: 75px !important; }
2254 .minwidth100imp { min-width: 100px !important; }
2255 .minwidth125imp { min-width: 125px !important; }
2256 .minwidth150imp { min-width: 110px !important; }
2257 .minwidth200imp { min-width: 110px !important; }
2258 .minwidth250imp { min-width: 115px !important; }
2259 .minwidth300imp { min-width: 120px !important; }
2260 .minwidth400imp { min-width: 150px !important; }
2261 .minwidth500imp { min-width: 250px !important; }
2262 .titlefield { width:
auto; min-width: unset; }
2263 .titlefieldcreate { min-width: 125px; }
2267 width: <?php print
dol_size(300,
'width'); ?>px;
2277 padding-<?php echo $right; ?>: 5px;
2278 padding-bottom: 5px;
2280 img.photoref, div.photoref {
2282 -webkit-box-shadow: none;
2287 object-fit: contain;
2291 padding-<?php echo $right; ?>: 10px;
2294 div.statusref img, div.statusrefbis {
2295 padding-<?php echo $right; ?>: 3px !important;
2298 input.buttonpayment {
2304@media only screen and (max-width: 320px)
2306 .maxwidth300 { max-width: 260px; }
2309.linkobject { cursor: pointer; }
2311table.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 {
2312 color: var(--tableforfieldcolor);
2315<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2316.hideonprint { display: none !important; }
2332 white-space: nowrap;
2345 table-layout: fixed;
2348#id-right, #id-left {
2349 display:
table-cell;
2351 vertical-align: top;
2354<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2357 <?php
if ($colorbackhmenu1 ==
'255,255,255') { ?>
2358 border-bottom: 1px solid rgba(0,0,0,0.2);
2370 padding-bottom: 20px;
2371<?php
if (
GETPOST(
'optioncss',
'aZ09') !=
'print') { ?>
2372 padding-<?php print $left; ?>: <?php echo $leftmenuwidth + 9; ?>px;
2376.bodyforlist #
id-right {
2377 padding-bottom: 4px;
2382.classforhorizontalscrolloftabs #
id-container {
2385.classforhorizontalscrolloftabs .side-nav {
2389.classforhorizontalscrolloftabs #
id-right {
2390 width:calc(100% - 252px);
2391 display:
inline-block;
2397<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2400 background: var(--colorbackvmenu1);
2402 box-shadow: 3px 0 6px -2px #eee;
2406 font-family:
"RobotoDraft",
"Roboto",sans-serif;
2407 <?php echo $left; ?>: 0;
2409 if (in_array($conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) {
2415 -webkit-transform: translateZ(0);
2416 -moz-transform: translateZ(0);
2417 -ms-transform: translateZ(0);
2418 -o-transform: translateZ(0);
2419 transform: translateZ(0);
2420 -webkit-transform-style: preserve-3d;
2421 -moz-transform-style: preserve-3d;
2422 -ms-transform-style: preserve-3d;
2423 -o-transform-style: preserve-3d;
2424 transform-style: preserve-3d;
2425 -webkit-transition-delay: 0.1s;
2426 -moz-transition-delay: 0.1s;
2427 transition-delay: 0.1s;
2428 -webkit-transition-duration: 0.2s;
2429 -moz-transition-duration: 0.2s;
2430 transition-duration: 0.2s;
2431 -webkit-transition-property: -webkit-transform;
2432 -moz-transition-property: -moz-transform;
2433 transition-property: transform;
2434 -webkit-transition-timing-
function: cubic-bezier(0.4, 0, 0.2, 1);
2435 -moz-transition-timing-
function: cubic-bezier(0.4, 0, 0.2, 1);
2436 transition-timing-
function: cubic-bezier(0.4, 0, 0.2, 1);
2437 -webkit-overflow-scrolling: touch;
2439 if (in_array($conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) {
2452.side-nav-vert, #
id-right {
2453 transition: padding-left 0.5s ease, margin-left 0.5s ease;
2456.side-nav, .login_block {
2457 transition: left 0.5s ease;
2460body.sidebar-collapse .side-nav-vert, body.sidebar-collapse #
id-right {
2467 margin-<?php echo $left; ?>: <?php echo $leftmenuwidth + 6; ?>px;
2471body.sidebar-collapse .side-nav, body.sidebar-collapse .login_block_other
2485<?php
if (in_array($conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) { ?>
2495 if (in_array($conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) {
2497 overflow-x: initial !important;
2507div.backgroundsemitransparent {
2508 background:rgba(255, 255, 255, 0.7);
2510 padding-right: 10px;
2517.login_block_getinfo {
2520.login_block_getinfo div.login_block_user {
2523.login_block_getinfo .atoplogin, .login_block_getinfo .atoplogin:hover {
2524 color: #333 !important;
2526.login_block_elem a span.atoplogin, .login_block_elem span.atoplogin {
2527 vertical-align: middle;
2532 padding-<?php print $left; ?>: 0 ! important;
2536 background: var(--colorbackvmenu1);
2537 border-right: 1px solid rgba(0,0,0,0.3);
2540 if (in_array($conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) { ?>
2541 top: 66px ! important;
2543 top: 60px ! important;
2547 margin-<?php print $left; ?>: 6px !important;
2548 margin-<?php print $right; ?>: 6px !important;
2553 margin-<?php print $left; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 6 : (empty($conf->dol_optimize_smallscreen) ?
'35' :
'6')); ?>px;
2554 margin-<?php print $right; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 6 : (empty($conf->dol_optimize_smallscreen) ?
'33' :
'6')); ?>px;
2555 <?php
if (!empty($dol_hide_topmenu) ||
GETPOST(
'dol_openinpopup',
'aZ09')) {
2556 print
'margin-top: 12px;';
2558 margin-bottom: 15px;
2560body.onlinepaymentbody div.fiche {
2561 margin: 20px !important;
2563div.fiche>
table:first-child {
2564 margin-bottom: 15px !important;
2574 <?php
if ($conf->browser->layout !=
'phone') {
2575 print
"float: ".$left.
";\n";
2577 <?php
if ($conf->browser->layout !=
'phone') {
2578 print
"width: calc(50% - 16px);\n";
2580 <?php
if ($conf->browser->layout ==
'phone') {
2581 print
"padding-bottom: 6px;\n";
2584div.fichetwothirdright {
2585 <?php
if ($conf->browser->layout !=
'phone') {
2586 print
"float: ".$right.
";\n";
2588 <?php
if ($conf->browser->layout !=
'phone') {
2589 print
"width: calc(50% - 16px);\n";
2591 <?php
if ($conf->browser->layout ==
'phone') {
2592 print
"padding-bottom: 6px\n";
2596 <?php
if ($conf->browser->layout !=
'phone') {
2597 print
"float: ".$left.
";\n";
2599 <?php
if ($conf->browser->layout !=
'phone') {
2600 print
"width: calc(50% - 16px);\n";
2604 <?php
if ($conf->browser->layout !=
'phone') {
2605 print
"float: ".$right.
";\n";
2607 <?php
if ($conf->browser->layout !=
'phone') {
2608 print
"width: calc(50% - 16px);\n";
2612 <?php
if ($conf->browser->layout ==
'phone') {
2613 print
"margin-top: 10px;\n";
2618@media only screen and (max-width: 1499px)
2620 div.fichehalfleft-lg {
2624 div.fichehalfright-lg {
2629 .fichehalfright-lg .fichehalfright {
2642@media only screen and (max-width: 900px)
2645 margin-<?php print $left; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 6 : ($dol_hide_leftmenu ?
'4' :
'20')); ?>px;
2646 margin-<?php print $right; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 8 : 16); ?>px;
2647 <?php
if (!empty($conf->dol_hide_leftmenu) && !empty($conf->dol_hide_topmenu)) {
2648 print
'margin-top: 4px;';
2650 margin-bottom: 15px;
2656 div.fichecenterbis {
2659 div.fichethirdleft {
2662 padding-bottom: 6px;
2664 div.fichetwothirdright {
2667 padding-bottom: 6px;
2673 div.fichehalfright {
2677 div.fichehalfright {
2680 div.firstcolumn div.box {
2683 div.secondcolumn div.box {
2689div.fichehalfright tr.liste_titre:first-child td
table.nobordernopadding td {
2693 padding: 0 !important;
2701td.nobordernopadding.widthpictotitle.col-picto {
2706 margin-<?php echo $right; ?>: 8px;
2712span.widthpictotitle {
2715.table-list-of-attached-files .col-picto, .table-list-of-links .col-picto {
2716 opacity: 0.7 !important;
2720.table-list-of-attached-files .col-picto .widthpictotitle, .table-list-of-links .col-picto .widthpictotitle {
2730 vertical-align: middle;
2733.pictowarning, .pictoerror, .pictopreview, .pictonopreview {
2734 padding-<?php echo $left; ?>: 3px;
2738 color: <?php echo $badgeWarning; ?>;
2741 color: <?php echo $badgeDanger ?>;
2746.fiche .arearef img.pictoedit, .fiche .arearef span.pictoedit,
2747.fiche .fichecenter img.pictoedit, .fiche .fichecenter span.pictoedit,
2748.tagtdnote span.pictoedit {
2751img.hideonsmartphone.pictoactionview {
2752 vertical-align: bottom;
2762 padding-left: 1px !important;
2765 padding-bottom: 1px;
2771 padding-bottom: 10px;
2773div.attachareaformuserfileecm {
2779 padding-bottom: 5px;
2780 margin-bottom: 10px;
2782div.arearefnobottom {
2784 padding-bottom: 4px;
2789div.divphotoref:last-child {
2790 padding-<?php echo $right; ?>: 20px;
2793 padding-bottom: 10px;
2796 float: <?php echo $right; ?>;
2797 padding-<?php echo $left; ?>: 12px;
2799 margin-bottom: 10px;
2805 vertical-align: text-bottom;
2811 vertical-align: text-bottom;
2813img.photoref, div.photoref {
2814 border: 1px solid #CCC;
2815 -webkit-box-shadow: 3px 3px 4px #DDD;
2816 box-shadow: 3px 3px 4px #DDD;
2820 object-fit: contain;
2822img.photokanban, div.photokanban {
2826 vertical-align: middle;
2829div.photoref .fa, div.photoref .fas, div.photoref .far {
2834 object-fit: contain;
2838 vertical-align:middle;
2841.difforspanimgright {
2842 display:
table-cell;
2843 padding-right: 10px;
2845img.photorefnoborder {
2849 object-fit: contain;
2850 border: 1px solid #AAA;
2851 border-radius: 100px;
2856 border-bottom: <?php echo $borderwidth ?>px solid var(--colortopbordertitle1);
2859.trextrafieldseparator td, .trextrafields_collapse_last td {
2860 border-bottom: 1px solid var(--colortopbordertitle1) !important;
2863 margin: 0 !important;
2864 padding-bottom: 0 !important;
2881$maxwidthloginblock = 110;
2882if (
getDolGlobalInt(
'THEME_TOPMENU_DISABLE_IMAGE') == 1 || !empty($user->conf->MAIN_OPTIMIZEFORTEXTBROWSER)) {
2885 $maxwidthloginblock = 180;
2891<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2894 background: var(--colorbackhmenu1);
2906<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2916li.tmenusel::after, li.tmenusel:hover::after {
2921 left: calc(50% - 6px);
2924 border-style: solid;
2925 border-width: 0px 6px 5px 6px;
2926 border-color: transparent transparent #ffffff transparent;
2930<?php
if ($disableimages) { ?>
2936<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2941 white-space: nowrap;
2943 border-<?php print $left; ?>: 0px;
2944 border-<?php print $right; ?>: 0px;
2945 padding: 0px 0px 0px 0px;
2946 margin: 0px 0px 0px 0px;
2948 font-weight: normal;
2950 text-decoration: none;
2953div.tmenudisabled, a.tmenudisabled {
2956a.tmenudisabled:link, a.tmenudisabled:visited, a.tmenudisabled:hover, a.tmenudisabled:active {
2957 font-weight: normal;
2958 padding: 0px 5px 0px 5px;
2959 white-space: nowrap;
2960 color: var(--colortextbackhmenu);
2961 text-decoration: none;
2962 cursor: not-allowed;
2964span.mainmenuaspan.tmenudisabled {
2965 color: var(--colortextbackhmenu);
2967 cursor: not-allowed;
2970a.disabled, span.tmenu {
2972 text-decoration: none !important;
2976a.tmenu:link, a.tmenu:visited, a.tmenu:hover, a.tmenu:active {
2977 font-weight: normal;
2978 padding: 0px 5px 0px 5px;
2979 white-space: nowrap;
2981 color: var(--colortextbackhmenu);
2982 text-decoration: none;
2984a.tmenusel:link, a.tmenusel:visited, a.tmenusel:hover, a.tmenusel:active {
2985 font-weight: normal;
2986 padding: 0px 5px 0px 5px;
2987 margin: 0px 0px 0px 0px;
2988 white-space: nowrap;
2989 color: var(--colortextbackhmenu);
2990 text-decoration: none !important;
2995 padding: 0px 0px 0px 0px;
2996 margin: 0px 0px 0px 0px;
3003 background: var(--colorbackhmenu1);
3012li.tmenu, li.tmenusel {
3013 <?php print $minwidthtmenu ?
'min-width: '.$minwidthtmenu.
'px;' :
''; ?>
3015 vertical-align: bottom;
3017 float: <?php print $left; ?>;
3018 <?php
if (!$disableimages) { ?>
3019 height: <?php print $heightmenu; ?>px;
3020 padding: 0px 0px 2px 0px;
3022 padding: 0px 0px 0px 0px;
3027 margin: 0px 0px 0px 0px;
3028 font-weight: normal;
3034.tmenuend .tmenuleft { width: 0px; }
3035.tmenuend { display: none; }
3039 float: <?php print $left; ?>;
3041 <?php
if (empty($conf->dol_optimize_smallscreen)) { ?>
3043 <?php
if (!$disableimages) { ?>
3044 height: <?php print $heightmenu + 4; ?>px;
3052 <?php
if ($disableimages) { ?>
3057 height: <?php print $heightmenu; ?>px;
3062 padding-bottom: 5px;
3064 text-overflow: ellipsis;
3068 padding-<?php print $left; ?>: 2px;
3069 padding-<?php print $right; ?>: 2px;
3070 font-family: Roboto,<?php echo $fontlist; ?>;
3077 background-repeat:no-repeat;
3079 height: <?php echo($heightmenu - 22); ?>px;
3083a.tmenuimage:focus, .mainmenu.topmenuimage:focus {
3100<?php
if (in_array(
getDolGlobalInt(
'THEME_TOPMENU_DISABLE_IMAGE'), array(2, 3, 4))) { ?>
3101.tmenulabel:not(.menuhider), .tmenulabel:not(.menuhider)::before {
3105a.tmenuimage:not(.menuhider), a.tmenuimage:not(.menuhider)::before,
3106div.tmenuimage:not(.menuhider), div.tmenuimage:not(.menuhider)::before,
3107span.tmenuimage:not(.menuhider), span.tmenuimage:not(.menuhider)::before {
3109 margin-top: 8px !important;
3115ul.tmenu:hover .tmenulabel:not(.menuhider), ul.tmenu:hover .tmenulabel:not(.menuhider)::before {
3119 text-overflow: ellipsis;
3123 display: initial !important;
3124 line-height: 0.6em !important;
3125 height: 1em !important;
3127 text-overflow: ellipsis;
3128 color: var(--colortextbackhmenu);
3131ul.tmenu:hover .tmenuimage:not(.menuhider), ul.tmenu:hover .tmenuimage:not(.menuhider)::before {
3134 margin-top: 0px !important;
3140li.tmenu:hover .tmenulabel:not(.menuhider), li.tmenu:hover .tmenulabel:not(.menuhider)::before {
3141 display: initial !important;
3143li.tmenu:hover .tmenuimage:not(.menuhider), li.tmenu:hover .tmenuimage:not(.menuhider):before {
3144 font-size: 1.1em !important;
3145 margin-top: 0px !important;
3151<?php
if (empty($dol_hide_topmenu)) { ?>
3152 <?php include
dol_buildpath($path.
'/theme/'.$theme.
'/main_menu_fa_icons.inc.php', 0); ?>
3157 $moduletomainmenu = array(
3158 'user' =>
'',
'syslog' =>
'',
'societe' =>
'companies',
'projet' =>
'project',
'propale' =>
'commercial',
'commande' =>
'commercial',
3159 'produit' =>
'products',
'service' =>
'products',
'stock' =>
'products',
3160 'don' =>
'accountancy',
'tax' =>
'accountancy',
'banque' =>
'accountancy',
'facture' =>
'accountancy',
'compta' =>
'accountancy',
'accounting' =>
'accountancy',
'adherent' =>
'members',
'import' =>
'tools',
'export' =>
'tools',
'mailing' =>
'tools',
3161 'contrat' =>
'commercial',
'ficheinter' =>
'commercial',
'ticket' =>
'ticket',
'deplacement' =>
'commercial',
3162 'fournisseur' =>
'companies',
3163 'barcode' =>
'',
'fckeditor' =>
'',
'categorie' =>
'',
3165 $mainmenuused =
'home';
3166 foreach ($conf->modules as $val) {
3167 $mainmenuused .=
','.(isset($moduletomainmenu[$val]) ? $moduletomainmenu[$val] : $val);
3169 $mainmenuusedarray = array_unique(explode(
',', $mainmenuused));
3173 $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');
3175 $divnotrequired = array(
'multicurrency',
'salaries',
'ticket',
'margin',
'opensurvey',
'paybox',
'expensereport',
'incoterm',
'prelevement',
'propal',
'workflow',
'notification',
'supplier_proposal',
'cron',
'product',
'productbatch',
'expedition');
3176 foreach ($mainmenuusedarray as $val) {
3177 if (empty($val) || in_array($val, $divalreadydefined)) {
3180 if (in_array($val, $divnotrequired)) {
3187 $constformoduleicon =
'MAIN_MODULE_'.strtoupper($val).
'_ICON';
3189 if ($iconformodule) {
3190 if (preg_match(
'/^fa\-/', $iconformodule)) {
3193 $url =
dol_buildpath(
'/'.$val.
'/img/'.$iconformodule.
'.png', 1);
3198 foreach ($conf->file->dol_document_root as $dirroot) {
3199 if (file_exists($dirroot.
"/".$val.
"/img/".$val.
".png")) {
3209 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";
3210 print
'div.mainmenu.'.$val.
' span::before {'.
"\n";
3211 print
'content: "\f249";'.
"\n";
3216 print
"div.mainmenu.".$val.
" {\n";
3217 print
" background-image: url(".$url.
");\n";
3218 print
" background-position-y: 3px;\n";
3219 print
" filter: saturate(0);\n";
3222 print
'/* icon for module '.$val.
' is a fa icon */'.
"\n";
3231 padding:0 0 0 0 !important;
3232 margin:0 0px 0 0 !important;
3233 <?php
if ($disableimages) { ?>
3238 <?php
if ($disableimages) { ?>
3243 text-decoration: none;
3257 background: #f0f0f0;
3264 display:
table-cell;
3265 vertical-align: middle;
3267.login_vertical_align {
3269 padding-bottom: 80px;
3272 padding-bottom: 30px;
3274 vertical-align: middle;
3278 color: #aaa !important;
3279 padding-bottom: 20px;
3283 text-shadow: 1px 1px 1px #FFF;
3290 padding-bottom:12px;
3293 background-color: #FFFFFF;
3295 -webkit-box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(60,60,60,0.15);
3296 box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(60,60,60,0.15);
3299 border:solid 1px rgba(80,80,80,.4);
3301 border-top:solid 1px #f8f8f8;
3303.login_table input#username, .login_table input#password, .login_table input#securitycode{
3311.login_table input#username:focus, .login_table input#password:focus, .login_table input#securitycode:focus {
3312 outline: none !important;
3314.login_table .trinputlogin {
3317.login_table .tdinputlogin {
3318 background-color: #fff;
3322.login_table .tdinputlogin {
3323 border-bottom: 1px solid #ccc;
3325.login_table .tdinputlogin .fa {
3331 word-
break:
break-word;
3334.login_main_message {
3337 margin-bottom: 10px;
3339.login_main_message .error {
3340 border: 1px solid #caa;
3343div#login_left, div#login_right {
3344 display:
inline-block;
3348 padding-right: 16px;
3350 vertical-align: middle;
3352div#login_right select#entity {
3358table.login_table_securitycode {
3359 border-spacing: 0px;
3361table.login_table_securitycode tr td {
3369 border: 1px solid #f4f4f4;
3371#img_logo, .img_logo {
3375.loginbuttonexternal {
3378 border: 1px solid #ccc;
3384.atoplogin.dropdown .dropdown-menu {
3391 padding-bottom: 3px;
3393 <?php print $left; ?>: 0;
3394<?php
if (in_array($conf->browser->layout, array(
'phone',
'tablet')) && !
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER')) { ?>
3401 vertical-align: middle;
3402 background: var(--colorbackvmenu1);
3403 width: <?php echo $leftmenuwidth + 6; ?>px;
3405 <?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3409.sidebar-collapse div.login_block {
3413 color: var(--colortextbackvmenu);
3414 display:
inline-block;
3416div.login_block a .atoploginusername {
3417 color: var(--colortextbackhmenu);
3418 display:
inline-block;
3421 text-overflow: ellipsis;
3423div.login_block span.aversion {
3424 color: var(--colortextbackvmenu);
3425 filter: contrast(0.7);
3427div.login_block
table {
3433 float: <?php echo $right; ?>;
3436 color: var(--colortextvmenu);
3439 color: var(--colortextvmenu);
3440 text-decoration:underline;
3442div.login_block_user, div.login_block_other { clear: both; }
3443div.login_block_other { padding-top: 15px; }
3445.topnav div.login_block_user {
3446 display:
inline-block;
3447 vertical-align: middle;
3448 line-height: <?php echo $disableimages ?
'25' :
'70'; ?>px;
3449 height: <?php echo $disableimages ?
'25' :
'70'; ?>px;
3451.topnav div.login_block_other {
3452 display:
inline-block;
3453 vertical-align: middle;
3454 clear: <?php echo $disableimages ?
'none' :
'both'; ?>;
3456 text-align: <?php echo $right; ?>;
3457 margin-<?php echo $right; ?>: 8px;
3461.login_block_other .login_block_elem {
3466 float: <?php echo $right; ?>;
3467 vertical-align: middle;
3468 padding: 0px 3px 0px 3px !important;
3471.login_block_elem_name {
3475 white-space: nowrap;
3478 text-overflow: ellipsis;
3482.atoplogin, .atoplogin:hover {
3483 color: var(--colortextbackvmenu) !important;
3485.alogin, .alogin:hover {
3486 color: #888 !important;
3487 font-weight: normal !important;
3488 font-size: <?php echo is_numeric($fontsizesmaller) ? $fontsizesmaller.
'px' : $fontsizesmaller; ?> !important;
3490.alogin:hover, .atoplogin:hover {
3491 text-decoration:underline !important;
3493span.fa.atoplogin, span.fa.atoplogin:hover {
3495 text-decoration: none !important;
3497img.login, img.printer, img.entity {
3500 text-decoration: none;
3504.userimg.atoplogin img.userphoto, .userimgatoplogin img.userphoto {
3506 width: <?php echo $disableimages ?
'26' :
'30'; ?>px;
3507 height: <?php echo $disableimages ?
'26' :
'30'; ?>px;
3509 background-size: contain;
3510 background-color: #FFF;
3513 border-radius: 0.75em;
3516 background-size: contain;
3517 vertical-align: middle;
3519span.userimg div.userphoto {
3520 background-color: #eee;
3521 border-radius: 0.72em;
3525 display:
inline-block;
3528 border-radius: 0.6em;
3531 background-size: contain;
3532 vertical-align: middle;
3534img.userphoto[alt=
"Gravatar avatar"], img.photouserphoto.dropdown-
user-image[alt=
"Gravatar avatar"] {
3537img.userphotopublicvcard {
3541 background-size: contain;
3543 border-color: rgba(128, 128, 128, 0.5);
3548form[
name=
"addtime"] img.userphoto {
3549 border: 1px solid #444;
3552 background-image: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/object_user.png', 1); ?>);
3553 background-repeat: no-repeat;
3555.span-
icon-password {
3556 background-image: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/lock.png', 1); ?>);
3557 background-repeat: no-repeat;
3564div.vmenu, td.vmenu {
3565 margin-<?php print $right; ?>: 2px;
3567 float: <?php print $left; ?>;
3569 padding-bottom: 0px;
3571 width: <?php echo $leftmenuwidth; ?>px;
3575 margin-<?php print $left; ?>: 4px;
3576 <?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3581.vmenusearchselectcombo {
3582 width: <?php echo $leftmenuwidth - 20; ?>px;
3587 padding-bottom: 3px;
3589 text-overflow: ellipsis;
3591#menu_contenu_logo { padding-right: 4px; }
3592.companylogo { padding-top: 4px; }
3593.searchform { padding-top: 10px; }
3594.searchform .bordertransp { border: 0; }
3595#divsearchforms2 form.searchform .button { border: none !important; }
3597a.vmenu:link, a.vmenu:visited, a.vmenu:hover, a.vmenu:active, span.vmenu, span.vsmenu {
3598 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;
3600span.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; }
3601a.vmenu:link, a.vmenu:visited {
3602 color: var(--colortextbackvmenu);
3605a.vsmenu:link, a.vsmenu:visited, a.vsmenu:hover, a.vsmenu:active, span.vmenu, span.vsmenu {
3606 font-size:<?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize ?>; font-family: <?php print $fontlist ?>; text-align: <?php print $left; ?>; font-weight: normal;
3607 color: var(--colortextbackvmenu);
3608 margin: 1px 1px 1px 8px;
3610span.vsmenudisabled:not(.spanlilevel0), font.vsmenudisabled:not(.spanlilevel0) {
3611 font-size:<?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize ?>;
3613span.vsmenudisabled, font.vsmenudisabled {
3614 font-family: <?php print $fontlist ?>;
3615 text-align: <?php print $left; ?>;
3616 font-weight: normal;
3617 color: var(--colortextbackvmenu);
3618 white-space: nowrap;
3620a.vsmenu:link, a.vsmenu:visited {
3621 color: var(--colortextbackvmenu);
3622 white-space: nowrap;
3624span.vsmenudisabledmargin, font.vsmenudisabledmargin { margin: 1px 1px 1px 8px; }
3626a.help:link, a.help:visited, a.help:hover, a.help:active, span.help {
3627 text-align: <?php print $left; ?>; font-weight: normal; color: #999; text-decoration: none;
3635 color: var(--colortextbackhmenu);
3637 display:
inline-block;
3639 vertical-align: super;
3641 transform: rotate(<?php echo($left ==
'left' ?
'55deg' :
'305deg'); ?>);
3646 border-bottom: 0 !important;
3649 margin: <?php echo $disableimages ?
'-1' :
'6'; ?>px;
3653 height: <?php echo $disableimages ?
'18' :
'32'; ?>px;
3656 vertical-align: middle;
3658.backgroundforcompanylogo {
3659 background-color: rgba(255,255,255,0.7);
3662.menulogocontainer img.mycompany {
3663 object-fit: contain;
3666 image-rendering: -webkit-optimize-contrast;
3668#mainmenutd_companylogo::after {
3671li#mainmenutd_companylogo .tmenucenter {
3674li#mainmenutd_companylogo {
3675 min-width: unset !important;
3677<?php
if ($disableimages) { ?>
3678 li#mainmenutd_home {
3679 min-width: unset !important;
3681 li#mainmenutd_home .tmenucenter {
3686div.blockvmenupair, div.blockvmenuimpair
3688 font-family: <?php print $fontlist ?>;
3689 text-align: <?php print $left; ?>;
3690 text-decoration: none;
3694 padding-bottom: 3px;
3695 margin: 1px 0px 8px 0px;
3697 color: var(--colortext);
3698 background: var(--colorbackvmenu1);
3700 padding-bottom: 10px;
3701 border-bottom: 1px solid #e8e8e8;
3703div.blockvmenubookmarks
3705 padding-bottom: 16px !important;
3708 border: none !important;
3709 padding-left: 0 !important;
3711a.vsmenu.addbookmarkpicto {
3712 padding-right: 10px;
3714div.blockvmenufirst {
3717 border-top: 1px solid #e0e0e0;
3720div.blockvmenusearch, div.blockvmenubookmarks
3722 font-family: <?php print $fontlist ?>;
3724 text-align: <?php print $left; ?>;
3725 text-decoration: none;
3729 padding-bottom: 3px;
3730 margin: 1px 0px 2px 0px;
3731 background: var(--colorbackvmenu1);
3733 padding-bottom: 10px;
3736div.blockvmenusearchphone
3738 border-bottom: none;
3744<?php
if (empty($conf->dol_optimize_smallscreen)) { ?>
3745 font-family: <?php print $fontlist ?>;
3748 text-decoration: none;
3752 padding-bottom: 3px;
3753 margin: 4px 0px 0px 0px;
3761 border-right: 1px solid #000000;
3762 border-bottom: 1px solid #000000;
3763 background: #b3c5cc;
3764 font-family: <?php print $fontlist ?>;
3766 text-align: <?php print $left; ?>;
3767 text-decoration: none;
3771 background: #b3c5cc;
3776 background: #F4F4F4;
3778 border: 1px solid #bbb;
3789#mainContent, #leftContent .ui-layout-pane {
3794#mainContent, #leftContent .ui-layout-center {
3806 padding-bottom: 0 !important;
3811 padding: 0px 4px 14px 4px !important;
3827li.expanded > a.fmdirlia.jqft.ecmjqft {
3828 font-weight: bold !important;
3832 width: calc(100% - 100px);
3836 white-space:
break-spaces;
3837 word-
break:
break-all;
3845 text-align: <?php print $left; ?>;
3846 margin-left: 6px !important;
3847 margin-right: 6px !important;
3855 font-weight: normal !important;
3858 color: var(--colortextbacktab);
3861 padding-right: 24px;
3862 padding-bottom: 23px;
3863 margin: 0px 0px 20px 0px;
3864 -webkit-border-radius: 3px;
3866 border-right: 1px solid #CCC;
3867 border-left: 1px solid #CCC;
3868 border-top: 1px solid #CCC;
3869 border-bottom: 1px solid #CCC;
3871 background: var(--colorbacktabcard1);
3873div.tabBar tr.titre td {
3876div.fiche
table:not(.table-fiche-title) tr.titre td {
3888div.tabBarWithBottom {
3889 padding-bottom: 18px;
3890 border-bottom: 1px solid #aaa;
3892div.tabBar
table.tableforservicepart2:last-child {
3893 border-bottom: 1px solid #aaa;
3895.tableforservicepart1 .tdhrthin {
3908 margin-bottom: 1.4em;
3911 margin: 20px 0em 20px 0em;
3915div.tabsActionNoBottom {
3919 margin-bottom: 16px !important;
3925 border: 1px solid #888;
3929 padding-bottom: 5px;
3935 color:rgba(0,0,0,.5);
3936 margin-<?php print $right; ?>: 10px;
3937 text-shadow:1px 1px 1px #ffffff;
3938 font-family: <?php print $fontlist ?>;
3939 font-weight: normal;
3940 padding: 4px 6px 2px 6px;
3942 text-decoration: none;
3943 white-space: nowrap;
3951div.tabs div.tabsElem:first-of-
type a.tab {
3952 margin-left: 0px !important;
3956 color: var(--colortextlink) !important;
3958a.tab:link, a.tab:visited, a.tab:hover, a.tab#active {
3959 font-family: <?php print $fontlist ?>;
3960 padding: 12px 13px 12px;
3962 text-decoration: none;
3963 white-space: nowrap;
3964 background-image: none !important;
3967.tabactive, a.tab#active {
3968 color: var(--colortextbacktab) !important;
3969 background: var(--colorbacktabcard1) !important;
3971 border-right: 1px solid #AAA !important;
3972 border-left: 1px solid #AAA !important;
3973 border-top: 2px solid #111 !important;
3975.tabunactive, a.tab#unactive {
3976 border-right: 1px solid transparent;
3977 border-left: 1px solid transparent;
3978 border-top: 1px solid transparent;
3979 border-bottom: 0px !important;
3988 text-decoration: underline;
3992 font-family: <?php print $fontlist ?>;
3993 text-decoration: none;
3994 white-space: nowrap;
3998 background: #dee7ec;
4002 background: #dee7ec;
4004 font-family: <?php print $fontlist ?>;
4007 text-decoration: none;
4008 white-space: nowrap;
4009 -webkit-border-radius:3px 3px 0px 0px;
4010 border-radius:3px 3px 0px 0px;
4012 border-<?php print $right; ?>: 1px solid #555555;
4013 border-<?php print $left; ?>: 1px solid #D8D8D8;
4014 border-top: 1px solid #D8D8D8;
4020<?php include
dol_buildpath($path.
'/theme/'.$theme.
'/btn.inc.php', 0); ?>
4033 background-repeat: repeat-x;
4034 margin-top: <?php echo($dol_hide_topmenu ?
'6' :
'0'); ?>px;
4038 border-collapse: collapse;
4041 padding-<?php print $left; ?>: 0px !important;
4042 padding-<?php print $right; ?>: 4px !important;
4045 list-style-
type:none;
4046 margin: 0px !important;
4047 padding: 0px !important;
4052tr.nocellnopadd td.nobordernopadding, tr.nocellnopadd td.nocellnopadd
4058 color: unset !important;
4062 padding: 4px !important;
4065 color: var(--colortextlink);
4066 background-color: transparent;
4069input.buttonlink:hover {
4070 text-decoration: underline;
4076 text-decoration: underline;
4077 color: var(--colortextlink);
4078 background-color: transparent;
4083 border-collapse: collapse;
4086 padding-<?php print $left; ?>: 0px;
4087 padding-<?php print $right; ?>: 16px;
4088 padding-bottom: 4px;
4091.notopnoleftnoright {
4092 border-collapse: collapse;
4097 padding-bottom: 4px;
4098 margin: 0px 0px 0px 0px;
4101table.tableforemailform tr td {
4103 padding-bottom: 3px;
4106table.border,
table.bordernooddeven,
table.dataTable, .table-border, .table-border-col, .table-key-border-col, .table-val-border-col, div.border {
4108 border-collapse: collapse !important;
4109 padding: 1px 2px 1px 3px;
4112 border: 1px solid #BBB;
4115.border tbody tr, .bordernooddeven tbody tr, .border tbody tr td, .bordernooddeven tbody tr td,
4116div.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,
4117tr.liste_titre.box_titre td
table td, .bordernooddeven tr td {
4121table.border td,
table.bordernooddeven td, div.border div div.tagtd {
4122 padding: 3px 4px 3px 4px;
4124 border-collapse: collapse;
4127td.border, div.tagtable div div.border {
4128 border-top: 1px solid #000000;
4129 border-right: 1px solid #000000;
4130 border-bottom: 1px solid #000000;
4131 border-left: 1px solid #000000;
4134.table-key-border-col {
4138.table-val-border-col {
4143.thsticky, .tdsticky {
4147.thstickyright, .tdstickyright {
4151.thstickygray, .tdstickygray {
4152 background-color: lightgray;
4154.thstickyghostwhite, .tdstickyghostwhite {
4155 background-color: ghostwhite;
4157.thstickyinherit, .tdstickyinherit {
4158 background-color: inherit;
4163.tagtable td[data-key=
"ref"], .tagtable th[data-key=
"ref"] {
4167 max-width: 150px !important;
4169 background-color: gainsboro;
4176.tagtable td.actioncolumn, .tagtable th.actioncolumn {
4180 max-width: 150px !important;
4182 background-color: gainsboro;
4190.nobordertop, .nobordertop tr:first-of-
type td {
4191 border-top: none !important;
4193.noborderbottom, .noborderbottom tr:last-of-
type td {
4194 border-bottom: none !important;
4197 border-top: 1px solid var(--colortopbordertitle1);
4200 border-bottom: 1px solid var(--colortopbordertitle1);
4203.fichehalfright
table.noborder {
4204 margin: 0px 0px 0px 0px;
4208 background: var(--colorbacktitle1);
4213 <?php
if ($userborderontable) { ?>
4214 border-right: 1px solid #ccc;
4215 border-left: 1px solid #ccc;
4218table.liste,
table.noborder:not(.paymenttable):not(.margintable):not(.tableforcontact),
table.formdoc, div.noborder:not(.paymenttable):not(.margintable):not(.tableforcontact) {
4220 if ($userborderontable) { ?>
4223 border-left: 1px solid #ccc;
4224 border-right: 1px solid #ccc;
4226 border-left: 1px solid #f0f0f0;
4227 border-right: 1px solid #f0f0f0;
4231 width: calc(100% - 2px);
4233 border-collapse: separate !important;
4234 border-spacing: 0px;
4236 border-top-width: <?php echo $borderwidth ?>px;
4237 border-top-color: var(--colortopbordertitle1);
4238 border-top-style: solid;
4240 border-bottom-width: 1px;
4241 border-bottom-color: #BBB;
4242 border-bottom-style: solid;
4244 margin: 0px 0px 20px 0px;
4246 -webkit-border-radius: 0.1em;
4247 border-radius: 0.1em;
4249table.noborder tr, div.noborder form {
4250 border-top-color: #FEFEFE;
4252 border-right-width: 1px;
4253 border-right-color: #BBBBBB;
4254 border-right-style: solid;
4256 border-left-width: 1px;
4257 border-left-color: #BBBBBB;
4258 border-left-style: solid;
4261table.paddingtopbottomonly tr td {
4263 padding-bottom: 2px;
4266table.nointerlines tr:not(:last-child) td {
4267 border-bottom: unset !important;
4268 border-top: unset !important;
4271.liste_titre_filter {
4272 background: var(--colorbacktitle1) !important;
4274tr.liste_titre_filter td.liste_titre {
4276 padding-bottom: 3px;
4278.liste_titre_create td, .liste_titre_create th, .liste_titre_create .tagtd
4280 border-top-width: 1px;
4281 border-top-color: var(--colortopbordertitle1);
4282 border-top-style: solid;
4284tr#trlinefordates td {
4285 border-bottom: 0px !important;
4287.liste_titre_add td, .liste_titre_add th, .liste_titre_add .tagtd
4289 border-top-width: 2px;
4290 border-top-color: var(--colortopbordertitle1);
4291 border-top-style: solid;
4293.liste_titre_add td, .liste_titre_add .tagtd
4295 border-top-width: 1px;
4296 border-top-color: var(--colortopbordertitle1);
4297 border-top-style: solid;
4300table.liste th,
table.noborder th,
table.noborder tr.liste_titre td,
table.noborder tr.box_titre td {
4301 padding: 8px 8px 8px 10px;
4304table.liste td,
table.noborder td, div.noborder form div,
table.tableforservicepart1 td,
table.tableforservicepart2 td {
4305 padding: 4px 8px 4px 10px;
4308table.liste tr.trkanban td {
4309 padding: 12px 15px 12px 15px;
4313 padding: unset !important;
4314 border: unset !important;
4317table.liste td,
table.noborder td, div.noborder form div {
4318 padding: 8px 6px 8px 6px;
4320div.liste_titre_bydiv .divsearchfield {
4321 padding: 2px 1px 2px 6px;
4324table.nobordernopadding {
4325 border-collapse: collapse !important;
4328table.nobordernopadding tr {
4329 border: 0 !important;
4330 padding: 0 0 !important;
4332table.nobordernopadding tr td {
4333 border: 0 !important;
4336table.border tr td
table.nobordernopadding tr td {
4342 border-right-width: 1px !important;
4343 border-right-color: #BBB !important;
4344 border-right-style: solid !important;
4348 border-left-width: 1px !important;
4349 border-left-color: #BBB !important;
4350 border-left-style: solid !important;
4354table.listwithfilterbefore {
4355 border-top: none !important;
4358.tagtable, .table-border { display:
table; }
4359.tagtr, .table-border-row { display:
table-row; }
4360.tagtd, .table-border-col, .table-key-border-col, .table-val-border-col { display:
table-cell; }
4361.confirmquestions .tagtr .tagtd:not(:first-child) { padding-left: 10px; }
4362.confirmquestions { margin-top: 5px; }
4371 color: var(--colortexttitlenotab);
4375 color: var(--colortexttitlenotab) !important;
4379 font-weight: normal;
4380 color: var(--refidnocolor);
4385 display:
inline-block;
4387div.refaddress div.address {
4393 float:<?php echo $right; ?>
4396 font-weight: normal;
4401 display:
inline-block;
4407 display:
inline-block;
4414 display:
inline-block;
4419div.pagination li.pagination a,
4420div.pagination li.pagination span {
4423 line-height: 1.42857143;
4424 color: var(--color-black);
4425 text-decoration: none;
4427div.pagination li.pagination span.inactive {
4432div.pagination li.litext a {
4434 padding-right: 10px;
4438div.pagination li.noborder a:hover {
4440 background-color: transparent;
4442div.pagination li:first-child a,
4443div.pagination li:first-child span {
4445 border-top-left-radius: 4px;
4446 border-bottom-left-radius: 4px;
4448div.pagination li:last-child a,
4449div.pagination li:last-child span {
4450 border-top-right-radius: 4px;
4451 border-bottom-right-radius: 4px;
4453div.pagination li a:hover,
4454div.pagination li span:hover,
4455div.pagination li a:focus,
4456div.pagination li span:focus {
4458 background-color: #eee;
4462div.pagination li .active a,
4463div.pagination li .active span,
4464div.pagination li .active a:hover,
4465div.pagination li .active span:hover,
4466div.pagination li .active a:focus,
4467div.pagination li .active span:focus {
4471 background-color: var(--colorbackhmenu1);
4472 border-color: #337ab7;
4474div.pagination .disabled span,
4475div.pagination .disabled span:hover,
4476div.pagination .disabled span:focus,
4477div.pagination .disabled a,
4478div.pagination .disabled a:hover,
4479div.pagination .disabled a:focus {
4481 cursor: not-allowed;
4482 background-color: #fff;
4485div.pagination li.pagination .active {
4486 text-decoration: underline;
4489.paginationafterarrows .nohover {
4490 box-shadow: none !important;
4492div.pagination li.paginationafterarrows {
4495.paginationatbottom {
4498table.hidepaginationprevious .paginationprevious {
4501table.hidepaginationnext .paginationnext {
4504.paginationafterarrows a.btnTitlePlus:hover span:before {
4536ul.noborder li:nth-child(odd):not(.liste_titre) {
4537 background-color: var(--colorbacklinepair2) !important;
4543.tmenucompanylogo.nohover, .tmenucompanylogo.nohover:hover {
4544 opacity: unset !important;
4546.nohoverborder:hover {
4549 -webkit-box-shadow: unset;
4552.oddeven:hover, .evenodd:hover, .oddevenimport:hover, .evenoddimport:hover, .impair:hover, .pair:hover
4554 background: rgb(<?php echo $colorbacklinepairhover; ?>) !important;
4557 background: rgb(<?php echo $colorbacklinepairchecked; ?>) !important;
4559<?php
if ($colorbacklinepairchecked) { ?>
4561 background: rgb(<?php echo $colorbacklinepairchecked; ?>) !important;
4566 background: unset !important;
4568.nohoverborder:hover {
4571 -webkit-box-shadow: unset;
4574.oddeven, .evenodd, .impair, .pair, .nohover .impair:hover, tr.impair td.nohover, tr.pair td.nohover, .tagtr.oddeven
4576 font-family: <?php print $fontlist ?>;
4579 color: var(--oddevencolor);
4581.impair, .nohover .impair:hover, tr.impair td.nohover
4583 background: var(--colorbacklineimpair2);
4585.pair, .nohover .pair:hover, tr.pair td.nohover {
4586 background-color: var(--colorbacklinepair1);
4588tr.oddeven.oddevendouble {
4589 height: 60px !important;
4593 background-color: var(--colorbacklineimpair2);
4595table.dataTable tr.oddeven {
4596 background-color: var(--colorbacklinepair1) !important;
4600td.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 {
4601 background-color: var(--colorbacklineimpair2) !important;
4602 background: var(--colorbacklineimpair2) !important;
4604td.evenodd, tr.nohoverpair td, #trlinefordates td {
4605 background-color: var(--colorbacklinepair2) !important;
4606 background: var(--colorbacklinepair2) !important;
4610 border-bottom: 1pt solid black !important;
4611 background-color: var(--colorbacklinebreak) !important;
4613.trforbreak.nobold td a, .trforbreak.nobold span.secondary {
4614 font-weight: normal !important;
4618 padding: 5px 2px 5px 3px !important;
4620tr.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 {
4621 padding: 5px 2px 5px 3px;
4622 border-bottom: 1px solid #eee;
4624form.pair, form.impair {
4625 font-weight: normal;
4627tr.pair:last-of-
type td, tr.impair:last-of-
type td {
4628 border-bottom: 0px !important;
4630tr.pair td .nobordernopadding tr td, tr.impair td .nobordernopadding tr td {
4631 border-bottom: 0px !important;
4641div.liste_titre .tagtd {
4642 vertical-align: middle;
4645 min-height: 26px !important;
4648 padding-bottom: 2px;
4658 border-top-width: 1px;
4659 border-top-color: #BBB;
4660 border-top-style: solid;
4662div.liste_titre_bydiv {
4663 <?php
if ($userborderontable) { ?>
4664 border-top-width: <?php echo $borderwidth ?>px;
4665 border-top-color: var(--colortopbordertitle1);
4666 border-top-style: solid;
4668 border-collapse: collapse;
4670 padding: 2px 0px 2px 0;
4672 width: calc(100% - 2px);
4681tr.liste_titre, tr.liste_titre_sel, form.liste_titre, form.liste_titre_sel,
table.dataTable.tr, tagtr.liste_titre
4683 height: 26px !important;
4685div.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
4687 background: var(--colorbacktitle1);
4688 font-weight: <?php echo $useboldtitle ?
'bold' :
'normal'; ?>;
4691 color: var(--colortexttitle);
4692 font-family: <?php print $fontlist ?>;
4693 text-align: <?php echo $left; ?>;
4695tr.liste_titre th, tr.liste_titre td, th.liste_titre
4697 border-bottom: 1px solid #aaa;
4700tr:first-child th.liste_titre, tr:first-child th.liste_titre_sel {
4701 border-bottom: 1px solid #FFF ! important;
4703tr.liste_titre th, th.liste_titre, tr.liste_titre td, td.liste_titre, form.liste_titre div, div.liste_titre
4705 font-family: <?php print $fontlist ?>;
4706 font-weight: <?php echo $useboldtitle ?
'bold' :
'normal'; ?>;
4707 vertical-align: middle;
4710tr.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 {
4711 text-shadow: none !important;
4712 color: var(--colortexttitlelink);
4714tr.liste_titre_topborder td {
4715 border-top-width: <?php echo $borderwidth; ?>px;
4716 border-top-color: var(--colortopbordertitle1);
4717 border-top-style: solid;
4720 text-shadow: none !important;
4721 color: var(--colortexttitle);
4723.liste_titre td a.notasortlink {
4724 color: var(--colortextlink);
4726.liste_titre td a.notasortlink:hover {
4727 background: transparent;
4729tr.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 {
4731 border-bottom: none;
4733tr.liste_titre_filter th.liste_titre { text-align: unset; }
4738tr.liste_titre_sel th, th.liste_titre_sel, tr.liste_titre_sel td, td.liste_titre_sel, form.liste_titre_sel div
4740 font-family: <?php print $fontlist ?>;
4741 font-weight: normal;
4742 border-bottom: 1px solid #FDFFFF;
4746 background: transparent;
4750.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 {
4754.noborder tr.liste_total td, tr.liste_total td, form.liste_total div {
4755 white-space: nowrap;
4758.noborder tr.liste_total_wrap td, tr.liste_total_wrap td, form.liste_total_wrap div {
4759 white-space: normal;
4762tr.liste_sub_total, tr.liste_sub_total td {
4763 border-bottom: 2px solid #aaa;
4766.tableforservicepart1 .impair, .tableforservicepart1 .pair, .tableforservicepart2 .impair, .tableforservicepart2 .pair {
4769.tableforservicepart1 tbody tr td, .tableforservicepart2 tbody tr td {
4770 border-bottom: none;
4773.paymenttable, .margintable {
4774 margin: 0px 0px 0px 0px !important;
4776.paymenttable, .margintable:not(.margintablenotop) {
4777 border-top-width: <?php echo $borderwidth ?>px !important;
4778 border-top-color: var(--colortopbordertitle1) !important;
4779 border-top-style: solid !important;
4781.margintable.margintablenotop {
4782 border-top-width: 0;
4784.paymenttable tr td:first-child, .margintable tr td:first-child
4788.paymenttable, .margintable tr td {
4794 -webkit-box-shadow: 0px 0px 0px #f4f4f4 !important;
4795 box-shadow: 0px 0px 0px #f4f4f4 !important;
4798 -webkit-box-shadow: 2px 2px 5px #CCC !important;
4799 box-shadow: 2px 2px 5px #CCC !important;
4803 -webkit-box-shadow: 0px 0px 5px #888;
4804 box-shadow: 0px 0px 5px #888;
4807div.tabBar .noborder {
4808 -webkit-box-shadow: 0px 0px 0px #f4f4f4 !important;
4809 box-shadow: 0px 0px 0px #f4f4f4 !important;
4811div .tdtop:not(.tagtdnote) {
4812 vertical-align: top !important;
4813 padding-top: 8px !important;
4814 padding-bottom: 0px !important;
4817#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 {
4818 border-bottom: 1px solid #AAA !important;
4820#tablelines tr td, #tablelinesservice tr td {
4827.noborder > tbody > tr:nth-child(even):not(.liste_titre):not(.nooddeven),
4828.liste > tbody > tr:nth-child(even):not(.liste_titre):not(.nooddeven),
4829div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) > .border > tbody >
table:not(.tableforfieldedit) > tr:nth-of-
type(even):not(.liste_titre):not(.nooddeven),
4830.liste > tbody > tr:nth-of-
type(even):not(.liste_titre):not(.nooddeven),
4831div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) .oddeven.tagtr:nth-of-
type(even):not(.liste_titre):not(.nooddeven)
4833 background: linear-gradient(to bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
4834 background: -o-linear-gradient(bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
4835 background: -moz-linear-gradient(bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
4836 background: -webkit-linear-gradient(bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
4838.noborder > tbody > tr:nth-child(even):not(:last-of-
type) td:not(.liste_titre),
4839.liste > tbody > tr:nth-child(even):not(:last-of-
type) td:not(.liste_titre),
4840.noborder .tagtr:nth-child(even):not(:last-of-
type) .oddeven.tagtd:not(.liste_titre)
4842 border-bottom: 1px solid #e8e8e8;
4845.noborder > tbody > tr:nth-child(odd):not(.liste_titre):not(.nooddeven),
4846.liste > tbody > tr:nth-child(odd):not(.liste_titre):not(.nooddeven),
4847div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) > .border > tbody >
table:not(.tableforfieldedit) > tr:nth-of-
type(odd):not(.liste_titre):not(.nooddeven),
4848.liste > tbody > tr:nth-of-
type(odd):not(.liste_titre):not(.nooddeven),
4849div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) .oddeven.tagtr:nth-of-
type(odd):not(.liste_titre):not(.nooddeven)
4851 background: linear-gradient(to bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
4852 background: -o-linear-gradient(bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
4853 background: -moz-linear-gradient(bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
4854 background: -webkit-linear-gradient(bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
4856.noborder > tbody > tr:nth-child(odd):not(:last-child) td:not(.liste_titre),
4857.liste > tbody > tr:nth-child(odd):not(:last-child) td:not(.liste_titre),
4858.noborder .tagtr:nth-child(odd):not(:last-child) .oddeven.tagtd:not(.liste_titre)
4860 border-bottom: 1px solid #e8e8e8;
4863ul.noborder li:nth-child(even):not(.liste_titre) {
4864 background-color: var(--colorbacklinepair2) !important;
4877 padding-bottom: 12px;
4882.boxstats, .boxstats130 {
4883 display:
inline-block;
4890.boxstats, .boxstats130, .boxstatscontent {
4891 white-space: nowrap;
4893 text-overflow: ellipsis;
4905@media only screen and (max-width: 768px)
4907 .tabBar .arearef .pagination.paginationref {
4908 max-width: calc(50%);
4911 div.pagination ul li {
4915 div.pagination .button-title-separator {
4919 .clearbothonsmartphone {
4921 display: block !important;
4925 padding-left: 0 !important;
4926 margin-left: 0 !important;
4927 margin-right: 0 !important;
4934 .boxstats, .boxstats130 {
4936 border: 1px solid #ddd;
4946 .dashboardlineindicator {
4958 box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20);
4965.boxstatsindicator.thumbstat150 {
4966 display:
inline-flex;
4968span.boxstatsindicator {
4970 font-weight: normal;
4971 color: rgb(<?php print $colortextlink; ?>);
4973span.dashboardlineindicator, span.dashboardlineindicatorlate {
4975 font-weight: normal;
4977a.dashboardlineindicatorlate:hover {
4978 text-decoration: none;
4980.dashboardlineindicatorlate img {
4983span.dashboardlineok {
4986span.dashboardlineko {
4990.dashboardlinelatecoin {
4995 padding: 1px 6px 1px 6px;
4996 background-color: #8c4446;
4997 color: #FFFFFF ! important;
4998 border-radius: .25em;
5001 margin-bottom: 20px !important;
5004 border-bottom-width: 1px;
5012.boxtablenomarginbottom {
5013 margin-bottom: 0 !important;
5015.boxtable .fichehalfright, .boxtable .fichehalfleft {
5021.boxworkingboard .tdboxstats {
5022 padding-left: 1px !important;
5023 padding-right: 1px !important;
5025a.valignmiddle.dashboardlineindicator {
5029 height: 30px !important;
5033 height: 26px !important;
5040 background: var(--colorbacktitle1);
5041 color: var(--colortexttitle);
5042 font-family: <?php print $fontlist ?>, sans-serif;
5043 font-weight: <?php echo $useboldtitle ?
'bold' :
'normal'; ?>;
5044 border-bottom: 1px solid #FDFFFF;
5045 white-space: nowrap;
5048tr.box_titre td.boxclose {
5051img.boxhandle, img.boxclose {
5056 vertical-align: middle;
5059.formboxfilter input[
type=image]
5069.prod_entry_mode_free, .prod_entry_mode_predef {
5070 height: 26px !important;
5071 vertical-align: middle;
5075 border: 1px solid #888;
5084.ok { color: #114466; }
5085.warning { color: #887711 !important; }
5086.error { color: #550000 !important; font-weight: bold; }
5087.green { color: #118822 !important; }
5095 border-<?php print $left; ?>: solid 5px #87cfd2;
5099 padding-bottom: 8px;
5100 margin: 0.5em 0em 0.5em 0em;
5101 background: #eff8fc;
5107 border-<?php print $left; ?>: solid 5px #f2cf87;
5111 padding-bottom: 8px;
5112 margin: 0.5em 0em 0.5em 0em;
5113 background: #fcf8e3;
5116div.warning a, div.info a, div.error a {
5117 color: rgb(<?php echo $colortextlink; ?>);
5122 border-<?php print $left; ?>: solid 5px #f28787;
5126 padding-bottom: 8px;
5127 margin: 0.5em 0em 0.5em 0em;
5128 background: #EFCFCF;
5137a.normal:link { font-weight: normal }
5138a.normal:visited { font-weight: normal }
5139a.normal:active { font-weight: normal }
5140a.normal:hover { font-weight: normal }
5142a.impayee:link { font-weight: bold; color: #550000; }
5143a.impayee:visited { font-weight: bold; color: #550000; }
5144a.impayee:active { font-weight: bold; color: #550000; }
5145a.impayee:hover { font-weight: bold; color: #550000; }
5158.framecontent iframe {
5169.opened-dash-board-wrap {
5170 margin-bottom: 25px;
5177.product_line_stock_ok { color: #002200; }
5178.product_line_stock_too_low { color: #884400; }
5180.fieldrequired { font-weight: bold; color: #000055; }
5182td.widthpictotitle, .table-fiche-title img.widthpictotitle { width: 32px; font-size: 1.4em; text-align: <?php echo $left; ?>; }
5183table.titlemodulehelp tr td img.widthpictotitle { width: 80px; }
5185.dolgraphtitle { margin-top: 6px; margin-bottom: 4px; }
5186.dolgraphtitlecssboxes { }
5187.dolgraphchart canvas {
5190.legendColorBox, .legendLabel { border: none !important; }
5191div.dolgraph div.legend, div.dolgraph div.legend div { background-color: rgba(255,255,255,0) !important; }
5192div.dolgraph div.legend
table tbody tr { height:
auto; }
5193td.legendColorBox { padding: 2px 2px 2px 0 !important; }
5194td.legendLabel { padding: 2px 2px 2px 0 !important; }
5196 text-align: <?php echo $left; ?>;
5200 white-space: nowrap;
5210div.divphotoref > div > .photowithmargin, div.divphotoref > img.photowithmargin, div.divphotoref > a > .photowithmargin {
5211 margin-<?php echo $right; ?>: 15px;
5214 border: 1px solid #f0f0f0;
5219 text-align: center !important;
5222 margin-top: 6px !important;
5227 content:url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/logo_setup.svg', 1) ?>);
5228 display:
inline-block;
5233 content:url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/nographyet.svg', 1) ?>);
5234 display:
inline-block;
5236 background-repeat: no-repeat;
5245 text-decoration: none;
5247 padding-bottom: 5px;
5248 text-transform: uppercase;
5255 color: var(--colortexttitlenotab);
5258 color: var(--colortexttitlenotab);
5261 color: var(--colortexttitlenotab2);
5264table.notopnoleftnoright.table-fiche-title {
5265 margin-bottom: 14px;
5267.fichehalfleft
table.table-fiche-title, .fichehalfright
table.table-fiche-title {
5272table.table-fiche-title .col-title div.titre, .col-center .btnTitle-
icon, .col-right .btnTitle-
icon {
5276div.backgreypublicpayment {
5277 background-color: #f0f0f0;
5279 border-bottom: 1px solid #ddd;
5285.backgreypublicpayment a { color: #222 !important; }
5286.poweredbypublicpayment {
5295span.buttonpaymentsmall {
5300 min-width: 300px; font-size: 16px;
5304 min-width: 320px; font-size: 16px;
5307#tablepublicpayment { border: 1px solid #CCCCCC !important; width: 100%; padding: 20px; margin-bottom: 20px; }
5308#tablepublicpayment .CTableRow1 { background-color: #F0F0F0 !important; }
5309#tablepublicpayment tr.liste_total { border-bottom: 1px solid #CCCCCC !important; }
5310#tablepublicpayment tr.liste_total td { border-top: none; }
5312.divmainbodylarge { margin-left: 40px; margin-right: 40px; }
5313.publicnewmemberform div.titre { font-size: 2em; }
5314#divsubscribe { max-width: 900px; }
5315#divsubscribe .eventlabel { font-size: 1.5em; }
5316#tablesubscribe { width: 100%; }
5317#tablesubscribe tr td { font-size: 1.15em; }
5318#tablesubscribe .price-registration { font-size: 1.5em; }
5322 border: 1px solid #ccc;
5340.effectpostit:before, .effectpostit:after
5351 -webkit-box-shadow: 0 15px 10px #777;
5352 box-shadow: 0 15px 10px #777;
5353 -webkit-transform: rotate(-3deg);
5354 -moz-transform: rotate(-3deg);
5355 -o-transform: rotate(-3deg);
5356 -ms-transform: rotate(-3deg);
5357 transform: rotate(-3deg);
5361 -webkit-transform: rotate(3deg);
5362 -moz-transform: rotate(3deg);
5363 -o-transform: rotate(3deg);
5364 -ms-transform: rotate(3deg);
5365 transform: rotate(3deg);
5376.ui-dialog-titlebar {
5379 font-size: <?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize; ?> !important;
5381.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable {
5382 z-index: 1005 !important;
5384.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
5385 z-index:1006 !important;
5388.ui-dialog.ui-widget.ui-widget-content {
5389 border: 1px solid #e0e0e0;
5394 background-color: #f8f8f8 !important;
5416 border-<?php print $left; ?>: solid 5px #f2cf87;
5422 padding-bottom: 4px;
5424 background: #fcf8e3;
5437.ui-dialog.highlight.ui-widget.ui-widget-content.ui-front {
5442 max-width: <?php print
dol_size(700,
'width'); ?>px !important;
5445div.ui-tooltip.mytooltip {
5446 border-top: solid 1px #BBBBBB;
5447 border-<?php print $left; ?>: solid 1px #BBBBBB;
5448 border-<?php print $right; ?>: solid 1px #444444;
5449 border-bottom: solid 1px #444444;
5452 box-shadow: 0 0 4px grey;
5454 font-stretch: condensed;
5460@media only screen and (max-width: 768px)
5462 div.ui-tooltip.mytooltip {
5466@media only screen and (max-width: 480px)
5468 div.ui-tooltip.mytooltip {
5472@media only screen and (max-width: 320px)
5474 div.ui-tooltip.mytooltip {
5484.ui-datepicker-calendar .ui-state-
default, .ui-datepicker-calendar .ui-widget-content .ui-state-
default,
5485.ui-datepicker-calendar .ui-widget-header .ui-state-
default, .ui-datepicker-calendar .ui-
button,
5491div#ui-datepicker-div {
5493 box-shadow: 2px 5px 15px #aaa;
5499.ui-datepicker .ui-datepicker
table {
5502.ui-datepicker .ui-widget-header {
5507img.datecallink { padding-left: 2px !important; padding-right: 2px !important; }
5509select.ui-datepicker-year {
5510 margin-left: 2px !important;
5512.ui-datepicker-trigger {
5513 vertical-align: middle;
5520 -webkit-border-radius: 4px;
5522 border: 1px #E4ECEC outset;
5528 background-color: #FFFFFF;
5534 border-spacing: 0px;
5535 border-collapse: collapse;
5537.dp td, .tpHour td, .tpMinute td{padding:2px; font-size:10px;}
5539.dpHead,.tpHead,.tpHour td:Hover .tpHead{
5541 background-color: #888;
5547.dpButtons,.tpButtons {
5549 background-color: #888;
5554.dpButtons:Active,.tpButtons:Active{border: 1px outset black;}
5555.dpDayNames td,.dpExplanation {background-color:#D9DBE1; font-weight:bold; text-align:center; font-size:11px;}
5556.dpExplanation{ font-weight:normal; font-size:11px;}
5557.dpWeek td{text-align:center}
5559.dpToday,.dpReg,.dpSelected{
5562.dpToday{font-weight:bold; color:black; background-color:#f4f4f4;}
5563.dpReg:Hover,.dpToday:Hover{background-color:black;color:white}
5566.dpSelected{background-color:#0B63A2;color:white;font-weight:bold; }
5568.tpHour{border-top:1px solid #f4f4f4; border-right:1px solid #f4f4f4;}
5569.tpHour td {border-left:1px solid #f4f4f4; border-bottom:1px solid #f4f4f4; cursor:pointer;}
5570.tpHour td:Hover {background-color:black;color:white;}
5572.tpMinute {margin-top:5px;}
5573.tpMinute td:Hover {background-color:black; color:white; }
5574.tpMinute td {background-color:#D9DBE1; text-align:center; cursor:pointer;}
5580 background-color:transparent;
5585 vertical-align:middle;
5589 color: rgb(<?php print $colortextlink; ?>);
5594.categtextwhite, .treeview .categtextwhite.hover {
5595 color: #fff !important;
5598 color: #000 !important;
5610div.hidden, div.hiddenforpopup, header.hidden, tr.hidden, td.hidden,
5611img.hidden, span.hidden, br.hidden, div.showifmore {
5629.previewnotyetavailable {
5633.websiteformtoolbar {
5635 top: <?php echo empty($dol_hide_topmenu) ? ($disableimages ?
'36px' :
'50px') :
'0'; ?>;
5639.exampleapachesetup {
5643 border: 1px solid #aaa;
5647 background: #ddd; border: 1px solid #ccc; border-radius: 4px;
5652 background-color: transparent;
5653 background-image: none;
5654 color: #000 !important;
5657.bordertransp:not(.nobordertransp) {
5658 background-color: transparent;
5659 background-image: none;
5660 border: 1px solid #aaa;
5661 font-weight: normal;
5662 color: #444 !important;
5664.websitebar .button.bordertransp {
5666 text-decoration: unset !important;
5671 border-bottom: 1px solid #ccc;
5673 display:
inline-block;
5675.centpercent.websitebar {
5676 width: calc(100% - 10px);
5677 padding: 5px 5px 5px 5px;
5680.websitebar .buttonDelete, .websitebar .button {
5683.websitebar .button, .websitebar .buttonDelete
5685 padding: 2px 4px 2px 4px !important;
5686 margin: 2px 4px 2px 4px !important;
5687 line-height: normal;
5689.websitebar input.button.bordertransp, .websitebar input.buttonDelete.bordertransp {
5690 color: #444 !important;
5695 padding-<?php echo $right; ?>: 10px;
5696 vertical-align: middle;
5701.websiteselection, .websitetools {
5707 display:
inline-block;
5708 vertical-align: top;
5711.websiteiframenoborder {
5714span.websitebuttonsitepreview, a.websitebuttonsitepreview {
5715 vertical-align: middle;
5717span.websitebuttonsitepreview img, a.websitebuttonsitepreview img {
5719 display:
inline-block;
5721span.websitebuttonsitepreviewdisabled img, a.websitebuttonsitepreviewdisabled img {
5724.websiteiframenoborder {
5728 vertical-align: middle;
5732.websiteselectionsection {
5733 border-left: 1px solid #bbb;
5734 border-right: 1px solid #bbb;
5739.websitebar input#previewpageurl {
5743#divbodywebsite section p {
5752.dayevent .tagtr:first-of-
type {
5755.agendacell { height: 60px; }
5756table.cal_month { border-spacing: 0px; }
5757table.cal_month td:first-child { border-left: 0px; }
5758table.cal_month td:last-child { border-right: 0px; }
5759.cal_current_month { border-top: 0; border-left: solid 1px #E0E0E0; border-right: 0; border-bottom: solid 1px #E0E0E0; }
5760.cal_current_month_peruserleft { border-top: 0; border-left: solid 2px #6C7C7B; border-right: 0; border-bottom: solid 1px #E0E0E0; }
5761.cal_current_month_oneday { border-right: solid 1px #E0E0E0; }
5762.cal_other_month { border-top: 0; border-left: solid 1px #C0C0C0; border-right: 0; border-bottom: solid 1px #C0C0C0; }
5763.cal_other_month_peruserleft { border-top: 0; border-left: solid 2px #6C7C7B !important; border-right: 0; }
5764.cal_current_month_right { border-right: solid 1px #E0E0E0; }
5765.cal_other_month_right { border-right: solid 1px #C0C0C0; }
5766.cal_other_month { background: #FAFAFA; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 1px; padding-top: 0px; padding-bottom: 0px; }
5767.cal_past_month { background: #EEEEEE; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 1px; padding-top: 0px; padding-bottom: 0px; }
5768.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; }
5769.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; }
5770.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; }
5771.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; }
5772.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; }
5774.cal_peruser { padding: 0px; }
5775.cal_impair { background: #F8F8F8; }
5776.cal_today_peruser_impair { background: #F8F8F0; }
5777.peruser_busy { background: #CC8888; }
5778.peruser_notbusy { background: #EEDDDD; opacity: 0.5; }
5779div.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); }
5780table.cal_event { border: none; border-collapse: collapse; margin-bottom: 1px; -webkit-border-radius: 3px; border-radius: 3px; min-height: 20px; }
5781table.cal_event td { border: none; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 2px; padding-top: 0px; padding-bottom: 0px; }
5782table.cal_event td.cal_event { padding: 4px 4px !important; padding-bottom: 2px !important; padding-top: 2px !important; }
5783table.cal_event td.cal_event_right { padding: 4px 4px !important; }
5784.cal_event { font-size: 1em; }
5785.cal_event a:link { color: #111111; font-weight: normal !important; }
5786.cal_event a:visited { color: #111111; font-weight: normal !important; }
5787.cal_event a:active { color: #111111; font-weight: normal !important; }
5788.cal_event_busy a:hover { color: #111111; font-weight: normal !important; color:rgba(255,255,255,.75); }
5790.cal_peruserviewname { max-width: 140px; height: 22px; }
5798.calendarviewcontainertr { height: 100px; }
5801 background-size: 24px
auto;
5808.cal_available { background: #0060d450; }
5809.cal_chosen { background: #0060d4; }
5816 border: solid 1px rgba(0,0,0,.3);
5817 background: var(--colorbackbody) !important;
5818 color: var(--colortext) !important;
5821.ui-autocomplete-loading { background: white url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/working.gif', 1) ?>) right center no-repeat; }
5826 background-color:white;
5827 border:1px solid #888;
5831.ui-autocomplete ul {
5832 list-style-
type:none;
5836.ui-autocomplete ul li.selected { background-color: #D3E5EC;}
5837.ui-autocomplete ul li {
5838 list-style-
type:none;
5853 text-overflow: ellipsis;
5861.editkey_textarea, .editkey_ckeditor, .editkey_string, .editkey_email, .editkey_numeric, .editkey_select, .editkey_autocomplete {
5862 background: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/edit.png', 1) ?>) right top no-repeat;
5868.editkey_datepicker {
5869 background: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/calendar.png', 1) ?>) right center no-repeat;
5875.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 {
5880.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 {
5895.treeview ul { background-color: transparent !important; margin-top: 0 !important; }
5896.treeview li { background-color: transparent !important; padding: 0 0 0 20px !important; min-height: 30px; }
5897.treeview .hitarea { width: 20px !important; margin-left: -20px !important; margin-top: 3px; }
5898.treeview li
table { min-height: 30px; }
5899.treeview .hover { color: var(--colortextlink) !important; text-decoration: underline !important; }
5931 font-family:sans-serif;
5934 border-spacing: 0px;
5935 border-collapse: collapse;
5942 border-style:groove;
5952div.jPicker
table.jPicker {
5953 padding-bottom: 20px;
5954 padding-right: 20px;
5958 height: 2px !important;
5962 background: unset !important;
5963 border: unset !important;
5965.jPicker .Preview div span {
5966 border: unset !important;
5967 width: unset !important;
5968 height: 50% !important;
5972 border: 1px solid #bbb !important;
5973 background-color: #f4f4f4 !important;
5974 box-shadow: 0px 0px 10px #ccc;
5977 background-image: unset !important;
5979.jPicker .Grid span.QuickColor {
5980 border: unset !important;
5986 white-space: nowrap;
5988.jPicker td.Text input {
5989 height: 1em !important;
5991.jPicker .Preview div {
5992 height: 36px !important;
5995A.color, A.color:active, A.color:visited {
5998 text-decoration : none;
6004 border : 1px inset white;
6007 border : 1px outset white;
6009A.none, A.none:active, A.none:visited, A.none:hover {
6012 text-decoration : none;
6019 border : 1px solid #b3c5cc;
6028 background-color : #b3c5cc;
6035 background-color : #b3c5cc;
6036 border : 2px outset;
6045 border : 1px outset white;
6051 font-family : <?php print $fontlist ?>;
6054 text-align : center;
6058 font-family : <?php print $fontlist ?>;
6065 font-family : <?php print $fontlist ?>;
6071 border: solid 1px #ddd !important;
6076.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
6078 background: rgb(<?php echo $colorbacktitle1; ?>);
6082.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 {
6083 background: #007fff !important;
6084 color: #ffffff !important;
6087.ui-menu .ui-menu-item a {
6088 text-decoration:none;
6092 font-weight: normal;
6093 font-family:<?php echo $fontlist; ?>;
6097 font-family:<?php echo $fontlist; ?>;
6099.ui-
button { margin-left: -2px; <?php print(preg_match(
'/chrome/', $conf->browser->name) ?
'padding-top: 1px;' :
''); ?> }
6104 line-height: 1em !important;
6106.ui-autocomplete-input { margin: 0; padding: 4px; }
6113body.cke_show_borders {
6114 margin: 5px !important;
6118 border: 1px #bbb solid ! important;
6125.cke_wrapper { padding: 4px !important; }
6126a.cke_dialog_ui_button
6128 font-family: <?php print $fontlist ?> !important;
6129 background-image: url(<?php echo $img_button ?>) !important;
6130 background-
position: bottom !important;
6131 border: 1px solid #C0C0C0 !important;
6132 -webkit-border-radius:0px 2px 0px 2px !important;
6133 border-radius:0px 2px 0px 2px !important;
6134 -webkit-box-shadow: 3px 3px 4px #f4f4f4 !important;
6135 box-shadow: 3px 3px 4px #f4f4f4 !important;
6137.cke_dialog_ui_hbox_last
6139 vertical-align: bottom !important;
6141.cke_dialog_ui_hbox_last
6143 vertical-align: bottom !important;
6146 width: 40px !important;
6155a.cke_dialog_ui_button_ok span {
6156 text-shadow: none !important;
6157 color: #333 !important;
6159a.cke_button, a.cke_combo_button {
6160 height: 18px !important;
6162div.cke_notifications_area .cke_notification_warning {
6171 border: 1px solid #ddd;
6174.aceeditorstatusbar {
6177 padding-<?php echo $left; ?>: 10px;
6185.ace_status-indicator {
6189 border-left: 1px solid;
6191pre#editfilecontentaceeditorid {
6201 height: 72px !important;
6209.customreportsoutput, .customreportsoutputnotdata {
6212.customreportsoutputnotdata {
6225#types .btn-primary {
6234 display:
inline-block;
6239 vertical-align: top;
6242#types input.text, #types textarea {
6256 box-sizing:border-box;
6263#comment .comment-table {
6267#comment .comment-cell {
6270#comment .comment-info {
6272 border-right:1px solid #dedede;
6276 background:rgba(255,255,255,0.5);
6277 vertical-align:middle;
6280#comment .comment-info a {
6283#comment .comment-right {
6286#comment .comment-description {
6290#comment .comment-delete {
6293 vertical-align:middle;
6295#comment .comment-delete:hover {
6296 background:rgba(250,20,20,0.8);
6298#comment .comment-edit {
6301 vertical-align:middle;
6303#comment .comment-edit:hover {
6304 background:rgba(0,184,148,0.8);
6316 width: <?php print isset($_SESSION[
'dol_screenwidth']) ? max((
int) $_SESSION[
'dol_screenwidth'] - 830, 450) :
'450'; ?>px !important;
6319div#GanttChartDIVglisthead, div#GanttChartDIVgcharthead {
6323.gtaskname div, .gtaskname, .gstartdate div, .gstartdate, .genddate div, .genddate {
6324 font-size: unset !important;
6327div.gantt, .gtaskheading, .gmajorheading, .gminorheading, .gminorheadingwkend {
6328 font-size: unset !important;
6329 font-weight: normal !important;
6330 color: #000 !important;
6333 background: #f0f0f0 !important;
6336 background: rgb(108,152,185) !important;
6339 background: rgb(160,173,58) !important;
6343 text-overflow: ellipsis;
6345td.gminorheadingwkend {
6346 color: #888 !important;
6349 color: #666 !important;
6351.glistlbl, .glistgrid {
6352 width: 582px !important;
6354.gtaskname div, .gtaskname {
6355 min-width: 250px !important;
6356 max-width: 250px !important;
6357 width: 250px !important;
6359.gpccomplete div, .gpccomplete {
6360 min-width: 40px !important;
6361 max-width: 40px !important;
6362 width: 40px !important;
6364td.gtaskheading.gstartdate, td.gtaskheading.genddate {
6365 white-space:
break-spaces;
6367.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) {
6368 color: transparent !important;
6383 font-weight: normal;
6392 font-weight: normal;
6398 text-decoration: none;
6403 margin: 0 5px 5px 5px;
6408 margin: 0 10px 20px 10px;
6413 float: <?php print $left; ?>;
6414 border: solid 1px #f4f4f4;
6421 font-weight: normal;
6434 vertical-align: middle;
6438 display:
inline-block !important;
6441 width: calc(100% - 100px);
6443 white-space:
break-spaces;
6444 word-
break:
break-all;
6446ul.ecmjqft a:active {
6447 font-weight: bold !important;
6450 text-decoration: underline;
6454 vertical-align: middle;
6455 display:
inline-block !important;
6456 text-align: <?php echo $right; ?>;
6457 float: <?php echo $right; ?>;
6461div#ecm-layout-west {
6463 vertical-align: top;
6465div#ecm-layout-center {
6466 width: calc(100% - 405px);
6467 vertical-align: top;
6468 float: <?php echo $right; ?>;
6471.ecmjqft LI.directory { font-weight:normal; background: url(<?php echo
dol_buildpath($path.
'/theme/common/treemenu/folder2.png', 1); ?>) left top no-repeat; }
6472.ecmjqft LI.expanded { font-weight:normal; background: url(<?php echo
dol_buildpath($path.
'/theme/common/treemenu/folder2-expanded.png', 1); ?>) left top no-repeat; }
6473.ecmjqft LI.wait { font-weight:normal; background: url(<?php echo
dol_buildpath(
'/theme/'.$theme.
'/img/working.gif', 1); ?>) left top no-repeat; }
6483 top:
auto !important;
6484 bottom: 4px !important;
6487 min-width: <?php echo $dol_optimize_smallscreen ?
'200' :
'480'; ?>px;
6490 padding-left: 10px !important;
6491 padding-right: 10px !important;
6492 word-wrap:
break-word;
6494.jnotify-container .jnotify-notification .jnotify-message {
6495 font-weight: normal;
6497 word-
break:
break-word;
6499.jnotify-container .jnotify-notification-warning .jnotify-close, .jnotify-container .jnotify-notification-warning .jnotify-message {
6500 color: #a28918 !important;
6504div.jnotify-background {
6505 opacity : 0.95 !important;
6506 -webkit-box-shadow: 2px 2px 4px #888 !important;
6507 box-shadow: 2px 2px 4px #888 !important;
6515div.dolEventValid h1, div.dolEventValid h2 {
6517 background-color: #e3f0db;
6518 padding: 5px 5px 5px 5px;
6521div.dolEventError h1, div.dolEventError h2 {
6523 background-color: #d79eac;
6524 padding: 5px 5px 5px 5px;
6532.divmap, #google-visualization-geomap-embed-0, #google-visualization-geomap-embed-1, #google-visualization-geomap-embed-2 {
6540table.dataTable tr.odd td.sorting_1,
table.dataTable tr.even td.sorting_1 {
6541 background: none !important;
6543.sorting_asc { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_asc.png
', 1); ?>') no-repeat center right !important; }
6544.sorting_desc { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_desc.png
', 1); ?>') no-repeat center right !important; }
6545.sorting_asc_disabled { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_asc_disabled.png
', 1); ?>') no-repeat center right !important; }
6546.sorting_desc_disabled { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_desc_disabled.png
', 1); ?>') no-repeat center right !important; }
6547.dataTables_paginate {
6550.paginate_button_disabled {
6551 opacity: 1 !important;
6552 color: #888 !important;
6553 cursor:
default !important;
6555.paginate_disabled_previous:hover, .paginate_enabled_previous:hover, .paginate_disabled_next:hover, .paginate_enabled_next:hover
6557 font-weight: normal;
6559.paginate_enabled_previous:hover, .paginate_enabled_next:hover
6561 text-decoration: underline !important;
6565 text-decoration: underline !important;
6569 font-weight: normal !important;
6570 text-decoration: none !important;
6572.paging_full_numbers {
6573 height: inherit !important;
6575.paging_full_numbers a.paginate_active:hover, .paging_full_numbers a.paginate_button:hover {
6576 background-color: #DDD !important;
6578.paging_full_numbers, .paging_full_numbers a.paginate_active, .paging_full_numbers a.paginate_button {
6579 background-color: #FFF !important;
6580 border-radius: inherit !important;
6582.paging_full_numbers a.paginate_button_disabled:hover, .paging_full_numbers a.disabled:hover {
6583 background-color: #FFF !important;
6585.paginate_button, .paginate_active {
6586 border: 1px solid #ddd !important;
6587 padding: 6px 12px !important;
6588 margin-left: -1px !important;
6589 line-height: 1.42857143 !important;
6590 margin: 0 0 !important;
6597.ui-state-
disabled, .ui-widget-content .ui-state-
disabled, .ui-widget-header .ui-state-
disabled, .paginate_button_disabled {
6599 background-image: none;
6602div.dataTables_length {
6603 float: right !important;
6606div.dataTables_length select {
6609.dataTables_wrapper .dataTables_paginate {
6610 padding-top: 0px !important;
6618span#select2-taskid-container[title^=
'--'] {
6622input.select2-input {
6623 border-bottom: none ! important;
6627 border-bottom: 1px solid #ccc !important;
6629.select2-results .select2-highlighted.optionblue {
6630 color: #FFF !important;
6633.select2-container .select2-selection--multiple {
6634 min-height: 28px !important;
6637.select2-container--
default .select2-selection--multiple .select2-selection__choice {
6642.blockvmenusearch .select2-container--
default .select2-selection--single,
6643.blockvmenubookmarks .select2-container--
default .select2-selection--single
6645 background-color: unset;
6647#blockvmenusearch .select2-container--default .select2-selection--single .select2-selection__placeholder {
6648 color: var(--colortextbackvmenu);
6650.select2-container--
default .select2-selection--single .select2-selection__rendered {
6653.select2-container .select2-choice {
6654 border-bottom: 1px solid #ccc;
6656.select2-container .select2-choice > .select2-chosen {
6659.select2-container .select2-choice .select2-arrow {
6662.select2-container-multi .select2-choices {
6663 background-image: none;
6665.select2-container .select2-choice {
6669.selectoptiondisabledwhite {
6670 background: #FFFFFF !important;
6675 border-left: none !important;
6676 background: none !important;
6680 border-top: none !important;
6681 border-left: none !important;
6682 border-right: none !important;
6683 border-bottom: 1px solid #ccc;
6685.select2-drop.select2-drop-above {
6686 box-shadow: none !important;
6688.select2-container--open .select2-dropdown--above {
6689 border-bottom: solid 1px rgba(0,0,0,.2);
6691.select2-drop.select2-drop-above.select2-drop-active {
6692 border-top: 1px solid #ccc;
6693 border-bottom: 1px solid #ccc;
6695.select2-container--
default .select2-selection--single
6701 border-bottom: solid 1px rgba(0,0,0,.2);
6702 -webkit-box-shadow: none !important;
6703 box-shadow: none !important;
6704 border-radius: 0 !important;
6706.select2-container--
default.select2-container--focus .select2-selection--multiple {
6711.select2-container--
default .select2-selection--multiple {
6712 border-bottom: solid 1px rgba(0,0,0,.2);
6716 border-radius: 0 !important;
6717 line-height: normal;
6719.select2-container--
default .select2-selection--multiple .select2-selection__rendered {
6722.select2-container--
default .select2-selection--multiple .select2-selection__choice {
6723 margin-top: 4px !important;
6725.select2-selection--multiple input.select2-search__field {
6726 border-bottom: none !important;
6728.select2-search__field
6731 border-top: none !important;
6732 border-left: none !important;
6733 border-right: none !important;
6734 border-bottom: solid 1px rgba(0,0,0,.2) !important;
6735 -webkit-box-shadow: none !important;
6736 box-shadow: none !important;
6737 border-radius: 0 !important;
6739.select2-container-active .select2-choice, .select2-container-active .select2-choices
6744 border-bottom: none;
6745 -webkit-box-shadow: none !important;
6746 box-shadow: none !important;
6748.select2-dropdown-open {
6749 background-color: #fff;
6751.select2-dropdown-open .select2-choice, .select2-dropdown-open .select2-choices
6756 border-bottom: none;
6757 -webkit-box-shadow: none !important;
6758 box-shadow: none !important;
6759 background-color: #fff;
6765.select2-drop.select2-drop-above.select2-drop-active, .select2-drop {
6768.select2-drop.select2-drop-above {
6771.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
6772 background-image: none;
6773 border-radius: 0 !important;
6775div.select2-drop-above
6778 -webkit-box-shadow: none !important;
6779 box-shadow: none !important;
6783 border: 1px solid #ccc;
6786.select2-search input {
6789a span.select2-chosen
6791 font-weight: normal !important;
6793.select2-container .select2-choice {
6794 background-image: none;
6797.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit
6799 background: #FFFFFF;
6804.select2-results__option {
6805 word-
break:
break-word;
6806 text-align: <?php echo $left; ?>;
6808.select2-container.select2-container-
disabled .select2-choice, .select2-container-multi.select2-container-
disabled .select2-choices {
6809 background-color: #FFFFFF;
6810 background-image: none;
6814.select2-container-
disabled .select2-choice .select2-arrow b {
6817.select2-container-multi .select2-choices .select2-search-choice {
6820.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices, .select2-container-multi .select2-choices,
6821.select2-container-multi.select2-container-active .select2-choices
6823 border-bottom: 1px solid #ccc;
6826 border-left: 1px solid #ddd;
6828.select2-container--
default .select2-results>.select2-results__options{
6833#addbox .select2-container .select2-choice > .select2-chosen, #actionbookmark .select2-container .select2-choice > .select2-chosen {
6834 text-align: <?php echo $left; ?>;
6837.select2-container--
default .select2-selection--single .select2-selection__placeholder {
6841span#select2-boxbookmark-container, span#select2-boxcombo-container {
6842 text-align: <?php echo $left; ?>;
6845.select2-container .select2-selection--single .select2-selection__rendered {
6849#boxbookmark.boxcombo, #boxcombo.boxcombo {
6852 border-bottom: solid 1px rgba(0,0,0,.4) !important;
6855 padding: 0 0 5px 5px;
6856 vertical-align: top;
6860.select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr {
6861 padding: 3px 5px 2px 5px;
6862 margin: 0 0 2px 3px;
6867 border: 1px solid #ddd;
6869 -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
6870 box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
6871 background-clip: padding-box;
6872 -webkit-touch-callout: none;
6873 -webkit-
user-select: none;
6874 -moz-
user-select: none;
6875 -ms-
user-select: none;
6877 background-color: #e4e4e4;
6878 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));
6879 background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
6880 background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
6881 background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
6883.select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr a {
6884 font-weight: normal;
6886.select2-container-multi-dolibarr .select2-choices-dolibarr li {
6887 float: <?php echo $left; ?>;
6890.select2-container-multi-dolibarr .select2-choices-dolibarr {
6891 height:
auto !important;
6900span.select2.select2-container.select2-container--
default {
6901 text-align: initial;
6904ul.select2-results__options li {
6908select.multiselectononeline {
6910 vertical-align: middle;
6912 height: 28px !important;
6917@media only screen and (min-width: 767px)
6920 .select2-container.select2-container--open:not(.graphtype) .select2-dropdown.ui-dialog {
6921 min-width: 240px !important;
6923 .select2-container.select2-container--open:not(.graphtype) .select2-dropdown--below:not(.onrightofpage),
6924 .select2-container.select2-container--open:not(.graphtype) .select2-dropdown--above:not(.onrightofpage) {
6925 min-width: 240px !important;
6927 .onrightofpage span.select2-dropdown.ui-dialog.select2-dropdown--below,
6928 .onrightofpage span.select2-dropdown.ui-dialog.select2-dropdown--above {
6929 min-width: 140px !important;
6932 .select2-container--open .select2-dropdown--below {
6933 border-top: 1px solid var(--inputbordercolor);
6939.limit.select2-container.select2-container--open .select2-dropdown.ui-dialog {
6940 min-width: 100px !important;
6943.parentonrightofpage {
6952.noborderoncategories {
6953 border: none !important;
6954 border-radius: 5px !important;
6956 -webkit-box-shadow: none !important;
6957 box-shadow: none !important;
6958 margin-bottom: 0 !important;
6960span.noborderoncategories a, li.noborderoncategories a {
6961 line-height: normal;
6963span.noborderoncategories {
6964 padding: 3px 5px 3px 5px;
6966.categtextwhite, .treeview .categtextwhite.hover {
6967 color: #fff !important;
6970 color: #000 !important;
6982.multi-select-container {
6983 display:
inline-block;
6996 border: 1px solid #aaa;
6997 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
7001div.multi-select-menu[role=
"menu"] {
7002 min-width: 220px !important;
7005.multi-select-menu input {
7006 margin-right: 0.3em;
7007 vertical-align: 0.1em;
7011 display:
inline-block;
7013 white-space: nowrap;
7015 text-overflow: ellipsis;
7016 vertical-align: middle;
7017 background-color: #fff;
7021 border-bottom: solid 1px rgba(0,0,0,.2);
7026.multi-select-
button:focus {
7028 border-bottom: 1px solid #666;
7031.multi-select-
button:after {
7033 display:
inline-block;
7036 border-style: solid;
7037 border-width: 0.5em 0.23em 0em 0.23em;
7038 border-color: #888 transparent transparent transparent;
7042.multi-select-container--open .multi-select-menu { display: block; }
7044.multi-select-container--open .multi-select-
button:after {
7045 border-width: 0 0.4em 0.4em 0.4em;
7046 border-color: transparent transparent #888 transparent;
7049.multi-select-menuitem {
7054label.multi-select-menuitem {
7064ul.ulselectedfields {
7072 vertical-align: middle;
7073 display:
inline-block;
7075.dropdown dd, .dropdown dt {
7081 text-align: <?php echo $left; ?>;
7091.dropdown dt a span, .multiSel span {
7093 display:
inline-block;
7094 padding: 0 3px 2px 0;
7096.maxwidthsearch .dropdown dt a span, .multiSel span {
7097 padding: 0 3px 2px 3px;
7099.dropdown span.value {
7103 background-color: #FFF;
7104 box-shadow: 1px 1px 10px #aaa;
7106 <?php echo $right; ?>:0px;
7115.dropdown dd ul.selectedfieldsleft {
7116 <?php echo $right; ?>:
auto;
7119 white-space: nowrap;
7120 font-weight: normal;
7121 padding: 7px 8px 7px 8px;
7125.dropdown dd ul li:hover {
7128.dropdown dd ul li input[
type=
"checkbox"] {
7129 margin-<?php echo $right; ?>: 3px;
7131.dropdown dd ul li a, .dropdown dd ul li span {
7135.dropdown dd ul li span {
7138.dropdown dd ul li a:hover {
7139 background-color: #eee;
7142dd.dropdowndd ul li {
7143 text-overflow: ellipsis;
7145 white-space: nowrap;
7156 text-overflow: ellipsis;
7157 white-space: nowrap;
7170 padding-bottom: 20px;
7178.searchpage .tagtr .tagtd {
7180 padding-bottom: 2px;
7182.searchpage .tagtr .tagtd .button {
7186.searchpage .searchform input {
7190li.ui-li-divider .ui-link {
7191 color: #FFF !important;
7196a.ui-link, a.ui-link:hover, .ui-btn:hover, span.ui-btn-text:hover, span.ui-btn-inner:hover {
7197 text-decoration: none !important;
7207 font-size: <?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize; ?>;
7210.ui-btn-
icon-right .ui-btn-inner {
7211 padding-right: 30px;
7213.ui-btn-
icon-left .ui-btn-inner {
7216.ui-select .ui-btn-
icon-right .ui-btn-inner {
7217 padding-right: 30px;
7219.ui-select .ui-btn-
icon-left .ui-btn-inner {
7222.ui-select .ui-btn-
icon-right .ui-
icon {
7225.ui-btn-
icon-left > .ui-btn-inner > .ui-
icon, .ui-btn-
icon-right > .ui-btn-inner > .ui-
icon {
7231 white-space: nowrap;
7232 text-overflow: ellipsis;
7234.fiche .ui-controlgroup {
7236 padding-bottom: 0px;
7238div.ui-controlgroup-controls div.tabsElem
7242div.ui-controlgroup-controls div.tabsElem a
7244 -webkit-box-shadow: 0 -3px 6px rgba(0,0,0,.2);
7245 box-shadow: 0 -3px 6px rgba(0,0,0,.2);
7247div.ui-controlgroup-controls div.tabsElem a#active {
7248 -webkit-box-shadow: 0 -3px 6px rgba(0,0,0,.3);
7249 box-shadow: 0 -3px 6px rgba(0,0,0,.3);
7252a.tab span.ui-btn-inner
7259 color: rgb(<?php print $colortext; ?>);
7261.liste_titre .ui-link {
7262 color: rgb(<?php print $colortexttitle; ?>) !important;
7266 word-wrap:
break-word;
7270.formdoc .ui-btn-inner
7272 white-space: normal;
7274 text-overflow: clip;
7282div.ui-radio, div.ui-checkbox
7284 display:
inline-block;
7285 border-bottom: 0px !important;
7287.ui-checkbox input, .ui-radio input {
7293div.ui-checkbox label+input, div.ui-radio label+input {
7298 padding-bottom: 10px; margin-bottom: 4px; border-bottom: 1px solid #AAAAAA !important;
7303 -webkit-border-radius: 0;
7306.ui-field-contain label.ui-input-text {
7307 vertical-align: middle !important;
7309.ui-mobile fieldset {
7310 border-bottom: none !important;
7314.ui-li .ui-btn-inner a.ui-link-inherit, .ui-li-
static.ui-li {
7319 font-weight: normal;
7321.ui-focus, .ui-btn:focus {
7322 -webkit-box-shadow: none;
7330 color: rgb(<?php print $colortexttitlenotab; ?>) !important;
7332.ui-bar-b, .lilevel0 {
7333 background-repeat: repeat-x;
7337 color: rgb(<?php print $colortexttitlenotab; ?>) !important;
7340 font-weight: normal !important;
7343.ui-li.ui-last-child, .ui-li.ui-field-contain.ui-last-child {
7344 border-bottom-width: 0px !important;
7347 color: rgb(<?php echo $colortexttitle; ?>) !important;
7350 box-shadow: none !important;
7351 border-bottom: 1px solid #ccc;
7354 border-right: 1px solid #ccc !important;
7357 border: 1px solid #ccc;
7360.ui-btn-up-c, .ui-btn-hover-c {
7364.ui-body-c .ui-link, .ui-body-c .ui-link:visited, .ui-body-c .ui-link:hover {
7365 color: rgb(<?php print $colortextlink; ?>);
7367.ui-btn-up-c .vsmenudisabled {
7368 color: #<?php echo $colorshadowtitle; ?> !important;
7369 text-shadow: none !important;
7377 background: transparent;
7390 color: rgb(<?php print $colortexttitlenotab; ?>) !important;
7393 border-top: 2px solid #444;
7394 background: #fff ! important;
7396.lilevel1 div div a {
7397 font-weight: bold !important;
7402 background: #fff ! important;
7407 background: #fff ! important;
7412 background: #fff ! important;
7417 background: #fff ! important;
7427 background: url(
'<?php echo dol_buildpath($path.'/theme/
'.$theme.'/img/menus/money.png
', 1) ?>') top left no-repeat;
7428 background-position-y: 15px;
7432 background: url(
'<?php echo dol_buildpath($path.'/theme/
'.$theme.'/img/menus/home.png
', 1) ?>') top left no-repeat;
7433 background-position-y: 15px;
7435.menu_choix1,.menu_choix2 {
7438 border: 1px solid #666;
7441.menu_choix1 a, .menu_choix2 a {
7444 text-decoration: none;
7450.menu_choix1 a:hover,.menu_choix2 a:hover {
7453.menu li.menu_choix1 {
7455 padding-right: 10px;
7456 padding-bottom: 2px;
7458.menu li.menu_choix2 {
7460 padding-right: 10px;
7461 padding-bottom: 2px;
7463@media only screen and (max-width: 767px)
7465 .menu_choix1 a, .menu_choix2 a {
7466 background-size: 36px 36px;
7470 .menu li.menu_choix1, .menu li.menu_choix2 {
7475 margin-right: 0 !important;
7489 border: 1px solid #888;
7491.publicnewmemberform div.tabBarWithBottom {
7492 border: 1px solid #e8e8e8;
7495 background-color: #f8f8f8;
7499.publicnewmemberform #tablesubscribe {
7512.publicnewticketform {
7517 padding-right: 50px;
7520@media only screen and (max-width: 767px)
7522 .ticketlargemargin {
7523 padding-left: 5px; padding-right: 5px;
7536#cd-timeline::before {
7544 background: #d7e4ed;
7546@media only screen and (min-width: 1170px) {
7550 #cd-timeline::before {
7560.cd-timeline-block:after {
7565.cd-timeline-block:first-child {
7568.cd-timeline-block:last-child {
7571@media only screen and (min-width: 1170px) {
7572 .cd-timeline-block {
7575 .cd-timeline-block:first-child {
7578 .cd-timeline-block:last-child {
7590 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);
7591 background: #d7e4ed;
7593.cd-timeline-img img {
7603.cd-timeline-img.cd-picture {
7604 background: #75ce66;
7606.cd-timeline-img.cd-movie {
7607 background: #c03b44;
7609.cd-timeline-img.cd-location {
7610 background: #f0ca45;
7612@media only screen and (min-width: 1170px) {
7619 -webkit-transform: translateZ(0);
7620 -webkit-backface-visibility: hidden;
7622 .cssanimations .cd-timeline-img.is-hidden {
7625 .cssanimations .cd-timeline-img.bounce-in {
7626 visibility: visible;
7627 -webkit-animation: cd-bounce-1 0.6s;
7628 -moz-animation: cd-bounce-1 0.6s;
7629 animation: cd-bounce-1 0.6s;
7633@-webkit-keyframes cd-bounce-1 {
7636 -webkit-transform: scale(0.5);
7641 -webkit-transform: scale(1.2);
7645 -webkit-transform: scale(1);
7648@-moz-keyframes cd-bounce-1 {
7651 -moz-transform: scale(0.5);
7656 -moz-transform: scale(1.2);
7660 -moz-transform: scale(1);
7663@keyframes cd-bounce-1 {
7666 -webkit-transform: scale(0.5);
7667 -moz-transform: scale(0.5);
7668 -ms-transform: scale(0.5);
7669 -o-transform: scale(0.5);
7670 transform: scale(0.5);
7675 -webkit-transform: scale(1.2);
7676 -moz-transform: scale(1.2);
7677 -ms-transform: scale(1.2);
7678 -o-transform: scale(1.2);
7679 transform: scale(1.2);
7683 -webkit-transform: scale(1);
7684 -moz-transform: scale(1);
7685 -ms-transform: scale(1);
7686 -o-transform: scale(1);
7687 transform: scale(1);
7690.cd-timeline-content {
7694 border-radius: 0.25em;
7696 background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
7697 background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
7698 background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
7699 background-image: linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
7701.cd-timeline-content:after {
7706.cd-timeline-content h2 {
7709.cd-timeline-content .cd-date {
7711 font-size: 0.8125rem;
7713.cd-timeline-content .cd-date {
7714 display:
inline-block;
7716.cd-timeline-content p {
7721.cd-timeline-content .cd-date {
7726.cd-timeline-content::before {
7733 border: 7px solid transparent;
7734 border-right: 7px solid white;
7736@media only screen and (min-width: 768px) {
7737 .cd-timeline-content h2 {
7741 .cd-timeline-content {
7745 .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
7747 font-size: 0.875rem;
7750@media only screen and (min-width: 1170px) {
7751 .cd-timeline-content {
7756 .cd-timeline-content::before {
7759 border-color: transparent;
7760 border-left-color: white;
7762 .cd-timeline-content .cd-read-more {
7765 .cd-timeline-content .cd-date {
7773 .cd-timeline-block:nth-child(even) .cd-timeline-content {
7776 .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
7780 border-color: transparent;
7781 border-right-color: white;
7783 .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
7786 .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
7799span.phpdebugbar-tooltip.phpdebugbar-tooltip-extra-wide, span.phpdebugbar-tooltip.phpdebugbar-tooltip-wide {
7800 width: 250px !important;
7802.phpdebugbar-indicator span.phpdebugbar-tooltip {
7803 opacity: .95 !important;
7805a.phpdebugbar-tab.phpdebugbar-active {
7806 background-image: unset !important;
7808.phpdebugbar-indicator .fa {
7809 font-family:
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>";
7812div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-value.phpdebugbar-widgets-warning:before,
7813div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-value.phpdebugbar-widgets-error:before,
7814div.phpdebugbar-widgets-exceptions a.phpdebugbar-widgets-editor-link:before,
7815div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-database:before,
7816div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-duration:before,
7817div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-memory:before,
7818div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-row-count:before,
7819div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-copy-clipboard:before,
7820div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-stmt-id:before,
7821div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-render-time:before,
7822div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-memory:before,
7823div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-param-count:before,
7824div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-
type:before,
7825div.phpdebugbar-widgets-templates a.phpdebugbar-widgets-editor-link:before
7827 font-family:
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>" !important;
7835.jcrop-holder { background: unset !important; }
7842.dol-xaxis-vertical .flot-x-axis .flot-tick-label.tickLabel {
7843 text-orientation: sideways;
7845 writing-mode: vertical-rl;
7846 white-space: nowrap;
7854span.clipboardCPValueToPrint, div.clipboardCPValueToPrint {
7855 display:
inline-block;
7857span.clipboardCPValue.hidewithsize {
7858 width: 0 !important;
7859 display:
inline-block;
7861 white-space: nowrap;
7863 vertical-align: middle;
7865div.clipboardCPValue.hidewithsize {
7866 width: 0 !important;
7869 white-space: nowrap;
7872.clipboardCPShowOnHover .clipboardCPButton {
7881.clipboardCPTextDivInside {
7885 border: 1px solid #DDD;
7894 white-space: nowrap;
7896 box-shadow: 1px 1px 6px #ddd;
7904.radio_js_bloc_number {
7905 display:
inline-block;
7909 border:1px solid #ccc;
7916.radio_js_bloc_number.selected {
7917 transition:0.2s ease background;
7930 vertical-align: top;
7934#virtualcard-iframe {
7935 border: 40px solid #aaa;
7936 vertical-align: top;
7939 border-radius: 10px;
7943 pointer-events: none;
7957.highlightDragDropArea{
7958 border: 2px #000 dashed !important;
7959 background-color: #eee !important;
7961.highlightDragDropArea * :not(.dragDropAreaMessage *){
7963 filter: blur(1px) grayscale(90%);
7965.dragDropAreaMessage {
7969 transform: translate(-50%, -50%);
7979 border: 1px solid #bbb !important;
7986.opensurveydescription * {
7991 padding: 0 4px 0 4px;
7995 margin-right: 100px;
7999 background-color: #f0f0f0;
8003.survey_borders .resultats .nom {
8004 text-align: <?php echo $left; ?>
8006.survey_borders .resultats .sujet {
8018#bookinghoursection {
8026 border: 1px solid #000;
8029 margin-bottom: 15px;
8037@media only screen and (max-width: 767px)
8039 .imgopensurveywizard, .imgautosize { width:95%; height:
auto; }
8043 width: <?php print
dol_size(350,
'width'); ?>px;
8049 -webkit-border-radius: 0;
8055 td.widthpictotitle { width: 30px; }
8057 .logopublicpayment #dolpaymentlogo {
8060 #tablepublicpayment {
8061 width:
auto !important;
8062 border: none !important;
8064 .poweredbypublicpayment {
8065 float: unset !important;
8066 top: unset !important;
8068 right: -10px !important;
8081 .bookcalform.boxtable .minwidth75 {
8084 .center.bookingtab {
8087 #bookinghoursection {
8093@media only screen and (max-width: 1024px)
8095 div#ecm-layout-west {
8099 div#ecm-layout-center {
8105 width: <?php echo $disableimages ?
'auto' :
'44'; ?>px;
8110@media only screen and (max-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC1', round($nbtopmenuentries * 90, 0) + 340); ?>px)
8115 white-space: nowrap;
8117 text-overflow: ellipsis;
8118 color: #<?php echo $colortextbackhmenu; ?>;
8125 background-size: 24px
auto;
8128 li.tmenu, li.tmenusel {
8139@media only screen and (max-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC2', round($nbtopmenuentries * 69, 0) + 130); ?>px)
8141 li.tmenucompanylogo {
8146 max-width: <?php echo max(24, ceil(300 / ($nbtopmenuentriesreal + 2))); ?>px;
8147 text-overflow: clip;
8149 .menuhider div.tmenucenter {
8158 background-size: 20px
auto;
8163@media only screen and (max-width: 570px)
8166 border-right: 1px solid rgba(0,0,0,0.3);
8171 <?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
8177 li.tmenu, li.tmenusel {
8180 a.tmenu:link, a.tmenu:visited, a.tmenu:hover, a.tmenu:active,
8181 a.tmenusel:link, a.tmenusel:visited, a.tmenusel:hover, a.tmenusel:active {
8187 border-right: 1px solid rgba(0,0,0,0.3);
8189 .loginbuttonexternal {
8194 text-overflow: clip;
8197 background-size: 20px
auto;
8198 margin-top: 2px !important;
8206 width: <?php print
dol_size(300,
'width'); ?>px;
8210 min-width: 0 !important;
8213 padding-<?php echo $right; ?>: 5px;
8215 img.photoref, div.photoref {
8216 border: 1px solid rgba(0, 0, 0, 0.2);
8217 -webkit-box-shadow: none;
8220 object-fit: contain;
8224 width:
auto !important;
8227 .tableforfield>tr>td:first-child, .tableforfield>tbody>tr>td:first-child, div.tableforfield div.tagtr>div.tagtd:first-of-
type {
8230 .tableforfield>tr>td:nth-child(2), .tableforfield>tbody>tr>td:nth-child(2), div.tableforfield div.tagtr>div.tagtd:nth-child(2) {
8231 word-
break:
break-word;
8234 table.table-fiche-title .col-title div.titre{
8243 word-
break:
break-word;
8246 .websiteselectionsection {
8248 border-right: unset;
8256 padding-right: 12px;
8264 .underbanner.underbanner-before-box {
8265 border-bottom: none;
8269 margin-bottom: 0.5em;
8280 .lilevel1 span.paddingright {
8284 img.userphotopublicvcard {
8301include
dol_buildpath($path.
'/theme/'.$theme.
'/dropdown.inc.php', 0);
8302include
dol_buildpath($path.
'/theme/eldy/emaillayout.inc.php', 0);
8303include
dol_buildpath($path.
'/theme/'.$theme.
'/info-box.inc.php', 0);
8304include
dol_buildpath($path.
'/theme/'.$theme.
'/progress.inc.php', 0);
8305include
dol_buildpath($path.
'/theme/eldy/timeline.inc.php', 0);
8308 print $conf->global->THEME_CUSTOM_CSS;
8311if (is_object($db)) {
8317::-webkit-scrollbar {
8323::-webkit-scrollbar-track-piece {
8324 background: #f4f4f4;
8326::-webkit-scrollbar-thumb {
8333div.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,...
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 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
table table fiche title col title div col center btnTitle icon
Automatically calls the icon named with the corresponding "object_" prefix.
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.
$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.