| 1 |
/** |
| 2 |
* @version 1.0 |
| 3 |
* @package: Booking Calendar |
| 4 |
* @category: Admin Pages only |
| 5 |
* @author wpdevelop |
| 6 |
* |
| 7 |
* @web-site https://wpbookingcalendar.com/ |
| 8 |
* @email info@wpbookingcalendar.com |
| 9 |
* |
| 10 |
* @modified 2015-04-11, 2024-05-31 |
| 11 |
*/ |
| 12 |
|
| 13 |
/* Top level menu for WPBC */ |
| 14 |
/*#adminmenu #toplevel_page_wpbc .wp-submenu li:nth-child(5) a {*/ |
| 15 |
#0000adminmenu #toplevel_page_wpbc .wp-submenu li:nth-last-child(-n+1) a { |
| 16 |
/*border-top: 1px solid #444;*/ |
| 17 |
/*padding-top: 10px;*/ |
| 18 |
/*margin-top: 6px;*/ |
| 19 |
/*font-weight: 600;*/ |
| 20 |
/*font-size: 0.9em;*/ |
| 21 |
border-top: 1px solid #444; |
| 22 |
padding-top: 10px; |
| 23 |
margin-top: 6px; |
| 24 |
font-weight: 600; |
| 25 |
font-size: 1em; |
| 26 |
} |
| 27 |
#wpbc-admin-page.wpbc_page {} /* Booking Listing, Timeline & Add New Booking */ |
| 28 |
#wpbc-resources-admin-page.wpbc_page {} /* Resources */ |
| 29 |
#wpbc-settings-admin-page.wpbc_page {} /* Settings */ |
| 30 |
|
| 31 |
/* Form elements - add new client */ |
| 32 |
#wpbc-admin-page.wpbc_page_tab__add-booking label.wpbc-form-checkbox { |
| 33 |
margin: 7px 10px 7px 0; |
| 34 |
vertical-align: middle; |
| 35 |
line-height: 1.2em; |
| 36 |
height: 1.2em; |
| 37 |
} |
| 38 |
#wpbc-admin-page.wpbc_page_tab__add-booking label.wpbc-form-checkbox input[type=checkbox] { |
| 39 |
margin:-3px 5px 0 0; |
| 40 |
vertical-align: middle; |
| 41 |
} |
| 42 |
#wpbc-admin-page.wpbc_page_tab__add-booking label.wpbc-form-radio { |
| 43 |
margin: 7px 10px 7px 0; |
| 44 |
vertical-align: middle; |
| 45 |
line-height: 1.5em; |
| 46 |
height: 1.5em; |
| 47 |
} |
| 48 |
#wpbc-admin-page.wpbc_page_tab__add-booking label.wpbc-form-radio input[type=radio] { |
| 49 |
margin:-3px 5px 0 0; |
| 50 |
vertical-align: middle; |
| 51 |
} |
| 52 |
|
| 53 |
/* Selection of booking resources */ |
| 54 |
.visibility_container select option.wpbc_single_resource, |
| 55 |
select option.wpbc_single_resource{ |
| 56 |
padding:3px; |
| 57 |
font-weight:600; |
| 58 |
} |
| 59 |
.visibility_container select option.wpbc_parent_resource, |
| 60 |
select option.wpbc_parent_resource{ |
| 61 |
font-weight:600; |
| 62 |
padding:3px; |
| 63 |
} |
| 64 |
.visibility_container select option.wpbc_child_resource, |
| 65 |
select option.wpbc_child_resource{ |
| 66 |
padding:3px 0 3px 20px; |
| 67 |
font-weight: 400 |
| 68 |
} |
| 69 |
|
| 70 |
/* Shortcodes */ |
| 71 |
.wpbc-help-message code, |
| 72 |
.wpbc_settings_page_wrapper .description code, |
| 73 |
#wpbc-settings-admin-page .description code { |
| 74 |
font-style: normal; |
| 75 |
/*background: rgb(from var(--wpbc_admin-theme-color, #6b96ce) r g b / var(--wpbc_admin-theme-opacity, 80%));*/ |
| 76 |
background: #465160cf; |
| 77 |
color: #fff; |
| 78 |
padding: 2px 5px 3px; |
| 79 |
border-radius: 2px; |
| 80 |
-webkit-user-select: all; /* Covers Blink-land & Firefox (yup) */ |
| 81 |
user-select: all; /* Someday */ |
| 82 |
line-height: 2.1; |
| 83 |
} |
| 84 |
/* General Booking Settings page */ |
| 85 |
.wpbc_settings_page_wrapper .form-table .description, |
| 86 |
#wpbc-settings-admin-page .form-table .description { |
| 87 |
font-size: 14px; |
| 88 |
line-height: 2em; |
| 89 |
} |
| 90 |
.wpbc_settings_page_wrapper .form-table span.description, |
| 91 |
#wpbc-settings-admin-page .form-table span.description{ |
| 92 |
padding: 0 10px; |
| 93 |
} |
| 94 |
#wpbc-settings-admin-page .wpbc_sub_settings_grayed{ |
| 95 |
background-color: #f3f3f3; |
| 96 |
} |
| 97 |
#wpbc-settings-admin-page .wpbc_sub_settings_grayed th{ |
| 98 |
padding: 10px 0 0 20px; |
| 99 |
} |
| 100 |
#wpbc-settings-admin-page .wpbc_sub_settings_grayed td fieldset{ |
| 101 |
padding: 0 20px; |
| 102 |
} |
| 103 |
#wpbc-settings-admin-page .wpbc_tr_set_gen_booking_range_selection_days_count, |
| 104 |
#wpbc-settings-admin-page .wpbc_tr_set_gen_booking_range_selection_days_count_dynamic{ |
| 105 |
border-top: 2px dashed #d5d5d5; |
| 106 |
} |
| 107 |
#wpbc-settings-admin-page .wpbc_tr_set_gen_booking_range_start_day_week td{ |
| 108 |
padding-top:0; |
| 109 |
} |
| 110 |
#wpbc-settings-admin-page .wpbc_tr_set_gen_booking_range_start_day_week th { |
| 111 |
padding:0; |
| 112 |
height: 1px; |
| 113 |
} |
| 114 |
.wpbc_settings_page_wrapper .wpbc_expand_section_link, |
| 115 |
.wpbc_settings_page_wrapper a.wpbc_expand_section_link:hover, |
| 116 |
.wpbc_settings_page_wrapper a.wpbc_expand_section_link:focus, |
| 117 |
#wpbc-settings-admin-page .wpbc_expand_section_link, |
| 118 |
#wpbc-settings-admin-page a.wpbc_expand_section_link:hover, |
| 119 |
#wpbc-settings-admin-page a.wpbc_expand_section_link:focus { |
| 120 |
color:#21759b; |
| 121 |
cursor: pointer; |
| 122 |
outline: 0; |
| 123 |
border:none; |
| 124 |
border-bottom:1px dashed #21759B; |
| 125 |
text-decoration: none; |
| 126 |
} |
| 127 |
/* Warning message in Demo version */ |
| 128 |
.wpbc_demo_test_version_warning { |
| 129 |
background: #fee; |
| 130 |
border: none; |
| 131 |
border-left: 3px solid #c77 !important; |
| 132 |
border-radius: 2px; |
| 133 |
font-size: 0.85em; |
| 134 |
margin: 0; |
| 135 |
text-align: left; |
| 136 |
color: #AA4400; |
| 137 |
text-shadow: 0 -1px 0 #FFEEEE; |
| 138 |
} |
| 139 |
|
| 140 |
/* Remove shadow at button of ajax loading upgrade section at Settings > Upgrade page */ |
| 141 |
#bk_news_section td a { |
| 142 |
color: #555 !important; |
| 143 |
text-shadow: 0 0 0 !important; |
| 144 |
box-shadow: none; |
| 145 |
background: #fff; |
| 146 |
} |
| 147 |
#bk_news_section .booking-listing-header { |
| 148 |
background: #dfdfdf none repeat scroll 0 0; |
| 149 |
|
| 150 |
} |
| 151 |
#bk_news_section .wpbc-feature-table { |
| 152 |
border: 2px solid #dfdfdf; |
| 153 |
} |
| 154 |
#bk_news_section .version-name-row { |
| 155 |
background: #789 none repeat scroll 0 0 !important; |
| 156 |
color: #fff !important; |
| 157 |
font-weight: 400; |
| 158 |
line-height: 1.5em; |
| 159 |
text-shadow: 0 1px 1px #89a; |
| 160 |
vertical-align: middle; |
| 161 |
} |
| 162 |
#bk_news_section .wpbc-feature-table td.section-header { |
| 163 |
background: #feb !important; |
| 164 |
} |
| 165 |
/* Message: Thank you for registrations. */ |
| 166 |
#bk_registration_info { |
| 167 |
font-size: 1em; |
| 168 |
font-weight: 600; |
| 169 |
margin: 10px 0; |
| 170 |
opacity: 1; |
| 171 |
} |
| 172 |
/*#bk_registration_info_reload, */ |
| 173 |
#bk_errror_loading .info_message { |
| 174 |
font-size: 1.1em; |
| 175 |
font-weight: 600; |
| 176 |
margin: 10px 0; |
| 177 |
opacity: 1; |
| 178 |
} |
| 179 |
/* Align buttons center for Free version //FixIn: 7.1.2.5 */ |
| 180 |
.field-action-buttons.booking-actions.col-sm-2 { |
| 181 |
text-align: center; |
| 182 |
} |
| 183 |
@media (max-width: 782px) { |
| 184 |
.field-action-buttons.booking-actions.col-sm-2 { |
| 185 |
text-align: left; |
| 186 |
} |
| 187 |
} |
| 188 |
|
| 189 |
/** WordPress 5.3 Fix ***********************************************************************************************/ |
| 190 |
|
| 191 |
/* General */ |
| 192 |
.wp-core-ui .wpbc_page .button, |
| 193 |
.wp-core-ui .wpbc_page .button-primary, |
| 194 |
.wp-core-ui .wpbc_page .button-secondary { |
| 195 |
line-height: 28px; |
| 196 |
height: 28px; |
| 197 |
padding: 0 10px 1px; |
| 198 |
min-height: 30px; /* FixIn: 10.15.1.7. */ |
| 199 |
} |
| 200 |
|
| 201 |
.wpdevelop a { |
| 202 |
color: var(--wpbc_admin-a-color, #337ab7) |
| 203 |
} |
| 204 |
.wpdevelop a:hover { |
| 205 |
color: rgb(from var(--wpbc_admin-a-color, #337ab7) r g b / var(--wpbc_admin-theme-opacity, 80%)); |
| 206 |
} |
| 207 |
.wp-core-ui .wpbc_page input[type="text"], |
| 208 |
.wp-core-ui .wpbc_page input[type="password"], |
| 209 |
.wp-core-ui .wpbc_page input[type="date"], |
| 210 |
.wp-core-ui .wpbc_page input[type="datetime"], |
| 211 |
.wp-core-ui .wpbc_page input[type="datetime-local"], |
| 212 |
.wp-core-ui .wpbc_page input[type="email"], |
| 213 |
.wp-core-ui .wpbc_page input[type="month"], |
| 214 |
.wp-core-ui .wpbc_page input[type="number"], |
| 215 |
.wp-core-ui .wpbc_page input[type="search"], |
| 216 |
.wp-core-ui .wpbc_page input[type="tel"], |
| 217 |
.wp-core-ui .wpbc_page input[type="time"], |
| 218 |
.wp-core-ui .wpbc_page input[type="url"], |
| 219 |
.wp-core-ui .wpbc_page input[type="week"], |
| 220 |
.wp-core-ui .wpbc_page select, |
| 221 |
.wp-core-ui .wpbc_page .button-primary, |
| 222 |
.wp-core-ui .wpbc_page .button-secondary { |
| 223 |
min-height: 30px; /* FixIn: 10.15.1.7. */ |
| 224 |
line-height: 28px; /* FixIn: 10.15.1.7. */ |
| 225 |
} |
| 226 |
.wp-core-ui .wpbc_page .control-group input[type="text"] { |
| 227 |
min-height: 29px; |
| 228 |
} |
| 229 |
.wp-core-ui .wpbc_page input[type="text"] { |
| 230 |
min-height: 30px; |
| 231 |
} |
| 232 |
.wp-admin .wpbc_page select { |
| 233 |
color:#32373c; |
| 234 |
} |
| 235 |
.wpdevelop input, .wpdevelop button, .wpdevelop select, .wpdevelop textarea { |
| 236 |
line-height: 2; |
| 237 |
} |
| 238 |
@media (max-width: 782px) { |
| 239 |
|
| 240 |
.wpdevelop .control-group .btn-group > .button, |
| 241 |
.wpdevelop .control-group .btn-toolbar .btn-group > .button, |
| 242 |
.wpdevelop .control-group .btn-toolbar .input-group > .input-group-btn .button{ |
| 243 |
/*line-height: 2;*/ |
| 244 |
} |
| 245 |
.wp-core-ui .wpbc_page .button, |
| 246 |
.wp-core-ui .wpbc_page .button-primary, |
| 247 |
.wp-core-ui .wpbc_page .button-secondary |
| 248 |
|
| 249 |
/*, .wpdevelop .control-group .btn-group > .button .glyphicon,*/ |
| 250 |
/*.wpdevelop .control-group .btn-toolbar .btn-group > .button .glyphicon,*/ |
| 251 |
/*.wpdevelop .control-group .btn-toolbar .input-group > .input-group-btn .button .glyphicon*/ |
| 252 |
{ |
| 253 |
height: auto; |
| 254 |
line-height: 2.2; |
| 255 |
height: 34px; |
| 256 |
min-height: 28px; |
| 257 |
} |
| 258 |
.wp-core-ui .wpbc_page .button { |
| 259 |
padding: 1px 14px; |
| 260 |
} |
| 261 |
} |
| 262 |
|
| 263 |
.wpbc_booking_system_info_buttons_align { |
| 264 |
display: flex; |
| 265 |
flex-flow: row wrap; |
| 266 |
justify-content: center; |
| 267 |
margin: 0em; |
| 268 |
} |
| 269 |
.wpbc_booking_system_info_buttons_align a.button { |
| 270 |
flex: 0 0 auto; |
| 271 |
margin: 1em 1em 0; |
| 272 |
} |
| 273 |
|
| 274 |
#wpadminbar a .bk-update-count { |
| 275 |
background: #f0f0f1; |
| 276 |
color: #2c3338; |
| 277 |
display: inline; |
| 278 |
padding: 2px 5px; |
| 279 |
font-size: 10px; |
| 280 |
font-weight: 600; |
| 281 |
border-radius: 10px; |
| 282 |
} |
| 283 |
#wpadminbar a:hover .bk-update-count { |
| 284 |
background: #fff; |
| 285 |
color: #000; |
| 286 |
} |
| 287 |
|
| 288 |
|
| 289 |
/* Update 9.8 -- New menu as COLUMN for Booking > Settings General page */ |
| 290 |
#wpbc_dashboard_widget_container .bk_table td { |
| 291 |
border:none; |
| 292 |
} |
| 293 |
/* ------------------------------------------------------------------------------------------------------------------ */ |
| 294 |
/* == Settings Navigation Column == */ |
| 295 |
/* ------------------------------------------------------------------------------------------------------------------ */ |
| 296 |
.wpbc_settings_flex_container { |
| 297 |
display: flex; |
| 298 |
flex-flow: row wrap; |
| 299 |
justify-content: flex-start; |
| 300 |
align-items: flex-start; |
| 301 |
margin-left: -10px; |
| 302 |
} |
| 303 |
.wpbc_settings_flex_container .wpbc_settings_flex_container_left{ |
| 304 |
flex: 1 1 80px; |
| 305 |
margin-bottom: 10px; |
| 306 |
margin-left: 10px; |
| 307 |
} |
| 308 |
/* Collapse left Navigation menu*/ |
| 309 |
.wpbc_settings_flex_container .wpbc_container_collapsed{ |
| 310 |
flex: 0 0 45px; |
| 311 |
position: sticky; |
| 312 |
top: 50px; |
| 313 |
} |
| 314 |
.wpbc_settings_flex_container .wpbc_container_collapsed .wpbc_settings_navigation_item.wpbc_navigation_sub_item a{ |
| 315 |
padding-left: 0; |
| 316 |
} |
| 317 |
.wpbc_settings_flex_container .wpbc_container_collapsed .wpbc_settings_navigation_item a span{ |
| 318 |
display: none; |
| 319 |
} |
| 320 |
/* End Collapse left Navigation menu*/ |
| 321 |
@media (max-width: 782px) { |
| 322 |
.wpbc_settings_flex_container .wpbc_settings_flex_container_left:not(.wpbc_container_collapsed){ |
| 323 |
flex: 1 1 100%; |
| 324 |
margin-right: 0; |
| 325 |
} |
| 326 |
} |
| 327 |
.wpbc_settings_flex_container .wpbc_settings_flex_container_right { |
| 328 |
flex: 1 1 75%; |
| 329 |
margin-left: 10px; |
| 330 |
} |
| 331 |
.wpbc_settings_navigation_column{ |
| 332 |
background: #fff; |
| 333 |
border: 1px solid #ccc; |
| 334 |
padding: 0; |
| 335 |
|
| 336 |
display: flex; |
| 337 |
flex-flow: column wrap; |
| 338 |
justify-content: flex-start; |
| 339 |
align-items: stretch; |
| 340 |
} |
| 341 |
.wpbc_settings_navigation_column .wpbc_settings_navigation_item{ |
| 342 |
display: flex; |
| 343 |
flex-flow: column wrap; |
| 344 |
justify-content: center; |
| 345 |
align-items: stretch; |
| 346 |
} |
| 347 |
|
| 348 |
.wpbc_settings_navigation_column .wpbc_settings_navigation_item a{ |
| 349 |
flex: 1 1 100%; |
| 350 |
margin: 0; |
| 351 |
|
| 352 |
padding: 10px 1em; |
| 353 |
border: none; |
| 354 |
border-left: 4px solid transparent; |
| 355 |
|
| 356 |
text-shadow: none; |
| 357 |
color: #555; |
| 358 |
font-size: 13px; |
| 359 |
font-weight: 600; |
| 360 |
text-transform: capitalize; |
| 361 |
|
| 362 |
text-decoration: none; |
| 363 |
outline: none; |
| 364 |
|
| 365 |
display: flex; |
| 366 |
flex-flow: row nowrap; |
| 367 |
align-items: center; |
| 368 |
justify-content: flex-start; |
| 369 |
} |
| 370 |
.wpbc_settings_navigation_column .wpbc_settings_navigation_item.wpbc_settings_navigation_item_active a{ |
| 371 |
border-left: 4px solid var( --wp-admin-theme-color, #1E7BC7 ) !important; |
| 372 |
border-collapse: collapse; |
| 373 |
color: #555 !important; |
| 374 |
} |
| 375 |
.wpbc_settings_navigation_column .wpbc_settings_navigation_item a, |
| 376 |
.wpbc_settings_navigation_column .wpbc_settings_navigation_item a:focus{ |
| 377 |
box-shadow:none; |
| 378 |
} |
| 379 |
.wpbc_settings_navigation_column .wpbc_settings_navigation_item a:focus, |
| 380 |
.wpbc_settings_navigation_column .wpbc_settings_navigation_item a:hover{ |
| 381 |
color: #D54E21; |
| 382 |
background-color: transparent !important; |
| 383 |
border-left: 4px solid #d54e21; |
| 384 |
} |
| 385 |
.wpbc_settings_navigation_column .wpbc_settings_navigation_item.wpbc_navigation_sub_item a{ |
| 386 |
font-size:0.9em; |
| 387 |
font-weight: 400; |
| 388 |
padding-left: 2em; |
| 389 |
} |
| 390 |
|
| 391 |
.wpbc_settings_navigation_column .wpbc_settings_navigation_item a span{ |
| 392 |
padding: 0px 2px; |
| 393 |
line-height: 1.5em; |
| 394 |
|
| 395 |
/*! border-bottom: 1px dashed; */ |
| 396 |
text-decoration: none; |
| 397 |
text-underline-offset: 2px; |
| 398 |
text-decoration-thickness: 0px; |
| 399 |
text-decoration-style: dashed; |
| 400 |
text-decoration-color: #bbb; |
| 401 |
|
| 402 |
} |
| 403 |
.wpbc_settings_navigation_column .wpbc_settings_navigation_item a span.wpbc_new_label{ |
| 404 |
border:none; |
| 405 |
margin-left: auto; |
| 406 |
text-decoration: none; |
| 407 |
} |
| 408 |
.wpbc_settings_navigation_column .wpbc_settings_navigation_item.wpbc_navigation_top_border a{ |
| 409 |
border-top: 1px solid #dcdcdc; |
| 410 |
margin-top: 5px; |
| 411 |
} |
| 412 |
.wpbc_settings_navigation_column .wpbc_settings_navigation_item.wpbc_navigation_top_border:last-child a{ |
| 413 |
margin-top: 5px; |
| 414 |
} |
| 415 |
.wpbc_settings_navigation_column .wpbc_settings_navigation_item.wpbc_navigation_bottom_border a, |
| 416 |
.wpbc_settings_navigation_column .wpbc_settings_navigation_item.wpbc_navigation_bottom_border:last-child a{ |
| 417 |
border-bottom: 1px solid #dcdcdc; |
| 418 |
} |
| 419 |
.wpbc_settings_navigation_column .wpbc_settings_navigation_item a .wpbc_set_nav__right_icon { |
| 420 |
margin-left: auto; |
| 421 |
margin-top: 3px; |
| 422 |
} |
| 423 |
.wpbc_settings_navigation_column .wpbc_settings_navigation_item a .wpbc_set_nav__left_icon.wpbc_set_nav__icon_on, |
| 424 |
.wpbc_settings_navigation_column .wpbc_settings_navigation_item a .wpbc_set_nav__right_icon.wpbc_set_nav__icon_on { |
| 425 |
color: var( --wpbc_admin-theme-color, #036aab ) |
| 426 |
} |
| 427 |
|
| 428 |
.wpbc_settings_navigation_column .wpbc_settings_navigation_item a .wpbc_set_nav__left_icon { |
| 429 |
margin-left: 0px; |
| 430 |
margin-right: 10px; |
| 431 |
margin-top: 0px; |
| 432 |
} |
| 433 |
|
| 434 |
/* ------------------------------------------------------------------------------------------------------------------ */ |
| 435 |
/* == Open | Closed Help Containers == */ |
| 436 |
/* ------------------------------------------------------------------------------------------------------------------ */ |
| 437 |
.wpbc_container_open_or_closed::before { |
| 438 |
content: "[-]"; |
| 439 |
color: #2d78b4; |
| 440 |
padding:0 5px 0 0; |
| 441 |
} |
| 442 |
.wpbc_container_open_or_closed.wpbc_container_closed::before { |
| 443 |
content: "[+] "; |
| 444 |
color: #2d78b4; |
| 445 |
padding:0 5px 0 0; |
| 446 |
} |
| 447 |
.wpbc_container_open_or_closed a.wpbc_container_open_or_closed__link, |
| 448 |
.wpbc_container_open_or_closed a.wpbc_container_open_or_closed__link:active, |
| 449 |
.wpbc_container_open_or_closed a.wpbc_container_open_or_closed__link:visited, |
| 450 |
.wpbc_container_open_or_closed a.wpbc_container_open_or_closed__link:hover, |
| 451 |
.wpbc_container_open_or_closed a.wpbc_container_open_or_closed__link:focus{ |
| 452 |
color: #2d78b4; |
| 453 |
box-shadow: none; |
| 454 |
cursor: pointer; |
| 455 |
outline: 0; |
| 456 |
border: none; |
| 457 |
text-underline-offset: 3px; |
| 458 |
text-decoration-thickness: 0px; |
| 459 |
text-decoration-style: dashed; |
| 460 |
} |
| 461 |
.wpbc_container_closed .wpbc_container_open_or_closed__content { |
| 462 |
} |
| 463 |
/* Deprected Help shortcodes container. */ |
| 464 |
.wpbc_container_open_or_closed__content { |
| 465 |
padding: 1px 5px 10px 20px; |
| 466 |
margin-top: 10px; |
| 467 |
|
| 468 |
} |
| 469 |
.wpbc_deprected_help_container *, |
| 470 |
.wpbc_deprected_help_container p.description { |
| 471 |
color: #999; |
| 472 |
font-size: 98%; |
| 473 |
} |
| 474 |
/* ------------------------------------------------------------------------------------------------------------------ */ |
| 475 |
/* == Free - WP Booking Calendar > Settings > Booking Form page == */ |
| 476 |
/* ------------------------------------------------------------------------------------------------------------------ */ |
| 477 |
/* Generator elements */ |
| 478 |
.wpbc_field_generator { |
| 479 |
display:none; |
| 480 |
} |
| 481 |
.wpbc_field_generator_info { |
| 482 |
display:block; |
| 483 |
} |
| 484 |
/* Table with Fields elements */ |
| 485 |
.wpbc_table_form_free { |
| 486 |
/* //FixIn: 10.11.3.4. */ |
| 487 |
position:relative; |
| 488 |
} |
| 489 |
.wpbc_table_form_free tr th{ |
| 490 |
font-size: 12px; |
| 491 |
text-align: center; |
| 492 |
font-weight: 600; |
| 493 |
width: 60px; |
| 494 |
line-height: 3em; |
| 495 |
} |
| 496 |
.wpbc_table_form_free tr th.sort{ |
| 497 |
color: #777; |
| 498 |
font-size: 11px; |
| 499 |
text-align: center; |
| 500 |
width: 43px; |
| 501 |
} |
| 502 |
.wpbc_table_form_free tr th.field_active, |
| 503 |
.wpbc_table_form_free tr th.field_required{ |
| 504 |
width:50px; |
| 505 |
} |
| 506 |
.wpbc_table_form_free tr th.field_label{ |
| 507 |
width:auto; |
| 508 |
} |
| 509 |
.wpbc_table_form_free tr th.field_options { |
| 510 |
|
| 511 |
} |
| 512 |
.wpbc_table_form_free tr th { |
| 513 |
width:auto; |
| 514 |
} |
| 515 |
.wpbc_table_form_free tr th.field_actions { |
| 516 |
width:100px; |
| 517 |
} |
| 518 |
.wpbc_table_form_free tr td{ |
| 519 |
padding: 5px 0; |
| 520 |
text-align: center; |
| 521 |
border-bottom: 1px solid #eee; |
| 522 |
} |
| 523 |
.wpbc_table_form_free tr td.sort{ |
| 524 |
color: #888; |
| 525 |
font-size: 13px; |
| 526 |
vertical-align: middle; |
| 527 |
} |
| 528 |
.wpbc_table_form_free tr td.field_label input { |
| 529 |
flex: 1 1 70%; |
| 530 |
margin-right: 2%; |
| 531 |
font-weight: 600; |
| 532 |
} |
| 533 |
.wpbc_table_form_free tr td.field_label .field_type_name_description { |
| 534 |
flex: 1 1 28%; |
| 535 |
} |
| 536 |
.wpbc_table_form_free tr td.field_options input { |
| 537 |
width: 90%; |
| 538 |
color: #aaa; |
| 539 |
} |
| 540 |
.wpbc_table_form_free tr td.field_options > input:disabled { |
| 541 |
background: #f8f8f8 none repeat scroll 0 0; |
| 542 |
color: #aaaaaa; |
| 543 |
} |
| 544 |
.wpbc_table_form_free tr td.field_actions { |
| 545 |
vertical-align: middle; |
| 546 |
} |
| 547 |
.wpbc_table_form_free tfoot tr th { |
| 548 |
font-weight: 400; |
| 549 |
line-height: 2em; |
| 550 |
padding: 10px 12px 12px; |
| 551 |
text-align: right; |
| 552 |
} |
| 553 |
.wpbc_table_form_free tfoot tr th a.button{ |
| 554 |
vertical-align: middle; |
| 555 |
} |
| 556 |
.wpbc_table_form_free a.button { |
| 557 |
margin: 0 5px 5px 0; |
| 558 |
} |
| 559 |
.wpbc_add_field_row, |
| 560 |
.wpbc_edit_field_row { |
| 561 |
display:none; |
| 562 |
} |
| 563 |
/* @media (max-width: 599px) {*/ |
| 564 |
@media (max-width: 782px) { |
| 565 |
.wpbc_table_form_free tr th.field_options, |
| 566 |
.wpbc_table_form_free tr td.field_options { |
| 567 |
display:none; |
| 568 |
} |
| 569 |
} |
| 570 |
/* //FixIn: 9.5.4.10 */ |
| 571 |
.wpbc_table_form_free tr{ |
| 572 |
height:50px; |
| 573 |
} |
| 574 |
.wpbc_table_form_free tr td{ |
| 575 |
height:100%; |
| 576 |
} |
| 577 |
.wpbc_table_form_free tr td .wpbc_align_vertically { |
| 578 |
display:flex; |
| 579 |
flex-flow:row wrap; |
| 580 |
justify-content: flex-start; |
| 581 |
align-items: center; |
| 582 |
height:100%; |
| 583 |
margin: 0 3%; |
| 584 |
} |
| 585 |
.wpbc_table_form_free tr td .wpbc_align_vertically > *{ |
| 586 |
margin:0; |
| 587 |
} |
| 588 |
/* == 2024-05-31 == ---------------------------------------------------------------------------------------- */ |
| 589 |
.wpbc_table_form_free thead{ |
| 590 |
font-size: 14px; |
| 591 |
} |
| 592 |
.wpbc_table_form_free tr th { |
| 593 |
font-size: clamp(0.786em, 0.657em + 0.48vi, 1em); |
| 594 |
} |
| 595 |
|
| 596 |
.wpbc_table_form_free .field_type_name_description { |
| 597 |
text-align: left; |
| 598 |
color: #818181; |
| 599 |
font-size: 11px; |
| 600 |
/*! font-weight: 600; */ |
| 601 |
white-space: nowrap; |
| 602 |
display: flex; |
| 603 |
flex-flow: row wrap; |
| 604 |
justify-content: flex-start; |
| 605 |
align-items: center; |
| 606 |
min-width: 120px; |
| 607 |
} |
| 608 |
.wpbc_table_form_free .field_type_name_description .field_type_name_value:nth-child(1){ |
| 609 |
text-transform: uppercase; |
| 610 |
min-width: 58px; |
| 611 |
} |
| 612 |
.wpbc_table_form_free .field_type_name_description .field_type_name_value{ |
| 613 |
font-weight: 600; |
| 614 |
padding: 0 2px; |
| 615 |
} |
| 616 |
.wpbc_table_form_free .field_type_name_description .field_type_name_separator{ |
| 617 |
padding-right: 10px; |
| 618 |
} |
| 619 |
.wp-core-ui .wpbc_page .button.wpbc_bs_button_red { |
| 620 |
border: 1px solid #de605c !important; |
| 621 |
} |
| 622 |
.wp-core-ui .wpbc_page .wpbc_ui_button.wpbc_bs_button_green, |
| 623 |
.wp-core-ui .wpbc_page .wpbc_ui_button.wpbc_bs_button_green:active, |
| 624 |
.wp-core-ui .wpbc_page .wpbc_ui_button.wpbc_bs_button_green:hover, |
| 625 |
.wp-core-ui .wpbc_page .wpbc_ui_button.wpbc_bs_button_green:focus { |
| 626 |
background: #64aa45; |
| 627 |
text-shadow: none; |
| 628 |
box-shadow: none; |
| 629 |
outline: 0; |
| 630 |
border-color: #64aa45; |
| 631 |
font-weight: 600; |
| 632 |
color: #fff; |
| 633 |
} |
| 634 |
@media (max-width: 782px) { |
| 635 |
.wpbc_table_form_free .field_type_name_description { |
| 636 |
display:none; |
| 637 |
} |
| 638 |
.wpbc_table_form_free tr th.field_actions { |
| 639 |
width: 60px; |
| 640 |
} |
| 641 |
} |
| 642 |
/* Disabled elements */ |
| 643 |
.wp-core-ui .wpbc_page .wpbc_field_disabled { |
| 644 |
cursor: not-allowed; /* Cursor change to disabled state*/ |
| 645 |
color: #ccc; |
| 646 |
pointer-events: none; |
| 647 |
opacity: 0.5 !important; /* Fade effect */ |
| 648 |
} |
| 649 |
|
| 650 |
.wpbc_help_tooltip_icon { |
| 651 |
line-height: 2.4em; |
| 652 |
margin: 0 1em; |
| 653 |
} |
| 654 |
.wpbc_help_tooltip_icon_left { |
| 655 |
line-height: 2.4em; |
| 656 |
margin: 0 1em 0 0; |
| 657 |
} |
| 658 |
.wpbc_help_tooltip_icon_right { |
| 659 |
line-height: 2.4em; |
| 660 |
margin: 0 0 0 1em; |
| 661 |
} |
| 662 |
|