Ninja Forms – The Easy and Powerful Forms Builder - Version 3.3.21.4

Version Description

(14 June 2022) = Security Enhancements * Apply more strict sanitization to merge tag values

=

Download this release

Release Info

Developer krmoorhouse
Plugin Icon 128x128 Ninja Forms – The Easy and Powerful Forms Builder
Version 3.3.21.4
Comparing to
See all releases

Code changes from version 3.0.34.2 to 3.3.21.4

Files changed (71) hide show
  1. CONTRIBUTING.md +0 -34
  2. LICENSE +674 -0
  3. assets/css/admin-settings.css +71 -2
  4. assets/css/admin-system-status.css +17 -5
  5. assets/css/builder.css +1 -2386
  6. assets/css/builder.css.map +1 -1
  7. assets/css/dashboard.min.css +2 -0
  8. assets/css/dashboard.min.css.map +1 -0
  9. assets/css/display-opinions-dark.css +1 -1974
  10. assets/css/display-opinions-dark.css.map +1 -1
  11. assets/css/display-opinions-light.css +1 -1974
  12. assets/css/display-opinions-light.css.map +1 -1
  13. assets/css/display-opinions.css +1 -184
  14. assets/css/display-opinions.css.map +1 -1
  15. assets/css/display-structure.css +1 -843
  16. assets/css/display-structure.css.map +1 -1
  17. assets/css/jBox.css +51 -0
  18. assets/css/nf-form-block-editor.css +0 -0
  19. assets/css/nf-form-block-style.css +90 -0
  20. assets/img/add-ons/active-campaign.png +0 -0
  21. assets/img/add-ons/agency-membership.png +0 -0
  22. assets/img/add-ons/aweber.png +0 -0
  23. assets/img/add-ons/campaign-monitor.png +0 -0
  24. assets/img/add-ons/capsule-crm.png +0 -0
  25. assets/img/add-ons/cleverreach.png +0 -0
  26. assets/img/add-ons/clicksend-sms.png +0 -0
  27. assets/img/add-ons/conditional-logic.png +0 -0
  28. assets/img/add-ons/constant-contact.png +0 -0
  29. assets/img/add-ons/convertkit.png +0 -0
  30. assets/img/add-ons/elavon.png +0 -0
  31. assets/img/add-ons/emailoctopus.png +0 -0
  32. assets/img/add-ons/emma.png +0 -0
  33. assets/img/add-ons/excel-export.png +0 -0
  34. assets/img/add-ons/file-uploads.png +0 -0
  35. assets/img/add-ons/front-end-posting.png +0 -0
  36. assets/img/add-ons/help-scout.png +0 -0
  37. assets/img/add-ons/highrise-crm.png +0 -0
  38. assets/img/add-ons/insightly-crm.png +0 -0
  39. assets/img/add-ons/intelligencewp.png +0 -0
  40. assets/img/add-ons/layout-styles.png +0 -0
  41. assets/img/add-ons/mail-chimp.png +0 -0
  42. assets/img/add-ons/multi-part-forms.png +0 -0
  43. assets/img/add-ons/ninja-forms-cleverreach.png +0 -0
  44. assets/img/add-ons/onepage-crm.png +0 -0
  45. assets/img/add-ons/paypal-express.png +0 -0
  46. assets/img/add-ons/pdf-form-submissions.png +0 -0
  47. assets/img/add-ons/pipelinedeals-crm.png +0 -0
  48. assets/img/add-ons/placeholder.png +0 -0
  49. assets/img/add-ons/recurly.png +0 -0
  50. assets/img/add-ons/salesforce-crm.png +0 -0
  51. assets/img/add-ons/save-progress.png +0 -0
  52. assets/img/add-ons/sendy.png +0 -0
  53. assets/img/add-ons/slack.png +0 -0
  54. assets/img/add-ons/stripe.png +0 -0
  55. assets/img/add-ons/table-editor.png +0 -0
  56. assets/img/add-ons/trello.png +0 -0
  57. assets/img/add-ons/twilio-sms.png +0 -0
  58. assets/img/add-ons/user-analytics.png +0 -0
  59. assets/img/add-ons/user-management.png +0 -0
  60. assets/img/add-ons/vimeo-uploader.png +0 -0
  61. assets/img/add-ons/webhooks.png +0 -0
  62. assets/img/add-ons/webmerge.png +0 -0
  63. assets/img/add-ons/zapier.png +0 -0
  64. assets/img/add-ons/zoho-crm.png +0 -0
  65. assets/img/nf-logo-dashboard.png +0 -0
  66. assets/js/admin-import-export.js +58 -0
  67. assets/js/admin-settings.js +345 -0
  68. assets/js/admin-submissions.js +58 -0
  69. assets/js/admin-system-status.js +24 -5
  70. assets/js/lib/backbone.marionette3.min.js +13 -0
  71. assets/js/lib/math-expression-evaluator.min.js +26 -0
CONTRIBUTING.md DELETED
@@ -1,34 +0,0 @@
1
- #Contribute To Ninja Forms
2
- (adapted from Easy Digital Downloads)
3
-
4
- ## Getting Started
5
-
6
- * Submit a ticket for your issue, assuming one does not already exist.
7
- * Raise it on our [Issue Tracker](https://github.com/wpninjas/ninja-forms/issues)
8
- * Clearly describe the issue, including steps to reproduce the bug (if applicable).
9
- * If it's a bug, make sure you fill in the earliest version that you know has the issue as well as the version of WordPress you're using.
10
-
11
- ## Making Changes
12
-
13
- * Fork the Ninja Forms repository on GitHub
14
- * From the `master` branch on your forked repository, create a new branch and make your changes
15
- * Your new branch should use the naming convention `issue/{issue#}` e.g. `issue/190`
16
- * Ensure you stick to the [WordPress Coding Standards](http://codex.wordpress.org/WordPress_Coding_Standards)
17
- * When committing, use a [well-formed](http://robots.thoughtbot.com/5-useful-tips-for-a-better-commit-message) [commit](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) [message](http://who-t.blogspot.com/2009/12/on-commit-messages.html)
18
- * Push the changes to your fork and submit a pull request to the `master` branch of the Ninja Forms repository
19
-
20
- ## Code Documentation
21
-
22
- * We're working on making sure that every function is documented well and follows the WordPress inline documentation standards based on phpDoc
23
- * The WordPress Inline Documentation Standards (with examples) can be found [here](http://make.wordpress.org/core/handbook/inline-documentation-standards/php-documentation-standards/)
24
- * Please make sure that every function is documented so that our API Documentation will be complete
25
- * If you're adding/editing a function in a class, make sure to add `@access {private|public|protected}`
26
- * Finally, please use tabs and not spaces. The tab indent size should be 4 for all Ninja Forms code.
27
-
28
- At this point you're waiting on us to merge your pull request. We'll review all pull requests, and make suggestions and changes if necessary.
29
-
30
- # Additional Resources
31
- * [Ninja Forms Developer API](http://ninjaforms.com/documentation/developer-api/)
32
- * [GitHub Help — Forking](https://help.github.com/articles/fork-a-repo)
33
- * [GitHub Help — Syncing a Fork](https://help.github.com/articles/syncing-a-fork)
34
- * [GitHub Help — Pull Requests](https://help.github.com/articles/using-pull-requests#before-you-begin)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
LICENSE ADDED
@@ -0,0 +1,674 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ GNU GENERAL PUBLIC LICENSE
2
+ Version 3, 29 June 2007
3
+
4
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
5
+ Everyone is permitted to copy and distribute verbatim copies
6
+ of this license document, but changing it is not allowed.
7
+
8
+ Preamble
9
+
10
+ The GNU General Public License is a free, copyleft license for
11
+ software and other kinds of works.
12
+
13
+ The licenses for most software and other practical works are designed
14
+ to take away your freedom to share and change the works. By contrast,
15
+ the GNU General Public License is intended to guarantee your freedom to
16
+ share and change all versions of a program--to make sure it remains free
17
+ software for all its users. We, the Free Software Foundation, use the
18
+ GNU General Public License for most of our software; it applies also to
19
+ any other work released this way by its authors. You can apply it to
20
+ your programs, too.
21
+
22
+ When we speak of free software, we are referring to freedom, not
23
+ price. Our General Public Licenses are designed to make sure that you
24
+ have the freedom to distribute copies of free software (and charge for
25
+ them if you wish), that you receive source code or can get it if you
26
+ want it, that you can change the software or use pieces of it in new
27
+ free programs, and that you know you can do these things.
28
+
29
+ To protect your rights, we need to prevent others from denying you
30
+ these rights or asking you to surrender the rights. Therefore, you have
31
+ certain responsibilities if you distribute copies of the software, or if
32
+ you modify it: responsibilities to respect the freedom of others.
33
+
34
+ For example, if you distribute copies of such a program, whether
35
+ gratis or for a fee, you must pass on to the recipients the same
36
+ freedoms that you received. You must make sure that they, too, receive
37
+ or can get the source code. And you must show them these terms so they
38
+ know their rights.
39
+
40
+ Developers that use the GNU GPL protect your rights with two steps:
41
+ (1) assert copyright on the software, and (2) offer you this License
42
+ giving you legal permission to copy, distribute and/or modify it.
43
+
44
+ For the developers' and authors' protection, the GPL clearly explains
45
+ that there is no warranty for this free software. For both users' and
46
+ authors' sake, the GPL requires that modified versions be marked as
47
+ changed, so that their problems will not be attributed erroneously to
48
+ authors of previous versions.
49
+
50
+ Some devices are designed to deny users access to install or run
51
+ modified versions of the software inside them, although the manufacturer
52
+ can do so. This is fundamentally incompatible with the aim of
53
+ protecting users' freedom to change the software. The systematic
54
+ pattern of such abuse occurs in the area of products for individuals to
55
+ use, which is precisely where it is most unacceptable. Therefore, we
56
+ have designed this version of the GPL to prohibit the practice for those
57
+ products. If such problems arise substantially in other domains, we
58
+ stand ready to extend this provision to those domains in future versions
59
+ of the GPL, as needed to protect the freedom of users.
60
+
61
+ Finally, every program is threatened constantly by software patents.
62
+ States should not allow patents to restrict development and use of
63
+ software on general-purpose computers, but in those that do, we wish to
64
+ avoid the special danger that patents applied to a free program could
65
+ make it effectively proprietary. To prevent this, the GPL assures that
66
+ patents cannot be used to render the program non-free.
67
+
68
+ The precise terms and conditions for copying, distribution and
69
+ modification follow.
70
+
71
+ TERMS AND CONDITIONS
72
+
73
+ 0. Definitions.
74
+
75
+ "This License" refers to version 3 of the GNU General Public License.
76
+
77
+ "Copyright" also means copyright-like laws that apply to other kinds of
78
+ works, such as semiconductor masks.
79
+
80
+ "The Program" refers to any copyrightable work licensed under this
81
+ License. Each licensee is addressed as "you". "Licensees" and
82
+ "recipients" may be individuals or organizations.
83
+
84
+ To "modify" a work means to copy from or adapt all or part of the work
85
+ in a fashion requiring copyright permission, other than the making of an
86
+ exact copy. The resulting work is called a "modified version" of the
87
+ earlier work or a work "based on" the earlier work.
88
+
89
+ A "covered work" means either the unmodified Program or a work based
90
+ on the Program.
91
+
92
+ To "propagate" a work means to do anything with it that, without
93
+ permission, would make you directly or secondarily liable for
94
+ infringement under applicable copyright law, except executing it on a
95
+ computer or modifying a private copy. Propagation includes copying,
96
+ distribution (with or without modification), making available to the
97
+ public, and in some countries other activities as well.
98
+
99
+ To "convey" a work means any kind of propagation that enables other
100
+ parties to make or receive copies. Mere interaction with a user through
101
+ a computer network, with no transfer of a copy, is not conveying.
102
+
103
+ An interactive user interface displays "Appropriate Legal Notices"
104
+ to the extent that it includes a convenient and prominently visible
105
+ feature that (1) displays an appropriate copyright notice, and (2)
106
+ tells the user that there is no warranty for the work (except to the
107
+ extent that warranties are provided), that licensees may convey the
108
+ work under this License, and how to view a copy of this License. If
109
+ the interface presents a list of user commands or options, such as a
110
+ menu, a prominent item in the list meets this criterion.
111
+
112
+ 1. Source Code.
113
+
114
+ The "source code" for a work means the preferred form of the work
115
+ for making modifications to it. "Object code" means any non-source
116
+ form of a work.
117
+
118
+ A "Standard Interface" means an interface that either is an official
119
+ standard defined by a recognized standards body, or, in the case of
120
+ interfaces specified for a particular programming language, one that
121
+ is widely used among developers working in that language.
122
+
123
+ The "System Libraries" of an executable work include anything, other
124
+ than the work as a whole, that (a) is included in the normal form of
125
+ packaging a Major Component, but which is not part of that Major
126
+ Component, and (b) serves only to enable use of the work with that
127
+ Major Component, or to implement a Standard Interface for which an
128
+ implementation is available to the public in source code form. A
129
+ "Major Component", in this context, means a major essential component
130
+ (kernel, window system, and so on) of the specific operating system
131
+ (if any) on which the executable work runs, or a compiler used to
132
+ produce the work, or an object code interpreter used to run it.
133
+
134
+ The "Corresponding Source" for a work in object code form means all
135
+ the source code needed to generate, install, and (for an executable
136
+ work) run the object code and to modify the work, including scripts to
137
+ control those activities. However, it does not include the work's
138
+ System Libraries, or general-purpose tools or generally available free
139
+ programs which are used unmodified in performing those activities but
140
+ which are not part of the work. For example, Corresponding Source
141
+ includes interface definition files associated with source files for
142
+ the work, and the source code for shared libraries and dynamically
143
+ linked subprograms that the work is specifically designed to require,
144
+ such as by intimate data communication or control flow between those
145
+ subprograms and other parts of the work.
146
+
147
+ The Corresponding Source need not include anything that users
148
+ can regenerate automatically from other parts of the Corresponding
149
+ Source.
150
+
151
+ The Corresponding Source for a work in source code form is that
152
+ same work.
153
+
154
+ 2. Basic Permissions.
155
+
156
+ All rights granted under this License are granted for the term of
157
+ copyright on the Program, and are irrevocable provided the stated
158
+ conditions are met. This License explicitly affirms your unlimited
159
+ permission to run the unmodified Program. The output from running a
160
+ covered work is covered by this License only if the output, given its
161
+ content, constitutes a covered work. This License acknowledges your
162
+ rights of fair use or other equivalent, as provided by copyright law.
163
+
164
+ You may make, run and propagate covered works that you do not
165
+ convey, without conditions so long as your license otherwise remains
166
+ in force. You may convey covered works to others for the sole purpose
167
+ of having them make modifications exclusively for you, or provide you
168
+ with facilities for running those works, provided that you comply with
169
+ the terms of this License in conveying all material for which you do
170
+ not control copyright. Those thus making or running the covered works
171
+ for you must do so exclusively on your behalf, under your direction
172
+ and control, on terms that prohibit them from making any copies of
173
+ your copyrighted material outside their relationship with you.
174
+
175
+ Conveying under any other circumstances is permitted solely under
176
+ the conditions stated below. Sublicensing is not allowed; section 10
177
+ makes it unnecessary.
178
+
179
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
180
+
181
+ No covered work shall be deemed part of an effective technological
182
+ measure under any applicable law fulfilling obligations under article
183
+ 11 of the WIPO copyright treaty adopted on 20 December 1996, or
184
+ similar laws prohibiting or restricting circumvention of such
185
+ measures.
186
+
187
+ When you convey a covered work, you waive any legal power to forbid
188
+ circumvention of technological measures to the extent such circumvention
189
+ is effected by exercising rights under this License with respect to
190
+ the covered work, and you disclaim any intention to limit operation or
191
+ modification of the work as a means of enforcing, against the work's
192
+ users, your or third parties' legal rights to forbid circumvention of
193
+ technological measures.
194
+
195
+ 4. Conveying Verbatim Copies.
196
+
197
+ You may convey verbatim copies of the Program's source code as you
198
+ receive it, in any medium, provided that you conspicuously and
199
+ appropriately publish on each copy an appropriate copyright notice;
200
+ keep intact all notices stating that this License and any
201
+ non-permissive terms added in accord with section 7 apply to the code;
202
+ keep intact all notices of the absence of any warranty; and give all
203
+ recipients a copy of this License along with the Program.
204
+
205
+ You may charge any price or no price for each copy that you convey,
206
+ and you may offer support or warranty protection for a fee.
207
+
208
+ 5. Conveying Modified Source Versions.
209
+
210
+ You may convey a work based on the Program, or the modifications to
211
+ produce it from the Program, in the form of source code under the
212
+ terms of section 4, provided that you also meet all of these conditions:
213
+
214
+ a) The work must carry prominent notices stating that you modified
215
+ it, and giving a relevant date.
216
+
217
+ b) The work must carry prominent notices stating that it is
218
+ released under this License and any conditions added under section
219
+ 7. This requirement modifies the requirement in section 4 to
220
+ "keep intact all notices".
221
+
222
+ c) You must license the entire work, as a whole, under this
223
+ License to anyone who comes into possession of a copy. This
224
+ License will therefore apply, along with any applicable section 7
225
+ additional terms, to the whole of the work, and all its parts,
226
+ regardless of how they are packaged. This License gives no
227
+ permission to license the work in any other way, but it does not
228
+ invalidate such permission if you have separately received it.
229
+
230
+ d) If the work has interactive user interfaces, each must display
231
+ Appropriate Legal Notices; however, if the Program has interactive
232
+ interfaces that do not display Appropriate Legal Notices, your
233
+ work need not make them do so.
234
+
235
+ A compilation of a covered work with other separate and independent
236
+ works, which are not by their nature extensions of the covered work,
237
+ and which are not combined with it such as to form a larger program,
238
+ in or on a volume of a storage or distribution medium, is called an
239
+ "aggregate" if the compilation and its resulting copyright are not
240
+ used to limit the access or legal rights of the compilation's users
241
+ beyond what the individual works permit. Inclusion of a covered work
242
+ in an aggregate does not cause this License to apply to the other
243
+ parts of the aggregate.
244
+
245
+ 6. Conveying Non-Source Forms.
246
+
247
+ You may convey a covered work in object code form under the terms
248
+ of sections 4 and 5, provided that you also convey the
249
+ machine-readable Corresponding Source under the terms of this License,
250
+ in one of these ways:
251
+
252
+ a) Convey the object code in, or embodied in, a physical product
253
+ (including a physical distribution medium), accompanied by the
254
+ Corresponding Source fixed on a durable physical medium
255
+ customarily used for software interchange.
256
+
257
+ b) Convey the object code in, or embodied in, a physical product
258
+ (including a physical distribution medium), accompanied by a
259
+ written offer, valid for at least three years and valid for as
260
+ long as you offer spare parts or customer support for that product
261
+ model, to give anyone who possesses the object code either (1) a
262
+ copy of the Corresponding Source for all the software in the
263
+ product that is covered by this License, on a durable physical
264
+ medium customarily used for software interchange, for a price no
265
+ more than your reasonable cost of physically performing this
266
+ conveying of source, or (2) access to copy the
267
+ Corresponding Source from a network server at no charge.
268
+
269
+ c) Convey individual copies of the object code with a copy of the
270
+ written offer to provide the Corresponding Source. This
271
+ alternative is allowed only occasionally and noncommercially, and
272
+ only if you received the object code with such an offer, in accord
273
+ with subsection 6b.
274
+
275
+ d) Convey the object code by offering access from a designated
276
+ place (gratis or for a charge), and offer equivalent access to the
277
+ Corresponding Source in the same way through the same place at no
278
+ further charge. You need not require recipients to copy the
279
+ Corresponding Source along with the object code. If the place to
280
+ copy the object code is a network server, the Corresponding Source
281
+ may be on a different server (operated by you or a third party)
282
+ that supports equivalent copying facilities, provided you maintain
283
+ clear directions next to the object code saying where to find the
284
+ Corresponding Source. Regardless of what server hosts the
285
+ Corresponding Source, you remain obligated to ensure that it is
286
+ available for as long as needed to satisfy these requirements.
287
+
288
+ e) Convey the object code using peer-to-peer transmission, provided
289
+ you inform other peers where the object code and Corresponding
290
+ Source of the work are being offered to the general public at no
291
+ charge under subsection 6d.
292
+
293
+ A separable portion of the object code, whose source code is excluded
294
+ from the Corresponding Source as a System Library, need not be
295
+ included in conveying the object code work.
296
+
297
+ A "User Product" is either (1) a "consumer product", which means any
298
+ tangible personal property which is normally used for personal, family,
299
+ or household purposes, or (2) anything designed or sold for incorporation
300
+ into a dwelling. In determining whether a product is a consumer product,
301
+ doubtful cases shall be resolved in favor of coverage. For a particular
302
+ product received by a particular user, "normally used" refers to a
303
+ typical or common use of that class of product, regardless of the status
304
+ of the particular user or of the way in which the particular user
305
+ actually uses, or expects or is expected to use, the product. A product
306
+ is a consumer product regardless of whether the product has substantial
307
+ commercial, industrial or non-consumer uses, unless such uses represent
308
+ the only significant mode of use of the product.
309
+
310
+ "Installation Information" for a User Product means any methods,
311
+ procedures, authorization keys, or other information required to install
312
+ and execute modified versions of a covered work in that User Product from
313
+ a modified version of its Corresponding Source. The information must
314
+ suffice to ensure that the continued functioning of the modified object
315
+ code is in no case prevented or interfered with solely because
316
+ modification has been made.
317
+
318
+ If you convey an object code work under this section in, or with, or
319
+ specifically for use in, a User Product, and the conveying occurs as
320
+ part of a transaction in which the right of possession and use of the
321
+ User Product is transferred to the recipient in perpetuity or for a
322
+ fixed term (regardless of how the transaction is characterized), the
323
+ Corresponding Source conveyed under this section must be accompanied
324
+ by the Installation Information. But this requirement does not apply
325
+ if neither you nor any third party retains the ability to install
326
+ modified object code on the User Product (for example, the work has
327
+ been installed in ROM).
328
+
329
+ The requirement to provide Installation Information does not include a
330
+ requirement to continue to provide support service, warranty, or updates
331
+ for a work that has been modified or installed by the recipient, or for
332
+ the User Product in which it has been modified or installed. Access to a
333
+ network may be denied when the modification itself materially and
334
+ adversely affects the operation of the network or violates the rules and
335
+ protocols for communication across the network.
336
+
337
+ Corresponding Source conveyed, and Installation Information provided,
338
+ in accord with this section must be in a format that is publicly
339
+ documented (and with an implementation available to the public in
340
+ source code form), and must require no special password or key for
341
+ unpacking, reading or copying.
342
+
343
+ 7. Additional Terms.
344
+
345
+ "Additional permissions" are terms that supplement the terms of this
346
+ License by making exceptions from one or more of its conditions.
347
+ Additional permissions that are applicable to the entire Program shall
348
+ be treated as though they were included in this License, to the extent
349
+ that they are valid under applicable law. If additional permissions
350
+ apply only to part of the Program, that part may be used separately
351
+ under those permissions, but the entire Program remains governed by
352
+ this License without regard to the additional permissions.
353
+
354
+ When you convey a copy of a covered work, you may at your option
355
+ remove any additional permissions from that copy, or from any part of
356
+ it. (Additional permissions may be written to require their own
357
+ removal in certain cases when you modify the work.) You may place
358
+ additional permissions on material, added by you to a covered work,
359
+ for which you have or can give appropriate copyright permission.
360
+
361
+ Notwithstanding any other provision of this License, for material you
362
+ add to a covered work, you may (if authorized by the copyright holders of
363
+ that material) supplement the terms of this License with terms:
364
+
365
+ a) Disclaiming warranty or limiting liability differently from the
366
+ terms of sections 15 and 16 of this License; or
367
+
368
+ b) Requiring preservation of specified reasonable legal notices or
369
+ author attributions in that material or in the Appropriate Legal
370
+ Notices displayed by works containing it; or
371
+
372
+ c) Prohibiting misrepresentation of the origin of that material, or
373
+ requiring that modified versions of such material be marked in
374
+ reasonable ways as different from the original version; or
375
+
376
+ d) Limiting the use for publicity purposes of names of licensors or
377
+ authors of the material; or
378
+
379
+ e) Declining to grant rights under trademark law for use of some
380
+ trade names, trademarks, or service marks; or
381
+
382
+ f) Requiring indemnification of licensors and authors of that
383
+ material by anyone who conveys the material (or modified versions of
384
+ it) with contractual assumptions of liability to the recipient, for
385
+ any liability that these contractual assumptions directly impose on
386
+ those licensors and authors.
387
+
388
+ All other non-permissive additional terms are considered "further
389
+ restrictions" within the meaning of section 10. If the Program as you
390
+ received it, or any part of it, contains a notice stating that it is
391
+ governed by this License along with a term that is a further
392
+ restriction, you may remove that term. If a license document contains
393
+ a further restriction but permits relicensing or conveying under this
394
+ License, you may add to a covered work material governed by the terms
395
+ of that license document, provided that the further restriction does
396
+ not survive such relicensing or conveying.
397
+
398
+ If you add terms to a covered work in accord with this section, you
399
+ must place, in the relevant source files, a statement of the
400
+ additional terms that apply to those files, or a notice indicating
401
+ where to find the applicable terms.
402
+
403
+ Additional terms, permissive or non-permissive, may be stated in the
404
+ form of a separately written license, or stated as exceptions;
405
+ the above requirements apply either way.
406
+
407
+ 8. Termination.
408
+
409
+ You may not propagate or modify a covered work except as expressly
410
+ provided under this License. Any attempt otherwise to propagate or
411
+ modify it is void, and will automatically terminate your rights under
412
+ this License (including any patent licenses granted under the third
413
+ paragraph of section 11).
414
+
415
+ However, if you cease all violation of this License, then your
416
+ license from a particular copyright holder is reinstated (a)
417
+ provisionally, unless and until the copyright holder explicitly and
418
+ finally terminates your license, and (b) permanently, if the copyright
419
+ holder fails to notify you of the violation by some reasonable means
420
+ prior to 60 days after the cessation.
421
+
422
+ Moreover, your license from a particular copyright holder is
423
+ reinstated permanently if the copyright holder notifies you of the
424
+ violation by some reasonable means, this is the first time you have
425
+ received notice of violation of this License (for any work) from that
426
+ copyright holder, and you cure the violation prior to 30 days after
427
+ your receipt of the notice.
428
+
429
+ Termination of your rights under this section does not terminate the
430
+ licenses of parties who have received copies or rights from you under
431
+ this License. If your rights have been terminated and not permanently
432
+ reinstated, you do not qualify to receive new licenses for the same
433
+ material under section 10.
434
+
435
+ 9. Acceptance Not Required for Having Copies.
436
+
437
+ You are not required to accept this License in order to receive or
438
+ run a copy of the Program. Ancillary propagation of a covered work
439
+ occurring solely as a consequence of using peer-to-peer transmission
440
+ to receive a copy likewise does not require acceptance. However,
441
+ nothing other than this License grants you permission to propagate or
442
+ modify any covered work. These actions infringe copyright if you do
443
+ not accept this License. Therefore, by modifying or propagating a
444
+ covered work, you indicate your acceptance of this License to do so.
445
+
446
+ 10. Automatic Licensing of Downstream Recipients.
447
+
448
+ Each time you convey a covered work, the recipient automatically
449
+ receives a license from the original licensors, to run, modify and
450
+ propagate that work, subject to this License. You are not responsible
451
+ for enforcing compliance by third parties with this License.
452
+
453
+ An "entity transaction" is a transaction transferring control of an
454
+ organization, or substantially all assets of one, or subdividing an
455
+ organization, or merging organizations. If propagation of a covered
456
+ work results from an entity transaction, each party to that
457
+ transaction who receives a copy of the work also receives whatever
458
+ licenses to the work the party's predecessor in interest had or could
459
+ give under the previous paragraph, plus a right to possession of the
460
+ Corresponding Source of the work from the predecessor in interest, if
461
+ the predecessor has it or can get it with reasonable efforts.
462
+
463
+ You may not impose any further restrictions on the exercise of the
464
+ rights granted or affirmed under this License. For example, you may
465
+ not impose a license fee, royalty, or other charge for exercise of
466
+ rights granted under this License, and you may not initiate litigation
467
+ (including a cross-claim or counterclaim in a lawsuit) alleging that
468
+ any patent claim is infringed by making, using, selling, offering for
469
+ sale, or importing the Program or any portion of it.
470
+
471
+ 11. Patents.
472
+
473
+ A "contributor" is a copyright holder who authorizes use under this
474
+ License of the Program or a work on which the Program is based. The
475
+ work thus licensed is called the contributor's "contributor version".
476
+
477
+ A contributor's "essential patent claims" are all patent claims
478
+ owned or controlled by the contributor, whether already acquired or
479
+ hereafter acquired, that would be infringed by some manner, permitted
480
+ by this License, of making, using, or selling its contributor version,
481
+ but do not include claims that would be infringed only as a
482
+ consequence of further modification of the contributor version. For
483
+ purposes of this definition, "control" includes the right to grant
484
+ patent sublicenses in a manner consistent with the requirements of
485
+ this License.
486
+
487
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
488
+ patent license under the contributor's essential patent claims, to
489
+ make, use, sell, offer for sale, import and otherwise run, modify and
490
+ propagate the contents of its contributor version.
491
+
492
+ In the following three paragraphs, a "patent license" is any express
493
+ agreement or commitment, however denominated, not to enforce a patent
494
+ (such as an express permission to practice a patent or covenant not to
495
+ sue for patent infringement). To "grant" such a patent license to a
496
+ party means to make such an agreement or commitment not to enforce a
497
+ patent against the party.
498
+
499
+ If you convey a covered work, knowingly relying on a patent license,
500
+ and the Corresponding Source of the work is not available for anyone
501
+ to copy, free of charge and under the terms of this License, through a
502
+ publicly available network server or other readily accessible means,
503
+ then you must either (1) cause the Corresponding Source to be so
504
+ available, or (2) arrange to deprive yourself of the benefit of the
505
+ patent license for this particular work, or (3) arrange, in a manner
506
+ consistent with the requirements of this License, to extend the patent
507
+ license to downstream recipients. "Knowingly relying" means you have
508
+ actual knowledge that, but for the patent license, your conveying the
509
+ covered work in a country, or your recipient's use of the covered work
510
+ in a country, would infringe one or more identifiable patents in that
511
+ country that you have reason to believe are valid.
512
+
513
+ If, pursuant to or in connection with a single transaction or
514
+ arrangement, you convey, or propagate by procuring conveyance of, a
515
+ covered work, and grant a patent license to some of the parties
516
+ receiving the covered work authorizing them to use, propagate, modify
517
+ or convey a specific copy of the covered work, then the patent license
518
+ you grant is automatically extended to all recipients of the covered
519
+ work and works based on it.
520
+
521
+ A patent license is "discriminatory" if it does not include within
522
+ the scope of its coverage, prohibits the exercise of, or is
523
+ conditioned on the non-exercise of one or more of the rights that are
524
+ specifically granted under this License. You may not convey a covered
525
+ work if you are a party to an arrangement with a third party that is
526
+ in the business of distributing software, under which you make payment
527
+ to the third party based on the extent of your activity of conveying
528
+ the work, and under which the third party grants, to any of the
529
+ parties who would receive the covered work from you, a discriminatory
530
+ patent license (a) in connection with copies of the covered work
531
+ conveyed by you (or copies made from those copies), or (b) primarily
532
+ for and in connection with specific products or compilations that
533
+ contain the covered work, unless you entered into that arrangement,
534
+ or that patent license was granted, prior to 28 March 2007.
535
+
536
+ Nothing in this License shall be construed as excluding or limiting
537
+ any implied license or other defenses to infringement that may
538
+ otherwise be available to you under applicable patent law.
539
+
540
+ 12. No Surrender of Others' Freedom.
541
+
542
+ If conditions are imposed on you (whether by court order, agreement or
543
+ otherwise) that contradict the conditions of this License, they do not
544
+ excuse you from the conditions of this License. If you cannot convey a
545
+ covered work so as to satisfy simultaneously your obligations under this
546
+ License and any other pertinent obligations, then as a consequence you may
547
+ not convey it at all. For example, if you agree to terms that obligate you
548
+ to collect a royalty for further conveying from those to whom you convey
549
+ the Program, the only way you could satisfy both those terms and this
550
+ License would be to refrain entirely from conveying the Program.
551
+
552
+ 13. Use with the GNU Affero General Public License.
553
+
554
+ Notwithstanding any other provision of this License, you have
555
+ permission to link or combine any covered work with a work licensed
556
+ under version 3 of the GNU Affero General Public License into a single
557
+ combined work, and to convey the resulting work. The terms of this
558
+ License will continue to apply to the part which is the covered work,
559
+ but the special requirements of the GNU Affero General Public License,
560
+ section 13, concerning interaction through a network will apply to the
561
+ combination as such.
562
+
563
+ 14. Revised Versions of this License.
564
+
565
+ The Free Software Foundation may publish revised and/or new versions of
566
+ the GNU General Public License from time to time. Such new versions will
567
+ be similar in spirit to the present version, but may differ in detail to
568
+ address new problems or concerns.
569
+
570
+ Each version is given a distinguishing version number. If the
571
+ Program specifies that a certain numbered version of the GNU General
572
+ Public License "or any later version" applies to it, you have the
573
+ option of following the terms and conditions either of that numbered
574
+ version or of any later version published by the Free Software
575
+ Foundation. If the Program does not specify a version number of the
576
+ GNU General Public License, you may choose any version ever published
577
+ by the Free Software Foundation.
578
+
579
+ If the Program specifies that a proxy can decide which future
580
+ versions of the GNU General Public License can be used, that proxy's
581
+ public statement of acceptance of a version permanently authorizes you
582
+ to choose that version for the Program.
583
+
584
+ Later license versions may give you additional or different
585
+ permissions. However, no additional obligations are imposed on any
586
+ author or copyright holder as a result of your choosing to follow a
587
+ later version.
588
+
589
+ 15. Disclaimer of Warranty.
590
+
591
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
592
+ APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
593
+ HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
594
+ OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
595
+ THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
596
+ PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
597
+ IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
598
+ ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
599
+
600
+ 16. Limitation of Liability.
601
+
602
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
603
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
604
+ THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
605
+ GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
606
+ USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
607
+ DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
608
+ PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
609
+ EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
610
+ SUCH DAMAGES.
611
+
612
+ 17. Interpretation of Sections 15 and 16.
613
+
614
+ If the disclaimer of warranty and limitation of liability provided
615
+ above cannot be given local legal effect according to their terms,
616
+ reviewing courts shall apply local law that most closely approximates
617
+ an absolute waiver of all civil liability in connection with the
618
+ Program, unless a warranty or assumption of liability accompanies a
619
+ copy of the Program in return for a fee.
620
+
621
+ END OF TERMS AND CONDITIONS
622
+
623
+ How to Apply These Terms to Your New Programs
624
+
625
+ If you develop a new program, and you want it to be of the greatest
626
+ possible use to the public, the best way to achieve this is to make it
627
+ free software which everyone can redistribute and change under these terms.
628
+
629
+ To do so, attach the following notices to the program. It is safest
630
+ to attach them to the start of each source file to most effectively
631
+ state the exclusion of warranty; and each file should have at least
632
+ the "copyright" line and a pointer to where the full notice is found.
633
+
634
+ <one line to give the program's name and a brief idea of what it does.>
635
+ Copyright (C) <year> <name of author>
636
+
637
+ This program is free software: you can redistribute it and/or modify
638
+ it under the terms of the GNU General Public License as published by
639
+ the Free Software Foundation, either version 3 of the License, or
640
+ (at your option) any later version.
641
+
642
+ This program is distributed in the hope that it will be useful,
643
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
644
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
645
+ GNU General Public License for more details.
646
+
647
+ You should have received a copy of the GNU General Public License
648
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
649
+
650
+ Also add information on how to contact you by electronic and paper mail.
651
+
652
+ If the program does terminal interaction, make it output a short
653
+ notice like this when it starts in an interactive mode:
654
+
655
+ <program> Copyright (C) <year> <name of author>
656
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
657
+ This is free software, and you are welcome to redistribute it
658
+ under certain conditions; type `show c' for details.
659
+
660
+ The hypothetical commands `show w' and `show c' should show the appropriate
661
+ parts of the General Public License. Of course, your program's commands
662
+ might be different; for a GUI interface, you would use an "about box".
663
+
664
+ You should also get your employer (if you work as a programmer) or school,
665
+ if any, to sign a "copyright disclaimer" for the program, if necessary.
666
+ For more information on this, and how to apply and follow the GNU GPL, see
667
+ <http://www.gnu.org/licenses/>.
668
+
669
+ The GNU General Public License does not permit incorporating your program
670
+ into proprietary programs. If your program is a subroutine library, you
671
+ may consider it more useful to permit linking proprietary applications with
672
+ the library. If this is what you want to do, use the GNU Lesser General
673
+ Public License instead of this License. But first, please read
674
+ <http://www.gnu.org/philosophy/why-not-lgpl.html>.
assets/css/admin-settings.css CHANGED
@@ -1,8 +1,77 @@
1
- .ninja-forms-app h3.hndle {
2
  padding: 10px 12px;
3
  margin: 0;
4
  }
5
 
6
- .ninja-forms-app .postbox .item-controls {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  display: none;
8
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .ninja-forms-settings h3.hndle {
2
  padding: 10px 12px;
3
  margin: 0;
4
  }
5
 
6
+ .nf-loading-spinner {
7
+ width: 40px;
8
+ height: 40px;
9
+ margin: 15px auto;
10
+ background-color: rgba(208,208,208,.5);
11
+
12
+ border-radius: 100%;
13
+ animation: nf-scaleout 1.0s infinite ease-in-out;
14
+ }
15
+
16
+ @-webkit-keyframes nf-scaleout {
17
+ 0% { transform: scale(0) }
18
+ 100% {
19
+ transform: scale(1.0);
20
+ opacity: 0;
21
+ }
22
+ }
23
+
24
+ @keyframes nf-scaleout {
25
+ 0% {
26
+ transform: scale(0);
27
+ } 100% {
28
+ transform: scale(1.0);
29
+ opacity: 0;
30
+ }
31
+ }
32
+
33
+
34
+ .ninja-forms-settings .postbox .item-controls {
35
  display: none;
36
  }
37
+
38
+ .nf_export_input {
39
+ width: 60%;
40
+ }
41
+
42
+ .nf_filter_sub_input {
43
+ width: 159px;
44
+ }
45
+ .nf-form-dropdown {
46
+ display:none;
47
+ border: 1px solid black;
48
+ background-color: lightgrey;
49
+ position: absolute;
50
+ max-height: 150px;
51
+ overflow: auto;
52
+ width: 60%;
53
+ }
54
+
55
+ .nf-form-option:hover {
56
+ background-color: #0073aa;
57
+ color: #FFFFFF;
58
+ cursor: pointer;
59
+ }
60
+
61
+ .nf-form-option {
62
+ padding: 4px;
63
+ border-bottom: 1px solid black;
64
+ margin-bottom: 0;
65
+ }
66
+
67
+ .alignleft.actions input[type=text] {
68
+ height: 28px;
69
+ border-radius: 4px;
70
+ }
71
+
72
+ /*https://github.com/wpninjas/ninja-forms/issues/2296*/
73
+ @media screen and ( max-width: 782px ) {
74
+ .tablenav.top .actions, .tablenav .view-switch {
75
+ display:block;
76
+ }
77
+ }
assets/css/admin-system-status.css CHANGED
@@ -2,7 +2,8 @@
2
  background: #fff;
3
  border: 1px solid #ccc;
4
  border-radius: 4px;
5
- padding: 10px;
 
6
  }
7
 
8
  #debug-report {
@@ -12,14 +13,19 @@
12
  height: 200px;
13
  width: 300px;
14
  }
15
- p.debug-report {
16
  display: inline-block;
17
- padding: .5em 0;
18
  }
 
 
 
 
19
  .nf-status-table {
20
  background: #f1f1f1;
21
  border-radius: 4px 4px 0 0;
22
- width: 100%;
 
23
  }
24
  .nf-status-table th {
25
  border-color: #ccc;
@@ -43,7 +49,13 @@ p.debug-report {
43
  .nf-status-table td:first-child {
44
  border-left: 1px solid #ccc;
45
  border-right-width: 0;
 
46
  }
47
  .nf-status-table tbody:last-child td {
48
  border-bottom-width: 1px;
49
- }
 
 
 
 
 
2
  background: #fff;
3
  border: 1px solid #ccc;
4
  border-radius: 4px;
5
+ display: inline-block;
6
+ padding: 20px;
7
  }
8
 
9
  #debug-report {
13
  height: 200px;
14
  width: 300px;
15
  }
16
+ .debug-report {
17
  display: inline-block;
18
+ padding: 0;
19
  }
20
+ .debug-report h3:first-child {
21
+ margin-top: 0;
22
+ }
23
+
24
  .nf-status-table {
25
  background: #f1f1f1;
26
  border-radius: 4px 4px 0 0;
27
+ margin-right: 20px;
28
+ max-width: 1150px;
29
  }
30
  .nf-status-table th {
31
  border-color: #ccc;
49
  .nf-status-table td:first-child {
50
  border-left: 1px solid #ccc;
51
  border-right-width: 0;
52
+ min-width: 200px;
53
  }
54
  .nf-status-table tbody:last-child td {
55
  border-bottom-width: 1px;
56
+ }
57
+
58
+ .jBox-content {
59
+ font-size: 28px;
60
+ padding: 40px !important;
61
+ }
assets/css/builder.css CHANGED
@@ -1,2387 +1,2 @@
1
- /*
2
- Normalize WordPress admin for Ninja Forms App
3
- ---------------------------------------------*/
4
- html {
5
- overflow: hidden;
6
- width: 100%;
7
- float: left;
8
- left: 0; }
9
-
10
- #wp-auth-check-wrap #wp-auth-check {
11
- z-index: 1000000000000; }
12
-
13
- .ninja-forms-app {
14
- height: 0; }
15
- .ninja-forms-app #adminmenumain,
16
- .ninja-forms-app #wpfooter {
17
- display: none; }
18
- .ninja-forms-app #wpwrap {
19
- height: 0;
20
- min-height: 0; }
21
- .ninja-forms-app #wpcontent #wpbody {
22
- font-size: 16px; }
23
- .ninja-forms-app #wpcontent * {
24
- box-sizing: border-box; }
25
- .ninja-forms-app #wpcontent .wp-editor-tabs button {
26
- box-sizing: initial; }
27
- .ninja-forms-app .grey #nf-drawer .nf-button {
28
- padding: 15px 30px; }
29
-
30
- .media-modal {
31
- z-index: 100000000; }
32
-
33
- #nf-builder {
34
- background: #fff;
35
- padding: 30px 40px;
36
- overflow: hidden;
37
- padding-top: 80px;
38
- position: fixed;
39
- top: 0;
40
- bottom: 0;
41
- left: 0;
42
- right: 0;
43
- z-index: 10000000;
44
- box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7); }
45
-
46
- .product-content article > *:not(img) {
47
- padding-left: 30px;
48
- padding-right: 30px; }
49
-
50
- /*
51
- Header and Nav for Ninja Forms App
52
- ---------------------------------- */
53
- #nf-header {
54
- height: 100px;
55
- transition: margin 0.5s ease; }
56
- #nf-header #nf-logo {
57
- background-image: url("../img/ninja-forms-app-header-logo.png");
58
- float: left;
59
- width: 80px;
60
- height: 30px;
61
- opacity: 1.0;
62
- filter: alpha(opacity=100);
63
- transition: all 1.0s ease; }
64
- @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
65
- #nf-header #nf-logo {
66
- background-image: url("../img/ninja-forms-app-header-logo@2x.png");
67
- background-size: 80px 30px; } }
68
- #nf-header ul {
69
- display: inline-block;
70
- margin: 0; }
71
- #nf-header ul li {
72
- float: left; }
73
- #nf-header ul li.nf-mobile-menu {
74
- display: none; }
75
- #nf-header ul li a {
76
- color: #424242;
77
- display: block;
78
- margin: 16px 20px;
79
- padding-bottom: 8px;
80
- text-decoration: none; }
81
- #nf-header ul li a.active {
82
- border-bottom: 2px solid #424242; }
83
- #nf-header ul li a.preview {
84
- color: #bbb;
85
- transition: all 1.0s ease; }
86
- #nf-header ul li a.preview .dashicons {
87
- display: inline-block;
88
- margin-left: 10px; }
89
- #nf-header ul li:first-child a {
90
- margin-left: 0; }
91
- #nf-header ul:after {
92
- clear: both;
93
- content: "";
94
- display: block; }
95
- #nf-header input[type=submit] {
96
- float: right; }
97
- #nf-header .nf-cancel {
98
- float: right;
99
- margin-right: 30px;
100
- padding: 8px 0; }
101
- #nf-header .nf-cancel .dashicons {
102
- font-size: 30px; }
103
- #nf-header:after {
104
- clear: both;
105
- content: "";
106
- display: block; }
107
-
108
- #nf-app-header {
109
- height: 50px; }
110
- #nf-app-header:after {
111
- clear: both;
112
- content: "";
113
- display: block; }
114
-
115
- #nf-app-sub-header {
116
- height: 50px;
117
- padding: 0; }
118
- #nf-app-sub-header h2 {
119
- display: inline-block;
120
- margin: 0;
121
- padding: 10px 0;
122
- transition: all 1.0s ease 0s; }
123
- #nf-app-sub-header:after {
124
- clear: both;
125
- content: "";
126
- display: block; }
127
-
128
- .nf-app-buttons {
129
- float: right; }
130
- .nf-app-buttons .publish {
131
- float: right; }
132
-
133
- #nf-app-form-title h2 {
134
- margin: 15px 0; }
135
-
136
- #nf-main {
137
- border: 4px solid #fff;
138
- width: 100%;
139
- position: absolute;
140
- top: 190px;
141
- overflow: auto;
142
- overflow-x: visible;
143
- bottom: 0;
144
- left: 0;
145
- -webkit-overflow-scrolling: touch;
146
- transition: left 0.5s ease; }
147
- #nf-main .nf-field-type-button {
148
- width: 400px; }
149
-
150
- .nf-main-test {
151
- width: 100%;
152
- transition: width 0.5s ease; }
153
-
154
- #nf-main-content,
155
- #nf-main-header {
156
- margin: 0 auto;
157
- max-width: 860px;
158
- -webkit-user-select: none;
159
- -moz-user-select: none;
160
- -ms-user-select: none;
161
- user-select: none;
162
- padding: 0 80px;
163
- position: relative; }
164
-
165
- #nf-main-header .nf-button {
166
- float: right; }
167
-
168
- #nf-main-header h2 {
169
- display: inline-block; }
170
-
171
- #nf-main-header:after {
172
- clear: both;
173
- content: "";
174
- display: block; }
175
-
176
- #the-list tr.flagged th:first-child {
177
- border-left: 5px solid yellow; }
178
-
179
- #nf-main-gutter-left,
180
- #nf-main-gutter-right {
181
- position: absolute;
182
- top: 0;
183
- width: 80px;
184
- height: 450px; }
185
- #nf-main-gutter-left .fa-chevron-circle-left,
186
- #nf-main-gutter-left .fa-chevron-circle-right,
187
- #nf-main-gutter-left .fa-plus-circle,
188
- #nf-main-gutter-right .fa-chevron-circle-left,
189
- #nf-main-gutter-right .fa-chevron-circle-right,
190
- #nf-main-gutter-right .fa-plus-circle {
191
- color: #eee;
192
- font-size: 86px;
193
- position: absolute;
194
- top: 50%;
195
- transform: translateY(-50%); }
196
- #nf-main-gutter-left .fa-chevron-circle-left:hover,
197
- #nf-main-gutter-left .fa-chevron-circle-right:hover,
198
- #nf-main-gutter-left .fa-plus-circle:hover,
199
- #nf-main-gutter-right .fa-chevron-circle-left:hover,
200
- #nf-main-gutter-right .fa-chevron-circle-right:hover,
201
- #nf-main-gutter-right .fa-plus-circle:hover {
202
- color: #1EA9EA;
203
- cursor: pointer; }
204
-
205
- #nf-main-gutter-left {
206
- left: 0;
207
- padding-left: 6px; }
208
-
209
- #nf-main-gutter-right {
210
- right: 0;
211
- padding-right: 6px; }
212
-
213
- .nf-fields-empty {
214
- padding: 0 40px; }
215
- .nf-fields-empty h3 {
216
- font-size: 30px;
217
- line-height: 32px; }
218
- .nf-fields-empty p {
219
- font-size: 18px; }
220
- .nf-fields-empty a {
221
- text-decoration: none; }
222
-
223
- .nf-field-label {
224
- display: inline-block;
225
- margin-left: 16px;
226
- white-space: nowrap;
227
- overflow: hidden;
228
- text-overflow: ellipsis;
229
- width: 80%; }
230
- .nf-drawer-opened .nf-field-label {
231
- width: 60%; }
232
-
233
- .template-box {
234
- text-decoration: none; }
235
- .template-box .template-box-inside {
236
- background: #EBEDEE;
237
- color: #424242;
238
- min-height: 160px;
239
- padding: 10px;
240
- text-decoration: none;
241
- transition: all 0.2s ease-in-out 0.1s, box-shadow 0.2s ease-in-out 0.1s; }
242
- .template-box .template-box-inside h4 {
243
- margin: 0 0 10px;
244
- min-height: 35px; }
245
- .template-box .template-box-inside p {
246
- font-size: 12px;
247
- margin: 0; }
248
- .template-box:hover .template-box-inside {
249
- background: #fff;
250
- box-shadow: 0 0 20px #1EA9EA;
251
- color: #1EA9EA;
252
- transition: all 0.2s ease-in-out 0.1s, box-shadow 0.2s ease-in-out 0.1s; }
253
- .nf-drawer-opened .template-box {
254
- width: 50%; }
255
-
256
- @media only screen and (max-width: 1400px) {
257
- .nf-drawer-opened .template-box {
258
- width: 100%; } }
259
-
260
- .nf-setting-wrap {
261
- cursor: pointer;
262
- float: left;
263
- margin-bottom: 30px;
264
- padding: 0 2%;
265
- width: 33.33%; }
266
- .nf-setting-wrap::after {
267
- clear: both;
268
- content: "";
269
- display: block; }
270
- .nf-setting-wrap span {
271
- background: #fff;
272
- border: 1px solid #ccc;
273
- border-radius: 4px;
274
- display: table-cell;
275
- height: 85px;
276
- width: 400px;
277
- text-align: center;
278
- vertical-align: middle; }
279
- .nf-setting-wrap.active span {
280
- border: 2px solid #84CC1E;
281
- font-weight: bold; }
282
-
283
- /*
284
- Form field placeholders for the fields a user has added to their form
285
- ----------------------------------------------------------------------- */
286
- .nf-item-controls {
287
- height: 30px;
288
- width: 30px;
289
- float: right;
290
- margin: 0;
291
- position: absolute;
292
- top: 9px;
293
- right: 10px; }
294
- .nf-item-controls .nf-item-control {
295
- visibility: hidden;
296
- margin: 0;
297
- opacity: 0;
298
- text-align: center;
299
- width: 40px;
300
- height: 30px;
301
- position: absolute;
302
- right: 0;
303
- transition: all 0.5s ease; }
304
- .nf-item-controls .nf-item-control a {
305
- background: #fff;
306
- border: 1px solid #fff;
307
- border-radius: 50px;
308
- color: #1EA9EA;
309
- display: block;
310
- text-decoration: none;
311
- padding: 3px;
312
- position: relative;
313
- width: 32px; }
314
- .nf-item-controls .nf-item-control a:hover {
315
- background: #fff;
316
- border: 1px solid #1EA9EA;
317
- color: #1EA9EA; }
318
- .nf-item-controls .nf-item-control .fa {
319
- font-size: 18px;
320
- line-height: 24px;
321
- text-align: center; }
322
- .nf-item-controls .nf-item-control.nf-item-edit {
323
- opacity: 100;
324
- visibility: visible;
325
- z-index: 100; }
326
- .nf-item-controls:hover a {
327
- background: #1EA9EA;
328
- color: #fff; }
329
- .nf-item-controls:hover .nf-item-duplicate {
330
- visibility: visible;
331
- opacity: 100;
332
- right: 80px;
333
- transition: all 0.5s ease; }
334
- .nf-item-controls:hover .nf-item-delete {
335
- visibility: visible;
336
- opacity: 100;
337
- right: 40px;
338
- transition: all 0.5s ease; }
339
-
340
- #nf-table-display .nf-item-controls {
341
- float: right; }
342
-
343
- .nf-field-wrap {
344
- background: #fff;
345
- border: 1px solid #ccc;
346
- border-radius: 4px;
347
- color: #888;
348
- cursor: pointer;
349
- margin-bottom: 20px;
350
- padding: 15px 20px;
351
- position: relative; }
352
- .nf-field-wrap.active {
353
- border: 2px solid #84CC1E;
354
- color: #424242;
355
- font-weight: bold; }
356
- .nf-field-wrap.active .nf-item-controls {
357
- font-weight: normal; }
358
- .nf-field-wrap.active .nf-item-controls a {
359
- background: #fff;
360
- color: #84CC1E; }
361
- .nf-field-wrap.active .nf-item-controls a:hover {
362
- border-color: #fff; }
363
- .nf-field-wrap.active .nf-item-controls .nf-item-delete,
364
- .nf-field-wrap.active .nf-item-controls .nf-item-duplicate {
365
- display: none; }
366
- .nf-field-wrap.active .nf-item-controls .nf-item-editing {
367
- display: inline; }
368
- .nf-field-wrap.active .nf-item-controls .nf-item-edit .dashicons {
369
- margin-right: 12px; }
370
-
371
- .nf-group-wrap {
372
- background: #fff;
373
- border: 2px solid #ccc;
374
- border-radius: 4px;
375
- color: #888;
376
- margin: 0 -10px 20px;
377
- padding: 15px 30px;
378
- position: relative; }
379
- .nf-group-wrap .nf-item-controls {
380
- width: 128px; }
381
- .nf-group-wrap .nf-item-expand {
382
- display: inline !important; }
383
- .nf-group-wrap .nf-field-wrap {
384
- margin-left: -20px;
385
- margin-right: -20px;
386
- visibility: hidden;
387
- opacity: 0.0;
388
- filter: alpha(opacity=0);
389
- position: absolute;
390
- top: 0;
391
- left: 0;
392
- right: 0; }
393
- .nf-group-wrap.expanded {
394
- border-color: #84CC1E;
395
- color: #84CC1E; }
396
- .nf-group-wrap.expanded .nf-item-expand .dashicons {
397
- transform: rotate(90deg); }
398
- .nf-group-wrap.expanded .nf-field-wrap {
399
- opacity: 1.0;
400
- visibility: visible;
401
- filter: alpha(opacity=100);
402
- position: relative;
403
- top: 0;
404
- left: 0;
405
- right: 0;
406
- transition: all 1.0s ease; }
407
- .nf-group-wrap.expanded .nf-field-wrap:nth-child(2) {
408
- margin-top: 20px; }
409
- .nf-group-wrap.expanded .nf-field-wrap:last-child {
410
- margin-bottom: 0; }
411
- .nf-group-wrap.expanded .nf-field-wrap .nf-item-controls {
412
- width: 96px; }
413
- .nf-group-wrap.expanded .nf-field-wrap .nf-item-controls .nf-item-expand {
414
- display: none !important; }
415
-
416
- /*
417
- All styles used within the drawer
418
- --------------------------------- */
419
- #nf-drawer {
420
- background: #EBEDEE;
421
- padding: 40px 40px;
422
- width: 50%;
423
- position: absolute;
424
- top: 0;
425
- bottom: 0;
426
- right: -1400px;
427
- overflow: hidden;
428
- z-index: 101;
429
- transition: width 0.75s ease;
430
- -webkit-overflow-scrolling: touch; }
431
- #nf-drawer.nf-drawer-expand {
432
- width: 100%; }
433
-
434
- .nf-drawer-opened .nf-main-test {
435
- width: 50%;
436
- transition: all 0.50s ease; }
437
- .nf-drawer-opened .nf-main-test .nf-button {
438
- display: none; }
439
-
440
- .nf-drawer-opened #nf-drawer {
441
- right: 0;
442
- transition: all 0.50s ease; }
443
- .nf-drawer-opened #nf-drawer.nf-drawer-expand {
444
- width: 100%;
445
- transition: all 0.50s ease; }
446
- .nf-drawer-opened #nf-drawer.nf-drawer-expand .nf-toggle-drawer .dashicons {
447
- transform: rotate(180deg);
448
- transition: all 0.50s ease; }
449
- .nf-drawer-opened #nf-drawer.nf-drawer-expand .nf-toggle-drawer .nf-expand-off {
450
- display: none; }
451
- .nf-drawer-opened #nf-drawer.nf-drawer-expand .nf-toggle-drawer .nf-expand-on {
452
- display: inline; }
453
-
454
- .nf-drawer-opened .preview {
455
- opacity: 0.0;
456
- visibility: hidden;
457
- filter: alpha(opacity=0);
458
- transition: all 0.50s ease; }
459
- .nf-drawer-opened .preview:hover, .nf-drawer-opened .preview:active, .nf-drawer-opened .preview.active {
460
- opacity: 0.0;
461
- visibility: hidden;
462
- filter: alpha(opacity=0);
463
- transition: all 0.50s ease; }
464
-
465
- .nf-drawer-opened #nf-main-content,
466
- .nf-drawer-opened #nf-main-header {
467
- margin: 0 auto;
468
- transition: all 0.50s ease; }
469
-
470
- @media only screen and (min-width: 901px) {
471
- .nf-drawer-opened #nf-app-sub-header .nf-add-new {
472
- top: 139px !important;
473
- text-indent: -99999px; } }
474
-
475
- .nf-drawer-opened .nf-setting-wrap {
476
- width: 50%;
477
- transition: width 0.50s ease; }
478
-
479
- .nf-drawer-opened .nf-toggle-drawer {
480
- display: block; }
481
-
482
- .nf-drawer-closed #nf-main {
483
- width: 100%;
484
- left: 0;
485
- transition: width 0.50s ease, left 0.50s ease; }
486
-
487
- .nf-drawer-closed #nf-drawer {
488
- right: -1400px;
489
- transition: right 0.50s ease; }
490
-
491
- .nf-drawer-closed .nf-add-new {
492
- opacity: 1.0;
493
- visibility: visible;
494
- filter: alpha(opacity=100);
495
- transition: all 0.50s ease; }
496
-
497
- .nf-drawer-closed .nf-setting-wrap {
498
- width: 33%;
499
- transition: width 0.50s ease; }
500
-
501
- .nf-drawer-closed .nf-toggle-drawer {
502
- display: none; }
503
-
504
- .nf-drawer-header {
505
- margin-bottom: 20px;
506
- padding: 0 10px; }
507
- .nf-drawer-header::after {
508
- clear: both;
509
- content: "";
510
- display: block; }
511
- .nf-drawer-header h2 {
512
- color: #666;
513
- float: left;
514
- font-size: 20px;
515
- line-height: 22px; }
516
- .nf-drawer-header h2 .dashicons {
517
- margin-right: 10px; }
518
- .nf-drawer-header .nf-button {
519
- float: right; }
520
-
521
- .nf-drawer-error {
522
- background-color: #FFBABA;
523
- border: 1px solid #FFBABA;
524
- border-radius: 5px;
525
- color: #D8000C;
526
- font-size: 12px;
527
- margin: 10px 0px;
528
- padding: 10px 10px; }
529
-
530
- .nf-settings h3 {
531
- color: #424242;
532
- font-size: 14px;
533
- padding: 10px 10px 0;
534
- text-transform: uppercase; }
535
- .nf-settings h3 .dashicons {
536
- color: #bbb;
537
- font-size: 28px;
538
- margin: -4px 10px 0 -30px; }
539
-
540
- .nf-settings::after {
541
- clear: both;
542
- content: "";
543
- display: block; }
544
-
545
- .nf-full {
546
- clear: both; }
547
- .nf-full.toggle-row {
548
- border-bottom: 1px solid #ccc;
549
- margin: 0;
550
- position: relative; }
551
- .nf-full.toggle-row:first-child {
552
- border-top: 1px solid #ccc; }
553
- .nf-full.toggle-row label {
554
- display: inline-block;
555
- padding: 15px 60px 15px 0; }
556
- .nf-full.toggle-row .nf-toggle {
557
- float: right;
558
- margin: 15px 0;
559
- position: absolute;
560
- top: 0;
561
- right: 10px; }
562
-
563
- .nf-one-half,
564
- .nf-one-third {
565
- float: left; }
566
-
567
- .nf-one-half {
568
- width: 50%; }
569
-
570
- .nf-one-third {
571
- width: 33.33%; }
572
-
573
- .nf-first {
574
- clear: both;
575
- margin-left: 0; }
576
-
577
- .nf-full,
578
- .nf-one-half,
579
- .nf-one-third {
580
- margin-bottom: 15px;
581
- padding: 0 2%; }
582
-
583
- .nf-full::after,
584
- .nf-one-half::after,
585
- .nf-one-third::after {
586
- clear: both;
587
- content: "";
588
- display: block; }
589
-
590
- .nf-toggle-drawer {
591
- color: #aaa;
592
- cursor: pointer;
593
- display: none;
594
- float: right;
595
- margin-top: 40px;
596
- text-decoration: none;
597
- padding: 10px 20px;
598
- position: fixed;
599
- bottom: 0;
600
- right: 0; }
601
- .nf-toggle-drawer .dashicons {
602
- margin-right: 5px;
603
- transition: all 0.50s ease; }
604
- .nf-toggle-drawer .nf-expand-off {
605
- display: inline; }
606
- .nf-toggle-drawer .nf-expand-on {
607
- display: none; }
608
-
609
- #nf-menu-drawer {
610
- background: #EBEDEE;
611
- box-shadow: inset 1px 4px 9px -6px;
612
- width: 250px;
613
- position: absolute;
614
- top: 0;
615
- bottom: 0;
616
- right: -250px;
617
- z-index: 999;
618
- transition: right 0.50s ease; }
619
- #nf-menu-drawer ul {
620
- margin: 0; }
621
- #nf-menu-drawer ul li a {
622
- border-bottom: 1px solid #ccc;
623
- color: #424242;
624
- display: block;
625
- padding: 10px 20px;
626
- text-decoration: none; }
627
- #nf-menu-drawer ul li a .dashicons {
628
- color: #1EA9EA;
629
- margin-right: 15px; }
630
- #nf-menu-drawer .nf-publish {
631
- background: #1EA9EA;
632
- color: #fff;
633
- padding: 20px;
634
- text-align: center;
635
- text-transform: uppercase;
636
- cursor: pointer; }
637
- #nf-menu-drawer .nf-publish.disabled {
638
- background: #ccc;
639
- border: 1px solid #ccc;
640
- cursor: default; }
641
-
642
- .nf-menu-expand #nf-menu-drawer {
643
- right: 0;
644
- transition: right 0.50s ease; }
645
-
646
- .nf-menu-expand #nf-header {
647
- margin-right: 250px;
648
- margin-left: -250px;
649
- transition: margin 0.50s ease; }
650
-
651
- .nf-menu-expand #nf-main {
652
- left: -250px;
653
- transition: left 0.50s ease; }
654
-
655
- .nf-div-table .nf-table-row.nf-error textarea {
656
- border: 1px solid red; }
657
-
658
- .nf-div-table .nf-table-row.nf-error span.nf-option-error {
659
- background: red;
660
- color: #fff;
661
- display: block;
662
- padding: 5px 0;
663
- width: 100%; }
664
- .nf-div-table .nf-table-row.nf-error span.nf-option-error div.nf-error {
665
- display: block;
666
- width: 100% !important;
667
- text-align: center; }
668
-
669
- .ninja-forms-app .jBox-Notice .jBox-container {
670
- background: #84CC1E;
671
- font-size: 18px; }
672
-
673
- .nf-button {
674
- border: 0;
675
- border-radius: 4px;
676
- cursor: pointer;
677
- display: inline-block;
678
- font-size: 17px;
679
- padding: 10px 30px;
680
- text-align: center;
681
- text-decoration: none;
682
- text-transform: uppercase;
683
- -webkit-appearance: none;
684
- -moz-appearance: none;
685
- appearance: none; }
686
- .nf-button.primary {
687
- background: #1EA9EA;
688
- border: 1px solid #1EA9EA;
689
- color: #fff; }
690
- .nf-button.secondary {
691
- background: #fff;
692
- border: 1px solid #1EA9EA;
693
- color: #1EA9EA; }
694
- .nf-button.disabled {
695
- background: #ccc;
696
- border: 1px solid #ccc;
697
- cursor: default; }
698
- .nf-button.publish {
699
- float: right; }
700
-
701
- .nf-cancel {
702
- color: #999;
703
- font-size: 15px; }
704
-
705
- .nf-mobile-menu {
706
- background: #1EA9EA;
707
- border-radius: 4px;
708
- color: #fff;
709
- display: none;
710
- float: right;
711
- padding: 5px 7px 5px 5px;
712
- text-decoration: none;
713
- transition: margin 0.5s ease; }
714
- .nf-mobile-menu .dashicons {
715
- font-size: 30px;
716
- width: 32px;
717
- height: 30px; }
718
- .nf-mobile-menu:hover {
719
- color: #fff; }
720
-
721
- .ninja-forms-app fieldset {
722
- border: 1px solid #ccc;
723
- clear: both;
724
- display: block;
725
- margin-bottom: 20px; }
726
-
727
- .ninja-forms-app label {
728
- position: relative; }
729
- .ninja-forms-app label::after {
730
- clear: both;
731
- content: "";
732
- display: block; }
733
-
734
- .ninja-forms-app legend {
735
- margin: 0 3px 10px;
736
- padding: 0 10px; }
737
-
738
- .ninja-forms-app .nf-setting-label, .ninja-forms-app label, .ninja-forms-app legend {
739
- color: #424242;
740
- display: block;
741
- font-size: 13px;
742
- text-transform: uppercase; }
743
- .ninja-forms-app .nf-setting-label .open-media-manager, .ninja-forms-app label .open-media-manager, .ninja-forms-app legend .open-media-manager {
744
- position: absolute;
745
- color: #ccc;
746
- right: 15px;
747
- top: 5px;
748
- text-decoration: none; }
749
-
750
- .ninja-forms-app input[type=text],
751
- .ninja-forms-app input[type=number],
752
- .ninja-forms-app textarea {
753
- background: #f9f9f9;
754
- border: 0;
755
- margin-top: 7px;
756
- padding: 12px 15px;
757
- width: 100%;
758
- height: 41px;
759
- text-transform: default; }
760
-
761
- .ninja-forms-app textarea {
762
- height: 200px; }
763
-
764
- .ninja-forms-app input[type=checkbox].nf-checkbox {
765
- -webkit-appearance: none;
766
- -moz-appearance: none;
767
- appearance: none;
768
- background: #f9f9f9;
769
- border: 0;
770
- height: 25px;
771
- width: 25px;
772
- padding: 2px 1px 0px !important;
773
- margin: -3px -5px; }
774
- .ninja-forms-app input[type=checkbox].nf-checkbox:checked::before {
775
- content: "\f147";
776
- font: 400 30px/1 dashicons; }
777
-
778
- .ninja-forms-app .jBox-wrapper.import-options {
779
- padding: 12px 20px 0px !important; }
780
-
781
- .ninja-forms-app .jBox-wrapper.import-options.jBox-pointerPosition-top.jBox-closeButton-box:before {
782
- right: 10px; }
783
-
784
- .ninja-forms-app .nf-list-options {
785
- padding-bottom: 20px; }
786
- .ninja-forms-app .nf-list-options .nf-add-new {
787
- margin-left: 20px; }
788
- .ninja-forms-app .nf-list-options .nf-div-table .nf-table-row > div {
789
- display: table-cell;
790
- padding: 5px; }
791
- .ninja-forms-app .nf-list-options .nf-div-table .nf-table-row > div:nth-child(1), .ninja-forms-app .nf-list-options .nf-div-table .nf-table-row > div:nth-child(6) {
792
- padding: 0 15px;
793
- width: 20px; }
794
- .ninja-forms-app .nf-list-options .nf-div-table .nf-table-row > div:nth-child(2), .ninja-forms-app .nf-list-options .nf-div-table .nf-table-row > div:nth-child(3) {
795
- width: 45%; }
796
- .ninja-forms-app .nf-list-options .nf-div-table .nf-table-row > div:nth-child(4) {
797
- min-width: 100px; }
798
- .ninja-forms-app .nf-list-options .nf-div-table .nf-table-row > div input {
799
- margin: 0; }
800
- .ninja-forms-app .nf-list-options .nf-div-table .nf-table-row.nf-table-header div {
801
- font-size: 12px;
802
- padding: 20px 5px 5px; }
803
- .ninja-forms-app .nf-list-options .nf-div-table .nf-table-row.nf-table-header div:nth-child(1), .ninja-forms-app .nf-list-options .nf-div-table .nf-table-row.nf-table-header div:nth-child(6) {
804
- padding: 0 25px; }
805
- .ninja-forms-app .nf-list-options.calculations .nf-div-table .nf-table-row div {
806
- vertical-align: top;
807
- position: relative; }
808
- .ninja-forms-app .nf-list-options.calculations .nf-div-table .nf-table-row div:nth-child(1), .ninja-forms-app .nf-list-options.calculations .nf-div-table .nf-table-row div:nth-child(4) {
809
- padding: 0 15px;
810
- width: 20px;
811
- min-width: 20px; }
812
- .ninja-forms-app .nf-list-options.calculations .nf-div-table .nf-table-row div:nth-child(2) {
813
- width: 30%; }
814
- .ninja-forms-app .nf-list-options.calculations .nf-div-table .nf-table-row div:nth-child(3) {
815
- width: 70%; }
816
- .ninja-forms-app .nf-list-options.calculations .nf-div-table .nf-table-row div textarea {
817
- margin: 0;
818
- height: 100px; }
819
- .ninja-forms-app .nf-list-options.calculations .nf-div-table .nf-table-row div .merge-tags {
820
- color: #999;
821
- position: absolute;
822
- right: 15px;
823
- top: 5px; }
824
- .ninja-forms-app .nf-list-options.calculations .nf-div-table .nf-table-row div .dashicons {
825
- color: #999;
826
- margin-top: 10px; }
827
-
828
- .ninja-forms-app .options {
829
- position: relative; }
830
- .ninja-forms-app .options legend .nf-open-import-tooltip {
831
- background: #EBEDEE;
832
- color: #1EA9EA;
833
- font-size: 16px;
834
- padding: 6px 15px;
835
- text-decoration: none;
836
- position: absolute;
837
- right: 15px;
838
- top: 0; }
839
-
840
- .nf-drawer-buttons {
841
- display: none;
842
- margin: 0 -20px;
843
- padding: 0; }
844
- .nf-drawer-buttons li {
845
- background: #424242;
846
- border-right: 1px solid #f1f1f1;
847
- float: left;
848
- margin: 0;
849
- padding: 15px;
850
- text-align: center;
851
- width: 50%; }
852
- .nf-drawer-buttons li:last-child {
853
- border: 0; }
854
- .nf-drawer-buttons li.nf-drawer-delete {
855
- color: red; }
856
- .nf-drawer-buttons li.nf-drawer-duplicate {
857
- color: #84CC1E; }
858
- .nf-drawer-buttons li .dashicons {
859
- margin-right: 10px; }
860
- .nf-drawer-buttons::after {
861
- clear: both;
862
- content: "";
863
- display: block; }
864
-
865
- .dashicons.spin {
866
- animation: dashicons-spin 1s infinite;
867
- animation-timing-function: linear; }
868
-
869
- @keyframes dashicons-spin {
870
- 0% {
871
- transform: rotate(0deg); }
872
- 100% {
873
- transform: rotate(360deg); } }
874
-
875
- .nf-search {
876
- display: inline;
877
- position: relative; }
878
- .nf-search input[type=search] {
879
- background: transparent;
880
- box-shadow: 0 0 0;
881
- border: 0;
882
- margin-bottom: 3px;
883
- padding: 12px 0 12px 50px;
884
- width: 60%; }
885
- .nf-search::before {
886
- content: "\f179";
887
- color: #aaa;
888
- font-family: "Dashicons";
889
- font-size: 30px;
890
- width: 30px;
891
- height: 30px;
892
- position: absolute;
893
- top: 4px;
894
- left: 10px; }
895
-
896
- .nf-stage {
897
- position: relative;
898
- -webkit-user-select: none;
899
- -moz-user-select: none;
900
- -ms-user-select: none;
901
- user-select: none; }
902
- .nf-stage .nf-stage-controls {
903
- background: #F8F8F9;
904
- padding: 5px;
905
- position: absolute;
906
- top: -20px;
907
- right: 10px; }
908
-
909
- .nf-reservoir::after {
910
- clear: both;
911
- content: "";
912
- display: block; }
913
-
914
- .nf-reservoir.nf-droppable-active, .nf-reservoir.nf-staged-fields-active {
915
- background: #F8F8F9;
916
- border: 4px solid #F8F8F9;
917
- border-radius: 4px;
918
- margin: 30px 2% 20px;
919
- min-height: 52px;
920
- padding: 6px;
921
- transition: all 1.0s ease; }
922
-
923
- .nf-reservoir .nf-item-dock {
924
- background: #fff;
925
- border-radius: 4px;
926
- color: #999;
927
- display: inline-block;
928
- float: left;
929
- margin: 0 4px 3px 4px;
930
- padding: 5px 10px;
931
- position: relative; }
932
- .nf-reservoir .nf-item-dock .dashicons {
933
- font-size: 14px;
934
- margin: 2px 0 -4px 5px; }
935
- .nf-reservoir .nf-item-dock .fa {
936
- margin-right: 10px; }
937
-
938
- .nf-item {
939
- background: #3B454D;
940
- border-radius: 4px;
941
- color: #A2A5A8;
942
- font-size: 14px;
943
- padding: 10px;
944
- position: relative;
945
- text-align: center; }
946
- .nf-item.active {
947
- background: #1EA9EA;
948
- color: #fff; }
949
- .nf-item .fa {
950
- background: #30373E;
951
- border-top-left-radius: 4px;
952
- border-bottom-left-radius: 4px;
953
- padding: 9px;
954
- position: absolute;
955
- top: 0;
956
- left: 0;
957
- bottom: 0;
958
- width: 34px;
959
- line-height: 20px; }
960
-
961
- .nf-saved .nf-item {
962
- position: relative; }
963
- .nf-saved .nf-item::after {
964
- background: #30373E;
965
- border-top-left-radius: 4px;
966
- border-bottom-left-radius: 4px;
967
- content: "\f155";
968
- font-family: "Dashicons";
969
- padding: 9px;
970
- position: absolute;
971
- top: 0;
972
- left: 0;
973
- bottom: 0;
974
- width: 16px;
975
- height: 20px; }
976
-
977
- .nf-action-items .nf-item {
978
- height: 100px;
979
- line-height: 75px;
980
- cursor: pointer; }
981
- .nf-action-items .nf-item.nf-has-img {
982
- background-position: center center;
983
- text-indent: -99999px; }
984
-
985
- .nf-action-items.available .nf-item.nf-has-img {
986
- filter: grayscale(100%);
987
- opacity: 0.6; }
988
- .nf-action-items.available .nf-item.nf-has-img:hover {
989
- filter: grayscale(0);
990
- opacity: 1.0; }
991
-
992
- .nf-field-type-button {
993
- float: left;
994
- margin-bottom: 15px;
995
- padding: 0 2%;
996
- width: 33.33%; }
997
-
998
- table.nf-changes tr td {
999
- border-bottom: 1px solid #ccc; }
1000
-
1001
- table.nf-changes tr.disabled-row td {
1002
- color: #bbb; }
1003
-
1004
- table.nf-changes tr:nth-child(even) td {
1005
- background: #e5e7e8 !important; }
1006
-
1007
- table.nf-changes tr:hover td {
1008
- background: #fff !important; }
1009
-
1010
- .nf-button.undoChanges .dashicons {
1011
- font-size: 18px;
1012
- height: 18px;
1013
- width: 18px;
1014
- margin-right: 5px; }
1015
-
1016
- /*
1017
- Various custom field styles
1018
- --------------------------------- */
1019
- .nf-add-new {
1020
- color: #1EA9EA;
1021
- padding: 0 0 0 46px;
1022
- text-decoration: none;
1023
- line-height: 32px;
1024
- position: relative;
1025
- height: 32px;
1026
- z-index: 98;
1027
- text-indent: 0px;
1028
- overflow: hidden; }
1029
- .nf-add-new:after {
1030
- background: #1EA9EA;
1031
- border: 2px solid #1EA9EA;
1032
- border-radius: 40px;
1033
- color: #fff;
1034
- content: "+";
1035
- font-size: 22px;
1036
- padding: 8px;
1037
- position: absolute;
1038
- left: 0;
1039
- width: 12px;
1040
- height: 12px;
1041
- line-height: 10px;
1042
- text-indent: 0px;
1043
- transition: all 0.5s ease 0s; }
1044
- .nf-add-new:hover, .nf-add-new:active, .nf-add-new.active {
1045
- color: #1EA9EA;
1046
- transition: width 0.5s ease 0s,height 0.5s ease 0s, text-indent 0.5s ease,top 0.5s ease,left 0.5s ease; }
1047
- .nf-add-new:hover:after, .nf-add-new:active:after, .nf-add-new.active:after {
1048
- background: #fff;
1049
- color: #1EA9EA;
1050
- transform: rotate(180deg);
1051
- transition: all 0.5s ease; }
1052
- .nf-add-new.nf-open-drawer {
1053
- position: absolute;
1054
- top: 185px;
1055
- left: 40px; }
1056
-
1057
- .nf-master-control {
1058
- background: #1EA9EA;
1059
- border: 2px solid #1EA9EA;
1060
- border-radius: 40px;
1061
- cursor: pointer;
1062
- position: absolute;
1063
- height: 60px;
1064
- width: 60px;
1065
- top: auto;
1066
- left: auto;
1067
- bottom: 20px;
1068
- right: 30px;
1069
- transition: all 0.5s ease;
1070
- z-index: 98; }
1071
- .nf-master-control span {
1072
- display: block;
1073
- text-indent: -9999px; }
1074
- .nf-master-control .fa {
1075
- color: #fff;
1076
- cursor: pointer;
1077
- font-size: 28px;
1078
- line-height: 28px;
1079
- margin: 15px 0 0 16px;
1080
- transition: all 0.5s ease; }
1081
- .nf-master-control:hover, .nf-master-control:active, .nf-master-control.active {
1082
- background: #fff;
1083
- color: #1EA9EA;
1084
- transition: all 0.5s ease; }
1085
- .nf-master-control:hover .fa, .nf-master-control:active .fa, .nf-master-control.active .fa {
1086
- color: #1EA9EA;
1087
- margin: 12px 0 0 16px;
1088
- transform: rotate(180deg);
1089
- transition: all 0.5s ease; }
1090
-
1091
- input[type=checkbox].nf-toggle {
1092
- display: none; }
1093
- input[type=checkbox].nf-toggle + label {
1094
- text-indent: -99999px;
1095
- background: transparent;
1096
- border: 0;
1097
- box-shadow: 0 0 0;
1098
- display: block;
1099
- margin: 19px 5px 11px;
1100
- -webkit-appearance: none;
1101
- -moz-appearance: none;
1102
- appearance: none;
1103
- position: relative;
1104
- width: 40px;
1105
- height: 20px;
1106
- cursor: pointer; }
1107
- input[type=checkbox].nf-toggle + label::after {
1108
- background: #BCBDBF;
1109
- border: 2px solid #BCBDBF;
1110
- border-radius: 20px;
1111
- content: "";
1112
- position: absolute;
1113
- top: -4px;
1114
- left: -4px;
1115
- width: 40px;
1116
- height: 20px;
1117
- transition: all 0.3s ease; }
1118
- input[type=checkbox].nf-toggle + label::before {
1119
- background: #fff;
1120
- border-radius: 20px;
1121
- content: "";
1122
- position: absolute;
1123
- top: -1px;
1124
- left: 0;
1125
- width: 18px;
1126
- height: 18px;
1127
- z-index: 99;
1128
- transition: all 0.3s ease; }
1129
- input[type=checkbox].nf-toggle:checked + label::after {
1130
- background: #84CC1E;
1131
- border: 2px solid #84CC1E;
1132
- transition: all 0.3s ease; }
1133
- input[type=checkbox].nf-toggle:checked + label::before {
1134
- content: "";
1135
- left: 18px;
1136
- transition: all 0.3s ease; }
1137
-
1138
- .nf-full {
1139
- position: relative; }
1140
- .nf-full input[type=checkbox].nf-toggle + label {
1141
- margin: -18px 0 0;
1142
- padding: 12px 0 20px;
1143
- position: absolute;
1144
- top: 24px;
1145
- right: 10px; }
1146
- .nf-full input[type=checkbox].nf-toggle + label::before {
1147
- left: auto;
1148
- right: 22px;
1149
- transition: right 0.3s ease; }
1150
- .nf-full input[type=checkbox].nf-toggle + label::after {
1151
- left: auto;
1152
- right: 0; }
1153
- .nf-full input[type=checkbox].nf-toggle:checked + label::before {
1154
- left: auto;
1155
- right: 4px;
1156
- transition: right 0.3s ease; }
1157
- .nf-full .nf-setting-label {
1158
- border-bottom: 1px solid #ccc;
1159
- padding: 5px 0 20px; }
1160
-
1161
- .ninja-forms-app .nf-select {
1162
- display: block;
1163
- position: relative; }
1164
- .ninja-forms-app .nf-select select {
1165
- background: transparent;
1166
- border: 0;
1167
- margin-top: 7px;
1168
- height: 41px !important;
1169
- padding: 0 30px 0 15px;
1170
- position: relative;
1171
- width: 100%;
1172
- text-transform: capitalize;
1173
- -webkit-appearance: none;
1174
- -moz-appearance: none;
1175
- appearance: none;
1176
- z-index: 2; }
1177
- .ninja-forms-app .nf-select div {
1178
- background: #f9f9f9;
1179
- height: 41px;
1180
- position: absolute;
1181
- bottom: 1px;
1182
- width: 100%;
1183
- z-index: 1; }
1184
- .ninja-forms-app .nf-select div::after {
1185
- color: #666;
1186
- content: "\f347";
1187
- font-family: 'Dashicons';
1188
- font-size: 20px;
1189
- position: absolute;
1190
- width: 30px;
1191
- height: 30px;
1192
- right: 5px;
1193
- bottom: 0; }
1194
-
1195
- .ninja-forms-app div.nf-select div {
1196
- bottom: 7px;
1197
- width: 95%; }
1198
-
1199
- .ninja-forms-app div.nf-select select {
1200
- margin-top: 0; }
1201
-
1202
- /*
1203
- All styles used for displaying table content
1204
- -------------------------------------------- */
1205
- .ninja-forms-app table {
1206
- width: 100%;
1207
- border-collapse: collapse; }
1208
- .ninja-forms-app table td, .ninja-forms-app table th {
1209
- border-bottom: 1px solid #ECEDEE;
1210
- font-size: 14px;
1211
- padding: 15px; }
1212
- .ninja-forms-app table th {
1213
- color: #666;
1214
- text-align: left;
1215
- text-transform: uppercase; }
1216
- .ninja-forms-app table td {
1217
- color: #676F75;
1218
- white-space: nowrap;
1219
- position: relative; }
1220
- .ninja-forms-app table td:nth-child(2) {
1221
- width: 90%; }
1222
- .ninja-forms-app table .deactivated td {
1223
- color: #BCBDBF; }
1224
- .ninja-forms-app table .deactivated td a {
1225
- color: #ddd; }
1226
- .ninja-forms-app table input[type=checkbox].nf-toggle + label {
1227
- margin: 2px 0 0; }
1228
- .ninja-forms-app table .active td {
1229
- color: #84CC1E;
1230
- font-weight: bold; }
1231
- .ninja-forms-app table .active .nf-item-controls {
1232
- font-weight: normal;
1233
- float: right; }
1234
- .ninja-forms-app table .active .nf-item-controls a {
1235
- color: #84CC1E; }
1236
- .ninja-forms-app table .active .nf-item-controls .nf-item-delete,
1237
- .ninja-forms-app table .active .nf-item-controls .nf-item-duplicate {
1238
- display: none; }
1239
- .ninja-forms-app table .active .nf-item-controls .nf-item-editing {
1240
- display: inline !important; }
1241
- .ninja-forms-app table .active .nf-item-controls .nf-item-edit .dashicons {
1242
- margin-right: 12px; }
1243
-
1244
- .ui-droppable {
1245
- border: 4px solid #fff; }
1246
-
1247
- .nf-actions-empty thead {
1248
- display: none; }
1249
-
1250
- .nf-actions-empty td {
1251
- border: 4px solid #fff !important;
1252
- display: block;
1253
- padding: 40px 20% !important;
1254
- white-space: normal !important; }
1255
-
1256
- .nf-actions-empty h3 {
1257
- font-size: 30px; }
1258
-
1259
- .nf-actions-empty p {
1260
- font-size: 18px; }
1261
-
1262
- .nf-actions-table td {
1263
- cursor: pointer; }
1264
-
1265
- .nf-actions-table .nf-item-controls {
1266
- top: 12px; }
1267
-
1268
- /* perfect-scrollbar v0.6.7 */
1269
- .ps-container {
1270
- -ms-touch-action: none;
1271
- overflow: hidden !important; }
1272
-
1273
- .ps-container.ps-active-x > .ps-scrollbar-x-rail,
1274
- .ps-container.ps-active-y > .ps-scrollbar-y-rail {
1275
- display: block; }
1276
-
1277
- .ps-container.ps-in-scrolling {
1278
- pointer-events: none; }
1279
-
1280
- .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
1281
- background-color: #eee;
1282
- opacity: 0.9; }
1283
-
1284
- .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
1285
- background-color: #999; }
1286
-
1287
- .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
1288
- background-color: #eee;
1289
- opacity: 0.9; }
1290
-
1291
- .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
1292
- background-color: #999; }
1293
-
1294
- .ps-container > .ps-scrollbar-x-rail {
1295
- display: none;
1296
- position: absolute;
1297
- /* please don't change 'position' */
1298
- border-radius: 4px;
1299
- opacity: 0;
1300
- transition: background-color 0.2s linear, opacity 0.2s linear;
1301
- bottom: 3px;
1302
- /* there must be 'bottom' for ps-scrollbar-x-rail */
1303
- height: 8px; }
1304
-
1305
- .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
1306
- position: absolute;
1307
- /* please don't change 'position' */
1308
- background-color: #aaa;
1309
- border-radius: 4px;
1310
- transition: background-color 0.2s linear;
1311
- bottom: 0;
1312
- /* there must be 'bottom' for ps-scrollbar-x */
1313
- height: 8px; }
1314
-
1315
- .ps-container > .ps-scrollbar-y-rail {
1316
- display: none;
1317
- position: absolute;
1318
- /* please don't change 'position' */
1319
- border-radius: 4px;
1320
- opacity: 0;
1321
- transition: background-color 0.2s linear, opacity 0.2s linear;
1322
- right: 3px;
1323
- /* there must be 'right' for ps-scrollbar-y-rail */
1324
- width: 8px; }
1325
-
1326
- .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
1327
- position: absolute;
1328
- /* please don't change 'position' */
1329
- background-color: #aaa;
1330
- border-radius: 4px;
1331
- transition: background-color 0.2s linear;
1332
- right: 0;
1333
- /* there must be 'right' for ps-scrollbar-y */
1334
- width: 8px; }
1335
-
1336
- .ps-container:hover.ps-in-scrolling {
1337
- pointer-events: none; }
1338
-
1339
- .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
1340
- background-color: #eee;
1341
- opacity: 0.9; }
1342
-
1343
- .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
1344
- background-color: #999; }
1345
-
1346
- .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
1347
- background-color: #eee;
1348
- opacity: 0.9; }
1349
-
1350
- .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
1351
- background-color: #999; }
1352
-
1353
- .ps-container:hover > .ps-scrollbar-x-rail,
1354
- .ps-container:hover > .ps-scrollbar-y-rail {
1355
- opacity: 0.6; }
1356
-
1357
- .ps-container:hover > .ps-scrollbar-x-rail:hover {
1358
- background-color: #eee;
1359
- opacity: 0.9; }
1360
-
1361
- .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
1362
- background-color: #999; }
1363
-
1364
- .ps-container:hover > .ps-scrollbar-y-rail:hover {
1365
- background-color: #eee;
1366
- opacity: 0.9; }
1367
-
1368
- .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
1369
- background-color: #999; }
1370
-
1371
- /* END DEFAULT PERFECT SCROLLBAR CSS */
1372
- /*
1373
- * Custom perfect scrollbar css
1374
- */
1375
- #nf-main.ps-container {
1376
- overflow: auto !important;
1377
- overflow-y: hidden !important; }
1378
-
1379
- #nf-drawer.ps-container {
1380
- overflow: auto !important;
1381
- overflow-y: hidden !important; }
1382
-
1383
- .ui-sortable-helper.nf-field-wrap {
1384
- box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4); }
1385
-
1386
- .ui-draggable-dragging .nf-item {
1387
- box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4); }
1388
-
1389
- .ui-draggable-handle {
1390
- cursor: pointer; }
1391
-
1392
- .ui-draggable-dragging {
1393
- z-index: 99; }
1394
-
1395
- #nf-builder .nf-droppable-active {
1396
- border: 4px solid #1EA9EA;
1397
- transition: all 1.0s ease; }
1398
-
1399
- #nf-builder .nf-droppable-hover {
1400
- border: 4px solid #84CC1E;
1401
- transition: all 1.0s ease; }
1402
-
1403
- .nf-fields-sortable {
1404
- border: 4px solid #FFF;
1405
- padding: 25px 15px 6px; }
1406
-
1407
- .nf-fields-sortable-placeholder {
1408
- margin-top: -14px;
1409
- margin-bottom: 6px;
1410
- border: 4px solid #84CC1E; }
1411
-
1412
- .nf-staged-fields-drag {
1413
- position: relative;
1414
- display: block;
1415
- height: 80px; }
1416
- .nf-staged-fields-drag::after {
1417
- clear: both;
1418
- content: '';
1419
- display: block; }
1420
- .nf-staged-fields-drag .nf-staged-fields-drag-wrap {
1421
- position: absolute;
1422
- width: 500px; }
1423
- .nf-staged-fields-drag #drag-item-1,
1424
- .nf-staged-fields-drag #drag-item-2,
1425
- .nf-staged-fields-drag #drag-item-3 {
1426
- box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4); }
1427
- .nf-staged-fields-drag #drag-item-1 {
1428
- bottom: 0px;
1429
- left: 0px;
1430
- z-index: 3; }
1431
- .nf-staged-fields-drag #drag-item-2 {
1432
- bottom: 5px;
1433
- left: 5px;
1434
- z-index: 2; }
1435
- .nf-staged-fields-drag #drag-item-3 {
1436
- bottom: 10px;
1437
- left: 10px;
1438
- z-index: 1; }
1439
-
1440
- .nf-staged-fields-drag-wrap {
1441
- background: #fff;
1442
- border: 1px solid #ccc;
1443
- border-radius: 4px;
1444
- color: #888;
1445
- cursor: pointer;
1446
- margin-bottom: 20px;
1447
- padding: 15px 20px; }
1448
- .nf-staged-fields-drag-wrap.active {
1449
- border: 2px solid #84CC1E;
1450
- color: #424242;
1451
- font-weight: bold; }
1452
- .nf-staged-fields-drag-wrap.active .nf-item-controls {
1453
- font-weight: normal; }
1454
- .nf-staged-fields-drag-wrap.active .nf-item-controls a {
1455
- color: #424242; }
1456
- .nf-staged-fields-drag-wrap.active .nf-item-controls .nf-item-delete,
1457
- .nf-staged-fields-drag-wrap.active .nf-item-controls .nf-item-duplicate {
1458
- display: none; }
1459
- .nf-staged-fields-drag-wrap.active .nf-item-controls .nf-item-editing {
1460
- display: inline; }
1461
- .nf-staged-fields-drag-wrap.active .nf-item-controls .nf-item-edit .dashicons {
1462
- margin-right: 12px; }
1463
-
1464
- .nf-staged-fields-sortable-placeholder {
1465
- float: left;
1466
- height: 28px;
1467
- border-right: 8px solid #84CC1E;
1468
- margin-right: -4px;
1469
- margin-left: -4px; }
1470
-
1471
- .nf-list-options-sortable-placeholder {
1472
- border: 4px solid #84CC1E;
1473
- height: 8px !important;
1474
- margin: -4px 0 -4px 0; }
1475
-
1476
- .nf-fields-empty-droppable {
1477
- border: 4px solid #FFF; }
1478
- .nf-fields-empty-droppable::after {
1479
- clear: both;
1480
- content: "";
1481
- display: block; }
1482
-
1483
- .nf-settings .toggle {
1484
- cursor: pointer; }
1485
-
1486
- .nf-loading {
1487
- background: #1EA9EA;
1488
- border-radius: 4px;
1489
- width: 40px;
1490
- margin: 0 auto;
1491
- position: relative; }
1492
- .nf-loading ul {
1493
- list-style: none;
1494
- margin: 0;
1495
- padding: 0;
1496
- position: relative;
1497
- top: -10px;
1498
- left: 0;
1499
- font-size: 0; }
1500
- .nf-loading ul li {
1501
- height: 0;
1502
- position: absolute;
1503
- top: 50%;
1504
- left: 0;
1505
- width: 0;
1506
- margin: 0;
1507
- height: 10px;
1508
- width: 10px;
1509
- border: 3px solid #fff;
1510
- border-radius: 100%;
1511
- transform: transformZ(0);
1512
- animation: LOADING 2s infinite; }
1513
- .nf-loading ul li:nth-child(1n) {
1514
- left: 0;
1515
- animation-delay: 0s; }
1516
- .nf-loading ul li:nth-child(2n) {
1517
- left: 15px;
1518
- animation-delay: 0.2s; }
1519
- .nf-loading ul li:nth-child(3n) {
1520
- left: 30px;
1521
- animation-delay: 0.4s; }
1522
-
1523
- @keyframes LOADING {
1524
- 0% {
1525
- transform: scale(0.5);
1526
- background: #fff; }
1527
- 50% {
1528
- transform: scale(1);
1529
- background: #fff; }
1530
- 100% {
1531
- transform: scale(0.5);
1532
- background: #fff; } }
1533
-
1534
- .nf-help-text {
1535
- display: none; }
1536
-
1537
- .ninja-forms-app .nf-help {
1538
- color: #ccc;
1539
- margin-left: 5px;
1540
- text-decoration: none; }
1541
- .ninja-forms-app .nf-help .dashicons {
1542
- font-size: 16px;
1543
- height: 16px;
1544
- width: 16px; }
1545
-
1546
- .ninja-forms-app .qtip-default {
1547
- background-color: #424242;
1548
- border: 1px solid #424242;
1549
- border-radius: 4px;
1550
- box-shadow: 0 5px 6px rgba(0, 0, 0, 0.3);
1551
- color: #fff;
1552
- font-size: 14px;
1553
- line-height: 18px;
1554
- padding: 10px; }
1555
- .ninja-forms-app .qtip-default::after {
1556
- content: "";
1557
- position: absolute;
1558
- left: 143px;
1559
- bottom: -12px;
1560
- width: 0;
1561
- height: 0;
1562
- border-left: 6px solid transparent;
1563
- border-right: 6px solid transparent;
1564
- border-top: 12px solid #424242; }
1565
-
1566
- .has-merge-tags {
1567
- position: relative; }
1568
- .has-merge-tags input[type=text],
1569
- .has-merge-tags textarea {
1570
- padding-right: 40px; }
1571
- .has-merge-tags.rte {
1572
- display: block; }
1573
- .has-merge-tags.rte .wp-editor-tabs {
1574
- margin-right: 40px; }
1575
- .has-merge-tags.rte .merge-tags {
1576
- color: #999;
1577
- z-index: 100;
1578
- top: 26px; }
1579
- .has-merge-tags .merge-tags {
1580
- color: #ccc;
1581
- pointer: cursor;
1582
- position: absolute; }
1583
- .has-merge-tags .nf-list-options input[type=text] + .merge-tags {
1584
- top: 12px; }
1585
-
1586
- div.has-merge-tags .merge-tags {
1587
- top: 16px;
1588
- right: 12px; }
1589
-
1590
- label.has-merge-tags .merge-tags {
1591
- top: 33px;
1592
- right: 12px; }
1593
-
1594
- .nf-list-options label.has-merge-tags .merge-tags {
1595
- top: 12px; }
1596
-
1597
- .jBox-Tooltip {
1598
- z-index: 100000000 !important; }
1599
-
1600
- .jBox-TooltipBorder .jBox-container {
1601
- border-radius: 5px;
1602
- border: 2px solid #1EA9EA;
1603
- /*background: #EBEDEE;*/ }
1604
- .jBox-TooltipBorder .jBox-container h4 {
1605
- background: #f1f1f1;
1606
- padding: 5px;
1607
- margin: 0 0 5px; }
1608
- .jBox-TooltipBorder .jBox-container ul {
1609
- margin: 0; }
1610
- .jBox-TooltipBorder .jBox-container ul li a {
1611
- color: #1EA9EA;
1612
- margin: 0;
1613
- padding: 0 5px;
1614
- display: block;
1615
- text-decoration: none; }
1616
- .jBox-TooltipBorder .jBox-container ul a.active {
1617
- background: #f1f1f1; }
1618
-
1619
- .jBox-TooltipBorder .jBox-pointer::after {
1620
- border: 2px solid #1EA9EA;
1621
- /*background: #EBEDEE;*/ }
1622
-
1623
- .jBox-TooltipBorder .jBox-pointer-top,
1624
- .jBox-TooltipBorder .jBox-pointer-bottom {
1625
- width: 34px;
1626
- height: 12px; }
1627
-
1628
- .jBox-TooltipBorder .jBox-pointer-left,
1629
- .jBox-TooltipBorder .jBox-pointer-right {
1630
- width: 12px;
1631
- height: 34px; }
1632
-
1633
- .jBox-TooltipBorder.jBox-closeButton-box::before {
1634
- width: 28px;
1635
- height: 28px;
1636
- background: #1EA9EA; }
1637
-
1638
- .note-popover {
1639
- display: none !important; }
1640
-
1641
- .ninja-forms-app .note-editor {
1642
- border: 0 !important; }
1643
- .ninja-forms-app .note-editor .note-toolbar::after {
1644
- clear: both;
1645
- content: "";
1646
- display: block; }
1647
- .ninja-forms-app .note-editor .note-editable {
1648
- background: #f9f9f9;
1649
- display: block; }
1650
- .ninja-forms-app .note-editor .note-editable p {
1651
- font-size: 16px; }
1652
- .ninja-forms-app .note-editor .note-editable ul {
1653
- list-style-type: disc;
1654
- margin-left: 2em; }
1655
- .ninja-forms-app .note-editor .note-editable table td {
1656
- border: 1px solid #ccc;
1657
- width: auto; }
1658
- .ninja-forms-app .note-editor .modal {
1659
- display: none; }
1660
- .ninja-forms-app .note-editor .btn-group {
1661
- float: left; }
1662
- .ninja-forms-app .note-editor .btn-group.note-tools {
1663
- float: right; }
1664
- .ninja-forms-app .note-editor .btn {
1665
- background: #f9f9f9;
1666
- border: 0;
1667
- border-radius: 4px;
1668
- color: #666;
1669
- cursor: pointer;
1670
- margin-right: 2px;
1671
- padding-top: 4px; }
1672
- .ninja-forms-app .note-editor .btn.disabled {
1673
- background: transparent;
1674
- color: #aaa; }
1675
- .ninja-forms-app .note-editor .btn.disabled .merge-tags {
1676
- background: #f9f9f9;
1677
- color: #666; }
1678
-
1679
- .ninja-forms-app .tooltip {
1680
- position: absolute;
1681
- z-index: 1070;
1682
- display: block;
1683
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
1684
- font-size: 12px;
1685
- font-style: normal;
1686
- font-weight: normal;
1687
- line-height: 1.42857143;
1688
- text-align: left;
1689
- text-align: start;
1690
- text-decoration: none;
1691
- text-shadow: none;
1692
- text-transform: none;
1693
- letter-spacing: normal;
1694
- word-break: normal;
1695
- word-spacing: normal;
1696
- word-wrap: normal;
1697
- white-space: normal;
1698
- filter: alpha(opacity=0);
1699
- opacity: 0;
1700
- line-break: auto; }
1701
-
1702
- .ninja-forms-app .tooltip.in {
1703
- filter: alpha(opacity=90);
1704
- opacity: .9; }
1705
-
1706
- .ninja-forms-app .tooltip.top {
1707
- padding: 5px 0;
1708
- margin-top: -3px; }
1709
-
1710
- .ninja-forms-app .tooltip.right {
1711
- padding: 0 5px;
1712
- margin-left: 3px; }
1713
-
1714
- .ninja-forms-app .tooltip.bottom {
1715
- padding: 5px 0;
1716
- margin-top: 3px; }
1717
-
1718
- .ninja-forms-app .tooltip.left {
1719
- padding: 0 5px;
1720
- margin-left: -3px; }
1721
-
1722
- .ninja-forms-app .tooltip-inner {
1723
- max-width: 200px;
1724
- padding: 3px 8px;
1725
- color: #fff;
1726
- text-align: center;
1727
- background-color: #000;
1728
- border-radius: 4px; }
1729
-
1730
- .ninja-forms-app .tooltip-arrow {
1731
- position: absolute;
1732
- width: 0;
1733
- height: 0;
1734
- border-color: transparent;
1735
- border-style: solid; }
1736
-
1737
- .ninja-forms-app .tooltip.top .tooltip-arrow {
1738
- bottom: 0;
1739
- left: 50%;
1740
- margin-left: -5px;
1741
- border-width: 5px 5px 0;
1742
- border-top-color: #000; }
1743
-
1744
- .ninja-forms-app .tooltip.top-left .tooltip-arrow {
1745
- right: 5px;
1746
- bottom: 0;
1747
- margin-bottom: -5px;
1748
- border-width: 5px 5px 0;
1749
- border-top-color: #000; }
1750
-
1751
- .ninja-forms-app .tooltip.top-right .tooltip-arrow {
1752
- bottom: 0;
1753
- left: 5px;
1754
- margin-bottom: -5px;
1755
- border-width: 5px 5px 0;
1756
- border-top-color: #000; }
1757
-
1758
- .ninja-forms-app .tooltip.right .tooltip-arrow {
1759
- top: 50%;
1760
- left: 0;
1761
- margin-top: -5px;
1762
- border-width: 5px 5px 5px 0;
1763
- border-right-color: #000; }
1764
-
1765
- .ninja-forms-app .tooltip.left .tooltip-arrow {
1766
- top: 50%;
1767
- right: 0;
1768
- margin-top: -5px;
1769
- border-width: 5px 0 5px 5px;
1770
- border-left-color: #000; }
1771
-
1772
- .ninja-forms-app .tooltip.bottom .tooltip-arrow {
1773
- top: 0;
1774
- left: 50%;
1775
- margin-left: -5px;
1776
- border-width: 0 5px 5px;
1777
- border-bottom-color: #000; }
1778
-
1779
- .ninja-forms-app .tooltip.bottom-left .tooltip-arrow {
1780
- top: 0;
1781
- right: 5px;
1782
- margin-top: -5px;
1783
- border-width: 0 5px 5px;
1784
- border-bottom-color: #000; }
1785
-
1786
- .ninja-forms-app .tooltip.bottom-right .tooltip-arrow {
1787
- top: 0;
1788
- left: 5px;
1789
- margin-top: -5px;
1790
- border-width: 0 5px 5px;
1791
- border-bottom-color: #000; }
1792
-
1793
- .ninja-forms-app .dropdown-menu {
1794
- position: absolute;
1795
- z-index: 1000;
1796
- display: none;
1797
- float: left;
1798
- min-width: 160px;
1799
- padding: 5px 0;
1800
- margin: 2px 0 0;
1801
- font-size: 14px;
1802
- text-align: left;
1803
- list-style: none;
1804
- background-color: #fff;
1805
- background-clip: padding-box;
1806
- border: 1px solid #ccc;
1807
- border: 1px solid rgba(0, 0, 0, 0.15);
1808
- border-radius: 4px;
1809
- box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
1810
-
1811
- .ninja-forms-app .dropdown-menu.pull-right {
1812
- right: 0;
1813
- left: auto; }
1814
-
1815
- .ninja-forms-app .dropdown-menu .divider {
1816
- height: 1px;
1817
- margin: 9px 0;
1818
- overflow: hidden;
1819
- background-color: #e5e5e5; }
1820
-
1821
- .ninja-forms-app .dropdown-menu > li > a {
1822
- display: block;
1823
- padding: 3px 20px;
1824
- clear: both;
1825
- font-weight: normal;
1826
- line-height: 1.42857143;
1827
- color: #333;
1828
- white-space: nowrap; }
1829
-
1830
- .ninja-forms-app .dropdown-menu > li > a:hover,
1831
- .ninja-forms-app .dropdown-menu > li > a:focus {
1832
- color: #262626;
1833
- text-decoration: none;
1834
- background-color: #f5f5f5; }
1835
-
1836
- .ninja-forms-app .dropdown-menu > .active > a,
1837
- .ninja-forms-app .dropdown-menu > .active > a:hover,
1838
- .ninja-forms-app .dropdown-menu > .active > a:focus {
1839
- color: #fff;
1840
- text-decoration: none;
1841
- background-color: #337ab7;
1842
- outline: 0; }
1843
-
1844
- .ninja-forms-app .dropdown-menu > .disabled > a,
1845
- .ninja-forms-app .dropdown-menu > .disabled > a:hover,
1846
- .ninja-forms-app .dropdown-menu > .disabled > a:focus {
1847
- color: #777; }
1848
-
1849
- .ninja-forms-app .dropdown-menu > .disabled > a:hover,
1850
- .ninja-forms-app .dropdown-menu > .disabled > a:focus {
1851
- text-decoration: none;
1852
- cursor: not-allowed;
1853
- background-color: transparent;
1854
- background-image: none;
1855
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
1856
-
1857
- .ninja-forms-app .open > .dropdown-menu {
1858
- display: block; }
1859
-
1860
- .ninja-forms-app .open > a {
1861
- outline: 0; }
1862
-
1863
- .ninja-forms-app .dropdown-menu-right {
1864
- right: 0;
1865
- left: auto; }
1866
-
1867
- .ninja-forms-app .dropdown-menu-left {
1868
- right: auto;
1869
- left: 0; }
1870
-
1871
- .ninja-forms-app .dropdown-header {
1872
- display: block;
1873
- padding: 3px 20px;
1874
- font-size: 12px;
1875
- line-height: 1.42857143;
1876
- color: #777;
1877
- white-space: nowrap; }
1878
-
1879
- .ninja-forms-app .dropdown-backdrop {
1880
- position: fixed;
1881
- top: 0;
1882
- right: 0;
1883
- bottom: 0;
1884
- left: 0;
1885
- z-index: 990; }
1886
-
1887
- .ninja-forms-app .pull-right > .dropdown-menu {
1888
- right: 0;
1889
- left: auto; }
1890
-
1891
- .ninja-forms-app .dropup .caret,
1892
- .ninja-forms-app .navbar-fixed-bottom .dropdown .caret {
1893
- content: "";
1894
- border-top: 0;
1895
- border-bottom: 4px dashed;
1896
- border-bottom: 4px solid \9; }
1897
-
1898
- .ninja-forms-app .dropup .dropdown-menu,
1899
- .ninja-forms-app .navbar-fixed-bottom .dropdown .dropdown-menu {
1900
- top: auto;
1901
- bottom: 100%;
1902
- margin-bottom: 2px; }
1903
-
1904
- @media (min-width: 768px) {
1905
- .ninja-forms-app .navbar-right .dropdown-menu {
1906
- right: 0;
1907
- left: auto; }
1908
- .ninja-forms-app .navbar-right .dropdown-menu-left {
1909
- right: auto;
1910
- left: 0; } }
1911
-
1912
- .ninja-forms-app .btn-group-justified > .btn-group .dropdown-menu {
1913
- left: auto; }
1914
-
1915
- .ninja-forms-app .nav-tabs.nav-justified > .dropdown .dropdown-menu {
1916
- top: auto;
1917
- left: auto; }
1918
-
1919
- .ninja-forms-app .nav-justified > .dropdown .dropdown-menu {
1920
- top: auto;
1921
- left: auto; }
1922
-
1923
- .ninja-forms-app .nav-tabs .dropdown-menu {
1924
- margin-top: -1px;
1925
- border-top-left-radius: 0;
1926
- border-top-right-radius: 0; }
1927
-
1928
- @media (max-width: 767px) {
1929
- .ninja-forms-app .navbar-nav .open .dropdown-menu {
1930
- position: static;
1931
- float: none;
1932
- width: auto;
1933
- margin-top: 0;
1934
- background-color: transparent;
1935
- border: 0;
1936
- box-shadow: none; }
1937
- .ninja-forms-app .navbar-nav .open .dropdown-menu > li > a,
1938
- .ninja-forms-app .navbar-nav .open .dropdown-menu .dropdown-header {
1939
- padding: 5px 15px 5px 25px; }
1940
- .ninja-forms-app .navbar-nav .open .dropdown-menu > li > a {
1941
- line-height: 20px; }
1942
- .ninja-forms-app .navbar-nav .open .dropdown-menu > li > a:hover,
1943
- .ninja-forms-app .navbar-nav .open .dropdown-menu > li > a:focus {
1944
- background-image: none; } }
1945
-
1946
- .ninja-forms-app .navbar-nav > li > .dropdown-menu {
1947
- margin-top: 0;
1948
- border-top-left-radius: 0;
1949
- border-top-right-radius: 0; }
1950
-
1951
- .ninja-forms-app .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
1952
- margin-bottom: 0;
1953
- border-top-left-radius: 4px;
1954
- border-top-right-radius: 4px;
1955
- border-bottom-right-radius: 0;
1956
- border-bottom-left-radius: 0; }
1957
-
1958
- @media (max-width: 767px) {
1959
- .ninja-forms-app .navbar-default .navbar-nav .open .dropdown-menu > li > a {
1960
- color: #777; }
1961
- .ninja-forms-app .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
1962
- .ninja-forms-app .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
1963
- color: #333;
1964
- background-color: transparent; }
1965
- .ninja-forms-app .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
1966
- .ninja-forms-app .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
1967
- .ninja-forms-app .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
1968
- color: #555;
1969
- background-color: #e7e7e7; }
1970
- .ninja-forms-app .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
1971
- .ninja-forms-app .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
1972
- .ninja-forms-app .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
1973
- color: #ccc;
1974
- background-color: transparent; } }
1975
-
1976
- @media (max-width: 767px) {
1977
- .ninja-forms-app .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
1978
- border-color: #080808; }
1979
- .ninja-forms-app .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
1980
- background-color: #080808; }
1981
- .ninja-forms-app .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
1982
- color: #9d9d9d; }
1983
- .ninja-forms-app .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
1984
- .ninja-forms-app .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
1985
- color: #fff;
1986
- background-color: transparent; }
1987
- .ninja-forms-app .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
1988
- .ninja-forms-app .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
1989
- .ninja-forms-app .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
1990
- color: #fff;
1991
- background-color: #080808; }
1992
- .ninja-forms-app .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
1993
- .ninja-forms-app .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
1994
- .ninja-forms-app .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
1995
- color: #444;
1996
- background-color: transparent; } }
1997
-
1998
- /*
1999
- WP Color Picker (Iris) Styles
2000
- ---------------------------------------------*/
2001
- .ninja-forms-app #wpcontent .wp-picker-holder {
2002
- position: absolute;
2003
- z-index: 9001; }
2004
-
2005
- .ninja-forms-app #wpcontent .wp-picker-holder * {
2006
- box-sizing: content-box; }
2007
-
2008
- .wp-picker-container {
2009
- width: 100%; }
2010
-
2011
- .wp-color-result,
2012
- .wp-picker-input-wrap {
2013
- margin-top: 5px; }
2014
-
2015
- .wp-color-result {
2016
- border: 0;
2017
- box-shadow: none;
2018
- margin: 5px 0 0;
2019
- height: 41px;
2020
- width: 100%;
2021
- padding-left: 60px; }
2022
-
2023
- .wp-color-result:after {
2024
- font-size: 16px;
2025
- line-height: 41px; }
2026
-
2027
- .wp-color-result.wp-picker-open {
2028
- display: none; }
2029
-
2030
- .wp-color-picker,
2031
- .wp-picker-input-wrap {
2032
- width: 100% !important; }
2033
-
2034
- .wp-picker-input-wrap > .button.wp-picker-default {
2035
- display: none; }
2036
-
2037
- @keyframes color_change {
2038
- from {
2039
- background-color: #1EA9EA;
2040
- color: #fff; }
2041
- to {
2042
- background-color: #3B454D;
2043
- color: #A2A5A8; } }
2044
-
2045
- .nf-item.clicked {
2046
- animation-name: color_change;
2047
- animation-duration: 2s;
2048
- animation-iteration-count: 1;
2049
- animation-direction: alternate; }
2050
-
2051
- @media only screen and (max-width: 1400px) {
2052
- .nf-field-type-button {
2053
- width: 50%; } }
2054
-
2055
- @media only screen and (max-width: 1065px) {
2056
- .nf-app-menu .preview .app-menu-text {
2057
- text-indent: -9999px;
2058
- display: inline-block;
2059
- width: 0; }
2060
- .nf-drawer-opened .nf-actions-table th:nth-child(3), .nf-drawer-opened .nf-actions-table td:nth-child(3) {
2061
- display: none; } }
2062
-
2063
- @media only screen and (max-width: 900px) {
2064
- #nf-header ul {
2065
- display: none; }
2066
- #nf-header .nf-button.primary {
2067
- display: none; }
2068
- .nf-mobile-menu {
2069
- display: inline-block; }
2070
- #nf-app-sub-header h2 {
2071
- padding-left: 0;
2072
- transition: all 1.0s ease 0s; }
2073
- .nf-add-new.nf-open-drawer {
2074
- position: fixed;
2075
- text-indent: -9999px;
2076
- height: 54px;
2077
- width: 54px;
2078
- top: auto;
2079
- left: auto;
2080
- bottom: 20px;
2081
- right: 20px; }
2082
- .nf-add-new.nf-open-drawer:after {
2083
- background: #84CC1E;
2084
- border: 2px solid #84CC1E;
2085
- border-radius: 40px;
2086
- color: #fff;
2087
- content: "+";
2088
- font-size: 50px;
2089
- padding: 8px;
2090
- position: absolute;
2091
- left: 0;
2092
- width: 28px;
2093
- height: 28px;
2094
- line-height: 24px;
2095
- text-indent: 0px; }
2096
- #nf-main-header .nf-button {
2097
- display: none; }
2098
- .nf-one-half, .nf-one-third {
2099
- float: none;
2100
- width: 100%; }
2101
- .nf-drawer-expand .nf-one-half {
2102
- float: left;
2103
- width: 50%; }
2104
- .nf-drawer-expand .nf-on-third {
2105
- float: left;
2106
- width: 33%; }
2107
- #nf-app-form-title {
2108
- margin-top: -55px; }
2109
- #nf-main {
2110
- top: 120px; }
2111
- #nf-table-display .nf-item-controls {
2112
- width: auto; } }
2113
-
2114
- @media only screen and (max-width: 1023px) {
2115
- .ninja-forms-app.folded #wpcontent {
2116
- margin-left: 36px;
2117
- padding: 0;
2118
- position: absolute;
2119
- top: 0;
2120
- left: 0;
2121
- bottom: 0;
2122
- right: 0; }
2123
- .ninja-forms-app.folded #wpcontent #wpbody {
2124
- left: 0; }
2125
- .nf-setting-wrap {
2126
- width: 50%; }
2127
- #nf-drawer {
2128
- width: 100%; }
2129
- .nf-drawer-opened #nf-main {
2130
- width: 100%; }
2131
- .nf-drawer-opened .nf-setting-wrap {
2132
- width: 50%; }
2133
- .nf-drawer-closed .nf-setting-wrap {
2134
- width: 50%; }
2135
- .nf-toggle-drawer {
2136
- display: none; } }
2137
-
2138
- @media only screen and (max-width: 960px) {
2139
- .ninja-forms-app.auto-fold #wpcontent {
2140
- margin-left: 36px;
2141
- padding: 0;
2142
- position: absolute;
2143
- top: 0;
2144
- left: 0;
2145
- bottom: 0;
2146
- right: 0; }
2147
- .ninja-forms-app.auto-fold #wpcontent #wpbody {
2148
- left: 0; }
2149
- .nf-drawer-opened .nf-toggle-drawer {
2150
- display: none; } }
2151
-
2152
- @media only screen and (max-width: 782px) {
2153
- .ninja-forms-app.folded #wpcontent, .ninja-forms-app.auto-fold #wpcontent {
2154
- margin-left: 0; }
2155
- #nf-builder {
2156
- padding: 80px 20px 10px; }
2157
- #nf-builder .nf-cta-bubble {
2158
- display: none !important; }
2159
- #nf-main {
2160
- padding: 20px 0 80px; }
2161
- #nf-drawer {
2162
- padding: 20px; }
2163
- #nf-main-content {
2164
- width: 100%;
2165
- max-width: 100%; }
2166
- #nf-main {
2167
- border: 0; } }
2168
-
2169
- @media only screen and (max-width: 660px) {
2170
- .nf-one-half, .nf-one-third {
2171
- width: 100%; }
2172
- .nf-actions-table td:nth-child(3), .nf-actions-table th:nth-child(3) {
2173
- display: none; }
2174
- .nf-drawer-buttons {
2175
- display: block; }
2176
- .nf-item {
2177
- padding: 15px; }
2178
- .nf-item .fa {
2179
- padding: 14px;
2180
- width: 48px; }
2181
- .nf-saved .nf-item::after {
2182
- padding: 14px; } }
2183
-
2184
- #nf-app-admin-header {
2185
- background: #EBEDEE;
2186
- height: 60px;
2187
- position: absolute;
2188
- top: 0;
2189
- left: 0;
2190
- right: 0; }
2191
- #nf-app-admin-header .fa-times {
2192
- background: #424242;
2193
- color: #fff;
2194
- font-size: 30px;
2195
- position: absolute;
2196
- text-align: center;
2197
- text-decoration: none;
2198
- line-height: 56px;
2199
- right: 0;
2200
- height: 60px;
2201
- width: 60px; }
2202
- #nf-app-admin-header #nf-logo {
2203
- background-image: url("../img/ninja-forms-app-header-logo@2x.png");
2204
- background-size: 130px 50px;
2205
- background-position: center bottom;
2206
- background-repeat: no-repeat;
2207
- float: left;
2208
- width: 160px;
2209
- height: 60px;
2210
- opacity: 1.0;
2211
- filter: alpha(opacity=100);
2212
- transition: all 1.0s ease; }
2213
- #nf-app-admin-header .nf-cta-bubble {
2214
- background: #1EA9EA;
2215
- border: 1px solid #1EA9EA;
2216
- border-radius: 6px;
2217
- color: #fff;
2218
- display: block;
2219
- float: left;
2220
- font-size: 14px;
2221
- margin: 6px 0 0 20px;
2222
- padding: 5px 10px;
2223
- position: relative;
2224
- text-decoration: none;
2225
- width: 360px; }
2226
- #nf-app-admin-header .nf-cta-bubble::after {
2227
- display: block;
2228
- content: "";
2229
- width: 0;
2230
- height: 0;
2231
- border-top: 10px solid transparent;
2232
- border-bottom: 10px solid transparent;
2233
- border-right: 10px solid #1EA9EA;
2234
- position: absolute;
2235
- left: -10px;
2236
- top: 13px; }
2237
- #nf-app-admin-header .nf-cta-bubble:hover {
2238
- background: #fff;
2239
- color: #1EA9EA; }
2240
-
2241
- .scrollWrap {
2242
- overflow: hidden;
2243
- height: 100%;
2244
- position: relative;
2245
- z-index: 1; }
2246
-
2247
- .scrollContent {
2248
- height: 100%;
2249
- width: 100%;
2250
- padding: 0 32px 0 0;
2251
- position: relative;
2252
- right: -18px;
2253
- overflow: auto;
2254
- box-sizing: border-box; }
2255
-
2256
- .fakeScrollBar {
2257
- position: absolute;
2258
- background: rgba(255, 255, 255, 0.5);
2259
- width: 9px;
2260
- border-radius: 4px;
2261
- right: -15px;
2262
- top: 0;
2263
- z-index: 0;
2264
- cursor: -webkit-grab; }
2265
-
2266
- .fakeScroll:hover .fakeScrollBar.fakescroll-grabbed {
2267
- cursor: -webkit-grabbing;
2268
- background: #FFF; }
2269
-
2270
- body.fakescroll-grabbed {
2271
- cursor: -webkit-grabbing; }
2272
-
2273
- .rtl.ninja-forms-app #wpcontent {
2274
- margin-right: 140px; }
2275
- .rtl.ninja-forms-app #wpcontent #wpbody {
2276
- right: 160px;
2277
- left: 0; }
2278
-
2279
- .rtl.ninja-forms-app.folded #wpcontent {
2280
- margin-right: 16px; }
2281
- .rtl.ninja-forms-app.folded #wpcontent #wpbody {
2282
- right: 36px;
2283
- left: 0; }
2284
-
2285
- .rtl #nf-app-admin-header #nf-logo {
2286
- float: right; }
2287
-
2288
- .rtl #nf-app-admin-header .fa-times {
2289
- right: auto;
2290
- left: 0; }
2291
-
2292
- .rtl .nf-app-buttons {
2293
- float: left; }
2294
-
2295
- .rtl #nf-app-header .nf-app-menu li {
2296
- float: right; }
2297
- .rtl #nf-app-header .nf-app-menu li a.preview .dashicons {
2298
- margin-right: 10px; }
2299
-
2300
- .rtl .nf-master-control {
2301
- right: auto;
2302
- left: 30px; }
2303
- .rtl .nf-master-control .fa {
2304
- margin: 15px 16px 0 0; }
2305
-
2306
- .rtl input[type=submit] {
2307
- float: left; }
2308
-
2309
- .rtl .nf-cancel {
2310
- float: left;
2311
- margin-left: 20px; }
2312
-
2313
- .rtl .nf-add-new {
2314
- margin: 0;
2315
- padding: 0; }
2316
- .rtl .nf-add-new:after {
2317
- right: 0;
2318
- left: auto;
2319
- line-height: 14px; }
2320
-
2321
- .rtl #nf-main {
2322
- right: 0;
2323
- left: auto; }
2324
-
2325
- .rtl #nf-main-header .nf-button {
2326
- float: left; }
2327
-
2328
- .rtl .nf-field-label {
2329
- margin-left: 0;
2330
- margin-right: 16px; }
2331
-
2332
- .rtl .nf-item-controls {
2333
- right: auto;
2334
- left: 0; }
2335
- .rtl .nf-item-controls .nf-item-control {
2336
- right: auto;
2337
- left: 0; }
2338
- .rtl .nf-item-controls:hover .nf-item-duplicate {
2339
- right: auto;
2340
- left: 80px; }
2341
- .rtl .nf-item-controls:hover .nf-item-delete {
2342
- right: auto;
2343
- left: 40px; }
2344
-
2345
- .rtl #nf-drawer {
2346
- right: auto;
2347
- left: -1400px; }
2348
- .rtl #nf-drawer.nf-drawer-expand {
2349
- width: 100%; }
2350
-
2351
- .rtl .nf-drawer-header h2 {
2352
- float: right; }
2353
- .rtl .nf-drawer-header h2 .dashicons {
2354
- margin-left: 10px; }
2355
-
2356
- .rtl .nf-drawer-header .nf-button {
2357
- float: left; }
2358
-
2359
- .rtl .nf-search input[type=search] {
2360
- padding: 12px 50px 12px 0; }
2361
-
2362
- .rtl .nf-search::before {
2363
- right: 10px;
2364
- left: 0; }
2365
-
2366
- .rtl .nf-drawer-opened #nf-drawer {
2367
- left: 0;
2368
- right: auto; }
2369
-
2370
- .rtl .nf-drawer-opened #nf-app-sub-header h2 {
2371
- padding-right: 0; }
2372
-
2373
- .rtl .nf-settings h3 .dashicons {
2374
- margin: -4px -30px 0 10px; }
2375
- .rtl .nf-settings h3 .dashicons.dashicons-arrow-right::before {
2376
- content: "\f141"; }
2377
-
2378
- .rtl .nf-item .fa {
2379
- left: auto;
2380
- right: 0; }
2381
-
2382
- .rtl .nf-one-half,
2383
- .rtl .nf-one-third,
2384
- .rtl .nf-one-fourth {
2385
- float: right; }
2386
-
2387
  /*# sourceMappingURL=builder.css.map */
1
+ html{overflow:hidden;width:100%;float:left;left:0}#wp-auth-check-wrap #wp-auth-check{z-index:1000000000000}.ninja-forms-app{height:0}.ninja-forms-app #adminmenumain,.ninja-forms-app #wpfooter{display:none}.ninja-forms-app #wpwrap{height:0;min-height:0}.ninja-forms-app #wpcontent #wpbody{font-size:16px}.ninja-forms-app #wpcontent *{box-sizing:border-box}.ninja-forms-app #wpcontent .wp-editor-tabs button{box-sizing:initial}.ninja-forms-app .grey #nf-drawer .nf-button{padding:15px 30px}.media-modal{z-index:100000000}#nf-builder{background:#fff;padding:30px 40px;overflow:hidden;padding-top:80px;position:fixed;top:0;bottom:0;left:0;right:0;z-index:10000000;box-shadow:0 5px 15px rgba(0,0,0,.7)}.product-content article>:not(img){padding-left:30px;padding-right:30px}#nf-header{height:100px;transition:margin 0.5s ease}#nf-header #nf-logo{background-image:url(../img/ninja-forms-app-header-logo.png);float:left;width:80px;height:30px;opacity:1.0;filter:alpha(opacity=100);transition:all 1.0s ease}@media (-webkit-min-device-pixel-ratio:2),(min--moz-device-pixel-ratio:2),(min-device-pixel-ratio:2),(min-resolution:2dppx),(min-resolution:192dpi){#nf-header #nf-logo{background-image:url(../img/ninja-forms-app-header-logo@2x.png);background-size:80px 30px}}#nf-header ul{display:inline-block;margin:0}#nf-header ul li{float:left}#nf-header ul li.nf-mobile-menu{display:none}#nf-header ul li a{color:#424242;display:block;margin:16px 20px;padding-bottom:8px;text-decoration:none}#nf-header ul li a.active{border-bottom:2px solid #424242}#nf-header ul li a.preview{color:#bbb;transition:all 1.0s ease}#nf-header ul li a.preview .dashicons{display:inline-block;margin-left:10px}#nf-header ul li:first-child a{margin-left:0}#nf-header ul:after{clear:both;content:"";display:block}#nf-header input[type=submit]{float:right}#nf-header .nf-cancel{float:right;margin-right:30px;padding:8px 0}#nf-header .nf-cancel .dashicons{font-size:30px}#nf-header:after{clear:both;content:"";display:block}#nf-app-header{height:50px}#nf-app-header:after{clear:both;content:"";display:block}#nf-app-sub-header{height:50px;padding:0}#nf-app-sub-header h2{display:inline-block;margin:0;padding:10px 0;transition:all 1.0s ease 0s}#nf-app-sub-header:after{clear:both;content:"";display:block}.nf-app-buttons,.nf-app-buttons .publish{float:right}#nf-app-form-title h2{margin:15px 0}#nf-main{border:4px solid #fff;width:100%;position:absolute;top:190px;overflow:auto;overflow-x:visible;bottom:0;left:0;-webkit-overflow-scrolling:touch;transition:left 0.5s ease}#nf-main .nf-field-type-button{width:400px}.nf-main-test{width:100%;transition:width 0.5s ease}#nf-main-content,#nf-main-header{margin:0 auto;max-width:860px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:0 80px;position:relative}#nf-main-header .nf-button{float:right}#nf-main-header h2{display:inline-block}#nf-main-header:after{clear:both;content:"";display:block}#the-list tr.flagged th:first-child{border-left:5px solid #ff0}#nf-main-gutter-left,#nf-main-gutter-right{position:absolute;top:0;width:80px;height:450px}#nf-main-gutter-left .fa-chevron-circle-left,#nf-main-gutter-left .fa-chevron-circle-right,#nf-main-gutter-left .fa-plus-circle,#nf-main-gutter-right .fa-chevron-circle-left,#nf-main-gutter-right .fa-chevron-circle-right,#nf-main-gutter-right .fa-plus-circle{color:#eee;font-size:86px;position:absolute;top:50%;transform:translateY(-50%)}#nf-main-gutter-left .fa-chevron-circle-left:hover,#nf-main-gutter-left .fa-chevron-circle-right:hover,#nf-main-gutter-left .fa-plus-circle:hover,#nf-main-gutter-right .fa-chevron-circle-left:hover,#nf-main-gutter-right .fa-chevron-circle-right:hover,#nf-main-gutter-right .fa-plus-circle:hover{color:#1ea9ea;cursor:pointer}#nf-main-gutter-left{left:0;padding-left:6px}#nf-main-gutter-right{right:0;padding-right:6px}.nf-fields-empty{padding:0 40px}.nf-fields-empty h3{font-size:30px;line-height:32px}.nf-fields-empty p{font-size:18px}.nf-fields-empty a{text-decoration:none}.nf-field-label{display:inline-block;margin-left:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:80%}.nf-drawer-opened .nf-field-label{width:60%}.template-box{text-decoration:none}.template-box .template-box-inside{background:#ebedee;color:#424242;min-height:160px;padding:10px;text-decoration:none;transition:all 0.2s ease-in-out 0.1s,box-shadow 0.2s ease-in-out 0.1s}.template-box .template-box-inside h4{margin:0 0 10px;min-height:35px}.template-box .template-box-inside p{font-size:12px;margin:0}.template-box:hover .template-box-inside{background:#fff;box-shadow:0 0 20px #1ea9ea;color:#1ea9ea;transition:all 0.2s ease-in-out 0.1s,box-shadow 0.2s ease-in-out 0.1s}.nf-drawer-opened .template-box{width:50%}@media only screen and (max-width:1400px){.nf-drawer-opened .template-box{width:100%}}.nf-setting-wrap{cursor:pointer;float:left;margin-bottom:30px;padding:0 2%;width:33.33%}.nf-setting-wrap:after{clear:both;content:"";display:block}.nf-setting-wrap span{background:#fff;border:1px solid #ccc;border-radius:4px;display:table-cell;height:85px;width:400px;text-align:center;vertical-align:middle}.nf-setting-wrap.active span{border:2px solid #84cc1e;font-weight:700}.nf-item-controls{height:30px;width:30px;float:right;margin:0;position:absolute;top:9px;right:10px}.nf-item-controls .nf-item-control{visibility:hidden;margin:0;opacity:0;text-align:center;width:40px;height:30px;position:absolute;right:0;transition:all 0.5s ease}.nf-item-controls .nf-item-control a{background:#fff;border:1px solid #fff;border-radius:50px;color:#1ea9ea;display:block;text-decoration:none;padding:3px;position:relative;width:32px}.nf-item-controls .nf-item-control a:hover{background:#fff;border:1px solid #1ea9ea;color:#1ea9ea}.nf-item-controls .nf-item-control .fa{font-size:18px;line-height:24px;text-align:center}.nf-item-controls .nf-item-control.nf-item-edit{opacity:100;visibility:visible;z-index:auto}.nf-item-controls:hover a{background:#1ea9ea;color:#fff}.nf-item-controls:hover .nf-item-duplicate{visibility:visible;opacity:100;right:80px;transition:all 0.5s ease}.nf-item-controls:hover .nf-item-delete{visibility:visible;opacity:100;right:40px;transition:all 0.5s ease}#nf-table-display .nf-item-controls{float:right}.nf-field-wrap{background:#fff;border:1px solid #ccc;border-radius:4px;color:#888;cursor:pointer;margin-bottom:20px;padding:15px 20px;position:relative}.nf-field-wrap.active{border:2px solid #84cc1e;color:#424242;font-weight:700}.nf-field-wrap.active .nf-item-controls{font-weight:400}.nf-field-wrap.active .nf-item-controls a{background:#fff;color:#84cc1e}.nf-field-wrap.active .nf-item-controls a:hover{border-color:#fff}.nf-field-wrap.active .nf-item-controls .nf-item-delete,.nf-field-wrap.active .nf-item-controls .nf-item-duplicate{display:none}.nf-field-wrap.active .nf-item-controls .nf-item-editing{display:inline}.nf-field-wrap.active .nf-item-controls .nf-item-edit .dashicons{margin-right:12px}.nf-field-wrap.note{background:#ffe}.nf-group-wrap{background:#fff;border:2px solid #ccc;border-radius:4px;color:#888;margin:0 -10px 20px;padding:15px 30px;position:relative}.nf-group-wrap .nf-item-controls{width:128px}.nf-group-wrap .nf-item-expand{display:inline!important}.nf-group-wrap .nf-field-wrap{margin-left:-20px;margin-right:-20px;visibility:hidden;opacity:0.0;filter:alpha(opacity=0);position:absolute;top:0;left:0;right:0}.nf-group-wrap.expanded{border-color:#84cc1e;color:#84cc1e}.nf-group-wrap.expanded .nf-item-expand .dashicons{transform:rotate(90deg)}.nf-group-wrap.expanded .nf-field-wrap{opacity:1.0;visibility:visible;filter:alpha(opacity=100);position:relative;top:0;left:0;right:0;transition:all 1.0s ease}.nf-group-wrap.expanded .nf-field-wrap:nth-child(2){margin-top:20px}.nf-group-wrap.expanded .nf-field-wrap:last-child{margin-bottom:0}.nf-group-wrap.expanded .nf-field-wrap .nf-item-controls{width:96px}.nf-group-wrap.expanded .nf-field-wrap .nf-item-controls .nf-item-expand{display:none!important}#nf-drawer{background:#ebedee;padding:40px;width:50%;position:absolute;top:0;bottom:0;right:-1400px;overflow:hidden;z-index:auto;transition:width 0.75s ease;-webkit-overflow-scrolling:touch}#nf-drawer.nf-drawer-expand{width:100%}.nf-drawer-opened .nf-main-test{width:50%;transition:all 0.50s ease}.nf-drawer-opened .nf-main-test .nf-button{display:none}.nf-drawer-opened #nf-drawer{right:0;transition:all 0.50s ease}.nf-drawer-opened #nf-drawer.nf-drawer-expand{width:100%;transition:all 0.50s ease}.nf-drawer-opened #nf-drawer.nf-drawer-expand .nf-toggle-drawer .dashicons{transform:rotate(180deg);transition:all 0.50s ease}.nf-drawer-opened #nf-drawer.nf-drawer-expand .nf-toggle-drawer .nf-expand-off{display:none}.nf-drawer-opened #nf-drawer.nf-drawer-expand .nf-toggle-drawer .nf-expand-on{display:inline}.nf-drawer-opened .preview,.nf-drawer-opened .preview.active,.nf-drawer-opened .preview:active,.nf-drawer-opened .preview:hover{opacity:0.0;visibility:hidden;filter:alpha(opacity=0);transition:all 0.50s ease}.nf-drawer-opened #nf-main-content,.nf-drawer-opened #nf-main-header{margin:0 auto;transition:all 0.50s ease}@media only screen and (min-width:901px){.nf-drawer-opened #nf-app-sub-header .nf-add-new{top:139px!important;text-indent:-99999px}}.nf-drawer-opened .nf-setting-wrap{width:50%;transition:width 0.50s ease}.nf-drawer-opened .nf-toggle-drawer{display:block}.nf-drawer-closed #nf-main{width:100%;left:0;transition:width 0.50s ease,left 0.50s ease}.nf-drawer-closed #nf-drawer{right:-1400px;transition:right 0.50s ease}.nf-drawer-closed .nf-add-new{opacity:1.0;visibility:visible;filter:alpha(opacity=100);transition:all 0.50s ease}.nf-drawer-closed .nf-setting-wrap{width:33%;transition:width 0.50s ease}.nf-drawer-closed .nf-toggle-drawer{display:none}.nf-drawer-header{margin-bottom:20px;padding:0 10px}.nf-drawer-header:after{clear:both;content:"";display:block}.nf-drawer-header h2{color:#666;float:left;font-size:20px;line-height:22px}.nf-drawer-header h2 .dashicons{margin-right:10px}.nf-drawer-header .nf-button{float:right}.nf-drawer-error{background-color:#ffbaba;border:1px solid #ffbaba;border-radius:5px;color:#d8000c;font-size:12px;margin:10px 0px;padding:10px}.nf-settings h3{color:#424242;font-size:14px;padding:10px 10px 0;text-transform:uppercase}.nf-settings h3 .dashicons{color:#bbb;font-size:28px;margin:-4px 10px 0 -30px}.nf-settings:after{clear:both;content:"";display:block}.nf-full{clear:both}.nf-full.toggle-row{border-bottom:1px solid #ccc;margin:0;position:relative}.nf-full.toggle-row:first-child{border-top:1px solid #ccc}.nf-full.toggle-row label{display:inline-block;padding:15px 60px 15px 0}.nf-full.toggle-row .nf-toggle{float:right;margin:15px 0;position:absolute;top:0;right:10px}.nf-one-half,.nf-one-third{float:left}.nf-one-half{width:50%}.nf-one-third{width:33.33%}.nf-first{clear:both;margin-left:0}.nf-full,.nf-one-half,.nf-one-third{margin-bottom:15px;padding:0 2%}.nf-full:after,.nf-one-half:after,.nf-one-third:after{clear:both;content:"";display:block}.nf-toggle-drawer{color:#aaa;cursor:pointer;display:none;float:right;margin-top:40px;text-decoration:none;padding:10px 20px;position:fixed;bottom:0;right:0}.nf-toggle-drawer .dashicons{margin-right:5px;transition:all 0.50s ease}.nf-toggle-drawer .nf-expand-off{display:inline}.nf-toggle-drawer .nf-expand-on{display:none}#nf-menu-drawer{background:#ebedee;box-shadow:inset 1px 4px 9px -6px;width:250px;position:absolute;top:0;bottom:0;right:-250px;z-index:999;transition:right 0.50s ease}#nf-menu-drawer ul{margin:0}#nf-menu-drawer ul li a{border-bottom:1px solid #ccc;color:#424242;display:block;padding:10px 20px;text-decoration:none}#nf-menu-drawer ul li a .dashicons{color:#1ea9ea;margin-right:15px}#nf-menu-drawer .nf-publish{background:#1ea9ea;color:#fff;padding:20px;text-align:center;text-transform:uppercase;cursor:pointer}#nf-menu-drawer .nf-publish.disabled{background:#ccc;border:1px solid #ccc;cursor:default}.nf-menu-expand #nf-menu-drawer{right:0;transition:right 0.50s ease}.nf-menu-expand #nf-header{margin-right:250px;margin-left:-250px;transition:margin 0.50s ease}.nf-menu-expand #nf-main{left:-250px;transition:left 0.50s ease}.nf-div-table .nf-table-row.nf-error textarea{border:1px solid red}.nf-div-table .nf-table-row.nf-error span.nf-option-error{background:red;color:#fff;display:block;padding:5px 0;width:100%}.nf-div-table .nf-table-row.nf-error span.nf-option-error div.nf-error{display:block;width:100%!important;text-align:center}.ninja-forms-app .jBox-Notice .jBox-container{background:#84cc1e;font-size:18px}.available-action-modal{padding:20px}.available-action-modal img{width:100%}.available-action-modal iframe{width:100%;height:214px}.available-action-modal p:first-of-type{font-size:16px;font-weight:700;line-height:20px;padding:16px 40px;text-align:center}.available-action-modal .actions{margin-top:30px}.available-action-modal .actions:after{display:block;clear:both;content:""}.available-action-modal .primary.nf-button{float:right}.available-action-modal ul{list-style-type:disc}.available-action-modal ul li{margin-left:20px;padding-left:10px}.nf-button{border:0;border-radius:4px;cursor:pointer;display:inline-block;font-size:17px;padding:10px 30px;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nf-button.primary{background:#1ea9ea;border:1px solid #1ea9ea;color:#fff}.nf-button.secondary{background:#fff;border:1px solid #1ea9ea;color:#1ea9ea}.nf-button.disabled{background:#ccc;border:1px solid #ccc;cursor:default}.nf-button.publish{float:right}.nf-cancel{color:#999;font-size:15px}.nf-mobile-menu{background:#1ea9ea;border-radius:4px;color:#fff;display:none;float:right;padding:5px 7px 5px 5px;text-decoration:none;transition:margin 0.5s ease}.nf-mobile-menu .dashicons{font-size:30px;width:32px;height:30px}.nf-mobile-menu:hover{color:#fff}.ninja-forms-app fieldset{border:1px solid #ccc;clear:both;display:block;margin-bottom:20px}.ninja-forms-app label{position:relative}.ninja-forms-app label:after{clear:both;content:"";display:block}.ninja-forms-app legend{margin:0 3px 10px;padding:0 10px}.ninja-forms-app .nf-setting-label,.ninja-forms-app label,.ninja-forms-app legend{color:#424242;display:block;font-size:13px;text-transform:uppercase}.ninja-forms-app .nf-setting-label .open-media-manager,.ninja-forms-app label .open-media-manager,.ninja-forms-app legend .open-media-manager{position:absolute;color:#ccc;right:15px;top:5px;text-decoration:none}.ninja-forms-app input[type=number],.ninja-forms-app input[type=text],.ninja-forms-app textarea{background:#f9f9f9;border:0;margin-top:7px;padding:12px 15px;width:100%;height:41px;text-transform:default}.ninja-forms-app textarea{height:200px}.ninja-forms-app input[type=checkbox].nf-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#f9f9f9;border:0;height:25px;width:25px;padding:2px 1px 0px!important;margin:-3px -5px}.ninja-forms-app input[type=checkbox].nf-checkbox:checked:before{content:"\f147";font:400 30px/1 dashicons}.ninja-forms-app .jBox-wrapper.import-options{padding:12px 20px 0px!important}.ninja-forms-app .jBox-wrapper.import-options.jBox-pointerPosition-top.jBox-closeButton-box:before{right:10px}.ninja-forms-app .nf-list-options{padding-bottom:20px}.ninja-forms-app .nf-list-options .nf-add-new{margin-left:20px}.ninja-forms-app .nf-list-options .nf-div-table .nf-table-row>div{display:table-cell;padding:5px}.ninja-forms-app .nf-list-options .nf-div-table .nf-table-row>div:first-child,.ninja-forms-app .nf-list-options .nf-div-table .nf-table-row>div:nth-child(6){padding:0 15px;width:20px}.ninja-forms-app .nf-list-options .nf-div-table .nf-table-row>div:nth-child(2),.ninja-forms-app .nf-list-options .nf-div-table .nf-table-row>div:nth-child(3){width:45%}.ninja-forms-app .nf-list-options .nf-div-table .nf-table-row>div:nth-child(4){min-width:100px}.ninja-forms-app .nf-list-options .nf-div-table .nf-table-row>div input{margin:0}.ninja-forms-app .nf-list-options .nf-div-table .nf-table-row.nf-table-header div{font-size:12px;padding:20px 5px 5px}.ninja-forms-app .nf-list-options .nf-div-table .nf-table-row.nf-table-header div:first-child,.ninja-forms-app .nf-list-options .nf-div-table .nf-table-row.nf-table-header div:nth-child(6){padding:0 25px}.ninja-forms-app .nf-list-options.calculations .nf-div-table .nf-table-header div:nth-child(4){display:none}.ninja-forms-app .nf-list-options.calculations .nf-div-table .nf-table-row div{vertical-align:top;position:relative}.ninja-forms-app .nf-list-options.calculations .nf-div-table .nf-table-row div:first-child,.ninja-forms-app .nf-list-options.calculations .nf-div-table .nf-table-row div:nth-child(4){padding:0 15px;width:20px;min-width:20px}.ninja-forms-app .nf-list-options.calculations .nf-div-table .nf-table-row div:nth-child(2){width:30%}.ninja-forms-app .nf-list-options.calculations .nf-div-table .nf-table-row div:nth-child(3){width:70%}.ninja-forms-app .nf-list-options.calculations .nf-div-table .nf-table-row div textarea{margin:0;height:100px;padding-right:40px}.ninja-forms-app .nf-list-options.calculations .nf-div-table .nf-table-row div .merge-tags{color:#999;position:absolute;right:15px;top:5px}.ninja-forms-app .nf-list-options.calculations .nf-div-table .nf-table-row div .dashicons{color:#999;margin-top:10px}.ninja-forms-app .nf-list-options.calculations .nf-div-table .nf-table-row .calc-left div{display:inline-block}.ninja-forms-app .nf-list-options.calculations .nf-div-table .nf-table-row .calc-left div:first-child{width:100%;padding:0px}.ninja-forms-app .nf-list-options.calculations .nf-div-table .nf-table-row .calc-left div:nth-child(2){width:60%;text-align:right;font-size:12px;float:left;padding-top:20px;padding-right:10px}.ninja-forms-app .nf-list-options.calculations .nf-div-table .nf-table-row .calc-left div:nth-child(3){width:50px;float:left;padding-top:10px}.ninja-forms-app .options{position:relative}.ninja-forms-app .options legend .nf-open-import-tooltip{background:#ebedee;color:#1ea9ea;font-size:16px;padding:6px 15px;text-decoration:none;position:absolute;right:15px;top:0}.ninja-forms-app .button-toggle{text-align:left;border:1px solid #ccc;border-radius:5px;background:#f1f1f1;margin-top:35px;padding:9px 0px;width:100%}.ninja-forms-app .button-toggle label{width:48%;display:inline-block;margin-left:1%}.ninja-forms-app .button-toggle label span{width:100%;display:inline-block;cursor:pointer;transition:background-color 0.4s}.ninja-forms-app .button-toggle label input:checked+span{background-color:#1ea9ea;border-color:#1ea9ea}.ninja-forms-app .button-toggle label input+span{background-color:#ccc;border-color:#ccc}.nf-drawer-buttons{display:none;margin:0 -20px;padding:0}.nf-drawer-buttons li{background:#424242;border-right:1px solid #f1f1f1;float:left;margin:0;padding:15px;text-align:center;width:50%}.nf-drawer-buttons li:last-child{border:0}.nf-drawer-buttons li.nf-drawer-delete{color:red}.nf-drawer-buttons li.nf-drawer-duplicate{color:#84cc1e}.nf-drawer-buttons li .dashicons{margin-right:10px}.nf-drawer-buttons:after{clear:both;content:"";display:block}.dashicons.spin{animation:dashicons-spin 1s infinite;animation-timing-function:linear}@keyframes dashicons-spin{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}.nf-search{display:inline;position:relative}.nf-search input[type=search]{background:transparent;box-shadow:0 0 0;border:0;margin-bottom:3px;padding:12px 0 12px 50px;width:60%}.nf-search:before{content:"\f179";color:#aaa;font-family:Dashicons;font-size:30px;width:30px;height:30px;position:absolute;top:4px;left:10px}.nf-stage{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.nf-stage .nf-stage-controls{background:#f8f8f9;padding:5px;position:absolute;top:-20px;right:10px}.nf-reservoir:after{clear:both;content:"";display:block}.nf-reservoir.nf-droppable-active,.nf-reservoir.nf-staged-fields-active{background:#f8f8f9;border:4px solid #f8f8f9;border-radius:4px;margin:30px 2% 20px;min-height:52px;padding:6px;transition:all 1.0s ease}.nf-reservoir .nf-item-dock{background:#fff;border-radius:4px;color:#999;display:inline-block;float:left;margin:0 4px 3px;padding:5px 10px;position:relative}.nf-reservoir .nf-item-dock .dashicons{font-size:14px;margin:2px 0 -4px 5px}.nf-reservoir .nf-item-dock .fa{margin-right:10px}.nf-item{background:#3b454d;border-radius:4px;color:#a2a5a8;font-size:14px;padding:10px;position:relative;text-align:center}.nf-item.active{background:#1ea9ea;color:#fff}.nf-item .fa{background:#30373e;border-top-left-radius:4px;border-bottom-left-radius:4px;padding:9px;position:absolute;top:0;left:0;bottom:0;width:34px;line-height:20px}.nf-saved .nf-item{position:relative}.nf-saved .nf-item:after{background:#30373e;border-top-left-radius:4px;border-bottom-left-radius:4px;content:"\f155";font-family:Dashicons;padding:9px;position:absolute;top:0;left:0;bottom:0;width:16px;height:20px}.nf-action-items .nf-item{height:100px;line-height:75px;cursor:pointer}.nf-action-items .nf-item.nf-has-img{background-position:50%;text-indent:-99999px}.nf-action-items.available .nf-item.nf-has-img{filter:grayscale(100%);opacity:0.6}.nf-action-items.available .nf-item.nf-has-img:hover{filter:grayscale(0);opacity:1.0}.nf-field-type-button{float:left;margin-bottom:15px;padding:0 2%;width:33.33%}table.nf-changes tr td{border-bottom:1px solid #ccc}table.nf-changes tr.disabled-row td{color:#bbb}table.nf-changes tr:nth-child(2n) td{background:#e5e7e8!important}table.nf-changes tr:hover td{background:#fff!important}.nf-button.undoChanges .dashicons{font-size:18px;height:18px;width:18px;margin-right:5px}.nf-setting-error{color:red;font-size:14px;padding:5px 10px}.nf-setting-error a{color:red}.nf-add-new{color:#1ea9ea;padding:0 0 0 46px;text-decoration:none;line-height:32px;position:relative;height:32px;z-index:98;text-indent:0px;overflow:hidden}.nf-add-new:after{background:#1ea9ea;border:2px solid #1ea9ea;border-radius:40px;color:#fff;content:"+";font-size:22px;padding:8px;position:absolute;left:0;width:12px;height:12px;line-height:10px;text-indent:0px;transition:all 0.5s ease 0s}.nf-add-new.active,.nf-add-new:active,.nf-add-new:hover{color:#1ea9ea;transition:width 0.5s ease 0s,height 0.5s ease 0s,text-indent 0.5s ease,top 0.5s ease,left 0.5s ease}.nf-add-new.active:after,.nf-add-new:active:after,.nf-add-new:hover:after{background:#fff;color:#1ea9ea;transform:rotate(180deg);transition:all 0.5s ease}.nf-add-new.nf-open-drawer{position:absolute;top:185px;left:40px}.nf-add-new.disabled{display:none}.nf-master-control{background:#1ea9ea;border:2px solid #1ea9ea;border-radius:40px;cursor:pointer;position:absolute;height:60px;width:60px;top:auto;left:auto;bottom:20px;right:30px;transition:all 0.5s ease;z-index:98}.nf-master-control span{display:block;text-indent:-9999px}.nf-master-control .fa{color:#fff;cursor:pointer;font-size:28px;line-height:28px;margin:15px 0 0 16px;transition:all 0.5s ease}.nf-master-control.active,.nf-master-control:active,.nf-master-control:hover{background:#fff;color:#1ea9ea;transition:all 0.5s ease}.nf-master-control.active .fa,.nf-master-control:active .fa,.nf-master-control:hover .fa{color:#1ea9ea;margin:12px 0 0 16px;transform:rotate(180deg);transition:all 0.5s ease}input[type=checkbox].nf-toggle{display:none}input[type=checkbox].nf-toggle+label{text-indent:-99999px;background:transparent;border:0;box-shadow:0 0 0;display:block;margin:19px 5px 11px;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;width:40px;height:20px;cursor:pointer}input[type=checkbox].nf-toggle+label:after{background:#bcbdbf;border:2px solid #bcbdbf;border-radius:20px;content:"";position:absolute;top:-4px;left:-4px;width:40px;height:20px;transition:all 0.3s ease}input[type=checkbox].nf-toggle+label:before{background:#fff;border-radius:20px;content:"";position:absolute;top:-1px;left:0;width:18px;height:18px;z-index:99;transition:all 0.3s ease}input[type=checkbox].nf-toggle:checked+label:after{background:#84cc1e;border:2px solid #84cc1e;transition:all 0.3s ease}input[type=checkbox].nf-toggle:checked+label:before{content:"";left:18px;transition:all 0.3s ease}.nf-full{position:relative}.nf-full input[type=checkbox].nf-toggle+label{margin:-18px 0 0;padding:12px 0 20px;position:absolute;top:24px;right:10px}.nf-full input[type=checkbox].nf-toggle+label:before{left:auto;right:22px;transition:right 0.3s ease}.nf-full input[type=checkbox].nf-toggle+label:after{left:auto;right:0}.nf-full input[type=checkbox].nf-toggle:checked+label:before{left:auto;right:4px;transition:right 0.3s ease}.nf-full .nf-setting-label{border-bottom:1px solid #ccc;padding:5px 0 20px}.ninja-forms-app .nf-select{display:block;position:relative}.ninja-forms-app .nf-select select{background:transparent;border:0;margin-top:7px;height:41px!important;padding:0 30px 0 15px;position:relative;width:100%;text-transform:capitalize;-webkit-appearance:none;-moz-appearance:none;appearance:none;z-index:2}.ninja-forms-app .nf-select div{background:#f9f9f9;height:41px;position:absolute;bottom:1px;width:100%;z-index:1}.ninja-forms-app .nf-select div:after{color:#666;content:"\f347";font-family:Dashicons;font-size:20px;position:absolute;width:30px;height:30px;right:5px;bottom:0}.ninja-forms-app div.nf-select div{bottom:7px;width:95%}.ninja-forms-app div.nf-select select{margin-top:0}.nf-actions-table,.nf-table-display{border-collapse:collapse;width:100%}.nf-actions-table td,.nf-actions-table th,.nf-table-display td,.nf-table-display th{border-bottom:1px solid #ecedee;font-size:14px;padding:15px;vertical-align:top;position:relative}.nf-actions-table th,.nf-table-display th{color:#666;text-align:left;text-transform:uppercase}.nf-actions-table td,.nf-table-display td{color:#676f75;position:relative}.nf-actions-table td:nth-child(2),.nf-table-display td:nth-child(2){width:90%}.nf-actions-table .deactivated td,.nf-table-display .deactivated td{color:#bcbdbf}.nf-actions-table .deactivated td a,.nf-table-display .deactivated td a{color:#ddd}.nf-actions-table input[type=checkbox].nf-toggle+label,.nf-table-display input[type=checkbox].nf-toggle+label{z-index:0;margin:2px 0 0}.nf-actions-table .active td,.nf-table-display .active td{color:#84cc1e;font-weight:700}.nf-actions-table .active .nf-item-controls,.nf-table-display .active .nf-item-controls{font-weight:400;float:right}.nf-actions-table .active .nf-item-controls a,.nf-table-display .active .nf-item-controls a{color:#84cc1e}.nf-actions-table .active .nf-item-controls .nf-item-delete,.nf-actions-table .active .nf-item-controls .nf-item-duplicate,.nf-table-display .active .nf-item-controls .nf-item-delete,.nf-table-display .active .nf-item-controls .nf-item-duplicate{display:none}.nf-actions-table .active .nf-item-controls .nf-item-editing,.nf-table-display .active .nf-item-controls .nf-item-editing{display:inline!important}.nf-actions-table .active .nf-item-controls .nf-item-edit .dashicons,.nf-table-display .active .nf-item-controls .nf-item-edit .dashicons{margin-right:12px}.ui-droppable{border:4px solid #fff}.nf-actions-empty thead{display:none}.nf-actions-empty td{border:4px solid #fff!important;display:block;padding:40px 20%!important;white-space:normal!important}.nf-actions-empty h3{font-size:30px}.nf-actions-empty p{font-size:18px}.nf-actions-table td{cursor:pointer}.nf-actions-table .nf-item-controls{top:12px}.ps-container{-ms-touch-action:none;overflow:hidden!important}.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block}.ps-container.ps-in-scrolling{pointer-events:none}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:0.9}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:0.9}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;border-radius:4px;opacity:0;transition:background-color 0.2s linear,opacity 0.2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;border-radius:4px;transition:background-color 0.2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;border-radius:4px;opacity:0;transition:background-color 0.2s linear,opacity 0.2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;border-radius:4px;transition:background-color 0.2s linear;right:0;width:8px}.ps-container:hover.ps-in-scrolling{pointer-events:none}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:0.9}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:0.9}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:0.6}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:0.9}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:0.9}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}#nf-drawer.ps-container,#nf-main.ps-container{overflow:auto!important;overflow-y:hidden!important}.ui-draggable-dragging .nf-item,.ui-sortable-helper.nf-field-wrap{box-shadow:3px 3px 5px rgba(0,0,0,.4)}.ui-draggable-handle{cursor:pointer}.ui-draggable-dragging{z-index:99}#nf-builder .nf-droppable-active{border:4px solid #1ea9ea;transition:all 1.0s ease}#nf-builder .nf-droppable-hover{border:4px solid #84cc1e;transition:all 1.0s ease}.nf-fields-sortable{border:4px solid #fff;padding:25px 15px 6px}.nf-fields-sortable .hidden{display:block!important}.nf-fields-sortable-placeholder{margin-top:-14px;margin-bottom:6px;border:4px solid #84cc1e}.nf-staged-fields-drag{position:relative;display:block;height:80px}.nf-staged-fields-drag:after{clear:both;content:"";display:block}.nf-staged-fields-drag .nf-staged-fields-drag-wrap{position:absolute;width:500px}.nf-staged-fields-drag #drag-item-1,.nf-staged-fields-drag #drag-item-2,.nf-staged-fields-drag #drag-item-3{box-shadow:3px 3px 5px rgba(0,0,0,.4)}.nf-staged-fields-drag #drag-item-1{bottom:0px;left:0px;z-index:3}.nf-staged-fields-drag #drag-item-2{bottom:5px;left:5px;z-index:2}.nf-staged-fields-drag #drag-item-3{bottom:10px;left:10px;z-index:1}.nf-staged-fields-drag-wrap{background:#fff;border:1px solid #ccc;border-radius:4px;color:#888;cursor:pointer;margin-bottom:20px;padding:15px 20px}.nf-staged-fields-drag-wrap.active{border:2px solid #84cc1e;color:#424242;font-weight:700}.nf-staged-fields-drag-wrap.active .nf-item-controls{font-weight:400}.nf-staged-fields-drag-wrap.active .nf-item-controls a{color:#424242}.nf-staged-fields-drag-wrap.active .nf-item-controls .nf-item-delete,.nf-staged-fields-drag-wrap.active .nf-item-controls .nf-item-duplicate{display:none}.nf-staged-fields-drag-wrap.active .nf-item-controls .nf-item-editing{display:inline}.nf-staged-fields-drag-wrap.active .nf-item-controls .nf-item-edit .dashicons{margin-right:12px}.nf-staged-fields-sortable-placeholder{float:left;height:28px;border-right:8px solid #84cc1e;margin-right:-4px;margin-left:-4px}.nf-list-options-sortable-placeholder{border:4px solid #84cc1e;height:8px!important;margin:-4px 0}.nf-fields-empty-droppable{border:4px solid #fff}.nf-fields-empty-droppable:after{clear:both;content:"";display:block}.nf-settings .toggle{cursor:pointer}.nf-loading{background:#1ea9ea;border-radius:4px;width:40px;margin:0 auto;position:relative}.nf-loading ul{list-style:none;margin:0;padding:0;position:relative;top:-10px;left:0;font-size:0}.nf-loading ul li{height:0;position:absolute;top:50%;left:0;width:0;margin:0;height:10px;width:10px;border:3px solid #fff;border-radius:100%;transform:transformZ(0);animation:LOADING 2s infinite}.nf-loading ul li:nth-child(1n){left:0;animation-delay:0s}.nf-loading ul li:nth-child(2n){left:15px;animation-delay:0.2s}.nf-loading ul li:nth-child(3n){left:30px;animation-delay:0.4s}@keyframes LOADING{0%{transform:scale(0.5);background:#fff}50%{transform:scale(1);background:#fff}to{transform:scale(0.5);background:#fff}}.nf-help-text{display:none}.ninja-forms-app .nf-help{color:#ccc;margin-left:5px;text-decoration:none}.ninja-forms-app .nf-help .dashicons{font-size:16px;height:16px;width:16px}.ninja-forms-app .qtip-default{background-color:#424242;border:1px solid #424242;border-radius:4px;box-shadow:0 5px 6px rgba(0,0,0,.3);color:#fff;font-size:14px;line-height:18px;padding:10px}.ninja-forms-app .qtip-default:after{content:"";position:absolute;left:143px;bottom:-12px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:12px solid #424242}.has-merge-tags{position:relative}.has-merge-tags input[type=text],.has-merge-tags textarea{padding-right:40px}.has-merge-tags.rte{display:block}.has-merge-tags.rte .wp-editor-tabs{margin-right:40px}.has-merge-tags.rte .merge-tags{color:#999;z-index:100;top:26px}.has-merge-tags .merge-tags{color:#ccc;pointer:cursor;position:absolute}.has-merge-tags .nf-list-options input[type=text]+.merge-tags{top:12px}div.has-merge-tags .merge-tags{top:16px;right:12px}label.has-merge-tags .merge-tags{top:33px;right:12px}.nf-list-options label.has-merge-tags .merge-tags{top:12px}.jBox-Tooltip{z-index:100000000!important}.jBox-TooltipBorder .jBox-container{border-radius:5px;border:2px solid #1ea9ea}.jBox-TooltipBorder .jBox-container h4{background:#f1f1f1;padding:5px;margin:0 0 5px}.jBox-TooltipBorder .jBox-container ul{margin:0}.jBox-TooltipBorder .jBox-container ul li a{color:#1ea9ea;margin:0;padding:0 5px;display:block;text-decoration:none}.jBox-TooltipBorder .jBox-container ul a.active{background:#f1f1f1}.jBox-TooltipBorder .jBox-pointer:after{border:2px solid #1ea9ea}.jBox-TooltipBorder .jBox-pointer-bottom,.jBox-TooltipBorder .jBox-pointer-top{width:34px;height:12px}.jBox-TooltipBorder .jBox-pointer-left,.jBox-TooltipBorder .jBox-pointer-right{width:12px;height:34px}.jBox-TooltipBorder.jBox-closeButton-box:before{width:28px;height:28px;background:#1ea9ea}#merge-tags-box{display:none;background-color:#dbdddd;max-height:360px;z-index:1001;position:absolute;top:-1px;left:12px;right:10px}#merge-tags-box .merge-tag-container{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}#merge-tags-box .merge-tag-list,#merge-tags-box .merge-tag-sections{float:left;font-size:14px;background-color:#fff;height:300px;overflow-y:auto}#merge-tags-box .merge-tag-sections{background-color:#dbdddd}#merge-tags-box .merge-tag-sections ul{margin:0}#merge-tags-box .merge-tag-sections ul li{background:#dbdddd;border-bottom:1px solid #fff;cursor:pointer;font-size:14px;margin:0;padding:8px 26px 8px 16px}#merge-tags-box .merge-tag-sections ul li:hover{background:#f6f6f6}#merge-tags-box .merge-tag-sections ul li.active{position:relative}#merge-tags-box .merge-tag-sections ul li.active:after{clear:both;content:"";display:block;width:0;height:0;border-top:17px solid transparent;border-bottom:17px solid transparent;border-right:24px solid #fff;position:absolute;top:0;right:0}#merge-tags-box .merge-tag-sections ul li:hover{color:#1ea9ea}#merge-tags-box .merge-tag-list{-ms-flex-positive:1;flex-grow:1;padding-top:10px}#merge-tags-box .merge-tag-list div div{line-height:22px}#merge-tags-box .merge-tag-list:hover li{color:#000!important}#merge-tags-box .merge-tag-list:hover li:hover{color:#1ea9ea!important}#merge-tags-box .merge-tag-list ul{margin:0}#merge-tags-box .merge-tag-list li{cursor:pointer;margin-bottom:0}#merge-tags-box .merge-tag-list li span{padding:4px 16px;display:block}#merge-tags-box .merge-tag-list li span small{font-family:Courier New,Courier,monospace,sans-serif}#merge-tags-box .merge-tag-list li:first-of-type{color:#1ea9ea}#merge-tags-box .merge-tag-filter{border-bottom:2px solid #dbdddd;margin:3px 10px 10px;clear:both}.merge-tag-focus{position:relative;z-index:1000}.merge-tag-focus-overlay:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.5);z-index:100}.merge-tag-focus-overlay.note-editor:before{z-index:0}#merge-tags-box.one-half--first{width:538px;left:12px}#merge-tags-box.one-half--second{width:538px;right:10px;left:auto}.setting+.merge-tags{color:hsla(0,0%,80%,.3)}.merge-tag-focus-overlay .merge-tags,.setting:focus+.merge-tags{color:#ccc}.merge-tag-focus-overlay .merge-tags{z-index:1000}.note-popover{display:none!important}.ninja-forms-app .note-editor{border:0!important}.ninja-forms-app .note-editor .note-toolbar:after{clear:both;content:"";display:block}.ninja-forms-app .note-editor .note-editable{background:#f9f9f9;display:block}.ninja-forms-app .note-editor .note-editable p{font-size:16px}.ninja-forms-app .note-editor .note-editable ul{list-style-type:disc;margin-left:2em}.ninja-forms-app .note-editor .note-editable table td{border:1px solid #ccc;width:auto}.ninja-forms-app .note-editor .modal{display:none}.ninja-forms-app .note-editor .btn-group{float:left}.ninja-forms-app .note-editor .btn-group.note-tools{float:right}.ninja-forms-app .note-editor .btn{background:#f9f9f9;border:0;border-radius:4px;color:#666;cursor:pointer;margin-right:2px;padding-top:4px}.ninja-forms-app .note-editor .btn.disabled{background:transparent;color:#aaa}.ninja-forms-app .note-editor .btn.disabled .merge-tags{background:#f9f9f9;color:#666}.ninja-forms-app .tooltip{position:absolute;z-index:1070;display:block;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.ninja-forms-app .tooltip.in{filter:alpha(opacity=90);opacity:.9}.ninja-forms-app .tooltip.top{padding:5px 0;margin-top:-3px}.ninja-forms-app .tooltip.right{padding:0 5px;margin-left:3px}.ninja-forms-app .tooltip.bottom{padding:5px 0;margin-top:3px}.ninja-forms-app .tooltip.left{padding:0 5px;margin-left:-3px}.ninja-forms-app .tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.ninja-forms-app .tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.ninja-forms-app .tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.ninja-forms-app .tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.ninja-forms-app .tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.ninja-forms-app .tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.ninja-forms-app .tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.ninja-forms-app .tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.ninja-forms-app .tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.ninja-forms-app .tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.ninja-forms-app .dropdown-menu{position:absolute;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175)}.ninja-forms-app .dropdown-menu.pull-right{right:0;left:auto}.ninja-forms-app .dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.ninja-forms-app .dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.ninja-forms-app .dropdown-menu>li>a:focus,.ninja-forms-app .dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.ninja-forms-app .dropdown-menu>.active>a,.ninja-forms-app .dropdown-menu>.active>a:focus,.ninja-forms-app .dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.ninja-forms-app .dropdown-menu>.disabled>a,.ninja-forms-app .dropdown-menu>.disabled>a:focus,.ninja-forms-app .dropdown-menu>.disabled>a:hover{color:#777}.ninja-forms-app .dropdown-menu>.disabled>a:focus,.ninja-forms-app .dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.ninja-forms-app .open>.dropdown-menu{display:block}.ninja-forms-app .open>a{outline:0}.ninja-forms-app .dropdown-menu-right{right:0;left:auto}.ninja-forms-app .dropdown-menu-left{right:auto;left:0}.ninja-forms-app .dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.ninja-forms-app .dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.ninja-forms-app .pull-right>.dropdown-menu{right:0;left:auto}.ninja-forms-app .dropup .caret,.ninja-forms-app .navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.ninja-forms-app .dropup .dropdown-menu,.ninja-forms-app .navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.ninja-forms-app .navbar-right .dropdown-menu{right:0;left:auto}.ninja-forms-app .navbar-right .dropdown-menu-left{right:auto;left:0}}.ninja-forms-app .btn-group-justified>.btn-group .dropdown-menu{left:auto}.ninja-forms-app .nav-justified>.dropdown .dropdown-menu,.ninja-forms-app .nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}.ninja-forms-app .nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}@media (max-width:767px){.ninja-forms-app .navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.ninja-forms-app .navbar-nav .open .dropdown-menu .dropdown-header,.ninja-forms-app .navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.ninja-forms-app .navbar-nav .open .dropdown-menu>li>a{line-height:20px}.ninja-forms-app .navbar-nav .open .dropdown-menu>li>a:focus,.ninja-forms-app .navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}.ninja-forms-app .navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.ninja-forms-app .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}@media (max-width:767px){.ninja-forms-app .navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.ninja-forms-app .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.ninja-forms-app .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.ninja-forms-app .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.ninja-forms-app .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.ninja-forms-app .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.ninja-forms-app .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.ninja-forms-app .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.ninja-forms-app .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}@media (max-width:767px){.ninja-forms-app .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.ninja-forms-app .navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.ninja-forms-app .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.ninja-forms-app .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.ninja-forms-app .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.ninja-forms-app .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.ninja-forms-app .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.ninja-forms-app .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.ninja-forms-app .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.ninja-forms-app .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.ninja-forms-app .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.ninja-forms-app #wpcontent .wp-picker-holder{position:absolute;z-index:9001}.ninja-forms-app #wpcontent .wp-picker-holder *{box-sizing:content-box}.wp-picker-container{width:100%}.wp-color-result,.wp-picker-input-wrap{margin-top:5px}.wp-color-result{border:0;box-shadow:none;margin:5px 0 0;height:41px;width:100%;padding-left:60px}.wp-color-result:after{font-size:16px;line-height:41px}.wp-color-result.wp-picker-open{display:none}.wp-color-picker,.wp-picker-input-wrap{width:100%!important}.wp-picker-input-wrap>.button.wp-picker-default{display:none}@keyframes color_change{0%{background-color:#1ea9ea;color:#fff}to{background-color:#3b454d;color:#a2a5a8}}.nf-item.clicked{animation-name:color_change;animation-duration:2s;animation-iteration-count:1;animation-direction:alternate}@media only screen and (max-width:1400px){.nf-field-type-button{width:50%}}@media only screen and (max-width:1065px){.nf-app-menu .preview .app-menu-text{text-indent:-9999px;display:inline-block;width:0}.nf-drawer-opened .nf-actions-table td:nth-child(3),.nf-drawer-opened .nf-actions-table th:nth-child(3){display:none}}@media only screen and (max-width:900px){#nf-header .nf-button.primary,#nf-header ul{display:none}.nf-mobile-menu{display:inline-block}#nf-app-sub-header h2{padding-left:0;transition:all 1.0s ease 0s}.nf-add-new.nf-open-drawer{position:fixed;text-indent:-9999px;height:54px;width:54px;top:auto;left:auto;bottom:20px;right:20px}.nf-add-new.nf-open-drawer:after{background:#84cc1e;border:2px solid #84cc1e;border-radius:40px;color:#fff;content:"+";font-size:50px;padding:8px;position:absolute;left:0;width:28px;height:28px;line-height:24px;text-indent:0px}#nf-main-header .nf-button{display:none}.nf-one-half,.nf-one-third{float:none;width:100%}.nf-drawer-expand .nf-one-half{float:left;width:50%}.nf-drawer-expand .nf-on-third{float:left;width:33%}#nf-app-form-title{margin-top:-55px}#nf-main{top:120px}#nf-table-display .nf-item-controls{width:auto}}@media only screen and (max-width:1023px){.ninja-forms-app.folded #wpcontent{margin-left:36px;padding:0;position:absolute;top:0;left:0;bottom:0;right:0}.ninja-forms-app.folded #wpcontent #wpbody{left:0}.nf-setting-wrap{width:50%}#nf-drawer,.nf-drawer-opened #nf-main{width:100%}.nf-drawer-closed .nf-setting-wrap,.nf-drawer-opened .nf-setting-wrap{width:50%}.nf-toggle-drawer{display:none}}@media only screen and (max-width:960px){.ninja-forms-app.auto-fold #wpcontent{margin-left:36px;padding:0;position:absolute;top:0;left:0;bottom:0;right:0}.ninja-forms-app.auto-fold #wpcontent #wpbody{left:0}.nf-drawer-opened .nf-toggle-drawer{display:none}}@media only screen and (max-width:782px){.ninja-forms-app.auto-fold #wpcontent,.ninja-forms-app.folded #wpcontent{margin-left:0}#nf-builder{padding:80px 20px 10px}#nf-builder .nf-cta-bubble{display:none!important}#nf-main{padding:20px 0 80px}#nf-drawer{padding:20px}#nf-main-content{width:100%;max-width:100%}#nf-main{border:0}}@media only screen and (max-width:660px){.nf-one-half,.nf-one-third{width:100%}.nf-actions-table td:nth-child(3),.nf-actions-table th:nth-child(3){display:none}.nf-drawer-buttons{display:block}.nf-item{padding:15px}.nf-item .fa{padding:14px;width:48px}.nf-saved .nf-item:after{padding:14px}}#nf-app-admin-header{background:#ebedee;height:60px;position:absolute;top:0;left:0;right:0}#nf-app-admin-header .fa-times{background:#424242;color:#fff;font-size:30px;position:absolute;text-align:center;text-decoration:none;line-height:56px;right:0;height:60px;width:60px}#nf-app-admin-header #nf-logo{background-image:url(../img/ninja-forms-app-header-logo@2x.png);background-size:130px 50px;background-position:bottom;background-repeat:no-repeat;float:left;width:160px;height:60px;opacity:1.0;filter:alpha(opacity=100);transition:all 1.0s ease}#nf-app-admin-header .nf-cta-bubble{background:#1ea9ea;border:1px solid #1ea9ea;border-radius:6px;color:#fff;display:block;float:left;font-size:14px;margin:6px 0 0 20px;padding:5px 10px;position:relative;text-decoration:none;width:360px}#nf-app-admin-header .nf-cta-bubble:after{display:block;content:"";width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid #1ea9ea;position:absolute;left:-10px;top:13px}#nf-app-admin-header .nf-cta-bubble:hover{background:#fff;color:#1ea9ea}.scrollWrap{overflow:hidden;z-index:1}.scrollContent,.scrollWrap{height:100%;position:relative}.scrollContent{width:100%;padding:0 32px 0 0;right:-18px;overflow:auto;box-sizing:border-box}.fakeScrollBar{position:absolute;background:hsla(0,0%,100%,.5);width:9px;border-radius:4px;right:-15px;top:0;z-index:0;cursor:-webkit-grab}.fakeScroll:hover .fakeScrollBar.fakescroll-grabbed{cursor:-webkit-grabbing;background:#fff}body.fakescroll-grabbed{cursor:-webkit-grabbing}.rtl.ninja-forms-app #wpcontent{margin-right:140px}.rtl.ninja-forms-app #wpcontent #wpbody{right:160px;left:0}.rtl.ninja-forms-app.folded #wpcontent{margin-right:16px}.rtl.ninja-forms-app.folded #wpcontent #wpbody{right:36px;left:0}.rtl #nf-app-admin-header #nf-logo{float:right}.rtl #nf-app-admin-header .fa-times{right:auto;left:0}.rtl .nf-app-buttons{float:left}.rtl #nf-app-header .nf-app-menu li{float:right}.rtl #nf-app-header .nf-app-menu li a.preview .dashicons{margin-right:10px}.rtl .nf-master-control{right:auto;left:30px}.rtl .nf-master-control .fa{margin:15px 16px 0 0}.rtl input[type=submit]{float:left}.rtl .nf-cancel{float:left;margin-left:20px}.rtl .nf-add-new{margin:0;padding:0}.rtl .nf-add-new:after{right:0;left:auto;line-height:14px}.rtl #nf-main{right:0;left:auto}.rtl #nf-main-header .nf-button{float:left}.rtl .nf-field-label{margin-left:0;margin-right:16px}.rtl .nf-item-controls,.rtl .nf-item-controls .nf-item-control{right:auto;left:0}.rtl .nf-item-controls:hover .nf-item-duplicate{right:auto;left:80px}.rtl .nf-item-controls:hover .nf-item-delete{right:auto;left:40px}.rtl #nf-drawer{right:auto;left:-1400px}.rtl #nf-drawer.nf-drawer-expand{width:100%}.rtl .nf-drawer-header h2{float:right}.rtl .nf-drawer-header h2 .dashicons{margin-left:10px}.rtl .nf-drawer-header .nf-button{float:left}.rtl .nf-search input[type=search]{padding:12px 50px 12px 0}.rtl .nf-search:before{right:10px;left:0}.rtl .nf-drawer-opened #nf-drawer{left:0;right:auto}.rtl .nf-drawer-opened #nf-app-sub-header h2{padding-right:0}.rtl .nf-settings h3 .dashicons{margin:-4px -30px 0 10px}.rtl .nf-settings h3 .dashicons.dashicons-arrow-right:before{content:"\f141"}.rtl .nf-item .fa{left:auto;right:0}.rtl .nf-one-fourth,.rtl .nf-one-half,.rtl .nf-one-third{float:right}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  /*# sourceMappingURL=builder.css.map */
assets/css/builder.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["builder.scss","normalize.scss","header.scss","main.scss","main-fields.scss","main-settings.scss","item-controls.scss","builder-fields.scss","drawer.scss","drawer-settings.scss","drawer-add.scss","drawer-changes.scss","add-new.scss","toggle.scss","dropdown.scss","tables.scss","scrollbar.scss","drag-drop.scss","loading.scss","tooltip.scss","merge-tags-tooltip.scss","editor.scss","color-picker.scss","media-queries.scss","rtl.scss"],"names":[],"mappings":"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","file":"builder.css","sourcesContent":["$accent_color: #84CC1E;\n$cta_color: #1EA9EA;\n\n/*\nNormalize WordPress admin for Ninja Forms App\n---------------------------------------------*/\n\n@import \"normalize\";\n\n/*\nHeader and Nav for Ninja Forms App\n---------------------------------- */\n\n@import \"header\";\n@import \"main\";\n@import \"main-fields\";\n@import \"main-settings\";\n\n/*\nForm field placeholders for the fields a user has added to their form\n----------------------------------------------------------------------- */\n@import \"item-controls\";\n@import \"builder-fields\";\n\n/*\nAll styles used within the drawer\n--------------------------------- */\n\n@import \"drawer\";\n@import \"drawer-settings\";\n@import \"drawer-add\";\n@import \"drawer-changes\";\n\n/*\nVarious custom field styles\n--------------------------------- */\n\n@import \"add-new\";\n@import \"toggle\";\n@import \"dropdown\";\n\n/*\nAll styles used for displaying table content\n-------------------------------------------- */\n\n@import \"tables\";\n\n@import \"scrollbar\";\n@import \"drag-drop\";\n@import \"loading\";\n@import \"tooltip\";\n@import \"merge-tags-tooltip\";\n@import \"editor\";\n@import \"color-picker\";\n\n@import \"media-queries\";\n\n#nf-app-admin-header {\n background: #EBEDEE;\n height: 60px;\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n .fa-times {\n background: #424242;\n color: #fff;\n font-size: 30px;\n position: absolute;\n text-align: center;\n text-decoration: none;\n line-height: 56px;\n right: 0;\n height: 60px;\n width: 60px;\n }\n #nf-logo {\n background-image: url(\"../img/ninja-forms-app-header-logo@2x.png\");\n background-size: 130px 50px;\n background-position: center bottom;\n background-repeat: no-repeat;\n float: left;\n width: 160px;\n height: 60px;\n opacity: 1.0;\n filter: alpha(opacity=100);\n -webkit-transition: all 1.0s ease;\n transition: all 1.0s ease;\n }\n .nf-cta-bubble {\n background: $cta_color;\n border: 1px solid $cta_color;\n border-radius: 6px;\n color: #fff;\n display: block;\n float: left;\n font-size: 14px;\n margin: 6px 0 0 20px;\n padding: 5px 10px;\n position: relative;\n text-decoration: none;\n width: 360px;\n &::after {\n display: block;\n content: \"\";\n width: 0;\n height: 0;\n border-top: 10px solid transparent;\n border-bottom: 10px solid transparent;\n border-right: 10px solid $cta_color;\n position: absolute;\n left: -10px;\n top: 13px;\n }\n &:hover {\n background: #fff;\n color: $cta-color;\n }\n }\n}\n\n.scrollWrap{\n overflow : hidden;\n height : 100%;\n position : relative;\n z-index : 1;\n}\n.scrollContent{\n height : 100%;\n width : 100%;\n padding : 0 32px 0 0;\n position : relative;\n right : -18px;\n overflow : auto;\n -moz-box-sizing : border-box;\n box-sizing : border-box;\n}\n\n.fakeScrollBar{\n position : absolute;\n background : rgba(255,255,255,.5);\n width : 9px;\n border-radius : 4px;\n right : -15px;\n top : 0;\n z-index : 0;\n cursor : -moz-grab;\n cursor : -webkit-grab;\n}\n\n.fakeScroll:hover .fakeScrollBar.fakescroll-grabbed{\n cursor : -moz-grabbing;\n cursor : -webkit-grabbing;\n background : #FFF;\n}\n\nbody.fakescroll-grabbed{\n cursor : -moz-grabbing;\n cursor : -webkit-grabbing;\n}\n\n@import \"rtl\";\n","html {\n overflow: hidden;\n width: 100%;\n float: left;\n left: 0;\n}\n#wp-auth-check-wrap #wp-auth-check {\n z-index: 1000000000000;\n}\n.ninja-forms-app {\n height: 0;\n #adminmenumain,\n #wpfooter {\n display: none;\n }\n #wpwrap {\n height: 0;\n min-height: 0;\n }\n #wpcontent {\n #wpbody {\n font-size: 16px;\n }\n * {\n -webkit-box-sizing: border-box;\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n }\n .wp-editor-tabs button {\n box-sizing: initial;\n }\n }\n .grey {\n #nf-drawer {\n .nf-button {\n padding: 15px 30px;\n }\n }\n }\n}\n.media-modal {\n z-index: 100000000;\n}\n#nf-builder {\n background: #fff;\n padding: 30px 40px;\n overflow: hidden;\n padding-top: 80px;\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n z-index: 10000000;\n box-shadow: 0 5px 15px rgba(0, 0, 0, .7);\n}\n\n.product-content article>*:not(img) {\n padding-left: 30px;\n padding-right: 30px;\n}\n","#nf-header {\n //background: red;\n height: 100px;\n transition: margin 0.5s ease;\n #nf-logo {\n background-image: url( '../img/ninja-forms-app-header-logo.png' );\n float: left;\n width: 80px;\n height: 30px;\n @media (min-resolution: 192dpi), (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-device-pixel-ratio: 2), (min-resolution: 2dppx) {\n background-image: url( '../img/ninja-forms-app-header-logo@2x.png' );\n background-size: 80px 30px;\n }\n opacity: 1.0;\n filter: alpha(opacity=100);\n transition: all 1.0s ease;\n }\n ul {\n display: inline-block;\n margin: 0;\n li {\n float: left;\n &.nf-mobile-menu {\n display: none;\n }\n a {\n color: #424242;\n display: block;\n margin: 16px 20px;\n padding-bottom: 8px;\n text-decoration: none;\n &.active {\n border-bottom: 2px solid #424242;\n }\n &.preview {\n color: #bbb;\n transition: all 1.0s ease;\n .dashicons {\n display: inline-block;\n margin-left: 10px;\n }\n }\n }\n &:first-child {\n a {\n margin-left: 0;\n }\n }\n }\n &:after {\n clear: both;\n content: \"\";\n display: block;\n }\n }\n input[type=submit] {\n float: right;\n }\n .nf-cancel {\n float: right;\n margin-right: 30px;\n padding: 8px 0;\n .dashicons {\n font-size: 30px;\n }\n }\n &:after {\n clear: both;\n content: \"\";\n display: block;\n }\n}\n#nf-app-header {\n height: 50px;\n &:after {\n clear: both;\n content: \"\";\n display: block;\n }\n}\n#nf-app-sub-header {\n height: 50px;\n padding: 0;\n h2 {\n display: inline-block;\n margin: 0;\n padding: 10px 0;\n transition: all 1.0s ease 0s\n }\n &:after {\n clear: both;\n content: \"\";\n display: block;\n }\n}\n.nf-app-buttons {\n float: right;\n .publish {\n float: right;\n }\n}\n#nf-app-form-title {\n h2 {\n margin: 15px 0;\n }\n}\n","#nf-main {\n border: 4px solid #fff;\n //padding: 20px 40px 40px;\n width: 100%;\n position: absolute;\n top: 190px;\n overflow: auto;\n overflow-x: visible;\n bottom: 0;\n left: 0;\n -webkit-overflow-scrolling: touch;\n transition: left 0.5s ease;\n .nf-field-type-button {\n width: 400px;\n }\n}\n.nf-main-test {\n width: 100%;\n transition: width 0.5s ease;\n}\n#nf-main-content,\n#nf-main-header {\n margin: 0 auto;\n max-width: 860px;\n user-select: none;\n padding: 0 80px;\n position: relative;\n}\n#nf-main-header {\n //padding: 0 0 20px;\n .nf-button {\n float: right;\n }\n h2 {\n display: inline-block;\n }\n &:after {\n clear: both;\n content: \"\";\n display: block;\n }\n}\n\n#the-list tr.flagged th:first-child {\n border-left: 5px solid yellow;\n}\n\n#nf-main-gutter-left,\n#nf-main-gutter-right {\n //background: red;\n position: absolute;\n top: 0;\n width: 80px;\n height: 450px;\n .fa-chevron-circle-left,\n .fa-chevron-circle-right,\n .fa-plus-circle {\n color: #eee;\n font-size: 86px;\n position: absolute;\n top: 50%;\n transform: translateY(-50%);\n &:hover {\n color: $cta_color;\n cursor: pointer;\n }\n }\n}\n#nf-main-gutter-left {\n left: 0;\n padding-left: 6px;\n}\n#nf-main-gutter-right {\n right: 0;\n padding-right: 6px;\n}\n",".nf-fields-empty {\n padding: 0 40px;\n h3 {\n font-size: 30px;\n line-height: 32px;\n }\n p {\n font-size: 18px;\n }\n a {\n text-decoration: none;\n }\n}\n\n.nf-field-label {\n display: inline-block;\n margin-left: 16px;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n width: 80%;\n .nf-drawer-opened & {\n width: 60%;\n }\n}\n\n.nf-field-wrap {\n .fa {\n // margin-right: 10px;\n // width: 24px;\n }\n}\n.template-box {\n text-decoration: none;\n .template-box-inside {\n background: #EBEDEE;\n color: #424242;\n min-height: 160px;\n padding: 10px;\n text-decoration: none;\n transition: all 0.2s ease-in-out 0.1s, box-shadow 0.2s ease-in-out 0.1s;\n h4 {\n margin: 0 0 10px;\n min-height: 35px;\n }\n p {\n font-size: 12px;\n margin: 0;\n }\n }\n &:hover {\n .template-box-inside {\n background: #fff;\n box-shadow: 0 0 20px $cta_color;\n color: $cta_color;\n transition: all 0.2s ease-in-out 0.1s, box-shadow 0.2s ease-in-out 0.1s;\n }\n }\n .nf-drawer-opened & {\n width: 50%;\n }\n}\n@media only screen and (max-width: 1400px) {\n .nf-drawer-opened {\n .template-box {\n width: 100%;\n }\n }\n}\n",".nf-setting-wrap {\n cursor: pointer;\n float: left;\n margin-bottom: 30px;\n padding: 0 2%;\n width: 33.33%;\n &::after {\n clear: both;\n content: \"\";\n display: block;\n }\n span {\n background: #fff;\n border: 1px solid #ccc;\n border-radius: 4px;\n display: table-cell;\n height: 85px;\n width: 400px;\n text-align: center;\n vertical-align: middle;\n }\n &.active {\n span {\n border: 2px solid $accent_color;\n font-weight: bold;\n }\n }\n}\n",".nf-item-controls {\n height: 30px;\n width: 30px;\n float: right;\n margin: 0;\n position: absolute;\n top: 9px;\n right: 10px;\n .nf-item-control {\n visibility: hidden;\n margin: 0;\n opacity: 0;\n text-align: center;\n width: 40px;\n height: 30px;\n position: absolute;\n right: 0;\n transition: all 0.5s ease;\n a {\n background: #fff;\n border: 1px solid #fff;\n border-radius: 50px;\n color: $cta_color;\n display: block;\n text-decoration: none;\n padding: 3px;\n position: relative;\n width: 32px;\n &:hover {\n background: #fff;\n border: 1px solid $cta_color;\n color: $cta_color;\n }\n }\n .fa {\n font-size: 18px;\n line-height: 24px;\n text-align: center;\n }\n &.nf-item-edit {\n opacity: 100;\n visibility: visible;\n z-index: 100;\n }\n }\n &:hover {\n a {\n background: $cta_color;\n color: #fff;\n }\n .nf-item-duplicate {\n visibility: visible;\n opacity: 100;\n right: 80px;\n transition: all 0.5s ease;\n }\n .nf-item-delete {\n visibility: visible;\n opacity: 100;\n right: 40px;\n transition: all 0.5s ease;\n }\n }\n}\n#nf-table-display {\n .nf-item-controls {\n float: right;\n }\n}\n",".nf-field-wrap {\n background: #fff;\n border: 1px solid #ccc;\n border-radius: 4px;\n color: #888;\n cursor: pointer;\n margin-bottom: 20px;\n padding: 15px 20px;\n position: relative;\n &.active {\n //background: #fafafa;\n border: 2px solid #84CC1E;\n color: #424242;\n font-weight: bold;\n .nf-item-controls {\n font-weight: normal;\n a {\n background: #fff;\n color: $accent_color;\n &:hover {\n border-color: #fff;\n }\n }\n .nf-item-delete,\n .nf-item-duplicate {\n display: none;\n }\n .nf-item-editing {\n display: inline;\n }\n .nf-item-edit {\n .dashicons {\n margin-right: 12px\n }\n }\n }\n }\n}\n\n.nf-group-wrap {\n background: #fff;\n border: 2px solid #ccc;\n border-radius: 4px;\n color: #888;\n margin: 0 -10px 20px;\n padding: 15px 30px;\n position: relative;\n //transition: all 1.0s ease;\n .nf-item-controls {\n width: 128px;\n }\n .nf-item-expand {\n display: inline !important;\n }\n .nf-field-wrap {\n margin-left: -20px;\n margin-right: -20px;\n visibility: hidden;\n opacity: 0.0;\n filter: alpha(opacity=0);\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n //transition: all 1.0s ease;\n }\n &.expanded {\n border-color: $accent_color;\n color: $accent_color;\n //transition: all 1.0s ease;\n .nf-item-expand {\n .dashicons {\n transform: rotate(90deg);\n }\n }\n .nf-field-wrap {\n opacity: 1.0;\n visibility: visible;\n filter: alpha(opacity=100);\n position: relative;\n top: 0;\n left: 0;\n right: 0;\n transition: all 1.0s ease;\n &:nth-child(2) {\n margin-top: 20px;\n }\n &:last-child {\n margin-bottom: 0;\n }\n .nf-item-controls {\n width: 96px;\n .nf-item-expand {\n display: none !important;\n }\n }\n }\n }\n}\n","#nf-drawer {\n background: #EBEDEE;\n padding: 40px 40px;\n width: 50%;\n position: absolute;\n top: 0;\n bottom: 0;\n right: -1400px;\n overflow: hidden;\n z-index: 101;\n transition: width 0.75s ease;\n -webkit-overflow-scrolling: touch;\n &.nf-drawer-expand {\n width: 100%;\n }\n}\n.nf-drawer-opened {\n .nf-main-test {\n width: 50%;\n transition: all 0.50s ease;\n .nf-button {\n display: none;\n }\n }\n #nf-drawer {\n right: 0;\n transition: all 0.50s ease;\n &.nf-drawer-expand {\n width: 100%;\n transition: all 0.50s ease;\n .nf-toggle-drawer {\n .dashicons {\n transform: rotate(180deg);\n transition: all 0.50s ease;\n }\n .nf-expand-off {\n display: none;\n }\n .nf-expand-on {\n display: inline;\n }\n }\n }\n }\n .preview {\n opacity: 0.0;\n visibility:hidden;\n filter: alpha(opacity=0);\n transition: all 0.50s ease;\n &:hover, &:active, &.active {\n opacity: 0.0;\n visibility:hidden;\n filter: alpha(opacity=0);\n transition: all 0.50s ease;\n }\n }\n #nf-main-content,\n #nf-main-header {\n margin: 0 auto;\n //padding-left: 60px;\n transition: all 0.50s ease;\n }\n @media only screen and (min-width: 901px) {\n #nf-app-sub-header {\n .nf-add-new {\n top: 139px !important;\n text-indent: -99999px;\n &:after {\n }\n }\n }\n }\n .nf-setting-wrap {\n width: 50%;\n transition: width 0.50s ease;\n }\n .nf-toggle-drawer {\n display: block;\n }\n}\n.nf-drawer-closed {\n #nf-main {\n width: 100%;\n left: 0;\n transition: width 0.50s ease, left 0.50s ease;\n }\n #nf-drawer {\n right: -1400px;\n transition: right 0.50s ease;\n }\n .nf-add-new {\n opacity: 1.0;\n visibility: visible;\n filter: alpha(opacity=100);\n transition: all 0.50s ease;\n }\n .nf-setting-wrap {\n width: 33%;\n transition: width 0.50s ease;\n }\n .nf-toggle-drawer {\n display: none;\n }\n}\n.nf-drawer-header {\n margin-bottom: 20px;\n padding: 0 10px;\n &::after {\n clear: both;\n content: \"\";\n display: block;\n }\n h2 {\n color: #666;\n float: left;\n font-size: 20px;\n line-height: 22px;\n .dashicons {\n margin-right: 10px;\n }\n }\n .nf-button {\n float: right;\n }\n}\n.nf-drawer-error {\n background-color: #FFBABA;\n border: 1px solid #FFBABA;\n border-radius: 5px;\n color: #D8000C;\n font-size: 12px;\n margin: 10px 0px;\n padding: 10px 10px;\n}\n.nf-settings {\n h3 {\n color: #424242;\n font-size: 14px;\n padding: 10px 10px 0;\n text-transform: uppercase;\n .dashicons {\n color: #bbb;\n font-size: 28px;\n margin: -4px 10px 0 -30px;\n }\n }\n &::after {\n clear: both;\n content: \"\";\n display: block;\n }\n}\n.nf-full {\n clear: both;\n &.toggle-row {\n border-bottom: 1px solid #ccc;\n margin: 0;\n position: relative;\n &:first-child {\n border-top: 1px solid #ccc;\n }\n label {\n display: inline-block;\n padding: 15px 60px 15px 0;\n //margin: 15px -40px 12px 0;\n }\n .nf-toggle {\n float: right;\n margin: 15px 0;\n position: absolute;\n top: 0;\n right: 10px;\n }\n }\n}\n.nf-one-half,\n.nf-one-third {\n float: left;\n}\n.nf-one-half {\n width: 50%;\n}\n.nf-one-third {\n width: 33.33%;\n}\n.nf-first {\n clear: both;\n margin-left: 0;\n}\n.nf-full,\n.nf-one-half,\n.nf-one-third {\n margin-bottom: 15px;\n padding: 0 2%;\n}\n.nf-full::after,\n.nf-one-half::after,\n.nf-one-third::after {\n clear: both;\n content: \"\";\n display: block;\n}\n.nf-toggle-drawer {\n color: #aaa;\n cursor: pointer;\n display: none;\n float: right;\n margin-top: 40px;\n text-decoration: none;\n padding: 10px 20px;\n position: fixed;\n bottom: 0;\n right: 0;\n .dashicons {\n margin-right: 5px;\n transition: all 0.50s ease;\n }\n .nf-expand-off {\n display: inline;\n }\n .nf-expand-on {\n display: none;\n }\n}\n\n\n#nf-menu-drawer {\n background: #EBEDEE;\n box-shadow: inset 1px 4px 9px -6px;\n width: 250px;\n position: absolute;\n top: 0;\n bottom: 0;\n right: -250px;\n z-index: 999;\n transition: right 0.50s ease;\n ul {\n margin: 0;\n li {\n a {\n border-bottom: 1px solid #ccc;\n color: #424242;\n display: block;\n padding: 10px 20px;\n text-decoration: none;\n .dashicons {\n color: $cta_color;\n margin-right: 15px;\n }\n }\n }\n }\n .nf-publish {\n background: $cta_color;\n color: #fff;\n padding: 20px;\n text-align: center;\n text-transform: uppercase;\n cursor:pointer;\n\n &.disabled {\n background: #ccc;\n border: 1px solid #ccc;\n cursor: default;\n }\n }\n\n}\n\n\n\n.nf-menu-expand {\n #nf-menu-drawer {\n right: 0;\n transition: right 0.50s ease;\n }\n #nf-header {\n margin-right: 250px;\n margin-left: -250px;\n transition: margin 0.50s ease;\n }\n #nf-main {\n left: -250px;\n transition: left 0.50s ease;\n }\n}\n\n.nf-div-table {\n .nf-table-row {\n &.nf-error {\n textarea {\n border: 1px solid red;\n }\n span.nf-option-error {\n background: red;\n color: #fff;\n display: block;\n padding: 5px 0;\n width: 100%;\n div.nf-error {\n display: block;\n width: 100% !important;\n text-align: center;\n }\n }\n }\n }\n}\n.ninja-forms-app {\n .jBox-Notice {\n .jBox-container {\n background: $accent_color;\n font-size: 18px;\n }\n }\n}\n",".nf-button {\n border: 0;\n border-radius: 4px;\n cursor: pointer;\n display: inline-block;\n font-size: 17px;\n padding: 10px 30px;\n text-align: center;\n text-decoration: none;\n text-transform: uppercase;\n appearance: none;\n &.primary {\n background: $cta_color;\n border: 1px solid #1EA9EA;\n color: #fff;\n }\n &.secondary {\n background: #fff;\n border: 1px solid $cta_color;\n color: $cta_color;\n }\n &.disabled {\n background: #ccc;\n border: 1px solid #ccc;\n cursor: default;\n }\n &.publish {\n float: right;\n }\n}\n.nf-cancel {\n color: #999;\n font-size: 15px;\n}\n.nf-mobile-menu {\n background: $cta_color;\n border-radius: 4px;\n color: #fff;\n display: none;\n float: right;\n padding: 5px 7px 5px 5px;\n text-decoration: none;\n transition: margin 0.5s ease;\n .dashicons {\n font-size: 30px;\n width: 32px;\n height: 30px;\n }\n &:hover {\n color: #fff;\n }\n}\n\n.ninja-forms-app {\n fieldset {\n border: 1px solid #ccc;\n clear: both;\n display: block;\n margin-bottom: 20px;\n }\n label {\n position: relative;\n &::after {\n clear: both;\n content: \"\";\n display: block;\n }\n }\n legend {\n margin: 0 3px 10px;\n padding: 0 10px;\n }\n .nf-setting-label, label, legend {\n color: #424242;\n display: block;\n font-size: 13px;\n text-transform: uppercase;\n .open-media-manager {\n position: absolute;\n color: #ccc;\n right: 15px;\n top: 5px;\n text-decoration: none;\n }\n }\n input[type=text],\n input[type=number],\n textarea {\n background: #f9f9f9;\n border: 0;\n margin-top: 7px;\n padding: 12px 15px;\n width: 100%;\n height: 41px;\n text-transform: default;\n }\n textarea {\n height: 200px;\n }\n input[type=checkbox].nf-checkbox {\n appearance: none;\n background: #f9f9f9;\n border: 0;\n height: 25px;\n width: 25px;\n padding: 2px 1px 0px !important;\n margin: -3px -5px;\n &:checked {\n &::before {\n content: \"\\f147\";\n font: 400 30px/1 dashicons;\n }\n }\n }\n}\n.ninja-forms-app {\n .jBox-wrapper.import-options {\n padding: 12px 20px 0px !important;\n }\n .jBox-wrapper.import-options.jBox-pointerPosition-top.jBox-closeButton-box:before {\n right: 10px;\n }\n .nf-list-options {\n padding-bottom: 20px;\n .nf-add-new {\n margin-left: 20px;\n }\n .nf-div-table {\n .nf-table-row {\n > div {\n //border-top: 16px solid red;\n display: table-cell;\n padding: 5px;\n &:nth-child(1), &:nth-child(6) {\n padding: 0 15px;\n width: 20px;\n }\n &:nth-child(2), &:nth-child(3) {\n width: 45%;\n }\n &:nth-child(4) {\n min-width: 100px;\n }\n input {\n margin: 0;\n }\n }\n &.nf-table-header {\n div {\n font-size: 12px;\n padding: 20px 5px 5px;\n &:nth-child(1), &:nth-child(6) {\n padding: 0 25px;\n }\n }\n }\n }\n }\n &.calculations {\n .nf-div-table {\n .nf-table-row {\n div {\n vertical-align: top;\n position: relative;\n &:nth-child(1), &:nth-child(4) {\n padding: 0 15px;\n width: 20px;\n min-width: 20px;\n }\n &:nth-child(2) {\n width: 30%;\n }\n &:nth-child(3) {\n width: 70%;\n }\n textarea {\n margin: 0;\n height: 100px;\n }\n .merge-tags {\n color: #999;\n position: absolute;\n right: 15px;\n top: 5px;\n }\n .dashicons {\n color: #999;\n margin-top: 10px;\n }\n }\n }\n }\n }\n }\n .options {\n position: relative;\n legend {\n .nf-open-import-tooltip {\n background: #EBEDEE;\n color: $cta_color;\n font-size: 16px;\n padding: 6px 15px;\n text-decoration: none;\n position: absolute;\n right: 15px;\n top: 0;\n }\n }\n }\n}\n.nf-drawer-buttons {\n display: none;\n margin: 0 -20px;\n padding: 0;\n li {\n background: #424242;\n border-right: 1px solid #f1f1f1;\n float: left;\n margin: 0;\n padding: 15px;\n text-align: center;\n width: 50%;\n &:last-child {\n border: 0;\n }\n &.nf-drawer-delete {\n color: red;\n }\n &.nf-drawer-duplicate {\n color: $accent_color;\n }\n .dashicons {\n margin-right: 10px;\n }\n }\n &::after {\n clear: both;\n content: \"\";\n display: block;\n }\n}\n\n.dashicons.spin {\n animation: dashicons-spin 1s infinite;\n animation-timing-function: linear;\n}\n@keyframes dashicons-spin {\n 0% { transform: rotate( 0deg ); }\n 100% { transform: rotate( 360deg ); }\n}\n\n",".nf-search {\n display: inline;\n position: relative;\n input[type=search] {\n background: transparent;\n box-shadow: 0 0 0;\n border: 0;\n margin-bottom:3px;\n padding: 12px 0 12px 50px;\n width: 60%;\n }\n &::before {\n content: \"\\f179\";\n color: #aaa;\n font-family: \"Dashicons\";\n font-size: 30px;\n width: 30px;\n height: 30px;\n position: absolute;\n top: 4px;\n left: 10px;\n }\n}\n.nf-stage {\n position: relative;\n -webkit-user-select: none;\n -khtml-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n .nf-stage-controls {\n background: #F8F8F9;\n padding: 5px;\n position: absolute;\n top: -20px;\n right: 10px;\n }\n}\n.nf-reservoir {\n &::after {\n clear: both;\n content: \"\";\n display: block;\n }\n &.nf-droppable-active,\n &.nf-staged-fields-active {\n background: #F8F8F9;\n border: 4px solid #F8F8F9;\n border-radius: 4px;\n margin: 30px 2% 20px;\n //padding: 10px;\n min-height: 52px;\n padding: 6px;\n transition: all 1.0s ease;\n }\n .nf-item-dock {\n background: #fff;\n border-radius: 4px;\n color: #999;\n display: inline-block;\n float: left;\n margin: 0 4px 3px 4px;\n padding: 5px 10px;\n position: relative;\n .dashicons {\n font-size: 14px;\n margin: 2px 0 -4px 5px;\n }\n .fa {\n margin-right: 10px;\n }\n }\n\n}\n.nf-item {\n background: #3B454D;\n border-radius: 4px;\n color: #A2A5A8;\n font-size: 14px;\n padding: 10px;\n position: relative;\n text-align: center;\n &.active {\n background: $cta_color;\n color: #fff;\n }\n .fa {\n background: #30373E;\n border-top-left-radius: 4px;\n border-bottom-left-radius: 4px;\n padding: 9px;\n position: absolute;\n top: 0;\n left: 0;\n bottom: 0;\n width: 34px;\n line-height: 20px;\n }\n}\n.nf-saved {\n .nf-item {\n position: relative;\n &::after {\n background: #30373E;\n border-top-left-radius: 4px;\n border-bottom-left-radius: 4px;\n content: \"\\f155\";\n font-family: \"Dashicons\";\n padding: 9px;\n position: absolute;\n top: 0;\n left: 0;\n bottom: 0;\n width: 16px;\n height: 20px;\n }\n }\n}\n.nf-action-items {\n .nf-item {\n height: 100px;\n line-height: 75px;\n cursor: pointer;\n &.nf-has-img {\n background-position: center center;\n text-indent: -99999px;\n }\n }\n &.available {\n .nf-item {\n &.nf-has-img {\n filter: grayscale(100%);\n opacity: 0.6;\n &:hover {\n filter: grayscale(0);\n opacity: 1.0;\n }\n }\n }\n }\n}\n\n.nf-field-type-button {\n float: left;\n margin-bottom: 15px;\n padding: 0 2%;\n width: 33.33%;\n}\n","table.nf-changes {\n tr {\n td {\n border-bottom: 1px solid #ccc;\n }\n &.disabled-row {\n td {\n color: #bbb;\n }\n }\n &:nth-child(even) {\n td {\n background: #e5e7e8 !important;\n }\n }\n &:hover {\n td {\n background: #fff !important;\n }\n }\n }\n}\n.nf-button {\n &.undoChanges {\n .dashicons {\n font-size: 18px;\n height: 18px;\n width: 18px;\n margin-right: 5px;\n }\n }\n}\n",".nf-add-new {\n // background: red;\n color: $cta_color;\n padding: 0 0 0 46px;\n text-decoration: none;\n line-height: 32px;\n position: relative;\n height: 32px;\n z-index: 98;\n text-indent: 0px;\n overflow: hidden;\n &:after {\n background: $cta_color;\n border: 2px solid $cta_color;\n border-radius: 40px;\n color: #fff;\n content: \"+\";\n font-size: 22px;\n padding: 8px;\n position: absolute;\n left: 0;\n width: 12px;\n height: 12px;\n line-height: 10px;\n text-indent: 0px;\n transition: all 0.5s ease 0s\n }\n &:hover, &:active, &.active {\n color: $cta_color;\n transition: width 0.5s ease 0s,height 0.5s ease 0s, text-indent 0.5s ease,top 0.5s ease,left 0.5s ease;\n &:after {\n background: #fff;\n color: $cta_color;\n transform: rotate(180deg);\n transition: all 0.5s ease;\n }\n }\n &.nf-open-drawer {\n position: absolute;\n top: 185px;\n left: 40px;\n }\n}\n.ninja-forms-app {\n &.folded {\n .nf-add-new {\n }\n }\n}\n\n.nf-master-control {\n background: $cta_color;\n border: 2px solid $cta_color;\n border-radius: 40px;\n cursor: pointer;\n position: absolute;\n //text-indent: -9999px;\n height: 60px;\n width: 60px;\n top: auto;\n left: auto;\n bottom: 20px;\n right: 30px;\n transition: all 0.5s ease;\n z-index: 98;\n span {\n display: block;\n text-indent: -9999px;\n }\n .fa {\n color: #fff;\n cursor: pointer;\n font-size: 28px;\n line-height: 28px;\n margin: 15px 0 0 16px;\n transition: all 0.5s ease;\n }\n &:hover, &:active, &.active {\n background: #fff;\n color: $cta_color;\n transition: all 0.5s ease;\n .fa {\n color: $cta_color;\n margin: 12px 0 0 16px;\n transform: rotate(180deg);\n transition: all 0.5s ease;\n }\n }\n}\n","input[type=checkbox].nf-toggle {\n display: none;\n + label {\n text-indent: -99999px;\n background: transparent;\n border: 0;\n box-shadow: 0 0 0;\n display: block;\n margin: 19px 5px 11px;\n appearance: none;\n position: relative;\n width: 40px;\n height: 20px;\n cursor: pointer;\n &::after {\n background: #BCBDBF;\n border: 2px solid #BCBDBF;\n border-radius: 20px;\n content: \"\";\n position: absolute;\n top: -4px;\n left: -4px;\n width: 40px;\n height: 20px;\n transition: all 0.3s ease;\n }\n &::before {\n background: #fff;\n border-radius: 20px;\n content: \"\";\n position: absolute;\n top: -1px;\n left: 0;\n width: 18px;\n height: 18px;\n z-index: 99;\n transition: all 0.3s ease;\n }\n }\n &:checked {\n + label {\n &::after {\n background: $accent_color;\n border: 2px solid $accent_color;\n transition: all 0.3s ease;\n }\n &::before {\n content: \"\";\n //top: 2px;\n left: 18px;\n transition: all 0.3s ease;\n }\n }\n }\n}\n\n.nf-full {\n position: relative;\n input[type=checkbox].nf-toggle {\n + label {\n margin: -18px 0 0;\n padding: 12px 0 20px;\n position: absolute;\n top: 24px;\n right: 10px;\n &::before {\n left: auto;\n right: 22px;\n transition: right 0.3s ease;\n }\n &::after {\n left: auto;\n right: 0;\n }\n }\n &:checked {\n + label {\n &::before {\n left: auto;\n right: 4px;\n transition: right 0.3s ease;\n }\n }\n }\n }\n .nf-setting-label {\n border-bottom: 1px solid #ccc;\n padding: 5px 0 20px;\n }\n}\n",".ninja-forms-app {\n .nf-select {\n display: block;\n position: relative;\n select {\n //background: #f9f9f9;\n background: transparent;\n border: 0;\n margin-top: 7px;\n height: 41px !important;\n padding: 0 30px 0 15px;\n position: relative;\n width: 100%;\n text-transform: capitalize;\n appearance: none;\n z-index: 2\n }\n div {\n background: #f9f9f9;\n height: 41px;\n position: absolute;\n bottom: 1px;\n width: 100%;\n z-index: 1;\n }\n div::after {\n color: #666;\n content: \"\\f347\";\n font-family: 'Dashicons';\n font-size: 20px;\n position: absolute;\n width: 30px;\n height: 30px;\n right: 5px;\n bottom: 0;\n }\n }\n div.nf-select {\n div {\n bottom: 7px;\n width: 95%;\n }\n select {\n margin-top: 0;\n }\n }\n}\n",".ninja-forms-app {\n table {\n width: 100%;\n border-collapse: collapse;\n td, th {\n border-bottom: 1px solid #ECEDEE;\n font-size: 14px;\n padding: 15px;\n }\n th {\n color: #666;\n text-align: left;\n text-transform: uppercase;\n }\n td {\n color: #676F75;\n white-space:nowrap;\n position: relative;\n &:nth-child(2) {\n width: 90%;\n }\n }\n .deactivated {\n td {\n color: #BCBDBF;\n a {\n color: #ddd;\n }\n }\n }\n input[type=checkbox].nf-toggle + label {\n margin: 2px 0 0;\n // &::after {\n // border-radius: 20px;\n // top: 2px;\n // left: -4px;\n // width: 30px;\n // height: 14px;\n // }\n // &::before {\n // border-radius: 20px;\n // top: 4px;\n // left: -1px;\n // width: 14px;\n // height: 14px;\n // }\n // &:checked {\n // &::before {\n // top: 7px;\n // left: 17px;\n // }\n // }\n }\n .active {\n td {\n color: $accent_color;\n font-weight: bold;\n }\n a {\n //color: $accent_color;\n }\n .nf-item-controls {\n font-weight: normal;\n float: right;\n a {\n color: $accent_color;\n }\n .nf-item-delete,\n .nf-item-duplicate {\n display: none;\n }\n .nf-item-editing {\n display: inline !important;\n }\n .nf-item-edit {\n .dashicons {\n margin-right: 12px\n }\n }\n }\n }\n }\n}\n.ui-droppable {\n border: 4px solid #fff;\n}\n.nf-actions-empty {\n thead {\n display: none;\n }\n td {\n border: 4px solid #fff !important;\n display: block;\n padding: 40px 20% !important;\n white-space: normal !important;\n }\n h3 {\n font-size: 30px;\n }\n p {\n font-size: 18px;\n }\n}\n.nf-actions-table {\n td {\n cursor: pointer;\n }\n .nf-item-controls {\n top: 12px;\n }\n}\n","/* perfect-scrollbar v0.6.7 */\n.ps-container {\n -ms-touch-action: none;\n overflow: hidden !important; }\n .ps-container.ps-active-x > .ps-scrollbar-x-rail,\n .ps-container.ps-active-y > .ps-scrollbar-y-rail {\n display: block; }\n .ps-container.ps-in-scrolling {\n pointer-events: none; }\n .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {\n background-color: #eee;\n opacity: 0.9; }\n .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {\n background-color: #999; }\n .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {\n background-color: #eee;\n opacity: 0.9; }\n .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {\n background-color: #999; }\n .ps-container > .ps-scrollbar-x-rail {\n display: none;\n position: absolute;\n /* please don't change 'position' */\n -webkit-border-radius: 4px;\n -moz-border-radius: 4px;\n -ms-border-radius: 4px;\n border-radius: 4px;\n opacity: 0;\n -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;\n -moz-transition: background-color 0.2s linear, opacity 0.2s linear;\n -o-transition: background-color 0.2s linear, opacity 0.2s linear;\n transition: background-color 0.2s linear, opacity 0.2s linear;\n bottom: 3px;\n /* there must be 'bottom' for ps-scrollbar-x-rail */\n height: 8px; }\n .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {\n position: absolute;\n /* please don't change 'position' */\n background-color: #aaa;\n -webkit-border-radius: 4px;\n -moz-border-radius: 4px;\n -ms-border-radius: 4px;\n border-radius: 4px;\n -webkit-transition: background-color 0.2s linear;\n -moz-transition: background-color 0.2s linear;\n -o-transition: background-color 0.2s linear;\n transition: background-color 0.2s linear;\n bottom: 0;\n /* there must be 'bottom' for ps-scrollbar-x */\n height: 8px; }\n .ps-container > .ps-scrollbar-y-rail {\n display: none;\n position: absolute;\n /* please don't change 'position' */\n -webkit-border-radius: 4px;\n -moz-border-radius: 4px;\n -ms-border-radius: 4px;\n border-radius: 4px;\n opacity: 0;\n -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;\n -moz-transition: background-color 0.2s linear, opacity 0.2s linear;\n -o-transition: background-color 0.2s linear, opacity 0.2s linear;\n transition: background-color 0.2s linear, opacity 0.2s linear;\n right: 3px;\n /* there must be 'right' for ps-scrollbar-y-rail */\n width: 8px; }\n .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {\n position: absolute;\n /* please don't change 'position' */\n background-color: #aaa;\n -webkit-border-radius: 4px;\n -moz-border-radius: 4px;\n -ms-border-radius: 4px;\n border-radius: 4px;\n -webkit-transition: background-color 0.2s linear;\n -moz-transition: background-color 0.2s linear;\n -o-transition: background-color 0.2s linear;\n transition: background-color 0.2s linear;\n right: 0;\n /* there must be 'right' for ps-scrollbar-y */\n width: 8px; }\n .ps-container:hover.ps-in-scrolling {\n pointer-events: none; }\n .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {\n background-color: #eee;\n opacity: 0.9; }\n .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {\n background-color: #999; }\n .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {\n background-color: #eee;\n opacity: 0.9; }\n .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {\n background-color: #999; }\n .ps-container:hover > .ps-scrollbar-x-rail,\n .ps-container:hover > .ps-scrollbar-y-rail {\n opacity: 0.6; }\n .ps-container:hover > .ps-scrollbar-x-rail:hover {\n background-color: #eee;\n opacity: 0.9; }\n .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {\n background-color: #999; }\n .ps-container:hover > .ps-scrollbar-y-rail:hover {\n background-color: #eee;\n opacity: 0.9; }\n .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {\n background-color: #999; }\n\n/* END DEFAULT PERFECT SCROLLBAR CSS */\n\n/*\n * Custom perfect scrollbar css\n */\n\n#nf-main.ps-container {\n overflow:auto !important;\n overflow-y:hidden !important;\n}\n\n#nf-drawer.ps-container {\n overflow:auto !important;\n overflow-y:hidden !important;\n}",".ui-sortable-helper {\n &.nf-field-wrap\n //&.nf-item-dock\n {\n box-shadow: 3px 3px 5px rgba( 0, 0, 0, 0.4 );\n }\n}\n\n.ui-draggable-dragging {\n .nf-item {\n box-shadow: 3px 3px 5px rgba( 0, 0, 0, 0.4 );\n }\n}\n\n.ui-draggable-handle {\n cursor: pointer;\n}\n.ui-draggable-dragging {\n z-index: 99;\n}\n#nf-builder {\n .nf-droppable-active {\n border: 4px solid $cta_color;\n //padding: 6px;\n transition: all 1.0s ease;\n }\n .nf-droppable-hover {\n border: 4px solid $accent_color;\n //padding: 6px;\n transition: all 1.0s ease;\n }\n}\n\n.nf-fields-sortable {\n border: 4px solid #FFF;\n padding: 25px 15px 6px;\n}\n.nf-fields-sortable-placeholder { margin-top: -14px; margin-bottom: 6px; border: 4px solid #84CC1E }\n\n.nf-staged-fields-drag {\n position: relative;\n display: block;\n height: 80px;\n &::after {\n clear: both;\n content: '';\n display: block;\n }\n .nf-staged-fields-drag-wrap {\n position: absolute;\n width: 500px;\n }\n #drag-item-1,\n #drag-item-2,\n #drag-item-3 {\n box-shadow: 3px 3px 5px rgba( 0, 0, 0, 0.4 );\n }\n #drag-item-1 {\n bottom: 0px;\n left: 0px;\n z-index: 3;\n }\n #drag-item-2 {\n bottom: 5px;\n left: 5px;\n z-index: 2;\n }\n #drag-item-3 {\n bottom: 10px;\n left: 10px;\n z-index: 1;\n }\n}\n\n.nf-staged-fields-drag-wrap {\n background: #fff;\n border: 1px solid #ccc;\n border-radius: 4px;\n color: #888;\n cursor: pointer;\n margin-bottom: 20px;\n padding: 15px 20px;\n &.active {\n //background: #fafafa;\n border: 2px solid #84CC1E;\n color: #424242;\n font-weight: bold;\n .nf-item-controls {\n font-weight: normal;\n a {\n color: #424242;\n }\n .nf-item-delete,\n .nf-item-duplicate {\n display: none;\n }\n .nf-item-editing {\n display: inline;\n }\n .nf-item-edit {\n .dashicons {\n margin-right: 12px\n }\n }\n }\n }\n}\n\n\n\n.nf-staged-fields-sortable-placeholder { float: left; height: 28px; border-right: 8px solid #84CC1E; margin-right: -4px; margin-left: -4px; }\n\n.nf-list-options-sortable-placeholder {\n border: 4px solid #84CC1E;\n height: 8px !important;\n margin: -4px 0 -4px 0;\n}\n\n.nf-fields-empty-droppable {\n border: 4px solid #FFF;\n &::after {\n clear: both;\n content: \"\";\n display: block;\n }\n}\n\n.nf-settings .toggle { cursor: pointer; }\n",".nf-loading {\n background: #1EA9EA;\n border-radius: 4px;\n width: 40px;\n margin: 0 auto;\n position: relative;\n ul {\n list-style: none;\n margin: 0;\n padding: 0;\n position: relative;\n top: -10px;\n left: 0;\n font-size: 0;\n li {\n height: 0;\n position: absolute;\n top: 50%;\n left: 0;\n width: 0;\n margin: 0;\n height: 10px;\n width: 10px;\n border: 3px solid #fff;\n border-radius: 100%;\n transform: transformZ(0);\n animation: LOADING 2s infinite;\n &:nth-child(1n) {\n left: 0;\n animation-delay: 0s;\n }\n &:nth-child(2n) {\n left: 15px;\n animation-delay: 0.2s;\n }\n &:nth-child(3n) {\n left: 30px;\n animation-delay: 0.4s;\n }\n }\n }\n}\n\n@keyframes LOADING {\n 0% {\n transform: scale(0.5);\n background: #fff;\n }\n 50% {\n transform: scale(1);\n background: #fff;\n }\n 100% {\n transform: scale(0.5);\n background: #fff;\n }\n}\n",".nf-help-text {\n display: none;\n}\n.ninja-forms-app {\n .nf-help {\n color: #ccc;\n margin-left: 5px;\n text-decoration: none;\n .dashicons {\n font-size: 16px;\n height: 16px;\n width: 16px;\n }\n }\n .qtip-default {\n background-color: #424242;\n border: 1px solid #424242;\n border-radius: 4px;\n box-shadow: 0 5px 6px rgba( 0, 0, 0, 0.3 );\n color: #fff;\n font-size: 14px;\n line-height: 18px;\n padding: 10px;\n //position: relative;\n &::after {\n content: \"\";\n position: absolute;\n left: 143px;\n bottom: -12px;\n width: 0;\n height: 0;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 12px solid #424242;\n }\n }\n}",".has-merge-tags {\n position: relative;\n input[type=text],\n textarea {\n padding-right: 40px;\n }\n &.rte {\n display: block;\n .wp-editor-tabs {\n margin-right: 40px;\n }\n .merge-tags {\n color: #999;\n z-index: 100;\n top: 26px;\n }\n }\n .merge-tags {\n color: #ccc;\n pointer: cursor;\n position: absolute;\n }\n .nf-list-options {\n input[type=text] {\n + .merge-tags {\n top: 12px;\n }\n }\n }\n}\ndiv.has-merge-tags {\n .merge-tags {\n top: 16px;\n right: 12px;\n }\n}\nlabel.has-merge-tags {\n .merge-tags {\n top: 33px;\n right: 12px;\n }\n}\n.nf-list-options {\n label.has-merge-tags {\n .merge-tags {\n top: 12px;\n }\n }\n}\n\n.jBox-Tooltip {\n z-index: 100000000 !important;\n}\n\n.jBox-TooltipBorder {\n .jBox-container {\n border-radius: 5px;\n border: 2px solid $cta_color;\n /*background: #EBEDEE;*/\n h4 {\n background: #f1f1f1;\n padding: 5px;\n margin: 0 0 5px;\n }\n ul {\n margin: 0;\n li {\n &:nth-child(even) {\n a {\n //background: #f1f1f1;\n }\n }\n a {\n color: $cta_color;\n margin: 0;\n padding: 0 5px;\n display: block;\n text-decoration: none;\n }\n }\n a.active {\n background: #f1f1f1;\n }\n }\n }\n .jBox-pointer {\n &::after {\n border: 2px solid $cta_color;\n /*background: #EBEDEE;*/\n }\n }\n .jBox-pointer-top,\n .jBox-pointer-bottom {\n width: 34px;\n height: 12px;\n }\n .jBox-pointer-left,\n .jBox-pointer-right {\n width: 12px;\n height: 34px;\n }\n &.jBox-closeButton-box {\n &::before {\n width: 28px;\n height: 28px;\n background: $cta_color;\n }\n }\n}\n",".note-popover {\n display: none !important;\n}\n.ninja-forms-app {\n .note-editor {\n border: 0 !important;\n .note-toolbar {\n &::after {\n clear: both;\n content: \"\";\n display: block;\n }\n }\n .note-editable {\n background: #f9f9f9;\n display: block;\n p {\n font-size: 16px;\n }\n ul {\n list-style-type: disc;\n margin-left: 2em;\n }\n table {\n td {\n border: 1px solid #ccc;\n width: auto;\n }\n }\n }\n .modal {\n display: none;\n }\n .btn-group {\n float: left;\n &.note-tools, {\n float: right;\n }\n }\n .btn {\n background: #f9f9f9;\n border: 0;\n border-radius: 4px;\n color: #666;\n cursor: pointer;\n margin-right: 2px;\n padding-top: 4px;\n &.disabled {\n background: transparent;\n color: #aaa;\n .merge-tags {\n background: #f9f9f9;\n color: #666;\n }\n }\n }\n }\n .tooltip {\n position: absolute;\n z-index: 1070;\n display: block;\n font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n font-size: 12px;\n font-style: normal;\n font-weight: normal;\n line-height: 1.42857143;\n text-align: left;\n text-align: start;\n text-decoration: none;\n text-shadow: none;\n text-transform: none;\n letter-spacing: normal;\n word-break: normal;\n word-spacing: normal;\n word-wrap: normal;\n white-space: normal;\n filter: alpha(opacity=0);\n opacity: 0;\n\n line-break: auto;\n }\n .tooltip.in {\n filter: alpha(opacity=90);\n opacity: .9;\n }\n .tooltip.top {\n padding: 5px 0;\n margin-top: -3px;\n }\n .tooltip.right {\n padding: 0 5px;\n margin-left: 3px;\n }\n .tooltip.bottom {\n padding: 5px 0;\n margin-top: 3px;\n }\n .tooltip.left {\n padding: 0 5px;\n margin-left: -3px;\n }\n .tooltip-inner {\n max-width: 200px;\n padding: 3px 8px;\n color: #fff;\n text-align: center;\n background-color: #000;\n border-radius: 4px;\n }\n .tooltip-arrow {\n position: absolute;\n width: 0;\n height: 0;\n border-color: transparent;\n border-style: solid;\n }\n .tooltip.top .tooltip-arrow {\n bottom: 0;\n left: 50%;\n margin-left: -5px;\n border-width: 5px 5px 0;\n border-top-color: #000;\n }\n .tooltip.top-left .tooltip-arrow {\n right: 5px;\n bottom: 0;\n margin-bottom: -5px;\n border-width: 5px 5px 0;\n border-top-color: #000;\n }\n .tooltip.top-right .tooltip-arrow {\n bottom: 0;\n left: 5px;\n margin-bottom: -5px;\n border-width: 5px 5px 0;\n border-top-color: #000;\n }\n .tooltip.right .tooltip-arrow {\n top: 50%;\n left: 0;\n margin-top: -5px;\n border-width: 5px 5px 5px 0;\n border-right-color: #000;\n }\n .tooltip.left .tooltip-arrow {\n top: 50%;\n right: 0;\n margin-top: -5px;\n border-width: 5px 0 5px 5px;\n border-left-color: #000;\n }\n .tooltip.bottom .tooltip-arrow {\n top: 0;\n left: 50%;\n margin-left: -5px;\n border-width: 0 5px 5px;\n border-bottom-color: #000;\n }\n .tooltip.bottom-left .tooltip-arrow {\n top: 0;\n right: 5px;\n margin-top: -5px;\n border-width: 0 5px 5px;\n border-bottom-color: #000;\n }\n .tooltip.bottom-right .tooltip-arrow {\n top: 0;\n left: 5px;\n margin-top: -5px;\n border-width: 0 5px 5px;\n border-bottom-color: #000;\n }\n .dropdown-menu {\n position: absolute;\n // top: 100%;\n // left: 0;\n z-index: 1000;\n display: none;\n float: left;\n min-width: 160px;\n padding: 5px 0;\n margin: 2px 0 0;\n font-size: 14px;\n text-align: left;\n list-style: none;\n background-color: #fff;\n -webkit-background-clip: padding-box;\n background-clip: padding-box;\n border: 1px solid #ccc;\n border: 1px solid rgba(0, 0, 0, .15);\n border-radius: 4px;\n -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);\n box-shadow: 0 6px 12px rgba(0, 0, 0, .175);\n }\n .dropdown-menu.pull-right {\n right: 0;\n left: auto;\n }\n .dropdown-menu .divider {\n height: 1px;\n margin: 9px 0;\n overflow: hidden;\n background-color: #e5e5e5;\n }\n .dropdown-menu > li > a {\n display: block;\n padding: 3px 20px;\n clear: both;\n font-weight: normal;\n line-height: 1.42857143;\n color: #333;\n white-space: nowrap;\n }\n .dropdown-menu > li > a:hover,\n .dropdown-menu > li > a:focus {\n color: #262626;\n text-decoration: none;\n background-color: #f5f5f5;\n }\n .dropdown-menu > .active > a,\n .dropdown-menu > .active > a:hover,\n .dropdown-menu > .active > a:focus {\n color: #fff;\n text-decoration: none;\n background-color: #337ab7;\n outline: 0;\n }\n .dropdown-menu > .disabled > a,\n .dropdown-menu > .disabled > a:hover,\n .dropdown-menu > .disabled > a:focus {\n color: #777;\n }\n .dropdown-menu > .disabled > a:hover,\n .dropdown-menu > .disabled > a:focus {\n text-decoration: none;\n cursor: not-allowed;\n background-color: transparent;\n background-image: none;\n filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);\n }\n .open > .dropdown-menu {\n display: block;\n }\n .open > a {\n outline: 0;\n }\n .dropdown-menu-right {\n right: 0;\n left: auto;\n }\n .dropdown-menu-left {\n right: auto;\n left: 0;\n }\n .dropdown-header {\n display: block;\n padding: 3px 20px;\n font-size: 12px;\n line-height: 1.42857143;\n color: #777;\n white-space: nowrap;\n }\n .dropdown-backdrop {\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 990;\n }\n .pull-right > .dropdown-menu {\n right: 0;\n left: auto;\n }\n .dropup .caret,\n .navbar-fixed-bottom .dropdown .caret {\n content: \"\";\n border-top: 0;\n border-bottom: 4px dashed;\n border-bottom: 4px solid \\9;\n }\n .dropup .dropdown-menu,\n .navbar-fixed-bottom .dropdown .dropdown-menu {\n top: auto;\n bottom: 100%;\n margin-bottom: 2px;\n }\n @media (min-width: 768px) {\n .navbar-right .dropdown-menu {\n right: 0;\n left: auto;\n }\n .navbar-right .dropdown-menu-left {\n right: auto;\n left: 0;\n }\n }\n .btn-group-justified > .btn-group .dropdown-menu {\n left: auto;\n }\n .nav-tabs.nav-justified > .dropdown .dropdown-menu {\n top: auto;\n left: auto;\n }\n .nav-justified > .dropdown .dropdown-menu {\n top: auto;\n left: auto;\n }\n .nav-tabs .dropdown-menu {\n margin-top: -1px;\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n }\n @media (max-width: 767px) {\n .navbar-nav .open .dropdown-menu {\n position: static;\n float: none;\n width: auto;\n margin-top: 0;\n background-color: transparent;\n border: 0;\n -webkit-box-shadow: none;\n box-shadow: none;\n }\n .navbar-nav .open .dropdown-menu > li > a,\n .navbar-nav .open .dropdown-menu .dropdown-header {\n padding: 5px 15px 5px 25px;\n }\n .navbar-nav .open .dropdown-menu > li > a {\n line-height: 20px;\n }\n .navbar-nav .open .dropdown-menu > li > a:hover,\n .navbar-nav .open .dropdown-menu > li > a:focus {\n background-image: none;\n }\n }\n .navbar-nav > li > .dropdown-menu {\n margin-top: 0;\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n }\n .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {\n margin-bottom: 0;\n border-top-left-radius: 4px;\n border-top-right-radius: 4px;\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n }\n @media (max-width: 767px) {\n .navbar-default .navbar-nav .open .dropdown-menu > li > a {\n color: #777;\n }\n .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,\n .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {\n color: #333;\n background-color: transparent;\n }\n .navbar-default .navbar-nav .open .dropdown-menu > .active > a,\n .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,\n .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {\n color: #555;\n background-color: #e7e7e7;\n }\n .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,\n .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,\n .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {\n color: #ccc;\n background-color: transparent;\n }\n }\n @media (max-width: 767px) {\n .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {\n border-color: #080808;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu .divider {\n background-color: #080808;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {\n color: #9d9d9d;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,\n .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {\n color: #fff;\n background-color: transparent;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,\n .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,\n .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {\n color: #fff;\n background-color: #080808;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,\n .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,\n .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {\n color: #444;\n background-color: transparent;\n }\n }\n}\n","/*\nWP Color Picker (Iris) Styles\n---------------------------------------------*/\n\n.ninja-forms-app #wpcontent .wp-picker-holder {\n position: absolute;\n z-index: 9001;\n}\n.ninja-forms-app #wpcontent .wp-picker-holder * {\n box-sizing: content-box;\n}\n.wp-picker-container {\n width: 100%;\n}\n.wp-color-result,\n.wp-picker-input-wrap {\n margin-top: 5px;\n}\n.wp-color-result {\n border: 0;\n box-shadow: none;\n margin: 5px 0 0;\n height: 41px;\n width: 100%;\n padding-left: 60px;\n}\n.wp-color-result:after {\n font-size: 16px;\n line-height: 41px;\n}\n.wp-color-result.wp-picker-open {\n display: none;\n}\n.wp-color-picker,\n.wp-picker-input-wrap {\n width: 100% !important;\n}\n\n.wp-picker-input-wrap > .button.wp-picker-default {\n display: none;\n}\n","\n@-webkit-keyframes color_change {\n from { background-color: $cta_color; color: #fff }\n to { background-color: #3B454D; color: #A2A5A8 }\n}\n@-moz-keyframes color_change {\n from { background-color: $cta_color; color: #fff }\n to { background-color: #3B454D; color: #A2A5A8 }\n}\n@-ms-keyframes color_change {\n from { background-color: $cta_color; color: #fff }\n to { background-color: #3B454D; color: #A2A5A8 }\n}\n@-o-keyframes color_change {\n from { background-color: $cta_color; color: #fff }\n to { background-color: #3B454D; color: #A2A5A8 }\n}\n@keyframes color_change {\n from { background-color: $cta_color; color: #fff }\n to { background-color: #3B454D; color: #A2A5A8 }\n}\n.nf-item.clicked {\n //background: #1EA9EA;\n animation-name: color_change;\n animation-duration: 2s;\n animation-iteration-count: 1;\n animation-direction: alternate;\n}\n@media only screen and (max-width: 1400px) {\n .nf-field-type-button {\n width: 50%;\n }\n}\n@media only screen and (max-width: 1065px) {\n .nf-app-menu {\n .preview {\n .app-menu-text {\n text-indent: -9999px;\n display: inline-block;\n width: 0;\n }\n }\n }\n .nf-drawer-opened {\n .nf-actions-table {\n th, td {\n &:nth-child(3) {\n display: none;\n }\n }\n }\n }\n}\n@media only screen and (max-width: 900px) {\n #nf-header {\n ul {\n display: none;\n }\n .nf-button.primary {\n display: none;\n }\n }\n\n .nf-mobile-menu {\n display: inline-block;\n }\n #nf-app-sub-header {\n h2 {\n padding-left: 0;\n transition: all 1.0s ease 0s\n }\n }\n\n .nf-add-new.nf-open-drawer {\n position: fixed;\n text-indent: -9999px;\n height: 54px;\n width: 54px;\n top: auto;\n left: auto;\n bottom: 20px;\n right: 20px;\n &:after {\n background: $accent_color;\n border: 2px solid $accent_color;\n border-radius: 40px;\n color: #fff;\n content: \"+\";\n font-size: 50px;\n padding: 8px;\n position: absolute;\n left: 0;\n width: 28px;\n height: 28px;\n line-height: 24px;\n text-indent: 0px;\n }\n }\n\n #nf-main-header {\n .nf-button {\n display: none;\n }\n }\n // .nf-item-controls {\n // li {\n // margin: -4px 15px 0;\n // height: 26px;\n // a {\n // width: 30px;\n // height: 30px;\n // &:hover {\n // .nf-tooltip {\n // top: -45px;\n // visibility:visible;\n // opacity: 1.0;\n // filter: alpha(opacity=100);\n // transition: all 1.0s ease;\n // transition-delay: 1.4s;\n // }\n // }\n // .dashicons {\n // font-size: 26px;\n // padding-top: 1px;\n // }\n // }\n // &.nf-item-duplicate {\n // .nf-tooltip {\n // left: -32px;\n // &:after {\n // left: 36px;\n // }\n // }\n // }\n // &.nf-item-edit {\n // .nf-tooltip {\n // left: -16px;\n // &:after {\n // left: 20px;\n // }\n // }\n // }\n // &.nf-item-delete {\n // margin-top: -4px;\n // }\n // &.nf-item-expand {\n // display: none;\n // .dashicons {\n // transform: rotate(-90deg);\n // }\n // }\n // .nf-item-editing {\n // display: none;\n // }\n // }\n // &.nf-editing {\n // font-weight: normal;\n // a {\n // color: #424242;\n // }\n // .nf-item-delete,\n // .nf-item-duplicate {\n // display: none;\n // }\n // .nf-item-editing {\n // display: inline;\n // line-height: 26px;\n // }\n // }\n // }\n .nf-one-half, .nf-one-third {\n float: none;\n width: 100%;\n }\n .nf-drawer-expand {\n .nf-one-half {\n float: left;\n width: 50%;\n }\n .nf-on-third {\n float: left;\n width: 33%;\n }\n }\n\n #nf-app-form-title {\n margin-top: -55px;\n }\n #nf-main {\n top: 120px;\n }\n\n #nf-table-display {\n .nf-item-controls {\n width: auto;\n }\n }\n}\n@media only screen and (max-width: 1023px) {\n .ninja-forms-app {\n &.folded {\n #wpcontent {\n margin-left: 36px;\n padding: 0;\n position: absolute;\n top: 0;\n left: 0;\n bottom: 0;\n right: 0;\n #wpbody {\n left: 0;\n }\n }\n }\n }\n\n .nf-setting-wrap {\n width: 50%;\n }\n #nf-drawer {\n width: 100%;\n }\n .nf-drawer-opened {\n #nf-main {\n width: 100%;\n }\n .nf-setting-wrap {\n width: 50%;\n }\n }\n .nf-drawer-closed {\n .nf-setting-wrap {\n width: 50%;\n }\n }\n .nf-toggle-drawer {\n display: none;\n }\n\n}\n@media only screen and (max-width: 960px) {\n .ninja-forms-app {\n &.auto-fold {\n #wpcontent {\n margin-left: 36px;\n padding: 0;\n position: absolute;\n top: 0;\n left: 0;\n bottom: 0;\n right: 0;\n #wpbody {\n left: 0;\n }\n }\n }\n }\n .nf-drawer-opened .nf-toggle-drawer {\n display: none;\n }\n\n\n\n}\n\n@media only screen and (max-width: 782px) {\n .ninja-forms-app {\n &.folded, &.auto-fold {\n #wpcontent {\n margin-left: 0;\n }\n }\n }\n // .nf-item-controls {\n // top: 15px;\n // }\n #nf-builder {\n padding: 80px 20px 10px;\n .nf-cta-bubble {\n display: none !important;\n }\n }\n #nf-main {\n padding: 20px 0 80px;\n }\n #nf-drawer {\n padding: 20px;\n }\n\n\n #nf-main-content {\n width: 100%;\n max-width: 100%;\n }\n #nf-main {\n border: 0;\n }\n // .nf-field-wrap {\n // border: 0;\n // border-top: 8px solid #f1f1f1;\n // border-radius: 0;\n // margin: 0;\n // padding: 20px;\n // &:first-child {\n // border-top: 8px solid #fff;\n // }\n // }\n // .nf-fields-sortable-placeholder { margin-top: 0; margin-bottom: 0; border: 4px solid #84CC1E }\n // .nf-fields-sortable-placeholder + .nf-field-wrap {\n // border: 0;\n // }\n // .nf-fields-sortable {\n // border: 0;\n // padding: 0;\n // }\n // .nf-field-wrap.ui-sortable-helper {\n // background: transparent;\n // border: 2px solid $accent_color;\n // }\n\n}\n@media only screen and (max-width: 660px) {\n\n #nf-builder {\n //margin-top: 46px;\n }\n .nf-one-half, .nf-one-third {\n width: 100%;\n }\n // .nf-field-wrap {\n // border: 0;\n // border-bottom: 1px solid #ccc;\n // border-radius: 0;\n // margin: 0;\n // padding: 20px;\n // &:first-child {\n // border-top: 1px solid #ccc;\n // }\n // }\n .nf-actions-table {\n td:nth-child(3),th:nth-child(3) {\n display: none;\n }\n }\n // display: block;\n // table, thead, tbody, th, td, tr {\n // display: block;\n // }\n // thead tr {\n // position: absolute;\n // top: -9999px;\n // left: -9999px;\n // }\n // tr { border: 1px solid #ccc; }\n // td {\n // /* Behave like a \"row\" */\n // border: none;\n // border-bottom: 1px solid #eee;\n // position: relative;\n // padding-left: 50%;\n // text-align: right;\n // width: auto !important;\n // &::before {\n // /* Now like a table header */\n // line-height: 36px;\n // position: absolute;\n // /* Top/left values mimic padding */\n // top: 6px;\n // left: 6px;\n // width: 45%;\n // padding-right: 10px;\n // text-align: left;\n // white-space: nowrap;\n // }\n // &:last-child {\n // height: 50px;\n // }\n // }\n // td:nth-of-type(1):before { content: \"\"; }\n // td:nth-of-type(2):before { content: \"Name\"; }\n // td:nth-of-type(3):before { content: \"Type\"; }\n // td:nth-of-type(4):before { content: \"Actions\"; }\n // }\n\n .nf-drawer-buttons {\n display: block;\n }\n // .nf-drawer-header {\n // background: #fff;\n // margin: -20px -20px 20px;\n // //padding: 0;\n // h2 {\n // font-size: 16px;\n // line-height: 46px;\n // margin: 0;\n // .dashicons {\n // background: #fff;\n // font-size: 30px;\n // padding-top: 7px;\n // width: 45px;\n // height: 45px;\n // }\n // }\n // .nf-button {\n // border-radius: 0;\n // }\n // }\n .nf-item {\n padding: 15px;\n .fa {\n padding: 14px;\n width: 48px;\n }\n }\n .nf-saved .nf-item::after {\n padding: 14px;\n }\n}\n\n@media only screen and (max-width: 600px) {\n // #nf-builder {\n // margin-top: 46px;\n // }\n\n\n}\n",".rtl.ninja-forms-app {\n #wpcontent {\n margin-right: 140px;\n #wpbody {\n right: 160px;\n left: 0;\n }\n }\n &.folded {\n #wpcontent {\n margin-right: 16px;\n #wpbody {\n right: 36px;\n left: 0;\n }\n }\n }\n}\n\n.rtl {\n #nf-app-admin-header {\n #nf-logo {\n float: right;\n }\n .fa-times {\n right: auto;\n left: 0;\n }\n }\n\n .nf-app-buttons {\n float: left;\n }\n\n #nf-app-header {\n .nf-app-menu {\n li {\n float: right;\n a {\n &.preview {\n .dashicons {\n margin-right: 10px;\n }\n }\n }\n }\n }\n }\n\n .nf-master-control {\n right: auto;\n left: 30px;\n .fa {\n margin: 15px 16px 0 0;\n }\n }\n\n input[type=submit] {\n float: left;\n }\n .nf-cancel {\n float: left;\n margin-left: 20px;\n }\n\n .nf-add-new {\n margin: 0;\n padding: 0;\n //padding: 0 46px 0 0;\n &:after {\n right: 0;\n left: auto;\n line-height: 14px;\n }\n }\n\n #nf-main {\n right: 0;\n left: auto;\n }\n #nf-main-header {\n .nf-button {\n float: left;\n }\n }\n .nf-field-label {\n margin-left: 0;\n margin-right: 16px;\n }\n .nf-item-controls {\n right: auto;\n left: 0;\n .nf-item-control {\n right: auto;\n left: 0;\n }\n &:hover {\n .nf-item-duplicate {\n right: auto;\n left: 80px;\n }\n .nf-item-delete {\n right: auto;\n left: 40px;\n }\n }\n }\n\n #nf-drawer {\n right: auto;\n left: -1400px;\n &.nf-drawer-expand {\n width: 100%;\n }\n }\n\n .nf-drawer-header {\n h2 {\n float: right;\n .dashicons {\n margin-left: 10px;\n }\n }\n .nf-button {\n float: left;\n }\n }\n\n .nf-search {\n input[type=search] {\n padding: 12px 50px 12px 0;\n }\n &::before {\n right: 10px;\n left: 0;\n }\n }\n\n .nf-drawer-opened {\n #nf-drawer {\n left: 0;\n right: auto;\n }\n #nf-app-sub-header {\n h2 {\n padding-right: 0;\n }\n }\n }\n\n .nf-settings {\n h3 {\n .dashicons {\n margin: -4px -30px 0 10px;\n &.dashicons-arrow-right::before {\n content: \"\\f141\";\n }\n }\n }\n }\n\n .nf-item {\n .fa {\n left: auto;\n right: 0;\n }\n }\n\n .nf-one-half,\n .nf-one-third,\n .nf-one-fourth {\n float: right;\n }\n}\n"]}
1
+ {"version":3,"sources":["normalize.scss","header.scss","main.scss","builder.scss","main-fields.scss","main-settings.scss","item-controls.scss","builder-fields.scss","drawer.scss","drawer-settings.scss","drawer-add.scss","drawer-changes.scss","errors.scss","add-new.scss","toggle.scss","dropdown.scss","tables.scss","scrollbar.scss","drag-drop.scss","loading.scss","tooltip.scss","merge-tags-tooltip.scss","editor.scss","color-picker.scss","media-queries.scss","rtl.scss"],"names":[],"mappings":"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","file":"builder.css","sourcesContent":["html {\n overflow: hidden;\n width: 100%;\n float: left;\n left: 0;\n}\n#wp-auth-check-wrap #wp-auth-check {\n z-index: 1000000000000;\n}\n.ninja-forms-app {\n height: 0;\n #adminmenumain,\n #wpfooter {\n display: none;\n }\n #wpwrap {\n height: 0;\n min-height: 0;\n }\n #wpcontent {\n #wpbody {\n font-size: 16px;\n }\n * {\n -webkit-box-sizing: border-box;\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n }\n .wp-editor-tabs button {\n box-sizing: initial;\n }\n }\n .grey {\n #nf-drawer {\n .nf-button {\n padding: 15px 30px;\n }\n }\n }\n}\n.media-modal {\n z-index: 100000000;\n}\n#nf-builder {\n background: #fff;\n padding: 30px 40px;\n overflow: hidden;\n padding-top: 80px;\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n z-index: 10000000;\n box-shadow: 0 5px 15px rgba(0, 0, 0, .7);\n}\n\n.product-content article>*:not(img) {\n padding-left: 30px;\n padding-right: 30px;\n}\n","#nf-header {\n //background: red;\n height: 100px;\n transition: margin 0.5s ease;\n #nf-logo {\n background-image: url( '../img/ninja-forms-app-header-logo.png' );\n float: left;\n width: 80px;\n height: 30px;\n @media (min-resolution: 192dpi), (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-device-pixel-ratio: 2), (min-resolution: 2dppx) {\n background-image: url( '../img/ninja-forms-app-header-logo@2x.png' );\n background-size: 80px 30px;\n }\n opacity: 1.0;\n filter: alpha(opacity=100);\n transition: all 1.0s ease;\n }\n ul {\n display: inline-block;\n margin: 0;\n li {\n float: left;\n &.nf-mobile-menu {\n display: none;\n }\n a {\n color: #424242;\n display: block;\n margin: 16px 20px;\n padding-bottom: 8px;\n text-decoration: none;\n &.active {\n border-bottom: 2px solid #424242;\n }\n &.preview {\n color: #bbb;\n transition: all 1.0s ease;\n .dashicons {\n display: inline-block;\n margin-left: 10px;\n }\n }\n }\n &:first-child {\n a {\n margin-left: 0;\n }\n }\n }\n &:after {\n clear: both;\n content: \"\";\n display: block;\n }\n }\n input[type=submit] {\n float: right;\n }\n .nf-cancel {\n float: right;\n margin-right: 30px;\n padding: 8px 0;\n .dashicons {\n font-size: 30px;\n }\n }\n &:after {\n clear: both;\n content: \"\";\n display: block;\n }\n}\n#nf-app-header {\n height: 50px;\n &:after {\n clear: both;\n content: \"\";\n display: block;\n }\n}\n#nf-app-sub-header {\n height: 50px;\n padding: 0;\n h2 {\n display: inline-block;\n margin: 0;\n padding: 10px 0;\n transition: all 1.0s ease 0s\n }\n &:after {\n clear: both;\n content: \"\";\n display: block;\n }\n}\n.nf-app-buttons {\n float: right;\n .publish {\n float: right;\n }\n}\n#nf-app-form-title {\n h2 {\n margin: 15px 0;\n }\n}\n","#nf-main {\n border: 4px solid #fff;\n //padding: 20px 40px 40px;\n width: 100%;\n position: absolute;\n top: 190px;\n overflow: auto;\n overflow-x: visible;\n bottom: 0;\n left: 0;\n -webkit-overflow-scrolling: touch;\n transition: left 0.5s ease;\n .nf-field-type-button {\n width: 400px;\n }\n}\n.nf-main-test {\n width: 100%;\n transition: width 0.5s ease;\n}\n#nf-main-content,\n#nf-main-header {\n margin: 0 auto;\n max-width: 860px;\n user-select: none;\n padding: 0 80px;\n position: relative;\n}\n#nf-main-header {\n //padding: 0 0 20px;\n .nf-button {\n float: right;\n }\n h2 {\n display: inline-block;\n }\n &:after {\n clear: both;\n content: \"\";\n display: block;\n }\n}\n\n#the-list tr.flagged th:first-child {\n border-left: 5px solid yellow;\n}\n\n#nf-main-gutter-left,\n#nf-main-gutter-right {\n //background: red;\n position: absolute;\n top: 0;\n width: 80px;\n height: 450px;\n .fa-chevron-circle-left,\n .fa-chevron-circle-right,\n .fa-plus-circle {\n color: #eee;\n font-size: 86px;\n position: absolute;\n top: 50%;\n transform: translateY(-50%);\n &:hover {\n color: $cta_color;\n cursor: pointer;\n }\n }\n}\n#nf-main-gutter-left {\n left: 0;\n padding-left: 6px;\n}\n#nf-main-gutter-right {\n right: 0;\n padding-right: 6px;\n}\n","$accent_color: #84CC1E;\n$cta_color: #1EA9EA;\n\n/*\nNormalize WordPress admin for Ninja Forms App\n---------------------------------------------*/\n\n@import \"normalize\";\n\n/*\nHeader and Nav for Ninja Forms App\n---------------------------------- */\n\n@import \"header\";\n@import \"main\";\n@import \"main-fields\";\n@import \"main-settings\";\n\n/*\nForm field placeholders for the fields a user has added to their form\n----------------------------------------------------------------------- */\n@import \"item-controls\";\n@import \"builder-fields\";\n\n/*\nAll styles used within the drawer\n--------------------------------- */\n\n@import \"drawer\";\n@import \"drawer-settings\";\n@import \"drawer-add\";\n@import \"drawer-changes\";\n@import \"errors\";\n/*\nVarious custom field styles\n--------------------------------- */\n\n@import \"add-new\";\n@import \"toggle\";\n@import \"dropdown\";\n\n/*\nAll styles used for displaying table content\n-------------------------------------------- */\n\n@import \"tables\";\n\n@import \"scrollbar\";\n@import \"drag-drop\";\n@import \"loading\";\n@import \"tooltip\";\n@import \"merge-tags-tooltip\";\n@import \"editor\";\n@import \"color-picker\";\n\n@import \"media-queries\";\n\n#nf-app-admin-header {\n background: #EBEDEE;\n height: 60px;\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n .fa-times {\n background: #424242;\n color: #fff;\n font-size: 30px;\n position: absolute;\n text-align: center;\n text-decoration: none;\n line-height: 56px;\n right: 0;\n height: 60px;\n width: 60px;\n }\n #nf-logo {\n background-image: url(\"../img/ninja-forms-app-header-logo@2x.png\");\n background-size: 130px 50px;\n background-position: center bottom;\n background-repeat: no-repeat;\n float: left;\n width: 160px;\n height: 60px;\n opacity: 1.0;\n filter: alpha(opacity=100);\n -webkit-transition: all 1.0s ease;\n transition: all 1.0s ease;\n }\n .nf-cta-bubble {\n background: $cta_color;\n border: 1px solid $cta_color;\n border-radius: 6px;\n color: #fff;\n display: block;\n float: left;\n font-size: 14px;\n margin: 6px 0 0 20px;\n padding: 5px 10px;\n position: relative;\n text-decoration: none;\n width: 360px;\n &::after {\n display: block;\n content: \"\";\n width: 0;\n height: 0;\n border-top: 10px solid transparent;\n border-bottom: 10px solid transparent;\n border-right: 10px solid $cta_color;\n position: absolute;\n left: -10px;\n top: 13px;\n }\n &:hover {\n background: #fff;\n color: $cta-color;\n }\n }\n}\n\n.scrollWrap{\n overflow : hidden;\n height : 100%;\n position : relative;\n z-index : 1;\n}\n.scrollContent{\n height : 100%;\n width : 100%;\n padding : 0 32px 0 0;\n position : relative;\n right : -18px;\n overflow : auto;\n -moz-box-sizing : border-box;\n box-sizing : border-box;\n}\n\n.fakeScrollBar{\n position : absolute;\n background : rgba(255,255,255,.5);\n width : 9px;\n border-radius : 4px;\n right : -15px;\n top : 0;\n z-index : 0;\n cursor : -moz-grab;\n cursor : -webkit-grab;\n}\n\n.fakeScroll:hover .fakeScrollBar.fakescroll-grabbed{\n cursor : -moz-grabbing;\n cursor : -webkit-grabbing;\n background : #FFF;\n}\n\nbody.fakescroll-grabbed{\n cursor : -moz-grabbing;\n cursor : -webkit-grabbing;\n}\n\n@import \"rtl\";\n\n",".nf-fields-empty {\n padding: 0 40px;\n h3 {\n font-size: 30px;\n line-height: 32px;\n }\n p {\n font-size: 18px;\n }\n a {\n text-decoration: none;\n }\n}\n\n.nf-field-label {\n display: inline-block;\n margin-left: 16px;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n width: 80%;\n .nf-drawer-opened & {\n width: 60%;\n }\n}\n\n.nf-field-wrap {\n .fa {\n // margin-right: 10px;\n // width: 24px;\n }\n}\n.template-box {\n text-decoration: none;\n .template-box-inside {\n background: #EBEDEE;\n color: #424242;\n min-height: 160px;\n padding: 10px;\n text-decoration: none;\n transition: all 0.2s ease-in-out 0.1s, box-shadow 0.2s ease-in-out 0.1s;\n h4 {\n margin: 0 0 10px;\n min-height: 35px;\n }\n p {\n font-size: 12px;\n margin: 0;\n }\n }\n &:hover {\n .template-box-inside {\n background: #fff;\n box-shadow: 0 0 20px $cta_color;\n color: $cta_color;\n transition: all 0.2s ease-in-out 0.1s, box-shadow 0.2s ease-in-out 0.1s;\n }\n }\n .nf-drawer-opened & {\n width: 50%;\n }\n}\n@media only screen and (max-width: 1400px) {\n .nf-drawer-opened {\n .template-box {\n width: 100%;\n }\n }\n}\n",".nf-setting-wrap {\n cursor: pointer;\n float: left;\n margin-bottom: 30px;\n padding: 0 2%;\n width: 33.33%;\n &::after {\n clear: both;\n content: \"\";\n display: block;\n }\n span {\n background: #fff;\n border: 1px solid #ccc;\n border-radius: 4px;\n display: table-cell;\n height: 85px;\n width: 400px;\n text-align: center;\n vertical-align: middle;\n }\n &.active {\n span {\n border: 2px solid $accent_color;\n font-weight: bold;\n }\n }\n}\n",".nf-item-controls {\n height: 30px;\n width: 30px;\n float: right;\n margin: 0;\n position: absolute;\n top: 9px;\n right: 10px;\n .nf-item-control {\n visibility: hidden;\n margin: 0;\n opacity: 0;\n text-align: center;\n width: 40px;\n height: 30px;\n position: absolute;\n right: 0;\n transition: all 0.5s ease;\n a {\n background: #fff;\n border: 1px solid #fff;\n border-radius: 50px;\n color: $cta_color;\n display: block;\n text-decoration: none;\n padding: 3px;\n position: relative;\n width: 32px;\n &:hover {\n background: #fff;\n border: 1px solid $cta_color;\n color: $cta_color;\n }\n }\n .fa {\n font-size: 18px;\n line-height: 24px;\n text-align: center;\n }\n &.nf-item-edit {\n opacity: 100;\n visibility: visible;\n z-index: auto;\n }\n }\n &:hover {\n a {\n background: $cta_color;\n color: #fff;\n }\n .nf-item-duplicate {\n visibility: visible;\n opacity: 100;\n right: 80px;\n transition: all 0.5s ease;\n }\n .nf-item-delete {\n visibility: visible;\n opacity: 100;\n right: 40px;\n transition: all 0.5s ease;\n }\n }\n}\n#nf-table-display {\n .nf-item-controls {\n float: right;\n }\n}\n",".nf-field-wrap {\n background: #fff;\n border: 1px solid #ccc;\n border-radius: 4px;\n color: #888;\n cursor: pointer;\n margin-bottom: 20px;\n padding: 15px 20px;\n position: relative;\n &.active {\n //background: #fafafa;\n border: 2px solid #84CC1E;\n color: #424242;\n font-weight: bold;\n .nf-item-controls {\n font-weight: normal;\n a {\n background: #fff;\n color: $accent_color;\n &:hover {\n border-color: #fff;\n }\n }\n .nf-item-delete,\n .nf-item-duplicate {\n display: none;\n }\n .nf-item-editing {\n display: inline;\n }\n .nf-item-edit {\n .dashicons {\n margin-right: 12px\n }\n }\n }\n }\n &.note {\n background: #ffffee;\n }\n}\n\n.nf-group-wrap {\n background: #fff;\n border: 2px solid #ccc;\n border-radius: 4px;\n color: #888;\n margin: 0 -10px 20px;\n padding: 15px 30px;\n position: relative;\n //transition: all 1.0s ease;\n .nf-item-controls {\n width: 128px;\n }\n .nf-item-expand {\n display: inline !important;\n }\n .nf-field-wrap {\n margin-left: -20px;\n margin-right: -20px;\n visibility: hidden;\n opacity: 0.0;\n filter: alpha(opacity=0);\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n //transition: all 1.0s ease;\n }\n &.expanded {\n border-color: $accent_color;\n color: $accent_color;\n //transition: all 1.0s ease;\n .nf-item-expand {\n .dashicons {\n transform: rotate(90deg);\n }\n }\n .nf-field-wrap {\n opacity: 1.0;\n visibility: visible;\n filter: alpha(opacity=100);\n position: relative;\n top: 0;\n left: 0;\n right: 0;\n transition: all 1.0s ease;\n &:nth-child(2) {\n margin-top: 20px;\n }\n &:last-child {\n margin-bottom: 0;\n }\n .nf-item-controls {\n width: 96px;\n .nf-item-expand {\n display: none !important;\n }\n }\n }\n }\n}\n","#nf-drawer {\n background: #EBEDEE;\n padding: 40px 40px;\n width: 50%;\n position: absolute;\n top: 0;\n bottom: 0;\n right: -1400px;\n overflow: hidden;\n z-index: auto; // Changed from 101 to Auto to fix a bug with the merge tag overlay in Safari.\n transition: width 0.75s ease;\n -webkit-overflow-scrolling: touch;\n &.nf-drawer-expand {\n width: 100%;\n }\n}\n.nf-drawer-opened {\n .nf-main-test {\n width: 50%;\n transition: all 0.50s ease;\n .nf-button {\n display: none;\n }\n }\n #nf-drawer {\n right: 0;\n transition: all 0.50s ease;\n &.nf-drawer-expand {\n width: 100%;\n transition: all 0.50s ease;\n .nf-toggle-drawer {\n .dashicons {\n transform: rotate(180deg);\n transition: all 0.50s ease;\n }\n .nf-expand-off {\n display: none;\n }\n .nf-expand-on {\n display: inline;\n }\n }\n }\n }\n .preview {\n opacity: 0.0;\n visibility:hidden;\n filter: alpha(opacity=0);\n transition: all 0.50s ease;\n &:hover, &:active, &.active {\n opacity: 0.0;\n visibility:hidden;\n filter: alpha(opacity=0);\n transition: all 0.50s ease;\n }\n }\n #nf-main-content,\n #nf-main-header {\n margin: 0 auto;\n //padding-left: 60px;\n transition: all 0.50s ease;\n }\n @media only screen and (min-width: 901px) {\n #nf-app-sub-header {\n .nf-add-new {\n top: 139px !important;\n text-indent: -99999px;\n &:after {\n }\n }\n }\n }\n .nf-setting-wrap {\n width: 50%;\n transition: width 0.50s ease;\n }\n .nf-toggle-drawer {\n display: block;\n }\n}\n.nf-drawer-closed {\n #nf-main {\n width: 100%;\n left: 0;\n transition: width 0.50s ease, left 0.50s ease;\n }\n #nf-drawer {\n right: -1400px;\n transition: right 0.50s ease;\n }\n .nf-add-new {\n opacity: 1.0;\n visibility: visible;\n filter: alpha(opacity=100);\n transition: all 0.50s ease;\n }\n .nf-setting-wrap {\n width: 33%;\n transition: width 0.50s ease;\n }\n .nf-toggle-drawer {\n display: none;\n }\n}\n.nf-drawer-header {\n margin-bottom: 20px;\n padding: 0 10px;\n &::after {\n clear: both;\n content: \"\";\n display: block;\n }\n h2 {\n color: #666;\n float: left;\n font-size: 20px;\n line-height: 22px;\n .dashicons {\n margin-right: 10px;\n }\n }\n .nf-button {\n float: right;\n }\n}\n.nf-drawer-error {\n background-color: #FFBABA;\n border: 1px solid #FFBABA;\n border-radius: 5px;\n color: #D8000C;\n font-size: 12px;\n margin: 10px 0px;\n padding: 10px 10px;\n}\n.nf-settings {\n h3 {\n color: #424242;\n font-size: 14px;\n padding: 10px 10px 0;\n text-transform: uppercase;\n .dashicons {\n color: #bbb;\n font-size: 28px;\n margin: -4px 10px 0 -30px;\n }\n }\n &::after {\n clear: both;\n content: \"\";\n display: block;\n }\n}\n.nf-full {\n clear: both;\n &.toggle-row {\n border-bottom: 1px solid #ccc;\n margin: 0;\n position: relative;\n &:first-child {\n border-top: 1px solid #ccc;\n }\n label {\n display: inline-block;\n padding: 15px 60px 15px 0;\n //margin: 15px -40px 12px 0;\n }\n .nf-toggle {\n float: right;\n margin: 15px 0;\n position: absolute;\n top: 0;\n right: 10px;\n }\n }\n}\n.nf-one-half,\n.nf-one-third {\n float: left;\n}\n.nf-one-half {\n width: 50%;\n}\n.nf-one-third {\n width: 33.33%;\n}\n.nf-first {\n clear: both;\n margin-left: 0;\n}\n.nf-full,\n.nf-one-half,\n.nf-one-third {\n margin-bottom: 15px;\n padding: 0 2%;\n}\n.nf-full::after,\n.nf-one-half::after,\n.nf-one-third::after {\n clear: both;\n content: \"\";\n display: block;\n}\n.nf-toggle-drawer {\n color: #aaa;\n cursor: pointer;\n display: none;\n float: right;\n margin-top: 40px;\n text-decoration: none;\n padding: 10px 20px;\n position: fixed;\n bottom: 0;\n right: 0;\n .dashicons {\n margin-right: 5px;\n transition: all 0.50s ease;\n }\n .nf-expand-off {\n display: inline;\n }\n .nf-expand-on {\n display: none;\n }\n}\n\n\n#nf-menu-drawer {\n background: #EBEDEE;\n box-shadow: inset 1px 4px 9px -6px;\n width: 250px;\n position: absolute;\n top: 0;\n bottom: 0;\n right: -250px;\n z-index: 999;\n transition: right 0.50s ease;\n ul {\n margin: 0;\n li {\n a {\n border-bottom: 1px solid #ccc;\n color: #424242;\n display: block;\n padding: 10px 20px;\n text-decoration: none;\n .dashicons {\n color: $cta_color;\n margin-right: 15px;\n }\n }\n }\n }\n .nf-publish {\n background: $cta_color;\n color: #fff;\n padding: 20px;\n text-align: center;\n text-transform: uppercase;\n cursor:pointer;\n\n &.disabled {\n background: #ccc;\n border: 1px solid #ccc;\n cursor: default;\n }\n }\n\n}\n\n\n\n.nf-menu-expand {\n #nf-menu-drawer {\n right: 0;\n transition: right 0.50s ease;\n }\n #nf-header {\n margin-right: 250px;\n margin-left: -250px;\n transition: margin 0.50s ease;\n }\n #nf-main {\n left: -250px;\n transition: left 0.50s ease;\n }\n}\n\n.nf-div-table {\n .nf-table-row {\n &.nf-error {\n textarea {\n border: 1px solid red;\n }\n span.nf-option-error {\n background: red;\n color: #fff;\n display: block;\n padding: 5px 0;\n width: 100%;\n div.nf-error {\n display: block;\n width: 100% !important;\n text-align: center;\n }\n }\n }\n }\n}\n.ninja-forms-app {\n .jBox-Notice {\n .jBox-container {\n background: $accent_color;\n font-size: 18px;\n }\n }\n}\n\n.available-action-modal {\n padding: 20px;\n img {\n width: 100%;\n }\n iframe {\n width: 100%;\n height: 214px;\n }\n p:first-of-type {\n font-size: 16px;\n font-weight: bold;\n line-height: 20px;\n padding: 16px 40px;\n text-align: center;\n }\n .actions {\n margin-top: 30px;\n &::after {\n display: block;\n clear: both;\n content: \"\";\n }\n }\n .primary.nf-button {\n float: right;\n }\n ul {\n list-style-type: disc;\n li {\n margin-left: 20px;\n padding-left: 10px;\n }\n }\n}",".nf-button {\n border: 0;\n border-radius: 4px;\n cursor: pointer;\n display: inline-block;\n font-size: 17px;\n padding: 10px 30px;\n text-align: center;\n text-decoration: none;\n text-transform: uppercase;\n appearance: none;\n &.primary {\n background: $cta_color;\n border: 1px solid #1EA9EA;\n color: #fff;\n }\n &.secondary {\n background: #fff;\n border: 1px solid $cta_color;\n color: $cta_color;\n }\n &.disabled {\n background: #ccc;\n border: 1px solid #ccc;\n cursor: default;\n }\n &.publish {\n float: right;\n }\n}\n.nf-cancel {\n color: #999;\n font-size: 15px;\n}\n.nf-mobile-menu {\n background: $cta_color;\n border-radius: 4px;\n color: #fff;\n display: none;\n float: right;\n padding: 5px 7px 5px 5px;\n text-decoration: none;\n transition: margin 0.5s ease;\n .dashicons {\n font-size: 30px;\n width: 32px;\n height: 30px;\n }\n &:hover {\n color: #fff;\n }\n}\n\n.ninja-forms-app {\n fieldset {\n border: 1px solid #ccc;\n clear: both;\n display: block;\n margin-bottom: 20px;\n }\n label {\n position: relative;\n &::after {\n clear: both;\n content: \"\";\n display: block;\n }\n }\n legend {\n margin: 0 3px 10px;\n padding: 0 10px;\n }\n .nf-setting-label, label, legend {\n color: #424242;\n display: block;\n font-size: 13px;\n text-transform: uppercase;\n .open-media-manager {\n position: absolute;\n color: #ccc;\n right: 15px;\n top: 5px;\n text-decoration: none;\n }\n }\n input[type=text],\n input[type=number],\n textarea {\n background: #f9f9f9;\n border: 0;\n margin-top: 7px;\n padding: 12px 15px;\n width: 100%;\n height: 41px;\n text-transform: default;\n }\n textarea {\n height: 200px;\n }\n input[type=checkbox].nf-checkbox {\n appearance: none;\n background: #f9f9f9;\n border: 0;\n height: 25px;\n width: 25px;\n padding: 2px 1px 0px !important;\n margin: -3px -5px;\n &:checked {\n &::before {\n content: \"\\f147\";\n font: 400 30px/1 dashicons;\n }\n }\n }\n}\n.ninja-forms-app {\n .jBox-wrapper.import-options {\n padding: 12px 20px 0px !important;\n }\n .jBox-wrapper.import-options.jBox-pointerPosition-top.jBox-closeButton-box:before {\n right: 10px;\n }\n .nf-list-options {\n padding-bottom: 20px;\n .nf-add-new {\n margin-left: 20px;\n }\n .nf-div-table {\n .nf-table-row {\n > div {\n //border-top: 16px solid red;\n display: table-cell;\n padding: 5px;\n &:nth-child(1), &:nth-child(6) {\n padding: 0 15px;\n width: 20px;\n }\n &:nth-child(2), &:nth-child(3) {\n width: 45%;\n }\n &:nth-child(4) {\n min-width: 100px;\n }\n input {\n margin: 0;\n }\n }\n &.nf-table-header {\n div {\n font-size: 12px;\n padding: 20px 5px 5px;\n &:nth-child(1), &:nth-child(6) {\n padding: 0 25px;\n }\n }\n }\n }\n }\n &.calculations {\n .nf-div-table {\n .nf-table-header{\n div{\n &:nth-child(4) {\n display: none;\n }\n }\n }\n .nf-table-row {\n div {\n vertical-align: top;\n position: relative;\n &:nth-child(1), &:nth-child(4) {\n padding: 0 15px;\n width: 20px;\n min-width: 20px;\n }\n &:nth-child(2) {\n width: 30%;\n }\n &:nth-child(3) {\n width: 70%;\n }\n textarea {\n margin: 0;\n height: 100px;\n padding-right: 40px;\n }\n .merge-tags {\n color: #999;\n position: absolute;\n right: 15px;\n top: 5px;\n }\n .dashicons {\n color: #999;\n margin-top: 10px;\n }\n }\n .calc-left {\n div {\n display: inline-block;\n &:nth-child(1) {\n width: 100%;\n padding: 0px;\n }\n &:nth-child(2) {\n width: 60%;\n text-align: right;\n font-size: 12px;\n float: left;\n padding-top: 20px;\n padding-right: 10px;\n }\n &:nth-child(3) {\n width: 50px;\n float: left;\n padding-top: 10px;\n }\n }\n }\n }\n }\n }\n }\n .options {\n position: relative;\n legend {\n .nf-open-import-tooltip {\n background: #EBEDEE;\n color: $cta_color;\n font-size: 16px;\n padding: 6px 15px;\n text-decoration: none;\n position: absolute;\n right: 15px;\n top: 0;\n }\n }\n }\n .button-toggle {\n text-align: left;\n border: #ccc 1px solid;\n border-radius: 5px;\n background: #f1f1f1;\n margin-top: 35px;\n padding: 9px 0px;\n width: 100%;\n label {\n width: 48%;\n display: inline-block;\n margin-left: 1%;\n span {\n width: 100%;\n display: inline-block;\n cursor: pointer;\n transition: background-color 0.4s;\n }\n input:checked + span {\n background-color: #1ea9ea;\n border-color: #1ea9ea;\n }\n input + span {\n background-color: #ccc;\n border-color: #ccc;\n }\n }\n }\n}\n.nf-drawer-buttons {\n display: none;\n margin: 0 -20px;\n padding: 0;\n li {\n background: #424242;\n border-right: 1px solid #f1f1f1;\n float: left;\n margin: 0;\n padding: 15px;\n text-align: center;\n width: 50%;\n &:last-child {\n border: 0;\n }\n &.nf-drawer-delete {\n color: red;\n }\n &.nf-drawer-duplicate {\n color: $accent_color;\n }\n .dashicons {\n margin-right: 10px;\n }\n }\n &::after {\n clear: both;\n content: \"\";\n display: block;\n }\n}\n\n.dashicons.spin {\n animation: dashicons-spin 1s infinite;\n animation-timing-function: linear;\n}\n@keyframes dashicons-spin {\n 0% { transform: rotate( 0deg ); }\n 100% { transform: rotate( 360deg ); }\n}\n\n",".nf-search {\n display: inline;\n position: relative;\n input[type=search] {\n background: transparent;\n box-shadow: 0 0 0;\n border: 0;\n margin-bottom:3px;\n padding: 12px 0 12px 50px;\n width: 60%;\n }\n &::before {\n content: \"\\f179\";\n color: #aaa;\n font-family: \"Dashicons\";\n font-size: 30px;\n width: 30px;\n height: 30px;\n position: absolute;\n top: 4px;\n left: 10px;\n }\n}\n.nf-stage {\n position: relative;\n -webkit-user-select: none;\n -khtml-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n .nf-stage-controls {\n background: #F8F8F9;\n padding: 5px;\n position: absolute;\n top: -20px;\n right: 10px;\n }\n}\n.nf-reservoir {\n &::after {\n clear: both;\n content: \"\";\n display: block;\n }\n &.nf-droppable-active,\n &.nf-staged-fields-active {\n background: #F8F8F9;\n border: 4px solid #F8F8F9;\n border-radius: 4px;\n margin: 30px 2% 20px;\n //padding: 10px;\n min-height: 52px;\n padding: 6px;\n transition: all 1.0s ease;\n }\n .nf-item-dock {\n background: #fff;\n border-radius: 4px;\n color: #999;\n display: inline-block;\n float: left;\n margin: 0 4px 3px 4px;\n padding: 5px 10px;\n position: relative;\n .dashicons {\n font-size: 14px;\n margin: 2px 0 -4px 5px;\n }\n .fa {\n margin-right: 10px;\n }\n }\n\n}\n.nf-item {\n background: #3B454D;\n border-radius: 4px;\n color: #A2A5A8;\n font-size: 14px;\n padding: 10px;\n position: relative;\n text-align: center;\n &.active {\n background: $cta_color;\n color: #fff;\n }\n .fa {\n background: #30373E;\n border-top-left-radius: 4px;\n border-bottom-left-radius: 4px;\n padding: 9px;\n position: absolute;\n top: 0;\n left: 0;\n bottom: 0;\n width: 34px;\n line-height: 20px;\n }\n}\n.nf-saved {\n .nf-item {\n position: relative;\n &::after {\n background: #30373E;\n border-top-left-radius: 4px;\n border-bottom-left-radius: 4px;\n content: \"\\f155\";\n font-family: \"Dashicons\";\n padding: 9px;\n position: absolute;\n top: 0;\n left: 0;\n bottom: 0;\n width: 16px;\n height: 20px;\n }\n }\n}\n.nf-action-items {\n .nf-item {\n height: 100px;\n line-height: 75px;\n cursor: pointer;\n &.nf-has-img {\n background-position: center center;\n text-indent: -99999px;\n }\n }\n &.available {\n .nf-item {\n &.nf-has-img {\n filter: grayscale(100%);\n opacity: 0.6;\n &:hover {\n filter: grayscale(0);\n opacity: 1.0;\n }\n }\n }\n }\n}\n\n.nf-field-type-button {\n float: left;\n margin-bottom: 15px;\n padding: 0 2%;\n width: 33.33%;\n}\n","table.nf-changes {\n tr {\n td {\n border-bottom: 1px solid #ccc;\n }\n &.disabled-row {\n td {\n color: #bbb;\n }\n }\n &:nth-child(even) {\n td {\n background: #e5e7e8 !important;\n }\n }\n &:hover {\n td {\n background: #fff !important;\n }\n }\n }\n}\n.nf-button {\n &.undoChanges {\n .dashicons {\n font-size: 18px;\n height: 18px;\n width: 18px;\n margin-right: 5px;\n }\n }\n}\n",".nf-setting-error {\n color: red;\n font-size: 14px;\n padding: 5px 10px;\n a {\n color: red;\n }\n}\n",".nf-add-new {\n // background: red;\n color: $cta_color;\n padding: 0 0 0 46px;\n text-decoration: none;\n line-height: 32px;\n position: relative;\n height: 32px;\n z-index: 98;\n text-indent: 0px;\n overflow: hidden;\n &:after {\n background: $cta_color;\n border: 2px solid $cta_color;\n border-radius: 40px;\n color: #fff;\n content: \"+\";\n font-size: 22px;\n padding: 8px;\n position: absolute;\n left: 0;\n width: 12px;\n height: 12px;\n line-height: 10px;\n text-indent: 0px;\n transition: all 0.5s ease 0s\n }\n &:hover, &:active, &.active {\n color: $cta_color;\n transition: width 0.5s ease 0s,height 0.5s ease 0s, text-indent 0.5s ease,top 0.5s ease,left 0.5s ease;\n &:after {\n background: #fff;\n color: $cta_color;\n transform: rotate(180deg);\n transition: all 0.5s ease;\n }\n }\n &.nf-open-drawer {\n position: absolute;\n top: 185px;\n left: 40px;\n }\n}\n.nf-add-new.disabled {\n display: none;\n}\n.ninja-forms-app {\n &.folded {\n .nf-add-new {\n }\n }\n}\n\n.nf-master-control {\n background: $cta_color;\n border: 2px solid $cta_color;\n border-radius: 40px;\n cursor: pointer;\n position: absolute;\n //text-indent: -9999px;\n height: 60px;\n width: 60px;\n top: auto;\n left: auto;\n bottom: 20px;\n right: 30px;\n transition: all 0.5s ease;\n z-index: 98;\n span {\n display: block;\n text-indent: -9999px;\n }\n .fa {\n color: #fff;\n cursor: pointer;\n font-size: 28px;\n line-height: 28px;\n margin: 15px 0 0 16px;\n transition: all 0.5s ease;\n }\n &:hover, &:active, &.active {\n background: #fff;\n color: $cta_color;\n transition: all 0.5s ease;\n .fa {\n color: $cta_color;\n margin: 12px 0 0 16px;\n transform: rotate(180deg);\n transition: all 0.5s ease;\n }\n }\n}\n","input[type=checkbox].nf-toggle {\n display: none;\n + label {\n text-indent: -99999px;\n background: transparent;\n border: 0;\n box-shadow: 0 0 0;\n display: block;\n margin: 19px 5px 11px;\n appearance: none;\n position: relative;\n width: 40px;\n height: 20px;\n cursor: pointer;\n &::after {\n background: #BCBDBF;\n border: 2px solid #BCBDBF;\n border-radius: 20px;\n content: \"\";\n position: absolute;\n top: -4px;\n left: -4px;\n width: 40px;\n height: 20px;\n transition: all 0.3s ease;\n }\n &::before {\n background: #fff;\n border-radius: 20px;\n content: \"\";\n position: absolute;\n top: -1px;\n left: 0;\n width: 18px;\n height: 18px;\n z-index: 99;\n transition: all 0.3s ease;\n }\n }\n &:checked {\n + label {\n &::after {\n background: $accent_color;\n border: 2px solid $accent_color;\n transition: all 0.3s ease;\n }\n &::before {\n content: \"\";\n //top: 2px;\n left: 18px;\n transition: all 0.3s ease;\n }\n }\n }\n}\n\n.nf-full {\n position: relative;\n input[type=checkbox].nf-toggle {\n + label {\n margin: -18px 0 0;\n padding: 12px 0 20px;\n position: absolute;\n top: 24px;\n right: 10px;\n &::before {\n left: auto;\n right: 22px;\n transition: right 0.3s ease;\n }\n &::after {\n left: auto;\n right: 0;\n }\n }\n &:checked {\n + label {\n &::before {\n left: auto;\n right: 4px;\n transition: right 0.3s ease;\n }\n }\n }\n }\n .nf-setting-label {\n border-bottom: 1px solid #ccc;\n padding: 5px 0 20px;\n }\n}\n",".ninja-forms-app {\n .nf-select {\n display: block;\n position: relative;\n select {\n //background: #f9f9f9;\n background: transparent;\n border: 0;\n margin-top: 7px;\n height: 41px !important;\n padding: 0 30px 0 15px;\n position: relative;\n width: 100%;\n text-transform: capitalize;\n appearance: none;\n z-index: 2\n }\n div {\n background: #f9f9f9;\n height: 41px;\n position: absolute;\n bottom: 1px;\n width: 100%;\n z-index: 1;\n }\n div::after {\n color: #666;\n content: \"\\f347\";\n font-family: 'Dashicons';\n font-size: 20px;\n position: absolute;\n width: 30px;\n height: 30px;\n right: 5px;\n bottom: 0;\n }\n }\n div.nf-select {\n div {\n bottom: 7px;\n width: 95%;\n }\n select {\n margin-top: 0;\n }\n }\n}\n",".nf-actions-table,\n.nf-table-display {\n border-collapse: collapse;\n width: 100%;\n td, th {\n border-bottom: 1px solid #ECEDEE;\n font-size: 14px;\n padding: 15px;\n vertical-align: top;\n position: relative;\n //max-width: 500px;\n }\n th {\n color: #666;\n text-align: left;\n text-transform: uppercase;\n }\n td {\n color: #676F75;\n //white-space:nowrap;\n position: relative;\n &:nth-child(2) {\n width: 90%;\n }\n }\n .deactivated {\n td {\n color: #BCBDBF;\n a {\n color: #ddd;\n }\n }\n }\n input[type=checkbox].nf-toggle + label {\n z-index: 0; // Set to fix a bug with the merge tag box overlay with RTEs.\n margin: 2px 0 0;\n // &::after {\n // border-radius: 20px;\n // top: 2px;\n // left: -4px;\n // width: 30px;\n // height: 14px;\n // }\n // &::before {\n // border-radius: 20px;\n // top: 4px;\n // left: -1px;\n // width: 14px;\n // height: 14px;\n // }\n // &:checked {\n // &::before {\n // top: 7px;\n // left: 17px;\n // }\n // }\n }\n .active {\n td {\n color: $accent_color;\n font-weight: bold;\n }\n a {\n //color: $accent_color;\n }\n .nf-item-controls {\n font-weight: normal;\n float: right;\n a {\n color: $accent_color;\n }\n .nf-item-delete,\n .nf-item-duplicate {\n display: none;\n }\n .nf-item-editing {\n display: inline !important;\n }\n .nf-item-edit {\n .dashicons {\n margin-right: 12px\n }\n }\n }\n }\n}\n\n.ui-droppable {\n border: 4px solid #fff;\n}\n.nf-actions-empty {\n thead {\n display: none;\n }\n td {\n border: 4px solid #fff !important;\n display: block;\n padding: 40px 20% !important;\n white-space: normal !important;\n }\n h3 {\n font-size: 30px;\n }\n p {\n font-size: 18px;\n }\n}\n.nf-actions-table {\n td {\n cursor: pointer;\n }\n .nf-item-controls {\n top: 12px;\n }\n}","/* perfect-scrollbar v0.6.7 */\n.ps-container {\n -ms-touch-action: none;\n overflow: hidden !important; }\n .ps-container.ps-active-x > .ps-scrollbar-x-rail,\n .ps-container.ps-active-y > .ps-scrollbar-y-rail {\n display: block; }\n .ps-container.ps-in-scrolling {\n pointer-events: none; }\n .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {\n background-color: #eee;\n opacity: 0.9; }\n .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {\n background-color: #999; }\n .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {\n background-color: #eee;\n opacity: 0.9; }\n .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {\n background-color: #999; }\n .ps-container > .ps-scrollbar-x-rail {\n display: none;\n position: absolute;\n /* please don't change 'position' */\n -webkit-border-radius: 4px;\n -moz-border-radius: 4px;\n -ms-border-radius: 4px;\n border-radius: 4px;\n opacity: 0;\n -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;\n -moz-transition: background-color 0.2s linear, opacity 0.2s linear;\n -o-transition: background-color 0.2s linear, opacity 0.2s linear;\n transition: background-color 0.2s linear, opacity 0.2s linear;\n bottom: 3px;\n /* there must be 'bottom' for ps-scrollbar-x-rail */\n height: 8px; }\n .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {\n position: absolute;\n /* please don't change 'position' */\n background-color: #aaa;\n -webkit-border-radius: 4px;\n -moz-border-radius: 4px;\n -ms-border-radius: 4px;\n border-radius: 4px;\n -webkit-transition: background-color 0.2s linear;\n -moz-transition: background-color 0.2s linear;\n -o-transition: background-color 0.2s linear;\n transition: background-color 0.2s linear;\n bottom: 0;\n /* there must be 'bottom' for ps-scrollbar-x */\n height: 8px; }\n .ps-container > .ps-scrollbar-y-rail {\n display: none;\n position: absolute;\n /* please don't change 'position' */\n -webkit-border-radius: 4px;\n -moz-border-radius: 4px;\n -ms-border-radius: 4px;\n border-radius: 4px;\n opacity: 0;\n -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;\n -moz-transition: background-color 0.2s linear, opacity 0.2s linear;\n -o-transition: background-color 0.2s linear, opacity 0.2s linear;\n transition: background-color 0.2s linear, opacity 0.2s linear;\n right: 3px;\n /* there must be 'right' for ps-scrollbar-y-rail */\n width: 8px; }\n .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {\n position: absolute;\n /* please don't change 'position' */\n background-color: #aaa;\n -webkit-border-radius: 4px;\n -moz-border-radius: 4px;\n -ms-border-radius: 4px;\n border-radius: 4px;\n -webkit-transition: background-color 0.2s linear;\n -moz-transition: background-color 0.2s linear;\n -o-transition: background-color 0.2s linear;\n transition: background-color 0.2s linear;\n right: 0;\n /* there must be 'right' for ps-scrollbar-y */\n width: 8px; }\n .ps-container:hover.ps-in-scrolling {\n pointer-events: none; }\n .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {\n background-color: #eee;\n opacity: 0.9; }\n .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {\n background-color: #999; }\n .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {\n background-color: #eee;\n opacity: 0.9; }\n .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {\n background-color: #999; }\n .ps-container:hover > .ps-scrollbar-x-rail,\n .ps-container:hover > .ps-scrollbar-y-rail {\n opacity: 0.6; }\n .ps-container:hover > .ps-scrollbar-x-rail:hover {\n background-color: #eee;\n opacity: 0.9; }\n .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {\n background-color: #999; }\n .ps-container:hover > .ps-scrollbar-y-rail:hover {\n background-color: #eee;\n opacity: 0.9; }\n .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {\n background-color: #999; }\n\n/* END DEFAULT PERFECT SCROLLBAR CSS */\n\n/*\n * Custom perfect scrollbar css\n */\n\n#nf-main.ps-container {\n overflow:auto !important;\n overflow-y:hidden !important;\n}\n\n#nf-drawer.ps-container {\n overflow:auto !important;\n overflow-y:hidden !important;\n}",".ui-sortable-helper {\n &.nf-field-wrap\n //&.nf-item-dock\n {\n box-shadow: 3px 3px 5px rgba( 0, 0, 0, 0.4 );\n }\n}\n\n.ui-draggable-dragging {\n .nf-item {\n box-shadow: 3px 3px 5px rgba( 0, 0, 0, 0.4 );\n }\n}\n\n.ui-draggable-handle {\n cursor: pointer;\n}\n.ui-draggable-dragging {\n z-index: 99;\n}\n#nf-builder {\n .nf-droppable-active {\n border: 4px solid $cta_color;\n //padding: 6px;\n transition: all 1.0s ease;\n }\n .nf-droppable-hover {\n border: 4px solid $accent_color;\n //padding: 6px;\n transition: all 1.0s ease;\n }\n}\n\n.nf-fields-sortable {\n border: 4px solid #FFF;\n padding: 25px 15px 6px;\n}\n.nf-fields-sortable .hidden {\n display: block !important;\n}\n.nf-fields-sortable-placeholder { margin-top: -14px; margin-bottom: 6px; border: 4px solid #84CC1E }\n\n.nf-staged-fields-drag {\n position: relative;\n display: block;\n height: 80px;\n &::after {\n clear: both;\n content: '';\n display: block;\n }\n .nf-staged-fields-drag-wrap {\n position: absolute;\n width: 500px;\n }\n #drag-item-1,\n #drag-item-2,\n #drag-item-3 {\n box-shadow: 3px 3px 5px rgba( 0, 0, 0, 0.4 );\n }\n #drag-item-1 {\n bottom: 0px;\n left: 0px;\n z-index: 3;\n }\n #drag-item-2 {\n bottom: 5px;\n left: 5px;\n z-index: 2;\n }\n #drag-item-3 {\n bottom: 10px;\n left: 10px;\n z-index: 1;\n }\n}\n\n.nf-staged-fields-drag-wrap {\n background: #fff;\n border: 1px solid #ccc;\n border-radius: 4px;\n color: #888;\n cursor: pointer;\n margin-bottom: 20px;\n padding: 15px 20px;\n &.active {\n //background: #fafafa;\n border: 2px solid #84CC1E;\n color: #424242;\n font-weight: bold;\n .nf-item-controls {\n font-weight: normal;\n a {\n color: #424242;\n }\n .nf-item-delete,\n .nf-item-duplicate {\n display: none;\n }\n .nf-item-editing {\n display: inline;\n }\n .nf-item-edit {\n .dashicons {\n margin-right: 12px\n }\n }\n }\n }\n}\n\n\n\n.nf-staged-fields-sortable-placeholder { float: left; height: 28px; border-right: 8px solid #84CC1E; margin-right: -4px; margin-left: -4px; }\n\n.nf-list-options-sortable-placeholder {\n border: 4px solid #84CC1E;\n height: 8px !important;\n margin: -4px 0 -4px 0;\n}\n\n.nf-fields-empty-droppable {\n border: 4px solid #FFF;\n &::after {\n clear: both;\n content: \"\";\n display: block;\n }\n}\n\n.nf-settings .toggle { cursor: pointer; }\n",".nf-loading {\n background: #1EA9EA;\n border-radius: 4px;\n width: 40px;\n margin: 0 auto;\n position: relative;\n ul {\n list-style: none;\n margin: 0;\n padding: 0;\n position: relative;\n top: -10px;\n left: 0;\n font-size: 0;\n li {\n height: 0;\n position: absolute;\n top: 50%;\n left: 0;\n width: 0;\n margin: 0;\n height: 10px;\n width: 10px;\n border: 3px solid #fff;\n border-radius: 100%;\n transform: transformZ(0);\n animation: LOADING 2s infinite;\n &:nth-child(1n) {\n left: 0;\n animation-delay: 0s;\n }\n &:nth-child(2n) {\n left: 15px;\n animation-delay: 0.2s;\n }\n &:nth-child(3n) {\n left: 30px;\n animation-delay: 0.4s;\n }\n }\n }\n}\n\n@keyframes LOADING {\n 0% {\n transform: scale(0.5);\n background: #fff;\n }\n 50% {\n transform: scale(1);\n background: #fff;\n }\n 100% {\n transform: scale(0.5);\n background: #fff;\n }\n}\n",".nf-help-text {\n display: none;\n}\n.ninja-forms-app {\n .nf-help {\n color: #ccc;\n margin-left: 5px;\n text-decoration: none;\n .dashicons {\n font-size: 16px;\n height: 16px;\n width: 16px;\n }\n }\n .qtip-default {\n background-color: #424242;\n border: 1px solid #424242;\n border-radius: 4px;\n box-shadow: 0 5px 6px rgba( 0, 0, 0, 0.3 );\n color: #fff;\n font-size: 14px;\n line-height: 18px;\n padding: 10px;\n //position: relative;\n &::after {\n content: \"\";\n position: absolute;\n left: 143px;\n bottom: -12px;\n width: 0;\n height: 0;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 12px solid #424242;\n }\n }\n}",".has-merge-tags {\n position: relative;\n input[type=text],\n textarea {\n padding-right: 40px;\n }\n &.rte {\n display: block;\n .wp-editor-tabs {\n margin-right: 40px;\n }\n .merge-tags {\n color: #999;\n z-index: 100;\n top: 26px;\n }\n }\n .merge-tags {\n color: #ccc;\n pointer: cursor;\n position: absolute;\n }\n .nf-list-options {\n input[type=text] {\n + .merge-tags {\n top: 12px;\n }\n }\n }\n}\ndiv.has-merge-tags {\n .merge-tags {\n top: 16px;\n right: 12px;\n }\n}\nlabel.has-merge-tags {\n .merge-tags {\n top: 33px;\n right: 12px;\n }\n}\n.nf-list-options {\n label.has-merge-tags {\n .merge-tags {\n top: 12px;\n }\n }\n}\n\n.jBox-Tooltip {\n z-index: 100000000 !important;\n}\n\n.jBox-TooltipBorder {\n .jBox-container {\n border-radius: 5px;\n border: 2px solid $cta_color;\n /*background: #EBEDEE;*/\n h4 {\n background: #f1f1f1;\n padding: 5px;\n margin: 0 0 5px;\n }\n ul {\n margin: 0;\n li {\n &:nth-child(even) {\n a {\n //background: #f1f1f1;\n }\n }\n a {\n color: $cta_color;\n margin: 0;\n padding: 0 5px;\n display: block;\n text-decoration: none;\n }\n }\n a.active {\n background: #f1f1f1;\n }\n }\n }\n .jBox-pointer {\n &::after {\n border: 2px solid $cta_color;\n /*background: #EBEDEE;*/\n }\n }\n .jBox-pointer-top,\n .jBox-pointer-bottom {\n width: 34px;\n height: 12px;\n }\n .jBox-pointer-left,\n .jBox-pointer-right {\n width: 12px;\n height: 34px;\n }\n &.jBox-closeButton-box {\n &::before {\n width: 28px;\n height: 28px;\n background: $cta_color;\n }\n }\n}\n\n/* MERGE TAG BOX STYLES */\n#merge-tags-box {\n display: none;\n background-color: #DBDDDD;\n max-height: 360px;\n z-index: 1001;\n position: absolute;\n top: -1px;\n left:12px;\n right: 10px;\n\n .merge-tag-container {\n display: flex;\n justify-content: space-between;\n }\n\n .merge-tag-sections,\n .merge-tag-list {\n float: left;\n font-size: 14px;\n background-color: #fff;\n height: 300px;\n overflow-y: auto;\n }\n\n .merge-tag-sections {\n background-color: #DBDDDD;\n ul {\n margin: 0;\n li {\n background: #DBDDDD;\n border-bottom: 1px solid #fff;\n cursor: pointer;\n font-size: 14px;\n margin: 0;\n padding: 8px 26px 8px 16px;\n &:hover {\n background: #f6f6f6;\n }\n &.active {\n position: relative;\n }\n &.active::after {\n clear: both;\n content: \"\";\n display: block;\n width: 0;\n height: 0;\n border-top: 17px solid transparent;\n border-bottom: 17px solid transparent;\n border-right: 24px solid #fff;\n position: absolute;\n top: 0;\n right: 0;\n }\n &:hover {\n color: #1EA9EA;\n }\n }\n }\n }\n\n .merge-tag-list {\n flex-grow: 1;\n padding-top: 10px;\n div {\n div {\n line-height: 22px;\n }\n }\n &:hover li { // Uses !important to override first-of-type selector.\n &:hover {\n color: #1EA9EA !important;\n }\n color: black !important;\n }\n ul {\n margin: 0;\n }\n li {\n cursor: pointer;\n margin-bottom: 0;\n span {\n padding: 4px 16px;\n display: block;\n small {\n font-family: \"Courier New\", Courier, monospace, sans-serif;\n }\n }\n &:first-of-type {\n color: #1EA9EA;\n }\n }\n }\n\n .merge-tag-filter {\n border-bottom: 2px solid #DBDDDD;\n margin: 3px 10px 10px 10px;\n clear: both;\n }\n}\n.merge-tag-focus {\n position: relative;\n z-index: 1000;\n}\n.merge-tag-focus-overlay {\n &:before {\n content: '';\n position: fixed;\n top: 0; right: 0; bottom: 0; left: 0;\n background-color: rgba( 0, 0, 0, .5 );\n z-index: 100;\n }\n &.note-editor:before { // Summernote RTE Support\n z-index: 0;\n }\n}\n\n#merge-tags-box.one-half--first {\n width: 538px;\n left: 12px;\n}\n#merge-tags-box.one-half--second {\n width: 538px;\n right: 10px;\n left: auto;\n}\n\n.setting + .merge-tags {\n color: rgba( 204, 204, 204, .3 );\n}\n.setting:focus + .merge-tags,\n.merge-tag-focus-overlay .merge-tags {\n color: rgba( 204, 204, 204, 1 );\n}\n.merge-tag-focus-overlay .merge-tags {\n z-index: 1000;\n}\n",".note-popover {\n display: none !important;\n}\n.ninja-forms-app {\n .note-editor {\n border: 0 !important;\n .note-toolbar {\n &::after {\n clear: both;\n content: \"\";\n display: block;\n }\n }\n .note-editable {\n background: #f9f9f9;\n display: block;\n p {\n font-size: 16px;\n }\n ul {\n list-style-type: disc;\n margin-left: 2em;\n }\n table {\n td {\n border: 1px solid #ccc;\n width: auto;\n }\n }\n }\n .modal {\n display: none;\n }\n .btn-group {\n float: left;\n &.note-tools, {\n float: right;\n }\n }\n .btn {\n background: #f9f9f9;\n border: 0;\n border-radius: 4px;\n color: #666;\n cursor: pointer;\n margin-right: 2px;\n padding-top: 4px;\n &.disabled {\n background: transparent;\n color: #aaa;\n .merge-tags {\n background: #f9f9f9;\n color: #666;\n }\n }\n }\n }\n .tooltip {\n position: absolute;\n z-index: 1070;\n display: block;\n font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n font-size: 12px;\n font-style: normal;\n font-weight: normal;\n line-height: 1.42857143;\n text-align: left;\n text-align: start;\n text-decoration: none;\n text-shadow: none;\n text-transform: none;\n letter-spacing: normal;\n word-break: normal;\n word-spacing: normal;\n word-wrap: normal;\n white-space: normal;\n filter: alpha(opacity=0);\n opacity: 0;\n\n line-break: auto;\n }\n .tooltip.in {\n filter: alpha(opacity=90);\n opacity: .9;\n }\n .tooltip.top {\n padding: 5px 0;\n margin-top: -3px;\n }\n .tooltip.right {\n padding: 0 5px;\n margin-left: 3px;\n }\n .tooltip.bottom {\n padding: 5px 0;\n margin-top: 3px;\n }\n .tooltip.left {\n padding: 0 5px;\n margin-left: -3px;\n }\n .tooltip-inner {\n max-width: 200px;\n padding: 3px 8px;\n color: #fff;\n text-align: center;\n background-color: #000;\n border-radius: 4px;\n }\n .tooltip-arrow {\n position: absolute;\n width: 0;\n height: 0;\n border-color: transparent;\n border-style: solid;\n }\n .tooltip.top .tooltip-arrow {\n bottom: 0;\n left: 50%;\n margin-left: -5px;\n border-width: 5px 5px 0;\n border-top-color: #000;\n }\n .tooltip.top-left .tooltip-arrow {\n right: 5px;\n bottom: 0;\n margin-bottom: -5px;\n border-width: 5px 5px 0;\n border-top-color: #000;\n }\n .tooltip.top-right .tooltip-arrow {\n bottom: 0;\n left: 5px;\n margin-bottom: -5px;\n border-width: 5px 5px 0;\n border-top-color: #000;\n }\n .tooltip.right .tooltip-arrow {\n top: 50%;\n left: 0;\n margin-top: -5px;\n border-width: 5px 5px 5px 0;\n border-right-color: #000;\n }\n .tooltip.left .tooltip-arrow {\n top: 50%;\n right: 0;\n margin-top: -5px;\n border-width: 5px 0 5px 5px;\n border-left-color: #000;\n }\n .tooltip.bottom .tooltip-arrow {\n top: 0;\n left: 50%;\n margin-left: -5px;\n border-width: 0 5px 5px;\n border-bottom-color: #000;\n }\n .tooltip.bottom-left .tooltip-arrow {\n top: 0;\n right: 5px;\n margin-top: -5px;\n border-width: 0 5px 5px;\n border-bottom-color: #000;\n }\n .tooltip.bottom-right .tooltip-arrow {\n top: 0;\n left: 5px;\n margin-top: -5px;\n border-width: 0 5px 5px;\n border-bottom-color: #000;\n }\n .dropdown-menu {\n position: absolute;\n // top: 100%;\n // left: 0;\n z-index: 1000;\n display: none;\n float: left;\n min-width: 160px;\n padding: 5px 0;\n margin: 2px 0 0;\n font-size: 14px;\n text-align: left;\n list-style: none;\n background-color: #fff;\n -webkit-background-clip: padding-box;\n background-clip: padding-box;\n border: 1px solid #ccc;\n border: 1px solid rgba(0, 0, 0, .15);\n border-radius: 4px;\n -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);\n box-shadow: 0 6px 12px rgba(0, 0, 0, .175);\n }\n .dropdown-menu.pull-right {\n right: 0;\n left: auto;\n }\n .dropdown-menu .divider {\n height: 1px;\n margin: 9px 0;\n overflow: hidden;\n background-color: #e5e5e5;\n }\n .dropdown-menu > li > a {\n display: block;\n padding: 3px 20px;\n clear: both;\n font-weight: normal;\n line-height: 1.42857143;\n color: #333;\n white-space: nowrap;\n }\n .dropdown-menu > li > a:hover,\n .dropdown-menu > li > a:focus {\n color: #262626;\n text-decoration: none;\n background-color: #f5f5f5;\n }\n .dropdown-menu > .active > a,\n .dropdown-menu > .active > a:hover,\n .dropdown-menu > .active > a:focus {\n color: #fff;\n text-decoration: none;\n background-color: #337ab7;\n outline: 0;\n }\n .dropdown-menu > .disabled > a,\n .dropdown-menu > .disabled > a:hover,\n .dropdown-menu > .disabled > a:focus {\n color: #777;\n }\n .dropdown-menu > .disabled > a:hover,\n .dropdown-menu > .disabled > a:focus {\n text-decoration: none;\n cursor: not-allowed;\n background-color: transparent;\n background-image: none;\n filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);\n }\n .open > .dropdown-menu {\n display: block;\n }\n .open > a {\n outline: 0;\n }\n .dropdown-menu-right {\n right: 0;\n left: auto;\n }\n .dropdown-menu-left {\n right: auto;\n left: 0;\n }\n .dropdown-header {\n display: block;\n padding: 3px 20px;\n font-size: 12px;\n line-height: 1.42857143;\n color: #777;\n white-space: nowrap;\n }\n .dropdown-backdrop {\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 990;\n }\n .pull-right > .dropdown-menu {\n right: 0;\n left: auto;\n }\n .dropup .caret,\n .navbar-fixed-bottom .dropdown .caret {\n content: \"\";\n border-top: 0;\n border-bottom: 4px dashed;\n border-bottom: 4px solid \\9;\n }\n .dropup .dropdown-menu,\n .navbar-fixed-bottom .dropdown .dropdown-menu {\n top: auto;\n bottom: 100%;\n margin-bottom: 2px;\n }\n @media (min-width: 768px) {\n .navbar-right .dropdown-menu {\n right: 0;\n left: auto;\n }\n .navbar-right .dropdown-menu-left {\n right: auto;\n left: 0;\n }\n }\n .btn-group-justified > .btn-group .dropdown-menu {\n left: auto;\n }\n .nav-tabs.nav-justified > .dropdown .dropdown-menu {\n top: auto;\n left: auto;\n }\n .nav-justified > .dropdown .dropdown-menu {\n top: auto;\n left: auto;\n }\n .nav-tabs .dropdown-menu {\n margin-top: -1px;\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n }\n @media (max-width: 767px) {\n .navbar-nav .open .dropdown-menu {\n position: static;\n float: none;\n width: auto;\n margin-top: 0;\n background-color: transparent;\n border: 0;\n -webkit-box-shadow: none;\n box-shadow: none;\n }\n .navbar-nav .open .dropdown-menu > li > a,\n .navbar-nav .open .dropdown-menu .dropdown-header {\n padding: 5px 15px 5px 25px;\n }\n .navbar-nav .open .dropdown-menu > li > a {\n line-height: 20px;\n }\n .navbar-nav .open .dropdown-menu > li > a:hover,\n .navbar-nav .open .dropdown-menu > li > a:focus {\n background-image: none;\n }\n }\n .navbar-nav > li > .dropdown-menu {\n margin-top: 0;\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n }\n .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {\n margin-bottom: 0;\n border-top-left-radius: 4px;\n border-top-right-radius: 4px;\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n }\n @media (max-width: 767px) {\n .navbar-default .navbar-nav .open .dropdown-menu > li > a {\n color: #777;\n }\n .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,\n .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {\n color: #333;\n background-color: transparent;\n }\n .navbar-default .navbar-nav .open .dropdown-menu > .active > a,\n .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,\n .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {\n color: #555;\n background-color: #e7e7e7;\n }\n .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,\n .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,\n .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {\n color: #ccc;\n background-color: transparent;\n }\n }\n @media (max-width: 767px) {\n .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {\n border-color: #080808;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu .divider {\n background-color: #080808;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {\n color: #9d9d9d;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,\n .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {\n color: #fff;\n background-color: transparent;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,\n .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,\n .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {\n color: #fff;\n background-color: #080808;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,\n .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,\n .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {\n color: #444;\n background-color: transparent;\n }\n }\n}\n","/*\nWP Color Picker (Iris) Styles\n---------------------------------------------*/\n\n.ninja-forms-app #wpcontent .wp-picker-holder {\n position: absolute;\n z-index: 9001;\n}\n.ninja-forms-app #wpcontent .wp-picker-holder * {\n box-sizing: content-box;\n}\n.wp-picker-container {\n width: 100%;\n}\n.wp-color-result,\n.wp-picker-input-wrap {\n margin-top: 5px;\n}\n.wp-color-result {\n border: 0;\n box-shadow: none;\n margin: 5px 0 0;\n height: 41px;\n width: 100%;\n padding-left: 60px;\n}\n.wp-color-result:after {\n font-size: 16px;\n line-height: 41px;\n}\n.wp-color-result.wp-picker-open {\n display: none;\n}\n.wp-color-picker,\n.wp-picker-input-wrap {\n width: 100% !important;\n}\n\n.wp-picker-input-wrap > .button.wp-picker-default {\n display: none;\n}\n","\n@-webkit-keyframes color_change {\n from { background-color: $cta_color; color: #fff }\n to { background-color: #3B454D; color: #A2A5A8 }\n}\n@-moz-keyframes color_change {\n from { background-color: $cta_color; color: #fff }\n to { background-color: #3B454D; color: #A2A5A8 }\n}\n@-ms-keyframes color_change {\n from { background-color: $cta_color; color: #fff }\n to { background-color: #3B454D; color: #A2A5A8 }\n}\n@-o-keyframes color_change {\n from { background-color: $cta_color; color: #fff }\n to { background-color: #3B454D; color: #A2A5A8 }\n}\n@keyframes color_change {\n from { background-color: $cta_color; color: #fff }\n to { background-color: #3B454D; color: #A2A5A8 }\n}\n.nf-item.clicked {\n //background: #1EA9EA;\n animation-name: color_change;\n animation-duration: 2s;\n animation-iteration-count: 1;\n animation-direction: alternate;\n}\n@media only screen and (max-width: 1400px) {\n .nf-field-type-button {\n width: 50%;\n }\n}\n@media only screen and (max-width: 1065px) {\n .nf-app-menu {\n .preview {\n .app-menu-text {\n text-indent: -9999px;\n display: inline-block;\n width: 0;\n }\n }\n }\n .nf-drawer-opened {\n .nf-actions-table {\n th, td {\n &:nth-child(3) {\n display: none;\n }\n }\n }\n }\n}\n@media only screen and (max-width: 900px) {\n #nf-header {\n ul {\n display: none;\n }\n .nf-button.primary {\n display: none;\n }\n }\n\n .nf-mobile-menu {\n display: inline-block;\n }\n #nf-app-sub-header {\n h2 {\n padding-left: 0;\n transition: all 1.0s ease 0s\n }\n }\n\n .nf-add-new.nf-open-drawer {\n position: fixed;\n text-indent: -9999px;\n height: 54px;\n width: 54px;\n top: auto;\n left: auto;\n bottom: 20px;\n right: 20px;\n &:after {\n background: $accent_color;\n border: 2px solid $accent_color;\n border-radius: 40px;\n color: #fff;\n content: \"+\";\n font-size: 50px;\n padding: 8px;\n position: absolute;\n left: 0;\n width: 28px;\n height: 28px;\n line-height: 24px;\n text-indent: 0px;\n }\n }\n\n #nf-main-header {\n .nf-button {\n display: none;\n }\n }\n // .nf-item-controls {\n // li {\n // margin: -4px 15px 0;\n // height: 26px;\n // a {\n // width: 30px;\n // height: 30px;\n // &:hover {\n // .nf-tooltip {\n // top: -45px;\n // visibility:visible;\n // opacity: 1.0;\n // filter: alpha(opacity=100);\n // transition: all 1.0s ease;\n // transition-delay: 1.4s;\n // }\n // }\n // .dashicons {\n // font-size: 26px;\n // padding-top: 1px;\n // }\n // }\n // &.nf-item-duplicate {\n // .nf-tooltip {\n // left: -32px;\n // &:after {\n // left: 36px;\n // }\n // }\n // }\n // &.nf-item-edit {\n // .nf-tooltip {\n // left: -16px;\n // &:after {\n // left: 20px;\n // }\n // }\n // }\n // &.nf-item-delete {\n // margin-top: -4px;\n // }\n // &.nf-item-expand {\n // display: none;\n // .dashicons {\n // transform: rotate(-90deg);\n // }\n // }\n // .nf-item-editing {\n // display: none;\n // }\n // }\n // &.nf-editing {\n // font-weight: normal;\n // a {\n // color: #424242;\n // }\n // .nf-item-delete,\n // .nf-item-duplicate {\n // display: none;\n // }\n // .nf-item-editing {\n // display: inline;\n // line-height: 26px;\n // }\n // }\n // }\n .nf-one-half, .nf-one-third {\n float: none;\n width: 100%;\n }\n .nf-drawer-expand {\n .nf-one-half {\n float: left;\n width: 50%;\n }\n .nf-on-third {\n float: left;\n width: 33%;\n }\n }\n\n #nf-app-form-title {\n margin-top: -55px;\n }\n #nf-main {\n top: 120px;\n }\n\n #nf-table-display {\n .nf-item-controls {\n width: auto;\n }\n }\n}\n@media only screen and (max-width: 1023px) {\n .ninja-forms-app {\n &.folded {\n #wpcontent {\n margin-left: 36px;\n padding: 0;\n position: absolute;\n top: 0;\n left: 0;\n bottom: 0;\n right: 0;\n #wpbody {\n left: 0;\n }\n }\n }\n }\n\n .nf-setting-wrap {\n width: 50%;\n }\n #nf-drawer {\n width: 100%;\n }\n .nf-drawer-opened {\n #nf-main {\n width: 100%;\n }\n .nf-setting-wrap {\n width: 50%;\n }\n }\n .nf-drawer-closed {\n .nf-setting-wrap {\n width: 50%;\n }\n }\n .nf-toggle-drawer {\n display: none;\n }\n\n}\n@media only screen and (max-width: 960px) {\n .ninja-forms-app {\n &.auto-fold {\n #wpcontent {\n margin-left: 36px;\n padding: 0;\n position: absolute;\n top: 0;\n left: 0;\n bottom: 0;\n right: 0;\n #wpbody {\n left: 0;\n }\n }\n }\n }\n .nf-drawer-opened .nf-toggle-drawer {\n display: none;\n }\n\n\n\n}\n\n@media only screen and (max-width: 782px) {\n .ninja-forms-app {\n &.folded, &.auto-fold {\n #wpcontent {\n margin-left: 0;\n }\n }\n }\n // .nf-item-controls {\n // top: 15px;\n // }\n #nf-builder {\n padding: 80px 20px 10px;\n .nf-cta-bubble {\n display: none !important;\n }\n }\n #nf-main {\n padding: 20px 0 80px;\n }\n #nf-drawer {\n padding: 20px;\n }\n\n\n #nf-main-content {\n width: 100%;\n max-width: 100%;\n }\n #nf-main {\n border: 0;\n }\n // .nf-field-wrap {\n // border: 0;\n // border-top: 8px solid #f1f1f1;\n // border-radius: 0;\n // margin: 0;\n // padding: 20px;\n // &:first-child {\n // border-top: 8px solid #fff;\n // }\n // }\n // .nf-fields-sortable-placeholder { margin-top: 0; margin-bottom: 0; border: 4px solid #84CC1E }\n // .nf-fields-sortable-placeholder + .nf-field-wrap {\n // border: 0;\n // }\n // .nf-fields-sortable {\n // border: 0;\n // padding: 0;\n // }\n // .nf-field-wrap.ui-sortable-helper {\n // background: transparent;\n // border: 2px solid $accent_color;\n // }\n\n}\n@media only screen and (max-width: 660px) {\n\n #nf-builder {\n //margin-top: 46px;\n }\n .nf-one-half, .nf-one-third {\n width: 100%;\n }\n // .nf-field-wrap {\n // border: 0;\n // border-bottom: 1px solid #ccc;\n // border-radius: 0;\n // margin: 0;\n // padding: 20px;\n // &:first-child {\n // border-top: 1px solid #ccc;\n // }\n // }\n .nf-actions-table {\n td:nth-child(3),th:nth-child(3) {\n display: none;\n }\n }\n // display: block;\n // table, thead, tbody, th, td, tr {\n // display: block;\n // }\n // thead tr {\n // position: absolute;\n // top: -9999px;\n // left: -9999px;\n // }\n // tr { border: 1px solid #ccc; }\n // td {\n // /* Behave like a \"row\" */\n // border: none;\n // border-bottom: 1px solid #eee;\n // position: relative;\n // padding-left: 50%;\n // text-align: right;\n // width: auto !important;\n // &::before {\n // /* Now like a table header */\n // line-height: 36px;\n // position: absolute;\n // /* Top/left values mimic padding */\n // top: 6px;\n // left: 6px;\n // width: 45%;\n // padding-right: 10px;\n // text-align: left;\n // white-space: nowrap;\n // }\n // &:last-child {\n // height: 50px;\n // }\n // }\n // td:nth-of-type(1):before { content: \"\"; }\n // td:nth-of-type(2):before { content: \"Name\"; }\n // td:nth-of-type(3):before { content: \"Type\"; }\n // td:nth-of-type(4):before { content: \"Actions\"; }\n // }\n\n .nf-drawer-buttons {\n display: block;\n }\n // .nf-drawer-header {\n // background: #fff;\n // margin: -20px -20px 20px;\n // //padding: 0;\n // h2 {\n // font-size: 16px;\n // line-height: 46px;\n // margin: 0;\n // .dashicons {\n // background: #fff;\n // font-size: 30px;\n // padding-top: 7px;\n // width: 45px;\n // height: 45px;\n // }\n // }\n // .nf-button {\n // border-radius: 0;\n // }\n // }\n .nf-item {\n padding: 15px;\n .fa {\n padding: 14px;\n width: 48px;\n }\n }\n .nf-saved .nf-item::after {\n padding: 14px;\n }\n}\n\n@media only screen and (max-width: 600px) {\n // #nf-builder {\n // margin-top: 46px;\n // }\n\n\n}\n",".rtl.ninja-forms-app {\n #wpcontent {\n margin-right: 140px;\n #wpbody {\n right: 160px;\n left: 0;\n }\n }\n &.folded {\n #wpcontent {\n margin-right: 16px;\n #wpbody {\n right: 36px;\n left: 0;\n }\n }\n }\n}\n\n.rtl {\n #nf-app-admin-header {\n #nf-logo {\n float: right;\n }\n .fa-times {\n right: auto;\n left: 0;\n }\n }\n\n .nf-app-buttons {\n float: left;\n }\n\n #nf-app-header {\n .nf-app-menu {\n li {\n float: right;\n a {\n &.preview {\n .dashicons {\n margin-right: 10px;\n }\n }\n }\n }\n }\n }\n\n .nf-master-control {\n right: auto;\n left: 30px;\n .fa {\n margin: 15px 16px 0 0;\n }\n }\n\n input[type=submit] {\n float: left;\n }\n .nf-cancel {\n float: left;\n margin-left: 20px;\n }\n\n .nf-add-new {\n margin: 0;\n padding: 0;\n //padding: 0 46px 0 0;\n &:after {\n right: 0;\n left: auto;\n line-height: 14px;\n }\n }\n\n #nf-main {\n right: 0;\n left: auto;\n }\n #nf-main-header {\n .nf-button {\n float: left;\n }\n }\n .nf-field-label {\n margin-left: 0;\n margin-right: 16px;\n }\n .nf-item-controls {\n right: auto;\n left: 0;\n .nf-item-control {\n right: auto;\n left: 0;\n }\n &:hover {\n .nf-item-duplicate {\n right: auto;\n left: 80px;\n }\n .nf-item-delete {\n right: auto;\n left: 40px;\n }\n }\n }\n\n #nf-drawer {\n right: auto;\n left: -1400px;\n &.nf-drawer-expand {\n width: 100%;\n }\n }\n\n .nf-drawer-header {\n h2 {\n float: right;\n .dashicons {\n margin-left: 10px;\n }\n }\n .nf-button {\n float: left;\n }\n }\n\n .nf-search {\n input[type=search] {\n padding: 12px 50px 12px 0;\n }\n &::before {\n right: 10px;\n left: 0;\n }\n }\n\n .nf-drawer-opened {\n #nf-drawer {\n left: 0;\n right: auto;\n }\n #nf-app-sub-header {\n h2 {\n padding-right: 0;\n }\n }\n }\n\n .nf-settings {\n h3 {\n .dashicons {\n margin: -4px -30px 0 10px;\n &.dashicons-arrow-right::before {\n content: \"\\f141\";\n }\n }\n }\n }\n\n .nf-item {\n .fa {\n left: auto;\n right: 0;\n }\n }\n\n .nf-one-half,\n .nf-one-third,\n .nf-one-fourth {\n float: right;\n }\n}\n"]}
assets/css/dashboard.min.css ADDED
@@ -0,0 +1,2 @@
 
 
1
+ html{overflow:auto!important}::-webkit-scrollbar{display:none}a{color:#1ea9ea;text-decoration:none;border:0}a,a:focus{outline:none!important}a:focus{box-shadow:unset}#wpcontent,#wpwrap{background-color:#fff}#wpcontent{padding:0}#wpcontent .wrap{margin:0}#wpbody-content>div:not(.wrap){display:none}#ninja-forms-dashboard{box-sizing:border-box}#ninja-forms-dashboard .nf-widget{background-color:#fff;border:1px solid #ccc;border-radius:4px;margin-bottom:20px}#ninja-forms-dashboard header.topbar{background-color:#ebedee}#ninja-forms-dashboard header .app-title{width:100%;max-width:50rem;margin:auto;background-image:url(../img/nf-logo-dashboard.png);background-size:315px 48px;background-position:0 100%;background-repeat:no-repeat;height:52px;margin-bottom:40px}#ninja-forms-dashboard header .app-title strong{display:block;text-indent:-9999px}#ninja-forms-dashboard nav{width:100%;max-width:50rem;margin:auto;margin-bottom:40px}#ninja-forms-dashboard nav ul{display:-ms-flexbox;display:flex;margin:0}#ninja-forms-dashboard nav ul li a{color:#424242;cursor:pointer;font-size:16px;margin:0 16px 10px;margin-bottom:10px;padding:16px 0 8px}#ninja-forms-dashboard nav ul li a.active{border-bottom:2px solid #424242}#ninja-forms-dashboard main{width:100%;max-width:50rem;margin:auto}#ninja-forms-dashboard .form-row-actions{display:none}#ninja-forms-dashboard .form-row-actions li{font-size:12px}#ninja-forms-dashboard .nf-table-display td:first-child{width:100%}#ninja-forms-dashboard .nf-table-display td:nth-child(2),#ninja-forms-dashboard .nf-table-display td:nth-child(3){width:250px;white-space:nowrap}#ninja-forms-dashboard tr.show-actions .title{display:block;margin-bottom:30px}#ninja-forms-dashboard tr.show-actions .form-row-actions{display:-ms-flexbox;display:flex;background:#ecedee;position:absolute;padding-top:6px;bottom:0;z-index:1;margin:0}#ninja-forms-dashboard tr.show-actions .form-row-actions li{padding:0 10px}#ninja-forms-dashboard .nf-search{border-bottom:1px solid #ecedee}#ninja-forms-dashboard .nf-search:before{top:16px}#ninja-forms-dashboard .nf-search input[type=search]{width:auto}#ninja-forms-dashboard .nf-item-controls .nf-item-control a{margin-left:20px;width:24px;cursor:pointer}@keyframes nf-connected{0%{box-shadow:0 0 2px hsla(0,0%,100%,0),inset 0 0 2px hsla(0,0%,100%,0)}50%{box-shadow:0 0 2px #84cc1e,inset 100vw 0 2px hsla(0,0%,100%,.2)}to{box-shadow:0 0 2px hsla(0,0%,100%,0),inset 100vw 0 2px hsla(0,0%,100%,0)}}.nf-notices--oauth{margin-top:-40px;padding-bottom:20px;text-align:center}.nf-oauth--checking{padding:5px}.nf-oauth--connect{display:block;background-color:#1ea9ea;color:#fff;padding:5px;text-decoration:none}.nf-oauth--connected{color:transparent;padding:0;line-height:.5;transition:all .4s;background-color:#84cc1e}.nf-oauth--connected:not(:hover){animation:nf-connected 8s ease infinite;animation-delay:2s}.nf-notices--oauth:hover .nf-oauth--connected{color:#fff;line-height:2;padding:5px}.widget{background-color:#fff;border:1px solid #ccc;border-radius:4px;padding:20px}.widget,.widget header{margin-bottom:20px}.widget-memberships{border:0;padding:0}.pricing-container{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.pricing-container .pricing-block{width:30%}.pricing-container .pricing-block.highlight{background-color:#f1f1f1}.pricing-container .pricing-header{text-align:center}.pricing-container .pricing-header>div{margin-bottom:10px}.pricing-container .pricing-header .pricing-title{font-size:24px;margin-bottom:16px}.pricing-container .pricing-header .pricing-price{font-size:24px;font-weight:700}.pricing-container .pricing-body>div{padding:10px 0;position:relative}.pricing-container .pricing-body span{display:block;margin-left:40px}.pricing-container .pricing-body ul{list-style:disc;margin-left:20px}.pricing-container .pricing-body .fa{color:#aaa;font-size:24px;position:absolute;left:0}.pricing-container .pricing-body .pricing-body-title{font-weight:700;text-transform:uppercase}.widget-plan-notice{text-align:center}.widget-plan-notice .widget-title{font-size:26px;font-weight:700;margin:0 0 10px;text-align:center}.widget-plan-notice .nf-button{margin-bottom:20px}@keyframes nf-service-installing{to{transform:rotate(360deg)}}.dashicons-update-spin{animation:nf-service-installing 1s linear infinite}.services .nf-extend.full{-ms-flex-preferred-size:100%;flex-basis:100%}.services .nf-extend-buttons a{margin-top:20px}.services .nf-extend-buttons .nf-button{margin-top:auto;margin-bottom:10px}.jBox-Confirm-button{height:auto!important;font-size:17px!important;padding:10px 30px!important}.jBox-Confirm-button-submit{background:#1ea9ea!important;border:1px solid #fff!important;color:#fff!important}.jBox-Confirm-button-cancel{background:#fff!important;border:1px solid #1ea9ea!important;color:#1ea9ea!important}.promotion--wrapper{width:100%;max-width:50rem;margin:auto;margin-bottom:20px}.promotion--wrapper a:focus{box-shadow:unset}th{font-weight:700}.widget-forms .sortable{cursor:pointer;font-weight:700;margin-left:-5px}.widget-forms .sortable:hover:after{content:"\f0dc"}.widget-forms .sortable:after{font-family:FontAwesome;margin-left:5px;position:absolute}.widget-forms .sortable.sorted-asc:after{content:"\f0de"}.widget-forms .sortable.sorted-desc:after{content:"\f0dd"}.widget-forms header{display:-ms-flexbox;display:flex}.widget-forms header div{-ms-flex:1;flex:1}.widget-forms header div:first-of-type{-ms-flex:2;flex:2}.widget-forms .action{display:-ms-flexbox;display:flex}.widget-forms .form-row-actions a{cursor:pointer}.widget-forms .form-row-actions a.delete{color:#ff4136}.forms-collection>div{padding:10px}.forms-collection>div:nth-child(odd){background-color:#ebedee}.forms-collection .deleting{color:#ff4136;background-color:#ecedee}.forms-collection .deleting a{color:#ff4136}.forms-collection .deleting footer{display:none}.forms-collection main{display:-ms-flexbox;display:flex}.forms-collection main div{-ms-flex:1;flex:1}.forms-collection main div:first-of-type{-ms-flex:2;flex:2}.forms-collection footer ul{margin:0;padding-top:20px;display:-ms-flexbox;display:flex}.forms-collection footer ul li a.delete{color:red}.forms-collection footer ul li:after{content:" |";margin:auto 5px}.forms-collection footer ul li:last-child:after{content:""}.template-list{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.template-list>div{display:-ms-flexbox;display:flex;width:50%}.template-list .template{display:-ms-grid;display:grid;width:100%}.template-list .template a{color:#424242;display:block;margin:5px;padding:30px;border:1px solid #ccc;border-radius:4px;min-height:80px;cursor:pointer}.template-list .template a:hover{background:#1ea9ea;color:#fff}.template-list .template a .title{display:block;font-size:20px;margin-bottom:10px}.template-list .ad a{border-color:#ebedee}.template-list .default a{background:#ebedee;border-color:#ebedee}table .forms-table-row li{display:inline-block}.modal-template{padding:20px}.modal-template img{width:100%}.modal-template iframe{width:100%;height:214px}.modal-template p:first-of-type{font-size:16px;font-weight:700;line-height:20px;padding:16px 40px;text-align:center}.modal-template .actions{margin-top:30px}.modal-template .actions:after{display:block;clear:both;content:""}.modal-template .primary.nf-button{float:right}.jBox-Modal{background-color:#fff}.jBox-Modal .jBox-title{padding-top:10px;padding-bottom:10px;font-size:150%;font-weight:700;text-align:center;width:100%}.jBox-Modal .jBox-content{padding:10px;width:100%}.jBox-Modal .buttons:after{clear:none;content:"";display:block}.nf-loading-spinner{width:40px;height:40px;margin:15px auto;background-color:hsla(0,0%,82%,.5);border-radius:100%;animation:nf-scaleout 1.0s infinite ease-in-out}@keyframes nf-scaleout{0%{transform:scale(0)}to{transform:scale(1);opacity:0}}.apps-container{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:10px}.apps-container .nf-box{background:#fff;-ms-flex-preferred-size:48%;flex-basis:48%}.apps-container .nf-box-inside{border:1px solid #ccc;border-radius:4px;padding:10px}.apps-container .nf-extend{float:left;margin:0 0 20px;width:300px;position:relative}.apps-container .nf-extend img{margin-bottom:10px;max-width:100%;height:auto}.apps-container .nf-extend h2{white-space:nowrap;overflow:hidden}.apps-container .nf-extend-content p{min-height:100px}.apps-container .nf-extend-buttons:after{clear:both;content:"";display:block}.apps-container .nf-extend .nf-button{float:right}.apps-container .nf-extend .nf-doc-button{float:left}.promotion--wrapper>div a{position:relative;display:block;background:#f1f1f1;padding:16px 80px;text-align:center;border-radius:4px;font-size:16px;color:#ef4748!important;overflow:hidden;line-height:24px}.promotion--wrapper>div a>.cta{font-size:22px}.promotion--wrapper>div a .dashicons-before:before,.promotion--wrapper>div a>.dashicons{position:absolute;left:0;top:-20px;font-size:90px;transform:rotate(20deg)}
2
+ /*# sourceMappingURL=dashboard.min.css.map */
assets/css/dashboard.min.css.map ADDED
@@ -0,0 +1 @@
 
1
+ {"version":3,"sources":["dashboard.scss","notices/oauth.scss","sections/widgets.scss","sections/services.scss","sections/promotions.scss","widgets/forms.scss"],"names":[],"mappings":"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","file":"dashboard.min.css","sourcesContent":["html {\n overflow: auto!important; /* Override normalize.scss */\n}\n\n::-webkit-scrollbar {\n display: none;\n}\n\n.ninja-forms-app {\n\n}\n\na {\n color: #1EA9EA;\n text-decoration: none;\n outline: none !important;\n border: 0;\n}\na:focus {\n outline: none !important;\n box-shadow: unset; // Override WP focus state.\n}\n\n#wpwrap,\n#wpcontent {\n background-color: #fff;\n}\n\n#wpcontent {\n padding: 0;\n\n .wrap {\n margin: 0;\n }\n}\n\n/** Hide anything that isn't our page wrap, ie Admin Notices */\n#wpbody-content > div:not(.wrap) {\n display: none;\n}\n\n@mixin wrap {\n width: 100%;\n max-width: 50rem;\n margin: auto;\n}\n\n#ninja-forms-dashboard {\n\n box-sizing: border-box;\n\n .nf-widget {\n background-color: #fff;\n border: 1px solid #ccc;\n border-radius: 4px;\n margin-bottom: 20px;\n }\n\n header {\n\n &.topbar {\n background-color: #EBEDEE;\n }\n\n .app-title {\n @include wrap;\n background-image: url(\"../img/nf-logo-dashboard.png\");\n background-size: 315px 48px;\n background-position: left bottom;\n background-repeat: no-repeat;\n height: 52px;\n margin-bottom: 40px;\n //padding: 10px;\n strong {\n display: block;\n text-indent: -9999px;\n }\n }\n }\n\n nav {\n @include wrap;\n margin-bottom: 40px;\n\n ul {\n display: flex;\n margin: 0;\n\n li {\n\n a {\n color: #424242;\n cursor: pointer;\n font-size: 16px;\n margin: 0 16px 10px 16px;\n margin-bottom: 10px;\n padding: 16px 0 8px;\n\n &.active {\n border-bottom: 2px solid #424242;\n }\n }\n }\n }\n }\n\n\n main {\n @include wrap;\n }\n\n .form-row-actions {\n\n display: none;\n\n li {\n font-size: 12px;\n }\n\n }\n .nf-table-display {\n\n td:nth-child(1) {\n width: 100%;\n }\n\n td:nth-child(2),\n td:nth-child(3) {\n width: 250px;\n white-space:nowrap;\n }\n\n .title {\n //white-space: normal;\n }\n\n }\n\n tr.show-actions {\n\n .title {\n display: block;\n margin-bottom: 30px;\n }\n\n .form-row-actions {\n\n display: flex;\n background: #ECEDEE;\n position: absolute;\n padding-top: 6px;\n bottom: 0;\n z-index: 1;\n margin: 0;\n\n li {\n padding: 0 10px;\n }\n\n }\n\n }\n\n .nf-search {\n\n border-bottom: 1px solid #ECEDEE;\n\n &::before {\n top: 16px;\n }\n\n input[type=search] {\n width: auto;\n }\n\n }\n\n .nf-item-controls .nf-item-control a {\n margin-left: 20px;\n width: 24px;\n cursor: pointer;\n }\n}\n\n/*\nNotices\n---------------------------------------------*/\n\n@import 'notices/oauth';\n\n/*\nSections\n---------------------------------------------*/\n\n@import 'sections/widgets';\n@import 'sections/services';\n@import 'sections/apps';\n@import 'sections/memberships';\n@import 'sections/promotions';\n\n/*\nWidgets\n---------------------------------------------*/\n\n@import 'widgets/forms';\n\n/*\njBox\n---------------------------------------------*/\n\n.jBox-Modal {\n\n background-color: white;\n\n .jBox-title {\n padding-top: 10px;\n padding-bottom: 10px;\n font-size: 150%;\n font-weight: bold;\n text-align: center;\n width: 100%;\n }\n .jBox-content {\n padding: 10px;\n width: 100%;\n }\n\n .buttons {\n &::after {\n clear: none;\n content: \"\";\n display: block;\n }\n }\n}\n\n/*\nLoading Spinner\n---------------------------------------------*/\n\n.nf-loading-spinner {\n width: 40px;\n height: 40px;\n margin: 15px auto;\n background-color: rgba(208,208,208,.5);\n\n border-radius: 100%;\n animation: nf-scaleout 1.0s infinite ease-in-out;\n}\n\n@-webkit-keyframes nf-scaleout {\n 0% { transform: scale(0) }\n 100% {\n transform: scale(1.0);\n opacity: 0;\n }\n}\n\n@keyframes nf-scaleout {\n 0% {\n transform: scale(0);\n } 100% {\n transform: scale(1.0);\n opacity: 0;\n }\n}\n\n.apps-container {\n display: flex;\n justify-content: space-between;\n flex-flow: row wrap;\n padding: 10px;\n\n .nf-box {\n background: #fff;\n flex-basis: 48%;\n }\n\n .nf-box-inside {\n border: 1px solid #ccc;\n border-radius: 4px;\n padding: 10px;\n }\n\n .nf-extend {\n float: left;\n margin: 0 0 20px 0;\n width: 300px;\n position: relative;\n }\n .nf-extend img {\n margin-bottom: 10px;\n max-width: 100%;\n height: auto;\n }\n\n .nf-extend h2 {\n white-space: nowrap;\n overflow: hidden;\n }\n\n .nf-extend-content p {\n min-height: 100px;\n }\n\n .nf-extend-buttons {\n\n &::after {\n\n clear: both;\n content: \"\";\n display: block;\n\n }\n\n }\n\n .nf-extend .nf-button {\n float: right;\n }\n\n .nf-extend .nf-doc-button {\n float: left;\n }\n\n}\n\n/*\nPromotions\n---------------------------------------------*/\n\n.promotion--wrapper {\n > div {\n a {\n position: relative;\n display: block;\n background: #f1f1f1;\n padding: 16px 80px;\n text-align: center;\n border-radius: 4px;\n font-size: 16px;\n color: #ef4748 !important;\n overflow: hidden;\n line-height: 24px;\n > .cta {\n font-size: 22px;\n }\n > .dashicons, .dashicons-before::before {\n position: absolute;\n left: 0;\n top: -20px;\n font-size: 90px;\n transform: rotate(20deg);\n }\n }\n }\n}","@keyframes nf-connected {\n 0% {\n box-shadow: 0 0 2px rgba(255, 255, 255, 0),\n inset 0 0 2px rgba(255, 255, 255, 0);\n }\n 50% {\n box-shadow: 0 0 2px #84cc1e,\n inset 100vw 0 2px rgba(255, 255, 255, .2);\n }\n 100% {\n box-shadow: 0 0 2px rgba(255, 255, 255, 0),\n inset 100vw 0 2px rgba(255, 255, 255, 0);\n }\n}\n\n.nf-notices--oauth {\n margin-top: -40px; // Account for the bottom margin on the topbar.\n padding-bottom: 20px; // Increase hover target, while maintaining whitespace.\n text-align:center;\n}\n\n.nf-oauth--checking {\n padding: 5px;\n}\n\n.nf-oauth--connect {\n display:block;\n background-color:#1EA9EA;\n color:white;\n padding: 5px;\n text-decoration:none;\n}\n\n.nf-oauth--connected {\n color: transparent;\n padding: 0;\n line-height: .5;\n transition: all .4s;\n background-color:#84CC1E;\n}\n.nf-oauth--connected:not(:hover) {\n animation: nf-connected 8s ease infinite;\n animation-delay: 2s;\n}\n.nf-notices--oauth:hover .nf-oauth--connected {\n color:white;\n line-height: 2;\n padding: 5px;\n}\n",".widget {\n background-color: #fff;\n border: 1px solid #ccc;\n border-radius: 4px;\n margin-bottom: 20px;\n padding: 20px;\n\n header {\n margin-bottom: 20px;\n }\n\n}\n\n.widget-memberships {\n border: 0;\n padding: 0;\n}\n.pricing-container {\n display: flex;\n justify-content: space-between;\n flex-wrap: wrap;\n\n .pricing-block {\n width: 30%;\n\n &.highlight {\n background-color: #f1f1f1;\n }\n\n }\n\n .pricing-header {\n\n text-align: center;\n\n & > div {\n margin-bottom: 10px;\n }\n\n .pricing-title {\n font-size: 24px;\n margin-bottom: 16px;\n }\n\n .pricing-price {\n font-size: 24px;\n font-weight: bold;\n }\n\n }\n\n .pricing-body {\n\n & > div {\n padding: 10px 0;\n position: relative;\n }\n\n span {\n display: block;\n margin-left: 40px;\n }\n\n ul {\n list-style: disc;\n margin-left: 20px;\n }\n\n .fa {\n //color: #86CA32;\n color: #aaa;\n font-size: 24px;\n position: absolute;\n left: 0;\n }\n\n .pricing-body-title {\n font-weight: bold;\n text-transform: uppercase;\n }\n\n }\n\n}\n\n.widget-plan-notice {\n\n text-align: center;\n\n .widget-title {\n font-size: 26px;\n font-weight: bold;\n margin: 0 0 10px 0;\n text-align: center;\n }\n\n .nf-button {\n margin-bottom: 20px;\n }\n\n}\n","@keyframes nf-service-installing {\n 100% {\n transform:rotate(360deg);\n }\n}\n\n.dashicons-update-spin {\n animation: nf-service-installing 1s linear infinite;\n}\n\n.services {\n .nf-extend.full {\n flex-basis: 100%;\n }\n .nf-extend-buttons a {\n margin-top: 20px;\n }\n .nf-extend-buttons .nf-button {\n margin-top: auto; // Reset from anchor.\n margin-bottom: 10px; // Account for toggle.\n }\n}\n\n.jBox-Confirm-button {\n height: auto !important;\n font-size: 17px !important;\n padding: 10px 30px !important;\n}\n.jBox-Confirm-button-submit {\n background: #1ea9ea !important;\n border: 1px solid #fff !important;\n color: #fff !important;\n}\n.jBox-Confirm-button-cancel {\n background: #fff !important;\n border: 1px solid #1ea9ea !important;\n color: #1ea9ea !important;\n}\n",".promotion--wrapper {\n width: 100%;\n max-width: 50rem;\n margin: auto;\n margin-bottom: 20px; // Maintain whitespace.\n}\n\n.promotion--wrapper a:focus {\n box-shadow: unset; // Override WP focus state.\n}\n","th {\n font-weight: bold;\n}\n\n.widget-forms {\n .sortable {\n cursor: pointer;\n font-weight: bold;\n margin-left: -5px;\n &:hover {\n &:after {\n content: '\\f0dc';\n }\n }\n &:after {\n font-family: 'FontAwesome';\n margin-left: 5px;\n position: absolute;\n }\n &.sorted-asc:after {\n content: \"\\f0de\";\n }\n &.sorted-desc:after {\n content: \"\\f0dd\";\n }\n }\n header {\n display: flex;\n div {\n flex: 1;\n }\n div:first-of-type {\n flex: 2;\n }\n }\n\n .action {\n display: flex;\n }\n\n .form-row-actions a {\n cursor: pointer;\n\n &.delete {\n color: #FF4136;\n }\n }\n\n > div > main.content {\n /*max-height: 400px;*/\n }\n}\n\n.forms-collection {\n & > div {\n padding: 10px;\n }\n & > div:nth-child(odd){\n background-color: #EBEDEE;\n }\n .deleting {\n color: #FF4136;\n background-color: #ECEDEE;\n a {\n color: #FF4136;\n }\n footer {\n display: none;\n }\n }\n main {\n display: flex;\n div {\n flex: 1;\n }\n div:first-of-type {\n flex: 2;\n }\n }\n footer ul {\n margin: 0;\n padding-top: 20px;\n display: flex;\n li {\n a.delete {\n color: red;\n }\n &:after {\n content: ' |';\n margin: auto 5px;\n }\n &:last-child:after {\n content: '';\n }\n }\n }\n}\n\n.template-list {\n display: flex;\n justify-content: space-between;\n flex-wrap: wrap;\n\n & > div {\n display: flex;\n width: 50%;\n }\n\n .template {\n display: grid;\n width: 100%;\n a {\n color: #424242;\n display: block;\n margin: 5px;\n padding: 30px;\n border: 1px solid #ccc;\n border-radius: 4px;\n min-height: 80px;\n cursor: pointer;\n\n &:hover {\n background: #1EA9EA;\n color: #fff;\n }\n\n .title {\n display: block;\n font-size: 20px;\n margin-bottom: 10px\n }\n }\n }\n\n .ad {\n a {\n border-color: #EBEDEE;\n }\n }\n\n .default {\n a {\n background: #EBEDEE;\n border-color: #EBEDEE;\n }\n }\n}\n\ntable .forms-table-row li {\n display: inline-block;\n}\n\n.modal-template {\n padding: 20px;\n img {\n width: 100%;\n }\n iframe {\n width: 100%;\n height: 214px;\n }\n p:first-of-type {\n font-size: 16px;\n font-weight: bold;\n line-height: 20px;\n padding: 16px 40px;\n text-align: center;\n }\n .actions {\n margin-top: 30px;\n &::after {\n display: block;\n clear: both;\n content: \"\";\n }\n }\n .primary.nf-button {\n float: right;\n }\n}\n"]}
assets/css/display-opinions-dark.css CHANGED
@@ -1,1975 +1,2 @@
1
- /*
2
- Normalize Ninja Forms fields with default structure
3
- ---------------------------------------------*/
4
- /*
5
- * Ninja Forms - Form Display Structure
6
- */
7
- .ninja-forms-form-wrap *,
8
- .ninja-forms-form-wrap *:after,
9
- .ninja-forms-form-wrap *:before {
10
- -ms-box-sizing: border-box;
11
- box-sizing: border-box; }
12
-
13
- .nf-response-msg {
14
- display: none; }
15
-
16
- .nf-field-container,
17
- #ninja_forms_required_items {
18
- clear: both;
19
- position: relative;
20
- margin-bottom: 25px; }
21
- .nf-field-container::after,
22
- #ninja_forms_required_items::after {
23
- clear: both;
24
- content: "";
25
- display: block; }
26
- .nf-field-container.hidden-container, .nf-field-container.hr-container,
27
- #ninja_forms_required_items.hidden-container,
28
- #ninja_forms_required_items.hr-container {
29
- margin: 0;
30
- height: auto; }
31
- .nf-field-container.hidden-container .nf-field-label, .nf-field-container.hr-container .nf-field-label,
32
- #ninja_forms_required_items.hidden-container .nf-field-label,
33
- #ninja_forms_required_items.hr-container .nf-field-label {
34
- display: none; }
35
- .nf-field-container.html-container .nf-field-label,
36
- #ninja_forms_required_items.html-container .nf-field-label {
37
- display: none; }
38
-
39
- .nf-field-label label {
40
- font-weight: bold;
41
- margin: 0;
42
- padding: 0; }
43
-
44
- .nf-field-element {
45
- position: relative; }
46
- .nf-field-element input,
47
- .nf-field-element select,
48
- .nf-field-element textarea {
49
- margin: 0;
50
- width: auto;
51
- height: auto;
52
- vertical-align: inherit; }
53
- .nf-field-element textarea {
54
- height: 200px; }
55
-
56
- .nf-field-description p:last-child {
57
- margin: 0; }
58
-
59
- .nf-help {
60
- background: url("../img/help-info.png") no-repeat;
61
- display: inline-block;
62
- width: 16px;
63
- height: 16px; }
64
-
65
- .nf-input-limit {
66
- font-size: 12px;
67
- margin-top: 5px; }
68
-
69
- .nf-static {
70
- padding: 0 10px; }
71
-
72
- .nf-after-field .nf-error-msg {
73
- margin-right: 10px; }
74
-
75
- /* ---------------------------------
76
- CHECKBOX FIELD
77
- ----------------------------------*/
78
- /* ---------------------------------
79
- RADIO & CHECKBOX LISTS
80
- ----------------------------------*/
81
- .list-radio-wrap .nf-field-element ul, .list-radio-wrap .nf-field-element li,
82
- .list-checkbox-wrap .nf-field-element ul,
83
- .list-checkbox-wrap .nf-field-element li {
84
- list-style: none !important;
85
- margin: 0 !important;
86
- padding: 0 !important; }
87
- .list-radio-wrap .nf-field-element ul input, .list-radio-wrap .nf-field-element li input,
88
- .list-checkbox-wrap .nf-field-element ul input,
89
- .list-checkbox-wrap .nf-field-element li input {
90
- margin-right: 5px; }
91
-
92
- .list-radio-wrap .nf-field-element li,
93
- .list-checkbox-wrap .nf-field-element li {
94
- padding-left: 10px;
95
- margin: 0 0 5px !important;
96
- text-indent: initial !important; }
97
- .list-radio-wrap .nf-field-element li label,
98
- .list-checkbox-wrap .nf-field-element li label {
99
- display: inline-block;
100
- float: initial;
101
- margin: 0;
102
- width: auto; }
103
- .list-radio-wrap .nf-field-element li input,
104
- .list-checkbox-wrap .nf-field-element li input {
105
- width: auto !important; }
106
-
107
- /* ---------------------------------
108
- PRODUCT FIELD
109
- ----------------------------------*/
110
- .product-wrap > div input {
111
- width: 80px !important; }
112
-
113
- .product-wrap > div .nf-product-field span {
114
- padding: 0 5px; }
115
-
116
- /* ---------------------------------
117
- STAR RATING
118
- ----------------------------------*/
119
- .starrating-wrap .star {
120
- border-bottom: 0; }
121
-
122
- /* ---------------------------------
123
- HONEYPOT
124
- ----------------------------------*/
125
- .nf-form-hp {
126
- position: absolute;
127
- visibility: hidden; }
128
-
129
- /* ---------------------------------
130
- SELECT LIST
131
- ----------------------------------*/
132
- .list-select-wrap div div {
133
- display: none; }
134
-
135
- /* ---------------------------------
136
- COLORS
137
- As minimal as possible
138
- ----------------------------------*/
139
- .ninja-forms-req-symbol,
140
- .nf-error-msg {
141
- color: #E80000; }
142
-
143
- .nf-error .ninja-forms-field {
144
- border: 1px solid #E80000; }
145
-
146
- .nf-field-submit-error {
147
- padding: 15px; }
148
-
149
- .ninja-forms-noscript-message {
150
- background: #f1f1f1;
151
- border: 4px dashed #ccc;
152
- color: #333;
153
- display: block;
154
- font-size: 20px;
155
- margin: 20px 0;
156
- padding: 40px;
157
- text-align: center; }
158
-
159
- /* ---------------------------------
160
- HELPER CLASSES
161
- ----------------------------------*/
162
- .two-col-list ul li {
163
- float: left;
164
- width: 50%; }
165
-
166
- .three-col-list ul li {
167
- float: left;
168
- width: 33.33%; }
169
-
170
- .four-col-list ul li {
171
- float: left;
172
- width: 25%; }
173
-
174
- .five-col-list ul li {
175
- float: left;
176
- width: 20%; }
177
-
178
- .six-col-list ul li {
179
- float: left;
180
- width: 16.66%; }
181
-
182
- body .pika-label {
183
- background: transparent; }
184
-
185
- /* Column Classes
186
- Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
187
- --------------------------------------------- */
188
- .nf-form-cont .five-sixths,
189
- .nf-form-cont .four-sixths,
190
- .nf-form-cont .one-fourth,
191
- .nf-form-cont .one-half,
192
- .nf-form-cont .one-sixth,
193
- .nf-form-cont .one-third,
194
- .nf-form-cont .three-fourths,
195
- .nf-form-cont .three-sixths,
196
- .nf-form-cont .two-fourths,
197
- .nf-form-cont .two-sixths,
198
- .nf-form-cont .two-thirds {
199
- clear: initial;
200
- float: left;
201
- margin-left: 2.564102564102564%; }
202
- .nf-form-cont .five-sixths .inside,
203
- .nf-form-cont .four-sixths .inside,
204
- .nf-form-cont .one-fourth .inside,
205
- .nf-form-cont .one-half .inside,
206
- .nf-form-cont .one-sixth .inside,
207
- .nf-form-cont .one-third .inside,
208
- .nf-form-cont .three-fourths .inside,
209
- .nf-form-cont .three-sixths .inside,
210
- .nf-form-cont .two-fourths .inside,
211
- .nf-form-cont .two-sixths .inside,
212
- .nf-form-cont .two-thirds .inside {
213
- padding: 20px; }
214
- .nf-form-cont .five-sixths::after,
215
- .nf-form-cont .four-sixths::after,
216
- .nf-form-cont .one-fourth::after,
217
- .nf-form-cont .one-half::after,
218
- .nf-form-cont .one-sixth::after,
219
- .nf-form-cont .one-third::after,
220
- .nf-form-cont .three-fourths::after,
221
- .nf-form-cont .three-sixths::after,
222
- .nf-form-cont .two-fourths::after,
223
- .nf-form-cont .two-sixths::after,
224
- .nf-form-cont .two-thirds::after {
225
- clear: both;
226
- content: "";
227
- display: block; }
228
-
229
- .nf-form-cont .one-half,
230
- .nf-form-cont .three-sixths,
231
- .nf-form-cont .two-fourths {
232
- width: 48.717948717948715%; }
233
-
234
- .nf-form-cont .one-third,
235
- .nf-form-cont .two-sixths {
236
- width: 31.623931623931625%; }
237
-
238
- .nf-form-cont .four-sixths,
239
- .nf-form-cont .two-thirds {
240
- width: 65.81196581196582%; }
241
-
242
- .nf-form-cont .one-fourth {
243
- width: 23.076923076923077%; }
244
-
245
- .nf-form-cont .three-fourths {
246
- width: 74.35897435897436%; }
247
-
248
- .nf-form-cont .one-sixth {
249
- width: 14.52991452991453%; }
250
-
251
- .nf-form-cont .five-sixths {
252
- width: 82.90598290598291%; }
253
-
254
- .nf-form-cont .first {
255
- clear: both;
256
- margin-left: 0; }
257
-
258
- .note-popover {
259
- display: none !important; }
260
-
261
- .nf-form-wrap .note-editor {
262
- border: 0 !important; }
263
- .nf-form-wrap .note-editor .note-toolbar::after {
264
- clear: both;
265
- content: "";
266
- display: block; }
267
- .nf-form-wrap .note-editor .note-editable {
268
- background: #f9f9f9;
269
- border: 1px solid #f1f1f1;
270
- display: block; }
271
- .nf-form-wrap .note-editor .note-editable p {
272
- font-size: 16px; }
273
- .nf-form-wrap .note-editor .note-editable ul {
274
- list-style-type: disc;
275
- margin-left: 2em; }
276
- .nf-form-wrap .note-editor .note-editable table td {
277
- border: 1px solid #ccc;
278
- width: auto; }
279
- .nf-form-wrap .note-editor .modal {
280
- display: none; }
281
- .nf-form-wrap .note-editor .btn-group {
282
- float: left; }
283
- .nf-form-wrap .note-editor .btn-group.note-tools {
284
- float: right; }
285
- .nf-form-wrap .note-editor .btn {
286
- background: #f9f9f9;
287
- border: 0;
288
- border-radius: 4px;
289
- color: #666;
290
- cursor: pointer;
291
- margin-right: 2px;
292
- padding-top: 4px; }
293
- .nf-form-wrap .note-editor .btn.disabled {
294
- background: transparent;
295
- color: #aaa; }
296
- .nf-form-wrap .note-editor .btn.disabled .merge-tags {
297
- background: #f9f9f9;
298
- color: #666; }
299
- .nf-form-wrap .note-editor button[type=button] {
300
- padding: 4px;
301
- width: auto;
302
- height: auto; }
303
- .nf-form-wrap .note-editor .dropdown-toggle {
304
- position: relative;
305
- display: inline-block;
306
- top: 0; }
307
- .nf-form-wrap .note-editor .dropdown-toggle::after {
308
- content: "";
309
- width: 0; }
310
-
311
- .nf-form-wrap .tooltip {
312
- position: absolute;
313
- z-index: 1070;
314
- display: block;
315
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
316
- font-size: 12px;
317
- font-style: normal;
318
- font-weight: normal;
319
- line-height: 1.42857143;
320
- text-align: left;
321
- text-align: start;
322
- text-decoration: none;
323
- text-shadow: none;
324
- text-transform: none;
325
- letter-spacing: normal;
326
- word-break: normal;
327
- word-spacing: normal;
328
- word-wrap: normal;
329
- white-space: normal;
330
- filter: alpha(opacity=0);
331
- opacity: 0;
332
- line-break: auto; }
333
-
334
- .nf-form-wrap .tooltip.in {
335
- filter: alpha(opacity=90);
336
- opacity: .9; }
337
-
338
- .nf-form-wrap .tooltip.top {
339
- padding: 5px 0;
340
- margin-top: -3px; }
341
-
342
- .nf-form-wrap .tooltip.right {
343
- padding: 0 5px;
344
- margin-left: 3px; }
345
-
346
- .nf-form-wrap .tooltip.bottom {
347
- padding: 5px 0;
348
- margin-top: 3px; }
349
-
350
- .nf-form-wrap .tooltip.left {
351
- padding: 0 5px;
352
- margin-left: -3px; }
353
-
354
- .nf-form-wrap .tooltip-inner {
355
- max-width: 200px;
356
- padding: 3px 8px;
357
- color: #fff;
358
- text-align: center;
359
- background-color: #000;
360
- border-radius: 4px; }
361
-
362
- .nf-form-wrap .tooltip-arrow {
363
- position: absolute;
364
- width: 0;
365
- height: 0;
366
- border-color: transparent;
367
- border-style: solid; }
368
-
369
- .nf-form-wrap .tooltip.top .tooltip-arrow {
370
- bottom: 0;
371
- left: 50%;
372
- margin-left: -5px;
373
- border-width: 5px 5px 0;
374
- border-top-color: #000; }
375
-
376
- .nf-form-wrap .tooltip.top-left .tooltip-arrow {
377
- right: 5px;
378
- bottom: 0;
379
- margin-bottom: -5px;
380
- border-width: 5px 5px 0;
381
- border-top-color: #000; }
382
-
383
- .nf-form-wrap .tooltip.top-right .tooltip-arrow {
384
- bottom: 0;
385
- left: 5px;
386
- margin-bottom: -5px;
387
- border-width: 5px 5px 0;
388
- border-top-color: #000; }
389
-
390
- .nf-form-wrap .tooltip.right .tooltip-arrow {
391
- top: 50%;
392
- left: 0;
393
- margin-top: -5px;
394
- border-width: 5px 5px 5px 0;
395
- border-right-color: #000; }
396
-
397
- .nf-form-wrap .tooltip.left .tooltip-arrow {
398
- top: 50%;
399
- right: 0;
400
- margin-top: -5px;
401
- border-width: 5px 0 5px 5px;
402
- border-left-color: #000; }
403
-
404
- .nf-form-wrap .tooltip.bottom .tooltip-arrow {
405
- top: 0;
406
- left: 50%;
407
- margin-left: -5px;
408
- border-width: 0 5px 5px;
409
- border-bottom-color: #000; }
410
-
411
- .nf-form-wrap .tooltip.bottom-left .tooltip-arrow {
412
- top: 0;
413
- right: 5px;
414
- margin-top: -5px;
415
- border-width: 0 5px 5px;
416
- border-bottom-color: #000; }
417
-
418
- .nf-form-wrap .tooltip.bottom-right .tooltip-arrow {
419
- top: 0;
420
- left: 5px;
421
- margin-top: -5px;
422
- border-width: 0 5px 5px;
423
- border-bottom-color: #000; }
424
-
425
- .nf-form-wrap .dropdown-menu {
426
- position: absolute;
427
- z-index: 1000;
428
- display: none;
429
- float: left;
430
- min-width: 160px;
431
- padding: 5px 0;
432
- margin: 2px 0 0;
433
- font-size: 14px;
434
- text-align: left;
435
- list-style: none;
436
- background-color: #fff;
437
- background-clip: padding-box;
438
- border: 1px solid #ccc;
439
- border: 1px solid rgba(0, 0, 0, 0.15);
440
- border-radius: 4px;
441
- box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
442
-
443
- .nf-form-wrap .dropdown-menu.pull-right {
444
- right: 0;
445
- left: auto; }
446
-
447
- .nf-form-wrap .dropdown-menu .divider {
448
- height: 1px;
449
- margin: 9px 0;
450
- overflow: hidden;
451
- background-color: #e5e5e5; }
452
-
453
- .nf-form-wrap .dropdown-menu > li > a {
454
- display: block;
455
- padding: 3px 20px;
456
- clear: both;
457
- font-weight: normal;
458
- line-height: 1.42857143;
459
- color: #333;
460
- white-space: nowrap; }
461
-
462
- .nf-form-wrap .dropdown-menu > li > a:hover,
463
- .nf-form-wrap .dropdown-menu > li > a:focus {
464
- color: #262626;
465
- text-decoration: none;
466
- background-color: #f5f5f5; }
467
-
468
- .nf-form-wrap .dropdown-menu > .active > a,
469
- .nf-form-wrap .dropdown-menu > .active > a:hover,
470
- .nf-form-wrap .dropdown-menu > .active > a:focus {
471
- color: #fff;
472
- text-decoration: none;
473
- background-color: #337ab7;
474
- outline: 0; }
475
-
476
- .nf-form-wrap .dropdown-menu > .disabled > a,
477
- .nf-form-wrap .dropdown-menu > .disabled > a:hover,
478
- .nf-form-wrap .dropdown-menu > .disabled > a:focus {
479
- color: #777; }
480
-
481
- .nf-form-wrap .dropdown-menu > .disabled > a:hover,
482
- .nf-form-wrap .dropdown-menu > .disabled > a:focus {
483
- text-decoration: none;
484
- cursor: not-allowed;
485
- background-color: transparent;
486
- background-image: none;
487
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
488
-
489
- .nf-form-wrap .open > .dropdown-menu {
490
- display: block; }
491
-
492
- .nf-form-wrap .open > a {
493
- outline: 0; }
494
-
495
- .nf-form-wrap .dropdown-menu-right {
496
- right: 0;
497
- left: auto; }
498
-
499
- .nf-form-wrap .dropdown-menu-left {
500
- right: auto;
501
- left: 0; }
502
-
503
- .nf-form-wrap .dropdown-header {
504
- display: block;
505
- padding: 3px 20px;
506
- font-size: 12px;
507
- line-height: 1.42857143;
508
- color: #777;
509
- white-space: nowrap; }
510
-
511
- .nf-form-wrap .dropdown-backdrop {
512
- position: fixed;
513
- top: 0;
514
- right: 0;
515
- bottom: 0;
516
- left: 0;
517
- z-index: 990; }
518
-
519
- .nf-form-wrap .pull-right > .dropdown-menu {
520
- right: 0;
521
- left: auto; }
522
-
523
- .nf-form-wrap .dropup .caret,
524
- .nf-form-wrap .navbar-fixed-bottom .dropdown .caret {
525
- content: "";
526
- border-top: 0;
527
- border-bottom: 4px dashed;
528
- border-bottom: 4px solid \9; }
529
-
530
- .nf-form-wrap .dropup .dropdown-menu,
531
- .nf-form-wrap .navbar-fixed-bottom .dropdown .dropdown-menu {
532
- top: auto;
533
- bottom: 100%;
534
- margin-bottom: 2px; }
535
-
536
- @media (min-width: 768px) {
537
- .nf-form-wrap .navbar-right .dropdown-menu {
538
- right: 0;
539
- left: auto; }
540
- .nf-form-wrap .navbar-right .dropdown-menu-left {
541
- right: auto;
542
- left: 0; } }
543
-
544
- .nf-form-wrap .btn-group-justified > .btn-group .dropdown-menu {
545
- left: auto; }
546
-
547
- .nf-form-wrap .nav-tabs.nav-justified > .dropdown .dropdown-menu {
548
- top: auto;
549
- left: auto; }
550
-
551
- .nf-form-wrap .nav-justified > .dropdown .dropdown-menu {
552
- top: auto;
553
- left: auto; }
554
-
555
- .nf-form-wrap .nav-tabs .dropdown-menu {
556
- margin-top: -1px;
557
- border-top-left-radius: 0;
558
- border-top-right-radius: 0; }
559
-
560
- @media (max-width: 767px) {
561
- .nf-form-wrap .navbar-nav .open .dropdown-menu {
562
- position: static;
563
- float: none;
564
- width: auto;
565
- margin-top: 0;
566
- background-color: transparent;
567
- border: 0;
568
- box-shadow: none; }
569
- .nf-form-wrap .navbar-nav .open .dropdown-menu > li > a,
570
- .nf-form-wrap .navbar-nav .open .dropdown-menu .dropdown-header {
571
- padding: 5px 15px 5px 25px; }
572
- .nf-form-wrap .navbar-nav .open .dropdown-menu > li > a {
573
- line-height: 20px; }
574
- .nf-form-wrap .navbar-nav .open .dropdown-menu > li > a:hover,
575
- .nf-form-wrap .navbar-nav .open .dropdown-menu > li > a:focus {
576
- background-image: none; } }
577
-
578
- .nf-form-wrap .navbar-nav > li > .dropdown-menu {
579
- margin-top: 0;
580
- border-top-left-radius: 0;
581
- border-top-right-radius: 0; }
582
-
583
- .nf-form-wrap .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
584
- margin-bottom: 0;
585
- border-top-left-radius: 4px;
586
- border-top-right-radius: 4px;
587
- border-bottom-right-radius: 0;
588
- border-bottom-left-radius: 0; }
589
-
590
- @media (max-width: 767px) {
591
- .nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu > li > a {
592
- color: #777; }
593
- .nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
594
- .nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
595
- color: #333;
596
- background-color: transparent; }
597
- .nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
598
- .nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
599
- .nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
600
- color: #555;
601
- background-color: #e7e7e7; }
602
- .nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
603
- .nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
604
- .nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
605
- color: #ccc;
606
- background-color: transparent; } }
607
-
608
- @media (max-width: 767px) {
609
- .nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
610
- border-color: #080808; }
611
- .nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
612
- background-color: #080808; }
613
- .nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
614
- color: #9d9d9d; }
615
- .nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
616
- .nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
617
- color: #fff;
618
- background-color: transparent; }
619
- .nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
620
- .nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
621
- .nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
622
- color: #fff;
623
- background-color: #080808; }
624
- .nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
625
- .nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
626
- .nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
627
- color: #444;
628
- background-color: transparent; } }
629
-
630
- .nf-loading-spinner {
631
- width: 40px;
632
- height: 40px;
633
- margin: 100px auto;
634
- background-color: rgba(208, 208, 208, 0.5);
635
- border-radius: 100%;
636
- animation: nf-scaleout 1.0s infinite ease-in-out; }
637
-
638
- @keyframes nf-scaleout {
639
- 0% {
640
- transform: scale(0); }
641
- 100% {
642
- transform: scale(1);
643
- opacity: 0; } }
644
-
645
- /*
646
- Make sure all Ninja Forms label positons function properly
647
- ---------------------------------------------*/
648
- /* ---------------------------------
649
- STANDARDIZE ALL FIELDS
650
- ----------------------------------*/
651
- .field-wrap {
652
- display: -ms-flexbox;
653
- display: flex; }
654
- .field-wrap > label {
655
- display: block; }
656
- .field-wrap > div input,
657
- .field-wrap textarea,
658
- .field-wrap select,
659
- .field-wrap .pikaday__container,
660
- .field-wrap .pikaday__display,
661
- .field-wrap .listselect-wrap > div {
662
- width: 100%; }
663
- .field-wrap input[type="submit"],
664
- .field-wrap input[type="button"],
665
- .field-wrap button {
666
- width: auto; }
667
-
668
- .nf-field-label {
669
- -ms-flex-order: 5;
670
- order: 5; }
671
-
672
- .nf-field-description {
673
- width: 100%;
674
- -ms-flex-order: 10;
675
- order: 10; }
676
-
677
- .nf-field-element {
678
- -ms-flex-order: 15;
679
- order: 15; }
680
-
681
- /* ---------------------------------
682
- LABEL ABOVE
683
- ----------------------------------*/
684
- .label-above .nf-field-label {
685
- margin-bottom: 10px; }
686
-
687
- /* ---------------------------------
688
- LABEL BELOW
689
- ----------------------------------*/
690
- .label-below .nf-field-label {
691
- margin-top: 10px;
692
- -ms-flex-order: 15;
693
- order: 15; }
694
-
695
- .label-below .nf-field-element {
696
- -ms-flex-order: 5;
697
- order: 5; }
698
-
699
- /* ---------------------------------
700
- LABEL HIDDEN
701
- ----------------------------------*/
702
- .label-hidden .field-wrap {
703
- -ms-flex-wrap: wrap;
704
- flex-wrap: wrap; }
705
-
706
- .label-hidden .nf-field-label {
707
- height: 0;
708
- width: 100%;
709
- visibility: hidden; }
710
-
711
- .label-hidden .nf-field-description {
712
- width: 100%;
713
- -ms-flex-order: 20;
714
- order: 20; }
715
-
716
- .label-hidden .nf-field-element {
717
- width: 100%; }
718
-
719
- /* ---------------------------------
720
- LABEL LEFT
721
- ----------------------------------*/
722
- .label-left .field-wrap {
723
- -ms-flex-direction: row;
724
- flex-direction: row;
725
- -ms-flex-wrap: wrap;
726
- flex-wrap: wrap; }
727
-
728
- .label-left .nf-field-label {
729
- display: -ms-flexbox;
730
- display: flex;
731
- -ms-flex-direction: row;
732
- flex-direction: row;
733
- -ms-flex-align: center;
734
- align-items: center;
735
- padding-right: 2%;
736
- text-align: right;
737
- width: 35%;
738
- -ms-flex-order: 5;
739
- order: 5; }
740
- .label-left .nf-field-label label {
741
- width: 100%; }
742
-
743
- .label-left .nf-field-description {
744
- margin-left: 35%; }
745
-
746
- .label-left .nf-field-element {
747
- display: inline-block;
748
- width: 65%;
749
- -ms-flex-order: 10;
750
- order: 10; }
751
-
752
- .label-left .nf-after-field {
753
- margin-left: 36.5%; }
754
-
755
- /* ---------------------------------
756
- LABEL RIGHT
757
- ----------------------------------*/
758
- .label-right .field-wrap {
759
- -ms-flex-direction: row;
760
- flex-direction: row;
761
- -ms-flex-wrap: wrap;
762
- flex-wrap: wrap; }
763
-
764
- .label-right .nf-field-label {
765
- display: -ms-flexbox;
766
- display: flex;
767
- -ms-flex-direction: row;
768
- flex-direction: row;
769
- -ms-flex-align: center;
770
- align-items: center;
771
- padding-left: 2%;
772
- width: 35%;
773
- -ms-flex-order: 10;
774
- order: 10; }
775
-
776
- .label-right .nf-field-description {
777
- margin-right: 35%;
778
- -ms-flex-order: 15;
779
- order: 15; }
780
-
781
- .label-right .nf-field-element {
782
- display: inline-block;
783
- width: 65%;
784
- -ms-flex-order: 5;
785
- order: 5; }
786
-
787
- .label-right .checkbox-wrap .nf-field-label {
788
- width: auto; }
789
-
790
- .label-right .checkbox-wrap .nf-field-element {
791
- width: 20px; }
792
-
793
- .label-right .nf-after-field {
794
- width: 65%; }
795
-
796
- /* ---------------------------------
797
- ADJUST SOME LABEL ABOVE & BELOW ISSUES
798
- ----------------------------------*/
799
- .label-below .field-wrap,
800
- .label-above .field-wrap {
801
- -ms-flex-direction: column;
802
- flex-direction: column;
803
- -ms-flex-flow: wrap;
804
- flex-flow: wrap; }
805
-
806
- .label-below .nf-field-element,
807
- .label-above .nf-field-element {
808
- margin: 0;
809
- width: 100%; }
810
-
811
- /* ---------------------------------
812
- ADJUST SOME LABEL LEFT & RIGHT ISSUES
813
- ----------------------------------*/
814
- .label-left .textarea-wrap .nf-field-label,
815
- .label-left .listradio-wrap .nf-field-label,
816
- .label-left .listcheckbox-wrap .nf-field-label,
817
- .label-right .textarea-wrap .nf-field-label,
818
- .label-right .listradio-wrap .nf-field-label,
819
- .label-right .listcheckbox-wrap .nf-field-label {
820
- -ms-flex-align: start;
821
- align-items: flex-start; }
822
-
823
- .label-left .textarea-wrap .nf-field-label,
824
- .label-right .textarea-wrap .nf-field-label {
825
- margin-top: 5px; }
826
-
827
- .label-left .html-wrap,
828
- .label-left .hr-wrap,
829
- .label-right .html-wrap,
830
- .label-right .hr-wrap {
831
- display: block; }
832
- .label-left .html-wrap .nf-field-element,
833
- .label-left .hr-wrap .nf-field-element,
834
- .label-right .html-wrap .nf-field-element,
835
- .label-right .hr-wrap .nf-field-element {
836
- display: block;
837
- margin: 0;
838
- width: 100%; }
839
-
840
- /* ---------------------------------
841
- FIELD DESCRIPTION POSITIONS
842
- ----------------------------------*/
843
- .nf-help {
844
- background: none; }
845
-
846
- .nf-field-description {
847
- font-size: 14px; }
848
-
849
- .nf-form-content {
850
- padding: 5px;
851
- max-width: 1000px;
852
- margin: 0 auto; }
853
- .nf-form-content label {
854
- font-size: 18px;
855
- line-height: 20px; }
856
- .nf-form-content .ninja-forms-field,
857
- .nf-form-content .listselect-wrap .nf-field-element div {
858
- font-size: 16px;
859
- margin: 0;
860
- padding: 12px; }
861
- .nf-form-content input.ninja-forms-field,
862
- .nf-form-content select.ninja-forms-field,
863
- .nf-form-content .listselect-wrap .nf-field-element div {
864
- height: 50px; }
865
- .nf-form-content textarea.ninja-forms-field {
866
- height: 200px; }
867
- .nf-form-content hr.ninja-forms-field {
868
- padding: 0; }
869
- .nf-form-content input[type="radio"].ninja-forms-field,
870
- .nf-form-content input[type="checkbox"].ninja-forms-field {
871
- height: auto; }
872
- .nf-form-content .listradio-wrap li,
873
- .nf-form-content .listcheckbox-wrap li {
874
- margin-bottom: 12px !important;
875
- line-height: 0; }
876
- .nf-form-content .nf-product-field span {
877
- padding-right: 16px; }
878
- .nf-form-content .nf-product-field .nf-field-qty {
879
- font-size: 16px;
880
- padding: 5px;
881
- width: 80px !important; }
882
- .nf-form-content .nf-static {
883
- background: transparent;
884
- border: 0;
885
- font-weight: bold;
886
- padding: 0; }
887
- .nf-form-content .label-above .nf-field-label,
888
- .nf-form-content .label-below .nf-field-label,
889
- .nf-form-content .label-hidden .nf-field-label {
890
- margin-bottom: 10px;
891
- padding: 0; }
892
- .nf-form-content .label-below .nf-field-label {
893
- margin-bottom: 0;
894
- margin-top: 10px; }
895
- .nf-form-content .label-right .nf-field-label {
896
- margin: 0; }
897
- .nf-form-content .label-right > input[type=radio],
898
- .nf-form-content .label-right input[type=checkbox] {
899
- margin-right: 1%; }
900
- .nf-form-content .label-right ul {
901
- margin-right: 1%; }
902
-
903
- .nf-form-content .list-select-wrap > div {
904
- position: relative; }
905
- .nf-form-content .list-select-wrap > div div {
906
- display: block;
907
- position: absolute;
908
- font-size: 16px;
909
- line-height: 16px;
910
- margin: 0;
911
- padding: 16px;
912
- height: 50px;
913
- top: 0;
914
- right: 0;
915
- left: 0;
916
- z-index: 1; }
917
- .nf-form-content .list-select-wrap > div div::after {
918
- content: "\f078";
919
- font-family: FontAwesome;
920
- font-size: 20px;
921
- position: absolute;
922
- right: 10px;
923
- bottom: 0;
924
- height: 50px;
925
- line-height: 50px; }
926
- .nf-form-content .list-select-wrap > div.label-right div {
927
- width: 59%; }
928
- .nf-form-content .list-select-wrap > div.label-below div {
929
- top: 0;
930
- bottom: auto; }
931
- .nf-form-content .list-select-wrap > div.label-left div {
932
- width: 59%;
933
- left: 40.5%;
934
- right: 40px; }
935
- .nf-form-content .list-select-wrap > div select {
936
- background: transparent;
937
- border: 0;
938
- -webkit-appearance: none;
939
- -moz-appearance: none;
940
- appearance: none;
941
- position: relative;
942
- z-index: 2; }
943
-
944
- .nf-form-content .listmultiselect-wrap select {
945
- -webkit-appearance: normal;
946
- -moz-appearance: normal;
947
- appearance: normal; }
948
-
949
- .checkbox-wrap .nf-field-label label,
950
- .checkbox-wrap .nf-field-element label,
951
- .listcheckbox-wrap .nf-field-label label,
952
- .listcheckbox-wrap .nf-field-element label {
953
- position: relative;
954
- margin-left: 30px; }
955
- .checkbox-wrap .nf-field-label label::after,
956
- .checkbox-wrap .nf-field-element label::after,
957
- .listcheckbox-wrap .nf-field-label label::after,
958
- .listcheckbox-wrap .nf-field-element label::after {
959
- border: 1px solid;
960
- content: "";
961
- width: 18px;
962
- height: 18px;
963
- position: absolute;
964
- left: -28px;
965
- bottom: 0; }
966
- .checkbox-wrap .nf-field-label label::before,
967
- .checkbox-wrap .nf-field-element label::before,
968
- .listcheckbox-wrap .nf-field-label label::before,
969
- .listcheckbox-wrap .nf-field-element label::before {
970
- content: "\f00c";
971
- font-family: FontAwesome;
972
- font-size: 24px;
973
- position: absolute;
974
- bottom: 0;
975
- opacity: 0;
976
- z-index: 2; }
977
-
978
- .checkbox-container .nf-field-element input {
979
- display: none; }
980
-
981
- .checkbox-container.label-above label {
982
- height: 50px;
983
- margin: 0;
984
- display: block; }
985
- .checkbox-container.label-above label::after {
986
- left: 0;
987
- bottom: 0; }
988
- .checkbox-container.label-above label.nf-checked-label::before {
989
- left: -2px;
990
- bottom: 0; }
991
-
992
- .checkbox-container.label-below label {
993
- margin: 0;
994
- display: block;
995
- margin-top: 20px; }
996
- .checkbox-container.label-below label::after {
997
- left: 0;
998
- bottom: auto;
999
- top: -25px; }
1000
- .checkbox-container.label-below label.nf-checked-label::before {
1001
- left: -2px;
1002
- bottom: auto;
1003
- top: -27px; }
1004
-
1005
- .checkbox-container.label-left .nf-field-label {
1006
- width: 38%;
1007
- padding-right: 5%; }
1008
-
1009
- .checkbox-container.label-left .nf-field-element {
1010
- width: 58%; }
1011
-
1012
- .checkbox-container.label-left label {
1013
- margin: 0;
1014
- display: block; }
1015
- .checkbox-container.label-left label::after {
1016
- left: auto;
1017
- bottom: 0;
1018
- right: -31px; }
1019
- .checkbox-container.label-left label.nf-checked-label::before {
1020
- left: auto;
1021
- bottom: 0;
1022
- right: -36px; }
1023
-
1024
- .checkbox-container.label-right .nf-field-label {
1025
- padding: 0;
1026
- -ms-flex-order: 10;
1027
- order: 10; }
1028
-
1029
- .checkbox-container.label-right .nf-field-element {
1030
- -ms-flex-order: 5;
1031
- order: 5;
1032
- display: none; }
1033
-
1034
- .checkbox-container.label-right label {
1035
- margin: 0 0 0 30px;
1036
- display: block; }
1037
- .checkbox-container.label-right label::before {
1038
- left: -30px;
1039
- bottom: 0; }
1040
- .checkbox-container.label-right label::after {
1041
- left: -28px;
1042
- bottom: 0; }
1043
- .checkbox-container.label-right label.nf-checked-label::before {
1044
- left: -30px;
1045
- bottom: 0; }
1046
-
1047
- .checkbox-container.label-right .field-wrap {
1048
- display: -ms-flexbox;
1049
- display: flex; }
1050
- .checkbox-container.label-right .field-wrap > div {
1051
- width: 100%; }
1052
-
1053
- .checkbox-container.label-right label::after {
1054
- bottom: 2px !important; }
1055
-
1056
- .checkbox-container.label-hidden label {
1057
- height: 0;
1058
- margin: 0;
1059
- display: block; }
1060
- .checkbox-container.label-hidden label::after {
1061
- left: 0;
1062
- bottom: 0;
1063
- visibility: visible; }
1064
- .checkbox-container.label-hidden label.nf-checked-label::before {
1065
- left: -2px;
1066
- bottom: 0;
1067
- visibility: visible; }
1068
-
1069
- .listcheckbox-container .nf-field-label label::after {
1070
- background: transparent !important;
1071
- border: 0; }
1072
-
1073
- .listcheckbox-container .nf-field-element input {
1074
- display: none; }
1075
-
1076
- .listcheckbox-container .nf-field-element label {
1077
- margin-left: 30px !important; }
1078
- .listcheckbox-container .nf-field-element label::before {
1079
- left: -30px; }
1080
-
1081
- .listcheckbox-container.label-above .nf-field-label label, .listcheckbox-container.label-below .nf-field-label label, .listcheckbox-container.label-right .nf-field-label label {
1082
- margin: 0; }
1083
- .listcheckbox-container.label-above .nf-field-label label::before, .listcheckbox-container.label-below .nf-field-label label::before, .listcheckbox-container.label-right .nf-field-label label::before {
1084
- left: -30px; }
1085
-
1086
- .listradio-wrap .nf-field-element label {
1087
- position: relative;
1088
- margin-left: 30px !important; }
1089
- .listradio-wrap .nf-field-element label::after {
1090
- border-radius: 50%;
1091
- content: "";
1092
- width: 18px;
1093
- height: 18px;
1094
- position: absolute;
1095
- left: -30px;
1096
- bottom: 1px; }
1097
- .listradio-wrap .nf-field-element label.nf-checked-label::before {
1098
- border-radius: 50%;
1099
- content: "";
1100
- height: 10px;
1101
- width: 10px;
1102
- position: absolute;
1103
- left: -26px;
1104
- bottom: 5px;
1105
- z-index: 2; }
1106
-
1107
- .listradio-wrap .nf-field-element input {
1108
- display: none; }
1109
-
1110
- input[type=checkbox].nf-toggle {
1111
- background: transparent;
1112
- border: 0;
1113
- box-shadow: 0 0 0;
1114
- margin: 10px;
1115
- height: 18px;
1116
- -webkit-appearance: none;
1117
- -moz-appearance: none;
1118
- appearance: none;
1119
- position: relative;
1120
- cursor: pointer; }
1121
- input[type=checkbox].nf-toggle::after {
1122
- background: #BCBDBF;
1123
- border: 2px solid #BCBDBF;
1124
- border-radius: 20px;
1125
- content: "";
1126
- position: absolute;
1127
- top: -4px;
1128
- left: -4px;
1129
- width: 46px;
1130
- height: 24px;
1131
- transition: all 0.3s ease; }
1132
- input[type=checkbox].nf-toggle::before {
1133
- background: #fff;
1134
- border-radius: 20px;
1135
- content: "";
1136
- position: absolute;
1137
- top: -1px;
1138
- left: 0;
1139
- width: 18px;
1140
- height: 18px;
1141
- z-index: 99;
1142
- transition: all 0.3s ease; }
1143
- input[type=checkbox].nf-toggle:checked::after {
1144
- background: lightgreen;
1145
- border: 2px solid lightgreen;
1146
- transition: all 0.3s ease; }
1147
- input[type=checkbox].nf-toggle:checked::before {
1148
- top: -1px;
1149
- left: 20px;
1150
- transition: all 0.3s ease; }
1151
- .label-right input[type=checkbox].nf-toggle {
1152
- padding: 0 50px 0 0; }
1153
- .label-left input[type=checkbox].nf-toggle {
1154
- padding: 0;
1155
- margin-left: 22px;
1156
- margin-top: 20px; }
1157
-
1158
- .nf-icons .nf-field-element {
1159
- position: relative; }
1160
- .nf-icons .nf-field-element::before {
1161
- font-family: FontAwesome;
1162
- font-size: 20px;
1163
- position: absolute;
1164
- left: 1px;
1165
- bottom: 1px;
1166
- height: 48px;
1167
- width: 50px;
1168
- line-height: 50px;
1169
- text-align: center;
1170
- z-index: 1; }
1171
-
1172
- .nf-icons .date-wrap .nf-field-element input,
1173
- .nf-icons .number-wrap .nf-field-element input,
1174
- .nf-icons .quantity-wrap .nf-field-element input,
1175
- .nf-icons .email-wrap .nf-field-element input,
1176
- .nf-icons .phone-wrap .nf-field-element input,
1177
- .nf-icons .firstname-wrap .nf-field-element input,
1178
- .nf-icons .lastname-wrap .nf-field-element input,
1179
- .nf-icons .address-wrap .nf-field-element input,
1180
- .nf-icons .city-wrap .nf-field-element input,
1181
- .nf-icons .state-wrap .nf-field-element input,
1182
- .nf-icons .zip-wrap .nf-field-element input,
1183
- .nf-icons .creditcardfullname-wrap .nf-field-element input,
1184
- .nf-icons .creditcardnumber-wrap .nf-field-element input,
1185
- .nf-icons .creditcardcvc-wrap .nf-field-element input,
1186
- .nf-icons .creditcardexpiration-wrap .nf-field-element input,
1187
- .nf-icons .creditcardzip-wrap .nf-field-element input {
1188
- padding-left: 60px; }
1189
-
1190
- .nf-icons.right .nf-field-element::before {
1191
- left: auto;
1192
- right: 1px; }
1193
-
1194
- .nf-icons.right .date-wrap > div input,
1195
- .nf-icons.right .number-wrap > div input,
1196
- .nf-icons.right .quantity-wrap > div input,
1197
- .nf-icons.right .email-wrap > div input,
1198
- .nf-icons.right .phone-wrap > div input,
1199
- .nf-icons.right .firstname-wrap > div input,
1200
- .nf-icons.right .lastname-wrap > div input,
1201
- .nf-icons.right .address-wrap > div input,
1202
- .nf-icons.right .city-wrap > div input,
1203
- .nf-icons.right .state-wrap > div input,
1204
- .nf-icons.right .zip-wrap > div input,
1205
- .nf-icons.right .creditcardfullname-wrap > div input,
1206
- .nf-icons.right .creditcardnumber-wrap > div input,
1207
- .nf-icons.right .creditcardcvc-wrap > div input,
1208
- .nf-icons.right .creditcardexpiration-wrap > div input,
1209
- .nf-icons.right .creditcardzip-wrap > div input {
1210
- padding-left: 12px;
1211
- padding-right: 60px; }
1212
-
1213
- .nf-icons .date-wrap .nf-field-element::before {
1214
- content: "\f073"; }
1215
-
1216
- .nf-icons .number-wrap .nf-field-element::before,
1217
- .nf-icons .quantity-wrap > div::before {
1218
- content: "\f292"; }
1219
-
1220
- .nf-icons .email-wrap .nf-field-element::before {
1221
- content: "\f0e0"; }
1222
-
1223
- .nf-icons .phone-wrap .nf-field-element::before {
1224
- content: "\f095"; }
1225
-
1226
- .nf-icons .firstname-wrap .nf-field-element::before,
1227
- .nf-icons .lastname-wrap .nf-field-element::before {
1228
- content: "\f007"; }
1229
-
1230
- .nf-icons .address-wrap .nf-field-element::before,
1231
- .nf-icons .city-wrap .nf-field-element::before,
1232
- .nf-icons .state-wrap .nf-field-element::before,
1233
- .nf-icons .zip-wrap .nf-field-element::before {
1234
- content: "\f041"; }
1235
-
1236
- .nf-icons .creditcardfullname-wrap .nf-field-element::before,
1237
- .nf-icons .creditcardnumber-wrap .nf-field-element::before,
1238
- .nf-icons .creditcardcvc-wrap .nf-field-element::before,
1239
- .nf-icons .creditcardexpiration-wrap .nf-field-element::before,
1240
- .nf-icons .creditcardzip-wrap .nf-field-element::before {
1241
- content: "\f283"; }
1242
-
1243
- /* ---------------------------------
1244
- DEFAULT DARK COLORS
1245
- ----------------------------------*/
1246
- .nf-form-content input:not([type='button']),
1247
- .nf-form-content textarea,
1248
- .nf-form-content .list-select-wrap .nf-field-element > div {
1249
- background: #222;
1250
- border: 1px solid #3c3c3c;
1251
- border-radius: 0;
1252
- box-shadow: none;
1253
- color: #888888;
1254
- transition: all .5s; }
1255
- .nf-form-content input:not([type='button']):focus,
1256
- .nf-form-content textarea:focus,
1257
- .nf-form-content .list-select-wrap .nf-field-element > div:focus {
1258
- background: #3c3c3c;
1259
- border-color: #555555;
1260
- color: #a2a2a2;
1261
- outline: none;
1262
- transition: all .5s; }
1263
-
1264
- .nf-form-content input[type="submit"],
1265
- .nf-form-content input[type="button"],
1266
- .nf-form-content button {
1267
- background: #fff;
1268
- border: 0;
1269
- color: #222;
1270
- transition: all .5s; }
1271
- .nf-form-content input[type="submit"]:hover,
1272
- .nf-form-content input[type="button"]:hover,
1273
- .nf-form-content button:hover {
1274
- background: #3c3c3c;
1275
- color: #888888;
1276
- transition: all .5s; }
1277
-
1278
- .nf-form-content select.ninja-forms-field {
1279
- color: #888888; }
1280
- .nf-form-content select.ninja-forms-field:focus {
1281
- background: transparent;
1282
- border: 0;
1283
- box-shadow: none;
1284
- outline: none; }
1285
-
1286
- .list-select-wrap div::after {
1287
- color: #888888;
1288
- transition: all .5s; }
1289
-
1290
- .list-select-wrap select:active + div, .list-select-wrap select:focus + div {
1291
- background: #3c3c3c !important;
1292
- border-color: #555555 !important;
1293
- transition: all .5s; }
1294
-
1295
- .listradio-wrap .nf-field-element label::after {
1296
- background: #222;
1297
- border: 2px solid #3c3c3c;
1298
- transition: all .5s; }
1299
-
1300
- .listradio-wrap .nf-field-element label.nf-checked-label::after {
1301
- border-color: #fff;
1302
- transition: all .5s; }
1303
-
1304
- .listradio-wrap .nf-field-element label.nf-checked-label::before {
1305
- background: #fff; }
1306
-
1307
- .checkbox-wrap .nf-field-label label::after,
1308
- .checkbox-wrap .nf-field-element label::after,
1309
- .listcheckbox-wrap .nf-field-label label::after,
1310
- .listcheckbox-wrap .nf-field-element label::after {
1311
- background: #222;
1312
- border-color: #3c3c3c;
1313
- transition: all .5s; }
1314
-
1315
- .checkbox-wrap .nf-field-label label::before,
1316
- .checkbox-wrap .nf-field-element label::before,
1317
- .listcheckbox-wrap .nf-field-label label::before,
1318
- .listcheckbox-wrap .nf-field-element label::before {
1319
- color: #222;
1320
- opacity: 0;
1321
- transition: all .5s; }
1322
-
1323
- .checkbox-wrap .nf-field-label label.nf-checked-label::after,
1324
- .checkbox-wrap .nf-field-element label.nf-checked-label::after,
1325
- .listcheckbox-wrap .nf-field-label label.nf-checked-label::after,
1326
- .listcheckbox-wrap .nf-field-element label.nf-checked-label::after {
1327
- border-color: #555555;
1328
- transition: all .5s; }
1329
-
1330
- .checkbox-wrap .nf-field-label label.nf-checked-label::before,
1331
- .checkbox-wrap .nf-field-element label.nf-checked-label::before,
1332
- .listcheckbox-wrap .nf-field-label label.nf-checked-label::before,
1333
- .listcheckbox-wrap .nf-field-element label.nf-checked-label::before {
1334
- color: #fff;
1335
- opacity: 100;
1336
- transition: all .5s; }
1337
-
1338
- .nf-error {
1339
- position: relative; }
1340
- .nf-error .ninja-forms-field {
1341
- border-color: #E80000 !important;
1342
- transition: all .5s; }
1343
- .nf-error.field-wrap .nf-field-element::after {
1344
- background: #E80000;
1345
- color: #fff;
1346
- font-family: FontAwesome;
1347
- font-size: 20px;
1348
- content: "\f12a";
1349
- position: absolute;
1350
- top: 1px;
1351
- right: 1px;
1352
- bottom: 1px;
1353
- height: 48px;
1354
- width: 50px;
1355
- line-height: 50px;
1356
- text-align: center;
1357
- transition: all .5s; }
1358
- .nf-error.field-wrap.checkbox-wrap .nf-field-element::after {
1359
- display: none; }
1360
- .nf-error .nf-error-msg {
1361
- color: #E80000; }
1362
-
1363
- .nf-pass {
1364
- position: relative; }
1365
- .nf-pass .ninja-forms-field {
1366
- border-color: green !important;
1367
- transition: all .5s; }
1368
- .nf-pass.field-wrap .nf-field-element::after {
1369
- color: green;
1370
- font-family: FontAwesome;
1371
- font-size: 30px;
1372
- content: "\f058";
1373
- position: absolute;
1374
- top: 0;
1375
- right: 16px;
1376
- height: 50px;
1377
- line-height: 50px;
1378
- transition: all .5s; }
1379
- .nf-pass.field-wrap.checkbox-wrap .nf-field-element::after {
1380
- display: none; }
1381
-
1382
- .nf-field-submit-error {
1383
- border: 1px solid;
1384
- margin: 10px 0px;
1385
- padding: 15px 15px 15px 50px;
1386
- position: relative;
1387
- z-index: 1; }
1388
- .nf-field-submit-error::after {
1389
- content: "\f06a";
1390
- font-family: FontAwesome;
1391
- font-size: 24px;
1392
- position: absolute;
1393
- top: 0;
1394
- left: 15px;
1395
- height: 50px;
1396
- line-height: 50px;
1397
- z-index: 2; }
1398
-
1399
- .nf-field-submit-error {
1400
- border-color: #D8000C;
1401
- color: #D8000C;
1402
- background-color: #FFBABA; }
1403
-
1404
- .nf-icons .nf-field-element::before,
1405
- .nf-icons .nf-field-element::before {
1406
- background: #3c3c3c;
1407
- color: #222; }
1408
-
1409
- .nf-help {
1410
- color: #fff; }
1411
-
1412
- /* ---------------------------------
1413
- DARK COLORS - nf-brown
1414
- ----------------------------------*/
1415
- .nf-brown .nf-form-content input:not([type='button']),
1416
- .nf-brown .nf-form-content textarea,
1417
- .nf-brown .nf-form-content .list-select-wrap .nf-field-element > div {
1418
- background: #3e2b13;
1419
- border: 1px solid #65461f;
1420
- border-radius: 0;
1421
- box-shadow: none;
1422
- color: #ca9553;
1423
- transition: all .5s; }
1424
- .nf-brown .nf-form-content input:not([type='button']):focus,
1425
- .nf-brown .nf-form-content textarea:focus,
1426
- .nf-brown .nf-form-content .list-select-wrap .nf-field-element > div:focus {
1427
- background: #65461f;
1428
- border-color: #8c612b;
1429
- color: #d6ad7a;
1430
- outline: none;
1431
- transition: all .5s; }
1432
-
1433
- .nf-brown .nf-form-content input[type="submit"],
1434
- .nf-brown .nf-form-content input[type="button"],
1435
- .nf-brown .nf-form-content button {
1436
- background: #ea981b;
1437
- border: 0;
1438
- color: #3e2b13;
1439
- transition: all .5s; }
1440
- .nf-brown .nf-form-content input[type="submit"]:hover,
1441
- .nf-brown .nf-form-content input[type="button"]:hover,
1442
- .nf-brown .nf-form-content button:hover {
1443
- background: #65461f;
1444
- color: #ca9553;
1445
- transition: all .5s; }
1446
-
1447
- .nf-brown .nf-form-content select.ninja-forms-field {
1448
- color: #ca9553; }
1449
- .nf-brown .nf-form-content select.ninja-forms-field:focus {
1450
- background: transparent;
1451
- border: 0;
1452
- box-shadow: none;
1453
- outline: none; }
1454
-
1455
- .nf-brown .list-select-wrap div::after {
1456
- color: #ca9553;
1457
- transition: all .5s; }
1458
-
1459
- .nf-brown .list-select-wrap select:active + div, .nf-brown .list-select-wrap select:focus + div {
1460
- background: #65461f !important;
1461
- border-color: #8c612b !important;
1462
- transition: all .5s; }
1463
-
1464
- .nf-brown .listradio-wrap .nf-field-element label::after {
1465
- background: #3e2b13;
1466
- border: 2px solid #65461f;
1467
- transition: all .5s; }
1468
-
1469
- .nf-brown .listradio-wrap .nf-field-element label.nf-checked-label::after {
1470
- border-color: #ea981b;
1471
- transition: all .5s; }
1472
-
1473
- .nf-brown .listradio-wrap .nf-field-element label.nf-checked-label::before {
1474
- background: #ea981b; }
1475
-
1476
- .nf-brown .checkbox-wrap .nf-field-label label::after,
1477
- .nf-brown .checkbox-wrap .nf-field-element label::after,
1478
- .nf-brown .listcheckbox-wrap .nf-field-label label::after,
1479
- .nf-brown .listcheckbox-wrap .nf-field-element label::after {
1480
- background: #3e2b13;
1481
- border-color: #65461f;
1482
- transition: all .5s; }
1483
-
1484
- .nf-brown .checkbox-wrap .nf-field-label label::before,
1485
- .nf-brown .checkbox-wrap .nf-field-element label::before,
1486
- .nf-brown .listcheckbox-wrap .nf-field-label label::before,
1487
- .nf-brown .listcheckbox-wrap .nf-field-element label::before {
1488
- color: #3e2b13;
1489
- opacity: 0;
1490
- transition: all .5s; }
1491
-
1492
- .nf-brown .checkbox-wrap .nf-field-label label.nf-checked-label::after,
1493
- .nf-brown .checkbox-wrap .nf-field-element label.nf-checked-label::after,
1494
- .nf-brown .listcheckbox-wrap .nf-field-label label.nf-checked-label::after,
1495
- .nf-brown .listcheckbox-wrap .nf-field-element label.nf-checked-label::after {
1496
- border-color: #8c612b;
1497
- transition: all .5s; }
1498
-
1499
- .nf-brown .checkbox-wrap .nf-field-label label.nf-checked-label::before,
1500
- .nf-brown .checkbox-wrap .nf-field-element label.nf-checked-label::before,
1501
- .nf-brown .listcheckbox-wrap .nf-field-label label.nf-checked-label::before,
1502
- .nf-brown .listcheckbox-wrap .nf-field-element label.nf-checked-label::before {
1503
- color: #ea981b;
1504
- opacity: 100;
1505
- transition: all .5s; }
1506
-
1507
- .nf-brown .nf-error {
1508
- position: relative; }
1509
- .nf-brown .nf-error .ninja-forms-field {
1510
- border-color: #E80000 !important;
1511
- transition: all .5s; }
1512
- .nf-brown .nf-error.field-wrap .nf-field-element::after {
1513
- background: #E80000;
1514
- color: #fff;
1515
- font-family: FontAwesome;
1516
- font-size: 20px;
1517
- content: "\f12a";
1518
- position: absolute;
1519
- top: 1px;
1520
- right: 1px;
1521
- bottom: 1px;
1522
- height: 48px;
1523
- width: 50px;
1524
- line-height: 50px;
1525
- text-align: center;
1526
- transition: all .5s; }
1527
- .nf-brown .nf-error.field-wrap.checkbox-wrap .nf-field-element::after {
1528
- display: none; }
1529
- .nf-brown .nf-error .nf-error-msg {
1530
- color: #E80000; }
1531
-
1532
- .nf-brown .nf-pass {
1533
- position: relative; }
1534
- .nf-brown .nf-pass .ninja-forms-field {
1535
- border-color: green !important;
1536
- transition: all .5s; }
1537
- .nf-brown .nf-pass.field-wrap .nf-field-element::after {
1538
- color: green;
1539
- font-family: FontAwesome;
1540
- font-size: 30px;
1541
- content: "\f058";
1542
- position: absolute;
1543
- top: 0;
1544
- right: 16px;
1545
- height: 50px;
1546
- line-height: 50px;
1547
- transition: all .5s; }
1548
- .nf-brown .nf-pass.field-wrap.checkbox-wrap .nf-field-element::after {
1549
- display: none; }
1550
-
1551
- .nf-brown .nf-field-submit-error {
1552
- border: 1px solid;
1553
- margin: 10px 0px;
1554
- padding: 15px 15px 15px 50px;
1555
- position: relative;
1556
- z-index: 1; }
1557
- .nf-brown .nf-field-submit-error::after {
1558
- content: "\f06a";
1559
- font-family: FontAwesome;
1560
- font-size: 24px;
1561
- position: absolute;
1562
- top: 0;
1563
- left: 15px;
1564
- height: 50px;
1565
- line-height: 50px;
1566
- z-index: 2; }
1567
-
1568
- .nf-brown .nf-field-submit-error {
1569
- border-color: #D8000C;
1570
- color: #D8000C;
1571
- background-color: #FFBABA; }
1572
-
1573
- .nf-brown .nf-icons .nf-field-element::before, .nf-brown.nf-icons .nf-field-element::before {
1574
- background: #65461f;
1575
- color: #3e2b13; }
1576
-
1577
- .nf-brown .nf-help {
1578
- color: #ea981b; }
1579
-
1580
- /* ---------------------------------
1581
- DARK COLORS - nf-red
1582
- ----------------------------------*/
1583
- .nf-red .nf-form-content input:not([type='button']),
1584
- .nf-red .nf-form-content textarea,
1585
- .nf-red .nf-form-content .list-select-wrap .nf-field-element > div {
1586
- background: #350000;
1587
- border: 1px solid #680000;
1588
- border-radius: 0;
1589
- box-shadow: none;
1590
- color: #ff0202;
1591
- transition: all .5s; }
1592
- .nf-red .nf-form-content input:not([type='button']):focus,
1593
- .nf-red .nf-form-content textarea:focus,
1594
- .nf-red .nf-form-content .list-select-wrap .nf-field-element > div:focus {
1595
- background: #680000;
1596
- border-color: #9b0000;
1597
- color: #ff3535;
1598
- outline: none;
1599
- transition: all .5s; }
1600
-
1601
- .nf-red .nf-form-content input[type="submit"],
1602
- .nf-red .nf-form-content input[type="button"],
1603
- .nf-red .nf-form-content button {
1604
- background: red;
1605
- border: 0;
1606
- color: #350000;
1607
- transition: all .5s; }
1608
- .nf-red .nf-form-content input[type="submit"]:hover,
1609
- .nf-red .nf-form-content input[type="button"]:hover,
1610
- .nf-red .nf-form-content button:hover {
1611
- background: #680000;
1612
- color: #ff0202;
1613
- transition: all .5s; }
1614
-
1615
- .nf-red .nf-form-content select.ninja-forms-field {
1616
- color: #ff0202; }
1617
- .nf-red .nf-form-content select.ninja-forms-field:focus {
1618
- background: transparent;
1619
- border: 0;
1620
- box-shadow: none;
1621
- outline: none; }
1622
-
1623
- .nf-red .list-select-wrap div::after {
1624
- color: #ff0202;
1625
- transition: all .5s; }
1626
-
1627
- .nf-red .list-select-wrap select:active + div, .nf-red .list-select-wrap select:focus + div {
1628
- background: #680000 !important;
1629
- border-color: #9b0000 !important;
1630
- transition: all .5s; }
1631
-
1632
- .nf-red .listradio-wrap .nf-field-element label::after {
1633
- background: #350000;
1634
- border: 2px solid #680000;
1635
- transition: all .5s; }
1636
-
1637
- .nf-red .listradio-wrap .nf-field-element label.nf-checked-label::after {
1638
- border-color: red;
1639
- transition: all .5s; }
1640
-
1641
- .nf-red .listradio-wrap .nf-field-element label.nf-checked-label::before {
1642
- background: red; }
1643
-
1644
- .nf-red .checkbox-wrap .nf-field-label label::after,
1645
- .nf-red .checkbox-wrap .nf-field-element label::after,
1646
- .nf-red .listcheckbox-wrap .nf-field-label label::after,
1647
- .nf-red .listcheckbox-wrap .nf-field-element label::after {
1648
- background: #350000;
1649
- border-color: #680000;
1650
- transition: all .5s; }
1651
-
1652
- .nf-red .checkbox-wrap .nf-field-label label::before,
1653
- .nf-red .checkbox-wrap .nf-field-element label::before,
1654
- .nf-red .listcheckbox-wrap .nf-field-label label::before,
1655
- .nf-red .listcheckbox-wrap .nf-field-element label::before {
1656
- color: #350000;
1657
- opacity: 0;
1658
- transition: all .5s; }
1659
-
1660
- .nf-red .checkbox-wrap .nf-field-label label.nf-checked-label::after,
1661
- .nf-red .checkbox-wrap .nf-field-element label.nf-checked-label::after,
1662
- .nf-red .listcheckbox-wrap .nf-field-label label.nf-checked-label::after,
1663
- .nf-red .listcheckbox-wrap .nf-field-element label.nf-checked-label::after {
1664
- border-color: #9b0000;
1665
- transition: all .5s; }
1666
-
1667
- .nf-red .checkbox-wrap .nf-field-label label.nf-checked-label::before,
1668
- .nf-red .checkbox-wrap .nf-field-element label.nf-checked-label::before,
1669
- .nf-red .listcheckbox-wrap .nf-field-label label.nf-checked-label::before,
1670
- .nf-red .listcheckbox-wrap .nf-field-element label.nf-checked-label::before {
1671
- color: red;
1672
- opacity: 100;
1673
- transition: all .5s; }
1674
-
1675
- .nf-red .nf-error {
1676
- position: relative; }
1677
- .nf-red .nf-error .ninja-forms-field {
1678
- border-color: #E80000 !important;
1679
- transition: all .5s; }
1680
- .nf-red .nf-error.field-wrap .nf-field-element::after {
1681
- background: #E80000;
1682
- color: #fff;
1683
- font-family: FontAwesome;
1684
- font-size: 20px;
1685
- content: "\f12a";
1686
- position: absolute;
1687
- top: 1px;
1688
- right: 1px;
1689
- bottom: 1px;
1690
- height: 48px;
1691
- width: 50px;
1692
- line-height: 50px;
1693
- text-align: center;
1694
- transition: all .5s; }
1695
- .nf-red .nf-error.field-wrap.checkbox-wrap .nf-field-element::after {
1696
- display: none; }
1697
- .nf-red .nf-error .nf-error-msg {
1698
- color: #E80000; }
1699
-
1700
- .nf-red .nf-pass {
1701
- position: relative; }
1702
- .nf-red .nf-pass .ninja-forms-field {
1703
- border-color: green !important;
1704
- transition: all .5s; }
1705
- .nf-red .nf-pass.field-wrap .nf-field-element::after {
1706
- color: green;
1707
- font-family: FontAwesome;
1708
- font-size: 30px;
1709
- content: "\f058";
1710
- position: absolute;
1711
- top: 0;
1712
- right: 16px;
1713
- height: 50px;
1714
- line-height: 50px;
1715
- transition: all .5s; }
1716
- .nf-red .nf-pass.field-wrap.checkbox-wrap .nf-field-element::after {
1717
- display: none; }
1718
-
1719
- .nf-red .nf-field-submit-error {
1720
- border: 1px solid;
1721
- margin: 10px 0px;
1722
- padding: 15px 15px 15px 50px;
1723
- position: relative;
1724
- z-index: 1; }
1725
- .nf-red .nf-field-submit-error::after {
1726
- content: "\f06a";
1727
- font-family: FontAwesome;
1728
- font-size: 24px;
1729
- position: absolute;
1730
- top: 0;
1731
- left: 15px;
1732
- height: 50px;
1733
- line-height: 50px;
1734
- z-index: 2; }
1735
-
1736
- .nf-red .nf-field-submit-error {
1737
- border-color: #D8000C;
1738
- color: #D8000C;
1739
- background-color: #FFBABA; }
1740
-
1741
- .nf-red .nf-icons .nf-field-element::before, .nf-red.nf-icons .nf-field-element::before {
1742
- background: #680000;
1743
- color: #350000; }
1744
-
1745
- .nf-red .nf-help {
1746
- color: red; }
1747
-
1748
- /* ---------------------------------
1749
- DARK COLORS - nf-blue
1750
- ----------------------------------*/
1751
- .nf-blue .nf-form-content input:not([type='button']),
1752
- .nf-blue .nf-form-content textarea,
1753
- .nf-blue .nf-form-content .list-select-wrap .nf-field-element > div {
1754
- background: #001C33;
1755
- border: 1px solid #003866;
1756
- border-radius: 0;
1757
- box-shadow: none;
1758
- color: #008cff;
1759
- transition: all .5s; }
1760
- .nf-blue .nf-form-content input:not([type='button']):focus,
1761
- .nf-blue .nf-form-content textarea:focus,
1762
- .nf-blue .nf-form-content .list-select-wrap .nf-field-element > div:focus {
1763
- background: #003866;
1764
- border-color: #005499;
1765
- color: #33a3ff;
1766
- outline: none;
1767
- transition: all .5s; }
1768
-
1769
- .nf-blue .nf-form-content input[type="submit"],
1770
- .nf-blue .nf-form-content input[type="button"],
1771
- .nf-blue .nf-form-content button {
1772
- background: #00AEFF;
1773
- border: 0;
1774
- color: #001C33;
1775
- transition: all .5s; }
1776
- .nf-blue .nf-form-content input[type="submit"]:hover,
1777
- .nf-blue .nf-form-content input[type="button"]:hover,
1778
- .nf-blue .nf-form-content button:hover {
1779
- background: #003866;
1780
- color: #008cff;
1781
- transition: all .5s; }
1782
-
1783
- .nf-blue .nf-form-content select.ninja-forms-field {
1784
- color: #008cff; }
1785
- .nf-blue .nf-form-content select.ninja-forms-field:focus {
1786
- background: transparent;
1787
- border: 0;
1788
- box-shadow: none;
1789
- outline: none; }
1790
-
1791
- .nf-blue .list-select-wrap div::after {
1792
- color: #008cff;
1793
- transition: all .5s; }
1794
-
1795
- .nf-blue .list-select-wrap select:active + div, .nf-blue .list-select-wrap select:focus + div {
1796
- background: #003866 !important;
1797
- border-color: #005499 !important;
1798
- transition: all .5s; }
1799
-
1800
- .nf-blue .listradio-wrap .nf-field-element label::after {
1801
- background: #001C33;
1802
- border: 2px solid #003866;
1803
- transition: all .5s; }
1804
-
1805
- .nf-blue .listradio-wrap .nf-field-element label.nf-checked-label::after {
1806
- border-color: #00AEFF;
1807
- transition: all .5s; }
1808
-
1809
- .nf-blue .listradio-wrap .nf-field-element label.nf-checked-label::before {
1810
- background: #00AEFF; }
1811
-
1812
- .nf-blue .checkbox-wrap .nf-field-label label::after,
1813
- .nf-blue .checkbox-wrap .nf-field-element label::after,
1814
- .nf-blue .listcheckbox-wrap .nf-field-label label::after,
1815
- .nf-blue .listcheckbox-wrap .nf-field-element label::after {
1816
- background: #001C33;
1817
- border-color: #003866;
1818
- transition: all .5s; }
1819
-
1820
- .nf-blue .checkbox-wrap .nf-field-label label::before,
1821
- .nf-blue .checkbox-wrap .nf-field-element label::before,
1822
- .nf-blue .listcheckbox-wrap .nf-field-label label::before,
1823
- .nf-blue .listcheckbox-wrap .nf-field-element label::before {
1824
- color: #001C33;
1825
- opacity: 0;
1826
- transition: all .5s; }
1827
-
1828
- .nf-blue .checkbox-wrap .nf-field-label label.nf-checked-label::after,
1829
- .nf-blue .checkbox-wrap .nf-field-element label.nf-checked-label::after,
1830
- .nf-blue .listcheckbox-wrap .nf-field-label label.nf-checked-label::after,
1831
- .nf-blue .listcheckbox-wrap .nf-field-element label.nf-checked-label::after {
1832
- border-color: #005499;
1833
- transition: all .5s; }
1834
-
1835
- .nf-blue .checkbox-wrap .nf-field-label label.nf-checked-label::before,
1836
- .nf-blue .checkbox-wrap .nf-field-element label.nf-checked-label::before,
1837
- .nf-blue .listcheckbox-wrap .nf-field-label label.nf-checked-label::before,
1838
- .nf-blue .listcheckbox-wrap .nf-field-element label.nf-checked-label::before {
1839
- color: #00AEFF;
1840
- opacity: 100;
1841
- transition: all .5s; }
1842
-
1843
- .nf-blue .nf-error {
1844
- position: relative; }
1845
- .nf-blue .nf-error .ninja-forms-field {
1846
- border-color: #E80000 !important;
1847
- transition: all .5s; }
1848
- .nf-blue .nf-error.field-wrap .nf-field-element::after {
1849
- background: #E80000;
1850
- color: #fff;
1851
- font-family: FontAwesome;
1852
- font-size: 20px;
1853
- content: "\f12a";
1854
- position: absolute;
1855
- top: 1px;
1856
- right: 1px;
1857
- bottom: 1px;
1858
- height: 48px;
1859
- width: 50px;
1860
- line-height: 50px;
1861
- text-align: center;
1862
- transition: all .5s; }
1863
- .nf-blue .nf-error.field-wrap.checkbox-wrap .nf-field-element::after {
1864
- display: none; }
1865
- .nf-blue .nf-error .nf-error-msg {
1866
- color: #E80000; }
1867
-
1868
- .nf-blue .nf-pass {
1869
- position: relative; }
1870
- .nf-blue .nf-pass .ninja-forms-field {
1871
- border-color: green !important;
1872
- transition: all .5s; }
1873
- .nf-blue .nf-pass.field-wrap .nf-field-element::after {
1874
- color: green;
1875
- font-family: FontAwesome;
1876
- font-size: 30px;
1877
- content: "\f058";
1878
- position: absolute;
1879
- top: 0;
1880
- right: 16px;
1881
- height: 50px;
1882
- line-height: 50px;
1883
- transition: all .5s; }
1884
- .nf-blue .nf-pass.field-wrap.checkbox-wrap .nf-field-element::after {
1885
- display: none; }
1886
-
1887
- .nf-blue .nf-field-submit-error {
1888
- border: 1px solid;
1889
- margin: 10px 0px;
1890
- padding: 15px 15px 15px 50px;
1891
- position: relative;
1892
- z-index: 1; }
1893
- .nf-blue .nf-field-submit-error::after {
1894
- content: "\f06a";
1895
- font-family: FontAwesome;
1896
- font-size: 24px;
1897
- position: absolute;
1898
- top: 0;
1899
- left: 15px;
1900
- height: 50px;
1901
- line-height: 50px;
1902
- z-index: 2; }
1903
-
1904
- .nf-blue .nf-field-submit-error {
1905
- border-color: #D8000C;
1906
- color: #D8000C;
1907
- background-color: #FFBABA; }
1908
-
1909
- .nf-blue .nf-icons .nf-field-element::before, .nf-blue.nf-icons .nf-field-element::before {
1910
- background: #003866;
1911
- color: #001C33; }
1912
-
1913
- .nf-blue .nf-help {
1914
- color: #00AEFF; }
1915
-
1916
- @media only screen and (max-width: 800px) {
1917
- .nf-field-container .nf-field-label {
1918
- margin-bottom: 10px !important;
1919
- padding: 0;
1920
- width: 100%;
1921
- -ms-flex-order: 5;
1922
- order: 5; }
1923
- .nf-field-container .nf-field-label label {
1924
- text-align: left; }
1925
- .nf-field-container .nf-field-description {
1926
- margin: 0;
1927
- width: 100%;
1928
- -ms-flex-order: 10;
1929
- order: 10; }
1930
- .nf-field-container .nf-field-element {
1931
- width: 100%;
1932
- -ms-flex-order: 15;
1933
- order: 15; }
1934
- .nf-field-container .checkbox-wrap .nf-field-label {
1935
- width: auto; }
1936
- .nf-field-container .checkbox-wrap .nf-field-label label {
1937
- position: relative;
1938
- margin-left: 30px; }
1939
- .nf-field-container .checkbox-wrap .nf-field-label label::after {
1940
- left: -28px;
1941
- bottom: 0; }
1942
- .nf-field-container .checkbox-wrap .nf-field-label label::before {
1943
- left: -30px;
1944
- bottom: 0; }
1945
- .nf-field-container .checkbox-wrap .nf-field-element {
1946
- width: 20px; }
1947
- .nf-form-cont .five-sixths,
1948
- .nf-form-cont .four-sixths,
1949
- .nf-form-cont .one-fourth,
1950
- .nf-form-cont .one-half,
1951
- .nf-form-cont .one-sixth,
1952
- .nf-form-cont .one-third,
1953
- .nf-form-cont .three-fourths,
1954
- .nf-form-cont .three-sixths,
1955
- .nf-form-cont .two-fourths,
1956
- .nf-form-cont .two-sixths,
1957
- .nf-form-cont .two-thirds {
1958
- clear: both;
1959
- float: none;
1960
- margin: 0;
1961
- width: 100%; }
1962
- .nf-form-cont .five-sixths .inside,
1963
- .nf-form-cont .four-sixths .inside,
1964
- .nf-form-cont .one-fourth .inside,
1965
- .nf-form-cont .one-half .inside,
1966
- .nf-form-cont .one-sixth .inside,
1967
- .nf-form-cont .one-third .inside,
1968
- .nf-form-cont .three-fourths .inside,
1969
- .nf-form-cont .three-sixths .inside,
1970
- .nf-form-cont .two-fourths .inside,
1971
- .nf-form-cont .two-sixths .inside,
1972
- .nf-form-cont .two-thirds .inside {
1973
- padding: 0; } }
1974
-
1975
  /*# sourceMappingURL=display-opinions-dark.css.map */
1
+ .ninja-forms-form-wrap *,.ninja-forms-form-wrap :after,.ninja-forms-form-wrap :before{-ms-box-sizing:border-box;box-sizing:border-box}.nf-response-msg{display:none}#ninja_forms_required_items,.nf-field-container{clear:both;position:relative;margin-bottom:25px}#ninja_forms_required_items:after,.nf-field-container:after{clear:both;content:"";display:block}#ninja_forms_required_items.hidden-container,#ninja_forms_required_items.hr-container,.nf-field-container.hidden-container,.nf-field-container.hr-container{margin:0;height:auto}#ninja_forms_required_items.hidden-container .nf-field-label,#ninja_forms_required_items.hr-container .nf-field-label,#ninja_forms_required_items.html-container .nf-field-label,.nf-field-container.hidden-container .nf-field-label,.nf-field-container.hr-container .nf-field-label,.nf-field-container.html-container .nf-field-label{display:none}.nf-field-label label{font-weight:700;margin:0;padding:0}.nf-field-element{position:relative}.nf-field-element input,.nf-field-element select,.nf-field-element textarea{margin:0;width:auto;height:auto;vertical-align:inherit}.nf-field-element textarea{height:200px}.nf-field-description p:last-child{margin:0}.nf-help{background:url(../img/help-info.png) no-repeat;display:inline-block;width:16px;height:16px}.nf-input-limit{font-size:12px;margin-top:5px}.nf-static{padding:0 10px}.nf-after-field .nf-error-msg{margin-right:10px}.list-checkbox-wrap .nf-field-element li,.list-checkbox-wrap .nf-field-element ul,.list-radio-wrap .nf-field-element li,.list-radio-wrap .nf-field-element ul{list-style:none!important;margin:0!important;padding:0!important}.list-checkbox-wrap .nf-field-element li input,.list-checkbox-wrap .nf-field-element ul input,.list-radio-wrap .nf-field-element li input,.list-radio-wrap .nf-field-element ul input{margin-right:5px}.list-checkbox-wrap .nf-field-element li,.list-radio-wrap .nf-field-element li{padding-left:10px;margin:0 0 5px!important;text-indent:0!important}.list-checkbox-wrap .nf-field-element li label,.list-radio-wrap .nf-field-element li label{display:block;float:none;width:auto;margin-left:1.5em}.list-checkbox-wrap .nf-field-element li input,.list-radio-wrap .nf-field-element li input{width:auto!important;float:left;margin-top:.25em}.product-wrap>div input{width:80px!important}.product-wrap>div .nf-product-field span{padding:0 5px}.starrating-wrap .star{border-bottom:0}.nf-form-hp{position:absolute;visibility:hidden}.list-select-wrap div div{display:none}.nf-error-msg,.ninja-forms-req-symbol{color:#e80000}.nf-error .ninja-forms-field{border:1px solid #e80000}.nf-field-submit-error{padding:15px}.ninja-forms-noscript-message{background:#f1f1f1;border:4px dashed #ccc;color:#333;display:block;font-size:20px;margin:20px 0;padding:40px;text-align:center}.two-col-list ul li{float:left;width:50%}.three-col-list ul li{float:left;width:33.33%}.four-col-list ul li{float:left;width:25%}.five-col-list ul li{float:left;width:20%}.six-col-list ul li{float:left;width:16.66%}body .pika-label{background:transparent}.nf-form-cont .five-sixths,.nf-form-cont .four-sixths,.nf-form-cont .one-fourth,.nf-form-cont .one-half,.nf-form-cont .one-sixth,.nf-form-cont .one-third,.nf-form-cont .three-fourths,.nf-form-cont .three-sixths,.nf-form-cont .two-fourths,.nf-form-cont .two-sixths,.nf-form-cont .two-thirds{clear:none;float:left;margin-left:2.564102564102564%}.nf-form-cont .five-sixths .inside,.nf-form-cont .four-sixths .inside,.nf-form-cont .one-fourth .inside,.nf-form-cont .one-half .inside,.nf-form-cont .one-sixth .inside,.nf-form-cont .one-third .inside,.nf-form-cont .three-fourths .inside,.nf-form-cont .three-sixths .inside,.nf-form-cont .two-fourths .inside,.nf-form-cont .two-sixths .inside,.nf-form-cont .two-thirds .inside{padding:20px}.nf-form-cont .five-sixths:after,.nf-form-cont .four-sixths:after,.nf-form-cont .one-fourth:after,.nf-form-cont .one-half:after,.nf-form-cont .one-sixth:after,.nf-form-cont .one-third:after,.nf-form-cont .three-fourths:after,.nf-form-cont .three-sixths:after,.nf-form-cont .two-fourths:after,.nf-form-cont .two-sixths:after,.nf-form-cont .two-thirds:after{clear:both;content:"";display:block}.nf-form-cont .one-half,.nf-form-cont .three-sixths,.nf-form-cont .two-fourths{width:48.717948717948715%}.nf-form-cont .one-third,.nf-form-cont .two-sixths{width:31.623931623931625%}.nf-form-cont .four-sixths,.nf-form-cont .two-thirds{width:65.81196581196582%}.nf-form-cont .one-fourth{width:23.076923076923077%}.nf-form-cont .three-fourths{width:74.35897435897436%}.nf-form-cont .one-sixth{width:14.52991452991453%}.nf-form-cont .five-sixths{width:82.90598290598291%}.nf-form-cont .first{clear:both;margin-left:0}.note-popover{display:none!important}.nf-form-wrap .note-editor{border:0!important}.nf-form-wrap .note-editor .note-toolbar:after{clear:both;content:"";display:block}.nf-form-wrap .note-editor .note-editable{background:#f9f9f9;border:1px solid #f1f1f1;display:block}.nf-form-wrap .note-editor .note-editable p{font-size:16px}.nf-form-wrap .note-editor .note-editable ul{list-style-type:disc;margin-left:2em}.nf-form-wrap .note-editor .note-editable table td{border:1px solid #ccc;width:auto}.nf-form-wrap .note-editor .modal{display:none}.nf-form-wrap .note-editor .btn-group{float:left}.nf-form-wrap .note-editor .btn-group.note-tools{float:right}.nf-form-wrap .note-editor .btn{background:#f9f9f9;border:0;border-radius:4px;color:#666;cursor:pointer;margin-right:2px;padding-top:4px}.nf-form-wrap .note-editor .btn.disabled{background:transparent;color:#aaa}.nf-form-wrap .note-editor .btn.disabled .merge-tags{background:#f9f9f9;color:#666}.nf-form-wrap .note-editor button[type=button]{padding:4px;width:auto;height:auto}.nf-form-wrap .note-editor .dropdown-toggle{position:relative;display:inline-block;top:0}.nf-form-wrap .note-editor .dropdown-toggle:after{content:"";width:0}.nf-form-wrap .tooltip{position:absolute;z-index:1070;display:block;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.nf-form-wrap .tooltip.in{filter:alpha(opacity=90);opacity:.9}.nf-form-wrap .tooltip.top{padding:5px 0;margin-top:-3px}.nf-form-wrap .tooltip.right{padding:0 5px;margin-left:3px}.nf-form-wrap .tooltip.bottom{padding:5px 0;margin-top:3px}.nf-form-wrap .tooltip.left{padding:0 5px;margin-left:-3px}.nf-form-wrap .tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.nf-form-wrap .tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.nf-form-wrap .tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.nf-form-wrap .tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.nf-form-wrap .tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.nf-form-wrap .tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.nf-form-wrap .tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.nf-form-wrap .tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.nf-form-wrap .tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.nf-form-wrap .tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.nf-form-wrap .dropdown-menu{position:absolute;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175)}.nf-form-wrap .dropdown-menu.pull-right{right:0;left:auto}.nf-form-wrap .dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nf-form-wrap .dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.nf-form-wrap .dropdown-menu>li>a:focus,.nf-form-wrap .dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.nf-form-wrap .dropdown-menu>.active>a,.nf-form-wrap .dropdown-menu>.active>a:focus,.nf-form-wrap .dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.nf-form-wrap .dropdown-menu>.disabled>a,.nf-form-wrap .dropdown-menu>.disabled>a:focus,.nf-form-wrap .dropdown-menu>.disabled>a:hover{color:#777}.nf-form-wrap .dropdown-menu>.disabled>a:focus,.nf-form-wrap .dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.nf-form-wrap .open>.dropdown-menu{display:block}.nf-form-wrap .open>a{outline:0}.nf-form-wrap .dropdown-menu-right{right:0;left:auto}.nf-form-wrap .dropdown-menu-left{right:auto;left:0}.nf-form-wrap .dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.nf-form-wrap .dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.nf-form-wrap .pull-right>.dropdown-menu{right:0;left:auto}.nf-form-wrap .dropup .caret,.nf-form-wrap .navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.nf-form-wrap .dropup .dropdown-menu,.nf-form-wrap .navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.nf-form-wrap .navbar-right .dropdown-menu{right:0;left:auto}.nf-form-wrap .navbar-right .dropdown-menu-left{right:auto;left:0}}.nf-form-wrap .btn-group-justified>.btn-group .dropdown-menu{left:auto}.nf-form-wrap .nav-justified>.dropdown .dropdown-menu,.nf-form-wrap .nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}.nf-form-wrap .nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}@media (max-width:767px){.nf-form-wrap .navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.nf-form-wrap .navbar-nav .open .dropdown-menu .dropdown-header,.nf-form-wrap .navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.nf-form-wrap .navbar-nav .open .dropdown-menu>li>a{line-height:20px}.nf-form-wrap .navbar-nav .open .dropdown-menu>li>a:focus,.nf-form-wrap .navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}.nf-form-wrap .navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.nf-form-wrap .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}@media (max-width:767px){.nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}@media (max-width:767px){.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.nf-loading-spinner{width:40px;height:40px;margin:100px auto;background-color:hsla(0,0%,82%,.5);border-radius:100%;animation:nf-scaleout 1.0s infinite ease-in-out}@keyframes nf-scaleout{0%{transform:scale(0)}to{transform:scale(1);opacity:0}}.field-wrap{display:-ms-flexbox;display:flex}.field-wrap>label{display:block}.field-wrap .pikaday__container,.field-wrap .pikaday__display,.field-wrap>div input,.field-wrap select,.field-wrap textarea{width:100%}.field-wrap>div input[type=checkbox],.field-wrap button,.field-wrap input[type=button],.field-wrap input[type=submit]{width:auto}.nf-field-label{-ms-flex-order:5;order:5}.nf-field-description{width:100%;-ms-flex-order:10;order:10}.nf-field-element{-ms-flex-order:15;order:15}.label-above .nf-field-label{margin-bottom:10px}.label-below .nf-field-label{margin-top:10px;-ms-flex-order:15;order:15}.label-below .nf-field-element{-ms-flex-order:5;order:5}.label-hidden .field-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.label-hidden .nf-field-label{height:0;margin:0!important;width:100%;visibility:hidden}.label-hidden .nf-field-description{width:100%;-ms-flex-order:20;order:20}.label-hidden .nf-field-element{width:100%}.label-left .field-wrap{-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.label-left .nf-field-label{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;padding-right:2%;text-align:right;width:35%;-ms-flex-order:5;order:5}.label-left .nf-field-label label{width:100%}.label-left .nf-field-description{margin-left:35%}.label-left .nf-field-element{display:inline-block;width:65%;-ms-flex-order:10;order:10}.label-left .nf-after-field{margin-left:36.5%}.label-right .field-wrap,.label-right .nf-field-label{-ms-flex-direction:row;flex-direction:row}.label-right .nf-field-label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding-left:2%;width:35%;-ms-flex-order:10;order:10}.label-right .nf-field-description{margin-right:35%;-ms-flex-order:15;order:15}.label-right .nf-field-element{display:inline-block;width:65%;-ms-flex-order:5;order:5}.label-right .checkbox-wrap .nf-field-label{width:auto}.label-right .checkbox-wrap .nf-field-element{width:20px}.label-right .nf-after-field{width:65%}.label-above .field-wrap,.label-below .field-wrap{-ms-flex-direction:column;flex-direction:column;-ms-flex-flow:wrap;flex-flow:wrap}.label-above .nf-field-element,.label-below .nf-field-element{margin:0;width:100%}.label-left .listcheckbox-wrap .nf-field-label,.label-left .listradio-wrap .nf-field-label,.label-left .textarea-wrap .nf-field-label,.label-right .listcheckbox-wrap .nf-field-label,.label-right .listradio-wrap .nf-field-label,.label-right .textarea-wrap .nf-field-label{-ms-flex-align:start;align-items:flex-start}.label-left .textarea-wrap .nf-field-label,.label-right .textarea-wrap .nf-field-label{margin-top:5px}.label-left .hr-wrap,.label-left .html-wrap,.label-right .hr-wrap,.label-right .html-wrap{display:block}.label-left .hr-wrap .nf-field-element,.label-left .html-wrap .nf-field-element,.label-right .hr-wrap .nf-field-element,.label-right .html-wrap .nf-field-element{display:block;margin:0;width:100%}.nf-help{background:none}.nf-field-description{font-size:14px}.nf-form-content{padding:5px;max-width:1000px;margin:0 auto}.nf-form-content label{font-size:18px;line-height:20px}.nf-form-content .listselect-wrap .nf-field-element div,.nf-form-content .ninja-forms-field{font-size:16px;margin:0;padding:12px}.nf-form-content .listselect-wrap .nf-field-element div,.nf-form-content input.ninja-forms-field,.nf-form-content select.ninja-forms-field{height:50px}.nf-form-content textarea.ninja-forms-field{height:200px}.nf-form-content hr.ninja-forms-field{padding:0}.nf-form-content input[type=checkbox].ninja-forms-field,.nf-form-content input[type=radio].ninja-forms-field{height:auto}.nf-form-content .listcheckbox-wrap li,.nf-form-content .listradio-wrap li{margin-bottom:12px!important;line-height:0}.nf-form-content .nf-product-field span{padding-right:16px}.nf-form-content .nf-product-field .nf-field-qty{font-size:16px;padding:5px;width:80px!important}.nf-form-content .nf-static{background:transparent;border:0;font-weight:700;padding:0}.nf-form-content .label-above .nf-field-label,.nf-form-content .label-below .nf-field-label,.nf-form-content .label-hidden .nf-field-label{margin-bottom:10px;padding:0}.nf-form-content .label-below .nf-field-label{margin-bottom:0;margin-top:10px}.nf-form-content .label-right .nf-field-label{margin:0}.nf-form-content .label-right>input[type=radio],.nf-form-content .label-right input[type=checkbox],.nf-form-content .label-right ul{margin-right:1%}.nf-form-content .list-select-wrap>div{position:relative}.nf-form-content .list-select-wrap>div div{display:block;position:absolute;font-size:16px;line-height:16px;margin:0;padding:16px;height:50px;top:0;right:0;left:0;z-index:1}.nf-form-content .list-select-wrap>div div:after{content:"\f078";font-family:FontAwesome;font-size:20px;position:absolute;right:10px;bottom:0;height:50px;line-height:50px}.nf-form-content .list-select-wrap>div.label-right div{width:59%}.nf-form-content .list-select-wrap>div.label-below div{top:0;bottom:auto}.nf-form-content .list-select-wrap>div.label-left div{width:59%;left:40.5%;right:40px}.nf-form-content .list-select-wrap>div select{background:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;z-index:2}.nf-form-content .listmultiselect-wrap select{-webkit-appearance:normal;-moz-appearance:normal;appearance:normal}.checkbox-wrap .nf-field-element label,.checkbox-wrap .nf-field-label label,.listcheckbox-wrap .nf-field-element label,.listcheckbox-wrap .nf-field-label label{position:relative;margin-left:30px}.checkbox-wrap .nf-field-element label:after,.checkbox-wrap .nf-field-label label:after,.listcheckbox-wrap .nf-field-element label:after,.listcheckbox-wrap .nf-field-label label:after{border:1px solid;content:"";width:18px;height:18px;position:absolute;left:-28px;bottom:0}.checkbox-wrap .nf-field-element label:before,.checkbox-wrap .nf-field-label label:before,.listcheckbox-wrap .nf-field-element label:before,.listcheckbox-wrap .nf-field-label label:before{content:"\f00c";font-family:FontAwesome;font-size:24px;position:absolute;bottom:0;z-index:2}.checkbox-container .nf-field-element input{display:none}.checkbox-container.label-above label{height:50px;margin:0;display:block}.checkbox-container.label-above label:before{left:-2px;bottom:-16px}.checkbox-container.label-above label:after{left:0;bottom:-16px}.checkbox-container.label-below label{margin:0;display:block;margin-top:20px}.checkbox-container.label-below label:before{left:-2px;bottom:auto;top:-27px}.checkbox-container.label-below label:after{left:0;bottom:auto;top:-25px}.checkbox-container.label-left .nf-field-label{width:38%;padding-right:5%}.checkbox-container.label-left .nf-field-element{width:58%}.checkbox-container.label-left label{margin:0;display:block}.checkbox-container.label-left label:before{left:auto;top:-2px;right:-36px}.checkbox-container.label-left label:after{left:auto;top:0;right:-31px}.checkbox-container.label-right .nf-field-label{padding:0;-ms-flex-order:10;order:10}.checkbox-container.label-right .nf-field-element{-ms-flex-order:5;order:5;display:none}.checkbox-container.label-right label{margin:0 0 0 30px;display:block}.checkbox-container.label-right label:before{left:-30px;top:0}.checkbox-container.label-right label:after{left:-28px;top:0}.checkbox-container.label-right .field-wrap{display:-ms-flexbox;display:flex}.checkbox-container.label-right .field-wrap>div{width:100%}.checkbox-container.label-hidden label{height:0;margin:0;display:block}.checkbox-container.label-hidden label:after{left:0;bottom:0;visibility:visible}.checkbox-container.label-hidden label.nf-checked-label:before{left:-2px;bottom:0;visibility:visible}.listcheckbox-container .nf-field-label label:after{background:transparent!important;border:0}.listcheckbox-container .nf-field-element input{display:none}.listcheckbox-container .nf-field-element label{margin-left:30px!important}.listcheckbox-container .nf-field-element label:before{top:1px;left:-30px;bottom:auto}.listcheckbox-container .nf-field-element label:after{top:3px;bottom:auto}.listcheckbox-container.label-above .nf-field-label label,.listcheckbox-container.label-below .nf-field-label label,.listcheckbox-container.label-right .nf-field-label label{margin:0}.listcheckbox-container.label-above .nf-field-label label:before,.listcheckbox-container.label-below .nf-field-label label:before,.listcheckbox-container.label-right .nf-field-label label:before{left:-30px}.listradio-wrap .nf-field-element label{position:relative;margin-left:30px!important}.listradio-wrap .nf-field-element label:after{border-radius:50%;content:"";width:18px;height:18px;position:absolute;left:-30px;bottom:1px;top:.05em}.listradio-wrap .nf-field-element label.nf-checked-label:before{border-radius:50%;content:"";height:10px;width:10px;position:absolute;left:-26px;bottom:5px;z-index:2;top:.25em}.listradio-wrap .nf-field-element input{display:none}input[type=checkbox].nf-toggle{background:transparent;border:0;box-shadow:0 0 0;margin:10px;height:18px;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;cursor:pointer}input[type=checkbox].nf-toggle:after{background:#bcbdbf;border:2px solid #bcbdbf;border-radius:20px;content:"";position:absolute;top:-4px;left:-4px;width:46px;height:24px;transition:all 0.3s ease}input[type=checkbox].nf-toggle:before{background:#fff;border-radius:20px;content:"";position:absolute;top:-1px;left:0;width:18px;height:18px;z-index:99;transition:all 0.3s ease}input[type=checkbox].nf-toggle:checked:after{background:#90ee90;border:2px solid #90ee90;transition:all 0.3s ease}input[type=checkbox].nf-toggle:checked:before{top:-1px;left:20px;transition:all 0.3s ease}.label-right input[type=checkbox].nf-toggle{padding:0 50px 0 0}.label-left input[type=checkbox].nf-toggle{padding:0;margin-left:22px;margin-top:20px}.nf-icons .nf-field-element{position:relative}.nf-icons .nf-field-element:before{font-family:FontAwesome;font-size:20px;position:absolute;left:1px;bottom:1px;height:48px;width:50px;line-height:50px;text-align:center;z-index:1}.nf-icons .address-wrap .nf-field-element input,.nf-icons .city-wrap .nf-field-element input,.nf-icons .creditcardcvc-wrap .nf-field-element input,.nf-icons .creditcardexpiration-wrap .nf-field-element input,.nf-icons .creditcardfullname-wrap .nf-field-element input,.nf-icons .creditcardnumber-wrap .nf-field-element input,.nf-icons .creditcardzip-wrap .nf-field-element input,.nf-icons .date-wrap .nf-field-element input,.nf-icons .email-wrap .nf-field-element input,.nf-icons .firstname-wrap .nf-field-element input,.nf-icons .lastname-wrap .nf-field-element input,.nf-icons .number-wrap .nf-field-element input,.nf-icons .phone-wrap .nf-field-element input,.nf-icons .quantity-wrap .nf-field-element input,.nf-icons .state-wrap .nf-field-element input,.nf-icons .zip-wrap .nf-field-element input{padding-left:60px}.nf-icons.right .nf-field-element:before{left:auto;right:1px}.nf-icons.right .address-wrap>div input,.nf-icons.right .city-wrap>div input,.nf-icons.right .creditcardcvc-wrap>div input,.nf-icons.right .creditcardexpiration-wrap>div input,.nf-icons.right .creditcardfullname-wrap>div input,.nf-icons.right .creditcardnumber-wrap>div input,.nf-icons.right .creditcardzip-wrap>div input,.nf-icons.right .date-wrap>div input,.nf-icons.right .email-wrap>div input,.nf-icons.right .firstname-wrap>div input,.nf-icons.right .lastname-wrap>div input,.nf-icons.right .number-wrap>div input,.nf-icons.right .phone-wrap>div input,.nf-icons.right .quantity-wrap>div input,.nf-icons.right .state-wrap>div input,.nf-icons.right .zip-wrap>div input{padding-left:12px;padding-right:60px}.nf-icons .date-wrap .nf-field-element:before{content:"\f073"}.nf-icons .number-wrap .nf-field-element:before,.nf-icons .quantity-wrap>div:before{content:"\f292"}.nf-icons .email-wrap .nf-field-element:before{content:"\f0e0"}.nf-icons .phone-wrap .nf-field-element:before{content:"\f095"}.nf-icons .firstname-wrap .nf-field-element:before,.nf-icons .lastname-wrap .nf-field-element:before{content:"\f007"}.nf-icons .address-wrap .nf-field-element:before,.nf-icons .city-wrap .nf-field-element:before,.nf-icons .state-wrap .nf-field-element:before,.nf-icons .zip-wrap .nf-field-element:before{content:"\f041"}.nf-icons .creditcardcvc-wrap .nf-field-element:before,.nf-icons .creditcardexpiration-wrap .nf-field-element:before,.nf-icons .creditcardfullname-wrap .nf-field-element:before,.nf-icons .creditcardnumber-wrap .nf-field-element:before,.nf-icons .creditcardzip-wrap .nf-field-element:before{content:"\f283"}.nf-form-content .list-select-wrap .nf-field-element>div,.nf-form-content input:not([type=button]),.nf-form-content textarea{background:#222;border:1px solid #3c3c3c;border-radius:0;box-shadow:none;color:#888;transition:all .5s}.nf-form-content .list-select-wrap .nf-field-element>div:focus,.nf-form-content input:not([type=button]):focus,.nf-form-content textarea:focus{background:#3c3c3c;border-color:#555;color:#a2a2a2;outline:none;transition:all .5s}.nf-form-content button,.nf-form-content input[type=button],.nf-form-content input[type=submit]{background:#fff;border:0;color:#222;transition:all .5s}.nf-form-content button:hover,.nf-form-content input[type=button]:hover,.nf-form-content input[type=submit]:hover{background:#3c3c3c;color:#888;transition:all .5s}.nf-form-content select.ninja-forms-field{color:#888}.nf-form-content select.ninja-forms-field:focus{background:transparent;border:0;box-shadow:none;outline:none}.list-select-wrap div:after{color:#888;transition:all .5s}.list-select-wrap select:active+div,.list-select-wrap select:focus+div{background:#3c3c3c!important;border-color:#555!important;transition:all .5s}.listradio-wrap .nf-field-element label:after{background:#222;border:2px solid #3c3c3c;transition:all .5s}.listradio-wrap .nf-field-element label.nf-checked-label:after{border-color:#fff;transition:all .5s}.listradio-wrap .nf-field-element label.nf-checked-label:before{background:#fff}.checkbox-wrap .nf-field-element label:after,.checkbox-wrap .nf-field-label label:after,.listcheckbox-wrap .nf-field-element label:after,.listcheckbox-wrap .nf-field-label label:after{background:#222;border-color:#3c3c3c;transition:all .5s}.checkbox-wrap .nf-field-element label:before,.checkbox-wrap .nf-field-label label:before,.listcheckbox-wrap .nf-field-element label:before,.listcheckbox-wrap .nf-field-label label:before{color:#222;opacity:0;transition:all .5s}.checkbox-wrap .nf-field-element label.nf-checked-label:after,.checkbox-wrap .nf-field-label label.nf-checked-label:after,.listcheckbox-wrap .nf-field-element label.nf-checked-label:after,.listcheckbox-wrap .nf-field-label label.nf-checked-label:after{border-color:#555;transition:all .5s}.checkbox-wrap .nf-field-element label.nf-checked-label:before,.checkbox-wrap .nf-field-label label.nf-checked-label:before,.listcheckbox-wrap .nf-field-element label.nf-checked-label:before,.listcheckbox-wrap .nf-field-label label.nf-checked-label:before{color:#fff;opacity:100;transition:all .5s}.nf-error{position:relative}.nf-error .ninja-forms-field{border-color:#e80000!important;transition:all .5s}.nf-error.field-wrap .nf-field-element:after{background:#e80000;color:#fff;font-family:FontAwesome;font-size:20px;content:"\f12a";position:absolute;top:1px;right:1px;bottom:1px;height:48px;width:50px;line-height:50px;text-align:center;transition:all .5s}.nf-error.field-wrap.checkbox-wrap .nf-field-element:after{display:none}.nf-error .nf-error-msg{color:#e80000}.nf-pass{position:relative}.nf-pass .ninja-forms-field{border-color:green!important;transition:all .5s}.nf-pass.field-wrap .nf-field-element:after{color:green;font-family:FontAwesome;font-size:30px;content:"\f058";position:absolute;top:0;right:16px;height:50px;line-height:50px;transition:all .5s}.nf-pass.field-wrap.checkbox-wrap .nf-field-element:after{display:none}.nf-field-submit-error{border:1px solid;margin:10px 0px;padding:15px 15px 15px 50px;position:relative;z-index:1}.nf-field-submit-error:after{content:"\f06a";font-family:FontAwesome;font-size:24px;position:absolute;top:0;left:15px;height:50px;line-height:50px;z-index:2}.nf-field-submit-error{border-color:#d8000c;color:#d8000c;background-color:#ffbaba}.nf-icons .nf-field-element:before{background:#3c3c3c;color:#222}.nf-help{color:#fff}.nf-brown .nf-form-content .list-select-wrap .nf-field-element>div,.nf-brown .nf-form-content input:not([type=button]),.nf-brown .nf-form-content textarea{background:#3e2b13;border:1px solid #65461f;border-radius:0;box-shadow:none;color:#ca9553;transition:all .5s}.nf-brown .nf-form-content .list-select-wrap .nf-field-element>div:focus,.nf-brown .nf-form-content input:not([type=button]):focus,.nf-brown .nf-form-content textarea:focus{background:#65461f;border-color:#8c612b;color:#d6ad7a;outline:none;transition:all .5s}.nf-brown .nf-form-content button,.nf-brown .nf-form-content input[type=button],.nf-brown .nf-form-content input[type=submit]{background:#ea981b;border:0;color:#3e2b13;transition:all .5s}.nf-brown .nf-form-content button:hover,.nf-brown .nf-form-content input[type=button]:hover,.nf-brown .nf-form-content input[type=submit]:hover{background:#65461f;color:#ca9553;transition:all .5s}.nf-brown .nf-form-content select.ninja-forms-field{color:#ca9553}.nf-brown .nf-form-content select.ninja-forms-field:focus{background:transparent;border:0;box-shadow:none;outline:none}.nf-brown .list-select-wrap div:after{color:#ca9553;transition:all .5s}.nf-brown .list-select-wrap select:active+div,.nf-brown .list-select-wrap select:focus+div{background:#65461f!important;border-color:#8c612b!important;transition:all .5s}.nf-brown .listradio-wrap .nf-field-element label:after{background:#3e2b13;border:2px solid #65461f;transition:all .5s}.nf-brown .listradio-wrap .nf-field-element label.nf-checked-label:after{border-color:#ea981b;transition:all .5s}.nf-brown .listradio-wrap .nf-field-element label.nf-checked-label:before{background:#ea981b}.nf-brown .checkbox-wrap .nf-field-element label:after,.nf-brown .checkbox-wrap .nf-field-label label:after,.nf-brown .listcheckbox-wrap .nf-field-element label:after,.nf-brown .listcheckbox-wrap .nf-field-label label:after{background:#3e2b13;border-color:#65461f;transition:all .5s}.nf-brown .checkbox-wrap .nf-field-element label:before,.nf-brown .checkbox-wrap .nf-field-label label:before,.nf-brown .listcheckbox-wrap .nf-field-element label:before,.nf-brown .listcheckbox-wrap .nf-field-label label:before{color:#3e2b13;opacity:0;transition:all .5s}.nf-brown .checkbox-wrap .nf-field-element label.nf-checked-label:after,.nf-brown .checkbox-wrap .nf-field-label label.nf-checked-label:after,.nf-brown .listcheckbox-wrap .nf-field-element label.nf-checked-label:after,.nf-brown .listcheckbox-wrap .nf-field-label label.nf-checked-label:after{border-color:#8c612b;transition:all .5s}.nf-brown .checkbox-wrap .nf-field-element label.nf-checked-label:before,.nf-brown .checkbox-wrap .nf-field-label label.nf-checked-label:before,.nf-brown .listcheckbox-wrap .nf-field-element label.nf-checked-label:before,.nf-brown .listcheckbox-wrap .nf-field-label label.nf-checked-label:before{color:#ea981b;opacity:100;transition:all .5s}.nf-brown .nf-error{position:relative}.nf-brown .nf-error .ninja-forms-field{border-color:#e80000!important;transition:all .5s}.nf-brown .nf-error.field-wrap .nf-field-element:after{background:#e80000;color:#fff;font-family:FontAwesome;font-size:20px;content:"\f12a";position:absolute;top:1px;right:1px;bottom:1px;height:48px;width:50px;line-height:50px;text-align:center;transition:all .5s}.nf-brown .nf-error.field-wrap.checkbox-wrap .nf-field-element:after{display:none}.nf-brown .nf-error .nf-error-msg{color:#e80000}.nf-brown .nf-pass{position:relative}.nf-brown .nf-pass .ninja-forms-field{border-color:green!important;transition:all .5s}.nf-brown .nf-pass.field-wrap .nf-field-element:after{color:green;font-family:FontAwesome;font-size:30px;content:"\f058";position:absolute;top:0;right:16px;height:50px;line-height:50px;transition:all .5s}.nf-brown .nf-pass.field-wrap.checkbox-wrap .nf-field-element:after{display:none}.nf-brown .nf-field-submit-error{border:1px solid;margin:10px 0px;padding:15px 15px 15px 50px;position:relative;z-index:1}.nf-brown .nf-field-submit-error:after{content:"\f06a";font-family:FontAwesome;font-size:24px;position:absolute;top:0;left:15px;height:50px;line-height:50px;z-index:2}.nf-brown .nf-field-submit-error{border-color:#d8000c;color:#d8000c;background-color:#ffbaba}.nf-brown.nf-icons .nf-field-element:before,.nf-brown .nf-icons .nf-field-element:before{background:#65461f;color:#3e2b13}.nf-brown .nf-help{color:#ea981b}.nf-red .nf-form-content .list-select-wrap .nf-field-element>div,.nf-red .nf-form-content input:not([type=button]),.nf-red .nf-form-content textarea{background:#350000;border:1px solid #680000;border-radius:0;box-shadow:none;color:#ff0202;transition:all .5s}.nf-red .nf-form-content .list-select-wrap .nf-field-element>div:focus,.nf-red .nf-form-content input:not([type=button]):focus,.nf-red .nf-form-content textarea:focus{background:#680000;border-color:#9b0000;color:#ff3535;outline:none;transition:all .5s}.nf-red .nf-form-content button,.nf-red .nf-form-content input[type=button],.nf-red .nf-form-content input[type=submit]{background:red;border:0;color:#350000;transition:all .5s}.nf-red .nf-form-content button:hover,.nf-red .nf-form-content input[type=button]:hover,.nf-red .nf-form-content input[type=submit]:hover{background:#680000;color:#ff0202;transition:all .5s}.nf-red .nf-form-content select.ninja-forms-field{color:#ff0202}.nf-red .nf-form-content select.ninja-forms-field:focus{background:transparent;border:0;box-shadow:none;outline:none}.nf-red .list-select-wrap div:after{color:#ff0202;transition:all .5s}.nf-red .list-select-wrap select:active+div,.nf-red .list-select-wrap select:focus+div{background:#680000!important;border-color:#9b0000!important;transition:all .5s}.nf-red .listradio-wrap .nf-field-element label:after{background:#350000;border:2px solid #680000;transition:all .5s}.nf-red .listradio-wrap .nf-field-element label.nf-checked-label:after{border-color:red;transition:all .5s}.nf-red .listradio-wrap .nf-field-element label.nf-checked-label:before{background:red}.nf-red .checkbox-wrap .nf-field-element label:after,.nf-red .checkbox-wrap .nf-field-label label:after,.nf-red .listcheckbox-wrap .nf-field-element label:after,.nf-red .listcheckbox-wrap .nf-field-label label:after{background:#350000;border-color:#680000;transition:all .5s}.nf-red .checkbox-wrap .nf-field-element label:before,.nf-red .checkbox-wrap .nf-field-label label:before,.nf-red .listcheckbox-wrap .nf-field-element label:before,.nf-red .listcheckbox-wrap .nf-field-label label:before{color:#350000;opacity:0;transition:all .5s}.nf-red .checkbox-wrap .nf-field-element label.nf-checked-label:after,.nf-red .checkbox-wrap .nf-field-label label.nf-checked-label:after,.nf-red .listcheckbox-wrap .nf-field-element label.nf-checked-label:after,.nf-red .listcheckbox-wrap .nf-field-label label.nf-checked-label:after{border-color:#9b0000;transition:all .5s}.nf-red .checkbox-wrap .nf-field-element label.nf-checked-label:before,.nf-red .checkbox-wrap .nf-field-label label.nf-checked-label:before,.nf-red .listcheckbox-wrap .nf-field-element label.nf-checked-label:before,.nf-red .listcheckbox-wrap .nf-field-label label.nf-checked-label:before{color:red;opacity:100;transition:all .5s}.nf-red .nf-error{position:relative}.nf-red .nf-error .ninja-forms-field{border-color:#e80000!important;transition:all .5s}.nf-red .nf-error.field-wrap .nf-field-element:after{background:#e80000;color:#fff;font-family:FontAwesome;font-size:20px;content:"\f12a";position:absolute;top:1px;right:1px;bottom:1px;height:48px;width:50px;line-height:50px;text-align:center;transition:all .5s}.nf-red .nf-error.field-wrap.checkbox-wrap .nf-field-element:after{display:none}.nf-red .nf-error .nf-error-msg{color:#e80000}.nf-red .nf-pass{position:relative}.nf-red .nf-pass .ninja-forms-field{border-color:green!important;transition:all .5s}.nf-red .nf-pass.field-wrap .nf-field-element:after{color:green;font-family:FontAwesome;font-size:30px;content:"\f058";position:absolute;top:0;right:16px;height:50px;line-height:50px;transition:all .5s}.nf-red .nf-pass.field-wrap.checkbox-wrap .nf-field-element:after{display:none}.nf-red .nf-field-submit-error{border:1px solid;margin:10px 0px;padding:15px 15px 15px 50px;position:relative;z-index:1}.nf-red .nf-field-submit-error:after{content:"\f06a";font-family:FontAwesome;font-size:24px;position:absolute;top:0;left:15px;height:50px;line-height:50px;z-index:2}.nf-red .nf-field-submit-error{border-color:#d8000c;color:#d8000c;background-color:#ffbaba}.nf-red.nf-icons .nf-field-element:before,.nf-red .nf-icons .nf-field-element:before{background:#680000;color:#350000}.nf-red .nf-help{color:red}.nf-blue .nf-form-content .list-select-wrap .nf-field-element>div,.nf-blue .nf-form-content input:not([type=button]),.nf-blue .nf-form-content textarea{background:#001c33;border:1px solid #003866;border-radius:0;box-shadow:none;color:#008cff;transition:all .5s}.nf-blue .nf-form-content .list-select-wrap .nf-field-element>div:focus,.nf-blue .nf-form-content input:not([type=button]):focus,.nf-blue .nf-form-content textarea:focus{background:#003866;border-color:#005499;color:#33a3ff;outline:none;transition:all .5s}.nf-blue .nf-form-content button,.nf-blue .nf-form-content input[type=button],.nf-blue .nf-form-content input[type=submit]{background:#00aeff;border:0;color:#001c33;transition:all .5s}.nf-blue .nf-form-content button:hover,.nf-blue .nf-form-content input[type=button]:hover,.nf-blue .nf-form-content input[type=submit]:hover{background:#003866;color:#008cff;transition:all .5s}.nf-blue .nf-form-content select.ninja-forms-field{color:#008cff}.nf-blue .nf-form-content select.ninja-forms-field:focus{background:transparent;border:0;box-shadow:none;outline:none}.nf-blue .list-select-wrap div:after{color:#008cff;transition:all .5s}.nf-blue .list-select-wrap select:active+div,.nf-blue .list-select-wrap select:focus+div{background:#003866!important;border-color:#005499!important;transition:all .5s}.nf-blue .listradio-wrap .nf-field-element label:after{background:#001c33;border:2px solid #003866;transition:all .5s}.nf-blue .listradio-wrap .nf-field-element label.nf-checked-label:after{border-color:#00aeff;transition:all .5s}.nf-blue .listradio-wrap .nf-field-element label.nf-checked-label:before{background:#00aeff}.nf-blue .checkbox-wrap .nf-field-element label:after,.nf-blue .checkbox-wrap .nf-field-label label:after,.nf-blue .listcheckbox-wrap .nf-field-element label:after,.nf-blue .listcheckbox-wrap .nf-field-label label:after{background:#001c33;border-color:#003866;transition:all .5s}.nf-blue .checkbox-wrap .nf-field-element label:before,.nf-blue .checkbox-wrap .nf-field-label label:before,.nf-blue .listcheckbox-wrap .nf-field-element label:before,.nf-blue .listcheckbox-wrap .nf-field-label label:before{color:#001c33;opacity:0;transition:all .5s}.nf-blue .checkbox-wrap .nf-field-element label.nf-checked-label:after,.nf-blue .checkbox-wrap .nf-field-label label.nf-checked-label:after,.nf-blue .listcheckbox-wrap .nf-field-element label.nf-checked-label:after,.nf-blue .listcheckbox-wrap .nf-field-label label.nf-checked-label:after{border-color:#005499;transition:all .5s}.nf-blue .checkbox-wrap .nf-field-element label.nf-checked-label:before,.nf-blue .checkbox-wrap .nf-field-label label.nf-checked-label:before,.nf-blue .listcheckbox-wrap .nf-field-element label.nf-checked-label:before,.nf-blue .listcheckbox-wrap .nf-field-label label.nf-checked-label:before{color:#00aeff;opacity:100;transition:all .5s}.nf-blue .nf-error{position:relative}.nf-blue .nf-error .ninja-forms-field{border-color:#e80000!important;transition:all .5s}.nf-blue .nf-error.field-wrap .nf-field-element:after{background:#e80000;color:#fff;font-family:FontAwesome;font-size:20px;content:"\f12a";position:absolute;top:1px;right:1px;bottom:1px;height:48px;width:50px;line-height:50px;text-align:center;transition:all .5s}.nf-blue .nf-error.field-wrap.checkbox-wrap .nf-field-element:after{display:none}.nf-blue .nf-error .nf-error-msg{color:#e80000}.nf-blue .nf-pass{position:relative}.nf-blue .nf-pass .ninja-forms-field{border-color:green!important;transition:all .5s}.nf-blue .nf-pass.field-wrap .nf-field-element:after{color:green;font-family:FontAwesome;font-size:30px;content:"\f058";position:absolute;top:0;right:16px;height:50px;line-height:50px;transition:all .5s}.nf-blue .nf-pass.field-wrap.checkbox-wrap .nf-field-element:after{display:none}.nf-blue .nf-field-submit-error{border:1px solid;margin:10px 0px;padding:15px 15px 15px 50px;position:relative;z-index:1}.nf-blue .nf-field-submit-error:after{content:"\f06a";font-family:FontAwesome;font-size:24px;position:absolute;top:0;left:15px;height:50px;line-height:50px;z-index:2}.nf-blue .nf-field-submit-error{border-color:#d8000c;color:#d8000c;background-color:#ffbaba}.nf-blue.nf-icons .nf-field-element:before,.nf-blue .nf-icons .nf-field-element:before{background:#003866;color:#001c33}.nf-blue .nf-help{color:#00aeff}@media only screen and (max-width:800px){.nf-field-container .nf-field-label{margin-bottom:10px!important;padding:0;width:100%;-ms-flex-order:5;order:5}.nf-field-container .nf-field-label label{text-align:left}.nf-field-container .nf-field-description{margin:0;width:100%;-ms-flex-order:10;order:10}.nf-field-container .nf-field-element{width:100%;-ms-flex-order:15;order:15}.nf-field-container .checkbox-wrap .nf-field-label{width:auto}.nf-field-container .checkbox-wrap .nf-field-label label{position:relative;margin-left:30px}.nf-field-container .checkbox-wrap .nf-field-label label:after{left:-28px;bottom:0}.nf-field-container .checkbox-wrap .nf-field-label label:before{left:-30px;bottom:0}.nf-field-container .checkbox-wrap .nf-field-element{width:20px}.nf-form-cont .five-sixths,.nf-form-cont .four-sixths,.nf-form-cont .one-fourth,.nf-form-cont .one-half,.nf-form-cont .one-sixth,.nf-form-cont .one-third,.nf-form-cont .three-fourths,.nf-form-cont .three-sixths,.nf-form-cont .two-fourths,.nf-form-cont .two-sixths,.nf-form-cont .two-thirds{clear:both;float:none;margin:0;width:100%}.nf-form-cont .five-sixths .inside,.nf-form-cont .four-sixths .inside,.nf-form-cont .one-fourth .inside,.nf-form-cont .one-half .inside,.nf-form-cont .one-sixth .inside,.nf-form-cont .one-third .inside,.nf-form-cont .three-fourths .inside,.nf-form-cont .three-sixths .inside,.nf-form-cont .two-fourths .inside,.nf-form-cont .two-sixths .inside,.nf-form-cont .two-thirds .inside{padding:0}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  /*# sourceMappingURL=display-opinions-dark.css.map */
assets/css/display-opinions-dark.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["display-structure.scss","st-defaults.scss","editor.scss","st-loading.scss","st-label-positions.scss","op-spacing.scss","op-select.scss","op-checkbox.scss","op-radio.scss","op-toggle.scss","op-icons.scss","display-opinions-dark.scss","op-color.scss","op-variables-dark.scss","st-media-queries.scss"],"names":[],"mappings":"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","file":"display-opinions-dark.css","sourcesContent":["/*\nNormalize Ninja Forms fields with default structure\n---------------------------------------------*/\n\n@import \"st-defaults\";\n@import \"editor\";\n@import \"st-loading\";\n\n/*\nMake sure all Ninja Forms label positons function properly\n---------------------------------------------*/\n\n@import \"st-label-positions\";\n","/*\n * Ninja Forms - Form Display Structure\n */\n\n.ninja-forms-form-wrap *,\n.ninja-forms-form-wrap *:after,\n.ninja-forms-form-wrap *:before {\n -webkit-box-sizing: border-box;\n -moz-box-sizing: border-box;\n -ms-box-sizing: border-box;\n box-sizing: border-box;\n}\n\n.nf-response-msg {\n display: none;\n}\n\n.nf-field-container,\n#ninja_forms_required_items {\n clear: both;\n position: relative;\n margin-bottom: 25px;\n &::after {\n clear: both;\n content: \"\";\n display: block;\n }\n &.hidden-container,\n &.hr-container {\n margin: 0;\n height: auto;\n .nf-field-label {\n display: none;\n }\n }\n &.html-container {\n .nf-field-label {\n display: none;\n }\n }\n}\n\n.nf-field-label {\n label {\n font-weight: bold;\n margin: 0;\n padding: 0;\n }\n}\n.nf-field-element {\n position: relative;\n input,\n select,\n textarea {\n margin: 0;\n width: auto;\n height: auto;\n vertical-align: inherit;\n }\n textarea {\n height: 200px;\n }\n}\n.nf-field-description {\n p:last-child {\n margin: 0;\n }\n}\n.nf-help {\n background: url( '../img/help-info.png' ) no-repeat;\n display: inline-block;\n width: 16px;\n height: 16px;\n}\n\n.nf-input-limit {\n font-size: 12px;\n margin-top: 5px;\n}\n.nf-static {\n padding: 0 10px;\n}\n.nf-after-field {\n .nf-error-msg {\n margin-right: 10px;\n //text-align: right;\n }\n}\n\n/* ---------------------------------\nCHECKBOX FIELD\n----------------------------------*/\n\n\n\n/* ---------------------------------\nRADIO & CHECKBOX LISTS\n----------------------------------*/\n\n.list-radio-wrap,\n.list-checkbox-wrap {\n .nf-field-element {\n ul, li {\n list-style: none !important;\n margin: 0 !important;\n padding: 0 !important;\n input {\n margin-right: 5px;\n }\n }\n li {\n padding-left: 10px;\n margin: 0 0 5px !important;\n text-indent: initial !important;\n label {\n display: inline-block;\n float: initial;\n margin: 0;\n width: auto;\n }\n input {\n width: auto !important;\n }\n }\n }\n}\n\n/* ---------------------------------\nPRODUCT FIELD\n----------------------------------*/\n.product-wrap {\n > div {\n input {\n width: 80px !important;\n }\n .nf-product-field {\n span {\n padding: 0 5px;\n }\n }\n }\n}\n\n/* ---------------------------------\nSTAR RATING\n----------------------------------*/\n.starrating-wrap .star {\n border-bottom: 0;\n}\n\n/* ---------------------------------\nHONEYPOT\n----------------------------------*/\n\n.nf-form-hp {\n position: absolute;\n visibility: hidden;\n}\n\n/* ---------------------------------\nSELECT LIST\n----------------------------------*/\n.list-select-wrap {\n div div {\n display: none;\n }\n}\n\n\n/* ---------------------------------\nCOLORS\nAs minimal as possible\n----------------------------------*/\n.ninja-forms-req-symbol,\n.nf-error-msg, {\n color: #E80000;\n}\n.nf-error {\n .ninja-forms-field {\n border: 1px solid #E80000;\n }\n}\n.nf-field-submit-error {\n padding: 15px;\n}\n\n.ninja-forms-noscript-message {\n background: #f1f1f1;\n border: 4px dashed #ccc;\n color: #333;\n display: block;\n font-size: 20px;\n margin: 20px 0;\n padding: 40px;\n text-align: center;\n}\n\n/* ---------------------------------\nHELPER CLASSES\n----------------------------------*/\n.two-col-list {\n ul {\n li {\n float: left;\n width: 50%\n }\n }\n}\n.three-col-list {\n ul {\n li {\n float: left;\n width: 33.33%\n }\n }\n}\n.four-col-list {\n ul {\n li {\n float: left;\n width: 25%\n }\n }\n}\n.five-col-list {\n ul {\n li {\n float: left;\n width: 20%\n }\n }\n}\n.six-col-list {\n ul {\n li {\n float: left;\n width: 16.66%\n }\n }\n}\n\n\nbody {\n .pika-label {\n background: transparent;\n }\n}\n\n/* Column Classes\n Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css\n--------------------------------------------- */\n.nf-form-cont {\n .five-sixths,\n .four-sixths,\n .one-fourth,\n .one-half,\n .one-sixth,\n .one-third,\n .three-fourths,\n .three-sixths,\n .two-fourths,\n .two-sixths,\n .two-thirds {\n clear: initial;\n float: left;\n margin-left: 2.564102564102564%;\n .inside {\n padding: 20px;\n }\n &::after {\n clear: both;\n content: \"\";\n display: block;\n }\n }\n\n .one-half,\n .three-sixths,\n .two-fourths {\n width: 48.717948717948715%;\n }\n\n .one-third,\n .two-sixths {\n width: 31.623931623931625%;\n }\n\n .four-sixths,\n .two-thirds {\n width: 65.81196581196582%;\n }\n\n .one-fourth {\n width: 23.076923076923077%;\n }\n\n .three-fourths {\n width: 74.35897435897436%;\n }\n\n .one-sixth {\n width: 14.52991452991453%;\n }\n\n .five-sixths {\n width: 82.90598290598291%;\n }\n\n .first {\n clear: both;\n margin-left: 0;\n }\n}\n",".note-popover {\n display: none !important;\n}\n.nf-form-wrap {\n .note-editor {\n border: 0 !important;\n .note-toolbar {\n &::after {\n clear: both;\n content: \"\";\n display: block;\n }\n }\n .note-editable {\n background: #f9f9f9;\n border: 1px solid #f1f1f1;\n display: block;\n p {\n font-size: 16px;\n }\n ul {\n list-style-type: disc;\n margin-left: 2em;\n }\n table {\n td {\n border: 1px solid #ccc;\n width: auto;\n }\n }\n }\n .modal {\n display: none;\n }\n .btn-group {\n float: left;\n &.note-tools {\n float: right;\n }\n }\n .btn {\n background: #f9f9f9;\n border: 0;\n border-radius: 4px;\n color: #666;\n cursor: pointer;\n margin-right: 2px;\n padding-top: 4px;\n &.disabled {\n background: transparent;\n color: #aaa;\n .merge-tags {\n background: #f9f9f9;\n color: #666;\n }\n }\n }\n button[type=button] {\n padding: 4px;\n width: auto;\n height: auto;\n }\n .dropdown-toggle {\n position: relative;\n display: inline-block;\n top: 0;\n &::after {\n content: \"\";\n width: 0;\n }\n }\n }\n .tooltip {\n position: absolute;\n z-index: 1070;\n display: block;\n font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n font-size: 12px;\n font-style: normal;\n font-weight: normal;\n line-height: 1.42857143;\n text-align: left;\n text-align: start;\n text-decoration: none;\n text-shadow: none;\n text-transform: none;\n letter-spacing: normal;\n word-break: normal;\n word-spacing: normal;\n word-wrap: normal;\n white-space: normal;\n filter: alpha(opacity=0);\n opacity: 0;\n\n line-break: auto;\n }\n .tooltip.in {\n filter: alpha(opacity=90);\n opacity: .9;\n }\n .tooltip.top {\n padding: 5px 0;\n margin-top: -3px;\n }\n .tooltip.right {\n padding: 0 5px;\n margin-left: 3px;\n }\n .tooltip.bottom {\n padding: 5px 0;\n margin-top: 3px;\n }\n .tooltip.left {\n padding: 0 5px;\n margin-left: -3px;\n }\n .tooltip-inner {\n max-width: 200px;\n padding: 3px 8px;\n color: #fff;\n text-align: center;\n background-color: #000;\n border-radius: 4px;\n }\n .tooltip-arrow {\n position: absolute;\n width: 0;\n height: 0;\n border-color: transparent;\n border-style: solid;\n }\n .tooltip.top .tooltip-arrow {\n bottom: 0;\n left: 50%;\n margin-left: -5px;\n border-width: 5px 5px 0;\n border-top-color: #000;\n }\n .tooltip.top-left .tooltip-arrow {\n right: 5px;\n bottom: 0;\n margin-bottom: -5px;\n border-width: 5px 5px 0;\n border-top-color: #000;\n }\n .tooltip.top-right .tooltip-arrow {\n bottom: 0;\n left: 5px;\n margin-bottom: -5px;\n border-width: 5px 5px 0;\n border-top-color: #000;\n }\n .tooltip.right .tooltip-arrow {\n top: 50%;\n left: 0;\n margin-top: -5px;\n border-width: 5px 5px 5px 0;\n border-right-color: #000;\n }\n .tooltip.left .tooltip-arrow {\n top: 50%;\n right: 0;\n margin-top: -5px;\n border-width: 5px 0 5px 5px;\n border-left-color: #000;\n }\n .tooltip.bottom .tooltip-arrow {\n top: 0;\n left: 50%;\n margin-left: -5px;\n border-width: 0 5px 5px;\n border-bottom-color: #000;\n }\n .tooltip.bottom-left .tooltip-arrow {\n top: 0;\n right: 5px;\n margin-top: -5px;\n border-width: 0 5px 5px;\n border-bottom-color: #000;\n }\n .tooltip.bottom-right .tooltip-arrow {\n top: 0;\n left: 5px;\n margin-top: -5px;\n border-width: 0 5px 5px;\n border-bottom-color: #000;\n }\n .dropdown-menu {\n position: absolute;\n // top: 100%;\n // left: 0;\n z-index: 1000;\n display: none;\n float: left;\n min-width: 160px;\n padding: 5px 0;\n margin: 2px 0 0;\n font-size: 14px;\n text-align: left;\n list-style: none;\n background-color: #fff;\n -webkit-background-clip: padding-box;\n background-clip: padding-box;\n border: 1px solid #ccc;\n border: 1px solid rgba(0, 0, 0, .15);\n border-radius: 4px;\n -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);\n box-shadow: 0 6px 12px rgba(0, 0, 0, .175);\n }\n .dropdown-menu.pull-right {\n right: 0;\n left: auto;\n }\n .dropdown-menu .divider {\n height: 1px;\n margin: 9px 0;\n overflow: hidden;\n background-color: #e5e5e5;\n }\n .dropdown-menu > li > a {\n display: block;\n padding: 3px 20px;\n clear: both;\n font-weight: normal;\n line-height: 1.42857143;\n color: #333;\n white-space: nowrap;\n }\n .dropdown-menu > li > a:hover,\n .dropdown-menu > li > a:focus {\n color: #262626;\n text-decoration: none;\n background-color: #f5f5f5;\n }\n .dropdown-menu > .active > a,\n .dropdown-menu > .active > a:hover,\n .dropdown-menu > .active > a:focus {\n color: #fff;\n text-decoration: none;\n background-color: #337ab7;\n outline: 0;\n }\n .dropdown-menu > .disabled > a,\n .dropdown-menu > .disabled > a:hover,\n .dropdown-menu > .disabled > a:focus {\n color: #777;\n }\n .dropdown-menu > .disabled > a:hover,\n .dropdown-menu > .disabled > a:focus {\n text-decoration: none;\n cursor: not-allowed;\n background-color: transparent;\n background-image: none;\n filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);\n }\n .open > .dropdown-menu {\n display: block;\n }\n .open > a {\n outline: 0;\n }\n .dropdown-menu-right {\n right: 0;\n left: auto;\n }\n .dropdown-menu-left {\n right: auto;\n left: 0;\n }\n .dropdown-header {\n display: block;\n padding: 3px 20px;\n font-size: 12px;\n line-height: 1.42857143;\n color: #777;\n white-space: nowrap;\n }\n .dropdown-backdrop {\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 990;\n }\n .pull-right > .dropdown-menu {\n right: 0;\n left: auto;\n }\n .dropup .caret,\n .navbar-fixed-bottom .dropdown .caret {\n content: \"\";\n border-top: 0;\n border-bottom: 4px dashed;\n border-bottom: 4px solid \\9;\n }\n .dropup .dropdown-menu,\n .navbar-fixed-bottom .dropdown .dropdown-menu {\n top: auto;\n bottom: 100%;\n margin-bottom: 2px;\n }\n @media (min-width: 768px) {\n .navbar-right .dropdown-menu {\n right: 0;\n left: auto;\n }\n .navbar-right .dropdown-menu-left {\n right: auto;\n left: 0;\n }\n }\n .btn-group-justified > .btn-group .dropdown-menu {\n left: auto;\n }\n .nav-tabs.nav-justified > .dropdown .dropdown-menu {\n top: auto;\n left: auto;\n }\n .nav-justified > .dropdown .dropdown-menu {\n top: auto;\n left: auto;\n }\n .nav-tabs .dropdown-menu {\n margin-top: -1px;\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n }\n @media (max-width: 767px) {\n .navbar-nav .open .dropdown-menu {\n position: static;\n float: none;\n width: auto;\n margin-top: 0;\n background-color: transparent;\n border: 0;\n -webkit-box-shadow: none;\n box-shadow: none;\n }\n .navbar-nav .open .dropdown-menu > li > a,\n .navbar-nav .open .dropdown-menu .dropdown-header {\n padding: 5px 15px 5px 25px;\n }\n .navbar-nav .open .dropdown-menu > li > a {\n line-height: 20px;\n }\n .navbar-nav .open .dropdown-menu > li > a:hover,\n .navbar-nav .open .dropdown-menu > li > a:focus {\n background-image: none;\n }\n }\n .navbar-nav > li > .dropdown-menu {\n margin-top: 0;\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n }\n .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {\n margin-bottom: 0;\n border-top-left-radius: 4px;\n border-top-right-radius: 4px;\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n }\n @media (max-width: 767px) {\n .navbar-default .navbar-nav .open .dropdown-menu > li > a {\n color: #777;\n }\n .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,\n .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {\n color: #333;\n background-color: transparent;\n }\n .navbar-default .navbar-nav .open .dropdown-menu > .active > a,\n .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,\n .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {\n color: #555;\n background-color: #e7e7e7;\n }\n .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,\n .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,\n .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {\n color: #ccc;\n background-color: transparent;\n }\n }\n @media (max-width: 767px) {\n .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {\n border-color: #080808;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu .divider {\n background-color: #080808;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {\n color: #9d9d9d;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,\n .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {\n color: #fff;\n background-color: transparent;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,\n .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,\n .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {\n color: #fff;\n background-color: #080808;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,\n .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,\n .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {\n color: #444;\n background-color: transparent;\n }\n }\n}\n",".nf-loading-spinner {\n width: 40px;\n height: 40px;\n margin: 100px auto;\n background-color: rgba(208,208,208,.5);\n\n border-radius: 100%;\n animation: nf-scaleout 1.0s infinite ease-in-out;\n}\n\n@-webkit-keyframes nf-scaleout {\n 0% { transform: scale(0) }\n 100% {\n transform: scale(1.0);\n opacity: 0;\n }\n}\n\n@keyframes nf-scaleout {\n 0% {\n transform: scale(0);\n } 100% {\n transform: scale(1.0);\n opacity: 0;\n }\n}","/* ---------------------------------\nSTANDARDIZE ALL FIELDS\n----------------------------------*/\n.field-wrap {\n display: flex;\n > label {\n display: block;\n }\n > div input,\n textarea,\n select,\n .pikaday__container,\n .pikaday__display,\n .listselect-wrap > div {\n width: 100%;\n }\n input[type=\"submit\"],\n input[type=\"button\"],\n button {\n width: auto;\n }\n .nf-product-field {\n // .nf-element {\n // width: 100%;\n // }\n }\n}\n\n.nf-field-label {\n order: 5;\n}\n.nf-field-description {\n width: 100%;\n order: 10;\n}\n.nf-field-element {\n order: 15;\n}\n\n\n/* ---------------------------------\nLABEL ABOVE\n----------------------------------*/\n.label-above {\n .nf-field-label {\n margin-bottom: 10px;\n }\n}\n\n/* ---------------------------------\nLABEL BELOW\n----------------------------------*/\n.label-below {\n .nf-field-label {\n margin-top: 10px;\n order: 15;\n }\n .nf-field-element {\n order: 5;\n }\n}\n\n/* ---------------------------------\nLABEL HIDDEN\n----------------------------------*/\n.label-hidden {\n .field-wrap {\n flex-wrap: wrap;\n }\n .nf-field-label {\n height: 0;\n width: 100%;\n visibility: hidden;\n }\n .nf-field-description {\n width: 100%;\n order: 20;\n }\n .nf-field-element {\n width: 100%;\n }\n}\n\n/* ---------------------------------\nLABEL LEFT\n----------------------------------*/\n.label-left {\n .field-wrap {\n flex-direction: row;\n flex-wrap: wrap;\n }\n .nf-field-label {\n display: flex;\n flex-direction: row;\n align-items: center;\n padding-right: 2%;\n text-align: right;\n width: 35%;\n order: 5;\n label {\n width: 100%;\n }\n }\n .nf-field-description {\n margin-left: 35%;\n }\n .nf-field-element {\n display: inline-block;\n width: 65%;\n order: 10;\n }\n .nf-after-field {\n margin-left: 36.5%;\n }\n}\n\n/* ---------------------------------\nLABEL RIGHT\n----------------------------------*/\n.label-right {\n .field-wrap {\n flex-direction: row;\n flex-wrap: wrap;\n }\n .nf-field-label {\n display: flex;\n flex-direction: row;\n align-items: center;\n padding-left: 2%;\n width: 35%;\n order: 10;\n }\n .nf-field-description {\n margin-right: 35%;\n order: 15;\n }\n .nf-field-element {\n display: inline-block;\n width: 65%;\n order: 5;\n }\n .checkbox-wrap {\n .nf-field-label {\n width: auto;\n }\n .nf-field-element {\n width: 20px;\n }\n }\n .nf-after-field {\n width: 65%;\n }\n}\n/* ---------------------------------\nADJUST SOME LABEL ABOVE & BELOW ISSUES\n----------------------------------*/\n.label-below,\n.label-above {\n .field-wrap {\n flex-direction: column;\n flex-flow: wrap;\n }\n .nf-field-element {\n margin: 0;\n width: 100%;\n }\n .checkbox-wrap {\n .nf-field-label {\n //margin: 0;\n }\n }\n}\n\n/* ---------------------------------\nADJUST SOME LABEL LEFT & RIGHT ISSUES\n----------------------------------*/\n.label-left,\n.label-right {\n .textarea-wrap,\n .listradio-wrap,\n .listcheckbox-wrap {\n .nf-field-label {\n align-items: flex-start;\n }\n }\n .textarea-wrap {\n .nf-field-label {\n margin-top: 5px;\n }\n }\n .html-wrap,\n .hr-wrap {\n display: block;\n .nf-field-element {\n display: block;\n margin: 0;\n width: 100%;\n }\n }\n}\n\n/* ---------------------------------\nFIELD DESCRIPTION POSITIONS\n----------------------------------*/\n",".nf-help {\n background: none;\n}\n.nf-field-description {\n font-size: 14px;\n}\n.nf-form-content {\n padding: 5px;\n max-width: 1000px;\n margin: 0 auto;\n label {\n font-size: 18px;\n line-height: 20px;\n }\n .ninja-forms-field,\n .listselect-wrap .nf-field-element div {\n font-size: 16px;\n margin: 0;\n padding: 12px;\n }\n input.ninja-forms-field,\n select.ninja-forms-field,\n .listselect-wrap .nf-field-element div {\n height: 50px;\n }\n textarea.ninja-forms-field {\n height: 200px;\n }\n hr.ninja-forms-field {\n padding: 0;\n }\n input[type=\"radio\"].ninja-forms-field,\n input[type=\"checkbox\"].ninja-forms-field {\n height: auto;\n }\n .listradio-wrap,\n .listcheckbox-wrap {\n li {\n margin-bottom: 12px !important;\n line-height: 0;\n }\n }\n .nf-product-field {\n &.ninja-forms-field {\n // background: transparent;\n // border: 0;\n // padding: 0;\n }\n span {\n padding-right: 16px;\n }\n .nf-field-qty {\n font-size: 16px;\n padding: 5px;\n width: 80px !important;\n }\n }\n .listselect-wrap,\n .liststate-wrap,\n .listcountry-wrap {\n select {\n //height: 50px;\n }\n }\n .nf-static {\n background: transparent;\n border: 0;\n font-weight: bold;\n padding: 0;\n }\n .label-above,\n .label-below,\n .label-hidden {\n .nf-field-label {\n margin-bottom: 10px;\n padding: 0;\n }\n }\n .label-below {\n .nf-field-label {\n margin-bottom: 0;\n margin-top: 10px;\n }\n }\n .label-right {\n .nf-field-label {\n margin: 0;\n }\n > input,\n textarea,\n select,\n .nf-product-field,\n .starrating,\n .nf-static,\n .pikaday__container {\n // margin-right: 1%;\n }\n > input[type=radio],\n input[type=checkbox] {\n margin-right: 1%;\n }\n ul {\n margin-right: 1%;\n }\n }\n .label-left {\n // > label {\n // margin: 0;\n // }\n // > input,\n // textarea,\n // select,\n // .pikaday__container {\n // // margin-left: 1%;\n // }\n // > input[type=radio],\n // input[type=checkbox] {\n // margin-left: 1%;\n // }\n // ul {\n // margin-left: 15px;\n // }\n }\n}\n","\n.nf-form-content {\n .list-select-wrap > div {\n position: relative;\n div {\n display: block;\n position: absolute;\n font-size: 16px;\n line-height: 16px;\n margin: 0;\n padding: 16px;\n height: 50px;\n top: 0;\n right: 0;\n left: 0;\n z-index: 1;\n &::after {\n content: \"\\f078\";\n font-family: FontAwesome;\n font-size: 20px;\n //font-weight: bold;\n //transform: rotate(90deg);\n position: absolute;\n right: 10px;\n bottom: 0;\n height: 50px;\n line-height: 50px;\n }\n }\n &.label-right {\n div {\n width: 59%;\n // &::after {\n // right: 20px;\n // }\n }\n }\n &.label-below {\n div {\n top: 0;\n bottom: auto;\n }\n }\n &.label-left {\n div {\n width: 59%;\n left: 40.5%;\n right: 40px;\n }\n }\n select {\n background: transparent;\n border: 0;\n appearance: none;\n position: relative;\n z-index: 2;\n }\n }\n .listmultiselect-wrap {\n select {\n appearance: normal;\n }\n }\n}\n",".checkbox-wrap,\n.listcheckbox-wrap {\n .nf-field-label,\n .nf-field-element {\n label {\n position: relative;\n margin-left: 30px;\n &::after {\n border: 1px solid;\n content: \"\";\n width: 18px;\n height: 18px;\n position: absolute;\n left: -28px;\n bottom: 0;\n }\n &::before {\n content: \"\\f00c\";\n font-family: FontAwesome;\n font-size: 24px;\n position: absolute;\n bottom: 0;\n opacity: 0;\n z-index: 2;\n }\n }\n }\n}\n.checkbox-container {\n .nf-field-element {\n input {\n display: none;\n }\n }\n &.label-above,\n &.label-below {\n // .nf-field-element {\n // input {\n // display: none;\n // }\n // }\n }\n &.label-above {\n label {\n height: 50px;\n margin: 0;\n display: block;\n &::after {\n left: 0;\n bottom: 0;\n }\n &.nf-checked-label {\n &::before {\n left: -2px;\n bottom: 0;\n }\n }\n }\n }\n &.label-below {\n label {\n margin: 0;\n display: block;\n margin-top: 20px;\n &::after {\n left: 0;\n bottom: auto;\n top: -25px;\n }\n &.nf-checked-label {\n &::before {\n left: -2px;\n bottom: auto;\n top: -27px;\n }\n }\n }\n }\n &.label-left {\n .nf-field-label {\n width: 38%;\n padding-right: 5%;\n }\n .nf-field-element {\n width: 58%;\n }\n label {\n margin: 0;\n display: block;\n &::after {\n left: auto;\n bottom: 0;\n right: -31px;\n }\n &.nf-checked-label {\n &::before {\n left: auto;\n bottom: 0;\n right: -36px;\n }\n }\n }\n }\n &.label-right {\n .nf-field-label {\n padding: 0;\n order: 10;\n }\n .nf-field-element {\n order: 5;\n display: none;\n }\n label {\n margin: 0 0 0 30px;\n display: block;\n &::before {\n left: -30px;\n bottom: 0;\n }\n &::after {\n left: -28px;\n bottom: 0;\n }\n &.nf-checked-label {\n &::before {\n left: -30px;\n bottom: 0;\n }\n }\n }\n .field-wrap {\n display: flex;\n > div {\n width: 100%;\n }\n }\n label {\n &::after {\n bottom: 2px !important;\n }\n }\n }\n &.label-hidden {\n label {\n height: 0;\n margin: 0;\n display: block;\n &::after {\n left: 0;\n bottom: 0;\n visibility: visible;\n }\n &.nf-checked-label {\n &::before {\n left: -2px;\n bottom: 0;\n visibility: visible;\n }\n }\n }\n }\n}\n.listcheckbox-container {\n .nf-field-label {\n label {\n &::after {\n background: transparent !important;\n border: 0;\n }\n }\n }\n .nf-field-element {\n input {\n display: none;\n }\n label {\n margin-left: 30px !important;\n &::before {\n left: -30px;\n }\n }\n }\n &.label-above,\n &.label-below,\n &.label-right {\n .nf-field-label {\n label {\n margin: 0;\n &::before {\n left: -30px;\n }\n }\n }\n }\n}\n",".listradio-wrap {\n .nf-field-element {\n label {\n position: relative;\n margin-left: 30px !important;\n &::after {\n border-radius: 50%;\n content: \"\";\n width: 18px;\n height: 18px;\n position: absolute;\n left: -30px;\n bottom: 1px;\n }\n &.nf-checked-label {\n &::before {\n border-radius: 50%;\n content: \"\";\n height: 10px;\n width: 10px;\n position: absolute;\n left: -26px;\n bottom: 5px;\n z-index: 2;\n }\n }\n }\n input {\n display: none;\n }\n }\n}\n","input[type=checkbox].nf-toggle {\n background: transparent;\n border: 0;\n box-shadow: 0 0 0;\n margin: 10px;\n height: 18px;\n appearance: none;\n position: relative;\n cursor: pointer;\n &::after {\n background: #BCBDBF;\n border: 2px solid #BCBDBF;\n border-radius: 20px;\n content: \"\";\n position: absolute;\n top: -4px;\n left: -4px;\n width: 46px;\n height: 24px;\n transition: all 0.3s ease;\n }\n &::before {\n background: #fff;\n border-radius: 20px;\n content: \"\";\n position: absolute;\n top: -1px;\n left: 0;\n width: 18px;\n height: 18px;\n z-index: 99;\n transition: all 0.3s ease;\n }\n &:checked {\n &::after {\n background: lightgreen;\n border: 2px solid lightgreen;\n transition: all 0.3s ease;\n }\n &::before {\n top: -1px;\n left: 20px;\n transition: all 0.3s ease;\n }\n }\n .label-right & {\n padding: 0 50px 0 0;\n }\n .label-left & {\n padding: 0;\n margin-left: 22px;\n margin-top: 20px;\n }\n}\n",".nf-icons {\n .nf-field-element {\n position: relative;\n &::before {\n //border: 1px;\n font-family: FontAwesome;\n font-size: 20px;\n position: absolute;\n left: 1px;\n bottom: 1px;\n height: 48px;\n width: 50px;\n line-height: 50px;\n text-align: center;\n z-index: 1;\n }\n }\n .date-wrap,\n .number-wrap,\n .quantity-wrap,\n .email-wrap,\n .phone-wrap,\n .firstname-wrap,\n .lastname-wrap,\n .address-wrap,\n .city-wrap,\n .state-wrap,\n .zip-wrap,\n .creditcardfullname-wrap,\n .creditcardnumber-wrap,\n .creditcardcvc-wrap,\n .creditcardexpiration-wrap,\n .creditcardzip-wrap {\n .nf-field-element {\n input {\n padding-left: 60px;\n }\n }\n }\n &.right {\n .nf-field-element {\n &::before {\n left: auto;\n right: 1px;\n }\n }\n .date-wrap,\n .number-wrap,\n .quantity-wrap,\n .email-wrap,\n .phone-wrap,\n .firstname-wrap,\n .lastname-wrap,\n .address-wrap,\n .city-wrap,\n .state-wrap,\n .zip-wrap,\n .creditcardfullname-wrap,\n .creditcardnumber-wrap,\n .creditcardcvc-wrap,\n .creditcardexpiration-wrap,\n .creditcardzip-wrap {\n > div {\n input {\n padding-left: 12px;\n padding-right: 60px;\n }\n }\n }\n }\n .date-wrap .nf-field-element::before {\n content: \"\\f073\";\n }\n .number-wrap .nf-field-element::before,\n .quantity-wrap > div::before {\n content: \"\\f292\";\n }\n .email-wrap .nf-field-element::before {\n content: \"\\f0e0\";\n }\n .phone-wrap .nf-field-element::before {\n content: \"\\f095\";\n }\n .firstname-wrap .nf-field-element::before,\n .lastname-wrap .nf-field-element::before {\n content: \"\\f007\";\n }\n .address-wrap .nf-field-element::before,\n .city-wrap .nf-field-element::before,\n .state-wrap .nf-field-element::before,\n .zip-wrap .nf-field-element::before {\n content: \"\\f041\";\n }\n .creditcardfullname-wrap .nf-field-element::before,\n .creditcardnumber-wrap .nf-field-element::before,\n .creditcardcvc-wrap .nf-field-element::before,\n .creditcardexpiration-wrap .nf-field-element::before,\n .creditcardzip-wrap .nf-field-element::before {\n content: \"\\f283\";\n }\n}\n","@import \"display-structure\";\n\n@import \"op-spacing\";\n//@import \"op-columns\";\n@import \"op-select\";\n@import \"op-checkbox\";\n@import \"op-radio\";\n@import \"op-toggle\";\n@import \"op-icons\";\n\n/* ---------------------------------\nDEFAULT DARK COLORS\n----------------------------------*/\n$base: #222;\n$accent: #fff;\n@import \"op-variables-dark\";\n@import \"op-color\";\n\n/* ---------------------------------\nDARK COLORS - nf-brown\n----------------------------------*/\n$base: #3e2b13;\n$accent: #ea981b;\n@import \"op-variables-dark\";\n.nf-brown {\n @import \"op-color\";\n}\n\n/* ---------------------------------\nDARK COLORS - nf-red\n----------------------------------*/\n$base: #350000;\n$accent: red;\n@import \"op-variables-dark\";\n.nf-red {\n @import \"op-color\";\n}\n/* ---------------------------------\nDARK COLORS - nf-blue\n----------------------------------*/\n$base: #001C33;\n$accent: #00AEFF;\n@import \"op-variables-dark\";\n.nf-blue {\n @import \"op-color\";\n}\n\n@import \"st-media-queries\";\n",".nf-form-content {\n input:not([type='button']),\n textarea,\n .list-select-wrap .nf-field-element > div {\n background: $field-background;\n border: 1px solid $field-border;\n border-radius: 0;\n box-shadow: none;\n color: $field-font;\n transition: all .5s;\n &:focus {\n background: $focus-background;\n border-color: $focus-border;\n //box-shadow: -3px 3px 10px #ccc;\n color: $focus-font;\n outline: none;\n transition: all .5s;\n }\n }\n input[type=\"submit\"],\n input[type=\"button\"],\n button {\n background: $accent;\n border: 0;\n color: $field-background;\n transition: all .5s;\n &:hover {\n background: $field-border;\n color: $field-font;\n transition: all .5s;\n }\n }\n select.ninja-forms-field {\n color: $field-font;\n &:focus {\n background: transparent;\n border: 0;\n box-shadow: none;\n outline: none;\n }\n }\n}\n\n.list-select-wrap {\n div {\n &::after {\n color: $field-font;\n transition: all .5s;\n }\n }\n select {\n &:active,\n &:focus {\n + div {\n background: $focus-background !important;\n border-color: $focus-border !important;\n transition: all .5s;\n }\n }\n }\n}\n\n.listradio-wrap {\n .nf-field-element {\n label {\n &::after {\n background: $field-background;\n border: 2px solid $field-border;\n transition: all .5s;\n }\n &.nf-checked-label {\n &::after {\n border-color: $selected-font;\n transition: all .5s;\n }\n &::before {\n background: $selected-font;\n }\n }\n }\n }\n}\n\n.checkbox-wrap,\n.listcheckbox-wrap {\n .nf-field-label,\n .nf-field-element {\n label {\n &::after {\n background: $field-background;\n border-color: $field-border;\n transition: all .5s;\n }\n &::before {\n color: $field-background;\n opacity: 0;\n transition: all .5s;\n }\n &.nf-checked-label {\n &::after {\n //background: $accent;\n border-color: $selected-border;\n transition: all .5s;\n }\n &::before {\n color: $selected-font;\n opacity: 100;\n transition: all .5s;\n }\n }\n }\n }\n}\n\n.nf-error {\n position: relative;\n .ninja-forms-field {\n border-color: #E80000 !important;\n transition: all .5s;\n }\n &.field-wrap {\n .nf-field-element::after {\n background: #E80000;\n color: #fff;\n font-family: FontAwesome;\n font-size: 20px;\n content: \"\\f12a\";\n position: absolute;\n top: 1px;\n right: 1px;\n bottom: 1px;\n height: 48px;\n width: 50px;\n line-height: 50px;\n text-align: center;\n transition: all .5s;\n }\n &.checkbox-wrap {\n .nf-field-element::after {\n display: none;\n }\n }\n }\n .nf-error-msg {\n color: #E80000;\n }\n}\n.checkbox-container {\n .nf-after-field .nf-error-msg {\n //text-align: left;\n }\n}\n.nf-pass {\n position: relative;\n .ninja-forms-field {\n border-color: green !important;\n transition: all .5s;\n }\n &.field-wrap {\n .nf-field-element::after {\n color: green;\n font-family: FontAwesome;\n font-size: 30px;\n content: \"\\f058\";\n position: absolute;\n top: 0;\n right: 16px;\n height: 50px;\n line-height: 50px;\n transition: all .5s;\n }\n &.checkbox-wrap {\n .nf-field-element::after {\n display: none;\n }\n }\n }\n // &.field-wrap::before {\n // border-color: green !important;\n // }\n}\n\n.nf-field-submit-error {\n border: 1px solid;\n margin: 10px 0px;\n padding: 15px 15px 15px 50px;\n position: relative;\n z-index: 1;\n &::after {\n content: \"\\f06a\";\n font-family: FontAwesome;\n font-size: 24px;\n position: absolute;\n top: 0;\n left: 15px;\n height: 50px;\n line-height: 50px;\n z-index: 2;\n }\n}\n\n.nf-field-submit-error {\n border-color: #D8000C;\n color: #D8000C;\n background-color: #FFBABA;\n}\n\n.nf-icons,\n&.nf-icons {\n .nf-field-element::before {\n background: $field-border;\n color: $field-background;\n }\n}\n\n.nf-help {\n color: $selected-font;\n}\n","$field-background: $base;\n$field-border: lighten( $base, 10% );\n$field-font: lighten( $base, 40% );\n\n$focus-background: lighten( $base, 10% );\n$focus-border: lighten( $focus-background, 10% );\n$focus-font: lighten( $field-font, 10% );\n\n$selected-background: darken( $base, 10% );\n$selected-border: lighten( $field-border, 10% );\n$selected-font: $accent;\n","@media only screen and (max-width: 800px) {\n .nf-field-container {\n .nf-field-label {\n margin-bottom: 10px !important;\n padding: 0;\n width: 100%;\n order: 5;\n label {\n text-align: left;\n }\n }\n .nf-field-description {\n margin: 0;\n width: 100%;\n order: 10;\n }\n .nf-field-element {\n width: 100%;\n order: 15;\n }\n .checkbox-wrap {\n .nf-field-label {\n width: auto;\n label {\n position: relative;\n margin-left: 30px;\n &::after {\n left: -28px;\n bottom: 0;\n }\n &::before {\n left: -30px;\n bottom: 0;\n }\n }\n }\n .nf-field-element {\n width: 20px;\n }\n }\n }\n .nf-form-cont {\n .five-sixths,\n .four-sixths,\n .one-fourth,\n .one-half,\n .one-sixth,\n .one-third,\n .three-fourths,\n .three-sixths,\n .two-fourths,\n .two-sixths,\n .two-thirds {\n clear: both;\n float: none;\n margin: 0;\n width: 100%;\n .inside {\n padding: 0;\n }\n }\n }\n}\n"]}
1
+ {"version":3,"sources":["st-defaults.scss","editor.scss","st-loading.scss","st-label-positions.scss","op-spacing.scss","op-select.scss","op-checkbox.scss","op-radio.scss","op-toggle.scss","op-icons.scss","op-color.scss","display-opinions-dark.scss","op-variables-dark.scss","st-media-queries.scss"],"names":[],"mappings":"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L,iCDkLI,qBAAsB,AACtB,cAAe,AACf,wBAA0B,CAC7B,ACrLD,yFD0LQ,mBEjNc,AFkNd,aC9LM,CD+LT,AC5LL,mBDgMI,aClMY,CDmMf,ACvLD,qJD9BQ,mBC2BM,AD1BN,yBEJc,AFKd,gBAAiB,AACjB,gBAAiB,AACjB,cENY,AFOZ,kBAAoB,CASvB,ACgBL,uKDvBY,mBEPc,AFQd,qBEPU,AFSV,cERQ,AFSR,aAAc,AACd,kBAAoB,CACvB,ACiBT,wHDZQ,eCUI,ADTJ,SAAU,AACV,cCOM,ADNN,kBAAoB,CAMvB,ACGL,0IDPY,mBE1BU,AF2BV,cE1BQ,AF2BR,kBAAoB,CACvB,ACIT,kDDDQ,aE/BY,CFsCf,ACNL,wDDCY,uBAAwB,AACxB,SAAU,AACV,gBAAiB,AACjB,YAAc,CACjB,ACLT,oCDYY,cE5CQ,AF6CR,kBAAoB,CACvB,ACdT,uFDoBgB,6BAAwC,AACxC,+BAAsC,AACtC,kBAAoB,CACvB,ACvBb,sDDgCgB,mBCnCF,ADoCE,yBElEM,AFmEN,kBAAoB,CACvB,ACnCb,uEDsCoB,iBCxCR,ADyCQ,kBAAoB,CACvB,ACxCjB,wED0CoB,cC5CR,CD6CK,AC3CjB,wNDuDgB,mBC1DF,AD2DE,qBEzFM,AF0FN,kBAAoB,CACvB,AC1Db,4ND4DgB,cC/DF,ADgEE,UAAW,AACX,kBAAoB,CACvB,AC/Db,4RDmEoB,qBE5FK,AF6FL,kBAAoB,CACvB,ACrEjB,gSDuEoB,UCzER,AD0EQ,YAAa,AACb,kBAAoB,CACvB,AC1EjB,kBDiFI,iBAAmB,CA+BtB,AChHD,qCDmFQ,+BAAiC,AACjC,kBAAoB,CACvB,ACrFL,qDDwFY,mBAAoB,AACpB,WAAY,AACZ,wBAAyB,AACzB,eAAgB,AAChB,gBAAiB,AACjB,kBAAmB,AACnB,QAAS,AACT,UAAW,AACX,WAAY,AACZ,YAAa,AACb,WAAY,AACZ,iBAAkB,AAClB,kBAAmB,AACnB,kBAAoB,CACvB,ACtGT,mEDyGgB,YAAc,CACjB,AC1Gb,gCD8GQ,aAAe,CAClB,AC/GL,iBDuHI,iBAAmB,CA2BtB,AClJD,oCDyHQ,6BAA+B,AAC/B,kBAAoB,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","file":"display-opinions-dark.css","sourcesContent":["/*\n * Ninja Forms - Form Display Structure\n */\n\n.ninja-forms-form-wrap *,\n.ninja-forms-form-wrap *:after,\n.ninja-forms-form-wrap *:before {\n -webkit-box-sizing: border-box;\n -moz-box-sizing: border-box;\n -ms-box-sizing: border-box;\n box-sizing: border-box;\n}\n\n.nf-response-msg {\n display: none;\n}\n\n.nf-field-container,\n#ninja_forms_required_items {\n clear: both;\n position: relative;\n margin-bottom: 25px;\n &::after {\n clear: both;\n content: \"\";\n display: block;\n }\n &.hidden-container,\n &.hr-container {\n margin: 0;\n height: auto;\n .nf-field-label {\n display: none;\n }\n }\n &.html-container {\n .nf-field-label {\n display: none;\n }\n }\n}\n\n.nf-field-label {\n label {\n font-weight: bold;\n margin: 0;\n padding: 0;\n }\n}\n.nf-field-element {\n position: relative;\n input,\n select,\n textarea {\n margin: 0;\n width: auto;\n height: auto;\n vertical-align: inherit;\n }\n textarea {\n height: 200px;\n }\n}\n.nf-field-description {\n p:last-child {\n margin: 0;\n }\n}\n.nf-help {\n background: url( '../img/help-info.png' ) no-repeat;\n display: inline-block;\n width: 16px;\n height: 16px;\n}\n\n.nf-input-limit {\n font-size: 12px;\n margin-top: 5px;\n}\n.nf-static {\n padding: 0 10px;\n}\n.nf-after-field {\n .nf-error-msg {\n margin-right: 10px;\n //text-align: right;\n }\n}\n\n/* ---------------------------------\nCHECKBOX FIELD\n----------------------------------*/\n\n\n\n/* ---------------------------------\nRADIO & CHECKBOX LISTS\n----------------------------------*/\n\n.list-radio-wrap,\n.list-checkbox-wrap {\n .nf-field-element {\n ul, li {\n list-style: none !important;\n margin: 0 !important;\n padding: 0 !important;\n input {\n margin-right: 5px;\n }\n }\n li {\n padding-left: 10px;\n margin: 0 0 5px !important;\n text-indent: initial !important;\n label {\n //display: inline;\n display: block;\n float: initial;\n //margin: 0;\n width: auto;\n margin-left: 1.5em;\n }\n input {\n width: auto !important;\n float: left;\n margin-top: .25em;\n }\n }\n }\n}\n\n/* ---------------------------------\nPRODUCT FIELD\n----------------------------------*/\n.product-wrap {\n > div {\n input {\n width: 80px !important;\n }\n .nf-product-field {\n span {\n padding: 0 5px;\n }\n }\n }\n}\n\n/* ---------------------------------\nSTAR RATING\n----------------------------------*/\n.starrating-wrap .star {\n border-bottom: 0;\n}\n\n/* ---------------------------------\nHONEYPOT\n----------------------------------*/\n\n.nf-form-hp {\n position: absolute;\n visibility: hidden;\n}\n\n/* ---------------------------------\nSELECT LIST\n----------------------------------*/\n.list-select-wrap {\n div div {\n display: none;\n }\n}\n\n\n/* ---------------------------------\nCOLORS\nAs minimal as possible\n----------------------------------*/\n.ninja-forms-req-symbol,\n.nf-error-msg, {\n color: #E80000;\n}\n.nf-error {\n .ninja-forms-field {\n border: 1px solid #E80000;\n }\n}\n.nf-field-submit-error {\n padding: 15px;\n}\n\n.ninja-forms-noscript-message {\n background: #f1f1f1;\n border: 4px dashed #ccc;\n color: #333;\n display: block;\n font-size: 20px;\n margin: 20px 0;\n padding: 40px;\n text-align: center;\n}\n\n/* ---------------------------------\nHELPER CLASSES\n----------------------------------*/\n.two-col-list {\n ul {\n li {\n float: left;\n width: 50%\n }\n }\n}\n.three-col-list {\n ul {\n li {\n float: left;\n width: 33.33%\n }\n }\n}\n.four-col-list {\n ul {\n li {\n float: left;\n width: 25%\n }\n }\n}\n.five-col-list {\n ul {\n li {\n float: left;\n width: 20%\n }\n }\n}\n.six-col-list {\n ul {\n li {\n float: left;\n width: 16.66%\n }\n }\n}\n\n\nbody {\n .pika-label {\n background: transparent;\n }\n}\n\n/* Column Classes\n Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css\n--------------------------------------------- */\n.nf-form-cont {\n .five-sixths,\n .four-sixths,\n .one-fourth,\n .one-half,\n .one-sixth,\n .one-third,\n .three-fourths,\n .three-sixths,\n .two-fourths,\n .two-sixths,\n .two-thirds {\n clear: initial;\n float: left;\n margin-left: 2.564102564102564%;\n .inside {\n padding: 20px;\n }\n &::after {\n clear: both;\n content: \"\";\n display: block;\n }\n }\n\n .one-half,\n .three-sixths,\n .two-fourths {\n width: 48.717948717948715%;\n }\n\n .one-third,\n .two-sixths {\n width: 31.623931623931625%;\n }\n\n .four-sixths,\n .two-thirds {\n width: 65.81196581196582%;\n }\n\n .one-fourth {\n width: 23.076923076923077%;\n }\n\n .three-fourths {\n width: 74.35897435897436%;\n }\n\n .one-sixth {\n width: 14.52991452991453%;\n }\n\n .five-sixths {\n width: 82.90598290598291%;\n }\n\n .first {\n clear: both;\n margin-left: 0;\n }\n}\n",".note-popover {\n display: none !important;\n}\n.nf-form-wrap {\n .note-editor {\n border: 0 !important;\n .note-toolbar {\n &::after {\n clear: both;\n content: \"\";\n display: block;\n }\n }\n .note-editable {\n background: #f9f9f9;\n border: 1px solid #f1f1f1;\n display: block;\n p {\n font-size: 16px;\n }\n ul {\n list-style-type: disc;\n margin-left: 2em;\n }\n table {\n td {\n border: 1px solid #ccc;\n width: auto;\n }\n }\n }\n .modal {\n display: none;\n }\n .btn-group {\n float: left;\n &.note-tools {\n float: right;\n }\n }\n .btn {\n background: #f9f9f9;\n border: 0;\n border-radius: 4px;\n color: #666;\n cursor: pointer;\n margin-right: 2px;\n padding-top: 4px;\n &.disabled {\n background: transparent;\n color: #aaa;\n .merge-tags {\n background: #f9f9f9;\n color: #666;\n }\n }\n }\n button[type=button] {\n padding: 4px;\n width: auto;\n height: auto;\n }\n .dropdown-toggle {\n position: relative;\n display: inline-block;\n top: 0;\n &::after {\n content: \"\";\n width: 0;\n }\n }\n }\n .tooltip {\n position: absolute;\n z-index: 1070;\n display: block;\n font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n font-size: 12px;\n font-style: normal;\n font-weight: normal;\n line-height: 1.42857143;\n text-align: left;\n text-align: start;\n text-decoration: none;\n text-shadow: none;\n text-transform: none;\n letter-spacing: normal;\n word-break: normal;\n word-spacing: normal;\n word-wrap: normal;\n white-space: normal;\n filter: alpha(opacity=0);\n opacity: 0;\n\n line-break: auto;\n }\n .tooltip.in {\n filter: alpha(opacity=90);\n opacity: .9;\n }\n .tooltip.top {\n padding: 5px 0;\n margin-top: -3px;\n }\n .tooltip.right {\n padding: 0 5px;\n margin-left: 3px;\n }\n .tooltip.bottom {\n padding: 5px 0;\n margin-top: 3px;\n }\n .tooltip.left {\n padding: 0 5px;\n margin-left: -3px;\n }\n .tooltip-inner {\n max-width: 200px;\n padding: 3px 8px;\n color: #fff;\n text-align: center;\n background-color: #000;\n border-radius: 4px;\n }\n .tooltip-arrow {\n position: absolute;\n width: 0;\n height: 0;\n border-color: transparent;\n border-style: solid;\n }\n .tooltip.top .tooltip-arrow {\n bottom: 0;\n left: 50%;\n margin-left: -5px;\n border-width: 5px 5px 0;\n border-top-color: #000;\n }\n .tooltip.top-left .tooltip-arrow {\n right: 5px;\n bottom: 0;\n margin-bottom: -5px;\n border-width: 5px 5px 0;\n border-top-color: #000;\n }\n .tooltip.top-right .tooltip-arrow {\n bottom: 0;\n left: 5px;\n margin-bottom: -5px;\n border-width: 5px 5px 0;\n border-top-color: #000;\n }\n .tooltip.right .tooltip-arrow {\n top: 50%;\n left: 0;\n margin-top: -5px;\n border-width: 5px 5px 5px 0;\n border-right-color: #000;\n }\n .tooltip.left .tooltip-arrow {\n top: 50%;\n right: 0;\n margin-top: -5px;\n border-width: 5px 0 5px 5px;\n border-left-color: #000;\n }\n .tooltip.bottom .tooltip-arrow {\n top: 0;\n left: 50%;\n margin-left: -5px;\n border-width: 0 5px 5px;\n border-bottom-color: #000;\n }\n .tooltip.bottom-left .tooltip-arrow {\n top: 0;\n right: 5px;\n margin-top: -5px;\n border-width: 0 5px 5px;\n border-bottom-color: #000;\n }\n .tooltip.bottom-right .tooltip-arrow {\n top: 0;\n left: 5px;\n margin-top: -5px;\n border-width: 0 5px 5px;\n border-bottom-color: #000;\n }\n .dropdown-menu {\n position: absolute;\n // top: 100%;\n // left: 0;\n z-index: 1000;\n display: none;\n float: left;\n min-width: 160px;\n padding: 5px 0;\n margin: 2px 0 0;\n font-size: 14px;\n text-align: left;\n list-style: none;\n background-color: #fff;\n -webkit-background-clip: padding-box;\n background-clip: padding-box;\n border: 1px solid #ccc;\n border: 1px solid rgba(0, 0, 0, .15);\n border-radius: 4px;\n -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);\n box-shadow: 0 6px 12px rgba(0, 0, 0, .175);\n }\n .dropdown-menu.pull-right {\n right: 0;\n left: auto;\n }\n .dropdown-menu .divider {\n height: 1px;\n margin: 9px 0;\n overflow: hidden;\n background-color: #e5e5e5;\n }\n .dropdown-menu > li > a {\n display: block;\n padding: 3px 20px;\n clear: both;\n font-weight: normal;\n line-height: 1.42857143;\n color: #333;\n white-space: nowrap;\n }\n .dropdown-menu > li > a:hover,\n .dropdown-menu > li > a:focus {\n color: #262626;\n text-decoration: none;\n background-color: #f5f5f5;\n }\n .dropdown-menu > .active > a,\n .dropdown-menu > .active > a:hover,\n .dropdown-menu > .active > a:focus {\n color: #fff;\n text-decoration: none;\n background-color: #337ab7;\n outline: 0;\n }\n .dropdown-menu > .disabled > a,\n .dropdown-menu > .disabled > a:hover,\n .dropdown-menu > .disabled > a:focus {\n color: #777;\n }\n .dropdown-menu > .disabled > a:hover,\n .dropdown-menu > .disabled > a:focus {\n text-decoration: none;\n cursor: not-allowed;\n background-color: transparent;\n background-image: none;\n filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);\n }\n .open > .dropdown-menu {\n display: block;\n }\n .open > a {\n outline: 0;\n }\n .dropdown-menu-right {\n right: 0;\n left: auto;\n }\n .dropdown-menu-left {\n right: auto;\n left: 0;\n }\n .dropdown-header {\n display: block;\n padding: 3px 20px;\n font-size: 12px;\n line-height: 1.42857143;\n color: #777;\n white-space: nowrap;\n }\n .dropdown-backdrop {\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 990;\n }\n .pull-right > .dropdown-menu {\n right: 0;\n left: auto;\n }\n .dropup .caret,\n .navbar-fixed-bottom .dropdown .caret {\n content: \"\";\n border-top: 0;\n border-bottom: 4px dashed;\n border-bottom: 4px solid \\9;\n }\n .dropup .dropdown-menu,\n .navbar-fixed-bottom .dropdown .dropdown-menu {\n top: auto;\n bottom: 100%;\n margin-bottom: 2px;\n }\n @media (min-width: 768px) {\n .navbar-right .dropdown-menu {\n right: 0;\n left: auto;\n }\n .navbar-right .dropdown-menu-left {\n right: auto;\n left: 0;\n }\n }\n .btn-group-justified > .btn-group .dropdown-menu {\n left: auto;\n }\n .nav-tabs.nav-justified > .dropdown .dropdown-menu {\n top: auto;\n left: auto;\n }\n .nav-justified > .dropdown .dropdown-menu {\n top: auto;\n left: auto;\n }\n .nav-tabs .dropdown-menu {\n margin-top: -1px;\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n }\n @media (max-width: 767px) {\n .navbar-nav .open .dropdown-menu {\n position: static;\n float: none;\n width: auto;\n margin-top: 0;\n background-color: transparent;\n border: 0;\n -webkit-box-shadow: none;\n box-shadow: none;\n }\n .navbar-nav .open .dropdown-menu > li > a,\n .navbar-nav .open .dropdown-menu .dropdown-header {\n padding: 5px 15px 5px 25px;\n }\n .navbar-nav .open .dropdown-menu > li > a {\n line-height: 20px;\n }\n .navbar-nav .open .dropdown-menu > li > a:hover,\n .navbar-nav .open .dropdown-menu > li > a:focus {\n background-image: none;\n }\n }\n .navbar-nav > li > .dropdown-menu {\n margin-top: 0;\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n }\n .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {\n margin-bottom: 0;\n border-top-left-radius: 4px;\n border-top-right-radius: 4px;\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n }\n @media (max-width: 767px) {\n .navbar-default .navbar-nav .open .dropdown-menu > li > a {\n color: #777;\n }\n .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,\n .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {\n color: #333;\n background-color: transparent;\n }\n .navbar-default .navbar-nav .open .dropdown-menu > .active > a,\n .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,\n .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {\n color: #555;\n background-color: #e7e7e7;\n }\n .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,\n .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,\n .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {\n color: #ccc;\n background-color: transparent;\n }\n }\n @media (max-width: 767px) {\n .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {\n border-color: #080808;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu .divider {\n background-color: #080808;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {\n color: #9d9d9d;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,\n .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {\n color: #fff;\n background-color: transparent;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,\n .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,\n .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {\n color: #fff;\n background-color: #080808;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,\n .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,\n .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {\n color: #444;\n background-color: transparent;\n }\n }\n}\n",".nf-loading-spinner {\n width: 40px;\n height: 40px;\n margin: 100px auto;\n background-color: rgba(208,208,208,.5);\n\n border-radius: 100%;\n animation: nf-scaleout 1.0s infinite ease-in-out;\n}\n\n@-webkit-keyframes nf-scaleout {\n 0% { transform: scale(0) }\n 100% {\n transform: scale(1.0);\n opacity: 0;\n }\n}\n\n@keyframes nf-scaleout {\n 0% {\n transform: scale(0);\n } 100% {\n transform: scale(1.0);\n opacity: 0;\n }\n}","/* ---------------------------------\nSTANDARDIZE ALL FIELDS\n----------------------------------*/\n.field-wrap {\n display: flex;\n //flex-wrap:wrap;\n > label {\n display: block;\n }\n > div input,\n textarea,\n select,\n .pikaday__container,\n .pikaday__display {\n width: 100%;\n }\n > div input[type=\"checkbox\"] {\n width: auto;\n }\n input[type=\"submit\"],\n input[type=\"button\"],\n button {\n width: auto;\n }\n .nf-product-field {\n // .nf-element {\n // width: 100%;\n // }\n }\n}\n\n.nf-field-label {\n order: 5;\n}\n.nf-field-description {\n width: 100%;\n order: 10;\n}\n.nf-field-element {\n order: 15;\n}\n\n\n/* ---------------------------------\nLABEL ABOVE\n----------------------------------*/\n.label-above {\n .nf-field-label {\n margin-bottom: 10px;\n }\n}\n\n/* ---------------------------------\nLABEL BELOW\n----------------------------------*/\n.label-below {\n .nf-field-label {\n margin-top: 10px;\n order: 15;\n }\n .nf-field-element {\n order: 5;\n }\n}\n\n/* ---------------------------------\nLABEL HIDDEN\n----------------------------------*/\n.label-hidden {\n .field-wrap {\n flex-wrap: wrap;\n }\n .nf-field-label {\n height: 0;\n margin: 0 !important;\n width: 100%;\n visibility: hidden;\n }\n .nf-field-description {\n width: 100%;\n order: 20;\n }\n .nf-field-element {\n width: 100%;\n }\n}\n\n/* ---------------------------------\nLABEL LEFT\n----------------------------------*/\n.label-left {\n .field-wrap {\n flex-direction: row;\n flex-wrap: wrap;\n }\n .nf-field-label {\n display: flex;\n flex-direction: row;\n align-items: center;\n padding-right: 2%;\n text-align: right;\n width: 35%;\n order: 5;\n label {\n width: 100%;\n }\n }\n .nf-field-description {\n margin-left: 35%;\n }\n .nf-field-element {\n display: inline-block;\n width: 65%;\n order: 10;\n }\n .nf-after-field {\n margin-left: 36.5%;\n }\n}\n\n/* ---------------------------------\nLABEL RIGHT\n----------------------------------*/\n.label-right {\n .field-wrap {\n flex-direction: row;\n }\n .nf-field-label {\n display: flex;\n flex-direction: row;\n align-items: center;\n padding-left: 2%;\n width: 35%;\n order: 10;\n }\n .nf-field-description {\n margin-right: 35%;\n order: 15;\n }\n .nf-field-element {\n display: inline-block;\n width: 65%;\n order: 5;\n }\n .checkbox-wrap {\n .nf-field-label {\n width: auto;\n }\n .nf-field-element {\n width: 20px;\n }\n }\n .nf-after-field {\n width: 65%;\n }\n}\n/* ---------------------------------\nADJUST SOME LABEL ABOVE & BELOW ISSUES\n----------------------------------*/\n.label-below,\n.label-above {\n .field-wrap {\n flex-direction: column;\n flex-flow: wrap;\n }\n .nf-field-element {\n margin: 0;\n width: 100%;\n }\n .checkbox-wrap {\n .nf-field-label {\n //margin: 0;\n }\n }\n}\n\n/* ---------------------------------\nADJUST SOME LABEL LEFT & RIGHT ISSUES\n----------------------------------*/\n.label-left,\n.label-right {\n .textarea-wrap,\n .listradio-wrap,\n .listcheckbox-wrap {\n .nf-field-label {\n align-items: flex-start;\n }\n }\n .textarea-wrap {\n .nf-field-label {\n margin-top: 5px;\n }\n }\n .html-wrap,\n .hr-wrap {\n display: block;\n .nf-field-element {\n display: block;\n margin: 0;\n width: 100%;\n }\n }\n}\n\n/* ---------------------------------\nFIELD DESCRIPTION POSITIONS\n----------------------------------*/\n",".nf-help {\n background: none;\n}\n.nf-field-description {\n font-size: 14px;\n}\n.nf-form-content {\n padding: 5px;\n max-width: 1000px;\n margin: 0 auto;\n label {\n font-size: 18px;\n line-height: 20px;\n }\n .ninja-forms-field,\n .listselect-wrap .nf-field-element div {\n font-size: 16px;\n margin: 0;\n padding: 12px;\n }\n input.ninja-forms-field,\n select.ninja-forms-field,\n .listselect-wrap .nf-field-element div {\n height: 50px;\n }\n textarea.ninja-forms-field {\n height: 200px;\n }\n hr.ninja-forms-field {\n padding: 0;\n }\n input[type=\"radio\"].ninja-forms-field,\n input[type=\"checkbox\"].ninja-forms-field {\n height: auto;\n }\n .listradio-wrap,\n .listcheckbox-wrap {\n li {\n margin-bottom: 12px !important;\n line-height: 0;\n }\n }\n .nf-product-field {\n &.ninja-forms-field {\n // background: transparent;\n // border: 0;\n // padding: 0;\n }\n span {\n padding-right: 16px;\n }\n .nf-field-qty {\n font-size: 16px;\n padding: 5px;\n width: 80px !important;\n }\n }\n .listselect-wrap,\n .liststate-wrap,\n .listcountry-wrap {\n select {\n //height: 50px;\n }\n }\n .nf-static {\n background: transparent;\n border: 0;\n font-weight: bold;\n padding: 0;\n }\n .label-above,\n .label-below,\n .label-hidden {\n .nf-field-label {\n margin-bottom: 10px;\n padding: 0;\n }\n }\n .label-below {\n .nf-field-label {\n margin-bottom: 0;\n margin-top: 10px;\n }\n }\n .label-right {\n .nf-field-label {\n margin: 0;\n }\n > input,\n textarea,\n select,\n .nf-product-field,\n .starrating,\n .nf-static,\n .pikaday__container {\n // margin-right: 1%;\n }\n > input[type=radio],\n input[type=checkbox] {\n margin-right: 1%;\n }\n ul {\n margin-right: 1%;\n }\n }\n .label-left {\n // > label {\n // margin: 0;\n // }\n // > input,\n // textarea,\n // select,\n // .pikaday__container {\n // // margin-left: 1%;\n // }\n // > input[type=radio],\n // input[type=checkbox] {\n // margin-left: 1%;\n // }\n // ul {\n // margin-left: 15px;\n // }\n }\n}\n","\n.nf-form-content {\n .list-select-wrap > div {\n position: relative;\n div {\n display: block;\n position: absolute;\n font-size: 16px;\n line-height: 16px;\n margin: 0;\n padding: 16px;\n height: 50px;\n top: 0;\n right: 0;\n left: 0;\n z-index: 1;\n &::after {\n content: \"\\f078\";\n font-family: FontAwesome;\n font-size: 20px;\n //font-weight: bold;\n //transform: rotate(90deg);\n position: absolute;\n right: 10px;\n bottom: 0;\n height: 50px;\n line-height: 50px;\n }\n }\n &.label-right {\n div {\n width: 59%;\n // &::after {\n // right: 20px;\n // }\n }\n }\n &.label-below {\n div {\n top: 0;\n bottom: auto;\n }\n }\n &.label-left {\n div {\n width: 59%;\n left: 40.5%;\n right: 40px;\n }\n }\n select {\n background: transparent;\n border: 0;\n appearance: none;\n position: relative;\n z-index: 2;\n }\n }\n .listmultiselect-wrap {\n select {\n appearance: normal;\n }\n }\n}\n",".checkbox-wrap,\n.listcheckbox-wrap {\n .nf-field-label,\n .nf-field-element {\n label {\n position: relative;\n margin-left: 30px;\n &::after {\n border: 1px solid;\n content: \"\";\n width: 18px;\n height: 18px;\n position: absolute;\n left: -28px;\n bottom: 0;\n }\n &::before {\n content: \"\\f00c\";\n font-family: FontAwesome;\n font-size: 24px;\n position: absolute;\n bottom: 0;\n opacity: 0;\n z-index: 2;\n }\n }\n }\n}\n.checkbox-container {\n .nf-field-element {\n input {\n display: none;\n }\n }\n &.label-above,\n &.label-below {\n // .nf-field-element {\n // input {\n // display: none;\n // }\n // }\n }\n &.label-above {\n label {\n height: 50px;\n margin: 0;\n display: block;\n &::before {\n left: -2px;\n bottom: -16px;\n }\n &::after {\n left: 0;\n bottom: -16px;\n }\n }\n }\n &.label-below {\n label {\n margin: 0;\n display: block;\n margin-top: 20px;\n &::before {\n left: -2px;\n bottom: auto;\n top: -27px;\n }\n &::after {\n left: 0;\n bottom: auto;\n top: -25px;\n }\n }\n }\n &.label-left {\n .nf-field-label {\n width: 38%;\n padding-right: 5%;\n }\n .nf-field-element {\n width: 58%;\n }\n label {\n margin: 0;\n display: block;\n &::before {\n left: auto;\n top: -2px;\n right: -36px;\n }\n &::after {\n left: auto;\n top: 0;\n right: -31px;\n }\n }\n }\n &.label-right {\n .nf-field-label {\n padding: 0;\n order: 10;\n }\n .nf-field-element {\n order: 5;\n display: none;\n }\n label {\n margin: 0 0 0 30px;\n display: block;\n &::before {\n left: -30px;\n top: 0;\n }\n &::after {\n left: -28px;\n top: 0;\n }\n }\n .field-wrap {\n display: flex;\n > div {\n width: 100%;\n }\n }\n label {\n &::after {\n // Commenting this line out to deal with checkbox list issues.\n // Leaving it in place because it may need to be re-visited in the future.\n //top: 2px !important;\n }\n }\n }\n &.label-hidden {\n label {\n height: 0;\n margin: 0;\n display: block;\n &::after {\n left: 0;\n bottom: 0;\n visibility: visible;\n }\n &.nf-checked-label {\n &::before {\n left: -2px;\n bottom: 0;\n visibility: visible;\n }\n }\n }\n }\n}\n.listcheckbox-container {\n .nf-field-label {\n label {\n &::after {\n background: transparent !important;\n border: 0;\n }\n }\n }\n .nf-field-element {\n input {\n display: none;\n }\n label {\n margin-left: 30px !important;\n &::before {\n top: 1px;\n left: -30px;\n bottom: auto;\n }\n &::after {\n top: 3px;\n bottom: auto;\n }\n }\n }\n &.label-above,\n &.label-below,\n &.label-right {\n .nf-field-label {\n label {\n margin: 0;\n &::before {\n left: -30px;\n }\n }\n }\n }\n}\n",".listradio-wrap {\n .nf-field-element {\n label {\n position: relative;\n margin-left: 30px !important;\n &::after {\n border-radius: 50%;\n content: \"\";\n width: 18px;\n height: 18px;\n position: absolute;\n left: -30px;\n bottom: 1px;\n top: .05em;\n }\n &.nf-checked-label {\n &::before {\n border-radius: 50%;\n content: \"\";\n height: 10px;\n width: 10px;\n position: absolute;\n left: -26px;\n bottom: 5px;\n z-index: 2;\n top: .25em;\n }\n }\n }\n input {\n display: none;\n }\n }\n}\n","input[type=checkbox].nf-toggle {\n background: transparent;\n border: 0;\n box-shadow: 0 0 0;\n margin: 10px;\n height: 18px;\n appearance: none;\n position: relative;\n cursor: pointer;\n &::after {\n background: #BCBDBF;\n border: 2px solid #BCBDBF;\n border-radius: 20px;\n content: \"\";\n position: absolute;\n top: -4px;\n left: -4px;\n width: 46px;\n height: 24px;\n transition: all 0.3s ease;\n }\n &::before {\n background: #fff;\n border-radius: 20px;\n content: \"\";\n position: absolute;\n top: -1px;\n left: 0;\n width: 18px;\n height: 18px;\n z-index: 99;\n transition: all 0.3s ease;\n }\n &:checked {\n &::after {\n background: lightgreen;\n border: 2px solid lightgreen;\n transition: all 0.3s ease;\n }\n &::before {\n top: -1px;\n left: 20px;\n transition: all 0.3s ease;\n }\n }\n .label-right & {\n padding: 0 50px 0 0;\n }\n .label-left & {\n padding: 0;\n margin-left: 22px;\n margin-top: 20px;\n }\n}\n",".nf-icons {\n .nf-field-element {\n position: relative;\n &::before {\n //border: 1px;\n font-family: FontAwesome;\n font-size: 20px;\n position: absolute;\n left: 1px;\n bottom: 1px;\n height: 48px;\n width: 50px;\n line-height: 50px;\n text-align: center;\n z-index: 1;\n }\n }\n .date-wrap,\n .number-wrap,\n .quantity-wrap,\n .email-wrap,\n .phone-wrap,\n .firstname-wrap,\n .lastname-wrap,\n .address-wrap,\n .city-wrap,\n .state-wrap,\n .zip-wrap,\n .creditcardfullname-wrap,\n .creditcardnumber-wrap,\n .creditcardcvc-wrap,\n .creditcardexpiration-wrap,\n .creditcardzip-wrap {\n .nf-field-element {\n input {\n padding-left: 60px;\n }\n }\n }\n &.right {\n .nf-field-element {\n &::before {\n left: auto;\n right: 1px;\n }\n }\n .date-wrap,\n .number-wrap,\n .quantity-wrap,\n .email-wrap,\n .phone-wrap,\n .firstname-wrap,\n .lastname-wrap,\n .address-wrap,\n .city-wrap,\n .state-wrap,\n .zip-wrap,\n .creditcardfullname-wrap,\n .creditcardnumber-wrap,\n .creditcardcvc-wrap,\n .creditcardexpiration-wrap,\n .creditcardzip-wrap {\n > div {\n input {\n padding-left: 12px;\n padding-right: 60px;\n }\n }\n }\n }\n .date-wrap .nf-field-element::before {\n content: \"\\f073\";\n }\n .number-wrap .nf-field-element::before,\n .quantity-wrap > div::before {\n content: \"\\f292\";\n }\n .email-wrap .nf-field-element::before {\n content: \"\\f0e0\";\n }\n .phone-wrap .nf-field-element::before {\n content: \"\\f095\";\n }\n .firstname-wrap .nf-field-element::before,\n .lastname-wrap .nf-field-element::before {\n content: \"\\f007\";\n }\n .address-wrap .nf-field-element::before,\n .city-wrap .nf-field-element::before,\n .state-wrap .nf-field-element::before,\n .zip-wrap .nf-field-element::before {\n content: \"\\f041\";\n }\n .creditcardfullname-wrap .nf-field-element::before,\n .creditcardnumber-wrap .nf-field-element::before,\n .creditcardcvc-wrap .nf-field-element::before,\n .creditcardexpiration-wrap .nf-field-element::before,\n .creditcardzip-wrap .nf-field-element::before {\n content: \"\\f283\";\n }\n}\n",".nf-form-content {\n input:not([type='button']),\n textarea,\n .list-select-wrap .nf-field-element > div {\n background: $field-background;\n border: 1px solid $field-border;\n border-radius: 0;\n box-shadow: none;\n color: $field-font;\n transition: all .5s;\n &:focus {\n background: $focus-background;\n border-color: $focus-border;\n //box-shadow: -3px 3px 10px #ccc;\n color: $focus-font;\n outline: none;\n transition: all .5s;\n }\n }\n input[type=\"submit\"],\n input[type=\"button\"],\n button {\n background: $accent;\n border: 0;\n color: $field-background;\n transition: all .5s;\n &:hover {\n background: $field-border;\n color: $field-font;\n transition: all .5s;\n }\n }\n select.ninja-forms-field {\n color: $field-font;\n &:focus {\n background: transparent;\n border: 0;\n box-shadow: none;\n outline: none;\n }\n }\n}\n\n.list-select-wrap {\n div {\n &::after {\n color: $field-font;\n transition: all .5s;\n }\n }\n select {\n &:active,\n &:focus {\n + div {\n background: $focus-background !important;\n border-color: $focus-border !important;\n transition: all .5s;\n }\n }\n }\n}\n\n.listradio-wrap {\n .nf-field-element {\n label {\n &::after {\n background: $field-background;\n border: 2px solid $field-border;\n transition: all .5s;\n }\n &.nf-checked-label {\n &::after {\n border-color: $selected-font;\n transition: all .5s;\n }\n &::before {\n background: $selected-font;\n }\n }\n }\n }\n}\n\n.checkbox-wrap,\n.listcheckbox-wrap {\n .nf-field-label,\n .nf-field-element {\n label {\n &::after {\n background: $field-background;\n border-color: $field-border;\n transition: all .5s;\n }\n &::before {\n color: $field-background;\n opacity: 0;\n transition: all .5s;\n }\n &.nf-checked-label {\n &::after {\n //background: $accent;\n border-color: $selected-border;\n transition: all .5s;\n }\n &::before {\n color: $selected-font;\n opacity: 100;\n transition: all .5s;\n }\n }\n }\n }\n}\n\n.nf-error {\n position: relative;\n .ninja-forms-field {\n border-color: #E80000 !important;\n transition: all .5s;\n }\n &.field-wrap {\n .nf-field-element::after {\n background: #E80000;\n color: #fff;\n font-family: FontAwesome;\n font-size: 20px;\n content: \"\\f12a\";\n position: absolute;\n top: 1px;\n right: 1px;\n bottom: 1px;\n height: 48px;\n width: 50px;\n line-height: 50px;\n text-align: center;\n transition: all .5s;\n }\n &.checkbox-wrap {\n .nf-field-element::after {\n display: none;\n }\n }\n }\n .nf-error-msg {\n color: #E80000;\n }\n}\n.checkbox-container {\n .nf-after-field .nf-error-msg {\n //text-align: left;\n }\n}\n.nf-pass {\n position: relative;\n .ninja-forms-field {\n border-color: green !important;\n transition: all .5s;\n }\n &.field-wrap {\n .nf-field-element::after {\n color: green;\n font-family: FontAwesome;\n font-size: 30px;\n content: \"\\f058\";\n position: absolute;\n top: 0;\n right: 16px;\n height: 50px;\n line-height: 50px;\n transition: all .5s;\n }\n &.checkbox-wrap {\n .nf-field-element::after {\n display: none;\n }\n }\n }\n // &.field-wrap::before {\n // border-color: green !important;\n // }\n}\n\n.nf-field-submit-error {\n border: 1px solid;\n margin: 10px 0px;\n padding: 15px 15px 15px 50px;\n position: relative;\n z-index: 1;\n &::after {\n content: \"\\f06a\";\n font-family: FontAwesome;\n font-size: 24px;\n position: absolute;\n top: 0;\n left: 15px;\n height: 50px;\n line-height: 50px;\n z-index: 2;\n }\n}\n\n.nf-field-submit-error {\n border-color: #D8000C;\n color: #D8000C;\n background-color: #FFBABA;\n}\n\n.nf-icons,\n&.nf-icons {\n .nf-field-element::before {\n background: $field-border;\n color: $field-background;\n }\n}\n\n.nf-help {\n color: $selected-font;\n}\n","@import \"display-structure\";\n\n@import \"op-spacing\";\n//@import \"op-columns\";\n@import \"op-select\";\n@import \"op-checkbox\";\n@import \"op-radio\";\n@import \"op-toggle\";\n@import \"op-icons\";\n\n/* ---------------------------------\nDEFAULT DARK COLORS\n----------------------------------*/\n$base: #222;\n$accent: #fff;\n@import \"op-variables-dark\";\n@import \"op-color\";\n\n/* ---------------------------------\nDARK COLORS - nf-brown\n----------------------------------*/\n$base: #3e2b13;\n$accent: #ea981b;\n@import \"op-variables-dark\";\n.nf-brown {\n @import \"op-color\";\n}\n\n/* ---------------------------------\nDARK COLORS - nf-red\n----------------------------------*/\n$base: #350000;\n$accent: red;\n@import \"op-variables-dark\";\n.nf-red {\n @import \"op-color\";\n}\n/* ---------------------------------\nDARK COLORS - nf-blue\n----------------------------------*/\n$base: #001C33;\n$accent: #00AEFF;\n@import \"op-variables-dark\";\n.nf-blue {\n @import \"op-color\";\n}\n\n@import \"st-media-queries\";\n","$field-background: $base;\n$field-border: lighten( $base, 10% );\n$field-font: lighten( $base, 40% );\n\n$focus-background: lighten( $base, 10% );\n$focus-border: lighten( $focus-background, 10% );\n$focus-font: lighten( $field-font, 10% );\n\n$selected-background: darken( $base, 10% );\n$selected-border: lighten( $field-border, 10% );\n$selected-font: $accent;\n","@media only screen and (max-width: 800px) {\n .nf-field-container {\n .nf-field-label {\n margin-bottom: 10px !important;\n padding: 0;\n width: 100%;\n order: 5;\n label {\n text-align: left;\n }\n }\n .nf-field-description {\n margin: 0;\n width: 100%;\n order: 10;\n }\n .nf-field-element {\n width: 100%;\n order: 15;\n }\n .checkbox-wrap {\n .nf-field-label {\n width: auto;\n label {\n position: relative;\n margin-left: 30px;\n &::after {\n left: -28px;\n bottom: 0;\n }\n &::before {\n left: -30px;\n bottom: 0;\n }\n }\n }\n .nf-field-element {\n width: 20px;\n }\n }\n }\n .nf-form-cont {\n .five-sixths,\n .four-sixths,\n .one-fourth,\n .one-half,\n .one-sixth,\n .one-third,\n .three-fourths,\n .three-sixths,\n .two-fourths,\n .two-sixths,\n .two-thirds {\n clear: both;\n float: none;\n margin: 0;\n width: 100%;\n .inside {\n padding: 0;\n }\n }\n }\n}\n"]}
assets/css/display-opinions-light.css CHANGED
@@ -1,1975 +1,2 @@
1
- /*
2
- Normalize Ninja Forms fields with default structure
3
- ---------------------------------------------*/
4
- /*
5
- * Ninja Forms - Form Display Structure
6
- */
7
- .ninja-forms-form-wrap *,
8
- .ninja-forms-form-wrap *:after,
9
- .ninja-forms-form-wrap *:before {
10
- -ms-box-sizing: border-box;
11
- box-sizing: border-box; }
12
-
13
- .nf-response-msg {
14
- display: none; }
15
-
16
- .nf-field-container,
17
- #ninja_forms_required_items {
18
- clear: both;
19
- position: relative;
20
- margin-bottom: 25px; }
21
- .nf-field-container::after,
22
- #ninja_forms_required_items::after {
23
- clear: both;
24
- content: "";
25
- display: block; }
26
- .nf-field-container.hidden-container, .nf-field-container.hr-container,
27
- #ninja_forms_required_items.hidden-container,
28
- #ninja_forms_required_items.hr-container {
29
- margin: 0;
30
- height: auto; }
31
- .nf-field-container.hidden-container .nf-field-label, .nf-field-container.hr-container .nf-field-label,
32
- #ninja_forms_required_items.hidden-container .nf-field-label,
33
- #ninja_forms_required_items.hr-container .nf-field-label {
34
- display: none; }
35
- .nf-field-container.html-container .nf-field-label,
36
- #ninja_forms_required_items.html-container .nf-field-label {
37
- display: none; }
38
-
39
- .nf-field-label label {
40
- font-weight: bold;
41
- margin: 0;
42
- padding: 0; }
43
-
44
- .nf-field-element {
45
- position: relative; }
46
- .nf-field-element input,
47
- .nf-field-element select,
48
- .nf-field-element textarea {
49
- margin: 0;
50
- width: auto;
51
- height: auto;
52
- vertical-align: inherit; }
53
- .nf-field-element textarea {
54
- height: 200px; }
55
-
56
- .nf-field-description p:last-child {
57
- margin: 0; }
58
-
59
- .nf-help {
60
- background: url("../img/help-info.png") no-repeat;
61
- display: inline-block;
62
- width: 16px;
63
- height: 16px; }
64
-
65
- .nf-input-limit {
66
- font-size: 12px;
67
- margin-top: 5px; }
68
-
69
- .nf-static {
70
- padding: 0 10px; }
71
-
72
- .nf-after-field .nf-error-msg {
73
- margin-right: 10px; }
74
-
75
- /* ---------------------------------
76
- CHECKBOX FIELD
77
- ----------------------------------*/
78
- /* ---------------------------------
79
- RADIO & CHECKBOX LISTS
80
- ----------------------------------*/
81
- .list-radio-wrap .nf-field-element ul, .list-radio-wrap .nf-field-element li,
82
- .list-checkbox-wrap .nf-field-element ul,
83
- .list-checkbox-wrap .nf-field-element li {
84
- list-style: none !important;
85
- margin: 0 !important;
86
- padding: 0 !important; }
87
- .list-radio-wrap .nf-field-element ul input, .list-radio-wrap .nf-field-element li input,
88
- .list-checkbox-wrap .nf-field-element ul input,
89
- .list-checkbox-wrap .nf-field-element li input {
90
- margin-right: 5px; }
91
-
92
- .list-radio-wrap .nf-field-element li,
93
- .list-checkbox-wrap .nf-field-element li {
94
- padding-left: 10px;
95
- margin: 0 0 5px !important;
96
- text-indent: initial !important; }
97
- .list-radio-wrap .nf-field-element li label,
98
- .list-checkbox-wrap .nf-field-element li label {
99
- display: inline-block;
100
- float: initial;
101
- margin: 0;
102
- width: auto; }
103
- .list-radio-wrap .nf-field-element li input,
104
- .list-checkbox-wrap .nf-field-element li input {
105
- width: auto !important; }
106
-
107
- /* ---------------------------------
108
- PRODUCT FIELD
109
- ----------------------------------*/
110
- .product-wrap > div input {
111
- width: 80px !important; }
112
-
113
- .product-wrap > div .nf-product-field span {
114
- padding: 0 5px; }
115
-
116
- /* ---------------------------------
117
- STAR RATING
118
- ----------------------------------*/
119
- .starrating-wrap .star {
120
- border-bottom: 0; }
121
-
122
- /* ---------------------------------
123
- HONEYPOT
124
- ----------------------------------*/
125
- .nf-form-hp {
126
- position: absolute;
127
- visibility: hidden; }
128
-
129
- /* ---------------------------------
130
- SELECT LIST
131
- ----------------------------------*/
132
- .list-select-wrap div div {
133
- display: none; }
134
-
135
- /* ---------------------------------
136
- COLORS
137
- As minimal as possible
138
- ----------------------------------*/
139
- .ninja-forms-req-symbol,
140
- .nf-error-msg {
141
- color: #E80000; }
142
-
143
- .nf-error .ninja-forms-field {
144
- border: 1px solid #E80000; }
145
-
146
- .nf-field-submit-error {
147
- padding: 15px; }
148
-
149
- .ninja-forms-noscript-message {
150
- background: #f1f1f1;
151
- border: 4px dashed #ccc;
152
- color: #333;
153
- display: block;
154
- font-size: 20px;
155
- margin: 20px 0;
156
- padding: 40px;
157
- text-align: center; }
158
-
159
- /* ---------------------------------
160
- HELPER CLASSES
161
- ----------------------------------*/
162
- .two-col-list ul li {
163
- float: left;
164
- width: 50%; }
165
-
166
- .three-col-list ul li {
167
- float: left;
168
- width: 33.33%; }
169
-
170
- .four-col-list ul li {
171
- float: left;
172
- width: 25%; }
173
-
174
- .five-col-list ul li {
175
- float: left;
176
- width: 20%; }
177
-
178
- .six-col-list ul li {
179
- float: left;
180
- width: 16.66%; }
181
-
182
- body .pika-label {
183
- background: transparent; }
184
-
185
- /* Column Classes
186
- Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
187
- --------------------------------------------- */
188
- .nf-form-cont .five-sixths,
189
- .nf-form-cont .four-sixths,
190
- .nf-form-cont .one-fourth,
191
- .nf-form-cont .one-half,
192
- .nf-form-cont .one-sixth,
193
- .nf-form-cont .one-third,
194
- .nf-form-cont .three-fourths,
195
- .nf-form-cont .three-sixths,
196
- .nf-form-cont .two-fourths,
197
- .nf-form-cont .two-sixths,
198
- .nf-form-cont .two-thirds {
199
- clear: initial;
200
- float: left;
201
- margin-left: 2.564102564102564%; }
202
- .nf-form-cont .five-sixths .inside,
203
- .nf-form-cont .four-sixths .inside,
204
- .nf-form-cont .one-fourth .inside,
205
- .nf-form-cont .one-half .inside,
206
- .nf-form-cont .one-sixth .inside,
207
- .nf-form-cont .one-third .inside,
208
- .nf-form-cont .three-fourths .inside,
209
- .nf-form-cont .three-sixths .inside,
210
- .nf-form-cont .two-fourths .inside,
211
- .nf-form-cont .two-sixths .inside,
212
- .nf-form-cont .two-thirds .inside {
213
- padding: 20px; }
214
- .nf-form-cont .five-sixths::after,
215
- .nf-form-cont .four-sixths::after,
216
- .nf-form-cont .one-fourth::after,
217
- .nf-form-cont .one-half::after,
218
- .nf-form-cont .one-sixth::after,
219
- .nf-form-cont .one-third::after,
220
- .nf-form-cont .three-fourths::after,
221
- .nf-form-cont .three-sixths::after,
222
- .nf-form-cont .two-fourths::after,
223
- .nf-form-cont .two-sixths::after,
224
- .nf-form-cont .two-thirds::after {
225
- clear: both;
226
- content: "";
227
- display: block; }
228
-
229
- .nf-form-cont .one-half,
230
- .nf-form-cont .three-sixths,
231
- .nf-form-cont .two-fourths {
232
- width: 48.717948717948715%; }
233
-
234
- .nf-form-cont .one-third,
235
- .nf-form-cont .two-sixths {
236
- width: 31.623931623931625%; }
237
-
238
- .nf-form-cont .four-sixths,
239
- .nf-form-cont .two-thirds {
240
- width: 65.81196581196582%; }
241
-
242
- .nf-form-cont .one-fourth {
243
- width: 23.076923076923077%; }
244
-
245
- .nf-form-cont .three-fourths {
246
- width: 74.35897435897436%; }
247
-
248
- .nf-form-cont .one-sixth {
249
- width: 14.52991452991453%; }
250
-
251
- .nf-form-cont .five-sixths {
252
- width: 82.90598290598291%; }
253
-
254
- .nf-form-cont .first {
255
- clear: both;
256
- margin-left: 0; }
257
-
258
- .note-popover {
259
- display: none !important; }
260
-
261
- .nf-form-wrap .note-editor {
262
- border: 0 !important; }
263
- .nf-form-wrap .note-editor .note-toolbar::after {
264
- clear: both;
265
- content: "";
266
- display: block; }
267
- .nf-form-wrap .note-editor .note-editable {
268
- background: #f9f9f9;
269
- border: 1px solid #f1f1f1;
270
- display: block; }
271
- .nf-form-wrap .note-editor .note-editable p {
272
- font-size: 16px; }
273
- .nf-form-wrap .note-editor .note-editable ul {
274
- list-style-type: disc;
275
- margin-left: 2em; }
276
- .nf-form-wrap .note-editor .note-editable table td {
277
- border: 1px solid #ccc;
278
- width: auto; }
279
- .nf-form-wrap .note-editor .modal {
280
- display: none; }
281
- .nf-form-wrap .note-editor .btn-group {
282
- float: left; }
283
- .nf-form-wrap .note-editor .btn-group.note-tools {
284
- float: right; }
285
- .nf-form-wrap .note-editor .btn {
286
- background: #f9f9f9;
287
- border: 0;
288
- border-radius: 4px;
289
- color: #666;
290
- cursor: pointer;
291
- margin-right: 2px;
292
- padding-top: 4px; }
293
- .nf-form-wrap .note-editor .btn.disabled {
294
- background: transparent;
295
- color: #aaa; }
296
- .nf-form-wrap .note-editor .btn.disabled .merge-tags {
297
- background: #f9f9f9;
298
- color: #666; }
299
- .nf-form-wrap .note-editor button[type=button] {
300
- padding: 4px;
301
- width: auto;
302
- height: auto; }
303
- .nf-form-wrap .note-editor .dropdown-toggle {
304
- position: relative;
305
- display: inline-block;
306
- top: 0; }
307
- .nf-form-wrap .note-editor .dropdown-toggle::after {
308
- content: "";
309
- width: 0; }
310
-
311
- .nf-form-wrap .tooltip {
312
- position: absolute;
313
- z-index: 1070;
314
- display: block;
315
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
316
- font-size: 12px;
317
- font-style: normal;
318
- font-weight: normal;
319
- line-height: 1.42857143;
320
- text-align: left;
321
- text-align: start;
322
- text-decoration: none;
323
- text-shadow: none;
324
- text-transform: none;
325
- letter-spacing: normal;
326
- word-break: normal;
327
- word-spacing: normal;
328
- word-wrap: normal;
329
- white-space: normal;
330
- filter: alpha(opacity=0);
331
- opacity: 0;
332
- line-break: auto; }
333
-
334
- .nf-form-wrap .tooltip.in {
335
- filter: alpha(opacity=90);
336
- opacity: .9; }
337
-
338
- .nf-form-wrap .tooltip.top {
339
- padding: 5px 0;
340
- margin-top: -3px; }
341
-
342
- .nf-form-wrap .tooltip.right {
343
- padding: 0 5px;
344
- margin-left: 3px; }
345
-
346
- .nf-form-wrap .tooltip.bottom {
347
- padding: 5px 0;
348
- margin-top: 3px; }
349
-
350
- .nf-form-wrap .tooltip.left {
351
- padding: 0 5px;
352
- margin-left: -3px; }
353
-
354
- .nf-form-wrap .tooltip-inner {
355
- max-width: 200px;
356
- padding: 3px 8px;
357
- color: #fff;
358
- text-align: center;
359
- background-color: #000;
360
- border-radius: 4px; }
361
-
362
- .nf-form-wrap .tooltip-arrow {
363
- position: absolute;
364
- width: 0;
365
- height: 0;
366
- border-color: transparent;
367
- border-style: solid; }
368
-
369
- .nf-form-wrap .tooltip.top .tooltip-arrow {
370
- bottom: 0;
371
- left: 50%;
372
- margin-left: -5px;
373
- border-width: 5px 5px 0;
374
- border-top-color: #000; }
375
-
376
- .nf-form-wrap .tooltip.top-left .tooltip-arrow {
377
- right: 5px;
378
- bottom: 0;
379
- margin-bottom: -5px;
380
- border-width: 5px 5px 0;
381
- border-top-color: #000; }
382
-
383
- .nf-form-wrap .tooltip.top-right .tooltip-arrow {
384
- bottom: 0;
385
- left: 5px;
386
- margin-bottom: -5px;
387
- border-width: 5px 5px 0;
388
- border-top-color: #000; }
389
-
390
- .nf-form-wrap .tooltip.right .tooltip-arrow {
391
- top: 50%;
392
- left: 0;
393
- margin-top: -5px;
394
- border-width: 5px 5px 5px 0;
395
- border-right-color: #000; }
396
-
397
- .nf-form-wrap .tooltip.left .tooltip-arrow {
398
- top: 50%;
399
- right: 0;
400
- margin-top: -5px;
401
- border-width: 5px 0 5px 5px;
402
- border-left-color: #000; }
403
-
404
- .nf-form-wrap .tooltip.bottom .tooltip-arrow {
405
- top: 0;
406
- left: 50%;
407
- margin-left: -5px;
408
- border-width: 0 5px 5px;
409
- border-bottom-color: #000; }
410
-
411
- .nf-form-wrap .tooltip.bottom-left .tooltip-arrow {
412
- top: 0;
413
- right: 5px;
414
- margin-top: -5px;
415
- border-width: 0 5px 5px;
416
- border-bottom-color: #000; }
417
-
418
- .nf-form-wrap .tooltip.bottom-right .tooltip-arrow {
419
- top: 0;
420
- left: 5px;
421
- margin-top: -5px;
422
- border-width: 0 5px 5px;
423
- border-bottom-color: #000; }
424
-
425
- .nf-form-wrap .dropdown-menu {
426
- position: absolute;
427
- z-index: 1000;
428
- display: none;
429
- float: left;
430
- min-width: 160px;
431
- padding: 5px 0;
432
- margin: 2px 0 0;
433
- font-size: 14px;
434
- text-align: left;
435
- list-style: none;
436
- background-color: #fff;
437
- background-clip: padding-box;
438
- border: 1px solid #ccc;
439
- border: 1px solid rgba(0, 0, 0, 0.15);
440
- border-radius: 4px;
441
- box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
442
-
443
- .nf-form-wrap .dropdown-menu.pull-right {
444
- right: 0;
445
- left: auto; }
446
-
447
- .nf-form-wrap .dropdown-menu .divider {
448
- height: 1px;
449
- margin: 9px 0;
450
- overflow: hidden;
451
- background-color: #e5e5e5; }
452
-
453
- .nf-form-wrap .dropdown-menu > li > a {
454
- display: block;
455
- padding: 3px 20px;
456
- clear: both;
457
- font-weight: normal;
458
- line-height: 1.42857143;
459
- color: #333;
460
- white-space: nowrap; }
461
-
462
- .nf-form-wrap .dropdown-menu > li > a:hover,
463
- .nf-form-wrap .dropdown-menu > li > a:focus {
464
- color: #262626;
465
- text-decoration: none;
466
- background-color: #f5f5f5; }
467
-
468
- .nf-form-wrap .dropdown-menu > .active > a,
469
- .nf-form-wrap .dropdown-menu > .active > a:hover,
470
- .nf-form-wrap .dropdown-menu > .active > a:focus {
471
- color: #fff;
472
- text-decoration: none;
473
- background-color: #337ab7;
474
- outline: 0; }
475
-
476
- .nf-form-wrap .dropdown-menu > .disabled > a,
477
- .nf-form-wrap .dropdown-menu > .disabled > a:hover,
478
- .nf-form-wrap .dropdown-menu > .disabled > a:focus {
479
- color: #777; }
480
-
481
- .nf-form-wrap .dropdown-menu > .disabled > a:hover,
482
- .nf-form-wrap .dropdown-menu > .disabled > a:focus {
483
- text-decoration: none;
484
- cursor: not-allowed;
485
- background-color: transparent;
486
- background-image: none;
487
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
488
-
489
- .nf-form-wrap .open > .dropdown-menu {
490
- display: block; }
491
-
492
- .nf-form-wrap .open > a {
493
- outline: 0; }
494
-
495
- .nf-form-wrap .dropdown-menu-right {
496
- right: 0;
497
- left: auto; }
498
-
499
- .nf-form-wrap .dropdown-menu-left {
500
- right: auto;
501
- left: 0; }
502
-
503
- .nf-form-wrap .dropdown-header {
504
- display: block;
505
- padding: 3px 20px;
506
- font-size: 12px;
507
- line-height: 1.42857143;
508
- color: #777;
509
- white-space: nowrap; }
510
-
511
- .nf-form-wrap .dropdown-backdrop {
512
- position: fixed;
513
- top: 0;
514
- right: 0;
515
- bottom: 0;
516
- left: 0;
517
- z-index: 990; }
518
-
519
- .nf-form-wrap .pull-right > .dropdown-menu {
520
- right: 0;
521
- left: auto; }
522
-
523
- .nf-form-wrap .dropup .caret,
524
- .nf-form-wrap .navbar-fixed-bottom .dropdown .caret {
525
- content: "";
526
- border-top: 0;
527
- border-bottom: 4px dashed;
528
- border-bottom: 4px solid \9; }
529
-
530
- .nf-form-wrap .dropup .dropdown-menu,
531
- .nf-form-wrap .navbar-fixed-bottom .dropdown .dropdown-menu {
532
- top: auto;
533
- bottom: 100%;
534
- margin-bottom: 2px; }
535
-
536
- @media (min-width: 768px) {
537
- .nf-form-wrap .navbar-right .dropdown-menu {
538
- right: 0;
539
- left: auto; }
540
- .nf-form-wrap .navbar-right .dropdown-menu-left {
541
- right: auto;
542
- left: 0; } }
543
-
544
- .nf-form-wrap .btn-group-justified > .btn-group .dropdown-menu {
545
- left: auto; }
546
-
547
- .nf-form-wrap .nav-tabs.nav-justified > .dropdown .dropdown-menu {
548
- top: auto;
549
- left: auto; }
550
-
551
- .nf-form-wrap .nav-justified > .dropdown .dropdown-menu {
552
- top: auto;
553
- left: auto; }
554
-
555
- .nf-form-wrap .nav-tabs .dropdown-menu {
556
- margin-top: -1px;
557
- border-top-left-radius: 0;
558
- border-top-right-radius: 0; }
559
-
560
- @media (max-width: 767px) {
561
- .nf-form-wrap .navbar-nav .open .dropdown-menu {
562
- position: static;
563
- float: none;
564
- width: auto;
565
- margin-top: 0;
566
- background-color: transparent;
567
- border: 0;
568
- box-shadow: none; }
569
- .nf-form-wrap .navbar-nav .open .dropdown-menu > li > a,
570
- .nf-form-wrap .navbar-nav .open .dropdown-menu .dropdown-header {
571
- padding: 5px 15px 5px 25px; }
572
- .nf-form-wrap .navbar-nav .open .dropdown-menu > li > a {
573
- line-height: 20px; }
574
- .nf-form-wrap .navbar-nav .open .dropdown-menu > li > a:hover,
575
- .nf-form-wrap .navbar-nav .open .dropdown-menu > li > a:focus {
576
- background-image: none; } }
577
-
578
- .nf-form-wrap .navbar-nav > li > .dropdown-menu {
579
- margin-top: 0;
580
- border-top-left-radius: 0;
581
- border-top-right-radius: 0; }
582
-
583
- .nf-form-wrap .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
584
- margin-bottom: 0;
585
- border-top-left-radius: 4px;
586
- border-top-right-radius: 4px;
587
- border-bottom-right-radius: 0;
588
- border-bottom-left-radius: 0; }
589
-
590
- @media (max-width: 767px) {
591
- .nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu > li > a {
592
- color: #777; }
593
- .nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
594
- .nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
595
- color: #333;
596
- background-color: transparent; }
597
- .nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
598
- .nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
599
- .nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
600
- color: #555;
601
- background-color: #e7e7e7; }
602
- .nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
603
- .nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
604
- .nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
605
- color: #ccc;
606
- background-color: transparent; } }
607
-
608
- @media (max-width: 767px) {
609
- .nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
610
- border-color: #080808; }
611
- .nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
612
- background-color: #080808; }
613
- .nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
614
- color: #9d9d9d; }
615
- .nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
616
- .nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
617
- color: #fff;
618
- background-color: transparent; }
619
- .nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
620
- .nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
621
- .nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
622
- color: #fff;
623
- background-color: #080808; }
624
- .nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
625
- .nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
626
- .nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
627
- color: #444;
628
- background-color: transparent; } }
629
-
630
- .nf-loading-spinner {
631
- width: 40px;
632
- height: 40px;
633
- margin: 100px auto;
634
- background-color: rgba(208, 208, 208, 0.5);
635
- border-radius: 100%;
636
- animation: nf-scaleout 1.0s infinite ease-in-out; }
637
-
638
- @keyframes nf-scaleout {
639
- 0% {
640
- transform: scale(0); }
641
- 100% {
642
- transform: scale(1);
643
- opacity: 0; } }
644
-
645
- /*
646
- Make sure all Ninja Forms label positons function properly
647
- ---------------------------------------------*/
648
- /* ---------------------------------
649
- STANDARDIZE ALL FIELDS
650
- ----------------------------------*/
651
- .field-wrap {
652
- display: -ms-flexbox;
653
- display: flex; }
654
- .field-wrap > label {
655
- display: block; }
656
- .field-wrap > div input,
657
- .field-wrap textarea,
658
- .field-wrap select,
659
- .field-wrap .pikaday__container,
660
- .field-wrap .pikaday__display,
661
- .field-wrap .listselect-wrap > div {
662
- width: 100%; }
663
- .field-wrap input[type="submit"],
664
- .field-wrap input[type="button"],
665
- .field-wrap button {
666
- width: auto; }
667
-
668
- .nf-field-label {
669
- -ms-flex-order: 5;
670
- order: 5; }
671
-
672
- .nf-field-description {
673
- width: 100%;
674
- -ms-flex-order: 10;
675
- order: 10; }
676
-
677
- .nf-field-element {
678
- -ms-flex-order: 15;
679
- order: 15; }
680
-
681
- /* ---------------------------------
682
- LABEL ABOVE
683
- ----------------------------------*/
684
- .label-above .nf-field-label {
685
- margin-bottom: 10px; }
686
-
687
- /* ---------------------------------
688
- LABEL BELOW
689
- ----------------------------------*/
690
- .label-below .nf-field-label {
691
- margin-top: 10px;
692
- -ms-flex-order: 15;
693
- order: 15; }
694
-
695
- .label-below .nf-field-element {
696
- -ms-flex-order: 5;
697
- order: 5; }
698
-
699
- /* ---------------------------------
700
- LABEL HIDDEN
701
- ----------------------------------*/
702
- .label-hidden .field-wrap {
703
- -ms-flex-wrap: wrap;
704
- flex-wrap: wrap; }
705
-
706
- .label-hidden .nf-field-label {
707
- height: 0;
708
- width: 100%;
709
- visibility: hidden; }
710
-
711
- .label-hidden .nf-field-description {
712
- width: 100%;
713
- -ms-flex-order: 20;
714
- order: 20; }
715
-
716
- .label-hidden .nf-field-element {
717
- width: 100%; }
718
-
719
- /* ---------------------------------
720
- LABEL LEFT
721
- ----------------------------------*/
722
- .label-left .field-wrap {
723
- -ms-flex-direction: row;
724
- flex-direction: row;
725
- -ms-flex-wrap: wrap;
726
- flex-wrap: wrap; }
727
-
728
- .label-left .nf-field-label {
729
- display: -ms-flexbox;
730
- display: flex;
731
- -ms-flex-direction: row;
732
- flex-direction: row;
733
- -ms-flex-align: center;
734
- align-items: center;
735
- padding-right: 2%;
736
- text-align: right;
737
- width: 35%;
738
- -ms-flex-order: 5;
739
- order: 5; }
740
- .label-left .nf-field-label label {
741
- width: 100%; }
742
-
743
- .label-left .nf-field-description {
744
- margin-left: 35%; }
745
-
746
- .label-left .nf-field-element {
747
- display: inline-block;
748
- width: 65%;
749
- -ms-flex-order: 10;
750
- order: 10; }
751
-
752
- .label-left .nf-after-field {
753
- margin-left: 36.5%; }
754
-
755
- /* ---------------------------------
756
- LABEL RIGHT
757
- ----------------------------------*/
758
- .label-right .field-wrap {
759
- -ms-flex-direction: row;
760
- flex-direction: row;
761
- -ms-flex-wrap: wrap;
762
- flex-wrap: wrap; }
763
-
764
- .label-right .nf-field-label {
765
- display: -ms-flexbox;
766
- display: flex;
767
- -ms-flex-direction: row;
768
- flex-direction: row;
769
- -ms-flex-align: center;
770
- align-items: center;
771
- padding-left: 2%;
772
- width: 35%;
773
- -ms-flex-order: 10;
774
- order: 10; }
775
-
776
- .label-right .nf-field-description {
777
- margin-right: 35%;
778
- -ms-flex-order: 15;
779
- order: 15; }
780
-
781
- .label-right .nf-field-element {
782
- display: inline-block;
783
- width: 65%;
784
- -ms-flex-order: 5;
785
- order: 5; }
786
-
787
- .label-right .checkbox-wrap .nf-field-label {
788
- width: auto; }
789
-
790
- .label-right .checkbox-wrap .nf-field-element {
791
- width: 20px; }
792
-
793
- .label-right .nf-after-field {
794
- width: 65%; }
795
-
796
- /* ---------------------------------
797
- ADJUST SOME LABEL ABOVE & BELOW ISSUES
798
- ----------------------------------*/
799
- .label-below .field-wrap,
800
- .label-above .field-wrap {
801
- -ms-flex-direction: column;
802
- flex-direction: column;
803
- -ms-flex-flow: wrap;
804
- flex-flow: wrap; }
805
-
806
- .label-below .nf-field-element,
807
- .label-above .nf-field-element {
808
- margin: 0;
809
- width: 100%; }
810
-
811
- /* ---------------------------------
812
- ADJUST SOME LABEL LEFT & RIGHT ISSUES
813
- ----------------------------------*/
814
- .label-left .textarea-wrap .nf-field-label,
815
- .label-left .listradio-wrap .nf-field-label,
816
- .label-left .listcheckbox-wrap .nf-field-label,
817
- .label-right .textarea-wrap .nf-field-label,
818
- .label-right .listradio-wrap .nf-field-label,
819
- .label-right .listcheckbox-wrap .nf-field-label {
820
- -ms-flex-align: start;
821
- align-items: flex-start; }
822
-
823
- .label-left .textarea-wrap .nf-field-label,
824
- .label-right .textarea-wrap .nf-field-label {
825
- margin-top: 5px; }
826
-
827
- .label-left .html-wrap,
828
- .label-left .hr-wrap,
829
- .label-right .html-wrap,
830
- .label-right .hr-wrap {
831
- display: block; }
832
- .label-left .html-wrap .nf-field-element,
833
- .label-left .hr-wrap .nf-field-element,
834
- .label-right .html-wrap .nf-field-element,
835
- .label-right .hr-wrap .nf-field-element {
836
- display: block;
837
- margin: 0;
838
- width: 100%; }
839
-
840
- /* ---------------------------------
841
- FIELD DESCRIPTION POSITIONS
842
- ----------------------------------*/
843
- .nf-help {
844
- background: none; }
845
-
846
- .nf-field-description {
847
- font-size: 14px; }
848
-
849
- .nf-form-content {
850
- padding: 5px;
851
- max-width: 1000px;
852
- margin: 0 auto; }
853
- .nf-form-content label {
854
- font-size: 18px;
855
- line-height: 20px; }
856
- .nf-form-content .ninja-forms-field,
857
- .nf-form-content .listselect-wrap .nf-field-element div {
858
- font-size: 16px;
859
- margin: 0;
860
- padding: 12px; }
861
- .nf-form-content input.ninja-forms-field,
862
- .nf-form-content select.ninja-forms-field,
863
- .nf-form-content .listselect-wrap .nf-field-element div {
864
- height: 50px; }
865
- .nf-form-content textarea.ninja-forms-field {
866
- height: 200px; }
867
- .nf-form-content hr.ninja-forms-field {
868
- padding: 0; }
869
- .nf-form-content input[type="radio"].ninja-forms-field,
870
- .nf-form-content input[type="checkbox"].ninja-forms-field {
871
- height: auto; }
872
- .nf-form-content .listradio-wrap li,
873
- .nf-form-content .listcheckbox-wrap li {
874
- margin-bottom: 12px !important;
875
- line-height: 0; }
876
- .nf-form-content .nf-product-field span {
877
- padding-right: 16px; }
878
- .nf-form-content .nf-product-field .nf-field-qty {
879
- font-size: 16px;
880
- padding: 5px;
881
- width: 80px !important; }
882
- .nf-form-content .nf-static {
883
- background: transparent;
884
- border: 0;
885
- font-weight: bold;
886
- padding: 0; }
887
- .nf-form-content .label-above .nf-field-label,
888
- .nf-form-content .label-below .nf-field-label,
889
- .nf-form-content .label-hidden .nf-field-label {
890
- margin-bottom: 10px;
891
- padding: 0; }
892
- .nf-form-content .label-below .nf-field-label {
893
- margin-bottom: 0;
894
- margin-top: 10px; }
895
- .nf-form-content .label-right .nf-field-label {
896
- margin: 0; }
897
- .nf-form-content .label-right > input[type=radio],
898
- .nf-form-content .label-right input[type=checkbox] {
899
- margin-right: 1%; }
900
- .nf-form-content .label-right ul {
901
- margin-right: 1%; }
902
-
903
- .nf-form-content .list-select-wrap > div {
904
- position: relative; }
905
- .nf-form-content .list-select-wrap > div div {
906
- display: block;
907
- position: absolute;
908
- font-size: 16px;
909
- line-height: 16px;
910
- margin: 0;
911
- padding: 16px;
912
- height: 50px;
913
- top: 0;
914
- right: 0;
915
- left: 0;
916
- z-index: 1; }
917
- .nf-form-content .list-select-wrap > div div::after {
918
- content: "\f078";
919
- font-family: FontAwesome;
920
- font-size: 20px;
921
- position: absolute;
922
- right: 10px;
923
- bottom: 0;
924
- height: 50px;
925
- line-height: 50px; }
926
- .nf-form-content .list-select-wrap > div.label-right div {
927
- width: 59%; }
928
- .nf-form-content .list-select-wrap > div.label-below div {
929
- top: 0;
930
- bottom: auto; }
931
- .nf-form-content .list-select-wrap > div.label-left div {
932
- width: 59%;
933
- left: 40.5%;
934
- right: 40px; }
935
- .nf-form-content .list-select-wrap > div select {
936
- background: transparent;
937
- border: 0;
938
- -webkit-appearance: none;
939
- -moz-appearance: none;
940
- appearance: none;
941
- position: relative;
942
- z-index: 2; }
943
-
944
- .nf-form-content .listmultiselect-wrap select {
945
- -webkit-appearance: normal;
946
- -moz-appearance: normal;
947
- appearance: normal; }
948
-
949
- .checkbox-wrap .nf-field-label label,
950
- .checkbox-wrap .nf-field-element label,
951
- .listcheckbox-wrap .nf-field-label label,
952
- .listcheckbox-wrap .nf-field-element label {
953
- position: relative;
954
- margin-left: 30px; }
955
- .checkbox-wrap .nf-field-label label::after,
956
- .checkbox-wrap .nf-field-element label::after,
957
- .listcheckbox-wrap .nf-field-label label::after,
958
- .listcheckbox-wrap .nf-field-element label::after {
959
- border: 1px solid;
960
- content: "";
961
- width: 18px;
962
- height: 18px;
963
- position: absolute;
964
- left: -28px;
965
- bottom: 0; }
966
- .checkbox-wrap .nf-field-label label::before,
967
- .checkbox-wrap .nf-field-element label::before,
968
- .listcheckbox-wrap .nf-field-label label::before,
969
- .listcheckbox-wrap .nf-field-element label::before {
970
- content: "\f00c";
971
- font-family: FontAwesome;
972
- font-size: 24px;
973
- position: absolute;
974
- bottom: 0;
975
- opacity: 0;
976
- z-index: 2; }
977
-
978
- .checkbox-container .nf-field-element input {
979
- display: none; }
980
-
981
- .checkbox-container.label-above label {
982
- height: 50px;
983
- margin: 0;
984
- display: block; }
985
- .checkbox-container.label-above label::after {
986
- left: 0;
987
- bottom: 0; }
988
- .checkbox-container.label-above label.nf-checked-label::before {
989
- left: -2px;
990
- bottom: 0; }
991
-
992
- .checkbox-container.label-below label {
993
- margin: 0;
994
- display: block;
995
- margin-top: 20px; }
996
- .checkbox-container.label-below label::after {
997
- left: 0;
998
- bottom: auto;
999
- top: -25px; }
1000
- .checkbox-container.label-below label.nf-checked-label::before {
1001
- left: -2px;
1002
- bottom: auto;
1003
- top: -27px; }
1004
-
1005
- .checkbox-container.label-left .nf-field-label {
1006
- width: 38%;
1007
- padding-right: 5%; }
1008
-
1009
- .checkbox-container.label-left .nf-field-element {
1010
- width: 58%; }
1011
-
1012
- .checkbox-container.label-left label {
1013
- margin: 0;
1014
- display: block; }
1015
- .checkbox-container.label-left label::after {
1016
- left: auto;
1017
- bottom: 0;
1018
- right: -31px; }
1019
- .checkbox-container.label-left label.nf-checked-label::before {
1020
- left: auto;
1021
- bottom: 0;
1022
- right: -36px; }
1023
-
1024
- .checkbox-container.label-right .nf-field-label {
1025
- padding: 0;
1026
- -ms-flex-order: 10;
1027
- order: 10; }
1028
-
1029
- .checkbox-container.label-right .nf-field-element {
1030
- -ms-flex-order: 5;
1031
- order: 5;
1032
- display: none; }
1033
-
1034
- .checkbox-container.label-right label {
1035
- margin: 0 0 0 30px;
1036
- display: block; }
1037
- .checkbox-container.label-right label::before {
1038
- left: -30px;
1039
- bottom: 0; }
1040
- .checkbox-container.label-right label::after {
1041
- left: -28px;
1042
- bottom: 0; }
1043
- .checkbox-container.label-right label.nf-checked-label::before {
1044
- left: -30px;
1045
- bottom: 0; }
1046
-
1047
- .checkbox-container.label-right .field-wrap {
1048
- display: -ms-flexbox;
1049
- display: flex; }
1050
- .checkbox-container.label-right .field-wrap > div {
1051
- width: 100%; }
1052
-
1053
- .checkbox-container.label-right label::after {
1054
- bottom: 2px !important; }
1055
-
1056
- .checkbox-container.label-hidden label {
1057
- height: 0;
1058
- margin: 0;
1059
- display: block; }
1060
- .checkbox-container.label-hidden label::after {
1061
- left: 0;
1062
- bottom: 0;
1063
- visibility: visible; }
1064
- .checkbox-container.label-hidden label.nf-checked-label::before {
1065
- left: -2px;
1066
- bottom: 0;
1067
- visibility: visible; }
1068
-
1069
- .listcheckbox-container .nf-field-label label::after {
1070
- background: transparent !important;
1071
- border: 0; }
1072
-
1073
- .listcheckbox-container .nf-field-element input {
1074
- display: none; }
1075
-
1076
- .listcheckbox-container .nf-field-element label {
1077
- margin-left: 30px !important; }
1078
- .listcheckbox-container .nf-field-element label::before {
1079
- left: -30px; }
1080
-
1081
- .listcheckbox-container.label-above .nf-field-label label, .listcheckbox-container.label-below .nf-field-label label, .listcheckbox-container.label-right .nf-field-label label {
1082
- margin: 0; }
1083
- .listcheckbox-container.label-above .nf-field-label label::before, .listcheckbox-container.label-below .nf-field-label label::before, .listcheckbox-container.label-right .nf-field-label label::before {
1084
- left: -30px; }
1085
-
1086
- .listradio-wrap .nf-field-element label {
1087
- position: relative;
1088
- margin-left: 30px !important; }
1089
- .listradio-wrap .nf-field-element label::after {
1090
- border-radius: 50%;
1091
- content: "";
1092
- width: 18px;
1093
- height: 18px;
1094
- position: absolute;
1095
- left: -30px;
1096
- bottom: 1px; }
1097
- .listradio-wrap .nf-field-element label.nf-checked-label::before {
1098
- border-radius: 50%;
1099
- content: "";
1100
- height: 10px;
1101
- width: 10px;
1102
- position: absolute;
1103
- left: -26px;
1104
- bottom: 5px;
1105
- z-index: 2; }
1106
-
1107
- .listradio-wrap .nf-field-element input {
1108
- display: none; }
1109
-
1110
- input[type=checkbox].nf-toggle {
1111
- background: transparent;
1112
- border: 0;
1113
- box-shadow: 0 0 0;
1114
- margin: 10px;
1115
- height: 18px;
1116
- -webkit-appearance: none;
1117
- -moz-appearance: none;
1118
- appearance: none;
1119
- position: relative;
1120
- cursor: pointer; }
1121
- input[type=checkbox].nf-toggle::after {
1122
- background: #BCBDBF;
1123
- border: 2px solid #BCBDBF;
1124
- border-radius: 20px;
1125
- content: "";
1126
- position: absolute;
1127
- top: -4px;
1128
- left: -4px;
1129
- width: 46px;
1130
- height: 24px;
1131
- transition: all 0.3s ease; }
1132
- input[type=checkbox].nf-toggle::before {
1133
- background: #fff;
1134
- border-radius: 20px;
1135
- content: "";
1136
- position: absolute;
1137
- top: -1px;
1138
- left: 0;
1139
- width: 18px;
1140
- height: 18px;
1141
- z-index: 99;
1142
- transition: all 0.3s ease; }
1143
- input[type=checkbox].nf-toggle:checked::after {
1144
- background: lightgreen;
1145
- border: 2px solid lightgreen;
1146
- transition: all 0.3s ease; }
1147
- input[type=checkbox].nf-toggle:checked::before {
1148
- top: -1px;
1149
- left: 20px;
1150
- transition: all 0.3s ease; }
1151
- .label-right input[type=checkbox].nf-toggle {
1152
- padding: 0 50px 0 0; }
1153
- .label-left input[type=checkbox].nf-toggle {
1154
- padding: 0;
1155
- margin-left: 22px;
1156
- margin-top: 20px; }
1157
-
1158
- .nf-icons .nf-field-element {
1159
- position: relative; }
1160
- .nf-icons .nf-field-element::before {
1161
- font-family: FontAwesome;
1162
- font-size: 20px;
1163
- position: absolute;
1164
- left: 1px;
1165
- bottom: 1px;
1166
- height: 48px;
1167
- width: 50px;
1168
- line-height: 50px;
1169
- text-align: center;
1170
- z-index: 1; }
1171
-
1172
- .nf-icons .date-wrap .nf-field-element input,
1173
- .nf-icons .number-wrap .nf-field-element input,
1174
- .nf-icons .quantity-wrap .nf-field-element input,
1175
- .nf-icons .email-wrap .nf-field-element input,
1176
- .nf-icons .phone-wrap .nf-field-element input,
1177
- .nf-icons .firstname-wrap .nf-field-element input,
1178
- .nf-icons .lastname-wrap .nf-field-element input,
1179
- .nf-icons .address-wrap .nf-field-element input,
1180
- .nf-icons .city-wrap .nf-field-element input,
1181
- .nf-icons .state-wrap .nf-field-element input,
1182
- .nf-icons .zip-wrap .nf-field-element input,
1183
- .nf-icons .creditcardfullname-wrap .nf-field-element input,
1184
- .nf-icons .creditcardnumber-wrap .nf-field-element input,
1185
- .nf-icons .creditcardcvc-wrap .nf-field-element input,
1186
- .nf-icons .creditcardexpiration-wrap .nf-field-element input,
1187
- .nf-icons .creditcardzip-wrap .nf-field-element input {
1188
- padding-left: 60px; }
1189
-
1190
- .nf-icons.right .nf-field-element::before {
1191
- left: auto;
1192
- right: 1px; }
1193
-
1194
- .nf-icons.right .date-wrap > div input,
1195
- .nf-icons.right .number-wrap > div input,
1196
- .nf-icons.right .quantity-wrap > div input,
1197
- .nf-icons.right .email-wrap > div input,
1198
- .nf-icons.right .phone-wrap > div input,
1199
- .nf-icons.right .firstname-wrap > div input,
1200
- .nf-icons.right .lastname-wrap > div input,
1201
- .nf-icons.right .address-wrap > div input,
1202
- .nf-icons.right .city-wrap > div input,
1203
- .nf-icons.right .state-wrap > div input,
1204
- .nf-icons.right .zip-wrap > div input,
1205
- .nf-icons.right .creditcardfullname-wrap > div input,
1206
- .nf-icons.right .creditcardnumber-wrap > div input,
1207
- .nf-icons.right .creditcardcvc-wrap > div input,
1208
- .nf-icons.right .creditcardexpiration-wrap > div input,
1209
- .nf-icons.right .creditcardzip-wrap > div input {
1210
- padding-left: 12px;
1211
- padding-right: 60px; }
1212
-
1213
- .nf-icons .date-wrap .nf-field-element::before {
1214
- content: "\f073"; }
1215
-
1216
- .nf-icons .number-wrap .nf-field-element::before,
1217
- .nf-icons .quantity-wrap > div::before {
1218
- content: "\f292"; }
1219
-
1220
- .nf-icons .email-wrap .nf-field-element::before {
1221
- content: "\f0e0"; }
1222
-
1223
- .nf-icons .phone-wrap .nf-field-element::before {
1224
- content: "\f095"; }
1225
-
1226
- .nf-icons .firstname-wrap .nf-field-element::before,
1227
- .nf-icons .lastname-wrap .nf-field-element::before {
1228
- content: "\f007"; }
1229
-
1230
- .nf-icons .address-wrap .nf-field-element::before,
1231
- .nf-icons .city-wrap .nf-field-element::before,
1232
- .nf-icons .state-wrap .nf-field-element::before,
1233
- .nf-icons .zip-wrap .nf-field-element::before {
1234
- content: "\f041"; }
1235
-
1236
- .nf-icons .creditcardfullname-wrap .nf-field-element::before,
1237
- .nf-icons .creditcardnumber-wrap .nf-field-element::before,
1238
- .nf-icons .creditcardcvc-wrap .nf-field-element::before,
1239
- .nf-icons .creditcardexpiration-wrap .nf-field-element::before,
1240
- .nf-icons .creditcardzip-wrap .nf-field-element::before {
1241
- content: "\f283"; }
1242
-
1243
- /* ---------------------------------
1244
- DEFAULT LIGHT COLORS
1245
- ----------------------------------*/
1246
- .nf-form-content input:not([type='button']),
1247
- .nf-form-content textarea,
1248
- .nf-form-content .list-select-wrap .nf-field-element > div {
1249
- background: #f7f7f7;
1250
- border: 1px solid #c4c4c4;
1251
- border-radius: 0;
1252
- box-shadow: none;
1253
- color: #787878;
1254
- transition: all .5s; }
1255
- .nf-form-content input:not([type='button']):focus,
1256
- .nf-form-content textarea:focus,
1257
- .nf-form-content .list-select-wrap .nf-field-element > div:focus {
1258
- background: white;
1259
- border-color: #919191;
1260
- color: #919191;
1261
- outline: none;
1262
- transition: all .5s; }
1263
-
1264
- .nf-form-content input[type="submit"],
1265
- .nf-form-content input[type="button"],
1266
- .nf-form-content button {
1267
- background: #333;
1268
- border: 0;
1269
- color: #f7f7f7;
1270
- transition: all .5s; }
1271
- .nf-form-content input[type="submit"]:hover,
1272
- .nf-form-content input[type="button"]:hover,
1273
- .nf-form-content button:hover {
1274
- background: #c4c4c4;
1275
- color: #787878;
1276
- transition: all .5s; }
1277
-
1278
- .nf-form-content select.ninja-forms-field {
1279
- color: #787878; }
1280
- .nf-form-content select.ninja-forms-field:focus {
1281
- background: transparent;
1282
- border: 0;
1283
- box-shadow: none;
1284
- outline: none; }
1285
-
1286
- .list-select-wrap div::after {
1287
- color: #787878;
1288
- transition: all .5s; }
1289
-
1290
- .list-select-wrap select:active + div, .list-select-wrap select:focus + div {
1291
- background: white !important;
1292
- border-color: #919191 !important;
1293
- transition: all .5s; }
1294
-
1295
- .listradio-wrap .nf-field-element label::after {
1296
- background: #f7f7f7;
1297
- border: 2px solid #c4c4c4;
1298
- transition: all .5s; }
1299
-
1300
- .listradio-wrap .nf-field-element label.nf-checked-label::after {
1301
- border-color: #333;
1302
- transition: all .5s; }
1303
-
1304
- .listradio-wrap .nf-field-element label.nf-checked-label::before {
1305
- background: #333; }
1306
-
1307
- .checkbox-wrap .nf-field-label label::after,
1308
- .checkbox-wrap .nf-field-element label::after,
1309
- .listcheckbox-wrap .nf-field-label label::after,
1310
- .listcheckbox-wrap .nf-field-element label::after {
1311
- background: #f7f7f7;
1312
- border-color: #c4c4c4;
1313
- transition: all .5s; }
1314
-
1315
- .checkbox-wrap .nf-field-label label::before,
1316
- .checkbox-wrap .nf-field-element label::before,
1317
- .listcheckbox-wrap .nf-field-label label::before,
1318
- .listcheckbox-wrap .nf-field-element label::before {
1319
- color: #f7f7f7;
1320
- opacity: 0;
1321
- transition: all .5s; }
1322
-
1323
- .checkbox-wrap .nf-field-label label.nf-checked-label::after,
1324
- .checkbox-wrap .nf-field-element label.nf-checked-label::after,
1325
- .listcheckbox-wrap .nf-field-label label.nf-checked-label::after,
1326
- .listcheckbox-wrap .nf-field-element label.nf-checked-label::after {
1327
- border-color: #b7b7b7;
1328
- transition: all .5s; }
1329
-
1330
- .checkbox-wrap .nf-field-label label.nf-checked-label::before,
1331
- .checkbox-wrap .nf-field-element label.nf-checked-label::before,
1332
- .listcheckbox-wrap .nf-field-label label.nf-checked-label::before,
1333
- .listcheckbox-wrap .nf-field-element label.nf-checked-label::before {
1334
- color: #333;
1335
- opacity: 100;
1336
- transition: all .5s; }
1337
-
1338
- .nf-error {
1339
- position: relative; }
1340
- .nf-error .ninja-forms-field {
1341
- border-color: #E80000 !important;
1342
- transition: all .5s; }
1343
- .nf-error.field-wrap .nf-field-element::after {
1344
- background: #E80000;
1345
- color: #fff;
1346
- font-family: FontAwesome;
1347
- font-size: 20px;
1348
- content: "\f12a";
1349
- position: absolute;
1350
- top: 1px;
1351
- right: 1px;
1352
- bottom: 1px;
1353
- height: 48px;
1354
- width: 50px;
1355
- line-height: 50px;
1356
- text-align: center;
1357
- transition: all .5s; }
1358
- .nf-error.field-wrap.checkbox-wrap .nf-field-element::after {
1359
- display: none; }
1360
- .nf-error .nf-error-msg {
1361
- color: #E80000; }
1362
-
1363
- .nf-pass {
1364
- position: relative; }
1365
- .nf-pass .ninja-forms-field {
1366
- border-color: green !important;
1367
- transition: all .5s; }
1368
- .nf-pass.field-wrap .nf-field-element::after {
1369
- color: green;
1370
- font-family: FontAwesome;
1371
- font-size: 30px;
1372
- content: "\f058";
1373
- position: absolute;
1374
- top: 0;
1375
- right: 16px;
1376
- height: 50px;
1377
- line-height: 50px;
1378
- transition: all .5s; }
1379
- .nf-pass.field-wrap.checkbox-wrap .nf-field-element::after {
1380
- display: none; }
1381
-
1382
- .nf-field-submit-error {
1383
- border: 1px solid;
1384
- margin: 10px 0px;
1385
- padding: 15px 15px 15px 50px;
1386
- position: relative;
1387
- z-index: 1; }
1388
- .nf-field-submit-error::after {
1389
- content: "\f06a";
1390
- font-family: FontAwesome;
1391
- font-size: 24px;
1392
- position: absolute;
1393
- top: 0;
1394
- left: 15px;
1395
- height: 50px;
1396
- line-height: 50px;
1397
- z-index: 2; }
1398
-
1399
- .nf-field-submit-error {
1400
- border-color: #D8000C;
1401
- color: #D8000C;
1402
- background-color: #FFBABA; }
1403
-
1404
- .nf-icons .nf-field-element::before,
1405
- .nf-icons .nf-field-element::before {
1406
- background: #c4c4c4;
1407
- color: #f7f7f7; }
1408
-
1409
- .nf-help {
1410
- color: #333; }
1411
-
1412
- /* ---------------------------------
1413
- LIGHT COLORS - nf-brown
1414
- ----------------------------------*/
1415
- .nf-brown .nf-form-content input:not([type='button']),
1416
- .nf-brown .nf-form-content textarea,
1417
- .nf-brown .nf-form-content .list-select-wrap .nf-field-element > div {
1418
- background: #F3EFDD;
1419
- border: 1px solid #d8cc92;
1420
- border-radius: 0;
1421
- box-shadow: none;
1422
- color: #9a8837;
1423
- transition: all .5s; }
1424
- .nf-brown .nf-form-content input:not([type='button']):focus,
1425
- .nf-brown .nf-form-content textarea:focus,
1426
- .nf-brown .nf-form-content .list-select-wrap .nf-field-element > div:focus {
1427
- background: white;
1428
- border-color: #bea846;
1429
- color: #bea846;
1430
- outline: none;
1431
- transition: all .5s; }
1432
-
1433
- .nf-brown .nf-form-content input[type="submit"],
1434
- .nf-brown .nf-form-content input[type="button"],
1435
- .nf-brown .nf-form-content button {
1436
- background: #736628;
1437
- border: 0;
1438
- color: #F3EFDD;
1439
- transition: all .5s; }
1440
- .nf-brown .nf-form-content input[type="submit"]:hover,
1441
- .nf-brown .nf-form-content input[type="button"]:hover,
1442
- .nf-brown .nf-form-content button:hover {
1443
- background: #d8cc92;
1444
- color: #9a8837;
1445
- transition: all .5s; }
1446
-
1447
- .nf-brown .nf-form-content select.ninja-forms-field {
1448
- color: #9a8837; }
1449
- .nf-brown .nf-form-content select.ninja-forms-field:focus {
1450
- background: transparent;
1451
- border: 0;
1452
- box-shadow: none;
1453
- outline: none; }
1454
-
1455
- .nf-brown .list-select-wrap div::after {
1456
- color: #9a8837;
1457
- transition: all .5s; }
1458
-
1459
- .nf-brown .list-select-wrap select:active + div, .nf-brown .list-select-wrap select:focus + div {
1460
- background: white !important;
1461
- border-color: #bea846 !important;
1462
- transition: all .5s; }
1463
-
1464
- .nf-brown .listradio-wrap .nf-field-element label::after {
1465
- background: #F3EFDD;
1466
- border: 2px solid #d8cc92;
1467
- transition: all .5s; }
1468
-
1469
- .nf-brown .listradio-wrap .nf-field-element label.nf-checked-label::after {
1470
- border-color: #736628;
1471
- transition: all .5s; }
1472
-
1473
- .nf-brown .listradio-wrap .nf-field-element label.nf-checked-label::before {
1474
- background: #736628; }
1475
-
1476
- .nf-brown .checkbox-wrap .nf-field-label label::after,
1477
- .nf-brown .checkbox-wrap .nf-field-element label::after,
1478
- .nf-brown .listcheckbox-wrap .nf-field-label label::after,
1479
- .nf-brown .listcheckbox-wrap .nf-field-element label::after {
1480
- background: #F3EFDD;
1481
- border-color: #d8cc92;
1482
- transition: all .5s; }
1483
-
1484
- .nf-brown .checkbox-wrap .nf-field-label label::before,
1485
- .nf-brown .checkbox-wrap .nf-field-element label::before,
1486
- .nf-brown .listcheckbox-wrap .nf-field-label label::before,
1487
- .nf-brown .listcheckbox-wrap .nf-field-element label::before {
1488
- color: #F3EFDD;
1489
- opacity: 0;
1490
- transition: all .5s; }
1491
-
1492
- .nf-brown .checkbox-wrap .nf-field-label label.nf-checked-label::after,
1493
- .nf-brown .checkbox-wrap .nf-field-element label.nf-checked-label::after,
1494
- .nf-brown .listcheckbox-wrap .nf-field-label label.nf-checked-label::after,
1495
- .nf-brown .listcheckbox-wrap .nf-field-element label.nf-checked-label::after {
1496
- border-color: #d2c37f;
1497
- transition: all .5s; }
1498
-
1499
- .nf-brown .checkbox-wrap .nf-field-label label.nf-checked-label::before,
1500
- .nf-brown .checkbox-wrap .nf-field-element label.nf-checked-label::before,
1501
- .nf-brown .listcheckbox-wrap .nf-field-label label.nf-checked-label::before,
1502
- .nf-brown .listcheckbox-wrap .nf-field-element label.nf-checked-label::before {
1503
- color: #736628;
1504
- opacity: 100;
1505
- transition: all .5s; }
1506
-
1507
- .nf-brown .nf-error {
1508
- position: relative; }
1509
- .nf-brown .nf-error .ninja-forms-field {
1510
- border-color: #E80000 !important;
1511
- transition: all .5s; }
1512
- .nf-brown .nf-error.field-wrap .nf-field-element::after {
1513
- background: #E80000;
1514
- color: #fff;
1515
- font-family: FontAwesome;
1516
- font-size: 20px;
1517
- content: "\f12a";
1518
- position: absolute;
1519
- top: 1px;
1520
- right: 1px;
1521
- bottom: 1px;
1522
- height: 48px;
1523
- width: 50px;
1524
- line-height: 50px;
1525
- text-align: center;
1526
- transition: all .5s; }
1527
- .nf-brown .nf-error.field-wrap.checkbox-wrap .nf-field-element::after {
1528
- display: none; }
1529
- .nf-brown .nf-error .nf-error-msg {
1530
- color: #E80000; }
1531
-
1532
- .nf-brown .nf-pass {
1533
- position: relative; }
1534
- .nf-brown .nf-pass .ninja-forms-field {
1535
- border-color: green !important;
1536
- transition: all .5s; }
1537
- .nf-brown .nf-pass.field-wrap .nf-field-element::after {
1538
- color: green;
1539
- font-family: FontAwesome;
1540
- font-size: 30px;
1541
- content: "\f058";
1542
- position: absolute;
1543
- top: 0;
1544
- right: 16px;
1545
- height: 50px;
1546
- line-height: 50px;
1547
- transition: all .5s; }
1548
- .nf-brown .nf-pass.field-wrap.checkbox-wrap .nf-field-element::after {
1549
- display: none; }
1550
-
1551
- .nf-brown .nf-field-submit-error {
1552
- border: 1px solid;
1553
- margin: 10px 0px;
1554
- padding: 15px 15px 15px 50px;
1555
- position: relative;
1556
- z-index: 1; }
1557
- .nf-brown .nf-field-submit-error::after {
1558
- content: "\f06a";
1559
- font-family: FontAwesome;
1560
- font-size: 24px;
1561
- position: absolute;
1562
- top: 0;
1563
- left: 15px;
1564
- height: 50px;
1565
- line-height: 50px;
1566
- z-index: 2; }
1567
-
1568
- .nf-brown .nf-field-submit-error {
1569
- border-color: #D8000C;
1570
- color: #D8000C;
1571
- background-color: #FFBABA; }
1572
-
1573
- .nf-brown .nf-icons .nf-field-element::before, .nf-brown.nf-icons .nf-field-element::before {
1574
- background: #d8cc92;
1575
- color: #F3EFDD; }
1576
-
1577
- .nf-brown .nf-help {
1578
- color: #736628; }
1579
-
1580
- /* ---------------------------------
1581
- LIGHT COLORS - nf-red
1582
- ----------------------------------*/
1583
- .nf-red .nf-form-content input:not([type='button']),
1584
- .nf-red .nf-form-content textarea,
1585
- .nf-red .nf-form-content .list-select-wrap .nf-field-element > div {
1586
- background: #F0E3E3;
1587
- border: 1px solid #cca1a1;
1588
- border-radius: 0;
1589
- box-shadow: none;
1590
- color: #8a4a4a;
1591
- transition: all .5s; }
1592
- .nf-red .nf-form-content input:not([type='button']):focus,
1593
- .nf-red .nf-form-content textarea:focus,
1594
- .nf-red .nf-form-content .list-select-wrap .nf-field-element > div:focus {
1595
- background: white;
1596
- border-color: #a95e5e;
1597
- color: #a95e5e;
1598
- outline: none;
1599
- transition: all .5s; }
1600
-
1601
- .nf-red .nf-form-content input[type="submit"],
1602
- .nf-red .nf-form-content input[type="button"],
1603
- .nf-red .nf-form-content button {
1604
- background: #8A5252;
1605
- border: 0;
1606
- color: #F0E3E3;
1607
- transition: all .5s; }
1608
- .nf-red .nf-form-content input[type="submit"]:hover,
1609
- .nf-red .nf-form-content input[type="button"]:hover,
1610
- .nf-red .nf-form-content button:hover {
1611
- background: #cca1a1;
1612
- color: #8a4a4a;
1613
- transition: all .5s; }
1614
-
1615
- .nf-red .nf-form-content select.ninja-forms-field {
1616
- color: #8a4a4a; }
1617
- .nf-red .nf-form-content select.ninja-forms-field:focus {
1618
- background: transparent;
1619
- border: 0;
1620
- box-shadow: none;
1621
- outline: none; }
1622
-
1623
- .nf-red .list-select-wrap div::after {
1624
- color: #8a4a4a;
1625
- transition: all .5s; }
1626
-
1627
- .nf-red .list-select-wrap select:active + div, .nf-red .list-select-wrap select:focus + div {
1628
- background: white !important;
1629
- border-color: #a95e5e !important;
1630
- transition: all .5s; }
1631
-
1632
- .nf-red .listradio-wrap .nf-field-element label::after {
1633
- background: #F0E3E3;
1634
- border: 2px solid #cca1a1;
1635
- transition: all .5s; }
1636
-
1637
- .nf-red .listradio-wrap .nf-field-element label.nf-checked-label::after {
1638
- border-color: #8A5252;
1639
- transition: all .5s; }
1640
-
1641
- .nf-red .listradio-wrap .nf-field-element label.nf-checked-label::before {
1642
- background: #8A5252; }
1643
-
1644
- .nf-red .checkbox-wrap .nf-field-label label::after,
1645
- .nf-red .checkbox-wrap .nf-field-element label::after,
1646
- .nf-red .listcheckbox-wrap .nf-field-label label::after,
1647
- .nf-red .listcheckbox-wrap .nf-field-element label::after {
1648
- background: #F0E3E3;
1649
- border-color: #cca1a1;
1650
- transition: all .5s; }
1651
-
1652
- .nf-red .checkbox-wrap .nf-field-label label::before,
1653
- .nf-red .checkbox-wrap .nf-field-element label::before,
1654
- .nf-red .listcheckbox-wrap .nf-field-label label::before,
1655
- .nf-red .listcheckbox-wrap .nf-field-element label::before {
1656
- color: #F0E3E3;
1657
- opacity: 0;
1658
- transition: all .5s; }
1659
-
1660
- .nf-red .checkbox-wrap .nf-field-label label.nf-checked-label::after,
1661
- .nf-red .checkbox-wrap .nf-field-element label.nf-checked-label::after,
1662
- .nf-red .listcheckbox-wrap .nf-field-label label.nf-checked-label::after,
1663
- .nf-red .listcheckbox-wrap .nf-field-element label.nf-checked-label::after {
1664
- border-color: #c49090;
1665
- transition: all .5s; }
1666
-
1667
- .nf-red .checkbox-wrap .nf-field-label label.nf-checked-label::before,
1668
- .nf-red .checkbox-wrap .nf-field-element label.nf-checked-label::before,
1669
- .nf-red .listcheckbox-wrap .nf-field-label label.nf-checked-label::before,
1670
- .nf-red .listcheckbox-wrap .nf-field-element label.nf-checked-label::before {
1671
- color: #8A5252;
1672
- opacity: 100;
1673
- transition: all .5s; }
1674
-
1675
- .nf-red .nf-error {
1676
- position: relative; }
1677
- .nf-red .nf-error .ninja-forms-field {
1678
- border-color: #E80000 !important;
1679
- transition: all .5s; }
1680
- .nf-red .nf-error.field-wrap .nf-field-element::after {
1681
- background: #E80000;
1682
- color: #fff;
1683
- font-family: FontAwesome;
1684
- font-size: 20px;
1685
- content: "\f12a";
1686
- position: absolute;
1687
- top: 1px;
1688
- right: 1px;
1689
- bottom: 1px;
1690
- height: 48px;
1691
- width: 50px;
1692
- line-height: 50px;
1693
- text-align: center;
1694
- transition: all .5s; }
1695
- .nf-red .nf-error.field-wrap.checkbox-wrap .nf-field-element::after {
1696
- display: none; }
1697
- .nf-red .nf-error .nf-error-msg {
1698
- color: #E80000; }
1699
-
1700
- .nf-red .nf-pass {
1701
- position: relative; }
1702
- .nf-red .nf-pass .ninja-forms-field {
1703
- border-color: green !important;
1704
- transition: all .5s; }
1705
- .nf-red .nf-pass.field-wrap .nf-field-element::after {
1706
- color: green;
1707
- font-family: FontAwesome;
1708
- font-size: 30px;
1709
- content: "\f058";
1710
- position: absolute;
1711
- top: 0;
1712
- right: 16px;
1713
- height: 50px;
1714
- line-height: 50px;
1715
- transition: all .5s; }
1716
- .nf-red .nf-pass.field-wrap.checkbox-wrap .nf-field-element::after {
1717
- display: none; }
1718
-
1719
- .nf-red .nf-field-submit-error {
1720
- border: 1px solid;
1721
- margin: 10px 0px;
1722
- padding: 15px 15px 15px 50px;
1723
- position: relative;
1724
- z-index: 1; }
1725
- .nf-red .nf-field-submit-error::after {
1726
- content: "\f06a";
1727
- font-family: FontAwesome;
1728
- font-size: 24px;
1729
- position: absolute;
1730
- top: 0;
1731
- left: 15px;
1732
- height: 50px;
1733
- line-height: 50px;
1734
- z-index: 2; }
1735
-
1736
- .nf-red .nf-field-submit-error {
1737
- border-color: #D8000C;
1738
- color: #D8000C;
1739
- background-color: #FFBABA; }
1740
-
1741
- .nf-red .nf-icons .nf-field-element::before, .nf-red.nf-icons .nf-field-element::before {
1742
- background: #cca1a1;
1743
- color: #F0E3E3; }
1744
-
1745
- .nf-red .nf-help {
1746
- color: #8A5252; }
1747
-
1748
- /* ---------------------------------
1749
- LIGHT COLORS - nf-blue
1750
- ----------------------------------*/
1751
- .nf-blue .nf-form-content input:not([type='button']),
1752
- .nf-blue .nf-form-content textarea,
1753
- .nf-blue .nf-form-content .list-select-wrap .nf-field-element > div {
1754
- background: #DFEFF5;
1755
- border: 1px solid #91c8dd;
1756
- border-radius: 0;
1757
- box-shadow: none;
1758
- color: #3384a2;
1759
- transition: all .5s; }
1760
- .nf-blue .nf-form-content input:not([type='button']):focus,
1761
- .nf-blue .nf-form-content textarea:focus,
1762
- .nf-blue .nf-form-content .list-select-wrap .nf-field-element > div:focus {
1763
- background: white;
1764
- border-color: #44a1c4;
1765
- color: #44a1c4;
1766
- outline: none;
1767
- transition: all .5s; }
1768
-
1769
- .nf-blue .nf-form-content input[type="submit"],
1770
- .nf-blue .nf-form-content input[type="button"],
1771
- .nf-blue .nf-form-content button {
1772
- background: #4F9DBF;
1773
- border: 0;
1774
- color: #DFEFF5;
1775
- transition: all .5s; }
1776
- .nf-blue .nf-form-content input[type="submit"]:hover,
1777
- .nf-blue .nf-form-content input[type="button"]:hover,
1778
- .nf-blue .nf-form-content button:hover {
1779
- background: #91c8dd;
1780
- color: #3384a2;
1781
- transition: all .5s; }
1782
-
1783
- .nf-blue .nf-form-content select.ninja-forms-field {
1784
- color: #3384a2; }
1785
- .nf-blue .nf-form-content select.ninja-forms-field:focus {
1786
- background: transparent;
1787
- border: 0;
1788
- box-shadow: none;
1789
- outline: none; }
1790
-
1791
- .nf-blue .list-select-wrap div::after {
1792
- color: #3384a2;
1793
- transition: all .5s; }
1794
-
1795
- .nf-blue .list-select-wrap select:active + div, .nf-blue .list-select-wrap select:focus + div {
1796
- background: white !important;
1797
- border-color: #44a1c4 !important;
1798
- transition: all .5s; }
1799
-
1800
- .nf-blue .listradio-wrap .nf-field-element label::after {
1801
- background: #DFEFF5;
1802
- border: 2px solid #91c8dd;
1803
- transition: all .5s; }
1804
-
1805
- .nf-blue .listradio-wrap .nf-field-element label.nf-checked-label::after {
1806
- border-color: #4F9DBF;
1807
- transition: all .5s; }
1808
-
1809
- .nf-blue .listradio-wrap .nf-field-element label.nf-checked-label::before {
1810
- background: #4F9DBF; }
1811
-
1812
- .nf-blue .checkbox-wrap .nf-field-label label::after,
1813
- .nf-blue .checkbox-wrap .nf-field-element label::after,
1814
- .nf-blue .listcheckbox-wrap .nf-field-label label::after,
1815
- .nf-blue .listcheckbox-wrap .nf-field-element label::after {
1816
- background: #DFEFF5;
1817
- border-color: #91c8dd;
1818
- transition: all .5s; }
1819
-
1820
- .nf-blue .checkbox-wrap .nf-field-label label::before,
1821
- .nf-blue .checkbox-wrap .nf-field-element label::before,
1822
- .nf-blue .listcheckbox-wrap .nf-field-label label::before,
1823
- .nf-blue .listcheckbox-wrap .nf-field-element label::before {
1824
- color: #DFEFF5;
1825
- opacity: 0;
1826
- transition: all .5s; }
1827
-
1828
- .nf-blue .checkbox-wrap .nf-field-label label.nf-checked-label::after,
1829
- .nf-blue .checkbox-wrap .nf-field-element label.nf-checked-label::after,
1830
- .nf-blue .listcheckbox-wrap .nf-field-label label.nf-checked-label::after,
1831
- .nf-blue .listcheckbox-wrap .nf-field-element label.nf-checked-label::after {
1832
- border-color: #7ebed7;
1833
- transition: all .5s; }
1834
-
1835
- .nf-blue .checkbox-wrap .nf-field-label label.nf-checked-label::before,
1836
- .nf-blue .checkbox-wrap .nf-field-element label.nf-checked-label::before,
1837
- .nf-blue .listcheckbox-wrap .nf-field-label label.nf-checked-label::before,
1838
- .nf-blue .listcheckbox-wrap .nf-field-element label.nf-checked-label::before {
1839
- color: #4F9DBF;
1840
- opacity: 100;
1841
- transition: all .5s; }
1842
-
1843
- .nf-blue .nf-error {
1844
- position: relative; }
1845
- .nf-blue .nf-error .ninja-forms-field {
1846
- border-color: #E80000 !important;
1847
- transition: all .5s; }
1848
- .nf-blue .nf-error.field-wrap .nf-field-element::after {
1849
- background: #E80000;
1850
- color: #fff;
1851
- font-family: FontAwesome;
1852
- font-size: 20px;
1853
- content: "\f12a";
1854
- position: absolute;
1855
- top: 1px;
1856
- right: 1px;
1857
- bottom: 1px;
1858
- height: 48px;
1859
- width: 50px;
1860
- line-height: 50px;
1861
- text-align: center;
1862
- transition: all .5s; }
1863
- .nf-blue .nf-error.field-wrap.checkbox-wrap .nf-field-element::after {
1864
- display: none; }
1865
- .nf-blue .nf-error .nf-error-msg {
1866
- color: #E80000; }
1867
-
1868
- .nf-blue .nf-pass {
1869
- position: relative; }
1870
- .nf-blue .nf-pass .ninja-forms-field {
1871
- border-color: green !important;
1872
- transition: all .5s; }
1873
- .nf-blue .nf-pass.field-wrap .nf-field-element::after {
1874
- color: green;
1875
- font-family: FontAwesome;
1876
- font-size: 30px;
1877
- content: "\f058";
1878
- position: absolute;
1879
- top: 0;
1880
- right: 16px;
1881
- height: 50px;
1882
- line-height: 50px;
1883
- transition: all .5s; }
1884
- .nf-blue .nf-pass.field-wrap.checkbox-wrap .nf-field-element::after {
1885
- display: none; }
1886
-
1887
- .nf-blue .nf-field-submit-error {
1888
- border: 1px solid;
1889
- margin: 10px 0px;
1890
- padding: 15px 15px 15px 50px;
1891
- position: relative;
1892
- z-index: 1; }
1893
- .nf-blue .nf-field-submit-error::after {
1894
- content: "\f06a";
1895
- font-family: FontAwesome;
1896
- font-size: 24px;
1897
- position: absolute;
1898
- top: 0;
1899
- left: 15px;
1900
- height: 50px;
1901
- line-height: 50px;
1902
- z-index: 2; }
1903
-
1904
- .nf-blue .nf-field-submit-error {
1905
- border-color: #D8000C;
1906
- color: #D8000C;
1907
- background-color: #FFBABA; }
1908
-
1909
- .nf-blue .nf-icons .nf-field-element::before, .nf-blue.nf-icons .nf-field-element::before {
1910
- background: #91c8dd;
1911
- color: #DFEFF5; }
1912
-
1913
- .nf-blue .nf-help {
1914
- color: #4F9DBF; }
1915
-
1916
- @media only screen and (max-width: 800px) {
1917
- .nf-field-container .nf-field-label {
1918
- margin-bottom: 10px !important;
1919
- padding: 0;
1920
- width: 100%;
1921
- -ms-flex-order: 5;
1922
- order: 5; }
1923
- .nf-field-container .nf-field-label label {
1924
- text-align: left; }
1925
- .nf-field-container .nf-field-description {
1926
- margin: 0;
1927
- width: 100%;
1928
- -ms-flex-order: 10;
1929
- order: 10; }
1930
- .nf-field-container .nf-field-element {
1931
- width: 100%;
1932
- -ms-flex-order: 15;
1933
- order: 15; }
1934
- .nf-field-container .checkbox-wrap .nf-field-label {
1935
- width: auto; }
1936
- .nf-field-container .checkbox-wrap .nf-field-label label {
1937
- position: relative;
1938
- margin-left: 30px; }
1939
- .nf-field-container .checkbox-wrap .nf-field-label label::after {
1940
- left: -28px;
1941
- bottom: 0; }
1942
- .nf-field-container .checkbox-wrap .nf-field-label label::before {
1943
- left: -30px;
1944
- bottom: 0; }
1945
- .nf-field-container .checkbox-wrap .nf-field-element {
1946
- width: 20px; }
1947
- .nf-form-cont .five-sixths,
1948
- .nf-form-cont .four-sixths,
1949
- .nf-form-cont .one-fourth,
1950
- .nf-form-cont .one-half,
1951
- .nf-form-cont .one-sixth,
1952
- .nf-form-cont .one-third,
1953
- .nf-form-cont .three-fourths,
1954
- .nf-form-cont .three-sixths,
1955
- .nf-form-cont .two-fourths,
1956
- .nf-form-cont .two-sixths,
1957
- .nf-form-cont .two-thirds {
1958
- clear: both;
1959
- float: none;
1960
- margin: 0;
1961
- width: 100%; }
1962
- .nf-form-cont .five-sixths .inside,
1963
- .nf-form-cont .four-sixths .inside,
1964
- .nf-form-cont .one-fourth .inside,
1965
- .nf-form-cont .one-half .inside,
1966
- .nf-form-cont .one-sixth .inside,
1967
- .nf-form-cont .one-third .inside,
1968
- .nf-form-cont .three-fourths .inside,
1969
- .nf-form-cont .three-sixths .inside,
1970
- .nf-form-cont .two-fourths .inside,
1971
- .nf-form-cont .two-sixths .inside,
1972
- .nf-form-cont .two-thirds .inside {
1973
- padding: 0; } }
1974
-
1975
  /*# sourceMappingURL=display-opinions-light.css.map */
1
+ .ninja-forms-form-wrap *,.ninja-forms-form-wrap :after,.ninja-forms-form-wrap :before{-ms-box-sizing:border-box;box-sizing:border-box}.nf-response-msg{display:none}#ninja_forms_required_items,.nf-field-container{clear:both;position:relative;margin-bottom:25px}#ninja_forms_required_items:after,.nf-field-container:after{clear:both;content:"";display:block}#ninja_forms_required_items.hidden-container,#ninja_forms_required_items.hr-container,.nf-field-container.hidden-container,.nf-field-container.hr-container{margin:0;height:auto}#ninja_forms_required_items.hidden-container .nf-field-label,#ninja_forms_required_items.hr-container .nf-field-label,#ninja_forms_required_items.html-container .nf-field-label,.nf-field-container.hidden-container .nf-field-label,.nf-field-container.hr-container .nf-field-label,.nf-field-container.html-container .nf-field-label{display:none}.nf-field-label label{font-weight:700;margin:0;padding:0}.nf-field-element{position:relative}.nf-field-element input,.nf-field-element select,.nf-field-element textarea{margin:0;width:auto;height:auto;vertical-align:inherit}.nf-field-element textarea{height:200px}.nf-field-description p:last-child{margin:0}.nf-help{background:url(../img/help-info.png) no-repeat;display:inline-block;width:16px;height:16px}.nf-input-limit{font-size:12px;margin-top:5px}.nf-static{padding:0 10px}.nf-after-field .nf-error-msg{margin-right:10px}.list-checkbox-wrap .nf-field-element li,.list-checkbox-wrap .nf-field-element ul,.list-radio-wrap .nf-field-element li,.list-radio-wrap .nf-field-element ul{list-style:none!important;margin:0!important;padding:0!important}.list-checkbox-wrap .nf-field-element li input,.list-checkbox-wrap .nf-field-element ul input,.list-radio-wrap .nf-field-element li input,.list-radio-wrap .nf-field-element ul input{margin-right:5px}.list-checkbox-wrap .nf-field-element li,.list-radio-wrap .nf-field-element li{padding-left:10px;margin:0 0 5px!important;text-indent:0!important}.list-checkbox-wrap .nf-field-element li label,.list-radio-wrap .nf-field-element li label{display:block;float:none;width:auto;margin-left:1.5em}.list-checkbox-wrap .nf-field-element li input,.list-radio-wrap .nf-field-element li input{width:auto!important;float:left;margin-top:.25em}.product-wrap>div input{width:80px!important}.product-wrap>div .nf-product-field span{padding:0 5px}.starrating-wrap .star{border-bottom:0}.nf-form-hp{position:absolute;visibility:hidden}.list-select-wrap div div{display:none}.nf-error-msg,.ninja-forms-req-symbol{color:#e80000}.nf-error .ninja-forms-field{border:1px solid #e80000}.nf-field-submit-error{padding:15px}.ninja-forms-noscript-message{background:#f1f1f1;border:4px dashed #ccc;color:#333;display:block;font-size:20px;margin:20px 0;padding:40px;text-align:center}.two-col-list ul li{float:left;width:50%}.three-col-list ul li{float:left;width:33.33%}.four-col-list ul li{float:left;width:25%}.five-col-list ul li{float:left;width:20%}.six-col-list ul li{float:left;width:16.66%}body .pika-label{background:transparent}.nf-form-cont .five-sixths,.nf-form-cont .four-sixths,.nf-form-cont .one-fourth,.nf-form-cont .one-half,.nf-form-cont .one-sixth,.nf-form-cont .one-third,.nf-form-cont .three-fourths,.nf-form-cont .three-sixths,.nf-form-cont .two-fourths,.nf-form-cont .two-sixths,.nf-form-cont .two-thirds{clear:none;float:left;margin-left:2.564102564102564%}.nf-form-cont .five-sixths .inside,.nf-form-cont .four-sixths .inside,.nf-form-cont .one-fourth .inside,.nf-form-cont .one-half .inside,.nf-form-cont .one-sixth .inside,.nf-form-cont .one-third .inside,.nf-form-cont .three-fourths .inside,.nf-form-cont .three-sixths .inside,.nf-form-cont .two-fourths .inside,.nf-form-cont .two-sixths .inside,.nf-form-cont .two-thirds .inside{padding:20px}.nf-form-cont .five-sixths:after,.nf-form-cont .four-sixths:after,.nf-form-cont .one-fourth:after,.nf-form-cont .one-half:after,.nf-form-cont .one-sixth:after,.nf-form-cont .one-third:after,.nf-form-cont .three-fourths:after,.nf-form-cont .three-sixths:after,.nf-form-cont .two-fourths:after,.nf-form-cont .two-sixths:after,.nf-form-cont .two-thirds:after{clear:both;content:"";display:block}.nf-form-cont .one-half,.nf-form-cont .three-sixths,.nf-form-cont .two-fourths{width:48.717948717948715%}.nf-form-cont .one-third,.nf-form-cont .two-sixths{width:31.623931623931625%}.nf-form-cont .four-sixths,.nf-form-cont .two-thirds{width:65.81196581196582%}.nf-form-cont .one-fourth{width:23.076923076923077%}.nf-form-cont .three-fourths{width:74.35897435897436%}.nf-form-cont .one-sixth{width:14.52991452991453%}.nf-form-cont .five-sixths{width:82.90598290598291%}.nf-form-cont .first{clear:both;margin-left:0}.note-popover{display:none!important}.nf-form-wrap .note-editor{border:0!important}.nf-form-wrap .note-editor .note-toolbar:after{clear:both;content:"";display:block}.nf-form-wrap .note-editor .note-editable{background:#f9f9f9;border:1px solid #f1f1f1;display:block}.nf-form-wrap .note-editor .note-editable p{font-size:16px}.nf-form-wrap .note-editor .note-editable ul{list-style-type:disc;margin-left:2em}.nf-form-wrap .note-editor .note-editable table td{border:1px solid #ccc;width:auto}.nf-form-wrap .note-editor .modal{display:none}.nf-form-wrap .note-editor .btn-group{float:left}.nf-form-wrap .note-editor .btn-group.note-tools{float:right}.nf-form-wrap .note-editor .btn{background:#f9f9f9;border:0;border-radius:4px;color:#666;cursor:pointer;margin-right:2px;padding-top:4px}.nf-form-wrap .note-editor .btn.disabled{background:transparent;color:#aaa}.nf-form-wrap .note-editor .btn.disabled .merge-tags{background:#f9f9f9;color:#666}.nf-form-wrap .note-editor button[type=button]{padding:4px;width:auto;height:auto}.nf-form-wrap .note-editor .dropdown-toggle{position:relative;display:inline-block;top:0}.nf-form-wrap .note-editor .dropdown-toggle:after{content:"";width:0}.nf-form-wrap .tooltip{position:absolute;z-index:1070;display:block;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.nf-form-wrap .tooltip.in{filter:alpha(opacity=90);opacity:.9}.nf-form-wrap .tooltip.top{padding:5px 0;margin-top:-3px}.nf-form-wrap .tooltip.right{padding:0 5px;margin-left:3px}.nf-form-wrap .tooltip.bottom{padding:5px 0;margin-top:3px}.nf-form-wrap .tooltip.left{padding:0 5px;margin-left:-3px}.nf-form-wrap .tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.nf-form-wrap .tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.nf-form-wrap .tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.nf-form-wrap .tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.nf-form-wrap .tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.nf-form-wrap .tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.nf-form-wrap .tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.nf-form-wrap .tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.nf-form-wrap .tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.nf-form-wrap .tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.nf-form-wrap .dropdown-menu{position:absolute;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175)}.nf-form-wrap .dropdown-menu.pull-right{right:0;left:auto}.nf-form-wrap .dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nf-form-wrap .dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.nf-form-wrap .dropdown-menu>li>a:focus,.nf-form-wrap .dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.nf-form-wrap .dropdown-menu>.active>a,.nf-form-wrap .dropdown-menu>.active>a:focus,.nf-form-wrap .dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.nf-form-wrap .dropdown-menu>.disabled>a,.nf-form-wrap .dropdown-menu>.disabled>a:focus,.nf-form-wrap .dropdown-menu>.disabled>a:hover{color:#777}.nf-form-wrap .dropdown-menu>.disabled>a:focus,.nf-form-wrap .dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.nf-form-wrap .open>.dropdown-menu{display:block}.nf-form-wrap .open>a{outline:0}.nf-form-wrap .dropdown-menu-right{right:0;left:auto}.nf-form-wrap .dropdown-menu-left{right:auto;left:0}.nf-form-wrap .dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.nf-form-wrap .dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.nf-form-wrap .pull-right>.dropdown-menu{right:0;left:auto}.nf-form-wrap .dropup .caret,.nf-form-wrap .navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.nf-form-wrap .dropup .dropdown-menu,.nf-form-wrap .navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.nf-form-wrap .navbar-right .dropdown-menu{right:0;left:auto}.nf-form-wrap .navbar-right .dropdown-menu-left{right:auto;left:0}}.nf-form-wrap .btn-group-justified>.btn-group .dropdown-menu{left:auto}.nf-form-wrap .nav-justified>.dropdown .dropdown-menu,.nf-form-wrap .nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}.nf-form-wrap .nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}@media (max-width:767px){.nf-form-wrap .navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.nf-form-wrap .navbar-nav .open .dropdown-menu .dropdown-header,.nf-form-wrap .navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.nf-form-wrap .navbar-nav .open .dropdown-menu>li>a{line-height:20px}.nf-form-wrap .navbar-nav .open .dropdown-menu>li>a:focus,.nf-form-wrap .navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}.nf-form-wrap .navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.nf-form-wrap .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}@media (max-width:767px){.nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}@media (max-width:767px){.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.nf-loading-spinner{width:40px;height:40px;margin:100px auto;background-color:hsla(0,0%,82%,.5);border-radius:100%;animation:nf-scaleout 1.0s infinite ease-in-out}@keyframes nf-scaleout{0%{transform:scale(0)}to{transform:scale(1);opacity:0}}.field-wrap{display:-ms-flexbox;display:flex}.field-wrap>label{display:block}.field-wrap .pikaday__container,.field-wrap .pikaday__display,.field-wrap>div input,.field-wrap select,.field-wrap textarea{width:100%}.field-wrap>div input[type=checkbox],.field-wrap button,.field-wrap input[type=button],.field-wrap input[type=submit]{width:auto}.nf-field-label{-ms-flex-order:5;order:5}.nf-field-description{width:100%;-ms-flex-order:10;order:10}.nf-field-element{-ms-flex-order:15;order:15}.label-above .nf-field-label{margin-bottom:10px}.label-below .nf-field-label{margin-top:10px;-ms-flex-order:15;order:15}.label-below .nf-field-element{-ms-flex-order:5;order:5}.label-hidden .field-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.label-hidden .nf-field-label{height:0;margin:0!important;width:100%;visibility:hidden}.label-hidden .nf-field-description{width:100%;-ms-flex-order:20;order:20}.label-hidden .nf-field-element{width:100%}.label-left .field-wrap{-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.label-left .nf-field-label{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;padding-right:2%;text-align:right;width:35%;-ms-flex-order:5;order:5}.label-left .nf-field-label label{width:100%}.label-left .nf-field-description{margin-left:35%}.label-left .nf-field-element{display:inline-block;width:65%;-ms-flex-order:10;order:10}.label-left .nf-after-field{margin-left:36.5%}.label-right .field-wrap,.label-right .nf-field-label{-ms-flex-direction:row;flex-direction:row}.label-right .nf-field-label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding-left:2%;width:35%;-ms-flex-order:10;order:10}.label-right .nf-field-description{margin-right:35%;-ms-flex-order:15;order:15}.label-right .nf-field-element{display:inline-block;width:65%;-ms-flex-order:5;order:5}.label-right .checkbox-wrap .nf-field-label{width:auto}.label-right .checkbox-wrap .nf-field-element{width:20px}.label-right .nf-after-field{width:65%}.label-above .field-wrap,.label-below .field-wrap{-ms-flex-direction:column;flex-direction:column;-ms-flex-flow:wrap;flex-flow:wrap}.label-above .nf-field-element,.label-below .nf-field-element{margin:0;width:100%}.label-left .listcheckbox-wrap .nf-field-label,.label-left .listradio-wrap .nf-field-label,.label-left .textarea-wrap .nf-field-label,.label-right .listcheckbox-wrap .nf-field-label,.label-right .listradio-wrap .nf-field-label,.label-right .textarea-wrap .nf-field-label{-ms-flex-align:start;align-items:flex-start}.label-left .textarea-wrap .nf-field-label,.label-right .textarea-wrap .nf-field-label{margin-top:5px}.label-left .hr-wrap,.label-left .html-wrap,.label-right .hr-wrap,.label-right .html-wrap{display:block}.label-left .hr-wrap .nf-field-element,.label-left .html-wrap .nf-field-element,.label-right .hr-wrap .nf-field-element,.label-right .html-wrap .nf-field-element{display:block;margin:0;width:100%}.nf-help{background:none}.nf-field-description{font-size:14px}.nf-form-content{padding:5px;max-width:1000px;margin:0 auto}.nf-form-content label{font-size:18px;line-height:20px}.nf-form-content .listselect-wrap .nf-field-element div,.nf-form-content .ninja-forms-field{font-size:16px;margin:0;padding:12px}.nf-form-content .listselect-wrap .nf-field-element div,.nf-form-content input.ninja-forms-field,.nf-form-content select.ninja-forms-field{height:50px}.nf-form-content textarea.ninja-forms-field{height:200px}.nf-form-content hr.ninja-forms-field{padding:0}.nf-form-content input[type=checkbox].ninja-forms-field,.nf-form-content input[type=radio].ninja-forms-field{height:auto}.nf-form-content .listcheckbox-wrap li,.nf-form-content .listradio-wrap li{margin-bottom:12px!important;line-height:0}.nf-form-content .nf-product-field span{padding-right:16px}.nf-form-content .nf-product-field .nf-field-qty{font-size:16px;padding:5px;width:80px!important}.nf-form-content .nf-static{background:transparent;border:0;font-weight:700;padding:0}.nf-form-content .label-above .nf-field-label,.nf-form-content .label-below .nf-field-label,.nf-form-content .label-hidden .nf-field-label{margin-bottom:10px;padding:0}.nf-form-content .label-below .nf-field-label{margin-bottom:0;margin-top:10px}.nf-form-content .label-right .nf-field-label{margin:0}.nf-form-content .label-right>input[type=radio],.nf-form-content .label-right input[type=checkbox],.nf-form-content .label-right ul{margin-right:1%}.nf-form-content .list-select-wrap>div{position:relative}.nf-form-content .list-select-wrap>div div{display:block;position:absolute;font-size:16px;line-height:16px;margin:0;padding:16px;height:50px;top:0;right:0;left:0;z-index:1}.nf-form-content .list-select-wrap>div div:after{content:"\f078";font-family:FontAwesome;font-size:20px;position:absolute;right:10px;bottom:0;height:50px;line-height:50px}.nf-form-content .list-select-wrap>div.label-right div{width:59%}.nf-form-content .list-select-wrap>div.label-below div{top:0;bottom:auto}.nf-form-content .list-select-wrap>div.label-left div{width:59%;left:40.5%;right:40px}.nf-form-content .list-select-wrap>div select{background:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;z-index:2}.nf-form-content .listmultiselect-wrap select{-webkit-appearance:normal;-moz-appearance:normal;appearance:normal}.checkbox-wrap .nf-field-element label,.checkbox-wrap .nf-field-label label,.listcheckbox-wrap .nf-field-element label,.listcheckbox-wrap .nf-field-label label{position:relative;margin-left:30px}.checkbox-wrap .nf-field-element label:after,.checkbox-wrap .nf-field-label label:after,.listcheckbox-wrap .nf-field-element label:after,.listcheckbox-wrap .nf-field-label label:after{border:1px solid;content:"";width:18px;height:18px;position:absolute;left:-28px;bottom:0}.checkbox-wrap .nf-field-element label:before,.checkbox-wrap .nf-field-label label:before,.listcheckbox-wrap .nf-field-element label:before,.listcheckbox-wrap .nf-field-label label:before{content:"\f00c";font-family:FontAwesome;font-size:24px;position:absolute;bottom:0;z-index:2}.checkbox-container .nf-field-element input{display:none}.checkbox-container.label-above label{height:50px;margin:0;display:block}.checkbox-container.label-above label:before{left:-2px;bottom:-16px}.checkbox-container.label-above label:after{left:0;bottom:-16px}.checkbox-container.label-below label{margin:0;display:block;margin-top:20px}.checkbox-container.label-below label:before{left:-2px;bottom:auto;top:-27px}.checkbox-container.label-below label:after{left:0;bottom:auto;top:-25px}.checkbox-container.label-left .nf-field-label{width:38%;padding-right:5%}.checkbox-container.label-left .nf-field-element{width:58%}.checkbox-container.label-left label{margin:0;display:block}.checkbox-container.label-left label:before{left:auto;top:-2px;right:-36px}.checkbox-container.label-left label:after{left:auto;top:0;right:-31px}.checkbox-container.label-right .nf-field-label{padding:0;-ms-flex-order:10;order:10}.checkbox-container.label-right .nf-field-element{-ms-flex-order:5;order:5;display:none}.checkbox-container.label-right label{margin:0 0 0 30px;display:block}.checkbox-container.label-right label:before{left:-30px;top:0}.checkbox-container.label-right label:after{left:-28px;top:0}.checkbox-container.label-right .field-wrap{display:-ms-flexbox;display:flex}.checkbox-container.label-right .field-wrap>div{width:100%}.checkbox-container.label-hidden label{height:0;margin:0;display:block}.checkbox-container.label-hidden label:after{left:0;bottom:0;visibility:visible}.checkbox-container.label-hidden label.nf-checked-label:before{left:-2px;bottom:0;visibility:visible}.listcheckbox-container .nf-field-label label:after{background:transparent!important;border:0}.listcheckbox-container .nf-field-element input{display:none}.listcheckbox-container .nf-field-element label{margin-left:30px!important}.listcheckbox-container .nf-field-element label:before{top:1px;left:-30px;bottom:auto}.listcheckbox-container .nf-field-element label:after{top:3px;bottom:auto}.listcheckbox-container.label-above .nf-field-label label,.listcheckbox-container.label-below .nf-field-label label,.listcheckbox-container.label-right .nf-field-label label{margin:0}.listcheckbox-container.label-above .nf-field-label label:before,.listcheckbox-container.label-below .nf-field-label label:before,.listcheckbox-container.label-right .nf-field-label label:before{left:-30px}.listradio-wrap .nf-field-element label{position:relative;margin-left:30px!important}.listradio-wrap .nf-field-element label:after{border-radius:50%;content:"";width:18px;height:18px;position:absolute;left:-30px;bottom:1px;top:.05em}.listradio-wrap .nf-field-element label.nf-checked-label:before{border-radius:50%;content:"";height:10px;width:10px;position:absolute;left:-26px;bottom:5px;z-index:2;top:.25em}.listradio-wrap .nf-field-element input{display:none}input[type=checkbox].nf-toggle{background:transparent;border:0;box-shadow:0 0 0;margin:10px;height:18px;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;cursor:pointer}input[type=checkbox].nf-toggle:after{background:#bcbdbf;border:2px solid #bcbdbf;border-radius:20px;content:"";position:absolute;top:-4px;left:-4px;width:46px;height:24px;transition:all 0.3s ease}input[type=checkbox].nf-toggle:before{background:#fff;border-radius:20px;content:"";position:absolute;top:-1px;left:0;width:18px;height:18px;z-index:99;transition:all 0.3s ease}input[type=checkbox].nf-toggle:checked:after{background:#90ee90;border:2px solid #90ee90;transition:all 0.3s ease}input[type=checkbox].nf-toggle:checked:before{top:-1px;left:20px;transition:all 0.3s ease}.label-right input[type=checkbox].nf-toggle{padding:0 50px 0 0}.label-left input[type=checkbox].nf-toggle{padding:0;margin-left:22px;margin-top:20px}.nf-icons .nf-field-element{position:relative}.nf-icons .nf-field-element:before{font-family:FontAwesome;font-size:20px;position:absolute;left:1px;bottom:1px;height:48px;width:50px;line-height:50px;text-align:center;z-index:1}.nf-icons .address-wrap .nf-field-element input,.nf-icons .city-wrap .nf-field-element input,.nf-icons .creditcardcvc-wrap .nf-field-element input,.nf-icons .creditcardexpiration-wrap .nf-field-element input,.nf-icons .creditcardfullname-wrap .nf-field-element input,.nf-icons .creditcardnumber-wrap .nf-field-element input,.nf-icons .creditcardzip-wrap .nf-field-element input,.nf-icons .date-wrap .nf-field-element input,.nf-icons .email-wrap .nf-field-element input,.nf-icons .firstname-wrap .nf-field-element input,.nf-icons .lastname-wrap .nf-field-element input,.nf-icons .number-wrap .nf-field-element input,.nf-icons .phone-wrap .nf-field-element input,.nf-icons .quantity-wrap .nf-field-element input,.nf-icons .state-wrap .nf-field-element input,.nf-icons .zip-wrap .nf-field-element input{padding-left:60px}.nf-icons.right .nf-field-element:before{left:auto;right:1px}.nf-icons.right .address-wrap>div input,.nf-icons.right .city-wrap>div input,.nf-icons.right .creditcardcvc-wrap>div input,.nf-icons.right .creditcardexpiration-wrap>div input,.nf-icons.right .creditcardfullname-wrap>div input,.nf-icons.right .creditcardnumber-wrap>div input,.nf-icons.right .creditcardzip-wrap>div input,.nf-icons.right .date-wrap>div input,.nf-icons.right .email-wrap>div input,.nf-icons.right .firstname-wrap>div input,.nf-icons.right .lastname-wrap>div input,.nf-icons.right .number-wrap>div input,.nf-icons.right .phone-wrap>div input,.nf-icons.right .quantity-wrap>div input,.nf-icons.right .state-wrap>div input,.nf-icons.right .zip-wrap>div input{padding-left:12px;padding-right:60px}.nf-icons .date-wrap .nf-field-element:before{content:"\f073"}.nf-icons .number-wrap .nf-field-element:before,.nf-icons .quantity-wrap>div:before{content:"\f292"}.nf-icons .email-wrap .nf-field-element:before{content:"\f0e0"}.nf-icons .phone-wrap .nf-field-element:before{content:"\f095"}.nf-icons .firstname-wrap .nf-field-element:before,.nf-icons .lastname-wrap .nf-field-element:before{content:"\f007"}.nf-icons .address-wrap .nf-field-element:before,.nf-icons .city-wrap .nf-field-element:before,.nf-icons .state-wrap .nf-field-element:before,.nf-icons .zip-wrap .nf-field-element:before{content:"\f041"}.nf-icons .creditcardcvc-wrap .nf-field-element:before,.nf-icons .creditcardexpiration-wrap .nf-field-element:before,.nf-icons .creditcardfullname-wrap .nf-field-element:before,.nf-icons .creditcardnumber-wrap .nf-field-element:before,.nf-icons .creditcardzip-wrap .nf-field-element:before{content:"\f283"}.nf-form-content .list-select-wrap .nf-field-element>div,.nf-form-content input:not([type=button]),.nf-form-content textarea{background:#f7f7f7;border:1px solid #c4c4c4;border-radius:0;box-shadow:none;color:#787878;transition:all .5s}.nf-form-content .list-select-wrap .nf-field-element>div:focus,.nf-form-content input:not([type=button]):focus,.nf-form-content textarea:focus{background:#fff;border-color:#919191;color:#919191;outline:none;transition:all .5s}.nf-form-content button,.nf-form-content input[type=button],.nf-form-content input[type=submit]{background:#333;border:0;color:#f7f7f7;transition:all .5s}.nf-form-content button:hover,.nf-form-content input[type=button]:hover,.nf-form-content input[type=submit]:hover{background:#c4c4c4;color:#787878;transition:all .5s}.nf-form-content select.ninja-forms-field{color:#787878}.nf-form-content select.ninja-forms-field:focus{background:transparent;border:0;box-shadow:none;outline:none}.list-select-wrap div:after{color:#787878;transition:all .5s}.list-select-wrap select:active+div,.list-select-wrap select:focus+div{background:#fff!important;border-color:#919191!important;transition:all .5s}.listradio-wrap .nf-field-element label:after{background:#f7f7f7;border:2px solid #c4c4c4;transition:all .5s}.listradio-wrap .nf-field-element label.nf-checked-label:after{border-color:#333;transition:all .5s}.listradio-wrap .nf-field-element label.nf-checked-label:before{background:#333}.checkbox-wrap .nf-field-element label:after,.checkbox-wrap .nf-field-label label:after,.listcheckbox-wrap .nf-field-element label:after,.listcheckbox-wrap .nf-field-label label:after{background:#f7f7f7;border-color:#c4c4c4;transition:all .5s}.checkbox-wrap .nf-field-element label:before,.checkbox-wrap .nf-field-label label:before,.listcheckbox-wrap .nf-field-element label:before,.listcheckbox-wrap .nf-field-label label:before{color:#f7f7f7;opacity:0;transition:all .5s}.checkbox-wrap .nf-field-element label.nf-checked-label:after,.checkbox-wrap .nf-field-label label.nf-checked-label:after,.listcheckbox-wrap .nf-field-element label.nf-checked-label:after,.listcheckbox-wrap .nf-field-label label.nf-checked-label:after{border-color:#b7b7b7;transition:all .5s}.checkbox-wrap .nf-field-element label.nf-checked-label:before,.checkbox-wrap .nf-field-label label.nf-checked-label:before,.listcheckbox-wrap .nf-field-element label.nf-checked-label:before,.listcheckbox-wrap .nf-field-label label.nf-checked-label:before{color:#333;opacity:100;transition:all .5s}.nf-error{position:relative}.nf-error .ninja-forms-field{border-color:#e80000!important;transition:all .5s}.nf-error.field-wrap .nf-field-element:after{background:#e80000;color:#fff;font-family:FontAwesome;font-size:20px;content:"\f12a";position:absolute;top:1px;right:1px;bottom:1px;height:48px;width:50px;line-height:50px;text-align:center;transition:all .5s}.nf-error.field-wrap.checkbox-wrap .nf-field-element:after{display:none}.nf-error .nf-error-msg{color:#e80000}.nf-pass{position:relative}.nf-pass .ninja-forms-field{border-color:green!important;transition:all .5s}.nf-pass.field-wrap .nf-field-element:after{color:green;font-family:FontAwesome;font-size:30px;content:"\f058";position:absolute;top:0;right:16px;height:50px;line-height:50px;transition:all .5s}.nf-pass.field-wrap.checkbox-wrap .nf-field-element:after{display:none}.nf-field-submit-error{border:1px solid;margin:10px 0px;padding:15px 15px 15px 50px;position:relative;z-index:1}.nf-field-submit-error:after{content:"\f06a";font-family:FontAwesome;font-size:24px;position:absolute;top:0;left:15px;height:50px;line-height:50px;z-index:2}.nf-field-submit-error{border-color:#d8000c;color:#d8000c;background-color:#ffbaba}.nf-icons .nf-field-element:before{background:#c4c4c4;color:#f7f7f7}.nf-help{color:#333}.nf-brown .nf-form-content .list-select-wrap .nf-field-element>div,.nf-brown .nf-form-content input:not([type=button]),.nf-brown .nf-form-content textarea{background:#f3efdd;border:1px solid #d8cc92;border-radius:0;box-shadow:none;color:#9a8837;transition:all .5s}.nf-brown .nf-form-content .list-select-wrap .nf-field-element>div:focus,.nf-brown .nf-form-content input:not([type=button]):focus,.nf-brown .nf-form-content textarea:focus{background:#fff;border-color:#bea846;color:#bea846;outline:none;transition:all .5s}.nf-brown .nf-form-content button,.nf-brown .nf-form-content input[type=button],.nf-brown .nf-form-content input[type=submit]{background:#736628;border:0;color:#f3efdd;transition:all .5s}.nf-brown .nf-form-content button:hover,.nf-brown .nf-form-content input[type=button]:hover,.nf-brown .nf-form-content input[type=submit]:hover{background:#d8cc92;color:#9a8837;transition:all .5s}.nf-brown .nf-form-content select.ninja-forms-field{color:#9a8837}.nf-brown .nf-form-content select.ninja-forms-field:focus{background:transparent;border:0;box-shadow:none;outline:none}.nf-brown .list-select-wrap div:after{color:#9a8837;transition:all .5s}.nf-brown .list-select-wrap select:active+div,.nf-brown .list-select-wrap select:focus+div{background:#fff!important;border-color:#bea846!important;transition:all .5s}.nf-brown .listradio-wrap .nf-field-element label:after{background:#f3efdd;border:2px solid #d8cc92;transition:all .5s}.nf-brown .listradio-wrap .nf-field-element label.nf-checked-label:after{border-color:#736628;transition:all .5s}.nf-brown .listradio-wrap .nf-field-element label.nf-checked-label:before{background:#736628}.nf-brown .checkbox-wrap .nf-field-element label:after,.nf-brown .checkbox-wrap .nf-field-label label:after,.nf-brown .listcheckbox-wrap .nf-field-element label:after,.nf-brown .listcheckbox-wrap .nf-field-label label:after{background:#f3efdd;border-color:#d8cc92;transition:all .5s}.nf-brown .checkbox-wrap .nf-field-element label:before,.nf-brown .checkbox-wrap .nf-field-label label:before,.nf-brown .listcheckbox-wrap .nf-field-element label:before,.nf-brown .listcheckbox-wrap .nf-field-label label:before{color:#f3efdd;opacity:0;transition:all .5s}.nf-brown .checkbox-wrap .nf-field-element label.nf-checked-label:after,.nf-brown .checkbox-wrap .nf-field-label label.nf-checked-label:after,.nf-brown .listcheckbox-wrap .nf-field-element label.nf-checked-label:after,.nf-brown .listcheckbox-wrap .nf-field-label label.nf-checked-label:after{border-color:#d2c37f;transition:all .5s}.nf-brown .checkbox-wrap .nf-field-element label.nf-checked-label:before,.nf-brown .checkbox-wrap .nf-field-label label.nf-checked-label:before,.nf-brown .listcheckbox-wrap .nf-field-element label.nf-checked-label:before,.nf-brown .listcheckbox-wrap .nf-field-label label.nf-checked-label:before{color:#736628;opacity:100;transition:all .5s}.nf-brown .nf-error{position:relative}.nf-brown .nf-error .ninja-forms-field{border-color:#e80000!important;transition:all .5s}.nf-brown .nf-error.field-wrap .nf-field-element:after{background:#e80000;color:#fff;font-family:FontAwesome;font-size:20px;content:"\f12a";position:absolute;top:1px;right:1px;bottom:1px;height:48px;width:50px;line-height:50px;text-align:center;transition:all .5s}.nf-brown .nf-error.field-wrap.checkbox-wrap .nf-field-element:after{display:none}.nf-brown .nf-error .nf-error-msg{color:#e80000}.nf-brown .nf-pass{position:relative}.nf-brown .nf-pass .ninja-forms-field{border-color:green!important;transition:all .5s}.nf-brown .nf-pass.field-wrap .nf-field-element:after{color:green;font-family:FontAwesome;font-size:30px;content:"\f058";position:absolute;top:0;right:16px;height:50px;line-height:50px;transition:all .5s}.nf-brown .nf-pass.field-wrap.checkbox-wrap .nf-field-element:after{display:none}.nf-brown .nf-field-submit-error{border:1px solid;margin:10px 0px;padding:15px 15px 15px 50px;position:relative;z-index:1}.nf-brown .nf-field-submit-error:after{content:"\f06a";font-family:FontAwesome;font-size:24px;position:absolute;top:0;left:15px;height:50px;line-height:50px;z-index:2}.nf-brown .nf-field-submit-error{border-color:#d8000c;color:#d8000c;background-color:#ffbaba}.nf-brown.nf-icons .nf-field-element:before,.nf-brown .nf-icons .nf-field-element:before{background:#d8cc92;color:#f3efdd}.nf-brown .nf-help{color:#736628}.nf-red .nf-form-content .list-select-wrap .nf-field-element>div,.nf-red .nf-form-content input:not([type=button]),.nf-red .nf-form-content textarea{background:#f0e3e3;border:1px solid #cca1a1;border-radius:0;box-shadow:none;color:#8a4a4a;transition:all .5s}.nf-red .nf-form-content .list-select-wrap .nf-field-element>div:focus,.nf-red .nf-form-content input:not([type=button]):focus,.nf-red .nf-form-content textarea:focus{background:#fff;border-color:#a95e5e;color:#a95e5e;outline:none;transition:all .5s}.nf-red .nf-form-content button,.nf-red .nf-form-content input[type=button],.nf-red .nf-form-content input[type=submit]{background:#8a5252;border:0;color:#f0e3e3;transition:all .5s}.nf-red .nf-form-content button:hover,.nf-red .nf-form-content input[type=button]:hover,.nf-red .nf-form-content input[type=submit]:hover{background:#cca1a1;color:#8a4a4a;transition:all .5s}.nf-red .nf-form-content select.ninja-forms-field{color:#8a4a4a}.nf-red .nf-form-content select.ninja-forms-field:focus{background:transparent;border:0;box-shadow:none;outline:none}.nf-red .list-select-wrap div:after{color:#8a4a4a;transition:all .5s}.nf-red .list-select-wrap select:active+div,.nf-red .list-select-wrap select:focus+div{background:#fff!important;border-color:#a95e5e!important;transition:all .5s}.nf-red .listradio-wrap .nf-field-element label:after{background:#f0e3e3;border:2px solid #cca1a1;transition:all .5s}.nf-red .listradio-wrap .nf-field-element label.nf-checked-label:after{border-color:#8a5252;transition:all .5s}.nf-red .listradio-wrap .nf-field-element label.nf-checked-label:before{background:#8a5252}.nf-red .checkbox-wrap .nf-field-element label:after,.nf-red .checkbox-wrap .nf-field-label label:after,.nf-red .listcheckbox-wrap .nf-field-element label:after,.nf-red .listcheckbox-wrap .nf-field-label label:after{background:#f0e3e3;border-color:#cca1a1;transition:all .5s}.nf-red .checkbox-wrap .nf-field-element label:before,.nf-red .checkbox-wrap .nf-field-label label:before,.nf-red .listcheckbox-wrap .nf-field-element label:before,.nf-red .listcheckbox-wrap .nf-field-label label:before{color:#f0e3e3;opacity:0;transition:all .5s}.nf-red .checkbox-wrap .nf-field-element label.nf-checked-label:after,.nf-red .checkbox-wrap .nf-field-label label.nf-checked-label:after,.nf-red .listcheckbox-wrap .nf-field-element label.nf-checked-label:after,.nf-red .listcheckbox-wrap .nf-field-label label.nf-checked-label:after{border-color:#c49090;transition:all .5s}.nf-red .checkbox-wrap .nf-field-element label.nf-checked-label:before,.nf-red .checkbox-wrap .nf-field-label label.nf-checked-label:before,.nf-red .listcheckbox-wrap .nf-field-element label.nf-checked-label:before,.nf-red .listcheckbox-wrap .nf-field-label label.nf-checked-label:before{color:#8a5252;opacity:100;transition:all .5s}.nf-red .nf-error{position:relative}.nf-red .nf-error .ninja-forms-field{border-color:#e80000!important;transition:all .5s}.nf-red .nf-error.field-wrap .nf-field-element:after{background:#e80000;color:#fff;font-family:FontAwesome;font-size:20px;content:"\f12a";position:absolute;top:1px;right:1px;bottom:1px;height:48px;width:50px;line-height:50px;text-align:center;transition:all .5s}.nf-red .nf-error.field-wrap.checkbox-wrap .nf-field-element:after{display:none}.nf-red .nf-error .nf-error-msg{color:#e80000}.nf-red .nf-pass{position:relative}.nf-red .nf-pass .ninja-forms-field{border-color:green!important;transition:all .5s}.nf-red .nf-pass.field-wrap .nf-field-element:after{color:green;font-family:FontAwesome;font-size:30px;content:"\f058";position:absolute;top:0;right:16px;height:50px;line-height:50px;transition:all .5s}.nf-red .nf-pass.field-wrap.checkbox-wrap .nf-field-element:after{display:none}.nf-red .nf-field-submit-error{border:1px solid;margin:10px 0px;padding:15px 15px 15px 50px;position:relative;z-index:1}.nf-red .nf-field-submit-error:after{content:"\f06a";font-family:FontAwesome;font-size:24px;position:absolute;top:0;left:15px;height:50px;line-height:50px;z-index:2}.nf-red .nf-field-submit-error{border-color:#d8000c;color:#d8000c;background-color:#ffbaba}.nf-red.nf-icons .nf-field-element:before,.nf-red .nf-icons .nf-field-element:before{background:#cca1a1;color:#f0e3e3}.nf-red .nf-help{color:#8a5252}.nf-blue .nf-form-content .list-select-wrap .nf-field-element>div,.nf-blue .nf-form-content input:not([type=button]),.nf-blue .nf-form-content textarea{background:#dfeff5;border:1px solid #91c8dd;border-radius:0;box-shadow:none;color:#3384a2;transition:all .5s}.nf-blue .nf-form-content .list-select-wrap .nf-field-element>div:focus,.nf-blue .nf-form-content input:not([type=button]):focus,.nf-blue .nf-form-content textarea:focus{background:#fff;border-color:#44a1c4;color:#44a1c4;outline:none;transition:all .5s}.nf-blue .nf-form-content button,.nf-blue .nf-form-content input[type=button],.nf-blue .nf-form-content input[type=submit]{background:#4f9dbf;border:0;color:#dfeff5;transition:all .5s}.nf-blue .nf-form-content button:hover,.nf-blue .nf-form-content input[type=button]:hover,.nf-blue .nf-form-content input[type=submit]:hover{background:#91c8dd;color:#3384a2;transition:all .5s}.nf-blue .nf-form-content select.ninja-forms-field{color:#3384a2}.nf-blue .nf-form-content select.ninja-forms-field:focus{background:transparent;border:0;box-shadow:none;outline:none}.nf-blue .list-select-wrap div:after{color:#3384a2;transition:all .5s}.nf-blue .list-select-wrap select:active+div,.nf-blue .list-select-wrap select:focus+div{background:#fff!important;border-color:#44a1c4!important;transition:all .5s}.nf-blue .listradio-wrap .nf-field-element label:after{background:#dfeff5;border:2px solid #91c8dd;transition:all .5s}.nf-blue .listradio-wrap .nf-field-element label.nf-checked-label:after{border-color:#4f9dbf;transition:all .5s}.nf-blue .listradio-wrap .nf-field-element label.nf-checked-label:before{background:#4f9dbf}.nf-blue .checkbox-wrap .nf-field-element label:after,.nf-blue .checkbox-wrap .nf-field-label label:after,.nf-blue .listcheckbox-wrap .nf-field-element label:after,.nf-blue .listcheckbox-wrap .nf-field-label label:after{background:#dfeff5;border-color:#91c8dd;transition:all .5s}.nf-blue .checkbox-wrap .nf-field-element label:before,.nf-blue .checkbox-wrap .nf-field-label label:before,.nf-blue .listcheckbox-wrap .nf-field-element label:before,.nf-blue .listcheckbox-wrap .nf-field-label label:before{color:#dfeff5;opacity:0;transition:all .5s}.nf-blue .checkbox-wrap .nf-field-element label.nf-checked-label:after,.nf-blue .checkbox-wrap .nf-field-label label.nf-checked-label:after,.nf-blue .listcheckbox-wrap .nf-field-element label.nf-checked-label:after,.nf-blue .listcheckbox-wrap .nf-field-label label.nf-checked-label:after{border-color:#7ebed7;transition:all .5s}.nf-blue .checkbox-wrap .nf-field-element label.nf-checked-label:before,.nf-blue .checkbox-wrap .nf-field-label label.nf-checked-label:before,.nf-blue .listcheckbox-wrap .nf-field-element label.nf-checked-label:before,.nf-blue .listcheckbox-wrap .nf-field-label label.nf-checked-label:before{color:#4f9dbf;opacity:100;transition:all .5s}.nf-blue .nf-error{position:relative}.nf-blue .nf-error .ninja-forms-field{border-color:#e80000!important;transition:all .5s}.nf-blue .nf-error.field-wrap .nf-field-element:after{background:#e80000;color:#fff;font-family:FontAwesome;font-size:20px;content:"\f12a";position:absolute;top:1px;right:1px;bottom:1px;height:48px;width:50px;line-height:50px;text-align:center;transition:all .5s}.nf-blue .nf-error.field-wrap.checkbox-wrap .nf-field-element:after{display:none}.nf-blue .nf-error .nf-error-msg{color:#e80000}.nf-blue .nf-pass{position:relative}.nf-blue .nf-pass .ninja-forms-field{border-color:green!important;transition:all .5s}.nf-blue .nf-pass.field-wrap .nf-field-element:after{color:green;font-family:FontAwesome;font-size:30px;content:"\f058";position:absolute;top:0;right:16px;height:50px;line-height:50px;transition:all .5s}.nf-blue .nf-pass.field-wrap.checkbox-wrap .nf-field-element:after{display:none}.nf-blue .nf-field-submit-error{border:1px solid;margin:10px 0px;padding:15px 15px 15px 50px;position:relative;z-index:1}.nf-blue .nf-field-submit-error:after{content:"\f06a";font-family:FontAwesome;font-size:24px;position:absolute;top:0;left:15px;height:50px;line-height:50px;z-index:2}.nf-blue .nf-field-submit-error{border-color:#d8000c;color:#d8000c;background-color:#ffbaba}.nf-blue.nf-icons .nf-field-element:before,.nf-blue .nf-icons .nf-field-element:before{background:#91c8dd;color:#dfeff5}.nf-blue .nf-help{color:#4f9dbf}@media only screen and (max-width:800px){.nf-field-container .nf-field-label{margin-bottom:10px!important;padding:0;width:100%;-ms-flex-order:5;order:5}.nf-field-container .nf-field-label label{text-align:left}.nf-field-container .nf-field-description{margin:0;width:100%;-ms-flex-order:10;order:10}.nf-field-container .nf-field-element{width:100%;-ms-flex-order:15;order:15}.nf-field-container .checkbox-wrap .nf-field-label{width:auto}.nf-field-container .checkbox-wrap .nf-field-label label{position:relative;margin-left:30px}.nf-field-container .checkbox-wrap .nf-field-label label:after{left:-28px;bottom:0}.nf-field-container .checkbox-wrap .nf-field-label label:before{left:-30px;bottom:0}.nf-field-container .checkbox-wrap .nf-field-element{width:20px}.nf-form-cont .five-sixths,.nf-form-cont .four-sixths,.nf-form-cont .one-fourth,.nf-form-cont .one-half,.nf-form-cont .one-sixth,.nf-form-cont .one-third,.nf-form-cont .three-fourths,.nf-form-cont .three-sixths,.nf-form-cont .two-fourths,.nf-form-cont .two-sixths,.nf-form-cont .two-thirds{clear:both;float:none;margin:0;width:100%}.nf-form-cont .five-sixths .inside,.nf-form-cont .four-sixths .inside,.nf-form-cont .one-fourth .inside,.nf-form-cont .one-half .inside,.nf-form-cont .one-sixth .inside,.nf-form-cont .one-third .inside,.nf-form-cont .three-fourths .inside,.nf-form-cont .three-sixths .inside,.nf-form-cont .two-fourths .inside,.nf-form-cont .two-sixths .inside,.nf-form-cont .two-thirds .inside{padding:0}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  /*# sourceMappingURL=display-opinions-light.css.map */
assets/css/display-opinions-light.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["display-structure.scss","st-defaults.scss","editor.scss","st-loading.scss","st-label-positions.scss","op-spacing.scss","op-select.scss","op-checkbox.scss","op-radio.scss","op-toggle.scss","op-icons.scss","display-opinions-light.scss","op-color.scss","op-variables-light.scss","st-media-queries.scss"],"names":[],"mappings":"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","file":"display-opinions-light.css","sourcesContent":["/*\nNormalize Ninja Forms fields with default structure\n---------------------------------------------*/\n\n@import \"st-defaults\";\n@import \"editor\";\n@import \"st-loading\";\n\n/*\nMake sure all Ninja Forms label positons function properly\n---------------------------------------------*/\n\n@import \"st-label-positions\";\n","/*\n * Ninja Forms - Form Display Structure\n */\n\n.ninja-forms-form-wrap *,\n.ninja-forms-form-wrap *:after,\n.ninja-forms-form-wrap *:before {\n -webkit-box-sizing: border-box;\n -moz-box-sizing: border-box;\n -ms-box-sizing: border-box;\n box-sizing: border-box;\n}\n\n.nf-response-msg {\n display: none;\n}\n\n.nf-field-container,\n#ninja_forms_required_items {\n clear: both;\n position: relative;\n margin-bottom: 25px;\n &::after {\n clear: both;\n content: \"\";\n display: block;\n }\n &.hidden-container,\n &.hr-container {\n margin: 0;\n height: auto;\n .nf-field-label {\n display: none;\n }\n }\n &.html-container {\n .nf-field-label {\n display: none;\n }\n }\n}\n\n.nf-field-label {\n label {\n font-weight: bold;\n margin: 0;\n padding: 0;\n }\n}\n.nf-field-element {\n position: relative;\n input,\n select,\n textarea {\n margin: 0;\n width: auto;\n height: auto;\n vertical-align: inherit;\n }\n textarea {\n height: 200px;\n }\n}\n.nf-field-description {\n p:last-child {\n margin: 0;\n }\n}\n.nf-help {\n background: url( '../img/help-info.png' ) no-repeat;\n display: inline-block;\n width: 16px;\n height: 16px;\n}\n\n.nf-input-limit {\n font-size: 12px;\n margin-top: 5px;\n}\n.nf-static {\n padding: 0 10px;\n}\n.nf-after-field {\n .nf-error-msg {\n margin-right: 10px;\n //text-align: right;\n }\n}\n\n/* ---------------------------------\nCHECKBOX FIELD\n----------------------------------*/\n\n\n\n/* ---------------------------------\nRADIO & CHECKBOX LISTS\n----------------------------------*/\n\n.list-radio-wrap,\n.list-checkbox-wrap {\n .nf-field-element {\n ul, li {\n list-style: none !important;\n margin: 0 !important;\n padding: 0 !important;\n input {\n margin-right: 5px;\n }\n }\n li {\n padding-left: 10px;\n margin: 0 0 5px !important;\n text-indent: initial !important;\n label {\n display: inline-block;\n float: initial;\n margin: 0;\n width: auto;\n }\n input {\n width: auto !important;\n }\n }\n }\n}\n\n/* ---------------------------------\nPRODUCT FIELD\n----------------------------------*/\n.product-wrap {\n > div {\n input {\n width: 80px !important;\n }\n .nf-product-field {\n span {\n padding: 0 5px;\n }\n }\n }\n}\n\n/* ---------------------------------\nSTAR RATING\n----------------------------------*/\n.starrating-wrap .star {\n border-bottom: 0;\n}\n\n/* ---------------------------------\nHONEYPOT\n----------------------------------*/\n\n.nf-form-hp {\n position: absolute;\n visibility: hidden;\n}\n\n/* ---------------------------------\nSELECT LIST\n----------------------------------*/\n.list-select-wrap {\n div div {\n display: none;\n }\n}\n\n\n/* ---------------------------------\nCOLORS\nAs minimal as possible\n----------------------------------*/\n.ninja-forms-req-symbol,\n.nf-error-msg, {\n color: #E80000;\n}\n.nf-error {\n .ninja-forms-field {\n border: 1px solid #E80000;\n }\n}\n.nf-field-submit-error {\n padding: 15px;\n}\n\n.ninja-forms-noscript-message {\n background: #f1f1f1;\n border: 4px dashed #ccc;\n color: #333;\n display: block;\n font-size: 20px;\n margin: 20px 0;\n padding: 40px;\n text-align: center;\n}\n\n/* ---------------------------------\nHELPER CLASSES\n----------------------------------*/\n.two-col-list {\n ul {\n li {\n float: left;\n width: 50%\n }\n }\n}\n.three-col-list {\n ul {\n li {\n float: left;\n width: 33.33%\n }\n }\n}\n.four-col-list {\n ul {\n li {\n float: left;\n width: 25%\n }\n }\n}\n.five-col-list {\n ul {\n li {\n float: left;\n width: 20%\n }\n }\n}\n.six-col-list {\n ul {\n li {\n float: left;\n width: 16.66%\n }\n }\n}\n\n\nbody {\n .pika-label {\n background: transparent;\n }\n}\n\n/* Column Classes\n Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css\n--------------------------------------------- */\n.nf-form-cont {\n .five-sixths,\n .four-sixths,\n .one-fourth,\n .one-half,\n .one-sixth,\n .one-third,\n .three-fourths,\n .three-sixths,\n .two-fourths,\n .two-sixths,\n .two-thirds {\n clear: initial;\n float: left;\n margin-left: 2.564102564102564%;\n .inside {\n padding: 20px;\n }\n &::after {\n clear: both;\n content: \"\";\n display: block;\n }\n }\n\n .one-half,\n .three-sixths,\n .two-fourths {\n width: 48.717948717948715%;\n }\n\n .one-third,\n .two-sixths {\n width: 31.623931623931625%;\n }\n\n .four-sixths,\n .two-thirds {\n width: 65.81196581196582%;\n }\n\n .one-fourth {\n width: 23.076923076923077%;\n }\n\n .three-fourths {\n width: 74.35897435897436%;\n }\n\n .one-sixth {\n width: 14.52991452991453%;\n }\n\n .five-sixths {\n width: 82.90598290598291%;\n }\n\n .first {\n clear: both;\n margin-left: 0;\n }\n}\n",".note-popover {\n display: none !important;\n}\n.nf-form-wrap {\n .note-editor {\n border: 0 !important;\n .note-toolbar {\n &::after {\n clear: both;\n content: \"\";\n display: block;\n }\n }\n .note-editable {\n background: #f9f9f9;\n border: 1px solid #f1f1f1;\n display: block;\n p {\n font-size: 16px;\n }\n ul {\n list-style-type: disc;\n margin-left: 2em;\n }\n table {\n td {\n border: 1px solid #ccc;\n width: auto;\n }\n }\n }\n .modal {\n display: none;\n }\n .btn-group {\n float: left;\n &.note-tools {\n float: right;\n }\n }\n .btn {\n background: #f9f9f9;\n border: 0;\n border-radius: 4px;\n color: #666;\n cursor: pointer;\n margin-right: 2px;\n padding-top: 4px;\n &.disabled {\n background: transparent;\n color: #aaa;\n .merge-tags {\n background: #f9f9f9;\n color: #666;\n }\n }\n }\n button[type=button] {\n padding: 4px;\n width: auto;\n height: auto;\n }\n .dropdown-toggle {\n position: relative;\n display: inline-block;\n top: 0;\n &::after {\n content: \"\";\n width: 0;\n }\n }\n }\n .tooltip {\n position: absolute;\n z-index: 1070;\n display: block;\n font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n font-size: 12px;\n font-style: normal;\n font-weight: normal;\n line-height: 1.42857143;\n text-align: left;\n text-align: start;\n text-decoration: none;\n text-shadow: none;\n text-transform: none;\n letter-spacing: normal;\n word-break: normal;\n word-spacing: normal;\n word-wrap: normal;\n white-space: normal;\n filter: alpha(opacity=0);\n opacity: 0;\n\n line-break: auto;\n }\n .tooltip.in {\n filter: alpha(opacity=90);\n opacity: .9;\n }\n .tooltip.top {\n padding: 5px 0;\n margin-top: -3px;\n }\n .tooltip.right {\n padding: 0 5px;\n margin-left: 3px;\n }\n .tooltip.bottom {\n padding: 5px 0;\n margin-top: 3px;\n }\n .tooltip.left {\n padding: 0 5px;\n margin-left: -3px;\n }\n .tooltip-inner {\n max-width: 200px;\n padding: 3px 8px;\n color: #fff;\n text-align: center;\n background-color: #000;\n border-radius: 4px;\n }\n .tooltip-arrow {\n position: absolute;\n width: 0;\n height: 0;\n border-color: transparent;\n border-style: solid;\n }\n .tooltip.top .tooltip-arrow {\n bottom: 0;\n left: 50%;\n margin-left: -5px;\n border-width: 5px 5px 0;\n border-top-color: #000;\n }\n .tooltip.top-left .tooltip-arrow {\n right: 5px;\n bottom: 0;\n margin-bottom: -5px;\n border-width: 5px 5px 0;\n border-top-color: #000;\n }\n .tooltip.top-right .tooltip-arrow {\n bottom: 0;\n left: 5px;\n margin-bottom: -5px;\n border-width: 5px 5px 0;\n border-top-color: #000;\n }\n .tooltip.right .tooltip-arrow {\n top: 50%;\n left: 0;\n margin-top: -5px;\n border-width: 5px 5px 5px 0;\n border-right-color: #000;\n }\n .tooltip.left .tooltip-arrow {\n top: 50%;\n right: 0;\n margin-top: -5px;\n border-width: 5px 0 5px 5px;\n border-left-color: #000;\n }\n .tooltip.bottom .tooltip-arrow {\n top: 0;\n left: 50%;\n margin-left: -5px;\n border-width: 0 5px 5px;\n border-bottom-color: #000;\n }\n .tooltip.bottom-left .tooltip-arrow {\n top: 0;\n right: 5px;\n margin-top: -5px;\n border-width: 0 5px 5px;\n border-bottom-color: #000;\n }\n .tooltip.bottom-right .tooltip-arrow {\n top: 0;\n left: 5px;\n margin-top: -5px;\n border-width: 0 5px 5px;\n border-bottom-color: #000;\n }\n .dropdown-menu {\n position: absolute;\n // top: 100%;\n // left: 0;\n z-index: 1000;\n display: none;\n float: left;\n min-width: 160px;\n padding: 5px 0;\n margin: 2px 0 0;\n font-size: 14px;\n text-align: left;\n list-style: none;\n background-color: #fff;\n -webkit-background-clip: padding-box;\n background-clip: padding-box;\n border: 1px solid #ccc;\n border: 1px solid rgba(0, 0, 0, .15);\n border-radius: 4px;\n -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);\n box-shadow: 0 6px 12px rgba(0, 0, 0, .175);\n }\n .dropdown-menu.pull-right {\n right: 0;\n left: auto;\n }\n .dropdown-menu .divider {\n height: 1px;\n margin: 9px 0;\n overflow: hidden;\n background-color: #e5e5e5;\n }\n .dropdown-menu > li > a {\n display: block;\n padding: 3px 20px;\n clear: both;\n font-weight: normal;\n line-height: 1.42857143;\n color: #333;\n white-space: nowrap;\n }\n .dropdown-menu > li > a:hover,\n .dropdown-menu > li > a:focus {\n color: #262626;\n text-decoration: none;\n background-color: #f5f5f5;\n }\n .dropdown-menu > .active > a,\n .dropdown-menu > .active > a:hover,\n .dropdown-menu > .active > a:focus {\n color: #fff;\n text-decoration: none;\n background-color: #337ab7;\n outline: 0;\n }\n .dropdown-menu > .disabled > a,\n .dropdown-menu > .disabled > a:hover,\n .dropdown-menu > .disabled > a:focus {\n color: #777;\n }\n .dropdown-menu > .disabled > a:hover,\n .dropdown-menu > .disabled > a:focus {\n text-decoration: none;\n cursor: not-allowed;\n background-color: transparent;\n background-image: none;\n filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);\n }\n .open > .dropdown-menu {\n display: block;\n }\n .open > a {\n outline: 0;\n }\n .dropdown-menu-right {\n right: 0;\n left: auto;\n }\n .dropdown-menu-left {\n right: auto;\n left: 0;\n }\n .dropdown-header {\n display: block;\n padding: 3px 20px;\n font-size: 12px;\n line-height: 1.42857143;\n color: #777;\n white-space: nowrap;\n }\n .dropdown-backdrop {\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 990;\n }\n .pull-right > .dropdown-menu {\n right: 0;\n left: auto;\n }\n .dropup .caret,\n .navbar-fixed-bottom .dropdown .caret {\n content: \"\";\n border-top: 0;\n border-bottom: 4px dashed;\n border-bottom: 4px solid \\9;\n }\n .dropup .dropdown-menu,\n .navbar-fixed-bottom .dropdown .dropdown-menu {\n top: auto;\n bottom: 100%;\n margin-bottom: 2px;\n }\n @media (min-width: 768px) {\n .navbar-right .dropdown-menu {\n right: 0;\n left: auto;\n }\n .navbar-right .dropdown-menu-left {\n right: auto;\n left: 0;\n }\n }\n .btn-group-justified > .btn-group .dropdown-menu {\n left: auto;\n }\n .nav-tabs.nav-justified > .dropdown .dropdown-menu {\n top: auto;\n left: auto;\n }\n .nav-justified > .dropdown .dropdown-menu {\n top: auto;\n left: auto;\n }\n .nav-tabs .dropdown-menu {\n margin-top: -1px;\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n }\n @media (max-width: 767px) {\n .navbar-nav .open .dropdown-menu {\n position: static;\n float: none;\n width: auto;\n margin-top: 0;\n background-color: transparent;\n border: 0;\n -webkit-box-shadow: none;\n box-shadow: none;\n }\n .navbar-nav .open .dropdown-menu > li > a,\n .navbar-nav .open .dropdown-menu .dropdown-header {\n padding: 5px 15px 5px 25px;\n }\n .navbar-nav .open .dropdown-menu > li > a {\n line-height: 20px;\n }\n .navbar-nav .open .dropdown-menu > li > a:hover,\n .navbar-nav .open .dropdown-menu > li > a:focus {\n background-image: none;\n }\n }\n .navbar-nav > li > .dropdown-menu {\n margin-top: 0;\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n }\n .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {\n margin-bottom: 0;\n border-top-left-radius: 4px;\n border-top-right-radius: 4px;\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n }\n @media (max-width: 767px) {\n .navbar-default .navbar-nav .open .dropdown-menu > li > a {\n color: #777;\n }\n .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,\n .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {\n color: #333;\n background-color: transparent;\n }\n .navbar-default .navbar-nav .open .dropdown-menu > .active > a,\n .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,\n .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {\n color: #555;\n background-color: #e7e7e7;\n }\n .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,\n .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,\n .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {\n color: #ccc;\n background-color: transparent;\n }\n }\n @media (max-width: 767px) {\n .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {\n border-color: #080808;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu .divider {\n background-color: #080808;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {\n color: #9d9d9d;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,\n .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {\n color: #fff;\n background-color: transparent;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,\n .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,\n .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {\n color: #fff;\n background-color: #080808;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,\n .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,\n .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {\n color: #444;\n background-color: transparent;\n }\n }\n}\n",".nf-loading-spinner {\n width: 40px;\n height: 40px;\n margin: 100px auto;\n background-color: rgba(208,208,208,.5);\n\n border-radius: 100%;\n animation: nf-scaleout 1.0s infinite ease-in-out;\n}\n\n@-webkit-keyframes nf-scaleout {\n 0% { transform: scale(0) }\n 100% {\n transform: scale(1.0);\n opacity: 0;\n }\n}\n\n@keyframes nf-scaleout {\n 0% {\n transform: scale(0);\n } 100% {\n transform: scale(1.0);\n opacity: 0;\n }\n}","/* ---------------------------------\nSTANDARDIZE ALL FIELDS\n----------------------------------*/\n.field-wrap {\n display: flex;\n > label {\n display: block;\n }\n > div input,\n textarea,\n select,\n .pikaday__container,\n .pikaday__display,\n .listselect-wrap > div {\n width: 100%;\n }\n input[type=\"submit\"],\n input[type=\"button\"],\n button {\n width: auto;\n }\n .nf-product-field {\n // .nf-element {\n // width: 100%;\n // }\n }\n}\n\n.nf-field-label {\n order: 5;\n}\n.nf-field-description {\n width: 100%;\n order: 10;\n}\n.nf-field-element {\n order: 15;\n}\n\n\n/* ---------------------------------\nLABEL ABOVE\n----------------------------------*/\n.label-above {\n .nf-field-label {\n margin-bottom: 10px;\n }\n}\n\n/* ---------------------------------\nLABEL BELOW\n----------------------------------*/\n.label-below {\n .nf-field-label {\n margin-top: 10px;\n order: 15;\n }\n .nf-field-element {\n order: 5;\n }\n}\n\n/* ---------------------------------\nLABEL HIDDEN\n----------------------------------*/\n.label-hidden {\n .field-wrap {\n flex-wrap: wrap;\n }\n .nf-field-label {\n height: 0;\n width: 100%;\n visibility: hidden;\n }\n .nf-field-description {\n width: 100%;\n order: 20;\n }\n .nf-field-element {\n width: 100%;\n }\n}\n\n/* ---------------------------------\nLABEL LEFT\n----------------------------------*/\n.label-left {\n .field-wrap {\n flex-direction: row;\n flex-wrap: wrap;\n }\n .nf-field-label {\n display: flex;\n flex-direction: row;\n align-items: center;\n padding-right: 2%;\n text-align: right;\n width: 35%;\n order: 5;\n label {\n width: 100%;\n }\n }\n .nf-field-description {\n margin-left: 35%;\n }\n .nf-field-element {\n display: inline-block;\n width: 65%;\n order: 10;\n }\n .nf-after-field {\n margin-left: 36.5%;\n }\n}\n\n/* ---------------------------------\nLABEL RIGHT\n----------------------------------*/\n.label-right {\n .field-wrap {\n flex-direction: row;\n flex-wrap: wrap;\n }\n .nf-field-label {\n display: flex;\n flex-direction: row;\n align-items: center;\n padding-left: 2%;\n width: 35%;\n order: 10;\n }\n .nf-field-description {\n margin-right: 35%;\n order: 15;\n }\n .nf-field-element {\n display: inline-block;\n width: 65%;\n order: 5;\n }\n .checkbox-wrap {\n .nf-field-label {\n width: auto;\n }\n .nf-field-element {\n width: 20px;\n }\n }\n .nf-after-field {\n width: 65%;\n }\n}\n/* ---------------------------------\nADJUST SOME LABEL ABOVE & BELOW ISSUES\n----------------------------------*/\n.label-below,\n.label-above {\n .field-wrap {\n flex-direction: column;\n flex-flow: wrap;\n }\n .nf-field-element {\n margin: 0;\n width: 100%;\n }\n .checkbox-wrap {\n .nf-field-label {\n //margin: 0;\n }\n }\n}\n\n/* ---------------------------------\nADJUST SOME LABEL LEFT & RIGHT ISSUES\n----------------------------------*/\n.label-left,\n.label-right {\n .textarea-wrap,\n .listradio-wrap,\n .listcheckbox-wrap {\n .nf-field-label {\n align-items: flex-start;\n }\n }\n .textarea-wrap {\n .nf-field-label {\n margin-top: 5px;\n }\n }\n .html-wrap,\n .hr-wrap {\n display: block;\n .nf-field-element {\n display: block;\n margin: 0;\n width: 100%;\n }\n }\n}\n\n/* ---------------------------------\nFIELD DESCRIPTION POSITIONS\n----------------------------------*/\n",".nf-help {\n background: none;\n}\n.nf-field-description {\n font-size: 14px;\n}\n.nf-form-content {\n padding: 5px;\n max-width: 1000px;\n margin: 0 auto;\n label {\n font-size: 18px;\n line-height: 20px;\n }\n .ninja-forms-field,\n .listselect-wrap .nf-field-element div {\n font-size: 16px;\n margin: 0;\n padding: 12px;\n }\n input.ninja-forms-field,\n select.ninja-forms-field,\n .listselect-wrap .nf-field-element div {\n height: 50px;\n }\n textarea.ninja-forms-field {\n height: 200px;\n }\n hr.ninja-forms-field {\n padding: 0;\n }\n input[type=\"radio\"].ninja-forms-field,\n input[type=\"checkbox\"].ninja-forms-field {\n height: auto;\n }\n .listradio-wrap,\n .listcheckbox-wrap {\n li {\n margin-bottom: 12px !important;\n line-height: 0;\n }\n }\n .nf-product-field {\n &.ninja-forms-field {\n // background: transparent;\n // border: 0;\n // padding: 0;\n }\n span {\n padding-right: 16px;\n }\n .nf-field-qty {\n font-size: 16px;\n padding: 5px;\n width: 80px !important;\n }\n }\n .listselect-wrap,\n .liststate-wrap,\n .listcountry-wrap {\n select {\n //height: 50px;\n }\n }\n .nf-static {\n background: transparent;\n border: 0;\n font-weight: bold;\n padding: 0;\n }\n .label-above,\n .label-below,\n .label-hidden {\n .nf-field-label {\n margin-bottom: 10px;\n padding: 0;\n }\n }\n .label-below {\n .nf-field-label {\n margin-bottom: 0;\n margin-top: 10px;\n }\n }\n .label-right {\n .nf-field-label {\n margin: 0;\n }\n > input,\n textarea,\n select,\n .nf-product-field,\n .starrating,\n .nf-static,\n .pikaday__container {\n // margin-right: 1%;\n }\n > input[type=radio],\n input[type=checkbox] {\n margin-right: 1%;\n }\n ul {\n margin-right: 1%;\n }\n }\n .label-left {\n // > label {\n // margin: 0;\n // }\n // > input,\n // textarea,\n // select,\n // .pikaday__container {\n // // margin-left: 1%;\n // }\n // > input[type=radio],\n // input[type=checkbox] {\n // margin-left: 1%;\n // }\n // ul {\n // margin-left: 15px;\n // }\n }\n}\n","\n.nf-form-content {\n .list-select-wrap > div {\n position: relative;\n div {\n display: block;\n position: absolute;\n font-size: 16px;\n line-height: 16px;\n margin: 0;\n padding: 16px;\n height: 50px;\n top: 0;\n right: 0;\n left: 0;\n z-index: 1;\n &::after {\n content: \"\\f078\";\n font-family: FontAwesome;\n font-size: 20px;\n //font-weight: bold;\n //transform: rotate(90deg);\n position: absolute;\n right: 10px;\n bottom: 0;\n height: 50px;\n line-height: 50px;\n }\n }\n &.label-right {\n div {\n width: 59%;\n // &::after {\n // right: 20px;\n // }\n }\n }\n &.label-below {\n div {\n top: 0;\n bottom: auto;\n }\n }\n &.label-left {\n div {\n width: 59%;\n left: 40.5%;\n right: 40px;\n }\n }\n select {\n background: transparent;\n border: 0;\n appearance: none;\n position: relative;\n z-index: 2;\n }\n }\n .listmultiselect-wrap {\n select {\n appearance: normal;\n }\n }\n}\n",".checkbox-wrap,\n.listcheckbox-wrap {\n .nf-field-label,\n .nf-field-element {\n label {\n position: relative;\n margin-left: 30px;\n &::after {\n border: 1px solid;\n content: \"\";\n width: 18px;\n height: 18px;\n position: absolute;\n left: -28px;\n bottom: 0;\n }\n &::before {\n content: \"\\f00c\";\n font-family: FontAwesome;\n font-size: 24px;\n position: absolute;\n bottom: 0;\n opacity: 0;\n z-index: 2;\n }\n }\n }\n}\n.checkbox-container {\n .nf-field-element {\n input {\n display: none;\n }\n }\n &.label-above,\n &.label-below {\n // .nf-field-element {\n // input {\n // display: none;\n // }\n // }\n }\n &.label-above {\n label {\n height: 50px;\n margin: 0;\n display: block;\n &::after {\n left: 0;\n bottom: 0;\n }\n &.nf-checked-label {\n &::before {\n left: -2px;\n bottom: 0;\n }\n }\n }\n }\n &.label-below {\n label {\n margin: 0;\n display: block;\n margin-top: 20px;\n &::after {\n left: 0;\n bottom: auto;\n top: -25px;\n }\n &.nf-checked-label {\n &::before {\n left: -2px;\n bottom: auto;\n top: -27px;\n }\n }\n }\n }\n &.label-left {\n .nf-field-label {\n width: 38%;\n padding-right: 5%;\n }\n .nf-field-element {\n width: 58%;\n }\n label {\n margin: 0;\n display: block;\n &::after {\n left: auto;\n bottom: 0;\n right: -31px;\n }\n &.nf-checked-label {\n &::before {\n left: auto;\n bottom: 0;\n right: -36px;\n }\n }\n }\n }\n &.label-right {\n .nf-field-label {\n padding: 0;\n order: 10;\n }\n .nf-field-element {\n order: 5;\n display: none;\n }\n label {\n margin: 0 0 0 30px;\n display: block;\n &::before {\n left: -30px;\n bottom: 0;\n }\n &::after {\n left: -28px;\n bottom: 0;\n }\n &.nf-checked-label {\n &::before {\n left: -30px;\n bottom: 0;\n }\n }\n }\n .field-wrap {\n display: flex;\n > div {\n width: 100%;\n }\n }\n label {\n &::after {\n bottom: 2px !important;\n }\n }\n }\n &.label-hidden {\n label {\n height: 0;\n margin: 0;\n display: block;\n &::after {\n left: 0;\n bottom: 0;\n visibility: visible;\n }\n &.nf-checked-label {\n &::before {\n left: -2px;\n bottom: 0;\n visibility: visible;\n }\n }\n }\n }\n}\n.listcheckbox-container {\n .nf-field-label {\n label {\n &::after {\n background: transparent !important;\n border: 0;\n }\n }\n }\n .nf-field-element {\n input {\n display: none;\n }\n label {\n margin-left: 30px !important;\n &::before {\n left: -30px;\n }\n }\n }\n &.label-above,\n &.label-below,\n &.label-right {\n .nf-field-label {\n label {\n margin: 0;\n &::before {\n left: -30px;\n }\n }\n }\n }\n}\n",".listradio-wrap {\n .nf-field-element {\n label {\n position: relative;\n margin-left: 30px !important;\n &::after {\n border-radius: 50%;\n content: \"\";\n width: 18px;\n height: 18px;\n position: absolute;\n left: -30px;\n bottom: 1px;\n }\n &.nf-checked-label {\n &::before {\n border-radius: 50%;\n content: \"\";\n height: 10px;\n width: 10px;\n position: absolute;\n left: -26px;\n bottom: 5px;\n z-index: 2;\n }\n }\n }\n input {\n display: none;\n }\n }\n}\n","input[type=checkbox].nf-toggle {\n background: transparent;\n border: 0;\n box-shadow: 0 0 0;\n margin: 10px;\n height: 18px;\n appearance: none;\n position: relative;\n cursor: pointer;\n &::after {\n background: #BCBDBF;\n border: 2px solid #BCBDBF;\n border-radius: 20px;\n content: \"\";\n position: absolute;\n top: -4px;\n left: -4px;\n width: 46px;\n height: 24px;\n transition: all 0.3s ease;\n }\n &::before {\n background: #fff;\n border-radius: 20px;\n content: \"\";\n position: absolute;\n top: -1px;\n left: 0;\n width: 18px;\n height: 18px;\n z-index: 99;\n transition: all 0.3s ease;\n }\n &:checked {\n &::after {\n background: lightgreen;\n border: 2px solid lightgreen;\n transition: all 0.3s ease;\n }\n &::before {\n top: -1px;\n left: 20px;\n transition: all 0.3s ease;\n }\n }\n .label-right & {\n padding: 0 50px 0 0;\n }\n .label-left & {\n padding: 0;\n margin-left: 22px;\n margin-top: 20px;\n }\n}\n",".nf-icons {\n .nf-field-element {\n position: relative;\n &::before {\n //border: 1px;\n font-family: FontAwesome;\n font-size: 20px;\n position: absolute;\n left: 1px;\n bottom: 1px;\n height: 48px;\n width: 50px;\n line-height: 50px;\n text-align: center;\n z-index: 1;\n }\n }\n .date-wrap,\n .number-wrap,\n .quantity-wrap,\n .email-wrap,\n .phone-wrap,\n .firstname-wrap,\n .lastname-wrap,\n .address-wrap,\n .city-wrap,\n .state-wrap,\n .zip-wrap,\n .creditcardfullname-wrap,\n .creditcardnumber-wrap,\n .creditcardcvc-wrap,\n .creditcardexpiration-wrap,\n .creditcardzip-wrap {\n .nf-field-element {\n input {\n padding-left: 60px;\n }\n }\n }\n &.right {\n .nf-field-element {\n &::before {\n left: auto;\n right: 1px;\n }\n }\n .date-wrap,\n .number-wrap,\n .quantity-wrap,\n .email-wrap,\n .phone-wrap,\n .firstname-wrap,\n .lastname-wrap,\n .address-wrap,\n .city-wrap,\n .state-wrap,\n .zip-wrap,\n .creditcardfullname-wrap,\n .creditcardnumber-wrap,\n .creditcardcvc-wrap,\n .creditcardexpiration-wrap,\n .creditcardzip-wrap {\n > div {\n input {\n padding-left: 12px;\n padding-right: 60px;\n }\n }\n }\n }\n .date-wrap .nf-field-element::before {\n content: \"\\f073\";\n }\n .number-wrap .nf-field-element::before,\n .quantity-wrap > div::before {\n content: \"\\f292\";\n }\n .email-wrap .nf-field-element::before {\n content: \"\\f0e0\";\n }\n .phone-wrap .nf-field-element::before {\n content: \"\\f095\";\n }\n .firstname-wrap .nf-field-element::before,\n .lastname-wrap .nf-field-element::before {\n content: \"\\f007\";\n }\n .address-wrap .nf-field-element::before,\n .city-wrap .nf-field-element::before,\n .state-wrap .nf-field-element::before,\n .zip-wrap .nf-field-element::before {\n content: \"\\f041\";\n }\n .creditcardfullname-wrap .nf-field-element::before,\n .creditcardnumber-wrap .nf-field-element::before,\n .creditcardcvc-wrap .nf-field-element::before,\n .creditcardexpiration-wrap .nf-field-element::before,\n .creditcardzip-wrap .nf-field-element::before {\n content: \"\\f283\";\n }\n}\n","@import \"display-structure\";\n\n@import \"op-spacing\";\n//@import \"op-columns\";\n@import \"op-select\";\n@import \"op-checkbox\";\n@import \"op-radio\";\n@import \"op-toggle\";\n@import \"op-icons\";\n\n/* ---------------------------------\nDEFAULT LIGHT COLORS\n----------------------------------*/\n$base: #f7f7f7;\n$accent: #333;\n@import \"op-variables-light\";\n@import \"op-color\";\n\n/* ---------------------------------\nLIGHT COLORS - nf-brown\n----------------------------------*/\n$base: #F3EFDD;\n$accent: #736628;\n@import \"op-variables-light\";\n.nf-brown {\n @import \"op-color\";\n}\n\n/* ---------------------------------\nLIGHT COLORS - nf-red\n----------------------------------*/\n$base: #F0E3E3;\n$accent: #8A5252;\n@import \"op-variables-light\";\n.nf-red {\n @import \"op-color\";\n}\n\n/* ---------------------------------\nLIGHT COLORS - nf-blue\n----------------------------------*/\n$base: #DFEFF5;\n$accent: #4F9DBF;\n@import \"op-variables-light\";\n.nf-blue {\n @import \"op-color\";\n}\n\n@import \"st-media-queries\";\n",".nf-form-content {\n input:not([type='button']),\n textarea,\n .list-select-wrap .nf-field-element > div {\n background: $field-background;\n border: 1px solid $field-border;\n border-radius: 0;\n box-shadow: none;\n color: $field-font;\n transition: all .5s;\n &:focus {\n background: $focus-background;\n border-color: $focus-border;\n //box-shadow: -3px 3px 10px #ccc;\n color: $focus-font;\n outline: none;\n transition: all .5s;\n }\n }\n input[type=\"submit\"],\n input[type=\"button\"],\n button {\n background: $accent;\n border: 0;\n color: $field-background;\n transition: all .5s;\n &:hover {\n background: $field-border;\n color: $field-font;\n transition: all .5s;\n }\n }\n select.ninja-forms-field {\n color: $field-font;\n &:focus {\n background: transparent;\n border: 0;\n box-shadow: none;\n outline: none;\n }\n }\n}\n\n.list-select-wrap {\n div {\n &::after {\n color: $field-font;\n transition: all .5s;\n }\n }\n select {\n &:active,\n &:focus {\n + div {\n background: $focus-background !important;\n border-color: $focus-border !important;\n transition: all .5s;\n }\n }\n }\n}\n\n.listradio-wrap {\n .nf-field-element {\n label {\n &::after {\n background: $field-background;\n border: 2px solid $field-border;\n transition: all .5s;\n }\n &.nf-checked-label {\n &::after {\n border-color: $selected-font;\n transition: all .5s;\n }\n &::before {\n background: $selected-font;\n }\n }\n }\n }\n}\n\n.checkbox-wrap,\n.listcheckbox-wrap {\n .nf-field-label,\n .nf-field-element {\n label {\n &::after {\n background: $field-background;\n border-color: $field-border;\n transition: all .5s;\n }\n &::before {\n color: $field-background;\n opacity: 0;\n transition: all .5s;\n }\n &.nf-checked-label {\n &::after {\n //background: $accent;\n border-color: $selected-border;\n transition: all .5s;\n }\n &::before {\n color: $selected-font;\n opacity: 100;\n transition: all .5s;\n }\n }\n }\n }\n}\n\n.nf-error {\n position: relative;\n .ninja-forms-field {\n border-color: #E80000 !important;\n transition: all .5s;\n }\n &.field-wrap {\n .nf-field-element::after {\n background: #E80000;\n color: #fff;\n font-family: FontAwesome;\n font-size: 20px;\n content: \"\\f12a\";\n position: absolute;\n top: 1px;\n right: 1px;\n bottom: 1px;\n height: 48px;\n width: 50px;\n line-height: 50px;\n text-align: center;\n transition: all .5s;\n }\n &.checkbox-wrap {\n .nf-field-element::after {\n display: none;\n }\n }\n }\n .nf-error-msg {\n color: #E80000;\n }\n}\n.checkbox-container {\n .nf-after-field .nf-error-msg {\n //text-align: left;\n }\n}\n.nf-pass {\n position: relative;\n .ninja-forms-field {\n border-color: green !important;\n transition: all .5s;\n }\n &.field-wrap {\n .nf-field-element::after {\n color: green;\n font-family: FontAwesome;\n font-size: 30px;\n content: \"\\f058\";\n position: absolute;\n top: 0;\n right: 16px;\n height: 50px;\n line-height: 50px;\n transition: all .5s;\n }\n &.checkbox-wrap {\n .nf-field-element::after {\n display: none;\n }\n }\n }\n // &.field-wrap::before {\n // border-color: green !important;\n // }\n}\n\n.nf-field-submit-error {\n border: 1px solid;\n margin: 10px 0px;\n padding: 15px 15px 15px 50px;\n position: relative;\n z-index: 1;\n &::after {\n content: \"\\f06a\";\n font-family: FontAwesome;\n font-size: 24px;\n position: absolute;\n top: 0;\n left: 15px;\n height: 50px;\n line-height: 50px;\n z-index: 2;\n }\n}\n\n.nf-field-submit-error {\n border-color: #D8000C;\n color: #D8000C;\n background-color: #FFBABA;\n}\n\n.nf-icons,\n&.nf-icons {\n .nf-field-element::before {\n background: $field-border;\n color: $field-background;\n }\n}\n\n.nf-help {\n color: $selected-font;\n}\n","$field-background: $base;\n$field-border: darken( $base, 20% );\n$field-font: darken( $base, 50% );\n\n$focus-background: lighten( $base, 10% );\n$focus-border: darken( $field-border, 20% );\n$focus-font: lighten( $field-font, 10% );\n\n$selected-background: lighten( $base, 10% );\n$selected-border: darken( $field-border, 5% );\n$selected-font: $accent;\n","@media only screen and (max-width: 800px) {\n .nf-field-container {\n .nf-field-label {\n margin-bottom: 10px !important;\n padding: 0;\n width: 100%;\n order: 5;\n label {\n text-align: left;\n }\n }\n .nf-field-description {\n margin: 0;\n width: 100%;\n order: 10;\n }\n .nf-field-element {\n width: 100%;\n order: 15;\n }\n .checkbox-wrap {\n .nf-field-label {\n width: auto;\n label {\n position: relative;\n margin-left: 30px;\n &::after {\n left: -28px;\n bottom: 0;\n }\n &::before {\n left: -30px;\n bottom: 0;\n }\n }\n }\n .nf-field-element {\n width: 20px;\n }\n }\n }\n .nf-form-cont {\n .five-sixths,\n .four-sixths,\n .one-fourth,\n .one-half,\n .one-sixth,\n .one-third,\n .three-fourths,\n .three-sixths,\n .two-fourths,\n .two-sixths,\n .two-thirds {\n clear: both;\n float: none;\n margin: 0;\n width: 100%;\n .inside {\n padding: 0;\n }\n }\n }\n}\n"]}
1
+ {"version":3,"sources":["st-defaults.scss","editor.scss","st-loading.scss","st-label-positions.scss","op-spacing.scss","op-select.scss","op-checkbox.scss","op-radio.scss","op-toggle.scss","op-icons.scss","op-color.scss","display-opinions-light.scss","op-variables-light.scss","st-media-queries.scss"],"names":[],"mappings":"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L,iCDkLI,qBAAsB,AACtB,cAAe,AACf,wBAA0B,CAC7B,ACrLD,yFD0LQ,mBEjNa,AFkNb,aC9LM,CD+LT,AC5LL,mBDgMI,aClMY,CDmMf,ACvLD,qJD9BQ,mBC2BM,AD1BN,yBEJa,AFKb,gBAAiB,AACjB,gBAAiB,AACjB,cENW,AFOX,kBAAoB,CASvB,ACgBL,uKDvBY,gBEPc,AFQd,qBEPS,AFST,cERQ,AFSR,aAAc,AACd,kBAAoB,CACvB,ACiBT,wHDZQ,mBCUQ,ADTR,SAAU,AACV,cCOM,ADNN,kBAAoB,CAMvB,ACGL,0IDPY,mBE1BS,AF2BT,cE1BO,AF2BP,kBAAoB,CACvB,ACIT,kDDDQ,aE/BW,CFsCd,ACNL,wDDCY,uBAAwB,AACxB,SAAU,AACV,gBAAiB,AACjB,YAAc,CACjB,ACLT,oCDYY,cE5CO,AF6CP,kBAAoB,CACvB,ACdT,uFDoBgB,0BAAwC,AACxC,+BAAsC,AACtC,kBAAoB,CACvB,ACvBb,sDDgCgB,mBCnCF,ADoCE,yBElEK,AFmEL,kBAAoB,CACvB,ACnCb,uEDsCoB,qBCxCJ,ADyCI,kBAAoB,CACvB,ACxCjB,wED0CoB,kBC5CJ,CD6CC,AC3CjB,wNDuDgB,mBC1DF,AD2DE,qBEzFK,AF0FL,kBAAoB,CACvB,AC1Db,4ND4DgB,cC/DF,ADgEE,UAAW,AACX,kBAAoB,CACvB,AC/Db,4RDmEoB,qBE5FI,AF6FJ,kBAAoB,CACvB,ACrEjB,gSDuEoB,cCzEJ,AD0EI,YAAa,AACb,kBAAoB,CACvB,AC1EjB,kBDiFI,iBAAmB,CA+BtB,AChHD,qCDmFQ,+BAAiC,AACjC,kBAAoB,CACvB,ACrFL,qDDwFY,mBAAoB,AACpB,WAAY,AACZ,wBAAyB,AACzB,eAAgB,AAChB,gBAAiB,AACjB,kBAAmB,AACnB,QAAS,AACT,UAAW,AACX,WAAY,AACZ,YAAa,AACb,WAAY,AACZ,iBAAkB,AAClB,kBAAmB,AACnB,kBAAoB,CACvB,ACtGT,mEDyGgB,YAAc,CACjB,AC1Gb,gCD8GQ,aAAe,CAClB,AC/GL,iBDuHI,iBAAmB,CA2BtB,AClJD,oCDyHQ,6BAA+B,AAC/B,kBAAo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","file":"display-opinions-light.css","sourcesContent":["/*\n * Ninja Forms - Form Display Structure\n */\n\n.ninja-forms-form-wrap *,\n.ninja-forms-form-wrap *:after,\n.ninja-forms-form-wrap *:before {\n -webkit-box-sizing: border-box;\n -moz-box-sizing: border-box;\n -ms-box-sizing: border-box;\n box-sizing: border-box;\n}\n\n.nf-response-msg {\n display: none;\n}\n\n.nf-field-container,\n#ninja_forms_required_items {\n clear: both;\n position: relative;\n margin-bottom: 25px;\n &::after {\n clear: both;\n content: \"\";\n display: block;\n }\n &.hidden-container,\n &.hr-container {\n margin: 0;\n height: auto;\n .nf-field-label {\n display: none;\n }\n }\n &.html-container {\n .nf-field-label {\n display: none;\n }\n }\n}\n\n.nf-field-label {\n label {\n font-weight: bold;\n margin: 0;\n padding: 0;\n }\n}\n.nf-field-element {\n position: relative;\n input,\n select,\n textarea {\n margin: 0;\n width: auto;\n height: auto;\n vertical-align: inherit;\n }\n textarea {\n height: 200px;\n }\n}\n.nf-field-description {\n p:last-child {\n margin: 0;\n }\n}\n.nf-help {\n background: url( '../img/help-info.png' ) no-repeat;\n display: inline-block;\n width: 16px;\n height: 16px;\n}\n\n.nf-input-limit {\n font-size: 12px;\n margin-top: 5px;\n}\n.nf-static {\n padding: 0 10px;\n}\n.nf-after-field {\n .nf-error-msg {\n margin-right: 10px;\n //text-align: right;\n }\n}\n\n/* ---------------------------------\nCHECKBOX FIELD\n----------------------------------*/\n\n\n\n/* ---------------------------------\nRADIO & CHECKBOX LISTS\n----------------------------------*/\n\n.list-radio-wrap,\n.list-checkbox-wrap {\n .nf-field-element {\n ul, li {\n list-style: none !important;\n margin: 0 !important;\n padding: 0 !important;\n input {\n margin-right: 5px;\n }\n }\n li {\n padding-left: 10px;\n margin: 0 0 5px !important;\n text-indent: initial !important;\n label {\n //display: inline;\n display: block;\n float: initial;\n //margin: 0;\n width: auto;\n margin-left: 1.5em;\n }\n input {\n width: auto !important;\n float: left;\n margin-top: .25em;\n }\n }\n }\n}\n\n/* ---------------------------------\nPRODUCT FIELD\n----------------------------------*/\n.product-wrap {\n > div {\n input {\n width: 80px !important;\n }\n .nf-product-field {\n span {\n padding: 0 5px;\n }\n }\n }\n}\n\n/* ---------------------------------\nSTAR RATING\n----------------------------------*/\n.starrating-wrap .star {\n border-bottom: 0;\n}\n\n/* ---------------------------------\nHONEYPOT\n----------------------------------*/\n\n.nf-form-hp {\n position: absolute;\n visibility: hidden;\n}\n\n/* ---------------------------------\nSELECT LIST\n----------------------------------*/\n.list-select-wrap {\n div div {\n display: none;\n }\n}\n\n\n/* ---------------------------------\nCOLORS\nAs minimal as possible\n----------------------------------*/\n.ninja-forms-req-symbol,\n.nf-error-msg, {\n color: #E80000;\n}\n.nf-error {\n .ninja-forms-field {\n border: 1px solid #E80000;\n }\n}\n.nf-field-submit-error {\n padding: 15px;\n}\n\n.ninja-forms-noscript-message {\n background: #f1f1f1;\n border: 4px dashed #ccc;\n color: #333;\n display: block;\n font-size: 20px;\n margin: 20px 0;\n padding: 40px;\n text-align: center;\n}\n\n/* ---------------------------------\nHELPER CLASSES\n----------------------------------*/\n.two-col-list {\n ul {\n li {\n float: left;\n width: 50%\n }\n }\n}\n.three-col-list {\n ul {\n li {\n float: left;\n width: 33.33%\n }\n }\n}\n.four-col-list {\n ul {\n li {\n float: left;\n width: 25%\n }\n }\n}\n.five-col-list {\n ul {\n li {\n float: left;\n width: 20%\n }\n }\n}\n.six-col-list {\n ul {\n li {\n float: left;\n width: 16.66%\n }\n }\n}\n\n\nbody {\n .pika-label {\n background: transparent;\n }\n}\n\n/* Column Classes\n Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css\n--------------------------------------------- */\n.nf-form-cont {\n .five-sixths,\n .four-sixths,\n .one-fourth,\n .one-half,\n .one-sixth,\n .one-third,\n .three-fourths,\n .three-sixths,\n .two-fourths,\n .two-sixths,\n .two-thirds {\n clear: initial;\n float: left;\n margin-left: 2.564102564102564%;\n .inside {\n padding: 20px;\n }\n &::after {\n clear: both;\n content: \"\";\n display: block;\n }\n }\n\n .one-half,\n .three-sixths,\n .two-fourths {\n width: 48.717948717948715%;\n }\n\n .one-third,\n .two-sixths {\n width: 31.623931623931625%;\n }\n\n .four-sixths,\n .two-thirds {\n width: 65.81196581196582%;\n }\n\n .one-fourth {\n width: 23.076923076923077%;\n }\n\n .three-fourths {\n width: 74.35897435897436%;\n }\n\n .one-sixth {\n width: 14.52991452991453%;\n }\n\n .five-sixths {\n width: 82.90598290598291%;\n }\n\n .first {\n clear: both;\n margin-left: 0;\n }\n}\n",".note-popover {\n display: none !important;\n}\n.nf-form-wrap {\n .note-editor {\n border: 0 !important;\n .note-toolbar {\n &::after {\n clear: both;\n content: \"\";\n display: block;\n }\n }\n .note-editable {\n background: #f9f9f9;\n border: 1px solid #f1f1f1;\n display: block;\n p {\n font-size: 16px;\n }\n ul {\n list-style-type: disc;\n margin-left: 2em;\n }\n table {\n td {\n border: 1px solid #ccc;\n width: auto;\n }\n }\n }\n .modal {\n display: none;\n }\n .btn-group {\n float: left;\n &.note-tools {\n float: right;\n }\n }\n .btn {\n background: #f9f9f9;\n border: 0;\n border-radius: 4px;\n color: #666;\n cursor: pointer;\n margin-right: 2px;\n padding-top: 4px;\n &.disabled {\n background: transparent;\n color: #aaa;\n .merge-tags {\n background: #f9f9f9;\n color: #666;\n }\n }\n }\n button[type=button] {\n padding: 4px;\n width: auto;\n height: auto;\n }\n .dropdown-toggle {\n position: relative;\n display: inline-block;\n top: 0;\n &::after {\n content: \"\";\n width: 0;\n }\n }\n }\n .tooltip {\n position: absolute;\n z-index: 1070;\n display: block;\n font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n font-size: 12px;\n font-style: normal;\n font-weight: normal;\n line-height: 1.42857143;\n text-align: left;\n text-align: start;\n text-decoration: none;\n text-shadow: none;\n text-transform: none;\n letter-spacing: normal;\n word-break: normal;\n word-spacing: normal;\n word-wrap: normal;\n white-space: normal;\n filter: alpha(opacity=0);\n opacity: 0;\n\n line-break: auto;\n }\n .tooltip.in {\n filter: alpha(opacity=90);\n opacity: .9;\n }\n .tooltip.top {\n padding: 5px 0;\n margin-top: -3px;\n }\n .tooltip.right {\n padding: 0 5px;\n margin-left: 3px;\n }\n .tooltip.bottom {\n padding: 5px 0;\n margin-top: 3px;\n }\n .tooltip.left {\n padding: 0 5px;\n margin-left: -3px;\n }\n .tooltip-inner {\n max-width: 200px;\n padding: 3px 8px;\n color: #fff;\n text-align: center;\n background-color: #000;\n border-radius: 4px;\n }\n .tooltip-arrow {\n position: absolute;\n width: 0;\n height: 0;\n border-color: transparent;\n border-style: solid;\n }\n .tooltip.top .tooltip-arrow {\n bottom: 0;\n left: 50%;\n margin-left: -5px;\n border-width: 5px 5px 0;\n border-top-color: #000;\n }\n .tooltip.top-left .tooltip-arrow {\n right: 5px;\n bottom: 0;\n margin-bottom: -5px;\n border-width: 5px 5px 0;\n border-top-color: #000;\n }\n .tooltip.top-right .tooltip-arrow {\n bottom: 0;\n left: 5px;\n margin-bottom: -5px;\n border-width: 5px 5px 0;\n border-top-color: #000;\n }\n .tooltip.right .tooltip-arrow {\n top: 50%;\n left: 0;\n margin-top: -5px;\n border-width: 5px 5px 5px 0;\n border-right-color: #000;\n }\n .tooltip.left .tooltip-arrow {\n top: 50%;\n right: 0;\n margin-top: -5px;\n border-width: 5px 0 5px 5px;\n border-left-color: #000;\n }\n .tooltip.bottom .tooltip-arrow {\n top: 0;\n left: 50%;\n margin-left: -5px;\n border-width: 0 5px 5px;\n border-bottom-color: #000;\n }\n .tooltip.bottom-left .tooltip-arrow {\n top: 0;\n right: 5px;\n margin-top: -5px;\n border-width: 0 5px 5px;\n border-bottom-color: #000;\n }\n .tooltip.bottom-right .tooltip-arrow {\n top: 0;\n left: 5px;\n margin-top: -5px;\n border-width: 0 5px 5px;\n border-bottom-color: #000;\n }\n .dropdown-menu {\n position: absolute;\n // top: 100%;\n // left: 0;\n z-index: 1000;\n display: none;\n float: left;\n min-width: 160px;\n padding: 5px 0;\n margin: 2px 0 0;\n font-size: 14px;\n text-align: left;\n list-style: none;\n background-color: #fff;\n -webkit-background-clip: padding-box;\n background-clip: padding-box;\n border: 1px solid #ccc;\n border: 1px solid rgba(0, 0, 0, .15);\n border-radius: 4px;\n -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);\n box-shadow: 0 6px 12px rgba(0, 0, 0, .175);\n }\n .dropdown-menu.pull-right {\n right: 0;\n left: auto;\n }\n .dropdown-menu .divider {\n height: 1px;\n margin: 9px 0;\n overflow: hidden;\n background-color: #e5e5e5;\n }\n .dropdown-menu > li > a {\n display: block;\n padding: 3px 20px;\n clear: both;\n font-weight: normal;\n line-height: 1.42857143;\n color: #333;\n white-space: nowrap;\n }\n .dropdown-menu > li > a:hover,\n .dropdown-menu > li > a:focus {\n color: #262626;\n text-decoration: none;\n background-color: #f5f5f5;\n }\n .dropdown-menu > .active > a,\n .dropdown-menu > .active > a:hover,\n .dropdown-menu > .active > a:focus {\n color: #fff;\n text-decoration: none;\n background-color: #337ab7;\n outline: 0;\n }\n .dropdown-menu > .disabled > a,\n .dropdown-menu > .disabled > a:hover,\n .dropdown-menu > .disabled > a:focus {\n color: #777;\n }\n .dropdown-menu > .disabled > a:hover,\n .dropdown-menu > .disabled > a:focus {\n text-decoration: none;\n cursor: not-allowed;\n background-color: transparent;\n background-image: none;\n filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);\n }\n .open > .dropdown-menu {\n display: block;\n }\n .open > a {\n outline: 0;\n }\n .dropdown-menu-right {\n right: 0;\n left: auto;\n }\n .dropdown-menu-left {\n right: auto;\n left: 0;\n }\n .dropdown-header {\n display: block;\n padding: 3px 20px;\n font-size: 12px;\n line-height: 1.42857143;\n color: #777;\n white-space: nowrap;\n }\n .dropdown-backdrop {\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 990;\n }\n .pull-right > .dropdown-menu {\n right: 0;\n left: auto;\n }\n .dropup .caret,\n .navbar-fixed-bottom .dropdown .caret {\n content: \"\";\n border-top: 0;\n border-bottom: 4px dashed;\n border-bottom: 4px solid \\9;\n }\n .dropup .dropdown-menu,\n .navbar-fixed-bottom .dropdown .dropdown-menu {\n top: auto;\n bottom: 100%;\n margin-bottom: 2px;\n }\n @media (min-width: 768px) {\n .navbar-right .dropdown-menu {\n right: 0;\n left: auto;\n }\n .navbar-right .dropdown-menu-left {\n right: auto;\n left: 0;\n }\n }\n .btn-group-justified > .btn-group .dropdown-menu {\n left: auto;\n }\n .nav-tabs.nav-justified > .dropdown .dropdown-menu {\n top: auto;\n left: auto;\n }\n .nav-justified > .dropdown .dropdown-menu {\n top: auto;\n left: auto;\n }\n .nav-tabs .dropdown-menu {\n margin-top: -1px;\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n }\n @media (max-width: 767px) {\n .navbar-nav .open .dropdown-menu {\n position: static;\n float: none;\n width: auto;\n margin-top: 0;\n background-color: transparent;\n border: 0;\n -webkit-box-shadow: none;\n box-shadow: none;\n }\n .navbar-nav .open .dropdown-menu > li > a,\n .navbar-nav .open .dropdown-menu .dropdown-header {\n padding: 5px 15px 5px 25px;\n }\n .navbar-nav .open .dropdown-menu > li > a {\n line-height: 20px;\n }\n .navbar-nav .open .dropdown-menu > li > a:hover,\n .navbar-nav .open .dropdown-menu > li > a:focus {\n background-image: none;\n }\n }\n .navbar-nav > li > .dropdown-menu {\n margin-top: 0;\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n }\n .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {\n margin-bottom: 0;\n border-top-left-radius: 4px;\n border-top-right-radius: 4px;\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n }\n @media (max-width: 767px) {\n .navbar-default .navbar-nav .open .dropdown-menu > li > a {\n color: #777;\n }\n .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,\n .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {\n color: #333;\n background-color: transparent;\n }\n .navbar-default .navbar-nav .open .dropdown-menu > .active > a,\n .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,\n .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {\n color: #555;\n background-color: #e7e7e7;\n }\n .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,\n .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,\n .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {\n color: #ccc;\n background-color: transparent;\n }\n }\n @media (max-width: 767px) {\n .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {\n border-color: #080808;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu .divider {\n background-color: #080808;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {\n color: #9d9d9d;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,\n .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {\n color: #fff;\n background-color: transparent;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,\n .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,\n .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {\n color: #fff;\n background-color: #080808;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,\n .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,\n .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {\n color: #444;\n background-color: transparent;\n }\n }\n}\n",".nf-loading-spinner {\n width: 40px;\n height: 40px;\n margin: 100px auto;\n background-color: rgba(208,208,208,.5);\n\n border-radius: 100%;\n animation: nf-scaleout 1.0s infinite ease-in-out;\n}\n\n@-webkit-keyframes nf-scaleout {\n 0% { transform: scale(0) }\n 100% {\n transform: scale(1.0);\n opacity: 0;\n }\n}\n\n@keyframes nf-scaleout {\n 0% {\n transform: scale(0);\n } 100% {\n transform: scale(1.0);\n opacity: 0;\n }\n}","/* ---------------------------------\nSTANDARDIZE ALL FIELDS\n----------------------------------*/\n.field-wrap {\n display: flex;\n //flex-wrap:wrap;\n > label {\n display: block;\n }\n > div input,\n textarea,\n select,\n .pikaday__container,\n .pikaday__display {\n width: 100%;\n }\n > div input[type=\"checkbox\"] {\n width: auto;\n }\n input[type=\"submit\"],\n input[type=\"button\"],\n button {\n width: auto;\n }\n .nf-product-field {\n // .nf-element {\n // width: 100%;\n // }\n }\n}\n\n.nf-field-label {\n order: 5;\n}\n.nf-field-description {\n width: 100%;\n order: 10;\n}\n.nf-field-element {\n order: 15;\n}\n\n\n/* ---------------------------------\nLABEL ABOVE\n----------------------------------*/\n.label-above {\n .nf-field-label {\n margin-bottom: 10px;\n }\n}\n\n/* ---------------------------------\nLABEL BELOW\n----------------------------------*/\n.label-below {\n .nf-field-label {\n margin-top: 10px;\n order: 15;\n }\n .nf-field-element {\n order: 5;\n }\n}\n\n/* ---------------------------------\nLABEL HIDDEN\n----------------------------------*/\n.label-hidden {\n .field-wrap {\n flex-wrap: wrap;\n }\n .nf-field-label {\n height: 0;\n margin: 0 !important;\n width: 100%;\n visibility: hidden;\n }\n .nf-field-description {\n width: 100%;\n order: 20;\n }\n .nf-field-element {\n width: 100%;\n }\n}\n\n/* ---------------------------------\nLABEL LEFT\n----------------------------------*/\n.label-left {\n .field-wrap {\n flex-direction: row;\n flex-wrap: wrap;\n }\n .nf-field-label {\n display: flex;\n flex-direction: row;\n align-items: center;\n padding-right: 2%;\n text-align: right;\n width: 35%;\n order: 5;\n label {\n width: 100%;\n }\n }\n .nf-field-description {\n margin-left: 35%;\n }\n .nf-field-element {\n display: inline-block;\n width: 65%;\n order: 10;\n }\n .nf-after-field {\n margin-left: 36.5%;\n }\n}\n\n/* ---------------------------------\nLABEL RIGHT\n----------------------------------*/\n.label-right {\n .field-wrap {\n flex-direction: row;\n }\n .nf-field-label {\n display: flex;\n flex-direction: row;\n align-items: center;\n padding-left: 2%;\n width: 35%;\n order: 10;\n }\n .nf-field-description {\n margin-right: 35%;\n order: 15;\n }\n .nf-field-element {\n display: inline-block;\n width: 65%;\n order: 5;\n }\n .checkbox-wrap {\n .nf-field-label {\n width: auto;\n }\n .nf-field-element {\n width: 20px;\n }\n }\n .nf-after-field {\n width: 65%;\n }\n}\n/* ---------------------------------\nADJUST SOME LABEL ABOVE & BELOW ISSUES\n----------------------------------*/\n.label-below,\n.label-above {\n .field-wrap {\n flex-direction: column;\n flex-flow: wrap;\n }\n .nf-field-element {\n margin: 0;\n width: 100%;\n }\n .checkbox-wrap {\n .nf-field-label {\n //margin: 0;\n }\n }\n}\n\n/* ---------------------------------\nADJUST SOME LABEL LEFT & RIGHT ISSUES\n----------------------------------*/\n.label-left,\n.label-right {\n .textarea-wrap,\n .listradio-wrap,\n .listcheckbox-wrap {\n .nf-field-label {\n align-items: flex-start;\n }\n }\n .textarea-wrap {\n .nf-field-label {\n margin-top: 5px;\n }\n }\n .html-wrap,\n .hr-wrap {\n display: block;\n .nf-field-element {\n display: block;\n margin: 0;\n width: 100%;\n }\n }\n}\n\n/* ---------------------------------\nFIELD DESCRIPTION POSITIONS\n----------------------------------*/\n",".nf-help {\n background: none;\n}\n.nf-field-description {\n font-size: 14px;\n}\n.nf-form-content {\n padding: 5px;\n max-width: 1000px;\n margin: 0 auto;\n label {\n font-size: 18px;\n line-height: 20px;\n }\n .ninja-forms-field,\n .listselect-wrap .nf-field-element div {\n font-size: 16px;\n margin: 0;\n padding: 12px;\n }\n input.ninja-forms-field,\n select.ninja-forms-field,\n .listselect-wrap .nf-field-element div {\n height: 50px;\n }\n textarea.ninja-forms-field {\n height: 200px;\n }\n hr.ninja-forms-field {\n padding: 0;\n }\n input[type=\"radio\"].ninja-forms-field,\n input[type=\"checkbox\"].ninja-forms-field {\n height: auto;\n }\n .listradio-wrap,\n .listcheckbox-wrap {\n li {\n margin-bottom: 12px !important;\n line-height: 0;\n }\n }\n .nf-product-field {\n &.ninja-forms-field {\n // background: transparent;\n // border: 0;\n // padding: 0;\n }\n span {\n padding-right: 16px;\n }\n .nf-field-qty {\n font-size: 16px;\n padding: 5px;\n width: 80px !important;\n }\n }\n .listselect-wrap,\n .liststate-wrap,\n .listcountry-wrap {\n select {\n //height: 50px;\n }\n }\n .nf-static {\n background: transparent;\n border: 0;\n font-weight: bold;\n padding: 0;\n }\n .label-above,\n .label-below,\n .label-hidden {\n .nf-field-label {\n margin-bottom: 10px;\n padding: 0;\n }\n }\n .label-below {\n .nf-field-label {\n margin-bottom: 0;\n margin-top: 10px;\n }\n }\n .label-right {\n .nf-field-label {\n margin: 0;\n }\n > input,\n textarea,\n select,\n .nf-product-field,\n .starrating,\n .nf-static,\n .pikaday__container {\n // margin-right: 1%;\n }\n > input[type=radio],\n input[type=checkbox] {\n margin-right: 1%;\n }\n ul {\n margin-right: 1%;\n }\n }\n .label-left {\n // > label {\n // margin: 0;\n // }\n // > input,\n // textarea,\n // select,\n // .pikaday__container {\n // // margin-left: 1%;\n // }\n // > input[type=radio],\n // input[type=checkbox] {\n // margin-left: 1%;\n // }\n // ul {\n // margin-left: 15px;\n // }\n }\n}\n","\n.nf-form-content {\n .list-select-wrap > div {\n position: relative;\n div {\n display: block;\n position: absolute;\n font-size: 16px;\n line-height: 16px;\n margin: 0;\n padding: 16px;\n height: 50px;\n top: 0;\n right: 0;\n left: 0;\n z-index: 1;\n &::after {\n content: \"\\f078\";\n font-family: FontAwesome;\n font-size: 20px;\n //font-weight: bold;\n //transform: rotate(90deg);\n position: absolute;\n right: 10px;\n bottom: 0;\n height: 50px;\n line-height: 50px;\n }\n }\n &.label-right {\n div {\n width: 59%;\n // &::after {\n // right: 20px;\n // }\n }\n }\n &.label-below {\n div {\n top: 0;\n bottom: auto;\n }\n }\n &.label-left {\n div {\n width: 59%;\n left: 40.5%;\n right: 40px;\n }\n }\n select {\n background: transparent;\n border: 0;\n appearance: none;\n position: relative;\n z-index: 2;\n }\n }\n .listmultiselect-wrap {\n select {\n appearance: normal;\n }\n }\n}\n",".checkbox-wrap,\n.listcheckbox-wrap {\n .nf-field-label,\n .nf-field-element {\n label {\n position: relative;\n margin-left: 30px;\n &::after {\n border: 1px solid;\n content: \"\";\n width: 18px;\n height: 18px;\n position: absolute;\n left: -28px;\n bottom: 0;\n }\n &::before {\n content: \"\\f00c\";\n font-family: FontAwesome;\n font-size: 24px;\n position: absolute;\n bottom: 0;\n opacity: 0;\n z-index: 2;\n }\n }\n }\n}\n.checkbox-container {\n .nf-field-element {\n input {\n display: none;\n }\n }\n &.label-above,\n &.label-below {\n // .nf-field-element {\n // input {\n // display: none;\n // }\n // }\n }\n &.label-above {\n label {\n height: 50px;\n margin: 0;\n display: block;\n &::before {\n left: -2px;\n bottom: -16px;\n }\n &::after {\n left: 0;\n bottom: -16px;\n }\n }\n }\n &.label-below {\n label {\n margin: 0;\n display: block;\n margin-top: 20px;\n &::before {\n left: -2px;\n bottom: auto;\n top: -27px;\n }\n &::after {\n left: 0;\n bottom: auto;\n top: -25px;\n }\n }\n }\n &.label-left {\n .nf-field-label {\n width: 38%;\n padding-right: 5%;\n }\n .nf-field-element {\n width: 58%;\n }\n label {\n margin: 0;\n display: block;\n &::before {\n left: auto;\n top: -2px;\n right: -36px;\n }\n &::after {\n left: auto;\n top: 0;\n right: -31px;\n }\n }\n }\n &.label-right {\n .nf-field-label {\n padding: 0;\n order: 10;\n }\n .nf-field-element {\n order: 5;\n display: none;\n }\n label {\n margin: 0 0 0 30px;\n display: block;\n &::before {\n left: -30px;\n top: 0;\n }\n &::after {\n left: -28px;\n top: 0;\n }\n }\n .field-wrap {\n display: flex;\n > div {\n width: 100%;\n }\n }\n label {\n &::after {\n // Commenting this line out to deal with checkbox list issues.\n // Leaving it in place because it may need to be re-visited in the future.\n //top: 2px !important;\n }\n }\n }\n &.label-hidden {\n label {\n height: 0;\n margin: 0;\n display: block;\n &::after {\n left: 0;\n bottom: 0;\n visibility: visible;\n }\n &.nf-checked-label {\n &::before {\n left: -2px;\n bottom: 0;\n visibility: visible;\n }\n }\n }\n }\n}\n.listcheckbox-container {\n .nf-field-label {\n label {\n &::after {\n background: transparent !important;\n border: 0;\n }\n }\n }\n .nf-field-element {\n input {\n display: none;\n }\n label {\n margin-left: 30px !important;\n &::before {\n top: 1px;\n left: -30px;\n bottom: auto;\n }\n &::after {\n top: 3px;\n bottom: auto;\n }\n }\n }\n &.label-above,\n &.label-below,\n &.label-right {\n .nf-field-label {\n label {\n margin: 0;\n &::before {\n left: -30px;\n }\n }\n }\n }\n}\n",".listradio-wrap {\n .nf-field-element {\n label {\n position: relative;\n margin-left: 30px !important;\n &::after {\n border-radius: 50%;\n content: \"\";\n width: 18px;\n height: 18px;\n position: absolute;\n left: -30px;\n bottom: 1px;\n top: .05em;\n }\n &.nf-checked-label {\n &::before {\n border-radius: 50%;\n content: \"\";\n height: 10px;\n width: 10px;\n position: absolute;\n left: -26px;\n bottom: 5px;\n z-index: 2;\n top: .25em;\n }\n }\n }\n input {\n display: none;\n }\n }\n}\n","input[type=checkbox].nf-toggle {\n background: transparent;\n border: 0;\n box-shadow: 0 0 0;\n margin: 10px;\n height: 18px;\n appearance: none;\n position: relative;\n cursor: pointer;\n &::after {\n background: #BCBDBF;\n border: 2px solid #BCBDBF;\n border-radius: 20px;\n content: \"\";\n position: absolute;\n top: -4px;\n left: -4px;\n width: 46px;\n height: 24px;\n transition: all 0.3s ease;\n }\n &::before {\n background: #fff;\n border-radius: 20px;\n content: \"\";\n position: absolute;\n top: -1px;\n left: 0;\n width: 18px;\n height: 18px;\n z-index: 99;\n transition: all 0.3s ease;\n }\n &:checked {\n &::after {\n background: lightgreen;\n border: 2px solid lightgreen;\n transition: all 0.3s ease;\n }\n &::before {\n top: -1px;\n left: 20px;\n transition: all 0.3s ease;\n }\n }\n .label-right & {\n padding: 0 50px 0 0;\n }\n .label-left & {\n padding: 0;\n margin-left: 22px;\n margin-top: 20px;\n }\n}\n",".nf-icons {\n .nf-field-element {\n position: relative;\n &::before {\n //border: 1px;\n font-family: FontAwesome;\n font-size: 20px;\n position: absolute;\n left: 1px;\n bottom: 1px;\n height: 48px;\n width: 50px;\n line-height: 50px;\n text-align: center;\n z-index: 1;\n }\n }\n .date-wrap,\n .number-wrap,\n .quantity-wrap,\n .email-wrap,\n .phone-wrap,\n .firstname-wrap,\n .lastname-wrap,\n .address-wrap,\n .city-wrap,\n .state-wrap,\n .zip-wrap,\n .creditcardfullname-wrap,\n .creditcardnumber-wrap,\n .creditcardcvc-wrap,\n .creditcardexpiration-wrap,\n .creditcardzip-wrap {\n .nf-field-element {\n input {\n padding-left: 60px;\n }\n }\n }\n &.right {\n .nf-field-element {\n &::before {\n left: auto;\n right: 1px;\n }\n }\n .date-wrap,\n .number-wrap,\n .quantity-wrap,\n .email-wrap,\n .phone-wrap,\n .firstname-wrap,\n .lastname-wrap,\n .address-wrap,\n .city-wrap,\n .state-wrap,\n .zip-wrap,\n .creditcardfullname-wrap,\n .creditcardnumber-wrap,\n .creditcardcvc-wrap,\n .creditcardexpiration-wrap,\n .creditcardzip-wrap {\n > div {\n input {\n padding-left: 12px;\n padding-right: 60px;\n }\n }\n }\n }\n .date-wrap .nf-field-element::before {\n content: \"\\f073\";\n }\n .number-wrap .nf-field-element::before,\n .quantity-wrap > div::before {\n content: \"\\f292\";\n }\n .email-wrap .nf-field-element::before {\n content: \"\\f0e0\";\n }\n .phone-wrap .nf-field-element::before {\n content: \"\\f095\";\n }\n .firstname-wrap .nf-field-element::before,\n .lastname-wrap .nf-field-element::before {\n content: \"\\f007\";\n }\n .address-wrap .nf-field-element::before,\n .city-wrap .nf-field-element::before,\n .state-wrap .nf-field-element::before,\n .zip-wrap .nf-field-element::before {\n content: \"\\f041\";\n }\n .creditcardfullname-wrap .nf-field-element::before,\n .creditcardnumber-wrap .nf-field-element::before,\n .creditcardcvc-wrap .nf-field-element::before,\n .creditcardexpiration-wrap .nf-field-element::before,\n .creditcardzip-wrap .nf-field-element::before {\n content: \"\\f283\";\n }\n}\n",".nf-form-content {\n input:not([type='button']),\n textarea,\n .list-select-wrap .nf-field-element > div {\n background: $field-background;\n border: 1px solid $field-border;\n border-radius: 0;\n box-shadow: none;\n color: $field-font;\n transition: all .5s;\n &:focus {\n background: $focus-background;\n border-color: $focus-border;\n //box-shadow: -3px 3px 10px #ccc;\n color: $focus-font;\n outline: none;\n transition: all .5s;\n }\n }\n input[type=\"submit\"],\n input[type=\"button\"],\n button {\n background: $accent;\n border: 0;\n color: $field-background;\n transition: all .5s;\n &:hover {\n background: $field-border;\n color: $field-font;\n transition: all .5s;\n }\n }\n select.ninja-forms-field {\n color: $field-font;\n &:focus {\n background: transparent;\n border: 0;\n box-shadow: none;\n outline: none;\n }\n }\n}\n\n.list-select-wrap {\n div {\n &::after {\n color: $field-font;\n transition: all .5s;\n }\n }\n select {\n &:active,\n &:focus {\n + div {\n background: $focus-background !important;\n border-color: $focus-border !important;\n transition: all .5s;\n }\n }\n }\n}\n\n.listradio-wrap {\n .nf-field-element {\n label {\n &::after {\n background: $field-background;\n border: 2px solid $field-border;\n transition: all .5s;\n }\n &.nf-checked-label {\n &::after {\n border-color: $selected-font;\n transition: all .5s;\n }\n &::before {\n background: $selected-font;\n }\n }\n }\n }\n}\n\n.checkbox-wrap,\n.listcheckbox-wrap {\n .nf-field-label,\n .nf-field-element {\n label {\n &::after {\n background: $field-background;\n border-color: $field-border;\n transition: all .5s;\n }\n &::before {\n color: $field-background;\n opacity: 0;\n transition: all .5s;\n }\n &.nf-checked-label {\n &::after {\n //background: $accent;\n border-color: $selected-border;\n transition: all .5s;\n }\n &::before {\n color: $selected-font;\n opacity: 100;\n transition: all .5s;\n }\n }\n }\n }\n}\n\n.nf-error {\n position: relative;\n .ninja-forms-field {\n border-color: #E80000 !important;\n transition: all .5s;\n }\n &.field-wrap {\n .nf-field-element::after {\n background: #E80000;\n color: #fff;\n font-family: FontAwesome;\n font-size: 20px;\n content: \"\\f12a\";\n position: absolute;\n top: 1px;\n right: 1px;\n bottom: 1px;\n height: 48px;\n width: 50px;\n line-height: 50px;\n text-align: center;\n transition: all .5s;\n }\n &.checkbox-wrap {\n .nf-field-element::after {\n display: none;\n }\n }\n }\n .nf-error-msg {\n color: #E80000;\n }\n}\n.checkbox-container {\n .nf-after-field .nf-error-msg {\n //text-align: left;\n }\n}\n.nf-pass {\n position: relative;\n .ninja-forms-field {\n border-color: green !important;\n transition: all .5s;\n }\n &.field-wrap {\n .nf-field-element::after {\n color: green;\n font-family: FontAwesome;\n font-size: 30px;\n content: \"\\f058\";\n position: absolute;\n top: 0;\n right: 16px;\n height: 50px;\n line-height: 50px;\n transition: all .5s;\n }\n &.checkbox-wrap {\n .nf-field-element::after {\n display: none;\n }\n }\n }\n // &.field-wrap::before {\n // border-color: green !important;\n // }\n}\n\n.nf-field-submit-error {\n border: 1px solid;\n margin: 10px 0px;\n padding: 15px 15px 15px 50px;\n position: relative;\n z-index: 1;\n &::after {\n content: \"\\f06a\";\n font-family: FontAwesome;\n font-size: 24px;\n position: absolute;\n top: 0;\n left: 15px;\n height: 50px;\n line-height: 50px;\n z-index: 2;\n }\n}\n\n.nf-field-submit-error {\n border-color: #D8000C;\n color: #D8000C;\n background-color: #FFBABA;\n}\n\n.nf-icons,\n&.nf-icons {\n .nf-field-element::before {\n background: $field-border;\n color: $field-background;\n }\n}\n\n.nf-help {\n color: $selected-font;\n}\n","@import \"display-structure\";\n\n@import \"op-spacing\";\n//@import \"op-columns\";\n@import \"op-select\";\n@import \"op-checkbox\";\n@import \"op-radio\";\n@import \"op-toggle\";\n@import \"op-icons\";\n\n/* ---------------------------------\nDEFAULT LIGHT COLORS\n----------------------------------*/\n$base: #f7f7f7;\n$accent: #333;\n@import \"op-variables-light\";\n@import \"op-color\";\n\n/* ---------------------------------\nLIGHT COLORS - nf-brown\n----------------------------------*/\n$base: #F3EFDD;\n$accent: #736628;\n@import \"op-variables-light\";\n.nf-brown {\n @import \"op-color\";\n}\n\n/* ---------------------------------\nLIGHT COLORS - nf-red\n----------------------------------*/\n$base: #F0E3E3;\n$accent: #8A5252;\n@import \"op-variables-light\";\n.nf-red {\n @import \"op-color\";\n}\n\n/* ---------------------------------\nLIGHT COLORS - nf-blue\n----------------------------------*/\n$base: #DFEFF5;\n$accent: #4F9DBF;\n@import \"op-variables-light\";\n.nf-blue {\n @import \"op-color\";\n}\n\n@import \"st-media-queries\";\n","$field-background: $base;\n$field-border: darken( $base, 20% );\n$field-font: darken( $base, 50% );\n\n$focus-background: lighten( $base, 10% );\n$focus-border: darken( $field-border, 20% );\n$focus-font: lighten( $field-font, 10% );\n\n$selected-background: lighten( $base, 10% );\n$selected-border: darken( $field-border, 5% );\n$selected-font: $accent;\n","@media only screen and (max-width: 800px) {\n .nf-field-container {\n .nf-field-label {\n margin-bottom: 10px !important;\n padding: 0;\n width: 100%;\n order: 5;\n label {\n text-align: left;\n }\n }\n .nf-field-description {\n margin: 0;\n width: 100%;\n order: 10;\n }\n .nf-field-element {\n width: 100%;\n order: 15;\n }\n .checkbox-wrap {\n .nf-field-label {\n width: auto;\n label {\n position: relative;\n margin-left: 30px;\n &::after {\n left: -28px;\n bottom: 0;\n }\n &::before {\n left: -30px;\n bottom: 0;\n }\n }\n }\n .nf-field-element {\n width: 20px;\n }\n }\n }\n .nf-form-cont {\n .five-sixths,\n .four-sixths,\n .one-fourth,\n .one-half,\n .one-sixth,\n .one-third,\n .three-fourths,\n .three-sixths,\n .two-fourths,\n .two-sixths,\n .two-thirds {\n clear: both;\n float: none;\n margin: 0;\n width: 100%;\n .inside {\n padding: 0;\n }\n }\n }\n}\n"]}
assets/css/display-opinions.css CHANGED
@@ -1,185 +1,2 @@
1
- /*
2
-
3
- ---------------------------------------------*/
4
- .nf-help {
5
- background: none; }
6
-
7
- .nf-field-description {
8
- font-size: 14px; }
9
-
10
- .nf-form-content {
11
- padding: 5px;
12
- max-width: 1000px;
13
- margin: 0 auto; }
14
- .nf-form-content label {
15
- font-size: 18px;
16
- line-height: 20px; }
17
- .nf-form-content .ninja-forms-field,
18
- .nf-form-content .listselect-wrap .nf-field-element div {
19
- font-size: 16px;
20
- margin: 0;
21
- padding: 12px; }
22
- .nf-form-content input.ninja-forms-field,
23
- .nf-form-content select.ninja-forms-field,
24
- .nf-form-content .listselect-wrap .nf-field-element div {
25
- height: 50px; }
26
- .nf-form-content textarea.ninja-forms-field {
27
- height: 200px; }
28
- .nf-form-content hr.ninja-forms-field {
29
- padding: 0; }
30
- .nf-form-content input[type="radio"].ninja-forms-field,
31
- .nf-form-content input[type="checkbox"].ninja-forms-field {
32
- height: auto; }
33
- .nf-form-content .listradio-wrap li,
34
- .nf-form-content .listcheckbox-wrap li {
35
- margin-bottom: 12px !important;
36
- line-height: 0; }
37
- .nf-form-content .nf-product-field span {
38
- padding-right: 16px; }
39
- .nf-form-content .nf-product-field .nf-field-qty {
40
- font-size: 16px;
41
- padding: 5px;
42
- width: 80px !important; }
43
- .nf-form-content .nf-static {
44
- background: transparent;
45
- border: 0;
46
- font-weight: bold;
47
- padding: 0; }
48
- .nf-form-content .label-above .nf-field-label,
49
- .nf-form-content .label-below .nf-field-label,
50
- .nf-form-content .label-hidden .nf-field-label {
51
- margin-bottom: 10px;
52
- padding: 0; }
53
- .nf-form-content .label-below .nf-field-label {
54
- margin-bottom: 0;
55
- margin-top: 10px; }
56
- .nf-form-content .label-right .nf-field-label {
57
- margin: 0; }
58
- .nf-form-content .label-right > input[type=radio],
59
- .nf-form-content .label-right input[type=checkbox] {
60
- margin-right: 1%; }
61
- .nf-form-content .label-right ul {
62
- margin-right: 1%; }
63
-
64
- /* Column Classes
65
- Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
66
- --------------------------------------------- */
67
- .five-sixths,
68
- .four-sixths,
69
- .one-fourth,
70
- .one-half,
71
- .one-sixth,
72
- .one-third,
73
- .three-fourths,
74
- .three-sixths,
75
- .two-fourths,
76
- .two-sixths,
77
- .two-thirds {
78
- clear: initial;
79
- float: left;
80
- margin-left: 2.564102564102564%; }
81
- .five-sixths .inside,
82
- .four-sixths .inside,
83
- .one-fourth .inside,
84
- .one-half .inside,
85
- .one-sixth .inside,
86
- .one-third .inside,
87
- .three-fourths .inside,
88
- .three-sixths .inside,
89
- .two-fourths .inside,
90
- .two-sixths .inside,
91
- .two-thirds .inside {
92
- padding: 20px; }
93
- .five-sixths::after,
94
- .four-sixths::after,
95
- .one-fourth::after,
96
- .one-half::after,
97
- .one-sixth::after,
98
- .one-third::after,
99
- .three-fourths::after,
100
- .three-sixths::after,
101
- .two-fourths::after,
102
- .two-sixths::after,
103
- .two-thirds::after {
104
- clear: both;
105
- content: "";
106
- display: block; }
107
-
108
- .one-half,
109
- .three-sixths,
110
- .two-fourths {
111
- width: 48.717948717948715%; }
112
-
113
- .one-third,
114
- .two-sixths {
115
- width: 31.623931623931625%; }
116
-
117
- .four-sixths,
118
- .two-thirds {
119
- width: 65.81196581196582%; }
120
-
121
- .one-fourth {
122
- width: 23.076923076923077%; }
123
-
124
- .three-fourths {
125
- width: 74.35897435897436%; }
126
-
127
- .one-sixth {
128
- width: 14.52991452991453%; }
129
-
130
- .five-sixths {
131
- width: 82.90598290598291%; }
132
-
133
- .first {
134
- clear: both;
135
- margin-left: 0; }
136
-
137
- input[type=checkbox].nf-toggle {
138
- background: transparent;
139
- border: 0;
140
- box-shadow: 0 0 0;
141
- margin: 10px;
142
- height: 18px;
143
- -webkit-appearance: none;
144
- -moz-appearance: none;
145
- appearance: none;
146
- position: relative;
147
- cursor: pointer; }
148
- input[type=checkbox].nf-toggle::after {
149
- background: #BCBDBF;
150
- border: 2px solid #BCBDBF;
151
- border-radius: 20px;
152
- content: "";
153
- position: absolute;
154
- top: -4px;
155
- left: -4px;
156
- width: 46px;
157
- height: 24px;
158
- transition: all 0.3s ease; }
159
- input[type=checkbox].nf-toggle::before {
160
- background: #fff;
161
- border-radius: 20px;
162
- content: "";
163
- position: absolute;
164
- top: -1px;
165
- left: 0;
166
- width: 18px;
167
- height: 18px;
168
- z-index: 99;
169
- transition: all 0.3s ease; }
170
- input[type=checkbox].nf-toggle:checked::after {
171
- background: lightgreen;
172
- border: 2px solid lightgreen;
173
- transition: all 0.3s ease; }
174
- input[type=checkbox].nf-toggle:checked::before {
175
- top: -1px;
176
- left: 20px;
177
- transition: all 0.3s ease; }
178
- .label-right input[type=checkbox].nf-toggle {
179
- padding: 0 50px 0 0; }
180
- .label-left input[type=checkbox].nf-toggle {
181
- padding: 0;
182
- margin-left: 22px;
183
- margin-top: 20px; }
184
-
185
  /*# sourceMappingURL=display-opinions.css.map */
1
+ .nf-help{background:none}.nf-field-description{font-size:14px}.nf-form-content{padding:5px;max-width:1000px;margin:0 auto}.nf-form-content label{font-size:18px;line-height:20px}.nf-form-content .listselect-wrap .nf-field-element div,.nf-form-content .ninja-forms-field{font-size:16px;margin:0;padding:12px}.nf-form-content .listselect-wrap .nf-field-element div,.nf-form-content input.ninja-forms-field,.nf-form-content select.ninja-forms-field{height:50px}.nf-form-content textarea.ninja-forms-field{height:200px}.nf-form-content hr.ninja-forms-field{padding:0}.nf-form-content input[type=checkbox].ninja-forms-field,.nf-form-content input[type=radio].ninja-forms-field{height:auto}.nf-form-content .listcheckbox-wrap li,.nf-form-content .listradio-wrap li{margin-bottom:12px!important;line-height:0}.nf-form-content .nf-product-field span{padding-right:16px}.nf-form-content .nf-product-field .nf-field-qty{font-size:16px;padding:5px;width:80px!important}.nf-form-content .nf-static{background:transparent;border:0;font-weight:700;padding:0}.nf-form-content .label-above .nf-field-label,.nf-form-content .label-below .nf-field-label,.nf-form-content .label-hidden .nf-field-label{margin-bottom:10px;padding:0}.nf-form-content .label-below .nf-field-label{margin-bottom:0;margin-top:10px}.nf-form-content .label-right .nf-field-label{margin:0}.nf-form-content .label-right>input[type=radio],.nf-form-content .label-right input[type=checkbox],.nf-form-content .label-right ul{margin-right:1%}.five-sixths,.four-sixths,.one-fourth,.one-half,.one-sixth,.one-third,.three-fourths,.three-sixths,.two-fourths,.two-sixths,.two-thirds{clear:none;float:left;margin-left:2.564102564102564%}.five-sixths .inside,.four-sixths .inside,.one-fourth .inside,.one-half .inside,.one-sixth .inside,.one-third .inside,.three-fourths .inside,.three-sixths .inside,.two-fourths .inside,.two-sixths .inside,.two-thirds .inside{padding:20px}.five-sixths:after,.four-sixths:after,.one-fourth:after,.one-half:after,.one-sixth:after,.one-third:after,.three-fourths:after,.three-sixths:after,.two-fourths:after,.two-sixths:after,.two-thirds:after{clear:both;content:"";display:block}.one-half,.three-sixths,.two-fourths{width:48.717948717948715%}.one-third,.two-sixths{width:31.623931623931625%}.four-sixths,.two-thirds{width:65.81196581196582%}.one-fourth{width:23.076923076923077%}.three-fourths{width:74.35897435897436%}.one-sixth{width:14.52991452991453%}.five-sixths{width:82.90598290598291%}.first{clear:both;margin-left:0}input[type=checkbox].nf-toggle{background:transparent;border:0;box-shadow:0 0 0;margin:10px;height:18px;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;cursor:pointer}input[type=checkbox].nf-toggle:after{background:#bcbdbf;border:2px solid #bcbdbf;border-radius:20px;content:"";position:absolute;top:-4px;left:-4px;width:46px;height:24px;transition:all 0.3s ease}input[type=checkbox].nf-toggle:before{background:#fff;border-radius:20px;content:"";position:absolute;top:-1px;left:0;width:18px;height:18px;z-index:99;transition:all 0.3s ease}input[type=checkbox].nf-toggle:checked:after{background:#90ee90;border:2px solid #90ee90;transition:all 0.3s ease}input[type=checkbox].nf-toggle:checked:before{top:-1px;left:20px;transition:all 0.3s ease}.label-right input[type=checkbox].nf-toggle{padding:0 50px 0 0}.label-left input[type=checkbox].nf-toggle{padding:0;margin-left:22px;margin-top:20px}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  /*# sourceMappingURL=display-opinions.css.map */
assets/css/display-opinions.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["display-opinions.scss","op-spacing.scss","op-columns.scss","op-toggle.scss"],"names":[],"mappings":"AAAA;;+CAE+C;ACF/C;EACI,iBAAiB,EACpB;;AACD;EACI,gBAAgB,EACnB;;AACD;EACI,aAAa;EACb,kBAAkB;EAClB,eAAe,EAkHlB;EArHD;IAKQ,gBAAgB;IAChB,kBAAkB,EACrB;EAPL;;IAUQ,gBAAgB;IAChB,UAAU;IACV,cAAc,EACjB;EAbL;;;IAiBQ,aAAa,EAChB;EAlBL;IAoBQ,cAAc,EACjB;EArBL;IAuBQ,WAAW,EACd;EAxBL;;IA2BQ,aAAa,EAChB;EA5BL;;IAgCY,+BAA+B;IAC/B,eAAe,EAClB;EAlCT;IA2CY,oBAAoB,EACvB;EA5CT;IA8CY,gBAAgB;IAChB,aAAa;IACb,uBAAuB,EAC1B;EAjDT;IA2DQ,wBAAwB;IACxB,UAAU;IACV,kBAAkB;IAClB,WAAW,EACd;EA/DL;;;IAoEY,oBAAoB;IACpB,WAAW,EACd;EAtET;IA0EY,iBAAiB;IACjB,iBAAiB,EACpB;EA5ET;IAgFY,UAAU,EACb;EAjFT;;IA6FY,iBAAiB,EACpB;EA9FT;IAgGY,iBAAiB,EACpB;;ACvGT;;gDAEgD;AAEhD;;;;;;;;;;;EAWI,eAAe;EACf,YAAY;EACZ,gCAAgC,EASnC;EAtBD;;;;;;;;;;;IAeQ,cAAc,EACjB;EAhBL;;;;;;;;;;;IAkBQ,YAAY;IACZ,YAAY;IACZ,eAAe,EAClB;;AAGL;;;EAGI,2BAA2B,EAC9B;;AAED;;EAEI,2BAA2B,EAC9B;;AAED;;EAEI,0BAA0B,EAC7B;;AAED;EACI,2BAA2B,EAC9B;;AAED;EACI,0BAA0B,EAC7B;;AAED;EACI,0BAA0B,EAC7B;;AAED;EACI,0BAA0B,EAC7B;;AAED;EACI,YAAY;EACZ,eAAe,EAClB;;AC/DD;EACI,wBAAwB;EACxB,UAAU;EACV,kBAAkB;EAClB,aAAa;EACb,aAAa;EACb,yBAAiB;KAAjB,sBAAiB;UAAjB,iBAAiB;EACjB,mBAAmB;EACnB,gBAAgB,EA6CnB;EArDD;IAUQ,oBAAoB;IACpB,0BAA0B;IAC1B,oBAAoB;IACpB,YAAY;IACZ,mBAAmB;IACnB,UAAU;IACV,WAAW;IACX,YAAY;IACZ,aAAa;IACb,0BAA0B,EAC7B;EApBL;IAsBQ,iBAAiB;IACjB,oBAAoB;IACpB,YAAY;IACZ,mBAAmB;IACnB,UAAU;IACV,QAAQ;IACR,YAAY;IACZ,aAAa;IACb,YAAY;IACZ,0BAA0B,EAC7B;EAhCL;IAmCY,uBAAuB;IACvB,6BAA6B;IAC7B,0BAA0B,EAC7B;EAtCT;IAwCY,UAAU;IACV,WAAW;IACX,0BAA0B,EAC7B;EA3CW;IA8CZ,oBAAoB,EACvB;EA/Ce;IAiDZ,WAAW;IACX,kBAAkB;IAClB,iBAAiB,EACpB","file":"display-opinions.css","sourcesContent":["/*\n\n---------------------------------------------*/\n\n@import \"op-spacing\";\n@import \"op-columns\";\n// @import \"op-select\";\n@import \"op-toggle\";\n//@import \"op-colors\";\n//@import \"op-colors-dark\";\n",".nf-help {\n background: none;\n}\n.nf-field-description {\n font-size: 14px;\n}\n.nf-form-content {\n padding: 5px;\n max-width: 1000px;\n margin: 0 auto;\n label {\n font-size: 18px;\n line-height: 20px;\n }\n .ninja-forms-field,\n .listselect-wrap .nf-field-element div {\n font-size: 16px;\n margin: 0;\n padding: 12px;\n }\n input.ninja-forms-field,\n select.ninja-forms-field,\n .listselect-wrap .nf-field-element div {\n height: 50px;\n }\n textarea.ninja-forms-field {\n height: 200px;\n }\n hr.ninja-forms-field {\n padding: 0;\n }\n input[type=\"radio\"].ninja-forms-field,\n input[type=\"checkbox\"].ninja-forms-field {\n height: auto;\n }\n .listradio-wrap,\n .listcheckbox-wrap {\n li {\n margin-bottom: 12px !important;\n line-height: 0;\n }\n }\n .nf-product-field {\n &.ninja-forms-field {\n // background: transparent;\n // border: 0;\n // padding: 0;\n }\n span {\n padding-right: 16px;\n }\n .nf-field-qty {\n font-size: 16px;\n padding: 5px;\n width: 80px !important;\n }\n }\n .listselect-wrap,\n .liststate-wrap,\n .listcountry-wrap {\n select {\n //height: 50px;\n }\n }\n .nf-static {\n background: transparent;\n border: 0;\n font-weight: bold;\n padding: 0;\n }\n .label-above,\n .label-below,\n .label-hidden {\n .nf-field-label {\n margin-bottom: 10px;\n padding: 0;\n }\n }\n .label-below {\n .nf-field-label {\n margin-bottom: 0;\n margin-top: 10px;\n }\n }\n .label-right {\n .nf-field-label {\n margin: 0;\n }\n > input,\n textarea,\n select,\n .nf-product-field,\n .starrating,\n .nf-static,\n .pikaday__container {\n // margin-right: 1%;\n }\n > input[type=radio],\n input[type=checkbox] {\n margin-right: 1%;\n }\n ul {\n margin-right: 1%;\n }\n }\n .label-left {\n // > label {\n // margin: 0;\n // }\n // > input,\n // textarea,\n // select,\n // .pikaday__container {\n // // margin-left: 1%;\n // }\n // > input[type=radio],\n // input[type=checkbox] {\n // margin-left: 1%;\n // }\n // ul {\n // margin-left: 15px;\n // }\n }\n}\n","/* Column Classes\n Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css\n--------------------------------------------- */\n\n.five-sixths,\n.four-sixths,\n.one-fourth,\n.one-half,\n.one-sixth,\n.one-third,\n.three-fourths,\n.three-sixths,\n.two-fourths,\n.two-sixths,\n.two-thirds {\n clear: initial;\n float: left;\n margin-left: 2.564102564102564%;\n .inside {\n padding: 20px;\n }\n &::after {\n clear: both;\n content: \"\";\n display: block;\n }\n}\n\n.one-half,\n.three-sixths,\n.two-fourths {\n width: 48.717948717948715%;\n}\n\n.one-third,\n.two-sixths {\n width: 31.623931623931625%;\n}\n\n.four-sixths,\n.two-thirds {\n width: 65.81196581196582%;\n}\n\n.one-fourth {\n width: 23.076923076923077%;\n}\n\n.three-fourths {\n width: 74.35897435897436%;\n}\n\n.one-sixth {\n width: 14.52991452991453%;\n}\n\n.five-sixths {\n width: 82.90598290598291%;\n}\n\n.first {\n clear: both;\n margin-left: 0;\n}\n","input[type=checkbox].nf-toggle {\n background: transparent;\n border: 0;\n box-shadow: 0 0 0;\n margin: 10px;\n height: 18px;\n appearance: none;\n position: relative;\n cursor: pointer;\n &::after {\n background: #BCBDBF;\n border: 2px solid #BCBDBF;\n border-radius: 20px;\n content: \"\";\n position: absolute;\n top: -4px;\n left: -4px;\n width: 46px;\n height: 24px;\n transition: all 0.3s ease;\n }\n &::before {\n background: #fff;\n border-radius: 20px;\n content: \"\";\n position: absolute;\n top: -1px;\n left: 0;\n width: 18px;\n height: 18px;\n z-index: 99;\n transition: all 0.3s ease;\n }\n &:checked {\n &::after {\n background: lightgreen;\n border: 2px solid lightgreen;\n transition: all 0.3s ease;\n }\n &::before {\n top: -1px;\n left: 20px;\n transition: all 0.3s ease;\n }\n }\n .label-right & {\n padding: 0 50px 0 0;\n }\n .label-left & {\n padding: 0;\n margin-left: 22px;\n margin-top: 20px;\n }\n}\n"]}
1
+ {"version":3,"sources":["op-spacing.scss","op-columns.scss","op-toggle.scss"],"names":[],"mappings":"AAAA,SACI,eAAiB,CACpB,AACD,sBACI,cAAgB,CACnB,AACD,iBACI,YAAa,AACb,iBAAkB,AAClB,aAAe,CAkHlB,AArHD,uBAKQ,eAAgB,AAChB,gBAAkB,CACrB,AAPL,4FAUQ,eAAgB,AAChB,SAAU,AACV,YAAc,CACjB,AAbL,2IAiBQ,WAAa,CAChB,AAlBL,4CAoBQ,YAAc,CACjB,AArBL,sCAuBQ,SAAW,CACd,AAxBL,6GA2BQ,WAAa,CAChB,AA5BL,2EAgCY,6BAA+B,AAC/B,aAAe,CAClB,AAlCT,wCA2CY,kBAAoB,CACvB,AA5CT,iDA8CY,eAAgB,AAChB,YAAa,AACb,oBAAuB,CAC1B,AAjDT,4BA2DQ,uBAAwB,AACxB,SAAU,AACV,gBAAkB,AAClB,SAAW,CACd,AA/DL,2IAoEY,mBAAoB,AACpB,SAAW,CACd,AAtET,8CA0EY,gBAAiB,AACjB,eAAiB,CACpB,AA5ET,8CAgFY,QAAU,CACb,AAjFT,oIAgGY,eAAiB,CACpB,ACnGT,wIAWI,WAAe,AACf,WAAY,AACZ,8BAAgC,CASnC,AAtBD,gOAeQ,YAAc,CACjB,AAhBL,0MAkBQ,WAAY,AACZ,WAAY,AACZ,aAAe,CAClB,AAGL,qCAGI,yBAA2B,CAC9B,AAED,uBAEI,yBAA2B,CAC9B,AAED,yBAEI,wBAA0B,CAC7B,AAED,YACI,yBAA2B,CAC9B,AAED,eACI,wBAA0B,CAC7B,AAED,WACI,wBAA0B,CAC7B,AAED,aACI,wBAA0B,CAC7B,AAED,OACI,WAAY,AACZ,aAAe,CAClB,AC/DD,+BACI,uBAAwB,AACxB,SAAU,AACV,iBAAkB,AAClB,YAAa,AACb,YAAa,AACb,wBAAA,AAAiB,qBAAjB,AAAiB,gBAAA,AACjB,kBAAmB,AACnB,cAAgB,CA6CnB,AArDD,qCAUQ,mBAAoB,AACpB,yBAA0B,AAC1B,mBAAoB,AACpB,WAAY,AACZ,kBAAmB,AACnB,SAAU,AACV,UAAW,AACX,WAAY,AACZ,YAAa,AACb,wBAA0B,CAC7B,AApBL,sCAsBQ,gBAAiB,AACjB,mBAAoB,AACpB,WAAY,AACZ,kBAAmB,AACnB,SAAU,AACV,OAAQ,AACR,WAAY,AACZ,YAAa,AACb,WAAY,AACZ,wBAA0B,CAC7B,AAhCL,6CAmCY,mBAAuB,AACvB,yBAA6B,AAC7B,wBAA0B,CAC7B,AAtCT,8CAwCY,SAAU,AACV,UAAW,AACX,wBAA0B,CAC7B,AA3CW,4CA8CZ,kBAAoB,CACvB,AA/Ce,2CAiDZ,UAAW,AACX,iBAAkB,AAClB,eAAiB,CACpB","file":"display-opinions.css","sourcesContent":[".nf-help {\n background: none;\n}\n.nf-field-description {\n font-size: 14px;\n}\n.nf-form-content {\n padding: 5px;\n max-width: 1000px;\n margin: 0 auto;\n label {\n font-size: 18px;\n line-height: 20px;\n }\n .ninja-forms-field,\n .listselect-wrap .nf-field-element div {\n font-size: 16px;\n margin: 0;\n padding: 12px;\n }\n input.ninja-forms-field,\n select.ninja-forms-field,\n .listselect-wrap .nf-field-element div {\n height: 50px;\n }\n textarea.ninja-forms-field {\n height: 200px;\n }\n hr.ninja-forms-field {\n padding: 0;\n }\n input[type=\"radio\"].ninja-forms-field,\n input[type=\"checkbox\"].ninja-forms-field {\n height: auto;\n }\n .listradio-wrap,\n .listcheckbox-wrap {\n li {\n margin-bottom: 12px !important;\n line-height: 0;\n }\n }\n .nf-product-field {\n &.ninja-forms-field {\n // background: transparent;\n // border: 0;\n // padding: 0;\n }\n span {\n padding-right: 16px;\n }\n .nf-field-qty {\n font-size: 16px;\n padding: 5px;\n width: 80px !important;\n }\n }\n .listselect-wrap,\n .liststate-wrap,\n .listcountry-wrap {\n select {\n //height: 50px;\n }\n }\n .nf-static {\n background: transparent;\n border: 0;\n font-weight: bold;\n padding: 0;\n }\n .label-above,\n .label-below,\n .label-hidden {\n .nf-field-label {\n margin-bottom: 10px;\n padding: 0;\n }\n }\n .label-below {\n .nf-field-label {\n margin-bottom: 0;\n margin-top: 10px;\n }\n }\n .label-right {\n .nf-field-label {\n margin: 0;\n }\n > input,\n textarea,\n select,\n .nf-product-field,\n .starrating,\n .nf-static,\n .pikaday__container {\n // margin-right: 1%;\n }\n > input[type=radio],\n input[type=checkbox] {\n margin-right: 1%;\n }\n ul {\n margin-right: 1%;\n }\n }\n .label-left {\n // > label {\n // margin: 0;\n // }\n // > input,\n // textarea,\n // select,\n // .pikaday__container {\n // // margin-left: 1%;\n // }\n // > input[type=radio],\n // input[type=checkbox] {\n // margin-left: 1%;\n // }\n // ul {\n // margin-left: 15px;\n // }\n }\n}\n","/* Column Classes\n Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css\n--------------------------------------------- */\n\n.five-sixths,\n.four-sixths,\n.one-fourth,\n.one-half,\n.one-sixth,\n.one-third,\n.three-fourths,\n.three-sixths,\n.two-fourths,\n.two-sixths,\n.two-thirds {\n clear: initial;\n float: left;\n margin-left: 2.564102564102564%;\n .inside {\n padding: 20px;\n }\n &::after {\n clear: both;\n content: \"\";\n display: block;\n }\n}\n\n.one-half,\n.three-sixths,\n.two-fourths {\n width: 48.717948717948715%;\n}\n\n.one-third,\n.two-sixths {\n width: 31.623931623931625%;\n}\n\n.four-sixths,\n.two-thirds {\n width: 65.81196581196582%;\n}\n\n.one-fourth {\n width: 23.076923076923077%;\n}\n\n.three-fourths {\n width: 74.35897435897436%;\n}\n\n.one-sixth {\n width: 14.52991452991453%;\n}\n\n.five-sixths {\n width: 82.90598290598291%;\n}\n\n.first {\n clear: both;\n margin-left: 0;\n}\n","input[type=checkbox].nf-toggle {\n background: transparent;\n border: 0;\n box-shadow: 0 0 0;\n margin: 10px;\n height: 18px;\n appearance: none;\n position: relative;\n cursor: pointer;\n &::after {\n background: #BCBDBF;\n border: 2px solid #BCBDBF;\n border-radius: 20px;\n content: \"\";\n position: absolute;\n top: -4px;\n left: -4px;\n width: 46px;\n height: 24px;\n transition: all 0.3s ease;\n }\n &::before {\n background: #fff;\n border-radius: 20px;\n content: \"\";\n position: absolute;\n top: -1px;\n left: 0;\n width: 18px;\n height: 18px;\n z-index: 99;\n transition: all 0.3s ease;\n }\n &:checked {\n &::after {\n background: lightgreen;\n border: 2px solid lightgreen;\n transition: all 0.3s ease;\n }\n &::before {\n top: -1px;\n left: 20px;\n transition: all 0.3s ease;\n }\n }\n .label-right & {\n padding: 0 50px 0 0;\n }\n .label-left & {\n padding: 0;\n margin-left: 22px;\n margin-top: 20px;\n }\n}\n"]}
assets/css/display-structure.css CHANGED
@@ -1,844 +1,2 @@
1
- /*
2
- Normalize Ninja Forms fields with default structure
3
- ---------------------------------------------*/
4
- /*
5
- * Ninja Forms - Form Display Structure
6
- */
7
- .ninja-forms-form-wrap *,
8
- .ninja-forms-form-wrap *:after,
9
- .ninja-forms-form-wrap *:before {
10
- -ms-box-sizing: border-box;
11
- box-sizing: border-box; }
12
-
13
- .nf-response-msg {
14
- display: none; }
15
-
16
- .nf-field-container,
17
- #ninja_forms_required_items {
18
- clear: both;
19
- position: relative;
20
- margin-bottom: 25px; }
21
- .nf-field-container::after,
22
- #ninja_forms_required_items::after {
23
- clear: both;
24
- content: "";
25
- display: block; }
26
- .nf-field-container.hidden-container, .nf-field-container.hr-container,
27
- #ninja_forms_required_items.hidden-container,
28
- #ninja_forms_required_items.hr-container {
29
- margin: 0;
30
- height: auto; }
31
- .nf-field-container.hidden-container .nf-field-label, .nf-field-container.hr-container .nf-field-label,
32
- #ninja_forms_required_items.hidden-container .nf-field-label,
33
- #ninja_forms_required_items.hr-container .nf-field-label {
34
- display: none; }
35
- .nf-field-container.html-container .nf-field-label,
36
- #ninja_forms_required_items.html-container .nf-field-label {
37
- display: none; }
38
-
39
- .nf-field-label label {
40
- font-weight: bold;
41
- margin: 0;
42
- padding: 0; }
43
-
44
- .nf-field-element {
45
- position: relative; }
46
- .nf-field-element input,
47
- .nf-field-element select,
48
- .nf-field-element textarea {
49
- margin: 0;
50
- width: auto;
51
- height: auto;
52
- vertical-align: inherit; }
53
- .nf-field-element textarea {
54
- height: 200px; }
55
-
56
- .nf-field-description p:last-child {
57
- margin: 0; }
58
-
59
- .nf-help {
60
- background: url("../img/help-info.png") no-repeat;
61
- display: inline-block;
62
- width: 16px;
63
- height: 16px; }
64
-
65
- .nf-input-limit {
66
- font-size: 12px;
67
- margin-top: 5px; }
68
-
69
- .nf-static {
70
- padding: 0 10px; }
71
-
72
- .nf-after-field .nf-error-msg {
73
- margin-right: 10px; }
74
-
75
- /* ---------------------------------
76
- CHECKBOX FIELD
77
- ----------------------------------*/
78
- /* ---------------------------------
79
- RADIO & CHECKBOX LISTS
80
- ----------------------------------*/
81
- .list-radio-wrap .nf-field-element ul, .list-radio-wrap .nf-field-element li,
82
- .list-checkbox-wrap .nf-field-element ul,
83
- .list-checkbox-wrap .nf-field-element li {
84
- list-style: none !important;
85
- margin: 0 !important;
86
- padding: 0 !important; }
87
- .list-radio-wrap .nf-field-element ul input, .list-radio-wrap .nf-field-element li input,
88
- .list-checkbox-wrap .nf-field-element ul input,
89
- .list-checkbox-wrap .nf-field-element li input {
90
- margin-right: 5px; }
91
-
92
- .list-radio-wrap .nf-field-element li,
93
- .list-checkbox-wrap .nf-field-element li {
94
- padding-left: 10px;
95
- margin: 0 0 5px !important;
96
- text-indent: initial !important; }
97
- .list-radio-wrap .nf-field-element li label,
98
- .list-checkbox-wrap .nf-field-element li label {
99
- display: inline-block;
100
- float: initial;
101
- margin: 0;
102
- width: auto; }
103
- .list-radio-wrap .nf-field-element li input,
104
- .list-checkbox-wrap .nf-field-element li input {
105
- width: auto !important; }
106
-
107
- /* ---------------------------------
108
- PRODUCT FIELD
109
- ----------------------------------*/
110
- .product-wrap > div input {
111
- width: 80px !important; }
112
-
113
- .product-wrap > div .nf-product-field span {
114
- padding: 0 5px; }
115
-
116
- /* ---------------------------------
117
- STAR RATING
118
- ----------------------------------*/
119
- .starrating-wrap .star {
120
- border-bottom: 0; }
121
-
122
- /* ---------------------------------
123
- HONEYPOT
124
- ----------------------------------*/
125
- .nf-form-hp {
126
- position: absolute;
127
- visibility: hidden; }
128
-
129
- /* ---------------------------------
130
- SELECT LIST
131
- ----------------------------------*/
132
- .list-select-wrap div div {
133
- display: none; }
134
-
135
- /* ---------------------------------
136
- COLORS
137
- As minimal as possible
138
- ----------------------------------*/
139
- .ninja-forms-req-symbol,
140
- .nf-error-msg {
141
- color: #E80000; }
142
-
143
- .nf-error .ninja-forms-field {
144
- border: 1px solid #E80000; }
145
-
146
- .nf-field-submit-error {
147
- padding: 15px; }
148
-
149
- .ninja-forms-noscript-message {
150
- background: #f1f1f1;
151
- border: 4px dashed #ccc;
152
- color: #333;
153
- display: block;
154
- font-size: 20px;
155
- margin: 20px 0;
156
- padding: 40px;
157
- text-align: center; }
158
-
159
- /* ---------------------------------
160
- HELPER CLASSES
161
- ----------------------------------*/
162
- .two-col-list ul li {
163
- float: left;
164
- width: 50%; }
165
-
166
- .three-col-list ul li {
167
- float: left;
168
- width: 33.33%; }
169
-
170
- .four-col-list ul li {
171
- float: left;
172
- width: 25%; }
173
-
174
- .five-col-list ul li {
175
- float: left;
176
- width: 20%; }
177
-
178
- .six-col-list ul li {
179
- float: left;
180
- width: 16.66%; }
181
-
182
- body .pika-label {
183
- background: transparent; }
184
-
185
- /* Column Classes
186
- Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
187
- --------------------------------------------- */
188
- .nf-form-cont .five-sixths,
189
- .nf-form-cont .four-sixths,
190
- .nf-form-cont .one-fourth,
191
- .nf-form-cont .one-half,
192
- .nf-form-cont .one-sixth,
193
- .nf-form-cont .one-third,
194
- .nf-form-cont .three-fourths,
195
- .nf-form-cont .three-sixths,
196
- .nf-form-cont .two-fourths,
197
- .nf-form-cont .two-sixths,
198
- .nf-form-cont .two-thirds {
199
- clear: initial;
200
- float: left;
201
- margin-left: 2.564102564102564%; }
202
- .nf-form-cont .five-sixths .inside,
203
- .nf-form-cont .four-sixths .inside,
204
- .nf-form-cont .one-fourth .inside,
205
- .nf-form-cont .one-half .inside,
206
- .nf-form-cont .one-sixth .inside,
207
- .nf-form-cont .one-third .inside,
208
- .nf-form-cont .three-fourths .inside,
209
- .nf-form-cont .three-sixths .inside,
210
- .nf-form-cont .two-fourths .inside,
211
- .nf-form-cont .two-sixths .inside,
212
- .nf-form-cont .two-thirds .inside {
213
- padding: 20px; }
214
- .nf-form-cont .five-sixths::after,
215
- .nf-form-cont .four-sixths::after,
216
- .nf-form-cont .one-fourth::after,
217
- .nf-form-cont .one-half::after,
218
- .nf-form-cont .one-sixth::after,
219
- .nf-form-cont .one-third::after,
220
- .nf-form-cont .three-fourths::after,
221
- .nf-form-cont .three-sixths::after,
222
- .nf-form-cont .two-fourths::after,
223
- .nf-form-cont .two-sixths::after,
224
- .nf-form-cont .two-thirds::after {
225
- clear: both;
226
- content: "";
227
- display: block; }
228
-
229
- .nf-form-cont .one-half,
230
- .nf-form-cont .three-sixths,
231
- .nf-form-cont .two-fourths {
232
- width: 48.717948717948715%; }
233
-
234
- .nf-form-cont .one-third,
235
- .nf-form-cont .two-sixths {
236
- width: 31.623931623931625%; }
237
-
238
- .nf-form-cont .four-sixths,
239
- .nf-form-cont .two-thirds {
240
- width: 65.81196581196582%; }
241
-
242
- .nf-form-cont .one-fourth {
243
- width: 23.076923076923077%; }
244
-
245
- .nf-form-cont .three-fourths {
246
- width: 74.35897435897436%; }
247
-
248
- .nf-form-cont .one-sixth {
249
- width: 14.52991452991453%; }
250
-
251
- .nf-form-cont .five-sixths {
252
- width: 82.90598290598291%; }
253
-
254
- .nf-form-cont .first {
255
- clear: both;
256
- margin-left: 0; }
257
-
258
- .note-popover {
259
- display: none !important; }
260
-
261
- .nf-form-wrap .note-editor {
262
- border: 0 !important; }
263
- .nf-form-wrap .note-editor .note-toolbar::after {
264
- clear: both;
265
- content: "";
266
- display: block; }
267
- .nf-form-wrap .note-editor .note-editable {
268
- background: #f9f9f9;
269
- border: 1px solid #f1f1f1;
270
- display: block; }
271
- .nf-form-wrap .note-editor .note-editable p {
272
- font-size: 16px; }
273
- .nf-form-wrap .note-editor .note-editable ul {
274
- list-style-type: disc;
275
- margin-left: 2em; }
276
- .nf-form-wrap .note-editor .note-editable table td {
277
- border: 1px solid #ccc;
278
- width: auto; }
279
- .nf-form-wrap .note-editor .modal {
280
- display: none; }
281
- .nf-form-wrap .note-editor .btn-group {
282
- float: left; }
283
- .nf-form-wrap .note-editor .btn-group.note-tools {
284
- float: right; }
285
- .nf-form-wrap .note-editor .btn {
286
- background: #f9f9f9;
287
- border: 0;
288
- border-radius: 4px;
289
- color: #666;
290
- cursor: pointer;
291
- margin-right: 2px;
292
- padding-top: 4px; }
293
- .nf-form-wrap .note-editor .btn.disabled {
294
- background: transparent;
295
- color: #aaa; }
296
- .nf-form-wrap .note-editor .btn.disabled .merge-tags {
297
- background: #f9f9f9;
298
- color: #666; }
299
- .nf-form-wrap .note-editor button[type=button] {
300
- padding: 4px;
301
- width: auto;
302
- height: auto; }
303
- .nf-form-wrap .note-editor .dropdown-toggle {
304
- position: relative;
305
- display: inline-block;
306
- top: 0; }
307
- .nf-form-wrap .note-editor .dropdown-toggle::after {
308
- content: "";
309
- width: 0; }
310
-
311
- .nf-form-wrap .tooltip {
312
- position: absolute;
313
- z-index: 1070;
314
- display: block;
315
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
316
- font-size: 12px;
317
- font-style: normal;
318
- font-weight: normal;
319
- line-height: 1.42857143;
320
- text-align: left;
321
- text-align: start;
322
- text-decoration: none;
323
- text-shadow: none;
324
- text-transform: none;
325
- letter-spacing: normal;
326
- word-break: normal;
327
- word-spacing: normal;
328
- word-wrap: normal;
329
- white-space: normal;
330
- filter: alpha(opacity=0);
331
- opacity: 0;
332
- line-break: auto; }
333
-
334
- .nf-form-wrap .tooltip.in {
335
- filter: alpha(opacity=90);
336
- opacity: .9; }
337
-
338
- .nf-form-wrap .tooltip.top {
339
- padding: 5px 0;
340
- margin-top: -3px; }
341
-
342
- .nf-form-wrap .tooltip.right {
343
- padding: 0 5px;
344
- margin-left: 3px; }
345
-
346
- .nf-form-wrap .tooltip.bottom {
347
- padding: 5px 0;
348
- margin-top: 3px; }
349
-
350
- .nf-form-wrap .tooltip.left {
351
- padding: 0 5px;
352
- margin-left: -3px; }
353
-
354
- .nf-form-wrap .tooltip-inner {
355
- max-width: 200px;
356
- padding: 3px 8px;
357
- color: #fff;
358
- text-align: center;
359
- background-color: #000;
360
- border-radius: 4px; }
361
-
362
- .nf-form-wrap .tooltip-arrow {
363
- position: absolute;
364
- width: 0;
365
- height: 0;
366
- border-color: transparent;
367
- border-style: solid; }
368
-
369
- .nf-form-wrap .tooltip.top .tooltip-arrow {
370
- bottom: 0;
371
- left: 50%;
372
- margin-left: -5px;
373
- border-width: 5px 5px 0;
374
- border-top-color: #000; }
375
-
376
- .nf-form-wrap .tooltip.top-left .tooltip-arrow {
377
- right: 5px;
378
- bottom: 0;
379
- margin-bottom: -5px;
380
- border-width: 5px 5px 0;
381
- border-top-color: #000; }
382
-
383
- .nf-form-wrap .tooltip.top-right .tooltip-arrow {
384
- bottom: 0;
385
- left: 5px;
386
- margin-bottom: -5px;
387
- border-width: 5px 5px 0;
388
- border-top-color: #000; }
389
-
390
- .nf-form-wrap .tooltip.right .tooltip-arrow {
391
- top: 50%;
392
- left: 0;
393
- margin-top: -5px;
394
- border-width: 5px 5px 5px 0;
395
- border-right-color: #000; }
396
-
397
- .nf-form-wrap .tooltip.left .tooltip-arrow {
398
- top: 50%;
399
- right: 0;
400
- margin-top: -5px;
401
- border-width: 5px 0 5px 5px;
402
- border-left-color: #000; }
403
-
404
- .nf-form-wrap .tooltip.bottom .tooltip-arrow {
405
- top: 0;
406
- left: 50%;
407
- margin-left: -5px;
408
- border-width: 0 5px 5px;
409
- border-bottom-color: #000; }
410
-
411
- .nf-form-wrap .tooltip.bottom-left .tooltip-arrow {
412
- top: 0;
413
- right: 5px;
414
- margin-top: -5px;
415
- border-width: 0 5px 5px;
416
- border-bottom-color: #000; }
417
-
418
- .nf-form-wrap .tooltip.bottom-right .tooltip-arrow {
419
- top: 0;
420
- left: 5px;
421
- margin-top: -5px;
422
- border-width: 0 5px 5px;
423
- border-bottom-color: #000; }
424
-
425
- .nf-form-wrap .dropdown-menu {
426
- position: absolute;
427
- z-index: 1000;
428
- display: none;
429
- float: left;
430
- min-width: 160px;
431
- padding: 5px 0;
432
- margin: 2px 0 0;
433
- font-size: 14px;
434
- text-align: left;
435
- list-style: none;
436
- background-color: #fff;
437
- background-clip: padding-box;
438
- border: 1px solid #ccc;
439
- border: 1px solid rgba(0, 0, 0, 0.15);
440
- border-radius: 4px;
441
- box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
442
-
443
- .nf-form-wrap .dropdown-menu.pull-right {
444
- right: 0;
445
- left: auto; }
446
-
447
- .nf-form-wrap .dropdown-menu .divider {
448
- height: 1px;
449
- margin: 9px 0;
450
- overflow: hidden;
451
- background-color: #e5e5e5; }
452
-
453
- .nf-form-wrap .dropdown-menu > li > a {
454
- display: block;
455
- padding: 3px 20px;
456
- clear: both;
457
- font-weight: normal;
458
- line-height: 1.42857143;
459
- color: #333;
460
- white-space: nowrap; }
461
-
462
- .nf-form-wrap .dropdown-menu > li > a:hover,
463
- .nf-form-wrap .dropdown-menu > li > a:focus {
464
- color: #262626;
465
- text-decoration: none;
466
- background-color: #f5f5f5; }
467
-
468
- .nf-form-wrap .dropdown-menu > .active > a,
469
- .nf-form-wrap .dropdown-menu > .active > a:hover,
470
- .nf-form-wrap .dropdown-menu > .active > a:focus {
471
- color: #fff;
472
- text-decoration: none;
473
- background-color: #337ab7;
474
- outline: 0; }
475
-
476
- .nf-form-wrap .dropdown-menu > .disabled > a,
477
- .nf-form-wrap .dropdown-menu > .disabled > a:hover,
478
- .nf-form-wrap .dropdown-menu > .disabled > a:focus {
479
- color: #777; }
480
-
481
- .nf-form-wrap .dropdown-menu > .disabled > a:hover,
482
- .nf-form-wrap .dropdown-menu > .disabled > a:focus {
483
- text-decoration: none;
484
- cursor: not-allowed;
485
- background-color: transparent;
486
- background-image: none;
487
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
488
-
489
- .nf-form-wrap .open > .dropdown-menu {
490
- display: block; }
491
-
492
- .nf-form-wrap .open > a {
493
- outline: 0; }
494
-
495
- .nf-form-wrap .dropdown-menu-right {
496
- right: 0;
497
- left: auto; }
498
-
499
- .nf-form-wrap .dropdown-menu-left {
500
- right: auto;
501
- left: 0; }
502
-
503
- .nf-form-wrap .dropdown-header {
504
- display: block;
505
- padding: 3px 20px;
506
- font-size: 12px;
507
- line-height: 1.42857143;
508
- color: #777;
509
- white-space: nowrap; }
510
-
511
- .nf-form-wrap .dropdown-backdrop {
512
- position: fixed;
513
- top: 0;
514
- right: 0;
515
- bottom: 0;
516
- left: 0;
517
- z-index: 990; }
518
-
519
- .nf-form-wrap .pull-right > .dropdown-menu {
520
- right: 0;
521
- left: auto; }
522
-
523
- .nf-form-wrap .dropup .caret,
524
- .nf-form-wrap .navbar-fixed-bottom .dropdown .caret {
525
- content: "";
526
- border-top: 0;
527
- border-bottom: 4px dashed;
528
- border-bottom: 4px solid \9; }
529
-
530
- .nf-form-wrap .dropup .dropdown-menu,
531
- .nf-form-wrap .navbar-fixed-bottom .dropdown .dropdown-menu {
532
- top: auto;
533
- bottom: 100%;
534
- margin-bottom: 2px; }
535
-
536
- @media (min-width: 768px) {
537
- .nf-form-wrap .navbar-right .dropdown-menu {
538
- right: 0;
539
- left: auto; }
540
- .nf-form-wrap .navbar-right .dropdown-menu-left {
541
- right: auto;
542
- left: 0; } }
543
-
544
- .nf-form-wrap .btn-group-justified > .btn-group .dropdown-menu {
545
- left: auto; }
546
-
547
- .nf-form-wrap .nav-tabs.nav-justified > .dropdown .dropdown-menu {
548
- top: auto;
549
- left: auto; }
550
-
551
- .nf-form-wrap .nav-justified > .dropdown .dropdown-menu {
552
- top: auto;
553
- left: auto; }
554
-
555
- .nf-form-wrap .nav-tabs .dropdown-menu {
556
- margin-top: -1px;
557
- border-top-left-radius: 0;
558
- border-top-right-radius: 0; }
559
-
560
- @media (max-width: 767px) {
561
- .nf-form-wrap .navbar-nav .open .dropdown-menu {
562
- position: static;
563
- float: none;
564
- width: auto;
565
- margin-top: 0;
566
- background-color: transparent;
567
- border: 0;
568
- box-shadow: none; }
569
- .nf-form-wrap .navbar-nav .open .dropdown-menu > li > a,
570
- .nf-form-wrap .navbar-nav .open .dropdown-menu .dropdown-header {
571
- padding: 5px 15px 5px 25px; }
572
- .nf-form-wrap .navbar-nav .open .dropdown-menu > li > a {
573
- line-height: 20px; }
574
- .nf-form-wrap .navbar-nav .open .dropdown-menu > li > a:hover,
575
- .nf-form-wrap .navbar-nav .open .dropdown-menu > li > a:focus {
576
- background-image: none; } }
577
-
578
- .nf-form-wrap .navbar-nav > li > .dropdown-menu {
579
- margin-top: 0;
580
- border-top-left-radius: 0;
581
- border-top-right-radius: 0; }
582
-
583
- .nf-form-wrap .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
584
- margin-bottom: 0;
585
- border-top-left-radius: 4px;
586
- border-top-right-radius: 4px;
587
- border-bottom-right-radius: 0;
588
- border-bottom-left-radius: 0; }
589
-
590
- @media (max-width: 767px) {
591
- .nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu > li > a {
592
- color: #777; }
593
- .nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
594
- .nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
595
- color: #333;
596
- background-color: transparent; }
597
- .nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
598
- .nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
599
- .nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
600
- color: #555;
601
- background-color: #e7e7e7; }
602
- .nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
603
- .nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
604
- .nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
605
- color: #ccc;
606
- background-color: transparent; } }
607
-
608
- @media (max-width: 767px) {
609
- .nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
610
- border-color: #080808; }
611
- .nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
612
- background-color: #080808; }
613
- .nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
614
- color: #9d9d9d; }
615
- .nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
616
- .nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
617
- color: #fff;
618
- background-color: transparent; }
619
- .nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
620
- .nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
621
- .nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
622
- color: #fff;
623
- background-color: #080808; }
624
- .nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
625
- .nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
626
- .nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
627
- color: #444;
628
- background-color: transparent; } }
629
-
630
- .nf-loading-spinner {
631
- width: 40px;
632
- height: 40px;
633
- margin: 100px auto;
634
- background-color: rgba(208, 208, 208, 0.5);
635
- border-radius: 100%;
636
- animation: nf-scaleout 1.0s infinite ease-in-out; }
637
-
638
- @keyframes nf-scaleout {
639
- 0% {
640
- transform: scale(0); }
641
- 100% {
642
- transform: scale(1);
643
- opacity: 0; } }
644
-
645
- /*
646
- Make sure all Ninja Forms label positons function properly
647
- ---------------------------------------------*/
648
- /* ---------------------------------
649
- STANDARDIZE ALL FIELDS
650
- ----------------------------------*/
651
- .field-wrap {
652
- display: -ms-flexbox;
653
- display: flex; }
654
- .field-wrap > label {
655
- display: block; }
656
- .field-wrap > div input,
657
- .field-wrap textarea,
658
- .field-wrap select,
659
- .field-wrap .pikaday__container,
660
- .field-wrap .pikaday__display,
661
- .field-wrap .listselect-wrap > div {
662
- width: 100%; }
663
- .field-wrap input[type="submit"],
664
- .field-wrap input[type="button"],
665
- .field-wrap button {
666
- width: auto; }
667
-
668
- .nf-field-label {
669
- -ms-flex-order: 5;
670
- order: 5; }
671
-
672
- .nf-field-description {
673
- width: 100%;
674
- -ms-flex-order: 10;
675
- order: 10; }
676
-
677
- .nf-field-element {
678
- -ms-flex-order: 15;
679
- order: 15; }
680
-
681
- /* ---------------------------------
682
- LABEL ABOVE
683
- ----------------------------------*/
684
- .label-above .nf-field-label {
685
- margin-bottom: 10px; }
686
-
687
- /* ---------------------------------
688
- LABEL BELOW
689
- ----------------------------------*/
690
- .label-below .nf-field-label {
691
- margin-top: 10px;
692
- -ms-flex-order: 15;
693
- order: 15; }
694
-
695
- .label-below .nf-field-element {
696
- -ms-flex-order: 5;
697
- order: 5; }
698
-
699
- /* ---------------------------------
700
- LABEL HIDDEN
701
- ----------------------------------*/
702
- .label-hidden .field-wrap {
703
- -ms-flex-wrap: wrap;
704
- flex-wrap: wrap; }
705
-
706
- .label-hidden .nf-field-label {
707
- height: 0;
708
- width: 100%;
709
- visibility: hidden; }
710
-
711
- .label-hidden .nf-field-description {
712
- width: 100%;
713
- -ms-flex-order: 20;
714
- order: 20; }
715
-
716
- .label-hidden .nf-field-element {
717
- width: 100%; }
718
-
719
- /* ---------------------------------
720
- LABEL LEFT
721
- ----------------------------------*/
722
- .label-left .field-wrap {
723
- -ms-flex-direction: row;
724
- flex-direction: row;
725
- -ms-flex-wrap: wrap;
726
- flex-wrap: wrap; }
727
-
728
- .label-left .nf-field-label {
729
- display: -ms-flexbox;
730
- display: flex;
731
- -ms-flex-direction: row;
732
- flex-direction: row;
733
- -ms-flex-align: center;
734
- align-items: center;
735
- padding-right: 2%;
736
- text-align: right;
737
- width: 35%;
738
- -ms-flex-order: 5;
739
- order: 5; }
740
- .label-left .nf-field-label label {
741
- width: 100%; }
742
-
743
- .label-left .nf-field-description {
744
- margin-left: 35%; }
745
-
746
- .label-left .nf-field-element {
747
- display: inline-block;
748
- width: 65%;
749
- -ms-flex-order: 10;
750
- order: 10; }
751
-
752
- .label-left .nf-after-field {
753
- margin-left: 36.5%; }
754
-
755
- /* ---------------------------------
756
- LABEL RIGHT
757
- ----------------------------------*/
758
- .label-right .field-wrap {
759
- -ms-flex-direction: row;
760
- flex-direction: row;
761
- -ms-flex-wrap: wrap;
762
- flex-wrap: wrap; }
763
-
764
- .label-right .nf-field-label {
765
- display: -ms-flexbox;
766
- display: flex;
767
- -ms-flex-direction: row;
768
- flex-direction: row;
769
- -ms-flex-align: center;
770
- align-items: center;
771
- padding-left: 2%;
772
- width: 35%;
773
- -ms-flex-order: 10;
774
- order: 10; }
775
-
776
- .label-right .nf-field-description {
777
- margin-right: 35%;
778
- -ms-flex-order: 15;
779
- order: 15; }
780
-
781
- .label-right .nf-field-element {
782
- display: inline-block;
783
- width: 65%;
784
- -ms-flex-order: 5;
785
- order: 5; }
786
-
787
- .label-right .checkbox-wrap .nf-field-label {
788
- width: auto; }
789
-
790
- .label-right .checkbox-wrap .nf-field-element {
791
- width: 20px; }
792
-
793
- .label-right .nf-after-field {
794
- width: 65%; }
795
-
796
- /* ---------------------------------
797
- ADJUST SOME LABEL ABOVE & BELOW ISSUES
798
- ----------------------------------*/
799
- .label-below .field-wrap,
800
- .label-above .field-wrap {
801
- -ms-flex-direction: column;
802
- flex-direction: column;
803
- -ms-flex-flow: wrap;
804
- flex-flow: wrap; }
805
-
806
- .label-below .nf-field-element,
807
- .label-above .nf-field-element {
808
- margin: 0;
809
- width: 100%; }
810
-
811
- /* ---------------------------------
812
- ADJUST SOME LABEL LEFT & RIGHT ISSUES
813
- ----------------------------------*/
814
- .label-left .textarea-wrap .nf-field-label,
815
- .label-left .listradio-wrap .nf-field-label,
816
- .label-left .listcheckbox-wrap .nf-field-label,
817
- .label-right .textarea-wrap .nf-field-label,
818
- .label-right .listradio-wrap .nf-field-label,
819
- .label-right .listcheckbox-wrap .nf-field-label {
820
- -ms-flex-align: start;
821
- align-items: flex-start; }
822
-
823
- .label-left .textarea-wrap .nf-field-label,
824
- .label-right .textarea-wrap .nf-field-label {
825
- margin-top: 5px; }
826
-
827
- .label-left .html-wrap,
828
- .label-left .hr-wrap,
829
- .label-right .html-wrap,
830
- .label-right .hr-wrap {
831
- display: block; }
832
- .label-left .html-wrap .nf-field-element,
833
- .label-left .hr-wrap .nf-field-element,
834
- .label-right .html-wrap .nf-field-element,
835
- .label-right .hr-wrap .nf-field-element {
836
- display: block;
837
- margin: 0;
838
- width: 100%; }
839
-
840
- /* ---------------------------------
841
- FIELD DESCRIPTION POSITIONS
842
- ----------------------------------*/
843
-
844
  /*# sourceMappingURL=display-structure.css.map */
1
+ .ninja-forms-form-wrap *,.ninja-forms-form-wrap :after,.ninja-forms-form-wrap :before{-ms-box-sizing:border-box;box-sizing:border-box}.nf-response-msg{display:none}#ninja_forms_required_items,.nf-field-container{clear:both;position:relative;margin-bottom:25px}#ninja_forms_required_items:after,.nf-field-container:after{clear:both;content:"";display:block}#ninja_forms_required_items.hidden-container,#ninja_forms_required_items.hr-container,.nf-field-container.hidden-container,.nf-field-container.hr-container{margin:0;height:auto}#ninja_forms_required_items.hidden-container .nf-field-label,#ninja_forms_required_items.hr-container .nf-field-label,#ninja_forms_required_items.html-container .nf-field-label,.nf-field-container.hidden-container .nf-field-label,.nf-field-container.hr-container .nf-field-label,.nf-field-container.html-container .nf-field-label{display:none}.nf-field-label label{font-weight:700;margin:0;padding:0}.nf-field-element{position:relative}.nf-field-element input,.nf-field-element select,.nf-field-element textarea{margin:0;width:auto;height:auto;vertical-align:inherit}.nf-field-element textarea{height:200px}.nf-field-description p:last-child{margin:0}.nf-help{background:url(../img/help-info.png) no-repeat;display:inline-block;width:16px;height:16px}.nf-input-limit{font-size:12px;margin-top:5px}.nf-static{padding:0 10px}.nf-after-field .nf-error-msg{margin-right:10px}.list-checkbox-wrap .nf-field-element li,.list-checkbox-wrap .nf-field-element ul,.list-radio-wrap .nf-field-element li,.list-radio-wrap .nf-field-element ul{list-style:none!important;margin:0!important;padding:0!important}.list-checkbox-wrap .nf-field-element li input,.list-checkbox-wrap .nf-field-element ul input,.list-radio-wrap .nf-field-element li input,.list-radio-wrap .nf-field-element ul input{margin-right:5px}.list-checkbox-wrap .nf-field-element li,.list-radio-wrap .nf-field-element li{padding-left:10px;margin:0 0 5px!important;text-indent:0!important}.list-checkbox-wrap .nf-field-element li label,.list-radio-wrap .nf-field-element li label{display:block;float:none;width:auto;margin-left:1.5em}.list-checkbox-wrap .nf-field-element li input,.list-radio-wrap .nf-field-element li input{width:auto!important;float:left;margin-top:.25em}.product-wrap>div input{width:80px!important}.product-wrap>div .nf-product-field span{padding:0 5px}.starrating-wrap .star{border-bottom:0}.nf-form-hp{position:absolute;visibility:hidden}.list-select-wrap div div{display:none}.nf-error-msg,.ninja-forms-req-symbol{color:#e80000}.nf-error .ninja-forms-field{border:1px solid #e80000}.nf-field-submit-error{padding:15px}.ninja-forms-noscript-message{background:#f1f1f1;border:4px dashed #ccc;color:#333;display:block;font-size:20px;margin:20px 0;padding:40px;text-align:center}.two-col-list ul li{float:left;width:50%}.three-col-list ul li{float:left;width:33.33%}.four-col-list ul li{float:left;width:25%}.five-col-list ul li{float:left;width:20%}.six-col-list ul li{float:left;width:16.66%}body .pika-label{background:transparent}.nf-form-cont .five-sixths,.nf-form-cont .four-sixths,.nf-form-cont .one-fourth,.nf-form-cont .one-half,.nf-form-cont .one-sixth,.nf-form-cont .one-third,.nf-form-cont .three-fourths,.nf-form-cont .three-sixths,.nf-form-cont .two-fourths,.nf-form-cont .two-sixths,.nf-form-cont .two-thirds{clear:none;float:left;margin-left:2.564102564102564%}.nf-form-cont .five-sixths .inside,.nf-form-cont .four-sixths .inside,.nf-form-cont .one-fourth .inside,.nf-form-cont .one-half .inside,.nf-form-cont .one-sixth .inside,.nf-form-cont .one-third .inside,.nf-form-cont .three-fourths .inside,.nf-form-cont .three-sixths .inside,.nf-form-cont .two-fourths .inside,.nf-form-cont .two-sixths .inside,.nf-form-cont .two-thirds .inside{padding:20px}.nf-form-cont .five-sixths:after,.nf-form-cont .four-sixths:after,.nf-form-cont .one-fourth:after,.nf-form-cont .one-half:after,.nf-form-cont .one-sixth:after,.nf-form-cont .one-third:after,.nf-form-cont .three-fourths:after,.nf-form-cont .three-sixths:after,.nf-form-cont .two-fourths:after,.nf-form-cont .two-sixths:after,.nf-form-cont .two-thirds:after{clear:both;content:"";display:block}.nf-form-cont .one-half,.nf-form-cont .three-sixths,.nf-form-cont .two-fourths{width:48.717948717948715%}.nf-form-cont .one-third,.nf-form-cont .two-sixths{width:31.623931623931625%}.nf-form-cont .four-sixths,.nf-form-cont .two-thirds{width:65.81196581196582%}.nf-form-cont .one-fourth{width:23.076923076923077%}.nf-form-cont .three-fourths{width:74.35897435897436%}.nf-form-cont .one-sixth{width:14.52991452991453%}.nf-form-cont .five-sixths{width:82.90598290598291%}.nf-form-cont .first{clear:both;margin-left:0}.note-popover{display:none!important}.nf-form-wrap .note-editor{border:0!important}.nf-form-wrap .note-editor .note-toolbar:after{clear:both;content:"";display:block}.nf-form-wrap .note-editor .note-editable{background:#f9f9f9;border:1px solid #f1f1f1;display:block}.nf-form-wrap .note-editor .note-editable p{font-size:16px}.nf-form-wrap .note-editor .note-editable ul{list-style-type:disc;margin-left:2em}.nf-form-wrap .note-editor .note-editable table td{border:1px solid #ccc;width:auto}.nf-form-wrap .note-editor .modal{display:none}.nf-form-wrap .note-editor .btn-group{float:left}.nf-form-wrap .note-editor .btn-group.note-tools{float:right}.nf-form-wrap .note-editor .btn{background:#f9f9f9;border:0;border-radius:4px;color:#666;cursor:pointer;margin-right:2px;padding-top:4px}.nf-form-wrap .note-editor .btn.disabled{background:transparent;color:#aaa}.nf-form-wrap .note-editor .btn.disabled .merge-tags{background:#f9f9f9;color:#666}.nf-form-wrap .note-editor button[type=button]{padding:4px;width:auto;height:auto}.nf-form-wrap .note-editor .dropdown-toggle{position:relative;display:inline-block;top:0}.nf-form-wrap .note-editor .dropdown-toggle:after{content:"";width:0}.nf-form-wrap .tooltip{position:absolute;z-index:1070;display:block;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.nf-form-wrap .tooltip.in{filter:alpha(opacity=90);opacity:.9}.nf-form-wrap .tooltip.top{padding:5px 0;margin-top:-3px}.nf-form-wrap .tooltip.right{padding:0 5px;margin-left:3px}.nf-form-wrap .tooltip.bottom{padding:5px 0;margin-top:3px}.nf-form-wrap .tooltip.left{padding:0 5px;margin-left:-3px}.nf-form-wrap .tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.nf-form-wrap .tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.nf-form-wrap .tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.nf-form-wrap .tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.nf-form-wrap .tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.nf-form-wrap .tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.nf-form-wrap .tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.nf-form-wrap .tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.nf-form-wrap .tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.nf-form-wrap .tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.nf-form-wrap .dropdown-menu{position:absolute;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175)}.nf-form-wrap .dropdown-menu.pull-right{right:0;left:auto}.nf-form-wrap .dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nf-form-wrap .dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.nf-form-wrap .dropdown-menu>li>a:focus,.nf-form-wrap .dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.nf-form-wrap .dropdown-menu>.active>a,.nf-form-wrap .dropdown-menu>.active>a:focus,.nf-form-wrap .dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.nf-form-wrap .dropdown-menu>.disabled>a,.nf-form-wrap .dropdown-menu>.disabled>a:focus,.nf-form-wrap .dropdown-menu>.disabled>a:hover{color:#777}.nf-form-wrap .dropdown-menu>.disabled>a:focus,.nf-form-wrap .dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.nf-form-wrap .open>.dropdown-menu{display:block}.nf-form-wrap .open>a{outline:0}.nf-form-wrap .dropdown-menu-right{right:0;left:auto}.nf-form-wrap .dropdown-menu-left{right:auto;left:0}.nf-form-wrap .dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.nf-form-wrap .dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.nf-form-wrap .pull-right>.dropdown-menu{right:0;left:auto}.nf-form-wrap .dropup .caret,.nf-form-wrap .navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.nf-form-wrap .dropup .dropdown-menu,.nf-form-wrap .navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.nf-form-wrap .navbar-right .dropdown-menu{right:0;left:auto}.nf-form-wrap .navbar-right .dropdown-menu-left{right:auto;left:0}}.nf-form-wrap .btn-group-justified>.btn-group .dropdown-menu{left:auto}.nf-form-wrap .nav-justified>.dropdown .dropdown-menu,.nf-form-wrap .nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}.nf-form-wrap .nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}@media (max-width:767px){.nf-form-wrap .navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.nf-form-wrap .navbar-nav .open .dropdown-menu .dropdown-header,.nf-form-wrap .navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.nf-form-wrap .navbar-nav .open .dropdown-menu>li>a{line-height:20px}.nf-form-wrap .navbar-nav .open .dropdown-menu>li>a:focus,.nf-form-wrap .navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}.nf-form-wrap .navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.nf-form-wrap .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}@media (max-width:767px){.nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.nf-form-wrap .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}@media (max-width:767px){.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.nf-form-wrap .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.nf-loading-spinner{width:40px;height:40px;margin:100px auto;background-color:hsla(0,0%,82%,.5);border-radius:100%;animation:nf-scaleout 1.0s infinite ease-in-out}@keyframes nf-scaleout{0%{transform:scale(0)}to{transform:scale(1);opacity:0}}.field-wrap{display:-ms-flexbox;display:flex}.field-wrap>label{display:block}.field-wrap .pikaday__container,.field-wrap .pikaday__display,.field-wrap>div input,.field-wrap select,.field-wrap textarea{width:100%}.field-wrap>div input[type=checkbox],.field-wrap button,.field-wrap input[type=button],.field-wrap input[type=submit]{width:auto}.nf-field-label{-ms-flex-order:5;order:5}.nf-field-description{width:100%;-ms-flex-order:10;order:10}.nf-field-element{-ms-flex-order:15;order:15}.label-above .nf-field-label{margin-bottom:10px}.label-below .nf-field-label{margin-top:10px;-ms-flex-order:15;order:15}.label-below .nf-field-element{-ms-flex-order:5;order:5}.label-hidden .field-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.label-hidden .nf-field-label{height:0;margin:0!important;width:100%;visibility:hidden}.label-hidden .nf-field-description{width:100%;-ms-flex-order:20;order:20}.label-hidden .nf-field-element{width:100%}.label-left .field-wrap{-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.label-left .nf-field-label{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;padding-right:2%;text-align:right;width:35%;-ms-flex-order:5;order:5}.label-left .nf-field-label label{width:100%}.label-left .nf-field-description{margin-left:35%}.label-left .nf-field-element{display:inline-block;width:65%;-ms-flex-order:10;order:10}.label-left .nf-after-field{margin-left:36.5%}.label-right .field-wrap,.label-right .nf-field-label{-ms-flex-direction:row;flex-direction:row}.label-right .nf-field-label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding-left:2%;width:35%;-ms-flex-order:10;order:10}.label-right .nf-field-description{margin-right:35%;-ms-flex-order:15;order:15}.label-right .nf-field-element{display:inline-block;width:65%;-ms-flex-order:5;order:5}.label-right .checkbox-wrap .nf-field-label{width:auto}.label-right .checkbox-wrap .nf-field-element{width:20px}.label-right .nf-after-field{width:65%}.label-above .field-wrap,.label-below .field-wrap{-ms-flex-direction:column;flex-direction:column;-ms-flex-flow:wrap;flex-flow:wrap}.label-above .nf-field-element,.label-below .nf-field-element{margin:0;width:100%}.label-left .listcheckbox-wrap .nf-field-label,.label-left .listradio-wrap .nf-field-label,.label-left .textarea-wrap .nf-field-label,.label-right .listcheckbox-wrap .nf-field-label,.label-right .listradio-wrap .nf-field-label,.label-right .textarea-wrap .nf-field-label{-ms-flex-align:start;align-items:flex-start}.label-left .textarea-wrap .nf-field-label,.label-right .textarea-wrap .nf-field-label{margin-top:5px}.label-left .hr-wrap,.label-left .html-wrap,.label-right .hr-wrap,.label-right .html-wrap{display:block}.label-left .hr-wrap .nf-field-element,.label-left .html-wrap .nf-field-element,.label-right .hr-wrap .nf-field-element,.label-right .html-wrap .nf-field-element{display:block;margin:0;width:100%}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  /*# sourceMappingURL=display-structure.css.map */
assets/css/display-structure.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["display-structure.scss","st-defaults.scss","editor.scss","st-loading.scss","st-label-positions.scss"],"names":[],"mappings":"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","file":"display-structure.css","sourcesContent":["/*\nNormalize Ninja Forms fields with default structure\n---------------------------------------------*/\n\n@import \"st-defaults\";\n@import \"editor\";\n@import \"st-loading\";\n\n/*\nMake sure all Ninja Forms label positons function properly\n---------------------------------------------*/\n\n@import \"st-label-positions\";\n","/*\n * Ninja Forms - Form Display Structure\n */\n\n.ninja-forms-form-wrap *,\n.ninja-forms-form-wrap *:after,\n.ninja-forms-form-wrap *:before {\n -webkit-box-sizing: border-box;\n -moz-box-sizing: border-box;\n -ms-box-sizing: border-box;\n box-sizing: border-box;\n}\n\n.nf-response-msg {\n display: none;\n}\n\n.nf-field-container,\n#ninja_forms_required_items {\n clear: both;\n position: relative;\n margin-bottom: 25px;\n &::after {\n clear: both;\n content: \"\";\n display: block;\n }\n &.hidden-container,\n &.hr-container {\n margin: 0;\n height: auto;\n .nf-field-label {\n display: none;\n }\n }\n &.html-container {\n .nf-field-label {\n display: none;\n }\n }\n}\n\n.nf-field-label {\n label {\n font-weight: bold;\n margin: 0;\n padding: 0;\n }\n}\n.nf-field-element {\n position: relative;\n input,\n select,\n textarea {\n margin: 0;\n width: auto;\n height: auto;\n vertical-align: inherit;\n }\n textarea {\n height: 200px;\n }\n}\n.nf-field-description {\n p:last-child {\n margin: 0;\n }\n}\n.nf-help {\n background: url( '../img/help-info.png' ) no-repeat;\n display: inline-block;\n width: 16px;\n height: 16px;\n}\n\n.nf-input-limit {\n font-size: 12px;\n margin-top: 5px;\n}\n.nf-static {\n padding: 0 10px;\n}\n.nf-after-field {\n .nf-error-msg {\n margin-right: 10px;\n //text-align: right;\n }\n}\n\n/* ---------------------------------\nCHECKBOX FIELD\n----------------------------------*/\n\n\n\n/* ---------------------------------\nRADIO & CHECKBOX LISTS\n----------------------------------*/\n\n.list-radio-wrap,\n.list-checkbox-wrap {\n .nf-field-element {\n ul, li {\n list-style: none !important;\n margin: 0 !important;\n padding: 0 !important;\n input {\n margin-right: 5px;\n }\n }\n li {\n padding-left: 10px;\n margin: 0 0 5px !important;\n text-indent: initial !important;\n label {\n display: inline-block;\n float: initial;\n margin: 0;\n width: auto;\n }\n input {\n width: auto !important;\n }\n }\n }\n}\n\n/* ---------------------------------\nPRODUCT FIELD\n----------------------------------*/\n.product-wrap {\n > div {\n input {\n width: 80px !important;\n }\n .nf-product-field {\n span {\n padding: 0 5px;\n }\n }\n }\n}\n\n/* ---------------------------------\nSTAR RATING\n----------------------------------*/\n.starrating-wrap .star {\n border-bottom: 0;\n}\n\n/* ---------------------------------\nHONEYPOT\n----------------------------------*/\n\n.nf-form-hp {\n position: absolute;\n visibility: hidden;\n}\n\n/* ---------------------------------\nSELECT LIST\n----------------------------------*/\n.list-select-wrap {\n div div {\n display: none;\n }\n}\n\n\n/* ---------------------------------\nCOLORS\nAs minimal as possible\n----------------------------------*/\n.ninja-forms-req-symbol,\n.nf-error-msg, {\n color: #E80000;\n}\n.nf-error {\n .ninja-forms-field {\n border: 1px solid #E80000;\n }\n}\n.nf-field-submit-error {\n padding: 15px;\n}\n\n.ninja-forms-noscript-message {\n background: #f1f1f1;\n border: 4px dashed #ccc;\n color: #333;\n display: block;\n font-size: 20px;\n margin: 20px 0;\n padding: 40px;\n text-align: center;\n}\n\n/* ---------------------------------\nHELPER CLASSES\n----------------------------------*/\n.two-col-list {\n ul {\n li {\n float: left;\n width: 50%\n }\n }\n}\n.three-col-list {\n ul {\n li {\n float: left;\n width: 33.33%\n }\n }\n}\n.four-col-list {\n ul {\n li {\n float: left;\n width: 25%\n }\n }\n}\n.five-col-list {\n ul {\n li {\n float: left;\n width: 20%\n }\n }\n}\n.six-col-list {\n ul {\n li {\n float: left;\n width: 16.66%\n }\n }\n}\n\n\nbody {\n .pika-label {\n background: transparent;\n }\n}\n\n/* Column Classes\n Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css\n--------------------------------------------- */\n.nf-form-cont {\n .five-sixths,\n .four-sixths,\n .one-fourth,\n .one-half,\n .one-sixth,\n .one-third,\n .three-fourths,\n .three-sixths,\n .two-fourths,\n .two-sixths,\n .two-thirds {\n clear: initial;\n float: left;\n margin-left: 2.564102564102564%;\n .inside {\n padding: 20px;\n }\n &::after {\n clear: both;\n content: \"\";\n display: block;\n }\n }\n\n .one-half,\n .three-sixths,\n .two-fourths {\n width: 48.717948717948715%;\n }\n\n .one-third,\n .two-sixths {\n width: 31.623931623931625%;\n }\n\n .four-sixths,\n .two-thirds {\n width: 65.81196581196582%;\n }\n\n .one-fourth {\n width: 23.076923076923077%;\n }\n\n .three-fourths {\n width: 74.35897435897436%;\n }\n\n .one-sixth {\n width: 14.52991452991453%;\n }\n\n .five-sixths {\n width: 82.90598290598291%;\n }\n\n .first {\n clear: both;\n margin-left: 0;\n }\n}\n",".note-popover {\n display: none !important;\n}\n.nf-form-wrap {\n .note-editor {\n border: 0 !important;\n .note-toolbar {\n &::after {\n clear: both;\n content: \"\";\n display: block;\n }\n }\n .note-editable {\n background: #f9f9f9;\n border: 1px solid #f1f1f1;\n display: block;\n p {\n font-size: 16px;\n }\n ul {\n list-style-type: disc;\n margin-left: 2em;\n }\n table {\n td {\n border: 1px solid #ccc;\n width: auto;\n }\n }\n }\n .modal {\n display: none;\n }\n .btn-group {\n float: left;\n &.note-tools {\n float: right;\n }\n }\n .btn {\n background: #f9f9f9;\n border: 0;\n border-radius: 4px;\n color: #666;\n cursor: pointer;\n margin-right: 2px;\n padding-top: 4px;\n &.disabled {\n background: transparent;\n color: #aaa;\n .merge-tags {\n background: #f9f9f9;\n color: #666;\n }\n }\n }\n button[type=button] {\n padding: 4px;\n width: auto;\n height: auto;\n }\n .dropdown-toggle {\n position: relative;\n display: inline-block;\n top: 0;\n &::after {\n content: \"\";\n width: 0;\n }\n }\n }\n .tooltip {\n position: absolute;\n z-index: 1070;\n display: block;\n font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n font-size: 12px;\n font-style: normal;\n font-weight: normal;\n line-height: 1.42857143;\n text-align: left;\n text-align: start;\n text-decoration: none;\n text-shadow: none;\n text-transform: none;\n letter-spacing: normal;\n word-break: normal;\n word-spacing: normal;\n word-wrap: normal;\n white-space: normal;\n filter: alpha(opacity=0);\n opacity: 0;\n\n line-break: auto;\n }\n .tooltip.in {\n filter: alpha(opacity=90);\n opacity: .9;\n }\n .tooltip.top {\n padding: 5px 0;\n margin-top: -3px;\n }\n .tooltip.right {\n padding: 0 5px;\n margin-left: 3px;\n }\n .tooltip.bottom {\n padding: 5px 0;\n margin-top: 3px;\n }\n .tooltip.left {\n padding: 0 5px;\n margin-left: -3px;\n }\n .tooltip-inner {\n max-width: 200px;\n padding: 3px 8px;\n color: #fff;\n text-align: center;\n background-color: #000;\n border-radius: 4px;\n }\n .tooltip-arrow {\n position: absolute;\n width: 0;\n height: 0;\n border-color: transparent;\n border-style: solid;\n }\n .tooltip.top .tooltip-arrow {\n bottom: 0;\n left: 50%;\n margin-left: -5px;\n border-width: 5px 5px 0;\n border-top-color: #000;\n }\n .tooltip.top-left .tooltip-arrow {\n right: 5px;\n bottom: 0;\n margin-bottom: -5px;\n border-width: 5px 5px 0;\n border-top-color: #000;\n }\n .tooltip.top-right .tooltip-arrow {\n bottom: 0;\n left: 5px;\n margin-bottom: -5px;\n border-width: 5px 5px 0;\n border-top-color: #000;\n }\n .tooltip.right .tooltip-arrow {\n top: 50%;\n left: 0;\n margin-top: -5px;\n border-width: 5px 5px 5px 0;\n border-right-color: #000;\n }\n .tooltip.left .tooltip-arrow {\n top: 50%;\n right: 0;\n margin-top: -5px;\n border-width: 5px 0 5px 5px;\n border-left-color: #000;\n }\n .tooltip.bottom .tooltip-arrow {\n top: 0;\n left: 50%;\n margin-left: -5px;\n border-width: 0 5px 5px;\n border-bottom-color: #000;\n }\n .tooltip.bottom-left .tooltip-arrow {\n top: 0;\n right: 5px;\n margin-top: -5px;\n border-width: 0 5px 5px;\n border-bottom-color: #000;\n }\n .tooltip.bottom-right .tooltip-arrow {\n top: 0;\n left: 5px;\n margin-top: -5px;\n border-width: 0 5px 5px;\n border-bottom-color: #000;\n }\n .dropdown-menu {\n position: absolute;\n // top: 100%;\n // left: 0;\n z-index: 1000;\n display: none;\n float: left;\n min-width: 160px;\n padding: 5px 0;\n margin: 2px 0 0;\n font-size: 14px;\n text-align: left;\n list-style: none;\n background-color: #fff;\n -webkit-background-clip: padding-box;\n background-clip: padding-box;\n border: 1px solid #ccc;\n border: 1px solid rgba(0, 0, 0, .15);\n border-radius: 4px;\n -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);\n box-shadow: 0 6px 12px rgba(0, 0, 0, .175);\n }\n .dropdown-menu.pull-right {\n right: 0;\n left: auto;\n }\n .dropdown-menu .divider {\n height: 1px;\n margin: 9px 0;\n overflow: hidden;\n background-color: #e5e5e5;\n }\n .dropdown-menu > li > a {\n display: block;\n padding: 3px 20px;\n clear: both;\n font-weight: normal;\n line-height: 1.42857143;\n color: #333;\n white-space: nowrap;\n }\n .dropdown-menu > li > a:hover,\n .dropdown-menu > li > a:focus {\n color: #262626;\n text-decoration: none;\n background-color: #f5f5f5;\n }\n .dropdown-menu > .active > a,\n .dropdown-menu > .active > a:hover,\n .dropdown-menu > .active > a:focus {\n color: #fff;\n text-decoration: none;\n background-color: #337ab7;\n outline: 0;\n }\n .dropdown-menu > .disabled > a,\n .dropdown-menu > .disabled > a:hover,\n .dropdown-menu > .disabled > a:focus {\n color: #777;\n }\n .dropdown-menu > .disabled > a:hover,\n .dropdown-menu > .disabled > a:focus {\n text-decoration: none;\n cursor: not-allowed;\n background-color: transparent;\n background-image: none;\n filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);\n }\n .open > .dropdown-menu {\n display: block;\n }\n .open > a {\n outline: 0;\n }\n .dropdown-menu-right {\n right: 0;\n left: auto;\n }\n .dropdown-menu-left {\n right: auto;\n left: 0;\n }\n .dropdown-header {\n display: block;\n padding: 3px 20px;\n font-size: 12px;\n line-height: 1.42857143;\n color: #777;\n white-space: nowrap;\n }\n .dropdown-backdrop {\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 990;\n }\n .pull-right > .dropdown-menu {\n right: 0;\n left: auto;\n }\n .dropup .caret,\n .navbar-fixed-bottom .dropdown .caret {\n content: \"\";\n border-top: 0;\n border-bottom: 4px dashed;\n border-bottom: 4px solid \\9;\n }\n .dropup .dropdown-menu,\n .navbar-fixed-bottom .dropdown .dropdown-menu {\n top: auto;\n bottom: 100%;\n margin-bottom: 2px;\n }\n @media (min-width: 768px) {\n .navbar-right .dropdown-menu {\n right: 0;\n left: auto;\n }\n .navbar-right .dropdown-menu-left {\n right: auto;\n left: 0;\n }\n }\n .btn-group-justified > .btn-group .dropdown-menu {\n left: auto;\n }\n .nav-tabs.nav-justified > .dropdown .dropdown-menu {\n top: auto;\n left: auto;\n }\n .nav-justified > .dropdown .dropdown-menu {\n top: auto;\n left: auto;\n }\n .nav-tabs .dropdown-menu {\n margin-top: -1px;\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n }\n @media (max-width: 767px) {\n .navbar-nav .open .dropdown-menu {\n position: static;\n float: none;\n width: auto;\n margin-top: 0;\n background-color: transparent;\n border: 0;\n -webkit-box-shadow: none;\n box-shadow: none;\n }\n .navbar-nav .open .dropdown-menu > li > a,\n .navbar-nav .open .dropdown-menu .dropdown-header {\n padding: 5px 15px 5px 25px;\n }\n .navbar-nav .open .dropdown-menu > li > a {\n line-height: 20px;\n }\n .navbar-nav .open .dropdown-menu > li > a:hover,\n .navbar-nav .open .dropdown-menu > li > a:focus {\n background-image: none;\n }\n }\n .navbar-nav > li > .dropdown-menu {\n margin-top: 0;\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n }\n .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {\n margin-bottom: 0;\n border-top-left-radius: 4px;\n border-top-right-radius: 4px;\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n }\n @media (max-width: 767px) {\n .navbar-default .navbar-nav .open .dropdown-menu > li > a {\n color: #777;\n }\n .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,\n .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {\n color: #333;\n background-color: transparent;\n }\n .navbar-default .navbar-nav .open .dropdown-menu > .active > a,\n .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,\n .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {\n color: #555;\n background-color: #e7e7e7;\n }\n .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,\n .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,\n .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {\n color: #ccc;\n background-color: transparent;\n }\n }\n @media (max-width: 767px) {\n .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {\n border-color: #080808;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu .divider {\n background-color: #080808;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {\n color: #9d9d9d;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,\n .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {\n color: #fff;\n background-color: transparent;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,\n .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,\n .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {\n color: #fff;\n background-color: #080808;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,\n .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,\n .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {\n color: #444;\n background-color: transparent;\n }\n }\n}\n",".nf-loading-spinner {\n width: 40px;\n height: 40px;\n margin: 100px auto;\n background-color: rgba(208,208,208,.5);\n\n border-radius: 100%;\n animation: nf-scaleout 1.0s infinite ease-in-out;\n}\n\n@-webkit-keyframes nf-scaleout {\n 0% { transform: scale(0) }\n 100% {\n transform: scale(1.0);\n opacity: 0;\n }\n}\n\n@keyframes nf-scaleout {\n 0% {\n transform: scale(0);\n } 100% {\n transform: scale(1.0);\n opacity: 0;\n }\n}","/* ---------------------------------\nSTANDARDIZE ALL FIELDS\n----------------------------------*/\n.field-wrap {\n display: flex;\n > label {\n display: block;\n }\n > div input,\n textarea,\n select,\n .pikaday__container,\n .pikaday__display,\n .listselect-wrap > div {\n width: 100%;\n }\n input[type=\"submit\"],\n input[type=\"button\"],\n button {\n width: auto;\n }\n .nf-product-field {\n // .nf-element {\n // width: 100%;\n // }\n }\n}\n\n.nf-field-label {\n order: 5;\n}\n.nf-field-description {\n width: 100%;\n order: 10;\n}\n.nf-field-element {\n order: 15;\n}\n\n\n/* ---------------------------------\nLABEL ABOVE\n----------------------------------*/\n.label-above {\n .nf-field-label {\n margin-bottom: 10px;\n }\n}\n\n/* ---------------------------------\nLABEL BELOW\n----------------------------------*/\n.label-below {\n .nf-field-label {\n margin-top: 10px;\n order: 15;\n }\n .nf-field-element {\n order: 5;\n }\n}\n\n/* ---------------------------------\nLABEL HIDDEN\n----------------------------------*/\n.label-hidden {\n .field-wrap {\n flex-wrap: wrap;\n }\n .nf-field-label {\n height: 0;\n width: 100%;\n visibility: hidden;\n }\n .nf-field-description {\n width: 100%;\n order: 20;\n }\n .nf-field-element {\n width: 100%;\n }\n}\n\n/* ---------------------------------\nLABEL LEFT\n----------------------------------*/\n.label-left {\n .field-wrap {\n flex-direction: row;\n flex-wrap: wrap;\n }\n .nf-field-label {\n display: flex;\n flex-direction: row;\n align-items: center;\n padding-right: 2%;\n text-align: right;\n width: 35%;\n order: 5;\n label {\n width: 100%;\n }\n }\n .nf-field-description {\n margin-left: 35%;\n }\n .nf-field-element {\n display: inline-block;\n width: 65%;\n order: 10;\n }\n .nf-after-field {\n margin-left: 36.5%;\n }\n}\n\n/* ---------------------------------\nLABEL RIGHT\n----------------------------------*/\n.label-right {\n .field-wrap {\n flex-direction: row;\n flex-wrap: wrap;\n }\n .nf-field-label {\n display: flex;\n flex-direction: row;\n align-items: center;\n padding-left: 2%;\n width: 35%;\n order: 10;\n }\n .nf-field-description {\n margin-right: 35%;\n order: 15;\n }\n .nf-field-element {\n display: inline-block;\n width: 65%;\n order: 5;\n }\n .checkbox-wrap {\n .nf-field-label {\n width: auto;\n }\n .nf-field-element {\n width: 20px;\n }\n }\n .nf-after-field {\n width: 65%;\n }\n}\n/* ---------------------------------\nADJUST SOME LABEL ABOVE & BELOW ISSUES\n----------------------------------*/\n.label-below,\n.label-above {\n .field-wrap {\n flex-direction: column;\n flex-flow: wrap;\n }\n .nf-field-element {\n margin: 0;\n width: 100%;\n }\n .checkbox-wrap {\n .nf-field-label {\n //margin: 0;\n }\n }\n}\n\n/* ---------------------------------\nADJUST SOME LABEL LEFT & RIGHT ISSUES\n----------------------------------*/\n.label-left,\n.label-right {\n .textarea-wrap,\n .listradio-wrap,\n .listcheckbox-wrap {\n .nf-field-label {\n align-items: flex-start;\n }\n }\n .textarea-wrap {\n .nf-field-label {\n margin-top: 5px;\n }\n }\n .html-wrap,\n .hr-wrap {\n display: block;\n .nf-field-element {\n display: block;\n margin: 0;\n width: 100%;\n }\n }\n}\n\n/* ---------------------------------\nFIELD DESCRIPTION POSITIONS\n----------------------------------*/\n"]}
1
+ {"version":3,"sources":["st-defaults.scss","editor.scss","st-loading.scss","st-label-positions.scss"],"names":[],"mappings":"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","file":"display-structure.css","sourcesContent":["/*\n * Ninja Forms - Form Display Structure\n */\n\n.ninja-forms-form-wrap *,\n.ninja-forms-form-wrap *:after,\n.ninja-forms-form-wrap *:before {\n -webkit-box-sizing: border-box;\n -moz-box-sizing: border-box;\n -ms-box-sizing: border-box;\n box-sizing: border-box;\n}\n\n.nf-response-msg {\n display: none;\n}\n\n.nf-field-container,\n#ninja_forms_required_items {\n clear: both;\n position: relative;\n margin-bottom: 25px;\n &::after {\n clear: both;\n content: \"\";\n display: block;\n }\n &.hidden-container,\n &.hr-container {\n margin: 0;\n height: auto;\n .nf-field-label {\n display: none;\n }\n }\n &.html-container {\n .nf-field-label {\n display: none;\n }\n }\n}\n\n.nf-field-label {\n label {\n font-weight: bold;\n margin: 0;\n padding: 0;\n }\n}\n.nf-field-element {\n position: relative;\n input,\n select,\n textarea {\n margin: 0;\n width: auto;\n height: auto;\n vertical-align: inherit;\n }\n textarea {\n height: 200px;\n }\n}\n.nf-field-description {\n p:last-child {\n margin: 0;\n }\n}\n.nf-help {\n background: url( '../img/help-info.png' ) no-repeat;\n display: inline-block;\n width: 16px;\n height: 16px;\n}\n\n.nf-input-limit {\n font-size: 12px;\n margin-top: 5px;\n}\n.nf-static {\n padding: 0 10px;\n}\n.nf-after-field {\n .nf-error-msg {\n margin-right: 10px;\n //text-align: right;\n }\n}\n\n/* ---------------------------------\nCHECKBOX FIELD\n----------------------------------*/\n\n\n\n/* ---------------------------------\nRADIO & CHECKBOX LISTS\n----------------------------------*/\n\n.list-radio-wrap,\n.list-checkbox-wrap {\n .nf-field-element {\n ul, li {\n list-style: none !important;\n margin: 0 !important;\n padding: 0 !important;\n input {\n margin-right: 5px;\n }\n }\n li {\n padding-left: 10px;\n margin: 0 0 5px !important;\n text-indent: initial !important;\n label {\n //display: inline;\n display: block;\n float: initial;\n //margin: 0;\n width: auto;\n margin-left: 1.5em;\n }\n input {\n width: auto !important;\n float: left;\n margin-top: .25em;\n }\n }\n }\n}\n\n/* ---------------------------------\nPRODUCT FIELD\n----------------------------------*/\n.product-wrap {\n > div {\n input {\n width: 80px !important;\n }\n .nf-product-field {\n span {\n padding: 0 5px;\n }\n }\n }\n}\n\n/* ---------------------------------\nSTAR RATING\n----------------------------------*/\n.starrating-wrap .star {\n border-bottom: 0;\n}\n\n/* ---------------------------------\nHONEYPOT\n----------------------------------*/\n\n.nf-form-hp {\n position: absolute;\n visibility: hidden;\n}\n\n/* ---------------------------------\nSELECT LIST\n----------------------------------*/\n.list-select-wrap {\n div div {\n display: none;\n }\n}\n\n\n/* ---------------------------------\nCOLORS\nAs minimal as possible\n----------------------------------*/\n.ninja-forms-req-symbol,\n.nf-error-msg, {\n color: #E80000;\n}\n.nf-error {\n .ninja-forms-field {\n border: 1px solid #E80000;\n }\n}\n.nf-field-submit-error {\n padding: 15px;\n}\n\n.ninja-forms-noscript-message {\n background: #f1f1f1;\n border: 4px dashed #ccc;\n color: #333;\n display: block;\n font-size: 20px;\n margin: 20px 0;\n padding: 40px;\n text-align: center;\n}\n\n/* ---------------------------------\nHELPER CLASSES\n----------------------------------*/\n.two-col-list {\n ul {\n li {\n float: left;\n width: 50%\n }\n }\n}\n.three-col-list {\n ul {\n li {\n float: left;\n width: 33.33%\n }\n }\n}\n.four-col-list {\n ul {\n li {\n float: left;\n width: 25%\n }\n }\n}\n.five-col-list {\n ul {\n li {\n float: left;\n width: 20%\n }\n }\n}\n.six-col-list {\n ul {\n li {\n float: left;\n width: 16.66%\n }\n }\n}\n\n\nbody {\n .pika-label {\n background: transparent;\n }\n}\n\n/* Column Classes\n Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css\n--------------------------------------------- */\n.nf-form-cont {\n .five-sixths,\n .four-sixths,\n .one-fourth,\n .one-half,\n .one-sixth,\n .one-third,\n .three-fourths,\n .three-sixths,\n .two-fourths,\n .two-sixths,\n .two-thirds {\n clear: initial;\n float: left;\n margin-left: 2.564102564102564%;\n .inside {\n padding: 20px;\n }\n &::after {\n clear: both;\n content: \"\";\n display: block;\n }\n }\n\n .one-half,\n .three-sixths,\n .two-fourths {\n width: 48.717948717948715%;\n }\n\n .one-third,\n .two-sixths {\n width: 31.623931623931625%;\n }\n\n .four-sixths,\n .two-thirds {\n width: 65.81196581196582%;\n }\n\n .one-fourth {\n width: 23.076923076923077%;\n }\n\n .three-fourths {\n width: 74.35897435897436%;\n }\n\n .one-sixth {\n width: 14.52991452991453%;\n }\n\n .five-sixths {\n width: 82.90598290598291%;\n }\n\n .first {\n clear: both;\n margin-left: 0;\n }\n}\n",".note-popover {\n display: none !important;\n}\n.nf-form-wrap {\n .note-editor {\n border: 0 !important;\n .note-toolbar {\n &::after {\n clear: both;\n content: \"\";\n display: block;\n }\n }\n .note-editable {\n background: #f9f9f9;\n border: 1px solid #f1f1f1;\n display: block;\n p {\n font-size: 16px;\n }\n ul {\n list-style-type: disc;\n margin-left: 2em;\n }\n table {\n td {\n border: 1px solid #ccc;\n width: auto;\n }\n }\n }\n .modal {\n display: none;\n }\n .btn-group {\n float: left;\n &.note-tools {\n float: right;\n }\n }\n .btn {\n background: #f9f9f9;\n border: 0;\n border-radius: 4px;\n color: #666;\n cursor: pointer;\n margin-right: 2px;\n padding-top: 4px;\n &.disabled {\n background: transparent;\n color: #aaa;\n .merge-tags {\n background: #f9f9f9;\n color: #666;\n }\n }\n }\n button[type=button] {\n padding: 4px;\n width: auto;\n height: auto;\n }\n .dropdown-toggle {\n position: relative;\n display: inline-block;\n top: 0;\n &::after {\n content: \"\";\n width: 0;\n }\n }\n }\n .tooltip {\n position: absolute;\n z-index: 1070;\n display: block;\n font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n font-size: 12px;\n font-style: normal;\n font-weight: normal;\n line-height: 1.42857143;\n text-align: left;\n text-align: start;\n text-decoration: none;\n text-shadow: none;\n text-transform: none;\n letter-spacing: normal;\n word-break: normal;\n word-spacing: normal;\n word-wrap: normal;\n white-space: normal;\n filter: alpha(opacity=0);\n opacity: 0;\n\n line-break: auto;\n }\n .tooltip.in {\n filter: alpha(opacity=90);\n opacity: .9;\n }\n .tooltip.top {\n padding: 5px 0;\n margin-top: -3px;\n }\n .tooltip.right {\n padding: 0 5px;\n margin-left: 3px;\n }\n .tooltip.bottom {\n padding: 5px 0;\n margin-top: 3px;\n }\n .tooltip.left {\n padding: 0 5px;\n margin-left: -3px;\n }\n .tooltip-inner {\n max-width: 200px;\n padding: 3px 8px;\n color: #fff;\n text-align: center;\n background-color: #000;\n border-radius: 4px;\n }\n .tooltip-arrow {\n position: absolute;\n width: 0;\n height: 0;\n border-color: transparent;\n border-style: solid;\n }\n .tooltip.top .tooltip-arrow {\n bottom: 0;\n left: 50%;\n margin-left: -5px;\n border-width: 5px 5px 0;\n border-top-color: #000;\n }\n .tooltip.top-left .tooltip-arrow {\n right: 5px;\n bottom: 0;\n margin-bottom: -5px;\n border-width: 5px 5px 0;\n border-top-color: #000;\n }\n .tooltip.top-right .tooltip-arrow {\n bottom: 0;\n left: 5px;\n margin-bottom: -5px;\n border-width: 5px 5px 0;\n border-top-color: #000;\n }\n .tooltip.right .tooltip-arrow {\n top: 50%;\n left: 0;\n margin-top: -5px;\n border-width: 5px 5px 5px 0;\n border-right-color: #000;\n }\n .tooltip.left .tooltip-arrow {\n top: 50%;\n right: 0;\n margin-top: -5px;\n border-width: 5px 0 5px 5px;\n border-left-color: #000;\n }\n .tooltip.bottom .tooltip-arrow {\n top: 0;\n left: 50%;\n margin-left: -5px;\n border-width: 0 5px 5px;\n border-bottom-color: #000;\n }\n .tooltip.bottom-left .tooltip-arrow {\n top: 0;\n right: 5px;\n margin-top: -5px;\n border-width: 0 5px 5px;\n border-bottom-color: #000;\n }\n .tooltip.bottom-right .tooltip-arrow {\n top: 0;\n left: 5px;\n margin-top: -5px;\n border-width: 0 5px 5px;\n border-bottom-color: #000;\n }\n .dropdown-menu {\n position: absolute;\n // top: 100%;\n // left: 0;\n z-index: 1000;\n display: none;\n float: left;\n min-width: 160px;\n padding: 5px 0;\n margin: 2px 0 0;\n font-size: 14px;\n text-align: left;\n list-style: none;\n background-color: #fff;\n -webkit-background-clip: padding-box;\n background-clip: padding-box;\n border: 1px solid #ccc;\n border: 1px solid rgba(0, 0, 0, .15);\n border-radius: 4px;\n -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);\n box-shadow: 0 6px 12px rgba(0, 0, 0, .175);\n }\n .dropdown-menu.pull-right {\n right: 0;\n left: auto;\n }\n .dropdown-menu .divider {\n height: 1px;\n margin: 9px 0;\n overflow: hidden;\n background-color: #e5e5e5;\n }\n .dropdown-menu > li > a {\n display: block;\n padding: 3px 20px;\n clear: both;\n font-weight: normal;\n line-height: 1.42857143;\n color: #333;\n white-space: nowrap;\n }\n .dropdown-menu > li > a:hover,\n .dropdown-menu > li > a:focus {\n color: #262626;\n text-decoration: none;\n background-color: #f5f5f5;\n }\n .dropdown-menu > .active > a,\n .dropdown-menu > .active > a:hover,\n .dropdown-menu > .active > a:focus {\n color: #fff;\n text-decoration: none;\n background-color: #337ab7;\n outline: 0;\n }\n .dropdown-menu > .disabled > a,\n .dropdown-menu > .disabled > a:hover,\n .dropdown-menu > .disabled > a:focus {\n color: #777;\n }\n .dropdown-menu > .disabled > a:hover,\n .dropdown-menu > .disabled > a:focus {\n text-decoration: none;\n cursor: not-allowed;\n background-color: transparent;\n background-image: none;\n filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);\n }\n .open > .dropdown-menu {\n display: block;\n }\n .open > a {\n outline: 0;\n }\n .dropdown-menu-right {\n right: 0;\n left: auto;\n }\n .dropdown-menu-left {\n right: auto;\n left: 0;\n }\n .dropdown-header {\n display: block;\n padding: 3px 20px;\n font-size: 12px;\n line-height: 1.42857143;\n color: #777;\n white-space: nowrap;\n }\n .dropdown-backdrop {\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 990;\n }\n .pull-right > .dropdown-menu {\n right: 0;\n left: auto;\n }\n .dropup .caret,\n .navbar-fixed-bottom .dropdown .caret {\n content: \"\";\n border-top: 0;\n border-bottom: 4px dashed;\n border-bottom: 4px solid \\9;\n }\n .dropup .dropdown-menu,\n .navbar-fixed-bottom .dropdown .dropdown-menu {\n top: auto;\n bottom: 100%;\n margin-bottom: 2px;\n }\n @media (min-width: 768px) {\n .navbar-right .dropdown-menu {\n right: 0;\n left: auto;\n }\n .navbar-right .dropdown-menu-left {\n right: auto;\n left: 0;\n }\n }\n .btn-group-justified > .btn-group .dropdown-menu {\n left: auto;\n }\n .nav-tabs.nav-justified > .dropdown .dropdown-menu {\n top: auto;\n left: auto;\n }\n .nav-justified > .dropdown .dropdown-menu {\n top: auto;\n left: auto;\n }\n .nav-tabs .dropdown-menu {\n margin-top: -1px;\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n }\n @media (max-width: 767px) {\n .navbar-nav .open .dropdown-menu {\n position: static;\n float: none;\n width: auto;\n margin-top: 0;\n background-color: transparent;\n border: 0;\n -webkit-box-shadow: none;\n box-shadow: none;\n }\n .navbar-nav .open .dropdown-menu > li > a,\n .navbar-nav .open .dropdown-menu .dropdown-header {\n padding: 5px 15px 5px 25px;\n }\n .navbar-nav .open .dropdown-menu > li > a {\n line-height: 20px;\n }\n .navbar-nav .open .dropdown-menu > li > a:hover,\n .navbar-nav .open .dropdown-menu > li > a:focus {\n background-image: none;\n }\n }\n .navbar-nav > li > .dropdown-menu {\n margin-top: 0;\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n }\n .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {\n margin-bottom: 0;\n border-top-left-radius: 4px;\n border-top-right-radius: 4px;\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n }\n @media (max-width: 767px) {\n .navbar-default .navbar-nav .open .dropdown-menu > li > a {\n color: #777;\n }\n .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,\n .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {\n color: #333;\n background-color: transparent;\n }\n .navbar-default .navbar-nav .open .dropdown-menu > .active > a,\n .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,\n .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {\n color: #555;\n background-color: #e7e7e7;\n }\n .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,\n .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,\n .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {\n color: #ccc;\n background-color: transparent;\n }\n }\n @media (max-width: 767px) {\n .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {\n border-color: #080808;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu .divider {\n background-color: #080808;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {\n color: #9d9d9d;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,\n .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {\n color: #fff;\n background-color: transparent;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,\n .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,\n .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {\n color: #fff;\n background-color: #080808;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,\n .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,\n .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {\n color: #444;\n background-color: transparent;\n }\n }\n}\n",".nf-loading-spinner {\n width: 40px;\n height: 40px;\n margin: 100px auto;\n background-color: rgba(208,208,208,.5);\n\n border-radius: 100%;\n animation: nf-scaleout 1.0s infinite ease-in-out;\n}\n\n@-webkit-keyframes nf-scaleout {\n 0% { transform: scale(0) }\n 100% {\n transform: scale(1.0);\n opacity: 0;\n }\n}\n\n@keyframes nf-scaleout {\n 0% {\n transform: scale(0);\n } 100% {\n transform: scale(1.0);\n opacity: 0;\n }\n}","/* ---------------------------------\nSTANDARDIZE ALL FIELDS\n----------------------------------*/\n.field-wrap {\n display: flex;\n //flex-wrap:wrap;\n > label {\n display: block;\n }\n > div input,\n textarea,\n select,\n .pikaday__container,\n .pikaday__display {\n width: 100%;\n }\n > div input[type=\"checkbox\"] {\n width: auto;\n }\n input[type=\"submit\"],\n input[type=\"button\"],\n button {\n width: auto;\n }\n .nf-product-field {\n // .nf-element {\n // width: 100%;\n // }\n }\n}\n\n.nf-field-label {\n order: 5;\n}\n.nf-field-description {\n width: 100%;\n order: 10;\n}\n.nf-field-element {\n order: 15;\n}\n\n\n/* ---------------------------------\nLABEL ABOVE\n----------------------------------*/\n.label-above {\n .nf-field-label {\n margin-bottom: 10px;\n }\n}\n\n/* ---------------------------------\nLABEL BELOW\n----------------------------------*/\n.label-below {\n .nf-field-label {\n margin-top: 10px;\n order: 15;\n }\n .nf-field-element {\n order: 5;\n }\n}\n\n/* ---------------------------------\nLABEL HIDDEN\n----------------------------------*/\n.label-hidden {\n .field-wrap {\n flex-wrap: wrap;\n }\n .nf-field-label {\n height: 0;\n margin: 0 !important;\n width: 100%;\n visibility: hidden;\n }\n .nf-field-description {\n width: 100%;\n order: 20;\n }\n .nf-field-element {\n width: 100%;\n }\n}\n\n/* ---------------------------------\nLABEL LEFT\n----------------------------------*/\n.label-left {\n .field-wrap {\n flex-direction: row;\n flex-wrap: wrap;\n }\n .nf-field-label {\n display: flex;\n flex-direction: row;\n align-items: center;\n padding-right: 2%;\n text-align: right;\n width: 35%;\n order: 5;\n label {\n width: 100%;\n }\n }\n .nf-field-description {\n margin-left: 35%;\n }\n .nf-field-element {\n display: inline-block;\n width: 65%;\n order: 10;\n }\n .nf-after-field {\n margin-left: 36.5%;\n }\n}\n\n/* ---------------------------------\nLABEL RIGHT\n----------------------------------*/\n.label-right {\n .field-wrap {\n flex-direction: row;\n }\n .nf-field-label {\n display: flex;\n flex-direction: row;\n align-items: center;\n padding-left: 2%;\n width: 35%;\n order: 10;\n }\n .nf-field-description {\n margin-right: 35%;\n order: 15;\n }\n .nf-field-element {\n display: inline-block;\n width: 65%;\n order: 5;\n }\n .checkbox-wrap {\n .nf-field-label {\n width: auto;\n }\n .nf-field-element {\n width: 20px;\n }\n }\n .nf-after-field {\n width: 65%;\n }\n}\n/* ---------------------------------\nADJUST SOME LABEL ABOVE & BELOW ISSUES\n----------------------------------*/\n.label-below,\n.label-above {\n .field-wrap {\n flex-direction: column;\n flex-flow: wrap;\n }\n .nf-field-element {\n margin: 0;\n width: 100%;\n }\n .checkbox-wrap {\n .nf-field-label {\n //margin: 0;\n }\n }\n}\n\n/* ---------------------------------\nADJUST SOME LABEL LEFT & RIGHT ISSUES\n----------------------------------*/\n.label-left,\n.label-right {\n .textarea-wrap,\n .listradio-wrap,\n .listcheckbox-wrap {\n .nf-field-label {\n align-items: flex-start;\n }\n }\n .textarea-wrap {\n .nf-field-label {\n margin-top: 5px;\n }\n }\n .html-wrap,\n .hr-wrap {\n display: block;\n .nf-field-element {\n display: block;\n margin: 0;\n width: 100%;\n }\n }\n}\n\n/* ---------------------------------\nFIELD DESCRIPTION POSITIONS\n----------------------------------*/\n"]}
assets/css/jBox.css CHANGED
@@ -3,6 +3,7 @@
3
 
4
  .jBox-wrapper {
5
  text-align: left;
 
6
  }
7
 
8
  .jBox-wrapper,
@@ -141,6 +142,11 @@
141
  padding: 12px 15px;
142
  }
143
 
 
 
 
 
 
144
  /* jBox Confirm */
145
 
146
  .jBox-Confirm .jBox-content {
@@ -200,6 +206,7 @@
200
  .jBox-Notice {
201
  -webkit-transition: margin .2s;
202
  transition: margin .2s;
 
203
  }
204
 
205
  .jBox-Notice .jBox-container {
@@ -473,6 +480,7 @@
473
  height: 100%;
474
  background: #000;
475
  background-color: rgba(0, 0, 0, .6);
 
476
  }
477
 
478
  /* Block scrolling */
@@ -567,3 +575,46 @@ body[class*=" jBox-blockScroll-"] {
567
  font-size: 18px;
568
  color: #888;
569
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
 
4
  .jBox-wrapper {
5
  text-align: left;
6
+ z-index: 100000000 !important;
7
  }
8
 
9
  .jBox-wrapper,
142
  padding: 12px 15px;
143
  }
144
 
145
+ .ninja-forms-settings #jBox-overlay .jBox-closeButton,
146
+ .ninja-forms-app #jBox-overlay .jBox-closeButton {
147
+ display: none;
148
+ }
149
+
150
  /* jBox Confirm */
151
 
152
  .jBox-Confirm .jBox-content {
206
  .jBox-Notice {
207
  -webkit-transition: margin .2s;
208
  transition: margin .2s;
209
+ max-width: 80%;
210
  }
211
 
212
  .jBox-Notice .jBox-container {
480
  height: 100%;
481
  background: #000;
482
  background-color: rgba(0, 0, 0, .6);
483
+ z-index: 99999999 !important;
484
  }
485
 
486
  /* Block scrolling */
575
  font-size: 18px;
576
  color: #888;
577
  }
578
+
579
+ /* Progress Bar */
580
+
581
+ .jBox-content .nf-progress-bar {
582
+ height: 20px;
583
+ border-radius: 3px;
584
+ margin: 25px 0px;
585
+ border: 1px solid #1ea9ea;
586
+ position: relative;
587
+ overflow: hidden;
588
+ }
589
+
590
+ .jBox-content .nf-progress-bar-slider {
591
+ height: 20px;
592
+ width: 0%;
593
+ background-color: #1ea9ea;
594
+ transition: width 0.3s;
595
+ }
596
+
597
+ /* Buttons */
598
+
599
+ .jBox-content .nf-button {
600
+ border: 0;
601
+ border-radius: 4px;
602
+ cursor: pointer;
603
+ display: inline-block;
604
+ font-size: 17px;
605
+ padding: 10px 30px;
606
+ text-align: center;
607
+ text-decoration: none;
608
+ text-transform: uppercase;
609
+ appearance: none;
610
+ }
611
+ .jBox-content .nf-button.primary {
612
+ background: #1EA9EA;
613
+ border: 1px solid #1EA9EA;
614
+ color: #fff;
615
+ }
616
+ .jBox-content .nf-button.secondary {
617
+ background: #fff;
618
+ border: 1px solid #1EA9EA;
619
+ color: #1EA9EA;
620
+ }
assets/css/nf-form-block-editor.css ADDED
File without changes
assets/css/nf-form-block-style.css ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .nf-iframe-container {
2
+ position: relative;
3
+ }
4
+ .nf-iframe-overlay {
5
+ position: absolute;
6
+ top: 0; right: 0; bottom: 0; left: 0;
7
+ }
8
+ .nf-block-form-selector {
9
+ background-color: lightgrey;
10
+ border-bottom: 1px solid;
11
+ margin-bottom: 5px;
12
+ padding: 4px;
13
+ }
14
+
15
+ .nf-filter-input {
16
+ border: 1px solid #ddd;
17
+ border-radius: 5px;
18
+ box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
19
+ padding: 0;
20
+ width: 100%;
21
+ margin-top: 10px;
22
+ margin-bottom: 10px;
23
+ position: relative;
24
+ }
25
+
26
+ .nf-filter-input .blocks-select-control__input {
27
+ margin: 0 0 0 0;
28
+ }
29
+
30
+ .nf-filter-input-el {
31
+ border: none !important;
32
+ box-shadow: none !important;
33
+ width: 95%;
34
+ position: relative;
35
+ display: inline-block;
36
+ }
37
+
38
+ .nf-filter-input-icon {
39
+ display: inline-block;
40
+ content: '&#9662;';
41
+ color: #999;
42
+ font-size: 14px;
43
+ right: .77em;
44
+ position: absolute;
45
+ top: .2em;
46
+ }
47
+
48
+ #nf-formFilter-main {
49
+ border-top: none;
50
+ border-left: none;
51
+ border-bottom: none;
52
+ }
53
+
54
+ #nf-formFilter-sidebar {
55
+ border-top: none;
56
+ border-left: none;
57
+ border-bottom: none;
58
+ width: 95%;
59
+ }
60
+
61
+ #nf-filter-input-icon-sidebar {
62
+ font-size: 1.4em;
63
+ top: .35em;
64
+ right: .45em;
65
+ }
66
+
67
+ .nf-filter-input-el.blocks-select-control__input > .components-base-control__field {
68
+ margin-bottom: 0;
69
+ }
70
+
71
+ .nf-filter-option-container {
72
+ display: none;
73
+ position: absolute;
74
+ background-color: #edeff0;
75
+ z-index: 10000;
76
+ padding: 4px;
77
+ width: 100%;
78
+ border-radius: 5px;
79
+ max-height: 200px;
80
+ overflow: scroll;
81
+ box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
82
+ }
83
+ .nf-filter-option {
84
+ list-style: none;
85
+ }
86
+
87
+ .nf-filter-option:hover {
88
+ background-color: #0073aa;
89
+ color: white;
90
+ }
assets/img/add-ons/active-campaign.png ADDED
Binary file
assets/img/add-ons/agency-membership.png ADDED
Binary file
assets/img/add-ons/aweber.png ADDED
Binary file
assets/img/add-ons/campaign-monitor.png ADDED
Binary file
assets/img/add-ons/capsule-crm.png ADDED
Binary file
assets/img/add-ons/cleverreach.png ADDED
Binary file
assets/img/add-ons/clicksend-sms.png ADDED
Binary file
assets/img/add-ons/conditional-logic.png ADDED
Binary file
assets/img/add-ons/constant-contact.png ADDED
Binary file
assets/img/add-ons/convertkit.png ADDED
Binary file
assets/img/add-ons/elavon.png ADDED
Binary file
assets/img/add-ons/emailoctopus.png ADDED
Binary file
assets/img/add-ons/emma.png ADDED
Binary file
assets/img/add-ons/excel-export.png ADDED
Binary file
assets/img/add-ons/file-uploads.png ADDED
Binary file
assets/img/add-ons/front-end-posting.png ADDED
Binary file
assets/img/add-ons/help-scout.png ADDED
Binary file
assets/img/add-ons/highrise-crm.png ADDED
Binary file
assets/img/add-ons/insightly-crm.png ADDED
Binary file
assets/img/add-ons/intelligencewp.png ADDED
Binary file
assets/img/add-ons/layout-styles.png ADDED
Binary file
assets/img/add-ons/mail-chimp.png ADDED
Binary file
assets/img/add-ons/multi-part-forms.png ADDED
Binary file
assets/img/add-ons/ninja-forms-cleverreach.png ADDED
Binary file
assets/img/add-ons/onepage-crm.png ADDED
Binary file
assets/img/add-ons/paypal-express.png ADDED
Binary file
assets/img/add-ons/pdf-form-submissions.png ADDED
Binary file
assets/img/add-ons/pipelinedeals-crm.png ADDED
Binary file
assets/img/add-ons/placeholder.png ADDED
Binary file
assets/img/add-ons/recurly.png ADDED
Binary file
assets/img/add-ons/salesforce-crm.png ADDED
Binary file
assets/img/add-ons/save-progress.png ADDED
Binary file
assets/img/add-ons/sendy.png ADDED
Binary file
assets/img/add-ons/slack.png ADDED
Binary file
assets/img/add-ons/stripe.png ADDED
Binary file
assets/img/add-ons/table-editor.png ADDED
Binary file
assets/img/add-ons/trello.png ADDED
Binary file
assets/img/add-ons/twilio-sms.png ADDED
Binary file
assets/img/add-ons/user-analytics.png ADDED
Binary file
assets/img/add-ons/user-management.png ADDED
Binary file
assets/img/add-ons/vimeo-uploader.png ADDED
Binary file
assets/img/add-ons/webhooks.png ADDED
Binary file
assets/img/add-ons/webmerge.png ADDED
Binary file
assets/img/add-ons/zapier.png ADDED
Binary file
assets/img/add-ons/zoho-crm.png ADDED
Binary file
assets/img/nf-logo-dashboard.png ADDED
Binary file
assets/js/admin-import-export.js ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ jQuery( document ).ready( function( $ ) {
2
+
3
+ var clickedElement;
4
+
5
+ $(document).off( 'mousedown' ).on( 'mousedown', function( e ) {
6
+ clickedElement = e.target;
7
+ });
8
+
9
+ $( '#nf_export_form_2' ).off( 'focus' ).on( 'focus', function () {
10
+ //show the dropdown on focus of the input
11
+ $( '.nf-form-dropdown' ).show();
12
+ });
13
+
14
+ $( '#nf_export_form_2' ).off( 'keyup' ).on( 'keyup', function () {
15
+ //show the dropdown if it isn't show
16
+ $( '.nf-form-dropdown' ).show();
17
+ // get the value of the input, which we filter on
18
+ var filter = $( this ).val();
19
+ if( '' === filter ) {
20
+ //if the filter val is empty, show all form options
21
+ $( '.nf-form-dropdown' ).find( 'li' ).show();
22
+ } else {
23
+
24
+ $.each( $( '#nf_form_export_options span' ), function ( index, span ) {
25
+ var tmpSpan = $( span );
26
+ // test to see if span text contains the entered value
27
+ if ( 0 <= tmpSpan.text().toLowerCase().indexOf( filter.toLowerCase() ) ) {
28
+ // shows options that DO contain the text entered
29
+ tmpSpan.parent().show();
30
+ } else {
31
+ // hides options the do not contain the text entered
32
+ tmpSpan.parent().hide();
33
+ }
34
+ });
35
+ }
36
+ });
37
+
38
+ $( '#nf_export_form_2' ).off( 'blur' ).on( 'blur' , function( e ) {
39
+ if( 'undefined' !== typeof clickedElement ) {
40
+ if ( ! $( clickedElement ).hasClass( 'nf-form-option-item' ) ) {
41
+ $( '#nf_export_form_2' ).val( '' );
42
+ $( '.nf-form-dropdown' ).hide();
43
+ }
44
+ }
45
+ });
46
+
47
+ $( '.nf-form-option' ).off( 'click' ).on( 'click', function() {
48
+ // on click get the value of the input
49
+ var val = $( this ).data( 'val' );
50
+ // nf_export_form is now a hidden field instead of select element
51
+ $( '#nf_export_form' ).val( val );
52
+ // set the text of the input field
53
+ $( '#nf_export_form_2' ).val( '' );
54
+ // and hide the option.
55
+ $( '.nf-form-dropdown' ).hide();
56
+ });
57
+
58
+ });
assets/js/admin-settings.js CHANGED
@@ -1,4 +1,172 @@
1
  jQuery(document).ready(function($) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  $( '.js-delete-saved-field' ).click( function(){
3
 
4
  var that = this;
@@ -16,4 +184,181 @@ jQuery(document).ready(function($) {
16
  $( that ).closest( 'tr').fadeOut().remove();
17
  });
18
  });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  });
1
  jQuery(document).ready(function($) {
2
+ var working = false;
3
+ var message, container, messageBox, deleteInput, deleteMsgs, buttons, confirm, cancel, lineBreak;
4
+ container = document.createElement( 'div' );
5
+ messageBox = document.createElement( 'p' );
6
+ deleteInput = document.createElement( 'input' );
7
+ deleteInput.type = 'text';
8
+ deleteInput.id = 'confirmDeleteInput';
9
+ buttons = document.createElement( 'div' );
10
+ buttons.style.marginTop = '10px';
11
+ buttons.style.backgroundColor = '#f4f5f6';
12
+ confirm = document.createElement( 'div' );
13
+ confirm.style.padding = '8px';
14
+ confirm.style.cursor = 'default';
15
+ confirm.style.backgroundColor = '#d9534f';
16
+ confirm.style.borderColor = '#d9534f';
17
+ confirm.style.fontSize = '14pt';
18
+ confirm.style.fontWeight = 'bold';
19
+ confirm.style.color = '#ffffff';
20
+ confirm.style.borderRadius = '4px';
21
+ cancel = document.createElement( 'div' );
22
+ cancel.style.padding = '8px';
23
+ cancel.style.cursor = 'default';
24
+ cancel.style.backgroundColor = '#5bc0de';
25
+ cancel.style.borderColor = '#5bc0de';
26
+ cancel.style.fontSize = '14pt';
27
+ cancel.style.fontWeight = 'bold';
28
+ cancel.style.color = '#ffffff';
29
+ cancel.style.borderRadius = '4px';
30
+ lineBreak = document.createElement( 'br' );
31
+ container.classList.add( 'message' );
32
+ messageBox.innerHTML += 'This will DELETE all forms, form submissions,' +
33
+ ' and deactivate Ninja Forms';
34
+
35
+ messageBox.appendChild( lineBreak );
36
+ messageBox.innerHTML += '<br>Type <span style="color:red;">DELETE</span>' +
37
+ ' to' +
38
+ ' confirm';
39
+
40
+ container.appendChild( messageBox );
41
+ container.appendChild( deleteInput );
42
+ container.appendChild( lineBreak );
43
+ deleteMsgs = document.createElement( 'div' );
44
+ deleteMsgs.id = 'progressMsg';
45
+ deleteMsgs.style.display = 'none';
46
+ deleteMsgs.style.color = 'red';
47
+ container.appendChild( deleteMsgs );
48
+ confirm.innerHTML = 'Delete';
49
+ confirm.classList.add( 'confirm', 'nf-button', 'primary' );
50
+ confirm.style.float = 'left';
51
+ cancel.innerHTML = 'Cancel';
52
+ cancel.classList.add( 'cancel', 'nf-button', 'secondary', 'cancel-delete-all' );
53
+ cancel.style.float = 'right';
54
+ buttons.appendChild( confirm );
55
+ buttons.appendChild( cancel );
56
+ buttons.classList.add( 'buttons' );
57
+ container.appendChild( buttons );
58
+ message = document.createElement( 'div' );
59
+ message.appendChild( container );
60
+
61
+ var downgradeContainer, downgradeTitle, downgradeWarning, downgradeCTA, downgradeInput;
62
+ downgradeInput = document.createElement( 'input' );
63
+ downgradeInput.setAttribute( 'type', 'text' );
64
+ downgradeInput.id = 'downgradeConfirmInput';
65
+ downgradeInput.style.marginBottom = '15px';
66
+ downgradeInput.style.padding = '7px';
67
+ downgradeInput.style.border = '1px solid #D3D3D3';
68
+ downgradeInput.style.width = '100%';
69
+ downgradeInput.style.height = '3em';
70
+ downgradeCTA = document.createElement( 'p' );
71
+ downgradeCTA.innerHTML = nf_settings.i18n.downgradeConfirmMessage;
72
+ downgradeWarning = document.createElement( 'p' );
73
+ downgradeWarning.innerHTML = nf_settings.i18n.downgradeWarningMessage;
74
+ downgradeWarning.style.color = 'red';
75
+ downgradeTitle = document.createElement( 'h3' );
76
+ downgradeTitle.innerHTML = nf_settings.i18n.downgradeMessage;
77
+ downgradeContainer = document.createElement( 'div' );
78
+ downgradeContainer.appendChild( downgradeTitle );
79
+ downgradeContainer.appendChild( downgradeWarning );
80
+ downgradeContainer.appendChild( downgradeCTA );
81
+ downgradeContainer.appendChild( downgradeInput );
82
+
83
+
84
+
85
+ // set up delete model with all the elements created above
86
+ deleteAllDataModal = new jBox( 'Modal', {
87
+ width: 450,
88
+ addClass: 'dashboard-modal',
89
+ overlay: true,
90
+ closeOnClick: 'body'
91
+ } );
92
+
93
+ deleteAllDataModal.setContent( message.innerHTML );
94
+ deleteAllDataModal.setTitle( 'Delete All Ninja Forms Data?' );
95
+
96
+ // add event listener for cancel button
97
+ var btnCancel = deleteAllDataModal.container[0].getElementsByClassName('cancel')[0];
98
+ btnCancel.addEventListener('click', function() {
99
+ if( ! working ) {
100
+ deleteAllDataModal.close();
101
+ }
102
+ } );
103
+
104
+ var doAllDataDeletions = function( formIndex ) {
105
+ var last_form = 0;
106
+ // Gives the user confidence things are happening
107
+ $( '#progressMsg' ).html( 'Deleting submissions for '
108
+ + nf_settings.forms[ formIndex ].title + "" + ' ( ID: '
109
+ + nf_settings.forms[ formIndex ].id + ' )' );
110
+ $( '#progressMsg').show();
111
+ // notify php this is the last one so it delete data and deactivate NF
112
+ if( formIndex === nf_settings.forms.length - 1 ) {
113
+ last_form = 1;
114
+ }
115
+ // do this deletion thang
116
+ $.post(
117
+ nf_settings.ajax_url,
118
+ {
119
+ 'action': 'nf_delete_all_data',
120
+ 'form': nf_settings.forms[ formIndex ].id,
121
+ 'security': nf_settings.nonce,
122
+ 'last_form': last_form
123
+ }
124
+ ).then (function( response ) {
125
+ formIndex = formIndex + 1;
126
+ response = JSON.parse( response );
127
+ // we expect success and then move to the next form
128
+ if( response.data.success ) {
129
+ if( formIndex < nf_settings.forms.length ) {
130
+ doAllDataDeletions( formIndex )
131
+ } else {
132
+ // if we're finished deleting data then redirect to plugins
133
+ if( response.data.plugin_url ) {
134
+ window.location = response.data.plugin_url;
135
+ }
136
+ }
137
+ }
138
+ } ).fail( function( xhr, status, error ) {
139
+ // writes error messages to console to help us debug
140
+ console.log( xhr.status + ' ' + error + '\r\n' +
141
+ 'There was an error deleting submissions for '
142
+ + nf_settings.forms[ formIndex ].title );
143
+ });
144
+ };
145
+ // Add event listener for delete button
146
+ var btnDelete = deleteAllDataModal.container[0].getElementsByClassName('confirm')[0];
147
+ btnDelete.addEventListener('click', function() {
148
+ var confirmVal = $('#confirmDeleteInput').val();
149
+
150
+ if (! working) {
151
+ working = true;
152
+ // Gotta type DELETE to play
153
+ if ('DELETE' === confirmVal) {
154
+ this.style.backgroundColor = '#9f9f9f';
155
+ this.style.borderColor = '#3f3f3f';
156
+
157
+ var cancelBtn = $( '.cancel-delete-all' );
158
+ cancelBtn.css( 'backgroundColor', '#9f9f9f' );
159
+ cancelBtn.css( 'borderColor', '#3f3f3f');
160
+
161
+ // this is the first one, so we'll start with index 0
162
+ doAllDataDeletions(0);
163
+ } else {
164
+ deleteAllDataModal.close();
165
+ working = false;
166
+ }
167
+ }
168
+ } );
169
+
170
  $( '.js-delete-saved-field' ).click( function(){
171
 
172
  var that = this;
184
  $( that ).closest( 'tr').fadeOut().remove();
185
  });
186
  });
187
+
188
+ // Start building our downgrade model.
189
+ jQuery( '#nfDowngrade' ).click( function( e ) {
190
+ var data = {
191
+ class: 'nfDowngradeModal',
192
+ closeOnClick: 'body',
193
+ closeOnEsc: true,
194
+ // TODO: Maybe this should be build using DOM node construction?
195
+ content: downgradeContainer.innerHTML,
196
+ btnPrimary: {
197
+ text: nf_settings.i18n.downgradeButtonPrimary,
198
+ class: 'nfDowngradeButtonPrimary',
199
+ callback: function( e ) {
200
+ // If our "Downgrade" button does not have have an attribute of disabled...
201
+ if( 'disabled' !== $('.nfDowngradeButtonPrimary').attr( 'disabled' ) ){
202
+ // ...get the url...
203
+ var url = window.location.href;
204
+ // ...split the url based on the question mark from the query string...
205
+ url = url.split( '?' );
206
+ // build the downgrade url and redirect the user.
207
+ url[0] = url[0] + '?page=ninja-forms&nf-switcher=rollback';
208
+ window.location.replace( url[0] );
209
+ }
210
+ }
211
+ },
212
+ btnSecondary: {
213
+ text: nf_settings.i18n.downgradeButtonSecondary,
214
+ class: 'nfDowngradeButtonSecondary',
215
+ callback: function( e ) {
216
+ // Close the modal if this button is clicked.
217
+ downgradeModel.toggleModal( false );
218
+ }
219
+ },
220
+ useProgressBar: false,
221
+ };
222
+ var downgradeModel = new NinjaModal( data );
223
+ // Style and add the disabled tag by default.
224
+ $('.nfDowngradeButtonPrimary').css( 'background', '#ccc' );
225
+ $('.nfDowngradeButtonPrimary').css( 'border', '#ccc 1px solid' );
226
+ $('.nfDowngradeButtonPrimary').attr( 'disabled', true );
227
+
228
+ // Listen to our input and...
229
+ $('#downgradeConfirmInput').on( 'keyup', function(){
230
+ // ...if DOWNGRADE is typed then...
231
+ if( 'DOWNGRADE' == $('#downgradeConfirmInput').val() ) {
232
+ // ...apply our blue styling to button and remove disabled attribute.
233
+ $('.nfDowngradeButtonPrimary').css( 'background', '#1EA9EA' );
234
+ $('.nfDowngradeButtonPrimary').css( 'border', '#1EA9EA 1px solid' );
235
+ $('.nfDowngradeButtonPrimary').removeAttr( 'disabled' );
236
+ }
237
+
238
+ // ...if DOWNGRADE is not typed then...
239
+ if( 'DOWNGRADE' !== $('#downgradeConfirmInput').val() ) {
240
+ // ...set styling back to default and reapply the disabled prop.
241
+ $('.nfDowngradeButtonPrimary').css( 'background', '#ccc' );
242
+ $('.nfDowngradeButtonPrimary').css( 'border', '#ccc 1px solid' );
243
+ $('.nfDowngradeButtonPrimary').prop( 'disabled', true );
244
+ }
245
+ })
246
+ });
247
+
248
+ $( document ).on( 'click', '#delete_on_uninstall', function( e ) {
249
+ deleteAllDataModal.open();
250
+ } );
251
+
252
+ $( document ).on( 'click', '.nf-delete-on-uninstall-yes', function( e ) {
253
+ e.preventDefault();
254
+ $( "#delete_on_uninstall" ).attr( 'checked', true );
255
+
256
+ } );
257
+
258
+ // If we're allowed to track site data...
259
+ if ( '1' == nf_settings.allow_telemetry ) {
260
+ // Show the optout button.
261
+ $( '#nfTelOptin' ).addClass( 'hidden' );
262
+ $( '#nfTelOptout' ).removeClass( 'hidden' );
263
+ } // Otherwise...
264
+ else {
265
+ // Show the optin button.
266
+ $( '#nfTelOptout' ).addClass( 'hidden' );
267
+ $( '#nfTelOptin' ).removeClass( 'hidden' );
268
+ }
269
+
270
+ // If optin is clicked...
271
+ $( '#nfTelOptin' ).click( function( e ) {
272
+ // Hide the button.
273
+ $( '#nfTelOptin' ).addClass( 'hidden' );
274
+ $( '#nfTelSpinner' ).css( 'display', 'inline-block' );
275
+ // Hit AJAX endpoint and opt-in.
276
+ $.post( ajaxurl, { action: 'nf_optin', ninja_forms_opt_in: 1 },
277
+ function( response ) {
278
+ $( '#nfTelOptout' ).removeClass( 'hidden' );
279
+ $( '#nfTelSpinner' ).css( 'display', 'none' );
280
+ } );
281
+ } );
282
+
283
+ // If optout is clicked...
284
+ $( '#nfTelOptout' ).click( function( e ) {
285
+ // Hide the button.
286
+ $( '#nfTelOptout' ).addClass( 'hidden' );
287
+ $( '#nfTelSpinner' ).css( 'display', 'inline-block' );
288
+ // Hit AJAX endpoint and opt-out.
289
+ $.post( ajaxurl, { action: 'nf_optin', ninja_forms_opt_in: 0 },
290
+ function( response ) {
291
+ $( '#nfTelOptin' ).removeClass( 'hidden' );
292
+ $( '#nfTelSpinner' ).css( 'display', 'none' );
293
+ } );
294
+ } );
295
+
296
+ jQuery( '#nfTrashExpiredSubmissions' ).click( function( e ) {
297
+ var that = this;
298
+ var data = {
299
+ closeOnClick: false,
300
+ closeOnEsc: true,
301
+ content: '<p>' + nf_settings.i18n.trashExpiredSubsMessage + '<p>',
302
+ btnPrimary: {
303
+ text: nf_settings.i18n.trashExpiredSubsButtonPrimary,
304
+ callback: function( e ) {
305
+ // Hide the buttons.
306
+ deleteModal.maybeShowActions( false );
307
+ // Show the progress bar.
308
+ deleteModal.maybeShowProgress( true );
309
+ // Begin our cleanup process.
310
+ that.submissionExpirationProcess( that, -1, deleteModal );
311
+
312
+ }
313
+ },
314
+ btnSecondary: {
315
+ text: nf_settings.i18n.trashExpiredSubsButtonSecondary,
316
+ callback: function( e ) {
317
+ deleteModal.toggleModal( false );
318
+ }
319
+ },
320
+ useProgressBar: true,
321
+ };
322
+
323
+ this.submissionExpirationProcess = function( context, steps, modal ) {
324
+ var data = {
325
+ action: 'nf_batch_process',
326
+ batch_type: 'expired_submission_cleanup',
327
+ security: nf_settings.batch_nonce
328
+ };
329
+ jQuery.post( nf_settings.ajax_url, data, function( response ) {
330
+ response = JSON.parse( response );
331
+ // If we're done...
332
+ if ( response.batch_complete ) {
333
+ // Push our progress bar to 100%.
334
+ modal.setProgress( 100 );
335
+ modal.toggleModal( false );
336
+ // Exit.
337
+ return false;
338
+ }
339
+ // If we do not yet have a determined number of steps...
340
+ if ( -1 == steps ) {
341
+ // If step_toal is defined...
342
+ if ( 'undefined' != typeof response.step_total ) {
343
+ // Use the step_total.
344
+ steps = response.step_total;
345
+ } // Otherwise... (step_total is not defined)
346
+ else {
347
+ // Use step_remaining.
348
+ steps = response.step_remaining;
349
+ }
350
+ }
351
+ // Calculate our current step.
352
+ var step = steps - response.step_remaining;
353
+ // Calculate our maximum progress for this step.
354
+ var maxProgress = Math.round( step / steps * 100 );
355
+ // Increment the progress.
356
+ modal.incrementProgress ( maxProgress );
357
+ // Recall our function...
358
+ context.submissionExpirationProcess( context, steps, modal );
359
+ } );
360
+ }
361
+
362
+ var deleteModal = new NinjaModal( data );
363
+ });
364
  });
assets/js/admin-submissions.js ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ jQuery( document ).ready( function( $ ) {
2
+
3
+ var clickedElement;
4
+
5
+ $(document).off( 'mousedown' ).on( 'mousedown', function( e ) {
6
+ clickedElement = e.target;
7
+ });
8
+
9
+ $( '#nf_form_filter' ).off( 'focus' ).on( 'focus', function () {
10
+ //show the dropdown on focus of the input
11
+ $( '.nf-form-dropdown' ).show();
12
+ });
13
+
14
+ $( '#nf_form_filter' ).off( 'keyup' ).on( 'keyup', function () {
15
+ //show the dropdown if it isn't show
16
+ $( '.nf-form-dropdown' ).show();
17
+ // get the value of the input, which we filter on
18
+ var filter = $( this ).val();
19
+ if( '' === filter ) {
20
+ //if the filter val is empty, show all form options
21
+ $( '.nf-form-dropdown' ).find( 'li' ).show();
22
+ } else {
23
+ $.each( $( '#nf_form_options span' ), function ( index, span ) {
24
+ var tmpSpan = $( span );
25
+ // test to see if span text contains the entered value
26
+ if ( 0 <= tmpSpan.text().toLowerCase().indexOf( filter.toLowerCase() ) ) {
27
+ // shows options that DO contain the text entered
28
+ tmpSpan.parent().show();
29
+ } else {
30
+ // hides options the do not contain the text entered
31
+ tmpSpan.parent().hide();
32
+ }
33
+ });
34
+ }
35
+ });
36
+
37
+ $( '#nf_form_filter' ).off( 'blur' ).on( 'blur' , function( e ) {
38
+ if( 'undefined' !== typeof clickedElement ) {
39
+ if ( ! $( clickedElement ).hasClass( 'nf-form-option' ) ) {
40
+ $( '#nf_form_filter' ).val( '' );
41
+ $( '.nf-form-dropdown' ).hide();
42
+ }
43
+ }
44
+ });
45
+
46
+ $( '.nf-form-option' ).off( 'click' ).on( 'click', function() {
47
+ // on click get the value of the input
48
+ var val = $( this ).data( 'val' );
49
+ // nf_export_form is now a hidden field instead of select element
50
+ $( '#form_id' ).val( val );
51
+ $( '#form_id' ).trigger( 'change' );
52
+ // set the text of the input field
53
+ $( '#nf_form_filter' ).val( '' );
54
+ // and hide the option.
55
+ $( '.nf-form-dropdown' ).hide();
56
+ });
57
+
58
+ });
assets/js/admin-system-status.js CHANGED
@@ -17,9 +17,11 @@ jQuery.wc_strPad = function(i,l,s,w) {
17
  }
18
  return o;
19
  };
20
- jQuery('.debug-report a').click(function(){
 
21
  var paragraphContainer = jQuery( this ).parent();
22
  var report = "";
 
23
  jQuery('.nf-status-table thead, .nf-status-table tbody').each(function(){
24
  if ( jQuery( this ).is('thead') ) {
25
  report = report + "\n### " + jQuery.trim( jQuery( this ).text() ) + " ###\n\n";
@@ -43,11 +45,28 @@ jQuery('.debug-report a').click(function(){
43
  });
44
  }
45
  } );
 
46
  try {
47
- jQuery("#debug-report").slideDown();
48
- jQuery("#debug-report textarea").val( report ).focus().select();
49
- paragraphContainer.slideUp();
 
 
 
 
 
 
 
 
 
 
 
 
 
50
  return false;
51
- } catch(e){ console.log( e ); }
 
 
 
52
  return false;
53
  });
17
  }
18
  return o;
19
  };
20
+ jQuery('#copy-system-status' ).click( function(){
21
+
22
  var paragraphContainer = jQuery( this ).parent();
23
  var report = "";
24
+
25
  jQuery('.nf-status-table thead, .nf-status-table tbody').each(function(){
26
  if ( jQuery( this ).is('thead') ) {
27
  report = report + "\n### " + jQuery.trim( jQuery( this ).text() ) + " ###\n\n";
45
  });
46
  }
47
  } );
48
+
49
  try {
50
+
51
+ var tmp = jQuery("<textarea>");
52
+ jQuery("body").append(tmp);
53
+ tmp.val( report ).select();
54
+ document.execCommand("copy");
55
+ tmp.remove();
56
+
57
+ var myModal = new jBox( 'Modal', {
58
+ content: '<i class="fa fa-clipboard" aria-hidden="true"></i> Copied!',
59
+ onOpen: function() {
60
+ setTimeout(function(){ myModal.close() }, 700);
61
+ }
62
+ } );
63
+
64
+ myModal.open();
65
+
66
  return false;
67
+ } catch(e) {
68
+ console.log( e );
69
+ }
70
+
71
  return false;
72
  });
assets/js/lib/backbone.marionette3.min.js ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * @license
3
+ * MarionetteJS (Backbone.Marionette)
4
+ * ----------------------------------
5
+ * v3.5.1
6
+ *
7
+ * Copyright (c)2017 Derick Bailey, Muted Solutions, LLC.
8
+ * Distributed under MIT license
9
+ *
10
+ * http://marionettejs.com
11
+ */
12
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t(require("backbone"),require("underscore"),require("backbone.radio")):"function"==typeof define&&define.amd?define(["backbone","underscore","backbone.radio"],t):e.Marionette=t(e.Backbone,e._,e.Backbone.Radio)}(this,function(e,t,i){"use strict";function n(e,t,i){return i.toUpperCase()}function s(e){for(var i=arguments.length,n=Array(i>1?i-1:0),s=1;s<i;s++)n[s-1]=arguments[s];var r=K(e),o=N.call(this,r),h=void 0;return t.isFunction(o)&&(h=o.apply(this,n)),this.trigger.apply(this,arguments),h}function r(e){for(var i=arguments.length,n=Array(i>1?i-1:0),r=1;r<i;r++)n[r-1]=arguments[r];return t.isFunction(e.triggerMethod)?e.triggerMethod.apply(e,n):s.apply(e,n)}function o(e,i,n){e._getImmediateChildren&&t.each(e._getImmediateChildren(),function(e){n(e)&&r(e,i,e)})}function h(e){return!e._isAttached}function d(e){return!!h(e)&&(e._isAttached=!0,!0)}function l(e){return e._isAttached}function a(e){return!!l(e)&&(e._isAttached=!1,!0)}function c(e){e._isAttached&&e._isRendered&&r(e,"dom:refresh",e)}function u(e){e._isAttached&&e._isRendered&&r(e,"dom:remove",e)}function f(){o(this,"before:attach",h)}function _(){o(this,"attach",d),c(this)}function p(){o(this,"before:detach",l),u(this)}function g(){o(this,"detach",a)}function v(){u(this)}function m(){c(this)}function w(e){e._areViewEventsMonitored||!1===e.monitorViewEvents||(e._areViewEventsMonitored=!0,e.on({"before:attach":f,attach:_,"before:detach":p,detach:g,"before:render":v,render:m}))}function y(e,i,n,s,r){var o=s.split(/\s+/);o.length>1&&z("Multiple handlers for a single event are deprecated. If needed, use a single handler to call multiple methods."),t.each(o,function(t){var s=e[t];if(!s)throw new Y('Method "'+t+'" was configured as an event handler, but does not exist.');e[r](i,n,s)})}function C(e,i,n,s){if(!t.isObject(n))throw new Y({message:"Bindings must be an object.",url:"marionette.functions.html#marionettebindevents"});t.each(n,function(n,r){t.isString(n)?y(e,i,r,n,s):e[s](i,r,n)})}function V(e,t){return e&&t?(C(this,e,t,"listenTo"),this):this}function E(e,t){return e?t?(C(this,e,t,"stopListening"),this):(this.stopListening(e),this):this}function b(e,i,n,s){if(!t.isObject(n))throw new Y({message:"Bindings must be an object.",url:"marionette.functions.html#marionettebindrequests"});var r=H.call(e,n);i[s](r,e)}function M(e,t){return e&&t?(b(this,e,t,"reply"),this):this}function R(e,t){return e?t?(b(this,e,t,"stopReplying"),this):(e.stopReplying(null,null,this),this):this}function B(e,i){return e.behaviorClass?e.behaviorClass:t.isFunction(e)?e:t.isFunction(Le.Behaviors.behaviorsLookup)?Le.Behaviors.behaviorsLookup(e,i)[i]:Le.Behaviors.behaviorsLookup[i]}function x(e,i){return t.chain(i).map(function(i,n){var s=B(i,n),r=new s(i===s?{}:i,e),o=x(e,t.result(r,"behaviors"));return[r].concat(o)}).flatten().value()}function D(e){return!!re[e]}function A(e,i){t.isString(i)&&(i={event:i});var n=i.event,s=!!i.preventDefault;D("triggersPreventDefault")&&(s=!1!==i.preventDefault);var r=!!i.stopPropagation;return D("triggersStopPropagation")&&(r=!1!==i.stopPropagation),function(t){s&&t.preventDefault(),r&&t.stopPropagation(),e.triggerMethod(n,e,t)}}function O(t){return t instanceof e.$?t:e.$(t)}function I(e){return this.prototype.Dom=t.extend({},this.prototype.Dom,e),this}function $(e){e._isRendered||(e.supportsRenderLifecycle||r(e,"before:render",e),e.render(),e.supportsRenderLifecycle||(e._isRendered=!0,r(e,"render",e)))}function T(e){if(e.destroy)e.destroy();else{e.supportsDestroyLifecycle||r(e,"before:destroy",e);var t=e._isAttached&&!e._shouldDisableEvents;t&&r(e,"before:detach",e),e.remove(),t&&(e._isAttached=!1,r(e,"detach",e)),e._isDestroyed=!0,e.supportsDestroyLifecycle||r(e,"destroy",e)}}function U(e,i){var n=t.extend({},i);if(t.isString(e))return t.extend(n,{el:e}),S(n);if(t.isFunction(e))return t.extend(n,{regionClass:e}),S(n);if(t.isObject(e))return e.selector&&z("The selector option on a Region definition object is deprecated. Use el to pass a selector string"),t.extend(n,{el:e.selector},e),S(n);throw new Y({message:"Improper region configuration type.",url:"marionette.region.html#region-configuration-types"})}function S(e){return new(0,e.regionClass)(t.omit(e,"regionClass"))}function F(e,t){return t.model&&t.model.get(e)}e=e&&e.hasOwnProperty("default")?e.default:e,t=t&&t.hasOwnProperty("default")?t.default:t,i=i&&i.hasOwnProperty("default")?i.default:i;var L=function(e){return function(t){for(var i=arguments.length,n=Array(i>1?i-1:0),s=1;s<i;s++)n[s-1]=arguments[s];return e.apply(t,n)}},P=e.Model.extend,z=function e(i,n){t.isObject(i)&&(i=i.prev+" is going to be removed in the future. Please use "+i.next+" instead."+(i.url?" See: "+i.url:"")),Le.DEV_MODE&&(void 0!==n&&n||e._cache[i]||(e._warn("Deprecation warning: "+i),e._cache[i]=!0))};z._console="undefined"!=typeof console?console:{},z._warn=function(){return(z._console.warn||z._console.log||t.noop).apply(z._console,arguments)},z._cache={};var k=function(e){return document.documentElement.contains(e&&e.parentNode)},j=function(e,i){var n=this;e&&t.each(i,function(t){var i=e[t];void 0!==i&&(n[t]=i)})},N=function(e){if(e)return this.options&&void 0!==this.options[e]?this.options[e]:this[e]},H=function(e){var i=this;return t.reduce(e,function(e,n,s){return t.isFunction(n)||(n=i[n]),n&&(e[s]=n),e},{})},q=/(^|:)(\w)/gi,K=t.memoize(function(e){return"on"+e.replace(q,n)}),W=["description","fileName","lineNumber","name","message","number"],Y=P.call(Error,{urlRoot:"http://marionettejs.com/docs/v3.5.1/",constructor:function(e,i){t.isObject(e)?e=(i=e).message:i||(i={});var n=Error.call(this,e);t.extend(this,t.pick(n,W),t.pick(i,W)),this.captureStackTrace(),i.url&&(this.url=this.urlRoot+i.url)},captureStackTrace:function(){Error.captureStackTrace&&Error.captureStackTrace(this,Y)},toString:function(){return this.name+": "+this.message+(this.url?" See: "+this.url:"")}});Y.extend=P;var Z={normalizeMethods:H,_setOptions:function(e){this.options=t.extend({},t.result(this,"options"),e)},mergeOptions:j,getOption:N,bindEvents:V,unbindEvents:E},G={_initRadio:function(){var e=t.result(this,"channelName");if(e){if(!i)throw new Y({name:"BackboneRadioMissing",message:'The dependency "backbone.radio" is missing.'});var n=this._channel=i.channel(e),s=t.result(this,"radioEvents");this.bindEvents(n,s);var r=t.result(this,"radioRequests");this.bindRequests(n,r),this.on("destroy",this._destroyRadio)}},_destroyRadio:function(){this._channel.stopReplying(null,null,this)},getChannel:function(){return this._channel},bindEvents:V,unbindEvents:E,bindRequests:M,unbindRequests:R},J=["channelName","radioEvents","radioRequests"],Q=function(e){this.hasOwnProperty("options")||this._setOptions(e),this.mergeOptions(e,J),this._setCid(),this._initRadio(),this.initialize.apply(this,arguments)};Q.extend=P,t.extend(Q.prototype,e.Events,Z,G,{cidPrefix:"mno",_isDestroyed:!1,isDestroyed:function(){return this._isDestroyed},initialize:function(){},_setCid:function(){this.cid||(this.cid=t.uniqueId(this.cidPrefix))},destroy:function(){if(this._isDestroyed)return this;for(var e=arguments.length,t=Array(e),i=0;i<e;i++)t[i]=arguments[i];return this.triggerMethod.apply(this,["before:destroy",this].concat(t)),this._isDestroyed=!0,this.triggerMethod.apply(this,["destroy",this].concat(t)),this.stopListening(),this},triggerMethod:s});var X=function(e){this.templateId=e};t.extend(X,{templateCaches:{},get:function(e,t){var i=this.templateCaches[e];return i||(i=new X(e),this.templateCaches[e]=i),i.load(t)},clear:function(){for(var e=void 0,t=arguments.length,i=Array(t),n=0;n<t;n++)i[n]=arguments[n];var s=i.length;if(s>0)for(e=0;e<s;e++)delete this.templateCaches[i[e]];else this.templateCaches={}}}),t.extend(X.prototype,{load:function(e){if(this.compiledTemplate)return this.compiledTemplate;var t=this.loadTemplate(this.templateId,e);return this.compiledTemplate=this.compileTemplate(t,e),this.compiledTemplate},loadTemplate:function(t,i){var n=e.$(t);if(!n.length)throw new Y({name:"NoTemplateError",message:'Could not find template: "'+t+'"'});return n.html()},compileTemplate:function(e,i){return t.template(e,i)}});var ee=t.invokeMap||t.invoke,te={_initBehaviors:function(){this._behaviors=this._getBehaviors()},_getBehaviors:function(){var e=t.result(this,"behaviors");return t.isObject(e)?x(this,e):{}},_getBehaviorTriggers:function(){var e=ee(this._behaviors,"getTriggers");return t.reduce(e,function(e,i){return t.extend(e,i)},{})},_getBehaviorEvents:function(){var e=ee(this._behaviors,"getEvents");return t.reduce(e,function(e,i){return t.extend(e,i)},{})},_proxyBehaviorViewProperties:function(){ee(this._behaviors,"proxyViewProperties")},_delegateBehaviorEntityEvents:function(){ee(this._behaviors,"delegateEntityEvents")},_undelegateBehaviorEntityEvents:function(){ee(this._behaviors,"undelegateEntityEvents")},_destroyBehaviors:function(){for(var e=arguments.length,t=Array(e),i=0;i<e;i++)t[i]=arguments[i];ee.apply(void 0,[this._behaviors,"destroy"].concat(t))},_removeBehavior:function(e){this._isDestroyed||(this.undelegate(".trig"+e.cid+" ."+e.cid),this._behaviors=t.without(this._behaviors,e))},_bindBehaviorUIElements:function(){ee(this._behaviors,"bindUIElements")},_unbindBehaviorUIElements:function(){ee(this._behaviors,"unbindUIElements")},_triggerEventOnBehaviors:function(){for(var e=this._behaviors,t=0,i=e&&e.length;t<i;t++)s.apply(e[t],arguments)}},ie={_delegateEntityEvents:function(e,i){var n=t.result(this,"modelEvents");n&&(E.call(this,e,n),V.call(this,e,n));var s=t.result(this,"collectionEvents");s&&(E.call(this,i,s),V.call(this,i,s))},_undelegateEntityEvents:function(e,i){var n=t.result(this,"modelEvents");E.call(this,e,n);var s=t.result(this,"collectionEvents");E.call(this,i,s)}},ne=/^(\S+)\s*(.*)$/,se=function(e,t){var i=e.match(ne);return i[1]+"."+t+" "+i[2]},re={childViewEventPrefix:!0,triggersStopPropagation:!0,triggersPreventDefault:!0},oe={_getViewTriggers:function(e,i){var n=this;return t.reduce(i,function(t,i,s){return s=se(s,"trig"+n.cid),t[s]=A(e,i),t},{})}},he=function(e,i){return t.reduce(e,function(e,t,n){return e[de(n,i)]=t,e},{})},de=function(e,t){return e.replace(/@ui\.[a-zA-Z-_$0-9]*/g,function(e){return t[e.slice(4)]})},le=function e(i,n,s){return t.each(i,function(r,o){t.isString(r)?i[o]=de(r,n):t.isObject(r)&&t.isArray(s)&&(t.extend(r,e(t.pick(r,s),n)),t.each(s,function(e){var i=r[e];t.isString(i)&&(r[e]=de(i,n))}))}),i},ae={normalizeUIKeys:function(e){var t=this._getUIBindings();return he(e,t)},normalizeUIString:function(e){var t=this._getUIBindings();return de(e,t)},normalizeUIValues:function(e,t){var i=this._getUIBindings();return le(e,i,t)},_getUIBindings:function(){var e=t.result(this,"_uiBindings"),i=t.result(this,"ui");return e||i},_bindUIElements:function(){var e=this;if(this.ui){this._uiBindings||(this._uiBindings=this.ui);var i=t.result(this,"_uiBindings");this._ui={},t.each(i,function(t,i){e._ui[i]=e.$(t)}),this.ui=this._ui}},_unbindUIElements:function(){var e=this;this.ui&&this._uiBindings&&(t.each(this.ui,function(t,i){delete e.ui[i]}),this.ui=this._uiBindings,delete this._uiBindings,delete this._ui)},_getUI:function(e){return this._ui[e]}},ce={createBuffer:function(){return document.createDocumentFragment()},getEl:function(e){return O(e)},findEl:function(e,t){return(arguments.length>2&&void 0!==arguments[2]?arguments[2]:O(e)).find(t)},hasEl:function(e,t){return e.contains(t&&t.parentNode)},detachEl:function(e){(arguments.length>1&&void 0!==arguments[1]?arguments[1]:O(e)).detach()},replaceEl:function(e,t){if(e!==t){var i=t.parentNode;i&&i.replaceChild(e,t)}},swapEl:function(e,t){if(e!==t){var i=e.parentNode,n=t.parentNode;if(i&&n){var s=e.nextSibling,r=t.nextSibling;i.insertBefore(t,s),n.insertBefore(e,r)}}},setContents:function(e,t){(arguments.length>2&&void 0!==arguments[2]?arguments[2]:O(e)).html(t)},appendContents:function(e,t){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},n=i._$el,s=void 0===n?O(e):n,r=i._$contents,o=void 0===r?O(t):r;s.append(o)},hasContents:function(e){return!!e&&e.hasChildNodes()},detachContents:function(e){(arguments.length>1&&void 0!==arguments[1]?arguments[1]:O(e)).contents().detach()}},ue={Dom:ce,supportsRenderLifecycle:!0,supportsDestroyLifecycle:!0,_isDestroyed:!1,isDestroyed:function(){return!!this._isDestroyed},_isRendered:!1,isRendered:function(){return!!this._isRendered},_isAttached:!1,isAttached:function(){return!!this._isAttached},delegateEvents:function(i){this._proxyBehaviorViewProperties(),this._buildEventProxies();var n=this._getEvents(i);void 0===i&&(this.events=n);var s=t.extend({},this._getBehaviorEvents(),n,this._getBehaviorTriggers(),this.getTriggers());return e.View.prototype.delegateEvents.call(this,s),this},_getEvents:function(e){var i=e||this.events;return t.isFunction(i)?this.normalizeUIKeys(i.call(this)):this.normalizeUIKeys(i)},getTriggers:function(){if(this.triggers){var e=this.normalizeUIKeys(t.result(this,"triggers"));return this._getViewTriggers(this,e)}},delegateEntityEvents:function(){return this._delegateEntityEvents(this.model,this.collection),this._delegateBehaviorEntityEvents(),this},undelegateEntityEvents:function(){return this._undelegateEntityEvents(this.model,this.collection),this._undelegateBehaviorEntityEvents(),this},destroy:function(){if(this._isDestroyed)return this;for(var e=this._isAttached&&!this._shouldDisableEvents,t=arguments.length,i=Array(t),n=0;n<t;n++)i[n]=arguments[n];return this.triggerMethod.apply(this,["before:destroy",this].concat(i)),e&&this.triggerMethod("before:detach",this),this.unbindUIElements(),this._removeElement(),e&&(this._isAttached=!1,this.triggerMethod("detach",this)),this._removeChildren(),this._isDestroyed=!0,this._isRendered=!1,this._destroyBehaviors.apply(this,i),this.triggerMethod.apply(this,["destroy",this].concat(i)),this.stopListening(),this},_removeElement:function(){this.$el.off().removeData(),this.Dom.detachEl(this.el,this.$el)},bindUIElements:function(){return this._bindUIElements(),this._bindBehaviorUIElements(),this},unbindUIElements:function(){return this._unbindUIElements(),this._unbindBehaviorUIElements(),this},getUI:function(e){return this._getUI(e)},childViewEventPrefix:function(){return!!D("childViewEventPrefix")&&"childview"},triggerMethod:function(){var e=s.apply(this,arguments);return this._triggerEventOnBehaviors.apply(this,arguments),e},_buildEventProxies:function(){this._childViewEvents=t.result(this,"childViewEvents"),this._childViewTriggers=t.result(this,"childViewTriggers")},_proxyChildViewEvents:function(e){this.listenTo(e,"all",this._childViewEventHandler)},_childViewEventHandler:function(e){for(var i=this.normalizeMethods(this._childViewEvents),n=arguments.length,s=Array(n>1?n-1:0),r=1;r<n;r++)s[r-1]=arguments[r];void 0!==i&&t.isFunction(i[e])&&i[e].apply(this,s);var o=this._childViewTriggers;o&&t.isString(o[e])&&this.triggerMethod.apply(this,[o[e]].concat(s));var h=t.result(this,"childViewEventPrefix");if(!1!==h){var d=h+":"+e;this.triggerMethod.apply(this,[d].concat(s))}}};t.extend(ue,te,Z,ie,oe,ae);var fe=["allowMissingEl","parentEl","replaceElement"],_e=Q.extend({Dom:ce,cidPrefix:"mnr",replaceElement:!1,_isReplaced:!1,_isSwappingView:!1,constructor:function(t){if(this._setOptions(t),this.mergeOptions(t,fe),this._initEl=this.el=this.getOption("el"),this.el=this.el instanceof e.$?this.el[0]:this.el,!this.el)throw new Y({name:"NoElError",message:'An "el" must be specified for a region.'});this.$el=this.getEl(this.el),Q.call(this,t)},show:function(e,t){if(this._ensureElement(t))return(e=this._getView(e,t))===this.currentView?this:(this._isSwappingView=!!this.currentView,this.triggerMethod("before:show",this,e,t),e._isAttached||this.empty(t),this._setupChildView(e),this.currentView=e,$(e),this._attachView(e,t),this.triggerMethod("show",this,e,t),this._isSwappingView=!1,this)},_setupChildView:function(e){w(e),this._proxyChildViewEvents(e),e.on("destroy",this._empty,this)},_proxyChildViewEvents:function(e){var t=this._parentView;t&&t._proxyChildViewEvents(e)},_shouldDisableMonitoring:function(){return this._parentView&&!1===this._parentView.monitorViewEvents},_attachView:function(e){var i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=!e._isAttached&&k(this.el)&&!this._shouldDisableMonitoring(),s=void 0===i.replaceElement?!!t.result(this,"replaceElement"):!!i.replaceElement;n&&r(e,"before:attach",e),s?this._replaceEl(e):this.attachHtml(e),n&&(e._isAttached=!0,r(e,"attach",e))},_ensureElement:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(t.isObject(this.el)||(this.$el=this.getEl(this.el),this.el=this.$el[0],this.$el=this.Dom.getEl(this.el)),!this.$el||0===this.$el.length){if(void 0===e.allowMissingEl?!!t.result(this,"allowMissingEl"):!!e.allowMissingEl)return!1;throw new Y('An "el" must exist in DOM for this region '+this.cid)}return!0},_getView:function(t){if(!t)throw new Y({name:"ViewNotValid",message:"The view passed is undefined and therefore invalid. You must pass a view instance to show."});if(t._isDestroyed)throw new Y({name:"ViewDestroyedError",message:'View (cid: "'+t.cid+'") has already been destroyed and cannot be used.'});if(t instanceof e.View)return t;var i=this._getViewOptions(t);return new we(i)},_getViewOptions:function(e){if(t.isFunction(e))return{template:e};if(t.isObject(e))return e;return{template:function(){return e}}},getEl:function(e){var i=t.result(this,"parentEl");return i&&t.isString(e)?this.Dom.findEl(i,e):this.Dom.getEl(e)},_replaceEl:function(e){this._restoreEl(),e.on("before:destroy",this._restoreEl,this),this.Dom.replaceEl(e.el,this.el),this._isReplaced=!0},_restoreEl:function(){if(this._isReplaced){var e=this.currentView;e&&(this._detachView(e),this._isReplaced=!1)}},isReplaced:function(){return!!this._isReplaced},isSwappingView:function(){return!!this._isSwappingView},attachHtml:function(e){this.Dom.appendContents(this.el,e.el,{_$el:this.$el,_$contents:e.$el})},empty:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{allowMissingEl:!0},t=this.currentView;if(!t)return this._ensureElement(e)&&this.detachHtml(),this;var i=!e.preventDestroy;return i||z("The preventDestroy option is deprecated. Use Region#detachView"),this._empty(t,i),this},_empty:function(e,t){e.off("destroy",this._empty,this),this.triggerMethod("before:empty",this,e),this._restoreEl(),delete this.currentView,e._isDestroyed||(t?this.removeView(e):this._detachView(e),this._stopChildViewEvents(e)),this.triggerMethod("empty",this,e)},_stopChildViewEvents:function(e){this._parentView&&this._parentView.stopListening(e)},destroyView:function(e){return e._isDestroyed?e:(e._shouldDisableEvents=this._shouldDisableMonitoring(),T(e),e)},removeView:function(e){this.destroyView(e)},detachView:function(){var e=this.currentView;if(e)return this._empty(e),e},_detachView:function(e){var t=e._isAttached&&!this._shouldDisableMonitoring(),i=this._isReplaced;t&&r(e,"before:detach",e),i?this.Dom.replaceEl(this.el,e.el):this.detachHtml(),t&&(e._isAttached=!1,r(e,"detach",e))},detachHtml:function(){this.Dom.detachContents(this.el,this.$el)},hasView:function(){return!!this.currentView},reset:function(e){return this.empty(e),this.$el&&(this.el=this._initEl),delete this.$el,this},destroy:function(e){return this._isDestroyed?this:(this.reset(e),this._name&&this._parentView._removeReferences(this._name),delete this._parentView,delete this._name,Q.prototype.destroy.apply(this,arguments))}},{setDomApi:I}),pe=function(e,t){return e instanceof _e?e:U(e,t)},ge={regionClass:_e,_initRegions:function(){this.regions=this.regions||{},this._regions={},this.addRegions(t.result(this,"regions"))},_reInitRegions:function(){ee(this._regions,"reset")},addRegion:function(e,t){var i={};return i[e]=t,this.addRegions(i)[e]},addRegions:function(e){if(!t.isEmpty(e))return e=this.normalizeUIValues(e,["selector","el"]),this.regions=t.extend({},this.regions,e),this._addRegions(e)},_addRegions:function(e){var i=this,n={regionClass:this.regionClass,parentEl:t.partial(t.result,this,"el")};return t.reduce(e,function(e,t,s){return e[s]=pe(t,n),i._addRegion(e[s],s),e},{})},_addRegion:function(e,t){this.triggerMethod("before:add:region",this,t,e),e._parentView=this,e._name=t,this._regions[t]=e,this.triggerMethod("add:region",this,t,e)},removeRegion:function(e){var t=this._regions[e];return this._removeRegion(t,e),t},removeRegions:function(){var e=this._getRegions();return t.each(this._regions,t.bind(this._removeRegion,this)),e},_removeRegion:function(e,t){this.triggerMethod("before:remove:region",this,t,e),e.destroy(),this.triggerMethod("remove:region",this,t,e)},_removeReferences:function(e){delete this.regions[e],delete this._regions[e]},emptyRegions:function(){var e=this.getRegions();return ee(e,"empty"),e},hasRegion:function(e){return!!this.getRegion(e)},getRegion:function(e){return this._isRendered||this.render(),this._regions[e]},_getRegions:function(){return t.clone(this._regions)},getRegions:function(){return this._isRendered||this.render(),this._getRegions()},showChildView:function(e,t){for(var i=this.getRegion(e),n=arguments.length,s=Array(n>2?n-2:0),r=2;r<n;r++)s[r-2]=arguments[r];return i.show.apply(i,[t].concat(s))},detachChildView:function(e){return this.getRegion(e).detachView()},getChildView:function(e){return this.getRegion(e).currentView}},ve={render:function(e,i){if(!e)throw new Y({name:"TemplateNotFoundError",message:"Cannot render the template since its false, null or undefined."});return(t.isFunction(e)?e:X.get(e))(i)}},me=["behaviors","childViewEventPrefix","childViewEvents","childViewTriggers","collectionEvents","events","modelEvents","regionClass","regions","template","templateContext","triggers","ui"],we=e.View.extend({constructor:function(i){this.render=t.bind(this.render,this),this._setOptions(i),this.mergeOptions(i,me),w(this),this._initBehaviors(),this._initRegions();var n=Array.prototype.slice.call(arguments);n[0]=this.options,e.View.prototype.constructor.apply(this,n),this.delegateEntityEvents(),this._triggerEventOnBehaviors("initialize",this)},serializeData:function(){return this.model||this.collection?this.model?this.serializeModel():{items:this.serializeCollection()}:{}},serializeModel:function(){return this.model?t.clone(this.model.attributes):{}},serializeCollection:function(){return this.collection?this.collection.map(function(e){return t.clone(e.attributes)}):{}},setElement:function(){return e.View.prototype.setElement.apply(this,arguments),this._isRendered=this.Dom.hasContents(this.el),this._isAttached=k(this.el),this._isRendered&&this.bindUIElements(),this},render:function(){return this._isDestroyed?this:(this.triggerMethod("before:render",this),this._isRendered&&this._reInitRegions(),this._renderTemplate(),this.bindUIElements(),this._isRendered=!0,this.triggerMethod("render",this),this)},_renderTemplate:function(){var e=this.getTemplate();if(!1!==e){var t=this.mixinTemplateContext(this.serializeData()),i=this._renderHtml(e,t);this.attachElContent(i)}else z("template:false is deprecated. Use _.noop.")},_renderHtml:function(e,t){return ve.render(e,t,this)},getTemplate:function(){return this.template},mixinTemplateContext:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},i=t.result(this,"templateContext");return t.extend(e,i)},attachElContent:function(e){return this.Dom.setContents(this.el,e,this.$el),this},_removeChildren:function(){this.removeRegions()},_getImmediateChildren:function(){return t.chain(this._getRegions()).map("currentView").compact().value()}},{setRenderer:function(e){return this.prototype._renderHtml=e,this},setDomApi:I});t.extend(we.prototype,ue,ge);var ye=["forEach","each","map","find","detect","filter","select","reject","every","all","some","any","include","contains","invoke","toArray","first","initial","rest","last","without","isEmpty","pluck","reduce","partition"],Ce=function(e,i){t.each(ye,function(n){e[n]=function(){var e=t.result(this,i),s=Array.prototype.slice.call(arguments);return t[n].apply(t,[e].concat(s))}})},Ve=function(e){this._views={},this._indexByModel={},this._indexByCustom={},this._updateLength(),t.each(e,t.bind(this.add,this))};Ce(Ve.prototype,"_getViews"),t.extend(Ve.prototype,{_getViews:function(){return t.values(this._views)},add:function(e,t){return this._add(e,t)._updateLength()},_add:function(e,t){var i=e.cid;return this._views[i]=e,e.model&&(this._indexByModel[e.model.cid]=i),t&&(this._indexByCustom[t]=i),this},findByModel:function(e){return this.findByModelCid(e.cid)},findByModelCid:function(e){var t=this._indexByModel[e];return this.findByCid(t)},findByCustom:function(e){var t=this._indexByCustom[e];return this.findByCid(t)},findByIndex:function(e){return t.values(this._views)[e]},findByCid:function(e){return this._views[e]},remove:function(e){return this._remove(e)._updateLength()},_remove:function(e){var i=e.cid;return e.model&&delete this._indexByModel[e.model.cid],t.some(this._indexByCustom,t.bind(function(e,t){if(e===i)return delete this._indexByCustom[t],!0},this)),delete this._views[i],this},_updateLength:function(){return this.length=t.size(this._views),this}});var Ee=["behaviors","childView","childViewEventPrefix","childViewEvents","childViewOptions","childViewTriggers","collectionEvents","events","filter","emptyView","emptyViewOptions","modelEvents","reorderOnSort","sort","triggers","ui","viewComparator"],be=e.View.extend({sort:!0,constructor:function(i){this.render=t.bind(this.render,this),this._setOptions(i),this.mergeOptions(i,Ee),w(this),this._initBehaviors(),this.once("render",this._initialEvents),this._initChildViewStorage(),this._bufferedChildren=[];var n=Array.prototype.slice.call(arguments);n[0]=this.options,e.View.prototype.constructor.apply(this,n),this.delegateEntityEvents(),this._triggerEventOnBehaviors("initialize",this)},_startBuffering:function(){this._isBuffering=!0},_endBuffering:function(){var e=this._isAttached&&!1!==this.monitorViewEvents?this._getImmediateChildren():[];this._isBuffering=!1,t.each(e,function(e){r(e,"before:attach",e)}),this.attachBuffer(this,this._createBuffer()),t.each(e,function(e){e._isAttached=!0,r(e,"attach",e)}),this._bufferedChildren=[]},_getImmediateChildren:function(){return t.values(this.children._views)},_initialEvents:function(){this.collection&&(this.listenTo(this.collection,"add",this._onCollectionAdd),this.listenTo(this.collection,"update",this._onCollectionUpdate),this.listenTo(this.collection,"reset",this.render),this.sort&&this.listenTo(this.collection,"sort",this._sortViews))},_onCollectionAdd:function(e,i,n){var s=void 0!==n.at&&(n.index||i.indexOf(e));(this.filter||!1===s)&&(s=t.indexOf(this._filteredSortedModels(s),e)),this._shouldAddChild(e,s)&&(this._destroyEmptyView(),this._addChild(e,s))},_onCollectionUpdate:function(e,t){var i=t.changes;this._removeChildModels(i.removed)},_removeChildModels:function(e){var t=this._getRemovedViews(e);t.length&&(this.children._updateLength(),this._updateIndices(t,!1),this.isEmpty()&&this._showEmptyView())},_getRemovedViews:function(e){var i=this;return t.reduce(e,function(e,t){var n=t&&i.children.findByModel(t);return!n||n._isDestroyed?e:(i._removeChildView(n),e.push(n),e)},[])},_removeChildView:function(e){this.triggerMethod("before:remove:child",this,e),this.children._remove(e),e._shouldDisableEvents=!1===this.monitorViewEvents,T(e),this.stopListening(e),this.triggerMethod("remove:child",this,e)},setElement:function(){return e.View.prototype.setElement.apply(this,arguments),this._isAttached=k(this.el),this},render:function(){return this._isDestroyed?this:(this.triggerMethod("before:render",this),this._renderChildren(),this._isRendered=!0,this.triggerMethod("render",this),this)},setFilter:function(e){var t=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{}).preventRender,i=this._isRendered&&!this._isDestroyed,n=this.filter!==e;if(i&&n&&!t){var s=this._filteredSortedModels();this.filter=e;var r=this._filteredSortedModels();this._applyModelDeltas(r,s)}else this.filter=e;return this},removeFilter:function(e){return this.setFilter(null,e)},_applyModelDeltas:function(e,i){var n=this,s={};t.each(e,function(e,t){!n.children.findByModel(e)&&n._onCollectionAdd(e,n.collection,{at:t}),s[e.cid]=!0});var r=t.filter(i,function(e){return!s[e.cid]&&n.children.findByModel(e)});this._removeChildModels(r)},reorder:function(){var e=this,i=this.children,n=this._filteredSortedModels();if(!n.length&&this._showingEmptyView)return this;if(t.some(n,function(e){return!i.findByModel(e)}))this.render();else{var s=[],r=t.reduce(this.children._views,function(e,i){var r=t.indexOf(n,i.model);return-1===r?(s.push(i.model),e):(i._index=r,e[r]=i.el,e)},new Array(n.length));this.triggerMethod("before:reorder",this);var o=this.Dom.createBuffer();t.each(r,function(t){e.Dom.appendContents(o,t)}),this._appendReorderedChildren(o),this._removeChildModels(s),this.triggerMethod("reorder",this)}return this},resortView:function(){return this.reorderOnSort?this.reorder():this._renderChildren(),this},_sortViews:function(){var e=this,i=this._filteredSortedModels();t.find(i,function(t,i){var n=e.children.findByModel(t);return!n||n._index!==i})&&this.resortView()},_emptyViewIndex:-1,_appendReorderedChildren:function(e){this.Dom.appendContents(this.el,e,{_$el:this.$el})},_renderChildren:function(){this._isRendered&&(this._destroyEmptyView(),this._destroyChildren());var e=this._filteredSortedModels();this.isEmpty({processedModels:e})?this._showEmptyView():(this.triggerMethod("before:render:children",this),this._startBuffering(),this._showCollection(e),this._endBuffering(),this.triggerMethod("render:children",this))},_createView:function(e,t){var i=this._getChildView(e),n=this._getChildViewOptions(e,t);return this.buildChildView(e,i,n)},_setupChildView:function(e,t){w(e),this._proxyChildViewEvents(e),this.sort&&(e._index=t)},_showCollection:function(e){t.each(e,t.bind(this._addChild,this)),this.children._updateLength()},_filteredSortedModels:function(e){if(!this.collection||!this.collection.length)return[];var t=this.getViewComparator(),i=this.collection.models;if(e=Math.min(Math.max(e,0),i.length-1),t){var n=void 0;e&&(n=i[e],i=i.slice(0,e).concat(i.slice(e+1))),i=this._sortModelsBy(i,t),n&&i.splice(e,0,n)}return i=this._filterModels(i)},getViewComparator:function(){return this.viewComparator},_filterModels:function(e){var i=this;return this.filter&&(e=t.filter(e,function(e,t){return i._shouldAddChild(e,t)})),e},_sortModelsBy:function(e,i){return"string"==typeof i?t.sortBy(e,function(e){return e.get(i)}):1===i.length?t.sortBy(e,t.bind(i,this)):t.clone(e).sort(t.bind(i,this))},_showEmptyView:function(){var i=this._getEmptyView();if(i&&!this._showingEmptyView){this._showingEmptyView=!0;var n=new e.Model,s=this.emptyViewOptions||this.childViewOptions;t.isFunction(s)&&(s=s.call(this,n,this._emptyViewIndex));var r=this.buildChildView(n,i,s);this.triggerMethod("before:render:empty",this,r),this.addChildView(r,0),this.triggerMethod("render:empty",this,r)}},_destroyEmptyView:function(){this._showingEmptyView&&(this.triggerMethod("before:remove:empty",this),this._destroyChildren(),delete this._showingEmptyView,this.triggerMethod("remove:empty",this))},_getEmptyView:function(){var e=this.emptyView;if(e)return this._getView(e)},_getChildView:function(e){var t=this.childView;if(!t)throw new Y({name:"NoChildViewError",message:'A "childView" must be specified'});if(!(t=this._getView(t,e)))throw new Y({name:"InvalidChildViewError",message:'"childView" must be a view class or a function that returns a view class'});return t},_getView:function(i,n){return i.prototype instanceof e.View||i===e.View?i:t.isFunction(i)?i.call(this,n):void 0},_addChild:function(e,t){var i=this._createView(e,t);return this.addChildView(i,t),i},_getChildViewOptions:function(e,i){return t.isFunction(this.childViewOptions)?this.childViewOptions(e,i):this.childViewOptions},addChildView:function(e,t){return this.triggerMethod("before:add:child",this,e),this._setupChildView(e,t),this._isBuffering?this.children._add(e):(this._updateIndices(e,!0),this.children.add(e)),$(e),this._attachView(e,t),this.triggerMethod("add:child",this,e),e},_updateIndices:function(e,i){if(this.sort)if(i){var n=t.isArray(e)?t.max(e,"_index"):e;t.isObject(n)&&t.each(this.children._views,function(e){e._index>=n._index&&(e._index+=1)})}else t.each(t.sortBy(this.children._views,"_index"),function(e,t){e._index=t})},_attachView:function(e,t){var i=!e._isAttached&&!this._isBuffering&&this._isAttached&&!1!==this.monitorViewEvents;i&&r(e,"before:attach",e),this.attachHtml(this,e,t),i&&(e._isAttached=!0,r(e,"attach",e))},buildChildView:function(e,i,n){return new i(t.extend({model:e},n))},removeChildView:function(e){return!e||e._isDestroyed?e:(this._removeChildView(e),this.children._updateLength(),this._updateIndices(e,!1),e)},isEmpty:function(e){var i=void 0;return t.result(e,"processedModels")?i=e.processedModels:(i=this.collection?this.collection.models:[],i=this._filterModels(i)),0===i.length},attachBuffer:function(e,t){this.Dom.appendContents(e.el,t,{_$el:e.$el})},_createBuffer:function(){var e=this,i=this.Dom.createBuffer();return t.each(this._bufferedChildren,function(t){e.Dom.appendContents(i,t.el,{_$contents:t.$el})}),i},attachHtml:function(e,t,i){e._isBuffering?e._bufferedChildren.splice(i,0,t):e._insertBefore(t,i)||e._insertAfter(t)},_insertBefore:function(e,i){var n=void 0;return this.sort&&i<this.children.length-1&&(n=t.find(this.children._views,function(e){return e._index===i+1})),!!n&&(this.beforeEl(n.el,e.el),!0)},beforeEl:function(e,t){this.$(e).before(t)},_insertAfter:function(e){this.Dom.appendContents(this.el,e.el,{_$el:this.$el,_$contents:e.$el})},_initChildViewStorage:function(){this.children=new Ve},_removeChildren:function(){this._destroyChildren()},_destroyChildren:function(e){this.children.length&&(this.triggerMethod("before:destroy:children",this),t.each(this.children._views,t.bind(this._removeChildView,this)),this.children._updateLength(),this.triggerMethod("destroy:children",this))},_shouldAddChild:function(e,i){var n=this.filter;return!t.isFunction(n)||n.call(this,e,i,this.collection)}},{setDomApi:I});t.extend(be.prototype,ue);var Me=function(){this._init()};Ce(Me.prototype,"_views"),t.extend(Me.prototype,{_init:function(){this._views=[],this._viewsByCid={},this._indexByModel={},this._updateLength()},_add:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this._views.length,i=e.cid;this._viewsByCid[i]=e,e.model&&(this._indexByModel[e.model.cid]=i),this._views.splice(t,0,e),this._updateLength()},_sort:function(e,i){return"string"==typeof e?(e=t.partial(F,e),this._sortBy(e)):1===e.length?this._sortBy(t.bind(e,i)):this._views.sort(t.bind(e,i))},_sortBy:function(e){var i=t.sortBy(this._views,e);return this._set(i),i},_set:function(e){this._views.length=0,this._views.push.apply(this._views,e.slice(0)),this._updateLength()},_swap:function(e,t){var i=this.findIndexByView(e),n=this.findIndexByView(t);if(-1!==i&&-1!==n){var s=this._views[i];this._views[i]=this._views[n],this._views[n]=s}},findByModel:function(e){return this.findByModelCid(e.cid)},findByModelCid:function(e){var t=this._indexByModel[e];return this.findByCid(t)},findByIndex:function(e){return this._views[e]},findIndexByView:function(e){return this._views.indexOf(e)},findByCid:function(e){return this._viewsByCid[e]},hasView:function(e){return!!this.findByCid(e.cid)},_remove:function(e){if(this._viewsByCid[e.cid]){e.model&&delete this._indexByModel[e.model.cid],delete this._viewsByCid[e.cid];var t=this.findIndexByView(e);this._views.splice(t,1),this._updateLength()}},_updateLength:function(){this.length=this._views.length}});var Re=["behaviors","childView","childViewEventPrefix","childViewEvents","childViewOptions","childViewTriggers","collectionEvents","emptyView","emptyViewOptions","events","modelEvents","sortWithCollection","triggers","ui","viewComparator","viewFilter"],Be=e.View.extend({sortWithCollection:!0,constructor:function(t){this._setOptions(t),this.mergeOptions(t,Re),w(this),this.once("render",this._initialEvents),this._initChildViewStorage(),this._initBehaviors();var i=Array.prototype.slice.call(arguments);i[0]=this.options,e.View.prototype.constructor.apply(this,i),this.getEmptyRegion(),this.delegateEntityEvents(),this._triggerEventOnBehaviors("initialize",this)},_initChildViewStorage:function(){this.children=new Me},getEmptyRegion:function(){return this._emptyRegion&&!this._emptyRegion.isDestroyed()?this._emptyRegion:(this._emptyRegion=new _e({el:this.el,replaceElement:!1}),this._emptyRegion._parentView=this,this._emptyRegion)},_initialEvents:function(){this.listenTo(this.collection,{sort:this._onCollectionSort,reset:this._onCollectionReset,update:this._onCollectionUpdate})},_onCollectionSort:function(e,t){var i=t.add,n=t.merge,s=t.remove;this.sortWithCollection&&!1!==this.viewComparator&&(i||s||n||this.sort())},_onCollectionReset:function(){this.render()},_onCollectionUpdate:function(e,t){var i=t.changes,n=i.removed.length&&this._removeChildModels(i.removed);this._addedViews=i.added.length&&this._addChildModels(i.added),this._detachChildren(n),this._showChildren(),this._removeChildViews(n)},_removeChildModels:function(e){var i=this;return t.reduce(e,function(e,t){var n=i._removeChildModel(t);return n&&e.push(n),e},[])},_removeChildModel:function(e){var t=this.children.findByModel(e);return t&&this._removeChild(t),t},_removeChild:function(e){this.triggerMethod("before:remove:child",this,e),this.children._remove(e),this.triggerMethod("remove:child",this,e)},_addChildModels:function(e){return t.map(e,t.bind(this._addChildModel,this))},_addChildModel:function(e){var t=this._createChildView(e);return this._addChild(t),t},_createChildView:function(e){var t=this._getChildView(e),i=this._getChildViewOptions(e);return this.buildChildView(e,t,i)},_addChild:function(e,t){this.triggerMethod("before:add:child",this,e),this._setupChildView(e),this.children._add(e,t),this.triggerMethod("add:child",this,e)},_getChildView:function(e){var t=this.childView;if(!t)throw new Y({name:"NoChildViewError",message:'A "childView" must be specified'});if(!(t=this._getView(t,e)))throw new Y({name:"InvalidChildViewError",message:'"childView" must be a view class or a function that returns a view class'});return t},_getView:function(i,n){return i.prototype instanceof e.View||i===e.View?i:t.isFunction(i)?i.call(this,n):void 0},_getChildViewOptions:function(e){return t.isFunction(this.childViewOptions)?this.childViewOptions(e):this.childViewOptions},buildChildView:function(e,i,n){return new i(t.extend({model:e},n))},_setupChildView:function(e){w(e),e.on("destroy",this.removeChildView,this),this._proxyChildViewEvents(e)},_getImmediateChildren:function(){return this.children._views},setElement:function(){return e.View.prototype.setElement.apply(this,arguments),this._isAttached=k(this.el),this},render:function(){return this._isDestroyed?this:(this.triggerMethod("before:render",this),this._destroyChildren(),this.children._init(),this.collection&&this._addChildModels(this.collection.models),this._showChildren(),this._isRendered=!0,this.triggerMethod("render",this),this)},sort:function(){return this._isDestroyed?this:this.children.length?(this._showChildren(),this):this},_showChildren:function(){this.isEmpty()?this._showEmptyView():(this._sortChildren(),this.filter())},isEmpty:function(e){return e||!this.children.length},_showEmptyView:function(){var e=this._getEmptyView();if(e){var t=this._getEmptyViewOptions();this.getEmptyRegion().show(new e(t))}},_getEmptyView:function(){var e=this.emptyView;if(e)return this._getView(e)},_destroyEmptyView:function(){var e=this.getEmptyRegion();e.hasView()&&e.empty()},_getEmptyViewOptions:function(){var e=this.emptyViewOptions||this.childViewOptions;return t.isFunction(e)?e.call(this):e},_sortChildren:function(){var e=this.getComparator();e&&(delete this._addedViews,this.triggerMethod("before:sort",this),this.children._sort(e,this),this.triggerMethod("sort",this))},setComparator:function(e){var t=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{}).preventRender,i=this.viewComparator!==e&&!t;return this.viewComparator=e,i&&this.sort(),this},removeComparator:function(e){return this.setComparator(null,e)},getComparator:function(){return this.viewComparator?this.viewComparator:!(!this.sortWithCollection||!1===this.viewComparator||!this.collection)&&this._viewComparator},_viewComparator:function(e){return this.collection.indexOf(e.model)},filter:function(){if(this._isDestroyed)return this;if(!this.children.length)return this;var e=this._filterChildren();return this._renderChildren(e),this},_filterChildren:function(){var e=this,i=this._getFilter(),n=this._addedViews;if(delete this._addedViews,!i)return n||this.children._views;this.triggerMethod("before:filter",this);var s=[],r=[];return t.each(this.children._views,function(t,n,o){(i.call(e,t,n,o)?s:r).push(t)}),this._detachChildren(r),this.triggerMethod("filter",this,s,r),s},_getFilter:function(){var e=this.getFilter();if(!e)return!1;if(t.isFunction(e))return e;if(t.isObject(e)){var i=t.matches(e);return function(e){return i(e.model&&e.model.attributes)}}if(t.isString(e))return function(t){return t.model&&t.model.get(e)};throw new Y({name:"InvalidViewFilterError",message:'"viewFilter" must be a function, predicate object literal, a string indicating a model attribute, or falsy'})},getFilter:function(){return this.viewFilter},setFilter:function(e){var t=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{}).preventRender,i=this.viewFilter!==e&&!t;return this.viewFilter=e,i&&this.filter(),this},removeFilter:function(e){return this.setFilter(null,e)},_detachChildren:function(e){t.each(e,t.bind(this._detachChildView,this))},_detachChildView:function(e){var t=e._isAttached&&!1!==this.monitorViewEvents;t&&r(e,"before:detach",e),this.detachHtml(e),t&&(e._isAttached=!1,r(e,"detach",e))},detachHtml:function(e){this.Dom.detachEl(e.el,e.$el)},_renderChildren:function(e){if(this.isEmpty(!e.length))this._showEmptyView();else{this._destroyEmptyView(),this.triggerMethod("before:render:children",this,e);var t=this._getBuffer(e);this._attachChildren(t,e),this.triggerMethod("render:children",this,e)}},_attachChildren:function(e,i){i=this._isAttached&&!1!==this.monitorViewEvents?i:[],t.each(i,function(e){e._isAttached||r(e,"before:attach",e)}),this.attachHtml(e),t.each(i,function(e){e._isAttached||(e._isAttached=!0,r(e,"attach",e))})},_getBuffer:function(e){var i=this,n=this.Dom.createBuffer();return t.each(e,function(e){$(e),i.Dom.appendContents(n,e.el,{_$contents:e.$el})}),n},attachHtml:function(e){this.Dom.appendContents(this.el,e,{_$el:this.$el})},swapChildViews:function(e,t){if(!this.children.hasView(e)||!this.children.hasView(t))throw new Y({name:"ChildSwapError",message:"Both views must be children of the collection view"});return this.children._swap(e,t),this.Dom.swapEl(e.el,t.el),this.Dom.hasEl(this.el,e.el)!==this.Dom.hasEl(this.el,t.el)&&this.filter(),this},addChildView:function(e,t){return!e||e._isDestroyed?e:((!t||t>=this.children.length)&&(this._addedViews=[e]),this._addChild(e,t),this._showChildren(),e)},detachChildView:function(e){return this.removeChildView(e,{shouldDetach:!0}),e},removeChildView:function(e,t){return e?(this._removeChildView(e,t),this._removeChild(e),this.isEmpty()&&this._showEmptyView(),e):e},_removeChildViews:function(e){t.each(e,t.bind(this._removeChildView,this))},_removeChildView:function(e){var t=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{}).shouldDetach;e.off("destroy",this.removeChildView,this),t?this._detachChildView(e):this._destroyChildView(e),this.stopListening(e)},_destroyChildView:function(e){e._isDestroyed||(e._shouldDisableEvents=!1===this.monitorViewEvents,T(e))},_removeChildren:function(){this._destroyChildren(),this.getEmptyRegion().destroy(),delete this._addedViews},_destroyChildren:function(){this.children&&this.children.length&&(this.triggerMethod("before:destroy:children",this),!1===this.monitorViewEvents&&this.Dom.detachContents(this.el,this.$el),t.each(this.children._views,t.bind(this._removeChildView,this)),this.triggerMethod("destroy:children",this))}},{setDomApi:I});t.extend(Be.prototype,ue);var xe=["childViewContainer","template","templateContext"],De=be.extend({constructor:function(e){z("CompositeView is deprecated. Convert to View at your earliest convenience"),this.mergeOptions(e,xe),be.prototype.constructor.apply(this,arguments)},_initialEvents:function(){this.collection&&(this.listenTo(this.collection,"add",this._onCollectionAdd),this.listenTo(this.collection,"update",this._onCollectionUpdate),this.listenTo(this.collection,"reset",this.renderChildren),this.sort&&this.listenTo(this.collection,"sort",this._sortViews))},_getChildView:function(e){var t=this.childView;if(!t)return this.constructor;if(!(t=this._getView(t,e)))throw new Y({name:"InvalidChildViewError",message:'"childView" must be a view class or a function that returns a view class'});return t},serializeData:function(){return this.serializeModel()},render:function(){return this._isDestroyed?this:(this._isRendering=!0,this.resetChildViewContainer(),this.triggerMethod("before:render",this),this._renderTemplate(),this.bindUIElements(),this.renderChildren(),this._isRendering=!1,this._isRendered=!0,this.triggerMethod("render",this),this)},renderChildren:function(){(this._isRendered||this._isRendering)&&be.prototype._renderChildren.call(this)},attachBuffer:function(e,t){var i=this.getChildViewContainer(e);this.Dom.appendContents(i[0],t,{_$el:i})},_insertAfter:function(e){var t=this.getChildViewContainer(this,e);this.Dom.appendContents(t[0],e.el,{_$el:t,_$contents:e.$el})},_appendReorderedChildren:function(e){var t=this.getChildViewContainer(this);this.Dom.appendContents(t[0],e,{_$el:t})},getChildViewContainer:function(e,i){if(e.$childViewContainer)return e.$childViewContainer;var n=void 0;if(e.childViewContainer){var s=t.result(e,"childViewContainer");if((n="@"===s.charAt(0)&&e.ui?e.ui[s.substr(4)]:this.$(s)).length<=0)throw new Y({name:"ChildViewContainerMissingError",message:'The specified "childViewContainer" was not found: '+e.childViewContainer})}else n=e.$el;return e.$childViewContainer=n,n},resetChildViewContainer:function(){this.$childViewContainer&&(this.$childViewContainer=void 0)}}),Ae=t.pick(we.prototype,"serializeModel","getTemplate","_renderTemplate","_renderHtml","mixinTemplateContext","attachElContent");t.extend(De.prototype,Ae);var Oe=["collectionEvents","events","modelEvents","triggers","ui"],Ie=Q.extend({cidPrefix:"mnb",constructor:function(e,i){this.view=i,this.defaults&&z("Behavior defaults are deprecated. For similar functionality set options on the Behavior class."),this.defaults=t.clone(t.result(this,"defaults",{})),this._setOptions(t.extend({},this.defaults,e)),this.mergeOptions(this.options,Oe),this.ui=t.extend({},t.result(this,"ui"),t.result(i,"ui")),Q.apply(this,arguments)},$:function(){return this.view.$.apply(this.view,arguments)},destroy:function(){return this.stopListening(),this.view._removeBehavior(this),this},proxyViewProperties:function(){return this.$el=this.view.$el,this.el=this.view.el,this},bindUIElements:function(){return this._bindUIElements(),this},unbindUIElements:function(){return this._unbindUIElements(),this},getUI:function(e){return this._getUI(e)},delegateEntityEvents:function(){return this._delegateEntityEvents(this.view.model,this.view.collection),this},undelegateEntityEvents:function(){return this._undelegateEntityEvents(this.view.model,this.view.collection),this},getEvents:function(){var e=this,i=this.normalizeUIKeys(t.result(this,"events"));return t.reduce(i,function(i,n,s){return t.isFunction(n)||(n=e[n]),n?(s=se(s,e.cid),i[s]=t.bind(n,e),i):i},{})},getTriggers:function(){if(this.triggers){var e=this.normalizeUIKeys(t.result(this,"triggers"));return this._getViewTriggers(this.view,e)}}});t.extend(Ie.prototype,ie,oe,ae);var $e=["region","regionClass"],Te=Q.extend({cidPrefix:"mna",constructor:function(e){this._setOptions(e),this.mergeOptions(e,$e),this._initRegion(),Q.prototype.constructor.apply(this,arguments)},regionClass:_e,_initRegion:function(){var e=this.region;if(e){var t={regionClass:this.regionClass};this._region=pe(e,t)}},getRegion:function(){return this._region},showView:function(e){for(var t=this.getRegion(),i=arguments.length,n=Array(i>1?i-1:0),s=1;s<i;s++)n[s-1]=arguments[s];return t.show.apply(t,[e].concat(n))},getView:function(){return this.getRegion().currentView},start:function(e){return this.triggerMethod("before:start",this,e),this.triggerMethod("start",this,e),this}}),Ue=["appRoutes","controller"],Se=e.Router.extend({constructor:function(t){this._setOptions(t),this.mergeOptions(t,Ue),e.Router.apply(this,arguments);var i=this.appRoutes,n=this._getController();this.processAppRoutes(n,i),this.on("route",this._processOnRoute,this)},appRoute:function(e,t){var i=this._getController();return this._addAppRoute(i,e,t),this},_processOnRoute:function(e,i){if(t.isFunction(this.onRoute)){var n=t.invert(this.appRoutes)[e];this.onRoute(e,n,i)}},processAppRoutes:function(e,i){var n=this;if(!i)return this;var s=t.keys(i).reverse();return t.each(s,function(t){n._addAppRoute(e,t,i[t])}),this},_getController:function(){return this.controller},_addAppRoute:function(e,i,n){var s=e[n];if(!s)throw new Y('Method "'+n+'" was not found on the controller');this.route(i,n,t.bind(s,e))},triggerMethod:s});t.extend(Se.prototype,Z);var Fe=e.Marionette,Le=e.Marionette={};return Le.noConflict=function(){return e.Marionette=Fe,this},Le.bindEvents=L(V),Le.unbindEvents=L(E),Le.bindRequests=L(M),Le.unbindRequests=L(R),Le.mergeOptions=L(j),Le.getOption=L(N),Le.normalizeMethods=L(H),Le.extend=P,Le.isNodeAttached=k,Le.deprecate=z,Le.triggerMethod=L(s),Le.triggerMethodOn=r,Le.isEnabled=D,Le.setEnabled=function(e,t){return re[e]=t},Le.monitorViewEvents=w,Le.Behaviors={},Le.Behaviors.behaviorsLookup=function(){throw new Y({message:"You must define where your behaviors are stored.",url:"marionette.behaviors.md#behaviorslookup"})},Le.Application=Te,Le.AppRouter=Se,Le.Renderer=ve,Le.TemplateCache=X,Le.View=we,Le.CollectionView=be,Le.NextCollectionView=Be,Le.CompositeView=De,Le.Behavior=Ie,Le.Region=_e,Le.Error=Y,Le.Object=Q,Le.DEV_MODE=!1,Le.FEATURES=re,Le.VERSION="3.5.1",Le.DomApi=ce,Le.setDomApi=function(e){be.setDomApi(e),De.setDomApi(e),Be.setDomApi(e),_e.setDomApi(e),we.setDomApi(e)},Le}),this&&this.Marionette&&(this.Mn=this.Marionette);
13
+ //# sourceMappingURL=backbone.marionette.min.js.map
assets/js/lib/math-expression-evaluator.min.js ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ * The MIT License (MIT)
3
+ *
4
+ * Copyright (c) Ankit
5
+ *
6
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
7
+ * of this software and associated documentation files (the "Software"), to deal
8
+ * in the Software without restriction, including without limitation the rights
9
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
+ * copies of the Software, and to permit persons to whom the Software is
11
+ * furnished to do so, subject to the following conditions:</p>
12
+ *
13
+ * The above copyright notice and this permission notice shall be included in
14
+ * all copies or substantial portions of the Software.
15
+ *
16
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22
+ * THE SOFTWARE.
23
+ */
24
+ /** math-expression-evaluator version 1.2.16
25
+ Dated:2017-02-02 */
26
+ !function(a){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=a();else if("function"==typeof define&&define.amd)define([],a);else{var b;b="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,b.mexp=a()}}(function(){return function a(b,c,d){function e(g,h){if(!c[g]){if(!b[g]){var i="function"==typeof require&&require;if(!h&&i)return i(g,!0);if(f)return f(g,!0);var j=new Error("Cannot find module '"+g+"'");throw j.code="MODULE_NOT_FOUND",j}var k=c[g]={exports:{}};b[g][0].call(k.exports,function(a){var c=b[g][1][a];return e(c?c:a)},k,k.exports,a,b,c,d)}return c[g].exports}for(var f="function"==typeof require&&require,g=0;g<d.length;g++)e(d[g]);return e}({1:[function(a,b,c){var d=a("./postfix_evaluator.js");d.prototype.formulaEval=function(){"use strict";for(var a,b,c,d=[],e=this.value,f=0;f<e.length;f++)1===e[f].type||3===e[f].type?d.push({value:3===e[f].type?e[f].show:e[f].value,type:1}):13===e[f].type?d.push({value:e[f].show,type:1}):0===e[f].type?d[d.length-1]={value:e[f].show+("-"!=e[f].show?"(":"")+d[d.length-1].value+("-"!=e[f].show?")":""),type:0}:7===e[f].type?d[d.length-1]={value:(1!=d[d.length-1].type?"(":"")+d[d.length-1].value+(1!=d[d.length-1].type?")":"")+e[f].show,type:7}:10===e[f].type?(a=d.pop(),b=d.pop(),"P"===e[f].show||"C"===e[f].show?d.push({value:"<sup>"+b.value+"</sup>"+e[f].show+"<sub>"+a.value+"</sub>",type:10}):d.push({value:(1!=b.type?"(":"")+b.value+(1!=b.type?")":"")+"<sup>"+a.value+"</sup>",type:1})):2===e[f].type||9===e[f].type?(a=d.pop(),b=d.pop(),d.push({value:(1!=b.type?"(":"")+b.value+(1!=b.type?")":"")+e[f].show+(1!=a.type?"(":"")+a.value+(1!=a.type?")":""),type:e[f].type})):12===e[f].type&&(a=d.pop(),b=d.pop(),c=d.pop(),d.push({value:e[f].show+"("+c.value+","+b.value+","+a.value+")",type:12}));return d[0].value},b.exports=d},{"./postfix_evaluator.js":5}],2:[function(a,b,c){function d(a,b){for(var c=0;c<a.length;c++)a[c]+=b;return a}function e(a,b,c,d){for(var e=0;e<d;e++)if(a[c+e]!==b[e])return!1;return!0}var f=a("./math_function.js"),g=["sin","cos","tan","pi","(",")","P","C","asin","acos","atan","7","8","9","int","cosh","acosh","ln","^","root","4","5","6","/","!","tanh","atanh","Mod","1","2","3","*","sinh","asinh","e","log","0",".","+","-",",","Sigma","n","Pi","pow"],h=["sin","cos","tan","&pi;","(",")","P","C","asin","acos","atan","7","8","9","Int","cosh","acosh"," ln","^","root","4","5","6","&divide;","!","tanh","atanh"," Mod ","1","2","3","&times;","sinh","asinh","e"," log","0",".","+","-",",","&Sigma;","n","&Pi;","pow"],j=[f.math.sin,f.math.cos,f.math.tan,"PI","(",")",f.math.P,f.math.C,f.math.asin,f.math.acos,f.math.atan,"7","8","9",Math.floor,f.math.cosh,f.math.acosh,Math.log,Math.pow,Math.sqrt,"4","5","6",f.math.div,f.math.fact,f.math.tanh,f.math.atanh,f.math.mod,"1","2","3",f.math.mul,f.math.sinh,f.math.asinh,"E",f.math.log,"0",".",f.math.add,f.math.sub,",",f.math.sigma,"n",f.math.Pi,Math.pow],k={0:11,1:0,2:3,3:0,4:0,5:0,6:0,7:11,8:11,9:1,10:10,11:0,12:11,13:0},l=[0,0,0,3,4,5,10,10,0,0,0,1,1,1,0,0,0,0,10,0,1,1,1,2,7,0,0,2,1,1,1,2,0,0,3,0,1,6,9,9,11,12,13,12,8],m={0:!0,1:!0,3:!0,4:!0,6:!0,8:!0,9:!0,12:!0,13:!0},n={0:!0,1:!0,2:!0,3:!0,4:!0,5:!0,6:!0,7:!0,8:!0,9:!0,10:!0,11:!0,12:!0,13:!0},o={0:!0,3:!0,4:!0,8:!0,12:!0,13:!0},p={},q={0:!0,1:!0,3:!0,4:!0,6:!0,8:!0,12:!0,13:!0},r={1:!0},s=[[],["1","2","3","7","8","9","4","5","6","+","-","*","/","(",")","^","!","P","C","e","0",".",",","n"],["pi","ln","Pi"],["sin","cos","tan","Del","int","Mod","log","pow"],["asin","acos","atan","cosh","root","tanh","sinh"],["acosh","atanh","asinh","Sigma"]];f.addToken=function(a){for(i=0;i<a.length;i++){x=a[i].token.length;var b=-1;if(x<s.length)for(y=0;y<s[x].length;y++)if(a[i].token===s[x][y]){b=g.indexOf(s[x][y]);break}b===-1?(g.push(a[i].token),l.push(a[i].type),s.length<=a[i].token.length&&(s[a[i].token.length]=[]),s[a[i].token.length].push(a[i].token),j.push(a[i].value),h.push(a[i].show)):(g[b]=a[i].token,l[b]=a[i].type,j[b]=a[i].value,h[b]=a[i].show)}},f.lex=function(a,b){"use strict";var c,i,t,u,v=[{type:4,value:"(",show:"(",pre:0}],w=[],x=a,y=0,z=m,A=0,B=p,C="";"undefined"!=typeof b&&f.addToken(b);var D={};for(i=0;i<x.length;i++)if(" "!=x[i]){c="";a:for(t=x.length-i>s.length-2?s.length-1:x.length-i;t>0;t--)for(u=0;u<s[t].length;u++)if(e(x,s[t][u],i,t)){c=s[t][u];break a}if(i+=c.length-1,""===c)throw new f.exception("Can't understand after "+x.slice(i));var E=g.indexOf(c),F=c,G=l[E],H=j[E],I=k[G],J=h[E],K=v[v.length-1];for(L=w.length;L--;)if(0===w[L]&&[0,2,3,5,9,11,12,13].indexOf(G)!==-1){if(z[G]!==!0)throw new f.exception(c+" is not allowed after "+C);v.push({value:")",type:5,pre:0,show:")"}),z=n,B=q,d(w,-1).pop()}if(z[G]!==!0)throw new f.exception(c+" is not allowed after "+C);if(B[G]===!0&&(G=2,H=f.math.mul,J="&times;",I=3,i-=c.length),D={value:H,type:G,pre:I,show:J},0===G)z=m,B=p,d(w,2).push(2),v.push(D),v.push({value:"(",type:4,pre:0,show:"("});else if(1===G)1===K.type?(K.value+=H,d(w,1)):v.push(D),z=n,B=o;else if(2===G)z=m,B=p,d(w,2),v.push(D);else if(3===G)v.push(D),z=n,B=q;else if(4===G)y+=w.length,w=[],A++,z=m,B=p,v.push(D);else if(5===G){if(!A)throw new f.exception("Closing parenthesis are more than opening one, wait What!!!");for(;y--;)v.push({value:")",type:5,pre:0,show:")"});y=0,A--,z=n,B=q,v.push(D)}else if(6===G){if(K.hasDec)throw new f.exception("Two decimals are not allowed in one number");1!==K.type&&(K={value:0,type:1,pre:0},v.push(K),d(w,-1)),z=r,d(w,1),B=p,K.value+=H,K.hasDec=!0}else 7===G&&(z=n,B=q,d(w,1),v.push(D));8===G?(z=m,B=p,d(w,4).push(4),v.push(D),v.push({value:"(",type:4,pre:0,show:"("})):9===G?(9===K.type?K.value===f.math.add?(K.value=H,K.show=J,d(w,1)):K.value===f.math.sub&&"-"===J&&(K.value=f.math.add,K.show="+",d(w,1)):5!==K.type&&7!==K.type&&1!==K.type&&3!==K.type&&13!==K.type?"-"===F&&(z=m,B=p,d(w,2).push(2),v.push({value:f.math.changeSign,type:0,pre:21,show:"-"}),v.push({value:"(",type:4,pre:0,show:"("})):(v.push(D),d(w,2)),z=m,B=p):10===G?(z=m,B=p,d(w,2),v.push(D)):11===G?(z=m,B=p,v.push(D)):12===G?(z=m,B=p,d(w,6).push(6),v.push(D),v.push({value:"(",type:4,pre:0})):13===G&&(z=n,B=q,v.push(D)),d(w,-1),C=c}for(var L=w.length;L--;)0===w[L]&&(v.push({value:")",show:")",type:5,pre:3}),d(w,-1).pop());if(z[5]!==!0)throw new f.exception("complete the expression");for(;A--;)v.push({value:")",show:")",type:5,pre:3});return v.push({type:5,value:")",show:")",pre:0}),new f(v)},b.exports=f},{"./math_function.js":3}],3:[function(a,b,c){var d=function(a){this.value=a};d.math={isDegree:!0,acos:function(a){return d.math.isDegree?180/Math.PI*Math.acos(a):Math.acos(a)},add:function(a,b){return a+b},asin:function(a){return d.math.isDegree?180/Math.PI*Math.asin(a):Math.asin(a)},atan:function(a){return d.math.isDegree?180/Math.PI*Math.atan(a):Math.atan(a)},acosh:function(a){return Math.log(a+Math.sqrt(a*a-1))},asinh:function(a){return Math.log(a+Math.sqrt(a*a+1))},atanh:function(a){return Math.log((1+a)/(1-a))},C:function(a,b){var c=1,e=a-b,f=b;f<e&&(f=e,e=b);for(var g=f+1;g<=a;g++)c*=g;return c/d.math.fact(e)},changeSign:function(a){return-a},cos:function(a){return d.math.isDegree&&(a=d.math.toRadian(a)),Math.cos(a)},cosh:function(a){return(Math.pow(Math.E,a)+Math.pow(Math.E,-1*a))/2},div:function(a,b){return a/b},fact:function(a){if(a%1!==0)return"NAN";for(var b=1,c=2;c<=a;c++)b*=c;return b},inverse:function(a){return 1/a},log:function(a){return Math.log(a)/Math.log(10)},mod:function(a,b){return a%b},mul:function(a,b){return a*b},P:function(a,b){for(var c=1,d=Math.floor(a)-Math.floor(b)+1;d<=Math.floor(a);d++)c*=d;return c},Pi:function(a,b,c){for(var d=1,e=a;e<=b;e++)d*=Number(c.postfixEval({n:e}));return d},pow10x:function(a){for(var b=1;a--;)b*=10;return b},sigma:function(a,b,c){for(var d=0,e=a;e<=b;e++)d+=Number(c.postfixEval({n:e}));return d},sin:function(a){return d.math.isDegree&&(a=d.math.toRadian(a)),Math.sin(a)},sinh:function(a){return(Math.pow(Math.E,a)-Math.pow(Math.E,-1*a))/2},sub:function(a,b){return a-b},tan:function(a){return d.math.isDegree&&(a=d.math.toRadian(a)),Math.tan(a)},tanh:function(a){return d.sinha(a)/d.cosha(a)},toRadian:function(a){return a*Math.PI/180}},d.exception=function(a){this.message=a},b.exports=d},{}],4:[function(a,b,c){var d=a("./lexer.js");d.prototype.toPostfix=function(){"use strict";for(var a,b,c,e,f,g=[],h=[{value:"(",type:4,pre:0}],i=this.value,j=1;j<i.length;j++)if(1===i[j].type||3===i[j].type||13===i[j].type)1===i[j].type&&(i[j].value=Number(i[j].value)),g.push(i[j]);else if(4===i[j].type)h.push(i[j]);else if(5===i[j].type)for(;4!==(b=h.pop()).type;)g.push(b);else if(11===i[j].type){for(;4!==(b=h.pop()).type;)g.push(b);h.push(b)}else{a=i[j],e=a.pre,f=h[h.length-1],c=f.pre;var k="Math.pow"==f.value&&"Math.pow"==a.value;if(e>c)h.push(a);else{for(;c>=e&&!k||k&&e<c;)b=h.pop(),f=h[h.length-1],g.push(b),c=f.pre,k="Math.pow"==a.value&&"Math.pow"==f.value;h.push(a)}}return new d(g)},b.exports=d},{"./lexer.js":2}],5:[function(a,b,c){var d=a("./postfix.js");d.prototype.postfixEval=function(a){"use strict";a=a||{},a.PI=Math.PI,a.E=Math.E;for(var b,c,e,f=[],g=this.value,h="undefined"!=typeof a.n,i=0;i<g.length;i++)1===g[i].type?f.push({value:g[i].value,type:1}):3===g[i].type?f.push({value:a[g[i].value],type:1}):0===g[i].type?"undefined"==typeof f[f.length-1].type?f[f.length-1].value.push(g[i]):f[f.length-1].value=g[i].value(f[f.length-1].value):7===g[i].type?"undefined"==typeof f[f.length-1].type?f[f.length-1].value.push(g[i]):f[f.length-1].value=g[i].value(f[f.length-1].value):8===g[i].type?(b=f.pop(),c=f.pop(),f.push({type:1,value:g[i].value(c.value,b.value)})):10===g[i].type?(b=f.pop(),c=f.pop(),"undefined"==typeof c.type?(c.value=c.concat(b),c.value.push(g[i]),f.push(c)):"undefined"==typeof b.type?(b.unshift(c),b.push(g[i]),f.push(b)):f.push({type:1,value:g[i].value(c.value,b.value)})):2===g[i].type||9===g[i].type?(b=f.pop(),c=f.pop(),"undefined"==typeof c.type?(console.log(c),c=c.concat(b),c.push(g[i]),f.push(c)):"undefined"==typeof b.type?(b.unshift(c),b.push(g[i]),f.push(b)):f.push({type:1,value:g[i].value(c.value,b.value)})):12===g[i].type?(b=f.pop(),"undefined"!=typeof b.type&&(b=[b]),c=f.pop(),e=f.pop(),f.push({type:1,value:g[i].value(e.value,c.value,new d(b))})):13===g[i].type&&(h?f.push({value:a[g[i].value],type:3}):f.push([g[i]]));if(f.length>1)throw new d.exception("Uncaught Syntax error");return f[0].value>1e15?"Infinity":Number(f[0].value.toFixed(15)).toPrecision()},d.eval=function(a,b,c){return"undefined"==typeof b?this.lex(a).toPostfix().postfixEval():"undefined"==typeof c?"undefined"!=typeof b.length?this.lex(a,b).toPostfix().postfixEval():this.lex(a).toPostfix().postfixEval(b):this.lex(a,b).toPostfix().postfixEval(c)},b.exports=d},{"./postfix