| 1 |
/* Pull to right side */ |
| 2 |
.wpbc_ui_el__flex_right { |
| 3 |
margin-left:auto !important; |
| 4 |
} |
| 5 |
/* Hide */ |
| 6 |
.wpbc_ui__hide { |
| 7 |
display:none !important; |
| 8 |
} |
| 9 |
.wpbc_ui__nowrap { |
| 10 |
flex-wrap: nowrap !important; |
| 11 |
} |
| 12 |
/* Vertical Separator Line*/ |
| 13 |
.wpbc_ui_el__divider { |
| 14 |
display: flex; |
| 15 |
flex-flow: row nowrap; |
| 16 |
align-items: stretch; |
| 17 |
justify-content: flex-start; |
| 18 |
align-self: stretch; |
| 19 |
} |
| 20 |
.wpbc_ui_el__divider .wpbc_ui_el__vertical_space { |
| 21 |
width: 10px; |
| 22 |
margin: 0; |
| 23 |
} |
| 24 |
.wpbc_ui_el__divider .wpbc_ui_el__horisontal_space { |
| 25 |
height: 10px; |
| 26 |
margin: 0; |
| 27 |
} |
| 28 |
.wpbc_ui_el__divider .wpbc_ui_el__vertical_line { |
| 29 |
border: none; |
| 30 |
width: 1px; |
| 31 |
background: #0000001a; |
| 32 |
margin: 0 5px; |
| 33 |
} |
| 34 |
.wpbc_ui_el__divider .wpbc_ui_el__horisontal_line { |
| 35 |
border: none; |
| 36 |
height: 1px; |
| 37 |
background: #0000001a; |
| 38 |
margin: 5px 0; |
| 39 |
flex: 1 1 100%; |
| 40 |
|
| 41 |
border-bottom: 1px solid #0000001c; |
| 42 |
background: transparent; |
| 43 |
} |
| 44 |
.wpbc_ui_el__divider:has(.wpbc_ui_el__horisontal_line) { |
| 45 |
clear:both; |
| 46 |
width:100%; |
| 47 |
min-width:100%; |
| 48 |
max-width:100%; |
| 49 |
} |
| 50 |
.wpbc_ui_el__level__folder.expanded .wpbc_ui_el__divider:has(.wpbc_ui_el__horisontal_line) { |
| 51 |
margin-left: 40px; |
| 52 |
} |
| 53 |
.wpbc_settings_page_wrapper.compact .wpbc_ui_el__level__folder.expanded .wpbc_ui_el__divider:has(.wpbc_ui_el__horisontal_line) { |
| 54 |
margin-left: 15px; |
| 55 |
} |
| 56 |
.wpbc_ui_el__row100 { |
| 57 |
display: flex; |
| 58 |
flex-flow: row wrap; |
| 59 |
justify-content: flex-start; |
| 60 |
align-items: center; |
| 61 |
width:100%; |
| 62 |
min-width:100%; |
| 63 |
max-width:100%; |
| 64 |
} |
| 65 |
/* Vertical line */ |
| 66 |
.wpbc_ui_el__vetical_line { |
| 67 |
display: inline-block; |
| 68 |
border-right: 1px solid #848484; |
| 69 |
margin: 0 7px -1px; |
| 70 |
width: 0px; |
| 71 |
background: #7b7b7b; |
| 72 |
height: 1em; |
| 73 |
box-sizing: border-box; |
| 74 |
border-left: 1px solid #555; |
| 75 |
padding: 0; |
| 76 |
} |
| 77 |
.wpbc_ui_el__make_space { |
| 78 |
flex: 1; |
| 79 |
} |
| 80 |
/* Top messages */ |
| 81 |
.wpbc_admin .wpbc_page div.wpbc_inner_message { |
| 82 |
position: fixed; |
| 83 |
top: calc(var(--wpbc_ui_top_nav__wp_top_menu_height) + 3px); |
| 84 |
right: 65px; |
| 85 |
top: calc(var(--wpbc_ui_top_nav__wp_top_menu_height) + 55px); |
| 86 |
right: 10px; |
| 87 |
padding: 10px 12px; |
| 88 |
word-break: break-all; |
| 89 |
max-width: 50%; |
| 90 |
z-index: 90001; |
| 91 |
} |
| 92 |
/* Shift down meessages in full screen on WP Booking Calendar > Settings > Booking Form > Booking Form Fields page */ |
| 93 |
.wpbc_admin_full_screen .wpbc_admin .wpbc_page div.wpbc_inner_message { |
| 94 |
top: calc(var(--wpbc_ui_top_nav__wp_top_menu_height) + 55px); |
| 95 |
right: 5px; |
| 96 |
} |
| 97 |
.wpbc_svg_icon_class { |
| 98 |
display: inline-block; |
| 99 |
background-position: 0 1px; |
| 100 |
background-repeat: no-repeat; |
| 101 |
background-size: 24px auto; |
| 102 |
width: 24px; |
| 103 |
height: 24px; |
| 104 |
} |
| 105 |
/* -- Timeline ------------------------------------------------------------------------------------------------------ */ |
| 106 |
/* "Emails Sending" toggle at top horisontal bar located at right side. */ |
| 107 |
.wpbc_ui_el__horis_top_bar__content .wpbc_ui__is_send_emails_toggle { |
| 108 |
font-size: 13px; |
| 109 |
line-height: 1.4; |
| 110 |
border-left: 1px solid var(--wpbc_ui_horis_top_nav__normal_color); |
| 111 |
padding-left: 15px; |
| 112 |
margin-left: auto; |
| 113 |
min-height: 30px; |
| 114 |
align-items: center; |
| 115 |
} |
| 116 |
|
| 117 |
/* -- TODO: Temp fix for "Form Options Costs page" ---------------------------------------------------------------- */ |
| 118 |
#wpbc_settings_advancedcost_metabox tr { |
| 119 |
display: flex; |
| 120 |
flex-flow: column nowrap; |
| 121 |
justify-content: center; |
| 122 |
align-items: flex-start; |
| 123 |
} |
| 124 |
#wpbc_settings_advancedcost_metabox tr th { |
| 125 |
font-size: 1.2em; |
| 126 |
padding: 10px 0; |
| 127 |
} |
| 128 |
#wpbc_settings_advancedcost_metabox tr td { |
| 129 |
padding-left: 3em; |
| 130 |
} |
| 131 |
/* -- TODO: Temp fix for "Save button" ---------------------------------------------------------------------------- */ |
| 132 |
.container_for_save_buttons { |
| 133 |
display: flex; |
| 134 |
flex-flow: row wrap; |
| 135 |
justify-content: flex-start; |
| 136 |
align-items: center; |
| 137 |
|
| 138 |
margin-top:20px; |
| 139 |
padding: 10px; |
| 140 |
} |
| 141 |
.container_for_save_buttons .sub_right, |
| 142 |
.container_for_save_buttons a:nth-child(2) { |
| 143 |
margin-left: auto; |
| 144 |
} |
| 145 |
|
| 146 |
/* == Forms Input Focus ============================================================================================= */ |
| 147 |
.wpbc_page { |
| 148 |
--wpbc_form-field-border-size: 1px; |
| 149 |
--wpbc_form-button-background-color: var(--wpbc_admin-theme-color, #066aab ); |
| 150 |
--wpbc_form-field-text-color: rgba(0, 0, 0, 0.7); |
| 151 |
} |
| 152 |
.wp-core-ui .wpbc_page input[type=date]:focus, |
| 153 |
.wp-core-ui .wpbc_page input[type=datetime-local]:focus, |
| 154 |
.wp-core-ui .wpbc_page input[type=datetime]:focus, |
| 155 |
.wp-core-ui .wpbc_page input[type=email]:focus, |
| 156 |
.wp-core-ui .wpbc_page input[type=month]:focus, |
| 157 |
.wp-core-ui .wpbc_page input[type=number]:focus, |
| 158 |
.wp-core-ui .wpbc_page input[type=password]:focus, |
| 159 |
.wp-core-ui .wpbc_page input[type=range]:focus, |
| 160 |
.wp-core-ui .wpbc_page input[type=search]:focus, |
| 161 |
.wp-core-ui .wpbc_page input[type=tel]:focus, |
| 162 |
.wp-core-ui .wpbc_page input[type=text]:focus, |
| 163 |
.wp-core-ui .wpbc_page input[type=time]:focus, |
| 164 |
.wp-core-ui .wpbc_page input[type=url]:focus, |
| 165 |
.wp-core-ui .wpbc_page input[type=week]:focus, |
| 166 |
.wp-core-ui .wpbc_page select:focus, |
| 167 |
.wp-core-ui .wpbc_page textarea:focus, |
| 168 |
.wp-core-ui .wpbc_page input[type=checkbox]:focus, |
| 169 |
.wp-core-ui .wpbc_page input[type=radio]:focus{ |
| 170 |
border-width: var(--wpbc_form-field-border-size); |
| 171 |
border-style: solid; |
| 172 |
border-color: var(--wpbc_form-button-background-color); |
| 173 |
box-shadow: 0 0 0 1.2px var(--wpbc_form-button-background-color),0 1px 2px rgba(0,0,0,.15); |
| 174 |
outline: 0 |
| 175 |
} |
| 176 |
|
| 177 |
|