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