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"; ?>
227.sensiblehtmlcontent * {
231.thumbstat { font-weight: bold !important; }
232th a { font-weight: <?php echo($useboldtitle ?
'bold' :
'normal'); ?> !important; }
233a.tab { font-weight: 500 !important; }
235a:link, a:visited, a:hover, a:active, .classlink { color: var(--colortextlink); text-decoration: none; }
236a:hover { text-decoration: underline; color: var(--colortextlink); }
237a.commonlink { color: var(--colortextlink) !important; text-decoration: none; }
239th.liste_titre a div div:hover, th.liste_titre_sel a div div:hover { text-decoration: underline; }
240tr.liste_titre th.liste_titre_sel:not(.maxwidthsearch), tr.liste_titre td.liste_titre_sel:not(.maxwidthsearch),
241tr.liste_titre th.liste_titre:not(.maxwidthsearch), tr.liste_titre td.liste_titre:not(.maxwidthsearch) { opacity: 0.8; }
243tr.liste_titre_filter th.liste_titre { text-align: unset; }
248select.vmenusearchselectcombo {
249 background-color: unset;
252table.liste th.wrapcolumntitle.liste_titre:not(.maxwidthsearch),
table.liste td.wrapcolumntitle.liste_titre:not(.maxwidthsearch),
253table.liste th.wrapcolumntitle.liste_titre_sel:not(.maxwidthsearch),
table.liste td.wrapcolumntitle.liste_titre_sel:not(.maxwidthsearch) {
257 text-overflow: ellipsis;
259th.wrapcolumntitle dl dt a span.fas.fa-list {
260 vertical-align: middle;
278.liste_titre input[
name=search_month], .liste_titre input[
name=search_month_start], .liste_titre input[
name=search_month_end] {
282select#date_startday, select#date_startmonth, select#date_endday, select#date_endmonth, select#reday, select#remonth,
283input, input.flat, form.flat select, select, select.flat, .dataTables_length label select {
286input, input.flat, textarea, textarea.flat, form.flat select, select, select.flat, .dataTables_length label select {
287 color: var(--colortext);
289 font-family: <?php print $fontlist ?>;
291 margin: 0px 0px 0px 0px;
292 background-color: var(--inputbackgroundcolor);
294 border<?php echo !
getDolGlobalString(
'THEME_SHOW_BORDER_ON_INPUT') ?
'-bottom' :
''; ?>: solid 1px var(--inputbordercolor);
298.liste_titre input, .liste_titre select {
300 border<?php echo !
getDolGlobalString(
'THEME_SHOW_BORDER_ON_INPUT') ?
'-bottom' :
''; ?>: solid 1px var(--inputbordercolor);
303.divadvancedsearchfieldcompinput,
304div.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
306 border<?php echo !
getDolGlobalString(
'THEME_SHOW_BORDER_ON_INPUT') ?
'-bottom' :
''; ?>: solid 1px var(--inputbordercolor);
309 background-color: #f8f8fa;
310 border-bottom-left-radius: 0;
311 border-bottom-right-radius: 0;
316.divadvancedsearchfieldcompinput {
318 border-bottom: solid 1px var(--inputbordercolor);
321input[
name=duration_value], input[
name=durationhour]
323 margin-right: 4px !important;
325input[
type=submit], input[
type=submit]:hover {
328input[
type=checkbox], input[
type=radio] {
331.kanban input.checkforselect {
340.tableforfield input, .refidno input {
354#mainbody input.button:not(.buttongen):not(.bordertransp), #mainbody a.button:not(.buttongen):not(.bordertransp) {
355 background: var(--butactionbg);
356 color: var(--textbutaction);
358 border-collapse: collapse;
361#mainbody span.websitetools input.button:not(.buttongen):not(.bordertransp) {
362 color: #000 !important;
364#mainbody input.buttongen, #mainbody button.buttongen {
368 -webkit-box-shadow: 0px 0px 6px 1px rgb(50 50 50 / 40%), 0px 0px 0px rgb(60 60 60 / 10%);
369 box-shadow: 0px 0px 6px 1px rgb(50 50 50 / 40%), 0px 0px 0px rgb(60 60 60 / 10%);
375input.button.massactionconfirmed {
379input:invalid, select:invalid, input.--error , select.--error {
380 border-color: #ea1212;
383section.setupsection {
385 background-color: var(--colorbackgrey);
389.field-error-
icon { color: #ea1212 !important; }
392div.tabBar textarea:focus {
393 border: 1px solid #aaa !important;
395input:focus:not(.
button):not(.buttonwebsite):not(.buttonreset):not(.select2-search__field):not(#top-bookmark-search-input):not(.search_component_input):not(.input-nobottom),
396 select:focus, .select2-container--open [aria-expanded=
"false"].select2-selection--single,
397 .select2-container--focus span.selection span.select2-selection {
398 border-bottom: 1px solid #666 !important;
399 border-bottom-left-radius: 0 !important;
400 border-bottom-right-radius: 0 !important;
402textarea.cke_source:focus
411 border-top: solid 1px var(--inputbordercolor);
412 border-left: solid 1px var(--inputbordercolor);
413 border-right: solid 1px var(--inputbordercolor);
414 border-bottom: solid 1px var(--inputbordercolor);
421input.removedassigned {
422 padding: 2px !important;
423 vertical-align: text-bottom;
427 padding-left: 0px !important;
428 padding-right: 0px !important;
431 vertical-align: middle;
433input.buttonpayment,
button.buttonpayment, div.buttonpayment {
438 background-image: none;
444 background-color: #9999bb;
446 box-shadow: 1px 1px 4px #bbb;
455.nofocusvisible:focus-visible {
459div.buttonpayment input:focus {
467div.buttonpayment input {
468 background-color: unset;
470 border-bottom: unset;
472 text-transform: uppercase;
475input.buttonpaymentcb {
476 background-image: url(<?php echo
dol_buildpath($path.
'/theme/common/credit_card.png', 1) ?>);
477 background-size: 26px;
478 background-repeat: no-repeat;
481input.buttonpaymentcheque {
482 background-image: url(<?php echo
dol_buildpath($path.
'/theme/common/cheque.png', 1) ?>);
483 background-size: 24px;
484 background-repeat: no-repeat;
487input.buttonpaymentpaypal {
488 background-image: url(<?php echo
dol_buildpath($path.
'/paypal/img/object_paypal.png', 1) ?>);
489 background-repeat: no-repeat;
492input.buttonpaymentpaybox {
493 background-image: url(<?php echo
dol_buildpath($path.
'/paybox/img/object_paybox.png', 1) ?>);
494 background-repeat: no-repeat;
497input.buttonpaymentstripe {
498 background-image: url(<?php echo
dol_buildpath($path.
'/stripe/img/object_stripe.png', 1) ?>);
499 background-repeat: no-repeat;
502.logopublicpayment #dolpaymentlogo {
505 image-rendering: -webkit-optimize-contrast;
511 background-color: transparent;
512 color: var(--colortext) !important;
513 border: 1px solid #888 !important;
514 margin: 0 0.45em !important;
517span.userimg.notfirst, div.userimg.notfirst {
520div.userimg.notfirst {
521 display: block-
inline;
525span.timesheetalreadyrecorded input {
527 border-bottom: solid 1px rgba(0,0,0,0.4);
528 margin-right: 1px !important;
530td.onholidaymorning, td.onholidayafternoon {
531 background-color: #fdf6f2;
534 background-color: #f4eede;
536td.onholidayallday:not(.weekend) input {
537 background-color: #f8f7f0;
540 background-color: #f8f4f4;
546 background: var(--colorbacklinepairhover) !important;
558 border-right: 1px solid #ccc;
561td.linecoldescription.bomline {
565td.amount, span.amount, div.amount, b.amount {
575select.flat, form.flat select, .pageplusone {
585.paginationlastpage a {
590 filter: saturate(0.8);
594 color: var(--colortextlink);
596.optiongrey, .opacitymedium {
599.opacitymediumbycolor {
600 color: rgba(0, 0, 0, 0.4);
612 color: var(--colorwhite);
615 color: #888 !important;
618 color: var(--colorblack);
620.colorblack.totalnboflines {
625 font-size: unset !important;
628 transform: scale(1, -1);
631 transform: scale(-1, 1);
634select:invalid, select.--error {
639 background: var(--inputbackgroundcolordisabled);
640 color: var(--inputcolordisabled);
644 box-shadow: none !important;
647 padding: 0px !important;
648 border: 0px !important;
649 vertical-align: text-bottom;
652 background-color: transparent;
659 border<?php echo !
getDolGlobalString(
'THEME_SHOW_BORDER_ON_INPUT') ?
'-bottom' :
''; ?>: solid 1px var(--inputbordercolor);
661input[
type=checkbox] { background-color: transparent; border: none; box-shadow: none; }
662input[
type=radio] { background-color: transparent; border: none; box-shadow: none; }
663input[
type=image] { background-color: transparent; border: none; box-shadow: none; }
664input:-webkit-autofill {
665 background-color: #FDFFF0 !important;
666 background-image:none !important;
667 -webkit-box-shadow: 0 0 0 50px #FDFFF0 inset;
671.placeholder { color: #ccc; }
672::-webkit-input-placeholder { color: #ccc; }
673input:-moz-placeholder { color: #ccc; }
675input[
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; }
677 border: 1px solid #aaa !important;
678 padding-
inline-start: 2em;
679 padding-
inline-end: 2em;
680 min-
inline-size:
auto;
682#div_container_exportoptions fieldset, #div_container_sub_exportoptions fieldset {
683 border: 1px solid #ccc !important;
685.legendforfieldsetstep { padding-bottom: 10px; }
686input#onlinepaymenturl, input#directdownloadlink {
692 padding: 20px 0px 0px 0px;
696div#moretabsList, div#moretabsListaction {
700hr { border: 0; border-top: 1px solid #ccc; }
701.tabBar hr { margin-top: 20px; margin-bottom: 17px; }
704table.tableforfield .button:not(.bordertransp):not(.buttonpayment),
705table.tableforfield .buttonDelete:not(.bordertransp):not(.buttonpayment) {
710.button:not(.bordertransp):not(.buttonpayment),
711.buttonDelete:not(.bordertransp):not(.buttonpayment) {
716 font-family: <?php print $fontlist ?>;
717 display:
inline-block;
722 text-decoration: none !important;
723 background-color: #f5f5f5;
724 background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
725 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
726 background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
727 background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
728 background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
729 background-repeat: repeat-x;
730 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
731 border: 1px solid
#aaa;
732 -webkit-border-radius: 2px;
736 text-transform: uppercase;
739.valuefield .button, .valuefieldcreate .button, .refidno .button:not(.smallpaddingimp) {
740 margin-top: 0 !important;
741 margin-bottom: 0 !important;
742 font-size: 0.85em !important;
743 padding: 5px !important;
745.button:focus, .buttonDelete:focus {
746 -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 60, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
747 box-shadow: 0px 0px 5px 1px rgba(0, 0, 60, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
749.button:hover:not(.nohover), .buttonDelete:hover:not(.nohover) {
751 -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
752 box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
754.button:
disabled, .buttonDelete:
disabled, .button.disabled, .buttonDelete.disabled {
757 -webkit-box-shadow: none;
759 text-decoration: none;
762 pointer-events: none;
766 -webkit-box-shadow: none;
768.button_search, .button_removefilter {
770 background-color: unset;
772.button_search:hover, .button_removefilter:hover {
782div.float, span.floatleft
784 float:<?php print $left; ?>;
788 float:<?php print $right; ?>;
800 display:
inline-block;
804 display:
inline-block !important;
809button[
name=
'button_search_x'] span.fa.fa-search {
812button[
name=
'button_removefilter_x'] span.fa.fa-
remove {
820 padding-<?php echo $left; ?>: 3px;
827 -webkit-box-shadow: none !important;
828 box-shadow: none !important;
829 -webkit-border-radius:0px !important;
830 border-radius:0px !important;
840 vertical-align: middle;
843 vertical-align: bottom;
846 vertical-align: text-bottom;
852 width: 100% !important;
854.centpercentwithout1imp {
855 width: calc(100% - 1px) !important;
857.centpercentwithoutmenu {
858 width: calc(100% - 200px);
860.quatrevingtpercent, .inputsearch {
863.maxquatrevingtpercent {
869.quatrevingtquinzepercent {
872.quatrevingtpercentminusx {
873 width: calc(80% - 52px);
876 width: calc(100% - 52px);
878textarea.centpercent {
891.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
894.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 {
901 transform: scaleX(-1) translate(<?php print($left == 'left' ? '' : '-'); ?>2px, 0);
904 transform: rotate(90deg) translate(0, <?php print($left ==
'left' ?
'' :
'-'); ?>2px);
911 text-align: center !important;
923 text-align: <?php print $left; ?>;
926 text-align: <?php print $right; ?>;
932 float: left!important;
935 float: right!important;
938 white-space: <?php print($dol_optimize_smallscreen ?
'normal' :
'nowrap'); ?>;
941 white-space: <?php print($dol_optimize_smallscreen ?
'nowrap' :
'normal'); ?>;
944 white-space: <?php print($dol_optimize_smallscreen ?
'normal' :
'nowrap'); ?>;
946.liste_titre .nowrap {
954 display:
inline-block;
956.wrapimp, .wrapimp pre {
957 white-space: normal !important;
960 word-wrap:
break-word;
963 word-
break:
break-word !important;
966 word-
break:
break-word;
969 word-
break:
break-all;
971td.wordbreak img, td.wordbreakimp img {
975 font-weight: bold !important;
978 font-weight: normal !important;
981 text-transform: uppercase;
987 text-decoration: none;
990 text-decoration: none !important;
996 padding-<?php print $left; ?>: 0;
999 padding-<?php print $right; ?>: 0;
1002 padding-<?php print $left; ?>: 0 !important;
1005 padding-<?php print $right; ?>: 0 !important;
1008 padding-<?php print $left; ?>: 4px;
1011 padding-<?php print $left; ?>: 4px !important;
1014 padding-<?php print $left; ?>: 2px;
1017 padding-<?php print $left; ?>: 2px !important;
1020 padding-<?php print $right; ?>: 4px;
1023 padding-<?php print $right; ?>: 4px !important;
1026 padding-<?php print $right; ?>: 2px;
1029 padding-<?php print $right; ?>: 2px !important;
1035 padding-top: 4px !important;
1041 padding-bottom: 4px;
1044 padding-bottom: 4px !important;
1047 padding-bottom: 2px;
1050 margin-<?php print $left; ?>: 2px;
1053 margin-<?php print $right; ?>: 2px;
1056 padding: 6px !important;
1059 width: unset !important;
1067.classfortooltiponclick .fa-question-circle {
1074 cursor: not-allowed;
1080 background-color: #fff;
1082.nobackground, .nobackground tr {
1083 background: unset !important;
1085.checkboxattachfilelabel {
1090 border: 1px solid #888 !important;
1093 color : <?php print $textWarning; ?>
1097 max-height: <?php print
getDolGlobalInt(
'MAIN_CSS_SHORTMESSSAGECUT', 125); ?>px;
1102 max-height: <?php print
getDolGlobalInt(
'MAIN_CSS_LONGMESSSAGECUT', 250); ?>px;
1113 background-color: #f0f0f8;
1116div.urllink, div.urllink a {
1117 color: #339 !important;
1121 border: 1px solid #DFDFDF;
1122 border-radius: 10px;
1124 margin-bottom: 20px;
1128i.fa-mars::before, i.fa-venus::before, i.fa-genderless::before, i.fa-transgender::before {
1129 color: #888 !important;
1131 padding-<?php echo $left; ?>: 3px;
1133.stockmovemententry {
1135 transform: rotate(0.25turn);
1140 transform: rotate(0.3turn);
1146.publisherlogoinline {
1147 vertical-align: middle;
1154 white-space: nowrap;
1158body[
class*=
"colorblind-"] .text-warning{
1159 color : <?php print $colorblind_deuteranopes_textWarning; ?>
1162 color : <?php print $textSuccess; ?>
1164body[
class*=
"colorblind-"] .text-success{
1165 color : <?php print $colorblind_deuteranopes_textSuccess; ?>
1169 color : <?php print $textDanger; ?>
1172.editfielda span.fa-pencil-alt, .editfielda span.fa-pencil-ruler, .editfielda span.fa-trash, .editfielda span.fa-crop, .editfielda span.fa-eye,
1174 color: #ccc !important;
1176.editfielda span.fa-pencil-alt:hover, .editfielda span.fa-pencil-ruler:hover, .editfielda span.fa-trash:hover, .editfielda span.fa-crop:hover,
1177.editfieldlang:hover {
1178 color: var(--colortexttitle) !important;
1180a.editfielda.nohover *:hover:before {
1181 color: #ccc !important;
1188 float: none !important;
1191span.fa.fa-plus-circle.paddingleft {
1194 padding-bottom: 2px;
1197.size12x { font-size: 1.2em !important; }
1198.size15x { font-size: 1.5em !important; }
1199.fa-toggle-on, .fa-toggle-off, .size2x { font-size: 2em; }
1200.websiteselectionsection .fa-toggle-on, .websiteselectionsection .fa-toggle-off,
1201.asetresetmodule .fa-toggle-on, .asetresetmodule .fa-toggle-off,
1202.tdwebsitesearchresult .fa-toggle-on, .tdwebsitesearchresult .fa-toggle-off
1205 vertical-align: text-bottom;
1210 white-space: nowrap;
1211 vertical-align: middle;
1212 text-overflow: ellipsis;
1218<?php include
dol_buildpath($path.
'/theme/'.$theme.
'/badges.inc.php', 0); ?>
1219<?php include
dol_buildpath($path.
'/theme/'.$theme.
'/flags-sprite.inc.php', 0); ?>
1223 border-right: 1px solid #DDD;
1227 border-left: 1px solid #DDD;
1232#formuserfile input[type='file'] {
1246#formuserfile_link input[type='text'] {
1251 vertical-align: middle;
1253.divsocialnetwork:not(:last-child) {
1254 padding-<?php print $right; ?>: 20px;
1258 display:
inline-block;
1259 margin-<?php print $right; ?>: 12px;
1260 margin-<?php print $left; ?>: 2px;
1266 background-color: rgba(0, 0, 0, 0.08);
1270.divsearchfieldfilter {
1271 text-overflow: clip;
1273 padding-bottom: 5px;
1277.divadvancedsearchfield:first-child {
1280.divadvancedsearchfield {
1283 padding-right: 15px;
1284 padding-bottom: 2px;
1287.divadvancedsearchfield span.select2.select2-container.select2-container--
default {
1290.search_component_params {
1292 -webkit-flex-flow: row wrap;
1293 flex-flow: row wrap;
1296 padding-bottom: 3px;
1297 padding-<?php echo $left; ?>: 0;
1298 padding-<?php echo $right; ?>: 0;
1299 border-bottom: solid 1px var(--inputbordercolor);
1303.search_component_searchtext {
1306.search_component_params_text, .search_component_params_text:focus {
1307 border-bottom: none;
1309 margin: 0 !important;
1312.tagsearch .tagsearchdelete {
1319 padding-bottom: 0px;
1322 display:
inline-block;
1327 display:
inline-block;
1344.a-filter, .a-mesure {
1345 border-radius: 50px;
1346 background: var(--colortexttitlenotab);
1348 padding: 8px 10px 8px 6px;
1356.a-filter:before, .a-mesure:before {
1357 font-family:
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>";
1363 border-radius: 50px;
1364 background: var(--colorbacktitle1);
1377 top:calc(50% - 200px);
1378 left:calc(50% - 250px);
1382 border: 1px solid #bbb;
1383 box-shadow: 2px 2px 20px #ddd;
1393div.div-
for-modal-topright {
1401 border: 1px solid #bbb;
1402 box-shadow: 2px 2px 20px #ddd;
1409if ($conf->browser->layout ==
'phone') {
1411.divsearchfieldfilter {
1412 white-space: nowrap;
1427 list-style-
type: none;
1434 padding-bottom: 4px;
1438 padding-bottom: 10px;
1443 vertical-align: middle;
1445select.flat.selectlimit {
1448 border-bottom: 1px solid var(--inputbordercolor);
1449 border-bottom-left-radius: 0;
1450 border-bottom-right-radius: 0;
1453 margin-<?php echo $right; ?>: 10px !important;
1456 margin-<?php echo $left; ?>: 10px !important;
1458.marginleftonlyshort {
1459 margin-<?php echo $left; ?>: 4px !important;
1462 margin-<?php echo $left; ?>: 0px !important;
1465 margin-<?php echo $right; ?>: 0px !important;
1468 margin-<?php echo $right; ?>: 10px !important;
1470.marginrightonlyshort {
1471 margin-<?php echo $right; ?>: 4px !important;
1473.marginrightonlylarge {
1474 margin-<?php echo $right; ?>: 20px !important;
1477 margin-top: 10px !important;
1479.margintoponlyshort {
1480 margin-top: 3px !important;
1483 margin-bottom: 10px !important;
1485.marginbottomonlyshort {
1486 margin-bottom: 3px !important;
1489 margin-top: 0 !important;
1492 margin-bottom: 0 !important;
1494.selectlimit, .selectlimit:focus {
1495 border-left: none !important;
1496 border-top: none !important;
1497 border-right: none !important;
1501 text-decoration: line-through;
1508 text-overflow: unset;
1513 text-overflow: ellipsis;
1514 white-space: nowrap;
1518 text-overflow: ellipsis;
1523 text-overflow: ellipsis;
1524 white-space: nowrap;
1529 text-overflow: ellipsis;
1530 white-space: nowrap;
1535 text-overflow: ellipsis;
1536 white-space: nowrap;
1538.tdoverflowmax80imp {
1539 max-width: 80px !important;
1541 text-overflow: ellipsis;
1542 white-space: nowrap;
1547 text-overflow: ellipsis;
1548 white-space: nowrap;
1550.tdoverflowmax100imp {
1551 max-width: 100px !important;
1553 text-overflow: ellipsis;
1554 white-space: nowrap;
1559 text-overflow: ellipsis;
1560 white-space: nowrap;
1565 text-overflow: ellipsis;
1566 white-space: nowrap;
1571 text-overflow: ellipsis;
1572 white-space: nowrap;
1577 text-overflow: ellipsis;
1578 white-space: nowrap;
1583 text-overflow: ellipsis;
1584 white-space: nowrap;
1589 text-overflow: ellipsis;
1590 white-space: nowrap;
1595 text-overflow: ellipsis;
1596 white-space: nowrap;
1601 text-overflow: ellipsis;
1602 white-space: nowrap;
1608.divintowithtwolinesmax {
1610 display: -webkit-box;
1611 -webkit-box-orient: vertical;
1612 -webkit-line-clamp: 2;
1616 display: -webkit-box;
1617 -webkit-box-orient: vertical;
1618 -webkit-line-clamp: 2;
1620 height:
auto !important;
1621 word-
break:
break-word;
1624 display: -webkit-box;
1625 -webkit-box-orient: vertical;
1626 -webkit-line-clamp: 10;
1630.tablelistofcalendars {
1631 margin-top: 25px !important;
1638table.paymenttable td.amountpaymentcomplete,
table.paymenttable td.amountremaintopay,
table.paymenttable td.amountremaintopayback {
1640 padding-bottom: 0px;
1643 white-space: nowrap;
1645.amountpaymentcomplete {
1646 color: var(--amountpaymentcomplete);
1649 white-space: nowrap;
1652 color: var(--amountremaintopaycolor);
1655 white-space: nowrap;
1657.amountremaintopayback {
1658 color: var(--amountremaintopaybackcolor);
1661 white-space: nowrap;
1663.amountpaymentneutral {
1666 white-space: nowrap;
1670.onlinepaymentbody .amountpaymentcomplete {
1671 background-color: var(--amountpaymentcomplete);
1679 margin-bottom: 12px;
1681#builddoc_form ~ .showlinkedobjectblock {
1686.moduledesclong p img, .moduledesclong p a img {
1687 max-width: 90% !important;
1688 height:
auto !important;
1692 border: 1px solid #ccc;
1693 box-shadow: 1px 1px 25px #aaa;
1694 max-width: calc(100% - 56px);
1696.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 {
1704 -webkit-text-security: disc;
1716div.fiche>div.tabBar>form>div.div-
table-responsive {
1719.div-
table-responsive, .div-
table-responsive-no-min {
1723.div-
table-responsive {
1724 line-height: var(--heightrow);
1728div.fiche>form>div.div-
table-responsive {
1731div.fiche>form>div.div-
table-responsive, div.fiche>form>div.div-
table-responsive-no-min {
1736div.ticketpublicarealist>form>div.div-
table-responsive {
1744 justify-content: space-between;
1751 <?php
if (in_array($conf->browser->name, array(
'chrome',
'firefox'))) {
1752 echo
'display: inline-flex;'.
"\n";
1754 flex-flow: row wrap;
1755 justify-content: flex-start;
1765.thumbstat, .thumbstat150 {
1766<?php
if ($conf->browser->name ==
'ie') { ?>
1776select.selectarrowonleft {
1779select.selectarrowonleft option {
1783table[summary=
"list_of_modules"] .fa-cog {
1791 white-space: nowrap;
1799maxscreenheightless200 {
1800 max-height: <?php echo isset($_SESSION[
'dol_screenheight']) ? max(500, (
int) $_SESSION[
'dol_screenheight'] - 200) : 700; ?>px;
1802.maxscreenheightless300 {
1803 max-height: <?php echo isset($_SESSION[
'dol_screenheight']) ? max(400, (
int) $_SESSION[
'dol_screenheight'] - 300) : 700; ?>px;
1813.clearboth { clear:both; }
1815.hideobject { display: none; }
1816.showonsmartphone { display: none; }
1817.minwidth25 { min-width: 25px; }
1818.minwidth50 { min-width: 50px; }
1819.minwidth75 { min-width: 75px; }
1820.nominwidth { min-width: fit-content !important; }
1822@media only screen and (min-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC3', round($nbtopmenuentries * 47, 0) + 130); ?>px)
1824 .width20 { width: 20px; }
1825 .width25 { width: 25px; }
1826 .width50 { width: 50px; }
1827 .width75 { width: 75px; }
1828 .width100 { width: 100px; }
1829 .width200 { width: 200px; }
1830 .minwidth100 { min-width: 100px; }
1831 .minwidth150 { min-width: 150px; }
1832 .minwidth200 { min-width: 200px; }
1833 .minwidth250 { min-width: 250px; }
1834 .minwidth300 { min-width: 300px; }
1835 .minwidth400 { min-width: 400px; }
1836 .minwidth500 { min-width: 500px; }
1837 .minwidth50imp { min-width: 50px !important; }
1838 .minwidth75imp { min-width: 75px !important; }
1839 .minwidth100imp { min-width: 100px !important; }
1840 .minwidth150imp { min-width: 150px !important; }
1841 .minwidth200imp { min-width: 200px !important; }
1842 .minwidth250imp { min-width: 250px !important; }
1843 .minwidth300imp { min-width: 300px !important; }
1844 .minwidth400imp { min-width: 400px !important; }
1845 .minwidth500imp { min-width: 500px !important; }
1847.widthauto { width:
auto; }
1848.width20 { width: 20px; }
1849.width25 { width: 25px; }
1850.width40 { width: 40px; }
1851.width50 { width: 50px; }
1852.width75 { width: 75px; }
1853.width100 { width: 100px; }
1854.width125 { width: 125px; }
1855.width150 { width: 150px; }
1856.width200 { width: 200px; }
1857.width250 { width: 250px; }
1858.width300 { width: 300px; }
1859.width400 { width: 400px; }
1860.width500 { width: 500px; }
1861.maxwidth25 { max-width: 25px; }
1862.maxwidth40 { max-width: 40px; }
1863.maxwidth50 { max-width: 50px; }
1864.maxwidth75 { max-width: 75px; }
1865.maxwidthdate { max-width: 85px; }
1866.maxwidth100 { max-width: 100px; }
1867.maxwidth125 { max-width: 125px; }
1868.maxwidth150 { max-width: 150px; }
1869.maxwidth200 { max-width: 200px; }
1870.maxwidth250 { max-width: 250px; }
1871.maxwidth300 { max-width: 300px; }
1872.maxwidth400 { max-width: 400px; }
1873.maxwidth500 { max-width: 500px; }
1874.maxwidth750 { max-width: 750px; }
1875.maxwidth1000 { max-width: 1000px; }
1876.maxwidth50imp { max-width: 50px !important; }
1877.maxwidth75imp { max-width: 75px !important; }
1879.minwidth100onall { min-width: 100px !important; }
1880.minwidth200onall { min-width: 200px !important; }
1881.minwidth250onall { min-width: 250px !important; }
1883.minheight20 { min-height: 20px; }
1884.minheight30 { min-height: 30px; }
1885.minheight40 { min-height: 40px; }
1886.titlefieldcreate { width: 20%; }
1887.titlefield { min-width: 150px; width: 25%; }
1888.titlefieldmiddle { width: 45%; }
1889.titlefieldmax45 { max-width: 45%; }
1890.imgmaxwidth180 { max-width: 180px; }
1891.imgmaxheight50 { max-height: 50px; }
1893.width20p { width:20%; }
1894.width25p { width:25%; }
1895.width40p { width:40%; }
1896.width50p { width:50%; }
1897.width60p { width:60%; }
1898.width75p { width:75%; }
1899.width80p { width:80%; }
1900.width100p { width:100%; }
1904@media only screen and (max-width: 1440px)
1907 .titlefieldcreate { width: 30% !important; }
1908 .minwidth50imp { min-width: 50px !important; }
1909 .minwidth75imp { min-width: 75px !important; }
1910 .minwidth100imp { min-width: 100px !important; }
1911 .minwidth125imp { min-width: 125px !important; }
1912 .minwidth150imp { min-width: 150px !important; }
1913 .minwidth200imp { min-width: 200px !important; }
1914 .minwidth250imp { min-width: 250px !important; }
1915 .minwidth300imp { min-width: 300px !important; }
1916 .minwidth400imp { min-width: 300px !important; }
1917 .minwidth500imp { min-width: 300px !important; }
1919 .linkedcol-element {
1925@media only screen and (max-width: 1000px)
1927 .maxwidthonsmartphone { max-width: 100px; }
1928 .minwidth50imp { min-width: 50px !important; }
1929 .minwidth75imp { min-width: 75px !important; }
1930 .minwidth100imp { min-width: 100px !important; }
1931 .minwidth125imp { min-width: 125px !important; }
1932 .minwidth150imp { min-width: 110px !important; }
1933 .minwidth200imp { min-width: 110px !important; }
1934 .minwidth250imp { min-width: 115px !important; }
1935 .minwidth300imp { min-width: 120px !important; }
1936 .minwidth400imp { min-width: 150px !important; }
1937 .minwidth500imp { min-width: 250px !important; }
1940select.widthcentpercentminusx, span.widthcentpercentminusx:not(.select2-selection):not(.select2-dropdown), input.widthcentpercentminusx {
1941 width: calc(100% - 52px) !important;
1942 display:
inline-block;
1945select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-selection):not(.select2-dropdown), input.widthcentpercentminusxx {
1946 width: calc(100% - 70px) !important;
1947 display:
inline-block;
1953@media only screen and (max-width: 768px)
1956 font-size: <?php print is_numeric($fontsize) ? ((int) $fontsize + 3).
'px' : $fontsize; ?> !important;
1958 .divadvancedsearchfield {
1964 padding-<?php echo $right; ?>: 10px !important;
1967 .hideonsmartphone { display: none; }
1968 .hideonsmartphoneimp { display: none !important; }
1969 .showonsmartphone { display: block !important; }
1971 .margintoponsmartphone { margin-top: 6px; }
1974 margin-<?php echo $left; ?>: 0 !important;
1976 div.fiche>
table.table-fiche-title {
1977 margin-top: 7px !important;
1978 margin-bottom: 15px !important;
1981 select.minwidth100imp, select.minwidth100, select.minwidth200, select.minwidth200imp, select.minwidth300 {
1982 width: calc(100% - 40px) !important;
1984 display:
inline-block;
1987 select.widthcentpercentminusx, span.widthcentpercentminusx:not(.select2-selection), input.widthcentpercentminusx {
1988 width: calc(100% - 52px) !important;
1989 display:
inline-block;
1992 select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-selection), input.widthcentpercentminusxx {
1993 width: calc(100% - 70px) !important;
1994 display:
inline-block;
1998 input.maxwidthinputfileonsmartphone {
2002 input.buttonpayment,
button.buttonpayment, div.buttonpayment {
2006 .smallonsmartphone {
2010 .nopaddingtoponsmartphone {
2011 padding-top: 0 !important;
2013 .nopaddingbottomonsmartphone {
2014 padding-bottom: 0 !important;
2019@media only screen and (max-width: 570px)
2022 font-size: <?php print is_numeric($fontsize) ? ((int) $fontsize + 3).
'px' : $fontsize; ?> !important;
2025 div#login_left, div#login_right {
2026 min-width: 150px !important;
2027 max-width: 200px !important;
2028 padding-left: 5px !important;
2029 padding-right: 5px !important;
2033 height: 64px !important;
2036 .divmainbodylarge { margin-left: 10px !important; margin-right: 10px !important; }
2038 .tdoverflowmax100onsmartphone {
2041 text-overflow: ellipsis;
2042 white-space: nowrap;
2044 .tdoverflowmax150onsmartphone {
2047 text-overflow: ellipsis;
2048 white-space: nowrap;
2050 .border tbody tr, .border tbody tr td, div.tabBar
table.border tr, div.tabBar
table.border tr td,
2051 div.tabBar div.border .table-border-row, div.tabBar div.border .table-key-border-col, div.tabBar div.border .table-val-border-col {
2052 height: 40px !important;
2054 div.tabBar .listofinvoicetype
table tr, div.tabBar .listofinvoicetype
table tr td {
2055 height: 2.2em !important;
2059 div.tabs div.tab a.tab {
2062 text-overflow: ellipsis;
2063 white-space: nowrap;
2066 .quatrevingtpercent, .inputsearch {
2072 padding-bottom: 5px;
2075 .login_table .tdinputlogin {
2076 min-width: unset !important;
2078 input, input[
type=text], input[
type=password], select, textarea {
2081 .trinputlogin input[
type=text], input[
type=password] {
2084 .vmenu .searchform input {
2088 .noenlargeonsmartphone { width : 50px !important; display:
inline !important; }
2089 .maxwidthonsmartphone, #search_newcompany.ui-autocomplete-input { max-width: 100px; }
2090 .maxwidth50onsmartphone { max-width: 40px; }
2091 .maxwidth75onsmartphone { max-width: 50px; }
2092 .maxwidth100onsmartphone { max-width: 70px; }
2093 .maxwidth125onsmartphone { max-width: 100px; }
2094 .maxwidth150onsmartphone { max-width: 120px; }
2095 .maxwidth150onsmartphoneimp { max-width: 120px !important; }
2096 .maxwidth200onsmartphone { max-width: 200px; }
2097 .maxwidth250onsmartphone { max-width: 250px; }
2098 .maxwidth300onsmartphone { max-width: 300px; }
2099 .maxwidth400onsmartphone { max-width: 400px; }
2100 .minwidth50imp { min-width: 50px !important; }
2101 .minwidth75imp { min-width: 75px !important; }
2102 .minwidth100imp { min-width: 100px !important; }
2103 .minwidth125imp { min-width: 125px !important; }
2104 .minwidth150imp { min-width: 110px !important; }
2105 .minwidth200imp { min-width: 110px !important; }
2106 .minwidth250imp { min-width: 115px !important; }
2107 .minwidth300imp { min-width: 120px !important; }
2108 .minwidth400imp { min-width: 200px !important; }
2109 .minwidth500imp { min-width: 250px !important; }
2110 .titlefield { width:
auto; min-width: 125px; }
2111 .titlefieldcreate { width:
auto !important; min-width: 125px; }
2115 width: <?php print
dol_size(300,
'width'); ?>px;
2125 padding-<?php echo $right; ?>: 5px;
2126 padding-bottom: 5px;
2128 img.photoref, div.photoref {
2129 border: 1px solid rgba(0, 0, 0, 0.2);
2131 -webkit-box-shadow: none;
2135 object-fit: contain;
2139 padding-<?php echo $right; ?>: 10px;
2142 div.statusref img, div.statusrefbis {
2143 padding-<?php echo $right; ?>: 3px !important;
2153 input.buttonpayment {
2159@media only screen and (max-width: 320px)
2161 .maxwidth300 { max-width: 260px; }
2165.linkobject { cursor: pointer; }
2167table.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 {
2168 color: var(--tableforfieldcolor);
2171<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2172.hideonprint { display: none !important; }
2187 white-space: nowrap;
2198 <?php
if (
getDolGlobalString(
'THEME_STICKY_TOPMENU') ==
'scrollleftmenu_after_mainpage') { ?>
2204#id-right, #id-left {
2205 display:
table-cell;
2207 vertical-align: top;
2211 padding-bottom: 5px;
2219 background: var(--colorbackbody);
2220 padding-bottom: 20px;
2222.bodyforlist #
id-right {
2223 padding-bottom: 4px;
2228.classforhorizontalscrolloftabs #
id-container {
2231.classforhorizontalscrolloftabs .side-nav {
2233 float: <?php echo $left; ?>;
2235.classforhorizontalscrolloftabs #
id-right {
2236 width: calc(100% - <?php echo $leftmenuwidth + 20 ?>px);
2237 display:
inline-block;
2264@media screen and (prefers-color-scheme: dark) {
2266 border-bottom: 1px solid #888;
2271<?php
if (
getDolGlobalString(
'THEME_STICKY_TOPMENU') ==
'scrollleftmenu_after_mainpage') { ?>
2276 display:
table-cell;
2278 border-<?php echo $right; ?>: 1px solid #ECECEC;
2279 box-shadow: 3px 0 6px -2px #eee;
2280 background: var(--colorbackvmenu1);
2281 transition: left 0.5s ease;
2284.side-nav, .login_block {
2285 transition: left 0.5s ease;
2290 border-bottom: 0 !important;
2293 margin: <?php echo $disableimages ?
'0' :
'6'; ?>px;
2297 height: <?php echo $disableimages ?
'18' :
'35'; ?>px;
2300 vertical-align: middle;
2302.backgroundforcompanylogo {
2303 background-color: rgba(255,255,255,0.2);
2306.menulogocontainer img.mycompany {
2307 object-fit: contain;
2310 image-rendering: -webkit-optimize-contrast;
2312#mainmenutd_companylogo::after, #mainmenutd_menu::after {
2313 content: unset !important;
2315li#mainmenutd_companylogo .tmenucenter {
2318li#mainmenutd_companylogo {
2319 min-width: unset !important;
2321<?php
if ($disableimages) { ?>
2322 li#mainmenutd_home {
2323 min-width: unset !important;
2325 li#mainmenutd_home .tmenucenter {
2330div.blockvmenupair, div.blockvmenuimpair {
2331 border-top: none !important;
2332 border-left: none !important;
2333 border-right: none !important;
2334 border-bottom: 1px solid #eaeaea;
2335 padding-left: 0 !important;
2337div.blockvmenuend, div.blockvmenubookmarks {
2338 border: none !important;
2339 padding-left: 0 !important;
2341div.vmenu, td.vmenu {
2342 padding-right: 10px !important;
2344.blockvmenu .menu_titre {
2359.menuhider { display: none !important; }
2360.menuhider .mainmenu.menu.topmenuimage {
2361 margin-top: 0px !important;
2366<?php
if (!
getDolUserInt(
'MAIN_OPTIMIZEFORTEXTBROWSER')) { ?>
2367@media only screen and (max-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC3', round($nbtopmenuentries * 47, 0) + 130); ?>px)
2370 body.sidebar-collapse .side-nav {
2375 .classforhorizontalscrolloftabs #
id-right {
2381 body.sidebar-collapse .login_block {
2385 .menuhider { display: block !important; }
2386 .dropdown-
user-image { display: none; }
2387 .user-header { height:
auto !important; color: var(--colortextbackhmenu); }
2391 table-layout: fixed;
2395 border-bottom: 1px solid #BBB;
2398 padding-right: 20px;
2404 border-bottom: 0 !important;
2406 div.blockvmenupair, div.blockvmenuimpair, div.blockvmenubookmarks, div.blockvmenuend {
2407 border-top: none !important;
2408 border-left: none !important;
2409 border-right: none !important;
2410 border-bottom: 1px solid #eaeaea;
2411 padding-left: 0 !important;
2413 div.vmenu, td.vmenu {
2414 padding-right: 6px !important;
2417 margin-<?php print $left; ?>: 9px !important;
2418 margin-<?php print $right; ?>: 10px !important;
2421 .pagination .fa-chevron-left, .pagination .fa-chevron-right {
2426@media only screen and (min-width: 768px) and (max-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC3', round($nbtopmenuentries * 47, 0) + 130); ?>px)
2429 margin-<?php print $left; ?>: 13px !important;
2430 margin-<?php print $right; ?>: 14px !important;
2437 margin-<?php print $left; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 6 : (empty($conf->dol_optimize_smallscreen) ?
'42' :
'6')); ?>px;
2438 margin-<?php print $right; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 6 : (empty($conf->dol_optimize_smallscreen) ?
'38' :
'6')); ?>px;
2439 <?php
if (!empty($dol_hide_leftmenu)) {
2440 print
'margin-bottom: 12px;'.
"\n";
2442 <?php
if (!empty($dol_hide_leftmenu)) {
2443 print
'margin-top: 12px;'.
"\n";
2446body.onlinepaymentbody div.fiche {
2447 margin: 20px !important;
2449div.fiche>
table:first-child {
2450 margin-bottom: 15px;
2452div.fiche>
table.table-fiche-title {
2453 margin-bottom: 12px;
2463 <?php
if ($conf->browser->layout !=
'phone') {
2464 print
"float: ".$left.
";\n";
2466 <?php
if ($conf->browser->layout !=
'phone') {
2467 print
"width: calc(50% - 16px);\n";
2469 <?php
if ($conf->browser->layout ==
'phone') {
2470 print
"padding-bottom: 6px;\n";
2473div.fichetwothirdright {
2474 <?php
if ($conf->browser->layout !=
'phone') {
2475 print
"float: ".$right.
";\n";
2477 <?php
if ($conf->browser->layout !=
'phone') {
2478 print
"width: calc(50% - 16px);\n";
2480 <?php
if ($conf->browser->layout ==
'phone') {
2481 print
"padding-bottom: 6px\n";
2485 <?php
if ($conf->browser->layout !=
'phone') {
2486 print
"float: ".$left.
";\n";
2488 <?php
if ($conf->browser->layout !=
'phone') {
2489 print
"width: calc(50% - 16px);\n";
2493 <?php
if ($conf->browser->layout !=
'phone') {
2494 print
"float: ".$right.
";\n";
2496 <?php
if ($conf->browser->layout !=
'phone') {
2497 print
"width: calc(50% - 16px);\n";
2501 <?php
if ($conf->browser->layout ==
'phone') {
2502 print
"margin-top: 10px;\n";
2512div.firstcolumn >
table.noborder, div.secondcolumn >
table.noborder, div.firstcolumn > div >
table.noborder, div.secondcolumn > div >
table.noborder {
2513 margin-bottom: 14px;
2517@media only screen and (max-width: 1024px)
2520 margin-<?php print $left; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 6 : ($dol_hide_leftmenu ?
'6' :
'20')); ?>px;
2521 margin-<?php print $right; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 8 : 6); ?>px;
2527 div.fichecenterbis {
2530 div.fichethirdleft {
2533 padding-bottom: 6px;
2535 div.fichetwothirdright {
2538 padding-bottom: 6px;
2544 div.fichehalfright {
2548 div.fichehalfright {
2551 div.firstcolumn div.box {
2554 div.secondcolumn div.box {
2560@media only screen and (max-width: 1440px)
2562 div.fichehalfleft-lg {
2566 div.fichehalfright-lg {
2571 .fichehalfright-lg .fichehalfright {
2577div.fichehalfright tr.liste_titre:first-child td
table.nobordernopadding td {
2581 padding: 0 !important;
2589td.nobordernopadding.widthpictotitle.col-picto {
2593.table-list-of-attached-files .col-picto, .table-list-of-links .col-picto {
2594 opacity: 0.7 !important;
2598.table-list-of-attached-files .col-picto .widthpictotitle, .table-list-of-links .col-picto .widthpictotitle {
2615 margin-<?php echo $right; ?>: 8px;
2628 vertical-align: middle;
2631.pictowarning, .pictoerror, .pictopreview, .pictonopreview, .picto.error {
2632 padding-<?php echo $left; ?>: 3px;
2636 color: <?php echo $badgeWarning ?>;
2639 color: <?php echo $badgeDanger ?>;
2647.fiche .arearef img.pictoedit, .fiche .arearef span.pictoedit,
2648.fiche .fichecenter img.pictoedit, .fiche .fichecenter span.pictoedit,
2649.tagtdnote span.pictoedit {
2660 padding-left: 1px !important;
2663 padding-bottom: 1px;
2669 padding-bottom: 10px;
2671div.attachareaformuserfileecm {
2673 padding-bottom: 6px;
2678 margin-bottom: 10px;
2679 padding-bottom: 10px;
2681div.arearefnobottom {
2683 padding-bottom: 4px;
2688div.divphotoref:last-child {
2689 padding-<?php echo $right; ?>: 30px;
2692 padding-bottom: 10px;
2701 float: <?php echo $right; ?>;
2704 margin-bottom: 10px;
2711 vertical-align: text-bottom;
2717 vertical-align: text-bottom;
2719img.photoref, div.photoref {
2721 -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
2722 box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
2726 object-fit: contain;
2728img.photokanban, div.photokanban {
2732 vertical-align: middle;
2734div.photoref .fa, div.photoref .fas, div.photoref .far {
2738 object-fit: contain;
2742 vertical-align:middle;
2745.difforspanimgright {
2746 display:
table-cell;
2747 padding-right: 10px;
2749img.photorefnoborder {
2753 object-fit: contain;
2754 border: 1px solid #AAA;
2755 border-radius: 100px;
2760 border-bottom: <?php echo $borderwidth ?>px solid var(--colortopbordertitle1);
2763.trextrafieldseparator td, .trextrafields_collapse_last td {
2769 margin: 0 !important;
2770 padding-bottom: 0 !important;
2778<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2781 background: var(--colorbackhmenu1);
2783 <?php
if ($colorbackhmenu1 ==
'255,255,255') { ?>
2784 box-shadow: 0px 0px 4px #ddd;
2790<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2793 padding-<?php echo $right; ?>: <?php echo((
float) $maxwidthloginblock - 10); ?>px;
2796 -webkit-touch-callout: none;
2797 -webkit-
user-select: none;
2798 -khtml-
user-select: none;
2799 -moz-
user-select: none;
2800 -ms-
user-select: none;
2808<?php
if ($disableimages) { ?>
2814<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2819 white-space: nowrap;
2821 border-<?php print $left; ?>: 0px;
2822 border-<?php print $right; ?>: 0px;
2823 padding: 0px 0px 0px 0px;
2824 margin: 0px 0px 0px 0px;
2826 font-weight: normal;
2827 text-decoration: none;
2830div.tmenudisabled, a.tmenudisabled {
2833a.tmenu, a.tmenusel, a.tmenudisabled {
2836a.tmenudisabled:link, a.tmenudisabled:visited, a.tmenudisabled:hover, a.tmenudisabled:active {
2837 padding: 0px 5px 0px 5px;
2838 white-space: nowrap;
2839 color: var(--colortextbackhmenu);
2840 text-decoration: none;
2841 cursor: not-allowed;
2843span.mainmenuaspan.tmenudisabled {
2844 color: var(--colortextbackhmenu);
2846 cursor: not-allowed;
2849a.disabled, span.tmenu {
2851 text-decoration: none !important;
2855a.tmenu:link, a.tmenu:visited, a.tmenu:hover, a.tmenu:active {
2856 padding: 0px 2px 0px 2px;
2857 margin: 0px 0px 0px 0px;
2858 white-space: nowrap;
2859 color: var(--colortextbackhmenu);
2860 text-decoration: none;
2862a.tmenusel:link, a.tmenusel:visited, a.tmenusel:hover, a.tmenusel:active {
2863 padding: 0px 2px 0px 2px;
2864 margin: 0px 0px 0px 0px;
2865 white-space: nowrap;
2866 color: var(--colortextbackhmenu);
2867 text-decoration: none !important;
2872 padding: 0px 0px 0px 0px;
2873 margin: 0px 0px 0px 0px;
2882li.tmenu, li.tmenusel {
2883 <?php print $minwidthtmenu ?
'min-width: '.$minwidthtmenu.
'px;' :
''; ?>
2885 vertical-align: bottom;
2887 float: <?php print $left; ?>;
2893 font-weight: normal;
2896 background-image: none !important;
2899li.tmenusel::after, li.tmenu:hover::after{
2904 left: calc(50% - 6px);
2907 border-style: solid;
2908 border-width: 0px 6px 5px 6px;
2909 border-color: transparent transparent #ffffff transparent;
2912.tmenuend .tmenuleft { width: 0px; }
2913.tmenuend { display: none; }
2916 float: <?php print $left; ?>;
2918 <?php
if (empty($conf->dol_optimize_smallscreen)) { ?>
2921 <?php
if ($disableimages) { ?>
2924 height: <?php print $heightmenu; ?>px;
2931 color: var(--colortextbackhmenu);
2932 <?php
if ($disableimages) { ?>
2937 height: <?php print $heightmenu; ?>px;
2947 padding-bottom: 4px;
2949 text-overflow: ellipsis;
2950 width: <?php echo $leftmenuwidth - 2; ?>px;
2954 padding-<?php print $left; ?>: 2px;
2955 padding-<?php print $right; ?>: 2px;
2956 font-family: Roboto,<?php echo $fontlist; ?>;
2963 background-repeat:no-repeat;
2965 height: <?php echo($heightmenu - 22); ?>px;
2970a.tmenuimage:focus, .mainmenu.topmenuimage:focus {
2977 color: var(--colortextbackhmenu);
2983 <?php print $disableimages ?
'' :
'top: 10px'; ?>
2985#mainmenutd_menu a.tmenuimage {
2993 text-decoration: none;
3000<?php
if (in_array(
getDolGlobalInt(
'THEME_TOPMENU_DISABLE_IMAGE'), array(2, 3, 4))) { ?>
3001.tmenulabel:not(.menuhider), .tmenulabel:not(.menuhider)::before {
3005a.tmenuimage:not(.menuhider), a.tmenuimage:not(.menuhider)::before,
3006div.tmenuimage:not(.menuhider), div.tmenuimage:not(.menuhider)::before,
3007span.tmenuimage:not(.menuhider), span.tmenuimage:not(.menuhider)::before {
3009 margin-top: 8px !important;
3015 text-overflow: ellipsis;
3021ul.tmenu:hover .tmenulabel:not(.menuhider), .ul.tmenu:hover .tmenulabel:not(.menuhider)::before {
3025 text-overflow: ellipsis;
3029 display: initial !important;
3030 line-height: 0.6em !important;
3031 height: 1em !important;
3033 text-overflow: ellipsis;
3034 color: var(--colortextbackhmenu);
3037ul.tmenu:hover .tmenuimage:not(.menuhider), ul.tmenu:hover .tmenuimage:not(.menuhider)::before {
3040 margin-top: 0px !important;
3046li.tmenu:hover .tmenulabel:not(.menuhider), li.tmenu:hover .tmenulabel:not(.menuhider)::before {
3047 display: initial !important;
3049li.tmenu:hover .tmenuimage:not(.menuhider), li.tmenu:hover .tmenuimage:not(.menuhider):before {
3050 font-size: 1.1em !important;
3051 margin-top: 0px !important;
3059<?php
if (empty($dol_hide_topmenu)) { ?>
3060 <?php include
dol_buildpath($path.
'/theme/'.$theme.
'/main_menu_fa_icons.inc.php', 0); ?>
3065 $moduletomainmenu = array(
3066 'user' =>
'',
'syslog' =>
'',
'societe' =>
'companies',
'projet' =>
'project',
'propale' =>
'commercial',
'commande' =>
'commercial',
3067 'produit' =>
'products',
'service' =>
'products',
'stock' =>
'products',
3068 'don' =>
'accountancy',
'tax' =>
'accountancy',
'banque' =>
'accountancy',
'facture' =>
'accountancy',
'compta' =>
'accountancy',
'accounting' =>
'accountancy',
'adherent' =>
'members',
'import' =>
'tools',
'export' =>
'tools',
'mailing' =>
'tools',
3069 'contrat' =>
'commercial',
'ficheinter' =>
'commercial',
'ticket' =>
'ticket',
'deplacement' =>
'commercial',
3070 'fournisseur' =>
'companies',
3071 'barcode' =>
'',
'fckeditor' =>
'',
'categorie' =>
'',
3073 $mainmenuused =
'home';
3074 foreach ($conf->modules as $val) {
3075 $mainmenuused .=
','.(isset($moduletomainmenu[$val]) ? $moduletomainmenu[$val] : $val);
3077 $mainmenuusedarray = array_unique(explode(
',', $mainmenuused));
3081 $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');
3083 $divnotrequired = array(
'multicurrency',
'salaries',
'ticket',
'margin',
'opensurvey',
'paybox',
'expensereport',
'incoterm',
'prelevement',
'propal',
'workflow',
'notification',
'supplier_proposal',
'cron',
'product',
'productbatch',
'expedition');
3085 foreach ($mainmenuusedarray as $val) {
3086 if (empty($val) || in_array($val, $divalreadydefined)) {
3089 if (in_array($val, $divnotrequired)) {
3095 $constformoduleicon =
'MAIN_MODULE_'.strtoupper($val).
'_ICON';
3097 if ($iconformodule) {
3098 if (preg_match(
'/^fa\-/', $iconformodule)) {
3101 $url =
dol_buildpath(
'/'.$val.
'/img/'.$iconformodule.
'.png', 1);
3106 foreach ($conf->file->dol_document_root as $dirroot) {
3107 if (file_exists($dirroot.
"/".$val.
"/img/".$val.
".png")) {
3118 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";
3119 print
'div.mainmenu.'.$val.
' span::before {'.
"\n";
3120 print
'content: "\f249";'.
"\n";
3125 print
"div.mainmenu.".$val.
" {\n";
3126 print
" background-image: url(".$url.
");\n";
3127 print
" background-position-y: 3px;\n";
3128 print
" filter: saturate(0);\n";
3131 print
'/* icon for module '.$val.
' is a fa icon */'.
"\n";
3140 padding:0 0 0 0 !important;
3141 margin:0 0 0 0 !important;
3142 <?php
if ($disableimages) { ?>
3153 background: #f0f0f0;
3161 display:
table-cell;
3162 vertical-align: middle;
3164.login_vertical_align {
3166 padding-bottom: 80px;
3169 padding-bottom: 30px;
3171 vertical-align: middle;
3175 color: #eee !important;
3176 padding-bottom: 20px;
3177 text-shadow: 1px 1px #444;
3180 text-shadow: 1px 1px 1px #FFF;
3187 padding-bottom:12px;
3191 print
' background-color: rgba(255, 255, 255, 0.9);';
3193 print
' background-color: #FFFFFF;';
3196 -webkit-box-shadow: 0 2px 23px 2px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(60,60,60,0.15);
3197 box-shadow: 0 2px 23px 2px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(60,60,60,0.15);
3205.login_table input#username, .login_table input#password, .login_table input#securitycode {
3207 border-bottom: solid 1px rgba(180,180,180,.4);
3213.login_table input#username:focus, .login_table input#password:focus, .login_table input#securitycode:focus {
3214 outline: none !important;
3216.login_table .trinputlogin {
3220.login_table .tdinputlogin {
3221 background-color: transparent;
3226.login_table .tdinputlogin .fa {
3230.login_table .tdinputlogin input#username, .login_table .tdinputlogin input#password, .login_table .tdinputlogin input#securitycode {
3235 word-
break:
break-word;
3239.login_main_message {
3242 margin-bottom: 22px;
3244.login_main_message .error {
3248div#login_left, div#login_right {
3249 display:
inline-block;
3253 padding-right: 16px;
3255 vertical-align: middle;
3257div#login_right select#entity {
3263table.login_table_securitycode {
3264 border-spacing: 0px;
3266table.login_table_securitycode tr td {
3274 border: 1px solid #DDDDDD;
3276#img_logo, .img_logo {
3281div.backgroundsemitransparent {
3282 background:rgba(255, 255, 255, 0.7);
3284 padding-right: 10px;
3288 text-align: <?php print $right; ?>;
3289 <?php print $right; ?>: 0;
3290 top: <?php print $disableimages ?
'4px' :
'0'; ?>;
3293 <?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3298 color: var(--colortextbackhmenu);
3299 display:
inline-block;
3301div.login_block a .atoploginusername {
3302 display:
inline-block;
3305 text-overflow: ellipsis;
3307div.login_block span.aversion {
3308 color: var(--colortextbackhmenu);
3309 filter: contrast(0.7);
3311div.login_block
table {
3320 color: var(--colortextbackvmenu);
3323 color: var(--colortextbackvmenu);
3324 text-decoration:underline;
3326.login_block_elem a span.atoplogin, .login_block_elem span.atoplogin {
3327 vertical-align: middle;
3329div.login_block_user {
3330 display:
inline-block;
3331 vertical-align: middle;
3332 line-height: <?php echo $disableimages ?
'25' :
'51'; ?>px;
3333 height: <?php echo $disableimages ?
'25' :
'51'; ?>px;
3335div.login_block_other {
3336 display:
inline-block;
3337 vertical-align: middle;
3338 clear: <?php echo $disableimages ?
'none' :
'both'; ?>;
3340 text-align: <?php echo $right ?>;
3341 margin-<?php echo $right ?>: 8px;
3346 float: <?php echo $right ?>;
3347 vertical-align: top;
3348 padding: 0px 3px 0px 4px !important;
3350.login_block_other .login_block_elem {
3354.atoplogin, .atoplogin:hover {
3355 color: var(--colortextbackhmenu) !important;
3357.login_block_getinfo {
3360.login_block_getinfo div.login_block_user {
3363.login_block_getinfo .atoplogin, .login_block_getinfo .atoplogin:hover {
3364 color: #333 !important;
3365 font-weight: normal !important;
3367.alogin, .alogin:hover {
3368 font-weight: normal !important;
3371.alogin:hover, .atoplogin:hover {
3372 text-decoration:underline !important;
3374span.fa.atoplogin, span.fa.atoplogin:hover {
3376 text-decoration: none !important;
3378.atoplogin #dropdown-
icon-down, .atoplogin #dropdown-
icon-up {
3381img.login, img.printer, img.entity {
3384 text-decoration: none;
3388.loginbuttonexternal {
3391 border: 1px solid #ccc;
3397.userimg.atoplogin img.userphoto, .userimgatoplogin img.userphoto {
3398 width: <?php echo $disableimages ?
'26' :
'30'; ?>px;
3399 height: <?php echo $disableimages ?
'26' :
'30'; ?>px;
3401 background-size: contain;
3403 border-color: rgba(255, 255, 255, 0.2);
3406 border-radius: 0.72em;
3409 background-size: contain;
3410 vertical-align: middle;
3412span.userimg div.userphoto {
3413 background-color: #eee;
3414 border-radius: 0.72em;
3418 display:
inline-block;
3421 border-radius: 0.6em;
3424 background-size: contain;
3425 vertical-align: middle;
3426 background-color: #FFF;
3428img.userphotopublicvcard {
3432 background-size: contain;
3434 border-color: rgba(128, 128, 128, 0.5);
3439img.userphoto[alt=
"Gravatar avatar"], img.photouserphoto.dropdown-
user-image[alt=
"Gravatar avatar"] {
3442form[
name=
"addtime"] img.userphoto {
3443 border: 1px solid #444;
3446 background-image: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/object_user.png', 1); ?>);
3447 background-repeat: no-repeat;
3449.span-
icon-password {
3450 background-image: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/lock.png', 1); ?>);
3451 background-repeat: no-repeat;
3458div.vmenu, td.vmenu {
3459 margin-<?php print $right; ?>: 2px;
3463 padding-bottom: 0px;
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);
3752div.tabBar tr.titre td {
3755div.fiche
table:not(.
table-fiche-title) tr.titre td {
3759div.tabBar.tabBarNoTop {
3765div.tabBarWithBottom {
3766 padding-bottom: 18px;
3767 border-bottom: 1px solid #bbb;
3769div.tabBarWithBottom tr {
3770 background: unset !important;
3772div.tabBarWithBottom
table.border>tbody>tr:last-of-
type>td {
3773 border-bottom: none !important;
3776div.tabBar
table.tableforservicepart2:last-child {
3777 border-bottom: 1px solid #aaa;
3779.tableforservicepart1 .tdhrthin {
3781 padding-top: 0 !important;
3791 border: 1px solid #888;
3795 padding-bottom: 8px;
3805 margin: 20px 0em 30px 0em;
3809div.tabsActionNoBottom {
3813 margin-bottom: 16px !important;
3817 color: rgba(0,0,0,0.4) !important;
3818 text-shadow:1px 1px 1px #ffffff;
3819 font-family: <?php print $fontlist ?>;
3820 font-weight: normal !important;
3821 padding: 4px 6px 2px 0px;
3822 margin-<?php print $right; ?>: 10px;
3823 text-decoration: none;
3824 white-space: nowrap;
3832div.tabs div.tabsElem:first-of-
type a.tab {
3833 margin-left: 0px !important;
3837 color: var(--colortextlink) !important;
3839a.tab:link, a.tab:visited, a.tab:hover, a.tab#active {
3840 font-family: <?php print $fontlist ?>;
3841 padding: 12px 14px 13px;
3843 text-decoration: none;
3844 white-space: nowrap;
3846 background-image: none !important;
3849.tabactive, a.tab#active {
3850 color: var(--colortextbacktab) !important;
3852 margin: 0 0.2em 0 0.2em !important;
3854 border-right: 1px solid transparent;
3855 border-left: 1px solid transparent;
3856 border-top: 1px solid transparent;
3860 <?php
if ($colorbackhmenu1 ==
'255,255,255') { ?>
3861 border-bottom: 3px solid var(--colortextbackhmenu) !important;
3863 border-bottom: 3px solid var(--colorbackhmenu1) !important;
3866.tabunactive, a.tab#unactive {
3867 border-right: 1px solid transparent;
3868 border-left: 1px solid transparent;
3869 border-top: 1px solid transparent;
3870 border-bottom: 0px !important;
3878 text-decoration: underline;
3882 font-family: <?php print $fontlist ?>;
3883 text-decoration: none;
3884 white-space: nowrap;
3888 background: #dee7ec;
3892 background: #dee7ec;
3894 font-family: <?php print $fontlist ?>;
3897 text-decoration: none;
3898 white-space: nowrap;
3899 -webkit-border-radius:4px 4px 0px 0px;
3900 border-radius:4px 4px 0px 0px;
3902 border-<?php print $right; ?>: 1px solid #555555;
3903 border-<?php print $left; ?>: 1px solid #D8D8D8;
3904 border-top: 1px solid #D8D8D8;
3910<?php include
dol_buildpath($path.
'/theme/'.$theme.
'/btn.inc.php', 0); ?>
3922 background-repeat: repeat-x;
3923 margin-top: <?php echo($dol_hide_topmenu ?
'6' :
'0'); ?>px;
3928 border-collapse: collapse;
3931 padding-<?php print $left; ?>: 0px !important;
3932 padding-<?php print $right; ?>: 4px !important;
3935 list-style-
type:none;
3936 margin: 0px !important;
3937 padding: 0px !important;
3942tr.nocellnopadd td.nobordernopadding, tr.nocellnopadd td.nocellnopadd
3948 color: unset !important;
3952 padding: 4px !important;
3953 padding-left: 7px !important;
3954 padding-right: 7px !important;
3956input.button[
name=
"upload"] {
3957 padding: 5px !important;
3960input.button.smallpaddingimp, input.buttonreset.smallpaddingimp {
3964 color: var(--colortextlink);
3965 background-color: transparent;
3968input.buttonlink:hover {
3969 text-decoration: underline;
3975 text-decoration: underline;
3976 color: var(--colortextlink);
3977 background-color: transparent;
3981 padding-<?php print $left; ?>: 0px;
3983div.tabs.nopaddingleft {
3984 padding-<?php print $left; ?>: 0px;
3987 padding-<?php print $right; ?>: 0px;
3990 padding-top: 0px !important;
3992.nopaddingbottomimp {
3993 padding-bottom: 0px !important;
3996 border-collapse: collapse;
3999 padding-<?php print $left; ?>: 0px;
4000 padding-<?php print $right; ?>: 16px;
4001 padding-bottom: 4px;
4004.notopnoleftnoright {
4005 border-collapse: collapse;
4010 padding-bottom: 4px;
4011 margin: 0px 0px 0px 0px;
4014table.tableforemailform tr td {
4016 padding-bottom: 3px;
4019table.border,
table.bordernooddeven,
table.dataTable, .table-border, .table-border-col, .table-key-border-col, .table-val-border-col, div.border {
4020 border-collapse: collapse !important;
4021 padding: 1px 2px 1px 3px;
4024 border: 1px solid #BBB;
4026.border tbody tr, .bordernooddeven tbody tr, .border tbody tr td, .bordernooddeven tbody tr td,
4027div.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,
4028tr.liste_titre.box_titre td
table td, .bordernooddeven tr td {
4032div.tabBar div.border .table-border-row, div.tabBar div.border .table-key-border-col, div.tabBar .table-val-border-col {
4033 vertical-align: middle;
4035div .tdtop:not(.tagtdnote) {
4036 vertical-align: top !important;
4039 padding-top: 7px !important;
4040 padding-bottom: 0px !important;
4043table.border td,
table.bordernooddeven td, div.border div div.tagtd {
4044 padding: 2px 2px 2px 2px;
4045 border-collapse: collapse;
4047div.tabBar .fichecenter
table.border>tbody>tr>td, div.tabBar .fichecenter div.border div div.tagtd, div.tabBar div.border div div.tagtd
4050 border-bottom: 1px solid #E0E0E0;
4053td.border, div.tagtable div div.border {
4054 border-top: 1px solid #000000;
4055 border-right: 1px solid #000000;
4056 border-bottom: 1px solid #000000;
4057 border-left: 1px solid #000000;
4059.table-key-border-col {
4063.table-val-border-col {
4068.thsticky, .tdsticky {
4072.thstickyright, .tdstickyright {
4076.thstickygray, .tdstickygray {
4077 background-color: lightgray;
4079.thstickyghostwhite, .tdstickyghostwhite {
4080 background-color: ghostwhite;
4082.thstickyinherit, .tdstickyinherit {
4083 background-color: inherit;
4112.nobordertop, .nobordertop tr:first-of-
type td {
4113 border-top: none !important;
4115.noborderbottom, .noborderbottom tr:last-of-
type td {
4116 border-bottom: none !important;
4119 border-top: 1px solid var(--colortopbordertitle1);
4122 border-bottom: 1px solid var(--colortopbordertitle1);
4126.fichehalfright
table.noborder , .fichehalfleft
table.noborder{
4127 margin: 0px 0px 0px 0px;
4129table.liste,
table.noborder:not(.paymenttable):not(.margintable):not(.tableforcontact),
table.formdoc, div.noborder:not(.paymenttable):not(.margintable):not(.tableforcontact) {
4131 if ($userborderontable) { ?>
4132 border-left: 1px solid var(--colortopbordertitle1);
4133 border-right: 1px solid var(--colortopbordertitle1);
4138 border-collapse: separate !important;
4139 border-spacing: 0px;
4140 border-top-width: <?php echo $borderwidth ?>px;
4141 border-top-color: var(--colortopbordertitle1);
4142 border-top-style: solid;
4143 margin: 0px 0px 20px 0px;
4157#tablelines, #tablelinesservice {
4158 border-bottom-width: 1px;
4159 border-bottom-color: var(--colortopbordertitle1);
4160 border-bottom-style: solid;
4162table.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 {
4163 border-bottom-width: 1px;
4164 border-bottom-color: var(--colortopbordertitle1);
4165 border-bottom-style: solid;
4168table.nointerlines tr:not(:last-child) td {
4169 border-bottom: unset !important;
4170 border-top: unset !important;
4179div.tabBar
table.border>tbody>tr:last-of-
type>td {
4180 border-bottom-width: 1px;
4181 border-bottom-color: var(--colortopbordertitle1);
4182 border-bottom-style: solid;
4184div.tabBar div.fichehalfright
table.noborder {
4185 border-bottom: none;
4188table.paddingtopbottomonly tr td {
4190 padding-bottom: 2px;
4192.liste_titre_filter {
4193 background: var(--colorbacktitle1) !important;
4196 background: var(--colorbackhmenu1) !important;
4199table:not(.listwithfilterbefore) tr.liste_titre_filter:first-of-
type td.liste_titre {
4203tr.liste_titre_filter td.liste_titre {
4206 padding-bottom: 0px;
4208tr.liste_titre_filter td.liste_titre:first-of-
type {
4211.liste_titre_create td, .liste_titre_create th, .liste_titre_create .tagtd
4213 border-bottom-width: 0 !important;
4214 border-top-width: 1px;
4215 border-top-color: var(--colortopbordertitle1);
4216 border-top-style: solid;
4218tr#trlinefordates td {
4219 border-bottom: 0px !important;
4221.liste_titre_add td, .liste_titre_add th, .liste_titre_add .tagtd
4223 border-top-width: 1px;
4224 border-top-color: var(--colortopbordertitle1);
4225 border-top-style: solid;
4227table.liste tr,
table.noborder tr, div.noborder form {
4228 border-top-color: #FEFEFE;
4231table.liste th,
table.noborder th,
table.noborder tr.liste_titre td,
table.noborder tr.box_titre td {
4232 padding: 6px 10px 6px 12px;
4234table.liste td,
table.noborder td, div.noborder form div,
table.tableforservicepart1 td,
table.tableforservicepart2 td {
4235 padding: 6px 10px 6px 12px;
4239table.liste tr.trkanban td {
4240 padding: 12px 15px 12px 15px;
4242div.liste_titre_bydiv .divsearchfield {
4243 padding: 2px 1px 2px 7px;
4246tr.box_titre .nobordernopadding td {
4247 padding: 0 ! important;
4249table.nobordernopadding {
4250 border-collapse: collapse !important;
4253table.nobordernopadding tr {
4254 border: 0 !important;
4255 padding: 0 0 !important;
4257table.nobordernopadding tr td {
4258 border: 0 !important;
4261table.border tr td
table.nobordernopadding tr td {
4267 border-right-width: 1px !important;
4268 border-right-color: #BBB !important;
4269 border-right-style: solid !important;
4273 border-left-width: 1px !important;
4274 border-left-color: #BBB !important;
4275 border-left-style: solid !important;
4280table.listwithfilterbefore {
4281 border-top: none !important;
4285.tagtable, .table-border { display:
table; }
4286.tagtr, .table-border-row { display:
table-row; }
4287.tagtd, .table-border-col, .table-key-border-col, .table-val-border-col { display:
table-cell; }
4288.confirmquestions .tagtr .tagtd:not(:first-child) { padding-left: 10px; }
4289.confirmquestions { margin-top: 5px; }
4297 color: var(--colortexttitlenotab);
4299 word-
break:
break-word;
4302 color: var(--colortexttitlenotab) !important;
4306 font-weight: normal;
4307 color: var(--refidnocolor);
4308 font-size: <?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize ?>;
4311div.refaddress div.address {
4316 display:
inline-block;
4320 float: <?php echo $right; ?>;
4323 font-weight: normal;
4328 display:
inline-block;
4334 display:
inline-block;
4341li.pagination.paginationpage.paginationpageleft, li.pagination.paginationpage.paginationpageright {
4345 display:
inline-block;
4349div.pagination li.pagination a,
4350div.pagination li.pagination span {
4352 line-height: 1.42857143;
4353 text-decoration: none;
4354 background-repeat: repeat-x;
4355 color: var(--color-black);
4357div.pagination li.pagination span.inactive {
4361li.noborder.litext, li.noborder.litext a,
4362div.pagination li a.inactive:hover,
4363div.pagination li span.inactive:hover {
4364 -webkit-box-shadow: none !important;
4365 box-shadow: none !important;
4370div.pagination li.litext a {
4372 padding-right: 10px;
4376div.pagination li.litext a:hover {
4377 background-color: transparent;
4378 background-image: none;
4380div.pagination li.noborder a:hover {
4382 background-color: transparent;
4385div.pagination li span {
4389div.pagination li:first-child a,
4390div.pagination li:first-child span {
4403div.pagination li .active a,
4404div.pagination li .active span,
4405div.pagination li .active a:hover,
4406div.pagination li .active span:hover,
4407div.pagination li .active a:focus,
4408div.pagination li .active span:focus {
4412 background-color: var(--colorbackhmenu1);
4413 border-color: #337ab7;
4415div.pagination .disabled span,
4416div.pagination .disabled span:hover,
4417div.pagination .disabled span:focus,
4418div.pagination .disabled a,
4419div.pagination .disabled a:hover,
4420div.pagination .disabled a:focus {
4422 cursor: not-allowed;
4423 background-color: #fff;
4426div.pagination li.pagination .active {
4427 text-decoration: underline;
4430.paginationafterarrows .nohover {
4431 box-shadow: none !important;
4434div.pagination li.paginationafterarrows {
4439.paginationatbottom {
4442table.hidepaginationprevious .paginationprevious {
4445table.hidepaginationnext .paginationnext {
4448.tabBar .arearef .pagination.paginationref {
4449 max-width: calc(30%);
4451.paginationafterarrows a.btnTitlePlus, .titre_right a.btnTitlePlus {
4454 background-color: unset;
4456.paginationafterarrows a.btnTitlePlus:hover span:before, .titre_right a.btnTitlePlus:hover span:before {
4465.oddeven:hover, .evenodd:hover, .oddevenimport:hover, .evenoddimport:hover, .impair:hover, .pair:hover
4467 background: var(--colorbacklinepairhover) !important;
4469.tredited, .tredited td {
4470 background: var(--colorbacklinepairchecked) !important;
4471 border-bottom: 0 !important;
4473.treditedlinefordate {
4474 background: var(--colorbacklinepairchecked) !important;
4477<?php
if ($colorbacklinepairchecked) { ?>
4479 background: var(--colorbacklinepairchecked) !important;
4483.nohoverborder:hover {
4486 -webkit-box-shadow: unset;
4488.oddeven, .evenodd, .impair, .pair, .nohover .impair:hover, tr.impair td.nohover, tr.pair td.nohover, .tagtr.oddeven
4490 font-family: <?php print $fontlist ?>;
4492 color: var(--oddevencolor);
4494.impair, .nohover .impair:hover, tr.impair td.nohover {
4495 background-color: var(--colorbacklineimpair2);
4497.pair, .nohover .pair:hover, tr.pair td.nohover {
4498 background-color: var(--colorbacklinepair2);
4500tr.oddeven.oddevendouble {
4501 height: 60px !important;
4505 background-color: var(--colorbacklineimpair2);
4507table.dataTable tr.oddeven {
4508 background-color: var(--colorbacklinepair2) !important;
4512td.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 {
4513 background-color: var(--colorbacklineimpair2) !important;
4514 background: var(--colorbacklineimpair2) !important;
4516td.evenodd, tr.nohoverpair td, #trlinefordates td {
4517 background-color: var(--colorbacklinepair2) !important;
4518 background: var(--colorbacklinepair2) !important;
4522 border-bottom: 1pt solid black !important;
4523 background-color: var(--colorbacklinebreak) !important;
4525.trforbreak.nobold td a, .trforbreak.nobold span.secondary {
4526 font-weight: normal !important;
4530 padding: 5px 8px 5px 8px !important;
4532tr.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 {
4533 padding: 7px 8px 7px 8px;
4534 border-bottom: 1px solid #ddd;
4536form.pair, form.impair {
4537 font-weight: normal;
4539form.tagtr:last-of-
type div.tagtd, tr.pair:last-of-
type td, tr.impair:last-of-
type td {
4540 border-bottom: 0px !important;
4543 border-bottom: 0px !important;
4545div.tableforcontact form.tagtr:last-of-
type div.tagtd {
4546 border-bottom: 1px solid #ddd !important;
4548tr.pair td .nobordernopadding tr td, tr.impair td .nobordernopadding tr td {
4549 border-bottom: 0px !important;
4551table.nobottomiftotal tr.liste_total td {
4552 background-color: var(--inputbackgroundcolor);
4553 <?php
if (!$userborderontable) { ?>
4554 border-bottom: 0px !important;
4557table.nobottom, td.nobottom {
4558 border-bottom: 0px !important;
4560div.liste_titre .tagtd {
4561 vertical-align: middle;
4564 min-height: 26px !important;
4567 padding-bottom: 2px;
4569div.liste_titre_bydiv {
4570 border-top-width: <?php echo $borderwidth ?>px;
4571 border-top-color: var(--colortopbordertitle1);
4572 border-top-style: solid;
4573 <?php
if ($userborderontable) { ?>
4574 border-left: <?php echo $borderwidth ?>px solid var(--colortopbordertitle1);
4575 border-right: <?php echo $borderwidth ?>px solid var(--colortopbordertitle1);
4578 border-collapse: collapse;
4579 padding: 2px 0px 2px 0;
4584div.liste_titre_bydiv_inlineblock {
4585 display:
inline-block;
4589tr.liste_titre, tr.liste_titre_sel, form.liste_titre, form.liste_titre_sel,
table.dataTable.tr, tagtr.liste_titre
4591 height: 26px !important;
4595 background: #f8f8f8;
4598 border: 1px solid #ddd;
4600div.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
4602 background: var(--colorbacktitle1);
4603 font-weight: <?php echo $useboldtitle ?
'bold' :
'normal'; ?>;
4605 color: var(--colortexttitle);
4606 font-family: <?php print $fontlist ?>;
4607 text-align: <?php echo $left; ?>;
4609tr.liste_titre th, tr.liste_titre td, th.liste_titre
4611 border-bottom: 1px solid var(--colortopbordertitle1);
4613tr.liste_titre:first-child th, tr:first-child th.liste_titre {
4615 border-bottom: unset;
4617tr.liste_titre th, th.liste_titre, tr.liste_titre td, td.liste_titre, form.liste_titre div
4619 font-family: <?php print $fontlist ?>;
4620 font-weight: <?php echo $useboldtitle ?
'bold' :
'normal'; ?>;
4621 vertical-align: middle;
4624tr.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 {
4625 text-shadow: none !important;
4626 color: var(--colortexttitlelink);
4628tr.liste_titre_topborder td {
4629 border-top-width: <?php echo $borderwidth; ?>px;
4630 border-top-color: var(--colortopbordertitle1);
4631 border-top-style: solid;
4634 text-shadow: none !important;
4635 color: var(--colortexttitle);
4637.liste_titre td a.notasortlink {
4638 color: var(--colortextlink);
4640.liste_titre td a.notasortlink:hover {
4641 background: transparent;
4643tr.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 {
4645 border-bottom: unset;
4651tr.liste_titre_sel th, th.liste_titre_sel, tr.liste_titre_sel td, td.liste_titre_sel, form.liste_titre_sel div
4653 font-family: <?php print $fontlist ?>;
4654 font-weight: normal;
4655 border-bottom: 1px solid #FDFFFF;
4659 background: transparent;
4662.listactionlargetitle .liste_titre {
4665.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 {
4666 color: var(--listetotal);
4667 font-weight: normal;
4669.noborder tr.liste_total td, tr.liste_total td, form.liste_total div {
4670 white-space: nowrap;
4672.noborder tr.liste_total_wrap td, tr.liste_total_wrap td, form.liste_total_wrap div {
4673 white-space: normal;
4675form.liste_total div {
4676 border-top: 1px solid #DDDDDD;
4678tr.liste_sub_total, tr.liste_sub_total td {
4679 border-bottom: 1px solid #aaa;
4682.tableforservicepart1 .impair, .tableforservicepart1 .pair, .tableforservicepart2 .impair, .tableforservicepart2 .pair {
4685.tableforservicepart1 tbody tr td, .tableforservicepart2 tbody tr td {
4686 border-bottom: none;
4688table.tableforservicepart1:first-of-
type tr:first-of-
type td {
4689 border-top: 1px solid #888;
4691table.tableforservicepart1 tr td {
4695.paymenttable, .margintable {
4696 border-top: none !important;
4697 margin: 0px 0px 0px 0px !important;
4700 border-top: 1px solid var(--colortopbordertitle1) !important;
4702table.noborder.paymenttable {
4703 border-bottom: none !important;
4705.paymenttable tr td:first-child, .margintable tr td:first-child
4709.paymenttable, .margintable tr td {
4715 -webkit-box-shadow: 0px 0px 0px #DDD !important;
4716 box-shadow: 0px 0px 0px #DDD !important;
4719 -webkit-box-shadow: 1px 1px 7px #CCC !important;
4720 box-shadow: 1px 1px 7px #CCC !important;
4724 -webkit-box-shadow: 0px 0px 5px #888;
4725 box-shadow: 0px 0px 5px #888;
4728div.tabBar .noborder {
4729 -webkit-box-shadow: 0px 0px 0px #DDD !important;
4730 box-shadow: 0px 0px 0px #DDD !important;
4733#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 {
4734 border-bottom: 1px solid var(--colortopbordertitle1) !important;
4736#tablelines tr td, #tablelinesservice tr td {
4742.noborder:not(.editmode) > tbody > tr:nth-child(even):not(.liste_titre):not(.nooddeven), .liste > tbody > tr:nth-child(even):not(.liste_titre):not(.nooddeven),
4743div: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),
4744div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) .oddeven.tagtr:nth-of-
type(even):not(.liste_titre):not(.nooddeven)
4746 background: linear-gradient(bottom, var(----colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
4747 background: -o-linear-gradient(bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
4748 background: -moz-linear-gradient(bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
4749 background: -webkit-linear-gradient(bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
4751.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),
4752.noborder .oddeven.tagtr:nth-child(even):not(:last-of-
type) .tagtd:not(.liste_titre)
4754 border-bottom: 1px solid #f0f0f0;
4757.noborder:not(.editmode) > tbody > tr:nth-child(odd):not(.liste_titre):not(.nooddeven), .liste > tbody > tr:nth-child(odd):not(.liste_titre):not(.nooddeven),
4758div: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),
4759div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) .oddeven.tagtr:nth-of-
type(odd):not(.liste_titre):not(.nooddeven)
4761 background: linear-gradient(bottom, var(--colorbacklinepair2) 0%, var(--colorbacklinepair2) 100%);
4762 background: -o-linear-gradient(bottom, var(--colorbacklinepair2) 0%, var(--colorbacklinepair2) 100%);
4763 background: -moz-linear-gradient(bottom, var(--colorbacklinepair2) 0%, var(--colorbacklinepair2) 100%);
4764 background: -webkit-linear-gradient(bottom, var(--colorbacklinepair2) 0%, var(--colorbacklinepair2) 100%);
4766.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),
4767.noborder .oddeven.tagtr:nth-child(odd):not(:last-child) .tagtd:not(.liste_titre)
4769 border-bottom: 1px solid #f0f0f0;
4772ul.noborder li:nth-child(even):not(.liste_titre) {
4773 background-color: var(--colorbacklinepair2) !important;
4791.boxstats, .boxstats130 {
4792 display:
inline-block;
4799 background: var(--colorbackbody);
4800 border: 1px solid var(--colorboxstatsborder);
4801 border-left: 6px solid var(--colorboxstatsborder);
4805.boxstats, .boxstats130, .boxstatscontent {
4806 white-space: nowrap;
4808 text-overflow: ellipsis;
4819 padding-bottom: 2px;
4823.boxtable:not(.widgetstats) td.tdboxstats .boxstats {
4824 box-shadow: 1px 1px 8px var(--colorboxstatsborder);
4827.tabBar .fichehalfright .boxstats {
4829 padding-bottom: 4px;
4850@media only screen and (max-width: 768px)
4852 .tabBar .arearef .pagination.paginationref {
4853 max-width: calc(50%);
4856 div.pagination ul li {
4860 div.pagination .button-title-separator {
4864 .clearbothonsmartphone {
4866 display: block !important;
4870 padding-left: 0 !important;
4871 padding-right: 0!important;
4872 margin-left: 0 !important;
4873 margin-right: 0 !important;
4875 table.liste tr.trkanban td {
4876 padding: 10px 6px 10px 6px;
4879 a.tab:link, a.tab:visited, a.tab:hover, a.tab#active {
4880 padding: 12px 12px 13px;
4882 a.tmenu:link, a.tmenu:visited, a.tmenu:hover, a.tmenu:active {
4883 padding: 0px 0px 0px 0px;
4885 a.tmenusel:link, a.tmenusel:visited, a.tmenusel:hover, a.tmenusel:active {
4886 padding: 0px 0px 0px 0px;
4893 .boxstats, .boxstats130 {
4897 text-align: <?php echo $left; ?>
4902 min-width: <?php echo isset($_SESSION[
'dol_screenwidth']) ? min(160, round((
int) $_SESSION[
'dol_screenwidth'] / 2 - 20)) : 150; ?>px;
4907 min-width: <?php echo isset($_SESSION[
'dol_screenwidth']) ? min(160, round((
int) $_SESSION[
'dol_screenwidth'] / 2 - 20)) : 160; ?>px;
4908 max-width: <?php echo isset($_SESSION[
'dol_screenwidth']) ? min(161, round((
int) $_SESSION[
'dol_screenwidth'] / 2 - 20)) : 161; ?>px;
4911 .dashboardlineindicator {
4925 box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20);
4927span.boxstatstext span:not(.fas) {
4932 color: var(--colortext);
4934span.boxstatstext img, a.dashboardlineindicatorlate img {
4940.boxstatsindicator.thumbstat150 {
4941 display:
inline-flex;
4943span.boxstatsindicator {
4945 font-weight: normal;
4950span.dashboardlineindicator, span.dashboardlineindicatorlate {
4952 font-weight: normal;
4954a.dashboardlineindicatorlate:hover {
4955 text-decoration: none;
4957.dashboardlineindicatorlate img {
4960span.dashboardlineok {
4963span.dashboardlineko {
4967.dashboardlinelatecoin {
4973 padding: 0px 5px 0px 5px;
4974 border-radius: .25em;
4976 background-color: #9f4705;
4979 padding: 1px 3px 1px 1px;
4982 background-color: #8c4446;
4983 color: #FFFFFF ! important;
4984 border-radius: .25em;
4985 display:
inline-block;
4986 vertical-align: middle;
4989 margin-bottom: 25px !important;
4992 border-bottom-width: 1px;
4993 background: var(--colorbackbody);
4994 border-top: <?php echo $borderwidth ?>px solid var(--colortopbordertitle1);
4998table.noborder.boxtable tr td {
5002 border-top-width: 0 !important;
5005 border-bottom-width: 0 !important;
5007.boxtablenomarginbottom {
5008 margin-bottom: 0 !important;
5010.boxtable .fichehalfright, .boxtable .fichehalfleft {
5016.boxworkingboard .tdboxstats {
5017 padding-left: 0px !important;
5018 padding-right: 0px !important;
5020a.valignmiddle.dashboardlineindicator {
5024 height: 30px !important;
5027 height: 50px !important;
5038 background: var(--colorbacktitle1);
5039 color: var(--colortexttitle);
5040 font-family: <?php print $fontlist ?>, sans-serif;
5041 font-weight: <?php echo $useboldtitle ?
'bold' :
'normal'; ?>;
5042 border-bottom: 1px solid #FDFFFF;
5043 white-space: nowrap;
5046tr.box_titre td.boxclose {
5049img.boxhandle, img.boxclose {
5054 vertical-align: middle;
5057.formboxfilter input[
type=image]
5066.prod_entry_mode_free, .prod_entry_mode_predef {
5067 height: 26px !important;
5068 vertical-align: middle;
5072 border: 1px solid #888;
5081.ok { color: #114466; }
5082.warning { color: #887711 !important; }
5083.error { color: #660000 !important; font-weight: bold; }
5084.green { color: #118822 !important; }
5092 border-<?php print $left; ?>: solid 5px #87cfd2;
5096 padding-bottom: 8px;
5097 margin: 1em 0em 1em 0em;
5098 background: #eff8fc;
5104div.warning, div.warningborder {
5105 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;
6194div.cke_notifications_area .cke_notification_warning {
6203 border: 1px solid #ddd;
6206.aceeditorstatusbar {
6209 padding-<?php echo $left; ?>: 10px;
6213 background-color: #ebebeb;
6217.ace_status-indicator {
6221 border-left: 1px solid;
6223pre#editfilecontentaceeditorid {
6233 height: 72px !important;
6241.customreportsoutput, .customreportsoutputnotdata {
6244.customreportsoutputnotdata {
6257#types .btn-primary {
6266 display:
inline-block;
6271 vertical-align: top;
6274#types input.text, #types textarea {
6288 box-sizing:border-box;
6295#comment .comment-table {
6299#comment .comment-cell {
6302#comment .comment-info {
6304 border-right:1px solid #dedede;
6308 background:rgba(255,255,255,0.5);
6309 vertical-align:middle;
6312#comment .comment-info a {
6315#comment .comment-right {
6318#comment .comment-description {
6322#comment .comment-delete {
6325 vertical-align:middle;
6327#comment .comment-delete:hover {
6328 background:rgba(250,20,20,0.8);
6330#comment .comment-edit {
6333 vertical-align:middle;
6335#comment .comment-edit:hover {
6336 background:rgba(0,184,148,0.8);
6349 width: <?php print isset($_SESSION[
'dol_screenwidth']) ? max((
int) $_SESSION[
'dol_screenwidth'] - 830, 450) :
'450'; ?>px !important;
6352div#GanttChartDIVglisthead, div#GanttChartDIVgcharthead {
6356.gtaskname div, .gtaskname, .gstartdate div, .gstartdate, .genddate div, .genddate {
6357 font-size: unset !important;
6360div.gantt, .gtaskheading, .gmajorheading, .gminorheading, .gminorheadingwkend {
6361 font-size: unset !important;
6362 font-weight: normal !important;
6363 color: #000 !important;
6366 background: #f0f0f0 !important;
6369 background: rgb(108,152,185) !important;
6372 background: rgb(160,173,58) !important;
6376 text-overflow: ellipsis;
6378td.gminorheadingwkend {
6379 color: #888 !important;
6382 color: #666 !important;
6384.glistlbl, .glistgrid {
6385 width: 582px !important;
6392.gtaskname div, .gtaskname {
6393 min-width: 250px !important;
6394 max-width: 500px !important;
6395 width: unset !important;
6397.gpccomplete div, .gpccomplete {
6398 min-width: 40px !important;
6399 max-width: 40px !important;
6400 width: 40px !important;
6402td.gtaskheading.gstartdate, td.gtaskheading.genddate {
6403 white-space:
break-spaces;
6405.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) {
6406 color: transparent !important;
6420 font-weight: normal;
6429 font-weight: normal;
6435 text-decoration: none;
6440 margin: 0 5px 5px 5px;
6445 margin: 0 10px 20px 10px;
6450 float: <?php print $left; ?>;
6451 border: solid 1px #DDDDDD;
6458 font-weight: normal;
6466 white-space: nowrap;
6472 vertical-align: middle;
6476 display:
inline-block !important;
6479 width: calc(100% - 100px);
6481 white-space:
break-spaces;
6482 word-
break:
break-all;
6484ul.ecmjqft a:active {
6485 font-weight: bold !important;
6488 text-decoration: underline;
6491 vertical-align: middle;
6492 display:
inline-block !important;
6493 text-align: <?php echo $right; ?>;
6494 float: <?php echo $right; ?>;
6501#ecm-layout-north div.attachareaformuserfileecm {
6502 padding-bottom: 0px;
6504div#ecm-layout-west {
6506 vertical-align: top;
6508div#ecm-layout-center {
6509 width: calc(100% - 405px);
6510 vertical-align: top;
6511 float: <?php echo $right; ?>;
6514.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; }
6515.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; }
6516.ecmjqft LI.wait { font-weight:normal; background: url(<?php echo
dol_buildpath(
'/theme/'.$theme.
'/img/working.gif', 1); ?>) left top no-repeat; }
6526 top:
auto !important;
6527 bottom: 4px !important;
6530 min-width: <?php echo $dol_optimize_smallscreen ?
'200' :
'480'; ?>px;
6533 padding-left: 10px !important;
6534 padding-right: 10px !important;
6535 padding-top: 10px !important;
6536 word-wrap:
break-word;
6538.jnotify-container .jnotify-notification .jnotify-message {
6539 font-weight: normal;
6541 word-
break:
break-word;
6543.jnotify-container .jnotify-notification-warning .jnotify-close, .jnotify-container .jnotify-notification-warning .jnotify-message {
6544 color: #a28918 !important;
6546.jnotify-container .jnotify-close {
6547 top: 4px !important;
6548 font-size: 1.6em !important;
6552div.jnotify-background {
6553 opacity : 0.95 !important;
6554 -webkit-box-shadow: 2px 2px 4px #8888 !important;
6555 box-shadow: 2px 2px 4px #8888 !important;
6559.bodylogin .jnotify-container {
6566 padding-left: unset !important;
6567 padding-right: unset !important;
6568 padding-top: unset !important;
6570.bodylogin .jnotify-container .jnotify-notification {
6571 margin: unset !important;
6573.bodylogin .jnotify-container .jnotify-notification .jnotify-background {
6574 border-radius: unset !important;
6576.bodylogin .jnotify-container .jnotify-notification .jnotify-message {
6588div.dolEventValid h1, div.dolEventValid h2 {
6590 background-color: #e3f0db;
6591 padding: 5px 5px 5px 5px;
6594div.dolEventError h1, div.dolEventError h2 {
6596 background-color: #d79eac;
6597 padding: 5px 5px 5px 5px;
6605.divmap, #google-visualization-geomap-embed-0, #google-visualization-geomap-embed-1, #google-visualization-geomap-embed-2 {
6613table.dataTable tr.odd td.sorting_1,
table.dataTable tr.even td.sorting_1 {
6614 background: none !important;
6616.sorting_asc { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_asc.png
', 1); ?>') no-repeat center right !important; }
6617.sorting_desc { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_desc.png
', 1); ?>') no-repeat center right !important; }
6618.sorting_asc_disabled { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_asc_disabled.png
', 1); ?>') no-repeat center right !important; }
6619.sorting_desc_disabled { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_desc_disabled.png
', 1); ?>') no-repeat center right !important; }
6620.dataTables_paginate {
6623.paginate_button_disabled {
6624 opacity: 1 !important;
6625 color: #888 !important;
6626 cursor:
default !important;
6628.paginate_disabled_previous:hover, .paginate_enabled_previous:hover, .paginate_disabled_next:hover, .paginate_enabled_next:hover
6630 font-weight: normal;
6632.paginate_enabled_previous:hover, .paginate_enabled_next:hover
6634 text-decoration: underline !important;
6638 text-decoration: underline !important;
6642 font-weight: normal !important;
6643 text-decoration: none !important;
6645.paging_full_numbers {
6646 height: inherit !important;
6648.paging_full_numbers a.paginate_active:hover, .paging_full_numbers a.paginate_button:hover {
6649 background-color: var(--colorbackbody) !important;
6651.paging_full_numbers, .paging_full_numbers a.paginate_active, .paging_full_numbers a.paginate_button {
6652 background-color: var(--colorbackbody) !important;
6653 border-radius: inherit !important;
6655.paging_full_numbers a.paginate_button_disabled:hover, .paging_full_numbers a.disabled:hover {
6656 background-color: var(--colorbackbody) !important;
6658.paginate_button, .paginate_active {
6659 border: 1px solid #ddd !important;
6660 padding: 6px 12px !important;
6661 margin-left: -1px !important;
6662 line-height: 1.42857143 !important;
6663 margin: 0 0 !important;
6670.ui-state-
disabled, .ui-widget-content .ui-state-
disabled, .ui-widget-header .ui-state-
disabled, .paginate_button_disabled {
6672 background-image: none;
6675div.dataTables_length {
6676 float: right !important;
6679div.dataTables_length select {
6682.dataTables_wrapper .dataTables_paginate {
6683 padding-top: 0px !important;
6690span.select2-selection--single.flat[aria-
disabled=
"true"] span.select2-selection__rendered {
6694span#select2-taskid-container[title^=
'--'] {
6698.select2-container--
default .select2-results__option--highlighted[aria-selected] {
6699 background-color: var(--colorbackhmenu1);
6700 color: var(--colortextbackhmenu);
6702.select2-container--
default .select2-results__option--highlighted[aria-selected] span {
6703 color: #fff !important;
6706span.select2.select2-container.select2-container--
default {
6707 text-align: initial;
6714span.select2.select2-container.select2-container--
default {
6720input.select2-input {
6721 border-bottom: none ! important;
6725 border-bottom: solid 1px var(--inputbordercolor) !important;
6727.select2-results .select2-highlighted.optionblue {
6728 color: #FFF !important;
6730.select2-container .select2-selection--multiple {
6731 min-height: 2em !important;
6733.tableforfield .select2-container .select2-selection--single {
6737.select2-container--
default .select2-selection--multiple .select2-selection__choice {
6740.select2-container--focus span.select2-selection.select2-selection--single {
6741 border-bottom: 1px solid var(--inputbordercolor) !important;
6742 border-bottom-left-radius: 0;
6743 border-bottom-right-radius: 0;
6746.blockvmenusearch .select2-container--
default .select2-selection--single,
6747.blockvmenubookmarks .select2-container--
default .select2-selection--single
6749 background-color: var(--colorbackvmenu1);
6751.select2-container--
default .select2-selection--single {
6752 background-color: var(--inputbackgroundcolor);
6754#blockvmenusearch .select2-container--default .select2-selection--single .select2-selection__placeholder {
6755 color: var(--colortextbackvmenu);
6757.select2-container--
default .select2-selection--single .select2-selection__rendered {
6758 color: var(--colortext);
6762 color: #999 !important;
6764.select2-choice, .select2-container .select2-choice {
6765 border-bottom: solid 1px rgba(0,0,0,.4);
6767.select2-container .select2-choice > .select2-chosen {
6770.select2-container .select2-choice .select2-arrow {
6772 background: transparent;
6774.select2-container-multi .select2-choices {
6775 background-image: none;
6777.select2-container .select2-choice {
6778 color: var(--colortext);
6781.selectoptiondisabledwhite {
6782 background: #FFFFFF !important;
6786 border-left: none !important;
6787 background: none !important;
6791 border-top: none !important;
6792 border-left: none !important;
6793 border-right: none !important;
6795.select2-drop.select2-drop-above {
6796 box-shadow: none !important;
6798.select2-container--open .select2-dropdown--above {
6799 border-bottom: solid 1px var(--inputbordercolor);
6801.select2-drop.select2-drop-above.select2-drop-active {
6802 border-top: 1px solid #ccc;
6803 border-bottom: solid 1px var(--inputbordercolor);
6805.select2-container--
default .select2-selection--single
6814 border<?php echo !
getDolGlobalString(
'THEME_SHOW_BORDER_ON_INPUT') ?
'-bottom' :
''; ?>: solid 1px var(--inputbordercolor);
6816 -webkit-box-shadow: none !important;
6817 box-shadow: none !important;
6820.select2-container--focus .select2-container--
default .select2-selection--single {
6821 border-bottom-left-radius: 0;
6822 border-bottom-right-radius: 0;
6824.select2-container--
default.select2-container--focus .select2-selection--multiple {
6828 border-bottom-left-radius: 0;
6829 border-bottom-right-radius: 0;
6831.select2-container--
default .select2-selection--multiple {
6832 border-bottom: solid 1px var(--inputbordercolor);
6837 background: var(--inputbackgroundcolor);
6838 line-height: normal;
6840.select2-container--
default .select2-selection--multiple .select2-selection__rendered {
6843.select2-container--
default .select2-selection--multiple .select2-selection__choice {
6844 background-color: #ddd;
6845 margin-top: 0.25em !important;
6847.select2-selection--multiple input.select2-search__field {
6848 border-bottom: none !important;
6851.select2-search__field
6854 border-top: none !important;
6855 border-left: none !important;
6856 border-right: none !important;
6857 border-bottom: solid 1px var(--inputbordercolor) !important;
6858 -webkit-box-shadow: none !important;
6859 box-shadow: none !important;
6860 border-radius: 0 !important;
6863.select2-container-active .select2-choice, .select2-container-active .select2-choices
6868 border-bottom: none;
6869 -webkit-box-shadow: none !important;
6870 box-shadow: none !important;
6875 box-shadow: 1px 2px 10px var(--colorbackvmenu1);
6876 background-color: var(--colorbackbody);
6877 color: var(--colortext);
6879.select2-dropdown-open {
6880 background-color: var(--colorbackvmenu1);
6882.select2-dropdown-open .select2-choice, .select2-dropdown-open .select2-choices
6887 border-bottom: none;
6888 -webkit-box-shadow: none !important;
6889 box-shadow: none !important;
6890 background-color: var(--colorbackvmenu1);
6896.select2-drop.select2-drop-above.select2-drop-active, .select2-drop {
6899.select2-drop.select2-drop-above {
6902.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
6903 background-image: none;
6904 border-radius: 0 !important;
6906div.select2-drop-above
6908 background: var(--colorbackvmenu1);
6909 -webkit-box-shadow: none !important;
6910 box-shadow: none !important;
6914 border: 1px solid #ccc;
6917.select2-search input {
6920a span.select2-chosen
6922 font-weight: normal !important;
6924.select2-container .select2-choice {
6925 background-image: none;
6928.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit
6930 background: var(--colorbackvmenu1);
6935.select2-results__option {
6936 word-
break:
break-word;
6937 text-align: <?php echo $left; ?>;
6939.select2-container.select2-container-
disabled .select2-choice, .select2-container-multi.select2-container-
disabled .select2-choices {
6940 background-color: var(--colorbackvmenu1);
6941 background-image: none;
6945.select2-container-
disabled .select2-choice .select2-arrow b {
6948.select2-container-multi .select2-choices .select2-search-choice {
6951.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices, .select2-container-multi .select2-choices,
6952.select2-container-multi.select2-container-active .select2-choices
6954 border-bottom: 1px solid #ccc;
6960.select2-container--
default .select2-results>.select2-results__options{
6965#addbox .select2-container .select2-choice > .select2-chosen, #actionbookmark .select2-container .select2-choice > .select2-chosen {
6966 text-align: <?php echo $left; ?>;
6969.select2-container--
default .select2-selection--single .select2-selection__placeholder {
6970 color: var(--colortext);
6973span#select2-boxbookmark-container, span#select2-boxcombo-container {
6974 text-align: <?php echo $left; ?>;
6976span#select2-boxbookmark-container {
6979.select2-container .select2-selection--single .select2-selection__rendered {
6983#boxbookmark.boxcombo, #boxcombo.boxcombo {
6986 border-bottom: solid 1px rgba(0,0,0,.4) !important;
6990 vertical-align: top;
6994.select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr {
6995 padding: 3px 5px 2px 5px;
6996 margin: 0 0 2px 3px;
7001 border: 1px solid #aaaaaa;
7003 -webkit-box-shadow: 0 0 2px var(--inputbackgroundcolor) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
7004 box-shadow: 0 0 2px var(--inputbackgroundcolor) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
7005 background-clip: padding-box;
7006 -webkit-touch-callout: none;
7007 -webkit-
user-select: none;
7008 -moz-
user-select: none;
7009 -ms-
user-select: none;
7011 background-color: var(--inputbackgroundcolor);
7012 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));
7013 background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
7014 background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
7015 background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
7017.select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr a {
7018 font-weight: normal;
7020.select2-container-multi-dolibarr .select2-choices-dolibarr li {
7021 float: <?php echo $left; ?>;
7024.select2-container-multi-dolibarr .select2-choices-dolibarr {
7025 height:
auto !important;
7034ul.select2-results__options li {
7038.parentonrightofpage {
7042select.multiselectononeline {
7044 vertical-align: middle;
7046 height: 2.2em !important;
7051@media only screen and (min-width: 768px)
7054 .select2-container.select2-container--open:not(.graphtype):not(.yesno) .select2-dropdown.ui-dialog {
7055 min-width: 230px !important;
7057 .select2-container.select2-container--open:not(.graphtype):not(.yesno) .select2-dropdown--below:not(.onrightofpage),
7058 .select2-container.select2-container--open:not(.graphtype):not(.yesno) .select2-dropdown--above:not(.onrightofpage) {
7059 min-width: 230px !important;
7061 .onrightofpage span.select2-dropdown.ui-dialog.select2-dropdown--below,
7062 .onrightofpage span.select2-dropdown.ui-dialog.select2-dropdown--above {
7063 min-width: 140px !important;
7065 .combolargeelem.select2-container.select2-container--open .select2-dropdown.ui-dialog {
7066 min-width: 300px !important;
7069 .select2-container--open .select2-dropdown--below {
7070 border-top: 1px solid var(--inputbordercolor);
7076.limit.select2-container.select2-container--open .select2-dropdown.ui-dialog {
7077 min-width: 100px !important;
7085.noborderoncategories {
7086 border: none !important;
7087 border-radius: 5px !important;
7089 -webkit-box-shadow: none !important;
7090 box-shadow: none !important;
7091 margin-top: 1px !important;
7092 margin-bottom: 0 !important;
7094span.noborderoncategories a, li.noborderoncategories a {
7095 line-height: normal;
7098span.noborderoncategories {
7099 padding: 3px 5px 3px 5px;
7100 display:
inline-block;
7102.categtextwhite, .treeview .categtextwhite.hover {
7103 color: #fff !important;
7106 color: #000 !important;
7118.multi-select-container {
7119 display:
inline-block;
7129 background: var(--inputbackgroundcolor);
7132 border: 1px solid #aaa;
7133 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
7137div.multi-select-menu[role=
"menu"] {
7138 min-width: 220px !important;
7141.multi-select-menu input {
7142 margin-right: 0.3em;
7143 vertical-align: 0.1em;
7147 display:
inline-block;
7149 white-space: nowrap;
7151 text-overflow: ellipsis;
7152 vertical-align: middle;
7153 background-color: var(--inputbackgroundcolor);
7157 border-bottom: solid 1px var(--inputbordercolor);
7163.multi-select-
button:focus {
7165 border-bottom: 1px solid #666;
7166 border-bottom-left-radius: 0;
7167 border-bottom-right-radius: 0;
7170.multi-select-
button:after {
7172 display:
inline-block;
7175 border-style: solid;
7176 border-width: 0.5em 0.23em 0em 0.23em;
7177 border-color: #888 transparent transparent transparent;
7181.multi-select-container--open .multi-select-menu { display: block; }
7183.multi-select-container--open .multi-select-
button:after {
7184 border-width: 0 0.4em 0.4em 0.4em;
7185 border-color: transparent transparent #888 transparent;
7188.multi-select-menuitem {
7193label.multi-select-menuitem {
7203ul.ulselectedfields {
7211 vertical-align: middle;
7212 display:
inline-block;
7214.dropdown dd, .dropdown dt {
7220 text-align: <?php echo $left; ?>;
7230.dropdown dt a span, .multiSel span {
7232 display:
inline-block;
7233 padding: 0 3px 2px 0;
7235.maxwidthsearch .dropdown dt a span, .multiSel span {
7236 padding: 3px 3px 2px 3px;
7238.dropdown span.value {
7242 background-color: var(--inputbackgroundcolor);
7243 box-shadow: 1px 1px 10px #aaa;
7245 <?php echo $right; ?>:0px;
7255.dropdown dd ul.selectedfieldsleft {
7256 <?php echo $right; ?>:
auto;
7259 white-space: nowrap;
7260 font-weight: normal;
7261 padding: 7px 8px 7px 8px;
7263 color: var(--colortext);
7265.dropdown dd ul li:hover {
7268.dropdown dd ul li input[
type=
"checkbox"] {
7269 margin-<?php echo $right; ?>: 3px;
7271.dropdown dd ul li a, .dropdown dd ul li span {
7275.dropdown dd ul li span {
7281dd.dropdowndd ul li {
7282 text-overflow: ellipsis;
7284 white-space: nowrap;
7294 text-overflow: ellipsis;
7295 white-space: nowrap;
7308 padding-bottom: 20px;
7316.searchpage .tagtr .tagtd {
7318 padding-bottom: 2px;
7320.searchpage .tagtr .tagtd .button {
7324.searchpage .searchform input {
7329li.ui-li-divider .ui-link {
7330 color: #FFF !important;
7335a.ui-link, a.ui-link:hover, .ui-btn:hover, span.ui-btn-text:hover, span.ui-btn-inner:hover {
7336 text-decoration: none !important;
7346 font-size: <?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize; ?>;
7349.ui-btn-
icon-right .ui-btn-inner {
7350 padding-right: 30px;
7352.ui-btn-
icon-left .ui-btn-inner {
7355.ui-select .ui-btn-
icon-right .ui-btn-inner {
7356 padding-right: 30px;
7358.ui-select .ui-btn-
icon-left .ui-btn-inner {
7361.ui-select .ui-btn-
icon-right .ui-
icon {
7364.ui-btn-
icon-left > .ui-btn-inner > .ui-
icon, .ui-btn-
icon-right > .ui-btn-inner > .ui-
icon {
7370 white-space: nowrap;
7371 text-overflow: ellipsis;
7373.fiche .ui-controlgroup {
7375 padding-bottom: 0px;
7377div.ui-controlgroup-controls div.tabsElem
7381div.ui-controlgroup-controls div.tabsElem a
7383 -webkit-box-shadow: 0 -3px 6px rgba(0,0,0,.2);
7384 box-shadow: 0 -3px 6px rgba(0,0,0,.2);
7386div.ui-controlgroup-controls div.tabsElem a#active {
7387 -webkit-box-shadow: 0 -3px 6px rgba(0,0,0,.3);
7388 box-shadow: 0 -3px 6px rgba(0,0,0,.3);
7391a.tab span.ui-btn-inner
7398 color: var(--colortext);
7400.liste_titre .ui-link {
7401 color: var(--colortexttitle) !important;
7405 word-wrap:
break-word;
7409.formdoc .ui-btn-inner
7411 white-space: normal;
7413 text-overflow: clip;
7421div.ui-radio, div.ui-checkbox
7423 display:
inline-block;
7424 border-bottom: 0px !important;
7426.ui-checkbox input, .ui-radio input {
7432div.ui-checkbox label+input, div.ui-radio label+input {
7437 padding-bottom: 10px; margin-bottom: 4px; border-bottom: 1px solid #AAAAAA !important;
7442 -webkit-border-radius: 0;
7445.ui-field-contain label.ui-input-text {
7446 vertical-align: middle !important;
7448.ui-mobile fieldset {
7449 border-bottom: none !important;
7453.ui-li .ui-btn-inner a.ui-link-inherit, .ui-li-
static.ui-li {
7458 font-weight: normal;
7460.ui-focus, .ui-btn:focus {
7461 -webkit-box-shadow: none;
7469 color: var(--colortexttitlenotab) !important;
7471.ui-bar-b, .lilevel0 {
7472 background-repeat: repeat-x;
7476 color: var(--colortexttitlenotab) !important;
7479 font-weight: normal !important;
7482.ui-li.ui-last-child, .ui-li.ui-field-contain.ui-last-child {
7483 border-bottom-width: 0px !important;
7486 color: var(--colortexttitle) !important;
7487 background: var(--colorbackmobilemenu);
7490 box-shadow: none !important;
7491 border-bottom: 1px solid #ccc;
7494 border-right: 1px solid #ccc !important;
7497 border: 1px solid #ccc;
7500.ui-btn-up-c, .ui-btn-hover-c {
7504.ui-body-c .ui-link, .ui-body-c .ui-link:visited, .ui-body-c .ui-link:hover {
7505 color: var(--colortextlink);
7507.ui-btn-up-c .vsmenudisabled {
7508 color: #<?php echo $colorshadowtitle; ?> !important;
7509 text-shadow: none !important;
7512 background: transparent;
7515 color: var(--colortexttitlenotab) !important;
7518 border-top: 2px solid #444;
7519 background: #fff ! important;
7521.lilevel1 div div a {
7522 font-weight: bold !important;
7527 background: #fff ! important;
7532 background: #fff ! important;
7537 background: #fff ! important;
7542 background: #fff ! important;
7551.menu_choix1,.menu_choix2 {
7554 border: 1px solid #666;
7557.menu_choix1 a, .menu_choix2 a {
7560 text-decoration: none;
7566.menu_choix1 a:hover,.menu_choix2 a:hover {
7569.menu li.menu_choix1 {
7571 padding-right: 10px;
7572 padding-bottom: 2px;
7574.menu li.menu_choix2 {
7576 padding-right: 10px;
7577 padding-bottom: 2px;
7579@media only screen and (max-width: 768px)
7581 .menu_choix1 a, .menu_choix2 a {
7582 background-size: 36px 36px;
7586 .menu li.menu_choix1, .menu li.menu_choix2 {
7591 margin-right: 0 !important;
7605 border: 1px solid #888;
7607.publicnewmemberform div.tabBarWithBottom {
7608 border: 1px solid #e8e8e8;
7611 background-color: var(--colorbackgrey);
7615.publicnewmemberform #tablesubscribe {
7616 color: var(--colortextbackvmenu);
7619@media only screen and (max-width: 768px)
7621 .publicnewmemberform div.tabBarWithBottom {
7631.ticketpublictable td {
7639.publicnewticketform {
7644 padding-right: 50px;
7647@media only screen and (max-width: 768px)
7649 .ticketlargemargin {
7650 padding-left: 5px; padding-right: 5px;
7664#cd-timeline::before {
7672 background: #d7e4ed;
7674@media only screen and (min-width: 1170px) {
7678 #cd-timeline::before {
7688.cd-timeline-block:after {
7693.cd-timeline-block:first-child {
7696.cd-timeline-block:last-child {
7699@media only screen and (min-width: 1170px) {
7700 .cd-timeline-block {
7703 .cd-timeline-block:first-child {
7706 .cd-timeline-block:last-child {
7718 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);
7719 background: #d7e4ed;
7721.cd-timeline-img img {
7731.cd-timeline-img.cd-picture {
7732 background: #75ce66;
7734.cd-timeline-img.cd-movie {
7735 background: #c03b44;
7737.cd-timeline-img.cd-location {
7738 background: #f0ca45;
7740@media only screen and (min-width: 1170px) {
7747 -webkit-transform: translateZ(0);
7748 -webkit-backface-visibility: hidden;
7750 .cssanimations .cd-timeline-img.is-hidden {
7753 .cssanimations .cd-timeline-img.bounce-in {
7754 visibility: visible;
7755 -webkit-animation: cd-bounce-1 0.6s;
7756 -moz-animation: cd-bounce-1 0.6s;
7757 animation: cd-bounce-1 0.6s;
7761@-webkit-keyframes cd-bounce-1 {
7764 -webkit-transform: scale(0.5);
7769 -webkit-transform: scale(1.2);
7773 -webkit-transform: scale(1);
7776@-moz-keyframes cd-bounce-1 {
7779 -moz-transform: scale(0.5);
7784 -moz-transform: scale(1.2);
7788 -moz-transform: scale(1);
7791@keyframes cd-bounce-1 {
7794 -webkit-transform: scale(0.5);
7795 -moz-transform: scale(0.5);
7796 -ms-transform: scale(0.5);
7797 -o-transform: scale(0.5);
7798 transform: scale(0.5);
7803 -webkit-transform: scale(1.2);
7804 -moz-transform: scale(1.2);
7805 -ms-transform: scale(1.2);
7806 -o-transform: scale(1.2);
7807 transform: scale(1.2);
7811 -webkit-transform: scale(1);
7812 -moz-transform: scale(1);
7813 -ms-transform: scale(1);
7814 -o-transform: scale(1);
7815 transform: scale(1);
7818.cd-timeline-content {
7822 border-radius: 0.25em;
7824 background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
7825 background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
7826 background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
7827 background-image: linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
7829.cd-timeline-content:after {
7834.cd-timeline-content h2 {
7837.cd-timeline-content .cd-date {
7839 font-size: 0.8125rem;
7841.cd-timeline-content .cd-date {
7842 display:
inline-block;
7844.cd-timeline-content p {
7849.cd-timeline-content .cd-date {
7854.cd-timeline-content::before {
7861 border: 7px solid transparent;
7862 border-right: 7px solid white;
7864@media only screen and (min-width: 768px) {
7865 .cd-timeline-content h2 {
7869 .cd-timeline-content {
7873 .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
7875 font-size: 0.875rem;
7878@media only screen and (min-width: 1170px) {
7879 .cd-timeline-content {
7884 .cd-timeline-content::before {
7887 border-color: transparent;
7888 border-left-color: white;
7890 .cd-timeline-content .cd-read-more {
7893 .cd-timeline-content .cd-date {
7901 .cd-timeline-block:nth-child(even) .cd-timeline-content {
7904 .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
7908 border-color: transparent;
7909 border-right-color: white;
7911 .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
7914 .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
7930span.phpdebugbar-tooltip.phpdebugbar-tooltip-extra-wide, span.phpdebugbar-tooltip.phpdebugbar-tooltip-wide {
7931 width: 250px !important;
7933.phpdebugbar-indicator span.phpdebugbar-tooltip {
7934 opacity: .95 !important;
7936a.phpdebugbar-tab.phpdebugbar-active {
7937 background-image: unset !important;
7939.phpdebugbar-fa-tags:before {
7941 font-weight: 600 !important;
7943.phpdebugbar-fa-tasks:before {
7945 font-weight: 600 !important;
7947.phpdebugbar-fa-tags, .phpdebugbar-fa-tasks, .phpdebugbar-indicator .fa {
7948 font-family:
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>";
7951div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-value.phpdebugbar-widgets-warning:before,
7952div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-value.phpdebugbar-widgets-error:before,
7953div.phpdebugbar-widgets-exceptions a.phpdebugbar-widgets-editor-link:before,
7954div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-database:before,
7955div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-duration:before,
7956div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-memory:before,
7957div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-row-count:before,
7958div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-copy-clipboard:before,
7959div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-stmt-id:before,
7960div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-render-time:before,
7961div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-memory:before,
7962div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-param-count:before,
7963div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-
type:before,
7964div.phpdebugbar-widgets-templates a.phpdebugbar-widgets-editor-link:before
7966 font-family:
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>" !important;
7973.jcrop-holder { background: unset !important; }
7980.dol-xaxis-vertical .flot-x-axis .flot-tick-label.tickLabel {
7981 text-orientation: sideways;
7983 writing-mode: vertical-rl;
7984 white-space: nowrap;
7992span.clipboardCPValueToPrint, div.clipboardCPValueToPrint {
7993 display:
inline-block;
7995span.clipboardCPValue.hidewithsize {
7996 width: 0 !important;
7997 display:
inline-block;
7999 white-space: nowrap;
8001 vertical-align: middle;
8003div.clipboardCPValue.hidewithsize {
8004 width: 0 !important;
8007 white-space: nowrap;
8010.clipboardCPShowOnHover .clipboardCPButton {
8018.clipboardCPTextDivInside {
8020 background: #f8f8fa;
8022 border: 1px solid #E0E0E0;
8031 white-space: nowrap;
8033 box-shadow: 1px 1px 6px #ddd;
8041.radio_js_bloc_number {
8042 display:
inline-block;
8046 border:1px solid #ccc;
8053.radio_js_bloc_number.selected {
8054 transition:0.2s ease background;