diff --git a/.gitignore b/.gitignore index 9b0abbf4..681e9ce8 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ /tmp /out-tsc/ documentation +/site/ # Only exists if Bazel was run /bazel-out diff --git a/site/404.html b/site/404.html deleted file mode 100644 index 4417ae73..00000000 --- a/site/404.html +++ /dev/null @@ -1,242 +0,0 @@ - - - - - - - - - - - Funky Framadate Front end - - - - - - - - - - - - - - -
-
- -
-
-

404

-

Page not found

-
-
- - -
-
- - - - - - - - - - diff --git a/site/GETTING_STARTED/index.html b/site/GETTING_STARTED/index.html deleted file mode 100644 index 8bf4ef4e..00000000 --- a/site/GETTING_STARTED/index.html +++ /dev/null @@ -1,284 +0,0 @@ - - - - - - - - - - - Démarrer - Funky Framadate Front end - - - - - - - - - - - - - - -
-
-
-
- -
    - -
-

Pour débuter - getting started

-

Clonez le dépot, installez les dépendances, et lancez le serveur local qui se recharge lorsque vous sauvegardez des fichiers dans le dépot. Les fois suivantes vous n'aurez qu'a lancer yarn start.

-
# clone the repo
-git clone https://framagit.org/framasoft/framadate/funky-framadate-front.git
-cd funky-framadate-front
-# install yarn
-curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
-echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
-sudo apt-get update && sudo apt-get install yarn
-
-yarn install --pure-lockfile
-yarn start
-# and now check your browser http://localhost:4200
-
-

Pour interagir avec la base de données, il vous faudra également faire démarrer l'API Symfony de backend dans l'autre dépot, qui se lance par défaut sur le port 8000.

-

Pas de config docker

-

Nous n'avons pas actuellement de config docker qui solutionnerait tout ça, les merge request sont les bienvenues! :)

-
-
- - - - - - - - - - diff --git a/site/LICENSE.en/index.html b/site/LICENSE.en/index.html deleted file mode 100644 index f26e2ddd..00000000 --- a/site/LICENSE.en/index.html +++ /dev/null @@ -1,814 +0,0 @@ - - - - - - - - - - - LICENSE.en - Funky Framadate Front end - - - - - - - - - - - - - - -
-
-
-
- -
    - -
-

GNU AFFERO GENERAL PUBLIC LICENSE

-

Version 3, 19 November 2007

-

Copyright (C) 2007 Free Software Foundation, Inc. -https://fsf.org/

-

Everyone is permitted to copy and distribute verbatim copies of this -license document, but changing it is not allowed.

-

Preamble

-

The GNU Affero General Public License is a free, copyleft license for -software and other kinds of works, specifically designed to ensure -cooperation with the community in the case of network server software.

-

The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -our General Public Licenses are intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains -free software for all its users.

-

When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things.

-

Developers that use our General Public Licenses protect your rights -with two steps: (1) assert copyright on the software, and (2) offer -you this License which gives you legal permission to copy, distribute -and/or modify the software.

-

A secondary benefit of defending all users' freedom is that -improvements made in alternate versions of the program, if they -receive widespread use, become available for other developers to -incorporate. Many developers of free software are heartened and -encouraged by the resulting cooperation. However, in the case of -software used on network servers, this result may fail to come about. -The GNU General Public License permits making a modified version and -letting the public access it on a server without ever releasing its -source code to the public.

-

The GNU Affero General Public License is designed specifically to -ensure that, in such cases, the modified source code becomes available -to the community. It requires the operator of a network server to -provide the source code of the modified version running there to the -users of that server. Therefore, public use of a modified version, on -a publicly accessible server, gives the public access to the source -code of the modified version.

-

An older license, called the Affero General Public License and -published by Affero, was designed to accomplish similar goals. This is -a different license, not a version of the Affero GPL, but Affero has -released a new version of the Affero GPL which permits relicensing -under this license.

-

The precise terms and conditions for copying, distribution and -modification follow.

-

TERMS AND CONDITIONS

-

0. Definitions.

-

"This License" refers to version 3 of the GNU Affero General Public -License.

-

"Copyright" also means copyright-like laws that apply to other kinds -of works, such as semiconductor masks.

-

"The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations.

-

To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of -an exact copy. The resulting work is called a "modified version" of -the earlier work or a work "based on" the earlier work.

-

A "covered work" means either the unmodified Program or a work based -on the Program.

-

To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well.

-

To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user -through a computer network, with no transfer of a copy, is not -conveying.

-

An interactive user interface displays "Appropriate Legal Notices" to -the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion.

-

1. Source Code.

-

The "source code" for a work means the preferred form of the work for -making modifications to it. "Object code" means any non-source form of -a work.

-

A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language.

-

The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it.

-

The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work.

-

The Corresponding Source need not include anything that users can -regenerate automatically from other parts of the Corresponding Source.

-

The Corresponding Source for a work in source code form is that same -work.

-

2. Basic Permissions.

-

All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law.

-

You may make, run and propagate covered works that you do not convey, -without conditions so long as your license otherwise remains in force. -You may convey covered works to others for the sole purpose of having -them make modifications exclusively for you, or provide you with -facilities for running those works, provided that you comply with the -terms of this License in conveying all material for which you do not -control copyright. Those thus making or running the covered works for -you must do so exclusively on your behalf, under your direction and -control, on terms that prohibit them from making any copies of your -copyrighted material outside their relationship with you.

-

Conveying under any other circumstances is permitted solely under the -conditions stated below. Sublicensing is not allowed; section 10 makes -it unnecessary.

- -

No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures.

-

When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such -circumvention is effected by exercising rights under this License with -respect to the covered work, and you disclaim any intention to limit -operation or modification of the work as a means of enforcing, against -the work's users, your or third parties' legal rights to forbid -circumvention of technological measures.

-

4. Conveying Verbatim Copies.

-

You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program.

-

You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee.

-

5. Conveying Modified Source Versions.

-

You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these -conditions:

-
    -
  • a) The work must carry prominent notices stating that you modified - it, and giving a relevant date.
  • -
  • b) The work must carry prominent notices stating that it is - released under this License and any conditions added under - section 7. This requirement modifies the requirement in section 4 - to "keep intact all notices".
  • -
  • c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it.
  • -
  • d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so.
  • -
-

A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate.

-

6. Conveying Non-Source Forms.

-

You may convey a covered work in object code form under the terms of -sections 4 and 5, provided that you also convey the machine-readable -Corresponding Source under the terms of this License, in one of these -ways:

-
    -
  • a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange.
  • -
  • b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the Corresponding - Source from a network server at no charge.
  • -
  • c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b.
  • -
  • d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements.
  • -
  • e) Convey the object code using peer-to-peer transmission, - provided you inform other peers where the object code and - Corresponding Source of the work are being offered to the general - public at no charge under subsection 6d.
  • -
-

A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work.

-

A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, -family, or household purposes, or (2) anything designed or sold for -incorporation into a dwelling. In determining whether a product is a -consumer product, doubtful cases shall be resolved in favor of -coverage. For a particular product received by a particular user, -"normally used" refers to a typical or common use of that class of -product, regardless of the status of the particular user or of the way -in which the particular user actually uses, or expects or is expected -to use, the product. A product is a consumer product regardless of -whether the product has substantial commercial, industrial or -non-consumer uses, unless such uses represent the only significant -mode of use of the product.

-

"Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to -install and execute modified versions of a covered work in that User -Product from a modified version of its Corresponding Source. The -information must suffice to ensure that the continued functioning of -the modified object code is in no case prevented or interfered with -solely because modification has been made.

-

If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM).

-

The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or -updates for a work that has been modified or installed by the -recipient, or for the User Product in which it has been modified or -installed. Access to a network may be denied when the modification -itself materially and adversely affects the operation of the network -or violates the rules and protocols for communication across the -network.

-

Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying.

-

7. Additional Terms.

-

"Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions.

-

When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission.

-

Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders -of that material) supplement the terms of this License with terms:

-
    -
  • a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or
  • -
  • b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or
  • -
  • c) Prohibiting misrepresentation of the origin of that material, - or requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or
  • -
  • d) Limiting the use for publicity purposes of names of licensors - or authors of the material; or
  • -
  • e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or
  • -
  • f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions - of it) with contractual assumptions of liability to the recipient, - for any liability that these contractual assumptions directly - impose on those licensors and authors.
  • -
-

All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying.

-

If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms.

-

Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; the -above requirements apply either way.

-

8. Termination.

-

You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11).

-

However, if you cease all violation of this License, then your license -from a particular copyright holder is reinstated (a) provisionally, -unless and until the copyright holder explicitly and finally -terminates your license, and (b) permanently, if the copyright holder -fails to notify you of the violation by some reasonable means prior to -60 days after the cessation.

-

Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice.

-

Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10.

-

9. Acceptance Not Required for Having Copies.

-

You are not required to accept this License in order to receive or run -a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so.

-

10. Automatic Licensing of Downstream Recipients.

-

Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License.

-

An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts.

-

You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it.

-

11. Patents.

-

A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version".

-

A contributor's "essential patent claims" are all patent claims owned -or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License.

-

Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version.

-

In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party.

-

If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid.

-

If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it.

-

A patent license is "discriminatory" if it does not include within the -scope of its coverage, prohibits the exercise of, or is conditioned on -the non-exercise of one or more of the rights that are specifically -granted under this License. You may not convey a covered work if you -are a party to an arrangement with a third party that is in the -business of distributing software, under which you make payment to the -third party based on the extent of your activity of conveying the -work, and under which the third party grants, to any of the parties -who would receive the covered work from you, a discriminatory patent -license (a) in connection with copies of the covered work conveyed by -you (or copies made from those copies), or (b) primarily for and in -connection with specific products or compilations that contain the -covered work, unless you entered into that arrangement, or that patent -license was granted, prior to 28 March 2007.

-

Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law.

-

12. No Surrender of Others' Freedom.

-

If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under -this License and any other pertinent obligations, then as a -consequence you may not convey it at all. For example, if you agree to -terms that obligate you to collect a royalty for further conveying -from those to whom you convey the Program, the only way you could -satisfy both those terms and this License would be to refrain entirely -from conveying the Program.

-

13. Remote Network Interaction; Use with the GNU General Public License.

-

Notwithstanding any other provision of this License, if you modify the -Program, your modified version must prominently offer all users -interacting with it remotely through a computer network (if your -version supports such interaction) an opportunity to receive the -Corresponding Source of your version by providing access to the -Corresponding Source from a network server at no charge, through some -standard or customary means of facilitating copying of software. This -Corresponding Source shall include the Corresponding Source for any -work covered by version 3 of the GNU General Public License that is -incorporated pursuant to the following paragraph.

-

Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the work with which it is combined will remain governed by version -3 of the GNU General Public License.

-

14. Revised Versions of this License.

-

The Free Software Foundation may publish revised and/or new versions -of the GNU Affero General Public License from time to time. Such new -versions will be similar in spirit to the present version, but may -differ in detail to address new problems or concerns.

-

Each version is given a distinguishing version number. If the Program -specifies that a certain numbered version of the GNU Affero General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU Affero General Public License, you may choose any version ever -published by the Free Software Foundation.

-

If the Program specifies that a proxy can decide which future versions -of the GNU Affero General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program.

-

Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version.

-

15. Disclaimer of Warranty.

-

THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT -WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND -PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE -DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR -CORRECTION.

-

16. Limitation of Liability.

-

IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR -CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT -NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR -LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM -TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER -PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

-

17. Interpretation of Sections 15 and 16.

-

If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee.

-

END OF TERMS AND CONDITIONS

-

How to Apply These Terms to Your New Programs

-

If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these -terms.

-

To do so, attach the following notices to the program. It is safest to -attach them to the start of each source file to most effectively state -the exclusion of warranty; and each file should have at least the -"copyright" line and a pointer to where the full notice is found.

-
    <one line to give the program's name and a brief idea of what it does.>
-    Copyright (C) <year>  <name of author>
-
-    This program is free software: you can redistribute it and/or modify
-    it under the terms of the GNU Affero General Public License as
-    published by the Free Software Foundation, either version 3 of the
-    License, or (at your option) any later version.
-
-    This program is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU Affero General Public License for more details.
-
-    You should have received a copy of the GNU Affero General Public License
-    along with this program.  If not, see <https://www.gnu.org/licenses/>.
-
-

Also add information on how to contact you by electronic and paper -mail.

-

If your software can interact with users remotely through a computer -network, you should also make sure that it provides a way for users to -get its source. For example, if your program is a web application, its -interface could display a "Source" link that leads users to an archive -of the code. There are many ways you could offer source, and different -solutions will be better for different programs; see section 13 for -the specific requirements.

-

You should also get your employer (if you work as a programmer) or -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. For more information on this, and how to apply and follow -the GNU AGPL, see https://www.gnu.org/licenses/.

-
-
- - - - - - - - - - diff --git a/site/TODO/index.html b/site/TODO/index.html deleted file mode 100644 index b854ae79..00000000 --- a/site/TODO/index.html +++ /dev/null @@ -1,304 +0,0 @@ - - - - - - - - - - - en cours - Funky Framadate Front end - - - - - - - - - - - - - - -
-
- -
- -
    - -
-

Todo - liste des choses à faire

-

Idées pour de futures améliorations (pertinence à vérifier)

-
    -
  • Gagner en vie privée en chiffrant certaines informations ? Stockage zéro knowledge avec un chiffrement robuste à courbe elliptique.
  • -
  • À réfléchir : permettre à Framadate de faire entrer à des gens plusieurs plages de temps de disponibilité et le service déduit quelles sont les plages de temps favorables (calcul d'intersection sur des lignes discontinues). Cela pourrait être avec divers niveaux de détail. Comme https://omnipointment.com/ (qui est un logiciel privateur)
  • -
  • SSO du fédiverse ?
  • -
-

Tableau des avancements

-

https://framagit.org/framasoft/framadate/funky-framadate-front/-/boards

-

Choses faites

-

voir le [changelog.md] -Les idées et rapports de bugs sont disponibles dans le tableau des Issues sur la forge logicielle.

-

principales

-
    -
  • Accessibilité renforcée.
  • -
  • Adapté aussi bien sur mobile que grands écrans à haute ou faible densité de pixels.
  • -
  • Tests unitaires et end-to-end.
  • -
  • Couverture de test.
  • -
  • Choix de réponses possibles. Proposer de ne répondre que « oui » ou rien, ou aller dans la nuance en proposant « oui », « peut-être », « non », « ? ». # Redondance ou le choix de réponses possibles de la première phrase concerne un autre choix ?
  • -
  • Insertion d'images dans le sondage de type texte, avec des URL uniquement. Une seule image par title possible ou rien.
  • -
  • Thème sombre.
  • -
  • Duplication de sondage à partir d'un autre.
  • -
  • Limiter le nombre de participants maximum
  • -
-
-
- - - - - - - - - - diff --git a/site/admin-guide/install.txt b/site/admin-guide/install.txt deleted file mode 100644 index 25267fe2..00000000 --- a/site/admin-guide/install.txt +++ /dev/null @@ -1 +0,0 @@ -# Installation diff --git a/site/admin-guide/requirements.txt b/site/admin-guide/requirements.txt deleted file mode 100644 index e69de29b..00000000 diff --git a/site/angular/index.html b/site/angular/index.html deleted file mode 100644 index f7497cfd..00000000 --- a/site/angular/index.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - - - - - - Angular - Funky Framadate Front end - - - - - - - - - - - - - - -
-
-
-
- -
    - -
-

Angular

-

All doc for Angular is available under https://www.angular.io

-

Code scaffolding

-

Run ng generate component component-choice_label to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

-

Build

-

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

-

Running unit tests

-

Run ng test to execute the unit tests via Karma.

-

Running end-to-end tests

-

Run ng e2e to execute the end-to-end tests via Protractor.

-

Further help

-

Before using ng for the first time in this project, use npm i to install needed npm modules.

-

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

-
-
- - - - - - - - - - diff --git a/site/cadrage/accessibility/index.html b/site/cadrage/accessibility/index.html deleted file mode 100644 index 4cabd61a..00000000 --- a/site/cadrage/accessibility/index.html +++ /dev/null @@ -1,281 +0,0 @@ - - - - - - - - - - - Accessibilité - Funky Framadate Front end - - - - - - - - - - - - - - -
-
-
-
- -
    - -
-

Accessibilité

-

Vérifiez toujours que ce que vous développez est Accessible pour des personnes aux handicaps divers tels que le préconise le WECAG. -https://www.w3.org/Translations/WCAG20-fr/

-

Quelques lignes à vérifier: -* Couleurs contrastées -* ordre des liens cohérent -* textes des liens éloquents -* textes alternatifs aux images les décrivant -* possibilité de changer la taille des textes et le thème visuel -* couleurs lisibles pour les personnes daltoniennes -* raccourcis claviers. alt+t pour passer a un autre thème visuel par exemple. -* attributs aria pour les lecteurs d'écran -* performance de chargement pour les petits débits -* server side rendering -* pas d'éléments perdus en dehors de l'écran, faites du mobile first -* parcimonie: si un élément n'est pas prévu pour être montré sur petit écran, ne le mettez pas sur grand écran sous prétexte qu'il y a plus de place. -* less is more -* système de recherche basique

-

N'ayez pas peur de demander de l'aide

-
-
- - - - - - - - - - diff --git a/site/cadrage/architecture/index.html b/site/cadrage/architecture/index.html deleted file mode 100644 index f7506ff4..00000000 --- a/site/cadrage/architecture/index.html +++ /dev/null @@ -1,279 +0,0 @@ - - - - - - - - - - - Architecture - Funky Framadate Front end - - - - - - - - - - - - - - -
-
-
-
- -
    - -
-

Architecture de Framadate

-
    -
  • Documentation de référence dans le dossier "doc" de ce dépot.
  • -
  • Frontend généré avec Angular CLI
  • -
  • chaque commit sur ce dépot passe les contrôles de format de Husky avant de pouvoir être envoyé.
  • -
  • Doc sur l'api du nouveau backend à utiliser pour les appels REST du front funky : https://framagit.org/tykayn/date-poll-api/wikis/home - toujours se référer à la sortie de la commande de symfony bin/console debug:router du dépot back.
  • -
-

ancien backend en PHP sans framework ici pour mémoire : https://framagit.org/framasoft/framadate/framadate

-

Schéma de base de données du backend

-

https://framagit.org/framasoft/framadate/funky-framadate-front/-/wikis/uploads/9d9a82cc6d7c6efea073b64d3667dc9b/framadate-api.png

-

png créé avec sqlfairy https://www.cipherbliss.com/exporter-une-visualisation-de-son-schma-sql/

-
-
- - - - - - - - - - diff --git a/site/cadrage/backend-api-endpoints-doc.txt b/site/cadrage/backend-api-endpoints-doc.txt deleted file mode 100644 index 7926807c..00000000 --- a/site/cadrage/backend-api-endpoints-doc.txt +++ /dev/null @@ -1,56 +0,0 @@ -# temporary documentation of backend API endpoints - - ------------------------------------------ ---------- -------- ------ ------------------------------------------------ - Name Method Scheme Host Path - ------------------------------------------ ---------- -------- ------ ------------------------------------------------ - _twig_error_test ANY ANY ANY /_error/{code}.{_format} - admin_homepage_get_default GET ANY ANY /admin/ - admin_homepage_clean_expired_polls GET ANY ANY /admin/polls/clean/{token} - admin_homepage_migrate_framadate GET ANY ANY /admin/polls/migrate - api_get_poll_comment GET ANY ANY /api/v1/poll/{id}/comments - api_new_comment POST ANY ANY /api/v1/poll/{id}/comment - api_poll_comments_delete DELETE ANY ANY /api/v1/poll/{id}/comments - api_page_home GET ANY ANY /page/ - user_homepageget_default GET ANY ANY /user/ - user_homepage_polls_send_by_email GET ANY ANY /user/{email}/polls/send-by-email - poll_index GET ANY ANY /poll/ - poll_new GET|POST ANY ANY /poll/new - poll_show GET ANY ANY /poll/{id} - poll_edit GET|POST ANY ANY /poll/{id}/edit - poll_delete DELETE ANY ANY /poll/{id} - api_new_vote_stack POST ANY ANY /api/v1/poll/{id}/answer - api_update_vote_stack PATCH ANY ANY /api/v1/vote-stack/{id}/token/{modifierToken} - api_poll_votes_delete DELETE ANY ANY /api/v1/poll/{id}/votes/{accessToken} - api_get_all_polls GET ANY ANY /api/v1/poll/ - api_get_poll GET ANY ANY /api/v1/poll/{id} - api_update_poll PUT ANY ANY /api/v1/poll/{id}/{token} - api_new_poll POST ANY ANY /api/v1/poll/ - api_test-mail-poll GET ANY ANY /api/v1/poll/mail/test-mail-poll/{emailChoice} - api_poll_delete DELETE ANY ANY /api/v1/poll/{id} - api_check_slug_is_unique GET ANY ANY /api/v1/poll/slug/{slug} - api_get_admin_config GET ANY ANY /api/v1/poll/admin/{token} - overblog_graphql_endpoint ANY ANY ANY /api/graphql/ - overblog_graphql_batch_endpoint ANY ANY ANY /api/graphql/batch - overblog_graphql_multiple_endpoint ANY ANY ANY /api/graphql/graphql/{schemaName} - overblog_graphql_batch_multiple_endpoint ANY ANY ANY /api/graphql/graphql/{schemaName}/batch - app.swagger GET ANY ANY /api/doc.json - ------------------------------------------ ---------- -------- ------ ------------------------------------------------ - - -/** - * WANTED CHANGES (seraf) - * -------------------------- -------- -------- ------ ------------------------------------------------ - Name Method Scheme Host Path - -------------------------- -------- -------- ------ ------------------------------------------------ - api_get_poll_comment GET ANY ANY /polls/{id}/comment - api_delete_poll_comments DELETE ANY ANY /polls/{id}/comment - api_user_polls_send_by_email GET ANY ANY /users/{email}/polls/send-by-email - api_get_user_polls GET ANY ANY /users/{email}/polls - api_get_poll_slug GET ANY ANY /polls/slug/{id}/{token} - api_clean_expired_polls GET ANY ANY /admin/clean-polls/{token} - - api_test-mail-polls GET ANY ANY /polls/mail/test-mail-polls/{emailChoice} - api_update_vote_stack PATCH ANY ANY /polls/{slug}/answers/{pseudo}/token/{modifierToken} - - -------------------------- -------- -------- ------ ------------------------------------------------ - */ diff --git a/site/cadrage/i18n/index.html b/site/cadrage/i18n/index.html deleted file mode 100644 index d9deedc4..00000000 --- a/site/cadrage/i18n/index.html +++ /dev/null @@ -1,276 +0,0 @@ - - - - - - - - - - - Traduction - Funky Framadate Front end - - - - - - - - - - - - - - -
-
-
-
- -
    - -
-

Internationalisation - i18n

-

Toutes les chaînes de texte doivent être disponible en minimum deux langues: Français et Anglais.

-

La documentation a été pensée pour être compréhensible en premier lieu par des personnes francophones, le projet étant issu de Framasoft et de personnes uniquement Francophones, nous avons jugé que c'était le moyen le plus efficace pour le faire grandir.

-

Voir les fichiers src/assets/i18n EN.json et FR.json -La traduction se base sur un système de clés-valeur. -Les clés sont entrées dans les templates html, et c'est la config d'Angular qui les traduit selon la langue demandée par le visiteur du site.

-

Chaque fichier de traduction est déclaré dans le AppModule avec le module @ngx-translate. Examinez l'exemple pour rajouter votre propre traduction.

-

Utilisez des sous groupes dans vos traductions afin de mieux segmenter les chaines de caractère par page et selon le sens qu'elles sous tendent.

-

Traduction de la documentation mkdocs

-

voir ici https://www.mkdocs.org/user-guide/configuration/#lang

-
-
- - - - - - - - - - diff --git a/site/cadrage/specifications-fonctionnelles/index.html b/site/cadrage/specifications-fonctionnelles/index.html deleted file mode 100644 index 6b9ec815..00000000 --- a/site/cadrage/specifications-fonctionnelles/index.html +++ /dev/null @@ -1,396 +0,0 @@ - - - - - - - - - - - Spécifications - Funky Framadate Front end - - - - - - - - - - - - - - -
-
- -
- -
    - -
-

Spécifications fonctionnelles de Framadate

-

[[TOC]]

-

Glossaire

- - - - - - - - - - - - - - - - - - - - - - - - - -
TermeSignification
CréateurPersonne ayant créé le sondage
ParticipantPersonne invitée à participer ou ayant participé
ArchivageEmpêcher votes et commentaires mais conserver les résultats
SlugPartie le l'URL identifiant un sondage de manière unique
-

Fonctionnalités actuellement dans framadate legacy et à conserver

-

Généralités

-

Il existe deux types de sondage. Le type « dates » est adapté à la proposition de dates (voir §plages horaires) et le type « texte », plus généraliste, ne contient que du texte. Ce choix est l'un des premiers choix effectués lors de la création d'un nouveau sondage.

-

Deux types d'acteurs sont distingués : la personne ayant créé le sondage et les personnes qui répondent au sondage. Ces deux types d'acteurs n'ont pas les mêmes droits sur le sondage : la personne ayant créé le sondage est la seule ayant des droits d'administration sur celui-ci, en plus des droits des participants. En particulier, les droits d'administration permettent d'ajuster les droits des participants.

-

Création d'un sondage

-

Il est nécessaire de fournir un email lors de la création du sondage. Cela permet aux créateurs de sondages de pouvoir obtenir via email la liste des sondages qu'ils ont créés.

-

Il est possible de choisir le slug dans l'URL du sondage, à condition que ce slug soit disponible.

-

Le sondage reste modifiable après sa création.

-

Plages horaires

-

Les sondages de type « dates » permettent de proposer des jours et des plages horaires pour chaque journée.

-

Pour faciliter la saisie des dates proposées, il est demandé si les plages horaires sont les mêmes chaque jour ou si elles sont différentes selon les jours. Dans le premier cas, les plages horaires sont demandées uniquement pour le premier jour et sont automatiquement reproduites sur les autres jours.

-

Toujours pour faciliter la saisie des propositions, il est possible d'ajouter plusieurs jours consécutifs en sélectionnant le premier et le dernier jour plutôt qu'en sélectionnant chaque jour un à un.

-

Participation à un sondage

-

Votes

-

Les participants n'ont pas besoin de créer un compte ou de fournir leur email pour participer à un sondage.

-

Le créateur du sondage peut protéger le sondage par un mot de passe. Sans ce mot de passe, il est impossible de voir le sondage, donc impossible d'y voter. Attention cependant, le sondage est stocké en clair dans la base de données et ne bénéficie donc d'aucun chiffrement. # Le mot de passe, lui, est-il chiffré ?

-

Le créateur du sondage choisit de permettre ou non les modifications des votes sur le sondage. Il a le choix entre les trois formules suivantes :

-
    -
  • ne pas permettre de modifier de réponse ;
  • -
  • permettre de modifier uniquement sa propre réponse a un sondage (modalités d'identification encore non déterminées) ;
  • -
  • permettre de modifier toute réponse à un sondage (y compris celles des autres).
  • -
-

Commentaires

-

Les participants au sondage ont la possibilité de créer des commentaires sur le sondage. Seule la personne ayant les droits d'administration sur le sondage peut modifier les commentaires.

-

Résultats

-

Selon la configuration du sondage, les résultats peuvent n'être accessibles qu'à la personne ayant un accès d'administration ou bien être publics. Les personnes pouvant accéder aux résultats du sondage peuvent exporter ces résultats au format CSV.

-

Emails

-

Lorsqu'une personne crée un sondage, un email reprenant les informations du sondage ainsi que les URL uniques servant à le modifier (lien d'administration) et à y participer (lien à transmettre aux participants) lui est envoyé. De plus, elle peut choisir de recevoir des emails lors d'un nouveau vote ou commentaire sur le sondage.

-

Une personne ayant créé au moins un sondage peut demander à recevoir par email la liste des sondages qu'elle a créés en utilisant cette adresse email.

-

Stockage et export de données

-

Les données sont stockées en clair sur le serveur. L'archivage (resp. suppression) automatique des sondages est effectué via cronjob 90 (resp. 120) jours après sa création. Il est possible pour l'administrateur d'un sondage de modifier la durée avant archivage et la suppression automatique suit toujours de 30 jours la date d'archivage.

-

L'export d'un sondage et des résultats d'un sondage est possible au format CSV.

-

Nouveautés principales

-
    -
  • Accessibilité renforcée.
  • -
  • Traduction dynamique de toutes les phrases en choisissant la langue dans le menu.
  • -
  • Adapté aussi bien sur mobile que grands écrans à haute ou faible densité de pixels.
  • -
  • Anti-spam de commentaires.
  • -
  • Anti-spam de vote.
  • -
  • Tests unitaires et end-to-end.
  • -
  • Couverture de test.
  • -
-

Nouveautés secondaires

-
    -
  • Choix de réponses possibles. Proposer de ne répondre que « oui » ou rien, ou aller dans la nuance en proposant « oui », « peut-être », « non », « ? ». # Redondance ou le choix de réponses possibles de la première phrase concerne un autre choix ?
  • -
  • Insertion d'images dans le sondage de type texte, avec des URL uniquement. Une seule image par title possible ou rien.
  • -
  • Thème sombre.
  • -
  • Boutons pour copier dans le presse-papier les liens publics et privés / admin des sondages.
  • -
  • Limiter le nombre de participants maximum
  • -
-

Idées pour de futures améliorations (pertinence à vérifier)

-
    -
  • Gagner en vie privée en chiffrant certaines informations ?
  • -
  • À réfléchir : permettre à Framadate de faire entrer à des gens plusieurs plages de temps de disponibilité et le service déduit quelles sont les plages de temps favorables (calcul d'intersection sur des lignes discontinues). Cela pourrait être avec divers niveaux de détail. Comme https://omnipointment.com/ (qui est un logiciel privateur)
  • -
  • SSO du fédiverse ?
  • -
-
-
- - - - - - - - - - diff --git a/site/changelog/index.html b/site/changelog/index.html deleted file mode 100644 index 6ff0e79f..00000000 --- a/site/changelog/index.html +++ /dev/null @@ -1,269 +0,0 @@ - - - - - - - - - - - Changelog - Funky Framadate Front end - - - - - - - - - - - - - - -
-
-
-
- -
    - -
-

Change log

-

2021-05-17

-

Documentation générée avec mkdocs

-
-
- - - - - - - - - - diff --git a/site/css/base.css b/site/css/base.css deleted file mode 100644 index 18bc27ee..00000000 --- a/site/css/base.css +++ /dev/null @@ -1,260 +0,0 @@ -html { - /* The nav header is 3.40625rem + 2px high, plus 20px for the margin-top of - the main container. */ - scroll-padding-top: calc(3.40625rem + 2px + 20px); -} - -body > .container { - margin-top: 20px; -} - -.navbar.fixed-top { - position: -webkit-sticky; - position: sticky; -} - -.source-links { - float: right; -} - -.col-md-9 img { - max-width: 100%; -} - -pre, code { - background: #3A3F44; - color: #bababa; - border: 1px solid rgba(0,0,0,0.6); - border-radius: 0.25rem; -} - -pre { - padding: 0.5em; -} - -code { - padding: 1px 3px; -} - -pre code { - border: none; - /* Override styles from hljs theme */ - background: transparent !important; - padding: 0 !important; -} - -a code { - color: #fff; -} - -a:hover code { - color: #d9d9d9; -} - -kbd { - padding: 2px 4px; - font-size: 90%; - color: #fff; - background-color: #333; - border-radius: 3px; - -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25); - box-shadow: inset 0 -1px 0 rgba(0,0,0,.25); -} - -footer { - margin-top: 30px; - margin-bottom: 10px; - text-align: center; - font-weight: 200; -} - -.modal-dialog { - margin-top: 60px; -} - -/* Style the admonitions. */ - -.admonition { - margin-bottom: 1rem; - border: 1px solid rgba(0,0,0,0.6); - border-radius: 0.25rem; -} - -.admonition > .admonition-title { - margin: 0; - padding: 0.75rem 1rem; - background: #32383e; - border-bottom: 1px solid rgba(0,0,0,0.6); - border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; - font-size: 1rem; -} - -.admonition > * { - margin-left: 1rem; - margin-right: 1rem; -} - -.admonition > *:not(.admonition-title):first-of-type, -.admonition > .admonition-title + * { - margin-top: 1rem; -} - -.admonition > *:last-child { - margin-bottom: 1rem; -} - -/* Style each kind of admonition. */ - -.admonition.note > .admonition-title { - background: #5bc0de; - color: #fff; -} - -.admonition.warning > .admonition-title { - background: #f89406; - color: #fff; -} - -.admonition.danger > .admonition-title { - background: #ee5f5b; - color: #fff; -} - -/* - * Side navigation - * - * Scrollspy and affixed enhanced navigation to highlight sections and secondary - * sections of docs content. - */ - -.bs-sidebar.affix { - position: -webkit-sticky; - position: sticky; - /* The nav header is 3.40625rem + 2px high, plus 20px for the margin-top of - the main container. */ - top: calc(3.40625rem + 2px + 20px); -} - -.bs-sidebar.card { - padding: 0; -} - -/* Toggle (vertically flip) sidebar collapse icon */ -.bs-sidebar .navbar-toggler span { - -moz-transform: scale(1, -1); - -webkit-transform: scale(1, -1); - -o-transform: scale(1, -1); - -ms-transform: scale(1, -1); - transform: scale(1, -1); -} - -.bs-sidebar .navbar-toggler.collapsed span { - -moz-transform: scale(1, 1); - -webkit-transform: scale(1, 1); - -o-transform: scale(1, 1); - -ms-transform: scale(1, 1); - transform: scale(1, 1); -} - -/* First level of nav */ -.bs-sidebar > .navbar-collapse > .nav { - padding-top: 10px; - padding-bottom: 10px; - border-radius: 5px; - width: 100%; -} - -/* All levels of nav */ -.bs-sidebar .nav > li > a { - display: block; - padding: 5px 20px; - z-index: 1; -} -.bs-sidebar .nav > li > a:hover, -.bs-sidebar .nav > li > a:focus { - text-decoration: none; - border-right: 1px solid; -} -.bs-sidebar .nav > li > a.active, -.bs-sidebar .nav > li > a.active:hover, -.bs-sidebar .nav > li > a.active:focus { - font-weight: bold; - background-color: transparent; - border-right: 1px solid; -} - -.bs-sidebar .nav .nav .nav { - margin-left: 1em; -} - -.bs-sidebar .nav > li > a { - font-weight: bold; -} - -.bs-sidebar .nav .nav > li > a { - font-weight: normal; -} - -.headerlink { - display: none; - padding-left: .5em; -} - -h1:hover .headerlink, h2:hover .headerlink, h3:hover .headerlink, h4:hover .headerlink, h5:hover .headerlink, h6:hover .headerlink{ - display:inline-block; -} - -@media (max-width: 991.98px) { - .navbar-collapse.show { - overflow-y: auto; - max-height: calc(100vh - 3.40625rem - 2px); - } -} - -.dropdown-item.open { - color: #fff; - background-color: #272B30; -} - -.dropdown-submenu > .dropdown-menu { - margin: 0 0 0 1.5rem; - padding: 0; - border-width: 0; -} - -.dropdown-submenu > a::after { - display: block; - content: " "; - float: right; - width: 0; - height: 0; - border-color: transparent; - border-style: solid; - border-width: 5px 0 5px 5px; - border-left-color: #999999; - margin-top: 5px; - margin-right: -10px; -} - -.dropdown-submenu:hover > a::after { - border-left-color: #fff; -} - -@media (min-width: 992px) { - .dropdown-menu { - overflow-y: auto; - max-height: calc(100vh - 3.40625rem - 2px - 10px); - } - - .dropdown-submenu { - position: relative; - } - - .dropdown-submenu > .dropdown-menu { - position: fixed !important; - margin-top: -9px; - margin-left: -2px; - border-width: 1px; - padding: 0.5rem 0; - } -} diff --git a/site/css/bootstrap.min.css b/site/css/bootstrap.min.css deleted file mode 100644 index c7b4f263..00000000 --- a/site/css/bootstrap.min.css +++ /dev/null @@ -1,12 +0,0 @@ -/*! - * Bootswatch v4.4.1 - * Homepage: https://bootswatch.com - * Copyright 2012-2019 Thomas Park - * Licensed under MIT - * Based on Bootstrap -*//*! - * Bootstrap v4.4.1 (https://getbootstrap.com/) - * Copyright 2011-2019 The Bootstrap Authors - * Copyright 2011-2019 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */:root{--blue: #007bff;--indigo: #6610f2;--purple: #6f42c1;--pink: #e83e8c;--red: #ee5f5b;--orange: #fd7e14;--yellow: #f89406;--green: #62c462;--teal: #20c997;--cyan: #5bc0de;--white: #fff;--gray: #7A8288;--gray-dark: #3A3F44;--primary: #3A3F44;--secondary: #7A8288;--success: #62c462;--info: #5bc0de;--warning: #f89406;--danger: #ee5f5b;--light: #e9ecef;--dark: #272B30;--breakpoint-xs: 0;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1200px;--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-size:0.9375rem;font-weight:400;line-height:1.5;color:#aaa;text-align:left;background-color:#272B30}[tabindex="-1"]:focus:not(:focus-visible){outline:0 !important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#fff;text-decoration:none;background-color:transparent}a:hover{color:#d9d9d9;text-decoration:underline}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:0.75rem;padding-bottom:0.75rem;color:#7A8288;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:0.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none}input[type="radio"],input[type="checkbox"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px;-webkit-appearance:none}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none !important}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:0.5rem;font-weight:500;line-height:1.2}h1,.h1{font-size:2.34375rem}h2,.h2{font-size:1.875rem}h3,.h3{font-size:1.640625rem}h4,.h4{font-size:1.40625rem}h5,.h5{font-size:1.171875rem}h6,.h6{font-size:0.9375rem}.lead{font-size:1.171875rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,0.1)}small,.small{font-size:80%;font-weight:400}mark,.mark{padding:0.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:0.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.171875rem}.blockquote-footer{display:block;font-size:80%;color:#7A8288}.blockquote-footer::before{content:"\2014\00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:0.25rem;background-color:#272B30;border:1px solid #dee2e6;border-radius:0.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:0.5rem;line-height:1}.figure-caption{font-size:90%;color:#7A8288}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:0.2rem 0.4rem;font-size:87.5%;color:#fff;background-color:#272B30;border-radius:0.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:inherit}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container{max-width:540px}}@media (min-width: 768px){.container{max-width:720px}}@media (min-width: 992px){.container{max-width:960px}}@media (min-width: 1200px){.container{max-width:1140px}}.container-fluid,.container-sm,.container-md,.container-lg,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container,.container-sm{max-width:540px}}@media (min-width: 768px){.container,.container-sm,.container-md{max-width:720px}}@media (min-width: 992px){.container,.container-sm,.container-md,.container-lg{max-width:960px}}@media (min-width: 1200px){.container,.container-sm,.container-md,.container-lg,.container-xl{max-width:1140px}}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*="col-"]{padding-right:0;padding-left:0}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}@media (min-width: 576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}}@media (min-width: 768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-md-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}}@media (min-width: 992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}}@media (min-width: 1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}}.table{width:100%;margin-bottom:1rem;color:#fff}.table th,.table td{padding:0.75rem;vertical-align:top;border-top:1px solid rgba(0,0,0,0.6)}.table thead th{vertical-align:bottom;border-bottom:2px solid rgba(0,0,0,0.6)}.table tbody+tbody{border-top:2px solid rgba(0,0,0,0.6)}.table-sm th,.table-sm td{padding:0.3rem}.table-bordered{border:1px solid rgba(0,0,0,0.6)}.table-bordered th,.table-bordered td{border:1px solid rgba(0,0,0,0.6)}.table-bordered thead th,.table-bordered thead td{border-bottom-width:2px}.table-borderless th,.table-borderless td,.table-borderless thead th,.table-borderless tbody+tbody{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,0.05)}.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,0.075)}.table-primary,.table-primary>th,.table-primary>td{background-color:#c8c9cb}.table-primary th,.table-primary td,.table-primary thead th,.table-primary tbody+tbody{border-color:#999b9e}.table-hover .table-primary:hover{background-color:#bbbcbf}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#bbbcbf}.table-secondary,.table-secondary>th,.table-secondary>td{background-color:#dadcde}.table-secondary th,.table-secondary td,.table-secondary thead th,.table-secondary tbody+tbody{border-color:#babec1}.table-hover .table-secondary:hover{background-color:#cdcfd2}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#cdcfd2}.table-success,.table-success>th,.table-success>td{background-color:#d3eed3}.table-success th,.table-success td,.table-success thead th,.table-success tbody+tbody{border-color:#ade0ad}.table-hover .table-success:hover{background-color:#c1e7c1}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#c1e7c1}.table-info,.table-info>th,.table-info>td{background-color:#d1edf6}.table-info th,.table-info td,.table-info thead th,.table-info tbody+tbody{border-color:#aadeee}.table-hover .table-info:hover{background-color:#bce5f2}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#bce5f2}.table-warning,.table-warning>th,.table-warning>td{background-color:#fde1b9}.table-warning th,.table-warning td,.table-warning thead th,.table-warning tbody+tbody{border-color:#fbc77e}.table-hover .table-warning:hover{background-color:#fcd6a0}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#fcd6a0}.table-danger,.table-danger>th,.table-danger>td{background-color:#fad2d1}.table-danger th,.table-danger td,.table-danger thead th,.table-danger tbody+tbody{border-color:#f6acaa}.table-hover .table-danger:hover{background-color:#f8bcba}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f8bcba}.table-light,.table-light>th,.table-light>td{background-color:#f9fafb}.table-light th,.table-light td,.table-light thead th,.table-light tbody+tbody{border-color:#f4f5f7}.table-hover .table-light:hover{background-color:#eaedf1}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#eaedf1}.table-dark,.table-dark>th,.table-dark>td{background-color:#c3c4c5}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#8f9193}.table-hover .table-dark:hover{background-color:#b6b7b8}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b6b7b8}.table-active,.table-active>th,.table-active>td{background-color:rgba(255,255,255,0.075)}.table-hover .table-active:hover{background-color:rgba(242,242,242,0.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(242,242,242,0.075)}.table .thead-dark th{color:#fff;background-color:#3A3F44;border-color:rgba(0,0,0,0.6)}.table .thead-light th{color:#52575C;background-color:#e9ecef;border-color:rgba(0,0,0,0.6)}.table-dark{color:#fff;background-color:#3A3F44}.table-dark th,.table-dark td,.table-dark thead th{border-color:rgba(0,0,0,0.6)}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,0.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,0.075)}@media (max-width: 575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width: 767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width: 991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width: 1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + 1.5rem + 2px);padding:0.75rem 1rem;font-size:0.9375rem;font-weight:400;line-height:1.5;color:#52575C;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:0.25rem;-webkit-transition:border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-control{-webkit-transition:none;transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #52575C}.form-control:focus{color:#52575C;background-color:#fff;border-color:#757f89;outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(58,63,68,0.25);box-shadow:0 0 0 0.2rem rgba(58,63,68,0.25)}.form-control::-webkit-input-placeholder{color:#7A8288;opacity:1}.form-control::-ms-input-placeholder{color:#7A8288;opacity:1}.form-control::placeholder{color:#7A8288;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#ccc;opacity:1}select.form-control:focus::-ms-value{color:#52575C;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(0.75rem + 1px);padding-bottom:calc(0.75rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + 1px);padding-bottom:calc(0.5rem + 1px);font-size:1.171875rem;line-height:1.5}.col-form-label-sm{padding-top:calc(0.25rem + 1px);padding-bottom:calc(0.25rem + 1px);font-size:0.8203125rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:0.75rem 0;margin-bottom:0;font-size:0.9375rem;line-height:1.5;color:#aaa;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + 0.5rem + 2px);padding:0.25rem 0.5rem;font-size:0.8203125rem;line-height:1.5;border-radius:0.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:0.5rem 1rem;font-size:1.171875rem;line-height:1.5;border-radius:0.3rem}select.form-control[size],select.form-control[multiple]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:0.25rem}.form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*="col-"]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:0.3rem;margin-left:-1.25rem}.form-check-input[disabled] ~ .form-check-label,.form-check-input:disabled ~ .form-check-label{color:#7A8288}.form-check-label{margin-bottom:0}.form-check-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:0.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:0.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:80%;color:#62c462}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:0.25rem 0.5rem;margin-top:.1rem;font-size:0.8203125rem;line-height:1.5;color:#fff;background-color:rgba(98,196,98,0.9);border-radius:0.25rem}.was-validated :valid ~ .valid-feedback,.was-validated :valid ~ .valid-tooltip,.is-valid ~ .valid-feedback,.is-valid ~ .valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:#62c462;padding-right:calc(1.5em + 1.5rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2362c462' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.375rem) center;background-size:calc(0.75em + 0.75rem) calc(0.75em + 0.75rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#62c462;-webkit-box-shadow:0 0 0 0.2rem rgba(98,196,98,0.25);box-shadow:0 0 0 0.2rem rgba(98,196,98,0.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + 1.5rem);background-position:top calc(0.375em + 0.375rem) right calc(0.375em + 0.375rem)}.was-validated .custom-select:valid,.custom-select.is-valid{border-color:#62c462;padding-right:calc(0.75em + 3.125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%233A3F44' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2362c462' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 2rem/calc(0.75em + 0.75rem) calc(0.75em + 0.75rem)}.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus{border-color:#62c462;-webkit-box-shadow:0 0 0 0.2rem rgba(98,196,98,0.25);box-shadow:0 0 0 0.2rem rgba(98,196,98,0.25)}.was-validated .form-check-input:valid ~ .form-check-label,.form-check-input.is-valid ~ .form-check-label{color:#62c462}.was-validated .form-check-input:valid ~ .valid-feedback,.was-validated .form-check-input:valid ~ .valid-tooltip,.form-check-input.is-valid ~ .valid-feedback,.form-check-input.is-valid ~ .valid-tooltip{display:block}.was-validated .custom-control-input:valid ~ .custom-control-label,.custom-control-input.is-valid ~ .custom-control-label{color:#62c462}.was-validated .custom-control-input:valid ~ .custom-control-label::before,.custom-control-input.is-valid ~ .custom-control-label::before{border-color:#62c462}.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,.custom-control-input.is-valid:checked ~ .custom-control-label::before{border-color:#87d287;background-color:#87d287}.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,.custom-control-input.is-valid:focus ~ .custom-control-label::before{-webkit-box-shadow:0 0 0 0.2rem rgba(98,196,98,0.25);box-shadow:0 0 0 0.2rem rgba(98,196,98,0.25)}.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before{border-color:#62c462}.was-validated .custom-file-input:valid ~ .custom-file-label,.custom-file-input.is-valid ~ .custom-file-label{border-color:#62c462}.was-validated .custom-file-input:valid:focus ~ .custom-file-label,.custom-file-input.is-valid:focus ~ .custom-file-label{border-color:#62c462;-webkit-box-shadow:0 0 0 0.2rem rgba(98,196,98,0.25);box-shadow:0 0 0 0.2rem rgba(98,196,98,0.25)}.invalid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:80%;color:#ee5f5b}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:0.25rem 0.5rem;margin-top:.1rem;font-size:0.8203125rem;line-height:1.5;color:#fff;background-color:rgba(238,95,91,0.9);border-radius:0.25rem}.was-validated :invalid ~ .invalid-feedback,.was-validated :invalid ~ .invalid-tooltip,.is-invalid ~ .invalid-feedback,.is-invalid ~ .invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:#ee5f5b;padding-right:calc(1.5em + 1.5rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ee5f5b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ee5f5b' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.375rem) center;background-size:calc(0.75em + 0.75rem) calc(0.75em + 0.75rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#ee5f5b;-webkit-box-shadow:0 0 0 0.2rem rgba(238,95,91,0.25);box-shadow:0 0 0 0.2rem rgba(238,95,91,0.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + 1.5rem);background-position:top calc(0.375em + 0.375rem) right calc(0.375em + 0.375rem)}.was-validated .custom-select:invalid,.custom-select.is-invalid{border-color:#ee5f5b;padding-right:calc(0.75em + 3.125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%233A3F44' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ee5f5b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ee5f5b' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 2rem/calc(0.75em + 0.75rem) calc(0.75em + 0.75rem)}.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus{border-color:#ee5f5b;-webkit-box-shadow:0 0 0 0.2rem rgba(238,95,91,0.25);box-shadow:0 0 0 0.2rem rgba(238,95,91,0.25)}.was-validated .form-check-input:invalid ~ .form-check-label,.form-check-input.is-invalid ~ .form-check-label{color:#ee5f5b}.was-validated .form-check-input:invalid ~ .invalid-feedback,.was-validated .form-check-input:invalid ~ .invalid-tooltip,.form-check-input.is-invalid ~ .invalid-feedback,.form-check-input.is-invalid ~ .invalid-tooltip{display:block}.was-validated .custom-control-input:invalid ~ .custom-control-label,.custom-control-input.is-invalid ~ .custom-control-label{color:#ee5f5b}.was-validated .custom-control-input:invalid ~ .custom-control-label::before,.custom-control-input.is-invalid ~ .custom-control-label::before{border-color:#ee5f5b}.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,.custom-control-input.is-invalid:checked ~ .custom-control-label::before{border-color:#f38c89;background-color:#f38c89}.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,.custom-control-input.is-invalid:focus ~ .custom-control-label::before{-webkit-box-shadow:0 0 0 0.2rem rgba(238,95,91,0.25);box-shadow:0 0 0 0.2rem rgba(238,95,91,0.25)}.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before{border-color:#ee5f5b}.was-validated .custom-file-input:invalid ~ .custom-file-label,.custom-file-input.is-invalid ~ .custom-file-label{border-color:#ee5f5b}.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,.custom-file-input.is-invalid:focus ~ .custom-file-label{border-color:#ee5f5b;-webkit-box-shadow:0 0 0 0.2rem rgba(238,95,91,0.25);box-shadow:0 0 0 0.2rem rgba(238,95,91,0.25)}.form-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width: 576px){.form-inline label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group,.form-inline .custom-select{width:auto}.form-inline .form-check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:0;margin-right:0.25rem;margin-left:0}.form-inline .custom-control{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#aaa;text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:0.75rem 1rem;font-size:0.9375rem;line-height:1.5;border-radius:0.25rem;-webkit-transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.btn{-webkit-transition:none;transition:none}}.btn:hover{color:#aaa;text-decoration:none}.btn:focus,.btn.focus{outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(58,63,68,0.25);box-shadow:0 0 0 0.2rem rgba(58,63,68,0.25)}.btn.disabled,.btn:disabled{opacity:0.65}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#3A3F44;border-color:#3A3F44}.btn-primary:hover{color:#fff;background-color:#282c2f;border-color:#232628}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#282c2f;border-color:#232628;-webkit-box-shadow:0 0 0 0.2rem rgba(88,92,96,0.5);box-shadow:0 0 0 0.2rem rgba(88,92,96,0.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#3A3F44;border-color:#3A3F44}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#232628;border-color:#1d1f22}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(88,92,96,0.5);box-shadow:0 0 0 0.2rem rgba(88,92,96,0.5)}.btn-secondary{color:#fff;background-color:#7A8288;border-color:#7A8288}.btn-secondary:hover{color:#fff;background-color:#686f74;border-color:#62686d}.btn-secondary:focus,.btn-secondary.focus{color:#fff;background-color:#686f74;border-color:#62686d;-webkit-box-shadow:0 0 0 0.2rem rgba(142,149,154,0.5);box-shadow:0 0 0 0.2rem rgba(142,149,154,0.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#7A8288;border-color:#7A8288}.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#62686d;border-color:#5c6267}.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(142,149,154,0.5);box-shadow:0 0 0 0.2rem rgba(142,149,154,0.5)}.btn-success{color:#fff;background-color:#62c462;border-color:#62c462}.btn-success:hover{color:#fff;background-color:#46ba46;border-color:#42b142}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#46ba46;border-color:#42b142;-webkit-box-shadow:0 0 0 0.2rem rgba(122,205,122,0.5);box-shadow:0 0 0 0.2rem rgba(122,205,122,0.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#62c462;border-color:#62c462}.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#42b142;border-color:#3fa73f}.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(122,205,122,0.5);box-shadow:0 0 0 0.2rem rgba(122,205,122,0.5)}.btn-info{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.btn-info:hover{color:#fff;background-color:#3bb4d8;border-color:#31b0d5}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#3bb4d8;border-color:#31b0d5;-webkit-box-shadow:0 0 0 0.2rem rgba(116,201,227,0.5);box-shadow:0 0 0 0.2rem rgba(116,201,227,0.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#31b0d5;border-color:#2aaacf}.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(116,201,227,0.5);box-shadow:0 0 0 0.2rem rgba(116,201,227,0.5)}.btn-warning{color:#fff;background-color:#f89406;border-color:#f89406}.btn-warning:hover{color:#fff;background-color:#d37e05;border-color:#c67605}.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:#d37e05;border-color:#c67605;-webkit-box-shadow:0 0 0 0.2rem rgba(249,164,43,0.5);box-shadow:0 0 0 0.2rem rgba(249,164,43,0.5)}.btn-warning.disabled,.btn-warning:disabled{color:#fff;background-color:#f89406;border-color:#f89406}.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle{color:#fff;background-color:#c67605;border-color:#ba6f04}.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(249,164,43,0.5);box-shadow:0 0 0 0.2rem rgba(249,164,43,0.5)}.btn-danger{color:#fff;background-color:#ee5f5b;border-color:#ee5f5b}.btn-danger:hover{color:#fff;background-color:#ea3d38;border-color:#e9322d}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#ea3d38;border-color:#e9322d;-webkit-box-shadow:0 0 0 0.2rem rgba(241,119,116,0.5);box-shadow:0 0 0 0.2rem rgba(241,119,116,0.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#ee5f5b;border-color:#ee5f5b}.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#e9322d;border-color:#e82721}.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(241,119,116,0.5);box-shadow:0 0 0 0.2rem rgba(241,119,116,0.5)}.btn-light{color:#272B30;background-color:#e9ecef;border-color:#e9ecef}.btn-light:hover{color:#272B30;background-color:#d3d9df;border-color:#cbd3da}.btn-light:focus,.btn-light.focus{color:#272B30;background-color:#d3d9df;border-color:#cbd3da;-webkit-box-shadow:0 0 0 0.2rem rgba(204,207,210,0.5);box-shadow:0 0 0 0.2rem rgba(204,207,210,0.5)}.btn-light.disabled,.btn-light:disabled{color:#272B30;background-color:#e9ecef;border-color:#e9ecef}.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle{color:#272B30;background-color:#cbd3da;border-color:#c4ccd4}.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(204,207,210,0.5);box-shadow:0 0 0 0.2rem rgba(204,207,210,0.5)}.btn-dark{color:#fff;background-color:#272B30;border-color:#272B30}.btn-dark:hover{color:#fff;background-color:#16181b;border-color:#101214}.btn-dark:focus,.btn-dark.focus{color:#fff;background-color:#16181b;border-color:#101214;-webkit-box-shadow:0 0 0 0.2rem rgba(71,75,79,0.5);box-shadow:0 0 0 0.2rem rgba(71,75,79,0.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#272B30;border-color:#272B30}.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#101214;border-color:#0a0b0d}.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(71,75,79,0.5);box-shadow:0 0 0 0.2rem rgba(71,75,79,0.5)}.btn-outline-primary{color:#3A3F44;border-color:#3A3F44}.btn-outline-primary:hover{color:#fff;background-color:#3A3F44;border-color:#3A3F44}.btn-outline-primary:focus,.btn-outline-primary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(58,63,68,0.5);box-shadow:0 0 0 0.2rem rgba(58,63,68,0.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#3A3F44;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#3A3F44;border-color:#3A3F44}.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(58,63,68,0.5);box-shadow:0 0 0 0.2rem rgba(58,63,68,0.5)}.btn-outline-secondary{color:#7A8288;border-color:#7A8288}.btn-outline-secondary:hover{color:#fff;background-color:#7A8288;border-color:#7A8288}.btn-outline-secondary:focus,.btn-outline-secondary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(122,130,136,0.5);box-shadow:0 0 0 0.2rem rgba(122,130,136,0.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#7A8288;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#7A8288;border-color:#7A8288}.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(122,130,136,0.5);box-shadow:0 0 0 0.2rem rgba(122,130,136,0.5)}.btn-outline-success{color:#62c462;border-color:#62c462}.btn-outline-success:hover{color:#fff;background-color:#62c462;border-color:#62c462}.btn-outline-success:focus,.btn-outline-success.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(98,196,98,0.5);box-shadow:0 0 0 0.2rem rgba(98,196,98,0.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#62c462;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#62c462;border-color:#62c462}.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(98,196,98,0.5);box-shadow:0 0 0 0.2rem rgba(98,196,98,0.5)}.btn-outline-info{color:#5bc0de;border-color:#5bc0de}.btn-outline-info:hover{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.btn-outline-info:focus,.btn-outline-info.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(91,192,222,0.5);box-shadow:0 0 0 0.2rem rgba(91,192,222,0.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#5bc0de;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(91,192,222,0.5);box-shadow:0 0 0 0.2rem rgba(91,192,222,0.5)}.btn-outline-warning{color:#f89406;border-color:#f89406}.btn-outline-warning:hover{color:#fff;background-color:#f89406;border-color:#f89406}.btn-outline-warning:focus,.btn-outline-warning.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(248,148,6,0.5);box-shadow:0 0 0 0.2rem rgba(248,148,6,0.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#f89406;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle{color:#fff;background-color:#f89406;border-color:#f89406}.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(248,148,6,0.5);box-shadow:0 0 0 0.2rem rgba(248,148,6,0.5)}.btn-outline-danger{color:#ee5f5b;border-color:#ee5f5b}.btn-outline-danger:hover{color:#fff;background-color:#ee5f5b;border-color:#ee5f5b}.btn-outline-danger:focus,.btn-outline-danger.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(238,95,91,0.5);box-shadow:0 0 0 0.2rem rgba(238,95,91,0.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#ee5f5b;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#ee5f5b;border-color:#ee5f5b}.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(238,95,91,0.5);box-shadow:0 0 0 0.2rem rgba(238,95,91,0.5)}.btn-outline-light{color:#e9ecef;border-color:#e9ecef}.btn-outline-light:hover{color:#272B30;background-color:#e9ecef;border-color:#e9ecef}.btn-outline-light:focus,.btn-outline-light.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(233,236,239,0.5);box-shadow:0 0 0 0.2rem rgba(233,236,239,0.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#e9ecef;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle{color:#272B30;background-color:#e9ecef;border-color:#e9ecef}.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(233,236,239,0.5);box-shadow:0 0 0 0.2rem rgba(233,236,239,0.5)}.btn-outline-dark{color:#272B30;border-color:#272B30}.btn-outline-dark:hover{color:#fff;background-color:#272B30;border-color:#272B30}.btn-outline-dark:focus,.btn-outline-dark.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(39,43,48,0.5);box-shadow:0 0 0 0.2rem rgba(39,43,48,0.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#272B30;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#272B30;border-color:#272B30}.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(39,43,48,0.5);box-shadow:0 0 0 0.2rem rgba(39,43,48,0.5)}.btn-link{font-weight:400;color:#fff;text-decoration:none}.btn-link:hover{color:#d9d9d9;text-decoration:underline}.btn-link:focus,.btn-link.focus{text-decoration:underline;-webkit-box-shadow:none;box-shadow:none}.btn-link:disabled,.btn-link.disabled{color:#7A8288;pointer-events:none}.btn-lg,.btn-group-lg>.btn{padding:0.5rem 1rem;font-size:1.171875rem;line-height:1.5;border-radius:0.3rem}.btn-sm,.btn-group-sm>.btn{padding:0.25rem 0.5rem;font-size:0.8203125rem;line-height:1.5;border-radius:0.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:0.5rem}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{-webkit-transition:opacity 0.15s linear;transition:opacity 0.15s linear}@media (prefers-reduced-motion: reduce){.fade{-webkit-transition:none;transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height 0.35s ease;transition:height 0.35s ease}@media (prefers-reduced-motion: reduce){.collapsing{-webkit-transition:none;transition:none}}.dropup,.dropright,.dropdown,.dropleft{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid;border-right:0.3em solid transparent;border-bottom:0;border-left:0.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:0.5rem 0;margin:0.125rem 0 0;font-size:0.9375rem;color:#aaa;text-align:left;list-style:none;background-color:#3A3F44;background-clip:padding-box;border:1px solid rgba(0,0,0,0.6);border-radius:0.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width: 576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width: 768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width: 992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width: 1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:0.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0;border-right:0.3em solid transparent;border-bottom:0.3em solid;border-left:0.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:0.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-right:0;border-bottom:0.3em solid transparent;border-left:0.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:0.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:0.255em;vertical-align:0.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-right:0.3em solid;border-bottom:0.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^="top"],.dropdown-menu[x-placement^="right"],.dropdown-menu[x-placement^="bottom"],.dropdown-menu[x-placement^="left"]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:0.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,0.15)}.dropdown-item{display:block;width:100%;padding:0.25rem 1.5rem;clear:both;font-weight:400;color:#aaa;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:hover,.dropdown-item:focus{color:#fff;text-decoration:none;background-color:#272B30}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#3A3F44}.dropdown-item.disabled,.dropdown-item:disabled{color:#7A8288;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:0.5rem 1.5rem;margin-bottom:0;font-size:0.8203125rem;color:#7A8288;white-space:nowrap}.dropdown-item-text{display:block;padding:0.25rem 1.5rem;color:#aaa}.btn-group,.btn-group-vertical{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover{z-index:1}.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child){margin-left:-1px}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:0.75rem;padding-left:0.75rem}.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:0.375rem;padding-left:0.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:0.75rem;padding-left:0.75rem}.btn-group-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type="radio"],.btn-group-toggle>.btn input[type="checkbox"],.btn-group-toggle>.btn-group>.btn input[type="radio"],.btn-group-toggle>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-control-plaintext,.input-group>.custom-select,.input-group>.custom-file{position:relative;-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;min-width:0;margin-bottom:0}.input-group>.form-control+.form-control,.input-group>.form-control+.custom-select,.input-group>.form-control+.custom-file,.input-group>.form-control-plaintext+.form-control,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.custom-file,.input-group>.custom-select+.form-control,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.custom-file,.input-group>.custom-file+.form-control,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.custom-file{margin-left:-1px}.input-group>.form-control:focus,.input-group>.custom-select:focus,.input-group>.custom-file .custom-file-input:focus ~ .custom-file-label{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.form-control:not(:last-child),.input-group>.custom-select:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.form-control:not(:first-child),.input-group>.custom-select:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-prepend,.input-group-append{display:-webkit-box;display:-ms-flexbox;display:flex}.input-group-prepend .btn,.input-group-append .btn{position:relative;z-index:2}.input-group-prepend .btn:focus,.input-group-append .btn:focus{z-index:3}.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.btn{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0.75rem 1rem;margin-bottom:0;font-size:0.9375rem;font-weight:400;line-height:1.5;color:#52575C;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:0.25rem}.input-group-text input[type="radio"],.input-group-text input[type="checkbox"]{margin-top:0}.input-group-lg>.form-control:not(textarea),.input-group-lg>.custom-select{height:calc(1.5em + 1rem + 2px)}.input-group-lg>.form-control,.input-group-lg>.custom-select,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-append>.btn{padding:0.5rem 1rem;font-size:1.171875rem;line-height:1.5;border-radius:0.3rem}.input-group-sm>.form-control:not(textarea),.input-group-sm>.custom-select{height:calc(1.5em + 0.5rem + 2px)}.input-group-sm>.form-control,.input-group-sm>.custom-select,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-append>.btn{padding:0.25rem 0.5rem;font-size:0.8203125rem;line-height:1.5;border-radius:0.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:2rem}.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text,.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.40625rem;padding-left:1.5rem}.custom-control-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.203125rem;opacity:0}.custom-control-input:checked ~ .custom-control-label::before{color:#fff;border-color:#3A3F44;background-color:#3A3F44}.custom-control-input:focus ~ .custom-control-label::before{-webkit-box-shadow:0 0 0 0.2rem rgba(58,63,68,0.25);box-shadow:0 0 0 0.2rem rgba(58,63,68,0.25)}.custom-control-input:focus:not(:checked) ~ .custom-control-label::before{border-color:#757f89}.custom-control-input:not(:disabled):active ~ .custom-control-label::before{color:#fff;background-color:#9098a0;border-color:#9098a0}.custom-control-input[disabled] ~ .custom-control-label,.custom-control-input:disabled ~ .custom-control-label{color:#7A8288}.custom-control-input[disabled] ~ .custom-control-label::before,.custom-control-input:disabled ~ .custom-control-label::before{background-color:#ccc}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:0.203125rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#999 solid 1px}.custom-control-label::after{position:absolute;top:0.203125rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:no-repeat 50% / 50% 50%}.custom-checkbox .custom-control-label::before{border-radius:0.25rem}.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before{border-color:#3A3F44;background-color:#3A3F44}.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(58,63,68,0.5)}.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before{background-color:rgba(58,63,68,0.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(58,63,68,0.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:0.5rem}.custom-switch .custom-control-label::after{top:calc(0.203125rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#999;border-radius:0.5rem;-webkit-transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.custom-switch .custom-control-label::after{-webkit-transition:none;transition:none}}.custom-switch .custom-control-input:checked ~ .custom-control-label::after{background-color:#fff;-webkit-transform:translateX(0.75rem);transform:translateX(0.75rem)}.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(58,63,68,0.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + 1.5rem + 2px);padding:0.75rem 2rem 0.75rem 1rem;font-size:0.9375rem;font-weight:400;line-height:1.5;color:#52575C;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%233A3F44' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;border:1px solid #ced4da;border-radius:0.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#757f89;outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(58,63,68,0.25);box-shadow:0 0 0 0.2rem rgba(58,63,68,0.25)}.custom-select:focus::-ms-value{color:#52575C;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:1rem;background-image:none}.custom-select:disabled{color:#7A8288;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #52575C}.custom-select-sm{height:calc(1.5em + 0.5rem + 2px);padding-top:0.25rem;padding-bottom:0.25rem;padding-left:0.5rem;font-size:0.8203125rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:0.5rem;padding-bottom:0.5rem;padding-left:1rem;font-size:1.171875rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + 1.5rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + 1.5rem + 2px);margin:0;opacity:0}.custom-file-input:focus ~ .custom-file-label{border-color:#757f89;-webkit-box-shadow:0 0 0 0.2rem rgba(58,63,68,0.25);box-shadow:0 0 0 0.2rem rgba(58,63,68,0.25)}.custom-file-input[disabled] ~ .custom-file-label,.custom-file-input:disabled ~ .custom-file-label{background-color:#ccc}.custom-file-input:lang(en) ~ .custom-file-label::after{content:"Browse"}.custom-file-input ~ .custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + 1.5rem + 2px);padding:0.75rem 1rem;font-weight:400;line-height:1.5;color:#52575C;background-color:#fff;border:1px solid #ced4da;border-radius:0.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + 1.5rem);padding:0.75rem 1rem;line-height:1.5;color:#52575C;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 0.25rem 0.25rem 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:none}.custom-range:focus::-webkit-slider-thumb{-webkit-box-shadow:0 0 0 1px #272B30,0 0 0 0.2rem rgba(58,63,68,0.25);box-shadow:0 0 0 1px #272B30,0 0 0 0.2rem rgba(58,63,68,0.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #272B30,0 0 0 0.2rem rgba(58,63,68,0.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #272B30,0 0 0 0.2rem rgba(58,63,68,0.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-0.25rem;background-color:#3A3F44;border:0;border-radius:1rem;-webkit-transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion: reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#9098a0}.custom-range::-webkit-slider-runnable-track{width:100%;height:0.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#3A3F44;border:0;border-radius:1rem;-webkit-transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion: reduce){.custom-range::-moz-range-thumb{-webkit-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#9098a0}.custom-range::-moz-range-track{width:100%;height:0.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:0.2rem;margin-left:0.2rem;background-color:#3A3F44;border:0;border-radius:1rem;-webkit-transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;appearance:none}@media (prefers-reduced-motion: reduce){.custom-range::-ms-thumb{-webkit-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#9098a0}.custom-range::-ms-track{width:100%;height:0.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:0.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#999}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#999}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#999}.custom-control-label::before,.custom-file-label,.custom-select{-webkit-transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.custom-control-label::before,.custom-file-label,.custom-select{-webkit-transition:none;transition:none}}.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:0.5rem 1rem}.nav-link:hover,.nav-link:focus{text-decoration:none}.nav-link.disabled{color:#7A8288;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid rgba(0,0,0,0.6)}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{border-color:rgba(0,0,0,0.6)}.nav-tabs .nav-link.disabled{color:#7A8288;background-color:transparent;border-color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#fff;background-color:#272B30;border-color:rgba(0,0,0,0.6)}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:0.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#3A3F44}.nav-fill .nav-item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 1rem}.navbar .container,.navbar .container-fluid,.navbar .container-sm,.navbar .container-md,.navbar .container-lg,.navbar .container-xl{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:0.32421875rem;padding-bottom:0.32421875rem;margin-right:1rem;font-size:1.171875rem;line-height:inherit;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:0.5rem;padding-bottom:0.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:0.25rem 0.75rem;font-size:1.171875rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:0.25rem}.navbar-toggler:hover,.navbar-toggler:focus{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width: 575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media (min-width: 576px){.navbar-expand-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width: 767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media (min-width: 768px){.navbar-expand-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width: 991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media (min-width: 992px){.navbar-expand-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width: 1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media (min-width: 1200px){.navbar-expand-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:#3A3F44}.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus{color:#3A3F44}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,0.5)}.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus{color:#3A3F44}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,0.3)}.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active{color:#3A3F44}.navbar-light .navbar-toggler{color:rgba(0,0,0,0.5);border-color:rgba(0,0,0,0.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,0.5)}.navbar-light .navbar-text a{color:#3A3F44}.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus{color:#3A3F44}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,0.5)}.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus{color:#fff}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,0.25)}.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,0.5);border-color:rgba(255,255,255,0.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,0.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus{color:#fff}.card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#32383e;background-clip:border-box;border:1px solid rgba(0,0,0,0.6);border-radius:0.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:0.25rem;border-top-right-radius:0.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem}.card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:0.75rem}.card-subtitle{margin-top:-0.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:0.75rem 1.25rem;margin-bottom:0;background-color:#515960;border-bottom:1px solid rgba(0,0,0,0.6)}.card-header:first-child{border-radius:calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:0.75rem 1.25rem;background-color:#515960;border-top:1px solid rgba(0,0,0,0.6)}.card-footer:last-child{border-radius:0 0 calc(0.25rem - 1px) calc(0.25rem - 1px)}.card-header-tabs{margin-right:-0.625rem;margin-bottom:-0.75rem;margin-left:-0.625rem;border-bottom:0}.card-header-pills{margin-right:-0.625rem;margin-left:-0.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img,.card-img-top,.card-img-bottom{-ms-flex-negative:0;flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(0.25rem - 1px);border-bottom-left-radius:calc(0.25rem - 1px)}.card-deck .card{margin-bottom:15px}@media (min-width: 576px){.card-deck{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group>.card{margin-bottom:15px}@media (min-width: 576px){.card-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:0.75rem}@media (min-width: 576px){.card-columns{-webkit-column-count:3;column-count:3;-webkit-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:0.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:0.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:0.5rem;color:#7A8288;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#999}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:0.25rem}.page-link{position:relative;display:block;padding:0.5rem 0.75rem;margin-left:-1px;line-height:1.25;color:#fff;background-color:transparent;border:1px solid rgba(0,0,0,0.6)}.page-link:hover{z-index:2;color:#fff;text-decoration:none;background-color:transparent;border-color:rgba(0,0,0,0.6)}.page-link:focus{z-index:3;outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(58,63,68,0.25);box-shadow:0 0 0 0.2rem rgba(58,63,68,0.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:0.25rem;border-bottom-left-radius:0.25rem}.page-item:last-child .page-link{border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:transparent;border-color:rgba(0,0,0,0.6)}.page-item.disabled .page-link{color:#7A8288;pointer-events:none;cursor:auto;background-color:transparent;border-color:rgba(0,0,0,0.6)}.pagination-lg .page-link{padding:0.75rem 1.5rem;font-size:1.171875rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:0.3rem;border-bottom-left-radius:0.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:0.3rem;border-bottom-right-radius:0.3rem}.pagination-sm .page-link{padding:0.25rem 0.5rem;font-size:0.8203125rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:0.2rem;border-bottom-left-radius:0.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:0.2rem;border-bottom-right-radius:0.2rem}.badge{display:inline-block;padding:0.25em 0.4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:0.25rem;-webkit-transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.badge{-webkit-transition:none;transition:none}}a.badge:hover,a.badge:focus{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:0.6em;padding-left:0.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#3A3F44}a.badge-primary:hover,a.badge-primary:focus{color:#fff;background-color:#232628}a.badge-primary:focus,a.badge-primary.focus{outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(58,63,68,0.5);box-shadow:0 0 0 0.2rem rgba(58,63,68,0.5)}.badge-secondary{color:#fff;background-color:#7A8288}a.badge-secondary:hover,a.badge-secondary:focus{color:#fff;background-color:#62686d}a.badge-secondary:focus,a.badge-secondary.focus{outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(122,130,136,0.5);box-shadow:0 0 0 0.2rem rgba(122,130,136,0.5)}.badge-success{color:#fff;background-color:#62c462}a.badge-success:hover,a.badge-success:focus{color:#fff;background-color:#42b142}a.badge-success:focus,a.badge-success.focus{outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(98,196,98,0.5);box-shadow:0 0 0 0.2rem rgba(98,196,98,0.5)}.badge-info{color:#fff;background-color:#5bc0de}a.badge-info:hover,a.badge-info:focus{color:#fff;background-color:#31b0d5}a.badge-info:focus,a.badge-info.focus{outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(91,192,222,0.5);box-shadow:0 0 0 0.2rem rgba(91,192,222,0.5)}.badge-warning{color:#fff;background-color:#f89406}a.badge-warning:hover,a.badge-warning:focus{color:#fff;background-color:#c67605}a.badge-warning:focus,a.badge-warning.focus{outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(248,148,6,0.5);box-shadow:0 0 0 0.2rem rgba(248,148,6,0.5)}.badge-danger{color:#fff;background-color:#ee5f5b}a.badge-danger:hover,a.badge-danger:focus{color:#fff;background-color:#e9322d}a.badge-danger:focus,a.badge-danger.focus{outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(238,95,91,0.5);box-shadow:0 0 0 0.2rem rgba(238,95,91,0.5)}.badge-light{color:#272B30;background-color:#e9ecef}a.badge-light:hover,a.badge-light:focus{color:#272B30;background-color:#cbd3da}a.badge-light:focus,a.badge-light.focus{outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(233,236,239,0.5);box-shadow:0 0 0 0.2rem rgba(233,236,239,0.5)}.badge-dark{color:#fff;background-color:#272B30}a.badge-dark:hover,a.badge-dark:focus{color:#fff;background-color:#101214}a.badge-dark:focus,a.badge-dark.focus{outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(39,43,48,0.5);box-shadow:0 0 0 0.2rem rgba(39,43,48,0.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#1c1e22;border-radius:0.3rem}@media (min-width: 576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:0.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:0.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3.90625rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:0.75rem 1.25rem;color:inherit}.alert-primary{color:#1e2123;background-color:#d8d9da;border-color:#c8c9cb}.alert-primary hr{border-top-color:#bbbcbf}.alert-primary .alert-link{color:#060708}.alert-secondary{color:#3f4447;background-color:#e4e6e7;border-color:#dadcde}.alert-secondary hr{border-top-color:#cdcfd2}.alert-secondary .alert-link{color:#272a2c}.alert-success{color:#336633;background-color:#e0f3e0;border-color:#d3eed3}.alert-success hr{border-top-color:#c1e7c1}.alert-success .alert-link{color:#224422}.alert-info{color:#2f6473;background-color:#def2f8;border-color:#d1edf6}.alert-info hr{border-top-color:#bce5f2}.alert-info .alert-link{color:#20454f}.alert-warning{color:#814d03;background-color:#feeacd;border-color:#fde1b9}.alert-warning hr{border-top-color:#fcd6a0}.alert-warning .alert-link{color:#4f2f02}.alert-danger{color:#7c312f;background-color:#fcdfde;border-color:#fad2d1}.alert-danger hr{border-top-color:#f8bcba}.alert-danger .alert-link{color:#572221}.alert-light{color:#797b7c;background-color:#fbfbfc;border-color:#f9fafb}.alert-light hr{border-top-color:#eaedf1}.alert-light .alert-link{color:#606162}.alert-dark{color:#141619;background-color:#d4d5d6;border-color:#c3c4c5}.alert-dark hr{border-top-color:#b6b7b8}.alert-dark .alert-link{color:black}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-webkit-box;display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:0.703125rem;background-color:#1c1e22;border-radius:0.25rem}.progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;color:#7A8288;text-align:center;white-space:nowrap;background-color:#3A3F44;-webkit-transition:width 0.6s ease;transition:width 0.6s ease}@media (prefers-reduced-motion: reduce){.progress-bar{-webkit-transition:none;transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion: reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-body{-webkit-box-flex:1;-ms-flex:1;flex:1}.list-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#fff;text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:#fff;text-decoration:none;background-color:#3e444c}.list-group-item-action:active{color:#aaa;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:0.75rem 1.25rem;background-color:#32383e;border:1px solid rgba(0,0,0,0.6)}.list-group-item:first-child{border-top-left-radius:0.25rem;border-top-right-radius:0.25rem}.list-group-item:last-child{border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem}.list-group-item.disabled,.list-group-item:disabled{color:#52575C;pointer-events:none;background-color:#32383e}.list-group-item.active{z-index:2;color:#fff;background-color:#3e444c;border-color:rgba(0,0,0,0.6)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal .list-group-item:first-child{border-bottom-left-radius:0.25rem;border-top-right-radius:0}.list-group-horizontal .list-group-item:last-child{border-top-right-radius:0.25rem;border-bottom-left-radius:0}.list-group-horizontal .list-group-item.active{margin-top:0}.list-group-horizontal .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width: 576px){.list-group-horizontal-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm .list-group-item:first-child{border-bottom-left-radius:0.25rem;border-top-right-radius:0}.list-group-horizontal-sm .list-group-item:last-child{border-top-right-radius:0.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm .list-group-item.active{margin-top:0}.list-group-horizontal-sm .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 768px){.list-group-horizontal-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md .list-group-item:first-child{border-bottom-left-radius:0.25rem;border-top-right-radius:0}.list-group-horizontal-md .list-group-item:last-child{border-top-right-radius:0.25rem;border-bottom-left-radius:0}.list-group-horizontal-md .list-group-item.active{margin-top:0}.list-group-horizontal-md .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 992px){.list-group-horizontal-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg .list-group-item:first-child{border-bottom-left-radius:0.25rem;border-top-right-radius:0}.list-group-horizontal-lg .list-group-item:last-child{border-top-right-radius:0.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg .list-group-item.active{margin-top:0}.list-group-horizontal-lg .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 1200px){.list-group-horizontal-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl .list-group-item:first-child{border-bottom-left-radius:0.25rem;border-top-right-radius:0}.list-group-horizontal-xl .list-group-item:last-child{border-top-right-radius:0.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl .list-group-item.active{margin-top:0}.list-group-horizontal-xl .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush .list-group-item{border-right-width:0;border-left-width:0;border-radius:0}.list-group-flush .list-group-item:first-child{border-top-width:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#1e2123;background-color:#c8c9cb}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:#1e2123;background-color:#bbbcbf}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#1e2123;border-color:#1e2123}.list-group-item-secondary{color:#3f4447;background-color:#dadcde}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:#3f4447;background-color:#cdcfd2}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#3f4447;border-color:#3f4447}.list-group-item-success{color:#336633;background-color:#d3eed3}.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{color:#336633;background-color:#c1e7c1}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#336633;border-color:#336633}.list-group-item-info{color:#2f6473;background-color:#d1edf6}.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{color:#2f6473;background-color:#bce5f2}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#2f6473;border-color:#2f6473}.list-group-item-warning{color:#814d03;background-color:#fde1b9}.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{color:#814d03;background-color:#fcd6a0}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#814d03;border-color:#814d03}.list-group-item-danger{color:#7c312f;background-color:#fad2d1}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:#7c312f;background-color:#f8bcba}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#7c312f;border-color:#7c312f}.list-group-item-light{color:#797b7c;background-color:#f9fafb}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:#797b7c;background-color:#eaedf1}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#797b7c;border-color:#797b7c}.list-group-item-dark{color:#141619;background-color:#c3c4c5}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#141619;background-color:#b6b7b8}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141619;border-color:#141619}.close{float:right;font-size:1.40625rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):hover,.close:not(:disabled):not(.disabled):focus{opacity:.75}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}a.close.disabled{pointer-events:none}.toast{max-width:350px;overflow:hidden;font-size:0.875rem;background-color:rgba(255,255,255,0.85);background-clip:padding-box;border:1px solid rgba(0,0,0,0.1);-webkit-box-shadow:0 0.25rem 0.75rem rgba(0,0,0,0.1);box-shadow:0 0.25rem 0.75rem rgba(0,0,0,0.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;border-radius:0.25rem}.toast:not(:last-child){margin-bottom:0.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0.25rem 0.75rem;color:#7A8288;background-color:rgba(255,255,255,0.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,0.05)}.toast-body{padding:0.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:0.5rem;pointer-events:none}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform 0.3s ease-out;transition:-webkit-transform 0.3s ease-out;transition:transform 0.3s ease-out;transition:transform 0.3s ease-out, -webkit-transform 0.3s ease-out;-webkit-transform:translate(0, -50px);transform:translate(0, -50px)}@media (prefers-reduced-motion: reduce){.modal.fade .modal-dialog{-webkit-transition:none;transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{display:-webkit-box;display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);content:""}.modal-dialog-centered.modal-dialog-scrollable{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#32383e;background-clip:padding-box;border:1px solid rgba(0,0,0,0.2);border-radius:0.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:0.5}.modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid rgba(0,0,0,0.2);border-top-left-radius:calc(0.3rem - 1px);border-top-right-radius:calc(0.3rem - 1px)}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:0.75rem;border-top:1px solid rgba(0,0,0,0.2);border-bottom-right-radius:calc(0.3rem - 1px);border-bottom-left-radius:calc(0.3rem - 1px)}.modal-footer>*{margin:0.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: 576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width: 992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width: 1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:0.8203125rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:0.9}.tooltip .arrow{position:absolute;display:block;width:0.8rem;height:0.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top,.bs-tooltip-auto[x-placement^="top"]{padding:0.4rem 0}.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^="top"] .arrow{bottom:0}.bs-tooltip-top .arrow::before,.bs-tooltip-auto[x-placement^="top"] .arrow::before{top:0;border-width:0.4rem 0.4rem 0;border-top-color:#000}.bs-tooltip-right,.bs-tooltip-auto[x-placement^="right"]{padding:0 0.4rem}.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^="right"] .arrow{left:0;width:0.4rem;height:0.8rem}.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^="right"] .arrow::before{right:0;border-width:0.4rem 0.4rem 0.4rem 0;border-right-color:#000}.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^="bottom"]{padding:0.4rem 0}.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^="bottom"] .arrow{top:0}.bs-tooltip-bottom .arrow::before,.bs-tooltip-auto[x-placement^="bottom"] .arrow::before{bottom:0;border-width:0 0.4rem 0.4rem;border-bottom-color:#000}.bs-tooltip-left,.bs-tooltip-auto[x-placement^="left"]{padding:0 0.4rem}.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^="left"] .arrow{right:0;width:0.4rem;height:0.8rem}.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^="left"] .arrow::before{left:0;border-width:0.4rem 0 0.4rem 0.4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:0.25rem 0.5rem;color:#fff;text-align:center;background-color:#000;border-radius:0.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:0.8203125rem;word-wrap:break-word;background-color:#32383e;background-clip:padding-box;border:1px solid rgba(0,0,0,0.2);border-radius:0.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:0.5rem;margin:0 0.3rem}.popover .arrow::before,.popover .arrow::after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-top,.bs-popover-auto[x-placement^="top"]{margin-bottom:0.5rem}.bs-popover-top>.arrow,.bs-popover-auto[x-placement^="top"]>.arrow{bottom:calc(-0.5rem - 1px)}.bs-popover-top>.arrow::before,.bs-popover-auto[x-placement^="top"]>.arrow::before{bottom:0;border-width:0.5rem 0.5rem 0;border-top-color:rgba(0,0,0,0.25)}.bs-popover-top>.arrow::after,.bs-popover-auto[x-placement^="top"]>.arrow::after{bottom:1px;border-width:0.5rem 0.5rem 0;border-top-color:#32383e}.bs-popover-right,.bs-popover-auto[x-placement^="right"]{margin-left:0.5rem}.bs-popover-right>.arrow,.bs-popover-auto[x-placement^="right"]>.arrow{left:calc(-0.5rem - 1px);width:0.5rem;height:1rem;margin:0.3rem 0}.bs-popover-right>.arrow::before,.bs-popover-auto[x-placement^="right"]>.arrow::before{left:0;border-width:0.5rem 0.5rem 0.5rem 0;border-right-color:rgba(0,0,0,0.25)}.bs-popover-right>.arrow::after,.bs-popover-auto[x-placement^="right"]>.arrow::after{left:1px;border-width:0.5rem 0.5rem 0.5rem 0;border-right-color:#32383e}.bs-popover-bottom,.bs-popover-auto[x-placement^="bottom"]{margin-top:0.5rem}.bs-popover-bottom>.arrow,.bs-popover-auto[x-placement^="bottom"]>.arrow{top:calc(-0.5rem - 1px)}.bs-popover-bottom>.arrow::before,.bs-popover-auto[x-placement^="bottom"]>.arrow::before{top:0;border-width:0 0.5rem 0.5rem 0.5rem;border-bottom-color:rgba(0,0,0,0.25)}.bs-popover-bottom>.arrow::after,.bs-popover-auto[x-placement^="bottom"]>.arrow::after{top:1px;border-width:0 0.5rem 0.5rem 0.5rem;border-bottom-color:#32383e}.bs-popover-bottom .popover-header::before,.bs-popover-auto[x-placement^="bottom"] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-0.5rem;content:"";border-bottom:1px solid #2c3036}.bs-popover-left,.bs-popover-auto[x-placement^="left"]{margin-right:0.5rem}.bs-popover-left>.arrow,.bs-popover-auto[x-placement^="left"]>.arrow{right:calc(-0.5rem - 1px);width:0.5rem;height:1rem;margin:0.3rem 0}.bs-popover-left>.arrow::before,.bs-popover-auto[x-placement^="left"]>.arrow::before{right:0;border-width:0.5rem 0 0.5rem 0.5rem;border-left-color:rgba(0,0,0,0.25)}.bs-popover-left>.arrow::after,.bs-popover-auto[x-placement^="left"]>.arrow::after{right:1px;border-width:0.5rem 0 0.5rem 0.5rem;border-left-color:#32383e}.popover-header{padding:0.5rem 0.75rem;margin-bottom:0;font-size:0.9375rem;background-color:#2c3036;border-bottom:1px solid #202328;border-top-left-radius:calc(0.3rem - 1px);border-top-right-radius:calc(0.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:0.5rem 0.75rem;color:#aaa}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform 0.6s ease-in-out;transition:-webkit-transform 0.6s ease-in-out;transition:transform 0.6s ease-in-out;transition:transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out}@media (prefers-reduced-motion: reduce){.carousel-item{-webkit-transition:none;transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-left),.active.carousel-item-right{-webkit-transform:translateX(100%);transform:translateX(100%)}.carousel-item-prev:not(.carousel-item-right),.active.carousel-item-left{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;-webkit-transition:opacity 0s 0.6s;transition:opacity 0s 0.6s}@media (prefers-reduced-motion: reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{-webkit-transition:none;transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:0.5;-webkit-transition:opacity 0.15s ease;transition:opacity 0.15s ease}@media (prefers-reduced-motion: reduce){.carousel-control-prev,.carousel-control-next{-webkit-transition:none;transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:0.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:20px;height:20px;background:no-repeat 50% / 100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;-webkit-transition:opacity 0.6s ease;transition:opacity 0.6s ease}@media (prefers-reduced-motion: reduce){.carousel-indicators li{-webkit-transition:none;transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:0.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:0.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.bg-primary{background-color:#3A3F44 !important}a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:#232628 !important}.bg-secondary{background-color:#7A8288 !important}a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus{background-color:#62686d !important}.bg-success{background-color:#62c462 !important}a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus{background-color:#42b142 !important}.bg-info{background-color:#5bc0de !important}a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus{background-color:#31b0d5 !important}.bg-warning{background-color:#f89406 !important}a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus{background-color:#c67605 !important}.bg-danger{background-color:#ee5f5b !important}a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus{background-color:#e9322d !important}.bg-light{background-color:#e9ecef !important}a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus{background-color:#cbd3da !important}.bg-dark{background-color:#272B30 !important}a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus{background-color:#101214 !important}.bg-white{background-color:#fff !important}.bg-transparent{background-color:transparent !important}.border{border:1px solid #dee2e6 !important}.border-top{border-top:1px solid #dee2e6 !important}.border-right{border-right:1px solid #dee2e6 !important}.border-bottom{border-bottom:1px solid #dee2e6 !important}.border-left{border-left:1px solid #dee2e6 !important}.border-0{border:0 !important}.border-top-0{border-top:0 !important}.border-right-0{border-right:0 !important}.border-bottom-0{border-bottom:0 !important}.border-left-0{border-left:0 !important}.border-primary{border-color:#3A3F44 !important}.border-secondary{border-color:#7A8288 !important}.border-success{border-color:#62c462 !important}.border-info{border-color:#5bc0de !important}.border-warning{border-color:#f89406 !important}.border-danger{border-color:#ee5f5b !important}.border-light{border-color:#e9ecef !important}.border-dark{border-color:#272B30 !important}.border-white{border-color:#fff !important}.rounded-sm{border-radius:0.2rem !important}.rounded{border-radius:0.25rem !important}.rounded-top{border-top-left-radius:0.25rem !important;border-top-right-radius:0.25rem !important}.rounded-right{border-top-right-radius:0.25rem !important;border-bottom-right-radius:0.25rem !important}.rounded-bottom{border-bottom-right-radius:0.25rem !important;border-bottom-left-radius:0.25rem !important}.rounded-left{border-top-left-radius:0.25rem !important;border-bottom-left-radius:0.25rem !important}.rounded-lg{border-radius:0.3rem !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:50rem !important}.rounded-0{border-radius:0 !important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}@media (min-width: 576px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-sm-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 768px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-md-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 992px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-lg-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 1200px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-xl-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media print{.d-print-none{display:none !important}.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-print-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.8571428571%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}@media (min-width: 576px){.flex-sm-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-sm-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-sm-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-sm-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-sm-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-sm-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-sm-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-sm-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-sm-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-sm-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-sm-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-sm-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-sm-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-sm-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-sm-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-sm-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-sm-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-sm-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-sm-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-sm-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-sm-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-sm-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-sm-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-sm-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-sm-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-sm-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-sm-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-sm-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-sm-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-sm-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-sm-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-sm-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-sm-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 768px){.flex-md-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-md-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-md-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-md-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-md-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-md-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-md-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-md-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-md-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-md-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-md-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-md-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-md-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-md-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-md-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-md-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-md-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-md-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-md-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-md-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-md-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-md-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-md-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-md-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-md-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-md-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-md-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-md-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-md-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-md-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-md-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-md-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-md-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 992px){.flex-lg-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-lg-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-lg-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-lg-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-lg-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-lg-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-lg-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-lg-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-lg-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-lg-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-lg-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-lg-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-lg-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-lg-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-lg-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-lg-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-lg-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-lg-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-lg-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-lg-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-lg-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-lg-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-lg-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-lg-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-lg-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-lg-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-lg-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-lg-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-lg-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-lg-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-lg-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-lg-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-lg-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 1200px){.flex-xl-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-xl-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-xl-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-xl-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-xl-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-xl-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-xl-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-xl-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-xl-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-xl-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-xl-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-xl-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-xl-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-xl-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-xl-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-xl-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-xl-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-xl-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-xl-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-xl-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-xl-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-xl-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-xl-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-xl-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-xl-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-xl-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-xl-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-xl-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-xl-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-xl-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-xl-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-xl-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-xl-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}.float-left{float:left !important}.float-right{float:right !important}.float-none{float:none !important}@media (min-width: 576px){.float-sm-left{float:left !important}.float-sm-right{float:right !important}.float-sm-none{float:none !important}}@media (min-width: 768px){.float-md-left{float:left !important}.float-md-right{float:right !important}.float-md-none{float:none !important}}@media (min-width: 992px){.float-lg-left{float:left !important}.float-lg-right{float:right !important}.float-lg-none{float:none !important}}@media (min-width: 1200px){.float-xl-left{float:left !important}.float-xl-right{float:right !important}.float-xl-none{float:none !important}}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:-webkit-sticky !important;position:sticky !important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports (position: -webkit-sticky) or (position: sticky){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{-webkit-box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.075) !important}.shadow{-webkit-box-shadow:0 0.5rem 1rem rgba(0,0,0,0.15) !important;box-shadow:0 0.5rem 1rem rgba(0,0,0,0.15) !important}.shadow-lg{-webkit-box-shadow:0 1rem 3rem rgba(0,0,0,0.175) !important;box-shadow:0 1rem 3rem rgba(0,0,0,0.175) !important}.shadow-none{-webkit-box-shadow:none !important;box-shadow:none !important}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mw-100{max-width:100% !important}.mh-100{max-height:100% !important}.min-vw-100{min-width:100vw !important}.min-vh-100{min-height:100vh !important}.vw-100{width:100vw !important}.vh-100{height:100vh !important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.m-0{margin:0 !important}.mt-0,.my-0{margin-top:0 !important}.mr-0,.mx-0{margin-right:0 !important}.mb-0,.my-0{margin-bottom:0 !important}.ml-0,.mx-0{margin-left:0 !important}.m-1{margin:0.25rem !important}.mt-1,.my-1{margin-top:0.25rem !important}.mr-1,.mx-1{margin-right:0.25rem !important}.mb-1,.my-1{margin-bottom:0.25rem !important}.ml-1,.mx-1{margin-left:0.25rem !important}.m-2{margin:0.5rem !important}.mt-2,.my-2{margin-top:0.5rem !important}.mr-2,.mx-2{margin-right:0.5rem !important}.mb-2,.my-2{margin-bottom:0.5rem !important}.ml-2,.mx-2{margin-left:0.5rem !important}.m-3{margin:1rem !important}.mt-3,.my-3{margin-top:1rem !important}.mr-3,.mx-3{margin-right:1rem !important}.mb-3,.my-3{margin-bottom:1rem !important}.ml-3,.mx-3{margin-left:1rem !important}.m-4{margin:1.5rem !important}.mt-4,.my-4{margin-top:1.5rem !important}.mr-4,.mx-4{margin-right:1.5rem !important}.mb-4,.my-4{margin-bottom:1.5rem !important}.ml-4,.mx-4{margin-left:1.5rem !important}.m-5{margin:3rem !important}.mt-5,.my-5{margin-top:3rem !important}.mr-5,.mx-5{margin-right:3rem !important}.mb-5,.my-5{margin-bottom:3rem !important}.ml-5,.mx-5{margin-left:3rem !important}.p-0{padding:0 !important}.pt-0,.py-0{padding-top:0 !important}.pr-0,.px-0{padding-right:0 !important}.pb-0,.py-0{padding-bottom:0 !important}.pl-0,.px-0{padding-left:0 !important}.p-1{padding:0.25rem !important}.pt-1,.py-1{padding-top:0.25rem !important}.pr-1,.px-1{padding-right:0.25rem !important}.pb-1,.py-1{padding-bottom:0.25rem !important}.pl-1,.px-1{padding-left:0.25rem !important}.p-2{padding:0.5rem !important}.pt-2,.py-2{padding-top:0.5rem !important}.pr-2,.px-2{padding-right:0.5rem !important}.pb-2,.py-2{padding-bottom:0.5rem !important}.pl-2,.px-2{padding-left:0.5rem !important}.p-3{padding:1rem !important}.pt-3,.py-3{padding-top:1rem !important}.pr-3,.px-3{padding-right:1rem !important}.pb-3,.py-3{padding-bottom:1rem !important}.pl-3,.px-3{padding-left:1rem !important}.p-4{padding:1.5rem !important}.pt-4,.py-4{padding-top:1.5rem !important}.pr-4,.px-4{padding-right:1.5rem !important}.pb-4,.py-4{padding-bottom:1.5rem !important}.pl-4,.px-4{padding-left:1.5rem !important}.p-5{padding:3rem !important}.pt-5,.py-5{padding-top:3rem !important}.pr-5,.px-5{padding-right:3rem !important}.pb-5,.py-5{padding-bottom:3rem !important}.pl-5,.px-5{padding-left:3rem !important}.m-n1{margin:-0.25rem !important}.mt-n1,.my-n1{margin-top:-0.25rem !important}.mr-n1,.mx-n1{margin-right:-0.25rem !important}.mb-n1,.my-n1{margin-bottom:-0.25rem !important}.ml-n1,.mx-n1{margin-left:-0.25rem !important}.m-n2{margin:-0.5rem !important}.mt-n2,.my-n2{margin-top:-0.5rem !important}.mr-n2,.mx-n2{margin-right:-0.5rem !important}.mb-n2,.my-n2{margin-bottom:-0.5rem !important}.ml-n2,.mx-n2{margin-left:-0.5rem !important}.m-n3{margin:-1rem !important}.mt-n3,.my-n3{margin-top:-1rem !important}.mr-n3,.mx-n3{margin-right:-1rem !important}.mb-n3,.my-n3{margin-bottom:-1rem !important}.ml-n3,.mx-n3{margin-left:-1rem !important}.m-n4{margin:-1.5rem !important}.mt-n4,.my-n4{margin-top:-1.5rem !important}.mr-n4,.mx-n4{margin-right:-1.5rem !important}.mb-n4,.my-n4{margin-bottom:-1.5rem !important}.ml-n4,.mx-n4{margin-left:-1.5rem !important}.m-n5{margin:-3rem !important}.mt-n5,.my-n5{margin-top:-3rem !important}.mr-n5,.mx-n5{margin-right:-3rem !important}.mb-n5,.my-n5{margin-bottom:-3rem !important}.ml-n5,.mx-n5{margin-left:-3rem !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto{margin-left:auto !important}@media (min-width: 576px){.m-sm-0{margin:0 !important}.mt-sm-0,.my-sm-0{margin-top:0 !important}.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.ml-sm-0,.mx-sm-0{margin-left:0 !important}.m-sm-1{margin:0.25rem !important}.mt-sm-1,.my-sm-1{margin-top:0.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:0.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:0.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:0.25rem !important}.m-sm-2{margin:0.5rem !important}.mt-sm-2,.my-sm-2{margin-top:0.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:0.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:0.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:0.5rem !important}.m-sm-3{margin:1rem !important}.mt-sm-3,.my-sm-3{margin-top:1rem !important}.mr-sm-3,.mx-sm-3{margin-right:1rem !important}.mb-sm-3,.my-sm-3{margin-bottom:1rem !important}.ml-sm-3,.mx-sm-3{margin-left:1rem !important}.m-sm-4{margin:1.5rem !important}.mt-sm-4,.my-sm-4{margin-top:1.5rem !important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem !important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem !important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem !important}.m-sm-5{margin:3rem !important}.mt-sm-5,.my-sm-5{margin-top:3rem !important}.mr-sm-5,.mx-sm-5{margin-right:3rem !important}.mb-sm-5,.my-sm-5{margin-bottom:3rem !important}.ml-sm-5,.mx-sm-5{margin-left:3rem !important}.p-sm-0{padding:0 !important}.pt-sm-0,.py-sm-0{padding-top:0 !important}.pr-sm-0,.px-sm-0{padding-right:0 !important}.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pl-sm-0,.px-sm-0{padding-left:0 !important}.p-sm-1{padding:0.25rem !important}.pt-sm-1,.py-sm-1{padding-top:0.25rem !important}.pr-sm-1,.px-sm-1{padding-right:0.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:0.25rem !important}.pl-sm-1,.px-sm-1{padding-left:0.25rem !important}.p-sm-2{padding:0.5rem !important}.pt-sm-2,.py-sm-2{padding-top:0.5rem !important}.pr-sm-2,.px-sm-2{padding-right:0.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:0.5rem !important}.pl-sm-2,.px-sm-2{padding-left:0.5rem !important}.p-sm-3{padding:1rem !important}.pt-sm-3,.py-sm-3{padding-top:1rem !important}.pr-sm-3,.px-sm-3{padding-right:1rem !important}.pb-sm-3,.py-sm-3{padding-bottom:1rem !important}.pl-sm-3,.px-sm-3{padding-left:1rem !important}.p-sm-4{padding:1.5rem !important}.pt-sm-4,.py-sm-4{padding-top:1.5rem !important}.pr-sm-4,.px-sm-4{padding-right:1.5rem !important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem !important}.pl-sm-4,.px-sm-4{padding-left:1.5rem !important}.p-sm-5{padding:3rem !important}.pt-sm-5,.py-sm-5{padding-top:3rem !important}.pr-sm-5,.px-sm-5{padding-right:3rem !important}.pb-sm-5,.py-sm-5{padding-bottom:3rem !important}.pl-sm-5,.px-sm-5{padding-left:3rem !important}.m-sm-n1{margin:-0.25rem !important}.mt-sm-n1,.my-sm-n1{margin-top:-0.25rem !important}.mr-sm-n1,.mx-sm-n1{margin-right:-0.25rem !important}.mb-sm-n1,.my-sm-n1{margin-bottom:-0.25rem !important}.ml-sm-n1,.mx-sm-n1{margin-left:-0.25rem !important}.m-sm-n2{margin:-0.5rem !important}.mt-sm-n2,.my-sm-n2{margin-top:-0.5rem !important}.mr-sm-n2,.mx-sm-n2{margin-right:-0.5rem !important}.mb-sm-n2,.my-sm-n2{margin-bottom:-0.5rem !important}.ml-sm-n2,.mx-sm-n2{margin-left:-0.5rem !important}.m-sm-n3{margin:-1rem !important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem !important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem !important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem !important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem !important}.m-sm-n4{margin:-1.5rem !important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem !important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem !important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem !important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem !important}.m-sm-n5{margin:-3rem !important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem !important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem !important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem !important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media (min-width: 768px){.m-md-0{margin:0 !important}.mt-md-0,.my-md-0{margin-top:0 !important}.mr-md-0,.mx-md-0{margin-right:0 !important}.mb-md-0,.my-md-0{margin-bottom:0 !important}.ml-md-0,.mx-md-0{margin-left:0 !important}.m-md-1{margin:0.25rem !important}.mt-md-1,.my-md-1{margin-top:0.25rem !important}.mr-md-1,.mx-md-1{margin-right:0.25rem !important}.mb-md-1,.my-md-1{margin-bottom:0.25rem !important}.ml-md-1,.mx-md-1{margin-left:0.25rem !important}.m-md-2{margin:0.5rem !important}.mt-md-2,.my-md-2{margin-top:0.5rem !important}.mr-md-2,.mx-md-2{margin-right:0.5rem !important}.mb-md-2,.my-md-2{margin-bottom:0.5rem !important}.ml-md-2,.mx-md-2{margin-left:0.5rem !important}.m-md-3{margin:1rem !important}.mt-md-3,.my-md-3{margin-top:1rem !important}.mr-md-3,.mx-md-3{margin-right:1rem !important}.mb-md-3,.my-md-3{margin-bottom:1rem !important}.ml-md-3,.mx-md-3{margin-left:1rem !important}.m-md-4{margin:1.5rem !important}.mt-md-4,.my-md-4{margin-top:1.5rem !important}.mr-md-4,.mx-md-4{margin-right:1.5rem !important}.mb-md-4,.my-md-4{margin-bottom:1.5rem !important}.ml-md-4,.mx-md-4{margin-left:1.5rem !important}.m-md-5{margin:3rem !important}.mt-md-5,.my-md-5{margin-top:3rem !important}.mr-md-5,.mx-md-5{margin-right:3rem !important}.mb-md-5,.my-md-5{margin-bottom:3rem !important}.ml-md-5,.mx-md-5{margin-left:3rem !important}.p-md-0{padding:0 !important}.pt-md-0,.py-md-0{padding-top:0 !important}.pr-md-0,.px-md-0{padding-right:0 !important}.pb-md-0,.py-md-0{padding-bottom:0 !important}.pl-md-0,.px-md-0{padding-left:0 !important}.p-md-1{padding:0.25rem !important}.pt-md-1,.py-md-1{padding-top:0.25rem !important}.pr-md-1,.px-md-1{padding-right:0.25rem !important}.pb-md-1,.py-md-1{padding-bottom:0.25rem !important}.pl-md-1,.px-md-1{padding-left:0.25rem !important}.p-md-2{padding:0.5rem !important}.pt-md-2,.py-md-2{padding-top:0.5rem !important}.pr-md-2,.px-md-2{padding-right:0.5rem !important}.pb-md-2,.py-md-2{padding-bottom:0.5rem !important}.pl-md-2,.px-md-2{padding-left:0.5rem !important}.p-md-3{padding:1rem !important}.pt-md-3,.py-md-3{padding-top:1rem !important}.pr-md-3,.px-md-3{padding-right:1rem !important}.pb-md-3,.py-md-3{padding-bottom:1rem !important}.pl-md-3,.px-md-3{padding-left:1rem !important}.p-md-4{padding:1.5rem !important}.pt-md-4,.py-md-4{padding-top:1.5rem !important}.pr-md-4,.px-md-4{padding-right:1.5rem !important}.pb-md-4,.py-md-4{padding-bottom:1.5rem !important}.pl-md-4,.px-md-4{padding-left:1.5rem !important}.p-md-5{padding:3rem !important}.pt-md-5,.py-md-5{padding-top:3rem !important}.pr-md-5,.px-md-5{padding-right:3rem !important}.pb-md-5,.py-md-5{padding-bottom:3rem !important}.pl-md-5,.px-md-5{padding-left:3rem !important}.m-md-n1{margin:-0.25rem !important}.mt-md-n1,.my-md-n1{margin-top:-0.25rem !important}.mr-md-n1,.mx-md-n1{margin-right:-0.25rem !important}.mb-md-n1,.my-md-n1{margin-bottom:-0.25rem !important}.ml-md-n1,.mx-md-n1{margin-left:-0.25rem !important}.m-md-n2{margin:-0.5rem !important}.mt-md-n2,.my-md-n2{margin-top:-0.5rem !important}.mr-md-n2,.mx-md-n2{margin-right:-0.5rem !important}.mb-md-n2,.my-md-n2{margin-bottom:-0.5rem !important}.ml-md-n2,.mx-md-n2{margin-left:-0.5rem !important}.m-md-n3{margin:-1rem !important}.mt-md-n3,.my-md-n3{margin-top:-1rem !important}.mr-md-n3,.mx-md-n3{margin-right:-1rem !important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem !important}.ml-md-n3,.mx-md-n3{margin-left:-1rem !important}.m-md-n4{margin:-1.5rem !important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem !important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem !important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem !important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem !important}.m-md-n5{margin:-3rem !important}.mt-md-n5,.my-md-n5{margin-top:-3rem !important}.mr-md-n5,.mx-md-n5{margin-right:-3rem !important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem !important}.ml-md-n5,.mx-md-n5{margin-left:-3rem !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media (min-width: 992px){.m-lg-0{margin:0 !important}.mt-lg-0,.my-lg-0{margin-top:0 !important}.mr-lg-0,.mx-lg-0{margin-right:0 !important}.mb-lg-0,.my-lg-0{margin-bottom:0 !important}.ml-lg-0,.mx-lg-0{margin-left:0 !important}.m-lg-1{margin:0.25rem !important}.mt-lg-1,.my-lg-1{margin-top:0.25rem !important}.mr-lg-1,.mx-lg-1{margin-right:0.25rem !important}.mb-lg-1,.my-lg-1{margin-bottom:0.25rem !important}.ml-lg-1,.mx-lg-1{margin-left:0.25rem !important}.m-lg-2{margin:0.5rem !important}.mt-lg-2,.my-lg-2{margin-top:0.5rem !important}.mr-lg-2,.mx-lg-2{margin-right:0.5rem !important}.mb-lg-2,.my-lg-2{margin-bottom:0.5rem !important}.ml-lg-2,.mx-lg-2{margin-left:0.5rem !important}.m-lg-3{margin:1rem !important}.mt-lg-3,.my-lg-3{margin-top:1rem !important}.mr-lg-3,.mx-lg-3{margin-right:1rem !important}.mb-lg-3,.my-lg-3{margin-bottom:1rem !important}.ml-lg-3,.mx-lg-3{margin-left:1rem !important}.m-lg-4{margin:1.5rem !important}.mt-lg-4,.my-lg-4{margin-top:1.5rem !important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem !important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem !important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem !important}.m-lg-5{margin:3rem !important}.mt-lg-5,.my-lg-5{margin-top:3rem !important}.mr-lg-5,.mx-lg-5{margin-right:3rem !important}.mb-lg-5,.my-lg-5{margin-bottom:3rem !important}.ml-lg-5,.mx-lg-5{margin-left:3rem !important}.p-lg-0{padding:0 !important}.pt-lg-0,.py-lg-0{padding-top:0 !important}.pr-lg-0,.px-lg-0{padding-right:0 !important}.pb-lg-0,.py-lg-0{padding-bottom:0 !important}.pl-lg-0,.px-lg-0{padding-left:0 !important}.p-lg-1{padding:0.25rem !important}.pt-lg-1,.py-lg-1{padding-top:0.25rem !important}.pr-lg-1,.px-lg-1{padding-right:0.25rem !important}.pb-lg-1,.py-lg-1{padding-bottom:0.25rem !important}.pl-lg-1,.px-lg-1{padding-left:0.25rem !important}.p-lg-2{padding:0.5rem !important}.pt-lg-2,.py-lg-2{padding-top:0.5rem !important}.pr-lg-2,.px-lg-2{padding-right:0.5rem !important}.pb-lg-2,.py-lg-2{padding-bottom:0.5rem !important}.pl-lg-2,.px-lg-2{padding-left:0.5rem !important}.p-lg-3{padding:1rem !important}.pt-lg-3,.py-lg-3{padding-top:1rem !important}.pr-lg-3,.px-lg-3{padding-right:1rem !important}.pb-lg-3,.py-lg-3{padding-bottom:1rem !important}.pl-lg-3,.px-lg-3{padding-left:1rem !important}.p-lg-4{padding:1.5rem !important}.pt-lg-4,.py-lg-4{padding-top:1.5rem !important}.pr-lg-4,.px-lg-4{padding-right:1.5rem !important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem !important}.pl-lg-4,.px-lg-4{padding-left:1.5rem !important}.p-lg-5{padding:3rem !important}.pt-lg-5,.py-lg-5{padding-top:3rem !important}.pr-lg-5,.px-lg-5{padding-right:3rem !important}.pb-lg-5,.py-lg-5{padding-bottom:3rem !important}.pl-lg-5,.px-lg-5{padding-left:3rem !important}.m-lg-n1{margin:-0.25rem !important}.mt-lg-n1,.my-lg-n1{margin-top:-0.25rem !important}.mr-lg-n1,.mx-lg-n1{margin-right:-0.25rem !important}.mb-lg-n1,.my-lg-n1{margin-bottom:-0.25rem !important}.ml-lg-n1,.mx-lg-n1{margin-left:-0.25rem !important}.m-lg-n2{margin:-0.5rem !important}.mt-lg-n2,.my-lg-n2{margin-top:-0.5rem !important}.mr-lg-n2,.mx-lg-n2{margin-right:-0.5rem !important}.mb-lg-n2,.my-lg-n2{margin-bottom:-0.5rem !important}.ml-lg-n2,.mx-lg-n2{margin-left:-0.5rem !important}.m-lg-n3{margin:-1rem !important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem !important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem !important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem !important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem !important}.m-lg-n4{margin:-1.5rem !important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem !important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem !important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem !important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem !important}.m-lg-n5{margin:-3rem !important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem !important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem !important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem !important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media (min-width: 1200px){.m-xl-0{margin:0 !important}.mt-xl-0,.my-xl-0{margin-top:0 !important}.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.ml-xl-0,.mx-xl-0{margin-left:0 !important}.m-xl-1{margin:0.25rem !important}.mt-xl-1,.my-xl-1{margin-top:0.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:0.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:0.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:0.25rem !important}.m-xl-2{margin:0.5rem !important}.mt-xl-2,.my-xl-2{margin-top:0.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:0.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:0.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:0.5rem !important}.m-xl-3{margin:1rem !important}.mt-xl-3,.my-xl-3{margin-top:1rem !important}.mr-xl-3,.mx-xl-3{margin-right:1rem !important}.mb-xl-3,.my-xl-3{margin-bottom:1rem !important}.ml-xl-3,.mx-xl-3{margin-left:1rem !important}.m-xl-4{margin:1.5rem !important}.mt-xl-4,.my-xl-4{margin-top:1.5rem !important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem !important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem !important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem !important}.m-xl-5{margin:3rem !important}.mt-xl-5,.my-xl-5{margin-top:3rem !important}.mr-xl-5,.mx-xl-5{margin-right:3rem !important}.mb-xl-5,.my-xl-5{margin-bottom:3rem !important}.ml-xl-5,.mx-xl-5{margin-left:3rem !important}.p-xl-0{padding:0 !important}.pt-xl-0,.py-xl-0{padding-top:0 !important}.pr-xl-0,.px-xl-0{padding-right:0 !important}.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pl-xl-0,.px-xl-0{padding-left:0 !important}.p-xl-1{padding:0.25rem !important}.pt-xl-1,.py-xl-1{padding-top:0.25rem !important}.pr-xl-1,.px-xl-1{padding-right:0.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:0.25rem !important}.pl-xl-1,.px-xl-1{padding-left:0.25rem !important}.p-xl-2{padding:0.5rem !important}.pt-xl-2,.py-xl-2{padding-top:0.5rem !important}.pr-xl-2,.px-xl-2{padding-right:0.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:0.5rem !important}.pl-xl-2,.px-xl-2{padding-left:0.5rem !important}.p-xl-3{padding:1rem !important}.pt-xl-3,.py-xl-3{padding-top:1rem !important}.pr-xl-3,.px-xl-3{padding-right:1rem !important}.pb-xl-3,.py-xl-3{padding-bottom:1rem !important}.pl-xl-3,.px-xl-3{padding-left:1rem !important}.p-xl-4{padding:1.5rem !important}.pt-xl-4,.py-xl-4{padding-top:1.5rem !important}.pr-xl-4,.px-xl-4{padding-right:1.5rem !important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem !important}.pl-xl-4,.px-xl-4{padding-left:1.5rem !important}.p-xl-5{padding:3rem !important}.pt-xl-5,.py-xl-5{padding-top:3rem !important}.pr-xl-5,.px-xl-5{padding-right:3rem !important}.pb-xl-5,.py-xl-5{padding-bottom:3rem !important}.pl-xl-5,.px-xl-5{padding-left:3rem !important}.m-xl-n1{margin:-0.25rem !important}.mt-xl-n1,.my-xl-n1{margin-top:-0.25rem !important}.mr-xl-n1,.mx-xl-n1{margin-right:-0.25rem !important}.mb-xl-n1,.my-xl-n1{margin-bottom:-0.25rem !important}.ml-xl-n1,.mx-xl-n1{margin-left:-0.25rem !important}.m-xl-n2{margin:-0.5rem !important}.mt-xl-n2,.my-xl-n2{margin-top:-0.5rem !important}.mr-xl-n2,.mx-xl-n2{margin-right:-0.5rem !important}.mb-xl-n2,.my-xl-n2{margin-bottom:-0.5rem !important}.ml-xl-n2,.mx-xl-n2{margin-left:-0.5rem !important}.m-xl-n3{margin:-1rem !important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem !important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem !important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem !important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem !important}.m-xl-n4{margin:-1.5rem !important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem !important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem !important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem !important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem !important}.m-xl-n5{margin:-3rem !important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem !important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem !important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem !important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}.text-monospace{font-family:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important}.text-justify{text-align:justify !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}@media (min-width: 576px){.text-sm-left{text-align:left !important}.text-sm-right{text-align:right !important}.text-sm-center{text-align:center !important}}@media (min-width: 768px){.text-md-left{text-align:left !important}.text-md-right{text-align:right !important}.text-md-center{text-align:center !important}}@media (min-width: 992px){.text-lg-left{text-align:left !important}.text-lg-right{text-align:right !important}.text-lg-center{text-align:center !important}}@media (min-width: 1200px){.text-xl-left{text-align:left !important}.text-xl-right{text-align:right !important}.text-xl-center{text-align:center !important}}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.font-weight-light{font-weight:300 !important}.font-weight-lighter{font-weight:lighter !important}.font-weight-normal{font-weight:400 !important}.font-weight-bold{font-weight:700 !important}.font-weight-bolder{font-weight:bolder !important}.font-italic{font-style:italic !important}.text-white{color:#fff !important}.text-primary{color:#3A3F44 !important}a.text-primary:hover,a.text-primary:focus{color:#17191b !important}.text-secondary{color:#7A8288 !important}a.text-secondary:hover,a.text-secondary:focus{color:#565b60 !important}.text-success{color:#62c462 !important}a.text-success:hover,a.text-success:focus{color:#3b9e3b !important}.text-info{color:#5bc0de !important}a.text-info:hover,a.text-info:focus{color:#28a1c5 !important}.text-warning{color:#f89406 !important}a.text-warning:hover,a.text-warning:focus{color:#ad6704 !important}.text-danger{color:#ee5f5b !important}a.text-danger:hover,a.text-danger:focus{color:#e51d18 !important}.text-light{color:#e9ecef !important}a.text-light:hover,a.text-light:focus{color:#bdc6cf !important}.text-dark{color:#272B30 !important}a.text-dark:hover,a.text-dark:focus{color:#050506 !important}.text-body{color:#aaa !important}.text-muted{color:#7A8288 !important}.text-black-50{color:rgba(0,0,0,0.5) !important}.text-white-50{color:rgba(255,255,255,0.5) !important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none !important}.text-break{word-break:break-word !important;overflow-wrap:break-word !important}.text-reset{color:inherit !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}@media print{*,*::before,*::after{text-shadow:none !important;-webkit-box-shadow:none !important;box-shadow:none !important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap !important}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px !important}.container{min-width:992px !important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #dee2e6 !important}.table-dark{color:inherit}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:rgba(0,0,0,0.6)}.table .thead-dark th{color:inherit;border-color:rgba(0,0,0,0.6)}}.navbar{border:1px solid rgba(0,0,0,0.6);text-shadow:1px 1px 1px rgba(0,0,0,0.3)}.navbar .container{padding:0}.navbar .navbar-toggler{border-color:rgba(0,0,0,0.6)}.navbar-fixed-top{border-width:0 0 1px 0}.navbar-fixed-bottom{border-width:1px 0 0 0}.navbar .nav-link{padding:1rem;border-left:1px solid rgba(255,255,255,0.1);border-right:1px solid rgba(0,0,0,0.2)}.navbar .nav-link:hover,.navbar .nav-link:focus{background-image:-webkit-gradient(linear, left top, left bottom, from(#101112), color-stop(40%, #17191b), to(#1b1e20));background-image:linear-gradient(#101112, #17191b 40%, #1b1e20);background-repeat:no-repeat;-webkit-filter:none;filter:none;border-left:1px solid rgba(0,0,0,0.2)}.navbar-brand{padding:0.75rem 1rem calc(54px - 0.75rem - 30px);margin-right:0;border-right:1px solid rgba(0,0,0,0.2)}.navbar .nav-item.active .nav-link{background-color:rgba(0,0,0,0.3);border-left:1px solid rgba(0,0,0,0.2)}.navbar-nav .nav-item+.nav-item{margin-left:0}.navbar.bg-light{text-shadow:1px 1px 1px rgba(0,0,0,0.1)}.navbar.bg-light .nav-link:hover,.navbar.bg-light .nav-link:focus{background-image:-webkit-gradient(linear, left top, left bottom, from(#4e5458), color-stop(40%, #565b60), to(#5b6165));background-image:linear-gradient(#4e5458, #565b60 40%, #5b6165);background-repeat:no-repeat;-webkit-filter:none;filter:none;border-left:1px solid rgba(0,0,0,0.2)}@media (max-width: 576px){.navbar-expand-sm .navbar-brand,.navbar-expand-sm .nav-link{border:none !important}}@media (max-width: 768px){.navbar-expand-md .navbar-brand,.navbar-expand-md .nav-link{border:none !important}}@media (max-width: 992px){.navbar-expand-lg .navbar-brand,.navbar-expand-lg .nav-link{border:none !important}}.btn{border-color:rgba(0,0,0,0.6);text-shadow:1px 1px 1px rgba(0,0,0,0.3)}.btn:not([disabled]):not(.disabled).active,.btn.disabled{border-color:rgba(0,0,0,0.6);-webkit-box-shadow:none;box-shadow:none}.btn:hover,.btn:focus,.btn:not([disabled]):not(.disabled):active,.btn:not([disabled]):not(.disabled):active:hover,.btn:not([disabled]):not(.disabled).active:hover{border-color:rgba(0,0,0,0.6)}.btn-primary{background-image:-webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3A3F44), to(#313539));background-image:linear-gradient(#484e55, #3A3F44 60%, #313539);background-repeat:no-repeat;-webkit-filter:none;filter:none}.btn-primary:not([disabled]):not(.disabled):hover,.btn-primary:not([disabled]):not(.disabled):focus,.btn-primary:not([disabled]):not(.disabled):active:hover,.btn-primary:not([disabled]):not(.disabled).active:hover{background-image:-webkit-gradient(linear, left top, left bottom, from(#101112), color-stop(40%, #17191b), to(#1b1e20));background-image:linear-gradient(#101112, #17191b 40%, #1b1e20);background-repeat:no-repeat;-webkit-filter:none;filter:none}.btn-secondary{background-image:-webkit-gradient(linear, left top, left bottom, from(#8a9196), color-stop(60%, #7A8288), to(#70787d));background-image:linear-gradient(#8a9196, #7A8288 60%, #70787d);background-repeat:no-repeat;-webkit-filter:none;filter:none}.btn-secondary:not([disabled]):not(.disabled):hover,.btn-secondary:not([disabled]):not(.disabled):focus,.btn-secondary:not([disabled]):not(.disabled):active,.btn-secondary:not([disabled]):not(.disabled).active{background-image:-webkit-gradient(linear, left top, left bottom, from(#4e5458), color-stop(40%, #565b60), to(#5b6165));background-image:linear-gradient(#4e5458, #565b60 40%, #5b6165);background-repeat:no-repeat;-webkit-filter:none;filter:none}.btn-success{background-image:-webkit-gradient(linear, left top, left bottom, from(#78cc78), color-stop(60%, #62c462), to(#53be53));background-image:linear-gradient(#78cc78, #62c462 60%, #53be53);background-repeat:no-repeat;-webkit-filter:none;filter:none;color:#fff}.btn-success:not([disabled]):not(.disabled):hover,.btn-success:not([disabled]):not(.disabled):focus,.btn-success:not([disabled]):not(.disabled):active,.btn-success:not([disabled]):not(.disabled).active{background-image:-webkit-gradient(linear, left top, left bottom, from(#379337), color-stop(40%, #3b9e3b), to(#3ea63e));background-image:linear-gradient(#379337, #3b9e3b 40%, #3ea63e);background-repeat:no-repeat;-webkit-filter:none;filter:none}.btn-info{background-image:-webkit-gradient(linear, left top, left bottom, from(#74cae3), color-stop(60%, #5bc0de), to(#4ab9db));background-image:linear-gradient(#74cae3, #5bc0de 60%, #4ab9db);background-repeat:no-repeat;-webkit-filter:none;filter:none;color:#fff}.btn-info:not([disabled]):not(.disabled):hover,.btn-info:not([disabled]):not(.disabled):focus,.btn-info:not([disabled]):not(.disabled):active,.btn-info:not([disabled]):not(.disabled).active{background-image:-webkit-gradient(linear, left top, left bottom, from(#2596b8), color-stop(40%, #28a1c5), to(#29a8cd));background-image:linear-gradient(#2596b8, #28a1c5 40%, #29a8cd);background-repeat:no-repeat;-webkit-filter:none;filter:none}.btn-warning{background-image:-webkit-gradient(linear, left top, left bottom, from(#faa123), color-stop(60%, #f89406), to(#e48806));background-image:linear-gradient(#faa123, #f89406 60%, #e48806);background-repeat:no-repeat;-webkit-filter:none;filter:none;color:#fff}.btn-warning:not([disabled]):not(.disabled):hover,.btn-warning:not([disabled]):not(.disabled):focus,.btn-warning:not([disabled]):not(.disabled):active,.btn-warning:not([disabled]):not(.disabled).active{background-image:-webkit-gradient(linear, left top, left bottom, from(#9e5f04), color-stop(40%, #ad6704), to(#b76d04));background-image:linear-gradient(#9e5f04, #ad6704 40%, #b76d04);background-repeat:no-repeat;-webkit-filter:none;filter:none}.btn-danger{background-image:-webkit-gradient(linear, left top, left bottom, from(#f17a77), color-stop(60%, #ee5f5b), to(#ec4d49));background-image:linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49);background-repeat:no-repeat;-webkit-filter:none;filter:none}.btn-danger:not([disabled]):not(.disabled):hover,.btn-danger:not([disabled]):not(.disabled):focus,.btn-danger:not([disabled]):not(.disabled):active,.btn-danger:not([disabled]):not(.disabled).active{background-image:-webkit-gradient(linear, left top, left bottom, from(#d71c16), color-stop(40%, #e51d18), to(#e8241f));background-image:linear-gradient(#d71c16, #e51d18 40%, #e8241f);background-repeat:no-repeat;-webkit-filter:none;filter:none}.btn-link,.btn-link:hover{border-color:transparent}.btn-group .btn.active,.btn-group-vertical .btn.active{border-color:rgba(0,0,0,0.6)}h1,h2,h3,h4,h5,h6{text-shadow:-1px -1px 0 rgba(0,0,0,0.3)}.table-primary,.table-secondary,.table-success,.table-info,.table-warning,.table-danger{color:#fff}.table-primary,.table-primary>th,.table-primary>td{background-color:#3A3F44}.table-secondary,.table-secondary>th,.table-secondary>td{background-color:#7A8288}.table-light,.table-light>th,.table-light>td{background-color:#e9ecef}.table-dark,.table-dark>th,.table-dark>td{background-color:#272B30}.table-success,.table-success>th,.table-success>td{background-color:#62c462}.table-info,.table-info>th,.table-info>td{background-color:#5bc0de}.table-danger,.table-danger>th,.table-danger>td{background-color:#ee5f5b}.table-warning,.table-warning>th,.table-warning>td{background-color:#f89406}.table-active,.table-active>th,.table-active>td{background-color:rgba(255,255,255,0.075)}.table-hover .table-primary:hover,.table-hover .table-primary:hover>th,.table-hover .table-primary:hover>td{background-color:#2e3236}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>th,.table-hover .table-secondary:hover>td{background-color:#6e757b}.table-hover .table-light:hover,.table-hover .table-light:hover>th,.table-hover .table-light:hover>td{background-color:#dadfe4}.table-hover .table-dark:hover,.table-hover .table-dark:hover>th,.table-hover .table-dark:hover>td{background-color:#1c1e22}.table-hover .table-success:hover,.table-hover .table-success:hover>th,.table-hover .table-success:hover>td{background-color:#4fbd4f}.table-hover .table-info:hover,.table-hover .table-info:hover>th,.table-hover .table-info:hover>td{background-color:#46b8da}.table-hover .table-danger:hover,.table-hover .table-danger:hover>th,.table-hover .table-danger:hover>td{background-color:#ec4844}.table-hover .table-warning:hover,.table-hover .table-warning:hover>th,.table-hover .table-warning:hover>td{background-color:#df8505}.table-hover .table-active:hover,.table-hover .table-active:hover>th,.table-hover .table-active:hover>td{background-color:rgba(255,255,255,0.075)}legend{color:#fff}.input-group-addon{background-image:-webkit-gradient(linear, left top, left bottom, from(#8a9196), color-stop(60%, #7A8288), to(#70787d));background-image:linear-gradient(#8a9196, #7A8288 60%, #70787d);background-repeat:no-repeat;-webkit-filter:none;filter:none;text-shadow:1px 1px 1px rgba(0,0,0,0.3);color:#fff}.nav-tabs .nav-link{background-image:-webkit-gradient(linear, left top, left bottom, from(#101112), color-stop(40%, #17191b), to(#1b1e20));background-image:linear-gradient(#101112, #17191b 40%, #1b1e20);background-repeat:no-repeat;-webkit-filter:none;filter:none;border:1px solid rgba(0,0,0,0.6)}.nav-tabs .nav-link:not([disabled]):not(.disabled):hover,.nav-tabs .nav-link:not([disabled]):not(.disabled):focus,.nav-tabs .nav-link:not([disabled]):not(.disabled):active,.nav-tabs .nav-link:not([disabled]):not(.disabled).active{background-image:-webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3A3F44), to(#313539));background-image:linear-gradient(#484e55, #3A3F44 60%, #313539);background-repeat:no-repeat;-webkit-filter:none;filter:none}.nav-tabs .nav-link.disabled{border:1px solid rgba(0,0,0,0.6)}.nav-tabs .nav-link,.nav-tabs .nav-link:hover{color:#fff}.nav-pills .nav-link{background-image:-webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3A3F44), to(#313539));background-image:linear-gradient(#484e55, #3A3F44 60%, #313539);background-repeat:no-repeat;-webkit-filter:none;filter:none;border:1px solid rgba(0,0,0,0.6);text-shadow:1px 1px 1px rgba(0,0,0,0.3);color:#fff}.nav-pills .nav-link:hover{background-image:-webkit-gradient(linear, left top, left bottom, from(#101112), color-stop(40%, #17191b), to(#1b1e20));background-image:linear-gradient(#101112, #17191b 40%, #1b1e20);background-repeat:no-repeat;-webkit-filter:none;filter:none;border:1px solid rgba(0,0,0,0.6)}.nav-pills .nav-link.active,.nav-pills .nav-link:hover{background-color:transparent;background-image:-webkit-gradient(linear, left top, left bottom, from(#101112), color-stop(40%, #17191b), to(#1b1e20));background-image:linear-gradient(#101112, #17191b 40%, #1b1e20);background-repeat:no-repeat;-webkit-filter:none;filter:none;border:1px solid rgba(0,0,0,0.6)}.nav-pills .nav-link.disabled,.nav-pills .nav-link.disabled:hover{background-image:-webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3A3F44), to(#313539));background-image:linear-gradient(#484e55, #3A3F44 60%, #313539);background-repeat:no-repeat;-webkit-filter:none;filter:none;color:#7A8288}.pagination .page-link{text-shadow:1px 1px 1px rgba(0,0,0,0.3);background-image:-webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3A3F44), to(#313539));background-image:linear-gradient(#484e55, #3A3F44 60%, #313539);background-repeat:no-repeat;-webkit-filter:none;filter:none}.pagination .page-link:hover{background-image:-webkit-gradient(linear, left top, left bottom, from(#101112), color-stop(40%, #17191b), to(#1b1e20));background-image:linear-gradient(#101112, #17191b 40%, #1b1e20);background-repeat:no-repeat;-webkit-filter:none;filter:none;text-decoration:none}.pagination .page-item.active .page-link{background-image:-webkit-gradient(linear, left top, left bottom, from(#101112), color-stop(40%, #17191b), to(#1b1e20));background-image:linear-gradient(#101112, #17191b 40%, #1b1e20);background-repeat:no-repeat;-webkit-filter:none;filter:none}.pagination .page-item.disabled .page-link{background-image:-webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3A3F44), to(#313539));background-image:linear-gradient(#484e55, #3A3F44 60%, #313539);background-repeat:no-repeat;-webkit-filter:none;filter:none}.breadcrumb{border:1px solid rgba(0,0,0,0.6);text-shadow:1px 1px 1px rgba(0,0,0,0.3);background-color:transparent;background-image:-webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3A3F44), to(#313539));background-image:linear-gradient(#484e55, #3A3F44 60%, #313539);background-repeat:no-repeat;-webkit-filter:none;filter:none}.breadcrumb a,.breadcrumb a:hover{color:#fff}.alert .close{color:#000;text-decoration:none}.alert{border:none;color:#fff}.alert a,.alert .alert-link{color:#fff;text-decoration:underline}.alert-primary{background-color:#3A3F44}.alert-secondary{background-color:#7A8288}.alert-success{background-color:#62c462}.alert-info{background-color:#5bc0de}.alert-warning{background-color:#f89406}.alert-danger{background-color:#ee5f5b}.alert-light{background-color:#e9ecef}.alert-dark{background-color:#272B30}.alert-light,.alert-light a:not(.btn),.alert-light .alert-link{color:#272B30}.badge-success,.badge-warning,.badge-info{color:#fff}.jumbotron{border:1px solid rgba(0,0,0,0.6)}.list-group-item:hover{background-color:#1c1e22} diff --git a/site/css/font-awesome.min.css b/site/css/font-awesome.min.css deleted file mode 100644 index 540440ce..00000000 --- a/site/css/font-awesome.min.css +++ /dev/null @@ -1,4 +0,0 @@ -/*! - * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} diff --git a/site/customisation/index.html b/site/customisation/index.html deleted file mode 100644 index 057cc789..00000000 --- a/site/customisation/index.html +++ /dev/null @@ -1,277 +0,0 @@ - - - - - - - - - - - Personnaliser - Funky Framadate Front end - - - - - - - - - - - - - - -
-
-
-
- -
    - -
-

Personnalisation

-

Vous pouvez modifier les variables d'environnement afin de modifier le logo et le titre de votre installation. -Ce logiciel étant libre et sous la licence GNU Affero V3 vous pouvez bien entendu le modifier à volonté. Voici donc un guide concernant le titre et le logo.

-

Modifiez le fichier src/environment.prod.ts, et remplacez le contenu des variables appTitle (un texte, pas forcément un seul mot) et appLogo (une URL absolue ou relative d'image) - Et voilà!

-

Quand vous builderez votre app, vous verrez ces valeurs dans la barre titre, incluses par le composant HeaderComponent automatiquement.

-

Vous pouvez modifier les valeurs dans le fichier src/environment.ts pour voir ce que cela donne en environnement de développement en lancant l'app avec npm start ou yarn start.

-

Customization

-

Change the content of the file src/environment.prod.ts, and the content of the vars appTitle (any text) and appLogo (any picture URL, relative or absolute) . - And voilà!

-
-
- - - - - - - - - - diff --git a/site/dev-guide/CONTRIBUTE/index.html b/site/dev-guide/CONTRIBUTE/index.html deleted file mode 100644 index 755f5144..00000000 --- a/site/dev-guide/CONTRIBUTE/index.html +++ /dev/null @@ -1,319 +0,0 @@ - - - - - - - - - - - Contribuer - Funky Framadate Front end - - - - - - - - - - - - - - -
-
-
-
- -
    - -
-

Comment contribuer à Framadate funky ?

-

Il existe des tas de façons de contribuer à un logiciel libre comme Framadate. Vous pouvez discuter avec d'autres personnes de ce que vous souhaiteriez voir naître dans le logiciel, essayer de l'utiliser dans sa version expérimentale, mettre en place une démo ou un service publiquement utilisable, écrire des modifications de code, proposer de l'aide de toute sorte, traduire les textes, vérifier l'accessibilité, lire la documentation d'architecture etc...

-
    -
  • Avoir un compte Framateam, et Framagit si vous souhaitez contribuer au code
  • -
  • Examiner les tickets -Discuter avec les autres membres participant, sur un ticket en particulier et aussi dans les canaux de framateam
  • -
  • Nous avons créé deux canaux: un pour les discussions générales, et un autre pour les discussions techniques de dev. Prenez soin de bien cibler le canal dans lequel vous communiquez afin de ne pas faire peur aux gens qui ne codent pas et qui souhaitent contribuer de toutes les autres façons.
  • -
  • Une fois d'accord avec les autres, mettre à jour votre dépot de travail local. Voir la doc d'installation / getting started à ce sujet.
  • -
  • Utiliser la branche develop - git checkout develop - git fetch
  • -
  • choisir un ticket gitlab consacré à votre branche, si il n'en existe pas, le créer. Un ticket doit avoir un sujet suffisament petit pour pouvoir le réaliser dans un temps raisonnable. Faites des sous-tickets reliés pour les longues fonctionnalités. Le but des tickets n'étant pas de rester ad vitam dans la backlog, mais bien de montrer un avancement détaillé, avec un titre évocateur. "exit donc les tickets du genre 'ça ne marche pas' ou 'finir framadate'"
  • -
  • Faire une branche dédiée à vos modifications en lui mettant un nom éloquent. - git checkout -b ma-description-de-fonctionnalite
  • -
  • lisez les logs des commits les plus récents pour comprendre ce qui se passe.
  • -
  • Faites des petits commits, avec un titre désignant précisément ce sur quoi vous progressez.
  • -
  • Faire une merge request sur framagit qui sera soumise à la revue de code par les pairs du projet.
  • -
  • Continuer à interagir avec les autres membres pour utiliser au mieux les savoir-faire de chacun et ne pas se marcher sur les pieds.
  • -
  • Mettez toujours en avant la politesse et l'empathie, la collaboration n'en sera que meilleure.
  • -
  • N'hésitez pas à contacter en direct les personnes avec lesquelles vous souhaitez avancer.
  • -
-

Qui veut faire quoi ?

-
    -
  • maiwann : maquettes, UX
  • -
  • tykayn : développeur front end, JS & styles
  • -
  • newick : intégrateur dans la vraie vie
  • -
  • llaq : plutôt HTML / css et un peu de développement en php
  • -
  • talone : plutôt coté JS
  • -
  • tcit : dev tout qui connait bien le backend de Framadate actuel
  • -
  • pouhiou : soutien moral
  • -
  • come_744 : git, découverte d'angular
  • -
  • arnaldo : php, découverte du libre
  • -
  • elbuffeto : l'intégration HTML/CSS, accessibilité
  • -
  • l4pin : un peu de front JS, beaucoup de back
  • -
  • wadouk : dev compilé (elm, haskell, scala)
  • -
  • cbossard : dev (plutôt backend), java/javascript, avec un peu de temps en ce moment
  • -
  • seraf : dev fullstack (plutôt front), JS (Angular, VueJS, Svelte), PHP (Symfony, ApiPlatform), Java (Spring)
  • -
-

Liens utiles:

-
    -
  • Discussion : https://framateam.org/ux-framatrucs/channels/framadate
  • -
  • Repo front/dev : https://framagit.org/framasoft/framadate/funky-framadate-front/tree/dev
  • -
  • Repo back : https://framagit.org/framasoft/framadate/framadate
  • -
  • Maquettes Zeplin : demander l'accès à maiwann
  • -
  • La démo : https://framadate-api.cipherbliss.com/
  • -
  • Vidéo de présentation au lancement de la refonte : https://nuage.maiwann.net/s/JRRHTR9D2akMAa7
  • -
-
-
- - - - - - - - - - diff --git a/site/dev-guide/Issue_template/index.html b/site/dev-guide/Issue_template/index.html deleted file mode 100644 index 40f43f4b..00000000 --- a/site/dev-guide/Issue_template/index.html +++ /dev/null @@ -1,303 +0,0 @@ - - - - - - - - - - - Issue template - Funky Framadate Front end - - - - - - - - - - - - - - -
-
- -
- -
    - -
-

Résumé

-

(Summarize the bug encountered concisely)

-

Steps to reproduce

-

(How one can reproduce the issue - this is very important)

-

Example Project

-

(If possible, please create an example project here on GitLab.com that exhibits the problematic -behavior, and link to it here in the bug report. -If you are using an older version of GitLab, this will also determine whether the bug has been fixed -in a more recent version)

-

What is the current bug behavior?

-

(What actually happens)

-

What is the expected correct behavior?

-

(What you should see instead)

-

Relevant logs and/or screenshots

-

(Paste any relevant logs - please use code blocks (```) to format console output, logs, and code, as -it's very hard to read otherwise.)

-

Possible fixes

-

(If you can, link to the line of code that might be responsible for the problem)

-

/label ~bug ~reproduced ~needs-investigation -/cc @project-manager -/assign @qa-tester

-
-
- - - - - - - - - - diff --git a/site/fonts/fontawesome-webfont.eot b/site/fonts/fontawesome-webfont.eot deleted file mode 100644 index e9f60ca9..00000000 Binary files a/site/fonts/fontawesome-webfont.eot and /dev/null differ diff --git a/site/fonts/fontawesome-webfont.svg b/site/fonts/fontawesome-webfont.svg deleted file mode 100644 index 855c845e..00000000 --- a/site/fonts/fontawesome-webfont.svg +++ /dev/null @@ -1,2671 +0,0 @@ - - - - -Created by FontForge 20120731 at Mon Oct 24 17:37:40 2016 - By ,,, -Copyright Dave Gandy 2016. All rights reserved. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/site/fonts/fontawesome-webfont.ttf b/site/fonts/fontawesome-webfont.ttf deleted file mode 100644 index 35acda2f..00000000 Binary files a/site/fonts/fontawesome-webfont.ttf and /dev/null differ diff --git a/site/fonts/fontawesome-webfont.woff b/site/fonts/fontawesome-webfont.woff deleted file mode 100644 index 400014a4..00000000 Binary files a/site/fonts/fontawesome-webfont.woff and /dev/null differ diff --git a/site/fonts/fontawesome-webfont.woff2 b/site/fonts/fontawesome-webfont.woff2 deleted file mode 100644 index 4d13fc60..00000000 Binary files a/site/fonts/fontawesome-webfont.woff2 and /dev/null differ diff --git a/site/fonts/glyphicons-halflings-regular.eot b/site/fonts/glyphicons-halflings-regular.eot deleted file mode 100644 index b93a4953..00000000 Binary files a/site/fonts/glyphicons-halflings-regular.eot and /dev/null differ diff --git a/site/fonts/glyphicons-halflings-regular.svg b/site/fonts/glyphicons-halflings-regular.svg deleted file mode 100644 index 94fb5490..00000000 --- a/site/fonts/glyphicons-halflings-regular.svg +++ /dev/null @@ -1,288 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/site/fonts/glyphicons-halflings-regular.ttf b/site/fonts/glyphicons-halflings-regular.ttf deleted file mode 100644 index 1413fc60..00000000 Binary files a/site/fonts/glyphicons-halflings-regular.ttf and /dev/null differ diff --git a/site/fonts/glyphicons-halflings-regular.woff b/site/fonts/glyphicons-halflings-regular.woff deleted file mode 100644 index 9e612858..00000000 Binary files a/site/fonts/glyphicons-halflings-regular.woff and /dev/null differ diff --git a/site/fonts/glyphicons-halflings-regular.woff2 b/site/fonts/glyphicons-halflings-regular.woff2 deleted file mode 100644 index 64539b54..00000000 Binary files a/site/fonts/glyphicons-halflings-regular.woff2 and /dev/null differ diff --git a/site/img/colors_framadate_funky.png b/site/img/colors_framadate_funky.png deleted file mode 100644 index 5c323610..00000000 Binary files a/site/img/colors_framadate_funky.png and /dev/null differ diff --git a/site/img/date-poll-api-schema-diagram.uml b/site/img/date-poll-api-schema-diagram.uml deleted file mode 100644 index 2743f8b0..00000000 --- a/site/img/date-poll-api-schema-diagram.uml +++ /dev/null @@ -1,80 +0,0 @@ - - - DATABASE - 199d9e19-a935-452f-b6e5-37ffdb194d55.TABLE:framadate_api.choice - - 199d9e19-a935-452f-b6e5-37ffdb194d55.TABLE:framadate_api.choice - 199d9e19-a935-452f-b6e5-37ffdb194d55.TABLE:framadate_api.stack_of_votes - 199d9e19-a935-452f-b6e5-37ffdb194d55.TABLE:framadate_api.vote - 199d9e19-a935-452f-b6e5-37ffdb194d55.TABLE:framadate_api.owner - 199d9e19-a935-452f-b6e5-37ffdb194d55.TABLE:framadate_api.poll - 199d9e19-a935-452f-b6e5-37ffdb194d55.TABLE:framadate_api.comment - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 199d9e19-a935-452f-b6e5-37ffdb194d55.TABLE:framadate_api.poll - - - Columns - Key columns - Virtual foreign keys - - - diff --git a/site/img/date-poll-api-schema.png b/site/img/date-poll-api-schema.png deleted file mode 100644 index 0a38ec36..00000000 Binary files a/site/img/date-poll-api-schema.png and /dev/null differ diff --git a/site/img/favicon.ico b/site/img/favicon.ico deleted file mode 100644 index e85006a3..00000000 Binary files a/site/img/favicon.ico and /dev/null differ diff --git a/site/img/framadate_funky_design.png b/site/img/framadate_funky_design.png deleted file mode 100644 index a70a8fdf..00000000 Binary files a/site/img/framadate_funky_design.png and /dev/null differ diff --git a/site/img/grid.png b/site/img/grid.png deleted file mode 100644 index 878c3ed5..00000000 Binary files a/site/img/grid.png and /dev/null differ diff --git a/site/index.en/index.html b/site/index.en/index.html deleted file mode 100644 index 76b316e7..00000000 --- a/site/index.en/index.html +++ /dev/null @@ -1,266 +0,0 @@ - - - - - - - - - - - Framadate - funky version - Funky Framadate Front end - - - - - - - - - - - - - - -
-
-
-
- - -

Framadate - funky version

-
-

EN: A libre polling software made by contributors around the French association Framasoft. -This version uses a brand new backend API.ntributeurs de l'association Framasoft, avec une API backend.

-
-
- - - - - - - - - - diff --git a/site/index.fr/index.html b/site/index.fr/index.html deleted file mode 100644 index 9b8a0711..00000000 --- a/site/index.fr/index.html +++ /dev/null @@ -1,355 +0,0 @@ - - - - - - - - - - - Framadate - funky version - Funky Framadate Front end - - - - - - - - - - - - - - -
-
- -
- - -

Framadate - funky version

-

FR: Un logiciel libre de sondage fait par les contributeurs de l'association Framasoft, avec une API backend.

-

Index

-
    -
  • Meeting notes
  • -
  • Getting Started (yarn start / npm start)
  • -
  • How to contribute
  • -
  • Architecture
  • -
  • Translation i18n
  • -
  • Accesibility
  • -
  • Licence GNU affero V3
  • -
-

Framadate - funky version

-

FR: Un logiciel libre de sondage fait par les contributeurs de l'association Framasoft, avec une API backend. -EN: A libre polling software made by contributors around the French association Framasoft. -This version uses a brand new backend API.

-

Pour débuter - getting started

-

lire la doc pour débuter votre Funky Framadate

-

Documentation

-

FR: Toute la documentation est disponible dans le dossier "doc", principalement en Français. -EN: All documentation is available in the "doc" folder, mainly in French because reasons.

-

Version funky framadate

-
    -
  • Spécifications
  • -
  • maquettes par @maiwann : https://scene.zeplin.io/project/5d4d83d68866d6522ff2ff10
  • -
  • vidéo de démo des maquettes par @maiwann : https://nuage.maiwann.net/s/JRRHTR9D2akMAa7
  • -
  • discussions sur framateam canal général : https://framateam.org/ux-framatrucs/channaels/framadate
  • -
  • discussions techniques côté développeurs : https://framateam.org/ux-framatrucs/channels/framadate-dev
  • -
  • notes de réunion
  • -
  • traductions
  • -
-

Documentations sur Angular

-
    -
  • {- sur sass -} (on va utiliser CSS, si angular permet d'avoir des variables CSS, @newick)
  • -
-

Exemple de maquette de la nouvelle version

-

schéma de données -voir le schéma UML

-

-- -This project was generated with Angular CLI version 8.2.1. -For full documentation on mkdocs visit mkdocs.org. -notes-de-reunion) -* traductions

-

Documentations sur Angular

-
    -
  • {- sur sass -} (on va utiliser CSS, si angular permet d'avoir des variables CSS, @newick)
  • -
-

Exemple de maquette de la nouvelle version

-

funky_framadate_maquette

-

This project was generated with Angular CLI version 8.2.1. -For full documentation on mkdocs visit mkdocs.org.

-
-
- - - - - - - - - - diff --git a/site/index.html b/site/index.html deleted file mode 100644 index dff38d74..00000000 --- a/site/index.html +++ /dev/null @@ -1,297 +0,0 @@ - - - - - - - - - - - Funky Framadate Front end - - - - - - - - - - - - - - -
-
-
-
- - -

Framadate - funky version

-

FR: Un logiciel libre de sondage fait par les contributeurs de l'association Framasoft, avec une API backend.

-
-

EN: A libre polling software made by contributors around the French association Framasoft. -This version uses a brand new backend API.ntributeurs de l'association Framasoft, avec une API backend.

-

Index

-
    -
  • Meeting notes
  • -
  • Getting Started (yarn start / npm start)
  • -
  • How to contribute
  • -
  • Architecture
  • -
  • Translation i18n
  • -
  • Accesibility
  • -
  • Licence GNU affero V3
  • -
-

Framadate - funky version

-

FR: Un logiciel libre de sondage fait par les contributeurs de l'association Framasoft, avec une API backend. -EN: A libre polling software made by contributors around the French association Framasoft. -This version uses a brand new backend API.

-

Pour débuter - getting started

-

lire la doc pour débuter votre Funky Framadate

-

Documentation

-

voilà voilà

-
-
- - - - - - - - - - - - diff --git a/site/js/base.js b/site/js/base.js deleted file mode 100644 index 9b2662e5..00000000 --- a/site/js/base.js +++ /dev/null @@ -1,284 +0,0 @@ -function getSearchTerm() { - var sPageURL = window.location.search.substring(1); - var sURLVariables = sPageURL.split('&'); - for (var i = 0; i < sURLVariables.length; i++) { - var sParameterName = sURLVariables[i].split('='); - if (sParameterName[0] == 'q') { - return sParameterName[1]; - } - } -} - -function applyTopPadding() { - // Update various absolute positions to match where the main container - // starts. This is necessary for handling multi-line nav headers, since - // that pushes the main container down. - var offset = $('body > .container').offset(); - $('html').css('scroll-padding-top', offset.top + 'px'); - $('.bs-sidebar.affix').css('top', offset.top + 'px'); -} - -$(document).ready(function () { - applyTopPadding(); - - var search_term = getSearchTerm(), - $search_modal = $('#mkdocs_search_modal'), - $keyboard_modal = $('#mkdocs_keyboard_modal'); - - if (search_term) { - $search_modal.modal(); - } - - // make sure search input gets autofocus everytime modal opens. - $search_modal.on('shown.bs.modal', function () { - $search_modal.find('#mkdocs-search-query').focus(); - }); - - // Close search modal when result is selected - // The links get added later so listen to parent - $('#mkdocs-search-results').click(function (e) { - if ($(e.target).is('a')) { - $search_modal.modal('hide'); - } - }); - - // Populate keyboard modal with proper Keys - $keyboard_modal.find('.help.shortcut kbd')[0].innerHTML = keyCodes[shortcuts.help]; - $keyboard_modal.find('.prev.shortcut kbd')[0].innerHTML = keyCodes[shortcuts.previous]; - $keyboard_modal.find('.next.shortcut kbd')[0].innerHTML = keyCodes[shortcuts.next]; - $keyboard_modal.find('.search.shortcut kbd')[0].innerHTML = keyCodes[shortcuts.search]; - - // Keyboard navigation - document.addEventListener('keydown', function (e) { - if ($(e.target).is(':input')) return true; - var key = e.which || e.keyCode || (window.event && window.event.keyCode); - var page; - switch (key) { - case shortcuts.next: - page = $('.navbar a[rel="next"]:first').prop('href'); - break; - case shortcuts.previous: - page = $('.navbar a[rel="prev"]:first').prop('href'); - break; - case shortcuts.search: - e.preventDefault(); - $keyboard_modal.modal('hide'); - $search_modal.modal('show'); - $search_modal.find('#mkdocs-search-query').focus(); - break; - case shortcuts.help: - $search_modal.modal('hide'); - $keyboard_modal.modal('show'); - break; - default: - break; - } - if (page) { - $keyboard_modal.modal('hide'); - window.location.href = page; - } - }); - - $('table').addClass('table table-striped table-hover'); - - // Improve the scrollspy behaviour when users click on a TOC item. - $('.bs-sidenav a').on('click', function () { - var clicked = this; - setTimeout(function () { - var active = $('.nav li.active a'); - active = active[active.length - 1]; - if (clicked !== active) { - $(active).parent().removeClass('active'); - $(clicked).parent().addClass('active'); - } - }, 50); - }); - - function showInnerDropdown(item) { - var popup = $(item).next('.dropdown-menu'); - popup.addClass('show'); - $(item).addClass('open'); - - // First, close any sibling dropdowns. - var container = $(item).parent().parent(); - container.find('> .dropdown-submenu > a').each(function (i, el) { - if (el !== item) { - hideInnerDropdown(el); - } - }); - - var popupMargin = 10; - var maxBottom = $(window).height() - popupMargin; - var bounds = item.getBoundingClientRect(); - - popup.css('left', bounds.right + 'px'); - if (bounds.top + popup.height() > maxBottom && bounds.top > $(window).height() / 2) { - popup.css({ - top: bounds.bottom - popup.height() + 'px', - 'max-height': bounds.bottom - popupMargin + 'px', - }); - } else { - popup.css({ - top: bounds.top + 'px', - 'max-height': maxBottom - bounds.top + 'px', - }); - } - } - - function hideInnerDropdown(item) { - var popup = $(item).next('.dropdown-menu'); - popup.removeClass('show'); - $(item).removeClass('open'); - - popup.scrollTop(0); - popup.find('.dropdown-menu').scrollTop(0).removeClass('show'); - popup.find('.dropdown-submenu > a').removeClass('open'); - } - - $('.dropdown-submenu > a').on('click', function (e) { - if ($(this).next('.dropdown-menu').hasClass('show')) { - hideInnerDropdown(this); - } else { - showInnerDropdown(this); - } - - e.stopPropagation(); - e.preventDefault(); - }); - - $('.dropdown-menu') - .parent() - .on('hide.bs.dropdown', function (e) { - $(this).find('.dropdown-menu').scrollTop(0); - $(this).find('.dropdown-submenu > a').removeClass('open'); - $(this).find('.dropdown-menu .dropdown-menu').removeClass('show'); - }); -}); - -$(window).on('resize', applyTopPadding); - -$('body').scrollspy({ - target: '.bs-sidebar', - offset: 100, -}); - -/* Prevent disabled links from causing a page reload */ -$('li.disabled a').click(function () { - event.preventDefault(); -}); - -// See https://www.cambiaresearch.com/articles/15/javascript-char-codes-key-codes -// We only list common keys below. Obscure keys are omitted and their use is discouraged. -var keyCodes = { - 8: 'backspace', - 9: 'tab', - 13: 'enter', - 16: 'shift', - 17: 'ctrl', - 18: 'alt', - 19: 'pause/break', - 20: 'caps lock', - 27: 'escape', - 32: 'spacebar', - 33: 'page up', - 34: 'page down', - 35: 'end', - 36: 'home', - 37: '←', - 38: '↑', - 39: '→', - 40: '↓', - 45: 'insert', - 46: 'delete', - 48: '0', - 49: '1', - 50: '2', - 51: '3', - 52: '4', - 53: '5', - 54: '6', - 55: '7', - 56: '8', - 57: '9', - 65: 'a', - 66: 'b', - 67: 'c', - 68: 'd', - 69: 'e', - 70: 'f', - 71: 'g', - 72: 'h', - 73: 'i', - 74: 'j', - 75: 'k', - 76: 'l', - 77: 'm', - 78: 'n', - 79: 'o', - 80: 'p', - 81: 'q', - 82: 'r', - 83: 's', - 84: 't', - 85: 'u', - 86: 'v', - 87: 'w', - 88: 'x', - 89: 'y', - 90: 'z', - 91: 'Left Windows Key / Left ⌘', - 92: 'Right Windows Key', - 93: 'Windows Menu / Right ⌘', - 96: 'numpad 0', - 97: 'numpad 1', - 98: 'numpad 2', - 99: 'numpad 3', - 100: 'numpad 4', - 101: 'numpad 5', - 102: 'numpad 6', - 103: 'numpad 7', - 104: 'numpad 8', - 105: 'numpad 9', - 106: 'multiply', - 107: 'add', - 109: 'subtract', - 110: 'decimal point', - 111: 'divide', - 112: 'f1', - 113: 'f2', - 114: 'f3', - 115: 'f4', - 116: 'f5', - 117: 'f6', - 118: 'f7', - 119: 'f8', - 120: 'f9', - 121: 'f10', - 122: 'f11', - 123: 'f12', - 124: 'f13', - 125: 'f14', - 126: 'f15', - 127: 'f16', - 128: 'f17', - 129: 'f18', - 130: 'f19', - 131: 'f20', - 132: 'f21', - 133: 'f22', - 134: 'f23', - 135: 'f24', - 144: 'num lock', - 145: 'scroll lock', - 186: ';', - 187: '=', - 188: ',', - 189: '‐', - 190: '.', - 191: '?', - 192: '`', - 219: '[', - 220: '\', - 221: ']', - 222: ''', -}; diff --git a/site/js/bootstrap.min.js b/site/js/bootstrap.min.js deleted file mode 100644 index 653ff704..00000000 --- a/site/js/bootstrap.min.js +++ /dev/null @@ -1,2586 +0,0 @@ -/*! - * Bootstrap v4.3.1 (https://getbootstrap.com/) - * Copyright 2011-2019 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */ -!(function (t, e) { - 'object' == typeof exports && 'undefined' != typeof module - ? e(exports, require('jquery'), require('popper.js')) - : 'function' == typeof define && define.amd - ? define(['exports', 'jquery', 'popper.js'], e) - : e(((t = t || self).bootstrap = {}), t.jQuery, t.Popper); -})(this, function (t, g, u) { - 'use strict'; - function i(t, e) { - for (var n = 0; n < e.length; n++) { - var i = e[n]; - (i.enumerable = i.enumerable || !1), - (i.configurable = !0), - 'value' in i && (i.writable = !0), - Object.defineProperty(t, i.key, i); - } - } - function s(t, e, n) { - return e && i(t.prototype, e), n && i(t, n), t; - } - function l(o) { - for (var t = 1; t < arguments.length; t++) { - var r = null != arguments[t] ? arguments[t] : {}, - e = Object.keys(r); - 'function' == typeof Object.getOwnPropertySymbols && - (e = e.concat( - Object.getOwnPropertySymbols(r).filter(function (t) { - return Object.getOwnPropertyDescriptor(r, t).enumerable; - }) - )), - e.forEach(function (t) { - var e, n, i; - (e = o), - (i = r[(n = t)]), - n in e - ? Object.defineProperty(e, n, { value: i, enumerable: !0, configurable: !0, writable: !0 }) - : (e[n] = i); - }); - } - return o; - } - (g = g && g.hasOwnProperty('default') ? g.default : g), (u = u && u.hasOwnProperty('default') ? u.default : u); - var e = 'transitionend'; - function n(t) { - var e = this, - n = !1; - return ( - g(this).one(_.TRANSITION_END, function () { - n = !0; - }), - setTimeout(function () { - n || _.triggerTransitionEnd(e); - }, t), - this - ); - } - var _ = { - TRANSITION_END: 'bsTransitionEnd', - getUID: function (t) { - for (; (t += ~~(1e6 * Math.random())), document.getElementById(t); ); - return t; - }, - getSelectorFromElement: function (t) { - var e = t.getAttribute('data-target'); - if (!e || '#' === e) { - var n = t.getAttribute('href'); - e = n && '#' !== n ? n.trim() : ''; - } - try { - return document.querySelector(e) ? e : null; - } catch (t) { - return null; - } - }, - getTransitionDurationFromElement: function (t) { - if (!t) return 0; - var e = g(t).css('transition-duration'), - n = g(t).css('transition-delay'), - i = parseFloat(e), - o = parseFloat(n); - return i || o ? ((e = e.split(',')[0]), (n = n.split(',')[0]), 1e3 * (parseFloat(e) + parseFloat(n))) : 0; - }, - reflow: function (t) { - return t.offsetHeight; - }, - triggerTransitionEnd: function (t) { - g(t).trigger(e); - }, - supportsTransitionEnd: function () { - return Boolean(e); - }, - isElement: function (t) { - return (t[0] || t).nodeType; - }, - typeCheckConfig: function (t, e, n) { - for (var i in n) - if (Object.prototype.hasOwnProperty.call(n, i)) { - var o = n[i], - r = e[i], - s = - r && _.isElement(r) - ? 'element' - : ((a = r), - {}.toString - .call(a) - .match(/\s([a-z]+)/i)[1] - .toLowerCase()); - if (!new RegExp(o).test(s)) - throw new Error( - t.toUpperCase() + - ': Option "' + - i + - '" provided type "' + - s + - '" but expected type "' + - o + - '".' - ); - } - var a; - }, - findShadowRoot: function (t) { - if (!document.documentElement.attachShadow) return null; - if ('function' != typeof t.getRootNode) - return t instanceof ShadowRoot ? t : t.parentNode ? _.findShadowRoot(t.parentNode) : null; - var e = t.getRootNode(); - return e instanceof ShadowRoot ? e : null; - }, - }; - (g.fn.emulateTransitionEnd = n), - (g.event.special[_.TRANSITION_END] = { - bindType: e, - delegateType: e, - handle: function (t) { - if (g(t.target).is(this)) return t.handleObj.handler.apply(this, arguments); - }, - }); - var o = 'alert', - r = 'bs.alert', - a = '.' + r, - c = g.fn[o], - h = { CLOSE: 'close' + a, CLOSED: 'closed' + a, CLICK_DATA_API: 'click' + a + '.data-api' }, - f = 'alert', - d = 'fade', - m = 'show', - p = (function () { - function i(t) { - this._element = t; - } - var t = i.prototype; - return ( - (t.close = function (t) { - var e = this._element; - t && (e = this._getRootElement(t)), - this._triggerCloseEvent(e).isDefaultPrevented() || this._removeElement(e); - }), - (t.dispose = function () { - g.removeData(this._element, r), (this._element = null); - }), - (t._getRootElement = function (t) { - var e = _.getSelectorFromElement(t), - n = !1; - return e && (n = document.querySelector(e)), n || (n = g(t).closest('.' + f)[0]), n; - }), - (t._triggerCloseEvent = function (t) { - var e = g.Event(h.CLOSE); - return g(t).trigger(e), e; - }), - (t._removeElement = function (e) { - var n = this; - if ((g(e).removeClass(m), g(e).hasClass(d))) { - var t = _.getTransitionDurationFromElement(e); - g(e) - .one(_.TRANSITION_END, function (t) { - return n._destroyElement(e, t); - }) - .emulateTransitionEnd(t); - } else this._destroyElement(e); - }), - (t._destroyElement = function (t) { - g(t).detach().trigger(h.CLOSED).remove(); - }), - (i._jQueryInterface = function (n) { - return this.each(function () { - var t = g(this), - e = t.data(r); - e || ((e = new i(this)), t.data(r, e)), 'close' === n && e[n](this); - }); - }), - (i._handleDismiss = function (e) { - return function (t) { - t && t.preventDefault(), e.close(this); - }; - }), - s(i, null, [ - { - key: 'VERSION', - get: function () { - return '4.3.1'; - }, - }, - ]), - i - ); - })(); - g(document).on(h.CLICK_DATA_API, '[data-dismiss="alert"]', p._handleDismiss(new p())), - (g.fn[o] = p._jQueryInterface), - (g.fn[o].Constructor = p), - (g.fn[o].noConflict = function () { - return (g.fn[o] = c), p._jQueryInterface; - }); - var v = 'button', - y = 'bs.button', - E = '.' + y, - C = '.data-api', - T = g.fn[v], - S = 'active', - b = 'btn', - I = 'focus', - D = '[data-toggle^="button"]', - w = '[data-toggle="buttons"]', - A = 'input:not([type="hidden"])', - N = '.active', - O = '.btn', - k = { CLICK_DATA_API: 'click' + E + C, FOCUS_BLUR_DATA_API: 'focus' + E + C + ' blur' + E + C }, - P = (function () { - function n(t) { - this._element = t; - } - var t = n.prototype; - return ( - (t.toggle = function () { - var t = !0, - e = !0, - n = g(this._element).closest(w)[0]; - if (n) { - var i = this._element.querySelector(A); - if (i) { - if ('radio' === i.type) - if (i.checked && this._element.classList.contains(S)) t = !1; - else { - var o = n.querySelector(N); - o && g(o).removeClass(S); - } - if (t) { - if ( - i.hasAttribute('disabled') || - n.hasAttribute('disabled') || - i.classList.contains('disabled') || - n.classList.contains('disabled') - ) - return; - (i.checked = !this._element.classList.contains(S)), g(i).trigger('change'); - } - i.focus(), (e = !1); - } - } - e && this._element.setAttribute('aria-pressed', !this._element.classList.contains(S)), - t && g(this._element).toggleClass(S); - }), - (t.dispose = function () { - g.removeData(this._element, y), (this._element = null); - }), - (n._jQueryInterface = function (e) { - return this.each(function () { - var t = g(this).data(y); - t || ((t = new n(this)), g(this).data(y, t)), 'toggle' === e && t[e](); - }); - }), - s(n, null, [ - { - key: 'VERSION', - get: function () { - return '4.3.1'; - }, - }, - ]), - n - ); - })(); - g(document) - .on(k.CLICK_DATA_API, D, function (t) { - t.preventDefault(); - var e = t.target; - g(e).hasClass(b) || (e = g(e).closest(O)), P._jQueryInterface.call(g(e), 'toggle'); - }) - .on(k.FOCUS_BLUR_DATA_API, D, function (t) { - var e = g(t.target).closest(O)[0]; - g(e).toggleClass(I, /^focus(in)?$/.test(t.type)); - }), - (g.fn[v] = P._jQueryInterface), - (g.fn[v].Constructor = P), - (g.fn[v].noConflict = function () { - return (g.fn[v] = T), P._jQueryInterface; - }); - var L = 'carousel', - j = 'bs.carousel', - H = '.' + j, - R = '.data-api', - x = g.fn[L], - F = { interval: 5e3, keyboard: !0, slide: !1, pause: 'hover', wrap: !0, touch: !0 }, - U = { - interval: '(number|boolean)', - keyboard: 'boolean', - slide: '(boolean|string)', - pause: '(string|boolean)', - wrap: 'boolean', - touch: 'boolean', - }, - W = 'next', - q = 'prev', - M = 'left', - K = 'right', - Q = { - SLIDE: 'slide' + H, - SLID: 'slid' + H, - KEYDOWN: 'keydown' + H, - MOUSEENTER: 'mouseenter' + H, - MOUSELEAVE: 'mouseleave' + H, - TOUCHSTART: 'touchstart' + H, - TOUCHMOVE: 'touchmove' + H, - TOUCHEND: 'touchend' + H, - POINTERDOWN: 'pointerdown' + H, - POINTERUP: 'pointerup' + H, - DRAG_START: 'dragstart' + H, - LOAD_DATA_API: 'load' + H + R, - CLICK_DATA_API: 'click' + H + R, - }, - B = 'carousel', - V = 'active', - Y = 'slide', - z = 'carousel-item-right', - X = 'carousel-item-left', - $ = 'carousel-item-next', - G = 'carousel-item-prev', - J = 'pointer-event', - Z = '.active', - tt = '.active.carousel-item', - et = '.carousel-item', - nt = '.carousel-item img', - it = '.carousel-item-next, .carousel-item-prev', - ot = '.carousel-indicators', - rt = '[data-slide], [data-slide-to]', - st = '[data-ride="carousel"]', - at = { TOUCH: 'touch', PEN: 'pen' }, - lt = (function () { - function r(t, e) { - (this._items = null), - (this._interval = null), - (this._activeElement = null), - (this._isPaused = !1), - (this._isSliding = !1), - (this.touchTimeout = null), - (this.touchStartX = 0), - (this.touchDeltaX = 0), - (this._config = this._getConfig(e)), - (this._element = t), - (this._indicatorsElement = this._element.querySelector(ot)), - (this._touchSupported = 'ontouchstart' in document.documentElement || 0 < navigator.maxTouchPoints), - (this._pointerEvent = Boolean(window.PointerEvent || window.MSPointerEvent)), - this._addEventListeners(); - } - var t = r.prototype; - return ( - (t.next = function () { - this._isSliding || this._slide(W); - }), - (t.nextWhenVisible = function () { - !document.hidden && - g(this._element).is(':visible') && - 'hidden' !== g(this._element).css('visibility') && - this.next(); - }), - (t.prev = function () { - this._isSliding || this._slide(q); - }), - (t.pause = function (t) { - t || (this._isPaused = !0), - this._element.querySelector(it) && (_.triggerTransitionEnd(this._element), this.cycle(!0)), - clearInterval(this._interval), - (this._interval = null); - }), - (t.cycle = function (t) { - t || (this._isPaused = !1), - this._interval && (clearInterval(this._interval), (this._interval = null)), - this._config.interval && - !this._isPaused && - (this._interval = setInterval( - (document.visibilityState ? this.nextWhenVisible : this.next).bind(this), - this._config.interval - )); - }), - (t.to = function (t) { - var e = this; - this._activeElement = this._element.querySelector(tt); - var n = this._getItemIndex(this._activeElement); - if (!(t > this._items.length - 1 || t < 0)) - if (this._isSliding) - g(this._element).one(Q.SLID, function () { - return e.to(t); - }); - else { - if (n === t) return this.pause(), void this.cycle(); - var i = n < t ? W : q; - this._slide(i, this._items[t]); - } - }), - (t.dispose = function () { - g(this._element).off(H), - g.removeData(this._element, j), - (this._items = null), - (this._config = null), - (this._element = null), - (this._interval = null), - (this._isPaused = null), - (this._isSliding = null), - (this._activeElement = null), - (this._indicatorsElement = null); - }), - (t._getConfig = function (t) { - return (t = l({}, F, t)), _.typeCheckConfig(L, t, U), t; - }), - (t._handleSwipe = function () { - var t = Math.abs(this.touchDeltaX); - if (!(t <= 40)) { - var e = t / this.touchDeltaX; - 0 < e && this.prev(), e < 0 && this.next(); - } - }), - (t._addEventListeners = function () { - var e = this; - this._config.keyboard && - g(this._element).on(Q.KEYDOWN, function (t) { - return e._keydown(t); - }), - 'hover' === this._config.pause && - g(this._element) - .on(Q.MOUSEENTER, function (t) { - return e.pause(t); - }) - .on(Q.MOUSELEAVE, function (t) { - return e.cycle(t); - }), - this._config.touch && this._addTouchEventListeners(); - }), - (t._addTouchEventListeners = function () { - var n = this; - if (this._touchSupported) { - var e = function (t) { - n._pointerEvent && at[t.originalEvent.pointerType.toUpperCase()] - ? (n.touchStartX = t.originalEvent.clientX) - : n._pointerEvent || (n.touchStartX = t.originalEvent.touches[0].clientX); - }, - i = function (t) { - n._pointerEvent && - at[t.originalEvent.pointerType.toUpperCase()] && - (n.touchDeltaX = t.originalEvent.clientX - n.touchStartX), - n._handleSwipe(), - 'hover' === n._config.pause && - (n.pause(), - n.touchTimeout && clearTimeout(n.touchTimeout), - (n.touchTimeout = setTimeout(function (t) { - return n.cycle(t); - }, 500 + n._config.interval))); - }; - g(this._element.querySelectorAll(nt)).on(Q.DRAG_START, function (t) { - return t.preventDefault(); - }), - this._pointerEvent - ? (g(this._element).on(Q.POINTERDOWN, function (t) { - return e(t); - }), - g(this._element).on(Q.POINTERUP, function (t) { - return i(t); - }), - this._element.classList.add(J)) - : (g(this._element).on(Q.TOUCHSTART, function (t) { - return e(t); - }), - g(this._element).on(Q.TOUCHMOVE, function (t) { - var e; - (e = t).originalEvent.touches && 1 < e.originalEvent.touches.length - ? (n.touchDeltaX = 0) - : (n.touchDeltaX = e.originalEvent.touches[0].clientX - n.touchStartX); - }), - g(this._element).on(Q.TOUCHEND, function (t) { - return i(t); - })); - } - }), - (t._keydown = function (t) { - if (!/input|textarea/i.test(t.target.tagName)) - switch (t.which) { - case 37: - t.preventDefault(), this.prev(); - break; - case 39: - t.preventDefault(), this.next(); - } - }), - (t._getItemIndex = function (t) { - return ( - (this._items = t && t.parentNode ? [].slice.call(t.parentNode.querySelectorAll(et)) : []), - this._items.indexOf(t) - ); - }), - (t._getItemByDirection = function (t, e) { - var n = t === W, - i = t === q, - o = this._getItemIndex(e), - r = this._items.length - 1; - if (((i && 0 === o) || (n && o === r)) && !this._config.wrap) return e; - var s = (o + (t === q ? -1 : 1)) % this._items.length; - return -1 === s ? this._items[this._items.length - 1] : this._items[s]; - }), - (t._triggerSlideEvent = function (t, e) { - var n = this._getItemIndex(t), - i = this._getItemIndex(this._element.querySelector(tt)), - o = g.Event(Q.SLIDE, { relatedTarget: t, direction: e, from: i, to: n }); - return g(this._element).trigger(o), o; - }), - (t._setActiveIndicatorElement = function (t) { - if (this._indicatorsElement) { - var e = [].slice.call(this._indicatorsElement.querySelectorAll(Z)); - g(e).removeClass(V); - var n = this._indicatorsElement.children[this._getItemIndex(t)]; - n && g(n).addClass(V); - } - }), - (t._slide = function (t, e) { - var n, - i, - o, - r = this, - s = this._element.querySelector(tt), - a = this._getItemIndex(s), - l = e || (s && this._getItemByDirection(t, s)), - c = this._getItemIndex(l), - h = Boolean(this._interval); - if (((o = t === W ? ((n = X), (i = $), M) : ((n = z), (i = G), K)), l && g(l).hasClass(V))) - this._isSliding = !1; - else if (!this._triggerSlideEvent(l, o).isDefaultPrevented() && s && l) { - (this._isSliding = !0), h && this.pause(), this._setActiveIndicatorElement(l); - var u = g.Event(Q.SLID, { relatedTarget: l, direction: o, from: a, to: c }); - if (g(this._element).hasClass(Y)) { - g(l).addClass(i), _.reflow(l), g(s).addClass(n), g(l).addClass(n); - var f = parseInt(l.getAttribute('data-interval'), 10); - this._config.interval = f - ? ((this._config.defaultInterval = - this._config.defaultInterval || this._config.interval), - f) - : this._config.defaultInterval || this._config.interval; - var d = _.getTransitionDurationFromElement(s); - g(s) - .one(_.TRANSITION_END, function () { - g(l) - .removeClass(n + ' ' + i) - .addClass(V), - g(s).removeClass(V + ' ' + i + ' ' + n), - (r._isSliding = !1), - setTimeout(function () { - return g(r._element).trigger(u); - }, 0); - }) - .emulateTransitionEnd(d); - } else - g(s).removeClass(V), g(l).addClass(V), (this._isSliding = !1), g(this._element).trigger(u); - h && this.cycle(); - } - }), - (r._jQueryInterface = function (i) { - return this.each(function () { - var t = g(this).data(j), - e = l({}, F, g(this).data()); - 'object' == typeof i && (e = l({}, e, i)); - var n = 'string' == typeof i ? i : e.slide; - if ((t || ((t = new r(this, e)), g(this).data(j, t)), 'number' == typeof i)) t.to(i); - else if ('string' == typeof n) { - if ('undefined' == typeof t[n]) throw new TypeError('No method named "' + n + '"'); - t[n](); - } else e.interval && e.ride && (t.pause(), t.cycle()); - }); - }), - (r._dataApiClickHandler = function (t) { - var e = _.getSelectorFromElement(this); - if (e) { - var n = g(e)[0]; - if (n && g(n).hasClass(B)) { - var i = l({}, g(n).data(), g(this).data()), - o = this.getAttribute('data-slide-to'); - o && (i.interval = !1), - r._jQueryInterface.call(g(n), i), - o && g(n).data(j).to(o), - t.preventDefault(); - } - } - }), - s(r, null, [ - { - key: 'VERSION', - get: function () { - return '4.3.1'; - }, - }, - { - key: 'Default', - get: function () { - return F; - }, - }, - ]), - r - ); - })(); - g(document).on(Q.CLICK_DATA_API, rt, lt._dataApiClickHandler), - g(window).on(Q.LOAD_DATA_API, function () { - for (var t = [].slice.call(document.querySelectorAll(st)), e = 0, n = t.length; e < n; e++) { - var i = g(t[e]); - lt._jQueryInterface.call(i, i.data()); - } - }), - (g.fn[L] = lt._jQueryInterface), - (g.fn[L].Constructor = lt), - (g.fn[L].noConflict = function () { - return (g.fn[L] = x), lt._jQueryInterface; - }); - var ct = 'collapse', - ht = 'bs.collapse', - ut = '.' + ht, - ft = g.fn[ct], - dt = { toggle: !0, parent: '' }, - gt = { toggle: 'boolean', parent: '(string|element)' }, - _t = { - SHOW: 'show' + ut, - SHOWN: 'shown' + ut, - HIDE: 'hide' + ut, - HIDDEN: 'hidden' + ut, - CLICK_DATA_API: 'click' + ut + '.data-api', - }, - mt = 'show', - pt = 'collapse', - vt = 'collapsing', - yt = 'collapsed', - Et = 'width', - Ct = 'height', - Tt = '.show, .collapsing', - St = '[data-toggle="collapse"]', - bt = (function () { - function a(e, t) { - (this._isTransitioning = !1), - (this._element = e), - (this._config = this._getConfig(t)), - (this._triggerArray = [].slice.call( - document.querySelectorAll( - '[data-toggle="collapse"][href="#' + - e.id + - '"],[data-toggle="collapse"][data-target="#' + - e.id + - '"]' - ) - )); - for (var n = [].slice.call(document.querySelectorAll(St)), i = 0, o = n.length; i < o; i++) { - var r = n[i], - s = _.getSelectorFromElement(r), - a = [].slice.call(document.querySelectorAll(s)).filter(function (t) { - return t === e; - }); - null !== s && 0 < a.length && ((this._selector = s), this._triggerArray.push(r)); - } - (this._parent = this._config.parent ? this._getParent() : null), - this._config.parent || this._addAriaAndCollapsedClass(this._element, this._triggerArray), - this._config.toggle && this.toggle(); - } - var t = a.prototype; - return ( - (t.toggle = function () { - g(this._element).hasClass(mt) ? this.hide() : this.show(); - }), - (t.show = function () { - var t, - e, - n = this; - if ( - !this._isTransitioning && - !g(this._element).hasClass(mt) && - (this._parent && - 0 === - (t = [].slice.call(this._parent.querySelectorAll(Tt)).filter(function (t) { - return 'string' == typeof n._config.parent - ? t.getAttribute('data-parent') === n._config.parent - : t.classList.contains(pt); - })).length && - (t = null), - !(t && (e = g(t).not(this._selector).data(ht)) && e._isTransitioning)) - ) { - var i = g.Event(_t.SHOW); - if ((g(this._element).trigger(i), !i.isDefaultPrevented())) { - t && (a._jQueryInterface.call(g(t).not(this._selector), 'hide'), e || g(t).data(ht, null)); - var o = this._getDimension(); - g(this._element).removeClass(pt).addClass(vt), - (this._element.style[o] = 0), - this._triggerArray.length && - g(this._triggerArray).removeClass(yt).attr('aria-expanded', !0), - this.setTransitioning(!0); - var r = 'scroll' + (o[0].toUpperCase() + o.slice(1)), - s = _.getTransitionDurationFromElement(this._element); - g(this._element) - .one(_.TRANSITION_END, function () { - g(n._element).removeClass(vt).addClass(pt).addClass(mt), - (n._element.style[o] = ''), - n.setTransitioning(!1), - g(n._element).trigger(_t.SHOWN); - }) - .emulateTransitionEnd(s), - (this._element.style[o] = this._element[r] + 'px'); - } - } - }), - (t.hide = function () { - var t = this; - if (!this._isTransitioning && g(this._element).hasClass(mt)) { - var e = g.Event(_t.HIDE); - if ((g(this._element).trigger(e), !e.isDefaultPrevented())) { - var n = this._getDimension(); - (this._element.style[n] = this._element.getBoundingClientRect()[n] + 'px'), - _.reflow(this._element), - g(this._element).addClass(vt).removeClass(pt).removeClass(mt); - var i = this._triggerArray.length; - if (0 < i) - for (var o = 0; o < i; o++) { - var r = this._triggerArray[o], - s = _.getSelectorFromElement(r); - if (null !== s) - g([].slice.call(document.querySelectorAll(s))).hasClass(mt) || - g(r).addClass(yt).attr('aria-expanded', !1); - } - this.setTransitioning(!0); - this._element.style[n] = ''; - var a = _.getTransitionDurationFromElement(this._element); - g(this._element) - .one(_.TRANSITION_END, function () { - t.setTransitioning(!1), - g(t._element).removeClass(vt).addClass(pt).trigger(_t.HIDDEN); - }) - .emulateTransitionEnd(a); - } - } - }), - (t.setTransitioning = function (t) { - this._isTransitioning = t; - }), - (t.dispose = function () { - g.removeData(this._element, ht), - (this._config = null), - (this._parent = null), - (this._element = null), - (this._triggerArray = null), - (this._isTransitioning = null); - }), - (t._getConfig = function (t) { - return ((t = l({}, dt, t)).toggle = Boolean(t.toggle)), _.typeCheckConfig(ct, t, gt), t; - }), - (t._getDimension = function () { - return g(this._element).hasClass(Et) ? Et : Ct; - }), - (t._getParent = function () { - var t, - n = this; - _.isElement(this._config.parent) - ? ((t = this._config.parent), - 'undefined' != typeof this._config.parent.jquery && (t = this._config.parent[0])) - : (t = document.querySelector(this._config.parent)); - var e = '[data-toggle="collapse"][data-parent="' + this._config.parent + '"]', - i = [].slice.call(t.querySelectorAll(e)); - return ( - g(i).each(function (t, e) { - n._addAriaAndCollapsedClass(a._getTargetFromElement(e), [e]); - }), - t - ); - }), - (t._addAriaAndCollapsedClass = function (t, e) { - var n = g(t).hasClass(mt); - e.length && g(e).toggleClass(yt, !n).attr('aria-expanded', n); - }), - (a._getTargetFromElement = function (t) { - var e = _.getSelectorFromElement(t); - return e ? document.querySelector(e) : null; - }), - (a._jQueryInterface = function (i) { - return this.each(function () { - var t = g(this), - e = t.data(ht), - n = l({}, dt, t.data(), 'object' == typeof i && i ? i : {}); - if ( - (!e && n.toggle && /show|hide/.test(i) && (n.toggle = !1), - e || ((e = new a(this, n)), t.data(ht, e)), - 'string' == typeof i) - ) { - if ('undefined' == typeof e[i]) throw new TypeError('No method named "' + i + '"'); - e[i](); - } - }); - }), - s(a, null, [ - { - key: 'VERSION', - get: function () { - return '4.3.1'; - }, - }, - { - key: 'Default', - get: function () { - return dt; - }, - }, - ]), - a - ); - })(); - g(document).on(_t.CLICK_DATA_API, St, function (t) { - 'A' === t.currentTarget.tagName && t.preventDefault(); - var n = g(this), - e = _.getSelectorFromElement(this), - i = [].slice.call(document.querySelectorAll(e)); - g(i).each(function () { - var t = g(this), - e = t.data(ht) ? 'toggle' : n.data(); - bt._jQueryInterface.call(t, e); - }); - }), - (g.fn[ct] = bt._jQueryInterface), - (g.fn[ct].Constructor = bt), - (g.fn[ct].noConflict = function () { - return (g.fn[ct] = ft), bt._jQueryInterface; - }); - var It = 'dropdown', - Dt = 'bs.dropdown', - wt = '.' + Dt, - At = '.data-api', - Nt = g.fn[It], - Ot = new RegExp('38|40|27'), - kt = { - HIDE: 'hide' + wt, - HIDDEN: 'hidden' + wt, - SHOW: 'show' + wt, - SHOWN: 'shown' + wt, - CLICK: 'click' + wt, - CLICK_DATA_API: 'click' + wt + At, - KEYDOWN_DATA_API: 'keydown' + wt + At, - KEYUP_DATA_API: 'keyup' + wt + At, - }, - Pt = 'disabled', - Lt = 'show', - jt = 'dropup', - Ht = 'dropright', - Rt = 'dropleft', - xt = 'dropdown-menu-right', - Ft = 'position-static', - Ut = '[data-toggle="dropdown"]', - Wt = '.dropdown form', - qt = '.dropdown-menu', - Mt = '.navbar-nav', - Kt = '.dropdown-menu .dropdown-item:not(.disabled):not(:disabled)', - Qt = 'top-start', - Bt = 'top-end', - Vt = 'bottom-start', - Yt = 'bottom-end', - zt = 'right-start', - Xt = 'left-start', - $t = { offset: 0, flip: !0, boundary: 'scrollParent', reference: 'toggle', display: 'dynamic' }, - Gt = { - offset: '(number|string|function)', - flip: 'boolean', - boundary: '(string|element)', - reference: '(string|element)', - display: 'string', - }, - Jt = (function () { - function c(t, e) { - (this._element = t), - (this._popper = null), - (this._config = this._getConfig(e)), - (this._menu = this._getMenuElement()), - (this._inNavbar = this._detectNavbar()), - this._addEventListeners(); - } - var t = c.prototype; - return ( - (t.toggle = function () { - if (!this._element.disabled && !g(this._element).hasClass(Pt)) { - var t = c._getParentFromElement(this._element), - e = g(this._menu).hasClass(Lt); - if ((c._clearMenus(), !e)) { - var n = { relatedTarget: this._element }, - i = g.Event(kt.SHOW, n); - if ((g(t).trigger(i), !i.isDefaultPrevented())) { - if (!this._inNavbar) { - if ('undefined' == typeof u) - throw new TypeError( - "Bootstrap's dropdowns require Popper.js (https://popper.js.org/)" - ); - var o = this._element; - 'parent' === this._config.reference - ? (o = t) - : _.isElement(this._config.reference) && - ((o = this._config.reference), - 'undefined' != typeof this._config.reference.jquery && - (o = this._config.reference[0])), - 'scrollParent' !== this._config.boundary && g(t).addClass(Ft), - (this._popper = new u(o, this._menu, this._getPopperConfig())); - } - 'ontouchstart' in document.documentElement && - 0 === g(t).closest(Mt).length && - g(document.body).children().on('mouseover', null, g.noop), - this._element.focus(), - this._element.setAttribute('aria-expanded', !0), - g(this._menu).toggleClass(Lt), - g(t).toggleClass(Lt).trigger(g.Event(kt.SHOWN, n)); - } - } - } - }), - (t.show = function () { - if (!(this._element.disabled || g(this._element).hasClass(Pt) || g(this._menu).hasClass(Lt))) { - var t = { relatedTarget: this._element }, - e = g.Event(kt.SHOW, t), - n = c._getParentFromElement(this._element); - g(n).trigger(e), - e.isDefaultPrevented() || - (g(this._menu).toggleClass(Lt), g(n).toggleClass(Lt).trigger(g.Event(kt.SHOWN, t))); - } - }), - (t.hide = function () { - if (!this._element.disabled && !g(this._element).hasClass(Pt) && g(this._menu).hasClass(Lt)) { - var t = { relatedTarget: this._element }, - e = g.Event(kt.HIDE, t), - n = c._getParentFromElement(this._element); - g(n).trigger(e), - e.isDefaultPrevented() || - (g(this._menu).toggleClass(Lt), g(n).toggleClass(Lt).trigger(g.Event(kt.HIDDEN, t))); - } - }), - (t.dispose = function () { - g.removeData(this._element, Dt), - g(this._element).off(wt), - (this._element = null), - (this._menu = null) !== this._popper && (this._popper.destroy(), (this._popper = null)); - }), - (t.update = function () { - (this._inNavbar = this._detectNavbar()), null !== this._popper && this._popper.scheduleUpdate(); - }), - (t._addEventListeners = function () { - var e = this; - g(this._element).on(kt.CLICK, function (t) { - t.preventDefault(), t.stopPropagation(), e.toggle(); - }); - }), - (t._getConfig = function (t) { - return ( - (t = l({}, this.constructor.Default, g(this._element).data(), t)), - _.typeCheckConfig(It, t, this.constructor.DefaultType), - t - ); - }), - (t._getMenuElement = function () { - if (!this._menu) { - var t = c._getParentFromElement(this._element); - t && (this._menu = t.querySelector(qt)); - } - return this._menu; - }), - (t._getPlacement = function () { - var t = g(this._element.parentNode), - e = Vt; - return ( - t.hasClass(jt) - ? ((e = Qt), g(this._menu).hasClass(xt) && (e = Bt)) - : t.hasClass(Ht) - ? (e = zt) - : t.hasClass(Rt) - ? (e = Xt) - : g(this._menu).hasClass(xt) && (e = Yt), - e - ); - }), - (t._detectNavbar = function () { - return 0 < g(this._element).closest('.navbar').length; - }), - (t._getOffset = function () { - var e = this, - t = {}; - return ( - 'function' == typeof this._config.offset - ? (t.fn = function (t) { - return ( - (t.offsets = l({}, t.offsets, e._config.offset(t.offsets, e._element) || {})), t - ); - }) - : (t.offset = this._config.offset), - t - ); - }), - (t._getPopperConfig = function () { - var t = { - placement: this._getPlacement(), - modifiers: { - offset: this._getOffset(), - flip: { enabled: this._config.flip }, - preventOverflow: { boundariesElement: this._config.boundary }, - }, - }; - return 'static' === this._config.display && (t.modifiers.applyStyle = { enabled: !1 }), t; - }), - (c._jQueryInterface = function (e) { - return this.each(function () { - var t = g(this).data(Dt); - if ( - (t || ((t = new c(this, 'object' == typeof e ? e : null)), g(this).data(Dt, t)), - 'string' == typeof e) - ) { - if ('undefined' == typeof t[e]) throw new TypeError('No method named "' + e + '"'); - t[e](); - } - }); - }), - (c._clearMenus = function (t) { - if (!t || (3 !== t.which && ('keyup' !== t.type || 9 === t.which))) - for (var e = [].slice.call(document.querySelectorAll(Ut)), n = 0, i = e.length; n < i; n++) { - var o = c._getParentFromElement(e[n]), - r = g(e[n]).data(Dt), - s = { relatedTarget: e[n] }; - if ((t && 'click' === t.type && (s.clickEvent = t), r)) { - var a = r._menu; - if ( - g(o).hasClass(Lt) && - !( - t && - (('click' === t.type && /input|textarea/i.test(t.target.tagName)) || - ('keyup' === t.type && 9 === t.which)) && - g.contains(o, t.target) - ) - ) { - var l = g.Event(kt.HIDE, s); - g(o).trigger(l), - l.isDefaultPrevented() || - ('ontouchstart' in document.documentElement && - g(document.body).children().off('mouseover', null, g.noop), - e[n].setAttribute('aria-expanded', 'false'), - g(a).removeClass(Lt), - g(o).removeClass(Lt).trigger(g.Event(kt.HIDDEN, s))); - } - } - } - }), - (c._getParentFromElement = function (t) { - var e, - n = _.getSelectorFromElement(t); - return n && (e = document.querySelector(n)), e || t.parentNode; - }), - (c._dataApiKeydownHandler = function (t) { - if ( - (/input|textarea/i.test(t.target.tagName) - ? !( - 32 === t.which || - (27 !== t.which && - ((40 !== t.which && 38 !== t.which) || g(t.target).closest(qt).length)) - ) - : Ot.test(t.which)) && - (t.preventDefault(), t.stopPropagation(), !this.disabled && !g(this).hasClass(Pt)) - ) { - var e = c._getParentFromElement(this), - n = g(e).hasClass(Lt); - if (n && (!n || (27 !== t.which && 32 !== t.which))) { - var i = [].slice.call(e.querySelectorAll(Kt)); - if (0 !== i.length) { - var o = i.indexOf(t.target); - 38 === t.which && 0 < o && o--, - 40 === t.which && o < i.length - 1 && o++, - o < 0 && (o = 0), - i[o].focus(); - } - } else { - if (27 === t.which) { - var r = e.querySelector(Ut); - g(r).trigger('focus'); - } - g(this).trigger('click'); - } - } - }), - s(c, null, [ - { - key: 'VERSION', - get: function () { - return '4.3.1'; - }, - }, - { - key: 'Default', - get: function () { - return $t; - }, - }, - { - key: 'DefaultType', - get: function () { - return Gt; - }, - }, - ]), - c - ); - })(); - g(document) - .on(kt.KEYDOWN_DATA_API, Ut, Jt._dataApiKeydownHandler) - .on(kt.KEYDOWN_DATA_API, qt, Jt._dataApiKeydownHandler) - .on(kt.CLICK_DATA_API + ' ' + kt.KEYUP_DATA_API, Jt._clearMenus) - .on(kt.CLICK_DATA_API, Ut, function (t) { - t.preventDefault(), t.stopPropagation(), Jt._jQueryInterface.call(g(this), 'toggle'); - }) - .on(kt.CLICK_DATA_API, Wt, function (t) { - t.stopPropagation(); - }), - (g.fn[It] = Jt._jQueryInterface), - (g.fn[It].Constructor = Jt), - (g.fn[It].noConflict = function () { - return (g.fn[It] = Nt), Jt._jQueryInterface; - }); - var Zt = 'modal', - te = 'bs.modal', - ee = '.' + te, - ne = g.fn[Zt], - ie = { backdrop: !0, keyboard: !0, focus: !0, show: !0 }, - oe = { backdrop: '(boolean|string)', keyboard: 'boolean', focus: 'boolean', show: 'boolean' }, - re = { - HIDE: 'hide' + ee, - HIDDEN: 'hidden' + ee, - SHOW: 'show' + ee, - SHOWN: 'shown' + ee, - FOCUSIN: 'focusin' + ee, - RESIZE: 'resize' + ee, - CLICK_DISMISS: 'click.dismiss' + ee, - KEYDOWN_DISMISS: 'keydown.dismiss' + ee, - MOUSEUP_DISMISS: 'mouseup.dismiss' + ee, - MOUSEDOWN_DISMISS: 'mousedown.dismiss' + ee, - CLICK_DATA_API: 'click' + ee + '.data-api', - }, - se = 'modal-dialog-scrollable', - ae = 'modal-scrollbar-measure', - le = 'modal-backdrop', - ce = 'modal-open', - he = 'fade', - ue = 'show', - fe = '.modal-dialog', - de = '.modal-body', - ge = '[data-toggle="modal"]', - _e = '[data-dismiss="modal"]', - me = '.fixed-top, .fixed-bottom, .is-fixed, .sticky-top', - pe = '.sticky-top', - ve = (function () { - function o(t, e) { - (this._config = this._getConfig(e)), - (this._element = t), - (this._dialog = t.querySelector(fe)), - (this._backdrop = null), - (this._isShown = !1), - (this._isBodyOverflowing = !1), - (this._ignoreBackdropClick = !1), - (this._isTransitioning = !1), - (this._scrollbarWidth = 0); - } - var t = o.prototype; - return ( - (t.toggle = function (t) { - return this._isShown ? this.hide() : this.show(t); - }), - (t.show = function (t) { - var e = this; - if (!this._isShown && !this._isTransitioning) { - g(this._element).hasClass(he) && (this._isTransitioning = !0); - var n = g.Event(re.SHOW, { relatedTarget: t }); - g(this._element).trigger(n), - this._isShown || - n.isDefaultPrevented() || - ((this._isShown = !0), - this._checkScrollbar(), - this._setScrollbar(), - this._adjustDialog(), - this._setEscapeEvent(), - this._setResizeEvent(), - g(this._element).on(re.CLICK_DISMISS, _e, function (t) { - return e.hide(t); - }), - g(this._dialog).on(re.MOUSEDOWN_DISMISS, function () { - g(e._element).one(re.MOUSEUP_DISMISS, function (t) { - g(t.target).is(e._element) && (e._ignoreBackdropClick = !0); - }); - }), - this._showBackdrop(function () { - return e._showElement(t); - })); - } - }), - (t.hide = function (t) { - var e = this; - if ((t && t.preventDefault(), this._isShown && !this._isTransitioning)) { - var n = g.Event(re.HIDE); - if ((g(this._element).trigger(n), this._isShown && !n.isDefaultPrevented())) { - this._isShown = !1; - var i = g(this._element).hasClass(he); - if ( - (i && (this._isTransitioning = !0), - this._setEscapeEvent(), - this._setResizeEvent(), - g(document).off(re.FOCUSIN), - g(this._element).removeClass(ue), - g(this._element).off(re.CLICK_DISMISS), - g(this._dialog).off(re.MOUSEDOWN_DISMISS), - i) - ) { - var o = _.getTransitionDurationFromElement(this._element); - g(this._element) - .one(_.TRANSITION_END, function (t) { - return e._hideModal(t); - }) - .emulateTransitionEnd(o); - } else this._hideModal(); - } - } - }), - (t.dispose = function () { - [window, this._element, this._dialog].forEach(function (t) { - return g(t).off(ee); - }), - g(document).off(re.FOCUSIN), - g.removeData(this._element, te), - (this._config = null), - (this._element = null), - (this._dialog = null), - (this._backdrop = null), - (this._isShown = null), - (this._isBodyOverflowing = null), - (this._ignoreBackdropClick = null), - (this._isTransitioning = null), - (this._scrollbarWidth = null); - }), - (t.handleUpdate = function () { - this._adjustDialog(); - }), - (t._getConfig = function (t) { - return (t = l({}, ie, t)), _.typeCheckConfig(Zt, t, oe), t; - }), - (t._showElement = function (t) { - var e = this, - n = g(this._element).hasClass(he); - (this._element.parentNode && this._element.parentNode.nodeType === Node.ELEMENT_NODE) || - document.body.appendChild(this._element), - (this._element.style.display = 'block'), - this._element.removeAttribute('aria-hidden'), - this._element.setAttribute('aria-modal', !0), - g(this._dialog).hasClass(se) - ? (this._dialog.querySelector(de).scrollTop = 0) - : (this._element.scrollTop = 0), - n && _.reflow(this._element), - g(this._element).addClass(ue), - this._config.focus && this._enforceFocus(); - var i = g.Event(re.SHOWN, { relatedTarget: t }), - o = function () { - e._config.focus && e._element.focus(), (e._isTransitioning = !1), g(e._element).trigger(i); - }; - if (n) { - var r = _.getTransitionDurationFromElement(this._dialog); - g(this._dialog).one(_.TRANSITION_END, o).emulateTransitionEnd(r); - } else o(); - }), - (t._enforceFocus = function () { - var e = this; - g(document) - .off(re.FOCUSIN) - .on(re.FOCUSIN, function (t) { - document !== t.target && - e._element !== t.target && - 0 === g(e._element).has(t.target).length && - e._element.focus(); - }); - }), - (t._setEscapeEvent = function () { - var e = this; - this._isShown && this._config.keyboard - ? g(this._element).on(re.KEYDOWN_DISMISS, function (t) { - 27 === t.which && (t.preventDefault(), e.hide()); - }) - : this._isShown || g(this._element).off(re.KEYDOWN_DISMISS); - }), - (t._setResizeEvent = function () { - var e = this; - this._isShown - ? g(window).on(re.RESIZE, function (t) { - return e.handleUpdate(t); - }) - : g(window).off(re.RESIZE); - }), - (t._hideModal = function () { - var t = this; - (this._element.style.display = 'none'), - this._element.setAttribute('aria-hidden', !0), - this._element.removeAttribute('aria-modal'), - (this._isTransitioning = !1), - this._showBackdrop(function () { - g(document.body).removeClass(ce), - t._resetAdjustments(), - t._resetScrollbar(), - g(t._element).trigger(re.HIDDEN); - }); - }), - (t._removeBackdrop = function () { - this._backdrop && (g(this._backdrop).remove(), (this._backdrop = null)); - }), - (t._showBackdrop = function (t) { - var e = this, - n = g(this._element).hasClass(he) ? he : ''; - if (this._isShown && this._config.backdrop) { - if ( - ((this._backdrop = document.createElement('div')), - (this._backdrop.className = le), - n && this._backdrop.classList.add(n), - g(this._backdrop).appendTo(document.body), - g(this._element).on(re.CLICK_DISMISS, function (t) { - e._ignoreBackdropClick - ? (e._ignoreBackdropClick = !1) - : t.target === t.currentTarget && - ('static' === e._config.backdrop ? e._element.focus() : e.hide()); - }), - n && _.reflow(this._backdrop), - g(this._backdrop).addClass(ue), - !t) - ) - return; - if (!n) return void t(); - var i = _.getTransitionDurationFromElement(this._backdrop); - g(this._backdrop).one(_.TRANSITION_END, t).emulateTransitionEnd(i); - } else if (!this._isShown && this._backdrop) { - g(this._backdrop).removeClass(ue); - var o = function () { - e._removeBackdrop(), t && t(); - }; - if (g(this._element).hasClass(he)) { - var r = _.getTransitionDurationFromElement(this._backdrop); - g(this._backdrop).one(_.TRANSITION_END, o).emulateTransitionEnd(r); - } else o(); - } else t && t(); - }), - (t._adjustDialog = function () { - var t = this._element.scrollHeight > document.documentElement.clientHeight; - !this._isBodyOverflowing && t && (this._element.style.paddingLeft = this._scrollbarWidth + 'px'), - this._isBodyOverflowing && - !t && - (this._element.style.paddingRight = this._scrollbarWidth + 'px'); - }), - (t._resetAdjustments = function () { - (this._element.style.paddingLeft = ''), (this._element.style.paddingRight = ''); - }), - (t._checkScrollbar = function () { - var t = document.body.getBoundingClientRect(); - (this._isBodyOverflowing = t.left + t.right < window.innerWidth), - (this._scrollbarWidth = this._getScrollbarWidth()); - }), - (t._setScrollbar = function () { - var o = this; - if (this._isBodyOverflowing) { - var t = [].slice.call(document.querySelectorAll(me)), - e = [].slice.call(document.querySelectorAll(pe)); - g(t).each(function (t, e) { - var n = e.style.paddingRight, - i = g(e).css('padding-right'); - g(e) - .data('padding-right', n) - .css('padding-right', parseFloat(i) + o._scrollbarWidth + 'px'); - }), - g(e).each(function (t, e) { - var n = e.style.marginRight, - i = g(e).css('margin-right'); - g(e) - .data('margin-right', n) - .css('margin-right', parseFloat(i) - o._scrollbarWidth + 'px'); - }); - var n = document.body.style.paddingRight, - i = g(document.body).css('padding-right'); - g(document.body) - .data('padding-right', n) - .css('padding-right', parseFloat(i) + this._scrollbarWidth + 'px'); - } - g(document.body).addClass(ce); - }), - (t._resetScrollbar = function () { - var t = [].slice.call(document.querySelectorAll(me)); - g(t).each(function (t, e) { - var n = g(e).data('padding-right'); - g(e).removeData('padding-right'), (e.style.paddingRight = n || ''); - }); - var e = [].slice.call(document.querySelectorAll('' + pe)); - g(e).each(function (t, e) { - var n = g(e).data('margin-right'); - 'undefined' != typeof n && g(e).css('margin-right', n).removeData('margin-right'); - }); - var n = g(document.body).data('padding-right'); - g(document.body).removeData('padding-right'), (document.body.style.paddingRight = n || ''); - }), - (t._getScrollbarWidth = function () { - var t = document.createElement('div'); - (t.className = ae), document.body.appendChild(t); - var e = t.getBoundingClientRect().width - t.clientWidth; - return document.body.removeChild(t), e; - }), - (o._jQueryInterface = function (n, i) { - return this.each(function () { - var t = g(this).data(te), - e = l({}, ie, g(this).data(), 'object' == typeof n && n ? n : {}); - if ((t || ((t = new o(this, e)), g(this).data(te, t)), 'string' == typeof n)) { - if ('undefined' == typeof t[n]) throw new TypeError('No method named "' + n + '"'); - t[n](i); - } else e.show && t.show(i); - }); - }), - s(o, null, [ - { - key: 'VERSION', - get: function () { - return '4.3.1'; - }, - }, - { - key: 'Default', - get: function () { - return ie; - }, - }, - ]), - o - ); - })(); - g(document).on(re.CLICK_DATA_API, ge, function (t) { - var e, - n = this, - i = _.getSelectorFromElement(this); - i && (e = document.querySelector(i)); - var o = g(e).data(te) ? 'toggle' : l({}, g(e).data(), g(this).data()); - ('A' !== this.tagName && 'AREA' !== this.tagName) || t.preventDefault(); - var r = g(e).one(re.SHOW, function (t) { - t.isDefaultPrevented() || - r.one(re.HIDDEN, function () { - g(n).is(':visible') && n.focus(); - }); - }); - ve._jQueryInterface.call(g(e), o, this); - }), - (g.fn[Zt] = ve._jQueryInterface), - (g.fn[Zt].Constructor = ve), - (g.fn[Zt].noConflict = function () { - return (g.fn[Zt] = ne), ve._jQueryInterface; - }); - var ye = ['background', 'cite', 'href', 'itemtype', 'longdesc', 'poster', 'src', 'xlink:href'], - Ee = { - '*': ['class', 'dir', 'id', 'lang', 'role', /^aria-[\w-]*$/i], - a: ['target', 'href', 'title', 'rel'], - area: [], - b: [], - br: [], - col: [], - code: [], - div: [], - em: [], - hr: [], - h1: [], - h2: [], - h3: [], - h4: [], - h5: [], - h6: [], - i: [], - img: ['src', 'alt', 'title', 'width', 'height'], - li: [], - ol: [], - p: [], - pre: [], - s: [], - small: [], - span: [], - sub: [], - sup: [], - strong: [], - u: [], - ul: [], - }, - Ce = /^(?:(?:https?|mailto|ftp|tel|file):|[^&:/?#]*(?:[/?#]|$))/gi, - Te = /^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+/]+=*$/i; - function Se(t, s, e) { - if (0 === t.length) return t; - if (e && 'function' == typeof e) return e(t); - for ( - var n = new window.DOMParser().parseFromString(t, 'text/html'), - a = Object.keys(s), - l = [].slice.call(n.body.querySelectorAll('*')), - i = function (t, e) { - var n = l[t], - i = n.nodeName.toLowerCase(); - if (-1 === a.indexOf(n.nodeName.toLowerCase())) return n.parentNode.removeChild(n), 'continue'; - var o = [].slice.call(n.attributes), - r = [].concat(s['*'] || [], s[i] || []); - o.forEach(function (t) { - (function (t, e) { - var n = t.nodeName.toLowerCase(); - if (-1 !== e.indexOf(n)) - return -1 === ye.indexOf(n) || Boolean(t.nodeValue.match(Ce) || t.nodeValue.match(Te)); - for ( - var i = e.filter(function (t) { - return t instanceof RegExp; - }), - o = 0, - r = i.length; - o < r; - o++ - ) - if (n.match(i[o])) return !0; - return !1; - })(t, r) || n.removeAttribute(t.nodeName); - }); - }, - o = 0, - r = l.length; - o < r; - o++ - ) - i(o); - return n.body.innerHTML; - } - var be = 'tooltip', - Ie = 'bs.tooltip', - De = '.' + Ie, - we = g.fn[be], - Ae = 'bs-tooltip', - Ne = new RegExp('(^|\\s)' + Ae + '\\S+', 'g'), - Oe = ['sanitize', 'whiteList', 'sanitizeFn'], - ke = { - animation: 'boolean', - template: 'string', - title: '(string|element|function)', - trigger: 'string', - delay: '(number|object)', - html: 'boolean', - selector: '(string|boolean)', - placement: '(string|function)', - offset: '(number|string|function)', - container: '(string|element|boolean)', - fallbackPlacement: '(string|array)', - boundary: '(string|element)', - sanitize: 'boolean', - sanitizeFn: '(null|function)', - whiteList: 'object', - }, - Pe = { AUTO: 'auto', TOP: 'top', RIGHT: 'right', BOTTOM: 'bottom', LEFT: 'left' }, - Le = { - animation: !0, - template: - '', - trigger: 'hover focus', - title: '', - delay: 0, - html: !1, - selector: !1, - placement: 'top', - offset: 0, - container: !1, - fallbackPlacement: 'flip', - boundary: 'scrollParent', - sanitize: !0, - sanitizeFn: null, - whiteList: Ee, - }, - je = 'show', - He = 'out', - Re = { - HIDE: 'hide' + De, - HIDDEN: 'hidden' + De, - SHOW: 'show' + De, - SHOWN: 'shown' + De, - INSERTED: 'inserted' + De, - CLICK: 'click' + De, - FOCUSIN: 'focusin' + De, - FOCUSOUT: 'focusout' + De, - MOUSEENTER: 'mouseenter' + De, - MOUSELEAVE: 'mouseleave' + De, - }, - xe = 'fade', - Fe = 'show', - Ue = '.tooltip-inner', - We = '.arrow', - qe = 'hover', - Me = 'focus', - Ke = 'click', - Qe = 'manual', - Be = (function () { - function i(t, e) { - if ('undefined' == typeof u) - throw new TypeError("Bootstrap's tooltips require Popper.js (https://popper.js.org/)"); - (this._isEnabled = !0), - (this._timeout = 0), - (this._hoverState = ''), - (this._activeTrigger = {}), - (this._popper = null), - (this.element = t), - (this.config = this._getConfig(e)), - (this.tip = null), - this._setListeners(); - } - var t = i.prototype; - return ( - (t.enable = function () { - this._isEnabled = !0; - }), - (t.disable = function () { - this._isEnabled = !1; - }), - (t.toggleEnabled = function () { - this._isEnabled = !this._isEnabled; - }), - (t.toggle = function (t) { - if (this._isEnabled) - if (t) { - var e = this.constructor.DATA_KEY, - n = g(t.currentTarget).data(e); - n || - ((n = new this.constructor(t.currentTarget, this._getDelegateConfig())), - g(t.currentTarget).data(e, n)), - (n._activeTrigger.click = !n._activeTrigger.click), - n._isWithActiveTrigger() ? n._enter(null, n) : n._leave(null, n); - } else { - if (g(this.getTipElement()).hasClass(Fe)) return void this._leave(null, this); - this._enter(null, this); - } - }), - (t.dispose = function () { - clearTimeout(this._timeout), - g.removeData(this.element, this.constructor.DATA_KEY), - g(this.element).off(this.constructor.EVENT_KEY), - g(this.element).closest('.modal').off('hide.bs.modal'), - this.tip && g(this.tip).remove(), - (this._isEnabled = null), - (this._timeout = null), - (this._hoverState = null), - (this._activeTrigger = null) !== this._popper && this._popper.destroy(), - (this._popper = null), - (this.element = null), - (this.config = null), - (this.tip = null); - }), - (t.show = function () { - var e = this; - if ('none' === g(this.element).css('display')) - throw new Error('Please use show on visible elements'); - var t = g.Event(this.constructor.Event.SHOW); - if (this.isWithContent() && this._isEnabled) { - g(this.element).trigger(t); - var n = _.findShadowRoot(this.element), - i = g.contains(null !== n ? n : this.element.ownerDocument.documentElement, this.element); - if (t.isDefaultPrevented() || !i) return; - var o = this.getTipElement(), - r = _.getUID(this.constructor.NAME); - o.setAttribute('id', r), - this.element.setAttribute('aria-describedby', r), - this.setContent(), - this.config.animation && g(o).addClass(xe); - var s = - 'function' == typeof this.config.placement - ? this.config.placement.call(this, o, this.element) - : this.config.placement, - a = this._getAttachment(s); - this.addAttachmentClass(a); - var l = this._getContainer(); - g(o).data(this.constructor.DATA_KEY, this), - g.contains(this.element.ownerDocument.documentElement, this.tip) || g(o).appendTo(l), - g(this.element).trigger(this.constructor.Event.INSERTED), - (this._popper = new u(this.element, o, { - placement: a, - modifiers: { - offset: this._getOffset(), - flip: { behavior: this.config.fallbackPlacement }, - arrow: { element: We }, - preventOverflow: { boundariesElement: this.config.boundary }, - }, - onCreate: function (t) { - t.originalPlacement !== t.placement && e._handlePopperPlacementChange(t); - }, - onUpdate: function (t) { - return e._handlePopperPlacementChange(t); - }, - })), - g(o).addClass(Fe), - 'ontouchstart' in document.documentElement && - g(document.body).children().on('mouseover', null, g.noop); - var c = function () { - e.config.animation && e._fixTransition(); - var t = e._hoverState; - (e._hoverState = null), - g(e.element).trigger(e.constructor.Event.SHOWN), - t === He && e._leave(null, e); - }; - if (g(this.tip).hasClass(xe)) { - var h = _.getTransitionDurationFromElement(this.tip); - g(this.tip).one(_.TRANSITION_END, c).emulateTransitionEnd(h); - } else c(); - } - }), - (t.hide = function (t) { - var e = this, - n = this.getTipElement(), - i = g.Event(this.constructor.Event.HIDE), - o = function () { - e._hoverState !== je && n.parentNode && n.parentNode.removeChild(n), - e._cleanTipClass(), - e.element.removeAttribute('aria-describedby'), - g(e.element).trigger(e.constructor.Event.HIDDEN), - null !== e._popper && e._popper.destroy(), - t && t(); - }; - if ((g(this.element).trigger(i), !i.isDefaultPrevented())) { - if ( - (g(n).removeClass(Fe), - 'ontouchstart' in document.documentElement && - g(document.body).children().off('mouseover', null, g.noop), - (this._activeTrigger[Ke] = !1), - (this._activeTrigger[Me] = !1), - (this._activeTrigger[qe] = !1), - g(this.tip).hasClass(xe)) - ) { - var r = _.getTransitionDurationFromElement(n); - g(n).one(_.TRANSITION_END, o).emulateTransitionEnd(r); - } else o(); - this._hoverState = ''; - } - }), - (t.update = function () { - null !== this._popper && this._popper.scheduleUpdate(); - }), - (t.isWithContent = function () { - return Boolean(this.getTitle()); - }), - (t.addAttachmentClass = function (t) { - g(this.getTipElement()).addClass(Ae + '-' + t); - }), - (t.getTipElement = function () { - return (this.tip = this.tip || g(this.config.template)[0]), this.tip; - }), - (t.setContent = function () { - var t = this.getTipElement(); - this.setElementContent(g(t.querySelectorAll(Ue)), this.getTitle()), g(t).removeClass(xe + ' ' + Fe); - }), - (t.setElementContent = function (t, e) { - 'object' != typeof e || (!e.nodeType && !e.jquery) - ? this.config.html - ? (this.config.sanitize && (e = Se(e, this.config.whiteList, this.config.sanitizeFn)), - t.html(e)) - : t.text(e) - : this.config.html - ? g(e).parent().is(t) || t.empty().append(e) - : t.text(g(e).text()); - }), - (t.getTitle = function () { - var t = this.element.getAttribute('data-original-title'); - return ( - t || - (t = - 'function' == typeof this.config.title - ? this.config.title.call(this.element) - : this.config.title), - t - ); - }), - (t._getOffset = function () { - var e = this, - t = {}; - return ( - 'function' == typeof this.config.offset - ? (t.fn = function (t) { - return ( - (t.offsets = l({}, t.offsets, e.config.offset(t.offsets, e.element) || {})), t - ); - }) - : (t.offset = this.config.offset), - t - ); - }), - (t._getContainer = function () { - return !1 === this.config.container - ? document.body - : _.isElement(this.config.container) - ? g(this.config.container) - : g(document).find(this.config.container); - }), - (t._getAttachment = function (t) { - return Pe[t.toUpperCase()]; - }), - (t._setListeners = function () { - var i = this; - this.config.trigger.split(' ').forEach(function (t) { - if ('click' === t) - g(i.element).on(i.constructor.Event.CLICK, i.config.selector, function (t) { - return i.toggle(t); - }); - else if (t !== Qe) { - var e = t === qe ? i.constructor.Event.MOUSEENTER : i.constructor.Event.FOCUSIN, - n = t === qe ? i.constructor.Event.MOUSELEAVE : i.constructor.Event.FOCUSOUT; - g(i.element) - .on(e, i.config.selector, function (t) { - return i._enter(t); - }) - .on(n, i.config.selector, function (t) { - return i._leave(t); - }); - } - }), - g(this.element) - .closest('.modal') - .on('hide.bs.modal', function () { - i.element && i.hide(); - }), - this.config.selector - ? (this.config = l({}, this.config, { trigger: 'manual', selector: '' })) - : this._fixTitle(); - }), - (t._fixTitle = function () { - var t = typeof this.element.getAttribute('data-original-title'); - (this.element.getAttribute('title') || 'string' !== t) && - (this.element.setAttribute('data-original-title', this.element.getAttribute('title') || ''), - this.element.setAttribute('title', '')); - }), - (t._enter = function (t, e) { - var n = this.constructor.DATA_KEY; - (e = e || g(t.currentTarget).data(n)) || - ((e = new this.constructor(t.currentTarget, this._getDelegateConfig())), - g(t.currentTarget).data(n, e)), - t && (e._activeTrigger['focusin' === t.type ? Me : qe] = !0), - g(e.getTipElement()).hasClass(Fe) || e._hoverState === je - ? (e._hoverState = je) - : (clearTimeout(e._timeout), - (e._hoverState = je), - e.config.delay && e.config.delay.show - ? (e._timeout = setTimeout(function () { - e._hoverState === je && e.show(); - }, e.config.delay.show)) - : e.show()); - }), - (t._leave = function (t, e) { - var n = this.constructor.DATA_KEY; - (e = e || g(t.currentTarget).data(n)) || - ((e = new this.constructor(t.currentTarget, this._getDelegateConfig())), - g(t.currentTarget).data(n, e)), - t && (e._activeTrigger['focusout' === t.type ? Me : qe] = !1), - e._isWithActiveTrigger() || - (clearTimeout(e._timeout), - (e._hoverState = He), - e.config.delay && e.config.delay.hide - ? (e._timeout = setTimeout(function () { - e._hoverState === He && e.hide(); - }, e.config.delay.hide)) - : e.hide()); - }), - (t._isWithActiveTrigger = function () { - for (var t in this._activeTrigger) if (this._activeTrigger[t]) return !0; - return !1; - }), - (t._getConfig = function (t) { - var e = g(this.element).data(); - return ( - Object.keys(e).forEach(function (t) { - -1 !== Oe.indexOf(t) && delete e[t]; - }), - 'number' == - typeof (t = l({}, this.constructor.Default, e, 'object' == typeof t && t ? t : {})).delay && - (t.delay = { show: t.delay, hide: t.delay }), - 'number' == typeof t.title && (t.title = t.title.toString()), - 'number' == typeof t.content && (t.content = t.content.toString()), - _.typeCheckConfig(be, t, this.constructor.DefaultType), - t.sanitize && (t.template = Se(t.template, t.whiteList, t.sanitizeFn)), - t - ); - }), - (t._getDelegateConfig = function () { - var t = {}; - if (this.config) - for (var e in this.config) - this.constructor.Default[e] !== this.config[e] && (t[e] = this.config[e]); - return t; - }), - (t._cleanTipClass = function () { - var t = g(this.getTipElement()), - e = t.attr('class').match(Ne); - null !== e && e.length && t.removeClass(e.join('')); - }), - (t._handlePopperPlacementChange = function (t) { - var e = t.instance; - (this.tip = e.popper), - this._cleanTipClass(), - this.addAttachmentClass(this._getAttachment(t.placement)); - }), - (t._fixTransition = function () { - var t = this.getTipElement(), - e = this.config.animation; - null === t.getAttribute('x-placement') && - (g(t).removeClass(xe), - (this.config.animation = !1), - this.hide(), - this.show(), - (this.config.animation = e)); - }), - (i._jQueryInterface = function (n) { - return this.each(function () { - var t = g(this).data(Ie), - e = 'object' == typeof n && n; - if ( - (t || !/dispose|hide/.test(n)) && - (t || ((t = new i(this, e)), g(this).data(Ie, t)), 'string' == typeof n) - ) { - if ('undefined' == typeof t[n]) throw new TypeError('No method named "' + n + '"'); - t[n](); - } - }); - }), - s(i, null, [ - { - key: 'VERSION', - get: function () { - return '4.3.1'; - }, - }, - { - key: 'Default', - get: function () { - return Le; - }, - }, - { - key: 'NAME', - get: function () { - return be; - }, - }, - { - key: 'DATA_KEY', - get: function () { - return Ie; - }, - }, - { - key: 'Event', - get: function () { - return Re; - }, - }, - { - key: 'EVENT_KEY', - get: function () { - return De; - }, - }, - { - key: 'DefaultType', - get: function () { - return ke; - }, - }, - ]), - i - ); - })(); - (g.fn[be] = Be._jQueryInterface), - (g.fn[be].Constructor = Be), - (g.fn[be].noConflict = function () { - return (g.fn[be] = we), Be._jQueryInterface; - }); - var Ve = 'popover', - Ye = 'bs.popover', - ze = '.' + Ye, - Xe = g.fn[Ve], - $e = 'bs-popover', - Ge = new RegExp('(^|\\s)' + $e + '\\S+', 'g'), - Je = l({}, Be.Default, { - placement: 'right', - trigger: 'click', - content: '', - template: - '', - }), - Ze = l({}, Be.DefaultType, { content: '(string|element|function)' }), - tn = 'fade', - en = 'show', - nn = '.popover-header', - on = '.popover-body', - rn = { - HIDE: 'hide' + ze, - HIDDEN: 'hidden' + ze, - SHOW: 'show' + ze, - SHOWN: 'shown' + ze, - INSERTED: 'inserted' + ze, - CLICK: 'click' + ze, - FOCUSIN: 'focusin' + ze, - FOCUSOUT: 'focusout' + ze, - MOUSEENTER: 'mouseenter' + ze, - MOUSELEAVE: 'mouseleave' + ze, - }, - sn = (function (t) { - var e, n; - function i() { - return t.apply(this, arguments) || this; - } - (n = t), ((e = i).prototype = Object.create(n.prototype)), ((e.prototype.constructor = e).__proto__ = n); - var o = i.prototype; - return ( - (o.isWithContent = function () { - return this.getTitle() || this._getContent(); - }), - (o.addAttachmentClass = function (t) { - g(this.getTipElement()).addClass($e + '-' + t); - }), - (o.getTipElement = function () { - return (this.tip = this.tip || g(this.config.template)[0]), this.tip; - }), - (o.setContent = function () { - var t = g(this.getTipElement()); - this.setElementContent(t.find(nn), this.getTitle()); - var e = this._getContent(); - 'function' == typeof e && (e = e.call(this.element)), - this.setElementContent(t.find(on), e), - t.removeClass(tn + ' ' + en); - }), - (o._getContent = function () { - return this.element.getAttribute('data-content') || this.config.content; - }), - (o._cleanTipClass = function () { - var t = g(this.getTipElement()), - e = t.attr('class').match(Ge); - null !== e && 0 < e.length && t.removeClass(e.join('')); - }), - (i._jQueryInterface = function (n) { - return this.each(function () { - var t = g(this).data(Ye), - e = 'object' == typeof n ? n : null; - if ( - (t || !/dispose|hide/.test(n)) && - (t || ((t = new i(this, e)), g(this).data(Ye, t)), 'string' == typeof n) - ) { - if ('undefined' == typeof t[n]) throw new TypeError('No method named "' + n + '"'); - t[n](); - } - }); - }), - s(i, null, [ - { - key: 'VERSION', - get: function () { - return '4.3.1'; - }, - }, - { - key: 'Default', - get: function () { - return Je; - }, - }, - { - key: 'NAME', - get: function () { - return Ve; - }, - }, - { - key: 'DATA_KEY', - get: function () { - return Ye; - }, - }, - { - key: 'Event', - get: function () { - return rn; - }, - }, - { - key: 'EVENT_KEY', - get: function () { - return ze; - }, - }, - { - key: 'DefaultType', - get: function () { - return Ze; - }, - }, - ]), - i - ); - })(Be); - (g.fn[Ve] = sn._jQueryInterface), - (g.fn[Ve].Constructor = sn), - (g.fn[Ve].noConflict = function () { - return (g.fn[Ve] = Xe), sn._jQueryInterface; - }); - var an = 'scrollspy', - ln = 'bs.scrollspy', - cn = '.' + ln, - hn = g.fn[an], - un = { offset: 10, method: 'auto', target: '' }, - fn = { offset: 'number', method: 'string', target: '(string|element)' }, - dn = { ACTIVATE: 'activate' + cn, SCROLL: 'scroll' + cn, LOAD_DATA_API: 'load' + cn + '.data-api' }, - gn = 'dropdown-item', - _n = 'active', - mn = '[data-spy="scroll"]', - pn = '.nav, .list-group', - vn = '.nav-link', - yn = '.nav-item', - En = '.list-group-item', - Cn = '.dropdown', - Tn = '.dropdown-item', - Sn = '.dropdown-toggle', - bn = 'offset', - In = 'position', - Dn = (function () { - function n(t, e) { - var n = this; - (this._element = t), - (this._scrollElement = 'BODY' === t.tagName ? window : t), - (this._config = this._getConfig(e)), - (this._selector = - this._config.target + - ' ' + - vn + - ',' + - this._config.target + - ' ' + - En + - ',' + - this._config.target + - ' ' + - Tn), - (this._offsets = []), - (this._targets = []), - (this._activeTarget = null), - (this._scrollHeight = 0), - g(this._scrollElement).on(dn.SCROLL, function (t) { - return n._process(t); - }), - this.refresh(), - this._process(); - } - var t = n.prototype; - return ( - (t.refresh = function () { - var e = this, - t = this._scrollElement === this._scrollElement.window ? bn : In, - o = 'auto' === this._config.method ? t : this._config.method, - r = o === In ? this._getScrollTop() : 0; - (this._offsets = []), - (this._targets = []), - (this._scrollHeight = this._getScrollHeight()), - [].slice - .call(document.querySelectorAll(this._selector)) - .map(function (t) { - var e, - n = _.getSelectorFromElement(t); - if ((n && (e = document.querySelector(n)), e)) { - var i = e.getBoundingClientRect(); - if (i.width || i.height) return [g(e)[o]().top + r, n]; - } - return null; - }) - .filter(function (t) { - return t; - }) - .sort(function (t, e) { - return t[0] - e[0]; - }) - .forEach(function (t) { - e._offsets.push(t[0]), e._targets.push(t[1]); - }); - }), - (t.dispose = function () { - g.removeData(this._element, ln), - g(this._scrollElement).off(cn), - (this._element = null), - (this._scrollElement = null), - (this._config = null), - (this._selector = null), - (this._offsets = null), - (this._targets = null), - (this._activeTarget = null), - (this._scrollHeight = null); - }), - (t._getConfig = function (t) { - if ('string' != typeof (t = l({}, un, 'object' == typeof t && t ? t : {})).target) { - var e = g(t.target).attr('id'); - e || ((e = _.getUID(an)), g(t.target).attr('id', e)), (t.target = '#' + e); - } - return _.typeCheckConfig(an, t, fn), t; - }), - (t._getScrollTop = function () { - return this._scrollElement === window - ? this._scrollElement.pageYOffset - : this._scrollElement.scrollTop; - }), - (t._getScrollHeight = function () { - return ( - this._scrollElement.scrollHeight || - Math.max(document.body.scrollHeight, document.documentElement.scrollHeight) - ); - }), - (t._getOffsetHeight = function () { - return this._scrollElement === window - ? window.innerHeight - : this._scrollElement.getBoundingClientRect().height; - }), - (t._process = function () { - var t = this._getScrollTop() + this._config.offset, - e = this._getScrollHeight(), - n = this._config.offset + e - this._getOffsetHeight(); - if ((this._scrollHeight !== e && this.refresh(), n <= t)) { - var i = this._targets[this._targets.length - 1]; - this._activeTarget !== i && this._activate(i); - } else { - if (this._activeTarget && t < this._offsets[0] && 0 < this._offsets[0]) - return (this._activeTarget = null), void this._clear(); - for (var o = this._offsets.length; o--; ) { - this._activeTarget !== this._targets[o] && - t >= this._offsets[o] && - ('undefined' == typeof this._offsets[o + 1] || t < this._offsets[o + 1]) && - this._activate(this._targets[o]); - } - } - }), - (t._activate = function (e) { - (this._activeTarget = e), this._clear(); - var t = this._selector.split(',').map(function (t) { - return t + '[data-target="' + e + '"],' + t + '[href="' + e + '"]'; - }), - n = g([].slice.call(document.querySelectorAll(t.join(',')))); - n.hasClass(gn) - ? (n.closest(Cn).find(Sn).addClass(_n), n.addClass(_n)) - : (n.addClass(_n), - n - .parents(pn) - .prev(vn + ', ' + En) - .addClass(_n), - n.parents(pn).prev(yn).children(vn).addClass(_n)), - g(this._scrollElement).trigger(dn.ACTIVATE, { relatedTarget: e }); - }), - (t._clear = function () { - [].slice - .call(document.querySelectorAll(this._selector)) - .filter(function (t) { - return t.classList.contains(_n); - }) - .forEach(function (t) { - return t.classList.remove(_n); - }); - }), - (n._jQueryInterface = function (e) { - return this.each(function () { - var t = g(this).data(ln); - if ( - (t || ((t = new n(this, 'object' == typeof e && e)), g(this).data(ln, t)), - 'string' == typeof e) - ) { - if ('undefined' == typeof t[e]) throw new TypeError('No method named "' + e + '"'); - t[e](); - } - }); - }), - s(n, null, [ - { - key: 'VERSION', - get: function () { - return '4.3.1'; - }, - }, - { - key: 'Default', - get: function () { - return un; - }, - }, - ]), - n - ); - })(); - g(window).on(dn.LOAD_DATA_API, function () { - for (var t = [].slice.call(document.querySelectorAll(mn)), e = t.length; e--; ) { - var n = g(t[e]); - Dn._jQueryInterface.call(n, n.data()); - } - }), - (g.fn[an] = Dn._jQueryInterface), - (g.fn[an].Constructor = Dn), - (g.fn[an].noConflict = function () { - return (g.fn[an] = hn), Dn._jQueryInterface; - }); - var wn = 'bs.tab', - An = '.' + wn, - Nn = g.fn.tab, - On = { - HIDE: 'hide' + An, - HIDDEN: 'hidden' + An, - SHOW: 'show' + An, - SHOWN: 'shown' + An, - CLICK_DATA_API: 'click' + An + '.data-api', - }, - kn = 'dropdown-menu', - Pn = 'active', - Ln = 'disabled', - jn = 'fade', - Hn = 'show', - Rn = '.dropdown', - xn = '.nav, .list-group', - Fn = '.active', - Un = '> li > .active', - Wn = '[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]', - qn = '.dropdown-toggle', - Mn = '> .dropdown-menu .active', - Kn = (function () { - function i(t) { - this._element = t; - } - var t = i.prototype; - return ( - (t.show = function () { - var n = this; - if ( - !( - (this._element.parentNode && - this._element.parentNode.nodeType === Node.ELEMENT_NODE && - g(this._element).hasClass(Pn)) || - g(this._element).hasClass(Ln) - ) - ) { - var t, - i, - e = g(this._element).closest(xn)[0], - o = _.getSelectorFromElement(this._element); - if (e) { - var r = 'UL' === e.nodeName || 'OL' === e.nodeName ? Un : Fn; - i = (i = g.makeArray(g(e).find(r)))[i.length - 1]; - } - var s = g.Event(On.HIDE, { relatedTarget: this._element }), - a = g.Event(On.SHOW, { relatedTarget: i }); - if ( - (i && g(i).trigger(s), - g(this._element).trigger(a), - !a.isDefaultPrevented() && !s.isDefaultPrevented()) - ) { - o && (t = document.querySelector(o)), this._activate(this._element, e); - var l = function () { - var t = g.Event(On.HIDDEN, { relatedTarget: n._element }), - e = g.Event(On.SHOWN, { relatedTarget: i }); - g(i).trigger(t), g(n._element).trigger(e); - }; - t ? this._activate(t, t.parentNode, l) : l(); - } - } - }), - (t.dispose = function () { - g.removeData(this._element, wn), (this._element = null); - }), - (t._activate = function (t, e, n) { - var i = this, - o = (!e || ('UL' !== e.nodeName && 'OL' !== e.nodeName) ? g(e).children(Fn) : g(e).find(Un))[0], - r = n && o && g(o).hasClass(jn), - s = function () { - return i._transitionComplete(t, o, n); - }; - if (o && r) { - var a = _.getTransitionDurationFromElement(o); - g(o).removeClass(Hn).one(_.TRANSITION_END, s).emulateTransitionEnd(a); - } else s(); - }), - (t._transitionComplete = function (t, e, n) { - if (e) { - g(e).removeClass(Pn); - var i = g(e.parentNode).find(Mn)[0]; - i && g(i).removeClass(Pn), - 'tab' === e.getAttribute('role') && e.setAttribute('aria-selected', !1); - } - if ( - (g(t).addClass(Pn), - 'tab' === t.getAttribute('role') && t.setAttribute('aria-selected', !0), - _.reflow(t), - t.classList.contains(jn) && t.classList.add(Hn), - t.parentNode && g(t.parentNode).hasClass(kn)) - ) { - var o = g(t).closest(Rn)[0]; - if (o) { - var r = [].slice.call(o.querySelectorAll(qn)); - g(r).addClass(Pn); - } - t.setAttribute('aria-expanded', !0); - } - n && n(); - }), - (i._jQueryInterface = function (n) { - return this.each(function () { - var t = g(this), - e = t.data(wn); - if ((e || ((e = new i(this)), t.data(wn, e)), 'string' == typeof n)) { - if ('undefined' == typeof e[n]) throw new TypeError('No method named "' + n + '"'); - e[n](); - } - }); - }), - s(i, null, [ - { - key: 'VERSION', - get: function () { - return '4.3.1'; - }, - }, - ]), - i - ); - })(); - g(document).on(On.CLICK_DATA_API, Wn, function (t) { - t.preventDefault(), Kn._jQueryInterface.call(g(this), 'show'); - }), - (g.fn.tab = Kn._jQueryInterface), - (g.fn.tab.Constructor = Kn), - (g.fn.tab.noConflict = function () { - return (g.fn.tab = Nn), Kn._jQueryInterface; - }); - var Qn = 'toast', - Bn = 'bs.toast', - Vn = '.' + Bn, - Yn = g.fn[Qn], - zn = { - CLICK_DISMISS: 'click.dismiss' + Vn, - HIDE: 'hide' + Vn, - HIDDEN: 'hidden' + Vn, - SHOW: 'show' + Vn, - SHOWN: 'shown' + Vn, - }, - Xn = 'fade', - $n = 'hide', - Gn = 'show', - Jn = 'showing', - Zn = { animation: 'boolean', autohide: 'boolean', delay: 'number' }, - ti = { animation: !0, autohide: !0, delay: 500 }, - ei = '[data-dismiss="toast"]', - ni = (function () { - function i(t, e) { - (this._element = t), (this._config = this._getConfig(e)), (this._timeout = null), this._setListeners(); - } - var t = i.prototype; - return ( - (t.show = function () { - var t = this; - g(this._element).trigger(zn.SHOW), this._config.animation && this._element.classList.add(Xn); - var e = function () { - t._element.classList.remove(Jn), - t._element.classList.add(Gn), - g(t._element).trigger(zn.SHOWN), - t._config.autohide && t.hide(); - }; - if ((this._element.classList.remove($n), this._element.classList.add(Jn), this._config.animation)) { - var n = _.getTransitionDurationFromElement(this._element); - g(this._element).one(_.TRANSITION_END, e).emulateTransitionEnd(n); - } else e(); - }), - (t.hide = function (t) { - var e = this; - this._element.classList.contains(Gn) && - (g(this._element).trigger(zn.HIDE), - t - ? this._close() - : (this._timeout = setTimeout(function () { - e._close(); - }, this._config.delay))); - }), - (t.dispose = function () { - clearTimeout(this._timeout), - (this._timeout = null), - this._element.classList.contains(Gn) && this._element.classList.remove(Gn), - g(this._element).off(zn.CLICK_DISMISS), - g.removeData(this._element, Bn), - (this._element = null), - (this._config = null); - }), - (t._getConfig = function (t) { - return ( - (t = l({}, ti, g(this._element).data(), 'object' == typeof t && t ? t : {})), - _.typeCheckConfig(Qn, t, this.constructor.DefaultType), - t - ); - }), - (t._setListeners = function () { - var t = this; - g(this._element).on(zn.CLICK_DISMISS, ei, function () { - return t.hide(!0); - }); - }), - (t._close = function () { - var t = this, - e = function () { - t._element.classList.add($n), g(t._element).trigger(zn.HIDDEN); - }; - if ((this._element.classList.remove(Gn), this._config.animation)) { - var n = _.getTransitionDurationFromElement(this._element); - g(this._element).one(_.TRANSITION_END, e).emulateTransitionEnd(n); - } else e(); - }), - (i._jQueryInterface = function (n) { - return this.each(function () { - var t = g(this), - e = t.data(Bn); - if ( - (e || ((e = new i(this, 'object' == typeof n && n)), t.data(Bn, e)), 'string' == typeof n) - ) { - if ('undefined' == typeof e[n]) throw new TypeError('No method named "' + n + '"'); - e[n](this); - } - }); - }), - s(i, null, [ - { - key: 'VERSION', - get: function () { - return '4.3.1'; - }, - }, - { - key: 'DefaultType', - get: function () { - return Zn; - }, - }, - { - key: 'Default', - get: function () { - return ti; - }, - }, - ]), - i - ); - })(); - (g.fn[Qn] = ni._jQueryInterface), - (g.fn[Qn].Constructor = ni), - (g.fn[Qn].noConflict = function () { - return (g.fn[Qn] = Yn), ni._jQueryInterface; - }), - (function () { - if ('undefined' == typeof g) - throw new TypeError( - "Bootstrap's JavaScript requires jQuery. jQuery must be included before Bootstrap's JavaScript." - ); - var t = g.fn.jquery.split(' ')[0].split('.'); - if ((t[0] < 2 && t[1] < 9) || (1 === t[0] && 9 === t[1] && t[2] < 1) || 4 <= t[0]) - throw new Error("Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0"); - })(), - (t.Util = _), - (t.Alert = p), - (t.Button = P), - (t.Carousel = lt), - (t.Collapse = bt), - (t.Dropdown = Jt), - (t.Modal = ve), - (t.Popover = sn), - (t.Scrollspy = Dn), - (t.Tab = Kn), - (t.Toast = ni), - (t.Tooltip = Be), - Object.defineProperty(t, '__esModule', { value: !0 }); -}); -//# sourceMappingURL=bootstrap.min.js.map diff --git a/site/js/jquery-1.10.2.min.js b/site/js/jquery-1.10.2.min.js deleted file mode 100644 index 010963ef..00000000 --- a/site/js/jquery-1.10.2.min.js +++ /dev/null @@ -1,5036 +0,0 @@ -/*! jQuery v1.10.2 | (c) 2005, 2013 jQuery Foundation, Inc. | jquery.org/license -//@ sourceMappingURL=jquery-1.10.2.min.map -*/ -(function (e, t) { - var n, - r, - i = typeof t, - o = e.location, - a = e.document, - s = a.documentElement, - l = e.jQuery, - u = e.$, - c = {}, - p = [], - f = '1.10.2', - d = p.concat, - h = p.push, - g = p.slice, - m = p.indexOf, - y = c.toString, - v = c.hasOwnProperty, - b = f.trim, - x = function (e, t) { - return new x.fn.init(e, t, r); - }, - w = /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source, - T = /\S+/g, - C = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, - N = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/, - k = /^<(\w+)\s*\/?>(?:<\/\1>|)$/, - E = /^[\],:{}\s]*$/, - S = /(?:^|:|,)(?:\s*\[)+/g, - A = /\\(?:["\\\/bfnrt]|u[\da-fA-F]{4})/g, - j = /"[^"\\\r\n]*"|true|false|null|-?(?:\d+\.|)\d+(?:[eE][+-]?\d+|)/g, - D = /^-ms-/, - L = /-([\da-z])/gi, - H = function (e, t) { - return t.toUpperCase(); - }, - q = function (e) { - (a.addEventListener || 'load' === e.type || 'complete' === a.readyState) && (_(), x.ready()); - }, - _ = function () { - a.addEventListener - ? (a.removeEventListener('DOMContentLoaded', q, !1), e.removeEventListener('load', q, !1)) - : (a.detachEvent('onreadystatechange', q), e.detachEvent('onload', q)); - }; - (x.fn = x.prototype = { - jquery: f, - constructor: x, - init: function (e, n, r) { - var i, o; - if (!e) return this; - if ('string' == typeof e) { - if ( - ((i = - '<' === e.charAt(0) && '>' === e.charAt(e.length - 1) && e.length >= 3 - ? [null, e, null] - : N.exec(e)), - !i || (!i[1] && n)) - ) - return !n || n.jquery ? (n || r).find(e) : this.constructor(n).find(e); - if (i[1]) { - if ( - ((n = n instanceof x ? n[0] : n), - x.merge(this, x.parseHTML(i[1], n && n.nodeType ? n.ownerDocument || n : a, !0)), - k.test(i[1]) && x.isPlainObject(n)) - ) - for (i in n) x.isFunction(this[i]) ? this[i](n[i]) : this.attr(i, n[i]); - return this; - } - if (((o = a.getElementById(i[2])), o && o.parentNode)) { - if (o.id !== i[2]) return r.find(e); - (this.length = 1), (this[0] = o); - } - return (this.context = a), (this.selector = e), this; - } - return e.nodeType - ? ((this.context = this[0] = e), (this.length = 1), this) - : x.isFunction(e) - ? r.ready(e) - : (e.selector !== t && ((this.selector = e.selector), (this.context = e.context)), - x.makeArray(e, this)); - }, - selector: '', - length: 0, - toArray: function () { - return g.call(this); - }, - get: function (e) { - return null == e ? this.toArray() : 0 > e ? this[this.length + e] : this[e]; - }, - pushStack: function (e) { - var t = x.merge(this.constructor(), e); - return (t.prevObject = this), (t.context = this.context), t; - }, - each: function (e, t) { - return x.each(this, e, t); - }, - ready: function (e) { - return x.ready.promise().done(e), this; - }, - slice: function () { - return this.pushStack(g.apply(this, arguments)); - }, - first: function () { - return this.eq(0); - }, - last: function () { - return this.eq(-1); - }, - eq: function (e) { - var t = this.length, - n = +e + (0 > e ? t : 0); - return this.pushStack(n >= 0 && t > n ? [this[n]] : []); - }, - map: function (e) { - return this.pushStack( - x.map(this, function (t, n) { - return e.call(t, n, t); - }) - ); - }, - end: function () { - return this.prevObject || this.constructor(null); - }, - push: h, - sort: [].sort, - splice: [].splice, - }), - (x.fn.init.prototype = x.fn), - (x.extend = x.fn.extend = function () { - var e, - n, - r, - i, - o, - a, - s = arguments[0] || {}, - l = 1, - u = arguments.length, - c = !1; - for ( - 'boolean' == typeof s && ((c = s), (s = arguments[1] || {}), (l = 2)), - 'object' == typeof s || x.isFunction(s) || (s = {}), - u === l && ((s = this), --l); - u > l; - l++ - ) - if (null != (o = arguments[l])) - for (i in o) - (e = s[i]), - (r = o[i]), - s !== r && - (c && r && (x.isPlainObject(r) || (n = x.isArray(r))) - ? (n - ? ((n = !1), (a = e && x.isArray(e) ? e : [])) - : (a = e && x.isPlainObject(e) ? e : {}), - (s[i] = x.extend(c, a, r))) - : r !== t && (s[i] = r)); - return s; - }), - x.extend({ - expando: 'jQuery' + (f + Math.random()).replace(/\D/g, ''), - noConflict: function (t) { - return e.$ === x && (e.$ = u), t && e.jQuery === x && (e.jQuery = l), x; - }, - isReady: !1, - readyWait: 1, - holdReady: function (e) { - e ? x.readyWait++ : x.ready(!0); - }, - ready: function (e) { - if (e === !0 ? !--x.readyWait : !x.isReady) { - if (!a.body) return setTimeout(x.ready); - (x.isReady = !0), - (e !== !0 && --x.readyWait > 0) || - (n.resolveWith(a, [x]), x.fn.trigger && x(a).trigger('ready').off('ready')); - } - }, - isFunction: function (e) { - return 'function' === x.type(e); - }, - isArray: - Array.isArray || - function (e) { - return 'array' === x.type(e); - }, - isWindow: function (e) { - return null != e && e == e.window; - }, - isNumeric: function (e) { - return !isNaN(parseFloat(e)) && isFinite(e); - }, - type: function (e) { - return null == e - ? e + '' - : 'object' == typeof e || 'function' == typeof e - ? c[y.call(e)] || 'object' - : typeof e; - }, - isPlainObject: function (e) { - var n; - if (!e || 'object' !== x.type(e) || e.nodeType || x.isWindow(e)) return !1; - try { - if (e.constructor && !v.call(e, 'constructor') && !v.call(e.constructor.prototype, 'isPrototypeOf')) - return !1; - } catch (r) { - return !1; - } - if (x.support.ownLast) for (n in e) return v.call(e, n); - for (n in e); - return n === t || v.call(e, n); - }, - isEmptyObject: function (e) { - var t; - for (t in e) return !1; - return !0; - }, - error: function (e) { - throw Error(e); - }, - parseHTML: function (e, t, n) { - if (!e || 'string' != typeof e) return null; - 'boolean' == typeof t && ((n = t), (t = !1)), (t = t || a); - var r = k.exec(e), - i = !n && []; - return r - ? [t.createElement(r[1])] - : ((r = x.buildFragment([e], t, i)), i && x(i).remove(), x.merge([], r.childNodes)); - }, - parseJSON: function (n) { - return e.JSON && e.JSON.parse - ? e.JSON.parse(n) - : null === n - ? n - : 'string' == typeof n && - ((n = x.trim(n)), n && E.test(n.replace(A, '@').replace(j, ']').replace(S, ''))) - ? Function('return ' + n)() - : (x.error('Invalid JSON: ' + n), t); - }, - parseXML: function (n) { - var r, i; - if (!n || 'string' != typeof n) return null; - try { - e.DOMParser - ? ((i = new DOMParser()), (r = i.parseFromString(n, 'text/xml'))) - : ((r = new ActiveXObject('Microsoft.XMLDOM')), (r.async = 'false'), r.loadXML(n)); - } catch (o) { - r = t; - } - return ( - (r && r.documentElement && !r.getElementsByTagName('parsererror').length) || - x.error('Invalid XML: ' + n), - r - ); - }, - noop: function () {}, - globalEval: function (t) { - t && - x.trim(t) && - ( - e.execScript || - function (t) { - e.eval.call(e, t); - } - )(t); - }, - camelCase: function (e) { - return e.replace(D, 'ms-').replace(L, H); - }, - nodeName: function (e, t) { - return e.nodeName && e.nodeName.toLowerCase() === t.toLowerCase(); - }, - each: function (e, t, n) { - var r, - i = 0, - o = e.length, - a = M(e); - if (n) { - if (a) { - for (; o > i; i++) if (((r = t.apply(e[i], n)), r === !1)) break; - } else for (i in e) if (((r = t.apply(e[i], n)), r === !1)) break; - } else if (a) { - for (; o > i; i++) if (((r = t.call(e[i], i, e[i])), r === !1)) break; - } else for (i in e) if (((r = t.call(e[i], i, e[i])), r === !1)) break; - return e; - }, - trim: - b && !b.call('\ufeff\u00a0') - ? function (e) { - return null == e ? '' : b.call(e); - } - : function (e) { - return null == e ? '' : (e + '').replace(C, ''); - }, - makeArray: function (e, t) { - var n = t || []; - return null != e && (M(Object(e)) ? x.merge(n, 'string' == typeof e ? [e] : e) : h.call(n, e)), n; - }, - inArray: function (e, t, n) { - var r; - if (t) { - if (m) return m.call(t, e, n); - for (r = t.length, n = n ? (0 > n ? Math.max(0, r + n) : n) : 0; r > n; n++) - if (n in t && t[n] === e) return n; - } - return -1; - }, - merge: function (e, n) { - var r = n.length, - i = e.length, - o = 0; - if ('number' == typeof r) for (; r > o; o++) e[i++] = n[o]; - else while (n[o] !== t) e[i++] = n[o++]; - return (e.length = i), e; - }, - grep: function (e, t, n) { - var r, - i = [], - o = 0, - a = e.length; - for (n = !!n; a > o; o++) (r = !!t(e[o], o)), n !== r && i.push(e[o]); - return i; - }, - map: function (e, t, n) { - var r, - i = 0, - o = e.length, - a = M(e), - s = []; - if (a) for (; o > i; i++) (r = t(e[i], i, n)), null != r && (s[s.length] = r); - else for (i in e) (r = t(e[i], i, n)), null != r && (s[s.length] = r); - return d.apply([], s); - }, - guid: 1, - proxy: function (e, n) { - var r, i, o; - return ( - 'string' == typeof n && ((o = e[n]), (n = e), (e = o)), - x.isFunction(e) - ? ((r = g.call(arguments, 2)), - (i = function () { - return e.apply(n || this, r.concat(g.call(arguments))); - }), - (i.guid = e.guid = e.guid || x.guid++), - i) - : t - ); - }, - access: function (e, n, r, i, o, a, s) { - var l = 0, - u = e.length, - c = null == r; - if ('object' === x.type(r)) { - o = !0; - for (l in r) x.access(e, n, l, r[l], !0, a, s); - } else if ( - i !== t && - ((o = !0), - x.isFunction(i) || (s = !0), - c && - (s - ? (n.call(e, i), (n = null)) - : ((c = n), - (n = function (e, t, n) { - return c.call(x(e), n); - }))), - n) - ) - for (; u > l; l++) n(e[l], r, s ? i : i.call(e[l], l, n(e[l], r))); - return o ? e : c ? n.call(e) : u ? n(e[0], r) : a; - }, - now: function () { - return new Date().getTime(); - }, - swap: function (e, t, n, r) { - var i, - o, - a = {}; - for (o in t) (a[o] = e.style[o]), (e.style[o] = t[o]); - i = n.apply(e, r || []); - for (o in t) e.style[o] = a[o]; - return i; - }, - }), - (x.ready.promise = function (t) { - if (!n) - if (((n = x.Deferred()), 'complete' === a.readyState)) setTimeout(x.ready); - else if (a.addEventListener) - a.addEventListener('DOMContentLoaded', q, !1), e.addEventListener('load', q, !1); - else { - a.attachEvent('onreadystatechange', q), e.attachEvent('onload', q); - var r = !1; - try { - r = null == e.frameElement && a.documentElement; - } catch (i) {} - r && - r.doScroll && - (function o() { - if (!x.isReady) { - try { - r.doScroll('left'); - } catch (e) { - return setTimeout(o, 50); - } - _(), x.ready(); - } - })(); - } - return n.promise(t); - }), - x.each('Boolean Number String Function Array Date RegExp Object Error'.split(' '), function (e, t) { - c['[object ' + t + ']'] = t.toLowerCase(); - }); - function M(e) { - var t = e.length, - n = x.type(e); - return x.isWindow(e) - ? !1 - : 1 === e.nodeType && t - ? !0 - : 'array' === n || ('function' !== n && (0 === t || ('number' == typeof t && t > 0 && t - 1 in e))); - } - (r = x(a)), - (function (e, t) { - var n, - r, - i, - o, - a, - s, - l, - u, - c, - p, - f, - d, - h, - g, - m, - y, - v, - b = 'sizzle' + -new Date(), - w = e.document, - T = 0, - C = 0, - N = st(), - k = st(), - E = st(), - S = !1, - A = function (e, t) { - return e === t ? ((S = !0), 0) : 0; - }, - j = typeof t, - D = 1 << 31, - L = {}.hasOwnProperty, - H = [], - q = H.pop, - _ = H.push, - M = H.push, - O = H.slice, - F = - H.indexOf || - function (e) { - var t = 0, - n = this.length; - for (; n > t; t++) if (this[t] === e) return t; - return -1; - }, - B = - 'checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped', - P = '[\\x20\\t\\r\\n\\f]', - R = '(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+', - W = R.replace('w', 'w#'), - $ = - '\\[' + - P + - '*(' + - R + - ')' + - P + - '*(?:([*^$|!~]?=)' + - P + - '*(?:([\'"])((?:\\\\.|[^\\\\])*?)\\3|(' + - W + - ')|)|)' + - P + - '*\\]', - I = - ':(' + - R + - ')(?:\\((([\'"])((?:\\\\.|[^\\\\])*?)\\3|((?:\\\\.|[^\\\\()[\\]]|' + - $.replace(3, 8) + - ')*)|.*)\\)|)', - z = RegExp('^' + P + '+|((?:^|[^\\\\])(?:\\\\.)*)' + P + '+$', 'g'), - X = RegExp('^' + P + '*,' + P + '*'), - U = RegExp('^' + P + '*([>+~]|' + P + ')' + P + '*'), - V = RegExp(P + '*[+~]'), - Y = RegExp('=' + P + '*([^\\]\'"]*)' + P + '*\\]', 'g'), - J = RegExp(I), - G = RegExp('^' + W + '$'), - Q = { - ID: RegExp('^#(' + R + ')'), - CLASS: RegExp('^\\.(' + R + ')'), - TAG: RegExp('^(' + R.replace('w', 'w*') + ')'), - ATTR: RegExp('^' + $), - PSEUDO: RegExp('^' + I), - CHILD: RegExp( - '^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(' + - P + - '*(even|odd|(([+-]|)(\\d*)n|)' + - P + - '*(?:([+-]|)' + - P + - '*(\\d+)|))' + - P + - '*\\)|)', - 'i' - ), - bool: RegExp('^(?:' + B + ')$', 'i'), - needsContext: RegExp( - '^' + - P + - '*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(' + - P + - '*((?:-\\d)?\\d*)' + - P + - '*\\)|)(?=[^-]|$)', - 'i' - ), - }, - K = /^[^{]+\{\s*\[native \w/, - Z = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, - et = /^(?:input|select|textarea|button)$/i, - tt = /^h\d$/i, - nt = /'|\\/g, - rt = RegExp('\\\\([\\da-f]{1,6}' + P + '?|(' + P + ')|.)', 'ig'), - it = function (e, t, n) { - var r = '0x' + t - 65536; - return r !== r || n - ? t - : 0 > r - ? String.fromCharCode(r + 65536) - : String.fromCharCode(55296 | (r >> 10), 56320 | (1023 & r)); - }; - try { - M.apply((H = O.call(w.childNodes)), w.childNodes), H[w.childNodes.length].nodeType; - } catch (ot) { - M = { - apply: H.length - ? function (e, t) { - _.apply(e, O.call(t)); - } - : function (e, t) { - var n = e.length, - r = 0; - while ((e[n++] = t[r++])); - e.length = n - 1; - }, - }; - } - function at(e, t, n, i) { - var o, a, s, l, u, c, d, m, y, x; - if ( - ((t ? t.ownerDocument || t : w) !== f && p(t), - (t = t || f), - (n = n || []), - !e || 'string' != typeof e) - ) - return n; - if (1 !== (l = t.nodeType) && 9 !== l) return []; - if (h && !i) { - if ((o = Z.exec(e))) - if ((s = o[1])) { - if (9 === l) { - if (((a = t.getElementById(s)), !a || !a.parentNode)) return n; - if (a.id === s) return n.push(a), n; - } else if ( - t.ownerDocument && - (a = t.ownerDocument.getElementById(s)) && - v(t, a) && - a.id === s - ) - return n.push(a), n; - } else { - if (o[2]) return M.apply(n, t.getElementsByTagName(e)), n; - if ((s = o[3]) && r.getElementsByClassName && t.getElementsByClassName) - return M.apply(n, t.getElementsByClassName(s)), n; - } - if (r.qsa && (!g || !g.test(e))) { - if ( - ((m = d = b), (y = t), (x = 9 === l && e), 1 === l && 'object' !== t.nodeName.toLowerCase()) - ) { - (c = mt(e)), - (d = t.getAttribute('id')) ? (m = d.replace(nt, '\\$&')) : t.setAttribute('id', m), - (m = "[id='" + m + "'] "), - (u = c.length); - while (u--) c[u] = m + yt(c[u]); - (y = (V.test(e) && t.parentNode) || t), (x = c.join(',')); - } - if (x) - try { - return M.apply(n, y.querySelectorAll(x)), n; - } catch (T) { - } finally { - d || t.removeAttribute('id'); - } - } - } - return kt(e.replace(z, '$1'), t, n, i); - } - function st() { - var e = []; - function t(n, r) { - return e.push((n += ' ')) > o.cacheLength && delete t[e.shift()], (t[n] = r); - } - return t; - } - function lt(e) { - return (e[b] = !0), e; - } - function ut(e) { - var t = f.createElement('div'); - try { - return !!e(t); - } catch (n) { - return !1; - } finally { - t.parentNode && t.parentNode.removeChild(t), (t = null); - } - } - function ct(e, t) { - var n = e.split('|'), - r = e.length; - while (r--) o.attrHandle[n[r]] = t; - } - function pt(e, t) { - var n = t && e, - r = n && 1 === e.nodeType && 1 === t.nodeType && (~t.sourceIndex || D) - (~e.sourceIndex || D); - if (r) return r; - if (n) while ((n = n.nextSibling)) if (n === t) return -1; - return e ? 1 : -1; - } - function ft(e) { - return function (t) { - var n = t.nodeName.toLowerCase(); - return 'input' === n && t.type === e; - }; - } - function dt(e) { - return function (t) { - var n = t.nodeName.toLowerCase(); - return ('input' === n || 'button' === n) && t.type === e; - }; - } - function ht(e) { - return lt(function (t) { - return ( - (t = +t), - lt(function (n, r) { - var i, - o = e([], n.length, t), - a = o.length; - while (a--) n[(i = o[a])] && (n[i] = !(r[i] = n[i])); - }) - ); - }); - } - (s = at.isXML = function (e) { - var t = e && (e.ownerDocument || e).documentElement; - return t ? 'HTML' !== t.nodeName : !1; - }), - (r = at.support = {}), - (p = at.setDocument = function (e) { - var n = e ? e.ownerDocument || e : w, - i = n.defaultView; - return n !== f && 9 === n.nodeType && n.documentElement - ? ((f = n), - (d = n.documentElement), - (h = !s(n)), - i && - i.attachEvent && - i !== i.top && - i.attachEvent('onbeforeunload', function () { - p(); - }), - (r.attributes = ut(function (e) { - return (e.className = 'i'), !e.getAttribute('className'); - })), - (r.getElementsByTagName = ut(function (e) { - return e.appendChild(n.createComment('')), !e.getElementsByTagName('*').length; - })), - (r.getElementsByClassName = ut(function (e) { - return ( - (e.innerHTML = "
"), - (e.firstChild.className = 'i'), - 2 === e.getElementsByClassName('i').length - ); - })), - (r.getById = ut(function (e) { - return ( - (d.appendChild(e).id = b), !n.getElementsByName || !n.getElementsByName(b).length - ); - })), - r.getById - ? ((o.find.ID = function (e, t) { - if (typeof t.getElementById !== j && h) { - var n = t.getElementById(e); - return n && n.parentNode ? [n] : []; - } - }), - (o.filter.ID = function (e) { - var t = e.replace(rt, it); - return function (e) { - return e.getAttribute('id') === t; - }; - })) - : (delete o.find.ID, - (o.filter.ID = function (e) { - var t = e.replace(rt, it); - return function (e) { - var n = typeof e.getAttributeNode !== j && e.getAttributeNode('id'); - return n && n.value === t; - }; - })), - (o.find.TAG = r.getElementsByTagName - ? function (e, n) { - return typeof n.getElementsByTagName !== j ? n.getElementsByTagName(e) : t; - } - : function (e, t) { - var n, - r = [], - i = 0, - o = t.getElementsByTagName(e); - if ('*' === e) { - while ((n = o[i++])) 1 === n.nodeType && r.push(n); - return r; - } - return o; - }), - (o.find.CLASS = - r.getElementsByClassName && - function (e, n) { - return typeof n.getElementsByClassName !== j && h ? n.getElementsByClassName(e) : t; - }), - (m = []), - (g = []), - (r.qsa = K.test(n.querySelectorAll)) && - (ut(function (e) { - (e.innerHTML = ""), - e.querySelectorAll('[selected]').length || - g.push('\\[' + P + '*(?:value|' + B + ')'), - e.querySelectorAll(':checked').length || g.push(':checked'); - }), - ut(function (e) { - var t = n.createElement('input'); - t.setAttribute('type', 'hidden'), - e.appendChild(t).setAttribute('t', ''), - e.querySelectorAll("[t^='']").length && g.push('[*^$]=' + P + '*(?:\'\'|"")'), - e.querySelectorAll(':enabled').length || g.push(':enabled', ':disabled'), - e.querySelectorAll('*,:x'), - g.push(',.*:'); - })), - (r.matchesSelector = K.test( - (y = - d.webkitMatchesSelector || - d.mozMatchesSelector || - d.oMatchesSelector || - d.msMatchesSelector) - )) && - ut(function (e) { - (r.disconnectedMatch = y.call(e, 'div')), y.call(e, "[s!='']:x"), m.push('!=', I); - }), - (g = g.length && RegExp(g.join('|'))), - (m = m.length && RegExp(m.join('|'))), - (v = - K.test(d.contains) || d.compareDocumentPosition - ? function (e, t) { - var n = 9 === e.nodeType ? e.documentElement : e, - r = t && t.parentNode; - return ( - e === r || - !( - !r || - 1 !== r.nodeType || - !(n.contains - ? n.contains(r) - : e.compareDocumentPosition && - 16 & e.compareDocumentPosition(r)) - ) - ); - } - : function (e, t) { - if (t) while ((t = t.parentNode)) if (t === e) return !0; - return !1; - }), - (A = d.compareDocumentPosition - ? function (e, t) { - if (e === t) return (S = !0), 0; - var i = - t.compareDocumentPosition && - e.compareDocumentPosition && - e.compareDocumentPosition(t); - return i - ? 1 & i || (!r.sortDetached && t.compareDocumentPosition(e) === i) - ? e === n || v(w, e) - ? -1 - : t === n || v(w, t) - ? 1 - : c - ? F.call(c, e) - F.call(c, t) - : 0 - : 4 & i - ? -1 - : 1 - : e.compareDocumentPosition - ? -1 - : 1; - } - : function (e, t) { - var r, - i = 0, - o = e.parentNode, - a = t.parentNode, - s = [e], - l = [t]; - if (e === t) return (S = !0), 0; - if (!o || !a) - return e === n - ? -1 - : t === n - ? 1 - : o - ? -1 - : a - ? 1 - : c - ? F.call(c, e) - F.call(c, t) - : 0; - if (o === a) return pt(e, t); - r = e; - while ((r = r.parentNode)) s.unshift(r); - r = t; - while ((r = r.parentNode)) l.unshift(r); - while (s[i] === l[i]) i++; - return i ? pt(s[i], l[i]) : s[i] === w ? -1 : l[i] === w ? 1 : 0; - }), - n) - : f; - }), - (at.matches = function (e, t) { - return at(e, null, null, t); - }), - (at.matchesSelector = function (e, t) { - if ( - ((e.ownerDocument || e) !== f && p(e), - (t = t.replace(Y, "='$1']")), - !(!r.matchesSelector || !h || (m && m.test(t)) || (g && g.test(t)))) - ) - try { - var n = y.call(e, t); - if (n || r.disconnectedMatch || (e.document && 11 !== e.document.nodeType)) return n; - } catch (i) {} - return at(t, f, null, [e]).length > 0; - }), - (at.contains = function (e, t) { - return (e.ownerDocument || e) !== f && p(e), v(e, t); - }), - (at.attr = function (e, n) { - (e.ownerDocument || e) !== f && p(e); - var i = o.attrHandle[n.toLowerCase()], - a = i && L.call(o.attrHandle, n.toLowerCase()) ? i(e, n, !h) : t; - return a === t - ? r.attributes || !h - ? e.getAttribute(n) - : (a = e.getAttributeNode(n)) && a.specified - ? a.value - : null - : a; - }), - (at.error = function (e) { - throw Error('Syntax error, unrecognized expression: ' + e); - }), - (at.uniqueSort = function (e) { - var t, - n = [], - i = 0, - o = 0; - if (((S = !r.detectDuplicates), (c = !r.sortStable && e.slice(0)), e.sort(A), S)) { - while ((t = e[o++])) t === e[o] && (i = n.push(o)); - while (i--) e.splice(n[i], 1); - } - return e; - }), - (a = at.getText = function (e) { - var t, - n = '', - r = 0, - i = e.nodeType; - if (i) { - if (1 === i || 9 === i || 11 === i) { - if ('string' == typeof e.textContent) return e.textContent; - for (e = e.firstChild; e; e = e.nextSibling) n += a(e); - } else if (3 === i || 4 === i) return e.nodeValue; - } else for (; (t = e[r]); r++) n += a(t); - return n; - }), - (o = at.selectors = { - cacheLength: 50, - createPseudo: lt, - match: Q, - attrHandle: {}, - find: {}, - relative: { - '>': { dir: 'parentNode', first: !0 }, - ' ': { dir: 'parentNode' }, - '+': { dir: 'previousSibling', first: !0 }, - '~': { dir: 'previousSibling' }, - }, - preFilter: { - ATTR: function (e) { - return ( - (e[1] = e[1].replace(rt, it)), - (e[3] = (e[4] || e[5] || '').replace(rt, it)), - '~=' === e[2] && (e[3] = ' ' + e[3] + ' '), - e.slice(0, 4) - ); - }, - CHILD: function (e) { - return ( - (e[1] = e[1].toLowerCase()), - 'nth' === e[1].slice(0, 3) - ? (e[3] || at.error(e[0]), - (e[4] = +(e[4] ? e[5] + (e[6] || 1) : 2 * ('even' === e[3] || 'odd' === e[3]))), - (e[5] = +(e[7] + e[8] || 'odd' === e[3]))) - : e[3] && at.error(e[0]), - e - ); - }, - PSEUDO: function (e) { - var n, - r = !e[5] && e[2]; - return Q.CHILD.test(e[0]) - ? null - : (e[3] && e[4] !== t - ? (e[2] = e[4]) - : r && - J.test(r) && - (n = mt(r, !0)) && - (n = r.indexOf(')', r.length - n) - r.length) && - ((e[0] = e[0].slice(0, n)), (e[2] = r.slice(0, n))), - e.slice(0, 3)); - }, - }, - filter: { - TAG: function (e) { - var t = e.replace(rt, it).toLowerCase(); - return '*' === e - ? function () { - return !0; - } - : function (e) { - return e.nodeName && e.nodeName.toLowerCase() === t; - }; - }, - CLASS: function (e) { - var t = N[e + ' ']; - return ( - t || - ((t = RegExp('(^|' + P + ')' + e + '(' + P + '|$)')) && - N(e, function (e) { - return t.test( - ('string' == typeof e.className && e.className) || - (typeof e.getAttribute !== j && e.getAttribute('class')) || - '' - ); - })) - ); - }, - ATTR: function (e, t, n) { - return function (r) { - var i = at.attr(r, e); - return null == i - ? '!=' === t - : t - ? ((i += ''), - '=' === t - ? i === n - : '!=' === t - ? i !== n - : '^=' === t - ? n && 0 === i.indexOf(n) - : '*=' === t - ? n && i.indexOf(n) > -1 - : '$=' === t - ? n && i.slice(-n.length) === n - : '~=' === t - ? (' ' + i + ' ').indexOf(n) > -1 - : '|=' === t - ? i === n || i.slice(0, n.length + 1) === n + '-' - : !1) - : !0; - }; - }, - CHILD: function (e, t, n, r, i) { - var o = 'nth' !== e.slice(0, 3), - a = 'last' !== e.slice(-4), - s = 'of-type' === t; - return 1 === r && 0 === i - ? function (e) { - return !!e.parentNode; - } - : function (t, n, l) { - var u, - c, - p, - f, - d, - h, - g = o !== a ? 'nextSibling' : 'previousSibling', - m = t.parentNode, - y = s && t.nodeName.toLowerCase(), - v = !l && !s; - if (m) { - if (o) { - while (g) { - p = t; - while ((p = p[g])) - if (s ? p.nodeName.toLowerCase() === y : 1 === p.nodeType) - return !1; - h = g = 'only' === e && !h && 'nextSibling'; - } - return !0; - } - if (((h = [a ? m.firstChild : m.lastChild]), a && v)) { - (c = m[b] || (m[b] = {})), - (u = c[e] || []), - (d = u[0] === T && u[1]), - (f = u[0] === T && u[2]), - (p = d && m.childNodes[d]); - while ((p = (++d && p && p[g]) || (f = d = 0) || h.pop())) - if (1 === p.nodeType && ++f && p === t) { - c[e] = [T, d, f]; - break; - } - } else if (v && (u = (t[b] || (t[b] = {}))[e]) && u[0] === T) f = u[1]; - else - while ((p = (++d && p && p[g]) || (f = d = 0) || h.pop())) - if ( - (s ? p.nodeName.toLowerCase() === y : 1 === p.nodeType) && - ++f && - (v && ((p[b] || (p[b] = {}))[e] = [T, f]), p === t) - ) - break; - return (f -= i), f === r || (0 === f % r && f / r >= 0); - } - }; - }, - PSEUDO: function (e, t) { - var n, - r = - o.pseudos[e] || - o.setFilters[e.toLowerCase()] || - at.error('unsupported pseudo: ' + e); - return r[b] - ? r(t) - : r.length > 1 - ? ((n = [e, e, '', t]), - o.setFilters.hasOwnProperty(e.toLowerCase()) - ? lt(function (e, n) { - var i, - o = r(e, t), - a = o.length; - while (a--) (i = F.call(e, o[a])), (e[i] = !(n[i] = o[a])); - }) - : function (e) { - return r(e, 0, n); - }) - : r; - }, - }, - pseudos: { - not: lt(function (e) { - var t = [], - n = [], - r = l(e.replace(z, '$1')); - return r[b] - ? lt(function (e, t, n, i) { - var o, - a = r(e, null, i, []), - s = e.length; - while (s--) (o = a[s]) && (e[s] = !(t[s] = o)); - }) - : function (e, i, o) { - return (t[0] = e), r(t, null, o, n), !n.pop(); - }; - }), - has: lt(function (e) { - return function (t) { - return at(e, t).length > 0; - }; - }), - contains: lt(function (e) { - return function (t) { - return (t.textContent || t.innerText || a(t)).indexOf(e) > -1; - }; - }), - lang: lt(function (e) { - return ( - G.test(e || '') || at.error('unsupported lang: ' + e), - (e = e.replace(rt, it).toLowerCase()), - function (t) { - var n; - do - if ((n = h ? t.lang : t.getAttribute('xml:lang') || t.getAttribute('lang'))) - return (n = n.toLowerCase()), n === e || 0 === n.indexOf(e + '-'); - while ((t = t.parentNode) && 1 === t.nodeType); - return !1; - } - ); - }), - target: function (t) { - var n = e.location && e.location.hash; - return n && n.slice(1) === t.id; - }, - root: function (e) { - return e === d; - }, - focus: function (e) { - return ( - e === f.activeElement && - (!f.hasFocus || f.hasFocus()) && - !!(e.type || e.href || ~e.tabIndex) - ); - }, - enabled: function (e) { - return e.disabled === !1; - }, - disabled: function (e) { - return e.disabled === !0; - }, - checked: function (e) { - var t = e.nodeName.toLowerCase(); - return ('input' === t && !!e.checked) || ('option' === t && !!e.selected); - }, - selected: function (e) { - return e.parentNode && e.parentNode.selectedIndex, e.selected === !0; - }, - empty: function (e) { - for (e = e.firstChild; e; e = e.nextSibling) - if (e.nodeName > '@' || 3 === e.nodeType || 4 === e.nodeType) return !1; - return !0; - }, - parent: function (e) { - return !o.pseudos.empty(e); - }, - header: function (e) { - return tt.test(e.nodeName); - }, - input: function (e) { - return et.test(e.nodeName); - }, - button: function (e) { - var t = e.nodeName.toLowerCase(); - return ('input' === t && 'button' === e.type) || 'button' === t; - }, - text: function (e) { - var t; - return ( - 'input' === e.nodeName.toLowerCase() && - 'text' === e.type && - (null == (t = e.getAttribute('type')) || t.toLowerCase() === e.type) - ); - }, - first: ht(function () { - return [0]; - }), - last: ht(function (e, t) { - return [t - 1]; - }), - eq: ht(function (e, t, n) { - return [0 > n ? n + t : n]; - }), - even: ht(function (e, t) { - var n = 0; - for (; t > n; n += 2) e.push(n); - return e; - }), - odd: ht(function (e, t) { - var n = 1; - for (; t > n; n += 2) e.push(n); - return e; - }), - lt: ht(function (e, t, n) { - var r = 0 > n ? n + t : n; - for (; --r >= 0; ) e.push(r); - return e; - }), - gt: ht(function (e, t, n) { - var r = 0 > n ? n + t : n; - for (; t > ++r; ) e.push(r); - return e; - }), - }, - }), - (o.pseudos.nth = o.pseudos.eq); - for (n in { radio: !0, checkbox: !0, file: !0, password: !0, image: !0 }) o.pseudos[n] = ft(n); - for (n in { submit: !0, reset: !0 }) o.pseudos[n] = dt(n); - function gt() {} - (gt.prototype = o.filters = o.pseudos), (o.setFilters = new gt()); - function mt(e, t) { - var n, - r, - i, - a, - s, - l, - u, - c = k[e + ' ']; - if (c) return t ? 0 : c.slice(0); - (s = e), (l = []), (u = o.preFilter); - while (s) { - (!n || (r = X.exec(s))) && (r && (s = s.slice(r[0].length) || s), l.push((i = []))), - (n = !1), - (r = U.exec(s)) && - ((n = r.shift()), - i.push({ value: n, type: r[0].replace(z, ' ') }), - (s = s.slice(n.length))); - for (a in o.filter) - !(r = Q[a].exec(s)) || - (u[a] && !(r = u[a](r))) || - ((n = r.shift()), i.push({ value: n, type: a, matches: r }), (s = s.slice(n.length))); - if (!n) break; - } - return t ? s.length : s ? at.error(e) : k(e, l).slice(0); - } - function yt(e) { - var t = 0, - n = e.length, - r = ''; - for (; n > t; t++) r += e[t].value; - return r; - } - function vt(e, t, n) { - var r = t.dir, - o = n && 'parentNode' === r, - a = C++; - return t.first - ? function (t, n, i) { - while ((t = t[r])) if (1 === t.nodeType || o) return e(t, n, i); - } - : function (t, n, s) { - var l, - u, - c, - p = T + ' ' + a; - if (s) { - while ((t = t[r])) if ((1 === t.nodeType || o) && e(t, n, s)) return !0; - } else - while ((t = t[r])) - if (1 === t.nodeType || o) - if (((c = t[b] || (t[b] = {})), (u = c[r]) && u[0] === p)) { - if ((l = u[1]) === !0 || l === i) return l === !0; - } else if (((u = c[r] = [p]), (u[1] = e(t, n, s) || i), u[1] === !0)) return !0; - }; - } - function bt(e) { - return e.length > 1 - ? function (t, n, r) { - var i = e.length; - while (i--) if (!e[i](t, n, r)) return !1; - return !0; - } - : e[0]; - } - function xt(e, t, n, r, i) { - var o, - a = [], - s = 0, - l = e.length, - u = null != t; - for (; l > s; s++) (o = e[s]) && (!n || n(o, r, i)) && (a.push(o), u && t.push(s)); - return a; - } - function wt(e, t, n, r, i, o) { - return ( - r && !r[b] && (r = wt(r)), - i && !i[b] && (i = wt(i, o)), - lt(function (o, a, s, l) { - var u, - c, - p, - f = [], - d = [], - h = a.length, - g = o || Nt(t || '*', s.nodeType ? [s] : s, []), - m = !e || (!o && t) ? g : xt(g, f, e, s, l), - y = n ? (i || (o ? e : h || r) ? [] : a) : m; - if ((n && n(m, y, s, l), r)) { - (u = xt(y, d)), r(u, [], s, l), (c = u.length); - while (c--) (p = u[c]) && (y[d[c]] = !(m[d[c]] = p)); - } - if (o) { - if (i || e) { - if (i) { - (u = []), (c = y.length); - while (c--) (p = y[c]) && u.push((m[c] = p)); - i(null, (y = []), u, l); - } - c = y.length; - while (c--) (p = y[c]) && (u = i ? F.call(o, p) : f[c]) > -1 && (o[u] = !(a[u] = p)); - } - } else (y = xt(y === a ? y.splice(h, y.length) : y)), i ? i(null, a, y, l) : M.apply(a, y); - }) - ); - } - function Tt(e) { - var t, - n, - r, - i = e.length, - a = o.relative[e[0].type], - s = a || o.relative[' '], - l = a ? 1 : 0, - c = vt( - function (e) { - return e === t; - }, - s, - !0 - ), - p = vt( - function (e) { - return F.call(t, e) > -1; - }, - s, - !0 - ), - f = [ - function (e, n, r) { - return (!a && (r || n !== u)) || ((t = n).nodeType ? c(e, n, r) : p(e, n, r)); - }, - ]; - for (; i > l; l++) - if ((n = o.relative[e[l].type])) f = [vt(bt(f), n)]; - else { - if (((n = o.filter[e[l].type].apply(null, e[l].matches)), n[b])) { - for (r = ++l; i > r; r++) if (o.relative[e[r].type]) break; - return wt( - l > 1 && bt(f), - l > 1 && - yt(e.slice(0, l - 1).concat({ value: ' ' === e[l - 2].type ? '*' : '' })).replace( - z, - '$1' - ), - n, - r > l && Tt(e.slice(l, r)), - i > r && Tt((e = e.slice(r))), - i > r && yt(e) - ); - } - f.push(n); - } - return bt(f); - } - function Ct(e, t) { - var n = 0, - r = t.length > 0, - a = e.length > 0, - s = function (s, l, c, p, d) { - var h, - g, - m, - y = [], - v = 0, - b = '0', - x = s && [], - w = null != d, - C = u, - N = s || (a && o.find.TAG('*', (d && l.parentNode) || l)), - k = (T += null == C ? 1 : Math.random() || 0.1); - for (w && ((u = l !== f && l), (i = n)); null != (h = N[b]); b++) { - if (a && h) { - g = 0; - while ((m = e[g++])) - if (m(h, l, c)) { - p.push(h); - break; - } - w && ((T = k), (i = ++n)); - } - r && ((h = !m && h) && v--, s && x.push(h)); - } - if (((v += b), r && b !== v)) { - g = 0; - while ((m = t[g++])) m(x, y, l, c); - if (s) { - if (v > 0) while (b--) x[b] || y[b] || (y[b] = q.call(p)); - y = xt(y); - } - M.apply(p, y), w && !s && y.length > 0 && v + t.length > 1 && at.uniqueSort(p); - } - return w && ((T = k), (u = C)), x; - }; - return r ? lt(s) : s; - } - l = at.compile = function (e, t) { - var n, - r = [], - i = [], - o = E[e + ' ']; - if (!o) { - t || (t = mt(e)), (n = t.length); - while (n--) (o = Tt(t[n])), o[b] ? r.push(o) : i.push(o); - o = E(e, Ct(i, r)); - } - return o; - }; - function Nt(e, t, n) { - var r = 0, - i = t.length; - for (; i > r; r++) at(e, t[r], n); - return n; - } - function kt(e, t, n, i) { - var a, - s, - u, - c, - p, - f = mt(e); - if (!i && 1 === f.length) { - if ( - ((s = f[0] = f[0].slice(0)), - s.length > 2 && - 'ID' === (u = s[0]).type && - r.getById && - 9 === t.nodeType && - h && - o.relative[s[1].type]) - ) { - if (((t = (o.find.ID(u.matches[0].replace(rt, it), t) || [])[0]), !t)) return n; - e = e.slice(s.shift().value.length); - } - a = Q.needsContext.test(e) ? 0 : s.length; - while (a--) { - if (((u = s[a]), o.relative[(c = u.type)])) break; - if ( - (p = o.find[c]) && - (i = p(u.matches[0].replace(rt, it), (V.test(s[0].type) && t.parentNode) || t)) - ) { - if ((s.splice(a, 1), (e = i.length && yt(s)), !e)) return M.apply(n, i), n; - break; - } - } - } - return l(e, f)(i, t, !h, n, V.test(e)), n; - } - (r.sortStable = b.split('').sort(A).join('') === b), - (r.detectDuplicates = S), - p(), - (r.sortDetached = ut(function (e) { - return 1 & e.compareDocumentPosition(f.createElement('div')); - })), - ut(function (e) { - return (e.innerHTML = ""), '#' === e.firstChild.getAttribute('href'); - }) || - ct('type|href|height|width', function (e, n, r) { - return r ? t : e.getAttribute(n, 'type' === n.toLowerCase() ? 1 : 2); - }), - (r.attributes && - ut(function (e) { - return ( - (e.innerHTML = ''), - e.firstChild.setAttribute('value', ''), - '' === e.firstChild.getAttribute('value') - ); - })) || - ct('value', function (e, n, r) { - return r || 'input' !== e.nodeName.toLowerCase() ? t : e.defaultValue; - }), - ut(function (e) { - return null == e.getAttribute('disabled'); - }) || - ct(B, function (e, n, r) { - var i; - return r - ? t - : (i = e.getAttributeNode(n)) && i.specified - ? i.value - : e[n] === !0 - ? n.toLowerCase() - : null; - }), - (x.find = at), - (x.expr = at.selectors), - (x.expr[':'] = x.expr.pseudos), - (x.unique = at.uniqueSort), - (x.text = at.getText), - (x.isXMLDoc = at.isXML), - (x.contains = at.contains); - })(e); - var O = {}; - function F(e) { - var t = (O[e] = {}); - return ( - x.each(e.match(T) || [], function (e, n) { - t[n] = !0; - }), - t - ); - } - (x.Callbacks = function (e) { - e = 'string' == typeof e ? O[e] || F(e) : x.extend({}, e); - var n, - r, - i, - o, - a, - s, - l = [], - u = !e.once && [], - c = function (t) { - for (r = e.memory && t, i = !0, a = s || 0, s = 0, o = l.length, n = !0; l && o > a; a++) - if (l[a].apply(t[0], t[1]) === !1 && e.stopOnFalse) { - r = !1; - break; - } - (n = !1), l && (u ? u.length && c(u.shift()) : r ? (l = []) : p.disable()); - }, - p = { - add: function () { - if (l) { - var t = l.length; - (function i(t) { - x.each(t, function (t, n) { - var r = x.type(n); - 'function' === r - ? (e.unique && p.has(n)) || l.push(n) - : n && n.length && 'string' !== r && i(n); - }); - })(arguments), - n ? (o = l.length) : r && ((s = t), c(r)); - } - return this; - }, - remove: function () { - return ( - l && - x.each(arguments, function (e, t) { - var r; - while ((r = x.inArray(t, l, r)) > -1) - l.splice(r, 1), n && (o >= r && o--, a >= r && a--); - }), - this - ); - }, - has: function (e) { - return e ? x.inArray(e, l) > -1 : !(!l || !l.length); - }, - empty: function () { - return (l = []), (o = 0), this; - }, - disable: function () { - return (l = u = r = t), this; - }, - disabled: function () { - return !l; - }, - lock: function () { - return (u = t), r || p.disable(), this; - }, - locked: function () { - return !u; - }, - fireWith: function (e, t) { - return ( - !l || (i && !u) || ((t = t || []), (t = [e, t.slice ? t.slice() : t]), n ? u.push(t) : c(t)), - this - ); - }, - fire: function () { - return p.fireWith(this, arguments), this; - }, - fired: function () { - return !!i; - }, - }; - return p; - }), - x.extend({ - Deferred: function (e) { - var t = [ - ['resolve', 'done', x.Callbacks('once memory'), 'resolved'], - ['reject', 'fail', x.Callbacks('once memory'), 'rejected'], - ['notify', 'progress', x.Callbacks('memory')], - ], - n = 'pending', - r = { - state: function () { - return n; - }, - always: function () { - return i.done(arguments).fail(arguments), this; - }, - then: function () { - var e = arguments; - return x - .Deferred(function (n) { - x.each(t, function (t, o) { - var a = o[0], - s = x.isFunction(e[t]) && e[t]; - i[o[1]](function () { - var e = s && s.apply(this, arguments); - e && x.isFunction(e.promise) - ? e.promise().done(n.resolve).fail(n.reject).progress(n.notify) - : n[a + 'With'](this === r ? n.promise() : this, s ? [e] : arguments); - }); - }), - (e = null); - }) - .promise(); - }, - promise: function (e) { - return null != e ? x.extend(e, r) : r; - }, - }, - i = {}; - return ( - (r.pipe = r.then), - x.each(t, function (e, o) { - var a = o[2], - s = o[3]; - (r[o[1]] = a.add), - s && - a.add( - function () { - n = s; - }, - t[1 ^ e][2].disable, - t[2][2].lock - ), - (i[o[0]] = function () { - return i[o[0] + 'With'](this === i ? r : this, arguments), this; - }), - (i[o[0] + 'With'] = a.fireWith); - }), - r.promise(i), - e && e.call(i, i), - i - ); - }, - when: function (e) { - var t = 0, - n = g.call(arguments), - r = n.length, - i = 1 !== r || (e && x.isFunction(e.promise)) ? r : 0, - o = 1 === i ? e : x.Deferred(), - a = function (e, t, n) { - return function (r) { - (t[e] = this), - (n[e] = arguments.length > 1 ? g.call(arguments) : r), - n === s ? o.notifyWith(t, n) : --i || o.resolveWith(t, n); - }; - }, - s, - l, - u; - if (r > 1) - for (s = Array(r), l = Array(r), u = Array(r); r > t; t++) - n[t] && x.isFunction(n[t].promise) - ? n[t].promise().done(a(t, u, n)).fail(o.reject).progress(a(t, l, s)) - : --i; - return i || o.resolveWith(u, n), o.promise(); - }, - }), - (x.support = (function (t) { - var n, - r, - o, - s, - l, - u, - c, - p, - f, - d = a.createElement('div'); - if ( - (d.setAttribute('className', 't'), - (d.innerHTML = "
a"), - (n = d.getElementsByTagName('*') || []), - (r = d.getElementsByTagName('a')[0]), - !r || !r.style || !n.length) - ) - return t; - (s = a.createElement('select')), - (u = s.appendChild(a.createElement('option'))), - (o = d.getElementsByTagName('input')[0]), - (r.style.cssText = 'top:1px;float:left;opacity:.5'), - (t.getSetAttribute = 't' !== d.className), - (t.leadingWhitespace = 3 === d.firstChild.nodeType), - (t.tbody = !d.getElementsByTagName('tbody').length), - (t.htmlSerialize = !!d.getElementsByTagName('link').length), - (t.style = /top/.test(r.getAttribute('style'))), - (t.hrefNormalized = '/a' === r.getAttribute('href')), - (t.opacity = /^0.5/.test(r.style.opacity)), - (t.cssFloat = !!r.style.cssFloat), - (t.checkOn = !!o.value), - (t.optSelected = u.selected), - (t.enctype = !!a.createElement('form').enctype), - (t.html5Clone = '<:nav>' !== a.createElement('nav').cloneNode(!0).outerHTML), - (t.inlineBlockNeedsLayout = !1), - (t.shrinkWrapBlocks = !1), - (t.pixelPosition = !1), - (t.deleteExpando = !0), - (t.noCloneEvent = !0), - (t.reliableMarginRight = !0), - (t.boxSizingReliable = !0), - (o.checked = !0), - (t.noCloneChecked = o.cloneNode(!0).checked), - (s.disabled = !0), - (t.optDisabled = !u.disabled); - try { - delete d.test; - } catch (h) { - t.deleteExpando = !1; - } - (o = a.createElement('input')), - o.setAttribute('value', ''), - (t.input = '' === o.getAttribute('value')), - (o.value = 't'), - o.setAttribute('type', 'radio'), - (t.radioValue = 't' === o.value), - o.setAttribute('checked', 't'), - o.setAttribute('name', 't'), - (l = a.createDocumentFragment()), - l.appendChild(o), - (t.appendChecked = o.checked), - (t.checkClone = l.cloneNode(!0).cloneNode(!0).lastChild.checked), - d.attachEvent && - (d.attachEvent('onclick', function () { - t.noCloneEvent = !1; - }), - d.cloneNode(!0).click()); - for (f in { submit: !0, change: !0, focusin: !0 }) - d.setAttribute((c = 'on' + f), 't'), (t[f + 'Bubbles'] = c in e || d.attributes[c].expando === !1); - (d.style.backgroundClip = 'content-box'), - (d.cloneNode(!0).style.backgroundClip = ''), - (t.clearCloneStyle = 'content-box' === d.style.backgroundClip); - for (f in x(t)) break; - return ( - (t.ownLast = '0' !== f), - x(function () { - var n, - r, - o, - s = - 'padding:0;margin:0;border:0;display:block;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;', - l = a.getElementsByTagName('body')[0]; - l && - ((n = a.createElement('div')), - (n.style.cssText = - 'border:0;width:0;height:0;position:absolute;top:0;left:-9999px;margin-top:1px'), - l.appendChild(n).appendChild(d), - (d.innerHTML = '
t
'), - (o = d.getElementsByTagName('td')), - (o[0].style.cssText = 'padding:0;margin:0;border:0;display:none'), - (p = 0 === o[0].offsetHeight), - (o[0].style.display = ''), - (o[1].style.display = 'none'), - (t.reliableHiddenOffsets = p && 0 === o[0].offsetHeight), - (d.innerHTML = ''), - (d.style.cssText = - 'box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:1px;border:1px;display:block;width:4px;margin-top:1%;position:absolute;top:1%;'), - x.swap(l, null != l.style.zoom ? { zoom: 1 } : {}, function () { - t.boxSizing = 4 === d.offsetWidth; - }), - e.getComputedStyle && - ((t.pixelPosition = '1%' !== (e.getComputedStyle(d, null) || {}).top), - (t.boxSizingReliable = '4px' === (e.getComputedStyle(d, null) || { width: '4px' }).width), - (r = d.appendChild(a.createElement('div'))), - (r.style.cssText = d.style.cssText = s), - (r.style.marginRight = r.style.width = '0'), - (d.style.width = '1px'), - (t.reliableMarginRight = !parseFloat((e.getComputedStyle(r, null) || {}).marginRight))), - typeof d.style.zoom !== i && - ((d.innerHTML = ''), - (d.style.cssText = s + 'width:1px;padding:1px;display:inline;zoom:1'), - (t.inlineBlockNeedsLayout = 3 === d.offsetWidth), - (d.style.display = 'block'), - (d.innerHTML = '
'), - (d.firstChild.style.width = '5px'), - (t.shrinkWrapBlocks = 3 !== d.offsetWidth), - t.inlineBlockNeedsLayout && (l.style.zoom = 1)), - l.removeChild(n), - (n = d = o = r = null)); - }), - (n = s = l = u = r = o = null), - t - ); - })({})); - var B = /(?:\{[\s\S]*\}|\[[\s\S]*\])$/, - P = /([A-Z])/g; - function R(e, n, r, i) { - if (x.acceptData(e)) { - var o, - a, - s = x.expando, - l = e.nodeType, - u = l ? x.cache : e, - c = l ? e[s] : e[s] && s; - if ((c && u[c] && (i || u[c].data)) || r !== t || 'string' != typeof n) - return ( - c || (c = l ? (e[s] = p.pop() || x.guid++) : s), - u[c] || (u[c] = l ? {} : { toJSON: x.noop }), - ('object' == typeof n || 'function' == typeof n) && - (i ? (u[c] = x.extend(u[c], n)) : (u[c].data = x.extend(u[c].data, n))), - (a = u[c]), - i || (a.data || (a.data = {}), (a = a.data)), - r !== t && (a[x.camelCase(n)] = r), - 'string' == typeof n ? ((o = a[n]), null == o && (o = a[x.camelCase(n)])) : (o = a), - o - ); - } - } - function W(e, t, n) { - if (x.acceptData(e)) { - var r, - i, - o = e.nodeType, - a = o ? x.cache : e, - s = o ? e[x.expando] : x.expando; - if (a[s]) { - if (t && (r = n ? a[s] : a[s].data)) { - x.isArray(t) - ? (t = t.concat(x.map(t, x.camelCase))) - : t in r - ? (t = [t]) - : ((t = x.camelCase(t)), (t = t in r ? [t] : t.split(' '))), - (i = t.length); - while (i--) delete r[t[i]]; - if (n ? !I(r) : !x.isEmptyObject(r)) return; - } - (n || (delete a[s].data, I(a[s]))) && - (o ? x.cleanData([e], !0) : x.support.deleteExpando || a != a.window ? delete a[s] : (a[s] = null)); - } - } - } - x.extend({ - cache: {}, - noData: { applet: !0, embed: !0, object: 'clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' }, - hasData: function (e) { - return (e = e.nodeType ? x.cache[e[x.expando]] : e[x.expando]), !!e && !I(e); - }, - data: function (e, t, n) { - return R(e, t, n); - }, - removeData: function (e, t) { - return W(e, t); - }, - _data: function (e, t, n) { - return R(e, t, n, !0); - }, - _removeData: function (e, t) { - return W(e, t, !0); - }, - acceptData: function (e) { - if (e.nodeType && 1 !== e.nodeType && 9 !== e.nodeType) return !1; - var t = e.nodeName && x.noData[e.nodeName.toLowerCase()]; - return !t || (t !== !0 && e.getAttribute('classid') === t); - }, - }), - x.fn.extend({ - data: function (e, n) { - var r, - i, - o = null, - a = 0, - s = this[0]; - if (e === t) { - if (this.length && ((o = x.data(s)), 1 === s.nodeType && !x._data(s, 'parsedAttrs'))) { - for (r = s.attributes; r.length > a; a++) - (i = r[a].name), 0 === i.indexOf('data-') && ((i = x.camelCase(i.slice(5))), $(s, i, o[i])); - x._data(s, 'parsedAttrs', !0); - } - return o; - } - return 'object' == typeof e - ? this.each(function () { - x.data(this, e); - }) - : arguments.length > 1 - ? this.each(function () { - x.data(this, e, n); - }) - : s - ? $(s, e, x.data(s, e)) - : null; - }, - removeData: function (e) { - return this.each(function () { - x.removeData(this, e); - }); - }, - }); - function $(e, n, r) { - if (r === t && 1 === e.nodeType) { - var i = 'data-' + n.replace(P, '-$1').toLowerCase(); - if (((r = e.getAttribute(i)), 'string' == typeof r)) { - try { - r = - 'true' === r - ? !0 - : 'false' === r - ? !1 - : 'null' === r - ? null - : +r + '' === r - ? +r - : B.test(r) - ? x.parseJSON(r) - : r; - } catch (o) {} - x.data(e, n, r); - } else r = t; - } - return r; - } - function I(e) { - var t; - for (t in e) if (('data' !== t || !x.isEmptyObject(e[t])) && 'toJSON' !== t) return !1; - return !0; - } - x.extend({ - queue: function (e, n, r) { - var i; - return e - ? ((n = (n || 'fx') + 'queue'), - (i = x._data(e, n)), - r && (!i || x.isArray(r) ? (i = x._data(e, n, x.makeArray(r))) : i.push(r)), - i || []) - : t; - }, - dequeue: function (e, t) { - t = t || 'fx'; - var n = x.queue(e, t), - r = n.length, - i = n.shift(), - o = x._queueHooks(e, t), - a = function () { - x.dequeue(e, t); - }; - 'inprogress' === i && ((i = n.shift()), r--), - i && ('fx' === t && n.unshift('inprogress'), delete o.stop, i.call(e, a, o)), - !r && o && o.empty.fire(); - }, - _queueHooks: function (e, t) { - var n = t + 'queueHooks'; - return ( - x._data(e, n) || - x._data(e, n, { - empty: x.Callbacks('once memory').add(function () { - x._removeData(e, t + 'queue'), x._removeData(e, n); - }), - }) - ); - }, - }), - x.fn.extend({ - queue: function (e, n) { - var r = 2; - return ( - 'string' != typeof e && ((n = e), (e = 'fx'), r--), - r > arguments.length - ? x.queue(this[0], e) - : n === t - ? this - : this.each(function () { - var t = x.queue(this, e, n); - x._queueHooks(this, e), 'fx' === e && 'inprogress' !== t[0] && x.dequeue(this, e); - }) - ); - }, - dequeue: function (e) { - return this.each(function () { - x.dequeue(this, e); - }); - }, - delay: function (e, t) { - return ( - (e = x.fx ? x.fx.speeds[e] || e : e), - (t = t || 'fx'), - this.queue(t, function (t, n) { - var r = setTimeout(t, e); - n.stop = function () { - clearTimeout(r); - }; - }) - ); - }, - clearQueue: function (e) { - return this.queue(e || 'fx', []); - }, - promise: function (e, n) { - var r, - i = 1, - o = x.Deferred(), - a = this, - s = this.length, - l = function () { - --i || o.resolveWith(a, [a]); - }; - 'string' != typeof e && ((n = e), (e = t)), (e = e || 'fx'); - while (s--) (r = x._data(a[s], e + 'queueHooks')), r && r.empty && (i++, r.empty.add(l)); - return l(), o.promise(n); - }, - }); - var z, - X, - U = /[\t\r\n\f]/g, - V = /\r/g, - Y = /^(?:input|select|textarea|button|object)$/i, - J = /^(?:a|area)$/i, - G = /^(?:checked|selected)$/i, - Q = x.support.getSetAttribute, - K = x.support.input; - x.fn.extend({ - attr: function (e, t) { - return x.access(this, x.attr, e, t, arguments.length > 1); - }, - removeAttr: function (e) { - return this.each(function () { - x.removeAttr(this, e); - }); - }, - prop: function (e, t) { - return x.access(this, x.prop, e, t, arguments.length > 1); - }, - removeProp: function (e) { - return ( - (e = x.propFix[e] || e), - this.each(function () { - try { - (this[e] = t), delete this[e]; - } catch (n) {} - }) - ); - }, - addClass: function (e) { - var t, - n, - r, - i, - o, - a = 0, - s = this.length, - l = 'string' == typeof e && e; - if (x.isFunction(e)) - return this.each(function (t) { - x(this).addClass(e.call(this, t, this.className)); - }); - if (l) - for (t = (e || '').match(T) || []; s > a; a++) - if ( - ((n = this[a]), - (r = 1 === n.nodeType && (n.className ? (' ' + n.className + ' ').replace(U, ' ') : ' '))) - ) { - o = 0; - while ((i = t[o++])) 0 > r.indexOf(' ' + i + ' ') && (r += i + ' '); - n.className = x.trim(r); - } - return this; - }, - removeClass: function (e) { - var t, - n, - r, - i, - o, - a = 0, - s = this.length, - l = 0 === arguments.length || ('string' == typeof e && e); - if (x.isFunction(e)) - return this.each(function (t) { - x(this).removeClass(e.call(this, t, this.className)); - }); - if (l) - for (t = (e || '').match(T) || []; s > a; a++) - if ( - ((n = this[a]), - (r = 1 === n.nodeType && (n.className ? (' ' + n.className + ' ').replace(U, ' ') : ''))) - ) { - o = 0; - while ((i = t[o++])) while (r.indexOf(' ' + i + ' ') >= 0) r = r.replace(' ' + i + ' ', ' '); - n.className = e ? x.trim(r) : ''; - } - return this; - }, - toggleClass: function (e, t) { - var n = typeof e; - return 'boolean' == typeof t && 'string' === n - ? t - ? this.addClass(e) - : this.removeClass(e) - : x.isFunction(e) - ? this.each(function (n) { - x(this).toggleClass(e.call(this, n, this.className, t), t); - }) - : this.each(function () { - if ('string' === n) { - var t, - r = 0, - o = x(this), - a = e.match(T) || []; - while ((t = a[r++])) o.hasClass(t) ? o.removeClass(t) : o.addClass(t); - } else (n === i || 'boolean' === n) && (this.className && x._data(this, '__className__', this.className), (this.className = this.className || e === !1 ? '' : x._data(this, '__className__') || '')); - }); - }, - hasClass: function (e) { - var t = ' ' + e + ' ', - n = 0, - r = this.length; - for (; r > n; n++) - if (1 === this[n].nodeType && (' ' + this[n].className + ' ').replace(U, ' ').indexOf(t) >= 0) - return !0; - return !1; - }, - val: function (e) { - var n, - r, - i, - o = this[0]; - { - if (arguments.length) - return ( - (i = x.isFunction(e)), - this.each(function (n) { - var o; - 1 === this.nodeType && - ((o = i ? e.call(this, n, x(this).val()) : e), - null == o - ? (o = '') - : 'number' == typeof o - ? (o += '') - : x.isArray(o) && - (o = x.map(o, function (e) { - return null == e ? '' : e + ''; - })), - (r = x.valHooks[this.type] || x.valHooks[this.nodeName.toLowerCase()]), - (r && 'set' in r && r.set(this, o, 'value') !== t) || (this.value = o)); - }) - ); - if (o) - return ( - (r = x.valHooks[o.type] || x.valHooks[o.nodeName.toLowerCase()]), - r && 'get' in r && (n = r.get(o, 'value')) !== t - ? n - : ((n = o.value), 'string' == typeof n ? n.replace(V, '') : null == n ? '' : n) - ); - } - }, - }), - x.extend({ - valHooks: { - option: { - get: function (e) { - var t = x.find.attr(e, 'value'); - return null != t ? t : e.text; - }, - }, - select: { - get: function (e) { - var t, - n, - r = e.options, - i = e.selectedIndex, - o = 'select-one' === e.type || 0 > i, - a = o ? null : [], - s = o ? i + 1 : r.length, - l = 0 > i ? s : o ? i : 0; - for (; s > l; l++) - if ( - ((n = r[l]), - !( - (!n.selected && l !== i) || - (x.support.optDisabled ? n.disabled : null !== n.getAttribute('disabled')) || - (n.parentNode.disabled && x.nodeName(n.parentNode, 'optgroup')) - )) - ) { - if (((t = x(n).val()), o)) return t; - a.push(t); - } - return a; - }, - set: function (e, t) { - var n, - r, - i = e.options, - o = x.makeArray(t), - a = i.length; - while (a--) (r = i[a]), (r.selected = x.inArray(x(r).val(), o) >= 0) && (n = !0); - return n || (e.selectedIndex = -1), o; - }, - }, - }, - attr: function (e, n, r) { - var o, - a, - s = e.nodeType; - if (e && 3 !== s && 8 !== s && 2 !== s) - return typeof e.getAttribute === i - ? x.prop(e, n, r) - : ((1 === s && x.isXMLDoc(e)) || - ((n = n.toLowerCase()), (o = x.attrHooks[n] || (x.expr.match.bool.test(n) ? X : z))), - r === t - ? o && 'get' in o && null !== (a = o.get(e, n)) - ? a - : ((a = x.find.attr(e, n)), null == a ? t : a) - : null !== r - ? o && 'set' in o && (a = o.set(e, r, n)) !== t - ? a - : (e.setAttribute(n, r + ''), r) - : (x.removeAttr(e, n), t)); - }, - removeAttr: function (e, t) { - var n, - r, - i = 0, - o = t && t.match(T); - if (o && 1 === e.nodeType) - while ((n = o[i++])) - (r = x.propFix[n] || n), - x.expr.match.bool.test(n) - ? (K && Q) || !G.test(n) - ? (e[r] = !1) - : (e[x.camelCase('default-' + n)] = e[r] = !1) - : x.attr(e, n, ''), - e.removeAttribute(Q ? n : r); - }, - attrHooks: { - type: { - set: function (e, t) { - if (!x.support.radioValue && 'radio' === t && x.nodeName(e, 'input')) { - var n = e.value; - return e.setAttribute('type', t), n && (e.value = n), t; - } - }, - }, - }, - propFix: { for: 'htmlFor', class: 'className' }, - prop: function (e, n, r) { - var i, - o, - a, - s = e.nodeType; - if (e && 3 !== s && 8 !== s && 2 !== s) - return ( - (a = 1 !== s || !x.isXMLDoc(e)), - a && ((n = x.propFix[n] || n), (o = x.propHooks[n])), - r !== t - ? o && 'set' in o && (i = o.set(e, r, n)) !== t - ? i - : (e[n] = r) - : o && 'get' in o && null !== (i = o.get(e, n)) - ? i - : e[n] - ); - }, - propHooks: { - tabIndex: { - get: function (e) { - var t = x.find.attr(e, 'tabindex'); - return t ? parseInt(t, 10) : Y.test(e.nodeName) || (J.test(e.nodeName) && e.href) ? 0 : -1; - }, - }, - }, - }), - (X = { - set: function (e, t, n) { - return ( - t === !1 - ? x.removeAttr(e, n) - : (K && Q) || !G.test(n) - ? e.setAttribute((!Q && x.propFix[n]) || n, n) - : (e[x.camelCase('default-' + n)] = e[n] = !0), - n - ); - }, - }), - x.each(x.expr.match.bool.source.match(/\w+/g), function (e, n) { - var r = x.expr.attrHandle[n] || x.find.attr; - x.expr.attrHandle[n] = - (K && Q) || !G.test(n) - ? function (e, n, i) { - var o = x.expr.attrHandle[n], - a = i ? t : (x.expr.attrHandle[n] = t) != r(e, n, i) ? n.toLowerCase() : null; - return (x.expr.attrHandle[n] = o), a; - } - : function (e, n, r) { - return r ? t : e[x.camelCase('default-' + n)] ? n.toLowerCase() : null; - }; - }), - (K && Q) || - (x.attrHooks.value = { - set: function (e, n, r) { - return x.nodeName(e, 'input') ? ((e.defaultValue = n), t) : z && z.set(e, n, r); - }, - }), - Q || - ((z = { - set: function (e, n, r) { - var i = e.getAttributeNode(r); - return ( - i || e.setAttributeNode((i = e.ownerDocument.createAttribute(r))), - (i.value = n += ''), - 'value' === r || n === e.getAttribute(r) ? n : t - ); - }, - }), - (x.expr.attrHandle.id = x.expr.attrHandle.name = x.expr.attrHandle.coords = function (e, n, r) { - var i; - return r ? t : (i = e.getAttributeNode(n)) && '' !== i.value ? i.value : null; - }), - (x.valHooks.button = { - get: function (e, n) { - var r = e.getAttributeNode(n); - return r && r.specified ? r.value : t; - }, - set: z.set, - }), - (x.attrHooks.contenteditable = { - set: function (e, t, n) { - z.set(e, '' === t ? !1 : t, n); - }, - }), - x.each(['width', 'height'], function (e, n) { - x.attrHooks[n] = { - set: function (e, r) { - return '' === r ? (e.setAttribute(n, 'auto'), r) : t; - }, - }; - })), - x.support.hrefNormalized || - x.each(['href', 'src'], function (e, t) { - x.propHooks[t] = { - get: function (e) { - return e.getAttribute(t, 4); - }, - }; - }), - x.support.style || - (x.attrHooks.style = { - get: function (e) { - return e.style.cssText || t; - }, - set: function (e, t) { - return (e.style.cssText = t + ''); - }, - }), - x.support.optSelected || - (x.propHooks.selected = { - get: function (e) { - var t = e.parentNode; - return t && (t.selectedIndex, t.parentNode && t.parentNode.selectedIndex), null; - }, - }), - x.each( - [ - 'tabIndex', - 'readOnly', - 'maxLength', - 'cellSpacing', - 'cellPadding', - 'rowSpan', - 'colSpan', - 'useMap', - 'frameBorder', - 'contentEditable', - ], - function () { - x.propFix[this.toLowerCase()] = this; - } - ), - x.support.enctype || (x.propFix.enctype = 'encoding'), - x.each(['radio', 'checkbox'], function () { - (x.valHooks[this] = { - set: function (e, n) { - return x.isArray(n) ? (e.checked = x.inArray(x(e).val(), n) >= 0) : t; - }, - }), - x.support.checkOn || - (x.valHooks[this].get = function (e) { - return null === e.getAttribute('value') ? 'on' : e.value; - }); - }); - var Z = /^(?:input|select|textarea)$/i, - et = /^key/, - tt = /^(?:mouse|contextmenu)|click/, - nt = /^(?:focusinfocus|focusoutblur)$/, - rt = /^([^.]*)(?:\.(.+)|)$/; - function it() { - return !0; - } - function ot() { - return !1; - } - function at() { - try { - return a.activeElement; - } catch (e) {} - } - (x.event = { - global: {}, - add: function (e, n, r, o, a) { - var s, - l, - u, - c, - p, - f, - d, - h, - g, - m, - y, - v = x._data(e); - if (v) { - r.handler && ((c = r), (r = c.handler), (a = c.selector)), - r.guid || (r.guid = x.guid++), - (l = v.events) || (l = v.events = {}), - (f = v.handle) || - ((f = v.handle = function (e) { - return typeof x === i || (e && x.event.triggered === e.type) - ? t - : x.event.dispatch.apply(f.elem, arguments); - }), - (f.elem = e)), - (n = (n || '').match(T) || ['']), - (u = n.length); - while (u--) - (s = rt.exec(n[u]) || []), - (g = y = s[1]), - (m = (s[2] || '').split('.').sort()), - g && - ((p = x.event.special[g] || {}), - (g = (a ? p.delegateType : p.bindType) || g), - (p = x.event.special[g] || {}), - (d = x.extend( - { - type: g, - origType: y, - data: o, - handler: r, - guid: r.guid, - selector: a, - needsContext: a && x.expr.match.needsContext.test(a), - namespace: m.join('.'), - }, - c - )), - (h = l[g]) || - ((h = l[g] = []), - (h.delegateCount = 0), - (p.setup && p.setup.call(e, o, m, f) !== !1) || - (e.addEventListener - ? e.addEventListener(g, f, !1) - : e.attachEvent && e.attachEvent('on' + g, f))), - p.add && (p.add.call(e, d), d.handler.guid || (d.handler.guid = r.guid)), - a ? h.splice(h.delegateCount++, 0, d) : h.push(d), - (x.event.global[g] = !0)); - e = null; - } - }, - remove: function (e, t, n, r, i) { - var o, - a, - s, - l, - u, - c, - p, - f, - d, - h, - g, - m = x.hasData(e) && x._data(e); - if (m && (c = m.events)) { - (t = (t || '').match(T) || ['']), (u = t.length); - while (u--) - if (((s = rt.exec(t[u]) || []), (d = g = s[1]), (h = (s[2] || '').split('.').sort()), d)) { - (p = x.event.special[d] || {}), - (d = (r ? p.delegateType : p.bindType) || d), - (f = c[d] || []), - (s = s[2] && RegExp('(^|\\.)' + h.join('\\.(?:.*\\.|)') + '(\\.|$)')), - (l = o = f.length); - while (o--) - (a = f[o]), - (!i && g !== a.origType) || - (n && n.guid !== a.guid) || - (s && !s.test(a.namespace)) || - (r && r !== a.selector && ('**' !== r || !a.selector)) || - (f.splice(o, 1), a.selector && f.delegateCount--, p.remove && p.remove.call(e, a)); - l && - !f.length && - ((p.teardown && p.teardown.call(e, h, m.handle) !== !1) || x.removeEvent(e, d, m.handle), - delete c[d]); - } else for (d in c) x.event.remove(e, d + t[u], n, r, !0); - x.isEmptyObject(c) && (delete m.handle, x._removeData(e, 'events')); - } - }, - trigger: function (n, r, i, o) { - var s, - l, - u, - c, - p, - f, - d, - h = [i || a], - g = v.call(n, 'type') ? n.type : n, - m = v.call(n, 'namespace') ? n.namespace.split('.') : []; - if ( - ((u = f = i = i || a), - 3 !== i.nodeType && - 8 !== i.nodeType && - !nt.test(g + x.event.triggered) && - (g.indexOf('.') >= 0 && ((m = g.split('.')), (g = m.shift()), m.sort()), - (l = 0 > g.indexOf(':') && 'on' + g), - (n = n[x.expando] ? n : new x.Event(g, 'object' == typeof n && n)), - (n.isTrigger = o ? 2 : 3), - (n.namespace = m.join('.')), - (n.namespace_re = n.namespace ? RegExp('(^|\\.)' + m.join('\\.(?:.*\\.|)') + '(\\.|$)') : null), - (n.result = t), - n.target || (n.target = i), - (r = null == r ? [n] : x.makeArray(r, [n])), - (p = x.event.special[g] || {}), - o || !p.trigger || p.trigger.apply(i, r) !== !1)) - ) { - if (!o && !p.noBubble && !x.isWindow(i)) { - for (c = p.delegateType || g, nt.test(c + g) || (u = u.parentNode); u; u = u.parentNode) - h.push(u), (f = u); - f === (i.ownerDocument || a) && h.push(f.defaultView || f.parentWindow || e); - } - d = 0; - while ((u = h[d++]) && !n.isPropagationStopped()) - (n.type = d > 1 ? c : p.bindType || g), - (s = (x._data(u, 'events') || {})[n.type] && x._data(u, 'handle')), - s && s.apply(u, r), - (s = l && u[l]), - s && x.acceptData(u) && s.apply && s.apply(u, r) === !1 && n.preventDefault(); - if ( - ((n.type = g), - !o && - !n.isDefaultPrevented() && - (!p._default || p._default.apply(h.pop(), r) === !1) && - x.acceptData(i) && - l && - i[g] && - !x.isWindow(i)) - ) { - (f = i[l]), f && (i[l] = null), (x.event.triggered = g); - try { - i[g](); - } catch (y) {} - (x.event.triggered = t), f && (i[l] = f); - } - return n.result; - } - }, - dispatch: function (e) { - e = x.event.fix(e); - var n, - r, - i, - o, - a, - s = [], - l = g.call(arguments), - u = (x._data(this, 'events') || {})[e.type] || [], - c = x.event.special[e.type] || {}; - if (((l[0] = e), (e.delegateTarget = this), !c.preDispatch || c.preDispatch.call(this, e) !== !1)) { - (s = x.event.handlers.call(this, e, u)), (n = 0); - while ((o = s[n++]) && !e.isPropagationStopped()) { - (e.currentTarget = o.elem), (a = 0); - while ((i = o.handlers[a++]) && !e.isImmediatePropagationStopped()) - (!e.namespace_re || e.namespace_re.test(i.namespace)) && - ((e.handleObj = i), - (e.data = i.data), - (r = ((x.event.special[i.origType] || {}).handle || i.handler).apply(o.elem, l)), - r !== t && (e.result = r) === !1 && (e.preventDefault(), e.stopPropagation())); - } - return c.postDispatch && c.postDispatch.call(this, e), e.result; - } - }, - handlers: function (e, n) { - var r, - i, - o, - a, - s = [], - l = n.delegateCount, - u = e.target; - if (l && u.nodeType && (!e.button || 'click' !== e.type)) - for (; u != this; u = u.parentNode || this) - if (1 === u.nodeType && (u.disabled !== !0 || 'click' !== e.type)) { - for (o = [], a = 0; l > a; a++) - (i = n[a]), - (r = i.selector + ' '), - o[r] === t && - (o[r] = i.needsContext - ? x(r, this).index(u) >= 0 - : x.find(r, this, null, [u]).length), - o[r] && o.push(i); - o.length && s.push({ elem: u, handlers: o }); - } - return n.length > l && s.push({ elem: this, handlers: n.slice(l) }), s; - }, - fix: function (e) { - if (e[x.expando]) return e; - var t, - n, - r, - i = e.type, - o = e, - s = this.fixHooks[i]; - s || (this.fixHooks[i] = s = tt.test(i) ? this.mouseHooks : et.test(i) ? this.keyHooks : {}), - (r = s.props ? this.props.concat(s.props) : this.props), - (e = new x.Event(o)), - (t = r.length); - while (t--) (n = r[t]), (e[n] = o[n]); - return ( - e.target || (e.target = o.srcElement || a), - 3 === e.target.nodeType && (e.target = e.target.parentNode), - (e.metaKey = !!e.metaKey), - s.filter ? s.filter(e, o) : e - ); - }, - props: 'altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which'.split( - ' ' - ), - fixHooks: {}, - keyHooks: { - props: 'char charCode key keyCode'.split(' '), - filter: function (e, t) { - return null == e.which && (e.which = null != t.charCode ? t.charCode : t.keyCode), e; - }, - }, - mouseHooks: { - props: 'button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement'.split( - ' ' - ), - filter: function (e, n) { - var r, - i, - o, - s = n.button, - l = n.fromElement; - return ( - null == e.pageX && - null != n.clientX && - ((i = e.target.ownerDocument || a), - (o = i.documentElement), - (r = i.body), - (e.pageX = - n.clientX + - ((o && o.scrollLeft) || (r && r.scrollLeft) || 0) - - ((o && o.clientLeft) || (r && r.clientLeft) || 0)), - (e.pageY = - n.clientY + - ((o && o.scrollTop) || (r && r.scrollTop) || 0) - - ((o && o.clientTop) || (r && r.clientTop) || 0))), - !e.relatedTarget && l && (e.relatedTarget = l === e.target ? n.toElement : l), - e.which || s === t || (e.which = 1 & s ? 1 : 2 & s ? 3 : 4 & s ? 2 : 0), - e - ); - }, - }, - special: { - load: { noBubble: !0 }, - focus: { - trigger: function () { - if (this !== at() && this.focus) - try { - return this.focus(), !1; - } catch (e) {} - }, - delegateType: 'focusin', - }, - blur: { - trigger: function () { - return this === at() && this.blur ? (this.blur(), !1) : t; - }, - delegateType: 'focusout', - }, - click: { - trigger: function () { - return x.nodeName(this, 'input') && 'checkbox' === this.type && this.click ? (this.click(), !1) : t; - }, - _default: function (e) { - return x.nodeName(e.target, 'a'); - }, - }, - beforeunload: { - postDispatch: function (e) { - e.result !== t && (e.originalEvent.returnValue = e.result); - }, - }, - }, - simulate: function (e, t, n, r) { - var i = x.extend(new x.Event(), n, { type: e, isSimulated: !0, originalEvent: {} }); - r ? x.event.trigger(i, null, t) : x.event.dispatch.call(t, i), i.isDefaultPrevented() && n.preventDefault(); - }, - }), - (x.removeEvent = a.removeEventListener - ? function (e, t, n) { - e.removeEventListener && e.removeEventListener(t, n, !1); - } - : function (e, t, n) { - var r = 'on' + t; - e.detachEvent && (typeof e[r] === i && (e[r] = null), e.detachEvent(r, n)); - }), - (x.Event = function (e, n) { - return this instanceof x.Event - ? (e && e.type - ? ((this.originalEvent = e), - (this.type = e.type), - (this.isDefaultPrevented = - e.defaultPrevented || - e.returnValue === !1 || - (e.getPreventDefault && e.getPreventDefault()) - ? it - : ot)) - : (this.type = e), - n && x.extend(this, n), - (this.timeStamp = (e && e.timeStamp) || x.now()), - (this[x.expando] = !0), - t) - : new x.Event(e, n); - }), - (x.Event.prototype = { - isDefaultPrevented: ot, - isPropagationStopped: ot, - isImmediatePropagationStopped: ot, - preventDefault: function () { - var e = this.originalEvent; - (this.isDefaultPrevented = it), e && (e.preventDefault ? e.preventDefault() : (e.returnValue = !1)); - }, - stopPropagation: function () { - var e = this.originalEvent; - (this.isPropagationStopped = it), - e && (e.stopPropagation && e.stopPropagation(), (e.cancelBubble = !0)); - }, - stopImmediatePropagation: function () { - (this.isImmediatePropagationStopped = it), this.stopPropagation(); - }, - }), - x.each({ mouseenter: 'mouseover', mouseleave: 'mouseout' }, function (e, t) { - x.event.special[e] = { - delegateType: t, - bindType: t, - handle: function (e) { - var n, - r = this, - i = e.relatedTarget, - o = e.handleObj; - return ( - (!i || (i !== r && !x.contains(r, i))) && - ((e.type = o.origType), (n = o.handler.apply(this, arguments)), (e.type = t)), - n - ); - }, - }; - }), - x.support.submitBubbles || - (x.event.special.submit = { - setup: function () { - return x.nodeName(this, 'form') - ? !1 - : (x.event.add(this, 'click._submit keypress._submit', function (e) { - var n = e.target, - r = x.nodeName(n, 'input') || x.nodeName(n, 'button') ? n.form : t; - r && - !x._data(r, 'submitBubbles') && - (x.event.add(r, 'submit._submit', function (e) { - e._submit_bubble = !0; - }), - x._data(r, 'submitBubbles', !0)); - }), - t); - }, - postDispatch: function (e) { - e._submit_bubble && - (delete e._submit_bubble, - this.parentNode && !e.isTrigger && x.event.simulate('submit', this.parentNode, e, !0)); - }, - teardown: function () { - return x.nodeName(this, 'form') ? !1 : (x.event.remove(this, '._submit'), t); - }, - }), - x.support.changeBubbles || - (x.event.special.change = { - setup: function () { - return Z.test(this.nodeName) - ? (('checkbox' === this.type || 'radio' === this.type) && - (x.event.add(this, 'propertychange._change', function (e) { - 'checked' === e.originalEvent.propertyName && (this._just_changed = !0); - }), - x.event.add(this, 'click._change', function (e) { - this._just_changed && !e.isTrigger && (this._just_changed = !1), - x.event.simulate('change', this, e, !0); - })), - !1) - : (x.event.add(this, 'beforeactivate._change', function (e) { - var t = e.target; - Z.test(t.nodeName) && - !x._data(t, 'changeBubbles') && - (x.event.add(t, 'change._change', function (e) { - !this.parentNode || - e.isSimulated || - e.isTrigger || - x.event.simulate('change', this.parentNode, e, !0); - }), - x._data(t, 'changeBubbles', !0)); - }), - t); - }, - handle: function (e) { - var n = e.target; - return this !== n || e.isSimulated || e.isTrigger || ('radio' !== n.type && 'checkbox' !== n.type) - ? e.handleObj.handler.apply(this, arguments) - : t; - }, - teardown: function () { - return x.event.remove(this, '._change'), !Z.test(this.nodeName); - }, - }), - x.support.focusinBubbles || - x.each({ focus: 'focusin', blur: 'focusout' }, function (e, t) { - var n = 0, - r = function (e) { - x.event.simulate(t, e.target, x.event.fix(e), !0); - }; - x.event.special[t] = { - setup: function () { - 0 === n++ && a.addEventListener(e, r, !0); - }, - teardown: function () { - 0 === --n && a.removeEventListener(e, r, !0); - }, - }; - }), - x.fn.extend({ - on: function (e, n, r, i, o) { - var a, s; - if ('object' == typeof e) { - 'string' != typeof n && ((r = r || n), (n = t)); - for (a in e) this.on(a, n, r, e[a], o); - return this; - } - if ( - (null == r && null == i - ? ((i = n), (r = n = t)) - : null == i && ('string' == typeof n ? ((i = r), (r = t)) : ((i = r), (r = n), (n = t))), - i === !1) - ) - i = ot; - else if (!i) return this; - return ( - 1 === o && - ((s = i), - (i = function (e) { - return x().off(e), s.apply(this, arguments); - }), - (i.guid = s.guid || (s.guid = x.guid++))), - this.each(function () { - x.event.add(this, e, i, r, n); - }) - ); - }, - one: function (e, t, n, r) { - return this.on(e, t, n, r, 1); - }, - off: function (e, n, r) { - var i, o; - if (e && e.preventDefault && e.handleObj) - return ( - (i = e.handleObj), - x(e.delegateTarget).off( - i.namespace ? i.origType + '.' + i.namespace : i.origType, - i.selector, - i.handler - ), - this - ); - if ('object' == typeof e) { - for (o in e) this.off(o, n, e[o]); - return this; - } - return ( - (n === !1 || 'function' == typeof n) && ((r = n), (n = t)), - r === !1 && (r = ot), - this.each(function () { - x.event.remove(this, e, r, n); - }) - ); - }, - trigger: function (e, t) { - return this.each(function () { - x.event.trigger(e, t, this); - }); - }, - triggerHandler: function (e, n) { - var r = this[0]; - return r ? x.event.trigger(e, n, r, !0) : t; - }, - }); - var st = /^.[^:#\[\.,]*$/, - lt = /^(?:parents|prev(?:Until|All))/, - ut = x.expr.match.needsContext, - ct = { children: !0, contents: !0, next: !0, prev: !0 }; - x.fn.extend({ - find: function (e) { - var t, - n = [], - r = this, - i = r.length; - if ('string' != typeof e) - return this.pushStack( - x(e).filter(function () { - for (t = 0; i > t; t++) if (x.contains(r[t], this)) return !0; - }) - ); - for (t = 0; i > t; t++) x.find(e, r[t], n); - return ( - (n = this.pushStack(i > 1 ? x.unique(n) : n)), - (n.selector = this.selector ? this.selector + ' ' + e : e), - n - ); - }, - has: function (e) { - var t, - n = x(e, this), - r = n.length; - return this.filter(function () { - for (t = 0; r > t; t++) if (x.contains(this, n[t])) return !0; - }); - }, - not: function (e) { - return this.pushStack(ft(this, e || [], !0)); - }, - filter: function (e) { - return this.pushStack(ft(this, e || [], !1)); - }, - is: function (e) { - return !!ft(this, 'string' == typeof e && ut.test(e) ? x(e) : e || [], !1).length; - }, - closest: function (e, t) { - var n, - r = 0, - i = this.length, - o = [], - a = ut.test(e) || 'string' != typeof e ? x(e, t || this.context) : 0; - for (; i > r; r++) - for (n = this[r]; n && n !== t; n = n.parentNode) - if (11 > n.nodeType && (a ? a.index(n) > -1 : 1 === n.nodeType && x.find.matchesSelector(n, e))) { - n = o.push(n); - break; - } - return this.pushStack(o.length > 1 ? x.unique(o) : o); - }, - index: function (e) { - return e - ? 'string' == typeof e - ? x.inArray(this[0], x(e)) - : x.inArray(e.jquery ? e[0] : e, this) - : this[0] && this[0].parentNode - ? this.first().prevAll().length - : -1; - }, - add: function (e, t) { - var n = 'string' == typeof e ? x(e, t) : x.makeArray(e && e.nodeType ? [e] : e), - r = x.merge(this.get(), n); - return this.pushStack(x.unique(r)); - }, - addBack: function (e) { - return this.add(null == e ? this.prevObject : this.prevObject.filter(e)); - }, - }); - function pt(e, t) { - do e = e[t]; - while (e && 1 !== e.nodeType); - return e; - } - x.each( - { - parent: function (e) { - var t = e.parentNode; - return t && 11 !== t.nodeType ? t : null; - }, - parents: function (e) { - return x.dir(e, 'parentNode'); - }, - parentsUntil: function (e, t, n) { - return x.dir(e, 'parentNode', n); - }, - next: function (e) { - return pt(e, 'nextSibling'); - }, - prev: function (e) { - return pt(e, 'previousSibling'); - }, - nextAll: function (e) { - return x.dir(e, 'nextSibling'); - }, - prevAll: function (e) { - return x.dir(e, 'previousSibling'); - }, - nextUntil: function (e, t, n) { - return x.dir(e, 'nextSibling', n); - }, - prevUntil: function (e, t, n) { - return x.dir(e, 'previousSibling', n); - }, - siblings: function (e) { - return x.sibling((e.parentNode || {}).firstChild, e); - }, - children: function (e) { - return x.sibling(e.firstChild); - }, - contents: function (e) { - return x.nodeName(e, 'iframe') - ? e.contentDocument || e.contentWindow.document - : x.merge([], e.childNodes); - }, - }, - function (e, t) { - x.fn[e] = function (n, r) { - var i = x.map(this, t, n); - return ( - 'Until' !== e.slice(-5) && (r = n), - r && 'string' == typeof r && (i = x.filter(r, i)), - this.length > 1 && (ct[e] || (i = x.unique(i)), lt.test(e) && (i = i.reverse())), - this.pushStack(i) - ); - }; - } - ), - x.extend({ - filter: function (e, t, n) { - var r = t[0]; - return ( - n && (e = ':not(' + e + ')'), - 1 === t.length && 1 === r.nodeType - ? x.find.matchesSelector(r, e) - ? [r] - : [] - : x.find.matches( - e, - x.grep(t, function (e) { - return 1 === e.nodeType; - }) - ) - ); - }, - dir: function (e, n, r) { - var i = [], - o = e[n]; - while (o && 9 !== o.nodeType && (r === t || 1 !== o.nodeType || !x(o).is(r))) - 1 === o.nodeType && i.push(o), (o = o[n]); - return i; - }, - sibling: function (e, t) { - var n = []; - for (; e; e = e.nextSibling) 1 === e.nodeType && e !== t && n.push(e); - return n; - }, - }); - function ft(e, t, n) { - if (x.isFunction(t)) - return x.grep(e, function (e, r) { - return !!t.call(e, r, e) !== n; - }); - if (t.nodeType) - return x.grep(e, function (e) { - return (e === t) !== n; - }); - if ('string' == typeof t) { - if (st.test(t)) return x.filter(t, e, n); - t = x.filter(t, e); - } - return x.grep(e, function (e) { - return x.inArray(e, t) >= 0 !== n; - }); - } - function dt(e) { - var t = ht.split('|'), - n = e.createDocumentFragment(); - if (n.createElement) while (t.length) n.createElement(t.pop()); - return n; - } - var ht = - 'abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video', - gt = / jQuery\d+="(?:null|\d+)"/g, - mt = RegExp('<(?:' + ht + ')[\\s/>]', 'i'), - yt = /^\s+/, - vt = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi, - bt = /<([\w:]+)/, - xt = /\s*$/g, - At = { - option: [1, "'], - legend: [1, '
', '
'], - area: [1, '', ''], - param: [1, '', ''], - thead: [1, '', '
'], - tr: [2, '', '
'], - col: [2, '', '
'], - td: [3, '', '
'], - _default: x.support.htmlSerialize ? [0, '', ''] : [1, 'X
', '
'], - }, - jt = dt(a), - Dt = jt.appendChild(a.createElement('div')); - (At.optgroup = At.option), - (At.tbody = At.tfoot = At.colgroup = At.caption = At.thead), - (At.th = At.td), - x.fn.extend({ - text: function (e) { - return x.access( - this, - function (e) { - return e === t - ? x.text(this) - : this.empty().append(((this[0] && this[0].ownerDocument) || a).createTextNode(e)); - }, - null, - e, - arguments.length - ); - }, - append: function () { - return this.domManip(arguments, function (e) { - if (1 === this.nodeType || 11 === this.nodeType || 9 === this.nodeType) { - var t = Lt(this, e); - t.appendChild(e); - } - }); - }, - prepend: function () { - return this.domManip(arguments, function (e) { - if (1 === this.nodeType || 11 === this.nodeType || 9 === this.nodeType) { - var t = Lt(this, e); - t.insertBefore(e, t.firstChild); - } - }); - }, - before: function () { - return this.domManip(arguments, function (e) { - this.parentNode && this.parentNode.insertBefore(e, this); - }); - }, - after: function () { - return this.domManip(arguments, function (e) { - this.parentNode && this.parentNode.insertBefore(e, this.nextSibling); - }); - }, - remove: function (e, t) { - var n, - r = e ? x.filter(e, this) : this, - i = 0; - for (; null != (n = r[i]); i++) - t || 1 !== n.nodeType || x.cleanData(Ft(n)), - n.parentNode && - (t && x.contains(n.ownerDocument, n) && _t(Ft(n, 'script')), n.parentNode.removeChild(n)); - return this; - }, - empty: function () { - var e, - t = 0; - for (; null != (e = this[t]); t++) { - 1 === e.nodeType && x.cleanData(Ft(e, !1)); - while (e.firstChild) e.removeChild(e.firstChild); - e.options && x.nodeName(e, 'select') && (e.options.length = 0); - } - return this; - }, - clone: function (e, t) { - return ( - (e = null == e ? !1 : e), - (t = null == t ? e : t), - this.map(function () { - return x.clone(this, e, t); - }) - ); - }, - html: function (e) { - return x.access( - this, - function (e) { - var n = this[0] || {}, - r = 0, - i = this.length; - if (e === t) return 1 === n.nodeType ? n.innerHTML.replace(gt, '') : t; - if ( - !( - 'string' != typeof e || - Tt.test(e) || - (!x.support.htmlSerialize && mt.test(e)) || - (!x.support.leadingWhitespace && yt.test(e)) || - At[(bt.exec(e) || ['', ''])[1].toLowerCase()] - ) - ) { - e = e.replace(vt, '<$1>'); - try { - for (; i > r; r++) - (n = this[r] || {}), - 1 === n.nodeType && (x.cleanData(Ft(n, !1)), (n.innerHTML = e)); - n = 0; - } catch (o) {} - } - n && this.empty().append(e); - }, - null, - e, - arguments.length - ); - }, - replaceWith: function () { - var e = x.map(this, function (e) { - return [e.nextSibling, e.parentNode]; - }), - t = 0; - return ( - this.domManip( - arguments, - function (n) { - var r = e[t++], - i = e[t++]; - i && - (r && r.parentNode !== i && (r = this.nextSibling), - x(this).remove(), - i.insertBefore(n, r)); - }, - !0 - ), - t ? this : this.remove() - ); - }, - detach: function (e) { - return this.remove(e, !0); - }, - domManip: function (e, t, n) { - e = d.apply([], e); - var r, - i, - o, - a, - s, - l, - u = 0, - c = this.length, - p = this, - f = c - 1, - h = e[0], - g = x.isFunction(h); - if (g || (!(1 >= c || 'string' != typeof h || x.support.checkClone) && Nt.test(h))) - return this.each(function (r) { - var i = p.eq(r); - g && (e[0] = h.call(this, r, i.html())), i.domManip(e, t, n); - }); - if ( - c && - ((l = x.buildFragment(e, this[0].ownerDocument, !1, !n && this)), - (r = l.firstChild), - 1 === l.childNodes.length && (l = r), - r) - ) { - for (a = x.map(Ft(l, 'script'), Ht), o = a.length; c > u; u++) - (i = l), - u !== f && ((i = x.clone(i, !0, !0)), o && x.merge(a, Ft(i, 'script'))), - t.call(this[u], i, u); - if (o) - for (s = a[a.length - 1].ownerDocument, x.map(a, qt), u = 0; o > u; u++) - (i = a[u]), - kt.test(i.type || '') && - !x._data(i, 'globalEval') && - x.contains(s, i) && - (i.src - ? x._evalUrl(i.src) - : x.globalEval((i.text || i.textContent || i.innerHTML || '').replace(St, ''))); - l = r = null; - } - return this; - }, - }); - function Lt(e, t) { - return x.nodeName(e, 'table') && x.nodeName(1 === t.nodeType ? t : t.firstChild, 'tr') - ? e.getElementsByTagName('tbody')[0] || e.appendChild(e.ownerDocument.createElement('tbody')) - : e; - } - function Ht(e) { - return (e.type = (null !== x.find.attr(e, 'type')) + '/' + e.type), e; - } - function qt(e) { - var t = Et.exec(e.type); - return t ? (e.type = t[1]) : e.removeAttribute('type'), e; - } - function _t(e, t) { - var n, - r = 0; - for (; null != (n = e[r]); r++) x._data(n, 'globalEval', !t || x._data(t[r], 'globalEval')); - } - function Mt(e, t) { - if (1 === t.nodeType && x.hasData(e)) { - var n, - r, - i, - o = x._data(e), - a = x._data(t, o), - s = o.events; - if (s) { - delete a.handle, (a.events = {}); - for (n in s) for (r = 0, i = s[n].length; i > r; r++) x.event.add(t, n, s[n][r]); - } - a.data && (a.data = x.extend({}, a.data)); - } - } - function Ot(e, t) { - var n, r, i; - if (1 === t.nodeType) { - if (((n = t.nodeName.toLowerCase()), !x.support.noCloneEvent && t[x.expando])) { - i = x._data(t); - for (r in i.events) x.removeEvent(t, r, i.handle); - t.removeAttribute(x.expando); - } - 'script' === n && t.text !== e.text - ? ((Ht(t).text = e.text), qt(t)) - : 'object' === n - ? (t.parentNode && (t.outerHTML = e.outerHTML), - x.support.html5Clone && e.innerHTML && !x.trim(t.innerHTML) && (t.innerHTML = e.innerHTML)) - : 'input' === n && Ct.test(e.type) - ? ((t.defaultChecked = t.checked = e.checked), t.value !== e.value && (t.value = e.value)) - : 'option' === n - ? (t.defaultSelected = t.selected = e.defaultSelected) - : ('input' === n || 'textarea' === n) && (t.defaultValue = e.defaultValue); - } - } - x.each( - { - appendTo: 'append', - prependTo: 'prepend', - insertBefore: 'before', - insertAfter: 'after', - replaceAll: 'replaceWith', - }, - function (e, t) { - x.fn[e] = function (e) { - var n, - r = 0, - i = [], - o = x(e), - a = o.length - 1; - for (; a >= r; r++) (n = r === a ? this : this.clone(!0)), x(o[r])[t](n), h.apply(i, n.get()); - return this.pushStack(i); - }; - } - ); - function Ft(e, n) { - var r, - o, - a = 0, - s = - typeof e.getElementsByTagName !== i - ? e.getElementsByTagName(n || '*') - : typeof e.querySelectorAll !== i - ? e.querySelectorAll(n || '*') - : t; - if (!s) - for (s = [], r = e.childNodes || e; null != (o = r[a]); a++) - !n || x.nodeName(o, n) ? s.push(o) : x.merge(s, Ft(o, n)); - return n === t || (n && x.nodeName(e, n)) ? x.merge([e], s) : s; - } - function Bt(e) { - Ct.test(e.type) && (e.defaultChecked = e.checked); - } - x.extend({ - clone: function (e, t, n) { - var r, - i, - o, - a, - s, - l = x.contains(e.ownerDocument, e); - if ( - (x.support.html5Clone || x.isXMLDoc(e) || !mt.test('<' + e.nodeName + '>') - ? (o = e.cloneNode(!0)) - : ((Dt.innerHTML = e.outerHTML), Dt.removeChild((o = Dt.firstChild))), - !( - (x.support.noCloneEvent && x.support.noCloneChecked) || - (1 !== e.nodeType && 11 !== e.nodeType) || - x.isXMLDoc(e) - )) - ) - for (r = Ft(o), s = Ft(e), a = 0; null != (i = s[a]); ++a) r[a] && Ot(i, r[a]); - if (t) - if (n) for (s = s || Ft(e), r = r || Ft(o), a = 0; null != (i = s[a]); a++) Mt(i, r[a]); - else Mt(e, o); - return (r = Ft(o, 'script')), r.length > 0 && _t(r, !l && Ft(e, 'script')), (r = s = i = null), o; - }, - buildFragment: function (e, t, n, r) { - var i, - o, - a, - s, - l, - u, - c, - p = e.length, - f = dt(t), - d = [], - h = 0; - for (; p > h; h++) - if (((o = e[h]), o || 0 === o)) - if ('object' === x.type(o)) x.merge(d, o.nodeType ? [o] : o); - else if (wt.test(o)) { - (s = s || f.appendChild(t.createElement('div'))), - (l = (bt.exec(o) || ['', ''])[1].toLowerCase()), - (c = At[l] || At._default), - (s.innerHTML = c[1] + o.replace(vt, '<$1>') + c[2]), - (i = c[0]); - while (i--) s = s.lastChild; - if ( - (!x.support.leadingWhitespace && yt.test(o) && d.push(t.createTextNode(yt.exec(o)[0])), - !x.support.tbody) - ) { - (o = - 'table' !== l || xt.test(o) - ? '' !== c[1] || xt.test(o) - ? 0 - : s - : s.firstChild), - (i = o && o.childNodes.length); - while (i--) - x.nodeName((u = o.childNodes[i]), 'tbody') && !u.childNodes.length && o.removeChild(u); - } - x.merge(d, s.childNodes), (s.textContent = ''); - while (s.firstChild) s.removeChild(s.firstChild); - s = f.lastChild; - } else d.push(t.createTextNode(o)); - s && f.removeChild(s), x.support.appendChecked || x.grep(Ft(d, 'input'), Bt), (h = 0); - while ((o = d[h++])) - if ( - (!r || -1 === x.inArray(o, r)) && - ((a = x.contains(o.ownerDocument, o)), (s = Ft(f.appendChild(o), 'script')), a && _t(s), n) - ) { - i = 0; - while ((o = s[i++])) kt.test(o.type || '') && n.push(o); - } - return (s = null), f; - }, - cleanData: function (e, t) { - var n, - r, - o, - a, - s = 0, - l = x.expando, - u = x.cache, - c = x.support.deleteExpando, - f = x.event.special; - for (; null != (n = e[s]); s++) - if ((t || x.acceptData(n)) && ((o = n[l]), (a = o && u[o]))) { - if (a.events) for (r in a.events) f[r] ? x.event.remove(n, r) : x.removeEvent(n, r, a.handle); - u[o] && - (delete u[o], - c ? delete n[l] : typeof n.removeAttribute !== i ? n.removeAttribute(l) : (n[l] = null), - p.push(o)); - } - }, - _evalUrl: function (e) { - return x.ajax({ url: e, type: 'GET', dataType: 'script', async: !1, global: !1, throws: !0 }); - }, - }), - x.fn.extend({ - wrapAll: function (e) { - if (x.isFunction(e)) - return this.each(function (t) { - x(this).wrapAll(e.call(this, t)); - }); - if (this[0]) { - var t = x(e, this[0].ownerDocument).eq(0).clone(!0); - this[0].parentNode && t.insertBefore(this[0]), - t - .map(function () { - var e = this; - while (e.firstChild && 1 === e.firstChild.nodeType) e = e.firstChild; - return e; - }) - .append(this); - } - return this; - }, - wrapInner: function (e) { - return x.isFunction(e) - ? this.each(function (t) { - x(this).wrapInner(e.call(this, t)); - }) - : this.each(function () { - var t = x(this), - n = t.contents(); - n.length ? n.wrapAll(e) : t.append(e); - }); - }, - wrap: function (e) { - var t = x.isFunction(e); - return this.each(function (n) { - x(this).wrapAll(t ? e.call(this, n) : e); - }); - }, - unwrap: function () { - return this.parent() - .each(function () { - x.nodeName(this, 'body') || x(this).replaceWith(this.childNodes); - }) - .end(); - }, - }); - var Pt, - Rt, - Wt, - $t = /alpha\([^)]*\)/i, - It = /opacity\s*=\s*([^)]*)/, - zt = /^(top|right|bottom|left)$/, - Xt = /^(none|table(?!-c[ea]).+)/, - Ut = /^margin/, - Vt = RegExp('^(' + w + ')(.*)$', 'i'), - Yt = RegExp('^(' + w + ')(?!px)[a-z%]+$', 'i'), - Jt = RegExp('^([+-])=(' + w + ')', 'i'), - Gt = { BODY: 'block' }, - Qt = { position: 'absolute', visibility: 'hidden', display: 'block' }, - Kt = { letterSpacing: 0, fontWeight: 400 }, - Zt = ['Top', 'Right', 'Bottom', 'Left'], - en = ['Webkit', 'O', 'Moz', 'ms']; - function tn(e, t) { - if (t in e) return t; - var n = t.charAt(0).toUpperCase() + t.slice(1), - r = t, - i = en.length; - while (i--) if (((t = en[i] + n), t in e)) return t; - return r; - } - function nn(e, t) { - return (e = t || e), 'none' === x.css(e, 'display') || !x.contains(e.ownerDocument, e); - } - function rn(e, t) { - var n, - r, - i, - o = [], - a = 0, - s = e.length; - for (; s > a; a++) - (r = e[a]), - r.style && - ((o[a] = x._data(r, 'olddisplay')), - (n = r.style.display), - t - ? (o[a] || 'none' !== n || (r.style.display = ''), - '' === r.style.display && nn(r) && (o[a] = x._data(r, 'olddisplay', ln(r.nodeName)))) - : o[a] || - ((i = nn(r)), - ((n && 'none' !== n) || !i) && x._data(r, 'olddisplay', i ? n : x.css(r, 'display')))); - for (a = 0; s > a; a++) - (r = e[a]), - r.style && - ((t && 'none' !== r.style.display && '' !== r.style.display) || - (r.style.display = t ? o[a] || '' : 'none')); - return e; - } - x.fn.extend({ - css: function (e, n) { - return x.access( - this, - function (e, n, r) { - var i, - o, - a = {}, - s = 0; - if (x.isArray(n)) { - for (o = Rt(e), i = n.length; i > s; s++) a[n[s]] = x.css(e, n[s], !1, o); - return a; - } - return r !== t ? x.style(e, n, r) : x.css(e, n); - }, - e, - n, - arguments.length > 1 - ); - }, - show: function () { - return rn(this, !0); - }, - hide: function () { - return rn(this); - }, - toggle: function (e) { - return 'boolean' == typeof e - ? e - ? this.show() - : this.hide() - : this.each(function () { - nn(this) ? x(this).show() : x(this).hide(); - }); - }, - }), - x.extend({ - cssHooks: { - opacity: { - get: function (e, t) { - if (t) { - var n = Wt(e, 'opacity'); - return '' === n ? '1' : n; - } - }, - }, - }, - cssNumber: { - columnCount: !0, - fillOpacity: !0, - fontWeight: !0, - lineHeight: !0, - opacity: !0, - order: !0, - orphans: !0, - widows: !0, - zIndex: !0, - zoom: !0, - }, - cssProps: { float: x.support.cssFloat ? 'cssFloat' : 'styleFloat' }, - style: function (e, n, r, i) { - if (e && 3 !== e.nodeType && 8 !== e.nodeType && e.style) { - var o, - a, - s, - l = x.camelCase(n), - u = e.style; - if ( - ((n = x.cssProps[l] || (x.cssProps[l] = tn(u, l))), - (s = x.cssHooks[n] || x.cssHooks[l]), - r === t) - ) - return s && 'get' in s && (o = s.get(e, !1, i)) !== t ? o : u[n]; - if ( - ((a = typeof r), - 'string' === a && - (o = Jt.exec(r)) && - ((r = (o[1] + 1) * o[2] + parseFloat(x.css(e, n))), (a = 'number')), - !( - null == r || - ('number' === a && isNaN(r)) || - ('number' !== a || x.cssNumber[l] || (r += 'px'), - x.support.clearCloneStyle || - '' !== r || - 0 !== n.indexOf('background') || - (u[n] = 'inherit'), - s && 'set' in s && (r = s.set(e, r, i)) === t) - )) - ) - try { - u[n] = r; - } catch (c) {} - } - }, - css: function (e, n, r, i) { - var o, - a, - s, - l = x.camelCase(n); - return ( - (n = x.cssProps[l] || (x.cssProps[l] = tn(e.style, l))), - (s = x.cssHooks[n] || x.cssHooks[l]), - s && 'get' in s && (a = s.get(e, !0, r)), - a === t && (a = Wt(e, n, i)), - 'normal' === a && n in Kt && (a = Kt[n]), - '' === r || r ? ((o = parseFloat(a)), r === !0 || x.isNumeric(o) ? o || 0 : a) : a - ); - }, - }), - e.getComputedStyle - ? ((Rt = function (t) { - return e.getComputedStyle(t, null); - }), - (Wt = function (e, n, r) { - var i, - o, - a, - s = r || Rt(e), - l = s ? s.getPropertyValue(n) || s[n] : t, - u = e.style; - return ( - s && - ('' !== l || x.contains(e.ownerDocument, e) || (l = x.style(e, n)), - Yt.test(l) && - Ut.test(n) && - ((i = u.width), - (o = u.minWidth), - (a = u.maxWidth), - (u.minWidth = u.maxWidth = u.width = l), - (l = s.width), - (u.width = i), - (u.minWidth = o), - (u.maxWidth = a))), - l - ); - })) - : a.documentElement.currentStyle && - ((Rt = function (e) { - return e.currentStyle; - }), - (Wt = function (e, n, r) { - var i, - o, - a, - s = r || Rt(e), - l = s ? s[n] : t, - u = e.style; - return ( - null == l && u && u[n] && (l = u[n]), - Yt.test(l) && - !zt.test(n) && - ((i = u.left), - (o = e.runtimeStyle), - (a = o && o.left), - a && (o.left = e.currentStyle.left), - (u.left = 'fontSize' === n ? '1em' : l), - (l = u.pixelLeft + 'px'), - (u.left = i), - a && (o.left = a)), - '' === l ? 'auto' : l - ); - })); - function on(e, t, n) { - var r = Vt.exec(t); - return r ? Math.max(0, r[1] - (n || 0)) + (r[2] || 'px') : t; - } - function an(e, t, n, r, i) { - var o = n === (r ? 'border' : 'content') ? 4 : 'width' === t ? 1 : 0, - a = 0; - for (; 4 > o; o += 2) - 'margin' === n && (a += x.css(e, n + Zt[o], !0, i)), - r - ? ('content' === n && (a -= x.css(e, 'padding' + Zt[o], !0, i)), - 'margin' !== n && (a -= x.css(e, 'border' + Zt[o] + 'Width', !0, i))) - : ((a += x.css(e, 'padding' + Zt[o], !0, i)), - 'padding' !== n && (a += x.css(e, 'border' + Zt[o] + 'Width', !0, i))); - return a; - } - function sn(e, t, n) { - var r = !0, - i = 'width' === t ? e.offsetWidth : e.offsetHeight, - o = Rt(e), - a = x.support.boxSizing && 'border-box' === x.css(e, 'boxSizing', !1, o); - if (0 >= i || null == i) { - if (((i = Wt(e, t, o)), (0 > i || null == i) && (i = e.style[t]), Yt.test(i))) return i; - (r = a && (x.support.boxSizingReliable || i === e.style[t])), (i = parseFloat(i) || 0); - } - return i + an(e, t, n || (a ? 'border' : 'content'), r, o) + 'px'; - } - function ln(e) { - var t = a, - n = Gt[e]; - return ( - n || - ((n = un(e, t)), - ('none' !== n && n) || - ((Pt = ( - Pt || - x("