PluginProbe
Booking Calendar / 10.11.2
Booking Calendar v10.11.2
11.8.2 11.8.1 11.8 11.7 11.6.1 11.6 11.5 11.4.3 11.4.2 11.4.1 11.4 11.3 11.2.1 11.2 11.1 11.0 10.15.7 10.15.6 10.1.3 10.10 10.10.1 10.10.2 10.11 10.11.2 10.11.3 All 202 releases
booking / css / modal.css

modal.css in Booking Calendar 10.11.2, at css/modal.css

659 lines 23.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * @version 1.0
3 * @package: Admin Panel
4 * @category: Admin UI
5 * @author wpdevelop
6 *
7 * @web-site https://wpbookingcalendar.com/
8 * @email info@wpbookingcalendar.com
9 *
10 * @modified 2016-01-10
11 */
12
13 /* M o d a l s **************************************************************/
14 .wpdevelop .modal.wpbc_popup_modal {
15 z-index: 50000;
16 z-index: 1000000;
17 }
18 .wpdevelop .modal-header {
19 background: none repeat scroll 0 0 #F5F5F5;
20 text-shadow: 0 0 2px #FFF;
21 }
22
23 /* Payment request Modal */
24 #wpbc_payment_request_modal .modal-header h3 {
25 color: #333;
26 }
27 #wpbc_payment_request_modal .modal-body textarea {
28 width: 100%;
29 }
30
31 /* Print Loyout Modal */
32 #wpbc_print_modal .modal-header {
33 background: none repeat scroll 0 0 #F5F5F5;
34 text-shadow: 0 0 2px #FFF;
35 }
36 #wpbc_print_modal .modal-header h3 {
37 color: #333;
38 }
39 #wpbc_print_modal .modal-header {
40 text-shadow: none;
41 }
42
43 /* Modal Google Calendar Events Import */
44 .wpbc_modal__import_google_calendar__section span.description {
45 display:none;
46 }
47 .wpbc_modal__import_google_calendar__section #booking_gcal_events_until,
48 .wpbc_modal__import_google_calendar__section .booking_gcal_events_until_offset,
49 .wpbc_modal__import_google_calendar__section #booking_gcal_events_from,
50 .wpbc_modal__import_google_calendar__section .booking_gcal_events_from_offset {
51 float:left;
52 }
53
54
55 .wpbc_modal__import_google_calendar__section th {
56 vertical-align: middle;
57 }
58 .wpbc_modal__import_google_calendar__section th,
59 .wpbc_modal__import_google_calendar__section td {
60 border:none;
61 }
62
63 .wpbc_modal__import_google_calendar__section #booking_gcal_events_from_offset_type,
64 .wpbc_modal__import_google_calendar__section #booking_gcal_events_until_offset_type {
65 vertical-align: initial;
66 }
67
68
69 @media (max-width: 782px) {
70 .wpdevelop .modal-dialog{
71 margin: 60px 10px 10px;
72 }
73
74 /* Import Google Events Dialog*/
75 .wpbc_modal__import_google_calendar__section .modal-dialog.modal-lg {
76 width: auto;
77 }
78 .wpbc_modal__import_google_calendar__section label{
79 font-weight: 600;
80 font-size: 1.1em;
81 width:100%;
82 display:block;
83 float:none;
84 }
85 .wpbc_modal__import_google_calendar__section input[type=text],
86 .wpbc_modal__import_google_calendar__section select {
87 display:block;
88 width:100%;
89 clear:both;
90 height:34px;
91 float:none !important;
92 }
93 .wpbc_modal__import_google_calendar__section th,
94 .wpbc_modal__import_google_calendar__section td {
95 display:block;
96 padding:0;
97 }
98 .wpbc_modal__import_google_calendar__section td {
99 margin-bottom: 15px;
100 }
101 .wpbc_modal__import_google_calendar__section #booking_gcal_events_until,
102 .wpbc_modal__import_google_calendar__section .booking_gcal_events_until_offset,
103 .wpbc_modal__import_google_calendar__section #booking_gcal_events_from,
104 .wpbc_modal__import_google_calendar__section .booking_gcal_events_from_offset {
105 float:none;
106 margin:0 !important;
107 }
108 .wpbc_modal__import_google_calendar__section .booking_gcal_events_from_offset label,
109 .wpbc_modal__import_google_calendar__section .booking_gcal_events_until_offset label {
110 float:none;
111 margin:10px 0 0!important;
112 }
113 .wpbc_modal__import_google_calendar__section #booking_gcal_events_from_offset,
114 .wpbc_modal__import_google_calendar__section #booking_gcal_events_from_offset_type,
115 .wpbc_modal__import_google_calendar__section #booking_gcal_events_until_offset,
116 .wpbc_modal__import_google_calendar__section #booking_gcal_events_until_offset_type {
117 width:100% !important;
118 float:none;
119 }
120 .wpbc_modal__import_google_calendar__section .booking_gcal_events_from_offset > span.wpbc_offset_value select,
121 .wpbc_modal__import_google_calendar__section .booking_gcal_events_until_offset > span.wpbc_offset_value select {
122 margin-top:10px !important;
123 }
124
125 /* M o d a l TinyMCE t o o l b a r ****************************/
126 .wpbc_popup_modal .form-table td input[type='text'],
127 .wpbc_popup_modal .form-table td select {
128 height: 40px;
129 font-size: 16px;
130 min-width: Min(10em,100%);
131 }
132
133 /*
134 .wpbc_popup_modal .wpdvlp-top-tabs .nav-tab {
135 -moz-border-radius:0;
136 -webkit-border-radius:0;
137 border-radius:0;
138 border: 1px solid #cccccc;
139 padding: 10px;
140 width: 100%;
141 } */
142 }
143 /* Fix position of modal window, that depend from sidebar in admin panel */
144 @media (min-width: 992px) and (max-width: 1300px) {
145 .wpdevelop .modal-dialog {
146 margin: 30px 170px auto;
147 }
148 .wpdevelop .modal-dialog.modal-lg {
149 width: 815px;
150 }
151 .wpbc_modal__import_google_calendar__section th {
152 width:140px;
153 }
154 }
155
156 /* M o d a l TinyMCE t o o l b a r ****************************************/
157
158 .wpbc_popup_modal .modal-dialog.modal-lg {
159 width:94%;
160 }
161 /* Scrollbar for modal */
162 .wpbc_popup_modal {
163 overflow-y: auto !important;
164 }
165 /* this pasrt for having scrollbar inside of the modal window with fixed height */
166 #wpbc_tiny_modal_NO .modal-dialog{
167 overflow-y: initial !important;
168 }
169 #wpbc_tiny_modal_NO .modal-body{
170 height: 250px;
171 overflow-y: auto;
172 }
173 .wp-admin .modal-backdrop {
174 background-color: #000000;
175 bottom: 0;
176 left: 0;
177 position: fixed;
178 right: 0;
179 top: 0;
180 z-index: 1040;
181 }
182 .wp-admin .modal-backdrop.fade {
183 opacity: 0;
184 }
185 .wp-admin .modal-backdrop.in {
186 opacity: 0.5;
187 }
188 .wpbc_popup_modal strong,
189 .wpbc_popup_modal label {
190 font-weight: 600;
191 }
192 .form-table td fieldset label.wpbc-form-radio{
193 margin: 0 0 5px !important;
194 }
195 .wpbc_popup_modal .form-table th {
196 font-weight: 600;
197 line-height: 1.3;
198 padding-bottom: 10px;
199 padding-left: 0;
200 padding-right: 10px;
201 padding-top: 10px;
202 vertical-align: top;
203 width: 200px;
204 }
205 .wpbc_popup_modal .form-table td {
206 line-height: 1.3;
207 margin-bottom: 9px;
208 padding-bottom: 5px;
209 padding-left: 10px;
210 padding-right: 10px;
211 padding-top: 10px;
212 vertical-align: middle;
213 }
214 /* ------------------------------------------------------------------ */
215 /* Align TOGGLE with span and label elements in popup */
216 /* ------------------------------------------------------------------ */
217 .wpbc_popup_modal th label {
218 font-weight: 600;
219 margin: 3px 0 0.5em;
220 line-height: 1.6;
221 font-size: 14px;
222 }
223 .wpbc_popup_modal td fieldset{
224 display: flex;
225 flex-flow: row wrap;
226 justify-content: flex-start;
227 align-items: center;
228 }
229 .wpbc_popup_modal td fieldset .wpbc_ui__toggle {
230 flex:0;
231 }
232 .wpbc_popup_modal td fieldset span.description {
233 flex: 1;
234 margin: 3px 0 0.5em;
235 padding: 0;
236 line-height: 1.6;
237 font-size: 14px;
238 }
239 .wpbc_popup_modal td fieldset input[type='text'],
240 .wpbc_popup_modal td fieldset select {
241 margin: 3px 0.5em 0.5em 0;
242 }
243 .wpbc_popup_modal .bookingother_wpbc_shortcode_type_other_shortcodes td fieldset{
244 display: flex;
245 flex-flow: column wrap;
246 justify-content: flex-start;
247 align-items: flex-start;
248 margin-top: 4px;
249 }
250 /* ------------------------------------------------------------------ */
251 .wpbc_popup_modal .modal-footer a.button,
252 .wpbc_popup_modal .modal-footer a.button:hover,
253 .wpbc_popup_modal .modal-footer a.button:active,
254 .wpbc_popup_modal .modal-footer a.button:focus {
255 text-decoration: none;
256 outline: 0;
257 }
258 .wpbc_popup_modal .wpbc_expand_section_link,
259 .wpbc_popup_modal a.wpbc_expand_section_link:hover,
260 .wpbc_popup_modal a.wpbc_expand_section_link:focus {
261 color:#21759b;
262 cursor: pointer;
263 outline: 0;
264 border:none;
265 border-bottom:1px dashed #21759B;
266 text-decoration: none;
267 }
268 .wpbc_popup_modal .booking_advanced_section,
269 .wpbc_popup_modal .bookingcalendar_advanced_section,
270 .wpbc_popup_modal .bookingselect_advanced_section,
271 .wpbc_popup_modal .bookingtimeline_advanced_section0{
272 display:none;
273 }
274 .wpbc_field_help_panel_background.wpbc_field_help_panel_field .put-in,
275 .wpbc_popup_modal .put-in {
276 cursor: pointer;
277 font-weight: 600;
278 background: none repeat scroll 0 0 #E9E9E9;
279 border: 1px solid #BBBBBB;
280 width:100%;
281 }
282 .wpbc_popup_modal input[type="checkbox"],
283 .wpbc_popup_modal input[type="radio"] {
284 margin: 0 10px 2px 0;
285 vertical-align: middle;
286 outline: 0;
287 }
288 .wpbc_popup_modal .wpbc_sub_settings_grayed {
289 background-color: #f3f3f3;
290 }
291 .wpbc_popup_modal .wpbc_sub_settings_grayed th {
292 padding: 10px 0px 10px 12px;
293 }
294 /* Placeholders */
295 .wpbc_popup_modal ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
296 color: #999;
297 }
298 .wpbc_popup_modal ::-moz-placeholder { /* Firefox 19+ */
299 color: #999;
300 }
301 .wpbc_popup_modal :-ms-input-placeholder { /* IE 10+ */
302 color: #999;
303 }
304 .wpbc_popup_modal :-moz-placeholder {
305 color: #999;
306 }
307 .wpbc_popup_modal .bookingsearch_search_results{
308 display:none;
309 }
310 .wpbc_popup_modal .bookingsearch_search_form.wpbc_sub_settings_grayed{
311 display:none;
312 }
313 /*.wpbc_popup_modal .wpbc_shortcode_bookingresource {*/
314 /* display:none;*/
315 /*}*/
316 .wpbc_popup_modal select option:disabled {
317 color: #ccc;
318 display: none;
319 }
320 /* FixIn: 7.1.2.7 */
321 @media (max-width: 782px) {
322 .wp-admin .modal-backdrop.in {
323 display:none;
324 }
325 }
326
327 /* == 2024-01-20 ==================================================================================================== */
328
329 /* Navigation tabs fix */
330 body[class*='page_wpbc-resources'] .wpbc_popup_modal .wpdvlp-top-tabs .nav-tabs ,
331 .modal-body .wpbc_settings_flex_container .wpdvlp-top-tabs .nav-tabs {
332 border:none;
333 border-bottom:1px solid #d6d6d6;
334 }
335 /* Header and Body */
336 .wpdevelop .modal-header {
337 background: #FFF;
338 text-shadow: none;
339 }
340 .wpdevelop .modal-body {
341 position: relative;
342 padding: 15px;
343 background: #f5f5f5;
344 background: #f7f7f7;
345 }
346 /* SIZE */
347 .wpbc_popup_modal .modal-dialog.modal-lg {
348 width: 80%;
349 width: 98%;
350 margin: 5px auto;
351 }
352 @media (max-width: 782px) {
353 .wpbc_popup_modal .modal-dialog.modal-lg {
354 width: 97%;
355 }
356 }
357 /* Show over top toolbar - dashboard*/
358 .wpbc_popup_modal {
359 z-index: 1000000;
360 }
361 /* Header border radius*/
362 .wpbc_popup_modal .modal-dialog.modal-lg .modal-header {
363 border-radius: 6px 6px 0 0;
364 }
365 /* Shortcode Text field */
366 .wpbc_field_help_panel_background.wpbc_field_help_panel_field .put-in,
367 .wpbc_popup_modal .put-in {
368 cursor: text;
369 font-weight: 600;
370 /*background: #1E7BC7;*/
371 /*background: #4A8CC2;*/
372 /*border: 1px solid #3C86A7;*/
373 background: #75A249;
374 border: 1px solid #75A249;
375 width: 100%;
376 font-size: 15px;
377 color: #FFF;
378 /*color: #2e3d20;*/
379 line-height: 2;
380 vertical-align: middle;
381 padding: 0 1em 3px;
382 box-shadow:none !important;
383 margin: 20px 0 5px;
384 }
385 /* Border color of active horizontal tab */
386 .modal-body .wpbc_settings_flex_container .wpdvlp-top-tabs .nav-tab-active,
387 .modal-body .wpbc_settings_flex_container .wpdvlp-top-tabs a.nav-tab-active:hover {
388 border-bottom-color: #9c9c9c;
389 border-bottom-color: #cb8c8c;
390 }
391 /* ------------------------------------------------------------------------------------------------------------------ */
392 /* Vertical Navigation Panel */
393 /* ------------------------------------------------------------------------------------------------------------------ */
394 .wpbc_shortcode_config_navigation_column.wpbc_settings_navigation_column .wpbc_settings_navigation_item a {
395 font-size: 15px;
396 text-transform: none;
397 }
398 .wpbc_shortcode_config_navigation_column.wpbc_settings_navigation_column .wpbc_settings_navigation_item.wpbc_settings_navigation_item_disabled a{
399 color: #ccc;
400 }
401 .wpbc_shortcode_config_navigation_column.wpbc_settings_navigation_column .wpbc_settings_navigation_item:last-child a {
402 border-top:none;
403 }
404
405 /* ------------------------------------------------------------------------------------------------------------------ */
406 /* Content Container */
407 /* ------------------------------------------------------------------------------------------------------------------ */
408 /*
409 .wpbc_sc_container__all_shortcodes <!-- All Shortcodes -->
410 #wpbc_sc_container__shortcode_booking .wpbc_sc_container__shortcode .wpbc_sc_container__shortcode_booking <!-- Booking shortcode -->
411 .wpdvlp-top-tabs <!-- TOP NAV -->
412 .wpbc_sc_container__shortcode_section .wpbc_sc_container__shortcode_section__general <!-- Section Content General (depend from TOP NAV) -->
413
414 */
415 .wpbc_sc_container__all_shortcodes {
416 border: 1px solid #ccc;
417 background: #fff;
418 padding: 0 12px 12px;
419 margin: 0;
420 }
421 .wpbc_sc_container__all_shortcodes .wpbc_sc_container__shortcode .wpdvlp-tabs-wrapper{
422 height: auto;
423 margin-top: 1px;
424 }
425 /* Hide all sections by default*/
426 .wpbc_sc_container__all_shortcodes .wpbc_sc_container__shortcode {
427 display: none;
428 }
429 /* Default 1st section visible */
430 .wpbc_sc_container__all_shortcodes .wpbc_sc_container__shortcode_booking ,
431 .wpbc_sc_container__all_shortcodes .wpbc_sc_container__shortcode_search_filters {
432 display: block;
433 }
434 /* Hide all sections by default*/
435 .wpbc_sc_container__shortcode_section{
436 display:none;
437 }
438 /* Default 1st section visible */
439 .wpbc_sc_container__shortcode_section__general ,
440 .wpbc_sc_container__shortcode_section__search_filters{
441 display:block;
442 }
443 /* Hide all sections by default*/
444 .wpbc_sc_container__shortcode_subsection{
445 display:none;
446 }
447 /* Default 1st section visible */
448 .wpbc_sc_container__shortcode_subsection__weekdays_conditions{
449 display:block;
450 }
451
452 /* Sub top menu line */
453 .wpbc_sc_container__shortcode_section .wpdvlp-sub-tabs .nav-tabs .nav-tab{
454 margin: 0;
455 }
456 .wpbc_sc_container__shortcode_section .wpdvlp-sub-tabs {
457 padding: 1px 5px 1px 0;
458 }
459 .wpbc_sc_container__shortcode_section .wpdvlp-sub-tabs .nav-tabs .nav-tab {
460 border-right: 1px solid #d8d8d8;
461 background: none;
462 }
463 /* ------------------------------------------------------------------------------------------------------------------ */
464 /* ... */
465 /* ------------------------------------------------------------------------------------------------------------------ */
466
467 .wpbc_shortcode_config_content_toolbar_next_prior {
468 flex:1;
469 display: flex;
470 flex-flow: row wrap;
471 justify-content: center;
472 align-items: center;
473 margin: 20px 0 10px;
474 }
475 .wpbc_settings_flex_container .wpbc_shortcode_config_content_toolbar_next_prior a {
476 flex:0 1 auto;
477 margin: 0 1em;
478 }
479 /* ------------------------------------------------------------------------------------------------------------------ */
480 /* Footer Toolbar Containers */
481 /* ------------------------------------------------------------------------------------------------------------------ */
482 .wpbc_shortcode_config_content_toolbar__container{
483 display: flex;
484 flex-flow: row wrap;
485 justify-content: center;
486 align-items: center;
487 margin: 0;
488 }
489
490 .wpbc_shortcode_config_content_toolbar__next_prior {
491 margin-top: 20px;
492 border-top: 1px solid #dcdcdc;
493 padding: 8px 0 0;
494 }
495 .wpbc_shortcode_config_content_toolbar__next_prior a.button{
496 margin:5px 8px 5px 0;
497 }
498 .wpbc_shortcode_config_content_toolbar__next_prior a.button .in-button-text{
499 font-size: 28px;
500 line-height: 21px;
501 }
502 @media (max-width: 782px){
503 .wp-core-ui .wpbc_page .wpbc_shortcode_config_content_toolbar__next_prior a.button{
504 line-height: 2.5;
505 padding: 1px 14px;
506 }
507 .wpbc_shortcode_config_content_toolbar__next_prior a.button .in-button-text{
508 display: block;
509 }
510 }
511 .wpbc_shortcode_config_content_toolbar__container .wpbc_shortcode_config_content_toolbar__reset,
512 .wpbc_shortcode_config_content_toolbar__container .wpbc_shortcode_config_content_toolbar__insert{
513 flex: 0 1 auto;
514 align-self: flex-end;
515 padding-left: 2em;
516 margin-left: auto;
517 }
518 .wpbc_shortcode_config_content_toolbar__container .wpbc_shortcode_config_content_toolbar__insert{
519 border-left: 1px solid #ccc;
520 margin-left: 2em;
521 }
522 .wpbc_shortcode_config_content_toolbar__container .wpbc_shortcode_config_content_toolbar__reset a.button,
523 .wpbc_shortcode_config_content_toolbar__container .wpbc_shortcode_config_content_toolbar__insert a.button{
524 padding-left:2em;
525 padding-right:2em;
526 font-weight: 600;
527 }
528 /* 2.1 Danger (Red) Button Style ----------------------------------------------------------------------------------------- */
529 .wp-core-ui .wpbc_page .button.wpbc_ui_button_danger {
530 background: #de605c;
531 border-color: #c05d5a;
532 color: #f7f7f7;
533 text-shadow: 0 0px #ba5956;
534 text-decoration: none;
535 box-shadow: 0 1px 0px #f1f1f1;
536 }
537 /* :hover, :focus ---- */
538 .wp-core-ui .wpbc_page .button.wpbc_ui_button_danger.hover:not(.inactive),
539 .wp-core-ui .wpbc_page .button.wpbc_ui_button_danger:hover:not(.inactive),
540 .wp-core-ui .wpbc_page .button.wpbc_ui_button_danger.focus:not(.inactive),
541 .wp-core-ui .wpbc_page .button.wpbc_ui_button_danger:focus:not(.inactive) {
542 background: #e6716f;
543 /*border-color: #d58582;*/
544 color: #fdfdfd;
545 text-shadow: none;
546 }
547 /* :focus ---- */
548 .wp-core-ui .wpbc_page .button.wpbc_ui_button_danger.focus:not(.inactive),
549 .wp-core-ui .wpbc_page .button.wpbc_ui_button_danger:focus:not(.inactive) {
550 /*box-shadow:0 0 0 0px #fff, 0 0 2px 1px #a4d7ff;*/
551 }
552 /* :active ---- */
553 .wp-core-ui .wpbc_page .button.wpbc_ui_button_danger.active:not(.inactive),
554 .wp-core-ui .wpbc_page .button.wpbc_ui_button_danger.active:hover:not(.inactive),
555 .wp-core-ui .wpbc_page .button.wpbc_ui_button_danger.active:focus:not(.inactive),
556 .wp-core-ui .wpbc_page .button.wpbc_ui_button_danger:active:not(.inactive) {
557 background: #ba4c48;
558 border-color: #c05d5a;
559 /*box-shadow: inset 0 1px 7px -3px rgba(0, 0, 0, .1);*/
560 color: #f3f2f2;
561 }
562 /* :disabled ---- */
563 .wp-core-ui .wpbc_page .button.wpbc_ui_button_danger[disabled],
564 .wp-core-ui .wpbc_page .button.wpbc_ui_button_danger:disabled,
565 .wp-core-ui .wpbc_page .button.wpbc_ui_button_danger-disabled,
566 .wp-core-ui .wpbc_page .button.wpbc_ui_button_danger.disabled {
567 color: #a7aaad !important;
568 background: #f6f7f7 !important;
569 border-color: #dcdcde !important;
570 box-shadow: none !important;
571 text-shadow: none !important;
572 cursor: default;
573 }
574
575 /* ------------------------------------------------------------------------------------------------------------------ */
576 /* Weekdays conditions toolbar */
577 /* ------------------------------------------------------------------------------------------------------------------ */
578 .wpbc_shortcode_config_fields__dates_conditions_toolbar .wpdvlp-sub-tabs{
579 border: 1px solid #dadada;
580 border-radius: 2px;
581 margin: 20px 0 10px;
582 }
583 /* ------------------------------------------------------------------------------------------------------------------ */
584 /* Rules for OPTIONS parameter in shortcode config dialog */
585 /* ------------------------------------------------------------------------------------------------------------------ */
586 .wpbc_shortcode_config__rules_container{
587 display:flex;
588 flex-flow: row wrap;
589 justify-content: flex-start;
590 align-items: flex-start;
591 }
592 .wpbc_shortcode_config__rules__params_section{
593 flex: 0 1 auto;
594 margin-right: 5%;
595 margin-bottom:20px;
596 }
597 .wpbc_shortcode_config__rules__help_section{
598 flex: 1 1 50%;
599 }
600 /* Right Side - Help Section */
601 .wpbc_shortcode_config__rules__help_section .wpbc-settings-notice{
602 margin:0;
603 text-align:left;
604 }
605 .wpbc_shortcode_config__rules__help_section .wpbc-settings-notice.notice-header > span {
606 font-size: 16px;
607 font-weight: 600;
608 margin: 0 0 10px;
609 }
610 .wpbc_shortcode_config__rules__help_section .wpbc-settings-notice.notice-list{
611 text-align: left;
612 line-height: 2em;
613 font-size: 14px;
614 padding: 0;
615 }
616 .wpbc_shortcode_config__rules__help_section .wpbc-settings-notice.notice-list ol{
617 list-style-type:disc;
618 }
619 .form-table td fieldset .wpbc_shortcode_config__rules__help_section li {
620 line-height: 2.5;
621 }
622
623 /* ------------------------------------------------------------------------------------------------------------------ */
624 /* Select Day - Weekday */
625 /* ------------------------------------------------------------------------------------------------------------------ */
626 .wpbc_shortcode_config__rules__params_section.wpbc_select_day_weekday{
627
628 }
629 .wpbc_shortcode_config__rules__params_section.wpbc_select_day_weekday .ui_container_weekdays{
630 flex-flow: column wrap;
631 }
632 .wpbc_shortcode_config__rules__params_section.wpbc_select_day_weekday .wpbc_ui__toggle {
633 min-width: 6em;
634 }
635 .wpbc_shortcode_config__rules__params_section.wpbc_select_day_weekday input[type="text"] {
636 width:8em;
637 }
638 /* ------------------------------------------------------------------------------------------------------------------ */
639 /* Start Day - Season */
640 /* ------------------------------------------------------------------------------------------------------------------ */
641 .wpbc_shortcode_config__rules__params_section{
642 display: flex;
643 flex-flow: column wrap;
644 justify-content: flex-start;
645 align-items: flex-start;
646 }
647 /* Season select-box | checkboxes | buttons */
648 .wpbc_shortcode_config__rules__params_section.wpbc_start_day_season .wpbc_ajx_toolbar.wpbc_buttons_row {
649 flex: 0 1 auto;
650 }
651 /* Weekdays: Text_line | checkboxes */
652 .wpbc_shortcode_config__rules__params_section.wpbc_start_day_season .wpbc_ajx_toolbar.wpbc_buttons_row .ui_container.ui_container_weekdays{
653 flex-flow: column wrap;
654 }
655 /* Weekdays: checkboxes only */
656 .wpbc_shortcode_config__rules__params_section.wpbc_start_day_season .wpbc_ajx_toolbar.wpbc_buttons_row .ui_container.ui_container_weekdays .ui_group.ui_group_weekdays_checkboxes{
657 /*flex-flow: column wrap;*/
658 max-width: 320px;
659 }