24if (!defined(
'ISLOADEDBYSTEELSHEET')) {
25 die(
'Must be call by steelsheet');
31@phan-var-force string $badgeDanger
32@phan-var-force string $badgeWarning
33@phan-var-force string $borderwidth
34@phan-var-force string $colorbackbody
35@phan-var-force string $colorbackhmenu1
36@phan-var-force string $colorbacklinebreak
37@phan-var-force string $colorbacklineimpair1
38@phan-var-force string $colorbacklineimpair2
39@phan-var-force string $colorbacklinepair1
40@phan-var-force string $colorbacklinepair2
41@phan-var-force string $colorbacklinepairchecked
42@phan-var-force string $colorbacklinepairhover
43@phan-var-force string $colorbacktabactive
44@phan-var-force string $colorbacktabcard1
45@phan-var-force string $colorbacktitle1
46@phan-var-force string $colorbackvmenu1
47@phan-var-force string $colorblind_deuteranopes_textSuccess
48@phan-var-force string $colorblind_deuteranopes_textWarning
49@phan-var-force string $colorshadowtitle
50@phan-var-force string $colortext
51@phan-var-force string $colortextbackhmenu
52@phan-var-force string $colortextbacktab
53@phan-var-force string $colortextbackvmenu
54@phan-var-force string $colortextlink
55@phan-var-force string $colortexttitle
56@phan-var-force string $colortexttitlelink
57@phan-var-force string $colortexttitlenotab
58@phan-var-force string $colortexttitlenotab2
59@phan-var-force string $colortopbordertitle1
60@phan-var-force int<0,1> $disableimages
61@phan-var-force int<0,1> $dol_optimize_smallscreen
62@phan-var-force string $fontlist
63@phan-var-force string $fontsize
64@phan-var-force int $heightmenu
65@phan-var-force string $heightrow
66@phan-var-force string $img_button
67@phan-var-force string $left
68@phan-var-force string $maxwidthloginblock
69@phan-var-force int $minwidthtmenu
70@phan-var-force int $nbtopmenuentries
71@phan-var-force int $nbtopmenuentriesreal
72@phan-var-force string $path
73@phan-var-force string $right
74@phan-var-force string $textDanger
75@phan-var-force string $textSuccess
76@phan-var-force string $textWarning
77@phan-var-force string $toolTipBgColor
78@phan-var-force string $toolTipFontColor
79@phan-var-force int<0,1> $useboldtitle
80@phan-var-force int $userborderontable
91 --colorbackhmenu1: rgb(<?php print $colorbackhmenu1; ?>);
92 --colorbackvmenu1: rgb(<?php print $colorbackvmenu1; ?>);
93 --colorbacktitle1: rgb(<?php print $colorbacktitle1; ?>);
94 --colorbacktabcard1: rgb(<?php print $colorbacktabcard1; ?>);
95 --colorbacktabactive: rgb(<?php print $colorbacktabactive; ?>);
96 --colorbacklineimpair1: rgb(<?php print $colorbacklineimpair1; ?>);
97 --colorbacklineimpair2: rgb(<?php print $colorbacklineimpair2; ?>);
98 --colorbacklinepair1: rgb(<?php print $colorbacklinepair1; ?>);
99 --colorbacklinepair2: rgb(<?php print $colorbacklinepair2; ?>);
100 --colorbacklinepairhover: rgb(<?php print $colorbacklinepairhover; ?>);
101 --colorbacklinepairchecked: rgb(<?php print $colorbacklinepairchecked; ?>);
102 --colorbacklinebreak: rgb(<?php print $colorbacklinebreak; ?>);
103 --colorbackbody: rgb(<?php print $colorbackbody; ?>);
104 --colorbackmobilemenu: #f8f8f8;
105 --colorbackgrey: #f0f0f0;
106 --colortexttitlenotab: rgb(<?php print $colortexttitlenotab; ?>);
107 --colortexttitlenotab2: rgb(<?php print $colortexttitlenotab2; ?>);
108 --colortexttitle: rgba(<?php print $colortexttitle; ?>, 0.9);
109 --colortexttitlelink: rgba(<?php print $colortexttitlelink; ?>, 0.9);
110 --colortext: rgb(<?php print $colortext; ?>);
111 --colortextlink: rgb(<?php print $colortextlink; ?>);
112 --colortextbackhmenu: #<?php print $colortextbackhmenu; ?>;
113 --colortextbackvmenu: #<?php print $colortextbackvmenu; ?>;
114 --colortopbordertitle1: rgb(<?php print $colortopbordertitle1; ?>);
115 --listetotal: #888888;
116 --inputbackgroundcolor: #FFF;
117 --inputbackgroundcolordisabled: #eee;
118 --inputcolordisabled: rgb(80, 80, 80);
119 --inputbordercolor: rgba(0,0,0,.15);
120 --tooltipbgcolor: <?php print $toolTipBgColor; ?>;
121 --tooltipfontcolor : <?php print $toolTipFontColor; ?>;
122 --oddevencolor: #202020;
123 --colorboxstatsborder: #e0e0e0;
124 --dolgraphbg: rgba(255,255,255,0);
125 --fieldrequiredcolor: #400030;
126 --colortextbacktab: #<?php print $colortextbacktab; ?>;
127 --colorboxiconbg: #eee;
129 --tableforfieldcolor:#888;
130 --amountremaintopaycolor:#880000;
131 --amountpaymentcomplete:#008855;
132 --amountremaintopaybackcolor:none;
133 --productlinestockod: #002200;
134 --productlinestocktoolow: #884400;
135 --infoboxmoduleenabledbgcolor : linear-gradient(0.4turn, #fff, #fff, #fff, #e4efe8);
136 --tablevalidbgcolor: rgb(252, 248, 227);
139 --heightrow: <?php print $heightrow; ?>;
144 print
"/* For dark mode */\n";
146 print
"@media (prefers-color-scheme: dark) {";
148 print
"@media not print {";
151 --colorbackhmenu1: #3d3e40;
152 --colorbackvmenu1: #2b2c2e;
153 --colorbacktitle1: #2b2d2f;
154 --colorbacktabcard1: #1d1e20; /* Must be same than colorbackbody */
155 --colorbacktabactive: rgb(220,220,220);
156 --colorbacklineimpair1: #38393d;
157 --colorbacklineimpair2: #2b2d2f;
158 --colorbacklinepair1: #38393d;
159 --colorbacklinepair2: #2b2d2f;
160 --colorbacklinepairhover: #2b2d2f;
161 --colorbacklinepairchecked: #0e5ccd;
162 --colorbackbody: #1d1e20;
163 --colorbackmobilemenu: #080808;
164 --colorbackgrey: #0f0f0f;
165 --tooltipbgcolor: #2b2d2f;
166 --colortexttitlenotab: rgb(220,220,220);
167 --colortexttitlenotab2: rgb(220,220,220);
168 --colortexttitle: rgb(220,220,220);
169 --colortext: rgb(220,220,220);
170 --colortextlink: #4390dc;
171 --colortexttitlelink: #4390dc;
172 --colortextbackhmenu: rgb(220,220,220);
173 --colortextbackvmenu: rgb(220,220,220);
174 --tooltipfontcolor : rgb(220,220,220);
175 --listetotal: rgb(245, 83, 158);
176 --inputbackgroundcolor: rgb(70, 70, 70);
177 --inputbackgroundcolordisabled: rgb(60, 60, 60);
178 --inputcolordisabled: rgb(140, 140, 140);
179 --inputbordercolor: rgb(220,220,220);
180 --oddevencolor: rgb(220,220,220);
181 --colorboxstatsborder: rgb(65,100,138);
182 --dolgraphbg: #1d1e20;
183 --fieldrequiredcolor: rgb(250,183,59);
184 --colortextbacktab: rgb(220,220,220);
185 --colorboxiconbg: rgb(36,38,39);
186 --refidnocolor: rgb(220,220,220);
187 --tableforfieldcolor:rgb(220,220,220);
188 --amountremaintopaycolor:rgb(252,84,91);
189 --amountpaymentcomplete:rgb(101,184,77);
190 --amountremaintopaybackcolor:rbg(245,130,46);
191 --infoboxmoduleenabledbgcolor : linear-gradient(0.4turn, #000, #000, #000, #274231);
192 --tablevalidbgcolor: rgb(80, 64, 33);
205<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
206 background-color: #FFFFFF;
208 font-size: <?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize; ?>;
210 font-family: <?php print $fontlist ?>;
216 background-color: var(--colorbackbody);
217 <?php print
'direction: '.$langs->trans(
"DIRECTION").
";\n"; ?>
223.sensiblehtmlcontent * {
227.thumbstat { font-weight: bold !important; }
228th a { font-weight: <?php echo($useboldtitle ?
'bold' :
'normal'); ?> !important; }
229a.tab { font-weight: 500 !important; }
231a:link, a:visited, a:hover, a:active, .classlink { color: var(--colortextlink); text-decoration: none; }
232a:hover { text-decoration: underline; color: var(--colortextlink); }
233a.commonlink { color: var(--colortextlink) !important; text-decoration: none; }
235th.liste_titre a div div:hover, th.liste_titre_sel a div div:hover { text-decoration: underline; }
236tr.liste_titre th.liste_titre_sel:not(.maxwidthsearch), tr.liste_titre td.liste_titre_sel:not(.maxwidthsearch),
237tr.liste_titre th.liste_titre:not(.maxwidthsearch), tr.liste_titre td.liste_titre:not(.maxwidthsearch) { opacity: 0.8; }
239tr.liste_titre_filter th.liste_titre { text-align: unset; }
244select.vmenusearchselectcombo {
245 background-color: unset;
248table.liste th.wrapcolumntitle.liste_titre:not(.maxwidthsearch),
table.liste td.wrapcolumntitle.liste_titre:not(.maxwidthsearch),
249table.liste th.wrapcolumntitle.liste_titre_sel:not(.maxwidthsearch),
table.liste td.wrapcolumntitle.liste_titre_sel:not(.maxwidthsearch) {
253 text-overflow: ellipsis;
255th.wrapcolumntitle dl dt a span.fas.fa-list {
256 vertical-align: middle;
274.liste_titre input[
name=search_month], .liste_titre input[
name=search_month_start], .liste_titre input[
name=search_month_end] {
278select#date_startday, select#date_startmonth, select#date_endday, select#date_endmonth, select#reday, select#remonth,
279input, input.flat, form.flat select, select, select.flat, .dataTables_length label select {
282input, input.flat, textarea, textarea.flat, form.flat select, select, select.flat, .dataTables_length label select {
283 color: var(--colortext);
285 font-family: <?php print $fontlist ?>;
287 margin: 0px 0px 0px 0px;
288 background-color: var(--inputbackgroundcolor);
290 border<?php echo !
getDolGlobalString(
'THEME_SHOW_BORDER_ON_INPUT') ?
'-bottom' :
''; ?>: solid 1px var(--inputbordercolor);
294.liste_titre input, .liste_titre select {
296 border<?php echo !
getDolGlobalString(
'THEME_SHOW_BORDER_ON_INPUT') ?
'-bottom' :
''; ?>: solid 1px var(--inputbordercolor);
299.divadvancedsearchfieldcompinput,
300div.tabBar input, div.tabBar input.flat, div.tabBar textarea, div.tabBar textarea.flat, div.tabBar form.flat select, div.tabBar select, div.tabBar select.flat, div.tabBar .dataTables_length label select
302 border<?php echo !
getDolGlobalString(
'THEME_SHOW_BORDER_ON_INPUT') ?
'-bottom' :
''; ?>: solid 1px var(--inputbordercolor);
305 background-color: #f8f8fa;
306 border-bottom-left-radius: 0;
307 border-bottom-right-radius: 0;
312.divadvancedsearchfieldcompinput {
314 border-bottom: solid 1px var(--inputbordercolor);
317input[
name=duration_value], input[
name=durationhour]
319 margin-right: 4px !important;
321input[
type=submit], input[
type=submit]:hover {
324input[
type=checkbox], input[
type=radio] {
327.kanban input.checkforselect {
336.tableforfield input, .refidno input {
350#mainbody input.button:not(.buttongen):not(.bordertransp), #mainbody a.button:not(.buttongen):not(.bordertransp) {
351 background: var(--butactionbg);
352 color: var(--textbutaction);
354 border-collapse: collapse;
357#mainbody span.websitetools input.button:not(.buttongen):not(.bordertransp) {
358 color: #000 !important;
360#mainbody input.buttongen, #mainbody button.buttongen {
364 -webkit-box-shadow: 0px 0px 6px 1px rgb(50 50 50 / 40%), 0px 0px 0px rgb(60 60 60 / 10%);
365 box-shadow: 0px 0px 6px 1px rgb(50 50 50 / 40%), 0px 0px 0px rgb(60 60 60 / 10%);
371input.button.massactionconfirmed {
375input:invalid, select:invalid, input.--error , select.--error {
376 border-color: #ea1212;
379section.setupsection {
381 background-color: var(--colorbackgrey);
385.field-error-
icon { color: #ea1212 !important; }
388div.tabBar textarea:focus {
389 border: 1px solid #aaa !important;
391input:focus:not(.
button):not(.buttonwebsite):not(.buttonreset):not(.select2-search__field):not(#top-bookmark-search-input):not(.search_component_input):not(.input-nobottom),
392 select:focus, .select2-container--open [aria-expanded=
"false"].select2-selection--single,
393 .select2-container--focus span.selection span.select2-selection {
394 border-bottom: 1px solid #666 !important;
395 border-bottom-left-radius: 0 !important;
396 border-bottom-right-radius: 0 !important;
398textarea.cke_source:focus
407 border-top: solid 1px var(--inputbordercolor);
408 border-left: solid 1px var(--inputbordercolor);
409 border-right: solid 1px var(--inputbordercolor);
410 border-bottom: solid 1px var(--inputbordercolor);
417input.removedassigned {
418 padding: 2px !important;
419 vertical-align: text-bottom;
423 padding-left: 0px !important;
424 padding-right: 0px !important;
427 vertical-align: middle;
429input.buttonpayment,
button.buttonpayment, div.buttonpayment {
434 background-image: none;
440 background-color: #9999bb;
442 box-shadow: 1px 1px 4px #bbb;
451.nofocusvisible:focus-visible {
455div.buttonpayment input:focus {
463div.buttonpayment input {
464 background-color: unset;
466 border-bottom: unset;
468 text-transform: uppercase;
471input.buttonpaymentcb {
472 background-image: url(<?php echo
dol_buildpath($path.
'/theme/common/credit_card.png', 1) ?>);
473 background-size: 26px;
474 background-repeat: no-repeat;
477input.buttonpaymentcheque {
478 background-image: url(<?php echo
dol_buildpath($path.
'/theme/common/cheque.png', 1) ?>);
479 background-size: 24px;
480 background-repeat: no-repeat;
483input.buttonpaymentpaypal {
484 background-image: url(<?php echo
dol_buildpath($path.
'/paypal/img/object_paypal.png', 1) ?>);
485 background-repeat: no-repeat;
488input.buttonpaymentpaybox {
489 background-image: url(<?php echo
dol_buildpath($path.
'/paybox/img/object_paybox.png', 1) ?>);
490 background-repeat: no-repeat;
493input.buttonpaymentstripe {
494 background-image: url(<?php echo
dol_buildpath($path.
'/stripe/img/object_stripe.png', 1) ?>);
495 background-repeat: no-repeat;
498.logopublicpayment #dolpaymentlogo {
501 image-rendering: -webkit-optimize-contrast;
507 background-color: transparent;
508 color: var(--colortext) !important;
509 border: 1px solid #888 !important;
510 margin: 0 0.45em !important;
513span.userimg.notfirst, div.userimg.notfirst {
516div.userimg.notfirst {
517 display: block-
inline;
521span.timesheetalreadyrecorded input {
523 border-bottom: solid 1px rgba(0,0,0,0.4);
524 margin-right: 1px !important;
526td.onholidaymorning, td.onholidayafternoon {
527 background-color: #fdf6f2;
530 background-color: #f4eede;
532td.onholidayallday:not(.weekend) input {
533 background-color: #f8f7f0;
536 background-color: #f8f4f4;
542 background: var(--colorbacklinepairhover) !important;
554 border-right: 1px solid #ccc;
557td.linecoldescription.bomline {
561td.amount, span.amount, div.amount, b.amount {
571select.flat, form.flat select, .pageplusone {
581.paginationlastpage a {
586 filter: saturate(0.8);
590 color: var(--colortextlink);
592.optiongrey, .opacitymedium {
595.opacitymediumbycolor {
596 color: rgba(0, 0, 0, 0.4);
608 color: var(--colorwhite);
611 color: #888 !important;
614 color: var(--colorblack);
616.colorblack.totalnboflines {
621 font-size: unset !important;
624 transform: scale(1, -1);
627 transform: scale(-1, 1);
630select:invalid, select.--error {
635 background: var(--inputbackgroundcolordisabled);
636 color: var(--inputcolordisabled);
640 box-shadow: none !important;
643 padding: 0px !important;
644 border: 0px !important;
645 vertical-align: text-bottom;
648 background-color: transparent;
655 border<?php echo !
getDolGlobalString(
'THEME_SHOW_BORDER_ON_INPUT') ?
'-bottom' :
''; ?>: solid 1px var(--inputbordercolor);
657input[
type=checkbox] { background-color: transparent; border: none; box-shadow: none; }
658input[
type=radio] { background-color: transparent; border: none; box-shadow: none; }
659input[
type=image] { background-color: transparent; border: none; box-shadow: none; }
660input:-webkit-autofill {
661 background-color: #FDFFF0 !important;
662 background-image:none !important;
663 -webkit-box-shadow: 0 0 0 50px #FDFFF0 inset;
667.placeholder { color: #ccc; }
668::-webkit-input-placeholder { color: #ccc; }
669input:-moz-placeholder { color: #ccc; }
671input[
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; }
673 border: 1px solid #aaa !important;
674 padding-
inline-start: 2em;
675 padding-
inline-end: 2em;
676 min-
inline-size:
auto;
678#div_container_exportoptions fieldset, #div_container_sub_exportoptions fieldset {
679 border: 1px solid #ccc !important;
681.legendforfieldsetstep { padding-bottom: 10px; }
682input#onlinepaymenturl, input#directdownloadlink {
688 padding: 20px 0px 0px 0px;
692div#moretabsList, div#moretabsListaction {
696hr { border: 0; border-top: 1px solid #ccc; }
697.tabBar hr { margin-top: 20px; margin-bottom: 17px; }
700table.tableforfield .button:not(.bordertransp):not(.buttonpayment),
701table.tableforfield .buttonDelete:not(.bordertransp):not(.buttonpayment) {
706.button:not(.bordertransp):not(.buttonpayment),
707.buttonDelete:not(.bordertransp):not(.buttonpayment) {
712 font-family: <?php print $fontlist ?>;
713 display:
inline-block;
718 text-decoration: none !important;
719 background-color: #f5f5f5;
720 background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
721 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
722 background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
723 background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
724 background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
725 background-repeat: repeat-x;
726 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
727 border: 1px solid
#aaa;
728 -webkit-border-radius: 2px;
732 text-transform: uppercase;
735.valuefield .button, .valuefieldcreate .button, .refidno .button:not(.smallpaddingimp) {
736 margin-top: 0 !important;
737 margin-bottom: 0 !important;
738 font-size: 0.85em !important;
739 padding: 5px !important;
741.button:focus, .buttonDelete:focus {
742 -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 60, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
743 box-shadow: 0px 0px 5px 1px rgba(0, 0, 60, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
745.button:hover:not(.nohover), .buttonDelete:hover:not(.nohover) {
747 -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
748 box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
750.button:
disabled, .buttonDelete:
disabled, .button.disabled, .buttonDelete.disabled {
753 -webkit-box-shadow: none;
755 text-decoration: none;
758 pointer-events: none;
762 -webkit-box-shadow: none;
764.button_search, .button_removefilter {
766 background-color: unset;
768.button_search:hover, .button_removefilter:hover {
778div.float, span.floatleft
780 float:<?php print $left; ?>;
784 float:<?php print $right; ?>;
796 display:
inline-block;
800 display:
inline-block !important;
805button[
name=
'button_search_x'] span.fa.fa-search {
808button[
name=
'button_removefilter_x'] span.fa.fa-
remove {
816 padding-<?php echo $left; ?>: 3px;
823 -webkit-box-shadow: none !important;
824 box-shadow: none !important;
825 -webkit-border-radius:0px !important;
826 border-radius:0px !important;
836 vertical-align: middle;
839 vertical-align: bottom;
842 vertical-align: text-bottom;
848 width: 100% !important;
850.centpercentwithout1imp {
851 width: calc(100% - 1px) !important;
853.centpercentwithoutmenu {
854 width: calc(100% - 200px);
856.quatrevingtpercent, .inputsearch {
859.maxquatrevingtpercent {
865.quatrevingtquinzepercent {
868.quatrevingtpercentminusx {
869 width: calc(80% - 52px);
872 width: calc(100% - 52px);
874textarea.centpercent {
887.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
890.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 {
897 transform: scaleX(-1) translate(<?php print($left == 'left' ? '' : '-'); ?>2px, 0);
900 transform: rotate(90deg) translate(0, <?php print($left ==
'left' ?
'' :
'-'); ?>2px);
907 text-align: center !important;
919 text-align: <?php print $left; ?>;
922 text-align: <?php print $right; ?>;
928 float: left!important;
931 float: right!important;
934 white-space: <?php print($dol_optimize_smallscreen ?
'normal' :
'nowrap'); ?>;
937 white-space: <?php print($dol_optimize_smallscreen ?
'nowrap' :
'normal'); ?>;
940 white-space: <?php print($dol_optimize_smallscreen ?
'normal' :
'nowrap'); ?>;
942.liste_titre .nowrap {
950 display:
inline-block;
952.wrapimp, .wrapimp pre {
953 white-space: normal !important;
956 word-wrap:
break-word;
959 word-
break:
break-word !important;
962 word-
break:
break-word;
965 word-
break:
break-all;
967td.wordbreak img, td.wordbreakimp img {
971 font-weight: bold !important;
974 font-weight: normal !important;
977 text-transform: uppercase;
980 text-decoration: none;
983 text-decoration: none !important;
989 padding-<?php print $left; ?>: 0;
992 padding-<?php print $right; ?>: 0;
995 padding-<?php print $left; ?>: 0 !important;
998 padding-<?php print $right; ?>: 0 !important;
1001 padding-<?php print $left; ?>: 4px;
1004 padding-<?php print $left; ?>: 4px !important;
1007 padding-<?php print $left; ?>: 2px;
1010 padding-<?php print $left; ?>: 2px !important;
1013 padding-<?php print $right; ?>: 4px;
1016 padding-<?php print $right; ?>: 4px !important;
1019 padding-<?php print $right; ?>: 2px;
1022 padding-<?php print $right; ?>: 2px !important;
1028 padding-top: 4px !important;
1034 padding-bottom: 4px;
1037 padding-bottom: 4px !important;
1040 padding-bottom: 2px;
1043 margin-<?php print $left; ?>: 2px;
1046 margin-<?php print $right; ?>: 2px;
1049 width: unset !important;
1057.classfortooltiponclick .fa-question-circle {
1064 cursor: not-allowed;
1070 background-color: #fff;
1072.nobackground, .nobackground tr {
1073 background: unset !important;
1075.checkboxattachfilelabel {
1080 border: 1px solid #888 !important;
1083 color : <?php print $textWarning; ?>
1087 max-height: <?php print
getDolGlobalInt(
'MAIN_CSS_SHORTMESSSAGECUT', 125); ?>px;
1092 max-height: <?php print
getDolGlobalInt(
'MAIN_CSS_LONGMESSSAGECUT', 250); ?>px;
1103 background-color: #f0f0f8;
1106div.urllink, div.urllink a {
1107 color: #339 !important;
1111 border: 1px solid #DFDFDF;
1112 border-radius: 10px;
1114 margin-bottom: 20px;
1118i.fa-mars::before, i.fa-venus::before, i.fa-genderless::before, i.fa-transgender::before {
1119 color: #888 !important;
1121 padding-<?php echo $left; ?>: 3px;
1123.stockmovemententry {
1125 transform: rotate(0.25turn);
1130 transform: rotate(0.3turn);
1136.publisherlogoinline {
1137 vertical-align: middle;
1144 white-space: nowrap;
1148body[
class*=
"colorblind-"] .text-warning{
1149 color : <?php print $colorblind_deuteranopes_textWarning; ?>
1152 color : <?php print $textSuccess; ?>
1154body[
class*=
"colorblind-"] .text-success{
1155 color : <?php print $colorblind_deuteranopes_textSuccess; ?>
1159 color : <?php print $textDanger; ?>
1162.editfielda span.fa-pencil-alt, .editfielda span.fa-pencil-ruler, .editfielda span.fa-trash, .editfielda span.fa-crop, .editfielda span.fa-eye,
1164 color: #ccc !important;
1166.editfielda span.fa-pencil-alt:hover, .editfielda span.fa-pencil-ruler:hover, .editfielda span.fa-trash:hover, .editfielda span.fa-crop:hover,
1167.editfieldlang:hover {
1168 color: var(--colortexttitle) !important;
1170a.editfielda.nohover *:hover:before {
1171 color: #ccc !important;
1178 float: none !important;
1181span.fa.fa-plus-circle.paddingleft {
1184 padding-bottom: 2px;
1187.size12x { font-size: 1.2em !important; }
1188.size15x { font-size: 1.5em !important; }
1189.fa-toggle-on, .fa-toggle-off, .size2x { font-size: 2em; }
1190.websiteselectionsection .fa-toggle-on, .websiteselectionsection .fa-toggle-off,
1191.asetresetmodule .fa-toggle-on, .asetresetmodule .fa-toggle-off,
1192.tdwebsitesearchresult .fa-toggle-on, .tdwebsitesearchresult .fa-toggle-off
1195 vertical-align: text-bottom;
1200 white-space: nowrap;
1201 vertical-align: middle;
1202 text-overflow: ellipsis;
1208<?php include
dol_buildpath($path.
'/theme/'.$theme.
'/badges.inc.php', 0); ?>
1209<?php include
dol_buildpath($path.
'/theme/'.$theme.
'/flags-sprite.inc.php', 0); ?>
1213 border-right: 1px solid #DDD;
1217 border-left: 1px solid #DDD;
1222#formuserfile input[type='file'] {
1236#formuserfile_link input[type='text'] {
1241 vertical-align: middle;
1243.divsocialnetwork:not(:last-child) {
1244 padding-<?php print $right; ?>: 20px;
1248 display:
inline-block;
1249 margin-<?php print $right; ?>: 12px;
1250 margin-<?php print $left; ?>: 2px;
1256 background-color: rgba(0, 0, 0, 0.08);
1260.divsearchfieldfilter {
1261 text-overflow: clip;
1263 padding-bottom: 5px;
1267.divadvancedsearchfield:first-child {
1270.divadvancedsearchfield {
1273 padding-right: 15px;
1274 padding-bottom: 2px;
1277.divadvancedsearchfield span.select2.select2-container.select2-container--
default {
1280.search_component_params {
1282 -webkit-flex-flow: row wrap;
1283 flex-flow: row wrap;
1286 padding-bottom: 3px;
1287 padding-<?php echo $left; ?>: 0;
1288 padding-<?php echo $right; ?>: 0;
1289 border-bottom: solid 1px var(--inputbordercolor);
1293.search_component_searchtext {
1296.search_component_params_text, .search_component_params_text:focus {
1297 border-bottom: none;
1299 margin: 0 !important;
1302.tagsearch .tagsearchdelete {
1309 padding-bottom: 0px;
1312 display:
inline-block;
1317 display:
inline-block;
1334.a-filter, .a-mesure {
1335 border-radius: 50px;
1336 background: var(--colortexttitlenotab);
1338 padding: 8px 10px 8px 6px;
1346.a-filter:before, .a-mesure:before {
1347 font-family:
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>";
1353 border-radius: 50px;
1354 background: var(--colorbacktitle1);
1367 top:calc(50% - 200px);
1368 left:calc(50% - 250px);
1372 border: 1px solid #bbb;
1373 box-shadow: 2px 2px 20px #ddd;
1383div.div-
for-modal-topright {
1391 border: 1px solid #bbb;
1392 box-shadow: 2px 2px 20px #ddd;
1399if ($conf->browser->layout ==
'phone') {
1401.divsearchfieldfilter {
1402 white-space: nowrap;
1417 list-style-
type: none;
1424 padding-bottom: 4px;
1428 padding-bottom: 10px;
1433 vertical-align: middle;
1435select.flat.selectlimit {
1438 border-bottom: 1px solid var(--inputbordercolor);
1439 border-bottom-left-radius: 0;
1440 border-bottom-right-radius: 0;
1443 margin-<?php echo $right; ?>: 10px !important;
1446 margin-<?php echo $left; ?>: 10px !important;
1448.marginleftonlyshort {
1449 margin-<?php echo $left; ?>: 4px !important;
1452 margin-<?php echo $left; ?>: 0px !important;
1455 margin-<?php echo $right; ?>: 0px !important;
1458 margin-<?php echo $right; ?>: 10px !important;
1460.marginrightonlyshort {
1461 margin-<?php echo $right; ?>: 4px !important;
1463.marginrightonlylarge {
1464 margin-<?php echo $right; ?>: 20px !important;
1467 margin-top: 10px !important;
1469.margintoponlyshort {
1470 margin-top: 3px !important;
1473 margin-bottom: 10px !important;
1475.marginbottomonlyshort {
1476 margin-bottom: 3px !important;
1479 margin-top: 0 !important;
1482 margin-bottom: 0 !important;
1484.selectlimit, .selectlimit:focus {
1485 border-left: none !important;
1486 border-top: none !important;
1487 border-right: none !important;
1491 text-decoration: line-through;
1498 text-overflow: unset;
1503 text-overflow: ellipsis;
1504 white-space: nowrap;
1508 text-overflow: ellipsis;
1513 text-overflow: ellipsis;
1514 white-space: nowrap;
1519 text-overflow: ellipsis;
1520 white-space: nowrap;
1525 text-overflow: ellipsis;
1526 white-space: nowrap;
1528.tdoverflowmax80imp {
1529 max-width: 80px !important;
1531 text-overflow: ellipsis;
1532 white-space: nowrap;
1537 text-overflow: ellipsis;
1538 white-space: nowrap;
1540.tdoverflowmax100imp {
1541 max-width: 100px !important;
1543 text-overflow: ellipsis;
1544 white-space: nowrap;
1549 text-overflow: ellipsis;
1550 white-space: nowrap;
1555 text-overflow: ellipsis;
1556 white-space: nowrap;
1561 text-overflow: ellipsis;
1562 white-space: nowrap;
1567 text-overflow: ellipsis;
1568 white-space: nowrap;
1573 text-overflow: ellipsis;
1574 white-space: nowrap;
1579 text-overflow: ellipsis;
1580 white-space: nowrap;
1585 text-overflow: ellipsis;
1586 white-space: nowrap;
1591 text-overflow: ellipsis;
1592 white-space: nowrap;
1598.divintowithtwolinesmax {
1600 display: -webkit-box;
1601 -webkit-box-orient: vertical;
1602 -webkit-line-clamp: 2;
1606 display: -webkit-box;
1607 -webkit-box-orient: vertical;
1608 -webkit-line-clamp: 2;
1610 height:
auto !important;
1611 word-
break:
break-word;
1614 display: -webkit-box;
1615 -webkit-box-orient: vertical;
1616 -webkit-line-clamp: 10;
1620.tablelistofcalendars {
1621 margin-top: 25px !important;
1628table.paymenttable td.amountpaymentcomplete,
table.paymenttable td.amountremaintopay,
table.paymenttable td.amountremaintopayback {
1630 padding-bottom: 0px;
1633 white-space: nowrap;
1635.amountpaymentcomplete {
1636 color: var(--amountpaymentcomplete);
1639 white-space: nowrap;
1642 color: var(--amountremaintopaycolor);
1645 white-space: nowrap;
1647.amountremaintopayback {
1648 color: var(--amountremaintopaybackcolor);
1651 white-space: nowrap;
1653.amountpaymentneutral {
1656 white-space: nowrap;
1660.onlinepaymentbody .amountpaymentcomplete {
1661 background-color: var(--amountpaymentcomplete);
1669 margin-bottom: 12px;
1671#builddoc_form ~ .showlinkedobjectblock {
1676.moduledesclong p img, .moduledesclong p a img {
1677 max-width: 90% !important;
1678 height:
auto !important;
1682 border: 1px solid #ccc;
1683 box-shadow: 1px 1px 25px #aaa;
1684 max-width: calc(100% - 56px);
1686.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 {
1694.fa-map-marked-alt:before {
1699 -webkit-text-security: disc;
1711div.fiche>div.tabBar>form>div.div-
table-responsive {
1714.div-
table-responsive, .div-
table-responsive-no-min {
1718.div-
table-responsive {
1719 line-height: var(--heightrow);
1723div.fiche>form>div.div-
table-responsive {
1726div.fiche>form>div.div-
table-responsive, div.fiche>form>div.div-
table-responsive-no-min {
1731div.ticketpublicarealist>form>div.div-
table-responsive {
1739 justify-content: space-between;
1746 <?php
if (in_array($conf->browser->name, array(
'chrome',
'firefox'))) {
1747 echo
'display: inline-flex;'.
"\n";
1749 flex-flow: row wrap;
1750 justify-content: flex-start;
1760.thumbstat, .thumbstat150 {
1761<?php
if ($conf->browser->name ==
'ie') { ?>
1771select.selectarrowonleft {
1774select.selectarrowonleft option {
1778table[summary=
"list_of_modules"] .fa-cog {
1786 white-space: nowrap;
1794maxscreenheightless200 {
1795 max-height: <?php echo isset($_SESSION[
'dol_screenheight']) ? max(500, (
int) $_SESSION[
'dol_screenheight'] - 200) : 700; ?>px;
1797.maxscreenheightless300 {
1798 max-height: <?php echo isset($_SESSION[
'dol_screenheight']) ? max(400, (
int) $_SESSION[
'dol_screenheight'] - 300) : 700; ?>px;
1808.clearboth { clear:both; }
1810.hideobject { display: none; }
1811.showonsmartphone { display: none; }
1812.minwidth25 { min-width: 25px; }
1813.minwidth50 { min-width: 50px; }
1814.minwidth75 { min-width: 75px; }
1815.nominwidth { min-width: fit-content !important; }
1817@media only screen and (min-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC3', round($nbtopmenuentries * 47, 0) + 130); ?>px)
1819 .width20 { width: 20px; }
1820 .width25 { width: 25px; }
1821 .width50 { width: 50px; }
1822 .width75 { width: 75px; }
1823 .width100 { width: 100px; }
1824 .width200 { width: 200px; }
1825 .minwidth100 { min-width: 100px; }
1826 .minwidth150 { min-width: 150px; }
1827 .minwidth200 { min-width: 200px; }
1828 .minwidth250 { min-width: 250px; }
1829 .minwidth300 { min-width: 300px; }
1830 .minwidth400 { min-width: 400px; }
1831 .minwidth500 { min-width: 500px; }
1832 .minwidth50imp { min-width: 50px !important; }
1833 .minwidth75imp { min-width: 75px !important; }
1834 .minwidth100imp { min-width: 100px !important; }
1835 .minwidth150imp { min-width: 150px !important; }
1836 .minwidth200imp { min-width: 200px !important; }
1837 .minwidth250imp { min-width: 250px !important; }
1838 .minwidth300imp { min-width: 300px !important; }
1839 .minwidth400imp { min-width: 400px !important; }
1840 .minwidth500imp { min-width: 500px !important; }
1842.widthauto { width:
auto; }
1843.width20 { width: 20px; }
1844.width25 { width: 25px; }
1845.width40 { width: 40px; }
1846.width50 { width: 50px; }
1847.width75 { width: 75px; }
1848.width100 { width: 100px; }
1849.width125 { width: 125px; }
1850.width150 { width: 150px; }
1851.width200 { width: 200px; }
1852.width250 { width: 250px; }
1853.width300 { width: 300px; }
1854.width400 { width: 400px; }
1855.width500 { width: 500px; }
1856.maxwidth25 { max-width: 25px; }
1857.maxwidth40 { max-width: 40px; }
1858.maxwidth50 { max-width: 50px; }
1859.maxwidth75 { max-width: 75px; }
1860.maxwidthdate { max-width: 85px; }
1861.maxwidth100 { max-width: 100px; }
1862.maxwidth125 { max-width: 125px; }
1863.maxwidth150 { max-width: 150px; }
1864.maxwidth200 { max-width: 200px; }
1865.maxwidth250 { max-width: 250px; }
1866.maxwidth300 { max-width: 300px; }
1867.maxwidth400 { max-width: 400px; }
1868.maxwidth500 { max-width: 500px; }
1869.maxwidth750 { max-width: 750px; }
1870.maxwidth1000 { max-width: 1000px; }
1871.maxwidth50imp { max-width: 50px !important; }
1872.maxwidth75imp { max-width: 75px !important; }
1874.minwidth100onall { min-width: 100px !important; }
1875.minwidth200onall { min-width: 200px !important; }
1876.minwidth250onall { min-width: 250px !important; }
1878.minheight20 { min-height: 20px; }
1879.minheight30 { min-height: 30px; }
1880.minheight40 { min-height: 40px; }
1881.titlefieldcreate { width: 20%; }
1882.titlefield { min-width: 150px; width: 25%; }
1883.titlefieldmiddle { width: 45%; }
1884.titlefieldmax45 { max-width: 45%; }
1885.imgmaxwidth180 { max-width: 180px; }
1886.imgmaxheight50 { max-height: 50px; }
1888.width20p { width:20%; }
1889.width25p { width:25%; }
1890.width40p { width:40%; }
1891.width50p { width:50%; }
1892.width60p { width:60%; }
1893.width75p { width:75%; }
1894.width80p { width:80%; }
1895.width100p { width:100%; }
1899@media only screen and (max-width: 1440px)
1902 .titlefieldcreate { width: 30% !important; }
1903 .minwidth50imp { min-width: 50px !important; }
1904 .minwidth75imp { min-width: 75px !important; }
1905 .minwidth100imp { min-width: 100px !important; }
1906 .minwidth125imp { min-width: 125px !important; }
1907 .minwidth150imp { min-width: 150px !important; }
1908 .minwidth200imp { min-width: 200px !important; }
1909 .minwidth250imp { min-width: 250px !important; }
1910 .minwidth300imp { min-width: 300px !important; }
1911 .minwidth400imp { min-width: 300px !important; }
1912 .minwidth500imp { min-width: 300px !important; }
1914 .linkedcol-element {
1920@media only screen and (max-width: 1000px)
1922 .maxwidthonsmartphone { max-width: 100px; }
1923 .minwidth50imp { min-width: 50px !important; }
1924 .minwidth75imp { min-width: 75px !important; }
1925 .minwidth100imp { min-width: 100px !important; }
1926 .minwidth125imp { min-width: 125px !important; }
1927 .minwidth150imp { min-width: 110px !important; }
1928 .minwidth200imp { min-width: 110px !important; }
1929 .minwidth250imp { min-width: 115px !important; }
1930 .minwidth300imp { min-width: 120px !important; }
1931 .minwidth400imp { min-width: 150px !important; }
1932 .minwidth500imp { min-width: 250px !important; }
1935select.widthcentpercentminusx, span.widthcentpercentminusx:not(.select2-selection):not(.select2-dropdown), input.widthcentpercentminusx {
1936 width: calc(100% - 52px) !important;
1937 display:
inline-block;
1940select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-selection):not(.select2-dropdown), input.widthcentpercentminusxx {
1941 width: calc(100% - 70px) !important;
1942 display:
inline-block;
1964@media only screen and (max-width: 768px)
1967 font-size: <?php print is_numeric($fontsize) ? ((int) $fontsize + 3).
'px' : $fontsize; ?> !important;
1969 .divadvancedsearchfield {
1975 padding-<?php echo $right; ?>: 10px !important;
1978 .hideonsmartphone { display: none; }
1979 .hideonsmartphoneimp { display: none !important; }
1980 .showonsmartphone { display: block !important; }
1982 .margintoponsmartphone { margin-top: 6px; }
1985 margin-<?php echo $left; ?>: 0 !important;
1987 div.fiche>
table.table-fiche-title {
1988 margin-top: 7px !important;
1989 margin-bottom: 15px !important;
1992 select.minwidth100imp, select.minwidth100, select.minwidth200, select.minwidth200imp, select.minwidth300 {
1993 width: calc(100% - 40px) !important;
1995 display:
inline-block;
1998 select.widthcentpercentminusx, span.widthcentpercentminusx:not(.select2-selection), input.widthcentpercentminusx {
1999 width: calc(100% - 52px) !important;
2000 display:
inline-block;
2003 select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-selection), input.widthcentpercentminusxx {
2004 width: calc(100% - 70px) !important;
2005 display:
inline-block;
2009 input.maxwidthinputfileonsmartphone {
2013 input.buttonpayment,
button.buttonpayment, div.buttonpayment {
2017 .smallonsmartphone {
2021 .nopaddingtoponsmartphone {
2022 padding-top: 0 !important;
2024 .nopaddingbottomonsmartphone {
2025 padding-bottom: 0 !important;
2030@media only screen and (max-width: 570px)
2033 font-size: <?php print is_numeric($fontsize) ? ((int) $fontsize + 3).
'px' : $fontsize; ?> !important;
2036 div#login_left, div#login_right {
2037 min-width: 150px !important;
2038 max-width: 200px !important;
2039 padding-left: 5px !important;
2040 padding-right: 5px !important;
2044 height: 64px !important;
2047 .divmainbodylarge { margin-left: 10px !important; margin-right: 10px !important; }
2049 .tdoverflowmax100onsmartphone {
2052 text-overflow: ellipsis;
2053 white-space: nowrap;
2055 .tdoverflowmax150onsmartphone {
2058 text-overflow: ellipsis;
2059 white-space: nowrap;
2061 .border tbody tr, .border tbody tr td, div.tabBar
table.border tr, div.tabBar
table.border tr td,
2062 div.tabBar div.border .table-border-row, div.tabBar div.border .table-key-border-col, div.tabBar div.border .table-val-border-col {
2063 height: 40px !important;
2065 div.tabBar .listofinvoicetype
table tr, div.tabBar .listofinvoicetype
table tr td {
2066 height: 28px !important;
2070 div.tabs div.tab a.tab {
2073 text-overflow: ellipsis;
2074 white-space: nowrap;
2077 .quatrevingtpercent, .inputsearch {
2083 padding-bottom: 5px;
2086 .login_table .tdinputlogin {
2087 min-width: unset !important;
2089 input, input[
type=text], input[
type=password], select, textarea {
2092 .trinputlogin input[
type=text], input[
type=password] {
2095 .vmenu .searchform input {
2099 .noenlargeonsmartphone { width : 50px !important; display:
inline !important; }
2100 .maxwidthonsmartphone, #search_newcompany.ui-autocomplete-input { max-width: 100px; }
2101 .maxwidth50onsmartphone { max-width: 40px; }
2102 .maxwidth75onsmartphone { max-width: 50px; }
2103 .maxwidth100onsmartphone { max-width: 70px; }
2104 .maxwidth125onsmartphone { max-width: 100px; }
2105 .maxwidth150onsmartphone { max-width: 120px; }
2106 .maxwidth150onsmartphoneimp { max-width: 120px !important; }
2107 .maxwidth200onsmartphone { max-width: 200px; }
2108 .maxwidth250onsmartphone { max-width: 250px; }
2109 .maxwidth300onsmartphone { max-width: 300px; }
2110 .maxwidth400onsmartphone { max-width: 400px; }
2111 .minwidth50imp { min-width: 50px !important; }
2112 .minwidth75imp { min-width: 75px !important; }
2113 .minwidth100imp { min-width: 100px !important; }
2114 .minwidth125imp { min-width: 125px !important; }
2115 .minwidth150imp { min-width: 110px !important; }
2116 .minwidth200imp { min-width: 110px !important; }
2117 .minwidth250imp { min-width: 115px !important; }
2118 .minwidth300imp { min-width: 120px !important; }
2119 .minwidth400imp { min-width: 200px !important; }
2120 .minwidth500imp { min-width: 250px !important; }
2121 .titlefield { width:
auto; min-width: 125px; }
2122 .titlefieldcreate { width:
auto !important; min-width: 125px; }
2126 width: <?php print
dol_size(300,
'width'); ?>px;
2136 padding-<?php echo $right; ?>: 5px;
2137 padding-bottom: 5px;
2139 img.photoref, div.photoref {
2140 border: 1px solid rgba(0, 0, 0, 0.2);
2142 -webkit-box-shadow: none;
2146 object-fit: contain;
2150 padding-<?php echo $right; ?>: 10px;
2153 div.statusref img, div.statusrefbis {
2154 padding-<?php echo $right; ?>: 3px !important;
2164 input.buttonpayment {
2170@media only screen and (max-width: 320px)
2172 .maxwidth300 { max-width: 260px; }
2176.linkobject { cursor: pointer; }
2178table.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 {
2179 color: var(--tableforfieldcolor);
2182<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2183.hideonprint { display: none !important; }
2198 white-space: nowrap;
2209 table-layout: fixed;
2211#id-right, #id-left {
2212 display:
table-cell;
2214 vertical-align: top;
2218 padding-bottom: 5px;
2226 background: var(--colorbackbody);
2227 padding-bottom: 20px;
2229.bodyforlist #
id-right {
2230 padding-bottom: 4px;
2235.classforhorizontalscrolloftabs #
id-container {
2238.classforhorizontalscrolloftabs .side-nav {
2240 float: <?php echo $left; ?>;
2242.classforhorizontalscrolloftabs #
id-right {
2243 width: calc(100% - <?php echo $leftmenuwidth + 20 ?>px);
2244 display:
inline-block;
2271@media screen and (prefers-color-scheme: dark) {
2273 border-bottom: 1px solid #888;
2278 display:
table-cell;
2279 border-<?php echo $right; ?>: 1px solid #ECECEC;
2280 box-shadow: 3px 0 6px -2px #eee;
2281 background: var(--colorbackvmenu1);
2282 transition: left 0.5s ease;
2285.side-nav, .login_block {
2286 transition: left 0.5s ease;
2291 border-bottom: 0 !important;
2294 margin: <?php echo $disableimages ?
'0' :
'6'; ?>px;
2298 height: <?php echo $disableimages ?
'18' :
'35'; ?>px;
2301 vertical-align: middle;
2303.backgroundforcompanylogo {
2304 background-color: rgba(255,255,255,0.2);
2307.menulogocontainer img.mycompany {
2308 object-fit: contain;
2311 image-rendering: -webkit-optimize-contrast;
2313#mainmenutd_companylogo::after, #mainmenutd_menu::after {
2314 content: unset !important;
2316li#mainmenutd_companylogo .tmenucenter {
2319li#mainmenutd_companylogo {
2320 min-width: unset !important;
2322<?php
if ($disableimages) { ?>
2323 li#mainmenutd_home {
2324 min-width: unset !important;
2326 li#mainmenutd_home .tmenucenter {
2331div.blockvmenupair, div.blockvmenuimpair {
2332 border-top: none !important;
2333 border-left: none !important;
2334 border-right: none !important;
2335 border-bottom: 1px solid #eaeaea;
2336 padding-left: 0 !important;
2338div.blockvmenuend, div.blockvmenubookmarks {
2339 border: none !important;
2340 padding-left: 0 !important;
2342div.vmenu, td.vmenu {
2343 padding-right: 10px !important;
2345.blockvmenu .menu_titre {
2360.menuhider { display: none !important; }
2361.menuhider .mainmenu.menu.topmenuimage {
2362 margin-top: 0px !important;
2367<?php
if (!
getDolUserInt(
'MAIN_OPTIMIZEFORTEXTBROWSER')) { ?>
2368@media only screen and (max-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC3', round($nbtopmenuentries * 47, 0) + 130); ?>px)
2371 body.sidebar-collapse .side-nav {
2376 .classforhorizontalscrolloftabs #
id-right {
2382 body.sidebar-collapse .login_block {
2386 .menuhider { display: block !important; }
2387 .dropdown-
user-image { display: none; }
2388 .user-header { height:
auto !important; color: var(--colortextbackhmenu); }
2394 border-bottom: 1px solid #BBB;
2397 padding-right: 20px;
2403 border-bottom: 0 !important;
2405 div.blockvmenupair, div.blockvmenuimpair, div.blockvmenubookmarks, div.blockvmenuend {
2406 border-top: none !important;
2407 border-left: none !important;
2408 border-right: none !important;
2409 border-bottom: 1px solid #eaeaea;
2410 padding-left: 0 !important;
2412 div.vmenu, td.vmenu {
2413 padding-right: 6px !important;
2416 margin-<?php print $left; ?>: 9px !important;
2417 margin-<?php print $right; ?>: 10px !important;
2420 .pagination .fa-chevron-left, .pagination .fa-chevron-right {
2425@media only screen and (min-width: 768px) and (max-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC3', round($nbtopmenuentries * 47, 0) + 130); ?>px)
2428 margin-<?php print $left; ?>: 13px !important;
2429 margin-<?php print $right; ?>: 14px !important;
2436 margin-<?php print $left; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 6 : (empty($conf->dol_optimize_smallscreen) ?
'42' :
'6')); ?>px;
2437 margin-<?php print $right; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 6 : (empty($conf->dol_optimize_smallscreen) ?
'38' :
'6')); ?>px;
2438 <?php
if (!empty($dol_hide_topmenu) ||
GETPOST(
'dol_openinpopup',
'aZ09')) {
2439 print
'margin-top: 12px;'.
"\n";
2441 <?php
if (!empty($dol_hide_topmenu) ||
GETPOST(
'dol_openinpopup',
'aZ09')) {
2442 print
'margin-bottom: 12px;'.
"\n";
2445body.onlinepaymentbody div.fiche {
2446 margin: 20px !important;
2448div.fiche>
table:first-child {
2449 margin-bottom: 15px;
2451div.fiche>
table.table-fiche-title {
2452 margin-bottom: 12px;
2462 <?php
if ($conf->browser->layout !=
'phone') {
2463 print
"float: ".$left.
";\n";
2465 <?php
if ($conf->browser->layout !=
'phone') {
2466 print
"width: calc(50% - 16px);\n";
2468 <?php
if ($conf->browser->layout ==
'phone') {
2469 print
"padding-bottom: 6px;\n";
2472div.fichetwothirdright {
2473 <?php
if ($conf->browser->layout !=
'phone') {
2474 print
"float: ".$right.
";\n";
2476 <?php
if ($conf->browser->layout !=
'phone') {
2477 print
"width: calc(50% - 16px);\n";
2479 <?php
if ($conf->browser->layout ==
'phone') {
2480 print
"padding-bottom: 6px\n";
2484 <?php
if ($conf->browser->layout !=
'phone') {
2485 print
"float: ".$left.
";\n";
2487 <?php
if ($conf->browser->layout !=
'phone') {
2488 print
"width: calc(50% - 16px);\n";
2492 <?php
if ($conf->browser->layout !=
'phone') {
2493 print
"float: ".$right.
";\n";
2495 <?php
if ($conf->browser->layout !=
'phone') {
2496 print
"width: calc(50% - 16px);\n";
2500 <?php
if ($conf->browser->layout ==
'phone') {
2501 print
"margin-top: 10px;\n";
2511div.firstcolumn >
table.noborder, div.secondcolumn >
table.noborder, div.firstcolumn > div >
table.noborder, div.secondcolumn > div >
table.noborder {
2512 margin-bottom: 14px;
2516@media only screen and (max-width: 1024px)
2519 margin-<?php print $left; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 6 : ($dol_hide_leftmenu ?
'6' :
'20')); ?>px;
2520 margin-<?php print $right; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 8 : 6); ?>px;
2526 div.fichecenterbis {
2529 div.fichethirdleft {
2532 padding-bottom: 6px;
2534 div.fichetwothirdright {
2537 padding-bottom: 6px;
2543 div.fichehalfright {
2547 div.fichehalfright {
2550 div.firstcolumn div.box {
2553 div.secondcolumn div.box {
2559@media only screen and (max-width: 1440px)
2561 div.fichehalfleft-lg {
2565 div.fichehalfright-lg {
2570 .fichehalfright-lg .fichehalfright {
2576div.fichehalfright tr.liste_titre:first-child td
table.nobordernopadding td {
2580 padding: 0 !important;
2588td.nobordernopadding.widthpictotitle.col-picto {
2592.table-list-of-attached-files .col-picto, .table-list-of-links .col-picto {
2593 opacity: 0.7 !important;
2597.table-list-of-attached-files .col-picto .widthpictotitle, .table-list-of-links .col-picto .widthpictotitle {
2614 margin-<?php echo $right; ?>: 8px;
2627 vertical-align: middle;
2630.pictowarning, .pictoerror, .pictopreview, .pictonopreview, .picto.error {
2631 padding-<?php echo $left; ?>: 3px;
2635 color: <?php echo $badgeWarning ?>;
2638 color: <?php echo $badgeDanger ?>;
2646.fiche .arearef img.pictoedit, .fiche .arearef span.pictoedit,
2647.fiche .fichecenter img.pictoedit, .fiche .fichecenter span.pictoedit,
2648.tagtdnote span.pictoedit {
2659 padding-left: 1px !important;
2662 padding-bottom: 1px;
2668 padding-bottom: 10px;
2670div.attachareaformuserfileecm {
2672 padding-bottom: 6px;
2677 margin-bottom: 10px;
2678 padding-bottom: 10px;
2680div.arearefnobottom {
2682 padding-bottom: 4px;
2687div.divphotoref:last-child {
2688 padding-<?php echo $right; ?>: 30px;
2691 padding-bottom: 10px;
2700 float: <?php echo $right; ?>;
2703 margin-bottom: 10px;
2710 vertical-align: text-bottom;
2716 vertical-align: text-bottom;
2718img.photoref, div.photoref {
2720 -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
2721 box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
2725 object-fit: contain;
2727img.photokanban, div.photokanban {
2731 vertical-align: middle;
2733div.photoref .fa, div.photoref .fas, div.photoref .far {
2737 object-fit: contain;
2741 vertical-align:middle;
2744.difforspanimgright {
2745 display:
table-cell;
2746 padding-right: 10px;
2748img.photorefnoborder {
2752 object-fit: contain;
2753 border: 1px solid #AAA;
2754 border-radius: 100px;
2759 border-bottom: <?php echo $borderwidth ?>px solid var(--colortopbordertitle1);
2762.trextrafieldseparator td, .trextrafields_collapse_last td {
2768 margin: 0 !important;
2769 padding-bottom: 0 !important;
2777<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2780 background: var(--colorbackhmenu1);
2782 <?php
if ($colorbackhmenu1 ==
'255,255,255') { ?>
2783 box-shadow: 0px 0px 4px #ddd;
2789<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2792 padding-<?php echo $right; ?>: <?php echo($maxwidthloginblock - 10); ?>px;
2795 -webkit-touch-callout: none;
2796 -webkit-
user-select: none;
2797 -khtml-
user-select: none;
2798 -moz-
user-select: none;
2799 -ms-
user-select: none;
2807<?php
if ($disableimages) { ?>
2813<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2818 white-space: nowrap;
2820 border-<?php print $left; ?>: 0px;
2821 border-<?php print $right; ?>: 0px;
2822 padding: 0px 0px 0px 0px;
2823 margin: 0px 0px 0px 0px;
2825 font-weight: normal;
2826 text-decoration: none;
2829div.tmenudisabled, a.tmenudisabled {
2832a.tmenu, a.tmenusel, a.tmenudisabled {
2835a.tmenudisabled:link, a.tmenudisabled:visited, a.tmenudisabled:hover, a.tmenudisabled:active {
2836 padding: 0px 5px 0px 5px;
2837 white-space: nowrap;
2838 color: var(--colortextbackhmenu);
2839 text-decoration: none;
2840 cursor: not-allowed;
2842span.mainmenuaspan.tmenudisabled {
2843 color: var(--colortextbackhmenu);
2845 cursor: not-allowed;
2848a.disabled, span.tmenu {
2850 text-decoration: none !important;
2854a.tmenu:link, a.tmenu:visited, a.tmenu:hover, a.tmenu:active {
2855 padding: 0px 2px 0px 2px;
2856 margin: 0px 0px 0px 0px;
2857 white-space: nowrap;
2858 color: var(--colortextbackhmenu);
2859 text-decoration: none;
2861a.tmenusel:link, a.tmenusel:visited, a.tmenusel:hover, a.tmenusel:active {
2862 padding: 0px 2px 0px 2px;
2863 margin: 0px 0px 0px 0px;
2864 white-space: nowrap;
2865 color: var(--colortextbackhmenu);
2866 text-decoration: none !important;
2871 padding: 0px 0px 0px 0px;
2872 margin: 0px 0px 0px 0px;
2881li.tmenu, li.tmenusel {
2882 <?php print $minwidthtmenu ?
'min-width: '.$minwidthtmenu.
'px;' :
''; ?>
2884 vertical-align: bottom;
2886 float: <?php print $left; ?>;
2892 font-weight: normal;
2895 background-image: none !important;
2898li.tmenusel::after, li.tmenu:hover::after{
2903 left: calc(50% - 6px);
2906 border-style: solid;
2907 border-width: 0px 6px 5px 6px;
2908 border-color: transparent transparent #ffffff transparent;
2911.tmenuend .tmenuleft { width: 0px; }
2912.tmenuend { display: none; }
2915 float: <?php print $left; ?>;
2917 <?php
if (empty($conf->dol_optimize_smallscreen)) { ?>
2920 <?php
if ($disableimages) { ?>
2923 height: <?php print $heightmenu; ?>px;
2930 color: var(--colortextbackhmenu);
2931 <?php
if ($disableimages) { ?>
2936 height: <?php print $heightmenu; ?>px;
2946 padding-bottom: 4px;
2948 text-overflow: ellipsis;
2949 width: <?php echo $leftmenuwidth - 2; ?>px;
2953 padding-<?php print $left; ?>: 2px;
2954 padding-<?php print $right; ?>: 2px;
2955 font-family: Roboto,<?php echo $fontlist; ?>;
2962 background-repeat:no-repeat;
2964 height: <?php echo($heightmenu - 22); ?>px;
2969a.tmenuimage:focus, .mainmenu.topmenuimage:focus {
2976 color: var(--colortextbackhmenu);
2982 <?php print $disableimages ?
'' :
'top: 10px'; ?>
2984#mainmenutd_menu a.tmenuimage {
2992 text-decoration: none;
2999<?php
if (in_array(
getDolGlobalInt(
'THEME_TOPMENU_DISABLE_IMAGE'), array(2, 3, 4))) { ?>
3000.tmenulabel:not(.menuhider), .tmenulabel:not(.menuhider)::before {
3004a.tmenuimage:not(.menuhider), a.tmenuimage:not(.menuhider)::before,
3005div.tmenuimage:not(.menuhider), div.tmenuimage:not(.menuhider)::before,
3006span.tmenuimage:not(.menuhider), span.tmenuimage:not(.menuhider)::before {
3008 margin-top: 8px !important;
3014 text-overflow: ellipsis;
3020ul.tmenu:hover .tmenulabel:not(.menuhider), .ul.tmenu:hover .tmenulabel:not(.menuhider)::before {
3024 text-overflow: ellipsis;
3028 display: initial !important;
3029 line-height: 0.6em !important;
3030 height: 1em !important;
3032 text-overflow: ellipsis;
3033 color: var(--colortextbackhmenu);
3036ul.tmenu:hover .tmenuimage:not(.menuhider), ul.tmenu:hover .tmenuimage:not(.menuhider)::before {
3039 margin-top: 0px !important;
3045li.tmenu:hover .tmenulabel:not(.menuhider), li.tmenu:hover .tmenulabel:not(.menuhider)::before {
3046 display: initial !important;
3048li.tmenu:hover .tmenuimage:not(.menuhider), li.tmenu:hover .tmenuimage:not(.menuhider):before {
3049 font-size: 1.1em !important;
3050 margin-top: 0px !important;
3058<?php
if (empty($dol_hide_topmenu)) { ?>
3059 <?php include
dol_buildpath($path.
'/theme/'.$theme.
'/main_menu_fa_icons.inc.php', 0); ?>
3064 $moduletomainmenu = array(
3065 'user' =>
'',
'syslog' =>
'',
'societe' =>
'companies',
'projet' =>
'project',
'propale' =>
'commercial',
'commande' =>
'commercial',
3066 'produit' =>
'products',
'service' =>
'products',
'stock' =>
'products',
3067 'don' =>
'accountancy',
'tax' =>
'accountancy',
'banque' =>
'accountancy',
'facture' =>
'accountancy',
'compta' =>
'accountancy',
'accounting' =>
'accountancy',
'adherent' =>
'members',
'import' =>
'tools',
'export' =>
'tools',
'mailing' =>
'tools',
3068 'contrat' =>
'commercial',
'ficheinter' =>
'commercial',
'ticket' =>
'ticket',
'deplacement' =>
'commercial',
3069 'fournisseur' =>
'companies',
3070 'barcode' =>
'',
'fckeditor' =>
'',
'categorie' =>
'',
3072 $mainmenuused =
'home';
3073 foreach ($conf->modules as $val) {
3074 $mainmenuused .=
','.(isset($moduletomainmenu[$val]) ? $moduletomainmenu[$val] : $val);
3076 $mainmenuusedarray = array_unique(explode(
',', $mainmenuused));
3080 $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');
3082 $divnotrequired = array(
'multicurrency',
'salaries',
'ticket',
'margin',
'opensurvey',
'paybox',
'expensereport',
'incoterm',
'prelevement',
'propal',
'workflow',
'notification',
'supplier_proposal',
'cron',
'product',
'productbatch',
'expedition');
3084 foreach ($mainmenuusedarray as $val) {
3085 if (empty($val) || in_array($val, $divalreadydefined)) {
3088 if (in_array($val, $divnotrequired)) {
3094 $constformoduleicon =
'MAIN_MODULE_'.strtoupper($val).
'_ICON';
3096 if ($iconformodule) {
3097 if (preg_match(
'/^fa\-/', $iconformodule)) {
3100 $url =
dol_buildpath(
'/'.$val.
'/img/'.$iconformodule.
'.png', 1);
3105 foreach ($conf->file->dol_document_root as $dirroot) {
3106 if (file_exists($dirroot.
"/".$val.
"/img/".$val.
".png")) {
3117 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";
3118 print
'div.mainmenu.'.$val.
' span::before {'.
"\n";
3119 print
'content: "\f249";'.
"\n";
3124 print
"div.mainmenu.".$val.
" {\n";
3125 print
" background-image: url(".$url.
");\n";
3126 print
" background-position-y: 3px;\n";
3127 print
" filter: saturate(0);\n";
3130 print
'/* icon for module '.$val.
' is a fa icon */'.
"\n";
3139 padding:0 0 0 0 !important;
3140 margin:0 0 0 0 !important;
3141 <?php
if ($disableimages) { ?>
3152 background: #f0f0f0;
3160 display:
table-cell;
3161 vertical-align: middle;
3163.login_vertical_align {
3165 padding-bottom: 80px;
3168 padding-bottom: 30px;
3170 vertical-align: middle;
3174 color: #eee !important;
3175 padding-bottom: 20px;
3176 text-shadow: 1px 1px #444;
3179 text-shadow: 1px 1px 1px #FFF;
3186 padding-bottom:12px;
3190 print
' background-color: rgba(255, 255, 255, 0.9);';
3192 print
' background-color: #FFFFFF;';
3195 -webkit-box-shadow: 0 2px 23px 2px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(60,60,60,0.15);
3196 box-shadow: 0 2px 23px 2px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(60,60,60,0.15);
3204.login_table input#username, .login_table input#password, .login_table input#securitycode {
3206 border-bottom: solid 1px rgba(180,180,180,.4);
3212.login_table input#username:focus, .login_table input#password:focus, .login_table input#securitycode:focus {
3213 outline: none !important;
3215.login_table .trinputlogin {
3219.login_table .tdinputlogin {
3220 background-color: transparent;
3225.login_table .tdinputlogin .fa {
3229.login_table .tdinputlogin input#username, .login_table .tdinputlogin input#password, .login_table .tdinputlogin input#securitycode {
3234 word-
break:
break-word;
3238.login_main_message {
3241 margin-bottom: 22px;
3243.login_main_message .error {
3247div#login_left, div#login_right {
3248 display:
inline-block;
3252 padding-right: 16px;
3254 vertical-align: middle;
3256div#login_right select#entity {
3262table.login_table_securitycode {
3263 border-spacing: 0px;
3265table.login_table_securitycode tr td {
3273 border: 1px solid #DDDDDD;
3275#img_logo, .img_logo {
3280div.backgroundsemitransparent {
3281 background:rgba(255, 255, 255, 0.7);
3283 padding-right: 10px;
3287 text-align: <?php print $right; ?>;
3288 <?php print $right; ?>: 0;
3289 top: <?php print $disableimages ?
'4px' :
'0'; ?>;
3292 <?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3297 color: var(--colortextbackhmenu);
3298 display:
inline-block;
3300div.login_block a .atoploginusername {
3301 display:
inline-block;
3304 text-overflow: ellipsis;
3306div.login_block span.aversion {
3307 color: var(--colortextbackhmenu);
3308 filter: contrast(0.7);
3310div.login_block
table {
3319 color: var(--colortextbackvmenu);
3322 color: var(--colortextbackvmenu);
3323 text-decoration:underline;
3325.login_block_elem a span.atoplogin, .login_block_elem span.atoplogin {
3326 vertical-align: middle;
3328div.login_block_user {
3329 display:
inline-block;
3330 vertical-align: middle;
3331 line-height: <?php echo $disableimages ?
'25' :
'51'; ?>px;
3332 height: <?php echo $disableimages ?
'25' :
'51'; ?>px;
3334div.login_block_other {
3335 display:
inline-block;
3336 vertical-align: middle;
3337 clear: <?php echo $disableimages ?
'none' :
'both'; ?>;
3339 text-align: <?php echo $right ?>;
3340 margin-<?php echo $right ?>: 8px;
3345 float: <?php echo $right ?>;
3346 vertical-align: top;
3347 padding: 0px 3px 0px 4px !important;
3349.login_block_other .login_block_elem {
3353.atoplogin, .atoplogin:hover {
3354 color: var(--colortextbackhmenu) !important;
3356.login_block_getinfo {
3359.login_block_getinfo div.login_block_user {
3362.login_block_getinfo .atoplogin, .login_block_getinfo .atoplogin:hover {
3363 color: #333 !important;
3364 font-weight: normal !important;
3366.alogin, .alogin:hover {
3367 font-weight: normal !important;
3370.alogin:hover, .atoplogin:hover {
3371 text-decoration:underline !important;
3373span.fa.atoplogin, span.fa.atoplogin:hover {
3375 text-decoration: none !important;
3377.atoplogin #dropdown-
icon-down, .atoplogin #dropdown-
icon-up {
3380img.login, img.printer, img.entity {
3383 text-decoration: none;
3387.loginbuttonexternal {
3390 border: 1px solid #ccc;
3396.userimg.atoplogin img.userphoto, .userimgatoplogin img.userphoto {
3397 width: <?php echo $disableimages ?
'26' :
'30'; ?>px;
3398 height: <?php echo $disableimages ?
'26' :
'30'; ?>px;
3400 background-size: contain;
3402 border-color: rgba(255, 255, 255, 0.2);
3405 border-radius: 0.72em;
3408 background-size: contain;
3409 vertical-align: middle;
3411span.userimg div.userphoto {
3412 background-color: #eee;
3413 border-radius: 0.72em;
3417 display:
inline-block;
3420 border-radius: 0.6em;
3423 background-size: contain;
3424 vertical-align: middle;
3425 background-color: #FFF;
3427img.userphotopublicvcard {
3431 background-size: contain;
3433 border-color: rgba(128, 128, 128, 0.5);
3438img.userphoto[alt=
"Gravatar avatar"], img.photouserphoto.dropdown-
user-image[alt=
"Gravatar avatar"] {
3441form[
name=
"addtime"] img.userphoto {
3442 border: 1px solid #444;
3445 background-image: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/object_user.png', 1); ?>);
3446 background-repeat: no-repeat;
3448.span-
icon-password {
3449 background-image: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/lock.png', 1); ?>);
3450 background-repeat: no-repeat;
3457div.vmenu, td.vmenu {
3458 margin-<?php print $right; ?>: 2px;
3462 padding-bottom: 0px;
3464 width: <?php echo $leftmenuwidth; ?>px;
3468 width: <?php echo $leftmenuwidth; ?>px;
3470 <?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3476input.vmenusearchselectcombo[
type=text] {
3477 width: <?php echo $leftmenuwidth - 10; ?>px !important;
3479.vmenusearchselectcombo {
3480 width: <?php echo $leftmenuwidth - 2; ?>px;
3485 padding-bottom: 3px;
3487 text-overflow: ellipsis;
3488 width: <?php echo $leftmenuwidth - 2; ?>px;
3490#menu_contenu_logo { }
3492.searchform { padding-top: 10px; }
3493.searchform input { font-size: 16px; }
3496a.vmenu:link, a.vmenu:visited, a.vmenu:hover, a.vmenu:active, span.vmenu, span.vsmenu {
3497 white-space: nowrap; font-family: <?php print $fontlist ?>; text-align: <?php print $left; ?>;
3499a.vmenu:link, a.vmenu:visited, a.vmenu:hover, a.vmenu:active,
3500span.vmenu, span.vmenu:link, span.vmenu:visited, span.vmenu:hover, span.vmenu:active { font-weight: bold; }
3503 font-family: <?php print $fontlist ?>; text-align: <?php print $left; ?>; font-weight: bold; color: #aaa; margin-left: 4px; white-space: nowrap;
3505a.vmenu:link, a.vmenu:visited {
3506 color: var(--colortextbackvmenu);
3509a.vsmenu:link, a.vsmenu:visited, a.vsmenu:hover, a.vsmenu:active, span.vmenu, span.vsmenu {
3510 font-family: <?php print $fontlist ?>;
3511 text-align: <?php print $left; ?>;
3512 color: var(--colortextbackvmenu);
3513 margin: 1px 1px 1px 6px;
3515span.vsmenudisabled, font.vsmenudisabled {
3516 font-family: <?php print $fontlist ?>;
3517 text-align: <?php print $left; ?>;
3519 white-space: nowrap;
3521a.vsmenu:link, a.vsmenu:visited {
3522 color: var(--colortextbackvmenu);
3523 white-space: nowrap;
3525span.vsmenudisabledmargin, font.vsmenudisabledmargin { margin: 1px 1px 1px 6px; }
3526li a.vsmenudisabled, li.vsmenudisabled { color: #aaa !important; }
3528a.help:link, a.help:visited, a.help:hover, a.help:active, span.help {
3529 text-align: <?php print $left; ?>; color: #aaa; text-decoration: none;
3531.helppresent, .helppresent:hover {
3539 color: var(--colortextbackhmenu);
3540 margin-<?php echo $left ?>: -4px;
3541 display:
inline-block;
3543 vertical-align: super;
3545 transform: rotate(<?php echo($left ==
'left' ?
'55deg' :
'305deg'); ?>);
3548.vmenu div.blockvmenufirst, .vmenu div.blockvmenulogo, .vmenu div.blockvmenusearchphone, .vmenu div.blockvmenubookmarks
3550 border-top: 1px solid #BBB;
3552a.vsmenu.addbookmarkpicto {
3553 padding-right: 10px;
3555div.blockvmenusearchphone
3557 border-bottom: none !important;
3559.vmenu div.blockvmenuend, .vmenu div.blockvmenulogo
3561 margin: 0 0 8px 2px;
3563.vmenu div.blockvmenusearch
3565 padding-bottom: 13px;
3567.vmenu div.blockvmenuend
3569 padding-bottom: 5px;
3571.vmenu div.blockvmenulogo
3573 padding-bottom: 10px;
3576div.blockvmenubookmarks
3578 padding-top: 10px !important;
3579 padding-bottom: 16px !important;
3581div.blockvmenupair, div.blockvmenuimpair, div.blockvmenubookmarks, div.blockvmenuend
3583 font-family: <?php print $fontlist ?>;
3584 text-align: <?php print $left; ?>;
3585 text-decoration: none;
3589 padding-bottom: 7px;
3592 color: var(--colortext);
3593 background: var(--colorbackvmenu1);
3595 border-left: 1px solid #AAA;
3596 border-right: 1px solid #BBB;
3601 font-family: <?php print $fontlist ?>;
3603 text-align: <?php print $left; ?>;
3604 text-decoration: none;
3605 margin: 1px 0px 0px 2px;
3606 background: var(--colorbackvmenu1);
3609div.blockvmenusearch > form > div {
3612div.blockvmenusearch > form > div > label {
3618<?php
if (empty($conf->dol_optimize_smallscreen)) { ?>
3619 font-family: <?php print $fontlist ?>;
3622 text-decoration: none;
3626 padding-bottom: 3px;
3627 margin: 4px 0px 0px 0px;
3635 border-right: 1px solid #000000;
3636 border-bottom: 1px solid #000000;
3637 background: #b3c5cc;
3638 font-family: <?php print $fontlist ?>;
3640 text-align: <?php print $left; ?>;
3641 text-decoration: none;
3645 background: #b3c5cc;
3650 background: #F4F4F4;
3652 border: 1px solid #bbb;
3663#mainContent, #leftContent .ui-layout-pane {
3668#mainContent, #leftContent .ui-layout-center {
3680 padding-bottom: 0 !important;
3685 padding: 0px 4px 14px 4px !important;
3701li.expanded > a.fmdirlia.jqft.ecmjqft {
3702 font-weight: bold !important;
3706 width: calc(100% - 100px);
3710 white-space:
break-spaces;
3711 word-
break:
break-all;
3719 text-align: <?php print $left; ?>;
3738 color: var(--colortextbacktab);
3740 padding-left: 0px; padding-right: 0px;
3741 padding-bottom: 2px;
3742 margin: 0px 0px 30px 0px;
3743 border-top: 1px solid #BBB;
3746 background: var(--colorbackbody);
3749 background: var(--colorbacktabcard1);
3751div.tabBar tr.titre td {
3754div.fiche
table:not(.
table-fiche-title) tr.titre td {
3758div.tabBar.tabBarNoTop {
3764div.tabBarWithBottom {
3765 padding-bottom: 18px;
3766 border-bottom: 1px solid #bbb;
3768div.tabBarWithBottom tr {
3769 background: unset !important;
3771div.tabBarWithBottom
table.border>tbody>tr:last-of-
type>td {
3772 border-bottom: none !important;
3775div.tabBar
table.tableforservicepart2:last-child {
3776 border-bottom: 1px solid #aaa;
3778.tableforservicepart1 .tdhrthin {
3780 padding-top: 0 !important;
3790 border: 1px solid #888;
3794 padding-bottom: 8px;
3804 margin: 20px 0em 30px 0em;
3808div.tabsActionNoBottom {
3812 margin-bottom: 16px !important;
3816 color: rgba(0,0,0,0.4) !important;
3817 text-shadow:1px 1px 1px #ffffff;
3818 font-family: <?php print $fontlist ?>;
3819 font-weight: normal !important;
3820 padding: 4px 6px 2px 0px;
3821 margin-<?php print $right; ?>: 10px;
3822 text-decoration: none;
3823 white-space: nowrap;
3831div.tabs div.tabsElem:first-of-
type a.tab {
3832 margin-left: 0px !important;
3836 color: var(--colortextlink) !important;
3838a.tab:link, a.tab:visited, a.tab:hover, a.tab#active {
3839 font-family: <?php print $fontlist ?>;
3840 padding: 12px 14px 13px;
3842 text-decoration: none;
3843 white-space: nowrap;
3845 background-image: none !important;
3848.tabactive, a.tab#active {
3849 color: var(--colortextbacktab) !important;
3851 margin: 0 0.2em 0 0.2em !important;
3853 border-right: 1px solid transparent;
3854 border-left: 1px solid transparent;
3855 border-top: 1px solid transparent;
3859 <?php
if ($colorbackhmenu1 ==
'255,255,255') { ?>
3860 border-bottom: 3px solid var(--colortextbackhmenu) !important;
3862 border-bottom: 3px solid var(--colorbackhmenu1) !important;
3865.tabunactive, a.tab#unactive {
3866 border-right: 1px solid transparent;
3867 border-left: 1px solid transparent;
3868 border-top: 1px solid transparent;
3869 border-bottom: 0px !important;
3877 text-decoration: underline;
3881 font-family: <?php print $fontlist ?>;
3882 text-decoration: none;
3883 white-space: nowrap;
3887 background: #dee7ec;
3891 background: #dee7ec;
3893 font-family: <?php print $fontlist ?>;
3896 text-decoration: none;
3897 white-space: nowrap;
3898 -webkit-border-radius:4px 4px 0px 0px;
3899 border-radius:4px 4px 0px 0px;
3901 border-<?php print $right; ?>: 1px solid #555555;
3902 border-<?php print $left; ?>: 1px solid #D8D8D8;
3903 border-top: 1px solid #D8D8D8;
3909<?php include
dol_buildpath($path.
'/theme/'.$theme.
'/btn.inc.php', 0); ?>
3921 background-repeat: repeat-x;
3922 margin-top: <?php echo($dol_hide_topmenu ?
'6' :
'0'); ?>px;
3927 border-collapse: collapse;
3930 padding-<?php print $left; ?>: 0px !important;
3931 padding-<?php print $right; ?>: 4px !important;
3934 list-style-
type:none;
3935 margin: 0px !important;
3936 padding: 0px !important;
3941tr.nocellnopadd td.nobordernopadding, tr.nocellnopadd td.nocellnopadd
3947 color: unset !important;
3951 padding: 4px !important;
3952 padding-left: 7px !important;
3953 padding-right: 7px !important;
3955input.button[
name=
"upload"] {
3956 padding: 5px !important;
3959input.button.smallpaddingimp, input.buttonreset.smallpaddingimp {
3963 color: var(--colortextlink);
3964 background-color: transparent;
3967input.buttonlink:hover {
3968 text-decoration: underline;
3974 text-decoration: underline;
3975 color: var(--colortextlink);
3976 background-color: transparent;
3980 padding-<?php print $left; ?>: 0px;
3982div.tabs.nopaddingleft {
3983 padding-<?php print $left; ?>: 0px;
3986 padding-<?php print $right; ?>: 0px;
3989 padding-top: 0px !important;
3991.nopaddingbottomimp {
3992 padding-bottom: 0px !important;
3995 border-collapse: collapse;
3998 padding-<?php print $left; ?>: 0px;
3999 padding-<?php print $right; ?>: 16px;
4000 padding-bottom: 4px;
4003.notopnoleftnoright {
4004 border-collapse: collapse;
4009 padding-bottom: 4px;
4010 margin: 0px 0px 0px 0px;
4013table.tableforemailform tr td {
4015 padding-bottom: 3px;
4018table.border,
table.bordernooddeven,
table.dataTable, .table-border, .table-border-col, .table-key-border-col, .table-val-border-col, div.border {
4019 border-collapse: collapse !important;
4020 padding: 1px 2px 1px 3px;
4023 border: 1px solid #BBB;
4025.border tbody tr, .bordernooddeven tbody tr, .border tbody tr td, .bordernooddeven tbody tr td,
4026div.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,
4027tr.liste_titre.box_titre td
table td, .bordernooddeven tr td {
4031div.tabBar div.border .table-border-row, div.tabBar div.border .table-key-border-col, div.tabBar .table-val-border-col {
4032 vertical-align: middle;
4034div .tdtop:not(.tagtdnote) {
4035 vertical-align: top !important;
4038 padding-top: 7px !important;
4039 padding-bottom: 0px !important;
4042table.border td,
table.bordernooddeven td, div.border div div.tagtd {
4043 padding: 2px 2px 2px 2px;
4044 border-collapse: collapse;
4046div.tabBar .fichecenter
table.border>tbody>tr>td, div.tabBar .fichecenter div.border div div.tagtd, div.tabBar div.border div div.tagtd
4049 border-bottom: 1px solid #E0E0E0;
4052td.border, div.tagtable div div.border {
4053 border-top: 1px solid #000000;
4054 border-right: 1px solid #000000;
4055 border-bottom: 1px solid #000000;
4056 border-left: 1px solid #000000;
4058.table-key-border-col {
4062.table-val-border-col {
4067.thsticky, .tdsticky {
4071.thstickyright, .tdstickyright {
4075.thstickygray, .tdstickygray {
4076 background-color: lightgray;
4078.thstickyghostwhite, .tdstickyghostwhite {
4079 background-color: ghostwhite;
4081.thstickyinherit, .tdstickyinherit {
4082 background-color: inherit;
4111.nobordertop, .nobordertop tr:first-of-
type td {
4112 border-top: none !important;
4114.noborderbottom, .noborderbottom tr:last-of-
type td {
4115 border-bottom: none !important;
4118 border-top: 1px solid var(--colortopbordertitle1);
4121 border-bottom: 1px solid var(--colortopbordertitle1);
4125.fichehalfright
table.noborder , .fichehalfleft
table.noborder{
4126 margin: 0px 0px 0px 0px;
4128table.liste,
table.noborder:not(.paymenttable):not(.margintable):not(.tableforcontact),
table.formdoc, div.noborder:not(.paymenttable):not(.margintable):not(.tableforcontact) {
4130 if ($userborderontable) { ?>
4131 border-left: 1px solid var(--colortopbordertitle1);
4132 border-right: 1px solid var(--colortopbordertitle1);
4137 border-collapse: separate !important;
4138 border-spacing: 0px;
4139 border-top-width: <?php echo $borderwidth ?>px;
4140 border-top-color: var(--colortopbordertitle1);
4141 border-top-style: solid;
4142 margin: 0px 0px 20px 0px;
4156#tablelines, #tablelinesservice {
4157 border-bottom-width: 1px;
4158 border-bottom-color: var(--colortopbordertitle1);
4159 border-bottom-style: solid;
4161table.liste tr:last-of-
type td,
table.noborder:not(#tablelines):not(#tablelinesservice) tr:last-of-
type td,
table.formdoc tr:last-of-
type td, div.noborder tr:last-of-
type td {
4162 border-bottom-width: 1px;
4163 border-bottom-color: var(--colortopbordertitle1);
4164 border-bottom-style: solid;
4167table.nointerlines tr:not(:last-child) td {
4168 border-bottom: unset !important;
4169 border-top: unset !important;
4178div.tabBar
table.border>tbody>tr:last-of-
type>td {
4179 border-bottom-width: 1px;
4180 border-bottom-color: var(--colortopbordertitle1);
4181 border-bottom-style: solid;
4183div.tabBar div.fichehalfright
table.noborder {
4184 border-bottom: none;
4187table.paddingtopbottomonly tr td {
4189 padding-bottom: 2px;
4191.liste_titre_filter {
4192 background: var(--colorbacktitle1) !important;
4195 background: var(--colorbackhmenu1) !important;
4198table:not(.listwithfilterbefore) tr.liste_titre_filter:first-of-
type td.liste_titre {
4202tr.liste_titre_filter td.liste_titre {
4205 padding-bottom: 0px;
4207tr.liste_titre_filter td.liste_titre:first-of-
type {
4210.liste_titre_create td, .liste_titre_create th, .liste_titre_create .tagtd
4212 border-bottom-width: 0 !important;
4213 border-top-width: 1px;
4214 border-top-color: var(--colortopbordertitle1);
4215 border-top-style: solid;
4217tr#trlinefordates td {
4218 border-bottom: 0px !important;
4220.liste_titre_add td, .liste_titre_add th, .liste_titre_add .tagtd
4222 border-top-width: 1px;
4223 border-top-color: var(--colortopbordertitle1);
4224 border-top-style: solid;
4226table.liste tr,
table.noborder tr, div.noborder form {
4227 border-top-color: #FEFEFE;
4230table.liste th,
table.noborder th,
table.noborder tr.liste_titre td,
table.noborder tr.box_titre td {
4231 padding: 6px 10px 6px 12px;
4233table.tableforfield td, .tagtr.table-border-row .tagtd {
4234 padding: 2px 4px 2px 10px;
4236table.liste td,
table.noborder td, div.noborder form div,
table.tableforservicepart1 td,
table.tableforservicepart2 td {
4237 padding: 6px 10px 6px 12px;
4241table.liste tr.trkanban td {
4242 padding: 12px 15px 12px 15px;
4244div.liste_titre_bydiv .divsearchfield {
4245 padding: 2px 1px 2px 7px;
4248tr.box_titre .nobordernopadding td {
4249 padding: 0 ! important;
4251table.nobordernopadding {
4252 border-collapse: collapse !important;
4255table.nobordernopadding tr {
4256 border: 0 !important;
4257 padding: 0 0 !important;
4259table.nobordernopadding tr td {
4260 border: 0 !important;
4263table.border tr td
table.nobordernopadding tr td {
4269 border-right-width: 1px !important;
4270 border-right-color: #BBB !important;
4271 border-right-style: solid !important;
4275 border-left-width: 1px !important;
4276 border-left-color: #BBB !important;
4277 border-left-style: solid !important;
4282table.listwithfilterbefore {
4283 border-top: none !important;
4287.tagtable, .table-border { display:
table; }
4288.tagtr, .table-border-row { display:
table-row; }
4289.tagtd, .table-border-col, .table-key-border-col, .table-val-border-col { display:
table-cell; }
4290.confirmquestions .tagtr .tagtd:not(:first-child) { padding-left: 10px; }
4291.confirmquestions { margin-top: 5px; }
4299 color: var(--colortexttitlenotab);
4301 word-
break:
break-word;
4304 color: var(--colortexttitlenotab) !important;
4308 font-weight: normal;
4309 color: var(--refidnocolor);
4310 font-size: <?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize ?>;
4313div.refaddress div.address {
4318 display:
inline-block;
4322 float: <?php echo $right; ?>;
4325 font-weight: normal;
4330 display:
inline-block;
4336 display:
inline-block;
4343li.pagination.paginationpage.paginationpageleft, li.pagination.paginationpage.paginationpageright {
4347 display:
inline-block;
4351div.pagination li.pagination a,
4352div.pagination li.pagination span {
4354 line-height: 1.42857143;
4355 text-decoration: none;
4356 background-repeat: repeat-x;
4357 color: var(--color-black);
4359div.pagination li.pagination span.inactive {
4363li.noborder.litext, li.noborder.litext a,
4364div.pagination li a.inactive:hover,
4365div.pagination li span.inactive:hover {
4366 -webkit-box-shadow: none !important;
4367 box-shadow: none !important;
4372div.pagination li.litext a {
4374 padding-right: 10px;
4378div.pagination li.litext a:hover {
4379 background-color: transparent;
4380 background-image: none;
4382div.pagination li.noborder a:hover {
4384 background-color: transparent;
4387div.pagination li span {
4391div.pagination li:first-child a,
4392div.pagination li:first-child span {
4405div.pagination li .active a,
4406div.pagination li .active span,
4407div.pagination li .active a:hover,
4408div.pagination li .active span:hover,
4409div.pagination li .active a:focus,
4410div.pagination li .active span:focus {
4414 background-color: var(--colorbackhmenu1);
4415 border-color: #337ab7;
4417div.pagination .disabled span,
4418div.pagination .disabled span:hover,
4419div.pagination .disabled span:focus,
4420div.pagination .disabled a,
4421div.pagination .disabled a:hover,
4422div.pagination .disabled a:focus {
4424 cursor: not-allowed;
4425 background-color: #fff;
4428div.pagination li.pagination .active {
4429 text-decoration: underline;
4432.paginationafterarrows .nohover {
4433 box-shadow: none !important;
4436div.pagination li.paginationafterarrows {
4441.paginationatbottom {
4444table.hidepaginationprevious .paginationprevious {
4447table.hidepaginationnext .paginationnext {
4450.tabBar .arearef .pagination.paginationref {
4451 max-width: calc(30%);
4453.paginationafterarrows a.btnTitlePlus, .titre_right a.btnTitlePlus {
4456 background-color: unset;
4458.paginationafterarrows a.btnTitlePlus:hover span:before, .titre_right a.btnTitlePlus:hover span:before {
4467.oddeven:hover, .evenodd:hover, .oddevenimport:hover, .evenoddimport:hover, .impair:hover, .pair:hover
4469 background: var(--colorbacklinepairhover) !important;
4471.tredited, .tredited td {
4472 background: var(--colorbacklinepairchecked) !important;
4473 border-bottom: 0 !important;
4475.treditedlinefordate {
4476 background: var(--colorbacklinepairchecked) !important;
4479<?php
if ($colorbacklinepairchecked) { ?>
4481 background: var(--colorbacklinepairchecked) !important;
4485.nohoverborder:hover {
4488 -webkit-box-shadow: unset;
4490.oddeven, .evenodd, .impair, .pair, .nohover .impair:hover, tr.impair td.nohover, tr.pair td.nohover, .tagtr.oddeven
4492 font-family: <?php print $fontlist ?>;
4494 color: var(--oddevencolor);
4496.impair, .nohover .impair:hover, tr.impair td.nohover {
4497 background-color: var(--colorbacklineimpair2);
4499.pair, .nohover .pair:hover, tr.pair td.nohover {
4500 background-color: var(--colorbacklinepair2);
4502tr.oddeven.oddevendouble {
4503 height: 60px !important;
4507 background-color: var(--colorbacklineimpair2);
4509table.dataTable tr.oddeven {
4510 background-color: var(--colorbacklinepair2) !important;
4514td.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 {
4515 background-color: var(--colorbacklineimpair2) !important;
4516 background: var(--colorbacklineimpair2) !important;
4518td.evenodd, tr.nohoverpair td, #trlinefordates td {
4519 background-color: var(--colorbacklinepair2) !important;
4520 background: var(--colorbacklinepair2) !important;
4524 border-bottom: 1pt solid black !important;
4525 background-color: var(--colorbacklinebreak) !important;
4527.trforbreak.nobold td a, .trforbreak.nobold span.secondary {
4528 font-weight: normal !important;
4532 padding: 5px 8px 5px 8px !important;
4534tr.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 {
4535 padding: 7px 8px 7px 8px;
4536 border-bottom: 1px solid #ddd;
4538form.pair, form.impair {
4539 font-weight: normal;
4541form.tagtr:last-of-
type div.tagtd, tr.pair:last-of-
type td, tr.impair:last-of-
type td {
4542 border-bottom: 0px !important;
4545 border-bottom: 0px !important;
4547div.tableforcontact form.tagtr:last-of-
type div.tagtd {
4548 border-bottom: 1px solid #ddd !important;
4550tr.pair td .nobordernopadding tr td, tr.impair td .nobordernopadding tr td {
4551 border-bottom: 0px !important;
4553table.nobottomiftotal tr.liste_total td {
4554 background-color: var(--inputbackgroundcolor);
4555 <?php
if (!$userborderontable) { ?>
4556 border-bottom: 0px !important;
4559table.nobottom, td.nobottom {
4560 border-bottom: 0px !important;
4562div.liste_titre .tagtd {
4563 vertical-align: middle;
4566 min-height: 26px !important;
4569 padding-bottom: 2px;
4571div.liste_titre_bydiv {
4572 border-top-width: <?php echo $borderwidth ?>px;
4573 border-top-color: var(--colortopbordertitle1);
4574 border-top-style: solid;
4575 <?php
if ($userborderontable) { ?>
4576 border-left: <?php echo $borderwidth ?>px solid var(--colortopbordertitle1);
4577 border-right: <?php echo $borderwidth ?>px solid var(--colortopbordertitle1);
4580 border-collapse: collapse;
4581 padding: 2px 0px 2px 0;
4586div.liste_titre_bydiv_inlineblock {
4587 display:
inline-block;
4591tr.liste_titre, tr.liste_titre_sel, form.liste_titre, form.liste_titre_sel,
table.dataTable.tr, tagtr.liste_titre
4593 height: 26px !important;
4597 background: #f8f8f8;
4600 border: 1px solid #ddd;
4602div.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
4604 background: var(--colorbacktitle1);
4605 font-weight: <?php echo $useboldtitle ?
'bold' :
'normal'; ?>;
4607 color: var(--colortexttitle);
4608 font-family: <?php print $fontlist ?>;
4609 text-align: <?php echo $left; ?>;
4611tr.liste_titre th, tr.liste_titre td, th.liste_titre
4613 border-bottom: 1px solid var(--colortopbordertitle1);
4615tr.liste_titre:first-child th, tr:first-child th.liste_titre {
4617 border-bottom: unset;
4619tr.liste_titre th, th.liste_titre, tr.liste_titre td, td.liste_titre, form.liste_titre div
4621 font-family: <?php print $fontlist ?>;
4622 font-weight: <?php echo $useboldtitle ?
'bold' :
'normal'; ?>;
4623 vertical-align: middle;
4626tr.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 {
4627 text-shadow: none !important;
4628 color: var(--colortexttitlelink);
4630tr.liste_titre_topborder td {
4631 border-top-width: <?php echo $borderwidth; ?>px;
4632 border-top-color: var(--colortopbordertitle1);
4633 border-top-style: solid;
4636 text-shadow: none !important;
4637 color: var(--colortexttitle);
4639.liste_titre td a.notasortlink {
4640 color: var(--colortextlink);
4642.liste_titre td a.notasortlink:hover {
4643 background: transparent;
4645tr.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 {
4647 border-bottom: unset;
4653tr.liste_titre_sel th, th.liste_titre_sel, tr.liste_titre_sel td, td.liste_titre_sel, form.liste_titre_sel div
4655 font-family: <?php print $fontlist ?>;
4656 font-weight: normal;
4657 border-bottom: 1px solid #FDFFFF;
4661 background: transparent;
4664.listactionlargetitle .liste_titre {
4667.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 {
4668 color: var(--listetotal);
4669 font-weight: normal;
4671.noborder tr.liste_total td, tr.liste_total td, form.liste_total div {
4672 white-space: nowrap;
4674.noborder tr.liste_total_wrap td, tr.liste_total_wrap td, form.liste_total_wrap div {
4675 white-space: normal;
4677form.liste_total div {
4678 border-top: 1px solid #DDDDDD;
4680tr.liste_sub_total, tr.liste_sub_total td {
4681 border-bottom: 1px solid #aaa;
4684.tableforservicepart1 .impair, .tableforservicepart1 .pair, .tableforservicepart2 .impair, .tableforservicepart2 .pair {
4687.tableforservicepart1 tbody tr td, .tableforservicepart2 tbody tr td {
4688 border-bottom: none;
4690table.tableforservicepart1:first-of-
type tr:first-of-
type td {
4691 border-top: 1px solid #888;
4693table.tableforservicepart1 tr td {
4697.paymenttable, .margintable {
4698 border-top: none !important;
4699 margin: 0px 0px 0px 0px !important;
4702 border-top: 1px solid var(--colortopbordertitle1) !important;
4704table.noborder.paymenttable {
4705 border-bottom: none !important;
4707.paymenttable tr td:first-child, .margintable tr td:first-child
4711.paymenttable, .margintable tr td {
4717 -webkit-box-shadow: 0px 0px 0px #DDD !important;
4718 box-shadow: 0px 0px 0px #DDD !important;
4721 -webkit-box-shadow: 1px 1px 7px #CCC !important;
4722 box-shadow: 1px 1px 7px #CCC !important;
4726 -webkit-box-shadow: 0px 0px 5px #888;
4727 box-shadow: 0px 0px 5px #888;
4730div.tabBar .noborder {
4731 -webkit-box-shadow: 0px 0px 0px #DDD !important;
4732 box-shadow: 0px 0px 0px #DDD !important;
4735#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 {
4736 border-bottom: 1px solid var(--colortopbordertitle1) !important;
4738#tablelines tr td, #tablelinesservice tr td {
4744.noborder:not(.editmode) > tbody > tr:nth-child(even):not(.liste_titre):not(.nooddeven), .liste > tbody > tr:nth-child(even):not(.liste_titre):not(.nooddeven),
4745div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) > .border > tbody > tr:nth-of-
type(even):not(.liste_titre):not(.nooddeven), .liste > tbody > tr:nth-of-
type(even):not(.liste_titre):not(.nooddeven),
4746div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) .oddeven.tagtr:nth-of-
type(even):not(.liste_titre):not(.nooddeven)
4748 background: linear-gradient(bottom, var(----colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
4749 background: -o-linear-gradient(bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
4750 background: -moz-linear-gradient(bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
4751 background: -webkit-linear-gradient(bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
4753.noborder > tbody > tr:nth-child(even):not(:last-of-
type) td:not(.liste_titre), .liste > tbody > tr:nth-child(even):not(:last-of-
type) td:not(.liste_titre),
4754.noborder .oddeven.tagtr:nth-child(even):not(:last-of-
type) .tagtd:not(.liste_titre)
4756 border-bottom: 1px solid #f0f0f0;
4759.noborder:not(.editmode) > tbody > tr:nth-child(odd):not(.liste_titre):not(.nooddeven), .liste > tbody > tr:nth-child(odd):not(.liste_titre):not(.nooddeven),
4760div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) > .border > tbody > tr:nth-of-
type(odd):not(.liste_titre):not(.nooddeven), .liste > tbody > tr:nth-of-
type(odd):not(.liste_titre):not(.nooddeven),
4761div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) .oddeven.tagtr:nth-of-
type(odd):not(.liste_titre):not(.nooddeven)
4763 background: linear-gradient(bottom, var(--colorbacklinepair2) 0%, var(--colorbacklinepair2) 100%);
4764 background: -o-linear-gradient(bottom, var(--colorbacklinepair2) 0%, var(--colorbacklinepair2) 100%);
4765 background: -moz-linear-gradient(bottom, var(--colorbacklinepair2) 0%, var(--colorbacklinepair2) 100%);
4766 background: -webkit-linear-gradient(bottom, var(--colorbacklinepair2) 0%, var(--colorbacklinepair2) 100%);
4768.noborder > tbody > tr:nth-child(odd):not(:last-child) td:not(.liste_titre), .liste > tbody > tr:nth-child(odd):not(:last-child) td:not(.liste_titre),
4769.noborder .oddeven.tagtr:nth-child(odd):not(:last-child) .tagtd:not(.liste_titre)
4771 border-bottom: 1px solid #f0f0f0;
4774ul.noborder li:nth-child(even):not(.liste_titre) {
4775 background-color: var(--colorbacklinepair2) !important;
4793.boxstats, .boxstats130 {
4794 display:
inline-block;
4801 background: var(--colorbackbody);
4802 border: 1px solid var(--colorboxstatsborder);
4803 border-left: 6px solid var(--colorboxstatsborder);
4807.boxstats, .boxstats130, .boxstatscontent {
4808 white-space: nowrap;
4810 text-overflow: ellipsis;
4821 padding-bottom: 2px;
4825.boxtable:not(.widgetstats) td.tdboxstats .boxstats {
4826 box-shadow: 1px 1px 8px var(--colorboxstatsborder);
4829.tabBar .fichehalfright .boxstats {
4831 padding-bottom: 4px;
4852@media only screen and (max-width: 768px)
4854 .tabBar .arearef .pagination.paginationref {
4855 max-width: calc(50%);
4858 div.pagination ul li {
4862 div.pagination .button-title-separator {
4866 .clearbothonsmartphone {
4868 display: block !important;
4872 padding-left: 0 !important;
4873 padding-right: 0!important;
4874 margin-left: 0 !important;
4875 margin-right: 0 !important;
4877 table.liste tr.trkanban td {
4878 padding: 10px 6px 10px 6px;
4881 a.tab:link, a.tab:visited, a.tab:hover, a.tab#active {
4882 padding: 12px 12px 13px;
4884 a.tmenu:link, a.tmenu:visited, a.tmenu:hover, a.tmenu:active {
4885 padding: 0px 0px 0px 0px;
4887 a.tmenusel:link, a.tmenusel:visited, a.tmenusel:hover, a.tmenusel:active {
4888 padding: 0px 0px 0px 0px;
4895 .boxstats, .boxstats130 {
4899 text-align: <?php echo $left; ?>
4904 min-width: <?php echo isset($_SESSION[
'dol_screenwidth']) ? min(160, round((
int) $_SESSION[
'dol_screenwidth'] / 2 - 20)) : 150; ?>px;
4909 min-width: <?php echo isset($_SESSION[
'dol_screenwidth']) ? min(160, round((
int) $_SESSION[
'dol_screenwidth'] / 2 - 20)) : 160; ?>px;
4910 max-width: <?php echo isset($_SESSION[
'dol_screenwidth']) ? min(161, round((
int) $_SESSION[
'dol_screenwidth'] / 2 - 20)) : 161; ?>px;
4913 .dashboardlineindicator {
4927 box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20);
4929span.boxstatstext span:not(.fas) {
4934 color: var(--colortext);
4936span.boxstatstext img, a.dashboardlineindicatorlate img {
4942.boxstatsindicator.thumbstat150 {
4943 display:
inline-flex;
4945span.boxstatsindicator {
4947 font-weight: normal;
4952span.dashboardlineindicator, span.dashboardlineindicatorlate {
4954 font-weight: normal;
4956a.dashboardlineindicatorlate:hover {
4957 text-decoration: none;
4959.dashboardlineindicatorlate img {
4962span.dashboardlineok {
4965span.dashboardlineko {
4969.dashboardlinelatecoin {
4975 padding: 0px 5px 0px 5px;
4976 border-radius: .25em;
4978 background-color: #9f4705;
4981 padding: 1px 3px 1px 1px;
4984 background-color: #8c4446;
4985 color: #FFFFFF ! important;
4986 border-radius: .25em;
4987 display:
inline-block;
4988 vertical-align: middle;
4991 margin-bottom: 25px !important;
4994 border-bottom-width: 1px;
4995 background: var(--colorbackbody);
4996 border-top: <?php echo $borderwidth ?>px solid var(--colortopbordertitle1);
5000table.noborder.boxtable tr td {
5004 border-top-width: 0 !important;
5007 border-bottom-width: 0 !important;
5009.boxtablenomarginbottom {
5010 margin-bottom: 0 !important;
5012.boxtable .fichehalfright, .boxtable .fichehalfleft {
5018.boxworkingboard .tdboxstats {
5019 padding-left: 0px !important;
5020 padding-right: 0px !important;
5022a.valignmiddle.dashboardlineindicator {
5026 height: 30px !important;
5029 height: 50px !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]
5068.prod_entry_mode_free, .prod_entry_mode_predef {
5069 height: 26px !important;
5070 vertical-align: middle;
5074 border: 1px solid #888;
5083.ok { color: #114466; }
5084.warning { color: #887711 !important; }
5085.error { color: #660000 !important; font-weight: bold; }
5086.green { color: #118822 !important; }
5094 border-<?php print $left; ?>: solid 5px #87cfd2;
5098 padding-bottom: 8px;
5099 margin: 1em 0em 1em 0em;
5100 background: #eff8fc;
5107 border-<?php print $left; ?>: solid 5px #f2cf87;
5111 padding-bottom: 8px;
5112 margin: 1em 0em 1em 0em;
5113 background: #fcf8e3;
5116div.warning a, div.info a, div.error a {
5117 color: var(--colortextlink);
5122 border-<?php print $left; ?>: solid 5px #f28787;
5126 padding-bottom: 8px;
5127 margin: 1em 0em 1em 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; }
5157.framecontent iframe {
5167.opened-dash-board-wrap {
5168 margin-bottom: 25px;
5175.product_line_stock_ok { color: var(--productlinestockok); }
5176.product_line_stock_too_low { color: var(--productlinestocktoolow); }
5178.fieldrequired { font-weight: bold; color: var(--fieldrequiredcolor) !important; }
5180td.widthpictotitle, .table-fiche-title img.widthpictotitle { width: 38px; text-align: <?php echo $left; ?>; }
5181span.widthpictotitle { font-size: 1.7em; }
5182table.titlemodulehelp tr td img.widthpictotitle { width: 80px; }
5184.dolgraphtitle { margin-top: 6px; margin-bottom: 4px; }
5185.dolgraphtitlecssboxes { }
5186.dolgraphchart canvas {
5189.legendColorBox, .legendLabel { border: none !important; }
5190div.dolgraph div.legend, div.dolgraph div.legend div { background-color: var(--dolgraphbg) !important; }
5191div.dolgraph div.legend
table tbody tr { height:
auto; }
5192td.legendColorBox { padding: 2px 2px 2px 0 !important; }
5193td.legendLabel { padding: 2px 2px 2px 0 !important; }
5195 text-align: <?php echo $left; ?>;
5199 white-space: nowrap;
5209div.divphotoref > div > .photowithmargin, div.divphotoref > img.photowithmargin, div.divphotoref > a > .photowithmargin {
5210 margin-<?php echo $right; ?>: 15px;
5214 border: 1px solid #f0f0f0;
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;
5253div.fiche >
table.table-fiche-title:first-of-
type div {
5254 color: var(--colortexttitlenotab);
5261 color: var(--colortexttitlenotab);
5264 color: var(--colortexttitlenotab);
5267 color: var(--colortexttitlenotab2);
5270table.table-fiche-title .col-title div.titre, .col-center .btnTitle-
icon, .col-right .btnTitle-
icon {
5273table.table-fiche-title {
5274 margin-bottom: 16px;
5276.fichehalfleft
table.table-fiche-title, .fichehalfright
table.table-fiche-title {
5281div.backgreypublicpayment {
5282 background-color: var(--colorbackgrey);
5284 border-bottom: 1px solid #ddd;
5290.backgreypublicpayment a {
5291 color: var(--colorblack) !important;
5294.poweredbypublicpayment {
5305 min-width: 300px; font-size: 16px;
5309 min-width: 320px; font-size: 16px;
5313#tablepublicpayment {
5314 border: 1px solid #CCCCCC !important;
5317 margin-bottom: 25px;
5319#tablepublicpayment .CTableRow1 { background-color: #F0F0F0 !important; }
5320#tablepublicpayment tr.liste_total { border-bottom: 1px solid #CCCCCC !important; }
5321#tablepublicpayment tr.liste_total td { border-top: none; }
5322input#cardholder-
name {
5326.divmainbodylarge { margin-left: 40px; margin-right: 40px; }
5327.publicnewmemberform div.titre { font-size: 2em; }
5328#divsubscribe { max-width: 900px; }
5329#divsubscribe .eventlabel { font-size: 1.5em; }
5330#tablesubscribe { width: 100%; }
5331#tablesubscribe tr td { font-size: 1.15em; }
5332#tablesubscribe .price-registration { font-size: 1.5em; }
5336 border: 1px solid #ccc;
5353.effectpostit:before, .effectpostit:after
5364 -webkit-box-shadow: 0 15px 10px #777;
5365 box-shadow: 0 15px 10px #777;
5366 -webkit-transform: rotate(-3deg);
5367 -moz-transform: rotate(-3deg);
5368 -o-transform: rotate(-3deg);
5369 -ms-transform: rotate(-3deg);
5370 transform: rotate(-3deg);
5374 -webkit-transform: rotate(3deg);
5375 -moz-transform: rotate(3deg);
5376 -o-transform: rotate(3deg);
5377 -ms-transform: rotate(3deg);
5378 transform: rotate(3deg);
5389.ui-dialog-titlebar {
5393.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable {
5394 z-index: 1005 !important;
5396.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
5397 z-index:1006 !important;
5399.ui-dialog.ui-widget.ui-widget-content {
5400 border: 1px solid #e0e0e0;
5423 border-<?php print $left; ?>: solid 5px #f2cf87;
5429 padding-bottom: 4px;
5431 background: var(--tablevalidbgcolor);
5444.ui-dialog.highlight.ui-widget.ui-widget-content.ui-front {
5449 max-width: <?php print
dol_size(700,
'width'); ?>px !important;
5451div.ui-tooltip.mytooltip {
5452 border: none !important;
5456 font-stretch: condensed;
5457 -moz-box-shadow: 0.5px 0.5px 4px 0px rgba(0, 0, 0, 0.5);
5458 -webkit-box-shadow:0.5px 0.5px 4px 0px rgba(0, 0, 0, 0.5);
5459 -o-box-shadow: 0.5px 0.5px 4px 0px rgba(0, 0, 0, 0.5);
5460 box-shadow: 0.5px 0.5px 4px 0px rgba(0, 0, 0, 0.5);
5461 filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
5462 background: var(--tooltipbgcolor) !important;
5463 color: var(--tooltipfontcolor);
5466 pointer-events: none;
5471 print
"/* For dark mode */\n";
5473 print
"@media (prefers-color-scheme: dark) {";
5475 print
"@media not print {";
5477 div.ui-tooltip.mytooltip {
5478 border: 1px solid #bbb !important;
5485@media only screen and (max-width: 768px)
5487 div.ui-tooltip.mytooltip {
5491@media only screen and (max-width: 480px)
5493 div.ui-tooltip.mytooltip {
5497@media only screen and (max-width: 320px)
5499 div.ui-tooltip.mytooltip {
5513.ui-datepicker-calendar .ui-state-
default, .ui-datepicker-calendar .ui-widget-content .ui-state-
default,
5514.ui-datepicker-calendar .ui-widget-header .ui-state-
default, .ui-datepicker-calendar .ui-
button,
5520div#ui-datepicker-div {
5522 box-shadow: 2px 5px 15px #aaa;
5528.ui-datepicker .ui-datepicker
table {
5531.ui-datepicker .ui-widget-header {
5536img.datecallink { padding-left: 2px !important; padding-right: 2px !important; }
5538select.ui-datepicker-year {
5539 margin-left: 2px !important;
5541.ui-datepicker-trigger {
5542 vertical-align: middle;
5549 -webkit-border-radius: 8px;
5551 border: 1px #E4ECEC outset;
5557 background-color: var(--inputbackgroundcolor);
5558 border-top: solid 2px #DDDDDD;
5559 border-<?php print $left; ?>: solid 2px #DDDDDD;
5560 border-<?php print $right; ?>: solid 1px #222222;
5561 border-bottom: solid 1px #222222;
5563 border-spacing: 0px;
5564 border-collapse: collapse;
5566.dp td, .tpHour td, .tpMinute td{padding:2px; font-size:10px;}
5568.dpHead,.tpHead,.tpHour td:Hover .tpHead{
5570 background-color:#b3c5cc;
5576.dpButtons,.tpButtons {
5578 background-color:#617389;
5583.dpButtons:Active,.tpButtons:Active{border: 1px outset black;}
5584.dpDayNames td,.dpExplanation {background-color:#D9DBE1; font-weight:bold; text-align:center; font-size:11px;}
5585.dpExplanation{ font-weight:normal; font-size:11px;}
5586.dpWeek td{text-align:center}
5588.dpToday,.dpReg,.dpSelected{
5591.dpToday{font-weight:bold; color:black; background-color:#DDDDDD;}
5592.dpReg:Hover,.dpToday:Hover{background-color:black;color:white}
5595.dpSelected{background-color:#0B63A2;color:white;font-weight:bold; }
5597.tpHour{border-top:1px solid #DDDDDD; border-right:1px solid #DDDDDD;}
5598.tpHour td {border-left:1px solid #DDDDDD; border-bottom:1px solid #DDDDDD; cursor:pointer;}
5599.tpHour td:Hover {background-color:black;color:white;}
5601.tpMinute {margin-top:5px;}
5602.tpMinute td:Hover {background-color:black; color:white; }
5603.tpMinute td {background-color:#D9DBE1; text-align:center; cursor:pointer;}
5609 background-color:transparent;
5614 vertical-align:middle;
5618 color: var(--colortextlink);
5632div.hidden, div.hiddenforpopup, header.hidden, tr.hidden, td.hidden,
5633img.hidden, span.hidden, br.hidden, div.showifmore {
5648.previewnotyetavailable {
5652.websiteformtoolbar {
5654 top: <?php echo empty($dol_hide_topmenu) ? ($disableimages ?
'32px' :
'52px') :
'0'; ?>;
5658.exampleapachesetup {
5662 border: 1px solid #aaa;
5666 background: #ddd; border: 1px solid #ccc; border-radius: 4px;
5671 background-color: transparent;
5672 background-image: none;
5675 background-color: transparent;
5676 background-image: none;
5678 font-weight: normal;
5680.websitebar .button.bordertransp {
5682 text-decoration: unset !important;
5683 margin: 0px 4px 0px 4px !important
5687 border-bottom: 1px solid #ccc;
5688 background: #e6e6e6;
5689 display:
inline-block;
5692.centpercent.websitebar {
5693 width: calc(100% - 10px);
5694 padding: 5px 5px 5px 5px;
5697.websitebar .buttonDelete, .websitebar .button {
5700.websitebar .button, .websitebar .buttonDelete
5702 padding: 4px 5px 4px 5px !important;
5703 margin: 2px 4px 2px 4px !important;
5705 background: #f5f5f5 !important;
5706 border: 1px solid #ccc !important;
5710 padding-<?php echo $right; ?>: 10px;
5711 vertical-align: middle;
5714.websiteselectionsection {
5717.websiteselection span {
5718 vertical-align: middle;
5723.websiteselection, .websitetools {
5729 display:
inline-block;
5730 vertical-align: middle;
5733.websiteiframenoborder {
5736span.websiteselection span.select2.select2-container.select2-container--
default {
5739span.websitebuttonsitepreview, a.websitebuttonsitepreview {
5740 vertical-align: middle;
5742span.websitebuttonsitepreview img, a.websitebuttonsitepreview img {
5744 display:
inline-block;
5746span.websitebuttonsitepreviewdisabled img, a.websitebuttonsitepreviewdisabled img {
5750 vertical-align: middle;
5754.websiteselectionsection {
5755 border-left: 1px solid #bbb;
5756 border-right: 1px solid #bbb;
5761.websitebar input#previewpageurl {
5765.websitebar input.bordertransp {
5766 line-height: normal !important;
5769#divbodywebsite section p {
5778.dayevent .tagtr:first-of-
type {
5782.agendacell { height: 60px; }
5783table.cal_month { border-spacing: 0px; }
5784table.cal_month td:first-child { border-left: 0px; }
5785table.cal_month td:last-child { border-right: 0px; }
5786table.cal_month td { padding-left: 1px !important; padding-right: 1px !important; }
5787.cal_current_month { border-top: 0; border-left: solid 1px #E0E0E0; border-right: 0; border-bottom: solid 1px #E0E0E0; }
5788.cal_current_month_peruserleft { border-top: 0; border-left: solid 2px #6C7C7B; border-right: 0; border-bottom: solid 1px #E0E0E0; }
5789.cal_current_month_oneday { border-right: solid 1px #E0E0E0; }
5790.cal_other_month { border-top: 0; border-left: solid 1px #C0C0C0; border-right: 0; border-bottom: solid 1px #C0C0C0; }
5791.cal_other_month_peruserleft { border-top: 0; border-left: solid 2px #6C7C7B !important; border-right: 0; }
5792.cal_current_month_right { border-right: solid 1px #E0E0E0; }
5793.cal_other_month_right { border-right: solid 1px #C0C0C0; }
5794.cal_other_month { background: #FAFAFA; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 1px; padding-top: 0px; padding-bottom: 0px; }
5795.cal_past_month { background: #EEEEEE; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 1px; padding-top: 0px; padding-bottom: 0px; }
5796.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 !important; }
5797.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; }
5798.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; }
5799.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; }
5800.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; }
5802.cal_peruser { padding-top: 0 !important; padding-bottom: 0 !important; padding-<?php print $left; ?>: 1px !important; padding-<?php print $right; ?>: 1px !important; }
5804 background: linear-gradient(bottom, var(--colorbacklinepair2) 85%, var(--colorbacklinepair2) 100%);
5805 background: -o-linear-gradient(bottom, var(--colorbacklinepair2) 85%, var(--colorbacklinepair2) 100%);
5806 background: -moz-linear-gradient(bottom, var(--colorbacklinepair2) 85%, var(--colorbacklinepair2) 100%);
5807 background: -webkit-linear-gradient(bottom, var(--colorbacklinepair2) 85%, var(--colorbacklinepair2) 100%);
5809.cal_today_peruser_impair { background: #F8F8F0; }
5811.peruser_notbusy { opacity: 0.5; }
5812div.event { margin-left: 8px; margin-right: 8px; margin-bottom: 8px; margin-top: 4px; border-radius: 4px; box-shadow: 2px 2px 5px rgba(100, 100, 100, 0.2); }
5813table.cal_event { border: none; border-collapse: collapse; margin-bottom: 1px; min-height: 20px; filter: saturate(0.8); border-radius: 3px; }
5814table.cal_event td { border: none; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 2px; padding-top: 0px; padding-bottom: 0px; }
5815table.cal_event td.cal_event { padding: 4px 4px !important; padding-bottom: 2px !important; padding-top: 2px !important; }
5816table.cal_event td.cal_event_right { padding: 4px 4px !important; }
5817.cal_event { font-size: 1em; }
5818.cal_event a:link { color: #111111; font-weight: normal !important; }
5819.cal_event a:visited { color: #111111; font-weight: normal !important; }
5820.cal_event a:active { color: #111111; font-weight: normal !important; }
5821.cal_event_notbusy a.cal_event_title:hover { color: #111111; font-weight: normal !important; }
5823.cal_peruserviewname { max-width: 140px; height: 30px !important; }
5824.cal_event span.badge.badge-
status { border: 1px solid #aaa; }
5825table.cal_month tr td
table.nobordernopadding tr td { padding: 0 2px 0 2px; }
5826table.cal_month tr.liste_titre td.tdfordaytitle { min-width: 120px; }
5834.calendarviewcontainertr { height: 100px; }
5844.cal_available { background: #0060d450; }
5845.cal_chosen { background: #0060d4; }
5852 border: solid 1px rgba(0,0,0,.3);
5853 background: var(--colorbackbody) !important;
5854 color: var(--colortext) !important;
5860.ui-autocomplete-loading {
5861 background: white url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/working.gif', 1) ?>) right center no-repeat;
5867 background-color: var(--inputbackgroundcolor);
5868 border:1px solid #888;
5872.ui-autocomplete ul {
5873 list-style-
type:none;
5877.ui-autocomplete ul li.selected {
5878 background-color: var(--inputbackgroundcolor);
5880.ui-autocomplete ul li {
5881 list-style-
type:none;
5894.editkey_textarea, .editkey_ckeditor, .editkey_string, .editkey_email, .editkey_numeric, .editkey_select, .editkey_autocomplete {
5895 background: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/edit.png', 1) ?>) right top no-repeat;
5901.editkey_datepicker {
5902 background: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/calendar.png', 1) ?>) right center no-repeat;
5909.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 {
5914.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 {
5929.treeview ul { background-color: transparent !important; margin-top: 0 !important; }
5930.treeview li { background-color: transparent !important; padding: 0 0 0 20px !important; min-height: 30px; }
5931.treeview .hitarea { width: 20px !important; margin-left: -20px !important; margin-top: 3px; }
5933.treeview .hover { color: var(--colortextlink) !important; text-decoration: underline !important; }
5964 font-family:sans-serif;
5967 border-spacing: 0px;
5968 border-collapse: collapse;
5975 border-style:groove;
5985div.jPicker
table.jPicker {
5986 padding-bottom: 20px;
5987 padding-right: 20px;
5991 height: 2px !important;
5995 background: unset !important;
5996 border: unset !important;
5998.jPicker .Preview div span {
5999 border: unset !important;
6000 width: unset !important;
6001 height: 50% !important;
6005 border: 1px solid #bbb !important;
6006 background-color: #f4f4f4 !important;
6007 box-shadow: 0px 0px 10px #ccc;
6010 background-image: unset !important;
6012.jPicker .Grid span.QuickColor {
6013 border: unset !important;
6019 white-space: nowrap;
6021.jPicker td.Text input {
6022 height: 1em !important;
6024.jPicker .Preview div {
6025 height: 36px !important;
6028A.color, A.color:active, A.color:visited {
6031 text-decoration : none;
6037 border : 1px inset white;
6040 border : 1px outset white;
6042A.none, A.none:active, A.none:visited, A.none:hover {
6045 text-decoration : none;
6052 border : 1px solid #b3c5cc;
6061 background-color : #b3c5cc;
6068 background-color : #b3c5cc;
6069 border : 2px outset;
6078 border : 1px outset white;
6084 font-family : <?php print $fontlist ?>;
6087 text-align : center;
6091 font-family : <?php print $fontlist ?>;
6098 font-family : <?php print $fontlist ?>;
6104 border: solid 1px #ddd !important;
6108.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
6110 background: var(--colorbacktitle1);
6114.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 {
6115 background: #007fff !important;
6116 color: #ffffff !important;
6119.ui-menu .ui-menu-item a {
6120 text-decoration:none;
6124 font-weight: normal;
6125 font-family:<?php echo $fontlist; ?>;
6129 font-family:<?php echo $fontlist; ?>;
6132.ui-
button { margin-left: -2px; }
6137 line-height: 1em !important;
6139.ui-autocomplete-input { margin: 0; padding: 4px; }
6146body.cke_show_borders {
6147 margin: 5px !important;
6151 border: 1px #bbb solid ! important;
6158.cke_wrapper { padding: 4px !important; }
6159a.cke_dialog_ui_button
6161 font-family: <?php print $fontlist ?> !important;
6162 background-image: url(<?php echo $img_button ?>) !important;
6163 background-
position: bottom !important;
6164 border: 1px solid #C0C0C0 !important;
6165 -webkit-border-radius:0px 5px 0px 5px !important;
6166 border-radius:0px 5px 0px 5px !important;
6167 -webkit-box-shadow: 3px 3px 4px #DDD !important;
6168 box-shadow: 3px 3px 4px #DDD !important;
6170.cke_dialog_ui_hbox_last
6172 vertical-align: bottom !important;
6174.cke_dialog_ui_hbox_first {
6175 vertical-align: middle !important;
6178 width: 40px !important;
6187a.cke_dialog_ui_button_ok span {
6188 text-shadow: none !important;
6189 color: #333 !important;
6191a.cke_button, a.cke_combo_button {
6192 height: 18px !important;
6201 border: 1px solid #ddd;
6204.aceeditorstatusbar {
6207 padding-<?php echo $left; ?>: 10px;
6211 background-color: #ebebeb;
6215.ace_status-indicator {
6219 border-left: 1px solid;
6221pre#editfilecontentaceeditorid {
6231 height: 72px !important;
6239.customreportsoutput, .customreportsoutputnotdata {
6242.customreportsoutputnotdata {
6255#types .btn-primary {
6264 display:
inline-block;
6269 vertical-align: top;
6272#types input.text, #types textarea {
6286 box-sizing:border-box;
6293#comment .comment-table {
6297#comment .comment-cell {
6300#comment .comment-info {
6302 border-right:1px solid #dedede;
6306 background:rgba(255,255,255,0.5);
6307 vertical-align:middle;
6310#comment .comment-info a {
6313#comment .comment-right {
6316#comment .comment-description {
6320#comment .comment-delete {
6323 vertical-align:middle;
6325#comment .comment-delete:hover {
6326 background:rgba(250,20,20,0.8);
6328#comment .comment-edit {
6331 vertical-align:middle;
6333#comment .comment-edit:hover {
6334 background:rgba(0,184,148,0.8);
6347 width: <?php print isset($_SESSION[
'dol_screenwidth']) ? max((
int) $_SESSION[
'dol_screenwidth'] - 830, 450) :
'450'; ?>px !important;
6350div#GanttChartDIVglisthead, div#GanttChartDIVgcharthead {
6354.gtaskname div, .gtaskname, .gstartdate div, .gstartdate, .genddate div, .genddate {
6355 font-size: unset !important;
6358div.gantt, .gtaskheading, .gmajorheading, .gminorheading, .gminorheadingwkend {
6359 font-size: unset !important;
6360 font-weight: normal !important;
6361 color: #000 !important;
6364 background: #f0f0f0 !important;
6367 background: rgb(108,152,185) !important;
6370 background: rgb(160,173,58) !important;
6374 text-overflow: ellipsis;
6376td.gminorheadingwkend {
6377 color: #888 !important;
6380 color: #666 !important;
6382.glistlbl, .glistgrid {
6383 width: 582px !important;
6390.gtaskname div, .gtaskname {
6391 min-width: 250px !important;
6392 max-width: 500px !important;
6393 width: unset !important;
6395.gpccomplete div, .gpccomplete {
6396 min-width: 40px !important;
6397 max-width: 40px !important;
6398 width: 40px !important;
6400td.gtaskheading.gstartdate, td.gtaskheading.genddate {
6401 white-space:
break-spaces;
6403.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) {
6404 color: transparent !important;
6418 font-weight: normal;
6427 font-weight: normal;
6433 text-decoration: none;
6438 margin: 0 5px 5px 5px;
6443 margin: 0 10px 20px 10px;
6448 float: <?php print $left; ?>;
6449 border: solid 1px #DDDDDD;
6456 font-weight: normal;
6464 white-space: nowrap;
6470 vertical-align: middle;
6474 display:
inline-block !important;
6477 width: calc(100% - 100px);
6479 white-space:
break-spaces;
6480 word-
break:
break-all;
6482ul.ecmjqft a:active {
6483 font-weight: bold !important;
6486 text-decoration: underline;
6489 vertical-align: middle;
6490 display:
inline-block !important;
6491 text-align: <?php echo $right; ?>;
6492 float: <?php echo $right; ?>;
6500#ecm-layout-north div.attachareaformuserfileecm {
6501 padding-bottom: 0px;
6503div#ecm-layout-west {
6505 vertical-align: top;
6507div#ecm-layout-center {
6508 width: calc(100% - 405px);
6509 vertical-align: top;
6510 float: <?php echo $right; ?>;
6513.ecmjqft LI.directory { font-weight:normal; background: url(<?php echo
dol_buildpath($path.
'/theme/common/treemenu/folder2.png', 1); ?>) left top no-repeat; background-
position-y: 8px; }
6514.ecmjqft LI.expanded { font-weight:normal; background: url(<?php echo
dol_buildpath($path.
'/theme/common/treemenu/folder2-expanded.png', 1); ?>) left top no-repeat; background-
position-y: 8px; }
6515.ecmjqft LI.wait { font-weight:normal; background: url(<?php echo
dol_buildpath(
'/theme/'.$theme.
'/img/working.gif', 1); ?>) left top no-repeat; }
6525 top:
auto !important;
6526 bottom: 4px !important;
6529 min-width: <?php echo $dol_optimize_smallscreen ?
'200' :
'480'; ?>px;
6532 padding-left: 10px !important;
6533 padding-right: 10px !important;
6534 word-wrap:
break-word;
6536.jnotify-container .jnotify-notification .jnotify-message {
6537 font-weight: normal;
6539 word-
break:
break-word;
6541.jnotify-container .jnotify-notification-warning .jnotify-close, .jnotify-container .jnotify-notification-warning .jnotify-message {
6542 color: #a28918 !important;
6546div.jnotify-background {
6547 opacity : 0.95 !important;
6548 -webkit-box-shadow: 2px 2px 4px #888 !important;
6549 box-shadow: 2px 2px 4px #888 !important;
6557div.dolEventValid h1, div.dolEventValid h2 {
6559 background-color: #e3f0db;
6560 padding: 5px 5px 5px 5px;
6563div.dolEventError h1, div.dolEventError h2 {
6565 background-color: #d79eac;
6566 padding: 5px 5px 5px 5px;
6574.divmap, #google-visualization-geomap-embed-0, #google-visualization-geomap-embed-1, #google-visualization-geomap-embed-2 {
6582table.dataTable tr.odd td.sorting_1,
table.dataTable tr.even td.sorting_1 {
6583 background: none !important;
6585.sorting_asc { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_asc.png
', 1); ?>') no-repeat center right !important; }
6586.sorting_desc { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_desc.png
', 1); ?>') no-repeat center right !important; }
6587.sorting_asc_disabled { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_asc_disabled.png
', 1); ?>') no-repeat center right !important; }
6588.sorting_desc_disabled { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_desc_disabled.png
', 1); ?>') no-repeat center right !important; }
6589.dataTables_paginate {
6592.paginate_button_disabled {
6593 opacity: 1 !important;
6594 color: #888 !important;
6595 cursor:
default !important;
6597.paginate_disabled_previous:hover, .paginate_enabled_previous:hover, .paginate_disabled_next:hover, .paginate_enabled_next:hover
6599 font-weight: normal;
6601.paginate_enabled_previous:hover, .paginate_enabled_next:hover
6603 text-decoration: underline !important;
6607 text-decoration: underline !important;
6611 font-weight: normal !important;
6612 text-decoration: none !important;
6614.paging_full_numbers {
6615 height: inherit !important;
6617.paging_full_numbers a.paginate_active:hover, .paging_full_numbers a.paginate_button:hover {
6618 background-color: var(--colorbackbody) !important;
6620.paging_full_numbers, .paging_full_numbers a.paginate_active, .paging_full_numbers a.paginate_button {
6621 background-color: var(--colorbackbody) !important;
6622 border-radius: inherit !important;
6624.paging_full_numbers a.paginate_button_disabled:hover, .paging_full_numbers a.disabled:hover {
6625 background-color: var(--colorbackbody) !important;
6627.paginate_button, .paginate_active {
6628 border: 1px solid #ddd !important;
6629 padding: 6px 12px !important;
6630 margin-left: -1px !important;
6631 line-height: 1.42857143 !important;
6632 margin: 0 0 !important;
6639.ui-state-
disabled, .ui-widget-content .ui-state-
disabled, .ui-widget-header .ui-state-
disabled, .paginate_button_disabled {
6641 background-image: none;
6644div.dataTables_length {
6645 float: right !important;
6648div.dataTables_length select {
6651.dataTables_wrapper .dataTables_paginate {
6652 padding-top: 0px !important;
6659span.select2-selection--single.flat[aria-
disabled=
"true"] span.select2-selection__rendered {
6663span#select2-taskid-container[title^=
'--'] {
6667.select2-container--
default .select2-results__option--highlighted[aria-selected] {
6668 background-color: var(--colorbackhmenu1);
6669 color: var(--colortextbackhmenu);
6671.select2-container--
default .select2-results__option--highlighted[aria-selected] span {
6672 color: #fff !important;
6675span.select2.select2-container.select2-container--
default {
6676 text-align: initial;
6683span.select2.select2-container.select2-container--
default {
6689input.select2-input {
6690 border-bottom: none ! important;
6694 border-bottom: solid 1px var(--inputbordercolor) !important;
6696.select2-results .select2-highlighted.optionblue {
6697 color: #FFF !important;
6699.select2-container .select2-selection--multiple {
6700 min-height: 28px !important;
6702.tableforfield .select2-container .select2-selection--single {
6706.select2-container--
default .select2-selection--multiple .select2-selection__choice {
6709.select2-container--focus span.select2-selection.select2-selection--single {
6710 border-bottom: 1px solid var(--inputbordercolor) !important;
6711 border-bottom-left-radius: 0;
6712 border-bottom-right-radius: 0;
6715.blockvmenusearch .select2-container--
default .select2-selection--single,
6716.blockvmenubookmarks .select2-container--
default .select2-selection--single
6718 background-color: var(--colorbackvmenu1);
6720.select2-container--
default .select2-selection--single {
6721 background-color: var(--inputbackgroundcolor);
6723#blockvmenusearch .select2-container--default .select2-selection--single .select2-selection__placeholder {
6724 color: var(--colortextbackvmenu);
6726.select2-container--
default .select2-selection--single .select2-selection__rendered {
6727 color: var(--colortext);
6731 color: #999 !important;
6733.select2-choice, .select2-container .select2-choice {
6734 border-bottom: solid 1px rgba(0,0,0,.4);
6736.select2-container .select2-choice > .select2-chosen {
6739.select2-container .select2-choice .select2-arrow {
6741 background: transparent;
6743.select2-container-multi .select2-choices {
6744 background-image: none;
6746.select2-container .select2-choice {
6747 color: var(--colortext);
6750.selectoptiondisabledwhite {
6751 background: #FFFFFF !important;
6755 border-left: none !important;
6756 background: none !important;
6760 border-top: none !important;
6761 border-left: none !important;
6762 border-right: none !important;
6764.select2-drop.select2-drop-above {
6765 box-shadow: none !important;
6767.select2-container--open .select2-dropdown--above {
6768 border-bottom: solid 1px var(--inputbordercolor);
6770.select2-drop.select2-drop-above.select2-drop-active {
6771 border-top: 1px solid #ccc;
6772 border-bottom: solid 1px var(--inputbordercolor);
6774.select2-container--
default .select2-selection--single
6783 border<?php echo !
getDolGlobalString(
'THEME_SHOW_BORDER_ON_INPUT') ?
'-bottom' :
''; ?>: solid 1px var(--inputbordercolor);
6785 -webkit-box-shadow: none !important;
6786 box-shadow: none !important;
6789.select2-container--focus .select2-container--
default .select2-selection--single {
6790 border-bottom-left-radius: 0;
6791 border-bottom-right-radius: 0;
6793.select2-container--
default.select2-container--focus .select2-selection--multiple {
6797 border-bottom-left-radius: 0;
6798 border-bottom-right-radius: 0;
6800.select2-container--
default .select2-selection--multiple {
6801 border-bottom: solid 1px var(--inputbordercolor);
6806 background: var(--inputbackgroundcolor);
6807 line-height: normal;
6809.select2-container--
default .select2-selection--multiple .select2-selection__rendered {
6812.select2-container--
default .select2-selection--multiple .select2-selection__choice {
6813 background-color: #ddd;
6814 margin-top: 4px !important;
6816.select2-selection--multiple input.select2-search__field {
6817 border-bottom: none !important;
6820.select2-search__field
6823 border-top: none !important;
6824 border-left: none !important;
6825 border-right: none !important;
6826 border-bottom: solid 1px var(--inputbordercolor) !important;
6827 -webkit-box-shadow: none !important;
6828 box-shadow: none !important;
6829 border-radius: 0 !important;
6832.select2-container-active .select2-choice, .select2-container-active .select2-choices
6837 border-bottom: none;
6838 -webkit-box-shadow: none !important;
6839 box-shadow: none !important;
6844 box-shadow: 1px 2px 10px var(--colorbackvmenu1);
6845 background-color: var(--colorbackbody);
6846 color: var(--colortext);
6848.select2-dropdown-open {
6849 background-color: var(--colorbackvmenu1);
6851.select2-dropdown-open .select2-choice, .select2-dropdown-open .select2-choices
6856 border-bottom: none;
6857 -webkit-box-shadow: none !important;
6858 box-shadow: none !important;
6859 background-color: var(--colorbackvmenu1);
6865.select2-drop.select2-drop-above.select2-drop-active, .select2-drop {
6868.select2-drop.select2-drop-above {
6871.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
6872 background-image: none;
6873 border-radius: 0 !important;
6875div.select2-drop-above
6877 background: var(--colorbackvmenu1);
6878 -webkit-box-shadow: none !important;
6879 box-shadow: none !important;
6883 border: 1px solid #ccc;
6886.select2-search input {
6889a span.select2-chosen
6891 font-weight: normal !important;
6893.select2-container .select2-choice {
6894 background-image: none;
6897.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit
6899 background: var(--colorbackvmenu1);
6904.select2-results__option {
6905 word-
break:
break-word;
6906 text-align: <?php echo $left; ?>;
6908.select2-container.select2-container-
disabled .select2-choice, .select2-container-multi.select2-container-
disabled .select2-choices {
6909 background-color: var(--colorbackvmenu1);
6910 background-image: none;
6914.select2-container-
disabled .select2-choice .select2-arrow b {
6917.select2-container-multi .select2-choices .select2-search-choice {
6920.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices, .select2-container-multi .select2-choices,
6921.select2-container-multi.select2-container-active .select2-choices
6923 border-bottom: 1px solid #ccc;
6929.select2-container--
default .select2-results>.select2-results__options{
6934#addbox .select2-container .select2-choice > .select2-chosen, #actionbookmark .select2-container .select2-choice > .select2-chosen {
6935 text-align: <?php echo $left; ?>;
6938.select2-container--
default .select2-selection--single .select2-selection__placeholder {
6939 color: var(--colortext);
6942span#select2-boxbookmark-container, span#select2-boxcombo-container {
6943 text-align: <?php echo $left; ?>;
6945span#select2-boxbookmark-container {
6948.select2-container .select2-selection--single .select2-selection__rendered {
6952#boxbookmark.boxcombo, #boxcombo.boxcombo {
6955 border-bottom: solid 1px rgba(0,0,0,.4) !important;
6959 vertical-align: top;
6963.select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr {
6964 padding: 3px 5px 2px 5px;
6965 margin: 0 0 2px 3px;
6970 border: 1px solid #aaaaaa;
6972 -webkit-box-shadow: 0 0 2px var(--inputbackgroundcolor) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
6973 box-shadow: 0 0 2px var(--inputbackgroundcolor) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
6974 background-clip: padding-box;
6975 -webkit-touch-callout: none;
6976 -webkit-
user-select: none;
6977 -moz-
user-select: none;
6978 -ms-
user-select: none;
6980 background-color: var(--inputbackgroundcolor);
6981 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));
6982 background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
6983 background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
6984 background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
6986.select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr a {
6987 font-weight: normal;
6989.select2-container-multi-dolibarr .select2-choices-dolibarr li {
6990 float: <?php echo $left; ?>;
6993.select2-container-multi-dolibarr .select2-choices-dolibarr {
6994 height:
auto !important;
7003ul.select2-results__options li {
7007.parentonrightofpage {
7011select.multiselectononeline {
7013 vertical-align: middle;
7015 height: 28px !important;
7020@media only screen and (min-width: 768px)
7023 .select2-container.select2-container--open:not(.graphtype) .select2-dropdown.ui-dialog {
7024 min-width: 230px !important;
7026 .select2-container.select2-container--open:not(.graphtype) .select2-dropdown--below:not(.onrightofpage),
7027 .select2-container.select2-container--open:not(.graphtype) .select2-dropdown--above:not(.onrightofpage) {
7028 min-width: 230px !important;
7030 .onrightofpage span.select2-dropdown.ui-dialog.select2-dropdown--below,
7031 .onrightofpage span.select2-dropdown.ui-dialog.select2-dropdown--above{
7032 min-width: 140px !important;
7034 .combolargeelem.select2-container.select2-container--open .select2-dropdown.ui-dialog {
7035 min-width: 300px !important;
7038 .select2-container--open .select2-dropdown--below {
7039 border-top: 1px solid var(--inputbordercolor);
7045.limit.select2-container.select2-container--open .select2-dropdown.ui-dialog {
7046 min-width: 100px !important;
7054.noborderoncategories {
7055 border: none !important;
7056 border-radius: 5px !important;
7058 -webkit-box-shadow: none !important;
7059 box-shadow: none !important;
7060 margin-top: 1px !important;
7061 margin-bottom: 0 !important;
7063span.noborderoncategories a, li.noborderoncategories a {
7064 line-height: normal;
7067span.noborderoncategories {
7068 padding: 3px 5px 3px 5px;
7069 display:
inline-block;
7071.categtextwhite, .treeview .categtextwhite.hover {
7072 color: #fff !important;
7075 color: #000 !important;
7087.multi-select-container {
7088 display:
inline-block;
7098 background: var(--inputbackgroundcolor);
7101 border: 1px solid #aaa;
7102 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
7106div.multi-select-menu[role=
"menu"] {
7107 min-width: 220px !important;
7110.multi-select-menu input {
7111 margin-right: 0.3em;
7112 vertical-align: 0.1em;
7116 display:
inline-block;
7118 white-space: nowrap;
7120 text-overflow: ellipsis;
7121 vertical-align: middle;
7122 background-color: var(--inputbackgroundcolor);
7126 border-bottom: solid 1px var(--inputbordercolor);
7132.multi-select-
button:focus {
7134 border-bottom: 1px solid #666;
7135 border-bottom-left-radius: 0;
7136 border-bottom-right-radius: 0;
7139.multi-select-
button:after {
7141 display:
inline-block;
7144 border-style: solid;
7145 border-width: 0.5em 0.23em 0em 0.23em;
7146 border-color: #888 transparent transparent transparent;
7150.multi-select-container--open .multi-select-menu { display: block; }
7152.multi-select-container--open .multi-select-
button:after {
7153 border-width: 0 0.4em 0.4em 0.4em;
7154 border-color: transparent transparent #888 transparent;
7157.multi-select-menuitem {
7162label.multi-select-menuitem {
7172ul.ulselectedfields {
7180 vertical-align: middle;
7181 display:
inline-block;
7183.dropdown dd, .dropdown dt {
7189 text-align: <?php echo $left; ?>;
7199.dropdown dt a span, .multiSel span {
7201 display:
inline-block;
7202 padding: 0 3px 2px 0;
7204.maxwidthsearch .dropdown dt a span, .multiSel span {
7205 padding: 3px 3px 2px 3px;
7207.dropdown span.value {
7211 background-color: var(--inputbackgroundcolor);
7212 box-shadow: 1px 1px 10px #aaa;
7214 <?php echo $right; ?>:0px;
7224.dropdown dd ul.selectedfieldsleft {
7225 <?php echo $right; ?>:
auto;
7228 white-space: nowrap;
7229 font-weight: normal;
7230 padding: 7px 8px 7px 8px;
7232 color: var(--colortext);
7234.dropdown dd ul li:hover {
7237.dropdown dd ul li input[
type=
"checkbox"] {
7238 margin-<?php echo $right; ?>: 3px;
7240.dropdown dd ul li a, .dropdown dd ul li span {
7244.dropdown dd ul li span {
7250dd.dropdowndd ul li {
7251 text-overflow: ellipsis;
7253 white-space: nowrap;
7263 text-overflow: ellipsis;
7264 white-space: nowrap;
7277 padding-bottom: 20px;
7285.searchpage .tagtr .tagtd {
7287 padding-bottom: 2px;
7289.searchpage .tagtr .tagtd .button {
7293.searchpage .searchform input {
7298li.ui-li-divider .ui-link {
7299 color: #FFF !important;
7304a.ui-link, a.ui-link:hover, .ui-btn:hover, span.ui-btn-text:hover, span.ui-btn-inner:hover {
7305 text-decoration: none !important;
7315 font-size: <?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize; ?>;
7318.ui-btn-
icon-right .ui-btn-inner {
7319 padding-right: 30px;
7321.ui-btn-
icon-left .ui-btn-inner {
7324.ui-select .ui-btn-
icon-right .ui-btn-inner {
7325 padding-right: 30px;
7327.ui-select .ui-btn-
icon-left .ui-btn-inner {
7330.ui-select .ui-btn-
icon-right .ui-
icon {
7333.ui-btn-
icon-left > .ui-btn-inner > .ui-
icon, .ui-btn-
icon-right > .ui-btn-inner > .ui-
icon {
7339 white-space: nowrap;
7340 text-overflow: ellipsis;
7342.fiche .ui-controlgroup {
7344 padding-bottom: 0px;
7346div.ui-controlgroup-controls div.tabsElem
7350div.ui-controlgroup-controls div.tabsElem a
7352 -webkit-box-shadow: 0 -3px 6px rgba(0,0,0,.2);
7353 box-shadow: 0 -3px 6px rgba(0,0,0,.2);
7355div.ui-controlgroup-controls div.tabsElem a#active {
7356 -webkit-box-shadow: 0 -3px 6px rgba(0,0,0,.3);
7357 box-shadow: 0 -3px 6px rgba(0,0,0,.3);
7360a.tab span.ui-btn-inner
7367 color: var(--colortext);
7369.liste_titre .ui-link {
7370 color: var(--colortexttitle) !important;
7374 word-wrap:
break-word;
7378.formdoc .ui-btn-inner
7380 white-space: normal;
7382 text-overflow: clip;
7390div.ui-radio, div.ui-checkbox
7392 display:
inline-block;
7393 border-bottom: 0px !important;
7395.ui-checkbox input, .ui-radio input {
7401div.ui-checkbox label+input, div.ui-radio label+input {
7406 padding-bottom: 10px; margin-bottom: 4px; border-bottom: 1px solid #AAAAAA !important;
7411 -webkit-border-radius: 0;
7414.ui-field-contain label.ui-input-text {
7415 vertical-align: middle !important;
7417.ui-mobile fieldset {
7418 border-bottom: none !important;
7422.ui-li .ui-btn-inner a.ui-link-inherit, .ui-li-
static.ui-li {
7427 font-weight: normal;
7429.ui-focus, .ui-btn:focus {
7430 -webkit-box-shadow: none;
7438 color: var(--colortexttitlenotab) !important;
7440.ui-bar-b, .lilevel0 {
7441 background-repeat: repeat-x;
7445 color: var(--colortexttitlenotab) !important;
7448 font-weight: normal !important;
7451.ui-li.ui-last-child, .ui-li.ui-field-contain.ui-last-child {
7452 border-bottom-width: 0px !important;
7455 color: var(--colortexttitle) !important;
7456 background: var(--colorbackmobilemenu);
7459 box-shadow: none !important;
7460 border-bottom: 1px solid #ccc;
7463 border-right: 1px solid #ccc !important;
7466 border: 1px solid #ccc;
7469.ui-btn-up-c, .ui-btn-hover-c {
7473.ui-body-c .ui-link, .ui-body-c .ui-link:visited, .ui-body-c .ui-link:hover {
7474 color: var(--colortextlink);
7476.ui-btn-up-c .vsmenudisabled {
7477 color: #<?php echo $colorshadowtitle; ?> !important;
7478 text-shadow: none !important;
7481 background: transparent;
7484 color: var(--colortexttitlenotab) !important;
7487 border-top: 2px solid #444;
7488 background: #fff ! important;
7490.lilevel1 div div a {
7491 font-weight: bold !important;
7496 background: #fff ! important;
7501 background: #fff ! important;
7506 background: #fff ! important;
7511 background: #fff ! important;
7520.menu_choix1,.menu_choix2 {
7523 border: 1px solid #666;
7526.menu_choix1 a, .menu_choix2 a {
7529 text-decoration: none;
7535.menu_choix1 a:hover,.menu_choix2 a:hover {
7538.menu li.menu_choix1 {
7540 padding-right: 10px;
7541 padding-bottom: 2px;
7543.menu li.menu_choix2 {
7545 padding-right: 10px;
7546 padding-bottom: 2px;
7548@media only screen and (max-width: 768px)
7550 .menu_choix1 a, .menu_choix2 a {
7551 background-size: 36px 36px;
7555 .menu li.menu_choix1, .menu li.menu_choix2 {
7560 margin-right: 0 !important;
7574 border: 1px solid #888;
7576.publicnewmemberform div.tabBarWithBottom {
7577 border: 1px solid #e8e8e8;
7580 background-color: var(--colorbackgrey);
7584.publicnewmemberform #tablesubscribe {
7585 color: var(--colortextbackvmenu);
7588@media only screen and (max-width: 768px)
7590 .publicnewmemberform div.tabBarWithBottom {
7600.ticketpublictable td {
7608.publicnewticketform {
7613 padding-right: 50px;
7616@media only screen and (max-width: 768px)
7618 .ticketlargemargin {
7619 padding-left: 5px; padding-right: 5px;
7633#cd-timeline::before {
7641 background: #d7e4ed;
7643@media only screen and (min-width: 1170px) {
7647 #cd-timeline::before {
7657.cd-timeline-block:after {
7662.cd-timeline-block:first-child {
7665.cd-timeline-block:last-child {
7668@media only screen and (min-width: 1170px) {
7669 .cd-timeline-block {
7672 .cd-timeline-block:first-child {
7675 .cd-timeline-block:last-child {
7687 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);
7688 background: #d7e4ed;
7690.cd-timeline-img img {
7700.cd-timeline-img.cd-picture {
7701 background: #75ce66;
7703.cd-timeline-img.cd-movie {
7704 background: #c03b44;
7706.cd-timeline-img.cd-location {
7707 background: #f0ca45;
7709@media only screen and (min-width: 1170px) {
7716 -webkit-transform: translateZ(0);
7717 -webkit-backface-visibility: hidden;
7719 .cssanimations .cd-timeline-img.is-hidden {
7722 .cssanimations .cd-timeline-img.bounce-in {
7723 visibility: visible;
7724 -webkit-animation: cd-bounce-1 0.6s;
7725 -moz-animation: cd-bounce-1 0.6s;
7726 animation: cd-bounce-1 0.6s;
7730@-webkit-keyframes cd-bounce-1 {
7733 -webkit-transform: scale(0.5);
7738 -webkit-transform: scale(1.2);
7742 -webkit-transform: scale(1);
7745@-moz-keyframes cd-bounce-1 {
7748 -moz-transform: scale(0.5);
7753 -moz-transform: scale(1.2);
7757 -moz-transform: scale(1);
7760@keyframes cd-bounce-1 {
7763 -webkit-transform: scale(0.5);
7764 -moz-transform: scale(0.5);
7765 -ms-transform: scale(0.5);
7766 -o-transform: scale(0.5);
7767 transform: scale(0.5);
7772 -webkit-transform: scale(1.2);
7773 -moz-transform: scale(1.2);
7774 -ms-transform: scale(1.2);
7775 -o-transform: scale(1.2);
7776 transform: scale(1.2);
7780 -webkit-transform: scale(1);
7781 -moz-transform: scale(1);
7782 -ms-transform: scale(1);
7783 -o-transform: scale(1);
7784 transform: scale(1);
7787.cd-timeline-content {
7791 border-radius: 0.25em;
7793 background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
7794 background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
7795 background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
7796 background-image: linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
7798.cd-timeline-content:after {
7803.cd-timeline-content h2 {
7806.cd-timeline-content .cd-date {
7808 font-size: 0.8125rem;
7810.cd-timeline-content .cd-date {
7811 display:
inline-block;
7813.cd-timeline-content p {
7818.cd-timeline-content .cd-date {
7823.cd-timeline-content::before {
7830 border: 7px solid transparent;
7831 border-right: 7px solid white;
7833@media only screen and (min-width: 768px) {
7834 .cd-timeline-content h2 {
7838 .cd-timeline-content {
7842 .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
7844 font-size: 0.875rem;
7847@media only screen and (min-width: 1170px) {
7848 .cd-timeline-content {
7853 .cd-timeline-content::before {
7856 border-color: transparent;
7857 border-left-color: white;
7859 .cd-timeline-content .cd-read-more {
7862 .cd-timeline-content .cd-date {
7870 .cd-timeline-block:nth-child(even) .cd-timeline-content {
7873 .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
7877 border-color: transparent;
7878 border-right-color: white;
7880 .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
7883 .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
7899span.phpdebugbar-tooltip.phpdebugbar-tooltip-extra-wide, span.phpdebugbar-tooltip.phpdebugbar-tooltip-wide {
7900 width: 250px !important;
7902.phpdebugbar-indicator span.phpdebugbar-tooltip {
7903 opacity: .95 !important;
7905a.phpdebugbar-tab.phpdebugbar-active {
7906 background-image: unset !important;
7908.phpdebugbar-fa-tags:before {
7910 font-weight: 600 !important;
7912.phpdebugbar-fa-tasks:before {
7914 font-weight: 600 !important;
7916.phpdebugbar-fa-tags, .phpdebugbar-fa-tasks, .phpdebugbar-indicator .fa {
7917 font-family:
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>";
7920div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-value.phpdebugbar-widgets-warning:before,
7921div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-value.phpdebugbar-widgets-error:before,
7922div.phpdebugbar-widgets-exceptions a.phpdebugbar-widgets-editor-link:before,
7923div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-database:before,
7924div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-duration:before,
7925div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-memory:before,
7926div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-row-count:before,
7927div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-copy-clipboard:before,
7928div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-stmt-id:before,
7929div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-render-time:before,
7930div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-memory:before,
7931div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-param-count:before,
7932div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-
type:before,
7933div.phpdebugbar-widgets-templates a.phpdebugbar-widgets-editor-link:before
7935 font-family:
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>" !important;
7942.jcrop-holder { background: unset !important; }
7949.dol-xaxis-vertical .flot-x-axis .flot-tick-label.tickLabel {
7950 text-orientation: sideways;
7952 writing-mode: vertical-rl;
7953 white-space: nowrap;
7961span.clipboardCPValueToPrint, div.clipboardCPValueToPrint {
7962 display:
inline-block;
7964span.clipboardCPValue.hidewithsize {
7965 width: 0 !important;
7966 display:
inline-block;
7968 white-space: nowrap;
7970 vertical-align: middle;
7972div.clipboardCPValue.hidewithsize {
7973 width: 0 !important;
7976 white-space: nowrap;
7979.clipboardCPShowOnHover .clipboardCPButton {
7987.clipboardCPTextDivInside {
7989 background: #f8f8fa;
7991 border: 1px solid #E0E0E0;
8000 white-space: nowrap;
8002 box-shadow: 1px 1px 6px #ddd;
8010.radio_js_bloc_number {
8011 display:
inline-block;
8015 border:1px solid #ccc;
8022.radio_js_bloc_number.selected {
8023 transition:0.2s ease background;
8036 vertical-align: top;
8040#virtualcard-iframe {
8041 border: 40px solid #aaa;
8042 vertical-align: top;
8045 border-radius: 10px;
8049 pointer-events: none;
8064.highlightDragDropArea{
8065 border: 2px #000 dashed !important;
8066 background-color: #eee !important;
8068.highlightDragDropArea * :not(.dragDropAreaMessage *){
8070 filter: blur(1px) grayscale(90%);
8072.dragDropAreaMessage {
8076 transform: translate(-50%, -50%);
8086 border: 1px solid #bbb !important;
8093.opensurveydescription * {
8098 padding: 0 4px 0 4px;
8102 margin-right: 100px;
8106 background-color: #f0f0f0;
8110.survey_borders .resultats .nom {
8111 text-align: <?php echo $left; ?>
8113.survey_borders .resultats .sujet, .survey_borders .resultats .jour {
8124#bookinghoursection {
8132 border: 1px solid #000;
8135 margin-bottom: 15px;
8144 background-size: 22px
auto;
8147@media only screen and (max-width: 768px)
8149 .imgopensurveywizard, .imgautosize { width:95%; height:
auto; }
8151 .fiche > .listactionsfilter .table-fiche-title .col-title .titre {
8161 width: <?php print
dol_size(350,
'width'); ?>px;
8167 -webkit-border-radius: 0;
8173 td.widthpictotitle { width: 30px; }
8175 .logopublicpayment #dolpaymentlogo {
8178 #tablepublicpayment {
8179 width:
auto !important;
8180 border: none !important;
8182 .poweredbypublicpayment {
8183 float: unset !important;
8184 top: unset !important;
8186 right: -10px !important;
8199 .bookcalform.boxtable .minwidth75 {
8202 .center.bookingtab {
8205 #bookinghoursection {
8215@media only screen and (max-width: 1024px)
8217 div#ecm-layout-west {
8218 width: calc(100% - 4px);
8221 div#ecm-layout-center {
8228@media only screen and (max-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC1', round($nbtopmenuentries * 90, 0) + 340); ?>px)
8231 width: <?php echo round(52); ?>px;
8232 white-space: nowrap;
8234 text-overflow: ellipsis;
8236 color: var(--colortextbackhmenu);
8240 color: var(--colortextbackhmenu);
8249 background-size: 22px
auto;
8253 li.tmenu, li.tmenusel {
8268@media only screen and (max-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC2', round($nbtopmenuentries * 69, 0) + 130); ?>px)
8270 li.tmenucompanylogo {
8277 max-width: <?php echo max(26, ceil(300 / ($nbtopmenuentriesreal + 2))); ?>px;
8278 text-overflow: clip;
8280 span.mainmenuaspan {
8289 background-size: 20px
auto;
8299<?php
if (!
getDolUserInt(
'MAIN_OPTIMIZEFORTEXTBROWSER')) { ?>
8300@media only screen and (max-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC3', round($nbtopmenuentries * 47, 0) + 130); ?>px)
8303 .tmenudiv:hover .tmenuimage:not(.menuhider), .tmenudiv:hover .tmenuimage:not(.menuhider):before {
8304 margin-top: 8px !important;
8310 background: var(--colorbackvmenu1);
8315 background: var(--colorbackvmenu1);
8321 .login_vertical_align {
8323 padding-right: 20px;
8328 <?php
if ($disableimages) { ?>
8333 <?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
8336 padding-<?php echo $right; ?>: 0;
8339 div.login_block_user {
8350 padding-right: 20px;
8351 padding-bottom: 16px;
8355 vertical-align: middle;
8357 background: var(--colorbackvmenu1);
8366 .loginbuttonexternal {
8369 .side-nav-vert .user-menu .dropdown-menu {
8370 width: 278px !important;
8372 div.login_block_other {
8373 margin-right: unset;
8375 div.login_block_user, div.login_block_other { clear: both; }
8376 .atoplogin, .atoplogin:hover
8378 color:unset !important;
8383 padding: 0 !important;
8386 li.tmenu, li.tmenusel {
8393 text-overflow: clip;
8396 background-size: 20px
auto;
8397 margin-top: 2px !important;
8405 width:
auto !important;
8407 .tableforfield>tr>td:first-child, .tableforfield>tbody>tr>td:first-child, div.tableforfield div.tagtr>div.tagtd:first-of-
type {
8410 .tableforfield>tr>td:nth-child(2), .tableforfield>tbody>tr>td:nth-child(2), div.tableforfield div.tagtr>div.tagtd:nth-child(2) {
8411 word-
break:
break-word;
8418 table.table-fiche-title .col-title div.titre{
8427 word-
break:
break-word;
8430 .websiteselectionsection {
8432 border-right: unset;
8440 padding-right: 12px;
8448 .underbanner.underbanner-before-box {
8449 border-bottom: none;
8452 .valuefield.fieldname_type span.badgeneutral {
8454 display:
inline-block;
8457 tr.trextrafieldseparator td, tr.trextrafields_collapse_last td {
8459 border-bottom: 1px solid var(--colortopbordertitle1) !important;
8470 .lilevel1 span.paddingright {
8474 img.userphotopublicvcard {
8483@media only screen and (max-width: 320px)
8489@media only screen and (max-width: 300px)
8495@media only screen and (max-width: 280px)
8513include
dol_buildpath($path.
'/theme/'.$theme.
'/dropdown.inc.php', 0);
8514include
dol_buildpath($path.
'/theme/'.$theme.
'/emaillayout.inc.php', 0);
8515include
dol_buildpath($path.
'/theme/'.$theme.
'/info-box.inc.php', 0);
8516include
dol_buildpath($path.
'/theme/'.$theme.
'/progress.inc.php', 0);
8517include
dol_buildpath($path.
'/theme/'.$theme.
'/timeline.inc.php', 0);
8525div.extra_inline_chkbxlst, div.extra_inline_checkbox {
8530div.flot-text .flot-tick-label .tickLabel, .fa-color-unset {
print $langs trans("AuditedSecurityEvents").'</strong >< span class="opacitymedium"></span >< br > status
Or an array listing all the potential status of the object: array: int of the status => translated la...
getDolUserInt($key, $default=0, $tmpuser=null)
Return Dolibarr user constant int value.
price($amount, $form=0, $outlangs='', $trunc=1, $rounding=-1, $forcerounding=-1, $currency_code='')
Function to format a value into an amount for visual output Function used into PDF and HTML pages.
getDolUserString($key, $default='', $tmpuser=null)
Return Dolibarr user constant string value.
getDolGlobalInt($key, $default=0)
Return a Dolibarr global constant int value.
dol_size($size, $type='')
Optimize a size for some browsers (phone, smarphone, ...)
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
dol_buildpath($path, $type=0, $returnemptyifnotfound=0)
Return path of url or filesystem.
getDolGlobalString($key, $default='')
Return dolibarr global constant string value.
treeview li table
No Email.
ui state ui widget content ui state ui widget header ui state a ui button
0 = Do not include form tag and submit button -1 = Do not include form tag but include submit button
table table fiche title col title div col center btnTitle icon
Automatically calls the icon named with the corresponding "object_" prefix.
$conf db user
Active Directory does not allow anonymous connections.
if(preg_match('/crypted:/i', $dolibarr_main_db_pass)||!empty($dolibarr_main_db_encrypted_pass)) $conf db type
$conf db name
Only used if Module[ID]Name translation string is not found.