| 1 |
@CHARSET "UTF-8"; |
| 2 |
|
| 3 |
.accua_form_api_throbbler{ |
| 4 |
display: inline-block; |
| 5 |
width: 24px; |
| 6 |
height: 24px; |
| 7 |
background: url("img/throbbler24.gif") no-repeat; |
| 8 |
} |
| 9 |
|
| 10 |
div.pfbc-error { |
| 11 |
border: 1px solid #C00; |
| 12 |
background: #FCC; |
| 13 |
color: #000; |
| 14 |
padding: .5em; |
| 15 |
margin: .5em 0; |
| 16 |
} |
| 17 |
|
| 18 |
/* standard */ |
| 19 |
/*.accua-form-view-standard { width: 100%; }*/ |
| 20 |
.accua-form-view-standard .pfbc-element { margin-bottom: .6em } |
| 21 |
.accua-form-view-standard .pfbc-label { margin-bottom: .2em; } |
| 22 |
.accua-form-view-standard .pfbc-label label { display: block; width: 100%;} |
| 23 |
.accua-form-view-standard .pfbc-textbox, .accua-form-view-standard .pfbc-textarea, .accua-form-view-standard .pfbc-select { width: 98% !important; display:block; border: 1px solid #ccc; padding:2px; } |
| 24 |
.accua-form-view-standard .pfbc-fieldwrap { width: 100%; display: inline-block; } |
| 25 |
.accua-form-view-standard .pfbc-buttons { text-align: right; } |
| 26 |
|
| 27 |
/* sidebyside */ |
| 28 |
/*.accua-form-view-sidebyside { width: 100%; }*/ |
| 29 |
.accua-form-view-sidebyside .pfbc-element { margin-bottom: 0.6em; } |
| 30 |
.accua-form-view-sidebyside .pfbc-elementbottom { clear: both; } |
| 31 |
.accua-form-view-sidebyside .pfbc-label { margin-bottom: .2em; float: left; width:25%;} |
| 32 |
.accua-form-view-sidebyside .pfbc-label label { display: block; } |
| 33 |
.accua-form-view-sidebyside .pfbc-buttons { text-align: right; } |
| 34 |
.accua-form-view-sidebyside .pfbc-error { padding: .5em; margin-bottom: 1em; } |
| 35 |
.accua-form-view-sidebyside .pfbc-textbox, .accua-form-view-sidebyside .pfbc-textarea, .accua-form-view-sidebyside .pfbc-select { width: 98% !important; display:block; border: 1px solid #ccc; padding:2px; } |
| 36 |
.accua-form-view-sidebyside .pfbc-fieldwrap { width: 75%; display: inline-block; } |
| 37 |
|
| 38 |
.pfbc-error { padding: .5em; margin-bottom: 1em; } |
| 39 |
.pfbc-error ul { padding-left: 1.75em; margin: 0; margin-top: .25em; } |
| 40 |
.pfbc-checkbox { padding: 0.5em 0; border-bottom: 1px solid #f4f4f4; } |
| 41 |
|
| 42 |
.pfbc-invalid { |
| 43 |
background-color: #fcc; |
| 44 |
} |
| 45 |
|
| 46 |
.accua-form input.wp-color-picker { |
| 47 |
margin-bottom: 0 !important; |
| 48 |
border-color: #ccc !important; |
| 49 |
border-width: 2px !important; |
| 50 |
border-style: solid !important; |
| 51 |
border-radius: 4px !important; |
| 52 |
background-color: transparent !important; |
| 53 |
padding: 1px 0 !important; |
| 54 |
color: inherit !important; |
| 55 |
font-size: inherit !important; |
| 56 |
} |
| 57 |
|
| 58 |
#recaptcha_table { |
| 59 |
table-layout: auto !important; |
| 60 |
} |
| 61 |
|