xref: /plugin/bez/style.css (revision 0981c4dea545c009f661ee65b6c8d2abb60a9368)
1@font-face {
2    font-family: 'Awesome'; /*a name to be used later*/
3    src: url('fontawesome-webfont.woff'); /*URL to font*/
4}
5
6.bez_awesome {
7	font-family: Awesome;
8}
9
10#bds_issue_box {
11	position: relative;
12	background: #fff;
13	border: 1px solid #bbb;
14	border-radius: 0.4em;
15	margin-top: 0.2em;
16	padding: 0.5em 1em;
17}
18
19#bds_issue_box.pr2 {
20	border-color: #B0D2B6;
21	background-color: #EEF6F0;
22}
23table.bez .pr2, #bds_timeline dt.pr2 {
24	background-color: #EEF6F0;
25}
26#bds_issue_box.pr2 table, #bds_issue_box.pr2 td, #bds_issue_box.pr2 th,#bds_issue_box.pr2 h2, #bds_issue_box.pr2 h1#bez_issue_title {
27	border-color: #B0D2B6;
28}
29
30#bds_issue_box.pr1 {
31	background-color: #ffd;
32	border-color: #dd9;
33}
34table.bez .pr1 , #bds_timeline dt.pr1 {
35	background-color: #ffd;
36}
37#bds_issue_box.pr1 table, #bds_issue_box.pr1 td, #bds_issue_box.pr1 th,#bds_issue_box.pr1 h2, #bds_issue_box.pr1 h1#bez_issue_title {
38	border-color: #dd9;
39}
40
41#bds_issue_box.pr0 {
42	border-color: #F0AFAD;
43	background-color: #F8E8E8;
44}
45table.bez .pr0 , #bds_timeline dt.pr0 {
46	background-color: #F8E8E8;
47}
48
49table.bez .prRejected {
50	color: #aaa;
51    font-style: italic;
52}
53
54
55#bds_issue_box.pr0 table, #bds_issue_box.pr0 td, #bds_issue_box.pr0 th,#bds_issue_box.pr0 h2, #bds_issue_box.pr0 h1#bez_issue_title {
56	border-color: #F0AFAD;
57}
58
59
60#bds_issue_box.prNone {
61	border-color: #a3c8ff;
62	background-color: #e7f1ff;
63}
64table.bez .prNone , #bds_timeline dt.prNone {
65	background-color: #e7f1ff;
66}
67
68
69#bds_issue_box.prNone table, #bds_issue_box.prNone td, #bds_issue_box.prNone th,#bds_issue_box.prNone h2, #bds_issue_box.prNone h1#bez_issue_title {
70	border-color: #a3c8ff;
71}
72
73#bds_issue_box h1 {
74	font-size: 1.3em;
75	margin-top: 1em;
76}
77
78#bds_issue_box h1:first-child {
79	margin: 0;
80}
81#bds_issue_box h1:first-child a:first-child {
82	font-size: 1.5em;
83	padding-right: 0.5em;
84}
85
86#bds_issue_box h1#bez_issue_title {
87	border-bottom: 1px solid #000;
88}
89
90.bez_timebox {
91	position: absolute;
92	top: 2px;
93	right: 5px;
94	font-size: 0.8em;
95}
96
97.bez_timebox span {
98	display: block;
99}
100
101#bds_issue_box table, .bds_block table {
102	border-collapse:collapse;
103
104	border:0;
105	border-top: 1px solid #bbb;
106	width: 100%;
107	margin-top: 1.5em;
108}
109
110#bds_issue_box table th, .bds_block th {
111}
112#bds_issue_box table th, #bds_issue_box table td, .bds_block th, .bds_block td {
113	border:0;
114	background: none;
115	border-bottom: 1px solid #bbb;
116	font-size: 0.8em;
117}
118
119#bds_issue_box h2 {
120	font-size: 1em;
121	border-bottom: 1px dotted #bbb;
122}
123
124.bds_block h1 {
125	font-size: 1.3em;
126	margin: 1em 0;
127	padding-bottom: 3px;
128	border-bottom: 1px solid #bbb;
129}
130
131.bds_block h1 span {
132	color:#999;
133}
134
135.bez_standard_block h2 {
136    border-bottom: 1px solid #D7D7D7;
137    box-shadow: 0.1em 0.4em 0.7em 0 #F2F2F2;
138    color: #999999;
139    font-size: 100%;
140    font-weight: normal;
141    margin-bottom: 0.5em;
142    padding: 0 0.2em;
143}
144
145.bez_standard_block h2 span {
146	display: block;
147	float: right;
148	font-size: 100%;
149	color: #999;
150	padding-right: 0.4em;
151}
152
153.task {
154	position: relative;
155}
156
157.task h2 {
158	font-size: 1.2em;
159	font-weight: bold;
160	color: black;
161	border: 0;
162    box-shadow: none;
163}
164.task h2 a {
165	font-size: 1.3em;
166}
167
168.task h3 {
169    border-bottom: 1px dotted #8bbcbc;
170    font-size: 90%;
171}
172
173.bds_block_content > div {
174	margin-bottom: 3em;
175}
176
177.task table {
178	clear:both;
179	margin-top: 3em;
180}
181
182.task table {
183	clear:both;
184	border-top-color: #8bbcbc;
185	margin-top: 3em;
186}
187
188div.task {
189	background: #e4f4f4;
190	border: 1px solid #8bbcbc;
191	border-radius: 0.4em;
192	margin-bottom: 10px;
193	padding: 0.5em 1em;
194}
195
196.task td, .task th{
197	border-bottom-color: #8bbcbc;
198}
199
200.task .bds_edit_button {
201	position:absolute;
202	bottom: 0.5em;
203	right: 6em;
204}
205.task .bds_send_button {
206	position:absolute;
207	bottom: 0.5em;
208	right: 0.5em;
209}
210bez_comment
211/*commets*/
212#bez_comments .bez_buttons {
213	bottom: -1.3em;
214}
215
216#bez_comments .comment {
217	position: relative;
218}
219
220/*causes*/
221#bez_causes .cause {
222	position: relative;
223	background: #ffeedc !important;
224	border-color: #ddb68d !important;
225}
226
227#bez_causes table {
228	border-color: #ddb68d !important;
229}
230
231#bez_causes table td {
232	border-color: #dd9447 !important;
233}
234
235#bez_causes h2 {
236	font-size: 1.2em;
237	font-weight: bold;
238	color: black;
239	border: 0;
240    box-shadow: none;
241}
242#bez_causes h2 a {
243	font-size: 1.3em;
244}
245
246#bez_causes h3 {
247    border-bottom: 1px dotted #8bbcbc;
248    font-size: 90%;
249}
250
251.bds_block_content > div {
252	margin-bottom: 3em;
253}
254
255#bez_causes table {
256	clear:both;
257	margin-top: 3em;
258}
259
260#bez_causes table {
261	clear:both;
262	border-top-color: #8bbcbc;
263	margin-top: 3em;
264}
265
266#bez_causes div.cause {
267	background: #e4f4f4;
268	border: 1px solid #8bbcbc;
269	border-radius: 0.4em;
270	margin-top: 0.2em;
271	padding: 0.5em 1em;
272}
273
274#bez_causes td, #bez_causes th{
275	border-bottom-color: #8bbcbc;
276}
277
278#bez_causes .bds_edit_button {
279	position:absolute;
280	bottom: 0.5em;
281	right: 6em;
282}
283#bez_causes .bds_send_button {
284	position:absolute;
285	bottom: 0.5em;
286	right: 0.5em;
287}
288
289/*end causes*/
290
291.bez_buttons {
292	text-align: right;
293}
294
295.bez_buttons a {
296	margin-right: 1em;
297	padding: 0.2em 0.5em;
298}
299
300.bez_buttons a:last-child {
301	margin-right: 0;
302}
303
304.bds_inline_button {
305    background: #fff;
306    border: 1px solid #DDDDDD;
307    border-radius: 1em;
308    box-shadow: none;
309	text-shadow: 0.1em 0.1em #DDDDDD;
310	cursor: pointer;
311    color: #808080 !important;
312    font-size: 70%;
313}
314
315.bds_inline_button:hover {
316    background: none repeat scroll 0 0 #F6F6F6;
317    box-shadow: 0.1em 0.1em 0.6em 0 #999999;
318    text-shadow: 0.1em 0.1em #FCFCFC;
319	color: #fff;
320	text-decoration:none !important;
321}
322.bez_delete_button {
323    color: #808080 !important;
324    font-size: 70%;
325	text-decoration:underline !important;
326}
327
328.bez_delete_button:hover {
329	text-decoration:none !important;
330}
331
332.bez_cancel_button {
333	margin-left: 2em;
334}
335
336.bds_last_edit {
337    color: #999999;
338	font-size: 80%;
339	margin-top: 0.8em;
340	padding-left: 2.5em;
341}
342
343.bds_block li {
344	color: #000 !important;
345}
346
347/*FORMS*/
348
349#bds_issue_box.bds_form {
350	width:95%;
351}
352
353.bds_block fieldset.bds_form {
354	display: table;
355	background: none repeat scroll 0 0 #F7F7F0;
356    border: 1px solid #D7D7D7;
357    border-radius: 0.4em;
358    /*box-shadow: 0.1em 0.1em 1em 0 #E7E7E7 inset;*/
359    margin-bottom: 1em;
360	padding: 0.5em;
361/*
362	width:100%;
363*/
364	text-align: left;
365}
366
367.bds_form .row {
368	display: table-row;
369}
370
371.bds_form label[for] {
372	display: table-cell;
373    padding: 0.4em;
374    text-align: right;
375    vertical-align: top;
376    width: 20%;
377}
378.bds_form span {
379	display: table-cell;
380    vertical-align: middle;
381    width: 80%;
382}
383
384.bds_form input {
385	padding: 0.25em 0.5em;
386}
387
388.bds_form textarea {
389	width: 100% !important;
390	height: 10em;
391	display: block;
392}
393
394
395.bds_form input[id=title] {
396	width: 30em;
397}
398
399.bds_form input[id=cost] {
400	width: 7em;
401}
402input.days {
403	width: 3em;
404}
405
406.root_cause {
407	margin-bottom:0.5em;
408}
409.root_cause span {
410	background: #ffeedc;
411	padding: 0.5em;
412}
413
414#bds_timeline h2 {
415    background: none repeat scroll 0 0 #F7F7F7;
416    border-bottom: 1px solid #D7D7D7;
417    border-radius: 0.1em;
418    box-shadow: 1px 1px 0.5em 0 #CCCCCC;
419    font-size: 105%;
420    margin: 2em 0 0.5em;
421    padding: 0.4em;
422}
423
424#bds_timeline dt {
425	font-weight: normal;
426}
427#bds_timeline dd {
428	font-weight: normal;
429	margin: 0 0 0.75em 4.2em;
430}
431
432#bds_timeline dt a {
433	padding: 0 4px 2px 22px;
434}
435
436#bds_timeline dt a .id {
437	font-weight: bold;
438}
439#bds_timeline dt a:hover {
440	text-decoration: none !important;
441	background-color: #eee;
442}
443
444#bds_timeline dt .id {
445	font-weight: normal;
446}
447
448#bds_timeline dt .time {
449    color: #999999;
450    font-size: 80%;
451}
452
453#bds_timeline dt .author {
454    color: #666666;
455}
456#bds_timeline dt > a {
457	background: url('images/changeset.png') no-repeat 1px 4px;
458}
459
460#bds_timeline .issue_closed > a {
461	background: url('images/closedticket.png') no-repeat 1px 4px;
462}
463
464#bds_timeline .issue_created > a {
465	background: url('images/newticket.png') no-repeat 1px 4px;
466}
467
468#bds_timeline .issue_rejected > a {
469	background: url('images/rejectedticket.png') no-repeat 1px 4px;
470}
471
472
473#bds_timeline .task_opened > a {
474	background: url('images/newtask.png') no-repeat 1px 4px;
475}
476
477#bds_timeline .task_done > a {
478	background: url('images/closedtask.png') no-repeat 1px 4px;
479}
480
481#bds_timeline .task_rejected > a {
482	background: url('images/rejectedtask.png') no-repeat 1px 4px;
483}
484
485#bds_timeline .cause > a {
486	background: url('images/newcause.png') no-repeat 1px 4px;
487}
488
489#bds_timeline h3 {
490	font-size: 1em;
491	border-bottom: 1px dotted #ddd;
492	margin-bottom: 0;
493}
494
495#entities_form label {
496	display: block;
497}
498
499#entities_form textarea {
500	display: block;
501	height: 40em;
502	width: 20em;
503	margin-bottom: 1em;
504}
505
506#entities_form input[type=reset] {
507	background: none;
508	border: none;
509	text-decoration: underline;
510}
511
512#entities_form input[type=reset]:hover {
513	text-decoration: none;
514}
515
516#bez_removal_confirm {
517	max-width: 15em;
518	background: #f7F7F0;
519	border: 1px solid #D7D7D7;
520	border-radius: 0.4em;
521	box-shadow: 0.1em 0.1em 1em 0px #E7E7E7 inset;
522	margin: 1em 0px;
523	padding: 0.5em;
524	width: 100%;
525	text-align: left;
526}
527
528#bez_report_issue_button {
529    background: url("images/addticket.png") no-repeat 4px 50% #fafafa;
530}
531
532#bez_info_issues {
533    background: url("images/newticket.png") no-repeat 4px 50% #fafafa;
534}
535
536#bez_info_tasks {
537    background: url("images/newtask.png") no-repeat 4px 50% #fafafa;
538}
539
540#bez_info_proposals {
541    background: url("images/newticket.png") no-repeat 4px 50% #fafafa;
542}
543
544.bez_start_button {
545	border: 1px solid #eee;
546	border-radius: 0.3em;
547	color: #222 !important;
548	padding: 0.7em 0.7em 0.6em 24px;
549	text-shadow: 0.1em 0.1em #FCFCFC;
550	cursor: pointer;
551}
552
553.bez_start_button:hover {
554	background-color: #fcfcfc;
555	border: 1px solid #bbb;
556	text-decoration: none !important;
557}
558
559#bez_info {
560	text-align: center;
561	margin-top: 15px;
562}
563
564#bez_info a {
565	margin-left: 2em;
566}
567
568#bez_info a:first-child {
569	margin-left: 0;
570}
571
572#bez_version {
573	position: relative;
574}
575#bez_version div {
576	position:absolute;
577	font-size: 90%;
578	top: -18px;
579	left: -18px;
580}
581
582#bez_8d_send_button {
583	font-size: 50%;
584	font-weight: normal;
585}
586
587h3.bez_8d {
588	font-size: inherit;
589	border-bottom: 1px solid #ccc;
590}
591
592.bez_sumarise {
593	border: 0;
594}
595
596.bez_sumarise tr:last-child th {
597	background-color: transparent;
598	border-left: 0;
599	border-right: 0;
600}
601
602.bez_sumarise tr:last-child td {
603	border-left: 0;
604	border-right: 0;
605}
606
607h1.bez_report span {
608	display:block;
609	font-size: 50%;
610	font-weight: normal;
611}
612
613.bez_filter_form {
614	background-color: #F7F7F0;
615    	border: 1px solid #D7D7D7;
616    	border-radius: 0.4em;
617    	margin-bottom: 1em;
618	text-align: left;
619	display:block;
620	line-height: 200%;
621}
622
623.bez_filter_form label {
624	margin: 0.8em;
625	white-space: nowrap;
626}
627
628.bez_filter_form div {
629	display: block;
630}
631
632/*NEW FORM */
633
634form.bez_form > fieldset {
635	display: table;
636	background: none repeat scroll 0 0 #F7F7F0;
637    border: 1px solid #D7D7D7;
638    border-radius: 0.4em;
639	text-align: left;
640	width: 98.5%;
641	margin-bottom: 1em !important;
642}
643
644form.bez_cause_form > fieldset {
645	background: #ffeedc !important;
646	border-color: #ddb68d !important;
647}
648
649form.bez_task_form > fieldset {
650	background: #e4f4f4 !important;
651	border-color: #8bbcbc !important;
652}
653
654.bez_form .row {
655	display: table-row;
656}
657
658.bez_form label[for] {
659	display: table-cell;
660    padding: 0.4em;
661    text-align: right;
662    vertical-align: top;
663    width: 200px;
664}
665.bez_form span {
666	display: table-cell;
667    vertical-align: middle;
668    width: 80%;
669}
670
671.bez_form input {
672	padding: 0.25em 0.5em;
673}
674
675.bez_form a {
676	margin-left: 1em;
677}
678
679.bez_form textarea {
680	width: 100% !important;
681	height: 10em;
682	display: block;
683}
684
685
686.bez_form input[id=title] {
687	width: 30em;
688}
689
690.bez_form input[id=cost] {
691	width: 7em;
692}
693input.days {
694	width: 3em;
695}
696
697.rr h3 {
698	font-size:inherit;
699	font-weight: normal;
700}
701
702.rr table {
703	table-layout:fixed;
704}
705
706.rr th {
707	width: 33%;
708}
709
710.bez_timepicker_wrapper {
711	overflow-y: auto;
712	height: 150px;
713	width: 6.5em;
714	background: #fff;
715	border: 1px solid #ddd;
716	-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
717	-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
718	box-shadow:0 5px 10px rgba(0,0,0,0.2);
719	outline: none;
720	z-index: 10001;
721	margin: 0;
722}
723
724.bez_timepicker_wrapper ul {
725	margin: 0;
726	padding: 0;
727}
728
729.bez_timepicker_wrapper li {
730	margin: 0;
731	padding: 0;
732	list-style: none;
733	padding: 3px 0 3px 5px;
734	cursor: pointer;
735	white-space: nowrap;
736	color: #000;
737	list-style: none;
738}
739
740.bez_timepicker_wrapper li:hover {
741	background: #1980EC;
742}
743
744.bez_timepicker_wrapper li.selected {
745	background: #1980EC;
746}
747
748/*comments*/
749
750.bez_comments .bez_comment {
751	margin-top: 10px;
752	width: 100%;
753	display: table;
754}
755
756.bez_comments .bez_avatar {
757	display: table-cell;
758	vertical-align: top;
759	width: 50px;
760}
761
762.bez_comments .bez_text_comment {
763	display: table-cell;
764}
765
766.bez_comments .bez_content {
767	box-sizing: border-box;
768	border-radius: 0 0 3px 3px;
769	border: 1px solid #ddd;
770	margin-top: -1px;
771	margin-left: 13px;
772	padding: 8px;
773}
774
775.bez_comments .bez_comment  .commcause_content h2 {
776	font-size: 15px;
777	font-weight: normal;
778	height:50px;
779	line-height:50px;
780
781	display: block;
782	position: relative;
783	color: #767676;
784	background: #F7F7F7;
785	box-sizing: border-box;
786	border-radius: 0 3px 0 0;
787	border: 1px solid #ddd;
788	border-left: 0;
789	padding-left: 5px;
790	margin-left: 14px;
791	margin-bottom:0;
792}
793
794.bez_comments .bez_arrow-tip-container {
795	display: block;
796	width:50px;
797	height:50px;
798	position:absolute;
799	overflow:hidden;
800}
801.bez_comments .bez_arrow-tip {
802	display:block;
803	width:50px;
804	height:50px;
805	transform:rotate(45deg) skew(20deg,20deg);
806}
807.bez_comments .bez_arrow-tip-grad {
808	display:block;
809	width:100%;
810	height:100%;
811	background: #F7F7F7;
812	border: 1px solid #ddd;
813}
814
815.bez_comments textarea {
816	display: block;
817	box-sizing: border-box;
818	width: 100%;
819	margin-bottom: 10px;
820	height: 200px;
821}
822
823.bez_toolbar {
824	display: inline-block;
825}
826
827.bez_comment.bez_my_comment .commcause_content h2 {
828	background: #f2f8fa;
829	border-color: #bfccd1;
830
831}
832
833.bez_comment.bez_my_comment .bez_arrow-tip-grad {
834	background: #f2f8fa;
835	border-color: #bfccd1;
836
837}
838
839.bez_comments.bez_my_comment .bez_content {
840	border-color: #bfccd1;
841}
842
843.bez_comments .bez_comment_buttons {
844	display: inline-block;
845	position: absolute;
846	right: 20px;
847}
848
849.bez_comments .bez_comment_buttons a {
850	color: #767676;
851	display: inline-block;
852	margin-left: 20px;
853}
854
855.bez_comments .bez_comment_buttons a:hover {
856	color: #2b73b7;
857	text-decoration: none;
858}
859
860#bez_issue_activity {
861	margin-top: 10px;
862	width: 100%;
863	font-size: 0.8em;
864}
865
866.bez_comments .bez_cause .bez_content {
867	border-color: #ddb68d;
868}
869
870.bez_comment.bez_cause .commcause_content h2 {
871	background-color: #ffeedc;
872	border-color: #ddb68d;
873}
874
875.bez_comment.bez_cause .bez_arrow-tip-grad {
876	background-color: #ffeedc;
877	border-color: #ddb68d;
878}
879
880.bez_comments.bez_cause .bez_content {
881	border-color: #ddb68d;
882}
883
884/*forms*/
885
886.bez_comments .bez_comment_form .commcause_content h2 {
887	display: flex;
888}
889
890.bez_comment_form .bez_toolbar {
891	margin-top: 1px;
892	line-height: 50px;
893	overflow: hidden;
894}
895
896.bez_tabs {
897	padding: 0;
898	margin: 0;
899	display: block;
900	white-space: nowrap;
901	margin-right: 10px;
902}
903
904
905.bez_tabs li {
906	margin: 0;
907	position: relative;
908	bottom: -1px;
909
910	display: inline-block;
911	padding: 8px 12px;
912	padding-bottom: 13px;
913	font-size: 14px;
914	line-height: 20px;
915	border: 1px solid #ddd;
916	border-bottom: 0;
917
918	background-color: #F0F0F0;
919
920}
921
922.bez_tabs li a {
923
924}
925
926.bez_tabs li.active {
927	background-color: #fff;
928}
929
930.bez_comments {
931	display: table-row;
932}
933
934.bez_comments .bez_left_col {
935	width: 100%;
936}
937
938.bez_comments .bez_left_col, .bez_comments .bez_right_col {
939	display: table-cell;
940	margin: 0;
941	padding: 0;
942}
943
944.bez_comments .bez_right_col {
945	padding-left: 10px;
946	min-width: 150px;
947}
948
949.bez_comments .bez_right_col h2 {
950	margin: 0;
951	padding: 0;
952
953    margin-bottom: 10px;
954    font-size: 12px;
955    line-height: 16px;
956    color: #767676;
957}
958.bez_comments .bez_right_col div.bez_box:first-child {
959	border-top: 0;
960	margin-top: 0;
961	padding-top: 0;
962}
963
964.bez_comments .bez_right_col div.bez_box {
965    margin-top: 15px;
966    border-top: 1px solid #eee;
967    padding-top: 15px;
968    font-size: 12px;
969    color: #767676;
970}
971
972.bez_subscribe_button {
973	display: block;
974	text-align: center;
975    text-decoration: none;
976    padding: 3px 10px;
977    font-size: 12px;
978    line-height: 20px;
979    font-weight: 600;
980    color: #333 !important;
981    white-space: nowrap;
982    vertical-align: middle;
983    cursor: pointer;
984    -webkit-user-select: none;
985    -moz-user-select: none;
986    -ms-user-select: none;
987    user-select: none;
988    background-color: #eee;
989    background-image: -webkit-linear-gradient(#fcfcfc, #eee);
990    background-image: linear-gradient(#fcfcfc, #eee);
991    border: 1px solid #d5d5d5;
992    border-radius: 3px;
993    -webkit-appearance: none;
994    -moz-appearance: none;
995    appearance: none;
996
997}
998
999.bez_subscribe_button:hover,
1000.bez_subscribe_button:active {
1001    background-color: #ddd;
1002    background-image: -webkit-linear-gradient(#eee, #ddd);
1003    background-image: linear-gradient(#eee, #ddd);
1004    border-color: #ccc;
1005    text-decoration: none !important;
1006}
1007
1008.bez_second_lv_buttons {
1009	display: flex;
1010}
1011
1012.bez_second_lv_buttons .bez_subscribe_button {
1013	display: inline-block;
1014	margin-right: 10px;
1015}
1016
1017.bez_subscribe_box p {
1018    margin: 5px 0 0;
1019    color: #767676;
1020    line-height: 1.5;
1021
1022}
1023
1024#issue_participants {
1025	list-style: none;
1026	padding-left: 5px;
1027
1028}
1029#issue_participants li {
1030	margin-left: 0;
1031}
1032#issue_participants a {
1033	color: inherit;
1034}
1035
1036
1037.custom-combobox {
1038    display: flex;
1039    margin-right: 5px;
1040}
1041
1042.custom-combobox-toggle {
1043    margin-left: -1px;
1044}
1045
1046.custom-combobox-input {
1047    margin: 0;
1048    padding: 6px 10px;
1049    max-width: 90px;
1050}
1051
1052#bez_invite_users_form select {
1053     max-width: 90px;
1054}
1055
1056#bez_invite_users_form {
1057    display: flex;
1058}
1059
1060#bez_invite_users button {
1061    display: block;
1062}
1063