2if (!defined(
'ISLOADEDBYSTEELSHEET')) {
3 die(
'Must be call by steelsheet');
14 --colorbackhmenu1: rgb(<?php print $colorbackhmenu1; ?>);
15 --colorbackvmenu1: rgb(<?php print $colorbackvmenu1; ?>);
16 --colorbacktitle1: rgb(<?php print $colorbacktitle1; ?>);
17 --colorbacktabcard1: rgb(<?php print $colorbacktabcard1; ?>);
18 --colorbacktabactive: rgb(<?php print $colorbacktabactive; ?>);
19 --colorbacklineimpair1: rgb(<?php print $colorbacklineimpair1; ?>);
20 --colorbacklineimpair2: rgb(<?php print $colorbacklineimpair2; ?>);
21 --colorbacklinepair1: rgb(<?php print $colorbacklinepair1; ?>);
22 --colorbacklinepair2: rgb(<?php print $colorbacklinepair2; ?>);
23 --colorbacklinepairhover: rgb(<?php print $colorbacklinepairhover; ?>);
24 --colorbacklinepairchecked: rgb(<?php print $colorbacklinepairchecked; ?>);
25 --colorbacklinebreak: rgb(<?php print $colorbacklinebreak; ?>);
26 --colorbackbody: rgb(<?php print $colorbackbody; ?>);
27 --colorbackmobilemenu: #f8f8f8;
28 --colorbackgrey: #f0f0f0;
29 --colortexttitlenotab: rgb(<?php print $colortexttitlenotab; ?>);
30 --colortexttitlenotab2: rgb(<?php print $colortexttitlenotab2; ?>);
31 --colortexttitle: rgba(<?php print $colortexttitle; ?>, 0.9);
32 --colortexttitlelink: rgba(<?php print $colortexttitlelink; ?>, 0.9);
33 --colortext: rgb(<?php print $colortext; ?>);
34 --colortextlink: rgb(<?php print $colortextlink; ?>);
35 --colortextbackhmenu: #<?php print $colortextbackhmenu; ?>;
36 --colortextbackvmenu: #<?php print $colortextbackvmenu; ?>;
37 --colortopbordertitle1: rgb(<?php print $colortopbordertitle1; ?>);
38 --listetotal: #888888;
39 --inputbackgroundcolor: #FFF;
40 --inputbackgroundcolordisabled: #eee;
41 --inputcolordisabled: rgb(80, 80, 80);
42 --inputbordercolor: rgba(0,0,0,.15);
43 --tooltipbgcolor: <?php print $toolTipBgColor; ?>;
44 --tooltipfontcolor : <?php print $toolTipFontColor; ?>;
45 --oddevencolor: #202020;
46 --colorboxstatsborder: #e0e0e0;
47 --dolgraphbg: rgba(255,255,255,0);
48 --fieldrequiredcolor: #400030;
49 --colortextbacktab: #<?php print $colortextbacktab; ?>;
50 --colorboxiconbg: #eee;
52 --tableforfieldcolor:#888;
53 --amountremaintopaycolor:#880000;
54 --amountpaymentcomplete:#008855;
55 --amountremaintopaybackcolor:none;
56 --productlinestockod: #002200;
57 --productlinestocktoolow: #884400;
58 --infoboxmoduleenabledbgcolor : linear-gradient(0.4turn, #fff, #fff, #fff, #e4efe8);
59 --tablevalidbgcolor: rgb(252, 248, 227);
62 --heightrow: <?php print $heightrow; ?>;
67 print
"/* For dark mode */\n";
69 print
"@media (prefers-color-scheme: dark) {";
71 print
"@media not print {";
74 --colorbackhmenu1: #3d3e40;
75 --colorbackvmenu1: #2b2c2e;
76 --colorbacktitle1: #2b2d2f;
77 --colorbacktabcard1: #1d1e20; /* Must be same than colorbackbody */
78 --colorbacktabactive: rgb(220,220,220);
79 --colorbacklineimpair1: #38393d;
80 --colorbacklineimpair2: #2b2d2f;
81 --colorbacklinepair1: #38393d;
82 --colorbacklinepair2: #2b2d2f;
83 --colorbacklinepairhover: #2b2d2f;
84 --colorbacklinepairchecked: #0e5ccd;
85 --colorbackbody: #1d1e20;
86 --colorbackmobilemenu: #080808;
87 --colorbackgrey: #0f0f0f;
88 --tooltipbgcolor: #2b2d2f;
89 --colortexttitlenotab: rgb(220,220,220);
90 --colortexttitlenotab2: rgb(220,220,220);
91 --colortexttitle: rgb(220,220,220);
92 --colortext: rgb(220,220,220);
93 --colortextlink: #4390dc;
94 --colortexttitlelink: #4390dc;
95 --colortextbackhmenu: rgb(220,220,220);
96 --colortextbackvmenu: rgb(220,220,220);
97 --tooltipfontcolor : rgb(220,220,220);
98 --listetotal: rgb(245, 83, 158);
99 --inputbackgroundcolor: rgb(70, 70, 70);
100 --inputbackgroundcolordisabled: rgb(60, 60, 60);
101 --inputcolordisabled: rgb(140, 140, 140);
102 --inputbordercolor: rgb(220,220,220);
103 --oddevencolor: rgb(220,220,220);
104 --colorboxstatsborder: rgb(65,100,138);
105 --dolgraphbg: #1d1e20;
106 --fieldrequiredcolor: rgb(250,183,59);
107 --colortextbacktab: rgb(220,220,220);
108 --colorboxiconbg: rgb(36,38,39);
109 --refidnocolor: rgb(220,220,220);
110 --tableforfieldcolor:rgb(220,220,220);
111 --amountremaintopaycolor:rgb(252,84,91);
112 --amountpaymentcomplete:rgb(101,184,77);
113 --amountremaintopaybackcolor:rbg(245,130,46);
114 --infoboxmoduleenabledbgcolor : linear-gradient(0.4turn, #000, #000, #000, #274231);
115 --tablevalidbgcolor: rgb(80, 64, 33);
128<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
129 background-color: #FFFFFF;
131 font-size: <?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize; ?>;
133 font-family: <?php print $fontlist ?>;
139 background-color: var(--colorbackbody);
140 <?php print
'direction: '.$langs->trans(
"DIRECTION").
";\n"; ?>
144.sensiblehtmlcontent * {
148.thumbstat { font-weight: bold !important; }
149th a { font-weight: <?php echo($useboldtitle ?
'bold' :
'normal'); ?> !important; }
150a.tab { font-weight: 500 !important; }
152a:link, a:visited, a:hover, a:active, .classlink { color: var(--colortextlink); text-decoration: none; }
153a:hover { text-decoration: underline; color: var(--colortextlink); }
154a.commonlink { color: var(--colortextlink) !important; text-decoration: none; }
156th.liste_titre a div div:hover, th.liste_titre_sel a div div:hover { text-decoration: underline; }
157tr.liste_titre th.liste_titre_sel:not(.maxwidthsearch), tr.liste_titre td.liste_titre_sel:not(.maxwidthsearch),
158tr.liste_titre th.liste_titre:not(.maxwidthsearch), tr.liste_titre td.liste_titre:not(.maxwidthsearch) { opacity: 0.8; }
160tr.liste_titre_filter th.liste_titre { text-align: unset; }
165select.vmenusearchselectcombo {
166 background-color: unset;
169table.liste th.wrapcolumntitle.liste_titre:not(.maxwidthsearch), table.liste td.wrapcolumntitle.liste_titre:not(.maxwidthsearch),
170table.liste th.wrapcolumntitle.liste_titre_sel:not(.maxwidthsearch), table.liste td.wrapcolumntitle.liste_titre_sel:not(.maxwidthsearch) {
174 text-overflow: ellipsis;
176th.wrapcolumntitle dl dt a span.fas.fa-list {
177 vertical-align: middle;
195.liste_titre input[
name=search_month], .liste_titre input[
name=search_month_start], .liste_titre input[
name=search_month_end] {
199select#date_startday, select#date_startmonth, select#date_endday, select#date_endmonth, select#reday, select#remonth,
200input, input.flat, form.flat select, select, select.flat, .dataTables_length label select {
203input, input.flat, textarea, textarea.flat, form.flat select, select, select.flat, .dataTables_length label select {
204 color: var(--colortext);
206 font-family: <?php print $fontlist ?>;
208 margin: 0px 0px 0px 0px;
209 background-color: var(--inputbackgroundcolor);
211 border<?php echo !
getDolGlobalString(
'THEME_SHOW_BORDER_ON_INPUT') ?
'-bottom' :
''; ?>: solid 1px var(--inputbordercolor);
215.liste_titre input, .liste_titre select {
217 border<?php echo !
getDolGlobalString(
'THEME_SHOW_BORDER_ON_INPUT') ?
'-bottom' :
''; ?>: solid 1px var(--inputbordercolor);
220.pageplusone, .divadvancedsearchfieldcompinput,
221div.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
223 border<?php echo !
getDolGlobalString(
'THEME_SHOW_BORDER_ON_INPUT') ?
'-bottom' :
''; ?>: solid 1px var(--inputbordercolor);
226 background-color: #f8f8fa;
227 border-bottom-left-radius: 0;
228 border-bottom-right-radius: 0;
233.divadvancedsearchfieldcompinput {
235 border-bottom: solid 1px var(--inputbordercolor);
238input[
name=duration_value], input[
name=durationhour]
240 margin-right: 4px !important;
242input[
type=submit], input[
type=submit]:hover {
245input[
type=checkbox], input[
type=radio] {
248.kanban input.checkforselect {
257.tableforfield input, .refidno input {
271#mainbody input.button:not(.buttongen):not(.bordertransp), #mainbody a.button:not(.buttongen):not(.bordertransp) {
272 background: var(--butactionbg);
273 color: var(--textbutaction);
275 border-collapse: collapse;
278#mainbody span.websitetools input.button:not(.buttongen):not(.bordertransp) {
279 color: #000 !important;
281#mainbody input.buttongen, #mainbody button.buttongen {
285 -webkit-box-shadow: 0px 0px 6px 1px rgb(50 50 50 / 40%), 0px 0px 0px rgb(60 60 60 / 10%);
286 box-shadow: 0px 0px 6px 1px rgb(50 50 50 / 40%), 0px 0px 0px rgb(60 60 60 / 10%);
292input.button.massactionconfirmed {
296input:invalid, select:invalid, input.--error , select.--error {
297 border-color: #ea1212;
300section.setupsection {
302 background-color: var(--colorbackgrey);
306.field-error-icon { color: #ea1212 !important; }
309div.tabBar textarea:focus {
310 border: 1px solid #aaa !important;
312input:focus:not(.
button):not(.buttonwebsite):not(.buttonreset):not(.select2-search__field):not(#top-bookmark-search-input):not(.search_component_input):not(.input-nobottom),
313 select:focus, .select2-container--open [aria-expanded=
"false"].select2-selection--single {
314 border-bottom: 1px solid #666 !important;
315 border-bottom-left-radius: 0 !important;
316 border-bottom-right-radius: 0 !important;
318textarea.cke_source:focus
327 border-top: solid 1px var(--inputbordercolor);
328 border-left: solid 1px var(--inputbordercolor);
329 border-right: solid 1px var(--inputbordercolor);
330 border-bottom: solid 1px var(--inputbordercolor);
337input.removedassigned {
338 padding: 2px !important;
339 vertical-align: text-bottom;
343 padding-left: 0px !important;
344 padding-right: 0px !important;
347 vertical-align: middle;
349input.buttonpayment,
button.buttonpayment, div.buttonpayment {
354 background-image: none;
360 background-color: #9999bb;
362 box-shadow: 1px 1px 4px #bbb;
371.nofocusvisible:focus-visible {
375div.buttonpayment input:focus {
383div.buttonpayment input {
384 background-color: unset;
386 border-bottom: unset;
388 text-transform: uppercase;
391input.buttonpaymentcb {
392 background-image: url(<?php echo
dol_buildpath($path.
'/theme/common/credit_card.png', 1) ?>);
393 background-size: 26px;
394 background-repeat: no-repeat;
397input.buttonpaymentcheque {
398 background-image: url(<?php echo
dol_buildpath($path.
'/theme/common/cheque.png', 1) ?>);
399 background-size: 24px;
400 background-repeat: no-repeat;
403input.buttonpaymentpaypal {
404 background-image: url(<?php echo
dol_buildpath($path.
'/paypal/img/object_paypal.png', 1) ?>);
405 background-repeat: no-repeat;
408input.buttonpaymentpaybox {
409 background-image: url(<?php echo
dol_buildpath($path.
'/paybox/img/object_paybox.png', 1) ?>);
410 background-repeat: no-repeat;
413input.buttonpaymentstripe {
414 background-image: url(<?php echo
dol_buildpath($path.
'/stripe/img/object_stripe.png', 1) ?>);
415 background-repeat: no-repeat;
418.logopublicpayment #dolpaymentlogo {
421 image-rendering: -webkit-optimize-contrast;
427 background-color: transparent;
428 color: var(--colortext) !important;
429 border: 2px solid var( --butactionbg) !important;
430 margin: 0 0.45em !important;
433span.userimg.notfirst, div.userimg.notfirst {
436div.userimg.notfirst {
437 display: block-
inline;
441span.timesheetalreadyrecorded input {
443 border-bottom: solid 1px rgba(0,0,0,0.4);
444 margin-right: 1px !important;
446td.onholidaymorning, td.onholidayafternoon {
447 background-color: #fdf6f2;
450 background-color: #f4eede;
452td.onholidayallday:not(.weekend) input {
453 background-color: #f8f7f0;
456 background-color: #eee;
459 background-color: #f8f8f8;
470 border-right: 1px solid #ccc;
473td.amount, span.amount, div.amount, b.amount {
479select.flat, form.flat select, .pageplusone {
488.paginationlastpage a {
493 filter: saturate(0.8);
497 color: var(--colortextlink);
499.optiongrey, .opacitymedium {
502.opacitymediumbycolor {
503 color: rgba(0, 0, 0, 0.4);
515 color: var(--colorwhite);
518 color: #888 !important;
521 color: var(--colorblack);
524 font-size: unset !important;
527 transform: scale(1, -1);
530 transform: scale(-1, 1);
533select:invalid, select.--error {
536input:disabled, textarea:disabled, select[disabled=
'disabled']
538 background: var(--inputbackgroundcolordisabled);
539 color: var(--inputcolordisabled);
543 box-shadow: none !important;
546 padding: 0px !important;
547 border: 0px !important;
548 vertical-align: text-bottom;
551 background-color: transparent;
558 border<?php echo !
getDolGlobalString(
'THEME_SHOW_BORDER_ON_INPUT') ?
'-bottom' :
''; ?>: solid 1px var(--inputbordercolor);
560input[
type=checkbox] { background-color: transparent; border: none; box-shadow: none; }
561input[
type=radio] { background-color: transparent; border: none; box-shadow: none; }
562input[
type=image] { background-color: transparent; border: none; box-shadow: none; }
563input:-webkit-autofill {
564 background-color: #FDFFF0 !important;
565 background-image:none !important;
566 -webkit-box-shadow: 0 0 0 50px #FDFFF0 inset;
570.placeholder { color: #ccc; }
571::-webkit-input-placeholder { color: #ccc; }
572input:-moz-placeholder { color: #ccc; }
574input[
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; }
576 border: 1px solid #aaa !important;
577 padding-
inline-start: 2em;
578 padding-
inline-end: 2em;
579 min-
inline-size:
auto;
581#div_container_exportoptions fieldset, #div_container_sub_exportoptions fieldset {
582 border: 1px solid #ccc !important;
584.legendforfieldsetstep { padding-bottom: 10px; }
585input#onlinepaymenturl, input#directdownloadlink {
591 padding: 20px 0px 0px 0px;
595div#moretabsList, div#moretabsListaction {
599hr { border: 0; border-top: 1px solid #ccc; }
600.tabBar hr { margin-top: 20px; margin-bottom: 17px; }
603table.tableforfield .button:not(.bordertransp):not(.buttonpayment),
604table.tableforfield .buttonDelete:not(.bordertransp):not(.buttonpayment) {
609.button:not(.bordertransp):not(.buttonpayment),
610.buttonDelete:not(.bordertransp):not(.buttonpayment) {
615 font-family: <?php print $fontlist ?>;
616 display:
inline-block;
621 text-decoration: none !important;
622 background-color: #f5f5f5;
623 background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
624 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
625 background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
626 background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
627 background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
628 background-repeat: repeat-x;
629 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
630 border: 1px solid
#aaa;
631 -webkit-border-radius: 2px;
635 text-transform: uppercase;
638.valuefield .button, .valuefieldcreate .button, .refidno .button:not(.smallpaddingimp) {
639 margin-top: 0 !important;
640 margin-bottom: 0 !important;
641 font-size: 0.85em !important;
642 padding: 5px !important;
644.button:focus, .buttonDelete:focus {
645 -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 60, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
646 box-shadow: 0px 0px 5px 1px rgba(0, 0, 60, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
648.button:hover:not(.nohover), .buttonDelete:hover:not(.nohover) {
650 -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
651 box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2), 0px 0px 0px rgba(60,60,60,0.1);
653.button:disabled, .buttonDelete:disabled, .button.disabled, .buttonDelete.disabled {
656 -webkit-box-shadow: none;
658 text-decoration: none;
661 pointer-events: none;
665 -webkit-box-shadow: none;
667.button_search, .button_removefilter {
669 background-color: unset;
671.button_search:hover, .button_removefilter:hover {
681div.float, span.floatleft
683 float:<?php print $left; ?>;
687 float:<?php print $right; ?>;
695 display:
inline-block;
699 display:
inline-block !important;
704button[
name=
'button_search_x'] span.fa.fa-search {
707button[
name=
'button_removefilter_x'] span.fa.fa-
remove {
715 padding-<?php echo $left; ?>: 3px;
722 -webkit-box-shadow: none !important;
723 box-shadow: none !important;
724 -webkit-border-radius:0px !important;
725 border-radius:0px !important;
735 vertical-align: middle;
738 vertical-align: bottom;
741 vertical-align: text-bottom;
747 width: 100% !important;
749.centpercentwithout1imp {
750 width: calc(100% - 1px) !important;
752.centpercentwithoutmenu {
753 width: calc(100% - 200px);
755.quatrevingtpercent, .inputsearch {
758.maxquatrevingtpercent {
764.quatrevingtquinzepercent {
767.quatrevingtpercentminusx {
768 width: calc(80% - 52px);
770textarea.centpercent {
783.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
786.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 {
793 transform: scaleX(-1) translate(<?php print($left == 'left' ? '' : '-'); ?>2px, 0);
796 transform: rotate(90deg) translate(0, <?php print($left ==
'left' ?
'' :
'-'); ?>2px);
803 text-align: center !important;
815 text-align: <?php print $left; ?>;
818 text-align: <?php print $right; ?>;
824 float: left!important;
827 float: right!important;
830 white-space: <?php print($dol_optimize_smallscreen ?
'normal' :
'nowrap'); ?>;
833 white-space: <?php print($dol_optimize_smallscreen ?
'nowrap' :
'normal'); ?>;
836 white-space: <?php print($dol_optimize_smallscreen ?
'normal' :
'nowrap'); ?>;
838.liste_titre .nowrap {
846 display:
inline-block;
849 white-space: normal !important;
852 word-wrap:
break-word;
855 word-
break:
break-word;
858 word-
break:
break-word;
861 word-
break:
break-all;
867 font-weight: bold !important;
870 font-weight: normal !important;
873 text-transform: uppercase;
876 text-decoration: none;
879 text-decoration: none !important;
891 padding-left: 0 !important;
894 padding-right: 0 !important;
897 padding-<?php print $left; ?>: 4px;
900 padding-<?php print $left; ?>: 4px !important;
903 padding-<?php print $left; ?>: 2px;
906 padding-<?php print $left; ?>: 2px !important;
909 padding-<?php print $right; ?>: 4px;
912 padding-<?php print $right; ?>: 4px !important;
915 padding-<?php print $right; ?>: 2px;
918 padding-<?php print $right; ?>: 2px !important;
933 margin-<?php print $left; ?>: 2px;
936 margin-<?php print $right; ?>: 2px;
939 margin-<?php print $left; ?>: unset;
942 margin-<?php print $right; ?>: unset;
945 width: unset !important;
953.classfortooltiponclick .fa-question-circle {
966 background-color: #fff;
968.nobackground, .nobackground tr {
969 background: unset !important;
971.checkboxattachfilelabel {
976 border: 1px solid #888 !important;
979 color : <?php print $textWarning; ?>
993 background-color: #f0f0f8;
996div.urllink, div.urllink a {
997 color: #339 !important;
1000i.fa-mars::before, i.fa-venus::before, i.fa-genderless::before, i.fa-transgender::before {
1001 color: #888 !important;
1003 padding-<?php echo $left; ?>: 3px;
1005.stockmovemententry {
1007 transform: rotate(0.25turn);
1012 transform: rotate(0.3turn);
1019body[
class*=
"colorblind-"] .text-warning{
1020 color : <?php print $colorblind_deuteranopes_textWarning; ?>
1023 color : <?php print $textSuccess; ?>
1025body[
class*=
"colorblind-"] .text-success{
1026 color : <?php print $colorblind_deuteranopes_textSuccess; ?>
1030 color : <?php print $textDanger; ?>
1033.editfielda span.fa-pencil-alt, .editfielda span.fa-pencil-ruler, .editfielda span.fa-trash, .editfielda span.fa-crop,
1035 color: #ccc !important;
1037.editfielda span.fa-pencil-alt:hover, .editfielda span.fa-pencil-ruler:hover, .editfielda span.fa-trash:hover, .editfielda span.fa-crop:hover,
1038.editfieldlang:hover {
1039 color: var(--colortexttitle) !important;
1041a.editfielda.nohover *:hover:before {
1042 color: #ccc !important;
1049 float: none !important;
1052span.fa.fa-plus-circle.paddingleft {
1055 padding-bottom: 2px;
1058.size12x { font-size: 1.2em !important; }
1059.size15x { font-size: 1.5em !important; }
1060.fa-toggle-on, .fa-toggle-off, .size2x { font-size: 2em; }
1061.websiteselectionsection .fa-toggle-on, .websiteselectionsection .fa-toggle-off,
1062.asetresetmodule .fa-toggle-on, .asetresetmodule .fa-toggle-off,
1063.tdwebsitesearchresult .fa-toggle-on, .tdwebsitesearchresult .fa-toggle-off
1065 font-size: 1.5em; vertical-align: text-bottom;
1070 white-space: nowrap;
1071 vertical-align: middle;
1072 text-overflow: ellipsis;
1078<?php include
dol_buildpath($path.
'/theme/'.$theme.
'/badges.inc.php', 0); ?>
1079<?php include
dol_buildpath($path.
'/theme/'.$theme.
'/flags-sprite.inc.php', 0); ?>
1083 border-right: 1px solid #DDD;
1087 border-left: 1px solid #DDD;
1092#formuserfile input[type='file'] {
1106#formuserfile_link input[type='text'] {
1111 vertical-align: middle;
1113.divsocialnetwork:not(:last-child) {
1114 padding-<?php print $right; ?>: 20px;
1118 display:
inline-block;
1119 margin-<?php print $right; ?>: 12px;
1120 margin-<?php print $left; ?>: 2px;
1126 background-color: rgba(0, 0, 0, 0.08);
1130.divsearchfieldfilter {
1131 text-overflow: clip;
1133 padding-bottom: 5px;
1137.divadvancedsearchfield:first-child {
1140.divadvancedsearchfield {
1143 padding-right: 15px;
1144 padding-bottom: 2px;
1147.divadvancedsearchfield span.select2.select2-container.select2-container--
default {
1150.search_component_params {
1152 -webkit-flex-flow: row wrap;
1153 flex-flow: row wrap;
1156 padding-bottom: 3px;
1157 padding-<?php echo $left; ?>: 0;
1158 padding-<?php echo $right; ?>: 0;
1159 border-bottom: solid 1px var(--inputbordercolor);
1163.search_component_searchtext {
1166.search_component_params_text, .search_component_params_text:focus {
1167 border-bottom: none;
1169 margin: 0 !important;
1175 padding-bottom: 3px;
1182 display:
inline-block;
1199.a-filter, .a-mesure {
1200 border-radius: 50px;
1201 background: var(--colortexttitlenotab);
1203 padding: 8px 10px 8px 6px;
1211.a-filter:before, .a-mesure:before {
1212 font-family:
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>";
1217.a-filter-disabled, .a-mesure-disabled {
1218 border-radius: 50px;
1219 background: var(--colorbacktitle1);
1232 top:calc(50% - 200px);
1233 left:calc(50% - 250px);
1237 border: 1px solid #bbb;
1238 box-shadow: 2px 2px 20px #ddd;
1248div.div-
for-modal-topright {
1256 border: 1px solid #bbb;
1257 box-shadow: 2px 2px 20px #ddd;
1264if ($conf->browser->layout ==
'phone') {
1266.divsearchfieldfilter {
1267 white-space: nowrap;
1282 list-style-
type: none;
1289 padding-bottom: 4px;
1293 padding-bottom: 10px;
1298 vertical-align: middle;
1300select.flat.selectlimit {
1303 border-bottom: 1px solid var(--inputbordercolor);
1304 border-bottom-left-radius: 0;
1305 border-bottom-right-radius: 0;
1307.selectlimit, .marginrightonly {
1308 margin-<?php echo $right; ?>: 10px !important;
1311 margin-<?php echo $left; ?>: 10px !important;
1313.marginleftonlyshort {
1314 margin-<?php echo $left; ?>: 4px !important;
1317 margin-<?php echo $left; ?>: 0px !important;
1320 margin-<?php echo $right; ?>: 10px !important;
1322.marginrightonlyshort {
1323 margin-<?php echo $right; ?>: 4px !important;
1326 margin-top: 10px !important;
1328.margintoponlyshort {
1329 margin-top: 3px !important;
1332 margin-bottom: 10px !important;
1334.marginbottomonlyshort {
1335 margin-bottom: 3px !important;
1338 margin-top: 0 !important;
1341 margin-bottom: 0 !important;
1343.selectlimit, .selectlimit:focus {
1344 border-left: none !important;
1345 border-top: none !important;
1346 border-right: none !important;
1350 text-decoration: line-through;
1357 text-overflow: unset;
1362 text-overflow: ellipsis;
1363 white-space: nowrap;
1367 text-overflow: ellipsis;
1372 text-overflow: ellipsis;
1373 white-space: nowrap;
1378 text-overflow: ellipsis;
1379 white-space: nowrap;
1384 text-overflow: ellipsis;
1385 white-space: nowrap;
1387.tdoverflowmax80imp {
1388 max-width: 80px !important;
1390 text-overflow: ellipsis;
1391 white-space: nowrap;
1396 text-overflow: ellipsis;
1397 white-space: nowrap;
1399.tdoverflowmax100imp {
1400 max-width: 100px !important;
1402 text-overflow: ellipsis;
1403 white-space: nowrap;
1408 text-overflow: ellipsis;
1409 white-space: nowrap;
1414 text-overflow: ellipsis;
1415 white-space: nowrap;
1420 text-overflow: ellipsis;
1421 white-space: nowrap;
1426 text-overflow: ellipsis;
1427 white-space: nowrap;
1432 text-overflow: ellipsis;
1433 white-space: nowrap;
1438 text-overflow: ellipsis;
1439 white-space: nowrap;
1444 text-overflow: ellipsis;
1445 white-space: nowrap;
1450 text-overflow: ellipsis;
1451 white-space: nowrap;
1457.divintowithtwolinesmax {
1459 display: -webkit-box;
1460 -webkit-box-orient: vertical;
1461 -webkit-line-clamp: 2;
1465 display: -webkit-box;
1466 -webkit-box-orient: vertical;
1467 -webkit-line-clamp: 2;
1469 height:
auto !important;
1472 display: -webkit-box;
1473 -webkit-box-orient: vertical;
1474 -webkit-line-clamp: 10;
1478.tablelistofcalendars {
1479 margin-top: 25px !important;
1486table.paymenttable td.amountpaymentcomplete, table.paymenttable td.amountremaintopay, table.paymenttable td.amountremaintopayback {
1488 padding-bottom: 0px;
1492.amountpaymentcomplete {
1493 color: var(--amountpaymentcomplete);
1498 color: var(--amountremaintopaycolor);
1502.amountremaintopayback {
1503 color: var(--amountremaintopaybackcolor);
1507.amountpaymentneutral {
1512.onlinepaymentbody .amountpaymentcomplete {
1513 background-color: var(--amountpaymentcomplete);
1521 margin-bottom: 12px;
1523#builddoc_form ~ .showlinkedobjectblock {
1528.moduledesclong p img, .moduledesclong p a img {
1529 max-width: 90% !important;
1530 height:
auto !important;
1534 border: 1px solid #ccc;
1535 box-shadow: 1px 1px 25px #aaa;
1536 max-width: calc(100% - 56px);
1538.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 {
1554.div-table-responsive, .div-table-responsive-no-min {
1558.div-table-responsive {
1559 line-height: var(--heightrow);
1562div.fiche>form>div.div-table-responsive, div.fiche>form>div.div-table-responsive-no-min {
1565div.fiche>form>div.div-table-responsive {
1568div.fiche>div.tabBar>form>div.div-table-responsive {
1576 <?php
if (in_array($conf->browser->name, array(
'chrome',
'firefox'))) {
1577 echo
'display: inline-flex;'.
"\n";
1579 flex-flow: row wrap;
1580 justify-content: flex-start;
1590.thumbstat, .thumbstat150 {
1591<?php
if ($conf->browser->name ==
'ie') { ?>
1601select.selectarrowonleft {
1604select.selectarrowonleft option {
1608table[summary=
"list_of_modules"] .fa-cog {
1616 white-space: nowrap;
1624maxscreenheightless200 {
1625 max-height: <?php echo isset($_SESSION[
'dol_screenheight']) ? max(500, (
int) $_SESSION[
'dol_screenheight'] - 200) : 700; ?>px;
1627.maxscreenheightless300 {
1628 max-height: <?php echo isset($_SESSION[
'dol_screenheight']) ? max(400, (
int) $_SESSION[
'dol_screenheight'] - 300) : 700; ?>px;
1638.clearboth { clear:both; }
1640.hideobject { display: none; }
1641.minwidth25 { min-width: 25px; }
1642.minwidth50 { min-width: 50px; }
1643.minwidth75 { min-width: 75px; }
1644.nominwidth { min-width: fit-content !important; }
1646@media only screen and (min-width: <?php echo !
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC3') ? round($nbtopmenuentries * 47, 0) + 130 : $conf->global->THEME_ELDY_WITDHOFFSET_FOR_REDUC3; ?>px)
1648 .width20 { width: 20px; }
1649 .width25 { width: 25px; }
1650 .width50 { width: 50px; }
1651 .width75 { width: 75px; }
1652 .width100 { width: 100px; }
1653 .width200 { width: 200px; }
1654 .minwidth100 { min-width: 100px; }
1655 .minwidth150 { min-width: 150px; }
1656 .minwidth200 { min-width: 200px; }
1657 .minwidth250 { min-width: 250px; }
1658 .minwidth300 { min-width: 300px; }
1659 .minwidth400 { min-width: 400px; }
1660 .minwidth500 { min-width: 500px; }
1661 .minwidth50imp { min-width: 50px !important; }
1662 .minwidth75imp { min-width: 75px !important; }
1663 .minwidth100imp { min-width: 100px !important; }
1664 .minwidth200imp { min-width: 200px !important; }
1665 .minwidth250imp { min-width: 250px !important; }
1666 .minwidth300imp { min-width: 300px !important; }
1667 .minwidth400imp { min-width: 400px !important; }
1668 .minwidth500imp { min-width: 500px !important; }
1670.widthauto { width:
auto; }
1671.width20 { width: 20px; }
1672.width25 { width: 25px; }
1673.width40 { width: 40px; }
1674.width50 { width: 50px; }
1675.width75 { width: 75px; }
1676.width100 { width: 100px; }
1677.width125 { width: 125px; }
1678.width150 { width: 150px; }
1679.width200 { width: 200px; }
1680.width250 { width: 250px; }
1681.width300 { width: 300px; }
1682.width400 { width: 400px; }
1683.width500 { width: 500px; }
1684.maxwidth25 { max-width: 25px; }
1685.maxwidth40 { max-width: 40px; }
1686.maxwidth50 { max-width: 50px; }
1687.maxwidth75 { max-width: 75px; }
1688.maxwidthdate { max-width: 85px; }
1689.maxwidth100 { max-width: 100px; }
1690.maxwidth125 { max-width: 125px; }
1691.maxwidth150 { max-width: 150px; }
1692.maxwidth200 { max-width: 200px; }
1693.maxwidth250 { max-width: 250px; }
1694.maxwidth300 { max-width: 300px; }
1695.maxwidth400 { max-width: 400px; }
1696.maxwidth500 { max-width: 500px; }
1697.maxwidth750 { max-width: 750px; }
1698.maxwidth1000 { max-width: 1000px; }
1699.maxwidth50imp { max-width: 50px !important; }
1700.maxwidth75imp { max-width: 75px !important; }
1702.minwidth100onall { min-width: 100px !important; }
1703.minwidth200onall { min-width: 200px !important; }
1704.minwidth250onall { min-width: 250px !important; }
1706.minheight20 { min-height: 20px; }
1707.minheight30 { min-height: 30px; }
1708.minheight40 { min-height: 40px; }
1709.titlefieldcreate { width: 20%; }
1710.titlefield { min-width: 150px; width: 25%; }
1711.titlefieldmiddle { width: 45%; }
1712.titlefieldmax45 { max-width: 45%; }
1713.imgmaxwidth180 { max-width: 180px; }
1714.imgmaxheight50 { max-height: 50px; }
1716.width20p { width:20%; }
1717.width25p { width:25%; }
1718.width40p { width:40%; }
1719.width50p { width:50%; }
1720.width60p { width:60%; }
1721.width75p { width:75%; }
1722.width80p { width:80%; }
1723.width100p { width:100%; }
1727@media only screen and (max-width: 1400px)
1730 .titlefieldcreate { width: 30% !important; }
1731 .minwidth50imp { min-width: 50px !important; }
1732 .minwidth75imp { min-width: 75px !important; }
1733 .minwidth100imp { min-width: 100px !important; }
1734 .minwidth125imp { min-width: 125px !important; }
1735 .minwidth150imp { min-width: 150px !important; }
1736 .minwidth200imp { min-width: 200px !important; }
1737 .minwidth250imp { min-width: 250px !important; }
1738 .minwidth300imp { min-width: 300px !important; }
1739 .minwidth400imp { min-width: 300px !important; }
1740 .minwidth500imp { min-width: 300px !important; }
1742 .linkedcol-element {
1748@media only screen and (max-width: 1000px)
1750 .maxwidthonsmartphone { max-width: 100px; }
1751 .minwidth50imp { min-width: 50px !important; }
1752 .minwidth75imp { min-width: 75px !important; }
1753 .minwidth100imp { min-width: 100px !important; }
1754 .minwidth125imp { min-width: 125px !important; }
1755 .minwidth150imp { min-width: 110px !important; }
1756 .minwidth200imp { min-width: 110px !important; }
1757 .minwidth250imp { min-width: 115px !important; }
1758 .minwidth300imp { min-width: 120px !important; }
1759 .minwidth400imp { min-width: 150px !important; }
1760 .minwidth500imp { min-width: 250px !important; }
1763select.widthcentpercentminusx, span.widthcentpercentminusx:not(.select2-selection):not(.select2-dropdown), input.widthcentpercentminusx {
1764 width: calc(100% - 52px) !important;
1765 display:
inline-block;
1767select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-selection):not(.select2-dropdown), input.widthcentpercentminusxx {
1768 width: calc(100% - 70px) !important;
1769 display:
inline-block;
1790@media only screen and (max-width: 767px)
1793 font-size: <?php print is_numeric($fontsize) ? ($fontsize + 3).
'px' : $fontsize; ?> !important;
1795 .divadvancedsearchfield {
1801 padding-right: 10px !important;
1804 .hideonsmartphone { display: none; }
1805 .hideonsmartphoneimp { display: none !important; }
1807 .margintoponsmartphone { margin-top: 6px; }
1810 margin-<?php echo $left; ?>: 0 !important;
1812 div.fiche>table.table-fiche-title {
1813 margin-top: 7px !important;
1814 margin-bottom: 15px !important;
1817 select.minwidth100imp, select.minwidth100, select.minwidth200, select.minwidth200imp, select.minwidth300 {
1818 width: calc(100% - 40px) !important;
1820 display:
inline-block;
1822 select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-selection), input.widthcentpercentminusxx {
1823 width: calc(100% - 70px) !important;
1824 display:
inline-block;
1827 input.maxwidthinputfileonsmartphone {
1831 input.buttonpayment,
button.buttonpayment, div.buttonpayment {
1835 .smallonsmartphone {
1839 .nopaddingtoponsmartphone {
1840 padding-top: 0 !important;
1842 .nopaddingbottomonsmartphone {
1843 padding-bottom: 0 !important;
1848@media only screen and (max-width: 570px)
1851 margin: 3px 2px 3px 2px !important;
1854 font-size: <?php print is_numeric($fontsize) ? ($fontsize + 3).
'px' : $fontsize; ?> !important;
1857 div#login_left, div#login_right {
1858 min-width: 150px !important;
1859 max-width: 200px !important;
1860 padding-left: 5px !important;
1861 padding-right: 5px !important;
1865 height: 64px !important;
1868 .divmainbodylarge { margin-left: 10px !important; margin-right: 10px !important; }
1870 .tdoverflowonsmartphone {
1873 text-overflow: ellipsis;
1874 white-space: nowrap;
1876 .tdoverflowmax100onsmartphone {
1879 text-overflow: ellipsis;
1880 white-space: nowrap;
1882 .tdoverflowmax150onsmartphone {
1885 text-overflow: ellipsis;
1886 white-space: nowrap;
1888 .border tbody tr, .border tbody tr td, div.tabBar table.border tr, div.tabBar table.border tr td, div.tabBar div.border .table-border-row, div.tabBar div.border .table-key-border-col, div.tabBar div.border .table-val-border-col {
1889 height: 40px !important;
1892 div.tabs div.tab a.tab {
1895 text-overflow: ellipsis;
1896 white-space: nowrap;
1899 .quatrevingtpercent, .inputsearch {
1905 padding-bottom: 5px;
1908 .login_table .tdinputlogin {
1909 min-width: unset !important;
1911 input, input[
type=text], input[
type=password], select, textarea {
1914 .trinputlogin input[
type=text], input[
type=password] {
1917 .vmenu .searchform input {
1921 .noenlargeonsmartphone { width : 50px !important; display:
inline !important; }
1922 .maxwidthonsmartphone, #search_newcompany.ui-autocomplete-input { max-width: 100px; }
1923 .maxwidth50onsmartphone { max-width: 40px; }
1924 .maxwidth75onsmartphone { max-width: 50px; }
1925 .maxwidth100onsmartphone { max-width: 70px; }
1926 .maxwidth125onsmartphone { max-width: 100px; }
1927 .maxwidth150onsmartphone { max-width: 120px; }
1928 .maxwidth150onsmartphoneimp { max-width: 120px !important; }
1929 .maxwidth200onsmartphone { max-width: 200px; }
1930 .maxwidth250onsmartphone { max-width: 250px; }
1931 .maxwidth300onsmartphone { max-width: 300px; }
1932 .maxwidth400onsmartphone { max-width: 400px; }
1933 .minwidth50imp { min-width: 50px !important; }
1934 .minwidth75imp { min-width: 75px !important; }
1935 .minwidth100imp { min-width: 100px !important; }
1936 .minwidth125imp { min-width: 125px !important; }
1937 .minwidth150imp { min-width: 110px !important; }
1938 .minwidth200imp { min-width: 110px !important; }
1939 .minwidth250imp { min-width: 115px !important; }
1940 .minwidth300imp { min-width: 120px !important; }
1941 .minwidth400imp { min-width: 150px !important; }
1942 .minwidth500imp { min-width: 250px !important; }
1943 .titlefield { width:
auto; min-width: unset; }
1944 .titlefieldcreate { width:
auto; }
1948 width: <?php print
dol_size(300,
'width'); ?>px;
1958 padding-<?php echo $right; ?>: 5px;
1959 padding-bottom: 5px;
1961 img.photoref, div.photoref {
1962 border: 1px solid rgba(0, 0, 0, 0.2);
1964 -webkit-box-shadow: none;
1968 object-fit: contain;
1972 padding-right: 10px;
1976 padding-right: 3px !important;
1979 padding-right: 3px !important;
1989 input.buttonpayment {
1993.linkobject { cursor: pointer; }
1995table.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 {
1996 color: var(--tableforfieldcolor);
1999<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2000.hideonprint { display: none !important; }
2015 white-space: nowrap;
2026 table-layout: fixed;
2028#id-right, #id-left {
2029 display: table-cell;
2031 vertical-align: top;
2035 padding-bottom: 5px;
2043 background: var(--colorbackbody);
2044 padding-bottom: 20px;
2046.bodyforlist #
id-right {
2047 padding-bottom: 4px;
2052.classforhorizontalscrolloftabs #
id-container {
2055.classforhorizontalscrolloftabs .side-nav {
2059.classforhorizontalscrolloftabs #
id-right {
2060 width: calc(100% - 210px);
2061 display:
inline-block;
2088@media screen and (prefers-color-scheme: dark) {
2090 border-bottom: 1px solid #888;
2097 display: table-cell;
2098 border-<?php echo $right; ?>: 1px solid #ECECEC;
2099 box-shadow: 3px 0 6px -2px #eee;
2100 background: var(--colorbackvmenu1);
2101 transition: left 0.5s ease;
2104.side-nav, .login_block {
2105 transition: left 0.5s ease;
2110 border-bottom: 0 !important;
2113 margin: <?php echo $disableimages ?
'0' :
'6'; ?>px;
2117 height: <?php echo $disableimages ?
'18' :
'35'; ?>px;
2120 vertical-align: middle;
2122.backgroundforcompanylogo {
2123 background-color: rgba(255,255,255,0.2);
2126.menulogocontainer img.mycompany {
2127 object-fit: contain;
2130 image-rendering: -webkit-optimize-contrast;
2132#mainmenutd_companylogo::after, #mainmenutd_menu::after {
2133 content: unset !important;
2135li#mainmenutd_companylogo .tmenucenter {
2138li#mainmenutd_companylogo {
2139 min-width: unset !important;
2141<?php
if ($disableimages) { ?>
2142 li#mainmenutd_home {
2143 min-width: unset !important;
2145 li#mainmenutd_home .tmenucenter {
2150div.blockvmenupair, div.blockvmenuimpair {
2151 border-top: none !important;
2152 border-left: none !important;
2153 border-right: none !important;
2154 border-bottom: 1px solid #eaeaea;
2155 padding-left: 0 !important;
2157div.blockvmenuend, div.blockvmenubookmarks {
2158 border: none !important;
2159 padding-left: 0 !important;
2161div.vmenu, td.vmenu {
2162 padding-right: 10px !important;
2164.blockvmenu .menu_titre {
2179.menuhider { display: none !important; }
2183@media only screen and (max-width: <?php echo !
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC3') ? round($nbtopmenuentries * 47, 0) + 130 : $conf->global->THEME_ELDY_WITDHOFFSET_FOR_REDUC3; ?>px)
2186 body.sidebar-collapse .side-nav {
2191 .classforhorizontalscrolloftabs #
id-right {
2197 body.sidebar-collapse .login_block {
2201 .menuhider { display: block !important; }
2202 .dropdown-
user-image { display: none; }
2203 .user-header { height:
auto !important; color: var(--colortextbackhmenu); }
2209 border-bottom: 1px solid #BBB;
2212 padding-right: 20px;
2218 border-bottom: 0 !important;
2220 div.blockvmenupair, div.blockvmenuimpair, div.blockvmenubookmarks, div.blockvmenuend {
2221 border-top: none !important;
2222 border-left: none !important;
2223 border-right: none !important;
2224 border-bottom: 1px solid #eaeaea;
2225 padding-left: 0 !important;
2227 div.vmenu, td.vmenu {
2228 padding-right: 6px !important;
2231 margin-<?php print $left; ?>: 9px !important;
2232 margin-<?php print $right; ?>: 10px !important;
2235 .pagination .fa-chevron-left, .pagination .fa-chevron-right {
2240@media only screen and (min-width: 768px) and (max-width: <?php echo !
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC3') ? round($nbtopmenuentries * 47, 0) + 130 : $conf->global->THEME_ELDY_WITDHOFFSET_FOR_REDUC3; ?>px)
2243 margin-<?php print $left; ?>: 13px !important;
2244 margin-<?php print $right; ?>: 14px !important;
2250 margin-<?php print $left; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 6 : (empty($conf->dol_optimize_smallscreen) ?
'40' :
'6')); ?>px;
2251 margin-<?php print $right; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 6 : (empty($conf->dol_optimize_smallscreen) ?
'36' :
'6')); ?>px;
2252 <?php
if (!empty($dol_hide_leftmenu)) {
2253 print
'margin-bottom: 12px;'.
"\n";
2255 <?php
if (!empty($dol_hide_leftmenu)) {
2256 print
'margin-top: 12px;'.
"\n";
2259body.onlinepaymentbody div.fiche {
2260 margin: 20px !important;
2262div.fiche>table:first-child {
2263 margin-bottom: 15px;
2265div.fiche>table.table-fiche-title {
2266 margin-bottom: 12px;
2276 <?php
if ($conf->browser->layout !=
'phone') {
2277 print
"float: ".$left.
";\n";
2279 <?php
if ($conf->browser->layout !=
'phone') {
2280 print
"width: calc(50% - 14px);\n";
2282 <?php
if ($conf->browser->layout ==
'phone') {
2283 print
"padding-bottom: 6px;\n";
2286div.fichetwothirdright {
2287 <?php
if ($conf->browser->layout !=
'phone') {
2288 print
"float: ".$right.
";\n";
2290 <?php
if ($conf->browser->layout !=
'phone') {
2291 print
"width: calc(50% - 14px);\n";
2293 <?php
if ($conf->browser->layout ==
'phone') {
2294 print
"padding-bottom: 6px\n";
2298 <?php
if ($conf->browser->layout !=
'phone') {
2299 print
"float: ".$left.
";\n";
2301 <?php
if ($conf->browser->layout !=
'phone') {
2302 print
"width: calc(50% - 14px);\n";
2306 <?php
if ($conf->browser->layout !=
'phone') {
2307 print
"float: ".$right.
";\n";
2309 <?php
if ($conf->browser->layout !=
'phone') {
2310 print
"width: calc(50% - 14px);\n";
2314 <?php
if ($conf->browser->layout ==
'phone') {
2315 print
"margin-top: 10px;\n";
2328@media only screen and (max-width: 1000px)
2331 margin-<?php print $left; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 6 : ($dol_hide_leftmenu ?
'6' :
'20')); ?>px;
2332 margin-<?php print $right; ?>: <?php print(
GETPOST(
'optioncss',
'aZ09') ==
'print' ? 8 : 6); ?>px;
2338 div.fichecenterbis {
2341 div.fichethirdleft {
2344 padding-bottom: 6px;
2346 div.fichetwothirdright {
2349 padding-bottom: 6px;
2355 div.fichehalfright {
2359 div.fichehalfright {
2362 div.firstcolumn div.box {
2365 div.secondcolumn div.box {
2371@media only screen and (max-width: 1499px)
2373 div.fichehalfleft-lg {
2377 div.fichehalfright-lg {
2382 .fichehalfright-lg .fichehalfright {
2388div.fichehalfright tr.liste_titre:first-child td table.nobordernopadding td {
2392 padding: 0 !important;
2400td.nobordernopadding.widthpictotitle.col-picto {
2404.table-list-of-attached-files .col-picto, .table-list-of-links .col-picto {
2405 opacity: 0.7 !important;
2409.table-list-of-attached-files .col-picto .widthpictotitle, .table-list-of-links .col-picto .widthpictotitle {
2426 margin-<?php echo $right; ?>: 8px;
2439 vertical-align: middle;
2442.pictowarning, .pictoerror, .pictopreview, .pictonopreview, .picto.error {
2443 padding-<?php echo $left; ?>: 3px;
2447 color: <?php echo $badgeWarning ?>;
2450 color: <?php echo $badgeDanger ?>;
2458.fiche .arearef img.pictoedit, .fiche .arearef span.pictoedit,
2459.fiche .fichecenter img.pictoedit, .fiche .fichecenter span.pictoedit,
2460.tagtdnote span.pictoedit {
2464 text-align: <?php echo $left; ?>;
2470 padding-left: 1px !important;
2473 padding-bottom: 1px;
2479 padding-bottom: 10px;
2481div.attachareaformuserfileecm {
2483 padding-bottom: 6px;
2488 margin-bottom: 10px;
2489 padding-bottom: 10px;
2491div.arearefnobottom {
2493 padding-bottom: 4px;
2498div.divphotoref:last-child {
2499 padding-<?php echo $right; ?>: 30px;
2502 padding-bottom: 10px;
2514 margin-bottom: 10px;
2521 vertical-align: text-bottom;
2527 vertical-align: text-bottom;
2529img.photoref, div.photoref {
2531 -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
2532 box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
2536 object-fit: contain;
2538img.photokanban, div.photokanban {
2542 vertical-align: middle;
2544div.photoref .fa, div.photoref .fas, div.photoref .far {
2548 object-fit: contain;
2552 vertical-align:middle;
2555.difforspanimgright {
2556 display: table-cell;
2557 padding-right: 10px;
2559img.photorefnoborder {
2563 object-fit: contain;
2564 border: 1px solid #AAA;
2565 border-radius: 100px;
2570 border-bottom: <?php echo $borderwidth ?>px solid var(--colortopbordertitle1);
2573.trextrafieldseparator td, .trextrafields_collapse_last td {
2579 margin: 0 !important;
2580 padding-bottom: 0 !important;
2588<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2591 background: var(--colorbackhmenu1);
2598<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2601 padding-<?php echo $right; ?>: <?php echo($maxwidthloginblock - 10); ?>px;
2604 -webkit-touch-callout: none;
2605 -webkit-
user-select: none;
2606 -khtml-
user-select: none;
2607 -moz-
user-select: none;
2608 -ms-
user-select: none;
2616<?php
if ($disableimages) { ?>
2622<?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
2627 white-space: nowrap;
2629 border-<?php print $left; ?>: 0px;
2630 border-<?php print $right; ?>: 0px;
2631 padding: 0px 0px 0px 0px;
2632 margin: 0px 0px 0px 0px;
2634 font-weight: normal;
2636 text-decoration: none;
2639div.tmenudisabled, a.tmenudisabled {
2642a.tmenu, a.tmenusel, a.tmenudisabled {
2645a.tmenudisabled:link, a.tmenudisabled:visited, a.tmenudisabled:hover, a.tmenudisabled:active {
2646 padding: 0px 5px 0px 5px;
2647 white-space: nowrap;
2648 color: var(--colortextbackhmenu);
2649 text-decoration: none;
2650 cursor: not-allowed;
2652span.mainmenuaspan.tmenudisabled {
2653 color: var(--colortextbackhmenu);
2655 cursor: not-allowed;
2658a.disabled, span.tmenu {
2660 text-decoration: none !important;
2664a.tmenu:link, a.tmenu:visited, a.tmenu:hover, a.tmenu:active {
2665 padding: 0px 2px 0px 2px;
2666 margin: 0px 0px 0px 0px;
2667 white-space: nowrap;
2668 color: var(--colortextbackhmenu);
2669 text-decoration: none;
2671a.tmenusel:link, a.tmenusel:visited, a.tmenusel:hover, a.tmenusel:active {
2672 padding: 0px 2px 0px 2px;
2673 margin: 0px 0px 0px 0px;
2674 white-space: nowrap;
2675 color: var(--colortextbackhmenu);
2676 text-decoration: none !important;
2681 padding: 0px 0px 0px 0px;
2682 margin: 0px 0px 0px 0px;
2688li.tmenu, li.tmenusel {
2689 <?php print $minwidthtmenu ?
'min-width: '.$minwidthtmenu.
'px;' :
''; ?>
2691 vertical-align: bottom;
2693 float: <?php print $left; ?>;
2699 font-weight: normal;
2702 background-image: none !important;
2705li.tmenusel::after, li.tmenu:hover::after{
2710 left: calc(50% - 6px);
2713 border-style: solid;
2714 border-width: 0px 6px 5px 6px;
2715 border-color: transparent transparent #ffffff transparent;
2718.tmenuend .tmenuleft { width: 0px; }
2719.tmenuend { display: none; }
2722 float: <?php print $left; ?>;
2724 <?php
if (empty($conf->dol_optimize_smallscreen)) { ?>
2727 <?php
if ($disableimages) { ?>
2730 height: <?php print $heightmenu; ?>px;
2737 <?php
if ($disableimages) { ?>
2742 height: <?php print $heightmenu; ?>px;
2752 padding-bottom: 4px;
2754 text-overflow: ellipsis;
2759 padding-<?php print $left; ?>: 2px;
2760 padding-<?php print $right; ?>: 2px;
2761 font-family: Roboto,<?php echo $fontlist; ?>;
2767 background-repeat:no-repeat;
2769 height: <?php echo($heightmenu - 22); ?>px;
2774a.tmenuimage:focus, .mainmenu.topmenuimage:focus {
2781 color: var(--colortextbackhmenu);
2787 <?php print $disableimages ?
'' :
'top: 10px'; ?>
2789#mainmenutd_menu a.tmenuimage {
2797 text-decoration: none;
2803<?php
if (in_array(
getDolGlobalInt(
'THEME_TOPMENU_DISABLE_IMAGE'), array(2, 3, 4))) { ?>
2804.tmenulabel:not(.menuhider), .tmenulabel:not(.menuhider)::before {
2808a.tmenuimage:not(.menuhider), a.tmenuimage:not(.menuhider)::before,
2809div.tmenuimage:not(.menuhider), div.tmenuimage:not(.menuhider)::before,
2810span.tmenuimage:not(.menuhider), span.tmenuimage:not(.menuhider)::before {
2812 margin-top: 8px !important;
2817.tmenudiv:hover .tmenulabel:not(.menuhider), .tmenudiv:hover .tmenulabel:not(.menuhider)::before {
2821 text-overflow: ellipsis;
2825 display: initial !important;
2826 line-height: 0.6em !important;
2827 height: 1em !important;
2829 text-overflow: ellipsis;
2830 color: var(--colortextbackhmenu);
2834.tmenudiv:hover .tmenuimage:not(.menuhider), .tmenudiv:hover .tmenuimage:not(.menuhider)::before {
2837 margin-top: 0px !important;
2842li.tmenu:hover .tmenulabel:not(.menuhider), li.tmenu:hover .tmenulabel:not(.menuhider)::before {
2843 display: initial !important;
2845li.tmenu:hover .tmenuimage:not(.menuhider), li.tmenu:hover .tmenuimage:not(.menuhider):before {
2846 font-size: 1.1em !important;
2847 margin-top: 0px !important;
2855<?php
if (empty($dol_hide_topmenu)) { ?>
2856 <?php include
dol_buildpath($path.
'/theme/'.$theme.
'/main_menu_fa_icons.inc.php', 0); ?>
2861 $moduletomainmenu = array(
2862 'user'=>
'',
'syslog'=>
'',
'societe'=>
'companies',
'projet'=>
'project',
'propale'=>
'commercial',
'commande'=>
'commercial',
2863 'produit'=>
'products',
'service'=>
'products',
'stock'=>
'products',
2864 'don'=>
'accountancy',
'tax'=>
'accountancy',
'banque'=>
'accountancy',
'facture'=>
'accountancy',
'compta'=>
'accountancy',
'accounting'=>
'accountancy',
'adherent'=>
'members',
'import'=>
'tools',
'export'=>
'tools',
'mailing'=>
'tools',
2865 'contrat'=>
'commercial',
'ficheinter'=>
'commercial',
'ticket'=>
'ticket',
'deplacement'=>
'commercial',
2866 'fournisseur'=>
'companies',
2867 'barcode'=>
'',
'fckeditor'=>
'',
'categorie'=>
'',
2869 $mainmenuused =
'home';
2870 foreach ($conf->modules as $val) {
2871 $mainmenuused .=
','.(isset($moduletomainmenu[$val]) ? $moduletomainmenu[$val] : $val);
2873 $mainmenuusedarray = array_unique(explode(
',', $mainmenuused));
2877 $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');
2879 $divnotrequired = array(
'multicurrency',
'salaries',
'ticket',
'margin',
'opensurvey',
'paybox',
'expensereport',
'incoterm',
'prelevement',
'propal',
'workflow',
'notification',
'supplier_proposal',
'cron',
'product',
'productbatch',
'expedition');
2881 foreach ($mainmenuusedarray as $val) {
2882 if (empty($val) || in_array($val, $divalreadydefined)) {
2885 if (in_array($val, $divnotrequired)) {
2891 $constformoduleicon =
'MAIN_MODULE_'.strtoupper($val).
'_ICON';
2893 if ($iconformodule) {
2894 if (preg_match(
'/^fa\-/', $iconformodule)) {
2897 $url =
dol_buildpath(
'/'.$val.
'/img/'.$iconformodule.
'.png', 1);
2902 foreach ($conf->file->dol_document_root as $dirroot) {
2903 if (file_exists($dirroot.
"/".$val.
"/img/".$val.
".png")) {
2914 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";
2915 print
'div.mainmenu.'.$val.
' span::before {'.
"\n";
2916 print
'content: "\f249";'.
"\n";
2921 print
"div.mainmenu.".$val.
" {\n";
2922 print
" background-image: url(".$url.
");\n";
2923 print
" background-position-y: 3px;\n";
2924 print
" filter: saturate(0);\n";
2927 print
'/* icon for module '.$val.
' is a fa icon */'.
"\n";
2936 padding:0 0 0 0 !important;
2937 margin:0 0 0 0 !important;
2938 <?php
if ($disableimages) { ?>
2949 background: #f0f0f0;
2957 display: table-cell;
2958 vertical-align: middle;
2960.login_vertical_align {
2962 padding-bottom: 80px;
2965 padding-bottom: 30px;
2967 vertical-align: middle;
2971 color: #eee !important;
2972 padding-bottom: 20px;
2973 text-shadow: 1px 1px #444;
2976 text-shadow: 1px 1px 1px #FFF;
2983 padding-bottom:12px;
2987 print
' background-color: rgba(255, 255, 255, 0.9);';
2989 print
' background-color: #FFFFFF;';
2992 -webkit-box-shadow: 0 2px 23px 2px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(60,60,60,0.15);
2993 box-shadow: 0 2px 23px 2px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(60,60,60,0.15);
3001.login_table input#username, .login_table input#password, .login_table input#securitycode {
3003 border-bottom: solid 1px rgba(180,180,180,.4);
3009.login_table input#username:focus, .login_table input#password:focus, .login_table input#securitycode:focus {
3010 outline: none !important;
3012.login_table .trinputlogin {
3016.login_table .tdinputlogin {
3017 background-color: transparent;
3022.login_table .tdinputlogin .fa {
3026.login_table .tdinputlogin input#username, .login_table .tdinputlogin input#password {
3029.login_table .tdinputlogin input#securitycode {
3034 word-
break:
break-word;
3038.login_main_message {
3041 margin-bottom: 22px;
3043.login_main_message .error {
3047div#login_left, div#login_right {
3048 display:
inline-block;
3052 padding-right: 16px;
3054 vertical-align: middle;
3056div#login_right select#entity {
3059table.login_table tr td table.none tr td {
3062table.login_table_securitycode {
3063 border-spacing: 0px;
3065table.login_table_securitycode tr td {
3073 border: 1px solid #DDDDDD;
3075#img_logo, .img_logo {
3080div.backgroundsemitransparent {
3081 background:rgba(255, 255, 255, 0.7);
3083 padding-right: 10px;
3087 text-align: <?php print $right; ?>;
3088 <?php print $right; ?>: 0;
3089 top: <?php print $disableimages ?
'4px' :
'0'; ?>;
3092 <?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3097 color: var(--colortextbackhmenu);
3098 display:
inline-block;
3100div.login_block a .atoploginusername {
3101 display:
inline-block;
3104 text-overflow: ellipsis;
3106div.login_block span.aversion {
3107 color: var(--colortextbackhmenu);
3108 filter: contrast(0.7);
3110div.login_block table {
3119 color: var(--colortextbackvmenu);
3122 color: var(--colortextbackvmenu);
3123 text-decoration:underline;
3125.login_block_elem a span.atoplogin, .login_block_elem span.atoplogin {
3126 vertical-align: middle;
3128div.login_block_user {
3129 display:
inline-block;
3130 vertical-align: middle;
3131 line-height: <?php echo $disableimages ?
'25' :
'52'; ?>px;
3132 height: <?php echo $disableimages ?
'25' :
'52'; ?>px;
3134div.login_block_other {
3135 display:
inline-block;
3136 vertical-align: middle;
3137 clear: <?php echo $disableimages ?
'none' :
'both'; ?>;
3146 vertical-align: top;
3147 padding: 0px 3px 0px 4px !important;
3149.login_block_other .login_block_elem {
3153.atoplogin, .atoplogin:hover {
3154 color: var(--colortextbackhmenu) !important;
3156.login_block_getinfo {
3159.login_block_getinfo div.login_block_user {
3162.login_block_getinfo .atoplogin, .login_block_getinfo .atoplogin:hover {
3163 color: #333 !important;
3164 font-weight: normal !important;
3166.alogin, .alogin:hover {
3167 font-weight: normal !important;
3170.alogin:hover, .atoplogin:hover {
3171 text-decoration:underline !important;
3173span.fa.atoplogin, span.fa.atoplogin:hover {
3175 text-decoration: none !important;
3177.atoplogin #dropdown-icon-down, .atoplogin #dropdown-icon-up {
3180img.login, img.printer, img.entity {
3183 text-decoration: none;
3187.loginbuttonexternal {
3190 border: 1px solid #ccc;
3196.userimg.atoplogin img.userphoto, .userimgatoplogin img.userphoto {
3197 width: <?php echo $disableimages ?
'26' :
'30'; ?>px;
3198 height: <?php echo $disableimages ?
'26' :
'30'; ?>px;
3200 background-size: contain;
3202 border-color: rgba(255, 255, 255, 0.2);
3205 border-radius: 0.72em;
3208 background-size: contain;
3209 vertical-align: middle;
3211span.userimg div.userphoto {
3212 background-color: #eee;
3213 border-radius: 0.72em;
3219 border-radius: 0.6em;
3222 background-size: contain;
3223 vertical-align: middle;
3224 background-color: #FFF;
3226img.userphotopublicvcard {
3230 background-size: contain;
3232 border-color: rgba(128, 128, 128, 0.5);
3237img.userphoto[alt=
"Gravatar avatar"], img.photouserphoto.dropdown-
user-image[alt=
"Gravatar avatar"] {
3240form[
name=
"addtime"] img.userphoto {
3241 border: 1px solid #444;
3244 background-image: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/object_user.png', 1); ?>);
3245 background-repeat: no-repeat;
3247.span-icon-password {
3248 background-image: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/lock.png', 1); ?>);
3249 background-repeat: no-repeat;
3256div.vmenu, td.vmenu {
3257 margin-<?php print $right; ?>: 2px;
3261 padding-bottom: 0px;
3269 <?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
3275input.vmenusearchselectcombo[
type=text] {
3276 width: 180px !important;
3278.vmenusearchselectcombo {
3284 padding-bottom: 3px;
3286 text-overflow: ellipsis;
3289#menu_contenu_logo { }
3291.searchform { padding-top: 10px; }
3292.searchform input { font-size: 16px; }
3295a.vmenu:link, a.vmenu:visited, a.vmenu:hover, a.vmenu:active, span.vmenu, span.vsmenu {
3296 white-space: nowrap; font-family: <?php print $fontlist ?>; text-align: <?php print $left; ?>;
3298a.vmenu:link, a.vmenu:visited, a.vmenu:hover, a.vmenu:active,
3299span.vmenu, span.vmenu:link, span.vmenu:visited, span.vmenu:hover, span.vmenu:active { font-weight: bold; }
3300span.vmenudisabled, font.vmenudisabled {
3302 font-family: <?php print $fontlist ?>; text-align: <?php print $left; ?>; font-weight: bold; color: #aaa; margin-left: 4px; white-space: nowrap;
3304a.vmenu:link, a.vmenu:visited {
3305 color: var(--colortextbackvmenu);
3308a.vsmenu:link, a.vsmenu:visited, a.vsmenu:hover, a.vsmenu:active, span.vsmenu {
3309 font-family: <?php print $fontlist ?>;
3310 text-align: <?php print $left; ?>;
3311 color: var(--colortextbackvmenu);
3312 margin: 1px 1px 1px 6px;
3314span.vsmenudisabled, font.vsmenudisabled {
3315 font-family: <?php print $fontlist ?>;
3316 text-align: <?php print $left; ?>;
3318 white-space: nowrap;
3320a.vsmenu:link, a.vsmenu:visited {
3321 color: var(--colortextbackvmenu);
3322 white-space: nowrap;
3324span.vsmenudisabledmargin, font.vsmenudisabledmargin { margin: 1px 1px 1px 6px; }
3325li a.vsmenudisabled, li.vsmenudisabled { color: #aaa !important; }
3327a.help:link, a.help:visited, a.help:hover, a.help:active, span.help {
3328 text-align: <?php print $left; ?>; color: #aaa; text-decoration: none;
3330.helppresent, .helppresent:hover {
3338 color: var(--colortextbackhmenu);
3339 margin-<?php echo $left ?>: -4px;
3340 display:
inline-block;
3342 vertical-align: super;
3344 transform: rotate(<?php echo($left ==
'left' ?
'55deg' :
'305deg'); ?>);
3347.vmenu div.blockvmenufirst, .vmenu div.blockvmenulogo, .vmenu div.blockvmenusearchphone, .vmenu div.blockvmenubookmarks
3349 border-top: 1px solid #BBB;
3351a.vsmenu.addbookmarkpicto {
3352 padding-right: 10px;
3354div.blockvmenusearchphone
3356 border-bottom: none !important;
3358.vmenu div.blockvmenuend, .vmenu div.blockvmenulogo
3360 margin: 0 0 8px 2px;
3362.vmenu div.blockvmenusearch
3364 padding-bottom: 13px;
3366.vmenu div.blockvmenuend
3368 padding-bottom: 5px;
3370.vmenu div.blockvmenulogo
3372 padding-bottom: 10px;
3375div.blockvmenubookmarks
3377 padding-top: 10px !important;
3378 padding-bottom: 16px !important;
3380div.blockvmenupair, div.blockvmenuimpair, div.blockvmenubookmarks, div.blockvmenuend
3382 font-family: <?php print $fontlist ?>;
3383 text-align: <?php print $left; ?>;
3384 text-decoration: none;
3388 padding-bottom: 7px;
3391 color: var(--colortext);
3392 background: var(--colorbackvmenu1);
3394 border-left: 1px solid #AAA;
3395 border-right: 1px solid #BBB;
3400 font-family: <?php print $fontlist ?>;
3402 text-align: <?php print $left; ?>;
3403 text-decoration: none;
3404 margin: 1px 0px 0px 2px;
3405 background: var(--colorbackvmenu1);
3408div.blockvmenusearch > form > div {
3411div.blockvmenusearch > form > div > label {
3417<?php
if (empty($conf->dol_optimize_smallscreen)) { ?>
3418 font-family: <?php print $fontlist ?>;
3421 text-decoration: none;
3425 padding-bottom: 3px;
3426 margin: 4px 0px 0px 0px;
3434 border-right: 1px solid #000000;
3435 border-bottom: 1px solid #000000;
3436 background: #b3c5cc;
3437 font-family: <?php print $fontlist ?>;
3439 text-align: <?php print $left; ?>;
3440 text-decoration: none;
3444 background: #b3c5cc;
3449 background: #F4F4F4;
3451 border: 1px solid #bbb;
3462#mainContent, #leftContent .ui-layout-pane {
3467#mainContent, #leftContent .ui-layout-center {
3479 padding-bottom: 0 !important;
3484 padding: 0px 4px 14px 4px !important;
3500li.expanded > a.fmdirlia.jqft.ecmjqft {
3501 font-weight: bold !important;
3505 width: calc(100% - 100px);
3509 white-space:
break-spaces;
3510 word-
break:
break-all;
3518 text-align: <?php print $left; ?>;
3537 color: var(--colortextbacktab);
3539 padding-left: 0px; padding-right: 0px;
3540 padding-bottom: 2px;
3541 margin: 0px 0px 30px 0px;
3542 border-top: 1px solid #BBB;
3547 background: var(--colorbacktabcard1);
3549div.tabBar tr.titre td {
3552div.fiche table:not(.table-fiche-title) tr.titre td {
3556div.tabBar.tabBarNoTop {
3562div.tabBarWithBottom {
3563 padding-bottom: 18px;
3564 border-bottom: 1px solid #bbb;
3566div.tabBarWithBottom tr {
3567 background: unset !important;
3569div.tabBarWithBottom table.border>tbody>tr:last-of-
type>td {
3570 border-bottom: none !important;
3573div.tabBar table.tableforservicepart2:last-child {
3574 border-bottom: 1px solid #aaa;
3576.tableforservicepart1 .tdhrthin {
3578 padding-top: 0 !important;
3588 border: 1px solid #888;
3592 padding-bottom: 8px;
3602 margin: 20px 0em 30px 0em;
3606div.tabsActionNoBottom {
3610 margin-bottom: 16px !important;
3614 color: rgba(0,0,0,0.4) !important;
3615 text-shadow:1px 1px 1px #ffffff;
3616 font-family: <?php print $fontlist ?>;
3617 font-weight: normal !important;
3618 padding: 4px 6px 2px 0px;
3619 margin-<?php print $right; ?>: 10px;
3620 text-decoration: none;
3621 white-space: nowrap;
3629div.tabs div.tabsElem:first-of-
type a.tab {
3630 margin-left: 0px !important;
3634 color: var(--colortextlink) !important;
3636a.tab:link, a.tab:visited, a.tab:hover, a.tab#active {
3637 font-family: <?php print $fontlist ?>;
3638 padding: 12px 14px 13px;
3640 text-decoration: none;
3641 white-space: nowrap;
3643 background-image: none !important;
3646.tabactive, a.tab#active {
3647 color: var(--colortextbacktab) !important;
3649 margin: 0 0.2em 0 0.2em !important;
3651 border-right: 1px solid transparent;
3652 border-left: 1px solid transparent;
3653 border-top: 1px solid transparent;
3656 border-bottom: 3px solid var(--colorbackhmenu1) !important;
3658.tabunactive, a.tab#unactive {
3659 border-right: 1px solid transparent;
3660 border-left: 1px solid transparent;
3661 border-top: 1px solid transparent;
3662 border-bottom: 0px !important;
3670 text-decoration: underline;
3674 font-family: <?php print $fontlist ?>;
3675 text-decoration: none;
3676 white-space: nowrap;
3680 background: #dee7ec;
3684 background: #dee7ec;
3686 font-family: <?php print $fontlist ?>;
3689 text-decoration: none;
3690 white-space: nowrap;
3691 -webkit-border-radius:4px 4px 0px 0px;
3692 border-radius:4px 4px 0px 0px;
3694 border-<?php print $right; ?>: 1px solid #555555;
3695 border-<?php print $left; ?>: 1px solid #D8D8D8;
3696 border-top: 1px solid #D8D8D8;
3702<?php include
dol_buildpath($path.
'/theme/'.$theme.
'/btn.inc.php', 0); ?>
3714 background-repeat: repeat-x;
3715 margin-top: <?php echo($dol_hide_topmenu ?
'6' :
'0'); ?>px;
3720 border-collapse: collapse;
3723 padding-<?php print $left; ?>: 0px !important;
3724 padding-<?php print $right; ?>: 4px !important;
3727 list-style-
type:none;
3728 margin: 0px !important;
3729 padding: 0px !important;
3734tr.nocellnopadd td.nobordernopadding, tr.nocellnopadd td.nocellnopadd
3740 color: unset !important;
3744 padding: 4px !important;
3745 padding-left: 7px !important;
3746 padding-right: 7px !important;
3748input.button[
name=
"upload"] {
3749 padding: 5px !important;
3752input.button.smallpaddingimp, input.buttonreset.smallpaddingimp {
3756 color: var(--colortextlink);
3757 background-color: transparent;
3760input.buttonlink:hover {
3761 text-decoration: underline;
3767 text-decoration: underline;
3768 color: var(--colortextlink);
3769 background-color: transparent;
3773 padding-<?php print $left; ?>: 0px;
3775div.tabs.nopaddingleft {
3776 padding-<?php print $left; ?>: 0px;
3779 padding-<?php print $right; ?>: 0px;
3782 padding-top: 0px !important;
3784.nopaddingbottomimp {
3785 padding-bottom: 0px !important;
3788 border-collapse: collapse;
3791 padding-<?php print $left; ?>: 0px;
3792 padding-<?php print $right; ?>: 16px;
3793 padding-bottom: 4px;
3796.notopnoleftnoright {
3797 border-collapse: collapse;
3802 padding-bottom: 4px;
3803 margin: 0px 0px 0px 0px;
3806table.tableforemailform tr td {
3808 padding-bottom: 3px;
3811table.border, table.bordernooddeven, table.dataTable, .table-border, .table-border-col, .table-key-border-col, .table-val-border-col, div.border {
3812 border-collapse: collapse !important;
3813 padding: 1px 2px 1px 3px;
3816 border: 1px solid #BBB;
3818.border tbody tr, .bordernooddeven tbody tr, .border tbody tr td, .bordernooddeven tbody tr td,
3819div.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,
3820tr.liste_titre.box_titre td table td, .bordernooddeven tr td {
3824div.tabBar div.border .table-border-row, div.tabBar div.border .table-key-border-col, div.tabBar .table-val-border-col {
3825 vertical-align: middle;
3827div .tdtop:not(.tagtdnote) {
3828 vertical-align: top !important;
3831 padding-top: 5px !important;
3832 padding-bottom: 0px !important;
3835table.border td, table.bordernooddeven td, div.border div div.tagtd {
3836 padding: 2px 2px 2px 2px;
3837 border-collapse: collapse;
3839div.tabBar .fichecenter table.border>tbody>tr>td, div.tabBar .fichecenter div.border div div.tagtd, div.tabBar div.border div div.tagtd
3842 border-bottom: 1px solid #E0E0E0;
3845td.border, div.tagtable div div.border {
3846 border-top: 1px solid #000000;
3847 border-right: 1px solid #000000;
3848 border-bottom: 1px solid #000000;
3849 border-left: 1px solid #000000;
3851.table-key-border-col {
3855.table-val-border-col {
3860.thsticky, .tdsticky {
3864.thstickyright, .tdstickyright {
3868.thstickygray, .tdstickygray {
3869 background-color: lightgray;
3871.thstickyghostwhite, .tdstickyghostwhite {
3872 background-color: ghostwhite;
3874.thstickyinherit, .tdstickyinherit {
3875 background-color: inherit;
3904.nobordertop, .nobordertop tr:first-of-
type td {
3905 border-top: none !important;
3907.noborderbottom, .noborderbottom tr:last-of-
type td {
3908 border-bottom: none !important;
3911 border-top: 1px solid var(--colortopbordertitle1);
3914 border-bottom: 1px solid var(--colortopbordertitle1);
3918.fichehalfright table.noborder , .fichehalfleft table.noborder{
3919 margin: 0px 0px 0px 0px;
3921table.liste, table.noborder:not(.paymenttable):not(.margintable):not(.tableforcontact), table.formdoc, div.noborder:not(.paymenttable):not(.margintable):not(.tableforcontact) {
3923 if ($userborderontable) { ?>
3924 border-left: 1px solid var(--colortopbordertitle1);
3925 border-right: 1px solid var(--colortopbordertitle1);
3928table.liste, table.noborder, table.formdoc, div.noborder {
3930 border-collapse: separate !important;
3931 border-spacing: 0px;
3932 border-top-width: <?php echo $borderwidth ?>px;
3933 border-top-color: var(--colortopbordertitle1);
3934 border-top-style: solid;
3935 margin: 0px 0px 20px 0px;
3947#tablelines, #tablelinesservice {
3948 border-bottom-width: 1px;
3949 border-bottom-color: var(--colortopbordertitle1);
3950 border-bottom-style: solid;
3952table.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 {
3953 border-bottom-width: 1px;
3954 border-bottom-color: var(--colortopbordertitle1);
3955 border-bottom-style: solid;
3962div.tabBar table.border>tbody>tr:last-of-
type>td {
3963 border-bottom-width: 1px;
3964 border-bottom-color: var(--colortopbordertitle1);
3965 border-bottom-style: solid;
3967div.tabBar div.fichehalfright table.noborder {
3968 border-bottom: none;
3971table.paddingtopbottomonly tr td {
3973 padding-bottom: 2px;
3975.liste_titre_filter {
3976 background: var(--colorbacktitle1) !important;
3979 background: var(--colorbackhmenu1) !important;
3982table:not(.listwithfilterbefore) tr.liste_titre_filter:first-of-
type td.liste_titre {
3986tr.liste_titre_filter td.liste_titre {
3989 padding-bottom: 0px;
3991tr.liste_titre_filter td.liste_titre:first-of-
type {
3994.liste_titre_create td, .liste_titre_create th, .liste_titre_create .tagtd
3996 border-bottom-width: 0 !important;
3997 border-top-width: 1px;
3998 border-top-color: var(--colortopbordertitle1);
3999 border-top-style: solid;
4001tr#trlinefordates td {
4002 border-bottom: 0px !important;
4004.liste_titre_add td, .liste_titre_add th, .liste_titre_add .tagtd
4006 border-top-width: 1px;
4007 border-top-color: var(--colortopbordertitle1);
4008 border-top-style: solid;
4010table.liste tr, table.noborder tr, div.noborder form {
4011 border-top-color: #FEFEFE;
4014table.liste th, table.noborder th, table.noborder tr.liste_titre td, table.noborder tr.box_titre td {
4015 padding: 7px 8px 7px 8px;
4017table.liste td, table.noborder td, div.noborder form div, table.tableforservicepart1 td, table.tableforservicepart2 td {
4018 padding: 8px 6px 8px 6px;
4022table.liste tr.trkanban td {
4023 padding: 10px 12px 10px 12px;
4025div.liste_titre_bydiv .divsearchfield {
4026 padding: 2px 1px 2px 7px;
4029tr.box_titre .nobordernopadding td {
4030 padding: 0 ! important;
4032table.nobordernopadding {
4033 border-collapse: collapse !important;
4036table.nobordernopadding tr {
4037 border: 0 !important;
4038 padding: 0 0 !important;
4040table.nobordernopadding tr td {
4041 border: 0 !important;
4044table.border tr td table.nobordernopadding tr td {
4050 border-right-width: 1px !important;
4051 border-right-color: #BBB !important;
4052 border-right-style: solid !important;
4056 border-left-width: 1px !important;
4057 border-left-color: #BBB !important;
4058 border-left-style: solid !important;
4063table.listwithfilterbefore {
4064 border-top: none !important;
4068.tagtable, .table-border { display: table; }
4069.tagtr, .table-border-row { display: table-row; }
4070.tagtd, .table-border-col, .table-key-border-col, .table-val-border-col { display: table-cell; }
4071.confirmquestions .tagtr .tagtd:not(:first-child) { padding-left: 10px; }
4072.confirmquestions { margin-top: 5px; }
4080 color: var(--colortexttitlenotab);
4082 word-
break:
break-word;
4085 color: var(--colortexttitlenotab) !important;
4089 font-weight: normal;
4090 color: var(--refidnocolor);
4091 font-size: <?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize ?>;
4094div.refaddress div.address {
4099 display:
inline-block;
4103 float: <?php echo $right; ?>;
4106 font-weight: normal;
4111 display:
inline-block;
4117 display:
inline-block;
4121 padding-bottom: 5px;
4125 display:
inline-block;
4129div.pagination li.pagination a,
4130div.pagination li.pagination span {
4132 line-height: 1.42857143;
4133 text-decoration: none;
4134 background-repeat: repeat-x;
4135 color: var(--color-black);
4137div.pagination li.pagination span.inactive {
4141li.noborder.litext, li.noborder.litext a,
4142div.pagination li a.inactive:hover,
4143div.pagination li span.inactive:hover {
4144 -webkit-box-shadow: none !important;
4145 box-shadow: none !important;
4150div.pagination li.litext a {
4152 padding-right: 10px;
4156div.pagination li.litext a:hover {
4157 background-color: transparent;
4158 background-image: none;
4160div.pagination li.noborder a:hover {
4162 background-color: transparent;
4165div.pagination li span {
4169div.pagination li:first-child a,
4170div.pagination li:first-child span {
4183div.pagination li .active a,
4184div.pagination li .active span,
4185div.pagination li .active a:hover,
4186div.pagination li .active span:hover,
4187div.pagination li .active a:focus,
4188div.pagination li .active span:focus {
4192 background-color: var(--colorbackhmenu1);
4193 border-color: #337ab7;
4195div.pagination .disabled span,
4196div.pagination .disabled span:hover,
4197div.pagination .disabled span:focus,
4198div.pagination .disabled a,
4199div.pagination .disabled a:hover,
4200div.pagination .disabled a:focus {
4202 cursor: not-allowed;
4203 background-color: #fff;
4206div.pagination li.pagination .active {
4207 text-decoration: underline;
4210.paginationafterarrows .nohover {
4211 box-shadow: none !important;
4214div.pagination li.paginationafterarrows {
4219.paginationatbottom {
4222table.hidepaginationprevious .paginationprevious {
4225table.hidepaginationnext .paginationnext {
4228.tabBar .arearef .pagination.paginationref {
4229 max-width: calc(30%);
4231.paginationafterarrows a.btnTitlePlus, .titre_right a.btnTitlePlus {
4232 border: 1px solid var(--btncolorborder);
4234.paginationafterarrows a.btnTitlePlus:hover span:before, .titre_right a.btnTitlePlus:hover span:before {
4243.oddeven:hover, .evenodd:hover, .oddevenimport:hover, .evenoddimport:hover, .impair:hover, .pair:hover
4245 background: var(--colorbacklinepairhover) !important;
4247.tredited, .tredited td {
4248 background: var(--colorbacklinepairchecked) !important;
4249 border-bottom: 0 !important;
4251.treditedlinefordate {
4252 background: var(--colorbacklinepairchecked) !important;
4255<?php
if ($colorbacklinepairchecked) { ?>
4257 background: var(--colorbacklinepairchecked) !important;
4261.nohoverborder:hover {
4264 -webkit-box-shadow: unset;
4266.oddeven, .evenodd, .impair, .pair, .nohover .impair:hover, tr.impair td.nohover, tr.pair td.nohover, .tagtr.oddeven
4268 font-family: <?php print $fontlist ?>;
4270 color: var(--oddevencolor);
4272.impair, .nohover .impair:hover, tr.impair td.nohover {
4273 background-color: var(--colorbacklineimpair2);
4275.pair, .nohover .pair:hover, tr.pair td.nohover {
4276 background-color: var(--colorbacklinepair2);
4278tr.oddeven.oddevendouble {
4279 height: 60px !important;
4283 background-color: var(--colorbacklineimpair2);
4285table.dataTable tr.oddeven {
4286 background-color: var(--colorbacklinepair2) !important;
4290td.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 {
4291 background-color: var(--colorbacklineimpair2) !important;
4292 background: var(--colorbacklineimpair2) !important;
4294td.evenodd, tr.nohoverpair td, #trlinefordates td {
4295 background-color: var(--colorbacklinepair2) !important;
4296 background: var(--colorbacklinepair2) !important;
4300 border-bottom: 1pt solid black !important;
4301 background-color: var(--colorbacklinebreak) !important;
4303.trforbreak.nobold td a, .trforbreak.nobold span.secondary {
4304 font-weight: normal !important;
4308 padding: 5px 8px 5px 8px !important;
4310tr.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 {
4311 padding: 7px 8px 7px 8px;
4312 border-bottom: 1px solid #ddd;
4314form.pair, form.impair {
4315 font-weight: normal;
4317form.tagtr:last-of-
type div.tagtd, tr.pair:last-of-
type td, tr.impair:last-of-
type td {
4318 border-bottom: 0px !important;
4321 border-bottom: 0px !important;
4323div.tableforcontact form.tagtr:last-of-
type div.tagtd {
4324 border-bottom: 1px solid #ddd !important;
4326tr.pair td .nobordernopadding tr td, tr.impair td .nobordernopadding tr td {
4327 border-bottom: 0px !important;
4329table.nobottomiftotal tr.liste_total td {
4330 background-color: var(--inputbackgroundcolor);
4331 <?php
if (!$userborderontable) { ?>
4332 border-bottom: 0px !important;
4335table.nobottom, td.nobottom {
4336 border-bottom: 0px !important;
4338div.liste_titre .tagtd {
4339 vertical-align: middle;
4342 min-height: 26px !important;
4345 padding-bottom: 2px;
4347div.liste_titre_bydiv {
4348 border-top-width: <?php echo $borderwidth ?>px;
4349 border-top-color: var(--colortopbordertitle1);
4350 border-top-style: solid;
4351 <?php
if ($userborderontable) { ?>
4352 border-left: <?php echo $borderwidth ?>px solid var(--colortopbordertitle1);
4353 border-right: <?php echo $borderwidth ?>px solid var(--colortopbordertitle1);
4356 border-collapse: collapse;
4357 padding: 2px 0px 2px 0;
4362div.liste_titre_bydiv_inlineblock {
4363 display:
inline-block;
4367tr.liste_titre, tr.liste_titre_sel, form.liste_titre, form.liste_titre_sel, table.dataTable.tr, tagtr.liste_titre
4369 height: 26px !important;
4373 background: #f8f8f8;
4376 border: 1px solid #ddd;
4378div.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
4380 background: var(--colorbacktitle1);
4381 font-weight: <?php echo $useboldtitle ?
'bold' :
'normal'; ?>;
4383 color: var(--colortexttitle);
4384 font-family: <?php print $fontlist ?>;
4385 text-align: <?php echo $left; ?>;
4387tr.liste_titre th, tr.liste_titre td, th.liste_titre
4389 border-bottom: 1px solid var(--colortopbordertitle1);
4391tr.liste_titre:first-child th, tr:first-child th.liste_titre {
4393 border-bottom: unset;
4395tr.liste_titre th, th.liste_titre, tr.liste_titre td, td.liste_titre, form.liste_titre div
4397 font-family: <?php print $fontlist ?>;
4398 font-weight: <?php echo $useboldtitle ?
'bold' :
'normal'; ?>;
4399 vertical-align: middle;
4402tr.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 {
4403 text-shadow: none !important;
4404 color: var(--colortexttitlelink);
4406tr.liste_titre_topborder td {
4407 border-top-width: <?php echo $borderwidth; ?>px;
4408 border-top-color: var(--colortopbordertitle1);
4409 border-top-style: solid;
4412 text-shadow: none !important;
4413 color: var(--colortexttitle);
4415.liste_titre td a.notasortlink {
4416 color: var(--colortextlink);
4418.liste_titre td a.notasortlink:hover {
4419 background: transparent;
4421tr.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 {
4423 border-bottom: unset;
4429tr.liste_titre_sel th, th.liste_titre_sel, tr.liste_titre_sel td, td.liste_titre_sel, form.liste_titre_sel div
4431 font-family: <?php print $fontlist ?>;
4432 font-weight: normal;
4433 border-bottom: 1px solid #FDFFFF;
4437 background: transparent;
4440.listactionlargetitle .liste_titre {
4443.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 {
4444 color: var(--listetotal);
4445 font-weight: normal;
4447.noborder tr.liste_total td, tr.liste_total td, form.liste_total div {
4448 white-space: nowrap;
4450.noborder tr.liste_total_wrap td, tr.liste_total_wrap td, form.liste_total_wrap div {
4451 white-space: normal;
4453form.liste_total div {
4454 border-top: 1px solid #DDDDDD;
4456tr.liste_sub_total, tr.liste_sub_total td {
4457 border-bottom: 1px solid #aaa;
4460.tableforservicepart1 .impair, .tableforservicepart1 .pair, .tableforservicepart2 .impair, .tableforservicepart2 .pair {
4463.tableforservicepart1 tbody tr td, .tableforservicepart2 tbody tr td {
4464 border-bottom: none;
4466table.tableforservicepart1:first-of-
type tr:first-of-
type td {
4467 border-top: 1px solid #888;
4469table.tableforservicepart1 tr td {
4473.paymenttable, .margintable {
4474 border-top: none !important;
4475 margin: 0px 0px 0px 0px !important;
4477table.noborder.paymenttable {
4478 border-bottom: none !important;
4480.paymenttable tr td:first-child, .margintable tr td:first-child
4484.paymenttable, .margintable tr td {
4490 -webkit-box-shadow: 0px 0px 0px #DDD !important;
4491 box-shadow: 0px 0px 0px #DDD !important;
4494 -webkit-box-shadow: 1px 1px 7px #CCC !important;
4495 box-shadow: 1px 1px 7px #CCC !important;
4499 -webkit-box-shadow: 0px 0px 5px #888;
4500 box-shadow: 0px 0px 5px #888;
4503div.tabBar .noborder {
4504 -webkit-box-shadow: 0px 0px 0px #DDD !important;
4505 box-shadow: 0px 0px 0px #DDD !important;
4508#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 {
4509 border-bottom: 1px solid var(--colortopbordertitle1) !important;
4511#tablelines tr td, #tablelinesservice tr td {
4517.noborder:not(.editmode) > tbody > tr:nth-child(even):not(.liste_titre):not(.nooddeven), .liste > tbody > tr:nth-child(even):not(.liste_titre):not(.nooddeven),
4518div: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),
4519div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) .oddeven.tagtr:nth-of-
type(even):not(.liste_titre):not(.nooddeven)
4521 background: linear-gradient(bottom, var(----colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
4522 background: -o-linear-gradient(bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
4523 background: -moz-linear-gradient(bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
4524 background: -webkit-linear-gradient(bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
4526.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),
4527.noborder .oddeven.tagtr:nth-child(even):not(:last-of-
type) .tagtd:not(.liste_titre)
4529 border-bottom: 1px solid #f0f0f0;
4532.noborder:not(.editmode) > tbody > tr:nth-child(odd):not(.liste_titre):not(.nooddeven), .liste > tbody > tr:nth-child(odd):not(.liste_titre):not(.nooddeven),
4533div: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),
4534div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) .oddeven.tagtr:nth-of-
type(odd):not(.liste_titre):not(.nooddeven)
4536 background: linear-gradient(bottom, var(--colorbacklinepair2) 0%, var(--colorbacklinepair2) 100%);
4537 background: -o-linear-gradient(bottom, var(--colorbacklinepair2) 0%, var(--colorbacklinepair2) 100%);
4538 background: -moz-linear-gradient(bottom, var(--colorbacklinepair2) 0%, var(--colorbacklinepair2) 100%);
4539 background: -webkit-linear-gradient(bottom, var(--colorbacklinepair2) 0%, var(--colorbacklinepair2) 100%);
4541.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),
4542.noborder .oddeven.tagtr:nth-child(odd):not(:last-child) .tagtd:not(.liste_titre)
4544 border-bottom: 1px solid #f0f0f0;
4547ul.noborder li:nth-child(even):not(.liste_titre) {
4548 background-color: var(--colorbacklinepair2) !important;
4561 padding-bottom: 10px;
4566.boxstats, .boxstats130 {
4567 display:
inline-block;
4574 background: var(--colorbackbody);
4575 border: 1px solid var(--colorboxstatsborder);
4576 border-left: 6px solid var(--colorboxstatsborder);
4580.boxstats, .boxstats130, .boxstatscontent {
4581 white-space: nowrap;
4583 text-overflow: ellipsis;
4594 padding-bottom: 2px;
4598.boxtable:not(.widgetstats) td.tdboxstats .boxstats {
4599 box-shadow: 1px 1px 8px var(--colorboxstatsborder);
4602.tabBar .fichehalfright .boxstats {
4604 padding-bottom: 4px;
4625@media only screen and (max-width: 767px)
4627 .tabBar .arearef .pagination.paginationref {
4628 max-width: calc(50%);
4631 .clearbothonsmartphone {
4633 display: block !important;
4637 padding-left: 0 !important;
4638 padding-right: 0!important;
4639 margin-left: 0 !important;
4640 margin-right: 0 !important;
4643 a.tab:link, a.tab:visited, a.tab:hover, a.tab#active {
4644 padding: 12px 12px 13px;
4646 a.tmenu:link, a.tmenu:visited, a.tmenu:hover, a.tmenu:active {
4647 padding: 0px 0px 0px 0px;
4649 a.tmenusel:link, a.tmenusel:visited, a.tmenusel:hover, a.tmenusel:active {
4650 padding: 0px 0px 0px 0px;
4657 .boxstats, .boxstats130 {
4661 text-align: <?php echo $left; ?>
4666 min-width: <?php echo isset($_SESSION[
'dol_screenwidth']) ? min(160, round((
int) $_SESSION[
'dol_screenwidth'] / 2 - 20)) : 150; ?>px;
4671 min-width: <?php echo isset($_SESSION[
'dol_screenwidth']) ? min(160, round((
int) $_SESSION[
'dol_screenwidth'] / 2 - 20)) : 160; ?>px;
4672 max-width: <?php echo isset($_SESSION[
'dol_screenwidth']) ? min(161, round((
int) $_SESSION[
'dol_screenwidth'] / 2 - 20)) : 161; ?>px;
4675 .dashboardlineindicator {
4689 box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20);
4691span.boxstatstext span:not(.fas) {
4696 color: var(--colortext);
4698span.boxstatstext img, a.dashboardlineindicatorlate img {
4704.boxstatsindicator.thumbstat150 {
4705 display:
inline-flex;
4707span.boxstatsindicator {
4709 font-weight: normal;
4714span.dashboardlineindicator, span.dashboardlineindicatorlate {
4716 font-weight: normal;
4718a.dashboardlineindicatorlate:hover {
4719 text-decoration: none;
4721.dashboardlineindicatorlate img {
4724span.dashboardlineok {
4727span.dashboardlineko {
4731.dashboardlinelatecoin {
4737 padding: 0px 5px 0px 5px;
4738 border-radius: .25em;
4740 background-color: #9f4705;
4743 padding: 1px 3px 1px 1px;
4746 background-color: #8c4446;
4747 color: #FFFFFF ! important;
4748 border-radius: .25em;
4749 display:
inline-block;
4750 vertical-align: middle;
4753 margin-bottom: 25px !important;
4756 border-bottom-width: 1px;
4757 background: var(--colorbackbody);
4758 border-top: <?php echo $borderwidth ?>px solid var(--colortopbordertitle1);
4762table.noborder.boxtable tr td {
4766 border-top-width: 0 !important;
4769 border-bottom-width: 0 !important;
4771.boxtablenomarginbottom {
4772 margin-bottom: 0 !important;
4774.boxtable .fichehalfright, .boxtable .fichehalfleft {
4780.boxworkingboard .tdboxstats {
4781 padding-left: 0px !important;
4782 padding-right: 0px !important;
4784a.valignmiddle.dashboardlineindicator {
4788 height: 30px !important;
4799 background: var(--colorbacktitle1);
4800 color: var(--colortexttitle);
4801 font-family: <?php print $fontlist ?>, sans-serif;
4802 font-weight: <?php echo $useboldtitle ?
'bold' :
'normal'; ?>;
4803 border-bottom: 1px solid #FDFFFF;
4804 white-space: nowrap;
4807tr.box_titre td.boxclose {
4810img.boxhandle, img.boxclose {
4815 vertical-align: middle;
4818.formboxfilter input[
type=image]
4827.prod_entry_mode_free, .prod_entry_mode_predef {
4828 height: 26px !important;
4829 vertical-align: middle;
4833 border: 1px solid #888;
4842.ok { color: #114466; }
4843.warning { color: #887711 !important; }
4844.error { color: #660000 !important; font-weight: bold; }
4845.green { color: #118822 !important; }
4853 border-<?php print $left; ?>: solid 5px #87cfd2;
4857 padding-bottom: 8px;
4858 margin: 1em 0em 1em 0em;
4859 background: #eff8fc;
4865 border-<?php print $left; ?>: solid 5px #f2cf87;
4869 padding-bottom: 8px;
4870 margin: 1em 0em 1em 0em;
4871 background: #fcf8e3;
4873div.warning a, div.info a, div.error a {
4874 color: var(--colortextlink);
4879 border-<?php print $left; ?>: solid 5px #f28787;
4883 padding-bottom: 8px;
4884 margin: 1em 0em 1em 0em;
4885 background: #EFCFCF;
4893a.normal:link { font-weight: normal }
4894a.normal:visited { font-weight: normal }
4895a.normal:active { font-weight: normal }
4896a.normal:hover { font-weight: normal }
4898a.impayee:link { font-weight: bold; color: #550000; }
4899a.impayee:visited { font-weight: bold; color: #550000; }
4900a.impayee:active { font-weight: bold; color: #550000; }
4901a.impayee:hover { font-weight: bold; color: #550000; }
4913.framecontent iframe {
4923.opened-dash-board-wrap {
4924 margin-bottom: 25px;
4931.product_line_stock_ok { color: var(--productlinestockok); }
4932.product_line_stock_too_low { color: var(--productlinestocktoolow); }
4934.fieldrequired { font-weight: bold; color: var(--fieldrequiredcolor) !important; }
4936td.widthpictotitle, .table-fiche-title img.widthpictotitle { width: 38px; text-align: <?php echo $left; ?>; }
4937span.widthpictotitle { font-size: 1.7em; }
4938table.titlemodulehelp tr td img.widthpictotitle { width: 80px; }
4940.dolgraphtitle { margin-top: 6px; margin-bottom: 4px; }
4941.dolgraphtitlecssboxes { }
4942.dolgraphchart canvas {
4945.legendColorBox, .legendLabel { border: none !important; }
4946div.dolgraph div.legend, div.dolgraph div.legend div { background-color: var(--dolgraphbg) !important; }
4947div.dolgraph div.legend table tbody tr { height:
auto; }
4948td.legendColorBox { padding: 2px 2px 2px 0 !important; }
4949td.legendLabel { padding: 2px 2px 2px 0 !important; }
4951 text-align: <?php echo $left; ?>;
4955 white-space: nowrap;
4965div.divphotoref > div > .photowithmargin, div.divphotoref > img.photowithmargin, div.divphotoref > a > .photowithmargin {
4970 border: 1px solid #f0f0f0;
4978 margin-top: 6px !important;
4983 content:url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/logo_setup.svg', 1) ?>);
4984 display:
inline-block;
4989 content:url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/nographyet.svg', 1) ?>);
4990 display:
inline-block;
4992 background-repeat: no-repeat;
5001 text-decoration: none;
5003 padding-bottom: 5px;
5009div.fiche > table.table-fiche-title:first-of-
type div {
5010 color: var(--colortexttitlenotab);
5017 color: var(--colortexttitlenotab);
5020 color: var(--colortexttitlenotab);
5023 color: var(--colortexttitlenotab2);
5026table.table-fiche-title .col-title div.titre, .col-right .btnTitle-icon {
5029table.table-fiche-title {
5030 margin-bottom: 12px;
5034div.backgreypublicpayment {
5035 background-color: var(--colorbackgrey);
5037 border-bottom: 1px solid #ddd;
5043.backgreypublicpayment a {
5044 color: var(--colorblack) !important;
5047.poweredbypublicpayment {
5058 min-width: 300px; font-size: 16px;
5062 min-width: 320px; font-size: 16px;
5066#tablepublicpayment {
5067 border: 1px solid #CCCCCC !important;
5070 margin-bottom: 25px;
5072#tablepublicpayment .CTableRow1 { background-color: #F0F0F0 !important; }
5073#tablepublicpayment tr.liste_total { border-bottom: 1px solid #CCCCCC !important; }
5074#tablepublicpayment tr.liste_total td { border-top: none; }
5075input#cardholder-
name {
5079.divmainbodylarge { margin-left: 40px; margin-right: 40px; }
5080.publicnewmemberform div.titre { font-size: 2em; }
5081#divsubscribe { max-width: 900px; }
5082#divsubscribe .eventlabel { font-size: 1.5em; }
5083#tablesubscribe { width: 100%; }
5084#tablesubscribe tr td { font-size: 1.15em; }
5085#tablesubscribe .price-registration { font-size: 1.5em; }
5089 border: 1px solid #ccc;
5106.effectpostit:before, .effectpostit:after
5117 -webkit-box-shadow: 0 15px 10px #777;
5118 box-shadow: 0 15px 10px #777;
5119 -webkit-transform: rotate(-3deg);
5120 -moz-transform: rotate(-3deg);
5121 -o-transform: rotate(-3deg);
5122 -ms-transform: rotate(-3deg);
5123 transform: rotate(-3deg);
5127 -webkit-transform: rotate(3deg);
5128 -moz-transform: rotate(3deg);
5129 -o-transform: rotate(3deg);
5130 -ms-transform: rotate(3deg);
5131 transform: rotate(3deg);
5142.ui-dialog-titlebar {
5146.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable {
5147 z-index: 1005 !important;
5149.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
5150 z-index:1006 !important;
5152.ui-dialog.ui-widget.ui-widget-content {
5153 border: 1px solid #e0e0e0;
5176 border-<?php print $left; ?>: solid 5px #f2cf87;
5182 padding-bottom: 4px;
5184 background: var(--tablevalidbgcolor);
5197.ui-dialog.highlight.ui-widget.ui-widget-content.ui-front {
5202 max-width: <?php print
dol_size(700,
'width'); ?>px !important;
5204div.ui-tooltip.mytooltip {
5205 border: none !important;
5209 font-stretch: condensed;
5210 -moz-box-shadow: 0.5px 0.5px 4px 0px rgba(0, 0, 0, 0.5);
5211 -webkit-box-shadow:0.5px 0.5px 4px 0px rgba(0, 0, 0, 0.5);
5212 -o-box-shadow: 0.5px 0.5px 4px 0px rgba(0, 0, 0, 0.5);
5213 box-shadow: 0.5px 0.5px 4px 0px rgba(0, 0, 0, 0.5);
5214 filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
5215 background: var(--tooltipbgcolor) !important;
5216 color: var(--tooltipfontcolor);
5219 pointer-events: none;
5224 print
"/* For dark mode */\n";
5226 print
"@media (prefers-color-scheme: dark) {";
5228 print
"@media not print {";
5230 div.ui-tooltip.mytooltip {
5231 border: 1px solid #bbb !important;
5238@media only screen and (max-width: 768px)
5240 div.ui-tooltip.mytooltip {
5244@media only screen and (max-width: 480px)
5246 div.ui-tooltip.mytooltip {
5250@media only screen and (max-width: 320px)
5252 div.ui-tooltip.mytooltip {
5266.ui-datepicker-calendar .ui-state-
default, .ui-datepicker-calendar .ui-widget-content .ui-state-
default,
5267.ui-datepicker-calendar .ui-widget-header .ui-state-
default, .ui-datepicker-calendar .ui-
button,
5268html .ui-datepicker-calendar .ui-
button.ui-state-disabled:hover, html .ui-
button.ui-state-disabled:active
5273img.datecallink { padding-left: 2px !important; padding-right: 2px !important; }
5275.ui-datepicker-trigger {
5276 vertical-align: middle;
5283 -webkit-border-radius: 8px;
5285 border: 1px #E4ECEC outset;
5291 background-color: var(--inputbackgroundcolor);
5292 border-top: solid 2px #DDDDDD;
5293 border-<?php print $left; ?>: solid 2px #DDDDDD;
5294 border-<?php print $right; ?>: solid 1px #222222;
5295 border-bottom: solid 1px #222222;
5297 border-spacing: 0px;
5298 border-collapse: collapse;
5300.dp td, .tpHour td, .tpMinute td{padding:2px; font-size:10px;}
5302.dpHead,.tpHead,.tpHour td:Hover .tpHead{
5304 background-color:#b3c5cc;
5310.dpButtons,.tpButtons {
5312 background-color:#617389;
5317.dpButtons:Active,.tpButtons:Active{border: 1px outset black;}
5318.dpDayNames td,.dpExplanation {background-color:#D9DBE1; font-weight:bold; text-align:center; font-size:11px;}
5319.dpExplanation{ font-weight:normal; font-size:11px;}
5320.dpWeek td{text-align:center}
5322.dpToday,.dpReg,.dpSelected{
5325.dpToday{font-weight:bold; color:black; background-color:#DDDDDD;}
5326.dpReg:Hover,.dpToday:Hover{background-color:black;color:white}
5329.dpSelected{background-color:#0B63A2;color:white;font-weight:bold; }
5331.tpHour{border-top:1px solid #DDDDDD; border-right:1px solid #DDDDDD;}
5332.tpHour td {border-left:1px solid #DDDDDD; border-bottom:1px solid #DDDDDD; cursor:pointer;}
5333.tpHour td:Hover {background-color:black;color:white;}
5335.tpMinute {margin-top:5px;}
5336.tpMinute td:Hover {background-color:black; color:white; }
5337.tpMinute td {background-color:#D9DBE1; text-align:center; cursor:pointer;}
5343 background-color:transparent;
5348 vertical-align:middle;
5352 color: var(--colortextlink);
5366div.hidden, div.hiddenforpopup, header.hidden, tr.hidden, td.hidden, img.hidden, span.hidden, div.showifmore {
5381.previewnotyetavailable {
5385.websiteformtoolbar {
5387 top: <?php echo empty($dol_hide_topmenu) ? ($disableimages ?
'32px' :
'52px') :
'0'; ?>;
5391.exampleapachesetup {
5395 border: 1px solid #aaa;
5399 background: #ddd; border: 1px solid #ccc; border-radius: 4px;
5404 background-color: transparent;
5405 background-image: none;
5408 background-color: transparent;
5409 background-image: none;
5411 font-weight: normal;
5413.websitebar .button.bordertransp {
5415 text-decoration: unset !important;
5416 margin: 0px 4px 0px 4px !important
5420 border-bottom: 1px solid #ccc;
5421 background: #e6e6e6;
5422 display:
inline-block;
5423 padding: 5px 5px 5px 5px;
5426.centpercent.websitebar {
5427 width: calc(100% - 10px);
5430.websitebar .buttonDelete, .websitebar .button {
5433.websitebar .button, .websitebar .buttonDelete
5435 padding: 4px 5px 4px 5px !important;
5436 margin: 2px 4px 2px 4px !important;
5438 background: #f5f5f5 !important;
5439 border: 1px solid #ccc !important;
5443 padding-<?php echo $right; ?>: 10px;
5444 vertical-align: middle;
5447.websiteselectionsection {
5450.websiteselection span {
5451 vertical-align: middle;
5456.websiteselection, .websitetools {
5462 display:
inline-block;
5463 vertical-align: middle;
5466.websiteiframenoborder {
5469span.websiteselection span.select2.select2-container.select2-container--
default {
5472span.websitebuttonsitepreview, a.websitebuttonsitepreview {
5473 vertical-align: middle;
5475span.websitebuttonsitepreview img, a.websitebuttonsitepreview img {
5477 display:
inline-block;
5479span.websitebuttonsitepreviewdisabled img, a.websitebuttonsitepreviewdisabled img {
5483 vertical-align: middle;
5487.websiteselectionsection {
5488 border-left: 1px solid #bbb;
5489 border-right: 1px solid #bbb;
5494.websitebar input#previewpageurl {
5498.websitebar input.bordertransp {
5499 line-height: normal !important;
5502#divbodywebsite section p {
5511.dayevent .tagtr:first-of-
type {
5515.agendacell { height: 60px; }
5516table.cal_month { border-spacing: 0px; }
5517table.cal_month td:first-child { border-left: 0px; }
5518table.cal_month td:last-child { border-right: 0px; }
5519table.cal_month td { padding-left: 1px !important; padding-right: 1px !important; }
5520.cal_current_month { border-top: 0; border-left: solid 1px #E0E0E0; border-right: 0; border-bottom: solid 1px #E0E0E0; }
5521.cal_current_month_peruserleft { border-top: 0; border-left: solid 2px #6C7C7B; border-right: 0; border-bottom: solid 1px #E0E0E0; }
5522.cal_current_month_oneday { border-right: solid 1px #E0E0E0; }
5523.cal_other_month { border-top: 0; border-left: solid 1px #C0C0C0; border-right: 0; border-bottom: solid 1px #C0C0C0; }
5524.cal_other_month_peruserleft { border-top: 0; border-left: solid 2px #6C7C7B !important; border-right: 0; }
5525.cal_current_month_right { border-right: solid 1px #E0E0E0; }
5526.cal_other_month_right { border-right: solid 1px #C0C0C0; }
5527.cal_other_month { background: #EAEAEA; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 1px; padding-top: 0px; padding-bottom: 0px; }
5528.cal_past_month { background: #EEEEEE; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 1px; padding-top: 0px; padding-bottom: 0px; }
5529.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; }
5530.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; }
5531.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; }
5532.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; }
5533.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; }
5535.cal_peruser { padding-top: 0 !important; padding-bottom: 0 !important; padding-<?php print $left; ?>: 1px !important; padding-<?php print $right; ?>: 1px !important; }
5537 background: linear-gradient(bottom, var(--colorbacklinepair2) 85%, var(--colorbacklinepair2) 100%);
5538 background: -o-linear-gradient(bottom, var(--colorbacklinepair2) 85%, var(--colorbacklinepair2) 100%);
5539 background: -moz-linear-gradient(bottom, var(--colorbacklinepair2) 85%, var(--colorbacklinepair2) 100%);
5540 background: -webkit-linear-gradient(bottom, var(--colorbacklinepair2) 85%, var(--colorbacklinepair2) 100%);
5542.cal_today_peruser_impair { background: #F8F8F0; }
5544.peruser_notbusy { opacity: 0.5; }
5545div.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); }
5546table.cal_event { border: none; border-collapse: collapse; margin-bottom: 1px; min-height: 20px; filter: saturate(0.8); border-radius: 3px; }
5547table.cal_event td { border: none; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 2px; padding-top: 0px; padding-bottom: 0px; }
5548table.cal_event td.cal_event { padding: 4px 4px !important; padding-bottom: 2px !important; padding-top: 2px !important; }
5549table.cal_event td.cal_event_right { padding: 4px 4px !important; }
5550.cal_event { font-size: 1em; }
5551.cal_event a:link { color: #111111; font-weight: normal !important; }
5552.cal_event a:visited { color: #111111; font-weight: normal !important; }
5553.cal_event a:active { color: #111111; font-weight: normal !important; }
5554.cal_event_notbusy a.cal_event_title:hover { color: #111111; font-weight: normal !important; }
5556.cal_peruserviewname { max-width: 140px; height: 30px !important; }
5557.cal_event span.badge.badge-
status { border: 1px solid #aaa; }
5558table.cal_month tr td table.nobordernopadding tr td { padding: 0 2px 0 2px; }
5559table.cal_month tr.liste_titre td.tdfordaytitle { min-width: 120px; }
5564.calendarviewcontainertr { height: 100px; }
5574.cal_available { background: #0060d450; }
5575.cal_chosen { background: #0060d4; }
5582 border: solid 1px rgba(0,0,0,.3);
5583 background: var(--colorbackbody) !important;
5584 color: var(--colortext) !important;
5590.ui-autocomplete-loading {
5591 background: white url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/working.gif', 1) ?>) right center no-repeat;
5597 background-color: var(--inputbackgroundcolor);
5598 border:1px solid #888;
5602.ui-autocomplete ul {
5603 list-style-
type:none;
5607.ui-autocomplete ul li.selected {
5608 background-color: var(--inputbackgroundcolor);
5610.ui-autocomplete ul li {
5611 list-style-
type:none;
5624.editkey_textarea, .editkey_ckeditor, .editkey_string, .editkey_email, .editkey_numeric, .editkey_select, .editkey_autocomplete {
5625 background: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/edit.png', 1) ?>) right top no-repeat;
5631.editkey_datepicker {
5632 background: url(<?php echo
dol_buildpath($path.
'/theme/'.$theme.
'/img/calendar.png', 1) ?>) right center no-repeat;
5639.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 {
5644.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 {
5659.treeview ul { background-color: transparent !important; margin-top: 0 !important; }
5660.treeview li { background-color: transparent !important; padding: 0 0 0 20px !important; min-height: 30px; }
5661.treeview .hitarea { width: 20px !important; margin-left: -20px !important; margin-top: 3px; }
5662.treeview li table { min-height: 30px; }
5663.treeview .hover { color: var(--colortextlink) !important; text-decoration: underline !important; }
5694 font-family:sans-serif;
5697 border-spacing: 0px;
5698 border-collapse: collapse;
5705 border-style:groove;
5717 border: 1px solid #bbb !important;
5719A.color, A.color:active, A.color:visited {
5722 text-decoration : none;
5728 border : 1px inset white;
5731 border : 1px outset white;
5733A.none, A.none:active, A.none:visited, A.none:hover {
5736 text-decoration : none;
5743 border : 1px solid #b3c5cc;
5752 background-color : #b3c5cc;
5759 background-color : #b3c5cc;
5760 border : 2px outset;
5769 border : 1px outset white;
5775 font-family : <?php print $fontlist ?>;
5778 text-align : center;
5782 font-family : <?php print $fontlist ?>;
5789 font-family : <?php print $fontlist ?>;
5795 border: solid 1px #ddd !important;
5799.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
5800 border: 1px solid #888;
5801 background: var(--colorbacktitle1);
5805.ui-menu .ui-menu-item a {
5806 text-decoration:none;
5810 font-weight: normal;
5811 font-family:<?php echo $fontlist; ?>;
5815 font-family:<?php echo $fontlist; ?>;
5818.ui-
button { margin-left: -2px; }
5823 line-height: 1em !important;
5825.ui-autocomplete-input { margin: 0; padding: 4px; }
5832body.cke_show_borders {
5833 margin: 5px !important;
5837 border: 1px #bbb solid ! important;
5844.cke_wrapper { padding: 4px !important; }
5845a.cke_dialog_ui_button
5847 font-family: <?php print $fontlist ?> !important;
5848 background-image: url(<?php echo $img_button ?>) !important;
5849 background-
position: bottom !important;
5850 border: 1px solid #C0C0C0 !important;
5851 -webkit-border-radius:0px 5px 0px 5px !important;
5852 border-radius:0px 5px 0px 5px !important;
5853 -webkit-box-shadow: 3px 3px 4px #DDD !important;
5854 box-shadow: 3px 3px 4px #DDD !important;
5856.cke_dialog_ui_hbox_last
5858 vertical-align: bottom !important;
5860.cke_dialog_ui_hbox_first {
5861 vertical-align: middle !important;
5864 width: 40px !important;
5873a.cke_dialog_ui_button_ok span {
5874 text-shadow: none !important;
5875 color: #333 !important;
5883 border: 1px solid #ddd;
5886.aceeditorstatusbar {
5889 padding-<?php echo $left; ?>: 10px;
5893 background-color: #ebebeb;
5897.ace_status-indicator {
5901 border-left: 1px solid;
5903pre#editfilecontentaceeditorid {
5913 height: 72px !important;
5921.customreportsoutput, .customreportsoutputnotdata {
5924.customreportsoutputnotdata {
5937#types .btn-primary {
5946 display:
inline-block;
5951 vertical-align: top;
5954#types input.text, #types textarea {
5968 box-sizing:border-box;
5975#comment .comment-table {
5979#comment .comment-cell {
5982#comment .comment-info {
5984 border-right:1px solid #dedede;
5988 background:rgba(255,255,255,0.5);
5989 vertical-align:middle;
5992#comment .comment-info a {
5995#comment .comment-right {
5998#comment .comment-description {
6002#comment .comment-delete {
6005 vertical-align:middle;
6007#comment .comment-delete:hover {
6008 background:rgba(250,20,20,0.8);
6010#comment .comment-edit {
6013 vertical-align:middle;
6015#comment .comment-edit:hover {
6016 background:rgba(0,184,148,0.8);
6029 width: <?php print isset($_SESSION[
'dol_screenwidth']) ? max((
int) $_SESSION[
'dol_screenwidth'] - 830, 450) :
'450'; ?>px !important;
6032div#GanttChartDIVglisthead, div#GanttChartDIVgcharthead {
6036.gtaskname div, .gtaskname, .gstartdate div, .gstartdate, .genddate div, .genddate {
6037 font-size: unset !important;
6040div.gantt, .gtaskheading, .gmajorheading, .gminorheading, .gminorheadingwkend {
6041 font-size: unset !important;
6042 font-weight: normal !important;
6043 color: #000 !important;
6046 background: #f0f0f0 !important;
6049 background: rgb(108,152,185) !important;
6052 background: rgb(160,173,58) !important;
6056 text-overflow: ellipsis;
6058td.gminorheadingwkend {
6059 color: #888 !important;
6062 color: #666 !important;
6064.glistlbl, .glistgrid {
6065 width: 582px !important;
6072.gtaskname div, .gtaskname {
6073 min-width: 250px !important;
6074 max-width: unset !important;
6075 width: unset !important;
6077.gpccomplete div, .gpccomplete {
6078 min-width: 40px !important;
6079 max-width: 40px !important;
6080 width: 40px !important;
6082td.gtaskheading.gstartdate, td.gtaskheading.genddate {
6083 white-space:
break-spaces;
6085.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) {
6086 color: transparent !important;
6100 font-weight: normal;
6109 font-weight: normal;
6115 text-decoration: none;
6120 margin: 0 5px 5px 5px;
6125 margin: 0 10px 20px 10px;
6130 float: <?php print $left; ?>;
6131 border: solid 1px #DDDDDD;
6138 font-weight: normal;
6146 white-space: nowrap;
6152 vertical-align: middle;
6156 display:
inline-block !important;
6159 width: calc(100% - 100px);
6161 white-space:
break-spaces;
6162 word-
break:
break-all;
6164ul.ecmjqft a:active {
6165 font-weight: bold !important;
6168 text-decoration: underline;
6171 vertical-align: middle;
6172 display:
inline-block !important;
6181#ecm-layout-north div.attachareaformuserfileecm {
6182 padding-bottom: 0px;
6184div#ecm-layout-west {
6186 vertical-align: top;
6188div#ecm-layout-center {
6189 width: calc(100% - 390px);
6190 vertical-align: top;
6194.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; }
6195.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; }
6196.ecmjqft LI.wait { font-weight:normal; background: url(<?php echo
dol_buildpath(
'/theme/'.$theme.
'/img/working.gif', 1); ?>) left top no-repeat; }
6206 top:
auto !important;
6207 bottom: 4px !important;
6210 min-width: <?php echo $dol_optimize_smallscreen ?
'200' :
'480'; ?>px;
6213 padding-left: 10px !important;
6214 padding-right: 10px !important;
6215 word-wrap:
break-word;
6217.jnotify-container .jnotify-notification .jnotify-message {
6218 font-weight: normal;
6220 word-
break:
break-word;
6222.jnotify-container .jnotify-notification-warning .jnotify-close, .jnotify-container .jnotify-notification-warning .jnotify-message {
6223 color: #a28918 !important;
6227div.jnotify-background {
6228 opacity : 0.95 !important;
6229 -webkit-box-shadow: 2px 2px 4px #888 !important;
6230 box-shadow: 2px 2px 4px #888 !important;
6238div.dolEventValid h1, div.dolEventValid h2 {
6240 background-color: #e3f0db;
6241 padding: 5px 5px 5px 5px;
6244div.dolEventError h1, div.dolEventError h2 {
6246 background-color: #d79eac;
6247 padding: 5px 5px 5px 5px;
6255.divmap, #google-visualization-geomap-embed-0, #google-visualization-geomap-embed-1, #google-visualization-geomap-embed-2 {
6263table.dataTable tr.odd td.sorting_1, table.dataTable tr.even td.sorting_1 {
6264 background: none !important;
6266.sorting_asc { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_asc.png
', 1); ?>') no-repeat center right !important; }
6267.sorting_desc { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_desc.png
', 1); ?>') no-repeat center right !important; }
6268.sorting_asc_disabled { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_asc_disabled.png
', 1); ?>') no-repeat center right !important; }
6269.sorting_desc_disabled { background: url(
'<?php echo dol_buildpath('/theme/
'.$theme.'/img/sort_desc_disabled.png
', 1); ?>') no-repeat center right !important; }
6270.dataTables_paginate {
6273.paginate_button_disabled {
6274 opacity: 1 !important;
6275 color: #888 !important;
6276 cursor:
default !important;
6278.paginate_disabled_previous:hover, .paginate_enabled_previous:hover, .paginate_disabled_next:hover, .paginate_enabled_next:hover
6280 font-weight: normal;
6282.paginate_enabled_previous:hover, .paginate_enabled_next:hover
6284 text-decoration: underline !important;
6288 text-decoration: underline !important;
6292 font-weight: normal !important;
6293 text-decoration: none !important;
6295.paging_full_numbers {
6296 height: inherit !important;
6298.paging_full_numbers a.paginate_active:hover, .paging_full_numbers a.paginate_button:hover {
6299 background-color: var(--colorbackbody) !important;
6301.paging_full_numbers, .paging_full_numbers a.paginate_active, .paging_full_numbers a.paginate_button {
6302 background-color: var(--colorbackbody) !important;
6303 border-radius: inherit !important;
6305.paging_full_numbers a.paginate_button_disabled:hover, .paging_full_numbers a.disabled:hover {
6306 background-color: var(--colorbackbody) !important;
6308.paginate_button, .paginate_active {
6309 border: 1px solid #ddd !important;
6310 padding: 6px 12px !important;
6311 margin-left: -1px !important;
6312 line-height: 1.42857143 !important;
6313 margin: 0 0 !important;
6320.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled, .paginate_button_disabled {
6322 background-image: none;
6325div.dataTables_length {
6326 float: right !important;
6329div.dataTables_length select {
6332.dataTables_wrapper .dataTables_paginate {
6333 padding-top: 0px !important;
6340span.select2-selection--single.flat[aria-disabled=
"true"] span.select2-selection__rendered {
6344span#select2-taskid-container[title^=
'--'] {
6348.select2-container--
default .select2-results__option--highlighted[aria-selected] {
6349 background-color: var(--colorbackhmenu1);
6350 color: var(--colortextbackhmenu);
6352.select2-container--
default .select2-results__option--highlighted[aria-selected] span {
6353 color: #fff !important;
6356span.select2.select2-container.select2-container--
default {
6357 text-align: initial;
6364span.select2.select2-container.select2-container--
default {
6370input.select2-input {
6371 border-bottom: none ! important;
6375 border-bottom: solid 1px var(--inputbordercolor) !important;
6377.select2-results .select2-highlighted.optionblue {
6378 color: #FFF !important;
6380.select2-container .select2-selection--multiple {
6381 min-height: 28px !important;
6383.select2-container--
default .select2-selection--multiple .select2-selection__choice {
6384 margin-top: 5px !important;
6387.select2-container--focus span.select2-selection.select2-selection--single {
6388 border-bottom: 1px solid var(--inputbordercolor) !important;
6389 border-bottom-left-radius: 0;
6390 border-bottom-right-radius: 0;
6393.blockvmenusearch .select2-container--
default .select2-selection--single,
6394.blockvmenubookmarks .select2-container--
default .select2-selection--single
6396 background-color: var(--colorbackvmenu1);
6398.select2-container--
default .select2-selection--single {
6399 background-color: var(--inputbackgroundcolor);
6401#blockvmenusearch .select2-container--default .select2-selection--single .select2-selection__placeholder {
6402 color: var(--colortextbackvmenu);
6404.select2-container--
default .select2-selection--single .select2-selection__rendered {
6405 color: var(--colortext);
6409 color: #999 !important;
6411.select2-choice, .select2-container .select2-choice {
6412 border-bottom: solid 1px rgba(0,0,0,.4);
6414.select2-container .select2-choice > .select2-chosen {
6417.select2-container .select2-choice .select2-arrow {
6419 background: transparent;
6421.select2-container-multi .select2-choices {
6422 background-image: none;
6424.select2-container .select2-choice {
6425 color: var(--colortext);
6428.selectoptiondisabledwhite {
6429 background: #FFFFFF !important;
6433 border-left: none !important;
6434 background: none !important;
6438 border-top: none !important;
6439 border-left: none !important;
6440 border-right: none !important;
6442.select2-drop.select2-drop-above {
6443 box-shadow: none !important;
6445.select2-container--open .select2-dropdown--above {
6446 border-bottom: solid 1px var(--inputbordercolor);
6448.select2-drop.select2-drop-above.select2-drop-active {
6449 border-top: 1px solid #ccc;
6450 border-bottom: solid 1px var(--inputbordercolor);
6452.select2-container--
default .select2-selection--single
6461 border<?php echo !
getDolGlobalString(
'THEME_SHOW_BORDER_ON_INPUT') ?
'-bottom' :
''; ?>: solid 1px var(--inputbordercolor);
6463 -webkit-box-shadow: none !important;
6464 box-shadow: none !important;
6467.select2-container--focus .select2-container--
default .select2-selection--single {
6468 border-bottom-left-radius: 0;
6469 border-bottom-right-radius: 0;
6471.select2-container--
default.select2-container--focus .select2-selection--multiple {
6475 border-bottom-left-radius: 0;
6476 border-bottom-right-radius: 0;
6478.select2-container--
default .select2-selection--multiple {
6479 border-bottom: solid 1px var(--inputbordercolor);
6484 background: var(--inputbackgroundcolor);
6485 line-height: normal;
6487.select2-container--
default .select2-selection--multiple .select2-selection__rendered {
6490.select2-container--
default .select2-selection--multiple .select2-selection__choice {
6491 background-color: #ddd;
6492 margin-top: 4px !important;
6494.select2-selection--multiple input.select2-search__field {
6495 border-bottom: none !important;
6498.select2-search__field
6501 border-top: none !important;
6502 border-left: none !important;
6503 border-right: none !important;
6504 border-bottom: solid 1px var(--inputbordercolor) !important;
6505 -webkit-box-shadow: none !important;
6506 box-shadow: none !important;
6507 border-radius: 0 !important;
6510.select2-container-active .select2-choice, .select2-container-active .select2-choices
6515 border-bottom: none;
6516 -webkit-box-shadow: none !important;
6517 box-shadow: none !important;
6522 box-shadow: 1px 2px 10px var(--colorbackvmenu1);
6523 background-color: var(--colorbackbody);
6524 color: var(--colortext);
6526.select2-dropdown-open {
6527 background-color: var(--colorbackvmenu1);
6529.select2-dropdown-open .select2-choice, .select2-dropdown-open .select2-choices
6534 border-bottom: none;
6535 -webkit-box-shadow: none !important;
6536 box-shadow: none !important;
6537 background-color: var(--colorbackvmenu1);
6543.select2-drop.select2-drop-above.select2-drop-active, .select2-drop {
6546.select2-drop.select2-drop-above {
6549.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
6550 background-image: none;
6551 border-radius: 0 !important;
6553div.select2-drop-above
6555 background: var(--colorbackvmenu1);
6556 -webkit-box-shadow: none !important;
6557 box-shadow: none !important;
6561 border: 1px solid #ccc;
6564.select2-search input {
6567a span.select2-chosen
6569 font-weight: normal !important;
6571.select2-container .select2-choice {
6572 background-image: none;
6575.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit
6577 background: var(--colorbackvmenu1);
6582.select2-results__option {
6583 word-
break:
break-word;
6584 text-align: <?php echo $left; ?>;
6586.select2-container.select2-container-disabled .select2-choice, .select2-container-multi.select2-container-disabled .select2-choices {
6587 background-color: var(--colorbackvmenu1);
6588 background-image: none;
6592.select2-container-disabled .select2-choice .select2-arrow b {
6595.select2-container-multi .select2-choices .select2-search-choice {
6598.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices, .select2-container-multi .select2-choices,
6599.select2-container-multi.select2-container-active .select2-choices
6601 border-bottom: 1px solid #ccc;
6607.select2-container--
default .select2-results>.select2-results__options{
6612#addbox .select2-container .select2-choice > .select2-chosen, #actionbookmark .select2-container .select2-choice > .select2-chosen {
6613 text-align: <?php echo $left; ?>;
6616.select2-container--
default .select2-selection--single .select2-selection__placeholder {
6617 color: var(--colortext);
6620span#select2-boxbookmark-container, span#select2-boxcombo-container {
6621 text-align: <?php echo $left; ?>;
6623span#select2-boxbookmark-container {
6626.select2-container .select2-selection--single .select2-selection__rendered {
6630#boxbookmark.boxcombo, #boxcombo.boxcombo {
6633 border-bottom: solid 1px rgba(0,0,0,.4) !important;
6637 vertical-align: top;
6641.select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr {
6642 padding: 3px 5px 2px 5px;
6643 margin: 0 0 2px 3px;
6648 border: 1px solid #aaaaaa;
6650 -webkit-box-shadow: 0 0 2px var(--inputbackgroundcolor) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
6651 box-shadow: 0 0 2px var(--inputbackgroundcolor) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
6652 background-clip: padding-box;
6653 -webkit-touch-callout: none;
6654 -webkit-
user-select: none;
6655 -moz-
user-select: none;
6656 -ms-
user-select: none;
6658 background-color: var(--inputbackgroundcolor);
6659 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));
6660 background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
6661 background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
6662 background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
6664.select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr a {
6665 font-weight: normal;
6667.select2-container-multi-dolibarr .select2-choices-dolibarr li {
6668 float: <?php echo $left; ?>;
6671.select2-container-multi-dolibarr .select2-choices-dolibarr {
6672 height:
auto !important;
6681ul.select2-results__options li {
6685.parentonrightofpage {
6689select.multiselectononeline {
6691 vertical-align: middle;
6693 height: 28px !important;
6698@media only screen and (min-width: 767px)
6701 .select2-container.select2-container--open:not(.graphtype) .select2-dropdown.ui-dialog {
6702 min-width: 220px !important;
6704 .select2-container.select2-container--open:not(.graphtype) .select2-dropdown--below:not(.onrightofpage),
6705 .select2-container.select2-container--open:not(.graphtype) .select2-dropdown--above:not(.onrightofpage) {
6706 min-width: 220px !important;
6708 .onrightofpage span.select2-dropdown.ui-dialog.select2-dropdown--below,
6709 .onrightofpage span.select2-dropdown.ui-dialog.select2-dropdown--above{
6710 min-width: 140px !important;
6713 .select2-container--open .select2-dropdown--below {
6714 border-top: 1px solid var(--inputbordercolor);
6724.noborderoncategories {
6725 border: none !important;
6726 border-radius: 5px !important;
6728 -webkit-box-shadow: none !important;
6729 box-shadow: none !important;
6730 margin-top: 1px !important;
6731 margin-bottom: 0 !important;
6733span.noborderoncategories a, li.noborderoncategories a {
6734 line-height: normal;
6737span.noborderoncategories {
6738 padding: 3px 5px 3px 5px;
6739 display:
inline-block;
6741.categtextwhite, .treeview .categtextwhite.hover {
6742 color: #fff !important;
6745 color: #000 !important;
6757.multi-select-container {
6758 display:
inline-block;
6768 background: var(--inputbackgroundcolor);
6771 border: 1px solid #aaa;
6772 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
6776div.multi-select-menu[role=
"menu"] {
6777 min-width: 220px !important;
6780.multi-select-menu input {
6781 margin-right: 0.3em;
6782 vertical-align: 0.1em;
6786 display:
inline-block;
6788 white-space: nowrap;
6790 text-overflow: ellipsis;
6791 vertical-align: middle;
6792 background-color: var(--inputbackgroundcolor);
6796 border-bottom: solid 1px var(--inputbordercolor);
6802.multi-select-
button:focus {
6804 border-bottom: 1px solid #666;
6805 border-bottom-left-radius: 0;
6806 border-bottom-right-radius: 0;
6809.multi-select-
button:after {
6811 display:
inline-block;
6814 border-style: solid;
6815 border-width: 0.5em 0.23em 0em 0.23em;
6816 border-color: #888 transparent transparent transparent;
6820.multi-select-container--open .multi-select-menu { display: block; }
6822.multi-select-container--open .multi-select-
button:after {
6823 border-width: 0 0.4em 0.4em 0.4em;
6824 border-color: transparent transparent #888 transparent;
6827.multi-select-menuitem {
6832label.multi-select-menuitem {
6842ul.ulselectedfields {
6850 vertical-align: middle;
6851 display:
inline-block;
6853.dropdown dd, .dropdown dt {
6859 text-align: <?php echo $left; ?>;
6869.dropdown dt a span, .multiSel span {
6871 display:
inline-block;
6872 padding: 0 3px 2px 0;
6874.maxwidthsearch .dropdown dt a span, .multiSel span {
6875 padding: 3px 3px 2px 3px;
6877.dropdown span.value {
6881 background-color: var(--inputbackgroundcolor);
6882 box-shadow: 1px 1px 10px #aaa;
6884 <?php echo $right; ?>:0px;
6894.dropdown dd ul.selectedfieldsleft {
6895 <?php echo $right; ?>:
auto;
6898 white-space: nowrap;
6899 font-weight: normal;
6900 padding: 7px 8px 7px 8px;
6902 color: var(--colortext);
6904.dropdown dd ul li:hover {
6907.dropdown dd ul li input[
type=
"checkbox"] {
6908 margin-<?php echo $right; ?>: 3px;
6910.dropdown dd ul li a, .dropdown dd ul li span {
6914.dropdown dd ul li span {
6920dd.dropdowndd ul li {
6921 text-overflow: ellipsis;
6923 white-space: nowrap;
6933 text-overflow: ellipsis;
6934 white-space: nowrap;
6947 padding-bottom: 20px;
6955.searchpage .tagtr .tagtd {
6957 padding-bottom: 2px;
6959.searchpage .tagtr .tagtd .button {
6963.searchpage .searchform input {
6968li.ui-li-divider .ui-link {
6969 color: #FFF !important;
6974a.ui-link, a.ui-link:hover, .ui-btn:hover, span.ui-btn-text:hover, span.ui-btn-inner:hover {
6975 text-decoration: none !important;
6985 font-size: <?php print is_numeric($fontsize) ? $fontsize.
'px' : $fontsize; ?>;
6988.ui-btn-icon-right .ui-btn-inner {
6989 padding-right: 30px;
6991.ui-btn-icon-left .ui-btn-inner {
6994.ui-select .ui-btn-icon-right .ui-btn-inner {
6995 padding-right: 30px;
6997.ui-select .ui-btn-icon-left .ui-btn-inner {
7000.ui-select .ui-btn-icon-right .ui-icon {
7003.ui-btn-icon-left > .ui-btn-inner > .ui-icon, .ui-btn-icon-right > .ui-btn-inner > .ui-icon {
7009 white-space: nowrap;
7010 text-overflow: ellipsis;
7012.fiche .ui-controlgroup {
7014 padding-bottom: 0px;
7016div.ui-controlgroup-controls div.tabsElem
7020div.ui-controlgroup-controls div.tabsElem a
7022 -webkit-box-shadow: 0 -3px 6px rgba(0,0,0,.2);
7023 box-shadow: 0 -3px 6px rgba(0,0,0,.2);
7025div.ui-controlgroup-controls div.tabsElem a#active {
7026 -webkit-box-shadow: 0 -3px 6px rgba(0,0,0,.3);
7027 box-shadow: 0 -3px 6px rgba(0,0,0,.3);
7030a.tab span.ui-btn-inner
7037 color: var(--colortext);
7039.liste_titre .ui-link {
7040 color: var(--colortexttitle) !important;
7044 word-wrap:
break-word;
7048.formdoc .ui-btn-inner
7050 white-space: normal;
7052 text-overflow: clip;
7060div.ui-radio, div.ui-checkbox
7062 display:
inline-block;
7063 border-bottom: 0px !important;
7065.ui-checkbox input, .ui-radio input {
7071div.ui-checkbox label+input, div.ui-radio label+input {
7076 padding-bottom: 10px; margin-bottom: 4px; border-bottom: 1px solid #AAAAAA !important;
7081 -webkit-border-radius: 0;
7084.ui-field-contain label.ui-input-text {
7085 vertical-align: middle !important;
7087.ui-mobile fieldset {
7088 border-bottom: none !important;
7092.ui-li .ui-btn-inner a.ui-link-inherit, .ui-li-
static.ui-li {
7097 font-weight: normal;
7099.ui-focus, .ui-btn:focus {
7100 -webkit-box-shadow: none;
7108 color: var(--colortexttitlenotab) !important;
7110.ui-bar-b, .lilevel0 {
7111 background-repeat: repeat-x;
7115 color: var(--colortexttitlenotab) !important;
7118 font-weight: normal !important;
7121.ui-li.ui-last-child, .ui-li.ui-field-contain.ui-last-child {
7122 border-bottom-width: 0px !important;
7125 color: var(--colortexttitle) !important;
7126 background: var(--colorbackmobilemenu);
7129 box-shadow: none !important;
7130 border-bottom: 1px solid #ccc;
7133 border-right: 1px solid #ccc !important;
7136 border: 1px solid #ccc;
7139.ui-btn-up-c, .ui-btn-hover-c {
7143.ui-body-c .ui-link, .ui-body-c .ui-link:visited, .ui-body-c .ui-link:hover {
7144 color: var(--colortextlink);
7146.ui-btn-up-c .vsmenudisabled {
7147 color: #<?php echo $colorshadowtitle; ?> !important;
7148 text-shadow: none !important;
7151 background: transparent;
7154 color: var(--colortexttitlenotab) !important;
7157 border-top: 2px solid #444;
7158 background: #fff ! important;
7160.lilevel1 div div a {
7161 font-weight: bold !important;
7166 background: #fff ! important;
7171 background: #fff ! important;
7176 background: #fff ! important;
7181 background: #fff ! important;
7190.menu_choix1,.menu_choix2 {
7193 border: 1px solid #666;
7196.menu_choix1 a, .menu_choix2 a {
7199 text-decoration: none;
7205.menu_choix1 a:hover,.menu_choix2 a:hover {
7208.menu li.menu_choix1 {
7210 padding-right: 10px;
7211 padding-bottom: 2px;
7213.menu li.menu_choix2 {
7215 padding-right: 10px;
7216 padding-bottom: 2px;
7218@media only screen and (max-width: 767px)
7220 .menu_choix1 a, .menu_choix2 a {
7221 background-size: 36px 36px;
7225 .menu li.menu_choix1, .menu li.menu_choix2 {
7230 margin-right: 0 !important;
7244 border: 1px solid #888;
7246.publicnewmemberform div.tabBarWithBottom {
7247 border: 1px solid #e8e8e8;
7250 background-color: var(--colorbackgrey);
7254.publicnewmemberform #tablesubscribe {
7255 color: var(--colortextbackvmenu);
7258@media only screen and (max-width: 767px)
7260 .publicnewmemberform div.tabBarWithBottom {
7270.ticketpublictable td {
7278.publicnewticketform {
7283 padding-right: 50px;
7286@media only screen and (max-width: 767px)
7288 .ticketlargemargin {
7289 padding-left: 5px; padding-right: 5px;
7303#cd-timeline::before {
7311 background: #d7e4ed;
7313@media only screen and (min-width: 1170px) {
7317 #cd-timeline::before {
7327.cd-timeline-block:after {
7332.cd-timeline-block:first-child {
7335.cd-timeline-block:last-child {
7338@media only screen and (min-width: 1170px) {
7339 .cd-timeline-block {
7342 .cd-timeline-block:first-child {
7345 .cd-timeline-block:last-child {
7357 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);
7358 background: #d7e4ed;
7360.cd-timeline-img img {
7370.cd-timeline-img.cd-picture {
7371 background: #75ce66;
7373.cd-timeline-img.cd-movie {
7374 background: #c03b44;
7376.cd-timeline-img.cd-location {
7377 background: #f0ca45;
7379@media only screen and (min-width: 1170px) {
7386 -webkit-transform: translateZ(0);
7387 -webkit-backface-visibility: hidden;
7389 .cssanimations .cd-timeline-img.is-hidden {
7392 .cssanimations .cd-timeline-img.bounce-in {
7393 visibility: visible;
7394 -webkit-animation: cd-bounce-1 0.6s;
7395 -moz-animation: cd-bounce-1 0.6s;
7396 animation: cd-bounce-1 0.6s;
7400@-webkit-keyframes cd-bounce-1 {
7403 -webkit-transform: scale(0.5);
7408 -webkit-transform: scale(1.2);
7412 -webkit-transform: scale(1);
7415@-moz-keyframes cd-bounce-1 {
7418 -moz-transform: scale(0.5);
7423 -moz-transform: scale(1.2);
7427 -moz-transform: scale(1);
7430@keyframes cd-bounce-1 {
7433 -webkit-transform: scale(0.5);
7434 -moz-transform: scale(0.5);
7435 -ms-transform: scale(0.5);
7436 -o-transform: scale(0.5);
7437 transform: scale(0.5);
7442 -webkit-transform: scale(1.2);
7443 -moz-transform: scale(1.2);
7444 -ms-transform: scale(1.2);
7445 -o-transform: scale(1.2);
7446 transform: scale(1.2);
7450 -webkit-transform: scale(1);
7451 -moz-transform: scale(1);
7452 -ms-transform: scale(1);
7453 -o-transform: scale(1);
7454 transform: scale(1);
7457.cd-timeline-content {
7461 border-radius: 0.25em;
7463 background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
7464 background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
7465 background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
7466 background-image: linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(230,230,230,0.4) 100%);
7468.cd-timeline-content:after {
7473.cd-timeline-content h2 {
7476.cd-timeline-content .cd-date {
7478 font-size: 0.8125rem;
7480.cd-timeline-content .cd-date {
7481 display:
inline-block;
7483.cd-timeline-content p {
7488.cd-timeline-content .cd-date {
7493.cd-timeline-content::before {
7500 border: 7px solid transparent;
7501 border-right: 7px solid white;
7503@media only screen and (min-width: 768px) {
7504 .cd-timeline-content h2 {
7508 .cd-timeline-content {
7512 .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
7514 font-size: 0.875rem;
7517@media only screen and (min-width: 1170px) {
7518 .cd-timeline-content {
7523 .cd-timeline-content::before {
7526 border-color: transparent;
7527 border-left-color: white;
7529 .cd-timeline-content .cd-read-more {
7532 .cd-timeline-content .cd-date {
7540 .cd-timeline-block:nth-child(even) .cd-timeline-content {
7543 .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
7547 border-color: transparent;
7548 border-right-color: white;
7550 .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
7553 .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
7569span.phpdebugbar-tooltip.phpdebugbar-tooltip-extra-wide, span.phpdebugbar-tooltip.phpdebugbar-tooltip-wide {
7570 width: 250px !important;
7572.phpdebugbar-indicator span.phpdebugbar-tooltip {
7573 opacity: .95 !important;
7575a.phpdebugbar-tab.phpdebugbar-active {
7576 background-image: unset !important;
7578.phpdebugbar-fa-tags:before {
7580 font-weight: 600 !important;
7582.phpdebugbar-fa-tasks:before {
7584 font-weight: 600 !important;
7586.phpdebugbar-fa-tags, .phpdebugbar-fa-tasks, .phpdebugbar-indicator .fa {
7587 font-family:
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>";
7590div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-value.phpdebugbar-widgets-warning:before,
7591div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-value.phpdebugbar-widgets-error:before,
7592div.phpdebugbar-widgets-exceptions a.phpdebugbar-widgets-editor-link:before,
7593div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-database:before,
7594div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-duration:before,
7595div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-memory:before,
7596div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-row-count:before,
7597div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-copy-clipboard:before,
7598div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-stmt-id:before,
7599div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-render-time:before,
7600div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-memory:before,
7601div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-param-count:before,
7602div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-
type:before,
7603div.phpdebugbar-widgets-templates a.phpdebugbar-widgets-editor-link:before
7605 font-family:
"<?php echo getDolGlobalString('MAIN_FONTAWESOME_FAMILY', 'Font Awesome 5 Free'); ?>" !important;
7612.jcrop-holder { background: unset !important; }
7619.dol-xaxis-vertical .flot-x-axis .flot-tick-label.tickLabel {
7620 text-orientation: sideways;
7622 writing-mode: vertical-rl;
7623 white-space: nowrap;
7631span.clipboardCPValueToPrint, div.clipboardCPValueToPrint {
7632 display:
inline-block;
7634span.clipboardCPValue.hidewithsize {
7635 width: 0 !important;
7636 display:
inline-block;
7638 white-space: nowrap;
7640 vertical-align: middle;
7642div.clipboardCPValue.hidewithsize {
7643 width: 0 !important;
7646 white-space: nowrap;
7649.clipboardCPShowOnHover .clipboardCPButton {
7657.clipboardCPTextDivInside {
7659 background: #f8f8fa;
7661 border: 1px solid #E0E0E0;
7670 white-space: nowrap;
7672 box-shadow: 1px 1px 6px #ddd;
7680.radio_js_bloc_number {
7681 display:
inline-block;
7685 border:1px solid #ccc;
7692.radio_js_bloc_number.selected {
7693 transition:0.2s ease background;
7706 vertical-align: top;
7710#virtualcard-iframe {
7711 border: 40px solid #aaa;
7712 vertical-align: top;
7715 border-radius: 10px;
7719 pointer-events: none;
7734.highlightDragDropArea{
7735 border: 2px #000 dashed !important;
7736 background-color: #eee !important;
7738.highlightDragDropArea * :not(.dragDropAreaMessage *){
7740 filter: blur(1px) grayscale(90%);
7742.dragDropAreaMessage {
7746 transform: translate(-50%, -50%);
7756 border: 1px solid #bbb !important;
7763.opensurveydescription * {
7768 padding: 0 4px 0 4px;
7772 margin-right: 100px;
7776 background-color: #f0f0f0;
7780.survey_borders .resultats .nom {
7781 text-align: <?php echo $left; ?>
7783.survey_borders .resultats .sujet, .survey_borders .resultats .jour {
7793 background-size: 22px
auto;
7796@media only screen and (max-width: 767px)
7798 .imgopensurveywizard, .imgautosize { width:95%; height:
auto; }
7800 .fiche > .listactionsfilter .table-fiche-title .col-title .titre {
7810 width: <?php print
dol_size(350,
'width'); ?>px;
7816 -webkit-border-radius: 0;
7822 td.widthpictotitle { width: 30px; }
7824 .logopublicpayment #dolpaymentlogo {
7827 #tablepublicpayment {
7828 width:
auto !important;
7829 border: none !important;
7831 .poweredbypublicpayment {
7832 float: unset !important;
7833 top: unset !important;
7835 right: -10px !important;
7849@media only screen and (max-width: 1024px)
7851 div#ecm-layout-west {
7852 width: calc(100% - 4px);
7855 div#ecm-layout-center {
7862@media only screen and (max-width: <?php echo !
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC1') ? round($nbtopmenuentries * 90, 0) + 340 : $conf->global->THEME_ELDY_WITDHOFFSET_FOR_REDUC1; ?>px)
7865 width: <?php echo round(52); ?>px;
7866 white-space: nowrap;
7868 text-overflow: ellipsis;
7870 color: var(--colortextbackhmenu);
7874 color: var(--colortextbackhmenu);
7883 background-size: 22px
auto;
7887 li.tmenu, li.tmenusel {
7902@media only screen and (max-width: <?php echo !
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC2') ? round($nbtopmenuentries * 69, 0) + 130 : $conf->global->THEME_ELDY_WITDHOFFSET_FOR_REDUC2; ?>px)
7904 li.tmenucompanylogo {
7911 max-width: <?php echo max(26, ceil(300 / ($nbtopmenuentriesreal + 2))); ?>px;
7912 text-overflow: clip;
7914 span.mainmenuaspan {
7923 background-size: 20px
auto;
7933@media only screen and (max-width: <?php echo !
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC3') ? round($nbtopmenuentries * 47, 0) + 130 : $conf->global->THEME_ELDY_WITDHOFFSET_FOR_REDUC3; ?>px)
7936 .tmenudiv .tmenulabel span.mainmenuaspan {
7937 display: none !important;
7939 .tmenudiv:hover .tmenuimage:not(.menuhider), .tmenudiv:hover .tmenuimage:not(.menuhider):before {
7940 margin-top: 8px !important;
7946 background: var(--colorbackvmenu1);
7951 background: var(--colorbackvmenu1);
7957 .login_vertical_align {
7959 padding-right: 20px;
7964 <?php
if ($disableimages) { ?>
7969 <?php
if (
GETPOST(
'optioncss',
'aZ09') ==
'print') { ?>
7972 padding-<?php echo $right; ?>: 0;
7975 div.login_block_user {
7986 padding-right: 20px;
7987 padding-bottom: 16px;
7991 vertical-align: middle;
7993 background: var(--colorbackvmenu1);
8002 .loginbuttonexternal {
8005 .side-nav-vert .user-menu .dropdown-menu {
8006 width: 234px !important;
8008 div.login_block_other {
8009 margin-right: unset;
8011 div.login_block_user, div.login_block_other { clear: both; }
8012 .atoplogin, .atoplogin:hover
8014 color:unset !important;
8019 padding: 0 !important;
8022 li.tmenu, li.tmenusel {
8029 text-overflow: clip;
8032 background-size: 20px
auto;
8033 margin-top: 2px !important;
8041 width:
auto !important;
8043 .tableforfield>tr>td:first-child, .tableforfield>tbody>tr>td:first-child, div.tableforfield div.tagtr>div.tagtd:first-of-
type {
8046 .tableforfield>tr>td:nth-child(2), .tableforfield>tbody>tr>td:nth-child(2), div.tableforfield div.tagtr>div.tagtd:nth-child(2) {
8047 word-
break:
break-word;
8054 table.table-fiche-title .col-title div.titre{
8063 word-
break:
break-word;
8066 .websiteselectionsection {
8068 border-right: unset;
8072 .a-mesure, .a-mesure-disabled {
8076 padding-right: 12px;
8079 .a-mesure, .a-mesure-disabled {
8084 div.fichehalfright {
8089 .underbanner.underbanner-before-box {
8090 border-bottom: none;
8093 .valuefield.fieldname_type span.badgeneutral {
8095 display:
inline-block;
8098 tr.trextrafieldseparator td, tr.trextrafields_collapse_last td {
8100 border-bottom: 1px solid var(--colortopbordertitle1) !important;
8111 .lilevel1 span.paddingright {
8115 img.userphotopublicvcard {
8123@media only screen and (max-width: 320px)
8129@media only screen and (max-width: 300px)
8135@media only screen and (max-width: 280px)
8144include
dol_buildpath($path.
'/theme/'.$theme.
'/dropdown.inc.php', 0);
8145include
dol_buildpath($path.
'/theme/'.$theme.
'/info-box.inc.php', 0);
8146include
dol_buildpath($path.
'/theme/'.$theme.
'/progress.inc.php', 0);
8147include
dol_buildpath($path.
'/theme/'.$theme.
'/timeline.inc.php', 0);
8150 print $conf->global->THEME_CUSTOM_CSS;
8155 div.extra_inline_chkbxlst,
8156 div.extra_inline_checkbox {
8161div.flot-text .flot-tick-label .tickLabel, .fa-color-unset {
print $langs trans("AuditedSecurityEvents").'</strong >< span class="opacitymedium"></span >< br > status
price($amount, $form=0, $outlangs='', $trunc=1, $rounding=-1, $forcerounding=-1, $currency_code='')
Function to format a value into an amount for visual output Function used into PDF and HTML pages.
getDolGlobalInt($key, $default=0)
Return a Dolibarr global constant int value.
dol_size($size, $type='')
Optimize a size for some browsers (phone, smarphone, ...)
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
dol_buildpath($path, $type=0, $returnemptyifnotfound=0)
Return path of url or filesystem.
getDolGlobalString($key, $default='')
Return dolibarr global constant string value.
ui dialog ui datepicker calendar ui widget content ui state ui datepicker calendar ui widget header ui state ui datepicker calendar ui button
0 = Do not include form tag and submit button -1 = Do not include form tag but include submit button
if(preg_match('/crypted:/i', $dolibarr_main_db_pass)||!empty($dolibarr_main_db_encrypted_pass)) $conf db type
$conf db name
Only used if Module[ID]Name translation string is not found.