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_leftmenu) && !empty($dol_hide_topmenu)) {
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;
6168 border: 1px solid #ddd;
6171.aceeditorstatusbar {
6174 padding-<?php echo $left; ?>: 10px;
6182.ace_status-indicator {
6186 border-left: 1px solid;
6188pre#editfilecontentaceeditorid {
6198 height: 72px !important;
6206.customreportsoutput, .customreportsoutputnotdata {
6209.customreportsoutputnotdata {
6222#types .btn-primary {
6231 display:
inline-block;
6236 vertical-align: top;
6239#types input.text, #types textarea {
6253 box-sizing:border-box;
6260#comment .comment-table {
6264#comment .comment-cell {
6267#comment .comment-info {
6269 border-right:1px solid #dedede;
6273 background:rgba(255,255,255,0.5);
6274 vertical-align:middle;
6277#comment .comment-info a {
6280#comment .comment-right {
6283#comment .comment-description {
6287#comment .comment-delete {
6290 vertical-align:middle;
6292#comment .comment-delete:hover {
6293 background:rgba(250,20,20,0.8);
6295#comment .comment-edit {
6298 vertical-align:middle;
6300#comment .comment-edit:hover {
6301 background:rgba(0,184,148,0.8);
6313 width: <?php print isset($_SESSION[
'dol_screenwidth']) ? max((
int) $_SESSION[
'dol_screenwidth'] - 830, 450) :
'450'; ?>px !important;
6316div#GanttChartDIVglisthead, div#GanttChartDIVgcharthead {
6320.gtaskname div, .gtaskname, .gstartdate div, .gstartdate, .genddate div, .genddate {
6321 font-size: unset !important;
6324div.gantt, .gtaskheading, .gmajorheading, .gminorheading, .gminorheadingwkend {
6325 font-size: unset !important;
6326 font-weight: normal !important;
6327 color: #000 !important;
6330 background: #f0f0f0 !important;
6333 background: rgb(108,152,185) !important;
6336 background: rgb(160,173,58) !important;
6340 text-overflow: ellipsis;
6342td.gminorheadingwkend {
6343 color: #888 !important;
6346 color: #666 !important;
6348.glistlbl, .glistgrid {
6349 width: 582px !important;
6351.gtaskname div, .gtaskname {
6352 min-width: 250px !important;
6353 max-width: 250px !important;
6354 width: 250px !important;
6356.gpccomplete div, .gpccomplete {
6357 min-width: 40px !important;
6358 max-width: 40px !important;
6359 width: 40px !important;
6361td.gtaskheading.gstartdate, td.gtaskheading.genddate {
6362 white-space:
break-spaces;
6364.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) {
6365 color: transparent !important;
6380 font-weight: normal;
6389 font-weight: normal;
6395 text-decoration: none;
6400 margin: 0 5px 5px 5px;
6405 margin: 0 10px 20px 10px;
6410 float: <?php print $left; ?>;
6411 border: solid 1px #f4f4f4;
6418 font-weight: normal;
6431 vertical-align: middle;
6435 display:
inline-block !important;
6438 width: calc(100% - 100px);
6440 white-space:
break-spaces;
6441 word-
break:
break-all;
6443ul.ecmjqft a:active {
6444 font-weight: bold !important;
6447 text-decoration: underline;
6451 vertical-align: middle;
6452 display:
inline-block !important;
6453 text-align: <?php echo $right; ?>;
6454 float: <?php echo $right; ?>;
6458div#ecm-layout-west {
6460 vertical-align: top;
6462div#ecm-layout-center {
6463 width: calc(100% - 405px);
6464 vertical-align: top;
6465 float: <?php echo $right; ?>;
6468.ecmjqft LI.directory { font-weight:normal; background: url(<?php echo
dol_buildpath($path.
'/theme/common/treemenu/folder2.png', 1); ?>) left top no-repeat; }
6469.ecmjqft LI.expanded { font-weight:normal; background: url(<?php echo
dol_buildpath($path.
'/theme/common/treemenu/folder2-expanded.png', 1); ?>) left top no-repeat; }
6470.ecmjqft LI.wait { font-weight:normal; background: url(<?php echo
dol_buildpath(
'/theme/'.$theme.
'/img/working.gif', 1); ?>) left top no-repeat; }
6480 top:
auto !important;
6481 bottom: 4px !important;
6484 min-width: <?php echo $dol_optimize_smallscreen ?
'200' :
'480'; ?>px;
6487 padding-left: 10px !important;
6488 padding-right: 10px !important;
6489 word-wrap:
break-word;
6491.jnotify-container .jnotify-notification .jnotify-message {
6492 font-weight: normal;
6494 word-
break:
break-word;
6496.jnotify-container .jnotify-notification-warning .jnotify-close, .jnotify-container .jnotify-notification-warning .jnotify-message {
6497 color: #a28918 !important;
6501div.jnotify-background {
6502 opacity : 0.95 !important;
6503 -webkit-box-shadow: 2px 2px 4px #888 !important;
6504 box-shadow: 2px 2px 4px #888 !important;
6512div.dolEventValid h1, div.dolEventValid h2 {
6514 background-color: #e3f0db;
6515 padding: 5px 5px 5px 5px;
6518div.dolEventError h1, div.dolEventError h2 {
6520 background-color: #d79eac;
6521 padding: 5px 5px 5px 5px;
6529.divmap, #google-visualization-geomap-embed-0, #google-visualization-geomap-embed-1, #google-visualization-geomap-embed-2 {
6537table.dataTable tr.odd td.sorting_1,
table.dataTable tr.even td.sorting_1 {
6538 background: none !important;
6540.sorting_asc { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_asc.png
', 1); ?>') no-repeat center right !important; }
6541.sorting_desc { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_desc.png
', 1); ?>') no-repeat center right !important; }
6542.sorting_asc_disabled { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_asc_disabled.png
', 1); ?>') no-repeat center right !important; }
6543.sorting_desc_disabled { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_desc_disabled.png
', 1); ?>') no-repeat center right !important; }
6544.dataTables_paginate {
6547.paginate_button_disabled {
6548 opacity: 1 !important;
6549 color: #888 !important;
6550 cursor:
default !important;
6552.paginate_disabled_previous:hover, .paginate_enabled_previous:hover, .paginate_disabled_next:hover, .paginate_enabled_next:hover
6554 font-weight: normal;
6556.paginate_enabled_previous:hover, .paginate_enabled_next:hover
6558 text-decoration: underline !important;
6562 text-decoration: underline !important;
6566 font-weight: normal !important;
6567 text-decoration: none !important;
6569.paging_full_numbers {
6570 height: inherit !important;
6572.paging_full_numbers a.paginate_active:hover, .paging_full_numbers a.paginate_button:hover {
6573 background-color: #DDD !important;
6575.paging_full_numbers, .paging_full_numbers a.paginate_active, .paging_full_numbers a.paginate_button {
6576 background-color: #FFF !important;
6577 border-radius: inherit !important;
6579.paging_full_numbers a.paginate_button_disabled:hover, .paging_full_numbers a.disabled:hover {
6580 background-color: #FFF !important;
6582.paginate_button, .paginate_active {
6583 border: 1px solid #ddd !important;
6584 padding: 6px 12px !important;
6585 margin-left: -1px !important;
6586 line-height: 1.42857143 !important;
6587 margin: 0 0 !important;
6594.ui-state-
disabled, .ui-widget-content .ui-state-
disabled, .ui-widget-header .ui-state-
disabled, .paginate_button_disabled {
6596 background-image: none;
6599div.dataTables_length {
6600 float: right !important;
6603div.dataTables_length select {
6606.dataTables_wrapper .dataTables_paginate {
6607 padding-top: 0px !important;
6615span#select2-taskid-container[title^=
'--'] {
6619input.select2-input {
6620 border-bottom: none ! important;
6624 border-bottom: 1px solid #ccc !important;
6626.select2-results .select2-highlighted.optionblue {
6627 color: #FFF !important;
6630.select2-container .select2-selection--multiple {
6631 min-height: 28px !important;
6634.select2-container--
default .select2-selection--multiple .select2-selection__choice {
6639.blockvmenusearch .select2-container--
default .select2-selection--single,
6640.blockvmenubookmarks .select2-container--
default .select2-selection--single
6642 background-color: unset;
6644#blockvmenusearch .select2-container--default .select2-selection--single .select2-selection__placeholder {
6645 color: var(--colortextbackvmenu);
6647.select2-container--
default .select2-selection--single .select2-selection__rendered {
6650.select2-container .select2-choice {
6651 border-bottom: 1px solid #ccc;
6653.select2-container .select2-choice > .select2-chosen {
6656.select2-container .select2-choice .select2-arrow {
6659.select2-container-multi .select2-choices {
6660 background-image: none;
6662.select2-container .select2-choice {
6666.selectoptiondisabledwhite {
6667 background: #FFFFFF !important;
6672 border-left: none !important;
6673 background: none !important;
6677 border-top: none !important;
6678 border-left: none !important;
6679 border-right: none !important;
6680 border-bottom: 1px solid #ccc;
6682.select2-drop.select2-drop-above {
6683 box-shadow: none !important;
6685.select2-container--open .select2-dropdown--above {
6686 border-bottom: solid 1px rgba(0,0,0,.2);
6688.select2-drop.select2-drop-above.select2-drop-active {
6689 border-top: 1px solid #ccc;
6690 border-bottom: 1px solid #ccc;
6692.select2-container--
default .select2-selection--single
6698 border-bottom: solid 1px rgba(0,0,0,.2);
6699 -webkit-box-shadow: none !important;
6700 box-shadow: none !important;
6701 border-radius: 0 !important;
6703.select2-container--
default.select2-container--focus .select2-selection--multiple {
6708.select2-container--
default .select2-selection--multiple {
6709 border-bottom: solid 1px rgba(0,0,0,.2);
6713 border-radius: 0 !important;
6714 line-height: normal;
6716.select2-container--
default .select2-selection--multiple .select2-selection__rendered {
6719.select2-container--
default .select2-selection--multiple .select2-selection__choice {
6720 margin-top: 4px !important;
6722.select2-selection--multiple input.select2-search__field {
6723 border-bottom: none !important;
6725.select2-search__field
6728 border-top: none !important;
6729 border-left: none !important;
6730 border-right: none !important;
6731 border-bottom: solid 1px rgba(0,0,0,.2) !important;
6732 -webkit-box-shadow: none !important;
6733 box-shadow: none !important;
6734 border-radius: 0 !important;
6736.select2-container-active .select2-choice, .select2-container-active .select2-choices
6741 border-bottom: none;
6742 -webkit-box-shadow: none !important;
6743 box-shadow: none !important;
6745.select2-dropdown-open {
6746 background-color: #fff;
6748.select2-dropdown-open .select2-choice, .select2-dropdown-open .select2-choices
6753 border-bottom: none;
6754 -webkit-box-shadow: none !important;
6755 box-shadow: none !important;
6756 background-color: #fff;
6762.select2-drop.select2-drop-above.select2-drop-active, .select2-drop {
6765.select2-drop.select2-drop-above {
6768.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
6769 background-image: none;
6770 border-radius: 0 !important;
6772div.select2-drop-above
6775 -webkit-box-shadow: none !important;
6776 box-shadow: none !important;
6780 border: 1px solid #ccc;
6783.select2-search input {
6786a span.select2-chosen
6788 font-weight: normal !important;
6790.select2-container .select2-choice {
6791 background-image: none;
6794.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit
6796 background: #FFFFFF;
6801.select2-results__option {
6802 word-
break:
break-word;
6803 text-align: <?php echo $left; ?>;
6805.select2-container.select2-container-
disabled .select2-choice, .select2-container-multi.select2-container-
disabled .select2-choices {
6806 background-color: #FFFFFF;
6807 background-image: none;
6811.select2-container-
disabled .select2-choice .select2-arrow b {
6814.select2-container-multi .select2-choices .select2-search-choice {
6817.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices, .select2-container-multi .select2-choices,
6818.select2-container-multi.select2-container-active .select2-choices
6820 border-bottom: 1px solid #ccc;
6823 border-left: 1px solid #ddd;
6825.select2-container--
default .select2-results>.select2-results__options{
6830#addbox .select2-container .select2-choice > .select2-chosen, #actionbookmark .select2-container .select2-choice > .select2-chosen {
6831 text-align: <?php echo $left; ?>;
6834.select2-container--
default .select2-selection--single .select2-selection__placeholder {
6838span#select2-boxbookmark-container, span#select2-boxcombo-container {
6839 text-align: <?php echo $left; ?>;
6842.select2-container .select2-selection--single .select2-selection__rendered {
6846#boxbookmark.boxcombo, #boxcombo.boxcombo {
6849 border-bottom: solid 1px rgba(0,0,0,.4) !important;
6852 padding: 0 0 5px 5px;
6853 vertical-align: top;
6857.select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr {
6858 padding: 3px 5px 2px 5px;
6859 margin: 0 0 2px 3px;
6864 border: 1px solid #ddd;
6866 -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
6867 box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
6868 background-clip: padding-box;
6869 -webkit-touch-callout: none;
6870 -webkit-
user-select: none;
6871 -moz-
user-select: none;
6872 -ms-
user-select: none;
6874 background-color: #e4e4e4;
6875 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));
6876 background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
6877 background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
6878 background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
6880.select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr a {
6881 font-weight: normal;
6883.select2-container-multi-dolibarr .select2-choices-dolibarr li {
6884 float: <?php echo $left; ?>;
6887.select2-container-multi-dolibarr .select2-choices-dolibarr {
6888 height:
auto !important;
6897span.select2.select2-container.select2-container--
default {
6898 text-align: initial;
6901ul.select2-results__options li {
6905select.multiselectononeline {
6907 vertical-align: middle;
6909 height: 28px !important;
6914@media only screen and (min-width: 767px)
6917 .select2-container.select2-container--open:not(.graphtype) .select2-dropdown.ui-dialog {
6918 min-width: 240px !important;
6920 .select2-container.select2-container--open:not(.graphtype) .select2-dropdown--below:not(.onrightofpage),
6921 .select2-container.select2-container--open:not(.graphtype) .select2-dropdown--above:not(.onrightofpage) {
6922 min-width: 240px !important;
6924 .onrightofpage span.select2-dropdown.ui-dialog.select2-dropdown--below,
6925 .onrightofpage span.select2-dropdown.ui-dialog.select2-dropdown--above {
6926 min-width: 140px !important;
6929 .select2-container--open .select2-dropdown--below {
6930 border-top: 1px solid var(--inputbordercolor);
6936.limit.select2-container.select2-container--open .select2-dropdown.ui-dialog {
6937 min-width: 100px !important;
6940.parentonrightofpage {
6949.noborderoncategories {
6950 border: none !important;
6951 border-radius: 5px !important;
6953 -webkit-box-shadow: none !important;
6954 box-shadow: none !important;
6955 margin-bottom: 0 !important;
6957span.noborderoncategories a, li.noborderoncategories a {
6958 line-height: normal;
6960span.noborderoncategories {
6961 padding: 3px 5px 3px 5px;
6963.categtextwhite, .treeview .categtextwhite.hover {
6964 color: #fff !important;
6967 color: #000 !important;
6979.multi-select-container {
6980 display:
inline-block;
6993 border: 1px solid #aaa;
6994 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
6998div.multi-select-menu[role=
"menu"] {
6999 min-width: 220px !important;
7002.multi-select-menu input {
7003 margin-right: 0.3em;
7004 vertical-align: 0.1em;
7008 display:
inline-block;
7010 white-space: nowrap;
7012 text-overflow: ellipsis;
7013 vertical-align: middle;
7014 background-color: #fff;
7018 border-bottom: solid 1px rgba(0,0,0,.2);
7023.multi-select-
button:focus {
7025 border-bottom: 1px solid #666;
7028.multi-select-
button:after {
7030 display:
inline-block;
7033 border-style: solid;
7034 border-width: 0.5em 0.23em 0em 0.23em;
7035 border-color: #888 transparent transparent transparent;
7039.multi-select-container--open .multi-select-menu { display: block; }
7041.multi-select-container--open .multi-select-
button:after {
7042 border-width: 0 0.4em 0.4em 0.4em;
7043 border-color: transparent transparent #888 transparent;
7046.multi-select-menuitem {
7051label.multi-select-menuitem {
7061ul.ulselectedfields {
7069 vertical-align: middle;
7070 display:
inline-block;
7072.dropdown dd, .dropdown dt {
7078 text-align: <?php echo $left; ?>;
7088.dropdown dt a span, .multiSel span {
7090 display:
inline-block;
7091 padding: 0 3px 2px 0;
7093.maxwidthsearch .dropdown dt a span, .multiSel span {
7094 padding: 0 3px 2px 3px;
7096.dropdown span.value {
7100 background-color: #FFF;
7101 box-shadow: 1px 1px 10px #aaa;
7103 <?php echo $right; ?>:0px;
7112.dropdown dd ul.selectedfieldsleft {
7113 <?php echo $right; ?>:
auto;
7116 white-space: nowrap;
7117 font-weight: normal;
7118 padding: 7px 8px 7px 8px;
7122.dropdown dd ul li:hover {
7125.dropdown dd ul li input[
type=
"checkbox"] {
7126 margin-<?php echo $right; ?>: 3px;
7128.dropdown dd ul li a, .dropdown dd ul li span {
7132.dropdown dd ul li span {
7135.dropdown dd ul li a:hover {
7136 background-color: #eee;
7139dd.dropdowndd ul li {
7140 text-overflow: ellipsis;
7142 white-space: nowrap;
7153 text-overflow: ellipsis;
7154 white-space: nowrap;
7167 padding-bottom: 20px;
7175.searchpage .tagtr .tagtd {
7177 padding-bottom: 2px;
7179.searchpage .tagtr .tagtd .button {
7183.searchpage .searchform input {
7187li.ui-li-divider .ui-link {
7188 color: #FFF !important;
7193a.ui-link, a.ui-link:hover, .ui-btn:hover, span.ui-btn-text:hover, span.ui-btn-inner:hover {
7194 text-decoration: none !important;
7204 font-size: <?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize; ?>;
7207.ui-btn-
icon-right .ui-btn-inner {
7208 padding-right: 30px;
7210.ui-btn-
icon-left .ui-btn-inner {
7213.ui-select .ui-btn-
icon-right .ui-btn-inner {
7214 padding-right: 30px;
7216.ui-select .ui-btn-
icon-left .ui-btn-inner {
7219.ui-select .ui-btn-
icon-right .ui-
icon {
7222.ui-btn-
icon-left > .ui-btn-inner > .ui-
icon, .ui-btn-
icon-right > .ui-btn-inner > .ui-
icon {
7228 white-space: nowrap;
7229 text-overflow: ellipsis;
7231.fiche .ui-controlgroup {
7233 padding-bottom: 0px;
7235div.ui-controlgroup-controls div.tabsElem
7239div.ui-controlgroup-controls div.tabsElem a
7241 -webkit-box-shadow: 0 -3px 6px rgba(0,0,0,.2);
7242 box-shadow: 0 -3px 6px rgba(0,0,0,.2);
7244div.ui-controlgroup-controls div.tabsElem a#active {
7245 -webkit-box-shadow: 0 -3px 6px rgba(0,0,0,.3);
7246 box-shadow: 0 -3px 6px rgba(0,0,0,.3);
7249a.tab span.ui-btn-inner
7256 color: rgb(<?php print $colortext; ?>);
7258.liste_titre .ui-link {
7259 color: rgb(<?php print $colortexttitle; ?>) !important;
7263 word-wrap:
break-word;
7267.formdoc .ui-btn-inner
7269 white-space: normal;
7271 text-overflow: clip;
7279div.ui-radio, div.ui-checkbox
7281 display:
inline-block;
7282 border-bottom: 0px !important;
7284.ui-checkbox input, .ui-radio input {
7290div.ui-checkbox label+input, div.ui-radio label+input {
7295 padding-bottom: 10px; margin-bottom: 4px; border-bottom: 1px solid #AAAAAA !important;
7300 -webkit-border-radius: 0;
7303.ui-field-contain label.ui-input-text {
7304 vertical-align: middle !important;
7306.ui-mobile fieldset {
7307 border-bottom: none !important;
7311.ui-li .ui-btn-inner a.ui-link-inherit, .ui-li-
static.ui-li {
7316 font-weight: normal;
7318.ui-focus, .ui-btn:focus {
7319 -webkit-box-shadow: none;
7327 color: rgb(<?php print $colortexttitlenotab; ?>) !important;
7329.ui-bar-b, .lilevel0 {
7330 background-repeat: repeat-x;
7334 color: rgb(<?php print $colortexttitlenotab; ?>) !important;
7337 font-weight: normal !important;
7340.ui-li.ui-last-child, .ui-li.ui-field-contain.ui-last-child {
7341 border-bottom-width: 0px !important;
7344 color: rgb(<?php echo $colortexttitle; ?>) !important;
7347 box-shadow: none !important;
7348 border-bottom: 1px solid #ccc;
7351 border-right: 1px solid #ccc !important;
7354 border: 1px solid #ccc;
7357.ui-btn-up-c, .ui-btn-hover-c {
7361.ui-body-c .ui-link, .ui-body-c .ui-link:visited, .ui-body-c .ui-link:hover {
7362 color: rgb(<?php print $colortextlink; ?>);
7364.ui-btn-up-c .vsmenudisabled {
7365 color: #<?php echo $colorshadowtitle; ?> !important;
7366 text-shadow: none !important;
7374 background: transparent;
7387 color: rgb(<?php print $colortexttitlenotab; ?>) !important;
7390 border-top: 2px solid #444;
7391 background: #fff ! important;
7393.lilevel1 div div a {
7394 font-weight: bold !important;
7399 background: #fff ! important;
7404 background: #fff ! important;
7409 background: #fff ! important;
7414 background: #fff ! important;
7424 background: url(
'<?php echo dol_buildpath($path.'/theme/
'.$theme.'/img/menus/money.png
', 1) ?>') top left no-repeat;
7425 background-position-y: 15px;
7429 background: url(
'<?php echo dol_buildpath($path.'/theme/
'.$theme.'/img/menus/home.png
', 1) ?>') top left no-repeat;
7430 background-position-y: 15px;
7432.menu_choix1,.menu_choix2 {
7435 border: 1px solid #666;
7438.menu_choix1 a, .menu_choix2 a {
7441 text-decoration: none;
7447.menu_choix1 a:hover,.menu_choix2 a:hover {
7450.menu li.menu_choix1 {
7452 padding-right: 10px;
7453 padding-bottom: 2px;
7455.menu li.menu_choix2 {
7457 padding-right: 10px;
7458 padding-bottom: 2px;
7460@media only screen and (max-width: 767px)
7462 .menu_choix1 a, .menu_choix2 a {
7463 background-size: 36px 36px;
7467 .menu li.menu_choix1, .menu li.menu_choix2 {
7472 margin-right: 0 !important;
7486 border: 1px solid #888;
7488.publicnewmemberform div.tabBarWithBottom {
7489 border: 1px solid #e8e8e8;
7492 background-color: #f8f8f8;
7496.publicnewmemberform #tablesubscribe {
7509.publicnewticketform {
7514 padding-right: 50px;
7517@media only screen and (max-width: 767px)
7519 .ticketlargemargin {
7520 padding-left: 5px; padding-right: 5px;
7533#cd-timeline::before {
7541 background: #d7e4ed;
7543@media only screen and (min-width: 1170px) {
7547 #cd-timeline::before {
7557.cd-timeline-block:after {
7562.cd-timeline-block:first-child {
7565.cd-timeline-block:last-child {
7568@media only screen and (min-width: 1170px) {
7569 .cd-timeline-block {
7572 .cd-timeline-block:first-child {
7575 .cd-timeline-block:last-child {
7587 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);
7588 background: #d7e4ed;
7590.cd-timeline-img img {
7600.cd-timeline-img.cd-picture {
7601 background: #75ce66;
7603.cd-timeline-img.cd-movie {
7604 background: #c03b44;
7606.cd-timeline-img.cd-location {
7607 background: #f0ca45;
7609@media only screen and (min-width: 1170px) {
7616 -webkit-transform: translateZ(0);
7617 -webkit-backface-visibility: hidden;
7619 .cssanimations .cd-timeline-img.is-hidden {
7622 .cssanimations .cd-timeline-img.bounce-in {
7623 visibility: visible;
7624 -webkit-animation: cd-bounce-1 0.6s;
7625 -moz-animation: cd-bounce-1 0.6s;
7626 animation: cd-bounce-1 0.6s;
7630@-webkit-keyframes cd-bounce-1 {
7633 -webkit-transform: scale(0.5);
7638 -webkit-transform: scale(1.2);
7642 -webkit-transform: scale(1);
7645@-moz-keyframes cd-bounce-1 {
7648 -moz-transform: scale(0.5);
7653 -moz-transform: scale(1.2);
7657 -moz-transform: scale(1);
7660@keyframes cd-bounce-1 {
7663 -webkit-transform: scale(0.5);
7664 -moz-transform: scale(0.5);
7665 -ms-transform: scale(0.5);
7666 -o-transform: scale(0.5);
7667 transform: scale(0.5);
7672 -webkit-transform: scale(1.2);
7673 -moz-transform: scale(1.2);
7674 -ms-transform: scale(1.2);
7675 -o-transform: scale(1.2);
7676 transform: scale(1.2);
7680 -webkit-transform: scale(1);
7681 -moz-transform: scale(1);
7682 -ms-transform: scale(1);
7683 -o-transform: scale(1);
7684 transform: scale(1);
7687.cd-timeline-content {
7691 border-radius: 0.25em;
7693 background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
7694 background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
7695 background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
7696 background-image: linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
7698.cd-timeline-content:after {
7703.cd-timeline-content h2 {
7706.cd-timeline-content .cd-date {
7708 font-size: 0.8125rem;
7710.cd-timeline-content .cd-date {
7711 display:
inline-block;
7713.cd-timeline-content p {
7718.cd-timeline-content .cd-date {
7723.cd-timeline-content::before {
7730 border: 7px solid transparent;
7731 border-right: 7px solid white;
7733@media only screen and (min-width: 768px) {
7734 .cd-timeline-content h2 {
7738 .cd-timeline-content {
7742 .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
7744 font-size: 0.875rem;
7747@media only screen and (min-width: 1170px) {
7748 .cd-timeline-content {
7753 .cd-timeline-content::before {
7756 border-color: transparent;
7757 border-left-color: white;
7759 .cd-timeline-content .cd-read-more {
7762 .cd-timeline-content .cd-date {
7770 .cd-timeline-block:nth-child(even) .cd-timeline-content {
7773 .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
7777 border-color: transparent;
7778 border-right-color: white;
7780 .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
7783 .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
7796span.phpdebugbar-tooltip.phpdebugbar-tooltip-extra-wide, span.phpdebugbar-tooltip.phpdebugbar-tooltip-wide {
7797 width: 250px !important;
7799.phpdebugbar-indicator span.phpdebugbar-tooltip {
7800 opacity: .95 !important;
7802a.phpdebugbar-tab.phpdebugbar-active {
7803 background-image: unset !important;
7805.phpdebugbar-indicator .fa {
7806 font-family:
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>";
7809div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-value.phpdebugbar-widgets-warning:before,
7810div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-value.phpdebugbar-widgets-error:before,
7811div.phpdebugbar-widgets-exceptions a.phpdebugbar-widgets-editor-link:before,
7812div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-database:before,
7813div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-duration:before,
7814div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-memory:before,
7815div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-row-count:before,
7816div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-copy-clipboard:before,
7817div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-stmt-id:before,
7818div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-render-time:before,
7819div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-memory:before,
7820div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-param-count:before,
7821div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-
type:before,
7822div.phpdebugbar-widgets-templates a.phpdebugbar-widgets-editor-link:before
7824 font-family:
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>" !important;
7832.jcrop-holder { background: unset !important; }
7839.dol-xaxis-vertical .flot-x-axis .flot-tick-label.tickLabel {
7840 text-orientation: sideways;
7842 writing-mode: vertical-rl;
7843 white-space: nowrap;
7851span.clipboardCPValueToPrint, div.clipboardCPValueToPrint {
7852 display:
inline-block;
7854span.clipboardCPValue.hidewithsize {
7855 width: 0 !important;
7856 display:
inline-block;
7858 white-space: nowrap;
7860 vertical-align: middle;
7862div.clipboardCPValue.hidewithsize {
7863 width: 0 !important;
7866 white-space: nowrap;
7869.clipboardCPShowOnHover .clipboardCPButton {
7878.clipboardCPTextDivInside {
7882 border: 1px solid #DDD;
7891 white-space: nowrap;
7893 box-shadow: 1px 1px 6px #ddd;
7901.radio_js_bloc_number {
7902 display:
inline-block;
7906 border:1px solid #ccc;