| 1 |
#toolbar_booking_availability.wpbc_ajx_toolbar { |
| 2 |
margin: 0 |
| 3 |
} |
| 4 |
.wpbc_ajx_avy__container { |
| 5 |
display: -ms-flexbox; |
| 6 |
display: flex; |
| 7 |
-ms-flex-flow: row nowrap; |
| 8 |
flex-flow: row nowrap; |
| 9 |
-ms-flex-pack: start; |
| 10 |
justify-content: flex-start; |
| 11 |
-ms-flex-align: start; |
| 12 |
align-items: flex-start; |
| 13 |
margin: 20px 0 0 |
| 14 |
} |
| 15 |
.wpbc_ajx_avy__container .wpbc_ajx_avy__section_left { |
| 16 |
-ms-flex: 1 1 auto; |
| 17 |
flex: 1 1 auto; |
| 18 |
display: -ms-flexbox; |
| 19 |
display: flex; |
| 20 |
-ms-flex-flow: row wrap; |
| 21 |
flex-flow: row wrap; |
| 22 |
-ms-flex-pack: start; |
| 23 |
justify-content: flex-start; |
| 24 |
-ms-flex-align: start; |
| 25 |
align-items: flex-start |
| 26 |
} |
| 27 |
.wpbc_ajx_avy__calendar { |
| 28 |
width: 100%; |
| 29 |
max-width: 100%; |
| 30 |
margin: 0 |
| 31 |
} |
| 32 |
.wpbc_ajx_avy__container .wpbc_ajx_avy__section_right { |
| 33 |
-ms-flex: 0 1 auto; |
| 34 |
flex: 0 1 auto; |
| 35 |
margin: 0 0 0 30px; |
| 36 |
display: -ms-flexbox; |
| 37 |
display: flex; |
| 38 |
-ms-flex-flow: column wrap; |
| 39 |
flex-flow: column wrap; |
| 40 |
-ms-flex-pack: start; |
| 41 |
justify-content: flex-start; |
| 42 |
-ms-flex-align: start; |
| 43 |
align-items: flex-start |
| 44 |
} |
| 45 |
.wpbc_widgets { |
| 46 |
width: 200px; |
| 47 |
display: -ms-flexbox; |
| 48 |
display: flex; |
| 49 |
-ms-flex-flow: column wrap; |
| 50 |
flex-flow: column wrap; |
| 51 |
-ms-flex-pack: start; |
| 52 |
justify-content: flex-start; |
| 53 |
-ms-flex-align: start; |
| 54 |
align-items: flex-start |
| 55 |
} |
| 56 |
.wpbc_widgets .wpbc_widget { |
| 57 |
margin: 0 0 20px; |
| 58 |
width: 100%; |
| 59 |
-ms-flex: 1 1 100%; |
| 60 |
flex: 1 1 100% |
| 61 |
} |
| 62 |
.wpbc_widget .wpbc_widget_header { |
| 63 |
width: 100%; |
| 64 |
height: 44px; |
| 65 |
border: 1px solid #ccc; |
| 66 |
background: #fff; |
| 67 |
font-weight: 600; |
| 68 |
text-shadow: none; |
| 69 |
display: -ms-flexbox; |
| 70 |
display: flex; |
| 71 |
-ms-flex-flow: row nowrap; |
| 72 |
flex-flow: row nowrap; |
| 73 |
-ms-flex-pack: start; |
| 74 |
justify-content: flex-start; |
| 75 |
-ms-flex-align: center; |
| 76 |
align-items: center |
| 77 |
} |
| 78 |
.wpbc_widget .wpbc_widget_header .wpbc_widget_header_text { |
| 79 |
-ms-flex: 1 1 auto; |
| 80 |
flex: 1 1 auto; |
| 81 |
padding: 0 15px |
| 82 |
} |
| 83 |
.wpbc_widget .wpbc_widget_header .wpbc_widget_header_settings_link { |
| 84 |
-ms-flex: 0 0 auto; |
| 85 |
flex: 0 0 auto; |
| 86 |
margin-left: auto; |
| 87 |
border-left: 1px solid #ccc; |
| 88 |
padding: 5px 10px; |
| 89 |
color: #0e70b7; |
| 90 |
display: none |
| 91 |
} |
| 92 |
@media (max-width:470px) { |
| 93 |
.wpbc_ajx_avy__container { |
| 94 |
-ms-flex-flow: row wrap; |
| 95 |
flex-flow: row wrap |
| 96 |
} |
| 97 |
div.wpbc_ajx_avy__container .wpbc_ajx_avy__section_right { |
| 98 |
margin: 30px 0 |
| 99 |
} |
| 100 |
div.wpbc_widgets { |
| 101 |
width: 100% |
| 102 |
} |
| 103 |
div.wpbc_widgets .wpbc_widget.wpbc_widget_available_unavailable { |
| 104 |
position: fixed; |
| 105 |
bottom: 0; |
| 106 |
z-index: 9999; |
| 107 |
padding: 0 2px; |
| 108 |
left: 0; |
| 109 |
margin: 0 0 -10px |
| 110 |
} |
| 111 |
} |
| 112 |
#wpbc_hidden_template__select_booking_resource { |
| 113 |
-ms-flex: 0 1 auto; |
| 114 |
flex: 0 1 auto |
| 115 |
} |
| 116 |
#wpbc_toolbar_dates_hint { |
| 117 |
-ms-flex: 1 1 auto; |
| 118 |
flex: 1 1 auto; |
| 119 |
-ms-flex-pack: start; |
| 120 |
justify-content: flex-start; |
| 121 |
margin-left: 0 |
| 122 |
} |
| 123 |
#wpbc_toolbar_dates_hint .ui_element .wpbc_help_text { |
| 124 |
font-size: 1.1em; |
| 125 |
line-height: 1.8em; |
| 126 |
height: auto |
| 127 |
} |
| 128 |
#wpbc_toolbar_dates_hint .ui_element .wpbc_help_text * { |
| 129 |
font-size: 1em |
| 130 |
} |
| 131 |
.wpbc_ajx_toolbar .wpbc_help_text .wpbc_toolbar_dates_hints { |
| 132 |
font-size: 1.05em; |
| 133 |
display: block |
| 134 |
} |
| 135 |
.wpbc_ajx_toolbar .wpbc_help_text .wpbc_toolbar_dates_hints span { |
| 136 |
padding: 0 .2em |
| 137 |
} |
| 138 |
.wpbc_ajx_toolbar .wpbc_help_text .wpbc_toolbar_dates_hints span.wpbc_big_date, |
| 139 |
.wpbc_ajx_toolbar .wpbc_help_text .wpbc_toolbar_dates_hints span.wpbc_big_text { |
| 140 |
font-size: 1.05em; |
| 141 |
font-weight: 600; |
| 142 |
padding: 0 .3em |
| 143 |
} |
| 144 |
.block_hints .block_booked, |
| 145 |
.block_hints .block_check_in_out, |
| 146 |
.block_hints .block_free, |
| 147 |
.block_hints .block_pending, |
| 148 |
.block_hints .block_time, |
| 149 |
.datepick-inline .datepick-days-cell { |
| 150 |
border-radius: 0!important |
| 151 |
} |